/*! Aksara UI v0.1.0 | Static CSS,no JIT,vanilla JS */:root{--aksara-primary:92 106 255;--aksara-secondary:100 116 139;--aksara-success:34 197 94;--aksara-danger:244 63 94;--aksara-warning:245 158 11;--aksara-info:6 182 212;--aksara-dark:15 23 42;--aksara-light:248 250 252;--aksara-dark:15 23 42;--aksara-light:248 250 252;--aksara-surface:#ffffff;--aksara-bg-base:#fbfcff;--aksara-bg-subtle:#f4f7fb;--aksara-bg-invert:#0f172a;--aksara-text-base:#172033;--aksara-text-subtle:#64748b;--aksara-text-invert:#f8fafc;--aksara-border-base:#d7deea;--aksara-border-subtle:#e6ebf3;--aksara-border-invert:#94a3b8;--aksara-shadow-sm:0 1px 2px rgb(15 23 42/.06);--aksara-shadow-md:0 12px 30px rgb(15 23 42/.10);--aksara-shadow-lg:0 24px 70px rgb(15 23 42/.20);color-scheme:light;--aksara-radius-sm:.375rem;--aksara-radius-md:.625rem;--aksara-radius-lg:.875rem;--aksara-radius-xl:1.125rem}@media (prefers-color-scheme:dark){:root:not([data-theme="light"]){--aksara-dark:248 250 252;--aksara-light:15 23 42;--aksara-surface:#111827;--aksara-bg-base:#0b1020;--aksara-bg-subtle:#182033;--aksara-bg-invert:#f8fafc;--aksara-text-base:#f8fafc;--aksara-text-subtle:#aebacc;--aksara-text-invert:#0f172a;--aksara-border-base:#334155;--aksara-border-subtle:#263247;--aksara-border-invert:#cbd5e1;--aksara-shadow-sm:0 1px 2px rgb(0 0 0/.22);--aksara-shadow-md:0 14px 36px rgb(0 0 0/.30);--aksara-shadow-lg:0 28px 80px rgb(0 0 0/.42);color-scheme:dark}}[data-theme="light"],.light{--aksara-dark:15 23 42;--aksara-light:248 250 252;--aksara-surface:#ffffff;--aksara-bg-base:#fbfcff;--aksara-bg-subtle:#f4f7fb;--aksara-bg-invert:#0f172a;--aksara-text-base:#172033;--aksara-text-subtle:#64748b;--aksara-text-invert:#f8fafc;--aksara-border-base:#d7deea;--aksara-border-subtle:#e6ebf3;--aksara-border-invert:#94a3b8;--aksara-shadow-sm:0 1px 2px rgb(15 23 42/.06);--aksara-shadow-md:0 12px 30px rgb(15 23 42/.10);--aksara-shadow-lg:0 24px 70px rgb(15 23 42/.20);color-scheme:light}[data-theme="dark"],.dark{--aksara-dark:248 250 252;--aksara-light:15 23 42;--aksara-surface:#111827;--aksara-bg-base:#0b1020;--aksara-bg-subtle:#182033;--aksara-bg-invert:#f8fafc;--aksara-text-base:#f8fafc;--aksara-text-subtle:#aebacc;--aksara-text-invert:#0f172a;--aksara-border-base:#334155;--aksara-border-subtle:#263247;--aksara-border-invert:#cbd5e1;--aksara-shadow-sm:0 1px 2px rgb(0 0 0/.22);--aksara-shadow-md:0 14px 36px rgb(0 0 0/.30);--aksara-shadow-lg:0 28px 80px rgb(0 0 0/.42);color-scheme:dark}*,*::before,*::after{box-sizing:border-box}@media (min-width:768px) and (hover:hover) and (pointer:fine){html{overscroll-behavior:none}}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;background:var(--aksara-bg-base);color:var(--aksara-text-base);line-height:1.5}button,input,textarea,select{font:inherit}button:disabled,.disabled{pointer-events:none;opacity:.58}img,svg,video{max-width:100%;height:auto}.row>*{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;padding-inline:calc(var(--aksara-gutter-x,24px)/2)}[hidden]{display:none!important}@keyframes aksara-fade{from{opacity:0}to{opacity:1}}@keyframes aksara-zoom{from{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes aksara-slide{from{opacity:0;transform:translateY(.5rem)}to{opacity:1;transform:translateY(0)}}@keyframes aksara-spin{to{transform:rotate(360deg)}}@keyframes aksara-spin-rtl{to{transform:rotate(-360deg)}}@keyframes aksara-progress-stripes{from{background-position-x:1rem}to{background-position-x:0}}@keyframes aksara-bounce{0%,100%{transform:translateY(-15%)}50%{transform:translateY(0)}}@keyframes aksara-pulse{0%,100%{opacity:1}50%{opacity:.5}}@keyframes aksara-placeholder-glow{0%,100%{opacity:.16}50%{opacity:.36}}@keyframes aksara-placeholder-wave{100%{transform:translateX(100%)}}@keyframes aksara-placeholder-wave-rtl{100%{transform:translateX(-100%)}}@keyframes aksara-modal-fade{from{background-color:rgb(15 23 42/0);backdrop-filter:saturate(130%) blur(0px)}to{background-color:rgb(15 23 42/.46);backdrop-filter:saturate(130%) blur(8px)}}@keyframes aksara-modal-fade-no-blur{from{background-color:rgb(15 23 42/0)}to{background-color:rgb(15 23 42/.46)}}@keyframes aksara-modal-slide{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes aksara-toast-slide{from{opacity:0;transform:translateY(12px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes aksara-dropdown-fade{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes aksara-tooltip-fade{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:2.375rem;border:1px solid transparent;border-radius:var(--aksara-radius-md);padding:.5rem .875rem;font:inherit;font-size:.875rem;font-weight:500;line-height:1.2;text-decoration:none;cursor:pointer;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,transform .15s ease-in-out}.btn-xs{min-height:1.5rem;padding:.125rem .375rem;font-size:.75rem}.btn-sm{min-height:1.75rem;padding:.25rem .5rem;font-size:.8125rem}.btn-lg{min-height:2.625rem;padding:.5625rem 1rem;font-size:1rem}.btn-block{display:flex;width:100%}.btn-icon{inline-size:2.375rem;block-size:2.375rem;padding:0}.btn-xs.btn-icon{inline-size:1.5rem;block-size:1.5rem}.btn-sm.btn-icon{inline-size:1.75rem;block-size:1.75rem}.btn-lg.btn-icon{inline-size:2.875rem;block-size:2.875rem}.btn-ghost{color:var(--aksara-text-base);background:transparent;border-color:transparent}.btn-group{display:inline-flex;vertical-align:middle}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:.5rem}.btn-group>.btn{position:relative;flex:1 1 auto;border-radius:0}.btn-group>.btn+.btn{margin-inline-start:-1px}.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:focus-visible,.btn-group>.btn:active{z-index:1}.btn-group>.btn:first-child{border-start-start-radius:var(--aksara-radius-md);border-end-start-radius:var(--aksara-radius-md)}.btn-group>.btn:last-child{border-start-end-radius:var(--aksara-radius-md);border-end-end-radius:var(--aksara-radius-md)}.btn-group>.dropdown{position:relative;flex:1 1 auto;display:inline-flex;margin-inline-start:-1px}.btn-group>.dropdown.btn-icon{inline-size:2.375rem;block-size:2.375rem}.btn-group>.dropdown.btn-xs.btn-icon{inline-size:1.5rem;block-size:1.5rem}.btn-group>.dropdown.btn-sm.btn-icon{inline-size:1.75rem;block-size:1.75rem}.btn-group>.dropdown.btn-lg.btn-icon{inline-size:2.875rem;block-size:2.875rem}.btn-group>.dropdown>.btn{border-radius:0;inline-size:100%;block-size:100%}.btn-group>.dropdown:first-child>.btn{border-start-start-radius:var(--aksara-radius-md);border-end-start-radius:var(--aksara-radius-md)}.btn-group>.dropdown:last-child>.btn{border-start-end-radius:var(--aksara-radius-md);border-end-end-radius:var(--aksara-radius-md)}.btn:focus-visible{outline:0;box-shadow:0 0 0 4px rgb(var(--aksara-primary)/.22)}.btn-ghost:hover{background:var(--aksara-bg-subtle)}.btn-primary{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-primary) / 1);border-color:rgb(var(--aksara-primary) / 1)}.btn-outline-primary{color:rgb(var(--aksara-primary) / 1);background-color:transparent;border-color:rgb(var(--aksara-primary) / 1)}.btn-soft-primary{color:rgb(var(--aksara-primary) / 1);background-color:rgb(var(--aksara-primary) / 0.12);border-color:rgb(var(--aksara-primary) / 0.18)}.btn-primary:hover{background-color:rgb(var(--aksara-primary) / 0.88);border-color:rgb(var(--aksara-primary) / 0.88)}.btn-outline-primary:hover{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-primary) / 1);border-color:rgb(var(--aksara-primary) / 1)}.btn-secondary{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-secondary) / 1);border-color:rgb(var(--aksara-secondary) / 1)}.btn-outline-secondary{color:rgb(var(--aksara-secondary) / 1);background-color:transparent;border-color:rgb(var(--aksara-secondary) / 1)}.btn-soft-secondary{color:rgb(var(--aksara-secondary) / 1);background-color:rgb(var(--aksara-secondary) / 0.12);border-color:rgb(var(--aksara-secondary) / 0.18)}.btn-secondary:hover{background-color:rgb(var(--aksara-secondary) / 0.88);border-color:rgb(var(--aksara-secondary) / 0.88)}.btn-outline-secondary:hover{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-secondary) / 1);border-color:rgb(var(--aksara-secondary) / 1)}.btn-success{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-success) / 1);border-color:rgb(var(--aksara-success) / 1)}.btn-outline-success{color:rgb(var(--aksara-success) / 1);background-color:transparent;border-color:rgb(var(--aksara-success) / 1)}.btn-soft-success{color:rgb(var(--aksara-success) / 1);background-color:rgb(var(--aksara-success) / 0.12);border-color:rgb(var(--aksara-success) / 0.18)}.btn-success:hover{background-color:rgb(var(--aksara-success) / 0.88);border-color:rgb(var(--aksara-success) / 0.88)}.btn-outline-success:hover{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-success) / 1);border-color:rgb(var(--aksara-success) / 1)}.btn-danger{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-danger) / 1);border-color:rgb(var(--aksara-danger) / 1)}.btn-outline-danger{color:rgb(var(--aksara-danger) / 1);background-color:transparent;border-color:rgb(var(--aksara-danger) / 1)}.btn-soft-danger{color:rgb(var(--aksara-danger) / 1);background-color:rgb(var(--aksara-danger) / 0.12);border-color:rgb(var(--aksara-danger) / 0.18)}.btn-danger:hover{background-color:rgb(var(--aksara-danger) / 0.88);border-color:rgb(var(--aksara-danger) / 0.88)}.btn-outline-danger:hover{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-danger) / 1);border-color:rgb(var(--aksara-danger) / 1)}.btn-warning{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-warning) / 1);border-color:rgb(var(--aksara-warning) / 1)}.btn-outline-warning{color:rgb(var(--aksara-warning) / 1);background-color:transparent;border-color:rgb(var(--aksara-warning) / 1)}.btn-soft-warning{color:rgb(var(--aksara-warning) / 1);background-color:rgb(var(--aksara-warning) / 0.12);border-color:rgb(var(--aksara-warning) / 0.18)}.btn-warning:hover{background-color:rgb(var(--aksara-warning) / 0.88);border-color:rgb(var(--aksara-warning) / 0.88)}.btn-outline-warning:hover{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-warning) / 1);border-color:rgb(var(--aksara-warning) / 1)}.btn-info{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-info) / 1);border-color:rgb(var(--aksara-info) / 1)}.btn-outline-info{color:rgb(var(--aksara-info) / 1);background-color:transparent;border-color:rgb(var(--aksara-info) / 1)}.btn-soft-info{color:rgb(var(--aksara-info) / 1);background-color:rgb(var(--aksara-info) / 0.12);border-color:rgb(var(--aksara-info) / 0.18)}.btn-info:hover{background-color:rgb(var(--aksara-info) / 0.88);border-color:rgb(var(--aksara-info) / 0.88)}.btn-outline-info:hover{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-info) / 1);border-color:rgb(var(--aksara-info) / 1)}.btn-dark{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-dark) / 1);border-color:rgb(var(--aksara-dark) / 1)}.btn-outline-dark{color:rgb(var(--aksara-dark) / 1);background-color:transparent;border-color:rgb(var(--aksara-dark) / 1)}.btn-soft-dark{color:rgb(var(--aksara-dark) / 1);background-color:rgb(var(--aksara-dark) / 0.12);border-color:rgb(var(--aksara-dark) / 0.18)}.btn-dark:hover{background-color:rgb(var(--aksara-dark) / 0.88);border-color:rgb(var(--aksara-dark) / 0.88)}.btn-outline-dark:hover{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-dark) / 1);border-color:rgb(var(--aksara-dark) / 1)}.btn-light{color:rgb(var(--aksara-dark));background-color:rgb(var(--aksara-light) / 1);border-color:rgb(var(--aksara-light) / 1)}.btn-outline-light{color:rgb(var(--aksara-light) / 1);background-color:transparent;border-color:rgb(var(--aksara-light) / 1)}.btn-soft-light{color:rgb(var(--aksara-light) / 1);background-color:rgb(var(--aksara-light) / 0.12);border-color:rgb(var(--aksara-light) / 0.18)}.btn-light:hover{background-color:rgb(var(--aksara-light) / 0.88);border-color:rgb(var(--aksara-light) / 0.88)}.btn-outline-light:hover{color:rgb(var(--aksara-dark));background-color:rgb(var(--aksara-light) / 1);border-color:rgb(var(--aksara-light) / 1)}.card{background:var(--aksara-surface);color:var(--aksara-text-base);border:1px solid var(--aksara-border-subtle);border-radius:var(--aksara-radius-lg);overflow:hidden;box-shadow:var(--aksara-shadow-sm)}.card-elevated{box-shadow:var(--aksara-shadow-md)}.card-flat{box-shadow:none}.card-img{display:block;width:100%;object-fit:cover}.card-title{margin:0 0 .375rem;font-weight:800;line-height:1.2}.card-text{margin:0;color:var(--aksara-text-subtle)}.card-header{padding:1rem;font-weight:700}.card-body{padding:1rem}.card-footer{padding:1rem}.alert{position:relative;padding:1rem;border:1px solid var(--aksara-border-subtle);border-radius:var(--aksara-radius-md);background:var(--aksara-bg-subtle);color:var(--aksara-text-base)}.alert-dismissible{padding-inline-end:3rem}.alert-title{margin:0 0 .25rem;font-weight:700}.alert-link{font-weight:700;color:inherit;text-decoration:underline;text-underline-offset:.16em}.badge{display:inline-flex;align-items:center;gap:.25rem;border-radius:9999px;padding:.25rem .55rem;font-size:.75em;font-weight:750;line-height:1;background:var(--aksara-bg-subtle);color:var(--aksara-text-base)}.badge-dot{inline-size:.5rem;block-size:.5rem;border-radius:9999px;background:currentColor;padding:0}.list-group{display:flex;flex-direction:column;margin:0;padding:0;list-style:none;border:1px solid var(--aksara-border-subtle);border-radius:var(--aksara-radius-lg);overflow:hidden;background:var(--aksara-surface)}.list-group-flush{border:0;border-radius:0;overflow:visible}.list-group-item{display:block;padding:.75rem 1rem;border-block-end:1px solid var(--aksara-border-subtle);color:var(--aksara-text-base);text-decoration:none;background:var(--aksara-surface)}.list-group-item-action{width:100%;border-inline:0;border-block-start:0;text-align:start;cursor:pointer;transition:background-color .15s ease,color .15s ease}.list-group-title{display:block;margin:0;font-weight:800;color:var(--aksara-text-base);line-height:1.35}.list-group-subtitle{display:block;margin:.25rem 0 0;color:var(--aksara-text-subtle);font-size:.875rem;line-height:1.45}.list-group-item:last-child{border-block-end:0}.list-group-item.active{background:rgb(var(--aksara-primary)/.12);color:rgb(var(--aksara-primary));font-weight:700}.list-group-item.active .list-group-title,.list-group-item.active .list-group-subtitle{color:inherit}.list-group-item-action:hover,.list-group-item-action:focus{background:var(--aksara-bg-subtle);outline:0}.list-group-item.disabled,.list-group-item:disabled{opacity:.56;pointer-events:none}.navbar{display:flex;align-items:center;gap:1rem;min-height:3.25rem;padding:.5rem 1rem;border-block-end:1px solid var(--aksara-border-subtle);background:var(--aksara-surface)}.navbar form{margin:0}.navbar-fixed-top{position:fixed;inset-block-start:0;inset-inline-start:0;inset-inline-end:0;z-index:1030;border-block-end-width:1px}.navbar-fixed-bottom{position:fixed;inset-block-end:0;inset-inline-start:0;inset-inline-end:0;z-index:1030;border-block-start-width:1px}.navbar-sticky-top{position:sticky;inset-block-start:0;z-index:1030;border-block-end-width:1px}.navbar-dark{background:var(--aksara-bg-invert);color:rgba(255,255,255,.85);border-color:rgba(255,255,255,.08)}.navbar-dark .navbar-brand{color:#ffffff}.navbar-dark .nav-link{color:rgba(255,255,255,.68)}.navbar-dark .nav-link:hover{color:#ffffff;background:rgba(255,255,255,.08)}.navbar-dark .nav-link[aria-current="page"]{color:#ffffff;background:rgba(255,255,255,.12)}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.85)}.navbar-light{background:var(--aksara-surface);color:var(--aksara-text-base);border-color:var(--aksara-border-subtle)}.navbar-light .navbar-brand{color:var(--aksara-text-base)}.navbar-light .nav-link{color:var(--aksara-text-subtle)}.navbar-light .nav-link:hover{color:var(--aksara-text-base);background:var(--aksara-bg-subtle)}.navbar-light .nav-link[aria-current="page"]{color:var(--aksara-text-base);background:var(--aksara-bg-subtle)}.navbar-light .navbar-toggler{color:var(--aksara-text-base)}.navbar-brand{font-weight:800;color:var(--aksara-text-base);text-decoration:none}.navbar-nav{display:flex;align-items:center;gap:.5rem;margin:0;padding:0;list-style:none}.navbar-nav li,.dropdown-menu li{margin:0!important;padding:0!important;list-style:none!important}.navbar-toggler{position:relative;display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:0;border-radius:var(--aksara-radius-md);background:transparent;color:var(--aksara-text-base);cursor:pointer}.navbar-toggler::before,.navbar-toggler::after,.navbar-toggler-icon{content:'';position:absolute;inset-inline-end:.625rem;inset-block-start:50%;display:block;block-size:2px;border-radius:9999px;background:currentColor;transition:transform .24s cubic-bezier(.4,0,.2,1),inline-size .24s cubic-bezier(.4,0,.2,1),opacity .18s ease}.navbar-toggler::before{inline-size:1.35rem;transform:translateY(-.45rem)}.navbar-toggler-icon{inline-size:.86rem;transform:translateY(-50%)}.navbar-toggler::after{inline-size:1.08rem;transform:translateY(.33rem)}.navbar-toggler[aria-expanded="true"]::before{inline-size:1.35rem;transform:translateY(-50%) rotate(45deg)}.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon{opacity:0;inline-size:0}.navbar-toggler[aria-expanded="true"]::after{inline-size:1.35rem;transform:translateY(-50%) rotate(-45deg)}.navbar-collapse{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-grow:1}.navbar-sheet-title{display:none}.navbar-sheet-backdrop{position:fixed;inset:0;z-index:1039;background:rgb(15 23 42 / .32);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);opacity:0;pointer-events:none;transition:opacity .2s ease}.navbar-sheet-backdrop.show{opacity:1;pointer-events:auto}.navbar-sheet-submenu-backdrop{position:fixed;inset:0;background:rgb(15 23 42 / .22);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);opacity:0;pointer-events:none;transition:opacity .2s ease}.navbar-sheet-submenu-backdrop.show{opacity:1;pointer-events:auto}@media (min-width:768px){.navbar-collapse.bottom-sheet,.navbar-collapse.top-sheet,.navbar-collapse.side-sheet{display:flex!important;max-height:none!important;opacity:1!important;overflow:visible!important;padding:0!important;border-color:initial!important;pointer-events:auto!important}}@media (max-width:767.98px){.navbar{flex-wrap:wrap}.navbar-collapse.bottom-sheet,.navbar-collapse.top-sheet,.navbar-collapse.side-sheet{position:fixed;z-index:1040;display:flex!important;flex-direction:column;align-items:stretch;gap:.75rem;overflow:auto;background:var(--aksara-surface);color:var(--aksara-text-base);border:1px solid var(--aksara-border-subtle);box-shadow:none!important;opacity:1!important;max-height:none!important;pointer-events:auto!important;transition:transform .28s cubic-bezier(.4,0,.2,1),opacity .2s ease}.navbar-collapse.bottom-sheet::before,.navbar-collapse.top-sheet::before,.navbar-collapse.side-sheet::before{content:'';position:absolute;display:block;background:var(--aksara-border-subtle);pointer-events:none}.navbar-collapse.bottom-sheet::before,.navbar-collapse.top-sheet::before{inline-size:2.75rem;block-size:.25rem;inset-inline-start:50%;transform:translateX(-50%);border-radius:9999px}.navbar-collapse.bottom-sheet::before{inset-block-start:.625rem}.navbar-collapse.top-sheet::before{inset-block-end:.625rem}.navbar-collapse.side-sheet::before{inline-size:.25rem;block-size:2.75rem;inset-inline-end:.5rem;inset-block-start:50%;transform:translateY(-50%);border-radius:9999px}.navbar-collapse.bottom-sheet .navbar-nav,.navbar-collapse.top-sheet .navbar-nav,.navbar-collapse.side-sheet .navbar-nav{inline-size:100%;flex-direction:column;align-items:stretch;gap:.125rem;margin:0!important;padding:0!important}.navbar-collapse.bottom-sheet .navbar-nav>li,.navbar-collapse.top-sheet .navbar-nav>li,.navbar-collapse.side-sheet .navbar-nav>li{inline-size:100%;margin:0!important;padding:0!important}.navbar-collapse.bottom-sheet .nav-link,.navbar-collapse.top-sheet .nav-link,.navbar-collapse.side-sheet .nav-link{inline-size:100%;justify-content:flex-start;margin:0!important}.navbar-collapse.bottom-sheet form,.navbar-collapse.top-sheet form,.navbar-collapse.side-sheet form{inline-size:100%;flex-direction:column;align-items:stretch;margin-inline-start:0!important}.navbar-collapse.bottom-sheet form>*,.navbar-collapse.top-sheet form>*,.navbar-collapse.side-sheet form>*{inline-size:100%;max-inline-size:none!important}.navbar-collapse.bottom-sheet .dropdown,.navbar-collapse.top-sheet .dropdown,.navbar-collapse.side-sheet .dropdown{display:block;inline-size:100%;margin:0!important;padding:0!important}.navbar-collapse.bottom-sheet .dropdown-menu,.navbar-collapse.top-sheet .dropdown-menu,.navbar-collapse.side-sheet .dropdown-menu{position:static;inline-size:100%;min-inline-size:0;margin:.25rem 0 0;box-shadow:none}.navbar-collapse.bottom-sheet .dropdown-menu::before,.navbar-collapse.bottom-sheet .dropdown-menu::after,.navbar-collapse.top-sheet .dropdown-menu::before,.navbar-collapse.top-sheet .dropdown-menu::after,.navbar-collapse.side-sheet .dropdown-menu::before,.navbar-collapse.side-sheet .dropdown-menu::after{display:none}.navbar-collapse.bottom-sheet{inset-inline:0;inset-block-end:0;max-block-size:100dvh!important;border-start-start-radius:calc(clamp(0px,(100dvh - 100%) * 9999,1.5rem))!important;border-start-end-radius:calc(clamp(0px,(100dvh - 100%) * 9999,1.5rem))!important;padding:1.75rem 1rem 1rem;border-block-end:0;transform:translateY(0);touch-action:pan-x}.navbar-collapse.top-sheet{inset-inline:0;inset-block-start:0;max-block-size:100dvh!important;border-end-start-radius:calc(clamp(0px,(100dvh - 100%) * 9999,1.5rem))!important;border-end-end-radius:calc(clamp(0px,(100dvh - 100%) * 9999,1.5rem))!important;padding:1rem 1rem 1.75rem;border-block-start:0;transform:translateY(0);touch-action:pan-x}.navbar-collapse.side-sheet{inset-block:0;inset-inline-start:0;inline-size:min(85vw,22rem);padding:1rem;padding-inline-end:1.5rem;border-radius:0;border-inline-start:0;transform:translateX(0);touch-action:pan-y}.navbar-collapse.bottom-sheet:not(.collapse-show){transform:translateY(100%);opacity:1!important;pointer-events:none!important;padding:1.75rem 1rem 1rem!important;border-color:var(--aksara-border-subtle)!important}.navbar-collapse.top-sheet:not(.collapse-show){transform:translateY(-100%);opacity:1!important;pointer-events:none!important;padding:1rem 1rem 1.75rem!important;border-color:var(--aksara-border-subtle)!important}.navbar-collapse.side-sheet:not(.collapse-show){transform:translateX(-100%);opacity:1!important;pointer-events:none!important;padding:1rem!important;padding-inline-end:1.5rem!important;border-color:var(--aksara-border-subtle)!important}[dir='rtl'] .navbar-collapse.side-sheet:not(.collapse-show){transform:translateX(100%)}.navbar-collapse.bottom-sheet.collapse-show,.navbar-collapse.top-sheet.collapse-show,.navbar-collapse.side-sheet.collapse-show{transform:translate(0,0)}}@media (max-width:767.98px){.navbar-collapse.bottom-sheet a:not(.btn),.navbar-collapse.top-sheet a:not(.btn),.navbar-collapse.side-sheet a:not(.btn),.navbar-collapse.bottom-sheet .nav-link,.navbar-collapse.top-sheet .nav-link,.navbar-collapse.side-sheet .nav-link,.navbar-collapse.bottom-sheet .dropdown-item,.navbar-collapse.top-sheet .dropdown-item,.navbar-collapse.side-sheet .dropdown-item{display:flex!important;inline-size:100%;align-items:center;gap:.5rem;justify-content:flex-start;padding:.5rem .75rem;border-radius:var(--aksara-radius-md);background:transparent;color:var(--aksara-text-subtle)!important;text-align:start;text-decoration:none}.navbar-collapse.bottom-sheet a:not(.btn):hover,.navbar-collapse.top-sheet a:not(.btn):hover,.navbar-collapse.side-sheet a:not(.btn):hover,.navbar-collapse.bottom-sheet .nav-link:hover,.navbar-collapse.top-sheet .nav-link:hover,.navbar-collapse.side-sheet .nav-link:hover,.navbar-collapse.bottom-sheet .dropdown-item:hover,.navbar-collapse.top-sheet .dropdown-item:hover,.navbar-collapse.side-sheet .dropdown-item:hover,.navbar-collapse.bottom-sheet .nav-link[aria-current="page"],.navbar-collapse.top-sheet .nav-link[aria-current="page"],.navbar-collapse.side-sheet .nav-link[aria-current="page"]{background:var(--aksara-bg-subtle)!important;color:var(--aksara-text-base)!important}.navbar-collapse.bottom-sheet .dropdown>[data-dropdown-trigger],.navbar-collapse.top-sheet .dropdown>[data-dropdown-trigger],.navbar-collapse.side-sheet .dropdown>[data-dropdown-trigger]{justify-content:space-between}.navbar-collapse.bottom-sheet .dropdown>[data-dropdown-trigger] .mdi-chevron-down,.navbar-collapse.top-sheet .dropdown>[data-dropdown-trigger] .mdi-chevron-down,.navbar-collapse.side-sheet .dropdown>[data-dropdown-trigger] .mdi-chevron-down{margin-inline-start:auto;transform:rotate(-90deg);font-size:1rem!important}[dir='rtl'] .navbar-collapse.bottom-sheet .dropdown>[data-dropdown-trigger] .mdi-chevron-down,[dir='rtl'] .navbar-collapse.top-sheet .dropdown>[data-dropdown-trigger] .mdi-chevron-down,[dir='rtl'] .navbar-collapse.side-sheet .dropdown>[data-dropdown-trigger] .mdi-chevron-down{transform:rotate(90deg)}.navbar-collapse.bottom-sheet .dropdown-menu,.navbar-collapse.top-sheet .dropdown-menu,.navbar-collapse.side-sheet .dropdown-menu{position:static!important;inset:auto!important;inline-size:100%!important;min-inline-size:0!important;margin:.25rem 0 0!important;padding:.25rem!important;border:1px solid var(--aksara-border-subtle)!important;border-radius:var(--aksara-radius-md)!important;background:var(--aksara-bg-subtle)!important;box-shadow:none!important;transform:none!important}.navbar-collapse.bottom-sheet .dropdown-menu.dropdown-open,.navbar-collapse.top-sheet .dropdown-menu.dropdown-open,.navbar-collapse.side-sheet .dropdown-menu.dropdown-open{display:block!important}.navbar-collapse.bottom-sheet .dropdown-header,.navbar-collapse.top-sheet .dropdown-header,.navbar-collapse.side-sheet .dropdown-header{display:block;padding:.5rem .75rem;color:var(--aksara-text-subtle)!important}.navbar-collapse.bottom-sheet hr,.navbar-collapse.top-sheet hr,.navbar-collapse.side-sheet hr{border:0;border-block-start:1px solid var(--aksara-border-subtle);margin:.25rem 0!important}.navbar-collapse.bottom-sheet .text-danger,.navbar-collapse.top-sheet .text-danger,.navbar-collapse.side-sheet .text-danger{color:rgb(var(--aksara-danger))!important}}@media (max-width:767.98px){.navbar-sheet-submenu{position:fixed;display:flex;flex-direction:column;gap:.625rem;overflow:auto;background:var(--aksara-surface);color:var(--aksara-text-base);border:1px solid var(--aksara-border-subtle);box-shadow:none!important;opacity:0;pointer-events:none;transition:transform .28s cubic-bezier(.4,0,.2,1),opacity .2s ease}.navbar-sheet-submenu.show{opacity:1;pointer-events:auto;transform:translate(0,0)!important}.navbar-sheet-submenu::before{content:'';position:absolute;display:block;background:var(--aksara-border-subtle);pointer-events:none}.navbar-sheet-submenu.bottom-sheet::before,.navbar-sheet-submenu.top-sheet::before{inline-size:2.75rem;block-size:.25rem;inset-inline-start:50%;transform:translateX(-50%);border-radius:9999px}.navbar-sheet-submenu.bottom-sheet::before{inset-block-start:.625rem}.navbar-sheet-submenu.top-sheet::before{inset-block-end:.625rem}.navbar-sheet-submenu.side-sheet::before{inline-size:.25rem;block-size:2.75rem;inset-inline-end:.5rem;inset-block-start:50%;transform:translateY(-50%);border-radius:9999px}.navbar-sheet-submenu.bottom-sheet{inset-inline:0;inset-block-end:0;max-block-size:100dvh!important;border-start-start-radius:calc(clamp(0px,(100dvh - 100%) * 9999,1.5rem))!important;border-start-end-radius:calc(clamp(0px,(100dvh - 100%) * 9999,1.5rem))!important;padding:1rem;border-block-end:0;transform:translateY(100%);touch-action:pan-x}.navbar-sheet-submenu.top-sheet{inset-inline:0;inset-block-start:0;max-block-size:100dvh!important;border-end-start-radius:calc(clamp(0px,(100dvh - 100%) * 9999,1.5rem))!important;border-end-end-radius:calc(clamp(0px,(100dvh - 100%) * 9999,1.5rem))!important;padding:1rem;border-block-start:0;transform:translateY(-100%);touch-action:pan-x}.navbar-sheet-submenu.side-sheet{inset-block:0;inset-inline-start:0;inline-size:min(85vw,22rem);padding:1rem;padding-inline-end:1.5rem;border-radius:0;border-inline-start:0;transform:translateX(-100%);touch-action:pan-y}[dir='rtl'] .navbar-sheet-submenu.side-sheet{transform:translateX(100%)}.navbar-sheet-submenu-header{display:flex;align-items:center;gap:.75rem;min-block-size:2.5rem;border-block-end:1px solid var(--aksara-border-subtle);padding-block-end:.75rem;touch-action:none}.navbar-sheet-back{position:relative;inline-size:2rem;block-size:2rem;flex:0 0 auto;border:0;border-radius:0;background:transparent;color:var(--aksara-text-base);cursor:pointer}.navbar-sheet-back::before{content:'';position:absolute;inset-inline-start:50%;inset-block-start:50%;inline-size:.65rem;block-size:.65rem;border-block-start:2px solid currentColor;border-inline-start:2px solid currentColor;transform:translate(-35%,-50%) rotate(-45deg)}[dir='rtl'] .navbar-sheet-back::before{transform:translate(-65%,-50%) rotate(135deg)}.navbar-sheet-submenu-title{position:absolute;inset-inline:3rem;font-weight:800;color:var(--aksara-text-base);line-height:1.2;text-align:center}.navbar-sheet-submenu-body{display:flex;flex-direction:column;gap:.125rem}.navbar-sheet-submenu-body>.dropdown-menu{display:flex!important;position:static!important;inline-size:100%!important;min-inline-size:0!important;flex-direction:column;gap:.125rem;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.navbar-sheet-submenu a:not(.btn),.navbar-sheet-submenu .nav-link,.navbar-sheet-submenu .dropdown-item{display:flex!important;inline-size:100%;align-items:center;gap:.5rem;justify-content:flex-start;padding:.5rem .75rem;border-radius:var(--aksara-radius-md);background:transparent;color:var(--aksara-text-subtle)!important;text-align:start;text-decoration:none}.navbar-sheet-submenu a:not(.btn):hover,.navbar-sheet-submenu .nav-link:hover,.navbar-sheet-submenu .dropdown-item:hover{background:var(--aksara-bg-subtle)!important;color:var(--aksara-text-base)!important}.navbar-sheet-submenu .dropdown>[data-dropdown-trigger]{justify-content:space-between}.navbar-sheet-submenu .dropdown>[data-dropdown-trigger] .mdi-chevron-down{margin-inline-start:auto;transform:rotate(-90deg);font-size:1rem!important}[dir='rtl'] .navbar-sheet-submenu .dropdown>[data-dropdown-trigger] .mdi-chevron-down{transform:rotate(90deg)}.navbar-sheet-submenu .dropdown-header{display:block;padding:.5rem .75rem;color:var(--aksara-text-subtle)!important}.navbar-sheet-submenu hr{border:0;border-block-start:1px solid var(--aksara-border-subtle);margin:.25rem 0!important}.navbar-sheet-submenu .text-danger{color:rgb(var(--aksara-danger))!important}}@media (max-width:767.98px){.navbar-sheet-submenu .dropdown-menu::before,.navbar-sheet-submenu .dropdown-menu::after{display:none!important}}@media (max-width:767.98px){.navbar-collapse.bottom-sheet [data-dropdown-trigger] .mdi,.navbar-collapse.top-sheet [data-dropdown-trigger] .mdi,.navbar-collapse.side-sheet [data-dropdown-trigger] .mdi,.navbar-sheet-submenu [data-dropdown-trigger] .mdi{display:inline-flex!important;align-items:center;justify-content:center;flex:0 0 auto}.navbar-collapse.side-sheet>.navbar-nav:last-child{position:sticky;inset-block-end:0;margin-block-start:auto!important;padding-block-start:.75rem!important;background:linear-gradient(to bottom,transparent,var(--aksara-surface) .75rem,var(--aksara-surface) 100%);z-index:1}.navbar-collapse.side-sheet>.navbar-nav:last-child>.dropdown>.nav-link{background:var(--aksara-bg-subtle)!important;color:var(--aksara-text-base)!important}}@media (max-width:767.98px){.navbar-sheet-backdrop{z-index:1110}.navbar-collapse.bottom-sheet,.navbar-collapse.top-sheet,.navbar-collapse.side-sheet{z-index:1111!important}.navbar-sheet-submenu-backdrop{z-index:1113}.navbar-collapse.side-sheet>.navbar-sheet-title{display:flex;align-items:center;justify-content:flex-start;min-block-size:2.5rem;margin-block-end:.25rem;padding:.25rem .75rem .75rem;border-block-end:1px solid var(--aksara-border-subtle);font-weight:800;color:var(--aksara-text-base);text-align:start}.navbar-sheet-submenu.side-sheet .navbar-sheet-submenu-title{position:static;inset:auto;flex:1;text-align:start}.navbar-collapse.bottom-sheet .dropdown>[data-dropdown-trigger] .mdi,.navbar-collapse.top-sheet .dropdown>[data-dropdown-trigger] .mdi,.navbar-collapse.side-sheet .dropdown>[data-dropdown-trigger] .mdi,.navbar-sheet-submenu .dropdown>[data-dropdown-trigger] .mdi{display:inline-flex!important;align-items:center;justify-content:center;flex:0 0 auto}.navbar-collapse.side-sheet>.navbar-nav:last-child .dropdown{position:relative}.navbar-collapse.side-sheet>.navbar-nav:last-child .dropdown-menu{position:absolute!important;inset-inline:0!important;inset-block-start:auto!important;inset-block-end:calc(100% + .5rem)!important;margin:0!important;max-block-size:min(46vh,18rem);overflow:auto;background:var(--aksara-surface)!important;border-color:var(--aksara-border-subtle)!important}.navbar-collapse.side-sheet>.navbar-nav:last-child .dropdown-menu.dropdown-open{display:block!important}}.nav-link{display:inline-flex;align-items:center;border-radius:var(--aksara-radius-md);padding:.5rem .625rem;color:var(--aksara-text-subtle);text-decoration:none}.nav-link:hover,.nav-link[aria-current="page"]{color:var(--aksara-text-base);background:var(--aksara-bg-subtle)}.dropdown{position:relative;display:inline-block}.dropdown-top{position:relative;display:inline-block}.dropdown-bottom{position:relative;display:inline-block}.dropdown-start{position:relative;display:inline-block}.dropdown-end{position:relative;display:inline-block}.dropdown.static,.dropdown.position-static{position:static!important}.dropdown-menu .dropdown,.dropdown-menu .dropdown-top,.dropdown-menu .dropdown-bottom,.dropdown-menu .dropdown-start,.dropdown-menu .dropdown-end{display:block!important;width:100%!important;margin:0!important;padding:0!important}.dropdown-menu{position:absolute;z-index:1000;display:none;min-width:12rem;padding:.375rem;margin:.25rem 0 0;list-style:none;background:var(--aksara-surface);border:1px solid var(--aksara-border-subtle);border-radius:var(--aksara-radius-md);box-shadow:var(--aksara-shadow-md)}.dropdown-menu-end{inset-inline-end:0;inset-inline-start:auto}.dropdown-menu-end:not(.dropdown-start):not(.dropdown-end)::before{inset-inline-start:auto!important;inset-inline-end:1rem!important}.dropdown-menu-end:not(.dropdown-start):not(.dropdown-end)::after{inset-inline-start:auto!important;inset-inline-end:calc(1rem + 1px)!important}.dropdown-top .dropdown-menu,.dropdown-menu.dropdown-top{bottom:100%;top:auto;margin-top:0;margin-bottom:.25rem}.dropdown-start .dropdown-menu,.dropdown-menu.dropdown-start{inset-inline-end:100%;inset-inline-start:auto;inset-block-start:0;margin-top:0;margin-inline-end:.25rem}.dropdown-end .dropdown-menu,.dropdown-menu.dropdown-end{inset-inline-start:100%;inset-inline-end:auto;inset-block-start:0;margin-top:0;margin-inline-start:.25rem}.dropdown-menu::before,.dropdown-menu::after{content:'';position:absolute;pointer-events:none;border-style:solid}.dropdown:not(.dropdown-top):not(.dropdown-start):not(.dropdown-end) .dropdown-menu::before,.dropdown-menu.dropdown-bottom::before{bottom:100%;inset-inline-start:1rem;border-width:6px;border-color:transparent transparent var(--aksara-border-subtle) transparent}.dropdown:not(.dropdown-top):not(.dropdown-start):not(.dropdown-end) .dropdown-menu::after,.dropdown-menu.dropdown-bottom::after{bottom:100%;inset-inline-start:calc(1rem + 1px);border-width:5px;border-color:transparent transparent var(--aksara-surface) transparent}.dropdown-top .dropdown-menu::before,.dropdown-menu.dropdown-top::before{top:100%;bottom:auto;inset-inline-start:1rem;border-width:6px;border-color:var(--aksara-border-subtle) transparent transparent transparent}.dropdown-top .dropdown-menu::after,.dropdown-menu.dropdown-top::after{top:100%;bottom:auto;inset-inline-start:calc(1rem + 1px);border-width:5px;border-color:var(--aksara-surface) transparent transparent transparent}.dropdown-start .dropdown-menu::before,.dropdown-menu.dropdown-start::before{inset-inline-start:100%;top:var(--aksara-dropdown-caret-block,50%);transform:translateY(-50%);border-width:6px;border-color:transparent transparent transparent var(--aksara-border-subtle)}.dropdown-start .dropdown-menu::after,.dropdown-menu.dropdown-start::after{inset-inline-start:100%;top:var(--aksara-dropdown-caret-block,50%);transform:translateY(-50%);border-width:5px;border-color:transparent transparent transparent var(--aksara-surface)}.dropdown-end .dropdown-menu::before,.dropdown-menu.dropdown-end::before{inset-inline-end:100%;top:var(--aksara-dropdown-caret-block,50%);transform:translateY(-50%);border-width:6px;border-color:transparent var(--aksara-border-subtle) transparent transparent}.dropdown-end .dropdown-menu::after,.dropdown-menu.dropdown-end::after{inset-inline-end:100%;top:var(--aksara-dropdown-caret-block,50%);transform:translateY(-50%);border-width:5px;border-color:transparent var(--aksara-surface) transparent transparent}[dir='rtl'] .dropdown-start .dropdown-menu::before,[dir='rtl'] .dropdown-menu.dropdown-start::before{border-color:transparent var(--aksara-border-subtle) transparent transparent}[dir='rtl'] .dropdown-start .dropdown-menu::after,[dir='rtl'] .dropdown-menu.dropdown-start::after{border-color:transparent var(--aksara-surface) transparent transparent}[dir='rtl'] .dropdown-end .dropdown-menu::before,[dir='rtl'] .dropdown-menu.dropdown-end::before{border-color:transparent transparent transparent var(--aksara-border-subtle)}[dir='rtl'] .dropdown-end .dropdown-menu::after,[dir='rtl'] .dropdown-menu.dropdown-end::after{border-color:transparent transparent transparent var(--aksara-surface)}@media (min-width:768px){.dropdown-menu .dropdown-menu::before,.dropdown-menu .dropdown-menu::after{display:none!important}}.dropdown.static .dropdown-menu::before,.dropdown.static .dropdown-menu::after,.dropdown.position-static .dropdown-menu::before,.dropdown.position-static .dropdown-menu::after{display:none!important}.dropdown.static .dropdown-item,.dropdown.position-static .dropdown-item{padding-inline:0!important;padding-block:.25rem!important;background:transparent!important}.dropdown.static .dropdown-item:hover,.dropdown.static .dropdown-item:focus,.dropdown.position-static .dropdown-item:hover,.dropdown.position-static .dropdown-item:focus{background:transparent!important;color:rgb(var(--aksara-primary))!important}@media (min-width:768px){.dropdown-menu.megamenu{font-size:.8125rem!important;padding:1.5rem!important}}@media (min-width:768px){.megamenu .grid,.megamenu [class*="grid-"]{gap:1.5rem!important}}@media (min-width:768px){.megamenu h6,.megamenu .megamenu-title{font-size:10px!important;font-weight:800!important;color:var(--aksara-text-subtle)!important;text-transform:uppercase!important;letter-spacing:.05em!important;margin-top:0!important;margin-bottom:.75rem!important}}@media (min-width:768px){.megamenu ul,.megamenu .vstack{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:.5rem!important;margin:0!important;padding:0!important;list-style:none!important}}@media (min-width:768px){.megamenu .dropdown-item{display:flex!important;align-items:center!important;gap:.5rem!important;width:100%!important;padding-inline:0!important;padding-block:.25rem!important;font-size:inherit!important;color:var(--aksara-text-subtle)!important;background:transparent!important;border:0!important;text-align:start!important;text-decoration:none!important;transition:color .15s ease!important}}@media (min-width:768px){.megamenu .dropdown-item:hover,.megamenu .dropdown-item:focus{background:transparent!important;color:rgb(var(--aksara-primary))!important}}@media (min-width:768px){.megamenu .dropdown-item .mdi{color:rgb(var(--aksara-primary))!important;font-size:1rem!important;text-align:center!important;width:1rem!important;flex-shrink:0!important}}@media (min-width:768px){.megamenu .ps-24,.megamenu .megamenu-submenu{padding-inline-start:24px!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:.375rem!important;margin-top:.25rem!important;width:100%!important}}@media (min-width:768px){.megamenu .ps-24 .dropdown-item,.megamenu .megamenu-submenu .dropdown-item{font-size:.75rem!important;color:var(--aksara-text-subtle)!important}}@media (min-width:768px){.megamenu .ps-24 .dropdown-item:hover,.megamenu .megamenu-submenu .dropdown-item:hover{color:rgb(var(--aksara-primary))!important}}@media (max-width:767.98px){.navbar-sheet-submenu .dropdown-menu.megamenu{display:block!important;background:transparent!important;border:0!important;box-shadow:none!important;padding:0 .75rem!important;margin:0!important}.navbar-sheet-submenu .dropdown-menu.megamenu .grid,.navbar-sheet-submenu .dropdown-menu.megamenu [class*="grid-"]{display:flex!important;flex-direction:column!important;gap:1.5rem!important;padding:.5rem 0!important}.navbar-sheet-submenu .dropdown-menu.megamenu .grid>div:not(:last-child){border-bottom:1px solid var(--aksara-border-subtle)!important;padding-bottom:1.5rem!important}.navbar-sheet-submenu .dropdown-menu.megamenu .grid>div:nth-last-child(2){border-bottom:0!important;padding-bottom:0!important}.navbar-sheet-submenu .dropdown-menu.megamenu h6,.navbar-sheet-submenu .dropdown-menu.megamenu .megamenu-title{display:block!important;margin:0 0 .75rem!important;font-size:11px!important;font-weight:800!important;text-transform:uppercase!important;color:var(--aksara-text-subtle)!important;letter-spacing:.05em!important}.navbar-sheet-submenu .dropdown-menu.megamenu ul{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:.75rem!important;list-style:none!important;padding:0!important;margin:0!important}.navbar-sheet-submenu .dropdown-menu.megamenu li{display:contents!important}.navbar-sheet-submenu .dropdown-menu.megamenu .dropdown-item{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;gap:.5rem!important;padding:.25rem 0!important;background:transparent!important;border:0!important;color:var(--aksara-text-base)!important;text-align:center!important;font-size:11px!important;font-weight:500!important;transition:all .2s ease!important}.navbar-sheet-submenu .dropdown-menu.megamenu .dropdown-item:hover,.navbar-sheet-submenu .dropdown-menu.megamenu .dropdown-item:focus{background:transparent!important;color:rgb(var(--aksara-primary))!important}.navbar-sheet-submenu .dropdown-menu.megamenu .dropdown-item .mdi{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:3.5rem!important;height:3.5rem!important;border-radius:1.125rem!important;background:rgb(var(--aksara-primary)/.08)!important;border:1px solid rgb(var(--aksara-primary)/.15)!important;color:rgb(var(--aksara-primary))!important;font-size:1.875rem!important;margin:0!important;transition:all .2s cubic-bezier(.4,0,.2,1)!important}.navbar-sheet-submenu .dropdown-menu.megamenu .dropdown-item:hover .mdi,.navbar-sheet-submenu .dropdown-menu.megamenu .dropdown-item:focus .mdi{transform:translateY(-2px) scale(1.05)!important;background:rgb(var(--aksara-primary)/.15)!important;border-color:rgb(var(--aksara-primary)/.3)!important;box-shadow:0 4px 12px rgb(var(--aksara-primary)/.15)!important}.navbar-sheet-submenu .dropdown-menu.megamenu .grid>div:last-child{display:none!important}.navbar-sheet-submenu .dropdown-menu.megamenu .megamenu-submenu{display:none!important}}.dropdown-item{display:flex;align-items:center;gap:.5rem;width:100%;border:0;border-radius:var(--aksara-radius-sm);padding:.5rem .625rem;background:transparent;color:var(--aksara-text-base);text-align:start;text-decoration:none;cursor:pointer}.dropdown-header{padding:.5rem .625rem;color:var(--aksara-text-subtle);font-size:.75rem;font-weight:800;text-transform:uppercase}.dropdown-divider{border:0;height:1px;margin:.375rem 0;background:var(--aksara-border-subtle);opacity:1}.dropdown-item:hover,.dropdown-item:focus{background:var(--aksara-bg-subtle);outline:0}.dropdown-item[aria-current="true"],.dropdown-item.active{background:rgb(var(--aksara-primary)/.12);color:rgb(var(--aksara-primary))}.dropdown-item:disabled,.dropdown-item.disabled{opacity:.56;pointer-events:none}.dropdown-open{display:block!important;animation:aksara-dropdown-fade .16s cubic-bezier(.4,0,.2,1) forwards}.dropdown-menu-sm{min-width:10rem;padding:.25rem}.dropdown-menu-sm .dropdown-item{padding:.3125rem .5rem;font-size:.8125rem;gap:.375rem;border-radius:var(--aksara-radius-sm)}.dropdown-menu-sm .dropdown-header{padding:.3125rem .5rem;font-size:.6875rem}.dropdown-menu-sm .dropdown-divider{margin:.25rem 0}.modal{position:fixed;inset:0;z-index:1050;display:none;align-items:center;justify-content:center;padding:1rem;background:rgb(15 23 42/0)}.modal-open{display:flex!important;animation:aksara-modal-fade-no-blur .22s ease-out forwards}.modal.modal-blur{backdrop-filter:saturate(130%) blur(0px)}.modal.modal-blur.modal-open{animation:aksara-modal-fade .22s ease-out forwards}.modal-open .modal-dialog{animation:aksara-modal-slide .22s cubic-bezier(.34,1.56,.64,1) forwards}.modal-static .modal-dialog{transform:scale(1.025);transition:transform .12s cubic-bezier(.25,1,.5,1)}.modal-dialog{width:min(100%,var(--aksara-modal-width,32rem));max-height:calc(100vh - 2rem);overflow:auto;background:var(--aksara-surface);color:var(--aksara-text-base);border:1px solid var(--aksara-border-subtle);border-radius:var(--aksara-radius-xl);box-shadow:var(--aksara-shadow-lg);transition:transform .15s ease-out}.modal-sm{--aksara-modal-width:24rem}.modal-lg{--aksara-modal-width:48rem}.modal-xl{--aksara-modal-width:72rem}.modal:has(.modal-fullscreen){padding:0!important}.modal-fullscreen{width:100%!important;height:100%!important;max-height:100%!important;margin:0!important;border-radius:0!important}.modal-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:0.5rem 1rem;border-block-end:1px solid var(--aksara-border-subtle)}.modal-body{padding:1rem}.modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;padding:0.5rem 1rem;border-block-start:1px solid var(--aksara-border-subtle)}.close{position:absolute;inset-block-start:.75rem;inset-inline-end:.75rem;display:inline-flex;align-items:center;justify-content:center;inline-size:2rem;block-size:2rem;flex:0 0 auto;border:0;border-radius:9999px;background:color-mix(in srgb,var(--aksara-bg-subtle) 70%,transparent);color:var(--aksara-text-subtle);cursor:pointer;transition:background-color .15s ease,color .15s ease,transform .15s ease}.modal-close{position:relative;display:inline-flex;align-items:center;justify-content:center;inline-size:2rem;block-size:2rem;flex:0 0 auto;border:0;border-radius:9999px;background:color-mix(in srgb,var(--aksara-bg-subtle) 70%,transparent);color:var(--aksara-text-subtle);cursor:pointer;transition:background-color .15s ease,color .15s ease,transform .15s ease}.close-sm{inline-size:1.5rem;block-size:1.5rem}.close-lg{inline-size:2.5rem;block-size:2.5rem}.close::before,.close::after,.modal-close::before,.modal-close::after{content:"";position:absolute;inline-size:50%;block-size:2px;border-radius:9999px;background:currentColor}.close::before,.modal-close::before{transform:rotate(45deg)}.close::after,.modal-close::after{transform:rotate(-45deg)}.close>*,.modal-close>*{display:none}.close:hover,.modal-close:hover{background:rgb(var(--aksara-primary)/.12);color:rgb(var(--aksara-primary))}.close:active,.modal-close:active{transform:scale(.94)}.tooltip{position:absolute;z-index:1080;max-width:16rem;padding:.375rem .5rem;border-radius:var(--aksara-radius-sm);background:rgb(var(--aksara-dark));color:rgb(var(--aksara-light));font-size:.875rem;box-shadow:var(--aksara-shadow-sm);animation:aksara-tooltip-fade .18s cubic-bezier(.4,0,.2,1) forwards}.tooltip::after{content:'';position:absolute;pointer-events:none;border-style:solid}.tooltip-top::after{top:100%;left:50%;transform:translateX(-50%);border-width:5px;border-color:rgb(var(--aksara-dark)) transparent transparent transparent}.tooltip-bottom::after{bottom:100%;left:50%;transform:translateX(-50%);border-width:5px;border-color:transparent transparent rgb(var(--aksara-dark)) transparent}.tooltip-left::after,.tooltip-start::after{left:100%;right:auto;top:50%;transform:translateY(-50%);border-width:5px;border-color:transparent transparent transparent rgb(var(--aksara-dark))}.tooltip-right::after,.tooltip-end::after{right:100%;left:auto;top:50%;transform:translateY(-50%);border-width:5px;border-color:transparent rgb(var(--aksara-dark)) transparent transparent}[dir='rtl'] .tooltip-start::after{left:auto;right:100%;border-color:transparent rgb(var(--aksara-dark)) transparent transparent}[dir='rtl'] .tooltip-end::after{right:auto;left:100%;border-color:transparent transparent transparent rgb(var(--aksara-dark))}.popover{position:absolute;z-index:1070;max-width:20rem;padding:.75rem;border:1px solid var(--aksara-border-subtle);border-radius:var(--aksara-radius-md);background:var(--aksara-surface);box-shadow:var(--aksara-shadow-md);animation:aksara-tooltip-fade .2s cubic-bezier(.4,0,.2,1) forwards}.popover::before,.popover::after{content:'';position:absolute;pointer-events:none;border-style:solid}.popover-top::before{top:100%;left:50%;transform:translateX(-50%);border-width:7px;border-color:var(--aksara-border-subtle) transparent transparent transparent}.popover-top::after{top:100%;left:50%;transform:translateX(-50%);border-width:6px;border-color:var(--aksara-surface) transparent transparent transparent}.popover-bottom::before{bottom:100%;left:50%;transform:translateX(-50%);border-width:7px;border-color:transparent transparent var(--aksara-border-subtle) transparent}.popover-bottom::after{bottom:100%;left:50%;transform:translateX(-50%);border-width:6px;border-color:transparent transparent var(--aksara-surface) transparent}.popover-left::before,.popover-start::before{left:100%;right:auto;top:50%;transform:translateY(-50%);border-width:7px;border-color:transparent transparent transparent var(--aksara-border-subtle)}.popover-left::after,.popover-start::after{left:100%;right:auto;top:50%;transform:translateY(-50%);border-width:6px;border-color:transparent transparent transparent var(--aksara-surface)}.popover-right::before,.popover-end::before{right:100%;left:auto;top:50%;transform:translateY(-50%);border-width:7px;border-color:transparent var(--aksara-border-subtle) transparent transparent}.popover-right::after,.popover-end::after{right:100%;left:auto;top:50%;transform:translateY(-50%);border-width:6px;border-color:transparent var(--aksara-surface) transparent transparent}[dir='rtl'] .popover-start::before{left:auto;right:100%;border-color:transparent var(--aksara-border-subtle) transparent transparent}[dir='rtl'] .popover-start::after{left:auto;right:100%;border-color:transparent var(--aksara-surface) transparent transparent}[dir='rtl'] .popover-end::before{right:auto;left:100%;border-color:transparent transparent transparent var(--aksara-border-subtle)}[dir='rtl'] .popover-end::after{right:auto;left:100%;border-color:transparent transparent transparent var(--aksara-surface)}.popover-header{margin:-.75rem -.75rem .75rem;padding:.75rem;border-block-end:1px solid var(--aksara-border-subtle);font-weight:800;background:var(--aksara-bg-subtle);border-start-start-radius:var(--aksara-radius-md);border-start-end-radius:var(--aksara-radius-md)}.popover-title{margin:0 0 .25rem;font-weight:700}.popover-body{color:var(--aksara-text-subtle)}.accordion{border:1px solid var(--aksara-border-subtle);border-radius:var(--aksara-radius-lg);overflow:hidden;background:var(--aksara-surface)}.accordion-item{border-block-end:1px solid var(--aksara-border-subtle)}.accordion-button{display:flex;width:100%;align-items:center;justify-content:space-between;gap:1rem;border:0;background:transparent;padding:1rem;color:var(--aksara-text-base);font:inherit;font-weight:700;text-align:start;cursor:pointer}.accordion-icon{display:inline-flex;align-items:center;justify-content:center;color:var(--aksara-text-subtle);transition:transform .2s ease,color .2s ease}.accordion-panel{display:block!important;max-height:500px;opacity:1;overflow:hidden;padding:0 1rem 1rem;color:var(--aksara-text-subtle);transition:max-height .25s cubic-bezier(.4,0,.2,1),opacity .25s cubic-bezier(.4,0,.2,1),padding .25s cubic-bezier(.4,0,.2,1)}.accordion-panel[hidden]{display:block!important;max-height:0!important;opacity:0!important;padding-top:0!important;padding-bottom:0!important;pointer-events:none}.accordion-item:last-child{border-block-end:0}.accordion-button[aria-expanded="true"]{background:var(--aksara-bg-subtle)}.accordion-button[aria-expanded="true"] .accordion-icon{color:var(--aksara-text-base);transform:rotate(180deg)}.tabs{display:flex;gap:.25rem;border-block-end:1px solid var(--aksara-border-subtle)}.tab{display:inline-flex;align-items:center;border:0;border-end-start-radius:0;border-end-end-radius:0;border-start-start-radius:var(--aksara-radius-md);border-start-end-radius:var(--aksara-radius-md);padding:.625rem .875rem;background:transparent;color:var(--aksara-text-subtle);font:inherit;font-weight:700;cursor:pointer}.tab-panel{padding:1rem 0}.tab[aria-selected="true"]{background:var(--aksara-bg-subtle);color:var(--aksara-text-base)}.nav{display:flex;flex-wrap:wrap;gap:.25rem;margin:0;padding:0;list-style:none}.nav-pills{border-block-end:0}.nav-pills .nav-link,.nav-pills .tab{border-radius:9999px;border:1px solid transparent;padding:.5rem .875rem;background:transparent;color:var(--aksara-text-subtle);text-decoration:none}.nav-pills .nav-link:hover,.nav-pills .tab:hover{background:var(--aksara-bg-subtle);color:var(--aksara-text-base)}.nav-pills .nav-link.active,.nav-pills .nav-link[aria-current="true"],.nav-pills .nav-link[aria-current="page"],.nav-pills .tab[aria-selected="true"]{background:rgb(var(--aksara-primary)/.12);border-color:rgb(var(--aksara-primary)/.22);color:rgb(var(--aksara-primary))}.toast{display:none;max-width:24rem;padding:1rem;border:1px solid var(--aksara-border-subtle);border-radius:var(--aksara-radius-lg);background:var(--aksara-surface);box-shadow:var(--aksara-shadow-md)}.toast-stack{position:fixed;inset-block-end:1rem;inset-inline-end:1rem;z-index:1090;display:grid;align-content:start;gap:.75rem;width:min(100% - 2rem,24rem)}.toast-top-start{inset-block-start:1rem;inset-block-end:auto;inset-inline-start:1rem;inset-inline-end:auto}.toast-top-end{inset-block-start:1rem;inset-block-end:auto;inset-inline-start:auto;inset-inline-end:1rem}.toast-top-center{inset-block-start:1rem;inset-block-end:auto;inset-inline-start:50%;inset-inline-end:auto;transform:translateX(-50%)}.toast-bottom-start{inset-block-start:auto;inset-block-end:1rem;inset-inline-start:1rem;inset-inline-end:auto}.toast-bottom-end{inset-block-start:auto;inset-block-end:1rem;inset-inline-start:auto;inset-inline-end:1rem}.toast-bottom-center{inset-block-start:auto;inset-block-end:1rem;inset-inline-start:50%;inset-inline-end:auto;transform:translateX(-50%)}.toast-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-block-end:.5rem;font-weight:700}.toast-body{color:var(--aksara-text-subtle)}.toast-show{display:block!important;animation:aksara-toast-slide .22s cubic-bezier(.34,1.56,.64,1) forwards}.collapse{display:block!important;max-height:1000px;opacity:1;overflow:hidden;transition:max-height .28s cubic-bezier(.4,0,.2,1),opacity .28s cubic-bezier(.4,0,.2,1),padding-top .28s cubic-bezier(.4,0,.2,1),padding-bottom .28s cubic-bezier(.4,0,.2,1),border-color .28s cubic-bezier(.4,0,.2,1)}.collapse:not(.collapse-show){max-height:0!important;opacity:0!important;padding-top:0!important;padding-bottom:0!important;border-color:transparent!important;pointer-events:none!important}.progress{display:flex;height:1rem;overflow:hidden;border-radius:9999px;background:var(--aksara-bg-subtle)}.progress-bar{display:flex;align-items:center;justify-content:center;overflow:hidden;color:rgb(var(--aksara-light));background:rgb(var(--aksara-primary));font-size:.75rem;font-weight:700;white-space:nowrap;transition:width .3s ease}.progress-bar.bg-primary{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-primary) / 1)}.progress-bar.bg-primary\/10{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-primary) / 0.1)}.progress-bar.bg-primary\/20{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-primary) / 0.2)}.progress-bar.bg-primary\/30{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-primary) / 0.3)}.progress-bar.bg-primary\/40{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-primary) / 0.4)}.progress-bar.bg-primary\/50{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-primary) / 0.5)}.progress-bar.bg-primary\/60{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-primary) / 0.6)}.progress-bar.bg-primary\/70{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-primary) / 0.7)}.progress-bar.bg-primary\/80{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-primary) / 0.8)}.progress-bar.bg-primary\/90{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-primary) / 0.9)}.progress-bar.bg-primary\/100{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-primary) / 1)}.progress-bar.bg-secondary{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-secondary) / 1)}.progress-bar.bg-secondary\/10{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-secondary) / 0.1)}.progress-bar.bg-secondary\/20{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-secondary) / 0.2)}.progress-bar.bg-secondary\/30{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-secondary) / 0.3)}.progress-bar.bg-secondary\/40{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-secondary) / 0.4)}.progress-bar.bg-secondary\/50{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-secondary) / 0.5)}.progress-bar.bg-secondary\/60{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-secondary) / 0.6)}.progress-bar.bg-secondary\/70{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-secondary) / 0.7)}.progress-bar.bg-secondary\/80{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-secondary) / 0.8)}.progress-bar.bg-secondary\/90{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-secondary) / 0.9)}.progress-bar.bg-secondary\/100{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-secondary) / 1)}.progress-bar.bg-success{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-success) / 1)}.progress-bar.bg-success\/10{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-success) / 0.1)}.progress-bar.bg-success\/20{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-success) / 0.2)}.progress-bar.bg-success\/30{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-success) / 0.3)}.progress-bar.bg-success\/40{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-success) / 0.4)}.progress-bar.bg-success\/50{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-success) / 0.5)}.progress-bar.bg-success\/60{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-success) / 0.6)}.progress-bar.bg-success\/70{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-success) / 0.7)}.progress-bar.bg-success\/80{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-success) / 0.8)}.progress-bar.bg-success\/90{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-success) / 0.9)}.progress-bar.bg-success\/100{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-success) / 1)}.progress-bar.bg-danger{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-danger) / 1)}.progress-bar.bg-danger\/10{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-danger) / 0.1)}.progress-bar.bg-danger\/20{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-danger) / 0.2)}.progress-bar.bg-danger\/30{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-danger) / 0.3)}.progress-bar.bg-danger\/40{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-danger) / 0.4)}.progress-bar.bg-danger\/50{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-danger) / 0.5)}.progress-bar.bg-danger\/60{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-danger) / 0.6)}.progress-bar.bg-danger\/70{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-danger) / 0.7)}.progress-bar.bg-danger\/80{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-danger) / 0.8)}.progress-bar.bg-danger\/90{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-danger) / 0.9)}.progress-bar.bg-danger\/100{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-danger) / 1)}.progress-bar.bg-warning{color:rgb(var(--aksara-dark));background-color:rgb(var(--aksara-warning) / 1)}.progress-bar.bg-warning\/10{color:rgb(var(--aksara-dark));background-color:rgb(var(--aksara-warning) / 0.1)}.progress-bar.bg-warning\/20{color:rgb(var(--aksara-dark));background-color:rgb(var(--aksara-warning) / 0.2)}.progress-bar.bg-warning\/30{color:rgb(var(--aksara-dark));background-color:rgb(var(--aksara-warning) / 0.3)}.progress-bar.bg-warning\/40{color:rgb(var(--aksara-dark));background-color:rgb(var(--aksara-warning) / 0.4)}.progress-bar.bg-warning\/50{color:rgb(var(--aksara-dark));background-color:rgb(var(--aksara-warning) / 0.5)}.progress-bar.bg-warning\/60{color:rgb(var(--aksara-dark));background-color:rgb(var(--aksara-warning) / 0.6)}.progress-bar.bg-warning\/70{color:rgb(var(--aksara-dark));background-color:rgb(var(--aksara-warning) / 0.7)}.progress-bar.bg-warning\/80{color:rgb(var(--aksara-dark));background-color:rgb(var(--aksara-warning) / 0.8)}.progress-bar.bg-warning\/90{color:rgb(var(--aksara-dark));background-color:rgb(var(--aksara-warning) / 0.9)}.progress-bar.bg-warning\/100{color:rgb(var(--aksara-dark));background-color:rgb(var(--aksara-warning) / 1)}.progress-bar.bg-info{color:rgb(var(--aksara-dark));background-color:rgb(var(--aksara-info) / 1)}.progress-bar.bg-info\/10{color:rgb(var(--aksara-dark));background-color:rgb(var(--aksara-info) / 0.1)}.progress-bar.bg-info\/20{color:rgb(var(--aksara-dark));background-color:rgb(var(--aksara-info) / 0.2)}.progress-bar.bg-info\/30{color:rgb(var(--aksara-dark));background-color:rgb(var(--aksara-info) / 0.3)}.progress-bar.bg-info\/40{color:rgb(var(--aksara-dark));background-color:rgb(var(--aksara-info) / 0.4)}.progress-bar.bg-info\/50{color:rgb(var(--aksara-dark));background-color:rgb(var(--aksara-info) / 0.5)}.progress-bar.bg-info\/60{color:rgb(var(--aksara-dark));background-color:rgb(var(--aksara-info) / 0.6)}.progress-bar.bg-info\/70{color:rgb(var(--aksara-dark));background-color:rgb(var(--aksara-info) / 0.7)}.progress-bar.bg-info\/80{color:rgb(var(--aksara-dark));background-color:rgb(var(--aksara-info) / 0.8)}.progress-bar.bg-info\/90{color:rgb(var(--aksara-dark));background-color:rgb(var(--aksara-info) / 0.9)}.progress-bar.bg-info\/100{color:rgb(var(--aksara-dark));background-color:rgb(var(--aksara-info) / 1)}.progress-bar.bg-dark{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-dark) / 1)}.progress-bar.bg-dark\/10{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-dark) / 0.1)}.progress-bar.bg-dark\/20{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-dark) / 0.2)}.progress-bar.bg-dark\/30{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-dark) / 0.3)}.progress-bar.bg-dark\/40{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-dark) / 0.4)}.progress-bar.bg-dark\/50{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-dark) / 0.5)}.progress-bar.bg-dark\/60{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-dark) / 0.6)}.progress-bar.bg-dark\/70{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-dark) / 0.7)}.progress-bar.bg-dark\/80{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-dark) / 0.8)}.progress-bar.bg-dark\/90{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-dark) / 0.9)}.progress-bar.bg-dark\/100{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-dark) / 1)}.progress-bar.bg-light{color:rgb(var(--aksara-dark));background-color:rgb(var(--aksara-light) / 1)}.progress-bar.bg-light\/10{color:rgb(var(--aksara-dark));background-color:rgb(var(--aksara-light) / 0.1)}.progress-bar.bg-light\/20{color:rgb(var(--aksara-dark));background-color:rgb(var(--aksara-light) / 0.2)}.progress-bar.bg-light\/30{color:rgb(var(--aksara-dark));background-color:rgb(var(--aksara-light) / 0.3)}.progress-bar.bg-light\/40{color:rgb(var(--aksara-dark));background-color:rgb(var(--aksara-light) / 0.4)}.progress-bar.bg-light\/50{color:rgb(var(--aksara-dark));background-color:rgb(var(--aksara-light) / 0.5)}.progress-bar.bg-light\/60{color:rgb(var(--aksara-dark));background-color:rgb(var(--aksara-light) / 0.6)}.progress-bar.bg-light\/70{color:rgb(var(--aksara-dark));background-color:rgb(var(--aksara-light) / 0.7)}.progress-bar.bg-light\/80{color:rgb(var(--aksara-dark));background-color:rgb(var(--aksara-light) / 0.8)}.progress-bar.bg-light\/90{color:rgb(var(--aksara-dark));background-color:rgb(var(--aksara-light) / 0.9)}.progress-bar.bg-light\/100{color:rgb(var(--aksara-dark));background-color:rgb(var(--aksara-light) / 1)}.progress-striped{background-image:linear-gradient(45deg,rgb(255 255 255/.22) 25%,transparent 25%,transparent 50%,rgb(255 255 255/.22) 50%,rgb(255 255 255/.22) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-animated{animation:aksara-progress-stripes 1s linear infinite}.spinner{display:inline-block;inline-size:2rem;block-size:2rem;border:.25rem solid color-mix(in srgb,currentColor 22%,transparent);border-inline-end-color:currentColor;border-radius:9999px;animation:aksara-spin .75s linear infinite}.spinner-sm{inline-size:1rem;block-size:1rem;border-width:.15rem}[dir='rtl'] .spinner{animation-name:aksara-spin-rtl}.spinner.spinner-primary{color:rgb(var(--aksara-primary) / 1)}.spinner.spinner-secondary{color:rgb(var(--aksara-secondary) / 1)}.spinner.spinner-success{color:rgb(var(--aksara-success) / 1)}.spinner.spinner-danger{color:rgb(var(--aksara-danger) / 1)}.spinner.spinner-warning{color:rgb(var(--aksara-warning) / 1)}.spinner.spinner-info{color:rgb(var(--aksara-info) / 1)}.spinner.spinner-dark{color:rgb(var(--aksara-dark) / 1)}.spinner.spinner-light{color:rgb(var(--aksara-light) / 1)}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background:currentColor;opacity:.16}.placeholder-glow{animation:aksara-placeholder-glow 2s ease-in-out infinite}.placeholder-glow .placeholder{animation:aksara-placeholder-glow 2s ease-in-out infinite}.placeholder-wave{position:relative;overflow:hidden}.placeholder-wave::after{position:absolute;inset:0;content:"";transform:translateX(-100%);background:linear-gradient(90deg,transparent,rgb(255 255 255/.35),transparent);animation:aksara-placeholder-wave 1.6s linear infinite}.placeholder-wave .placeholder{position:relative;overflow:hidden}.placeholder-wave .placeholder::after{position:absolute;inset:0;content:"";transform:translateX(-100%);background:linear-gradient(90deg,transparent,rgb(255 255 255/.35),transparent);animation:aksara-placeholder-wave 1.6s linear infinite}[dir='rtl'] .placeholder-wave::after{transform:translateX(100%);animation:aksara-placeholder-wave-rtl 1.6s linear infinite}[dir='rtl'] .placeholder-wave .placeholder::after{transform:translateX(100%);animation:aksara-placeholder-wave-rtl 1.6s linear infinite}.carousel{position:relative;overflow:hidden}.carousel:not(:has(.carousel-card)){touch-action:pan-y;cursor:grab;user-select:none}.carousel:not(:has(.carousel-card)) img,.carousel:not(:has(.carousel-card)) svg{-webkit-user-drag:none}.carousel.is-dragging{cursor:grabbing}.carousel-card{display:flex;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:1rem;padding:.25rem;touch-action:pan-y;cursor:grab;user-select:none}.carousel-card.is-dragging{cursor:grabbing}.carousel-card::-webkit-scrollbar{display:none}.carousel-card-item{flex:0 0 auto;display:block}.carousel-item{display:block}.carousel-caption{position:absolute;inset-inline:1rem;inset-block-end:1rem;padding:1rem;border-radius:var(--aksara-radius-lg);background:rgb(15 23 42/.78);color:white;text-shadow:0 1px 2px rgb(0 0 0/.45);backdrop-filter:blur(6px)}.carousel .carousel-caption h1,.carousel .carousel-caption h2,.carousel .carousel-caption h3,.carousel .carousel-caption h4,.carousel .carousel-caption h5,.carousel .carousel-caption h6,.carousel .carousel-caption p{color:inherit}.carousel .carousel-caption p{opacity:.95}.carousel-indicators{position:absolute;inset-inline:0;inset-block-end:.25rem;display:flex;justify-content:center;gap:.375rem;margin:0;padding:0;list-style:none}.carousel-indicator{inline-size:.5rem;block-size:.5rem;border:0;border-radius:9999px;background:rgb(255 255 255/.56);opacity:.45;transition:opacity .18s ease,transform .18s ease}.carousel-indicator.active,.carousel-indicator[aria-current="true"]{background:white;opacity:1;transform:scale(1.08)}.carousel-control{position:absolute;inset-block-start:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:0;border-radius:9999px;background:rgb(15 23 42/.58);color:white;cursor:pointer;transition:opacity .18s ease,background-color .18s ease}@media (hover:hover){.carousel .carousel-control{opacity:0;pointer-events:none}.carousel:hover .carousel-control,.carousel:focus-within .carousel-control{opacity:1;pointer-events:auto}}@media (hover:none),(pointer:coarse){.carousel .carousel-control{display:none}}.carousel-prev{inset-inline-start:.75rem}.carousel-next{inset-inline-end:.75rem}.offcanvas{position:fixed;inset-block:0;inset-inline-start:0;z-index:1045;width:min(100%,20rem);transform:translateX(-100%);visibility:hidden;transition:transform .2s ease-in-out,visibility .2s ease-in-out;background:var(--aksara-surface);border-inline-end:1px solid var(--aksara-border-subtle);box-shadow:var(--aksara-shadow-lg)}.offcanvas-end{inset-inline-start:auto;inset-inline-end:0;transform:translateX(100%);border-inline-start:1px solid var(--aksara-border-subtle);border-inline-end:0}.offcanvas-top{inset-inline:0;inset-block-start:0;inset-block-end:auto;width:100%;height:min(100%,18rem);transform:translateY(-100%);border-block-end:1px solid var(--aksara-border-subtle);border-inline-end:0}.offcanvas-bottom{inset-inline:0;inset-block-start:auto;inset-block-end:0;width:100%;height:min(100%,18rem);transform:translateY(100%);border-block-start:1px solid var(--aksara-border-subtle);border-inline-end:0}.offcanvas-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;border-block-end:1px solid var(--aksara-border-subtle)}.offcanvas-body{padding:1rem}.offcanvas-open{visibility:visible!important;transform:none!important}[dir='rtl'] .offcanvas{transform:translateX(100%);border-inline-start:1px solid var(--aksara-border-subtle);border-inline-end:0}[dir='rtl'] .offcanvas-end{transform:translateX(-100%);border-inline-start:0;border-inline-end:1px solid var(--aksara-border-subtle)}[dir='rtl'] .offcanvas-open{visibility:visible!important;transform:none!important}[dir='rtl'] .offcanvas-top{transform:translateY(-100%)}[dir='rtl'] .offcanvas-bottom{transform:translateY(100%)}.table{width:100%;border-collapse:collapse;vertical-align:top;background:var(--aksara-surface)}.table-responsive{display:block;width:100%;overflow-x:auto}.table-bordered{border:1px solid var(--aksara-border-subtle)}.table-sm{font-size:.875rem}.table-striped{background:var(--aksara-surface)}.table-hover{background:var(--aksara-surface)}.table th,.table td{padding:.25rem .5rem;border-block-end:1px solid var(--aksara-border-subtle);text-align:start}.table-sm th,.table-sm td{padding:.25rem}.table-bordered th,.table-bordered td{border:1px solid var(--aksara-border-subtle)}.table thead th{color:var(--aksara-text-subtle);font-size:.875rem;font-weight:800;background:var(--aksara-border-subtle)}.table-striped tbody tr:nth-child(odd){background:rgba(var(--aksara-secondary)/.04)}.table-hover tbody tr:hover{background:rgb(var(--aksara-primary)/.08)}.table-group-row td,.table-group-row th{background:var(--aksara-bg-subtle);font-weight:800;font-size:.75rem;color:var(--aksara-text-subtle);text-transform:uppercase;letter-spacing:.05em;padding:.5rem .75rem}.breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;list-style:none;padding:0;margin:0;color:var(--aksara-text-subtle)}.breadcrumb-item{display:inline-flex;align-items:center;gap:.5rem}.breadcrumb-item[aria-current="page"]{color:var(--aksara-text-base);font-weight:700}.breadcrumb-item+ .breadcrumb-item::before{content:'/';color:var(--aksara-border-invert)}.breadcrumb-dot .breadcrumb-item+ .breadcrumb-item::before{content:'\2022';font-size:.875em;line-height:1}.breadcrumb-arrow .breadcrumb-item+ .breadcrumb-item::before{content:'\203A';font-size:1.15em;line-height:1;transform:none}[dir='rtl'] .breadcrumb-arrow .breadcrumb-item+ .breadcrumb-item::before{content:'\2039'}.breadcrumb a{color:inherit;text-decoration:none}.breadcrumb a:hover{color:var(--aksara-text-base)}.pagination{display:flex;gap:.25rem;list-style:none;padding:0;margin:0}.page-link{display:inline-flex;align-items:center;justify-content:center;min-width:2.25rem;height:2.25rem;border:1px solid var(--aksara-border-subtle);border-radius:var(--aksara-radius-md);padding:0 .625rem;background:var(--aksara-surface);color:var(--aksara-text-base);text-decoration:none}.page-link:hover,.page-link[aria-current="page"]{background:rgb(var(--aksara-primary)/.12);border-color:rgb(var(--aksara-primary)/.24);color:rgb(var(--aksara-primary))}.page-link.disabled,.page-link:disabled{opacity:.5;pointer-events:none}[dir='rtl'] .pagination .mdi{transform:scaleX(-1);display:inline-block}.alert-primary{color:rgb(var(--aksara-primary) / 1);background-color:rgb(var(--aksara-primary) / 0.1);border-color:rgb(var(--aksara-primary) / 0.2)}.badge-primary{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-primary) / 1)}.badge-soft-primary{color:rgb(var(--aksara-primary) / 1);background-color:rgb(var(--aksara-primary) / 0.12)}.badge-dot.text-primary{color:rgb(var(--aksara-primary) / 1);background-color:rgb(var(--aksara-primary) / 1)}.link-primary{color:rgb(var(--aksara-primary) / 1);text-decoration-color:rgb(var(--aksara-primary) / 0.35)}.bg-text-primary{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-primary) / 1)}.toast-primary{border-color:rgb(var(--aksara-primary) / 0.24);border-inline-start:4px solid rgb(var(--aksara-primary) / 1);background-image:linear-gradient(rgb(var(--aksara-primary) / 0.06),rgb(var(--aksara-primary) / 0.06))}.toast-primary .toast-header{color:rgb(var(--aksara-primary) / 1)}.alert-secondary{color:rgb(var(--aksara-secondary) / 1);background-color:rgb(var(--aksara-secondary) / 0.1);border-color:rgb(var(--aksara-secondary) / 0.2)}.badge-secondary{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-secondary) / 1)}.badge-soft-secondary{color:rgb(var(--aksara-secondary) / 1);background-color:rgb(var(--aksara-secondary) / 0.12)}.badge-dot.text-secondary{color:rgb(var(--aksara-secondary) / 1);background-color:rgb(var(--aksara-secondary) / 1)}.link-secondary{color:rgb(var(--aksara-secondary) / 1);text-decoration-color:rgb(var(--aksara-secondary) / 0.35)}.bg-text-secondary{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-secondary) / 1)}.toast-secondary{border-color:rgb(var(--aksara-secondary) / 0.24);border-inline-start:4px solid rgb(var(--aksara-secondary) / 1);background-image:linear-gradient(rgb(var(--aksara-secondary) / 0.06),rgb(var(--aksara-secondary) / 0.06))}.toast-secondary .toast-header{color:rgb(var(--aksara-secondary) / 1)}.alert-success{color:rgb(var(--aksara-success) / 1);background-color:rgb(var(--aksara-success) / 0.1);border-color:rgb(var(--aksara-success) / 0.2)}.badge-success{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-success) / 1)}.badge-soft-success{color:rgb(var(--aksara-success) / 1);background-color:rgb(var(--aksara-success) / 0.12)}.badge-dot.text-success{color:rgb(var(--aksara-success) / 1);background-color:rgb(var(--aksara-success) / 1)}.link-success{color:rgb(var(--aksara-success) / 1);text-decoration-color:rgb(var(--aksara-success) / 0.35)}.bg-text-success{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-success) / 1)}.toast-success{border-color:rgb(var(--aksara-success) / 0.24);border-inline-start:4px solid rgb(var(--aksara-success) / 1);background-image:linear-gradient(rgb(var(--aksara-success) / 0.06),rgb(var(--aksara-success) / 0.06))}.toast-success .toast-header{color:rgb(var(--aksara-success) / 1)}.alert-danger{color:rgb(var(--aksara-danger) / 1);background-color:rgb(var(--aksara-danger) / 0.1);border-color:rgb(var(--aksara-danger) / 0.2)}.badge-danger{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-danger) / 1)}.badge-soft-danger{color:rgb(var(--aksara-danger) / 1);background-color:rgb(var(--aksara-danger) / 0.12)}.badge-dot.text-danger{color:rgb(var(--aksara-danger) / 1);background-color:rgb(var(--aksara-danger) / 1)}.link-danger{color:rgb(var(--aksara-danger) / 1);text-decoration-color:rgb(var(--aksara-danger) / 0.35)}.bg-text-danger{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-danger) / 1)}.toast-danger{border-color:rgb(var(--aksara-danger) / 0.24);border-inline-start:4px solid rgb(var(--aksara-danger) / 1);background-image:linear-gradient(rgb(var(--aksara-danger) / 0.06),rgb(var(--aksara-danger) / 0.06))}.toast-danger .toast-header{color:rgb(var(--aksara-danger) / 1)}.alert-warning{color:rgb(var(--aksara-warning) / 1);background-color:rgb(var(--aksara-warning) / 0.1);border-color:rgb(var(--aksara-warning) / 0.2)}.badge-warning{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-warning) / 1)}.badge-soft-warning{color:rgb(var(--aksara-warning) / 1);background-color:rgb(var(--aksara-warning) / 0.12)}.badge-dot.text-warning{color:rgb(var(--aksara-warning) / 1);background-color:rgb(var(--aksara-warning) / 1)}.link-warning{color:rgb(var(--aksara-warning) / 1);text-decoration-color:rgb(var(--aksara-warning) / 0.35)}.bg-text-warning{color:rgb(var(--aksara-dark));background-color:rgb(var(--aksara-warning) / 1)}.toast-warning{border-color:rgb(var(--aksara-warning) / 0.24);border-inline-start:4px solid rgb(var(--aksara-warning) / 1);background-image:linear-gradient(rgb(var(--aksara-warning) / 0.06),rgb(var(--aksara-warning) / 0.06))}.toast-warning .toast-header{color:rgb(var(--aksara-warning) / 1)}.alert-info{color:rgb(var(--aksara-info) / 1);background-color:rgb(var(--aksara-info) / 0.1);border-color:rgb(var(--aksara-info) / 0.2)}.badge-info{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-info) / 1)}.badge-soft-info{color:rgb(var(--aksara-info) / 1);background-color:rgb(var(--aksara-info) / 0.12)}.badge-dot.text-info{color:rgb(var(--aksara-info) / 1);background-color:rgb(var(--aksara-info) / 1)}.link-info{color:rgb(var(--aksara-info) / 1);text-decoration-color:rgb(var(--aksara-info) / 0.35)}.bg-text-info{color:rgb(var(--aksara-dark));background-color:rgb(var(--aksara-info) / 1)}.toast-info{border-color:rgb(var(--aksara-info) / 0.24);border-inline-start:4px solid rgb(var(--aksara-info) / 1);background-image:linear-gradient(rgb(var(--aksara-info) / 0.06),rgb(var(--aksara-info) / 0.06))}.toast-info .toast-header{color:rgb(var(--aksara-info) / 1)}.alert-dark{color:rgb(var(--aksara-dark) / 1);background-color:rgb(var(--aksara-dark) / 0.1);border-color:rgb(var(--aksara-dark) / 0.2)}.badge-dark{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-dark) / 1)}.badge-soft-dark{color:rgb(var(--aksara-dark) / 1);background-color:rgb(var(--aksara-dark) / 0.12)}.badge-dot.text-dark{color:rgb(var(--aksara-dark) / 1);background-color:rgb(var(--aksara-dark) / 1)}.link-dark{color:rgb(var(--aksara-dark) / 1);text-decoration-color:rgb(var(--aksara-dark) / 0.35)}.bg-text-dark{color:rgb(var(--aksara-light));background-color:rgb(var(--aksara-dark) / 1)}.toast-dark{border-color:rgb(var(--aksara-dark) / 0.24);border-inline-start:4px solid rgb(var(--aksara-dark) / 1);background-image:linear-gradient(rgb(var(--aksara-dark) / 0.06),rgb(var(--aksara-dark) / 0.06))}.toast-dark .toast-header{color:rgb(var(--aksara-dark) / 1)}.alert-light{color:rgb(var(--aksara-light) / 1);background-color:rgb(var(--aksara-light) / 0.1);border-color:rgb(var(--aksara-light) / 0.2)}.badge-light{color:rgb(var(--aksara-dark));background-color:rgb(var(--aksara-light) / 1)}.badge-soft-light{color:rgb(var(--aksara-light) / 1);background-color:rgb(var(--aksara-light) / 0.12)}.badge-dot.text-light{color:rgb(var(--aksara-light) / 1);background-color:rgb(var(--aksara-light) / 1)}.link-light{color:rgb(var(--aksara-light) / 1);text-decoration-color:rgb(var(--aksara-light) / 0.35)}.bg-text-light{color:rgb(var(--aksara-dark));background-color:rgb(var(--aksara-light) / 1)}.toast-light{border-color:rgb(var(--aksara-light) / 0.24);border-inline-start:4px solid rgb(var(--aksara-light) / 1);background-image:linear-gradient(rgb(var(--aksara-light) / 0.06),rgb(var(--aksara-light) / 0.06))}.toast-light .toast-header{color:rgb(var(--aksara-light) / 1)}.form-control{display:block;width:100%;padding:.5rem .75rem;font:inherit;color:var(--aksara-text-base);background:var(--aksara-bg-base);border:1px solid var(--aksara-border-base);border-radius:var(--aksara-radius-md);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control-color{width:3rem;height:2.5rem;padding:.25rem;overflow:hidden;cursor:pointer}.form-select{display:block;width:100%;padding-block:.5rem;padding-inline:.75rem 2.25rem;font:inherit;color:var(--aksara-text-base);background-color:var(--aksara-bg-base);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2364748b' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid var(--aksara-border-base);border-radius:var(--aksara-radius-md);appearance:none;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-select-dropdown{position:relative;width:100%}.form-select-button{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;min-height:2.5rem;padding:.5rem .75rem;font:inherit;text-align:start;color:var(--aksara-text-base);background:var(--aksara-bg-base);border:1px solid var(--aksara-border-base);border-radius:var(--aksara-radius-md);cursor:pointer;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-select-button-floating{min-height:3.5rem;padding-block:.625rem .5rem}.form-select-option{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;padding:.5rem .625rem;border:0;border-radius:var(--aksara-radius-sm);background:transparent;color:var(--aksara-text-base);font:inherit;text-align:start;cursor:pointer}.form-label{display:inline-block;margin-block-end:.375rem;font-weight:600}.form-text{margin-block-start:.25rem;color:var(--aksara-text-subtle);font-size:.875rem}.form-error{margin-block-start:.25rem;color:rgb(var(--aksara-danger));font-size:.875rem}.form-group{margin-block-end:1rem}.form-check{display:flex;align-items:center;gap:.5rem}.form-radio{display:flex;align-items:center;gap:.5rem}.form-switch{display:flex;align-items:center;gap:.5rem}.form-file{display:block;width:100%;padding:.4375rem .75rem;font:inherit;color:var(--aksara-text-base);background:var(--aksara-bg-base);border:1px solid var(--aksara-border-base);border-radius:var(--aksara-radius-md);cursor:pointer;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-range{display:block;width:100%;height:2.5rem;margin:0;padding:0;background:transparent;border-radius:999px;appearance:none;cursor:pointer}.form-floating{position:relative}.input-group{display:flex;align-items:stretch;width:100%}.input-group-text{display:flex;align-items:center;padding:.5rem .75rem;border:1px solid var(--aksara-border-base);background:var(--aksara-bg-subtle);color:var(--aksara-text-subtle)}.input-group>.form-control,.input-group>.form-select{min-width:0;flex:1 1 auto;border-radius:0}.input-group>.btn{border-radius:0}.input-group>.input-group-text:first-child,.input-group>.form-control:first-child,.input-group>.form-select:first-child,.input-group>.btn:first-child{border-start-start-radius:var(--aksara-radius-md);border-end-start-radius:var(--aksara-radius-md)}.input-group>.input-group-text:last-child,.input-group>.form-control:last-child,.input-group>.form-select:last-child,.input-group>.btn:last-child{border-start-end-radius:var(--aksara-radius-md);border-end-end-radius:var(--aksara-radius-md)}.input-group>:not(:first-child){margin-inline-start:-1px}.is-valid{border-color:rgb(var(--aksara-success))}.is-invalid{border-color:rgb(var(--aksara-danger))}.form-control-sm{padding:.25rem .5rem;font-size:.875rem}.form-control-md{padding:.5rem .75rem;font-size:1rem}.form-control-lg{padding:.75rem 1rem;font-size:1.125rem}.form-select-sm{padding-block:.25rem;padding-inline:.5rem 2rem;font-size:.875rem}.form-select-lg{padding-block:.75rem;padding-inline:1rem 2.5rem;font-size:1.125rem}.form-control:focus,.form-select:focus,.form-file:focus{border-color:rgb(var(--aksara-primary));box-shadow:0 0 0 4px rgb(var(--aksara-primary)/.16);outline:0}.form-range:focus{outline:0}.form-control-color::-webkit-color-swatch-wrapper{padding:0}.form-control-color::-webkit-color-swatch{border:0;border-radius:calc(var(--aksara-radius-md) - 3px)}.form-control-color::-moz-color-swatch{border:0;border-radius:calc(var(--aksara-radius-md) - 3px)}.form-check input,.form-radio input{inline-size:1rem;block-size:1rem;accent-color:rgb(var(--aksara-primary))}.form-switch input{position:relative;flex:0 0 auto;inline-size:2.5rem;block-size:1.375rem;margin:0;background:var(--aksara-bg-subtle);border:1px solid var(--aksara-border-base);border-radius:999px;appearance:none;cursor:pointer;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-switch input::before{position:absolute;inset-block-start:2px;inset-inline-start:2px;inline-size:calc(1.375rem - 6px);block-size:calc(1.375rem - 6px);content:"";background:var(--aksara-surface);border-radius:999px;box-shadow:0 1px 2px rgb(15 23 42/.20);transition:transform .15s ease-in-out}.form-switch input:checked{background:rgb(var(--aksara-primary));border-color:rgb(var(--aksara-primary))}.form-switch input:checked::before{transform:translateX(1.125rem)}[dir='rtl'] .form-switch input:checked::before{transform:translateX(-1.125rem)}.form-switch input:focus{outline:0;box-shadow:0 0 0 4px rgb(var(--aksara-primary)/.16)}.form-switch input:disabled{cursor:not-allowed;opacity:.58}.form-file::file-selector-button{margin-block:-.4375rem;margin-inline:-.75rem .75rem;padding:.4375rem .75rem;color:var(--aksara-text-base);background:var(--aksara-bg-subtle);border:0;border-inline-end:1px solid var(--aksara-border-base);cursor:pointer;transition:background-color .15s ease-in-out}.form-file:hover::file-selector-button{background:rgb(var(--aksara-primary)/.10)}.form-range{accent-color:rgb(var(--aksara-primary))}.form-range::-webkit-slider-runnable-track{height:.5rem;background:linear-gradient(to right,rgb(var(--aksara-primary)) 0,rgb(var(--aksara-primary)) var(--aksara-range-progress,50%),var(--aksara-bg-subtle) var(--aksara-range-progress,50%),var(--aksara-bg-subtle) 100%);border:1px solid var(--aksara-border-subtle);border-radius:999px}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.3rem;background:rgb(var(--aksara-primary));border:0;border-radius:999px;appearance:none;box-shadow:0 1px 3px rgb(15 23 42/.18)}[dir=.rtl.] .form-range::-webkit-slider-runnable-track{background:linear-gradient(to left,rgb(var(--aksara-primary)) 0,rgb(var(--aksara-primary)) var(--aksara-range-progress,50%),var(--aksara-bg-subtle) var(--aksara-range-progress,50%),var(--aksara-bg-subtle) 100%)}.form-range::-moz-range-track{height:.5rem;background:var(--aksara-bg-subtle);border:1px solid var(--aksara-border-subtle);border-radius:999px}.form-range::-moz-range-progress{height:.5rem;background:rgb(var(--aksara-primary));border-radius:999px}.form-range::-moz-range-thumb{width:1rem;height:1rem;background:rgb(var(--aksara-primary));border:0;border-radius:999px;box-shadow:0 1px 3px rgb(15 23 42/.18)}.form-floating>.form-control,.form-floating>.form-select{height:3.5rem;min-height:3.5rem;padding-block:1rem;padding-inline:.75rem;line-height:1.25}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown),.form-floating>.form-select{padding-block:1.5rem .5rem}.form-floating>textarea.form-control{height:auto;min-height:7rem;padding-block:2.35rem .75rem;resize:vertical}.form-floating>label{position:absolute;inset-block-start:0;inset-inline-start:0;z-index:2;display:flex;align-items:center;height:100%;padding-block:0;padding-inline:.75rem;color:var(--aksara-text-subtle);line-height:1.25;pointer-events:none;transform-origin:top left;transition:opacity .1s ease-in-out,transform .1s ease-in-out}.form-floating>textarea.form-control~label{align-items:flex-start;height:auto;padding-block:1rem}[dir='rtl'] .form-floating>label{transform-origin:top right}.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{opacity:.72;transform:scale(.82) translateY(-.65rem) translateX(.15rem)}[dir='rtl'] .form-floating>.form-control:focus~label,[dir='rtl'] .form-floating>.form-control:not(:placeholder-shown)~label,[dir='rtl'] .form-floating>.form-select~label{transform:scale(.82) translateY(-.65rem) translateX(-.15rem)}.form-floating>textarea.form-control:focus~label,.form-floating>textarea.form-control:not(:placeholder-shown)~label{transform:scale(.82) translateY(-.35rem) translateX(.15rem)}[dir='rtl'] .form-floating>textarea.form-control:focus~label,[dir='rtl'] .form-floating>textarea.form-control:not(:placeholder-shown)~label{transform:scale(.82) translateY(-.35rem) translateX(-.15rem)}[dir='rtl'] .form-select{background-position:left .75rem center}.form-select[multiple],.form-select[size]:not([size="1"]){padding-inline-end:.75rem;background-image:none}.form-select-button:focus,.form-select-button[aria-expanded="true"]{border-color:rgb(var(--aksara-primary));box-shadow:0 0 0 4px rgb(var(--aksara-primary)/.16);outline:0}.form-select-button::after{inline-size:.5rem;block-size:.5rem;content:"";border-inline-end:2px solid currentColor;border-block-end:2px solid currentColor;opacity:.62;transform:rotate(45deg) translateY(-.125rem);flex:0 0 auto}.form-select-menu{min-width:16rem;max-height:18rem;overflow:auto;padding:.5rem}.form-select-search{margin-block-end:.5rem}.form-select-option:hover,.form-select-option:focus,.form-select-option[aria-selected="true"]{background:rgb(var(--aksara-primary)/.10);color:rgb(var(--aksara-primary));outline:0}.form-select-empty{display:none;padding:.5rem .625rem;color:var(--aksara-text-subtle);font-size:.875rem}.file-preview{display:flex;align-items:center;gap:.75rem;margin-block-start:.75rem}.file-preview-img{inline-size:5rem;block-size:5rem;object-fit:cover;border:1px solid var(--aksara-border-subtle);border-radius:var(--aksara-radius-md);background:var(--aksara-bg-subtle)}.file-list{display:grid;gap:.5rem;margin-block-start:.75rem;padding:0;list-style:none}.file-list-item{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.5rem .75rem;background:var(--aksara-bg-subtle);border:1px solid var(--aksara-border-subtle);border-radius:var(--aksara-radius-md);color:var(--aksara-text-base)}.dropzone{display:grid;place-items:center;gap:.5rem;min-height:8rem;padding:1.25rem;text-align:center;color:var(--aksara-text-subtle);background:var(--aksara-bg-subtle);border:1px dashed var(--aksara-border-base);border-radius:var(--aksara-radius-lg);cursor:pointer;transition:border-color .15s ease-in-out,background-color .15s ease-in-out,color .15s ease-in-out}.dropzone-dragover{color:rgb(var(--aksara-primary));background:rgb(var(--aksara-primary)/.08);border-color:rgb(var(--aksara-primary))}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-block-start:var(--aksara-aspect-ratio,56.25%);content:""}.ratio>*{position:absolute;inset:0;width:100%;height:100%}.ratio-1x1{--aksara-aspect-ratio:100%}.ratio-4x3{--aksara-aspect-ratio:75%}.ratio-16x9{--aksara-aspect-ratio:56.25%}.ratio-21x9{--aksara-aspect-ratio:42.8571428571%}.hstack{display:flex;flex-direction:row;align-items:center;gap:var(--aksara-stack-gap,.75rem)}.vstack{display:flex;flex-direction:column;align-self:stretch;gap:var(--aksara-stack-gap,.75rem)}.vr{display:inline-block;align-self:stretch;width:1px;min-height:1em;background:var(--aksara-border-base);opacity:.85}.stretched-link{position:static}.stretched-link::after{position:absolute;inset:0;z-index:1;content:""}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.clearfix{display:flow-root}.m-0{margin:0px}.mt-0{margin-block-start:0px}.mb-0{margin-block-end:0px}.ms-0{margin-inline-start:0px}.me-0{margin-inline-end:0px}.mx-0{margin-inline:0px}.my-0{margin-block:0px}.p-0{padding:0px}.pt-0{padding-block-start:0px}.pb-0{padding-block-end:0px}.ps-0{padding-inline-start:0px}.pe-0{padding-inline-end:0px}.px-0{padding-inline:0px}.py-0{padding-block:0px}.gap-0{gap:0px!important}.row-gap-0{row-gap:0px!important}.col-gap-0{column-gap:0px!important}.-m-0{margin:-0px}.-mt-0{margin-block-start:-0px}.-mb-0{margin-block-end:-0px}.-ms-0{margin-inline-start:-0px}.-me-0{margin-inline-end:-0px}.-mx-0{margin-inline:-0px}.-my-0{margin-block:-0px}.m-1{margin:1px}.mt-1{margin-block-start:1px}.mb-1{margin-block-end:1px}.ms-1{margin-inline-start:1px}.me-1{margin-inline-end:1px}.mx-1{margin-inline:1px}.my-1{margin-block:1px}.p-1{padding:1px}.pt-1{padding-block-start:1px}.pb-1{padding-block-end:1px}.ps-1{padding-inline-start:1px}.pe-1{padding-inline-end:1px}.px-1{padding-inline:1px}.py-1{padding-block:1px}.gap-1{gap:1px!important}.row-gap-1{row-gap:1px!important}.col-gap-1{column-gap:1px!important}.-m-1{margin:-1px}.-mt-1{margin-block-start:-1px}.-mb-1{margin-block-end:-1px}.-ms-1{margin-inline-start:-1px}.-me-1{margin-inline-end:-1px}.-mx-1{margin-inline:-1px}.-my-1{margin-block:-1px}.m-2{margin:2px}.mt-2{margin-block-start:2px}.mb-2{margin-block-end:2px}.ms-2{margin-inline-start:2px}.me-2{margin-inline-end:2px}.mx-2{margin-inline:2px}.my-2{margin-block:2px}.p-2{padding:2px}.pt-2{padding-block-start:2px}.pb-2{padding-block-end:2px}.ps-2{padding-inline-start:2px}.pe-2{padding-inline-end:2px}.px-2{padding-inline:2px}.py-2{padding-block:2px}.gap-2{gap:2px!important}.row-gap-2{row-gap:2px!important}.col-gap-2{column-gap:2px!important}.-m-2{margin:-2px}.-mt-2{margin-block-start:-2px}.-mb-2{margin-block-end:-2px}.-ms-2{margin-inline-start:-2px}.-me-2{margin-inline-end:-2px}.-mx-2{margin-inline:-2px}.-my-2{margin-block:-2px}.m-3{margin:3px}.mt-3{margin-block-start:3px}.mb-3{margin-block-end:3px}.ms-3{margin-inline-start:3px}.me-3{margin-inline-end:3px}.mx-3{margin-inline:3px}.my-3{margin-block:3px}.p-3{padding:3px}.pt-3{padding-block-start:3px}.pb-3{padding-block-end:3px}.ps-3{padding-inline-start:3px}.pe-3{padding-inline-end:3px}.px-3{padding-inline:3px}.py-3{padding-block:3px}.gap-3{gap:3px!important}.row-gap-3{row-gap:3px!important}.col-gap-3{column-gap:3px!important}.-m-3{margin:-3px}.-mt-3{margin-block-start:-3px}.-mb-3{margin-block-end:-3px}.-ms-3{margin-inline-start:-3px}.-me-3{margin-inline-end:-3px}.-mx-3{margin-inline:-3px}.-my-3{margin-block:-3px}.m-4{margin:4px}.mt-4{margin-block-start:4px}.mb-4{margin-block-end:4px}.ms-4{margin-inline-start:4px}.me-4{margin-inline-end:4px}.mx-4{margin-inline:4px}.my-4{margin-block:4px}.p-4{padding:4px}.pt-4{padding-block-start:4px}.pb-4{padding-block-end:4px}.ps-4{padding-inline-start:4px}.pe-4{padding-inline-end:4px}.px-4{padding-inline:4px}.py-4{padding-block:4px}.gap-4{gap:4px!important}.row-gap-4{row-gap:4px!important}.col-gap-4{column-gap:4px!important}.-m-4{margin:-4px}.-mt-4{margin-block-start:-4px}.-mb-4{margin-block-end:-4px}.-ms-4{margin-inline-start:-4px}.-me-4{margin-inline-end:-4px}.-mx-4{margin-inline:-4px}.-my-4{margin-block:-4px}.m-5{margin:5px}.mt-5{margin-block-start:5px}.mb-5{margin-block-end:5px}.ms-5{margin-inline-start:5px}.me-5{margin-inline-end:5px}.mx-5{margin-inline:5px}.my-5{margin-block:5px}.p-5{padding:5px}.pt-5{padding-block-start:5px}.pb-5{padding-block-end:5px}.ps-5{padding-inline-start:5px}.pe-5{padding-inline-end:5px}.px-5{padding-inline:5px}.py-5{padding-block:5px}.gap-5{gap:5px!important}.row-gap-5{row-gap:5px!important}.col-gap-5{column-gap:5px!important}.-m-5{margin:-5px}.-mt-5{margin-block-start:-5px}.-mb-5{margin-block-end:-5px}.-ms-5{margin-inline-start:-5px}.-me-5{margin-inline-end:-5px}.-mx-5{margin-inline:-5px}.-my-5{margin-block:-5px}.m-6{margin:6px}.mt-6{margin-block-start:6px}.mb-6{margin-block-end:6px}.ms-6{margin-inline-start:6px}.me-6{margin-inline-end:6px}.mx-6{margin-inline:6px}.my-6{margin-block:6px}.p-6{padding:6px}.pt-6{padding-block-start:6px}.pb-6{padding-block-end:6px}.ps-6{padding-inline-start:6px}.pe-6{padding-inline-end:6px}.px-6{padding-inline:6px}.py-6{padding-block:6px}.gap-6{gap:6px!important}.row-gap-6{row-gap:6px!important}.col-gap-6{column-gap:6px!important}.-m-6{margin:-6px}.-mt-6{margin-block-start:-6px}.-mb-6{margin-block-end:-6px}.-ms-6{margin-inline-start:-6px}.-me-6{margin-inline-end:-6px}.-mx-6{margin-inline:-6px}.-my-6{margin-block:-6px}.m-7{margin:7px}.mt-7{margin-block-start:7px}.mb-7{margin-block-end:7px}.ms-7{margin-inline-start:7px}.me-7{margin-inline-end:7px}.mx-7{margin-inline:7px}.my-7{margin-block:7px}.p-7{padding:7px}.pt-7{padding-block-start:7px}.pb-7{padding-block-end:7px}.ps-7{padding-inline-start:7px}.pe-7{padding-inline-end:7px}.px-7{padding-inline:7px}.py-7{padding-block:7px}.gap-7{gap:7px!important}.row-gap-7{row-gap:7px!important}.col-gap-7{column-gap:7px!important}.-m-7{margin:-7px}.-mt-7{margin-block-start:-7px}.-mb-7{margin-block-end:-7px}.-ms-7{margin-inline-start:-7px}.-me-7{margin-inline-end:-7px}.-mx-7{margin-inline:-7px}.-my-7{margin-block:-7px}.m-8{margin:8px}.mt-8{margin-block-start:8px}.mb-8{margin-block-end:8px}.ms-8{margin-inline-start:8px}.me-8{margin-inline-end:8px}.mx-8{margin-inline:8px}.my-8{margin-block:8px}.p-8{padding:8px}.pt-8{padding-block-start:8px}.pb-8{padding-block-end:8px}.ps-8{padding-inline-start:8px}.pe-8{padding-inline-end:8px}.px-8{padding-inline:8px}.py-8{padding-block:8px}.gap-8{gap:8px!important}.row-gap-8{row-gap:8px!important}.col-gap-8{column-gap:8px!important}.-m-8{margin:-8px}.-mt-8{margin-block-start:-8px}.-mb-8{margin-block-end:-8px}.-ms-8{margin-inline-start:-8px}.-me-8{margin-inline-end:-8px}.-mx-8{margin-inline:-8px}.-my-8{margin-block:-8px}.m-9{margin:9px}.mt-9{margin-block-start:9px}.mb-9{margin-block-end:9px}.ms-9{margin-inline-start:9px}.me-9{margin-inline-end:9px}.mx-9{margin-inline:9px}.my-9{margin-block:9px}.p-9{padding:9px}.pt-9{padding-block-start:9px}.pb-9{padding-block-end:9px}.ps-9{padding-inline-start:9px}.pe-9{padding-inline-end:9px}.px-9{padding-inline:9px}.py-9{padding-block:9px}.gap-9{gap:9px!important}.row-gap-9{row-gap:9px!important}.col-gap-9{column-gap:9px!important}.-m-9{margin:-9px}.-mt-9{margin-block-start:-9px}.-mb-9{margin-block-end:-9px}.-ms-9{margin-inline-start:-9px}.-me-9{margin-inline-end:-9px}.-mx-9{margin-inline:-9px}.-my-9{margin-block:-9px}.m-10{margin:10px}.mt-10{margin-block-start:10px}.mb-10{margin-block-end:10px}.ms-10{margin-inline-start:10px}.me-10{margin-inline-end:10px}.mx-10{margin-inline:10px}.my-10{margin-block:10px}.p-10{padding:10px}.pt-10{padding-block-start:10px}.pb-10{padding-block-end:10px}.ps-10{padding-inline-start:10px}.pe-10{padding-inline-end:10px}.px-10{padding-inline:10px}.py-10{padding-block:10px}.gap-10{gap:10px!important}.row-gap-10{row-gap:10px!important}.col-gap-10{column-gap:10px!important}.-m-10{margin:-10px}.-mt-10{margin-block-start:-10px}.-mb-10{margin-block-end:-10px}.-ms-10{margin-inline-start:-10px}.-me-10{margin-inline-end:-10px}.-mx-10{margin-inline:-10px}.-my-10{margin-block:-10px}.m-11{margin:11px}.mt-11{margin-block-start:11px}.mb-11{margin-block-end:11px}.ms-11{margin-inline-start:11px}.me-11{margin-inline-end:11px}.mx-11{margin-inline:11px}.my-11{margin-block:11px}.p-11{padding:11px}.pt-11{padding-block-start:11px}.pb-11{padding-block-end:11px}.ps-11{padding-inline-start:11px}.pe-11{padding-inline-end:11px}.px-11{padding-inline:11px}.py-11{padding-block:11px}.gap-11{gap:11px!important}.row-gap-11{row-gap:11px!important}.col-gap-11{column-gap:11px!important}.-m-11{margin:-11px}.-mt-11{margin-block-start:-11px}.-mb-11{margin-block-end:-11px}.-ms-11{margin-inline-start:-11px}.-me-11{margin-inline-end:-11px}.-mx-11{margin-inline:-11px}.-my-11{margin-block:-11px}.m-12{margin:12px}.mt-12{margin-block-start:12px}.mb-12{margin-block-end:12px}.ms-12{margin-inline-start:12px}.me-12{margin-inline-end:12px}.mx-12{margin-inline:12px}.my-12{margin-block:12px}.p-12{padding:12px}.pt-12{padding-block-start:12px}.pb-12{padding-block-end:12px}.ps-12{padding-inline-start:12px}.pe-12{padding-inline-end:12px}.px-12{padding-inline:12px}.py-12{padding-block:12px}.gap-12{gap:12px!important}.row-gap-12{row-gap:12px!important}.col-gap-12{column-gap:12px!important}.-m-12{margin:-12px}.-mt-12{margin-block-start:-12px}.-mb-12{margin-block-end:-12px}.-ms-12{margin-inline-start:-12px}.-me-12{margin-inline-end:-12px}.-mx-12{margin-inline:-12px}.-my-12{margin-block:-12px}.m-13{margin:13px}.mt-13{margin-block-start:13px}.mb-13{margin-block-end:13px}.ms-13{margin-inline-start:13px}.me-13{margin-inline-end:13px}.mx-13{margin-inline:13px}.my-13{margin-block:13px}.p-13{padding:13px}.pt-13{padding-block-start:13px}.pb-13{padding-block-end:13px}.ps-13{padding-inline-start:13px}.pe-13{padding-inline-end:13px}.px-13{padding-inline:13px}.py-13{padding-block:13px}.gap-13{gap:13px!important}.row-gap-13{row-gap:13px!important}.col-gap-13{column-gap:13px!important}.-m-13{margin:-13px}.-mt-13{margin-block-start:-13px}.-mb-13{margin-block-end:-13px}.-ms-13{margin-inline-start:-13px}.-me-13{margin-inline-end:-13px}.-mx-13{margin-inline:-13px}.-my-13{margin-block:-13px}.m-14{margin:14px}.mt-14{margin-block-start:14px}.mb-14{margin-block-end:14px}.ms-14{margin-inline-start:14px}.me-14{margin-inline-end:14px}.mx-14{margin-inline:14px}.my-14{margin-block:14px}.p-14{padding:14px}.pt-14{padding-block-start:14px}.pb-14{padding-block-end:14px}.ps-14{padding-inline-start:14px}.pe-14{padding-inline-end:14px}.px-14{padding-inline:14px}.py-14{padding-block:14px}.gap-14{gap:14px!important}.row-gap-14{row-gap:14px!important}.col-gap-14{column-gap:14px!important}.-m-14{margin:-14px}.-mt-14{margin-block-start:-14px}.-mb-14{margin-block-end:-14px}.-ms-14{margin-inline-start:-14px}.-me-14{margin-inline-end:-14px}.-mx-14{margin-inline:-14px}.-my-14{margin-block:-14px}.m-15{margin:15px}.mt-15{margin-block-start:15px}.mb-15{margin-block-end:15px}.ms-15{margin-inline-start:15px}.me-15{margin-inline-end:15px}.mx-15{margin-inline:15px}.my-15{margin-block:15px}.p-15{padding:15px}.pt-15{padding-block-start:15px}.pb-15{padding-block-end:15px}.ps-15{padding-inline-start:15px}.pe-15{padding-inline-end:15px}.px-15{padding-inline:15px}.py-15{padding-block:15px}.gap-15{gap:15px!important}.row-gap-15{row-gap:15px!important}.col-gap-15{column-gap:15px!important}.-m-15{margin:-15px}.-mt-15{margin-block-start:-15px}.-mb-15{margin-block-end:-15px}.-ms-15{margin-inline-start:-15px}.-me-15{margin-inline-end:-15px}.-mx-15{margin-inline:-15px}.-my-15{margin-block:-15px}.m-16{margin:16px}.mt-16{margin-block-start:16px}.mb-16{margin-block-end:16px}.ms-16{margin-inline-start:16px}.me-16{margin-inline-end:16px}.mx-16{margin-inline:16px}.my-16{margin-block:16px}.p-16{padding:16px}.pt-16{padding-block-start:16px}.pb-16{padding-block-end:16px}.ps-16{padding-inline-start:16px}.pe-16{padding-inline-end:16px}.px-16{padding-inline:16px}.py-16{padding-block:16px}.gap-16{gap:16px!important}.row-gap-16{row-gap:16px!important}.col-gap-16{column-gap:16px!important}.-m-16{margin:-16px}.-mt-16{margin-block-start:-16px}.-mb-16{margin-block-end:-16px}.-ms-16{margin-inline-start:-16px}.-me-16{margin-inline-end:-16px}.-mx-16{margin-inline:-16px}.-my-16{margin-block:-16px}.m-17{margin:17px}.mt-17{margin-block-start:17px}.mb-17{margin-block-end:17px}.ms-17{margin-inline-start:17px}.me-17{margin-inline-end:17px}.mx-17{margin-inline:17px}.my-17{margin-block:17px}.p-17{padding:17px}.pt-17{padding-block-start:17px}.pb-17{padding-block-end:17px}.ps-17{padding-inline-start:17px}.pe-17{padding-inline-end:17px}.px-17{padding-inline:17px}.py-17{padding-block:17px}.gap-17{gap:17px!important}.row-gap-17{row-gap:17px!important}.col-gap-17{column-gap:17px!important}.-m-17{margin:-17px}.-mt-17{margin-block-start:-17px}.-mb-17{margin-block-end:-17px}.-ms-17{margin-inline-start:-17px}.-me-17{margin-inline-end:-17px}.-mx-17{margin-inline:-17px}.-my-17{margin-block:-17px}.m-18{margin:18px}.mt-18{margin-block-start:18px}.mb-18{margin-block-end:18px}.ms-18{margin-inline-start:18px}.me-18{margin-inline-end:18px}.mx-18{margin-inline:18px}.my-18{margin-block:18px}.p-18{padding:18px}.pt-18{padding-block-start:18px}.pb-18{padding-block-end:18px}.ps-18{padding-inline-start:18px}.pe-18{padding-inline-end:18px}.px-18{padding-inline:18px}.py-18{padding-block:18px}.gap-18{gap:18px!important}.row-gap-18{row-gap:18px!important}.col-gap-18{column-gap:18px!important}.-m-18{margin:-18px}.-mt-18{margin-block-start:-18px}.-mb-18{margin-block-end:-18px}.-ms-18{margin-inline-start:-18px}.-me-18{margin-inline-end:-18px}.-mx-18{margin-inline:-18px}.-my-18{margin-block:-18px}.m-19{margin:19px}.mt-19{margin-block-start:19px}.mb-19{margin-block-end:19px}.ms-19{margin-inline-start:19px}.me-19{margin-inline-end:19px}.mx-19{margin-inline:19px}.my-19{margin-block:19px}.p-19{padding:19px}.pt-19{padding-block-start:19px}.pb-19{padding-block-end:19px}.ps-19{padding-inline-start:19px}.pe-19{padding-inline-end:19px}.px-19{padding-inline:19px}.py-19{padding-block:19px}.gap-19{gap:19px!important}.row-gap-19{row-gap:19px!important}.col-gap-19{column-gap:19px!important}.-m-19{margin:-19px}.-mt-19{margin-block-start:-19px}.-mb-19{margin-block-end:-19px}.-ms-19{margin-inline-start:-19px}.-me-19{margin-inline-end:-19px}.-mx-19{margin-inline:-19px}.-my-19{margin-block:-19px}.m-20{margin:20px}.mt-20{margin-block-start:20px}.mb-20{margin-block-end:20px}.ms-20{margin-inline-start:20px}.me-20{margin-inline-end:20px}.mx-20{margin-inline:20px}.my-20{margin-block:20px}.p-20{padding:20px}.pt-20{padding-block-start:20px}.pb-20{padding-block-end:20px}.ps-20{padding-inline-start:20px}.pe-20{padding-inline-end:20px}.px-20{padding-inline:20px}.py-20{padding-block:20px}.gap-20{gap:20px!important}.row-gap-20{row-gap:20px!important}.col-gap-20{column-gap:20px!important}.-m-20{margin:-20px}.-mt-20{margin-block-start:-20px}.-mb-20{margin-block-end:-20px}.-ms-20{margin-inline-start:-20px}.-me-20{margin-inline-end:-20px}.-mx-20{margin-inline:-20px}.-my-20{margin-block:-20px}.m-21{margin:21px}.mt-21{margin-block-start:21px}.mb-21{margin-block-end:21px}.ms-21{margin-inline-start:21px}.me-21{margin-inline-end:21px}.mx-21{margin-inline:21px}.my-21{margin-block:21px}.p-21{padding:21px}.pt-21{padding-block-start:21px}.pb-21{padding-block-end:21px}.ps-21{padding-inline-start:21px}.pe-21{padding-inline-end:21px}.px-21{padding-inline:21px}.py-21{padding-block:21px}.gap-21{gap:21px!important}.row-gap-21{row-gap:21px!important}.col-gap-21{column-gap:21px!important}.-m-21{margin:-21px}.-mt-21{margin-block-start:-21px}.-mb-21{margin-block-end:-21px}.-ms-21{margin-inline-start:-21px}.-me-21{margin-inline-end:-21px}.-mx-21{margin-inline:-21px}.-my-21{margin-block:-21px}.m-22{margin:22px}.mt-22{margin-block-start:22px}.mb-22{margin-block-end:22px}.ms-22{margin-inline-start:22px}.me-22{margin-inline-end:22px}.mx-22{margin-inline:22px}.my-22{margin-block:22px}.p-22{padding:22px}.pt-22{padding-block-start:22px}.pb-22{padding-block-end:22px}.ps-22{padding-inline-start:22px}.pe-22{padding-inline-end:22px}.px-22{padding-inline:22px}.py-22{padding-block:22px}.gap-22{gap:22px!important}.row-gap-22{row-gap:22px!important}.col-gap-22{column-gap:22px!important}.-m-22{margin:-22px}.-mt-22{margin-block-start:-22px}.-mb-22{margin-block-end:-22px}.-ms-22{margin-inline-start:-22px}.-me-22{margin-inline-end:-22px}.-mx-22{margin-inline:-22px}.-my-22{margin-block:-22px}.m-23{margin:23px}.mt-23{margin-block-start:23px}.mb-23{margin-block-end:23px}.ms-23{margin-inline-start:23px}.me-23{margin-inline-end:23px}.mx-23{margin-inline:23px}.my-23{margin-block:23px}.p-23{padding:23px}.pt-23{padding-block-start:23px}.pb-23{padding-block-end:23px}.ps-23{padding-inline-start:23px}.pe-23{padding-inline-end:23px}.px-23{padding-inline:23px}.py-23{padding-block:23px}.gap-23{gap:23px!important}.row-gap-23{row-gap:23px!important}.col-gap-23{column-gap:23px!important}.-m-23{margin:-23px}.-mt-23{margin-block-start:-23px}.-mb-23{margin-block-end:-23px}.-ms-23{margin-inline-start:-23px}.-me-23{margin-inline-end:-23px}.-mx-23{margin-inline:-23px}.-my-23{margin-block:-23px}.m-24{margin:24px}.mt-24{margin-block-start:24px}.mb-24{margin-block-end:24px}.ms-24{margin-inline-start:24px}.me-24{margin-inline-end:24px}.mx-24{margin-inline:24px}.my-24{margin-block:24px}.p-24{padding:24px}.pt-24{padding-block-start:24px}.pb-24{padding-block-end:24px}.ps-24{padding-inline-start:24px}.pe-24{padding-inline-end:24px}.px-24{padding-inline:24px}.py-24{padding-block:24px}.gap-24{gap:24px!important}.row-gap-24{row-gap:24px!important}.col-gap-24{column-gap:24px!important}.-m-24{margin:-24px}.-mt-24{margin-block-start:-24px}.-mb-24{margin-block-end:-24px}.-ms-24{margin-inline-start:-24px}.-me-24{margin-inline-end:-24px}.-mx-24{margin-inline:-24px}.-my-24{margin-block:-24px}.m-25{margin:25px}.mt-25{margin-block-start:25px}.mb-25{margin-block-end:25px}.ms-25{margin-inline-start:25px}.me-25{margin-inline-end:25px}.mx-25{margin-inline:25px}.my-25{margin-block:25px}.p-25{padding:25px}.pt-25{padding-block-start:25px}.pb-25{padding-block-end:25px}.ps-25{padding-inline-start:25px}.pe-25{padding-inline-end:25px}.px-25{padding-inline:25px}.py-25{padding-block:25px}.gap-25{gap:25px!important}.row-gap-25{row-gap:25px!important}.col-gap-25{column-gap:25px!important}.-m-25{margin:-25px}.-mt-25{margin-block-start:-25px}.-mb-25{margin-block-end:-25px}.-ms-25{margin-inline-start:-25px}.-me-25{margin-inline-end:-25px}.-mx-25{margin-inline:-25px}.-my-25{margin-block:-25px}.m-26{margin:26px}.mt-26{margin-block-start:26px}.mb-26{margin-block-end:26px}.ms-26{margin-inline-start:26px}.me-26{margin-inline-end:26px}.mx-26{margin-inline:26px}.my-26{margin-block:26px}.p-26{padding:26px}.pt-26{padding-block-start:26px}.pb-26{padding-block-end:26px}.ps-26{padding-inline-start:26px}.pe-26{padding-inline-end:26px}.px-26{padding-inline:26px}.py-26{padding-block:26px}.gap-26{gap:26px!important}.row-gap-26{row-gap:26px!important}.col-gap-26{column-gap:26px!important}.-m-26{margin:-26px}.-mt-26{margin-block-start:-26px}.-mb-26{margin-block-end:-26px}.-ms-26{margin-inline-start:-26px}.-me-26{margin-inline-end:-26px}.-mx-26{margin-inline:-26px}.-my-26{margin-block:-26px}.m-27{margin:27px}.mt-27{margin-block-start:27px}.mb-27{margin-block-end:27px}.ms-27{margin-inline-start:27px}.me-27{margin-inline-end:27px}.mx-27{margin-inline:27px}.my-27{margin-block:27px}.p-27{padding:27px}.pt-27{padding-block-start:27px}.pb-27{padding-block-end:27px}.ps-27{padding-inline-start:27px}.pe-27{padding-inline-end:27px}.px-27{padding-inline:27px}.py-27{padding-block:27px}.gap-27{gap:27px!important}.row-gap-27{row-gap:27px!important}.col-gap-27{column-gap:27px!important}.-m-27{margin:-27px}.-mt-27{margin-block-start:-27px}.-mb-27{margin-block-end:-27px}.-ms-27{margin-inline-start:-27px}.-me-27{margin-inline-end:-27px}.-mx-27{margin-inline:-27px}.-my-27{margin-block:-27px}.m-28{margin:28px}.mt-28{margin-block-start:28px}.mb-28{margin-block-end:28px}.ms-28{margin-inline-start:28px}.me-28{margin-inline-end:28px}.mx-28{margin-inline:28px}.my-28{margin-block:28px}.p-28{padding:28px}.pt-28{padding-block-start:28px}.pb-28{padding-block-end:28px}.ps-28{padding-inline-start:28px}.pe-28{padding-inline-end:28px}.px-28{padding-inline:28px}.py-28{padding-block:28px}.gap-28{gap:28px!important}.row-gap-28{row-gap:28px!important}.col-gap-28{column-gap:28px!important}.-m-28{margin:-28px}.-mt-28{margin-block-start:-28px}.-mb-28{margin-block-end:-28px}.-ms-28{margin-inline-start:-28px}.-me-28{margin-inline-end:-28px}.-mx-28{margin-inline:-28px}.-my-28{margin-block:-28px}.m-29{margin:29px}.mt-29{margin-block-start:29px}.mb-29{margin-block-end:29px}.ms-29{margin-inline-start:29px}.me-29{margin-inline-end:29px}.mx-29{margin-inline:29px}.my-29{margin-block:29px}.p-29{padding:29px}.pt-29{padding-block-start:29px}.pb-29{padding-block-end:29px}.ps-29{padding-inline-start:29px}.pe-29{padding-inline-end:29px}.px-29{padding-inline:29px}.py-29{padding-block:29px}.gap-29{gap:29px!important}.row-gap-29{row-gap:29px!important}.col-gap-29{column-gap:29px!important}.-m-29{margin:-29px}.-mt-29{margin-block-start:-29px}.-mb-29{margin-block-end:-29px}.-ms-29{margin-inline-start:-29px}.-me-29{margin-inline-end:-29px}.-mx-29{margin-inline:-29px}.-my-29{margin-block:-29px}.m-30{margin:30px}.mt-30{margin-block-start:30px}.mb-30{margin-block-end:30px}.ms-30{margin-inline-start:30px}.me-30{margin-inline-end:30px}.mx-30{margin-inline:30px}.my-30{margin-block:30px}.p-30{padding:30px}.pt-30{padding-block-start:30px}.pb-30{padding-block-end:30px}.ps-30{padding-inline-start:30px}.pe-30{padding-inline-end:30px}.px-30{padding-inline:30px}.py-30{padding-block:30px}.gap-30{gap:30px!important}.row-gap-30{row-gap:30px!important}.col-gap-30{column-gap:30px!important}.-m-30{margin:-30px}.-mt-30{margin-block-start:-30px}.-mb-30{margin-block-end:-30px}.-ms-30{margin-inline-start:-30px}.-me-30{margin-inline-end:-30px}.-mx-30{margin-inline:-30px}.-my-30{margin-block:-30px}.m-31{margin:31px}.mt-31{margin-block-start:31px}.mb-31{margin-block-end:31px}.ms-31{margin-inline-start:31px}.me-31{margin-inline-end:31px}.mx-31{margin-inline:31px}.my-31{margin-block:31px}.p-31{padding:31px}.pt-31{padding-block-start:31px}.pb-31{padding-block-end:31px}.ps-31{padding-inline-start:31px}.pe-31{padding-inline-end:31px}.px-31{padding-inline:31px}.py-31{padding-block:31px}.gap-31{gap:31px!important}.row-gap-31{row-gap:31px!important}.col-gap-31{column-gap:31px!important}.-m-31{margin:-31px}.-mt-31{margin-block-start:-31px}.-mb-31{margin-block-end:-31px}.-ms-31{margin-inline-start:-31px}.-me-31{margin-inline-end:-31px}.-mx-31{margin-inline:-31px}.-my-31{margin-block:-31px}.m-32{margin:32px}.mt-32{margin-block-start:32px}.mb-32{margin-block-end:32px}.ms-32{margin-inline-start:32px}.me-32{margin-inline-end:32px}.mx-32{margin-inline:32px}.my-32{margin-block:32px}.p-32{padding:32px}.pt-32{padding-block-start:32px}.pb-32{padding-block-end:32px}.ps-32{padding-inline-start:32px}.pe-32{padding-inline-end:32px}.px-32{padding-inline:32px}.py-32{padding-block:32px}.gap-32{gap:32px!important}.row-gap-32{row-gap:32px!important}.col-gap-32{column-gap:32px!important}.-m-32{margin:-32px}.-mt-32{margin-block-start:-32px}.-mb-32{margin-block-end:-32px}.-ms-32{margin-inline-start:-32px}.-me-32{margin-inline-end:-32px}.-mx-32{margin-inline:-32px}.-my-32{margin-block:-32px}.m-33{margin:33px}.mt-33{margin-block-start:33px}.mb-33{margin-block-end:33px}.ms-33{margin-inline-start:33px}.me-33{margin-inline-end:33px}.mx-33{margin-inline:33px}.my-33{margin-block:33px}.p-33{padding:33px}.pt-33{padding-block-start:33px}.pb-33{padding-block-end:33px}.ps-33{padding-inline-start:33px}.pe-33{padding-inline-end:33px}.px-33{padding-inline:33px}.py-33{padding-block:33px}.gap-33{gap:33px!important}.row-gap-33{row-gap:33px!important}.col-gap-33{column-gap:33px!important}.-m-33{margin:-33px}.-mt-33{margin-block-start:-33px}.-mb-33{margin-block-end:-33px}.-ms-33{margin-inline-start:-33px}.-me-33{margin-inline-end:-33px}.-mx-33{margin-inline:-33px}.-my-33{margin-block:-33px}.m-34{margin:34px}.mt-34{margin-block-start:34px}.mb-34{margin-block-end:34px}.ms-34{margin-inline-start:34px}.me-34{margin-inline-end:34px}.mx-34{margin-inline:34px}.my-34{margin-block:34px}.p-34{padding:34px}.pt-34{padding-block-start:34px}.pb-34{padding-block-end:34px}.ps-34{padding-inline-start:34px}.pe-34{padding-inline-end:34px}.px-34{padding-inline:34px}.py-34{padding-block:34px}.gap-34{gap:34px!important}.row-gap-34{row-gap:34px!important}.col-gap-34{column-gap:34px!important}.-m-34{margin:-34px}.-mt-34{margin-block-start:-34px}.-mb-34{margin-block-end:-34px}.-ms-34{margin-inline-start:-34px}.-me-34{margin-inline-end:-34px}.-mx-34{margin-inline:-34px}.-my-34{margin-block:-34px}.m-35{margin:35px}.mt-35{margin-block-start:35px}.mb-35{margin-block-end:35px}.ms-35{margin-inline-start:35px}.me-35{margin-inline-end:35px}.mx-35{margin-inline:35px}.my-35{margin-block:35px}.p-35{padding:35px}.pt-35{padding-block-start:35px}.pb-35{padding-block-end:35px}.ps-35{padding-inline-start:35px}.pe-35{padding-inline-end:35px}.px-35{padding-inline:35px}.py-35{padding-block:35px}.gap-35{gap:35px!important}.row-gap-35{row-gap:35px!important}.col-gap-35{column-gap:35px!important}.-m-35{margin:-35px}.-mt-35{margin-block-start:-35px}.-mb-35{margin-block-end:-35px}.-ms-35{margin-inline-start:-35px}.-me-35{margin-inline-end:-35px}.-mx-35{margin-inline:-35px}.-my-35{margin-block:-35px}.m-36{margin:36px}.mt-36{margin-block-start:36px}.mb-36{margin-block-end:36px}.ms-36{margin-inline-start:36px}.me-36{margin-inline-end:36px}.mx-36{margin-inline:36px}.my-36{margin-block:36px}.p-36{padding:36px}.pt-36{padding-block-start:36px}.pb-36{padding-block-end:36px}.ps-36{padding-inline-start:36px}.pe-36{padding-inline-end:36px}.px-36{padding-inline:36px}.py-36{padding-block:36px}.gap-36{gap:36px!important}.row-gap-36{row-gap:36px!important}.col-gap-36{column-gap:36px!important}.-m-36{margin:-36px}.-mt-36{margin-block-start:-36px}.-mb-36{margin-block-end:-36px}.-ms-36{margin-inline-start:-36px}.-me-36{margin-inline-end:-36px}.-mx-36{margin-inline:-36px}.-my-36{margin-block:-36px}.m-37{margin:37px}.mt-37{margin-block-start:37px}.mb-37{margin-block-end:37px}.ms-37{margin-inline-start:37px}.me-37{margin-inline-end:37px}.mx-37{margin-inline:37px}.my-37{margin-block:37px}.p-37{padding:37px}.pt-37{padding-block-start:37px}.pb-37{padding-block-end:37px}.ps-37{padding-inline-start:37px}.pe-37{padding-inline-end:37px}.px-37{padding-inline:37px}.py-37{padding-block:37px}.gap-37{gap:37px!important}.row-gap-37{row-gap:37px!important}.col-gap-37{column-gap:37px!important}.-m-37{margin:-37px}.-mt-37{margin-block-start:-37px}.-mb-37{margin-block-end:-37px}.-ms-37{margin-inline-start:-37px}.-me-37{margin-inline-end:-37px}.-mx-37{margin-inline:-37px}.-my-37{margin-block:-37px}.m-38{margin:38px}.mt-38{margin-block-start:38px}.mb-38{margin-block-end:38px}.ms-38{margin-inline-start:38px}.me-38{margin-inline-end:38px}.mx-38{margin-inline:38px}.my-38{margin-block:38px}.p-38{padding:38px}.pt-38{padding-block-start:38px}.pb-38{padding-block-end:38px}.ps-38{padding-inline-start:38px}.pe-38{padding-inline-end:38px}.px-38{padding-inline:38px}.py-38{padding-block:38px}.gap-38{gap:38px!important}.row-gap-38{row-gap:38px!important}.col-gap-38{column-gap:38px!important}.-m-38{margin:-38px}.-mt-38{margin-block-start:-38px}.-mb-38{margin-block-end:-38px}.-ms-38{margin-inline-start:-38px}.-me-38{margin-inline-end:-38px}.-mx-38{margin-inline:-38px}.-my-38{margin-block:-38px}.m-39{margin:39px}.mt-39{margin-block-start:39px}.mb-39{margin-block-end:39px}.ms-39{margin-inline-start:39px}.me-39{margin-inline-end:39px}.mx-39{margin-inline:39px}.my-39{margin-block:39px}.p-39{padding:39px}.pt-39{padding-block-start:39px}.pb-39{padding-block-end:39px}.ps-39{padding-inline-start:39px}.pe-39{padding-inline-end:39px}.px-39{padding-inline:39px}.py-39{padding-block:39px}.gap-39{gap:39px!important}.row-gap-39{row-gap:39px!important}.col-gap-39{column-gap:39px!important}.-m-39{margin:-39px}.-mt-39{margin-block-start:-39px}.-mb-39{margin-block-end:-39px}.-ms-39{margin-inline-start:-39px}.-me-39{margin-inline-end:-39px}.-mx-39{margin-inline:-39px}.-my-39{margin-block:-39px}.m-40{margin:40px}.mt-40{margin-block-start:40px}.mb-40{margin-block-end:40px}.ms-40{margin-inline-start:40px}.me-40{margin-inline-end:40px}.mx-40{margin-inline:40px}.my-40{margin-block:40px}.p-40{padding:40px}.pt-40{padding-block-start:40px}.pb-40{padding-block-end:40px}.ps-40{padding-inline-start:40px}.pe-40{padding-inline-end:40px}.px-40{padding-inline:40px}.py-40{padding-block:40px}.gap-40{gap:40px!important}.row-gap-40{row-gap:40px!important}.col-gap-40{column-gap:40px!important}.-m-40{margin:-40px}.-mt-40{margin-block-start:-40px}.-mb-40{margin-block-end:-40px}.-ms-40{margin-inline-start:-40px}.-me-40{margin-inline-end:-40px}.-mx-40{margin-inline:-40px}.-my-40{margin-block:-40px}.m-41{margin:41px}.mt-41{margin-block-start:41px}.mb-41{margin-block-end:41px}.ms-41{margin-inline-start:41px}.me-41{margin-inline-end:41px}.mx-41{margin-inline:41px}.my-41{margin-block:41px}.p-41{padding:41px}.pt-41{padding-block-start:41px}.pb-41{padding-block-end:41px}.ps-41{padding-inline-start:41px}.pe-41{padding-inline-end:41px}.px-41{padding-inline:41px}.py-41{padding-block:41px}.gap-41{gap:41px!important}.row-gap-41{row-gap:41px!important}.col-gap-41{column-gap:41px!important}.-m-41{margin:-41px}.-mt-41{margin-block-start:-41px}.-mb-41{margin-block-end:-41px}.-ms-41{margin-inline-start:-41px}.-me-41{margin-inline-end:-41px}.-mx-41{margin-inline:-41px}.-my-41{margin-block:-41px}.m-42{margin:42px}.mt-42{margin-block-start:42px}.mb-42{margin-block-end:42px}.ms-42{margin-inline-start:42px}.me-42{margin-inline-end:42px}.mx-42{margin-inline:42px}.my-42{margin-block:42px}.p-42{padding:42px}.pt-42{padding-block-start:42px}.pb-42{padding-block-end:42px}.ps-42{padding-inline-start:42px}.pe-42{padding-inline-end:42px}.px-42{padding-inline:42px}.py-42{padding-block:42px}.gap-42{gap:42px!important}.row-gap-42{row-gap:42px!important}.col-gap-42{column-gap:42px!important}.-m-42{margin:-42px}.-mt-42{margin-block-start:-42px}.-mb-42{margin-block-end:-42px}.-ms-42{margin-inline-start:-42px}.-me-42{margin-inline-end:-42px}.-mx-42{margin-inline:-42px}.-my-42{margin-block:-42px}.m-43{margin:43px}.mt-43{margin-block-start:43px}.mb-43{margin-block-end:43px}.ms-43{margin-inline-start:43px}.me-43{margin-inline-end:43px}.mx-43{margin-inline:43px}.my-43{margin-block:43px}.p-43{padding:43px}.pt-43{padding-block-start:43px}.pb-43{padding-block-end:43px}.ps-43{padding-inline-start:43px}.pe-43{padding-inline-end:43px}.px-43{padding-inline:43px}.py-43{padding-block:43px}.gap-43{gap:43px!important}.row-gap-43{row-gap:43px!important}.col-gap-43{column-gap:43px!important}.-m-43{margin:-43px}.-mt-43{margin-block-start:-43px}.-mb-43{margin-block-end:-43px}.-ms-43{margin-inline-start:-43px}.-me-43{margin-inline-end:-43px}.-mx-43{margin-inline:-43px}.-my-43{margin-block:-43px}.m-44{margin:44px}.mt-44{margin-block-start:44px}.mb-44{margin-block-end:44px}.ms-44{margin-inline-start:44px}.me-44{margin-inline-end:44px}.mx-44{margin-inline:44px}.my-44{margin-block:44px}.p-44{padding:44px}.pt-44{padding-block-start:44px}.pb-44{padding-block-end:44px}.ps-44{padding-inline-start:44px}.pe-44{padding-inline-end:44px}.px-44{padding-inline:44px}.py-44{padding-block:44px}.gap-44{gap:44px!important}.row-gap-44{row-gap:44px!important}.col-gap-44{column-gap:44px!important}.-m-44{margin:-44px}.-mt-44{margin-block-start:-44px}.-mb-44{margin-block-end:-44px}.-ms-44{margin-inline-start:-44px}.-me-44{margin-inline-end:-44px}.-mx-44{margin-inline:-44px}.-my-44{margin-block:-44px}.m-45{margin:45px}.mt-45{margin-block-start:45px}.mb-45{margin-block-end:45px}.ms-45{margin-inline-start:45px}.me-45{margin-inline-end:45px}.mx-45{margin-inline:45px}.my-45{margin-block:45px}.p-45{padding:45px}.pt-45{padding-block-start:45px}.pb-45{padding-block-end:45px}.ps-45{padding-inline-start:45px}.pe-45{padding-inline-end:45px}.px-45{padding-inline:45px}.py-45{padding-block:45px}.gap-45{gap:45px!important}.row-gap-45{row-gap:45px!important}.col-gap-45{column-gap:45px!important}.-m-45{margin:-45px}.-mt-45{margin-block-start:-45px}.-mb-45{margin-block-end:-45px}.-ms-45{margin-inline-start:-45px}.-me-45{margin-inline-end:-45px}.-mx-45{margin-inline:-45px}.-my-45{margin-block:-45px}.m-46{margin:46px}.mt-46{margin-block-start:46px}.mb-46{margin-block-end:46px}.ms-46{margin-inline-start:46px}.me-46{margin-inline-end:46px}.mx-46{margin-inline:46px}.my-46{margin-block:46px}.p-46{padding:46px}.pt-46{padding-block-start:46px}.pb-46{padding-block-end:46px}.ps-46{padding-inline-start:46px}.pe-46{padding-inline-end:46px}.px-46{padding-inline:46px}.py-46{padding-block:46px}.gap-46{gap:46px!important}.row-gap-46{row-gap:46px!important}.col-gap-46{column-gap:46px!important}.-m-46{margin:-46px}.-mt-46{margin-block-start:-46px}.-mb-46{margin-block-end:-46px}.-ms-46{margin-inline-start:-46px}.-me-46{margin-inline-end:-46px}.-mx-46{margin-inline:-46px}.-my-46{margin-block:-46px}.m-47{margin:47px}.mt-47{margin-block-start:47px}.mb-47{margin-block-end:47px}.ms-47{margin-inline-start:47px}.me-47{margin-inline-end:47px}.mx-47{margin-inline:47px}.my-47{margin-block:47px}.p-47{padding:47px}.pt-47{padding-block-start:47px}.pb-47{padding-block-end:47px}.ps-47{padding-inline-start:47px}.pe-47{padding-inline-end:47px}.px-47{padding-inline:47px}.py-47{padding-block:47px}.gap-47{gap:47px!important}.row-gap-47{row-gap:47px!important}.col-gap-47{column-gap:47px!important}.-m-47{margin:-47px}.-mt-47{margin-block-start:-47px}.-mb-47{margin-block-end:-47px}.-ms-47{margin-inline-start:-47px}.-me-47{margin-inline-end:-47px}.-mx-47{margin-inline:-47px}.-my-47{margin-block:-47px}.m-48{margin:48px}.mt-48{margin-block-start:48px}.mb-48{margin-block-end:48px}.ms-48{margin-inline-start:48px}.me-48{margin-inline-end:48px}.mx-48{margin-inline:48px}.my-48{margin-block:48px}.p-48{padding:48px}.pt-48{padding-block-start:48px}.pb-48{padding-block-end:48px}.ps-48{padding-inline-start:48px}.pe-48{padding-inline-end:48px}.px-48{padding-inline:48px}.py-48{padding-block:48px}.gap-48{gap:48px!important}.row-gap-48{row-gap:48px!important}.col-gap-48{column-gap:48px!important}.-m-48{margin:-48px}.-mt-48{margin-block-start:-48px}.-mb-48{margin-block-end:-48px}.-ms-48{margin-inline-start:-48px}.-me-48{margin-inline-end:-48px}.-mx-48{margin-inline:-48px}.-my-48{margin-block:-48px}.m-49{margin:49px}.mt-49{margin-block-start:49px}.mb-49{margin-block-end:49px}.ms-49{margin-inline-start:49px}.me-49{margin-inline-end:49px}.mx-49{margin-inline:49px}.my-49{margin-block:49px}.p-49{padding:49px}.pt-49{padding-block-start:49px}.pb-49{padding-block-end:49px}.ps-49{padding-inline-start:49px}.pe-49{padding-inline-end:49px}.px-49{padding-inline:49px}.py-49{padding-block:49px}.gap-49{gap:49px!important}.row-gap-49{row-gap:49px!important}.col-gap-49{column-gap:49px!important}.-m-49{margin:-49px}.-mt-49{margin-block-start:-49px}.-mb-49{margin-block-end:-49px}.-ms-49{margin-inline-start:-49px}.-me-49{margin-inline-end:-49px}.-mx-49{margin-inline:-49px}.-my-49{margin-block:-49px}.m-50{margin:50px}.mt-50{margin-block-start:50px}.mb-50{margin-block-end:50px}.ms-50{margin-inline-start:50px}.me-50{margin-inline-end:50px}.mx-50{margin-inline:50px}.my-50{margin-block:50px}.p-50{padding:50px}.pt-50{padding-block-start:50px}.pb-50{padding-block-end:50px}.ps-50{padding-inline-start:50px}.pe-50{padding-inline-end:50px}.px-50{padding-inline:50px}.py-50{padding-block:50px}.gap-50{gap:50px!important}.row-gap-50{row-gap:50px!important}.col-gap-50{column-gap:50px!important}.-m-50{margin:-50px}.-mt-50{margin-block-start:-50px}.-mb-50{margin-block-end:-50px}.-ms-50{margin-inline-start:-50px}.-me-50{margin-inline-end:-50px}.-mx-50{margin-inline:-50px}.-my-50{margin-block:-50px}.m-51{margin:51px}.mt-51{margin-block-start:51px}.mb-51{margin-block-end:51px}.ms-51{margin-inline-start:51px}.me-51{margin-inline-end:51px}.mx-51{margin-inline:51px}.my-51{margin-block:51px}.p-51{padding:51px}.pt-51{padding-block-start:51px}.pb-51{padding-block-end:51px}.ps-51{padding-inline-start:51px}.pe-51{padding-inline-end:51px}.px-51{padding-inline:51px}.py-51{padding-block:51px}.gap-51{gap:51px!important}.row-gap-51{row-gap:51px!important}.col-gap-51{column-gap:51px!important}.-m-51{margin:-51px}.-mt-51{margin-block-start:-51px}.-mb-51{margin-block-end:-51px}.-ms-51{margin-inline-start:-51px}.-me-51{margin-inline-end:-51px}.-mx-51{margin-inline:-51px}.-my-51{margin-block:-51px}.m-52{margin:52px}.mt-52{margin-block-start:52px}.mb-52{margin-block-end:52px}.ms-52{margin-inline-start:52px}.me-52{margin-inline-end:52px}.mx-52{margin-inline:52px}.my-52{margin-block:52px}.p-52{padding:52px}.pt-52{padding-block-start:52px}.pb-52{padding-block-end:52px}.ps-52{padding-inline-start:52px}.pe-52{padding-inline-end:52px}.px-52{padding-inline:52px}.py-52{padding-block:52px}.gap-52{gap:52px!important}.row-gap-52{row-gap:52px!important}.col-gap-52{column-gap:52px!important}.-m-52{margin:-52px}.-mt-52{margin-block-start:-52px}.-mb-52{margin-block-end:-52px}.-ms-52{margin-inline-start:-52px}.-me-52{margin-inline-end:-52px}.-mx-52{margin-inline:-52px}.-my-52{margin-block:-52px}.m-53{margin:53px}.mt-53{margin-block-start:53px}.mb-53{margin-block-end:53px}.ms-53{margin-inline-start:53px}.me-53{margin-inline-end:53px}.mx-53{margin-inline:53px}.my-53{margin-block:53px}.p-53{padding:53px}.pt-53{padding-block-start:53px}.pb-53{padding-block-end:53px}.ps-53{padding-inline-start:53px}.pe-53{padding-inline-end:53px}.px-53{padding-inline:53px}.py-53{padding-block:53px}.gap-53{gap:53px!important}.row-gap-53{row-gap:53px!important}.col-gap-53{column-gap:53px!important}.-m-53{margin:-53px}.-mt-53{margin-block-start:-53px}.-mb-53{margin-block-end:-53px}.-ms-53{margin-inline-start:-53px}.-me-53{margin-inline-end:-53px}.-mx-53{margin-inline:-53px}.-my-53{margin-block:-53px}.m-54{margin:54px}.mt-54{margin-block-start:54px}.mb-54{margin-block-end:54px}.ms-54{margin-inline-start:54px}.me-54{margin-inline-end:54px}.mx-54{margin-inline:54px}.my-54{margin-block:54px}.p-54{padding:54px}.pt-54{padding-block-start:54px}.pb-54{padding-block-end:54px}.ps-54{padding-inline-start:54px}.pe-54{padding-inline-end:54px}.px-54{padding-inline:54px}.py-54{padding-block:54px}.gap-54{gap:54px!important}.row-gap-54{row-gap:54px!important}.col-gap-54{column-gap:54px!important}.-m-54{margin:-54px}.-mt-54{margin-block-start:-54px}.-mb-54{margin-block-end:-54px}.-ms-54{margin-inline-start:-54px}.-me-54{margin-inline-end:-54px}.-mx-54{margin-inline:-54px}.-my-54{margin-block:-54px}.m-55{margin:55px}.mt-55{margin-block-start:55px}.mb-55{margin-block-end:55px}.ms-55{margin-inline-start:55px}.me-55{margin-inline-end:55px}.mx-55{margin-inline:55px}.my-55{margin-block:55px}.p-55{padding:55px}.pt-55{padding-block-start:55px}.pb-55{padding-block-end:55px}.ps-55{padding-inline-start:55px}.pe-55{padding-inline-end:55px}.px-55{padding-inline:55px}.py-55{padding-block:55px}.gap-55{gap:55px!important}.row-gap-55{row-gap:55px!important}.col-gap-55{column-gap:55px!important}.-m-55{margin:-55px}.-mt-55{margin-block-start:-55px}.-mb-55{margin-block-end:-55px}.-ms-55{margin-inline-start:-55px}.-me-55{margin-inline-end:-55px}.-mx-55{margin-inline:-55px}.-my-55{margin-block:-55px}.m-56{margin:56px}.mt-56{margin-block-start:56px}.mb-56{margin-block-end:56px}.ms-56{margin-inline-start:56px}.me-56{margin-inline-end:56px}.mx-56{margin-inline:56px}.my-56{margin-block:56px}.p-56{padding:56px}.pt-56{padding-block-start:56px}.pb-56{padding-block-end:56px}.ps-56{padding-inline-start:56px}.pe-56{padding-inline-end:56px}.px-56{padding-inline:56px}.py-56{padding-block:56px}.gap-56{gap:56px!important}.row-gap-56{row-gap:56px!important}.col-gap-56{column-gap:56px!important}.-m-56{margin:-56px}.-mt-56{margin-block-start:-56px}.-mb-56{margin-block-end:-56px}.-ms-56{margin-inline-start:-56px}.-me-56{margin-inline-end:-56px}.-mx-56{margin-inline:-56px}.-my-56{margin-block:-56px}.m-57{margin:57px}.mt-57{margin-block-start:57px}.mb-57{margin-block-end:57px}.ms-57{margin-inline-start:57px}.me-57{margin-inline-end:57px}.mx-57{margin-inline:57px}.my-57{margin-block:57px}.p-57{padding:57px}.pt-57{padding-block-start:57px}.pb-57{padding-block-end:57px}.ps-57{padding-inline-start:57px}.pe-57{padding-inline-end:57px}.px-57{padding-inline:57px}.py-57{padding-block:57px}.gap-57{gap:57px!important}.row-gap-57{row-gap:57px!important}.col-gap-57{column-gap:57px!important}.-m-57{margin:-57px}.-mt-57{margin-block-start:-57px}.-mb-57{margin-block-end:-57px}.-ms-57{margin-inline-start:-57px}.-me-57{margin-inline-end:-57px}.-mx-57{margin-inline:-57px}.-my-57{margin-block:-57px}.m-58{margin:58px}.mt-58{margin-block-start:58px}.mb-58{margin-block-end:58px}.ms-58{margin-inline-start:58px}.me-58{margin-inline-end:58px}.mx-58{margin-inline:58px}.my-58{margin-block:58px}.p-58{padding:58px}.pt-58{padding-block-start:58px}.pb-58{padding-block-end:58px}.ps-58{padding-inline-start:58px}.pe-58{padding-inline-end:58px}.px-58{padding-inline:58px}.py-58{padding-block:58px}.gap-58{gap:58px!important}.row-gap-58{row-gap:58px!important}.col-gap-58{column-gap:58px!important}.-m-58{margin:-58px}.-mt-58{margin-block-start:-58px}.-mb-58{margin-block-end:-58px}.-ms-58{margin-inline-start:-58px}.-me-58{margin-inline-end:-58px}.-mx-58{margin-inline:-58px}.-my-58{margin-block:-58px}.m-59{margin:59px}.mt-59{margin-block-start:59px}.mb-59{margin-block-end:59px}.ms-59{margin-inline-start:59px}.me-59{margin-inline-end:59px}.mx-59{margin-inline:59px}.my-59{margin-block:59px}.p-59{padding:59px}.pt-59{padding-block-start:59px}.pb-59{padding-block-end:59px}.ps-59{padding-inline-start:59px}.pe-59{padding-inline-end:59px}.px-59{padding-inline:59px}.py-59{padding-block:59px}.gap-59{gap:59px!important}.row-gap-59{row-gap:59px!important}.col-gap-59{column-gap:59px!important}.-m-59{margin:-59px}.-mt-59{margin-block-start:-59px}.-mb-59{margin-block-end:-59px}.-ms-59{margin-inline-start:-59px}.-me-59{margin-inline-end:-59px}.-mx-59{margin-inline:-59px}.-my-59{margin-block:-59px}.m-60{margin:60px}.mt-60{margin-block-start:60px}.mb-60{margin-block-end:60px}.ms-60{margin-inline-start:60px}.me-60{margin-inline-end:60px}.mx-60{margin-inline:60px}.my-60{margin-block:60px}.p-60{padding:60px}.pt-60{padding-block-start:60px}.pb-60{padding-block-end:60px}.ps-60{padding-inline-start:60px}.pe-60{padding-inline-end:60px}.px-60{padding-inline:60px}.py-60{padding-block:60px}.gap-60{gap:60px!important}.row-gap-60{row-gap:60px!important}.col-gap-60{column-gap:60px!important}.-m-60{margin:-60px}.-mt-60{margin-block-start:-60px}.-mb-60{margin-block-end:-60px}.-ms-60{margin-inline-start:-60px}.-me-60{margin-inline-end:-60px}.-mx-60{margin-inline:-60px}.-my-60{margin-block:-60px}.m-61{margin:61px}.mt-61{margin-block-start:61px}.mb-61{margin-block-end:61px}.ms-61{margin-inline-start:61px}.me-61{margin-inline-end:61px}.mx-61{margin-inline:61px}.my-61{margin-block:61px}.p-61{padding:61px}.pt-61{padding-block-start:61px}.pb-61{padding-block-end:61px}.ps-61{padding-inline-start:61px}.pe-61{padding-inline-end:61px}.px-61{padding-inline:61px}.py-61{padding-block:61px}.gap-61{gap:61px!important}.row-gap-61{row-gap:61px!important}.col-gap-61{column-gap:61px!important}.-m-61{margin:-61px}.-mt-61{margin-block-start:-61px}.-mb-61{margin-block-end:-61px}.-ms-61{margin-inline-start:-61px}.-me-61{margin-inline-end:-61px}.-mx-61{margin-inline:-61px}.-my-61{margin-block:-61px}.m-62{margin:62px}.mt-62{margin-block-start:62px}.mb-62{margin-block-end:62px}.ms-62{margin-inline-start:62px}.me-62{margin-inline-end:62px}.mx-62{margin-inline:62px}.my-62{margin-block:62px}.p-62{padding:62px}.pt-62{padding-block-start:62px}.pb-62{padding-block-end:62px}.ps-62{padding-inline-start:62px}.pe-62{padding-inline-end:62px}.px-62{padding-inline:62px}.py-62{padding-block:62px}.gap-62{gap:62px!important}.row-gap-62{row-gap:62px!important}.col-gap-62{column-gap:62px!important}.-m-62{margin:-62px}.-mt-62{margin-block-start:-62px}.-mb-62{margin-block-end:-62px}.-ms-62{margin-inline-start:-62px}.-me-62{margin-inline-end:-62px}.-mx-62{margin-inline:-62px}.-my-62{margin-block:-62px}.m-63{margin:63px}.mt-63{margin-block-start:63px}.mb-63{margin-block-end:63px}.ms-63{margin-inline-start:63px}.me-63{margin-inline-end:63px}.mx-63{margin-inline:63px}.my-63{margin-block:63px}.p-63{padding:63px}.pt-63{padding-block-start:63px}.pb-63{padding-block-end:63px}.ps-63{padding-inline-start:63px}.pe-63{padding-inline-end:63px}.px-63{padding-inline:63px}.py-63{padding-block:63px}.gap-63{gap:63px!important}.row-gap-63{row-gap:63px!important}.col-gap-63{column-gap:63px!important}.-m-63{margin:-63px}.-mt-63{margin-block-start:-63px}.-mb-63{margin-block-end:-63px}.-ms-63{margin-inline-start:-63px}.-me-63{margin-inline-end:-63px}.-mx-63{margin-inline:-63px}.-my-63{margin-block:-63px}.m-64{margin:64px}.mt-64{margin-block-start:64px}.mb-64{margin-block-end:64px}.ms-64{margin-inline-start:64px}.me-64{margin-inline-end:64px}.mx-64{margin-inline:64px}.my-64{margin-block:64px}.p-64{padding:64px}.pt-64{padding-block-start:64px}.pb-64{padding-block-end:64px}.ps-64{padding-inline-start:64px}.pe-64{padding-inline-end:64px}.px-64{padding-inline:64px}.py-64{padding-block:64px}.gap-64{gap:64px!important}.row-gap-64{row-gap:64px!important}.col-gap-64{column-gap:64px!important}.-m-64{margin:-64px}.-mt-64{margin-block-start:-64px}.-mb-64{margin-block-end:-64px}.-ms-64{margin-inline-start:-64px}.-me-64{margin-inline-end:-64px}.-mx-64{margin-inline:-64px}.-my-64{margin-block:-64px}.m-65{margin:65px}.mt-65{margin-block-start:65px}.mb-65{margin-block-end:65px}.ms-65{margin-inline-start:65px}.me-65{margin-inline-end:65px}.mx-65{margin-inline:65px}.my-65{margin-block:65px}.p-65{padding:65px}.pt-65{padding-block-start:65px}.pb-65{padding-block-end:65px}.ps-65{padding-inline-start:65px}.pe-65{padding-inline-end:65px}.px-65{padding-inline:65px}.py-65{padding-block:65px}.gap-65{gap:65px!important}.row-gap-65{row-gap:65px!important}.col-gap-65{column-gap:65px!important}.-m-65{margin:-65px}.-mt-65{margin-block-start:-65px}.-mb-65{margin-block-end:-65px}.-ms-65{margin-inline-start:-65px}.-me-65{margin-inline-end:-65px}.-mx-65{margin-inline:-65px}.-my-65{margin-block:-65px}.m-66{margin:66px}.mt-66{margin-block-start:66px}.mb-66{margin-block-end:66px}.ms-66{margin-inline-start:66px}.me-66{margin-inline-end:66px}.mx-66{margin-inline:66px}.my-66{margin-block:66px}.p-66{padding:66px}.pt-66{padding-block-start:66px}.pb-66{padding-block-end:66px}.ps-66{padding-inline-start:66px}.pe-66{padding-inline-end:66px}.px-66{padding-inline:66px}.py-66{padding-block:66px}.gap-66{gap:66px!important}.row-gap-66{row-gap:66px!important}.col-gap-66{column-gap:66px!important}.-m-66{margin:-66px}.-mt-66{margin-block-start:-66px}.-mb-66{margin-block-end:-66px}.-ms-66{margin-inline-start:-66px}.-me-66{margin-inline-end:-66px}.-mx-66{margin-inline:-66px}.-my-66{margin-block:-66px}.m-67{margin:67px}.mt-67{margin-block-start:67px}.mb-67{margin-block-end:67px}.ms-67{margin-inline-start:67px}.me-67{margin-inline-end:67px}.mx-67{margin-inline:67px}.my-67{margin-block:67px}.p-67{padding:67px}.pt-67{padding-block-start:67px}.pb-67{padding-block-end:67px}.ps-67{padding-inline-start:67px}.pe-67{padding-inline-end:67px}.px-67{padding-inline:67px}.py-67{padding-block:67px}.gap-67{gap:67px!important}.row-gap-67{row-gap:67px!important}.col-gap-67{column-gap:67px!important}.-m-67{margin:-67px}.-mt-67{margin-block-start:-67px}.-mb-67{margin-block-end:-67px}.-ms-67{margin-inline-start:-67px}.-me-67{margin-inline-end:-67px}.-mx-67{margin-inline:-67px}.-my-67{margin-block:-67px}.m-68{margin:68px}.mt-68{margin-block-start:68px}.mb-68{margin-block-end:68px}.ms-68{margin-inline-start:68px}.me-68{margin-inline-end:68px}.mx-68{margin-inline:68px}.my-68{margin-block:68px}.p-68{padding:68px}.pt-68{padding-block-start:68px}.pb-68{padding-block-end:68px}.ps-68{padding-inline-start:68px}.pe-68{padding-inline-end:68px}.px-68{padding-inline:68px}.py-68{padding-block:68px}.gap-68{gap:68px!important}.row-gap-68{row-gap:68px!important}.col-gap-68{column-gap:68px!important}.-m-68{margin:-68px}.-mt-68{margin-block-start:-68px}.-mb-68{margin-block-end:-68px}.-ms-68{margin-inline-start:-68px}.-me-68{margin-inline-end:-68px}.-mx-68{margin-inline:-68px}.-my-68{margin-block:-68px}.m-69{margin:69px}.mt-69{margin-block-start:69px}.mb-69{margin-block-end:69px}.ms-69{margin-inline-start:69px}.me-69{margin-inline-end:69px}.mx-69{margin-inline:69px}.my-69{margin-block:69px}.p-69{padding:69px}.pt-69{padding-block-start:69px}.pb-69{padding-block-end:69px}.ps-69{padding-inline-start:69px}.pe-69{padding-inline-end:69px}.px-69{padding-inline:69px}.py-69{padding-block:69px}.gap-69{gap:69px!important}.row-gap-69{row-gap:69px!important}.col-gap-69{column-gap:69px!important}.-m-69{margin:-69px}.-mt-69{margin-block-start:-69px}.-mb-69{margin-block-end:-69px}.-ms-69{margin-inline-start:-69px}.-me-69{margin-inline-end:-69px}.-mx-69{margin-inline:-69px}.-my-69{margin-block:-69px}.m-70{margin:70px}.mt-70{margin-block-start:70px}.mb-70{margin-block-end:70px}.ms-70{margin-inline-start:70px}.me-70{margin-inline-end:70px}.mx-70{margin-inline:70px}.my-70{margin-block:70px}.p-70{padding:70px}.pt-70{padding-block-start:70px}.pb-70{padding-block-end:70px}.ps-70{padding-inline-start:70px}.pe-70{padding-inline-end:70px}.px-70{padding-inline:70px}.py-70{padding-block:70px}.gap-70{gap:70px!important}.row-gap-70{row-gap:70px!important}.col-gap-70{column-gap:70px!important}.-m-70{margin:-70px}.-mt-70{margin-block-start:-70px}.-mb-70{margin-block-end:-70px}.-ms-70{margin-inline-start:-70px}.-me-70{margin-inline-end:-70px}.-mx-70{margin-inline:-70px}.-my-70{margin-block:-70px}.m-71{margin:71px}.mt-71{margin-block-start:71px}.mb-71{margin-block-end:71px}.ms-71{margin-inline-start:71px}.me-71{margin-inline-end:71px}.mx-71{margin-inline:71px}.my-71{margin-block:71px}.p-71{padding:71px}.pt-71{padding-block-start:71px}.pb-71{padding-block-end:71px}.ps-71{padding-inline-start:71px}.pe-71{padding-inline-end:71px}.px-71{padding-inline:71px}.py-71{padding-block:71px}.gap-71{gap:71px!important}.row-gap-71{row-gap:71px!important}.col-gap-71{column-gap:71px!important}.-m-71{margin:-71px}.-mt-71{margin-block-start:-71px}.-mb-71{margin-block-end:-71px}.-ms-71{margin-inline-start:-71px}.-me-71{margin-inline-end:-71px}.-mx-71{margin-inline:-71px}.-my-71{margin-block:-71px}.m-72{margin:72px}.mt-72{margin-block-start:72px}.mb-72{margin-block-end:72px}.ms-72{margin-inline-start:72px}.me-72{margin-inline-end:72px}.mx-72{margin-inline:72px}.my-72{margin-block:72px}.p-72{padding:72px}.pt-72{padding-block-start:72px}.pb-72{padding-block-end:72px}.ps-72{padding-inline-start:72px}.pe-72{padding-inline-end:72px}.px-72{padding-inline:72px}.py-72{padding-block:72px}.gap-72{gap:72px!important}.row-gap-72{row-gap:72px!important}.col-gap-72{column-gap:72px!important}.-m-72{margin:-72px}.-mt-72{margin-block-start:-72px}.-mb-72{margin-block-end:-72px}.-ms-72{margin-inline-start:-72px}.-me-72{margin-inline-end:-72px}.-mx-72{margin-inline:-72px}.-my-72{margin-block:-72px}.m-73{margin:73px}.mt-73{margin-block-start:73px}.mb-73{margin-block-end:73px}.ms-73{margin-inline-start:73px}.me-73{margin-inline-end:73px}.mx-73{margin-inline:73px}.my-73{margin-block:73px}.p-73{padding:73px}.pt-73{padding-block-start:73px}.pb-73{padding-block-end:73px}.ps-73{padding-inline-start:73px}.pe-73{padding-inline-end:73px}.px-73{padding-inline:73px}.py-73{padding-block:73px}.gap-73{gap:73px!important}.row-gap-73{row-gap:73px!important}.col-gap-73{column-gap:73px!important}.-m-73{margin:-73px}.-mt-73{margin-block-start:-73px}.-mb-73{margin-block-end:-73px}.-ms-73{margin-inline-start:-73px}.-me-73{margin-inline-end:-73px}.-mx-73{margin-inline:-73px}.-my-73{margin-block:-73px}.m-74{margin:74px}.mt-74{margin-block-start:74px}.mb-74{margin-block-end:74px}.ms-74{margin-inline-start:74px}.me-74{margin-inline-end:74px}.mx-74{margin-inline:74px}.my-74{margin-block:74px}.p-74{padding:74px}.pt-74{padding-block-start:74px}.pb-74{padding-block-end:74px}.ps-74{padding-inline-start:74px}.pe-74{padding-inline-end:74px}.px-74{padding-inline:74px}.py-74{padding-block:74px}.gap-74{gap:74px!important}.row-gap-74{row-gap:74px!important}.col-gap-74{column-gap:74px!important}.-m-74{margin:-74px}.-mt-74{margin-block-start:-74px}.-mb-74{margin-block-end:-74px}.-ms-74{margin-inline-start:-74px}.-me-74{margin-inline-end:-74px}.-mx-74{margin-inline:-74px}.-my-74{margin-block:-74px}.m-75{margin:75px}.mt-75{margin-block-start:75px}.mb-75{margin-block-end:75px}.ms-75{margin-inline-start:75px}.me-75{margin-inline-end:75px}.mx-75{margin-inline:75px}.my-75{margin-block:75px}.p-75{padding:75px}.pt-75{padding-block-start:75px}.pb-75{padding-block-end:75px}.ps-75{padding-inline-start:75px}.pe-75{padding-inline-end:75px}.px-75{padding-inline:75px}.py-75{padding-block:75px}.gap-75{gap:75px!important}.row-gap-75{row-gap:75px!important}.col-gap-75{column-gap:75px!important}.-m-75{margin:-75px}.-mt-75{margin-block-start:-75px}.-mb-75{margin-block-end:-75px}.-ms-75{margin-inline-start:-75px}.-me-75{margin-inline-end:-75px}.-mx-75{margin-inline:-75px}.-my-75{margin-block:-75px}.m-76{margin:76px}.mt-76{margin-block-start:76px}.mb-76{margin-block-end:76px}.ms-76{margin-inline-start:76px}.me-76{margin-inline-end:76px}.mx-76{margin-inline:76px}.my-76{margin-block:76px}.p-76{padding:76px}.pt-76{padding-block-start:76px}.pb-76{padding-block-end:76px}.ps-76{padding-inline-start:76px}.pe-76{padding-inline-end:76px}.px-76{padding-inline:76px}.py-76{padding-block:76px}.gap-76{gap:76px!important}.row-gap-76{row-gap:76px!important}.col-gap-76{column-gap:76px!important}.-m-76{margin:-76px}.-mt-76{margin-block-start:-76px}.-mb-76{margin-block-end:-76px}.-ms-76{margin-inline-start:-76px}.-me-76{margin-inline-end:-76px}.-mx-76{margin-inline:-76px}.-my-76{margin-block:-76px}.m-77{margin:77px}.mt-77{margin-block-start:77px}.mb-77{margin-block-end:77px}.ms-77{margin-inline-start:77px}.me-77{margin-inline-end:77px}.mx-77{margin-inline:77px}.my-77{margin-block:77px}.p-77{padding:77px}.pt-77{padding-block-start:77px}.pb-77{padding-block-end:77px}.ps-77{padding-inline-start:77px}.pe-77{padding-inline-end:77px}.px-77{padding-inline:77px}.py-77{padding-block:77px}.gap-77{gap:77px!important}.row-gap-77{row-gap:77px!important}.col-gap-77{column-gap:77px!important}.-m-77{margin:-77px}.-mt-77{margin-block-start:-77px}.-mb-77{margin-block-end:-77px}.-ms-77{margin-inline-start:-77px}.-me-77{margin-inline-end:-77px}.-mx-77{margin-inline:-77px}.-my-77{margin-block:-77px}.m-78{margin:78px}.mt-78{margin-block-start:78px}.mb-78{margin-block-end:78px}.ms-78{margin-inline-start:78px}.me-78{margin-inline-end:78px}.mx-78{margin-inline:78px}.my-78{margin-block:78px}.p-78{padding:78px}.pt-78{padding-block-start:78px}.pb-78{padding-block-end:78px}.ps-78{padding-inline-start:78px}.pe-78{padding-inline-end:78px}.px-78{padding-inline:78px}.py-78{padding-block:78px}.gap-78{gap:78px!important}.row-gap-78{row-gap:78px!important}.col-gap-78{column-gap:78px!important}.-m-78{margin:-78px}.-mt-78{margin-block-start:-78px}.-mb-78{margin-block-end:-78px}.-ms-78{margin-inline-start:-78px}.-me-78{margin-inline-end:-78px}.-mx-78{margin-inline:-78px}.-my-78{margin-block:-78px}.m-79{margin:79px}.mt-79{margin-block-start:79px}.mb-79{margin-block-end:79px}.ms-79{margin-inline-start:79px}.me-79{margin-inline-end:79px}.mx-79{margin-inline:79px}.my-79{margin-block:79px}.p-79{padding:79px}.pt-79{padding-block-start:79px}.pb-79{padding-block-end:79px}.ps-79{padding-inline-start:79px}.pe-79{padding-inline-end:79px}.px-79{padding-inline:79px}.py-79{padding-block:79px}.gap-79{gap:79px!important}.row-gap-79{row-gap:79px!important}.col-gap-79{column-gap:79px!important}.-m-79{margin:-79px}.-mt-79{margin-block-start:-79px}.-mb-79{margin-block-end:-79px}.-ms-79{margin-inline-start:-79px}.-me-79{margin-inline-end:-79px}.-mx-79{margin-inline:-79px}.-my-79{margin-block:-79px}.m-80{margin:80px}.mt-80{margin-block-start:80px}.mb-80{margin-block-end:80px}.ms-80{margin-inline-start:80px}.me-80{margin-inline-end:80px}.mx-80{margin-inline:80px}.my-80{margin-block:80px}.p-80{padding:80px}.pt-80{padding-block-start:80px}.pb-80{padding-block-end:80px}.ps-80{padding-inline-start:80px}.pe-80{padding-inline-end:80px}.px-80{padding-inline:80px}.py-80{padding-block:80px}.gap-80{gap:80px!important}.row-gap-80{row-gap:80px!important}.col-gap-80{column-gap:80px!important}.-m-80{margin:-80px}.-mt-80{margin-block-start:-80px}.-mb-80{margin-block-end:-80px}.-ms-80{margin-inline-start:-80px}.-me-80{margin-inline-end:-80px}.-mx-80{margin-inline:-80px}.-my-80{margin-block:-80px}.m-81{margin:81px}.mt-81{margin-block-start:81px}.mb-81{margin-block-end:81px}.ms-81{margin-inline-start:81px}.me-81{margin-inline-end:81px}.mx-81{margin-inline:81px}.my-81{margin-block:81px}.p-81{padding:81px}.pt-81{padding-block-start:81px}.pb-81{padding-block-end:81px}.ps-81{padding-inline-start:81px}.pe-81{padding-inline-end:81px}.px-81{padding-inline:81px}.py-81{padding-block:81px}.gap-81{gap:81px!important}.row-gap-81{row-gap:81px!important}.col-gap-81{column-gap:81px!important}.-m-81{margin:-81px}.-mt-81{margin-block-start:-81px}.-mb-81{margin-block-end:-81px}.-ms-81{margin-inline-start:-81px}.-me-81{margin-inline-end:-81px}.-mx-81{margin-inline:-81px}.-my-81{margin-block:-81px}.m-82{margin:82px}.mt-82{margin-block-start:82px}.mb-82{margin-block-end:82px}.ms-82{margin-inline-start:82px}.me-82{margin-inline-end:82px}.mx-82{margin-inline:82px}.my-82{margin-block:82px}.p-82{padding:82px}.pt-82{padding-block-start:82px}.pb-82{padding-block-end:82px}.ps-82{padding-inline-start:82px}.pe-82{padding-inline-end:82px}.px-82{padding-inline:82px}.py-82{padding-block:82px}.gap-82{gap:82px!important}.row-gap-82{row-gap:82px!important}.col-gap-82{column-gap:82px!important}.-m-82{margin:-82px}.-mt-82{margin-block-start:-82px}.-mb-82{margin-block-end:-82px}.-ms-82{margin-inline-start:-82px}.-me-82{margin-inline-end:-82px}.-mx-82{margin-inline:-82px}.-my-82{margin-block:-82px}.m-83{margin:83px}.mt-83{margin-block-start:83px}.mb-83{margin-block-end:83px}.ms-83{margin-inline-start:83px}.me-83{margin-inline-end:83px}.mx-83{margin-inline:83px}.my-83{margin-block:83px}.p-83{padding:83px}.pt-83{padding-block-start:83px}.pb-83{padding-block-end:83px}.ps-83{padding-inline-start:83px}.pe-83{padding-inline-end:83px}.px-83{padding-inline:83px}.py-83{padding-block:83px}.gap-83{gap:83px!important}.row-gap-83{row-gap:83px!important}.col-gap-83{column-gap:83px!important}.-m-83{margin:-83px}.-mt-83{margin-block-start:-83px}.-mb-83{margin-block-end:-83px}.-ms-83{margin-inline-start:-83px}.-me-83{margin-inline-end:-83px}.-mx-83{margin-inline:-83px}.-my-83{margin-block:-83px}.m-84{margin:84px}.mt-84{margin-block-start:84px}.mb-84{margin-block-end:84px}.ms-84{margin-inline-start:84px}.me-84{margin-inline-end:84px}.mx-84{margin-inline:84px}.my-84{margin-block:84px}.p-84{padding:84px}.pt-84{padding-block-start:84px}.pb-84{padding-block-end:84px}.ps-84{padding-inline-start:84px}.pe-84{padding-inline-end:84px}.px-84{padding-inline:84px}.py-84{padding-block:84px}.gap-84{gap:84px!important}.row-gap-84{row-gap:84px!important}.col-gap-84{column-gap:84px!important}.-m-84{margin:-84px}.-mt-84{margin-block-start:-84px}.-mb-84{margin-block-end:-84px}.-ms-84{margin-inline-start:-84px}.-me-84{margin-inline-end:-84px}.-mx-84{margin-inline:-84px}.-my-84{margin-block:-84px}.m-85{margin:85px}.mt-85{margin-block-start:85px}.mb-85{margin-block-end:85px}.ms-85{margin-inline-start:85px}.me-85{margin-inline-end:85px}.mx-85{margin-inline:85px}.my-85{margin-block:85px}.p-85{padding:85px}.pt-85{padding-block-start:85px}.pb-85{padding-block-end:85px}.ps-85{padding-inline-start:85px}.pe-85{padding-inline-end:85px}.px-85{padding-inline:85px}.py-85{padding-block:85px}.gap-85{gap:85px!important}.row-gap-85{row-gap:85px!important}.col-gap-85{column-gap:85px!important}.-m-85{margin:-85px}.-mt-85{margin-block-start:-85px}.-mb-85{margin-block-end:-85px}.-ms-85{margin-inline-start:-85px}.-me-85{margin-inline-end:-85px}.-mx-85{margin-inline:-85px}.-my-85{margin-block:-85px}.m-86{margin:86px}.mt-86{margin-block-start:86px}.mb-86{margin-block-end:86px}.ms-86{margin-inline-start:86px}.me-86{margin-inline-end:86px}.mx-86{margin-inline:86px}.my-86{margin-block:86px}.p-86{padding:86px}.pt-86{padding-block-start:86px}.pb-86{padding-block-end:86px}.ps-86{padding-inline-start:86px}.pe-86{padding-inline-end:86px}.px-86{padding-inline:86px}.py-86{padding-block:86px}.gap-86{gap:86px!important}.row-gap-86{row-gap:86px!important}.col-gap-86{column-gap:86px!important}.-m-86{margin:-86px}.-mt-86{margin-block-start:-86px}.-mb-86{margin-block-end:-86px}.-ms-86{margin-inline-start:-86px}.-me-86{margin-inline-end:-86px}.-mx-86{margin-inline:-86px}.-my-86{margin-block:-86px}.m-87{margin:87px}.mt-87{margin-block-start:87px}.mb-87{margin-block-end:87px}.ms-87{margin-inline-start:87px}.me-87{margin-inline-end:87px}.mx-87{margin-inline:87px}.my-87{margin-block:87px}.p-87{padding:87px}.pt-87{padding-block-start:87px}.pb-87{padding-block-end:87px}.ps-87{padding-inline-start:87px}.pe-87{padding-inline-end:87px}.px-87{padding-inline:87px}.py-87{padding-block:87px}.gap-87{gap:87px!important}.row-gap-87{row-gap:87px!important}.col-gap-87{column-gap:87px!important}.-m-87{margin:-87px}.-mt-87{margin-block-start:-87px}.-mb-87{margin-block-end:-87px}.-ms-87{margin-inline-start:-87px}.-me-87{margin-inline-end:-87px}.-mx-87{margin-inline:-87px}.-my-87{margin-block:-87px}.m-88{margin:88px}.mt-88{margin-block-start:88px}.mb-88{margin-block-end:88px}.ms-88{margin-inline-start:88px}.me-88{margin-inline-end:88px}.mx-88{margin-inline:88px}.my-88{margin-block:88px}.p-88{padding:88px}.pt-88{padding-block-start:88px}.pb-88{padding-block-end:88px}.ps-88{padding-inline-start:88px}.pe-88{padding-inline-end:88px}.px-88{padding-inline:88px}.py-88{padding-block:88px}.gap-88{gap:88px!important}.row-gap-88{row-gap:88px!important}.col-gap-88{column-gap:88px!important}.-m-88{margin:-88px}.-mt-88{margin-block-start:-88px}.-mb-88{margin-block-end:-88px}.-ms-88{margin-inline-start:-88px}.-me-88{margin-inline-end:-88px}.-mx-88{margin-inline:-88px}.-my-88{margin-block:-88px}.m-89{margin:89px}.mt-89{margin-block-start:89px}.mb-89{margin-block-end:89px}.ms-89{margin-inline-start:89px}.me-89{margin-inline-end:89px}.mx-89{margin-inline:89px}.my-89{margin-block:89px}.p-89{padding:89px}.pt-89{padding-block-start:89px}.pb-89{padding-block-end:89px}.ps-89{padding-inline-start:89px}.pe-89{padding-inline-end:89px}.px-89{padding-inline:89px}.py-89{padding-block:89px}.gap-89{gap:89px!important}.row-gap-89{row-gap:89px!important}.col-gap-89{column-gap:89px!important}.-m-89{margin:-89px}.-mt-89{margin-block-start:-89px}.-mb-89{margin-block-end:-89px}.-ms-89{margin-inline-start:-89px}.-me-89{margin-inline-end:-89px}.-mx-89{margin-inline:-89px}.-my-89{margin-block:-89px}.m-90{margin:90px}.mt-90{margin-block-start:90px}.mb-90{margin-block-end:90px}.ms-90{margin-inline-start:90px}.me-90{margin-inline-end:90px}.mx-90{margin-inline:90px}.my-90{margin-block:90px}.p-90{padding:90px}.pt-90{padding-block-start:90px}.pb-90{padding-block-end:90px}.ps-90{padding-inline-start:90px}.pe-90{padding-inline-end:90px}.px-90{padding-inline:90px}.py-90{padding-block:90px}.gap-90{gap:90px!important}.row-gap-90{row-gap:90px!important}.col-gap-90{column-gap:90px!important}.-m-90{margin:-90px}.-mt-90{margin-block-start:-90px}.-mb-90{margin-block-end:-90px}.-ms-90{margin-inline-start:-90px}.-me-90{margin-inline-end:-90px}.-mx-90{margin-inline:-90px}.-my-90{margin-block:-90px}.m-91{margin:91px}.mt-91{margin-block-start:91px}.mb-91{margin-block-end:91px}.ms-91{margin-inline-start:91px}.me-91{margin-inline-end:91px}.mx-91{margin-inline:91px}.my-91{margin-block:91px}.p-91{padding:91px}.pt-91{padding-block-start:91px}.pb-91{padding-block-end:91px}.ps-91{padding-inline-start:91px}.pe-91{padding-inline-end:91px}.px-91{padding-inline:91px}.py-91{padding-block:91px}.gap-91{gap:91px!important}.row-gap-91{row-gap:91px!important}.col-gap-91{column-gap:91px!important}.-m-91{margin:-91px}.-mt-91{margin-block-start:-91px}.-mb-91{margin-block-end:-91px}.-ms-91{margin-inline-start:-91px}.-me-91{margin-inline-end:-91px}.-mx-91{margin-inline:-91px}.-my-91{margin-block:-91px}.m-92{margin:92px}.mt-92{margin-block-start:92px}.mb-92{margin-block-end:92px}.ms-92{margin-inline-start:92px}.me-92{margin-inline-end:92px}.mx-92{margin-inline:92px}.my-92{margin-block:92px}.p-92{padding:92px}.pt-92{padding-block-start:92px}.pb-92{padding-block-end:92px}.ps-92{padding-inline-start:92px}.pe-92{padding-inline-end:92px}.px-92{padding-inline:92px}.py-92{padding-block:92px}.gap-92{gap:92px!important}.row-gap-92{row-gap:92px!important}.col-gap-92{column-gap:92px!important}.-m-92{margin:-92px}.-mt-92{margin-block-start:-92px}.-mb-92{margin-block-end:-92px}.-ms-92{margin-inline-start:-92px}.-me-92{margin-inline-end:-92px}.-mx-92{margin-inline:-92px}.-my-92{margin-block:-92px}.m-93{margin:93px}.mt-93{margin-block-start:93px}.mb-93{margin-block-end:93px}.ms-93{margin-inline-start:93px}.me-93{margin-inline-end:93px}.mx-93{margin-inline:93px}.my-93{margin-block:93px}.p-93{padding:93px}.pt-93{padding-block-start:93px}.pb-93{padding-block-end:93px}.ps-93{padding-inline-start:93px}.pe-93{padding-inline-end:93px}.px-93{padding-inline:93px}.py-93{padding-block:93px}.gap-93{gap:93px!important}.row-gap-93{row-gap:93px!important}.col-gap-93{column-gap:93px!important}.-m-93{margin:-93px}.-mt-93{margin-block-start:-93px}.-mb-93{margin-block-end:-93px}.-ms-93{margin-inline-start:-93px}.-me-93{margin-inline-end:-93px}.-mx-93{margin-inline:-93px}.-my-93{margin-block:-93px}.m-94{margin:94px}.mt-94{margin-block-start:94px}.mb-94{margin-block-end:94px}.ms-94{margin-inline-start:94px}.me-94{margin-inline-end:94px}.mx-94{margin-inline:94px}.my-94{margin-block:94px}.p-94{padding:94px}.pt-94{padding-block-start:94px}.pb-94{padding-block-end:94px}.ps-94{padding-inline-start:94px}.pe-94{padding-inline-end:94px}.px-94{padding-inline:94px}.py-94{padding-block:94px}.gap-94{gap:94px!important}.row-gap-94{row-gap:94px!important}.col-gap-94{column-gap:94px!important}.-m-94{margin:-94px}.-mt-94{margin-block-start:-94px}.-mb-94{margin-block-end:-94px}.-ms-94{margin-inline-start:-94px}.-me-94{margin-inline-end:-94px}.-mx-94{margin-inline:-94px}.-my-94{margin-block:-94px}.m-95{margin:95px}.mt-95{margin-block-start:95px}.mb-95{margin-block-end:95px}.ms-95{margin-inline-start:95px}.me-95{margin-inline-end:95px}.mx-95{margin-inline:95px}.my-95{margin-block:95px}.p-95{padding:95px}.pt-95{padding-block-start:95px}.pb-95{padding-block-end:95px}.ps-95{padding-inline-start:95px}.pe-95{padding-inline-end:95px}.px-95{padding-inline:95px}.py-95{padding-block:95px}.gap-95{gap:95px!important}.row-gap-95{row-gap:95px!important}.col-gap-95{column-gap:95px!important}.-m-95{margin:-95px}.-mt-95{margin-block-start:-95px}.-mb-95{margin-block-end:-95px}.-ms-95{margin-inline-start:-95px}.-me-95{margin-inline-end:-95px}.-mx-95{margin-inline:-95px}.-my-95{margin-block:-95px}.m-96{margin:96px}.mt-96{margin-block-start:96px}.mb-96{margin-block-end:96px}.ms-96{margin-inline-start:96px}.me-96{margin-inline-end:96px}.mx-96{margin-inline:96px}.my-96{margin-block:96px}.p-96{padding:96px}.pt-96{padding-block-start:96px}.pb-96{padding-block-end:96px}.ps-96{padding-inline-start:96px}.pe-96{padding-inline-end:96px}.px-96{padding-inline:96px}.py-96{padding-block:96px}.gap-96{gap:96px!important}.row-gap-96{row-gap:96px!important}.col-gap-96{column-gap:96px!important}.-m-96{margin:-96px}.-mt-96{margin-block-start:-96px}.-mb-96{margin-block-end:-96px}.-ms-96{margin-inline-start:-96px}.-me-96{margin-inline-end:-96px}.-mx-96{margin-inline:-96px}.-my-96{margin-block:-96px}.m-97{margin:97px}.mt-97{margin-block-start:97px}.mb-97{margin-block-end:97px}.ms-97{margin-inline-start:97px}.me-97{margin-inline-end:97px}.mx-97{margin-inline:97px}.my-97{margin-block:97px}.p-97{padding:97px}.pt-97{padding-block-start:97px}.pb-97{padding-block-end:97px}.ps-97{padding-inline-start:97px}.pe-97{padding-inline-end:97px}.px-97{padding-inline:97px}.py-97{padding-block:97px}.gap-97{gap:97px!important}.row-gap-97{row-gap:97px!important}.col-gap-97{column-gap:97px!important}.-m-97{margin:-97px}.-mt-97{margin-block-start:-97px}.-mb-97{margin-block-end:-97px}.-ms-97{margin-inline-start:-97px}.-me-97{margin-inline-end:-97px}.-mx-97{margin-inline:-97px}.-my-97{margin-block:-97px}.m-98{margin:98px}.mt-98{margin-block-start:98px}.mb-98{margin-block-end:98px}.ms-98{margin-inline-start:98px}.me-98{margin-inline-end:98px}.mx-98{margin-inline:98px}.my-98{margin-block:98px}.p-98{padding:98px}.pt-98{padding-block-start:98px}.pb-98{padding-block-end:98px}.ps-98{padding-inline-start:98px}.pe-98{padding-inline-end:98px}.px-98{padding-inline:98px}.py-98{padding-block:98px}.gap-98{gap:98px!important}.row-gap-98{row-gap:98px!important}.col-gap-98{column-gap:98px!important}.-m-98{margin:-98px}.-mt-98{margin-block-start:-98px}.-mb-98{margin-block-end:-98px}.-ms-98{margin-inline-start:-98px}.-me-98{margin-inline-end:-98px}.-mx-98{margin-inline:-98px}.-my-98{margin-block:-98px}.m-99{margin:99px}.mt-99{margin-block-start:99px}.mb-99{margin-block-end:99px}.ms-99{margin-inline-start:99px}.me-99{margin-inline-end:99px}.mx-99{margin-inline:99px}.my-99{margin-block:99px}.p-99{padding:99px}.pt-99{padding-block-start:99px}.pb-99{padding-block-end:99px}.ps-99{padding-inline-start:99px}.pe-99{padding-inline-end:99px}.px-99{padding-inline:99px}.py-99{padding-block:99px}.gap-99{gap:99px!important}.row-gap-99{row-gap:99px!important}.col-gap-99{column-gap:99px!important}.-m-99{margin:-99px}.-mt-99{margin-block-start:-99px}.-mb-99{margin-block-end:-99px}.-ms-99{margin-inline-start:-99px}.-me-99{margin-inline-end:-99px}.-mx-99{margin-inline:-99px}.-my-99{margin-block:-99px}.m-100{margin:100px}.mt-100{margin-block-start:100px}.mb-100{margin-block-end:100px}.ms-100{margin-inline-start:100px}.me-100{margin-inline-end:100px}.mx-100{margin-inline:100px}.my-100{margin-block:100px}.p-100{padding:100px}.pt-100{padding-block-start:100px}.pb-100{padding-block-end:100px}.ps-100{padding-inline-start:100px}.pe-100{padding-inline-end:100px}.px-100{padding-inline:100px}.py-100{padding-block:100px}.gap-100{gap:100px!important}.row-gap-100{row-gap:100px!important}.col-gap-100{column-gap:100px!important}.-m-100{margin:-100px}.-mt-100{margin-block-start:-100px}.-mb-100{margin-block-end:-100px}.-ms-100{margin-inline-start:-100px}.-me-100{margin-inline-end:-100px}.-mx-100{margin-inline:-100px}.-my-100{margin-block:-100px}.m-auto{margin:auto}.mt-auto{margin-block-start:auto}.mb-auto{margin-block-end:auto}.ms-auto{margin-inline-start:auto}.me-auto{margin-inline-end:auto}.mx-auto{margin-inline:auto}.my-auto{margin-block:auto}.w-0{width:0px}.h-0{height:0px}.min-w-0{min-width:0px}.max-w-0{max-width:0px}.min-h-0{min-height:0px}.max-h-0{max-height:0px}.w-1{width:1px}.h-1{height:1px}.min-w-1{min-width:1px}.max-w-1{max-width:1px}.min-h-1{min-height:1px}.max-h-1{max-height:1px}.w-2{width:2px}.h-2{height:2px}.min-w-2{min-width:2px}.max-w-2{max-width:2px}.min-h-2{min-height:2px}.max-h-2{max-height:2px}.w-3{width:3px}.h-3{height:3px}.min-w-3{min-width:3px}.max-w-3{max-width:3px}.min-h-3{min-height:3px}.max-h-3{max-height:3px}.w-4{width:4px}.h-4{height:4px}.min-w-4{min-width:4px}.max-w-4{max-width:4px}.min-h-4{min-height:4px}.max-h-4{max-height:4px}.w-5{width:5px}.h-5{height:5px}.min-w-5{min-width:5px}.max-w-5{max-width:5px}.min-h-5{min-height:5px}.max-h-5{max-height:5px}.w-6{width:6px}.h-6{height:6px}.min-w-6{min-width:6px}.max-w-6{max-width:6px}.min-h-6{min-height:6px}.max-h-6{max-height:6px}.w-7{width:7px}.h-7{height:7px}.min-w-7{min-width:7px}.max-w-7{max-width:7px}.min-h-7{min-height:7px}.max-h-7{max-height:7px}.w-8{width:8px}.h-8{height:8px}.min-w-8{min-width:8px}.max-w-8{max-width:8px}.min-h-8{min-height:8px}.max-h-8{max-height:8px}.w-9{width:9px}.h-9{height:9px}.min-w-9{min-width:9px}.max-w-9{max-width:9px}.min-h-9{min-height:9px}.max-h-9{max-height:9px}.w-10{width:10px}.h-10{height:10px}.min-w-10{min-width:10px}.max-w-10{max-width:10px}.min-h-10{min-height:10px}.max-h-10{max-height:10px}.w-11{width:11px}.h-11{height:11px}.min-w-11{min-width:11px}.max-w-11{max-width:11px}.min-h-11{min-height:11px}.max-h-11{max-height:11px}.w-12{width:12px}.h-12{height:12px}.min-w-12{min-width:12px}.max-w-12{max-width:12px}.min-h-12{min-height:12px}.max-h-12{max-height:12px}.w-13{width:13px}.h-13{height:13px}.min-w-13{min-width:13px}.max-w-13{max-width:13px}.min-h-13{min-height:13px}.max-h-13{max-height:13px}.w-14{width:14px}.h-14{height:14px}.min-w-14{min-width:14px}.max-w-14{max-width:14px}.min-h-14{min-height:14px}.max-h-14{max-height:14px}.w-15{width:15px}.h-15{height:15px}.min-w-15{min-width:15px}.max-w-15{max-width:15px}.min-h-15{min-height:15px}.max-h-15{max-height:15px}.w-16{width:16px}.h-16{height:16px}.min-w-16{min-width:16px}.max-w-16{max-width:16px}.min-h-16{min-height:16px}.max-h-16{max-height:16px}.w-17{width:17px}.h-17{height:17px}.min-w-17{min-width:17px}.max-w-17{max-width:17px}.min-h-17{min-height:17px}.max-h-17{max-height:17px}.w-18{width:18px}.h-18{height:18px}.min-w-18{min-width:18px}.max-w-18{max-width:18px}.min-h-18{min-height:18px}.max-h-18{max-height:18px}.w-19{width:19px}.h-19{height:19px}.min-w-19{min-width:19px}.max-w-19{max-width:19px}.min-h-19{min-height:19px}.max-h-19{max-height:19px}.w-20{width:20px}.h-20{height:20px}.min-w-20{min-width:20px}.max-w-20{max-width:20px}.min-h-20{min-height:20px}.max-h-20{max-height:20px}.w-21{width:21px}.h-21{height:21px}.min-w-21{min-width:21px}.max-w-21{max-width:21px}.min-h-21{min-height:21px}.max-h-21{max-height:21px}.w-22{width:22px}.h-22{height:22px}.min-w-22{min-width:22px}.max-w-22{max-width:22px}.min-h-22{min-height:22px}.max-h-22{max-height:22px}.w-23{width:23px}.h-23{height:23px}.min-w-23{min-width:23px}.max-w-23{max-width:23px}.min-h-23{min-height:23px}.max-h-23{max-height:23px}.w-24{width:24px}.h-24{height:24px}.min-w-24{min-width:24px}.max-w-24{max-width:24px}.min-h-24{min-height:24px}.max-h-24{max-height:24px}.w-25{width:25px}.h-25{height:25px}.min-w-25{min-width:25px}.max-w-25{max-width:25px}.min-h-25{min-height:25px}.max-h-25{max-height:25px}.w-26{width:26px}.h-26{height:26px}.min-w-26{min-width:26px}.max-w-26{max-width:26px}.min-h-26{min-height:26px}.max-h-26{max-height:26px}.w-27{width:27px}.h-27{height:27px}.min-w-27{min-width:27px}.max-w-27{max-width:27px}.min-h-27{min-height:27px}.max-h-27{max-height:27px}.w-28{width:28px}.h-28{height:28px}.min-w-28{min-width:28px}.max-w-28{max-width:28px}.min-h-28{min-height:28px}.max-h-28{max-height:28px}.w-29{width:29px}.h-29{height:29px}.min-w-29{min-width:29px}.max-w-29{max-width:29px}.min-h-29{min-height:29px}.max-h-29{max-height:29px}.w-30{width:30px}.h-30{height:30px}.min-w-30{min-width:30px}.max-w-30{max-width:30px}.min-h-30{min-height:30px}.max-h-30{max-height:30px}.w-31{width:31px}.h-31{height:31px}.min-w-31{min-width:31px}.max-w-31{max-width:31px}.min-h-31{min-height:31px}.max-h-31{max-height:31px}.w-32{width:32px}.h-32{height:32px}.min-w-32{min-width:32px}.max-w-32{max-width:32px}.min-h-32{min-height:32px}.max-h-32{max-height:32px}.w-33{width:33px}.h-33{height:33px}.min-w-33{min-width:33px}.max-w-33{max-width:33px}.min-h-33{min-height:33px}.max-h-33{max-height:33px}.w-34{width:34px}.h-34{height:34px}.min-w-34{min-width:34px}.max-w-34{max-width:34px}.min-h-34{min-height:34px}.max-h-34{max-height:34px}.w-35{width:35px}.h-35{height:35px}.min-w-35{min-width:35px}.max-w-35{max-width:35px}.min-h-35{min-height:35px}.max-h-35{max-height:35px}.w-36{width:36px}.h-36{height:36px}.min-w-36{min-width:36px}.max-w-36{max-width:36px}.min-h-36{min-height:36px}.max-h-36{max-height:36px}.w-37{width:37px}.h-37{height:37px}.min-w-37{min-width:37px}.max-w-37{max-width:37px}.min-h-37{min-height:37px}.max-h-37{max-height:37px}.w-38{width:38px}.h-38{height:38px}.min-w-38{min-width:38px}.max-w-38{max-width:38px}.min-h-38{min-height:38px}.max-h-38{max-height:38px}.w-39{width:39px}.h-39{height:39px}.min-w-39{min-width:39px}.max-w-39{max-width:39px}.min-h-39{min-height:39px}.max-h-39{max-height:39px}.w-40{width:40px}.h-40{height:40px}.min-w-40{min-width:40px}.max-w-40{max-width:40px}.min-h-40{min-height:40px}.max-h-40{max-height:40px}.w-41{width:41px}.h-41{height:41px}.min-w-41{min-width:41px}.max-w-41{max-width:41px}.min-h-41{min-height:41px}.max-h-41{max-height:41px}.w-42{width:42px}.h-42{height:42px}.min-w-42{min-width:42px}.max-w-42{max-width:42px}.min-h-42{min-height:42px}.max-h-42{max-height:42px}.w-43{width:43px}.h-43{height:43px}.min-w-43{min-width:43px}.max-w-43{max-width:43px}.min-h-43{min-height:43px}.max-h-43{max-height:43px}.w-44{width:44px}.h-44{height:44px}.min-w-44{min-width:44px}.max-w-44{max-width:44px}.min-h-44{min-height:44px}.max-h-44{max-height:44px}.w-45{width:45px}.h-45{height:45px}.min-w-45{min-width:45px}.max-w-45{max-width:45px}.min-h-45{min-height:45px}.max-h-45{max-height:45px}.w-46{width:46px}.h-46{height:46px}.min-w-46{min-width:46px}.max-w-46{max-width:46px}.min-h-46{min-height:46px}.max-h-46{max-height:46px}.w-47{width:47px}.h-47{height:47px}.min-w-47{min-width:47px}.max-w-47{max-width:47px}.min-h-47{min-height:47px}.max-h-47{max-height:47px}.w-48{width:48px}.h-48{height:48px}.min-w-48{min-width:48px}.max-w-48{max-width:48px}.min-h-48{min-height:48px}.max-h-48{max-height:48px}.w-49{width:49px}.h-49{height:49px}.min-w-49{min-width:49px}.max-w-49{max-width:49px}.min-h-49{min-height:49px}.max-h-49{max-height:49px}.w-50{width:50px}.h-50{height:50px}.min-w-50{min-width:50px}.max-w-50{max-width:50px}.min-h-50{min-height:50px}.max-h-50{max-height:50px}.w-51{width:51px}.h-51{height:51px}.min-w-51{min-width:51px}.max-w-51{max-width:51px}.min-h-51{min-height:51px}.max-h-51{max-height:51px}.w-52{width:52px}.h-52{height:52px}.min-w-52{min-width:52px}.max-w-52{max-width:52px}.min-h-52{min-height:52px}.max-h-52{max-height:52px}.w-53{width:53px}.h-53{height:53px}.min-w-53{min-width:53px}.max-w-53{max-width:53px}.min-h-53{min-height:53px}.max-h-53{max-height:53px}.w-54{width:54px}.h-54{height:54px}.min-w-54{min-width:54px}.max-w-54{max-width:54px}.min-h-54{min-height:54px}.max-h-54{max-height:54px}.w-55{width:55px}.h-55{height:55px}.min-w-55{min-width:55px}.max-w-55{max-width:55px}.min-h-55{min-height:55px}.max-h-55{max-height:55px}.w-56{width:56px}.h-56{height:56px}.min-w-56{min-width:56px}.max-w-56{max-width:56px}.min-h-56{min-height:56px}.max-h-56{max-height:56px}.w-57{width:57px}.h-57{height:57px}.min-w-57{min-width:57px}.max-w-57{max-width:57px}.min-h-57{min-height:57px}.max-h-57{max-height:57px}.w-58{width:58px}.h-58{height:58px}.min-w-58{min-width:58px}.max-w-58{max-width:58px}.min-h-58{min-height:58px}.max-h-58{max-height:58px}.w-59{width:59px}.h-59{height:59px}.min-w-59{min-width:59px}.max-w-59{max-width:59px}.min-h-59{min-height:59px}.max-h-59{max-height:59px}.w-60{width:60px}.h-60{height:60px}.min-w-60{min-width:60px}.max-w-60{max-width:60px}.min-h-60{min-height:60px}.max-h-60{max-height:60px}.w-61{width:61px}.h-61{height:61px}.min-w-61{min-width:61px}.max-w-61{max-width:61px}.min-h-61{min-height:61px}.max-h-61{max-height:61px}.w-62{width:62px}.h-62{height:62px}.min-w-62{min-width:62px}.max-w-62{max-width:62px}.min-h-62{min-height:62px}.max-h-62{max-height:62px}.w-63{width:63px}.h-63{height:63px}.min-w-63{min-width:63px}.max-w-63{max-width:63px}.min-h-63{min-height:63px}.max-h-63{max-height:63px}.w-64{width:64px}.h-64{height:64px}.min-w-64{min-width:64px}.max-w-64{max-width:64px}.min-h-64{min-height:64px}.max-h-64{max-height:64px}.w-65{width:65px}.h-65{height:65px}.min-w-65{min-width:65px}.max-w-65{max-width:65px}.min-h-65{min-height:65px}.max-h-65{max-height:65px}.w-66{width:66px}.h-66{height:66px}.min-w-66{min-width:66px}.max-w-66{max-width:66px}.min-h-66{min-height:66px}.max-h-66{max-height:66px}.w-67{width:67px}.h-67{height:67px}.min-w-67{min-width:67px}.max-w-67{max-width:67px}.min-h-67{min-height:67px}.max-h-67{max-height:67px}.w-68{width:68px}.h-68{height:68px}.min-w-68{min-width:68px}.max-w-68{max-width:68px}.min-h-68{min-height:68px}.max-h-68{max-height:68px}.w-69{width:69px}.h-69{height:69px}.min-w-69{min-width:69px}.max-w-69{max-width:69px}.min-h-69{min-height:69px}.max-h-69{max-height:69px}.w-70{width:70px}.h-70{height:70px}.min-w-70{min-width:70px}.max-w-70{max-width:70px}.min-h-70{min-height:70px}.max-h-70{max-height:70px}.w-71{width:71px}.h-71{height:71px}.min-w-71{min-width:71px}.max-w-71{max-width:71px}.min-h-71{min-height:71px}.max-h-71{max-height:71px}.w-72{width:72px}.h-72{height:72px}.min-w-72{min-width:72px}.max-w-72{max-width:72px}.min-h-72{min-height:72px}.max-h-72{max-height:72px}.w-73{width:73px}.h-73{height:73px}.min-w-73{min-width:73px}.max-w-73{max-width:73px}.min-h-73{min-height:73px}.max-h-73{max-height:73px}.w-74{width:74px}.h-74{height:74px}.min-w-74{min-width:74px}.max-w-74{max-width:74px}.min-h-74{min-height:74px}.max-h-74{max-height:74px}.w-75{width:75px}.h-75{height:75px}.min-w-75{min-width:75px}.max-w-75{max-width:75px}.min-h-75{min-height:75px}.max-h-75{max-height:75px}.w-76{width:76px}.h-76{height:76px}.min-w-76{min-width:76px}.max-w-76{max-width:76px}.min-h-76{min-height:76px}.max-h-76{max-height:76px}.w-77{width:77px}.h-77{height:77px}.min-w-77{min-width:77px}.max-w-77{max-width:77px}.min-h-77{min-height:77px}.max-h-77{max-height:77px}.w-78{width:78px}.h-78{height:78px}.min-w-78{min-width:78px}.max-w-78{max-width:78px}.min-h-78{min-height:78px}.max-h-78{max-height:78px}.w-79{width:79px}.h-79{height:79px}.min-w-79{min-width:79px}.max-w-79{max-width:79px}.min-h-79{min-height:79px}.max-h-79{max-height:79px}.w-80{width:80px}.h-80{height:80px}.min-w-80{min-width:80px}.max-w-80{max-width:80px}.min-h-80{min-height:80px}.max-h-80{max-height:80px}.w-81{width:81px}.h-81{height:81px}.min-w-81{min-width:81px}.max-w-81{max-width:81px}.min-h-81{min-height:81px}.max-h-81{max-height:81px}.w-82{width:82px}.h-82{height:82px}.min-w-82{min-width:82px}.max-w-82{max-width:82px}.min-h-82{min-height:82px}.max-h-82{max-height:82px}.w-83{width:83px}.h-83{height:83px}.min-w-83{min-width:83px}.max-w-83{max-width:83px}.min-h-83{min-height:83px}.max-h-83{max-height:83px}.w-84{width:84px}.h-84{height:84px}.min-w-84{min-width:84px}.max-w-84{max-width:84px}.min-h-84{min-height:84px}.max-h-84{max-height:84px}.w-85{width:85px}.h-85{height:85px}.min-w-85{min-width:85px}.max-w-85{max-width:85px}.min-h-85{min-height:85px}.max-h-85{max-height:85px}.w-86{width:86px}.h-86{height:86px}.min-w-86{min-width:86px}.max-w-86{max-width:86px}.min-h-86{min-height:86px}.max-h-86{max-height:86px}.w-87{width:87px}.h-87{height:87px}.min-w-87{min-width:87px}.max-w-87{max-width:87px}.min-h-87{min-height:87px}.max-h-87{max-height:87px}.w-88{width:88px}.h-88{height:88px}.min-w-88{min-width:88px}.max-w-88{max-width:88px}.min-h-88{min-height:88px}.max-h-88{max-height:88px}.w-89{width:89px}.h-89{height:89px}.min-w-89{min-width:89px}.max-w-89{max-width:89px}.min-h-89{min-height:89px}.max-h-89{max-height:89px}.w-90{width:90px}.h-90{height:90px}.min-w-90{min-width:90px}.max-w-90{max-width:90px}.min-h-90{min-height:90px}.max-h-90{max-height:90px}.w-91{width:91px}.h-91{height:91px}.min-w-91{min-width:91px}.max-w-91{max-width:91px}.min-h-91{min-height:91px}.max-h-91{max-height:91px}.w-92{width:92px}.h-92{height:92px}.min-w-92{min-width:92px}.max-w-92{max-width:92px}.min-h-92{min-height:92px}.max-h-92{max-height:92px}.w-93{width:93px}.h-93{height:93px}.min-w-93{min-width:93px}.max-w-93{max-width:93px}.min-h-93{min-height:93px}.max-h-93{max-height:93px}.w-94{width:94px}.h-94{height:94px}.min-w-94{min-width:94px}.max-w-94{max-width:94px}.min-h-94{min-height:94px}.max-h-94{max-height:94px}.w-95{width:95px}.h-95{height:95px}.min-w-95{min-width:95px}.max-w-95{max-width:95px}.min-h-95{min-height:95px}.max-h-95{max-height:95px}.w-96{width:96px}.h-96{height:96px}.min-w-96{min-width:96px}.max-w-96{max-width:96px}.min-h-96{min-height:96px}.max-h-96{max-height:96px}.w-97{width:97px}.h-97{height:97px}.min-w-97{min-width:97px}.max-w-97{max-width:97px}.min-h-97{min-height:97px}.max-h-97{max-height:97px}.w-98{width:98px}.h-98{height:98px}.min-w-98{min-width:98px}.max-w-98{max-width:98px}.min-h-98{min-height:98px}.max-h-98{max-height:98px}.w-99{width:99px}.h-99{height:99px}.min-w-99{min-width:99px}.max-w-99{max-width:99px}.min-h-99{min-height:99px}.max-h-99{max-height:99px}.w-100{width:100px}.h-100{height:100px}.min-w-100{min-width:100px}.max-w-100{max-width:100px}.min-h-100{min-height:100px}.max-h-100{max-height:100px}.w-101{width:101px}.h-101{height:101px}.min-w-101{min-width:101px}.max-w-101{max-width:101px}.min-h-101{min-height:101px}.max-h-101{max-height:101px}.w-102{width:102px}.h-102{height:102px}.min-w-102{min-width:102px}.max-w-102{max-width:102px}.min-h-102{min-height:102px}.max-h-102{max-height:102px}.w-103{width:103px}.h-103{height:103px}.min-w-103{min-width:103px}.max-w-103{max-width:103px}.min-h-103{min-height:103px}.max-h-103{max-height:103px}.w-104{width:104px}.h-104{height:104px}.min-w-104{min-width:104px}.max-w-104{max-width:104px}.min-h-104{min-height:104px}.max-h-104{max-height:104px}.w-105{width:105px}.h-105{height:105px}.min-w-105{min-width:105px}.max-w-105{max-width:105px}.min-h-105{min-height:105px}.max-h-105{max-height:105px}.w-106{width:106px}.h-106{height:106px}.min-w-106{min-width:106px}.max-w-106{max-width:106px}.min-h-106{min-height:106px}.max-h-106{max-height:106px}.w-107{width:107px}.h-107{height:107px}.min-w-107{min-width:107px}.max-w-107{max-width:107px}.min-h-107{min-height:107px}.max-h-107{max-height:107px}.w-108{width:108px}.h-108{height:108px}.min-w-108{min-width:108px}.max-w-108{max-width:108px}.min-h-108{min-height:108px}.max-h-108{max-height:108px}.w-109{width:109px}.h-109{height:109px}.min-w-109{min-width:109px}.max-w-109{max-width:109px}.min-h-109{min-height:109px}.max-h-109{max-height:109px}.w-110{width:110px}.h-110{height:110px}.min-w-110{min-width:110px}.max-w-110{max-width:110px}.min-h-110{min-height:110px}.max-h-110{max-height:110px}.w-111{width:111px}.h-111{height:111px}.min-w-111{min-width:111px}.max-w-111{max-width:111px}.min-h-111{min-height:111px}.max-h-111{max-height:111px}.w-112{width:112px}.h-112{height:112px}.min-w-112{min-width:112px}.max-w-112{max-width:112px}.min-h-112{min-height:112px}.max-h-112{max-height:112px}.w-113{width:113px}.h-113{height:113px}.min-w-113{min-width:113px}.max-w-113{max-width:113px}.min-h-113{min-height:113px}.max-h-113{max-height:113px}.w-114{width:114px}.h-114{height:114px}.min-w-114{min-width:114px}.max-w-114{max-width:114px}.min-h-114{min-height:114px}.max-h-114{max-height:114px}.w-115{width:115px}.h-115{height:115px}.min-w-115{min-width:115px}.max-w-115{max-width:115px}.min-h-115{min-height:115px}.max-h-115{max-height:115px}.w-116{width:116px}.h-116{height:116px}.min-w-116{min-width:116px}.max-w-116{max-width:116px}.min-h-116{min-height:116px}.max-h-116{max-height:116px}.w-117{width:117px}.h-117{height:117px}.min-w-117{min-width:117px}.max-w-117{max-width:117px}.min-h-117{min-height:117px}.max-h-117{max-height:117px}.w-118{width:118px}.h-118{height:118px}.min-w-118{min-width:118px}.max-w-118{max-width:118px}.min-h-118{min-height:118px}.max-h-118{max-height:118px}.w-119{width:119px}.h-119{height:119px}.min-w-119{min-width:119px}.max-w-119{max-width:119px}.min-h-119{min-height:119px}.max-h-119{max-height:119px}.w-120{width:120px}.h-120{height:120px}.min-w-120{min-width:120px}.max-w-120{max-width:120px}.min-h-120{min-height:120px}.max-h-120{max-height:120px}.w-121{width:121px}.h-121{height:121px}.min-w-121{min-width:121px}.max-w-121{max-width:121px}.min-h-121{min-height:121px}.max-h-121{max-height:121px}.w-122{width:122px}.h-122{height:122px}.min-w-122{min-width:122px}.max-w-122{max-width:122px}.min-h-122{min-height:122px}.max-h-122{max-height:122px}.w-123{width:123px}.h-123{height:123px}.min-w-123{min-width:123px}.max-w-123{max-width:123px}.min-h-123{min-height:123px}.max-h-123{max-height:123px}.w-124{width:124px}.h-124{height:124px}.min-w-124{min-width:124px}.max-w-124{max-width:124px}.min-h-124{min-height:124px}.max-h-124{max-height:124px}.w-125{width:125px}.h-125{height:125px}.min-w-125{min-width:125px}.max-w-125{max-width:125px}.min-h-125{min-height:125px}.max-h-125{max-height:125px}.w-126{width:126px}.h-126{height:126px}.min-w-126{min-width:126px}.max-w-126{max-width:126px}.min-h-126{min-height:126px}.max-h-126{max-height:126px}.w-127{width:127px}.h-127{height:127px}.min-w-127{min-width:127px}.max-w-127{max-width:127px}.min-h-127{min-height:127px}.max-h-127{max-height:127px}.w-128{width:128px}.h-128{height:128px}.min-w-128{min-width:128px}.max-w-128{max-width:128px}.min-h-128{min-height:128px}.max-h-128{max-height:128px}.w-129{width:129px}.h-129{height:129px}.min-w-129{min-width:129px}.max-w-129{max-width:129px}.min-h-129{min-height:129px}.max-h-129{max-height:129px}.w-130{width:130px}.h-130{height:130px}.min-w-130{min-width:130px}.max-w-130{max-width:130px}.min-h-130{min-height:130px}.max-h-130{max-height:130px}.w-131{width:131px}.h-131{height:131px}.min-w-131{min-width:131px}.max-w-131{max-width:131px}.min-h-131{min-height:131px}.max-h-131{max-height:131px}.w-132{width:132px}.h-132{height:132px}.min-w-132{min-width:132px}.max-w-132{max-width:132px}.min-h-132{min-height:132px}.max-h-132{max-height:132px}.w-133{width:133px}.h-133{height:133px}.min-w-133{min-width:133px}.max-w-133{max-width:133px}.min-h-133{min-height:133px}.max-h-133{max-height:133px}.w-134{width:134px}.h-134{height:134px}.min-w-134{min-width:134px}.max-w-134{max-width:134px}.min-h-134{min-height:134px}.max-h-134{max-height:134px}.w-135{width:135px}.h-135{height:135px}.min-w-135{min-width:135px}.max-w-135{max-width:135px}.min-h-135{min-height:135px}.max-h-135{max-height:135px}.w-136{width:136px}.h-136{height:136px}.min-w-136{min-width:136px}.max-w-136{max-width:136px}.min-h-136{min-height:136px}.max-h-136{max-height:136px}.w-137{width:137px}.h-137{height:137px}.min-w-137{min-width:137px}.max-w-137{max-width:137px}.min-h-137{min-height:137px}.max-h-137{max-height:137px}.w-138{width:138px}.h-138{height:138px}.min-w-138{min-width:138px}.max-w-138{max-width:138px}.min-h-138{min-height:138px}.max-h-138{max-height:138px}.w-139{width:139px}.h-139{height:139px}.min-w-139{min-width:139px}.max-w-139{max-width:139px}.min-h-139{min-height:139px}.max-h-139{max-height:139px}.w-140{width:140px}.h-140{height:140px}.min-w-140{min-width:140px}.max-w-140{max-width:140px}.min-h-140{min-height:140px}.max-h-140{max-height:140px}.w-141{width:141px}.h-141{height:141px}.min-w-141{min-width:141px}.max-w-141{max-width:141px}.min-h-141{min-height:141px}.max-h-141{max-height:141px}.w-142{width:142px}.h-142{height:142px}.min-w-142{min-width:142px}.max-w-142{max-width:142px}.min-h-142{min-height:142px}.max-h-142{max-height:142px}.w-143{width:143px}.h-143{height:143px}.min-w-143{min-width:143px}.max-w-143{max-width:143px}.min-h-143{min-height:143px}.max-h-143{max-height:143px}.w-144{width:144px}.h-144{height:144px}.min-w-144{min-width:144px}.max-w-144{max-width:144px}.min-h-144{min-height:144px}.max-h-144{max-height:144px}.w-145{width:145px}.h-145{height:145px}.min-w-145{min-width:145px}.max-w-145{max-width:145px}.min-h-145{min-height:145px}.max-h-145{max-height:145px}.w-146{width:146px}.h-146{height:146px}.min-w-146{min-width:146px}.max-w-146{max-width:146px}.min-h-146{min-height:146px}.max-h-146{max-height:146px}.w-147{width:147px}.h-147{height:147px}.min-w-147{min-width:147px}.max-w-147{max-width:147px}.min-h-147{min-height:147px}.max-h-147{max-height:147px}.w-148{width:148px}.h-148{height:148px}.min-w-148{min-width:148px}.max-w-148{max-width:148px}.min-h-148{min-height:148px}.max-h-148{max-height:148px}.w-149{width:149px}.h-149{height:149px}.min-w-149{min-width:149px}.max-w-149{max-width:149px}.min-h-149{min-height:149px}.max-h-149{max-height:149px}.w-150{width:150px}.h-150{height:150px}.min-w-150{min-width:150px}.max-w-150{max-width:150px}.min-h-150{min-height:150px}.max-h-150{max-height:150px}.w-151{width:151px}.h-151{height:151px}.min-w-151{min-width:151px}.max-w-151{max-width:151px}.min-h-151{min-height:151px}.max-h-151{max-height:151px}.w-152{width:152px}.h-152{height:152px}.min-w-152{min-width:152px}.max-w-152{max-width:152px}.min-h-152{min-height:152px}.max-h-152{max-height:152px}.w-153{width:153px}.h-153{height:153px}.min-w-153{min-width:153px}.max-w-153{max-width:153px}.min-h-153{min-height:153px}.max-h-153{max-height:153px}.w-154{width:154px}.h-154{height:154px}.min-w-154{min-width:154px}.max-w-154{max-width:154px}.min-h-154{min-height:154px}.max-h-154{max-height:154px}.w-155{width:155px}.h-155{height:155px}.min-w-155{min-width:155px}.max-w-155{max-width:155px}.min-h-155{min-height:155px}.max-h-155{max-height:155px}.w-156{width:156px}.h-156{height:156px}.min-w-156{min-width:156px}.max-w-156{max-width:156px}.min-h-156{min-height:156px}.max-h-156{max-height:156px}.w-157{width:157px}.h-157{height:157px}.min-w-157{min-width:157px}.max-w-157{max-width:157px}.min-h-157{min-height:157px}.max-h-157{max-height:157px}.w-158{width:158px}.h-158{height:158px}.min-w-158{min-width:158px}.max-w-158{max-width:158px}.min-h-158{min-height:158px}.max-h-158{max-height:158px}.w-159{width:159px}.h-159{height:159px}.min-w-159{min-width:159px}.max-w-159{max-width:159px}.min-h-159{min-height:159px}.max-h-159{max-height:159px}.w-160{width:160px}.h-160{height:160px}.min-w-160{min-width:160px}.max-w-160{max-width:160px}.min-h-160{min-height:160px}.max-h-160{max-height:160px}.w-161{width:161px}.h-161{height:161px}.min-w-161{min-width:161px}.max-w-161{max-width:161px}.min-h-161{min-height:161px}.max-h-161{max-height:161px}.w-162{width:162px}.h-162{height:162px}.min-w-162{min-width:162px}.max-w-162{max-width:162px}.min-h-162{min-height:162px}.max-h-162{max-height:162px}.w-163{width:163px}.h-163{height:163px}.min-w-163{min-width:163px}.max-w-163{max-width:163px}.min-h-163{min-height:163px}.max-h-163{max-height:163px}.w-164{width:164px}.h-164{height:164px}.min-w-164{min-width:164px}.max-w-164{max-width:164px}.min-h-164{min-height:164px}.max-h-164{max-height:164px}.w-165{width:165px}.h-165{height:165px}.min-w-165{min-width:165px}.max-w-165{max-width:165px}.min-h-165{min-height:165px}.max-h-165{max-height:165px}.w-166{width:166px}.h-166{height:166px}.min-w-166{min-width:166px}.max-w-166{max-width:166px}.min-h-166{min-height:166px}.max-h-166{max-height:166px}.w-167{width:167px}.h-167{height:167px}.min-w-167{min-width:167px}.max-w-167{max-width:167px}.min-h-167{min-height:167px}.max-h-167{max-height:167px}.w-168{width:168px}.h-168{height:168px}.min-w-168{min-width:168px}.max-w-168{max-width:168px}.min-h-168{min-height:168px}.max-h-168{max-height:168px}.w-169{width:169px}.h-169{height:169px}.min-w-169{min-width:169px}.max-w-169{max-width:169px}.min-h-169{min-height:169px}.max-h-169{max-height:169px}.w-170{width:170px}.h-170{height:170px}.min-w-170{min-width:170px}.max-w-170{max-width:170px}.min-h-170{min-height:170px}.max-h-170{max-height:170px}.w-171{width:171px}.h-171{height:171px}.min-w-171{min-width:171px}.max-w-171{max-width:171px}.min-h-171{min-height:171px}.max-h-171{max-height:171px}.w-172{width:172px}.h-172{height:172px}.min-w-172{min-width:172px}.max-w-172{max-width:172px}.min-h-172{min-height:172px}.max-h-172{max-height:172px}.w-173{width:173px}.h-173{height:173px}.min-w-173{min-width:173px}.max-w-173{max-width:173px}.min-h-173{min-height:173px}.max-h-173{max-height:173px}.w-174{width:174px}.h-174{height:174px}.min-w-174{min-width:174px}.max-w-174{max-width:174px}.min-h-174{min-height:174px}.max-h-174{max-height:174px}.w-175{width:175px}.h-175{height:175px}.min-w-175{min-width:175px}.max-w-175{max-width:175px}.min-h-175{min-height:175px}.max-h-175{max-height:175px}.w-176{width:176px}.h-176{height:176px}.min-w-176{min-width:176px}.max-w-176{max-width:176px}.min-h-176{min-height:176px}.max-h-176{max-height:176px}.w-177{width:177px}.h-177{height:177px}.min-w-177{min-width:177px}.max-w-177{max-width:177px}.min-h-177{min-height:177px}.max-h-177{max-height:177px}.w-178{width:178px}.h-178{height:178px}.min-w-178{min-width:178px}.max-w-178{max-width:178px}.min-h-178{min-height:178px}.max-h-178{max-height:178px}.w-179{width:179px}.h-179{height:179px}.min-w-179{min-width:179px}.max-w-179{max-width:179px}.min-h-179{min-height:179px}.max-h-179{max-height:179px}.w-180{width:180px}.h-180{height:180px}.min-w-180{min-width:180px}.max-w-180{max-width:180px}.min-h-180{min-height:180px}.max-h-180{max-height:180px}.w-181{width:181px}.h-181{height:181px}.min-w-181{min-width:181px}.max-w-181{max-width:181px}.min-h-181{min-height:181px}.max-h-181{max-height:181px}.w-182{width:182px}.h-182{height:182px}.min-w-182{min-width:182px}.max-w-182{max-width:182px}.min-h-182{min-height:182px}.max-h-182{max-height:182px}.w-183{width:183px}.h-183{height:183px}.min-w-183{min-width:183px}.max-w-183{max-width:183px}.min-h-183{min-height:183px}.max-h-183{max-height:183px}.w-184{width:184px}.h-184{height:184px}.min-w-184{min-width:184px}.max-w-184{max-width:184px}.min-h-184{min-height:184px}.max-h-184{max-height:184px}.w-185{width:185px}.h-185{height:185px}.min-w-185{min-width:185px}.max-w-185{max-width:185px}.min-h-185{min-height:185px}.max-h-185{max-height:185px}.w-186{width:186px}.h-186{height:186px}.min-w-186{min-width:186px}.max-w-186{max-width:186px}.min-h-186{min-height:186px}.max-h-186{max-height:186px}.w-187{width:187px}.h-187{height:187px}.min-w-187{min-width:187px}.max-w-187{max-width:187px}.min-h-187{min-height:187px}.max-h-187{max-height:187px}.w-188{width:188px}.h-188{height:188px}.min-w-188{min-width:188px}.max-w-188{max-width:188px}.min-h-188{min-height:188px}.max-h-188{max-height:188px}.w-189{width:189px}.h-189{height:189px}.min-w-189{min-width:189px}.max-w-189{max-width:189px}.min-h-189{min-height:189px}.max-h-189{max-height:189px}.w-190{width:190px}.h-190{height:190px}.min-w-190{min-width:190px}.max-w-190{max-width:190px}.min-h-190{min-height:190px}.max-h-190{max-height:190px}.w-191{width:191px}.h-191{height:191px}.min-w-191{min-width:191px}.max-w-191{max-width:191px}.min-h-191{min-height:191px}.max-h-191{max-height:191px}.w-192{width:192px}.h-192{height:192px}.min-w-192{min-width:192px}.max-w-192{max-width:192px}.min-h-192{min-height:192px}.max-h-192{max-height:192px}.w-193{width:193px}.h-193{height:193px}.min-w-193{min-width:193px}.max-w-193{max-width:193px}.min-h-193{min-height:193px}.max-h-193{max-height:193px}.w-194{width:194px}.h-194{height:194px}.min-w-194{min-width:194px}.max-w-194{max-width:194px}.min-h-194{min-height:194px}.max-h-194{max-height:194px}.w-195{width:195px}.h-195{height:195px}.min-w-195{min-width:195px}.max-w-195{max-width:195px}.min-h-195{min-height:195px}.max-h-195{max-height:195px}.w-196{width:196px}.h-196{height:196px}.min-w-196{min-width:196px}.max-w-196{max-width:196px}.min-h-196{min-height:196px}.max-h-196{max-height:196px}.w-197{width:197px}.h-197{height:197px}.min-w-197{min-width:197px}.max-w-197{max-width:197px}.min-h-197{min-height:197px}.max-h-197{max-height:197px}.w-198{width:198px}.h-198{height:198px}.min-w-198{min-width:198px}.max-w-198{max-width:198px}.min-h-198{min-height:198px}.max-h-198{max-height:198px}.w-199{width:199px}.h-199{height:199px}.min-w-199{min-width:199px}.max-w-199{max-width:199px}.min-h-199{min-height:199px}.max-h-199{max-height:199px}.w-200{width:200px}.h-200{height:200px}.min-w-200{min-width:200px}.max-w-200{max-width:200px}.min-h-200{min-height:200px}.max-h-200{max-height:200px}.w-201{width:201px}.h-201{height:201px}.min-w-201{min-width:201px}.max-w-201{max-width:201px}.min-h-201{min-height:201px}.max-h-201{max-height:201px}.w-202{width:202px}.h-202{height:202px}.min-w-202{min-width:202px}.max-w-202{max-width:202px}.min-h-202{min-height:202px}.max-h-202{max-height:202px}.w-203{width:203px}.h-203{height:203px}.min-w-203{min-width:203px}.max-w-203{max-width:203px}.min-h-203{min-height:203px}.max-h-203{max-height:203px}.w-204{width:204px}.h-204{height:204px}.min-w-204{min-width:204px}.max-w-204{max-width:204px}.min-h-204{min-height:204px}.max-h-204{max-height:204px}.w-205{width:205px}.h-205{height:205px}.min-w-205{min-width:205px}.max-w-205{max-width:205px}.min-h-205{min-height:205px}.max-h-205{max-height:205px}.w-206{width:206px}.h-206{height:206px}.min-w-206{min-width:206px}.max-w-206{max-width:206px}.min-h-206{min-height:206px}.max-h-206{max-height:206px}.w-207{width:207px}.h-207{height:207px}.min-w-207{min-width:207px}.max-w-207{max-width:207px}.min-h-207{min-height:207px}.max-h-207{max-height:207px}.w-208{width:208px}.h-208{height:208px}.min-w-208{min-width:208px}.max-w-208{max-width:208px}.min-h-208{min-height:208px}.max-h-208{max-height:208px}.w-209{width:209px}.h-209{height:209px}.min-w-209{min-width:209px}.max-w-209{max-width:209px}.min-h-209{min-height:209px}.max-h-209{max-height:209px}.w-210{width:210px}.h-210{height:210px}.min-w-210{min-width:210px}.max-w-210{max-width:210px}.min-h-210{min-height:210px}.max-h-210{max-height:210px}.w-211{width:211px}.h-211{height:211px}.min-w-211{min-width:211px}.max-w-211{max-width:211px}.min-h-211{min-height:211px}.max-h-211{max-height:211px}.w-212{width:212px}.h-212{height:212px}.min-w-212{min-width:212px}.max-w-212{max-width:212px}.min-h-212{min-height:212px}.max-h-212{max-height:212px}.w-213{width:213px}.h-213{height:213px}.min-w-213{min-width:213px}.max-w-213{max-width:213px}.min-h-213{min-height:213px}.max-h-213{max-height:213px}.w-214{width:214px}.h-214{height:214px}.min-w-214{min-width:214px}.max-w-214{max-width:214px}.min-h-214{min-height:214px}.max-h-214{max-height:214px}.w-215{width:215px}.h-215{height:215px}.min-w-215{min-width:215px}.max-w-215{max-width:215px}.min-h-215{min-height:215px}.max-h-215{max-height:215px}.w-216{width:216px}.h-216{height:216px}.min-w-216{min-width:216px}.max-w-216{max-width:216px}.min-h-216{min-height:216px}.max-h-216{max-height:216px}.w-217{width:217px}.h-217{height:217px}.min-w-217{min-width:217px}.max-w-217{max-width:217px}.min-h-217{min-height:217px}.max-h-217{max-height:217px}.w-218{width:218px}.h-218{height:218px}.min-w-218{min-width:218px}.max-w-218{max-width:218px}.min-h-218{min-height:218px}.max-h-218{max-height:218px}.w-219{width:219px}.h-219{height:219px}.min-w-219{min-width:219px}.max-w-219{max-width:219px}.min-h-219{min-height:219px}.max-h-219{max-height:219px}.w-220{width:220px}.h-220{height:220px}.min-w-220{min-width:220px}.max-w-220{max-width:220px}.min-h-220{min-height:220px}.max-h-220{max-height:220px}.w-221{width:221px}.h-221{height:221px}.min-w-221{min-width:221px}.max-w-221{max-width:221px}.min-h-221{min-height:221px}.max-h-221{max-height:221px}.w-222{width:222px}.h-222{height:222px}.min-w-222{min-width:222px}.max-w-222{max-width:222px}.min-h-222{min-height:222px}.max-h-222{max-height:222px}.w-223{width:223px}.h-223{height:223px}.min-w-223{min-width:223px}.max-w-223{max-width:223px}.min-h-223{min-height:223px}.max-h-223{max-height:223px}.w-224{width:224px}.h-224{height:224px}.min-w-224{min-width:224px}.max-w-224{max-width:224px}.min-h-224{min-height:224px}.max-h-224{max-height:224px}.w-225{width:225px}.h-225{height:225px}.min-w-225{min-width:225px}.max-w-225{max-width:225px}.min-h-225{min-height:225px}.max-h-225{max-height:225px}.w-226{width:226px}.h-226{height:226px}.min-w-226{min-width:226px}.max-w-226{max-width:226px}.min-h-226{min-height:226px}.max-h-226{max-height:226px}.w-227{width:227px}.h-227{height:227px}.min-w-227{min-width:227px}.max-w-227{max-width:227px}.min-h-227{min-height:227px}.max-h-227{max-height:227px}.w-228{width:228px}.h-228{height:228px}.min-w-228{min-width:228px}.max-w-228{max-width:228px}.min-h-228{min-height:228px}.max-h-228{max-height:228px}.w-229{width:229px}.h-229{height:229px}.min-w-229{min-width:229px}.max-w-229{max-width:229px}.min-h-229{min-height:229px}.max-h-229{max-height:229px}.w-230{width:230px}.h-230{height:230px}.min-w-230{min-width:230px}.max-w-230{max-width:230px}.min-h-230{min-height:230px}.max-h-230{max-height:230px}.w-231{width:231px}.h-231{height:231px}.min-w-231{min-width:231px}.max-w-231{max-width:231px}.min-h-231{min-height:231px}.max-h-231{max-height:231px}.w-232{width:232px}.h-232{height:232px}.min-w-232{min-width:232px}.max-w-232{max-width:232px}.min-h-232{min-height:232px}.max-h-232{max-height:232px}.w-233{width:233px}.h-233{height:233px}.min-w-233{min-width:233px}.max-w-233{max-width:233px}.min-h-233{min-height:233px}.max-h-233{max-height:233px}.w-234{width:234px}.h-234{height:234px}.min-w-234{min-width:234px}.max-w-234{max-width:234px}.min-h-234{min-height:234px}.max-h-234{max-height:234px}.w-235{width:235px}.h-235{height:235px}.min-w-235{min-width:235px}.max-w-235{max-width:235px}.min-h-235{min-height:235px}.max-h-235{max-height:235px}.w-236{width:236px}.h-236{height:236px}.min-w-236{min-width:236px}.max-w-236{max-width:236px}.min-h-236{min-height:236px}.max-h-236{max-height:236px}.w-237{width:237px}.h-237{height:237px}.min-w-237{min-width:237px}.max-w-237{max-width:237px}.min-h-237{min-height:237px}.max-h-237{max-height:237px}.w-238{width:238px}.h-238{height:238px}.min-w-238{min-width:238px}.max-w-238{max-width:238px}.min-h-238{min-height:238px}.max-h-238{max-height:238px}.w-239{width:239px}.h-239{height:239px}.min-w-239{min-width:239px}.max-w-239{max-width:239px}.min-h-239{min-height:239px}.max-h-239{max-height:239px}.w-240{width:240px}.h-240{height:240px}.min-w-240{min-width:240px}.max-w-240{max-width:240px}.min-h-240{min-height:240px}.max-h-240{max-height:240px}.w-241{width:241px}.h-241{height:241px}.min-w-241{min-width:241px}.max-w-241{max-width:241px}.min-h-241{min-height:241px}.max-h-241{max-height:241px}.w-242{width:242px}.h-242{height:242px}.min-w-242{min-width:242px}.max-w-242{max-width:242px}.min-h-242{min-height:242px}.max-h-242{max-height:242px}.w-243{width:243px}.h-243{height:243px}.min-w-243{min-width:243px}.max-w-243{max-width:243px}.min-h-243{min-height:243px}.max-h-243{max-height:243px}.w-244{width:244px}.h-244{height:244px}.min-w-244{min-width:244px}.max-w-244{max-width:244px}.min-h-244{min-height:244px}.max-h-244{max-height:244px}.w-245{width:245px}.h-245{height:245px}.min-w-245{min-width:245px}.max-w-245{max-width:245px}.min-h-245{min-height:245px}.max-h-245{max-height:245px}.w-246{width:246px}.h-246{height:246px}.min-w-246{min-width:246px}.max-w-246{max-width:246px}.min-h-246{min-height:246px}.max-h-246{max-height:246px}.w-247{width:247px}.h-247{height:247px}.min-w-247{min-width:247px}.max-w-247{max-width:247px}.min-h-247{min-height:247px}.max-h-247{max-height:247px}.w-248{width:248px}.h-248{height:248px}.min-w-248{min-width:248px}.max-w-248{max-width:248px}.min-h-248{min-height:248px}.max-h-248{max-height:248px}.w-249{width:249px}.h-249{height:249px}.min-w-249{min-width:249px}.max-w-249{max-width:249px}.min-h-249{min-height:249px}.max-h-249{max-height:249px}.w-250{width:250px}.h-250{height:250px}.min-w-250{min-width:250px}.max-w-250{max-width:250px}.min-h-250{min-height:250px}.max-h-250{max-height:250px}.w-251{width:251px}.h-251{height:251px}.min-w-251{min-width:251px}.max-w-251{max-width:251px}.min-h-251{min-height:251px}.max-h-251{max-height:251px}.w-252{width:252px}.h-252{height:252px}.min-w-252{min-width:252px}.max-w-252{max-width:252px}.min-h-252{min-height:252px}.max-h-252{max-height:252px}.w-253{width:253px}.h-253{height:253px}.min-w-253{min-width:253px}.max-w-253{max-width:253px}.min-h-253{min-height:253px}.max-h-253{max-height:253px}.w-254{width:254px}.h-254{height:254px}.min-w-254{min-width:254px}.max-w-254{max-width:254px}.min-h-254{min-height:254px}.max-h-254{max-height:254px}.w-255{width:255px}.h-255{height:255px}.min-w-255{min-width:255px}.max-w-255{max-width:255px}.min-h-255{min-height:255px}.max-h-255{max-height:255px}.w-256{width:256px}.h-256{height:256px}.min-w-256{min-width:256px}.max-w-256{max-width:256px}.min-h-256{min-height:256px}.max-h-256{max-height:256px}.w-257{width:257px}.h-257{height:257px}.min-w-257{min-width:257px}.max-w-257{max-width:257px}.min-h-257{min-height:257px}.max-h-257{max-height:257px}.w-258{width:258px}.h-258{height:258px}.min-w-258{min-width:258px}.max-w-258{max-width:258px}.min-h-258{min-height:258px}.max-h-258{max-height:258px}.w-259{width:259px}.h-259{height:259px}.min-w-259{min-width:259px}.max-w-259{max-width:259px}.min-h-259{min-height:259px}.max-h-259{max-height:259px}.w-260{width:260px}.h-260{height:260px}.min-w-260{min-width:260px}.max-w-260{max-width:260px}.min-h-260{min-height:260px}.max-h-260{max-height:260px}.w-261{width:261px}.h-261{height:261px}.min-w-261{min-width:261px}.max-w-261{max-width:261px}.min-h-261{min-height:261px}.max-h-261{max-height:261px}.w-262{width:262px}.h-262{height:262px}.min-w-262{min-width:262px}.max-w-262{max-width:262px}.min-h-262{min-height:262px}.max-h-262{max-height:262px}.w-263{width:263px}.h-263{height:263px}.min-w-263{min-width:263px}.max-w-263{max-width:263px}.min-h-263{min-height:263px}.max-h-263{max-height:263px}.w-264{width:264px}.h-264{height:264px}.min-w-264{min-width:264px}.max-w-264{max-width:264px}.min-h-264{min-height:264px}.max-h-264{max-height:264px}.w-265{width:265px}.h-265{height:265px}.min-w-265{min-width:265px}.max-w-265{max-width:265px}.min-h-265{min-height:265px}.max-h-265{max-height:265px}.w-266{width:266px}.h-266{height:266px}.min-w-266{min-width:266px}.max-w-266{max-width:266px}.min-h-266{min-height:266px}.max-h-266{max-height:266px}.w-267{width:267px}.h-267{height:267px}.min-w-267{min-width:267px}.max-w-267{max-width:267px}.min-h-267{min-height:267px}.max-h-267{max-height:267px}.w-268{width:268px}.h-268{height:268px}.min-w-268{min-width:268px}.max-w-268{max-width:268px}.min-h-268{min-height:268px}.max-h-268{max-height:268px}.w-269{width:269px}.h-269{height:269px}.min-w-269{min-width:269px}.max-w-269{max-width:269px}.min-h-269{min-height:269px}.max-h-269{max-height:269px}.w-270{width:270px}.h-270{height:270px}.min-w-270{min-width:270px}.max-w-270{max-width:270px}.min-h-270{min-height:270px}.max-h-270{max-height:270px}.w-271{width:271px}.h-271{height:271px}.min-w-271{min-width:271px}.max-w-271{max-width:271px}.min-h-271{min-height:271px}.max-h-271{max-height:271px}.w-272{width:272px}.h-272{height:272px}.min-w-272{min-width:272px}.max-w-272{max-width:272px}.min-h-272{min-height:272px}.max-h-272{max-height:272px}.w-273{width:273px}.h-273{height:273px}.min-w-273{min-width:273px}.max-w-273{max-width:273px}.min-h-273{min-height:273px}.max-h-273{max-height:273px}.w-274{width:274px}.h-274{height:274px}.min-w-274{min-width:274px}.max-w-274{max-width:274px}.min-h-274{min-height:274px}.max-h-274{max-height:274px}.w-275{width:275px}.h-275{height:275px}.min-w-275{min-width:275px}.max-w-275{max-width:275px}.min-h-275{min-height:275px}.max-h-275{max-height:275px}.w-276{width:276px}.h-276{height:276px}.min-w-276{min-width:276px}.max-w-276{max-width:276px}.min-h-276{min-height:276px}.max-h-276{max-height:276px}.w-277{width:277px}.h-277{height:277px}.min-w-277{min-width:277px}.max-w-277{max-width:277px}.min-h-277{min-height:277px}.max-h-277{max-height:277px}.w-278{width:278px}.h-278{height:278px}.min-w-278{min-width:278px}.max-w-278{max-width:278px}.min-h-278{min-height:278px}.max-h-278{max-height:278px}.w-279{width:279px}.h-279{height:279px}.min-w-279{min-width:279px}.max-w-279{max-width:279px}.min-h-279{min-height:279px}.max-h-279{max-height:279px}.w-280{width:280px}.h-280{height:280px}.min-w-280{min-width:280px}.max-w-280{max-width:280px}.min-h-280{min-height:280px}.max-h-280{max-height:280px}.w-281{width:281px}.h-281{height:281px}.min-w-281{min-width:281px}.max-w-281{max-width:281px}.min-h-281{min-height:281px}.max-h-281{max-height:281px}.w-282{width:282px}.h-282{height:282px}.min-w-282{min-width:282px}.max-w-282{max-width:282px}.min-h-282{min-height:282px}.max-h-282{max-height:282px}.w-283{width:283px}.h-283{height:283px}.min-w-283{min-width:283px}.max-w-283{max-width:283px}.min-h-283{min-height:283px}.max-h-283{max-height:283px}.w-284{width:284px}.h-284{height:284px}.min-w-284{min-width:284px}.max-w-284{max-width:284px}.min-h-284{min-height:284px}.max-h-284{max-height:284px}.w-285{width:285px}.h-285{height:285px}.min-w-285{min-width:285px}.max-w-285{max-width:285px}.min-h-285{min-height:285px}.max-h-285{max-height:285px}.w-286{width:286px}.h-286{height:286px}.min-w-286{min-width:286px}.max-w-286{max-width:286px}.min-h-286{min-height:286px}.max-h-286{max-height:286px}.w-287{width:287px}.h-287{height:287px}.min-w-287{min-width:287px}.max-w-287{max-width:287px}.min-h-287{min-height:287px}.max-h-287{max-height:287px}.w-288{width:288px}.h-288{height:288px}.min-w-288{min-width:288px}.max-w-288{max-width:288px}.min-h-288{min-height:288px}.max-h-288{max-height:288px}.w-289{width:289px}.h-289{height:289px}.min-w-289{min-width:289px}.max-w-289{max-width:289px}.min-h-289{min-height:289px}.max-h-289{max-height:289px}.w-290{width:290px}.h-290{height:290px}.min-w-290{min-width:290px}.max-w-290{max-width:290px}.min-h-290{min-height:290px}.max-h-290{max-height:290px}.w-291{width:291px}.h-291{height:291px}.min-w-291{min-width:291px}.max-w-291{max-width:291px}.min-h-291{min-height:291px}.max-h-291{max-height:291px}.w-292{width:292px}.h-292{height:292px}.min-w-292{min-width:292px}.max-w-292{max-width:292px}.min-h-292{min-height:292px}.max-h-292{max-height:292px}.w-293{width:293px}.h-293{height:293px}.min-w-293{min-width:293px}.max-w-293{max-width:293px}.min-h-293{min-height:293px}.max-h-293{max-height:293px}.w-294{width:294px}.h-294{height:294px}.min-w-294{min-width:294px}.max-w-294{max-width:294px}.min-h-294{min-height:294px}.max-h-294{max-height:294px}.w-295{width:295px}.h-295{height:295px}.min-w-295{min-width:295px}.max-w-295{max-width:295px}.min-h-295{min-height:295px}.max-h-295{max-height:295px}.w-296{width:296px}.h-296{height:296px}.min-w-296{min-width:296px}.max-w-296{max-width:296px}.min-h-296{min-height:296px}.max-h-296{max-height:296px}.w-297{width:297px}.h-297{height:297px}.min-w-297{min-width:297px}.max-w-297{max-width:297px}.min-h-297{min-height:297px}.max-h-297{max-height:297px}.w-298{width:298px}.h-298{height:298px}.min-w-298{min-width:298px}.max-w-298{max-width:298px}.min-h-298{min-height:298px}.max-h-298{max-height:298px}.w-299{width:299px}.h-299{height:299px}.min-w-299{min-width:299px}.max-w-299{max-width:299px}.min-h-299{min-height:299px}.max-h-299{max-height:299px}.w-300{width:300px}.h-300{height:300px}.min-w-300{min-width:300px}.max-w-300{max-width:300px}.min-h-300{min-height:300px}.max-h-300{max-height:300px}.w-301{width:301px}.h-301{height:301px}.min-w-301{min-width:301px}.max-w-301{max-width:301px}.min-h-301{min-height:301px}.max-h-301{max-height:301px}.w-302{width:302px}.h-302{height:302px}.min-w-302{min-width:302px}.max-w-302{max-width:302px}.min-h-302{min-height:302px}.max-h-302{max-height:302px}.w-303{width:303px}.h-303{height:303px}.min-w-303{min-width:303px}.max-w-303{max-width:303px}.min-h-303{min-height:303px}.max-h-303{max-height:303px}.w-304{width:304px}.h-304{height:304px}.min-w-304{min-width:304px}.max-w-304{max-width:304px}.min-h-304{min-height:304px}.max-h-304{max-height:304px}.w-305{width:305px}.h-305{height:305px}.min-w-305{min-width:305px}.max-w-305{max-width:305px}.min-h-305{min-height:305px}.max-h-305{max-height:305px}.w-306{width:306px}.h-306{height:306px}.min-w-306{min-width:306px}.max-w-306{max-width:306px}.min-h-306{min-height:306px}.max-h-306{max-height:306px}.w-307{width:307px}.h-307{height:307px}.min-w-307{min-width:307px}.max-w-307{max-width:307px}.min-h-307{min-height:307px}.max-h-307{max-height:307px}.w-308{width:308px}.h-308{height:308px}.min-w-308{min-width:308px}.max-w-308{max-width:308px}.min-h-308{min-height:308px}.max-h-308{max-height:308px}.w-309{width:309px}.h-309{height:309px}.min-w-309{min-width:309px}.max-w-309{max-width:309px}.min-h-309{min-height:309px}.max-h-309{max-height:309px}.w-310{width:310px}.h-310{height:310px}.min-w-310{min-width:310px}.max-w-310{max-width:310px}.min-h-310{min-height:310px}.max-h-310{max-height:310px}.w-311{width:311px}.h-311{height:311px}.min-w-311{min-width:311px}.max-w-311{max-width:311px}.min-h-311{min-height:311px}.max-h-311{max-height:311px}.w-312{width:312px}.h-312{height:312px}.min-w-312{min-width:312px}.max-w-312{max-width:312px}.min-h-312{min-height:312px}.max-h-312{max-height:312px}.w-313{width:313px}.h-313{height:313px}.min-w-313{min-width:313px}.max-w-313{max-width:313px}.min-h-313{min-height:313px}.max-h-313{max-height:313px}.w-314{width:314px}.h-314{height:314px}.min-w-314{min-width:314px}.max-w-314{max-width:314px}.min-h-314{min-height:314px}.max-h-314{max-height:314px}.w-315{width:315px}.h-315{height:315px}.min-w-315{min-width:315px}.max-w-315{max-width:315px}.min-h-315{min-height:315px}.max-h-315{max-height:315px}.w-316{width:316px}.h-316{height:316px}.min-w-316{min-width:316px}.max-w-316{max-width:316px}.min-h-316{min-height:316px}.max-h-316{max-height:316px}.w-317{width:317px}.h-317{height:317px}.min-w-317{min-width:317px}.max-w-317{max-width:317px}.min-h-317{min-height:317px}.max-h-317{max-height:317px}.w-318{width:318px}.h-318{height:318px}.min-w-318{min-width:318px}.max-w-318{max-width:318px}.min-h-318{min-height:318px}.max-h-318{max-height:318px}.w-319{width:319px}.h-319{height:319px}.min-w-319{min-width:319px}.max-w-319{max-width:319px}.min-h-319{min-height:319px}.max-h-319{max-height:319px}.w-320{width:320px}.h-320{height:320px}.min-w-320{min-width:320px}.max-w-320{max-width:320px}.min-h-320{min-height:320px}.max-h-320{max-height:320px}.w-321{width:321px}.h-321{height:321px}.min-w-321{min-width:321px}.max-w-321{max-width:321px}.min-h-321{min-height:321px}.max-h-321{max-height:321px}.w-322{width:322px}.h-322{height:322px}.min-w-322{min-width:322px}.max-w-322{max-width:322px}.min-h-322{min-height:322px}.max-h-322{max-height:322px}.w-323{width:323px}.h-323{height:323px}.min-w-323{min-width:323px}.max-w-323{max-width:323px}.min-h-323{min-height:323px}.max-h-323{max-height:323px}.w-324{width:324px}.h-324{height:324px}.min-w-324{min-width:324px}.max-w-324{max-width:324px}.min-h-324{min-height:324px}.max-h-324{max-height:324px}.w-325{width:325px}.h-325{height:325px}.min-w-325{min-width:325px}.max-w-325{max-width:325px}.min-h-325{min-height:325px}.max-h-325{max-height:325px}.w-326{width:326px}.h-326{height:326px}.min-w-326{min-width:326px}.max-w-326{max-width:326px}.min-h-326{min-height:326px}.max-h-326{max-height:326px}.w-327{width:327px}.h-327{height:327px}.min-w-327{min-width:327px}.max-w-327{max-width:327px}.min-h-327{min-height:327px}.max-h-327{max-height:327px}.w-328{width:328px}.h-328{height:328px}.min-w-328{min-width:328px}.max-w-328{max-width:328px}.min-h-328{min-height:328px}.max-h-328{max-height:328px}.w-329{width:329px}.h-329{height:329px}.min-w-329{min-width:329px}.max-w-329{max-width:329px}.min-h-329{min-height:329px}.max-h-329{max-height:329px}.w-330{width:330px}.h-330{height:330px}.min-w-330{min-width:330px}.max-w-330{max-width:330px}.min-h-330{min-height:330px}.max-h-330{max-height:330px}.w-331{width:331px}.h-331{height:331px}.min-w-331{min-width:331px}.max-w-331{max-width:331px}.min-h-331{min-height:331px}.max-h-331{max-height:331px}.w-332{width:332px}.h-332{height:332px}.min-w-332{min-width:332px}.max-w-332{max-width:332px}.min-h-332{min-height:332px}.max-h-332{max-height:332px}.w-333{width:333px}.h-333{height:333px}.min-w-333{min-width:333px}.max-w-333{max-width:333px}.min-h-333{min-height:333px}.max-h-333{max-height:333px}.w-334{width:334px}.h-334{height:334px}.min-w-334{min-width:334px}.max-w-334{max-width:334px}.min-h-334{min-height:334px}.max-h-334{max-height:334px}.w-335{width:335px}.h-335{height:335px}.min-w-335{min-width:335px}.max-w-335{max-width:335px}.min-h-335{min-height:335px}.max-h-335{max-height:335px}.w-336{width:336px}.h-336{height:336px}.min-w-336{min-width:336px}.max-w-336{max-width:336px}.min-h-336{min-height:336px}.max-h-336{max-height:336px}.w-337{width:337px}.h-337{height:337px}.min-w-337{min-width:337px}.max-w-337{max-width:337px}.min-h-337{min-height:337px}.max-h-337{max-height:337px}.w-338{width:338px}.h-338{height:338px}.min-w-338{min-width:338px}.max-w-338{max-width:338px}.min-h-338{min-height:338px}.max-h-338{max-height:338px}.w-339{width:339px}.h-339{height:339px}.min-w-339{min-width:339px}.max-w-339{max-width:339px}.min-h-339{min-height:339px}.max-h-339{max-height:339px}.w-340{width:340px}.h-340{height:340px}.min-w-340{min-width:340px}.max-w-340{max-width:340px}.min-h-340{min-height:340px}.max-h-340{max-height:340px}.w-341{width:341px}.h-341{height:341px}.min-w-341{min-width:341px}.max-w-341{max-width:341px}.min-h-341{min-height:341px}.max-h-341{max-height:341px}.w-342{width:342px}.h-342{height:342px}.min-w-342{min-width:342px}.max-w-342{max-width:342px}.min-h-342{min-height:342px}.max-h-342{max-height:342px}.w-343{width:343px}.h-343{height:343px}.min-w-343{min-width:343px}.max-w-343{max-width:343px}.min-h-343{min-height:343px}.max-h-343{max-height:343px}.w-344{width:344px}.h-344{height:344px}.min-w-344{min-width:344px}.max-w-344{max-width:344px}.min-h-344{min-height:344px}.max-h-344{max-height:344px}.w-345{width:345px}.h-345{height:345px}.min-w-345{min-width:345px}.max-w-345{max-width:345px}.min-h-345{min-height:345px}.max-h-345{max-height:345px}.w-346{width:346px}.h-346{height:346px}.min-w-346{min-width:346px}.max-w-346{max-width:346px}.min-h-346{min-height:346px}.max-h-346{max-height:346px}.w-347{width:347px}.h-347{height:347px}.min-w-347{min-width:347px}.max-w-347{max-width:347px}.min-h-347{min-height:347px}.max-h-347{max-height:347px}.w-348{width:348px}.h-348{height:348px}.min-w-348{min-width:348px}.max-w-348{max-width:348px}.min-h-348{min-height:348px}.max-h-348{max-height:348px}.w-349{width:349px}.h-349{height:349px}.min-w-349{min-width:349px}.max-w-349{max-width:349px}.min-h-349{min-height:349px}.max-h-349{max-height:349px}.w-350{width:350px}.h-350{height:350px}.min-w-350{min-width:350px}.max-w-350{max-width:350px}.min-h-350{min-height:350px}.max-h-350{max-height:350px}.w-351{width:351px}.h-351{height:351px}.min-w-351{min-width:351px}.max-w-351{max-width:351px}.min-h-351{min-height:351px}.max-h-351{max-height:351px}.w-352{width:352px}.h-352{height:352px}.min-w-352{min-width:352px}.max-w-352{max-width:352px}.min-h-352{min-height:352px}.max-h-352{max-height:352px}.w-353{width:353px}.h-353{height:353px}.min-w-353{min-width:353px}.max-w-353{max-width:353px}.min-h-353{min-height:353px}.max-h-353{max-height:353px}.w-354{width:354px}.h-354{height:354px}.min-w-354{min-width:354px}.max-w-354{max-width:354px}.min-h-354{min-height:354px}.max-h-354{max-height:354px}.w-355{width:355px}.h-355{height:355px}.min-w-355{min-width:355px}.max-w-355{max-width:355px}.min-h-355{min-height:355px}.max-h-355{max-height:355px}.w-356{width:356px}.h-356{height:356px}.min-w-356{min-width:356px}.max-w-356{max-width:356px}.min-h-356{min-height:356px}.max-h-356{max-height:356px}.w-357{width:357px}.h-357{height:357px}.min-w-357{min-width:357px}.max-w-357{max-width:357px}.min-h-357{min-height:357px}.max-h-357{max-height:357px}.w-358{width:358px}.h-358{height:358px}.min-w-358{min-width:358px}.max-w-358{max-width:358px}.min-h-358{min-height:358px}.max-h-358{max-height:358px}.w-359{width:359px}.h-359{height:359px}.min-w-359{min-width:359px}.max-w-359{max-width:359px}.min-h-359{min-height:359px}.max-h-359{max-height:359px}.w-360{width:360px}.h-360{height:360px}.min-w-360{min-width:360px}.max-w-360{max-width:360px}.min-h-360{min-height:360px}.max-h-360{max-height:360px}.w-361{width:361px}.h-361{height:361px}.min-w-361{min-width:361px}.max-w-361{max-width:361px}.min-h-361{min-height:361px}.max-h-361{max-height:361px}.w-362{width:362px}.h-362{height:362px}.min-w-362{min-width:362px}.max-w-362{max-width:362px}.min-h-362{min-height:362px}.max-h-362{max-height:362px}.w-363{width:363px}.h-363{height:363px}.min-w-363{min-width:363px}.max-w-363{max-width:363px}.min-h-363{min-height:363px}.max-h-363{max-height:363px}.w-364{width:364px}.h-364{height:364px}.min-w-364{min-width:364px}.max-w-364{max-width:364px}.min-h-364{min-height:364px}.max-h-364{max-height:364px}.w-365{width:365px}.h-365{height:365px}.min-w-365{min-width:365px}.max-w-365{max-width:365px}.min-h-365{min-height:365px}.max-h-365{max-height:365px}.w-366{width:366px}.h-366{height:366px}.min-w-366{min-width:366px}.max-w-366{max-width:366px}.min-h-366{min-height:366px}.max-h-366{max-height:366px}.w-367{width:367px}.h-367{height:367px}.min-w-367{min-width:367px}.max-w-367{max-width:367px}.min-h-367{min-height:367px}.max-h-367{max-height:367px}.w-368{width:368px}.h-368{height:368px}.min-w-368{min-width:368px}.max-w-368{max-width:368px}.min-h-368{min-height:368px}.max-h-368{max-height:368px}.w-369{width:369px}.h-369{height:369px}.min-w-369{min-width:369px}.max-w-369{max-width:369px}.min-h-369{min-height:369px}.max-h-369{max-height:369px}.w-370{width:370px}.h-370{height:370px}.min-w-370{min-width:370px}.max-w-370{max-width:370px}.min-h-370{min-height:370px}.max-h-370{max-height:370px}.w-371{width:371px}.h-371{height:371px}.min-w-371{min-width:371px}.max-w-371{max-width:371px}.min-h-371{min-height:371px}.max-h-371{max-height:371px}.w-372{width:372px}.h-372{height:372px}.min-w-372{min-width:372px}.max-w-372{max-width:372px}.min-h-372{min-height:372px}.max-h-372{max-height:372px}.w-373{width:373px}.h-373{height:373px}.min-w-373{min-width:373px}.max-w-373{max-width:373px}.min-h-373{min-height:373px}.max-h-373{max-height:373px}.w-374{width:374px}.h-374{height:374px}.min-w-374{min-width:374px}.max-w-374{max-width:374px}.min-h-374{min-height:374px}.max-h-374{max-height:374px}.w-375{width:375px}.h-375{height:375px}.min-w-375{min-width:375px}.max-w-375{max-width:375px}.min-h-375{min-height:375px}.max-h-375{max-height:375px}.w-376{width:376px}.h-376{height:376px}.min-w-376{min-width:376px}.max-w-376{max-width:376px}.min-h-376{min-height:376px}.max-h-376{max-height:376px}.w-377{width:377px}.h-377{height:377px}.min-w-377{min-width:377px}.max-w-377{max-width:377px}.min-h-377{min-height:377px}.max-h-377{max-height:377px}.w-378{width:378px}.h-378{height:378px}.min-w-378{min-width:378px}.max-w-378{max-width:378px}.min-h-378{min-height:378px}.max-h-378{max-height:378px}.w-379{width:379px}.h-379{height:379px}.min-w-379{min-width:379px}.max-w-379{max-width:379px}.min-h-379{min-height:379px}.max-h-379{max-height:379px}.w-380{width:380px}.h-380{height:380px}.min-w-380{min-width:380px}.max-w-380{max-width:380px}.min-h-380{min-height:380px}.max-h-380{max-height:380px}.w-381{width:381px}.h-381{height:381px}.min-w-381{min-width:381px}.max-w-381{max-width:381px}.min-h-381{min-height:381px}.max-h-381{max-height:381px}.w-382{width:382px}.h-382{height:382px}.min-w-382{min-width:382px}.max-w-382{max-width:382px}.min-h-382{min-height:382px}.max-h-382{max-height:382px}.w-383{width:383px}.h-383{height:383px}.min-w-383{min-width:383px}.max-w-383{max-width:383px}.min-h-383{min-height:383px}.max-h-383{max-height:383px}.w-384{width:384px}.h-384{height:384px}.min-w-384{min-width:384px}.max-w-384{max-width:384px}.min-h-384{min-height:384px}.max-h-384{max-height:384px}.w-385{width:385px}.h-385{height:385px}.min-w-385{min-width:385px}.max-w-385{max-width:385px}.min-h-385{min-height:385px}.max-h-385{max-height:385px}.w-386{width:386px}.h-386{height:386px}.min-w-386{min-width:386px}.max-w-386{max-width:386px}.min-h-386{min-height:386px}.max-h-386{max-height:386px}.w-387{width:387px}.h-387{height:387px}.min-w-387{min-width:387px}.max-w-387{max-width:387px}.min-h-387{min-height:387px}.max-h-387{max-height:387px}.w-388{width:388px}.h-388{height:388px}.min-w-388{min-width:388px}.max-w-388{max-width:388px}.min-h-388{min-height:388px}.max-h-388{max-height:388px}.w-389{width:389px}.h-389{height:389px}.min-w-389{min-width:389px}.max-w-389{max-width:389px}.min-h-389{min-height:389px}.max-h-389{max-height:389px}.w-390{width:390px}.h-390{height:390px}.min-w-390{min-width:390px}.max-w-390{max-width:390px}.min-h-390{min-height:390px}.max-h-390{max-height:390px}.w-391{width:391px}.h-391{height:391px}.min-w-391{min-width:391px}.max-w-391{max-width:391px}.min-h-391{min-height:391px}.max-h-391{max-height:391px}.w-392{width:392px}.h-392{height:392px}.min-w-392{min-width:392px}.max-w-392{max-width:392px}.min-h-392{min-height:392px}.max-h-392{max-height:392px}.w-393{width:393px}.h-393{height:393px}.min-w-393{min-width:393px}.max-w-393{max-width:393px}.min-h-393{min-height:393px}.max-h-393{max-height:393px}.w-394{width:394px}.h-394{height:394px}.min-w-394{min-width:394px}.max-w-394{max-width:394px}.min-h-394{min-height:394px}.max-h-394{max-height:394px}.w-395{width:395px}.h-395{height:395px}.min-w-395{min-width:395px}.max-w-395{max-width:395px}.min-h-395{min-height:395px}.max-h-395{max-height:395px}.w-396{width:396px}.h-396{height:396px}.min-w-396{min-width:396px}.max-w-396{max-width:396px}.min-h-396{min-height:396px}.max-h-396{max-height:396px}.w-397{width:397px}.h-397{height:397px}.min-w-397{min-width:397px}.max-w-397{max-width:397px}.min-h-397{min-height:397px}.max-h-397{max-height:397px}.w-398{width:398px}.h-398{height:398px}.min-w-398{min-width:398px}.max-w-398{max-width:398px}.min-h-398{min-height:398px}.max-h-398{max-height:398px}.w-399{width:399px}.h-399{height:399px}.min-w-399{min-width:399px}.max-w-399{max-width:399px}.min-h-399{min-height:399px}.max-h-399{max-height:399px}.w-400{width:400px}.h-400{height:400px}.min-w-400{min-width:400px}.max-w-400{max-width:400px}.min-h-400{min-height:400px}.max-h-400{max-height:400px}.w-401{width:401px}.h-401{height:401px}.min-w-401{min-width:401px}.max-w-401{max-width:401px}.min-h-401{min-height:401px}.max-h-401{max-height:401px}.w-402{width:402px}.h-402{height:402px}.min-w-402{min-width:402px}.max-w-402{max-width:402px}.min-h-402{min-height:402px}.max-h-402{max-height:402px}.w-403{width:403px}.h-403{height:403px}.min-w-403{min-width:403px}.max-w-403{max-width:403px}.min-h-403{min-height:403px}.max-h-403{max-height:403px}.w-404{width:404px}.h-404{height:404px}.min-w-404{min-width:404px}.max-w-404{max-width:404px}.min-h-404{min-height:404px}.max-h-404{max-height:404px}.w-405{width:405px}.h-405{height:405px}.min-w-405{min-width:405px}.max-w-405{max-width:405px}.min-h-405{min-height:405px}.max-h-405{max-height:405px}.w-406{width:406px}.h-406{height:406px}.min-w-406{min-width:406px}.max-w-406{max-width:406px}.min-h-406{min-height:406px}.max-h-406{max-height:406px}.w-407{width:407px}.h-407{height:407px}.min-w-407{min-width:407px}.max-w-407{max-width:407px}.min-h-407{min-height:407px}.max-h-407{max-height:407px}.w-408{width:408px}.h-408{height:408px}.min-w-408{min-width:408px}.max-w-408{max-width:408px}.min-h-408{min-height:408px}.max-h-408{max-height:408px}.w-409{width:409px}.h-409{height:409px}.min-w-409{min-width:409px}.max-w-409{max-width:409px}.min-h-409{min-height:409px}.max-h-409{max-height:409px}.w-410{width:410px}.h-410{height:410px}.min-w-410{min-width:410px}.max-w-410{max-width:410px}.min-h-410{min-height:410px}.max-h-410{max-height:410px}.w-411{width:411px}.h-411{height:411px}.min-w-411{min-width:411px}.max-w-411{max-width:411px}.min-h-411{min-height:411px}.max-h-411{max-height:411px}.w-412{width:412px}.h-412{height:412px}.min-w-412{min-width:412px}.max-w-412{max-width:412px}.min-h-412{min-height:412px}.max-h-412{max-height:412px}.w-413{width:413px}.h-413{height:413px}.min-w-413{min-width:413px}.max-w-413{max-width:413px}.min-h-413{min-height:413px}.max-h-413{max-height:413px}.w-414{width:414px}.h-414{height:414px}.min-w-414{min-width:414px}.max-w-414{max-width:414px}.min-h-414{min-height:414px}.max-h-414{max-height:414px}.w-415{width:415px}.h-415{height:415px}.min-w-415{min-width:415px}.max-w-415{max-width:415px}.min-h-415{min-height:415px}.max-h-415{max-height:415px}.w-416{width:416px}.h-416{height:416px}.min-w-416{min-width:416px}.max-w-416{max-width:416px}.min-h-416{min-height:416px}.max-h-416{max-height:416px}.w-417{width:417px}.h-417{height:417px}.min-w-417{min-width:417px}.max-w-417{max-width:417px}.min-h-417{min-height:417px}.max-h-417{max-height:417px}.w-418{width:418px}.h-418{height:418px}.min-w-418{min-width:418px}.max-w-418{max-width:418px}.min-h-418{min-height:418px}.max-h-418{max-height:418px}.w-419{width:419px}.h-419{height:419px}.min-w-419{min-width:419px}.max-w-419{max-width:419px}.min-h-419{min-height:419px}.max-h-419{max-height:419px}.w-420{width:420px}.h-420{height:420px}.min-w-420{min-width:420px}.max-w-420{max-width:420px}.min-h-420{min-height:420px}.max-h-420{max-height:420px}.w-421{width:421px}.h-421{height:421px}.min-w-421{min-width:421px}.max-w-421{max-width:421px}.min-h-421{min-height:421px}.max-h-421{max-height:421px}.w-422{width:422px}.h-422{height:422px}.min-w-422{min-width:422px}.max-w-422{max-width:422px}.min-h-422{min-height:422px}.max-h-422{max-height:422px}.w-423{width:423px}.h-423{height:423px}.min-w-423{min-width:423px}.max-w-423{max-width:423px}.min-h-423{min-height:423px}.max-h-423{max-height:423px}.w-424{width:424px}.h-424{height:424px}.min-w-424{min-width:424px}.max-w-424{max-width:424px}.min-h-424{min-height:424px}.max-h-424{max-height:424px}.w-425{width:425px}.h-425{height:425px}.min-w-425{min-width:425px}.max-w-425{max-width:425px}.min-h-425{min-height:425px}.max-h-425{max-height:425px}.w-426{width:426px}.h-426{height:426px}.min-w-426{min-width:426px}.max-w-426{max-width:426px}.min-h-426{min-height:426px}.max-h-426{max-height:426px}.w-427{width:427px}.h-427{height:427px}.min-w-427{min-width:427px}.max-w-427{max-width:427px}.min-h-427{min-height:427px}.max-h-427{max-height:427px}.w-428{width:428px}.h-428{height:428px}.min-w-428{min-width:428px}.max-w-428{max-width:428px}.min-h-428{min-height:428px}.max-h-428{max-height:428px}.w-429{width:429px}.h-429{height:429px}.min-w-429{min-width:429px}.max-w-429{max-width:429px}.min-h-429{min-height:429px}.max-h-429{max-height:429px}.w-430{width:430px}.h-430{height:430px}.min-w-430{min-width:430px}.max-w-430{max-width:430px}.min-h-430{min-height:430px}.max-h-430{max-height:430px}.w-431{width:431px}.h-431{height:431px}.min-w-431{min-width:431px}.max-w-431{max-width:431px}.min-h-431{min-height:431px}.max-h-431{max-height:431px}.w-432{width:432px}.h-432{height:432px}.min-w-432{min-width:432px}.max-w-432{max-width:432px}.min-h-432{min-height:432px}.max-h-432{max-height:432px}.w-433{width:433px}.h-433{height:433px}.min-w-433{min-width:433px}.max-w-433{max-width:433px}.min-h-433{min-height:433px}.max-h-433{max-height:433px}.w-434{width:434px}.h-434{height:434px}.min-w-434{min-width:434px}.max-w-434{max-width:434px}.min-h-434{min-height:434px}.max-h-434{max-height:434px}.w-435{width:435px}.h-435{height:435px}.min-w-435{min-width:435px}.max-w-435{max-width:435px}.min-h-435{min-height:435px}.max-h-435{max-height:435px}.w-436{width:436px}.h-436{height:436px}.min-w-436{min-width:436px}.max-w-436{max-width:436px}.min-h-436{min-height:436px}.max-h-436{max-height:436px}.w-437{width:437px}.h-437{height:437px}.min-w-437{min-width:437px}.max-w-437{max-width:437px}.min-h-437{min-height:437px}.max-h-437{max-height:437px}.w-438{width:438px}.h-438{height:438px}.min-w-438{min-width:438px}.max-w-438{max-width:438px}.min-h-438{min-height:438px}.max-h-438{max-height:438px}.w-439{width:439px}.h-439{height:439px}.min-w-439{min-width:439px}.max-w-439{max-width:439px}.min-h-439{min-height:439px}.max-h-439{max-height:439px}.w-440{width:440px}.h-440{height:440px}.min-w-440{min-width:440px}.max-w-440{max-width:440px}.min-h-440{min-height:440px}.max-h-440{max-height:440px}.w-441{width:441px}.h-441{height:441px}.min-w-441{min-width:441px}.max-w-441{max-width:441px}.min-h-441{min-height:441px}.max-h-441{max-height:441px}.w-442{width:442px}.h-442{height:442px}.min-w-442{min-width:442px}.max-w-442{max-width:442px}.min-h-442{min-height:442px}.max-h-442{max-height:442px}.w-443{width:443px}.h-443{height:443px}.min-w-443{min-width:443px}.max-w-443{max-width:443px}.min-h-443{min-height:443px}.max-h-443{max-height:443px}.w-444{width:444px}.h-444{height:444px}.min-w-444{min-width:444px}.max-w-444{max-width:444px}.min-h-444{min-height:444px}.max-h-444{max-height:444px}.w-445{width:445px}.h-445{height:445px}.min-w-445{min-width:445px}.max-w-445{max-width:445px}.min-h-445{min-height:445px}.max-h-445{max-height:445px}.w-446{width:446px}.h-446{height:446px}.min-w-446{min-width:446px}.max-w-446{max-width:446px}.min-h-446{min-height:446px}.max-h-446{max-height:446px}.w-447{width:447px}.h-447{height:447px}.min-w-447{min-width:447px}.max-w-447{max-width:447px}.min-h-447{min-height:447px}.max-h-447{max-height:447px}.w-448{width:448px}.h-448{height:448px}.min-w-448{min-width:448px}.max-w-448{max-width:448px}.min-h-448{min-height:448px}.max-h-448{max-height:448px}.w-449{width:449px}.h-449{height:449px}.min-w-449{min-width:449px}.max-w-449{max-width:449px}.min-h-449{min-height:449px}.max-h-449{max-height:449px}.w-450{width:450px}.h-450{height:450px}.min-w-450{min-width:450px}.max-w-450{max-width:450px}.min-h-450{min-height:450px}.max-h-450{max-height:450px}.w-451{width:451px}.h-451{height:451px}.min-w-451{min-width:451px}.max-w-451{max-width:451px}.min-h-451{min-height:451px}.max-h-451{max-height:451px}.w-452{width:452px}.h-452{height:452px}.min-w-452{min-width:452px}.max-w-452{max-width:452px}.min-h-452{min-height:452px}.max-h-452{max-height:452px}.w-453{width:453px}.h-453{height:453px}.min-w-453{min-width:453px}.max-w-453{max-width:453px}.min-h-453{min-height:453px}.max-h-453{max-height:453px}.w-454{width:454px}.h-454{height:454px}.min-w-454{min-width:454px}.max-w-454{max-width:454px}.min-h-454{min-height:454px}.max-h-454{max-height:454px}.w-455{width:455px}.h-455{height:455px}.min-w-455{min-width:455px}.max-w-455{max-width:455px}.min-h-455{min-height:455px}.max-h-455{max-height:455px}.w-456{width:456px}.h-456{height:456px}.min-w-456{min-width:456px}.max-w-456{max-width:456px}.min-h-456{min-height:456px}.max-h-456{max-height:456px}.w-457{width:457px}.h-457{height:457px}.min-w-457{min-width:457px}.max-w-457{max-width:457px}.min-h-457{min-height:457px}.max-h-457{max-height:457px}.w-458{width:458px}.h-458{height:458px}.min-w-458{min-width:458px}.max-w-458{max-width:458px}.min-h-458{min-height:458px}.max-h-458{max-height:458px}.w-459{width:459px}.h-459{height:459px}.min-w-459{min-width:459px}.max-w-459{max-width:459px}.min-h-459{min-height:459px}.max-h-459{max-height:459px}.w-460{width:460px}.h-460{height:460px}.min-w-460{min-width:460px}.max-w-460{max-width:460px}.min-h-460{min-height:460px}.max-h-460{max-height:460px}.w-461{width:461px}.h-461{height:461px}.min-w-461{min-width:461px}.max-w-461{max-width:461px}.min-h-461{min-height:461px}.max-h-461{max-height:461px}.w-462{width:462px}.h-462{height:462px}.min-w-462{min-width:462px}.max-w-462{max-width:462px}.min-h-462{min-height:462px}.max-h-462{max-height:462px}.w-463{width:463px}.h-463{height:463px}.min-w-463{min-width:463px}.max-w-463{max-width:463px}.min-h-463{min-height:463px}.max-h-463{max-height:463px}.w-464{width:464px}.h-464{height:464px}.min-w-464{min-width:464px}.max-w-464{max-width:464px}.min-h-464{min-height:464px}.max-h-464{max-height:464px}.w-465{width:465px}.h-465{height:465px}.min-w-465{min-width:465px}.max-w-465{max-width:465px}.min-h-465{min-height:465px}.max-h-465{max-height:465px}.w-466{width:466px}.h-466{height:466px}.min-w-466{min-width:466px}.max-w-466{max-width:466px}.min-h-466{min-height:466px}.max-h-466{max-height:466px}.w-467{width:467px}.h-467{height:467px}.min-w-467{min-width:467px}.max-w-467{max-width:467px}.min-h-467{min-height:467px}.max-h-467{max-height:467px}.w-468{width:468px}.h-468{height:468px}.min-w-468{min-width:468px}.max-w-468{max-width:468px}.min-h-468{min-height:468px}.max-h-468{max-height:468px}.w-469{width:469px}.h-469{height:469px}.min-w-469{min-width:469px}.max-w-469{max-width:469px}.min-h-469{min-height:469px}.max-h-469{max-height:469px}.w-470{width:470px}.h-470{height:470px}.min-w-470{min-width:470px}.max-w-470{max-width:470px}.min-h-470{min-height:470px}.max-h-470{max-height:470px}.w-471{width:471px}.h-471{height:471px}.min-w-471{min-width:471px}.max-w-471{max-width:471px}.min-h-471{min-height:471px}.max-h-471{max-height:471px}.w-472{width:472px}.h-472{height:472px}.min-w-472{min-width:472px}.max-w-472{max-width:472px}.min-h-472{min-height:472px}.max-h-472{max-height:472px}.w-473{width:473px}.h-473{height:473px}.min-w-473{min-width:473px}.max-w-473{max-width:473px}.min-h-473{min-height:473px}.max-h-473{max-height:473px}.w-474{width:474px}.h-474{height:474px}.min-w-474{min-width:474px}.max-w-474{max-width:474px}.min-h-474{min-height:474px}.max-h-474{max-height:474px}.w-475{width:475px}.h-475{height:475px}.min-w-475{min-width:475px}.max-w-475{max-width:475px}.min-h-475{min-height:475px}.max-h-475{max-height:475px}.w-476{width:476px}.h-476{height:476px}.min-w-476{min-width:476px}.max-w-476{max-width:476px}.min-h-476{min-height:476px}.max-h-476{max-height:476px}.w-477{width:477px}.h-477{height:477px}.min-w-477{min-width:477px}.max-w-477{max-width:477px}.min-h-477{min-height:477px}.max-h-477{max-height:477px}.w-478{width:478px}.h-478{height:478px}.min-w-478{min-width:478px}.max-w-478{max-width:478px}.min-h-478{min-height:478px}.max-h-478{max-height:478px}.w-479{width:479px}.h-479{height:479px}.min-w-479{min-width:479px}.max-w-479{max-width:479px}.min-h-479{min-height:479px}.max-h-479{max-height:479px}.w-480{width:480px}.h-480{height:480px}.min-w-480{min-width:480px}.max-w-480{max-width:480px}.min-h-480{min-height:480px}.max-h-480{max-height:480px}.w-481{width:481px}.h-481{height:481px}.min-w-481{min-width:481px}.max-w-481{max-width:481px}.min-h-481{min-height:481px}.max-h-481{max-height:481px}.w-482{width:482px}.h-482{height:482px}.min-w-482{min-width:482px}.max-w-482{max-width:482px}.min-h-482{min-height:482px}.max-h-482{max-height:482px}.w-483{width:483px}.h-483{height:483px}.min-w-483{min-width:483px}.max-w-483{max-width:483px}.min-h-483{min-height:483px}.max-h-483{max-height:483px}.w-484{width:484px}.h-484{height:484px}.min-w-484{min-width:484px}.max-w-484{max-width:484px}.min-h-484{min-height:484px}.max-h-484{max-height:484px}.w-485{width:485px}.h-485{height:485px}.min-w-485{min-width:485px}.max-w-485{max-width:485px}.min-h-485{min-height:485px}.max-h-485{max-height:485px}.w-486{width:486px}.h-486{height:486px}.min-w-486{min-width:486px}.max-w-486{max-width:486px}.min-h-486{min-height:486px}.max-h-486{max-height:486px}.w-487{width:487px}.h-487{height:487px}.min-w-487{min-width:487px}.max-w-487{max-width:487px}.min-h-487{min-height:487px}.max-h-487{max-height:487px}.w-488{width:488px}.h-488{height:488px}.min-w-488{min-width:488px}.max-w-488{max-width:488px}.min-h-488{min-height:488px}.max-h-488{max-height:488px}.w-489{width:489px}.h-489{height:489px}.min-w-489{min-width:489px}.max-w-489{max-width:489px}.min-h-489{min-height:489px}.max-h-489{max-height:489px}.w-490{width:490px}.h-490{height:490px}.min-w-490{min-width:490px}.max-w-490{max-width:490px}.min-h-490{min-height:490px}.max-h-490{max-height:490px}.w-491{width:491px}.h-491{height:491px}.min-w-491{min-width:491px}.max-w-491{max-width:491px}.min-h-491{min-height:491px}.max-h-491{max-height:491px}.w-492{width:492px}.h-492{height:492px}.min-w-492{min-width:492px}.max-w-492{max-width:492px}.min-h-492{min-height:492px}.max-h-492{max-height:492px}.w-493{width:493px}.h-493{height:493px}.min-w-493{min-width:493px}.max-w-493{max-width:493px}.min-h-493{min-height:493px}.max-h-493{max-height:493px}.w-494{width:494px}.h-494{height:494px}.min-w-494{min-width:494px}.max-w-494{max-width:494px}.min-h-494{min-height:494px}.max-h-494{max-height:494px}.w-495{width:495px}.h-495{height:495px}.min-w-495{min-width:495px}.max-w-495{max-width:495px}.min-h-495{min-height:495px}.max-h-495{max-height:495px}.w-496{width:496px}.h-496{height:496px}.min-w-496{min-width:496px}.max-w-496{max-width:496px}.min-h-496{min-height:496px}.max-h-496{max-height:496px}.w-497{width:497px}.h-497{height:497px}.min-w-497{min-width:497px}.max-w-497{max-width:497px}.min-h-497{min-height:497px}.max-h-497{max-height:497px}.w-498{width:498px}.h-498{height:498px}.min-w-498{min-width:498px}.max-w-498{max-width:498px}.min-h-498{min-height:498px}.max-h-498{max-height:498px}.w-499{width:499px}.h-499{height:499px}.min-w-499{min-width:499px}.max-w-499{max-width:499px}.min-h-499{min-height:499px}.max-h-499{max-height:499px}.w-500{width:500px}.h-500{height:500px}.min-w-500{min-width:500px}.max-w-500{max-width:500px}.min-h-500{min-height:500px}.max-h-500{max-height:500px}.w-501{width:501px}.h-501{height:501px}.min-w-501{min-width:501px}.max-w-501{max-width:501px}.min-h-501{min-height:501px}.max-h-501{max-height:501px}.w-502{width:502px}.h-502{height:502px}.min-w-502{min-width:502px}.max-w-502{max-width:502px}.min-h-502{min-height:502px}.max-h-502{max-height:502px}.w-503{width:503px}.h-503{height:503px}.min-w-503{min-width:503px}.max-w-503{max-width:503px}.min-h-503{min-height:503px}.max-h-503{max-height:503px}.w-504{width:504px}.h-504{height:504px}.min-w-504{min-width:504px}.max-w-504{max-width:504px}.min-h-504{min-height:504px}.max-h-504{max-height:504px}.w-505{width:505px}.h-505{height:505px}.min-w-505{min-width:505px}.max-w-505{max-width:505px}.min-h-505{min-height:505px}.max-h-505{max-height:505px}.w-506{width:506px}.h-506{height:506px}.min-w-506{min-width:506px}.max-w-506{max-width:506px}.min-h-506{min-height:506px}.max-h-506{max-height:506px}.w-507{width:507px}.h-507{height:507px}.min-w-507{min-width:507px}.max-w-507{max-width:507px}.min-h-507{min-height:507px}.max-h-507{max-height:507px}.w-508{width:508px}.h-508{height:508px}.min-w-508{min-width:508px}.max-w-508{max-width:508px}.min-h-508{min-height:508px}.max-h-508{max-height:508px}.w-509{width:509px}.h-509{height:509px}.min-w-509{min-width:509px}.max-w-509{max-width:509px}.min-h-509{min-height:509px}.max-h-509{max-height:509px}.w-510{width:510px}.h-510{height:510px}.min-w-510{min-width:510px}.max-w-510{max-width:510px}.min-h-510{min-height:510px}.max-h-510{max-height:510px}.w-511{width:511px}.h-511{height:511px}.min-w-511{min-width:511px}.max-w-511{max-width:511px}.min-h-511{min-height:511px}.max-h-511{max-height:511px}.w-512{width:512px}.h-512{height:512px}.min-w-512{min-width:512px}.max-w-512{max-width:512px}.min-h-512{min-height:512px}.max-h-512{max-height:512px}.w-513{width:513px}.h-513{height:513px}.min-w-513{min-width:513px}.max-w-513{max-width:513px}.min-h-513{min-height:513px}.max-h-513{max-height:513px}.w-514{width:514px}.h-514{height:514px}.min-w-514{min-width:514px}.max-w-514{max-width:514px}.min-h-514{min-height:514px}.max-h-514{max-height:514px}.w-515{width:515px}.h-515{height:515px}.min-w-515{min-width:515px}.max-w-515{max-width:515px}.min-h-515{min-height:515px}.max-h-515{max-height:515px}.w-516{width:516px}.h-516{height:516px}.min-w-516{min-width:516px}.max-w-516{max-width:516px}.min-h-516{min-height:516px}.max-h-516{max-height:516px}.w-517{width:517px}.h-517{height:517px}.min-w-517{min-width:517px}.max-w-517{max-width:517px}.min-h-517{min-height:517px}.max-h-517{max-height:517px}.w-518{width:518px}.h-518{height:518px}.min-w-518{min-width:518px}.max-w-518{max-width:518px}.min-h-518{min-height:518px}.max-h-518{max-height:518px}.w-519{width:519px}.h-519{height:519px}.min-w-519{min-width:519px}.max-w-519{max-width:519px}.min-h-519{min-height:519px}.max-h-519{max-height:519px}.w-520{width:520px}.h-520{height:520px}.min-w-520{min-width:520px}.max-w-520{max-width:520px}.min-h-520{min-height:520px}.max-h-520{max-height:520px}.w-521{width:521px}.h-521{height:521px}.min-w-521{min-width:521px}.max-w-521{max-width:521px}.min-h-521{min-height:521px}.max-h-521{max-height:521px}.w-522{width:522px}.h-522{height:522px}.min-w-522{min-width:522px}.max-w-522{max-width:522px}.min-h-522{min-height:522px}.max-h-522{max-height:522px}.w-523{width:523px}.h-523{height:523px}.min-w-523{min-width:523px}.max-w-523{max-width:523px}.min-h-523{min-height:523px}.max-h-523{max-height:523px}.w-524{width:524px}.h-524{height:524px}.min-w-524{min-width:524px}.max-w-524{max-width:524px}.min-h-524{min-height:524px}.max-h-524{max-height:524px}.w-525{width:525px}.h-525{height:525px}.min-w-525{min-width:525px}.max-w-525{max-width:525px}.min-h-525{min-height:525px}.max-h-525{max-height:525px}.w-526{width:526px}.h-526{height:526px}.min-w-526{min-width:526px}.max-w-526{max-width:526px}.min-h-526{min-height:526px}.max-h-526{max-height:526px}.w-527{width:527px}.h-527{height:527px}.min-w-527{min-width:527px}.max-w-527{max-width:527px}.min-h-527{min-height:527px}.max-h-527{max-height:527px}.w-528{width:528px}.h-528{height:528px}.min-w-528{min-width:528px}.max-w-528{max-width:528px}.min-h-528{min-height:528px}.max-h-528{max-height:528px}.w-529{width:529px}.h-529{height:529px}.min-w-529{min-width:529px}.max-w-529{max-width:529px}.min-h-529{min-height:529px}.max-h-529{max-height:529px}.w-530{width:530px}.h-530{height:530px}.min-w-530{min-width:530px}.max-w-530{max-width:530px}.min-h-530{min-height:530px}.max-h-530{max-height:530px}.w-531{width:531px}.h-531{height:531px}.min-w-531{min-width:531px}.max-w-531{max-width:531px}.min-h-531{min-height:531px}.max-h-531{max-height:531px}.w-532{width:532px}.h-532{height:532px}.min-w-532{min-width:532px}.max-w-532{max-width:532px}.min-h-532{min-height:532px}.max-h-532{max-height:532px}.w-533{width:533px}.h-533{height:533px}.min-w-533{min-width:533px}.max-w-533{max-width:533px}.min-h-533{min-height:533px}.max-h-533{max-height:533px}.w-534{width:534px}.h-534{height:534px}.min-w-534{min-width:534px}.max-w-534{max-width:534px}.min-h-534{min-height:534px}.max-h-534{max-height:534px}.w-535{width:535px}.h-535{height:535px}.min-w-535{min-width:535px}.max-w-535{max-width:535px}.min-h-535{min-height:535px}.max-h-535{max-height:535px}.w-536{width:536px}.h-536{height:536px}.min-w-536{min-width:536px}.max-w-536{max-width:536px}.min-h-536{min-height:536px}.max-h-536{max-height:536px}.w-537{width:537px}.h-537{height:537px}.min-w-537{min-width:537px}.max-w-537{max-width:537px}.min-h-537{min-height:537px}.max-h-537{max-height:537px}.w-538{width:538px}.h-538{height:538px}.min-w-538{min-width:538px}.max-w-538{max-width:538px}.min-h-538{min-height:538px}.max-h-538{max-height:538px}.w-539{width:539px}.h-539{height:539px}.min-w-539{min-width:539px}.max-w-539{max-width:539px}.min-h-539{min-height:539px}.max-h-539{max-height:539px}.w-540{width:540px}.h-540{height:540px}.min-w-540{min-width:540px}.max-w-540{max-width:540px}.min-h-540{min-height:540px}.max-h-540{max-height:540px}.w-541{width:541px}.h-541{height:541px}.min-w-541{min-width:541px}.max-w-541{max-width:541px}.min-h-541{min-height:541px}.max-h-541{max-height:541px}.w-542{width:542px}.h-542{height:542px}.min-w-542{min-width:542px}.max-w-542{max-width:542px}.min-h-542{min-height:542px}.max-h-542{max-height:542px}.w-543{width:543px}.h-543{height:543px}.min-w-543{min-width:543px}.max-w-543{max-width:543px}.min-h-543{min-height:543px}.max-h-543{max-height:543px}.w-544{width:544px}.h-544{height:544px}.min-w-544{min-width:544px}.max-w-544{max-width:544px}.min-h-544{min-height:544px}.max-h-544{max-height:544px}.w-545{width:545px}.h-545{height:545px}.min-w-545{min-width:545px}.max-w-545{max-width:545px}.min-h-545{min-height:545px}.max-h-545{max-height:545px}.w-546{width:546px}.h-546{height:546px}.min-w-546{min-width:546px}.max-w-546{max-width:546px}.min-h-546{min-height:546px}.max-h-546{max-height:546px}.w-547{width:547px}.h-547{height:547px}.min-w-547{min-width:547px}.max-w-547{max-width:547px}.min-h-547{min-height:547px}.max-h-547{max-height:547px}.w-548{width:548px}.h-548{height:548px}.min-w-548{min-width:548px}.max-w-548{max-width:548px}.min-h-548{min-height:548px}.max-h-548{max-height:548px}.w-549{width:549px}.h-549{height:549px}.min-w-549{min-width:549px}.max-w-549{max-width:549px}.min-h-549{min-height:549px}.max-h-549{max-height:549px}.w-550{width:550px}.h-550{height:550px}.min-w-550{min-width:550px}.max-w-550{max-width:550px}.min-h-550{min-height:550px}.max-h-550{max-height:550px}.w-551{width:551px}.h-551{height:551px}.min-w-551{min-width:551px}.max-w-551{max-width:551px}.min-h-551{min-height:551px}.max-h-551{max-height:551px}.w-552{width:552px}.h-552{height:552px}.min-w-552{min-width:552px}.max-w-552{max-width:552px}.min-h-552{min-height:552px}.max-h-552{max-height:552px}.w-553{width:553px}.h-553{height:553px}.min-w-553{min-width:553px}.max-w-553{max-width:553px}.min-h-553{min-height:553px}.max-h-553{max-height:553px}.w-554{width:554px}.h-554{height:554px}.min-w-554{min-width:554px}.max-w-554{max-width:554px}.min-h-554{min-height:554px}.max-h-554{max-height:554px}.w-555{width:555px}.h-555{height:555px}.min-w-555{min-width:555px}.max-w-555{max-width:555px}.min-h-555{min-height:555px}.max-h-555{max-height:555px}.w-556{width:556px}.h-556{height:556px}.min-w-556{min-width:556px}.max-w-556{max-width:556px}.min-h-556{min-height:556px}.max-h-556{max-height:556px}.w-557{width:557px}.h-557{height:557px}.min-w-557{min-width:557px}.max-w-557{max-width:557px}.min-h-557{min-height:557px}.max-h-557{max-height:557px}.w-558{width:558px}.h-558{height:558px}.min-w-558{min-width:558px}.max-w-558{max-width:558px}.min-h-558{min-height:558px}.max-h-558{max-height:558px}.w-559{width:559px}.h-559{height:559px}.min-w-559{min-width:559px}.max-w-559{max-width:559px}.min-h-559{min-height:559px}.max-h-559{max-height:559px}.w-560{width:560px}.h-560{height:560px}.min-w-560{min-width:560px}.max-w-560{max-width:560px}.min-h-560{min-height:560px}.max-h-560{max-height:560px}.w-561{width:561px}.h-561{height:561px}.min-w-561{min-width:561px}.max-w-561{max-width:561px}.min-h-561{min-height:561px}.max-h-561{max-height:561px}.w-562{width:562px}.h-562{height:562px}.min-w-562{min-width:562px}.max-w-562{max-width:562px}.min-h-562{min-height:562px}.max-h-562{max-height:562px}.w-563{width:563px}.h-563{height:563px}.min-w-563{min-width:563px}.max-w-563{max-width:563px}.min-h-563{min-height:563px}.max-h-563{max-height:563px}.w-564{width:564px}.h-564{height:564px}.min-w-564{min-width:564px}.max-w-564{max-width:564px}.min-h-564{min-height:564px}.max-h-564{max-height:564px}.w-565{width:565px}.h-565{height:565px}.min-w-565{min-width:565px}.max-w-565{max-width:565px}.min-h-565{min-height:565px}.max-h-565{max-height:565px}.w-566{width:566px}.h-566{height:566px}.min-w-566{min-width:566px}.max-w-566{max-width:566px}.min-h-566{min-height:566px}.max-h-566{max-height:566px}.w-567{width:567px}.h-567{height:567px}.min-w-567{min-width:567px}.max-w-567{max-width:567px}.min-h-567{min-height:567px}.max-h-567{max-height:567px}.w-568{width:568px}.h-568{height:568px}.min-w-568{min-width:568px}.max-w-568{max-width:568px}.min-h-568{min-height:568px}.max-h-568{max-height:568px}.w-569{width:569px}.h-569{height:569px}.min-w-569{min-width:569px}.max-w-569{max-width:569px}.min-h-569{min-height:569px}.max-h-569{max-height:569px}.w-570{width:570px}.h-570{height:570px}.min-w-570{min-width:570px}.max-w-570{max-width:570px}.min-h-570{min-height:570px}.max-h-570{max-height:570px}.w-571{width:571px}.h-571{height:571px}.min-w-571{min-width:571px}.max-w-571{max-width:571px}.min-h-571{min-height:571px}.max-h-571{max-height:571px}.w-572{width:572px}.h-572{height:572px}.min-w-572{min-width:572px}.max-w-572{max-width:572px}.min-h-572{min-height:572px}.max-h-572{max-height:572px}.w-573{width:573px}.h-573{height:573px}.min-w-573{min-width:573px}.max-w-573{max-width:573px}.min-h-573{min-height:573px}.max-h-573{max-height:573px}.w-574{width:574px}.h-574{height:574px}.min-w-574{min-width:574px}.max-w-574{max-width:574px}.min-h-574{min-height:574px}.max-h-574{max-height:574px}.w-575{width:575px}.h-575{height:575px}.min-w-575{min-width:575px}.max-w-575{max-width:575px}.min-h-575{min-height:575px}.max-h-575{max-height:575px}.w-576{width:576px}.h-576{height:576px}.min-w-576{min-width:576px}.max-w-576{max-width:576px}.min-h-576{min-height:576px}.max-h-576{max-height:576px}.w-577{width:577px}.h-577{height:577px}.min-w-577{min-width:577px}.max-w-577{max-width:577px}.min-h-577{min-height:577px}.max-h-577{max-height:577px}.w-578{width:578px}.h-578{height:578px}.min-w-578{min-width:578px}.max-w-578{max-width:578px}.min-h-578{min-height:578px}.max-h-578{max-height:578px}.w-579{width:579px}.h-579{height:579px}.min-w-579{min-width:579px}.max-w-579{max-width:579px}.min-h-579{min-height:579px}.max-h-579{max-height:579px}.w-580{width:580px}.h-580{height:580px}.min-w-580{min-width:580px}.max-w-580{max-width:580px}.min-h-580{min-height:580px}.max-h-580{max-height:580px}.w-581{width:581px}.h-581{height:581px}.min-w-581{min-width:581px}.max-w-581{max-width:581px}.min-h-581{min-height:581px}.max-h-581{max-height:581px}.w-582{width:582px}.h-582{height:582px}.min-w-582{min-width:582px}.max-w-582{max-width:582px}.min-h-582{min-height:582px}.max-h-582{max-height:582px}.w-583{width:583px}.h-583{height:583px}.min-w-583{min-width:583px}.max-w-583{max-width:583px}.min-h-583{min-height:583px}.max-h-583{max-height:583px}.w-584{width:584px}.h-584{height:584px}.min-w-584{min-width:584px}.max-w-584{max-width:584px}.min-h-584{min-height:584px}.max-h-584{max-height:584px}.w-585{width:585px}.h-585{height:585px}.min-w-585{min-width:585px}.max-w-585{max-width:585px}.min-h-585{min-height:585px}.max-h-585{max-height:585px}.w-586{width:586px}.h-586{height:586px}.min-w-586{min-width:586px}.max-w-586{max-width:586px}.min-h-586{min-height:586px}.max-h-586{max-height:586px}.w-587{width:587px}.h-587{height:587px}.min-w-587{min-width:587px}.max-w-587{max-width:587px}.min-h-587{min-height:587px}.max-h-587{max-height:587px}.w-588{width:588px}.h-588{height:588px}.min-w-588{min-width:588px}.max-w-588{max-width:588px}.min-h-588{min-height:588px}.max-h-588{max-height:588px}.w-589{width:589px}.h-589{height:589px}.min-w-589{min-width:589px}.max-w-589{max-width:589px}.min-h-589{min-height:589px}.max-h-589{max-height:589px}.w-590{width:590px}.h-590{height:590px}.min-w-590{min-width:590px}.max-w-590{max-width:590px}.min-h-590{min-height:590px}.max-h-590{max-height:590px}.w-591{width:591px}.h-591{height:591px}.min-w-591{min-width:591px}.max-w-591{max-width:591px}.min-h-591{min-height:591px}.max-h-591{max-height:591px}.w-592{width:592px}.h-592{height:592px}.min-w-592{min-width:592px}.max-w-592{max-width:592px}.min-h-592{min-height:592px}.max-h-592{max-height:592px}.w-593{width:593px}.h-593{height:593px}.min-w-593{min-width:593px}.max-w-593{max-width:593px}.min-h-593{min-height:593px}.max-h-593{max-height:593px}.w-594{width:594px}.h-594{height:594px}.min-w-594{min-width:594px}.max-w-594{max-width:594px}.min-h-594{min-height:594px}.max-h-594{max-height:594px}.w-595{width:595px}.h-595{height:595px}.min-w-595{min-width:595px}.max-w-595{max-width:595px}.min-h-595{min-height:595px}.max-h-595{max-height:595px}.w-596{width:596px}.h-596{height:596px}.min-w-596{min-width:596px}.max-w-596{max-width:596px}.min-h-596{min-height:596px}.max-h-596{max-height:596px}.w-597{width:597px}.h-597{height:597px}.min-w-597{min-width:597px}.max-w-597{max-width:597px}.min-h-597{min-height:597px}.max-h-597{max-height:597px}.w-598{width:598px}.h-598{height:598px}.min-w-598{min-width:598px}.max-w-598{max-width:598px}.min-h-598{min-height:598px}.max-h-598{max-height:598px}.w-599{width:599px}.h-599{height:599px}.min-w-599{min-width:599px}.max-w-599{max-width:599px}.min-h-599{min-height:599px}.max-h-599{max-height:599px}.w-600{width:600px}.h-600{height:600px}.min-w-600{min-width:600px}.max-w-600{max-width:600px}.min-h-600{min-height:600px}.max-h-600{max-height:600px}.w-601{width:601px}.h-601{height:601px}.min-w-601{min-width:601px}.max-w-601{max-width:601px}.min-h-601{min-height:601px}.max-h-601{max-height:601px}.w-602{width:602px}.h-602{height:602px}.min-w-602{min-width:602px}.max-w-602{max-width:602px}.min-h-602{min-height:602px}.max-h-602{max-height:602px}.w-603{width:603px}.h-603{height:603px}.min-w-603{min-width:603px}.max-w-603{max-width:603px}.min-h-603{min-height:603px}.max-h-603{max-height:603px}.w-604{width:604px}.h-604{height:604px}.min-w-604{min-width:604px}.max-w-604{max-width:604px}.min-h-604{min-height:604px}.max-h-604{max-height:604px}.w-605{width:605px}.h-605{height:605px}.min-w-605{min-width:605px}.max-w-605{max-width:605px}.min-h-605{min-height:605px}.max-h-605{max-height:605px}.w-606{width:606px}.h-606{height:606px}.min-w-606{min-width:606px}.max-w-606{max-width:606px}.min-h-606{min-height:606px}.max-h-606{max-height:606px}.w-607{width:607px}.h-607{height:607px}.min-w-607{min-width:607px}.max-w-607{max-width:607px}.min-h-607{min-height:607px}.max-h-607{max-height:607px}.w-608{width:608px}.h-608{height:608px}.min-w-608{min-width:608px}.max-w-608{max-width:608px}.min-h-608{min-height:608px}.max-h-608{max-height:608px}.w-609{width:609px}.h-609{height:609px}.min-w-609{min-width:609px}.max-w-609{max-width:609px}.min-h-609{min-height:609px}.max-h-609{max-height:609px}.w-610{width:610px}.h-610{height:610px}.min-w-610{min-width:610px}.max-w-610{max-width:610px}.min-h-610{min-height:610px}.max-h-610{max-height:610px}.w-611{width:611px}.h-611{height:611px}.min-w-611{min-width:611px}.max-w-611{max-width:611px}.min-h-611{min-height:611px}.max-h-611{max-height:611px}.w-612{width:612px}.h-612{height:612px}.min-w-612{min-width:612px}.max-w-612{max-width:612px}.min-h-612{min-height:612px}.max-h-612{max-height:612px}.w-613{width:613px}.h-613{height:613px}.min-w-613{min-width:613px}.max-w-613{max-width:613px}.min-h-613{min-height:613px}.max-h-613{max-height:613px}.w-614{width:614px}.h-614{height:614px}.min-w-614{min-width:614px}.max-w-614{max-width:614px}.min-h-614{min-height:614px}.max-h-614{max-height:614px}.w-615{width:615px}.h-615{height:615px}.min-w-615{min-width:615px}.max-w-615{max-width:615px}.min-h-615{min-height:615px}.max-h-615{max-height:615px}.w-616{width:616px}.h-616{height:616px}.min-w-616{min-width:616px}.max-w-616{max-width:616px}.min-h-616{min-height:616px}.max-h-616{max-height:616px}.w-617{width:617px}.h-617{height:617px}.min-w-617{min-width:617px}.max-w-617{max-width:617px}.min-h-617{min-height:617px}.max-h-617{max-height:617px}.w-618{width:618px}.h-618{height:618px}.min-w-618{min-width:618px}.max-w-618{max-width:618px}.min-h-618{min-height:618px}.max-h-618{max-height:618px}.w-619{width:619px}.h-619{height:619px}.min-w-619{min-width:619px}.max-w-619{max-width:619px}.min-h-619{min-height:619px}.max-h-619{max-height:619px}.w-620{width:620px}.h-620{height:620px}.min-w-620{min-width:620px}.max-w-620{max-width:620px}.min-h-620{min-height:620px}.max-h-620{max-height:620px}.w-621{width:621px}.h-621{height:621px}.min-w-621{min-width:621px}.max-w-621{max-width:621px}.min-h-621{min-height:621px}.max-h-621{max-height:621px}.w-622{width:622px}.h-622{height:622px}.min-w-622{min-width:622px}.max-w-622{max-width:622px}.min-h-622{min-height:622px}.max-h-622{max-height:622px}.w-623{width:623px}.h-623{height:623px}.min-w-623{min-width:623px}.max-w-623{max-width:623px}.min-h-623{min-height:623px}.max-h-623{max-height:623px}.w-624{width:624px}.h-624{height:624px}.min-w-624{min-width:624px}.max-w-624{max-width:624px}.min-h-624{min-height:624px}.max-h-624{max-height:624px}.w-625{width:625px}.h-625{height:625px}.min-w-625{min-width:625px}.max-w-625{max-width:625px}.min-h-625{min-height:625px}.max-h-625{max-height:625px}.w-626{width:626px}.h-626{height:626px}.min-w-626{min-width:626px}.max-w-626{max-width:626px}.min-h-626{min-height:626px}.max-h-626{max-height:626px}.w-627{width:627px}.h-627{height:627px}.min-w-627{min-width:627px}.max-w-627{max-width:627px}.min-h-627{min-height:627px}.max-h-627{max-height:627px}.w-628{width:628px}.h-628{height:628px}.min-w-628{min-width:628px}.max-w-628{max-width:628px}.min-h-628{min-height:628px}.max-h-628{max-height:628px}.w-629{width:629px}.h-629{height:629px}.min-w-629{min-width:629px}.max-w-629{max-width:629px}.min-h-629{min-height:629px}.max-h-629{max-height:629px}.w-630{width:630px}.h-630{height:630px}.min-w-630{min-width:630px}.max-w-630{max-width:630px}.min-h-630{min-height:630px}.max-h-630{max-height:630px}.w-631{width:631px}.h-631{height:631px}.min-w-631{min-width:631px}.max-w-631{max-width:631px}.min-h-631{min-height:631px}.max-h-631{max-height:631px}.w-632{width:632px}.h-632{height:632px}.min-w-632{min-width:632px}.max-w-632{max-width:632px}.min-h-632{min-height:632px}.max-h-632{max-height:632px}.w-633{width:633px}.h-633{height:633px}.min-w-633{min-width:633px}.max-w-633{max-width:633px}.min-h-633{min-height:633px}.max-h-633{max-height:633px}.w-634{width:634px}.h-634{height:634px}.min-w-634{min-width:634px}.max-w-634{max-width:634px}.min-h-634{min-height:634px}.max-h-634{max-height:634px}.w-635{width:635px}.h-635{height:635px}.min-w-635{min-width:635px}.max-w-635{max-width:635px}.min-h-635{min-height:635px}.max-h-635{max-height:635px}.w-636{width:636px}.h-636{height:636px}.min-w-636{min-width:636px}.max-w-636{max-width:636px}.min-h-636{min-height:636px}.max-h-636{max-height:636px}.w-637{width:637px}.h-637{height:637px}.min-w-637{min-width:637px}.max-w-637{max-width:637px}.min-h-637{min-height:637px}.max-h-637{max-height:637px}.w-638{width:638px}.h-638{height:638px}.min-w-638{min-width:638px}.max-w-638{max-width:638px}.min-h-638{min-height:638px}.max-h-638{max-height:638px}.w-639{width:639px}.h-639{height:639px}.min-w-639{min-width:639px}.max-w-639{max-width:639px}.min-h-639{min-height:639px}.max-h-639{max-height:639px}.w-640{width:640px}.h-640{height:640px}.min-w-640{min-width:640px}.max-w-640{max-width:640px}.min-h-640{min-height:640px}.max-h-640{max-height:640px}.w-641{width:641px}.h-641{height:641px}.min-w-641{min-width:641px}.max-w-641{max-width:641px}.min-h-641{min-height:641px}.max-h-641{max-height:641px}.w-642{width:642px}.h-642{height:642px}.min-w-642{min-width:642px}.max-w-642{max-width:642px}.min-h-642{min-height:642px}.max-h-642{max-height:642px}.w-643{width:643px}.h-643{height:643px}.min-w-643{min-width:643px}.max-w-643{max-width:643px}.min-h-643{min-height:643px}.max-h-643{max-height:643px}.w-644{width:644px}.h-644{height:644px}.min-w-644{min-width:644px}.max-w-644{max-width:644px}.min-h-644{min-height:644px}.max-h-644{max-height:644px}.w-645{width:645px}.h-645{height:645px}.min-w-645{min-width:645px}.max-w-645{max-width:645px}.min-h-645{min-height:645px}.max-h-645{max-height:645px}.w-646{width:646px}.h-646{height:646px}.min-w-646{min-width:646px}.max-w-646{max-width:646px}.min-h-646{min-height:646px}.max-h-646{max-height:646px}.w-647{width:647px}.h-647{height:647px}.min-w-647{min-width:647px}.max-w-647{max-width:647px}.min-h-647{min-height:647px}.max-h-647{max-height:647px}.w-648{width:648px}.h-648{height:648px}.min-w-648{min-width:648px}.max-w-648{max-width:648px}.min-h-648{min-height:648px}.max-h-648{max-height:648px}.w-649{width:649px}.h-649{height:649px}.min-w-649{min-width:649px}.max-w-649{max-width:649px}.min-h-649{min-height:649px}.max-h-649{max-height:649px}.w-650{width:650px}.h-650{height:650px}.min-w-650{min-width:650px}.max-w-650{max-width:650px}.min-h-650{min-height:650px}.max-h-650{max-height:650px}.w-651{width:651px}.h-651{height:651px}.min-w-651{min-width:651px}.max-w-651{max-width:651px}.min-h-651{min-height:651px}.max-h-651{max-height:651px}.w-652{width:652px}.h-652{height:652px}.min-w-652{min-width:652px}.max-w-652{max-width:652px}.min-h-652{min-height:652px}.max-h-652{max-height:652px}.w-653{width:653px}.h-653{height:653px}.min-w-653{min-width:653px}.max-w-653{max-width:653px}.min-h-653{min-height:653px}.max-h-653{max-height:653px}.w-654{width:654px}.h-654{height:654px}.min-w-654{min-width:654px}.max-w-654{max-width:654px}.min-h-654{min-height:654px}.max-h-654{max-height:654px}.w-655{width:655px}.h-655{height:655px}.min-w-655{min-width:655px}.max-w-655{max-width:655px}.min-h-655{min-height:655px}.max-h-655{max-height:655px}.w-656{width:656px}.h-656{height:656px}.min-w-656{min-width:656px}.max-w-656{max-width:656px}.min-h-656{min-height:656px}.max-h-656{max-height:656px}.w-657{width:657px}.h-657{height:657px}.min-w-657{min-width:657px}.max-w-657{max-width:657px}.min-h-657{min-height:657px}.max-h-657{max-height:657px}.w-658{width:658px}.h-658{height:658px}.min-w-658{min-width:658px}.max-w-658{max-width:658px}.min-h-658{min-height:658px}.max-h-658{max-height:658px}.w-659{width:659px}.h-659{height:659px}.min-w-659{min-width:659px}.max-w-659{max-width:659px}.min-h-659{min-height:659px}.max-h-659{max-height:659px}.w-660{width:660px}.h-660{height:660px}.min-w-660{min-width:660px}.max-w-660{max-width:660px}.min-h-660{min-height:660px}.max-h-660{max-height:660px}.w-661{width:661px}.h-661{height:661px}.min-w-661{min-width:661px}.max-w-661{max-width:661px}.min-h-661{min-height:661px}.max-h-661{max-height:661px}.w-662{width:662px}.h-662{height:662px}.min-w-662{min-width:662px}.max-w-662{max-width:662px}.min-h-662{min-height:662px}.max-h-662{max-height:662px}.w-663{width:663px}.h-663{height:663px}.min-w-663{min-width:663px}.max-w-663{max-width:663px}.min-h-663{min-height:663px}.max-h-663{max-height:663px}.w-664{width:664px}.h-664{height:664px}.min-w-664{min-width:664px}.max-w-664{max-width:664px}.min-h-664{min-height:664px}.max-h-664{max-height:664px}.w-665{width:665px}.h-665{height:665px}.min-w-665{min-width:665px}.max-w-665{max-width:665px}.min-h-665{min-height:665px}.max-h-665{max-height:665px}.w-666{width:666px}.h-666{height:666px}.min-w-666{min-width:666px}.max-w-666{max-width:666px}.min-h-666{min-height:666px}.max-h-666{max-height:666px}.w-667{width:667px}.h-667{height:667px}.min-w-667{min-width:667px}.max-w-667{max-width:667px}.min-h-667{min-height:667px}.max-h-667{max-height:667px}.w-668{width:668px}.h-668{height:668px}.min-w-668{min-width:668px}.max-w-668{max-width:668px}.min-h-668{min-height:668px}.max-h-668{max-height:668px}.w-669{width:669px}.h-669{height:669px}.min-w-669{min-width:669px}.max-w-669{max-width:669px}.min-h-669{min-height:669px}.max-h-669{max-height:669px}.w-670{width:670px}.h-670{height:670px}.min-w-670{min-width:670px}.max-w-670{max-width:670px}.min-h-670{min-height:670px}.max-h-670{max-height:670px}.w-671{width:671px}.h-671{height:671px}.min-w-671{min-width:671px}.max-w-671{max-width:671px}.min-h-671{min-height:671px}.max-h-671{max-height:671px}.w-672{width:672px}.h-672{height:672px}.min-w-672{min-width:672px}.max-w-672{max-width:672px}.min-h-672{min-height:672px}.max-h-672{max-height:672px}.w-673{width:673px}.h-673{height:673px}.min-w-673{min-width:673px}.max-w-673{max-width:673px}.min-h-673{min-height:673px}.max-h-673{max-height:673px}.w-674{width:674px}.h-674{height:674px}.min-w-674{min-width:674px}.max-w-674{max-width:674px}.min-h-674{min-height:674px}.max-h-674{max-height:674px}.w-675{width:675px}.h-675{height:675px}.min-w-675{min-width:675px}.max-w-675{max-width:675px}.min-h-675{min-height:675px}.max-h-675{max-height:675px}.w-676{width:676px}.h-676{height:676px}.min-w-676{min-width:676px}.max-w-676{max-width:676px}.min-h-676{min-height:676px}.max-h-676{max-height:676px}.w-677{width:677px}.h-677{height:677px}.min-w-677{min-width:677px}.max-w-677{max-width:677px}.min-h-677{min-height:677px}.max-h-677{max-height:677px}.w-678{width:678px}.h-678{height:678px}.min-w-678{min-width:678px}.max-w-678{max-width:678px}.min-h-678{min-height:678px}.max-h-678{max-height:678px}.w-679{width:679px}.h-679{height:679px}.min-w-679{min-width:679px}.max-w-679{max-width:679px}.min-h-679{min-height:679px}.max-h-679{max-height:679px}.w-680{width:680px}.h-680{height:680px}.min-w-680{min-width:680px}.max-w-680{max-width:680px}.min-h-680{min-height:680px}.max-h-680{max-height:680px}.w-681{width:681px}.h-681{height:681px}.min-w-681{min-width:681px}.max-w-681{max-width:681px}.min-h-681{min-height:681px}.max-h-681{max-height:681px}.w-682{width:682px}.h-682{height:682px}.min-w-682{min-width:682px}.max-w-682{max-width:682px}.min-h-682{min-height:682px}.max-h-682{max-height:682px}.w-683{width:683px}.h-683{height:683px}.min-w-683{min-width:683px}.max-w-683{max-width:683px}.min-h-683{min-height:683px}.max-h-683{max-height:683px}.w-684{width:684px}.h-684{height:684px}.min-w-684{min-width:684px}.max-w-684{max-width:684px}.min-h-684{min-height:684px}.max-h-684{max-height:684px}.w-685{width:685px}.h-685{height:685px}.min-w-685{min-width:685px}.max-w-685{max-width:685px}.min-h-685{min-height:685px}.max-h-685{max-height:685px}.w-686{width:686px}.h-686{height:686px}.min-w-686{min-width:686px}.max-w-686{max-width:686px}.min-h-686{min-height:686px}.max-h-686{max-height:686px}.w-687{width:687px}.h-687{height:687px}.min-w-687{min-width:687px}.max-w-687{max-width:687px}.min-h-687{min-height:687px}.max-h-687{max-height:687px}.w-688{width:688px}.h-688{height:688px}.min-w-688{min-width:688px}.max-w-688{max-width:688px}.min-h-688{min-height:688px}.max-h-688{max-height:688px}.w-689{width:689px}.h-689{height:689px}.min-w-689{min-width:689px}.max-w-689{max-width:689px}.min-h-689{min-height:689px}.max-h-689{max-height:689px}.w-690{width:690px}.h-690{height:690px}.min-w-690{min-width:690px}.max-w-690{max-width:690px}.min-h-690{min-height:690px}.max-h-690{max-height:690px}.w-691{width:691px}.h-691{height:691px}.min-w-691{min-width:691px}.max-w-691{max-width:691px}.min-h-691{min-height:691px}.max-h-691{max-height:691px}.w-692{width:692px}.h-692{height:692px}.min-w-692{min-width:692px}.max-w-692{max-width:692px}.min-h-692{min-height:692px}.max-h-692{max-height:692px}.w-693{width:693px}.h-693{height:693px}.min-w-693{min-width:693px}.max-w-693{max-width:693px}.min-h-693{min-height:693px}.max-h-693{max-height:693px}.w-694{width:694px}.h-694{height:694px}.min-w-694{min-width:694px}.max-w-694{max-width:694px}.min-h-694{min-height:694px}.max-h-694{max-height:694px}.w-695{width:695px}.h-695{height:695px}.min-w-695{min-width:695px}.max-w-695{max-width:695px}.min-h-695{min-height:695px}.max-h-695{max-height:695px}.w-696{width:696px}.h-696{height:696px}.min-w-696{min-width:696px}.max-w-696{max-width:696px}.min-h-696{min-height:696px}.max-h-696{max-height:696px}.w-697{width:697px}.h-697{height:697px}.min-w-697{min-width:697px}.max-w-697{max-width:697px}.min-h-697{min-height:697px}.max-h-697{max-height:697px}.w-698{width:698px}.h-698{height:698px}.min-w-698{min-width:698px}.max-w-698{max-width:698px}.min-h-698{min-height:698px}.max-h-698{max-height:698px}.w-699{width:699px}.h-699{height:699px}.min-w-699{min-width:699px}.max-w-699{max-width:699px}.min-h-699{min-height:699px}.max-h-699{max-height:699px}.w-700{width:700px}.h-700{height:700px}.min-w-700{min-width:700px}.max-w-700{max-width:700px}.min-h-700{min-height:700px}.max-h-700{max-height:700px}.w-701{width:701px}.h-701{height:701px}.min-w-701{min-width:701px}.max-w-701{max-width:701px}.min-h-701{min-height:701px}.max-h-701{max-height:701px}.w-702{width:702px}.h-702{height:702px}.min-w-702{min-width:702px}.max-w-702{max-width:702px}.min-h-702{min-height:702px}.max-h-702{max-height:702px}.w-703{width:703px}.h-703{height:703px}.min-w-703{min-width:703px}.max-w-703{max-width:703px}.min-h-703{min-height:703px}.max-h-703{max-height:703px}.w-704{width:704px}.h-704{height:704px}.min-w-704{min-width:704px}.max-w-704{max-width:704px}.min-h-704{min-height:704px}.max-h-704{max-height:704px}.w-705{width:705px}.h-705{height:705px}.min-w-705{min-width:705px}.max-w-705{max-width:705px}.min-h-705{min-height:705px}.max-h-705{max-height:705px}.w-706{width:706px}.h-706{height:706px}.min-w-706{min-width:706px}.max-w-706{max-width:706px}.min-h-706{min-height:706px}.max-h-706{max-height:706px}.w-707{width:707px}.h-707{height:707px}.min-w-707{min-width:707px}.max-w-707{max-width:707px}.min-h-707{min-height:707px}.max-h-707{max-height:707px}.w-708{width:708px}.h-708{height:708px}.min-w-708{min-width:708px}.max-w-708{max-width:708px}.min-h-708{min-height:708px}.max-h-708{max-height:708px}.w-709{width:709px}.h-709{height:709px}.min-w-709{min-width:709px}.max-w-709{max-width:709px}.min-h-709{min-height:709px}.max-h-709{max-height:709px}.w-710{width:710px}.h-710{height:710px}.min-w-710{min-width:710px}.max-w-710{max-width:710px}.min-h-710{min-height:710px}.max-h-710{max-height:710px}.w-711{width:711px}.h-711{height:711px}.min-w-711{min-width:711px}.max-w-711{max-width:711px}.min-h-711{min-height:711px}.max-h-711{max-height:711px}.w-712{width:712px}.h-712{height:712px}.min-w-712{min-width:712px}.max-w-712{max-width:712px}.min-h-712{min-height:712px}.max-h-712{max-height:712px}.w-713{width:713px}.h-713{height:713px}.min-w-713{min-width:713px}.max-w-713{max-width:713px}.min-h-713{min-height:713px}.max-h-713{max-height:713px}.w-714{width:714px}.h-714{height:714px}.min-w-714{min-width:714px}.max-w-714{max-width:714px}.min-h-714{min-height:714px}.max-h-714{max-height:714px}.w-715{width:715px}.h-715{height:715px}.min-w-715{min-width:715px}.max-w-715{max-width:715px}.min-h-715{min-height:715px}.max-h-715{max-height:715px}.w-716{width:716px}.h-716{height:716px}.min-w-716{min-width:716px}.max-w-716{max-width:716px}.min-h-716{min-height:716px}.max-h-716{max-height:716px}.w-717{width:717px}.h-717{height:717px}.min-w-717{min-width:717px}.max-w-717{max-width:717px}.min-h-717{min-height:717px}.max-h-717{max-height:717px}.w-718{width:718px}.h-718{height:718px}.min-w-718{min-width:718px}.max-w-718{max-width:718px}.min-h-718{min-height:718px}.max-h-718{max-height:718px}.w-719{width:719px}.h-719{height:719px}.min-w-719{min-width:719px}.max-w-719{max-width:719px}.min-h-719{min-height:719px}.max-h-719{max-height:719px}.w-720{width:720px}.h-720{height:720px}.min-w-720{min-width:720px}.max-w-720{max-width:720px}.min-h-720{min-height:720px}.max-h-720{max-height:720px}.w-721{width:721px}.h-721{height:721px}.min-w-721{min-width:721px}.max-w-721{max-width:721px}.min-h-721{min-height:721px}.max-h-721{max-height:721px}.w-722{width:722px}.h-722{height:722px}.min-w-722{min-width:722px}.max-w-722{max-width:722px}.min-h-722{min-height:722px}.max-h-722{max-height:722px}.w-723{width:723px}.h-723{height:723px}.min-w-723{min-width:723px}.max-w-723{max-width:723px}.min-h-723{min-height:723px}.max-h-723{max-height:723px}.w-724{width:724px}.h-724{height:724px}.min-w-724{min-width:724px}.max-w-724{max-width:724px}.min-h-724{min-height:724px}.max-h-724{max-height:724px}.w-725{width:725px}.h-725{height:725px}.min-w-725{min-width:725px}.max-w-725{max-width:725px}.min-h-725{min-height:725px}.max-h-725{max-height:725px}.w-726{width:726px}.h-726{height:726px}.min-w-726{min-width:726px}.max-w-726{max-width:726px}.min-h-726{min-height:726px}.max-h-726{max-height:726px}.w-727{width:727px}.h-727{height:727px}.min-w-727{min-width:727px}.max-w-727{max-width:727px}.min-h-727{min-height:727px}.max-h-727{max-height:727px}.w-728{width:728px}.h-728{height:728px}.min-w-728{min-width:728px}.max-w-728{max-width:728px}.min-h-728{min-height:728px}.max-h-728{max-height:728px}.w-729{width:729px}.h-729{height:729px}.min-w-729{min-width:729px}.max-w-729{max-width:729px}.min-h-729{min-height:729px}.max-h-729{max-height:729px}.w-730{width:730px}.h-730{height:730px}.min-w-730{min-width:730px}.max-w-730{max-width:730px}.min-h-730{min-height:730px}.max-h-730{max-height:730px}.w-731{width:731px}.h-731{height:731px}.min-w-731{min-width:731px}.max-w-731{max-width:731px}.min-h-731{min-height:731px}.max-h-731{max-height:731px}.w-732{width:732px}.h-732{height:732px}.min-w-732{min-width:732px}.max-w-732{max-width:732px}.min-h-732{min-height:732px}.max-h-732{max-height:732px}.w-733{width:733px}.h-733{height:733px}.min-w-733{min-width:733px}.max-w-733{max-width:733px}.min-h-733{min-height:733px}.max-h-733{max-height:733px}.w-734{width:734px}.h-734{height:734px}.min-w-734{min-width:734px}.max-w-734{max-width:734px}.min-h-734{min-height:734px}.max-h-734{max-height:734px}.w-735{width:735px}.h-735{height:735px}.min-w-735{min-width:735px}.max-w-735{max-width:735px}.min-h-735{min-height:735px}.max-h-735{max-height:735px}.w-736{width:736px}.h-736{height:736px}.min-w-736{min-width:736px}.max-w-736{max-width:736px}.min-h-736{min-height:736px}.max-h-736{max-height:736px}.w-737{width:737px}.h-737{height:737px}.min-w-737{min-width:737px}.max-w-737{max-width:737px}.min-h-737{min-height:737px}.max-h-737{max-height:737px}.w-738{width:738px}.h-738{height:738px}.min-w-738{min-width:738px}.max-w-738{max-width:738px}.min-h-738{min-height:738px}.max-h-738{max-height:738px}.w-739{width:739px}.h-739{height:739px}.min-w-739{min-width:739px}.max-w-739{max-width:739px}.min-h-739{min-height:739px}.max-h-739{max-height:739px}.w-740{width:740px}.h-740{height:740px}.min-w-740{min-width:740px}.max-w-740{max-width:740px}.min-h-740{min-height:740px}.max-h-740{max-height:740px}.w-741{width:741px}.h-741{height:741px}.min-w-741{min-width:741px}.max-w-741{max-width:741px}.min-h-741{min-height:741px}.max-h-741{max-height:741px}.w-742{width:742px}.h-742{height:742px}.min-w-742{min-width:742px}.max-w-742{max-width:742px}.min-h-742{min-height:742px}.max-h-742{max-height:742px}.w-743{width:743px}.h-743{height:743px}.min-w-743{min-width:743px}.max-w-743{max-width:743px}.min-h-743{min-height:743px}.max-h-743{max-height:743px}.w-744{width:744px}.h-744{height:744px}.min-w-744{min-width:744px}.max-w-744{max-width:744px}.min-h-744{min-height:744px}.max-h-744{max-height:744px}.w-745{width:745px}.h-745{height:745px}.min-w-745{min-width:745px}.max-w-745{max-width:745px}.min-h-745{min-height:745px}.max-h-745{max-height:745px}.w-746{width:746px}.h-746{height:746px}.min-w-746{min-width:746px}.max-w-746{max-width:746px}.min-h-746{min-height:746px}.max-h-746{max-height:746px}.w-747{width:747px}.h-747{height:747px}.min-w-747{min-width:747px}.max-w-747{max-width:747px}.min-h-747{min-height:747px}.max-h-747{max-height:747px}.w-748{width:748px}.h-748{height:748px}.min-w-748{min-width:748px}.max-w-748{max-width:748px}.min-h-748{min-height:748px}.max-h-748{max-height:748px}.w-749{width:749px}.h-749{height:749px}.min-w-749{min-width:749px}.max-w-749{max-width:749px}.min-h-749{min-height:749px}.max-h-749{max-height:749px}.w-750{width:750px}.h-750{height:750px}.min-w-750{min-width:750px}.max-w-750{max-width:750px}.min-h-750{min-height:750px}.max-h-750{max-height:750px}.w-751{width:751px}.h-751{height:751px}.min-w-751{min-width:751px}.max-w-751{max-width:751px}.min-h-751{min-height:751px}.max-h-751{max-height:751px}.w-752{width:752px}.h-752{height:752px}.min-w-752{min-width:752px}.max-w-752{max-width:752px}.min-h-752{min-height:752px}.max-h-752{max-height:752px}.w-753{width:753px}.h-753{height:753px}.min-w-753{min-width:753px}.max-w-753{max-width:753px}.min-h-753{min-height:753px}.max-h-753{max-height:753px}.w-754{width:754px}.h-754{height:754px}.min-w-754{min-width:754px}.max-w-754{max-width:754px}.min-h-754{min-height:754px}.max-h-754{max-height:754px}.w-755{width:755px}.h-755{height:755px}.min-w-755{min-width:755px}.max-w-755{max-width:755px}.min-h-755{min-height:755px}.max-h-755{max-height:755px}.w-756{width:756px}.h-756{height:756px}.min-w-756{min-width:756px}.max-w-756{max-width:756px}.min-h-756{min-height:756px}.max-h-756{max-height:756px}.w-757{width:757px}.h-757{height:757px}.min-w-757{min-width:757px}.max-w-757{max-width:757px}.min-h-757{min-height:757px}.max-h-757{max-height:757px}.w-758{width:758px}.h-758{height:758px}.min-w-758{min-width:758px}.max-w-758{max-width:758px}.min-h-758{min-height:758px}.max-h-758{max-height:758px}.w-759{width:759px}.h-759{height:759px}.min-w-759{min-width:759px}.max-w-759{max-width:759px}.min-h-759{min-height:759px}.max-h-759{max-height:759px}.w-760{width:760px}.h-760{height:760px}.min-w-760{min-width:760px}.max-w-760{max-width:760px}.min-h-760{min-height:760px}.max-h-760{max-height:760px}.w-761{width:761px}.h-761{height:761px}.min-w-761{min-width:761px}.max-w-761{max-width:761px}.min-h-761{min-height:761px}.max-h-761{max-height:761px}.w-762{width:762px}.h-762{height:762px}.min-w-762{min-width:762px}.max-w-762{max-width:762px}.min-h-762{min-height:762px}.max-h-762{max-height:762px}.w-763{width:763px}.h-763{height:763px}.min-w-763{min-width:763px}.max-w-763{max-width:763px}.min-h-763{min-height:763px}.max-h-763{max-height:763px}.w-764{width:764px}.h-764{height:764px}.min-w-764{min-width:764px}.max-w-764{max-width:764px}.min-h-764{min-height:764px}.max-h-764{max-height:764px}.w-765{width:765px}.h-765{height:765px}.min-w-765{min-width:765px}.max-w-765{max-width:765px}.min-h-765{min-height:765px}.max-h-765{max-height:765px}.w-766{width:766px}.h-766{height:766px}.min-w-766{min-width:766px}.max-w-766{max-width:766px}.min-h-766{min-height:766px}.max-h-766{max-height:766px}.w-767{width:767px}.h-767{height:767px}.min-w-767{min-width:767px}.max-w-767{max-width:767px}.min-h-767{min-height:767px}.max-h-767{max-height:767px}.w-768{width:768px}.h-768{height:768px}.min-w-768{min-width:768px}.max-w-768{max-width:768px}.min-h-768{min-height:768px}.max-h-768{max-height:768px}.w-769{width:769px}.h-769{height:769px}.min-w-769{min-width:769px}.max-w-769{max-width:769px}.min-h-769{min-height:769px}.max-h-769{max-height:769px}.w-770{width:770px}.h-770{height:770px}.min-w-770{min-width:770px}.max-w-770{max-width:770px}.min-h-770{min-height:770px}.max-h-770{max-height:770px}.w-771{width:771px}.h-771{height:771px}.min-w-771{min-width:771px}.max-w-771{max-width:771px}.min-h-771{min-height:771px}.max-h-771{max-height:771px}.w-772{width:772px}.h-772{height:772px}.min-w-772{min-width:772px}.max-w-772{max-width:772px}.min-h-772{min-height:772px}.max-h-772{max-height:772px}.w-773{width:773px}.h-773{height:773px}.min-w-773{min-width:773px}.max-w-773{max-width:773px}.min-h-773{min-height:773px}.max-h-773{max-height:773px}.w-774{width:774px}.h-774{height:774px}.min-w-774{min-width:774px}.max-w-774{max-width:774px}.min-h-774{min-height:774px}.max-h-774{max-height:774px}.w-775{width:775px}.h-775{height:775px}.min-w-775{min-width:775px}.max-w-775{max-width:775px}.min-h-775{min-height:775px}.max-h-775{max-height:775px}.w-776{width:776px}.h-776{height:776px}.min-w-776{min-width:776px}.max-w-776{max-width:776px}.min-h-776{min-height:776px}.max-h-776{max-height:776px}.w-777{width:777px}.h-777{height:777px}.min-w-777{min-width:777px}.max-w-777{max-width:777px}.min-h-777{min-height:777px}.max-h-777{max-height:777px}.w-778{width:778px}.h-778{height:778px}.min-w-778{min-width:778px}.max-w-778{max-width:778px}.min-h-778{min-height:778px}.max-h-778{max-height:778px}.w-779{width:779px}.h-779{height:779px}.min-w-779{min-width:779px}.max-w-779{max-width:779px}.min-h-779{min-height:779px}.max-h-779{max-height:779px}.w-780{width:780px}.h-780{height:780px}.min-w-780{min-width:780px}.max-w-780{max-width:780px}.min-h-780{min-height:780px}.max-h-780{max-height:780px}.w-781{width:781px}.h-781{height:781px}.min-w-781{min-width:781px}.max-w-781{max-width:781px}.min-h-781{min-height:781px}.max-h-781{max-height:781px}.w-782{width:782px}.h-782{height:782px}.min-w-782{min-width:782px}.max-w-782{max-width:782px}.min-h-782{min-height:782px}.max-h-782{max-height:782px}.w-783{width:783px}.h-783{height:783px}.min-w-783{min-width:783px}.max-w-783{max-width:783px}.min-h-783{min-height:783px}.max-h-783{max-height:783px}.w-784{width:784px}.h-784{height:784px}.min-w-784{min-width:784px}.max-w-784{max-width:784px}.min-h-784{min-height:784px}.max-h-784{max-height:784px}.w-785{width:785px}.h-785{height:785px}.min-w-785{min-width:785px}.max-w-785{max-width:785px}.min-h-785{min-height:785px}.max-h-785{max-height:785px}.w-786{width:786px}.h-786{height:786px}.min-w-786{min-width:786px}.max-w-786{max-width:786px}.min-h-786{min-height:786px}.max-h-786{max-height:786px}.w-787{width:787px}.h-787{height:787px}.min-w-787{min-width:787px}.max-w-787{max-width:787px}.min-h-787{min-height:787px}.max-h-787{max-height:787px}.w-788{width:788px}.h-788{height:788px}.min-w-788{min-width:788px}.max-w-788{max-width:788px}.min-h-788{min-height:788px}.max-h-788{max-height:788px}.w-789{width:789px}.h-789{height:789px}.min-w-789{min-width:789px}.max-w-789{max-width:789px}.min-h-789{min-height:789px}.max-h-789{max-height:789px}.w-790{width:790px}.h-790{height:790px}.min-w-790{min-width:790px}.max-w-790{max-width:790px}.min-h-790{min-height:790px}.max-h-790{max-height:790px}.w-791{width:791px}.h-791{height:791px}.min-w-791{min-width:791px}.max-w-791{max-width:791px}.min-h-791{min-height:791px}.max-h-791{max-height:791px}.w-792{width:792px}.h-792{height:792px}.min-w-792{min-width:792px}.max-w-792{max-width:792px}.min-h-792{min-height:792px}.max-h-792{max-height:792px}.w-793{width:793px}.h-793{height:793px}.min-w-793{min-width:793px}.max-w-793{max-width:793px}.min-h-793{min-height:793px}.max-h-793{max-height:793px}.w-794{width:794px}.h-794{height:794px}.min-w-794{min-width:794px}.max-w-794{max-width:794px}.min-h-794{min-height:794px}.max-h-794{max-height:794px}.w-795{width:795px}.h-795{height:795px}.min-w-795{min-width:795px}.max-w-795{max-width:795px}.min-h-795{min-height:795px}.max-h-795{max-height:795px}.w-796{width:796px}.h-796{height:796px}.min-w-796{min-width:796px}.max-w-796{max-width:796px}.min-h-796{min-height:796px}.max-h-796{max-height:796px}.w-797{width:797px}.h-797{height:797px}.min-w-797{min-width:797px}.max-w-797{max-width:797px}.min-h-797{min-height:797px}.max-h-797{max-height:797px}.w-798{width:798px}.h-798{height:798px}.min-w-798{min-width:798px}.max-w-798{max-width:798px}.min-h-798{min-height:798px}.max-h-798{max-height:798px}.w-799{width:799px}.h-799{height:799px}.min-w-799{min-width:799px}.max-w-799{max-width:799px}.min-h-799{min-height:799px}.max-h-799{max-height:799px}.w-800{width:800px}.h-800{height:800px}.min-w-800{min-width:800px}.max-w-800{max-width:800px}.min-h-800{min-height:800px}.max-h-800{max-height:800px}.w-801{width:801px}.h-801{height:801px}.min-w-801{min-width:801px}.max-w-801{max-width:801px}.min-h-801{min-height:801px}.max-h-801{max-height:801px}.w-802{width:802px}.h-802{height:802px}.min-w-802{min-width:802px}.max-w-802{max-width:802px}.min-h-802{min-height:802px}.max-h-802{max-height:802px}.w-803{width:803px}.h-803{height:803px}.min-w-803{min-width:803px}.max-w-803{max-width:803px}.min-h-803{min-height:803px}.max-h-803{max-height:803px}.w-804{width:804px}.h-804{height:804px}.min-w-804{min-width:804px}.max-w-804{max-width:804px}.min-h-804{min-height:804px}.max-h-804{max-height:804px}.w-805{width:805px}.h-805{height:805px}.min-w-805{min-width:805px}.max-w-805{max-width:805px}.min-h-805{min-height:805px}.max-h-805{max-height:805px}.w-806{width:806px}.h-806{height:806px}.min-w-806{min-width:806px}.max-w-806{max-width:806px}.min-h-806{min-height:806px}.max-h-806{max-height:806px}.w-807{width:807px}.h-807{height:807px}.min-w-807{min-width:807px}.max-w-807{max-width:807px}.min-h-807{min-height:807px}.max-h-807{max-height:807px}.w-808{width:808px}.h-808{height:808px}.min-w-808{min-width:808px}.max-w-808{max-width:808px}.min-h-808{min-height:808px}.max-h-808{max-height:808px}.w-809{width:809px}.h-809{height:809px}.min-w-809{min-width:809px}.max-w-809{max-width:809px}.min-h-809{min-height:809px}.max-h-809{max-height:809px}.w-810{width:810px}.h-810{height:810px}.min-w-810{min-width:810px}.max-w-810{max-width:810px}.min-h-810{min-height:810px}.max-h-810{max-height:810px}.w-811{width:811px}.h-811{height:811px}.min-w-811{min-width:811px}.max-w-811{max-width:811px}.min-h-811{min-height:811px}.max-h-811{max-height:811px}.w-812{width:812px}.h-812{height:812px}.min-w-812{min-width:812px}.max-w-812{max-width:812px}.min-h-812{min-height:812px}.max-h-812{max-height:812px}.w-813{width:813px}.h-813{height:813px}.min-w-813{min-width:813px}.max-w-813{max-width:813px}.min-h-813{min-height:813px}.max-h-813{max-height:813px}.w-814{width:814px}.h-814{height:814px}.min-w-814{min-width:814px}.max-w-814{max-width:814px}.min-h-814{min-height:814px}.max-h-814{max-height:814px}.w-815{width:815px}.h-815{height:815px}.min-w-815{min-width:815px}.max-w-815{max-width:815px}.min-h-815{min-height:815px}.max-h-815{max-height:815px}.w-816{width:816px}.h-816{height:816px}.min-w-816{min-width:816px}.max-w-816{max-width:816px}.min-h-816{min-height:816px}.max-h-816{max-height:816px}.w-817{width:817px}.h-817{height:817px}.min-w-817{min-width:817px}.max-w-817{max-width:817px}.min-h-817{min-height:817px}.max-h-817{max-height:817px}.w-818{width:818px}.h-818{height:818px}.min-w-818{min-width:818px}.max-w-818{max-width:818px}.min-h-818{min-height:818px}.max-h-818{max-height:818px}.w-819{width:819px}.h-819{height:819px}.min-w-819{min-width:819px}.max-w-819{max-width:819px}.min-h-819{min-height:819px}.max-h-819{max-height:819px}.w-820{width:820px}.h-820{height:820px}.min-w-820{min-width:820px}.max-w-820{max-width:820px}.min-h-820{min-height:820px}.max-h-820{max-height:820px}.w-821{width:821px}.h-821{height:821px}.min-w-821{min-width:821px}.max-w-821{max-width:821px}.min-h-821{min-height:821px}.max-h-821{max-height:821px}.w-822{width:822px}.h-822{height:822px}.min-w-822{min-width:822px}.max-w-822{max-width:822px}.min-h-822{min-height:822px}.max-h-822{max-height:822px}.w-823{width:823px}.h-823{height:823px}.min-w-823{min-width:823px}.max-w-823{max-width:823px}.min-h-823{min-height:823px}.max-h-823{max-height:823px}.w-824{width:824px}.h-824{height:824px}.min-w-824{min-width:824px}.max-w-824{max-width:824px}.min-h-824{min-height:824px}.max-h-824{max-height:824px}.w-825{width:825px}.h-825{height:825px}.min-w-825{min-width:825px}.max-w-825{max-width:825px}.min-h-825{min-height:825px}.max-h-825{max-height:825px}.w-826{width:826px}.h-826{height:826px}.min-w-826{min-width:826px}.max-w-826{max-width:826px}.min-h-826{min-height:826px}.max-h-826{max-height:826px}.w-827{width:827px}.h-827{height:827px}.min-w-827{min-width:827px}.max-w-827{max-width:827px}.min-h-827{min-height:827px}.max-h-827{max-height:827px}.w-828{width:828px}.h-828{height:828px}.min-w-828{min-width:828px}.max-w-828{max-width:828px}.min-h-828{min-height:828px}.max-h-828{max-height:828px}.w-829{width:829px}.h-829{height:829px}.min-w-829{min-width:829px}.max-w-829{max-width:829px}.min-h-829{min-height:829px}.max-h-829{max-height:829px}.w-830{width:830px}.h-830{height:830px}.min-w-830{min-width:830px}.max-w-830{max-width:830px}.min-h-830{min-height:830px}.max-h-830{max-height:830px}.w-831{width:831px}.h-831{height:831px}.min-w-831{min-width:831px}.max-w-831{max-width:831px}.min-h-831{min-height:831px}.max-h-831{max-height:831px}.w-832{width:832px}.h-832{height:832px}.min-w-832{min-width:832px}.max-w-832{max-width:832px}.min-h-832{min-height:832px}.max-h-832{max-height:832px}.w-833{width:833px}.h-833{height:833px}.min-w-833{min-width:833px}.max-w-833{max-width:833px}.min-h-833{min-height:833px}.max-h-833{max-height:833px}.w-834{width:834px}.h-834{height:834px}.min-w-834{min-width:834px}.max-w-834{max-width:834px}.min-h-834{min-height:834px}.max-h-834{max-height:834px}.w-835{width:835px}.h-835{height:835px}.min-w-835{min-width:835px}.max-w-835{max-width:835px}.min-h-835{min-height:835px}.max-h-835{max-height:835px}.w-836{width:836px}.h-836{height:836px}.min-w-836{min-width:836px}.max-w-836{max-width:836px}.min-h-836{min-height:836px}.max-h-836{max-height:836px}.w-837{width:837px}.h-837{height:837px}.min-w-837{min-width:837px}.max-w-837{max-width:837px}.min-h-837{min-height:837px}.max-h-837{max-height:837px}.w-838{width:838px}.h-838{height:838px}.min-w-838{min-width:838px}.max-w-838{max-width:838px}.min-h-838{min-height:838px}.max-h-838{max-height:838px}.w-839{width:839px}.h-839{height:839px}.min-w-839{min-width:839px}.max-w-839{max-width:839px}.min-h-839{min-height:839px}.max-h-839{max-height:839px}.w-840{width:840px}.h-840{height:840px}.min-w-840{min-width:840px}.max-w-840{max-width:840px}.min-h-840{min-height:840px}.max-h-840{max-height:840px}.w-841{width:841px}.h-841{height:841px}.min-w-841{min-width:841px}.max-w-841{max-width:841px}.min-h-841{min-height:841px}.max-h-841{max-height:841px}.w-842{width:842px}.h-842{height:842px}.min-w-842{min-width:842px}.max-w-842{max-width:842px}.min-h-842{min-height:842px}.max-h-842{max-height:842px}.w-843{width:843px}.h-843{height:843px}.min-w-843{min-width:843px}.max-w-843{max-width:843px}.min-h-843{min-height:843px}.max-h-843{max-height:843px}.w-844{width:844px}.h-844{height:844px}.min-w-844{min-width:844px}.max-w-844{max-width:844px}.min-h-844{min-height:844px}.max-h-844{max-height:844px}.w-845{width:845px}.h-845{height:845px}.min-w-845{min-width:845px}.max-w-845{max-width:845px}.min-h-845{min-height:845px}.max-h-845{max-height:845px}.w-846{width:846px}.h-846{height:846px}.min-w-846{min-width:846px}.max-w-846{max-width:846px}.min-h-846{min-height:846px}.max-h-846{max-height:846px}.w-847{width:847px}.h-847{height:847px}.min-w-847{min-width:847px}.max-w-847{max-width:847px}.min-h-847{min-height:847px}.max-h-847{max-height:847px}.w-848{width:848px}.h-848{height:848px}.min-w-848{min-width:848px}.max-w-848{max-width:848px}.min-h-848{min-height:848px}.max-h-848{max-height:848px}.w-849{width:849px}.h-849{height:849px}.min-w-849{min-width:849px}.max-w-849{max-width:849px}.min-h-849{min-height:849px}.max-h-849{max-height:849px}.w-850{width:850px}.h-850{height:850px}.min-w-850{min-width:850px}.max-w-850{max-width:850px}.min-h-850{min-height:850px}.max-h-850{max-height:850px}.w-851{width:851px}.h-851{height:851px}.min-w-851{min-width:851px}.max-w-851{max-width:851px}.min-h-851{min-height:851px}.max-h-851{max-height:851px}.w-852{width:852px}.h-852{height:852px}.min-w-852{min-width:852px}.max-w-852{max-width:852px}.min-h-852{min-height:852px}.max-h-852{max-height:852px}.w-853{width:853px}.h-853{height:853px}.min-w-853{min-width:853px}.max-w-853{max-width:853px}.min-h-853{min-height:853px}.max-h-853{max-height:853px}.w-854{width:854px}.h-854{height:854px}.min-w-854{min-width:854px}.max-w-854{max-width:854px}.min-h-854{min-height:854px}.max-h-854{max-height:854px}.w-855{width:855px}.h-855{height:855px}.min-w-855{min-width:855px}.max-w-855{max-width:855px}.min-h-855{min-height:855px}.max-h-855{max-height:855px}.w-856{width:856px}.h-856{height:856px}.min-w-856{min-width:856px}.max-w-856{max-width:856px}.min-h-856{min-height:856px}.max-h-856{max-height:856px}.w-857{width:857px}.h-857{height:857px}.min-w-857{min-width:857px}.max-w-857{max-width:857px}.min-h-857{min-height:857px}.max-h-857{max-height:857px}.w-858{width:858px}.h-858{height:858px}.min-w-858{min-width:858px}.max-w-858{max-width:858px}.min-h-858{min-height:858px}.max-h-858{max-height:858px}.w-859{width:859px}.h-859{height:859px}.min-w-859{min-width:859px}.max-w-859{max-width:859px}.min-h-859{min-height:859px}.max-h-859{max-height:859px}.w-860{width:860px}.h-860{height:860px}.min-w-860{min-width:860px}.max-w-860{max-width:860px}.min-h-860{min-height:860px}.max-h-860{max-height:860px}.w-861{width:861px}.h-861{height:861px}.min-w-861{min-width:861px}.max-w-861{max-width:861px}.min-h-861{min-height:861px}.max-h-861{max-height:861px}.w-862{width:862px}.h-862{height:862px}.min-w-862{min-width:862px}.max-w-862{max-width:862px}.min-h-862{min-height:862px}.max-h-862{max-height:862px}.w-863{width:863px}.h-863{height:863px}.min-w-863{min-width:863px}.max-w-863{max-width:863px}.min-h-863{min-height:863px}.max-h-863{max-height:863px}.w-864{width:864px}.h-864{height:864px}.min-w-864{min-width:864px}.max-w-864{max-width:864px}.min-h-864{min-height:864px}.max-h-864{max-height:864px}.w-865{width:865px}.h-865{height:865px}.min-w-865{min-width:865px}.max-w-865{max-width:865px}.min-h-865{min-height:865px}.max-h-865{max-height:865px}.w-866{width:866px}.h-866{height:866px}.min-w-866{min-width:866px}.max-w-866{max-width:866px}.min-h-866{min-height:866px}.max-h-866{max-height:866px}.w-867{width:867px}.h-867{height:867px}.min-w-867{min-width:867px}.max-w-867{max-width:867px}.min-h-867{min-height:867px}.max-h-867{max-height:867px}.w-868{width:868px}.h-868{height:868px}.min-w-868{min-width:868px}.max-w-868{max-width:868px}.min-h-868{min-height:868px}.max-h-868{max-height:868px}.w-869{width:869px}.h-869{height:869px}.min-w-869{min-width:869px}.max-w-869{max-width:869px}.min-h-869{min-height:869px}.max-h-869{max-height:869px}.w-870{width:870px}.h-870{height:870px}.min-w-870{min-width:870px}.max-w-870{max-width:870px}.min-h-870{min-height:870px}.max-h-870{max-height:870px}.w-871{width:871px}.h-871{height:871px}.min-w-871{min-width:871px}.max-w-871{max-width:871px}.min-h-871{min-height:871px}.max-h-871{max-height:871px}.w-872{width:872px}.h-872{height:872px}.min-w-872{min-width:872px}.max-w-872{max-width:872px}.min-h-872{min-height:872px}.max-h-872{max-height:872px}.w-873{width:873px}.h-873{height:873px}.min-w-873{min-width:873px}.max-w-873{max-width:873px}.min-h-873{min-height:873px}.max-h-873{max-height:873px}.w-874{width:874px}.h-874{height:874px}.min-w-874{min-width:874px}.max-w-874{max-width:874px}.min-h-874{min-height:874px}.max-h-874{max-height:874px}.w-875{width:875px}.h-875{height:875px}.min-w-875{min-width:875px}.max-w-875{max-width:875px}.min-h-875{min-height:875px}.max-h-875{max-height:875px}.w-876{width:876px}.h-876{height:876px}.min-w-876{min-width:876px}.max-w-876{max-width:876px}.min-h-876{min-height:876px}.max-h-876{max-height:876px}.w-877{width:877px}.h-877{height:877px}.min-w-877{min-width:877px}.max-w-877{max-width:877px}.min-h-877{min-height:877px}.max-h-877{max-height:877px}.w-878{width:878px}.h-878{height:878px}.min-w-878{min-width:878px}.max-w-878{max-width:878px}.min-h-878{min-height:878px}.max-h-878{max-height:878px}.w-879{width:879px}.h-879{height:879px}.min-w-879{min-width:879px}.max-w-879{max-width:879px}.min-h-879{min-height:879px}.max-h-879{max-height:879px}.w-880{width:880px}.h-880{height:880px}.min-w-880{min-width:880px}.max-w-880{max-width:880px}.min-h-880{min-height:880px}.max-h-880{max-height:880px}.w-881{width:881px}.h-881{height:881px}.min-w-881{min-width:881px}.max-w-881{max-width:881px}.min-h-881{min-height:881px}.max-h-881{max-height:881px}.w-882{width:882px}.h-882{height:882px}.min-w-882{min-width:882px}.max-w-882{max-width:882px}.min-h-882{min-height:882px}.max-h-882{max-height:882px}.w-883{width:883px}.h-883{height:883px}.min-w-883{min-width:883px}.max-w-883{max-width:883px}.min-h-883{min-height:883px}.max-h-883{max-height:883px}.w-884{width:884px}.h-884{height:884px}.min-w-884{min-width:884px}.max-w-884{max-width:884px}.min-h-884{min-height:884px}.max-h-884{max-height:884px}.w-885{width:885px}.h-885{height:885px}.min-w-885{min-width:885px}.max-w-885{max-width:885px}.min-h-885{min-height:885px}.max-h-885{max-height:885px}.w-886{width:886px}.h-886{height:886px}.min-w-886{min-width:886px}.max-w-886{max-width:886px}.min-h-886{min-height:886px}.max-h-886{max-height:886px}.w-887{width:887px}.h-887{height:887px}.min-w-887{min-width:887px}.max-w-887{max-width:887px}.min-h-887{min-height:887px}.max-h-887{max-height:887px}.w-888{width:888px}.h-888{height:888px}.min-w-888{min-width:888px}.max-w-888{max-width:888px}.min-h-888{min-height:888px}.max-h-888{max-height:888px}.w-889{width:889px}.h-889{height:889px}.min-w-889{min-width:889px}.max-w-889{max-width:889px}.min-h-889{min-height:889px}.max-h-889{max-height:889px}.w-890{width:890px}.h-890{height:890px}.min-w-890{min-width:890px}.max-w-890{max-width:890px}.min-h-890{min-height:890px}.max-h-890{max-height:890px}.w-891{width:891px}.h-891{height:891px}.min-w-891{min-width:891px}.max-w-891{max-width:891px}.min-h-891{min-height:891px}.max-h-891{max-height:891px}.w-892{width:892px}.h-892{height:892px}.min-w-892{min-width:892px}.max-w-892{max-width:892px}.min-h-892{min-height:892px}.max-h-892{max-height:892px}.w-893{width:893px}.h-893{height:893px}.min-w-893{min-width:893px}.max-w-893{max-width:893px}.min-h-893{min-height:893px}.max-h-893{max-height:893px}.w-894{width:894px}.h-894{height:894px}.min-w-894{min-width:894px}.max-w-894{max-width:894px}.min-h-894{min-height:894px}.max-h-894{max-height:894px}.w-895{width:895px}.h-895{height:895px}.min-w-895{min-width:895px}.max-w-895{max-width:895px}.min-h-895{min-height:895px}.max-h-895{max-height:895px}.w-896{width:896px}.h-896{height:896px}.min-w-896{min-width:896px}.max-w-896{max-width:896px}.min-h-896{min-height:896px}.max-h-896{max-height:896px}.w-897{width:897px}.h-897{height:897px}.min-w-897{min-width:897px}.max-w-897{max-width:897px}.min-h-897{min-height:897px}.max-h-897{max-height:897px}.w-898{width:898px}.h-898{height:898px}.min-w-898{min-width:898px}.max-w-898{max-width:898px}.min-h-898{min-height:898px}.max-h-898{max-height:898px}.w-899{width:899px}.h-899{height:899px}.min-w-899{min-width:899px}.max-w-899{max-width:899px}.min-h-899{min-height:899px}.max-h-899{max-height:899px}.w-900{width:900px}.h-900{height:900px}.min-w-900{min-width:900px}.max-w-900{max-width:900px}.min-h-900{min-height:900px}.max-h-900{max-height:900px}.w-901{width:901px}.h-901{height:901px}.min-w-901{min-width:901px}.max-w-901{max-width:901px}.min-h-901{min-height:901px}.max-h-901{max-height:901px}.w-902{width:902px}.h-902{height:902px}.min-w-902{min-width:902px}.max-w-902{max-width:902px}.min-h-902{min-height:902px}.max-h-902{max-height:902px}.w-903{width:903px}.h-903{height:903px}.min-w-903{min-width:903px}.max-w-903{max-width:903px}.min-h-903{min-height:903px}.max-h-903{max-height:903px}.w-904{width:904px}.h-904{height:904px}.min-w-904{min-width:904px}.max-w-904{max-width:904px}.min-h-904{min-height:904px}.max-h-904{max-height:904px}.w-905{width:905px}.h-905{height:905px}.min-w-905{min-width:905px}.max-w-905{max-width:905px}.min-h-905{min-height:905px}.max-h-905{max-height:905px}.w-906{width:906px}.h-906{height:906px}.min-w-906{min-width:906px}.max-w-906{max-width:906px}.min-h-906{min-height:906px}.max-h-906{max-height:906px}.w-907{width:907px}.h-907{height:907px}.min-w-907{min-width:907px}.max-w-907{max-width:907px}.min-h-907{min-height:907px}.max-h-907{max-height:907px}.w-908{width:908px}.h-908{height:908px}.min-w-908{min-width:908px}.max-w-908{max-width:908px}.min-h-908{min-height:908px}.max-h-908{max-height:908px}.w-909{width:909px}.h-909{height:909px}.min-w-909{min-width:909px}.max-w-909{max-width:909px}.min-h-909{min-height:909px}.max-h-909{max-height:909px}.w-910{width:910px}.h-910{height:910px}.min-w-910{min-width:910px}.max-w-910{max-width:910px}.min-h-910{min-height:910px}.max-h-910{max-height:910px}.w-911{width:911px}.h-911{height:911px}.min-w-911{min-width:911px}.max-w-911{max-width:911px}.min-h-911{min-height:911px}.max-h-911{max-height:911px}.w-912{width:912px}.h-912{height:912px}.min-w-912{min-width:912px}.max-w-912{max-width:912px}.min-h-912{min-height:912px}.max-h-912{max-height:912px}.w-913{width:913px}.h-913{height:913px}.min-w-913{min-width:913px}.max-w-913{max-width:913px}.min-h-913{min-height:913px}.max-h-913{max-height:913px}.w-914{width:914px}.h-914{height:914px}.min-w-914{min-width:914px}.max-w-914{max-width:914px}.min-h-914{min-height:914px}.max-h-914{max-height:914px}.w-915{width:915px}.h-915{height:915px}.min-w-915{min-width:915px}.max-w-915{max-width:915px}.min-h-915{min-height:915px}.max-h-915{max-height:915px}.w-916{width:916px}.h-916{height:916px}.min-w-916{min-width:916px}.max-w-916{max-width:916px}.min-h-916{min-height:916px}.max-h-916{max-height:916px}.w-917{width:917px}.h-917{height:917px}.min-w-917{min-width:917px}.max-w-917{max-width:917px}.min-h-917{min-height:917px}.max-h-917{max-height:917px}.w-918{width:918px}.h-918{height:918px}.min-w-918{min-width:918px}.max-w-918{max-width:918px}.min-h-918{min-height:918px}.max-h-918{max-height:918px}.w-919{width:919px}.h-919{height:919px}.min-w-919{min-width:919px}.max-w-919{max-width:919px}.min-h-919{min-height:919px}.max-h-919{max-height:919px}.w-920{width:920px}.h-920{height:920px}.min-w-920{min-width:920px}.max-w-920{max-width:920px}.min-h-920{min-height:920px}.max-h-920{max-height:920px}.w-921{width:921px}.h-921{height:921px}.min-w-921{min-width:921px}.max-w-921{max-width:921px}.min-h-921{min-height:921px}.max-h-921{max-height:921px}.w-922{width:922px}.h-922{height:922px}.min-w-922{min-width:922px}.max-w-922{max-width:922px}.min-h-922{min-height:922px}.max-h-922{max-height:922px}.w-923{width:923px}.h-923{height:923px}.min-w-923{min-width:923px}.max-w-923{max-width:923px}.min-h-923{min-height:923px}.max-h-923{max-height:923px}.w-924{width:924px}.h-924{height:924px}.min-w-924{min-width:924px}.max-w-924{max-width:924px}.min-h-924{min-height:924px}.max-h-924{max-height:924px}.w-925{width:925px}.h-925{height:925px}.min-w-925{min-width:925px}.max-w-925{max-width:925px}.min-h-925{min-height:925px}.max-h-925{max-height:925px}.w-926{width:926px}.h-926{height:926px}.min-w-926{min-width:926px}.max-w-926{max-width:926px}.min-h-926{min-height:926px}.max-h-926{max-height:926px}.w-927{width:927px}.h-927{height:927px}.min-w-927{min-width:927px}.max-w-927{max-width:927px}.min-h-927{min-height:927px}.max-h-927{max-height:927px}.w-928{width:928px}.h-928{height:928px}.min-w-928{min-width:928px}.max-w-928{max-width:928px}.min-h-928{min-height:928px}.max-h-928{max-height:928px}.w-929{width:929px}.h-929{height:929px}.min-w-929{min-width:929px}.max-w-929{max-width:929px}.min-h-929{min-height:929px}.max-h-929{max-height:929px}.w-930{width:930px}.h-930{height:930px}.min-w-930{min-width:930px}.max-w-930{max-width:930px}.min-h-930{min-height:930px}.max-h-930{max-height:930px}.w-931{width:931px}.h-931{height:931px}.min-w-931{min-width:931px}.max-w-931{max-width:931px}.min-h-931{min-height:931px}.max-h-931{max-height:931px}.w-932{width:932px}.h-932{height:932px}.min-w-932{min-width:932px}.max-w-932{max-width:932px}.min-h-932{min-height:932px}.max-h-932{max-height:932px}.w-933{width:933px}.h-933{height:933px}.min-w-933{min-width:933px}.max-w-933{max-width:933px}.min-h-933{min-height:933px}.max-h-933{max-height:933px}.w-934{width:934px}.h-934{height:934px}.min-w-934{min-width:934px}.max-w-934{max-width:934px}.min-h-934{min-height:934px}.max-h-934{max-height:934px}.w-935{width:935px}.h-935{height:935px}.min-w-935{min-width:935px}.max-w-935{max-width:935px}.min-h-935{min-height:935px}.max-h-935{max-height:935px}.w-936{width:936px}.h-936{height:936px}.min-w-936{min-width:936px}.max-w-936{max-width:936px}.min-h-936{min-height:936px}.max-h-936{max-height:936px}.w-937{width:937px}.h-937{height:937px}.min-w-937{min-width:937px}.max-w-937{max-width:937px}.min-h-937{min-height:937px}.max-h-937{max-height:937px}.w-938{width:938px}.h-938{height:938px}.min-w-938{min-width:938px}.max-w-938{max-width:938px}.min-h-938{min-height:938px}.max-h-938{max-height:938px}.w-939{width:939px}.h-939{height:939px}.min-w-939{min-width:939px}.max-w-939{max-width:939px}.min-h-939{min-height:939px}.max-h-939{max-height:939px}.w-940{width:940px}.h-940{height:940px}.min-w-940{min-width:940px}.max-w-940{max-width:940px}.min-h-940{min-height:940px}.max-h-940{max-height:940px}.w-941{width:941px}.h-941{height:941px}.min-w-941{min-width:941px}.max-w-941{max-width:941px}.min-h-941{min-height:941px}.max-h-941{max-height:941px}.w-942{width:942px}.h-942{height:942px}.min-w-942{min-width:942px}.max-w-942{max-width:942px}.min-h-942{min-height:942px}.max-h-942{max-height:942px}.w-943{width:943px}.h-943{height:943px}.min-w-943{min-width:943px}.max-w-943{max-width:943px}.min-h-943{min-height:943px}.max-h-943{max-height:943px}.w-944{width:944px}.h-944{height:944px}.min-w-944{min-width:944px}.max-w-944{max-width:944px}.min-h-944{min-height:944px}.max-h-944{max-height:944px}.w-945{width:945px}.h-945{height:945px}.min-w-945{min-width:945px}.max-w-945{max-width:945px}.min-h-945{min-height:945px}.max-h-945{max-height:945px}.w-946{width:946px}.h-946{height:946px}.min-w-946{min-width:946px}.max-w-946{max-width:946px}.min-h-946{min-height:946px}.max-h-946{max-height:946px}.w-947{width:947px}.h-947{height:947px}.min-w-947{min-width:947px}.max-w-947{max-width:947px}.min-h-947{min-height:947px}.max-h-947{max-height:947px}.w-948{width:948px}.h-948{height:948px}.min-w-948{min-width:948px}.max-w-948{max-width:948px}.min-h-948{min-height:948px}.max-h-948{max-height:948px}.w-949{width:949px}.h-949{height:949px}.min-w-949{min-width:949px}.max-w-949{max-width:949px}.min-h-949{min-height:949px}.max-h-949{max-height:949px}.w-950{width:950px}.h-950{height:950px}.min-w-950{min-width:950px}.max-w-950{max-width:950px}.min-h-950{min-height:950px}.max-h-950{max-height:950px}.w-951{width:951px}.h-951{height:951px}.min-w-951{min-width:951px}.max-w-951{max-width:951px}.min-h-951{min-height:951px}.max-h-951{max-height:951px}.w-952{width:952px}.h-952{height:952px}.min-w-952{min-width:952px}.max-w-952{max-width:952px}.min-h-952{min-height:952px}.max-h-952{max-height:952px}.w-953{width:953px}.h-953{height:953px}.min-w-953{min-width:953px}.max-w-953{max-width:953px}.min-h-953{min-height:953px}.max-h-953{max-height:953px}.w-954{width:954px}.h-954{height:954px}.min-w-954{min-width:954px}.max-w-954{max-width:954px}.min-h-954{min-height:954px}.max-h-954{max-height:954px}.w-955{width:955px}.h-955{height:955px}.min-w-955{min-width:955px}.max-w-955{max-width:955px}.min-h-955{min-height:955px}.max-h-955{max-height:955px}.w-956{width:956px}.h-956{height:956px}.min-w-956{min-width:956px}.max-w-956{max-width:956px}.min-h-956{min-height:956px}.max-h-956{max-height:956px}.w-957{width:957px}.h-957{height:957px}.min-w-957{min-width:957px}.max-w-957{max-width:957px}.min-h-957{min-height:957px}.max-h-957{max-height:957px}.w-958{width:958px}.h-958{height:958px}.min-w-958{min-width:958px}.max-w-958{max-width:958px}.min-h-958{min-height:958px}.max-h-958{max-height:958px}.w-959{width:959px}.h-959{height:959px}.min-w-959{min-width:959px}.max-w-959{max-width:959px}.min-h-959{min-height:959px}.max-h-959{max-height:959px}.w-960{width:960px}.h-960{height:960px}.min-w-960{min-width:960px}.max-w-960{max-width:960px}.min-h-960{min-height:960px}.max-h-960{max-height:960px}.w-961{width:961px}.h-961{height:961px}.min-w-961{min-width:961px}.max-w-961{max-width:961px}.min-h-961{min-height:961px}.max-h-961{max-height:961px}.w-962{width:962px}.h-962{height:962px}.min-w-962{min-width:962px}.max-w-962{max-width:962px}.min-h-962{min-height:962px}.max-h-962{max-height:962px}.w-963{width:963px}.h-963{height:963px}.min-w-963{min-width:963px}.max-w-963{max-width:963px}.min-h-963{min-height:963px}.max-h-963{max-height:963px}.w-964{width:964px}.h-964{height:964px}.min-w-964{min-width:964px}.max-w-964{max-width:964px}.min-h-964{min-height:964px}.max-h-964{max-height:964px}.w-965{width:965px}.h-965{height:965px}.min-w-965{min-width:965px}.max-w-965{max-width:965px}.min-h-965{min-height:965px}.max-h-965{max-height:965px}.w-966{width:966px}.h-966{height:966px}.min-w-966{min-width:966px}.max-w-966{max-width:966px}.min-h-966{min-height:966px}.max-h-966{max-height:966px}.w-967{width:967px}.h-967{height:967px}.min-w-967{min-width:967px}.max-w-967{max-width:967px}.min-h-967{min-height:967px}.max-h-967{max-height:967px}.w-968{width:968px}.h-968{height:968px}.min-w-968{min-width:968px}.max-w-968{max-width:968px}.min-h-968{min-height:968px}.max-h-968{max-height:968px}.w-969{width:969px}.h-969{height:969px}.min-w-969{min-width:969px}.max-w-969{max-width:969px}.min-h-969{min-height:969px}.max-h-969{max-height:969px}.w-970{width:970px}.h-970{height:970px}.min-w-970{min-width:970px}.max-w-970{max-width:970px}.min-h-970{min-height:970px}.max-h-970{max-height:970px}.w-971{width:971px}.h-971{height:971px}.min-w-971{min-width:971px}.max-w-971{max-width:971px}.min-h-971{min-height:971px}.max-h-971{max-height:971px}.w-972{width:972px}.h-972{height:972px}.min-w-972{min-width:972px}.max-w-972{max-width:972px}.min-h-972{min-height:972px}.max-h-972{max-height:972px}.w-973{width:973px}.h-973{height:973px}.min-w-973{min-width:973px}.max-w-973{max-width:973px}.min-h-973{min-height:973px}.max-h-973{max-height:973px}.w-974{width:974px}.h-974{height:974px}.min-w-974{min-width:974px}.max-w-974{max-width:974px}.min-h-974{min-height:974px}.max-h-974{max-height:974px}.w-975{width:975px}.h-975{height:975px}.min-w-975{min-width:975px}.max-w-975{max-width:975px}.min-h-975{min-height:975px}.max-h-975{max-height:975px}.w-976{width:976px}.h-976{height:976px}.min-w-976{min-width:976px}.max-w-976{max-width:976px}.min-h-976{min-height:976px}.max-h-976{max-height:976px}.w-977{width:977px}.h-977{height:977px}.min-w-977{min-width:977px}.max-w-977{max-width:977px}.min-h-977{min-height:977px}.max-h-977{max-height:977px}.w-978{width:978px}.h-978{height:978px}.min-w-978{min-width:978px}.max-w-978{max-width:978px}.min-h-978{min-height:978px}.max-h-978{max-height:978px}.w-979{width:979px}.h-979{height:979px}.min-w-979{min-width:979px}.max-w-979{max-width:979px}.min-h-979{min-height:979px}.max-h-979{max-height:979px}.w-980{width:980px}.h-980{height:980px}.min-w-980{min-width:980px}.max-w-980{max-width:980px}.min-h-980{min-height:980px}.max-h-980{max-height:980px}.w-981{width:981px}.h-981{height:981px}.min-w-981{min-width:981px}.max-w-981{max-width:981px}.min-h-981{min-height:981px}.max-h-981{max-height:981px}.w-982{width:982px}.h-982{height:982px}.min-w-982{min-width:982px}.max-w-982{max-width:982px}.min-h-982{min-height:982px}.max-h-982{max-height:982px}.w-983{width:983px}.h-983{height:983px}.min-w-983{min-width:983px}.max-w-983{max-width:983px}.min-h-983{min-height:983px}.max-h-983{max-height:983px}.w-984{width:984px}.h-984{height:984px}.min-w-984{min-width:984px}.max-w-984{max-width:984px}.min-h-984{min-height:984px}.max-h-984{max-height:984px}.w-985{width:985px}.h-985{height:985px}.min-w-985{min-width:985px}.max-w-985{max-width:985px}.min-h-985{min-height:985px}.max-h-985{max-height:985px}.w-986{width:986px}.h-986{height:986px}.min-w-986{min-width:986px}.max-w-986{max-width:986px}.min-h-986{min-height:986px}.max-h-986{max-height:986px}.w-987{width:987px}.h-987{height:987px}.min-w-987{min-width:987px}.max-w-987{max-width:987px}.min-h-987{min-height:987px}.max-h-987{max-height:987px}.w-988{width:988px}.h-988{height:988px}.min-w-988{min-width:988px}.max-w-988{max-width:988px}.min-h-988{min-height:988px}.max-h-988{max-height:988px}.w-989{width:989px}.h-989{height:989px}.min-w-989{min-width:989px}.max-w-989{max-width:989px}.min-h-989{min-height:989px}.max-h-989{max-height:989px}.w-990{width:990px}.h-990{height:990px}.min-w-990{min-width:990px}.max-w-990{max-width:990px}.min-h-990{min-height:990px}.max-h-990{max-height:990px}.w-991{width:991px}.h-991{height:991px}.min-w-991{min-width:991px}.max-w-991{max-width:991px}.min-h-991{min-height:991px}.max-h-991{max-height:991px}.w-992{width:992px}.h-992{height:992px}.min-w-992{min-width:992px}.max-w-992{max-width:992px}.min-h-992{min-height:992px}.max-h-992{max-height:992px}.w-993{width:993px}.h-993{height:993px}.min-w-993{min-width:993px}.max-w-993{max-width:993px}.min-h-993{min-height:993px}.max-h-993{max-height:993px}.w-994{width:994px}.h-994{height:994px}.min-w-994{min-width:994px}.max-w-994{max-width:994px}.min-h-994{min-height:994px}.max-h-994{max-height:994px}.w-995{width:995px}.h-995{height:995px}.min-w-995{min-width:995px}.max-w-995{max-width:995px}.min-h-995{min-height:995px}.max-h-995{max-height:995px}.w-996{width:996px}.h-996{height:996px}.min-w-996{min-width:996px}.max-w-996{max-width:996px}.min-h-996{min-height:996px}.max-h-996{max-height:996px}.w-997{width:997px}.h-997{height:997px}.min-w-997{min-width:997px}.max-w-997{max-width:997px}.min-h-997{min-height:997px}.max-h-997{max-height:997px}.w-998{width:998px}.h-998{height:998px}.min-w-998{min-width:998px}.max-w-998{max-width:998px}.min-h-998{min-height:998px}.max-h-998{max-height:998px}.w-999{width:999px}.h-999{height:999px}.min-w-999{min-width:999px}.max-w-999{max-width:999px}.min-h-999{min-height:999px}.max-h-999{max-height:999px}.w-1000{width:1000px}.h-1000{height:1000px}.min-w-1000{min-width:1000px}.max-w-1000{max-width:1000px}.min-h-1000{min-height:1000px}.max-h-1000{max-height:1000px}.w-1\/2{width:50%}.w-1\/3{width:33.33333333333333%}.w-2\/3{width:66.66666666666666%}.w-1\/4{width:25%}.w-2\/4{width:50%}.w-3\/4{width:75%}.w-1\/5{width:20%}.w-2\/5{width:40%}.w-3\/5{width:60%}.w-4\/5{width:80%}.w-1\/6{width:16.666666666666664%}.w-2\/6{width:33.33333333333333%}.w-3\/6{width:50%}.w-4\/6{width:66.66666666666666%}.w-5\/6{width:83.33333333333334%}.w-1\/7{width:14.285714285714285%}.w-2\/7{width:28.57142857142857%}.w-3\/7{width:42.857142857142854%}.w-4\/7{width:57.14285714285714%}.w-5\/7{width:71.42857142857143%}.w-6\/7{width:85.71428571428571%}.w-1\/8{width:12.5%}.w-2\/8{width:25%}.w-3\/8{width:37.5%}.w-4\/8{width:50%}.w-5\/8{width:62.5%}.w-6\/8{width:75%}.w-7\/8{width:87.5%}.w-1\/9{width:11.11111111111111%}.w-2\/9{width:22.22222222222222%}.w-3\/9{width:33.33333333333333%}.w-4\/9{width:44.44444444444444%}.w-5\/9{width:55.55555555555556%}.w-6\/9{width:66.66666666666666%}.w-7\/9{width:77.77777777777779%}.w-8\/9{width:88.88888888888889%}.w-1\/10{width:10%}.w-2\/10{width:20%}.w-3\/10{width:30%}.w-4\/10{width:40%}.w-5\/10{width:50%}.w-6\/10{width:60%}.w-7\/10{width:70%}.w-8\/10{width:80%}.w-9\/10{width:90%}.w-1\/11{width:9.090909090909092%}.w-2\/11{width:18.181818181818183%}.w-3\/11{width:27.27272727272727%}.w-4\/11{width:36.36363636363637%}.w-5\/11{width:45.45454545454545%}.w-6\/11{width:54.54545454545454%}.w-7\/11{width:63.63636363636363%}.w-8\/11{width:72.72727272727273%}.w-9\/11{width:81.81818181818183%}.w-10\/11{width:90.9090909090909%}.w-1\/12{width:8.333333333333332%}.w-2\/12{width:16.666666666666664%}.w-3\/12{width:25%}.w-4\/12{width:33.33333333333333%}.w-5\/12{width:41.66666666666667%}.w-6\/12{width:50%}.w-7\/12{width:58.333333333333336%}.w-8\/12{width:66.66666666666666%}.w-9\/12{width:75%}.w-10\/12{width:83.33333333333334%}.w-11\/12{width:91.66666666666666%}.w-1\/13{width:7.6923076923076925%}.w-2\/13{width:15.384615384615385%}.w-3\/13{width:23.076923076923077%}.w-4\/13{width:30.76923076923077%}.w-5\/13{width:38.46153846153847%}.w-6\/13{width:46.15384615384615%}.w-7\/13{width:53.84615384615385%}.w-8\/13{width:61.53846153846154%}.w-9\/13{width:69.23076923076923%}.w-10\/13{width:76.92307692307693%}.w-11\/13{width:84.61538461538461%}.w-12\/13{width:92.3076923076923%}.w-1\/14{width:7.142857142857142%}.w-2\/14{width:14.285714285714285%}.w-3\/14{width:21.428571428571427%}.w-4\/14{width:28.57142857142857%}.w-5\/14{width:35.714285714285715%}.w-6\/14{width:42.857142857142854%}.w-7\/14{width:50%}.w-8\/14{width:57.14285714285714%}.w-9\/14{width:64.28571428571429%}.w-10\/14{width:71.42857142857143%}.w-11\/14{width:78.57142857142857%}.w-12\/14{width:85.71428571428571%}.w-13\/14{width:92.85714285714286%}.w-1\/15{width:6.666666666666667%}.w-2\/15{width:13.333333333333334%}.w-3\/15{width:20%}.w-4\/15{width:26.666666666666668%}.w-5\/15{width:33.33333333333333%}.w-6\/15{width:40%}.w-7\/15{width:46.666666666666664%}.w-8\/15{width:53.333333333333336%}.w-9\/15{width:60%}.w-10\/15{width:66.66666666666666%}.w-11\/15{width:73.33333333333333%}.w-12\/15{width:80%}.w-13\/15{width:86.66666666666667%}.w-14\/15{width:93.33333333333333%}.w-1\/16{width:6.25%}.w-2\/16{width:12.5%}.w-3\/16{width:18.75%}.w-4\/16{width:25%}.w-5\/16{width:31.25%}.w-6\/16{width:37.5%}.w-7\/16{width:43.75%}.w-8\/16{width:50%}.w-9\/16{width:56.25%}.w-10\/16{width:62.5%}.w-11\/16{width:68.75%}.w-12\/16{width:75%}.w-13\/16{width:81.25%}.w-14\/16{width:87.5%}.w-15\/16{width:93.75%}.w-1\/17{width:5.88235294117647%}.w-2\/17{width:11.76470588235294%}.w-3\/17{width:17.647058823529413%}.w-4\/17{width:23.52941176470588%}.w-5\/17{width:29.411764705882355%}.w-6\/17{width:35.294117647058826%}.w-7\/17{width:41.17647058823529%}.w-8\/17{width:47.05882352941176%}.w-9\/17{width:52.94117647058824%}.w-10\/17{width:58.82352941176471%}.w-11\/17{width:64.70588235294117%}.w-12\/17{width:70.58823529411765%}.w-13\/17{width:76.47058823529412%}.w-14\/17{width:82.35294117647058%}.w-15\/17{width:88.23529411764706%}.w-16\/17{width:94.11764705882352%}.w-1\/18{width:5.555555555555555%}.w-2\/18{width:11.11111111111111%}.w-3\/18{width:16.666666666666664%}.w-4\/18{width:22.22222222222222%}.w-5\/18{width:27.77777777777778%}.w-6\/18{width:33.33333333333333%}.w-7\/18{width:38.88888888888889%}.w-8\/18{width:44.44444444444444%}.w-9\/18{width:50%}.w-10\/18{width:55.55555555555556%}.w-11\/18{width:61.111111111111114%}.w-12\/18{width:66.66666666666666%}.w-13\/18{width:72.22222222222221%}.w-14\/18{width:77.77777777777779%}.w-15\/18{width:83.33333333333334%}.w-16\/18{width:88.88888888888889%}.w-17\/18{width:94.44444444444444%}.w-1\/19{width:5.263157894736842%}.w-2\/19{width:10.526315789473683%}.w-3\/19{width:15.789473684210526%}.w-4\/19{width:21.052631578947366%}.w-5\/19{width:26.31578947368421%}.w-6\/19{width:31.57894736842105%}.w-7\/19{width:36.84210526315789%}.w-8\/19{width:42.10526315789473%}.w-9\/19{width:47.368421052631575%}.w-10\/19{width:52.63157894736842%}.w-11\/19{width:57.89473684210527%}.w-12\/19{width:63.1578947368421%}.w-13\/19{width:68.42105263157895%}.w-14\/19{width:73.68421052631578%}.w-15\/19{width:78.94736842105263%}.w-16\/19{width:84.21052631578947%}.w-17\/19{width:89.47368421052632%}.w-18\/19{width:94.73684210526315%}.w-1\/20{width:5%}.w-2\/20{width:10%}.w-3\/20{width:15%}.w-4\/20{width:20%}.w-5\/20{width:25%}.w-6\/20{width:30%}.w-7\/20{width:35%}.w-8\/20{width:40%}.w-9\/20{width:45%}.w-10\/20{width:50%}.w-11\/20{width:55.00000000000001%}.w-12\/20{width:60%}.w-13\/20{width:65%}.w-14\/20{width:70%}.w-15\/20{width:75%}.w-16\/20{width:80%}.w-17\/20{width:85%}.w-18\/20{width:90%}.w-19\/20{width:95%}.w-0\%{width:0%}.h-0\%{height:0%}.w-10\%{width:10%}.h-10\%{height:10%}.w-20\%{width:20%}.h-20\%{height:20%}.w-25\%{width:25%}.h-25\%{height:25%}.w-30\%{width:30%}.h-30\%{height:30%}.w-33\%{width:33%}.h-33\%{height:33%}.w-40\%{width:40%}.h-40\%{height:40%}.w-50\%{width:50%}.h-50\%{height:50%}.w-60\%{width:60%}.h-60\%{height:60%}.w-66\%{width:66%}.h-66\%{height:66%}.w-70\%{width:70%}.h-70\%{height:70%}.w-75\%{width:75%}.h-75\%{height:75%}.w-80\%{width:80%}.h-80\%{height:80%}.w-90\%{width:90%}.h-90\%{height:90%}.w-100\%{width:100%}.h-100\%{height:100%}.w-full{width:100%}.h-full{height:100%}.w-screen{width:100vw}.h-screen{height:100vh}.w-auto{width:auto}.h-auto{height:auto}.bg-primary\/0{background-color:rgb(var(--aksara-primary) / 0)}.text-primary\/0{color:rgb(var(--aksara-primary) / 0)}.border-primary\/0{border-color:rgb(var(--aksara-primary) / 0)}.decoration-primary\/0{text-decoration-color:rgb(var(--aksara-primary) / 0)}.ring-primary\/0{--aksara-ring-color:rgb(var(--aksara-primary) / 0)}.bg-primary\/1{background-color:rgb(var(--aksara-primary) / 0.01)}.text-primary\/1{color:rgb(var(--aksara-primary) / 0.01)}.border-primary\/1{border-color:rgb(var(--aksara-primary) / 0.01)}.decoration-primary\/1{text-decoration-color:rgb(var(--aksara-primary) / 0.01)}.ring-primary\/1{--aksara-ring-color:rgb(var(--aksara-primary) / 0.01)}.bg-primary\/2{background-color:rgb(var(--aksara-primary) / 0.02)}.text-primary\/2{color:rgb(var(--aksara-primary) / 0.02)}.border-primary\/2{border-color:rgb(var(--aksara-primary) / 0.02)}.decoration-primary\/2{text-decoration-color:rgb(var(--aksara-primary) / 0.02)}.ring-primary\/2{--aksara-ring-color:rgb(var(--aksara-primary) / 0.02)}.bg-primary\/3{background-color:rgb(var(--aksara-primary) / 0.03)}.text-primary\/3{color:rgb(var(--aksara-primary) / 0.03)}.border-primary\/3{border-color:rgb(var(--aksara-primary) / 0.03)}.decoration-primary\/3{text-decoration-color:rgb(var(--aksara-primary) / 0.03)}.ring-primary\/3{--aksara-ring-color:rgb(var(--aksara-primary) / 0.03)}.bg-primary\/4{background-color:rgb(var(--aksara-primary) / 0.04)}.text-primary\/4{color:rgb(var(--aksara-primary) / 0.04)}.border-primary\/4{border-color:rgb(var(--aksara-primary) / 0.04)}.decoration-primary\/4{text-decoration-color:rgb(var(--aksara-primary) / 0.04)}.ring-primary\/4{--aksara-ring-color:rgb(var(--aksara-primary) / 0.04)}.bg-primary\/5{background-color:rgb(var(--aksara-primary) / 0.05)}.text-primary\/5{color:rgb(var(--aksara-primary) / 0.05)}.border-primary\/5{border-color:rgb(var(--aksara-primary) / 0.05)}.decoration-primary\/5{text-decoration-color:rgb(var(--aksara-primary) / 0.05)}.ring-primary\/5{--aksara-ring-color:rgb(var(--aksara-primary) / 0.05)}.bg-primary\/6{background-color:rgb(var(--aksara-primary) / 0.06)}.text-primary\/6{color:rgb(var(--aksara-primary) / 0.06)}.border-primary\/6{border-color:rgb(var(--aksara-primary) / 0.06)}.decoration-primary\/6{text-decoration-color:rgb(var(--aksara-primary) / 0.06)}.ring-primary\/6{--aksara-ring-color:rgb(var(--aksara-primary) / 0.06)}.bg-primary\/7{background-color:rgb(var(--aksara-primary) / 0.07)}.text-primary\/7{color:rgb(var(--aksara-primary) / 0.07)}.border-primary\/7{border-color:rgb(var(--aksara-primary) / 0.07)}.decoration-primary\/7{text-decoration-color:rgb(var(--aksara-primary) / 0.07)}.ring-primary\/7{--aksara-ring-color:rgb(var(--aksara-primary) / 0.07)}.bg-primary\/8{background-color:rgb(var(--aksara-primary) / 0.08)}.text-primary\/8{color:rgb(var(--aksara-primary) / 0.08)}.border-primary\/8{border-color:rgb(var(--aksara-primary) / 0.08)}.decoration-primary\/8{text-decoration-color:rgb(var(--aksara-primary) / 0.08)}.ring-primary\/8{--aksara-ring-color:rgb(var(--aksara-primary) / 0.08)}.bg-primary\/9{background-color:rgb(var(--aksara-primary) / 0.09)}.text-primary\/9{color:rgb(var(--aksara-primary) / 0.09)}.border-primary\/9{border-color:rgb(var(--aksara-primary) / 0.09)}.decoration-primary\/9{text-decoration-color:rgb(var(--aksara-primary) / 0.09)}.ring-primary\/9{--aksara-ring-color:rgb(var(--aksara-primary) / 0.09)}.bg-primary\/10{background-color:rgb(var(--aksara-primary) / 0.1)}.text-primary\/10{color:rgb(var(--aksara-primary) / 0.1)}.border-primary\/10{border-color:rgb(var(--aksara-primary) / 0.1)}.decoration-primary\/10{text-decoration-color:rgb(var(--aksara-primary) / 0.1)}.ring-primary\/10{--aksara-ring-color:rgb(var(--aksara-primary) / 0.1)}.bg-primary\/11{background-color:rgb(var(--aksara-primary) / 0.11)}.text-primary\/11{color:rgb(var(--aksara-primary) / 0.11)}.border-primary\/11{border-color:rgb(var(--aksara-primary) / 0.11)}.decoration-primary\/11{text-decoration-color:rgb(var(--aksara-primary) / 0.11)}.ring-primary\/11{--aksara-ring-color:rgb(var(--aksara-primary) / 0.11)}.bg-primary\/12{background-color:rgb(var(--aksara-primary) / 0.12)}.text-primary\/12{color:rgb(var(--aksara-primary) / 0.12)}.border-primary\/12{border-color:rgb(var(--aksara-primary) / 0.12)}.decoration-primary\/12{text-decoration-color:rgb(var(--aksara-primary) / 0.12)}.ring-primary\/12{--aksara-ring-color:rgb(var(--aksara-primary) / 0.12)}.bg-primary\/13{background-color:rgb(var(--aksara-primary) / 0.13)}.text-primary\/13{color:rgb(var(--aksara-primary) / 0.13)}.border-primary\/13{border-color:rgb(var(--aksara-primary) / 0.13)}.decoration-primary\/13{text-decoration-color:rgb(var(--aksara-primary) / 0.13)}.ring-primary\/13{--aksara-ring-color:rgb(var(--aksara-primary) / 0.13)}.bg-primary\/14{background-color:rgb(var(--aksara-primary) / 0.14)}.text-primary\/14{color:rgb(var(--aksara-primary) / 0.14)}.border-primary\/14{border-color:rgb(var(--aksara-primary) / 0.14)}.decoration-primary\/14{text-decoration-color:rgb(var(--aksara-primary) / 0.14)}.ring-primary\/14{--aksara-ring-color:rgb(var(--aksara-primary) / 0.14)}.bg-primary\/15{background-color:rgb(var(--aksara-primary) / 0.15)}.text-primary\/15{color:rgb(var(--aksara-primary) / 0.15)}.border-primary\/15{border-color:rgb(var(--aksara-primary) / 0.15)}.decoration-primary\/15{text-decoration-color:rgb(var(--aksara-primary) / 0.15)}.ring-primary\/15{--aksara-ring-color:rgb(var(--aksara-primary) / 0.15)}.bg-primary\/16{background-color:rgb(var(--aksara-primary) / 0.16)}.text-primary\/16{color:rgb(var(--aksara-primary) / 0.16)}.border-primary\/16{border-color:rgb(var(--aksara-primary) / 0.16)}.decoration-primary\/16{text-decoration-color:rgb(var(--aksara-primary) / 0.16)}.ring-primary\/16{--aksara-ring-color:rgb(var(--aksara-primary) / 0.16)}.bg-primary\/17{background-color:rgb(var(--aksara-primary) / 0.17)}.text-primary\/17{color:rgb(var(--aksara-primary) / 0.17)}.border-primary\/17{border-color:rgb(var(--aksara-primary) / 0.17)}.decoration-primary\/17{text-decoration-color:rgb(var(--aksara-primary) / 0.17)}.ring-primary\/17{--aksara-ring-color:rgb(var(--aksara-primary) / 0.17)}.bg-primary\/18{background-color:rgb(var(--aksara-primary) / 0.18)}.text-primary\/18{color:rgb(var(--aksara-primary) / 0.18)}.border-primary\/18{border-color:rgb(var(--aksara-primary) / 0.18)}.decoration-primary\/18{text-decoration-color:rgb(var(--aksara-primary) / 0.18)}.ring-primary\/18{--aksara-ring-color:rgb(var(--aksara-primary) / 0.18)}.bg-primary\/19{background-color:rgb(var(--aksara-primary) / 0.19)}.text-primary\/19{color:rgb(var(--aksara-primary) / 0.19)}.border-primary\/19{border-color:rgb(var(--aksara-primary) / 0.19)}.decoration-primary\/19{text-decoration-color:rgb(var(--aksara-primary) / 0.19)}.ring-primary\/19{--aksara-ring-color:rgb(var(--aksara-primary) / 0.19)}.bg-primary\/20{background-color:rgb(var(--aksara-primary) / 0.2)}.text-primary\/20{color:rgb(var(--aksara-primary) / 0.2)}.border-primary\/20{border-color:rgb(var(--aksara-primary) / 0.2)}.decoration-primary\/20{text-decoration-color:rgb(var(--aksara-primary) / 0.2)}.ring-primary\/20{--aksara-ring-color:rgb(var(--aksara-primary) / 0.2)}.bg-primary\/21{background-color:rgb(var(--aksara-primary) / 0.21)}.text-primary\/21{color:rgb(var(--aksara-primary) / 0.21)}.border-primary\/21{border-color:rgb(var(--aksara-primary) / 0.21)}.decoration-primary\/21{text-decoration-color:rgb(var(--aksara-primary) / 0.21)}.ring-primary\/21{--aksara-ring-color:rgb(var(--aksara-primary) / 0.21)}.bg-primary\/22{background-color:rgb(var(--aksara-primary) / 0.22)}.text-primary\/22{color:rgb(var(--aksara-primary) / 0.22)}.border-primary\/22{border-color:rgb(var(--aksara-primary) / 0.22)}.decoration-primary\/22{text-decoration-color:rgb(var(--aksara-primary) / 0.22)}.ring-primary\/22{--aksara-ring-color:rgb(var(--aksara-primary) / 0.22)}.bg-primary\/23{background-color:rgb(var(--aksara-primary) / 0.23)}.text-primary\/23{color:rgb(var(--aksara-primary) / 0.23)}.border-primary\/23{border-color:rgb(var(--aksara-primary) / 0.23)}.decoration-primary\/23{text-decoration-color:rgb(var(--aksara-primary) / 0.23)}.ring-primary\/23{--aksara-ring-color:rgb(var(--aksara-primary) / 0.23)}.bg-primary\/24{background-color:rgb(var(--aksara-primary) / 0.24)}.text-primary\/24{color:rgb(var(--aksara-primary) / 0.24)}.border-primary\/24{border-color:rgb(var(--aksara-primary) / 0.24)}.decoration-primary\/24{text-decoration-color:rgb(var(--aksara-primary) / 0.24)}.ring-primary\/24{--aksara-ring-color:rgb(var(--aksara-primary) / 0.24)}.bg-primary\/25{background-color:rgb(var(--aksara-primary) / 0.25)}.text-primary\/25{color:rgb(var(--aksara-primary) / 0.25)}.border-primary\/25{border-color:rgb(var(--aksara-primary) / 0.25)}.decoration-primary\/25{text-decoration-color:rgb(var(--aksara-primary) / 0.25)}.ring-primary\/25{--aksara-ring-color:rgb(var(--aksara-primary) / 0.25)}.bg-primary\/26{background-color:rgb(var(--aksara-primary) / 0.26)}.text-primary\/26{color:rgb(var(--aksara-primary) / 0.26)}.border-primary\/26{border-color:rgb(var(--aksara-primary) / 0.26)}.decoration-primary\/26{text-decoration-color:rgb(var(--aksara-primary) / 0.26)}.ring-primary\/26{--aksara-ring-color:rgb(var(--aksara-primary) / 0.26)}.bg-primary\/27{background-color:rgb(var(--aksara-primary) / 0.27)}.text-primary\/27{color:rgb(var(--aksara-primary) / 0.27)}.border-primary\/27{border-color:rgb(var(--aksara-primary) / 0.27)}.decoration-primary\/27{text-decoration-color:rgb(var(--aksara-primary) / 0.27)}.ring-primary\/27{--aksara-ring-color:rgb(var(--aksara-primary) / 0.27)}.bg-primary\/28{background-color:rgb(var(--aksara-primary) / 0.28)}.text-primary\/28{color:rgb(var(--aksara-primary) / 0.28)}.border-primary\/28{border-color:rgb(var(--aksara-primary) / 0.28)}.decoration-primary\/28{text-decoration-color:rgb(var(--aksara-primary) / 0.28)}.ring-primary\/28{--aksara-ring-color:rgb(var(--aksara-primary) / 0.28)}.bg-primary\/29{background-color:rgb(var(--aksara-primary) / 0.29)}.text-primary\/29{color:rgb(var(--aksara-primary) / 0.29)}.border-primary\/29{border-color:rgb(var(--aksara-primary) / 0.29)}.decoration-primary\/29{text-decoration-color:rgb(var(--aksara-primary) / 0.29)}.ring-primary\/29{--aksara-ring-color:rgb(var(--aksara-primary) / 0.29)}.bg-primary\/30{background-color:rgb(var(--aksara-primary) / 0.3)}.text-primary\/30{color:rgb(var(--aksara-primary) / 0.3)}.border-primary\/30{border-color:rgb(var(--aksara-primary) / 0.3)}.decoration-primary\/30{text-decoration-color:rgb(var(--aksara-primary) / 0.3)}.ring-primary\/30{--aksara-ring-color:rgb(var(--aksara-primary) / 0.3)}.bg-primary\/31{background-color:rgb(var(--aksara-primary) / 0.31)}.text-primary\/31{color:rgb(var(--aksara-primary) / 0.31)}.border-primary\/31{border-color:rgb(var(--aksara-primary) / 0.31)}.decoration-primary\/31{text-decoration-color:rgb(var(--aksara-primary) / 0.31)}.ring-primary\/31{--aksara-ring-color:rgb(var(--aksara-primary) / 0.31)}.bg-primary\/32{background-color:rgb(var(--aksara-primary) / 0.32)}.text-primary\/32{color:rgb(var(--aksara-primary) / 0.32)}.border-primary\/32{border-color:rgb(var(--aksara-primary) / 0.32)}.decoration-primary\/32{text-decoration-color:rgb(var(--aksara-primary) / 0.32)}.ring-primary\/32{--aksara-ring-color:rgb(var(--aksara-primary) / 0.32)}.bg-primary\/33{background-color:rgb(var(--aksara-primary) / 0.33)}.text-primary\/33{color:rgb(var(--aksara-primary) / 0.33)}.border-primary\/33{border-color:rgb(var(--aksara-primary) / 0.33)}.decoration-primary\/33{text-decoration-color:rgb(var(--aksara-primary) / 0.33)}.ring-primary\/33{--aksara-ring-color:rgb(var(--aksara-primary) / 0.33)}.bg-primary\/34{background-color:rgb(var(--aksara-primary) / 0.34)}.text-primary\/34{color:rgb(var(--aksara-primary) / 0.34)}.border-primary\/34{border-color:rgb(var(--aksara-primary) / 0.34)}.decoration-primary\/34{text-decoration-color:rgb(var(--aksara-primary) / 0.34)}.ring-primary\/34{--aksara-ring-color:rgb(var(--aksara-primary) / 0.34)}.bg-primary\/35{background-color:rgb(var(--aksara-primary) / 0.35)}.text-primary\/35{color:rgb(var(--aksara-primary) / 0.35)}.border-primary\/35{border-color:rgb(var(--aksara-primary) / 0.35)}.decoration-primary\/35{text-decoration-color:rgb(var(--aksara-primary) / 0.35)}.ring-primary\/35{--aksara-ring-color:rgb(var(--aksara-primary) / 0.35)}.bg-primary\/36{background-color:rgb(var(--aksara-primary) / 0.36)}.text-primary\/36{color:rgb(var(--aksara-primary) / 0.36)}.border-primary\/36{border-color:rgb(var(--aksara-primary) / 0.36)}.decoration-primary\/36{text-decoration-color:rgb(var(--aksara-primary) / 0.36)}.ring-primary\/36{--aksara-ring-color:rgb(var(--aksara-primary) / 0.36)}.bg-primary\/37{background-color:rgb(var(--aksara-primary) / 0.37)}.text-primary\/37{color:rgb(var(--aksara-primary) / 0.37)}.border-primary\/37{border-color:rgb(var(--aksara-primary) / 0.37)}.decoration-primary\/37{text-decoration-color:rgb(var(--aksara-primary) / 0.37)}.ring-primary\/37{--aksara-ring-color:rgb(var(--aksara-primary) / 0.37)}.bg-primary\/38{background-color:rgb(var(--aksara-primary) / 0.38)}.text-primary\/38{color:rgb(var(--aksara-primary) / 0.38)}.border-primary\/38{border-color:rgb(var(--aksara-primary) / 0.38)}.decoration-primary\/38{text-decoration-color:rgb(var(--aksara-primary) / 0.38)}.ring-primary\/38{--aksara-ring-color:rgb(var(--aksara-primary) / 0.38)}.bg-primary\/39{background-color:rgb(var(--aksara-primary) / 0.39)}.text-primary\/39{color:rgb(var(--aksara-primary) / 0.39)}.border-primary\/39{border-color:rgb(var(--aksara-primary) / 0.39)}.decoration-primary\/39{text-decoration-color:rgb(var(--aksara-primary) / 0.39)}.ring-primary\/39{--aksara-ring-color:rgb(var(--aksara-primary) / 0.39)}.bg-primary\/40{background-color:rgb(var(--aksara-primary) / 0.4)}.text-primary\/40{color:rgb(var(--aksara-primary) / 0.4)}.border-primary\/40{border-color:rgb(var(--aksara-primary) / 0.4)}.decoration-primary\/40{text-decoration-color:rgb(var(--aksara-primary) / 0.4)}.ring-primary\/40{--aksara-ring-color:rgb(var(--aksara-primary) / 0.4)}.bg-primary\/41{background-color:rgb(var(--aksara-primary) / 0.41)}.text-primary\/41{color:rgb(var(--aksara-primary) / 0.41)}.border-primary\/41{border-color:rgb(var(--aksara-primary) / 0.41)}.decoration-primary\/41{text-decoration-color:rgb(var(--aksara-primary) / 0.41)}.ring-primary\/41{--aksara-ring-color:rgb(var(--aksara-primary) / 0.41)}.bg-primary\/42{background-color:rgb(var(--aksara-primary) / 0.42)}.text-primary\/42{color:rgb(var(--aksara-primary) / 0.42)}.border-primary\/42{border-color:rgb(var(--aksara-primary) / 0.42)}.decoration-primary\/42{text-decoration-color:rgb(var(--aksara-primary) / 0.42)}.ring-primary\/42{--aksara-ring-color:rgb(var(--aksara-primary) / 0.42)}.bg-primary\/43{background-color:rgb(var(--aksara-primary) / 0.43)}.text-primary\/43{color:rgb(var(--aksara-primary) / 0.43)}.border-primary\/43{border-color:rgb(var(--aksara-primary) / 0.43)}.decoration-primary\/43{text-decoration-color:rgb(var(--aksara-primary) / 0.43)}.ring-primary\/43{--aksara-ring-color:rgb(var(--aksara-primary) / 0.43)}.bg-primary\/44{background-color:rgb(var(--aksara-primary) / 0.44)}.text-primary\/44{color:rgb(var(--aksara-primary) / 0.44)}.border-primary\/44{border-color:rgb(var(--aksara-primary) / 0.44)}.decoration-primary\/44{text-decoration-color:rgb(var(--aksara-primary) / 0.44)}.ring-primary\/44{--aksara-ring-color:rgb(var(--aksara-primary) / 0.44)}.bg-primary\/45{background-color:rgb(var(--aksara-primary) / 0.45)}.text-primary\/45{color:rgb(var(--aksara-primary) / 0.45)}.border-primary\/45{border-color:rgb(var(--aksara-primary) / 0.45)}.decoration-primary\/45{text-decoration-color:rgb(var(--aksara-primary) / 0.45)}.ring-primary\/45{--aksara-ring-color:rgb(var(--aksara-primary) / 0.45)}.bg-primary\/46{background-color:rgb(var(--aksara-primary) / 0.46)}.text-primary\/46{color:rgb(var(--aksara-primary) / 0.46)}.border-primary\/46{border-color:rgb(var(--aksara-primary) / 0.46)}.decoration-primary\/46{text-decoration-color:rgb(var(--aksara-primary) / 0.46)}.ring-primary\/46{--aksara-ring-color:rgb(var(--aksara-primary) / 0.46)}.bg-primary\/47{background-color:rgb(var(--aksara-primary) / 0.47)}.text-primary\/47{color:rgb(var(--aksara-primary) / 0.47)}.border-primary\/47{border-color:rgb(var(--aksara-primary) / 0.47)}.decoration-primary\/47{text-decoration-color:rgb(var(--aksara-primary) / 0.47)}.ring-primary\/47{--aksara-ring-color:rgb(var(--aksara-primary) / 0.47)}.bg-primary\/48{background-color:rgb(var(--aksara-primary) / 0.48)}.text-primary\/48{color:rgb(var(--aksara-primary) / 0.48)}.border-primary\/48{border-color:rgb(var(--aksara-primary) / 0.48)}.decoration-primary\/48{text-decoration-color:rgb(var(--aksara-primary) / 0.48)}.ring-primary\/48{--aksara-ring-color:rgb(var(--aksara-primary) / 0.48)}.bg-primary\/49{background-color:rgb(var(--aksara-primary) / 0.49)}.text-primary\/49{color:rgb(var(--aksara-primary) / 0.49)}.border-primary\/49{border-color:rgb(var(--aksara-primary) / 0.49)}.decoration-primary\/49{text-decoration-color:rgb(var(--aksara-primary) / 0.49)}.ring-primary\/49{--aksara-ring-color:rgb(var(--aksara-primary) / 0.49)}.bg-primary\/50{background-color:rgb(var(--aksara-primary) / 0.5)}.text-primary\/50{color:rgb(var(--aksara-primary) / 0.5)}.border-primary\/50{border-color:rgb(var(--aksara-primary) / 0.5)}.decoration-primary\/50{text-decoration-color:rgb(var(--aksara-primary) / 0.5)}.ring-primary\/50{--aksara-ring-color:rgb(var(--aksara-primary) / 0.5)}.bg-primary\/51{background-color:rgb(var(--aksara-primary) / 0.51)}.text-primary\/51{color:rgb(var(--aksara-primary) / 0.51)}.border-primary\/51{border-color:rgb(var(--aksara-primary) / 0.51)}.decoration-primary\/51{text-decoration-color:rgb(var(--aksara-primary) / 0.51)}.ring-primary\/51{--aksara-ring-color:rgb(var(--aksara-primary) / 0.51)}.bg-primary\/52{background-color:rgb(var(--aksara-primary) / 0.52)}.text-primary\/52{color:rgb(var(--aksara-primary) / 0.52)}.border-primary\/52{border-color:rgb(var(--aksara-primary) / 0.52)}.decoration-primary\/52{text-decoration-color:rgb(var(--aksara-primary) / 0.52)}.ring-primary\/52{--aksara-ring-color:rgb(var(--aksara-primary) / 0.52)}.bg-primary\/53{background-color:rgb(var(--aksara-primary) / 0.53)}.text-primary\/53{color:rgb(var(--aksara-primary) / 0.53)}.border-primary\/53{border-color:rgb(var(--aksara-primary) / 0.53)}.decoration-primary\/53{text-decoration-color:rgb(var(--aksara-primary) / 0.53)}.ring-primary\/53{--aksara-ring-color:rgb(var(--aksara-primary) / 0.53)}.bg-primary\/54{background-color:rgb(var(--aksara-primary) / 0.54)}.text-primary\/54{color:rgb(var(--aksara-primary) / 0.54)}.border-primary\/54{border-color:rgb(var(--aksara-primary) / 0.54)}.decoration-primary\/54{text-decoration-color:rgb(var(--aksara-primary) / 0.54)}.ring-primary\/54{--aksara-ring-color:rgb(var(--aksara-primary) / 0.54)}.bg-primary\/55{background-color:rgb(var(--aksara-primary) / 0.55)}.text-primary\/55{color:rgb(var(--aksara-primary) / 0.55)}.border-primary\/55{border-color:rgb(var(--aksara-primary) / 0.55)}.decoration-primary\/55{text-decoration-color:rgb(var(--aksara-primary) / 0.55)}.ring-primary\/55{--aksara-ring-color:rgb(var(--aksara-primary) / 0.55)}.bg-primary\/56{background-color:rgb(var(--aksara-primary) / 0.56)}.text-primary\/56{color:rgb(var(--aksara-primary) / 0.56)}.border-primary\/56{border-color:rgb(var(--aksara-primary) / 0.56)}.decoration-primary\/56{text-decoration-color:rgb(var(--aksara-primary) / 0.56)}.ring-primary\/56{--aksara-ring-color:rgb(var(--aksara-primary) / 0.56)}.bg-primary\/57{background-color:rgb(var(--aksara-primary) / 0.57)}.text-primary\/57{color:rgb(var(--aksara-primary) / 0.57)}.border-primary\/57{border-color:rgb(var(--aksara-primary) / 0.57)}.decoration-primary\/57{text-decoration-color:rgb(var(--aksara-primary) / 0.57)}.ring-primary\/57{--aksara-ring-color:rgb(var(--aksara-primary) / 0.57)}.bg-primary\/58{background-color:rgb(var(--aksara-primary) / 0.58)}.text-primary\/58{color:rgb(var(--aksara-primary) / 0.58)}.border-primary\/58{border-color:rgb(var(--aksara-primary) / 0.58)}.decoration-primary\/58{text-decoration-color:rgb(var(--aksara-primary) / 0.58)}.ring-primary\/58{--aksara-ring-color:rgb(var(--aksara-primary) / 0.58)}.bg-primary\/59{background-color:rgb(var(--aksara-primary) / 0.59)}.text-primary\/59{color:rgb(var(--aksara-primary) / 0.59)}.border-primary\/59{border-color:rgb(var(--aksara-primary) / 0.59)}.decoration-primary\/59{text-decoration-color:rgb(var(--aksara-primary) / 0.59)}.ring-primary\/59{--aksara-ring-color:rgb(var(--aksara-primary) / 0.59)}.bg-primary\/60{background-color:rgb(var(--aksara-primary) / 0.6)}.text-primary\/60{color:rgb(var(--aksara-primary) / 0.6)}.border-primary\/60{border-color:rgb(var(--aksara-primary) / 0.6)}.decoration-primary\/60{text-decoration-color:rgb(var(--aksara-primary) / 0.6)}.ring-primary\/60{--aksara-ring-color:rgb(var(--aksara-primary) / 0.6)}.bg-primary\/61{background-color:rgb(var(--aksara-primary) / 0.61)}.text-primary\/61{color:rgb(var(--aksara-primary) / 0.61)}.border-primary\/61{border-color:rgb(var(--aksara-primary) / 0.61)}.decoration-primary\/61{text-decoration-color:rgb(var(--aksara-primary) / 0.61)}.ring-primary\/61{--aksara-ring-color:rgb(var(--aksara-primary) / 0.61)}.bg-primary\/62{background-color:rgb(var(--aksara-primary) / 0.62)}.text-primary\/62{color:rgb(var(--aksara-primary) / 0.62)}.border-primary\/62{border-color:rgb(var(--aksara-primary) / 0.62)}.decoration-primary\/62{text-decoration-color:rgb(var(--aksara-primary) / 0.62)}.ring-primary\/62{--aksara-ring-color:rgb(var(--aksara-primary) / 0.62)}.bg-primary\/63{background-color:rgb(var(--aksara-primary) / 0.63)}.text-primary\/63{color:rgb(var(--aksara-primary) / 0.63)}.border-primary\/63{border-color:rgb(var(--aksara-primary) / 0.63)}.decoration-primary\/63{text-decoration-color:rgb(var(--aksara-primary) / 0.63)}.ring-primary\/63{--aksara-ring-color:rgb(var(--aksara-primary) / 0.63)}.bg-primary\/64{background-color:rgb(var(--aksara-primary) / 0.64)}.text-primary\/64{color:rgb(var(--aksara-primary) / 0.64)}.border-primary\/64{border-color:rgb(var(--aksara-primary) / 0.64)}.decoration-primary\/64{text-decoration-color:rgb(var(--aksara-primary) / 0.64)}.ring-primary\/64{--aksara-ring-color:rgb(var(--aksara-primary) / 0.64)}.bg-primary\/65{background-color:rgb(var(--aksara-primary) / 0.65)}.text-primary\/65{color:rgb(var(--aksara-primary) / 0.65)}.border-primary\/65{border-color:rgb(var(--aksara-primary) / 0.65)}.decoration-primary\/65{text-decoration-color:rgb(var(--aksara-primary) / 0.65)}.ring-primary\/65{--aksara-ring-color:rgb(var(--aksara-primary) / 0.65)}.bg-primary\/66{background-color:rgb(var(--aksara-primary) / 0.66)}.text-primary\/66{color:rgb(var(--aksara-primary) / 0.66)}.border-primary\/66{border-color:rgb(var(--aksara-primary) / 0.66)}.decoration-primary\/66{text-decoration-color:rgb(var(--aksara-primary) / 0.66)}.ring-primary\/66{--aksara-ring-color:rgb(var(--aksara-primary) / 0.66)}.bg-primary\/67{background-color:rgb(var(--aksara-primary) / 0.67)}.text-primary\/67{color:rgb(var(--aksara-primary) / 0.67)}.border-primary\/67{border-color:rgb(var(--aksara-primary) / 0.67)}.decoration-primary\/67{text-decoration-color:rgb(var(--aksara-primary) / 0.67)}.ring-primary\/67{--aksara-ring-color:rgb(var(--aksara-primary) / 0.67)}.bg-primary\/68{background-color:rgb(var(--aksara-primary) / 0.68)}.text-primary\/68{color:rgb(var(--aksara-primary) / 0.68)}.border-primary\/68{border-color:rgb(var(--aksara-primary) / 0.68)}.decoration-primary\/68{text-decoration-color:rgb(var(--aksara-primary) / 0.68)}.ring-primary\/68{--aksara-ring-color:rgb(var(--aksara-primary) / 0.68)}.bg-primary\/69{background-color:rgb(var(--aksara-primary) / 0.69)}.text-primary\/69{color:rgb(var(--aksara-primary) / 0.69)}.border-primary\/69{border-color:rgb(var(--aksara-primary) / 0.69)}.decoration-primary\/69{text-decoration-color:rgb(var(--aksara-primary) / 0.69)}.ring-primary\/69{--aksara-ring-color:rgb(var(--aksara-primary) / 0.69)}.bg-primary\/70{background-color:rgb(var(--aksara-primary) / 0.7)}.text-primary\/70{color:rgb(var(--aksara-primary) / 0.7)}.border-primary\/70{border-color:rgb(var(--aksara-primary) / 0.7)}.decoration-primary\/70{text-decoration-color:rgb(var(--aksara-primary) / 0.7)}.ring-primary\/70{--aksara-ring-color:rgb(var(--aksara-primary) / 0.7)}.bg-primary\/71{background-color:rgb(var(--aksara-primary) / 0.71)}.text-primary\/71{color:rgb(var(--aksara-primary) / 0.71)}.border-primary\/71{border-color:rgb(var(--aksara-primary) / 0.71)}.decoration-primary\/71{text-decoration-color:rgb(var(--aksara-primary) / 0.71)}.ring-primary\/71{--aksara-ring-color:rgb(var(--aksara-primary) / 0.71)}.bg-primary\/72{background-color:rgb(var(--aksara-primary) / 0.72)}.text-primary\/72{color:rgb(var(--aksara-primary) / 0.72)}.border-primary\/72{border-color:rgb(var(--aksara-primary) / 0.72)}.decoration-primary\/72{text-decoration-color:rgb(var(--aksara-primary) / 0.72)}.ring-primary\/72{--aksara-ring-color:rgb(var(--aksara-primary) / 0.72)}.bg-primary\/73{background-color:rgb(var(--aksara-primary) / 0.73)}.text-primary\/73{color:rgb(var(--aksara-primary) / 0.73)}.border-primary\/73{border-color:rgb(var(--aksara-primary) / 0.73)}.decoration-primary\/73{text-decoration-color:rgb(var(--aksara-primary) / 0.73)}.ring-primary\/73{--aksara-ring-color:rgb(var(--aksara-primary) / 0.73)}.bg-primary\/74{background-color:rgb(var(--aksara-primary) / 0.74)}.text-primary\/74{color:rgb(var(--aksara-primary) / 0.74)}.border-primary\/74{border-color:rgb(var(--aksara-primary) / 0.74)}.decoration-primary\/74{text-decoration-color:rgb(var(--aksara-primary) / 0.74)}.ring-primary\/74{--aksara-ring-color:rgb(var(--aksara-primary) / 0.74)}.bg-primary\/75{background-color:rgb(var(--aksara-primary) / 0.75)}.text-primary\/75{color:rgb(var(--aksara-primary) / 0.75)}.border-primary\/75{border-color:rgb(var(--aksara-primary) / 0.75)}.decoration-primary\/75{text-decoration-color:rgb(var(--aksara-primary) / 0.75)}.ring-primary\/75{--aksara-ring-color:rgb(var(--aksara-primary) / 0.75)}.bg-primary\/76{background-color:rgb(var(--aksara-primary) / 0.76)}.text-primary\/76{color:rgb(var(--aksara-primary) / 0.76)}.border-primary\/76{border-color:rgb(var(--aksara-primary) / 0.76)}.decoration-primary\/76{text-decoration-color:rgb(var(--aksara-primary) / 0.76)}.ring-primary\/76{--aksara-ring-color:rgb(var(--aksara-primary) / 0.76)}.bg-primary\/77{background-color:rgb(var(--aksara-primary) / 0.77)}.text-primary\/77{color:rgb(var(--aksara-primary) / 0.77)}.border-primary\/77{border-color:rgb(var(--aksara-primary) / 0.77)}.decoration-primary\/77{text-decoration-color:rgb(var(--aksara-primary) / 0.77)}.ring-primary\/77{--aksara-ring-color:rgb(var(--aksara-primary) / 0.77)}.bg-primary\/78{background-color:rgb(var(--aksara-primary) / 0.78)}.text-primary\/78{color:rgb(var(--aksara-primary) / 0.78)}.border-primary\/78{border-color:rgb(var(--aksara-primary) / 0.78)}.decoration-primary\/78{text-decoration-color:rgb(var(--aksara-primary) / 0.78)}.ring-primary\/78{--aksara-ring-color:rgb(var(--aksara-primary) / 0.78)}.bg-primary\/79{background-color:rgb(var(--aksara-primary) / 0.79)}.text-primary\/79{color:rgb(var(--aksara-primary) / 0.79)}.border-primary\/79{border-color:rgb(var(--aksara-primary) / 0.79)}.decoration-primary\/79{text-decoration-color:rgb(var(--aksara-primary) / 0.79)}.ring-primary\/79{--aksara-ring-color:rgb(var(--aksara-primary) / 0.79)}.bg-primary\/80{background-color:rgb(var(--aksara-primary) / 0.8)}.text-primary\/80{color:rgb(var(--aksara-primary) / 0.8)}.border-primary\/80{border-color:rgb(var(--aksara-primary) / 0.8)}.decoration-primary\/80{text-decoration-color:rgb(var(--aksara-primary) / 0.8)}.ring-primary\/80{--aksara-ring-color:rgb(var(--aksara-primary) / 0.8)}.bg-primary\/81{background-color:rgb(var(--aksara-primary) / 0.81)}.text-primary\/81{color:rgb(var(--aksara-primary) / 0.81)}.border-primary\/81{border-color:rgb(var(--aksara-primary) / 0.81)}.decoration-primary\/81{text-decoration-color:rgb(var(--aksara-primary) / 0.81)}.ring-primary\/81{--aksara-ring-color:rgb(var(--aksara-primary) / 0.81)}.bg-primary\/82{background-color:rgb(var(--aksara-primary) / 0.82)}.text-primary\/82{color:rgb(var(--aksara-primary) / 0.82)}.border-primary\/82{border-color:rgb(var(--aksara-primary) / 0.82)}.decoration-primary\/82{text-decoration-color:rgb(var(--aksara-primary) / 0.82)}.ring-primary\/82{--aksara-ring-color:rgb(var(--aksara-primary) / 0.82)}.bg-primary\/83{background-color:rgb(var(--aksara-primary) / 0.83)}.text-primary\/83{color:rgb(var(--aksara-primary) / 0.83)}.border-primary\/83{border-color:rgb(var(--aksara-primary) / 0.83)}.decoration-primary\/83{text-decoration-color:rgb(var(--aksara-primary) / 0.83)}.ring-primary\/83{--aksara-ring-color:rgb(var(--aksara-primary) / 0.83)}.bg-primary\/84{background-color:rgb(var(--aksara-primary) / 0.84)}.text-primary\/84{color:rgb(var(--aksara-primary) / 0.84)}.border-primary\/84{border-color:rgb(var(--aksara-primary) / 0.84)}.decoration-primary\/84{text-decoration-color:rgb(var(--aksara-primary) / 0.84)}.ring-primary\/84{--aksara-ring-color:rgb(var(--aksara-primary) / 0.84)}.bg-primary\/85{background-color:rgb(var(--aksara-primary) / 0.85)}.text-primary\/85{color:rgb(var(--aksara-primary) / 0.85)}.border-primary\/85{border-color:rgb(var(--aksara-primary) / 0.85)}.decoration-primary\/85{text-decoration-color:rgb(var(--aksara-primary) / 0.85)}.ring-primary\/85{--aksara-ring-color:rgb(var(--aksara-primary) / 0.85)}.bg-primary\/86{background-color:rgb(var(--aksara-primary) / 0.86)}.text-primary\/86{color:rgb(var(--aksara-primary) / 0.86)}.border-primary\/86{border-color:rgb(var(--aksara-primary) / 0.86)}.decoration-primary\/86{text-decoration-color:rgb(var(--aksara-primary) / 0.86)}.ring-primary\/86{--aksara-ring-color:rgb(var(--aksara-primary) / 0.86)}.bg-primary\/87{background-color:rgb(var(--aksara-primary) / 0.87)}.text-primary\/87{color:rgb(var(--aksara-primary) / 0.87)}.border-primary\/87{border-color:rgb(var(--aksara-primary) / 0.87)}.decoration-primary\/87{text-decoration-color:rgb(var(--aksara-primary) / 0.87)}.ring-primary\/87{--aksara-ring-color:rgb(var(--aksara-primary) / 0.87)}.bg-primary\/88{background-color:rgb(var(--aksara-primary) / 0.88)}.text-primary\/88{color:rgb(var(--aksara-primary) / 0.88)}.border-primary\/88{border-color:rgb(var(--aksara-primary) / 0.88)}.decoration-primary\/88{text-decoration-color:rgb(var(--aksara-primary) / 0.88)}.ring-primary\/88{--aksara-ring-color:rgb(var(--aksara-primary) / 0.88)}.bg-primary\/89{background-color:rgb(var(--aksara-primary) / 0.89)}.text-primary\/89{color:rgb(var(--aksara-primary) / 0.89)}.border-primary\/89{border-color:rgb(var(--aksara-primary) / 0.89)}.decoration-primary\/89{text-decoration-color:rgb(var(--aksara-primary) / 0.89)}.ring-primary\/89{--aksara-ring-color:rgb(var(--aksara-primary) / 0.89)}.bg-primary\/90{background-color:rgb(var(--aksara-primary) / 0.9)}.text-primary\/90{color:rgb(var(--aksara-primary) / 0.9)}.border-primary\/90{border-color:rgb(var(--aksara-primary) / 0.9)}.decoration-primary\/90{text-decoration-color:rgb(var(--aksara-primary) / 0.9)}.ring-primary\/90{--aksara-ring-color:rgb(var(--aksara-primary) / 0.9)}.bg-primary\/91{background-color:rgb(var(--aksara-primary) / 0.91)}.text-primary\/91{color:rgb(var(--aksara-primary) / 0.91)}.border-primary\/91{border-color:rgb(var(--aksara-primary) / 0.91)}.decoration-primary\/91{text-decoration-color:rgb(var(--aksara-primary) / 0.91)}.ring-primary\/91{--aksara-ring-color:rgb(var(--aksara-primary) / 0.91)}.bg-primary\/92{background-color:rgb(var(--aksara-primary) / 0.92)}.text-primary\/92{color:rgb(var(--aksara-primary) / 0.92)}.border-primary\/92{border-color:rgb(var(--aksara-primary) / 0.92)}.decoration-primary\/92{text-decoration-color:rgb(var(--aksara-primary) / 0.92)}.ring-primary\/92{--aksara-ring-color:rgb(var(--aksara-primary) / 0.92)}.bg-primary\/93{background-color:rgb(var(--aksara-primary) / 0.93)}.text-primary\/93{color:rgb(var(--aksara-primary) / 0.93)}.border-primary\/93{border-color:rgb(var(--aksara-primary) / 0.93)}.decoration-primary\/93{text-decoration-color:rgb(var(--aksara-primary) / 0.93)}.ring-primary\/93{--aksara-ring-color:rgb(var(--aksara-primary) / 0.93)}.bg-primary\/94{background-color:rgb(var(--aksara-primary) / 0.94)}.text-primary\/94{color:rgb(var(--aksara-primary) / 0.94)}.border-primary\/94{border-color:rgb(var(--aksara-primary) / 0.94)}.decoration-primary\/94{text-decoration-color:rgb(var(--aksara-primary) / 0.94)}.ring-primary\/94{--aksara-ring-color:rgb(var(--aksara-primary) / 0.94)}.bg-primary\/95{background-color:rgb(var(--aksara-primary) / 0.95)}.text-primary\/95{color:rgb(var(--aksara-primary) / 0.95)}.border-primary\/95{border-color:rgb(var(--aksara-primary) / 0.95)}.decoration-primary\/95{text-decoration-color:rgb(var(--aksara-primary) / 0.95)}.ring-primary\/95{--aksara-ring-color:rgb(var(--aksara-primary) / 0.95)}.bg-primary\/96{background-color:rgb(var(--aksara-primary) / 0.96)}.text-primary\/96{color:rgb(var(--aksara-primary) / 0.96)}.border-primary\/96{border-color:rgb(var(--aksara-primary) / 0.96)}.decoration-primary\/96{text-decoration-color:rgb(var(--aksara-primary) / 0.96)}.ring-primary\/96{--aksara-ring-color:rgb(var(--aksara-primary) / 0.96)}.bg-primary\/97{background-color:rgb(var(--aksara-primary) / 0.97)}.text-primary\/97{color:rgb(var(--aksara-primary) / 0.97)}.border-primary\/97{border-color:rgb(var(--aksara-primary) / 0.97)}.decoration-primary\/97{text-decoration-color:rgb(var(--aksara-primary) / 0.97)}.ring-primary\/97{--aksara-ring-color:rgb(var(--aksara-primary) / 0.97)}.bg-primary\/98{background-color:rgb(var(--aksara-primary) / 0.98)}.text-primary\/98{color:rgb(var(--aksara-primary) / 0.98)}.border-primary\/98{border-color:rgb(var(--aksara-primary) / 0.98)}.decoration-primary\/98{text-decoration-color:rgb(var(--aksara-primary) / 0.98)}.ring-primary\/98{--aksara-ring-color:rgb(var(--aksara-primary) / 0.98)}.bg-primary\/99{background-color:rgb(var(--aksara-primary) / 0.99)}.text-primary\/99{color:rgb(var(--aksara-primary) / 0.99)}.border-primary\/99{border-color:rgb(var(--aksara-primary) / 0.99)}.decoration-primary\/99{text-decoration-color:rgb(var(--aksara-primary) / 0.99)}.ring-primary\/99{--aksara-ring-color:rgb(var(--aksara-primary) / 0.99)}.bg-primary\/100{background-color:rgb(var(--aksara-primary) / 1)}.text-primary\/100{color:rgb(var(--aksara-primary) / 1)}.border-primary\/100{border-color:rgb(var(--aksara-primary) / 1)}.decoration-primary\/100{text-decoration-color:rgb(var(--aksara-primary) / 1)}.ring-primary\/100{--aksara-ring-color:rgb(var(--aksara-primary) / 1)}.bg-primary{background-color:rgb(var(--aksara-primary) / 1)}.text-primary{color:rgb(var(--aksara-primary) / 1)}.border-primary{border-color:rgb(var(--aksara-primary) / 1)}.decoration-primary{text-decoration-color:rgb(var(--aksara-primary) / 1)}.ring-primary{--aksara-ring-color:rgb(var(--aksara-primary) / 1)}.bg-secondary\/0{background-color:rgb(var(--aksara-secondary) / 0)}.text-secondary\/0{color:rgb(var(--aksara-secondary) / 0)}.border-secondary\/0{border-color:rgb(var(--aksara-secondary) / 0)}.decoration-secondary\/0{text-decoration-color:rgb(var(--aksara-secondary) / 0)}.ring-secondary\/0{--aksara-ring-color:rgb(var(--aksara-secondary) / 0)}.bg-secondary\/1{background-color:rgb(var(--aksara-secondary) / 0.01)}.text-secondary\/1{color:rgb(var(--aksara-secondary) / 0.01)}.border-secondary\/1{border-color:rgb(var(--aksara-secondary) / 0.01)}.decoration-secondary\/1{text-decoration-color:rgb(var(--aksara-secondary) / 0.01)}.ring-secondary\/1{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.01)}.bg-secondary\/2{background-color:rgb(var(--aksara-secondary) / 0.02)}.text-secondary\/2{color:rgb(var(--aksara-secondary) / 0.02)}.border-secondary\/2{border-color:rgb(var(--aksara-secondary) / 0.02)}.decoration-secondary\/2{text-decoration-color:rgb(var(--aksara-secondary) / 0.02)}.ring-secondary\/2{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.02)}.bg-secondary\/3{background-color:rgb(var(--aksara-secondary) / 0.03)}.text-secondary\/3{color:rgb(var(--aksara-secondary) / 0.03)}.border-secondary\/3{border-color:rgb(var(--aksara-secondary) / 0.03)}.decoration-secondary\/3{text-decoration-color:rgb(var(--aksara-secondary) / 0.03)}.ring-secondary\/3{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.03)}.bg-secondary\/4{background-color:rgb(var(--aksara-secondary) / 0.04)}.text-secondary\/4{color:rgb(var(--aksara-secondary) / 0.04)}.border-secondary\/4{border-color:rgb(var(--aksara-secondary) / 0.04)}.decoration-secondary\/4{text-decoration-color:rgb(var(--aksara-secondary) / 0.04)}.ring-secondary\/4{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.04)}.bg-secondary\/5{background-color:rgb(var(--aksara-secondary) / 0.05)}.text-secondary\/5{color:rgb(var(--aksara-secondary) / 0.05)}.border-secondary\/5{border-color:rgb(var(--aksara-secondary) / 0.05)}.decoration-secondary\/5{text-decoration-color:rgb(var(--aksara-secondary) / 0.05)}.ring-secondary\/5{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.05)}.bg-secondary\/6{background-color:rgb(var(--aksara-secondary) / 0.06)}.text-secondary\/6{color:rgb(var(--aksara-secondary) / 0.06)}.border-secondary\/6{border-color:rgb(var(--aksara-secondary) / 0.06)}.decoration-secondary\/6{text-decoration-color:rgb(var(--aksara-secondary) / 0.06)}.ring-secondary\/6{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.06)}.bg-secondary\/7{background-color:rgb(var(--aksara-secondary) / 0.07)}.text-secondary\/7{color:rgb(var(--aksara-secondary) / 0.07)}.border-secondary\/7{border-color:rgb(var(--aksara-secondary) / 0.07)}.decoration-secondary\/7{text-decoration-color:rgb(var(--aksara-secondary) / 0.07)}.ring-secondary\/7{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.07)}.bg-secondary\/8{background-color:rgb(var(--aksara-secondary) / 0.08)}.text-secondary\/8{color:rgb(var(--aksara-secondary) / 0.08)}.border-secondary\/8{border-color:rgb(var(--aksara-secondary) / 0.08)}.decoration-secondary\/8{text-decoration-color:rgb(var(--aksara-secondary) / 0.08)}.ring-secondary\/8{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.08)}.bg-secondary\/9{background-color:rgb(var(--aksara-secondary) / 0.09)}.text-secondary\/9{color:rgb(var(--aksara-secondary) / 0.09)}.border-secondary\/9{border-color:rgb(var(--aksara-secondary) / 0.09)}.decoration-secondary\/9{text-decoration-color:rgb(var(--aksara-secondary) / 0.09)}.ring-secondary\/9{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.09)}.bg-secondary\/10{background-color:rgb(var(--aksara-secondary) / 0.1)}.text-secondary\/10{color:rgb(var(--aksara-secondary) / 0.1)}.border-secondary\/10{border-color:rgb(var(--aksara-secondary) / 0.1)}.decoration-secondary\/10{text-decoration-color:rgb(var(--aksara-secondary) / 0.1)}.ring-secondary\/10{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.1)}.bg-secondary\/11{background-color:rgb(var(--aksara-secondary) / 0.11)}.text-secondary\/11{color:rgb(var(--aksara-secondary) / 0.11)}.border-secondary\/11{border-color:rgb(var(--aksara-secondary) / 0.11)}.decoration-secondary\/11{text-decoration-color:rgb(var(--aksara-secondary) / 0.11)}.ring-secondary\/11{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.11)}.bg-secondary\/12{background-color:rgb(var(--aksara-secondary) / 0.12)}.text-secondary\/12{color:rgb(var(--aksara-secondary) / 0.12)}.border-secondary\/12{border-color:rgb(var(--aksara-secondary) / 0.12)}.decoration-secondary\/12{text-decoration-color:rgb(var(--aksara-secondary) / 0.12)}.ring-secondary\/12{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.12)}.bg-secondary\/13{background-color:rgb(var(--aksara-secondary) / 0.13)}.text-secondary\/13{color:rgb(var(--aksara-secondary) / 0.13)}.border-secondary\/13{border-color:rgb(var(--aksara-secondary) / 0.13)}.decoration-secondary\/13{text-decoration-color:rgb(var(--aksara-secondary) / 0.13)}.ring-secondary\/13{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.13)}.bg-secondary\/14{background-color:rgb(var(--aksara-secondary) / 0.14)}.text-secondary\/14{color:rgb(var(--aksara-secondary) / 0.14)}.border-secondary\/14{border-color:rgb(var(--aksara-secondary) / 0.14)}.decoration-secondary\/14{text-decoration-color:rgb(var(--aksara-secondary) / 0.14)}.ring-secondary\/14{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.14)}.bg-secondary\/15{background-color:rgb(var(--aksara-secondary) / 0.15)}.text-secondary\/15{color:rgb(var(--aksara-secondary) / 0.15)}.border-secondary\/15{border-color:rgb(var(--aksara-secondary) / 0.15)}.decoration-secondary\/15{text-decoration-color:rgb(var(--aksara-secondary) / 0.15)}.ring-secondary\/15{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.15)}.bg-secondary\/16{background-color:rgb(var(--aksara-secondary) / 0.16)}.text-secondary\/16{color:rgb(var(--aksara-secondary) / 0.16)}.border-secondary\/16{border-color:rgb(var(--aksara-secondary) / 0.16)}.decoration-secondary\/16{text-decoration-color:rgb(var(--aksara-secondary) / 0.16)}.ring-secondary\/16{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.16)}.bg-secondary\/17{background-color:rgb(var(--aksara-secondary) / 0.17)}.text-secondary\/17{color:rgb(var(--aksara-secondary) / 0.17)}.border-secondary\/17{border-color:rgb(var(--aksara-secondary) / 0.17)}.decoration-secondary\/17{text-decoration-color:rgb(var(--aksara-secondary) / 0.17)}.ring-secondary\/17{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.17)}.bg-secondary\/18{background-color:rgb(var(--aksara-secondary) / 0.18)}.text-secondary\/18{color:rgb(var(--aksara-secondary) / 0.18)}.border-secondary\/18{border-color:rgb(var(--aksara-secondary) / 0.18)}.decoration-secondary\/18{text-decoration-color:rgb(var(--aksara-secondary) / 0.18)}.ring-secondary\/18{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.18)}.bg-secondary\/19{background-color:rgb(var(--aksara-secondary) / 0.19)}.text-secondary\/19{color:rgb(var(--aksara-secondary) / 0.19)}.border-secondary\/19{border-color:rgb(var(--aksara-secondary) / 0.19)}.decoration-secondary\/19{text-decoration-color:rgb(var(--aksara-secondary) / 0.19)}.ring-secondary\/19{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.19)}.bg-secondary\/20{background-color:rgb(var(--aksara-secondary) / 0.2)}.text-secondary\/20{color:rgb(var(--aksara-secondary) / 0.2)}.border-secondary\/20{border-color:rgb(var(--aksara-secondary) / 0.2)}.decoration-secondary\/20{text-decoration-color:rgb(var(--aksara-secondary) / 0.2)}.ring-secondary\/20{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.2)}.bg-secondary\/21{background-color:rgb(var(--aksara-secondary) / 0.21)}.text-secondary\/21{color:rgb(var(--aksara-secondary) / 0.21)}.border-secondary\/21{border-color:rgb(var(--aksara-secondary) / 0.21)}.decoration-secondary\/21{text-decoration-color:rgb(var(--aksara-secondary) / 0.21)}.ring-secondary\/21{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.21)}.bg-secondary\/22{background-color:rgb(var(--aksara-secondary) / 0.22)}.text-secondary\/22{color:rgb(var(--aksara-secondary) / 0.22)}.border-secondary\/22{border-color:rgb(var(--aksara-secondary) / 0.22)}.decoration-secondary\/22{text-decoration-color:rgb(var(--aksara-secondary) / 0.22)}.ring-secondary\/22{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.22)}.bg-secondary\/23{background-color:rgb(var(--aksara-secondary) / 0.23)}.text-secondary\/23{color:rgb(var(--aksara-secondary) / 0.23)}.border-secondary\/23{border-color:rgb(var(--aksara-secondary) / 0.23)}.decoration-secondary\/23{text-decoration-color:rgb(var(--aksara-secondary) / 0.23)}.ring-secondary\/23{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.23)}.bg-secondary\/24{background-color:rgb(var(--aksara-secondary) / 0.24)}.text-secondary\/24{color:rgb(var(--aksara-secondary) / 0.24)}.border-secondary\/24{border-color:rgb(var(--aksara-secondary) / 0.24)}.decoration-secondary\/24{text-decoration-color:rgb(var(--aksara-secondary) / 0.24)}.ring-secondary\/24{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.24)}.bg-secondary\/25{background-color:rgb(var(--aksara-secondary) / 0.25)}.text-secondary\/25{color:rgb(var(--aksara-secondary) / 0.25)}.border-secondary\/25{border-color:rgb(var(--aksara-secondary) / 0.25)}.decoration-secondary\/25{text-decoration-color:rgb(var(--aksara-secondary) / 0.25)}.ring-secondary\/25{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.25)}.bg-secondary\/26{background-color:rgb(var(--aksara-secondary) / 0.26)}.text-secondary\/26{color:rgb(var(--aksara-secondary) / 0.26)}.border-secondary\/26{border-color:rgb(var(--aksara-secondary) / 0.26)}.decoration-secondary\/26{text-decoration-color:rgb(var(--aksara-secondary) / 0.26)}.ring-secondary\/26{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.26)}.bg-secondary\/27{background-color:rgb(var(--aksara-secondary) / 0.27)}.text-secondary\/27{color:rgb(var(--aksara-secondary) / 0.27)}.border-secondary\/27{border-color:rgb(var(--aksara-secondary) / 0.27)}.decoration-secondary\/27{text-decoration-color:rgb(var(--aksara-secondary) / 0.27)}.ring-secondary\/27{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.27)}.bg-secondary\/28{background-color:rgb(var(--aksara-secondary) / 0.28)}.text-secondary\/28{color:rgb(var(--aksara-secondary) / 0.28)}.border-secondary\/28{border-color:rgb(var(--aksara-secondary) / 0.28)}.decoration-secondary\/28{text-decoration-color:rgb(var(--aksara-secondary) / 0.28)}.ring-secondary\/28{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.28)}.bg-secondary\/29{background-color:rgb(var(--aksara-secondary) / 0.29)}.text-secondary\/29{color:rgb(var(--aksara-secondary) / 0.29)}.border-secondary\/29{border-color:rgb(var(--aksara-secondary) / 0.29)}.decoration-secondary\/29{text-decoration-color:rgb(var(--aksara-secondary) / 0.29)}.ring-secondary\/29{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.29)}.bg-secondary\/30{background-color:rgb(var(--aksara-secondary) / 0.3)}.text-secondary\/30{color:rgb(var(--aksara-secondary) / 0.3)}.border-secondary\/30{border-color:rgb(var(--aksara-secondary) / 0.3)}.decoration-secondary\/30{text-decoration-color:rgb(var(--aksara-secondary) / 0.3)}.ring-secondary\/30{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.3)}.bg-secondary\/31{background-color:rgb(var(--aksara-secondary) / 0.31)}.text-secondary\/31{color:rgb(var(--aksara-secondary) / 0.31)}.border-secondary\/31{border-color:rgb(var(--aksara-secondary) / 0.31)}.decoration-secondary\/31{text-decoration-color:rgb(var(--aksara-secondary) / 0.31)}.ring-secondary\/31{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.31)}.bg-secondary\/32{background-color:rgb(var(--aksara-secondary) / 0.32)}.text-secondary\/32{color:rgb(var(--aksara-secondary) / 0.32)}.border-secondary\/32{border-color:rgb(var(--aksara-secondary) / 0.32)}.decoration-secondary\/32{text-decoration-color:rgb(var(--aksara-secondary) / 0.32)}.ring-secondary\/32{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.32)}.bg-secondary\/33{background-color:rgb(var(--aksara-secondary) / 0.33)}.text-secondary\/33{color:rgb(var(--aksara-secondary) / 0.33)}.border-secondary\/33{border-color:rgb(var(--aksara-secondary) / 0.33)}.decoration-secondary\/33{text-decoration-color:rgb(var(--aksara-secondary) / 0.33)}.ring-secondary\/33{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.33)}.bg-secondary\/34{background-color:rgb(var(--aksara-secondary) / 0.34)}.text-secondary\/34{color:rgb(var(--aksara-secondary) / 0.34)}.border-secondary\/34{border-color:rgb(var(--aksara-secondary) / 0.34)}.decoration-secondary\/34{text-decoration-color:rgb(var(--aksara-secondary) / 0.34)}.ring-secondary\/34{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.34)}.bg-secondary\/35{background-color:rgb(var(--aksara-secondary) / 0.35)}.text-secondary\/35{color:rgb(var(--aksara-secondary) / 0.35)}.border-secondary\/35{border-color:rgb(var(--aksara-secondary) / 0.35)}.decoration-secondary\/35{text-decoration-color:rgb(var(--aksara-secondary) / 0.35)}.ring-secondary\/35{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.35)}.bg-secondary\/36{background-color:rgb(var(--aksara-secondary) / 0.36)}.text-secondary\/36{color:rgb(var(--aksara-secondary) / 0.36)}.border-secondary\/36{border-color:rgb(var(--aksara-secondary) / 0.36)}.decoration-secondary\/36{text-decoration-color:rgb(var(--aksara-secondary) / 0.36)}.ring-secondary\/36{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.36)}.bg-secondary\/37{background-color:rgb(var(--aksara-secondary) / 0.37)}.text-secondary\/37{color:rgb(var(--aksara-secondary) / 0.37)}.border-secondary\/37{border-color:rgb(var(--aksara-secondary) / 0.37)}.decoration-secondary\/37{text-decoration-color:rgb(var(--aksara-secondary) / 0.37)}.ring-secondary\/37{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.37)}.bg-secondary\/38{background-color:rgb(var(--aksara-secondary) / 0.38)}.text-secondary\/38{color:rgb(var(--aksara-secondary) / 0.38)}.border-secondary\/38{border-color:rgb(var(--aksara-secondary) / 0.38)}.decoration-secondary\/38{text-decoration-color:rgb(var(--aksara-secondary) / 0.38)}.ring-secondary\/38{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.38)}.bg-secondary\/39{background-color:rgb(var(--aksara-secondary) / 0.39)}.text-secondary\/39{color:rgb(var(--aksara-secondary) / 0.39)}.border-secondary\/39{border-color:rgb(var(--aksara-secondary) / 0.39)}.decoration-secondary\/39{text-decoration-color:rgb(var(--aksara-secondary) / 0.39)}.ring-secondary\/39{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.39)}.bg-secondary\/40{background-color:rgb(var(--aksara-secondary) / 0.4)}.text-secondary\/40{color:rgb(var(--aksara-secondary) / 0.4)}.border-secondary\/40{border-color:rgb(var(--aksara-secondary) / 0.4)}.decoration-secondary\/40{text-decoration-color:rgb(var(--aksara-secondary) / 0.4)}.ring-secondary\/40{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.4)}.bg-secondary\/41{background-color:rgb(var(--aksara-secondary) / 0.41)}.text-secondary\/41{color:rgb(var(--aksara-secondary) / 0.41)}.border-secondary\/41{border-color:rgb(var(--aksara-secondary) / 0.41)}.decoration-secondary\/41{text-decoration-color:rgb(var(--aksara-secondary) / 0.41)}.ring-secondary\/41{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.41)}.bg-secondary\/42{background-color:rgb(var(--aksara-secondary) / 0.42)}.text-secondary\/42{color:rgb(var(--aksara-secondary) / 0.42)}.border-secondary\/42{border-color:rgb(var(--aksara-secondary) / 0.42)}.decoration-secondary\/42{text-decoration-color:rgb(var(--aksara-secondary) / 0.42)}.ring-secondary\/42{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.42)}.bg-secondary\/43{background-color:rgb(var(--aksara-secondary) / 0.43)}.text-secondary\/43{color:rgb(var(--aksara-secondary) / 0.43)}.border-secondary\/43{border-color:rgb(var(--aksara-secondary) / 0.43)}.decoration-secondary\/43{text-decoration-color:rgb(var(--aksara-secondary) / 0.43)}.ring-secondary\/43{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.43)}.bg-secondary\/44{background-color:rgb(var(--aksara-secondary) / 0.44)}.text-secondary\/44{color:rgb(var(--aksara-secondary) / 0.44)}.border-secondary\/44{border-color:rgb(var(--aksara-secondary) / 0.44)}.decoration-secondary\/44{text-decoration-color:rgb(var(--aksara-secondary) / 0.44)}.ring-secondary\/44{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.44)}.bg-secondary\/45{background-color:rgb(var(--aksara-secondary) / 0.45)}.text-secondary\/45{color:rgb(var(--aksara-secondary) / 0.45)}.border-secondary\/45{border-color:rgb(var(--aksara-secondary) / 0.45)}.decoration-secondary\/45{text-decoration-color:rgb(var(--aksara-secondary) / 0.45)}.ring-secondary\/45{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.45)}.bg-secondary\/46{background-color:rgb(var(--aksara-secondary) / 0.46)}.text-secondary\/46{color:rgb(var(--aksara-secondary) / 0.46)}.border-secondary\/46{border-color:rgb(var(--aksara-secondary) / 0.46)}.decoration-secondary\/46{text-decoration-color:rgb(var(--aksara-secondary) / 0.46)}.ring-secondary\/46{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.46)}.bg-secondary\/47{background-color:rgb(var(--aksara-secondary) / 0.47)}.text-secondary\/47{color:rgb(var(--aksara-secondary) / 0.47)}.border-secondary\/47{border-color:rgb(var(--aksara-secondary) / 0.47)}.decoration-secondary\/47{text-decoration-color:rgb(var(--aksara-secondary) / 0.47)}.ring-secondary\/47{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.47)}.bg-secondary\/48{background-color:rgb(var(--aksara-secondary) / 0.48)}.text-secondary\/48{color:rgb(var(--aksara-secondary) / 0.48)}.border-secondary\/48{border-color:rgb(var(--aksara-secondary) / 0.48)}.decoration-secondary\/48{text-decoration-color:rgb(var(--aksara-secondary) / 0.48)}.ring-secondary\/48{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.48)}.bg-secondary\/49{background-color:rgb(var(--aksara-secondary) / 0.49)}.text-secondary\/49{color:rgb(var(--aksara-secondary) / 0.49)}.border-secondary\/49{border-color:rgb(var(--aksara-secondary) / 0.49)}.decoration-secondary\/49{text-decoration-color:rgb(var(--aksara-secondary) / 0.49)}.ring-secondary\/49{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.49)}.bg-secondary\/50{background-color:rgb(var(--aksara-secondary) / 0.5)}.text-secondary\/50{color:rgb(var(--aksara-secondary) / 0.5)}.border-secondary\/50{border-color:rgb(var(--aksara-secondary) / 0.5)}.decoration-secondary\/50{text-decoration-color:rgb(var(--aksara-secondary) / 0.5)}.ring-secondary\/50{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.5)}.bg-secondary\/51{background-color:rgb(var(--aksara-secondary) / 0.51)}.text-secondary\/51{color:rgb(var(--aksara-secondary) / 0.51)}.border-secondary\/51{border-color:rgb(var(--aksara-secondary) / 0.51)}.decoration-secondary\/51{text-decoration-color:rgb(var(--aksara-secondary) / 0.51)}.ring-secondary\/51{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.51)}.bg-secondary\/52{background-color:rgb(var(--aksara-secondary) / 0.52)}.text-secondary\/52{color:rgb(var(--aksara-secondary) / 0.52)}.border-secondary\/52{border-color:rgb(var(--aksara-secondary) / 0.52)}.decoration-secondary\/52{text-decoration-color:rgb(var(--aksara-secondary) / 0.52)}.ring-secondary\/52{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.52)}.bg-secondary\/53{background-color:rgb(var(--aksara-secondary) / 0.53)}.text-secondary\/53{color:rgb(var(--aksara-secondary) / 0.53)}.border-secondary\/53{border-color:rgb(var(--aksara-secondary) / 0.53)}.decoration-secondary\/53{text-decoration-color:rgb(var(--aksara-secondary) / 0.53)}.ring-secondary\/53{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.53)}.bg-secondary\/54{background-color:rgb(var(--aksara-secondary) / 0.54)}.text-secondary\/54{color:rgb(var(--aksara-secondary) / 0.54)}.border-secondary\/54{border-color:rgb(var(--aksara-secondary) / 0.54)}.decoration-secondary\/54{text-decoration-color:rgb(var(--aksara-secondary) / 0.54)}.ring-secondary\/54{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.54)}.bg-secondary\/55{background-color:rgb(var(--aksara-secondary) / 0.55)}.text-secondary\/55{color:rgb(var(--aksara-secondary) / 0.55)}.border-secondary\/55{border-color:rgb(var(--aksara-secondary) / 0.55)}.decoration-secondary\/55{text-decoration-color:rgb(var(--aksara-secondary) / 0.55)}.ring-secondary\/55{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.55)}.bg-secondary\/56{background-color:rgb(var(--aksara-secondary) / 0.56)}.text-secondary\/56{color:rgb(var(--aksara-secondary) / 0.56)}.border-secondary\/56{border-color:rgb(var(--aksara-secondary) / 0.56)}.decoration-secondary\/56{text-decoration-color:rgb(var(--aksara-secondary) / 0.56)}.ring-secondary\/56{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.56)}.bg-secondary\/57{background-color:rgb(var(--aksara-secondary) / 0.57)}.text-secondary\/57{color:rgb(var(--aksara-secondary) / 0.57)}.border-secondary\/57{border-color:rgb(var(--aksara-secondary) / 0.57)}.decoration-secondary\/57{text-decoration-color:rgb(var(--aksara-secondary) / 0.57)}.ring-secondary\/57{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.57)}.bg-secondary\/58{background-color:rgb(var(--aksara-secondary) / 0.58)}.text-secondary\/58{color:rgb(var(--aksara-secondary) / 0.58)}.border-secondary\/58{border-color:rgb(var(--aksara-secondary) / 0.58)}.decoration-secondary\/58{text-decoration-color:rgb(var(--aksara-secondary) / 0.58)}.ring-secondary\/58{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.58)}.bg-secondary\/59{background-color:rgb(var(--aksara-secondary) / 0.59)}.text-secondary\/59{color:rgb(var(--aksara-secondary) / 0.59)}.border-secondary\/59{border-color:rgb(var(--aksara-secondary) / 0.59)}.decoration-secondary\/59{text-decoration-color:rgb(var(--aksara-secondary) / 0.59)}.ring-secondary\/59{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.59)}.bg-secondary\/60{background-color:rgb(var(--aksara-secondary) / 0.6)}.text-secondary\/60{color:rgb(var(--aksara-secondary) / 0.6)}.border-secondary\/60{border-color:rgb(var(--aksara-secondary) / 0.6)}.decoration-secondary\/60{text-decoration-color:rgb(var(--aksara-secondary) / 0.6)}.ring-secondary\/60{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.6)}.bg-secondary\/61{background-color:rgb(var(--aksara-secondary) / 0.61)}.text-secondary\/61{color:rgb(var(--aksara-secondary) / 0.61)}.border-secondary\/61{border-color:rgb(var(--aksara-secondary) / 0.61)}.decoration-secondary\/61{text-decoration-color:rgb(var(--aksara-secondary) / 0.61)}.ring-secondary\/61{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.61)}.bg-secondary\/62{background-color:rgb(var(--aksara-secondary) / 0.62)}.text-secondary\/62{color:rgb(var(--aksara-secondary) / 0.62)}.border-secondary\/62{border-color:rgb(var(--aksara-secondary) / 0.62)}.decoration-secondary\/62{text-decoration-color:rgb(var(--aksara-secondary) / 0.62)}.ring-secondary\/62{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.62)}.bg-secondary\/63{background-color:rgb(var(--aksara-secondary) / 0.63)}.text-secondary\/63{color:rgb(var(--aksara-secondary) / 0.63)}.border-secondary\/63{border-color:rgb(var(--aksara-secondary) / 0.63)}.decoration-secondary\/63{text-decoration-color:rgb(var(--aksara-secondary) / 0.63)}.ring-secondary\/63{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.63)}.bg-secondary\/64{background-color:rgb(var(--aksara-secondary) / 0.64)}.text-secondary\/64{color:rgb(var(--aksara-secondary) / 0.64)}.border-secondary\/64{border-color:rgb(var(--aksara-secondary) / 0.64)}.decoration-secondary\/64{text-decoration-color:rgb(var(--aksara-secondary) / 0.64)}.ring-secondary\/64{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.64)}.bg-secondary\/65{background-color:rgb(var(--aksara-secondary) / 0.65)}.text-secondary\/65{color:rgb(var(--aksara-secondary) / 0.65)}.border-secondary\/65{border-color:rgb(var(--aksara-secondary) / 0.65)}.decoration-secondary\/65{text-decoration-color:rgb(var(--aksara-secondary) / 0.65)}.ring-secondary\/65{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.65)}.bg-secondary\/66{background-color:rgb(var(--aksara-secondary) / 0.66)}.text-secondary\/66{color:rgb(var(--aksara-secondary) / 0.66)}.border-secondary\/66{border-color:rgb(var(--aksara-secondary) / 0.66)}.decoration-secondary\/66{text-decoration-color:rgb(var(--aksara-secondary) / 0.66)}.ring-secondary\/66{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.66)}.bg-secondary\/67{background-color:rgb(var(--aksara-secondary) / 0.67)}.text-secondary\/67{color:rgb(var(--aksara-secondary) / 0.67)}.border-secondary\/67{border-color:rgb(var(--aksara-secondary) / 0.67)}.decoration-secondary\/67{text-decoration-color:rgb(var(--aksara-secondary) / 0.67)}.ring-secondary\/67{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.67)}.bg-secondary\/68{background-color:rgb(var(--aksara-secondary) / 0.68)}.text-secondary\/68{color:rgb(var(--aksara-secondary) / 0.68)}.border-secondary\/68{border-color:rgb(var(--aksara-secondary) / 0.68)}.decoration-secondary\/68{text-decoration-color:rgb(var(--aksara-secondary) / 0.68)}.ring-secondary\/68{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.68)}.bg-secondary\/69{background-color:rgb(var(--aksara-secondary) / 0.69)}.text-secondary\/69{color:rgb(var(--aksara-secondary) / 0.69)}.border-secondary\/69{border-color:rgb(var(--aksara-secondary) / 0.69)}.decoration-secondary\/69{text-decoration-color:rgb(var(--aksara-secondary) / 0.69)}.ring-secondary\/69{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.69)}.bg-secondary\/70{background-color:rgb(var(--aksara-secondary) / 0.7)}.text-secondary\/70{color:rgb(var(--aksara-secondary) / 0.7)}.border-secondary\/70{border-color:rgb(var(--aksara-secondary) / 0.7)}.decoration-secondary\/70{text-decoration-color:rgb(var(--aksara-secondary) / 0.7)}.ring-secondary\/70{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.7)}.bg-secondary\/71{background-color:rgb(var(--aksara-secondary) / 0.71)}.text-secondary\/71{color:rgb(var(--aksara-secondary) / 0.71)}.border-secondary\/71{border-color:rgb(var(--aksara-secondary) / 0.71)}.decoration-secondary\/71{text-decoration-color:rgb(var(--aksara-secondary) / 0.71)}.ring-secondary\/71{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.71)}.bg-secondary\/72{background-color:rgb(var(--aksara-secondary) / 0.72)}.text-secondary\/72{color:rgb(var(--aksara-secondary) / 0.72)}.border-secondary\/72{border-color:rgb(var(--aksara-secondary) / 0.72)}.decoration-secondary\/72{text-decoration-color:rgb(var(--aksara-secondary) / 0.72)}.ring-secondary\/72{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.72)}.bg-secondary\/73{background-color:rgb(var(--aksara-secondary) / 0.73)}.text-secondary\/73{color:rgb(var(--aksara-secondary) / 0.73)}.border-secondary\/73{border-color:rgb(var(--aksara-secondary) / 0.73)}.decoration-secondary\/73{text-decoration-color:rgb(var(--aksara-secondary) / 0.73)}.ring-secondary\/73{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.73)}.bg-secondary\/74{background-color:rgb(var(--aksara-secondary) / 0.74)}.text-secondary\/74{color:rgb(var(--aksara-secondary) / 0.74)}.border-secondary\/74{border-color:rgb(var(--aksara-secondary) / 0.74)}.decoration-secondary\/74{text-decoration-color:rgb(var(--aksara-secondary) / 0.74)}.ring-secondary\/74{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.74)}.bg-secondary\/75{background-color:rgb(var(--aksara-secondary) / 0.75)}.text-secondary\/75{color:rgb(var(--aksara-secondary) / 0.75)}.border-secondary\/75{border-color:rgb(var(--aksara-secondary) / 0.75)}.decoration-secondary\/75{text-decoration-color:rgb(var(--aksara-secondary) / 0.75)}.ring-secondary\/75{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.75)}.bg-secondary\/76{background-color:rgb(var(--aksara-secondary) / 0.76)}.text-secondary\/76{color:rgb(var(--aksara-secondary) / 0.76)}.border-secondary\/76{border-color:rgb(var(--aksara-secondary) / 0.76)}.decoration-secondary\/76{text-decoration-color:rgb(var(--aksara-secondary) / 0.76)}.ring-secondary\/76{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.76)}.bg-secondary\/77{background-color:rgb(var(--aksara-secondary) / 0.77)}.text-secondary\/77{color:rgb(var(--aksara-secondary) / 0.77)}.border-secondary\/77{border-color:rgb(var(--aksara-secondary) / 0.77)}.decoration-secondary\/77{text-decoration-color:rgb(var(--aksara-secondary) / 0.77)}.ring-secondary\/77{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.77)}.bg-secondary\/78{background-color:rgb(var(--aksara-secondary) / 0.78)}.text-secondary\/78{color:rgb(var(--aksara-secondary) / 0.78)}.border-secondary\/78{border-color:rgb(var(--aksara-secondary) / 0.78)}.decoration-secondary\/78{text-decoration-color:rgb(var(--aksara-secondary) / 0.78)}.ring-secondary\/78{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.78)}.bg-secondary\/79{background-color:rgb(var(--aksara-secondary) / 0.79)}.text-secondary\/79{color:rgb(var(--aksara-secondary) / 0.79)}.border-secondary\/79{border-color:rgb(var(--aksara-secondary) / 0.79)}.decoration-secondary\/79{text-decoration-color:rgb(var(--aksara-secondary) / 0.79)}.ring-secondary\/79{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.79)}.bg-secondary\/80{background-color:rgb(var(--aksara-secondary) / 0.8)}.text-secondary\/80{color:rgb(var(--aksara-secondary) / 0.8)}.border-secondary\/80{border-color:rgb(var(--aksara-secondary) / 0.8)}.decoration-secondary\/80{text-decoration-color:rgb(var(--aksara-secondary) / 0.8)}.ring-secondary\/80{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.8)}.bg-secondary\/81{background-color:rgb(var(--aksara-secondary) / 0.81)}.text-secondary\/81{color:rgb(var(--aksara-secondary) / 0.81)}.border-secondary\/81{border-color:rgb(var(--aksara-secondary) / 0.81)}.decoration-secondary\/81{text-decoration-color:rgb(var(--aksara-secondary) / 0.81)}.ring-secondary\/81{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.81)}.bg-secondary\/82{background-color:rgb(var(--aksara-secondary) / 0.82)}.text-secondary\/82{color:rgb(var(--aksara-secondary) / 0.82)}.border-secondary\/82{border-color:rgb(var(--aksara-secondary) / 0.82)}.decoration-secondary\/82{text-decoration-color:rgb(var(--aksara-secondary) / 0.82)}.ring-secondary\/82{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.82)}.bg-secondary\/83{background-color:rgb(var(--aksara-secondary) / 0.83)}.text-secondary\/83{color:rgb(var(--aksara-secondary) / 0.83)}.border-secondary\/83{border-color:rgb(var(--aksara-secondary) / 0.83)}.decoration-secondary\/83{text-decoration-color:rgb(var(--aksara-secondary) / 0.83)}.ring-secondary\/83{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.83)}.bg-secondary\/84{background-color:rgb(var(--aksara-secondary) / 0.84)}.text-secondary\/84{color:rgb(var(--aksara-secondary) / 0.84)}.border-secondary\/84{border-color:rgb(var(--aksara-secondary) / 0.84)}.decoration-secondary\/84{text-decoration-color:rgb(var(--aksara-secondary) / 0.84)}.ring-secondary\/84{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.84)}.bg-secondary\/85{background-color:rgb(var(--aksara-secondary) / 0.85)}.text-secondary\/85{color:rgb(var(--aksara-secondary) / 0.85)}.border-secondary\/85{border-color:rgb(var(--aksara-secondary) / 0.85)}.decoration-secondary\/85{text-decoration-color:rgb(var(--aksara-secondary) / 0.85)}.ring-secondary\/85{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.85)}.bg-secondary\/86{background-color:rgb(var(--aksara-secondary) / 0.86)}.text-secondary\/86{color:rgb(var(--aksara-secondary) / 0.86)}.border-secondary\/86{border-color:rgb(var(--aksara-secondary) / 0.86)}.decoration-secondary\/86{text-decoration-color:rgb(var(--aksara-secondary) / 0.86)}.ring-secondary\/86{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.86)}.bg-secondary\/87{background-color:rgb(var(--aksara-secondary) / 0.87)}.text-secondary\/87{color:rgb(var(--aksara-secondary) / 0.87)}.border-secondary\/87{border-color:rgb(var(--aksara-secondary) / 0.87)}.decoration-secondary\/87{text-decoration-color:rgb(var(--aksara-secondary) / 0.87)}.ring-secondary\/87{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.87)}.bg-secondary\/88{background-color:rgb(var(--aksara-secondary) / 0.88)}.text-secondary\/88{color:rgb(var(--aksara-secondary) / 0.88)}.border-secondary\/88{border-color:rgb(var(--aksara-secondary) / 0.88)}.decoration-secondary\/88{text-decoration-color:rgb(var(--aksara-secondary) / 0.88)}.ring-secondary\/88{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.88)}.bg-secondary\/89{background-color:rgb(var(--aksara-secondary) / 0.89)}.text-secondary\/89{color:rgb(var(--aksara-secondary) / 0.89)}.border-secondary\/89{border-color:rgb(var(--aksara-secondary) / 0.89)}.decoration-secondary\/89{text-decoration-color:rgb(var(--aksara-secondary) / 0.89)}.ring-secondary\/89{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.89)}.bg-secondary\/90{background-color:rgb(var(--aksara-secondary) / 0.9)}.text-secondary\/90{color:rgb(var(--aksara-secondary) / 0.9)}.border-secondary\/90{border-color:rgb(var(--aksara-secondary) / 0.9)}.decoration-secondary\/90{text-decoration-color:rgb(var(--aksara-secondary) / 0.9)}.ring-secondary\/90{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.9)}.bg-secondary\/91{background-color:rgb(var(--aksara-secondary) / 0.91)}.text-secondary\/91{color:rgb(var(--aksara-secondary) / 0.91)}.border-secondary\/91{border-color:rgb(var(--aksara-secondary) / 0.91)}.decoration-secondary\/91{text-decoration-color:rgb(var(--aksara-secondary) / 0.91)}.ring-secondary\/91{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.91)}.bg-secondary\/92{background-color:rgb(var(--aksara-secondary) / 0.92)}.text-secondary\/92{color:rgb(var(--aksara-secondary) / 0.92)}.border-secondary\/92{border-color:rgb(var(--aksara-secondary) / 0.92)}.decoration-secondary\/92{text-decoration-color:rgb(var(--aksara-secondary) / 0.92)}.ring-secondary\/92{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.92)}.bg-secondary\/93{background-color:rgb(var(--aksara-secondary) / 0.93)}.text-secondary\/93{color:rgb(var(--aksara-secondary) / 0.93)}.border-secondary\/93{border-color:rgb(var(--aksara-secondary) / 0.93)}.decoration-secondary\/93{text-decoration-color:rgb(var(--aksara-secondary) / 0.93)}.ring-secondary\/93{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.93)}.bg-secondary\/94{background-color:rgb(var(--aksara-secondary) / 0.94)}.text-secondary\/94{color:rgb(var(--aksara-secondary) / 0.94)}.border-secondary\/94{border-color:rgb(var(--aksara-secondary) / 0.94)}.decoration-secondary\/94{text-decoration-color:rgb(var(--aksara-secondary) / 0.94)}.ring-secondary\/94{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.94)}.bg-secondary\/95{background-color:rgb(var(--aksara-secondary) / 0.95)}.text-secondary\/95{color:rgb(var(--aksara-secondary) / 0.95)}.border-secondary\/95{border-color:rgb(var(--aksara-secondary) / 0.95)}.decoration-secondary\/95{text-decoration-color:rgb(var(--aksara-secondary) / 0.95)}.ring-secondary\/95{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.95)}.bg-secondary\/96{background-color:rgb(var(--aksara-secondary) / 0.96)}.text-secondary\/96{color:rgb(var(--aksara-secondary) / 0.96)}.border-secondary\/96{border-color:rgb(var(--aksara-secondary) / 0.96)}.decoration-secondary\/96{text-decoration-color:rgb(var(--aksara-secondary) / 0.96)}.ring-secondary\/96{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.96)}.bg-secondary\/97{background-color:rgb(var(--aksara-secondary) / 0.97)}.text-secondary\/97{color:rgb(var(--aksara-secondary) / 0.97)}.border-secondary\/97{border-color:rgb(var(--aksara-secondary) / 0.97)}.decoration-secondary\/97{text-decoration-color:rgb(var(--aksara-secondary) / 0.97)}.ring-secondary\/97{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.97)}.bg-secondary\/98{background-color:rgb(var(--aksara-secondary) / 0.98)}.text-secondary\/98{color:rgb(var(--aksara-secondary) / 0.98)}.border-secondary\/98{border-color:rgb(var(--aksara-secondary) / 0.98)}.decoration-secondary\/98{text-decoration-color:rgb(var(--aksara-secondary) / 0.98)}.ring-secondary\/98{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.98)}.bg-secondary\/99{background-color:rgb(var(--aksara-secondary) / 0.99)}.text-secondary\/99{color:rgb(var(--aksara-secondary) / 0.99)}.border-secondary\/99{border-color:rgb(var(--aksara-secondary) / 0.99)}.decoration-secondary\/99{text-decoration-color:rgb(var(--aksara-secondary) / 0.99)}.ring-secondary\/99{--aksara-ring-color:rgb(var(--aksara-secondary) / 0.99)}.bg-secondary\/100{background-color:rgb(var(--aksara-secondary) / 1)}.text-secondary\/100{color:rgb(var(--aksara-secondary) / 1)}.border-secondary\/100{border-color:rgb(var(--aksara-secondary) / 1)}.decoration-secondary\/100{text-decoration-color:rgb(var(--aksara-secondary) / 1)}.ring-secondary\/100{--aksara-ring-color:rgb(var(--aksara-secondary) / 1)}.bg-secondary{background-color:rgb(var(--aksara-secondary) / 1)}.text-secondary{color:rgb(var(--aksara-secondary) / 1)}.border-secondary{border-color:rgb(var(--aksara-secondary) / 1)}.decoration-secondary{text-decoration-color:rgb(var(--aksara-secondary) / 1)}.ring-secondary{--aksara-ring-color:rgb(var(--aksara-secondary) / 1)}.bg-success\/0{background-color:rgb(var(--aksara-success) / 0)}.text-success\/0{color:rgb(var(--aksara-success) / 0)}.border-success\/0{border-color:rgb(var(--aksara-success) / 0)}.decoration-success\/0{text-decoration-color:rgb(var(--aksara-success) / 0)}.ring-success\/0{--aksara-ring-color:rgb(var(--aksara-success) / 0)}.bg-success\/1{background-color:rgb(var(--aksara-success) / 0.01)}.text-success\/1{color:rgb(var(--aksara-success) / 0.01)}.border-success\/1{border-color:rgb(var(--aksara-success) / 0.01)}.decoration-success\/1{text-decoration-color:rgb(var(--aksara-success) / 0.01)}.ring-success\/1{--aksara-ring-color:rgb(var(--aksara-success) / 0.01)}.bg-success\/2{background-color:rgb(var(--aksara-success) / 0.02)}.text-success\/2{color:rgb(var(--aksara-success) / 0.02)}.border-success\/2{border-color:rgb(var(--aksara-success) / 0.02)}.decoration-success\/2{text-decoration-color:rgb(var(--aksara-success) / 0.02)}.ring-success\/2{--aksara-ring-color:rgb(var(--aksara-success) / 0.02)}.bg-success\/3{background-color:rgb(var(--aksara-success) / 0.03)}.text-success\/3{color:rgb(var(--aksara-success) / 0.03)}.border-success\/3{border-color:rgb(var(--aksara-success) / 0.03)}.decoration-success\/3{text-decoration-color:rgb(var(--aksara-success) / 0.03)}.ring-success\/3{--aksara-ring-color:rgb(var(--aksara-success) / 0.03)}.bg-success\/4{background-color:rgb(var(--aksara-success) / 0.04)}.text-success\/4{color:rgb(var(--aksara-success) / 0.04)}.border-success\/4{border-color:rgb(var(--aksara-success) / 0.04)}.decoration-success\/4{text-decoration-color:rgb(var(--aksara-success) / 0.04)}.ring-success\/4{--aksara-ring-color:rgb(var(--aksara-success) / 0.04)}.bg-success\/5{background-color:rgb(var(--aksara-success) / 0.05)}.text-success\/5{color:rgb(var(--aksara-success) / 0.05)}.border-success\/5{border-color:rgb(var(--aksara-success) / 0.05)}.decoration-success\/5{text-decoration-color:rgb(var(--aksara-success) / 0.05)}.ring-success\/5{--aksara-ring-color:rgb(var(--aksara-success) / 0.05)}.bg-success\/6{background-color:rgb(var(--aksara-success) / 0.06)}.text-success\/6{color:rgb(var(--aksara-success) / 0.06)}.border-success\/6{border-color:rgb(var(--aksara-success) / 0.06)}.decoration-success\/6{text-decoration-color:rgb(var(--aksara-success) / 0.06)}.ring-success\/6{--aksara-ring-color:rgb(var(--aksara-success) / 0.06)}.bg-success\/7{background-color:rgb(var(--aksara-success) / 0.07)}.text-success\/7{color:rgb(var(--aksara-success) / 0.07)}.border-success\/7{border-color:rgb(var(--aksara-success) / 0.07)}.decoration-success\/7{text-decoration-color:rgb(var(--aksara-success) / 0.07)}.ring-success\/7{--aksara-ring-color:rgb(var(--aksara-success) / 0.07)}.bg-success\/8{background-color:rgb(var(--aksara-success) / 0.08)}.text-success\/8{color:rgb(var(--aksara-success) / 0.08)}.border-success\/8{border-color:rgb(var(--aksara-success) / 0.08)}.decoration-success\/8{text-decoration-color:rgb(var(--aksara-success) / 0.08)}.ring-success\/8{--aksara-ring-color:rgb(var(--aksara-success) / 0.08)}.bg-success\/9{background-color:rgb(var(--aksara-success) / 0.09)}.text-success\/9{color:rgb(var(--aksara-success) / 0.09)}.border-success\/9{border-color:rgb(var(--aksara-success) / 0.09)}.decoration-success\/9{text-decoration-color:rgb(var(--aksara-success) / 0.09)}.ring-success\/9{--aksara-ring-color:rgb(var(--aksara-success) / 0.09)}.bg-success\/10{background-color:rgb(var(--aksara-success) / 0.1)}.text-success\/10{color:rgb(var(--aksara-success) / 0.1)}.border-success\/10{border-color:rgb(var(--aksara-success) / 0.1)}.decoration-success\/10{text-decoration-color:rgb(var(--aksara-success) / 0.1)}.ring-success\/10{--aksara-ring-color:rgb(var(--aksara-success) / 0.1)}.bg-success\/11{background-color:rgb(var(--aksara-success) / 0.11)}.text-success\/11{color:rgb(var(--aksara-success) / 0.11)}.border-success\/11{border-color:rgb(var(--aksara-success) / 0.11)}.decoration-success\/11{text-decoration-color:rgb(var(--aksara-success) / 0.11)}.ring-success\/11{--aksara-ring-color:rgb(var(--aksara-success) / 0.11)}.bg-success\/12{background-color:rgb(var(--aksara-success) / 0.12)}.text-success\/12{color:rgb(var(--aksara-success) / 0.12)}.border-success\/12{border-color:rgb(var(--aksara-success) / 0.12)}.decoration-success\/12{text-decoration-color:rgb(var(--aksara-success) / 0.12)}.ring-success\/12{--aksara-ring-color:rgb(var(--aksara-success) / 0.12)}.bg-success\/13{background-color:rgb(var(--aksara-success) / 0.13)}.text-success\/13{color:rgb(var(--aksara-success) / 0.13)}.border-success\/13{border-color:rgb(var(--aksara-success) / 0.13)}.decoration-success\/13{text-decoration-color:rgb(var(--aksara-success) / 0.13)}.ring-success\/13{--aksara-ring-color:rgb(var(--aksara-success) / 0.13)}.bg-success\/14{background-color:rgb(var(--aksara-success) / 0.14)}.text-success\/14{color:rgb(var(--aksara-success) / 0.14)}.border-success\/14{border-color:rgb(var(--aksara-success) / 0.14)}.decoration-success\/14{text-decoration-color:rgb(var(--aksara-success) / 0.14)}.ring-success\/14{--aksara-ring-color:rgb(var(--aksara-success) / 0.14)}.bg-success\/15{background-color:rgb(var(--aksara-success) / 0.15)}.text-success\/15{color:rgb(var(--aksara-success) / 0.15)}.border-success\/15{border-color:rgb(var(--aksara-success) / 0.15)}.decoration-success\/15{text-decoration-color:rgb(var(--aksara-success) / 0.15)}.ring-success\/15{--aksara-ring-color:rgb(var(--aksara-success) / 0.15)}.bg-success\/16{background-color:rgb(var(--aksara-success) / 0.16)}.text-success\/16{color:rgb(var(--aksara-success) / 0.16)}.border-success\/16{border-color:rgb(var(--aksara-success) / 0.16)}.decoration-success\/16{text-decoration-color:rgb(var(--aksara-success) / 0.16)}.ring-success\/16{--aksara-ring-color:rgb(var(--aksara-success) / 0.16)}.bg-success\/17{background-color:rgb(var(--aksara-success) / 0.17)}.text-success\/17{color:rgb(var(--aksara-success) / 0.17)}.border-success\/17{border-color:rgb(var(--aksara-success) / 0.17)}.decoration-success\/17{text-decoration-color:rgb(var(--aksara-success) / 0.17)}.ring-success\/17{--aksara-ring-color:rgb(var(--aksara-success) / 0.17)}.bg-success\/18{background-color:rgb(var(--aksara-success) / 0.18)}.text-success\/18{color:rgb(var(--aksara-success) / 0.18)}.border-success\/18{border-color:rgb(var(--aksara-success) / 0.18)}.decoration-success\/18{text-decoration-color:rgb(var(--aksara-success) / 0.18)}.ring-success\/18{--aksara-ring-color:rgb(var(--aksara-success) / 0.18)}.bg-success\/19{background-color:rgb(var(--aksara-success) / 0.19)}.text-success\/19{color:rgb(var(--aksara-success) / 0.19)}.border-success\/19{border-color:rgb(var(--aksara-success) / 0.19)}.decoration-success\/19{text-decoration-color:rgb(var(--aksara-success) / 0.19)}.ring-success\/19{--aksara-ring-color:rgb(var(--aksara-success) / 0.19)}.bg-success\/20{background-color:rgb(var(--aksara-success) / 0.2)}.text-success\/20{color:rgb(var(--aksara-success) / 0.2)}.border-success\/20{border-color:rgb(var(--aksara-success) / 0.2)}.decoration-success\/20{text-decoration-color:rgb(var(--aksara-success) / 0.2)}.ring-success\/20{--aksara-ring-color:rgb(var(--aksara-success) / 0.2)}.bg-success\/21{background-color:rgb(var(--aksara-success) / 0.21)}.text-success\/21{color:rgb(var(--aksara-success) / 0.21)}.border-success\/21{border-color:rgb(var(--aksara-success) / 0.21)}.decoration-success\/21{text-decoration-color:rgb(var(--aksara-success) / 0.21)}.ring-success\/21{--aksara-ring-color:rgb(var(--aksara-success) / 0.21)}.bg-success\/22{background-color:rgb(var(--aksara-success) / 0.22)}.text-success\/22{color:rgb(var(--aksara-success) / 0.22)}.border-success\/22{border-color:rgb(var(--aksara-success) / 0.22)}.decoration-success\/22{text-decoration-color:rgb(var(--aksara-success) / 0.22)}.ring-success\/22{--aksara-ring-color:rgb(var(--aksara-success) / 0.22)}.bg-success\/23{background-color:rgb(var(--aksara-success) / 0.23)}.text-success\/23{color:rgb(var(--aksara-success) / 0.23)}.border-success\/23{border-color:rgb(var(--aksara-success) / 0.23)}.decoration-success\/23{text-decoration-color:rgb(var(--aksara-success) / 0.23)}.ring-success\/23{--aksara-ring-color:rgb(var(--aksara-success) / 0.23)}.bg-success\/24{background-color:rgb(var(--aksara-success) / 0.24)}.text-success\/24{color:rgb(var(--aksara-success) / 0.24)}.border-success\/24{border-color:rgb(var(--aksara-success) / 0.24)}.decoration-success\/24{text-decoration-color:rgb(var(--aksara-success) / 0.24)}.ring-success\/24{--aksara-ring-color:rgb(var(--aksara-success) / 0.24)}.bg-success\/25{background-color:rgb(var(--aksara-success) / 0.25)}.text-success\/25{color:rgb(var(--aksara-success) / 0.25)}.border-success\/25{border-color:rgb(var(--aksara-success) / 0.25)}.decoration-success\/25{text-decoration-color:rgb(var(--aksara-success) / 0.25)}.ring-success\/25{--aksara-ring-color:rgb(var(--aksara-success) / 0.25)}.bg-success\/26{background-color:rgb(var(--aksara-success) / 0.26)}.text-success\/26{color:rgb(var(--aksara-success) / 0.26)}.border-success\/26{border-color:rgb(var(--aksara-success) / 0.26)}.decoration-success\/26{text-decoration-color:rgb(var(--aksara-success) / 0.26)}.ring-success\/26{--aksara-ring-color:rgb(var(--aksara-success) / 0.26)}.bg-success\/27{background-color:rgb(var(--aksara-success) / 0.27)}.text-success\/27{color:rgb(var(--aksara-success) / 0.27)}.border-success\/27{border-color:rgb(var(--aksara-success) / 0.27)}.decoration-success\/27{text-decoration-color:rgb(var(--aksara-success) / 0.27)}.ring-success\/27{--aksara-ring-color:rgb(var(--aksara-success) / 0.27)}.bg-success\/28{background-color:rgb(var(--aksara-success) / 0.28)}.text-success\/28{color:rgb(var(--aksara-success) / 0.28)}.border-success\/28{border-color:rgb(var(--aksara-success) / 0.28)}.decoration-success\/28{text-decoration-color:rgb(var(--aksara-success) / 0.28)}.ring-success\/28{--aksara-ring-color:rgb(var(--aksara-success) / 0.28)}.bg-success\/29{background-color:rgb(var(--aksara-success) / 0.29)}.text-success\/29{color:rgb(var(--aksara-success) / 0.29)}.border-success\/29{border-color:rgb(var(--aksara-success) / 0.29)}.decoration-success\/29{text-decoration-color:rgb(var(--aksara-success) / 0.29)}.ring-success\/29{--aksara-ring-color:rgb(var(--aksara-success) / 0.29)}.bg-success\/30{background-color:rgb(var(--aksara-success) / 0.3)}.text-success\/30{color:rgb(var(--aksara-success) / 0.3)}.border-success\/30{border-color:rgb(var(--aksara-success) / 0.3)}.decoration-success\/30{text-decoration-color:rgb(var(--aksara-success) / 0.3)}.ring-success\/30{--aksara-ring-color:rgb(var(--aksara-success) / 0.3)}.bg-success\/31{background-color:rgb(var(--aksara-success) / 0.31)}.text-success\/31{color:rgb(var(--aksara-success) / 0.31)}.border-success\/31{border-color:rgb(var(--aksara-success) / 0.31)}.decoration-success\/31{text-decoration-color:rgb(var(--aksara-success) / 0.31)}.ring-success\/31{--aksara-ring-color:rgb(var(--aksara-success) / 0.31)}.bg-success\/32{background-color:rgb(var(--aksara-success) / 0.32)}.text-success\/32{color:rgb(var(--aksara-success) / 0.32)}.border-success\/32{border-color:rgb(var(--aksara-success) / 0.32)}.decoration-success\/32{text-decoration-color:rgb(var(--aksara-success) / 0.32)}.ring-success\/32{--aksara-ring-color:rgb(var(--aksara-success) / 0.32)}.bg-success\/33{background-color:rgb(var(--aksara-success) / 0.33)}.text-success\/33{color:rgb(var(--aksara-success) / 0.33)}.border-success\/33{border-color:rgb(var(--aksara-success) / 0.33)}.decoration-success\/33{text-decoration-color:rgb(var(--aksara-success) / 0.33)}.ring-success\/33{--aksara-ring-color:rgb(var(--aksara-success) / 0.33)}.bg-success\/34{background-color:rgb(var(--aksara-success) / 0.34)}.text-success\/34{color:rgb(var(--aksara-success) / 0.34)}.border-success\/34{border-color:rgb(var(--aksara-success) / 0.34)}.decoration-success\/34{text-decoration-color:rgb(var(--aksara-success) / 0.34)}.ring-success\/34{--aksara-ring-color:rgb(var(--aksara-success) / 0.34)}.bg-success\/35{background-color:rgb(var(--aksara-success) / 0.35)}.text-success\/35{color:rgb(var(--aksara-success) / 0.35)}.border-success\/35{border-color:rgb(var(--aksara-success) / 0.35)}.decoration-success\/35{text-decoration-color:rgb(var(--aksara-success) / 0.35)}.ring-success\/35{--aksara-ring-color:rgb(var(--aksara-success) / 0.35)}.bg-success\/36{background-color:rgb(var(--aksara-success) / 0.36)}.text-success\/36{color:rgb(var(--aksara-success) / 0.36)}.border-success\/36{border-color:rgb(var(--aksara-success) / 0.36)}.decoration-success\/36{text-decoration-color:rgb(var(--aksara-success) / 0.36)}.ring-success\/36{--aksara-ring-color:rgb(var(--aksara-success) / 0.36)}.bg-success\/37{background-color:rgb(var(--aksara-success) / 0.37)}.text-success\/37{color:rgb(var(--aksara-success) / 0.37)}.border-success\/37{border-color:rgb(var(--aksara-success) / 0.37)}.decoration-success\/37{text-decoration-color:rgb(var(--aksara-success) / 0.37)}.ring-success\/37{--aksara-ring-color:rgb(var(--aksara-success) / 0.37)}.bg-success\/38{background-color:rgb(var(--aksara-success) / 0.38)}.text-success\/38{color:rgb(var(--aksara-success) / 0.38)}.border-success\/38{border-color:rgb(var(--aksara-success) / 0.38)}.decoration-success\/38{text-decoration-color:rgb(var(--aksara-success) / 0.38)}.ring-success\/38{--aksara-ring-color:rgb(var(--aksara-success) / 0.38)}.bg-success\/39{background-color:rgb(var(--aksara-success) / 0.39)}.text-success\/39{color:rgb(var(--aksara-success) / 0.39)}.border-success\/39{border-color:rgb(var(--aksara-success) / 0.39)}.decoration-success\/39{text-decoration-color:rgb(var(--aksara-success) / 0.39)}.ring-success\/39{--aksara-ring-color:rgb(var(--aksara-success) / 0.39)}.bg-success\/40{background-color:rgb(var(--aksara-success) / 0.4)}.text-success\/40{color:rgb(var(--aksara-success) / 0.4)}.border-success\/40{border-color:rgb(var(--aksara-success) / 0.4)}.decoration-success\/40{text-decoration-color:rgb(var(--aksara-success) / 0.4)}.ring-success\/40{--aksara-ring-color:rgb(var(--aksara-success) / 0.4)}.bg-success\/41{background-color:rgb(var(--aksara-success) / 0.41)}.text-success\/41{color:rgb(var(--aksara-success) / 0.41)}.border-success\/41{border-color:rgb(var(--aksara-success) / 0.41)}.decoration-success\/41{text-decoration-color:rgb(var(--aksara-success) / 0.41)}.ring-success\/41{--aksara-ring-color:rgb(var(--aksara-success) / 0.41)}.bg-success\/42{background-color:rgb(var(--aksara-success) / 0.42)}.text-success\/42{color:rgb(var(--aksara-success) / 0.42)}.border-success\/42{border-color:rgb(var(--aksara-success) / 0.42)}.decoration-success\/42{text-decoration-color:rgb(var(--aksara-success) / 0.42)}.ring-success\/42{--aksara-ring-color:rgb(var(--aksara-success) / 0.42)}.bg-success\/43{background-color:rgb(var(--aksara-success) / 0.43)}.text-success\/43{color:rgb(var(--aksara-success) / 0.43)}.border-success\/43{border-color:rgb(var(--aksara-success) / 0.43)}.decoration-success\/43{text-decoration-color:rgb(var(--aksara-success) / 0.43)}.ring-success\/43{--aksara-ring-color:rgb(var(--aksara-success) / 0.43)}.bg-success\/44{background-color:rgb(var(--aksara-success) / 0.44)}.text-success\/44{color:rgb(var(--aksara-success) / 0.44)}.border-success\/44{border-color:rgb(var(--aksara-success) / 0.44)}.decoration-success\/44{text-decoration-color:rgb(var(--aksara-success) / 0.44)}.ring-success\/44{--aksara-ring-color:rgb(var(--aksara-success) / 0.44)}.bg-success\/45{background-color:rgb(var(--aksara-success) / 0.45)}.text-success\/45{color:rgb(var(--aksara-success) / 0.45)}.border-success\/45{border-color:rgb(var(--aksara-success) / 0.45)}.decoration-success\/45{text-decoration-color:rgb(var(--aksara-success) / 0.45)}.ring-success\/45{--aksara-ring-color:rgb(var(--aksara-success) / 0.45)}.bg-success\/46{background-color:rgb(var(--aksara-success) / 0.46)}.text-success\/46{color:rgb(var(--aksara-success) / 0.46)}.border-success\/46{border-color:rgb(var(--aksara-success) / 0.46)}.decoration-success\/46{text-decoration-color:rgb(var(--aksara-success) / 0.46)}.ring-success\/46{--aksara-ring-color:rgb(var(--aksara-success) / 0.46)}.bg-success\/47{background-color:rgb(var(--aksara-success) / 0.47)}.text-success\/47{color:rgb(var(--aksara-success) / 0.47)}.border-success\/47{border-color:rgb(var(--aksara-success) / 0.47)}.decoration-success\/47{text-decoration-color:rgb(var(--aksara-success) / 0.47)}.ring-success\/47{--aksara-ring-color:rgb(var(--aksara-success) / 0.47)}.bg-success\/48{background-color:rgb(var(--aksara-success) / 0.48)}.text-success\/48{color:rgb(var(--aksara-success) / 0.48)}.border-success\/48{border-color:rgb(var(--aksara-success) / 0.48)}.decoration-success\/48{text-decoration-color:rgb(var(--aksara-success) / 0.48)}.ring-success\/48{--aksara-ring-color:rgb(var(--aksara-success) / 0.48)}.bg-success\/49{background-color:rgb(var(--aksara-success) / 0.49)}.text-success\/49{color:rgb(var(--aksara-success) / 0.49)}.border-success\/49{border-color:rgb(var(--aksara-success) / 0.49)}.decoration-success\/49{text-decoration-color:rgb(var(--aksara-success) / 0.49)}.ring-success\/49{--aksara-ring-color:rgb(var(--aksara-success) / 0.49)}.bg-success\/50{background-color:rgb(var(--aksara-success) / 0.5)}.text-success\/50{color:rgb(var(--aksara-success) / 0.5)}.border-success\/50{border-color:rgb(var(--aksara-success) / 0.5)}.decoration-success\/50{text-decoration-color:rgb(var(--aksara-success) / 0.5)}.ring-success\/50{--aksara-ring-color:rgb(var(--aksara-success) / 0.5)}.bg-success\/51{background-color:rgb(var(--aksara-success) / 0.51)}.text-success\/51{color:rgb(var(--aksara-success) / 0.51)}.border-success\/51{border-color:rgb(var(--aksara-success) / 0.51)}.decoration-success\/51{text-decoration-color:rgb(var(--aksara-success) / 0.51)}.ring-success\/51{--aksara-ring-color:rgb(var(--aksara-success) / 0.51)}.bg-success\/52{background-color:rgb(var(--aksara-success) / 0.52)}.text-success\/52{color:rgb(var(--aksara-success) / 0.52)}.border-success\/52{border-color:rgb(var(--aksara-success) / 0.52)}.decoration-success\/52{text-decoration-color:rgb(var(--aksara-success) / 0.52)}.ring-success\/52{--aksara-ring-color:rgb(var(--aksara-success) / 0.52)}.bg-success\/53{background-color:rgb(var(--aksara-success) / 0.53)}.text-success\/53{color:rgb(var(--aksara-success) / 0.53)}.border-success\/53{border-color:rgb(var(--aksara-success) / 0.53)}.decoration-success\/53{text-decoration-color:rgb(var(--aksara-success) / 0.53)}.ring-success\/53{--aksara-ring-color:rgb(var(--aksara-success) / 0.53)}.bg-success\/54{background-color:rgb(var(--aksara-success) / 0.54)}.text-success\/54{color:rgb(var(--aksara-success) / 0.54)}.border-success\/54{border-color:rgb(var(--aksara-success) / 0.54)}.decoration-success\/54{text-decoration-color:rgb(var(--aksara-success) / 0.54)}.ring-success\/54{--aksara-ring-color:rgb(var(--aksara-success) / 0.54)}.bg-success\/55{background-color:rgb(var(--aksara-success) / 0.55)}.text-success\/55{color:rgb(var(--aksara-success) / 0.55)}.border-success\/55{border-color:rgb(var(--aksara-success) / 0.55)}.decoration-success\/55{text-decoration-color:rgb(var(--aksara-success) / 0.55)}.ring-success\/55{--aksara-ring-color:rgb(var(--aksara-success) / 0.55)}.bg-success\/56{background-color:rgb(var(--aksara-success) / 0.56)}.text-success\/56{color:rgb(var(--aksara-success) / 0.56)}.border-success\/56{border-color:rgb(var(--aksara-success) / 0.56)}.decoration-success\/56{text-decoration-color:rgb(var(--aksara-success) / 0.56)}.ring-success\/56{--aksara-ring-color:rgb(var(--aksara-success) / 0.56)}.bg-success\/57{background-color:rgb(var(--aksara-success) / 0.57)}.text-success\/57{color:rgb(var(--aksara-success) / 0.57)}.border-success\/57{border-color:rgb(var(--aksara-success) / 0.57)}.decoration-success\/57{text-decoration-color:rgb(var(--aksara-success) / 0.57)}.ring-success\/57{--aksara-ring-color:rgb(var(--aksara-success) / 0.57)}.bg-success\/58{background-color:rgb(var(--aksara-success) / 0.58)}.text-success\/58{color:rgb(var(--aksara-success) / 0.58)}.border-success\/58{border-color:rgb(var(--aksara-success) / 0.58)}.decoration-success\/58{text-decoration-color:rgb(var(--aksara-success) / 0.58)}.ring-success\/58{--aksara-ring-color:rgb(var(--aksara-success) / 0.58)}.bg-success\/59{background-color:rgb(var(--aksara-success) / 0.59)}.text-success\/59{color:rgb(var(--aksara-success) / 0.59)}.border-success\/59{border-color:rgb(var(--aksara-success) / 0.59)}.decoration-success\/59{text-decoration-color:rgb(var(--aksara-success) / 0.59)}.ring-success\/59{--aksara-ring-color:rgb(var(--aksara-success) / 0.59)}.bg-success\/60{background-color:rgb(var(--aksara-success) / 0.6)}.text-success\/60{color:rgb(var(--aksara-success) / 0.6)}.border-success\/60{border-color:rgb(var(--aksara-success) / 0.6)}.decoration-success\/60{text-decoration-color:rgb(var(--aksara-success) / 0.6)}.ring-success\/60{--aksara-ring-color:rgb(var(--aksara-success) / 0.6)}.bg-success\/61{background-color:rgb(var(--aksara-success) / 0.61)}.text-success\/61{color:rgb(var(--aksara-success) / 0.61)}.border-success\/61{border-color:rgb(var(--aksara-success) / 0.61)}.decoration-success\/61{text-decoration-color:rgb(var(--aksara-success) / 0.61)}.ring-success\/61{--aksara-ring-color:rgb(var(--aksara-success) / 0.61)}.bg-success\/62{background-color:rgb(var(--aksara-success) / 0.62)}.text-success\/62{color:rgb(var(--aksara-success) / 0.62)}.border-success\/62{border-color:rgb(var(--aksara-success) / 0.62)}.decoration-success\/62{text-decoration-color:rgb(var(--aksara-success) / 0.62)}.ring-success\/62{--aksara-ring-color:rgb(var(--aksara-success) / 0.62)}.bg-success\/63{background-color:rgb(var(--aksara-success) / 0.63)}.text-success\/63{color:rgb(var(--aksara-success) / 0.63)}.border-success\/63{border-color:rgb(var(--aksara-success) / 0.63)}.decoration-success\/63{text-decoration-color:rgb(var(--aksara-success) / 0.63)}.ring-success\/63{--aksara-ring-color:rgb(var(--aksara-success) / 0.63)}.bg-success\/64{background-color:rgb(var(--aksara-success) / 0.64)}.text-success\/64{color:rgb(var(--aksara-success) / 0.64)}.border-success\/64{border-color:rgb(var(--aksara-success) / 0.64)}.decoration-success\/64{text-decoration-color:rgb(var(--aksara-success) / 0.64)}.ring-success\/64{--aksara-ring-color:rgb(var(--aksara-success) / 0.64)}.bg-success\/65{background-color:rgb(var(--aksara-success) / 0.65)}.text-success\/65{color:rgb(var(--aksara-success) / 0.65)}.border-success\/65{border-color:rgb(var(--aksara-success) / 0.65)}.decoration-success\/65{text-decoration-color:rgb(var(--aksara-success) / 0.65)}.ring-success\/65{--aksara-ring-color:rgb(var(--aksara-success) / 0.65)}.bg-success\/66{background-color:rgb(var(--aksara-success) / 0.66)}.text-success\/66{color:rgb(var(--aksara-success) / 0.66)}.border-success\/66{border-color:rgb(var(--aksara-success) / 0.66)}.decoration-success\/66{text-decoration-color:rgb(var(--aksara-success) / 0.66)}.ring-success\/66{--aksara-ring-color:rgb(var(--aksara-success) / 0.66)}.bg-success\/67{background-color:rgb(var(--aksara-success) / 0.67)}.text-success\/67{color:rgb(var(--aksara-success) / 0.67)}.border-success\/67{border-color:rgb(var(--aksara-success) / 0.67)}.decoration-success\/67{text-decoration-color:rgb(var(--aksara-success) / 0.67)}.ring-success\/67{--aksara-ring-color:rgb(var(--aksara-success) / 0.67)}.bg-success\/68{background-color:rgb(var(--aksara-success) / 0.68)}.text-success\/68{color:rgb(var(--aksara-success) / 0.68)}.border-success\/68{border-color:rgb(var(--aksara-success) / 0.68)}.decoration-success\/68{text-decoration-color:rgb(var(--aksara-success) / 0.68)}.ring-success\/68{--aksara-ring-color:rgb(var(--aksara-success) / 0.68)}.bg-success\/69{background-color:rgb(var(--aksara-success) / 0.69)}.text-success\/69{color:rgb(var(--aksara-success) / 0.69)}.border-success\/69{border-color:rgb(var(--aksara-success) / 0.69)}.decoration-success\/69{text-decoration-color:rgb(var(--aksara-success) / 0.69)}.ring-success\/69{--aksara-ring-color:rgb(var(--aksara-success) / 0.69)}.bg-success\/70{background-color:rgb(var(--aksara-success) / 0.7)}.text-success\/70{color:rgb(var(--aksara-success) / 0.7)}.border-success\/70{border-color:rgb(var(--aksara-success) / 0.7)}.decoration-success\/70{text-decoration-color:rgb(var(--aksara-success) / 0.7)}.ring-success\/70{--aksara-ring-color:rgb(var(--aksara-success) / 0.7)}.bg-success\/71{background-color:rgb(var(--aksara-success) / 0.71)}.text-success\/71{color:rgb(var(--aksara-success) / 0.71)}.border-success\/71{border-color:rgb(var(--aksara-success) / 0.71)}.decoration-success\/71{text-decoration-color:rgb(var(--aksara-success) / 0.71)}.ring-success\/71{--aksara-ring-color:rgb(var(--aksara-success) / 0.71)}.bg-success\/72{background-color:rgb(var(--aksara-success) / 0.72)}.text-success\/72{color:rgb(var(--aksara-success) / 0.72)}.border-success\/72{border-color:rgb(var(--aksara-success) / 0.72)}.decoration-success\/72{text-decoration-color:rgb(var(--aksara-success) / 0.72)}.ring-success\/72{--aksara-ring-color:rgb(var(--aksara-success) / 0.72)}.bg-success\/73{background-color:rgb(var(--aksara-success) / 0.73)}.text-success\/73{color:rgb(var(--aksara-success) / 0.73)}.border-success\/73{border-color:rgb(var(--aksara-success) / 0.73)}.decoration-success\/73{text-decoration-color:rgb(var(--aksara-success) / 0.73)}.ring-success\/73{--aksara-ring-color:rgb(var(--aksara-success) / 0.73)}.bg-success\/74{background-color:rgb(var(--aksara-success) / 0.74)}.text-success\/74{color:rgb(var(--aksara-success) / 0.74)}.border-success\/74{border-color:rgb(var(--aksara-success) / 0.74)}.decoration-success\/74{text-decoration-color:rgb(var(--aksara-success) / 0.74)}.ring-success\/74{--aksara-ring-color:rgb(var(--aksara-success) / 0.74)}.bg-success\/75{background-color:rgb(var(--aksara-success) / 0.75)}.text-success\/75{color:rgb(var(--aksara-success) / 0.75)}.border-success\/75{border-color:rgb(var(--aksara-success) / 0.75)}.decoration-success\/75{text-decoration-color:rgb(var(--aksara-success) / 0.75)}.ring-success\/75{--aksara-ring-color:rgb(var(--aksara-success) / 0.75)}.bg-success\/76{background-color:rgb(var(--aksara-success) / 0.76)}.text-success\/76{color:rgb(var(--aksara-success) / 0.76)}.border-success\/76{border-color:rgb(var(--aksara-success) / 0.76)}.decoration-success\/76{text-decoration-color:rgb(var(--aksara-success) / 0.76)}.ring-success\/76{--aksara-ring-color:rgb(var(--aksara-success) / 0.76)}.bg-success\/77{background-color:rgb(var(--aksara-success) / 0.77)}.text-success\/77{color:rgb(var(--aksara-success) / 0.77)}.border-success\/77{border-color:rgb(var(--aksara-success) / 0.77)}.decoration-success\/77{text-decoration-color:rgb(var(--aksara-success) / 0.77)}.ring-success\/77{--aksara-ring-color:rgb(var(--aksara-success) / 0.77)}.bg-success\/78{background-color:rgb(var(--aksara-success) / 0.78)}.text-success\/78{color:rgb(var(--aksara-success) / 0.78)}.border-success\/78{border-color:rgb(var(--aksara-success) / 0.78)}.decoration-success\/78{text-decoration-color:rgb(var(--aksara-success) / 0.78)}.ring-success\/78{--aksara-ring-color:rgb(var(--aksara-success) / 0.78)}.bg-success\/79{background-color:rgb(var(--aksara-success) / 0.79)}.text-success\/79{color:rgb(var(--aksara-success) / 0.79)}.border-success\/79{border-color:rgb(var(--aksara-success) / 0.79)}.decoration-success\/79{text-decoration-color:rgb(var(--aksara-success) / 0.79)}.ring-success\/79{--aksara-ring-color:rgb(var(--aksara-success) / 0.79)}.bg-success\/80{background-color:rgb(var(--aksara-success) / 0.8)}.text-success\/80{color:rgb(var(--aksara-success) / 0.8)}.border-success\/80{border-color:rgb(var(--aksara-success) / 0.8)}.decoration-success\/80{text-decoration-color:rgb(var(--aksara-success) / 0.8)}.ring-success\/80{--aksara-ring-color:rgb(var(--aksara-success) / 0.8)}.bg-success\/81{background-color:rgb(var(--aksara-success) / 0.81)}.text-success\/81{color:rgb(var(--aksara-success) / 0.81)}.border-success\/81{border-color:rgb(var(--aksara-success) / 0.81)}.decoration-success\/81{text-decoration-color:rgb(var(--aksara-success) / 0.81)}.ring-success\/81{--aksara-ring-color:rgb(var(--aksara-success) / 0.81)}.bg-success\/82{background-color:rgb(var(--aksara-success) / 0.82)}.text-success\/82{color:rgb(var(--aksara-success) / 0.82)}.border-success\/82{border-color:rgb(var(--aksara-success) / 0.82)}.decoration-success\/82{text-decoration-color:rgb(var(--aksara-success) / 0.82)}.ring-success\/82{--aksara-ring-color:rgb(var(--aksara-success) / 0.82)}.bg-success\/83{background-color:rgb(var(--aksara-success) / 0.83)}.text-success\/83{color:rgb(var(--aksara-success) / 0.83)}.border-success\/83{border-color:rgb(var(--aksara-success) / 0.83)}.decoration-success\/83{text-decoration-color:rgb(var(--aksara-success) / 0.83)}.ring-success\/83{--aksara-ring-color:rgb(var(--aksara-success) / 0.83)}.bg-success\/84{background-color:rgb(var(--aksara-success) / 0.84)}.text-success\/84{color:rgb(var(--aksara-success) / 0.84)}.border-success\/84{border-color:rgb(var(--aksara-success) / 0.84)}.decoration-success\/84{text-decoration-color:rgb(var(--aksara-success) / 0.84)}.ring-success\/84{--aksara-ring-color:rgb(var(--aksara-success) / 0.84)}.bg-success\/85{background-color:rgb(var(--aksara-success) / 0.85)}.text-success\/85{color:rgb(var(--aksara-success) / 0.85)}.border-success\/85{border-color:rgb(var(--aksara-success) / 0.85)}.decoration-success\/85{text-decoration-color:rgb(var(--aksara-success) / 0.85)}.ring-success\/85{--aksara-ring-color:rgb(var(--aksara-success) / 0.85)}.bg-success\/86{background-color:rgb(var(--aksara-success) / 0.86)}.text-success\/86{color:rgb(var(--aksara-success) / 0.86)}.border-success\/86{border-color:rgb(var(--aksara-success) / 0.86)}.decoration-success\/86{text-decoration-color:rgb(var(--aksara-success) / 0.86)}.ring-success\/86{--aksara-ring-color:rgb(var(--aksara-success) / 0.86)}.bg-success\/87{background-color:rgb(var(--aksara-success) / 0.87)}.text-success\/87{color:rgb(var(--aksara-success) / 0.87)}.border-success\/87{border-color:rgb(var(--aksara-success) / 0.87)}.decoration-success\/87{text-decoration-color:rgb(var(--aksara-success) / 0.87)}.ring-success\/87{--aksara-ring-color:rgb(var(--aksara-success) / 0.87)}.bg-success\/88{background-color:rgb(var(--aksara-success) / 0.88)}.text-success\/88{color:rgb(var(--aksara-success) / 0.88)}.border-success\/88{border-color:rgb(var(--aksara-success) / 0.88)}.decoration-success\/88{text-decoration-color:rgb(var(--aksara-success) / 0.88)}.ring-success\/88{--aksara-ring-color:rgb(var(--aksara-success) / 0.88)}.bg-success\/89{background-color:rgb(var(--aksara-success) / 0.89)}.text-success\/89{color:rgb(var(--aksara-success) / 0.89)}.border-success\/89{border-color:rgb(var(--aksara-success) / 0.89)}.decoration-success\/89{text-decoration-color:rgb(var(--aksara-success) / 0.89)}.ring-success\/89{--aksara-ring-color:rgb(var(--aksara-success) / 0.89)}.bg-success\/90{background-color:rgb(var(--aksara-success) / 0.9)}.text-success\/90{color:rgb(var(--aksara-success) / 0.9)}.border-success\/90{border-color:rgb(var(--aksara-success) / 0.9)}.decoration-success\/90{text-decoration-color:rgb(var(--aksara-success) / 0.9)}.ring-success\/90{--aksara-ring-color:rgb(var(--aksara-success) / 0.9)}.bg-success\/91{background-color:rgb(var(--aksara-success) / 0.91)}.text-success\/91{color:rgb(var(--aksara-success) / 0.91)}.border-success\/91{border-color:rgb(var(--aksara-success) / 0.91)}.decoration-success\/91{text-decoration-color:rgb(var(--aksara-success) / 0.91)}.ring-success\/91{--aksara-ring-color:rgb(var(--aksara-success) / 0.91)}.bg-success\/92{background-color:rgb(var(--aksara-success) / 0.92)}.text-success\/92{color:rgb(var(--aksara-success) / 0.92)}.border-success\/92{border-color:rgb(var(--aksara-success) / 0.92)}.decoration-success\/92{text-decoration-color:rgb(var(--aksara-success) / 0.92)}.ring-success\/92{--aksara-ring-color:rgb(var(--aksara-success) / 0.92)}.bg-success\/93{background-color:rgb(var(--aksara-success) / 0.93)}.text-success\/93{color:rgb(var(--aksara-success) / 0.93)}.border-success\/93{border-color:rgb(var(--aksara-success) / 0.93)}.decoration-success\/93{text-decoration-color:rgb(var(--aksara-success) / 0.93)}.ring-success\/93{--aksara-ring-color:rgb(var(--aksara-success) / 0.93)}.bg-success\/94{background-color:rgb(var(--aksara-success) / 0.94)}.text-success\/94{color:rgb(var(--aksara-success) / 0.94)}.border-success\/94{border-color:rgb(var(--aksara-success) / 0.94)}.decoration-success\/94{text-decoration-color:rgb(var(--aksara-success) / 0.94)}.ring-success\/94{--aksara-ring-color:rgb(var(--aksara-success) / 0.94)}.bg-success\/95{background-color:rgb(var(--aksara-success) / 0.95)}.text-success\/95{color:rgb(var(--aksara-success) / 0.95)}.border-success\/95{border-color:rgb(var(--aksara-success) / 0.95)}.decoration-success\/95{text-decoration-color:rgb(var(--aksara-success) / 0.95)}.ring-success\/95{--aksara-ring-color:rgb(var(--aksara-success) / 0.95)}.bg-success\/96{background-color:rgb(var(--aksara-success) / 0.96)}.text-success\/96{color:rgb(var(--aksara-success) / 0.96)}.border-success\/96{border-color:rgb(var(--aksara-success) / 0.96)}.decoration-success\/96{text-decoration-color:rgb(var(--aksara-success) / 0.96)}.ring-success\/96{--aksara-ring-color:rgb(var(--aksara-success) / 0.96)}.bg-success\/97{background-color:rgb(var(--aksara-success) / 0.97)}.text-success\/97{color:rgb(var(--aksara-success) / 0.97)}.border-success\/97{border-color:rgb(var(--aksara-success) / 0.97)}.decoration-success\/97{text-decoration-color:rgb(var(--aksara-success) / 0.97)}.ring-success\/97{--aksara-ring-color:rgb(var(--aksara-success) / 0.97)}.bg-success\/98{background-color:rgb(var(--aksara-success) / 0.98)}.text-success\/98{color:rgb(var(--aksara-success) / 0.98)}.border-success\/98{border-color:rgb(var(--aksara-success) / 0.98)}.decoration-success\/98{text-decoration-color:rgb(var(--aksara-success) / 0.98)}.ring-success\/98{--aksara-ring-color:rgb(var(--aksara-success) / 0.98)}.bg-success\/99{background-color:rgb(var(--aksara-success) / 0.99)}.text-success\/99{color:rgb(var(--aksara-success) / 0.99)}.border-success\/99{border-color:rgb(var(--aksara-success) / 0.99)}.decoration-success\/99{text-decoration-color:rgb(var(--aksara-success) / 0.99)}.ring-success\/99{--aksara-ring-color:rgb(var(--aksara-success) / 0.99)}.bg-success\/100{background-color:rgb(var(--aksara-success) / 1)}.text-success\/100{color:rgb(var(--aksara-success) / 1)}.border-success\/100{border-color:rgb(var(--aksara-success) / 1)}.decoration-success\/100{text-decoration-color:rgb(var(--aksara-success) / 1)}.ring-success\/100{--aksara-ring-color:rgb(var(--aksara-success) / 1)}.bg-success{background-color:rgb(var(--aksara-success) / 1)}.text-success{color:rgb(var(--aksara-success) / 1)}.border-success{border-color:rgb(var(--aksara-success) / 1)}.decoration-success{text-decoration-color:rgb(var(--aksara-success) / 1)}.ring-success{--aksara-ring-color:rgb(var(--aksara-success) / 1)}.bg-danger\/0{background-color:rgb(var(--aksara-danger) / 0)}.text-danger\/0{color:rgb(var(--aksara-danger) / 0)}.border-danger\/0{border-color:rgb(var(--aksara-danger) / 0)}.decoration-danger\/0{text-decoration-color:rgb(var(--aksara-danger) / 0)}.ring-danger\/0{--aksara-ring-color:rgb(var(--aksara-danger) / 0)}.bg-danger\/1{background-color:rgb(var(--aksara-danger) / 0.01)}.text-danger\/1{color:rgb(var(--aksara-danger) / 0.01)}.border-danger\/1{border-color:rgb(var(--aksara-danger) / 0.01)}.decoration-danger\/1{text-decoration-color:rgb(var(--aksara-danger) / 0.01)}.ring-danger\/1{--aksara-ring-color:rgb(var(--aksara-danger) / 0.01)}.bg-danger\/2{background-color:rgb(var(--aksara-danger) / 0.02)}.text-danger\/2{color:rgb(var(--aksara-danger) / 0.02)}.border-danger\/2{border-color:rgb(var(--aksara-danger) / 0.02)}.decoration-danger\/2{text-decoration-color:rgb(var(--aksara-danger) / 0.02)}.ring-danger\/2{--aksara-ring-color:rgb(var(--aksara-danger) / 0.02)}.bg-danger\/3{background-color:rgb(var(--aksara-danger) / 0.03)}.text-danger\/3{color:rgb(var(--aksara-danger) / 0.03)}.border-danger\/3{border-color:rgb(var(--aksara-danger) / 0.03)}.decoration-danger\/3{text-decoration-color:rgb(var(--aksara-danger) / 0.03)}.ring-danger\/3{--aksara-ring-color:rgb(var(--aksara-danger) / 0.03)}.bg-danger\/4{background-color:rgb(var(--aksara-danger) / 0.04)}.text-danger\/4{color:rgb(var(--aksara-danger) / 0.04)}.border-danger\/4{border-color:rgb(var(--aksara-danger) / 0.04)}.decoration-danger\/4{text-decoration-color:rgb(var(--aksara-danger) / 0.04)}.ring-danger\/4{--aksara-ring-color:rgb(var(--aksara-danger) / 0.04)}.bg-danger\/5{background-color:rgb(var(--aksara-danger) / 0.05)}.text-danger\/5{color:rgb(var(--aksara-danger) / 0.05)}.border-danger\/5{border-color:rgb(var(--aksara-danger) / 0.05)}.decoration-danger\/5{text-decoration-color:rgb(var(--aksara-danger) / 0.05)}.ring-danger\/5{--aksara-ring-color:rgb(var(--aksara-danger) / 0.05)}.bg-danger\/6{background-color:rgb(var(--aksara-danger) / 0.06)}.text-danger\/6{color:rgb(var(--aksara-danger) / 0.06)}.border-danger\/6{border-color:rgb(var(--aksara-danger) / 0.06)}.decoration-danger\/6{text-decoration-color:rgb(var(--aksara-danger) / 0.06)}.ring-danger\/6{--aksara-ring-color:rgb(var(--aksara-danger) / 0.06)}.bg-danger\/7{background-color:rgb(var(--aksara-danger) / 0.07)}.text-danger\/7{color:rgb(var(--aksara-danger) / 0.07)}.border-danger\/7{border-color:rgb(var(--aksara-danger) / 0.07)}.decoration-danger\/7{text-decoration-color:rgb(var(--aksara-danger) / 0.07)}.ring-danger\/7{--aksara-ring-color:rgb(var(--aksara-danger) / 0.07)}.bg-danger\/8{background-color:rgb(var(--aksara-danger) / 0.08)}.text-danger\/8{color:rgb(var(--aksara-danger) / 0.08)}.border-danger\/8{border-color:rgb(var(--aksara-danger) / 0.08)}.decoration-danger\/8{text-decoration-color:rgb(var(--aksara-danger) / 0.08)}.ring-danger\/8{--aksara-ring-color:rgb(var(--aksara-danger) / 0.08)}.bg-danger\/9{background-color:rgb(var(--aksara-danger) / 0.09)}.text-danger\/9{color:rgb(var(--aksara-danger) / 0.09)}.border-danger\/9{border-color:rgb(var(--aksara-danger) / 0.09)}.decoration-danger\/9{text-decoration-color:rgb(var(--aksara-danger) / 0.09)}.ring-danger\/9{--aksara-ring-color:rgb(var(--aksara-danger) / 0.09)}.bg-danger\/10{background-color:rgb(var(--aksara-danger) / 0.1)}.text-danger\/10{color:rgb(var(--aksara-danger) / 0.1)}.border-danger\/10{border-color:rgb(var(--aksara-danger) / 0.1)}.decoration-danger\/10{text-decoration-color:rgb(var(--aksara-danger) / 0.1)}.ring-danger\/10{--aksara-ring-color:rgb(var(--aksara-danger) / 0.1)}.bg-danger\/11{background-color:rgb(var(--aksara-danger) / 0.11)}.text-danger\/11{color:rgb(var(--aksara-danger) / 0.11)}.border-danger\/11{border-color:rgb(var(--aksara-danger) / 0.11)}.decoration-danger\/11{text-decoration-color:rgb(var(--aksara-danger) / 0.11)}.ring-danger\/11{--aksara-ring-color:rgb(var(--aksara-danger) / 0.11)}.bg-danger\/12{background-color:rgb(var(--aksara-danger) / 0.12)}.text-danger\/12{color:rgb(var(--aksara-danger) / 0.12)}.border-danger\/12{border-color:rgb(var(--aksara-danger) / 0.12)}.decoration-danger\/12{text-decoration-color:rgb(var(--aksara-danger) / 0.12)}.ring-danger\/12{--aksara-ring-color:rgb(var(--aksara-danger) / 0.12)}.bg-danger\/13{background-color:rgb(var(--aksara-danger) / 0.13)}.text-danger\/13{color:rgb(var(--aksara-danger) / 0.13)}.border-danger\/13{border-color:rgb(var(--aksara-danger) / 0.13)}.decoration-danger\/13{text-decoration-color:rgb(var(--aksara-danger) / 0.13)}.ring-danger\/13{--aksara-ring-color:rgb(var(--aksara-danger) / 0.13)}.bg-danger\/14{background-color:rgb(var(--aksara-danger) / 0.14)}.text-danger\/14{color:rgb(var(--aksara-danger) / 0.14)}.border-danger\/14{border-color:rgb(var(--aksara-danger) / 0.14)}.decoration-danger\/14{text-decoration-color:rgb(var(--aksara-danger) / 0.14)}.ring-danger\/14{--aksara-ring-color:rgb(var(--aksara-danger) / 0.14)}.bg-danger\/15{background-color:rgb(var(--aksara-danger) / 0.15)}.text-danger\/15{color:rgb(var(--aksara-danger) / 0.15)}.border-danger\/15{border-color:rgb(var(--aksara-danger) / 0.15)}.decoration-danger\/15{text-decoration-color:rgb(var(--aksara-danger) / 0.15)}.ring-danger\/15{--aksara-ring-color:rgb(var(--aksara-danger) / 0.15)}.bg-danger\/16{background-color:rgb(var(--aksara-danger) / 0.16)}.text-danger\/16{color:rgb(var(--aksara-danger) / 0.16)}.border-danger\/16{border-color:rgb(var(--aksara-danger) / 0.16)}.decoration-danger\/16{text-decoration-color:rgb(var(--aksara-danger) / 0.16)}.ring-danger\/16{--aksara-ring-color:rgb(var(--aksara-danger) / 0.16)}.bg-danger\/17{background-color:rgb(var(--aksara-danger) / 0.17)}.text-danger\/17{color:rgb(var(--aksara-danger) / 0.17)}.border-danger\/17{border-color:rgb(var(--aksara-danger) / 0.17)}.decoration-danger\/17{text-decoration-color:rgb(var(--aksara-danger) / 0.17)}.ring-danger\/17{--aksara-ring-color:rgb(var(--aksara-danger) / 0.17)}.bg-danger\/18{background-color:rgb(var(--aksara-danger) / 0.18)}.text-danger\/18{color:rgb(var(--aksara-danger) / 0.18)}.border-danger\/18{border-color:rgb(var(--aksara-danger) / 0.18)}.decoration-danger\/18{text-decoration-color:rgb(var(--aksara-danger) / 0.18)}.ring-danger\/18{--aksara-ring-color:rgb(var(--aksara-danger) / 0.18)}.bg-danger\/19{background-color:rgb(var(--aksara-danger) / 0.19)}.text-danger\/19{color:rgb(var(--aksara-danger) / 0.19)}.border-danger\/19{border-color:rgb(var(--aksara-danger) / 0.19)}.decoration-danger\/19{text-decoration-color:rgb(var(--aksara-danger) / 0.19)}.ring-danger\/19{--aksara-ring-color:rgb(var(--aksara-danger) / 0.19)}.bg-danger\/20{background-color:rgb(var(--aksara-danger) / 0.2)}.text-danger\/20{color:rgb(var(--aksara-danger) / 0.2)}.border-danger\/20{border-color:rgb(var(--aksara-danger) / 0.2)}.decoration-danger\/20{text-decoration-color:rgb(var(--aksara-danger) / 0.2)}.ring-danger\/20{--aksara-ring-color:rgb(var(--aksara-danger) / 0.2)}.bg-danger\/21{background-color:rgb(var(--aksara-danger) / 0.21)}.text-danger\/21{color:rgb(var(--aksara-danger) / 0.21)}.border-danger\/21{border-color:rgb(var(--aksara-danger) / 0.21)}.decoration-danger\/21{text-decoration-color:rgb(var(--aksara-danger) / 0.21)}.ring-danger\/21{--aksara-ring-color:rgb(var(--aksara-danger) / 0.21)}.bg-danger\/22{background-color:rgb(var(--aksara-danger) / 0.22)}.text-danger\/22{color:rgb(var(--aksara-danger) / 0.22)}.border-danger\/22{border-color:rgb(var(--aksara-danger) / 0.22)}.decoration-danger\/22{text-decoration-color:rgb(var(--aksara-danger) / 0.22)}.ring-danger\/22{--aksara-ring-color:rgb(var(--aksara-danger) / 0.22)}.bg-danger\/23{background-color:rgb(var(--aksara-danger) / 0.23)}.text-danger\/23{color:rgb(var(--aksara-danger) / 0.23)}.border-danger\/23{border-color:rgb(var(--aksara-danger) / 0.23)}.decoration-danger\/23{text-decoration-color:rgb(var(--aksara-danger) / 0.23)}.ring-danger\/23{--aksara-ring-color:rgb(var(--aksara-danger) / 0.23)}.bg-danger\/24{background-color:rgb(var(--aksara-danger) / 0.24)}.text-danger\/24{color:rgb(var(--aksara-danger) / 0.24)}.border-danger\/24{border-color:rgb(var(--aksara-danger) / 0.24)}.decoration-danger\/24{text-decoration-color:rgb(var(--aksara-danger) / 0.24)}.ring-danger\/24{--aksara-ring-color:rgb(var(--aksara-danger) / 0.24)}.bg-danger\/25{background-color:rgb(var(--aksara-danger) / 0.25)}.text-danger\/25{color:rgb(var(--aksara-danger) / 0.25)}.border-danger\/25{border-color:rgb(var(--aksara-danger) / 0.25)}.decoration-danger\/25{text-decoration-color:rgb(var(--aksara-danger) / 0.25)}.ring-danger\/25{--aksara-ring-color:rgb(var(--aksara-danger) / 0.25)}.bg-danger\/26{background-color:rgb(var(--aksara-danger) / 0.26)}.text-danger\/26{color:rgb(var(--aksara-danger) / 0.26)}.border-danger\/26{border-color:rgb(var(--aksara-danger) / 0.26)}.decoration-danger\/26{text-decoration-color:rgb(var(--aksara-danger) / 0.26)}.ring-danger\/26{--aksara-ring-color:rgb(var(--aksara-danger) / 0.26)}.bg-danger\/27{background-color:rgb(var(--aksara-danger) / 0.27)}.text-danger\/27{color:rgb(var(--aksara-danger) / 0.27)}.border-danger\/27{border-color:rgb(var(--aksara-danger) / 0.27)}.decoration-danger\/27{text-decoration-color:rgb(var(--aksara-danger) / 0.27)}.ring-danger\/27{--aksara-ring-color:rgb(var(--aksara-danger) / 0.27)}.bg-danger\/28{background-color:rgb(var(--aksara-danger) / 0.28)}.text-danger\/28{color:rgb(var(--aksara-danger) / 0.28)}.border-danger\/28{border-color:rgb(var(--aksara-danger) / 0.28)}.decoration-danger\/28{text-decoration-color:rgb(var(--aksara-danger) / 0.28)}.ring-danger\/28{--aksara-ring-color:rgb(var(--aksara-danger) / 0.28)}.bg-danger\/29{background-color:rgb(var(--aksara-danger) / 0.29)}.text-danger\/29{color:rgb(var(--aksara-danger) / 0.29)}.border-danger\/29{border-color:rgb(var(--aksara-danger) / 0.29)}.decoration-danger\/29{text-decoration-color:rgb(var(--aksara-danger) / 0.29)}.ring-danger\/29{--aksara-ring-color:rgb(var(--aksara-danger) / 0.29)}.bg-danger\/30{background-color:rgb(var(--aksara-danger) / 0.3)}.text-danger\/30{color:rgb(var(--aksara-danger) / 0.3)}.border-danger\/30{border-color:rgb(var(--aksara-danger) / 0.3)}.decoration-danger\/30{text-decoration-color:rgb(var(--aksara-danger) / 0.3)}.ring-danger\/30{--aksara-ring-color:rgb(var(--aksara-danger) / 0.3)}.bg-danger\/31{background-color:rgb(var(--aksara-danger) / 0.31)}.text-danger\/31{color:rgb(var(--aksara-danger) / 0.31)}.border-danger\/31{border-color:rgb(var(--aksara-danger) / 0.31)}.decoration-danger\/31{text-decoration-color:rgb(var(--aksara-danger) / 0.31)}.ring-danger\/31{--aksara-ring-color:rgb(var(--aksara-danger) / 0.31)}.bg-danger\/32{background-color:rgb(var(--aksara-danger) / 0.32)}.text-danger\/32{color:rgb(var(--aksara-danger) / 0.32)}.border-danger\/32{border-color:rgb(var(--aksara-danger) / 0.32)}.decoration-danger\/32{text-decoration-color:rgb(var(--aksara-danger) / 0.32)}.ring-danger\/32{--aksara-ring-color:rgb(var(--aksara-danger) / 0.32)}.bg-danger\/33{background-color:rgb(var(--aksara-danger) / 0.33)}.text-danger\/33{color:rgb(var(--aksara-danger) / 0.33)}.border-danger\/33{border-color:rgb(var(--aksara-danger) / 0.33)}.decoration-danger\/33{text-decoration-color:rgb(var(--aksara-danger) / 0.33)}.ring-danger\/33{--aksara-ring-color:rgb(var(--aksara-danger) / 0.33)}.bg-danger\/34{background-color:rgb(var(--aksara-danger) / 0.34)}.text-danger\/34{color:rgb(var(--aksara-danger) / 0.34)}.border-danger\/34{border-color:rgb(var(--aksara-danger) / 0.34)}.decoration-danger\/34{text-decoration-color:rgb(var(--aksara-danger) / 0.34)}.ring-danger\/34{--aksara-ring-color:rgb(var(--aksara-danger) / 0.34)}.bg-danger\/35{background-color:rgb(var(--aksara-danger) / 0.35)}.text-danger\/35{color:rgb(var(--aksara-danger) / 0.35)}.border-danger\/35{border-color:rgb(var(--aksara-danger) / 0.35)}.decoration-danger\/35{text-decoration-color:rgb(var(--aksara-danger) / 0.35)}.ring-danger\/35{--aksara-ring-color:rgb(var(--aksara-danger) / 0.35)}.bg-danger\/36{background-color:rgb(var(--aksara-danger) / 0.36)}.text-danger\/36{color:rgb(var(--aksara-danger) / 0.36)}.border-danger\/36{border-color:rgb(var(--aksara-danger) / 0.36)}.decoration-danger\/36{text-decoration-color:rgb(var(--aksara-danger) / 0.36)}.ring-danger\/36{--aksara-ring-color:rgb(var(--aksara-danger) / 0.36)}.bg-danger\/37{background-color:rgb(var(--aksara-danger) / 0.37)}.text-danger\/37{color:rgb(var(--aksara-danger) / 0.37)}.border-danger\/37{border-color:rgb(var(--aksara-danger) / 0.37)}.decoration-danger\/37{text-decoration-color:rgb(var(--aksara-danger) / 0.37)}.ring-danger\/37{--aksara-ring-color:rgb(var(--aksara-danger) / 0.37)}.bg-danger\/38{background-color:rgb(var(--aksara-danger) / 0.38)}.text-danger\/38{color:rgb(var(--aksara-danger) / 0.38)}.border-danger\/38{border-color:rgb(var(--aksara-danger) / 0.38)}.decoration-danger\/38{text-decoration-color:rgb(var(--aksara-danger) / 0.38)}.ring-danger\/38{--aksara-ring-color:rgb(var(--aksara-danger) / 0.38)}.bg-danger\/39{background-color:rgb(var(--aksara-danger) / 0.39)}.text-danger\/39{color:rgb(var(--aksara-danger) / 0.39)}.border-danger\/39{border-color:rgb(var(--aksara-danger) / 0.39)}.decoration-danger\/39{text-decoration-color:rgb(var(--aksara-danger) / 0.39)}.ring-danger\/39{--aksara-ring-color:rgb(var(--aksara-danger) / 0.39)}.bg-danger\/40{background-color:rgb(var(--aksara-danger) / 0.4)}.text-danger\/40{color:rgb(var(--aksara-danger) / 0.4)}.border-danger\/40{border-color:rgb(var(--aksara-danger) / 0.4)}.decoration-danger\/40{text-decoration-color:rgb(var(--aksara-danger) / 0.4)}.ring-danger\/40{--aksara-ring-color:rgb(var(--aksara-danger) / 0.4)}.bg-danger\/41{background-color:rgb(var(--aksara-danger) / 0.41)}.text-danger\/41{color:rgb(var(--aksara-danger) / 0.41)}.border-danger\/41{border-color:rgb(var(--aksara-danger) / 0.41)}.decoration-danger\/41{text-decoration-color:rgb(var(--aksara-danger) / 0.41)}.ring-danger\/41{--aksara-ring-color:rgb(var(--aksara-danger) / 0.41)}.bg-danger\/42{background-color:rgb(var(--aksara-danger) / 0.42)}.text-danger\/42{color:rgb(var(--aksara-danger) / 0.42)}.border-danger\/42{border-color:rgb(var(--aksara-danger) / 0.42)}.decoration-danger\/42{text-decoration-color:rgb(var(--aksara-danger) / 0.42)}.ring-danger\/42{--aksara-ring-color:rgb(var(--aksara-danger) / 0.42)}.bg-danger\/43{background-color:rgb(var(--aksara-danger) / 0.43)}.text-danger\/43{color:rgb(var(--aksara-danger) / 0.43)}.border-danger\/43{border-color:rgb(var(--aksara-danger) / 0.43)}.decoration-danger\/43{text-decoration-color:rgb(var(--aksara-danger) / 0.43)}.ring-danger\/43{--aksara-ring-color:rgb(var(--aksara-danger) / 0.43)}.bg-danger\/44{background-color:rgb(var(--aksara-danger) / 0.44)}.text-danger\/44{color:rgb(var(--aksara-danger) / 0.44)}.border-danger\/44{border-color:rgb(var(--aksara-danger) / 0.44)}.decoration-danger\/44{text-decoration-color:rgb(var(--aksara-danger) / 0.44)}.ring-danger\/44{--aksara-ring-color:rgb(var(--aksara-danger) / 0.44)}.bg-danger\/45{background-color:rgb(var(--aksara-danger) / 0.45)}.text-danger\/45{color:rgb(var(--aksara-danger) / 0.45)}.border-danger\/45{border-color:rgb(var(--aksara-danger) / 0.45)}.decoration-danger\/45{text-decoration-color:rgb(var(--aksara-danger) / 0.45)}.ring-danger\/45{--aksara-ring-color:rgb(var(--aksara-danger) / 0.45)}.bg-danger\/46{background-color:rgb(var(--aksara-danger) / 0.46)}.text-danger\/46{color:rgb(var(--aksara-danger) / 0.46)}.border-danger\/46{border-color:rgb(var(--aksara-danger) / 0.46)}.decoration-danger\/46{text-decoration-color:rgb(var(--aksara-danger) / 0.46)}.ring-danger\/46{--aksara-ring-color:rgb(var(--aksara-danger) / 0.46)}.bg-danger\/47{background-color:rgb(var(--aksara-danger) / 0.47)}.text-danger\/47{color:rgb(var(--aksara-danger) / 0.47)}.border-danger\/47{border-color:rgb(var(--aksara-danger) / 0.47)}.decoration-danger\/47{text-decoration-color:rgb(var(--aksara-danger) / 0.47)}.ring-danger\/47{--aksara-ring-color:rgb(var(--aksara-danger) / 0.47)}.bg-danger\/48{background-color:rgb(var(--aksara-danger) / 0.48)}.text-danger\/48{color:rgb(var(--aksara-danger) / 0.48)}.border-danger\/48{border-color:rgb(var(--aksara-danger) / 0.48)}.decoration-danger\/48{text-decoration-color:rgb(var(--aksara-danger) / 0.48)}.ring-danger\/48{--aksara-ring-color:rgb(var(--aksara-danger) / 0.48)}.bg-danger\/49{background-color:rgb(var(--aksara-danger) / 0.49)}.text-danger\/49{color:rgb(var(--aksara-danger) / 0.49)}.border-danger\/49{border-color:rgb(var(--aksara-danger) / 0.49)}.decoration-danger\/49{text-decoration-color:rgb(var(--aksara-danger) / 0.49)}.ring-danger\/49{--aksara-ring-color:rgb(var(--aksara-danger) / 0.49)}.bg-danger\/50{background-color:rgb(var(--aksara-danger) / 0.5)}.text-danger\/50{color:rgb(var(--aksara-danger) / 0.5)}.border-danger\/50{border-color:rgb(var(--aksara-danger) / 0.5)}.decoration-danger\/50{text-decoration-color:rgb(var(--aksara-danger) / 0.5)}.ring-danger\/50{--aksara-ring-color:rgb(var(--aksara-danger) / 0.5)}.bg-danger\/51{background-color:rgb(var(--aksara-danger) / 0.51)}.text-danger\/51{color:rgb(var(--aksara-danger) / 0.51)}.border-danger\/51{border-color:rgb(var(--aksara-danger) / 0.51)}.decoration-danger\/51{text-decoration-color:rgb(var(--aksara-danger) / 0.51)}.ring-danger\/51{--aksara-ring-color:rgb(var(--aksara-danger) / 0.51)}.bg-danger\/52{background-color:rgb(var(--aksara-danger) / 0.52)}.text-danger\/52{color:rgb(var(--aksara-danger) / 0.52)}.border-danger\/52{border-color:rgb(var(--aksara-danger) / 0.52)}.decoration-danger\/52{text-decoration-color:rgb(var(--aksara-danger) / 0.52)}.ring-danger\/52{--aksara-ring-color:rgb(var(--aksara-danger) / 0.52)}.bg-danger\/53{background-color:rgb(var(--aksara-danger) / 0.53)}.text-danger\/53{color:rgb(var(--aksara-danger) / 0.53)}.border-danger\/53{border-color:rgb(var(--aksara-danger) / 0.53)}.decoration-danger\/53{text-decoration-color:rgb(var(--aksara-danger) / 0.53)}.ring-danger\/53{--aksara-ring-color:rgb(var(--aksara-danger) / 0.53)}.bg-danger\/54{background-color:rgb(var(--aksara-danger) / 0.54)}.text-danger\/54{color:rgb(var(--aksara-danger) / 0.54)}.border-danger\/54{border-color:rgb(var(--aksara-danger) / 0.54)}.decoration-danger\/54{text-decoration-color:rgb(var(--aksara-danger) / 0.54)}.ring-danger\/54{--aksara-ring-color:rgb(var(--aksara-danger) / 0.54)}.bg-danger\/55{background-color:rgb(var(--aksara-danger) / 0.55)}.text-danger\/55{color:rgb(var(--aksara-danger) / 0.55)}.border-danger\/55{border-color:rgb(var(--aksara-danger) / 0.55)}.decoration-danger\/55{text-decoration-color:rgb(var(--aksara-danger) / 0.55)}.ring-danger\/55{--aksara-ring-color:rgb(var(--aksara-danger) / 0.55)}.bg-danger\/56{background-color:rgb(var(--aksara-danger) / 0.56)}.text-danger\/56{color:rgb(var(--aksara-danger) / 0.56)}.border-danger\/56{border-color:rgb(var(--aksara-danger) / 0.56)}.decoration-danger\/56{text-decoration-color:rgb(var(--aksara-danger) / 0.56)}.ring-danger\/56{--aksara-ring-color:rgb(var(--aksara-danger) / 0.56)}.bg-danger\/57{background-color:rgb(var(--aksara-danger) / 0.57)}.text-danger\/57{color:rgb(var(--aksara-danger) / 0.57)}.border-danger\/57{border-color:rgb(var(--aksara-danger) / 0.57)}.decoration-danger\/57{text-decoration-color:rgb(var(--aksara-danger) / 0.57)}.ring-danger\/57{--aksara-ring-color:rgb(var(--aksara-danger) / 0.57)}.bg-danger\/58{background-color:rgb(var(--aksara-danger) / 0.58)}.text-danger\/58{color:rgb(var(--aksara-danger) / 0.58)}.border-danger\/58{border-color:rgb(var(--aksara-danger) / 0.58)}.decoration-danger\/58{text-decoration-color:rgb(var(--aksara-danger) / 0.58)}.ring-danger\/58{--aksara-ring-color:rgb(var(--aksara-danger) / 0.58)}.bg-danger\/59{background-color:rgb(var(--aksara-danger) / 0.59)}.text-danger\/59{color:rgb(var(--aksara-danger) / 0.59)}.border-danger\/59{border-color:rgb(var(--aksara-danger) / 0.59)}.decoration-danger\/59{text-decoration-color:rgb(var(--aksara-danger) / 0.59)}.ring-danger\/59{--aksara-ring-color:rgb(var(--aksara-danger) / 0.59)}.bg-danger\/60{background-color:rgb(var(--aksara-danger) / 0.6)}.text-danger\/60{color:rgb(var(--aksara-danger) / 0.6)}.border-danger\/60{border-color:rgb(var(--aksara-danger) / 0.6)}.decoration-danger\/60{text-decoration-color:rgb(var(--aksara-danger) / 0.6)}.ring-danger\/60{--aksara-ring-color:rgb(var(--aksara-danger) / 0.6)}.bg-danger\/61{background-color:rgb(var(--aksara-danger) / 0.61)}.text-danger\/61{color:rgb(var(--aksara-danger) / 0.61)}.border-danger\/61{border-color:rgb(var(--aksara-danger) / 0.61)}.decoration-danger\/61{text-decoration-color:rgb(var(--aksara-danger) / 0.61)}.ring-danger\/61{--aksara-ring-color:rgb(var(--aksara-danger) / 0.61)}.bg-danger\/62{background-color:rgb(var(--aksara-danger) / 0.62)}.text-danger\/62{color:rgb(var(--aksara-danger) / 0.62)}.border-danger\/62{border-color:rgb(var(--aksara-danger) / 0.62)}.decoration-danger\/62{text-decoration-color:rgb(var(--aksara-danger) / 0.62)}.ring-danger\/62{--aksara-ring-color:rgb(var(--aksara-danger) / 0.62)}.bg-danger\/63{background-color:rgb(var(--aksara-danger) / 0.63)}.text-danger\/63{color:rgb(var(--aksara-danger) / 0.63)}.border-danger\/63{border-color:rgb(var(--aksara-danger) / 0.63)}.decoration-danger\/63{text-decoration-color:rgb(var(--aksara-danger) / 0.63)}.ring-danger\/63{--aksara-ring-color:rgb(var(--aksara-danger) / 0.63)}.bg-danger\/64{background-color:rgb(var(--aksara-danger) / 0.64)}.text-danger\/64{color:rgb(var(--aksara-danger) / 0.64)}.border-danger\/64{border-color:rgb(var(--aksara-danger) / 0.64)}.decoration-danger\/64{text-decoration-color:rgb(var(--aksara-danger) / 0.64)}.ring-danger\/64{--aksara-ring-color:rgb(var(--aksara-danger) / 0.64)}.bg-danger\/65{background-color:rgb(var(--aksara-danger) / 0.65)}.text-danger\/65{color:rgb(var(--aksara-danger) / 0.65)}.border-danger\/65{border-color:rgb(var(--aksara-danger) / 0.65)}.decoration-danger\/65{text-decoration-color:rgb(var(--aksara-danger) / 0.65)}.ring-danger\/65{--aksara-ring-color:rgb(var(--aksara-danger) / 0.65)}.bg-danger\/66{background-color:rgb(var(--aksara-danger) / 0.66)}.text-danger\/66{color:rgb(var(--aksara-danger) / 0.66)}.border-danger\/66{border-color:rgb(var(--aksara-danger) / 0.66)}.decoration-danger\/66{text-decoration-color:rgb(var(--aksara-danger) / 0.66)}.ring-danger\/66{--aksara-ring-color:rgb(var(--aksara-danger) / 0.66)}.bg-danger\/67{background-color:rgb(var(--aksara-danger) / 0.67)}.text-danger\/67{color:rgb(var(--aksara-danger) / 0.67)}.border-danger\/67{border-color:rgb(var(--aksara-danger) / 0.67)}.decoration-danger\/67{text-decoration-color:rgb(var(--aksara-danger) / 0.67)}.ring-danger\/67{--aksara-ring-color:rgb(var(--aksara-danger) / 0.67)}.bg-danger\/68{background-color:rgb(var(--aksara-danger) / 0.68)}.text-danger\/68{color:rgb(var(--aksara-danger) / 0.68)}.border-danger\/68{border-color:rgb(var(--aksara-danger) / 0.68)}.decoration-danger\/68{text-decoration-color:rgb(var(--aksara-danger) / 0.68)}.ring-danger\/68{--aksara-ring-color:rgb(var(--aksara-danger) / 0.68)}.bg-danger\/69{background-color:rgb(var(--aksara-danger) / 0.69)}.text-danger\/69{color:rgb(var(--aksara-danger) / 0.69)}.border-danger\/69{border-color:rgb(var(--aksara-danger) / 0.69)}.decoration-danger\/69{text-decoration-color:rgb(var(--aksara-danger) / 0.69)}.ring-danger\/69{--aksara-ring-color:rgb(var(--aksara-danger) / 0.69)}.bg-danger\/70{background-color:rgb(var(--aksara-danger) / 0.7)}.text-danger\/70{color:rgb(var(--aksara-danger) / 0.7)}.border-danger\/70{border-color:rgb(var(--aksara-danger) / 0.7)}.decoration-danger\/70{text-decoration-color:rgb(var(--aksara-danger) / 0.7)}.ring-danger\/70{--aksara-ring-color:rgb(var(--aksara-danger) / 0.7)}.bg-danger\/71{background-color:rgb(var(--aksara-danger) / 0.71)}.text-danger\/71{color:rgb(var(--aksara-danger) / 0.71)}.border-danger\/71{border-color:rgb(var(--aksara-danger) / 0.71)}.decoration-danger\/71{text-decoration-color:rgb(var(--aksara-danger) / 0.71)}.ring-danger\/71{--aksara-ring-color:rgb(var(--aksara-danger) / 0.71)}.bg-danger\/72{background-color:rgb(var(--aksara-danger) / 0.72)}.text-danger\/72{color:rgb(var(--aksara-danger) / 0.72)}.border-danger\/72{border-color:rgb(var(--aksara-danger) / 0.72)}.decoration-danger\/72{text-decoration-color:rgb(var(--aksara-danger) / 0.72)}.ring-danger\/72{--aksara-ring-color:rgb(var(--aksara-danger) / 0.72)}.bg-danger\/73{background-color:rgb(var(--aksara-danger) / 0.73)}.text-danger\/73{color:rgb(var(--aksara-danger) / 0.73)}.border-danger\/73{border-color:rgb(var(--aksara-danger) / 0.73)}.decoration-danger\/73{text-decoration-color:rgb(var(--aksara-danger) / 0.73)}.ring-danger\/73{--aksara-ring-color:rgb(var(--aksara-danger) / 0.73)}.bg-danger\/74{background-color:rgb(var(--aksara-danger) / 0.74)}.text-danger\/74{color:rgb(var(--aksara-danger) / 0.74)}.border-danger\/74{border-color:rgb(var(--aksara-danger) / 0.74)}.decoration-danger\/74{text-decoration-color:rgb(var(--aksara-danger) / 0.74)}.ring-danger\/74{--aksara-ring-color:rgb(var(--aksara-danger) / 0.74)}.bg-danger\/75{background-color:rgb(var(--aksara-danger) / 0.75)}.text-danger\/75{color:rgb(var(--aksara-danger) / 0.75)}.border-danger\/75{border-color:rgb(var(--aksara-danger) / 0.75)}.decoration-danger\/75{text-decoration-color:rgb(var(--aksara-danger) / 0.75)}.ring-danger\/75{--aksara-ring-color:rgb(var(--aksara-danger) / 0.75)}.bg-danger\/76{background-color:rgb(var(--aksara-danger) / 0.76)}.text-danger\/76{color:rgb(var(--aksara-danger) / 0.76)}.border-danger\/76{border-color:rgb(var(--aksara-danger) / 0.76)}.decoration-danger\/76{text-decoration-color:rgb(var(--aksara-danger) / 0.76)}.ring-danger\/76{--aksara-ring-color:rgb(var(--aksara-danger) / 0.76)}.bg-danger\/77{background-color:rgb(var(--aksara-danger) / 0.77)}.text-danger\/77{color:rgb(var(--aksara-danger) / 0.77)}.border-danger\/77{border-color:rgb(var(--aksara-danger) / 0.77)}.decoration-danger\/77{text-decoration-color:rgb(var(--aksara-danger) / 0.77)}.ring-danger\/77{--aksara-ring-color:rgb(var(--aksara-danger) / 0.77)}.bg-danger\/78{background-color:rgb(var(--aksara-danger) / 0.78)}.text-danger\/78{color:rgb(var(--aksara-danger) / 0.78)}.border-danger\/78{border-color:rgb(var(--aksara-danger) / 0.78)}.decoration-danger\/78{text-decoration-color:rgb(var(--aksara-danger) / 0.78)}.ring-danger\/78{--aksara-ring-color:rgb(var(--aksara-danger) / 0.78)}.bg-danger\/79{background-color:rgb(var(--aksara-danger) / 0.79)}.text-danger\/79{color:rgb(var(--aksara-danger) / 0.79)}.border-danger\/79{border-color:rgb(var(--aksara-danger) / 0.79)}.decoration-danger\/79{text-decoration-color:rgb(var(--aksara-danger) / 0.79)}.ring-danger\/79{--aksara-ring-color:rgb(var(--aksara-danger) / 0.79)}.bg-danger\/80{background-color:rgb(var(--aksara-danger) / 0.8)}.text-danger\/80{color:rgb(var(--aksara-danger) / 0.8)}.border-danger\/80{border-color:rgb(var(--aksara-danger) / 0.8)}.decoration-danger\/80{text-decoration-color:rgb(var(--aksara-danger) / 0.8)}.ring-danger\/80{--aksara-ring-color:rgb(var(--aksara-danger) / 0.8)}.bg-danger\/81{background-color:rgb(var(--aksara-danger) / 0.81)}.text-danger\/81{color:rgb(var(--aksara-danger) / 0.81)}.border-danger\/81{border-color:rgb(var(--aksara-danger) / 0.81)}.decoration-danger\/81{text-decoration-color:rgb(var(--aksara-danger) / 0.81)}.ring-danger\/81{--aksara-ring-color:rgb(var(--aksara-danger) / 0.81)}.bg-danger\/82{background-color:rgb(var(--aksara-danger) / 0.82)}.text-danger\/82{color:rgb(var(--aksara-danger) / 0.82)}.border-danger\/82{border-color:rgb(var(--aksara-danger) / 0.82)}.decoration-danger\/82{text-decoration-color:rgb(var(--aksara-danger) / 0.82)}.ring-danger\/82{--aksara-ring-color:rgb(var(--aksara-danger) / 0.82)}.bg-danger\/83{background-color:rgb(var(--aksara-danger) / 0.83)}.text-danger\/83{color:rgb(var(--aksara-danger) / 0.83)}.border-danger\/83{border-color:rgb(var(--aksara-danger) / 0.83)}.decoration-danger\/83{text-decoration-color:rgb(var(--aksara-danger) / 0.83)}.ring-danger\/83{--aksara-ring-color:rgb(var(--aksara-danger) / 0.83)}.bg-danger\/84{background-color:rgb(var(--aksara-danger) / 0.84)}.text-danger\/84{color:rgb(var(--aksara-danger) / 0.84)}.border-danger\/84{border-color:rgb(var(--aksara-danger) / 0.84)}.decoration-danger\/84{text-decoration-color:rgb(var(--aksara-danger) / 0.84)}.ring-danger\/84{--aksara-ring-color:rgb(var(--aksara-danger) / 0.84)}.bg-danger\/85{background-color:rgb(var(--aksara-danger) / 0.85)}.text-danger\/85{color:rgb(var(--aksara-danger) / 0.85)}.border-danger\/85{border-color:rgb(var(--aksara-danger) / 0.85)}.decoration-danger\/85{text-decoration-color:rgb(var(--aksara-danger) / 0.85)}.ring-danger\/85{--aksara-ring-color:rgb(var(--aksara-danger) / 0.85)}.bg-danger\/86{background-color:rgb(var(--aksara-danger) / 0.86)}.text-danger\/86{color:rgb(var(--aksara-danger) / 0.86)}.border-danger\/86{border-color:rgb(var(--aksara-danger) / 0.86)}.decoration-danger\/86{text-decoration-color:rgb(var(--aksara-danger) / 0.86)}.ring-danger\/86{--aksara-ring-color:rgb(var(--aksara-danger) / 0.86)}.bg-danger\/87{background-color:rgb(var(--aksara-danger) / 0.87)}.text-danger\/87{color:rgb(var(--aksara-danger) / 0.87)}.border-danger\/87{border-color:rgb(var(--aksara-danger) / 0.87)}.decoration-danger\/87{text-decoration-color:rgb(var(--aksara-danger) / 0.87)}.ring-danger\/87{--aksara-ring-color:rgb(var(--aksara-danger) / 0.87)}.bg-danger\/88{background-color:rgb(var(--aksara-danger) / 0.88)}.text-danger\/88{color:rgb(var(--aksara-danger) / 0.88)}.border-danger\/88{border-color:rgb(var(--aksara-danger) / 0.88)}.decoration-danger\/88{text-decoration-color:rgb(var(--aksara-danger) / 0.88)}.ring-danger\/88{--aksara-ring-color:rgb(var(--aksara-danger) / 0.88)}.bg-danger\/89{background-color:rgb(var(--aksara-danger) / 0.89)}.text-danger\/89{color:rgb(var(--aksara-danger) / 0.89)}.border-danger\/89{border-color:rgb(var(--aksara-danger) / 0.89)}.decoration-danger\/89{text-decoration-color:rgb(var(--aksara-danger) / 0.89)}.ring-danger\/89{--aksara-ring-color:rgb(var(--aksara-danger) / 0.89)}.bg-danger\/90{background-color:rgb(var(--aksara-danger) / 0.9)}.text-danger\/90{color:rgb(var(--aksara-danger) / 0.9)}.border-danger\/90{border-color:rgb(var(--aksara-danger) / 0.9)}.decoration-danger\/90{text-decoration-color:rgb(var(--aksara-danger) / 0.9)}.ring-danger\/90{--aksara-ring-color:rgb(var(--aksara-danger) / 0.9)}.bg-danger\/91{background-color:rgb(var(--aksara-danger) / 0.91)}.text-danger\/91{color:rgb(var(--aksara-danger) / 0.91)}.border-danger\/91{border-color:rgb(var(--aksara-danger) / 0.91)}.decoration-danger\/91{text-decoration-color:rgb(var(--aksara-danger) / 0.91)}.ring-danger\/91{--aksara-ring-color:rgb(var(--aksara-danger) / 0.91)}.bg-danger\/92{background-color:rgb(var(--aksara-danger) / 0.92)}.text-danger\/92{color:rgb(var(--aksara-danger) / 0.92)}.border-danger\/92{border-color:rgb(var(--aksara-danger) / 0.92)}.decoration-danger\/92{text-decoration-color:rgb(var(--aksara-danger) / 0.92)}.ring-danger\/92{--aksara-ring-color:rgb(var(--aksara-danger) / 0.92)}.bg-danger\/93{background-color:rgb(var(--aksara-danger) / 0.93)}.text-danger\/93{color:rgb(var(--aksara-danger) / 0.93)}.border-danger\/93{border-color:rgb(var(--aksara-danger) / 0.93)}.decoration-danger\/93{text-decoration-color:rgb(var(--aksara-danger) / 0.93)}.ring-danger\/93{--aksara-ring-color:rgb(var(--aksara-danger) / 0.93)}.bg-danger\/94{background-color:rgb(var(--aksara-danger) / 0.94)}.text-danger\/94{color:rgb(var(--aksara-danger) / 0.94)}.border-danger\/94{border-color:rgb(var(--aksara-danger) / 0.94)}.decoration-danger\/94{text-decoration-color:rgb(var(--aksara-danger) / 0.94)}.ring-danger\/94{--aksara-ring-color:rgb(var(--aksara-danger) / 0.94)}.bg-danger\/95{background-color:rgb(var(--aksara-danger) / 0.95)}.text-danger\/95{color:rgb(var(--aksara-danger) / 0.95)}.border-danger\/95{border-color:rgb(var(--aksara-danger) / 0.95)}.decoration-danger\/95{text-decoration-color:rgb(var(--aksara-danger) / 0.95)}.ring-danger\/95{--aksara-ring-color:rgb(var(--aksara-danger) / 0.95)}.bg-danger\/96{background-color:rgb(var(--aksara-danger) / 0.96)}.text-danger\/96{color:rgb(var(--aksara-danger) / 0.96)}.border-danger\/96{border-color:rgb(var(--aksara-danger) / 0.96)}.decoration-danger\/96{text-decoration-color:rgb(var(--aksara-danger) / 0.96)}.ring-danger\/96{--aksara-ring-color:rgb(var(--aksara-danger) / 0.96)}.bg-danger\/97{background-color:rgb(var(--aksara-danger) / 0.97)}.text-danger\/97{color:rgb(var(--aksara-danger) / 0.97)}.border-danger\/97{border-color:rgb(var(--aksara-danger) / 0.97)}.decoration-danger\/97{text-decoration-color:rgb(var(--aksara-danger) / 0.97)}.ring-danger\/97{--aksara-ring-color:rgb(var(--aksara-danger) / 0.97)}.bg-danger\/98{background-color:rgb(var(--aksara-danger) / 0.98)}.text-danger\/98{color:rgb(var(--aksara-danger) / 0.98)}.border-danger\/98{border-color:rgb(var(--aksara-danger) / 0.98)}.decoration-danger\/98{text-decoration-color:rgb(var(--aksara-danger) / 0.98)}.ring-danger\/98{--aksara-ring-color:rgb(var(--aksara-danger) / 0.98)}.bg-danger\/99{background-color:rgb(var(--aksara-danger) / 0.99)}.text-danger\/99{color:rgb(var(--aksara-danger) / 0.99)}.border-danger\/99{border-color:rgb(var(--aksara-danger) / 0.99)}.decoration-danger\/99{text-decoration-color:rgb(var(--aksara-danger) / 0.99)}.ring-danger\/99{--aksara-ring-color:rgb(var(--aksara-danger) / 0.99)}.bg-danger\/100{background-color:rgb(var(--aksara-danger) / 1)}.text-danger\/100{color:rgb(var(--aksara-danger) / 1)}.border-danger\/100{border-color:rgb(var(--aksara-danger) / 1)}.decoration-danger\/100{text-decoration-color:rgb(var(--aksara-danger) / 1)}.ring-danger\/100{--aksara-ring-color:rgb(var(--aksara-danger) / 1)}.bg-danger{background-color:rgb(var(--aksara-danger) / 1)}.text-danger{color:rgb(var(--aksara-danger) / 1)}.border-danger{border-color:rgb(var(--aksara-danger) / 1)}.decoration-danger{text-decoration-color:rgb(var(--aksara-danger) / 1)}.ring-danger{--aksara-ring-color:rgb(var(--aksara-danger) / 1)}.bg-warning\/0{background-color:rgb(var(--aksara-warning) / 0)}.text-warning\/0{color:rgb(var(--aksara-warning) / 0)}.border-warning\/0{border-color:rgb(var(--aksara-warning) / 0)}.decoration-warning\/0{text-decoration-color:rgb(var(--aksara-warning) / 0)}.ring-warning\/0{--aksara-ring-color:rgb(var(--aksara-warning) / 0)}.bg-warning\/1{background-color:rgb(var(--aksara-warning) / 0.01)}.text-warning\/1{color:rgb(var(--aksara-warning) / 0.01)}.border-warning\/1{border-color:rgb(var(--aksara-warning) / 0.01)}.decoration-warning\/1{text-decoration-color:rgb(var(--aksara-warning) / 0.01)}.ring-warning\/1{--aksara-ring-color:rgb(var(--aksara-warning) / 0.01)}.bg-warning\/2{background-color:rgb(var(--aksara-warning) / 0.02)}.text-warning\/2{color:rgb(var(--aksara-warning) / 0.02)}.border-warning\/2{border-color:rgb(var(--aksara-warning) / 0.02)}.decoration-warning\/2{text-decoration-color:rgb(var(--aksara-warning) / 0.02)}.ring-warning\/2{--aksara-ring-color:rgb(var(--aksara-warning) / 0.02)}.bg-warning\/3{background-color:rgb(var(--aksara-warning) / 0.03)}.text-warning\/3{color:rgb(var(--aksara-warning) / 0.03)}.border-warning\/3{border-color:rgb(var(--aksara-warning) / 0.03)}.decoration-warning\/3{text-decoration-color:rgb(var(--aksara-warning) / 0.03)}.ring-warning\/3{--aksara-ring-color:rgb(var(--aksara-warning) / 0.03)}.bg-warning\/4{background-color:rgb(var(--aksara-warning) / 0.04)}.text-warning\/4{color:rgb(var(--aksara-warning) / 0.04)}.border-warning\/4{border-color:rgb(var(--aksara-warning) / 0.04)}.decoration-warning\/4{text-decoration-color:rgb(var(--aksara-warning) / 0.04)}.ring-warning\/4{--aksara-ring-color:rgb(var(--aksara-warning) / 0.04)}.bg-warning\/5{background-color:rgb(var(--aksara-warning) / 0.05)}.text-warning\/5{color:rgb(var(--aksara-warning) / 0.05)}.border-warning\/5{border-color:rgb(var(--aksara-warning) / 0.05)}.decoration-warning\/5{text-decoration-color:rgb(var(--aksara-warning) / 0.05)}.ring-warning\/5{--aksara-ring-color:rgb(var(--aksara-warning) / 0.05)}.bg-warning\/6{background-color:rgb(var(--aksara-warning) / 0.06)}.text-warning\/6{color:rgb(var(--aksara-warning) / 0.06)}.border-warning\/6{border-color:rgb(var(--aksara-warning) / 0.06)}.decoration-warning\/6{text-decoration-color:rgb(var(--aksara-warning) / 0.06)}.ring-warning\/6{--aksara-ring-color:rgb(var(--aksara-warning) / 0.06)}.bg-warning\/7{background-color:rgb(var(--aksara-warning) / 0.07)}.text-warning\/7{color:rgb(var(--aksara-warning) / 0.07)}.border-warning\/7{border-color:rgb(var(--aksara-warning) / 0.07)}.decoration-warning\/7{text-decoration-color:rgb(var(--aksara-warning) / 0.07)}.ring-warning\/7{--aksara-ring-color:rgb(var(--aksara-warning) / 0.07)}.bg-warning\/8{background-color:rgb(var(--aksara-warning) / 0.08)}.text-warning\/8{color:rgb(var(--aksara-warning) / 0.08)}.border-warning\/8{border-color:rgb(var(--aksara-warning) / 0.08)}.decoration-warning\/8{text-decoration-color:rgb(var(--aksara-warning) / 0.08)}.ring-warning\/8{--aksara-ring-color:rgb(var(--aksara-warning) / 0.08)}.bg-warning\/9{background-color:rgb(var(--aksara-warning) / 0.09)}.text-warning\/9{color:rgb(var(--aksara-warning) / 0.09)}.border-warning\/9{border-color:rgb(var(--aksara-warning) / 0.09)}.decoration-warning\/9{text-decoration-color:rgb(var(--aksara-warning) / 0.09)}.ring-warning\/9{--aksara-ring-color:rgb(var(--aksara-warning) / 0.09)}.bg-warning\/10{background-color:rgb(var(--aksara-warning) / 0.1)}.text-warning\/10{color:rgb(var(--aksara-warning) / 0.1)}.border-warning\/10{border-color:rgb(var(--aksara-warning) / 0.1)}.decoration-warning\/10{text-decoration-color:rgb(var(--aksara-warning) / 0.1)}.ring-warning\/10{--aksara-ring-color:rgb(var(--aksara-warning) / 0.1)}.bg-warning\/11{background-color:rgb(var(--aksara-warning) / 0.11)}.text-warning\/11{color:rgb(var(--aksara-warning) / 0.11)}.border-warning\/11{border-color:rgb(var(--aksara-warning) / 0.11)}.decoration-warning\/11{text-decoration-color:rgb(var(--aksara-warning) / 0.11)}.ring-warning\/11{--aksara-ring-color:rgb(var(--aksara-warning) / 0.11)}.bg-warning\/12{background-color:rgb(var(--aksara-warning) / 0.12)}.text-warning\/12{color:rgb(var(--aksara-warning) / 0.12)}.border-warning\/12{border-color:rgb(var(--aksara-warning) / 0.12)}.decoration-warning\/12{text-decoration-color:rgb(var(--aksara-warning) / 0.12)}.ring-warning\/12{--aksara-ring-color:rgb(var(--aksara-warning) / 0.12)}.bg-warning\/13{background-color:rgb(var(--aksara-warning) / 0.13)}.text-warning\/13{color:rgb(var(--aksara-warning) / 0.13)}.border-warning\/13{border-color:rgb(var(--aksara-warning) / 0.13)}.decoration-warning\/13{text-decoration-color:rgb(var(--aksara-warning) / 0.13)}.ring-warning\/13{--aksara-ring-color:rgb(var(--aksara-warning) / 0.13)}.bg-warning\/14{background-color:rgb(var(--aksara-warning) / 0.14)}.text-warning\/14{color:rgb(var(--aksara-warning) / 0.14)}.border-warning\/14{border-color:rgb(var(--aksara-warning) / 0.14)}.decoration-warning\/14{text-decoration-color:rgb(var(--aksara-warning) / 0.14)}.ring-warning\/14{--aksara-ring-color:rgb(var(--aksara-warning) / 0.14)}.bg-warning\/15{background-color:rgb(var(--aksara-warning) / 0.15)}.text-warning\/15{color:rgb(var(--aksara-warning) / 0.15)}.border-warning\/15{border-color:rgb(var(--aksara-warning) / 0.15)}.decoration-warning\/15{text-decoration-color:rgb(var(--aksara-warning) / 0.15)}.ring-warning\/15{--aksara-ring-color:rgb(var(--aksara-warning) / 0.15)}.bg-warning\/16{background-color:rgb(var(--aksara-warning) / 0.16)}.text-warning\/16{color:rgb(var(--aksara-warning) / 0.16)}.border-warning\/16{border-color:rgb(var(--aksara-warning) / 0.16)}.decoration-warning\/16{text-decoration-color:rgb(var(--aksara-warning) / 0.16)}.ring-warning\/16{--aksara-ring-color:rgb(var(--aksara-warning) / 0.16)}.bg-warning\/17{background-color:rgb(var(--aksara-warning) / 0.17)}.text-warning\/17{color:rgb(var(--aksara-warning) / 0.17)}.border-warning\/17{border-color:rgb(var(--aksara-warning) / 0.17)}.decoration-warning\/17{text-decoration-color:rgb(var(--aksara-warning) / 0.17)}.ring-warning\/17{--aksara-ring-color:rgb(var(--aksara-warning) / 0.17)}.bg-warning\/18{background-color:rgb(var(--aksara-warning) / 0.18)}.text-warning\/18{color:rgb(var(--aksara-warning) / 0.18)}.border-warning\/18{border-color:rgb(var(--aksara-warning) / 0.18)}.decoration-warning\/18{text-decoration-color:rgb(var(--aksara-warning) / 0.18)}.ring-warning\/18{--aksara-ring-color:rgb(var(--aksara-warning) / 0.18)}.bg-warning\/19{background-color:rgb(var(--aksara-warning) / 0.19)}.text-warning\/19{color:rgb(var(--aksara-warning) / 0.19)}.border-warning\/19{border-color:rgb(var(--aksara-warning) / 0.19)}.decoration-warning\/19{text-decoration-color:rgb(var(--aksara-warning) / 0.19)}.ring-warning\/19{--aksara-ring-color:rgb(var(--aksara-warning) / 0.19)}.bg-warning\/20{background-color:rgb(var(--aksara-warning) / 0.2)}.text-warning\/20{color:rgb(var(--aksara-warning) / 0.2)}.border-warning\/20{border-color:rgb(var(--aksara-warning) / 0.2)}.decoration-warning\/20{text-decoration-color:rgb(var(--aksara-warning) / 0.2)}.ring-warning\/20{--aksara-ring-color:rgb(var(--aksara-warning) / 0.2)}.bg-warning\/21{background-color:rgb(var(--aksara-warning) / 0.21)}.text-warning\/21{color:rgb(var(--aksara-warning) / 0.21)}.border-warning\/21{border-color:rgb(var(--aksara-warning) / 0.21)}.decoration-warning\/21{text-decoration-color:rgb(var(--aksara-warning) / 0.21)}.ring-warning\/21{--aksara-ring-color:rgb(var(--aksara-warning) / 0.21)}.bg-warning\/22{background-color:rgb(var(--aksara-warning) / 0.22)}.text-warning\/22{color:rgb(var(--aksara-warning) / 0.22)}.border-warning\/22{border-color:rgb(var(--aksara-warning) / 0.22)}.decoration-warning\/22{text-decoration-color:rgb(var(--aksara-warning) / 0.22)}.ring-warning\/22{--aksara-ring-color:rgb(var(--aksara-warning) / 0.22)}.bg-warning\/23{background-color:rgb(var(--aksara-warning) / 0.23)}.text-warning\/23{color:rgb(var(--aksara-warning) / 0.23)}.border-warning\/23{border-color:rgb(var(--aksara-warning) / 0.23)}.decoration-warning\/23{text-decoration-color:rgb(var(--aksara-warning) / 0.23)}.ring-warning\/23{--aksara-ring-color:rgb(var(--aksara-warning) / 0.23)}.bg-warning\/24{background-color:rgb(var(--aksara-warning) / 0.24)}.text-warning\/24{color:rgb(var(--aksara-warning) / 0.24)}.border-warning\/24{border-color:rgb(var(--aksara-warning) / 0.24)}.decoration-warning\/24{text-decoration-color:rgb(var(--aksara-warning) / 0.24)}.ring-warning\/24{--aksara-ring-color:rgb(var(--aksara-warning) / 0.24)}.bg-warning\/25{background-color:rgb(var(--aksara-warning) / 0.25)}.text-warning\/25{color:rgb(var(--aksara-warning) / 0.25)}.border-warning\/25{border-color:rgb(var(--aksara-warning) / 0.25)}.decoration-warning\/25{text-decoration-color:rgb(var(--aksara-warning) / 0.25)}.ring-warning\/25{--aksara-ring-color:rgb(var(--aksara-warning) / 0.25)}.bg-warning\/26{background-color:rgb(var(--aksara-warning) / 0.26)}.text-warning\/26{color:rgb(var(--aksara-warning) / 0.26)}.border-warning\/26{border-color:rgb(var(--aksara-warning) / 0.26)}.decoration-warning\/26{text-decoration-color:rgb(var(--aksara-warning) / 0.26)}.ring-warning\/26{--aksara-ring-color:rgb(var(--aksara-warning) / 0.26)}.bg-warning\/27{background-color:rgb(var(--aksara-warning) / 0.27)}.text-warning\/27{color:rgb(var(--aksara-warning) / 0.27)}.border-warning\/27{border-color:rgb(var(--aksara-warning) / 0.27)}.decoration-warning\/27{text-decoration-color:rgb(var(--aksara-warning) / 0.27)}.ring-warning\/27{--aksara-ring-color:rgb(var(--aksara-warning) / 0.27)}.bg-warning\/28{background-color:rgb(var(--aksara-warning) / 0.28)}.text-warning\/28{color:rgb(var(--aksara-warning) / 0.28)}.border-warning\/28{border-color:rgb(var(--aksara-warning) / 0.28)}.decoration-warning\/28{text-decoration-color:rgb(var(--aksara-warning) / 0.28)}.ring-warning\/28{--aksara-ring-color:rgb(var(--aksara-warning) / 0.28)}.bg-warning\/29{background-color:rgb(var(--aksara-warning) / 0.29)}.text-warning\/29{color:rgb(var(--aksara-warning) / 0.29)}.border-warning\/29{border-color:rgb(var(--aksara-warning) / 0.29)}.decoration-warning\/29{text-decoration-color:rgb(var(--aksara-warning) / 0.29)}.ring-warning\/29{--aksara-ring-color:rgb(var(--aksara-warning) / 0.29)}.bg-warning\/30{background-color:rgb(var(--aksara-warning) / 0.3)}.text-warning\/30{color:rgb(var(--aksara-warning) / 0.3)}.border-warning\/30{border-color:rgb(var(--aksara-warning) / 0.3)}.decoration-warning\/30{text-decoration-color:rgb(var(--aksara-warning) / 0.3)}.ring-warning\/30{--aksara-ring-color:rgb(var(--aksara-warning) / 0.3)}.bg-warning\/31{background-color:rgb(var(--aksara-warning) / 0.31)}.text-warning\/31{color:rgb(var(--aksara-warning) / 0.31)}.border-warning\/31{border-color:rgb(var(--aksara-warning) / 0.31)}.decoration-warning\/31{text-decoration-color:rgb(var(--aksara-warning) / 0.31)}.ring-warning\/31{--aksara-ring-color:rgb(var(--aksara-warning) / 0.31)}.bg-warning\/32{background-color:rgb(var(--aksara-warning) / 0.32)}.text-warning\/32{color:rgb(var(--aksara-warning) / 0.32)}.border-warning\/32{border-color:rgb(var(--aksara-warning) / 0.32)}.decoration-warning\/32{text-decoration-color:rgb(var(--aksara-warning) / 0.32)}.ring-warning\/32{--aksara-ring-color:rgb(var(--aksara-warning) / 0.32)}.bg-warning\/33{background-color:rgb(var(--aksara-warning) / 0.33)}.text-warning\/33{color:rgb(var(--aksara-warning) / 0.33)}.border-warning\/33{border-color:rgb(var(--aksara-warning) / 0.33)}.decoration-warning\/33{text-decoration-color:rgb(var(--aksara-warning) / 0.33)}.ring-warning\/33{--aksara-ring-color:rgb(var(--aksara-warning) / 0.33)}.bg-warning\/34{background-color:rgb(var(--aksara-warning) / 0.34)}.text-warning\/34{color:rgb(var(--aksara-warning) / 0.34)}.border-warning\/34{border-color:rgb(var(--aksara-warning) / 0.34)}.decoration-warning\/34{text-decoration-color:rgb(var(--aksara-warning) / 0.34)}.ring-warning\/34{--aksara-ring-color:rgb(var(--aksara-warning) / 0.34)}.bg-warning\/35{background-color:rgb(var(--aksara-warning) / 0.35)}.text-warning\/35{color:rgb(var(--aksara-warning) / 0.35)}.border-warning\/35{border-color:rgb(var(--aksara-warning) / 0.35)}.decoration-warning\/35{text-decoration-color:rgb(var(--aksara-warning) / 0.35)}.ring-warning\/35{--aksara-ring-color:rgb(var(--aksara-warning) / 0.35)}.bg-warning\/36{background-color:rgb(var(--aksara-warning) / 0.36)}.text-warning\/36{color:rgb(var(--aksara-warning) / 0.36)}.border-warning\/36{border-color:rgb(var(--aksara-warning) / 0.36)}.decoration-warning\/36{text-decoration-color:rgb(var(--aksara-warning) / 0.36)}.ring-warning\/36{--aksara-ring-color:rgb(var(--aksara-warning) / 0.36)}.bg-warning\/37{background-color:rgb(var(--aksara-warning) / 0.37)}.text-warning\/37{color:rgb(var(--aksara-warning) / 0.37)}.border-warning\/37{border-color:rgb(var(--aksara-warning) / 0.37)}.decoration-warning\/37{text-decoration-color:rgb(var(--aksara-warning) / 0.37)}.ring-warning\/37{--aksara-ring-color:rgb(var(--aksara-warning) / 0.37)}.bg-warning\/38{background-color:rgb(var(--aksara-warning) / 0.38)}.text-warning\/38{color:rgb(var(--aksara-warning) / 0.38)}.border-warning\/38{border-color:rgb(var(--aksara-warning) / 0.38)}.decoration-warning\/38{text-decoration-color:rgb(var(--aksara-warning) / 0.38)}.ring-warning\/38{--aksara-ring-color:rgb(var(--aksara-warning) / 0.38)}.bg-warning\/39{background-color:rgb(var(--aksara-warning) / 0.39)}.text-warning\/39{color:rgb(var(--aksara-warning) / 0.39)}.border-warning\/39{border-color:rgb(var(--aksara-warning) / 0.39)}.decoration-warning\/39{text-decoration-color:rgb(var(--aksara-warning) / 0.39)}.ring-warning\/39{--aksara-ring-color:rgb(var(--aksara-warning) / 0.39)}.bg-warning\/40{background-color:rgb(var(--aksara-warning) / 0.4)}.text-warning\/40{color:rgb(var(--aksara-warning) / 0.4)}.border-warning\/40{border-color:rgb(var(--aksara-warning) / 0.4)}.decoration-warning\/40{text-decoration-color:rgb(var(--aksara-warning) / 0.4)}.ring-warning\/40{--aksara-ring-color:rgb(var(--aksara-warning) / 0.4)}.bg-warning\/41{background-color:rgb(var(--aksara-warning) / 0.41)}.text-warning\/41{color:rgb(var(--aksara-warning) / 0.41)}.border-warning\/41{border-color:rgb(var(--aksara-warning) / 0.41)}.decoration-warning\/41{text-decoration-color:rgb(var(--aksara-warning) / 0.41)}.ring-warning\/41{--aksara-ring-color:rgb(var(--aksara-warning) / 0.41)}.bg-warning\/42{background-color:rgb(var(--aksara-warning) / 0.42)}.text-warning\/42{color:rgb(var(--aksara-warning) / 0.42)}.border-warning\/42{border-color:rgb(var(--aksara-warning) / 0.42)}.decoration-warning\/42{text-decoration-color:rgb(var(--aksara-warning) / 0.42)}.ring-warning\/42{--aksara-ring-color:rgb(var(--aksara-warning) / 0.42)}.bg-warning\/43{background-color:rgb(var(--aksara-warning) / 0.43)}.text-warning\/43{color:rgb(var(--aksara-warning) / 0.43)}.border-warning\/43{border-color:rgb(var(--aksara-warning) / 0.43)}.decoration-warning\/43{text-decoration-color:rgb(var(--aksara-warning) / 0.43)}.ring-warning\/43{--aksara-ring-color:rgb(var(--aksara-warning) / 0.43)}.bg-warning\/44{background-color:rgb(var(--aksara-warning) / 0.44)}.text-warning\/44{color:rgb(var(--aksara-warning) / 0.44)}.border-warning\/44{border-color:rgb(var(--aksara-warning) / 0.44)}.decoration-warning\/44{text-decoration-color:rgb(var(--aksara-warning) / 0.44)}.ring-warning\/44{--aksara-ring-color:rgb(var(--aksara-warning) / 0.44)}.bg-warning\/45{background-color:rgb(var(--aksara-warning) / 0.45)}.text-warning\/45{color:rgb(var(--aksara-warning) / 0.45)}.border-warning\/45{border-color:rgb(var(--aksara-warning) / 0.45)}.decoration-warning\/45{text-decoration-color:rgb(var(--aksara-warning) / 0.45)}.ring-warning\/45{--aksara-ring-color:rgb(var(--aksara-warning) / 0.45)}.bg-warning\/46{background-color:rgb(var(--aksara-warning) / 0.46)}.text-warning\/46{color:rgb(var(--aksara-warning) / 0.46)}.border-warning\/46{border-color:rgb(var(--aksara-warning) / 0.46)}.decoration-warning\/46{text-decoration-color:rgb(var(--aksara-warning) / 0.46)}.ring-warning\/46{--aksara-ring-color:rgb(var(--aksara-warning) / 0.46)}.bg-warning\/47{background-color:rgb(var(--aksara-warning) / 0.47)}.text-warning\/47{color:rgb(var(--aksara-warning) / 0.47)}.border-warning\/47{border-color:rgb(var(--aksara-warning) / 0.47)}.decoration-warning\/47{text-decoration-color:rgb(var(--aksara-warning) / 0.47)}.ring-warning\/47{--aksara-ring-color:rgb(var(--aksara-warning) / 0.47)}.bg-warning\/48{background-color:rgb(var(--aksara-warning) / 0.48)}.text-warning\/48{color:rgb(var(--aksara-warning) / 0.48)}.border-warning\/48{border-color:rgb(var(--aksara-warning) / 0.48)}.decoration-warning\/48{text-decoration-color:rgb(var(--aksara-warning) / 0.48)}.ring-warning\/48{--aksara-ring-color:rgb(var(--aksara-warning) / 0.48)}.bg-warning\/49{background-color:rgb(var(--aksara-warning) / 0.49)}.text-warning\/49{color:rgb(var(--aksara-warning) / 0.49)}.border-warning\/49{border-color:rgb(var(--aksara-warning) / 0.49)}.decoration-warning\/49{text-decoration-color:rgb(var(--aksara-warning) / 0.49)}.ring-warning\/49{--aksara-ring-color:rgb(var(--aksara-warning) / 0.49)}.bg-warning\/50{background-color:rgb(var(--aksara-warning) / 0.5)}.text-warning\/50{color:rgb(var(--aksara-warning) / 0.5)}.border-warning\/50{border-color:rgb(var(--aksara-warning) / 0.5)}.decoration-warning\/50{text-decoration-color:rgb(var(--aksara-warning) / 0.5)}.ring-warning\/50{--aksara-ring-color:rgb(var(--aksara-warning) / 0.5)}.bg-warning\/51{background-color:rgb(var(--aksara-warning) / 0.51)}.text-warning\/51{color:rgb(var(--aksara-warning) / 0.51)}.border-warning\/51{border-color:rgb(var(--aksara-warning) / 0.51)}.decoration-warning\/51{text-decoration-color:rgb(var(--aksara-warning) / 0.51)}.ring-warning\/51{--aksara-ring-color:rgb(var(--aksara-warning) / 0.51)}.bg-warning\/52{background-color:rgb(var(--aksara-warning) / 0.52)}.text-warning\/52{color:rgb(var(--aksara-warning) / 0.52)}.border-warning\/52{border-color:rgb(var(--aksara-warning) / 0.52)}.decoration-warning\/52{text-decoration-color:rgb(var(--aksara-warning) / 0.52)}.ring-warning\/52{--aksara-ring-color:rgb(var(--aksara-warning) / 0.52)}.bg-warning\/53{background-color:rgb(var(--aksara-warning) / 0.53)}.text-warning\/53{color:rgb(var(--aksara-warning) / 0.53)}.border-warning\/53{border-color:rgb(var(--aksara-warning) / 0.53)}.decoration-warning\/53{text-decoration-color:rgb(var(--aksara-warning) / 0.53)}.ring-warning\/53{--aksara-ring-color:rgb(var(--aksara-warning) / 0.53)}.bg-warning\/54{background-color:rgb(var(--aksara-warning) / 0.54)}.text-warning\/54{color:rgb(var(--aksara-warning) / 0.54)}.border-warning\/54{border-color:rgb(var(--aksara-warning) / 0.54)}.decoration-warning\/54{text-decoration-color:rgb(var(--aksara-warning) / 0.54)}.ring-warning\/54{--aksara-ring-color:rgb(var(--aksara-warning) / 0.54)}.bg-warning\/55{background-color:rgb(var(--aksara-warning) / 0.55)}.text-warning\/55{color:rgb(var(--aksara-warning) / 0.55)}.border-warning\/55{border-color:rgb(var(--aksara-warning) / 0.55)}.decoration-warning\/55{text-decoration-color:rgb(var(--aksara-warning) / 0.55)}.ring-warning\/55{--aksara-ring-color:rgb(var(--aksara-warning) / 0.55)}.bg-warning\/56{background-color:rgb(var(--aksara-warning) / 0.56)}.text-warning\/56{color:rgb(var(--aksara-warning) / 0.56)}.border-warning\/56{border-color:rgb(var(--aksara-warning) / 0.56)}.decoration-warning\/56{text-decoration-color:rgb(var(--aksara-warning) / 0.56)}.ring-warning\/56{--aksara-ring-color:rgb(var(--aksara-warning) / 0.56)}.bg-warning\/57{background-color:rgb(var(--aksara-warning) / 0.57)}.text-warning\/57{color:rgb(var(--aksara-warning) / 0.57)}.border-warning\/57{border-color:rgb(var(--aksara-warning) / 0.57)}.decoration-warning\/57{text-decoration-color:rgb(var(--aksara-warning) / 0.57)}.ring-warning\/57{--aksara-ring-color:rgb(var(--aksara-warning) / 0.57)}.bg-warning\/58{background-color:rgb(var(--aksara-warning) / 0.58)}.text-warning\/58{color:rgb(var(--aksara-warning) / 0.58)}.border-warning\/58{border-color:rgb(var(--aksara-warning) / 0.58)}.decoration-warning\/58{text-decoration-color:rgb(var(--aksara-warning) / 0.58)}.ring-warning\/58{--aksara-ring-color:rgb(var(--aksara-warning) / 0.58)}.bg-warning\/59{background-color:rgb(var(--aksara-warning) / 0.59)}.text-warning\/59{color:rgb(var(--aksara-warning) / 0.59)}.border-warning\/59{border-color:rgb(var(--aksara-warning) / 0.59)}.decoration-warning\/59{text-decoration-color:rgb(var(--aksara-warning) / 0.59)}.ring-warning\/59{--aksara-ring-color:rgb(var(--aksara-warning) / 0.59)}.bg-warning\/60{background-color:rgb(var(--aksara-warning) / 0.6)}.text-warning\/60{color:rgb(var(--aksara-warning) / 0.6)}.border-warning\/60{border-color:rgb(var(--aksara-warning) / 0.6)}.decoration-warning\/60{text-decoration-color:rgb(var(--aksara-warning) / 0.6)}.ring-warning\/60{--aksara-ring-color:rgb(var(--aksara-warning) / 0.6)}.bg-warning\/61{background-color:rgb(var(--aksara-warning) / 0.61)}.text-warning\/61{color:rgb(var(--aksara-warning) / 0.61)}.border-warning\/61{border-color:rgb(var(--aksara-warning) / 0.61)}.decoration-warning\/61{text-decoration-color:rgb(var(--aksara-warning) / 0.61)}.ring-warning\/61{--aksara-ring-color:rgb(var(--aksara-warning) / 0.61)}.bg-warning\/62{background-color:rgb(var(--aksara-warning) / 0.62)}.text-warning\/62{color:rgb(var(--aksara-warning) / 0.62)}.border-warning\/62{border-color:rgb(var(--aksara-warning) / 0.62)}.decoration-warning\/62{text-decoration-color:rgb(var(--aksara-warning) / 0.62)}.ring-warning\/62{--aksara-ring-color:rgb(var(--aksara-warning) / 0.62)}.bg-warning\/63{background-color:rgb(var(--aksara-warning) / 0.63)}.text-warning\/63{color:rgb(var(--aksara-warning) / 0.63)}.border-warning\/63{border-color:rgb(var(--aksara-warning) / 0.63)}.decoration-warning\/63{text-decoration-color:rgb(var(--aksara-warning) / 0.63)}.ring-warning\/63{--aksara-ring-color:rgb(var(--aksara-warning) / 0.63)}.bg-warning\/64{background-color:rgb(var(--aksara-warning) / 0.64)}.text-warning\/64{color:rgb(var(--aksara-warning) / 0.64)}.border-warning\/64{border-color:rgb(var(--aksara-warning) / 0.64)}.decoration-warning\/64{text-decoration-color:rgb(var(--aksara-warning) / 0.64)}.ring-warning\/64{--aksara-ring-color:rgb(var(--aksara-warning) / 0.64)}.bg-warning\/65{background-color:rgb(var(--aksara-warning) / 0.65)}.text-warning\/65{color:rgb(var(--aksara-warning) / 0.65)}.border-warning\/65{border-color:rgb(var(--aksara-warning) / 0.65)}.decoration-warning\/65{text-decoration-color:rgb(var(--aksara-warning) / 0.65)}.ring-warning\/65{--aksara-ring-color:rgb(var(--aksara-warning) / 0.65)}.bg-warning\/66{background-color:rgb(var(--aksara-warning) / 0.66)}.text-warning\/66{color:rgb(var(--aksara-warning) / 0.66)}.border-warning\/66{border-color:rgb(var(--aksara-warning) / 0.66)}.decoration-warning\/66{text-decoration-color:rgb(var(--aksara-warning) / 0.66)}.ring-warning\/66{--aksara-ring-color:rgb(var(--aksara-warning) / 0.66)}.bg-warning\/67{background-color:rgb(var(--aksara-warning) / 0.67)}.text-warning\/67{color:rgb(var(--aksara-warning) / 0.67)}.border-warning\/67{border-color:rgb(var(--aksara-warning) / 0.67)}.decoration-warning\/67{text-decoration-color:rgb(var(--aksara-warning) / 0.67)}.ring-warning\/67{--aksara-ring-color:rgb(var(--aksara-warning) / 0.67)}.bg-warning\/68{background-color:rgb(var(--aksara-warning) / 0.68)}.text-warning\/68{color:rgb(var(--aksara-warning) / 0.68)}.border-warning\/68{border-color:rgb(var(--aksara-warning) / 0.68)}.decoration-warning\/68{text-decoration-color:rgb(var(--aksara-warning) / 0.68)}.ring-warning\/68{--aksara-ring-color:rgb(var(--aksara-warning) / 0.68)}.bg-warning\/69{background-color:rgb(var(--aksara-warning) / 0.69)}.text-warning\/69{color:rgb(var(--aksara-warning) / 0.69)}.border-warning\/69{border-color:rgb(var(--aksara-warning) / 0.69)}.decoration-warning\/69{text-decoration-color:rgb(var(--aksara-warning) / 0.69)}.ring-warning\/69{--aksara-ring-color:rgb(var(--aksara-warning) / 0.69)}.bg-warning\/70{background-color:rgb(var(--aksara-warning) / 0.7)}.text-warning\/70{color:rgb(var(--aksara-warning) / 0.7)}.border-warning\/70{border-color:rgb(var(--aksara-warning) / 0.7)}.decoration-warning\/70{text-decoration-color:rgb(var(--aksara-warning) / 0.7)}.ring-warning\/70{--aksara-ring-color:rgb(var(--aksara-warning) / 0.7)}.bg-warning\/71{background-color:rgb(var(--aksara-warning) / 0.71)}.text-warning\/71{color:rgb(var(--aksara-warning) / 0.71)}.border-warning\/71{border-color:rgb(var(--aksara-warning) / 0.71)}.decoration-warning\/71{text-decoration-color:rgb(var(--aksara-warning) / 0.71)}.ring-warning\/71{--aksara-ring-color:rgb(var(--aksara-warning) / 0.71)}.bg-warning\/72{background-color:rgb(var(--aksara-warning) / 0.72)}.text-warning\/72{color:rgb(var(--aksara-warning) / 0.72)}.border-warning\/72{border-color:rgb(var(--aksara-warning) / 0.72)}.decoration-warning\/72{text-decoration-color:rgb(var(--aksara-warning) / 0.72)}.ring-warning\/72{--aksara-ring-color:rgb(var(--aksara-warning) / 0.72)}.bg-warning\/73{background-color:rgb(var(--aksara-warning) / 0.73)}.text-warning\/73{color:rgb(var(--aksara-warning) / 0.73)}.border-warning\/73{border-color:rgb(var(--aksara-warning) / 0.73)}.decoration-warning\/73{text-decoration-color:rgb(var(--aksara-warning) / 0.73)}.ring-warning\/73{--aksara-ring-color:rgb(var(--aksara-warning) / 0.73)}.bg-warning\/74{background-color:rgb(var(--aksara-warning) / 0.74)}.text-warning\/74{color:rgb(var(--aksara-warning) / 0.74)}.border-warning\/74{border-color:rgb(var(--aksara-warning) / 0.74)}.decoration-warning\/74{text-decoration-color:rgb(var(--aksara-warning) / 0.74)}.ring-warning\/74{--aksara-ring-color:rgb(var(--aksara-warning) / 0.74)}.bg-warning\/75{background-color:rgb(var(--aksara-warning) / 0.75)}.text-warning\/75{color:rgb(var(--aksara-warning) / 0.75)}.border-warning\/75{border-color:rgb(var(--aksara-warning) / 0.75)}.decoration-warning\/75{text-decoration-color:rgb(var(--aksara-warning) / 0.75)}.ring-warning\/75{--aksara-ring-color:rgb(var(--aksara-warning) / 0.75)}.bg-warning\/76{background-color:rgb(var(--aksara-warning) / 0.76)}.text-warning\/76{color:rgb(var(--aksara-warning) / 0.76)}.border-warning\/76{border-color:rgb(var(--aksara-warning) / 0.76)}.decoration-warning\/76{text-decoration-color:rgb(var(--aksara-warning) / 0.76)}.ring-warning\/76{--aksara-ring-color:rgb(var(--aksara-warning) / 0.76)}.bg-warning\/77{background-color:rgb(var(--aksara-warning) / 0.77)}.text-warning\/77{color:rgb(var(--aksara-warning) / 0.77)}.border-warning\/77{border-color:rgb(var(--aksara-warning) / 0.77)}.decoration-warning\/77{text-decoration-color:rgb(var(--aksara-warning) / 0.77)}.ring-warning\/77{--aksara-ring-color:rgb(var(--aksara-warning) / 0.77)}.bg-warning\/78{background-color:rgb(var(--aksara-warning) / 0.78)}.text-warning\/78{color:rgb(var(--aksara-warning) / 0.78)}.border-warning\/78{border-color:rgb(var(--aksara-warning) / 0.78)}.decoration-warning\/78{text-decoration-color:rgb(var(--aksara-warning) / 0.78)}.ring-warning\/78{--aksara-ring-color:rgb(var(--aksara-warning) / 0.78)}.bg-warning\/79{background-color:rgb(var(--aksara-warning) / 0.79)}.text-warning\/79{color:rgb(var(--aksara-warning) / 0.79)}.border-warning\/79{border-color:rgb(var(--aksara-warning) / 0.79)}.decoration-warning\/79{text-decoration-color:rgb(var(--aksara-warning) / 0.79)}.ring-warning\/79{--aksara-ring-color:rgb(var(--aksara-warning) / 0.79)}.bg-warning\/80{background-color:rgb(var(--aksara-warning) / 0.8)}.text-warning\/80{color:rgb(var(--aksara-warning) / 0.8)}.border-warning\/80{border-color:rgb(var(--aksara-warning) / 0.8)}.decoration-warning\/80{text-decoration-color:rgb(var(--aksara-warning) / 0.8)}.ring-warning\/80{--aksara-ring-color:rgb(var(--aksara-warning) / 0.8)}.bg-warning\/81{background-color:rgb(var(--aksara-warning) / 0.81)}.text-warning\/81{color:rgb(var(--aksara-warning) / 0.81)}.border-warning\/81{border-color:rgb(var(--aksara-warning) / 0.81)}.decoration-warning\/81{text-decoration-color:rgb(var(--aksara-warning) / 0.81)}.ring-warning\/81{--aksara-ring-color:rgb(var(--aksara-warning) / 0.81)}.bg-warning\/82{background-color:rgb(var(--aksara-warning) / 0.82)}.text-warning\/82{color:rgb(var(--aksara-warning) / 0.82)}.border-warning\/82{border-color:rgb(var(--aksara-warning) / 0.82)}.decoration-warning\/82{text-decoration-color:rgb(var(--aksara-warning) / 0.82)}.ring-warning\/82{--aksara-ring-color:rgb(var(--aksara-warning) / 0.82)}.bg-warning\/83{background-color:rgb(var(--aksara-warning) / 0.83)}.text-warning\/83{color:rgb(var(--aksara-warning) / 0.83)}.border-warning\/83{border-color:rgb(var(--aksara-warning) / 0.83)}.decoration-warning\/83{text-decoration-color:rgb(var(--aksara-warning) / 0.83)}.ring-warning\/83{--aksara-ring-color:rgb(var(--aksara-warning) / 0.83)}.bg-warning\/84{background-color:rgb(var(--aksara-warning) / 0.84)}.text-warning\/84{color:rgb(var(--aksara-warning) / 0.84)}.border-warning\/84{border-color:rgb(var(--aksara-warning) / 0.84)}.decoration-warning\/84{text-decoration-color:rgb(var(--aksara-warning) / 0.84)}.ring-warning\/84{--aksara-ring-color:rgb(var(--aksara-warning) / 0.84)}.bg-warning\/85{background-color:rgb(var(--aksara-warning) / 0.85)}.text-warning\/85{color:rgb(var(--aksara-warning) / 0.85)}.border-warning\/85{border-color:rgb(var(--aksara-warning) / 0.85)}.decoration-warning\/85{text-decoration-color:rgb(var(--aksara-warning) / 0.85)}.ring-warning\/85{--aksara-ring-color:rgb(var(--aksara-warning) / 0.85)}.bg-warning\/86{background-color:rgb(var(--aksara-warning) / 0.86)}.text-warning\/86{color:rgb(var(--aksara-warning) / 0.86)}.border-warning\/86{border-color:rgb(var(--aksara-warning) / 0.86)}.decoration-warning\/86{text-decoration-color:rgb(var(--aksara-warning) / 0.86)}.ring-warning\/86{--aksara-ring-color:rgb(var(--aksara-warning) / 0.86)}.bg-warning\/87{background-color:rgb(var(--aksara-warning) / 0.87)}.text-warning\/87{color:rgb(var(--aksara-warning) / 0.87)}.border-warning\/87{border-color:rgb(var(--aksara-warning) / 0.87)}.decoration-warning\/87{text-decoration-color:rgb(var(--aksara-warning) / 0.87)}.ring-warning\/87{--aksara-ring-color:rgb(var(--aksara-warning) / 0.87)}.bg-warning\/88{background-color:rgb(var(--aksara-warning) / 0.88)}.text-warning\/88{color:rgb(var(--aksara-warning) / 0.88)}.border-warning\/88{border-color:rgb(var(--aksara-warning) / 0.88)}.decoration-warning\/88{text-decoration-color:rgb(var(--aksara-warning) / 0.88)}.ring-warning\/88{--aksara-ring-color:rgb(var(--aksara-warning) / 0.88)}.bg-warning\/89{background-color:rgb(var(--aksara-warning) / 0.89)}.text-warning\/89{color:rgb(var(--aksara-warning) / 0.89)}.border-warning\/89{border-color:rgb(var(--aksara-warning) / 0.89)}.decoration-warning\/89{text-decoration-color:rgb(var(--aksara-warning) / 0.89)}.ring-warning\/89{--aksara-ring-color:rgb(var(--aksara-warning) / 0.89)}.bg-warning\/90{background-color:rgb(var(--aksara-warning) / 0.9)}.text-warning\/90{color:rgb(var(--aksara-warning) / 0.9)}.border-warning\/90{border-color:rgb(var(--aksara-warning) / 0.9)}.decoration-warning\/90{text-decoration-color:rgb(var(--aksara-warning) / 0.9)}.ring-warning\/90{--aksara-ring-color:rgb(var(--aksara-warning) / 0.9)}.bg-warning\/91{background-color:rgb(var(--aksara-warning) / 0.91)}.text-warning\/91{color:rgb(var(--aksara-warning) / 0.91)}.border-warning\/91{border-color:rgb(var(--aksara-warning) / 0.91)}.decoration-warning\/91{text-decoration-color:rgb(var(--aksara-warning) / 0.91)}.ring-warning\/91{--aksara-ring-color:rgb(var(--aksara-warning) / 0.91)}.bg-warning\/92{background-color:rgb(var(--aksara-warning) / 0.92)}.text-warning\/92{color:rgb(var(--aksara-warning) / 0.92)}.border-warning\/92{border-color:rgb(var(--aksara-warning) / 0.92)}.decoration-warning\/92{text-decoration-color:rgb(var(--aksara-warning) / 0.92)}.ring-warning\/92{--aksara-ring-color:rgb(var(--aksara-warning) / 0.92)}.bg-warning\/93{background-color:rgb(var(--aksara-warning) / 0.93)}.text-warning\/93{color:rgb(var(--aksara-warning) / 0.93)}.border-warning\/93{border-color:rgb(var(--aksara-warning) / 0.93)}.decoration-warning\/93{text-decoration-color:rgb(var(--aksara-warning) / 0.93)}.ring-warning\/93{--aksara-ring-color:rgb(var(--aksara-warning) / 0.93)}.bg-warning\/94{background-color:rgb(var(--aksara-warning) / 0.94)}.text-warning\/94{color:rgb(var(--aksara-warning) / 0.94)}.border-warning\/94{border-color:rgb(var(--aksara-warning) / 0.94)}.decoration-warning\/94{text-decoration-color:rgb(var(--aksara-warning) / 0.94)}.ring-warning\/94{--aksara-ring-color:rgb(var(--aksara-warning) / 0.94)}.bg-warning\/95{background-color:rgb(var(--aksara-warning) / 0.95)}.text-warning\/95{color:rgb(var(--aksara-warning) / 0.95)}.border-warning\/95{border-color:rgb(var(--aksara-warning) / 0.95)}.decoration-warning\/95{text-decoration-color:rgb(var(--aksara-warning) / 0.95)}.ring-warning\/95{--aksara-ring-color:rgb(var(--aksara-warning) / 0.95)}.bg-warning\/96{background-color:rgb(var(--aksara-warning) / 0.96)}.text-warning\/96{color:rgb(var(--aksara-warning) / 0.96)}.border-warning\/96{border-color:rgb(var(--aksara-warning) / 0.96)}.decoration-warning\/96{text-decoration-color:rgb(var(--aksara-warning) / 0.96)}.ring-warning\/96{--aksara-ring-color:rgb(var(--aksara-warning) / 0.96)}.bg-warning\/97{background-color:rgb(var(--aksara-warning) / 0.97)}.text-warning\/97{color:rgb(var(--aksara-warning) / 0.97)}.border-warning\/97{border-color:rgb(var(--aksara-warning) / 0.97)}.decoration-warning\/97{text-decoration-color:rgb(var(--aksara-warning) / 0.97)}.ring-warning\/97{--aksara-ring-color:rgb(var(--aksara-warning) / 0.97)}.bg-warning\/98{background-color:rgb(var(--aksara-warning) / 0.98)}.text-warning\/98{color:rgb(var(--aksara-warning) / 0.98)}.border-warning\/98{border-color:rgb(var(--aksara-warning) / 0.98)}.decoration-warning\/98{text-decoration-color:rgb(var(--aksara-warning) / 0.98)}.ring-warning\/98{--aksara-ring-color:rgb(var(--aksara-warning) / 0.98)}.bg-warning\/99{background-color:rgb(var(--aksara-warning) / 0.99)}.text-warning\/99{color:rgb(var(--aksara-warning) / 0.99)}.border-warning\/99{border-color:rgb(var(--aksara-warning) / 0.99)}.decoration-warning\/99{text-decoration-color:rgb(var(--aksara-warning) / 0.99)}.ring-warning\/99{--aksara-ring-color:rgb(var(--aksara-warning) / 0.99)}.bg-warning\/100{background-color:rgb(var(--aksara-warning) / 1)}.text-warning\/100{color:rgb(var(--aksara-warning) / 1)}.border-warning\/100{border-color:rgb(var(--aksara-warning) / 1)}.decoration-warning\/100{text-decoration-color:rgb(var(--aksara-warning) / 1)}.ring-warning\/100{--aksara-ring-color:rgb(var(--aksara-warning) / 1)}.bg-warning{background-color:rgb(var(--aksara-warning) / 1)}.text-warning{color:rgb(var(--aksara-warning) / 1)}.border-warning{border-color:rgb(var(--aksara-warning) / 1)}.decoration-warning{text-decoration-color:rgb(var(--aksara-warning) / 1)}.ring-warning{--aksara-ring-color:rgb(var(--aksara-warning) / 1)}.bg-info\/0{background-color:rgb(var(--aksara-info) / 0)}.text-info\/0{color:rgb(var(--aksara-info) / 0)}.border-info\/0{border-color:rgb(var(--aksara-info) / 0)}.decoration-info\/0{text-decoration-color:rgb(var(--aksara-info) / 0)}.ring-info\/0{--aksara-ring-color:rgb(var(--aksara-info) / 0)}.bg-info\/1{background-color:rgb(var(--aksara-info) / 0.01)}.text-info\/1{color:rgb(var(--aksara-info) / 0.01)}.border-info\/1{border-color:rgb(var(--aksara-info) / 0.01)}.decoration-info\/1{text-decoration-color:rgb(var(--aksara-info) / 0.01)}.ring-info\/1{--aksara-ring-color:rgb(var(--aksara-info) / 0.01)}.bg-info\/2{background-color:rgb(var(--aksara-info) / 0.02)}.text-info\/2{color:rgb(var(--aksara-info) / 0.02)}.border-info\/2{border-color:rgb(var(--aksara-info) / 0.02)}.decoration-info\/2{text-decoration-color:rgb(var(--aksara-info) / 0.02)}.ring-info\/2{--aksara-ring-color:rgb(var(--aksara-info) / 0.02)}.bg-info\/3{background-color:rgb(var(--aksara-info) / 0.03)}.text-info\/3{color:rgb(var(--aksara-info) / 0.03)}.border-info\/3{border-color:rgb(var(--aksara-info) / 0.03)}.decoration-info\/3{text-decoration-color:rgb(var(--aksara-info) / 0.03)}.ring-info\/3{--aksara-ring-color:rgb(var(--aksara-info) / 0.03)}.bg-info\/4{background-color:rgb(var(--aksara-info) / 0.04)}.text-info\/4{color:rgb(var(--aksara-info) / 0.04)}.border-info\/4{border-color:rgb(var(--aksara-info) / 0.04)}.decoration-info\/4{text-decoration-color:rgb(var(--aksara-info) / 0.04)}.ring-info\/4{--aksara-ring-color:rgb(var(--aksara-info) / 0.04)}.bg-info\/5{background-color:rgb(var(--aksara-info) / 0.05)}.text-info\/5{color:rgb(var(--aksara-info) / 0.05)}.border-info\/5{border-color:rgb(var(--aksara-info) / 0.05)}.decoration-info\/5{text-decoration-color:rgb(var(--aksara-info) / 0.05)}.ring-info\/5{--aksara-ring-color:rgb(var(--aksara-info) / 0.05)}.bg-info\/6{background-color:rgb(var(--aksara-info) / 0.06)}.text-info\/6{color:rgb(var(--aksara-info) / 0.06)}.border-info\/6{border-color:rgb(var(--aksara-info) / 0.06)}.decoration-info\/6{text-decoration-color:rgb(var(--aksara-info) / 0.06)}.ring-info\/6{--aksara-ring-color:rgb(var(--aksara-info) / 0.06)}.bg-info\/7{background-color:rgb(var(--aksara-info) / 0.07)}.text-info\/7{color:rgb(var(--aksara-info) / 0.07)}.border-info\/7{border-color:rgb(var(--aksara-info) / 0.07)}.decoration-info\/7{text-decoration-color:rgb(var(--aksara-info) / 0.07)}.ring-info\/7{--aksara-ring-color:rgb(var(--aksara-info) / 0.07)}.bg-info\/8{background-color:rgb(var(--aksara-info) / 0.08)}.text-info\/8{color:rgb(var(--aksara-info) / 0.08)}.border-info\/8{border-color:rgb(var(--aksara-info) / 0.08)}.decoration-info\/8{text-decoration-color:rgb(var(--aksara-info) / 0.08)}.ring-info\/8{--aksara-ring-color:rgb(var(--aksara-info) / 0.08)}.bg-info\/9{background-color:rgb(var(--aksara-info) / 0.09)}.text-info\/9{color:rgb(var(--aksara-info) / 0.09)}.border-info\/9{border-color:rgb(var(--aksara-info) / 0.09)}.decoration-info\/9{text-decoration-color:rgb(var(--aksara-info) / 0.09)}.ring-info\/9{--aksara-ring-color:rgb(var(--aksara-info) / 0.09)}.bg-info\/10{background-color:rgb(var(--aksara-info) / 0.1)}.text-info\/10{color:rgb(var(--aksara-info) / 0.1)}.border-info\/10{border-color:rgb(var(--aksara-info) / 0.1)}.decoration-info\/10{text-decoration-color:rgb(var(--aksara-info) / 0.1)}.ring-info\/10{--aksara-ring-color:rgb(var(--aksara-info) / 0.1)}.bg-info\/11{background-color:rgb(var(--aksara-info) / 0.11)}.text-info\/11{color:rgb(var(--aksara-info) / 0.11)}.border-info\/11{border-color:rgb(var(--aksara-info) / 0.11)}.decoration-info\/11{text-decoration-color:rgb(var(--aksara-info) / 0.11)}.ring-info\/11{--aksara-ring-color:rgb(var(--aksara-info) / 0.11)}.bg-info\/12{background-color:rgb(var(--aksara-info) / 0.12)}.text-info\/12{color:rgb(var(--aksara-info) / 0.12)}.border-info\/12{border-color:rgb(var(--aksara-info) / 0.12)}.decoration-info\/12{text-decoration-color:rgb(var(--aksara-info) / 0.12)}.ring-info\/12{--aksara-ring-color:rgb(var(--aksara-info) / 0.12)}.bg-info\/13{background-color:rgb(var(--aksara-info) / 0.13)}.text-info\/13{color:rgb(var(--aksara-info) / 0.13)}.border-info\/13{border-color:rgb(var(--aksara-info) / 0.13)}.decoration-info\/13{text-decoration-color:rgb(var(--aksara-info) / 0.13)}.ring-info\/13{--aksara-ring-color:rgb(var(--aksara-info) / 0.13)}.bg-info\/14{background-color:rgb(var(--aksara-info) / 0.14)}.text-info\/14{color:rgb(var(--aksara-info) / 0.14)}.border-info\/14{border-color:rgb(var(--aksara-info) / 0.14)}.decoration-info\/14{text-decoration-color:rgb(var(--aksara-info) / 0.14)}.ring-info\/14{--aksara-ring-color:rgb(var(--aksara-info) / 0.14)}.bg-info\/15{background-color:rgb(var(--aksara-info) / 0.15)}.text-info\/15{color:rgb(var(--aksara-info) / 0.15)}.border-info\/15{border-color:rgb(var(--aksara-info) / 0.15)}.decoration-info\/15{text-decoration-color:rgb(var(--aksara-info) / 0.15)}.ring-info\/15{--aksara-ring-color:rgb(var(--aksara-info) / 0.15)}.bg-info\/16{background-color:rgb(var(--aksara-info) / 0.16)}.text-info\/16{color:rgb(var(--aksara-info) / 0.16)}.border-info\/16{border-color:rgb(var(--aksara-info) / 0.16)}.decoration-info\/16{text-decoration-color:rgb(var(--aksara-info) / 0.16)}.ring-info\/16{--aksara-ring-color:rgb(var(--aksara-info) / 0.16)}.bg-info\/17{background-color:rgb(var(--aksara-info) / 0.17)}.text-info\/17{color:rgb(var(--aksara-info) / 0.17)}.border-info\/17{border-color:rgb(var(--aksara-info) / 0.17)}.decoration-info\/17{text-decoration-color:rgb(var(--aksara-info) / 0.17)}.ring-info\/17{--aksara-ring-color:rgb(var(--aksara-info) / 0.17)}.bg-info\/18{background-color:rgb(var(--aksara-info) / 0.18)}.text-info\/18{color:rgb(var(--aksara-info) / 0.18)}.border-info\/18{border-color:rgb(var(--aksara-info) / 0.18)}.decoration-info\/18{text-decoration-color:rgb(var(--aksara-info) / 0.18)}.ring-info\/18{--aksara-ring-color:rgb(var(--aksara-info) / 0.18)}.bg-info\/19{background-color:rgb(var(--aksara-info) / 0.19)}.text-info\/19{color:rgb(var(--aksara-info) / 0.19)}.border-info\/19{border-color:rgb(var(--aksara-info) / 0.19)}.decoration-info\/19{text-decoration-color:rgb(var(--aksara-info) / 0.19)}.ring-info\/19{--aksara-ring-color:rgb(var(--aksara-info) / 0.19)}.bg-info\/20{background-color:rgb(var(--aksara-info) / 0.2)}.text-info\/20{color:rgb(var(--aksara-info) / 0.2)}.border-info\/20{border-color:rgb(var(--aksara-info) / 0.2)}.decoration-info\/20{text-decoration-color:rgb(var(--aksara-info) / 0.2)}.ring-info\/20{--aksara-ring-color:rgb(var(--aksara-info) / 0.2)}.bg-info\/21{background-color:rgb(var(--aksara-info) / 0.21)}.text-info\/21{color:rgb(var(--aksara-info) / 0.21)}.border-info\/21{border-color:rgb(var(--aksara-info) / 0.21)}.decoration-info\/21{text-decoration-color:rgb(var(--aksara-info) / 0.21)}.ring-info\/21{--aksara-ring-color:rgb(var(--aksara-info) / 0.21)}.bg-info\/22{background-color:rgb(var(--aksara-info) / 0.22)}.text-info\/22{color:rgb(var(--aksara-info) / 0.22)}.border-info\/22{border-color:rgb(var(--aksara-info) / 0.22)}.decoration-info\/22{text-decoration-color:rgb(var(--aksara-info) / 0.22)}.ring-info\/22{--aksara-ring-color:rgb(var(--aksara-info) / 0.22)}.bg-info\/23{background-color:rgb(var(--aksara-info) / 0.23)}.text-info\/23{color:rgb(var(--aksara-info) / 0.23)}.border-info\/23{border-color:rgb(var(--aksara-info) / 0.23)}.decoration-info\/23{text-decoration-color:rgb(var(--aksara-info) / 0.23)}.ring-info\/23{--aksara-ring-color:rgb(var(--aksara-info) / 0.23)}.bg-info\/24{background-color:rgb(var(--aksara-info) / 0.24)}.text-info\/24{color:rgb(var(--aksara-info) / 0.24)}.border-info\/24{border-color:rgb(var(--aksara-info) / 0.24)}.decoration-info\/24{text-decoration-color:rgb(var(--aksara-info) / 0.24)}.ring-info\/24{--aksara-ring-color:rgb(var(--aksara-info) / 0.24)}.bg-info\/25{background-color:rgb(var(--aksara-info) / 0.25)}.text-info\/25{color:rgb(var(--aksara-info) / 0.25)}.border-info\/25{border-color:rgb(var(--aksara-info) / 0.25)}.decoration-info\/25{text-decoration-color:rgb(var(--aksara-info) / 0.25)}.ring-info\/25{--aksara-ring-color:rgb(var(--aksara-info) / 0.25)}.bg-info\/26{background-color:rgb(var(--aksara-info) / 0.26)}.text-info\/26{color:rgb(var(--aksara-info) / 0.26)}.border-info\/26{border-color:rgb(var(--aksara-info) / 0.26)}.decoration-info\/26{text-decoration-color:rgb(var(--aksara-info) / 0.26)}.ring-info\/26{--aksara-ring-color:rgb(var(--aksara-info) / 0.26)}.bg-info\/27{background-color:rgb(var(--aksara-info) / 0.27)}.text-info\/27{color:rgb(var(--aksara-info) / 0.27)}.border-info\/27{border-color:rgb(var(--aksara-info) / 0.27)}.decoration-info\/27{text-decoration-color:rgb(var(--aksara-info) / 0.27)}.ring-info\/27{--aksara-ring-color:rgb(var(--aksara-info) / 0.27)}.bg-info\/28{background-color:rgb(var(--aksara-info) / 0.28)}.text-info\/28{color:rgb(var(--aksara-info) / 0.28)}.border-info\/28{border-color:rgb(var(--aksara-info) / 0.28)}.decoration-info\/28{text-decoration-color:rgb(var(--aksara-info) / 0.28)}.ring-info\/28{--aksara-ring-color:rgb(var(--aksara-info) / 0.28)}.bg-info\/29{background-color:rgb(var(--aksara-info) / 0.29)}.text-info\/29{color:rgb(var(--aksara-info) / 0.29)}.border-info\/29{border-color:rgb(var(--aksara-info) / 0.29)}.decoration-info\/29{text-decoration-color:rgb(var(--aksara-info) / 0.29)}.ring-info\/29{--aksara-ring-color:rgb(var(--aksara-info) / 0.29)}.bg-info\/30{background-color:rgb(var(--aksara-info) / 0.3)}.text-info\/30{color:rgb(var(--aksara-info) / 0.3)}.border-info\/30{border-color:rgb(var(--aksara-info) / 0.3)}.decoration-info\/30{text-decoration-color:rgb(var(--aksara-info) / 0.3)}.ring-info\/30{--aksara-ring-color:rgb(var(--aksara-info) / 0.3)}.bg-info\/31{background-color:rgb(var(--aksara-info) / 0.31)}.text-info\/31{color:rgb(var(--aksara-info) / 0.31)}.border-info\/31{border-color:rgb(var(--aksara-info) / 0.31)}.decoration-info\/31{text-decoration-color:rgb(var(--aksara-info) / 0.31)}.ring-info\/31{--aksara-ring-color:rgb(var(--aksara-info) / 0.31)}.bg-info\/32{background-color:rgb(var(--aksara-info) / 0.32)}.text-info\/32{color:rgb(var(--aksara-info) / 0.32)}.border-info\/32{border-color:rgb(var(--aksara-info) / 0.32)}.decoration-info\/32{text-decoration-color:rgb(var(--aksara-info) / 0.32)}.ring-info\/32{--aksara-ring-color:rgb(var(--aksara-info) / 0.32)}.bg-info\/33{background-color:rgb(var(--aksara-info) / 0.33)}.text-info\/33{color:rgb(var(--aksara-info) / 0.33)}.border-info\/33{border-color:rgb(var(--aksara-info) / 0.33)}.decoration-info\/33{text-decoration-color:rgb(var(--aksara-info) / 0.33)}.ring-info\/33{--aksara-ring-color:rgb(var(--aksara-info) / 0.33)}.bg-info\/34{background-color:rgb(var(--aksara-info) / 0.34)}.text-info\/34{color:rgb(var(--aksara-info) / 0.34)}.border-info\/34{border-color:rgb(var(--aksara-info) / 0.34)}.decoration-info\/34{text-decoration-color:rgb(var(--aksara-info) / 0.34)}.ring-info\/34{--aksara-ring-color:rgb(var(--aksara-info) / 0.34)}.bg-info\/35{background-color:rgb(var(--aksara-info) / 0.35)}.text-info\/35{color:rgb(var(--aksara-info) / 0.35)}.border-info\/35{border-color:rgb(var(--aksara-info) / 0.35)}.decoration-info\/35{text-decoration-color:rgb(var(--aksara-info) / 0.35)}.ring-info\/35{--aksara-ring-color:rgb(var(--aksara-info) / 0.35)}.bg-info\/36{background-color:rgb(var(--aksara-info) / 0.36)}.text-info\/36{color:rgb(var(--aksara-info) / 0.36)}.border-info\/36{border-color:rgb(var(--aksara-info) / 0.36)}.decoration-info\/36{text-decoration-color:rgb(var(--aksara-info) / 0.36)}.ring-info\/36{--aksara-ring-color:rgb(var(--aksara-info) / 0.36)}.bg-info\/37{background-color:rgb(var(--aksara-info) / 0.37)}.text-info\/37{color:rgb(var(--aksara-info) / 0.37)}.border-info\/37{border-color:rgb(var(--aksara-info) / 0.37)}.decoration-info\/37{text-decoration-color:rgb(var(--aksara-info) / 0.37)}.ring-info\/37{--aksara-ring-color:rgb(var(--aksara-info) / 0.37)}.bg-info\/38{background-color:rgb(var(--aksara-info) / 0.38)}.text-info\/38{color:rgb(var(--aksara-info) / 0.38)}.border-info\/38{border-color:rgb(var(--aksara-info) / 0.38)}.decoration-info\/38{text-decoration-color:rgb(var(--aksara-info) / 0.38)}.ring-info\/38{--aksara-ring-color:rgb(var(--aksara-info) / 0.38)}.bg-info\/39{background-color:rgb(var(--aksara-info) / 0.39)}.text-info\/39{color:rgb(var(--aksara-info) / 0.39)}.border-info\/39{border-color:rgb(var(--aksara-info) / 0.39)}.decoration-info\/39{text-decoration-color:rgb(var(--aksara-info) / 0.39)}.ring-info\/39{--aksara-ring-color:rgb(var(--aksara-info) / 0.39)}.bg-info\/40{background-color:rgb(var(--aksara-info) / 0.4)}.text-info\/40{color:rgb(var(--aksara-info) / 0.4)}.border-info\/40{border-color:rgb(var(--aksara-info) / 0.4)}.decoration-info\/40{text-decoration-color:rgb(var(--aksara-info) / 0.4)}.ring-info\/40{--aksara-ring-color:rgb(var(--aksara-info) / 0.4)}.bg-info\/41{background-color:rgb(var(--aksara-info) / 0.41)}.text-info\/41{color:rgb(var(--aksara-info) / 0.41)}.border-info\/41{border-color:rgb(var(--aksara-info) / 0.41)}.decoration-info\/41{text-decoration-color:rgb(var(--aksara-info) / 0.41)}.ring-info\/41{--aksara-ring-color:rgb(var(--aksara-info) / 0.41)}.bg-info\/42{background-color:rgb(var(--aksara-info) / 0.42)}.text-info\/42{color:rgb(var(--aksara-info) / 0.42)}.border-info\/42{border-color:rgb(var(--aksara-info) / 0.42)}.decoration-info\/42{text-decoration-color:rgb(var(--aksara-info) / 0.42)}.ring-info\/42{--aksara-ring-color:rgb(var(--aksara-info) / 0.42)}.bg-info\/43{background-color:rgb(var(--aksara-info) / 0.43)}.text-info\/43{color:rgb(var(--aksara-info) / 0.43)}.border-info\/43{border-color:rgb(var(--aksara-info) / 0.43)}.decoration-info\/43{text-decoration-color:rgb(var(--aksara-info) / 0.43)}.ring-info\/43{--aksara-ring-color:rgb(var(--aksara-info) / 0.43)}.bg-info\/44{background-color:rgb(var(--aksara-info) / 0.44)}.text-info\/44{color:rgb(var(--aksara-info) / 0.44)}.border-info\/44{border-color:rgb(var(--aksara-info) / 0.44)}.decoration-info\/44{text-decoration-color:rgb(var(--aksara-info) / 0.44)}.ring-info\/44{--aksara-ring-color:rgb(var(--aksara-info) / 0.44)}.bg-info\/45{background-color:rgb(var(--aksara-info) / 0.45)}.text-info\/45{color:rgb(var(--aksara-info) / 0.45)}.border-info\/45{border-color:rgb(var(--aksara-info) / 0.45)}.decoration-info\/45{text-decoration-color:rgb(var(--aksara-info) / 0.45)}.ring-info\/45{--aksara-ring-color:rgb(var(--aksara-info) / 0.45)}.bg-info\/46{background-color:rgb(var(--aksara-info) / 0.46)}.text-info\/46{color:rgb(var(--aksara-info) / 0.46)}.border-info\/46{border-color:rgb(var(--aksara-info) / 0.46)}.decoration-info\/46{text-decoration-color:rgb(var(--aksara-info) / 0.46)}.ring-info\/46{--aksara-ring-color:rgb(var(--aksara-info) / 0.46)}.bg-info\/47{background-color:rgb(var(--aksara-info) / 0.47)}.text-info\/47{color:rgb(var(--aksara-info) / 0.47)}.border-info\/47{border-color:rgb(var(--aksara-info) / 0.47)}.decoration-info\/47{text-decoration-color:rgb(var(--aksara-info) / 0.47)}.ring-info\/47{--aksara-ring-color:rgb(var(--aksara-info) / 0.47)}.bg-info\/48{background-color:rgb(var(--aksara-info) / 0.48)}.text-info\/48{color:rgb(var(--aksara-info) / 0.48)}.border-info\/48{border-color:rgb(var(--aksara-info) / 0.48)}.decoration-info\/48{text-decoration-color:rgb(var(--aksara-info) / 0.48)}.ring-info\/48{--aksara-ring-color:rgb(var(--aksara-info) / 0.48)}.bg-info\/49{background-color:rgb(var(--aksara-info) / 0.49)}.text-info\/49{color:rgb(var(--aksara-info) / 0.49)}.border-info\/49{border-color:rgb(var(--aksara-info) / 0.49)}.decoration-info\/49{text-decoration-color:rgb(var(--aksara-info) / 0.49)}.ring-info\/49{--aksara-ring-color:rgb(var(--aksara-info) / 0.49)}.bg-info\/50{background-color:rgb(var(--aksara-info) / 0.5)}.text-info\/50{color:rgb(var(--aksara-info) / 0.5)}.border-info\/50{border-color:rgb(var(--aksara-info) / 0.5)}.decoration-info\/50{text-decoration-color:rgb(var(--aksara-info) / 0.5)}.ring-info\/50{--aksara-ring-color:rgb(var(--aksara-info) / 0.5)}.bg-info\/51{background-color:rgb(var(--aksara-info) / 0.51)}.text-info\/51{color:rgb(var(--aksara-info) / 0.51)}.border-info\/51{border-color:rgb(var(--aksara-info) / 0.51)}.decoration-info\/51{text-decoration-color:rgb(var(--aksara-info) / 0.51)}.ring-info\/51{--aksara-ring-color:rgb(var(--aksara-info) / 0.51)}.bg-info\/52{background-color:rgb(var(--aksara-info) / 0.52)}.text-info\/52{color:rgb(var(--aksara-info) / 0.52)}.border-info\/52{border-color:rgb(var(--aksara-info) / 0.52)}.decoration-info\/52{text-decoration-color:rgb(var(--aksara-info) / 0.52)}.ring-info\/52{--aksara-ring-color:rgb(var(--aksara-info) / 0.52)}.bg-info\/53{background-color:rgb(var(--aksara-info) / 0.53)}.text-info\/53{color:rgb(var(--aksara-info) / 0.53)}.border-info\/53{border-color:rgb(var(--aksara-info) / 0.53)}.decoration-info\/53{text-decoration-color:rgb(var(--aksara-info) / 0.53)}.ring-info\/53{--aksara-ring-color:rgb(var(--aksara-info) / 0.53)}.bg-info\/54{background-color:rgb(var(--aksara-info) / 0.54)}.text-info\/54{color:rgb(var(--aksara-info) / 0.54)}.border-info\/54{border-color:rgb(var(--aksara-info) / 0.54)}.decoration-info\/54{text-decoration-color:rgb(var(--aksara-info) / 0.54)}.ring-info\/54{--aksara-ring-color:rgb(var(--aksara-info) / 0.54)}.bg-info\/55{background-color:rgb(var(--aksara-info) / 0.55)}.text-info\/55{color:rgb(var(--aksara-info) / 0.55)}.border-info\/55{border-color:rgb(var(--aksara-info) / 0.55)}.decoration-info\/55{text-decoration-color:rgb(var(--aksara-info) / 0.55)}.ring-info\/55{--aksara-ring-color:rgb(var(--aksara-info) / 0.55)}.bg-info\/56{background-color:rgb(var(--aksara-info) / 0.56)}.text-info\/56{color:rgb(var(--aksara-info) / 0.56)}.border-info\/56{border-color:rgb(var(--aksara-info) / 0.56)}.decoration-info\/56{text-decoration-color:rgb(var(--aksara-info) / 0.56)}.ring-info\/56{--aksara-ring-color:rgb(var(--aksara-info) / 0.56)}.bg-info\/57{background-color:rgb(var(--aksara-info) / 0.57)}.text-info\/57{color:rgb(var(--aksara-info) / 0.57)}.border-info\/57{border-color:rgb(var(--aksara-info) / 0.57)}.decoration-info\/57{text-decoration-color:rgb(var(--aksara-info) / 0.57)}.ring-info\/57{--aksara-ring-color:rgb(var(--aksara-info) / 0.57)}.bg-info\/58{background-color:rgb(var(--aksara-info) / 0.58)}.text-info\/58{color:rgb(var(--aksara-info) / 0.58)}.border-info\/58{border-color:rgb(var(--aksara-info) / 0.58)}.decoration-info\/58{text-decoration-color:rgb(var(--aksara-info) / 0.58)}.ring-info\/58{--aksara-ring-color:rgb(var(--aksara-info) / 0.58)}.bg-info\/59{background-color:rgb(var(--aksara-info) / 0.59)}.text-info\/59{color:rgb(var(--aksara-info) / 0.59)}.border-info\/59{border-color:rgb(var(--aksara-info) / 0.59)}.decoration-info\/59{text-decoration-color:rgb(var(--aksara-info) / 0.59)}.ring-info\/59{--aksara-ring-color:rgb(var(--aksara-info) / 0.59)}.bg-info\/60{background-color:rgb(var(--aksara-info) / 0.6)}.text-info\/60{color:rgb(var(--aksara-info) / 0.6)}.border-info\/60{border-color:rgb(var(--aksara-info) / 0.6)}.decoration-info\/60{text-decoration-color:rgb(var(--aksara-info) / 0.6)}.ring-info\/60{--aksara-ring-color:rgb(var(--aksara-info) / 0.6)}.bg-info\/61{background-color:rgb(var(--aksara-info) / 0.61)}.text-info\/61{color:rgb(var(--aksara-info) / 0.61)}.border-info\/61{border-color:rgb(var(--aksara-info) / 0.61)}.decoration-info\/61{text-decoration-color:rgb(var(--aksara-info) / 0.61)}.ring-info\/61{--aksara-ring-color:rgb(var(--aksara-info) / 0.61)}.bg-info\/62{background-color:rgb(var(--aksara-info) / 0.62)}.text-info\/62{color:rgb(var(--aksara-info) / 0.62)}.border-info\/62{border-color:rgb(var(--aksara-info) / 0.62)}.decoration-info\/62{text-decoration-color:rgb(var(--aksara-info) / 0.62)}.ring-info\/62{--aksara-ring-color:rgb(var(--aksara-info) / 0.62)}.bg-info\/63{background-color:rgb(var(--aksara-info) / 0.63)}.text-info\/63{color:rgb(var(--aksara-info) / 0.63)}.border-info\/63{border-color:rgb(var(--aksara-info) / 0.63)}.decoration-info\/63{text-decoration-color:rgb(var(--aksara-info) / 0.63)}.ring-info\/63{--aksara-ring-color:rgb(var(--aksara-info) / 0.63)}.bg-info\/64{background-color:rgb(var(--aksara-info) / 0.64)}.text-info\/64{color:rgb(var(--aksara-info) / 0.64)}.border-info\/64{border-color:rgb(var(--aksara-info) / 0.64)}.decoration-info\/64{text-decoration-color:rgb(var(--aksara-info) / 0.64)}.ring-info\/64{--aksara-ring-color:rgb(var(--aksara-info) / 0.64)}.bg-info\/65{background-color:rgb(var(--aksara-info) / 0.65)}.text-info\/65{color:rgb(var(--aksara-info) / 0.65)}.border-info\/65{border-color:rgb(var(--aksara-info) / 0.65)}.decoration-info\/65{text-decoration-color:rgb(var(--aksara-info) / 0.65)}.ring-info\/65{--aksara-ring-color:rgb(var(--aksara-info) / 0.65)}.bg-info\/66{background-color:rgb(var(--aksara-info) / 0.66)}.text-info\/66{color:rgb(var(--aksara-info) / 0.66)}.border-info\/66{border-color:rgb(var(--aksara-info) / 0.66)}.decoration-info\/66{text-decoration-color:rgb(var(--aksara-info) / 0.66)}.ring-info\/66{--aksara-ring-color:rgb(var(--aksara-info) / 0.66)}.bg-info\/67{background-color:rgb(var(--aksara-info) / 0.67)}.text-info\/67{color:rgb(var(--aksara-info) / 0.67)}.border-info\/67{border-color:rgb(var(--aksara-info) / 0.67)}.decoration-info\/67{text-decoration-color:rgb(var(--aksara-info) / 0.67)}.ring-info\/67{--aksara-ring-color:rgb(var(--aksara-info) / 0.67)}.bg-info\/68{background-color:rgb(var(--aksara-info) / 0.68)}.text-info\/68{color:rgb(var(--aksara-info) / 0.68)}.border-info\/68{border-color:rgb(var(--aksara-info) / 0.68)}.decoration-info\/68{text-decoration-color:rgb(var(--aksara-info) / 0.68)}.ring-info\/68{--aksara-ring-color:rgb(var(--aksara-info) / 0.68)}.bg-info\/69{background-color:rgb(var(--aksara-info) / 0.69)}.text-info\/69{color:rgb(var(--aksara-info) / 0.69)}.border-info\/69{border-color:rgb(var(--aksara-info) / 0.69)}.decoration-info\/69{text-decoration-color:rgb(var(--aksara-info) / 0.69)}.ring-info\/69{--aksara-ring-color:rgb(var(--aksara-info) / 0.69)}.bg-info\/70{background-color:rgb(var(--aksara-info) / 0.7)}.text-info\/70{color:rgb(var(--aksara-info) / 0.7)}.border-info\/70{border-color:rgb(var(--aksara-info) / 0.7)}.decoration-info\/70{text-decoration-color:rgb(var(--aksara-info) / 0.7)}.ring-info\/70{--aksara-ring-color:rgb(var(--aksara-info) / 0.7)}.bg-info\/71{background-color:rgb(var(--aksara-info) / 0.71)}.text-info\/71{color:rgb(var(--aksara-info) / 0.71)}.border-info\/71{border-color:rgb(var(--aksara-info) / 0.71)}.decoration-info\/71{text-decoration-color:rgb(var(--aksara-info) / 0.71)}.ring-info\/71{--aksara-ring-color:rgb(var(--aksara-info) / 0.71)}.bg-info\/72{background-color:rgb(var(--aksara-info) / 0.72)}.text-info\/72{color:rgb(var(--aksara-info) / 0.72)}.border-info\/72{border-color:rgb(var(--aksara-info) / 0.72)}.decoration-info\/72{text-decoration-color:rgb(var(--aksara-info) / 0.72)}.ring-info\/72{--aksara-ring-color:rgb(var(--aksara-info) / 0.72)}.bg-info\/73{background-color:rgb(var(--aksara-info) / 0.73)}.text-info\/73{color:rgb(var(--aksara-info) / 0.73)}.border-info\/73{border-color:rgb(var(--aksara-info) / 0.73)}.decoration-info\/73{text-decoration-color:rgb(var(--aksara-info) / 0.73)}.ring-info\/73{--aksara-ring-color:rgb(var(--aksara-info) / 0.73)}.bg-info\/74{background-color:rgb(var(--aksara-info) / 0.74)}.text-info\/74{color:rgb(var(--aksara-info) / 0.74)}.border-info\/74{border-color:rgb(var(--aksara-info) / 0.74)}.decoration-info\/74{text-decoration-color:rgb(var(--aksara-info) / 0.74)}.ring-info\/74{--aksara-ring-color:rgb(var(--aksara-info) / 0.74)}.bg-info\/75{background-color:rgb(var(--aksara-info) / 0.75)}.text-info\/75{color:rgb(var(--aksara-info) / 0.75)}.border-info\/75{border-color:rgb(var(--aksara-info) / 0.75)}.decoration-info\/75{text-decoration-color:rgb(var(--aksara-info) / 0.75)}.ring-info\/75{--aksara-ring-color:rgb(var(--aksara-info) / 0.75)}.bg-info\/76{background-color:rgb(var(--aksara-info) / 0.76)}.text-info\/76{color:rgb(var(--aksara-info) / 0.76)}.border-info\/76{border-color:rgb(var(--aksara-info) / 0.76)}.decoration-info\/76{text-decoration-color:rgb(var(--aksara-info) / 0.76)}.ring-info\/76{--aksara-ring-color:rgb(var(--aksara-info) / 0.76)}.bg-info\/77{background-color:rgb(var(--aksara-info) / 0.77)}.text-info\/77{color:rgb(var(--aksara-info) / 0.77)}.border-info\/77{border-color:rgb(var(--aksara-info) / 0.77)}.decoration-info\/77{text-decoration-color:rgb(var(--aksara-info) / 0.77)}.ring-info\/77{--aksara-ring-color:rgb(var(--aksara-info) / 0.77)}.bg-info\/78{background-color:rgb(var(--aksara-info) / 0.78)}.text-info\/78{color:rgb(var(--aksara-info) / 0.78)}.border-info\/78{border-color:rgb(var(--aksara-info) / 0.78)}.decoration-info\/78{text-decoration-color:rgb(var(--aksara-info) / 0.78)}.ring-info\/78{--aksara-ring-color:rgb(var(--aksara-info) / 0.78)}.bg-info\/79{background-color:rgb(var(--aksara-info) / 0.79)}.text-info\/79{color:rgb(var(--aksara-info) / 0.79)}.border-info\/79{border-color:rgb(var(--aksara-info) / 0.79)}.decoration-info\/79{text-decoration-color:rgb(var(--aksara-info) / 0.79)}.ring-info\/79{--aksara-ring-color:rgb(var(--aksara-info) / 0.79)}.bg-info\/80{background-color:rgb(var(--aksara-info) / 0.8)}.text-info\/80{color:rgb(var(--aksara-info) / 0.8)}.border-info\/80{border-color:rgb(var(--aksara-info) / 0.8)}.decoration-info\/80{text-decoration-color:rgb(var(--aksara-info) / 0.8)}.ring-info\/80{--aksara-ring-color:rgb(var(--aksara-info) / 0.8)}.bg-info\/81{background-color:rgb(var(--aksara-info) / 0.81)}.text-info\/81{color:rgb(var(--aksara-info) / 0.81)}.border-info\/81{border-color:rgb(var(--aksara-info) / 0.81)}.decoration-info\/81{text-decoration-color:rgb(var(--aksara-info) / 0.81)}.ring-info\/81{--aksara-ring-color:rgb(var(--aksara-info) / 0.81)}.bg-info\/82{background-color:rgb(var(--aksara-info) / 0.82)}.text-info\/82{color:rgb(var(--aksara-info) / 0.82)}.border-info\/82{border-color:rgb(var(--aksara-info) / 0.82)}.decoration-info\/82{text-decoration-color:rgb(var(--aksara-info) / 0.82)}.ring-info\/82{--aksara-ring-color:rgb(var(--aksara-info) / 0.82)}.bg-info\/83{background-color:rgb(var(--aksara-info) / 0.83)}.text-info\/83{color:rgb(var(--aksara-info) / 0.83)}.border-info\/83{border-color:rgb(var(--aksara-info) / 0.83)}.decoration-info\/83{text-decoration-color:rgb(var(--aksara-info) / 0.83)}.ring-info\/83{--aksara-ring-color:rgb(var(--aksara-info) / 0.83)}.bg-info\/84{background-color:rgb(var(--aksara-info) / 0.84)}.text-info\/84{color:rgb(var(--aksara-info) / 0.84)}.border-info\/84{border-color:rgb(var(--aksara-info) / 0.84)}.decoration-info\/84{text-decoration-color:rgb(var(--aksara-info) / 0.84)}.ring-info\/84{--aksara-ring-color:rgb(var(--aksara-info) / 0.84)}.bg-info\/85{background-color:rgb(var(--aksara-info) / 0.85)}.text-info\/85{color:rgb(var(--aksara-info) / 0.85)}.border-info\/85{border-color:rgb(var(--aksara-info) / 0.85)}.decoration-info\/85{text-decoration-color:rgb(var(--aksara-info) / 0.85)}.ring-info\/85{--aksara-ring-color:rgb(var(--aksara-info) / 0.85)}.bg-info\/86{background-color:rgb(var(--aksara-info) / 0.86)}.text-info\/86{color:rgb(var(--aksara-info) / 0.86)}.border-info\/86{border-color:rgb(var(--aksara-info) / 0.86)}.decoration-info\/86{text-decoration-color:rgb(var(--aksara-info) / 0.86)}.ring-info\/86{--aksara-ring-color:rgb(var(--aksara-info) / 0.86)}.bg-info\/87{background-color:rgb(var(--aksara-info) / 0.87)}.text-info\/87{color:rgb(var(--aksara-info) / 0.87)}.border-info\/87{border-color:rgb(var(--aksara-info) / 0.87)}.decoration-info\/87{text-decoration-color:rgb(var(--aksara-info) / 0.87)}.ring-info\/87{--aksara-ring-color:rgb(var(--aksara-info) / 0.87)}.bg-info\/88{background-color:rgb(var(--aksara-info) / 0.88)}.text-info\/88{color:rgb(var(--aksara-info) / 0.88)}.border-info\/88{border-color:rgb(var(--aksara-info) / 0.88)}.decoration-info\/88{text-decoration-color:rgb(var(--aksara-info) / 0.88)}.ring-info\/88{--aksara-ring-color:rgb(var(--aksara-info) / 0.88)}.bg-info\/89{background-color:rgb(var(--aksara-info) / 0.89)}.text-info\/89{color:rgb(var(--aksara-info) / 0.89)}.border-info\/89{border-color:rgb(var(--aksara-info) / 0.89)}.decoration-info\/89{text-decoration-color:rgb(var(--aksara-info) / 0.89)}.ring-info\/89{--aksara-ring-color:rgb(var(--aksara-info) / 0.89)}.bg-info\/90{background-color:rgb(var(--aksara-info) / 0.9)}.text-info\/90{color:rgb(var(--aksara-info) / 0.9)}.border-info\/90{border-color:rgb(var(--aksara-info) / 0.9)}.decoration-info\/90{text-decoration-color:rgb(var(--aksara-info) / 0.9)}.ring-info\/90{--aksara-ring-color:rgb(var(--aksara-info) / 0.9)}.bg-info\/91{background-color:rgb(var(--aksara-info) / 0.91)}.text-info\/91{color:rgb(var(--aksara-info) / 0.91)}.border-info\/91{border-color:rgb(var(--aksara-info) / 0.91)}.decoration-info\/91{text-decoration-color:rgb(var(--aksara-info) / 0.91)}.ring-info\/91{--aksara-ring-color:rgb(var(--aksara-info) / 0.91)}.bg-info\/92{background-color:rgb(var(--aksara-info) / 0.92)}.text-info\/92{color:rgb(var(--aksara-info) / 0.92)}.border-info\/92{border-color:rgb(var(--aksara-info) / 0.92)}.decoration-info\/92{text-decoration-color:rgb(var(--aksara-info) / 0.92)}.ring-info\/92{--aksara-ring-color:rgb(var(--aksara-info) / 0.92)}.bg-info\/93{background-color:rgb(var(--aksara-info) / 0.93)}.text-info\/93{color:rgb(var(--aksara-info) / 0.93)}.border-info\/93{border-color:rgb(var(--aksara-info) / 0.93)}.decoration-info\/93{text-decoration-color:rgb(var(--aksara-info) / 0.93)}.ring-info\/93{--aksara-ring-color:rgb(var(--aksara-info) / 0.93)}.bg-info\/94{background-color:rgb(var(--aksara-info) / 0.94)}.text-info\/94{color:rgb(var(--aksara-info) / 0.94)}.border-info\/94{border-color:rgb(var(--aksara-info) / 0.94)}.decoration-info\/94{text-decoration-color:rgb(var(--aksara-info) / 0.94)}.ring-info\/94{--aksara-ring-color:rgb(var(--aksara-info) / 0.94)}.bg-info\/95{background-color:rgb(var(--aksara-info) / 0.95)}.text-info\/95{color:rgb(var(--aksara-info) / 0.95)}.border-info\/95{border-color:rgb(var(--aksara-info) / 0.95)}.decoration-info\/95{text-decoration-color:rgb(var(--aksara-info) / 0.95)}.ring-info\/95{--aksara-ring-color:rgb(var(--aksara-info) / 0.95)}.bg-info\/96{background-color:rgb(var(--aksara-info) / 0.96)}.text-info\/96{color:rgb(var(--aksara-info) / 0.96)}.border-info\/96{border-color:rgb(var(--aksara-info) / 0.96)}.decoration-info\/96{text-decoration-color:rgb(var(--aksara-info) / 0.96)}.ring-info\/96{--aksara-ring-color:rgb(var(--aksara-info) / 0.96)}.bg-info\/97{background-color:rgb(var(--aksara-info) / 0.97)}.text-info\/97{color:rgb(var(--aksara-info) / 0.97)}.border-info\/97{border-color:rgb(var(--aksara-info) / 0.97)}.decoration-info\/97{text-decoration-color:rgb(var(--aksara-info) / 0.97)}.ring-info\/97{--aksara-ring-color:rgb(var(--aksara-info) / 0.97)}.bg-info\/98{background-color:rgb(var(--aksara-info) / 0.98)}.text-info\/98{color:rgb(var(--aksara-info) / 0.98)}.border-info\/98{border-color:rgb(var(--aksara-info) / 0.98)}.decoration-info\/98{text-decoration-color:rgb(var(--aksara-info) / 0.98)}.ring-info\/98{--aksara-ring-color:rgb(var(--aksara-info) / 0.98)}.bg-info\/99{background-color:rgb(var(--aksara-info) / 0.99)}.text-info\/99{color:rgb(var(--aksara-info) / 0.99)}.border-info\/99{border-color:rgb(var(--aksara-info) / 0.99)}.decoration-info\/99{text-decoration-color:rgb(var(--aksara-info) / 0.99)}.ring-info\/99{--aksara-ring-color:rgb(var(--aksara-info) / 0.99)}.bg-info\/100{background-color:rgb(var(--aksara-info) / 1)}.text-info\/100{color:rgb(var(--aksara-info) / 1)}.border-info\/100{border-color:rgb(var(--aksara-info) / 1)}.decoration-info\/100{text-decoration-color:rgb(var(--aksara-info) / 1)}.ring-info\/100{--aksara-ring-color:rgb(var(--aksara-info) / 1)}.bg-info{background-color:rgb(var(--aksara-info) / 1)}.text-info{color:rgb(var(--aksara-info) / 1)}.border-info{border-color:rgb(var(--aksara-info) / 1)}.decoration-info{text-decoration-color:rgb(var(--aksara-info) / 1)}.ring-info{--aksara-ring-color:rgb(var(--aksara-info) / 1)}.bg-dark\/0{background-color:rgb(var(--aksara-dark) / 0)}.text-dark\/0{color:rgb(var(--aksara-dark) / 0)}.border-dark\/0{border-color:rgb(var(--aksara-dark) / 0)}.decoration-dark\/0{text-decoration-color:rgb(var(--aksara-dark) / 0)}.ring-dark\/0{--aksara-ring-color:rgb(var(--aksara-dark) / 0)}.bg-dark\/1{background-color:rgb(var(--aksara-dark) / 0.01)}.text-dark\/1{color:rgb(var(--aksara-dark) / 0.01)}.border-dark\/1{border-color:rgb(var(--aksara-dark) / 0.01)}.decoration-dark\/1{text-decoration-color:rgb(var(--aksara-dark) / 0.01)}.ring-dark\/1{--aksara-ring-color:rgb(var(--aksara-dark) / 0.01)}.bg-dark\/2{background-color:rgb(var(--aksara-dark) / 0.02)}.text-dark\/2{color:rgb(var(--aksara-dark) / 0.02)}.border-dark\/2{border-color:rgb(var(--aksara-dark) / 0.02)}.decoration-dark\/2{text-decoration-color:rgb(var(--aksara-dark) / 0.02)}.ring-dark\/2{--aksara-ring-color:rgb(var(--aksara-dark) / 0.02)}.bg-dark\/3{background-color:rgb(var(--aksara-dark) / 0.03)}.text-dark\/3{color:rgb(var(--aksara-dark) / 0.03)}.border-dark\/3{border-color:rgb(var(--aksara-dark) / 0.03)}.decoration-dark\/3{text-decoration-color:rgb(var(--aksara-dark) / 0.03)}.ring-dark\/3{--aksara-ring-color:rgb(var(--aksara-dark) / 0.03)}.bg-dark\/4{background-color:rgb(var(--aksara-dark) / 0.04)}.text-dark\/4{color:rgb(var(--aksara-dark) / 0.04)}.border-dark\/4{border-color:rgb(var(--aksara-dark) / 0.04)}.decoration-dark\/4{text-decoration-color:rgb(var(--aksara-dark) / 0.04)}.ring-dark\/4{--aksara-ring-color:rgb(var(--aksara-dark) / 0.04)}.bg-dark\/5{background-color:rgb(var(--aksara-dark) / 0.05)}.text-dark\/5{color:rgb(var(--aksara-dark) / 0.05)}.border-dark\/5{border-color:rgb(var(--aksara-dark) / 0.05)}.decoration-dark\/5{text-decoration-color:rgb(var(--aksara-dark) / 0.05)}.ring-dark\/5{--aksara-ring-color:rgb(var(--aksara-dark) / 0.05)}.bg-dark\/6{background-color:rgb(var(--aksara-dark) / 0.06)}.text-dark\/6{color:rgb(var(--aksara-dark) / 0.06)}.border-dark\/6{border-color:rgb(var(--aksara-dark) / 0.06)}.decoration-dark\/6{text-decoration-color:rgb(var(--aksara-dark) / 0.06)}.ring-dark\/6{--aksara-ring-color:rgb(var(--aksara-dark) / 0.06)}.bg-dark\/7{background-color:rgb(var(--aksara-dark) / 0.07)}.text-dark\/7{color:rgb(var(--aksara-dark) / 0.07)}.border-dark\/7{border-color:rgb(var(--aksara-dark) / 0.07)}.decoration-dark\/7{text-decoration-color:rgb(var(--aksara-dark) / 0.07)}.ring-dark\/7{--aksara-ring-color:rgb(var(--aksara-dark) / 0.07)}.bg-dark\/8{background-color:rgb(var(--aksara-dark) / 0.08)}.text-dark\/8{color:rgb(var(--aksara-dark) / 0.08)}.border-dark\/8{border-color:rgb(var(--aksara-dark) / 0.08)}.decoration-dark\/8{text-decoration-color:rgb(var(--aksara-dark) / 0.08)}.ring-dark\/8{--aksara-ring-color:rgb(var(--aksara-dark) / 0.08)}.bg-dark\/9{background-color:rgb(var(--aksara-dark) / 0.09)}.text-dark\/9{color:rgb(var(--aksara-dark) / 0.09)}.border-dark\/9{border-color:rgb(var(--aksara-dark) / 0.09)}.decoration-dark\/9{text-decoration-color:rgb(var(--aksara-dark) / 0.09)}.ring-dark\/9{--aksara-ring-color:rgb(var(--aksara-dark) / 0.09)}.bg-dark\/10{background-color:rgb(var(--aksara-dark) / 0.1)}.text-dark\/10{color:rgb(var(--aksara-dark) / 0.1)}.border-dark\/10{border-color:rgb(var(--aksara-dark) / 0.1)}.decoration-dark\/10{text-decoration-color:rgb(var(--aksara-dark) / 0.1)}.ring-dark\/10{--aksara-ring-color:rgb(var(--aksara-dark) / 0.1)}.bg-dark\/11{background-color:rgb(var(--aksara-dark) / 0.11)}.text-dark\/11{color:rgb(var(--aksara-dark) / 0.11)}.border-dark\/11{border-color:rgb(var(--aksara-dark) / 0.11)}.decoration-dark\/11{text-decoration-color:rgb(var(--aksara-dark) / 0.11)}.ring-dark\/11{--aksara-ring-color:rgb(var(--aksara-dark) / 0.11)}.bg-dark\/12{background-color:rgb(var(--aksara-dark) / 0.12)}.text-dark\/12{color:rgb(var(--aksara-dark) / 0.12)}.border-dark\/12{border-color:rgb(var(--aksara-dark) / 0.12)}.decoration-dark\/12{text-decoration-color:rgb(var(--aksara-dark) / 0.12)}.ring-dark\/12{--aksara-ring-color:rgb(var(--aksara-dark) / 0.12)}.bg-dark\/13{background-color:rgb(var(--aksara-dark) / 0.13)}.text-dark\/13{color:rgb(var(--aksara-dark) / 0.13)}.border-dark\/13{border-color:rgb(var(--aksara-dark) / 0.13)}.decoration-dark\/13{text-decoration-color:rgb(var(--aksara-dark) / 0.13)}.ring-dark\/13{--aksara-ring-color:rgb(var(--aksara-dark) / 0.13)}.bg-dark\/14{background-color:rgb(var(--aksara-dark) / 0.14)}.text-dark\/14{color:rgb(var(--aksara-dark) / 0.14)}.border-dark\/14{border-color:rgb(var(--aksara-dark) / 0.14)}.decoration-dark\/14{text-decoration-color:rgb(var(--aksara-dark) / 0.14)}.ring-dark\/14{--aksara-ring-color:rgb(var(--aksara-dark) / 0.14)}.bg-dark\/15{background-color:rgb(var(--aksara-dark) / 0.15)}.text-dark\/15{color:rgb(var(--aksara-dark) / 0.15)}.border-dark\/15{border-color:rgb(var(--aksara-dark) / 0.15)}.decoration-dark\/15{text-decoration-color:rgb(var(--aksara-dark) / 0.15)}.ring-dark\/15{--aksara-ring-color:rgb(var(--aksara-dark) / 0.15)}.bg-dark\/16{background-color:rgb(var(--aksara-dark) / 0.16)}.text-dark\/16{color:rgb(var(--aksara-dark) / 0.16)}.border-dark\/16{border-color:rgb(var(--aksara-dark) / 0.16)}.decoration-dark\/16{text-decoration-color:rgb(var(--aksara-dark) / 0.16)}.ring-dark\/16{--aksara-ring-color:rgb(var(--aksara-dark) / 0.16)}.bg-dark\/17{background-color:rgb(var(--aksara-dark) / 0.17)}.text-dark\/17{color:rgb(var(--aksara-dark) / 0.17)}.border-dark\/17{border-color:rgb(var(--aksara-dark) / 0.17)}.decoration-dark\/17{text-decoration-color:rgb(var(--aksara-dark) / 0.17)}.ring-dark\/17{--aksara-ring-color:rgb(var(--aksara-dark) / 0.17)}.bg-dark\/18{background-color:rgb(var(--aksara-dark) / 0.18)}.text-dark\/18{color:rgb(var(--aksara-dark) / 0.18)}.border-dark\/18{border-color:rgb(var(--aksara-dark) / 0.18)}.decoration-dark\/18{text-decoration-color:rgb(var(--aksara-dark) / 0.18)}.ring-dark\/18{--aksara-ring-color:rgb(var(--aksara-dark) / 0.18)}.bg-dark\/19{background-color:rgb(var(--aksara-dark) / 0.19)}.text-dark\/19{color:rgb(var(--aksara-dark) / 0.19)}.border-dark\/19{border-color:rgb(var(--aksara-dark) / 0.19)}.decoration-dark\/19{text-decoration-color:rgb(var(--aksara-dark) / 0.19)}.ring-dark\/19{--aksara-ring-color:rgb(var(--aksara-dark) / 0.19)}.bg-dark\/20{background-color:rgb(var(--aksara-dark) / 0.2)}.text-dark\/20{color:rgb(var(--aksara-dark) / 0.2)}.border-dark\/20{border-color:rgb(var(--aksara-dark) / 0.2)}.decoration-dark\/20{text-decoration-color:rgb(var(--aksara-dark) / 0.2)}.ring-dark\/20{--aksara-ring-color:rgb(var(--aksara-dark) / 0.2)}.bg-dark\/21{background-color:rgb(var(--aksara-dark) / 0.21)}.text-dark\/21{color:rgb(var(--aksara-dark) / 0.21)}.border-dark\/21{border-color:rgb(var(--aksara-dark) / 0.21)}.decoration-dark\/21{text-decoration-color:rgb(var(--aksara-dark) / 0.21)}.ring-dark\/21{--aksara-ring-color:rgb(var(--aksara-dark) / 0.21)}.bg-dark\/22{background-color:rgb(var(--aksara-dark) / 0.22)}.text-dark\/22{color:rgb(var(--aksara-dark) / 0.22)}.border-dark\/22{border-color:rgb(var(--aksara-dark) / 0.22)}.decoration-dark\/22{text-decoration-color:rgb(var(--aksara-dark) / 0.22)}.ring-dark\/22{--aksara-ring-color:rgb(var(--aksara-dark) / 0.22)}.bg-dark\/23{background-color:rgb(var(--aksara-dark) / 0.23)}.text-dark\/23{color:rgb(var(--aksara-dark) / 0.23)}.border-dark\/23{border-color:rgb(var(--aksara-dark) / 0.23)}.decoration-dark\/23{text-decoration-color:rgb(var(--aksara-dark) / 0.23)}.ring-dark\/23{--aksara-ring-color:rgb(var(--aksara-dark) / 0.23)}.bg-dark\/24{background-color:rgb(var(--aksara-dark) / 0.24)}.text-dark\/24{color:rgb(var(--aksara-dark) / 0.24)}.border-dark\/24{border-color:rgb(var(--aksara-dark) / 0.24)}.decoration-dark\/24{text-decoration-color:rgb(var(--aksara-dark) / 0.24)}.ring-dark\/24{--aksara-ring-color:rgb(var(--aksara-dark) / 0.24)}.bg-dark\/25{background-color:rgb(var(--aksara-dark) / 0.25)}.text-dark\/25{color:rgb(var(--aksara-dark) / 0.25)}.border-dark\/25{border-color:rgb(var(--aksara-dark) / 0.25)}.decoration-dark\/25{text-decoration-color:rgb(var(--aksara-dark) / 0.25)}.ring-dark\/25{--aksara-ring-color:rgb(var(--aksara-dark) / 0.25)}.bg-dark\/26{background-color:rgb(var(--aksara-dark) / 0.26)}.text-dark\/26{color:rgb(var(--aksara-dark) / 0.26)}.border-dark\/26{border-color:rgb(var(--aksara-dark) / 0.26)}.decoration-dark\/26{text-decoration-color:rgb(var(--aksara-dark) / 0.26)}.ring-dark\/26{--aksara-ring-color:rgb(var(--aksara-dark) / 0.26)}.bg-dark\/27{background-color:rgb(var(--aksara-dark) / 0.27)}.text-dark\/27{color:rgb(var(--aksara-dark) / 0.27)}.border-dark\/27{border-color:rgb(var(--aksara-dark) / 0.27)}.decoration-dark\/27{text-decoration-color:rgb(var(--aksara-dark) / 0.27)}.ring-dark\/27{--aksara-ring-color:rgb(var(--aksara-dark) / 0.27)}.bg-dark\/28{background-color:rgb(var(--aksara-dark) / 0.28)}.text-dark\/28{color:rgb(var(--aksara-dark) / 0.28)}.border-dark\/28{border-color:rgb(var(--aksara-dark) / 0.28)}.decoration-dark\/28{text-decoration-color:rgb(var(--aksara-dark) / 0.28)}.ring-dark\/28{--aksara-ring-color:rgb(var(--aksara-dark) / 0.28)}.bg-dark\/29{background-color:rgb(var(--aksara-dark) / 0.29)}.text-dark\/29{color:rgb(var(--aksara-dark) / 0.29)}.border-dark\/29{border-color:rgb(var(--aksara-dark) / 0.29)}.decoration-dark\/29{text-decoration-color:rgb(var(--aksara-dark) / 0.29)}.ring-dark\/29{--aksara-ring-color:rgb(var(--aksara-dark) / 0.29)}.bg-dark\/30{background-color:rgb(var(--aksara-dark) / 0.3)}.text-dark\/30{color:rgb(var(--aksara-dark) / 0.3)}.border-dark\/30{border-color:rgb(var(--aksara-dark) / 0.3)}.decoration-dark\/30{text-decoration-color:rgb(var(--aksara-dark) / 0.3)}.ring-dark\/30{--aksara-ring-color:rgb(var(--aksara-dark) / 0.3)}.bg-dark\/31{background-color:rgb(var(--aksara-dark) / 0.31)}.text-dark\/31{color:rgb(var(--aksara-dark) / 0.31)}.border-dark\/31{border-color:rgb(var(--aksara-dark) / 0.31)}.decoration-dark\/31{text-decoration-color:rgb(var(--aksara-dark) / 0.31)}.ring-dark\/31{--aksara-ring-color:rgb(var(--aksara-dark) / 0.31)}.bg-dark\/32{background-color:rgb(var(--aksara-dark) / 0.32)}.text-dark\/32{color:rgb(var(--aksara-dark) / 0.32)}.border-dark\/32{border-color:rgb(var(--aksara-dark) / 0.32)}.decoration-dark\/32{text-decoration-color:rgb(var(--aksara-dark) / 0.32)}.ring-dark\/32{--aksara-ring-color:rgb(var(--aksara-dark) / 0.32)}.bg-dark\/33{background-color:rgb(var(--aksara-dark) / 0.33)}.text-dark\/33{color:rgb(var(--aksara-dark) / 0.33)}.border-dark\/33{border-color:rgb(var(--aksara-dark) / 0.33)}.decoration-dark\/33{text-decoration-color:rgb(var(--aksara-dark) / 0.33)}.ring-dark\/33{--aksara-ring-color:rgb(var(--aksara-dark) / 0.33)}.bg-dark\/34{background-color:rgb(var(--aksara-dark) / 0.34)}.text-dark\/34{color:rgb(var(--aksara-dark) / 0.34)}.border-dark\/34{border-color:rgb(var(--aksara-dark) / 0.34)}.decoration-dark\/34{text-decoration-color:rgb(var(--aksara-dark) / 0.34)}.ring-dark\/34{--aksara-ring-color:rgb(var(--aksara-dark) / 0.34)}.bg-dark\/35{background-color:rgb(var(--aksara-dark) / 0.35)}.text-dark\/35{color:rgb(var(--aksara-dark) / 0.35)}.border-dark\/35{border-color:rgb(var(--aksara-dark) / 0.35)}.decoration-dark\/35{text-decoration-color:rgb(var(--aksara-dark) / 0.35)}.ring-dark\/35{--aksara-ring-color:rgb(var(--aksara-dark) / 0.35)}.bg-dark\/36{background-color:rgb(var(--aksara-dark) / 0.36)}.text-dark\/36{color:rgb(var(--aksara-dark) / 0.36)}.border-dark\/36{border-color:rgb(var(--aksara-dark) / 0.36)}.decoration-dark\/36{text-decoration-color:rgb(var(--aksara-dark) / 0.36)}.ring-dark\/36{--aksara-ring-color:rgb(var(--aksara-dark) / 0.36)}.bg-dark\/37{background-color:rgb(var(--aksara-dark) / 0.37)}.text-dark\/37{color:rgb(var(--aksara-dark) / 0.37)}.border-dark\/37{border-color:rgb(var(--aksara-dark) / 0.37)}.decoration-dark\/37{text-decoration-color:rgb(var(--aksara-dark) / 0.37)}.ring-dark\/37{--aksara-ring-color:rgb(var(--aksara-dark) / 0.37)}.bg-dark\/38{background-color:rgb(var(--aksara-dark) / 0.38)}.text-dark\/38{color:rgb(var(--aksara-dark) / 0.38)}.border-dark\/38{border-color:rgb(var(--aksara-dark) / 0.38)}.decoration-dark\/38{text-decoration-color:rgb(var(--aksara-dark) / 0.38)}.ring-dark\/38{--aksara-ring-color:rgb(var(--aksara-dark) / 0.38)}.bg-dark\/39{background-color:rgb(var(--aksara-dark) / 0.39)}.text-dark\/39{color:rgb(var(--aksara-dark) / 0.39)}.border-dark\/39{border-color:rgb(var(--aksara-dark) / 0.39)}.decoration-dark\/39{text-decoration-color:rgb(var(--aksara-dark) / 0.39)}.ring-dark\/39{--aksara-ring-color:rgb(var(--aksara-dark) / 0.39)}.bg-dark\/40{background-color:rgb(var(--aksara-dark) / 0.4)}.text-dark\/40{color:rgb(var(--aksara-dark) / 0.4)}.border-dark\/40{border-color:rgb(var(--aksara-dark) / 0.4)}.decoration-dark\/40{text-decoration-color:rgb(var(--aksara-dark) / 0.4)}.ring-dark\/40{--aksara-ring-color:rgb(var(--aksara-dark) / 0.4)}.bg-dark\/41{background-color:rgb(var(--aksara-dark) / 0.41)}.text-dark\/41{color:rgb(var(--aksara-dark) / 0.41)}.border-dark\/41{border-color:rgb(var(--aksara-dark) / 0.41)}.decoration-dark\/41{text-decoration-color:rgb(var(--aksara-dark) / 0.41)}.ring-dark\/41{--aksara-ring-color:rgb(var(--aksara-dark) / 0.41)}.bg-dark\/42{background-color:rgb(var(--aksara-dark) / 0.42)}.text-dark\/42{color:rgb(var(--aksara-dark) / 0.42)}.border-dark\/42{border-color:rgb(var(--aksara-dark) / 0.42)}.decoration-dark\/42{text-decoration-color:rgb(var(--aksara-dark) / 0.42)}.ring-dark\/42{--aksara-ring-color:rgb(var(--aksara-dark) / 0.42)}.bg-dark\/43{background-color:rgb(var(--aksara-dark) / 0.43)}.text-dark\/43{color:rgb(var(--aksara-dark) / 0.43)}.border-dark\/43{border-color:rgb(var(--aksara-dark) / 0.43)}.decoration-dark\/43{text-decoration-color:rgb(var(--aksara-dark) / 0.43)}.ring-dark\/43{--aksara-ring-color:rgb(var(--aksara-dark) / 0.43)}.bg-dark\/44{background-color:rgb(var(--aksara-dark) / 0.44)}.text-dark\/44{color:rgb(var(--aksara-dark) / 0.44)}.border-dark\/44{border-color:rgb(var(--aksara-dark) / 0.44)}.decoration-dark\/44{text-decoration-color:rgb(var(--aksara-dark) / 0.44)}.ring-dark\/44{--aksara-ring-color:rgb(var(--aksara-dark) / 0.44)}.bg-dark\/45{background-color:rgb(var(--aksara-dark) / 0.45)}.text-dark\/45{color:rgb(var(--aksara-dark) / 0.45)}.border-dark\/45{border-color:rgb(var(--aksara-dark) / 0.45)}.decoration-dark\/45{text-decoration-color:rgb(var(--aksara-dark) / 0.45)}.ring-dark\/45{--aksara-ring-color:rgb(var(--aksara-dark) / 0.45)}.bg-dark\/46{background-color:rgb(var(--aksara-dark) / 0.46)}.text-dark\/46{color:rgb(var(--aksara-dark) / 0.46)}.border-dark\/46{border-color:rgb(var(--aksara-dark) / 0.46)}.decoration-dark\/46{text-decoration-color:rgb(var(--aksara-dark) / 0.46)}.ring-dark\/46{--aksara-ring-color:rgb(var(--aksara-dark) / 0.46)}.bg-dark\/47{background-color:rgb(var(--aksara-dark) / 0.47)}.text-dark\/47{color:rgb(var(--aksara-dark) / 0.47)}.border-dark\/47{border-color:rgb(var(--aksara-dark) / 0.47)}.decoration-dark\/47{text-decoration-color:rgb(var(--aksara-dark) / 0.47)}.ring-dark\/47{--aksara-ring-color:rgb(var(--aksara-dark) / 0.47)}.bg-dark\/48{background-color:rgb(var(--aksara-dark) / 0.48)}.text-dark\/48{color:rgb(var(--aksara-dark) / 0.48)}.border-dark\/48{border-color:rgb(var(--aksara-dark) / 0.48)}.decoration-dark\/48{text-decoration-color:rgb(var(--aksara-dark) / 0.48)}.ring-dark\/48{--aksara-ring-color:rgb(var(--aksara-dark) / 0.48)}.bg-dark\/49{background-color:rgb(var(--aksara-dark) / 0.49)}.text-dark\/49{color:rgb(var(--aksara-dark) / 0.49)}.border-dark\/49{border-color:rgb(var(--aksara-dark) / 0.49)}.decoration-dark\/49{text-decoration-color:rgb(var(--aksara-dark) / 0.49)}.ring-dark\/49{--aksara-ring-color:rgb(var(--aksara-dark) / 0.49)}.bg-dark\/50{background-color:rgb(var(--aksara-dark) / 0.5)}.text-dark\/50{color:rgb(var(--aksara-dark) / 0.5)}.border-dark\/50{border-color:rgb(var(--aksara-dark) / 0.5)}.decoration-dark\/50{text-decoration-color:rgb(var(--aksara-dark) / 0.5)}.ring-dark\/50{--aksara-ring-color:rgb(var(--aksara-dark) / 0.5)}.bg-dark\/51{background-color:rgb(var(--aksara-dark) / 0.51)}.text-dark\/51{color:rgb(var(--aksara-dark) / 0.51)}.border-dark\/51{border-color:rgb(var(--aksara-dark) / 0.51)}.decoration-dark\/51{text-decoration-color:rgb(var(--aksara-dark) / 0.51)}.ring-dark\/51{--aksara-ring-color:rgb(var(--aksara-dark) / 0.51)}.bg-dark\/52{background-color:rgb(var(--aksara-dark) / 0.52)}.text-dark\/52{color:rgb(var(--aksara-dark) / 0.52)}.border-dark\/52{border-color:rgb(var(--aksara-dark) / 0.52)}.decoration-dark\/52{text-decoration-color:rgb(var(--aksara-dark) / 0.52)}.ring-dark\/52{--aksara-ring-color:rgb(var(--aksara-dark) / 0.52)}.bg-dark\/53{background-color:rgb(var(--aksara-dark) / 0.53)}.text-dark\/53{color:rgb(var(--aksara-dark) / 0.53)}.border-dark\/53{border-color:rgb(var(--aksara-dark) / 0.53)}.decoration-dark\/53{text-decoration-color:rgb(var(--aksara-dark) / 0.53)}.ring-dark\/53{--aksara-ring-color:rgb(var(--aksara-dark) / 0.53)}.bg-dark\/54{background-color:rgb(var(--aksara-dark) / 0.54)}.text-dark\/54{color:rgb(var(--aksara-dark) / 0.54)}.border-dark\/54{border-color:rgb(var(--aksara-dark) / 0.54)}.decoration-dark\/54{text-decoration-color:rgb(var(--aksara-dark) / 0.54)}.ring-dark\/54{--aksara-ring-color:rgb(var(--aksara-dark) / 0.54)}.bg-dark\/55{background-color:rgb(var(--aksara-dark) / 0.55)}.text-dark\/55{color:rgb(var(--aksara-dark) / 0.55)}.border-dark\/55{border-color:rgb(var(--aksara-dark) / 0.55)}.decoration-dark\/55{text-decoration-color:rgb(var(--aksara-dark) / 0.55)}.ring-dark\/55{--aksara-ring-color:rgb(var(--aksara-dark) / 0.55)}.bg-dark\/56{background-color:rgb(var(--aksara-dark) / 0.56)}.text-dark\/56{color:rgb(var(--aksara-dark) / 0.56)}.border-dark\/56{border-color:rgb(var(--aksara-dark) / 0.56)}.decoration-dark\/56{text-decoration-color:rgb(var(--aksara-dark) / 0.56)}.ring-dark\/56{--aksara-ring-color:rgb(var(--aksara-dark) / 0.56)}.bg-dark\/57{background-color:rgb(var(--aksara-dark) / 0.57)}.text-dark\/57{color:rgb(var(--aksara-dark) / 0.57)}.border-dark\/57{border-color:rgb(var(--aksara-dark) / 0.57)}.decoration-dark\/57{text-decoration-color:rgb(var(--aksara-dark) / 0.57)}.ring-dark\/57{--aksara-ring-color:rgb(var(--aksara-dark) / 0.57)}.bg-dark\/58{background-color:rgb(var(--aksara-dark) / 0.58)}.text-dark\/58{color:rgb(var(--aksara-dark) / 0.58)}.border-dark\/58{border-color:rgb(var(--aksara-dark) / 0.58)}.decoration-dark\/58{text-decoration-color:rgb(var(--aksara-dark) / 0.58)}.ring-dark\/58{--aksara-ring-color:rgb(var(--aksara-dark) / 0.58)}.bg-dark\/59{background-color:rgb(var(--aksara-dark) / 0.59)}.text-dark\/59{color:rgb(var(--aksara-dark) / 0.59)}.border-dark\/59{border-color:rgb(var(--aksara-dark) / 0.59)}.decoration-dark\/59{text-decoration-color:rgb(var(--aksara-dark) / 0.59)}.ring-dark\/59{--aksara-ring-color:rgb(var(--aksara-dark) / 0.59)}.bg-dark\/60{background-color:rgb(var(--aksara-dark) / 0.6)}.text-dark\/60{color:rgb(var(--aksara-dark) / 0.6)}.border-dark\/60{border-color:rgb(var(--aksara-dark) / 0.6)}.decoration-dark\/60{text-decoration-color:rgb(var(--aksara-dark) / 0.6)}.ring-dark\/60{--aksara-ring-color:rgb(var(--aksara-dark) / 0.6)}.bg-dark\/61{background-color:rgb(var(--aksara-dark) / 0.61)}.text-dark\/61{color:rgb(var(--aksara-dark) / 0.61)}.border-dark\/61{border-color:rgb(var(--aksara-dark) / 0.61)}.decoration-dark\/61{text-decoration-color:rgb(var(--aksara-dark) / 0.61)}.ring-dark\/61{--aksara-ring-color:rgb(var(--aksara-dark) / 0.61)}.bg-dark\/62{background-color:rgb(var(--aksara-dark) / 0.62)}.text-dark\/62{color:rgb(var(--aksara-dark) / 0.62)}.border-dark\/62{border-color:rgb(var(--aksara-dark) / 0.62)}.decoration-dark\/62{text-decoration-color:rgb(var(--aksara-dark) / 0.62)}.ring-dark\/62{--aksara-ring-color:rgb(var(--aksara-dark) / 0.62)}.bg-dark\/63{background-color:rgb(var(--aksara-dark) / 0.63)}.text-dark\/63{color:rgb(var(--aksara-dark) / 0.63)}.border-dark\/63{border-color:rgb(var(--aksara-dark) / 0.63)}.decoration-dark\/63{text-decoration-color:rgb(var(--aksara-dark) / 0.63)}.ring-dark\/63{--aksara-ring-color:rgb(var(--aksara-dark) / 0.63)}.bg-dark\/64{background-color:rgb(var(--aksara-dark) / 0.64)}.text-dark\/64{color:rgb(var(--aksara-dark) / 0.64)}.border-dark\/64{border-color:rgb(var(--aksara-dark) / 0.64)}.decoration-dark\/64{text-decoration-color:rgb(var(--aksara-dark) / 0.64)}.ring-dark\/64{--aksara-ring-color:rgb(var(--aksara-dark) / 0.64)}.bg-dark\/65{background-color:rgb(var(--aksara-dark) / 0.65)}.text-dark\/65{color:rgb(var(--aksara-dark) / 0.65)}.border-dark\/65{border-color:rgb(var(--aksara-dark) / 0.65)}.decoration-dark\/65{text-decoration-color:rgb(var(--aksara-dark) / 0.65)}.ring-dark\/65{--aksara-ring-color:rgb(var(--aksara-dark) / 0.65)}.bg-dark\/66{background-color:rgb(var(--aksara-dark) / 0.66)}.text-dark\/66{color:rgb(var(--aksara-dark) / 0.66)}.border-dark\/66{border-color:rgb(var(--aksara-dark) / 0.66)}.decoration-dark\/66{text-decoration-color:rgb(var(--aksara-dark) / 0.66)}.ring-dark\/66{--aksara-ring-color:rgb(var(--aksara-dark) / 0.66)}.bg-dark\/67{background-color:rgb(var(--aksara-dark) / 0.67)}.text-dark\/67{color:rgb(var(--aksara-dark) / 0.67)}.border-dark\/67{border-color:rgb(var(--aksara-dark) / 0.67)}.decoration-dark\/67{text-decoration-color:rgb(var(--aksara-dark) / 0.67)}.ring-dark\/67{--aksara-ring-color:rgb(var(--aksara-dark) / 0.67)}.bg-dark\/68{background-color:rgb(var(--aksara-dark) / 0.68)}.text-dark\/68{color:rgb(var(--aksara-dark) / 0.68)}.border-dark\/68{border-color:rgb(var(--aksara-dark) / 0.68)}.decoration-dark\/68{text-decoration-color:rgb(var(--aksara-dark) / 0.68)}.ring-dark\/68{--aksara-ring-color:rgb(var(--aksara-dark) / 0.68)}.bg-dark\/69{background-color:rgb(var(--aksara-dark) / 0.69)}.text-dark\/69{color:rgb(var(--aksara-dark) / 0.69)}.border-dark\/69{border-color:rgb(var(--aksara-dark) / 0.69)}.decoration-dark\/69{text-decoration-color:rgb(var(--aksara-dark) / 0.69)}.ring-dark\/69{--aksara-ring-color:rgb(var(--aksara-dark) / 0.69)}.bg-dark\/70{background-color:rgb(var(--aksara-dark) / 0.7)}.text-dark\/70{color:rgb(var(--aksara-dark) / 0.7)}.border-dark\/70{border-color:rgb(var(--aksara-dark) / 0.7)}.decoration-dark\/70{text-decoration-color:rgb(var(--aksara-dark) / 0.7)}.ring-dark\/70{--aksara-ring-color:rgb(var(--aksara-dark) / 0.7)}.bg-dark\/71{background-color:rgb(var(--aksara-dark) / 0.71)}.text-dark\/71{color:rgb(var(--aksara-dark) / 0.71)}.border-dark\/71{border-color:rgb(var(--aksara-dark) / 0.71)}.decoration-dark\/71{text-decoration-color:rgb(var(--aksara-dark) / 0.71)}.ring-dark\/71{--aksara-ring-color:rgb(var(--aksara-dark) / 0.71)}.bg-dark\/72{background-color:rgb(var(--aksara-dark) / 0.72)}.text-dark\/72{color:rgb(var(--aksara-dark) / 0.72)}.border-dark\/72{border-color:rgb(var(--aksara-dark) / 0.72)}.decoration-dark\/72{text-decoration-color:rgb(var(--aksara-dark) / 0.72)}.ring-dark\/72{--aksara-ring-color:rgb(var(--aksara-dark) / 0.72)}.bg-dark\/73{background-color:rgb(var(--aksara-dark) / 0.73)}.text-dark\/73{color:rgb(var(--aksara-dark) / 0.73)}.border-dark\/73{border-color:rgb(var(--aksara-dark) / 0.73)}.decoration-dark\/73{text-decoration-color:rgb(var(--aksara-dark) / 0.73)}.ring-dark\/73{--aksara-ring-color:rgb(var(--aksara-dark) / 0.73)}.bg-dark\/74{background-color:rgb(var(--aksara-dark) / 0.74)}.text-dark\/74{color:rgb(var(--aksara-dark) / 0.74)}.border-dark\/74{border-color:rgb(var(--aksara-dark) / 0.74)}.decoration-dark\/74{text-decoration-color:rgb(var(--aksara-dark) / 0.74)}.ring-dark\/74{--aksara-ring-color:rgb(var(--aksara-dark) / 0.74)}.bg-dark\/75{background-color:rgb(var(--aksara-dark) / 0.75)}.text-dark\/75{color:rgb(var(--aksara-dark) / 0.75)}.border-dark\/75{border-color:rgb(var(--aksara-dark) / 0.75)}.decoration-dark\/75{text-decoration-color:rgb(var(--aksara-dark) / 0.75)}.ring-dark\/75{--aksara-ring-color:rgb(var(--aksara-dark) / 0.75)}.bg-dark\/76{background-color:rgb(var(--aksara-dark) / 0.76)}.text-dark\/76{color:rgb(var(--aksara-dark) / 0.76)}.border-dark\/76{border-color:rgb(var(--aksara-dark) / 0.76)}.decoration-dark\/76{text-decoration-color:rgb(var(--aksara-dark) / 0.76)}.ring-dark\/76{--aksara-ring-color:rgb(var(--aksara-dark) / 0.76)}.bg-dark\/77{background-color:rgb(var(--aksara-dark) / 0.77)}.text-dark\/77{color:rgb(var(--aksara-dark) / 0.77)}.border-dark\/77{border-color:rgb(var(--aksara-dark) / 0.77)}.decoration-dark\/77{text-decoration-color:rgb(var(--aksara-dark) / 0.77)}.ring-dark\/77{--aksara-ring-color:rgb(var(--aksara-dark) / 0.77)}.bg-dark\/78{background-color:rgb(var(--aksara-dark) / 0.78)}.text-dark\/78{color:rgb(var(--aksara-dark) / 0.78)}.border-dark\/78{border-color:rgb(var(--aksara-dark) / 0.78)}.decoration-dark\/78{text-decoration-color:rgb(var(--aksara-dark) / 0.78)}.ring-dark\/78{--aksara-ring-color:rgb(var(--aksara-dark) / 0.78)}.bg-dark\/79{background-color:rgb(var(--aksara-dark) / 0.79)}.text-dark\/79{color:rgb(var(--aksara-dark) / 0.79)}.border-dark\/79{border-color:rgb(var(--aksara-dark) / 0.79)}.decoration-dark\/79{text-decoration-color:rgb(var(--aksara-dark) / 0.79)}.ring-dark\/79{--aksara-ring-color:rgb(var(--aksara-dark) / 0.79)}.bg-dark\/80{background-color:rgb(var(--aksara-dark) / 0.8)}.text-dark\/80{color:rgb(var(--aksara-dark) / 0.8)}.border-dark\/80{border-color:rgb(var(--aksara-dark) / 0.8)}.decoration-dark\/80{text-decoration-color:rgb(var(--aksara-dark) / 0.8)}.ring-dark\/80{--aksara-ring-color:rgb(var(--aksara-dark) / 0.8)}.bg-dark\/81{background-color:rgb(var(--aksara-dark) / 0.81)}.text-dark\/81{color:rgb(var(--aksara-dark) / 0.81)}.border-dark\/81{border-color:rgb(var(--aksara-dark) / 0.81)}.decoration-dark\/81{text-decoration-color:rgb(var(--aksara-dark) / 0.81)}.ring-dark\/81{--aksara-ring-color:rgb(var(--aksara-dark) / 0.81)}.bg-dark\/82{background-color:rgb(var(--aksara-dark) / 0.82)}.text-dark\/82{color:rgb(var(--aksara-dark) / 0.82)}.border-dark\/82{border-color:rgb(var(--aksara-dark) / 0.82)}.decoration-dark\/82{text-decoration-color:rgb(var(--aksara-dark) / 0.82)}.ring-dark\/82{--aksara-ring-color:rgb(var(--aksara-dark) / 0.82)}.bg-dark\/83{background-color:rgb(var(--aksara-dark) / 0.83)}.text-dark\/83{color:rgb(var(--aksara-dark) / 0.83)}.border-dark\/83{border-color:rgb(var(--aksara-dark) / 0.83)}.decoration-dark\/83{text-decoration-color:rgb(var(--aksara-dark) / 0.83)}.ring-dark\/83{--aksara-ring-color:rgb(var(--aksara-dark) / 0.83)}.bg-dark\/84{background-color:rgb(var(--aksara-dark) / 0.84)}.text-dark\/84{color:rgb(var(--aksara-dark) / 0.84)}.border-dark\/84{border-color:rgb(var(--aksara-dark) / 0.84)}.decoration-dark\/84{text-decoration-color:rgb(var(--aksara-dark) / 0.84)}.ring-dark\/84{--aksara-ring-color:rgb(var(--aksara-dark) / 0.84)}.bg-dark\/85{background-color:rgb(var(--aksara-dark) / 0.85)}.text-dark\/85{color:rgb(var(--aksara-dark) / 0.85)}.border-dark\/85{border-color:rgb(var(--aksara-dark) / 0.85)}.decoration-dark\/85{text-decoration-color:rgb(var(--aksara-dark) / 0.85)}.ring-dark\/85{--aksara-ring-color:rgb(var(--aksara-dark) / 0.85)}.bg-dark\/86{background-color:rgb(var(--aksara-dark) / 0.86)}.text-dark\/86{color:rgb(var(--aksara-dark) / 0.86)}.border-dark\/86{border-color:rgb(var(--aksara-dark) / 0.86)}.decoration-dark\/86{text-decoration-color:rgb(var(--aksara-dark) / 0.86)}.ring-dark\/86{--aksara-ring-color:rgb(var(--aksara-dark) / 0.86)}.bg-dark\/87{background-color:rgb(var(--aksara-dark) / 0.87)}.text-dark\/87{color:rgb(var(--aksara-dark) / 0.87)}.border-dark\/87{border-color:rgb(var(--aksara-dark) / 0.87)}.decoration-dark\/87{text-decoration-color:rgb(var(--aksara-dark) / 0.87)}.ring-dark\/87{--aksara-ring-color:rgb(var(--aksara-dark) / 0.87)}.bg-dark\/88{background-color:rgb(var(--aksara-dark) / 0.88)}.text-dark\/88{color:rgb(var(--aksara-dark) / 0.88)}.border-dark\/88{border-color:rgb(var(--aksara-dark) / 0.88)}.decoration-dark\/88{text-decoration-color:rgb(var(--aksara-dark) / 0.88)}.ring-dark\/88{--aksara-ring-color:rgb(var(--aksara-dark) / 0.88)}.bg-dark\/89{background-color:rgb(var(--aksara-dark) / 0.89)}.text-dark\/89{color:rgb(var(--aksara-dark) / 0.89)}.border-dark\/89{border-color:rgb(var(--aksara-dark) / 0.89)}.decoration-dark\/89{text-decoration-color:rgb(var(--aksara-dark) / 0.89)}.ring-dark\/89{--aksara-ring-color:rgb(var(--aksara-dark) / 0.89)}.bg-dark\/90{background-color:rgb(var(--aksara-dark) / 0.9)}.text-dark\/90{color:rgb(var(--aksara-dark) / 0.9)}.border-dark\/90{border-color:rgb(var(--aksara-dark) / 0.9)}.decoration-dark\/90{text-decoration-color:rgb(var(--aksara-dark) / 0.9)}.ring-dark\/90{--aksara-ring-color:rgb(var(--aksara-dark) / 0.9)}.bg-dark\/91{background-color:rgb(var(--aksara-dark) / 0.91)}.text-dark\/91{color:rgb(var(--aksara-dark) / 0.91)}.border-dark\/91{border-color:rgb(var(--aksara-dark) / 0.91)}.decoration-dark\/91{text-decoration-color:rgb(var(--aksara-dark) / 0.91)}.ring-dark\/91{--aksara-ring-color:rgb(var(--aksara-dark) / 0.91)}.bg-dark\/92{background-color:rgb(var(--aksara-dark) / 0.92)}.text-dark\/92{color:rgb(var(--aksara-dark) / 0.92)}.border-dark\/92{border-color:rgb(var(--aksara-dark) / 0.92)}.decoration-dark\/92{text-decoration-color:rgb(var(--aksara-dark) / 0.92)}.ring-dark\/92{--aksara-ring-color:rgb(var(--aksara-dark) / 0.92)}.bg-dark\/93{background-color:rgb(var(--aksara-dark) / 0.93)}.text-dark\/93{color:rgb(var(--aksara-dark) / 0.93)}.border-dark\/93{border-color:rgb(var(--aksara-dark) / 0.93)}.decoration-dark\/93{text-decoration-color:rgb(var(--aksara-dark) / 0.93)}.ring-dark\/93{--aksara-ring-color:rgb(var(--aksara-dark) / 0.93)}.bg-dark\/94{background-color:rgb(var(--aksara-dark) / 0.94)}.text-dark\/94{color:rgb(var(--aksara-dark) / 0.94)}.border-dark\/94{border-color:rgb(var(--aksara-dark) / 0.94)}.decoration-dark\/94{text-decoration-color:rgb(var(--aksara-dark) / 0.94)}.ring-dark\/94{--aksara-ring-color:rgb(var(--aksara-dark) / 0.94)}.bg-dark\/95{background-color:rgb(var(--aksara-dark) / 0.95)}.text-dark\/95{color:rgb(var(--aksara-dark) / 0.95)}.border-dark\/95{border-color:rgb(var(--aksara-dark) / 0.95)}.decoration-dark\/95{text-decoration-color:rgb(var(--aksara-dark) / 0.95)}.ring-dark\/95{--aksara-ring-color:rgb(var(--aksara-dark) / 0.95)}.bg-dark\/96{background-color:rgb(var(--aksara-dark) / 0.96)}.text-dark\/96{color:rgb(var(--aksara-dark) / 0.96)}.border-dark\/96{border-color:rgb(var(--aksara-dark) / 0.96)}.decoration-dark\/96{text-decoration-color:rgb(var(--aksara-dark) / 0.96)}.ring-dark\/96{--aksara-ring-color:rgb(var(--aksara-dark) / 0.96)}.bg-dark\/97{background-color:rgb(var(--aksara-dark) / 0.97)}.text-dark\/97{color:rgb(var(--aksara-dark) / 0.97)}.border-dark\/97{border-color:rgb(var(--aksara-dark) / 0.97)}.decoration-dark\/97{text-decoration-color:rgb(var(--aksara-dark) / 0.97)}.ring-dark\/97{--aksara-ring-color:rgb(var(--aksara-dark) / 0.97)}.bg-dark\/98{background-color:rgb(var(--aksara-dark) / 0.98)}.text-dark\/98{color:rgb(var(--aksara-dark) / 0.98)}.border-dark\/98{border-color:rgb(var(--aksara-dark) / 0.98)}.decoration-dark\/98{text-decoration-color:rgb(var(--aksara-dark) / 0.98)}.ring-dark\/98{--aksara-ring-color:rgb(var(--aksara-dark) / 0.98)}.bg-dark\/99{background-color:rgb(var(--aksara-dark) / 0.99)}.text-dark\/99{color:rgb(var(--aksara-dark) / 0.99)}.border-dark\/99{border-color:rgb(var(--aksara-dark) / 0.99)}.decoration-dark\/99{text-decoration-color:rgb(var(--aksara-dark) / 0.99)}.ring-dark\/99{--aksara-ring-color:rgb(var(--aksara-dark) / 0.99)}.bg-dark\/100{background-color:rgb(var(--aksara-dark) / 1)}.text-dark\/100{color:rgb(var(--aksara-dark) / 1)}.border-dark\/100{border-color:rgb(var(--aksara-dark) / 1)}.decoration-dark\/100{text-decoration-color:rgb(var(--aksara-dark) / 1)}.ring-dark\/100{--aksara-ring-color:rgb(var(--aksara-dark) / 1)}.bg-dark{background-color:rgb(var(--aksara-dark) / 1)}.text-dark{color:rgb(var(--aksara-dark) / 1)}.border-dark{border-color:rgb(var(--aksara-dark) / 1)}.decoration-dark{text-decoration-color:rgb(var(--aksara-dark) / 1)}.ring-dark{--aksara-ring-color:rgb(var(--aksara-dark) / 1)}.bg-light\/0{background-color:rgb(var(--aksara-light) / 0)}.text-light\/0{color:rgb(var(--aksara-light) / 0)}.border-light\/0{border-color:rgb(var(--aksara-light) / 0)}.decoration-light\/0{text-decoration-color:rgb(var(--aksara-light) / 0)}.ring-light\/0{--aksara-ring-color:rgb(var(--aksara-light) / 0)}.bg-light\/1{background-color:rgb(var(--aksara-light) / 0.01)}.text-light\/1{color:rgb(var(--aksara-light) / 0.01)}.border-light\/1{border-color:rgb(var(--aksara-light) / 0.01)}.decoration-light\/1{text-decoration-color:rgb(var(--aksara-light) / 0.01)}.ring-light\/1{--aksara-ring-color:rgb(var(--aksara-light) / 0.01)}.bg-light\/2{background-color:rgb(var(--aksara-light) / 0.02)}.text-light\/2{color:rgb(var(--aksara-light) / 0.02)}.border-light\/2{border-color:rgb(var(--aksara-light) / 0.02)}.decoration-light\/2{text-decoration-color:rgb(var(--aksara-light) / 0.02)}.ring-light\/2{--aksara-ring-color:rgb(var(--aksara-light) / 0.02)}.bg-light\/3{background-color:rgb(var(--aksara-light) / 0.03)}.text-light\/3{color:rgb(var(--aksara-light) / 0.03)}.border-light\/3{border-color:rgb(var(--aksara-light) / 0.03)}.decoration-light\/3{text-decoration-color:rgb(var(--aksara-light) / 0.03)}.ring-light\/3{--aksara-ring-color:rgb(var(--aksara-light) / 0.03)}.bg-light\/4{background-color:rgb(var(--aksara-light) / 0.04)}.text-light\/4{color:rgb(var(--aksara-light) / 0.04)}.border-light\/4{border-color:rgb(var(--aksara-light) / 0.04)}.decoration-light\/4{text-decoration-color:rgb(var(--aksara-light) / 0.04)}.ring-light\/4{--aksara-ring-color:rgb(var(--aksara-light) / 0.04)}.bg-light\/5{background-color:rgb(var(--aksara-light) / 0.05)}.text-light\/5{color:rgb(var(--aksara-light) / 0.05)}.border-light\/5{border-color:rgb(var(--aksara-light) / 0.05)}.decoration-light\/5{text-decoration-color:rgb(var(--aksara-light) / 0.05)}.ring-light\/5{--aksara-ring-color:rgb(var(--aksara-light) / 0.05)}.bg-light\/6{background-color:rgb(var(--aksara-light) / 0.06)}.text-light\/6{color:rgb(var(--aksara-light) / 0.06)}.border-light\/6{border-color:rgb(var(--aksara-light) / 0.06)}.decoration-light\/6{text-decoration-color:rgb(var(--aksara-light) / 0.06)}.ring-light\/6{--aksara-ring-color:rgb(var(--aksara-light) / 0.06)}.bg-light\/7{background-color:rgb(var(--aksara-light) / 0.07)}.text-light\/7{color:rgb(var(--aksara-light) / 0.07)}.border-light\/7{border-color:rgb(var(--aksara-light) / 0.07)}.decoration-light\/7{text-decoration-color:rgb(var(--aksara-light) / 0.07)}.ring-light\/7{--aksara-ring-color:rgb(var(--aksara-light) / 0.07)}.bg-light\/8{background-color:rgb(var(--aksara-light) / 0.08)}.text-light\/8{color:rgb(var(--aksara-light) / 0.08)}.border-light\/8{border-color:rgb(var(--aksara-light) / 0.08)}.decoration-light\/8{text-decoration-color:rgb(var(--aksara-light) / 0.08)}.ring-light\/8{--aksara-ring-color:rgb(var(--aksara-light) / 0.08)}.bg-light\/9{background-color:rgb(var(--aksara-light) / 0.09)}.text-light\/9{color:rgb(var(--aksara-light) / 0.09)}.border-light\/9{border-color:rgb(var(--aksara-light) / 0.09)}.decoration-light\/9{text-decoration-color:rgb(var(--aksara-light) / 0.09)}.ring-light\/9{--aksara-ring-color:rgb(var(--aksara-light) / 0.09)}.bg-light\/10{background-color:rgb(var(--aksara-light) / 0.1)}.text-light\/10{color:rgb(var(--aksara-light) / 0.1)}.border-light\/10{border-color:rgb(var(--aksara-light) / 0.1)}.decoration-light\/10{text-decoration-color:rgb(var(--aksara-light) / 0.1)}.ring-light\/10{--aksara-ring-color:rgb(var(--aksara-light) / 0.1)}.bg-light\/11{background-color:rgb(var(--aksara-light) / 0.11)}.text-light\/11{color:rgb(var(--aksara-light) / 0.11)}.border-light\/11{border-color:rgb(var(--aksara-light) / 0.11)}.decoration-light\/11{text-decoration-color:rgb(var(--aksara-light) / 0.11)}.ring-light\/11{--aksara-ring-color:rgb(var(--aksara-light) / 0.11)}.bg-light\/12{background-color:rgb(var(--aksara-light) / 0.12)}.text-light\/12{color:rgb(var(--aksara-light) / 0.12)}.border-light\/12{border-color:rgb(var(--aksara-light) / 0.12)}.decoration-light\/12{text-decoration-color:rgb(var(--aksara-light) / 0.12)}.ring-light\/12{--aksara-ring-color:rgb(var(--aksara-light) / 0.12)}.bg-light\/13{background-color:rgb(var(--aksara-light) / 0.13)}.text-light\/13{color:rgb(var(--aksara-light) / 0.13)}.border-light\/13{border-color:rgb(var(--aksara-light) / 0.13)}.decoration-light\/13{text-decoration-color:rgb(var(--aksara-light) / 0.13)}.ring-light\/13{--aksara-ring-color:rgb(var(--aksara-light) / 0.13)}.bg-light\/14{background-color:rgb(var(--aksara-light) / 0.14)}.text-light\/14{color:rgb(var(--aksara-light) / 0.14)}.border-light\/14{border-color:rgb(var(--aksara-light) / 0.14)}.decoration-light\/14{text-decoration-color:rgb(var(--aksara-light) / 0.14)}.ring-light\/14{--aksara-ring-color:rgb(var(--aksara-light) / 0.14)}.bg-light\/15{background-color:rgb(var(--aksara-light) / 0.15)}.text-light\/15{color:rgb(var(--aksara-light) / 0.15)}.border-light\/15{border-color:rgb(var(--aksara-light) / 0.15)}.decoration-light\/15{text-decoration-color:rgb(var(--aksara-light) / 0.15)}.ring-light\/15{--aksara-ring-color:rgb(var(--aksara-light) / 0.15)}.bg-light\/16{background-color:rgb(var(--aksara-light) / 0.16)}.text-light\/16{color:rgb(var(--aksara-light) / 0.16)}.border-light\/16{border-color:rgb(var(--aksara-light) / 0.16)}.decoration-light\/16{text-decoration-color:rgb(var(--aksara-light) / 0.16)}.ring-light\/16{--aksara-ring-color:rgb(var(--aksara-light) / 0.16)}.bg-light\/17{background-color:rgb(var(--aksara-light) / 0.17)}.text-light\/17{color:rgb(var(--aksara-light) / 0.17)}.border-light\/17{border-color:rgb(var(--aksara-light) / 0.17)}.decoration-light\/17{text-decoration-color:rgb(var(--aksara-light) / 0.17)}.ring-light\/17{--aksara-ring-color:rgb(var(--aksara-light) / 0.17)}.bg-light\/18{background-color:rgb(var(--aksara-light) / 0.18)}.text-light\/18{color:rgb(var(--aksara-light) / 0.18)}.border-light\/18{border-color:rgb(var(--aksara-light) / 0.18)}.decoration-light\/18{text-decoration-color:rgb(var(--aksara-light) / 0.18)}.ring-light\/18{--aksara-ring-color:rgb(var(--aksara-light) / 0.18)}.bg-light\/19{background-color:rgb(var(--aksara-light) / 0.19)}.text-light\/19{color:rgb(var(--aksara-light) / 0.19)}.border-light\/19{border-color:rgb(var(--aksara-light) / 0.19)}.decoration-light\/19{text-decoration-color:rgb(var(--aksara-light) / 0.19)}.ring-light\/19{--aksara-ring-color:rgb(var(--aksara-light) / 0.19)}.bg-light\/20{background-color:rgb(var(--aksara-light) / 0.2)}.text-light\/20{color:rgb(var(--aksara-light) / 0.2)}.border-light\/20{border-color:rgb(var(--aksara-light) / 0.2)}.decoration-light\/20{text-decoration-color:rgb(var(--aksara-light) / 0.2)}.ring-light\/20{--aksara-ring-color:rgb(var(--aksara-light) / 0.2)}.bg-light\/21{background-color:rgb(var(--aksara-light) / 0.21)}.text-light\/21{color:rgb(var(--aksara-light) / 0.21)}.border-light\/21{border-color:rgb(var(--aksara-light) / 0.21)}.decoration-light\/21{text-decoration-color:rgb(var(--aksara-light) / 0.21)}.ring-light\/21{--aksara-ring-color:rgb(var(--aksara-light) / 0.21)}.bg-light\/22{background-color:rgb(var(--aksara-light) / 0.22)}.text-light\/22{color:rgb(var(--aksara-light) / 0.22)}.border-light\/22{border-color:rgb(var(--aksara-light) / 0.22)}.decoration-light\/22{text-decoration-color:rgb(var(--aksara-light) / 0.22)}.ring-light\/22{--aksara-ring-color:rgb(var(--aksara-light) / 0.22)}.bg-light\/23{background-color:rgb(var(--aksara-light) / 0.23)}.text-light\/23{color:rgb(var(--aksara-light) / 0.23)}.border-light\/23{border-color:rgb(var(--aksara-light) / 0.23)}.decoration-light\/23{text-decoration-color:rgb(var(--aksara-light) / 0.23)}.ring-light\/23{--aksara-ring-color:rgb(var(--aksara-light) / 0.23)}.bg-light\/24{background-color:rgb(var(--aksara-light) / 0.24)}.text-light\/24{color:rgb(var(--aksara-light) / 0.24)}.border-light\/24{border-color:rgb(var(--aksara-light) / 0.24)}.decoration-light\/24{text-decoration-color:rgb(var(--aksara-light) / 0.24)}.ring-light\/24{--aksara-ring-color:rgb(var(--aksara-light) / 0.24)}.bg-light\/25{background-color:rgb(var(--aksara-light) / 0.25)}.text-light\/25{color:rgb(var(--aksara-light) / 0.25)}.border-light\/25{border-color:rgb(var(--aksara-light) / 0.25)}.decoration-light\/25{text-decoration-color:rgb(var(--aksara-light) / 0.25)}.ring-light\/25{--aksara-ring-color:rgb(var(--aksara-light) / 0.25)}.bg-light\/26{background-color:rgb(var(--aksara-light) / 0.26)}.text-light\/26{color:rgb(var(--aksara-light) / 0.26)}.border-light\/26{border-color:rgb(var(--aksara-light) / 0.26)}.decoration-light\/26{text-decoration-color:rgb(var(--aksara-light) / 0.26)}.ring-light\/26{--aksara-ring-color:rgb(var(--aksara-light) / 0.26)}.bg-light\/27{background-color:rgb(var(--aksara-light) / 0.27)}.text-light\/27{color:rgb(var(--aksara-light) / 0.27)}.border-light\/27{border-color:rgb(var(--aksara-light) / 0.27)}.decoration-light\/27{text-decoration-color:rgb(var(--aksara-light) / 0.27)}.ring-light\/27{--aksara-ring-color:rgb(var(--aksara-light) / 0.27)}.bg-light\/28{background-color:rgb(var(--aksara-light) / 0.28)}.text-light\/28{color:rgb(var(--aksara-light) / 0.28)}.border-light\/28{border-color:rgb(var(--aksara-light) / 0.28)}.decoration-light\/28{text-decoration-color:rgb(var(--aksara-light) / 0.28)}.ring-light\/28{--aksara-ring-color:rgb(var(--aksara-light) / 0.28)}.bg-light\/29{background-color:rgb(var(--aksara-light) / 0.29)}.text-light\/29{color:rgb(var(--aksara-light) / 0.29)}.border-light\/29{border-color:rgb(var(--aksara-light) / 0.29)}.decoration-light\/29{text-decoration-color:rgb(var(--aksara-light) / 0.29)}.ring-light\/29{--aksara-ring-color:rgb(var(--aksara-light) / 0.29)}.bg-light\/30{background-color:rgb(var(--aksara-light) / 0.3)}.text-light\/30{color:rgb(var(--aksara-light) / 0.3)}.border-light\/30{border-color:rgb(var(--aksara-light) / 0.3)}.decoration-light\/30{text-decoration-color:rgb(var(--aksara-light) / 0.3)}.ring-light\/30{--aksara-ring-color:rgb(var(--aksara-light) / 0.3)}.bg-light\/31{background-color:rgb(var(--aksara-light) / 0.31)}.text-light\/31{color:rgb(var(--aksara-light) / 0.31)}.border-light\/31{border-color:rgb(var(--aksara-light) / 0.31)}.decoration-light\/31{text-decoration-color:rgb(var(--aksara-light) / 0.31)}.ring-light\/31{--aksara-ring-color:rgb(var(--aksara-light) / 0.31)}.bg-light\/32{background-color:rgb(var(--aksara-light) / 0.32)}.text-light\/32{color:rgb(var(--aksara-light) / 0.32)}.border-light\/32{border-color:rgb(var(--aksara-light) / 0.32)}.decoration-light\/32{text-decoration-color:rgb(var(--aksara-light) / 0.32)}.ring-light\/32{--aksara-ring-color:rgb(var(--aksara-light) / 0.32)}.bg-light\/33{background-color:rgb(var(--aksara-light) / 0.33)}.text-light\/33{color:rgb(var(--aksara-light) / 0.33)}.border-light\/33{border-color:rgb(var(--aksara-light) / 0.33)}.decoration-light\/33{text-decoration-color:rgb(var(--aksara-light) / 0.33)}.ring-light\/33{--aksara-ring-color:rgb(var(--aksara-light) / 0.33)}.bg-light\/34{background-color:rgb(var(--aksara-light) / 0.34)}.text-light\/34{color:rgb(var(--aksara-light) / 0.34)}.border-light\/34{border-color:rgb(var(--aksara-light) / 0.34)}.decoration-light\/34{text-decoration-color:rgb(var(--aksara-light) / 0.34)}.ring-light\/34{--aksara-ring-color:rgb(var(--aksara-light) / 0.34)}.bg-light\/35{background-color:rgb(var(--aksara-light) / 0.35)}.text-light\/35{color:rgb(var(--aksara-light) / 0.35)}.border-light\/35{border-color:rgb(var(--aksara-light) / 0.35)}.decoration-light\/35{text-decoration-color:rgb(var(--aksara-light) / 0.35)}.ring-light\/35{--aksara-ring-color:rgb(var(--aksara-light) / 0.35)}.bg-light\/36{background-color:rgb(var(--aksara-light) / 0.36)}.text-light\/36{color:rgb(var(--aksara-light) / 0.36)}.border-light\/36{border-color:rgb(var(--aksara-light) / 0.36)}.decoration-light\/36{text-decoration-color:rgb(var(--aksara-light) / 0.36)}.ring-light\/36{--aksara-ring-color:rgb(var(--aksara-light) / 0.36)}.bg-light\/37{background-color:rgb(var(--aksara-light) / 0.37)}.text-light\/37{color:rgb(var(--aksara-light) / 0.37)}.border-light\/37{border-color:rgb(var(--aksara-light) / 0.37)}.decoration-light\/37{text-decoration-color:rgb(var(--aksara-light) / 0.37)}.ring-light\/37{--aksara-ring-color:rgb(var(--aksara-light) / 0.37)}.bg-light\/38{background-color:rgb(var(--aksara-light) / 0.38)}.text-light\/38{color:rgb(var(--aksara-light) / 0.38)}.border-light\/38{border-color:rgb(var(--aksara-light) / 0.38)}.decoration-light\/38{text-decoration-color:rgb(var(--aksara-light) / 0.38)}.ring-light\/38{--aksara-ring-color:rgb(var(--aksara-light) / 0.38)}.bg-light\/39{background-color:rgb(var(--aksara-light) / 0.39)}.text-light\/39{color:rgb(var(--aksara-light) / 0.39)}.border-light\/39{border-color:rgb(var(--aksara-light) / 0.39)}.decoration-light\/39{text-decoration-color:rgb(var(--aksara-light) / 0.39)}.ring-light\/39{--aksara-ring-color:rgb(var(--aksara-light) / 0.39)}.bg-light\/40{background-color:rgb(var(--aksara-light) / 0.4)}.text-light\/40{color:rgb(var(--aksara-light) / 0.4)}.border-light\/40{border-color:rgb(var(--aksara-light) / 0.4)}.decoration-light\/40{text-decoration-color:rgb(var(--aksara-light) / 0.4)}.ring-light\/40{--aksara-ring-color:rgb(var(--aksara-light) / 0.4)}.bg-light\/41{background-color:rgb(var(--aksara-light) / 0.41)}.text-light\/41{color:rgb(var(--aksara-light) / 0.41)}.border-light\/41{border-color:rgb(var(--aksara-light) / 0.41)}.decoration-light\/41{text-decoration-color:rgb(var(--aksara-light) / 0.41)}.ring-light\/41{--aksara-ring-color:rgb(var(--aksara-light) / 0.41)}.bg-light\/42{background-color:rgb(var(--aksara-light) / 0.42)}.text-light\/42{color:rgb(var(--aksara-light) / 0.42)}.border-light\/42{border-color:rgb(var(--aksara-light) / 0.42)}.decoration-light\/42{text-decoration-color:rgb(var(--aksara-light) / 0.42)}.ring-light\/42{--aksara-ring-color:rgb(var(--aksara-light) / 0.42)}.bg-light\/43{background-color:rgb(var(--aksara-light) / 0.43)}.text-light\/43{color:rgb(var(--aksara-light) / 0.43)}.border-light\/43{border-color:rgb(var(--aksara-light) / 0.43)}.decoration-light\/43{text-decoration-color:rgb(var(--aksara-light) / 0.43)}.ring-light\/43{--aksara-ring-color:rgb(var(--aksara-light) / 0.43)}.bg-light\/44{background-color:rgb(var(--aksara-light) / 0.44)}.text-light\/44{color:rgb(var(--aksara-light) / 0.44)}.border-light\/44{border-color:rgb(var(--aksara-light) / 0.44)}.decoration-light\/44{text-decoration-color:rgb(var(--aksara-light) / 0.44)}.ring-light\/44{--aksara-ring-color:rgb(var(--aksara-light) / 0.44)}.bg-light\/45{background-color:rgb(var(--aksara-light) / 0.45)}.text-light\/45{color:rgb(var(--aksara-light) / 0.45)}.border-light\/45{border-color:rgb(var(--aksara-light) / 0.45)}.decoration-light\/45{text-decoration-color:rgb(var(--aksara-light) / 0.45)}.ring-light\/45{--aksara-ring-color:rgb(var(--aksara-light) / 0.45)}.bg-light\/46{background-color:rgb(var(--aksara-light) / 0.46)}.text-light\/46{color:rgb(var(--aksara-light) / 0.46)}.border-light\/46{border-color:rgb(var(--aksara-light) / 0.46)}.decoration-light\/46{text-decoration-color:rgb(var(--aksara-light) / 0.46)}.ring-light\/46{--aksara-ring-color:rgb(var(--aksara-light) / 0.46)}.bg-light\/47{background-color:rgb(var(--aksara-light) / 0.47)}.text-light\/47{color:rgb(var(--aksara-light) / 0.47)}.border-light\/47{border-color:rgb(var(--aksara-light) / 0.47)}.decoration-light\/47{text-decoration-color:rgb(var(--aksara-light) / 0.47)}.ring-light\/47{--aksara-ring-color:rgb(var(--aksara-light) / 0.47)}.bg-light\/48{background-color:rgb(var(--aksara-light) / 0.48)}.text-light\/48{color:rgb(var(--aksara-light) / 0.48)}.border-light\/48{border-color:rgb(var(--aksara-light) / 0.48)}.decoration-light\/48{text-decoration-color:rgb(var(--aksara-light) / 0.48)}.ring-light\/48{--aksara-ring-color:rgb(var(--aksara-light) / 0.48)}.bg-light\/49{background-color:rgb(var(--aksara-light) / 0.49)}.text-light\/49{color:rgb(var(--aksara-light) / 0.49)}.border-light\/49{border-color:rgb(var(--aksara-light) / 0.49)}.decoration-light\/49{text-decoration-color:rgb(var(--aksara-light) / 0.49)}.ring-light\/49{--aksara-ring-color:rgb(var(--aksara-light) / 0.49)}.bg-light\/50{background-color:rgb(var(--aksara-light) / 0.5)}.text-light\/50{color:rgb(var(--aksara-light) / 0.5)}.border-light\/50{border-color:rgb(var(--aksara-light) / 0.5)}.decoration-light\/50{text-decoration-color:rgb(var(--aksara-light) / 0.5)}.ring-light\/50{--aksara-ring-color:rgb(var(--aksara-light) / 0.5)}.bg-light\/51{background-color:rgb(var(--aksara-light) / 0.51)}.text-light\/51{color:rgb(var(--aksara-light) / 0.51)}.border-light\/51{border-color:rgb(var(--aksara-light) / 0.51)}.decoration-light\/51{text-decoration-color:rgb(var(--aksara-light) / 0.51)}.ring-light\/51{--aksara-ring-color:rgb(var(--aksara-light) / 0.51)}.bg-light\/52{background-color:rgb(var(--aksara-light) / 0.52)}.text-light\/52{color:rgb(var(--aksara-light) / 0.52)}.border-light\/52{border-color:rgb(var(--aksara-light) / 0.52)}.decoration-light\/52{text-decoration-color:rgb(var(--aksara-light) / 0.52)}.ring-light\/52{--aksara-ring-color:rgb(var(--aksara-light) / 0.52)}.bg-light\/53{background-color:rgb(var(--aksara-light) / 0.53)}.text-light\/53{color:rgb(var(--aksara-light) / 0.53)}.border-light\/53{border-color:rgb(var(--aksara-light) / 0.53)}.decoration-light\/53{text-decoration-color:rgb(var(--aksara-light) / 0.53)}.ring-light\/53{--aksara-ring-color:rgb(var(--aksara-light) / 0.53)}.bg-light\/54{background-color:rgb(var(--aksara-light) / 0.54)}.text-light\/54{color:rgb(var(--aksara-light) / 0.54)}.border-light\/54{border-color:rgb(var(--aksara-light) / 0.54)}.decoration-light\/54{text-decoration-color:rgb(var(--aksara-light) / 0.54)}.ring-light\/54{--aksara-ring-color:rgb(var(--aksara-light) / 0.54)}.bg-light\/55{background-color:rgb(var(--aksara-light) / 0.55)}.text-light\/55{color:rgb(var(--aksara-light) / 0.55)}.border-light\/55{border-color:rgb(var(--aksara-light) / 0.55)}.decoration-light\/55{text-decoration-color:rgb(var(--aksara-light) / 0.55)}.ring-light\/55{--aksara-ring-color:rgb(var(--aksara-light) / 0.55)}.bg-light\/56{background-color:rgb(var(--aksara-light) / 0.56)}.text-light\/56{color:rgb(var(--aksara-light) / 0.56)}.border-light\/56{border-color:rgb(var(--aksara-light) / 0.56)}.decoration-light\/56{text-decoration-color:rgb(var(--aksara-light) / 0.56)}.ring-light\/56{--aksara-ring-color:rgb(var(--aksara-light) / 0.56)}.bg-light\/57{background-color:rgb(var(--aksara-light) / 0.57)}.text-light\/57{color:rgb(var(--aksara-light) / 0.57)}.border-light\/57{border-color:rgb(var(--aksara-light) / 0.57)}.decoration-light\/57{text-decoration-color:rgb(var(--aksara-light) / 0.57)}.ring-light\/57{--aksara-ring-color:rgb(var(--aksara-light) / 0.57)}.bg-light\/58{background-color:rgb(var(--aksara-light) / 0.58)}.text-light\/58{color:rgb(var(--aksara-light) / 0.58)}.border-light\/58{border-color:rgb(var(--aksara-light) / 0.58)}.decoration-light\/58{text-decoration-color:rgb(var(--aksara-light) / 0.58)}.ring-light\/58{--aksara-ring-color:rgb(var(--aksara-light) / 0.58)}.bg-light\/59{background-color:rgb(var(--aksara-light) / 0.59)}.text-light\/59{color:rgb(var(--aksara-light) / 0.59)}.border-light\/59{border-color:rgb(var(--aksara-light) / 0.59)}.decoration-light\/59{text-decoration-color:rgb(var(--aksara-light) / 0.59)}.ring-light\/59{--aksara-ring-color:rgb(var(--aksara-light) / 0.59)}.bg-light\/60{background-color:rgb(var(--aksara-light) / 0.6)}.text-light\/60{color:rgb(var(--aksara-light) / 0.6)}.border-light\/60{border-color:rgb(var(--aksara-light) / 0.6)}.decoration-light\/60{text-decoration-color:rgb(var(--aksara-light) / 0.6)}.ring-light\/60{--aksara-ring-color:rgb(var(--aksara-light) / 0.6)}.bg-light\/61{background-color:rgb(var(--aksara-light) / 0.61)}.text-light\/61{color:rgb(var(--aksara-light) / 0.61)}.border-light\/61{border-color:rgb(var(--aksara-light) / 0.61)}.decoration-light\/61{text-decoration-color:rgb(var(--aksara-light) / 0.61)}.ring-light\/61{--aksara-ring-color:rgb(var(--aksara-light) / 0.61)}.bg-light\/62{background-color:rgb(var(--aksara-light) / 0.62)}.text-light\/62{color:rgb(var(--aksara-light) / 0.62)}.border-light\/62{border-color:rgb(var(--aksara-light) / 0.62)}.decoration-light\/62{text-decoration-color:rgb(var(--aksara-light) / 0.62)}.ring-light\/62{--aksara-ring-color:rgb(var(--aksara-light) / 0.62)}.bg-light\/63{background-color:rgb(var(--aksara-light) / 0.63)}.text-light\/63{color:rgb(var(--aksara-light) / 0.63)}.border-light\/63{border-color:rgb(var(--aksara-light) / 0.63)}.decoration-light\/63{text-decoration-color:rgb(var(--aksara-light) / 0.63)}.ring-light\/63{--aksara-ring-color:rgb(var(--aksara-light) / 0.63)}.bg-light\/64{background-color:rgb(var(--aksara-light) / 0.64)}.text-light\/64{color:rgb(var(--aksara-light) / 0.64)}.border-light\/64{border-color:rgb(var(--aksara-light) / 0.64)}.decoration-light\/64{text-decoration-color:rgb(var(--aksara-light) / 0.64)}.ring-light\/64{--aksara-ring-color:rgb(var(--aksara-light) / 0.64)}.bg-light\/65{background-color:rgb(var(--aksara-light) / 0.65)}.text-light\/65{color:rgb(var(--aksara-light) / 0.65)}.border-light\/65{border-color:rgb(var(--aksara-light) / 0.65)}.decoration-light\/65{text-decoration-color:rgb(var(--aksara-light) / 0.65)}.ring-light\/65{--aksara-ring-color:rgb(var(--aksara-light) / 0.65)}.bg-light\/66{background-color:rgb(var(--aksara-light) / 0.66)}.text-light\/66{color:rgb(var(--aksara-light) / 0.66)}.border-light\/66{border-color:rgb(var(--aksara-light) / 0.66)}.decoration-light\/66{text-decoration-color:rgb(var(--aksara-light) / 0.66)}.ring-light\/66{--aksara-ring-color:rgb(var(--aksara-light) / 0.66)}.bg-light\/67{background-color:rgb(var(--aksara-light) / 0.67)}.text-light\/67{color:rgb(var(--aksara-light) / 0.67)}.border-light\/67{border-color:rgb(var(--aksara-light) / 0.67)}.decoration-light\/67{text-decoration-color:rgb(var(--aksara-light) / 0.67)}.ring-light\/67{--aksara-ring-color:rgb(var(--aksara-light) / 0.67)}.bg-light\/68{background-color:rgb(var(--aksara-light) / 0.68)}.text-light\/68{color:rgb(var(--aksara-light) / 0.68)}.border-light\/68{border-color:rgb(var(--aksara-light) / 0.68)}.decoration-light\/68{text-decoration-color:rgb(var(--aksara-light) / 0.68)}.ring-light\/68{--aksara-ring-color:rgb(var(--aksara-light) / 0.68)}.bg-light\/69{background-color:rgb(var(--aksara-light) / 0.69)}.text-light\/69{color:rgb(var(--aksara-light) / 0.69)}.border-light\/69{border-color:rgb(var(--aksara-light) / 0.69)}.decoration-light\/69{text-decoration-color:rgb(var(--aksara-light) / 0.69)}.ring-light\/69{--aksara-ring-color:rgb(var(--aksara-light) / 0.69)}.bg-light\/70{background-color:rgb(var(--aksara-light) / 0.7)}.text-light\/70{color:rgb(var(--aksara-light) / 0.7)}.border-light\/70{border-color:rgb(var(--aksara-light) / 0.7)}.decoration-light\/70{text-decoration-color:rgb(var(--aksara-light) / 0.7)}.ring-light\/70{--aksara-ring-color:rgb(var(--aksara-light) / 0.7)}.bg-light\/71{background-color:rgb(var(--aksara-light) / 0.71)}.text-light\/71{color:rgb(var(--aksara-light) / 0.71)}.border-light\/71{border-color:rgb(var(--aksara-light) / 0.71)}.decoration-light\/71{text-decoration-color:rgb(var(--aksara-light) / 0.71)}.ring-light\/71{--aksara-ring-color:rgb(var(--aksara-light) / 0.71)}.bg-light\/72{background-color:rgb(var(--aksara-light) / 0.72)}.text-light\/72{color:rgb(var(--aksara-light) / 0.72)}.border-light\/72{border-color:rgb(var(--aksara-light) / 0.72)}.decoration-light\/72{text-decoration-color:rgb(var(--aksara-light) / 0.72)}.ring-light\/72{--aksara-ring-color:rgb(var(--aksara-light) / 0.72)}.bg-light\/73{background-color:rgb(var(--aksara-light) / 0.73)}.text-light\/73{color:rgb(var(--aksara-light) / 0.73)}.border-light\/73{border-color:rgb(var(--aksara-light) / 0.73)}.decoration-light\/73{text-decoration-color:rgb(var(--aksara-light) / 0.73)}.ring-light\/73{--aksara-ring-color:rgb(var(--aksara-light) / 0.73)}.bg-light\/74{background-color:rgb(var(--aksara-light) / 0.74)}.text-light\/74{color:rgb(var(--aksara-light) / 0.74)}.border-light\/74{border-color:rgb(var(--aksara-light) / 0.74)}.decoration-light\/74{text-decoration-color:rgb(var(--aksara-light) / 0.74)}.ring-light\/74{--aksara-ring-color:rgb(var(--aksara-light) / 0.74)}.bg-light\/75{background-color:rgb(var(--aksara-light) / 0.75)}.text-light\/75{color:rgb(var(--aksara-light) / 0.75)}.border-light\/75{border-color:rgb(var(--aksara-light) / 0.75)}.decoration-light\/75{text-decoration-color:rgb(var(--aksara-light) / 0.75)}.ring-light\/75{--aksara-ring-color:rgb(var(--aksara-light) / 0.75)}.bg-light\/76{background-color:rgb(var(--aksara-light) / 0.76)}.text-light\/76{color:rgb(var(--aksara-light) / 0.76)}.border-light\/76{border-color:rgb(var(--aksara-light) / 0.76)}.decoration-light\/76{text-decoration-color:rgb(var(--aksara-light) / 0.76)}.ring-light\/76{--aksara-ring-color:rgb(var(--aksara-light) / 0.76)}.bg-light\/77{background-color:rgb(var(--aksara-light) / 0.77)}.text-light\/77{color:rgb(var(--aksara-light) / 0.77)}.border-light\/77{border-color:rgb(var(--aksara-light) / 0.77)}.decoration-light\/77{text-decoration-color:rgb(var(--aksara-light) / 0.77)}.ring-light\/77{--aksara-ring-color:rgb(var(--aksara-light) / 0.77)}.bg-light\/78{background-color:rgb(var(--aksara-light) / 0.78)}.text-light\/78{color:rgb(var(--aksara-light) / 0.78)}.border-light\/78{border-color:rgb(var(--aksara-light) / 0.78)}.decoration-light\/78{text-decoration-color:rgb(var(--aksara-light) / 0.78)}.ring-light\/78{--aksara-ring-color:rgb(var(--aksara-light) / 0.78)}.bg-light\/79{background-color:rgb(var(--aksara-light) / 0.79)}.text-light\/79{color:rgb(var(--aksara-light) / 0.79)}.border-light\/79{border-color:rgb(var(--aksara-light) / 0.79)}.decoration-light\/79{text-decoration-color:rgb(var(--aksara-light) / 0.79)}.ring-light\/79{--aksara-ring-color:rgb(var(--aksara-light) / 0.79)}.bg-light\/80{background-color:rgb(var(--aksara-light) / 0.8)}.text-light\/80{color:rgb(var(--aksara-light) / 0.8)}.border-light\/80{border-color:rgb(var(--aksara-light) / 0.8)}.decoration-light\/80{text-decoration-color:rgb(var(--aksara-light) / 0.8)}.ring-light\/80{--aksara-ring-color:rgb(var(--aksara-light) / 0.8)}.bg-light\/81{background-color:rgb(var(--aksara-light) / 0.81)}.text-light\/81{color:rgb(var(--aksara-light) / 0.81)}.border-light\/81{border-color:rgb(var(--aksara-light) / 0.81)}.decoration-light\/81{text-decoration-color:rgb(var(--aksara-light) / 0.81)}.ring-light\/81{--aksara-ring-color:rgb(var(--aksara-light) / 0.81)}.bg-light\/82{background-color:rgb(var(--aksara-light) / 0.82)}.text-light\/82{color:rgb(var(--aksara-light) / 0.82)}.border-light\/82{border-color:rgb(var(--aksara-light) / 0.82)}.decoration-light\/82{text-decoration-color:rgb(var(--aksara-light) / 0.82)}.ring-light\/82{--aksara-ring-color:rgb(var(--aksara-light) / 0.82)}.bg-light\/83{background-color:rgb(var(--aksara-light) / 0.83)}.text-light\/83{color:rgb(var(--aksara-light) / 0.83)}.border-light\/83{border-color:rgb(var(--aksara-light) / 0.83)}.decoration-light\/83{text-decoration-color:rgb(var(--aksara-light) / 0.83)}.ring-light\/83{--aksara-ring-color:rgb(var(--aksara-light) / 0.83)}.bg-light\/84{background-color:rgb(var(--aksara-light) / 0.84)}.text-light\/84{color:rgb(var(--aksara-light) / 0.84)}.border-light\/84{border-color:rgb(var(--aksara-light) / 0.84)}.decoration-light\/84{text-decoration-color:rgb(var(--aksara-light) / 0.84)}.ring-light\/84{--aksara-ring-color:rgb(var(--aksara-light) / 0.84)}.bg-light\/85{background-color:rgb(var(--aksara-light) / 0.85)}.text-light\/85{color:rgb(var(--aksara-light) / 0.85)}.border-light\/85{border-color:rgb(var(--aksara-light) / 0.85)}.decoration-light\/85{text-decoration-color:rgb(var(--aksara-light) / 0.85)}.ring-light\/85{--aksara-ring-color:rgb(var(--aksara-light) / 0.85)}.bg-light\/86{background-color:rgb(var(--aksara-light) / 0.86)}.text-light\/86{color:rgb(var(--aksara-light) / 0.86)}.border-light\/86{border-color:rgb(var(--aksara-light) / 0.86)}.decoration-light\/86{text-decoration-color:rgb(var(--aksara-light) / 0.86)}.ring-light\/86{--aksara-ring-color:rgb(var(--aksara-light) / 0.86)}.bg-light\/87{background-color:rgb(var(--aksara-light) / 0.87)}.text-light\/87{color:rgb(var(--aksara-light) / 0.87)}.border-light\/87{border-color:rgb(var(--aksara-light) / 0.87)}.decoration-light\/87{text-decoration-color:rgb(var(--aksara-light) / 0.87)}.ring-light\/87{--aksara-ring-color:rgb(var(--aksara-light) / 0.87)}.bg-light\/88{background-color:rgb(var(--aksara-light) / 0.88)}.text-light\/88{color:rgb(var(--aksara-light) / 0.88)}.border-light\/88{border-color:rgb(var(--aksara-light) / 0.88)}.decoration-light\/88{text-decoration-color:rgb(var(--aksara-light) / 0.88)}.ring-light\/88{--aksara-ring-color:rgb(var(--aksara-light) / 0.88)}.bg-light\/89{background-color:rgb(var(--aksara-light) / 0.89)}.text-light\/89{color:rgb(var(--aksara-light) / 0.89)}.border-light\/89{border-color:rgb(var(--aksara-light) / 0.89)}.decoration-light\/89{text-decoration-color:rgb(var(--aksara-light) / 0.89)}.ring-light\/89{--aksara-ring-color:rgb(var(--aksara-light) / 0.89)}.bg-light\/90{background-color:rgb(var(--aksara-light) / 0.9)}.text-light\/90{color:rgb(var(--aksara-light) / 0.9)}.border-light\/90{border-color:rgb(var(--aksara-light) / 0.9)}.decoration-light\/90{text-decoration-color:rgb(var(--aksara-light) / 0.9)}.ring-light\/90{--aksara-ring-color:rgb(var(--aksara-light) / 0.9)}.bg-light\/91{background-color:rgb(var(--aksara-light) / 0.91)}.text-light\/91{color:rgb(var(--aksara-light) / 0.91)}.border-light\/91{border-color:rgb(var(--aksara-light) / 0.91)}.decoration-light\/91{text-decoration-color:rgb(var(--aksara-light) / 0.91)}.ring-light\/91{--aksara-ring-color:rgb(var(--aksara-light) / 0.91)}.bg-light\/92{background-color:rgb(var(--aksara-light) / 0.92)}.text-light\/92{color:rgb(var(--aksara-light) / 0.92)}.border-light\/92{border-color:rgb(var(--aksara-light) / 0.92)}.decoration-light\/92{text-decoration-color:rgb(var(--aksara-light) / 0.92)}.ring-light\/92{--aksara-ring-color:rgb(var(--aksara-light) / 0.92)}.bg-light\/93{background-color:rgb(var(--aksara-light) / 0.93)}.text-light\/93{color:rgb(var(--aksara-light) / 0.93)}.border-light\/93{border-color:rgb(var(--aksara-light) / 0.93)}.decoration-light\/93{text-decoration-color:rgb(var(--aksara-light) / 0.93)}.ring-light\/93{--aksara-ring-color:rgb(var(--aksara-light) / 0.93)}.bg-light\/94{background-color:rgb(var(--aksara-light) / 0.94)}.text-light\/94{color:rgb(var(--aksara-light) / 0.94)}.border-light\/94{border-color:rgb(var(--aksara-light) / 0.94)}.decoration-light\/94{text-decoration-color:rgb(var(--aksara-light) / 0.94)}.ring-light\/94{--aksara-ring-color:rgb(var(--aksara-light) / 0.94)}.bg-light\/95{background-color:rgb(var(--aksara-light) / 0.95)}.text-light\/95{color:rgb(var(--aksara-light) / 0.95)}.border-light\/95{border-color:rgb(var(--aksara-light) / 0.95)}.decoration-light\/95{text-decoration-color:rgb(var(--aksara-light) / 0.95)}.ring-light\/95{--aksara-ring-color:rgb(var(--aksara-light) / 0.95)}.bg-light\/96{background-color:rgb(var(--aksara-light) / 0.96)}.text-light\/96{color:rgb(var(--aksara-light) / 0.96)}.border-light\/96{border-color:rgb(var(--aksara-light) / 0.96)}.decoration-light\/96{text-decoration-color:rgb(var(--aksara-light) / 0.96)}.ring-light\/96{--aksara-ring-color:rgb(var(--aksara-light) / 0.96)}.bg-light\/97{background-color:rgb(var(--aksara-light) / 0.97)}.text-light\/97{color:rgb(var(--aksara-light) / 0.97)}.border-light\/97{border-color:rgb(var(--aksara-light) / 0.97)}.decoration-light\/97{text-decoration-color:rgb(var(--aksara-light) / 0.97)}.ring-light\/97{--aksara-ring-color:rgb(var(--aksara-light) / 0.97)}.bg-light\/98{background-color:rgb(var(--aksara-light) / 0.98)}.text-light\/98{color:rgb(var(--aksara-light) / 0.98)}.border-light\/98{border-color:rgb(var(--aksara-light) / 0.98)}.decoration-light\/98{text-decoration-color:rgb(var(--aksara-light) / 0.98)}.ring-light\/98{--aksara-ring-color:rgb(var(--aksara-light) / 0.98)}.bg-light\/99{background-color:rgb(var(--aksara-light) / 0.99)}.text-light\/99{color:rgb(var(--aksara-light) / 0.99)}.border-light\/99{border-color:rgb(var(--aksara-light) / 0.99)}.decoration-light\/99{text-decoration-color:rgb(var(--aksara-light) / 0.99)}.ring-light\/99{--aksara-ring-color:rgb(var(--aksara-light) / 0.99)}.bg-light\/100{background-color:rgb(var(--aksara-light) / 1)}.text-light\/100{color:rgb(var(--aksara-light) / 1)}.border-light\/100{border-color:rgb(var(--aksara-light) / 1)}.decoration-light\/100{text-decoration-color:rgb(var(--aksara-light) / 1)}.ring-light\/100{--aksara-ring-color:rgb(var(--aksara-light) / 1)}.bg-light{background-color:rgb(var(--aksara-light) / 1)}.text-light{color:rgb(var(--aksara-light) / 1)}.border-light{border-color:rgb(var(--aksara-light) / 1)}.decoration-light{text-decoration-color:rgb(var(--aksara-light) / 1)}.ring-light{--aksara-ring-color:rgb(var(--aksara-light) / 1)}.bg-base{background-color:var(--aksara-bg-base)}.text-base{color:var(--aksara-text-base)}.border-base{border-color:var(--aksara-border-base)}.bg-subtle{background-color:var(--aksara-bg-subtle)}.text-subtle{color:var(--aksara-text-subtle)}.border-subtle{border-color:var(--aksara-border-subtle)}.bg-invert{background-color:var(--aksara-bg-invert)}.text-invert{color:var(--aksara-text-invert)}.border-invert{border-color:var(--aksara-border-invert)}.border{border:var(--aksara-border-width,1px) solid var(--aksara-border-base)}.border-top{border-block-start:var(--aksara-border-width,1px) solid var(--aksara-border-base)}.border-bottom{border-block-end:var(--aksara-border-width,1px) solid var(--aksara-border-base)}.border-start{border-inline-start:var(--aksara-border-width,1px) solid var(--aksara-border-base)}.border-end{border-inline-end:var(--aksara-border-width,1px) solid var(--aksara-border-base)}.border-x{border-inline:var(--aksara-border-width,1px) solid var(--aksara-border-base)}.border-y{border-block:var(--aksara-border-width,1px) solid var(--aksara-border-base)}.border-0{border-width:0px;border-style:solid}.border-1{border-width:1px;border-style:solid}.border-2{border-width:2px;border-style:solid}.border-3{border-width:3px;border-style:solid}.border-4{border-width:4px;border-style:solid}.border-5{border-width:5px;border-style:solid}.border-6{border-width:6px;border-style:solid}.border-7{border-width:7px;border-style:solid}.border-8{border-width:8px;border-style:solid}.border-9{border-width:9px;border-style:solid}.border-10{border-width:10px;border-style:solid}.border-11{border-width:11px;border-style:solid}.border-12{border-width:12px;border-style:solid}.border-13{border-width:13px;border-style:solid}.border-14{border-width:14px;border-style:solid}.border-15{border-width:15px;border-style:solid}.border-16{border-width:16px;border-style:solid}.border-17{border-width:17px;border-style:solid}.border-18{border-width:18px;border-style:solid}.border-19{border-width:19px;border-style:solid}.border-20{border-width:20px;border-style:solid}.rounded-0{border-radius:0px}.radius-0{border-radius:0px}.rounded-1{border-radius:1px}.radius-1{border-radius:1px}.rounded-2{border-radius:2px}.radius-2{border-radius:2px}.rounded-3{border-radius:3px}.radius-3{border-radius:3px}.rounded-4{border-radius:4px}.radius-4{border-radius:4px}.rounded-5{border-radius:5px}.radius-5{border-radius:5px}.rounded-6{border-radius:6px}.radius-6{border-radius:6px}.rounded-7{border-radius:7px}.radius-7{border-radius:7px}.rounded-8{border-radius:8px}.radius-8{border-radius:8px}.rounded-9{border-radius:9px}.radius-9{border-radius:9px}.rounded-10{border-radius:10px}.radius-10{border-radius:10px}.rounded-11{border-radius:11px}.radius-11{border-radius:11px}.rounded-12{border-radius:12px}.radius-12{border-radius:12px}.rounded-13{border-radius:13px}.radius-13{border-radius:13px}.rounded-14{border-radius:14px}.radius-14{border-radius:14px}.rounded-15{border-radius:15px}.radius-15{border-radius:15px}.rounded-16{border-radius:16px}.radius-16{border-radius:16px}.rounded-17{border-radius:17px}.radius-17{border-radius:17px}.rounded-18{border-radius:18px}.radius-18{border-radius:18px}.rounded-19{border-radius:19px}.radius-19{border-radius:19px}.rounded-20{border-radius:20px}.radius-20{border-radius:20px}.rounded-21{border-radius:21px}.radius-21{border-radius:21px}.rounded-22{border-radius:22px}.radius-22{border-radius:22px}.rounded-23{border-radius:23px}.radius-23{border-radius:23px}.rounded-24{border-radius:24px}.radius-24{border-radius:24px}.rounded-25{border-radius:25px}.radius-25{border-radius:25px}.rounded-26{border-radius:26px}.radius-26{border-radius:26px}.rounded-27{border-radius:27px}.radius-27{border-radius:27px}.rounded-28{border-radius:28px}.radius-28{border-radius:28px}.rounded-29{border-radius:29px}.radius-29{border-radius:29px}.rounded-30{border-radius:30px}.radius-30{border-radius:30px}.rounded-31{border-radius:31px}.radius-31{border-radius:31px}.rounded-32{border-radius:32px}.radius-32{border-radius:32px}.rounded-33{border-radius:33px}.radius-33{border-radius:33px}.rounded-34{border-radius:34px}.radius-34{border-radius:34px}.rounded-35{border-radius:35px}.radius-35{border-radius:35px}.rounded-36{border-radius:36px}.radius-36{border-radius:36px}.rounded-37{border-radius:37px}.radius-37{border-radius:37px}.rounded-38{border-radius:38px}.radius-38{border-radius:38px}.rounded-39{border-radius:39px}.radius-39{border-radius:39px}.rounded-40{border-radius:40px}.radius-40{border-radius:40px}.rounded-41{border-radius:41px}.radius-41{border-radius:41px}.rounded-42{border-radius:42px}.radius-42{border-radius:42px}.rounded-43{border-radius:43px}.radius-43{border-radius:43px}.rounded-44{border-radius:44px}.radius-44{border-radius:44px}.rounded-45{border-radius:45px}.radius-45{border-radius:45px}.rounded-46{border-radius:46px}.radius-46{border-radius:46px}.rounded-47{border-radius:47px}.radius-47{border-radius:47px}.rounded-48{border-radius:48px}.radius-48{border-radius:48px}.rounded-49{border-radius:49px}.radius-49{border-radius:49px}.rounded-50{border-radius:50px}.radius-50{border-radius:50px}.rounded-51{border-radius:51px}.radius-51{border-radius:51px}.rounded-52{border-radius:52px}.radius-52{border-radius:52px}.rounded-53{border-radius:53px}.radius-53{border-radius:53px}.rounded-54{border-radius:54px}.radius-54{border-radius:54px}.rounded-55{border-radius:55px}.radius-55{border-radius:55px}.rounded-56{border-radius:56px}.radius-56{border-radius:56px}.rounded-57{border-radius:57px}.radius-57{border-radius:57px}.rounded-58{border-radius:58px}.radius-58{border-radius:58px}.rounded-59{border-radius:59px}.radius-59{border-radius:59px}.rounded-60{border-radius:60px}.radius-60{border-radius:60px}.rounded-61{border-radius:61px}.radius-61{border-radius:61px}.rounded-62{border-radius:62px}.radius-62{border-radius:62px}.rounded-63{border-radius:63px}.radius-63{border-radius:63px}.rounded-64{border-radius:64px}.radius-64{border-radius:64px}.rounded-65{border-radius:65px}.radius-65{border-radius:65px}.rounded-66{border-radius:66px}.radius-66{border-radius:66px}.rounded-67{border-radius:67px}.radius-67{border-radius:67px}.rounded-68{border-radius:68px}.radius-68{border-radius:68px}.rounded-69{border-radius:69px}.radius-69{border-radius:69px}.rounded-70{border-radius:70px}.radius-70{border-radius:70px}.rounded-71{border-radius:71px}.radius-71{border-radius:71px}.rounded-72{border-radius:72px}.radius-72{border-radius:72px}.rounded-73{border-radius:73px}.radius-73{border-radius:73px}.rounded-74{border-radius:74px}.radius-74{border-radius:74px}.rounded-75{border-radius:75px}.radius-75{border-radius:75px}.rounded-76{border-radius:76px}.radius-76{border-radius:76px}.rounded-77{border-radius:77px}.radius-77{border-radius:77px}.rounded-78{border-radius:78px}.radius-78{border-radius:78px}.rounded-79{border-radius:79px}.radius-79{border-radius:79px}.rounded-80{border-radius:80px}.radius-80{border-radius:80px}.rounded-81{border-radius:81px}.radius-81{border-radius:81px}.rounded-82{border-radius:82px}.radius-82{border-radius:82px}.rounded-83{border-radius:83px}.radius-83{border-radius:83px}.rounded-84{border-radius:84px}.radius-84{border-radius:84px}.rounded-85{border-radius:85px}.radius-85{border-radius:85px}.rounded-86{border-radius:86px}.radius-86{border-radius:86px}.rounded-87{border-radius:87px}.radius-87{border-radius:87px}.rounded-88{border-radius:88px}.radius-88{border-radius:88px}.rounded-89{border-radius:89px}.radius-89{border-radius:89px}.rounded-90{border-radius:90px}.radius-90{border-radius:90px}.rounded-91{border-radius:91px}.radius-91{border-radius:91px}.rounded-92{border-radius:92px}.radius-92{border-radius:92px}.rounded-93{border-radius:93px}.radius-93{border-radius:93px}.rounded-94{border-radius:94px}.radius-94{border-radius:94px}.rounded-95{border-radius:95px}.radius-95{border-radius:95px}.rounded-96{border-radius:96px}.radius-96{border-radius:96px}.rounded-97{border-radius:97px}.radius-97{border-radius:97px}.rounded-98{border-radius:98px}.radius-98{border-radius:98px}.rounded-99{border-radius:99px}.radius-99{border-radius:99px}.rounded-100{border-radius:100px}.radius-100{border-radius:100px}.rounded-sm{border-radius:.125rem}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-top{border-start-start-radius:var(--aksara-radius-md);border-start-end-radius:var(--aksara-radius-md)}.rounded-bottom{border-end-start-radius:var(--aksara-radius-md);border-end-end-radius:var(--aksara-radius-md)}.rounded-start{border-start-start-radius:var(--aksara-radius-md);border-end-start-radius:var(--aksara-radius-md)}.rounded-end{border-start-end-radius:var(--aksara-radius-md);border-end-end-radius:var(--aksara-radius-md)}.block{display:block}.inline{display:inline}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.inline-grid{display:inline-grid}.hidden{display:none}.d-block{display:block}.d-flex{display:flex}.d-grid{display:grid}.d-none{display:none}.static{position:static}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}.float-start{float:inline-start}.float-end{float:inline-end}.top-0{inset-block-start:0px}.bottom-0{inset-block-end:0px}.start-0{inset-inline-start:0px}.end-0{inset-inline-end:0px}.inset-0{inset:0px}.inset-x-0{inset-inline:0px}.inset-y-0{inset-block:0px}.-top-0{inset-block-start:-0px}.-bottom-0{inset-block-end:-0px}.-start-0{inset-inline-start:-0px}.-end-0{inset-inline-end:-0px}.z-0{z-index:0}.top-1{inset-block-start:1px}.bottom-1{inset-block-end:1px}.start-1{inset-inline-start:1px}.end-1{inset-inline-end:1px}.inset-1{inset:1px}.inset-x-1{inset-inline:1px}.inset-y-1{inset-block:1px}.-top-1{inset-block-start:-1px}.-bottom-1{inset-block-end:-1px}.-start-1{inset-inline-start:-1px}.-end-1{inset-inline-end:-1px}.z-1{z-index:1}.top-2{inset-block-start:2px}.bottom-2{inset-block-end:2px}.start-2{inset-inline-start:2px}.end-2{inset-inline-end:2px}.inset-2{inset:2px}.inset-x-2{inset-inline:2px}.inset-y-2{inset-block:2px}.-top-2{inset-block-start:-2px}.-bottom-2{inset-block-end:-2px}.-start-2{inset-inline-start:-2px}.-end-2{inset-inline-end:-2px}.z-2{z-index:2}.top-3{inset-block-start:3px}.bottom-3{inset-block-end:3px}.start-3{inset-inline-start:3px}.end-3{inset-inline-end:3px}.inset-3{inset:3px}.inset-x-3{inset-inline:3px}.inset-y-3{inset-block:3px}.-top-3{inset-block-start:-3px}.-bottom-3{inset-block-end:-3px}.-start-3{inset-inline-start:-3px}.-end-3{inset-inline-end:-3px}.z-3{z-index:3}.top-4{inset-block-start:4px}.bottom-4{inset-block-end:4px}.start-4{inset-inline-start:4px}.end-4{inset-inline-end:4px}.inset-4{inset:4px}.inset-x-4{inset-inline:4px}.inset-y-4{inset-block:4px}.-top-4{inset-block-start:-4px}.-bottom-4{inset-block-end:-4px}.-start-4{inset-inline-start:-4px}.-end-4{inset-inline-end:-4px}.z-4{z-index:4}.top-5{inset-block-start:5px}.bottom-5{inset-block-end:5px}.start-5{inset-inline-start:5px}.end-5{inset-inline-end:5px}.inset-5{inset:5px}.inset-x-5{inset-inline:5px}.inset-y-5{inset-block:5px}.-top-5{inset-block-start:-5px}.-bottom-5{inset-block-end:-5px}.-start-5{inset-inline-start:-5px}.-end-5{inset-inline-end:-5px}.z-5{z-index:5}.top-6{inset-block-start:6px}.bottom-6{inset-block-end:6px}.start-6{inset-inline-start:6px}.end-6{inset-inline-end:6px}.inset-6{inset:6px}.inset-x-6{inset-inline:6px}.inset-y-6{inset-block:6px}.-top-6{inset-block-start:-6px}.-bottom-6{inset-block-end:-6px}.-start-6{inset-inline-start:-6px}.-end-6{inset-inline-end:-6px}.z-6{z-index:6}.top-7{inset-block-start:7px}.bottom-7{inset-block-end:7px}.start-7{inset-inline-start:7px}.end-7{inset-inline-end:7px}.inset-7{inset:7px}.inset-x-7{inset-inline:7px}.inset-y-7{inset-block:7px}.-top-7{inset-block-start:-7px}.-bottom-7{inset-block-end:-7px}.-start-7{inset-inline-start:-7px}.-end-7{inset-inline-end:-7px}.z-7{z-index:7}.top-8{inset-block-start:8px}.bottom-8{inset-block-end:8px}.start-8{inset-inline-start:8px}.end-8{inset-inline-end:8px}.inset-8{inset:8px}.inset-x-8{inset-inline:8px}.inset-y-8{inset-block:8px}.-top-8{inset-block-start:-8px}.-bottom-8{inset-block-end:-8px}.-start-8{inset-inline-start:-8px}.-end-8{inset-inline-end:-8px}.z-8{z-index:8}.top-9{inset-block-start:9px}.bottom-9{inset-block-end:9px}.start-9{inset-inline-start:9px}.end-9{inset-inline-end:9px}.inset-9{inset:9px}.inset-x-9{inset-inline:9px}.inset-y-9{inset-block:9px}.-top-9{inset-block-start:-9px}.-bottom-9{inset-block-end:-9px}.-start-9{inset-inline-start:-9px}.-end-9{inset-inline-end:-9px}.z-9{z-index:9}.top-10{inset-block-start:10px}.bottom-10{inset-block-end:10px}.start-10{inset-inline-start:10px}.end-10{inset-inline-end:10px}.inset-10{inset:10px}.inset-x-10{inset-inline:10px}.inset-y-10{inset-block:10px}.-top-10{inset-block-start:-10px}.-bottom-10{inset-block-end:-10px}.-start-10{inset-inline-start:-10px}.-end-10{inset-inline-end:-10px}.z-10{z-index:10}.top-11{inset-block-start:11px}.bottom-11{inset-block-end:11px}.start-11{inset-inline-start:11px}.end-11{inset-inline-end:11px}.inset-11{inset:11px}.inset-x-11{inset-inline:11px}.inset-y-11{inset-block:11px}.-top-11{inset-block-start:-11px}.-bottom-11{inset-block-end:-11px}.-start-11{inset-inline-start:-11px}.-end-11{inset-inline-end:-11px}.z-11{z-index:11}.top-12{inset-block-start:12px}.bottom-12{inset-block-end:12px}.start-12{inset-inline-start:12px}.end-12{inset-inline-end:12px}.inset-12{inset:12px}.inset-x-12{inset-inline:12px}.inset-y-12{inset-block:12px}.-top-12{inset-block-start:-12px}.-bottom-12{inset-block-end:-12px}.-start-12{inset-inline-start:-12px}.-end-12{inset-inline-end:-12px}.z-12{z-index:12}.top-13{inset-block-start:13px}.bottom-13{inset-block-end:13px}.start-13{inset-inline-start:13px}.end-13{inset-inline-end:13px}.inset-13{inset:13px}.inset-x-13{inset-inline:13px}.inset-y-13{inset-block:13px}.-top-13{inset-block-start:-13px}.-bottom-13{inset-block-end:-13px}.-start-13{inset-inline-start:-13px}.-end-13{inset-inline-end:-13px}.z-13{z-index:13}.top-14{inset-block-start:14px}.bottom-14{inset-block-end:14px}.start-14{inset-inline-start:14px}.end-14{inset-inline-end:14px}.inset-14{inset:14px}.inset-x-14{inset-inline:14px}.inset-y-14{inset-block:14px}.-top-14{inset-block-start:-14px}.-bottom-14{inset-block-end:-14px}.-start-14{inset-inline-start:-14px}.-end-14{inset-inline-end:-14px}.z-14{z-index:14}.top-15{inset-block-start:15px}.bottom-15{inset-block-end:15px}.start-15{inset-inline-start:15px}.end-15{inset-inline-end:15px}.inset-15{inset:15px}.inset-x-15{inset-inline:15px}.inset-y-15{inset-block:15px}.-top-15{inset-block-start:-15px}.-bottom-15{inset-block-end:-15px}.-start-15{inset-inline-start:-15px}.-end-15{inset-inline-end:-15px}.z-15{z-index:15}.top-16{inset-block-start:16px}.bottom-16{inset-block-end:16px}.start-16{inset-inline-start:16px}.end-16{inset-inline-end:16px}.inset-16{inset:16px}.inset-x-16{inset-inline:16px}.inset-y-16{inset-block:16px}.-top-16{inset-block-start:-16px}.-bottom-16{inset-block-end:-16px}.-start-16{inset-inline-start:-16px}.-end-16{inset-inline-end:-16px}.z-16{z-index:16}.top-17{inset-block-start:17px}.bottom-17{inset-block-end:17px}.start-17{inset-inline-start:17px}.end-17{inset-inline-end:17px}.inset-17{inset:17px}.inset-x-17{inset-inline:17px}.inset-y-17{inset-block:17px}.-top-17{inset-block-start:-17px}.-bottom-17{inset-block-end:-17px}.-start-17{inset-inline-start:-17px}.-end-17{inset-inline-end:-17px}.z-17{z-index:17}.top-18{inset-block-start:18px}.bottom-18{inset-block-end:18px}.start-18{inset-inline-start:18px}.end-18{inset-inline-end:18px}.inset-18{inset:18px}.inset-x-18{inset-inline:18px}.inset-y-18{inset-block:18px}.-top-18{inset-block-start:-18px}.-bottom-18{inset-block-end:-18px}.-start-18{inset-inline-start:-18px}.-end-18{inset-inline-end:-18px}.z-18{z-index:18}.top-19{inset-block-start:19px}.bottom-19{inset-block-end:19px}.start-19{inset-inline-start:19px}.end-19{inset-inline-end:19px}.inset-19{inset:19px}.inset-x-19{inset-inline:19px}.inset-y-19{inset-block:19px}.-top-19{inset-block-start:-19px}.-bottom-19{inset-block-end:-19px}.-start-19{inset-inline-start:-19px}.-end-19{inset-inline-end:-19px}.z-19{z-index:19}.top-20{inset-block-start:20px}.bottom-20{inset-block-end:20px}.start-20{inset-inline-start:20px}.end-20{inset-inline-end:20px}.inset-20{inset:20px}.inset-x-20{inset-inline:20px}.inset-y-20{inset-block:20px}.-top-20{inset-block-start:-20px}.-bottom-20{inset-block-end:-20px}.-start-20{inset-inline-start:-20px}.-end-20{inset-inline-end:-20px}.z-20{z-index:20}.top-21{inset-block-start:21px}.bottom-21{inset-block-end:21px}.start-21{inset-inline-start:21px}.end-21{inset-inline-end:21px}.inset-21{inset:21px}.inset-x-21{inset-inline:21px}.inset-y-21{inset-block:21px}.-top-21{inset-block-start:-21px}.-bottom-21{inset-block-end:-21px}.-start-21{inset-inline-start:-21px}.-end-21{inset-inline-end:-21px}.z-21{z-index:21}.top-22{inset-block-start:22px}.bottom-22{inset-block-end:22px}.start-22{inset-inline-start:22px}.end-22{inset-inline-end:22px}.inset-22{inset:22px}.inset-x-22{inset-inline:22px}.inset-y-22{inset-block:22px}.-top-22{inset-block-start:-22px}.-bottom-22{inset-block-end:-22px}.-start-22{inset-inline-start:-22px}.-end-22{inset-inline-end:-22px}.z-22{z-index:22}.top-23{inset-block-start:23px}.bottom-23{inset-block-end:23px}.start-23{inset-inline-start:23px}.end-23{inset-inline-end:23px}.inset-23{inset:23px}.inset-x-23{inset-inline:23px}.inset-y-23{inset-block:23px}.-top-23{inset-block-start:-23px}.-bottom-23{inset-block-end:-23px}.-start-23{inset-inline-start:-23px}.-end-23{inset-inline-end:-23px}.z-23{z-index:23}.top-24{inset-block-start:24px}.bottom-24{inset-block-end:24px}.start-24{inset-inline-start:24px}.end-24{inset-inline-end:24px}.inset-24{inset:24px}.inset-x-24{inset-inline:24px}.inset-y-24{inset-block:24px}.-top-24{inset-block-start:-24px}.-bottom-24{inset-block-end:-24px}.-start-24{inset-inline-start:-24px}.-end-24{inset-inline-end:-24px}.z-24{z-index:24}.top-25{inset-block-start:25px}.bottom-25{inset-block-end:25px}.start-25{inset-inline-start:25px}.end-25{inset-inline-end:25px}.inset-25{inset:25px}.inset-x-25{inset-inline:25px}.inset-y-25{inset-block:25px}.-top-25{inset-block-start:-25px}.-bottom-25{inset-block-end:-25px}.-start-25{inset-inline-start:-25px}.-end-25{inset-inline-end:-25px}.z-25{z-index:25}.top-26{inset-block-start:26px}.bottom-26{inset-block-end:26px}.start-26{inset-inline-start:26px}.end-26{inset-inline-end:26px}.inset-26{inset:26px}.inset-x-26{inset-inline:26px}.inset-y-26{inset-block:26px}.-top-26{inset-block-start:-26px}.-bottom-26{inset-block-end:-26px}.-start-26{inset-inline-start:-26px}.-end-26{inset-inline-end:-26px}.z-26{z-index:26}.top-27{inset-block-start:27px}.bottom-27{inset-block-end:27px}.start-27{inset-inline-start:27px}.end-27{inset-inline-end:27px}.inset-27{inset:27px}.inset-x-27{inset-inline:27px}.inset-y-27{inset-block:27px}.-top-27{inset-block-start:-27px}.-bottom-27{inset-block-end:-27px}.-start-27{inset-inline-start:-27px}.-end-27{inset-inline-end:-27px}.z-27{z-index:27}.top-28{inset-block-start:28px}.bottom-28{inset-block-end:28px}.start-28{inset-inline-start:28px}.end-28{inset-inline-end:28px}.inset-28{inset:28px}.inset-x-28{inset-inline:28px}.inset-y-28{inset-block:28px}.-top-28{inset-block-start:-28px}.-bottom-28{inset-block-end:-28px}.-start-28{inset-inline-start:-28px}.-end-28{inset-inline-end:-28px}.z-28{z-index:28}.top-29{inset-block-start:29px}.bottom-29{inset-block-end:29px}.start-29{inset-inline-start:29px}.end-29{inset-inline-end:29px}.inset-29{inset:29px}.inset-x-29{inset-inline:29px}.inset-y-29{inset-block:29px}.-top-29{inset-block-start:-29px}.-bottom-29{inset-block-end:-29px}.-start-29{inset-inline-start:-29px}.-end-29{inset-inline-end:-29px}.z-29{z-index:29}.top-30{inset-block-start:30px}.bottom-30{inset-block-end:30px}.start-30{inset-inline-start:30px}.end-30{inset-inline-end:30px}.inset-30{inset:30px}.inset-x-30{inset-inline:30px}.inset-y-30{inset-block:30px}.-top-30{inset-block-start:-30px}.-bottom-30{inset-block-end:-30px}.-start-30{inset-inline-start:-30px}.-end-30{inset-inline-end:-30px}.z-30{z-index:30}.top-31{inset-block-start:31px}.bottom-31{inset-block-end:31px}.start-31{inset-inline-start:31px}.end-31{inset-inline-end:31px}.inset-31{inset:31px}.inset-x-31{inset-inline:31px}.inset-y-31{inset-block:31px}.-top-31{inset-block-start:-31px}.-bottom-31{inset-block-end:-31px}.-start-31{inset-inline-start:-31px}.-end-31{inset-inline-end:-31px}.z-31{z-index:31}.top-32{inset-block-start:32px}.bottom-32{inset-block-end:32px}.start-32{inset-inline-start:32px}.end-32{inset-inline-end:32px}.inset-32{inset:32px}.inset-x-32{inset-inline:32px}.inset-y-32{inset-block:32px}.-top-32{inset-block-start:-32px}.-bottom-32{inset-block-end:-32px}.-start-32{inset-inline-start:-32px}.-end-32{inset-inline-end:-32px}.z-32{z-index:32}.top-33{inset-block-start:33px}.bottom-33{inset-block-end:33px}.start-33{inset-inline-start:33px}.end-33{inset-inline-end:33px}.inset-33{inset:33px}.inset-x-33{inset-inline:33px}.inset-y-33{inset-block:33px}.-top-33{inset-block-start:-33px}.-bottom-33{inset-block-end:-33px}.-start-33{inset-inline-start:-33px}.-end-33{inset-inline-end:-33px}.z-33{z-index:33}.top-34{inset-block-start:34px}.bottom-34{inset-block-end:34px}.start-34{inset-inline-start:34px}.end-34{inset-inline-end:34px}.inset-34{inset:34px}.inset-x-34{inset-inline:34px}.inset-y-34{inset-block:34px}.-top-34{inset-block-start:-34px}.-bottom-34{inset-block-end:-34px}.-start-34{inset-inline-start:-34px}.-end-34{inset-inline-end:-34px}.z-34{z-index:34}.top-35{inset-block-start:35px}.bottom-35{inset-block-end:35px}.start-35{inset-inline-start:35px}.end-35{inset-inline-end:35px}.inset-35{inset:35px}.inset-x-35{inset-inline:35px}.inset-y-35{inset-block:35px}.-top-35{inset-block-start:-35px}.-bottom-35{inset-block-end:-35px}.-start-35{inset-inline-start:-35px}.-end-35{inset-inline-end:-35px}.z-35{z-index:35}.top-36{inset-block-start:36px}.bottom-36{inset-block-end:36px}.start-36{inset-inline-start:36px}.end-36{inset-inline-end:36px}.inset-36{inset:36px}.inset-x-36{inset-inline:36px}.inset-y-36{inset-block:36px}.-top-36{inset-block-start:-36px}.-bottom-36{inset-block-end:-36px}.-start-36{inset-inline-start:-36px}.-end-36{inset-inline-end:-36px}.z-36{z-index:36}.top-37{inset-block-start:37px}.bottom-37{inset-block-end:37px}.start-37{inset-inline-start:37px}.end-37{inset-inline-end:37px}.inset-37{inset:37px}.inset-x-37{inset-inline:37px}.inset-y-37{inset-block:37px}.-top-37{inset-block-start:-37px}.-bottom-37{inset-block-end:-37px}.-start-37{inset-inline-start:-37px}.-end-37{inset-inline-end:-37px}.z-37{z-index:37}.top-38{inset-block-start:38px}.bottom-38{inset-block-end:38px}.start-38{inset-inline-start:38px}.end-38{inset-inline-end:38px}.inset-38{inset:38px}.inset-x-38{inset-inline:38px}.inset-y-38{inset-block:38px}.-top-38{inset-block-start:-38px}.-bottom-38{inset-block-end:-38px}.-start-38{inset-inline-start:-38px}.-end-38{inset-inline-end:-38px}.z-38{z-index:38}.top-39{inset-block-start:39px}.bottom-39{inset-block-end:39px}.start-39{inset-inline-start:39px}.end-39{inset-inline-end:39px}.inset-39{inset:39px}.inset-x-39{inset-inline:39px}.inset-y-39{inset-block:39px}.-top-39{inset-block-start:-39px}.-bottom-39{inset-block-end:-39px}.-start-39{inset-inline-start:-39px}.-end-39{inset-inline-end:-39px}.z-39{z-index:39}.top-40{inset-block-start:40px}.bottom-40{inset-block-end:40px}.start-40{inset-inline-start:40px}.end-40{inset-inline-end:40px}.inset-40{inset:40px}.inset-x-40{inset-inline:40px}.inset-y-40{inset-block:40px}.-top-40{inset-block-start:-40px}.-bottom-40{inset-block-end:-40px}.-start-40{inset-inline-start:-40px}.-end-40{inset-inline-end:-40px}.z-40{z-index:40}.top-41{inset-block-start:41px}.bottom-41{inset-block-end:41px}.start-41{inset-inline-start:41px}.end-41{inset-inline-end:41px}.inset-41{inset:41px}.inset-x-41{inset-inline:41px}.inset-y-41{inset-block:41px}.-top-41{inset-block-start:-41px}.-bottom-41{inset-block-end:-41px}.-start-41{inset-inline-start:-41px}.-end-41{inset-inline-end:-41px}.z-41{z-index:41}.top-42{inset-block-start:42px}.bottom-42{inset-block-end:42px}.start-42{inset-inline-start:42px}.end-42{inset-inline-end:42px}.inset-42{inset:42px}.inset-x-42{inset-inline:42px}.inset-y-42{inset-block:42px}.-top-42{inset-block-start:-42px}.-bottom-42{inset-block-end:-42px}.-start-42{inset-inline-start:-42px}.-end-42{inset-inline-end:-42px}.z-42{z-index:42}.top-43{inset-block-start:43px}.bottom-43{inset-block-end:43px}.start-43{inset-inline-start:43px}.end-43{inset-inline-end:43px}.inset-43{inset:43px}.inset-x-43{inset-inline:43px}.inset-y-43{inset-block:43px}.-top-43{inset-block-start:-43px}.-bottom-43{inset-block-end:-43px}.-start-43{inset-inline-start:-43px}.-end-43{inset-inline-end:-43px}.z-43{z-index:43}.top-44{inset-block-start:44px}.bottom-44{inset-block-end:44px}.start-44{inset-inline-start:44px}.end-44{inset-inline-end:44px}.inset-44{inset:44px}.inset-x-44{inset-inline:44px}.inset-y-44{inset-block:44px}.-top-44{inset-block-start:-44px}.-bottom-44{inset-block-end:-44px}.-start-44{inset-inline-start:-44px}.-end-44{inset-inline-end:-44px}.z-44{z-index:44}.top-45{inset-block-start:45px}.bottom-45{inset-block-end:45px}.start-45{inset-inline-start:45px}.end-45{inset-inline-end:45px}.inset-45{inset:45px}.inset-x-45{inset-inline:45px}.inset-y-45{inset-block:45px}.-top-45{inset-block-start:-45px}.-bottom-45{inset-block-end:-45px}.-start-45{inset-inline-start:-45px}.-end-45{inset-inline-end:-45px}.z-45{z-index:45}.top-46{inset-block-start:46px}.bottom-46{inset-block-end:46px}.start-46{inset-inline-start:46px}.end-46{inset-inline-end:46px}.inset-46{inset:46px}.inset-x-46{inset-inline:46px}.inset-y-46{inset-block:46px}.-top-46{inset-block-start:-46px}.-bottom-46{inset-block-end:-46px}.-start-46{inset-inline-start:-46px}.-end-46{inset-inline-end:-46px}.z-46{z-index:46}.top-47{inset-block-start:47px}.bottom-47{inset-block-end:47px}.start-47{inset-inline-start:47px}.end-47{inset-inline-end:47px}.inset-47{inset:47px}.inset-x-47{inset-inline:47px}.inset-y-47{inset-block:47px}.-top-47{inset-block-start:-47px}.-bottom-47{inset-block-end:-47px}.-start-47{inset-inline-start:-47px}.-end-47{inset-inline-end:-47px}.z-47{z-index:47}.top-48{inset-block-start:48px}.bottom-48{inset-block-end:48px}.start-48{inset-inline-start:48px}.end-48{inset-inline-end:48px}.inset-48{inset:48px}.inset-x-48{inset-inline:48px}.inset-y-48{inset-block:48px}.-top-48{inset-block-start:-48px}.-bottom-48{inset-block-end:-48px}.-start-48{inset-inline-start:-48px}.-end-48{inset-inline-end:-48px}.z-48{z-index:48}.top-49{inset-block-start:49px}.bottom-49{inset-block-end:49px}.start-49{inset-inline-start:49px}.end-49{inset-inline-end:49px}.inset-49{inset:49px}.inset-x-49{inset-inline:49px}.inset-y-49{inset-block:49px}.-top-49{inset-block-start:-49px}.-bottom-49{inset-block-end:-49px}.-start-49{inset-inline-start:-49px}.-end-49{inset-inline-end:-49px}.z-49{z-index:49}.top-50{inset-block-start:50px}.bottom-50{inset-block-end:50px}.start-50{inset-inline-start:50px}.end-50{inset-inline-end:50px}.inset-50{inset:50px}.inset-x-50{inset-inline:50px}.inset-y-50{inset-block:50px}.-top-50{inset-block-start:-50px}.-bottom-50{inset-block-end:-50px}.-start-50{inset-inline-start:-50px}.-end-50{inset-inline-end:-50px}.z-50{z-index:50}.top-51{inset-block-start:51px}.bottom-51{inset-block-end:51px}.start-51{inset-inline-start:51px}.end-51{inset-inline-end:51px}.inset-51{inset:51px}.inset-x-51{inset-inline:51px}.inset-y-51{inset-block:51px}.-top-51{inset-block-start:-51px}.-bottom-51{inset-block-end:-51px}.-start-51{inset-inline-start:-51px}.-end-51{inset-inline-end:-51px}.z-51{z-index:51}.top-52{inset-block-start:52px}.bottom-52{inset-block-end:52px}.start-52{inset-inline-start:52px}.end-52{inset-inline-end:52px}.inset-52{inset:52px}.inset-x-52{inset-inline:52px}.inset-y-52{inset-block:52px}.-top-52{inset-block-start:-52px}.-bottom-52{inset-block-end:-52px}.-start-52{inset-inline-start:-52px}.-end-52{inset-inline-end:-52px}.z-52{z-index:52}.top-53{inset-block-start:53px}.bottom-53{inset-block-end:53px}.start-53{inset-inline-start:53px}.end-53{inset-inline-end:53px}.inset-53{inset:53px}.inset-x-53{inset-inline:53px}.inset-y-53{inset-block:53px}.-top-53{inset-block-start:-53px}.-bottom-53{inset-block-end:-53px}.-start-53{inset-inline-start:-53px}.-end-53{inset-inline-end:-53px}.z-53{z-index:53}.top-54{inset-block-start:54px}.bottom-54{inset-block-end:54px}.start-54{inset-inline-start:54px}.end-54{inset-inline-end:54px}.inset-54{inset:54px}.inset-x-54{inset-inline:54px}.inset-y-54{inset-block:54px}.-top-54{inset-block-start:-54px}.-bottom-54{inset-block-end:-54px}.-start-54{inset-inline-start:-54px}.-end-54{inset-inline-end:-54px}.z-54{z-index:54}.top-55{inset-block-start:55px}.bottom-55{inset-block-end:55px}.start-55{inset-inline-start:55px}.end-55{inset-inline-end:55px}.inset-55{inset:55px}.inset-x-55{inset-inline:55px}.inset-y-55{inset-block:55px}.-top-55{inset-block-start:-55px}.-bottom-55{inset-block-end:-55px}.-start-55{inset-inline-start:-55px}.-end-55{inset-inline-end:-55px}.z-55{z-index:55}.top-56{inset-block-start:56px}.bottom-56{inset-block-end:56px}.start-56{inset-inline-start:56px}.end-56{inset-inline-end:56px}.inset-56{inset:56px}.inset-x-56{inset-inline:56px}.inset-y-56{inset-block:56px}.-top-56{inset-block-start:-56px}.-bottom-56{inset-block-end:-56px}.-start-56{inset-inline-start:-56px}.-end-56{inset-inline-end:-56px}.z-56{z-index:56}.top-57{inset-block-start:57px}.bottom-57{inset-block-end:57px}.start-57{inset-inline-start:57px}.end-57{inset-inline-end:57px}.inset-57{inset:57px}.inset-x-57{inset-inline:57px}.inset-y-57{inset-block:57px}.-top-57{inset-block-start:-57px}.-bottom-57{inset-block-end:-57px}.-start-57{inset-inline-start:-57px}.-end-57{inset-inline-end:-57px}.z-57{z-index:57}.top-58{inset-block-start:58px}.bottom-58{inset-block-end:58px}.start-58{inset-inline-start:58px}.end-58{inset-inline-end:58px}.inset-58{inset:58px}.inset-x-58{inset-inline:58px}.inset-y-58{inset-block:58px}.-top-58{inset-block-start:-58px}.-bottom-58{inset-block-end:-58px}.-start-58{inset-inline-start:-58px}.-end-58{inset-inline-end:-58px}.z-58{z-index:58}.top-59{inset-block-start:59px}.bottom-59{inset-block-end:59px}.start-59{inset-inline-start:59px}.end-59{inset-inline-end:59px}.inset-59{inset:59px}.inset-x-59{inset-inline:59px}.inset-y-59{inset-block:59px}.-top-59{inset-block-start:-59px}.-bottom-59{inset-block-end:-59px}.-start-59{inset-inline-start:-59px}.-end-59{inset-inline-end:-59px}.z-59{z-index:59}.top-60{inset-block-start:60px}.bottom-60{inset-block-end:60px}.start-60{inset-inline-start:60px}.end-60{inset-inline-end:60px}.inset-60{inset:60px}.inset-x-60{inset-inline:60px}.inset-y-60{inset-block:60px}.-top-60{inset-block-start:-60px}.-bottom-60{inset-block-end:-60px}.-start-60{inset-inline-start:-60px}.-end-60{inset-inline-end:-60px}.z-60{z-index:60}.top-61{inset-block-start:61px}.bottom-61{inset-block-end:61px}.start-61{inset-inline-start:61px}.end-61{inset-inline-end:61px}.inset-61{inset:61px}.inset-x-61{inset-inline:61px}.inset-y-61{inset-block:61px}.-top-61{inset-block-start:-61px}.-bottom-61{inset-block-end:-61px}.-start-61{inset-inline-start:-61px}.-end-61{inset-inline-end:-61px}.z-61{z-index:61}.top-62{inset-block-start:62px}.bottom-62{inset-block-end:62px}.start-62{inset-inline-start:62px}.end-62{inset-inline-end:62px}.inset-62{inset:62px}.inset-x-62{inset-inline:62px}.inset-y-62{inset-block:62px}.-top-62{inset-block-start:-62px}.-bottom-62{inset-block-end:-62px}.-start-62{inset-inline-start:-62px}.-end-62{inset-inline-end:-62px}.z-62{z-index:62}.top-63{inset-block-start:63px}.bottom-63{inset-block-end:63px}.start-63{inset-inline-start:63px}.end-63{inset-inline-end:63px}.inset-63{inset:63px}.inset-x-63{inset-inline:63px}.inset-y-63{inset-block:63px}.-top-63{inset-block-start:-63px}.-bottom-63{inset-block-end:-63px}.-start-63{inset-inline-start:-63px}.-end-63{inset-inline-end:-63px}.z-63{z-index:63}.top-64{inset-block-start:64px}.bottom-64{inset-block-end:64px}.start-64{inset-inline-start:64px}.end-64{inset-inline-end:64px}.inset-64{inset:64px}.inset-x-64{inset-inline:64px}.inset-y-64{inset-block:64px}.-top-64{inset-block-start:-64px}.-bottom-64{inset-block-end:-64px}.-start-64{inset-inline-start:-64px}.-end-64{inset-inline-end:-64px}.z-64{z-index:64}.top-65{inset-block-start:65px}.bottom-65{inset-block-end:65px}.start-65{inset-inline-start:65px}.end-65{inset-inline-end:65px}.inset-65{inset:65px}.inset-x-65{inset-inline:65px}.inset-y-65{inset-block:65px}.-top-65{inset-block-start:-65px}.-bottom-65{inset-block-end:-65px}.-start-65{inset-inline-start:-65px}.-end-65{inset-inline-end:-65px}.z-65{z-index:65}.top-66{inset-block-start:66px}.bottom-66{inset-block-end:66px}.start-66{inset-inline-start:66px}.end-66{inset-inline-end:66px}.inset-66{inset:66px}.inset-x-66{inset-inline:66px}.inset-y-66{inset-block:66px}.-top-66{inset-block-start:-66px}.-bottom-66{inset-block-end:-66px}.-start-66{inset-inline-start:-66px}.-end-66{inset-inline-end:-66px}.z-66{z-index:66}.top-67{inset-block-start:67px}.bottom-67{inset-block-end:67px}.start-67{inset-inline-start:67px}.end-67{inset-inline-end:67px}.inset-67{inset:67px}.inset-x-67{inset-inline:67px}.inset-y-67{inset-block:67px}.-top-67{inset-block-start:-67px}.-bottom-67{inset-block-end:-67px}.-start-67{inset-inline-start:-67px}.-end-67{inset-inline-end:-67px}.z-67{z-index:67}.top-68{inset-block-start:68px}.bottom-68{inset-block-end:68px}.start-68{inset-inline-start:68px}.end-68{inset-inline-end:68px}.inset-68{inset:68px}.inset-x-68{inset-inline:68px}.inset-y-68{inset-block:68px}.-top-68{inset-block-start:-68px}.-bottom-68{inset-block-end:-68px}.-start-68{inset-inline-start:-68px}.-end-68{inset-inline-end:-68px}.z-68{z-index:68}.top-69{inset-block-start:69px}.bottom-69{inset-block-end:69px}.start-69{inset-inline-start:69px}.end-69{inset-inline-end:69px}.inset-69{inset:69px}.inset-x-69{inset-inline:69px}.inset-y-69{inset-block:69px}.-top-69{inset-block-start:-69px}.-bottom-69{inset-block-end:-69px}.-start-69{inset-inline-start:-69px}.-end-69{inset-inline-end:-69px}.z-69{z-index:69}.top-70{inset-block-start:70px}.bottom-70{inset-block-end:70px}.start-70{inset-inline-start:70px}.end-70{inset-inline-end:70px}.inset-70{inset:70px}.inset-x-70{inset-inline:70px}.inset-y-70{inset-block:70px}.-top-70{inset-block-start:-70px}.-bottom-70{inset-block-end:-70px}.-start-70{inset-inline-start:-70px}.-end-70{inset-inline-end:-70px}.z-70{z-index:70}.top-71{inset-block-start:71px}.bottom-71{inset-block-end:71px}.start-71{inset-inline-start:71px}.end-71{inset-inline-end:71px}.inset-71{inset:71px}.inset-x-71{inset-inline:71px}.inset-y-71{inset-block:71px}.-top-71{inset-block-start:-71px}.-bottom-71{inset-block-end:-71px}.-start-71{inset-inline-start:-71px}.-end-71{inset-inline-end:-71px}.z-71{z-index:71}.top-72{inset-block-start:72px}.bottom-72{inset-block-end:72px}.start-72{inset-inline-start:72px}.end-72{inset-inline-end:72px}.inset-72{inset:72px}.inset-x-72{inset-inline:72px}.inset-y-72{inset-block:72px}.-top-72{inset-block-start:-72px}.-bottom-72{inset-block-end:-72px}.-start-72{inset-inline-start:-72px}.-end-72{inset-inline-end:-72px}.z-72{z-index:72}.top-73{inset-block-start:73px}.bottom-73{inset-block-end:73px}.start-73{inset-inline-start:73px}.end-73{inset-inline-end:73px}.inset-73{inset:73px}.inset-x-73{inset-inline:73px}.inset-y-73{inset-block:73px}.-top-73{inset-block-start:-73px}.-bottom-73{inset-block-end:-73px}.-start-73{inset-inline-start:-73px}.-end-73{inset-inline-end:-73px}.z-73{z-index:73}.top-74{inset-block-start:74px}.bottom-74{inset-block-end:74px}.start-74{inset-inline-start:74px}.end-74{inset-inline-end:74px}.inset-74{inset:74px}.inset-x-74{inset-inline:74px}.inset-y-74{inset-block:74px}.-top-74{inset-block-start:-74px}.-bottom-74{inset-block-end:-74px}.-start-74{inset-inline-start:-74px}.-end-74{inset-inline-end:-74px}.z-74{z-index:74}.top-75{inset-block-start:75px}.bottom-75{inset-block-end:75px}.start-75{inset-inline-start:75px}.end-75{inset-inline-end:75px}.inset-75{inset:75px}.inset-x-75{inset-inline:75px}.inset-y-75{inset-block:75px}.-top-75{inset-block-start:-75px}.-bottom-75{inset-block-end:-75px}.-start-75{inset-inline-start:-75px}.-end-75{inset-inline-end:-75px}.z-75{z-index:75}.top-76{inset-block-start:76px}.bottom-76{inset-block-end:76px}.start-76{inset-inline-start:76px}.end-76{inset-inline-end:76px}.inset-76{inset:76px}.inset-x-76{inset-inline:76px}.inset-y-76{inset-block:76px}.-top-76{inset-block-start:-76px}.-bottom-76{inset-block-end:-76px}.-start-76{inset-inline-start:-76px}.-end-76{inset-inline-end:-76px}.z-76{z-index:76}.top-77{inset-block-start:77px}.bottom-77{inset-block-end:77px}.start-77{inset-inline-start:77px}.end-77{inset-inline-end:77px}.inset-77{inset:77px}.inset-x-77{inset-inline:77px}.inset-y-77{inset-block:77px}.-top-77{inset-block-start:-77px}.-bottom-77{inset-block-end:-77px}.-start-77{inset-inline-start:-77px}.-end-77{inset-inline-end:-77px}.z-77{z-index:77}.top-78{inset-block-start:78px}.bottom-78{inset-block-end:78px}.start-78{inset-inline-start:78px}.end-78{inset-inline-end:78px}.inset-78{inset:78px}.inset-x-78{inset-inline:78px}.inset-y-78{inset-block:78px}.-top-78{inset-block-start:-78px}.-bottom-78{inset-block-end:-78px}.-start-78{inset-inline-start:-78px}.-end-78{inset-inline-end:-78px}.z-78{z-index:78}.top-79{inset-block-start:79px}.bottom-79{inset-block-end:79px}.start-79{inset-inline-start:79px}.end-79{inset-inline-end:79px}.inset-79{inset:79px}.inset-x-79{inset-inline:79px}.inset-y-79{inset-block:79px}.-top-79{inset-block-start:-79px}.-bottom-79{inset-block-end:-79px}.-start-79{inset-inline-start:-79px}.-end-79{inset-inline-end:-79px}.z-79{z-index:79}.top-80{inset-block-start:80px}.bottom-80{inset-block-end:80px}.start-80{inset-inline-start:80px}.end-80{inset-inline-end:80px}.inset-80{inset:80px}.inset-x-80{inset-inline:80px}.inset-y-80{inset-block:80px}.-top-80{inset-block-start:-80px}.-bottom-80{inset-block-end:-80px}.-start-80{inset-inline-start:-80px}.-end-80{inset-inline-end:-80px}.z-80{z-index:80}.top-81{inset-block-start:81px}.bottom-81{inset-block-end:81px}.start-81{inset-inline-start:81px}.end-81{inset-inline-end:81px}.inset-81{inset:81px}.inset-x-81{inset-inline:81px}.inset-y-81{inset-block:81px}.-top-81{inset-block-start:-81px}.-bottom-81{inset-block-end:-81px}.-start-81{inset-inline-start:-81px}.-end-81{inset-inline-end:-81px}.z-81{z-index:81}.top-82{inset-block-start:82px}.bottom-82{inset-block-end:82px}.start-82{inset-inline-start:82px}.end-82{inset-inline-end:82px}.inset-82{inset:82px}.inset-x-82{inset-inline:82px}.inset-y-82{inset-block:82px}.-top-82{inset-block-start:-82px}.-bottom-82{inset-block-end:-82px}.-start-82{inset-inline-start:-82px}.-end-82{inset-inline-end:-82px}.z-82{z-index:82}.top-83{inset-block-start:83px}.bottom-83{inset-block-end:83px}.start-83{inset-inline-start:83px}.end-83{inset-inline-end:83px}.inset-83{inset:83px}.inset-x-83{inset-inline:83px}.inset-y-83{inset-block:83px}.-top-83{inset-block-start:-83px}.-bottom-83{inset-block-end:-83px}.-start-83{inset-inline-start:-83px}.-end-83{inset-inline-end:-83px}.z-83{z-index:83}.top-84{inset-block-start:84px}.bottom-84{inset-block-end:84px}.start-84{inset-inline-start:84px}.end-84{inset-inline-end:84px}.inset-84{inset:84px}.inset-x-84{inset-inline:84px}.inset-y-84{inset-block:84px}.-top-84{inset-block-start:-84px}.-bottom-84{inset-block-end:-84px}.-start-84{inset-inline-start:-84px}.-end-84{inset-inline-end:-84px}.z-84{z-index:84}.top-85{inset-block-start:85px}.bottom-85{inset-block-end:85px}.start-85{inset-inline-start:85px}.end-85{inset-inline-end:85px}.inset-85{inset:85px}.inset-x-85{inset-inline:85px}.inset-y-85{inset-block:85px}.-top-85{inset-block-start:-85px}.-bottom-85{inset-block-end:-85px}.-start-85{inset-inline-start:-85px}.-end-85{inset-inline-end:-85px}.z-85{z-index:85}.top-86{inset-block-start:86px}.bottom-86{inset-block-end:86px}.start-86{inset-inline-start:86px}.end-86{inset-inline-end:86px}.inset-86{inset:86px}.inset-x-86{inset-inline:86px}.inset-y-86{inset-block:86px}.-top-86{inset-block-start:-86px}.-bottom-86{inset-block-end:-86px}.-start-86{inset-inline-start:-86px}.-end-86{inset-inline-end:-86px}.z-86{z-index:86}.top-87{inset-block-start:87px}.bottom-87{inset-block-end:87px}.start-87{inset-inline-start:87px}.end-87{inset-inline-end:87px}.inset-87{inset:87px}.inset-x-87{inset-inline:87px}.inset-y-87{inset-block:87px}.-top-87{inset-block-start:-87px}.-bottom-87{inset-block-end:-87px}.-start-87{inset-inline-start:-87px}.-end-87{inset-inline-end:-87px}.z-87{z-index:87}.top-88{inset-block-start:88px}.bottom-88{inset-block-end:88px}.start-88{inset-inline-start:88px}.end-88{inset-inline-end:88px}.inset-88{inset:88px}.inset-x-88{inset-inline:88px}.inset-y-88{inset-block:88px}.-top-88{inset-block-start:-88px}.-bottom-88{inset-block-end:-88px}.-start-88{inset-inline-start:-88px}.-end-88{inset-inline-end:-88px}.z-88{z-index:88}.top-89{inset-block-start:89px}.bottom-89{inset-block-end:89px}.start-89{inset-inline-start:89px}.end-89{inset-inline-end:89px}.inset-89{inset:89px}.inset-x-89{inset-inline:89px}.inset-y-89{inset-block:89px}.-top-89{inset-block-start:-89px}.-bottom-89{inset-block-end:-89px}.-start-89{inset-inline-start:-89px}.-end-89{inset-inline-end:-89px}.z-89{z-index:89}.top-90{inset-block-start:90px}.bottom-90{inset-block-end:90px}.start-90{inset-inline-start:90px}.end-90{inset-inline-end:90px}.inset-90{inset:90px}.inset-x-90{inset-inline:90px}.inset-y-90{inset-block:90px}.-top-90{inset-block-start:-90px}.-bottom-90{inset-block-end:-90px}.-start-90{inset-inline-start:-90px}.-end-90{inset-inline-end:-90px}.z-90{z-index:90}.top-91{inset-block-start:91px}.bottom-91{inset-block-end:91px}.start-91{inset-inline-start:91px}.end-91{inset-inline-end:91px}.inset-91{inset:91px}.inset-x-91{inset-inline:91px}.inset-y-91{inset-block:91px}.-top-91{inset-block-start:-91px}.-bottom-91{inset-block-end:-91px}.-start-91{inset-inline-start:-91px}.-end-91{inset-inline-end:-91px}.z-91{z-index:91}.top-92{inset-block-start:92px}.bottom-92{inset-block-end:92px}.start-92{inset-inline-start:92px}.end-92{inset-inline-end:92px}.inset-92{inset:92px}.inset-x-92{inset-inline:92px}.inset-y-92{inset-block:92px}.-top-92{inset-block-start:-92px}.-bottom-92{inset-block-end:-92px}.-start-92{inset-inline-start:-92px}.-end-92{inset-inline-end:-92px}.z-92{z-index:92}.top-93{inset-block-start:93px}.bottom-93{inset-block-end:93px}.start-93{inset-inline-start:93px}.end-93{inset-inline-end:93px}.inset-93{inset:93px}.inset-x-93{inset-inline:93px}.inset-y-93{inset-block:93px}.-top-93{inset-block-start:-93px}.-bottom-93{inset-block-end:-93px}.-start-93{inset-inline-start:-93px}.-end-93{inset-inline-end:-93px}.z-93{z-index:93}.top-94{inset-block-start:94px}.bottom-94{inset-block-end:94px}.start-94{inset-inline-start:94px}.end-94{inset-inline-end:94px}.inset-94{inset:94px}.inset-x-94{inset-inline:94px}.inset-y-94{inset-block:94px}.-top-94{inset-block-start:-94px}.-bottom-94{inset-block-end:-94px}.-start-94{inset-inline-start:-94px}.-end-94{inset-inline-end:-94px}.z-94{z-index:94}.top-95{inset-block-start:95px}.bottom-95{inset-block-end:95px}.start-95{inset-inline-start:95px}.end-95{inset-inline-end:95px}.inset-95{inset:95px}.inset-x-95{inset-inline:95px}.inset-y-95{inset-block:95px}.-top-95{inset-block-start:-95px}.-bottom-95{inset-block-end:-95px}.-start-95{inset-inline-start:-95px}.-end-95{inset-inline-end:-95px}.z-95{z-index:95}.top-96{inset-block-start:96px}.bottom-96{inset-block-end:96px}.start-96{inset-inline-start:96px}.end-96{inset-inline-end:96px}.inset-96{inset:96px}.inset-x-96{inset-inline:96px}.inset-y-96{inset-block:96px}.-top-96{inset-block-start:-96px}.-bottom-96{inset-block-end:-96px}.-start-96{inset-inline-start:-96px}.-end-96{inset-inline-end:-96px}.z-96{z-index:96}.top-97{inset-block-start:97px}.bottom-97{inset-block-end:97px}.start-97{inset-inline-start:97px}.end-97{inset-inline-end:97px}.inset-97{inset:97px}.inset-x-97{inset-inline:97px}.inset-y-97{inset-block:97px}.-top-97{inset-block-start:-97px}.-bottom-97{inset-block-end:-97px}.-start-97{inset-inline-start:-97px}.-end-97{inset-inline-end:-97px}.z-97{z-index:97}.top-98{inset-block-start:98px}.bottom-98{inset-block-end:98px}.start-98{inset-inline-start:98px}.end-98{inset-inline-end:98px}.inset-98{inset:98px}.inset-x-98{inset-inline:98px}.inset-y-98{inset-block:98px}.-top-98{inset-block-start:-98px}.-bottom-98{inset-block-end:-98px}.-start-98{inset-inline-start:-98px}.-end-98{inset-inline-end:-98px}.z-98{z-index:98}.top-99{inset-block-start:99px}.bottom-99{inset-block-end:99px}.start-99{inset-inline-start:99px}.end-99{inset-inline-end:99px}.inset-99{inset:99px}.inset-x-99{inset-inline:99px}.inset-y-99{inset-block:99px}.-top-99{inset-block-start:-99px}.-bottom-99{inset-block-end:-99px}.-start-99{inset-inline-start:-99px}.-end-99{inset-inline-end:-99px}.z-99{z-index:99}.top-100{inset-block-start:100px}.bottom-100{inset-block-end:100px}.start-100{inset-inline-start:100px}.end-100{inset-inline-end:100px}.inset-100{inset:100px}.inset-x-100{inset-inline:100px}.inset-y-100{inset-block:100px}.-top-100{inset-block-start:-100px}.-bottom-100{inset-block-end:-100px}.-start-100{inset-inline-start:-100px}.-end-100{inset-inline-end:-100px}.z-100{z-index:100}.z-auto{z-index:auto}.top-auto{inset-block-start:auto}.bottom-auto{inset-block-end:auto}.start-auto{inset-inline-start:auto}.end-auto{inset-inline-end:auto}.inset-auto{inset:auto}.inset-x-auto{inset-inline:auto}.inset-y-auto{inset-block:auto}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.items-start{align-items:flex-start}.items-center{align-items:center}.items-end{align-items:flex-end}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.flex-1{flex:1 1 0%}.flex-auto{flex:1 1 auto}.flex-none{flex:none}.grow{flex-grow:1}.grow-0{flex-grow:0}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.container{width:100%;max-width:var(--aksara-container-max,1140px);margin-inline:auto;padding-inline:var(--aksara-container-padding,12px)}.container-fluid{width:100%;margin-inline:auto;padding-inline:var(--aksara-container-padding,12px)}.row{display:flex;flex-wrap:wrap;margin-inline:calc(var(--aksara-gutter-x,24px)/-2);row-gap:var(--aksara-gutter-y,0)}.col{flex:1 0 0%}.row[class*=" gap-"],.row[class^="gap-"],.row[class*=" col-gap-"],.row[class^="col-gap-"]{margin-inline:0!important}.row[class*=" gap-"]>*,.row[class^="gap-"]>*,.row[class*=" col-gap-"]>*,.row[class^="col-gap-"]>*{padding-inline:0!important}.row.gap-0{--aksara-gutter-x:0px;--aksara-gutter-y:0px;row-gap:var(--aksara-gutter-y)}.row.col-gap-0{--aksara-gutter-x:0px}.row.row-gap-0{--aksara-gutter-y:0px;row-gap:var(--aksara-gutter-y)}.row.gap-1{--aksara-gutter-x:1px;--aksara-gutter-y:1px;row-gap:var(--aksara-gutter-y)}.row.col-gap-1{--aksara-gutter-x:1px}.row.row-gap-1{--aksara-gutter-y:1px;row-gap:var(--aksara-gutter-y)}.row.gap-2{--aksara-gutter-x:2px;--aksara-gutter-y:2px;row-gap:var(--aksara-gutter-y)}.row.col-gap-2{--aksara-gutter-x:2px}.row.row-gap-2{--aksara-gutter-y:2px;row-gap:var(--aksara-gutter-y)}.row.gap-3{--aksara-gutter-x:3px;--aksara-gutter-y:3px;row-gap:var(--aksara-gutter-y)}.row.col-gap-3{--aksara-gutter-x:3px}.row.row-gap-3{--aksara-gutter-y:3px;row-gap:var(--aksara-gutter-y)}.row.gap-4{--aksara-gutter-x:4px;--aksara-gutter-y:4px;row-gap:var(--aksara-gutter-y)}.row.col-gap-4{--aksara-gutter-x:4px}.row.row-gap-4{--aksara-gutter-y:4px;row-gap:var(--aksara-gutter-y)}.row.gap-5{--aksara-gutter-x:5px;--aksara-gutter-y:5px;row-gap:var(--aksara-gutter-y)}.row.col-gap-5{--aksara-gutter-x:5px}.row.row-gap-5{--aksara-gutter-y:5px;row-gap:var(--aksara-gutter-y)}.row.gap-6{--aksara-gutter-x:6px;--aksara-gutter-y:6px;row-gap:var(--aksara-gutter-y)}.row.col-gap-6{--aksara-gutter-x:6px}.row.row-gap-6{--aksara-gutter-y:6px;row-gap:var(--aksara-gutter-y)}.row.gap-7{--aksara-gutter-x:7px;--aksara-gutter-y:7px;row-gap:var(--aksara-gutter-y)}.row.col-gap-7{--aksara-gutter-x:7px}.row.row-gap-7{--aksara-gutter-y:7px;row-gap:var(--aksara-gutter-y)}.row.gap-8{--aksara-gutter-x:8px;--aksara-gutter-y:8px;row-gap:var(--aksara-gutter-y)}.row.col-gap-8{--aksara-gutter-x:8px}.row.row-gap-8{--aksara-gutter-y:8px;row-gap:var(--aksara-gutter-y)}.row.gap-9{--aksara-gutter-x:9px;--aksara-gutter-y:9px;row-gap:var(--aksara-gutter-y)}.row.col-gap-9{--aksara-gutter-x:9px}.row.row-gap-9{--aksara-gutter-y:9px;row-gap:var(--aksara-gutter-y)}.row.gap-10{--aksara-gutter-x:10px;--aksara-gutter-y:10px;row-gap:var(--aksara-gutter-y)}.row.col-gap-10{--aksara-gutter-x:10px}.row.row-gap-10{--aksara-gutter-y:10px;row-gap:var(--aksara-gutter-y)}.row.gap-11{--aksara-gutter-x:11px;--aksara-gutter-y:11px;row-gap:var(--aksara-gutter-y)}.row.col-gap-11{--aksara-gutter-x:11px}.row.row-gap-11{--aksara-gutter-y:11px;row-gap:var(--aksara-gutter-y)}.row.gap-12{--aksara-gutter-x:12px;--aksara-gutter-y:12px;row-gap:var(--aksara-gutter-y)}.row.col-gap-12{--aksara-gutter-x:12px}.row.row-gap-12{--aksara-gutter-y:12px;row-gap:var(--aksara-gutter-y)}.row.gap-13{--aksara-gutter-x:13px;--aksara-gutter-y:13px;row-gap:var(--aksara-gutter-y)}.row.col-gap-13{--aksara-gutter-x:13px}.row.row-gap-13{--aksara-gutter-y:13px;row-gap:var(--aksara-gutter-y)}.row.gap-14{--aksara-gutter-x:14px;--aksara-gutter-y:14px;row-gap:var(--aksara-gutter-y)}.row.col-gap-14{--aksara-gutter-x:14px}.row.row-gap-14{--aksara-gutter-y:14px;row-gap:var(--aksara-gutter-y)}.row.gap-15{--aksara-gutter-x:15px;--aksara-gutter-y:15px;row-gap:var(--aksara-gutter-y)}.row.col-gap-15{--aksara-gutter-x:15px}.row.row-gap-15{--aksara-gutter-y:15px;row-gap:var(--aksara-gutter-y)}.row.gap-16{--aksara-gutter-x:16px;--aksara-gutter-y:16px;row-gap:var(--aksara-gutter-y)}.row.col-gap-16{--aksara-gutter-x:16px}.row.row-gap-16{--aksara-gutter-y:16px;row-gap:var(--aksara-gutter-y)}.row.gap-17{--aksara-gutter-x:17px;--aksara-gutter-y:17px;row-gap:var(--aksara-gutter-y)}.row.col-gap-17{--aksara-gutter-x:17px}.row.row-gap-17{--aksara-gutter-y:17px;row-gap:var(--aksara-gutter-y)}.row.gap-18{--aksara-gutter-x:18px;--aksara-gutter-y:18px;row-gap:var(--aksara-gutter-y)}.row.col-gap-18{--aksara-gutter-x:18px}.row.row-gap-18{--aksara-gutter-y:18px;row-gap:var(--aksara-gutter-y)}.row.gap-19{--aksara-gutter-x:19px;--aksara-gutter-y:19px;row-gap:var(--aksara-gutter-y)}.row.col-gap-19{--aksara-gutter-x:19px}.row.row-gap-19{--aksara-gutter-y:19px;row-gap:var(--aksara-gutter-y)}.row.gap-20{--aksara-gutter-x:20px;--aksara-gutter-y:20px;row-gap:var(--aksara-gutter-y)}.row.col-gap-20{--aksara-gutter-x:20px}.row.row-gap-20{--aksara-gutter-y:20px;row-gap:var(--aksara-gutter-y)}.row.gap-21{--aksara-gutter-x:21px;--aksara-gutter-y:21px;row-gap:var(--aksara-gutter-y)}.row.col-gap-21{--aksara-gutter-x:21px}.row.row-gap-21{--aksara-gutter-y:21px;row-gap:var(--aksara-gutter-y)}.row.gap-22{--aksara-gutter-x:22px;--aksara-gutter-y:22px;row-gap:var(--aksara-gutter-y)}.row.col-gap-22{--aksara-gutter-x:22px}.row.row-gap-22{--aksara-gutter-y:22px;row-gap:var(--aksara-gutter-y)}.row.gap-23{--aksara-gutter-x:23px;--aksara-gutter-y:23px;row-gap:var(--aksara-gutter-y)}.row.col-gap-23{--aksara-gutter-x:23px}.row.row-gap-23{--aksara-gutter-y:23px;row-gap:var(--aksara-gutter-y)}.row.gap-24{--aksara-gutter-x:24px;--aksara-gutter-y:24px;row-gap:var(--aksara-gutter-y)}.row.col-gap-24{--aksara-gutter-x:24px}.row.row-gap-24{--aksara-gutter-y:24px;row-gap:var(--aksara-gutter-y)}.row.gap-25{--aksara-gutter-x:25px;--aksara-gutter-y:25px;row-gap:var(--aksara-gutter-y)}.row.col-gap-25{--aksara-gutter-x:25px}.row.row-gap-25{--aksara-gutter-y:25px;row-gap:var(--aksara-gutter-y)}.row.gap-26{--aksara-gutter-x:26px;--aksara-gutter-y:26px;row-gap:var(--aksara-gutter-y)}.row.col-gap-26{--aksara-gutter-x:26px}.row.row-gap-26{--aksara-gutter-y:26px;row-gap:var(--aksara-gutter-y)}.row.gap-27{--aksara-gutter-x:27px;--aksara-gutter-y:27px;row-gap:var(--aksara-gutter-y)}.row.col-gap-27{--aksara-gutter-x:27px}.row.row-gap-27{--aksara-gutter-y:27px;row-gap:var(--aksara-gutter-y)}.row.gap-28{--aksara-gutter-x:28px;--aksara-gutter-y:28px;row-gap:var(--aksara-gutter-y)}.row.col-gap-28{--aksara-gutter-x:28px}.row.row-gap-28{--aksara-gutter-y:28px;row-gap:var(--aksara-gutter-y)}.row.gap-29{--aksara-gutter-x:29px;--aksara-gutter-y:29px;row-gap:var(--aksara-gutter-y)}.row.col-gap-29{--aksara-gutter-x:29px}.row.row-gap-29{--aksara-gutter-y:29px;row-gap:var(--aksara-gutter-y)}.row.gap-30{--aksara-gutter-x:30px;--aksara-gutter-y:30px;row-gap:var(--aksara-gutter-y)}.row.col-gap-30{--aksara-gutter-x:30px}.row.row-gap-30{--aksara-gutter-y:30px;row-gap:var(--aksara-gutter-y)}.row.gap-31{--aksara-gutter-x:31px;--aksara-gutter-y:31px;row-gap:var(--aksara-gutter-y)}.row.col-gap-31{--aksara-gutter-x:31px}.row.row-gap-31{--aksara-gutter-y:31px;row-gap:var(--aksara-gutter-y)}.row.gap-32{--aksara-gutter-x:32px;--aksara-gutter-y:32px;row-gap:var(--aksara-gutter-y)}.row.col-gap-32{--aksara-gutter-x:32px}.row.row-gap-32{--aksara-gutter-y:32px;row-gap:var(--aksara-gutter-y)}.row.gap-33{--aksara-gutter-x:33px;--aksara-gutter-y:33px;row-gap:var(--aksara-gutter-y)}.row.col-gap-33{--aksara-gutter-x:33px}.row.row-gap-33{--aksara-gutter-y:33px;row-gap:var(--aksara-gutter-y)}.row.gap-34{--aksara-gutter-x:34px;--aksara-gutter-y:34px;row-gap:var(--aksara-gutter-y)}.row.col-gap-34{--aksara-gutter-x:34px}.row.row-gap-34{--aksara-gutter-y:34px;row-gap:var(--aksara-gutter-y)}.row.gap-35{--aksara-gutter-x:35px;--aksara-gutter-y:35px;row-gap:var(--aksara-gutter-y)}.row.col-gap-35{--aksara-gutter-x:35px}.row.row-gap-35{--aksara-gutter-y:35px;row-gap:var(--aksara-gutter-y)}.row.gap-36{--aksara-gutter-x:36px;--aksara-gutter-y:36px;row-gap:var(--aksara-gutter-y)}.row.col-gap-36{--aksara-gutter-x:36px}.row.row-gap-36{--aksara-gutter-y:36px;row-gap:var(--aksara-gutter-y)}.row.gap-37{--aksara-gutter-x:37px;--aksara-gutter-y:37px;row-gap:var(--aksara-gutter-y)}.row.col-gap-37{--aksara-gutter-x:37px}.row.row-gap-37{--aksara-gutter-y:37px;row-gap:var(--aksara-gutter-y)}.row.gap-38{--aksara-gutter-x:38px;--aksara-gutter-y:38px;row-gap:var(--aksara-gutter-y)}.row.col-gap-38{--aksara-gutter-x:38px}.row.row-gap-38{--aksara-gutter-y:38px;row-gap:var(--aksara-gutter-y)}.row.gap-39{--aksara-gutter-x:39px;--aksara-gutter-y:39px;row-gap:var(--aksara-gutter-y)}.row.col-gap-39{--aksara-gutter-x:39px}.row.row-gap-39{--aksara-gutter-y:39px;row-gap:var(--aksara-gutter-y)}.row.gap-40{--aksara-gutter-x:40px;--aksara-gutter-y:40px;row-gap:var(--aksara-gutter-y)}.row.col-gap-40{--aksara-gutter-x:40px}.row.row-gap-40{--aksara-gutter-y:40px;row-gap:var(--aksara-gutter-y)}.row.gap-41{--aksara-gutter-x:41px;--aksara-gutter-y:41px;row-gap:var(--aksara-gutter-y)}.row.col-gap-41{--aksara-gutter-x:41px}.row.row-gap-41{--aksara-gutter-y:41px;row-gap:var(--aksara-gutter-y)}.row.gap-42{--aksara-gutter-x:42px;--aksara-gutter-y:42px;row-gap:var(--aksara-gutter-y)}.row.col-gap-42{--aksara-gutter-x:42px}.row.row-gap-42{--aksara-gutter-y:42px;row-gap:var(--aksara-gutter-y)}.row.gap-43{--aksara-gutter-x:43px;--aksara-gutter-y:43px;row-gap:var(--aksara-gutter-y)}.row.col-gap-43{--aksara-gutter-x:43px}.row.row-gap-43{--aksara-gutter-y:43px;row-gap:var(--aksara-gutter-y)}.row.gap-44{--aksara-gutter-x:44px;--aksara-gutter-y:44px;row-gap:var(--aksara-gutter-y)}.row.col-gap-44{--aksara-gutter-x:44px}.row.row-gap-44{--aksara-gutter-y:44px;row-gap:var(--aksara-gutter-y)}.row.gap-45{--aksara-gutter-x:45px;--aksara-gutter-y:45px;row-gap:var(--aksara-gutter-y)}.row.col-gap-45{--aksara-gutter-x:45px}.row.row-gap-45{--aksara-gutter-y:45px;row-gap:var(--aksara-gutter-y)}.row.gap-46{--aksara-gutter-x:46px;--aksara-gutter-y:46px;row-gap:var(--aksara-gutter-y)}.row.col-gap-46{--aksara-gutter-x:46px}.row.row-gap-46{--aksara-gutter-y:46px;row-gap:var(--aksara-gutter-y)}.row.gap-47{--aksara-gutter-x:47px;--aksara-gutter-y:47px;row-gap:var(--aksara-gutter-y)}.row.col-gap-47{--aksara-gutter-x:47px}.row.row-gap-47{--aksara-gutter-y:47px;row-gap:var(--aksara-gutter-y)}.row.gap-48{--aksara-gutter-x:48px;--aksara-gutter-y:48px;row-gap:var(--aksara-gutter-y)}.row.col-gap-48{--aksara-gutter-x:48px}.row.row-gap-48{--aksara-gutter-y:48px;row-gap:var(--aksara-gutter-y)}.row.gap-49{--aksara-gutter-x:49px;--aksara-gutter-y:49px;row-gap:var(--aksara-gutter-y)}.row.col-gap-49{--aksara-gutter-x:49px}.row.row-gap-49{--aksara-gutter-y:49px;row-gap:var(--aksara-gutter-y)}.row.gap-50{--aksara-gutter-x:50px;--aksara-gutter-y:50px;row-gap:var(--aksara-gutter-y)}.row.col-gap-50{--aksara-gutter-x:50px}.row.row-gap-50{--aksara-gutter-y:50px;row-gap:var(--aksara-gutter-y)}.row.gap-51{--aksara-gutter-x:51px;--aksara-gutter-y:51px;row-gap:var(--aksara-gutter-y)}.row.col-gap-51{--aksara-gutter-x:51px}.row.row-gap-51{--aksara-gutter-y:51px;row-gap:var(--aksara-gutter-y)}.row.gap-52{--aksara-gutter-x:52px;--aksara-gutter-y:52px;row-gap:var(--aksara-gutter-y)}.row.col-gap-52{--aksara-gutter-x:52px}.row.row-gap-52{--aksara-gutter-y:52px;row-gap:var(--aksara-gutter-y)}.row.gap-53{--aksara-gutter-x:53px;--aksara-gutter-y:53px;row-gap:var(--aksara-gutter-y)}.row.col-gap-53{--aksara-gutter-x:53px}.row.row-gap-53{--aksara-gutter-y:53px;row-gap:var(--aksara-gutter-y)}.row.gap-54{--aksara-gutter-x:54px;--aksara-gutter-y:54px;row-gap:var(--aksara-gutter-y)}.row.col-gap-54{--aksara-gutter-x:54px}.row.row-gap-54{--aksara-gutter-y:54px;row-gap:var(--aksara-gutter-y)}.row.gap-55{--aksara-gutter-x:55px;--aksara-gutter-y:55px;row-gap:var(--aksara-gutter-y)}.row.col-gap-55{--aksara-gutter-x:55px}.row.row-gap-55{--aksara-gutter-y:55px;row-gap:var(--aksara-gutter-y)}.row.gap-56{--aksara-gutter-x:56px;--aksara-gutter-y:56px;row-gap:var(--aksara-gutter-y)}.row.col-gap-56{--aksara-gutter-x:56px}.row.row-gap-56{--aksara-gutter-y:56px;row-gap:var(--aksara-gutter-y)}.row.gap-57{--aksara-gutter-x:57px;--aksara-gutter-y:57px;row-gap:var(--aksara-gutter-y)}.row.col-gap-57{--aksara-gutter-x:57px}.row.row-gap-57{--aksara-gutter-y:57px;row-gap:var(--aksara-gutter-y)}.row.gap-58{--aksara-gutter-x:58px;--aksara-gutter-y:58px;row-gap:var(--aksara-gutter-y)}.row.col-gap-58{--aksara-gutter-x:58px}.row.row-gap-58{--aksara-gutter-y:58px;row-gap:var(--aksara-gutter-y)}.row.gap-59{--aksara-gutter-x:59px;--aksara-gutter-y:59px;row-gap:var(--aksara-gutter-y)}.row.col-gap-59{--aksara-gutter-x:59px}.row.row-gap-59{--aksara-gutter-y:59px;row-gap:var(--aksara-gutter-y)}.row.gap-60{--aksara-gutter-x:60px;--aksara-gutter-y:60px;row-gap:var(--aksara-gutter-y)}.row.col-gap-60{--aksara-gutter-x:60px}.row.row-gap-60{--aksara-gutter-y:60px;row-gap:var(--aksara-gutter-y)}.row.gap-61{--aksara-gutter-x:61px;--aksara-gutter-y:61px;row-gap:var(--aksara-gutter-y)}.row.col-gap-61{--aksara-gutter-x:61px}.row.row-gap-61{--aksara-gutter-y:61px;row-gap:var(--aksara-gutter-y)}.row.gap-62{--aksara-gutter-x:62px;--aksara-gutter-y:62px;row-gap:var(--aksara-gutter-y)}.row.col-gap-62{--aksara-gutter-x:62px}.row.row-gap-62{--aksara-gutter-y:62px;row-gap:var(--aksara-gutter-y)}.row.gap-63{--aksara-gutter-x:63px;--aksara-gutter-y:63px;row-gap:var(--aksara-gutter-y)}.row.col-gap-63{--aksara-gutter-x:63px}.row.row-gap-63{--aksara-gutter-y:63px;row-gap:var(--aksara-gutter-y)}.row.gap-64{--aksara-gutter-x:64px;--aksara-gutter-y:64px;row-gap:var(--aksara-gutter-y)}.row.col-gap-64{--aksara-gutter-x:64px}.row.row-gap-64{--aksara-gutter-y:64px;row-gap:var(--aksara-gutter-y)}.row.gap-65{--aksara-gutter-x:65px;--aksara-gutter-y:65px;row-gap:var(--aksara-gutter-y)}.row.col-gap-65{--aksara-gutter-x:65px}.row.row-gap-65{--aksara-gutter-y:65px;row-gap:var(--aksara-gutter-y)}.row.gap-66{--aksara-gutter-x:66px;--aksara-gutter-y:66px;row-gap:var(--aksara-gutter-y)}.row.col-gap-66{--aksara-gutter-x:66px}.row.row-gap-66{--aksara-gutter-y:66px;row-gap:var(--aksara-gutter-y)}.row.gap-67{--aksara-gutter-x:67px;--aksara-gutter-y:67px;row-gap:var(--aksara-gutter-y)}.row.col-gap-67{--aksara-gutter-x:67px}.row.row-gap-67{--aksara-gutter-y:67px;row-gap:var(--aksara-gutter-y)}.row.gap-68{--aksara-gutter-x:68px;--aksara-gutter-y:68px;row-gap:var(--aksara-gutter-y)}.row.col-gap-68{--aksara-gutter-x:68px}.row.row-gap-68{--aksara-gutter-y:68px;row-gap:var(--aksara-gutter-y)}.row.gap-69{--aksara-gutter-x:69px;--aksara-gutter-y:69px;row-gap:var(--aksara-gutter-y)}.row.col-gap-69{--aksara-gutter-x:69px}.row.row-gap-69{--aksara-gutter-y:69px;row-gap:var(--aksara-gutter-y)}.row.gap-70{--aksara-gutter-x:70px;--aksara-gutter-y:70px;row-gap:var(--aksara-gutter-y)}.row.col-gap-70{--aksara-gutter-x:70px}.row.row-gap-70{--aksara-gutter-y:70px;row-gap:var(--aksara-gutter-y)}.row.gap-71{--aksara-gutter-x:71px;--aksara-gutter-y:71px;row-gap:var(--aksara-gutter-y)}.row.col-gap-71{--aksara-gutter-x:71px}.row.row-gap-71{--aksara-gutter-y:71px;row-gap:var(--aksara-gutter-y)}.row.gap-72{--aksara-gutter-x:72px;--aksara-gutter-y:72px;row-gap:var(--aksara-gutter-y)}.row.col-gap-72{--aksara-gutter-x:72px}.row.row-gap-72{--aksara-gutter-y:72px;row-gap:var(--aksara-gutter-y)}.row.gap-73{--aksara-gutter-x:73px;--aksara-gutter-y:73px;row-gap:var(--aksara-gutter-y)}.row.col-gap-73{--aksara-gutter-x:73px}.row.row-gap-73{--aksara-gutter-y:73px;row-gap:var(--aksara-gutter-y)}.row.gap-74{--aksara-gutter-x:74px;--aksara-gutter-y:74px;row-gap:var(--aksara-gutter-y)}.row.col-gap-74{--aksara-gutter-x:74px}.row.row-gap-74{--aksara-gutter-y:74px;row-gap:var(--aksara-gutter-y)}.row.gap-75{--aksara-gutter-x:75px;--aksara-gutter-y:75px;row-gap:var(--aksara-gutter-y)}.row.col-gap-75{--aksara-gutter-x:75px}.row.row-gap-75{--aksara-gutter-y:75px;row-gap:var(--aksara-gutter-y)}.row.gap-76{--aksara-gutter-x:76px;--aksara-gutter-y:76px;row-gap:var(--aksara-gutter-y)}.row.col-gap-76{--aksara-gutter-x:76px}.row.row-gap-76{--aksara-gutter-y:76px;row-gap:var(--aksara-gutter-y)}.row.gap-77{--aksara-gutter-x:77px;--aksara-gutter-y:77px;row-gap:var(--aksara-gutter-y)}.row.col-gap-77{--aksara-gutter-x:77px}.row.row-gap-77{--aksara-gutter-y:77px;row-gap:var(--aksara-gutter-y)}.row.gap-78{--aksara-gutter-x:78px;--aksara-gutter-y:78px;row-gap:var(--aksara-gutter-y)}.row.col-gap-78{--aksara-gutter-x:78px}.row.row-gap-78{--aksara-gutter-y:78px;row-gap:var(--aksara-gutter-y)}.row.gap-79{--aksara-gutter-x:79px;--aksara-gutter-y:79px;row-gap:var(--aksara-gutter-y)}.row.col-gap-79{--aksara-gutter-x:79px}.row.row-gap-79{--aksara-gutter-y:79px;row-gap:var(--aksara-gutter-y)}.row.gap-80{--aksara-gutter-x:80px;--aksara-gutter-y:80px;row-gap:var(--aksara-gutter-y)}.row.col-gap-80{--aksara-gutter-x:80px}.row.row-gap-80{--aksara-gutter-y:80px;row-gap:var(--aksara-gutter-y)}.row.gap-81{--aksara-gutter-x:81px;--aksara-gutter-y:81px;row-gap:var(--aksara-gutter-y)}.row.col-gap-81{--aksara-gutter-x:81px}.row.row-gap-81{--aksara-gutter-y:81px;row-gap:var(--aksara-gutter-y)}.row.gap-82{--aksara-gutter-x:82px;--aksara-gutter-y:82px;row-gap:var(--aksara-gutter-y)}.row.col-gap-82{--aksara-gutter-x:82px}.row.row-gap-82{--aksara-gutter-y:82px;row-gap:var(--aksara-gutter-y)}.row.gap-83{--aksara-gutter-x:83px;--aksara-gutter-y:83px;row-gap:var(--aksara-gutter-y)}.row.col-gap-83{--aksara-gutter-x:83px}.row.row-gap-83{--aksara-gutter-y:83px;row-gap:var(--aksara-gutter-y)}.row.gap-84{--aksara-gutter-x:84px;--aksara-gutter-y:84px;row-gap:var(--aksara-gutter-y)}.row.col-gap-84{--aksara-gutter-x:84px}.row.row-gap-84{--aksara-gutter-y:84px;row-gap:var(--aksara-gutter-y)}.row.gap-85{--aksara-gutter-x:85px;--aksara-gutter-y:85px;row-gap:var(--aksara-gutter-y)}.row.col-gap-85{--aksara-gutter-x:85px}.row.row-gap-85{--aksara-gutter-y:85px;row-gap:var(--aksara-gutter-y)}.row.gap-86{--aksara-gutter-x:86px;--aksara-gutter-y:86px;row-gap:var(--aksara-gutter-y)}.row.col-gap-86{--aksara-gutter-x:86px}.row.row-gap-86{--aksara-gutter-y:86px;row-gap:var(--aksara-gutter-y)}.row.gap-87{--aksara-gutter-x:87px;--aksara-gutter-y:87px;row-gap:var(--aksara-gutter-y)}.row.col-gap-87{--aksara-gutter-x:87px}.row.row-gap-87{--aksara-gutter-y:87px;row-gap:var(--aksara-gutter-y)}.row.gap-88{--aksara-gutter-x:88px;--aksara-gutter-y:88px;row-gap:var(--aksara-gutter-y)}.row.col-gap-88{--aksara-gutter-x:88px}.row.row-gap-88{--aksara-gutter-y:88px;row-gap:var(--aksara-gutter-y)}.row.gap-89{--aksara-gutter-x:89px;--aksara-gutter-y:89px;row-gap:var(--aksara-gutter-y)}.row.col-gap-89{--aksara-gutter-x:89px}.row.row-gap-89{--aksara-gutter-y:89px;row-gap:var(--aksara-gutter-y)}.row.gap-90{--aksara-gutter-x:90px;--aksara-gutter-y:90px;row-gap:var(--aksara-gutter-y)}.row.col-gap-90{--aksara-gutter-x:90px}.row.row-gap-90{--aksara-gutter-y:90px;row-gap:var(--aksara-gutter-y)}.row.gap-91{--aksara-gutter-x:91px;--aksara-gutter-y:91px;row-gap:var(--aksara-gutter-y)}.row.col-gap-91{--aksara-gutter-x:91px}.row.row-gap-91{--aksara-gutter-y:91px;row-gap:var(--aksara-gutter-y)}.row.gap-92{--aksara-gutter-x:92px;--aksara-gutter-y:92px;row-gap:var(--aksara-gutter-y)}.row.col-gap-92{--aksara-gutter-x:92px}.row.row-gap-92{--aksara-gutter-y:92px;row-gap:var(--aksara-gutter-y)}.row.gap-93{--aksara-gutter-x:93px;--aksara-gutter-y:93px;row-gap:var(--aksara-gutter-y)}.row.col-gap-93{--aksara-gutter-x:93px}.row.row-gap-93{--aksara-gutter-y:93px;row-gap:var(--aksara-gutter-y)}.row.gap-94{--aksara-gutter-x:94px;--aksara-gutter-y:94px;row-gap:var(--aksara-gutter-y)}.row.col-gap-94{--aksara-gutter-x:94px}.row.row-gap-94{--aksara-gutter-y:94px;row-gap:var(--aksara-gutter-y)}.row.gap-95{--aksara-gutter-x:95px;--aksara-gutter-y:95px;row-gap:var(--aksara-gutter-y)}.row.col-gap-95{--aksara-gutter-x:95px}.row.row-gap-95{--aksara-gutter-y:95px;row-gap:var(--aksara-gutter-y)}.row.gap-96{--aksara-gutter-x:96px;--aksara-gutter-y:96px;row-gap:var(--aksara-gutter-y)}.row.col-gap-96{--aksara-gutter-x:96px}.row.row-gap-96{--aksara-gutter-y:96px;row-gap:var(--aksara-gutter-y)}.row.gap-97{--aksara-gutter-x:97px;--aksara-gutter-y:97px;row-gap:var(--aksara-gutter-y)}.row.col-gap-97{--aksara-gutter-x:97px}.row.row-gap-97{--aksara-gutter-y:97px;row-gap:var(--aksara-gutter-y)}.row.gap-98{--aksara-gutter-x:98px;--aksara-gutter-y:98px;row-gap:var(--aksara-gutter-y)}.row.col-gap-98{--aksara-gutter-x:98px}.row.row-gap-98{--aksara-gutter-y:98px;row-gap:var(--aksara-gutter-y)}.row.gap-99{--aksara-gutter-x:99px;--aksara-gutter-y:99px;row-gap:var(--aksara-gutter-y)}.row.col-gap-99{--aksara-gutter-x:99px}.row.row-gap-99{--aksara-gutter-y:99px;row-gap:var(--aksara-gutter-y)}.row.gap-100{--aksara-gutter-x:100px;--aksara-gutter-y:100px;row-gap:var(--aksara-gutter-y)}.row.col-gap-100{--aksara-gutter-x:100px}.row.row-gap-100{--aksara-gutter-y:100px;row-gap:var(--aksara-gutter-y)}.col-1{flex:0 0 auto;width:calc(8.333333333333332% - 0.9166666666666666 * var(--aksara-gutter-x,0px))}.offset-1{margin-inline-start:8.333333333333332%}.grid-1{display:grid;grid-template-columns:repeat(1,minmax(0,1fr))}.span-1{grid-column:span 1/span 1}.col-2{flex:0 0 auto;width:calc(16.666666666666664% - 0.8333333333333334 * var(--aksara-gutter-x,0px))}.offset-2{margin-inline-start:16.666666666666664%}.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.span-2{grid-column:span 2/span 2}.col-3{flex:0 0 auto;width:calc(25% - 0.75 * var(--aksara-gutter-x,0px))}.offset-3{margin-inline-start:25%}.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.span-3{grid-column:span 3/span 3}.col-4{flex:0 0 auto;width:calc(33.33333333333333% - 0.6666666666666667 * var(--aksara-gutter-x,0px))}.offset-4{margin-inline-start:33.33333333333333%}.grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.span-4{grid-column:span 4/span 4}.col-5{flex:0 0 auto;width:calc(41.66666666666667% - 0.5833333333333333 * var(--aksara-gutter-x,0px))}.offset-5{margin-inline-start:41.66666666666667%}.grid-5{display:grid;grid-template-columns:repeat(5,minmax(0,1fr))}.span-5{grid-column:span 5/span 5}.col-6{flex:0 0 auto;width:calc(50% - 0.5 * var(--aksara-gutter-x,0px))}.offset-6{margin-inline-start:50%}.grid-6{display:grid;grid-template-columns:repeat(6,minmax(0,1fr))}.span-6{grid-column:span 6/span 6}.col-7{flex:0 0 auto;width:calc(58.333333333333336% - 0.41666666666666663 * var(--aksara-gutter-x,0px))}.offset-7{margin-inline-start:58.333333333333336%}.grid-7{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.span-7{grid-column:span 7/span 7}.col-8{flex:0 0 auto;width:calc(66.66666666666666% - 0.33333333333333337 * var(--aksara-gutter-x,0px))}.offset-8{margin-inline-start:66.66666666666666%}.grid-8{display:grid;grid-template-columns:repeat(8,minmax(0,1fr))}.span-8{grid-column:span 8/span 8}.col-9{flex:0 0 auto;width:calc(75% - 0.25 * var(--aksara-gutter-x,0px))}.offset-9{margin-inline-start:75%}.grid-9{display:grid;grid-template-columns:repeat(9,minmax(0,1fr))}.span-9{grid-column:span 9/span 9}.col-10{flex:0 0 auto;width:calc(83.33333333333334% - 0.16666666666666663 * var(--aksara-gutter-x,0px))}.offset-10{margin-inline-start:83.33333333333334%}.grid-10{display:grid;grid-template-columns:repeat(10,minmax(0,1fr))}.span-10{grid-column:span 10/span 10}.col-11{flex:0 0 auto;width:calc(91.66666666666666% - 0.08333333333333337 * var(--aksara-gutter-x,0px))}.offset-11{margin-inline-start:91.66666666666666%}.grid-11{display:grid;grid-template-columns:repeat(11,minmax(0,1fr))}.span-11{grid-column:span 11/span 11}.col-12{flex:0 0 auto;width:calc(100% - 0 * var(--aksara-gutter-x,0px))}.offset-12{margin-inline-start:100%}.grid-12{display:grid;grid-template-columns:repeat(12,minmax(0,1fr))}.span-12{grid-column:span 12/span 12}.text-10{font-size:10px}.text-11{font-size:11px}.text-12{font-size:12px}.text-13{font-size:13px}.text-14{font-size:14px}.text-15{font-size:15px}.text-16{font-size:16px}.text-17{font-size:17px}.text-18{font-size:18px}.text-19{font-size:19px}.text-20{font-size:20px}.text-21{font-size:21px}.text-22{font-size:22px}.text-23{font-size:23px}.text-24{font-size:24px}.text-25{font-size:25px}.text-26{font-size:26px}.text-27{font-size:27px}.text-28{font-size:28px}.text-29{font-size:29px}.text-30{font-size:30px}.text-31{font-size:31px}.text-32{font-size:32px}.text-33{font-size:33px}.text-34{font-size:34px}.text-35{font-size:35px}.text-36{font-size:36px}.text-37{font-size:37px}.text-38{font-size:38px}.text-39{font-size:39px}.text-40{font-size:40px}.text-41{font-size:41px}.text-42{font-size:42px}.text-43{font-size:43px}.text-44{font-size:44px}.text-45{font-size:45px}.text-46{font-size:46px}.text-47{font-size:47px}.text-48{font-size:48px}.text-49{font-size:49px}.text-50{font-size:50px}.text-51{font-size:51px}.text-52{font-size:52px}.text-53{font-size:53px}.text-54{font-size:54px}.text-55{font-size:55px}.text-56{font-size:56px}.text-57{font-size:57px}.text-58{font-size:58px}.text-59{font-size:59px}.text-60{font-size:60px}.text-61{font-size:61px}.text-62{font-size:62px}.text-63{font-size:63px}.text-64{font-size:64px}.text-65{font-size:65px}.text-66{font-size:66px}.text-67{font-size:67px}.text-68{font-size:68px}.text-69{font-size:69px}.text-70{font-size:70px}.text-71{font-size:71px}.text-72{font-size:72px}.text-73{font-size:73px}.text-74{font-size:74px}.text-75{font-size:75px}.text-76{font-size:76px}.text-77{font-size:77px}.text-78{font-size:78px}.text-79{font-size:79px}.text-80{font-size:80px}.text-81{font-size:81px}.text-82{font-size:82px}.text-83{font-size:83px}.text-84{font-size:84px}.text-85{font-size:85px}.text-86{font-size:86px}.text-87{font-size:87px}.text-88{font-size:88px}.text-89{font-size:89px}.text-90{font-size:90px}.text-91{font-size:91px}.text-92{font-size:92px}.text-93{font-size:93px}.text-94{font-size:94px}.text-95{font-size:95px}.text-96{font-size:96px}.text-97{font-size:97px}.text-98{font-size:98px}.text-99{font-size:99px}.text-100{font-size:100px}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-md{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-5xl{font-size:3rem}.text-6xl{font-size:3.75rem}.underline{text-decoration-line:underline}.overline{text-decoration-line:overline}.line-through{text-decoration-line:line-through}.no-underline{text-decoration-line:none}.decoration-solid{text-decoration-style:solid}.decoration-double{text-decoration-style:double}.decoration-dotted{text-decoration-style:dotted}.decoration-dashed{text-decoration-style:dashed}.decoration-wavy{text-decoration-style:wavy}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.normal-case{text-transform:none}.italic{font-style:italic}.not-italic{font-style:normal}.text-start{text-align:start}.text-center{text-align:center}.text-end{text-align:end}.text-justify{text-align:justify}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.whitespace-pre{white-space:pre}.whitespace-pre-line{white-space:pre-line}.whitespace-pre-wrap{white-space:pre-wrap}.break-normal{overflow-wrap:normal;word-break:normal}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.leading-none{line-height:1}.leading-tight{line-height:1.25}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.leading-loose{line-height:2}.tracking-tight{letter-spacing:.025em}.tracking-normal{letter-spacing:0}.tracking-wide{letter-spacing:.05em}.tracking-wider{letter-spacing:.1em}.tracking-widest{letter-spacing:.15em}.font-100{font-weight:100}.font-200{font-weight:200}.font-300{font-weight:300}.font-400{font-weight:400}.font-500{font-weight:500}.font-600{font-weight:600}.font-700{font-weight:700}.font-800{font-weight:800}.font-900{font-weight:900}.font-sans{font-family:ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}.font-serif{font-family:ui-serif,Georgia,Cambria,"Times New Roman",Times,serif}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.font-thin{font-weight:100}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-black{font-weight:900}.leading-1{line-height:1px}.leading-2{line-height:2px}.leading-3{line-height:3px}.leading-4{line-height:4px}.leading-5{line-height:5px}.leading-6{line-height:6px}.leading-7{line-height:7px}.leading-8{line-height:8px}.leading-9{line-height:9px}.leading-10{line-height:10px}.leading-11{line-height:11px}.leading-12{line-height:12px}.leading-13{line-height:13px}.leading-14{line-height:14px}.leading-15{line-height:15px}.leading-16{line-height:16px}.leading-17{line-height:17px}.leading-18{line-height:18px}.leading-19{line-height:19px}.leading-20{line-height:20px}.leading-21{line-height:21px}.leading-22{line-height:22px}.leading-23{line-height:23px}.leading-24{line-height:24px}.leading-25{line-height:25px}.leading-26{line-height:26px}.leading-27{line-height:27px}.leading-28{line-height:28px}.leading-29{line-height:29px}.leading-30{line-height:30px}.leading-31{line-height:31px}.leading-32{line-height:32px}.leading-33{line-height:33px}.leading-34{line-height:34px}.leading-35{line-height:35px}.leading-36{line-height:36px}.leading-37{line-height:37px}.leading-38{line-height:38px}.leading-39{line-height:39px}.leading-40{line-height:40px}.leading-41{line-height:41px}.leading-42{line-height:42px}.leading-43{line-height:43px}.leading-44{line-height:44px}.leading-45{line-height:45px}.leading-46{line-height:46px}.leading-47{line-height:47px}.leading-48{line-height:48px}.leading-49{line-height:49px}.leading-50{line-height:50px}.leading-51{line-height:51px}.leading-52{line-height:52px}.leading-53{line-height:53px}.leading-54{line-height:54px}.leading-55{line-height:55px}.leading-56{line-height:56px}.leading-57{line-height:57px}.leading-58{line-height:58px}.leading-59{line-height:59px}.leading-60{line-height:60px}.leading-61{line-height:61px}.leading-62{line-height:62px}.leading-63{line-height:63px}.leading-64{line-height:64px}.leading-65{line-height:65px}.leading-66{line-height:66px}.leading-67{line-height:67px}.leading-68{line-height:68px}.leading-69{line-height:69px}.leading-70{line-height:70px}.leading-71{line-height:71px}.leading-72{line-height:72px}.leading-73{line-height:73px}.leading-74{line-height:74px}.leading-75{line-height:75px}.leading-76{line-height:76px}.leading-77{line-height:77px}.leading-78{line-height:78px}.leading-79{line-height:79px}.leading-80{line-height:80px}.leading-81{line-height:81px}.leading-82{line-height:82px}.leading-83{line-height:83px}.leading-84{line-height:84px}.leading-85{line-height:85px}.leading-86{line-height:86px}.leading-87{line-height:87px}.leading-88{line-height:88px}.leading-89{line-height:89px}.leading-90{line-height:90px}.leading-91{line-height:91px}.leading-92{line-height:92px}.leading-93{line-height:93px}.leading-94{line-height:94px}.leading-95{line-height:95px}.leading-96{line-height:96px}.leading-97{line-height:97px}.leading-98{line-height:98px}.leading-99{line-height:99px}.leading-100{line-height:100px}.tracking-0{letter-spacing:0em}.tracking-1{letter-spacing:0.01em}.tracking-2{letter-spacing:0.02em}.tracking-3{letter-spacing:0.03em}.tracking-4{letter-spacing:0.04em}.tracking-5{letter-spacing:0.05em}.tracking-6{letter-spacing:0.06em}.tracking-7{letter-spacing:0.07em}.tracking-8{letter-spacing:0.08em}.tracking-9{letter-spacing:0.09em}.tracking-10{letter-spacing:0.1em}.tracking-11{letter-spacing:0.11em}.tracking-12{letter-spacing:0.12em}.tracking-13{letter-spacing:0.13em}.tracking-14{letter-spacing:0.14em}.tracking-15{letter-spacing:0.15em}.tracking-16{letter-spacing:0.16em}.tracking-17{letter-spacing:0.17em}.tracking-18{letter-spacing:0.18em}.tracking-19{letter-spacing:0.19em}.tracking-20{letter-spacing:0.2em}.transition{transition-property:color,background-color,border-color,opacity,box-shadow,transform;transition-duration:150ms;transition-timing-function:ease-in-out}.transition-fast{transition-property:all;transition-duration:100ms;transition-timing-function:ease-in-out}.transition-slow{transition-property:all;transition-duration:300ms;transition-timing-function:ease-in-out}.ease-linear{transition-timing-function:linear}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.visible{visibility:visible}.invisible{visibility:hidden}.aspect-square{aspect-ratio:1/1}.aspect-video{aspect-ratio:16/9}.object-cover{object-fit:cover}.object-contain{object-fit:contain}.object-fill{object-fit:fill}.resize-none{resize:none}.resize-x{resize:horizontal}.resize-y{resize:vertical}.resize{resize:both}.shadow-none{box-shadow:none}.shadow-sm{box-shadow:0 1px 2px rgb(0 0 0/.08)}.shadow{box-shadow:0 1px 3px rgb(0 0 0/.12),0 1px 2px rgb(0 0 0/.08)}.shadow-md{box-shadow:0 4px 6px rgb(0 0 0/.12)}.shadow-lg{box-shadow:0 10px 15px rgb(0 0 0/.14)}.shadow-xl{box-shadow:0 20px 25px rgb(0 0 0/.16)}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-scroll{overflow:scroll}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.cursor-auto{cursor:auto}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.cursor-wait{cursor:wait}.cursor-text{cursor:text}.cursor-move{cursor:move}.cursor-not-allowed{cursor:not-allowed}.select-none{user-select:none}.select-text{user-select:text}.select-all{user-select:all}.select-auto{user-select:auto}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.ring{box-shadow:0 0 0 3px var(--aksara-ring-color,rgb(var(--aksara-primary)/.35))}.ring-1{box-shadow:0 0 0 1px var(--aksara-ring-color,rgb(var(--aksara-primary)/.35))}.ring-2{box-shadow:0 0 0 2px var(--aksara-ring-color,rgb(var(--aksara-primary)/.35))}.ring-4{box-shadow:0 0 0 4px var(--aksara-ring-color,rgb(var(--aksara-primary)/.35))}.animate-fade{animation:aksara-fade .2s ease-in-out}.animate-zoom{animation:aksara-zoom .2s ease-in-out}.animate-slide{animation:aksara-slide .25s ease-in-out}.animate-spin{animation:aksara-spin 1s linear infinite}.animate-bounce{animation:aksara-bounce 1s infinite}.animate-pulse{animation:aksara-pulse 1.5s ease-in-out infinite}.duration-100{transition-duration:100ms}.duration-200{transition-duration:200ms}.duration-300{transition-duration:300ms}.duration-500{transition-duration:500ms}.duration-700{transition-duration:700ms}.duration-1000{transition-duration:1000ms}.scale-50{transform:scale(0.5)}.scale-51{transform:scale(0.51)}.scale-52{transform:scale(0.52)}.scale-53{transform:scale(0.53)}.scale-54{transform:scale(0.54)}.scale-55{transform:scale(0.55)}.scale-56{transform:scale(0.56)}.scale-57{transform:scale(0.57)}.scale-58{transform:scale(0.58)}.scale-59{transform:scale(0.59)}.scale-60{transform:scale(0.6)}.scale-61{transform:scale(0.61)}.scale-62{transform:scale(0.62)}.scale-63{transform:scale(0.63)}.scale-64{transform:scale(0.64)}.scale-65{transform:scale(0.65)}.scale-66{transform:scale(0.66)}.scale-67{transform:scale(0.67)}.scale-68{transform:scale(0.68)}.scale-69{transform:scale(0.69)}.scale-70{transform:scale(0.7)}.scale-71{transform:scale(0.71)}.scale-72{transform:scale(0.72)}.scale-73{transform:scale(0.73)}.scale-74{transform:scale(0.74)}.scale-75{transform:scale(0.75)}.scale-76{transform:scale(0.76)}.scale-77{transform:scale(0.77)}.scale-78{transform:scale(0.78)}.scale-79{transform:scale(0.79)}.scale-80{transform:scale(0.8)}.scale-81{transform:scale(0.81)}.scale-82{transform:scale(0.82)}.scale-83{transform:scale(0.83)}.scale-84{transform:scale(0.84)}.scale-85{transform:scale(0.85)}.scale-86{transform:scale(0.86)}.scale-87{transform:scale(0.87)}.scale-88{transform:scale(0.88)}.scale-89{transform:scale(0.89)}.scale-90{transform:scale(0.9)}.scale-91{transform:scale(0.91)}.scale-92{transform:scale(0.92)}.scale-93{transform:scale(0.93)}.scale-94{transform:scale(0.94)}.scale-95{transform:scale(0.95)}.scale-96{transform:scale(0.96)}.scale-97{transform:scale(0.97)}.scale-98{transform:scale(0.98)}.scale-99{transform:scale(0.99)}.scale-100{transform:scale(1)}.scale-101{transform:scale(1.01)}.scale-102{transform:scale(1.02)}.scale-103{transform:scale(1.03)}.scale-104{transform:scale(1.04)}.scale-105{transform:scale(1.05)}.scale-106{transform:scale(1.06)}.scale-107{transform:scale(1.07)}.scale-108{transform:scale(1.08)}.scale-109{transform:scale(1.09)}.scale-110{transform:scale(1.1)}.scale-111{transform:scale(1.11)}.scale-112{transform:scale(1.12)}.scale-113{transform:scale(1.13)}.scale-114{transform:scale(1.14)}.scale-115{transform:scale(1.15)}.scale-116{transform:scale(1.16)}.scale-117{transform:scale(1.17)}.scale-118{transform:scale(1.18)}.scale-119{transform:scale(1.19)}.scale-120{transform:scale(1.2)}.scale-121{transform:scale(1.21)}.scale-122{transform:scale(1.22)}.scale-123{transform:scale(1.23)}.scale-124{transform:scale(1.24)}.scale-125{transform:scale(1.25)}.scale-126{transform:scale(1.26)}.scale-127{transform:scale(1.27)}.scale-128{transform:scale(1.28)}.scale-129{transform:scale(1.29)}.scale-130{transform:scale(1.3)}.scale-131{transform:scale(1.31)}.scale-132{transform:scale(1.32)}.scale-133{transform:scale(1.33)}.scale-134{transform:scale(1.34)}.scale-135{transform:scale(1.35)}.scale-136{transform:scale(1.36)}.scale-137{transform:scale(1.37)}.scale-138{transform:scale(1.38)}.scale-139{transform:scale(1.39)}.scale-140{transform:scale(1.4)}.scale-141{transform:scale(1.41)}.scale-142{transform:scale(1.42)}.scale-143{transform:scale(1.43)}.scale-144{transform:scale(1.44)}.scale-145{transform:scale(1.45)}.scale-146{transform:scale(1.46)}.scale-147{transform:scale(1.47)}.scale-148{transform:scale(1.48)}.scale-149{transform:scale(1.49)}.scale-150{transform:scale(1.5)}.rotate-0{transform:rotate(0deg)}.rotate-45{transform:rotate(45deg)}.rotate-90{transform:rotate(90deg)}.rotate-180{transform:rotate(180deg)}.translate-x-0{transform:translateX(0px)}.translate-y-0{transform:translateY(0px)}.skew-x-0{transform:skewX(0deg)}.skew-y-0{transform:skewY(0deg)}.opacity-0{opacity:0}.translate-x-1{transform:translateX(1px)}.translate-y-1{transform:translateY(1px)}.skew-x-1{transform:skewX(1deg)}.skew-y-1{transform:skewY(1deg)}.opacity-1{opacity:0.01}.translate-x-2{transform:translateX(2px)}.translate-y-2{transform:translateY(2px)}.skew-x-2{transform:skewX(2deg)}.skew-y-2{transform:skewY(2deg)}.opacity-2{opacity:0.02}.translate-x-3{transform:translateX(3px)}.translate-y-3{transform:translateY(3px)}.skew-x-3{transform:skewX(3deg)}.skew-y-3{transform:skewY(3deg)}.opacity-3{opacity:0.03}.translate-x-4{transform:translateX(4px)}.translate-y-4{transform:translateY(4px)}.skew-x-4{transform:skewX(4deg)}.skew-y-4{transform:skewY(4deg)}.opacity-4{opacity:0.04}.translate-x-5{transform:translateX(5px)}.translate-y-5{transform:translateY(5px)}.skew-x-5{transform:skewX(5deg)}.skew-y-5{transform:skewY(5deg)}.opacity-5{opacity:0.05}.translate-x-6{transform:translateX(6px)}.translate-y-6{transform:translateY(6px)}.skew-x-6{transform:skewX(6deg)}.skew-y-6{transform:skewY(6deg)}.opacity-6{opacity:0.06}.translate-x-7{transform:translateX(7px)}.translate-y-7{transform:translateY(7px)}.skew-x-7{transform:skewX(7deg)}.skew-y-7{transform:skewY(7deg)}.opacity-7{opacity:0.07}.translate-x-8{transform:translateX(8px)}.translate-y-8{transform:translateY(8px)}.skew-x-8{transform:skewX(8deg)}.skew-y-8{transform:skewY(8deg)}.opacity-8{opacity:0.08}.translate-x-9{transform:translateX(9px)}.translate-y-9{transform:translateY(9px)}.skew-x-9{transform:skewX(9deg)}.skew-y-9{transform:skewY(9deg)}.opacity-9{opacity:0.09}.translate-x-10{transform:translateX(10px)}.translate-y-10{transform:translateY(10px)}.skew-x-10{transform:skewX(10deg)}.skew-y-10{transform:skewY(10deg)}.opacity-10{opacity:0.1}.translate-x-11{transform:translateX(11px)}.translate-y-11{transform:translateY(11px)}.skew-x-11{transform:skewX(11deg)}.skew-y-11{transform:skewY(11deg)}.opacity-11{opacity:0.11}.translate-x-12{transform:translateX(12px)}.translate-y-12{transform:translateY(12px)}.skew-x-12{transform:skewX(12deg)}.skew-y-12{transform:skewY(12deg)}.opacity-12{opacity:0.12}.translate-x-13{transform:translateX(13px)}.translate-y-13{transform:translateY(13px)}.skew-x-13{transform:skewX(13deg)}.skew-y-13{transform:skewY(13deg)}.opacity-13{opacity:0.13}.translate-x-14{transform:translateX(14px)}.translate-y-14{transform:translateY(14px)}.skew-x-14{transform:skewX(14deg)}.skew-y-14{transform:skewY(14deg)}.opacity-14{opacity:0.14}.translate-x-15{transform:translateX(15px)}.translate-y-15{transform:translateY(15px)}.skew-x-15{transform:skewX(15deg)}.skew-y-15{transform:skewY(15deg)}.opacity-15{opacity:0.15}.translate-x-16{transform:translateX(16px)}.translate-y-16{transform:translateY(16px)}.skew-x-16{transform:skewX(16deg)}.skew-y-16{transform:skewY(16deg)}.opacity-16{opacity:0.16}.translate-x-17{transform:translateX(17px)}.translate-y-17{transform:translateY(17px)}.skew-x-17{transform:skewX(17deg)}.skew-y-17{transform:skewY(17deg)}.opacity-17{opacity:0.17}.translate-x-18{transform:translateX(18px)}.translate-y-18{transform:translateY(18px)}.skew-x-18{transform:skewX(18deg)}.skew-y-18{transform:skewY(18deg)}.opacity-18{opacity:0.18}.translate-x-19{transform:translateX(19px)}.translate-y-19{transform:translateY(19px)}.skew-x-19{transform:skewX(19deg)}.skew-y-19{transform:skewY(19deg)}.opacity-19{opacity:0.19}.translate-x-20{transform:translateX(20px)}.translate-y-20{transform:translateY(20px)}.skew-x-20{transform:skewX(20deg)}.skew-y-20{transform:skewY(20deg)}.opacity-20{opacity:0.2}.translate-x-21{transform:translateX(21px)}.translate-y-21{transform:translateY(21px)}.skew-x-21{transform:skewX(21deg)}.skew-y-21{transform:skewY(21deg)}.opacity-21{opacity:0.21}.translate-x-22{transform:translateX(22px)}.translate-y-22{transform:translateY(22px)}.skew-x-22{transform:skewX(22deg)}.skew-y-22{transform:skewY(22deg)}.opacity-22{opacity:0.22}.translate-x-23{transform:translateX(23px)}.translate-y-23{transform:translateY(23px)}.skew-x-23{transform:skewX(23deg)}.skew-y-23{transform:skewY(23deg)}.opacity-23{opacity:0.23}.translate-x-24{transform:translateX(24px)}.translate-y-24{transform:translateY(24px)}.skew-x-24{transform:skewX(24deg)}.skew-y-24{transform:skewY(24deg)}.opacity-24{opacity:0.24}.translate-x-25{transform:translateX(25px)}.translate-y-25{transform:translateY(25px)}.skew-x-25{transform:skewX(25deg)}.skew-y-25{transform:skewY(25deg)}.opacity-25{opacity:0.25}.translate-x-26{transform:translateX(26px)}.translate-y-26{transform:translateY(26px)}.skew-x-26{transform:skewX(26deg)}.skew-y-26{transform:skewY(26deg)}.opacity-26{opacity:0.26}.translate-x-27{transform:translateX(27px)}.translate-y-27{transform:translateY(27px)}.skew-x-27{transform:skewX(27deg)}.skew-y-27{transform:skewY(27deg)}.opacity-27{opacity:0.27}.translate-x-28{transform:translateX(28px)}.translate-y-28{transform:translateY(28px)}.skew-x-28{transform:skewX(28deg)}.skew-y-28{transform:skewY(28deg)}.opacity-28{opacity:0.28}.translate-x-29{transform:translateX(29px)}.translate-y-29{transform:translateY(29px)}.skew-x-29{transform:skewX(29deg)}.skew-y-29{transform:skewY(29deg)}.opacity-29{opacity:0.29}.translate-x-30{transform:translateX(30px)}.translate-y-30{transform:translateY(30px)}.skew-x-30{transform:skewX(30deg)}.skew-y-30{transform:skewY(30deg)}.opacity-30{opacity:0.3}.translate-x-31{transform:translateX(31px)}.translate-y-31{transform:translateY(31px)}.skew-x-31{transform:skewX(31deg)}.skew-y-31{transform:skewY(31deg)}.opacity-31{opacity:0.31}.translate-x-32{transform:translateX(32px)}.translate-y-32{transform:translateY(32px)}.skew-x-32{transform:skewX(32deg)}.skew-y-32{transform:skewY(32deg)}.opacity-32{opacity:0.32}.translate-x-33{transform:translateX(33px)}.translate-y-33{transform:translateY(33px)}.skew-x-33{transform:skewX(33deg)}.skew-y-33{transform:skewY(33deg)}.opacity-33{opacity:0.33}.translate-x-34{transform:translateX(34px)}.translate-y-34{transform:translateY(34px)}.skew-x-34{transform:skewX(34deg)}.skew-y-34{transform:skewY(34deg)}.opacity-34{opacity:0.34}.translate-x-35{transform:translateX(35px)}.translate-y-35{transform:translateY(35px)}.skew-x-35{transform:skewX(35deg)}.skew-y-35{transform:skewY(35deg)}.opacity-35{opacity:0.35}.translate-x-36{transform:translateX(36px)}.translate-y-36{transform:translateY(36px)}.skew-x-36{transform:skewX(36deg)}.skew-y-36{transform:skewY(36deg)}.opacity-36{opacity:0.36}.translate-x-37{transform:translateX(37px)}.translate-y-37{transform:translateY(37px)}.skew-x-37{transform:skewX(37deg)}.skew-y-37{transform:skewY(37deg)}.opacity-37{opacity:0.37}.translate-x-38{transform:translateX(38px)}.translate-y-38{transform:translateY(38px)}.skew-x-38{transform:skewX(38deg)}.skew-y-38{transform:skewY(38deg)}.opacity-38{opacity:0.38}.translate-x-39{transform:translateX(39px)}.translate-y-39{transform:translateY(39px)}.skew-x-39{transform:skewX(39deg)}.skew-y-39{transform:skewY(39deg)}.opacity-39{opacity:0.39}.translate-x-40{transform:translateX(40px)}.translate-y-40{transform:translateY(40px)}.skew-x-40{transform:skewX(40deg)}.skew-y-40{transform:skewY(40deg)}.opacity-40{opacity:0.4}.translate-x-41{transform:translateX(41px)}.translate-y-41{transform:translateY(41px)}.skew-x-41{transform:skewX(41deg)}.skew-y-41{transform:skewY(41deg)}.opacity-41{opacity:0.41}.translate-x-42{transform:translateX(42px)}.translate-y-42{transform:translateY(42px)}.skew-x-42{transform:skewX(42deg)}.skew-y-42{transform:skewY(42deg)}.opacity-42{opacity:0.42}.translate-x-43{transform:translateX(43px)}.translate-y-43{transform:translateY(43px)}.skew-x-43{transform:skewX(43deg)}.skew-y-43{transform:skewY(43deg)}.opacity-43{opacity:0.43}.translate-x-44{transform:translateX(44px)}.translate-y-44{transform:translateY(44px)}.skew-x-44{transform:skewX(44deg)}.skew-y-44{transform:skewY(44deg)}.opacity-44{opacity:0.44}.translate-x-45{transform:translateX(45px)}.translate-y-45{transform:translateY(45px)}.skew-x-45{transform:skewX(45deg)}.skew-y-45{transform:skewY(45deg)}.opacity-45{opacity:0.45}.translate-x-46{transform:translateX(46px)}.translate-y-46{transform:translateY(46px)}.skew-x-46{transform:skewX(46deg)}.skew-y-46{transform:skewY(46deg)}.opacity-46{opacity:0.46}.translate-x-47{transform:translateX(47px)}.translate-y-47{transform:translateY(47px)}.skew-x-47{transform:skewX(47deg)}.skew-y-47{transform:skewY(47deg)}.opacity-47{opacity:0.47}.translate-x-48{transform:translateX(48px)}.translate-y-48{transform:translateY(48px)}.skew-x-48{transform:skewX(48deg)}.skew-y-48{transform:skewY(48deg)}.opacity-48{opacity:0.48}.translate-x-49{transform:translateX(49px)}.translate-y-49{transform:translateY(49px)}.skew-x-49{transform:skewX(49deg)}.skew-y-49{transform:skewY(49deg)}.opacity-49{opacity:0.49}.translate-x-50{transform:translateX(50px)}.translate-y-50{transform:translateY(50px)}.skew-x-50{transform:skewX(50deg)}.skew-y-50{transform:skewY(50deg)}.opacity-50{opacity:0.5}.translate-x-51{transform:translateX(51px)}.translate-y-51{transform:translateY(51px)}.skew-x-51{transform:skewX(51deg)}.skew-y-51{transform:skewY(51deg)}.opacity-51{opacity:0.51}.translate-x-52{transform:translateX(52px)}.translate-y-52{transform:translateY(52px)}.skew-x-52{transform:skewX(52deg)}.skew-y-52{transform:skewY(52deg)}.opacity-52{opacity:0.52}.translate-x-53{transform:translateX(53px)}.translate-y-53{transform:translateY(53px)}.skew-x-53{transform:skewX(53deg)}.skew-y-53{transform:skewY(53deg)}.opacity-53{opacity:0.53}.translate-x-54{transform:translateX(54px)}.translate-y-54{transform:translateY(54px)}.skew-x-54{transform:skewX(54deg)}.skew-y-54{transform:skewY(54deg)}.opacity-54{opacity:0.54}.translate-x-55{transform:translateX(55px)}.translate-y-55{transform:translateY(55px)}.skew-x-55{transform:skewX(55deg)}.skew-y-55{transform:skewY(55deg)}.opacity-55{opacity:0.55}.translate-x-56{transform:translateX(56px)}.translate-y-56{transform:translateY(56px)}.skew-x-56{transform:skewX(56deg)}.skew-y-56{transform:skewY(56deg)}.opacity-56{opacity:0.56}.translate-x-57{transform:translateX(57px)}.translate-y-57{transform:translateY(57px)}.skew-x-57{transform:skewX(57deg)}.skew-y-57{transform:skewY(57deg)}.opacity-57{opacity:0.57}.translate-x-58{transform:translateX(58px)}.translate-y-58{transform:translateY(58px)}.skew-x-58{transform:skewX(58deg)}.skew-y-58{transform:skewY(58deg)}.opacity-58{opacity:0.58}.translate-x-59{transform:translateX(59px)}.translate-y-59{transform:translateY(59px)}.skew-x-59{transform:skewX(59deg)}.skew-y-59{transform:skewY(59deg)}.opacity-59{opacity:0.59}.translate-x-60{transform:translateX(60px)}.translate-y-60{transform:translateY(60px)}.skew-x-60{transform:skewX(60deg)}.skew-y-60{transform:skewY(60deg)}.opacity-60{opacity:0.6}.translate-x-61{transform:translateX(61px)}.translate-y-61{transform:translateY(61px)}.skew-x-61{transform:skewX(61deg)}.skew-y-61{transform:skewY(61deg)}.opacity-61{opacity:0.61}.translate-x-62{transform:translateX(62px)}.translate-y-62{transform:translateY(62px)}.skew-x-62{transform:skewX(62deg)}.skew-y-62{transform:skewY(62deg)}.opacity-62{opacity:0.62}.translate-x-63{transform:translateX(63px)}.translate-y-63{transform:translateY(63px)}.skew-x-63{transform:skewX(63deg)}.skew-y-63{transform:skewY(63deg)}.opacity-63{opacity:0.63}.translate-x-64{transform:translateX(64px)}.translate-y-64{transform:translateY(64px)}.skew-x-64{transform:skewX(64deg)}.skew-y-64{transform:skewY(64deg)}.opacity-64{opacity:0.64}.translate-x-65{transform:translateX(65px)}.translate-y-65{transform:translateY(65px)}.skew-x-65{transform:skewX(65deg)}.skew-y-65{transform:skewY(65deg)}.opacity-65{opacity:0.65}.translate-x-66{transform:translateX(66px)}.translate-y-66{transform:translateY(66px)}.skew-x-66{transform:skewX(66deg)}.skew-y-66{transform:skewY(66deg)}.opacity-66{opacity:0.66}.translate-x-67{transform:translateX(67px)}.translate-y-67{transform:translateY(67px)}.skew-x-67{transform:skewX(67deg)}.skew-y-67{transform:skewY(67deg)}.opacity-67{opacity:0.67}.translate-x-68{transform:translateX(68px)}.translate-y-68{transform:translateY(68px)}.skew-x-68{transform:skewX(68deg)}.skew-y-68{transform:skewY(68deg)}.opacity-68{opacity:0.68}.translate-x-69{transform:translateX(69px)}.translate-y-69{transform:translateY(69px)}.skew-x-69{transform:skewX(69deg)}.skew-y-69{transform:skewY(69deg)}.opacity-69{opacity:0.69}.translate-x-70{transform:translateX(70px)}.translate-y-70{transform:translateY(70px)}.skew-x-70{transform:skewX(70deg)}.skew-y-70{transform:skewY(70deg)}.opacity-70{opacity:0.7}.translate-x-71{transform:translateX(71px)}.translate-y-71{transform:translateY(71px)}.skew-x-71{transform:skewX(71deg)}.skew-y-71{transform:skewY(71deg)}.opacity-71{opacity:0.71}.translate-x-72{transform:translateX(72px)}.translate-y-72{transform:translateY(72px)}.skew-x-72{transform:skewX(72deg)}.skew-y-72{transform:skewY(72deg)}.opacity-72{opacity:0.72}.translate-x-73{transform:translateX(73px)}.translate-y-73{transform:translateY(73px)}.skew-x-73{transform:skewX(73deg)}.skew-y-73{transform:skewY(73deg)}.opacity-73{opacity:0.73}.translate-x-74{transform:translateX(74px)}.translate-y-74{transform:translateY(74px)}.skew-x-74{transform:skewX(74deg)}.skew-y-74{transform:skewY(74deg)}.opacity-74{opacity:0.74}.translate-x-75{transform:translateX(75px)}.translate-y-75{transform:translateY(75px)}.skew-x-75{transform:skewX(75deg)}.skew-y-75{transform:skewY(75deg)}.opacity-75{opacity:0.75}.translate-x-76{transform:translateX(76px)}.translate-y-76{transform:translateY(76px)}.skew-x-76{transform:skewX(76deg)}.skew-y-76{transform:skewY(76deg)}.opacity-76{opacity:0.76}.translate-x-77{transform:translateX(77px)}.translate-y-77{transform:translateY(77px)}.skew-x-77{transform:skewX(77deg)}.skew-y-77{transform:skewY(77deg)}.opacity-77{opacity:0.77}.translate-x-78{transform:translateX(78px)}.translate-y-78{transform:translateY(78px)}.skew-x-78{transform:skewX(78deg)}.skew-y-78{transform:skewY(78deg)}.opacity-78{opacity:0.78}.translate-x-79{transform:translateX(79px)}.translate-y-79{transform:translateY(79px)}.skew-x-79{transform:skewX(79deg)}.skew-y-79{transform:skewY(79deg)}.opacity-79{opacity:0.79}.translate-x-80{transform:translateX(80px)}.translate-y-80{transform:translateY(80px)}.skew-x-80{transform:skewX(80deg)}.skew-y-80{transform:skewY(80deg)}.opacity-80{opacity:0.8}.translate-x-81{transform:translateX(81px)}.translate-y-81{transform:translateY(81px)}.skew-x-81{transform:skewX(81deg)}.skew-y-81{transform:skewY(81deg)}.opacity-81{opacity:0.81}.translate-x-82{transform:translateX(82px)}.translate-y-82{transform:translateY(82px)}.skew-x-82{transform:skewX(82deg)}.skew-y-82{transform:skewY(82deg)}.opacity-82{opacity:0.82}.translate-x-83{transform:translateX(83px)}.translate-y-83{transform:translateY(83px)}.skew-x-83{transform:skewX(83deg)}.skew-y-83{transform:skewY(83deg)}.opacity-83{opacity:0.83}.translate-x-84{transform:translateX(84px)}.translate-y-84{transform:translateY(84px)}.skew-x-84{transform:skewX(84deg)}.skew-y-84{transform:skewY(84deg)}.opacity-84{opacity:0.84}.translate-x-85{transform:translateX(85px)}.translate-y-85{transform:translateY(85px)}.skew-x-85{transform:skewX(85deg)}.skew-y-85{transform:skewY(85deg)}.opacity-85{opacity:0.85}.translate-x-86{transform:translateX(86px)}.translate-y-86{transform:translateY(86px)}.skew-x-86{transform:skewX(86deg)}.skew-y-86{transform:skewY(86deg)}.opacity-86{opacity:0.86}.translate-x-87{transform:translateX(87px)}.translate-y-87{transform:translateY(87px)}.skew-x-87{transform:skewX(87deg)}.skew-y-87{transform:skewY(87deg)}.opacity-87{opacity:0.87}.translate-x-88{transform:translateX(88px)}.translate-y-88{transform:translateY(88px)}.skew-x-88{transform:skewX(88deg)}.skew-y-88{transform:skewY(88deg)}.opacity-88{opacity:0.88}.translate-x-89{transform:translateX(89px)}.translate-y-89{transform:translateY(89px)}.skew-x-89{transform:skewX(89deg)}.skew-y-89{transform:skewY(89deg)}.opacity-89{opacity:0.89}.translate-x-90{transform:translateX(90px)}.translate-y-90{transform:translateY(90px)}.skew-x-90{transform:skewX(90deg)}.skew-y-90{transform:skewY(90deg)}.opacity-90{opacity:0.9}.translate-x-91{transform:translateX(91px)}.translate-y-91{transform:translateY(91px)}.skew-x-91{transform:skewX(91deg)}.skew-y-91{transform:skewY(91deg)}.opacity-91{opacity:0.91}.translate-x-92{transform:translateX(92px)}.translate-y-92{transform:translateY(92px)}.skew-x-92{transform:skewX(92deg)}.skew-y-92{transform:skewY(92deg)}.opacity-92{opacity:0.92}.translate-x-93{transform:translateX(93px)}.translate-y-93{transform:translateY(93px)}.skew-x-93{transform:skewX(93deg)}.skew-y-93{transform:skewY(93deg)}.opacity-93{opacity:0.93}.translate-x-94{transform:translateX(94px)}.translate-y-94{transform:translateY(94px)}.skew-x-94{transform:skewX(94deg)}.skew-y-94{transform:skewY(94deg)}.opacity-94{opacity:0.94}.translate-x-95{transform:translateX(95px)}.translate-y-95{transform:translateY(95px)}.skew-x-95{transform:skewX(95deg)}.skew-y-95{transform:skewY(95deg)}.opacity-95{opacity:0.95}.translate-x-96{transform:translateX(96px)}.translate-y-96{transform:translateY(96px)}.skew-x-96{transform:skewX(96deg)}.skew-y-96{transform:skewY(96deg)}.opacity-96{opacity:0.96}.translate-x-97{transform:translateX(97px)}.translate-y-97{transform:translateY(97px)}.skew-x-97{transform:skewX(97deg)}.skew-y-97{transform:skewY(97deg)}.opacity-97{opacity:0.97}.translate-x-98{transform:translateX(98px)}.translate-y-98{transform:translateY(98px)}.skew-x-98{transform:skewX(98deg)}.skew-y-98{transform:skewY(98deg)}.opacity-98{opacity:0.98}.translate-x-99{transform:translateX(99px)}.translate-y-99{transform:translateY(99px)}.skew-x-99{transform:skewX(99deg)}.skew-y-99{transform:skewY(99deg)}.opacity-99{opacity:0.99}.translate-x-100{transform:translateX(100px)}.translate-y-100{transform:translateY(100px)}.skew-x-100{transform:skewX(100deg)}.skew-y-100{transform:skewY(100deg)}.opacity-100{opacity:1}@media (min-width:576px){.sm\:col{flex:1 0 0%}}@media (min-width:576px){.sm\:col-1{flex:0 0 auto;width:calc(8.333333333333332% - 0.9166666666666666 * var(--aksara-gutter-x,0px))}}@media (min-width:576px){.sm\:col-2{flex:0 0 auto;width:calc(16.666666666666664% - 0.8333333333333334 * var(--aksara-gutter-x,0px))}}@media (min-width:576px){.sm\:col-3{flex:0 0 auto;width:calc(25% - 0.75 * var(--aksara-gutter-x,0px))}}@media (min-width:576px){.sm\:col-4{flex:0 0 auto;width:calc(33.33333333333333% - 0.6666666666666667 * var(--aksara-gutter-x,0px))}}@media (min-width:576px){.sm\:col-5{flex:0 0 auto;width:calc(41.66666666666667% - 0.5833333333333333 * var(--aksara-gutter-x,0px))}}@media (min-width:576px){.sm\:col-6{flex:0 0 auto;width:calc(50% - 0.5 * var(--aksara-gutter-x,0px))}}@media (min-width:576px){.sm\:col-7{flex:0 0 auto;width:calc(58.333333333333336% - 0.41666666666666663 * var(--aksara-gutter-x,0px))}}@media (min-width:576px){.sm\:col-8{flex:0 0 auto;width:calc(66.66666666666666% - 0.33333333333333337 * var(--aksara-gutter-x,0px))}}@media (min-width:576px){.sm\:col-9{flex:0 0 auto;width:calc(75% - 0.25 * var(--aksara-gutter-x,0px))}}@media (min-width:576px){.sm\:col-10{flex:0 0 auto;width:calc(83.33333333333334% - 0.16666666666666663 * var(--aksara-gutter-x,0px))}}@media (min-width:576px){.sm\:col-11{flex:0 0 auto;width:calc(91.66666666666666% - 0.08333333333333337 * var(--aksara-gutter-x,0px))}}@media (min-width:576px){.sm\:col-12{flex:0 0 auto;width:calc(100% - 0 * var(--aksara-gutter-x,0px))}}@media (min-width:576px){.sm\:offset-1{margin-inline-start:8.333333333333332%}}@media (min-width:576px){.sm\:offset-2{margin-inline-start:16.666666666666664%}}@media (min-width:576px){.sm\:offset-3{margin-inline-start:25%}}@media (min-width:576px){.sm\:offset-4{margin-inline-start:33.33333333333333%}}@media (min-width:576px){.sm\:offset-5{margin-inline-start:41.66666666666667%}}@media (min-width:576px){.sm\:offset-6{margin-inline-start:50%}}@media (min-width:576px){.sm\:offset-7{margin-inline-start:58.333333333333336%}}@media (min-width:576px){.sm\:offset-8{margin-inline-start:66.66666666666666%}}@media (min-width:576px){.sm\:offset-9{margin-inline-start:75%}}@media (min-width:576px){.sm\:offset-10{margin-inline-start:83.33333333333334%}}@media (min-width:576px){.sm\:offset-11{margin-inline-start:91.66666666666666%}}@media (min-width:576px){.sm\:offset-12{margin-inline-start:100%}}@media (min-width:576px){.sm\:grid-1{display:grid;grid-template-columns:repeat(1,minmax(0,1fr))}}@media (min-width:576px){.sm\:grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:576px){.sm\:grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:576px){.sm\:grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width:576px){.sm\:grid-5{display:grid;grid-template-columns:repeat(5,minmax(0,1fr))}}@media (min-width:576px){.sm\:grid-6{display:grid;grid-template-columns:repeat(6,minmax(0,1fr))}}@media (min-width:576px){.sm\:grid-7{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}}@media (min-width:576px){.sm\:grid-8{display:grid;grid-template-columns:repeat(8,minmax(0,1fr))}}@media (min-width:576px){.sm\:grid-9{display:grid;grid-template-columns:repeat(9,minmax(0,1fr))}}@media (min-width:576px){.sm\:grid-10{display:grid;grid-template-columns:repeat(10,minmax(0,1fr))}}@media (min-width:576px){.sm\:grid-11{display:grid;grid-template-columns:repeat(11,minmax(0,1fr))}}@media (min-width:576px){.sm\:grid-12{display:grid;grid-template-columns:repeat(12,minmax(0,1fr))}}@media (min-width:576px){.sm\:span-1{grid-column:span 1/span 1}}@media (min-width:576px){.sm\:span-2{grid-column:span 2/span 2}}@media (min-width:576px){.sm\:span-3{grid-column:span 3/span 3}}@media (min-width:576px){.sm\:span-4{grid-column:span 4/span 4}}@media (min-width:576px){.sm\:span-5{grid-column:span 5/span 5}}@media (min-width:576px){.sm\:span-6{grid-column:span 6/span 6}}@media (min-width:576px){.sm\:span-7{grid-column:span 7/span 7}}@media (min-width:576px){.sm\:span-8{grid-column:span 8/span 8}}@media (min-width:576px){.sm\:span-9{grid-column:span 9/span 9}}@media (min-width:576px){.sm\:span-10{grid-column:span 10/span 10}}@media (min-width:576px){.sm\:span-11{grid-column:span 11/span 11}}@media (min-width:576px){.sm\:span-12{grid-column:span 12/span 12}}@media (min-width:576px){.sm\:block{display:block}}@media (min-width:576px){.sm\:flex{display:flex}}@media (min-width:576px){.sm\:grid{display:grid}}@media (min-width:576px){.sm\:hidden{display:none}}@media (min-width:576px){.sm\:w-full{width:100%}}@media (min-width:576px){.sm\:w-0\%{width:0%}}@media (min-width:576px){.sm\:w-10\%{width:10%}}@media (min-width:576px){.sm\:w-20\%{width:20%}}@media (min-width:576px){.sm\:w-25\%{width:25%}}@media (min-width:576px){.sm\:w-30\%{width:30%}}@media (min-width:576px){.sm\:w-33\%{width:33%}}@media (min-width:576px){.sm\:w-40\%{width:40%}}@media (min-width:576px){.sm\:w-50\%{width:50%}}@media (min-width:576px){.sm\:w-60\%{width:60%}}@media (min-width:576px){.sm\:w-66\%{width:66%}}@media (min-width:576px){.sm\:w-70\%{width:70%}}@media (min-width:576px){.sm\:w-75\%{width:75%}}@media (min-width:576px){.sm\:w-80\%{width:80%}}@media (min-width:576px){.sm\:w-90\%{width:90%}}@media (min-width:576px){.sm\:w-100\%{width:100%}}@media (min-width:768px){.md\:col{flex:1 0 0%}}@media (min-width:768px){.md\:col-1{flex:0 0 auto;width:calc(8.333333333333332% - 0.9166666666666666 * var(--aksara-gutter-x,0px))}}@media (min-width:768px){.md\:col-2{flex:0 0 auto;width:calc(16.666666666666664% - 0.8333333333333334 * var(--aksara-gutter-x,0px))}}@media (min-width:768px){.md\:col-3{flex:0 0 auto;width:calc(25% - 0.75 * var(--aksara-gutter-x,0px))}}@media (min-width:768px){.md\:col-4{flex:0 0 auto;width:calc(33.33333333333333% - 0.6666666666666667 * var(--aksara-gutter-x,0px))}}@media (min-width:768px){.md\:col-5{flex:0 0 auto;width:calc(41.66666666666667% - 0.5833333333333333 * var(--aksara-gutter-x,0px))}}@media (min-width:768px){.md\:col-6{flex:0 0 auto;width:calc(50% - 0.5 * var(--aksara-gutter-x,0px))}}@media (min-width:768px){.md\:col-7{flex:0 0 auto;width:calc(58.333333333333336% - 0.41666666666666663 * var(--aksara-gutter-x,0px))}}@media (min-width:768px){.md\:col-8{flex:0 0 auto;width:calc(66.66666666666666% - 0.33333333333333337 * var(--aksara-gutter-x,0px))}}@media (min-width:768px){.md\:col-9{flex:0 0 auto;width:calc(75% - 0.25 * var(--aksara-gutter-x,0px))}}@media (min-width:768px){.md\:col-10{flex:0 0 auto;width:calc(83.33333333333334% - 0.16666666666666663 * var(--aksara-gutter-x,0px))}}@media (min-width:768px){.md\:col-11{flex:0 0 auto;width:calc(91.66666666666666% - 0.08333333333333337 * var(--aksara-gutter-x,0px))}}@media (min-width:768px){.md\:col-12{flex:0 0 auto;width:calc(100% - 0 * var(--aksara-gutter-x,0px))}}@media (min-width:768px){.md\:offset-1{margin-inline-start:8.333333333333332%}}@media (min-width:768px){.md\:offset-2{margin-inline-start:16.666666666666664%}}@media (min-width:768px){.md\:offset-3{margin-inline-start:25%}}@media (min-width:768px){.md\:offset-4{margin-inline-start:33.33333333333333%}}@media (min-width:768px){.md\:offset-5{margin-inline-start:41.66666666666667%}}@media (min-width:768px){.md\:offset-6{margin-inline-start:50%}}@media (min-width:768px){.md\:offset-7{margin-inline-start:58.333333333333336%}}@media (min-width:768px){.md\:offset-8{margin-inline-start:66.66666666666666%}}@media (min-width:768px){.md\:offset-9{margin-inline-start:75%}}@media (min-width:768px){.md\:offset-10{margin-inline-start:83.33333333333334%}}@media (min-width:768px){.md\:offset-11{margin-inline-start:91.66666666666666%}}@media (min-width:768px){.md\:offset-12{margin-inline-start:100%}}@media (min-width:768px){.md\:grid-1{display:grid;grid-template-columns:repeat(1,minmax(0,1fr))}}@media (min-width:768px){.md\:grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:768px){.md\:grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:768px){.md\:grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width:768px){.md\:grid-5{display:grid;grid-template-columns:repeat(5,minmax(0,1fr))}}@media (min-width:768px){.md\:grid-6{display:grid;grid-template-columns:repeat(6,minmax(0,1fr))}}@media (min-width:768px){.md\:grid-7{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}}@media (min-width:768px){.md\:grid-8{display:grid;grid-template-columns:repeat(8,minmax(0,1fr))}}@media (min-width:768px){.md\:grid-9{display:grid;grid-template-columns:repeat(9,minmax(0,1fr))}}@media (min-width:768px){.md\:grid-10{display:grid;grid-template-columns:repeat(10,minmax(0,1fr))}}@media (min-width:768px){.md\:grid-11{display:grid;grid-template-columns:repeat(11,minmax(0,1fr))}}@media (min-width:768px){.md\:grid-12{display:grid;grid-template-columns:repeat(12,minmax(0,1fr))}}@media (min-width:768px){.md\:span-1{grid-column:span 1/span 1}}@media (min-width:768px){.md\:span-2{grid-column:span 2/span 2}}@media (min-width:768px){.md\:span-3{grid-column:span 3/span 3}}@media (min-width:768px){.md\:span-4{grid-column:span 4/span 4}}@media (min-width:768px){.md\:span-5{grid-column:span 5/span 5}}@media (min-width:768px){.md\:span-6{grid-column:span 6/span 6}}@media (min-width:768px){.md\:span-7{grid-column:span 7/span 7}}@media (min-width:768px){.md\:span-8{grid-column:span 8/span 8}}@media (min-width:768px){.md\:span-9{grid-column:span 9/span 9}}@media (min-width:768px){.md\:span-10{grid-column:span 10/span 10}}@media (min-width:768px){.md\:span-11{grid-column:span 11/span 11}}@media (min-width:768px){.md\:span-12{grid-column:span 12/span 12}}@media (min-width:768px){.md\:block{display:block}}@media (min-width:768px){.md\:flex{display:flex}}@media (min-width:768px){.md\:grid{display:grid}}@media (min-width:768px){.md\:hidden{display:none}}@media (min-width:768px){.md\:w-full{width:100%}}@media (min-width:768px){.md\:w-0\%{width:0%}}@media (min-width:768px){.md\:w-10\%{width:10%}}@media (min-width:768px){.md\:w-20\%{width:20%}}@media (min-width:768px){.md\:w-25\%{width:25%}}@media (min-width:768px){.md\:w-30\%{width:30%}}@media (min-width:768px){.md\:w-33\%{width:33%}}@media (min-width:768px){.md\:w-40\%{width:40%}}@media (min-width:768px){.md\:w-50\%{width:50%}}@media (min-width:768px){.md\:w-60\%{width:60%}}@media (min-width:768px){.md\:w-66\%{width:66%}}@media (min-width:768px){.md\:w-70\%{width:70%}}@media (min-width:768px){.md\:w-75\%{width:75%}}@media (min-width:768px){.md\:w-80\%{width:80%}}@media (min-width:768px){.md\:w-90\%{width:90%}}@media (min-width:768px){.md\:w-100\%{width:100%}}@media (min-width:992px){.lg\:col{flex:1 0 0%}}@media (min-width:992px){.lg\:col-1{flex:0 0 auto;width:calc(8.333333333333332% - 0.9166666666666666 * var(--aksara-gutter-x,0px))}}@media (min-width:992px){.lg\:col-2{flex:0 0 auto;width:calc(16.666666666666664% - 0.8333333333333334 * var(--aksara-gutter-x,0px))}}@media (min-width:992px){.lg\:col-3{flex:0 0 auto;width:calc(25% - 0.75 * var(--aksara-gutter-x,0px))}}@media (min-width:992px){.lg\:col-4{flex:0 0 auto;width:calc(33.33333333333333% - 0.6666666666666667 * var(--aksara-gutter-x,0px))}}@media (min-width:992px){.lg\:col-5{flex:0 0 auto;width:calc(41.66666666666667% - 0.5833333333333333 * var(--aksara-gutter-x,0px))}}@media (min-width:992px){.lg\:col-6{flex:0 0 auto;width:calc(50% - 0.5 * var(--aksara-gutter-x,0px))}}@media (min-width:992px){.lg\:col-7{flex:0 0 auto;width:calc(58.333333333333336% - 0.41666666666666663 * var(--aksara-gutter-x,0px))}}@media (min-width:992px){.lg\:col-8{flex:0 0 auto;width:calc(66.66666666666666% - 0.33333333333333337 * var(--aksara-gutter-x,0px))}}@media (min-width:992px){.lg\:col-9{flex:0 0 auto;width:calc(75% - 0.25 * var(--aksara-gutter-x,0px))}}@media (min-width:992px){.lg\:col-10{flex:0 0 auto;width:calc(83.33333333333334% - 0.16666666666666663 * var(--aksara-gutter-x,0px))}}@media (min-width:992px){.lg\:col-11{flex:0 0 auto;width:calc(91.66666666666666% - 0.08333333333333337 * var(--aksara-gutter-x,0px))}}@media (min-width:992px){.lg\:col-12{flex:0 0 auto;width:calc(100% - 0 * var(--aksara-gutter-x,0px))}}@media (min-width:992px){.lg\:offset-1{margin-inline-start:8.333333333333332%}}@media (min-width:992px){.lg\:offset-2{margin-inline-start:16.666666666666664%}}@media (min-width:992px){.lg\:offset-3{margin-inline-start:25%}}@media (min-width:992px){.lg\:offset-4{margin-inline-start:33.33333333333333%}}@media (min-width:992px){.lg\:offset-5{margin-inline-start:41.66666666666667%}}@media (min-width:992px){.lg\:offset-6{margin-inline-start:50%}}@media (min-width:992px){.lg\:offset-7{margin-inline-start:58.333333333333336%}}@media (min-width:992px){.lg\:offset-8{margin-inline-start:66.66666666666666%}}@media (min-width:992px){.lg\:offset-9{margin-inline-start:75%}}@media (min-width:992px){.lg\:offset-10{margin-inline-start:83.33333333333334%}}@media (min-width:992px){.lg\:offset-11{margin-inline-start:91.66666666666666%}}@media (min-width:992px){.lg\:offset-12{margin-inline-start:100%}}@media (min-width:992px){.lg\:grid-1{display:grid;grid-template-columns:repeat(1,minmax(0,1fr))}}@media (min-width:992px){.lg\:grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:992px){.lg\:grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:992px){.lg\:grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width:992px){.lg\:grid-5{display:grid;grid-template-columns:repeat(5,minmax(0,1fr))}}@media (min-width:992px){.lg\:grid-6{display:grid;grid-template-columns:repeat(6,minmax(0,1fr))}}@media (min-width:992px){.lg\:grid-7{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}}@media (min-width:992px){.lg\:grid-8{display:grid;grid-template-columns:repeat(8,minmax(0,1fr))}}@media (min-width:992px){.lg\:grid-9{display:grid;grid-template-columns:repeat(9,minmax(0,1fr))}}@media (min-width:992px){.lg\:grid-10{display:grid;grid-template-columns:repeat(10,minmax(0,1fr))}}@media (min-width:992px){.lg\:grid-11{display:grid;grid-template-columns:repeat(11,minmax(0,1fr))}}@media (min-width:992px){.lg\:grid-12{display:grid;grid-template-columns:repeat(12,minmax(0,1fr))}}@media (min-width:992px){.lg\:span-1{grid-column:span 1/span 1}}@media (min-width:992px){.lg\:span-2{grid-column:span 2/span 2}}@media (min-width:992px){.lg\:span-3{grid-column:span 3/span 3}}@media (min-width:992px){.lg\:span-4{grid-column:span 4/span 4}}@media (min-width:992px){.lg\:span-5{grid-column:span 5/span 5}}@media (min-width:992px){.lg\:span-6{grid-column:span 6/span 6}}@media (min-width:992px){.lg\:span-7{grid-column:span 7/span 7}}@media (min-width:992px){.lg\:span-8{grid-column:span 8/span 8}}@media (min-width:992px){.lg\:span-9{grid-column:span 9/span 9}}@media (min-width:992px){.lg\:span-10{grid-column:span 10/span 10}}@media (min-width:992px){.lg\:span-11{grid-column:span 11/span 11}}@media (min-width:992px){.lg\:span-12{grid-column:span 12/span 12}}@media (min-width:992px){.lg\:block{display:block}}@media (min-width:992px){.lg\:flex{display:flex}}@media (min-width:992px){.lg\:grid{display:grid}}@media (min-width:992px){.lg\:hidden{display:none}}@media (min-width:992px){.lg\:w-full{width:100%}}@media (min-width:992px){.lg\:w-0\%{width:0%}}@media (min-width:992px){.lg\:w-10\%{width:10%}}@media (min-width:992px){.lg\:w-20\%{width:20%}}@media (min-width:992px){.lg\:w-25\%{width:25%}}@media (min-width:992px){.lg\:w-30\%{width:30%}}@media (min-width:992px){.lg\:w-33\%{width:33%}}@media (min-width:992px){.lg\:w-40\%{width:40%}}@media (min-width:992px){.lg\:w-50\%{width:50%}}@media (min-width:992px){.lg\:w-60\%{width:60%}}@media (min-width:992px){.lg\:w-66\%{width:66%}}@media (min-width:992px){.lg\:w-70\%{width:70%}}@media (min-width:992px){.lg\:w-75\%{width:75%}}@media (min-width:992px){.lg\:w-80\%{width:80%}}@media (min-width:992px){.lg\:w-90\%{width:90%}}@media (min-width:992px){.lg\:w-100\%{width:100%}}@media (min-width:1200px){.xl\:col{flex:1 0 0%}}@media (min-width:1200px){.xl\:col-1{flex:0 0 auto;width:calc(8.333333333333332% - 0.9166666666666666 * var(--aksara-gutter-x,0px))}}@media (min-width:1200px){.xl\:col-2{flex:0 0 auto;width:calc(16.666666666666664% - 0.8333333333333334 * var(--aksara-gutter-x,0px))}}@media (min-width:1200px){.xl\:col-3{flex:0 0 auto;width:calc(25% - 0.75 * var(--aksara-gutter-x,0px))}}@media (min-width:1200px){.xl\:col-4{flex:0 0 auto;width:calc(33.33333333333333% - 0.6666666666666667 * var(--aksara-gutter-x,0px))}}@media (min-width:1200px){.xl\:col-5{flex:0 0 auto;width:calc(41.66666666666667% - 0.5833333333333333 * var(--aksara-gutter-x,0px))}}@media (min-width:1200px){.xl\:col-6{flex:0 0 auto;width:calc(50% - 0.5 * var(--aksara-gutter-x,0px))}}@media (min-width:1200px){.xl\:col-7{flex:0 0 auto;width:calc(58.333333333333336% - 0.41666666666666663 * var(--aksara-gutter-x,0px))}}@media (min-width:1200px){.xl\:col-8{flex:0 0 auto;width:calc(66.66666666666666% - 0.33333333333333337 * var(--aksara-gutter-x,0px))}}@media (min-width:1200px){.xl\:col-9{flex:0 0 auto;width:calc(75% - 0.25 * var(--aksara-gutter-x,0px))}}@media (min-width:1200px){.xl\:col-10{flex:0 0 auto;width:calc(83.33333333333334% - 0.16666666666666663 * var(--aksara-gutter-x,0px))}}@media (min-width:1200px){.xl\:col-11{flex:0 0 auto;width:calc(91.66666666666666% - 0.08333333333333337 * var(--aksara-gutter-x,0px))}}@media (min-width:1200px){.xl\:col-12{flex:0 0 auto;width:calc(100% - 0 * var(--aksara-gutter-x,0px))}}@media (min-width:1200px){.xl\:offset-1{margin-inline-start:8.333333333333332%}}@media (min-width:1200px){.xl\:offset-2{margin-inline-start:16.666666666666664%}}@media (min-width:1200px){.xl\:offset-3{margin-inline-start:25%}}@media (min-width:1200px){.xl\:offset-4{margin-inline-start:33.33333333333333%}}@media (min-width:1200px){.xl\:offset-5{margin-inline-start:41.66666666666667%}}@media (min-width:1200px){.xl\:offset-6{margin-inline-start:50%}}@media (min-width:1200px){.xl\:offset-7{margin-inline-start:58.333333333333336%}}@media (min-width:1200px){.xl\:offset-8{margin-inline-start:66.66666666666666%}}@media (min-width:1200px){.xl\:offset-9{margin-inline-start:75%}}@media (min-width:1200px){.xl\:offset-10{margin-inline-start:83.33333333333334%}}@media (min-width:1200px){.xl\:offset-11{margin-inline-start:91.66666666666666%}}@media (min-width:1200px){.xl\:offset-12{margin-inline-start:100%}}@media (min-width:1200px){.xl\:grid-1{display:grid;grid-template-columns:repeat(1,minmax(0,1fr))}}@media (min-width:1200px){.xl\:grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1200px){.xl\:grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1200px){.xl\:grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width:1200px){.xl\:grid-5{display:grid;grid-template-columns:repeat(5,minmax(0,1fr))}}@media (min-width:1200px){.xl\:grid-6{display:grid;grid-template-columns:repeat(6,minmax(0,1fr))}}@media (min-width:1200px){.xl\:grid-7{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}}@media (min-width:1200px){.xl\:grid-8{display:grid;grid-template-columns:repeat(8,minmax(0,1fr))}}@media (min-width:1200px){.xl\:grid-9{display:grid;grid-template-columns:repeat(9,minmax(0,1fr))}}@media (min-width:1200px){.xl\:grid-10{display:grid;grid-template-columns:repeat(10,minmax(0,1fr))}}@media (min-width:1200px){.xl\:grid-11{display:grid;grid-template-columns:repeat(11,minmax(0,1fr))}}@media (min-width:1200px){.xl\:grid-12{display:grid;grid-template-columns:repeat(12,minmax(0,1fr))}}@media (min-width:1200px){.xl\:span-1{grid-column:span 1/span 1}}@media (min-width:1200px){.xl\:span-2{grid-column:span 2/span 2}}@media (min-width:1200px){.xl\:span-3{grid-column:span 3/span 3}}@media (min-width:1200px){.xl\:span-4{grid-column:span 4/span 4}}@media (min-width:1200px){.xl\:span-5{grid-column:span 5/span 5}}@media (min-width:1200px){.xl\:span-6{grid-column:span 6/span 6}}@media (min-width:1200px){.xl\:span-7{grid-column:span 7/span 7}}@media (min-width:1200px){.xl\:span-8{grid-column:span 8/span 8}}@media (min-width:1200px){.xl\:span-9{grid-column:span 9/span 9}}@media (min-width:1200px){.xl\:span-10{grid-column:span 10/span 10}}@media (min-width:1200px){.xl\:span-11{grid-column:span 11/span 11}}@media (min-width:1200px){.xl\:span-12{grid-column:span 12/span 12}}@media (min-width:1200px){.xl\:block{display:block}}@media (min-width:1200px){.xl\:flex{display:flex}}@media (min-width:1200px){.xl\:grid{display:grid}}@media (min-width:1200px){.xl\:hidden{display:none}}@media (min-width:1200px){.xl\:w-full{width:100%}}@media (min-width:1200px){.xl\:w-0\%{width:0%}}@media (min-width:1200px){.xl\:w-10\%{width:10%}}@media (min-width:1200px){.xl\:w-20\%{width:20%}}@media (min-width:1200px){.xl\:w-25\%{width:25%}}@media (min-width:1200px){.xl\:w-30\%{width:30%}}@media (min-width:1200px){.xl\:w-33\%{width:33%}}@media (min-width:1200px){.xl\:w-40\%{width:40%}}@media (min-width:1200px){.xl\:w-50\%{width:50%}}@media (min-width:1200px){.xl\:w-60\%{width:60%}}@media (min-width:1200px){.xl\:w-66\%{width:66%}}@media (min-width:1200px){.xl\:w-70\%{width:70%}}@media (min-width:1200px){.xl\:w-75\%{width:75%}}@media (min-width:1200px){.xl\:w-80\%{width:80%}}@media (min-width:1200px){.xl\:w-90\%{width:90%}}@media (min-width:1200px){.xl\:w-100\%{width:100%}}@media (min-width:1400px){.\000032xl\:col{flex:1 0 0%}}@media (min-width:1400px){.\000032xl\:col-1{flex:0 0 auto;width:calc(8.333333333333332% - 0.9166666666666666 * var(--aksara-gutter-x,0px))}}@media (min-width:1400px){.\000032xl\:col-2{flex:0 0 auto;width:calc(16.666666666666664% - 0.8333333333333334 * var(--aksara-gutter-x,0px))}}@media (min-width:1400px){.\000032xl\:col-3{flex:0 0 auto;width:calc(25% - 0.75 * var(--aksara-gutter-x,0px))}}@media (min-width:1400px){.\000032xl\:col-4{flex:0 0 auto;width:calc(33.33333333333333% - 0.6666666666666667 * var(--aksara-gutter-x,0px))}}@media (min-width:1400px){.\000032xl\:col-5{flex:0 0 auto;width:calc(41.66666666666667% - 0.5833333333333333 * var(--aksara-gutter-x,0px))}}@media (min-width:1400px){.\000032xl\:col-6{flex:0 0 auto;width:calc(50% - 0.5 * var(--aksara-gutter-x,0px))}}@media (min-width:1400px){.\000032xl\:col-7{flex:0 0 auto;width:calc(58.333333333333336% - 0.41666666666666663 * var(--aksara-gutter-x,0px))}}@media (min-width:1400px){.\000032xl\:col-8{flex:0 0 auto;width:calc(66.66666666666666% - 0.33333333333333337 * var(--aksara-gutter-x,0px))}}@media (min-width:1400px){.\000032xl\:col-9{flex:0 0 auto;width:calc(75% - 0.25 * var(--aksara-gutter-x,0px))}}@media (min-width:1400px){.\000032xl\:col-10{flex:0 0 auto;width:calc(83.33333333333334% - 0.16666666666666663 * var(--aksara-gutter-x,0px))}}@media (min-width:1400px){.\000032xl\:col-11{flex:0 0 auto;width:calc(91.66666666666666% - 0.08333333333333337 * var(--aksara-gutter-x,0px))}}@media (min-width:1400px){.\000032xl\:col-12{flex:0 0 auto;width:calc(100% - 0 * var(--aksara-gutter-x,0px))}}@media (min-width:1400px){.\000032xl\:offset-1{margin-inline-start:8.333333333333332%}}@media (min-width:1400px){.\000032xl\:offset-2{margin-inline-start:16.666666666666664%}}@media (min-width:1400px){.\000032xl\:offset-3{margin-inline-start:25%}}@media (min-width:1400px){.\000032xl\:offset-4{margin-inline-start:33.33333333333333%}}@media (min-width:1400px){.\000032xl\:offset-5{margin-inline-start:41.66666666666667%}}@media (min-width:1400px){.\000032xl\:offset-6{margin-inline-start:50%}}@media (min-width:1400px){.\000032xl\:offset-7{margin-inline-start:58.333333333333336%}}@media (min-width:1400px){.\000032xl\:offset-8{margin-inline-start:66.66666666666666%}}@media (min-width:1400px){.\000032xl\:offset-9{margin-inline-start:75%}}@media (min-width:1400px){.\000032xl\:offset-10{margin-inline-start:83.33333333333334%}}@media (min-width:1400px){.\000032xl\:offset-11{margin-inline-start:91.66666666666666%}}@media (min-width:1400px){.\000032xl\:offset-12{margin-inline-start:100%}}@media (min-width:1400px){.\000032xl\:grid-1{display:grid;grid-template-columns:repeat(1,minmax(0,1fr))}}@media (min-width:1400px){.\000032xl\:grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1400px){.\000032xl\:grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1400px){.\000032xl\:grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width:1400px){.\000032xl\:grid-5{display:grid;grid-template-columns:repeat(5,minmax(0,1fr))}}@media (min-width:1400px){.\000032xl\:grid-6{display:grid;grid-template-columns:repeat(6,minmax(0,1fr))}}@media (min-width:1400px){.\000032xl\:grid-7{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}}@media (min-width:1400px){.\000032xl\:grid-8{display:grid;grid-template-columns:repeat(8,minmax(0,1fr))}}@media (min-width:1400px){.\000032xl\:grid-9{display:grid;grid-template-columns:repeat(9,minmax(0,1fr))}}@media (min-width:1400px){.\000032xl\:grid-10{display:grid;grid-template-columns:repeat(10,minmax(0,1fr))}}@media (min-width:1400px){.\000032xl\:grid-11{display:grid;grid-template-columns:repeat(11,minmax(0,1fr))}}@media (min-width:1400px){.\000032xl\:grid-12{display:grid;grid-template-columns:repeat(12,minmax(0,1fr))}}@media (min-width:1400px){.\000032xl\:span-1{grid-column:span 1/span 1}}@media (min-width:1400px){.\000032xl\:span-2{grid-column:span 2/span 2}}@media (min-width:1400px){.\000032xl\:span-3{grid-column:span 3/span 3}}@media (min-width:1400px){.\000032xl\:span-4{grid-column:span 4/span 4}}@media (min-width:1400px){.\000032xl\:span-5{grid-column:span 5/span 5}}@media (min-width:1400px){.\000032xl\:span-6{grid-column:span 6/span 6}}@media (min-width:1400px){.\000032xl\:span-7{grid-column:span 7/span 7}}@media (min-width:1400px){.\000032xl\:span-8{grid-column:span 8/span 8}}@media (min-width:1400px){.\000032xl\:span-9{grid-column:span 9/span 9}}@media (min-width:1400px){.\000032xl\:span-10{grid-column:span 10/span 10}}@media (min-width:1400px){.\000032xl\:span-11{grid-column:span 11/span 11}}@media (min-width:1400px){.\000032xl\:span-12{grid-column:span 12/span 12}}@media (min-width:1400px){.\000032xl\:block{display:block}}@media (min-width:1400px){.\000032xl\:flex{display:flex}}@media (min-width:1400px){.\000032xl\:grid{display:grid}}@media (min-width:1400px){.\000032xl\:hidden{display:none}}@media (min-width:1400px){.\000032xl\:w-full{width:100%}}@media (min-width:1400px){.\000032xl\:w-0\%{width:0%}}@media (min-width:1400px){.\000032xl\:w-10\%{width:10%}}@media (min-width:1400px){.\000032xl\:w-20\%{width:20%}}@media (min-width:1400px){.\000032xl\:w-25\%{width:25%}}@media (min-width:1400px){.\000032xl\:w-30\%{width:30%}}@media (min-width:1400px){.\000032xl\:w-33\%{width:33%}}@media (min-width:1400px){.\000032xl\:w-40\%{width:40%}}@media (min-width:1400px){.\000032xl\:w-50\%{width:50%}}@media (min-width:1400px){.\000032xl\:w-60\%{width:60%}}@media (min-width:1400px){.\000032xl\:w-66\%{width:66%}}@media (min-width:1400px){.\000032xl\:w-70\%{width:70%}}@media (min-width:1400px){.\000032xl\:w-75\%{width:75%}}@media (min-width:1400px){.\000032xl\:w-80\%{width:80%}}@media (min-width:1400px){.\000032xl\:w-90\%{width:90%}}@media (min-width:1400px){.\000032xl\:w-100\%{width:100%}}@media (min-width:1600px){.\000033xl\:col{flex:1 0 0%}}@media (min-width:1600px){.\000033xl\:col-1{flex:0 0 auto;width:calc(8.333333333333332% - 0.9166666666666666 * var(--aksara-gutter-x,0px))}}@media (min-width:1600px){.\000033xl\:col-2{flex:0 0 auto;width:calc(16.666666666666664% - 0.8333333333333334 * var(--aksara-gutter-x,0px))}}@media (min-width:1600px){.\000033xl\:col-3{flex:0 0 auto;width:calc(25% - 0.75 * var(--aksara-gutter-x,0px))}}@media (min-width:1600px){.\000033xl\:col-4{flex:0 0 auto;width:calc(33.33333333333333% - 0.6666666666666667 * var(--aksara-gutter-x,0px))}}@media (min-width:1600px){.\000033xl\:col-5{flex:0 0 auto;width:calc(41.66666666666667% - 0.5833333333333333 * var(--aksara-gutter-x,0px))}}@media (min-width:1600px){.\000033xl\:col-6{flex:0 0 auto;width:calc(50% - 0.5 * var(--aksara-gutter-x,0px))}}@media (min-width:1600px){.\000033xl\:col-7{flex:0 0 auto;width:calc(58.333333333333336% - 0.41666666666666663 * var(--aksara-gutter-x,0px))}}@media (min-width:1600px){.\000033xl\:col-8{flex:0 0 auto;width:calc(66.66666666666666% - 0.33333333333333337 * var(--aksara-gutter-x,0px))}}@media (min-width:1600px){.\000033xl\:col-9{flex:0 0 auto;width:calc(75% - 0.25 * var(--aksara-gutter-x,0px))}}@media (min-width:1600px){.\000033xl\:col-10{flex:0 0 auto;width:calc(83.33333333333334% - 0.16666666666666663 * var(--aksara-gutter-x,0px))}}@media (min-width:1600px){.\000033xl\:col-11{flex:0 0 auto;width:calc(91.66666666666666% - 0.08333333333333337 * var(--aksara-gutter-x,0px))}}@media (min-width:1600px){.\000033xl\:col-12{flex:0 0 auto;width:calc(100% - 0 * var(--aksara-gutter-x,0px))}}@media (min-width:1600px){.\000033xl\:offset-1{margin-inline-start:8.333333333333332%}}@media (min-width:1600px){.\000033xl\:offset-2{margin-inline-start:16.666666666666664%}}@media (min-width:1600px){.\000033xl\:offset-3{margin-inline-start:25%}}@media (min-width:1600px){.\000033xl\:offset-4{margin-inline-start:33.33333333333333%}}@media (min-width:1600px){.\000033xl\:offset-5{margin-inline-start:41.66666666666667%}}@media (min-width:1600px){.\000033xl\:offset-6{margin-inline-start:50%}}@media (min-width:1600px){.\000033xl\:offset-7{margin-inline-start:58.333333333333336%}}@media (min-width:1600px){.\000033xl\:offset-8{margin-inline-start:66.66666666666666%}}@media (min-width:1600px){.\000033xl\:offset-9{margin-inline-start:75%}}@media (min-width:1600px){.\000033xl\:offset-10{margin-inline-start:83.33333333333334%}}@media (min-width:1600px){.\000033xl\:offset-11{margin-inline-start:91.66666666666666%}}@media (min-width:1600px){.\000033xl\:offset-12{margin-inline-start:100%}}@media (min-width:1600px){.\000033xl\:grid-1{display:grid;grid-template-columns:repeat(1,minmax(0,1fr))}}@media (min-width:1600px){.\000033xl\:grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1600px){.\000033xl\:grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1600px){.\000033xl\:grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width:1600px){.\000033xl\:grid-5{display:grid;grid-template-columns:repeat(5,minmax(0,1fr))}}@media (min-width:1600px){.\000033xl\:grid-6{display:grid;grid-template-columns:repeat(6,minmax(0,1fr))}}@media (min-width:1600px){.\000033xl\:grid-7{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}}@media (min-width:1600px){.\000033xl\:grid-8{display:grid;grid-template-columns:repeat(8,minmax(0,1fr))}}@media (min-width:1600px){.\000033xl\:grid-9{display:grid;grid-template-columns:repeat(9,minmax(0,1fr))}}@media (min-width:1600px){.\000033xl\:grid-10{display:grid;grid-template-columns:repeat(10,minmax(0,1fr))}}@media (min-width:1600px){.\000033xl\:grid-11{display:grid;grid-template-columns:repeat(11,minmax(0,1fr))}}@media (min-width:1600px){.\000033xl\:grid-12{display:grid;grid-template-columns:repeat(12,minmax(0,1fr))}}@media (min-width:1600px){.\000033xl\:span-1{grid-column:span 1/span 1}}@media (min-width:1600px){.\000033xl\:span-2{grid-column:span 2/span 2}}@media (min-width:1600px){.\000033xl\:span-3{grid-column:span 3/span 3}}@media (min-width:1600px){.\000033xl\:span-4{grid-column:span 4/span 4}}@media (min-width:1600px){.\000033xl\:span-5{grid-column:span 5/span 5}}@media (min-width:1600px){.\000033xl\:span-6{grid-column:span 6/span 6}}@media (min-width:1600px){.\000033xl\:span-7{grid-column:span 7/span 7}}@media (min-width:1600px){.\000033xl\:span-8{grid-column:span 8/span 8}}@media (min-width:1600px){.\000033xl\:span-9{grid-column:span 9/span 9}}@media (min-width:1600px){.\000033xl\:span-10{grid-column:span 10/span 10}}@media (min-width:1600px){.\000033xl\:span-11{grid-column:span 11/span 11}}@media (min-width:1600px){.\000033xl\:span-12{grid-column:span 12/span 12}}@media (min-width:1600px){.\000033xl\:block{display:block}}@media (min-width:1600px){.\000033xl\:flex{display:flex}}@media (min-width:1600px){.\000033xl\:grid{display:grid}}@media (min-width:1600px){.\000033xl\:hidden{display:none}}@media (min-width:1600px){.\000033xl\:w-full{width:100%}}@media (min-width:1600px){.\000033xl\:w-0\%{width:0%}}@media (min-width:1600px){.\000033xl\:w-10\%{width:10%}}@media (min-width:1600px){.\000033xl\:w-20\%{width:20%}}@media (min-width:1600px){.\000033xl\:w-25\%{width:25%}}@media (min-width:1600px){.\000033xl\:w-30\%{width:30%}}@media (min-width:1600px){.\000033xl\:w-33\%{width:33%}}@media (min-width:1600px){.\000033xl\:w-40\%{width:40%}}@media (min-width:1600px){.\000033xl\:w-50\%{width:50%}}@media (min-width:1600px){.\000033xl\:w-60\%{width:60%}}@media (min-width:1600px){.\000033xl\:w-66\%{width:66%}}@media (min-width:1600px){.\000033xl\:w-70\%{width:70%}}@media (min-width:1600px){.\000033xl\:w-75\%{width:75%}}@media (min-width:1600px){.\000033xl\:w-80\%{width:80%}}@media (min-width:1600px){.\000033xl\:w-90\%{width:90%}}@media (min-width:1600px){.\000033xl\:w-100\%{width:100%}}.hover\:border:hover{border:var(--aksara-border-width,1px) solid var(--aksara-border-base)}.hover\:bg-primary:hover{background-color:rgb(var(--aksara-primary) / 1)}.hover\:text-primary:hover{color:rgb(var(--aksara-primary) / 1)}.hover\:border-primary:hover{border-color:rgb(var(--aksara-primary) / 1)}.hover\:ring-primary:hover{--aksara-ring-color:rgb(var(--aksara-primary) / 1)}.hover\:bg-primary\/10:hover{background-color:rgb(var(--aksara-primary) / 0.1)}.hover\:bg-primary\/20:hover{background-color:rgb(var(--aksara-primary) / 0.2)}.hover\:bg-primary\/80:hover{background-color:rgb(var(--aksara-primary) / 0.8)}.hover\:text-primary\/20:hover{color:rgb(var(--aksara-primary) / 0.2)}.hover\:border-primary\/50:hover{border-color:rgb(var(--aksara-primary) / 0.5)}.hover\:bg-secondary:hover{background-color:rgb(var(--aksara-secondary) / 1)}.hover\:text-secondary:hover{color:rgb(var(--aksara-secondary) / 1)}.hover\:border-secondary:hover{border-color:rgb(var(--aksara-secondary) / 1)}.hover\:ring-secondary:hover{--aksara-ring-color:rgb(var(--aksara-secondary) / 1)}.hover\:bg-secondary\/10:hover{background-color:rgb(var(--aksara-secondary) / 0.1)}.hover\:bg-secondary\/20:hover{background-color:rgb(var(--aksara-secondary) / 0.2)}.hover\:bg-secondary\/80:hover{background-color:rgb(var(--aksara-secondary) / 0.8)}.hover\:text-secondary\/20:hover{color:rgb(var(--aksara-secondary) / 0.2)}.hover\:border-secondary\/50:hover{border-color:rgb(var(--aksara-secondary) / 0.5)}.hover\:bg-success:hover{background-color:rgb(var(--aksara-success) / 1)}.hover\:text-success:hover{color:rgb(var(--aksara-success) / 1)}.hover\:border-success:hover{border-color:rgb(var(--aksara-success) / 1)}.hover\:ring-success:hover{--aksara-ring-color:rgb(var(--aksara-success) / 1)}.hover\:bg-success\/10:hover{background-color:rgb(var(--aksara-success) / 0.1)}.hover\:bg-success\/20:hover{background-color:rgb(var(--aksara-success) / 0.2)}.hover\:bg-success\/80:hover{background-color:rgb(var(--aksara-success) / 0.8)}.hover\:text-success\/20:hover{color:rgb(var(--aksara-success) / 0.2)}.hover\:border-success\/50:hover{border-color:rgb(var(--aksara-success) / 0.5)}.hover\:bg-danger:hover{background-color:rgb(var(--aksara-danger) / 1)}.hover\:text-danger:hover{color:rgb(var(--aksara-danger) / 1)}.hover\:border-danger:hover{border-color:rgb(var(--aksara-danger) / 1)}.hover\:ring-danger:hover{--aksara-ring-color:rgb(var(--aksara-danger) / 1)}.hover\:bg-danger\/10:hover{background-color:rgb(var(--aksara-danger) / 0.1)}.hover\:bg-danger\/20:hover{background-color:rgb(var(--aksara-danger) / 0.2)}.hover\:bg-danger\/80:hover{background-color:rgb(var(--aksara-danger) / 0.8)}.hover\:text-danger\/20:hover{color:rgb(var(--aksara-danger) / 0.2)}.hover\:border-danger\/50:hover{border-color:rgb(var(--aksara-danger) / 0.5)}.hover\:bg-warning:hover{background-color:rgb(var(--aksara-warning) / 1)}.hover\:text-warning:hover{color:rgb(var(--aksara-warning) / 1)}.hover\:border-warning:hover{border-color:rgb(var(--aksara-warning) / 1)}.hover\:ring-warning:hover{--aksara-ring-color:rgb(var(--aksara-warning) / 1)}.hover\:bg-warning\/10:hover{background-color:rgb(var(--aksara-warning) / 0.1)}.hover\:bg-warning\/20:hover{background-color:rgb(var(--aksara-warning) / 0.2)}.hover\:bg-warning\/80:hover{background-color:rgb(var(--aksara-warning) / 0.8)}.hover\:text-warning\/20:hover{color:rgb(var(--aksara-warning) / 0.2)}.hover\:border-warning\/50:hover{border-color:rgb(var(--aksara-warning) / 0.5)}.hover\:bg-info:hover{background-color:rgb(var(--aksara-info) / 1)}.hover\:text-info:hover{color:rgb(var(--aksara-info) / 1)}.hover\:border-info:hover{border-color:rgb(var(--aksara-info) / 1)}.hover\:ring-info:hover{--aksara-ring-color:rgb(var(--aksara-info) / 1)}.hover\:bg-info\/10:hover{background-color:rgb(var(--aksara-info) / 0.1)}.hover\:bg-info\/20:hover{background-color:rgb(var(--aksara-info) / 0.2)}.hover\:bg-info\/80:hover{background-color:rgb(var(--aksara-info) / 0.8)}.hover\:text-info\/20:hover{color:rgb(var(--aksara-info) / 0.2)}.hover\:border-info\/50:hover{border-color:rgb(var(--aksara-info) / 0.5)}.hover\:bg-dark:hover{background-color:rgb(var(--aksara-dark) / 1)}.hover\:text-dark:hover{color:rgb(var(--aksara-dark) / 1)}.hover\:border-dark:hover{border-color:rgb(var(--aksara-dark) / 1)}.hover\:ring-dark:hover{--aksara-ring-color:rgb(var(--aksara-dark) / 1)}.hover\:bg-dark\/10:hover{background-color:rgb(var(--aksara-dark) / 0.1)}.hover\:bg-dark\/20:hover{background-color:rgb(var(--aksara-dark) / 0.2)}.hover\:bg-dark\/80:hover{background-color:rgb(var(--aksara-dark) / 0.8)}.hover\:text-dark\/20:hover{color:rgb(var(--aksara-dark) / 0.2)}.hover\:border-dark\/50:hover{border-color:rgb(var(--aksara-dark) / 0.5)}.hover\:bg-light:hover{background-color:rgb(var(--aksara-light) / 1)}.hover\:text-light:hover{color:rgb(var(--aksara-light) / 1)}.hover\:border-light:hover{border-color:rgb(var(--aksara-light) / 1)}.hover\:ring-light:hover{--aksara-ring-color:rgb(var(--aksara-light) / 1)}.hover\:bg-light\/10:hover{background-color:rgb(var(--aksara-light) / 0.1)}.hover\:bg-light\/20:hover{background-color:rgb(var(--aksara-light) / 0.2)}.hover\:bg-light\/80:hover{background-color:rgb(var(--aksara-light) / 0.8)}.hover\:text-light\/20:hover{color:rgb(var(--aksara-light) / 0.2)}.hover\:border-light\/50:hover{border-color:rgb(var(--aksara-light) / 0.5)}.hover\:bg-base:hover{background-color:var(--aksara-bg-base)}.hover\:text-base:hover{color:var(--aksara-text-base)}.hover\:border-subtle:hover{border-color:var(--aksara-border-subtle)}.hover\:opacity-50:hover{opacity:0.5}.hover\:ring:hover{box-shadow:0 0 0 3px var(--aksara-ring-color,rgb(var(--aksara-primary)/.35))}.focus\:border:focus{border:var(--aksara-border-width,1px) solid var(--aksara-border-base)}.focus\:bg-primary:focus{background-color:rgb(var(--aksara-primary) / 1)}.focus\:text-primary:focus{color:rgb(var(--aksara-primary) / 1)}.focus\:border-primary:focus{border-color:rgb(var(--aksara-primary) / 1)}.focus\:ring-primary:focus{--aksara-ring-color:rgb(var(--aksara-primary) / 1)}.focus\:bg-primary\/10:focus{background-color:rgb(var(--aksara-primary) / 0.1)}.focus\:bg-primary\/20:focus{background-color:rgb(var(--aksara-primary) / 0.2)}.focus\:bg-primary\/80:focus{background-color:rgb(var(--aksara-primary) / 0.8)}.focus\:text-primary\/20:focus{color:rgb(var(--aksara-primary) / 0.2)}.focus\:border-primary\/50:focus{border-color:rgb(var(--aksara-primary) / 0.5)}.focus\:bg-secondary:focus{background-color:rgb(var(--aksara-secondary) / 1)}.focus\:text-secondary:focus{color:rgb(var(--aksara-secondary) / 1)}.focus\:border-secondary:focus{border-color:rgb(var(--aksara-secondary) / 1)}.focus\:ring-secondary:focus{--aksara-ring-color:rgb(var(--aksara-secondary) / 1)}.focus\:bg-secondary\/10:focus{background-color:rgb(var(--aksara-secondary) / 0.1)}.focus\:bg-secondary\/20:focus{background-color:rgb(var(--aksara-secondary) / 0.2)}.focus\:bg-secondary\/80:focus{background-color:rgb(var(--aksara-secondary) / 0.8)}.focus\:text-secondary\/20:focus{color:rgb(var(--aksara-secondary) / 0.2)}.focus\:border-secondary\/50:focus{border-color:rgb(var(--aksara-secondary) / 0.5)}.focus\:bg-success:focus{background-color:rgb(var(--aksara-success) / 1)}.focus\:text-success:focus{color:rgb(var(--aksara-success) / 1)}.focus\:border-success:focus{border-color:rgb(var(--aksara-success) / 1)}.focus\:ring-success:focus{--aksara-ring-color:rgb(var(--aksara-success) / 1)}.focus\:bg-success\/10:focus{background-color:rgb(var(--aksara-success) / 0.1)}.focus\:bg-success\/20:focus{background-color:rgb(var(--aksara-success) / 0.2)}.focus\:bg-success\/80:focus{background-color:rgb(var(--aksara-success) / 0.8)}.focus\:text-success\/20:focus{color:rgb(var(--aksara-success) / 0.2)}.focus\:border-success\/50:focus{border-color:rgb(var(--aksara-success) / 0.5)}.focus\:bg-danger:focus{background-color:rgb(var(--aksara-danger) / 1)}.focus\:text-danger:focus{color:rgb(var(--aksara-danger) / 1)}.focus\:border-danger:focus{border-color:rgb(var(--aksara-danger) / 1)}.focus\:ring-danger:focus{--aksara-ring-color:rgb(var(--aksara-danger) / 1)}.focus\:bg-danger\/10:focus{background-color:rgb(var(--aksara-danger) / 0.1)}.focus\:bg-danger\/20:focus{background-color:rgb(var(--aksara-danger) / 0.2)}.focus\:bg-danger\/80:focus{background-color:rgb(var(--aksara-danger) / 0.8)}.focus\:text-danger\/20:focus{color:rgb(var(--aksara-danger) / 0.2)}.focus\:border-danger\/50:focus{border-color:rgb(var(--aksara-danger) / 0.5)}.focus\:bg-warning:focus{background-color:rgb(var(--aksara-warning) / 1)}.focus\:text-warning:focus{color:rgb(var(--aksara-warning) / 1)}.focus\:border-warning:focus{border-color:rgb(var(--aksara-warning) / 1)}.focus\:ring-warning:focus{--aksara-ring-color:rgb(var(--aksara-warning) / 1)}.focus\:bg-warning\/10:focus{background-color:rgb(var(--aksara-warning) / 0.1)}.focus\:bg-warning\/20:focus{background-color:rgb(var(--aksara-warning) / 0.2)}.focus\:bg-warning\/80:focus{background-color:rgb(var(--aksara-warning) / 0.8)}.focus\:text-warning\/20:focus{color:rgb(var(--aksara-warning) / 0.2)}.focus\:border-warning\/50:focus{border-color:rgb(var(--aksara-warning) / 0.5)}.focus\:bg-info:focus{background-color:rgb(var(--aksara-info) / 1)}.focus\:text-info:focus{color:rgb(var(--aksara-info) / 1)}.focus\:border-info:focus{border-color:rgb(var(--aksara-info) / 1)}.focus\:ring-info:focus{--aksara-ring-color:rgb(var(--aksara-info) / 1)}.focus\:bg-info\/10:focus{background-color:rgb(var(--aksara-info) / 0.1)}.focus\:bg-info\/20:focus{background-color:rgb(var(--aksara-info) / 0.2)}.focus\:bg-info\/80:focus{background-color:rgb(var(--aksara-info) / 0.8)}.focus\:text-info\/20:focus{color:rgb(var(--aksara-info) / 0.2)}.focus\:border-info\/50:focus{border-color:rgb(var(--aksara-info) / 0.5)}.focus\:bg-dark:focus{background-color:rgb(var(--aksara-dark) / 1)}.focus\:text-dark:focus{color:rgb(var(--aksara-dark) / 1)}.focus\:border-dark:focus{border-color:rgb(var(--aksara-dark) / 1)}.focus\:ring-dark:focus{--aksara-ring-color:rgb(var(--aksara-dark) / 1)}.focus\:bg-dark\/10:focus{background-color:rgb(var(--aksara-dark) / 0.1)}.focus\:bg-dark\/20:focus{background-color:rgb(var(--aksara-dark) / 0.2)}.focus\:bg-dark\/80:focus{background-color:rgb(var(--aksara-dark) / 0.8)}.focus\:text-dark\/20:focus{color:rgb(var(--aksara-dark) / 0.2)}.focus\:border-dark\/50:focus{border-color:rgb(var(--aksara-dark) / 0.5)}.focus\:bg-light:focus{background-color:rgb(var(--aksara-light) / 1)}.focus\:text-light:focus{color:rgb(var(--aksara-light) / 1)}.focus\:border-light:focus{border-color:rgb(var(--aksara-light) / 1)}.focus\:ring-light:focus{--aksara-ring-color:rgb(var(--aksara-light) / 1)}.focus\:bg-light\/10:focus{background-color:rgb(var(--aksara-light) / 0.1)}.focus\:bg-light\/20:focus{background-color:rgb(var(--aksara-light) / 0.2)}.focus\:bg-light\/80:focus{background-color:rgb(var(--aksara-light) / 0.8)}.focus\:text-light\/20:focus{color:rgb(var(--aksara-light) / 0.2)}.focus\:border-light\/50:focus{border-color:rgb(var(--aksara-light) / 0.5)}.focus\:bg-base:focus{background-color:var(--aksara-bg-base)}.focus\:text-base:focus{color:var(--aksara-text-base)}.focus\:border-subtle:focus{border-color:var(--aksara-border-subtle)}.focus\:opacity-50:focus{opacity:0.5}.focus\:ring:focus{box-shadow:0 0 0 3px var(--aksara-ring-color,rgb(var(--aksara-primary)/.35))}.active\:border:active{border:var(--aksara-border-width,1px) solid var(--aksara-border-base)}.active\:bg-primary:active{background-color:rgb(var(--aksara-primary) / 1)}.active\:text-primary:active{color:rgb(var(--aksara-primary) / 1)}.active\:border-primary:active{border-color:rgb(var(--aksara-primary) / 1)}.active\:ring-primary:active{--aksara-ring-color:rgb(var(--aksara-primary) / 1)}.active\:bg-primary\/10:active{background-color:rgb(var(--aksara-primary) / 0.1)}.active\:bg-primary\/20:active{background-color:rgb(var(--aksara-primary) / 0.2)}.active\:bg-primary\/80:active{background-color:rgb(var(--aksara-primary) / 0.8)}.active\:text-primary\/20:active{color:rgb(var(--aksara-primary) / 0.2)}.active\:border-primary\/50:active{border-color:rgb(var(--aksara-primary) / 0.5)}.active\:bg-secondary:active{background-color:rgb(var(--aksara-secondary) / 1)}.active\:text-secondary:active{color:rgb(var(--aksara-secondary) / 1)}.active\:border-secondary:active{border-color:rgb(var(--aksara-secondary) / 1)}.active\:ring-secondary:active{--aksara-ring-color:rgb(var(--aksara-secondary) / 1)}.active\:bg-secondary\/10:active{background-color:rgb(var(--aksara-secondary) / 0.1)}.active\:bg-secondary\/20:active{background-color:rgb(var(--aksara-secondary) / 0.2)}.active\:bg-secondary\/80:active{background-color:rgb(var(--aksara-secondary) / 0.8)}.active\:text-secondary\/20:active{color:rgb(var(--aksara-secondary) / 0.2)}.active\:border-secondary\/50:active{border-color:rgb(var(--aksara-secondary) / 0.5)}.active\:bg-success:active{background-color:rgb(var(--aksara-success) / 1)}.active\:text-success:active{color:rgb(var(--aksara-success) / 1)}.active\:border-success:active{border-color:rgb(var(--aksara-success) / 1)}.active\:ring-success:active{--aksara-ring-color:rgb(var(--aksara-success) / 1)}.active\:bg-success\/10:active{background-color:rgb(var(--aksara-success) / 0.1)}.active\:bg-success\/20:active{background-color:rgb(var(--aksara-success) / 0.2)}.active\:bg-success\/80:active{background-color:rgb(var(--aksara-success) / 0.8)}.active\:text-success\/20:active{color:rgb(var(--aksara-success) / 0.2)}.active\:border-success\/50:active{border-color:rgb(var(--aksara-success) / 0.5)}.active\:bg-danger:active{background-color:rgb(var(--aksara-danger) / 1)}.active\:text-danger:active{color:rgb(var(--aksara-danger) / 1)}.active\:border-danger:active{border-color:rgb(var(--aksara-danger) / 1)}.active\:ring-danger:active{--aksara-ring-color:rgb(var(--aksara-danger) / 1)}.active\:bg-danger\/10:active{background-color:rgb(var(--aksara-danger) / 0.1)}.active\:bg-danger\/20:active{background-color:rgb(var(--aksara-danger) / 0.2)}.active\:bg-danger\/80:active{background-color:rgb(var(--aksara-danger) / 0.8)}.active\:text-danger\/20:active{color:rgb(var(--aksara-danger) / 0.2)}.active\:border-danger\/50:active{border-color:rgb(var(--aksara-danger) / 0.5)}.active\:bg-warning:active{background-color:rgb(var(--aksara-warning) / 1)}.active\:text-warning:active{color:rgb(var(--aksara-warning) / 1)}.active\:border-warning:active{border-color:rgb(var(--aksara-warning) / 1)}.active\:ring-warning:active{--aksara-ring-color:rgb(var(--aksara-warning) / 1)}.active\:bg-warning\/10:active{background-color:rgb(var(--aksara-warning) / 0.1)}.active\:bg-warning\/20:active{background-color:rgb(var(--aksara-warning) / 0.2)}.active\:bg-warning\/80:active{background-color:rgb(var(--aksara-warning) / 0.8)}.active\:text-warning\/20:active{color:rgb(var(--aksara-warning) / 0.2)}.active\:border-warning\/50:active{border-color:rgb(var(--aksara-warning) / 0.5)}.active\:bg-info:active{background-color:rgb(var(--aksara-info) / 1)}.active\:text-info:active{color:rgb(var(--aksara-info) / 1)}.active\:border-info:active{border-color:rgb(var(--aksara-info) / 1)}.active\:ring-info:active{--aksara-ring-color:rgb(var(--aksara-info) / 1)}.active\:bg-info\/10:active{background-color:rgb(var(--aksara-info) / 0.1)}.active\:bg-info\/20:active{background-color:rgb(var(--aksara-info) / 0.2)}.active\:bg-info\/80:active{background-color:rgb(var(--aksara-info) / 0.8)}.active\:text-info\/20:active{color:rgb(var(--aksara-info) / 0.2)}.active\:border-info\/50:active{border-color:rgb(var(--aksara-info) / 0.5)}.active\:bg-dark:active{background-color:rgb(var(--aksara-dark) / 1)}.active\:text-dark:active{color:rgb(var(--aksara-dark) / 1)}.active\:border-dark:active{border-color:rgb(var(--aksara-dark) / 1)}.active\:ring-dark:active{--aksara-ring-color:rgb(var(--aksara-dark) / 1)}.active\:bg-dark\/10:active{background-color:rgb(var(--aksara-dark) / 0.1)}.active\:bg-dark\/20:active{background-color:rgb(var(--aksara-dark) / 0.2)}.active\:bg-dark\/80:active{background-color:rgb(var(--aksara-dark) / 0.8)}.active\:text-dark\/20:active{color:rgb(var(--aksara-dark) / 0.2)}.active\:border-dark\/50:active{border-color:rgb(var(--aksara-dark) / 0.5)}.active\:bg-light:active{background-color:rgb(var(--aksara-light) / 1)}.active\:text-light:active{color:rgb(var(--aksara-light) / 1)}.active\:border-light:active{border-color:rgb(var(--aksara-light) / 1)}.active\:ring-light:active{--aksara-ring-color:rgb(var(--aksara-light) / 1)}.active\:bg-light\/10:active{background-color:rgb(var(--aksara-light) / 0.1)}.active\:bg-light\/20:active{background-color:rgb(var(--aksara-light) / 0.2)}.active\:bg-light\/80:active{background-color:rgb(var(--aksara-light) / 0.8)}.active\:text-light\/20:active{color:rgb(var(--aksara-light) / 0.2)}.active\:border-light\/50:active{border-color:rgb(var(--aksara-light) / 0.5)}.active\:bg-base:active{background-color:var(--aksara-bg-base)}.active\:text-base:active{color:var(--aksara-text-base)}.active\:border-subtle:active{border-color:var(--aksara-border-subtle)}.active\:opacity-50:active{opacity:0.5}.active\:ring:active{box-shadow:0 0 0 3px var(--aksara-ring-color,rgb(var(--aksara-primary)/.35))}.disabled\:border:disabled{border:var(--aksara-border-width,1px) solid var(--aksara-border-base)}.disabled\:bg-primary:disabled{background-color:rgb(var(--aksara-primary) / 1)}.disabled\:text-primary:disabled{color:rgb(var(--aksara-primary) / 1)}.disabled\:border-primary:disabled{border-color:rgb(var(--aksara-primary) / 1)}.disabled\:ring-primary:disabled{--aksara-ring-color:rgb(var(--aksara-primary) / 1)}.disabled\:bg-primary\/10:disabled{background-color:rgb(var(--aksara-primary) / 0.1)}.disabled\:bg-primary\/20:disabled{background-color:rgb(var(--aksara-primary) / 0.2)}.disabled\:bg-primary\/80:disabled{background-color:rgb(var(--aksara-primary) / 0.8)}.disabled\:text-primary\/20:disabled{color:rgb(var(--aksara-primary) / 0.2)}.disabled\:border-primary\/50:disabled{border-color:rgb(var(--aksara-primary) / 0.5)}.disabled\:bg-secondary:disabled{background-color:rgb(var(--aksara-secondary) / 1)}.disabled\:text-secondary:disabled{color:rgb(var(--aksara-secondary) / 1)}.disabled\:border-secondary:disabled{border-color:rgb(var(--aksara-secondary) / 1)}.disabled\:ring-secondary:disabled{--aksara-ring-color:rgb(var(--aksara-secondary) / 1)}.disabled\:bg-secondary\/10:disabled{background-color:rgb(var(--aksara-secondary) / 0.1)}.disabled\:bg-secondary\/20:disabled{background-color:rgb(var(--aksara-secondary) / 0.2)}.disabled\:bg-secondary\/80:disabled{background-color:rgb(var(--aksara-secondary) / 0.8)}.disabled\:text-secondary\/20:disabled{color:rgb(var(--aksara-secondary) / 0.2)}.disabled\:border-secondary\/50:disabled{border-color:rgb(var(--aksara-secondary) / 0.5)}.disabled\:bg-success:disabled{background-color:rgb(var(--aksara-success) / 1)}.disabled\:text-success:disabled{color:rgb(var(--aksara-success) / 1)}.disabled\:border-success:disabled{border-color:rgb(var(--aksara-success) / 1)}.disabled\:ring-success:disabled{--aksara-ring-color:rgb(var(--aksara-success) / 1)}.disabled\:bg-success\/10:disabled{background-color:rgb(var(--aksara-success) / 0.1)}.disabled\:bg-success\/20:disabled{background-color:rgb(var(--aksara-success) / 0.2)}.disabled\:bg-success\/80:disabled{background-color:rgb(var(--aksara-success) / 0.8)}.disabled\:text-success\/20:disabled{color:rgb(var(--aksara-success) / 0.2)}.disabled\:border-success\/50:disabled{border-color:rgb(var(--aksara-success) / 0.5)}.disabled\:bg-danger:disabled{background-color:rgb(var(--aksara-danger) / 1)}.disabled\:text-danger:disabled{color:rgb(var(--aksara-danger) / 1)}.disabled\:border-danger:disabled{border-color:rgb(var(--aksara-danger) / 1)}.disabled\:ring-danger:disabled{--aksara-ring-color:rgb(var(--aksara-danger) / 1)}.disabled\:bg-danger\/10:disabled{background-color:rgb(var(--aksara-danger) / 0.1)}.disabled\:bg-danger\/20:disabled{background-color:rgb(var(--aksara-danger) / 0.2)}.disabled\:bg-danger\/80:disabled{background-color:rgb(var(--aksara-danger) / 0.8)}.disabled\:text-danger\/20:disabled{color:rgb(var(--aksara-danger) / 0.2)}.disabled\:border-danger\/50:disabled{border-color:rgb(var(--aksara-danger) / 0.5)}.disabled\:bg-warning:disabled{background-color:rgb(var(--aksara-warning) / 1)}.disabled\:text-warning:disabled{color:rgb(var(--aksara-warning) / 1)}.disabled\:border-warning:disabled{border-color:rgb(var(--aksara-warning) / 1)}.disabled\:ring-warning:disabled{--aksara-ring-color:rgb(var(--aksara-warning) / 1)}.disabled\:bg-warning\/10:disabled{background-color:rgb(var(--aksara-warning) / 0.1)}.disabled\:bg-warning\/20:disabled{background-color:rgb(var(--aksara-warning) / 0.2)}.disabled\:bg-warning\/80:disabled{background-color:rgb(var(--aksara-warning) / 0.8)}.disabled\:text-warning\/20:disabled{color:rgb(var(--aksara-warning) / 0.2)}.disabled\:border-warning\/50:disabled{border-color:rgb(var(--aksara-warning) / 0.5)}.disabled\:bg-info:disabled{background-color:rgb(var(--aksara-info) / 1)}.disabled\:text-info:disabled{color:rgb(var(--aksara-info) / 1)}.disabled\:border-info:disabled{border-color:rgb(var(--aksara-info) / 1)}.disabled\:ring-info:disabled{--aksara-ring-color:rgb(var(--aksara-info) / 1)}.disabled\:bg-info\/10:disabled{background-color:rgb(var(--aksara-info) / 0.1)}.disabled\:bg-info\/20:disabled{background-color:rgb(var(--aksara-info) / 0.2)}.disabled\:bg-info\/80:disabled{background-color:rgb(var(--aksara-info) / 0.8)}.disabled\:text-info\/20:disabled{color:rgb(var(--aksara-info) / 0.2)}.disabled\:border-info\/50:disabled{border-color:rgb(var(--aksara-info) / 0.5)}.disabled\:bg-dark:disabled{background-color:rgb(var(--aksara-dark) / 1)}.disabled\:text-dark:disabled{color:rgb(var(--aksara-dark) / 1)}.disabled\:border-dark:disabled{border-color:rgb(var(--aksara-dark) / 1)}.disabled\:ring-dark:disabled{--aksara-ring-color:rgb(var(--aksara-dark) / 1)}.disabled\:bg-dark\/10:disabled{background-color:rgb(var(--aksara-dark) / 0.1)}.disabled\:bg-dark\/20:disabled{background-color:rgb(var(--aksara-dark) / 0.2)}.disabled\:bg-dark\/80:disabled{background-color:rgb(var(--aksara-dark) / 0.8)}.disabled\:text-dark\/20:disabled{color:rgb(var(--aksara-dark) / 0.2)}.disabled\:border-dark\/50:disabled{border-color:rgb(var(--aksara-dark) / 0.5)}.disabled\:bg-light:disabled{background-color:rgb(var(--aksara-light) / 1)}.disabled\:text-light:disabled{color:rgb(var(--aksara-light) / 1)}.disabled\:border-light:disabled{border-color:rgb(var(--aksara-light) / 1)}.disabled\:ring-light:disabled{--aksara-ring-color:rgb(var(--aksara-light) / 1)}.disabled\:bg-light\/10:disabled{background-color:rgb(var(--aksara-light) / 0.1)}.disabled\:bg-light\/20:disabled{background-color:rgb(var(--aksara-light) / 0.2)}.disabled\:bg-light\/80:disabled{background-color:rgb(var(--aksara-light) / 0.8)}.disabled\:text-light\/20:disabled{color:rgb(var(--aksara-light) / 0.2)}.disabled\:border-light\/50:disabled{border-color:rgb(var(--aksara-light) / 0.5)}.disabled\:bg-base:disabled{background-color:var(--aksara-bg-base)}.disabled\:text-base:disabled{color:var(--aksara-text-base)}.disabled\:border-subtle:disabled{border-color:var(--aksara-border-subtle)}.disabled\:opacity-50:disabled{opacity:0.5}.disabled\:ring:disabled{box-shadow:0 0 0 3px var(--aksara-ring-color,rgb(var(--aksara-primary)/.35))}.checked\:border:checked{border:var(--aksara-border-width,1px) solid var(--aksara-border-base)}.checked\:bg-primary:checked{background-color:rgb(var(--aksara-primary) / 1)}.checked\:text-primary:checked{color:rgb(var(--aksara-primary) / 1)}.checked\:border-primary:checked{border-color:rgb(var(--aksara-primary) / 1)}.checked\:ring-primary:checked{--aksara-ring-color:rgb(var(--aksara-primary) / 1)}.checked\:bg-primary\/10:checked{background-color:rgb(var(--aksara-primary) / 0.1)}.checked\:bg-primary\/20:checked{background-color:rgb(var(--aksara-primary) / 0.2)}.checked\:bg-primary\/80:checked{background-color:rgb(var(--aksara-primary) / 0.8)}.checked\:text-primary\/20:checked{color:rgb(var(--aksara-primary) / 0.2)}.checked\:border-primary\/50:checked{border-color:rgb(var(--aksara-primary) / 0.5)}.checked\:bg-secondary:checked{background-color:rgb(var(--aksara-secondary) / 1)}.checked\:text-secondary:checked{color:rgb(var(--aksara-secondary) / 1)}.checked\:border-secondary:checked{border-color:rgb(var(--aksara-secondary) / 1)}.checked\:ring-secondary:checked{--aksara-ring-color:rgb(var(--aksara-secondary) / 1)}.checked\:bg-secondary\/10:checked{background-color:rgb(var(--aksara-secondary) / 0.1)}.checked\:bg-secondary\/20:checked{background-color:rgb(var(--aksara-secondary) / 0.2)}.checked\:bg-secondary\/80:checked{background-color:rgb(var(--aksara-secondary) / 0.8)}.checked\:text-secondary\/20:checked{color:rgb(var(--aksara-secondary) / 0.2)}.checked\:border-secondary\/50:checked{border-color:rgb(var(--aksara-secondary) / 0.5)}.checked\:bg-success:checked{background-color:rgb(var(--aksara-success) / 1)}.checked\:text-success:checked{color:rgb(var(--aksara-success) / 1)}.checked\:border-success:checked{border-color:rgb(var(--aksara-success) / 1)}.checked\:ring-success:checked{--aksara-ring-color:rgb(var(--aksara-success) / 1)}.checked\:bg-success\/10:checked{background-color:rgb(var(--aksara-success) / 0.1)}.checked\:bg-success\/20:checked{background-color:rgb(var(--aksara-success) / 0.2)}.checked\:bg-success\/80:checked{background-color:rgb(var(--aksara-success) / 0.8)}.checked\:text-success\/20:checked{color:rgb(var(--aksara-success) / 0.2)}.checked\:border-success\/50:checked{border-color:rgb(var(--aksara-success) / 0.5)}.checked\:bg-danger:checked{background-color:rgb(var(--aksara-danger) / 1)}.checked\:text-danger:checked{color:rgb(var(--aksara-danger) / 1)}.checked\:border-danger:checked{border-color:rgb(var(--aksara-danger) / 1)}.checked\:ring-danger:checked{--aksara-ring-color:rgb(var(--aksara-danger) / 1)}.checked\:bg-danger\/10:checked{background-color:rgb(var(--aksara-danger) / 0.1)}.checked\:bg-danger\/20:checked{background-color:rgb(var(--aksara-danger) / 0.2)}.checked\:bg-danger\/80:checked{background-color:rgb(var(--aksara-danger) / 0.8)}.checked\:text-danger\/20:checked{color:rgb(var(--aksara-danger) / 0.2)}.checked\:border-danger\/50:checked{border-color:rgb(var(--aksara-danger) / 0.5)}.checked\:bg-warning:checked{background-color:rgb(var(--aksara-warning) / 1)}.checked\:text-warning:checked{color:rgb(var(--aksara-warning) / 1)}.checked\:border-warning:checked{border-color:rgb(var(--aksara-warning) / 1)}.checked\:ring-warning:checked{--aksara-ring-color:rgb(var(--aksara-warning) / 1)}.checked\:bg-warning\/10:checked{background-color:rgb(var(--aksara-warning) / 0.1)}.checked\:bg-warning\/20:checked{background-color:rgb(var(--aksara-warning) / 0.2)}.checked\:bg-warning\/80:checked{background-color:rgb(var(--aksara-warning) / 0.8)}.checked\:text-warning\/20:checked{color:rgb(var(--aksara-warning) / 0.2)}.checked\:border-warning\/50:checked{border-color:rgb(var(--aksara-warning) / 0.5)}.checked\:bg-info:checked{background-color:rgb(var(--aksara-info) / 1)}.checked\:text-info:checked{color:rgb(var(--aksara-info) / 1)}.checked\:border-info:checked{border-color:rgb(var(--aksara-info) / 1)}.checked\:ring-info:checked{--aksara-ring-color:rgb(var(--aksara-info) / 1)}.checked\:bg-info\/10:checked{background-color:rgb(var(--aksara-info) / 0.1)}.checked\:bg-info\/20:checked{background-color:rgb(var(--aksara-info) / 0.2)}.checked\:bg-info\/80:checked{background-color:rgb(var(--aksara-info) / 0.8)}.checked\:text-info\/20:checked{color:rgb(var(--aksara-info) / 0.2)}.checked\:border-info\/50:checked{border-color:rgb(var(--aksara-info) / 0.5)}.checked\:bg-dark:checked{background-color:rgb(var(--aksara-dark) / 1)}.checked\:text-dark:checked{color:rgb(var(--aksara-dark) / 1)}.checked\:border-dark:checked{border-color:rgb(var(--aksara-dark) / 1)}.checked\:ring-dark:checked{--aksara-ring-color:rgb(var(--aksara-dark) / 1)}.checked\:bg-dark\/10:checked{background-color:rgb(var(--aksara-dark) / 0.1)}.checked\:bg-dark\/20:checked{background-color:rgb(var(--aksara-dark) / 0.2)}.checked\:bg-dark\/80:checked{background-color:rgb(var(--aksara-dark) / 0.8)}.checked\:text-dark\/20:checked{color:rgb(var(--aksara-dark) / 0.2)}.checked\:border-dark\/50:checked{border-color:rgb(var(--aksara-dark) / 0.5)}.checked\:bg-light:checked{background-color:rgb(var(--aksara-light) / 1)}.checked\:text-light:checked{color:rgb(var(--aksara-light) / 1)}.checked\:border-light:checked{border-color:rgb(var(--aksara-light) / 1)}.checked\:ring-light:checked{--aksara-ring-color:rgb(var(--aksara-light) / 1)}.checked\:bg-light\/10:checked{background-color:rgb(var(--aksara-light) / 0.1)}.checked\:bg-light\/20:checked{background-color:rgb(var(--aksara-light) / 0.2)}.checked\:bg-light\/80:checked{background-color:rgb(var(--aksara-light) / 0.8)}.checked\:text-light\/20:checked{color:rgb(var(--aksara-light) / 0.2)}.checked\:border-light\/50:checked{border-color:rgb(var(--aksara-light) / 0.5)}.checked\:bg-base:checked{background-color:var(--aksara-bg-base)}.checked\:text-base:checked{color:var(--aksara-text-base)}.checked\:border-subtle:checked{border-color:var(--aksara-border-subtle)}.checked\:opacity-50:checked{opacity:0.5}.checked\:ring:checked{box-shadow:0 0 0 3px var(--aksara-ring-color,rgb(var(--aksara-primary)/.35))}.selected\:border[aria-selected="true"]{border:var(--aksara-border-width,1px) solid var(--aksara-border-base)}.selected\:bg-primary[aria-selected="true"]{background-color:rgb(var(--aksara-primary) / 1)}.selected\:text-primary[aria-selected="true"]{color:rgb(var(--aksara-primary) / 1)}.selected\:border-primary[aria-selected="true"]{border-color:rgb(var(--aksara-primary) / 1)}.selected\:ring-primary[aria-selected="true"]{--aksara-ring-color:rgb(var(--aksara-primary) / 1)}.selected\:bg-primary\/10[aria-selected="true"]{background-color:rgb(var(--aksara-primary) / 0.1)}.selected\:bg-primary\/20[aria-selected="true"]{background-color:rgb(var(--aksara-primary) / 0.2)}.selected\:bg-primary\/80[aria-selected="true"]{background-color:rgb(var(--aksara-primary) / 0.8)}.selected\:text-primary\/20[aria-selected="true"]{color:rgb(var(--aksara-primary) / 0.2)}.selected\:border-primary\/50[aria-selected="true"]{border-color:rgb(var(--aksara-primary) / 0.5)}.selected\:bg-secondary[aria-selected="true"]{background-color:rgb(var(--aksara-secondary) / 1)}.selected\:text-secondary[aria-selected="true"]{color:rgb(var(--aksara-secondary) / 1)}.selected\:border-secondary[aria-selected="true"]{border-color:rgb(var(--aksara-secondary) / 1)}.selected\:ring-secondary[aria-selected="true"]{--aksara-ring-color:rgb(var(--aksara-secondary) / 1)}.selected\:bg-secondary\/10[aria-selected="true"]{background-color:rgb(var(--aksara-secondary) / 0.1)}.selected\:bg-secondary\/20[aria-selected="true"]{background-color:rgb(var(--aksara-secondary) / 0.2)}.selected\:bg-secondary\/80[aria-selected="true"]{background-color:rgb(var(--aksara-secondary) / 0.8)}.selected\:text-secondary\/20[aria-selected="true"]{color:rgb(var(--aksara-secondary) / 0.2)}.selected\:border-secondary\/50[aria-selected="true"]{border-color:rgb(var(--aksara-secondary) / 0.5)}.selected\:bg-success[aria-selected="true"]{background-color:rgb(var(--aksara-success) / 1)}.selected\:text-success[aria-selected="true"]{color:rgb(var(--aksara-success) / 1)}.selected\:border-success[aria-selected="true"]{border-color:rgb(var(--aksara-success) / 1)}.selected\:ring-success[aria-selected="true"]{--aksara-ring-color:rgb(var(--aksara-success) / 1)}.selected\:bg-success\/10[aria-selected="true"]{background-color:rgb(var(--aksara-success) / 0.1)}.selected\:bg-success\/20[aria-selected="true"]{background-color:rgb(var(--aksara-success) / 0.2)}.selected\:bg-success\/80[aria-selected="true"]{background-color:rgb(var(--aksara-success) / 0.8)}.selected\:text-success\/20[aria-selected="true"]{color:rgb(var(--aksara-success) / 0.2)}.selected\:border-success\/50[aria-selected="true"]{border-color:rgb(var(--aksara-success) / 0.5)}.selected\:bg-danger[aria-selected="true"]{background-color:rgb(var(--aksara-danger) / 1)}.selected\:text-danger[aria-selected="true"]{color:rgb(var(--aksara-danger) / 1)}.selected\:border-danger[aria-selected="true"]{border-color:rgb(var(--aksara-danger) / 1)}.selected\:ring-danger[aria-selected="true"]{--aksara-ring-color:rgb(var(--aksara-danger) / 1)}.selected\:bg-danger\/10[aria-selected="true"]{background-color:rgb(var(--aksara-danger) / 0.1)}.selected\:bg-danger\/20[aria-selected="true"]{background-color:rgb(var(--aksara-danger) / 0.2)}.selected\:bg-danger\/80[aria-selected="true"]{background-color:rgb(var(--aksara-danger) / 0.8)}.selected\:text-danger\/20[aria-selected="true"]{color:rgb(var(--aksara-danger) / 0.2)}.selected\:border-danger\/50[aria-selected="true"]{border-color:rgb(var(--aksara-danger) / 0.5)}.selected\:bg-warning[aria-selected="true"]{background-color:rgb(var(--aksara-warning) / 1)}.selected\:text-warning[aria-selected="true"]{color:rgb(var(--aksara-warning) / 1)}.selected\:border-warning[aria-selected="true"]{border-color:rgb(var(--aksara-warning) / 1)}.selected\:ring-warning[aria-selected="true"]{--aksara-ring-color:rgb(var(--aksara-warning) / 1)}.selected\:bg-warning\/10[aria-selected="true"]{background-color:rgb(var(--aksara-warning) / 0.1)}.selected\:bg-warning\/20[aria-selected="true"]{background-color:rgb(var(--aksara-warning) / 0.2)}.selected\:bg-warning\/80[aria-selected="true"]{background-color:rgb(var(--aksara-warning) / 0.8)}.selected\:text-warning\/20[aria-selected="true"]{color:rgb(var(--aksara-warning) / 0.2)}.selected\:border-warning\/50[aria-selected="true"]{border-color:rgb(var(--aksara-warning) / 0.5)}.selected\:bg-info[aria-selected="true"]{background-color:rgb(var(--aksara-info) / 1)}.selected\:text-info[aria-selected="true"]{color:rgb(var(--aksara-info) / 1)}.selected\:border-info[aria-selected="true"]{border-color:rgb(var(--aksara-info) / 1)}.selected\:ring-info[aria-selected="true"]{--aksara-ring-color:rgb(var(--aksara-info) / 1)}.selected\:bg-info\/10[aria-selected="true"]{background-color:rgb(var(--aksara-info) / 0.1)}.selected\:bg-info\/20[aria-selected="true"]{background-color:rgb(var(--aksara-info) / 0.2)}.selected\:bg-info\/80[aria-selected="true"]{background-color:rgb(var(--aksara-info) / 0.8)}.selected\:text-info\/20[aria-selected="true"]{color:rgb(var(--aksara-info) / 0.2)}.selected\:border-info\/50[aria-selected="true"]{border-color:rgb(var(--aksara-info) / 0.5)}.selected\:bg-dark[aria-selected="true"]{background-color:rgb(var(--aksara-dark) / 1)}.selected\:text-dark[aria-selected="true"]{color:rgb(var(--aksara-dark) / 1)}.selected\:border-dark[aria-selected="true"]{border-color:rgb(var(--aksara-dark) / 1)}.selected\:ring-dark[aria-selected="true"]{--aksara-ring-color:rgb(var(--aksara-dark) / 1)}.selected\:bg-dark\/10[aria-selected="true"]{background-color:rgb(var(--aksara-dark) / 0.1)}.selected\:bg-dark\/20[aria-selected="true"]{background-color:rgb(var(--aksara-dark) / 0.2)}.selected\:bg-dark\/80[aria-selected="true"]{background-color:rgb(var(--aksara-dark) / 0.8)}.selected\:text-dark\/20[aria-selected="true"]{color:rgb(var(--aksara-dark) / 0.2)}.selected\:border-dark\/50[aria-selected="true"]{border-color:rgb(var(--aksara-dark) / 0.5)}.selected\:bg-light[aria-selected="true"]{background-color:rgb(var(--aksara-light) / 1)}.selected\:text-light[aria-selected="true"]{color:rgb(var(--aksara-light) / 1)}.selected\:border-light[aria-selected="true"]{border-color:rgb(var(--aksara-light) / 1)}.selected\:ring-light[aria-selected="true"]{--aksara-ring-color:rgb(var(--aksara-light) / 1)}.selected\:bg-light\/10[aria-selected="true"]{background-color:rgb(var(--aksara-light) / 0.1)}.selected\:bg-light\/20[aria-selected="true"]{background-color:rgb(var(--aksara-light) / 0.2)}.selected\:bg-light\/80[aria-selected="true"]{background-color:rgb(var(--aksara-light) / 0.8)}.selected\:text-light\/20[aria-selected="true"]{color:rgb(var(--aksara-light) / 0.2)}.selected\:border-light\/50[aria-selected="true"]{border-color:rgb(var(--aksara-light) / 0.5)}.selected\:bg-base[aria-selected="true"]{background-color:var(--aksara-bg-base)}.selected\:text-base[aria-selected="true"]{color:var(--aksara-text-base)}.selected\:border-subtle[aria-selected="true"]{border-color:var(--aksara-border-subtle)}.selected\:opacity-50[aria-selected="true"]{opacity:0.5}.selected\:ring[aria-selected="true"]{box-shadow:0 0 0 3px var(--aksara-ring-color,rgb(var(--aksara-primary)/.35))}.visited\:border:visited{border:var(--aksara-border-width,1px) solid var(--aksara-border-base)}.visited\:bg-primary:visited{background-color:rgb(var(--aksara-primary) / 1)}.visited\:text-primary:visited{color:rgb(var(--aksara-primary) / 1)}.visited\:border-primary:visited{border-color:rgb(var(--aksara-primary) / 1)}.visited\:ring-primary:visited{--aksara-ring-color:rgb(var(--aksara-primary) / 1)}.visited\:bg-primary\/10:visited{background-color:rgb(var(--aksara-primary) / 0.1)}.visited\:bg-primary\/20:visited{background-color:rgb(var(--aksara-primary) / 0.2)}.visited\:bg-primary\/80:visited{background-color:rgb(var(--aksara-primary) / 0.8)}.visited\:text-primary\/20:visited{color:rgb(var(--aksara-primary) / 0.2)}.visited\:border-primary\/50:visited{border-color:rgb(var(--aksara-primary) / 0.5)}.visited\:bg-secondary:visited{background-color:rgb(var(--aksara-secondary) / 1)}.visited\:text-secondary:visited{color:rgb(var(--aksara-secondary) / 1)}.visited\:border-secondary:visited{border-color:rgb(var(--aksara-secondary) / 1)}.visited\:ring-secondary:visited{--aksara-ring-color:rgb(var(--aksara-secondary) / 1)}.visited\:bg-secondary\/10:visited{background-color:rgb(var(--aksara-secondary) / 0.1)}.visited\:bg-secondary\/20:visited{background-color:rgb(var(--aksara-secondary) / 0.2)}.visited\:bg-secondary\/80:visited{background-color:rgb(var(--aksara-secondary) / 0.8)}.visited\:text-secondary\/20:visited{color:rgb(var(--aksara-secondary) / 0.2)}.visited\:border-secondary\/50:visited{border-color:rgb(var(--aksara-secondary) / 0.5)}.visited\:bg-success:visited{background-color:rgb(var(--aksara-success) / 1)}.visited\:text-success:visited{color:rgb(var(--aksara-success) / 1)}.visited\:border-success:visited{border-color:rgb(var(--aksara-success) / 1)}.visited\:ring-success:visited{--aksara-ring-color:rgb(var(--aksara-success) / 1)}.visited\:bg-success\/10:visited{background-color:rgb(var(--aksara-success) / 0.1)}.visited\:bg-success\/20:visited{background-color:rgb(var(--aksara-success) / 0.2)}.visited\:bg-success\/80:visited{background-color:rgb(var(--aksara-success) / 0.8)}.visited\:text-success\/20:visited{color:rgb(var(--aksara-success) / 0.2)}.visited\:border-success\/50:visited{border-color:rgb(var(--aksara-success) / 0.5)}.visited\:bg-danger:visited{background-color:rgb(var(--aksara-danger) / 1)}.visited\:text-danger:visited{color:rgb(var(--aksara-danger) / 1)}.visited\:border-danger:visited{border-color:rgb(var(--aksara-danger) / 1)}.visited\:ring-danger:visited{--aksara-ring-color:rgb(var(--aksara-danger) / 1)}.visited\:bg-danger\/10:visited{background-color:rgb(var(--aksara-danger) / 0.1)}.visited\:bg-danger\/20:visited{background-color:rgb(var(--aksara-danger) / 0.2)}.visited\:bg-danger\/80:visited{background-color:rgb(var(--aksara-danger) / 0.8)}.visited\:text-danger\/20:visited{color:rgb(var(--aksara-danger) / 0.2)}.visited\:border-danger\/50:visited{border-color:rgb(var(--aksara-danger) / 0.5)}.visited\:bg-warning:visited{background-color:rgb(var(--aksara-warning) / 1)}.visited\:text-warning:visited{color:rgb(var(--aksara-warning) / 1)}.visited\:border-warning:visited{border-color:rgb(var(--aksara-warning) / 1)}.visited\:ring-warning:visited{--aksara-ring-color:rgb(var(--aksara-warning) / 1)}.visited\:bg-warning\/10:visited{background-color:rgb(var(--aksara-warning) / 0.1)}.visited\:bg-warning\/20:visited{background-color:rgb(var(--aksara-warning) / 0.2)}.visited\:bg-warning\/80:visited{background-color:rgb(var(--aksara-warning) / 0.8)}.visited\:text-warning\/20:visited{color:rgb(var(--aksara-warning) / 0.2)}.visited\:border-warning\/50:visited{border-color:rgb(var(--aksara-warning) / 0.5)}.visited\:bg-info:visited{background-color:rgb(var(--aksara-info) / 1)}.visited\:text-info:visited{color:rgb(var(--aksara-info) / 1)}.visited\:border-info:visited{border-color:rgb(var(--aksara-info) / 1)}.visited\:ring-info:visited{--aksara-ring-color:rgb(var(--aksara-info) / 1)}.visited\:bg-info\/10:visited{background-color:rgb(var(--aksara-info) / 0.1)}.visited\:bg-info\/20:visited{background-color:rgb(var(--aksara-info) / 0.2)}.visited\:bg-info\/80:visited{background-color:rgb(var(--aksara-info) / 0.8)}.visited\:text-info\/20:visited{color:rgb(var(--aksara-info) / 0.2)}.visited\:border-info\/50:visited{border-color:rgb(var(--aksara-info) / 0.5)}.visited\:bg-dark:visited{background-color:rgb(var(--aksara-dark) / 1)}.visited\:text-dark:visited{color:rgb(var(--aksara-dark) / 1)}.visited\:border-dark:visited{border-color:rgb(var(--aksara-dark) / 1)}.visited\:ring-dark:visited{--aksara-ring-color:rgb(var(--aksara-dark) / 1)}.visited\:bg-dark\/10:visited{background-color:rgb(var(--aksara-dark) / 0.1)}.visited\:bg-dark\/20:visited{background-color:rgb(var(--aksara-dark) / 0.2)}.visited\:bg-dark\/80:visited{background-color:rgb(var(--aksara-dark) / 0.8)}.visited\:text-dark\/20:visited{color:rgb(var(--aksara-dark) / 0.2)}.visited\:border-dark\/50:visited{border-color:rgb(var(--aksara-dark) / 0.5)}.visited\:bg-light:visited{background-color:rgb(var(--aksara-light) / 1)}.visited\:text-light:visited{color:rgb(var(--aksara-light) / 1)}.visited\:border-light:visited{border-color:rgb(var(--aksara-light) / 1)}.visited\:ring-light:visited{--aksara-ring-color:rgb(var(--aksara-light) / 1)}.visited\:bg-light\/10:visited{background-color:rgb(var(--aksara-light) / 0.1)}.visited\:bg-light\/20:visited{background-color:rgb(var(--aksara-light) / 0.2)}.visited\:bg-light\/80:visited{background-color:rgb(var(--aksara-light) / 0.8)}.visited\:text-light\/20:visited{color:rgb(var(--aksara-light) / 0.2)}.visited\:border-light\/50:visited{border-color:rgb(var(--aksara-light) / 0.5)}.visited\:bg-base:visited{background-color:var(--aksara-bg-base)}.visited\:text-base:visited{color:var(--aksara-text-base)}.visited\:border-subtle:visited{border-color:var(--aksara-border-subtle)}.visited\:opacity-50:visited{opacity:0.5}.visited\:ring:visited{box-shadow:0 0 0 3px var(--aksara-ring-color,rgb(var(--aksara-primary)/.35))}.first\:border:first-child{border:var(--aksara-border-width,1px) solid var(--aksara-border-base)}.first\:bg-primary:first-child{background-color:rgb(var(--aksara-primary) / 1)}.first\:text-primary:first-child{color:rgb(var(--aksara-primary) / 1)}.first\:border-primary:first-child{border-color:rgb(var(--aksara-primary) / 1)}.first\:ring-primary:first-child{--aksara-ring-color:rgb(var(--aksara-primary) / 1)}.first\:bg-primary\/10:first-child{background-color:rgb(var(--aksara-primary) / 0.1)}.first\:bg-primary\/20:first-child{background-color:rgb(var(--aksara-primary) / 0.2)}.first\:bg-primary\/80:first-child{background-color:rgb(var(--aksara-primary) / 0.8)}.first\:text-primary\/20:first-child{color:rgb(var(--aksara-primary) / 0.2)}.first\:border-primary\/50:first-child{border-color:rgb(var(--aksara-primary) / 0.5)}.first\:bg-secondary:first-child{background-color:rgb(var(--aksara-secondary) / 1)}.first\:text-secondary:first-child{color:rgb(var(--aksara-secondary) / 1)}.first\:border-secondary:first-child{border-color:rgb(var(--aksara-secondary) / 1)}.first\:ring-secondary:first-child{--aksara-ring-color:rgb(var(--aksara-secondary) / 1)}.first\:bg-secondary\/10:first-child{background-color:rgb(var(--aksara-secondary) / 0.1)}.first\:bg-secondary\/20:first-child{background-color:rgb(var(--aksara-secondary) / 0.2)}.first\:bg-secondary\/80:first-child{background-color:rgb(var(--aksara-secondary) / 0.8)}.first\:text-secondary\/20:first-child{color:rgb(var(--aksara-secondary) / 0.2)}.first\:border-secondary\/50:first-child{border-color:rgb(var(--aksara-secondary) / 0.5)}.first\:bg-success:first-child{background-color:rgb(var(--aksara-success) / 1)}.first\:text-success:first-child{color:rgb(var(--aksara-success) / 1)}.first\:border-success:first-child{border-color:rgb(var(--aksara-success) / 1)}.first\:ring-success:first-child{--aksara-ring-color:rgb(var(--aksara-success) / 1)}.first\:bg-success\/10:first-child{background-color:rgb(var(--aksara-success) / 0.1)}.first\:bg-success\/20:first-child{background-color:rgb(var(--aksara-success) / 0.2)}.first\:bg-success\/80:first-child{background-color:rgb(var(--aksara-success) / 0.8)}.first\:text-success\/20:first-child{color:rgb(var(--aksara-success) / 0.2)}.first\:border-success\/50:first-child{border-color:rgb(var(--aksara-success) / 0.5)}.first\:bg-danger:first-child{background-color:rgb(var(--aksara-danger) / 1)}.first\:text-danger:first-child{color:rgb(var(--aksara-danger) / 1)}.first\:border-danger:first-child{border-color:rgb(var(--aksara-danger) / 1)}.first\:ring-danger:first-child{--aksara-ring-color:rgb(var(--aksara-danger) / 1)}.first\:bg-danger\/10:first-child{background-color:rgb(var(--aksara-danger) / 0.1)}.first\:bg-danger\/20:first-child{background-color:rgb(var(--aksara-danger) / 0.2)}.first\:bg-danger\/80:first-child{background-color:rgb(var(--aksara-danger) / 0.8)}.first\:text-danger\/20:first-child{color:rgb(var(--aksara-danger) / 0.2)}.first\:border-danger\/50:first-child{border-color:rgb(var(--aksara-danger) / 0.5)}.first\:bg-warning:first-child{background-color:rgb(var(--aksara-warning) / 1)}.first\:text-warning:first-child{color:rgb(var(--aksara-warning) / 1)}.first\:border-warning:first-child{border-color:rgb(var(--aksara-warning) / 1)}.first\:ring-warning:first-child{--aksara-ring-color:rgb(var(--aksara-warning) / 1)}.first\:bg-warning\/10:first-child{background-color:rgb(var(--aksara-warning) / 0.1)}.first\:bg-warning\/20:first-child{background-color:rgb(var(--aksara-warning) / 0.2)}.first\:bg-warning\/80:first-child{background-color:rgb(var(--aksara-warning) / 0.8)}.first\:text-warning\/20:first-child{color:rgb(var(--aksara-warning) / 0.2)}.first\:border-warning\/50:first-child{border-color:rgb(var(--aksara-warning) / 0.5)}.first\:bg-info:first-child{background-color:rgb(var(--aksara-info) / 1)}.first\:text-info:first-child{color:rgb(var(--aksara-info) / 1)}.first\:border-info:first-child{border-color:rgb(var(--aksara-info) / 1)}.first\:ring-info:first-child{--aksara-ring-color:rgb(var(--aksara-info) / 1)}.first\:bg-info\/10:first-child{background-color:rgb(var(--aksara-info) / 0.1)}.first\:bg-info\/20:first-child{background-color:rgb(var(--aksara-info) / 0.2)}.first\:bg-info\/80:first-child{background-color:rgb(var(--aksara-info) / 0.8)}.first\:text-info\/20:first-child{color:rgb(var(--aksara-info) / 0.2)}.first\:border-info\/50:first-child{border-color:rgb(var(--aksara-info) / 0.5)}.first\:bg-dark:first-child{background-color:rgb(var(--aksara-dark) / 1)}.first\:text-dark:first-child{color:rgb(var(--aksara-dark) / 1)}.first\:border-dark:first-child{border-color:rgb(var(--aksara-dark) / 1)}.first\:ring-dark:first-child{--aksara-ring-color:rgb(var(--aksara-dark) / 1)}.first\:bg-dark\/10:first-child{background-color:rgb(var(--aksara-dark) / 0.1)}.first\:bg-dark\/20:first-child{background-color:rgb(var(--aksara-dark) / 0.2)}.first\:bg-dark\/80:first-child{background-color:rgb(var(--aksara-dark) / 0.8)}.first\:text-dark\/20:first-child{color:rgb(var(--aksara-dark) / 0.2)}.first\:border-dark\/50:first-child{border-color:rgb(var(--aksara-dark) / 0.5)}.first\:bg-light:first-child{background-color:rgb(var(--aksara-light) / 1)}.first\:text-light:first-child{color:rgb(var(--aksara-light) / 1)}.first\:border-light:first-child{border-color:rgb(var(--aksara-light) / 1)}.first\:ring-light:first-child{--aksara-ring-color:rgb(var(--aksara-light) / 1)}.first\:bg-light\/10:first-child{background-color:rgb(var(--aksara-light) / 0.1)}.first\:bg-light\/20:first-child{background-color:rgb(var(--aksara-light) / 0.2)}.first\:bg-light\/80:first-child{background-color:rgb(var(--aksara-light) / 0.8)}.first\:text-light\/20:first-child{color:rgb(var(--aksara-light) / 0.2)}.first\:border-light\/50:first-child{border-color:rgb(var(--aksara-light) / 0.5)}.first\:bg-base:first-child{background-color:var(--aksara-bg-base)}.first\:text-base:first-child{color:var(--aksara-text-base)}.first\:border-subtle:first-child{border-color:var(--aksara-border-subtle)}.first\:opacity-50:first-child{opacity:0.5}.first\:ring:first-child{box-shadow:0 0 0 3px var(--aksara-ring-color,rgb(var(--aksara-primary)/.35))}.last\:border:last-child{border:var(--aksara-border-width,1px) solid var(--aksara-border-base)}.last\:bg-primary:last-child{background-color:rgb(var(--aksara-primary) / 1)}.last\:text-primary:last-child{color:rgb(var(--aksara-primary) / 1)}.last\:border-primary:last-child{border-color:rgb(var(--aksara-primary) / 1)}.last\:ring-primary:last-child{--aksara-ring-color:rgb(var(--aksara-primary) / 1)}.last\:bg-primary\/10:last-child{background-color:rgb(var(--aksara-primary) / 0.1)}.last\:bg-primary\/20:last-child{background-color:rgb(var(--aksara-primary) / 0.2)}.last\:bg-primary\/80:last-child{background-color:rgb(var(--aksara-primary) / 0.8)}.last\:text-primary\/20:last-child{color:rgb(var(--aksara-primary) / 0.2)}.last\:border-primary\/50:last-child{border-color:rgb(var(--aksara-primary) / 0.5)}.last\:bg-secondary:last-child{background-color:rgb(var(--aksara-secondary) / 1)}.last\:text-secondary:last-child{color:rgb(var(--aksara-secondary) / 1)}.last\:border-secondary:last-child{border-color:rgb(var(--aksara-secondary) / 1)}.last\:ring-secondary:last-child{--aksara-ring-color:rgb(var(--aksara-secondary) / 1)}.last\:bg-secondary\/10:last-child{background-color:rgb(var(--aksara-secondary) / 0.1)}.last\:bg-secondary\/20:last-child{background-color:rgb(var(--aksara-secondary) / 0.2)}.last\:bg-secondary\/80:last-child{background-color:rgb(var(--aksara-secondary) / 0.8)}.last\:text-secondary\/20:last-child{color:rgb(var(--aksara-secondary) / 0.2)}.last\:border-secondary\/50:last-child{border-color:rgb(var(--aksara-secondary) / 0.5)}.last\:bg-success:last-child{background-color:rgb(var(--aksara-success) / 1)}.last\:text-success:last-child{color:rgb(var(--aksara-success) / 1)}.last\:border-success:last-child{border-color:rgb(var(--aksara-success) / 1)}.last\:ring-success:last-child{--aksara-ring-color:rgb(var(--aksara-success) / 1)}.last\:bg-success\/10:last-child{background-color:rgb(var(--aksara-success) / 0.1)}.last\:bg-success\/20:last-child{background-color:rgb(var(--aksara-success) / 0.2)}.last\:bg-success\/80:last-child{background-color:rgb(var(--aksara-success) / 0.8)}.last\:text-success\/20:last-child{color:rgb(var(--aksara-success) / 0.2)}.last\:border-success\/50:last-child{border-color:rgb(var(--aksara-success) / 0.5)}.last\:bg-danger:last-child{background-color:rgb(var(--aksara-danger) / 1)}.last\:text-danger:last-child{color:rgb(var(--aksara-danger) / 1)}.last\:border-danger:last-child{border-color:rgb(var(--aksara-danger) / 1)}.last\:ring-danger:last-child{--aksara-ring-color:rgb(var(--aksara-danger) / 1)}.last\:bg-danger\/10:last-child{background-color:rgb(var(--aksara-danger) / 0.1)}.last\:bg-danger\/20:last-child{background-color:rgb(var(--aksara-danger) / 0.2)}.last\:bg-danger\/80:last-child{background-color:rgb(var(--aksara-danger) / 0.8)}.last\:text-danger\/20:last-child{color:rgb(var(--aksara-danger) / 0.2)}.last\:border-danger\/50:last-child{border-color:rgb(var(--aksara-danger) / 0.5)}.last\:bg-warning:last-child{background-color:rgb(var(--aksara-warning) / 1)}.last\:text-warning:last-child{color:rgb(var(--aksara-warning) / 1)}.last\:border-warning:last-child{border-color:rgb(var(--aksara-warning) / 1)}.last\:ring-warning:last-child{--aksara-ring-color:rgb(var(--aksara-warning) / 1)}.last\:bg-warning\/10:last-child{background-color:rgb(var(--aksara-warning) / 0.1)}.last\:bg-warning\/20:last-child{background-color:rgb(var(--aksara-warning) / 0.2)}.last\:bg-warning\/80:last-child{background-color:rgb(var(--aksara-warning) / 0.8)}.last\:text-warning\/20:last-child{color:rgb(var(--aksara-warning) / 0.2)}.last\:border-warning\/50:last-child{border-color:rgb(var(--aksara-warning) / 0.5)}.last\:bg-info:last-child{background-color:rgb(var(--aksara-info) / 1)}.last\:text-info:last-child{color:rgb(var(--aksara-info) / 1)}.last\:border-info:last-child{border-color:rgb(var(--aksara-info) / 1)}.last\:ring-info:last-child{--aksara-ring-color:rgb(var(--aksara-info) / 1)}.last\:bg-info\/10:last-child{background-color:rgb(var(--aksara-info) / 0.1)}.last\:bg-info\/20:last-child{background-color:rgb(var(--aksara-info) / 0.2)}.last\:bg-info\/80:last-child{background-color:rgb(var(--aksara-info) / 0.8)}.last\:text-info\/20:last-child{color:rgb(var(--aksara-info) / 0.2)}.last\:border-info\/50:last-child{border-color:rgb(var(--aksara-info) / 0.5)}.last\:bg-dark:last-child{background-color:rgb(var(--aksara-dark) / 1)}.last\:text-dark:last-child{color:rgb(var(--aksara-dark) / 1)}.last\:border-dark:last-child{border-color:rgb(var(--aksara-dark) / 1)}.last\:ring-dark:last-child{--aksara-ring-color:rgb(var(--aksara-dark) / 1)}.last\:bg-dark\/10:last-child{background-color:rgb(var(--aksara-dark) / 0.1)}.last\:bg-dark\/20:last-child{background-color:rgb(var(--aksara-dark) / 0.2)}.last\:bg-dark\/80:last-child{background-color:rgb(var(--aksara-dark) / 0.8)}.last\:text-dark\/20:last-child{color:rgb(var(--aksara-dark) / 0.2)}.last\:border-dark\/50:last-child{border-color:rgb(var(--aksara-dark) / 0.5)}.last\:bg-light:last-child{background-color:rgb(var(--aksara-light) / 1)}.last\:text-light:last-child{color:rgb(var(--aksara-light) / 1)}.last\:border-light:last-child{border-color:rgb(var(--aksara-light) / 1)}.last\:ring-light:last-child{--aksara-ring-color:rgb(var(--aksara-light) / 1)}.last\:bg-light\/10:last-child{background-color:rgb(var(--aksara-light) / 0.1)}.last\:bg-light\/20:last-child{background-color:rgb(var(--aksara-light) / 0.2)}.last\:bg-light\/80:last-child{background-color:rgb(var(--aksara-light) / 0.8)}.last\:text-light\/20:last-child{color:rgb(var(--aksara-light) / 0.2)}.last\:border-light\/50:last-child{border-color:rgb(var(--aksara-light) / 0.5)}.last\:bg-base:last-child{background-color:var(--aksara-bg-base)}.last\:text-base:last-child{color:var(--aksara-text-base)}.last\:border-subtle:last-child{border-color:var(--aksara-border-subtle)}.last\:opacity-50:last-child{opacity:0.5}.last\:ring:last-child{box-shadow:0 0 0 3px var(--aksara-ring-color,rgb(var(--aksara-primary)/.35))}.odd\:border:nth-child(odd){border:var(--aksara-border-width,1px) solid var(--aksara-border-base)}.odd\:bg-primary:nth-child(odd){background-color:rgb(var(--aksara-primary) / 1)}.odd\:text-primary:nth-child(odd){color:rgb(var(--aksara-primary) / 1)}.odd\:border-primary:nth-child(odd){border-color:rgb(var(--aksara-primary) / 1)}.odd\:ring-primary:nth-child(odd){--aksara-ring-color:rgb(var(--aksara-primary) / 1)}.odd\:bg-primary\/10:nth-child(odd){background-color:rgb(var(--aksara-primary) / 0.1)}.odd\:bg-primary\/20:nth-child(odd){background-color:rgb(var(--aksara-primary) / 0.2)}.odd\:bg-primary\/80:nth-child(odd){background-color:rgb(var(--aksara-primary) / 0.8)}.odd\:text-primary\/20:nth-child(odd){color:rgb(var(--aksara-primary) / 0.2)}.odd\:border-primary\/50:nth-child(odd){border-color:rgb(var(--aksara-primary) / 0.5)}.odd\:bg-secondary:nth-child(odd){background-color:rgb(var(--aksara-secondary) / 1)}.odd\:text-secondary:nth-child(odd){color:rgb(var(--aksara-secondary) / 1)}.odd\:border-secondary:nth-child(odd){border-color:rgb(var(--aksara-secondary) / 1)}.odd\:ring-secondary:nth-child(odd){--aksara-ring-color:rgb(var(--aksara-secondary) / 1)}.odd\:bg-secondary\/10:nth-child(odd){background-color:rgb(var(--aksara-secondary) / 0.1)}.odd\:bg-secondary\/20:nth-child(odd){background-color:rgb(var(--aksara-secondary) / 0.2)}.odd\:bg-secondary\/80:nth-child(odd){background-color:rgb(var(--aksara-secondary) / 0.8)}.odd\:text-secondary\/20:nth-child(odd){color:rgb(var(--aksara-secondary) / 0.2)}.odd\:border-secondary\/50:nth-child(odd){border-color:rgb(var(--aksara-secondary) / 0.5)}.odd\:bg-success:nth-child(odd){background-color:rgb(var(--aksara-success) / 1)}.odd\:text-success:nth-child(odd){color:rgb(var(--aksara-success) / 1)}.odd\:border-success:nth-child(odd){border-color:rgb(var(--aksara-success) / 1)}.odd\:ring-success:nth-child(odd){--aksara-ring-color:rgb(var(--aksara-success) / 1)}.odd\:bg-success\/10:nth-child(odd){background-color:rgb(var(--aksara-success) / 0.1)}.odd\:bg-success\/20:nth-child(odd){background-color:rgb(var(--aksara-success) / 0.2)}.odd\:bg-success\/80:nth-child(odd){background-color:rgb(var(--aksara-success) / 0.8)}.odd\:text-success\/20:nth-child(odd){color:rgb(var(--aksara-success) / 0.2)}.odd\:border-success\/50:nth-child(odd){border-color:rgb(var(--aksara-success) / 0.5)}.odd\:bg-danger:nth-child(odd){background-color:rgb(var(--aksara-danger) / 1)}.odd\:text-danger:nth-child(odd){color:rgb(var(--aksara-danger) / 1)}.odd\:border-danger:nth-child(odd){border-color:rgb(var(--aksara-danger) / 1)}.odd\:ring-danger:nth-child(odd){--aksara-ring-color:rgb(var(--aksara-danger) / 1)}.odd\:bg-danger\/10:nth-child(odd){background-color:rgb(var(--aksara-danger) / 0.1)}.odd\:bg-danger\/20:nth-child(odd){background-color:rgb(var(--aksara-danger) / 0.2)}.odd\:bg-danger\/80:nth-child(odd){background-color:rgb(var(--aksara-danger) / 0.8)}.odd\:text-danger\/20:nth-child(odd){color:rgb(var(--aksara-danger) / 0.2)}.odd\:border-danger\/50:nth-child(odd){border-color:rgb(var(--aksara-danger) / 0.5)}.odd\:bg-warning:nth-child(odd){background-color:rgb(var(--aksara-warning) / 1)}.odd\:text-warning:nth-child(odd){color:rgb(var(--aksara-warning) / 1)}.odd\:border-warning:nth-child(odd){border-color:rgb(var(--aksara-warning) / 1)}.odd\:ring-warning:nth-child(odd){--aksara-ring-color:rgb(var(--aksara-warning) / 1)}.odd\:bg-warning\/10:nth-child(odd){background-color:rgb(var(--aksara-warning) / 0.1)}.odd\:bg-warning\/20:nth-child(odd){background-color:rgb(var(--aksara-warning) / 0.2)}.odd\:bg-warning\/80:nth-child(odd){background-color:rgb(var(--aksara-warning) / 0.8)}.odd\:text-warning\/20:nth-child(odd){color:rgb(var(--aksara-warning) / 0.2)}.odd\:border-warning\/50:nth-child(odd){border-color:rgb(var(--aksara-warning) / 0.5)}.odd\:bg-info:nth-child(odd){background-color:rgb(var(--aksara-info) / 1)}.odd\:text-info:nth-child(odd){color:rgb(var(--aksara-info) / 1)}.odd\:border-info:nth-child(odd){border-color:rgb(var(--aksara-info) / 1)}.odd\:ring-info:nth-child(odd){--aksara-ring-color:rgb(var(--aksara-info) / 1)}.odd\:bg-info\/10:nth-child(odd){background-color:rgb(var(--aksara-info) / 0.1)}.odd\:bg-info\/20:nth-child(odd){background-color:rgb(var(--aksara-info) / 0.2)}.odd\:bg-info\/80:nth-child(odd){background-color:rgb(var(--aksara-info) / 0.8)}.odd\:text-info\/20:nth-child(odd){color:rgb(var(--aksara-info) / 0.2)}.odd\:border-info\/50:nth-child(odd){border-color:rgb(var(--aksara-info) / 0.5)}.odd\:bg-dark:nth-child(odd){background-color:rgb(var(--aksara-dark) / 1)}.odd\:text-dark:nth-child(odd){color:rgb(var(--aksara-dark) / 1)}.odd\:border-dark:nth-child(odd){border-color:rgb(var(--aksara-dark) / 1)}.odd\:ring-dark:nth-child(odd){--aksara-ring-color:rgb(var(--aksara-dark) / 1)}.odd\:bg-dark\/10:nth-child(odd){background-color:rgb(var(--aksara-dark) / 0.1)}.odd\:bg-dark\/20:nth-child(odd){background-color:rgb(var(--aksara-dark) / 0.2)}.odd\:bg-dark\/80:nth-child(odd){background-color:rgb(var(--aksara-dark) / 0.8)}.odd\:text-dark\/20:nth-child(odd){color:rgb(var(--aksara-dark) / 0.2)}.odd\:border-dark\/50:nth-child(odd){border-color:rgb(var(--aksara-dark) / 0.5)}.odd\:bg-light:nth-child(odd){background-color:rgb(var(--aksara-light) / 1)}.odd\:text-light:nth-child(odd){color:rgb(var(--aksara-light) / 1)}.odd\:border-light:nth-child(odd){border-color:rgb(var(--aksara-light) / 1)}.odd\:ring-light:nth-child(odd){--aksara-ring-color:rgb(var(--aksara-light) / 1)}.odd\:bg-light\/10:nth-child(odd){background-color:rgb(var(--aksara-light) / 0.1)}.odd\:bg-light\/20:nth-child(odd){background-color:rgb(var(--aksara-light) / 0.2)}.odd\:bg-light\/80:nth-child(odd){background-color:rgb(var(--aksara-light) / 0.8)}.odd\:text-light\/20:nth-child(odd){color:rgb(var(--aksara-light) / 0.2)}.odd\:border-light\/50:nth-child(odd){border-color:rgb(var(--aksara-light) / 0.5)}.odd\:bg-base:nth-child(odd){background-color:var(--aksara-bg-base)}.odd\:text-base:nth-child(odd){color:var(--aksara-text-base)}.odd\:border-subtle:nth-child(odd){border-color:var(--aksara-border-subtle)}.odd\:opacity-50:nth-child(odd){opacity:0.5}.odd\:ring:nth-child(odd){box-shadow:0 0 0 3px var(--aksara-ring-color,rgb(var(--aksara-primary)/.35))}.even\:border:nth-child(even){border:var(--aksara-border-width,1px) solid var(--aksara-border-base)}.even\:bg-primary:nth-child(even){background-color:rgb(var(--aksara-primary) / 1)}.even\:text-primary:nth-child(even){color:rgb(var(--aksara-primary) / 1)}.even\:border-primary:nth-child(even){border-color:rgb(var(--aksara-primary) / 1)}.even\:ring-primary:nth-child(even){--aksara-ring-color:rgb(var(--aksara-primary) / 1)}.even\:bg-primary\/10:nth-child(even){background-color:rgb(var(--aksara-primary) / 0.1)}.even\:bg-primary\/20:nth-child(even){background-color:rgb(var(--aksara-primary) / 0.2)}.even\:bg-primary\/80:nth-child(even){background-color:rgb(var(--aksara-primary) / 0.8)}.even\:text-primary\/20:nth-child(even){color:rgb(var(--aksara-primary) / 0.2)}.even\:border-primary\/50:nth-child(even){border-color:rgb(var(--aksara-primary) / 0.5)}.even\:bg-secondary:nth-child(even){background-color:rgb(var(--aksara-secondary) / 1)}.even\:text-secondary:nth-child(even){color:rgb(var(--aksara-secondary) / 1)}.even\:border-secondary:nth-child(even){border-color:rgb(var(--aksara-secondary) / 1)}.even\:ring-secondary:nth-child(even){--aksara-ring-color:rgb(var(--aksara-secondary) / 1)}.even\:bg-secondary\/10:nth-child(even){background-color:rgb(var(--aksara-secondary) / 0.1)}.even\:bg-secondary\/20:nth-child(even){background-color:rgb(var(--aksara-secondary) / 0.2)}.even\:bg-secondary\/80:nth-child(even){background-color:rgb(var(--aksara-secondary) / 0.8)}.even\:text-secondary\/20:nth-child(even){color:rgb(var(--aksara-secondary) / 0.2)}.even\:border-secondary\/50:nth-child(even){border-color:rgb(var(--aksara-secondary) / 0.5)}.even\:bg-success:nth-child(even){background-color:rgb(var(--aksara-success) / 1)}.even\:text-success:nth-child(even){color:rgb(var(--aksara-success) / 1)}.even\:border-success:nth-child(even){border-color:rgb(var(--aksara-success) / 1)}.even\:ring-success:nth-child(even){--aksara-ring-color:rgb(var(--aksara-success) / 1)}.even\:bg-success\/10:nth-child(even){background-color:rgb(var(--aksara-success) / 0.1)}.even\:bg-success\/20:nth-child(even){background-color:rgb(var(--aksara-success) / 0.2)}.even\:bg-success\/80:nth-child(even){background-color:rgb(var(--aksara-success) / 0.8)}.even\:text-success\/20:nth-child(even){color:rgb(var(--aksara-success) / 0.2)}.even\:border-success\/50:nth-child(even){border-color:rgb(var(--aksara-success) / 0.5)}.even\:bg-danger:nth-child(even){background-color:rgb(var(--aksara-danger) / 1)}.even\:text-danger:nth-child(even){color:rgb(var(--aksara-danger) / 1)}.even\:border-danger:nth-child(even){border-color:rgb(var(--aksara-danger) / 1)}.even\:ring-danger:nth-child(even){--aksara-ring-color:rgb(var(--aksara-danger) / 1)}.even\:bg-danger\/10:nth-child(even){background-color:rgb(var(--aksara-danger) / 0.1)}.even\:bg-danger\/20:nth-child(even){background-color:rgb(var(--aksara-danger) / 0.2)}.even\:bg-danger\/80:nth-child(even){background-color:rgb(var(--aksara-danger) / 0.8)}.even\:text-danger\/20:nth-child(even){color:rgb(var(--aksara-danger) / 0.2)}.even\:border-danger\/50:nth-child(even){border-color:rgb(var(--aksara-danger) / 0.5)}.even\:bg-warning:nth-child(even){background-color:rgb(var(--aksara-warning) / 1)}.even\:text-warning:nth-child(even){color:rgb(var(--aksara-warning) / 1)}.even\:border-warning:nth-child(even){border-color:rgb(var(--aksara-warning) / 1)}.even\:ring-warning:nth-child(even){--aksara-ring-color:rgb(var(--aksara-warning) / 1)}.even\:bg-warning\/10:nth-child(even){background-color:rgb(var(--aksara-warning) / 0.1)}.even\:bg-warning\/20:nth-child(even){background-color:rgb(var(--aksara-warning) / 0.2)}.even\:bg-warning\/80:nth-child(even){background-color:rgb(var(--aksara-warning) / 0.8)}.even\:text-warning\/20:nth-child(even){color:rgb(var(--aksara-warning) / 0.2)}.even\:border-warning\/50:nth-child(even){border-color:rgb(var(--aksara-warning) / 0.5)}.even\:bg-info:nth-child(even){background-color:rgb(var(--aksara-info) / 1)}.even\:text-info:nth-child(even){color:rgb(var(--aksara-info) / 1)}.even\:border-info:nth-child(even){border-color:rgb(var(--aksara-info) / 1)}.even\:ring-info:nth-child(even){--aksara-ring-color:rgb(var(--aksara-info) / 1)}.even\:bg-info\/10:nth-child(even){background-color:rgb(var(--aksara-info) / 0.1)}.even\:bg-info\/20:nth-child(even){background-color:rgb(var(--aksara-info) / 0.2)}.even\:bg-info\/80:nth-child(even){background-color:rgb(var(--aksara-info) / 0.8)}.even\:text-info\/20:nth-child(even){color:rgb(var(--aksara-info) / 0.2)}.even\:border-info\/50:nth-child(even){border-color:rgb(var(--aksara-info) / 0.5)}.even\:bg-dark:nth-child(even){background-color:rgb(var(--aksara-dark) / 1)}.even\:text-dark:nth-child(even){color:rgb(var(--aksara-dark) / 1)}.even\:border-dark:nth-child(even){border-color:rgb(var(--aksara-dark) / 1)}.even\:ring-dark:nth-child(even){--aksara-ring-color:rgb(var(--aksara-dark) / 1)}.even\:bg-dark\/10:nth-child(even){background-color:rgb(var(--aksara-dark) / 0.1)}.even\:bg-dark\/20:nth-child(even){background-color:rgb(var(--aksara-dark) / 0.2)}.even\:bg-dark\/80:nth-child(even){background-color:rgb(var(--aksara-dark) / 0.8)}.even\:text-dark\/20:nth-child(even){color:rgb(var(--aksara-dark) / 0.2)}.even\:border-dark\/50:nth-child(even){border-color:rgb(var(--aksara-dark) / 0.5)}.even\:bg-light:nth-child(even){background-color:rgb(var(--aksara-light) / 1)}.even\:text-light:nth-child(even){color:rgb(var(--aksara-light) / 1)}.even\:border-light:nth-child(even){border-color:rgb(var(--aksara-light) / 1)}.even\:ring-light:nth-child(even){--aksara-ring-color:rgb(var(--aksara-light) / 1)}.even\:bg-light\/10:nth-child(even){background-color:rgb(var(--aksara-light) / 0.1)}.even\:bg-light\/20:nth-child(even){background-color:rgb(var(--aksara-light) / 0.2)}.even\:bg-light\/80:nth-child(even){background-color:rgb(var(--aksara-light) / 0.8)}.even\:text-light\/20:nth-child(even){color:rgb(var(--aksara-light) / 0.2)}.even\:border-light\/50:nth-child(even){border-color:rgb(var(--aksara-light) / 0.5)}.even\:bg-base:nth-child(even){background-color:var(--aksara-bg-base)}.even\:text-base:nth-child(even){color:var(--aksara-text-base)}.even\:border-subtle:nth-child(even){border-color:var(--aksara-border-subtle)}.even\:opacity-50:nth-child(even){opacity:0.5}.even\:ring:nth-child(even){box-shadow:0 0 0 3px var(--aksara-ring-color,rgb(var(--aksara-primary)/.35))}@media (min-width:768px){[data-theme="dark"] .dark\:md\:hover\:border:hover,.dark .dark\:md\:hover\:border:hover{border:var(--aksara-border-width,1px) solid var(--aksara-border-base)}}@media (min-width:992px){[data-theme="dark"] .dark\:lg\:focus\:bg-primary\/20:focus,.dark .dark\:lg\:focus\:bg-primary\/20:focus{background-color:rgb(var(--aksara-primary) / 0.2)}}@media (min-width:576px){[data-theme="dark"] .dark\:sm\:active\:-mx-10:active,.dark .dark\:sm\:active\:-mx-10:active{margin-inline:-10px}}@media (min-width:768px){[data-theme="dark"] .dark\:md\:hover\:border-primary:hover,.dark .dark\:md\:hover\:border-primary:hover{border-color:rgb(var(--aksara-primary) / 1)}}.hover\:bg-primary\/80:hover{background-color:rgb(var(--aksara-primary) / 0.8)}