From e24f3f16a2639fbebac303162894b3b394d02cd1 Mon Sep 17 00:00:00 2001 From: Calvin Jhunjhnuwala Date: Tue, 29 Jun 2021 17:22:41 -0700 Subject: [PATCH] clean up for mobile --- assets/css/devportal2020.css | 2 +- dactyl-config.yml | 6566 +++++++++--------- img/backgrounds/cta-calculator-green.svg | 148 +- img/backgrounds/cta-community-green.svg | 180 +- img/backgrounds/cta-community-purple.svg | 170 +- img/backgrounds/cta-foundation-magenta.svg | 174 +- img/backgrounds/cta-foundation-orange.svg | 74 +- img/backgrounds/cta-home-green.svg | 162 +- img/backgrounds/cta-home-magenta.svg | 80 +- img/backgrounds/cta-home-purple.svg | 148 +- img/backgrounds/cta-xrp-overview-green-2.svg | 68 +- img/backgrounds/cta-xrp-overview-green.svg | 66 +- img/backgrounds/cta-xrp-overview-magenta.svg | 204 +- img/backgrounds/cta-xrp-overview-orange.svg | 74 +- img/backgrounds/cta-xrpl-overview-green.svg | 164 +- img/backgrounds/cta-xrpl-overview-orange.svg | 74 +- img/cards/purple-blue-2.svg | 882 +++ img/graphics/hc-1.png | Bin 24153 -> 0 bytes img/graphics/hc-2.png | Bin 46440 -> 0 bytes img/graphics/hc-3.png | Bin 44946 -> 0 bytes img/graphics/header-image.svg | 1 + img/icons/cbdc.svg | 689 +- img/icons/community.svg | 508 +- img/icons/defi.svg | 689 +- img/icons/exchanges.svg | 657 +- img/icons/low-cost.svg | 1029 +-- img/icons/micropayments.svg | 708 +- img/icons/nft.svg | 776 +-- img/icons/performance.svg | 619 +- img/icons/public.svg | 708 +- img/icons/reliability.svg | 783 +-- img/icons/stablecoins.svg | 1117 +-- img/icons/streamlined.svg | 559 +- img/icons/wallets.svg | 803 +-- styles/_buttons.scss | 50 +- styles/_font.scss | 19 +- styles/_helpers.scss | 19 +- styles/_layout.scss | 14 +- styles/_pages.scss | 38 +- template/page-calculator.html.jinja | 21 +- template/page-community.html.jinja | 39 +- template/page-faq.html.jinja | 190 +- template/page-history.html.jinja | 150 +- template/page-home.html.jinja | 52 +- template/page-impact.html.jinja | 10 +- template/page-uses.html.jinja | 64 +- template/page-xrp-overview.html.jinja | 120 +- template/page-xrpl-foundation.html.jinja | 16 +- template/page-xrpl-overview.html.jinja | 36 +- 49 files changed, 5178 insertions(+), 14542 deletions(-) create mode 100644 img/cards/purple-blue-2.svg delete mode 100644 img/graphics/hc-1.png delete mode 100644 img/graphics/hc-2.png delete mode 100644 img/graphics/hc-3.png create mode 100644 img/graphics/header-image.svg diff --git a/assets/css/devportal2020.css b/assets/css/devportal2020.css index 47f8ce456e..a5e72cdce8 100644 --- a/assets/css/devportal2020.css +++ b/assets/css/devportal2020.css @@ -3,4 +3,4 @@ * Copyright 2011-2021 The Bootstrap Authors * Copyright 2011-2021 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) - */:root{--blue: #19A3FF;--indigo: #6610f2;--purple: #7919FF;--pink: #FF198B;--red: #dc3545;--orange: #FF6719;--yellow: #FAFF19;--green: #32E685;--teal: #20c997;--cyan: #17a2b8;--white: #fff;--gray: #454549;--gray-dark: #232325;--primary: #32E685;--secondary: #E0E0E1;--success: #32E685;--info: #19A3FF;--warning: #FAFF19;--danger: #FF198B;--light: #fff;--dark: #000;--breakpoint-xs: 0;--breakpoint-sm: 576px;--breakpoint-md: 768px;--breakpoint-lg: 992px;--breakpoint-xl: 1200px;--font-family-sans-serif: -apple-system, system-ui, "Roboto", 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:-apple-system,system-ui,"Roboto",sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#fff;text-align:left;background-color:#000}[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:-.25em}sup{top:-.5em}a{color:#32E685;text-decoration:none;background-color:transparent}a:hover{color:#16b560;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,0.1)}small,.small{font-size:80%;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:80%;color:#454549}.blockquote-footer::before{content:"\2014\00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#000;border:1px solid #C1C1C2;border-radius:0;box-shadow:0 1px 2px rgba(0,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,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-sm,.container-md,.container-lg,.container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width: 576px){.container,.container-sm{max-width:540px}}@media (min-width: 768px){.container,.container-sm,.container-md{max-width:720px}}@media (min-width: 992px){.container,.container-sm,.container-md,.container-lg{max-width:960px}}@media (min-width: 1200px){.container,.container-sm,.container-md,.container-lg,.container-xl{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-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto{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.33333%;max-width:33.33333%}.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.66667%;max-width:16.66667%}.col-auto{flex:0 0 auto;width:auto;max-width:100%}.col-1{flex:0 0 8.33333%;max-width:8.33333%}.col-2{flex:0 0 16.66667%;max-width:16.66667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.33333%;max-width:33.33333%}.col-5{flex:0 0 41.66667%;max-width:41.66667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.33333%;max-width:58.33333%}.col-8{flex:0 0 66.66667%;max-width:66.66667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.33333%;max-width:83.33333%}.col-11{flex:0 0 91.66667%;max-width:91.66667%}.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.33333%}.offset-2{margin-left:16.66667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333%}.offset-5{margin-left:41.66667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333%}.offset-8{margin-left:66.66667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333%}.offset-11{margin-left:91.66667%}@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.33333%;max-width:33.33333%}.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.66667%;max-width:16.66667%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.33333%;max-width:8.33333%}.col-sm-2{flex:0 0 16.66667%;max-width:16.66667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.33333%;max-width:33.33333%}.col-sm-5{flex:0 0 41.66667%;max-width:41.66667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.33333%;max-width:58.33333%}.col-sm-8{flex:0 0 66.66667%;max-width:66.66667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.33333%;max-width:83.33333%}.col-sm-11{flex:0 0 91.66667%;max-width:91.66667%}.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.33333%}.offset-sm-2{margin-left:16.66667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333%}.offset-sm-5{margin-left:41.66667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333%}.offset-sm-8{margin-left:66.66667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333%}.offset-sm-11{margin-left:91.66667%}}@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.33333%;max-width:33.33333%}.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.66667%;max-width:16.66667%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.33333%;max-width:8.33333%}.col-md-2{flex:0 0 16.66667%;max-width:16.66667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.33333%;max-width:33.33333%}.col-md-5{flex:0 0 41.66667%;max-width:41.66667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.33333%;max-width:58.33333%}.col-md-8{flex:0 0 66.66667%;max-width:66.66667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.33333%;max-width:83.33333%}.col-md-11{flex:0 0 91.66667%;max-width:91.66667%}.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.33333%}.offset-md-2{margin-left:16.66667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333%}.offset-md-5{margin-left:41.66667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333%}.offset-md-8{margin-left:66.66667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333%}.offset-md-11{margin-left:91.66667%}}@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.33333%;max-width:33.33333%}.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.66667%;max-width:16.66667%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.33333%;max-width:8.33333%}.col-lg-2{flex:0 0 16.66667%;max-width:16.66667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.33333%;max-width:33.33333%}.col-lg-5{flex:0 0 41.66667%;max-width:41.66667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.33333%;max-width:58.33333%}.col-lg-8{flex:0 0 66.66667%;max-width:66.66667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.33333%;max-width:83.33333%}.col-lg-11{flex:0 0 91.66667%;max-width:91.66667%}.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.33333%}.offset-lg-2{margin-left:16.66667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333%}.offset-lg-5{margin-left:41.66667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333%}.offset-lg-8{margin-left:66.66667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333%}.offset-lg-11{margin-left:91.66667%}}@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.33333%;max-width:33.33333%}.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.66667%;max-width:16.66667%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 8.33333%;max-width:8.33333%}.col-xl-2{flex:0 0 16.66667%;max-width:16.66667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.33333%;max-width:33.33333%}.col-xl-5{flex:0 0 41.66667%;max-width:41.66667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.33333%;max-width:58.33333%}.col-xl-8{flex:0 0 66.66667%;max-width:66.66667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.33333%;max-width:83.33333%}.col-xl-11{flex:0 0 91.66667%;max-width:91.66667%}.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.33333%}.offset-xl-2{margin-left:16.66667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333%}.offset-xl-5{margin-left:41.66667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333%}.offset-xl-8{margin-left:66.66667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333%}.offset-xl-11{margin-left:91.66667%}}.table{width:100%;margin-bottom:1rem;color:#fff}.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,0.05)}.table-hover tbody tr:hover{color:#fff;background-color:rgba(0,0,0,0.075)}.table-primary,.table-primary>th,.table-primary>td{background-color:#c6f8dd}.table-primary th,.table-primary td,.table-primary thead th,.table-primary tbody+tbody{border-color:#94f2c0}.table-hover .table-primary:hover{background-color:#aff5cf}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#aff5cf}.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:#b8b8b8}.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody{border-color:#7a7a7a}.table-hover .table-dark:hover{background-color:#ababab}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#ababab}.table-active,.table-active>th,.table-active>td{background-color:rgba(0,0,0,0.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,0.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,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,0.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:rgba(255,255,255,0.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:#111112;background-clip:padding-box;border:1px solid rgba(0,0,0,0);border-radius:0;box-shadow:inset 0 1px 1px rgba(50,230,133,0.075);transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #fff}.form-control:focus{color:#fff;background-color:#111112;border-color:#a4f4c9;outline:0;box-shadow:inset 0 1px 1px rgba(50,230,133,0.075),0 0 0 .2rem rgba(50,230,133,0.25)}.form-control::placeholder{color:#A2A2A4;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#232325;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:focus::-ms-value{color:#fff;background-color:#111112}.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(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.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:#fff;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 + .5rem + 2px);padding:.25rem .5rem;font-size:.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:80%;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:.875rem;line-height:1.5;color:#111112;background-color:rgba(50,230,133,0.9);border-radius:0}.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);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(.3125em + .5rem) center;background-size:calc(.625em + 1rem) calc(.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,0.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.25em + 2rem);background-position:top calc(.3125em + .5rem) right calc(.3125em + .5rem)}.was-validated .custom-select:valid,.custom-select.is-valid{border-color:#32E685;padding-right:calc(.75em + 4rem);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,#111112 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(.625em + 1rem) calc(.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,0.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,0.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,0.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;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:.875rem;line-height:1.5;color:#fff;background-color:rgba(255,25,139,0.9);border-radius:0}.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);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(.3125em + .5rem) center;background-size:calc(.625em + 1rem) calc(.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,0.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.25em + 2rem);background-position:top calc(.3125em + .5rem) right calc(.3125em + .5rem)}.was-validated .custom-select:invalid,.custom-select.is-invalid{border-color:#FF198B;padding-right:calc(.75em + 4rem);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,#111112 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(.625em + 1rem) calc(.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,0.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,0.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,0.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:#fff;text-align:center;vertical-align:middle;user-select:none;background-color:transparent;border:1px solid transparent;padding:1rem 1.5rem;font-size:.875rem;line-height:1.25;border-radius:0;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.btn{transition:none}}.btn:hover{color:#fff;text-decoration:none}.btn:focus,.btn.focus{outline:0;box-shadow:0 0 0 .2rem rgba(50,230,133,0.25)}.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:inset 0 3px 5px rgba(0,0,0,0.125)}.btn:not(:disabled):not(.disabled):active:focus,.btn:not(:disabled):not(.disabled).active:focus{box-shadow:0 0 0 .2rem rgba(50,230,133,0.25),inset 0 3px 5px rgba(0,0,0,0.125)}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#111112;background-color:#32E685;border-color:#32E685;box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075)}.btn-primary:hover{color:#fff;background-color:#1ad772;border-color:#19cc6c}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#1ad772;border-color:#19cc6c;box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075),0 0 0 .2rem rgba(45,198,116,0.5)}.btn-primary.disabled,.btn-primary:disabled{color:#111112;background-color:#32E685;border-color:#32E685}.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#19cc6c;border-color:#18c166}.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(45,198,116,0.5)}.btn-secondary{color:#111112;background-color:#E0E0E1;border-color:#E0E0E1;box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075)}.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:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075),0 0 0 .2rem rgba(193,193,194,0.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:inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(193,193,194,0.5)}.btn-success{color:#111112;background-color:#32E685;border-color:#32E685;box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075)}.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:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075),0 0 0 .2rem rgba(45,198,116,0.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:inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(45,198,116,0.5)}.btn-info{color:#fff;background-color:#19A3FF;border-color:#19A3FF;box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075)}.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:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075),0 0 0 .2rem rgba(60,177,255,0.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:inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(60,177,255,0.5)}.btn-warning{color:#111112;background-color:#FAFF19;border-color:#FAFF19;box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075)}.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:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075),0 0 0 .2rem rgba(215,219,24,0.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:inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(215,219,24,0.5)}.btn-danger{color:#fff;background-color:#FF198B;border-color:#FF198B;box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075)}.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:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075),0 0 0 .2rem rgba(255,60,156,0.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:inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(255,60,156,0.5)}.btn-light{color:#111112;background-color:#fff;border-color:#fff;box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075)}.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:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075),0 0 0 .2rem rgba(219,219,219,0.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:inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(219,219,219,0.5)}.btn-dark{color:#fff;background-color:#000;border-color:#000;box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075)}.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:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075),0 0 0 .2rem rgba(38,38,38,0.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#000;border-color:#000}.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:inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(38,38,38,0.5)}.btn-outline-primary{color:#32E685;border-color:#32E685}.btn-outline-primary:hover{color:#111112;background-color:#32E685;border-color:#32E685}.btn-outline-primary:focus,.btn-outline-primary.focus{box-shadow:0 0 0 .2rem rgba(50,230,133,0.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#32E685;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:#111112;background-color:#32E685;border-color:#32E685}.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:inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(50,230,133,0.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,0.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:inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(224,224,225,0.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,0.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:inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(50,230,133,0.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,0.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:inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(25,163,255,0.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,0.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:inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(250,255,25,0.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,0.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:inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(255,25,139,0.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,0.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:inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(255,255,255,0.5)}.btn-outline-dark{color:#000;border-color:#000}.btn-outline-dark:hover{color:#fff;background-color:#000;border-color:#000}.btn-outline-dark:focus,.btn-outline-dark.focus{box-shadow:0 0 0 .2rem rgba(0,0,0,0.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#000;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:#000;border-color:#000}.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:inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(0,0,0,0.5)}.btn-link{font-weight:400;color:#32E685;text-decoration:none}.btn-link:hover{color:#16b560;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:.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 0.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 0.35s ease}@media (prefers-reduced-motion: reduce){.collapsing{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:0;box-shadow:0px 5px 40px #111112}.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:#7919FF;text-decoration:none;background-color:#111112}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:rgba(0,0,0,0)}.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:.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:inset 0 3px 5px rgba(0,0,0,0.125)}.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(: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::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::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 rgba(0,0,0,0);border-radius:0}.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 + .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:.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;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:#32E685;background-color:#32E685;box-shadow:}.custom-control-input:focus ~ .custom-control-label::before{box-shadow:inset 0 1px 1px rgba(50,230,133,0.075),0 0 0 .2rem rgba(50,230,133,0.25)}.custom-control-input:focus:not(:checked) ~ .custom-control-label::before{border-color:#a4f4c9}.custom-control-input:not(:disabled):active ~ .custom-control-label::before{color:#fff;background-color:#d1f9e4;border-color:#d1f9e4;box-shadow:}.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:#232325}.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:#111112;border:#838386 solid 1px;box-shadow:inset 0 1px 1px rgba(50,230,133,0.075)}.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:0}.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='%23fff' 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:#32E685;background-color:#32E685;box-shadow:}.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='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before{background-color:rgba(50,230,133,0.5)}.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before{background-color:rgba(50,230,133,0.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='%23fff'/%3e%3c/svg%3e")}.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before{background-color:rgba(50,230,133,0.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(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#838386;border-radius:.5rem;transition:transform 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.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:#111112;transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before{background-color:rgba(50,230,133,0.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:#111112 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 rgba(0,0,0,0);border-radius:0;box-shadow:inset 0 1px 2px rgba(0,0,0,0.075);appearance:none}.custom-select:focus{border-color:#a4f4c9;outline:0;box-shadow:inset 0 1px 2px rgba(0,0,0,0.075),0 0 0 .2rem rgba(50,230,133,0.25)}.custom-select:focus::-ms-value{color:#fff;background-color:#111112}.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 + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.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:#a4f4c9;box-shadow:0 0 0 .2rem rgba(50,230,133,0.25)}.custom-file-input[disabled] ~ .custom-file-label,.custom-file-input:disabled ~ .custom-file-label{background-color:#232325}.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:#111112;border:1px solid rgba(0,0,0,0);border-radius:0;box-shadow:inset 0 1px 1px rgba(50,230,133,0.075)}.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 0 0 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 #000,0 0 0 .2rem rgba(50,230,133,0.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #000,0 0 0 .2rem rgba(50,230,133,0.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #000,0 0 0 .2rem rgba(50,230,133,0.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#32E685;border:0;border-radius:1rem;box-shadow:0 0.1rem 0.25rem rgba(0,0,0,0.1);transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.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:#d1f9e4}.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 0.25rem 0.25rem rgba(0,0,0,0.1)}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#32E685;border:0;border-radius:1rem;box-shadow:0 0.1rem 0.25rem rgba(0,0,0,0.1);transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.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:#d1f9e4}.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 0.25rem 0.25rem rgba(0,0,0,0.1)}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#32E685;border:0;border-radius:1rem;box-shadow:0 0.1rem 0.25rem rgba(0,0,0,0.1);transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;appearance:none}@media (prefers-reduced-motion: reduce){.custom-range::-ms-thumb{transition:none}}.custom-range::-ms-thumb:active{background-color:#d1f9e4}.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 0.25rem 0.25rem rgba(0,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 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.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;border:1px solid transparent;border-top-left-radius:0;border-top-right-radius:0}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{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:#000;border-color:#C1C1C2 #C1C1C2 #000}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:0}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#32E685}.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:0}.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,0.9)}.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus{color:rgba(0,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,0.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,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,0.9)}.navbar-light .navbar-toggler{color:#454549;border-color:rgba(0,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,0.9)}.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus{color:rgba(0,0,0,0.9)}.navbar-dark .navbar-brand{color:#32E685}.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus{color:#32E685}.navbar-dark .navbar-nav .nav-link{color:#fff}.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus{color:#7919FF}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,0.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:#32E685}.navbar-dark .navbar-toggler{color:#fff;border-color:rgba(255,255,255,0.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='%23fff' 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:#32E685}.navbar-dark .navbar-text a:hover,.navbar-dark .navbar-text a:focus{color:#32E685}.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,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,0.03);border-bottom:1px solid rgba(0,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,0.03);border-top:1px solid rgba(0,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:#000;border-radius:0}.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:0}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#32E685;background-color:#fff;border:1px solid #C1C1C2}.page-link:hover{z-index:2;color:#16b560;text-decoration:none;background-color:#E0E0E1;border-color:#C1C1C2}.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(50,230,133,0.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.page-item:last-child .page-link{border-top-right-radius:0;border-bottom-right-radius:0}.page-item.active .page-link{z-index:3;color:#fff;background-color:#32E685;border-color:#32E685}.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:.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:0;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.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:#111112;background-color:#32E685}a.badge-primary:hover,a.badge-primary:focus{color:#111112;background-color:#19cc6c}a.badge-primary:focus,a.badge-primary.focus{outline:0;box-shadow:0 0 0 .2rem rgba(50,230,133,0.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,0.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,0.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,0.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,0.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,0.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,0.5)}.badge-dark{color:#fff;background-color:#000}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(0,0,0,0.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:0}.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:#1a7845;background-color:#d6fae7;border-color:#c6f8dd}.alert-primary hr{border-top-color:#aff5cf}.alert-primary .alert-link{color:#114e2d}.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:#000;background-color:#ccc;border-color:#b8b8b8}.alert-dark hr{border-top-color:#ababab}.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:.75rem;background-color:#111112;border-radius:0;box-shadow:inset 0 0.1rem 0.1rem rgba(0,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:#32E685;transition:width 0.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:0}.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:#fff;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:#32E685;border-color:#32E685}.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:0;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:0;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:0;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:0;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:0;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:0;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:0;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:0;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:0;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:0;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:#1a7845;background-color:#c6f8dd}.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus{color:#1a7845;background-color:#aff5cf}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#1a7845;border-color:#1a7845}.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:#000;background-color:#b8b8b8}.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus{color:#000;background-color:#ababab}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#000;border-color:#000}.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:.875rem;background-color:rgba(255,255,255,0.85);background-clip:padding-box;border:1px solid rgba(0,0,0,0.1);box-shadow:0 0.25rem 0.75rem rgba(0,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,0.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,0.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.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 0.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 0.25rem 0.5rem rgba(0,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 0.5rem 1rem rgba(0,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:-apple-system,system-ui,"Roboto",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;word-spacing:normal;white-space:normal;line-break:auto;font-size:.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:0}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,system-ui,"Roboto",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;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,0.2);border-radius:8px;box-shadow:0 0.25rem 0.5rem rgba(0,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(-.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,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(-.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,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(-.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,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:-.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(-.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,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:#fff}.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%;color:#fff;text-align:center;opacity:.5;transition:opacity 0.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='%23fff' 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='%23fff' 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 0.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:text-bottom;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:text-bottom;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:#32E685 !important}a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus{background-color:#19cc6c !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:#000 !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:#32E685 !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:#000 !important}.border-white{border-color:#fff !important}.rounded-sm{border-radius:4px !important}.rounded{border-radius:0 !important}.rounded-top{border-top-left-radius:0 !important;border-top-right-radius:0 !important}.rounded-right{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}.rounded-bottom{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}.rounded-left{border-top-left-radius:0 !important;border-bottom-left-radius:0 !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.85714%}.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 0.125rem 0.25rem rgba(0,0,0,0.075) !important}.shadow{box-shadow:0 0.5rem 1rem rgba(0,0,0,0.15) !important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,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:-.25rem !important}.mt-n1,.my-n1{margin-top:-.25rem !important}.mr-n1,.mx-n1{margin-right:-.25rem !important}.mb-n1,.my-n1{margin-bottom:-.25rem !important}.ml-n1,.mx-n1{margin-left:-.25rem !important}.m-n2{margin:-.5rem !important}.mt-n2,.my-n2{margin-top:-.5rem !important}.mr-n2,.mx-n2{margin-right:-.5rem !important}.mb-n2,.my-n2{margin-bottom:-.5rem !important}.ml-n2,.mx-n2{margin-left:-.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:-.25rem !important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem !important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem !important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem !important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem !important}.m-sm-n2{margin:-.5rem !important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem !important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem !important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem !important}.ml-sm-n2,.mx-sm-n2{margin-left:-.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:-.25rem !important}.mt-md-n1,.my-md-n1{margin-top:-.25rem !important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem !important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem !important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem !important}.m-md-n2{margin:-.5rem !important}.mt-md-n2,.my-md-n2{margin-top:-.5rem !important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem !important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem !important}.ml-md-n2,.mx-md-n2{margin-left:-.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:-.25rem !important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem !important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem !important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem !important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem !important}.m-lg-n2{margin:-.5rem !important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem !important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem !important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem !important}.ml-lg-n2,.mx-lg-n2{margin-left:-.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:-.25rem !important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem !important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem !important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem !important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem !important}.m-xl-n2{margin:-.5rem !important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem !important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem !important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem !important}.ml-xl-n2,.mx-xl-n2{margin-left:-.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:#32E685 !important}a.text-primary:hover,a.text-primary:focus{color:#16b560 !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:#000 !important}a.text-dark:hover,a.text-dark:focus{color:#000 !important}.text-body{color:#fff !important}.text-muted{color:#E0E0E1 !important}.text-black-50{color:rgba(0,0,0,0.5) !important}.text-white-50{color:rgba(255,255,255,0.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}thead{display:table-header-group}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;font-size:1rem;background:#111112;background-color:#111112;line-height:1.5;color:#fff;font-family:'Work Sans', sans-serif}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}}h3,.h3{font-size:3rem;line-height:52px}@media (max-width: 767.98px){h3,.h3{font-size:1.25rem;line-height:28px}}h4,.h4{font-size:2rem;line-height:38px}@media (max-width: 767.98px){h4,.h4{font-size:1.125rem;line-height:26px}}h5,.h5{font-size:1.5rem;line-height:32px}@media (max-width: 767.98px){h5,.h5{font-size:1rem;line-height:24px}}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:normal}@media (max-width: 767.98px){.longform{font-size:1.125rem;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{color:#E0E0E1;font-size:1rem;line-height:24px}a{color:inherit}a:hover{text-decoration:none}p a{color:#9A52FF}p a:hover{color:#9A52FF;text-decoration:none}.fs-base{font-size:1rem}.fs-3{font-size:0.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:0.875rem}.text-smaller{font-size:0.75rem}.text-smallest{font-size:0.625rem}.arrow-link{text-decoration:none}.arrow-link:after{content:url(../img/icon-green-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 .github-edit-wrap .github-edit,.lang-ja .navbar .navbar-nav .nav-link,.lang-ja .content .children-display li a,.lang-ja .right-sidebar .level-1 a,.lang-ja .right-sidebar .separator,.lang-ja .use-case-step-num{font-family:'Work Sans', 'Noto Sans JP', sans-serif}.lang-ja.page-calculator #data-selector li a{padding:0.5rem 1.1rem}.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:#fff}.search .algolia-autocomplete{flex-grow:1}#algolia-autocomplete-listbox-0{z-index:1100 !important}.algolia-autocomplete .ds-dropdown-menu [class^="ds-dataset-"]{background-color:rgba(0,0,0,0.9);border:1px solid #111112;border-radius:8px}.algolia-autocomplete .ds-dropdown-menu::before{background-color:rgba(0,0,0,0.9);border-color:#111112}.algolia-docsearch-suggestion{background-color:rgba(0,0,0,0.9)}.algolia-autocomplete .algolia-docsearch-suggestion--category-header{color:#fff;border:0 solid #E0E0E1;border-bottom-width:1px;font-weight:bold}.algolia-autocomplete .algolia-docsearch-suggestion--subcategory-column{color:#fff}.algolia-autocomplete .algolia-docsearch-suggestion--title{color:#fff}.algolia-autocomplete .algolia-docsearch-suggestion--text{font-size:0.8rem;color:#E0E0E1}.algolia-autocomplete .algolia-docsearch-suggestion--highlight{color:#fff;background-color:#1E8A50}@media (max-width: 991.98px){.algolia-autocomplete .ds-dropdown-menu{min-width:unset}}body{position:relative}section{position:relative}.landing{padding:0}#main_content_wrapper{margin-top:80px}.padded-landing,.sidebar-primary #main_content_wrapper{padding:0 1rem 1rem 1rem}@media (min-width: 768px){.padded-landing,.sidebar-primary #main_content_wrapper{padding:0 2rem 2rem 2rem}}@media (min-width: 992px){.padded-landing,.sidebar-primary #main_content_wrapper{padding:0 3rem 3rem 3rem}}.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)}}.card-grid{display:grid;gap:1px;padding:0;width:100%}.card-grid.card-grid-2x2{grid-template-columns:2fr 1fr 1fr;grid-template-rows:auto auto}.card-grid.card-grid-2x2 .section-hero{grid-row-end:span 2}@media (max-width: 991.98px){.card-grid.card-grid-2x2{grid-template-columns:1fr;grid-template-rows:repeat(5, auto)}}.card-grid.card-grid-2x1{grid-template-columns:2fr 1fr 1fr;grid-template-rows:1fr}.card-grid.card-grid-2x1 .section-hero{grid-row-end:span 1}@media (max-width: 991.98px){.card-grid.card-grid-2x1{grid-template-columns:1fr;grid-template-rows:1fr}}.card-grid.card-grid-2x4{grid-template-columns:2fr 1fr 1fr;grid-template-rows:1fr 1fr 1fr 1fr}.card-grid.card-grid-2x4 .section-hero{grid-row-end:span 4}@media (max-width: 991.98px){.card-grid.card-grid-2x4{grid-template-columns:1fr;grid-template-rows:repeat(5, auto)}.card-grid.card-grid-2x4 .section-hero{grid-row-end:span 1}}.card-grid.card-grid-4xN{grid-template-columns:1fr 1fr 1fr 1fr;grid-auto-rows:auto}@media (max-width: 991.98px){.card-grid.card-grid-4xN{grid-template-columns:1fr}}.card-grid.card-grid-4xN .col-new{margin:20px}@media (max-width: 991.98px){.card-grid.card-grid-4xN .col-new{margin:20px 0}}.card-grid.card-grid-3xN{grid-template-columns:1fr 1fr 1fr;grid-auto-rows:auto}@media (max-width: 991.98px){.card-grid.card-grid-3xN{grid-template-columns:1fr}}.card-grid.card-grid-3xN .card-new{min-height:264px}@media (min-width: 768px){.card-grid.card-grid-3xN .card-new{min-height:347px}}.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{grid-template-columns:1fr}}.card-grid.card-grid-Nx1{grid-auto-flow:column;grid-auto-columns:1fr;grid-template-rows:auto}@media (max-width: 991.98px){.card-grid.card-grid-Nx1{grid-auto-flow:row;grid-template-columns:1fr}}.card-grid .card{padding:40px;border:0}@media (max-width: 991.98px){.card-grid .card{padding:20px}}.card-grid .card .card-body{padding:8px;padding-bottom:24px}.card-grid.section-hero{padding-left:0}.container-new{display:flex;flex-wrap:wrap;margin:0 auto;max-width:960px;z-index:1;max-width:1280px;max-width:1040px}@media (max-width: 1199.98px){.container-new{max-width:832px}}@media (max-width: 991.98px){.container-new{max-width:608px}}@media (max-width: 767.98px){.container-new{max-width:100%;margin:0 32px}}.container-new .col-new-1{flex-basis:8.33333%}.container-new .col-new-2{flex-basis:16.66667%}.container-new .col-new-3{flex-basis:25%}.container-new .col-new-4{flex-basis:33.33333%}.container-new .col-new-5{flex-basis:41.66667%}.container-new .col-new-6{flex-basis:50%}.container-new .col-new-7{flex-basis:58.33333%}.container-new .col-new-8{flex-basis:66.66667%}.container-new .col-new-9{flex-basis:75%}.container-new .col-new-10{flex-basis:83.33333%}.container-new .col-new-11{flex-basis:91.66667%}.container-new .col-new-12{flex-basis:100%}.container-new .col-new{background-position:bottom;background-repeat:no-repeat;background-size:contain}@media (max-width: 1199.98px){.container-new .col-new{margin:24px 0}}@media (max-width: 767.98px){.container-new .col-new{margin:0 0 40px}}@media (min-width: 992px){.container-new .col-new{margin:40px}}.container-new .col-new#pink-purple{background-image:url(../../img/cards/pink-purple.svg)}.container-new .col-new#neutral-blue{background-image:url(../../img/cards/neutral-blue.svg)}.container-new .col-new#light-green{background-image:url(../../img/cards/light-green.svg)}.container-new .col-new#green{background-image:url(../../img/cards/green.svg)}.container-new .col-new#orange{background-image:url(../../img/cards/orange.svg)}.container-new .col-new#orange-yellow{background-image:url(../../img/cards/orange-yellow.svg)}.container-new .col-new#orange-yellow-2{background-image:url(../../img/cards/orange-yellow-2.svg)}.container-new .col-new#magenta-orange{background-image:url(../../img/cards/magenta-orange.svg)}.container-new .col-new#blue-green{background-image:url(../../img/cards/blue-green.svg)}.container-new .col-new#light-blue{background-image:url(../../img/cards/light-blue.svg)}.container-new .col-new#green-blue{background-image:url(../../img/cards/green-blue.svg)}.container-new .col-new#green-purple{background-image:url(../../img/cards/green-purple.svg)}.container-new .col-new#purple-blue{background-image:url(../../img/cards/purple-blue.svg)}.container-new .col-new#blue-light-blue{background-image:url(../../img/cards/blue-light-blue.svg)}.container-new .col-new#sm-yellow{background-image:url(../../img/cards/sm-yellow.svg)}.container-new .col-new#sm-yellow-2{background-image:url(../../img/cards/sm-yellow-2.svg)}.container-new .col-new#sm-purple{background-image:url(../../img/cards/sm-purple.svg)}.container-new .col-new#sm-magenta{background-image:url(../../img/cards/sm-magenta.svg)}.container-new .col-new#sm-blue-green{background-image:url(../../img/cards/sm-blue-green.svg)}.container-new .col-new#sm-green{background-image:url(../../img/cards/sm-green.svg)}.container-new .col-new#sm-green-2{background-image:url(../../img/cards/sm-green-2.svg)}.container-new .col-new#sm-light-blue{background-image:url(../../img/cards/sm-light-blue.svg)}.container-new .col-new#sm-light-blue-3{background-image:url(../../img/cards/sm-light-blue-3.svg)}.container-new .col-new#sm-magenta-2{background-image:url(../../img/cards/sm-magenta-2.svg)}.container-new .col-new#sm-magenta-3{background-image:url(../../img/cards/sm-magenta-3.svg)}.container-new .col-new#sm-orange{background-image:url(../../img/cards/sm-orange.svg)}.container-new .col-new#sm-orange-2{background-image:url(../../img/cards/sm-orange-2.svg)}.container-new .card-new{padding:32px;--width: 4}.container-new .col-new-card{transition:all 0.35s ease-out;cursor:pointer}.container-new .col-new-card:hover{-webkit-transform:translateY(-16px);-moz-transform:translateY(-16px);-ms-transform:translateY(-16px);-o-transform:translateY(-16px);transform:translateY(-16px)}.xrp-ledger-dev-portal.sidebar-primary .main{z-index:5;padding:44px 24px 48px;min-height:700px}@media (max-width: 991.98px){.right-sidebar .card{padding-left:0}#page-toc-wrapper{position:static;display:block;clear:both;overflow-y:inherit;max-width:100%;max-height:inherit;word-break:break-all}.main{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%)}.timeline-dot{margin-top:85px;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:#000;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}}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:#32E685}aside a.active,aside a.active:hover,aside .active>a,aside .active>a:hover{color:#32E685;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;font-family:"Space Mono", monospace;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:0.3s}.nav-toggler.collapsed::after{transform:rotate(-90deg)}.dactyl-tree-nav{padding:44px 24px 48px 0;position:relative}.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 #32E685;margin-left:-1px}.dactyl-tree-nav nav .active>.nav-link{border-left:2px solid #32E685;margin-left:-1px;padding-left:calc(1rem - 1px)}.dactyl-tree-nav .nav-item{position:relative}.dactyl-tree-nav .nav-item .nav-link{padding:0.25rem 1rem;font-size:0.9rem}.dactyl-tree-nav .nav-item.nav-parent .nav-link{padding-left:0;font-size:1.125rem}.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}.right-sidebar{padding:44px 0 24px 48px}.right-sidebar .toc-header{font-weight:bold;font-size:14px;padding:1rem 0}.right-sidebar .toc-header h4{line-height:20px;font-size:1.2em;padding:0;margin:0}#page-toc-wrapper{position:sticky;max-height:85vh;top:48px;overflow:auto;padding:0;border:none}#page-toc-wrapper .card-body{padding:0;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:0.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 #32E685;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 #32E685;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}.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%}.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}.mt-6{margin-top:1.5rem}.mb-8{margin-bottom:2rem}@media (max-width: 767.98px){.mb-8-sm{margin-bottom:2rem}}.mt-8{margin-top:2rem}.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}}.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-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}.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 (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}}.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-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}}.top-10{top:2.5rem}.top-20{top:5rem}.top-24{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}}.d-block{display:block}.border-green{border:1px solid #32E685}.border-none{border:none !important}.grey-400{color:#A2A2A4}.grey-500{color:#838386}.grey-700{color:#343437}.bg-grey-800{background-color:#232325}.green-500{color:#32E685}.white{color:#fff}.br-8{border-radius:8px}br.until-sm{content:''}.z-index-1{z-index:1}@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,.content a.button,.content .btn{font-weight:bold;cursor:pointer;text-decoration:none;transition:0.2s}.content a.button{padding:.5rem 1rem;margin:0 0.5rem;display:inline-block}.btn.disabled,button.disabled,.btn[disabled="disabled"],button[disabled="disabled"]{cursor:not-allowed}.content a.button,.navbar-dark .navbar-nav .nav-link.btn-outline-secondary{color:#fff;border-color:#fff;border-width:2px;border-style:solid}.content a.button:not(:disabled):not(.disabled):hover,.content a.button:not(:disabled):not(.disabled):active,.navbar-dark .navbar-nav .nav-link.btn-outline-secondary:not(:disabled):not(.disabled):hover,.navbar-dark .navbar-nav .nav-link.btn-outline-secondary:not(:disabled):not(.disabled):active{color:#32E685;border-color:#32E685;background-color:transparent}.navbar-dark .navbar-nav .nav-link:hover{color:#fff}p+.readmore{margin-top:12px}.card-header a i{margin:0 0.2em 0 0.8em}.btn-primary code,.btn-secondary code{color:inherit}.btn-primary{background:#7919FF;font-weight:bold;color:#fff;border:none;border-color:transparent;border-radius:4px;padding:0.5rem 1rem;line-height:16px}.btn-arrow::after{display:inline-block;content:url(../../img/icons/arrow-right.svg);vertical-align:middle;padding-left:8px;-webkit-transition:transform 0.3s ease-out;-moz-transition:transform 0.3s ease-out;-ms-transition:transform 0.3s ease-out;-o-transition:transform 0.3s ease-out;transition:transform 0.3s ease-out}.btn-arrow:hover{background:#7919FF !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)}.jump-to-top{display:none;position:fixed;bottom:36px;right:36px;font-weight:700;z-index:1000;color:white;background-color:transparent}.jump-to-top::after{display:none}.accordian-row{background:#232325;border-radius:5px;padding:32px}.accordian-row h3{width:calc(100% - 32px)}.accordian-row a{position:relative}.accordian-row a:hover{color:#fff}.accordian-row a::after{-webkit-transition:transform 0.3s ease-out;-moz-transition:transform 0.3s ease-out;-ms-transition:transform 0.3s ease-out;-o-transition:transform 0.3s ease-out;transition:transform 0.3s ease-out;transform:rotateX(180deg);position:absolute;right:-32px;top:calc(50% - 12px);display:inline-flex;content:url(../../img/icons/purple-arrow.svg)}.accordian-row a.collapsed::after{transform:rotateX(360deg)}.chip{display:inline;font-size:1rem;font-weight:bold;padding:0.5rem 1rem;border-radius:100px}.chip::before{content:none !important}.chip-red-purple{color:#EA80FF;background-color:#40004C}.chip-orange{color:#FFAA80;background-color:#4C1A00}.chip-green{color:#32E685;background-color:#0A2E1B}.chip-blue-purple{color:#B480FF;background-color:#20004C}.chip-magenta{color:#FF80BF;background-color:#4C0026}.chip-blue{color:#80CCFF;background-color:#002E4C}.chip-yellow{color:#FCFF80;background-color:#4B4C00}.content table{clear:right;margin-bottom:48px}.content table code{word-break:normal;white-space:nowrap}th{border-bottom:2px solid #E0E0E1}tr{border-bottom:1px solid #E0E0E1}th,td{padding:0.2em;vertical-align:text-top}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:0.875rem}}.landing-table tr:last-child{border-bottom:none}.dblue{color:#656E81}#overview-table td:nth-child(1){width:40%}#overview-table td:nth-child(2){width:30%}#overview-table tbody td{padding:2rem 0.75rem}@media (max-width: 991.98px){#overview-table{font-size:0.875rem}#overview-table thead .h4{font-size:1.125rem}}#calculator-table{width:100%}#calculator-table td{padding:1.5rem 0}@media (max-width: 767.98px){#calculator-table td{font-size:1rem}}#calculator-table tbody td{padding:2rem 0}#calculator-table tbody tr{border-bottom:1px solid #454549}#calculator-table .ratio{font-size:1rem;display:block;margin-top:-8px;color:#838386}@media (max-width: 991.98px){#calculator-table table{font-size:0.875rem}#calculator-table table .fs-5-5{font-size:1rem !important}#calculator-table table .fs-6{font-size:1.125rem}#calculator-table table td:first-child{width:auto}}.content table{clear:right;margin-bottom:48px}.content table code{word-break:normal;white-space:nowrap}th{border-bottom:2px solid #E0E0E1}tr{border-bottom:1px solid #E0E0E1}th,td{padding:0.2em;vertical-align:text-top}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:0.875rem}}.landing-table tr:last-child{border-bottom:none}.dblue{color:#656E81}#overview-table td:nth-child(1){width:40%}#overview-table td:nth-child(2){width:30%}#overview-table tbody td{padding:2rem 0.75rem}@media (max-width: 991.98px){#overview-table{font-size:0.875rem}#overview-table thead .h4{font-size:1.125rem}}#calculator-table{width:100%}#calculator-table td{padding:1.5rem 0}@media (max-width: 767.98px){#calculator-table td{font-size:1rem}}#calculator-table tbody td{padding:2rem 0}#calculator-table tbody tr{border-bottom:1px solid #454549}#calculator-table .ratio{font-size:1rem;display:block;margin-top:-8px;color:#838386}@media (max-width: 991.98px){#calculator-table table{font-size:0.875rem}#calculator-table table .fs-5-5{font-size:1rem !important}#calculator-table table .fs-6{font-size:1.125rem}#calculator-table table td:first-child{width:auto}}.related-tasks-links a{color:#454549;text-decoration:none}.related-tasks-links a:hover{color:#000}.use-case-external-link{border:1px solid #C1C1C2}.content .use-case-external-link a{text-decoration:none;color:#000}.use-case-step-num{margin-top:64px;margin-bottom:24px;color:#eae7e6;font-size:5.16em;font-weight:400;font-family:'Space Mono', sans-serif}.use-case-step-length{float:right;color:#888;font-size:1rem}.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}.github-edit-wrap .github-edit.nav-link{background-image:url(../vendor/github-marks/GitHub-Mark-Light-32px.png);background-size:24px 24px;background-position:left 12px center;background-repeat:no-repeat;padding-left:48px;text-decoration:none;display:block}.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}.top-nav .navbar-brand .logo{margin-left:0}.top-nav .navbar-brand:hover{opacity:0.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.show .dropdown-toggle{color:#838386}.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}.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: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-popular-pages,.top-nav .dropdown-menu .col-for-questions{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}@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}@media (min-width: 992px){.top-nav{padding:0 3rem}.top-nav .navbar-brand{margin-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_xrp-ledger-overviewhtml{grid-template-columns:180px 180px 180px}.top-nav .dropdown-menu.show#topnav_dd_docshtml{grid-template-columns:180px 180px 260px;left:-200px}.top-nav .dropdown-menu.show#topnav_dd_contributehtml{grid-template-columns:200px}.top-nav .dropdown-menu.show .dropdown-hero{grid-row:1;grid-column:1 / 4}.top-nav .dropdown-menu.show #dropdown-hero-for-documentation{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{grid-column:2}.top-nav .dropdown-menu.show .col-for-about{grid-row:1;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-online-tools{grid-column:1;grid-row:3}.top-nav .dropdown-menu.show .col-for-get-started{grid-column:2;grid-row:2 / 4}.top-nav .dropdown-menu.show .col-for-popular-pages{grid-column:3;grid-row:1 / 3;margin:-40px -40px -40px 0;padding:40px}.top-nav .dropdown-menu.show .col-for-questions{grid-column:3;grid-row:3;margin:0 -40px -40px 0px;padding:0 40px 40px 40px}.top-nav .dropdown-menu.smaller-dropdown{min-width:180px}.top-nav #topnav-pages{flex-grow:0}}@media (min-width: 992px) and (min-width: 992px) and (max-width: 1030px){.top-nav #topnav-pages .nav-link{padding:1rem 1.6rem}}@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: 1200px){.top-nav #topnav-search{margin-left:4rem;margin-right:.5rem}}@media (max-width: 991.98px){.top-nav .navbar-brand{padding-left:15px}.top-nav .navbar-toggler{border:0;padding:30px;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 .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}.top-nav .dropdown-menu.show{height:calc(100vh - 80px - 52px)}.top-nav .dropdown-menu.show#topnav_dd_docshtml{display:grid;grid-template-columns:187px 187px;gap:1px;left:-200px}.top-nav .dropdown-menu.show#topnav_dd_docshtml .dropdown-hero{grid-column:1 / 3;grid-row:1}.top-nav .dropdown-menu.show#topnav_dd_docshtml .col-for-article-types{grid-column:1;grid-row:2}.top-nav .dropdown-menu.show#topnav_dd_docshtml .col-for-online-tools{grid-column:1;grid-row:3;padding-bottom:32px}.top-nav .dropdown-menu.show#topnav_dd_docshtml .col-for-get-started{grid-column:2;grid-row:2 / 4;padding-bottom:32px}.top-nav .dropdown-menu.show#topnav_dd_docshtml .col-for-popular-pages{grid-column:1 / 3;grid-row:4;margin:-1px;padding-top:33px}.top-nav .dropdown-menu.show#topnav_dd_docshtml .col-for-questions{grid-column:1 / 3;grid-row:5;margin:-1px;padding-bottom:32px}.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:"\f053";display:inline-block}.top-nav .dropdown-toggle:not(.with-caret)::after{content:"\f054";position:absolute;right:2rem}.top-nav .dropdown.show .dropdown-toggle::after{text-indent:1rem}.top-nav .dropdown:not(.show) .dropdown-toggle::before{width:0;height:0;text-indent:-1rem}.top-nav .dropdown-toggle.with-caret::after{border:0}.top-nav #top-main-nav{padding-top:72px;position:relative;transition:padding-top .2s ease}.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{height:0;overflow:clip;padding-top:0;padding-bottom:0}.top-nav #topnav-search{position:absolute;top:0;width:100%;height:72px;transition:all .2s ease}.top-nav #topnav-language hr{border-top:1px solid #232325;margin-top:0.25rem;margin-bottom:0.25rem;display:static}}.main h1:before,.main h2:before,.main h3:before,.main h4:before,.main h5:before,.main h6:before,#main_content_wrapper:before,.interactive-block:before{display:block;content:" ";margin-top:-80px;height:80px;visibility:hidden;z-index:-1}a{z-index:1}.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 span:first-of-type{left:0;transform:rotate(45deg)}.chevron 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{transform:rotate(-45deg)}.dropdown.show .chevron span:last-of-type{transform:rotate(45deg)}h1 a,h2 a,h3 a{color:#fff;text-decoration:none}h1 a:hover,h2 a:hover,h3 a:hover,.xrpl-footer h5 a:hover{color:#32E685}.curated-links a,.children-display a,a.card,.xrpl-footer a{color:#fff}.curated-links a:hover,.children-display a:hover,a.card:hover,.xrpl-footer a:hover{color:#32E685}.content{padding-bottom:50px}.content a,.blurb a{text-decoration:underline}.content h1{margin-top:32px;line-height:1.2;font-weight:400}.content h1:first-child,.landing section:first-of-type h1:first-child{margin-top:0;line-height:1.2}.content h1:first-child:before{margin-top:-80px}.content h2{margin-top:72px;margin-bottom:24px;font-weight:400;line-height:1.2}.content h3{margin-top:24px;line-height:1.2}.content h4{margin-top:20px;line-height:1.2}.content h5{margin-top:16px;line-height:1.2;font-weight:700}.content h6{margin-top:12px;line-height:1.2;font-weight:700}.content li{margin:6px;margin-top:24px}.content li p{margin:0}.content a[title="Source"]{float:right;padding-left:20px}.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:#111112;word-wrap:normal;padding:2rem;border-radius:4px}pre code{white-space:pre;color:#fff;background-color:#111112}.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}.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:#111112}.multicode a:hover{text-decoration:none;background-color:#111112;color:#32E685}.multicode .code_toggler{position:absolute;bottom:0;right:0}.codehilite{background:#111112;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}.multicode .codehilite{background:transparent}.CodeMirror{font-family:"Space Mono",monospace;height:300px;background-color:#111112;margin:16px 0;border-radius:4px}.CodeMirror-scroll{overflow:auto}.CodeMirror-lines{padding:2rem 0}.CodeMirror pre{padding:0 2rem 0 1rem}.CodeMirror-scrollbar-filler,.CodeMirror-gutter-filler{background-color:#000}.CodeMirror-gutters{background-color:#111112;white-space:nowrap}.CodeMirror div.CodeMirror-cursor{border-left:1px solid #fff;z-index:3}.CodeMirror div.CodeMirror-secondarycursor{border-left:1px solid #838386}.CodeMirror.cm-keymap-fat-cursor div.CodeMirror-cursor{width:auto;border:0;background:#838386;z-index:1}.cm-tab{display:inline-block}.cm-s-default .cm-keyword{color:#FF6719}.cm-s-default .cm-atom{color:#FF6719}.cm-s-default .cm-number{color:#19A3FF}.cm-s-default .cm-def{color:#19A3FF}.cm-s-default .cm-variable{color:#fff}.cm-s-default .cm-variable-2{color:#fff}.cm-s-default .cm-variable-3{color:#fff}.cm-s-default .cm-property{color:#fff}.cm-s-default .cm-operator{color:#fff}.cm-s-default .cm-comment{color:#838386}.cm-s-default .cm-string{color:#28B86A}.cm-s-default .cm-string-2{color:#28B86A}.cm-s-default .cm-meta{color:#838386}.cm-s-default .cm-qualifier{color:#838386}.cm-s-default .cm-builtin{color:#28B86A}.cm-s-default .cm-bracket{color:#fff}.cm-s-default .cm-tag{color:#fff}.cm-s-default .cm-attribute{color:#fff}.cm-s-default .cm-header{color:#19A3FF}.cm-s-default .cm-quote{color:#28B86A}.cm-s-default .cm-hr{color:#838386}.cm-s-default .cm-link{color:#B2E0FF}.cm-negative{color:#fff}.cm-positive{color:#fff}.cm-header,.cm-strong{font-weight:bold}.cm-em{font-style:italic}.cm-link{text-decoration:underline}.cm-s-default .cm-error{color:#FF198B}.cm-invalidchar{color:#FF198B}div.CodeMirror span.CodeMirror-matchingbracket{color:#7919FF}div.CodeMirror span.CodeMirror-nonmatchingbracket{color:#FAFF19}.CodeMirror-activeline-background{background:#232325}.CodeMirror{line-height:1;position:relative;overflow:hidden;background:#111112;color:#fff}.CodeMirror-scroll{margin-bottom:-30px;margin-right:-30px;padding-bottom:30px;padding-right:30px;height:100%;outline:none;position:relative;-moz-box-sizing:content-box;box-sizing:content-box}.CodeMirror-sizer{position:relative}.CodeMirror-vscrollbar,.CodeMirror-hscrollbar,.CodeMirror-scrollbar-filler,.CodeMirror-gutter-filler{position:absolute;z-index:6;display:none}.CodeMirror-vscrollbar{right:0;top:0;overflow-x:hidden;overflow-y:scroll}.CodeMirror-hscrollbar{bottom:0;left:0;overflow-y:hidden;overflow-x:scroll}.CodeMirror-scrollbar-filler{right:0;bottom:0}.CodeMirror-gutter-filler{left:0;bottom:0}.CodeMirror-gutters{position:absolute;left:0;top:0;padding-bottom:30px;z-index:3}.CodeMirror-gutter{white-space:normal;height:100%;-moz-box-sizing:content-box;box-sizing:content-box;padding-bottom:30px;margin-bottom:-32px;display:inline-block;*zoom:1;*display:inline}.CodeMirror-gutter-elt{position:absolute;cursor:default;z-index:4}.CodeMirror-lines{cursor:text}.CodeMirror pre{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;border-width:0;background:transparent;font-family:inherit;font-size:inherit;margin:0;white-space:pre;word-wrap:normal;line-height:inherit;color:inherit;z-index:2;position:relative;overflow:visible}.CodeMirror-wrap pre{word-wrap:break-word;white-space:pre-wrap;word-break:normal}.CodeMirror-code pre{border-right:30px solid transparent;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.CodeMirror-wrap .CodeMirror-code pre{border-right:none;width:auto}.CodeMirror-linebackground{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.CodeMirror-linewidget{position:relative;z-index:2;overflow:auto}.CodeMirror-wrap .CodeMirror-scroll{overflow-x:hidden}.CodeMirror-measure{position:absolute;width:100%;height:0;overflow:hidden;visibility:hidden}.CodeMirror-measure pre{position:static}.CodeMirror div.CodeMirror-cursor{position:absolute;visibility:hidden;border-right:none;width:0}.CodeMirror-focused div.CodeMirror-cursor{visibility:visible}.CodeMirror-selected{background:#d9d9d9}.CodeMirror-focused .CodeMirror-selected{background:#d7d4f0}.cm-searching{background:#ffa;background:rgba(255,255,0,0.4)}.CodeMirror span{*vertical-align:text-bottom}@media print{.CodeMirror div.CodeMirror-cursor{visibility:hidden}}.CodeMirror-lint-markers{width:16px}.CodeMirror-lint-tooltip{background-color:#ffd;border:1px solid black;border-radius:4px 4px 4px 4px;color:black;font-family:monospace;font-size:10pt;overflow:hidden;padding:2px 5px;position:fixed;white-space:pre;white-space:pre-wrap;z-index:100;max-width:600px;opacity:0;transition:opacity .4s;-moz-transition:opacity .4s;-webkit-transition:opacity .4s;-o-transition:opacity .4s;-ms-transition:opacity .4s}.CodeMirror-lint-mark-error,.CodeMirror-lint-mark-warning{background-position:left bottom;background-repeat:repeat-x}.CodeMirror-lint-mark-error{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAYAAAC09K7GAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sJDw4cOCW1/KIAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAHElEQVQI12NggIL/DAz/GdA5/xkY/qPKMDAwAADLZwf5rvm+LQAAAABJRU5ErkJggg==")}.CodeMirror-lint-mark-warning{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAYAAAC09K7GAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sJFhQXEbhTg7YAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAMklEQVQI12NkgIIvJ3QXMjAwdDN+OaEbysDA4MPAwNDNwMCwiOHLCd1zX07o6kBVGQEAKBANtobskNMAAAAASUVORK5CYII=")}.CodeMirror-lint-marker-error,.CodeMirror-lint-marker-warning{background-position:center center;background-repeat:no-repeat;cursor:pointer;display:inline-block;height:16px;width:16px;vertical-align:middle;position:relative}.CodeMirror-lint-message-error,.CodeMirror-lint-message-warning{padding-left:18px;background-position:top left;background-repeat:no-repeat}.CodeMirror-lint-marker-error,.CodeMirror-lint-message-error{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAHlBMVEW7AAC7AACxAAC7AAC7AAAAAAC4AAC5AAD///+7AAAUdclpAAAABnRSTlMXnORSiwCK0ZKSAAAATUlEQVR42mWPOQ7AQAgDuQLx/z8csYRmPRIFIwRGnosRrpamvkKi0FTIiMASR3hhKW+hAN6/tIWhu9PDWiTGNEkTtIOucA5Oyr9ckPgAWm0GPBog6v4AAAAASUVORK5CYII=")}.CodeMirror-lint-marker-warning,.CodeMirror-lint-message-warning{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAANlBMVEX/uwDvrwD/uwD/uwD/uwD/uwD/uwD/uwD/uwD6twD/uwAAAADurwD2tQD7uAD+ugAAAAD/uwDhmeTRAAAADHRSTlMJ8mN1EYcbmiixgACm7WbuAAAAVklEQVR42n3PUQqAIBBFUU1LLc3u/jdbOJoW1P08DA9Gba8+YWJ6gNJoNYIBzAA2chBth5kLmG9YUoG0NHAUwFXwO9LuBQL1giCQb8gC9Oro2vp5rncCIY8L8uEx5ZkAAAAASUVORK5CYII=")}.CodeMirror-lint-marker-multiple{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAACVBMVEUAAAAAAAC/v7914kyHAAAAAXRSTlMAQObYZgAAACNJREFUeNo1ioEJAAAIwmz/H90iFFSGJgFMe3gaLZ0od+9/AQZ0ADosbYraAAAAAElFTkSuQmCC");background-repeat:no-repeat;background-position:right bottom;width:100%;height:100%}.content img{max-width:100%;height:auto}.content img .dactyl_badge{width:initial}.content svg{max-width:100%}.content svg[fill="black"]{fill:#fff;stroke:#fff}.content svg[fill="black"] *[fill="white"]{fill:#000}.content svg[fill="black"] *[stroke="white"]{stroke:#000}.content svg[fill="black"] *[fill="black"]{fill:#fff}.content svg[fill="black"] *[stroke="black"]{stroke:#fff}.content svg[fill="black"] g[fill="blue"]{fill:#19A3FF}.content svg[fill="black"] g[stroke="blue"]{stroke:#19A3FF}.content svg[fill="black"] g[fill="rgb(120,120,120)"]{fill:#E0E0E1}.content svg[fill="black"] g[stroke="rgb(120,120,120)"]{stroke:#E0E0E1}.content svg[fill="black"] g[fill="rgb(200,200,200)"]{fill:#343437}.content svg[fill="black"] g[fill="rgb(70,70,70)"]{fill:#838386}.content svg[fill="black"] g[stroke="rgb(70,70,70)"]{stroke:#838386}.content svg[fill="black"] g[fill="rgb(29,180,255)"]{fill:#32E685}.content svg[fill="black"] g[stroke="rgb(29,180,255)"]{stroke:#32E685}.content svg[fill="black"] rect[stroke="rgb(245,247,249)"]{stroke:#000}.content svg[fill="black"] g[fill="lime"],.content svg[fill="black"] g[fill="rgb(0,255,0)"]{fill:#32E685}.content svg[fill="black"] g[stroke="lime"],.content svg[fill="black"] g[stroke="rgb(0,255,0)"]{stroke:#32E685}.content svg[fill="black"] g[fill="yellow"],.content svg[fill="black"] g[fill="rgb(255,255,0)"]{fill:#FAFF19}.content svg[fill="black"] g[fill="yellow"] path[stroke="black"],.content svg[fill="black"] g[fill="rgb(255,255,0)"] path[stroke="black"]{stroke:#000}.content svg[fill="black"] g[fill="red"],.content svg[fill="black"] g[fill="rgb(255,255,0)"]{fill:#FF198B}.content svg[fill="black"] g[stroke="red"],.content svg[fill="black"] g[stroke="rgb(255,255,0)"]{stroke:#FF198B}.content svg[fill="black"] g[fill="yellow"]+g text,.content svg[fill="black"] g[fill="rgb(255,255,0)"]+g text{fill:#000}.content svg[fill="black"] g[fill="lime"]+g text{fill:#000}.content svg[fill="none"] path[fill="#000000"]{fill:#fff}.content svg[fill="none"] path[stroke="#000000"]{stroke:#fff}.content svg[fill="none"] path[fill="#ffffff"]{fill:#000}.content svg[fill="none"] path[stroke="#ffffff"]{stroke:#000}.content svg[fill="none"] path[fill="#23292f"],.content svg[fill="none"] path[fill="#23282f"]{fill:#fff}.content svg[fill="none"] path[stroke="#23292f"],.content svg[fill="none"] path[stroke="#23282f"]{stroke:#fff}.content svg[fill="none"] path[fill="#2c3e50"],.content svg[fill="none"] path[fill="#2b3e51"]{fill:#E0E0E1}.content svg[fill="none"] path[stroke="#2c3e50"],.content svg[fill="none"] path[stroke="#2b3e51"]{stroke:#E0E0E1}.content svg[fill="none"] path[fill="#1c2835"]{fill:#F5F5F7}.content svg[fill="none"] path[stroke="#1c2835"]{stroke:#F5F5F7}.content svg[fill="none"] path[fill="#21aa47"]{fill:#32E685}.content svg[fill="none"] path[stroke="#21aa47"]{stroke:#32E685}.content svg[fill="none"] path[fill="#e64b3b"]{fill:#dc3545}.content svg[fill="none"] path[stroke="#e64b3b"]{stroke:#dc3545}.content svg[fill="none"] path[stroke="#27a2db"],.content svg[fill="none"] path[stroke="#00aae4"]{stroke:#32E685}.content svg[fill="none"] path[fill="#27a2db"],.content svg[fill="none"] path[fill="#00aae4"]{fill:#32E685}.content svg[fill="none"] path[fill="#e6e7e8"]{fill:#232325}.content svg[fill="none"] path[stroke="#e6e7e8"]{stroke:#232325}.content svg[fill="none"] path[stroke="#ffbf27"]{stroke:#D919FF}.content svg[fill="none"] path[fill="#00ff00"]{fill:#32E685}.content svg[fill="none"] path[stroke="#00ff00"]{stroke:#32E685}.content svg[fill="none"] path[fill="#ff00ff"]{fill:#FF198B}.content svg[fill="none"] path[stroke="#ff00ff"]{stroke:#FF198B}.content svg[fill="none"] linearGradient stop[stop-color="#ffffff"]{stop-color:#343437}.content svg[fill="none"] linearGradient stop[stop-color="#e6e7e8"]{stop-color:#232325}.content svg[fill="none"] linearGradient stop[stop-color="#dbdcdd"]{stop-color:#000}.content svg[fill="none"] linearGradient stop[stop-color="#b1b3b5"]{stop-color:#111112}.content svg[fill="none"] linearGradient stop[stop-color="#29a1da"]{stop-color:#2DCF78}.content svg[fill="none"] linearGradient stop[stop-color="#2789b9"]{stop-color:#5BEB9D}.content svg[fill="none"] linearGradient stop[stop-color="#6bc1ec"]{stop-color:#ADF5CE}.content svg[fill="none"] linearGradient stop[stop-color="#8ad6f4"]{stop-color:#84F0B6}.content svg[fill="none"] linearGradient stop[stop-color="#fab913"]{stop-color:#F2B2FF}.content svg[fill="none"] linearGradient stop[stop-color="#fad26b"]{stop-color:#EA80FF}.content svg[fill="none"] linearGradient stop[stop-color="#f8a136"]{stop-color:#E24CFF}.content svg[fill="none"] linearGradient stop[stop-color="#f7931a"]{stop-color:#C000E5}.external-link::after{content:"\00a0";background-image:url(../img/icons/arrow-up-right.svg);background-repeat:no-repeat;display:inline-block;background-size:1em;padding:0 .5em;background-position:left 0 bottom .2em;transition:background-position 100ms ease-in-out}.external-link:hover::after{background-position:left .2em bottom .4em}.external-link .fa-external-link{display:none}.top-nav .dropdown .external-link::after{background-position:left 0 bottom -.1em}.top-nav .dropdown .external-link:hover::after{background-position:left .2em bottom .1em}.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:"\00a0";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 -.1rem;transition:background-position 100ms ease-in-out}.li-links a:hover::after{background-position:left .2rem bottom .1rem}.xrpl-footer .external-link::after{background-position:left 0 bottom 0}.xrpl-footer .external-link:hover::after{background-position:left .2em bottom .2em}.xrpl-footer{padding:7.5rem 3rem;background-image:url(../img/backgrounds/footer.svg);background-size:cover;background-repeat:no-repeat;background-position:bottom right}.xrpl-footer h5{font-size:1rem;font-weight:600;color:#A2A2A4}.xrpl-footer .nav-link{padding:.75rem 0;line-height:1}.xrpl-footer .absolute-bottom-footer{font-size:10px;line-height:1rem}.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}.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:"\f058";font-family:FontAwesome;margin-left:-20px;padding-right:5px}.devportal-callout.note>strong:first-child:before{content:"\f05a";font-family:FontAwesome;margin-left:-20px;padding-right:5px}.devportal-callout.caution>strong:first-child:before{content:"\f071";font-family:FontAwesome;margin-left:-20px;padding-right:5px}.devportal-callout.warning>strong:first-child:before{content:"\f057";font-family:FontAwesome;margin-left:-20px;padding-right:5px}.card-body>p,.card-body>p:last-child{padding:0;margin-bottom:2rem}a.card{border:0}a.card:hover{text-decoration:none}a.card:hover h3{text-decoration:underline}.card-deck{margin-top:2.5rem}.card-deck .card{background-position:bottom;background-repeat:no-repeat;background-size:contain}.card-deck a.card{transition:all 0.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)}@media (max-width: 991.98px){.card-deck{margin-top:2rem}.card-deck .card-body{padding:1rem}.card-deck.row-cols-2 .card{margin:.75rem;max-width:calc(50% - 1.5rem)}}.breadcrumb-item+.breadcrumb-item:before{content:"\f105";font-family:FontAwesome;padding-right:5px}.breadcrumbs-wrap .breadcrumb{padding:0;margin-bottom:0;font-size:0.833em}.breadcrumb-item a{color:#E0E0E1;text-decoration:none}.breadcrumb-item a:hover{color:#32E685}.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 .content .children-display>ul>li,.landing .content .curated-links>ul>li{margin-top:24px}.landing .content .children-display li a,.landing .content .curated-links li a{font-weight:700;font-size:1.25rem;text-decoration:none}.landing .content .children-display li a:hover,.landing .content .curated-links li a:hover{text-decoration:underline}.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 .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}.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 0;color:#E0E0E1;border-bottom:1px solid #232325;position:relative}.landing .nav .nav-link:hover{color:#7919FF}.landing .nav .nav-link:not(.external-link)::after{content:" ";background-image:url(../img/icons/arrow-right-purple.svg);background-size:cover;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-size:cover;position:absolute;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}.alert-info{color:white;background-color:#006BB2;border-width:0}.alert-info a{text-decoration:underline;color:white}.alert-info a:hover{color:#E0E0E1}.highlight-subcard{margin:1.5rem 0;padding:1rem;border:2px solid #fff;background:#000}.interactive-block-inner{border:1px dashed #7919FF;padding:10px;margin:5px}.interactive-block-ui>button{margin:10px 0}.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:"\f058";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:"\f02c";font-family:FontAwesome;font-size:1.5rem}.labels-wrap .list-inline-item{margin-top:0.5rem}.pg-category{color:#A2A2A4}.pg-category::after{content:"\f105";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:0.5rem;font-weight:400;line-height:22px;font-size:16px;padding:0;margin-top:-2px}.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-アカウント,.label.label-payment-channel{background-color:#20004C;color:#B480FF}.label.label-accounts .badge-pill,.label.label-payment-channels .badge-pill,.label.label-アカウント .badge-pill,.label.label-payment-channel .badge-pill{color:#20004C;background-color:#B480FF}.label.label-accounts:hover,.label.label-payment-channels:hover,.label.label-アカウント:hover,.label.label-payment-channel:hover{background-color:#350080;color:#D2B2FF}.label.label-accounts:hover .badge-pill,.label.label-payment-channels:hover .badge-pill,.label.label-アカウント:hover .badge-pill,.label.label-payment-channel:hover .badge-pill{color:#350080;background-color:#D2B2FF}.label.label-blockchain,.label.label-xrp,.label.label-ブロックチェーン{background-color:#145C35;color:#84F0B6}.label.label-blockchain .badge-pill,.label.label-xrp .badge-pill,.label.label-ブロックチェーン .badge-pill{background-color:#84F0B6;color:#145C35}.label.label-blockchain:hover,.label.label-xrp:hover,.label.label-ブロックチェーン:hover{background-color:#1E8A50;color:#ADF5CE}.label.label-blockchain:hover .badge-pill,.label.label-xrp:hover .badge-pill,.label.label-ブロックチェーン:hover .badge-pill{background-color:#ADF5CE;color:#1E8A50}.label.label-checks,.label.label-core-server,.label.label-コアサーバー{background-color:#40004C;color:#EA80FF}.label.label-checks .badge-pill,.label.label-core-server .badge-pill,.label.label-コアサーバー .badge-pill{background-color:#EA80FF;color:#40004C}.label.label-checks:hover,.label.label-core-server:hover,.label.label-コアサーバー:hover{background-color:#6B0080;color:#F2B2FF}.label.label-checks:hover .badge-pill,.label.label-core-server:hover .badge-pill,.label.label-コアサーバー:hover .badge-pill{background-color:#F2B2FF;color:#6B0080}.label.label-cross-currency,.label.label-security,.label.label-複数通貨間,.label.label-セキュリティ{background-color:#4B4C00;color:#FCFF80}.label.label-cross-currency .badge-pill,.label.label-security .badge-pill,.label.label-複数通貨間 .badge-pill,.label.label-セキュリティ .badge-pill{background-color:#FCFF80;color:#4B4C00}.label.label-cross-currency:hover,.label.label-security:hover,.label.label-複数通貨間:hover,.label.label-セキュリティ: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{background-color:#FDFFB2;color:#7D8000}.label.label-decentralized-exchange,.label.label-smart-contracts,.label.label-transaction-sending,.label.label-分散型取引所,.label.label-スマートコントラクト,.label.label-トランザクション送信{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{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{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{background-color:#B2E0FF;color:#004D80}.label.label-escrow,.label.label-tokens,.label.label-development,.label.label-トークン,.label.label-開発{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{background-color:#FFAA80;color:#4C1A00}.label.label-escrow:hover,.label.label-tokens:hover,.label.label-development:hover,.label.label-トークン:hover,.label.label-開発: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{background-color:#FFCCB2;color:#802B00}.label.label-fees,.label.label-payments,.label.label-data-retention,.label.label-手数料,.label.label-支払い,.label.label-データ保持{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{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{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{background-color:#FFB2D8;color:#80003F}.tag-cloud .list-inline-item{margin-top:1.5rem}#tx-sender-history .list-group-item{font-size:small;color:#454549}.response-metadata .timestamp{color:#454549;position:relative;top:16px}.throbber{width:24px;height:24px}#connection-status .card-body{border-left:0}#connection-status-item.active{background-color:#32E685;border-color:#32E685}#tx-sender-history ul{overflow:auto;height:220px;border:1px solid #E0E0E1}#pp_progress small{margin-top:.5rem}.page-tx-sender .input-group .form-control{flex:1 1 20%}.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}#rest_url_wrapper p{margin:0;border-radius:4px;background-color:#111112;padding:2rem;overflow:auto}#rest_url{width:auto;border:0;background:none;font-size:13px;vertical-align:top}#rest_url .editable{color:#fff;font-weight:bold;font-family:"Space Mono",monospace;border-width:0 0px 1px 0;border-style:dotted;border-color:#E0E0E1;min-width:5em;background:none;vertical-align:top}#rest_url .non_editable{vertical-align:top}#rest_url div{display:inline-block}#rest_url input{margin:0 !important}@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}.content a[title="Source"]{float:none}header,footer,aside{display:none !important}.navbar{display:none !important}.content,#main_content_body{position:static;display:block;width:auto;height:auto;color:black !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:black}.interactive-block{display:none}.container{margin-top:1rem !important}#main_content_wrapper{margin-top:0}#main_content_body::before{display:none}.xrp-ledger-dev-portal.sidebar-primary .main{border:0}.sidebar-primary .row{display:block}#feedback-content{display:none !important}.jump-to-top{display:none !important}}#home-purple{position:absolute;left:0;top:-360px}#home-green{position:absolute;right:-3px;top:60px}#home-hero-graphic{max-width:100%}@media (max-width: 767.98px){#home-hero-graphic{width:200%;margin-left:-50%;margin-right:-50%;max-width:none}}.sidelinks:hover{color:#9A52FF}.sidelinks.active{color:#9A52FF;font-weight:bold}.hc .h2{height:38px;padding-bottom:5rem}#hc-1{background-image:url(../../img/graphics/hc-1.png);border:1px solid #FAFF1A}#hc-2{background-image:url(../../img/graphics/hc-2.png);border:1px solid #FF1A8B}#hc-3{background-image:url(../../img/graphics/hc-3.png);border:1px solid #974CFF}.cta{position:absolute}.cta-top-left{top:0;left:0}.cta-bottom-right{bottom:0;right:0}#xrp-overview-blue{position:absolute;top:0;left:0}#xrpl-overview-purple{position:absolute;top:40px;left:0}#xrpl-overview-orange{position:absolute;top:80px;right:-4px}#use-cases-blue{position:absolute;top:0;left:0}#use-cases-orange{position:absolute;top:-480px;right:-4px}#history-orange{position:absolute;top:0;right:-4px}#history-purple{position:absolute;top:-480px;left:-4px}.hidden-section{overflow:hidden;visibility:none;height:0}.hidden-section.show{overflow:auto;visibility:visible;height:auto}#impact-green{position:absolute;top:0;right:-4px}#impact-orange{position:absolute;top:100px;left:-4px}#impact-magenta{position:absolute;top:100px;right:-4px}#calculator-purple{position:absolute;top:0px;left:0px}#calculator-green{position:absolute;top:160px;right:0px}#foundation-magenta{position:absolute;top:0px;left:0px}#foundation-orange{position:absolute;top:40px;right:-4px}#community-magenta{position:absolute;top:0px;left:0px}#community-purple{position:absolute;top:160px;right:0px}#faq-background{position:absolute;left:0;right:0;width:100%}.page-docs-index{background:url(../img/backgrounds/bg-docs.png) no-repeat;background-position-x:left -20vw;background-position-y:top}@media (min-width: 768px){.page-docs-index{background-position-x:left}}.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}@media (min-width: 992px){.page-docs-index #docs-browse-by .col:not(:first-child){padding-left:2.5rem}.page-docs-index #docs-browse-by .col:not(:last-child){padding-right:2.5rem}}@media (max-width: 991.98px){.page-docs-index #docs-browse-by .col:not(:first-child){padding-top:4rem}}.page-docs-index #software-and-sdks .card-deck .card:nth-child(1){background-image:url(../img/cards/4col-green.svg)}.page-docs-index #software-and-sdks .card-deck .card:nth-child(2){background-image:url(../img/cards/4col-light-blue.svg)}.page-docs-index #software-and-sdks .card-deck .card:nth-child(3){background-image:url(../img/cards/4col-orange.svg)}.page-docs-index #software-and-sdks .card-deck .card:nth-child(4){background-image:url(../img/cards/4col-yellow.svg)}.page-docs-index .circled-logo{background-color:#454549;border-radius:50%;padding:.75rem;width:50px;height:50px;margin-bottom:0.75rem}.page-docs-index #doc-types .card-deck .card:nth-child(1){background-image:url(../img/cards/4col-orange-yellow.svg)}.page-docs-index #doc-types .card-deck .card:nth-child(2){background-image:url(../img/cards/4col-magenta.svg)}.page-docs-index #doc-types .card-deck .card:nth-child(3){background-image:url(../img/cards/4col-blue-green.svg)}.page-docs-index #doc-types .card-deck .card:nth-child(4){background-image:url(../img/cards/4col-light-blue-2.svg)}.page-docs-index #docs-hot-topic .longform{margin-top:2.5rem}.page-docs-index #run-a-network-node .card-deck .card:nth-child(1),.page-community #run-a-network-node .card-deck .card:nth-child(1){background-image:url(../img/cards/4col-yellow-2.svg)}.page-docs-index #run-a-network-node .card-deck .card:nth-child(2),.page-community #run-a-network-node .card-deck .card:nth-child(2){background-image:url(../img/cards/4col-purple.svg)}.page-docs-index #run-a-network-node .card-deck .card:nth-child(3),.page-community #run-a-network-node .card-deck .card:nth-child(3){background-image:url(../img/cards/4col-magenta-2.svg)}.page-docs-index #run-a-network-node .card-deck .card:nth-child(4),.page-community #run-a-network-node .card-deck .card:nth-child(4){background-image:url(../img/cards/4col-light-green.svg)}.page-calculator .calculator-section-description{max-width:458px}.page-calculator .calc-inputs{border-radius:8px}.page-calculator #data-selector li a{background:#22252B;padding:0.5rem 1.3rem;color:#fff;white-space:nowrap;font-weight:normal}.page-calculator #data-selector li:nth-child(2){margin-left:-7px;margin-right:-7px}.page-calculator #data-selector li.active a{background:#32E685;color:#000}.page-calculator .tab-content div{display:none}.page-calculator .d-output{display:none;margin:0 12px;max-width:188px;width:33%}@media (max-width: 991.98px){.page-calculator .d-output{width:auto}}.page-calculator .d-output.active{display:block;animation-fill-mode:forwards;animation:fadeIn 1s ease-in-out}@media (max-width: 991.98px){.page-calculator .d-output.active{display:inline-block;margin-bottom:32px}}@media (max-width: 575.98px){.page-calculator .d-output.active{display:block}}@media (max-width: 575.98px){.page-calculator .d-output{display:none;width:auto;max-width:100%}.page-calculator .viz-wrapper{margin-right:1rem;min-width:184px}.page-calculator .num-wrapper h5{font-size:1.3rem;word-break:break-word}.page-calculator .d-output[data-comp="kWh"].active{display:inline-flex}.page-calculator #data-selector li:nth-child(2){margin-left:0;margin-right:0;border-top:1px solid #000;border-bottom:1px solid #000}}@media (max-width: 991.98px){.page-calculator #calculator-inputs-offset.offset{height:404px;width:100%}.page-calculator #calculator-inputs-offset{height:0;width:100%}.page-calculator .d-output{margin:2rem 0}.page-calculator #calculator-mobile-toggle.show{position:fixed;top:15px;right:15px;z-index:9999999;background:#000}.page-calculator #calculator-mobile-toggle.hide{display:none}.page-calculator #calculator-inputs.sticky{position:fixed;top:72px;width:calc(100% - 30px);left:15px;right:15px;background:#000;display:none}.page-calculator #calculator-inputs.sticky.show .calc-inputs-wrapper{display:block;margin-bottom:1.5rem}.page-calculator #calculator-inputs.sticky.show{display:block}}@media (max-width: 767.98px){.page-calculator #calculator-inputs-offset.offset{height:486px;width:100%}}@media (min-width: 1200px){.page-calculator #data-selector li:first-child a{border-top-left-radius:8px;border-bottom-left-radius:8px}.page-calculator #data-selector li:last-child a{border-top-right-radius:8px;border-bottom-right-radius:8px}}@media (max-width: 1199.98px){.page-calculator #data-selector li:nth-child(2){margin-left:0;margin-right:0}}.page-calculator .viz-wrapper{position:relative;height:204px;width:184px;overflow:hidden;border-radius:10px}.page-calculator .viz-wrapper img{margin-left:-1px;margin-right:-1px}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.page-calculator .dot{height:2px;width:2px;border-radius:50%;background-color:red;position:absolute;z-index:-1;top:98px;left:68px;transform-origin:center center}.page-calculator #kWh-btc-dot{background-color:#FF671A}.page-calculator #kWh-eth-dot{background-color:#4F5664}.page-calculator #kWh-xrp-dot{background-color:#32E685}.page-calculator .dash.active{font-weight:bold;color:#32E685}.page-calculator .dash:before{content:'|';font-size:7px;font-weight:bold;color:#838386;position:absolute;top:-10px;margin-left:13px}.page-calculator input[type=range]{-webkit-appearance:none;width:100%;background:transparent;z-index:2}.page-calculator input[type=range]::-webkit-slider-thumb{-webkit-appearance:none}.page-calculator input[type=range]:focus{outline:none}.page-calculator input[type=range]::-ms-track{width:100%;cursor:pointer;background:transparent;border-color:transparent;color:transparent}.page-calculator .slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;box-sizing:content-box;border-radius:50px;-webkit-border-radius:50px;-moz-border-radius:50px;width:1px;height:1px;background:#32E685;padding:0.125rem;border:8px solid #000;box-shadow:0 0 0 2px #32E685;cursor:pointer}.page-calculator .slider::-moz-range-thumb{-webkit-appearance:none;appearance:none;box-sizing:content-box;border-radius:50px;-webkit-border-radius:50px;-moz-border-radius:50px;width:1px;height:1px;background:#32E685;padding:0.125rem;border:8px solid #000;box-shadow:0 0 0 2px #32E685;cursor:pointer}.page-calculator input[type=range]{background:#32E685;height:3px}.page-calculator input[type="range"]::-moz-range-progress{background-color:#32E685}.page-calculator input[type="range"]::-moz-range-track{background-color:#838386}.page-calculator input[type="range"]::-ms-fill-lower{background-color:#32E685}.page-calculator input[type="range"]::-ms-fill-upper{background-color:#838386}.rpc-tool #result{display:none}.rpc-tool #log{font-weight:700}.rpc-tool .content .json li{margin-top:0}.rpc-tool .json .name{color:#fff}.rpc-tool .json ul{margin:0;display:none}.rpc-tool .json li{padding:0;list-style-type:none}.rpc-tool .json .type-string .val{color:#28B86A}.rpc-tool .json .type-number .val{color:#19A3FF}.rpc-tool .json a.toggle:hover{text-decoration:none}.rpc-tool .json>a.toggle{display:none}.rpc-tool .json a.toggle:after{content:" +\0000a0";cursor:pointer}.rpc-tool .json>ul,.rpc-tool .json .expanded>ul{display:block}.rpc-tool .json .ellipsis{color:#838386}.rpc-tool .json>.ellipsis,.rpc-tool .json .expanded>.ellipsis{display:none}.rpc-tool .json .expanded>a.toggle:after{content:" \2212\0000a0"}.rpc-tool .json .indentafter{display:none}.rpc-tool .json .expanded>.indentafter{display:inline}.rpc-tool .tools{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;font-size:0.8em;margin:0 0 10px}.rpc-tool .tools>li>a{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 .labels-wrap{display:inline-block}.dev-blog a.badge-primary{text-decoration:none}.dev-blog a.badge-primary:hover{text-decoration:none} + */:root{--blue: #19A3FF;--indigo: #6610f2;--purple: #7919FF;--pink: #FF198B;--red: #dc3545;--orange: #FF6719;--yellow: #FAFF19;--green: #32E685;--teal: #20c997;--cyan: #17a2b8;--white: #fff;--gray: #454549;--gray-dark: #232325;--primary: #32E685;--secondary: #E0E0E1;--success: #32E685;--info: #19A3FF;--warning: #FAFF19;--danger: #FF198B;--light: #fff;--dark: #000;--breakpoint-xs: 0;--breakpoint-sm: 576px;--breakpoint-md: 768px;--breakpoint-lg: 992px;--breakpoint-xl: 1200px;--breakpoint-xxl: 1440px;--font-family-sans-serif: -apple-system, system-ui, "Roboto", 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:-apple-system,system-ui,"Roboto",sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#fff;text-align:left;background-color:#000}[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:-.25em}sup{top:-.5em}a{color:#32E685;text-decoration:none;background-color:transparent}a:hover{color:#16b560;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,0.1)}small,.small{font-size:80%;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:80%;color:#454549}.blockquote-footer::before{content:"\2014\00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#000;border:1px solid #C1C1C2;border-radius:0;box-shadow:0 1px 2px rgba(0,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,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-sm,.container-md,.container-lg,.container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width: 576px){.container,.container-sm{max-width:512px}}@media (min-width: 768px){.container,.container-sm,.container-md{max-width:736px}}@media (min-width: 992px){.container,.container-sm,.container-md,.container-lg{max-width:928px}}@media (min-width: 1200px){.container,.container-sm,.container-md,.container-lg,.container-xl{max-width:1136px}}.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-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto,.col-xxl-1,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl,.col-xxl-auto{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.33333%;max-width:33.33333%}.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.66667%;max-width:16.66667%}.col-auto{flex:0 0 auto;width:auto;max-width:100%}.col-1{flex:0 0 8.33333%;max-width:8.33333%}.col-2{flex:0 0 16.66667%;max-width:16.66667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.33333%;max-width:33.33333%}.col-5{flex:0 0 41.66667%;max-width:41.66667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.33333%;max-width:58.33333%}.col-8{flex:0 0 66.66667%;max-width:66.66667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.33333%;max-width:83.33333%}.col-11{flex:0 0 91.66667%;max-width:91.66667%}.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.33333%}.offset-2{margin-left:16.66667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333%}.offset-5{margin-left:41.66667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333%}.offset-8{margin-left:66.66667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333%}.offset-11{margin-left:91.66667%}@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.33333%;max-width:33.33333%}.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.66667%;max-width:16.66667%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.33333%;max-width:8.33333%}.col-sm-2{flex:0 0 16.66667%;max-width:16.66667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.33333%;max-width:33.33333%}.col-sm-5{flex:0 0 41.66667%;max-width:41.66667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.33333%;max-width:58.33333%}.col-sm-8{flex:0 0 66.66667%;max-width:66.66667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.33333%;max-width:83.33333%}.col-sm-11{flex:0 0 91.66667%;max-width:91.66667%}.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.33333%}.offset-sm-2{margin-left:16.66667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333%}.offset-sm-5{margin-left:41.66667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333%}.offset-sm-8{margin-left:66.66667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333%}.offset-sm-11{margin-left:91.66667%}}@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.33333%;max-width:33.33333%}.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.66667%;max-width:16.66667%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.33333%;max-width:8.33333%}.col-md-2{flex:0 0 16.66667%;max-width:16.66667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.33333%;max-width:33.33333%}.col-md-5{flex:0 0 41.66667%;max-width:41.66667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.33333%;max-width:58.33333%}.col-md-8{flex:0 0 66.66667%;max-width:66.66667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.33333%;max-width:83.33333%}.col-md-11{flex:0 0 91.66667%;max-width:91.66667%}.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.33333%}.offset-md-2{margin-left:16.66667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333%}.offset-md-5{margin-left:41.66667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333%}.offset-md-8{margin-left:66.66667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333%}.offset-md-11{margin-left:91.66667%}}@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.33333%;max-width:33.33333%}.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.66667%;max-width:16.66667%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.33333%;max-width:8.33333%}.col-lg-2{flex:0 0 16.66667%;max-width:16.66667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.33333%;max-width:33.33333%}.col-lg-5{flex:0 0 41.66667%;max-width:41.66667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.33333%;max-width:58.33333%}.col-lg-8{flex:0 0 66.66667%;max-width:66.66667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.33333%;max-width:83.33333%}.col-lg-11{flex:0 0 91.66667%;max-width:91.66667%}.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.33333%}.offset-lg-2{margin-left:16.66667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333%}.offset-lg-5{margin-left:41.66667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333%}.offset-lg-8{margin-left:66.66667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333%}.offset-lg-11{margin-left:91.66667%}}@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.33333%;max-width:33.33333%}.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.66667%;max-width:16.66667%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 8.33333%;max-width:8.33333%}.col-xl-2{flex:0 0 16.66667%;max-width:16.66667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.33333%;max-width:33.33333%}.col-xl-5{flex:0 0 41.66667%;max-width:41.66667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.33333%;max-width:58.33333%}.col-xl-8{flex:0 0 66.66667%;max-width:66.66667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.33333%;max-width:83.33333%}.col-xl-11{flex:0 0 91.66667%;max-width:91.66667%}.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.33333%}.offset-xl-2{margin-left:16.66667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333%}.offset-xl-5{margin-left:41.66667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333%}.offset-xl-8{margin-left:66.66667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333%}.offset-xl-11{margin-left:91.66667%}}@media (min-width: 1440px){.col-xxl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xxl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xxl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xxl-3>*{flex:0 0 33.33333%;max-width:33.33333%}.row-cols-xxl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xxl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xxl-6>*{flex:0 0 16.66667%;max-width:16.66667%}.col-xxl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xxl-1{flex:0 0 8.33333%;max-width:8.33333%}.col-xxl-2{flex:0 0 16.66667%;max-width:16.66667%}.col-xxl-3{flex:0 0 25%;max-width:25%}.col-xxl-4{flex:0 0 33.33333%;max-width:33.33333%}.col-xxl-5{flex:0 0 41.66667%;max-width:41.66667%}.col-xxl-6{flex:0 0 50%;max-width:50%}.col-xxl-7{flex:0 0 58.33333%;max-width:58.33333%}.col-xxl-8{flex:0 0 66.66667%;max-width:66.66667%}.col-xxl-9{flex:0 0 75%;max-width:75%}.col-xxl-10{flex:0 0 83.33333%;max-width:83.33333%}.col-xxl-11{flex:0 0 91.66667%;max-width:91.66667%}.col-xxl-12{flex:0 0 100%;max-width:100%}.order-xxl-first{order:-1}.order-xxl-last{order:13}.order-xxl-0{order:0}.order-xxl-1{order:1}.order-xxl-2{order:2}.order-xxl-3{order:3}.order-xxl-4{order:4}.order-xxl-5{order:5}.order-xxl-6{order:6}.order-xxl-7{order:7}.order-xxl-8{order:8}.order-xxl-9{order:9}.order-xxl-10{order:10}.order-xxl-11{order:11}.order-xxl-12{order:12}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333%}.offset-xxl-2{margin-left:16.66667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333%}.offset-xxl-5{margin-left:41.66667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333%}.offset-xxl-8{margin-left:66.66667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333%}.offset-xxl-11{margin-left:91.66667%}}.table{width:100%;margin-bottom:1rem;color:#fff}.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,0.05)}.table-hover tbody tr:hover{color:#fff;background-color:rgba(0,0,0,0.075)}.table-primary,.table-primary>th,.table-primary>td{background-color:#c6f8dd}.table-primary th,.table-primary td,.table-primary thead th,.table-primary tbody+tbody{border-color:#94f2c0}.table-hover .table-primary:hover{background-color:#aff5cf}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#aff5cf}.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:#b8b8b8}.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody{border-color:#7a7a7a}.table-hover .table-dark:hover{background-color:#ababab}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#ababab}.table-active,.table-active>th,.table-active>td{background-color:rgba(0,0,0,0.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,0.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,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,0.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:rgba(255,255,255,0.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}}@media (max-width: 1439.98px){.table-responsive-xxl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xxl>.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:#111112;background-clip:padding-box;border:1px solid rgba(0,0,0,0);border-radius:0;box-shadow:inset 0 1px 1px rgba(50,230,133,0.075);transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #fff}.form-control:focus{color:#fff;background-color:#111112;border-color:#a4f4c9;outline:0;box-shadow:inset 0 1px 1px rgba(50,230,133,0.075),0 0 0 .2rem rgba(50,230,133,0.25)}.form-control::placeholder{color:#A2A2A4;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#232325;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:focus::-ms-value{color:#fff;background-color:#111112}.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(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.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:#fff;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 + .5rem + 2px);padding:.25rem .5rem;font-size:.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:80%;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:.875rem;line-height:1.5;color:#111112;background-color:rgba(50,230,133,0.9);border-radius:0}.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);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(.3125em + .5rem) center;background-size:calc(.625em + 1rem) calc(.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,0.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.25em + 2rem);background-position:top calc(.3125em + .5rem) right calc(.3125em + .5rem)}.was-validated .custom-select:valid,.custom-select.is-valid{border-color:#32E685;padding-right:calc(.75em + 4rem);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,#111112 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(.625em + 1rem) calc(.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,0.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,0.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,0.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;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:.875rem;line-height:1.5;color:#fff;background-color:rgba(255,25,139,0.9);border-radius:0}.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);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(.3125em + .5rem) center;background-size:calc(.625em + 1rem) calc(.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,0.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.25em + 2rem);background-position:top calc(.3125em + .5rem) right calc(.3125em + .5rem)}.was-validated .custom-select:invalid,.custom-select.is-invalid{border-color:#FF198B;padding-right:calc(.75em + 4rem);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,#111112 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(.625em + 1rem) calc(.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,0.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,0.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,0.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:#fff;text-align:center;vertical-align:middle;user-select:none;background-color:transparent;border:1px solid transparent;padding:1rem 1.5rem;font-size:.875rem;line-height:1.25;border-radius:0;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.btn{transition:none}}.btn:hover{color:#fff;text-decoration:none}.btn:focus,.btn.focus{outline:0;box-shadow:0 0 0 .2rem rgba(50,230,133,0.25)}.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:inset 0 3px 5px rgba(0,0,0,0.125)}.btn:not(:disabled):not(.disabled):active:focus,.btn:not(:disabled):not(.disabled).active:focus{box-shadow:0 0 0 .2rem rgba(50,230,133,0.25),inset 0 3px 5px rgba(0,0,0,0.125)}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#111112;background-color:#32E685;border-color:#32E685;box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075)}.btn-primary:hover{color:#fff;background-color:#1ad772;border-color:#19cc6c}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#1ad772;border-color:#19cc6c;box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075),0 0 0 .2rem rgba(45,198,116,0.5)}.btn-primary.disabled,.btn-primary:disabled{color:#111112;background-color:#32E685;border-color:#32E685}.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#19cc6c;border-color:#18c166}.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(45,198,116,0.5)}.btn-secondary{color:#111112;background-color:#E0E0E1;border-color:#E0E0E1;box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075)}.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:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075),0 0 0 .2rem rgba(193,193,194,0.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:inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(193,193,194,0.5)}.btn-success{color:#111112;background-color:#32E685;border-color:#32E685;box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075)}.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:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075),0 0 0 .2rem rgba(45,198,116,0.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:inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(45,198,116,0.5)}.btn-info{color:#fff;background-color:#19A3FF;border-color:#19A3FF;box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075)}.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:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075),0 0 0 .2rem rgba(60,177,255,0.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:inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(60,177,255,0.5)}.btn-warning{color:#111112;background-color:#FAFF19;border-color:#FAFF19;box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075)}.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:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075),0 0 0 .2rem rgba(215,219,24,0.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:inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(215,219,24,0.5)}.btn-danger{color:#fff;background-color:#FF198B;border-color:#FF198B;box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075)}.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:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075),0 0 0 .2rem rgba(255,60,156,0.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:inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(255,60,156,0.5)}.btn-light{color:#111112;background-color:#fff;border-color:#fff;box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075)}.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:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075),0 0 0 .2rem rgba(219,219,219,0.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:inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(219,219,219,0.5)}.btn-dark{color:#fff;background-color:#000;border-color:#000;box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075)}.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:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075),0 0 0 .2rem rgba(38,38,38,0.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#000;border-color:#000}.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:inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(38,38,38,0.5)}.btn-outline-primary{color:#32E685;border-color:#32E685}.btn-outline-primary:hover{color:#111112;background-color:#32E685;border-color:#32E685}.btn-outline-primary:focus,.btn-outline-primary.focus{box-shadow:0 0 0 .2rem rgba(50,230,133,0.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#32E685;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:#111112;background-color:#32E685;border-color:#32E685}.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:inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(50,230,133,0.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,0.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:inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(224,224,225,0.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,0.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:inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(50,230,133,0.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,0.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:inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(25,163,255,0.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,0.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:inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(250,255,25,0.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,0.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:inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(255,25,139,0.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,0.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:inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(255,255,255,0.5)}.btn-outline-dark{color:#000;border-color:#000}.btn-outline-dark:hover{color:#fff;background-color:#000;border-color:#000}.btn-outline-dark:focus,.btn-outline-dark.focus{box-shadow:0 0 0 .2rem rgba(0,0,0,0.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#000;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:#000;border-color:#000}.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:inset 0 3px 5px rgba(0,0,0,0.125),0 0 0 .2rem rgba(0,0,0,0.5)}.btn-link{font-weight:400;color:#32E685;text-decoration:none}.btn-link:hover{color:#16b560;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:.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 0.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 0.35s ease}@media (prefers-reduced-motion: reduce){.collapsing{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:0;box-shadow:0px 5px 40px #111112}.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}}@media (min-width: 1440px){.dropdown-menu-xxl-left{right:auto;left:0}.dropdown-menu-xxl-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:#7919FF;text-decoration:none;background-color:#111112}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:rgba(0,0,0,0)}.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:.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:inset 0 3px 5px rgba(0,0,0,0.125)}.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(: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::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::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 rgba(0,0,0,0);border-radius:0}.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 + .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:.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;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:#32E685;background-color:#32E685;box-shadow:}.custom-control-input:focus ~ .custom-control-label::before{box-shadow:inset 0 1px 1px rgba(50,230,133,0.075),0 0 0 .2rem rgba(50,230,133,0.25)}.custom-control-input:focus:not(:checked) ~ .custom-control-label::before{border-color:#a4f4c9}.custom-control-input:not(:disabled):active ~ .custom-control-label::before{color:#fff;background-color:#d1f9e4;border-color:#d1f9e4;box-shadow:}.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:#232325}.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:#111112;border:#838386 solid 1px;box-shadow:inset 0 1px 1px rgba(50,230,133,0.075)}.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:0}.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='%23fff' 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:#32E685;background-color:#32E685;box-shadow:}.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='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before{background-color:rgba(50,230,133,0.5)}.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before{background-color:rgba(50,230,133,0.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='%23fff'/%3e%3c/svg%3e")}.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before{background-color:rgba(50,230,133,0.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(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#838386;border-radius:.5rem;transition:transform 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.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:#111112;transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before{background-color:rgba(50,230,133,0.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:#111112 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 rgba(0,0,0,0);border-radius:0;box-shadow:inset 0 1px 2px rgba(0,0,0,0.075);appearance:none}.custom-select:focus{border-color:#a4f4c9;outline:0;box-shadow:inset 0 1px 2px rgba(0,0,0,0.075),0 0 0 .2rem rgba(50,230,133,0.25)}.custom-select:focus::-ms-value{color:#fff;background-color:#111112}.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 + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.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:#a4f4c9;box-shadow:0 0 0 .2rem rgba(50,230,133,0.25)}.custom-file-input[disabled] ~ .custom-file-label,.custom-file-input:disabled ~ .custom-file-label{background-color:#232325}.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:#111112;border:1px solid rgba(0,0,0,0);border-radius:0;box-shadow:inset 0 1px 1px rgba(50,230,133,0.075)}.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 0 0 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 #000,0 0 0 .2rem rgba(50,230,133,0.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #000,0 0 0 .2rem rgba(50,230,133,0.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #000,0 0 0 .2rem rgba(50,230,133,0.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#32E685;border:0;border-radius:1rem;box-shadow:0 0.1rem 0.25rem rgba(0,0,0,0.1);transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.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:#d1f9e4}.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 0.25rem 0.25rem rgba(0,0,0,0.1)}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#32E685;border:0;border-radius:1rem;box-shadow:0 0.1rem 0.25rem rgba(0,0,0,0.1);transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.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:#d1f9e4}.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 0.25rem 0.25rem rgba(0,0,0,0.1)}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#32E685;border:0;border-radius:1rem;box-shadow:0 0.1rem 0.25rem rgba(0,0,0,0.1);transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;appearance:none}@media (prefers-reduced-motion: reduce){.custom-range::-ms-thumb{transition:none}}.custom-range::-ms-thumb:active{background-color:#d1f9e4}.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 0.25rem 0.25rem rgba(0,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 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.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;border:1px solid transparent;border-top-left-radius:0;border-top-right-radius:0}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{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:#000;border-color:#C1C1C2 #C1C1C2 #000}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:0}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#32E685}.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:0}.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}}@media (max-width: 1439.98px){.navbar-expand-xxl>.container,.navbar-expand-xxl>.container-fluid,.navbar-expand-xxl>.container-sm,.navbar-expand-xxl>.container-md,.navbar-expand-xxl>.container-lg,.navbar-expand-xxl>.container-xl{padding-right:0;padding-left:0}}@media (min-width: 1440px){.navbar-expand-xxl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:2rem;padding-left:2rem}.navbar-expand-xxl>.container,.navbar-expand-xxl>.container-fluid,.navbar-expand-xxl>.container-sm,.navbar-expand-xxl>.container-md,.navbar-expand-xxl>.container-lg,.navbar-expand-xxl>.container-xl{flex-wrap:nowrap}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-xxl .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,0.9)}.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus{color:rgba(0,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,0.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,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,0.9)}.navbar-light .navbar-toggler{color:#454549;border-color:rgba(0,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,0.9)}.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus{color:rgba(0,0,0,0.9)}.navbar-dark .navbar-brand{color:#32E685}.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus{color:#32E685}.navbar-dark .navbar-nav .nav-link{color:#fff}.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus{color:#7919FF}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,0.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:#32E685}.navbar-dark .navbar-toggler{color:#fff;border-color:rgba(255,255,255,0.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='%23fff' 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:#32E685}.navbar-dark .navbar-text a:hover,.navbar-dark .navbar-text a:focus{color:#32E685}.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,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,0.03);border-bottom:1px solid rgba(0,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,0.03);border-top:1px solid rgba(0,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:#000;border-radius:0}.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:0}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#32E685;background-color:#fff;border:1px solid #C1C1C2}.page-link:hover{z-index:2;color:#16b560;text-decoration:none;background-color:#E0E0E1;border-color:#C1C1C2}.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(50,230,133,0.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.page-item:last-child .page-link{border-top-right-radius:0;border-bottom-right-radius:0}.page-item.active .page-link{z-index:3;color:#fff;background-color:#32E685;border-color:#32E685}.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:.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:0;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.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:#111112;background-color:#32E685}a.badge-primary:hover,a.badge-primary:focus{color:#111112;background-color:#19cc6c}a.badge-primary:focus,a.badge-primary.focus{outline:0;box-shadow:0 0 0 .2rem rgba(50,230,133,0.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,0.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,0.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,0.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,0.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,0.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,0.5)}.badge-dark{color:#fff;background-color:#000}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(0,0,0,0.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:0}.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:#1a7845;background-color:#d6fae7;border-color:#c6f8dd}.alert-primary hr{border-top-color:#aff5cf}.alert-primary .alert-link{color:#114e2d}.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:#000;background-color:#ccc;border-color:#b8b8b8}.alert-dark hr{border-top-color:#ababab}.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:.75rem;background-color:#111112;border-radius:0;box-shadow:inset 0 0.1rem 0.1rem rgba(0,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:#32E685;transition:width 0.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:0}.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:#fff;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:#32E685;border-color:#32E685}.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:0;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:0;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:0;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:0;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:0;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:0;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:0;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:0;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:0;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:0;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}}@media (min-width: 1440px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child{border-bottom-left-radius:0;border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child{border-top-right-radius:0;border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xxl>.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:#1a7845;background-color:#c6f8dd}.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus{color:#1a7845;background-color:#aff5cf}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#1a7845;border-color:#1a7845}.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:#000;background-color:#b8b8b8}.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus{color:#000;background-color:#ababab}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#000;border-color:#000}.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:.875rem;background-color:rgba(255,255,255,0.85);background-clip:padding-box;border:1px solid rgba(0,0,0,0.1);box-shadow:0 0.25rem 0.75rem rgba(0,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,0.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,0.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.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 0.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 0.25rem 0.5rem rgba(0,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 0.5rem 1rem rgba(0,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:-apple-system,system-ui,"Roboto",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;word-spacing:normal;white-space:normal;line-break:auto;font-size:.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:0}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,system-ui,"Roboto",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;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,0.2);border-radius:8px;box-shadow:0 0.25rem 0.5rem rgba(0,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(-.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,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(-.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,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(-.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,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:-.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(-.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,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:#fff}.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%;color:#fff;text-align:center;opacity:.5;transition:opacity 0.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='%23fff' 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='%23fff' 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 0.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:text-bottom;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:text-bottom;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:#32E685 !important}a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus{background-color:#19cc6c !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:#000 !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:#32E685 !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:#000 !important}.border-white{border-color:#fff !important}.rounded-sm{border-radius:4px !important}.rounded{border-radius:0 !important}.rounded-top{border-top-left-radius:0 !important;border-top-right-radius:0 !important}.rounded-right{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}.rounded-bottom{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}.rounded-left{border-top-left-radius:0 !important;border-bottom-left-radius:0 !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 (min-width: 1440px){.d-xxl-none{display:none !important}.d-xxl-inline{display:inline !important}.d-xxl-inline-block{display:inline-block !important}.d-xxl-block{display:block !important}.d-xxl-table{display:table !important}.d-xxl-table-row{display:table-row !important}.d-xxl-table-cell{display:table-cell !important}.d-xxl-flex{display:flex !important}.d-xxl-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.85714%}.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}}@media (min-width: 1440px){.flex-xxl-row{flex-direction:row !important}.flex-xxl-column{flex-direction:column !important}.flex-xxl-row-reverse{flex-direction:row-reverse !important}.flex-xxl-column-reverse{flex-direction:column-reverse !important}.flex-xxl-wrap{flex-wrap:wrap !important}.flex-xxl-nowrap{flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-xxl-fill{flex:1 1 auto !important}.flex-xxl-grow-0{flex-grow:0 !important}.flex-xxl-grow-1{flex-grow:1 !important}.flex-xxl-shrink-0{flex-shrink:0 !important}.flex-xxl-shrink-1{flex-shrink:1 !important}.justify-content-xxl-start{justify-content:flex-start !important}.justify-content-xxl-end{justify-content:flex-end !important}.justify-content-xxl-center{justify-content:center !important}.justify-content-xxl-between{justify-content:space-between !important}.justify-content-xxl-around{justify-content:space-around !important}.align-items-xxl-start{align-items:flex-start !important}.align-items-xxl-end{align-items:flex-end !important}.align-items-xxl-center{align-items:center !important}.align-items-xxl-baseline{align-items:baseline !important}.align-items-xxl-stretch{align-items:stretch !important}.align-content-xxl-start{align-content:flex-start !important}.align-content-xxl-end{align-content:flex-end !important}.align-content-xxl-center{align-content:center !important}.align-content-xxl-between{align-content:space-between !important}.align-content-xxl-around{align-content:space-around !important}.align-content-xxl-stretch{align-content:stretch !important}.align-self-xxl-auto{align-self:auto !important}.align-self-xxl-start{align-self:flex-start !important}.align-self-xxl-end{align-self:flex-end !important}.align-self-xxl-center{align-self:center !important}.align-self-xxl-baseline{align-self:baseline !important}.align-self-xxl-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}}@media (min-width: 1440px){.float-xxl-left{float:left !important}.float-xxl-right{float:right !important}.float-xxl-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 0.125rem 0.25rem rgba(0,0,0,0.075) !important}.shadow{box-shadow:0 0.5rem 1rem rgba(0,0,0,0.15) !important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,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:-.25rem !important}.mt-n1,.my-n1{margin-top:-.25rem !important}.mr-n1,.mx-n1{margin-right:-.25rem !important}.mb-n1,.my-n1{margin-bottom:-.25rem !important}.ml-n1,.mx-n1{margin-left:-.25rem !important}.m-n2{margin:-.5rem !important}.mt-n2,.my-n2{margin-top:-.5rem !important}.mr-n2,.mx-n2{margin-right:-.5rem !important}.mb-n2,.my-n2{margin-bottom:-.5rem !important}.ml-n2,.mx-n2{margin-left:-.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:-.25rem !important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem !important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem !important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem !important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem !important}.m-sm-n2{margin:-.5rem !important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem !important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem !important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem !important}.ml-sm-n2,.mx-sm-n2{margin-left:-.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:-.25rem !important}.mt-md-n1,.my-md-n1{margin-top:-.25rem !important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem !important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem !important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem !important}.m-md-n2{margin:-.5rem !important}.mt-md-n2,.my-md-n2{margin-top:-.5rem !important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem !important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem !important}.ml-md-n2,.mx-md-n2{margin-left:-.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:-.25rem !important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem !important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem !important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem !important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem !important}.m-lg-n2{margin:-.5rem !important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem !important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem !important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem !important}.ml-lg-n2,.mx-lg-n2{margin-left:-.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:-.25rem !important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem !important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem !important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem !important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem !important}.m-xl-n2{margin:-.5rem !important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem !important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem !important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem !important}.ml-xl-n2,.mx-xl-n2{margin-left:-.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}}@media (min-width: 1440px){.m-xxl-0{margin:0 !important}.mt-xxl-0,.my-xxl-0{margin-top:0 !important}.mr-xxl-0,.mx-xxl-0{margin-right:0 !important}.mb-xxl-0,.my-xxl-0{margin-bottom:0 !important}.ml-xxl-0,.mx-xxl-0{margin-left:0 !important}.m-xxl-1{margin:.25rem !important}.mt-xxl-1,.my-xxl-1{margin-top:.25rem !important}.mr-xxl-1,.mx-xxl-1{margin-right:.25rem !important}.mb-xxl-1,.my-xxl-1{margin-bottom:.25rem !important}.ml-xxl-1,.mx-xxl-1{margin-left:.25rem !important}.m-xxl-2{margin:.5rem !important}.mt-xxl-2,.my-xxl-2{margin-top:.5rem !important}.mr-xxl-2,.mx-xxl-2{margin-right:.5rem !important}.mb-xxl-2,.my-xxl-2{margin-bottom:.5rem !important}.ml-xxl-2,.mx-xxl-2{margin-left:.5rem !important}.m-xxl-3{margin:1rem !important}.mt-xxl-3,.my-xxl-3{margin-top:1rem !important}.mr-xxl-3,.mx-xxl-3{margin-right:1rem !important}.mb-xxl-3,.my-xxl-3{margin-bottom:1rem !important}.ml-xxl-3,.mx-xxl-3{margin-left:1rem !important}.m-xxl-4{margin:1.5rem !important}.mt-xxl-4,.my-xxl-4{margin-top:1.5rem !important}.mr-xxl-4,.mx-xxl-4{margin-right:1.5rem !important}.mb-xxl-4,.my-xxl-4{margin-bottom:1.5rem !important}.ml-xxl-4,.mx-xxl-4{margin-left:1.5rem !important}.m-xxl-5{margin:3rem !important}.mt-xxl-5,.my-xxl-5{margin-top:3rem !important}.mr-xxl-5,.mx-xxl-5{margin-right:3rem !important}.mb-xxl-5,.my-xxl-5{margin-bottom:3rem !important}.ml-xxl-5,.mx-xxl-5{margin-left:3rem !important}.p-xxl-0{padding:0 !important}.pt-xxl-0,.py-xxl-0{padding-top:0 !important}.pr-xxl-0,.px-xxl-0{padding-right:0 !important}.pb-xxl-0,.py-xxl-0{padding-bottom:0 !important}.pl-xxl-0,.px-xxl-0{padding-left:0 !important}.p-xxl-1{padding:.25rem !important}.pt-xxl-1,.py-xxl-1{padding-top:.25rem !important}.pr-xxl-1,.px-xxl-1{padding-right:.25rem !important}.pb-xxl-1,.py-xxl-1{padding-bottom:.25rem !important}.pl-xxl-1,.px-xxl-1{padding-left:.25rem !important}.p-xxl-2{padding:.5rem !important}.pt-xxl-2,.py-xxl-2{padding-top:.5rem !important}.pr-xxl-2,.px-xxl-2{padding-right:.5rem !important}.pb-xxl-2,.py-xxl-2{padding-bottom:.5rem !important}.pl-xxl-2,.px-xxl-2{padding-left:.5rem !important}.p-xxl-3{padding:1rem !important}.pt-xxl-3,.py-xxl-3{padding-top:1rem !important}.pr-xxl-3,.px-xxl-3{padding-right:1rem !important}.pb-xxl-3,.py-xxl-3{padding-bottom:1rem !important}.pl-xxl-3,.px-xxl-3{padding-left:1rem !important}.p-xxl-4{padding:1.5rem !important}.pt-xxl-4,.py-xxl-4{padding-top:1.5rem !important}.pr-xxl-4,.px-xxl-4{padding-right:1.5rem !important}.pb-xxl-4,.py-xxl-4{padding-bottom:1.5rem !important}.pl-xxl-4,.px-xxl-4{padding-left:1.5rem !important}.p-xxl-5{padding:3rem !important}.pt-xxl-5,.py-xxl-5{padding-top:3rem !important}.pr-xxl-5,.px-xxl-5{padding-right:3rem !important}.pb-xxl-5,.py-xxl-5{padding-bottom:3rem !important}.pl-xxl-5,.px-xxl-5{padding-left:3rem !important}.m-xxl-n1{margin:-.25rem !important}.mt-xxl-n1,.my-xxl-n1{margin-top:-.25rem !important}.mr-xxl-n1,.mx-xxl-n1{margin-right:-.25rem !important}.mb-xxl-n1,.my-xxl-n1{margin-bottom:-.25rem !important}.ml-xxl-n1,.mx-xxl-n1{margin-left:-.25rem !important}.m-xxl-n2{margin:-.5rem !important}.mt-xxl-n2,.my-xxl-n2{margin-top:-.5rem !important}.mr-xxl-n2,.mx-xxl-n2{margin-right:-.5rem !important}.mb-xxl-n2,.my-xxl-n2{margin-bottom:-.5rem !important}.ml-xxl-n2,.mx-xxl-n2{margin-left:-.5rem !important}.m-xxl-n3{margin:-1rem !important}.mt-xxl-n3,.my-xxl-n3{margin-top:-1rem !important}.mr-xxl-n3,.mx-xxl-n3{margin-right:-1rem !important}.mb-xxl-n3,.my-xxl-n3{margin-bottom:-1rem !important}.ml-xxl-n3,.mx-xxl-n3{margin-left:-1rem !important}.m-xxl-n4{margin:-1.5rem !important}.mt-xxl-n4,.my-xxl-n4{margin-top:-1.5rem !important}.mr-xxl-n4,.mx-xxl-n4{margin-right:-1.5rem !important}.mb-xxl-n4,.my-xxl-n4{margin-bottom:-1.5rem !important}.ml-xxl-n4,.mx-xxl-n4{margin-left:-1.5rem !important}.m-xxl-n5{margin:-3rem !important}.mt-xxl-n5,.my-xxl-n5{margin-top:-3rem !important}.mr-xxl-n5,.mx-xxl-n5{margin-right:-3rem !important}.mb-xxl-n5,.my-xxl-n5{margin-bottom:-3rem !important}.ml-xxl-n5,.mx-xxl-n5{margin-left:-3rem !important}.m-xxl-auto{margin:auto !important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto !important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto !important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto !important}.ml-xxl-auto,.mx-xxl-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}}@media (min-width: 1440px){.text-xxl-left{text-align:left !important}.text-xxl-right{text-align:right !important}.text-xxl-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:#32E685 !important}a.text-primary:hover,a.text-primary:focus{color:#16b560 !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:#000 !important}a.text-dark:hover,a.text-dark:focus{color:#000 !important}.text-body{color:#fff !important}.text-muted{color:#E0E0E1 !important}.text-black-50{color:rgba(0,0,0,0.5) !important}.text-white-50{color:rgba(255,255,255,0.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}thead{display:table-header-group}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;font-size:1rem;background:#111112;background-color:#111112;line-height:1.5;color:#fff;font-family:'Work Sans', sans-serif}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}}h3,.h3{font-size:3rem;line-height:52px}@media (max-width: 767.98px){h3,.h3{font-size:1.25rem;line-height:28px}}@media (max-width: 767.98px){h3-sm,.h3-sm{font-size:1.25rem;line-height:28px}}h4,.h4{font-size:2rem;line-height:38px}@media (max-width: 767.98px){h4,.h4{font-size:1.125rem;line-height:26px}}h5,.h5{font-size:1.5rem;line-height:32px}@media (max-width: 767.98px){h5,.h5{font-size:1rem;line-height:24px}}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:normal}@media (max-width: 767.98px){.longform{font-size:1.125rem;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{color:#E0E0E1;font-size:1rem;line-height:24px}a{color:inherit}a:hover{text-decoration:none}p a{color:#9A52FF}p a:hover{color:#9A52FF;text-decoration:none}.fs-base{font-size:1rem}.fs-3{font-size:0.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:0.875rem}.text-smaller{font-size:0.75rem}.text-smallest{font-size:0.625rem}.arrow-link{text-decoration:none}.arrow-link:after{content:url(../img/icon-green-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 .github-edit-wrap .github-edit,.lang-ja .navbar .navbar-nav .nav-link,.lang-ja .content .children-display li a,.lang-ja .right-sidebar .level-1 a,.lang-ja .right-sidebar .separator,.lang-ja .use-case-step-num{font-family:'Work Sans', 'Noto Sans JP', sans-serif}.lang-ja.page-calculator #data-selector li a{padding:0.5rem 1.1rem}.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:#fff}.search .algolia-autocomplete{flex-grow:1}#algolia-autocomplete-listbox-0{z-index:1100 !important}.algolia-autocomplete .ds-dropdown-menu [class^="ds-dataset-"]{background-color:rgba(0,0,0,0.9);border:1px solid #111112;border-radius:8px}.algolia-autocomplete .ds-dropdown-menu::before{background-color:rgba(0,0,0,0.9);border-color:#111112}.algolia-docsearch-suggestion{background-color:rgba(0,0,0,0.9)}.algolia-autocomplete .algolia-docsearch-suggestion--category-header{color:#fff;border:0 solid #E0E0E1;border-bottom-width:1px;font-weight:bold}.algolia-autocomplete .algolia-docsearch-suggestion--subcategory-column{color:#fff}.algolia-autocomplete .algolia-docsearch-suggestion--title{color:#fff}.algolia-autocomplete .algolia-docsearch-suggestion--text{font-size:0.8rem;color:#E0E0E1}.algolia-autocomplete .algolia-docsearch-suggestion--highlight{color:#fff;background-color:#1E8A50}@media (max-width: 991.98px){.algolia-autocomplete .ds-dropdown-menu{min-width:unset}}body{position:relative}section{position:relative}.landing{padding:0}#main_content_wrapper{margin-top:80px}.padded-landing,.sidebar-primary #main_content_wrapper{padding:0 1rem 1rem 1rem}@media (min-width: 768px){.padded-landing,.sidebar-primary #main_content_wrapper{padding:0 2rem 2rem 2rem}}@media (min-width: 992px){.padded-landing,.sidebar-primary #main_content_wrapper{padding:0 3rem 3rem 3rem}}.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)}}.card-grid{display:grid;gap:1px;padding:0;width:100%}.card-grid.card-grid-2x2{grid-template-columns:2fr 1fr 1fr;grid-template-rows:auto auto}.card-grid.card-grid-2x2 .section-hero{grid-row-end:span 2}@media (max-width: 991.98px){.card-grid.card-grid-2x2{grid-template-columns:1fr;grid-template-rows:repeat(5, auto)}}.card-grid.card-grid-2x1{grid-template-columns:2fr 1fr 1fr;grid-template-rows:1fr}.card-grid.card-grid-2x1 .section-hero{grid-row-end:span 1}@media (max-width: 991.98px){.card-grid.card-grid-2x1{grid-template-columns:1fr;grid-template-rows:1fr}}.card-grid.card-grid-2x4{grid-template-columns:2fr 1fr 1fr;grid-template-rows:1fr 1fr 1fr 1fr}.card-grid.card-grid-2x4 .section-hero{grid-row-end:span 4}@media (max-width: 991.98px){.card-grid.card-grid-2x4{grid-template-columns:1fr;grid-template-rows:repeat(5, auto)}.card-grid.card-grid-2x4 .section-hero{grid-row-end:span 1}}.card-grid.card-grid-4xN{grid-template-columns:1fr 1fr 1fr 1fr;grid-auto-rows:auto}@media (max-width: 991.98px){.card-grid.card-grid-4xN{grid-template-columns:1fr}}.card-grid.card-grid-4xN .col-new{margin:20px}@media (max-width: 991.98px){.card-grid.card-grid-4xN .col-new{margin:20px 0}}.card-grid.card-grid-3xN{grid-template-columns:1fr 1fr 1fr;grid-auto-rows:auto}@media (max-width: 991.98px){.card-grid.card-grid-3xN{grid-template-columns:1fr}}.card-grid.card-grid-3xN .card-new{min-height:264px}@media (min-width: 768px){.card-grid.card-grid-3xN .card-new{min-height:347px}}.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{grid-template-columns:1fr}}.card-grid.card-grid-Nx1{grid-auto-flow:column;grid-auto-columns:1fr;grid-template-rows:auto}@media (max-width: 991.98px){.card-grid.card-grid-Nx1{grid-auto-flow:row;grid-template-columns:1fr}}.card-grid .card{padding:40px;border:0}@media (max-width: 991.98px){.card-grid .card{padding:20px}}.card-grid .card .card-body{padding:8px;padding-bottom:24px}.card-grid.section-hero{padding-left:0}.container-new{display:flex;flex-wrap:wrap;margin:0 auto;max-width:1280px;z-index:1;max-width:1280px}@media (max-width: 1439.98px){.container-new{max-width:1040px}}@media (max-width: 1199.98px){.container-new{max-width:832px}}@media (max-width: 991.98px){.container-new{max-width:608px}}@media (max-width: 767.98px){.container-new{max-width:100%;margin:0 32px}}.container-new .col-new-1{flex-basis:8.33333%}.container-new .col-new-2{flex-basis:16.66667%}.container-new .col-new-3{flex-basis:25%}.container-new .col-new-4{flex-basis:33.33333%}.container-new .col-new-5{flex-basis:41.66667%}.container-new .col-new-6{flex-basis:50%}.container-new .col-new-7{flex-basis:58.33333%}.container-new .col-new-8{flex-basis:66.66667%}.container-new .col-new-9{flex-basis:75%}.container-new .col-new-10{flex-basis:83.33333%}.container-new .col-new-11{flex-basis:91.66667%}.container-new .col-new-12{flex-basis:100%}.container-new .col-new{background-position:bottom;background-repeat:no-repeat;background-size:contain;overflow:hidden;max-width:100%}@media (max-width: 1199.98px){.container-new .col-new{margin:24px 0}}@media (max-width: 767.98px){.container-new .col-new{margin:0 0 40px}}@media (min-width: 992px){.container-new .col-new{margin:40px}}.container-new .col-new#pink-purple{background-image:url(../../img/cards/pink-purple.svg)}.container-new .col-new#neutral-blue{background-image:url(../../img/cards/neutral-blue.svg)}.container-new .col-new#light-green{background-image:url(../../img/cards/light-green.svg)}.container-new .col-new#green{background-image:url(../../img/cards/green.svg)}.container-new .col-new#orange{background-image:url(../../img/cards/orange.svg)}.container-new .col-new#orange-yellow{background-image:url(../../img/cards/orange-yellow.svg)}.container-new .col-new#orange-yellow-2{background-image:url(../../img/cards/orange-yellow-2.svg)}.container-new .col-new#magenta-orange{background-image:url(../../img/cards/magenta-orange.svg)}.container-new .col-new#blue-green{background-image:url(../../img/cards/blue-green.svg)}.container-new .col-new#light-blue{background-image:url(../../img/cards/light-blue.svg)}.container-new .col-new#green-blue{background-image:url(../../img/cards/green-blue.svg)}.container-new .col-new#green-purple{background-image:url(../../img/cards/green-purple.svg)}.container-new .col-new#purple-blue{background-image:url(../../img/cards/purple-blue.svg)}.container-new .col-new#purple-blue-2{background-image:url(../../img/cards/purple-blue-2.svg)}.container-new .col-new#blue-light-blue{background-image:url(../../img/cards/blue-light-blue.svg)}.container-new .col-new#sm-yellow{background-image:url(../../img/cards/sm-yellow.svg)}.container-new .col-new#sm-yellow-2{background-image:url(../../img/cards/sm-yellow-2.svg)}.container-new .col-new#sm-purple{background-image:url(../../img/cards/sm-purple.svg)}.container-new .col-new#sm-magenta{background-image:url(../../img/cards/sm-magenta.svg)}.container-new .col-new#sm-blue-green{background-image:url(../../img/cards/sm-blue-green.svg)}.container-new .col-new#sm-green{background-image:url(../../img/cards/sm-green.svg)}.container-new .col-new#sm-green-2{background-image:url(../../img/cards/sm-green-2.svg)}.container-new .col-new#sm-light-blue{background-image:url(../../img/cards/sm-light-blue.svg)}.container-new .col-new#sm-light-blue-3{background-image:url(../../img/cards/sm-light-blue-3.svg)}.container-new .col-new#sm-magenta-2{background-image:url(../../img/cards/sm-magenta-2.svg)}.container-new .col-new#sm-magenta-3{background-image:url(../../img/cards/sm-magenta-3.svg)}.container-new .col-new#sm-orange{background-image:url(../../img/cards/sm-orange.svg)}.container-new .col-new#sm-orange-2{background-image:url(../../img/cards/sm-orange-2.svg)}.container-new .card-new{padding:32px;--width: 4}.container-new .col-new-card{transition:all 0.35s ease-out;cursor:pointer}.container-new .col-new-card:hover{-webkit-transform:translateY(-16px);-moz-transform:translateY(-16px);-ms-transform:translateY(-16px);-o-transform:translateY(-16px);transform:translateY(-16px)}.xrp-ledger-dev-portal.sidebar-primary .main{z-index:5;padding:44px 24px 48px;min-height:700px}@media (max-width: 991.98px){.right-sidebar .card{padding-left:0}#page-toc-wrapper{position:static;display:block;clear:both;overflow-y:inherit;max-width:100%;max-height:inherit;word-break:break-all}.main{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}}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:#32E685}aside a.active,aside a.active:hover,aside .active>a,aside .active>a:hover{color:#32E685;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;font-family:"Space Mono", monospace;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:0.3s}.nav-toggler.collapsed::after{transform:rotate(-90deg)}.dactyl-tree-nav{padding:44px 24px 48px 0;position:relative}.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 #32E685;margin-left:-1px}.dactyl-tree-nav nav .active>.nav-link{border-left:2px solid #32E685;margin-left:-1px;padding-left:calc(1rem - 1px)}.dactyl-tree-nav .nav-item{position:relative}.dactyl-tree-nav .nav-item .nav-link{padding:0.25rem 1rem;font-size:0.9rem}.dactyl-tree-nav .nav-item.nav-parent .nav-link{padding-left:0;font-size:1.125rem}.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}.right-sidebar{padding:44px 0 24px 48px}.right-sidebar .toc-header{font-weight:bold;font-size:14px;padding:1rem 0}.right-sidebar .toc-header h4{line-height:20px;font-size:1.2em;padding:0;margin:0}#page-toc-wrapper{position:sticky;max-height:85vh;top:48px;overflow:auto;padding:0;border:none}#page-toc-wrapper .card-body{padding:0;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:0.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 #32E685;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 #32E685;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}.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%}.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}.mt-6{margin-top:1.5rem}.mb-8{margin-bottom:2rem}@media (max-width: 767.98px){.mb-8-sm{margin-bottom:2rem}}.mt-8{margin-top:2rem}.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}}.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-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}}.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-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}}.top-10{top:2.5rem}.top-20{top:5rem}.top-24{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}}.d-block{display:block}.border-green{border:1px solid #32E685}.border-none{border:none !important}.grey-400{color:#A2A2A4}.grey-500{color:#838386}.grey-700{color:#343437}.bg-grey-800{background-color:#232325}.green-500{color:#32E685}.white{color:#fff}.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,.content a.button,.content .btn{font-weight:bold;cursor:pointer;text-decoration:none;transition:0.2s}.content a.button{padding:.5rem 1rem;margin:0 0.5rem;display:inline-block}.btn.disabled,button.disabled,.btn[disabled="disabled"],button[disabled="disabled"]{cursor:not-allowed}.content a.button,.navbar-dark .navbar-nav .nav-link.btn-outline-secondary{color:#fff;border-color:#fff;border-width:2px;border-style:solid}.content a.button:not(:disabled):not(.disabled):hover,.content a.button:not(:disabled):not(.disabled):active,.navbar-dark .navbar-nav .nav-link.btn-outline-secondary:not(:disabled):not(.disabled):hover,.navbar-dark .navbar-nav .nav-link.btn-outline-secondary:not(:disabled):not(.disabled):active{color:#32E685;border-color:#32E685;background-color:transparent}.navbar-dark .navbar-nav .nav-link:hover{color:#fff}p+.readmore{margin-top:12px}.card-header a i{margin:0 0.2em 0 0.8em}.btn-primary code,.btn-secondary code{color:inherit}.btn-primary{background:#7919FF;font-weight:bold;color:#fff;border:none;border-color:transparent;border-radius:4px;padding:0.5rem 1rem;line-height:16px}.btn-primary:hover{background:#5F00E5}@media (max-width: 767.98px){.btn-arrow{display:block;width:100%}}.btn-arrow::after{display:inline-block;content:url(../../img/icons/arrow-right.svg);vertical-align:middle;padding-left:8px;-webkit-transition:transform 0.3s ease-out;-moz-transition:transform 0.3s ease-out;-ms-transition:transform 0.3s ease-out;-o-transition:transform 0.3s ease-out;transition:transform 0.3s ease-out}.btn-arrow:hover{background:#7919FF !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)}.jump-to-top{display:none;position:fixed;bottom:36px;right:36px;font-weight:700;z-index:1000;color:white;background-color:transparent}.jump-to-top::after{display:none}.accordian-row{background:#232325;border-radius:5px;padding:32px}.accordian-row h3{width:calc(100% - 32px)}.accordian-row h3 a{position:relative}.accordian-row h3 a:hover{color:#fff}.accordian-row h3 a::after{-webkit-transition:transform 0.3s ease-out;-moz-transition:transform 0.3s ease-out;-ms-transition:transform 0.3s ease-out;-o-transition:transform 0.3s ease-out;transition:transform 0.3s ease-out;transform:rotateX(180deg);position:absolute;right:-32px;top:calc(50% - 12px);display:inline-flex;content:url(../../img/icons/purple-arrow.svg)}.accordian-row h3 a.collapsed::after{transform:rotateX(360deg)}.chip{display:inline;font-size:1rem;font-weight:bold;padding:0.5rem 1rem;border-radius:100px}.chip::before{content:none !important}.chip-red-purple{color:#EA80FF;background-color:#40004C}.chip-orange{color:#FFAA80;background-color:#4C1A00}.chip-green{color:#32E685;background-color:#0A2E1B}.chip-blue-purple{color:#B480FF;background-color:#20004C}.chip-magenta{color:#FF80BF;background-color:#4C0026}.chip-blue{color:#80CCFF;background-color:#002E4C}.chip-yellow{color:#FCFF80;background-color:#4B4C00}.content table{clear:right;margin-bottom:48px}.content table code{word-break:normal;white-space:nowrap}th{border-bottom:2px solid #E0E0E1}tr{border-bottom:1px solid #E0E0E1}th,td{padding:0.2em;vertical-align:text-top}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:0.875rem}}.landing-table tr:last-child{border-bottom:none}.dblue{color:#656E81}#overview-table td:nth-child(1){width:40%}#overview-table td:nth-child(2){width:30%}#overview-table tbody td{padding:2rem 0.75rem}@media (max-width: 991.98px){#overview-table{font-size:0.875rem}#overview-table thead .h4{font-size:1.125rem}}#calculator-table{width:100%}#calculator-table td{padding:1.5rem 0}@media (max-width: 767.98px){#calculator-table td{font-size:1rem}}#calculator-table tbody td{padding:2rem 0}#calculator-table tbody tr{border-bottom:1px solid #454549}#calculator-table .ratio{font-size:1rem;display:block;margin-top:-8px;color:#838386}@media (max-width: 991.98px){#calculator-table table{font-size:0.875rem}#calculator-table table .fs-5-5{font-size:1rem !important}#calculator-table table .fs-6{font-size:1.125rem}#calculator-table table td:first-child{width:auto}}.content table{clear:right;margin-bottom:48px}.content table code{word-break:normal;white-space:nowrap}th{border-bottom:2px solid #E0E0E1}tr{border-bottom:1px solid #E0E0E1}th,td{padding:0.2em;vertical-align:text-top}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:0.875rem}}.landing-table tr:last-child{border-bottom:none}.dblue{color:#656E81}#overview-table td:nth-child(1){width:40%}#overview-table td:nth-child(2){width:30%}#overview-table tbody td{padding:2rem 0.75rem}@media (max-width: 991.98px){#overview-table{font-size:0.875rem}#overview-table thead .h4{font-size:1.125rem}}#calculator-table{width:100%}#calculator-table td{padding:1.5rem 0}@media (max-width: 767.98px){#calculator-table td{font-size:1rem}}#calculator-table tbody td{padding:2rem 0}#calculator-table tbody tr{border-bottom:1px solid #454549}#calculator-table .ratio{font-size:1rem;display:block;margin-top:-8px;color:#838386}@media (max-width: 991.98px){#calculator-table table{font-size:0.875rem}#calculator-table table .fs-5-5{font-size:1rem !important}#calculator-table table .fs-6{font-size:1.125rem}#calculator-table table td:first-child{width:auto}}.related-tasks-links a{color:#454549;text-decoration:none}.related-tasks-links a:hover{color:#000}.use-case-external-link{border:1px solid #C1C1C2}.content .use-case-external-link a{text-decoration:none;color:#000}.use-case-step-num{margin-top:64px;margin-bottom:24px;color:#eae7e6;font-size:5.16em;font-weight:400;font-family:'Space Mono', sans-serif}.use-case-step-length{float:right;color:#888;font-size:1rem}.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}.github-edit-wrap .github-edit.nav-link{background-image:url(../vendor/github-marks/GitHub-Mark-Light-32px.png);background-size:24px 24px;background-position:left 12px center;background-repeat:no-repeat;padding-left:48px;text-decoration:none;display:block}.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}.top-nav .navbar-brand .logo{margin-left:0}.top-nav .navbar-brand:hover{opacity:0.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.show .dropdown-toggle{color:#838386}.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}.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: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-popular-pages,.top-nav .dropdown-menu .col-for-questions{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}@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}@media (min-width: 992px){.top-nav{padding:0 3rem}.top-nav .navbar-brand{margin-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_xrp-ledger-overviewhtml{grid-template-columns:180px 180px 180px}.top-nav .dropdown-menu.show#topnav_dd_docshtml{grid-template-columns:180px 180px 260px;left:-200px}.top-nav .dropdown-menu.show#topnav_dd_contributehtml{grid-template-columns:200px}.top-nav .dropdown-menu.show .dropdown-hero{grid-row:1;grid-column:1 / 4}.top-nav .dropdown-menu.show #dropdown-hero-for-documentation{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{grid-column:2}.top-nav .dropdown-menu.show .col-for-about{grid-row:1;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-online-tools{grid-column:1;grid-row:3}.top-nav .dropdown-menu.show .col-for-get-started{grid-column:2;grid-row:2 / 4}.top-nav .dropdown-menu.show .col-for-popular-pages{grid-column:3;grid-row:1 / 3;margin:-40px -40px -40px 0;padding:40px}.top-nav .dropdown-menu.show .col-for-questions{grid-column:3;grid-row:3;margin:0 -40px -40px 0px;padding:0 40px 40px 40px}.top-nav .dropdown-menu.smaller-dropdown{min-width:180px}.top-nav #topnav-pages{flex-grow:0}}@media (min-width: 992px) and (min-width: 992px) and (max-width: 1030px){.top-nav #topnav-pages .nav-link{padding:1rem 1.6rem}}@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: 1200px){.top-nav #topnav-search{margin-left:4rem;margin-right:.5rem}}@media (max-width: 991.98px){.top-nav .navbar-brand{padding-left:15px}.top-nav .navbar-toggler{border:0;padding:30px;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 .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}.top-nav .dropdown-menu.show{height:calc(100vh - 80px - 52px)}.top-nav .dropdown-menu.show#topnav_dd_docshtml{display:grid;grid-template-columns:187px 187px;gap:1px;left:-200px}.top-nav .dropdown-menu.show#topnav_dd_docshtml .dropdown-hero{grid-column:1 / 3;grid-row:1}.top-nav .dropdown-menu.show#topnav_dd_docshtml .col-for-article-types{grid-column:1;grid-row:2}.top-nav .dropdown-menu.show#topnav_dd_docshtml .col-for-online-tools{grid-column:1;grid-row:3;padding-bottom:32px}.top-nav .dropdown-menu.show#topnav_dd_docshtml .col-for-get-started{grid-column:2;grid-row:2 / 4;padding-bottom:32px}.top-nav .dropdown-menu.show#topnav_dd_docshtml .col-for-popular-pages{grid-column:1 / 3;grid-row:4;margin:-1px;padding-top:33px}.top-nav .dropdown-menu.show#topnav_dd_docshtml .col-for-questions{grid-column:1 / 3;grid-row:5;margin:-1px;padding-bottom:32px}.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:"\f053";display:inline-block}.top-nav .dropdown-toggle:not(.with-caret)::after{content:"\f054";position:absolute;right:2rem}.top-nav .dropdown.show .dropdown-toggle::after{text-indent:1rem}.top-nav .dropdown:not(.show) .dropdown-toggle::before{width:0;height:0;text-indent:-1rem}.top-nav .dropdown-toggle.with-caret::after{border:0}.top-nav #top-main-nav{padding-top:72px;position:relative;transition:padding-top .2s ease}.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{height:0;overflow:clip;padding-top:0;padding-bottom:0}.top-nav #topnav-search{position:absolute;top:0;width:100%;height:72px;transition:all .2s ease}.top-nav #topnav-language hr{border-top:1px solid #232325;margin-top:0.25rem;margin-bottom:0.25rem;display:static}}.main h1:before,.main h2:before,.main h3:before,.main h4:before,.main h5:before,.main h6:before,#main_content_wrapper:before,.interactive-block:before{display:block;content:" ";margin-top:-80px;height:80px;visibility:hidden;z-index:-1}a{z-index:1}.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 span:first-of-type{left:0;transform:rotate(45deg)}.chevron 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{transform:rotate(-45deg)}.dropdown.show .chevron span:last-of-type{transform:rotate(45deg)}h1 a,h2 a,h3 a{color:#fff;text-decoration:none}h1 a:hover,h2 a:hover,h3 a:hover,.xrpl-footer h5 a:hover{color:#32E685}.curated-links a,.children-display a,a.card,.xrpl-footer a{color:#fff}.curated-links a:hover,.children-display a:hover,a.card:hover,.xrpl-footer a:hover{color:#32E685}.content{padding-bottom:50px}.content a,.blurb a{text-decoration:underline}.content h1{margin-top:32px;line-height:1.2;font-weight:400}.content h1:first-child,.landing section:first-of-type h1:first-child{margin-top:0;line-height:1.2}.content h1:first-child:before{margin-top:-80px}.content h2{margin-top:72px;margin-bottom:24px;font-weight:400;line-height:1.2}.content h3{margin-top:24px;line-height:1.2}.content h4{margin-top:20px;line-height:1.2}.content h5{margin-top:16px;line-height:1.2;font-weight:700}.content h6{margin-top:12px;line-height:1.2;font-weight:700}.content li{margin:6px;margin-top:24px}.content li p{margin:0}.content a[title="Source"]{float:right;padding-left:20px}.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:#111112;word-wrap:normal;padding:2rem;border-radius:4px}pre code{white-space:pre;color:#fff;background-color:#111112}.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}.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:#111112}.multicode a:hover{text-decoration:none;background-color:#111112;color:#32E685}.multicode .code_toggler{position:absolute;bottom:0;right:0}.codehilite{background:#111112;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}.multicode .codehilite{background:transparent}.CodeMirror{font-family:"Space Mono",monospace;height:300px;background-color:#111112;margin:16px 0;border-radius:4px}.CodeMirror-scroll{overflow:auto}.CodeMirror-lines{padding:2rem 0}.CodeMirror pre{padding:0 2rem 0 1rem}.CodeMirror-scrollbar-filler,.CodeMirror-gutter-filler{background-color:#000}.CodeMirror-gutters{background-color:#111112;white-space:nowrap}.CodeMirror div.CodeMirror-cursor{border-left:1px solid #fff;z-index:3}.CodeMirror div.CodeMirror-secondarycursor{border-left:1px solid #838386}.CodeMirror.cm-keymap-fat-cursor div.CodeMirror-cursor{width:auto;border:0;background:#838386;z-index:1}.cm-tab{display:inline-block}.cm-s-default .cm-keyword{color:#FF6719}.cm-s-default .cm-atom{color:#FF6719}.cm-s-default .cm-number{color:#19A3FF}.cm-s-default .cm-def{color:#19A3FF}.cm-s-default .cm-variable{color:#fff}.cm-s-default .cm-variable-2{color:#fff}.cm-s-default .cm-variable-3{color:#fff}.cm-s-default .cm-property{color:#fff}.cm-s-default .cm-operator{color:#fff}.cm-s-default .cm-comment{color:#838386}.cm-s-default .cm-string{color:#28B86A}.cm-s-default .cm-string-2{color:#28B86A}.cm-s-default .cm-meta{color:#838386}.cm-s-default .cm-qualifier{color:#838386}.cm-s-default .cm-builtin{color:#28B86A}.cm-s-default .cm-bracket{color:#fff}.cm-s-default .cm-tag{color:#fff}.cm-s-default .cm-attribute{color:#fff}.cm-s-default .cm-header{color:#19A3FF}.cm-s-default .cm-quote{color:#28B86A}.cm-s-default .cm-hr{color:#838386}.cm-s-default .cm-link{color:#B2E0FF}.cm-negative{color:#fff}.cm-positive{color:#fff}.cm-header,.cm-strong{font-weight:bold}.cm-em{font-style:italic}.cm-link{text-decoration:underline}.cm-s-default .cm-error{color:#FF198B}.cm-invalidchar{color:#FF198B}div.CodeMirror span.CodeMirror-matchingbracket{color:#7919FF}div.CodeMirror span.CodeMirror-nonmatchingbracket{color:#FAFF19}.CodeMirror-activeline-background{background:#232325}.CodeMirror{line-height:1;position:relative;overflow:hidden;background:#111112;color:#fff}.CodeMirror-scroll{margin-bottom:-30px;margin-right:-30px;padding-bottom:30px;padding-right:30px;height:100%;outline:none;position:relative;-moz-box-sizing:content-box;box-sizing:content-box}.CodeMirror-sizer{position:relative}.CodeMirror-vscrollbar,.CodeMirror-hscrollbar,.CodeMirror-scrollbar-filler,.CodeMirror-gutter-filler{position:absolute;z-index:6;display:none}.CodeMirror-vscrollbar{right:0;top:0;overflow-x:hidden;overflow-y:scroll}.CodeMirror-hscrollbar{bottom:0;left:0;overflow-y:hidden;overflow-x:scroll}.CodeMirror-scrollbar-filler{right:0;bottom:0}.CodeMirror-gutter-filler{left:0;bottom:0}.CodeMirror-gutters{position:absolute;left:0;top:0;padding-bottom:30px;z-index:3}.CodeMirror-gutter{white-space:normal;height:100%;-moz-box-sizing:content-box;box-sizing:content-box;padding-bottom:30px;margin-bottom:-32px;display:inline-block;*zoom:1;*display:inline}.CodeMirror-gutter-elt{position:absolute;cursor:default;z-index:4}.CodeMirror-lines{cursor:text}.CodeMirror pre{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;border-width:0;background:transparent;font-family:inherit;font-size:inherit;margin:0;white-space:pre;word-wrap:normal;line-height:inherit;color:inherit;z-index:2;position:relative;overflow:visible}.CodeMirror-wrap pre{word-wrap:break-word;white-space:pre-wrap;word-break:normal}.CodeMirror-code pre{border-right:30px solid transparent;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.CodeMirror-wrap .CodeMirror-code pre{border-right:none;width:auto}.CodeMirror-linebackground{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.CodeMirror-linewidget{position:relative;z-index:2;overflow:auto}.CodeMirror-wrap .CodeMirror-scroll{overflow-x:hidden}.CodeMirror-measure{position:absolute;width:100%;height:0;overflow:hidden;visibility:hidden}.CodeMirror-measure pre{position:static}.CodeMirror div.CodeMirror-cursor{position:absolute;visibility:hidden;border-right:none;width:0}.CodeMirror-focused div.CodeMirror-cursor{visibility:visible}.CodeMirror-selected{background:#d9d9d9}.CodeMirror-focused .CodeMirror-selected{background:#d7d4f0}.cm-searching{background:#ffa;background:rgba(255,255,0,0.4)}.CodeMirror span{*vertical-align:text-bottom}@media print{.CodeMirror div.CodeMirror-cursor{visibility:hidden}}.CodeMirror-lint-markers{width:16px}.CodeMirror-lint-tooltip{background-color:#ffd;border:1px solid black;border-radius:4px 4px 4px 4px;color:black;font-family:monospace;font-size:10pt;overflow:hidden;padding:2px 5px;position:fixed;white-space:pre;white-space:pre-wrap;z-index:100;max-width:600px;opacity:0;transition:opacity .4s;-moz-transition:opacity .4s;-webkit-transition:opacity .4s;-o-transition:opacity .4s;-ms-transition:opacity .4s}.CodeMirror-lint-mark-error,.CodeMirror-lint-mark-warning{background-position:left bottom;background-repeat:repeat-x}.CodeMirror-lint-mark-error{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAYAAAC09K7GAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sJDw4cOCW1/KIAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAHElEQVQI12NggIL/DAz/GdA5/xkY/qPKMDAwAADLZwf5rvm+LQAAAABJRU5ErkJggg==")}.CodeMirror-lint-mark-warning{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAYAAAC09K7GAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sJFhQXEbhTg7YAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAMklEQVQI12NkgIIvJ3QXMjAwdDN+OaEbysDA4MPAwNDNwMCwiOHLCd1zX07o6kBVGQEAKBANtobskNMAAAAASUVORK5CYII=")}.CodeMirror-lint-marker-error,.CodeMirror-lint-marker-warning{background-position:center center;background-repeat:no-repeat;cursor:pointer;display:inline-block;height:16px;width:16px;vertical-align:middle;position:relative}.CodeMirror-lint-message-error,.CodeMirror-lint-message-warning{padding-left:18px;background-position:top left;background-repeat:no-repeat}.CodeMirror-lint-marker-error,.CodeMirror-lint-message-error{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAHlBMVEW7AAC7AACxAAC7AAC7AAAAAAC4AAC5AAD///+7AAAUdclpAAAABnRSTlMXnORSiwCK0ZKSAAAATUlEQVR42mWPOQ7AQAgDuQLx/z8csYRmPRIFIwRGnosRrpamvkKi0FTIiMASR3hhKW+hAN6/tIWhu9PDWiTGNEkTtIOucA5Oyr9ckPgAWm0GPBog6v4AAAAASUVORK5CYII=")}.CodeMirror-lint-marker-warning,.CodeMirror-lint-message-warning{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAANlBMVEX/uwDvrwD/uwD/uwD/uwD/uwD/uwD/uwD/uwD6twD/uwAAAADurwD2tQD7uAD+ugAAAAD/uwDhmeTRAAAADHRSTlMJ8mN1EYcbmiixgACm7WbuAAAAVklEQVR42n3PUQqAIBBFUU1LLc3u/jdbOJoW1P08DA9Gba8+YWJ6gNJoNYIBzAA2chBth5kLmG9YUoG0NHAUwFXwO9LuBQL1giCQb8gC9Oro2vp5rncCIY8L8uEx5ZkAAAAASUVORK5CYII=")}.CodeMirror-lint-marker-multiple{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAACVBMVEUAAAAAAAC/v7914kyHAAAAAXRSTlMAQObYZgAAACNJREFUeNo1ioEJAAAIwmz/H90iFFSGJgFMe3gaLZ0od+9/AQZ0ADosbYraAAAAAElFTkSuQmCC");background-repeat:no-repeat;background-position:right bottom;width:100%;height:100%}.content img{max-width:100%;height:auto}.content img .dactyl_badge{width:initial}.content svg{max-width:100%}.content svg[fill="black"]{fill:#fff;stroke:#fff}.content svg[fill="black"] *[fill="white"]{fill:#000}.content svg[fill="black"] *[stroke="white"]{stroke:#000}.content svg[fill="black"] *[fill="black"]{fill:#fff}.content svg[fill="black"] *[stroke="black"]{stroke:#fff}.content svg[fill="black"] g[fill="blue"]{fill:#19A3FF}.content svg[fill="black"] g[stroke="blue"]{stroke:#19A3FF}.content svg[fill="black"] g[fill="rgb(120,120,120)"]{fill:#E0E0E1}.content svg[fill="black"] g[stroke="rgb(120,120,120)"]{stroke:#E0E0E1}.content svg[fill="black"] g[fill="rgb(200,200,200)"]{fill:#343437}.content svg[fill="black"] g[fill="rgb(70,70,70)"]{fill:#838386}.content svg[fill="black"] g[stroke="rgb(70,70,70)"]{stroke:#838386}.content svg[fill="black"] g[fill="rgb(29,180,255)"]{fill:#32E685}.content svg[fill="black"] g[stroke="rgb(29,180,255)"]{stroke:#32E685}.content svg[fill="black"] rect[stroke="rgb(245,247,249)"]{stroke:#000}.content svg[fill="black"] g[fill="lime"],.content svg[fill="black"] g[fill="rgb(0,255,0)"]{fill:#32E685}.content svg[fill="black"] g[stroke="lime"],.content svg[fill="black"] g[stroke="rgb(0,255,0)"]{stroke:#32E685}.content svg[fill="black"] g[fill="yellow"],.content svg[fill="black"] g[fill="rgb(255,255,0)"]{fill:#FAFF19}.content svg[fill="black"] g[fill="yellow"] path[stroke="black"],.content svg[fill="black"] g[fill="rgb(255,255,0)"] path[stroke="black"]{stroke:#000}.content svg[fill="black"] g[fill="red"],.content svg[fill="black"] g[fill="rgb(255,255,0)"]{fill:#FF198B}.content svg[fill="black"] g[stroke="red"],.content svg[fill="black"] g[stroke="rgb(255,255,0)"]{stroke:#FF198B}.content svg[fill="black"] g[fill="yellow"]+g text,.content svg[fill="black"] g[fill="rgb(255,255,0)"]+g text{fill:#000}.content svg[fill="black"] g[fill="lime"]+g text{fill:#000}.content svg[fill="none"] path[fill="#000000"]{fill:#fff}.content svg[fill="none"] path[stroke="#000000"]{stroke:#fff}.content svg[fill="none"] path[fill="#ffffff"]{fill:#000}.content svg[fill="none"] path[stroke="#ffffff"]{stroke:#000}.content svg[fill="none"] path[fill="#23292f"],.content svg[fill="none"] path[fill="#23282f"]{fill:#fff}.content svg[fill="none"] path[stroke="#23292f"],.content svg[fill="none"] path[stroke="#23282f"]{stroke:#fff}.content svg[fill="none"] path[fill="#2c3e50"],.content svg[fill="none"] path[fill="#2b3e51"]{fill:#E0E0E1}.content svg[fill="none"] path[stroke="#2c3e50"],.content svg[fill="none"] path[stroke="#2b3e51"]{stroke:#E0E0E1}.content svg[fill="none"] path[fill="#1c2835"]{fill:#F5F5F7}.content svg[fill="none"] path[stroke="#1c2835"]{stroke:#F5F5F7}.content svg[fill="none"] path[fill="#21aa47"]{fill:#32E685}.content svg[fill="none"] path[stroke="#21aa47"]{stroke:#32E685}.content svg[fill="none"] path[fill="#e64b3b"]{fill:#dc3545}.content svg[fill="none"] path[stroke="#e64b3b"]{stroke:#dc3545}.content svg[fill="none"] path[stroke="#27a2db"],.content svg[fill="none"] path[stroke="#00aae4"]{stroke:#32E685}.content svg[fill="none"] path[fill="#27a2db"],.content svg[fill="none"] path[fill="#00aae4"]{fill:#32E685}.content svg[fill="none"] path[fill="#e6e7e8"]{fill:#232325}.content svg[fill="none"] path[stroke="#e6e7e8"]{stroke:#232325}.content svg[fill="none"] path[stroke="#ffbf27"]{stroke:#D919FF}.content svg[fill="none"] path[fill="#00ff00"]{fill:#32E685}.content svg[fill="none"] path[stroke="#00ff00"]{stroke:#32E685}.content svg[fill="none"] path[fill="#ff00ff"]{fill:#FF198B}.content svg[fill="none"] path[stroke="#ff00ff"]{stroke:#FF198B}.content svg[fill="none"] linearGradient stop[stop-color="#ffffff"]{stop-color:#343437}.content svg[fill="none"] linearGradient stop[stop-color="#e6e7e8"]{stop-color:#232325}.content svg[fill="none"] linearGradient stop[stop-color="#dbdcdd"]{stop-color:#000}.content svg[fill="none"] linearGradient stop[stop-color="#b1b3b5"]{stop-color:#111112}.content svg[fill="none"] linearGradient stop[stop-color="#29a1da"]{stop-color:#2DCF78}.content svg[fill="none"] linearGradient stop[stop-color="#2789b9"]{stop-color:#5BEB9D}.content svg[fill="none"] linearGradient stop[stop-color="#6bc1ec"]{stop-color:#ADF5CE}.content svg[fill="none"] linearGradient stop[stop-color="#8ad6f4"]{stop-color:#84F0B6}.content svg[fill="none"] linearGradient stop[stop-color="#fab913"]{stop-color:#F2B2FF}.content svg[fill="none"] linearGradient stop[stop-color="#fad26b"]{stop-color:#EA80FF}.content svg[fill="none"] linearGradient stop[stop-color="#f8a136"]{stop-color:#E24CFF}.content svg[fill="none"] linearGradient stop[stop-color="#f7931a"]{stop-color:#C000E5}.external-link::after{content:"\00a0";background-image:url(../img/icons/arrow-up-right.svg);background-repeat:no-repeat;display:inline-block;background-size:1em;padding:0 .5em;background-position:left 0 bottom .2em;transition:background-position 100ms ease-in-out}.external-link:hover::after{background-position:left .2em bottom .4em}.external-link .fa-external-link{display:none}.top-nav .dropdown .external-link::after{background-position:left 0 bottom -.1em}.top-nav .dropdown .external-link:hover::after{background-position:left .2em bottom .1em}.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:"\00a0";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 -.1rem;transition:background-position 100ms ease-in-out}.li-links a:hover::after{background-position:left .2rem bottom .1rem}.xrpl-footer .external-link::after{background-position:left 0 bottom 0}.xrpl-footer .external-link:hover::after{background-position:left .2em bottom .2em}.xrpl-footer{padding:7.5rem 3rem;background-image:url(../img/backgrounds/footer.svg);background-size:cover;background-repeat:no-repeat;background-position:bottom right}.xrpl-footer h5{font-size:1rem;font-weight:600;color:#A2A2A4}.xrpl-footer .nav-link{padding:.75rem 0;line-height:1}.xrpl-footer .absolute-bottom-footer{font-size:10px;line-height:1rem}.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}.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:"\f058";font-family:FontAwesome;margin-left:-20px;padding-right:5px}.devportal-callout.note>strong:first-child:before{content:"\f05a";font-family:FontAwesome;margin-left:-20px;padding-right:5px}.devportal-callout.caution>strong:first-child:before{content:"\f071";font-family:FontAwesome;margin-left:-20px;padding-right:5px}.devportal-callout.warning>strong:first-child:before{content:"\f057";font-family:FontAwesome;margin-left:-20px;padding-right:5px}.card-body>p,.card-body>p:last-child{padding:0;margin-bottom:2rem}a.card{border:0}a.card:hover{text-decoration:none}a.card:hover h3{text-decoration:underline}.card-deck{margin-top:2.5rem}.card-deck .card{background-position:bottom;background-repeat:no-repeat;background-size:contain}.card-deck a.card{transition:all 0.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)}@media (max-width: 991.98px){.card-deck{margin-top:2rem}.card-deck .card-body{padding:1rem}.card-deck.row-cols-2 .card{margin:.75rem;max-width:calc(50% - 1.5rem)}}.breadcrumb-item+.breadcrumb-item:before{content:"\f105";font-family:FontAwesome;padding-right:5px}.breadcrumbs-wrap .breadcrumb{padding:0;margin-bottom:0;font-size:0.833em}.breadcrumb-item a{color:#E0E0E1;text-decoration:none}.breadcrumb-item a:hover{color:#32E685}.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 .content .children-display>ul>li,.landing .content .curated-links>ul>li{margin-top:24px}.landing .content .children-display li a,.landing .content .curated-links li a{font-weight:700;font-size:1.25rem;text-decoration:none}.landing .content .children-display li a:hover,.landing .content .curated-links li a:hover{text-decoration:underline}.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 .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}.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 0;color:#E0E0E1;border-bottom:1px solid #232325;position:relative}.landing .nav .nav-link:hover{color:#7919FF}.landing .nav .nav-link:not(.external-link)::after{content:" ";background-image:url(../img/icons/arrow-right-purple.svg);background-size:cover;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-size:cover;position:absolute;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}.alert-info{color:white;background-color:#006BB2;border-width:0}.alert-info a{text-decoration:underline;color:white}.alert-info a:hover{color:#E0E0E1}.highlight-subcard{margin:1.5rem 0;padding:1rem;border:2px solid #fff;background:#000}.interactive-block-inner{border:1px dashed #7919FF;padding:10px;margin:5px}.interactive-block-ui>button{margin:10px 0}.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:"\f058";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:"\f02c";font-family:FontAwesome;font-size:1.5rem}.labels-wrap .list-inline-item{margin-top:0.5rem}.pg-category{color:#A2A2A4}.pg-category::after{content:"\f105";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:0.5rem;font-weight:400;line-height:22px;font-size:16px;padding:0;margin-top:-2px}.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-アカウント,.label.label-payment-channel{background-color:#20004C;color:#B480FF}.label.label-accounts .badge-pill,.label.label-payment-channels .badge-pill,.label.label-アカウント .badge-pill,.label.label-payment-channel .badge-pill{color:#20004C;background-color:#B480FF}.label.label-accounts:hover,.label.label-payment-channels:hover,.label.label-アカウント:hover,.label.label-payment-channel:hover{background-color:#350080;color:#D2B2FF}.label.label-accounts:hover .badge-pill,.label.label-payment-channels:hover .badge-pill,.label.label-アカウント:hover .badge-pill,.label.label-payment-channel:hover .badge-pill{color:#350080;background-color:#D2B2FF}.label.label-blockchain,.label.label-xrp,.label.label-ブロックチェーン{background-color:#145C35;color:#84F0B6}.label.label-blockchain .badge-pill,.label.label-xrp .badge-pill,.label.label-ブロックチェーン .badge-pill{background-color:#84F0B6;color:#145C35}.label.label-blockchain:hover,.label.label-xrp:hover,.label.label-ブロックチェーン:hover{background-color:#1E8A50;color:#ADF5CE}.label.label-blockchain:hover .badge-pill,.label.label-xrp:hover .badge-pill,.label.label-ブロックチェーン:hover .badge-pill{background-color:#ADF5CE;color:#1E8A50}.label.label-checks,.label.label-core-server,.label.label-コアサーバー{background-color:#40004C;color:#EA80FF}.label.label-checks .badge-pill,.label.label-core-server .badge-pill,.label.label-コアサーバー .badge-pill{background-color:#EA80FF;color:#40004C}.label.label-checks:hover,.label.label-core-server:hover,.label.label-コアサーバー:hover{background-color:#6B0080;color:#F2B2FF}.label.label-checks:hover .badge-pill,.label.label-core-server:hover .badge-pill,.label.label-コアサーバー:hover .badge-pill{background-color:#F2B2FF;color:#6B0080}.label.label-cross-currency,.label.label-security,.label.label-複数通貨間,.label.label-セキュリティ{background-color:#4B4C00;color:#FCFF80}.label.label-cross-currency .badge-pill,.label.label-security .badge-pill,.label.label-複数通貨間 .badge-pill,.label.label-セキュリティ .badge-pill{background-color:#FCFF80;color:#4B4C00}.label.label-cross-currency:hover,.label.label-security:hover,.label.label-複数通貨間:hover,.label.label-セキュリティ: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{background-color:#FDFFB2;color:#7D8000}.label.label-decentralized-exchange,.label.label-smart-contracts,.label.label-transaction-sending,.label.label-分散型取引所,.label.label-スマートコントラクト,.label.label-トランザクション送信{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{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{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{background-color:#B2E0FF;color:#004D80}.label.label-escrow,.label.label-tokens,.label.label-development,.label.label-トークン,.label.label-開発{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{background-color:#FFAA80;color:#4C1A00}.label.label-escrow:hover,.label.label-tokens:hover,.label.label-development:hover,.label.label-トークン:hover,.label.label-開発: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{background-color:#FFCCB2;color:#802B00}.label.label-fees,.label.label-payments,.label.label-data-retention,.label.label-手数料,.label.label-支払い,.label.label-データ保持{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{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{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{background-color:#FFB2D8;color:#80003F}.tag-cloud .list-inline-item{margin-top:1.5rem}#tx-sender-history .list-group-item{font-size:small;color:#454549}.response-metadata .timestamp{color:#454549;position:relative;top:16px}.throbber{width:24px;height:24px}#connection-status .card-body{border-left:0}#connection-status-item.active{background-color:#32E685;border-color:#32E685}#tx-sender-history ul{overflow:auto;height:220px;border:1px solid #E0E0E1}#pp_progress small{margin-top:.5rem}.page-tx-sender .input-group .form-control{flex:1 1 20%}.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}#rest_url_wrapper p{margin:0;border-radius:4px;background-color:#111112;padding:2rem;overflow:auto}#rest_url{width:auto;border:0;background:none;font-size:13px;vertical-align:top}#rest_url .editable{color:#fff;font-weight:bold;font-family:"Space Mono",monospace;border-width:0 0px 1px 0;border-style:dotted;border-color:#E0E0E1;min-width:5em;background:none;vertical-align:top}#rest_url .non_editable{vertical-align:top}#rest_url div{display:inline-block}#rest_url input{margin:0 !important}@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}.content a[title="Source"]{float:none}header,footer,aside{display:none !important}.navbar{display:none !important}.content,#main_content_body{position:static;display:block;width:auto;height:auto;color:black !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:black}.interactive-block{display:none}.container{margin-top:1rem !important}#main_content_wrapper{margin-top:0}#main_content_body::before{display:none}.xrp-ledger-dev-portal.sidebar-primary .main{border:0}.sidebar-primary .row{display:block}#feedback-content{display:none !important}.jump-to-top{display:none !important}}#home-purple{position:absolute;left:0;top:-400px}#home-green{position:absolute;right:-3px;top:60px}#home-hero-graphic{margin-left:auto;width:855px;margin-right:auto;margin-bottom:24px;max-width:100%}.sidelinks:hover{color:#9A52FF}.sidelinks.active{color:#9A52FF;font-weight:bold}.cta{position:absolute}.cta-top-left{top:0;left:0}.cta-bottom-right{bottom:0;right:0}#xrp-overview-blue{position:absolute;top:0;left:0}#xrpl-overview-purple{position:absolute;top:40px;left:0}@media (max-width: 767.98px){#xrpl-overview-purple{top:0;left:-120px}}#xrpl-overview-orange{position:absolute;top:80px;right:-4px}#use-cases-blue{position:absolute;top:0;left:0}#use-cases-orange{position:absolute;top:-480px;right:-4px}#history-orange{position:absolute;top:0;right:-4px}#history-purple{position:absolute;top:-480px;left:-4px}.hidden-section{overflow:hidden;visibility:none;height:0}.hidden-section.show{overflow:auto;visibility:visible;height:auto}#impact-green{position:absolute;top:0;right:-4px}#impact-orange{position:absolute;top:100px;left:-4px}#impact-magenta{position:absolute;top:100px;right:-4px}#calculator-purple{position:absolute;top:0px;left:0px}#calculator-green{position:absolute;top:160px;right:0px}#foundation-magenta{position:absolute;top:0px;left:0px}#foundation-orange{position:absolute;top:40px;right:-4px}#community-magenta{position:absolute;top:0px;left:0px}#community-purple{position:absolute;top:160px;right:0px}#faq-background{position:absolute;left:0;right:0;width:100%}.page-docs-index{background:url(../img/backgrounds/bg-docs.png) no-repeat;background-position-x:left -20vw;background-position-y:top}@media (min-width: 768px){.page-docs-index{background-position-x:left}}.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}@media (min-width: 992px){.page-docs-index #docs-browse-by .col:not(:first-child){padding-left:2.5rem}.page-docs-index #docs-browse-by .col:not(:last-child){padding-right:2.5rem}}@media (max-width: 991.98px){.page-docs-index #docs-browse-by .col:not(:first-child){padding-top:4rem}}.page-docs-index #software-and-sdks .card-deck .card:nth-child(1){background-image:url(../img/cards/4col-green.svg)}.page-docs-index #software-and-sdks .card-deck .card:nth-child(2){background-image:url(../img/cards/4col-light-blue.svg)}.page-docs-index #software-and-sdks .card-deck .card:nth-child(3){background-image:url(../img/cards/4col-orange.svg)}.page-docs-index #software-and-sdks .card-deck .card:nth-child(4){background-image:url(../img/cards/4col-yellow.svg)}.page-docs-index .circled-logo{background-color:#454549;border-radius:50%;padding:.75rem;width:50px;height:50px;margin-bottom:0.75rem}.page-docs-index #doc-types .card-deck .card:nth-child(1){background-image:url(../img/cards/4col-orange-yellow.svg)}.page-docs-index #doc-types .card-deck .card:nth-child(2){background-image:url(../img/cards/4col-magenta.svg)}.page-docs-index #doc-types .card-deck .card:nth-child(3){background-image:url(../img/cards/4col-blue-green.svg)}.page-docs-index #doc-types .card-deck .card:nth-child(4){background-image:url(../img/cards/4col-light-blue-2.svg)}.page-docs-index #docs-hot-topic .longform{margin-top:2.5rem}.page-docs-index #run-a-network-node .card-deck .card:nth-child(1),.page-community #run-a-network-node .card-deck .card:nth-child(1){background-image:url(../img/cards/4col-yellow-2.svg)}.page-docs-index #run-a-network-node .card-deck .card:nth-child(2),.page-community #run-a-network-node .card-deck .card:nth-child(2){background-image:url(../img/cards/4col-purple.svg)}.page-docs-index #run-a-network-node .card-deck .card:nth-child(3),.page-community #run-a-network-node .card-deck .card:nth-child(3){background-image:url(../img/cards/4col-magenta-2.svg)}.page-docs-index #run-a-network-node .card-deck .card:nth-child(4),.page-community #run-a-network-node .card-deck .card:nth-child(4){background-image:url(../img/cards/4col-light-green.svg)}.page-calculator .calculator-section-description{max-width:458px}.page-calculator .calc-inputs{margin-right:1px}.page-calculator #data-selector li a{background:#22252B;padding:0.5rem 1.3rem;color:#fff;white-space:nowrap;font-weight:normal}.page-calculator #data-selector li:nth-child(2){margin-left:-7px;margin-right:-7px}.page-calculator #data-selector li.active a{background:#32E685;color:#000}.page-calculator .tab-content div{display:none}.page-calculator .d-output{display:none;margin:0 12px;max-width:188px;width:33%}@media (max-width: 991.98px){.page-calculator .d-output{width:auto}}.page-calculator .d-output.active{display:block;animation-fill-mode:forwards;animation:fadeIn 1s ease-in-out}@media (max-width: 991.98px){.page-calculator .d-output.active{display:inline-block;margin-bottom:32px}}@media (max-width: 575.98px){.page-calculator .d-output.active{display:block}}@media (max-width: 575.98px){.page-calculator .d-output{display:none;width:auto;max-width:100%}.page-calculator .viz-wrapper{margin-right:1rem;min-width:184px}.page-calculator .num-wrapper h5{font-size:1.3rem;word-break:break-word}.page-calculator .d-output[data-comp="kWh"].active{display:inline-flex}.page-calculator #data-selector li:nth-child(2){margin-left:0;margin-right:0;border-top:1px solid #000;border-bottom:1px solid #000}}@media (max-width: 991.98px){.page-calculator #calculator-inputs-offset.offset{height:404px;width:100%}.page-calculator #calculator-inputs-offset{height:0;width:100%}.page-calculator .d-output{margin:2rem 0}.page-calculator #calculator-mobile-toggle.show{position:fixed;top:84px;right:15px;z-index:9999999;background:#000}.page-calculator #calculator-mobile-toggle.hide{display:none}.page-calculator #calculator-inputs.sticky{position:fixed;top:84px;width:calc(100% - 30px);left:15px;right:15px;background:#000;display:none}.page-calculator #calculator-inputs.sticky.show .calc-inputs-wrapper{display:block;margin-bottom:1.5rem}.page-calculator #calculator-inputs.sticky.show{display:block}}@media (max-width: 767.98px){.page-calculator #calculator-inputs-offset.offset{height:486px;width:100%}}@media (min-width: 1200px){.page-calculator #data-selector li:first-child a{border-top-left-radius:8px;border-bottom-left-radius:8px}.page-calculator #data-selector li:last-child a{border-top-right-radius:8px;border-bottom-right-radius:8px}}@media (max-width: 1199.98px){.page-calculator #data-selector li:nth-child(2){margin-left:0;margin-right:0}}.page-calculator .viz-wrapper{position:relative;height:204px;width:184px;overflow:hidden;border-radius:10px}.page-calculator .viz-wrapper img{margin-left:-1px;margin-right:-1px}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.page-calculator .dot{height:2px;width:2px;border-radius:50%;background-color:red;position:absolute;z-index:-1;top:98px;left:68px;transform-origin:center center}.page-calculator #kWh-btc-dot{background-color:#FF671A}.page-calculator #kWh-eth-dot{background-color:#4F5664}.page-calculator #kWh-xrp-dot{background-color:#32E685}.page-calculator .dash.active{font-weight:bold;color:#32E685}.page-calculator .dash:before{content:'|';font-size:7px;font-weight:bold;color:#838386;position:absolute;top:-10px;margin-left:13px}.page-calculator input[type=range]{-webkit-appearance:none;width:100%;background:transparent;z-index:2}.page-calculator input[type=range]::-webkit-slider-thumb{-webkit-appearance:none}.page-calculator input[type=range]:focus{outline:none}.page-calculator input[type=range]::-ms-track{width:100%;cursor:pointer;background:transparent;border-color:transparent;color:transparent}.page-calculator .slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;box-sizing:content-box;border-radius:50px;-webkit-border-radius:50px;-moz-border-radius:50px;width:1px;height:1px;background:#32E685;padding:0.125rem;border:8px solid #000;box-shadow:0 0 0 2px #32E685;cursor:pointer}.page-calculator .slider::-moz-range-thumb{-webkit-appearance:none;appearance:none;box-sizing:content-box;border-radius:50px;-webkit-border-radius:50px;-moz-border-radius:50px;width:1px;height:1px;background:#32E685;padding:0.125rem;border:8px solid #000;box-shadow:0 0 0 2px #32E685;cursor:pointer}.page-calculator input[type=range]{background:#32E685;height:3px}.page-calculator input[type="range"]::-moz-range-progress{background-color:#32E685}.page-calculator input[type="range"]::-moz-range-track{background-color:#838386}.page-calculator input[type="range"]::-ms-fill-lower{background-color:#32E685}.page-calculator input[type="range"]::-ms-fill-upper{background-color:#838386}.rpc-tool #result{display:none}.rpc-tool #log{font-weight:700}.rpc-tool .content .json li{margin-top:0}.rpc-tool .json .name{color:#fff}.rpc-tool .json ul{margin:0;display:none}.rpc-tool .json li{padding:0;list-style-type:none}.rpc-tool .json .type-string .val{color:#28B86A}.rpc-tool .json .type-number .val{color:#19A3FF}.rpc-tool .json a.toggle:hover{text-decoration:none}.rpc-tool .json>a.toggle{display:none}.rpc-tool .json a.toggle:after{content:" +\0000a0";cursor:pointer}.rpc-tool .json>ul,.rpc-tool .json .expanded>ul{display:block}.rpc-tool .json .ellipsis{color:#838386}.rpc-tool .json>.ellipsis,.rpc-tool .json .expanded>.ellipsis{display:none}.rpc-tool .json .expanded>a.toggle:after{content:" \2212\0000a0"}.rpc-tool .json .indentafter{display:none}.rpc-tool .json .expanded>.indentafter{display:inline}.rpc-tool .tools{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;font-size:0.8em;margin:0 0 10px}.rpc-tool .tools>li>a{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 .labels-wrap{display:inline-block}.dev-blog a.badge-primary{text-decoration:none}.dev-blog a.badge-primary:hover{text-decoration:none} diff --git a/dactyl-config.yml b/dactyl-config.yml index 83e5c44b90..1b7402173b 100644 --- a/dactyl-config.yml +++ b/dactyl-config.yml @@ -362,3349 +362,3349 @@ pages: # Concepts --------------------------------------------------------------------- - - name: Concepts - html: concepts.html - parent: docs.html - top_nav_grouping: Article Types - template: pagetype-category.html.jinja - blurb: Learn the "what" and "why" behind fundamental aspects of the XRP Ledger. - targets: - - en - - - name: コンセプト - html: concepts.html - parent: docs.html - top_nav_grouping: Article Types - template: pagetype-category.html.jinja - blurb: XRP Ledgerの基本的な部分の背景に「何があるか」、「なぜなのか」を学びましょう。 - targets: - - ja - - - name: Introduction - html: introduction.html - parent: concepts.html - template: pagetype-category.html.jinja - blurb: Learn the "what" and "why" of the XRP Ledger. - targets: - - en - - - name: 基本 - html: introduction.html - parent: concepts.html - template: pagetype-category.html.jinja - blurb: XRP Ledgerとは「何なのか」、「なぜなのか」を学びましょう。 - targets: - - ja - - # Supplanted by the new xrp-ledger-overview.html landing page. - # TODO: fully remove. - # - md: concepts/introduction/xrp-ledger-overview.md - # targets: - # - en - # - # - md: concepts/introduction/xrp-ledger-overview.ja.md - # targets: - # - ja - - - md: concepts/introduction/intro-to-consensus.md - targets: - - en - - - md: concepts/introduction/intro-to-consensus.ja.md - targets: - - ja - - - md: concepts/introduction/xrp.md - targets: - - en - - - md: concepts/introduction/xrp.ja.md - targets: - - ja - - - md: concepts/introduction/software-ecosystem.md - targets: - - en - - - md: concepts/introduction/software-ecosystem.ja.md - targets: - - ja - - - md: concepts/introduction/technical-faq.md - targets: - - en - - - md: concepts/introduction/technical-faq.ja.md - targets: - - ja - - - name: Payment System Basics - html: payment-system-basics.html - parent: concepts.html - template: pagetype-category.html.jinja - blurb: One of the primary purposes of the XRP Ledger is payment processing. Learn more about key concepts that will help you understand the XRP Ledger payment system. - targets: - - en - - - name: 支払いシステムの基本 - html: payment-system-basics.html - parent: concepts.html - template: pagetype-category.html.jinja - blurb: XRP Ledgerの主な狙いは決済処理です。主要なコンセプトを詳しく学んで、XRP Ledgerの決済システムの理解を深めましょう。 - targets: - - ja - - - md: concepts/payment-system-basics/accounts/accounts.md - targets: - - en - - - md: concepts/payment-system-basics/accounts/accounts.ja.md - targets: - - ja - - - md: concepts/payment-system-basics/accounts/cryptographic-keys.md - targets: - - en - - - md: concepts/payment-system-basics/accounts/cryptographic-keys.ja.md - targets: - - ja - - - md: concepts/payment-system-basics/accounts/multi-signing.md - targets: - - en - - - md: concepts/payment-system-basics/accounts/multi-signing.ja.md - targets: - - ja - - - md: concepts/payment-system-basics/accounts/reserves.md - targets: - - en - - - md: concepts/payment-system-basics/accounts/reserves.ja.md - targets: - - ja - - - md: concepts/payment-system-basics/accounts/tickets.md - targets: - - en - - ja - - - md: concepts/payment-system-basics/accounts/depositauth.md - targets: - - en - - - md: concepts/payment-system-basics/accounts/depositauth.ja.md - targets: - - ja - - - md: concepts/payment-system-basics/fees.md - targets: - - en - - - md: concepts/payment-system-basics/fees.ja.md - targets: - - ja - - - md: concepts/payment-system-basics/ledgers.md - targets: - - en - - # TODO: translation needs to be updated based on ledgers.md - - md: concepts/payment-system-basics/ledgers.ja.md - targets: - - ja - - - md: concepts/payment-system-basics/transaction-basics/transaction-basics.md - targets: - - en - - - md: concepts/payment-system-basics/transaction-basics/transaction-basics.ja.md - targets: - - ja - - - md: concepts/payment-system-basics/transaction-basics/transaction-cost.md - targets: - - en - - - md: concepts/payment-system-basics/transaction-basics/transaction-cost.ja.md - targets: - - ja - - - md: concepts/payment-system-basics/transaction-basics/finality-of-results.md - targets: - - en - - - md: concepts/payment-system-basics/transaction-basics/finality-of-results.ja.md - targets: - - ja - - - md: concepts/payment-system-basics/transaction-basics/source-and-destination-tags.md - targets: - - en - - # TODO: Somehow this page's blurb got translated into Japanese but the page itself wasn't? - # For now we overwrite the blurb but use the page otherwise as-is. - - md: concepts/payment-system-basics/transaction-basics/source-and-destination-tags.md - blurb: 多目的アドレスとの間で支払いのやり取りをする具体的な目的を示すためにソースタグと宛先タグを使用します。 - untranslated_warning: true - targets: - - ja - - - name: Payment Types - html: payment-types.html - parent: concepts.html - template: pagetype-category.html.jinja - blurb: The XRP Ledger supports point-to-point XRP payments alongside other, more specialized payment types. - targets: - - en - - - name: 支払いのタイプ - html: payment-types.html - parent: concepts.html - template: pagetype-category.html.jinja - blurb: XRP LedgerはポイントツーポイントのXRPペイメントのほかに、より専門化した支払いタイプをサポートしています。 - targets: - - ja - - # Redirect from the old landing name/URL - - name: Complex Payment Types - html: complex-payment-types.html - template: pagetype-redirect.html.jinja - nav_omit: true - redirect_url: payment-types.html - targets: - - en - - ja - - - md: concepts/payment-types/direct-xrp-payments.md - targets: - - en - - - md: concepts/payment-types/direct-xrp-payments.ja.md - targets: - - ja - - - md: concepts/payment-types/cross-currency-payments.md - targets: - - en - - - md: concepts/payment-types/cross-currency-payments.ja.md - targets: - - ja - - - md: concepts/payment-types/checks.md - targets: - - en - - - md: concepts/payment-types/checks.ja.md - targets: - - ja - - - md: concepts/payment-types/escrow.md - targets: - - en - - - md: concepts/payment-types/escrow.ja.md - targets: - - ja - - - md: concepts/payment-types/partial-payments.md - targets: - - en - - - md: concepts/payment-types/partial-payments.ja.md - targets: - - ja - - - md: concepts/payment-types/payment-channels.md - targets: - - en - - - md: concepts/payment-types/payment-channels.ja.md - targets: - - ja - - - name: Issued Currencies - html: issued-currencies.html - parent: concepts.html - template: pagetype-category.html.jinja - blurb: All currencies other than XRP can be represented in the XRP Ledger as issued currencies. Learn more about how issued currencies function in the XRP Ledger. - targets: - - en - - - name: 発行済み通貨 - html: issued-currencies.html - parent: concepts.html - template: pagetype-category.html.jinja - blurb: XRP Ledgerでは、XRP以外の通貨はすべて発行済み通貨とされます。XRP Ledgerで発行済み通貨がどのように機能するか説明します。 - targets: - - ja - - - md: concepts/issued-currencies/issued-currencies-overview.md - targets: - - en - - - md: concepts/issued-currencies/issued-currencies-overview.ja.md - targets: - - ja - - - md: concepts/issued-currencies/trust-lines-and-issuing.md - targets: - - en - - - md: concepts/issued-currencies/trust-lines-and-issuing.ja.md - targets: - - ja - - - md: concepts/issued-currencies/authorized-trust-lines.md - targets: - - en - - - md: concepts/issued-currencies/authorized-trust-lines.ja.md - targets: - - ja - - - md: concepts/issued-currencies/freezes.md - targets: - - en - - - md: concepts/issued-currencies/freezes.ja.md - targets: - - ja - - - md: concepts/issued-currencies/rippling.md - targets: - - en - - - md: concepts/issued-currencies/rippling.ja.md - targets: - - ja - - - md: concepts/issued-currencies/transfer-fees.md - targets: - - en - - - md: concepts/issued-currencies/transfer-fees.ja.md - targets: - - ja - - - md: concepts/issued-currencies/issuing-and-operational-addresses.md - targets: - - en - - - md: concepts/issued-currencies/issuing-and-operational-addresses.ja.md - targets: - - ja - - - md: concepts/issued-currencies/paths.md - targets: - - en - - - md: concepts/issued-currencies/paths.ja.md - targets: - - ja - - - md: concepts/issued-currencies/demurrage.md - targets: - - en - - ja - - - name: Decentralized Exchange - html: decentralized-exchange.html - parent: concepts.html - template: pagetype-category.html.jinja - blurb: The XRP Ledger contains a fully-functional exchange where users can trade issued currencies for XRP or each other. - targets: - - en - - - name: 分散型取引所 - html: decentralized-exchange.html - parent: concepts.html - template: pagetype-category.html.jinja - blurb: XRP Ledgerには多機能な取引所が含まれており、この取引所を利用してユーザーは発行済み通貨をXRPに、あるいはXRPを発行済み通貨に交換できます。 - targets: - - ja - - - md: concepts/decentralized-exchange/offers.md - targets: - - en - - - md: concepts/decentralized-exchange/offers.ja.md - targets: - - ja - - - md: concepts/decentralized-exchange/autobridging.md - targets: - - en - - - md: concepts/decentralized-exchange/autobridging.ja.md - targets: - - ja - - - md: concepts/decentralized-exchange/ticksize.md - targets: - - en - - - md: concepts/decentralized-exchange/ticksize.ja.md - targets: - - ja - - - name: Consensus Network - html: consensus-network.html - parent: concepts.html - template: pagetype-category.html.jinja - blurb: The XRP Ledger uses a consensus algorithm to resolve the double spend problem and choose which transactions to execute in which order. Consensus also governs rules of transaction processing. - targets: - - en - - - name: コンセンサスネットワーク - html: consensus-network.html - parent: concepts.html - template: pagetype-category.html.jinja - blurb: XRP Ledgerはコンセンサスアルゴリズムを使用して、二重支払いの問題を解決し、どのトランザクションをどのような順番で実行するか選択します。コンセンサスは、トランザクション処理のルールを左右します。 - targets: - - ja - - - md: concepts/consensus-network/consensus.md - targets: - - en - - - md: concepts/consensus-network/consensus.ja.md - targets: - - ja - - - md: concepts/consensus-network/consensus-principles-and-rules.md - targets: - - en - - - md: concepts/consensus-network/consensus-principles-and-rules.ja.md - targets: - - ja - - - md: concepts/consensus-network/consensus-protections.md - targets: - - en - - - md: concepts/consensus-network/consensus-protections.ja.md - targets: - - ja - - # TODO: translate this page and blurb - - md: concepts/consensus-network/invariant-checking.md - targets: - - en - - ja - - # TODO: translate this page and blurb - - md: concepts/consensus-network/negative-unl.md - targets: - - en - - ja - - - md: concepts/consensus-network/transaction-queue.md - targets: - - en - - - md: concepts/consensus-network/transaction-queue.ja.md - targets: - - ja - - - md: concepts/consensus-network/about-canceling-a-transaction.md - targets: - - en - - - md: concepts/consensus-network/about-canceling-a-transaction.ja.md - targets: - - ja - - - md: concepts/consensus-network/transaction-malleability.md - targets: - - en - - - md: concepts/consensus-network/transaction-malleability.ja.md - targets: - - ja - - - md: concepts/consensus-network/amendments/amendments.md - targets: - - en - - - md: concepts/consensus-network/amendments/amendments.ja.md - targets: - - ja - - - md: concepts/consensus-network/amendments/known-amendments.md - targets: - - en - - - md: concepts/consensus-network/amendments/known-amendments.ja.md - targets: - - ja - - - md: concepts/consensus-network/fee-voting.md - targets: - - en - - - md: concepts/consensus-network/fee-voting.ja.md - targets: - - ja - - - md: concepts/consensus-network/consensus-research.md - targets: - - en - - - md: concepts/consensus-network/consensus-research.ja.md - targets: - - ja - - # TODO: add pseudo-transactions concept page - - - md: concepts/consensus-network/parallel-networks.md - targets: - - en - - - md: concepts/consensus-network/parallel-networks.ja.md - targets: - - ja - - - md: concepts/the-rippled-server/the-rippled-server.md - targets: - - en - - - name: rippledサーバー - html: the-rippled-server.html - parent: concepts.html - template: pagetype-category.html.jinja - blurb: rippledは、XRP Ledgerを管理するコアのピアツーピアサーバーです。このセクションではコンセプトについて説明します。XRP Ledgerの基本的な部分の背景に「何があるか」、「なぜなのか」を学ぶことができます。 - targets: - - ja - - - md: concepts/the-rippled-server/rippled-server-modes.md - targets: - - en - - - md: concepts/the-rippled-server/rippled-server-modes.ja.md - targets: - - ja - - - md: concepts/the-rippled-server/clustering.md - targets: - - en - - - md: concepts/the-rippled-server/clustering.ja.md - targets: - - ja - - - md: concepts/the-rippled-server/ledger-history/ledger-history.md - targets: - - en - - - md: concepts/the-rippled-server/ledger-history/ledger-history.ja.md - targets: - - ja - - - md: concepts/the-rippled-server/ledger-history/online-deletion.md - targets: - - en - - - md: concepts/the-rippled-server/ledger-history/online-deletion.ja.md - targets: - - ja - - - md: concepts/the-rippled-server/ledger-history/history-sharding.md - targets: - - en - - - md: concepts/the-rippled-server/ledger-history/history-sharding.ja.md - targets: - - ja - - - md: concepts/the-rippled-server/peer-protocol.md - targets: - - en - - - md: concepts/the-rippled-server/peer-protocol.ja.md - targets: - - ja - - - md: concepts/the-rippled-server/transaction-censorship-detection.md - targets: - - en - - - md: concepts/the-rippled-server/transaction-censorship-detection.ja.md - targets: - - ja - -# Tutorials -------------------------------------------------------------------- - - - name: Tutorials - html: tutorials.html - parent: docs.html - top_nav_grouping: Article Types - template: pagetype-category.html.jinja - blurb: Get step-by-step guidance to perform common tasks with the XRP Ledger. - targets: - - en - - - name: チュートリアル - html: tutorials.html - parent: docs.html - top_nav_grouping: Article Types - template: pagetype-category.html.jinja - blurb: XRP Ledgerで一般的なタスクを実行するためのステップバイステップのガイダンスを紹介します。 - targets: - - ja - - # TODO: translate - - md: tutorials/get-started/get-started.md - targets: - - en - - - name: 使用開始 - html: get-started.html - parent: tutorials.html - template: pagetype-category.html.jinja - blurb: リソースを活用してXRP Ledgerの使用を開始しましょう。 - targets: - - ja - - - md: tutorials/get-started/public-servers.md - targets: - - en - - ja - - - md: tutorials/get-started/get-started-using-python.md - targets: - - en - - ja - - - md: tutorials/get-started/get-started-using-java.md - targets: - - en - - ja - - - md: tutorials/get-started/get-started-using-node-js.md - targets: - - en - - - md: tutorials/get-started/get-started-using-node-js.ja.md - targets: - - ja - - # Redirect for old JS Client Library URL - - name: Get Started Using Node.js - html: get-started-with-rippleapi-for-javascript.html - template: pagetype-redirect.html.jinja - redirect_url: get-started-using-node-js.html - nav_omit: true - targets: - - en - - ja - - - md: tutorials/get-started/get-started-using-http-websocket-apis.md - targets: - - en - - - md: tutorials/get-started/get-started-using-http-websocket-apis.ja.md - targets: - - ja - - # Redirect for old HTTP/WebSocket APIs URL - - name: Get Started Using HTTP / WebSocket APIs - html: get-started-with-the-rippled-api.html - template: pagetype-redirect.html.jinja - redirect_url: get-started-using-http-websocket-apis.html - nav_omit: true - targets: - - en - - ja - - - md: tutorials/get-started/send-xrp.md - targets: - - en - - - md: tutorials/get-started/send-xrp.ja.md - targets: - - ja - - - md: tutorials/get-started/monitor-incoming-payments-with-websocket.md - targets: - - en - - - md: tutorials/get-started/monitor-incoming-payments-with-websocket.ja.md - targets: - - ja - - # Send old "Use Direct XRP Payments" landing to "Get Started" instead - - name: Use Direct XRP Payments - html: use-simple-xrp-payments.html - template: pagetype-redirect.html.jinja - nav_omit: true - redirect_url: get-started.html - targets: - - en - - ja - - # TODO: translate this page name and blurb - - name: Production Readiness - html: production-readiness.html - parent: tutorials.html - template: pagetype-category.html.jinja - blurb: Follow these best practices to build a robust, safe production system for using the XRP Ledger. - targets: - - en - - ja - - - md: tutorials/production-readiness/set-up-secure-signing.md - targets: - - en - - - md: tutorials/production-readiness/set-up-secure-signing.ja.md - targets: - - ja - - - md: tutorials/production-readiness/look-up-transaction-results.md - targets: - - en - - - md: tutorials/production-readiness/look-up-transaction-results.ja.md - targets: - - ja - - - md: tutorials/production-readiness/reliable-transaction-submission.md - targets: - - en - - - md: tutorials/production-readiness/reliable-transaction-submission.ja.md - targets: - - ja - - # Redirect for this page's new home outside of tutorials - - name: Cancel or Skip a Transaction - html: cancel-or-skip-a-transaction.html - template: pagetype-redirect.html.jinja - nav_omit: true - redirect_url: about-canceling-a-transaction.html - targets: - - en - - ja - - - name: Manage Account Settings - html: manage-account-settings.html - parent: tutorials.html - template: pagetype-category.html.jinja - blurb: Set up your XRP Ledger account to send and receive payments the way you want it to. - targets: - - en - - - name: アカウントの設定の利用 - html: manage-account-settings.html - parent: tutorials.html - template: pagetype-category.html.jinja - blurb: 希望する方法で支払いをやり取りできるようにXRP Ledgerアカウントを設定します。 - targets: - - ja - - # TODO: "Get an Account" (DOC-1554) - # blurb: Learn how to generate and fund an XRP Ledger address to create an XRP Ledger account. - - - md: tutorials/manage-account-settings/assign-a-regular-key-pair.md - targets: - - en - - - md: tutorials/manage-account-settings/assign-a-regular-key-pair.ja.md - targets: - - ja - - - md: tutorials/manage-account-settings/change-or-remove-a-regular-key-pair.md - targets: - - en - - - md: tutorials/manage-account-settings/change-or-remove-a-regular-key-pair.ja.md - targets: - - ja - - # TODO: translate this page & blurb - - md: tutorials/manage-account-settings/disable-master-key-pair.md - targets: - - en - - ja - - - md: tutorials/manage-account-settings/set-up-multi-signing.md - targets: - - en - - - md: tutorials/manage-account-settings/set-up-multi-signing.ja.md - targets: - - ja - - - md: tutorials/manage-account-settings/send-a-multi-signed-transaction.md - targets: - - en - - - md: tutorials/manage-account-settings/send-a-multi-signed-transaction.ja.md - targets: - - ja - - - md: tutorials/manage-account-settings/require-destination-tags.md - targets: - - en - - - md: tutorials/manage-account-settings/require-destination-tags.ja.md - targets: - - ja - - - md: tutorials/manage-account-settings/offline-account-setup.md - targets: - - en - - - md: tutorials/manage-account-settings/offline-account-setup.ja.md - targets: - - ja - - - md: tutorials/manage-account-settings/use-tickets.md - targets: - - en - - ja - - # TODO: "Use Deposit Authorization to Block Unwanted Payments" (DOC-1555) - - - name: Use Specialized Payment Types - html: use-specialized-payment-types.html - parent: tutorials.html - template: pagetype-category.html.jinja - blurb: Use advanced features like Escrow and Payment Channels to build smart applications on the XRP Ledger. - targets: - - en - - - name: 専門化した支払いタイプの使用 - html: use-specialized-payment-types.html - parent: tutorials.html - template: pagetype-category.html.jinja - blurb: EscrowやPayment Channelなどの高度な機能を使用して、XRP Ledgerでスマートアプリケーションを構築します。 - targets: - - ja - - # Redirect from old "complex" payment types URL - - name: Use Complex Payment Types - html: use-complex-payment-types.html - template: pagetype-redirect.html.jinja - nav_omit: true - redirect_url: use-specialized-payment-types.html - targets: - - en - - ja - - - name: Use Escrows - html: use-escrows.html - parent: use-specialized-payment-types.html - blurb: The XRP Ledger supports escrows that can be executed only after a certain time has passed or a cryptographic condition has been fulfilled. Escrows can only send XRP, not issued currencies. - template: pagetype-category.html.jinja - targets: - - en - - - name: Escrowの使用 - html: use-escrows.html - parent: use-specialized-payment-types.html - blurb: XRP Ledgerは、一定時間の経過後か暗号条件が満たされた場合にのみ実行されるEscrowをサポートします。Escrowが送金できるのはXRPのみで、発行済み通貨は送金できません。 - template: pagetype-category.html.jinja - targets: - - ja - - - md: tutorials/use-specialized-payment-types/use-escrows/send-a-time-held-escrow.md - targets: - - en - - - md: tutorials/use-specialized-payment-types/use-escrows/send-a-time-held-escrow.ja.md - targets: - - ja - - - md: tutorials/use-specialized-payment-types/use-escrows/send-a-conditionally-held-escrow.md - targets: - - en - - - md: tutorials/use-specialized-payment-types/use-escrows/send-a-conditionally-held-escrow.ja.md - targets: - - ja - - - md: tutorials/use-specialized-payment-types/use-escrows/cancel-an-expired-escrow.md - targets: - - en - - - md: tutorials/use-specialized-payment-types/use-escrows/cancel-an-expired-escrow.ja.md - targets: - - ja - - - md: tutorials/use-specialized-payment-types/use-escrows/look-up-escrows.md - targets: - - en - - - md: tutorials/use-specialized-payment-types/use-escrows/look-up-escrows.ja.md - targets: - - ja - - - md: tutorials/use-specialized-payment-types/use-escrows/use-an-escrow-as-a-smart-contract.md - targets: - - en - - ja - - #TODO: split concept info off of the paychan tutorial - - md: tutorials/use-specialized-payment-types/use-payment-channels.md - targets: - - en - - - md: tutorials/use-specialized-payment-types/use-payment-channels.ja.md - targets: - - ja - - - md: tutorials/use-specialized-payment-types/open-a-payment-channel-to-enable-an-inter-exchange-network.md - targets: - - en - - ja - - - md: tutorials/use-specialized-payment-types/use-checks/use-checks.md - targets: - - en - - - md: tutorials/use-specialized-payment-types/use-checks/use-checks.ja.md - targets: - - ja - - - md: tutorials/use-specialized-payment-types/use-checks/send-a-check.md - targets: - - en - - - md: tutorials/use-specialized-payment-types/use-checks/send-a-check.ja.md - targets: - - ja - - - md: tutorials/use-specialized-payment-types/use-checks/cash-a-check-for-an-exact-amount.md - targets: - - en - - - md: tutorials/use-specialized-payment-types/use-checks/cash-a-check-for-an-exact-amount.ja.md - targets: - - ja - - - md: tutorials/use-specialized-payment-types/use-checks/cash-a-check-for-a-flexible-amount.md - targets: - - en - - - md: tutorials/use-specialized-payment-types/use-checks/cash-a-check-for-a-flexible-amount.ja.md - targets: - - ja - - - md: tutorials/use-specialized-payment-types/use-checks/cancel-a-check.md - targets: - - en - - - md: tutorials/use-specialized-payment-types/use-checks/cancel-a-check.ja.md - targets: - - ja - - - md: tutorials/use-specialized-payment-types/use-checks/look-up-checks-by-sender.md - targets: - - en - - - md: tutorials/use-specialized-payment-types/use-checks/look-up-checks-by-sender.ja.md - targets: - - ja - - - md: tutorials/use-specialized-payment-types/use-checks/look-up-checks-by-recipient.md - targets: - - en - - - md: tutorials/use-specialized-payment-types/use-checks/look-up-checks-by-recipient.ja.md - targets: - - ja - - # TODO: "Send a Cross-Currency Payment" - - # TODO: Set up issuing/operational addresses, monitor changes to balances, - # freeze, enable/disable rippling, set transfer fees, use auth'd trust lines - - - name: XRP Ledger Businesses - html: xrp-ledger-businesses.html - parent: tutorials.html - blurb: This section demonstrates how to follow various best practices for running businesses that interface with the XRP Ledger, such as exchanges listing XRP and gateways issuing currency in the XRP Ledger. - template: pagetype-category.html.jinja - targets: - - en - - - name: XRP Ledgerが利用する会社について - html: xrp-ledger-businesses.html - parent: tutorials.html - blurb: このセクションでは、さまざまなベストプラクティスに従って、XRPを上場する取引所やXRP Ledgerで通貨を発行するゲートウェアなど、XRP Ledgerとインターフェイス接続するビジネスを運営する方法をデモンストレーションします。 - template: pagetype-category.html.jinja - targets: - - ja - - - md: tutorials/xrp-ledger-businesses/list-xrp-as-an-exchange.md - targets: - - en - - - md: tutorials/xrp-ledger-businesses/list-xrp-as-an-exchange.ja.md - targets: - - ja - - - md: tutorials/xrp-ledger-businesses/list-your-exchange-on-xrp-charts.md - targets: - - en - - - md: tutorials/xrp-ledger-businesses/list-your-exchange-on-xrp-charts.ja.md - targets: - - ja - - - md: tutorials/xrp-ledger-businesses/become-an-xrp-ledger-gateway.md - targets: - - en - - ja - - - name: Manage the rippled Server - html: manage-the-rippled-server.html - parent: tutorials.html - blurb: Install, configure, and manage the core server that powers the XRP Ledger. - cta_text: Run rippled - template: pagetype-category.html.jinja - targets: - - en - - - name: rippledサーバの利用 - html: manage-the-rippled-server.html - parent: tutorials.html - blurb: XRP Ledgerをパワーするサーバーをインストール、設定、管理しよう。 - cta_text: インストールしよう - template: pagetype-category.html.jinja - targets: - - ja - - - name: Install rippled - html: install-rippled.html - parent: manage-the-rippled-server.html - top_nav_name: Install & Configure - blurb: Install and update the rippled server. - template: pagetype-category.html.jinja - targets: - - en - - - name: rippledのインストール - html: install-rippled.html - parent: manage-the-rippled-server.html - blurb: rippledサーバーをインストールして更新します。 - template: pagetype-category.html.jinja - targets: - - ja - - - md: tutorials/manage-the-rippled-server/installation/system-requirements.md - targets: - - en - - - md: tutorials/manage-the-rippled-server/installation/system-requirements.ja.md - targets: - - ja - - - md: tutorials/manage-the-rippled-server/installation/install-rippled-on-centos-rhel-with-yum.md - targets: - - en - - - md: tutorials/manage-the-rippled-server/installation/install-rippled-on-centos-rhel-with-yum.ja.md - targets: - - ja - - # Redirect old Alien-based install - - name: Install rippled on Ubuntu with Alien - html: install-rippled-on-ubuntu-with-alien.html - parent: install-rippled.html - template: pagetype-redirect.html.jinja - nav_omit: true - redirect_url: install-rippled-on-ubuntu.html - targets: - - en - - ja - - - md: tutorials/manage-the-rippled-server/installation/install-rippled-on-ubuntu.md - targets: - - en - - - md: tutorials/manage-the-rippled-server/installation/install-rippled-on-ubuntu.ja.md - targets: - - ja - - - name: Update rippled Automatically on CentOS/RHEL - html: update-rippled-automatically-on-centos-rhel.html - template: pagetype-redirect.html.jinja - nav_omit: true - redirect_url: update-rippled-automatically-on-linux.html - targets: - - en - - ja - - - md: tutorials/manage-the-rippled-server/installation/update-rippled-automatically-on-linux.md - targets: - - en - - - md: tutorials/manage-the-rippled-server/installation/update-rippled-automatically-on-linux.ja.md - targets: - - ja - - - md: tutorials/manage-the-rippled-server/installation/update-rippled-manually-on-centos-rhel.md - targets: - - en - - - md: tutorials/manage-the-rippled-server/installation/update-rippled-manually-on-centos-rhel.ja.md - targets: - - ja - - - md: tutorials/manage-the-rippled-server/installation/update-rippled-manually-on-ubuntu.md - targets: - - en - - - md: tutorials/manage-the-rippled-server/installation/update-rippled-manually-on-ubuntu.ja.md - targets: - - ja - - - md: tutorials/manage-the-rippled-server/installation/build-run-rippled-ubuntu.md - targets: - - en - - - md: tutorials/manage-the-rippled-server/installation/build-run-rippled-ubuntu.ja.md - targets: - - ja - - - md: tutorials/manage-the-rippled-server/installation/build-run-rippled-macos.md - targets: - - en - - - md: tutorials/manage-the-rippled-server/installation/build-run-rippled-macos.ja.md - targets: - - ja - - - md: tutorials/manage-the-rippled-server/installation/capacity-planning.md - targets: - - en - - - md: tutorials/manage-the-rippled-server/installation/capacity-planning.ja.md - targets: - - ja - - - md: tutorials/manage-the-rippled-server/installation/rippled-1-3-migration-instructions.md - targets: - - en - - - md: tutorials/manage-the-rippled-server/installation/rippled-1-3-migration-instructions.ja.md - targets: - - ja - - - name: Configure rippled - html: configure-rippled.html - parent: manage-the-rippled-server.html - blurb: Customize your rippled server configuration. - template: pagetype-category.html.jinja - targets: - - en - - - name: rippledの設定 - html: configure-rippled.html - parent: manage-the-rippled-server.html - blurb: rippledサーバーの構成をカスタマイズします。 - template: pagetype-category.html.jinja - targets: - - ja - - - md: tutorials/manage-the-rippled-server/configuration/run-rippled-as-a-validator.md - targets: - - en - - - md: tutorials/manage-the-rippled-server/configuration/run-rippled-as-a-validator.ja.md - targets: - - ja - - # TODO: translate this page & blurb - - md: tutorials/manage-the-rippled-server/configuration/run-rippled-as-a-wallet-server.md - targets: - - en - - ja - - # TODO: translate this page & blurb - - md: tutorials/manage-the-rippled-server/configuration/configure-amendment-voting.md - targets: - - en - - ja - - # TODO: translate this page & blurb - - md: tutorials/manage-the-rippled-server/configuration/configure-statsd.md - targets: - - en - - ja - - - md: tutorials/manage-the-rippled-server/configuration/connect-your-rippled-to-the-xrp-test-net.md - targets: - - en - - - md: tutorials/manage-the-rippled-server/configuration/connect-your-rippled-to-the-xrp-test-net.ja.md - targets: - - ja - - - md: tutorials/manage-the-rippled-server/configuration/configure-online-deletion.md - targets: - - en - - - md: tutorials/manage-the-rippled-server/configuration/configure-online-deletion.ja.md - targets: - - ja - - - md: tutorials/manage-the-rippled-server/configuration/configure-advisory-deletion.md - targets: - - en - - - md: tutorials/manage-the-rippled-server/configuration/configure-advisory-deletion.ja.md - targets: - - ja - - - md: tutorials/manage-the-rippled-server/configuration/configure-history-sharding.md - targets: - - en - - - md: tutorials/manage-the-rippled-server/configuration/configure-history-sharding.ja.md - targets: - - ja - - - md: tutorials/manage-the-rippled-server/configuration/configure-full-history.md - targets: - - en - - - md: tutorials/manage-the-rippled-server/configuration/configure-full-history.ja.md - targets: - - ja - - # TODO: translate page - - md: tutorials/manage-the-rippled-server/configuration/configure-grpc.md - targets: - - en - - ja - - - md: tutorials/manage-the-rippled-server/configuration/enable-public-signing.md - targets: - - en - - - md: tutorials/manage-the-rippled-server/configuration/enable-public-signing.ja.md - targets: - - ja - - - md: tutorials/manage-the-rippled-server/configure-peering/configure-peering.md - targets: - - en - - - md: tutorials/manage-the-rippled-server/configure-peering/configure-peering.ja.md - targets: - - ja - - - md: tutorials/manage-the-rippled-server/configure-peering/cluster-rippled-servers.md - targets: - - en - - - md: tutorials/manage-the-rippled-server/configure-peering/cluster-rippled-servers.ja.md - targets: - - ja - - - md: tutorials/manage-the-rippled-server/configure-peering/configure-a-private-server.md - targets: - - en - - - md: tutorials/manage-the-rippled-server/configure-peering/configure-a-private-server.ja.md - targets: - - ja - - - md: tutorials/manage-the-rippled-server/configure-peering/configure-the-peer-crawler.md - targets: - - en - - # TODO: translate this page. # For now we just have a translated blurb. - - md: tutorials/manage-the-rippled-server/configure-peering/configure-the-peer-crawler.md - blurb: rippledサーバーがステータスとピアについてどの程度の情報を公表するか設定します。 - untranslated_warning: true - targets: - - ja - - # TODO: translate this page - - md: tutorials/manage-the-rippled-server/configure-peering/enable-link-compression.md - targets: - - en - - ja - - - md: tutorials/manage-the-rippled-server/configure-peering/forward-ports-for-peering.md - targets: - - en - - - md: tutorials/manage-the-rippled-server/configure-peering/forward-ports-for-peering.ja.md - targets: - - ja - - - md: tutorials/manage-the-rippled-server/configure-peering/manually-connect-to-a-specific-peer.md - targets: - - en - - - md: tutorials/manage-the-rippled-server/configure-peering/manually-connect-to-a-specific-peer.ja.md - targets: - - ja - - - md: tutorials/manage-the-rippled-server/configure-peering/set-max-number-of-peers.md - targets: - - en - - - md: tutorials/manage-the-rippled-server/configure-peering/set-max-number-of-peers.ja.md - targets: - - ja - - - md: tutorials/manage-the-rippled-server/configure-peering/use-a-peer-reservation.md - targets: - - en - - - md: tutorials/manage-the-rippled-server/configure-peering/use-a-peer-reservation.ja.md - targets: - - ja - - - name: Test rippled Functionality in Stand-Alone Mode - html: use-stand-alone-mode.html - parent: manage-the-rippled-server.html - blurb: For new features and experiments, you can use Stand-Alone Mode to test features with a full network. - template: pagetype-category.html.jinja - targets: - - en - - - name: スタンドアロンモードでrippledをテスト - html: use-stand-alone-mode.html - parent: manage-the-rippled-server.html - blurb: 新機能や実験用に、スタンドアロンモードを使用してフルネットワークで機能をテストできます。 - template: pagetype-category.html.jinja - targets: - - ja - - - md: tutorials/manage-the-rippled-server/stand-alone-mode/start-a-new-genesis-ledger-in-stand-alone-mode.md - targets: - - en - - - md: tutorials/manage-the-rippled-server/stand-alone-mode/start-a-new-genesis-ledger-in-stand-alone-mode.ja.md - targets: - - ja - - - md: tutorials/manage-the-rippled-server/stand-alone-mode/load-a-saved-ledger-in-stand-alone-mode.md - targets: - - en - - - md: tutorials/manage-the-rippled-server/stand-alone-mode/load-a-saved-ledger-in-stand-alone-mode.ja.md - targets: - - ja - - - md: tutorials/manage-the-rippled-server/stand-alone-mode/advance-the-ledger-in-stand-alone-mode.md - targets: - - en - - - md: tutorials/manage-the-rippled-server/stand-alone-mode/advance-the-ledger-in-stand-alone-mode.ja.md - targets: - - ja - - - name: Troubleshoot the rippled server - html: troubleshoot-the-rippled-server.html - parent: manage-the-rippled-server.html - blurb: Troubleshoot all kinds of problems with the rippled server. - template: pagetype-category.html.jinja - targets: - - en - - - name: rippledのトラブルシューティング - html: troubleshoot-the-rippled-server.html - parent: manage-the-rippled-server.html - blurb: rippledサーバーのあらゆる種類の問題をトラブルシューティングします。 - template: pagetype-category.html.jinja - targets: - - ja - - - md: tutorials/manage-the-rippled-server/troubleshooting/diagnosing-problems.md - targets: - - en - - - md: tutorials/manage-the-rippled-server/troubleshooting/diagnosing-problems.ja.md - targets: - - ja - - # TODO: translate page and blurb - - md: tutorials/manage-the-rippled-server/troubleshooting/health-check-interventions.md - targets: - - en - - ja - - - md: tutorials/manage-the-rippled-server/troubleshooting/understanding-log-messages.md - targets: - - en - - - md: tutorials/manage-the-rippled-server/troubleshooting/understanding-log-messages.ja.md - targets: - - ja - - - md: tutorials/manage-the-rippled-server/troubleshooting/server-doesnt-sync.md - targets: - - en - - #TODO: translate the blurb in this page's frontmatter - - md: tutorials/manage-the-rippled-server/troubleshooting/server-doesnt-sync.ja.md - targets: - - ja - - - md: tutorials/manage-the-rippled-server/troubleshooting/server-wont-start.md - targets: - - en - - - md: tutorials/manage-the-rippled-server/troubleshooting/server-wont-start.ja.md - targets: - - ja - - - md: tutorials/manage-the-rippled-server/troubleshooting/fix-sqlite-tx-db-page-size-issue.md - targets: - - en - - - md: tutorials/manage-the-rippled-server/troubleshooting/fix-sqlite-tx-db-page-size-issue.ja.md - targets: - - ja - -# References ------------------------------------------------------------------- - - - name: References - longer_name: API References - template: page-references.html.jinja - html: references.html - parent: docs.html - top_nav_grouping: Article Types - sidebar: disabled - blurb: Complete references for different interfaces to the XRP Ledger. - targets: - - en - - - name: リファレンス - longer_name: API リファレンス - template: page-references.html.jinja - html: references.html - parent: docs.html - top_nav_grouping: Article Types - sidebar: disabled - blurb: XRP Ledgerへのさまざまなインターフェイスの包括的なリファレンスです。 - targets: - - ja - - - - name: XRP Ledger Protocol Reference - html: protocol-reference.html - parent: references.html - template: pagetype-category.html.jinja - blurb: Features and rules of the XRP Ledger protocol, regardless of how you access it. - targets: - - en - - ja - - - md: references/protocol-reference/basic-data-types.md - targets: - - en - - - md: references/protocol-reference/basic-data-types.ja.md - targets: - - ja - - - md: references/protocol-reference/base58-encodings.md - targets: - - en - - - md: references/protocol-reference/base58-encodings.ja.md - targets: - - ja - - - md: references/protocol-reference/currency-formats.md - targets: - - en - - - md: references/protocol-reference/currency-formats.ja.md - targets: - - ja - - - md: references/protocol-reference/ledger-data/ledger-data-formats.md - targets: - - en - - - md: references/protocol-reference/ledger-data/ledger-data-formats.ja.md - targets: - - ja - - - md: references/protocol-reference/ledger-data/ledger-header.md - targets: - - en - - - md: references/protocol-reference/ledger-data/ledger-header.ja.md - targets: - - ja - - - md: references/protocol-reference/ledger-data/ledger-object-ids.md - targets: - - en - - - md: references/protocol-reference/ledger-data/ledger-object-ids.ja.md - targets: - - ja - - - md: references/protocol-reference/ledger-data/ledger-object-types/ledger-object-types.md - targets: - - en - - - md: references/protocol-reference/ledger-data/ledger-object-types/ledger-object-types.ja.md - targets: - - ja - - - md: references/protocol-reference/ledger-data/ledger-object-types/accountroot.md - targets: - - en - - - md: references/protocol-reference/ledger-data/ledger-object-types/accountroot.ja.md - targets: - - ja - - - md: references/protocol-reference/ledger-data/ledger-object-types/amendments.md - targets: - - en - - - md: references/protocol-reference/ledger-data/ledger-object-types/amendments.ja.md - targets: - - ja - - - md: references/protocol-reference/ledger-data/ledger-object-types/check.md - targets: - - en - - - md: references/protocol-reference/ledger-data/ledger-object-types/check.ja.md - targets: - - ja - - - md: references/protocol-reference/ledger-data/ledger-object-types/depositpreauth.md - targets: - - en - - - md: references/protocol-reference/ledger-data/ledger-object-types/depositpreauth.ja.md - targets: - - ja +# - name: Concepts +# html: concepts.html +# parent: docs.html +# top_nav_grouping: Article Types +# template: pagetype-category.html.jinja +# blurb: Learn the "what" and "why" behind fundamental aspects of the XRP Ledger. +# targets: +# - en + +# - name: コンセプト +# html: concepts.html +# parent: docs.html +# top_nav_grouping: Article Types +# template: pagetype-category.html.jinja +# blurb: XRP Ledgerの基本的な部分の背景に「何があるか」、「なぜなのか」を学びましょう。 +# targets: +# - ja + +# - name: Introduction +# html: introduction.html +# parent: concepts.html +# template: pagetype-category.html.jinja +# blurb: Learn the "what" and "why" of the XRP Ledger. +# targets: +# - en + +# - name: 基本 +# html: introduction.html +# parent: concepts.html +# template: pagetype-category.html.jinja +# blurb: XRP Ledgerとは「何なのか」、「なぜなのか」を学びましょう。 +# targets: +# - ja + +# # Supplanted by the new xrp-ledger-overview.html landing page. +# # TODO: fully remove. +# # - md: concepts/introduction/xrp-ledger-overview.md +# # targets: +# # - en +# # +# # - md: concepts/introduction/xrp-ledger-overview.ja.md +# # targets: +# # - ja + +# - md: concepts/introduction/intro-to-consensus.md +# targets: +# - en + +# - md: concepts/introduction/intro-to-consensus.ja.md +# targets: +# - ja + +# - md: concepts/introduction/xrp.md +# targets: +# - en + +# - md: concepts/introduction/xrp.ja.md +# targets: +# - ja + +# - md: concepts/introduction/software-ecosystem.md +# targets: +# - en + +# - md: concepts/introduction/software-ecosystem.ja.md +# targets: +# - ja + +# - md: concepts/introduction/technical-faq.md +# targets: +# - en + +# - md: concepts/introduction/technical-faq.ja.md +# targets: +# - ja + +# - name: Payment System Basics +# html: payment-system-basics.html +# parent: concepts.html +# template: pagetype-category.html.jinja +# blurb: One of the primary purposes of the XRP Ledger is payment processing. Learn more about key concepts that will help you understand the XRP Ledger payment system. +# targets: +# - en + +# - name: 支払いシステムの基本 +# html: payment-system-basics.html +# parent: concepts.html +# template: pagetype-category.html.jinja +# blurb: XRP Ledgerの主な狙いは決済処理です。主要なコンセプトを詳しく学んで、XRP Ledgerの決済システムの理解を深めましょう。 +# targets: +# - ja + +# - md: concepts/payment-system-basics/accounts/accounts.md +# targets: +# - en + +# - md: concepts/payment-system-basics/accounts/accounts.ja.md +# targets: +# - ja + +# - md: concepts/payment-system-basics/accounts/cryptographic-keys.md +# targets: +# - en + +# - md: concepts/payment-system-basics/accounts/cryptographic-keys.ja.md +# targets: +# - ja + +# - md: concepts/payment-system-basics/accounts/multi-signing.md +# targets: +# - en + +# - md: concepts/payment-system-basics/accounts/multi-signing.ja.md +# targets: +# - ja + +# - md: concepts/payment-system-basics/accounts/reserves.md +# targets: +# - en + +# - md: concepts/payment-system-basics/accounts/reserves.ja.md +# targets: +# - ja + +# - md: concepts/payment-system-basics/accounts/tickets.md +# targets: +# - en +# - ja + +# - md: concepts/payment-system-basics/accounts/depositauth.md +# targets: +# - en + +# - md: concepts/payment-system-basics/accounts/depositauth.ja.md +# targets: +# - ja + +# - md: concepts/payment-system-basics/fees.md +# targets: +# - en + +# - md: concepts/payment-system-basics/fees.ja.md +# targets: +# - ja + +# - md: concepts/payment-system-basics/ledgers.md +# targets: +# - en + +# # TODO: translation needs to be updated based on ledgers.md +# - md: concepts/payment-system-basics/ledgers.ja.md +# targets: +# - ja + +# - md: concepts/payment-system-basics/transaction-basics/transaction-basics.md +# targets: +# - en + +# - md: concepts/payment-system-basics/transaction-basics/transaction-basics.ja.md +# targets: +# - ja + +# - md: concepts/payment-system-basics/transaction-basics/transaction-cost.md +# targets: +# - en + +# - md: concepts/payment-system-basics/transaction-basics/transaction-cost.ja.md +# targets: +# - ja + +# - md: concepts/payment-system-basics/transaction-basics/finality-of-results.md +# targets: +# - en + +# - md: concepts/payment-system-basics/transaction-basics/finality-of-results.ja.md +# targets: +# - ja + +# - md: concepts/payment-system-basics/transaction-basics/source-and-destination-tags.md +# targets: +# - en + +# # TODO: Somehow this page's blurb got translated into Japanese but the page itself wasn't? +# # For now we overwrite the blurb but use the page otherwise as-is. +# - md: concepts/payment-system-basics/transaction-basics/source-and-destination-tags.md +# blurb: 多目的アドレスとの間で支払いのやり取りをする具体的な目的を示すためにソースタグと宛先タグを使用します。 +# untranslated_warning: true +# targets: +# - ja + +# - name: Payment Types +# html: payment-types.html +# parent: concepts.html +# template: pagetype-category.html.jinja +# blurb: The XRP Ledger supports point-to-point XRP payments alongside other, more specialized payment types. +# targets: +# - en + +# - name: 支払いのタイプ +# html: payment-types.html +# parent: concepts.html +# template: pagetype-category.html.jinja +# blurb: XRP LedgerはポイントツーポイントのXRPペイメントのほかに、より専門化した支払いタイプをサポートしています。 +# targets: +# - ja + +# # Redirect from the old landing name/URL +# - name: Complex Payment Types +# html: complex-payment-types.html +# template: pagetype-redirect.html.jinja +# nav_omit: true +# redirect_url: payment-types.html +# targets: +# - en +# - ja + +# - md: concepts/payment-types/direct-xrp-payments.md +# targets: +# - en + +# - md: concepts/payment-types/direct-xrp-payments.ja.md +# targets: +# - ja + +# - md: concepts/payment-types/cross-currency-payments.md +# targets: +# - en + +# - md: concepts/payment-types/cross-currency-payments.ja.md +# targets: +# - ja + +# - md: concepts/payment-types/checks.md +# targets: +# - en + +# - md: concepts/payment-types/checks.ja.md +# targets: +# - ja + +# - md: concepts/payment-types/escrow.md +# targets: +# - en + +# - md: concepts/payment-types/escrow.ja.md +# targets: +# - ja + +# - md: concepts/payment-types/partial-payments.md +# targets: +# - en + +# - md: concepts/payment-types/partial-payments.ja.md +# targets: +# - ja + +# - md: concepts/payment-types/payment-channels.md +# targets: +# - en + +# - md: concepts/payment-types/payment-channels.ja.md +# targets: +# - ja + +# - name: Issued Currencies +# html: issued-currencies.html +# parent: concepts.html +# template: pagetype-category.html.jinja +# blurb: All currencies other than XRP can be represented in the XRP Ledger as issued currencies. Learn more about how issued currencies function in the XRP Ledger. +# targets: +# - en + +# - name: 発行済み通貨 +# html: issued-currencies.html +# parent: concepts.html +# template: pagetype-category.html.jinja +# blurb: XRP Ledgerでは、XRP以外の通貨はすべて発行済み通貨とされます。XRP Ledgerで発行済み通貨がどのように機能するか説明します。 +# targets: +# - ja + +# - md: concepts/issued-currencies/issued-currencies-overview.md +# targets: +# - en + +# - md: concepts/issued-currencies/issued-currencies-overview.ja.md +# targets: +# - ja + +# - md: concepts/issued-currencies/trust-lines-and-issuing.md +# targets: +# - en + +# - md: concepts/issued-currencies/trust-lines-and-issuing.ja.md +# targets: +# - ja + +# - md: concepts/issued-currencies/authorized-trust-lines.md +# targets: +# - en + +# - md: concepts/issued-currencies/authorized-trust-lines.ja.md +# targets: +# - ja + +# - md: concepts/issued-currencies/freezes.md +# targets: +# - en + +# - md: concepts/issued-currencies/freezes.ja.md +# targets: +# - ja + +# - md: concepts/issued-currencies/rippling.md +# targets: +# - en + +# - md: concepts/issued-currencies/rippling.ja.md +# targets: +# - ja + +# - md: concepts/issued-currencies/transfer-fees.md +# targets: +# - en + +# - md: concepts/issued-currencies/transfer-fees.ja.md +# targets: +# - ja + +# - md: concepts/issued-currencies/issuing-and-operational-addresses.md +# targets: +# - en + +# - md: concepts/issued-currencies/issuing-and-operational-addresses.ja.md +# targets: +# - ja + +# - md: concepts/issued-currencies/paths.md +# targets: +# - en + +# - md: concepts/issued-currencies/paths.ja.md +# targets: +# - ja + +# - md: concepts/issued-currencies/demurrage.md +# targets: +# - en +# - ja + +# - name: Decentralized Exchange +# html: decentralized-exchange.html +# parent: concepts.html +# template: pagetype-category.html.jinja +# blurb: The XRP Ledger contains a fully-functional exchange where users can trade issued currencies for XRP or each other. +# targets: +# - en + +# - name: 分散型取引所 +# html: decentralized-exchange.html +# parent: concepts.html +# template: pagetype-category.html.jinja +# blurb: XRP Ledgerには多機能な取引所が含まれており、この取引所を利用してユーザーは発行済み通貨をXRPに、あるいはXRPを発行済み通貨に交換できます。 +# targets: +# - ja + +# - md: concepts/decentralized-exchange/offers.md +# targets: +# - en + +# - md: concepts/decentralized-exchange/offers.ja.md +# targets: +# - ja + +# - md: concepts/decentralized-exchange/autobridging.md +# targets: +# - en + +# - md: concepts/decentralized-exchange/autobridging.ja.md +# targets: +# - ja + +# - md: concepts/decentralized-exchange/ticksize.md +# targets: +# - en + +# - md: concepts/decentralized-exchange/ticksize.ja.md +# targets: +# - ja + +# - name: Consensus Network +# html: consensus-network.html +# parent: concepts.html +# template: pagetype-category.html.jinja +# blurb: The XRP Ledger uses a consensus algorithm to resolve the double spend problem and choose which transactions to execute in which order. Consensus also governs rules of transaction processing. +# targets: +# - en + +# - name: コンセンサスネットワーク +# html: consensus-network.html +# parent: concepts.html +# template: pagetype-category.html.jinja +# blurb: XRP Ledgerはコンセンサスアルゴリズムを使用して、二重支払いの問題を解決し、どのトランザクションをどのような順番で実行するか選択します。コンセンサスは、トランザクション処理のルールを左右します。 +# targets: +# - ja + +# - md: concepts/consensus-network/consensus.md +# targets: +# - en + +# - md: concepts/consensus-network/consensus.ja.md +# targets: +# - ja + +# - md: concepts/consensus-network/consensus-principles-and-rules.md +# targets: +# - en + +# - md: concepts/consensus-network/consensus-principles-and-rules.ja.md +# targets: +# - ja + +# - md: concepts/consensus-network/consensus-protections.md +# targets: +# - en + +# - md: concepts/consensus-network/consensus-protections.ja.md +# targets: +# - ja + +# # TODO: translate this page and blurb +# - md: concepts/consensus-network/invariant-checking.md +# targets: +# - en +# - ja + +# # TODO: translate this page and blurb +# - md: concepts/consensus-network/negative-unl.md +# targets: +# - en +# - ja + +# - md: concepts/consensus-network/transaction-queue.md +# targets: +# - en + +# - md: concepts/consensus-network/transaction-queue.ja.md +# targets: +# - ja + +# - md: concepts/consensus-network/about-canceling-a-transaction.md +# targets: +# - en + +# - md: concepts/consensus-network/about-canceling-a-transaction.ja.md +# targets: +# - ja + +# - md: concepts/consensus-network/transaction-malleability.md +# targets: +# - en + +# - md: concepts/consensus-network/transaction-malleability.ja.md +# targets: +# - ja + +# - md: concepts/consensus-network/amendments/amendments.md +# targets: +# - en + +# - md: concepts/consensus-network/amendments/amendments.ja.md +# targets: +# - ja + +# - md: concepts/consensus-network/amendments/known-amendments.md +# targets: +# - en + +# - md: concepts/consensus-network/amendments/known-amendments.ja.md +# targets: +# - ja + +# - md: concepts/consensus-network/fee-voting.md +# targets: +# - en + +# - md: concepts/consensus-network/fee-voting.ja.md +# targets: +# - ja + +# - md: concepts/consensus-network/consensus-research.md +# targets: +# - en + +# - md: concepts/consensus-network/consensus-research.ja.md +# targets: +# - ja + +# # TODO: add pseudo-transactions concept page + +# - md: concepts/consensus-network/parallel-networks.md +# targets: +# - en + +# - md: concepts/consensus-network/parallel-networks.ja.md +# targets: +# - ja + +# - md: concepts/the-rippled-server/the-rippled-server.md +# targets: +# - en + +# - name: rippledサーバー +# html: the-rippled-server.html +# parent: concepts.html +# template: pagetype-category.html.jinja +# blurb: rippledは、XRP Ledgerを管理するコアのピアツーピアサーバーです。このセクションではコンセプトについて説明します。XRP Ledgerの基本的な部分の背景に「何があるか」、「なぜなのか」を学ぶことができます。 +# targets: +# - ja + +# - md: concepts/the-rippled-server/rippled-server-modes.md +# targets: +# - en + +# - md: concepts/the-rippled-server/rippled-server-modes.ja.md +# targets: +# - ja + +# - md: concepts/the-rippled-server/clustering.md +# targets: +# - en + +# - md: concepts/the-rippled-server/clustering.ja.md +# targets: +# - ja + +# - md: concepts/the-rippled-server/ledger-history/ledger-history.md +# targets: +# - en + +# - md: concepts/the-rippled-server/ledger-history/ledger-history.ja.md +# targets: +# - ja + +# - md: concepts/the-rippled-server/ledger-history/online-deletion.md +# targets: +# - en + +# - md: concepts/the-rippled-server/ledger-history/online-deletion.ja.md +# targets: +# - ja + +# - md: concepts/the-rippled-server/ledger-history/history-sharding.md +# targets: +# - en + +# - md: concepts/the-rippled-server/ledger-history/history-sharding.ja.md +# targets: +# - ja + +# - md: concepts/the-rippled-server/peer-protocol.md +# targets: +# - en + +# - md: concepts/the-rippled-server/peer-protocol.ja.md +# targets: +# - ja + +# - md: concepts/the-rippled-server/transaction-censorship-detection.md +# targets: +# - en + +# - md: concepts/the-rippled-server/transaction-censorship-detection.ja.md +# targets: +# - ja + +# # Tutorials -------------------------------------------------------------------- + +# - name: Tutorials +# html: tutorials.html +# parent: docs.html +# top_nav_grouping: Article Types +# template: pagetype-category.html.jinja +# blurb: Get step-by-step guidance to perform common tasks with the XRP Ledger. +# targets: +# - en + +# - name: チュートリアル +# html: tutorials.html +# parent: docs.html +# top_nav_grouping: Article Types +# template: pagetype-category.html.jinja +# blurb: XRP Ledgerで一般的なタスクを実行するためのステップバイステップのガイダンスを紹介します。 +# targets: +# - ja + +# # TODO: translate +# - md: tutorials/get-started/get-started.md +# targets: +# - en + +# - name: 使用開始 +# html: get-started.html +# parent: tutorials.html +# template: pagetype-category.html.jinja +# blurb: リソースを活用してXRP Ledgerの使用を開始しましょう。 +# targets: +# - ja + +# - md: tutorials/get-started/public-servers.md +# targets: +# - en +# - ja + +# - md: tutorials/get-started/get-started-using-python.md +# targets: +# - en +# - ja + +# - md: tutorials/get-started/get-started-using-java.md +# targets: +# - en +# - ja + +# - md: tutorials/get-started/get-started-using-node-js.md +# targets: +# - en + +# - md: tutorials/get-started/get-started-using-node-js.ja.md +# targets: +# - ja + +# # Redirect for old JS Client Library URL +# - name: Get Started Using Node.js +# html: get-started-with-rippleapi-for-javascript.html +# template: pagetype-redirect.html.jinja +# redirect_url: get-started-using-node-js.html +# nav_omit: true +# targets: +# - en +# - ja + +# - md: tutorials/get-started/get-started-using-http-websocket-apis.md +# targets: +# - en + +# - md: tutorials/get-started/get-started-using-http-websocket-apis.ja.md +# targets: +# - ja + +# # Redirect for old HTTP/WebSocket APIs URL +# - name: Get Started Using HTTP / WebSocket APIs +# html: get-started-with-the-rippled-api.html +# template: pagetype-redirect.html.jinja +# redirect_url: get-started-using-http-websocket-apis.html +# nav_omit: true +# targets: +# - en +# - ja + +# - md: tutorials/get-started/send-xrp.md +# targets: +# - en + +# - md: tutorials/get-started/send-xrp.ja.md +# targets: +# - ja + +# - md: tutorials/get-started/monitor-incoming-payments-with-websocket.md +# targets: +# - en + +# - md: tutorials/get-started/monitor-incoming-payments-with-websocket.ja.md +# targets: +# - ja + +# # Send old "Use Direct XRP Payments" landing to "Get Started" instead +# - name: Use Direct XRP Payments +# html: use-simple-xrp-payments.html +# template: pagetype-redirect.html.jinja +# nav_omit: true +# redirect_url: get-started.html +# targets: +# - en +# - ja + +# # TODO: translate this page name and blurb +# - name: Production Readiness +# html: production-readiness.html +# parent: tutorials.html +# template: pagetype-category.html.jinja +# blurb: Follow these best practices to build a robust, safe production system for using the XRP Ledger. +# targets: +# - en +# - ja + +# - md: tutorials/production-readiness/set-up-secure-signing.md +# targets: +# - en + +# - md: tutorials/production-readiness/set-up-secure-signing.ja.md +# targets: +# - ja + +# - md: tutorials/production-readiness/look-up-transaction-results.md +# targets: +# - en + +# - md: tutorials/production-readiness/look-up-transaction-results.ja.md +# targets: +# - ja + +# - md: tutorials/production-readiness/reliable-transaction-submission.md +# targets: +# - en + +# - md: tutorials/production-readiness/reliable-transaction-submission.ja.md +# targets: +# - ja + +# # Redirect for this page's new home outside of tutorials +# - name: Cancel or Skip a Transaction +# html: cancel-or-skip-a-transaction.html +# template: pagetype-redirect.html.jinja +# nav_omit: true +# redirect_url: about-canceling-a-transaction.html +# targets: +# - en +# - ja + +# - name: Manage Account Settings +# html: manage-account-settings.html +# parent: tutorials.html +# template: pagetype-category.html.jinja +# blurb: Set up your XRP Ledger account to send and receive payments the way you want it to. +# targets: +# - en + +# - name: アカウントの設定の利用 +# html: manage-account-settings.html +# parent: tutorials.html +# template: pagetype-category.html.jinja +# blurb: 希望する方法で支払いをやり取りできるようにXRP Ledgerアカウントを設定します。 +# targets: +# - ja + +# # TODO: "Get an Account" (DOC-1554) +# # blurb: Learn how to generate and fund an XRP Ledger address to create an XRP Ledger account. + +# - md: tutorials/manage-account-settings/assign-a-regular-key-pair.md +# targets: +# - en + +# - md: tutorials/manage-account-settings/assign-a-regular-key-pair.ja.md +# targets: +# - ja + +# - md: tutorials/manage-account-settings/change-or-remove-a-regular-key-pair.md +# targets: +# - en + +# - md: tutorials/manage-account-settings/change-or-remove-a-regular-key-pair.ja.md +# targets: +# - ja + +# # TODO: translate this page & blurb +# - md: tutorials/manage-account-settings/disable-master-key-pair.md +# targets: +# - en +# - ja + +# - md: tutorials/manage-account-settings/set-up-multi-signing.md +# targets: +# - en + +# - md: tutorials/manage-account-settings/set-up-multi-signing.ja.md +# targets: +# - ja + +# - md: tutorials/manage-account-settings/send-a-multi-signed-transaction.md +# targets: +# - en + +# - md: tutorials/manage-account-settings/send-a-multi-signed-transaction.ja.md +# targets: +# - ja + +# - md: tutorials/manage-account-settings/require-destination-tags.md +# targets: +# - en + +# - md: tutorials/manage-account-settings/require-destination-tags.ja.md +# targets: +# - ja + +# - md: tutorials/manage-account-settings/offline-account-setup.md +# targets: +# - en + +# - md: tutorials/manage-account-settings/offline-account-setup.ja.md +# targets: +# - ja + +# - md: tutorials/manage-account-settings/use-tickets.md +# targets: +# - en +# - ja + +# # TODO: "Use Deposit Authorization to Block Unwanted Payments" (DOC-1555) + +# - name: Use Specialized Payment Types +# html: use-specialized-payment-types.html +# parent: tutorials.html +# template: pagetype-category.html.jinja +# blurb: Use advanced features like Escrow and Payment Channels to build smart applications on the XRP Ledger. +# targets: +# - en + +# - name: 専門化した支払いタイプの使用 +# html: use-specialized-payment-types.html +# parent: tutorials.html +# template: pagetype-category.html.jinja +# blurb: EscrowやPayment Channelなどの高度な機能を使用して、XRP Ledgerでスマートアプリケーションを構築します。 +# targets: +# - ja + +# # Redirect from old "complex" payment types URL +# - name: Use Complex Payment Types +# html: use-complex-payment-types.html +# template: pagetype-redirect.html.jinja +# nav_omit: true +# redirect_url: use-specialized-payment-types.html +# targets: +# - en +# - ja + +# - name: Use Escrows +# html: use-escrows.html +# parent: use-specialized-payment-types.html +# blurb: The XRP Ledger supports escrows that can be executed only after a certain time has passed or a cryptographic condition has been fulfilled. Escrows can only send XRP, not issued currencies. +# template: pagetype-category.html.jinja +# targets: +# - en + +# - name: Escrowの使用 +# html: use-escrows.html +# parent: use-specialized-payment-types.html +# blurb: XRP Ledgerは、一定時間の経過後か暗号条件が満たされた場合にのみ実行されるEscrowをサポートします。Escrowが送金できるのはXRPのみで、発行済み通貨は送金できません。 +# template: pagetype-category.html.jinja +# targets: +# - ja + +# - md: tutorials/use-specialized-payment-types/use-escrows/send-a-time-held-escrow.md +# targets: +# - en + +# - md: tutorials/use-specialized-payment-types/use-escrows/send-a-time-held-escrow.ja.md +# targets: +# - ja + +# - md: tutorials/use-specialized-payment-types/use-escrows/send-a-conditionally-held-escrow.md +# targets: +# - en + +# - md: tutorials/use-specialized-payment-types/use-escrows/send-a-conditionally-held-escrow.ja.md +# targets: +# - ja + +# - md: tutorials/use-specialized-payment-types/use-escrows/cancel-an-expired-escrow.md +# targets: +# - en + +# - md: tutorials/use-specialized-payment-types/use-escrows/cancel-an-expired-escrow.ja.md +# targets: +# - ja + +# - md: tutorials/use-specialized-payment-types/use-escrows/look-up-escrows.md +# targets: +# - en + +# - md: tutorials/use-specialized-payment-types/use-escrows/look-up-escrows.ja.md +# targets: +# - ja + +# - md: tutorials/use-specialized-payment-types/use-escrows/use-an-escrow-as-a-smart-contract.md +# targets: +# - en +# - ja + +# #TODO: split concept info off of the paychan tutorial +# - md: tutorials/use-specialized-payment-types/use-payment-channels.md +# targets: +# - en + +# - md: tutorials/use-specialized-payment-types/use-payment-channels.ja.md +# targets: +# - ja + +# - md: tutorials/use-specialized-payment-types/open-a-payment-channel-to-enable-an-inter-exchange-network.md +# targets: +# - en +# - ja + +# - md: tutorials/use-specialized-payment-types/use-checks/use-checks.md +# targets: +# - en + +# - md: tutorials/use-specialized-payment-types/use-checks/use-checks.ja.md +# targets: +# - ja + +# - md: tutorials/use-specialized-payment-types/use-checks/send-a-check.md +# targets: +# - en + +# - md: tutorials/use-specialized-payment-types/use-checks/send-a-check.ja.md +# targets: +# - ja + +# - md: tutorials/use-specialized-payment-types/use-checks/cash-a-check-for-an-exact-amount.md +# targets: +# - en + +# - md: tutorials/use-specialized-payment-types/use-checks/cash-a-check-for-an-exact-amount.ja.md +# targets: +# - ja + +# - md: tutorials/use-specialized-payment-types/use-checks/cash-a-check-for-a-flexible-amount.md +# targets: +# - en + +# - md: tutorials/use-specialized-payment-types/use-checks/cash-a-check-for-a-flexible-amount.ja.md +# targets: +# - ja + +# - md: tutorials/use-specialized-payment-types/use-checks/cancel-a-check.md +# targets: +# - en + +# - md: tutorials/use-specialized-payment-types/use-checks/cancel-a-check.ja.md +# targets: +# - ja + +# - md: tutorials/use-specialized-payment-types/use-checks/look-up-checks-by-sender.md +# targets: +# - en + +# - md: tutorials/use-specialized-payment-types/use-checks/look-up-checks-by-sender.ja.md +# targets: +# - ja + +# - md: tutorials/use-specialized-payment-types/use-checks/look-up-checks-by-recipient.md +# targets: +# - en + +# - md: tutorials/use-specialized-payment-types/use-checks/look-up-checks-by-recipient.ja.md +# targets: +# - ja + +# # TODO: "Send a Cross-Currency Payment" + +# # TODO: Set up issuing/operational addresses, monitor changes to balances, +# # freeze, enable/disable rippling, set transfer fees, use auth'd trust lines + +# - name: XRP Ledger Businesses +# html: xrp-ledger-businesses.html +# parent: tutorials.html +# blurb: This section demonstrates how to follow various best practices for running businesses that interface with the XRP Ledger, such as exchanges listing XRP and gateways issuing currency in the XRP Ledger. +# template: pagetype-category.html.jinja +# targets: +# - en + +# - name: XRP Ledgerが利用する会社について +# html: xrp-ledger-businesses.html +# parent: tutorials.html +# blurb: このセクションでは、さまざまなベストプラクティスに従って、XRPを上場する取引所やXRP Ledgerで通貨を発行するゲートウェアなど、XRP Ledgerとインターフェイス接続するビジネスを運営する方法をデモンストレーションします。 +# template: pagetype-category.html.jinja +# targets: +# - ja + +# - md: tutorials/xrp-ledger-businesses/list-xrp-as-an-exchange.md +# targets: +# - en + +# - md: tutorials/xrp-ledger-businesses/list-xrp-as-an-exchange.ja.md +# targets: +# - ja + +# - md: tutorials/xrp-ledger-businesses/list-your-exchange-on-xrp-charts.md +# targets: +# - en + +# - md: tutorials/xrp-ledger-businesses/list-your-exchange-on-xrp-charts.ja.md +# targets: +# - ja + +# - md: tutorials/xrp-ledger-businesses/become-an-xrp-ledger-gateway.md +# targets: +# - en +# - ja + +# - name: Manage the rippled Server +# html: manage-the-rippled-server.html +# parent: tutorials.html +# blurb: Install, configure, and manage the core server that powers the XRP Ledger. +# cta_text: Run rippled +# template: pagetype-category.html.jinja +# targets: +# - en + +# - name: rippledサーバの利用 +# html: manage-the-rippled-server.html +# parent: tutorials.html +# blurb: XRP Ledgerをパワーするサーバーをインストール、設定、管理しよう。 +# cta_text: インストールしよう +# template: pagetype-category.html.jinja +# targets: +# - ja + +# - name: Install rippled +# html: install-rippled.html +# parent: manage-the-rippled-server.html +# top_nav_name: Install & Configure +# blurb: Install and update the rippled server. +# template: pagetype-category.html.jinja +# targets: +# - en + +# - name: rippledのインストール +# html: install-rippled.html +# parent: manage-the-rippled-server.html +# blurb: rippledサーバーをインストールして更新します。 +# template: pagetype-category.html.jinja +# targets: +# - ja + +# - md: tutorials/manage-the-rippled-server/installation/system-requirements.md +# targets: +# - en + +# - md: tutorials/manage-the-rippled-server/installation/system-requirements.ja.md +# targets: +# - ja + +# - md: tutorials/manage-the-rippled-server/installation/install-rippled-on-centos-rhel-with-yum.md +# targets: +# - en + +# - md: tutorials/manage-the-rippled-server/installation/install-rippled-on-centos-rhel-with-yum.ja.md +# targets: +# - ja + +# # Redirect old Alien-based install +# - name: Install rippled on Ubuntu with Alien +# html: install-rippled-on-ubuntu-with-alien.html +# parent: install-rippled.html +# template: pagetype-redirect.html.jinja +# nav_omit: true +# redirect_url: install-rippled-on-ubuntu.html +# targets: +# - en +# - ja + +# - md: tutorials/manage-the-rippled-server/installation/install-rippled-on-ubuntu.md +# targets: +# - en + +# - md: tutorials/manage-the-rippled-server/installation/install-rippled-on-ubuntu.ja.md +# targets: +# - ja + +# - name: Update rippled Automatically on CentOS/RHEL +# html: update-rippled-automatically-on-centos-rhel.html +# template: pagetype-redirect.html.jinja +# nav_omit: true +# redirect_url: update-rippled-automatically-on-linux.html +# targets: +# - en +# - ja + +# - md: tutorials/manage-the-rippled-server/installation/update-rippled-automatically-on-linux.md +# targets: +# - en + +# - md: tutorials/manage-the-rippled-server/installation/update-rippled-automatically-on-linux.ja.md +# targets: +# - ja + +# - md: tutorials/manage-the-rippled-server/installation/update-rippled-manually-on-centos-rhel.md +# targets: +# - en + +# - md: tutorials/manage-the-rippled-server/installation/update-rippled-manually-on-centos-rhel.ja.md +# targets: +# - ja + +# - md: tutorials/manage-the-rippled-server/installation/update-rippled-manually-on-ubuntu.md +# targets: +# - en + +# - md: tutorials/manage-the-rippled-server/installation/update-rippled-manually-on-ubuntu.ja.md +# targets: +# - ja + +# - md: tutorials/manage-the-rippled-server/installation/build-run-rippled-ubuntu.md +# targets: +# - en + +# - md: tutorials/manage-the-rippled-server/installation/build-run-rippled-ubuntu.ja.md +# targets: +# - ja + +# - md: tutorials/manage-the-rippled-server/installation/build-run-rippled-macos.md +# targets: +# - en + +# - md: tutorials/manage-the-rippled-server/installation/build-run-rippled-macos.ja.md +# targets: +# - ja + +# - md: tutorials/manage-the-rippled-server/installation/capacity-planning.md +# targets: +# - en + +# - md: tutorials/manage-the-rippled-server/installation/capacity-planning.ja.md +# targets: +# - ja + +# - md: tutorials/manage-the-rippled-server/installation/rippled-1-3-migration-instructions.md +# targets: +# - en + +# - md: tutorials/manage-the-rippled-server/installation/rippled-1-3-migration-instructions.ja.md +# targets: +# - ja + +# - name: Configure rippled +# html: configure-rippled.html +# parent: manage-the-rippled-server.html +# blurb: Customize your rippled server configuration. +# template: pagetype-category.html.jinja +# targets: +# - en + +# - name: rippledの設定 +# html: configure-rippled.html +# parent: manage-the-rippled-server.html +# blurb: rippledサーバーの構成をカスタマイズします。 +# template: pagetype-category.html.jinja +# targets: +# - ja + +# - md: tutorials/manage-the-rippled-server/configuration/run-rippled-as-a-validator.md +# targets: +# - en + +# - md: tutorials/manage-the-rippled-server/configuration/run-rippled-as-a-validator.ja.md +# targets: +# - ja + +# # TODO: translate this page & blurb +# - md: tutorials/manage-the-rippled-server/configuration/run-rippled-as-a-wallet-server.md +# targets: +# - en +# - ja + +# # TODO: translate this page & blurb +# - md: tutorials/manage-the-rippled-server/configuration/configure-amendment-voting.md +# targets: +# - en +# - ja + +# # TODO: translate this page & blurb +# - md: tutorials/manage-the-rippled-server/configuration/configure-statsd.md +# targets: +# - en +# - ja + +# - md: tutorials/manage-the-rippled-server/configuration/connect-your-rippled-to-the-xrp-test-net.md +# targets: +# - en + +# - md: tutorials/manage-the-rippled-server/configuration/connect-your-rippled-to-the-xrp-test-net.ja.md +# targets: +# - ja + +# - md: tutorials/manage-the-rippled-server/configuration/configure-online-deletion.md +# targets: +# - en + +# - md: tutorials/manage-the-rippled-server/configuration/configure-online-deletion.ja.md +# targets: +# - ja + +# - md: tutorials/manage-the-rippled-server/configuration/configure-advisory-deletion.md +# targets: +# - en + +# - md: tutorials/manage-the-rippled-server/configuration/configure-advisory-deletion.ja.md +# targets: +# - ja + +# - md: tutorials/manage-the-rippled-server/configuration/configure-history-sharding.md +# targets: +# - en + +# - md: tutorials/manage-the-rippled-server/configuration/configure-history-sharding.ja.md +# targets: +# - ja + +# - md: tutorials/manage-the-rippled-server/configuration/configure-full-history.md +# targets: +# - en + +# - md: tutorials/manage-the-rippled-server/configuration/configure-full-history.ja.md +# targets: +# - ja + +# # TODO: translate page +# - md: tutorials/manage-the-rippled-server/configuration/configure-grpc.md +# targets: +# - en +# - ja + +# - md: tutorials/manage-the-rippled-server/configuration/enable-public-signing.md +# targets: +# - en + +# - md: tutorials/manage-the-rippled-server/configuration/enable-public-signing.ja.md +# targets: +# - ja + +# - md: tutorials/manage-the-rippled-server/configure-peering/configure-peering.md +# targets: +# - en + +# - md: tutorials/manage-the-rippled-server/configure-peering/configure-peering.ja.md +# targets: +# - ja + +# - md: tutorials/manage-the-rippled-server/configure-peering/cluster-rippled-servers.md +# targets: +# - en + +# - md: tutorials/manage-the-rippled-server/configure-peering/cluster-rippled-servers.ja.md +# targets: +# - ja + +# - md: tutorials/manage-the-rippled-server/configure-peering/configure-a-private-server.md +# targets: +# - en + +# - md: tutorials/manage-the-rippled-server/configure-peering/configure-a-private-server.ja.md +# targets: +# - ja + +# - md: tutorials/manage-the-rippled-server/configure-peering/configure-the-peer-crawler.md +# targets: +# - en + +# # TODO: translate this page. # For now we just have a translated blurb. +# - md: tutorials/manage-the-rippled-server/configure-peering/configure-the-peer-crawler.md +# blurb: rippledサーバーがステータスとピアについてどの程度の情報を公表するか設定します。 +# untranslated_warning: true +# targets: +# - ja + +# # TODO: translate this page +# - md: tutorials/manage-the-rippled-server/configure-peering/enable-link-compression.md +# targets: +# - en +# - ja + +# - md: tutorials/manage-the-rippled-server/configure-peering/forward-ports-for-peering.md +# targets: +# - en + +# - md: tutorials/manage-the-rippled-server/configure-peering/forward-ports-for-peering.ja.md +# targets: +# - ja + +# - md: tutorials/manage-the-rippled-server/configure-peering/manually-connect-to-a-specific-peer.md +# targets: +# - en + +# - md: tutorials/manage-the-rippled-server/configure-peering/manually-connect-to-a-specific-peer.ja.md +# targets: +# - ja + +# - md: tutorials/manage-the-rippled-server/configure-peering/set-max-number-of-peers.md +# targets: +# - en + +# - md: tutorials/manage-the-rippled-server/configure-peering/set-max-number-of-peers.ja.md +# targets: +# - ja + +# - md: tutorials/manage-the-rippled-server/configure-peering/use-a-peer-reservation.md +# targets: +# - en + +# - md: tutorials/manage-the-rippled-server/configure-peering/use-a-peer-reservation.ja.md +# targets: +# - ja + +# - name: Test rippled Functionality in Stand-Alone Mode +# html: use-stand-alone-mode.html +# parent: manage-the-rippled-server.html +# blurb: For new features and experiments, you can use Stand-Alone Mode to test features with a full network. +# template: pagetype-category.html.jinja +# targets: +# - en + +# - name: スタンドアロンモードでrippledをテスト +# html: use-stand-alone-mode.html +# parent: manage-the-rippled-server.html +# blurb: 新機能や実験用に、スタンドアロンモードを使用してフルネットワークで機能をテストできます。 +# template: pagetype-category.html.jinja +# targets: +# - ja + +# - md: tutorials/manage-the-rippled-server/stand-alone-mode/start-a-new-genesis-ledger-in-stand-alone-mode.md +# targets: +# - en + +# - md: tutorials/manage-the-rippled-server/stand-alone-mode/start-a-new-genesis-ledger-in-stand-alone-mode.ja.md +# targets: +# - ja + +# - md: tutorials/manage-the-rippled-server/stand-alone-mode/load-a-saved-ledger-in-stand-alone-mode.md +# targets: +# - en + +# - md: tutorials/manage-the-rippled-server/stand-alone-mode/load-a-saved-ledger-in-stand-alone-mode.ja.md +# targets: +# - ja + +# - md: tutorials/manage-the-rippled-server/stand-alone-mode/advance-the-ledger-in-stand-alone-mode.md +# targets: +# - en + +# - md: tutorials/manage-the-rippled-server/stand-alone-mode/advance-the-ledger-in-stand-alone-mode.ja.md +# targets: +# - ja + +# - name: Troubleshoot the rippled server +# html: troubleshoot-the-rippled-server.html +# parent: manage-the-rippled-server.html +# blurb: Troubleshoot all kinds of problems with the rippled server. +# template: pagetype-category.html.jinja +# targets: +# - en + +# - name: rippledのトラブルシューティング +# html: troubleshoot-the-rippled-server.html +# parent: manage-the-rippled-server.html +# blurb: rippledサーバーのあらゆる種類の問題をトラブルシューティングします。 +# template: pagetype-category.html.jinja +# targets: +# - ja + +# - md: tutorials/manage-the-rippled-server/troubleshooting/diagnosing-problems.md +# targets: +# - en + +# - md: tutorials/manage-the-rippled-server/troubleshooting/diagnosing-problems.ja.md +# targets: +# - ja + +# # TODO: translate page and blurb +# - md: tutorials/manage-the-rippled-server/troubleshooting/health-check-interventions.md +# targets: +# - en +# - ja + +# - md: tutorials/manage-the-rippled-server/troubleshooting/understanding-log-messages.md +# targets: +# - en + +# - md: tutorials/manage-the-rippled-server/troubleshooting/understanding-log-messages.ja.md +# targets: +# - ja + +# - md: tutorials/manage-the-rippled-server/troubleshooting/server-doesnt-sync.md +# targets: +# - en + +# #TODO: translate the blurb in this page's frontmatter +# - md: tutorials/manage-the-rippled-server/troubleshooting/server-doesnt-sync.ja.md +# targets: +# - ja + +# - md: tutorials/manage-the-rippled-server/troubleshooting/server-wont-start.md +# targets: +# - en + +# - md: tutorials/manage-the-rippled-server/troubleshooting/server-wont-start.ja.md +# targets: +# - ja + +# - md: tutorials/manage-the-rippled-server/troubleshooting/fix-sqlite-tx-db-page-size-issue.md +# targets: +# - en + +# - md: tutorials/manage-the-rippled-server/troubleshooting/fix-sqlite-tx-db-page-size-issue.ja.md +# targets: +# - ja + +# # References ------------------------------------------------------------------- + +# - name: References +# longer_name: API References +# template: page-references.html.jinja +# html: references.html +# parent: docs.html +# top_nav_grouping: Article Types +# sidebar: disabled +# blurb: Complete references for different interfaces to the XRP Ledger. +# targets: +# - en + +# - name: リファレンス +# longer_name: API リファレンス +# template: page-references.html.jinja +# html: references.html +# parent: docs.html +# top_nav_grouping: Article Types +# sidebar: disabled +# blurb: XRP Ledgerへのさまざまなインターフェイスの包括的なリファレンスです。 +# targets: +# - ja + + +# - name: XRP Ledger Protocol Reference +# html: protocol-reference.html +# parent: references.html +# template: pagetype-category.html.jinja +# blurb: Features and rules of the XRP Ledger protocol, regardless of how you access it. +# targets: +# - en +# - ja + +# - md: references/protocol-reference/basic-data-types.md +# targets: +# - en + +# - md: references/protocol-reference/basic-data-types.ja.md +# targets: +# - ja + +# - md: references/protocol-reference/base58-encodings.md +# targets: +# - en + +# - md: references/protocol-reference/base58-encodings.ja.md +# targets: +# - ja + +# - md: references/protocol-reference/currency-formats.md +# targets: +# - en + +# - md: references/protocol-reference/currency-formats.ja.md +# targets: +# - ja + +# - md: references/protocol-reference/ledger-data/ledger-data-formats.md +# targets: +# - en + +# - md: references/protocol-reference/ledger-data/ledger-data-formats.ja.md +# targets: +# - ja + +# - md: references/protocol-reference/ledger-data/ledger-header.md +# targets: +# - en + +# - md: references/protocol-reference/ledger-data/ledger-header.ja.md +# targets: +# - ja + +# - md: references/protocol-reference/ledger-data/ledger-object-ids.md +# targets: +# - en + +# - md: references/protocol-reference/ledger-data/ledger-object-ids.ja.md +# targets: +# - ja + +# - md: references/protocol-reference/ledger-data/ledger-object-types/ledger-object-types.md +# targets: +# - en + +# - md: references/protocol-reference/ledger-data/ledger-object-types/ledger-object-types.ja.md +# targets: +# - ja + +# - md: references/protocol-reference/ledger-data/ledger-object-types/accountroot.md +# targets: +# - en + +# - md: references/protocol-reference/ledger-data/ledger-object-types/accountroot.ja.md +# targets: +# - ja + +# - md: references/protocol-reference/ledger-data/ledger-object-types/amendments.md +# targets: +# - en + +# - md: references/protocol-reference/ledger-data/ledger-object-types/amendments.ja.md +# targets: +# - ja + +# - md: references/protocol-reference/ledger-data/ledger-object-types/check.md +# targets: +# - en + +# - md: references/protocol-reference/ledger-data/ledger-object-types/check.ja.md +# targets: +# - ja + +# - md: references/protocol-reference/ledger-data/ledger-object-types/depositpreauth.md +# targets: +# - en + +# - md: references/protocol-reference/ledger-data/ledger-object-types/depositpreauth.ja.md +# targets: +# - ja - - md: references/protocol-reference/ledger-data/ledger-object-types/directorynode.md - targets: - - en - - - md: references/protocol-reference/ledger-data/ledger-object-types/directorynode.ja.md - targets: - - ja +# - md: references/protocol-reference/ledger-data/ledger-object-types/directorynode.md +# targets: +# - en + +# - md: references/protocol-reference/ledger-data/ledger-object-types/directorynode.ja.md +# targets: +# - ja - - md: references/protocol-reference/ledger-data/ledger-object-types/escrow.md - targets: - - en +# - md: references/protocol-reference/ledger-data/ledger-object-types/escrow.md +# targets: +# - en - - md: references/protocol-reference/ledger-data/ledger-object-types/escrow.ja.md - targets: - - ja +# - md: references/protocol-reference/ledger-data/ledger-object-types/escrow.ja.md +# targets: +# - ja - - md: references/protocol-reference/ledger-data/ledger-object-types/feesettings.md - targets: - - en +# - md: references/protocol-reference/ledger-data/ledger-object-types/feesettings.md +# targets: +# - en - - md: references/protocol-reference/ledger-data/ledger-object-types/feesettings.ja.md - targets: - - ja +# - md: references/protocol-reference/ledger-data/ledger-object-types/feesettings.ja.md +# targets: +# - ja - - md: references/protocol-reference/ledger-data/ledger-object-types/ledgerhashes.md - targets: - - en +# - md: references/protocol-reference/ledger-data/ledger-object-types/ledgerhashes.md +# targets: +# - en - - md: references/protocol-reference/ledger-data/ledger-object-types/ledgerhashes.ja.md - targets: - - ja +# - md: references/protocol-reference/ledger-data/ledger-object-types/ledgerhashes.ja.md +# targets: +# - ja - - md: references/protocol-reference/ledger-data/ledger-object-types/negativeunl.md - targets: - - en - - ja +# - md: references/protocol-reference/ledger-data/ledger-object-types/negativeunl.md +# targets: +# - en +# - ja - - md: references/protocol-reference/ledger-data/ledger-object-types/offer.md - targets: - - en +# - md: references/protocol-reference/ledger-data/ledger-object-types/offer.md +# targets: +# - en - - md: references/protocol-reference/ledger-data/ledger-object-types/offer.ja.md - targets: - - ja +# - md: references/protocol-reference/ledger-data/ledger-object-types/offer.ja.md +# targets: +# - ja - - md: references/protocol-reference/ledger-data/ledger-object-types/paychannel.md - targets: - - en +# - md: references/protocol-reference/ledger-data/ledger-object-types/paychannel.md +# targets: +# - en - - md: references/protocol-reference/ledger-data/ledger-object-types/paychannel.ja.md - targets: - - ja +# - md: references/protocol-reference/ledger-data/ledger-object-types/paychannel.ja.md +# targets: +# - ja - - md: references/protocol-reference/ledger-data/ledger-object-types/ripplestate.md - targets: - - en +# - md: references/protocol-reference/ledger-data/ledger-object-types/ripplestate.md +# targets: +# - en - - md: references/protocol-reference/ledger-data/ledger-object-types/ripplestate.ja.md - targets: - - ja +# - md: references/protocol-reference/ledger-data/ledger-object-types/ripplestate.ja.md +# targets: +# - ja - - md: references/protocol-reference/ledger-data/ledger-object-types/signerlist.md - targets: - - en +# - md: references/protocol-reference/ledger-data/ledger-object-types/signerlist.md +# targets: +# - en - - md: references/protocol-reference/ledger-data/ledger-object-types/signerlist.ja.md - targets: - - ja +# - md: references/protocol-reference/ledger-data/ledger-object-types/signerlist.ja.md +# targets: +# - ja - - md: references/protocol-reference/ledger-data/ledger-object-types/ticket.md - targets: - - en - - ja +# - md: references/protocol-reference/ledger-data/ledger-object-types/ticket.md +# targets: +# - en +# - ja - - md: references/protocol-reference/transactions/transaction-formats.md - targets: - - en +# - md: references/protocol-reference/transactions/transaction-formats.md +# targets: +# - en - - md: references/protocol-reference/transactions/transaction-formats.ja.md - targets: - - ja +# - md: references/protocol-reference/transactions/transaction-formats.ja.md +# targets: +# - ja - - md: references/protocol-reference/transactions/transaction-common-fields.md - targets: - - en +# - md: references/protocol-reference/transactions/transaction-common-fields.md +# targets: +# - en - - md: references/protocol-reference/transactions/transaction-common-fields.ja.md - targets: - - ja +# - md: references/protocol-reference/transactions/transaction-common-fields.ja.md +# targets: +# - ja - - md: references/protocol-reference/transactions/transaction-types/transaction-types.md - targets: - - en +# - md: references/protocol-reference/transactions/transaction-types/transaction-types.md +# targets: +# - en - - md: references/protocol-reference/transactions/transaction-types/transaction-types.ja.md - targets: - - ja +# - md: references/protocol-reference/transactions/transaction-types/transaction-types.ja.md +# targets: +# - ja - # TODO: translate _snippets/tx-fields-intro.md +# # TODO: translate _snippets/tx-fields-intro.md - - md: references/protocol-reference/transactions/transaction-types/accountset.md - targets: - - en +# - md: references/protocol-reference/transactions/transaction-types/accountset.md +# targets: +# - en - - md: references/protocol-reference/transactions/transaction-types/accountset.ja.md - targets: - - ja +# - md: references/protocol-reference/transactions/transaction-types/accountset.ja.md +# targets: +# - ja - - md: references/protocol-reference/transactions/transaction-types/accountdelete.md - targets: - - en +# - md: references/protocol-reference/transactions/transaction-types/accountdelete.md +# targets: +# - en - - md: references/protocol-reference/transactions/transaction-types/accountdelete.ja.md - targets: - - ja +# - md: references/protocol-reference/transactions/transaction-types/accountdelete.ja.md +# targets: +# - ja - - md: references/protocol-reference/transactions/transaction-types/checkcancel.md - targets: - - en +# - md: references/protocol-reference/transactions/transaction-types/checkcancel.md +# targets: +# - en - - md: references/protocol-reference/transactions/transaction-types/checkcancel.ja.md - targets: - - ja +# - md: references/protocol-reference/transactions/transaction-types/checkcancel.ja.md +# targets: +# - ja - - md: references/protocol-reference/transactions/transaction-types/checkcash.md - targets: - - en +# - md: references/protocol-reference/transactions/transaction-types/checkcash.md +# targets: +# - en - - md: references/protocol-reference/transactions/transaction-types/checkcash.ja.md - targets: - - ja +# - md: references/protocol-reference/transactions/transaction-types/checkcash.ja.md +# targets: +# - ja - - md: references/protocol-reference/transactions/transaction-types/checkcreate.md - targets: - - en +# - md: references/protocol-reference/transactions/transaction-types/checkcreate.md +# targets: +# - en - - md: references/protocol-reference/transactions/transaction-types/checkcreate.ja.md - targets: - - ja +# - md: references/protocol-reference/transactions/transaction-types/checkcreate.ja.md +# targets: +# - ja - - md: references/protocol-reference/transactions/transaction-types/depositpreauth.md - targets: - - en +# - md: references/protocol-reference/transactions/transaction-types/depositpreauth.md +# targets: +# - en - - md: references/protocol-reference/transactions/transaction-types/depositpreauth.ja.md - targets: - - ja +# - md: references/protocol-reference/transactions/transaction-types/depositpreauth.ja.md +# targets: +# - ja - - md: references/protocol-reference/transactions/transaction-types/escrowcancel.md - targets: - - en +# - md: references/protocol-reference/transactions/transaction-types/escrowcancel.md +# targets: +# - en - - md: references/protocol-reference/transactions/transaction-types/escrowcancel.ja.md - targets: - - ja +# - md: references/protocol-reference/transactions/transaction-types/escrowcancel.ja.md +# targets: +# - ja - - md: references/protocol-reference/transactions/transaction-types/escrowcreate.md - targets: - - en +# - md: references/protocol-reference/transactions/transaction-types/escrowcreate.md +# targets: +# - en - - md: references/protocol-reference/transactions/transaction-types/escrowcreate.ja.md - targets: - - ja +# - md: references/protocol-reference/transactions/transaction-types/escrowcreate.ja.md +# targets: +# - ja - - md: references/protocol-reference/transactions/transaction-types/escrowfinish.md - targets: - - en +# - md: references/protocol-reference/transactions/transaction-types/escrowfinish.md +# targets: +# - en - - md: references/protocol-reference/transactions/transaction-types/escrowfinish.ja.md - targets: - - ja +# - md: references/protocol-reference/transactions/transaction-types/escrowfinish.ja.md +# targets: +# - ja - - md: references/protocol-reference/transactions/transaction-types/offercancel.md - targets: - - en +# - md: references/protocol-reference/transactions/transaction-types/offercancel.md +# targets: +# - en - - md: references/protocol-reference/transactions/transaction-types/offercancel.ja.md - targets: - - ja +# - md: references/protocol-reference/transactions/transaction-types/offercancel.ja.md +# targets: +# - ja - - md: references/protocol-reference/transactions/transaction-types/offercreate.md - targets: - - en +# - md: references/protocol-reference/transactions/transaction-types/offercreate.md +# targets: +# - en - - md: references/protocol-reference/transactions/transaction-types/offercreate.ja.md - targets: - - ja +# - md: references/protocol-reference/transactions/transaction-types/offercreate.ja.md +# targets: +# - ja - - md: references/protocol-reference/transactions/transaction-types/payment.md - targets: - - en +# - md: references/protocol-reference/transactions/transaction-types/payment.md +# targets: +# - en - - md: references/protocol-reference/transactions/transaction-types/payment.ja.md - targets: - - ja +# - md: references/protocol-reference/transactions/transaction-types/payment.ja.md +# targets: +# - ja - - md: references/protocol-reference/transactions/transaction-types/paymentchannelclaim.md - targets: - - en +# - md: references/protocol-reference/transactions/transaction-types/paymentchannelclaim.md +# targets: +# - en - - md: references/protocol-reference/transactions/transaction-types/paymentchannelclaim.ja.md - targets: - - ja +# - md: references/protocol-reference/transactions/transaction-types/paymentchannelclaim.ja.md +# targets: +# - ja - - md: references/protocol-reference/transactions/transaction-types/paymentchannelcreate.md - targets: - - en +# - md: references/protocol-reference/transactions/transaction-types/paymentchannelcreate.md +# targets: +# - en - - md: references/protocol-reference/transactions/transaction-types/paymentchannelcreate.ja.md - targets: - - ja +# - md: references/protocol-reference/transactions/transaction-types/paymentchannelcreate.ja.md +# targets: +# - ja - - md: references/protocol-reference/transactions/transaction-types/paymentchannelfund.md - targets: - - en +# - md: references/protocol-reference/transactions/transaction-types/paymentchannelfund.md +# targets: +# - en - - md: references/protocol-reference/transactions/transaction-types/paymentchannelfund.ja.md - targets: - - ja +# - md: references/protocol-reference/transactions/transaction-types/paymentchannelfund.ja.md +# targets: +# - ja - - md: references/protocol-reference/transactions/transaction-types/setregularkey.md - targets: - - en +# - md: references/protocol-reference/transactions/transaction-types/setregularkey.md +# targets: +# - en - - md: references/protocol-reference/transactions/transaction-types/setregularkey.ja.md - targets: - - ja +# - md: references/protocol-reference/transactions/transaction-types/setregularkey.ja.md +# targets: +# - ja - - md: references/protocol-reference/transactions/transaction-types/signerlistset.md - targets: - - en +# - md: references/protocol-reference/transactions/transaction-types/signerlistset.md +# targets: +# - en - - md: references/protocol-reference/transactions/transaction-types/signerlistset.ja.md - targets: - - ja +# - md: references/protocol-reference/transactions/transaction-types/signerlistset.ja.md +# targets: +# - ja - # TODO: translate - - md: references/protocol-reference/transactions/transaction-types/ticketcreate.md - targets: - - en - - ja - - - md: references/protocol-reference/transactions/transaction-types/trustset.md - targets: - - en - - - md: references/protocol-reference/transactions/transaction-types/trustset.ja.md - targets: - - ja - - - md: references/protocol-reference/transactions/pseudo-transaction-types/pseudo-transaction-types.md - targets: - - en - - - md: references/protocol-reference/transactions/pseudo-transaction-types/pseudo-transaction-types.ja.md - targets: - - ja - - - md: references/protocol-reference/transactions/pseudo-transaction-types/enableamendment.md - targets: - - en +# # TODO: translate +# - md: references/protocol-reference/transactions/transaction-types/ticketcreate.md +# targets: +# - en +# - ja + +# - md: references/protocol-reference/transactions/transaction-types/trustset.md +# targets: +# - en + +# - md: references/protocol-reference/transactions/transaction-types/trustset.ja.md +# targets: +# - ja + +# - md: references/protocol-reference/transactions/pseudo-transaction-types/pseudo-transaction-types.md +# targets: +# - en + +# - md: references/protocol-reference/transactions/pseudo-transaction-types/pseudo-transaction-types.ja.md +# targets: +# - ja + +# - md: references/protocol-reference/transactions/pseudo-transaction-types/enableamendment.md +# targets: +# - en - - md: references/protocol-reference/transactions/pseudo-transaction-types/enableamendment.ja.md - targets: - - ja - - - md: references/protocol-reference/transactions/pseudo-transaction-types/setfee.md - targets: - - en - - - md: references/protocol-reference/transactions/pseudo-transaction-types/setfee.ja.md - targets: - - ja - - # TODO: translate - - md: references/protocol-reference/transactions/pseudo-transaction-types/unlmodify.md - targets: - - en - - ja - - - md: references/protocol-reference/transactions/transaction-results/transaction-results.md - targets: - - en - - - md: references/protocol-reference/transactions/transaction-results/transaction-results.ja.md - targets: - - ja - - - md: references/protocol-reference/transactions/transaction-results/tec-codes.md - targets: - - en - - - md: references/protocol-reference/transactions/transaction-results/tec-codes.ja.md - targets: - - ja - - - md: references/protocol-reference/transactions/transaction-results/tef-codes.md - targets: - - en - - - md: references/protocol-reference/transactions/transaction-results/tef-codes.ja.md - targets: - - ja - - - md: references/protocol-reference/transactions/transaction-results/tel-codes.md - targets: - - en - - - md: references/protocol-reference/transactions/transaction-results/tel-codes.ja.md - targets: - - ja - - - md: references/protocol-reference/transactions/transaction-results/tem-codes.md - targets: - - en - - - md: references/protocol-reference/transactions/transaction-results/tem-codes.ja.md - targets: - - ja - - - md: references/protocol-reference/transactions/transaction-results/ter-codes.md - targets: - - en - - - md: references/protocol-reference/transactions/transaction-results/ter-codes.ja.md - targets: - - ja - - - md: references/protocol-reference/transactions/transaction-results/tes-success.md - targets: - - en - - - md: references/protocol-reference/transactions/transaction-results/tes-success.ja.md - targets: - - ja - - - md: references/protocol-reference/transactions/transaction-metadata.md - targets: - - en - - - md: references/protocol-reference/transactions/transaction-metadata.ja.md - targets: - - ja - - - md: references/protocol-reference/modifying-the-ledger.md - targets: - - en - - - md: references/protocol-reference/modifying-the-ledger.ja.md - targets: - - ja - - - md: references/protocol-reference/serialization.md - targets: - - en - - - md: references/protocol-reference/serialization.ja.md - targets: - - ja - - # Client Libraries --------------------------------------------------------- - - # TODO: translate page & blurb - - md: references/client-libraries.md - targets: - - en - - ja - - - name: JavaScript / TypeScript Client Library - md: https://raw.githubusercontent.com/ripple/ripple-lib/1.9.4/docs/index.md - html: rippleapi-reference.html - parent: client-libraries.html - blurb: JavaScript/TypeScript client library to the XRP Ledger. - skip_spell_checker: true - # Japanese: XRP Ledgerに対する公式なクライアントライブラリです。JavaScriptのみで使用できます。 - curated_anchors: - - name: Transactions - anchor: "#transaction-overview" - - name: Basic Types - anchor: "#basic-types" - - name: Methods - anchor: "#api-methods" - filters: - - remove_doctoc - - add_version - targets: - - en - - ja - - - name: Python Client Library - html: https://xrpl-py.readthedocs.io/ - parent: client-libraries.html - blurb: Python client library to the XRP Ledger. - targets: - - en - - ja - - - name: Java Client Library - html: https://javadoc.io/doc/org.xrpl/ - parent: client-libraries.html - blurb: Java client library to the XRP Ledger. - targets: - - en - - ja - - - # HTTP / Websocket APIs ---------------------------------------------------- - - - name: HTTP / WebSocket APIs - html: rippled-api.html - parent: references.html - template: pagetype-category.html.jinja - blurb: Communicate directly with rippled, the core peer-to-peer server that manages the XRP Ledger. - targets: - - en - - - name: HTTP / WebSocket API リファレンス - html: rippled-api.html - parent: references.html - template: pagetype-category.html.jinja - blurb: XRP Ledgerを管理するコアのピアツーピアサーバーであるrippledと直接通信します。 - targets: - - ja - - - md: references/rippled-api/api-conventions/api-conventions.md - targets: - - en - - - md: references/rippled-api/api-conventions/api-conventions.ja.md - targets: - - ja - - - md: references/rippled-api/api-conventions/request-formatting.md - targets: - - en - - - md: references/rippled-api/api-conventions/request-formatting.ja.md - targets: - - ja - - - md: references/rippled-api/api-conventions/response-formatting.md - targets: - - en - - - md: references/rippled-api/api-conventions/response-formatting.ja.md - targets: - - ja - - - md: references/rippled-api/api-conventions/error-formatting.md - targets: - - en - - - md: references/rippled-api/api-conventions/error-formatting.ja.md - targets: - - ja - - - md: references/rippled-api/api-conventions/markers-and-pagination.md - targets: - - en - - - md: references/rippled-api/api-conventions/markers-and-pagination.ja.md - targets: - - ja - - # TODO: translate page & blurb - - md: references/rippled-api/api-conventions/rate-limiting.md - targets: - - en - - ja - - - md: references/rippled-api/api-conventions/rippled-server-states.md - targets: - - en - - - md: references/rippled-api/api-conventions/rippled-server-states.ja.md - targets: - - ja - -# rippled Public Methods - - - md: references/rippled-api/public-rippled-methods/public-rippled-methods.md - targets: - - en - - - md: references/rippled-api/public-rippled-methods/public-rippled-methods.ja.md - targets: - - ja - - - name: Account Methods - html: account-methods.html - parent: public-rippled-methods.html - template: pagetype-category.html.jinja - blurb: An account in the XRP Ledger represents a holder of XRP and a sender of transactions. Use these methods to work with account info. - targets: - - en - - - name: Account Methods - html: account-methods.html - parent: public-rippled-methods.html - template: pagetype-category.html.jinja - blurb: XRP Ledgerのアカウントとは、XRPの保有者とトランザクションの送信者を意味します。以下のメソッドを使用して、アカウント情報を処理します。 - targets: - - ja - - - md: references/rippled-api/public-rippled-methods/account-methods/account_channels.md - targets: - - en - - - md: references/rippled-api/public-rippled-methods/account-methods/account_channels.ja.md - targets: - - ja - - - md: references/rippled-api/public-rippled-methods/account-methods/account_currencies.md - targets: - - en - - - md: references/rippled-api/public-rippled-methods/account-methods/account_currencies.ja.md - targets: - - ja - - - md: references/rippled-api/public-rippled-methods/account-methods/account_info.md - targets: - - en - - - md: references/rippled-api/public-rippled-methods/account-methods/account_info.ja.md - targets: - - ja - - - md: references/rippled-api/public-rippled-methods/account-methods/account_lines.md - targets: - - en - - - md: references/rippled-api/public-rippled-methods/account-methods/account_lines.ja.md - targets: - - ja - - - md: references/rippled-api/public-rippled-methods/account-methods/account_objects.md - targets: - - en - - - md: references/rippled-api/public-rippled-methods/account-methods/account_objects.ja.md - targets: - - ja - - - md: references/rippled-api/public-rippled-methods/account-methods/account_offers.md - targets: - - en - - - md: references/rippled-api/public-rippled-methods/account-methods/account_offers.ja.md - targets: - - ja - - - md: references/rippled-api/public-rippled-methods/account-methods/account_tx.md - targets: - - en - - - md: references/rippled-api/public-rippled-methods/account-methods/account_tx.ja.md - targets: - - ja - - - md: references/rippled-api/public-rippled-methods/account-methods/gateway_balances.md - targets: - - en - - - md: references/rippled-api/public-rippled-methods/account-methods/gateway_balances.ja.md - targets: - - ja - - - md: references/rippled-api/public-rippled-methods/account-methods/noripple_check.md - targets: - - en - - - md: references/rippled-api/public-rippled-methods/account-methods/noripple_check.ja.md - targets: - - ja - - - name: Ledger Methods - html: ledger-methods.html - parent: public-rippled-methods.html - blurb: A ledger version contains a header, a transaction tree, and a state tree, which contain account settings, trustlines, balances, transactions, and other data. Use these methods to retrieve ledger info. - template: pagetype-category.html.jinja - targets: - - en - - - name: Ledger Methods - html: ledger-methods.html - parent: public-rippled-methods.html - blurb: レジャーバージョンには、ヘッダー、トランザクションツリー、状態ツリーが含まれ、さらにその中にアカウント設定、トラストライン、残高、トランザクション、その他のデータが含まれます。以下のメソッドを使用して、レジャー情報を取得します。 - template: pagetype-category.html.jinja - targets: - - ja - - - md: references/rippled-api/public-rippled-methods/ledger-methods/ledger.md - targets: - - en - - - md: references/rippled-api/public-rippled-methods/ledger-methods/ledger.ja.md - targets: - - ja - - - md: references/rippled-api/public-rippled-methods/ledger-methods/ledger_closed.md - targets: - - en - - - md: references/rippled-api/public-rippled-methods/ledger-methods/ledger_closed.ja.md - targets: - - ja - - - md: references/rippled-api/public-rippled-methods/ledger-methods/ledger_current.md - targets: - - en - - - md: references/rippled-api/public-rippled-methods/ledger-methods/ledger_current.ja.md - targets: - - ja - - - md: references/rippled-api/public-rippled-methods/ledger-methods/ledger_data.md - targets: - - en - - - md: references/rippled-api/public-rippled-methods/ledger-methods/ledger_data.ja.md - targets: - - ja - - - md: references/rippled-api/public-rippled-methods/ledger-methods/ledger_entry.md - targets: - - en - - # TODO: update the translation of this page - - md: references/rippled-api/public-rippled-methods/ledger-methods/ledger_entry.ja.md - targets: - - ja - - - name: Transaction Methods - html: transaction-methods.html # watch for clashes w/ this filename - parent: public-rippled-methods.html - template: pagetype-category.html.jinja - blurb: Transactions are the only thing that can modify the shared state of the XRP Ledger. All business on the XRP Ledger takes the form of transactions. Use these methods to work with transactions. #TODO:translate - targets: - - en - - - name: Transaction Methods - html: transaction-methods.html # watch for clashes w/ this filename - parent: public-rippled-methods.html - template: pagetype-category.html.jinja - blurb: トランザクションだけが、XRP Ledgerの共有されている状態を変更できます。XRP Ledgerに対するすべてのビジネスはトランザクションの形態をとります。以下のメソッドを使用して、トランザクションを処理します。 - targets: - - ja - - - md: references/rippled-api/public-rippled-methods/transaction-methods/sign.md - targets: - - en - - - md: references/rippled-api/public-rippled-methods/transaction-methods/sign.ja.md - targets: - - ja - - - md: references/rippled-api/public-rippled-methods/transaction-methods/sign_for.md - targets: - - en - - - md: references/rippled-api/public-rippled-methods/transaction-methods/sign_for.ja.md - targets: - - ja - - - md: references/rippled-api/public-rippled-methods/transaction-methods/submit.md - targets: - - en - - - md: references/rippled-api/public-rippled-methods/transaction-methods/submit.ja.md - targets: - - ja - - - md: references/rippled-api/public-rippled-methods/transaction-methods/submit_multisigned.md - targets: - - en - - - md: references/rippled-api/public-rippled-methods/transaction-methods/submit_multisigned.ja.md - targets: - - ja - - - md: references/rippled-api/public-rippled-methods/transaction-methods/transaction_entry.md - targets: - - en - - - md: references/rippled-api/public-rippled-methods/transaction-methods/transaction_entry.ja.md - targets: - - ja - - - md: references/rippled-api/public-rippled-methods/transaction-methods/tx.md - targets: - - en - - - md: references/rippled-api/public-rippled-methods/transaction-methods/tx.ja.md - targets: - - ja - - - md: references/rippled-api/public-rippled-methods/transaction-methods/tx_history.md - targets: - - en - - - md: references/rippled-api/public-rippled-methods/transaction-methods/tx_history.ja.md - targets: - - ja - - - name: Path and Order Book Methods - html: path-and-order-book-methods.html - parent: public-rippled-methods.html - blurb: Paths define a way for payments to flow through intermediary steps on their way from sender to receiver. Paths enable cross-currency payments by connecting sender and receiver through order books. Use these methods to work with paths and other books. - template: pagetype-category.html.jinja - targets: - - en - - - name: Path and Order Book Methods - html: path-and-order-book-methods.html - parent: public-rippled-methods.html - blurb: パスは、支払いが送信者から受信者に届くまでに中間ステップでたどる道筋を定義します。パスは、送信者と受信者をオーダーブックを介してつなぐことで、複数通貨間の支払いを可能にします。パスと他のオーダーブックに関しては、以下のメソッドを使用します。 - template: pagetype-category.html.jinja - targets: - - ja - - - md: references/rippled-api/public-rippled-methods/path-and-order-book-methods/book_offers.md - targets: - - en - - - md: references/rippled-api/public-rippled-methods/path-and-order-book-methods/book_offers.ja.md - targets: - - ja - - - md: references/rippled-api/public-rippled-methods/path-and-order-book-methods/deposit_authorized.md - targets: - - en - - - md: references/rippled-api/public-rippled-methods/path-and-order-book-methods/deposit_authorized.ja.md - targets: - - ja - - - md: references/rippled-api/public-rippled-methods/path-and-order-book-methods/path_find.md - targets: - - en - - - md: references/rippled-api/public-rippled-methods/path-and-order-book-methods/path_find.ja.md - targets: - - ja - - - md: references/rippled-api/public-rippled-methods/path-and-order-book-methods/ripple_path_find.md - targets: - - en - - - md: references/rippled-api/public-rippled-methods/path-and-order-book-methods/ripple_path_find.ja.md - targets: - - ja - - - name: Payment Channel Methods - html: payment-channel-methods.html - parent: public-rippled-methods.html - blurb: Payment channels are a tool for facilitating repeated, unidirectional payments, or temporary credit between two parties. Use these methods to work with payment channels. #TODO:translate - template: pagetype-category.html.jinja - targets: - - en - - ja - - - md: references/rippled-api/public-rippled-methods/payment-channel-methods/channel_authorize.md - targets: - - en - - - md: references/rippled-api/public-rippled-methods/payment-channel-methods/channel_authorize.ja.md - targets: - - ja - - - md: references/rippled-api/public-rippled-methods/payment-channel-methods/channel_verify.md - targets: - - en - - - md: references/rippled-api/public-rippled-methods/payment-channel-methods/channel_verify.ja.md - targets: - - ja - - - name: Subscription Methods - html: subscription-methods.html - parent: public-rippled-methods.html - blurb: Use these methods to enable the server to push updates to your client when various events happen, so that you can know and react right away. WebSocket API only. #TODO:translate - template: pagetype-category.html.jinja - targets: - - en - - - name: Subscription Methods - html: subscription-methods.html - parent: public-rippled-methods.html - blurb: 以下のメソッドにより、各種イベントの発生時にサーバーからクライアントに更新が通知されるように設定できます。これにより、イベントを即座に把握し、対処することができます。WebSocket APIのみ。 - template: pagetype-category.html.jinja - targets: - - ja - - - md: references/rippled-api/public-rippled-methods/subscription-methods/subscribe.md - targets: - - en - - - md: references/rippled-api/public-rippled-methods/subscription-methods/subscribe.ja.md - targets: - - ja - - - md: references/rippled-api/public-rippled-methods/subscription-methods/unsubscribe.md - targets: - - en - - - md: references/rippled-api/public-rippled-methods/subscription-methods/unsubscribe.ja.md - targets: - - ja - - - name: Server Info Methods - html: server-info-methods.html - parent: public-rippled-methods.html - blurb: Use these methods to retrieve information about the current state of the rippled server. - template: pagetype-category.html.jinja - targets: - - en - - - name: Server Info Methods - html: server-info-methods.html - parent: public-rippled-methods.html - blurb: 以下のメソッドを使用して、rippledサーバーの現在の状態についての情報を取得します。 - template: pagetype-category.html.jinja - targets: - - ja - - - md: references/rippled-api/public-rippled-methods/server-info-methods/fee.md - targets: - - en - - - md: references/rippled-api/public-rippled-methods/server-info-methods/fee.ja.md - targets: - - ja - - # TODO: translate - - md: references/rippled-api/public-rippled-methods/server-info-methods/manifest.md - targets: - - en - - ja - - - md: references/rippled-api/public-rippled-methods/server-info-methods/server_info.md - targets: - - en - - - md: references/rippled-api/public-rippled-methods/server-info-methods/server_info.ja.md - targets: - - ja - - - md: references/rippled-api/public-rippled-methods/server-info-methods/server_state.md - targets: - - en - - - md: references/rippled-api/public-rippled-methods/server-info-methods/server_state.ja.md - targets: - - ja - - - name: Utility Methods - html: utility-methods.html - parent: public-rippled-methods.html - blurb: Use these methods to perform convenient tasks, such as ping and random number generation. - template: pagetype-category.html.jinja - targets: - - en - - ja - - - md: references/rippled-api/public-rippled-methods/utility-methods/json.md - targets: - - en - - - md: references/rippled-api/public-rippled-methods/utility-methods/json.ja.md - targets: - - ja - - - md: references/rippled-api/public-rippled-methods/utility-methods/ping.md - targets: - - en - - - md: references/rippled-api/public-rippled-methods/utility-methods/ping.ja.md - targets: - - ja - - - md: references/rippled-api/public-rippled-methods/utility-methods/random.md - targets: - - en - - - md: references/rippled-api/public-rippled-methods/utility-methods/random.ja.md - targets: - - ja - - - md: references/rippled-api/admin-rippled-methods/admin-rippled-methods.md - targets: - - en - - - md: references/rippled-api/admin-rippled-methods/admin-rippled-methods.ja.md - targets: - - ja - - - name: Key Generation Methods - html: key-generation-methods.html - parent: admin-rippled-methods.html - blurb: Use these methods to generate and manage keys. - template: pagetype-category.html.jinja - targets: - - en - - - name: キー生成のメソッド - html: key-generation-methods.html - parent: admin-rippled-methods.html - blurb: キーを生成および管理するには、以下のメソッドを使用します。 - template: pagetype-category.html.jinja - targets: - - ja - - - md: references/rippled-api/admin-rippled-methods/key-generation-methods/validation_create.md - targets: - - en - - - md: references/rippled-api/admin-rippled-methods/key-generation-methods/validation_create.ja.md - targets: - - ja - - - md: references/rippled-api/admin-rippled-methods/key-generation-methods/wallet_propose.md - targets: - - en - - - md: references/rippled-api/admin-rippled-methods/key-generation-methods/wallet_propose.ja.md - targets: - - ja - - - name: Logging and Data Management Methods - html: logging-and-data-management-methods.html - parent: admin-rippled-methods.html - blurb: Use these methods to manage log levels and other data, such as ledgers. - template: pagetype-category.html.jinja - targets: - - en - - - name: ログとデータ管理のメソッド - html: logging-and-data-management-methods.html - parent: admin-rippled-methods.html - blurb: Use these methods to manage log levels and other data, such as ledgers. #TODO: translate - template: pagetype-category.html.jinja - targets: - - ja - - - md: references/rippled-api/admin-rippled-methods/logging-and-data-management-methods/can_delete.md - targets: - - en - - - md: references/rippled-api/admin-rippled-methods/logging-and-data-management-methods/can_delete.ja.md - targets: - - ja - - - md: references/rippled-api/admin-rippled-methods/logging-and-data-management-methods/crawl_shards.md - targets: - - en - - - md: references/rippled-api/admin-rippled-methods/logging-and-data-management-methods/crawl_shards.ja.md - targets: - - ja - - - md: references/rippled-api/admin-rippled-methods/logging-and-data-management-methods/download_shard.md - targets: - - en - - - md: references/rippled-api/admin-rippled-methods/logging-and-data-management-methods/download_shard.ja.md - targets: - - ja - - - md: references/rippled-api/admin-rippled-methods/logging-and-data-management-methods/ledger_cleaner.md - targets: - - en - - - md: references/rippled-api/admin-rippled-methods/logging-and-data-management-methods/ledger_cleaner.ja.md - targets: - - ja - - - md: references/rippled-api/admin-rippled-methods/logging-and-data-management-methods/ledger_request.md - targets: - - en - - - md: references/rippled-api/admin-rippled-methods/logging-and-data-management-methods/ledger_request.ja.md - targets: - - ja - - - md: references/rippled-api/admin-rippled-methods/logging-and-data-management-methods/log_level.md - targets: - - en - - - md: references/rippled-api/admin-rippled-methods/logging-and-data-management-methods/log_level.ja.md - targets: - - ja - - - md: references/rippled-api/admin-rippled-methods/logging-and-data-management-methods/logrotate.md - targets: - - en - - - md: references/rippled-api/admin-rippled-methods/logging-and-data-management-methods/logrotate.ja.md - targets: - - ja - - #TODO: translate title and blurb - - name: Server Control Methods - html: server-control-methods.html - parent: admin-rippled-methods.html - blurb: Use these methods to manage the rippled server. - template: pagetype-category.html.jinja - targets: - - en - - ja - - - md: references/rippled-api/admin-rippled-methods/server-control-methods/ledger_accept.md - targets: - - en - - - md: references/rippled-api/admin-rippled-methods/server-control-methods/ledger_accept.ja.md - targets: - - ja - - - md: references/rippled-api/admin-rippled-methods/server-control-methods/stop.md - targets: - - en - - - md: references/rippled-api/admin-rippled-methods/server-control-methods/stop.ja.md - targets: - - ja - - - md: references/rippled-api/admin-rippled-methods/server-control-methods/validation_seed.md - targets: - - en - - - md: references/rippled-api/admin-rippled-methods/server-control-methods/validation_seed.ja.md - targets: - - ja - - - - name: Peer Management Methods - html: peer-management-methods.html - parent: admin-rippled-methods.html - blurb: Use these methods to manage your server's peer-to-peer connections. - template: pagetype-category.html.jinja - targets: - - en - - - name: ピア管理のメソッド - html: peer-management-methods.html - parent: admin-rippled-methods.html - blurb: サーバーのピアツーピア接続を管理するにはこれらのメソッドを使用します。 - template: pagetype-category.html.jinja - targets: - - ja - - - md: references/rippled-api/admin-rippled-methods/peer-management-methods/connect.md - targets: - - en - - - md: references/rippled-api/admin-rippled-methods/peer-management-methods/connect.ja.md - targets: - - ja - - - md: references/rippled-api/admin-rippled-methods/peer-management-methods/peer_reservations_add.md - targets: - - en - - - md: references/rippled-api/admin-rippled-methods/peer-management-methods/peer_reservations_add.ja.md - targets: - - ja - - - md: references/rippled-api/admin-rippled-methods/peer-management-methods/peer_reservations_del.md - targets: - - en - - - md: references/rippled-api/admin-rippled-methods/peer-management-methods/peer_reservations_del.ja.md - targets: - - ja - - - md: references/rippled-api/admin-rippled-methods/peer-management-methods/peer_reservations_list.md - targets: - - en - - - md: references/rippled-api/admin-rippled-methods/peer-management-methods/peer_reservations_list.ja.md - targets: - - ja - - - md: references/rippled-api/admin-rippled-methods/peer-management-methods/peers.md - targets: - - en - - - md: references/rippled-api/admin-rippled-methods/peer-management-methods/peers.ja.md - targets: - - ja - - - name: Status and Debugging Methods - html: status-and-debugging-methods.html - parent: admin-rippled-methods.html - blurb: Use these methods to check the status of the network and server. - template: pagetype-category.html.jinja - targets: - - en - - - name: ステータスとデバッグのメソッド - html: status-and-debugging-methods.html - parent: admin-rippled-methods.html - blurb: ネットワークとサーバーのステータスを確認するには、以下のメソッドを使用します。 - template: pagetype-category.html.jinja - targets: - - ja - - - md: references/rippled-api/admin-rippled-methods/status-and-debugging-methods/consensus_info.md - targets: - - en - - - md: references/rippled-api/admin-rippled-methods/status-and-debugging-methods/consensus_info.ja.md - targets: - - ja - - - md: references/rippled-api/admin-rippled-methods/status-and-debugging-methods/feature.md - targets: - - en - - - md: references/rippled-api/admin-rippled-methods/status-and-debugging-methods/feature.ja.md - targets: - - ja - - - md: references/rippled-api/admin-rippled-methods/status-and-debugging-methods/fetch_info.md - targets: - - en - - - md: references/rippled-api/admin-rippled-methods/status-and-debugging-methods/fetch_info.ja.md - targets: - - ja - - - md: references/rippled-api/admin-rippled-methods/status-and-debugging-methods/get_counts.md - targets: - - en - - - md: references/rippled-api/admin-rippled-methods/status-and-debugging-methods/get_counts.ja.md - targets: - - ja - - - md: references/rippled-api/admin-rippled-methods/status-and-debugging-methods/print.md - targets: - - en - - - md: references/rippled-api/admin-rippled-methods/status-and-debugging-methods/print.ja.md - targets: - - ja - - # TODO: translate - - md: references/rippled-api/admin-rippled-methods/status-and-debugging-methods/validator_info.md - targets: - - en - - ja - - - md: references/rippled-api/admin-rippled-methods/status-and-debugging-methods/validator_list_sites.md - targets: - - en - - - md: references/rippled-api/admin-rippled-methods/status-and-debugging-methods/validator_list_sites.ja.md - targets: - - ja - - - md: references/rippled-api/admin-rippled-methods/status-and-debugging-methods/validators.md - targets: - - en - - - md: references/rippled-api/admin-rippled-methods/status-and-debugging-methods/validators.ja.md - targets: - - ja - - - md: references/rippled-api/commandline-usage.md - targets: - - en - - - md: references/rippled-api/commandline-usage.ja.md - targets: - - ja - - # TODO: translate title & blurb - - name: Peer Port Methods - html: peer-port-methods.html - parent: rippled-api.html - template: pagetype-category.html.jinja - blurb: Special API method for sharing network topology and status metrics. - targets: - - en - - ja - - # TODO: translate page & blurb - - md: references/rippled-api/peer-port-methods/health-check.md - targets: - - en - - ja - - - md: references/rippled-api/peer-port-methods/peer-crawler.md - targets: - - en - - # TODO: translate page (currently only the blurb is translated) - - md: references/rippled-api/peer-port-methods/peer-crawler.md - blurb: ネットワークトポロジーとステータスメトリックを共有するための特殊なAPIメソッドです。 - untranslated_warning: true - targets: - - ja - - # TODO: translate page & blurb - - md: references/rippled-api/peer-port-methods/validator-list.md - targets: - - en - - ja - - # Placeholder / redirect for XRP-API docs. - - md: references/xrp-api.md - targets: - - en - - ja - - # Deprecation warnings for old Data API docs - - md: references/data-api.md - targets: - - en - - - md: references/data-api.ja.md - targets: - - ja - - - md: references/xrp-ledger-toml.md - targets: - - en - - - md: references/xrp-ledger-toml.ja.md - targets: - - ja - - # Landing pages for labels ------------------------------------------------- - - name: Accounts - html: label-accounts.html - parent: by-label.html - landing_for: Accounts - template: pagetype-label.html.jinja - blurb: Pages relating to accounts in the XRP Ledger. - filters: - - labels - targets: - - en - - - name: アカウント - html: label-accounts.html - parent: by-label.html - landing_for: アカウント - template: pagetype-label.html.jinja - blurb: XRP Ledgerのアカウントに関するページ。 - filters: - - labels - targets: - - ja - - - name: Blockchain - html: label-blockchain.html - parent: by-label.html - landing_for: Blockchain - template: pagetype-label.html.jinja - blurb: Pages about how the XRP Ledger functions as a blockchain. - filters: - - labels - targets: - - en - - - name: ブロックチェーン - html: label-blockchain.html - parent: by-label.html - landing_for: ブロックチェーン - template: pagetype-label.html.jinja - blurb: XRP Ledgerがブロックチェーンとして機能するに関するページ。 - filters: - - labels - targets: - - ja - - - name: Checks - html: label-checks.html - parent: by-label.html - landing_for: Checks - template: pagetype-label.html.jinja - blurb: Pages about the Checks feature. - filters: - - labels - targets: - - en - - - name: Checks - html: label-checks.html - parent: by-label.html - landing_for: Checks - template: pagetype-label.html.jinja - blurb: Checks機能に関するページ。 - filters: - - labels - targets: - - ja - - - name: Core Server - html: label-rippled.html - parent: by-label.html - landing_for: Core Server - template: pagetype-label.html.jinja - blurb: Pages about the XRP Ledger's core server implementation, rippled. - filters: - - labels - targets: - - en - - - name: コアサーバー - html: label-rippled.html - parent: by-label.html - landing_for: コアサーバー - template: pagetype-label.html.jinja - blurb: XRP Ledgerのコアサーバー「rippled」に関するページ。 - filters: - - labels - targets: - - ja - - - name: Cross-Currency - html: label-cross-currency.html - parent: by-label.html - landing_for: Cross-Currency - template: pagetype-label.html.jinja - blurb: Pages about exchanging currencies, tokens, and XRP in payments or the decentralized exchange. - filters: - - labels - targets: - - en - - - name: 複数通貨間 - html: label-cross-currency.html - parent: by-label.html - landing_for: 複数通貨間 - template: pagetype-label.html.jinja - blurb: XRPと通貨とトークンを支払いと分散型取引所で交換ついての全ページ。 - filters: - - labels - targets: - - ja - - - name: Data Retention - html: label-data-retention.html - parent: by-label.html - landing_for: Data Retention - template: pagetype-label.html.jinja - blurb: Pages about how and for how long XRP Ledger software stores data. - filters: - - labels - targets: - - en - - - name: データ保持 - html: label-data-retention.html - parent: by-label.html - landing_for: データ保持 - template: pagetype-label.html.jinja - blurb: XRP Ledgerのソフトウェアがデータを保存する方法と期間に関するページ。 - filters: - - labels - targets: - - ja - - - name: Decentralized Exchange - html: label-decentralized-exchange.html - parent: by-label.html - landing_for: Decentralized Exchange - template: pagetype-label.html.jinja - blurb: Pages about the Decentralized Exchange built into the XRP Ledger. - filters: - - labels - targets: - - en - - - name: 分散型取引所 - html: label-decentralized-exchange.html - parent: by-label.html - landing_for: 分散型取引所 - template: pagetype-label.html.jinja - blurb: XRP Ledgerの分散型取引所に関するページ。 - filters: - - labels - targets: - - ja - - - name: Development - html: label-development.html - parent: by-label.html - landing_for: Development - template: pagetype-label.html.jinja - blurb: Pages about developing apps that use the XRP Ledger. - filters: - - labels - targets: - - en - - - name: 開発 - html: label-development.html - parent: by-label.html - landing_for: 開発 - template: pagetype-label.html.jinja - blurb: XRP Ledgerを使うアプリの開発に関するページ。 - filters: - - labels - targets: - - ja - - - name: Escrow - html: label-escrow.html - parent: by-label.html - landing_for: Escrow - template: pagetype-label.html.jinja - blurb: Pages about the Escrow feature. - filters: - - labels - targets: - - en - - - name: Escrow - html: label-escrow.html - parent: by-label.html - landing_for: Escrow - template: pagetype-label.html.jinja - blurb: Escrow機能に関するページ。 - filters: - - labels - targets: - - ja - - - name: Fees - html: label-fees.html - parent: by-label.html - landing_for: Fees - template: pagetype-label.html.jinja - blurb: Pages about fees and related costs of transacting in the XRP Ledger. - filters: - - labels - targets: - - en - - - name: 手数料 - html: label-fees.html - parent: by-label.html - landing_for: 手数料 - template: pagetype-label.html.jinja - blurb: XRP Ledgerの手数料とコストに関するページ。 - filters: - - labels - targets: - - ja - - - name: Payment Channels - html: label-payment-channels.html - parent: by-label.html - landing_for: Payment Channels - template: pagetype-label.html.jinja - blurb: Pages about the Payment Channels feature. - filters: - - labels - targets: - - en - - - name: Payment Channel - html: label-payment-channels.html - parent: by-label.html - landing_for: Payment Channel - template: pagetype-label.html.jinja - blurb: Payment Channel機能に関するページ。 - filters: - - labels - targets: - - ja - - - name: Payments - html: label-payments.html - parent: by-label.html - landing_for: Payments - template: pagetype-label.html.jinja - blurb: About sending payments (of XRP or tokens) in the XRP Ledger. - filters: - - labels - targets: - - en - - - name: 支払い - html: label-payments.html - parent: by-label.html - landing_for: 支払い - template: pagetype-label.html.jinja - blurb: XRP Ledgerでの支払い二ついての全ページ。 - filters: - - labels - targets: - - ja - - - name: Smart Contracts - html: label-smart-contracts.html - parent: by-label.html - landing_for: Smart Contracts - template: pagetype-label.html.jinja - blurb: Pages about XRP Ledger features that can be used to build smart contracts. - filters: - - labels - targets: - - en - - - name: スマートコントラクト - html: label-smart-contracts.html - parent: by-label.html - landing_for: スマートコントラクト - template: pagetype-label.html.jinja - blurb: スマートコントラクトを開発の役に立つ機能に関するページ。 - filters: - - labels - targets: - - ja - - - name: Security - html: label-security.html - parent: by-label.html - landing_for: Security - template: pagetype-label.html.jinja - blurb: Pages about security issues and precautions. - filters: - - labels - targets: - - en - - - name: セキュリティ - html: label-security.html - parent: by-label.html - landing_for: セキュリティ - template: pagetype-label.html.jinja - blurb: セキュリティ問題と予防措置に関するページ。 - filters: - - labels - targets: - - ja - - - name: Tokens - html: label-tokens.html - parent: by-label.html - landing_for: Tokens - template: pagetype-label.html.jinja - blurb: Pages about issuing tokens in the XRP Ledger. - filters: - - labels - targets: - - en - - - name: トークン - html: label-tokens.html - parent: by-label.html - landing_for: トークン - template: pagetype-label.html.jinja - blurb: XRP Ledgerでのトークンや通貨を発行済みに関するページ。 - filters: - - labels - targets: - - ja - - - name: Transaction Sending - html: label-transaction-sending.html - parent: by-label.html - landing_for: Transaction Sending - template: pagetype-label.html.jinja - blurb: Pages about sending transactions in the XRP Ledger. - filters: - - labels - targets: - - en - - - name: トランザクション送信 - html: label-transaction-sending.html - parent: by-label.html - landing_for: トランザクション送信 - template: pagetype-label.html.jinja - blurb: XRP Ledgerでのトランザクションを送信に関するページ。 - filters: - - labels - targets: - - ja - - - name: XRP - html: label-xrp.html - parent: by-label.html - landing_for: XRP - template: pagetype-label.html.jinja - blurb: Pages about XRP, the native digital asset built into the XRP Ledger. - filters: - - labels - targets: - - en - - - name: XRP - html: label-xrp.html - parent: by-label.html - landing_for: XRP - template: pagetype-label.html.jinja - blurb: XRP Ledgerのネイティブ暗号資産「XRP」に関するページ。 - filters: - - labels - targets: - - ja - - - name: Browse By Label - html: by-label.html - parent: docs.html - template: page-by-label.html.jinja - sidebar: left_only - blurb: See all pages labeled with a specific topic or idea. - top_nav_omit: true - filters: - - labels - targets: - - en - - - name: ラベル別に閲覧 - html: by-label.html - parent: docs.html - template: page-by-label.html.jinja - sidebar: left_only - blurb: 特定のトピックでラベル付けされたページを表示します。 - top_nav_omit: true - filters: - - labels - targets: - - ja - - - -# --------------- end "Docs" section ------------------------------------------- -# Use Cases: these have been removed. Only redirects remain. - - - name: Use Cases - html: use-cases.html - template: pagetype-redirect.html.jinja - nav_omit: true - redirect_url: uses.html - targets: - - en - - - name: ユースケース - html: use-cases.html - template: pagetype-redirect.html.jinja - nav_omit: true - redirect_url: uses.html - targets: - - ja - - - name: Run a rippled Validator - html: run-a-rippled-validator.html - template: pagetype-redirect.html.jinja - nav_omit: true - redirect_url: run-rippled-as-a-validator.html - targets: - - en - - - name: rippledバリデータの実行 - html: run-a-rippled-validator.html - template: pagetype-redirect.html.jinja - nav_omit: true - redirect_url: run-rippled-as-a-validator.html - targets: - - ja - - - name: List XRP In Your Exchange - html: list-xrp-in-your-exchange.html - template: pagetype-redirect.html.jinja - nav_omit: true - redirect_url: list-xrp-as-an-exchange.html - targets: - - en - - - name: 取引所でのXRPの上場 - html: list-xrp-in-your-exchange.html - template: pagetype-redirect.html.jinja - nav_omit: true - redirect_url: list-xrp-as-an-exchange.html - targets: - - ja - - - name: Contribute Code to rippled - html: contribute-code-to-rippled.html - template: pagetype-redirect.html.jinja - nav_omit: true - redirect_url: contribute-code.html - targets: - - en - - - name: rippledへのコードの提供 - html: contribute-code-to-rippled.html - template: pagetype-redirect.html.jinja - nav_omit: true - redirect_url: contribute-code.html - targets: - - ja - - - name: Contribute Code to ripple-lib - html: contribute-code-to-ripple-lib.html - template: pagetype-redirect.html.jinja - nav_omit: true - redirect_url: contribute-code.html - targets: - - en - - - name: ripple-libへのコードの提供 - html: contribute-code-to-ripple-lib.html - template: pagetype-redirect.html.jinja - nav_omit: true - redirect_url: contribute-code.html - targets: - - ja - -# Dev Tools -------------------------------------------------------------------- - - md: dev-tools/dev-tools.md - html: dev-tools.html - parent: docs.html - top_nav_grouping: Online Tools - blurb: Use these web-based tools to interact with the ledger and test your software. - targets: - - en - - - md: dev-tools/dev-tools.ja.md - html: dev-tools.html - parent: docs.html - top_nav_grouping: Online Tools - targets: - - ja - - - name: Dev Tools # Redirect page for old broken URL - html: dev-tools-dev-tools.html - template: pagetype-redirect.html.jinja - nav_omit: true - redirect_url: dev-tools.html - targets: - - en - - ja - - - name: RPC Tool - html: xrp-ledger-rpc-tool.html - parent: dev-tools.html - targets: - - en - - ja - template: page-rpc-tool.html.jinja - - - name: WebSocket API Tool - html: websocket-api-tool.html - parent: dev-tools.html - template: page-websocket-api-tool.html.jinja - canonical_url: https://xrpl.org/websocket-api-tool.html - targets: - - en - - ja - - - name: ripple.txt Validator # Redirect from ripple.txt validator to toml - html: ripple-txt-validator.html - parent: dev-tools.html - template: pagetype-redirect.html.jinja - nav_omit: true - redirect_url: xrp-ledger-toml-checker.html - targets: - - en - - ja - - - name: xrp-ledger.toml Checker - html: xrp-ledger-toml-checker.html - parent: dev-tools.html - template: page-toml-checker.html.jinja - embed_ripple_lib: true - targets: - - en - - ja - - - name: Domain Verification Checker - html: validator-domain-verifier.html - parent: dev-tools.html - template: page-validator-domain-verifier.html.jinja - targets: - - en - - ja - - - name: XRP Faucets - html: xrp-testnet-faucet.html - parent: dev-tools.html - template: page-xrp-faucets.html.jinja - top_nav_grouping: Popular Pages - targets: - - en - - ja - - # Redirect from old URL - - name: XRP Faucets - html: xrp-test-net-faucet.html - template: pagetype-redirect.html.jinja - nav_omit: true - redirect_url: xrp-testnet-faucet.html - targets: - - en - - ja - - - name: Transaction Sender - html: tx-sender.html - parent: dev-tools.html - template: page-tx-sender.html.jinja - embed_ripple_lib: true - targets: - - en - - ja +# - md: references/protocol-reference/transactions/pseudo-transaction-types/enableamendment.ja.md +# targets: +# - ja + +# - md: references/protocol-reference/transactions/pseudo-transaction-types/setfee.md +# targets: +# - en + +# - md: references/protocol-reference/transactions/pseudo-transaction-types/setfee.ja.md +# targets: +# - ja + +# # TODO: translate +# - md: references/protocol-reference/transactions/pseudo-transaction-types/unlmodify.md +# targets: +# - en +# - ja + +# - md: references/protocol-reference/transactions/transaction-results/transaction-results.md +# targets: +# - en + +# - md: references/protocol-reference/transactions/transaction-results/transaction-results.ja.md +# targets: +# - ja + +# - md: references/protocol-reference/transactions/transaction-results/tec-codes.md +# targets: +# - en + +# - md: references/protocol-reference/transactions/transaction-results/tec-codes.ja.md +# targets: +# - ja + +# - md: references/protocol-reference/transactions/transaction-results/tef-codes.md +# targets: +# - en + +# - md: references/protocol-reference/transactions/transaction-results/tef-codes.ja.md +# targets: +# - ja + +# - md: references/protocol-reference/transactions/transaction-results/tel-codes.md +# targets: +# - en + +# - md: references/protocol-reference/transactions/transaction-results/tel-codes.ja.md +# targets: +# - ja + +# - md: references/protocol-reference/transactions/transaction-results/tem-codes.md +# targets: +# - en + +# - md: references/protocol-reference/transactions/transaction-results/tem-codes.ja.md +# targets: +# - ja + +# - md: references/protocol-reference/transactions/transaction-results/ter-codes.md +# targets: +# - en + +# - md: references/protocol-reference/transactions/transaction-results/ter-codes.ja.md +# targets: +# - ja + +# - md: references/protocol-reference/transactions/transaction-results/tes-success.md +# targets: +# - en + +# - md: references/protocol-reference/transactions/transaction-results/tes-success.ja.md +# targets: +# - ja + +# - md: references/protocol-reference/transactions/transaction-metadata.md +# targets: +# - en + +# - md: references/protocol-reference/transactions/transaction-metadata.ja.md +# targets: +# - ja + +# - md: references/protocol-reference/modifying-the-ledger.md +# targets: +# - en + +# - md: references/protocol-reference/modifying-the-ledger.ja.md +# targets: +# - ja + +# - md: references/protocol-reference/serialization.md +# targets: +# - en + +# - md: references/protocol-reference/serialization.ja.md +# targets: +# - ja + +# # Client Libraries --------------------------------------------------------- + +# # TODO: translate page & blurb +# - md: references/client-libraries.md +# targets: +# - en +# - ja + +# - name: JavaScript / TypeScript Client Library +# md: https://raw.githubusercontent.com/ripple/ripple-lib/1.9.4/docs/index.md +# html: rippleapi-reference.html +# parent: client-libraries.html +# blurb: JavaScript/TypeScript client library to the XRP Ledger. +# skip_spell_checker: true +# # Japanese: XRP Ledgerに対する公式なクライアントライブラリです。JavaScriptのみで使用できます。 +# curated_anchors: +# - name: Transactions +# anchor: "#transaction-overview" +# - name: Basic Types +# anchor: "#basic-types" +# - name: Methods +# anchor: "#api-methods" +# filters: +# - remove_doctoc +# - add_version +# targets: +# - en +# - ja + +# - name: Python Client Library +# html: https://xrpl-py.readthedocs.io/ +# parent: client-libraries.html +# blurb: Python client library to the XRP Ledger. +# targets: +# - en +# - ja + +# - name: Java Client Library +# html: https://javadoc.io/doc/org.xrpl/ +# parent: client-libraries.html +# blurb: Java client library to the XRP Ledger. +# targets: +# - en +# - ja + + +# # HTTP / Websocket APIs ---------------------------------------------------- + +# - name: HTTP / WebSocket APIs +# html: rippled-api.html +# parent: references.html +# template: pagetype-category.html.jinja +# blurb: Communicate directly with rippled, the core peer-to-peer server that manages the XRP Ledger. +# targets: +# - en + +# - name: HTTP / WebSocket API リファレンス +# html: rippled-api.html +# parent: references.html +# template: pagetype-category.html.jinja +# blurb: XRP Ledgerを管理するコアのピアツーピアサーバーであるrippledと直接通信します。 +# targets: +# - ja + +# - md: references/rippled-api/api-conventions/api-conventions.md +# targets: +# - en + +# - md: references/rippled-api/api-conventions/api-conventions.ja.md +# targets: +# - ja + +# - md: references/rippled-api/api-conventions/request-formatting.md +# targets: +# - en + +# - md: references/rippled-api/api-conventions/request-formatting.ja.md +# targets: +# - ja + +# - md: references/rippled-api/api-conventions/response-formatting.md +# targets: +# - en + +# - md: references/rippled-api/api-conventions/response-formatting.ja.md +# targets: +# - ja + +# - md: references/rippled-api/api-conventions/error-formatting.md +# targets: +# - en + +# - md: references/rippled-api/api-conventions/error-formatting.ja.md +# targets: +# - ja + +# - md: references/rippled-api/api-conventions/markers-and-pagination.md +# targets: +# - en + +# - md: references/rippled-api/api-conventions/markers-and-pagination.ja.md +# targets: +# - ja + +# # TODO: translate page & blurb +# - md: references/rippled-api/api-conventions/rate-limiting.md +# targets: +# - en +# - ja + +# - md: references/rippled-api/api-conventions/rippled-server-states.md +# targets: +# - en + +# - md: references/rippled-api/api-conventions/rippled-server-states.ja.md +# targets: +# - ja + +# # rippled Public Methods + +# - md: references/rippled-api/public-rippled-methods/public-rippled-methods.md +# targets: +# - en + +# - md: references/rippled-api/public-rippled-methods/public-rippled-methods.ja.md +# targets: +# - ja + +# - name: Account Methods +# html: account-methods.html +# parent: public-rippled-methods.html +# template: pagetype-category.html.jinja +# blurb: An account in the XRP Ledger represents a holder of XRP and a sender of transactions. Use these methods to work with account info. +# targets: +# - en + +# - name: Account Methods +# html: account-methods.html +# parent: public-rippled-methods.html +# template: pagetype-category.html.jinja +# blurb: XRP Ledgerのアカウントとは、XRPの保有者とトランザクションの送信者を意味します。以下のメソッドを使用して、アカウント情報を処理します。 +# targets: +# - ja + +# - md: references/rippled-api/public-rippled-methods/account-methods/account_channels.md +# targets: +# - en + +# - md: references/rippled-api/public-rippled-methods/account-methods/account_channels.ja.md +# targets: +# - ja + +# - md: references/rippled-api/public-rippled-methods/account-methods/account_currencies.md +# targets: +# - en + +# - md: references/rippled-api/public-rippled-methods/account-methods/account_currencies.ja.md +# targets: +# - ja + +# - md: references/rippled-api/public-rippled-methods/account-methods/account_info.md +# targets: +# - en + +# - md: references/rippled-api/public-rippled-methods/account-methods/account_info.ja.md +# targets: +# - ja + +# - md: references/rippled-api/public-rippled-methods/account-methods/account_lines.md +# targets: +# - en + +# - md: references/rippled-api/public-rippled-methods/account-methods/account_lines.ja.md +# targets: +# - ja + +# - md: references/rippled-api/public-rippled-methods/account-methods/account_objects.md +# targets: +# - en + +# - md: references/rippled-api/public-rippled-methods/account-methods/account_objects.ja.md +# targets: +# - ja + +# - md: references/rippled-api/public-rippled-methods/account-methods/account_offers.md +# targets: +# - en + +# - md: references/rippled-api/public-rippled-methods/account-methods/account_offers.ja.md +# targets: +# - ja + +# - md: references/rippled-api/public-rippled-methods/account-methods/account_tx.md +# targets: +# - en + +# - md: references/rippled-api/public-rippled-methods/account-methods/account_tx.ja.md +# targets: +# - ja + +# - md: references/rippled-api/public-rippled-methods/account-methods/gateway_balances.md +# targets: +# - en + +# - md: references/rippled-api/public-rippled-methods/account-methods/gateway_balances.ja.md +# targets: +# - ja + +# - md: references/rippled-api/public-rippled-methods/account-methods/noripple_check.md +# targets: +# - en + +# - md: references/rippled-api/public-rippled-methods/account-methods/noripple_check.ja.md +# targets: +# - ja + +# - name: Ledger Methods +# html: ledger-methods.html +# parent: public-rippled-methods.html +# blurb: A ledger version contains a header, a transaction tree, and a state tree, which contain account settings, trustlines, balances, transactions, and other data. Use these methods to retrieve ledger info. +# template: pagetype-category.html.jinja +# targets: +# - en + +# - name: Ledger Methods +# html: ledger-methods.html +# parent: public-rippled-methods.html +# blurb: レジャーバージョンには、ヘッダー、トランザクションツリー、状態ツリーが含まれ、さらにその中にアカウント設定、トラストライン、残高、トランザクション、その他のデータが含まれます。以下のメソッドを使用して、レジャー情報を取得します。 +# template: pagetype-category.html.jinja +# targets: +# - ja + +# - md: references/rippled-api/public-rippled-methods/ledger-methods/ledger.md +# targets: +# - en + +# - md: references/rippled-api/public-rippled-methods/ledger-methods/ledger.ja.md +# targets: +# - ja + +# - md: references/rippled-api/public-rippled-methods/ledger-methods/ledger_closed.md +# targets: +# - en + +# - md: references/rippled-api/public-rippled-methods/ledger-methods/ledger_closed.ja.md +# targets: +# - ja + +# - md: references/rippled-api/public-rippled-methods/ledger-methods/ledger_current.md +# targets: +# - en + +# - md: references/rippled-api/public-rippled-methods/ledger-methods/ledger_current.ja.md +# targets: +# - ja + +# - md: references/rippled-api/public-rippled-methods/ledger-methods/ledger_data.md +# targets: +# - en + +# - md: references/rippled-api/public-rippled-methods/ledger-methods/ledger_data.ja.md +# targets: +# - ja + +# - md: references/rippled-api/public-rippled-methods/ledger-methods/ledger_entry.md +# targets: +# - en + +# # TODO: update the translation of this page +# - md: references/rippled-api/public-rippled-methods/ledger-methods/ledger_entry.ja.md +# targets: +# - ja + +# - name: Transaction Methods +# html: transaction-methods.html # watch for clashes w/ this filename +# parent: public-rippled-methods.html +# template: pagetype-category.html.jinja +# blurb: Transactions are the only thing that can modify the shared state of the XRP Ledger. All business on the XRP Ledger takes the form of transactions. Use these methods to work with transactions. #TODO:translate +# targets: +# - en + +# - name: Transaction Methods +# html: transaction-methods.html # watch for clashes w/ this filename +# parent: public-rippled-methods.html +# template: pagetype-category.html.jinja +# blurb: トランザクションだけが、XRP Ledgerの共有されている状態を変更できます。XRP Ledgerに対するすべてのビジネスはトランザクションの形態をとります。以下のメソッドを使用して、トランザクションを処理します。 +# targets: +# - ja + +# - md: references/rippled-api/public-rippled-methods/transaction-methods/sign.md +# targets: +# - en + +# - md: references/rippled-api/public-rippled-methods/transaction-methods/sign.ja.md +# targets: +# - ja + +# - md: references/rippled-api/public-rippled-methods/transaction-methods/sign_for.md +# targets: +# - en + +# - md: references/rippled-api/public-rippled-methods/transaction-methods/sign_for.ja.md +# targets: +# - ja + +# - md: references/rippled-api/public-rippled-methods/transaction-methods/submit.md +# targets: +# - en + +# - md: references/rippled-api/public-rippled-methods/transaction-methods/submit.ja.md +# targets: +# - ja + +# - md: references/rippled-api/public-rippled-methods/transaction-methods/submit_multisigned.md +# targets: +# - en + +# - md: references/rippled-api/public-rippled-methods/transaction-methods/submit_multisigned.ja.md +# targets: +# - ja + +# - md: references/rippled-api/public-rippled-methods/transaction-methods/transaction_entry.md +# targets: +# - en + +# - md: references/rippled-api/public-rippled-methods/transaction-methods/transaction_entry.ja.md +# targets: +# - ja + +# - md: references/rippled-api/public-rippled-methods/transaction-methods/tx.md +# targets: +# - en + +# - md: references/rippled-api/public-rippled-methods/transaction-methods/tx.ja.md +# targets: +# - ja + +# - md: references/rippled-api/public-rippled-methods/transaction-methods/tx_history.md +# targets: +# - en + +# - md: references/rippled-api/public-rippled-methods/transaction-methods/tx_history.ja.md +# targets: +# - ja + +# - name: Path and Order Book Methods +# html: path-and-order-book-methods.html +# parent: public-rippled-methods.html +# blurb: Paths define a way for payments to flow through intermediary steps on their way from sender to receiver. Paths enable cross-currency payments by connecting sender and receiver through order books. Use these methods to work with paths and other books. +# template: pagetype-category.html.jinja +# targets: +# - en + +# - name: Path and Order Book Methods +# html: path-and-order-book-methods.html +# parent: public-rippled-methods.html +# blurb: パスは、支払いが送信者から受信者に届くまでに中間ステップでたどる道筋を定義します。パスは、送信者と受信者をオーダーブックを介してつなぐことで、複数通貨間の支払いを可能にします。パスと他のオーダーブックに関しては、以下のメソッドを使用します。 +# template: pagetype-category.html.jinja +# targets: +# - ja + +# - md: references/rippled-api/public-rippled-methods/path-and-order-book-methods/book_offers.md +# targets: +# - en + +# - md: references/rippled-api/public-rippled-methods/path-and-order-book-methods/book_offers.ja.md +# targets: +# - ja + +# - md: references/rippled-api/public-rippled-methods/path-and-order-book-methods/deposit_authorized.md +# targets: +# - en + +# - md: references/rippled-api/public-rippled-methods/path-and-order-book-methods/deposit_authorized.ja.md +# targets: +# - ja + +# - md: references/rippled-api/public-rippled-methods/path-and-order-book-methods/path_find.md +# targets: +# - en + +# - md: references/rippled-api/public-rippled-methods/path-and-order-book-methods/path_find.ja.md +# targets: +# - ja + +# - md: references/rippled-api/public-rippled-methods/path-and-order-book-methods/ripple_path_find.md +# targets: +# - en + +# - md: references/rippled-api/public-rippled-methods/path-and-order-book-methods/ripple_path_find.ja.md +# targets: +# - ja + +# - name: Payment Channel Methods +# html: payment-channel-methods.html +# parent: public-rippled-methods.html +# blurb: Payment channels are a tool for facilitating repeated, unidirectional payments, or temporary credit between two parties. Use these methods to work with payment channels. #TODO:translate +# template: pagetype-category.html.jinja +# targets: +# - en +# - ja + +# - md: references/rippled-api/public-rippled-methods/payment-channel-methods/channel_authorize.md +# targets: +# - en + +# - md: references/rippled-api/public-rippled-methods/payment-channel-methods/channel_authorize.ja.md +# targets: +# - ja + +# - md: references/rippled-api/public-rippled-methods/payment-channel-methods/channel_verify.md +# targets: +# - en + +# - md: references/rippled-api/public-rippled-methods/payment-channel-methods/channel_verify.ja.md +# targets: +# - ja + +# - name: Subscription Methods +# html: subscription-methods.html +# parent: public-rippled-methods.html +# blurb: Use these methods to enable the server to push updates to your client when various events happen, so that you can know and react right away. WebSocket API only. #TODO:translate +# template: pagetype-category.html.jinja +# targets: +# - en + +# - name: Subscription Methods +# html: subscription-methods.html +# parent: public-rippled-methods.html +# blurb: 以下のメソッドにより、各種イベントの発生時にサーバーからクライアントに更新が通知されるように設定できます。これにより、イベントを即座に把握し、対処することができます。WebSocket APIのみ。 +# template: pagetype-category.html.jinja +# targets: +# - ja + +# - md: references/rippled-api/public-rippled-methods/subscription-methods/subscribe.md +# targets: +# - en + +# - md: references/rippled-api/public-rippled-methods/subscription-methods/subscribe.ja.md +# targets: +# - ja + +# - md: references/rippled-api/public-rippled-methods/subscription-methods/unsubscribe.md +# targets: +# - en + +# - md: references/rippled-api/public-rippled-methods/subscription-methods/unsubscribe.ja.md +# targets: +# - ja + +# - name: Server Info Methods +# html: server-info-methods.html +# parent: public-rippled-methods.html +# blurb: Use these methods to retrieve information about the current state of the rippled server. +# template: pagetype-category.html.jinja +# targets: +# - en + +# - name: Server Info Methods +# html: server-info-methods.html +# parent: public-rippled-methods.html +# blurb: 以下のメソッドを使用して、rippledサーバーの現在の状態についての情報を取得します。 +# template: pagetype-category.html.jinja +# targets: +# - ja + +# - md: references/rippled-api/public-rippled-methods/server-info-methods/fee.md +# targets: +# - en + +# - md: references/rippled-api/public-rippled-methods/server-info-methods/fee.ja.md +# targets: +# - ja + +# # TODO: translate +# - md: references/rippled-api/public-rippled-methods/server-info-methods/manifest.md +# targets: +# - en +# - ja + +# - md: references/rippled-api/public-rippled-methods/server-info-methods/server_info.md +# targets: +# - en + +# - md: references/rippled-api/public-rippled-methods/server-info-methods/server_info.ja.md +# targets: +# - ja + +# - md: references/rippled-api/public-rippled-methods/server-info-methods/server_state.md +# targets: +# - en + +# - md: references/rippled-api/public-rippled-methods/server-info-methods/server_state.ja.md +# targets: +# - ja + +# - name: Utility Methods +# html: utility-methods.html +# parent: public-rippled-methods.html +# blurb: Use these methods to perform convenient tasks, such as ping and random number generation. +# template: pagetype-category.html.jinja +# targets: +# - en +# - ja + +# - md: references/rippled-api/public-rippled-methods/utility-methods/json.md +# targets: +# - en + +# - md: references/rippled-api/public-rippled-methods/utility-methods/json.ja.md +# targets: +# - ja + +# - md: references/rippled-api/public-rippled-methods/utility-methods/ping.md +# targets: +# - en + +# - md: references/rippled-api/public-rippled-methods/utility-methods/ping.ja.md +# targets: +# - ja + +# - md: references/rippled-api/public-rippled-methods/utility-methods/random.md +# targets: +# - en + +# - md: references/rippled-api/public-rippled-methods/utility-methods/random.ja.md +# targets: +# - ja + +# - md: references/rippled-api/admin-rippled-methods/admin-rippled-methods.md +# targets: +# - en + +# - md: references/rippled-api/admin-rippled-methods/admin-rippled-methods.ja.md +# targets: +# - ja + +# - name: Key Generation Methods +# html: key-generation-methods.html +# parent: admin-rippled-methods.html +# blurb: Use these methods to generate and manage keys. +# template: pagetype-category.html.jinja +# targets: +# - en + +# - name: キー生成のメソッド +# html: key-generation-methods.html +# parent: admin-rippled-methods.html +# blurb: キーを生成および管理するには、以下のメソッドを使用します。 +# template: pagetype-category.html.jinja +# targets: +# - ja + +# - md: references/rippled-api/admin-rippled-methods/key-generation-methods/validation_create.md +# targets: +# - en + +# - md: references/rippled-api/admin-rippled-methods/key-generation-methods/validation_create.ja.md +# targets: +# - ja + +# - md: references/rippled-api/admin-rippled-methods/key-generation-methods/wallet_propose.md +# targets: +# - en + +# - md: references/rippled-api/admin-rippled-methods/key-generation-methods/wallet_propose.ja.md +# targets: +# - ja + +# - name: Logging and Data Management Methods +# html: logging-and-data-management-methods.html +# parent: admin-rippled-methods.html +# blurb: Use these methods to manage log levels and other data, such as ledgers. +# template: pagetype-category.html.jinja +# targets: +# - en + +# - name: ログとデータ管理のメソッド +# html: logging-and-data-management-methods.html +# parent: admin-rippled-methods.html +# blurb: Use these methods to manage log levels and other data, such as ledgers. #TODO: translate +# template: pagetype-category.html.jinja +# targets: +# - ja + +# - md: references/rippled-api/admin-rippled-methods/logging-and-data-management-methods/can_delete.md +# targets: +# - en + +# - md: references/rippled-api/admin-rippled-methods/logging-and-data-management-methods/can_delete.ja.md +# targets: +# - ja + +# - md: references/rippled-api/admin-rippled-methods/logging-and-data-management-methods/crawl_shards.md +# targets: +# - en + +# - md: references/rippled-api/admin-rippled-methods/logging-and-data-management-methods/crawl_shards.ja.md +# targets: +# - ja + +# - md: references/rippled-api/admin-rippled-methods/logging-and-data-management-methods/download_shard.md +# targets: +# - en + +# - md: references/rippled-api/admin-rippled-methods/logging-and-data-management-methods/download_shard.ja.md +# targets: +# - ja + +# - md: references/rippled-api/admin-rippled-methods/logging-and-data-management-methods/ledger_cleaner.md +# targets: +# - en + +# - md: references/rippled-api/admin-rippled-methods/logging-and-data-management-methods/ledger_cleaner.ja.md +# targets: +# - ja + +# - md: references/rippled-api/admin-rippled-methods/logging-and-data-management-methods/ledger_request.md +# targets: +# - en + +# - md: references/rippled-api/admin-rippled-methods/logging-and-data-management-methods/ledger_request.ja.md +# targets: +# - ja + +# - md: references/rippled-api/admin-rippled-methods/logging-and-data-management-methods/log_level.md +# targets: +# - en + +# - md: references/rippled-api/admin-rippled-methods/logging-and-data-management-methods/log_level.ja.md +# targets: +# - ja + +# - md: references/rippled-api/admin-rippled-methods/logging-and-data-management-methods/logrotate.md +# targets: +# - en + +# - md: references/rippled-api/admin-rippled-methods/logging-and-data-management-methods/logrotate.ja.md +# targets: +# - ja + +# #TODO: translate title and blurb +# - name: Server Control Methods +# html: server-control-methods.html +# parent: admin-rippled-methods.html +# blurb: Use these methods to manage the rippled server. +# template: pagetype-category.html.jinja +# targets: +# - en +# - ja + +# - md: references/rippled-api/admin-rippled-methods/server-control-methods/ledger_accept.md +# targets: +# - en + +# - md: references/rippled-api/admin-rippled-methods/server-control-methods/ledger_accept.ja.md +# targets: +# - ja + +# - md: references/rippled-api/admin-rippled-methods/server-control-methods/stop.md +# targets: +# - en + +# - md: references/rippled-api/admin-rippled-methods/server-control-methods/stop.ja.md +# targets: +# - ja + +# - md: references/rippled-api/admin-rippled-methods/server-control-methods/validation_seed.md +# targets: +# - en + +# - md: references/rippled-api/admin-rippled-methods/server-control-methods/validation_seed.ja.md +# targets: +# - ja + + +# - name: Peer Management Methods +# html: peer-management-methods.html +# parent: admin-rippled-methods.html +# blurb: Use these methods to manage your server's peer-to-peer connections. +# template: pagetype-category.html.jinja +# targets: +# - en + +# - name: ピア管理のメソッド +# html: peer-management-methods.html +# parent: admin-rippled-methods.html +# blurb: サーバーのピアツーピア接続を管理するにはこれらのメソッドを使用します。 +# template: pagetype-category.html.jinja +# targets: +# - ja + +# - md: references/rippled-api/admin-rippled-methods/peer-management-methods/connect.md +# targets: +# - en + +# - md: references/rippled-api/admin-rippled-methods/peer-management-methods/connect.ja.md +# targets: +# - ja + +# - md: references/rippled-api/admin-rippled-methods/peer-management-methods/peer_reservations_add.md +# targets: +# - en + +# - md: references/rippled-api/admin-rippled-methods/peer-management-methods/peer_reservations_add.ja.md +# targets: +# - ja + +# - md: references/rippled-api/admin-rippled-methods/peer-management-methods/peer_reservations_del.md +# targets: +# - en + +# - md: references/rippled-api/admin-rippled-methods/peer-management-methods/peer_reservations_del.ja.md +# targets: +# - ja + +# - md: references/rippled-api/admin-rippled-methods/peer-management-methods/peer_reservations_list.md +# targets: +# - en + +# - md: references/rippled-api/admin-rippled-methods/peer-management-methods/peer_reservations_list.ja.md +# targets: +# - ja + +# - md: references/rippled-api/admin-rippled-methods/peer-management-methods/peers.md +# targets: +# - en + +# - md: references/rippled-api/admin-rippled-methods/peer-management-methods/peers.ja.md +# targets: +# - ja + +# - name: Status and Debugging Methods +# html: status-and-debugging-methods.html +# parent: admin-rippled-methods.html +# blurb: Use these methods to check the status of the network and server. +# template: pagetype-category.html.jinja +# targets: +# - en + +# - name: ステータスとデバッグのメソッド +# html: status-and-debugging-methods.html +# parent: admin-rippled-methods.html +# blurb: ネットワークとサーバーのステータスを確認するには、以下のメソッドを使用します。 +# template: pagetype-category.html.jinja +# targets: +# - ja + +# - md: references/rippled-api/admin-rippled-methods/status-and-debugging-methods/consensus_info.md +# targets: +# - en + +# - md: references/rippled-api/admin-rippled-methods/status-and-debugging-methods/consensus_info.ja.md +# targets: +# - ja + +# - md: references/rippled-api/admin-rippled-methods/status-and-debugging-methods/feature.md +# targets: +# - en + +# - md: references/rippled-api/admin-rippled-methods/status-and-debugging-methods/feature.ja.md +# targets: +# - ja + +# - md: references/rippled-api/admin-rippled-methods/status-and-debugging-methods/fetch_info.md +# targets: +# - en + +# - md: references/rippled-api/admin-rippled-methods/status-and-debugging-methods/fetch_info.ja.md +# targets: +# - ja + +# - md: references/rippled-api/admin-rippled-methods/status-and-debugging-methods/get_counts.md +# targets: +# - en + +# - md: references/rippled-api/admin-rippled-methods/status-and-debugging-methods/get_counts.ja.md +# targets: +# - ja + +# - md: references/rippled-api/admin-rippled-methods/status-and-debugging-methods/print.md +# targets: +# - en + +# - md: references/rippled-api/admin-rippled-methods/status-and-debugging-methods/print.ja.md +# targets: +# - ja + +# # TODO: translate +# - md: references/rippled-api/admin-rippled-methods/status-and-debugging-methods/validator_info.md +# targets: +# - en +# - ja + +# - md: references/rippled-api/admin-rippled-methods/status-and-debugging-methods/validator_list_sites.md +# targets: +# - en + +# - md: references/rippled-api/admin-rippled-methods/status-and-debugging-methods/validator_list_sites.ja.md +# targets: +# - ja + +# - md: references/rippled-api/admin-rippled-methods/status-and-debugging-methods/validators.md +# targets: +# - en + +# - md: references/rippled-api/admin-rippled-methods/status-and-debugging-methods/validators.ja.md +# targets: +# - ja + +# - md: references/rippled-api/commandline-usage.md +# targets: +# - en + +# - md: references/rippled-api/commandline-usage.ja.md +# targets: +# - ja + +# # TODO: translate title & blurb +# - name: Peer Port Methods +# html: peer-port-methods.html +# parent: rippled-api.html +# template: pagetype-category.html.jinja +# blurb: Special API method for sharing network topology and status metrics. +# targets: +# - en +# - ja + +# # TODO: translate page & blurb +# - md: references/rippled-api/peer-port-methods/health-check.md +# targets: +# - en +# - ja + +# - md: references/rippled-api/peer-port-methods/peer-crawler.md +# targets: +# - en + +# # TODO: translate page (currently only the blurb is translated) +# - md: references/rippled-api/peer-port-methods/peer-crawler.md +# blurb: ネットワークトポロジーとステータスメトリックを共有するための特殊なAPIメソッドです。 +# untranslated_warning: true +# targets: +# - ja + +# # TODO: translate page & blurb +# - md: references/rippled-api/peer-port-methods/validator-list.md +# targets: +# - en +# - ja + +# # Placeholder / redirect for XRP-API docs. +# - md: references/xrp-api.md +# targets: +# - en +# - ja + +# # Deprecation warnings for old Data API docs +# - md: references/data-api.md +# targets: +# - en + +# - md: references/data-api.ja.md +# targets: +# - ja + +# - md: references/xrp-ledger-toml.md +# targets: +# - en + +# - md: references/xrp-ledger-toml.ja.md +# targets: +# - ja + +# # Landing pages for labels ------------------------------------------------- +# - name: Accounts +# html: label-accounts.html +# parent: by-label.html +# landing_for: Accounts +# template: pagetype-label.html.jinja +# blurb: Pages relating to accounts in the XRP Ledger. +# filters: +# - labels +# targets: +# - en + +# - name: アカウント +# html: label-accounts.html +# parent: by-label.html +# landing_for: アカウント +# template: pagetype-label.html.jinja +# blurb: XRP Ledgerのアカウントに関するページ。 +# filters: +# - labels +# targets: +# - ja + +# - name: Blockchain +# html: label-blockchain.html +# parent: by-label.html +# landing_for: Blockchain +# template: pagetype-label.html.jinja +# blurb: Pages about how the XRP Ledger functions as a blockchain. +# filters: +# - labels +# targets: +# - en + +# - name: ブロックチェーン +# html: label-blockchain.html +# parent: by-label.html +# landing_for: ブロックチェーン +# template: pagetype-label.html.jinja +# blurb: XRP Ledgerがブロックチェーンとして機能するに関するページ。 +# filters: +# - labels +# targets: +# - ja + +# - name: Checks +# html: label-checks.html +# parent: by-label.html +# landing_for: Checks +# template: pagetype-label.html.jinja +# blurb: Pages about the Checks feature. +# filters: +# - labels +# targets: +# - en + +# - name: Checks +# html: label-checks.html +# parent: by-label.html +# landing_for: Checks +# template: pagetype-label.html.jinja +# blurb: Checks機能に関するページ。 +# filters: +# - labels +# targets: +# - ja + +# - name: Core Server +# html: label-rippled.html +# parent: by-label.html +# landing_for: Core Server +# template: pagetype-label.html.jinja +# blurb: Pages about the XRP Ledger's core server implementation, rippled. +# filters: +# - labels +# targets: +# - en + +# - name: コアサーバー +# html: label-rippled.html +# parent: by-label.html +# landing_for: コアサーバー +# template: pagetype-label.html.jinja +# blurb: XRP Ledgerのコアサーバー「rippled」に関するページ。 +# filters: +# - labels +# targets: +# - ja + +# - name: Cross-Currency +# html: label-cross-currency.html +# parent: by-label.html +# landing_for: Cross-Currency +# template: pagetype-label.html.jinja +# blurb: Pages about exchanging currencies, tokens, and XRP in payments or the decentralized exchange. +# filters: +# - labels +# targets: +# - en + +# - name: 複数通貨間 +# html: label-cross-currency.html +# parent: by-label.html +# landing_for: 複数通貨間 +# template: pagetype-label.html.jinja +# blurb: XRPと通貨とトークンを支払いと分散型取引所で交換ついての全ページ。 +# filters: +# - labels +# targets: +# - ja + +# - name: Data Retention +# html: label-data-retention.html +# parent: by-label.html +# landing_for: Data Retention +# template: pagetype-label.html.jinja +# blurb: Pages about how and for how long XRP Ledger software stores data. +# filters: +# - labels +# targets: +# - en + +# - name: データ保持 +# html: label-data-retention.html +# parent: by-label.html +# landing_for: データ保持 +# template: pagetype-label.html.jinja +# blurb: XRP Ledgerのソフトウェアがデータを保存する方法と期間に関するページ。 +# filters: +# - labels +# targets: +# - ja + +# - name: Decentralized Exchange +# html: label-decentralized-exchange.html +# parent: by-label.html +# landing_for: Decentralized Exchange +# template: pagetype-label.html.jinja +# blurb: Pages about the Decentralized Exchange built into the XRP Ledger. +# filters: +# - labels +# targets: +# - en + +# - name: 分散型取引所 +# html: label-decentralized-exchange.html +# parent: by-label.html +# landing_for: 分散型取引所 +# template: pagetype-label.html.jinja +# blurb: XRP Ledgerの分散型取引所に関するページ。 +# filters: +# - labels +# targets: +# - ja + +# - name: Development +# html: label-development.html +# parent: by-label.html +# landing_for: Development +# template: pagetype-label.html.jinja +# blurb: Pages about developing apps that use the XRP Ledger. +# filters: +# - labels +# targets: +# - en + +# - name: 開発 +# html: label-development.html +# parent: by-label.html +# landing_for: 開発 +# template: pagetype-label.html.jinja +# blurb: XRP Ledgerを使うアプリの開発に関するページ。 +# filters: +# - labels +# targets: +# - ja + +# - name: Escrow +# html: label-escrow.html +# parent: by-label.html +# landing_for: Escrow +# template: pagetype-label.html.jinja +# blurb: Pages about the Escrow feature. +# filters: +# - labels +# targets: +# - en + +# - name: Escrow +# html: label-escrow.html +# parent: by-label.html +# landing_for: Escrow +# template: pagetype-label.html.jinja +# blurb: Escrow機能に関するページ。 +# filters: +# - labels +# targets: +# - ja + +# - name: Fees +# html: label-fees.html +# parent: by-label.html +# landing_for: Fees +# template: pagetype-label.html.jinja +# blurb: Pages about fees and related costs of transacting in the XRP Ledger. +# filters: +# - labels +# targets: +# - en + +# - name: 手数料 +# html: label-fees.html +# parent: by-label.html +# landing_for: 手数料 +# template: pagetype-label.html.jinja +# blurb: XRP Ledgerの手数料とコストに関するページ。 +# filters: +# - labels +# targets: +# - ja + +# - name: Payment Channels +# html: label-payment-channels.html +# parent: by-label.html +# landing_for: Payment Channels +# template: pagetype-label.html.jinja +# blurb: Pages about the Payment Channels feature. +# filters: +# - labels +# targets: +# - en + +# - name: Payment Channel +# html: label-payment-channels.html +# parent: by-label.html +# landing_for: Payment Channel +# template: pagetype-label.html.jinja +# blurb: Payment Channel機能に関するページ。 +# filters: +# - labels +# targets: +# - ja + +# - name: Payments +# html: label-payments.html +# parent: by-label.html +# landing_for: Payments +# template: pagetype-label.html.jinja +# blurb: About sending payments (of XRP or tokens) in the XRP Ledger. +# filters: +# - labels +# targets: +# - en + +# - name: 支払い +# html: label-payments.html +# parent: by-label.html +# landing_for: 支払い +# template: pagetype-label.html.jinja +# blurb: XRP Ledgerでの支払い二ついての全ページ。 +# filters: +# - labels +# targets: +# - ja + +# - name: Smart Contracts +# html: label-smart-contracts.html +# parent: by-label.html +# landing_for: Smart Contracts +# template: pagetype-label.html.jinja +# blurb: Pages about XRP Ledger features that can be used to build smart contracts. +# filters: +# - labels +# targets: +# - en + +# - name: スマートコントラクト +# html: label-smart-contracts.html +# parent: by-label.html +# landing_for: スマートコントラクト +# template: pagetype-label.html.jinja +# blurb: スマートコントラクトを開発の役に立つ機能に関するページ。 +# filters: +# - labels +# targets: +# - ja + +# - name: Security +# html: label-security.html +# parent: by-label.html +# landing_for: Security +# template: pagetype-label.html.jinja +# blurb: Pages about security issues and precautions. +# filters: +# - labels +# targets: +# - en + +# - name: セキュリティ +# html: label-security.html +# parent: by-label.html +# landing_for: セキュリティ +# template: pagetype-label.html.jinja +# blurb: セキュリティ問題と予防措置に関するページ。 +# filters: +# - labels +# targets: +# - ja + +# - name: Tokens +# html: label-tokens.html +# parent: by-label.html +# landing_for: Tokens +# template: pagetype-label.html.jinja +# blurb: Pages about issuing tokens in the XRP Ledger. +# filters: +# - labels +# targets: +# - en + +# - name: トークン +# html: label-tokens.html +# parent: by-label.html +# landing_for: トークン +# template: pagetype-label.html.jinja +# blurb: XRP Ledgerでのトークンや通貨を発行済みに関するページ。 +# filters: +# - labels +# targets: +# - ja + +# - name: Transaction Sending +# html: label-transaction-sending.html +# parent: by-label.html +# landing_for: Transaction Sending +# template: pagetype-label.html.jinja +# blurb: Pages about sending transactions in the XRP Ledger. +# filters: +# - labels +# targets: +# - en + +# - name: トランザクション送信 +# html: label-transaction-sending.html +# parent: by-label.html +# landing_for: トランザクション送信 +# template: pagetype-label.html.jinja +# blurb: XRP Ledgerでのトランザクションを送信に関するページ。 +# filters: +# - labels +# targets: +# - ja + +# - name: XRP +# html: label-xrp.html +# parent: by-label.html +# landing_for: XRP +# template: pagetype-label.html.jinja +# blurb: Pages about XRP, the native digital asset built into the XRP Ledger. +# filters: +# - labels +# targets: +# - en + +# - name: XRP +# html: label-xrp.html +# parent: by-label.html +# landing_for: XRP +# template: pagetype-label.html.jinja +# blurb: XRP Ledgerのネイティブ暗号資産「XRP」に関するページ。 +# filters: +# - labels +# targets: +# - ja + +# - name: Browse By Label +# html: by-label.html +# parent: docs.html +# template: page-by-label.html.jinja +# sidebar: left_only +# blurb: See all pages labeled with a specific topic or idea. +# top_nav_omit: true +# filters: +# - labels +# targets: +# - en + +# - name: ラベル別に閲覧 +# html: by-label.html +# parent: docs.html +# template: page-by-label.html.jinja +# sidebar: left_only +# blurb: 特定のトピックでラベル付けされたページを表示します。 +# top_nav_omit: true +# filters: +# - labels +# targets: +# - ja + + + +# # --------------- end "Docs" section ------------------------------------------- +# # Use Cases: these have been removed. Only redirects remain. + +# - name: Use Cases +# html: use-cases.html +# template: pagetype-redirect.html.jinja +# nav_omit: true +# redirect_url: uses.html +# targets: +# - en + +# - name: ユースケース +# html: use-cases.html +# template: pagetype-redirect.html.jinja +# nav_omit: true +# redirect_url: uses.html +# targets: +# - ja + +# - name: Run a rippled Validator +# html: run-a-rippled-validator.html +# template: pagetype-redirect.html.jinja +# nav_omit: true +# redirect_url: run-rippled-as-a-validator.html +# targets: +# - en + +# - name: rippledバリデータの実行 +# html: run-a-rippled-validator.html +# template: pagetype-redirect.html.jinja +# nav_omit: true +# redirect_url: run-rippled-as-a-validator.html +# targets: +# - ja + +# - name: List XRP In Your Exchange +# html: list-xrp-in-your-exchange.html +# template: pagetype-redirect.html.jinja +# nav_omit: true +# redirect_url: list-xrp-as-an-exchange.html +# targets: +# - en + +# - name: 取引所でのXRPの上場 +# html: list-xrp-in-your-exchange.html +# template: pagetype-redirect.html.jinja +# nav_omit: true +# redirect_url: list-xrp-as-an-exchange.html +# targets: +# - ja + +# - name: Contribute Code to rippled +# html: contribute-code-to-rippled.html +# template: pagetype-redirect.html.jinja +# nav_omit: true +# redirect_url: contribute-code.html +# targets: +# - en + +# - name: rippledへのコードの提供 +# html: contribute-code-to-rippled.html +# template: pagetype-redirect.html.jinja +# nav_omit: true +# redirect_url: contribute-code.html +# targets: +# - ja + +# - name: Contribute Code to ripple-lib +# html: contribute-code-to-ripple-lib.html +# template: pagetype-redirect.html.jinja +# nav_omit: true +# redirect_url: contribute-code.html +# targets: +# - en + +# - name: ripple-libへのコードの提供 +# html: contribute-code-to-ripple-lib.html +# template: pagetype-redirect.html.jinja +# nav_omit: true +# redirect_url: contribute-code.html +# targets: +# - ja + +# # Dev Tools -------------------------------------------------------------------- +# - md: dev-tools/dev-tools.md +# html: dev-tools.html +# parent: docs.html +# top_nav_grouping: Online Tools +# blurb: Use these web-based tools to interact with the ledger and test your software. +# targets: +# - en + +# - md: dev-tools/dev-tools.ja.md +# html: dev-tools.html +# parent: docs.html +# top_nav_grouping: Online Tools +# targets: +# - ja + +# - name: Dev Tools # Redirect page for old broken URL +# html: dev-tools-dev-tools.html +# template: pagetype-redirect.html.jinja +# nav_omit: true +# redirect_url: dev-tools.html +# targets: +# - en +# - ja + +# - name: RPC Tool +# html: xrp-ledger-rpc-tool.html +# parent: dev-tools.html +# targets: +# - en +# - ja +# template: page-rpc-tool.html.jinja + +# - name: WebSocket API Tool +# html: websocket-api-tool.html +# parent: dev-tools.html +# template: page-websocket-api-tool.html.jinja +# canonical_url: https://xrpl.org/websocket-api-tool.html +# targets: +# - en +# - ja + +# - name: ripple.txt Validator # Redirect from ripple.txt validator to toml +# html: ripple-txt-validator.html +# parent: dev-tools.html +# template: pagetype-redirect.html.jinja +# nav_omit: true +# redirect_url: xrp-ledger-toml-checker.html +# targets: +# - en +# - ja + +# - name: xrp-ledger.toml Checker +# html: xrp-ledger-toml-checker.html +# parent: dev-tools.html +# template: page-toml-checker.html.jinja +# embed_ripple_lib: true +# targets: +# - en +# - ja + +# - name: Domain Verification Checker +# html: validator-domain-verifier.html +# parent: dev-tools.html +# template: page-validator-domain-verifier.html.jinja +# targets: +# - en +# - ja + +# - name: XRP Faucets +# html: xrp-testnet-faucet.html +# parent: dev-tools.html +# template: page-xrp-faucets.html.jinja +# top_nav_grouping: Popular Pages +# targets: +# - en +# - ja + +# # Redirect from old URL +# - name: XRP Faucets +# html: xrp-test-net-faucet.html +# template: pagetype-redirect.html.jinja +# nav_omit: true +# redirect_url: xrp-testnet-faucet.html +# targets: +# - en +# - ja + +# - name: Transaction Sender +# html: tx-sender.html +# parent: dev-tools.html +# template: page-tx-sender.html.jinja +# embed_ripple_lib: true +# targets: +# - en +# - ja # FAQ is a special case directly under "Docs" ---------------------------------- diff --git a/img/backgrounds/cta-calculator-green.svg b/img/backgrounds/cta-calculator-green.svg index 1f9c6736e9..b83b022eea 100644 --- a/img/backgrounds/cta-calculator-green.svg +++ b/img/backgrounds/cta-calculator-green.svg @@ -1,127 +1,43 @@ - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/img/backgrounds/cta-community-green.svg b/img/backgrounds/cta-community-green.svg index f9c2c93dde..c33a8a3fdf 100644 --- a/img/backgrounds/cta-community-green.svg +++ b/img/backgrounds/cta-community-green.svg @@ -1,159 +1,43 @@ - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/img/backgrounds/cta-community-purple.svg b/img/backgrounds/cta-community-purple.svg index e9b5de10db..b5bda1984c 100644 --- a/img/backgrounds/cta-community-purple.svg +++ b/img/backgrounds/cta-community-purple.svg @@ -1,143 +1,35 @@ - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/img/backgrounds/cta-foundation-magenta.svg b/img/backgrounds/cta-foundation-magenta.svg index cde82a8666..ef090a4ff1 100644 --- a/img/backgrounds/cta-foundation-magenta.svg +++ b/img/backgrounds/cta-foundation-magenta.svg @@ -1,145 +1,37 @@ - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/img/backgrounds/cta-foundation-orange.svg b/img/backgrounds/cta-foundation-orange.svg index 0aabb55664..63056e78a2 100644 --- a/img/backgrounds/cta-foundation-orange.svg +++ b/img/backgrounds/cta-foundation-orange.svg @@ -1,45 +1,37 @@ - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - diff --git a/img/backgrounds/cta-home-green.svg b/img/backgrounds/cta-home-green.svg index b38f00337d..ccd8058403 100644 --- a/img/backgrounds/cta-home-green.svg +++ b/img/backgrounds/cta-home-green.svg @@ -1,143 +1,41 @@ - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/img/backgrounds/cta-home-magenta.svg b/img/backgrounds/cta-home-magenta.svg index 1460c4c07a..b0157c4a20 100644 --- a/img/backgrounds/cta-home-magenta.svg +++ b/img/backgrounds/cta-home-magenta.svg @@ -1,43 +1,45 @@ - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/img/backgrounds/cta-home-purple.svg b/img/backgrounds/cta-home-purple.svg index 29fdba4243..0edf699ac8 100644 --- a/img/backgrounds/cta-home-purple.svg +++ b/img/backgrounds/cta-home-purple.svg @@ -1,127 +1,33 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/img/backgrounds/cta-xrp-overview-green-2.svg b/img/backgrounds/cta-xrp-overview-green-2.svg index 27201977b4..52d36879c3 100644 --- a/img/backgrounds/cta-xrp-overview-green-2.svg +++ b/img/backgrounds/cta-xrp-overview-green-2.svg @@ -1,39 +1,37 @@ - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/img/backgrounds/cta-xrp-overview-green.svg b/img/backgrounds/cta-xrp-overview-green.svg index e9114c5317..6b60b0e42b 100644 --- a/img/backgrounds/cta-xrp-overview-green.svg +++ b/img/backgrounds/cta-xrp-overview-green.svg @@ -1,37 +1,37 @@ - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/img/backgrounds/cta-xrp-overview-magenta.svg b/img/backgrounds/cta-xrp-overview-magenta.svg index edb11e7c6f..c9c9aa4061 100644 --- a/img/backgrounds/cta-xrp-overview-magenta.svg +++ b/img/backgrounds/cta-xrp-overview-magenta.svg @@ -1,175 +1,37 @@ - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/img/backgrounds/cta-xrp-overview-orange.svg b/img/backgrounds/cta-xrp-overview-orange.svg index 5571b3937f..f9ccb1da3f 100644 --- a/img/backgrounds/cta-xrp-overview-orange.svg +++ b/img/backgrounds/cta-xrp-overview-orange.svg @@ -1,45 +1,37 @@ - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - diff --git a/img/backgrounds/cta-xrpl-overview-green.svg b/img/backgrounds/cta-xrpl-overview-green.svg index 3c7ff437e2..b83b022eea 100644 --- a/img/backgrounds/cta-xrpl-overview-green.svg +++ b/img/backgrounds/cta-xrpl-overview-green.svg @@ -1,143 +1,43 @@ - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/img/backgrounds/cta-xrpl-overview-orange.svg b/img/backgrounds/cta-xrpl-overview-orange.svg index f625fb1d6d..8c290dbacd 100644 --- a/img/backgrounds/cta-xrpl-overview-orange.svg +++ b/img/backgrounds/cta-xrpl-overview-orange.svg @@ -1,47 +1,41 @@ - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + diff --git a/img/cards/purple-blue-2.svg b/img/cards/purple-blue-2.svg new file mode 100644 index 0000000000..f373141339 --- /dev/null +++ b/img/cards/purple-blue-2.svg @@ -0,0 +1,882 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/img/graphics/hc-1.png b/img/graphics/hc-1.png deleted file mode 100644 index b2eb1d13e431f27efac1f6f77658aa7378d0909a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 24153 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

fz8QoOp|((s%7=j)!v|Y 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 diff --git a/img/graphics/hc-3.png b/img/graphics/hc-3.png deleted file mode 100644 index 157eaa5e95f64f33b683e479f0012a3151243149..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 44946 zcmWifXCRwj8^(>Ic52q9_8v8Auaw$q?@=puiM>Y=^*36xh!J}iL2ariN~AVL&BUs` z*PHi4#*=S3&-I-9x_2~vJJa4^wXmJ&bl-mSL?FOb?9=7S7VZ%V_wmV6uY#O=%YjE@s(A27 zM9EaD(ea7K*x~)i&MC2i37LoCtBB?vA8L!)0_HJ8g;~%9iU$a}^=`e(yZqY_=-Rq@ zYT4UxD>0kBYQbC(Q*v+$c#+%C!@(#D`L?TynVn+HgIV`M?%sWW(%XGG_YjD`+ zJ(+87;^l3p;N`8}b-4TAOT0g84yPolTOq5$IyQfMv#(^=OE`Y7@uwhe^qhs!m%y;_ zG{k80L7`2Meg6{U(c^Kk#&BfwS-4)4{AVcbhai+G3T3*KZx}hWbc_nM8|Gk&7;8k> zu7lr6Ci#*skUmG?M9v0UM9elF#F>XP{60@u4SQr5Ls>wROoNtw9*%W(ja^z^H~b^` zF&3C*>*}vy^9hlgD!3%h9JzdKJ{B7LFb*F(L=<}8UXC9oe+byXm+5E@y9n9ytmqPK zj=TG{dcO8p+2cDIvb11&iQA`j(sO5BICOeC7HDAue&qK~a`@Kv*GUt?OL$Px%R3HkPtsbzxjn-|$ zMsyIr{05^{D!NteZ_fA*`IAFvEj63GGF6Y$ZH%*cd!q2I7B%TZ_+c^b>EAGlf*7y8 zH(n%cNB#}5GMVA8Wj+;h18BY~@1Q=4+J3uy9^Vk%tV{Rz3e-6osEz&ix@_cBxMd}4 zHFD(d#}js*9418t*|7413-5t7y4iE5h{Kn0nhJ-7X$dIFB_TYHy_$>vNKXk!PH@^h zTf=KQe10y?lk)UEa5F_VV-3Qqg-%=6#7B=w)~?b8AGay5YF;Wl1Y1U!+41E6-u#z- zhlQIWQ?=EP?X@GFWZx*&9X#pW**S)~2zEKQ7(HALk*zYlJ|&7K+YI^H(D=A8GCo_F zJ-s@6x59cWV27WCXbn3&98D&Rm7`ig>4mh_a|iZLpIrUC9Va-CzWWdRvUk$A*LM4I za4Um_yh<&1@Lj|v-}>NNeos66ce8!URH zzmBeiouw?HNr6F2r)A8RE;n{RF}J#dpIoo5H5-xpMT3QiZ9g*jVrI6mrAz84w1m<2 zByH$0v~25k`_kD)%j&~iy>@R1MnoUmUjI&DlBRvEaar0jO`&rZb=l4uus0K4YrH{UV}cS`qybHhqUX7j)xQ zd8DmZ-=PQKV?=qbmNR@`J-7>gVH<5Pk- z-?%v-7p`j*jgpvs1mx14+vceduq-ko(y;tfL9 zQk5n5+!YCzi#Xqu{LI9Fr?@?TG|WhSmClNl;Va*KTvVoTAQ36pq|~tM$9C3SWhYYD zQY50G;1q?2G#b*!LXM%R?)<^RK-IL3jUMbQa_8QGug~b7Q#Azj_D)jp*&-8|ush!m z9rkMZ?1rp*n@ZIa|Jpsq`x_5>$WQevBxYL_|AYf^o_q$8EdLPf4sjMqG9p9zGg0}T zDf6}_pk+gZgwEMk6!tCvf`_+uu7||sYzNx%0P7JK&tV#Gn3>Bw^CEu$!l&?%m3G|Zu5Oe9QRw$tmzGNN$H7Yxc@*O~w?7#nq^VsRieob(zq!iF&K)_8Q^sO;*Qx&KChBPEP>b z6o%J>OJ^s2z}S!|7~^)nU_b~=%KTu$7bFT)@1=mQP1FDte`?x`0!y&7C_mU%kxcyd ze|KD=3n}-gdAgz_p(f#-@% z6r>kXCiuu|uFgz!$o1bB3!>lWtiD}7hNm80g=63NoXeF+g8w5e5Z0mfRbHJb%g7ZP z2yhn`e971sRkmBTz=(gYNE{TfJb#(z?Z~{<<7TlyQD7tyryD+-Zs92xwowl4U{5`- zx^A6e7T-~co25?jdnOF`eKX_VHN+8A-Q(T2R4_LJ7-y{+_O`ABj>Xof_?;<><29-s z;X#!N%*xIx=ZTO-QlD`kSp)0NG&|3qE8+B43_YK?FqM z)vw`PWxr7JcB2d67{Ut@|K$JL6qT}l8_IbD>~1~jDYdyrp96`FxVBbmfJ?17-+zuB zL|~7X!=>H#M`Qn~N26YQF<)Pcr@2(=c9Ss9Nf^%Qc-YtN{=17^ zbuPJR?CR>Pzgq6E!fBOHlnfP#;1bhi={N%{DhZi3w`4ge_?zYMhIiCA?)aWeRg=`c z1qxrL$fzx(H@(X~7SKR48J?T;pUX6bQ$gaXfr`5y&}H+|KfO^uHR0k9D$0g0SPBSf zp2J))4;_Lp7Nqs!XhB-VdSNxGr~s`eor)KYjtUx^{@w>z{)Zo8zzH$=$d%1)kpbdx zhf&zQR~6?+ibgADGr+E|x>(H1tU4Ho@%+r5k==aw_9&eI-RSqtH5$dNVrJ;1nzn)z zjjdmdNP}qUqkIRpT+KW@nxgJ-KMI|Fdb?Zg@P$IK^`lu4P;V{+gi-C-pFeYdXqQya zr09u>t6`S2W;_98Mv!fUN5lEWJCq$KecXe72B;UxzN1Hie0-#}^sY(nffc3KKNRD_ znz=0^gxai>xiAKdNR8}nrEI^ z9H%M{w0!WZmN`RdqGBs%JJ$n$AsuoHTm93BA1!`l?^WPkkL^nEfb9XVgAbsU!1h-i zY#oi@sEE~i$5av|1s>?qh6Sj%d-I|fRaNVI^eOBzJq4jv*3fK2w5pqiKd zO(F9Ap@0%LsQEpzx%^L*VIo=OM`*odP$noEofDO@+9?4ntkjhDOwnqi5IoFVU->b& zAB$$tNW|}@=BRK-w>-Oi47yO+i#M;T1#6-hMW+p9AT?~lt6wYWjxvg1;PsPc4<8Q zvA?~Hu|S_XCHaE3?}^t#CHIEt#*8hO+Z1yIF8r^vQ(+^0w-ju0PChb0H>c55LE-Pj z8%FKOiJFW^<&DRWaGd`gG8PTKz@f=(n<{(l7!#0hug>QebF#779#%zlaqchT*281V z*f7qW#9x1q4vn2I*YJYbWN z;B>y#z76WK@)q#6^7fEphM33_Y(Ca8z(l1AUx)#3sdQH!WRRnp>*v5zml+;p=){mp z@anW`_v1COly}>80X1x|7DylkjN~4Kj3CVHMxxSsxlye+e9zB{Uw!SHq=^ALL1qI3 zBx#%>Ln@pWthuY;1h$=e0@z$8`UNEA9eX40lshU79P=ADi5zDBO3}IjF6cNl-dUvZw_@hXW3F+)UV>u8J27oe%jx+!%RmH_c zAs6QSO2l%CS59Ax8SPZbBEC8KUoOWziUn(&+H%4m)D@l`D5kaygP4?`-3nEmr04qbU1G(stV%7@I1 z`Ff{d4|yobO5|G58y}A5b1C@$(u+*0eRXog{@q#tGK4ilOGscZ|BJ|q?#Fd$3jg`n z_HSa=UN+EDN7EM;Ent%LchqljqBT7e^qVRZ2VxSGefV>q)Yh+hM0$^|D`Iyjr8sr& zHGt_QutYVn-lPEJ8gP&CuPHFG7pme{tcw{Sff%%tiB!7WZX6nth6lM<%xg8hr-mUA z!g&-rVwAA++ue)xL}v-})4uEHJ`yx;hVQ;PAxQg4k?V>0p4((zvI#uMk%q$)ATiMP zXL62_GfL!^yXyTjs)9()qyNCc_!L1AOQLKZkeesA^VfYw#z~48*BS3}te|>=QkYMn z=;40sACnvw(YM$9k+!2S34UwPuBwEt`K&3>a(bKEb>xHYfJ{>&B4f0Y?~mpNOQ_0b zHAdBA!ozhG${RdSa*bw8okr-zUm#Ek6Sv<1o&|0PVPtKE@B8AdXm?4FBNNAFT2G}Q zl6rm%MKmDR#TsC5yOkBN<(?7KsV) zJf#SWc%%D*jb^V5P=xmZlS(0lpj#73h(_nZ6Z>e482a7uMgY(o{XYPvl3x!1euy%h z-JYEbGDHEHC7=nNBtqdJo}qlPnfc|$(myFgYpsC0@9!xOo2@9W)+6suqwOEaf1iBo zinQH;uh#IGzj}{Fezq%LB}J@W5X7T+DS9kY=2My4SyRksAh~03?;xAUGemCu+IEcc z@JfPK-)zwc@(Ek@ZIj0$TcKW~E6ImtFu~95gT0o6#4Z4naK$%HZs4lEta^+LEl{i5 z{8TkqTk1tmPuM6n(ha4rMe!|{0$i5?n#?OwPn@9pzUd(#heT*mSsVAFY#EcdHpt1*mbiTYp!C= zYTgZ-g=txO_7Wb_IAxAq=e-Xv68~>oQDaOH8-4nFpekYuYl}D}Wbhd5aH@Y<}Fn7FK3Qqc}2#Y#a$f+%2QBO7_#PHqr zWR{`R_033Y&t`@wG+kbfeE=M8%NBwMD)i++J~!CU-PV$2v&cYCQ$2af4Q!C$!cQQI zfRVm_$wVj!kWY-@q)(5j*Ywk>G~%?NCl<}$ViUG~4@?V3g=KztF`S^D_@Mie5RrR! z2Vgo|)9?GoZpZ?R%u`nXO&bG6fIYrwo}7g6J-vaQ&&ne|o8gi{vfjN8dbEdl5oC-P zW#x;K=7JwT6TtE~D0||AGST|b8gBZGFENOTV!9dEN#f7KPii`UUOZEiC}eL54F`bdGKSPig&1K4_dXPSVx}9cH2tqaNt`8 zJ~x{CZ+9Ki)od|i7k3k!QzW%Ku+NC|{pJW23(~kq`{fh|Qa4;*ok<8R<$c=~zUasp zPIQweqawQs0j)KHA>0;I(jMDE*uZ8bWgKLshA^`%L2pSJVI}>3EQo2}!K+RTg5L}- zVt`fPBk$y)-bFwyBCQQ7Uig4`m4TWTd?aI-tP}a@OOT$(t*vbIV4a#dPj~ZZui?)Ls(eb== z&qC$HEYD>q2GJ}Rpf{)R`rbj*ynjHQwJVIp4~uBzdvX_^+;Rfy_!GPU69HsAF(4b! z=Y=N%N57=x?yjqcsC42jVm-+C#%kRT9|_vDzYGpil0gcL zXU!@fUw?vb^ch);zizLisFO_NDxaYB3H;nO*fB;@;w7u@#P{udR9Y>wK^b1l7f%71 zNRIn!1e>8`nwA{2C^p1I+F#X**0&DiMjs_&Oz9`(@^0%rXQmi)pM0Qz;Ja>eFnGoK z%R(Zy{s{1t>)&L85`_o!pCZpO8Sw%jZ>;s&2$CfqsOm@WFpiUIo2XlWKKnwg47b7V z3P_nY%Q21XqMIT@-iRD9Ps0E@Rcy@50Vy8WY;>)@4F~UYMRd2MyE29n3N>9G(&)wx zO{*0guCz|y4fIRW(*@J*(Gh!A$f{Pa`iu8vBz$4(CEg8w!B$v%BQi;=)F8zdAb+f% zOQ@3(&2R0jb4pw|FWO^13*S<8!10ygX^G39{p{QL(K1gqT0|AD^qCJy2AP;5%M0pS zWJx7(rC`ofg3n8D=Dk-rgIh?@7!-5o^0=@N#G?bG`lV{6^&i`iqC5JRvdZvceClA> z={PMD)~b^Db6_?`VE?4h5x4t{(WY+ZehA!YvKf&(!u)Wy{t0PU@cVC6QnJV5p0AQY3x*^veR2r74EPu1!lCf zfbzzG!o8>W`Y;jQ{U#|KsmuBQ056RsarYhEsMA@0!Zf{Z2xD827I)|<=#WQt^|}-d zKZWNWJ+}j9u1VjI9%+|Exzy1g?v{P@E|2VuQ&WrPP$+8f80?9@GBOC9u!~aJUB1oV zQ!pbi5(MM;T7$*7$635a7u^00jsJki}RAkgH}x+4+$nhsF@E$kPl8*@UNf zZa&{Hq>=cm(#~YGg#jemuKSE%l^xjXnOm(i&wjI7Fb6Qd%0$mm04py27o^?dFDuCd ze+)bMg~A9;zOKcAKqp=1i2;k!SJ->i3(l2q5}ln4GeN;1%t9Thif{Rm{eXU<{l8WI z8;3ssK=Phh9CCGXhRA$@4bNUr=u&E0RhJJ7azBWNbdLzX zE@;rkc;ie^s8Z+q&hu7ZrdPufV~7ORGZ5Cz@{v_CFgUA2+?o-cD3tJCC)=Lb7$HvP zsgCs!Nk)DY0yvI)po*_j#tNZu01nV+-T zO&t1^^Ol;X%vZd@!2SCm-OspW7U%BjPD!pIMj!QRU|ZaRp)qW449*6mbQg7=gK+k0%kw3)Y|@`{Eh*i_~GcIfSUNnrj=r2yD*AAKEE(=V41!^fsc zG45J_M(2Q00it$l*THr(;|Ntg{qu_LX5s9ssx#`n@>%i*0KHSxV;Boc^)1W9`uq0(h{)ds+hhhvbm3wXB5*&QBS4GpP%%f(ziVwTrak0o6w1p|(edcT!B&}V+0>qz$JT#~wcZqhH6 zWW4~=)h4k}V#1kA#AY!(ry>ok5Pwk!b)XZ3;(F+7Jp;0rZbc+;--KBw3PpjwLS*AW z-VST+uYDINntB@neHb9qM+rTxyY5Eyr&Ep}71RgHt_-Qfg51~7RN-NIK}Ee!3ZWZI zD8#b;`(8%<49CQ082?0{>zA_Jy43rbo_Kum?ORC7{S!^94C?g9;pM?FCP$qF%~bPc1Sz;2k^5;) z?2U75zN?#WIkF6h`m`3TpA@>tmZ^NU^qEp83>PTS1pb+9nets92T5OuDb-iqiVGC+ zt8XN+wO-6Wfn8(w{Gf!YadfhUw7UuXz>!r?*-nQOHG<*M-${@ea!4d85>ef-py2lB z@%xV|V2uHfjX6tHZ$6it#Xv2`toBD%dcySaDtRC(AM`L+1|-&>$VD!Ty(LRs)`b7p zXVTkknCL|zR$KWLhV(?G-OvmuHoRCBqfOM)p#hM!_ai#%9JRS67MM~oX5h>x=y8l0 zpqu`Rv~R=(Pon_T2xc`SSr1h{Gr_(Q9XDbYmaFks?TFhVp8xEx`q9nmXsSeDpn!x4 zYRY{(lt%g?C#w6fDq$~@e0D67Tz-0|f$k=RasK-*f+^e+t^sB0IeL4uvpB>D51XKB zC<)GK$aGYdYTz_{G(*mg@y5N@0Iv@WSm-CT!0#ErLw;TY0@3IAgjz6Q+I^Wf#TToM8tv&Yj@% ziD>zkX~JzDiCJarzP)iA-47ls=3SUzo0AtXf-%e}V)oNhe=GvpDB>r2O4PDUWB+Hy zC%_u-7S0b+JB*U&2y*1iBHGIrL)K6i_Bx3d%6_^(qc~upZ1lgSu}@b8qtWoyVk{V2 z@T96JF!rI_hB{ArGo(pf6xjQ|;T-+%)Wxt+DVmyNLAq2*CG7NwS@Ucb%VNzu!=;%s zUq~GvL9s!7jbHb`v{>M;iWObBfB8D`)54yJ-?IqwLq+kNM{~EimC$d$b~Kuj&)(*! zo>zr7`0L=mzGDuxUVQakY;;ePV^TLCFZPA~8o+-+qtl zQ^JKht4!(JueJGW@cTWvC&(x-2>x4`|6(zM=*4-U#OgOfuebEw_up_otXhpq1WE)1 zf+1dkFGJW-}PI=t19dr|WyK|r;9c$4yZB@gf9(|g=ArIL|z6*{iz zb{r_|WSSZ2WMm`5lIlkY?ReW}Dm|6Q8CJ=XyC&stfp|PUD|-4fFW=SjVx@C42@|-K1LZ`-O?Y1!B&ktR=vbXOu z$3MdS$dlk;)*DAAnE99Gyk!qkBu8?bYZ*?lPz>lzvM-xV2Kugt6xe3l5^Q`xDrq(3 zK5{j2?KZ*~yE;*s+ zV7GZmK7w+bHB>a#W2Hy%SH#|3yX=X1N!aZ3fb5i?lFJcaFo+@`UUC;= z)tP13TV^Z#I8IL1g)kL-MT}zU6zL2dBt%|V&ObISO%$V!=^P=th39{<1ZhLHmi{ie ze%N3!N%9FUXlI@dvdsE-hGVi71Y6@5)H_`8u0lHeyhJ4hWH{451pn+8Ov4KK+ql+E zZLZ#MWiLa3_WPH=ctR7f9h+6nNB5*e3m9sxEeFqcb&r91?E6 zDrcAee>HH-U&Mn_Deg0;zS0ny$$C-~A+dBW8W9t08*TnA_5^g!-GFiagsf0Ts3siv z$6R$om&0VGLh7=}sXJHhZ+qhrSO}8U_%F!XVfTlgeD{LI0p-(_lS{V&k1rH;A6Y(! zOfGpndYbT*Y#Y|}k5JdO{Y#wCgb!2R`{HQc*2x34 z?t(!FTr{-%@3DR3>PD^AxQN64x}53bO$rfG6A8`@W|Pq|-=wB#gW~?(;n+P;qMsJy zQR0_7#V(%{c^6dg?Ln%$+Q1BDWEPck-+eN3yi-@^^~U&X!}5sbXhA(I=%M+lkl?}w zv85upIe#=C+x>!e=!*DW>g<#`4B72aMYqfqeuv9Qlv9`!-oo(87B;we>|Yd{zoYur zUe6<#*_N;6Ygb8w>cVMvjvh@N^`$=q|42_Z?5mXoXGbRJZLI1qt#l#CL+5k`kK$>C zX(@0c7g{0+?EN$pk(Wu3uX)C%diJBM)h+VNHwEEipo2-jxpnv`E^^GZL@870OjQ#; zK*^MyDd(8jZJ*GP5U7a4>NGWs`Kaa}Lk_cbV%;L1otgg7E(I3%*=6Dc-jqXo~Z$nBV^TOdVbKa z#i6&02lf)T52abT0)7PNXYwHVx~X(zKgdBV1OWoW^eY z*-^(^v>UD#HuNNYZN?>h4(^wVtA^St7YXjGEl+=WC0IG)A@S*J>bEZ5qunT8ozn^1 z!rwsN9_+y5#YfgrQM}_8uUeJ8f5u|F44$k5_=GHnMg+f0eP1XNkO&9oQnDDppi^Xe zQ$;i*OoB0JFkQDG>z=znhJ~^?&60FwQKNpzag%rE;*wISc49rr#MNo8v|>X#pN@dI zh+hy44^}fHCUlL#9+<8k=gm>X;30!xr`hg29D>%BFY5u z8NwWRffYaB+>%~Cj$ypXaEATAvv;d+Iq46uQybZI$MzXZbrNkoS2J?TnPRpI$xD=6 zw#<#iObQ~uGP1~N8J0NKjv_u=cIvD)XH_D8|AE(yB#bD0#(E$lF*0`ItIL1>c(vye zi7jucZCx9l#o?o5A*)d6-=ItfOfd(2rXqAK^$&H<6 zZYQK}(t1lFFU$RJPjQ(7?4*&L0Md@%fMO~bIItT*$%N%=a{5qFj#%{~mN8Ep%22d= zhl`Q~j#T{U3FUqGkT~Cokh|_e(dhRx^b>Xprz+x_ z4s1IEx`|NS*NIuw^d?P9s_;tGymtIuC5FyGw%wkgFCCf#Zp@wjbq@9gV~=u$+yXreF7=R62!c7Rf2_u!X>W*`#%| zcL`OY3s~k?VvrjnHDEbcCq(!nsau{-_x_Y>&@8EIwQNzwih^o)D0aXC<@g-2v7d_#WY#s2L`HhO-d`qRLHcA<$)( zm!_;=aBnL2ruHeEpJ?8LsGH_piU!OYUBdIgQ6p%5TO=WmJ2QlBOz>s$CKsl{p1(N~ z^3|S`VeC^Gd)y#bVKj+*B8N^~huZ~gj^-o{8tZ*UnULER12X)Bp=&Ia^d1iiZ^2yv zosm8+44sQbVY$lCoD@9;96D-lZvn% zMuSzau93};Ra2Ms1v>1r{oMy`Q$LUVbg~~YeTA6C8Xc*WQ_K7$%geY`O})#A$-7se)!`)qhjT+3HxMU1<34w zI~fyi@sW$NzRLv;c7=y{b-A-W6?WN19N({fcVp4??#8g|PG5ecxA<`gEA10nU=5VL zT0V(wu>oi)lOVBpoq;anL!QV!?qNFLIQG%WBL0igtP(UaEHDJ+6XN+nGaMuh@0&@R zkqFKz6mMuyg#B&;sD~)0E(TE{jPbN5p~^A@T#zjCrHv}D3^bJwsuk>LiT8=08o0}_ zEv%qVav@2>1(Dp-p1)K*bJKM2i#n2Gpk6ZJSCH(SbX%IhzA@ApDEiTt%uvAl`p00d z8fN_TEPs9aE3EGNt2xp<2iN`E8m|HD%oR-bINa2PZe!CFq6p`XDBTvjHVVZCoga=W z-l^T)%i}SbQZXdBvOyPKMGTEfawP$5Hy3GYEL%FlmY#8{;DT36Tw)oHD`N zsQ#TqHGx<(WgMC}Qt#a`&p9xUz#0sL29Q}Fs>Fka6|}-b1vznvS#w#qre1|w-Hp`V zpDDzl=jA3lJgE1Q4{G!-&GPRJd@+LD*|4RGf~>%A~DqMF0Yv) zc|`BNkp^ppS1IYlYR^|7G2#5`;FVVpO=XojOfJu#y_5csmH1G;AT0!|Q=2H+@P2T1Kz;Q~ ziNx4d0&`^z?laS-9=I)9`85+hT}6-nuKe6pzedta;6ZBuY##NFvTabMr(w_f` z-l>bgK+txoRn7{yKeQWD(zrUsKZZPNk-5i~g2f5xc8X_-k*=Ag&tc6m|6)KIs5c)) z6tirut%r}#lf}8Zj}1eIyek@ya#hJr(zasJGetBvO8jrQu>_9g zub6{+#6utG-%J(MPxdKzREaC3+Swjvi+h|FQPt>%5*q2+MODAaRX^YFBF8lj>9x`1 zV&>927CJLH>$s2g;=EAZ<+%?fmEmEaOW~%uYzdBiVRUY6V&FIuM39dRXkU5uTC%49 zIZc6IYM?5-6r7<1U#~Px^r~g;*oe@BUwP(bkfuU6()xuw6VN6wPE*VH_xg!Y)mjc5 zB#{gbvX~RdvO){V!taGw``^(CW7wao5-o7}2@>BWLY9D2EB>zAOP1h6(r?HAPQGq{ z$UNkbqAYWiQb0vB-8_hF#G?t|9(vO*OHnr*xff13l`l!*+C-`6C&R6|&)DJA7oJLi zsXsKSE{EE>kd!;~;cs+6Rr(Gi3JI4U=bXm^T-fWuiF-n}4>mFzRSI55uT1KM?imkIpSB?X9tXqrU%y}~ zP7(hPCz*n+EGyxG{gh`*`_h#bnV4{KBisAX@*w&%78#`Aeh4own#N=t4v-Qeq0N~!2 zSqhWzNd(;Uc0cV=9|I{ZG}V;ape0{^@M^+wVS>yJjot06H`FaecnsROVx&`-Qjz>R zM=t}7dB)szvsfA^x)mx1iIK{zxxWaQH}GhIh8Mte9%S!=*|%p(sCeaTId)sS)y0dm zo=YC4&jxz`c798zjJ2}G<#t57Eze(I(c0ucYGHT133`HSDsPXsGCg&x${BeyILvBD zpNh}F7+0Xl&CDgilF5w(BU?Y3JVEAEh<_%AITgB3 zFR<=bJOt7T{jpqaeO{!<$-=mpocLH7+on#0U{y8v+!oZ%NGoUCls8$w!symPVkuxU za3SFtrC7-~)G#nfeKfX+r9MFF)z9^8p!~^&wJW30nU%{4%e>(tfl9i|a#eDPD;LMU zz}AMcTg;YT_dt%^A095fDFeRWpVqp>+sDW!+n`H%6rN)%vd_W*J^vDE6k8c!Q>{L@ zkQAad@kkN(2H-$$Ot?)EaEwELTH8wzNLlZj&Yu8P#lRmUr?^>fRHX|M5=PS+2de56 z8`r&W`uqyp3zG6&NChVzoKOdg2Js}IGv`(tfDTQu^Y;oe86fx>&C}NbDOkslTG>f* zB&YzS5rJt;M%9vGe}2(M!Q?)!tC;Sv7j2jrAuR#SR`P{8Ia>)iiOxiOat)i<84(n&|>e+O~>C zt4l?phcWKz?PnIhH_5~>Lbqlk5umVj6*&nq*w+plsAahEr0nHtd1mlFBhTTI+3!lF z!~#y9CsM#93TSyaCY=}iY|ux}K7{wyxD`rXE}J%Zo+LqiSdnL<@h5=nDKFo|P9hCwu0B33=g0R;(wog{)>}^}dKZQ=8Gfk=F!k19 z$viF->*}3#KpimnAZT@8MM%%@#BkvL4ZmUw!~f4q@Ph40e{W!h+T2D5QDKfp9z8Ch zSc#uf^xA4yl5R-gP;|%H!|B}v34X)C`!a4%4#pqgWf$Bv3uqN7K`7%qMa-S3?4!>> z{?=us!!`M?{;~;m?xxCeG7;3_WWU^)Ih{M5@_Gm?@4soAC)=ml=8fNC7xVqQJwNMZ zm?Dti*l?-gH9%(%aBu`9sP>o6U+9lN_F1*PJ{2_R=pOmKxzux#tgx@- zgNxO=_4M&t*9U_slW>H=l1ZTh{aydZ*`2<_2HIIdvh?r8q)GCsa2t|-dXC}*3Tm1} zxOwAVw4hAwphDq<2cx1M`#=>twM7lAhF8-~A+Xf7tCQnJDzzsrV-$Pp$J(Xd&_(;@ z2>qn#0f*kPOwhbhqVwx(+of{wbV6X3S(0zLT>=?^22#)nJ_KHD)#bGKE!{-nX=9D4-v$r`an4);Q-*E;v<;6X$_0{js6p>sRmS8Hek*r8 zxoXCb7RY> z`c42$=WjgXj?x#FjA}|R{c^VuNBgg3x%Dk}}x z5q?I09lJM$PCZwbe_+~MhkT$N%Js%vQXkreS0Zn^=&T>eHUelj|}RiR*F=c zlH|Gew}+2{-;6f*?cm0v+AzI6TJErcv`R_$SM#fqfAZFy96H&N{gTrzEzL)YzPJsd zsR9SRe!ImI=TOpfKzda7+~wz-X7MN(Epb9O;R3F@PUxgR8)FUELUHl{g*eF#_vH9j zn#2`c%l7#NN38!Osl~8R$Bp0$77N?hXbS&Dwx1{|a>~M%O?CQ)itDD=ns7YbjQEfABgQ)a zT9_DwG{tQrJ{~Zp@4E}dfuJ9_Yd91*JDi`UG#Oad0+X14t={BoGB)y3syH2|RlOx| z!P`1R7;E?>?p1#{0uDR{#+L6_8d3J)VP-h7eiLX3B!06@+CEh}8;I2k(>xn60r+BH zL5Es#7nLm3F_3RDtd|?)YQdR3_>AvIJoh)wpRKR;P8Z z`mX_tubtv#;nEP^PbDRv)?hp@m=>Ewn1c>z$-8M-EB?_ndg79}@A7vT zwa$U7jXEQla{{-?VvT8+vQMdSa9y=3yE?#tEG?oAH?kzBzowKr9`7Ao;~ zy?>2i6>cb=XmmF9Lppcv9Y9B#J9m^dm&j;8GuMN>3=eSs&=S}W+ZAul7;2E)JDGi& ziPA%t4&{4m5mbx~&e@G+&bZ8U1KM(MROZeK)4X^FX8!C$2DIff^3IfWKIq5?IbMjO zi*=3fo3;ET4iu7c1>7nP8Ps!iE6Ih8(Q0wqh&4!Rk)cGh(H3dkg@shg)rMSSYKwr& z4O4KkxWw1(z45ShcWsY-MpmYOm{W=$h7xv6VAL>CoA^>+gM(&pZQld|@-3A$%n_CI z?SL^Smwqtjg{EKL0Upe@p&&HZ)Z7n1peQb+u<-$;gA!>;W0UE?aEyBI1vjyFOs_II z4)!aA&BDk-vuHgY1K=q+%|jB3s9?p>XoQYe1e(Y+9`qwa@1O--sra0H)1?jLqZZdG z@rZ=AF=S@;(;BZZAx86NWXO!6h|o;T+`}(`F#gw>%GEDAhnfGaVlebpZrmU)@{kyF zn(ofeOXJy{QJp*n7aqjD4(w+cRM^14u-!q0a@PRZ)5xLY;3}xY7ch)X`3xojG<5qP zO=lU`Z{z*iYpOFUvoJeI%{eWF*?E6u=0JQPY~1?DiuX3tRgCx5 zZsFB2p(>Ln9F&FMhx5N}_-M7TUia4Vpjk42GdFo0 zwy9TPF0(>Ru5rI7BO#OdLFg(H8hdKV+p?>v%J&>olysvk4pZMPDaY{a#i@Q47t6!W zA>8e~yF^V1^LbuRmP(*nYMJ#yBH_rr)739=ctGjZXnas&dQjTxi~8L8;Ioop<`*b32z#$fR*TbIy^V z<1Q+S0!P>V`{Ug)fj+;*&YDckogZ<7Dr<{3QnV~G-Qi3b=%8?Lnm}?(Lm@tJ4ywqI zKH=9nd2^C<>~v;VQ$*kroWC%or^BSKk3Wpye`1w_I=YM-UD7}55O3v9&7?Y?5wcr1 zUY1ntN+d@p8+_!HU+i1;-=TkP^`y~>L0?;Pv6wpBAXTQ-^H6W+C83e8Zmx1DGyb2K zwpz|>MoR~x--FjWqrMxGwpFUT5{3U={fF;Ugt8*p0$YBqP?I*&)QKk6m7N$sf6(ZA z#v7+8oumB*M%fBiOn8>FZZ8LweknG=N%qBwg)q z7ZM&ghJ}87&ntKSqXDUtS()ApQfdKtW^@DD z{*x6hJ*xGFr2F`Yvlzy@SEDoe;}uy#?PCkkGvQat3F(`bGdDiF z5gCv&F3xQ@B9iz$#=3L=@|bbz-w`IQs~Lvh{Prg94BDR$tpL9HetE>>Kv$tHPTt3C z5OyEEDoQ6E=eE}nsbG@APuZx#Bf;RC@Gh(@nYebAe zZxjCEHlNZG89o@{JFDE zw=(diK8a&}>SRjW`Me}cAaXrood8j3Z(z6|LRF#th0K*V6*!igk$Lu2+>K{^nQQgg z^QU`lQ3x*SkC5U=uk?ilVnR`hA`e5KS%R)GAU>F*Sc( zM(R#YR5n11aZ9R9XZflR0K|)QH%`9YH4XJDzzOYlLKt4$NM?f4cgDzwq{Kp0amv06 zK4MgK&_9rcq)NyOY9*SBRVZKp6KA$R@3H^VPqH=uw&sYY@iS{p5yT zk_O{pi6l3DVDi@j00&MY)4Gj-_KiB5+c*52QWT0J>QQ-IXcl!`CTZ1nhE%DY7zbT; z6HZV)nfXF!r93P{Mf#vNt3m&q=E+j78Xk$m4q--N?pgtWmdR{pHvcer>&yScsh( zI@Gmf3^jbmE;OGSkq`W3ucmMc4R&cN?6Ulc(kS3Z{mw3Ren~v-G)gyS4=ThCaXkY zBsgWMnuRa=HtBYpxM(w5EL8r+H64U?cTdJJ|gkylvuKN!P%<36ecrHD{T zaZo9a+q}j_eE<5@oz@A=5_M%BSv-(C?(WMk7_e}lpbUyK+cH4= z#%f(zxyu@-^@K6jaO?LgnRTI*$_l~E>^Fnm1$H&bge3HeD9t!$6136J_hQ>mC*Lju z09{oRuD)_JA@cRW7vS<@44cAHlLN1Mt*@WYNeUKP(E$H;;=nKL>rB9#1LJVw$F?&B z)XrS7;{}<1_nmYvZmTH7q8xm~I+w%`@J1$JR9)PNv&=bevN-ci1hg-82s(GT0>`Pd z_h?;(Db}py=Jd_LoI}1Q%z*wEe|)6q^N(*Y=W1ygSV7ruDaMIDSG$k5rF?%24ezqb z#%XjowxtPjxtzm$t;uPBXsY|!EB&T6!KjBh$K*t#StoGExam^hv;HK|`tE1)LXz+B zxP+32cj^*g0}b?R^249H?2ED*+4`jkVG+zG39Q#r;hX+GPd~n{13eAY1Tnc31F5v} zA{BD-Z%GEB)QK3?x4Y`zZZdY0Y*xHaapTqi=`5AFgncSb672V+wo5Mx2(_tq3;6)s2ZrWemvre z_1cWW*5G>xDZlXJ`fhdh#F#n;B;GWO)b*I;*TqINK9mB==~pf zsi%9BkP@-Mc{+u#eUBl^q$Ic$UO?>lmQ@MW06R&q#GUUMXn%rKihx_o%qk@fosh*h z*$wm#Kkapy$9>a86!w_8>X@+1N;@P>j&AT{n!fj4WYmkSpY{!IL$_8ic!%7g5%k-^r!dROqXb7pR9*%-lL1Eo! zY(|>GDVSW@#ia!kY3s$pwFM+w0^q?J58dS2N;_1nL!w-2uVUJ(VQ3j&~RTO*wc7~)fdjTh^m_N848sj9!n&|iWrAsB4Oi-Fv`N~^zxq%&u zBYGs+uXZ1GOxW0o(eJQsEA3M`KG^$)0&fQ&GsZ6l80Yy>_(Dagd@A_G*`i#!lr>I# z6b@huv@^V%$Jq}*5t)OXS#z!0TK91PIG>=%1H*6b{{X#^mp{YezvV&LED!u`9#{L% z;ES;Jb%|~%<9xxA5PV-fKkO-|kB*JYQ@lLlG`*f)Qp1$DDU*9f$%RfAouizUKsZx=3#+oWlMHgd>a=sqn}w_9`GPnDNOEQhuP} z;!k5N^JPqouM1DL0@Rn*gu$kdD0-nuoGhO%{i)vun(HR{4>~UJ_D`msesN_NRYIoK z#pzPSq~_0R zN4y>kkin4`iqKd%%dLa$rxf z@27ZgjdK)}PKi!nxgs0lvu1uaEbf0urlt-`Hu6}?{J5vFJtK>Bu$XaY7l>ouW*KtP zq8D=<87CA2=d8ZKS3$gJt#|-;seObb@jd1*^dS}iJGUdWh=0S#nb=LR=fTeR-GDwt zrFHG8$}?)PbF5(bnd1?yy;1=W8Zg|r6%+p@hD>2HTv_NoH55Q zX%YpN%#CcWtBr7Q*Lxegg?@Be!tRR6!pIjO#R$An{zcJ9fX6W>z|5VG+>bgSz|XZqe^5gHjxy8rEaemCf3;r<9-qI?|e z^Dkf;)Yl70O`2VV})1Taj`^e7+XTak!QraWc9 zTs4IsG><98ZHS(9Z1n@qAL%%}hlx4zJCy`;VQ1Yp@nPT25~37N`4osVl>aCXHf<0n z+_>x#qPfkZtoi`*eJ5J2*31p~Nt@l^0hXku1d&Iuk+YEzx5X3DS*!+cHKF)E#2eC3 znFou<=q_33M(>dRBje8F>h_If3&0*C>tF@(;C|;Y5Viv&_>ZQ-A5jn7c+b^ya+$W- zdr~>Xu&R$>9zU8{Q6~8Febry3Avy3J0i*jMq}y_y(m)%#$z9})iqFFX%^P-koQ*;n z+<+%Q!;fiq(gOFP}47S;uF{xyUhY zd-^SJ90mWXsDX`gX!%j~MZ^kx4c40{KJt@O47fI=4d)L9Zn9>&QQq-oinhr304sf6*D+WYq+i4r+bDSQq6h5*)44R!tCYXXtlvPIyw%2ewmlb^xH|u9 zYeavv-Y}CKf1Jkr^q~b#e%sl%svD2Zqm86pwvOGJ!$WiRGm+tK>D4t81JT##F)<@^ z+LGgtE-!@M=B3d}AQN|c8u9J8zY1ANpZEr5hXN^Ys43m@F-}t(E9c+42g!hwXR@{$ z6FoEHO;5i}o8rf{`-x0iWG`Nqa@BeB2$)AC@jhlSZnxdrYy8SEg#-`@CMnl9qG+6_ z?_s=#sPICF-z=&JMS_o3$PNziOZwP8Q9J{T0oca!`jE+*O<-|wUr{1a9{^nFA=NXk z(e3^0q>RAR37#0^@s3Aj^uC0#iT)~BC$7rKB<9j*zM@|euEgXAhE*?+GHNIJy1tdW z-`l%#UM~GA^~bIVXo1FV4NQ15I9eZ)+xM zy7sA`#OMzIiAI%V{eJ!lvSeKnm$E1b|IBPrU->mWG-x47`cJmIQ>)rpLu1McYVW&c z;!)coLg509MY(G`1pB;faXWfH9kiKKQ$;~v5 z%er)!XgW+hi&GIWqJOxyjXC;5H?y6(= zj}z}lU`!gm%)VwZS$(2oFUt^)#zKoH1%9n?{F$c)+i+Lg*U_dHq58BaZECF0ggqK8 zc0H%nj@!3XK~)g7$;la~x)V6XJF&GAsM_;~H|W}jFV{MzjFn>KUe;~1Vf-{%gs*@Y zMI;x{W<)I9g5_!^jY}v$BFgw^Occgu3?8;$s2CM`15VQmjH^zSrJGT%WAL|s3Rt$T zuQ30)GXUY98pI-$!XhJknZ2w-tn(~3UXs`@g5B@!_1pR8Vik_gerYZXgQ16(t z-y{W;391rp6KhY<#X|oA9+~a99g9RMth^N>;YO$sj{G?MutR`3WVhgFW?tQD;_U&={H=H~xa#^| z_iY5%_lH^ru|)8*-(HG83lrobFcQ*BlPmr*);`3Q!p#1VUcZ1?H^20g9+Reiz~emr zqFH+bi>s`MZ}}#*^+#t&i3(;G^K88}(jaxF+&-%J92Sw|W+)ChWc;`Wk1Vga6fr*8 z(jp3&C-_@Ze*H6T_74*h+5l%O3DRF#v?h-6HixMk^Pt0vdQ2uZcNrwVRfDY+tXF&h zQu0YA=e4{HI^!IClY2TRnIRndW@Vp}C)a02Qa)k=IsOZ6#Ff5J^Qo`=(q4 z204(DE@BrbJ&DvGVUo?xhWWS$T9XEZ)Z8tnx?6^`f+F(?dYC!dL5xlYEH^1-o2)!a zRC0t|d~dfnUnDb2X`Nbbebey_if}6mnA8%=&&KxyIfwiy=0P!J=Qrdy23ConVCNg- znBpIIQ9bNRK28z@Sc$+vcGX17hn^-Zn4fMW8g`DUCj{P{z;US(j@*lLqG4@whx=%I6pXlubZR7p8&{DQ9!=bhi)Es&3D_HT9 zm97<761PtD(pN&{%fM8)A93J;w}CCUjQ;f=!;`GJ0%{?h=y@>?F^I@ou|Y1U3B?Lb z9yP}k>24Niy~zShqv^<^w#`BgTyd}*B!6A@Ru2dt(Da;0q}xZ>n{(ZTue4V3ggA;~ zq%@shO^WUnac)+(jNj5^7k#p8vBt zl^A+Pzghe)PDJ@&T(}dCscZ6cVw#~e%qh%6B7OT~;k;C(Fm0sfq%UAl2>A6hi9g*X zX3H0f@(x<^PZgJ(m+YRvK@X-?0KLcX*P;EVODrS2h39@BDZwSZiiXHepaLy_F*&{W z#7Z+O;^>ad*z520X3 z`+@L3*6&!FV@(w@mDBvMOH$kLs+atQ6y}$ol9W*H-lHE*3krK9byCraqgZ!e}LC zM02QC$+!!}{p-tuV^SD(?>GI|xvC?<0|%#XC6~jkMYXOy#lh1}BUezFj@xT@Vj8ZK)ZW&L;~Pxe<*P2AT#Sb zuI@3Z0Oth8%+UqJRyr<3^%hYH9{EGck9-o|S?xm{XenFrkbUb?F(?}!_OVj2Fv?`K z23(^5lrf9~h{&QG4lx5Mg#|uFTTCNzj z=z9THo2#0;M8eJY(#5d2(923=+xmmtH#LKWB($`M;YK%=*ox-4yyjHA1gT2pj>!`; z-nf6`$A=OmCK&1)9$L~9(?)R)vauP2g(n%Lu2*Aid*)BjLet-M32z}j!eW2+VH?5J z)pWOj^eN9=7{Cy7>+aowbVP}sz&a9A%7}0X`}|w>-w&GHqYwWq; zA8 z&Uab|Ue6x-#fye19n@Dx3rW;hw;W0n(hv_e=O3$8Vyy?h5PuTxD8sMXWGq_51aX}i z?lwldP;!zoq_+=$-De=@1Q&=t2TTp^x{s!o9>WVXT2{`xl;Gme*)F(@z z4G`n-G=5a{d2yXLm{w9tT5W${co(td%ii|-T~m~r3;i)Y?+9D8y$(WWnYR8o#5(Qp z16!;;cjck7DbosPJ0J(8(ol`#oC(r)?~CF`2Oj^XagexCVN_t-1D`P+U*_H4OW7?btW)M0a3=9}%@>l>fsgUt)9 zs4b{wZs&ppWBT(nrkDu`h$<-n?jsf0P*Ei2Kf*PWBVt| zN9cb1XQT`C^3KBzB7|AbBz5O|H4P9$$#NF!w7$Pv|E+VaTz#?&GS!E3UCuY9yO@Sf zt)IFum#w}zCz8#05VYmE_!pirkb!SFpFi?9`{8bazmq`5;DDS2cI;V;!GnfhUm zy;RD9BP~c9?JGEGU6Z{=3X!#&%Z{tJ;t!l-EzY*%`Y`XzLU)$$BCfyUM^9tPOs%!k zc*c!>2ySfowS=y!Yzyp72M$##Ul!JHA_$Py!Y)N%z^g)almTCnjo&z#{C9=>n#cYv zcvMZ!`7cHM`HZBXt*NsiMhY|13RAl8iilo=Wcf3Igm<)8q7%p1dP#xKL&&-auJ(@a zBmYb^2|A6A;11y+_^}c518dN=iD~>jqbnbw|Cr3~qs`#*-m-|}a(VcP3<{Ro3Ts8xQ`v7@bxAzcq&^=K*Fzgxc$Tgv2LG-4o0AKZ? zI_l#*|G{e4w%FKz&>0|tJa`fwE)andm@jTAeo@TX#Q_Hp) z$SR$G8J=3f@%M<{>IhqE@}bOe4?t=mU=LJ|nXK-E%}L?C>Lt7RB*^Suc^)S|pe{!| zc9=3ns%Z?velP#WThS*G8}0RAT2I%$`EKja1Wf_-XINvZdy0eSy7wFD9CkJ$D_W9eUV*1 z_5_m(a*1Qv}%Ed^O-eSHsqjHHiCa4BO8w zzM5LI#{?i->OSRdZ~z4s{Kx2PIN+x{&sN~%MduzXqFluiUxs8 zBV(~FNh@*S9!pKa1B323kDNyUi^-z&z@;njH_s*~>hF$xOT;Dsh6?!Ok7AF!ou?51 zz3wFR7j;#-C$Ja`axQElGC2Whuno-g<_sokfTBZ2cPPL|T-_P(Gg^LKjnAtsek7au z$j^ z^Ku~fW9n?yfXPz33-!xn8GlY-`?t0k53~c23(PcjcckXqN=mwR^H9idza$FJ%rQwb z(yGLW-st?&Izf41o8rlHS|oSXGi-b;h)>bsVhr&99 z*JLL&^m1GOkx0~syuN4C?o0`Eq)~r>F_)(3c0Bh~d)Xc$qnzcNE6P}DoGw-GsW!=- z5_R#FT;S9(luNRn^Y1jmWi)T*mGpB{-!D)Si|Fnk`@mJTXX4}F>#3K4#;{@$ykusf zf3i}>W)T@@Jto#-?^)^S<(dldF6jtZ1AWQ_|7yimIXqGNkGBXl>VHNsl=&iFww?J& zbXV;76KpFWPW=Ig&$l-M^1dl8jcG1dzUKoFA3&hY1pET2(v;4?yQi|>RC9qgQJt7H zPVp-@PH?#4vN=7pz!JuBG;cayL4d@v8?lwwJm$z0rJ5@zlVWKje|LY2b*BXU(1RH!cKW|LPDVwr(st7=BgM)xhN^$4qjcDk^EO${CtE)?0s`m`Vizyx<#D4E z*L~IF%T9MkdM8i6FUT(!yw89g6H<8~*G1Z~d06xSFZNze$+^63Zf2r?LCOetb7jzg z6NcFFIl$qgTq{0$-8!oFWXX$^!J{blfN*p^?qmILU_LOwLYIj12Xgv^zf5srO&h?h z+q=iYM&B#?MEd_ujA4qmkp1e80MySt*vDJ7=}*wI>~!O4D#>tb>v#9S{0WTV5Y; zn?(ChTp3!%YUs#(#AWO3r`SO_wre3$p_qyI(TG$n`xSezPM)6I$(KRYGU0q-x)Z%D@%Q1=)yZ3+Xzf%b!* zIKn{=T*F5TI6^yu{yod3Z{~aX*y8rXYD1V(3pP2JItZE11-G`{Ty7X8LMM_DwFEN_ zf`EoBw5tSc9qCWrn3D*T#ESuzA*C z$fain4fcO_p&ttnGYkmR#~v0eE&lg6)Z!DPp>1gL7`^!i0ztObBeBWDT9XXf2n^nc z9t2;-GosY*`9C+)zfWrGk=(qXoq3!3`&uWjF_K8OpXAh>3UiyWkpyE;N!3>A4bljU z#g8JjkEAuO&8bU#>cQ-DVaogR08vg7mx-Lx1ZEk4X8-f^WOUAyf8J2amsD&2iuVsf z+K?tJC*6Us!5d^$42!Xl#_8d+aTn^Tqy{o(eD;N?AOFS|$?rbG0Y=p1zfg)WzKYeP z*;2Nd`B_#sp4Aa;ayNHk#ACDL9OJH*?qghrR&Cu(3Uc?UjI|z#6!cJPrSO9pFTz@Vv0{OM3gx za9y%``Ks}0x9}ZLS3}lipW}S(`(d8uOPsUB3hNmAdxqRP3<96S)w+-jQOML~^@sTw z{-0Cojwf#hlr4zcnT5pu)Qfo5)~(?0_otcxr2|3vGO1hVttt*yZW);kO+AxHyMcwM zB)bBP!epw!Fzy^>AzD7Efz?Fo4^$TsAlU5CtJVw9F>3{cSi{Xax2Q;z$nes1^qNByk z#m)R8+&nosb3KGr&SB+%w@A!~hoyUZwwO)3IqF;rcVSQu?ye4e3ODP^Q0{h@G@JU1 zI#^VTd*_NFPK(1yo~#++Jcz5vy2rJ8=gp3{sBNrPQ^NmU0fhmXTv5&I%&JT~{r2}b zfLov0~ zq(`q1-vmUq87$a?Osc$6uR>{&^Sll2g5Wq2L4c35+sunnn;i4QgBA9%X7VO*a`x?)mL_m+X2d-C{!<0UPk&wgGoplO2az7yTkfTvA3 z;`#j0<;w_xOih5Xb2g@#h+>k>tl4yS(wpT3^&ti!e<>*Ia~k5gn-}UgTOG!ptqHf% zfV#w|B2g*)9q*_PyP#at(qEN~_h-|Em5O>e1AfYhlvdyJ`N8dzFNwlnFZn=zAMD1g zM1H!>dYJ`O@4<$zy8ihj^$thK{&!3pQi*hn538W1C-(C6n2~hjY9AcYUxp!yBe>t( zs{-}rG>71Wb6K|qLzy9NPP$OTkN)l>6uqPiFNoHw2?NzV-M93=V?~#VCD#}sBBzI0 z6WmPJaYcMZsh;UeDeHeL#>GNxIk2tA$aFwX3$+jq$3&*Bsj5ksg&V-;t!A?Q#}1nF z-_wt8ceqxJ$)9cbJxgw|s*SL(9dK`(msteR6YwLowmSe7Sq8lILEkh!ql?WE$^MQRY0b32 zSoRx$<&8Li=8=+Yrk8BvtYpSwytGifO0*(WWao;;9QHhLtp!gxCD7Fz=0-GH-xHF@ zKbE@4m2Q8Tt~|-k?ol|<5OU;j_!}zXo=AaUwhkc17>f{k5s+bP0GT3!QO_0oD!ETo z%9f~m;0SuCAIIGeQWrL`R%Y5R2sLcmyvUwH(~xHJ~?<)YW5^H;#I1h(u>p`;YK4 zM^^yp=Bcr<^~%rNM=VD{$<5IN&Awi5LPa&xvcrM;w?h9g1~K$>J|qNgUDZ!?9LT1W zM2&np%?ivkv<<{Xal!_&hf~tlvRJRVH>3Mf2RNt(Mt+el7{X-H+o8n>YHnb6N5%N&6;Y&1$asQaAeKd$pD^G9qxofBJASgYG!F?XeTZrmO1 zY#nK@#}>87a1{Xh@4LLn@6CBs55INnwtw~gowT6K{ubHAqo;l$_G9!dph7~?TAX~j zcTL1rCmf_aXQSrMrWihw11mq3l?N z`rCoJ?vt7@%72PaGu8d5CMUeZ?Ve?M$$2e111B-zA#v^^j%zH$K^C0u_P(i> z9GB;uB5nSHUsc0tJYM-}SC9b7RwMc&PjHie^&3uPQJ9BYD(1TVmuA3RYYV|v0Ccua zkk}VlB-m*8qs>MNb~>OcGvwr%@>OOB&K=q*=1Gehbs9Blu9#_RJ??0Sq(lAFUC5%u%Y0T;oh8L##XY zbDYEf(=d+DIgd*%^5u!UcsM0xs9rlwm76OKVg(#UhQiXOi>cvF8@zcnl$) zG#)Mi1%J+OIL=ArK>rk>jZB%-zGQLV!WJr3e58&>=^hTjZcO>RX(SE9d$(O{9w*b2 zv5M+Mv+enU9gD2&&bazrSSq>)rG3-OY8)5lUjN3E$1Yvf>YSA!KJ_N)3Md4{I%!oW zpk!f>hhzFuh)T(o28R4`>Na>76zKyXJ%mOzgk$nY5mQ zmQ8w5(}p~tuwi04Rg~gC8pS}X{{+^800yW12<7{Yk+yw?@wDNHugiyCfZkbGJv<^! z>0b8iCxwAMwAwmmb6{CgNZTM4r~!E$L!PJjUGyEziBTZ>L#nK!H#MkjW(fB=l~?DQ z`r;Ey z>W9*|@%7#Au-AvV?W29y1Y^Ma!GeD4*J(oSjE|h_17H4Qn{bWi6Cj^Q)cKSmien@PdJYuLfzS@;*$GFZ$vMn`XVa&}X`o z3k`XZAEt*r3yk4-+1zMprudA`E0BytJEwfOmDh<{ap$j*6p!}9N^wKkuAQT9VJkP9 zAFJX3lK#MR_?uewt4b0Hg1Mu%<*^gnr_~fVq37LC zjoIMq1NqkRTmLXK99;Pa5Bjo)3$-S!P-e5KyBUedbp?N!Bf+wHGS$Wc-lvR|yr?Xu zZt3=Em<*Uq_T9get2#`^SK6RS*atFK&SSesO8CXVAV?l*WvDEnuE#D4xrQloY9Q&UetPjCW9LoGoFsoAxTo< zN}phAePOT9P8*v9Z=43!iVMNv-{fH&CYmOv@~65SZ@=9<^igvPs9i@|c<`0~n|&ID zsQ8Lo4yijf174`cU46B+oZSI}b^*f{zhCl<;3vG~&n8=xWK>YHK9?OFL9w4nPOS`P zAVflZm@G^AtYwG`<%KKRM~n|V=o9Q4q+`l&}c)tP_I!$65Uy&htu`;Dn}B%^qQTH zYzBSL*#SX)Yo4`4)p-P+_|f0|R`00(FB$l4D0FoAp$2NV>EMVF9I)16LT?5^X-ZG9 z%D?r#Ci(OaO@|yA$5g$}2KcTL_4j_cfNE8#`Mto9g~ae`*7_i`bx&S&H~~oS_rS>| zXe1ZnNbeOx1|2tLgVg<+UBg{O9sLBsKK}zPEUUdSCIxMwXk4NXJGq!rG@&zkDx!f$4wHK*jPDm}6=th#DcJ z6Eu-gq4&XhvLnC9WThg!oN*`OT7`I3>8Od%1tmzZZqC?rRI}~GjX*nUIDyUoA*-K! zYy;b{NE46bjniOJH|$ny{E; z)1mEwg-a&OUzRRuzvT_8`yRpprGaJ8TFupuF9{}2h|Qq(0b!eY>|D?i^Q=<*1U_Qu zgpc!L9vJn|%IAqOMkGpEF!6NnVP0tT##JoDEJv*WAnqh-|G^(6w5HErTp2iQWuF_pWP@b`ZyK8r@k4ztVPD-j_LXM zsJeZ{gotfzWhl@cWvqTIx!$9z#Fb$zX=4@u28jrM3INH)KeW)^RFQ2S74XLuZQXDJ zT`*41IY}+nA8VR`U@p|n!Y%X>?>h&{;xoi@$WrI{2mv|RIwdP7Tf&^DY33!DC^nV+ zY5#Gr=P&dJHE$;Z^!3L^ClGLD${J>E!vBK-m)g=pUfugRRpSeQ=WnvSlBF?1fQjo+ zTSAO2X(H+GVYDvH5b$Sm=pfYTvHNgGHg!NFl~c9HuL@ox6xbem@kdC)(pP3(=&hsd zXZsu(-J;glj`ga#PiS3Q^+RLcBs^X63Hw$Q`u5{*>O$$B15BO|EAQCaPi8y}aKkis zI1`@idA@lsc24@LHkckKBCzu7t5vlk4?0B;rS;%R=x&d-CJpIwjri;Q#)$!|@fk=J z16i`_8-x?BwwQpLM%ivaVzX>|6il#vjX`pe3;mb@h$EW%BLGJRAuvTaQt%0t)GgyQ zArsSPmI4N`x^$#^qek%`y^vQ2cQ#MK4P>r{pCpG&luoT;x5%I(6T$!}vzo(EHMtBV zB5v$+Aan-Q^;`yUI9C0{16HD?a3jbjXM2I25=|JVAIcz)M^+TxQxrUyE)F+9% zVvZN8#IMHK8zN}I8&@_=Y@i2?W7|PJhss`z5fhD;*ke*o@e%$+l96rZYl4-Rgyv7r zbwLx1G^JqI%y3Sn=Qf1;pRnNA0(**3c1=VE7~K=h!a>=#TIuL|-(V0|J>hC$&{5vU zw-Uz5<0D+lZY&A8(Cdp~lUu7DzzLH>?Wv-yxb1IwD|~P1k~(X2kd8n@rc@P1*bS!ESYE)od|zTe(zynE0w^LH zy=lOG87YxjJFFHiqr0WTf3<*IZNM%*2{;53XnU#raa1aJMf5}u2`BA980i7`cFn{& zBQ<7RG*Vv9`b)K-R6qtQk-euujQ;8+=cjGCQB3p@gN*0E)GgK3O17ui*=+%<5x7s(cJZ27IHin%RaTt(AVNufV!kr~= z&54R#l`rX(`UFCU{zJf?K zeHUz~ft47qU}E2o6@3hmcZo6GSQ!=k&(tP$)rZeI;?f*)n$N%$)Y-3&lG&g7XMOo# z3-M_@1{bLOY0M`6vd?f^5QwxjBKSEy_qbirM|VkMpFvFjy{tBjc&?0bWjP(V`6x!( z%eG!>q~S%e={%c;L{4#kvbc08L~L?iHc+h7uB-42T87loH5^wyU{#P=$5%Kf2#l3+ zui8}Hq*HVT5o|NRw8ek#@5Qwn|BCfh*!&G<;4%)z*5nVRo&CFOhM8wfyE&pVWxHAi z4!!S{8sz_4yuM)sjP3Dv+YtL)W#wswaaM^^#OV$4rIy1DQ5xjciEj9z zO#&dkS$fcEY*FKWTxA!3|6@WpY#xNx2Np>pcjhh@n2<|a;SGu+Z}Q1Bn_VbN!LVV^ z$i)wiw5i0e`CVf-(!C`#tv5e*pF>bYfpz^Kqiwet-XwScHFvf?O61YcCZ3i#Nia+d z%dDEoTNY*&Y6dls(q?)wDS%^NowO`Ke)y6*z zIwDe4z)OAb{RmMqy;Kq3gG7H^=uhFVrSX)<*jqirIy%s2r%D3MT{eGVaI z1VglpNv_Q#Y&2VjRIk6ux?QA2+S=+O&t%10uRa=)s^E?M4NM|45Vs4+VC7a1EC#;2 z)3?tGh6}F!C=uZj^&1-S$V*;B1m&Ss2#{%fElrFHGM&xxRpKcOF>_p|YYP-C^9w$o z_qgA*a~Sl{e4laoH2B;UYFM+>Cvi~x3G(5kX7XPB#|ho>MqnEx-7*a(^HGFUuq*yl zUTN(-9RE(V_I3`gnMGl&*%8~sqqF$=7YWnTRo~VR$M}=F-DQ||HUlfZ0E>kl)W?S#%^HYoJqN~v<`Xw0J<`}M zcdd=Fzw&#rQ9Kcwz_j@Jrg7S4(C-0Z;D%`3=*lO8Yc9Z333@##v2vAJR;DAXX5qy| z4cd*75QrP=7mI6g2tjBrMz2%R(d-&W7DnJS+dz-CpZa}Xa(|c4-+E26*A3Zy4 zrDbFmKqmGC$-ZfvZg8lC;+ZW67EckN7Vi_&T;XG;fM2~Vbc$OzaK!W9doov2{!Xko zGFLz1+OmjpU|k?qxaie)@`n9zx4#h%+vKG$R!wr{{{tI*V(no+S1bX(=0MZ!SOH34 zs!1aUI+0zhQ7H#K9A{QYbO?5H$45}IJL;~GAGl;s5pgGuG)w?C{Y|X;mU@Z8P$hgT z=qY|-1jUw3*_QNCk5`tc7)4OkUgJO37f_jP$t04tp{)BaNy8Z%QjabE{_E|vV!CEC z)r@>5A38EEI@k|u6A}N6oUwV84Qkc}E<$meH7r!qwpy?WfngbkyH^Ss zza(0!5?dd3Z=k{DlIGBAn7O9MDbTdez5EvsNayc5N2MzQjm%xT%HWuz1>lECTJ<0BkUm2~^uEF2w3igl zw$sGDJy7-H2{2oT6UlO?cvN+mGcM*t)*pg8{LOqT95h%EaM)Y=zax_YB3u+GVy#1A z9ra5d6;nidxkFJML}$hn^4~xek7aB^;IsCG8nJ52kAiF96ws;Q?Lzrh>j%1P-T|@q z|0o^!MJTiK;-*z4ro#W5!~IxuT(yjQ8L0c2j@dEQNV+V+C}!a|&?cf(a;Pn?`INGv z`!e}XEcFm=&7ZE)YKRZ+D+GUK%}O`!o=Y?SaV1c)|4Eq;X9oh-Rgc|C#;6SI6{*f)<^x~^B2bi;p>)M=UAJ)VL<9nZ zz9sCim!@Dxr1d%Xf31UxP2+Jfo2*>^$wbd+iKF9^vZp?%eG$^umTh}w6y=%mKD|o4 z{e$2e9}7k+MBbWD{F9_~-M*|*A1`br3QK75co6k<#s4YkEaRGd-!=}?xe+2A(jn40 zdV+Mf(#VLZq;yCt-8o>=f=DCMNXHl;Al+TkB|P`<|L~G`_deHlU*~xo$M?7uJ16;2 z5N{(tO=miMe?@9(=0Z;uFp(MCT|xeyll>9p*Piyj%}B=6J*Q7S96TO1ZiSXZmGt9Q zcs_O#qn}w%sF4%n=UQyIrg+e4IxcjD9g~VGGHM+mEk+%GiMEU;0D{@}f?l!$VO6rx4{0pLp%G zQ{T*Gn#1QR#3)|{JldiYh%t`kMdI^t(VW~9H!hcIXaGm;YDefZl6M4QD7LSi1jMFM zvsYAB`2=D0d@5NtcmE5b3g|rJ1;jOB2@-|pr_uo;yeE5kr5O`S28&8xTBQMF!CxUi zEv%XB58Dg9W;O>panr325NW=}rE}MnY!gW>PaEc4Q7j^r2xqM`Az4j9kh9}Ef&n!V zI0l-{i!_=0F%mF`^3gZcyalZCHw5prJSI%GL$@2J+z|usw!A;L9}xqE8QQzc!7#dz zk^18pIuw{>Wcw`ys4qT$0w|29WuEg*|I))MBkNllWQ%kU=-b*&fjN7-60^>3_XV6< zB;HZR22~rU)mz=|?nE7y*j=kdT?j0v^pbg6>_&Y3ZInmE7tD${lnvw7XXYYqT-JtM zQNGy`x&Bc}HwCf$-jA>hMss=#Xz?q*(7(~&t_p+`))_F3eBuU~Df@L_7n(D9l-ssi zc)-?l1XND>j6FYm>Hodi^A&m`{H^(ZNUbm2d9A`kaz4>xL>BPg(!M35DkAgwYW>Wr z+l(Ik+FAJ=7yQie@x|VqaqWfLSyk;L(s0B!qWq9DydDii@x|k8M|~oIV16lK zOPus2P}XKV+4DS^Jhz;WUq6|_G;h>l9vn-61acj!R)X3hvx1AX%XCoTykrA9A4 zDxDbdq|EVPxlWe8!t}6pkP`8InXZK~NN#CX62K`Dza)9BWGK3^)?>7J2*N#FEm{*N zvCi*@WPisGNH=L-UxM)(EVKt&v>kLh$W&5}*6(P?5p0*Tjca`&B>S*Sn(8j8eSIoB z^%Y+?F-S7qMDprR4sAi)m9C~>8SopN$8k%)Wo@>JHi|N`tp7GX++ElzgaE3oVVNalQ4B=M zs0g9jW{PzrQ3|H?w)uBw!&T7JEq^C^4Pd5OPoeiv^ninN4`~L}#u<_JJyFA-H}#N! zu|H%he^B@!s>DgsW)3$93)P>ig3!_e;)*65s9L@PwJ?-9Yp8>y^~1SwvL81*6jRQE zo)seJYt1s$y;H2HQeq1OS8@^wP5k@QkVS2HuDAV^+6;4x$jZWuX+MLCDEt`ae~rqFUErQk)X(aC2+ro^-u5M~V4%ot`Nm~&Y-S+eQTXM-wI?ezC zwpjbijTN?tll@)&5tx{qNHkNkNR?S+eg1j4fXgd4j14L1Q1^Vz*l6Nt=Jg~d8swCl z;@z8H7Yg8gKEhg=*gANCs6P$#K}TlaR5fA&tV9O2oef-t@x`!kqnC}5x)mgjZhS*z z0OkAbD~I!23>RA<0Bd}oSFCDv0tFx#R>$I0q`1I4YY1}~@5HUnkxo2b*M*MbMI05v zxf)&=BJ62s349*vr?>-9RmG4kblIAo8%q(jg&MW{&1hOSZV_Jt|KX7Ai?%-T?lkx;?|bE(-0H7p%hs>>@% z+&h5ZAGsl{cjoM7?G#k|T(Rydgn?0{X``500F_4Falg?#It?%Hrsf-CRBjc2wYvsD zE>H7{bH`NsK5XaE;F&xcVj4{<`=1T=UrQ;CrV}tlv-)*H`E-)3lukiA zN9+X>(N*!E#xi9%()orubfB4+;dxIa`)`hcrls$jezVyf;9_Xh>kxJt5HU&QQxQmNwQEdw)N1Ia&eZz{eu`YkG= zgdXwXj#AYB)8)(lVeswPN)iAl{K6{XRhf3R%k;S0znpMD+T4PFpt0A^Soy#`N;cnyX zZ3DcYd?*7>cenP72DDPeJ( zJj(ggnlh2COF`@5@k)_BU1;m(fOk3Kxmj7->khM&{Rj1jE-o7ho4-`2b6Bpe*W=)lEFsJRBiC-%QDroX2RRfiSW-mIi<@r?GR(ZK#tY$)yMLj{@F zopy{!zaSk3y~cDJQ7{u6ey1NxKirU|2emH*Al zw&(Ru{`u8?!RU4lE%9#M{@kRF_Vsr9ca;D^AFyO)X}q;4^p7XoYsIMR5Dt3z;ktIS zh(XVrG5deZM`FO{{M^g727ZkGQXK^BaB=;kC)NTW4Am#}YXE6z?;-88{z=SNZCAgd zkx;4~cWkWbAhiLej|45hZh=l@t_GUm&ZqlsWaoL3v1mT-u$eqKG)Y3fd(I1>(=yfF zeP+1LFIwe6x`LYdoyMIn#21c43XY+3C+y@Ir&2ptf2VHky5hK7->bnqf0K(>S^TQ?O#NIdz+Tx3I@Xy05~B z{Z=D&e>)h4#3JH61srP`RTnR!ryP7NUi<|VVMmQ-(W#%bL_pp2W)E&GX+T+JDwKt` zR2R8Kf(AVE>BZtNWX9`AXiy}8`;7UR*iomubj8Qb*nmM-HH|ggp<-GFwPu8v5b}!H z(%mm9d@DeGXFrZt1*h13kf)G86P6+xlJLe_!=@`bwCi67sgZ;Uj7@g;YK1i4L0;+> z-eb(Bt@NDK63L`o<->P=#79Tkytjhrluke+S9X`=W^tV87_Ks z>l%B`re|BxcQJ9UOFshH!2FV^e2}$qi&}%CN0jEe`JDB$64mI2=x~EKz^E}RwD36v zNC1A5+Y)91PLc;H8GR1;nTD8YR&38c^MO0k)+vIL{YHNxyE2=lXmKorn>Xq{g$N0n z91VGc1Ly`tZI}9Vj`Pa7L4!>RP zSmQ(l>o!RGjklQSp^K1{H|{y4kIWCTmqPe-&|QYZdozG2LtlK`8yNBvh#v8uET_PO zTjEIY3}@o3XJ*x9R}|uij6&u3ACO(Y1%5lM_StbPT-@A92SEQ6?e;h<6uQ1QtbIEn zQHKe(mk1m5y8Ui#3bl|(%e%IoD8gtnE~xa1?oojZ_ef6Y8T6D)Ma&=)7}95hUi>Y1p>VQ^*=(QQ^gKT5zE`oPKwED;cXB=`d2%qw=5k6 zME&oJqlSYyFMaXCO*g^BH_Z1r4T4gyvbmB|SN-L0BSgIa>@s%!FS|^rzuKom=y4Rd zXPN!z*>9DU*X91FdzAS_SGT|hM0zwUjqq{6Gtr*6vL-lyj8-{KKvgD2`-Hy;G(dgo zxz+KNzJ0IW1=Vn?5TQda%9>}717bsB^dhTkED)O&CBRwmn|+GqEG;H9|a|I zSMFFdN5m^JrTR~eg&Lbil+T!twK(G}#Bn=w5Ho1#Pr8RL&)g_V>(r-5s`yXsc_x;R z7{JdRZCm2f*bLSysiNL6Px`sPf1{yZsU*_G(%ewJR91bgt1`R<^04~Eg`R?4X3UL} zjc|0Nuii=vxD063Dx%x|o;g985baU#oAS(;|- zNWznjlu?%0Xz%VKXq5s`ERnlnI&xeAdDw%k`1n3CB6|t2JM4K7<;_h)mPxZ>y(JLN zIc4k-9!6nE-{cJJ{x6v*vD@pK(>E+~pWUiGzgKky#+?HLJl~6v;}q)yx(ez8)5weW zO6GjIFBy$)-kGt{bc}roV0~g%-mUifsL5`%z{V6Lmgrct)atJ#P40;Q`pJr}6Lj{- zX373lQ&G8xKq*dL{jRUpc*eWk$~Vk-=Supn8i+R<+4hm?1L%XYMPej7EozZYa6WLp z;G?;%^(1%fxXG0_0rYF08FO=M`K=eN{WE=o`f34SU9VUf8(nVK2yBVjo3-SlPd8k4 zBe&1K15Oij09AxHpxt;^VeAzLdHYHqJvXO74jp3mWDUMQ74^oYu7Yntj(c67-HB&+{by1Je9U=3)^e&Ex*HSsF^MZy4wUXrl|Iy0R}oN3ss5Gj*B!g`?4pQj^4`A<12(g=e#Xt&PZ(<$(Oo2rJ)W+FgIL4zMHSUyHb-;)?D<)#~ z4&cga81(xD-aO20*yJ1&*Na*1c4U(AplqHI&>+5ap3YRT>+yQ`>UP!6T0&{?Qs}MP zmeHOwUcZ}Ot{F9^-tq-%g;I@g_H=$@Eq5uJfe-=_>LR;}hSDyIu+ICbwtz7fw%`cH z5Kqh%%{1}y7k*LyWuXQ*2E=INM^kNO6%rm9%RTJ@=l4!5vtUJn`XC{IJWi28y9^wK!`|LdeM)=TwrSt}2poijtdJCP@3j z_x1?BKVm4@loURDn`K_<tA>2F4N_p4FrG3J*Z zKO#VNf7X{{X7B}s49f2|8oOHtQW~J65r($SQbEsBEd3TR1D&>eCMWQ+!T3WV<4A%Q zv^Q4@;k@w^ty26*QUa8b*anBPZ3DoyByG4D`A3o0HKNd;m}V(k{l_`{J%B<3WG1P3 z^%3kY|Jf*=<}k?nBN+~m3@nf;Ueu!i*I&mPu5M3&)kZ?Ih$;P!pyLPhKiz%HUvs|v zpHF@QW+J0;NGV~*AMLL_djfVZ40z?K$J%rgWB;aY_pvbMbDS_yfyVay5`CgDs{x-W zyYY2_Uoh2Y{Pyp%*nFG??sSp88<{nDu1ewJ(>G1W{01;pVwP)S7sZv$TNBm!OpUJf z>Ffe?g*0;TR_(^i_5kD)b;xXzFhiZH_NUEsvqw_^wXR%q00;eWd(unhsF8aw)h+;+ z`v!?WjI-0n8z4X@$e>%`WYCfvnA^HWdl8n6)kd@zP>OqA(A^v1$8vK^>zb|{hX*te z>v3u-vF@n7{^hm9$RA9#k=Y)j>~sGcA5KSz@=QHVevD`*vZTq?o?e!WTWoMe!0F`I zBDR!$a7WJQ=^#OhTFS)N5grGNWBFH%qUn_2lp`@wcKBBv%J&POv8bCrit_hjVw&|v zl;lMWNzHkh(qr;fAikHi^x_$==Q{CEa?~!*nsOw*Lt_PvyRda8T_}gB~AhkoC&n=D}!c zr@fI15VTO*0v`IL4YNWL{D~!NQda#W$*GwUerzak%|Pz5;tOpyxuOevr@mQP7itJY1BkkCI39NnDOcUYybb| zNxa9>^iTLb2g}PgSxy}^Jn^OyZjMPGdOnO1f9oOn#HM7)W~0^8Y6v4y-aC)u>PiyU zq_v##HBpa%Eo!MKs@tx7VFc*C9&bt4)#K@q*R4MG@>#bnY9ha%=>1}7W@&cRz%~N@ ztt9$mnuEzaWjmS+y*b3Ig9IwUM7Nqasg#8zuFW+iQ~(8nx0^pzMlDE@g!eoBKv zSl`2QNV+jFRchJ^=xvxvrCo=mx>yAeG5|J&ZgIc>e+uxIu#>}cV?54A(5#L$sa4S_`}^F{3KqwThAUNZ!-D#9GfKPI6kgShgrq&JrT9t4gw+eu z{QPmzE9QUAFruzl^4yX?kL5+!=%Qo7_`_kEylx6-mfQ{^Af|8t@LyMvfht`nREG1# zcurvZ$`V~dj&1`OGLj;8^Cw1GFc3ibqlBD{WBMqI=TjvMK>BHrs@V9K0vN5g+pWAe zK?^5Ntc>lif;M)kS2ArVUwlZ<8v{;^Kb^k!lzl2dsZo`B+KYBv+yf$rZw7u^uh>!U-M}W7}QbNYwt>KBNzNuE77GFxd)Yv^| zE|@{Y?78P{D^PNVg=w}d`NkVJ)PdTR2J(4J^3(5SSvjeAO2iX)N|Z4BT<^=3A6gW+ zFBqy+Bye=qwB_sJ`EgQxWWKf6t2ObHe8Pw}{Uz$2AFNK~#hCoBROZfXD6|l0oaPWt zklM~xa8pS;_UGqx>j4MFwZdmJ?}e=7LK#2fep+YMaP=u*s;ciKJKqc)6(il|id9m} zdKj+^EcyIKk=r7>I&wD709GB5uVH5pEk`Lzxw~fqod;$}6NKsO669KnaIgZ!=cj&H9%GV+xDtf5>o zosFbd_m7vWMnsG}whb65ROCJ4|LLO{yqQ(o2TJa7`f*j@Xiwl+$@k5eaq8(bhEG4S zr(Xgbf|h^r-^JvUu_t?ZKSiaWr_)wcICumkEFIGIS`Mn-f&c*pTtHAndVQl3vZ6~E z5F7sPQwftovJO-PAcg#1jo#$EFvsW4iSH@#j0)5azW+>QY42_EN353!#k-NIOo+wwLg(7U59)qn z`l_>$h{&X$Oz$d>*wwJK+WYY&d9J6r^EBCidAcPf`SHSk$HeWUmO|u@j8AfJ zHfYX7=pIAnzLO8~Bo)4OIq*l*39h!?4R0L@62BtAzBo${S;{ji-volsf<=MY`#~;O zV2qI<)bq1eU)a->tjXeLwW`6R4=E{s4?iVZ;OXyO=6_L>oXA>v6+Y4zzBRpmbOx>c z`t>a>rTqpGnfP1ZIuDRkO+IeKU&W4TOrb|>b~{|@X1#Mo@FU})D=^g0>MYV3=pH3R z&!(6mp(?RW$$mV5DTf$+_dby7)qhS*G3MT?|41%)2#ElGk1%uH3fRLx!(--ah}^j)aAMZm~3*FRW< zv`BwY6cO8@m&n6qf<_igekVr4X9(+zlBOFQqa%q|0BosrB=HYczB>299N6Y>ZLPd_ z|2j@(a^p;kI>m_5!a#dtfTpG$n+C509C!xS4LX27U5JifWpq`(;iIqD-F4bpm zRKLFqrTq^3<2fl4Vl8;Z z(E&?9_YP512W9B?tWdcsU{4}KcDk_jb$O7;YmXrih1T!ujw>2SOyg4Uo18o>Y`8-l z?)A=wC_(!sD?f_O7@;C~-a?9&4F+Ez@ze;HGY>*HrD*KHQ zmYg^BxvIM(_3fwfM&m96 zJB07s87lsM+j?ghHOf3RmpAVFQRg{@B*C6Np(X@#0!+` z=&|4QvfxSx2+~~Sc_@m!bIAF;9tsPze8Ul22povfsyyix_v=A%m01D&YMaM;%aXek z6TGb0Z88j=2n+=mI>4YNS(%01%**)D)aL4`aeTKO-t+iV z9fl@WLFmM@8TKjllM)}fi*<(z81Hmuj^j}N2PqE^#^T~SfzpRRlm@i&0aKSO4Eh1M zGU-JD%#i=@6B1Z1Q+{AM!yh~I_07-vaLpVnDH+;4EjC7H z*|SG0KCNM1dQMnExht!hrRv0!GT>Li*Sva>1!&d-3+|j@LbaPY8IpK? zA1d!nq8>#wTi0KZO44bLxDOj0&l>nrEoHTo-41TIHp8m}r3r{PcK0+QSW~n6 zIuC2LZ^M!vKR@zVen>>|_3j~>|D)i&;=@6iuC5v+g;|G3Gic&aUZ#^jYI!m>mX!d@ zcT^`P_xkG|r86gJimq(TX`>&sacA~y`2fpeFGj#Zg+n(mVfJ!Xv5uQ;bt3Ec@Vro_ z&7K{oj2Jxy{`Av=UCIxs&MXy`ltXz&&VG|9WwEZ(rC+}pHgLdc<~=}yT;o~g*P2Jb zOkdYWDlc_V>LOX$qBtz2A`QOkF3$0UI1CTgdVCg20Uo{H8ax>axJ4|6uT>AeapAkU zg>OitZgEbhIMA@l8f}SulTfVzj$_9@Z*+G) zNFSvA!Rs^jPfl)le(kiq!1QCjf$;;vVdFH4F#23`vl20me`z!#gQ?ToBoS+Nf7=I%=pdT;X3x};B; zs@M|2dZ1JeMoWZ)oSTze)RR_WbfMT($AiXG0sHDuV$~IUO3IBNjL#vqCy>3dm_!~F zRDZx{F;O?i`d0%9c*8Vp1skD~K{(EZDi4kY0Y9dX-|l^i<)Rja2mJcsL#~<~{}kPc zYAll7+TW_=S|;hwA$B}1n1n?p-wWrvvyfu$&0a5=M-Rdssbaj&PnMLldxBIRZ6ErN z-891{M5~qPB6(^D+zMiwfFM`vwENnczrH}#dHqRn>Ij^rC99%UF}Sf+o_~Nb@j>jC zr0TUB^qXqsoTMGQ-Hrh=eL(H$zlj&ngTx)1OE)n z_nU80@PLeAzOmUl_C=C?Q?7>>D0*aHGP28C4jl6h)_$C9$JsDN4)qeCT0W59HnK{h zY$LXaB;ldy*+A+;dm9J*JAxT2;y<$t2a)L;(cfgNzbnN_)P5(w$fEMS2ofC{>Q39R zqATRlZ*L}8cGmtV~*(R#4rX|?umX^>0w3aFsOMwhip*<-h!G#TbK z9Q^YEU4{tM(M;O-XuYOp+y>Wm)=ga-X&pOxKZxOx5f|@#N^m~TWnXkoFgDa>uPBpKQMp9M^SdLsnit9*dB_R$QKEDtS zvKa1@3BxF$99NwcOp{`-cU>w93U&MjUakqr5cN!FI@lnVge&*5!G$^GJs2~){Vi#k8ULgngWdVGNly>tX8(27IMyNQ9D)i7S- z9~L&m8z6t6ZE5nV6C1^qw}B6Q9wH>6n>&E>u%#g$>D^NM%H_q*zgWecsOe6YzBx5a z-E$gyZn{RHYaQH1eEMH6LrLG3*?t)%CASvOEc^x9X9AoYpqEDq0M&z&=`8b(KJA>* z!~BCD|0Sb`nb1G&$BO`DA-eLj&7KYt`(SNkg;7Y1cffoQxI)&oEMa>{e*`-3cl3BudEt-m#_$CDw^$1-^l>*d@ za8S(}8{wio4Id)g&1Ek`F41T}5SSV6A7r&dW{c7x+AU(5QrdK^Pqf8a@3 z>+FM*GG%5X6pT1H8%HcYmeiKh)}KI(P_;ZLnqwScuR)(dwg2 z=DaB2w>=Tr2&LrQdab2v_wuLx*iWBiq$nj}!cbtu6Y+nyMP$EUZfS~UN-g2o`CHy)_xths# z83mEL$nD|+vIX!zuaB@gowI*(S+YSt;qLkJ9&}XKK^Xs1DEkXe8&olXKh+mn&~J)X GAO8>jst(iu diff --git a/img/graphics/header-image.svg b/img/graphics/header-image.svg new file mode 100644 index 0000000000..a31715749f --- /dev/null +++ b/img/graphics/header-image.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/icons/cbdc.svg b/img/icons/cbdc.svg index 094c93e86f..934107caa9 100644 --- a/img/icons/cbdc.svg +++ b/img/icons/cbdc.svg @@ -1,690 +1,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + diff --git a/img/icons/community.svg b/img/icons/community.svg index 5e2f9a83f8..15e4a32daa 100644 --- a/img/icons/community.svg +++ b/img/icons/community.svg @@ -1,503 +1,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + diff --git a/img/icons/defi.svg b/img/icons/defi.svg index 1faf43bb1f..a9285c9faf 100644 --- a/img/icons/defi.svg +++ b/img/icons/defi.svg @@ -1,690 +1,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/img/icons/exchanges.svg b/img/icons/exchanges.svg index d679c2d5cd..9781061956 100644 --- a/img/icons/exchanges.svg +++ b/img/icons/exchanges.svg @@ -1,659 +1,8 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/img/icons/low-cost.svg b/img/icons/low-cost.svg index fd30ed1b84..5af66bb1f0 100644 --- a/img/icons/low-cost.svg +++ b/img/icons/low-cost.svg @@ -1,1025 +1,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + diff --git a/img/icons/micropayments.svg b/img/icons/micropayments.svg index 146c4f07ab..91f7e8b516 100644 --- a/img/icons/micropayments.svg +++ b/img/icons/micropayments.svg @@ -1,708 +1,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + diff --git a/img/icons/nft.svg b/img/icons/nft.svg index f4a7d5069e..3a970eedab 100644 --- a/img/icons/nft.svg +++ b/img/icons/nft.svg @@ -1,783 +1,11 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/img/icons/performance.svg b/img/icons/performance.svg index 20c0cacca3..e1e75a4a52 100644 --- a/img/icons/performance.svg +++ b/img/icons/performance.svg @@ -1,621 +1,10 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + diff --git a/img/icons/public.svg b/img/icons/public.svg index 98b57d4f98..7d9b71cdf5 100644 --- a/img/icons/public.svg +++ b/img/icons/public.svg @@ -1,709 +1,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/img/icons/reliability.svg b/img/icons/reliability.svg index 478d34739d..17f5c255b2 100644 --- a/img/icons/reliability.svg +++ b/img/icons/reliability.svg @@ -1,779 +1,8 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/img/icons/stablecoins.svg b/img/icons/stablecoins.svg index 8990a8d164..d6d5d4232a 100644 --- a/img/icons/stablecoins.svg +++ b/img/icons/stablecoins.svg @@ -1,1121 +1,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/img/icons/streamlined.svg b/img/icons/streamlined.svg index 9b3f1153a6..5ac93a19be 100644 --- a/img/icons/streamlined.svg +++ b/img/icons/streamlined.svg @@ -1,554 +1,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + diff --git a/img/icons/wallets.svg b/img/icons/wallets.svg index 2ccfd666dc..ec8203a9a7 100644 --- a/img/icons/wallets.svg +++ b/img/icons/wallets.svg @@ -1,800 +1,5 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + diff --git a/styles/_buttons.scss b/styles/_buttons.scss index 7ed456b0a4..75c1ecd47c 100644 --- a/styles/_buttons.scss +++ b/styles/_buttons.scss @@ -61,9 +61,16 @@ p + .readmore { border-radius: 4px; padding: 0.5rem 1rem; line-height: 16px; + &:hover { + background: $blue-purple-600; + } } .btn-arrow { + @include media-breakpoint-down(sm) { + display: block; + width: 100%; + } &::after { display: inline-block; content: url(../../img/icons/arrow-right.svg); @@ -111,29 +118,30 @@ p + .readmore { padding: 32px; h3 { width: calc(100% - 32px); - } - a { - position: relative; - &:hover { - color: $white; - } - &::after { - -webkit-transition: transform 0.3s ease-out; - -moz-transition: transform 0.3s ease-out; - -ms-transition: transform 0.3s ease-out; - -o-transition: transform 0.3s ease-out; - transition: transform 0.3s ease-out; - transform: rotateX(180deg); - position: absolute; - right: -32px; - top: calc(50% - 12px); - display: inline-flex; - content: url(../../img/icons/purple-arrow.svg); - } - &.collapsed { + a { + position: relative; + &:hover { + color: $white; + } &::after { - transform: rotateX(360deg); + -webkit-transition: transform 0.3s ease-out; + -moz-transition: transform 0.3s ease-out; + -ms-transition: transform 0.3s ease-out; + -o-transition: transform 0.3s ease-out; + transition: transform 0.3s ease-out; + transform: rotateX(180deg); + position: absolute; + right: -32px; + top: calc(50% - 12px); + display: inline-flex; + content: url(../../img/icons/purple-arrow.svg); + } + &.collapsed { + &::after { + transform: rotateX(360deg); + } } } } + } diff --git a/styles/_font.scss b/styles/_font.scss index cfd07cdf99..a2989bc7ae 100644 --- a/styles/_font.scss +++ b/styles/_font.scss @@ -23,18 +23,7 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-weight: bold; } -// h1, .h1 { -// font-size: 2.625rem; -// } -// h6, .h6 { -// font-size: 1.125rem; -// } -// .h6 { -// font-size: 1.125rem !important; -// } -// p { -// line-height: 1.5; -// } + h1, .h1 { font-size: 3.875rem; line-height: 70px; @@ -58,6 +47,12 @@ h3, .h3 { font-size: 1.25rem; line-height: 28px; } + &-sm { + @include media-breakpoint-down(sm) { + font-size: 1.25rem; + line-height: 28px; + } + } } h4, .h4 { font-size: 2rem; diff --git a/styles/_helpers.scss b/styles/_helpers.scss index 75a6b2ecb2..7e53af2a8d 100644 --- a/styles/_helpers.scss +++ b/styles/_helpers.scss @@ -144,6 +144,11 @@ } .mt-16 { margin-top: 4rem; + &-sm { + @include media-breakpoint-down(sm) { + margin-top: 4rem; + } + } } .mb-16 { margin-bottom: 4rem; @@ -171,6 +176,11 @@ } .mb-20 { margin-bottom: 5rem; + &-sm { + @include media-breakpoint-down(sm) { + margin-bottom: 5rem; + } + } &-until-sm { @include media-breakpoint-up(sm) { margin-bottom: 5rem; @@ -405,13 +415,18 @@ border-radius: 8px; } br { - &.until-sm { - content: ''; + @include media-breakpoint-down(sm) { + &.until-sm { + content: ''; + } } } .z-index-1 { z-index: 1; } +.bb-gray { + border-bottom: 1px solid $gray-600; +} // Arrow bouncing animation @keyframes arrowDance { diff --git a/styles/_layout.scss b/styles/_layout.scss index 068be0af98..9c16047c62 100644 --- a/styles/_layout.scss +++ b/styles/_layout.scss @@ -223,7 +223,7 @@ $columns: 12; // Number of columns in the grid system display: flex; flex-wrap: wrap; margin: 0 auto; - max-width: 960px; + max-width: 1280px; z-index: 1; @include media-breakpoint-down(xxl) { max-width: 1280px; @@ -253,6 +253,8 @@ $columns: 12; // Number of columns in the grid system background-position: bottom; background-repeat: no-repeat; background-size: contain; + overflow: hidden; + max-width: 100%; @include media-breakpoint-down(lg) { margin: 24px 0; @@ -303,6 +305,9 @@ $columns: 12; // Number of columns in the grid system &#purple-blue { background-image: url(../../img/cards/purple-blue.svg); } + &#purple-blue-2 { + background-image: url(../../img/cards/purple-blue-2.svg); + } &#blue-light-blue { background-image: url(../../img/cards/blue-light-blue.svg); } @@ -432,10 +437,13 @@ $columns: 12; // Number of columns in the grid system height: 95%; width: 4px; background: linear-gradient(180deg, rgba(254, 255, 1, 1) 0%, rgba(255, 45, 154, 1) 33%, rgba(163, 8, 143, 1) 66%, rgba(44, 4, 128, 0.85) 100%); + @include media-breakpoint-down(md) { + left: 8px; + } } .timeline-dot { - margin-top: 85px; + margin-top: 94px; display: -ms-flexbox; display: flex; -ms-flex-pack: center; @@ -447,7 +455,7 @@ $columns: 12; // Number of columns in the grid system width: 18px; height: 18px; border-radius: 50%; - background: $black; + background: $gray-900; box-sizing: border-box; } diff --git a/styles/_pages.scss b/styles/_pages.scss index 94ca95b4fb..9e38d73d6b 100644 --- a/styles/_pages.scss +++ b/styles/_pages.scss @@ -2,7 +2,7 @@ #home-purple { position: absolute; left: 0; - top: -360px; + top: -400px; } #home-green { position: absolute; @@ -10,13 +10,11 @@ top: 60px; } #home-hero-graphic { + margin-left: auto; + width: 855px; + margin-right: auto; + margin-bottom: 24px; max-width: 100%; - @include media-breakpoint-down(sm) { - width: 200%; - margin-left: -50%; - margin-right: -50%; - max-width: none; - } } .sidelinks { @@ -28,22 +26,6 @@ font-weight: bold; } } -.hc .h2 { - height: 38px; - padding-bottom: 5rem; -} -#hc-1 { - background-image: url(../../img/graphics/hc-1.png); - border: 1px solid #FAFF1A; -} -#hc-2 { - background-image: url(../../img/graphics/hc-2.png); - border: 1px solid #FF1A8B; -} -#hc-3 { - background-image: url(../../img/graphics/hc-3.png); - border: 1px solid #974CFF; -} .cta { @@ -70,6 +52,10 @@ position: absolute; top: 40px; left: 0; + @include media-breakpoint-down(sm) { + top: 0; + left: -120px; + } } #xrpl-overview-orange { position: absolute; @@ -278,7 +264,7 @@ } /* CALCULATOR STYLING */ .calc-inputs { - border-radius: 8px; + margin-right: 1px; } #data-selector li a { background: #22252B; @@ -360,7 +346,7 @@ } #calculator-mobile-toggle.show { position: fixed; - top: 15px; + top: 84px; right: 15px; z-index: 9999999; background: $black; @@ -370,7 +356,7 @@ } #calculator-inputs.sticky { position: fixed; - top: 72px; + top: 84px; width: calc(100% - 30px); left: 15px; right: 15px; diff --git a/template/page-calculator.html.jinja b/template/page-calculator.html.jinja index 331ca7ad4d..d38f90ac42 100644 --- a/template/page-calculator.html.jinja +++ b/template/page-calculator.html.jinja @@ -22,7 +22,7 @@
-

+

{% trans %}Green Currency Interactive Tool{% endtrans %}

{% trans %}How Green Is Your Currency?{% endtrans %}
@@ -31,12 +31,12 @@
-
+
-
+

{% trans %}Energy Consumption for Cash, Credit Cards and Crypto{% endtrans %}

{% trans %}Moving money carries cost—and not just the fee on your transaction or the value of your payment.{% endtrans %}

{% trans %}Whether it’s in cash, on a credit card or with crypto, every transaction you make consumes energy, and therefore, emits pollutants into the environment.{% endtrans %}

@@ -56,14 +56,14 @@
-
+
{% trans %}Change Inputs{% endtrans %}
-
-

{% trans %}Comparing
Transaction Data{% endtrans %}

+
+

{% trans %}Comparing
Transaction Data{% endtrans %}

-
+

{% trans %}Energy Consumption of Portugal{% endtrans %}

{% trans %}Comparing Million Transactions in 2019{% endtrans %}

@@ -177,7 +177,7 @@
-
+

{% trans %}CO2 Emissions from Airline Flights{% endtrans %}

{% trans %}Comparing Million Transactions in 2019{% endtrans %}

@@ -220,7 +220,7 @@
-
+

{% trans %}Gas Consumption by the Gallon{% endtrans %}

{% trans %}Comparing Million Transactions in 2019{% endtrans %}

@@ -279,7 +279,7 @@ {% trans %}Kilowatt Hour{% endtrans %} - {% trans %}CO2 Emissions*{% endtrans %} + {% trans %}CO2 Emissions{% endtrans %} {% trans %}Gallons of Gas{% endtrans %} @@ -322,7 +322,6 @@ -

{% trans %}*Calculations in million tonne (Mt){% endtrans %}

diff --git a/template/page-community.html.jinja b/template/page-community.html.jinja index 7f9c792d30..6d87c72974 100644 --- a/template/page-community.html.jinja +++ b/template/page-community.html.jinja @@ -22,7 +22,7 @@
-
+

{% trans %}Participate in the XRPL Community{% endtrans %}

{% trans %}Join and Contribute{% endtrans %}
@@ -35,30 +35,30 @@
-
-

{% trans %}Join the Conversation{% endtrans %}

-
{% trans %}Find us on the platforms below{% endtrans %}
+

{% trans %}Find us on the platforms below{% endtrans %}

+
{% trans %}Join the Conversation{% endtrans %}
-
-

{% trans %}Our Shared Vision for
XRPL’s Future{% endtrans %}

-

{% trans %}Together, we're building the greenest infrastructure to drive blockchain innovation that doesn't sacrifice utility or performance, to bring the developer community's vision to life.{% endtrans %}

-
{% trans %}Learn More{% endtrans %} +
+ + +
+
+

{% trans %}A Community-Driven Resource for All Things XRPL.org{% endtrans %}

+
{% trans %}Contribute to XRPL.org{% endtrans %}
+
+

{% trans %}Thank you for your interest in contributing to XRPL.org. This website was created as an XRPL community resource and is meant to be a living, breathing source of truth for XRP Ledger resources. This portal is open-source and anyone can suggest changes.{% endtrans %}

+ {% trans %}Learn More{% endtrans %} +
{% endblock %} diff --git a/template/page-faq.html.jinja b/template/page-faq.html.jinja index 30f7bea0d7..42649b15fb 100644 --- a/template/page-faq.html.jinja +++ b/template/page-faq.html.jinja @@ -33,27 +33,43 @@
-

+

-

- Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. +

+ No, the XRP Ledger is a decentralized, public blockchain. Any changes that would impact transaction processing or consensus need to be approved by at least 80% of the network. Ripple is a contributor to the network, but its rights are the same as those of other contributors. In terms of validation, there are 38 validators, with Ripple running six of the 38.

-

+

-

- Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. +

+ Proof of Work (PoW) was the first mechanism to solve the double spend problem without requiring a trusted 3rd party. However the XRP Ledger’s consensus mechanism solves the same problem in a far faster, cheaper and more energy efficient way.

-

+

-

- Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. +

+ It’s been widely reported that Bitcoin’s energy consumption, as of 2021, is equivalent to that used by Argentina, with much of the electricity Bitcoin miners use coming from polluting sources. The XRP Ledger confirms transactions through a “consensus” mechanism - which does not waste energy like proof of work does - and leverages carbon offsets to be one of the first truly carbon neutral blockchains. Explore the energy consumption of XRP compared to cash, credit cards and other popular cryptocurrencies with the Green Currency Calculator. +

+
+
+

+ +

+

+ Yes, the XRP Ledger was built specifically to be able to tokenize arbitrary assets, e.g. USD, EUR, Oil, Gold, reward points, etc. Any currency can be issued on the XRP Ledger. This is illustrated by XRPL’s growing community that backs a variety of fiat and crypto tokens. +

+
+
+

+ +

+

+ While XRPL was initially developed for payment use cases, both the currency and the ledger are increasingly popular for a range of innovative blockchain use cases. New standards proposals for issuing NFTs, XRPL Labs’ hooks amendment for smart contract functionality, and federated sidechains are all currently works in progress.

@@ -61,34 +77,164 @@
-

Validators and Unique Node Lists

+

Validators and Unique Node Lists

-

- +

+

-

- Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. +

+ Validators determine if transactions meet protocol requirements, and are therefore “valid.” The service validators uniquely provide is administratively grouping transactions into ordered units, agreeing on one such ordering specifically to prevent double spending. + See Consensus and the Ripple Labs Tech Talk: Understanding Consensus for more information about the consensus process.

-

- +

+

-

- Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. +

+ Running a validator does not require any fees or XRP. It is comparable in cost to running an email server in terms of its electricity use.

-

- +

+

-

- Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. +

+ They are the lists of validators a given participant believes will not conspire to defraud them. Each server operator can choose their own UNL, usually based on a default set provided by a trusted publisher. +

+
+
+

+ +

+

+ Since anybody can run a validator, the burden is on the network participants to choose a reliable set. Currently, three publishers (Ripple, the XRP Ledger Foundation, and Coil) are known to publish recommended default lists of high quality validators, based on past performance, proven identities, and responsible IT policies. However, every network participant can choose which validators it chooses as reliable and need not follow one of the three publishers noted above. +

+
+
+

+ +

+

+ No. The XRP Ledger network is opt-in. Each participant directly or indirectly chooses its UNL. If Ripple stops operating or acts maliciously, participants can change their UNLs to use a list from a different publisher. +

+
+
+

+ +

+

+ The primary incentive to run a validator is to preserve and protect the stable operation and sensible evolution of the network. It is the validators who decide the evolution of the XRP Ledger, so any business that uses or depends on the XRP Ledger has an inherent incentive to ensure the reliability, and stability of the network. Validators also earn the respect and goodwill of the community by contributing this way. +

+ If you run an XRP Ledger server to participate in the network, the additional cost and effort to run a validator is minimal. This means that additional incentives, such as the mining rewards in Bitcoin, are not necessary. Ripple avoids paying XRP as a reward for operating a validator so that such incentives do not warp the behavior of validators. +

+
+
+

+ +

+

+ No, institutions cannot set up customized validator policies for choosing to allow some transactions and reject others. Validators either follow the protocol, or they do not. If software does not follow protocol rules, it does not function. Thus, it is not recommended that institutions seek out custom implementations without in-house expertise. +

+
+
+

+ +

+

+ Normally, if there is a dispute about the validity of one transaction, that transaction gets pushed back until the majority can come to an agreement. But if more than 20% of the network did not follow the same protocol rules as the majority, the network would temporarily halt. It could resume when participants reconfigure their UNLs based on those who want to reach consensus with each other. This temporary processing delay is desired rather than double spending. +

+ In the process of determining the authoritative version of a ledger, there may be multiple temporary internal versions. Such internal versions naturally happen in distributed systems because not all nodes receive transactions in the same order. The analogous behavior in Bitcoin is where two servers each see a different longest chain because two blocks were mined at about the same time. +

+ However, there can be only one latest validated ledger version at any given time; other versions are irrelevant and harmless. +

+
+
+

+ +

+

+ No, a formal process for adding validators is not compatible with the XRP Ledger, because it is a system with no central authority. +

+ For recommendations and best practices, see Run rippled as a Validator.

+
+
+

Role of XRP

+
+

+ +

+

+ Ripple's XRP holdings incentivize the company to make the XRP Ledger as useful as possible. XRP exists as a native asset in the XRP Ledger for anti-spam transaction purposes, and for currency bridging only if beneficial to users. Otherwise, XRP is completely optional. +

+
+
+

+ +

+

+ The XRP Ledger is designed to set the transaction cost dynamically based on demand as an anti-spam measure. The impact of any potential XRP manipulation is minimized by increases in network size as the market cap and transaction volume increase. +

+
+
+

+ +

+

+ Ripple is committed to monitoring and reporting any AML flags across the XRP Ledger network, as well as reporting suspicious activity to FinCEN as applicable. +

+
+
+
+ +
+
+

Security Concerns

+
+

+ +

+

+ The code contribution process starts with a developer opening a pull request to Ripple's rippled repo. This pull request triggers automated unit and integration tests, as well as code reviews by several developers who, typically, have significant expertise in the area of code that the pull request affects. +

+ Once the pull request passes automated tests and receives approvals from reviewers, a trusted maintainer of the repo can stage it for inclusion in the next beta. +

+
+
+

+ +

+

+ No, Ripple does not own or control the XRP Ledger or XRP Ledger network. +

+ Ripple does publish a reference implementation of the core XRP Ledger server (rippled) and employs a team of engineers who contribute to the open-source codebase. Ripple also periodically publishes pre-compiled binary packages of the software as a convenience. Anyone is free to download and compile the software from source, if they prefer. +

+ That being said, you don't need to use Ripple’s version of the XRP Ledger software to interact with the XRP Ledger. rippled is open-source software and Ripple grants anyone the ability to use, extend, and modify it as long as they follow the terms of the ISC license. The ISC License is very permissive compared to some other open-source licenses that strictly limit how you can extend and adapt the software. +

+
+
+

+ +

+

+ rippled source code is available at https://github.com/ripple/rippled , where the tip of the master, release and develop branches always contains a version-setting commit signed by a rippled developer. The XRP Ledger also offers pre-built binary packages for CentOS, RedHat Enterprise Linux, Fedora, Ubuntu, and Debian Linux. Those packages are digitally signed by Ripple so that they are tamper-evident and their authenticity can be verified. Lastly, release bulletins are made available over a secure website, and include the commit ID of the repository, as well as the cryptographic hash values of the packages that are published. +

+
+
+

+ +

+

+ Yes. Client software for the XRP Ledger, including ripple-lib, has a different codebase and repositories from rippled (validation). +

+
+
+
{% endblock %} diff --git a/template/page-history.html.jinja b/template/page-history.html.jinja index 0e1cf134fb..cb447eab4e 100644 --- a/template/page-history.html.jinja +++ b/template/page-history.html.jinja @@ -16,87 +16,89 @@ {% block breadcrumbs %}{% endblock %} {% block main %} -
- -
+
-
-
-
-

{% trans %}Provide a Better Alternative to Bitcoin{% endtrans %}

-
{% trans %}XRPL's Origin{% endtrans %}
-
+
+
-
-
-
-
{% trans %}In 2011, three engineers—David Schwartz, Jed McCaleb, and Arthur Britto—began developing the XRP Ledger (XRPL).{% endtrans %}
-

{% trans %}Fascinated by Bitcoin, they set out to create a better version that improved upon its limitations—with the goal of creating a digital asset that was more sustainable and built specifically for payments.{% endtrans %}

-

{% trans %}The XRP Ledger first launched in June 2012. Shortly thereafter, they were joined by Chris Larsen, and the group started the Company OpenCoin in September 2012 (now named Ripple).{% endtrans %}

-

{% trans %}The XRPL founders gifted 80 billion XRP, the platform’s native currency, to the company. Ripple has since sold some of its XRP and put the rest in escrow.{% endtrans %}

-
-
- -
- -
- -
- -
-
-
-
-
-
2011
-

{% trans %}2011 XRP Ledger Development{% endtrans %}

-

{% trans %}In early 2011, three developers—David Schwartz, Jed McCaleb, and Arthur Britto—were fascinated with Bitcoin but observed the waste inherent in mining. They sought to create a more sustainable system for sending value (an idea outlined in a May 2011 forum post: “Bitcoin without mining”).{% endtrans %}

- Read More -
-

{% trans %}Their initial observations about the high energy consumption and scalability issues that would plague Bitcoin proved prescient. In 2019, estimates suggest Bitcoin mining used more energy than the entire country of Portugal. Moreover, their initial read indicated that significant problems could arise if any miner obtained (or miners colluded to obtain) greater than 50% of the mining power. That risk persists with Bitcoin (and Ethereum) today as mining power has consolidated in China.{% endtrans %}

-
-
-
-
-
-
-
2012
-

{% trans %}XRPL Launches its Native Currency, XRP{% endtrans %}

-

{% trans %}The trio of developers continued the work to build a distributed ledger that improved upon these fundamental limitations of Bitcoin, naming the code Ripple. The ledger included a digital asset that would be called “ripples” (XRP as the currency code) to follow the same naming convention as Bitcoin (BTC). At the time, the name Ripple stood for the open-source project, the unique consensus ledger (Ripple Consensus Ledger), transaction protocol (Ripple Transaction Protocol or RTXP), the network (Ripple network), and the digital asset (known as “ripples”).{% endtrans %}

- Read More -
-

{% trans %}In practice, this approach led to many broad uses of “Ripple.” For clarity, the community simply started calling the digital asset by its currency code, “XRP.”{% endtrans %}

-

{% trans %}By June 2012, Schwartz, McCaleb, and Britto finished code development, and the Ledger was complete.{% endtrans %}

-

{% trans %}Once the XRP Ledger was live, 80% of the XRP was gifted to a new company that set out to build use cases for the digital asset—initially called NewCoin and renamed quickly to OpenCoin.{% endtrans %}

-

{% trans %}Chris Larsen was the CEO of OpenCoin, and at the company's founding, Jed was co-founder and CTO, David Schwartz was the Chief Cryptography Officer, and Arthur Britto an advisor.{% endtrans %}

-
-
-
-
-
-
-
2013
-

{% trans %}OpenCoin Rebranded to Ripple Labs{% endtrans %}

-

{% trans %}At the outset of the company, OpenCoin set out to revolutionize the global financial system. Despite the revolutionary ideals of many of Bitcoin’s early believers, Larsen never thought blockchain technology should be used to overthrow the existing financial system. He believed that history’s most transformative innovations have always relied on the great ideas that came before them—not disrupting them.{% endtrans %}

- Read More -
-

{% trans %}In early conversations with potential customers, the team was asked about the differences between the Ripple project and OpenCoin company. With the community starting to call the  digital asset by its currency code "XRP" more widely, company leaders decided to rebrand the company to Ripple Labs, which has been shortened over time to "Ripple."{% endtrans %}

-

{% trans %}Today, the company uses XRP and the XRP Ledger for liquidity management in its cross-border payments business. Ripple also remains a stakeholder and contributor to the broader XRP community.{% endtrans %}

-
-
-
-
-
-
-
2020
-

{% trans %}XRPL Foundation Launched{% endtrans %}

-

{% trans %}Founded September 24, 2020, the XRPL Foundation is an independent and nonprofit entity with a mission to accelerate the development and adoption of the decentralized XRP Ledger. The Foundation received an initial donation of over $6.5M from Coil, Ripple, and Gatehub to fund the Foundation’s work in service of the growing number of developers and other community members building on the XRP Ledger.{% endtrans %}

-
+
+
+
+

{% trans %}Provide a Better Alternative to Bitcoin{% endtrans %}

+
{% trans %}XRPL's Origin{% endtrans %}
+
+
+
{% trans %}In 2011, three engineers—David Schwartz, Jed McCaleb, and Arthur Britto—began developing the XRP Ledger (XRPL). Fascinated by Bitcoin, they set out to create a better version that improved upon its limitations—with the goal of creating a digital asset that was more sustainable and built specifically for payments.{% endtrans %}
+

{% trans %}The XRP Ledger first launched in June 2012. Shortly thereafter, they were joined by Chris Larsen, and the group started the Company NewCoin in September 2012 (quickly renamed OpenCoin and now named Ripple).{% endtrans %}

+

{% trans %}The XRPL founders gifted 80 billion XRP, the platform’s native currency, to the company. Ripple has since put the majority in escrow.{% endtrans %}

+
+
+ +
+ +
+ +
+ +
+
+
+
+
+
2011
+

{% trans %}2011 XRP Ledger Development{% endtrans %}

+

{% trans %}In early 2011, three developers—David Schwartz, Jed McCaleb, and Arthur Britto—were fascinated with Bitcoin but observed the waste inherent in mining. They sought to create a more sustainable system for sending value (an idea outlined in a May 2011 forum post: “Bitcoin without mining”).{% endtrans %}

+ Read More +
+

{% trans %}Their initial observations about the high energy consumption and scalability issues that would plague Bitcoin proved prescient. In 2019, estimates suggest Bitcoin mining used more energy than the entire country of Portugal. Moreover, their initial read indicated that significant problems could arise if any miner obtained (or miners colluded to obtain) greater than 50% of the mining power. That risk persists with Bitcoin (and Ethereum) today as mining power has consolidated in China.{% endtrans %}

+
+
+
+
+
+
+
2012
+

{% trans %}XRPL Launches its Native Currency, XRP{% endtrans %}

+

{% trans %}The trio of developers continued the work to build a distributed ledger that improved upon these fundamental limitations of Bitcoin, originally naming the code Ripple. The ledger included a digital asset that would originally be called “ripples” (XRP as the currency code) to follow the same naming convention as Bitcoin (BTC). At the time, the name Ripple stood for the open-source project, the unique consensus ledger (Ripple Consensus Ledger), transaction protocol (Ripple Transaction Protocol or RTXP), the network (Ripple network), and the digital asset (known as “ripples”).{% endtrans %}

+ Read More +
+

{% trans %}In practice, this approach led to many broad uses of “Ripple.” For clarity, the community simply started calling the digital asset by its currency code, “XRP.”{% endtrans %}

+

{% trans %}By June 2012, Schwartz, McCaleb, and Britto finished code development, and the Ledger was complete.{% endtrans %}

+

{% trans %}Once the XRP Ledger was live, 80% of the XRP was gifted to a new company that set out to build use cases for the digital asset—initially called NewCoin and renamed quickly to OpenCoin.{% endtrans %}

+

{% trans %}Chris Larsen was the CEO of OpenCoin, and at the company's founding, Jed was co-founder and CTO, David Schwartz was the Chief Cryptography Officer, and Arthur Britto an advisor.{% endtrans %}

+
+
+
+
+
+
+
2013
+

{% trans %}OpenCoin Rebranded to Ripple Labs{% endtrans %}

+

{% trans %}Since the early days, OpenCoin set out to revolutionize the global financial system. Despite the revolutionary ideals of many of Bitcoin’s early believers, Larsen never thought blockchain technology should be used to overthrow the existing financial system. He believed that history’s most transformative innovations have always relied on the great ideas that came before them—not displacing them.{% endtrans %}

+ Read More +
+

{% trans %}In early conversations with potential customers, the team was asked about the differences between the Ripple project and OpenCoin company. With the community starting to refer to the digital asset as XRP, company leaders decided to rebrand the company to Ripple Labs, which has been shortened over time to “Ripple.”{% endtrans %}

+

{% trans %}Today, Ripple has created a use case leveraging the XRP Ledger and XRP for liquidity management in its cross-border payments business. Ripple also remains a stakeholder and contributor to the broader XRPL community.{% endtrans %}

+
+
+
+
+
+
+
2020
+

{% trans %}XRPL Foundation Launched{% endtrans %}

+

{% trans %}Founded September 24, 2020, the XRPL Foundation is an independent and nonprofit entity with a mission to accelerate the development and adoption of the decentralized XRP Ledger. The Foundation received an initial donation of over $6.5M from Coil, Ripple, and Gatehub to fund the Foundation’s work in service of the growing number of developers and other community members building on the XRP Ledger.{% endtrans %}

+
+
+
+
+
+
{% endblock %} diff --git a/template/page-home.html.jinja b/template/page-home.html.jinja index 549c1d1411..8fa09857bc 100644 --- a/template/page-home.html.jinja +++ b/template/page-home.html.jinja @@ -19,11 +19,11 @@ {% block main %}
- +

{% trans %}Community
Powered Utility{% endtrans %}

-
{% trans %}XRPL | XRPL Ledger{% endtrans %}
+
{% trans %}XRP | XRPL Ledger{% endtrans %}
{% trans %}Start Building{% endtrans %}
@@ -44,7 +44,7 @@
-

{% trans %}Why Developers Choose XRP Ledger{% endtrans %}

+

{% trans %}Why developers choose XRP Ledger{% endtrans %}

{% trans %}Discover Benefits{% endtrans %}
    @@ -71,7 +71,7 @@
  • {% trans %}Vibrant Community{% endtrans %}

    -

    {% trans %}Developers, validators, users, and businesses make the XRPL better every day{% endtrans %}

    +

    {% trans %}Developers, validators, users, and businesses make the XRP Ledger better every day{% endtrans %}

  • @@ -82,69 +82,75 @@
-
-
-
+

{% trans %}Explore what the community is building to enable new features and use cases on XRPL{% endtrans %}

{% trans %}Preview New Features{% endtrans %}
@@ -174,12 +180,12 @@
  • {% trans %}In Development{% endtrans %}

    {% trans %}Smart Contracts{% endtrans %}

    -

    {% trans %}Hooks are small, efficient WebAssembly modules designed specifically for the XRPL. Check out the hooks amendment and public testnet that enable smart contract functionality.{% endtrans %}

    +

    {% trans %}Hooks are small, efficient WebAssembly modules designed specifically for the XRPL. Check out the hooks amendment and public testnet that enable smart contract functionality.{% endtrans %}

  • {% trans %}In Development{% endtrans %}

    {% trans %}Non-Fungible Tokens{% endtrans %}

    -

    {% trans %}Lower fees, faster transactions, and custom token functionality make the XRPL ideally suited for building an ecosystem for NFTs. Explore proposed standards for issuing NFTs.{% endtrans %}

    +

    {% trans %}Lower fees, faster transactions, and custom token functionality make the XRPL ideally suited for building an ecosystem for NFTs. Explore proposed standards for issuing NFTs.{% endtrans %}

  • {% trans %}In Development{% endtrans %}
    @@ -198,7 +204,7 @@
    {% trans %}Get Involved{% endtrans %}
  • {% trans %}XRPL.org is a community-driven resource by and for developers who build on the XRP Ledger (XRPL).{% endtrans %}

    - {% trans %}Join the Community{% endtrans %} + {% trans %}Join the Community{% endtrans %}
    diff --git a/template/page-impact.html.jinja b/template/page-impact.html.jinja index 0e9d258002..e8c5e84b04 100644 --- a/template/page-impact.html.jinja +++ b/template/page-impact.html.jinja @@ -46,8 +46,8 @@
    -

    {% trans %}Create Economic Opportunity{% endtrans %}

    -
    {% trans %}For the more than 272 million migrants worldwide, sending and receiving money across borders is expensive, unreliable and complex.{% endtrans %}
    +

    {% trans %}Creating Economic Opportunity{% endtrans %}

    +
    {% trans %}For more than 272 million migrants worldwide, sending and receiving money across borders is expensive, unreliable and complex.{% endtrans %}

    {% trans %}XRP and the XRP Ledger are changing that. The technology has been adopted by financial institutions around the world to source liquidity for international transactions. Because of the unprecedented efficiency it offers, they’re able to bring down costs and improve services.{% endtrans %}

    {% trans %}This means hundreds of millions of people worldwide who need to move money safely and securely across borders can do so more affordably and reliably than ever before.{% endtrans %}

    @@ -106,14 +106,14 @@
    -

    {% trans %}What Makes XRP Ledger Green?{% endtrans %}

    -
    {% trans %}Most currency today—whether digital or physical—is not environmentally friendly. The potential for long-term impact on our planet could hold startling consequences. {% endtrans %}
    +

    {% trans %}What Makes the XRP Ledger Green?{% endtrans %}

    +
    {% trans %}Most currencies today—whether digital or physical—are not environmentally friendly. The potential for long-term impact on our planet could hold startling consequences. {% endtrans %}

    {% trans %}The XRP Ledger processes transactions through a unique “consensus” mechanism that consumes negligible energy and all XRP currency is already in circulation.{% endtrans %}

    {% trans %}Cash also leaves a substantial carbon footprint, and the environmental impact goes beyond energy consumption—eutrophication (due to waste), photochemical ozone creation, greenhouse gas emissions and more factor into the equation.{% endtrans %}

    {% trans %}Other digital assets, like Bitcoin, rely on a different mechanism to both validate transactions and create new coins. This “proof-of-work” algorithm requires “mining.” Mining is an incredibly energy-intensive process for validating transactions that consumes more energy in a year than entire countries.{% endtrans %}

    {% trans %}Adopting XRP more broadly will help limit this waste and ensure a sustainable future for our planet and global economy.{% endtrans %}

    - {% trans %}How Green Is Your Currency?{% endtrans %} + {% trans %}How Green Is Your Currency?{% endtrans %}
    diff --git a/template/page-uses.html.jinja b/template/page-uses.html.jinja index cba6f2bbce..0cdc16cd31 100644 --- a/template/page-uses.html.jinja +++ b/template/page-uses.html.jinja @@ -23,9 +23,9 @@
    -
    +
    -

    {% trans %}XRPL Powers Innovative Technology{% endtrans %}

    +

    {% trans %}Powering Innovative Technology{% endtrans %}

    {% trans %}XRPL Use Cases{% endtrans %}
    @@ -33,43 +33,43 @@
    -
    - +
    +

    {% trans %}The CBDC Private Ledger provides Central Banks a secure, controlled, and flexible solution to issue and manage Central Bank Issued Digital Currencies (CBDCs).{% endtrans %}

    + +
    @@ -79,83 +79,83 @@
    -

    {% trans %}Businesses and Projects Running 
on the XRP Ledger{% endtrans %}

    +

    {% trans %}Businesses and projects running 
on the XRP Ledger{% endtrans %}

    {% trans %}Solving Real Problems Across Industries{% endtrans %}

    {% trans %}There are companies and developer projects around the world that leverage the XRP Ledger to solve interesting problems across a variety of industries and use cases.{% endtrans %}

    - +

    {% trans %}Asset Custody{% endtrans %}

    {% trans %}BitGo provides custodial and non-custodial asset holdings for digital assets including XRP. BitGo's enterprise-level security empowers businesses to integrate digital currencies like XRP into new and existing financial systems.{% endtrans %}

    - +

    {% trans %}Payment Processing{% endtrans %}

    {% trans %}BitPay builds powerful, enterprise-grade tools for accepting and spending cryptocurrencies, including XRP.{% endtrans %}

    - +

    {% trans %}Web Monetization{% endtrans %}

    {% trans %}Coil provides web monetization as an alternative to traditional paid advertising. Coil uses the interledger protocol (ILP) to stream micropayments as users consume content. The XRPL’s payment channels provide an ideal system for settling these micropayments at high speed and low cost.{% endtrans %}

    - +

    {% trans %}Online Gaming{% endtrans %}

    {% trans %}Forte offers an unprecedented set of easy-to-use tools and services for game developers to integrate blockchain technology into their games, to unlock new economic and creative opportunities for gamers across the world.{% endtrans %}

    - + -

    {% trans %}Wallet and Platformy{% endtrans %}

    +

    {% trans %}Wallet and Platforms{% endtrans %}

    {% trans %}GateHub is a platform for the Internet of Value, built on the XRP Ledger protocol. It allows everyone to send, receive, trade and manage any type of assets. {% endtrans %}

    - +

    {% trans %}Wallets and Apps{% endtrans %}

    {% trans %}Exodus offers wallets and applications for securing, managing and exchanging crypto.{% endtrans %}

    - +

    {% trans %}On-Demand Liquidity{% endtrans %}

    {% trans %}Ripple powers instant, lower-cost settlement of cross-border payments using XRP to source liquidity on demand. XRP is ideally suited for global payments because it's quicker, less costly, and more scalable than any other digital asset.{% endtrans %}

    - +

    {% trans %}Infrastructure{% endtrans %}

    {% trans %}Towo Labs was founded in 2019, to develop XRP Ledger and Interledger infrastructures and make non-custodial crypto management easier.{% endtrans %}

    - +

    {% trans %}Music{% endtrans %}

    {% trans %}Raised in Space is a music/tech investment group focused on raising the value of music, innovating across the entire value chain of the music industry.{% endtrans %}

    - +

    {% trans %}Applications{% endtrans %}

    {% trans %}From cold storage to apps for signing transactions, XRPL Labs is dedicated to building software on the XRP Ledger.{% endtrans %}

    - +

    {% trans %}Security{% endtrans %}

    diff --git a/template/page-xrp-overview.html.jinja b/template/page-xrp-overview.html.jinja index 3d7f9917ee..24a355d079 100644 --- a/template/page-xrp-overview.html.jinja +++ b/template/page-xrp-overview.html.jinja @@ -31,7 +31,7 @@
    -
    +
    • About XRP
    • XRP in Trading
    • @@ -44,42 +44,43 @@
      -
      +
      -

      {% trans %}Fostering the Development of XRP Ledger{% endtrans %}

      +

      {% trans %}Fostering the Development of the XRP Ledger{% endtrans %}

      {% trans %}XRPL Foundation{% endtrans %}
      @@ -36,14 +36,14 @@
      -
      -

      {% trans %}The Vision{% endtrans %}

      +
      +

      {% trans %}The Vision{% endtrans %}

      {% trans %}The Foundation’s vision is to support the development of a diverse XRP Ledger community by focusing on governance, amendments to the core code, and an evolving list of robust validators — all key to creating a dynamic ecosystem that supports a growing and innovative Ledger. {% endtrans %}
      -

      {% trans %}Key Areas of Focus{% endtrans %}

      +

      {% trans %}Key Areas of Focus{% endtrans %}

      • {% trans %}Core Technology{% endtrans %}

        @@ -69,7 +69,7 @@
      -
      +

      {% trans %}XRP Ledger Foundation Values and Beliefs{% endtrans %}

      {% trans %}We Value:{% endtrans %}

      @@ -78,7 +78,7 @@
    • {% trans %}Having the resources and support to compete on an equal playing field with other blockhain foundations to achieve our goals{% endtrans %}
    • {% trans %}Cultivating a diverse developer ecosystem, where many entities contribute to and benefit from the XRP Ledger{% endtrans %}
    -
    +

    {% trans %}We Believe:{% endtrans %}

    diff --git a/template/page-xrpl-overview.html.jinja b/template/page-xrpl-overview.html.jinja index a78b9ba6c0..b9fdf688fa 100644 --- a/template/page-xrpl-overview.html.jinja +++ b/template/page-xrpl-overview.html.jinja @@ -25,8 +25,8 @@
    -

    {% trans %}XRPL Today and The Vision for Tomorrow{% endtrans %}

    -
    {% trans %}XRPL | XRPL Ledger Overview{% endtrans %}
    +

    {% trans %}XRPL Today and the Vision for Tomorrow{% endtrans %}

    +
    {% trans %}XRP | XRPL Ledger Overview{% endtrans %}
    @@ -38,10 +38,10 @@
    {% trans %}XRP Ledger Basics{% endtrans %}
    -

    {% trans %}How the XRPL works{% endtrans %}

    +

    {% trans %}How the XRP Ledger works{% endtrans %}

    {% trans %}The XRP Ledger is a decentralized public blockchain. {% endtrans %}

    {% trans %}Anyone can connect their computer to the peer-to-peer network that manages the ledger. The global XRP Ledger community—a diverse set of software engineers, server operators, users, and businesses—maintains the ledger.{% endtrans %}

    - {% trans %}Get Technical{% endtrans %} + {% trans %}Get Technical{% endtrans %}
    @@ -49,11 +49,11 @@
    -
    -

    {% trans %}How The Consensus Protocol Works{% endtrans %}

    -
    {% trans %}XRPL uses a consensus protocol, in which designated servers called validators come to an agreement on the order and outcome of XRP transactions every 3-5 seconds.{% endtrans %}
    +
    +

    {% trans %}How the Consensus Protocol Works{% endtrans %}

    +
    {% trans %}XRPL uses a consensus protocol, in which designated servers called validators come to an agreement on the order and outcome of XRP transactions every 3-5 seconds.{% endtrans %}

    {% trans %}All servers in the network process each transaction according to the same rules, and any transaction that follows the protocol is confirmed right away. All transactions are public, with strong cryptography to guarantee the integrity of the system.{% endtrans %}

    -

    {% trans %}Anyone can operate a validator; currently, over 150 validators are active on the ledger, operated by universities, exchanges, businesses, and individuals. Additionally, the consensus protocol ensures the blockchain becomes more decentralized over time as the validator pool grows.{% endtrans %}

    +

    {% trans %}Anyone can operate a validator; currently, over 150 validators are active on the ledger, operated by universities, exchanges, businesses, and individuals. Additionally, the consensus protocol ensures the blockchain becomes more decentralized over time as the validator pool grows.{% endtrans %}

    @@ -66,8 +66,8 @@

    {% trans %}A Greener Blockchain{% endtrans %}

    -

    {% trans %}Unlike most other blockchains, the XRP Ledger does not need mining, so no energy is wasted in the transaction process. Learn how this compares to other platforms with our Green Currency Calculator.{% endtrans %}

    - Get Technical +

    {% trans %}Unlike most other blockchains, the XRP Ledger does not need mining, so no energy is wasted in the transaction process. Learn how this compares to other platforms with our Green Currency Calculator.{% endtrans %}

    + Get Technical
    @@ -81,15 +81,15 @@
    {% trans %}The ledger’s unique properties, such as its fast and efficient consensus algorithm and censorship-resistant transaction processing, are leveraged by thousands of developers.{% endtrans %}

    {% trans %}With the XRPL, these developers are building innovative projects and applications across blockchain use cases including tokenization of assets, online gaming, asset custody, NFTs, and DeFi.{% endtrans %}

    - {% trans %}Explore More{% endtrans %} + {% trans %}Explore More{% endtrans %}
    -
    +

    {% trans %}Fulfilling the vision of the XRPL community{% endtrans %}

    {% trans %}XRPL Tomorrow{% endtrans %}
    {% trans %}While XRPL is the choice of developers who don’t want to sacrifice security or performance and who want to build on the greenest blockchain, that’s only the beginning.{% endtrans %}
    -

    {% trans %}As a community-led blockchain, XRPL’s vision is also a community effort. The XRPL Foundation is currently collaborating with community members to define a shared vision statement. Stay tuned for more on this effort—we can’t wait to share it with you.{% endtrans %}

    +

    {% trans %}As a community-led blockchain, XRPL’s vision is also a community effort. The XRPL Foundation is currently collaborating with community members to define a shared vision statement. Stay tuned for more on this effort—we can’t wait to share it with you.{% endtrans %}

    @@ -100,7 +100,7 @@

    {% trans %}Tomorrow’s Blockchain Starts With You{% endtrans %}

    {% trans %}XRP Ledger’s innovation relies on the shared community experience of builders like you. If you’re ready to start your next big blockchain project, explore the XRPL now and consider applying for an 
XRPL Grant.{% endtrans %}

    - {% trans %}XRPL Grants{% endtrans %} + {% trans %}XRPL Grants{% endtrans %}
    @@ -112,7 +112,7 @@

    - Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. + No, the XRP Ledger is a decentralized, public blockchain. Any changes that would impact transaction processing or consensus need to be approved by at least 80% of the network. Ripple is a contributor to the network, but its rights are the same as those of other contributors. In terms of validation, there are 38 validators, with Ripple running six of the 38.

    @@ -120,7 +120,7 @@

    - Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. + Proof of Work (PoW) was the first mechanism to solve the double spend problem without requiring a trusted 3rd party. However the XRP Ledger’s consensus mechanism solves the same problem in a far faster, cheaper and more energy efficient way.

    @@ -128,11 +128,11 @@

    - Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. + It’s been widely reported that Bitcoin’s energy consumption, as of 2021, is equivalent to that used by Argentina, with much of the electricity Bitcoin miners use coming from polluting sources. The XRP Ledger confirms transactions through a “consensus” mechanism - which does not waste energy like proof of work does - and leverages carbon offsets to be one of the first truly carbon neutral blockchains. Explore the energy consumption of XRP compared to cash, credit cards and other popular cryptocurrencies with the Green Currency Calculator.

    - {% trans %}View Full FAQ{% endtrans %} + {% trans %}View Full FAQ{% endtrans %}