@property --un-inset-ring-color{syntax:"*";inherits:false}@property --un-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --un-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --un-inset-shadow-color{syntax:"*";inherits:false}@property --un-ring-color{syntax:"*";inherits:false}@property --un-ring-inset{syntax:"*";inherits:false}@property --un-ring-offset-color{syntax:"*";inherits:false}@property --un-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --un-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --un-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --un-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --un-shadow-color{syntax:"*";inherits:false}.modal-body{max-height:100%;padding-inline:calc(var(--spacing) * 0);padding-top:calc(var(--spacing) * 4);padding-bottom:calc(var(--spacing) * 2);border-radius:var(--radius-xl);--un-shadow:0 25px 50px -12px var(--un-shadow-color,#00000040);width:100%;box-shadow:var(--un-inset-shadow), var(--un-inset-ring-shadow), var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);background:var(--kc-default-bg);flex-direction:column;align-items:center;display:flex;position:relative;overflow-y:auto}@media (width>=40rem){.modal-body{padding-inline:calc(var(--spacing) * 0);padding-top:calc(var(--spacing) * 8)}}@media (width>=48rem){.modal-body{padding:calc(var(--spacing) * 6)}}@media (width>=64rem){.modal-body{padding:calc(var(--spacing) * 8)}}.kc-modal-content[data-state=open]{animation:.3s ease-out kc-modal-in}.kc-modal-content[data-state=closed]{animation:.2s ease-in kc-modal-out}@keyframes kc-modal-in{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}@keyframes kc-modal-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(1rem)}}@property --un-scale-x{syntax:"*";inherits:false;initial-value:1}@property --un-scale-y{syntax:"*";inherits:false;initial-value:1}@property --un-scale-z{syntax:"*";inherits:false;initial-value:1}@property --un-translate-x{syntax:"*";inherits:false;initial-value:0}@property --un-translate-y{syntax:"*";inherits:false;initial-value:0}@property --un-translate-z{syntax:"*";inherits:false;initial-value:0}@property --un-text-opacity{syntax:"<percentage>";inherits:false;initial-value:100%}.modal-title{padding-left:calc(var(--spacing) * 1);padding-right:calc(var(--spacing) * 2);width:100%;color:var(--kc-primary);flex-direction:row;align-items:center;display:flex}.modal-title-text{padding-left:calc(var(--spacing) * 2);flex-grow:1;font-size:16pt;font-weight:700}.modal-title-text img{top:-1px}.modal-title-icon{cursor:pointer;color:var(--kc-primary);opacity:1;cursor:pointer;font-size:20pt;right:-5px}.modal-title-icon:active{opacity:1;--un-translate-y:calc(var(--spacing) * 1);translate:var(--un-translate-x) var(--un-translate-y);--un-scale-x:95%;--un-scale-y:95%;scale:var(--un-scale-x) var(--un-scale-y)}.modal-title-icon:hover{opacity:.8;opacity:.8}.modal-title-icon:active{opacity:1}.modal-title-back-button{color:color-mix(in srgb, var(--colors-blue-600) var(--un-text-opacity), transparent);opacity:1;cursor:pointer;margin-bottom:10px;font-size:12pt}@supports (color:color-mix(in lab, red, red)){.modal-title-back-button{color:color-mix(in oklab, var(--colors-blue-600) var(--un-text-opacity), transparent)}}.dark .modal-title-back-button{color:color-mix(in srgb, var(--colors-blue-400) var(--un-text-opacity), transparent)}@supports (color:color-mix(in lab, red, red)){.dark .modal-title-back-button{color:color-mix(in oklab, var(--colors-blue-400) var(--un-text-opacity), transparent)}}.modal-title-back-button:active{opacity:1;--un-translate-y:calc(var(--spacing) * 1);translate:var(--un-translate-x) var(--un-translate-y);--un-scale-x:95%;--un-scale-y:95%;scale:var(--un-scale-x) var(--un-scale-y)}.modal-title-back-button:hover{opacity:.8}.modal-title-back-button:focus{outline:none}.modal-title-back-button .uno-icon{position:relative;top:-1px}.modal-icon-secondary{color:var(--kc-secondary);position:relative;top:-2px}.modal-content{margin-bottom:calc(var(--spacing) * 4);padding:calc(var(--spacing) * 2);flex-grow:1;width:100%;overflow-y:auto}.dark .modal-content{color:color-mix(in srgb, var(--colors-white) var(--un-text-opacity), transparent)}@supports (color:color-mix(in lab, red, red)){.dark .modal-content{color:color-mix(in oklab, var(--colors-white) var(--un-text-opacity), transparent)}}@media (width>=640px){.modal-content{overflow:auto}}.pwa-toast{background-color:var(--kc-mini-header-bg);z-index:1;text-align:left;border:1px solid #8885;border-radius:4px;margin:16px;padding:12px;position:fixed;bottom:0;right:0;box-shadow:3px 4px 5px #8885}.pwa-toast .message{margin-bottom:8px}.pwa-toast button{border:1px solid #8885;border-radius:2px;outline:none;margin-right:5px;padding:3px 10px}.pwa-toast button:disabled{opacity:.6;cursor:not-allowed}.pwa-toast-reload-icon{position:relative;top:2px;left:-2px}@property --un-bg-opacity{syntax:"<percentage>";inherits:false;initial-value:100%}#scroll-top-button{padding:calc(var(--spacing) * 4);border-radius:var(--radius-md);background-color:color-mix(in srgb, var(--colors-gray-200) .85, transparent);opacity:1;cursor:pointer;display:block;position:fixed;bottom:16px;right:16px}.dark #scroll-top-button{color:color-mix(in srgb, var(--colors-white) var(--un-text-opacity), transparent);background-color:color-mix(in srgb, var(--colors-black) .7, transparent)}@supports (color:color-mix(in lab, red, red)){.dark #scroll-top-button{color:color-mix(in oklab, var(--colors-white) var(--un-text-opacity), transparent);background-color:color-mix(in oklab, var(--colors-black) .7, transparent)}}#scroll-top-button:focus{--un-outline-style:none;outline-style:none}@supports (color:color-mix(in lab, red, red)){#scroll-top-button{background-color:color-mix(in oklab, var(--colors-gray-200) .85, transparent)}}.dark #scroll-top-button:hover{background-color:color-mix(in srgb, var(--colors-gray-900) var(--un-bg-opacity), transparent)}@supports (color:color-mix(in lab, red, red)){.dark #scroll-top-button:hover{background-color:color-mix(in oklab, var(--colors-gray-900) var(--un-bg-opacity), transparent)}}#scroll-top-button:hover{background-color:color-mix(in srgb, var(--colors-gray-100) var(--un-bg-opacity), transparent);opacity:.8}@supports (color:color-mix(in lab, red, red)){#scroll-top-button:hover{background-color:color-mix(in oklab, var(--colors-gray-100) var(--un-bg-opacity), transparent)}}#scroll-top-button:active{opacity:1;--un-translate-y:calc(var(--spacing) * 1);translate:var(--un-translate-x) var(--un-translate-y);--un-scale-x:95%;--un-scale-y:95%;scale:var(--un-scale-x) var(--un-scale-y)}#swipe-box{font-size:var(--text-4xl-fontSize);line-height:var(--un-leading,var(--text-4xl-lineHeight));color:color-mix(in srgb, var(--kc-teal) .5, transparent);padding:calc(var(--spacing) * 12);vertical-align:middle;border-radius:var(--radius-md);background-color:color-mix(in srgb, var(--colors-gray-200) .85, transparent);z-index:10;flex-direction:column;align-items:center;display:flex;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.dark #swipe-box{color:color-mix(in srgb, var(--colors-gray-200) var(--un-text-opacity), transparent);background-color:color-mix(in srgb, var(--colors-black) .7, transparent)}@supports (color:color-mix(in lab, red, red)){.dark #swipe-box{color:color-mix(in oklab, var(--colors-gray-200) var(--un-text-opacity), transparent);background-color:color-mix(in oklab, var(--colors-black) .7, transparent)}}#swipe-box:focus{--un-outline-style:none;outline-style:none}@supports (color:color-mix(in lab, red, red)){#swipe-box{background-color:color-mix(in oklab, var(--colors-gray-200) .85, transparent)}}.footer-languages{font-size:var(--text-sm-fontSize);line-height:var(--un-leading,var(--text-sm-lineHeight));color:color-mix(in srgb, var(--kc-alt-gray) var(--un-text-opacity), transparent);margin-top:calc(var(--spacing) * 4);text-align:center}.footer-languages a,.extra-link{color:color-mix(in srgb, var(--kc-teal-light) var(--un-text-opacity), transparent);margin-left:calc(var(--spacing) * 3);white-space:nowrap;text-decoration-line:underline}.footer-languages a:hover,.extra-link:hover{color:color-mix(in srgb, var(--colors-teal-500) var(--un-text-opacity), transparent)}@supports (color:color-mix(in lab, red, red)){.footer-languages a:hover,.extra-link:hover{color:color-mix(in oklab, var(--colors-teal-500) var(--un-text-opacity), transparent)}}@property --un-border-opacity{syntax:"<percentage>";inherits:false;initial-value:100%}.search-result{background:var(--kc-default-bg);border-radius:var(--radius-DEFAULT)}.search-result-text-search{text-align:left;width:100%;color:var(--kc-secondary);margin-block:calc(var(--spacing) * 3);padding:calc(var(--spacing) * 2);border-radius:var(--radius-DEFAULT);border-width:1px;border-color:#0000;display:block}.search-result-text-search:hover{border-color:color-mix(in srgb, var(--colors-gray-300) var(--un-border-opacity), transparent)}@supports (color:color-mix(in lab, red, red)){.search-result-text-search:hover{border-color:color-mix(in oklab, var(--colors-gray-300) var(--un-border-opacity), transparent)}}.search-result-page b,.search-result-text-search b{color:var(--kc-primary)}.search-result-page{text-align:left;width:100%;color:var(--kc-secondary);margin-bottom:calc(var(--spacing) * -4);padding-inline:calc(var(--spacing) * 2);padding-top:calc(var(--spacing) * 2);display:block}.search-result .uno-icon{float:left;margin-top:2px;margin-right:20px;font-size:18px}.search-result__selected{background:var(--kc-selected-search-result-item-bg);color:color-mix(in srgb, var(--colors-white) var(--un-text-opacity), transparent)}@supports (color:color-mix(in lab, red, red)){.search-result__selected{color:color-mix(in oklab, var(--colors-white) var(--un-text-opacity), transparent)}}.dark .search-result__selected{color:color-mix(in srgb, var(--colors-black) var(--un-text-opacity), transparent)}@supports (color:color-mix(in lab, red, red)){.dark .search-result__selected{color:color-mix(in oklab, var(--colors-black) var(--un-text-opacity), transparent)}}.search-result__selected:hover{color:color-mix(in srgb, var(--colors-white) var(--un-text-opacity), transparent)}@supports (color:color-mix(in lab, red, red)){.search-result__selected:hover{color:color-mix(in oklab, var(--colors-white) var(--un-text-opacity), transparent)}}.dark .search-result__selected:hover{color:color-mix(in srgb, var(--colors-black) var(--un-text-opacity), transparent)}@supports (color:color-mix(in lab, red, red)){.dark .search-result__selected:hover{color:color-mix(in oklab, var(--colors-black) var(--un-text-opacity), transparent)}}.search-backdrop[data-v-bc4a83c2]{z-index:99;background:#00000080;justify-content:center;width:100%;height:calc(100% - 48px);display:flex;position:fixed;top:48px;left:0}.search-results-list[data-v-bc4a83c2]{outline:none;width:100%;max-height:calc(100% - 52px);margin:0 auto;padding:0 8px;font-size:16px;position:fixed;top:50px;overflow-y:auto}@media (width>=640px){.search-results-list-inner[data-v-bc4a83c2]{width:600px;margin:0 auto;padding:5px 24px}.search-results-list[data-v-bc4a83c2]{width:620px;margin:0 auto}}.search-bar[data-v-c23602ce]{width:100%;padding:calc(var(--spacing) * 2);align-items:center;display:flex;position:relative}.search-bar__hidden[data-v-c23602ce]{opacity:0;position:absolute;width:0!important;height:0!important}.search-input[data-v-c23602ce]{background:var(--kc-default-bg);border:1px solid var(--kc-primary);border-radius:var(--radius-DEFAULT);outline:olive;width:calc(100% - 45px);padding:5px 10px 5px 32px;font-size:16px;position:relative}.search-icon-left[data-v-c23602ce]{color:var(--kc-primary);z-index:2000;margin-left:10px;position:absolute}.search-icon-right[data-v-c23602ce]{color:var(--kc-primary);z-index:2000;cursor:pointer;position:absolute;right:60px}.search-close[data-v-c23602ce]{color:var(--kc-primary);outline:none;margin-left:6px}.search-close-icon[data-v-c23602ce]{font-size:32px}.search-close[data-v-c23602ce]:active{opacity:.7}@media (width>=640px){.search-bar[data-v-c23602ce]{width:570px;margin-left:auto;margin-right:auto}.search-close[data-v-c23602ce]:hover{opacity:.8}}@property --un-ease{syntax:"*";inherits:false}header[data-v-ef36faf5]{background-color:var(--kc-teal);z-index:100;visibility:visible;opacity:1;width:100%;height:48px;padding-inline:calc(var(--spacing) * 0);transition-property:opacity;transition-timing-function:var(--un-ease,var(--default-transition-timingFunction));transition-duration:var(--un-duration,var(--default-transition-duration));--un-duration:.7s;--un-ease:var(--ease-in);transition-duration:.7s;transition-timing-function:var(--ease-in);justify-content:space-between;align-items:center;display:flex;position:fixed}@media (width>=40rem){header[data-v-ef36faf5]{padding-inline:calc(var(--spacing) * 2)}}@media (width>=64rem){header[data-v-ef36faf5]{padding-inline:calc(var(--spacing) * 10)}}@media (width>=80rem){header[data-v-ef36faf5]{padding-inline:calc(var(--spacing) * 15)}}.header__hidden_mobile[data-v-ef36faf5]{visibility:hidden;opacity:0}@media (width>=640px) and (height>=850px){.header__hidden_mobile[data-v-ef36faf5]{visibility:visible;opacity:1;display:flex}}.header__transparent[data-v-ef36faf5]{background-color:var(--kc-teal)}.header-logo[data-v-ef36faf5]{color:#fff;font-size:clamp(1.16rem,10vw,2rem);font-family:var(--font-serif);position:absolute;top:-1px;left:50px}@media (width>=400px){.header-logo[data-v-ef36faf5]{position:absolute;top:-1px;left:50%;transform:translate(-50%)}}@media (width>=40rem){.header-logo__padding-left img[data-v-ef36faf5]{left:calc(var(--spacing) * 5)}}.header-button[data-v-ef36faf5]{color:color-mix(in srgb, var(--colors-white) var(--un-text-opacity), transparent);margin-inline:calc(var(--spacing) * 2);opacity:1;cursor:pointer;height:100%;margin-block:auto}@supports (color:color-mix(in lab, red, red)){.header-button[data-v-ef36faf5]{color:color-mix(in oklab, var(--colors-white) var(--un-text-opacity), transparent)}}.header-button[data-v-ef36faf5]:active{opacity:1;--un-translate-y:calc(var(--spacing) * 1);translate:var(--un-translate-x) var(--un-translate-y);--un-scale-x:95%;--un-scale-y:95%;scale:var(--un-scale-x) var(--un-scale-y)}.header-button[data-v-ef36faf5]:hover{opacity:.8}.header-button-group[data-v-ef36faf5]{display:flex}.header-button-group .header-button[data-v-ef36faf5]{margin-inline:calc(var(--spacing) * 1)}@media (width>=40rem){.header-button-group .header-button[data-v-ef36faf5]{margin-inline:calc(var(--spacing) * 2)}}.header-button .uno-icon[data-v-ef36faf5]{display:block}.header-button-menu[data-v-ef36faf5]{font-size:26px}.header-button-settings[data-v-ef36faf5]{padding-right:2px;font-size:22px}.header-button-search[data-v-ef36faf5]{font-size:26px}.menu-button[data-v-54e1e3af]{opacity:1;cursor:pointer;background:var(--kc-sidebar-accent-bg)}.menu-button[data-v-54e1e3af]:active{opacity:1;--un-translate-y:calc(var(--spacing) * 1);translate:var(--un-translate-x) var(--un-translate-y);--un-scale-x:95%;--un-scale-y:95%;scale:var(--un-scale-x) var(--un-scale-y)}.menu-button[data-v-54e1e3af]:hover{opacity:.8;background:var(--kc-sidebar-accent-hover-bg)}.menu-button[data-v-54e1e3af]:focus{outline:none}.off-canvas-sidebar{z-index:12001;position:absolute}.off-canvas-sidebar-inner{background:var(--kc-sidebar-bg)}.sidebar-item-link{background-color:var(--kc-sidebar-accent-bg);color:var(--kc-sidebar-text)}.sidebar-item-link .iconify{color:var(--kc-primary)}.sidebar-item-link:hover{background-color:var(--kc-sidebar-accent-hover-bg);color:var(--kc-sidebar-hover-text)}.sidebar-item-link:hover .iconify{color:var(--kc-teal)}.sidebar-close-button{--un-outline-style:none;opacity:1;cursor:pointer;outline-style:none}.sidebar-close-button:active{opacity:1;--un-translate-y:calc(var(--spacing) * 1);translate:var(--un-translate-x) var(--un-translate-y);--un-scale-x:95%;--un-scale-y:95%;scale:var(--un-scale-x) var(--un-scale-y)}.sidebar-close-button:hover{opacity:.8}.sidebar-close-button .uno-icon{position:relative;top:-7px}.sidebar-logo{color:var(--kc-ayah-text);font-size:2rem;font-family:var(--font-serif);position:relative;top:-2px}.sidebar-header{position:relative;left:-3px}.sidebar-header .header-mode-btn{cursor:pointer;margin-left:calc(var(--spacing) * 5);font-size:15px}.dark .sidebar-header .header-mode-btn{color:color-mix(in srgb, var(--colors-white) var(--un-text-opacity), transparent)}@supports (color:color-mix(in lab, red, red)){.dark .sidebar-header .header-mode-btn{color:color-mix(in oklab, var(--colors-white) var(--un-text-opacity), transparent)}}.sidebar-header .header-mode-btn svg{display:inline-block}.sidebar-header .header-mode-btn small{padding-left:3px;font-size:13px}.sidebar-filter{margin-top:calc(var(--spacing) * 3);padding-inline:calc(var(--spacing) * 2);position:relative;top:10px}.sidebar-filter input{background:var(--kc-default-bg);border:1px solid var(--kc-sidebar-text);color:var(--kc-sidebar-text);padding:calc(var(--spacing) * 3);border-radius:var(--radius-DEFAULT);outline:none;width:100%}.dark .sidebar-filter input{color:color-mix(in srgb, var(--colors-white) var(--un-text-opacity), transparent)}@supports (color:color-mix(in lab, red, red)){.dark .sidebar-filter input{color:color-mix(in oklab, var(--colors-white) var(--un-text-opacity), transparent)}}.sidebar-version{color:#888;opacity:.5;padding-inline:calc(var(--spacing) * 2);padding-top:calc(var(--spacing) * 2);font-size:9px}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/fonts/uno/03355817.woff2)format("woff2"),url(/fonts/uno/813dca6c.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/fonts/uno/9b3c7d7f.woff2)format("woff2"),url(/fonts/uno/90b4832f.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/fonts/uno/0380de7e.woff2)format("woff2"),url(/fonts/uno/cf692227.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/fonts/uno/d1c6ab51.woff2)format("woff2"),url(/fonts/uno/013717e9.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/fonts/uno/19de0a60.woff2)format("woff2"),url(/fonts/uno/b1b36d74.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/fonts/uno/0bd57ddf.woff2)format("woff2"),url(/fonts/uno/72c114cf.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/fonts/uno/fe21f8d8.woff2)format("woff2"),url(/fonts/uno/b9f81a4d.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/fonts/uno/b5c19e85.woff2)format("woff2"),url(/fonts/uno/5b8f8bf6.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/fonts/uno/4dc2f8f3.woff2)format("woff2"),url(/fonts/uno/c7e0b88b.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/fonts/uno/c1b6df49.woff2)format("woff2"),url(/fonts/uno/7057d364.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/fonts/uno/ef093382.woff2)format("woff2"),url(/fonts/uno/d29dedf3.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/fonts/uno/1c0f89bc.woff2)format("woff2"),url(/fonts/uno/7cc70341.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/fonts/uno/b5a95532.woff2)format("woff2"),url(/fonts/uno/fd1c718b.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/fonts/uno/e00b1290.woff2)format("woff2"),url(/fonts/uno/10df38d8.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/uno/e9300119.woff2)format("woff2"),url(/fonts/uno/7a4fb629.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/uno/96cfebcc.woff2)format("woff2"),url(/fonts/uno/60cb2866.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/uno/2d509902.woff2)format("woff2"),url(/fonts/uno/f3018311.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/uno/39dd81d6.woff2)format("woff2"),url(/fonts/uno/5ae99249.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/uno/2d9770a8.woff2)format("woff2"),url(/fonts/uno/453eb474.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--un-bg-opacity:100%;--un-border-opacity:100%;--un-border-style:solid;--un-divide-opacity:100%;--un-divide-y-reverse:initial;--un-ease:initial;--un-from-opacity:100%;--un-leading:initial;--un-ring-offset-opacity:100%;--un-ring-opacity:100%;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-space-x-reverse:initial;--un-space-y-reverse:initial;--un-text-opacity:100%;--un-to-opacity:100%;--un-translate-x:initial;--un-translate-y:initial;--un-translate-z:initial}}@property --un-leading{syntax:"*";inherits:false}@property --un-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --un-ring-opacity{syntax:"<percentage>";inherits:false;initial-value:100%}@property --un-ring-offset-opacity{syntax:"<percentage>";inherits:false;initial-value:100%}@property --un-from-opacity{syntax:"<percentage>";inherits:false;initial-value:100%}@property --un-to-opacity{syntax:"<percentage>";inherits:false;initial-value:100%}@property --un-gradient-from{syntax:"<color>";inherits:false;initial-value:#0000}@property --un-gradient-from-position{syntax:"<length-percentage>";inherits:false;initial-value:0%}@property --un-gradient-position{syntax:"*";inherits:false}@property --un-gradient-stops{syntax:"*";inherits:false}@property --un-gradient-to{syntax:"<color>";inherits:false;initial-value:#0000}@property --un-gradient-to-position{syntax:"<length-percentage>";inherits:false;initial-value:100%}@property --un-gradient-via{syntax:"<color>";inherits:false;initial-value:#0000}@property --un-gradient-via-position{syntax:"<length-percentage>";inherits:false;initial-value:50%}@property --un-gradient-via-stops{syntax:"*";inherits:false}@property --un-space-x-reverse{syntax:"*";inherits:false;initial-value:0}@property --un-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --un-divide-opacity{syntax:"<percentage>";inherits:false;initial-value:100%}@property --un-border-style{syntax:"*";inherits:false;initial-value:solid}@property --un-divide-y-reverse{syntax:"*";inherits:false;initial-value:0}:root,:host{--spacing:.25rem;--colors-gray-400:oklch(70.7% .022 261.325);--colors-white:#fff;--radius-md:.375rem;--colors-gray-700:oklch(37.3% .034 259.733);--colors-gray-100:oklch(96.7% .003 264.542);--text-sm-fontSize:.875rem;--text-sm-lineHeight:1.25rem;--text-xs-fontSize:.75rem;--text-xs-lineHeight:1rem;--radius-lg:.5rem;--colors-teal-900:oklch(38.6% .063 188.416);--font-sans:"Inter",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-serif:"Georgia",ui-serif,Georgia,Cambria,"Times New Roman",Times,serif;--radius-DEFAULT:.25rem;--fontWeight-medium:500;--default-transition-timingFunction:cubic-bezier(.4, 0, .2, 1);--default-transition-duration:.15s;--ease-in-out:cubic-bezier(.4, 0, .2, 1);--fontWeight-bold:700;--colors-red-600:oklch(57.7% .245 27.325);--colors-teal-600:oklch(60% .118 184.704);--colors-gray-600:oklch(44.6% .03 256.802);--colors-black:#000;--colors-green-600:oklch(62.7% .194 149.214);--text-3xl-fontSize:1.875rem;--text-3xl-lineHeight:2.25rem;--text-lg-fontSize:1.125rem;--text-lg-lineHeight:1.75rem;--text-xl-fontSize:1.25rem;--text-xl-lineHeight:1.75rem;--colors-teal-700:oklch(51.1% .096 186.391);--colors-gray-50:oklch(98.5% .002 247.839);--colors-gray-300:oklch(87.2% .01 258.338);--colors-gray-200:oklch(92.8% .006 264.531);--colors-blue-600:oklch(54.6% .245 262.881);--colors-blue-400:oklch(70.7% .165 254.624);--colors-teal-500:oklch(70.4% .14 182.503);--ease-in:cubic-bezier(.4, 0, 1, 1);--text-base-fontSize:1rem;--text-base-lineHeight:1.5rem;--text-4xl-fontSize:2.25rem;--text-4xl-lineHeight:2.5rem;--colors-teal-300:oklch(85.5% .138 181.071);--colors-teal-400:oklch(77.7% .152 181.912);--colors-teal-950:oklch(27.7% .046 192.524);--colors-gray-900:oklch(21% .034 264.665);--text-2xl-fontSize:1.5rem;--text-2xl-lineHeight:2rem;--radius-xl:.75rem;--colors-red-700:oklch(50.5% .213 27.518);--colors-red-100:oklch(93.6% .032 17.717);--colors-green-900:oklch(39.3% .095 152.535);--colors-green-100:oklch(96.2% .044 156.743);--colors-red-500:oklch(63.7% .237 25.331);--colors-green-500:oklch(72.3% .219 149.579);--colors-red-200:oklch(88.5% .062 18.334);--colors-green-200:oklch(92.5% .084 155.995);--colors-gray-800:oklch(27.8% .033 256.848);--colors-gray-500:oklch(55.1% .027 264.364);--container-4xl:56rem;--colors-green-700:oklch(52.7% .154 150.069);--colors-blue-500:oklch(62.3% .214 259.815);--colors-green-400:oklch(79.2% .209 151.711);--colors-green-800:oklch(44.8% .119 151.328);--fontWeight-semibold:600;--fontWeight-normal:400;--font-mono:"IBM Plex Mono",ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--ease-DEFAULT:cubic-bezier(.4, 0, .2, 1);--colors-blue-50:oklch(97% .014 254.604);--colors-indigo-400:oklch(67.3% .182 276.935);--colors-indigo-800:oklch(39.8% .195 277.366);--colors-indigo-100:oklch(93% .034 272.788);--colors-red-400:oklch(70.4% .191 22.216);--colors-indigo-600:oklch(51.1% .262 276.966);--colors-purple-400:oklch(71.4% .203 305.504);--colors-purple-800:oklch(43.8% .218 303.724);--colors-purple-100:oklch(94.6% .033 307.174);--colors-purple-600:oklch(55.8% .288 302.321);--colors-yellow-400:oklch(85.2% .199 91.936);--text-7xl-fontSize:4.5rem;--text-7xl-lineHeight:1;--colors-indigo-500:oklch(58.5% .233 277.117);--colors-purple-500:oklch(62.7% .265 303.9);--colors-blue-900:oklch(37.9% .146 265.522);--colors-indigo-200:oklch(87% .065 274.039);--colors-indigo-900:oklch(35.9% .144 278.697);--colors-indigo-300:oklch(78.5% .115 274.713);--colors-purple-200:oklch(90.2% .063 306.703);--colors-purple-900:oklch(38.1% .176 304.987);--container-7xl:80rem;--ease-out:cubic-bezier(0, 0, .2, 1);--container-sm:24rem;--ease-linear:linear;--container-xs:20rem;--colors-blue-700:oklch(48.8% .243 264.376);--colors-green-300:oklch(87.1% .15 154.449);--colors-amber-600:oklch(66.6% .179 58.318);--colors-amber-900:oklch(41.4% .112 45.904);--colors-amber-100:oklch(96.2% .059 95.617);--colors-orange-300:oklch(83.7% .128 66.29);--container-xl:36rem;--colors-yellow-500:oklch(79.5% .184 86.047);--colors-amber-DEFAULT:oklch(82.8% .189 84.429);--container-2xl:42rem;--colors-blue-200:oklch(88.2% .059 254.128);--radius-3xl:1.5rem;--default-font-family:var(--font-sans);--default-monoFont-family:var(--font-mono)}*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-featureSettings,normal);font-variation-settings:var(--default-font-variationSettings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-monoFont-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-monoFont-featureSettings,normal);font-variation-settings:var(--default-monoFont-variationSettings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden~=until-found])){display:none!important}.i-carbon\:caret-left,[i-carbon\:caret-left=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m20 24l-10-8l10-8z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-carbon\:caret-right,[i-carbon\:caret-right=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m12 8l10 8l-10 8z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-carbon\:close,[i-carbon\:close=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M17.414 16L24 9.414L22.586 8L16 14.586L9.414 8L8 9.414L14.586 16L8 22.586L9.414 24L16 17.414L22.586 24L24 22.586z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-carbon\:moon,[i-carbon\:moon=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M13.503 5.414a15.076 15.076 0 0 0 11.593 18.194a11.1 11.1 0 0 1-7.975 3.39c-.138 0-.278.005-.418 0a11.094 11.094 0 0 1-3.2-21.584M14.98 3a1 1 0 0 0-.175.016a13.096 13.096 0 0 0 1.825 25.981c.164.006.328 0 .49 0a13.07 13.07 0 0 0 10.703-5.555a1.01 1.01 0 0 0-.783-1.565A13.08 13.08 0 0 1 15.89 4.38A1.015 1.015 0 0 0 14.98 3'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-carbon\:reset,[i-carbon\:reset=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M18 28A12 12 0 1 0 6 16v6.2l-3.6-3.6L1 20l6 6l6-6l-1.4-1.4L8 22.2V16a10 10 0 1 1 10 10Z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-carbon\:sun,[i-carbon\:sun=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 32 32' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M16 12.005a4 4 0 1 1-4 4a4.005 4.005 0 0 1 4-4m0-2a6 6 0 1 0 6 6a6 6 0 0 0-6-6M5.394 6.813L6.81 5.399l3.505 3.506L8.9 10.319zM2 15.005h5v2H2zm3.394 10.193L8.9 21.692l1.414 1.414l-3.505 3.506zM15 25.005h2v5h-2zm6.687-1.9l1.414-1.414l3.506 3.506l-1.414 1.414zm3.313-8.1h5v2h-5zm-3.313-6.101l3.506-3.506l1.414 1.414l-3.506 3.506zM15 2.005h2v5h-2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-hugeicons\:prayer-rug-01{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-width='1.5'%3E%3Cpath stroke-linejoin='round' d='M5 21h11c1.886 0 2.828 0 3.414-.586S20 18.886 20 17v-6c0-1.886 0-2.828-.586-3.414S17.886 7 16 7H8'/%3E%3Cpath d='M8 21H4a2 2 0 0 1-2-2m0 0a2 2 0 0 1 2-2c1.886 0 2.828 0 3.414-.586S8 14.886 8 13V8c0-1.886 0-2.828-.586-3.414S5.886 4 4 4a2 2 0 0 0-2 2z'/%3E%3Cpath stroke-linejoin='round' d='M11 16.357h.331c.29 0 .435 0 .557.029c.122.028.355.145.82.377c1.602.802 2.671-.6 3.596-1.736c.464-.57.696-.855.696-1.027s-.232-.457-.696-1.027c-.925-1.136-1.994-2.539-3.596-1.736c-.465.232-.698.349-.82.377c-.122.03-.267.03-.557.03H11M20 16h2m-2 4h2m-2-8h2m-2-4h2'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-hugeicons\:quran-01{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m19.648 5.437l-.659-1.043c-.364-.577-.546-.866-.785-.892c-.238-.027-.505.247-1.038.795c-1.722 1.77-3.444 1.508-5.166 4.691c-1.722-3.183-3.444-2.921-5.166-4.691c-.533-.548-.8-.822-1.038-.795c-.239.026-.421.315-.785.892l-.658 1.043c-.255.402-.382.604-.347.816c.034.212.217.357.584.647l6.182 4.898c.591.468.887.702 1.228.702s.637-.234 1.228-.702L19.41 6.9c.367-.29.55-.435.584-.647c.035-.212-.092-.414-.346-.816M22 8.5l-16 12v-4.696M2 8.5l16 12v-4.696'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-hugeicons\:quran-02{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-width='1.5'%3E%3Cpath d='M21 17H6.5a2.5 2.5 0 0 0 0 5H21'/%3E%3Cpath d='M21 22a2.5 2.5 0 0 1 0-5'/%3E%3Cpath stroke-linejoin='round' d='M13.672 6.672L12.5 5.5l-1.172 1.172H9.672v1.656L8.5 9.5l1.172 1.172v1.656h1.656L12.5 13.5l1.172-1.172h1.656v-1.656L16.5 9.5l-1.172-1.172V6.672z'/%3E%3Cpath stroke-linejoin='round' d='M4 19.5v-14A3.5 3.5 0 0 1 7.5 2h10A3.5 3.5 0 0 1 21 5.5V17'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi-abjad-arabic{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 4c-1.92 0-3.5 1.58-3.5 3.5c0 .93.38 1.78 1 2.41c-1.53 1-2.5 2.71-2.5 4.59c0 3.03 2.47 5.5 5.5 5.5c1.76 0 3.5-.46 5-1.34l-1-1.73c-1.22.7-2.6 1.07-4 1.07c-1.94 0-3.5-1.55-3.5-3.5a3.49 3.49 0 0 1 2.59-3.38l5.21-1.4l-.52-1.93L11.83 9c-.75-.1-1.33-.72-1.33-1.5c0-.84.66-1.5 1.5-1.5c.26 0 .5.07.75.2l1-1.73C13.22 4.16 12.61 4 12 4'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:account-voice,[i-mdi\:account-voice=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M9 5a4 4 0 0 1 4 4a4 4 0 0 1-4 4a4 4 0 0 1-4-4a4 4 0 0 1 4-4m0 10c2.67 0 8 1.34 8 4v2H1v-2c0-2.66 5.33-4 8-4m7.76-9.64c2.02 2.2 2.02 5.25 0 7.27l-1.68-1.69c.84-1.18.84-2.71 0-3.89zM20.07 2c3.93 4.05 3.9 10.11 0 14l-1.63-1.63c2.77-3.18 2.77-7.72 0-10.74z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:arrow-down,[i-mdi\:arrow-down=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M11 4h2v12l5.5-5.5l1.42 1.42L12 19.84l-7.92-7.92L5.5 10.5L11 16z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:arrow-down-bold-box-outline,[i-mdi\:arrow-down-bold-box-outline=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m12 17l-5-5h3V8h4v4h3zM5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m0 2v14h14V5z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:arrow-left,[i-mdi\:arrow-left=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M20 11v2H8l5.5 5.5l-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5L8 11z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:arrow-left-circle,[i-mdi\:arrow-left-circle=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M2 12A10 10 0 0 1 12 2a10 10 0 0 1 10 10a10 10 0 0 1-10 10A10 10 0 0 1 2 12m16-1h-8l3.5-3.5l-1.42-1.42L6.16 12l5.92 5.92l1.42-1.42L10 13h8z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:arrow-right,[i-mdi\:arrow-right=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M4 11v2h12l-5.5 5.5l1.42 1.42L19.84 12l-7.92-7.92L10.5 5.5L16 11z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:arrow-right-bold-box-outline,[i-mdi\:arrow-right-bold-box-outline=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m17 12l-5 5v-3H8v-4h4V7zM3 19V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2m2 0h14V5H5z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:arrow-up,[i-mdi\:arrow-up=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M13 20h-2V8l-5.5 5.5l-1.42-1.42L12 4.16l7.92 7.92l-1.42 1.42L13 8z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:arrow-up-bold-box-outline,[i-mdi\:arrow-up-bold-box-outline=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m12 7l5 5h-3v4h-4v-4H7zm7 14H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2m0-2V5H5v14z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:barley{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M7.33 18.33c-.83-1.16-.83-2.5-.83-3.83c1.67 1 3.33 2 4.17 3.17l.33.56v-2.28c-1.5-.9-2.92-1.82-3.67-2.87c-.83-1.16-.83-2.5-.83-3.83c1.67 1 3.33 2 4.17 3.17L11 13v-2.3c-1.5-.9-2.92-1.82-3.67-2.87C6.5 6.67 6.5 5.33 6.5 4c1.67 1 3.33 2 4.17 3.17q.15.21.27.45c-.17-.62-.28-1.2-.29-1.8c-.01-1.51.65-3.06 1.31-4.61c.69 1.48 1.38 2.97 1.39 4.48c.01.63-.1 1.27-.28 1.9c.08-.14.16-.28.26-.42C14.17 6 15.83 5 17.5 4c0 1.33 0 2.67-.83 3.83C15.92 8.88 14.5 9.8 13 10.7V13l.33-.58c.84-1.17 2.5-2.17 4.17-3.17c0 1.33 0 2.67-.83 3.83c-.75 1.05-2.17 1.97-3.67 2.87v2.28l.33-.56c.84-1.17 2.5-2.17 4.17-3.17c0 1.33 0 2.67-.83 3.83c-.75 1.05-2.17 1.97-3.67 2.87V23h-2v-1.8c-1.5-.9-2.92-1.82-3.67-2.87'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:book-account,[i-mdi\:book-account=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M18 2h-6v7L9.5 7.5L7 9V2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2m-4 10a2 2 0 1 1-2 2a2 2 0 0 1 2-2m4 8h-8v-1c0-1.33 2.67-2 4-2s4 .67 4 2Z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:book-alphabet,[i-mdi\:book-alphabet=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M5.81 2C4.83 2.09 4 3 4 4v16c0 1.05.95 2 2 2h12c1.05 0 2-.95 2-2V4a2 2 0 0 0-2-2h-6v7L9.5 7.5L7 9V2zM12 13h1a1 1 0 0 1 1 1v4h-1v-2h-1v2h-1v-4a1 1 0 0 1 1-1m0 1v1h1v-1zm3 1h3v1l-2 3h2v1h-3v-1l2-3h-2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:book-check,[i-mdi\:book-check=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m16.75 22.16l-2.75-3L15.16 18l1.59 1.59L20.34 16l1.16 1.41zM6 22a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2h1v7l2.5-1.5L12 9V2h6a2 2 0 0 1 2 2v9.34A6.005 6.005 0 0 0 12.8 22z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:book-edit{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M19.39 10.74L11 19.13V22H6c-1.11 0-2-.89-2-2V4a2 2 0 0 1 2-2h1v7l2.5-1.5L12 9V2h6a2 2 0 0 1 2 2v6.3c-.22.12-.43.26-.61.44M13 19.96V22h2.04l6.13-6.12l-2.04-2.05zm9.85-6.49l-1.32-1.32c-.2-.2-.53-.2-.72 0l-.98.98l2.04 2.04l.98-.98c.2-.19.2-.52 0-.72'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:book-education-outline,[i-mdi\:book-education-outline=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M6 20h7v2H6c-1.11 0-2-.89-2-2V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8.54l-1.5-.82l-.5.28V4h-5v8l-2.5-2.25L8 12V4H6zm18-3l-5.5-3l-5.5 3l5.5 3zm-9 2.09v2L18.5 23l3.5-1.91v-2L18.5 21z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:book-open-page-variant,[i-mdi\:book-open-page-variant=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m19 2l-5 4.5v11l5-4.5zM6.5 5C4.55 5 2.45 5.4 1 6.5v14.66c0 .25.25.5.5.5c.1 0 .15-.07.25-.07c1.35-.65 3.3-1.09 4.75-1.09c1.95 0 4.05.4 5.5 1.5c1.35-.85 3.8-1.5 5.5-1.5c1.65 0 3.35.31 4.75 1.06c.1.05.15.03.25.03c.25 0 .5-.25.5-.5V6.5c-.6-.45-1.25-.75-2-1V19c-1.1-.35-2.3-.5-3.5-.5c-1.7 0-4.15.65-5.5 1.5V6.5C10.55 5.4 8.45 5 6.5 5'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:book-open-page-variant-outline,[i-mdi\:book-open-page-variant-outline=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m19 1l-5 5v11l5-4.5zm2 4v13.5c-1.1-.35-2.3-.5-3.5-.5c-1.7 0-4.15.65-5.5 1.5V6c-1.45-1.1-3.55-1.5-5.5-1.5S2.45 4.9 1 6v14.65c0 .25.25.5.5.5c.1 0 .15-.05.25-.05C3.1 20.45 5.05 20 6.5 20c1.95 0 4.05.4 5.5 1.5c1.35-.85 3.8-1.5 5.5-1.5c1.65 0 3.35.3 4.75 1.05c.1.05.15.05.25.05c.25 0 .5-.25.5-.5V6c-.6-.45-1.25-.75-2-1M10 18.41C8.75 18.09 7.5 18 6.5 18c-1.06 0-2.32.19-3.5.5V7.13c.91-.4 2.14-.63 3.5-.63s2.59.23 3.5.63z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:book-open-variant,[i-mdi\:book-open-variant=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 21.5c-1.35-.85-3.8-1.5-5.5-1.5c-1.65 0-3.35.3-4.75 1.05c-.1.05-.15.05-.25.05c-.25 0-.5-.25-.5-.5V6c.6-.45 1.25-.75 2-1c1.11-.35 2.33-.5 3.5-.5c1.95 0 4.05.4 5.5 1.5c1.45-1.1 3.55-1.5 5.5-1.5c1.17 0 2.39.15 3.5.5c.75.25 1.4.55 2 1v14.6c0 .25-.25.5-.5.5c-.1 0-.15 0-.25-.05c-1.4-.75-3.1-1.05-4.75-1.05c-1.7 0-4.15.65-5.5 1.5M12 8v11.5c1.35-.85 3.8-1.5 5.5-1.5c1.2 0 2.4.15 3.5.5V7c-1.1-.35-2.3-.5-3.5-.5c-1.7 0-4.15.65-5.5 1.5m1 3.5c1.11-.68 2.6-1 4.5-1c.91 0 1.76.09 2.5.28V9.23c-.87-.15-1.71-.23-2.5-.23q-2.655 0-4.5.84zm4.5.17c-1.71 0-3.21.26-4.5.79v1.69c1.11-.65 2.6-.99 4.5-.99c1.04 0 1.88.08 2.5.24v-1.5c-.87-.16-1.71-.23-2.5-.23m2.5 2.9c-.87-.16-1.71-.24-2.5-.24c-1.83 0-3.33.27-4.5.8v1.69c1.11-.66 2.6-.99 4.5-.99c1.04 0 1.88.08 2.5.24z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:book-play-outline,[i-mdi\:book-play-outline=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M13.09 20c.12.72.37 1.39.72 2H6c-1.11 0-2-.89-2-2V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v9.09c-.33-.05-.66-.09-1-.09s-.67.04-1 .09V4h-5v8l-2.5-2.25L8 12V4H6v16zM17 16v6l5-3z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:book-plus,[i-mdi\:book-plus=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M13 19c0 1.1.3 2.12.81 3H6c-1.11 0-2-.89-2-2V4a2 2 0 0 1 2-2h1v7l2.5-1.5L12 9V2h6a2 2 0 0 1 2 2v9.09c-.33-.05-.66-.09-1-.09c-3.31 0-6 2.69-6 6m7-1v-3h-2v3h-3v2h3v3h2v-3h3v-2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:book-search,[i-mdi\:book-search=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M15.5 12c2.5 0 4.5 2 4.5 4.5c0 .88-.25 1.71-.69 2.4l3.08 3.1L21 23.39l-3.12-3.07c-.69.43-1.51.68-2.38.68c-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5m0 2a2.5 2.5 0 0 0-2.5 2.5a2.5 2.5 0 0 0 2.5 2.5a2.5 2.5 0 0 0 2.5-2.5a2.5 2.5 0 0 0-2.5-2.5M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h1v7l2.5-1.5L12 9V2h6a2 2 0 0 1 2 2v7.81A6.48 6.48 0 0 0 15.5 10A6.5 6.5 0 0 0 9 16.5c0 2.31 1.21 4.35 3.03 5.5z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:bookmark,[i-mdi\:bookmark=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M17 3H7a2 2 0 0 0-2 2v16l7-3l7 3V5a2 2 0 0 0-2-2'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:bookmark-plus,[i-mdi\:bookmark-plus=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M17 3a2 2 0 0 1 2 2v16l-7-3l-7 3V5a2 2 0 0 1 2-2zm-6 4v2H9v2h2v2h2v-2h2V9h-2V7z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:bookmark-remove,[i-mdi\:bookmark-remove=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M17 3a2 2 0 0 1 2 2v16l-7-3l-7 3V5a2 2 0 0 1 2-2zM8.17 8.58L10.59 11l-2.42 2.41l1.42 1.42L12 12.41l2.41 2.42l1.42-1.42L13.41 11l2.42-2.42l-1.42-1.41L12 9.58L9.59 7.17z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:brain{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M21.33 12.91c.09 1.55-.62 3.04-1.89 3.95l.77 1.49c.23.45.26.98.06 1.45c-.19.47-.58.84-1.06 1l-.79.25a1.69 1.69 0 0 1-1.86-.55L14.44 18c-.89-.15-1.73-.53-2.44-1.1c-.5.15-1 .23-1.5.23c-.88 0-1.76-.27-2.5-.79c-.53.16-1.07.23-1.62.22c-.79.01-1.57-.15-2.3-.45a4.1 4.1 0 0 1-2.43-3.61c-.08-.72.04-1.45.35-2.11c-.29-.75-.32-1.57-.07-2.33C2.3 7.11 3 6.32 3.87 5.82c.58-1.69 2.21-2.82 4-2.7c1.6-1.5 4.05-1.66 5.83-.37c.42-.11.86-.17 1.3-.17c1.36-.03 2.65.57 3.5 1.64c2.04.53 3.5 2.35 3.58 4.47c.05 1.11-.25 2.2-.86 3.13c.07.36.11.72.11 1.09m-5-1.41c.57.07 1.02.5 1.02 1.07a1 1 0 0 1-1 1h-.63c-.32.9-.88 1.69-1.62 2.29c.25.09.51.14.77.21c5.13-.07 4.53-3.2 4.53-3.25a2.59 2.59 0 0 0-2.69-2.49a1 1 0 0 1-1-1a1 1 0 0 1 1-1c1.23.03 2.41.49 3.33 1.3c.05-.29.08-.59.08-.89c-.06-1.24-.62-2.32-2.87-2.53c-1.25-2.96-4.4-1.32-4.4-.4c-.03.23.21.72.25.75a1 1 0 0 1 1 1c0 .55-.45 1-1 1c-.53-.02-1.03-.22-1.43-.56c-.48.31-1.03.5-1.6.56c-.57.05-1.04-.35-1.07-.9a.97.97 0 0 1 .88-1.1c.16-.02.94-.14.94-.77c0-.66.25-1.29.68-1.79c-.92-.25-1.91.08-2.91 1.29C6.75 5 6 5.25 5.45 7.2C4.5 7.67 4 8 3.78 9c1.08-.22 2.19-.13 3.22.25c.5.19.78.75.59 1.29c-.19.52-.77.78-1.29.59c-.73-.32-1.55-.34-2.3-.06c-.32.27-.32.83-.32 1.27c0 .74.37 1.43 1 1.83c.53.27 1.12.41 1.71.4q-.225-.39-.39-.81a1.038 1.038 0 0 1 1.96-.68c.4 1.14 1.42 1.92 2.62 2.05c1.37-.07 2.59-.88 3.19-2.13c.23-1.38 1.34-1.5 2.56-1.5m2 7.47l-.62-1.3l-.71.16l1 1.25zm-4.65-8.61a1 1 0 0 0-.91-1.03c-.71-.04-1.4.2-1.93.67c-.57.58-.87 1.38-.84 2.19a1 1 0 0 0 1 1c.57 0 1-.45 1-1c0-.27.07-.54.23-.76c.12-.1.27-.15.43-.15c.55.03 1.02-.38 1.02-.92'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:bullhorn{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 8H4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h1v4a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-4h3l5 4V4zm9.5 4c0 1.71-.96 3.26-2.5 4V8c1.53.75 2.5 2.3 2.5 4'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:calendar-check{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M19 19H5V8h14m0-5h-1V1h-2v2H8V1H6v2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-2.47 8.06L15.47 10l-4.88 4.88l-2.12-2.12l-1.06 1.06L10.59 17z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:calendar-week{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M6 1h2v2h8V1h2v2h1a2 2 0 0 1 2 2v14c0 1.11-.89 2-2 2H5a2 2 0 0 1-2-2V5c0-1.11.89-2 2-2h1zM5 8v11h14V8zm2 2h10v2H7z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:cancel{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 2c5.5 0 10 4.5 10 10s-4.5 10-10 10S2 17.5 2 12S6.5 2 12 2m0 2c-1.9 0-3.6.6-4.9 1.7l11.2 11.2c1-1.4 1.7-3.1 1.7-4.9c0-4.4-3.6-8-8-8m4.9 14.3L5.7 7.1C4.6 8.4 4 10.1 4 12c0 4.4 3.6 8 8 8c1.9 0 3.6-.6 4.9-1.7'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:card-bulleted-settings-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M9 22v2H7v-2zm4 0v2h-2v-2zm4 0v2h-2v-2zm-5-7h-2v-2h2zm6 0h-4v-2h4zM8 11H6V9h2zm10 0h-8V9h8zm2 9H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2M4 6v12h16V6z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:card-multiple{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M21 3c.53 0 1.04.21 1.41.59c.38.37.59.88.59 1.41v10c0 .53-.21 1.04-.59 1.41c-.37.38-.88.59-1.41.59H7c-.53 0-1.04-.21-1.41-.59C5.21 16.04 5 15.53 5 15V5c0-.53.21-1.04.59-1.41C5.96 3.21 6.47 3 7 3zM3 19h15v2H3c-.53 0-1.04-.21-1.41-.59C1.21 20.04 1 19.53 1 19V8h2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:card-text-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M20 20H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2M4 6v12h16V6zm2 3h12v2H6zm0 4h10v2H6z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:cellphone-arrow-down,[i-mdi\:cellphone-arrow-down=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M17 1H7a2 2 0 0 0-2 2v18a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2m0 18H7V5h10zm-1-6h-3V8h-2v5H8l4 4z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:chart-donut-variant,[i-mdi\:chart-donut-variant=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M13 2.05c5.05.5 9 4.77 9 9.95c0 1.45-.32 2.83-.88 4.07l-2.62-1.53c.32-.79.5-1.64.5-2.54c0-3.53-2.61-6.43-6-6.92zM12 19c2.21 0 4.17-1 5.45-2.62l2.6 1.53A9.97 9.97 0 0 1 12 22C6.47 22 2 17.5 2 12a9.99 9.99 0 0 1 9-9.95v3.03C7.61 5.57 5 8.47 5 12a7 7 0 0 0 7 7m0-13a6 6 0 0 1 6 6c0 2.97-2.16 5.44-5 5.92v-3.09c1.17-.41 2-1.52 2-2.83a3 3 0 0 0-3-3l-.55.05l-1.54-2.67C10.56 6.13 11.26 6 12 6m-6 6c0-1.86.85-3.5 2.18-4.62l1.54 2.67C9.27 10.57 9 11.26 9 12c0 1.31.83 2.42 2 2.83v3.09c-2.84-.48-5-2.95-5-5.92'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:chart-line,[i-mdi\:chart-line=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m16 11.78l4.24-7.33l1.73 1l-5.23 9.05l-6.51-3.75L5.46 19H22v2H2V3h2v14.54L9.5 8z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:check,[i-mdi\:check=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M21 7L9 19l-5.5-5.5l1.41-1.41L9 16.17L19.59 5.59z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:check-circle,[i-mdi\:check-circle=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10s10-4.5 10-10S17.5 2 12 2m-2 15l-5-5l1.41-1.41L10 14.17l7.59-7.59L19 8z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:check-circle-outline,[i-mdi\:check-circle-outline=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10s10-4.5 10-10S17.5 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8s8 3.59 8 8s-3.59 8-8 8m4.59-12.42L10 14.17l-2.59-2.58L6 13l4 4l8-8z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:checkbox-marked-circle-plus-outline,[i-mdi\:checkbox-marked-circle-plus-outline=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M14.3 21.7c-.7.2-1.5.3-2.3.3c-5.5 0-10-4.5-10-10S6.5 2 12 2c1.3 0 2.6.3 3.8.7l-1.6 1.6c-.7-.2-1.4-.3-2.2-.3c-4.4 0-8 3.6-8 8s3.6 8 8 8c.4 0 .9 0 1.3-.1c.2.7.6 1.3 1 1.8M7.9 10.1l-1.4 1.4L11 16L21 6l-1.4-1.4l-8.6 8.6zM18 14v3h-3v2h3v3h2v-3h3v-2h-3v-3z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:chevron-down,[i-mdi\:chevron-down=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M7.41 8.58L12 13.17l4.59-4.59L18 10l-6 6l-6-6z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:chevron-down-up{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M16.59 5.41L15.17 4L12 7.17L8.83 4L7.41 5.41L12 10m-4.59 8.59L8.83 20L12 16.83L15.17 20l1.41-1.41L12 14z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:chevron-left,[i-mdi\:chevron-left=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M15.41 16.58L10.83 12l4.58-4.59L14 6l-6 6l6 6z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:chevron-right,[i-mdi\:chevron-right=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M8.59 16.58L13.17 12L8.59 7.41L10 6l6 6l-6 6z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:chevron-up,[i-mdi\:chevron-up=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6l-6 6z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:chevron-up-down{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 18.17L8.83 15l-1.41 1.41L12 21l4.59-4.59L15.17 15M12 5.83L15.17 9l1.41-1.41L12 3L7.41 7.59L8.83 9z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:circle,[i-mdi\:circle=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:circle-outline,[i-mdi\:circle-outline=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 20a8 8 0 0 1-8-8a8 8 0 0 1 8-8a8 8 0 0 1 8 8a8 8 0 0 1-8 8m0-18A10 10 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:clock-digital{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M2 6a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2M2 8h20v8H2m1-7v1.5h3.25L3 15h1.75L8 10.5V9m1.25 0v1.5h1.5V9M12 9v1.5h1.5V15H15V9m2 0a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1m-2.5 1.5h2v3h-2m-8.25 0V15h1.5v-1.5'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:clock-outline,[i-mdi\:clock-outline=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 20a8 8 0 0 0 8-8a8 8 0 0 0-8-8a8 8 0 0 0-8 8a8 8 0 0 0 8 8m0-18a10 10 0 0 1 10 10a10 10 0 0 1-10 10C6.47 22 2 17.5 2 12A10 10 0 0 1 12 2m.5 5v5.25l4.5 2.67l-.75 1.23L11 13V7z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:clock-time-eight-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 20c4.4 0 8-3.6 8-8s-3.6-8-8-8s-8 3.6-8 8s3.6 8 8 8m0-18c5.5 0 10 4.5 10 10s-4.5 10-10 10S2 17.5 2 12S6.5 2 12 2m.5 10.8l-4.8 2.8l-.7-1.4l4-2.3V7h1.5z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:close,[i-mdi\:close=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M19 6.41L17.59 5L12 10.59L6.41 5L5 6.41L10.59 12L5 17.59L6.41 19L12 13.41L17.59 19L19 17.59L13.41 12z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:close-circle,[i-mdi\:close-circle=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 2c5.53 0 10 4.47 10 10s-4.47 10-10 10S2 17.53 2 12S6.47 2 12 2m3.59 5L12 10.59L8.41 7L7 8.41L10.59 12L7 15.59L8.41 17L12 13.41L15.59 17L17 15.59L13.41 12L17 8.41z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:cog,[i-mdi\:cog=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 15.5A3.5 3.5 0 0 1 8.5 12A3.5 3.5 0 0 1 12 8.5a3.5 3.5 0 0 1 3.5 3.5a3.5 3.5 0 0 1-3.5 3.5m7.43-2.53c.04-.32.07-.64.07-.97s-.03-.66-.07-1l2.11-1.63c.19-.15.24-.42.12-.64l-2-3.46c-.12-.22-.39-.31-.61-.22l-2.49 1c-.52-.39-1.06-.73-1.69-.98l-.37-2.65A.506.506 0 0 0 14 2h-4c-.25 0-.46.18-.5.42l-.37 2.65c-.63.25-1.17.59-1.69.98l-2.49-1c-.22-.09-.49 0-.61.22l-2 3.46c-.13.22-.07.49.12.64L4.57 11c-.04.34-.07.67-.07 1s.03.65.07.97l-2.11 1.66c-.19.15-.25.42-.12.64l2 3.46c.12.22.39.3.61.22l2.49-1.01c.52.4 1.06.74 1.69.99l.37 2.65c.04.24.25.42.5.42h4c.25 0 .46-.18.5-.42l.37-2.65c.63-.26 1.17-.59 1.69-.99l2.49 1.01c.22.08.49 0 .61-.22l2-3.46c.12-.22.07-.49-.12-.64z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:compass-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m7 17l3.2-6.8L17 7l-3.2 6.8zm5-5.9a.9.9 0 0 0-.9.9a.9.9 0 0 0 .9.9a.9.9 0 0 0 .9-.9a.9.9 0 0 0-.9-.9M12 2a10 10 0 0 1 10 10a10 10 0 0 1-10 10A10 10 0 0 1 2 12A10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8a8 8 0 0 0 8 8a8 8 0 0 0 8-8a8 8 0 0 0-8-8'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:compass-rose{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m15 9l-3-9l-3 9l-9 3l9 3l3 9l3-9l9-3zM4 12l6-2l1 2zm8 8l-2-6l2-1zm0-16l2 6l-2 1zm2 10l-1-2h7zm-5.3 3.3L5 19l1.7-3.7l1.6.5zm8.6-2L19 19l-3.7-1.7l.5-1.6zM6.7 8.7L5 5l3.7 1.7l-.5 1.5zm8.6-2L19 5l-1.7 3.7l-1.6-.5z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:content-copy,[i-mdi\:content-copy=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M19 21H8V7h11m0-2H8a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h11a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2m-3-4H4a2 2 0 0 0-2 2v14h2V3h12z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:content-save,[i-mdi\:content-save=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M15 9H5V5h10m-3 14a3 3 0 0 1-3-3a3 3 0 0 1 3-3a3 3 0 0 1 3 3a3 3 0 0 1-3 3m5-16H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V7z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:delete,[i-mdi\:delete=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M19 4h-3.5l-1-1h-5l-1 1H5v2h14M6 19a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V7H6z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:delete-outline,[i-mdi\:delete-outline=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M6 19a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V7H6zM8 9h8v10H8zm7.5-5l-1-1h-5l-1 1H5v2h14V4z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:dots-horizontal,[i-mdi\:dots-horizontal=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M16 12a2 2 0 0 1 2-2a2 2 0 0 1 2 2a2 2 0 0 1-2 2a2 2 0 0 1-2-2m-6 0a2 2 0 0 1 2-2a2 2 0 0 1 2 2a2 2 0 0 1-2 2a2 2 0 0 1-2-2m-6 0a2 2 0 0 1 2-2a2 2 0 0 1 2 2a2 2 0 0 1-2 2a2 2 0 0 1-2-2'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:earth,[i-mdi\:earth=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M17.9 17.39c-.26-.8-1.01-1.39-1.9-1.39h-1v-3a1 1 0 0 0-1-1H8v-2h2a1 1 0 0 0 1-1V7h2a2 2 0 0 0 2-2v-.41a7.984 7.984 0 0 1 2.9 12.8M11 19.93c-3.95-.49-7-3.85-7-7.93c0-.62.08-1.22.21-1.79L9 15v1a2 2 0 0 0 2 2m1-16A10 10 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:edit,.i-mdi\:pencil,[i-mdi\:edit=""],[i-mdi\:pencil=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M20.71 7.04c.39-.39.39-1.04 0-1.41l-2.34-2.34c-.37-.39-1.02-.39-1.41 0l-1.84 1.83l3.75 3.75M3 17.25V21h3.75L17.81 9.93l-3.75-3.75z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:exclamation-thick,[i-mdi\:exclamation-thick=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M10 3h4v11h-4zm0 18v-4h4v4z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:facebook,[i-mdi\:facebook=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 2.04c-5.5 0-10 4.49-10 10.02c0 5 3.66 9.15 8.44 9.9v-7H7.9v-2.9h2.54V9.85c0-2.51 1.49-3.89 3.78-3.89c1.09 0 2.23.19 2.23.19v2.47h-1.26c-1.24 0-1.63.77-1.63 1.56v1.88h2.78l-.45 2.9h-2.33v7a10 10 0 0 0 8.44-9.9c0-5.53-4.5-10.02-10-10.02'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:facebook-box,[i-mdi\:facebook-box=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m13 2h-2.5A3.5 3.5 0 0 0 12 8.5V11h-2v3h2v7h3v-7h3v-3h-3V9a1 1 0 0 1 1-1h2V5z' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:flag-checkered,[i-mdi\:flag-checkered=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M14.4 6H20v10h-7l-.4-2H7v7H5V4h9zm-.4 8h2v-2h2v-2h-2V8h-2v2l-1-2V6h-2v2H9V6H7v2h2v2H7v2h2v-2h2v2h2v-2l1 2zm-3-4V8h2v2zm3 0h2v2h-2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:flower-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M8.66 13.07c-1.74 0-3.16-1.41-3.16-3.14c0-.71.26-1.39.69-1.93c-.42-.54-.69-1.22-.69-1.93c0-1.73 1.43-3.14 3.16-3.14l.43.03A3.15 3.15 0 0 1 12 1c1.31 0 2.44.81 2.91 1.96l.43-.03c1.73 0 3.16 1.41 3.16 3.14c0 .71-.26 1.39-.69 1.93c.42.54.69 1.22.69 1.93c0 1.73-1.43 3.14-3.16 3.14l-.43-.03A3.15 3.15 0 0 1 12 15a3.15 3.15 0 0 1-2.91-1.96zM12 13c.62 0 1.12-.5 1.14-1.1l-.11-1.09c-.32.12-.67.19-1.03.19s-.7-.07-1-.19l-.14 1.09c.02.6.52 1.1 1.14 1.1m3.34-1.93c.63 0 1.16-.51 1.16-1.15c0-.42-.27-.84-.67-1.03l-.88-.42c-.12.74-.51 1.38-1.06 1.83l.81.57c.18.13.4.2.64.2m-.65-5.94l-.82.56c.56.45.95 1.09 1.07 1.81l.88-.4c.41-.2.68-.6.68-1.03c0-.63-.53-1.14-1.16-1.14c-.23 0-.45.07-.65.2M12 3c-.62 0-1.12.5-1.14 1.1L11 5.19c.3-.12.64-.19 1-.19s.71.07 1.03.19l.11-1.09C13.12 3.5 12.62 3 12 3M8.66 4.93c-.63 0-1.16.51-1.16 1.14c0 .43.27.83.67 1.03l.88.4c.12-.72.51-1.36 1.06-1.81l-.81-.56c-.18-.13-.4-.2-.64-.2M8.17 8.9c-.4.2-.67.6-.67 1.02c0 .63.53 1.14 1.16 1.14c.23 0 .45-.06.65-.2l.81-.55c-.56-.45-.95-1.09-1.07-1.81zM12 22a9 9 0 0 1-9-9a9 9 0 0 1 9 9a9 9 0 0 1 9-9a9 9 0 0 1-9 9m2.44-2.44a7.04 7.04 0 0 0 4.12-4.12c-1.9.7-3.41 2.22-4.12 4.12m-9-4.12a7.04 7.04 0 0 0 4.12 4.12c-.7-1.9-2.22-3.41-4.12-4.12'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:format-list-bulleted{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M7 5h14v2H7zm0 8v-2h14v2zM4 4.5A1.5 1.5 0 0 1 5.5 6A1.5 1.5 0 0 1 4 7.5A1.5 1.5 0 0 1 2.5 6A1.5 1.5 0 0 1 4 4.5m0 6A1.5 1.5 0 0 1 5.5 12A1.5 1.5 0 0 1 4 13.5A1.5 1.5 0 0 1 2.5 12A1.5 1.5 0 0 1 4 10.5M7 19v-2h14v2zm-3-2.5A1.5 1.5 0 0 1 5.5 18A1.5 1.5 0 0 1 4 19.5A1.5 1.5 0 0 1 2.5 18A1.5 1.5 0 0 1 4 16.5'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:format-list-numbered{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M7 13v-2h14v2zm0 6v-2h14v2zM7 7V5h14v2zM3 8V5H2V4h2v4zm-1 9v-1h3v4H2v-1h2v-.5H3v-1h1V17zm2.25-7a.75.75 0 0 1 .75.75c0 .2-.08.39-.21.52L3.12 13H5v1H2v-.92L4 11H2v-1z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:heart,[i-mdi\:heart=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m12 21.35l-1.45-1.32C5.4 15.36 2 12.27 2 8.5C2 5.41 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.08C13.09 3.81 14.76 3 16.5 3C19.58 3 22 5.41 22 8.5c0 3.77-3.4 6.86-8.55 11.53z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:heart-multiple{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M13.5 20c-6.6-6.1-10-9.2-10-12.9C3.5 4 5.9 1.6 9 1.6c1.7 0 3.4.8 4.5 2.1c1.1-1.3 2.8-2.1 4.5-2.1c3.1 0 5.5 2.4 5.5 5.5c0 3.8-3.4 6.9-10 12.9M12 21.1C5.4 15.2 1.5 11.7 1.5 7v-.6c-.6.9-1 2-1 3.2c0 3.8 3.4 6.9 10 12.8z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:heart-search,[i-mdi\:heart-search=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M19.3 14.9c.4-.7.7-1.5.7-2.4C20 10 18 8 15.5 8S11 10 11 12.5s2 4.5 4.5 4.5c.9 0 1.7-.3 2.4-.7l2.9 2.9l1.4-1.4zm-3.8.1c-1.4 0-2.5-1.1-2.5-2.5s1.1-2.5 2.5-2.5s2.5 1.1 2.5 2.5s-1.1 2.5-2.5 2.5m-.8 3.9c-.4.4-.8.7-1.2 1.1L12 21.3L10.5 20C5.4 15.4 2 12.3 2 8.5C2 5.4 4.4 3 7.5 3c1.7 0 3.4.8 4.5 2.1C13.1 3.8 14.8 3 16.5 3C19.6 3 22 5.4 22 8.5c0 .7-.1 1.3-.3 2c-.9-2.6-3.3-4.5-6.2-4.5C11.9 6 9 8.9 9 12.5c0 3.3 2.5 6 5.7 6.4'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:help{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M10 19h3v3h-3zm2-17c5.35.22 7.68 5.62 4.5 9.67c-.83 1-2.17 1.66-2.83 2.5C13 15 13 16 13 17h-3c0-1.67 0-3.08.67-4.08c.66-1 2-1.59 2.83-2.25C15.92 8.43 15.32 5.26 12 5a3 3 0 0 0-3 3H6a6 6 0 0 1 6-6'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:help-circle-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M11 18h2v-2h-2zm1-16A10 10 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8s8 3.59 8 8s-3.59 8-8 8m0-14a4 4 0 0 0-4 4h2a2 2 0 0 1 2-2a2 2 0 0 1 2 2c0 2-3 1.75-3 5h2c0-2.25 3-2.5 3-5a4 4 0 0 0-4-4'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:history,[i-mdi\:history=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M13.5 8H12v5l4.28 2.54l.72-1.21l-3.5-2.08zM13 3a9 9 0 0 0-9 9H1l3.96 4.03L9 12H6a7 7 0 0 1 7-7a7 7 0 0 1 7 7a7 7 0 0 1-7 7c-1.93 0-3.68-.79-4.94-2.06l-1.42 1.42A8.9 8.9 0 0 0 13 21a9 9 0 0 0 9-9a9 9 0 0 0-9-9'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:information-outline,[i-mdi\:information-outline=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M11 9h2V7h-2m1 13c-4.41 0-8-3.59-8-8s3.59-8 8-8s8 3.59 8 8s-3.59 8-8 8m0-18A10 10 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2m-1 15h2v-6h-2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:information-variant{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M13.5 4A1.5 1.5 0 0 0 12 5.5A1.5 1.5 0 0 0 13.5 7A1.5 1.5 0 0 0 15 5.5A1.5 1.5 0 0 0 13.5 4m-.36 4.77c-1.19.1-4.44 2.69-4.44 2.69c-.2.15-.14.14.02.42c.16.27.14.29.33.16c.2-.13.53-.34 1.08-.68c2.12-1.36.34 1.78-.57 7.07c-.36 2.62 2 1.27 2.61.87c.6-.39 2.21-1.5 2.37-1.61c.22-.15.06-.27-.11-.52c-.12-.17-.24-.05-.24-.05c-.65.43-1.84 1.33-2 .76c-.19-.57 1.03-4.48 1.7-7.17c.11-.64.41-2.04-.75-1.94'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:keyboard-return,[i-mdi\:keyboard-return=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M19 7v4H5.83l3.58-3.59L8 6l-6 6l6 6l1.41-1.42L5.83 13H21V7z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:library{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 8a3 3 0 0 0 3-3a3 3 0 0 0-3-3a3 3 0 0 0-3 3a3 3 0 0 0 3 3m0 3.54C9.64 9.35 6.5 8 3 8v11c3.5 0 6.64 1.35 9 3.54c2.36-2.19 5.5-3.54 9-3.54V8c-3.5 0-6.64 1.35-9 3.54'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:library-books{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M19 7H9V5h10m-4 10H9v-2h6m4-2H9V9h10m1-7H8a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2M4 6H2v14a2 2 0 0 0 2 2h14v-2H4V6z' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:lightbulb-on,[i-mdi\:lightbulb-on=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 6a6 6 0 0 1 6 6c0 2.22-1.21 4.16-3 5.2V19a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1v-1.8c-1.79-1.04-3-2.98-3-5.2a6 6 0 0 1 6-6m2 15v1a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-1zm6-10h3v2h-3zM1 11h3v2H1zM13 1v3h-2V1zM4.92 3.5l2.13 2.14l-1.42 1.41L3.5 4.93zm12.03 2.13l2.12-2.13l1.43 1.43l-2.13 2.12z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:lightning-bolt,[i-mdi\:lightning-bolt=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M11 15H6l7-14v8h5l-7 14z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:loading,[i-mdi\:loading=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 4V2A10 10 0 0 0 2 12h2a8 8 0 0 1 8-8'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:login,[i-mdi\:login=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M11 7L9.6 8.4l2.6 2.6H2v2h10.2l-2.6 2.6L11 17l5-5zm9 12h-8v2h8c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2h-8v2h8z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:magnify,[i-mdi\:magnify=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5l-1.5 1.5l-5-5v-.79l-.27-.27A6.52 6.52 0 0 1 9.5 16A6.5 6.5 0 0 1 3 9.5A6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14S14 12 14 9.5S12 5 9.5 5'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:magnify-scan{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M17 22v-2h3v-3h2v3.5c0 .39-.16.74-.46 1.04s-.65.46-1.04.46zM7 22H3.5c-.39 0-.74-.16-1.04-.46S2 20.89 2 20.5V17h2v3h3zM17 2h3.5c.39 0 .74.16 1.04.46s.46.65.46 1.04V7h-2V4h-3zM7 2v2H4v3H2V3.5c0-.39.16-.74.46-1.04S3.11 2 3.5 2zm3.5 4C13 6 15 8 15 10.5c0 .88-.25 1.7-.69 2.4l3.26 3.26l-1.41 1.41l-3.26-3.26c-.7.44-1.52.69-2.4.69C8 15 6 13 6 10.5S8 6 10.5 6m0 2a2.5 2.5 0 0 0 0 5a2.5 2.5 0 0 0 0-5'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:map-marker-path,[i-mdi\:map-marker-path=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M18 15a3 3 0 0 1 3 3a3 3 0 0 1-3 3a2.99 2.99 0 0 1-2.83-2H14v-2h1.17c.41-1.17 1.52-2 2.83-2m0 2a1 1 0 0 0-1 1a1 1 0 0 0 1 1a1 1 0 0 0 1-1a1 1 0 0 0-1-1m0-9a1.43 1.43 0 0 0 1.43-1.43a1.43 1.43 0 1 0-2.86 0A1.43 1.43 0 0 0 18 8m0-5.43a4 4 0 0 1 4 4C22 9.56 18 14 18 14s-4-4.44-4-7.43a4 4 0 0 1 4-4M8.83 17H10v2H8.83A2.99 2.99 0 0 1 6 21a3 3 0 0 1-3-3c0-1.31.83-2.42 2-2.83V14h2v1.17c.85.3 1.53.98 1.83 1.83M6 17a1 1 0 0 0-1 1a1 1 0 0 0 1 1a1 1 0 0 0 1-1a1 1 0 0 0-1-1M6 3a3 3 0 0 1 3 3c0 1.31-.83 2.42-2 2.83V10H5V8.83A2.99 2.99 0 0 1 3 6a3 3 0 0 1 3-3m0 2a1 1 0 0 0-1 1a1 1 0 0 0 1 1a1 1 0 0 0 1-1a1 1 0 0 0-1-1m5 14v-2h2v2zm-4-6H5v-2h2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:menu,[i-mdi\:menu=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M3 6h18v2H3zm0 5h18v2H3zm0 5h18v2H3z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:minus-box-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M19 19V5H5v14zm0-16a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zm-2 8v2H7v-2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:minus-circle,[i-mdi\:minus-circle=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M17 13H7v-2h10m-5-9A10 10 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:motion-play-outline,[i-mdi\:motion-play-outline=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m10 16.5l6-4.5l-6-4.5M22 12c0-5.54-4.46-10-10-10c-1.17 0-2.3.19-3.38.56l.7 1.94c.85-.34 1.74-.53 2.68-.53c4.41 0 8.03 3.62 8.03 8.03s-3.62 8.03-8.03 8.03S3.97 16.41 3.97 12c0-.94.19-1.88.53-2.72l-1.94-.66C2.19 9.7 2 10.83 2 12c0 5.54 4.46 10 10 10s10-4.46 10-10M5.47 3.97c.85 0 1.53.71 1.53 1.5C7 6.32 6.32 7 5.47 7c-.79 0-1.5-.68-1.5-1.53c0-.79.71-1.5 1.5-1.5'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:octagram{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M2.2 16.06L3.88 12L2.2 7.94l4.06-1.68L7.94 2.2L12 3.88l4.06-1.68l1.68 4.06l4.06 1.68L20.12 12l1.68 4.06l-4.06 1.68l-1.68 4.06L12 20.12L7.94 21.8l-1.68-4.06z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:octagram-outline,[i-mdi\:octagram-outline=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M2.2 16.06L3.88 12L2.2 7.94l4.06-1.68L7.94 2.2L12 3.88l4.06-1.68l1.68 4.06l4.06 1.68L20.12 12l1.68 4.06l-4.06 1.68l-1.68 4.06L12 20.12L7.94 21.8l-1.68-4.06zM4.81 9l1.24 3l-1.24 3l2.98 1.21L9 19.19l3-1.24l3 1.24l1.21-2.98L19.19 15l-1.24-3l1.24-3l-2.98-1.21L15 4.81l-3 1.24l-3-1.24l-1.21 2.98z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:open-in-new,[i-mdi\:open-in-new=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M14 3v2h3.59l-9.83 9.83l1.41 1.41L19 6.41V10h2V3m-2 16H5V5h7V3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7h-2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:page-next-outline,[i-mdi\:page-next-outline=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M22 3H5a2 2 0 0 0-2 2v4h2V5h17v14H5v-4H3v4a2 2 0 0 0 2 2h17a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2M7 15v-2H0v-2h7V9l4 3zm13-2h-7v-2h7zm0-4h-7V7h7zm-3 8h-4v-2h4z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:pause,[i-mdi\:pause=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M14 19h4V5h-4M6 19h4V5H6z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:pause-circle,[i-mdi\:pause-circle=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M15 16h-2V8h2m-4 8H9V8h2m1-6A10 10 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:pillar{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M6 5h12a1 1 0 0 1 1 1a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1a1 1 0 0 1 1-1m15-3v2H3V2zm-6 6h2v14h-2zM7 8h2v14H7zm4 0h2v14h-2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:play,[i-mdi\:play=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M8 5.14v14l11-7z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:play-circle,[i-mdi\:play-circle=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M10 16.5v-9l6 4.5M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:playlist-remove{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M14 10H3v2h11zm0-4H3v2h11zM3 16h7v-2H3zm11.4 6l2.6-2.6l2.6 2.6l1.4-1.4l-2.6-2.6l2.6-2.6l-1.4-1.4l-2.6 2.6l-2.6-2.6l-1.4 1.4l2.6 2.6l-2.6 2.6z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:plus-box-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M19 19V5H5v14zm0-16a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zm-8 4h2v4h4v2h-4v4h-2v-4H7v-2h4z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:plus-circle,[i-mdi\:plus-circle=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M17 13h-4v4h-2v-4H7v-2h4V7h2v4h4m-5-9A10 10 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:question-box-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M11 18h2v-2h-2zm1-12c-2.2 0-4 1.8-4 4h2c0-1.1.9-2 2-2s2 .9 2 2c0 2-3 1.8-3 5h2c0-2.2 3-2.5 3-5c0-2.2-1.8-4-4-4m7-1v14H5V5zm0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:reload,[i-mdi\:reload=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M2 12a9 9 0 0 0 9 9c2.39 0 4.68-.94 6.4-2.6l-1.5-1.5A6.7 6.7 0 0 1 11 19c-6.24 0-9.36-7.54-4.95-11.95S18 5.77 18 12h-3l4 4h.1l3.9-4h-3a9 9 0 0 0-18 0'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:repeat,[i-mdi\:repeat=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M17 17H7v-3l-4 4l4 4v-3h12v-6h-2M7 7h10v3l4-4l-4-4v3H5v6h2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:restart,[i-mdi\:restart=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 4c2.1 0 4.1.8 5.6 2.3c3.1 3.1 3.1 8.2 0 11.3c-1.8 1.9-4.3 2.6-6.7 2.3l.5-2c1.7.2 3.5-.4 4.8-1.7c2.3-2.3 2.3-6.1 0-8.5C15.1 6.6 13.5 6 12 6v4.6l-5-5l5-5zM6.3 17.6C3.7 15 3.3 11 5.1 7.9l1.5 1.5c-1.1 2.2-.7 5 1.2 6.8q.75.75 1.8 1.2l-.6 2q-1.5-.6-2.7-1.8'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:share-variant,[i-mdi\:share-variant=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81a3 3 0 0 0 3-3a3 3 0 0 0-3-3a3 3 0 0 0-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9a3 3 0 0 0-3 3a3 3 0 0 0 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.15c-.05.21-.08.43-.08.66c0 1.61 1.31 2.91 2.92 2.91s2.92-1.3 2.92-2.91A2.92 2.92 0 0 0 18 16.08'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:skip-next,[i-mdi\:skip-next=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M16 18h2V6h-2M6 18l8.5-6L6 6z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:skip-previous,[i-mdi\:skip-previous=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M6 18V6h2v12zm3.5-6L18 6v12z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:sort-variant{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M3 13h12v-2H3m0-5v2h18V6M3 18h6v-2H3z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:star-four-points-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m12 6.7l1.45 3.85L17.3 12l-3.85 1.45L12 17.3l-1.45-3.85L6.7 12l3.85-1.45zM12 1L9 9l-8 3l8 3l3 8l3-8l8-3l-8-3z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:subdirectory-arrow-right,[i-mdi\:subdirectory-arrow-right=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m19 15l-6 6l-1.42-1.42L15.17 16H4V4h2v10h9.17l-3.59-3.58L13 9z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:telegram,[i-mdi\:telegram=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M9.78 18.65l.28-4.23l7.68-6.92c.34-.31-.07-.46-.52-.19L7.74 13.3L3.64 12c-.88-.25-.89-.86.2-1.3l15.97-6.16c.73-.33 1.43.18 1.15 1.3l-2.72 12.81c-.19.91-.74 1.13-1.5.71L12.6 16.3l-1.99 1.93c-.23.23-.42.42-.83.42z' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:text-search,[i-mdi\:text-search=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m19.31 18.9l3.08 3.1L21 23.39l-3.12-3.07c-.69.43-1.51.68-2.38.68c-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5s4.5 2 4.5 4.5c0 .88-.25 1.71-.69 2.4m-3.81.1a2.5 2.5 0 0 0 0-5a2.5 2.5 0 0 0 0 5M21 4v2H3V4zM3 16v-2h6v2zm0-5V9h18v2h-2.03c-1.01-.63-2.2-1-3.47-1s-2.46.37-3.47 1z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:timer-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 20a7 7 0 0 1-7-7a7 7 0 0 1 7-7a7 7 0 0 1 7 7a7 7 0 0 1-7 7m7.03-12.61l1.42-1.42c-.45-.51-.9-.97-1.41-1.41L17.62 6c-1.55-1.26-3.5-2-5.62-2a9 9 0 0 0-9 9a9 9 0 0 0 9 9c5 0 9-4.03 9-9c0-2.12-.74-4.07-1.97-5.61M11 14h2V8h-2m4-7H9v2h6z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:timer-pause-outline,[i-mdi\:timer-pause-outline=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M21 13.35c-.64-.22-1.3-.35-2-.35c0-3.87-3.13-7-7-7s-7 3.13-7 7s3.13 7 7 7c.37 0 .72-.04 1.08-.09c.1.69.32 1.34.63 1.92c-.55.11-1.12.17-1.71.17a9 9 0 0 1 0-18c2.12 0 4.07.74 5.62 2l1.42-1.44c.51.44.96.9 1.41 1.41l-1.42 1.42A8.96 8.96 0 0 1 21 13zM11 14h2V8h-2zm4-13H9v2h6zm4.63 15.5v5h1.87v-5zm-3.13 5h1.88v-5H16.5z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:timer-play-outline,[i-mdi\:timer-play-outline=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M15 3H9V1h6zm-4 11h2V8h-2zm8-1c.7 0 1.36.13 2 .35V13c0-2.12-.74-4.07-1.97-5.61l1.42-1.42c-.45-.51-.9-.97-1.41-1.41L17.62 6c-1.55-1.26-3.5-2-5.62-2a9 9 0 0 0 0 18c.59 0 1.16-.06 1.71-.17c-.31-.58-.53-1.23-.63-1.92c-.36.05-.71.09-1.08.09c-3.87 0-7-3.13-7-7s3.13-7 7-7s7 3.13 7 7m-2 3v6l5-3z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:translate,[i-mdi\:translate=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m12.87 15.07l-2.54-2.51l.03-.03A17.5 17.5 0 0 0 14.07 6H17V4h-7V2H8v2H1v2h11.17C11.5 7.92 10.44 9.75 9 11.35C8.07 10.32 7.3 9.19 6.69 8h-2c.73 1.63 1.73 3.17 2.98 4.56l-5.09 5.02L4 19l5-5l3.11 3.11zM18.5 10h-2L12 22h2l1.12-3h4.75L21 22h2zm-2.62 7l1.62-4.33L19.12 17z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:tune,[i-mdi\:tune=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M3 17v2h6v-2zM3 5v2h10V5zm10 16v-2h8v-2h-8v-2h-2v6zM7 9v2H3v2h4v2h2V9zm14 4v-2H11v2zm-6-4h2V7h4V5h-4V3h-2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:view-dashboard,[i-mdi\:view-dashboard=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M13 3v6h8V3m-8 18h8V11h-8M3 21h8v-6H3m0-2h8V3H3z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:volume,[i-mdi\:volume=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M3 9h4l5-5v16l-5-5H3V9zm18 3a9.003 9.003 0 0 1-7 8.777V18.71a7.003 7.003 0 0 0 0-13.42V3.223c4.008.91 7 4.494 7 8.777zm-4 0a5.001 5.001 0 0 1-3 4.584V7.416c1.766.772 3 2.534 3 4.584z' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:warning,[i-mdi\:warning=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M13 14h-2V9h2m0 9h-2v-2h2M1 21h22L12 2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.i-mdi\:weather-night,[i-mdi\:weather-night=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m17.75 4.09l-2.53 1.94l.91 3.06l-2.63-1.81l-2.63 1.81l.91-3.06l-2.53-1.94L12.44 4l1.06-3l1.06 3zm3.5 6.91l-1.64 1.25l.59 1.98l-1.7-1.17l-1.7 1.17l.59-1.98L15.75 11l2.06-.05L18.5 9l.69 1.95zm-2.28 4.95c.83-.08 1.72 1.1 1.19 1.85c-.32.45-.66.87-1.08 1.27C15.17 23 8.84 23 4.94 19.07c-3.91-3.9-3.91-10.24 0-14.14c.4-.4.82-.76 1.27-1.08c.75-.53 1.93.36 1.85 1.19c-.27 2.86.69 5.83 2.89 8.02a9.96 9.96 0 0 0 8.02 2.89m-1.64 2.02a12.08 12.08 0 0 1-7.8-3.47c-2.17-2.19-3.33-5-3.49-7.82c-2.81 3.14-2.7 7.96.31 10.98c3.02 3.01 7.84 3.12 10.98.31'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;color:inherit;background-color:currentColor;width:1.2em;height:1.2em;-webkit-mask-size:100% 100%;mask-size:100% 100%}.prose{color:var(--un-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--un-prose-lead);margin-top:1.2em;margin-bottom:1.2em;font-size:1.25em;line-height:1.6}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;opacity:.75;font-weight:500;text-decoration:underline}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:decimal}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:disc}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--un-prose-counters);font-weight:400}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--un-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--un-prose-headings);margin-top:1.25em;font-weight:600}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--un-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--un-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--un-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em;font-style:italic;font-weight:500}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;margin-top:0;margin-bottom:.888889em;font-size:2.25em;font-weight:800;line-height:1.11111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:900}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;margin-top:2em;margin-bottom:1em;font-size:1.5em;font-weight:700;line-height:1.33333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:800}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;margin-top:1.6em;margin-bottom:.6em;font-size:1.25em;font-weight:600;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;margin-top:1.5em;margin-bottom:.5em;font-weight:600;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em;display:block}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--un-prose-kbd);box-shadow:0 0 0 1px rgb(var(--un-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--un-prose-kbd-shadows) / 10%);padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;border-radius:.3125rem;padding-inline-start:.375em;font-family:inherit;font-size:.875em;font-weight:500}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em;font-weight:600}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before,.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--un-prose-pre-code);background-color:var(--un-prose-pre-bg);padding-top:.857143em;padding-inline-end:1.14286em;padding-bottom:.857143em;border-radius:.375rem;margin-top:1.71429em;margin-bottom:1.71429em;padding-inline-start:1.14286em;font-size:.875em;font-weight:400;line-height:1.71429;overflow-x:auto}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;background-color:#0000;border-width:0;border-radius:0;padding:0}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before,.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){table-layout:auto;width:100%;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.71429}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--un-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--un-prose-headings);vertical-align:bottom;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em;font-weight:600}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--un-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--un-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--un-prose-captions);margin-top:.857143em;font-size:.875em;line-height:1.42857}.prose{font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where():not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.571429em;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where():not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(b):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(em):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose{--un-prose-body:oklch(37.3% .034 259.733);--un-prose-invert-body:oklch(87.2% .01 258.338);--un-prose-headings:oklch(21% .034 264.665);--un-prose-invert-headings:white;--un-prose-lead:oklch(44.6% .03 256.802);--un-prose-invert-lead:oklch(70.7% .022 261.325);--un-prose-links:oklch(21% .034 264.665);--un-prose-invert-links:white;--un-prose-bold:oklch(21% .034 264.665);--un-prose-invert-bold:white;--un-prose-counters:oklch(55.1% .027 264.364);--un-prose-invert-counters:oklch(70.7% .022 261.325);--un-prose-bullets:oklch(87.2% .01 258.338);--un-prose-invert-bullets:oklch(44.6% .03 256.802);--un-prose-hr:oklch(92.8% .006 264.531);--un-prose-invert-hr:oklch(37.3% .034 259.733);--un-prose-quotes:oklch(21% .034 264.665);--un-prose-invert-quotes:oklch(96.7% .003 264.542);--un-prose-quote-borders:oklch(92.8% .006 264.531);--un-prose-invert-quote-borders:oklch(37.3% .034 259.733);--un-prose-captions:oklch(55.1% .027 264.364);--un-prose-invert-captions:oklch(70.7% .022 261.325);--un-prose-kbd:oklch(21% .034 264.665);--un-prose-invert-kbd:white;--un-prose-kbd-shadows:oklch(21% .034 264.665);--un-prose-invert-kbd-shadows:white;--un-prose-code:oklch(21% .034 264.665);--un-prose-invert-code:white;--un-prose-pre-code:oklch(92.8% .006 264.531);--un-prose-invert-pre-code:oklch(87.2% .01 258.338);--un-prose-pre-bg:oklch(27.8% .033 256.848);--un-prose-invert-pre-bg:#00000080;--un-prose-th-borders:oklch(87.2% .01 258.338);--un-prose-invert-th-borders:oklch(44.6% .03 256.802);--un-prose-td-borders:oklch(92.8% .006 264.531);--un-prose-invert-td-borders:oklch(37.3% .034 259.733)}.prose-sm{font-size:.875rem;line-height:1.71429}.prose-sm :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em;margin-bottom:1.14286em}.prose-sm :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.888889em;margin-bottom:.888889em;font-size:1.28571em;line-height:1.55556}.prose-sm :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.33333em;margin-bottom:1.33333em;padding-inline-start:1.11111em}.prose-sm :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;margin-top:0;margin-bottom:.8em;font-size:2.14286em;line-height:1.2}.prose-sm :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;margin-top:1.6em;margin-bottom:.8em;font-size:1.42857em;line-height:1.4}.prose-sm :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;margin-top:1.55556em;margin-bottom:.444444em;font-size:1.28571em;line-height:1.55556}.prose-sm :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;margin-top:1.42857em;margin-bottom:.571429em;line-height:1.42857}.prose-sm :where(img):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.71429em;margin-bottom:1.71429em}.prose-sm :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.71429em;margin-bottom:1.71429em}.prose-sm :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.142857em;padding-inline-end:.357143em;padding-bottom:.142857em;border-radius:.3125rem;padding-inline-start:.357143em;font-size:.857143em}.prose-sm :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.857143em}.prose-sm :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.prose-sm :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.888889em}.prose-sm :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.666667em;padding-inline-end:1em;padding-bottom:.666667em;border-radius:.25rem;margin-top:1.66667em;margin-bottom:1.66667em;padding-inline-start:1em;font-size:.857143em;line-height:1.66667}.prose-sm :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em;margin-bottom:1.14286em;padding-inline-start:1.57143em}.prose-sm :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.285714em;margin-bottom:.285714em}.prose-sm :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.428571em}.prose-sm :where():not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em;margin-bottom:1.14286em}.prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.571429em;margin-bottom:.571429em}.prose-sm :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em;margin-bottom:1.14286em}.prose-sm :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em}.prose-sm :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.285714em;padding-inline-start:1.57143em}.prose-sm :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2.85714em;margin-bottom:2.85714em}.prose-sm :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.857143em;line-height:1.5}.prose-sm :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:1em;padding-bottom:.666667em;padding-inline-start:1em}.prose-sm :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.666667em;padding-inline-end:1em;padding-bottom:.666667em;padding-inline-start:1em}.prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.71429em;margin-bottom:1.71429em}.prose-sm :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.666667em;font-size:.857143em;line-height:1.33333}.prose-sm :where():not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;opacity:.75;font-weight:500;text-decoration:underline}.prose-sm :where(b):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(em):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.kcbtn,[kcbtn=""]{opacity:1;cursor:pointer}.kcbtn:hover,[kcbtn=""]:hover{opacity:.8}.kcbtn:active,[kcbtn=""]:active{opacity:1;--un-translate-y:calc(var(--spacing) * 1);translate:var(--un-translate-x) var(--un-translate-y);--un-scale-x:95%;--un-scale-y:95%;scale:var(--un-scale-x) var(--un-scale-y)}.container{width:100%}@media (width>=40rem){.container{max-width:40rem}}@media (width>=48rem){.container{max-width:48rem}}@media (width>=64rem){.container{max-width:64rem}}@media (width>=80rem){.container,.xl\:container{max-width:80rem}}@media (width>=96rem){.container,.xl\:container{max-width:96rem}}@media (width>=240px){.container,.xl\:container{max-width:240px}}@media (width>=320px){.container,.xl\:container{max-width:320px}}@media (width>=480px){.container,.xl\:container{max-width:480px}}.text-20pt{font-size:20pt}.text-26pt{font-size:26pt}.text-2xl,[text-2xl=""]{font-size:var(--text-2xl-fontSize);line-height:var(--un-leading,var(--text-2xl-lineHeight))}.text-3xl{font-size:var(--text-3xl-fontSize);line-height:var(--un-leading,var(--text-3xl-lineHeight))}.text-4xl{font-size:var(--text-4xl-fontSize);line-height:var(--un-leading,var(--text-4xl-lineHeight))}.text-7xl{font-size:var(--text-7xl-fontSize);line-height:var(--un-leading,var(--text-7xl-lineHeight))}.text-base{font-size:var(--text-base-fontSize);line-height:var(--un-leading,var(--text-base-lineHeight))}.text-lg{font-size:var(--text-lg-fontSize);line-height:var(--un-leading,var(--text-lg-lineHeight))}.text-sm{font-size:var(--text-sm-fontSize);line-height:var(--un-leading,var(--text-sm-lineHeight))}.text-xl{font-size:var(--text-xl-fontSize);line-height:var(--un-leading,var(--text-xl-lineHeight))}.text-xs,[text-xs=""]{font-size:var(--text-xs-fontSize);line-height:var(--un-leading,var(--text-xs-lineHeight))}.text-xs\!{font-size:var(--text-xs-fontSize)!important;line-height:var(--un-leading,var(--text-xs-lineHeight))!important}[font-size~="28"]{font-size:7rem}[font-size~="30"]{font-size:7.5rem}.dark .dark\:text-black,.text-black{color:color-mix(in srgb, var(--colors-black) var(--un-text-opacity), transparent)}.dark .dark\:text-blue-200{color:color-mix(in srgb, var(--colors-blue-200) var(--un-text-opacity), transparent)}.dark .dark\:text-blue-400{color:color-mix(in srgb, var(--colors-blue-400) var(--un-text-opacity), transparent)}.dark .dark\:text-gray-100,.text-gray-100{color:color-mix(in srgb, var(--colors-gray-100) var(--un-text-opacity), transparent)}.dark .dark\:text-gray-200{color:color-mix(in srgb, var(--colors-gray-200) var(--un-text-opacity), transparent)}.dark .dark\:text-gray-300{color:color-mix(in srgb, var(--colors-gray-300) var(--un-text-opacity), transparent)}.dark .dark\:text-gray-400,.text-gray-400,[text-gray-400=""]{color:color-mix(in srgb, var(--colors-gray-400) var(--un-text-opacity), transparent)}.dark .dark\:text-gray-500,.text-gray-500{color:color-mix(in srgb, var(--colors-gray-500) var(--un-text-opacity), transparent)}.dark .dark\:text-green-200,.dark [dark\:text-green-200=""]{color:color-mix(in srgb, var(--colors-green-200) var(--un-text-opacity), transparent)}.dark .dark\:text-green-400{color:color-mix(in srgb, var(--colors-green-400) var(--un-text-opacity), transparent)}.dark .dark\:text-indigo-200{color:color-mix(in srgb, var(--colors-indigo-200) var(--un-text-opacity), transparent)}.dark .dark\:text-indigo-300{color:color-mix(in srgb, var(--colors-indigo-300) var(--un-text-opacity), transparent)}.dark .dark\:text-kc-teal-light,.text-kc-teal-light{color:color-mix(in srgb, var(--kc-teal-light) var(--un-text-opacity), transparent)}.dark .dark\:text-purple-200{color:color-mix(in srgb, var(--colors-purple-200) var(--un-text-opacity), transparent)}.color-white,.dark .dark\:text-white,.text-white,[text-white=""]{color:color-mix(in srgb, var(--colors-white) var(--un-text-opacity), transparent)}.data-\[highlighted\]\:text-amber-900[data-highlighted]{color:color-mix(in srgb, var(--colors-amber-900) var(--un-text-opacity), transparent)}.data-\[highlighted\]\:text-gray-900[data-highlighted],.text-gray-900{color:color-mix(in srgb, var(--colors-gray-900) var(--un-text-opacity), transparent)}.text-amber-600{color:color-mix(in srgb, var(--colors-amber-600) var(--un-text-opacity), transparent)}.text-blue-500{color:color-mix(in srgb, var(--colors-blue-500) var(--un-text-opacity), transparent)}.text-blue-600{color:color-mix(in srgb, var(--colors-blue-600) var(--un-text-opacity), transparent)}.text-gray-400\!{color:color-mix(in srgb, var(--colors-gray-400) var(--un-text-opacity), transparent)!important}.text-gray-600{color:color-mix(in srgb, var(--colors-gray-600) var(--un-text-opacity), transparent)}.text-gray-700{color:color-mix(in srgb, var(--colors-gray-700) var(--un-text-opacity), transparent)}.text-gray-800{color:color-mix(in srgb, var(--colors-gray-800) var(--un-text-opacity), transparent)}.text-green-300{color:color-mix(in srgb, var(--colors-green-300) var(--un-text-opacity), transparent)}.text-green-500{color:color-mix(in srgb, var(--colors-green-500) var(--un-text-opacity), transparent)}.text-green-600{color:color-mix(in srgb, var(--colors-green-600) var(--un-text-opacity), transparent)}.text-green-700{color:color-mix(in srgb, var(--colors-green-700) var(--un-text-opacity), transparent)}.text-green-800{color:color-mix(in srgb, var(--colors-green-800) var(--un-text-opacity), transparent)}.text-green-900{color:color-mix(in srgb, var(--colors-green-900) var(--un-text-opacity), transparent)}.text-indigo-400{color:color-mix(in srgb, var(--colors-indigo-400) var(--un-text-opacity), transparent)}.text-indigo-600{color:color-mix(in srgb, var(--colors-indigo-600) var(--un-text-opacity), transparent)}.text-indigo-800{color:color-mix(in srgb, var(--colors-indigo-800) var(--un-text-opacity), transparent)}.text-kc-alt-gray,[text-kc-alt-gray=""],.group:hover .group-hover\:text-kc-alt-gray{color:color-mix(in srgb, var(--kc-alt-gray) var(--un-text-opacity), transparent)}.text-kc-ayah-text{color:color-mix(in srgb, var(--kc-ayah-text) var(--un-text-opacity), transparent)}.text-kc-error{color:color-mix(in srgb, var(--kc-error) var(--un-text-opacity), transparent)}.text-kc-gray{color:color-mix(in srgb, var(--kc-gray) var(--un-text-opacity), transparent)}.text-kc-light-gray{color:color-mix(in srgb, var(--kc-light-gray) var(--un-text-opacity), transparent)}.color-kc-primary,.text-kc-primary{color:color-mix(in srgb, var(--kc-primary) var(--un-text-opacity), transparent)}.color-kc-secondary,.text-kc-secondary{color:color-mix(in srgb, var(--kc-secondary) var(--un-text-opacity), transparent)}.text-kc-teal{color:color-mix(in srgb, var(--kc-teal) var(--un-text-opacity), transparent)}.text-kc-teal\/\[\.5\]{color:color-mix(in srgb, var(--kc-teal) .5, transparent)}.text-purple-400{color:color-mix(in srgb, var(--colors-purple-400) var(--un-text-opacity), transparent)}.text-purple-600{color:color-mix(in srgb, var(--colors-purple-600) var(--un-text-opacity), transparent)}.text-purple-800{color:color-mix(in srgb, var(--colors-purple-800) var(--un-text-opacity), transparent)}.text-red-400,[text-red-400=""]{color:color-mix(in srgb, var(--colors-red-400) var(--un-text-opacity), transparent)}.text-red-500{color:color-mix(in srgb, var(--colors-red-500) var(--un-text-opacity), transparent)}.text-red-600{color:color-mix(in srgb, var(--colors-red-600) var(--un-text-opacity), transparent)}.text-red-700{color:color-mix(in srgb, var(--colors-red-700) var(--un-text-opacity), transparent)}.text-teal-500{color:color-mix(in srgb, var(--colors-teal-500) var(--un-text-opacity), transparent)}.text-teal-600{color:color-mix(in srgb, var(--colors-teal-600) var(--un-text-opacity), transparent)}.text-yellow-400{color:color-mix(in srgb, var(--colors-yellow-400) var(--un-text-opacity), transparent)}.text-yellow-500{color:color-mix(in srgb, var(--colors-yellow-500) var(--un-text-opacity), transparent)}.dark .dark\:hover\:text-black:hover{color:color-mix(in srgb, var(--colors-black) var(--un-text-opacity), transparent)}.dark .dark\:hover\:text-gray-100:hover{color:color-mix(in srgb, var(--colors-gray-100) var(--un-text-opacity), transparent)}.dark .hover\:dark\:text-gray-400:hover,.hover\:text-gray-400:hover{color:color-mix(in srgb, var(--colors-gray-400) var(--un-text-opacity), transparent)}.hover\:text-gray-600:hover{color:color-mix(in srgb, var(--colors-gray-600) var(--un-text-opacity), transparent)}.hover\:text-gray-700:hover{color:color-mix(in srgb, var(--colors-gray-700) var(--un-text-opacity), transparent)}.hover\:text-gray-800:hover{color:color-mix(in srgb, var(--colors-gray-800) var(--un-text-opacity), transparent)}.hover\:text-gray-900:hover{color:color-mix(in srgb, var(--colors-gray-900) var(--un-text-opacity), transparent)}.hover\:text-kc-alt-gray:hover{color:color-mix(in srgb, var(--kc-alt-gray) var(--un-text-opacity), transparent)}.hover\:text-kc-gray:hover{color:color-mix(in srgb, var(--kc-gray) var(--un-text-opacity), transparent)}.hover\:text-kc-primary:hover{color:color-mix(in srgb, var(--kc-primary) var(--un-text-opacity), transparent)}.hover\:text-kc-sidebar-hover-text:hover{color:color-mix(in srgb, var(--kc-sidebar-hover-text) var(--un-text-opacity), transparent)}.hover\:text-kc-sidebar-text:hover{color:color-mix(in srgb, var(--kc-sidebar-text) var(--un-text-opacity), transparent)}.hover\:text-red-500:hover{color:color-mix(in srgb, var(--colors-red-500) var(--un-text-opacity), transparent)}.hover\:text-red-600:hover{color:color-mix(in srgb, var(--colors-red-600) var(--un-text-opacity), transparent)}.hover\:text-teal-300:hover{color:color-mix(in srgb, var(--colors-teal-300) var(--un-text-opacity), transparent)}.hover\:text-teal-500:hover{color:color-mix(in srgb, var(--colors-teal-500) var(--un-text-opacity), transparent)}.hover\:text-white:hover{color:color-mix(in srgb, var(--colors-white) var(--un-text-opacity), transparent)}[hover\:text-gray-700=""]:hover{color:color-mix(in srgb, var(--colors-gray-700) var(--un-text-opacity), transparent)}.active\:text-teal-400:active{color:color-mix(in srgb, var(--colors-teal-400) var(--un-text-opacity), transparent)}[color~=\#00aba9]{color:color-mix(in oklab, #00aba9 var(--un-text-opacity), transparent)}.leading-6{--un-leading:calc(var(--spacing) * 6);line-height:calc(var(--spacing) * 6)}.font-600{--un-font-weight:600;font-weight:600}.font-bold{--un-font-weight:var(--fontWeight-bold);font-weight:var(--fontWeight-bold)}.font-medium,[font-medium=""]{--un-font-weight:var(--fontWeight-medium);font-weight:var(--fontWeight-medium)}.font-mono{font-family:var(--font-mono)}.font-normal{--un-font-weight:var(--fontWeight-normal);font-weight:var(--fontWeight-normal)}.font-semibold{--un-font-weight:var(--fontWeight-semibold);font-weight:var(--fontWeight-semibold)}.font-serif{font-family:var(--font-serif)}.tab,.active-tab:active{tab-size:4}.indent-12{text-indent:calc(var(--spacing) * 12)}.m-1{margin:calc(var(--spacing) * 1)}.m-2,.ma-2{margin:calc(var(--spacing) * 2)}.m-3{margin:calc(var(--spacing) * 3)}.m-auto{margin:auto}.-mx-5{margin-inline:calc(var(--spacing) * -5)}.-my-2{margin-block:calc(var(--spacing) * -2)}.-my-3{margin-block:calc(var(--spacing) * -3)}.mx-1{margin-inline:calc(var(--spacing) * 1)}.mx-10{margin-inline:calc(var(--spacing) * 10)}.mx-2{margin-inline:calc(var(--spacing) * 2)}.mx-3{margin-inline:calc(var(--spacing) * 3)}.mx-auto,[mx-auto=""]{margin-inline:auto}.my,.my-4{margin-block:calc(var(--spacing) * 4)}.my-0{margin-block:calc(var(--spacing) * 0)}.my-1{margin-block:calc(var(--spacing) * 1)}.my-2{margin-block:calc(var(--spacing) * 2)}.my-3{margin-block:calc(var(--spacing) * 3)}.my-5{margin-block:calc(var(--spacing) * 5)}.my-auto{margin-block:auto}.-mb-2{margin-bottom:calc(var(--spacing) * -2)}.-mb-4{margin-bottom:calc(var(--spacing) * -4)}.-mr-1{margin-right:calc(var(--spacing) * -1)}.-mr-14{margin-right:calc(var(--spacing) * -14)}.-mr-6{margin-right:calc(var(--spacing) * -6)}.-mt-0\.5{margin-top:calc(var(--spacing) * -.5)}.-mt-1{margin-top:calc(var(--spacing) * -1)}.-mt-10{margin-top:calc(var(--spacing) * -10)}.-mt-2{margin-top:calc(var(--spacing) * -2)}.-mt-6{margin-top:calc(var(--spacing) * -6)}.mb-0\.5{margin-bottom:calc(var(--spacing) * .5)}.mb-1{margin-bottom:calc(var(--spacing) * 1)}.mb-10{margin-bottom:calc(var(--spacing) * 10)}.mb-2{margin-bottom:calc(var(--spacing) * 2)}.mb-20{margin-bottom:calc(var(--spacing) * 20)}.mb-3{margin-bottom:calc(var(--spacing) * 3)}.mb-4{margin-bottom:calc(var(--spacing) * 4)}.mb-6{margin-bottom:calc(var(--spacing) * 6)}.mb-8{margin-bottom:calc(var(--spacing) * 8)}.me{margin-inline-end:calc(var(--spacing) * 4)}.ml-1{margin-left:calc(var(--spacing) * 1)}.ml-2{margin-left:calc(var(--spacing) * 2)}.ml-3{margin-left:calc(var(--spacing) * 3)}.ml-4{margin-left:calc(var(--spacing) * 4)}.ml-5{margin-left:calc(var(--spacing) * 5)}.mr-1,[mr-1=""]{margin-right:calc(var(--spacing) * 1)}.mr-1\.5{margin-right:calc(var(--spacing) * 1.5)}.mr-10{margin-right:calc(var(--spacing) * 10)}.mr-2,[mr-2=""]{margin-right:calc(var(--spacing) * 2)}.mr-3{margin-right:calc(var(--spacing) * 3)}.mt-0{margin-top:calc(var(--spacing) * 0)}.mt-0\.5{margin-top:calc(var(--spacing) * .5)}.mt-1{margin-top:calc(var(--spacing) * 1)}.mt-10{margin-top:calc(var(--spacing) * 10)}.mt-2{margin-top:calc(var(--spacing) * 2)}.mt-3{margin-top:calc(var(--spacing) * 3)}.mt-4{margin-top:calc(var(--spacing) * 4)}.mt-5{margin-top:calc(var(--spacing) * 5)}.mt-6{margin-top:calc(var(--spacing) * 6)}.mt-7{margin-top:calc(var(--spacing) * 7)}.mt-8{margin-top:calc(var(--spacing) * 8)}.mt-9{margin-top:calc(var(--spacing) * 9)}.p-0\.5{padding:calc(var(--spacing) * .5)}.p-1{padding:calc(var(--spacing) * 1)}.p-12{padding:calc(var(--spacing) * 12)}.p-15{padding:calc(var(--spacing) * 15)}.p-2{padding:calc(var(--spacing) * 2)}.p-3{padding:calc(var(--spacing) * 3)}.p-4,.pa-4{padding:calc(var(--spacing) * 4)}.pa-0{padding:calc(var(--spacing) * 0)}.px,.px-4{padding-inline:calc(var(--spacing) * 4)}.px-0{padding-inline:calc(var(--spacing) * 0)}.px-1{padding-inline:calc(var(--spacing) * 1)}.px-10{padding-inline:calc(var(--spacing) * 10)}.px-14{padding-inline:calc(var(--spacing) * 14)}.px-2{padding-inline:calc(var(--spacing) * 2)}.px-2\.5{padding-inline:calc(var(--spacing) * 2.5)}.px-3,[px-3=""]{padding-inline:calc(var(--spacing) * 3)}.px-3\.5{padding-inline:calc(var(--spacing) * 3.5)}.px-5{padding-inline:calc(var(--spacing) * 5)}.py-0\.5{padding-block:calc(var(--spacing) * .5)}.py-1,[py-1=""]{padding-block:calc(var(--spacing) * 1)}.py-10{padding-block:calc(var(--spacing) * 10)}.py-12{padding-block:calc(var(--spacing) * 12)}.py-2,[py-2=""]{padding-block:calc(var(--spacing) * 2)}.py-20,[py-20=""]{padding-block:calc(var(--spacing) * 20)}.py-3{padding-block:calc(var(--spacing) * 3)}.py-4{padding-block:calc(var(--spacing) * 4)}.py-5{padding-block:calc(var(--spacing) * 5)}.py-6{padding-block:calc(var(--spacing) * 6)}.pb-1{padding-bottom:calc(var(--spacing) * 1)}.pb-1\.5{padding-bottom:calc(var(--spacing) * 1.5)}.pb-2{padding-bottom:calc(var(--spacing) * 2)}.pb-3{padding-bottom:calc(var(--spacing) * 3)}.pb-4{padding-bottom:calc(var(--spacing) * 4)}.pl-1{padding-left:calc(var(--spacing) * 1)}.pl-10{padding-left:calc(var(--spacing) * 10)}.pl-2{padding-left:calc(var(--spacing) * 2)}.pl-3{padding-left:calc(var(--spacing) * 3)}.pr-0{padding-right:calc(var(--spacing) * 0)}.pr-10{padding-right:calc(var(--spacing) * 10)}.pr-2{padding-right:calc(var(--spacing) * 2)}.pr-3{padding-right:calc(var(--spacing) * 3)}.pr-4{padding-right:calc(var(--spacing) * 4)}.pt,.pt-4{padding-top:calc(var(--spacing) * 4)}.pt-0\.5{padding-top:calc(var(--spacing) * .5)}.pt-1{padding-top:calc(var(--spacing) * 1)}.pt-2{padding-top:calc(var(--spacing) * 2)}.pt-3{padding-top:calc(var(--spacing) * 3)}.pt-5{padding-top:calc(var(--spacing) * 5)}.pt-6{padding-top:calc(var(--spacing) * 6)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-justify{text-align:justify}.align-middle{vertical-align:middle}.outline{outline-style:var(--un-outline-style);outline-width:1px}.outline-none,.focus\:outline-none:focus{--un-outline-style:none;outline-style:none}.list-disc{list-style-type:disc}.b,.b-1,.border,[b=""],[border=""]{border-width:1px}.b-2,.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-b-3{border-bottom-width:3px}.border-t{border-top-width:1px}.b-amber{border-color:color-mix(in srgb, var(--colors-amber-DEFAULT) var(--un-border-opacity), transparent)}.border-gray-200,.dark .dark\:border-gray-200{border-color:color-mix(in srgb, var(--colors-gray-200) var(--un-border-opacity), transparent)}.border-kc-border,[border-kc-border=""]{border-color:color-mix(in srgb, var(--kc-border) var(--un-border-opacity), transparent)}.border-kc-light-gray{border-color:color-mix(in srgb, var(--kc-light-gray) var(--un-border-opacity), transparent)}.border-kc-primary{border-color:color-mix(in srgb, var(--kc-primary) var(--un-border-opacity), transparent)}.border-kc-primary\/30{border-color:color-mix(in srgb, var(--kc-primary) 30%, transparent)}.border-kc-teal-light{border-color:color-mix(in srgb, var(--kc-teal-light) var(--un-border-opacity), transparent)}.border-red-400{border-color:color-mix(in srgb, var(--colors-red-400) var(--un-border-opacity), transparent)}.border-teal-500,[border-teal-500=""]{border-color:color-mix(in srgb, var(--colors-teal-500) var(--un-border-opacity), transparent)}.border-transparent,[border-transparent=""]{border-color:#0000}.dark .dark\:border-teal-700{border-color:color-mix(in srgb, var(--colors-teal-700) var(--un-border-opacity), transparent)}.hover\:border-gray-300:hover{border-color:color-mix(in srgb, var(--colors-gray-300) var(--un-border-opacity), transparent)}.hover\:border-kc-primary\/50:hover{border-color:color-mix(in srgb, var(--kc-primary) 50%, transparent)}[hover\:border-gray-300=""]:hover{border-color:color-mix(in srgb, var(--colors-gray-300) var(--un-border-opacity), transparent)}.focus\:border-kc-primary:focus{border-color:color-mix(in srgb, var(--kc-primary) var(--un-border-opacity), transparent)}.focus-visible\:border-indigo-500:focus-visible{border-color:color-mix(in srgb, var(--colors-indigo-500) var(--un-border-opacity), transparent)}.rounded,[rounded=""]{border-radius:var(--radius-DEFAULT)}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius-lg)}.rounded-md{border-radius:var(--radius-md)}.rounded-xl{border-radius:var(--radius-xl)}.rounded-r-3xl{border-top-right-radius:var(--radius-3xl);border-bottom-right-radius:var(--radius-3xl)}.rounded-t-lg{border-top-left-radius:var(--radius-lg);border-top-right-radius:var(--radius-lg)}.bg-blue-50{background-color:color-mix(in srgb, var(--colors-blue-50) var(--un-bg-opacity), transparent)}.bg-blue-700{background-color:color-mix(in srgb, var(--colors-blue-700) var(--un-bg-opacity), transparent)}.bg-gray-100,.data-\[highlighted\]\:bg-gray-100[data-highlighted]{background-color:color-mix(in srgb, var(--colors-gray-100) var(--un-bg-opacity), transparent)}.bg-gray-200{background-color:color-mix(in srgb, var(--colors-gray-200) var(--un-bg-opacity), transparent)}.bg-gray-200\/\[\.85\]{background-color:color-mix(in srgb, var(--colors-gray-200) .85, transparent)}.bg-gray-300{background-color:color-mix(in srgb, var(--colors-gray-300) var(--un-bg-opacity), transparent)}.bg-gray-500{background-color:color-mix(in srgb, var(--colors-gray-500) var(--un-bg-opacity), transparent)}.bg-gray-700,.dark .dark\:bg-gray-700{background-color:color-mix(in srgb, var(--colors-gray-700) var(--un-bg-opacity), transparent)}.bg-gray-900,.dark .dark\:bg-gray-900{background-color:color-mix(in srgb, var(--colors-gray-900) var(--un-bg-opacity), transparent)}.bg-green-100{background-color:color-mix(in srgb, var(--colors-green-100) var(--un-bg-opacity), transparent)}.bg-green-300{background-color:color-mix(in srgb, var(--colors-green-300) var(--un-bg-opacity), transparent)}.bg-green-500{background-color:color-mix(in srgb, var(--colors-green-500) var(--un-bg-opacity), transparent)}.bg-indigo-100{background-color:color-mix(in srgb, var(--colors-indigo-100) var(--un-bg-opacity), transparent)}.bg-kc-bookmark-bg{background-color:color-mix(in srgb, var(--kc-bookmark-bg) var(--un-bg-opacity), transparent)}.bg-kc-journey-active-bg{background-color:color-mix(in srgb, var(--kc-journey-active-bg) var(--un-bg-opacity), transparent)}.bg-kc-journey-bg{background-color:color-mix(in srgb, var(--kc-journey-bg) var(--un-bg-opacity), transparent)}.bg-kc-mini-header-bg{background-color:color-mix(in srgb, var(--kc-mini-header-bg) var(--un-bg-opacity), transparent)}.bg-kc-primary,[bg-kc-primary=""]{background-color:color-mix(in srgb, var(--kc-primary) var(--un-bg-opacity), transparent)}.bg-kc-primary\/10{background-color:color-mix(in srgb, var(--kc-primary) 10%, transparent)}.bg-kc-secondary{background-color:color-mix(in srgb, var(--kc-secondary) var(--un-bg-opacity), transparent)}.bg-kc-teal{background-color:color-mix(in srgb, var(--kc-teal) var(--un-bg-opacity), transparent)}.bg-purple-100{background-color:color-mix(in srgb, var(--colors-purple-100) var(--un-bg-opacity), transparent)}.bg-red-100{background-color:color-mix(in srgb, var(--colors-red-100) var(--un-bg-opacity), transparent)}.bg-teal-500{background-color:color-mix(in srgb, var(--colors-teal-500) var(--un-bg-opacity), transparent)}.bg-transparent{background-color:#0000}.bg-white{background-color:color-mix(in srgb, var(--colors-white) var(--un-bg-opacity), transparent)}.bg-yellow-400{background-color:color-mix(in srgb, var(--colors-yellow-400) var(--un-bg-opacity), transparent)}.bg-yellow-500{background-color:color-mix(in srgb, var(--colors-yellow-500) var(--un-bg-opacity), transparent)}.dark .dark\:bg-black{background-color:color-mix(in srgb, var(--colors-black) var(--un-bg-opacity), transparent)}.dark .dark\:bg-black\/\[\.7\]{background-color:color-mix(in srgb, var(--colors-black) .7, transparent)}.dark .dark\:bg-blue-900\/20{background-color:color-mix(in srgb, var(--colors-blue-900) 20%, transparent)}.dark .dark\:bg-gray-800{background-color:color-mix(in srgb, var(--colors-gray-800) var(--un-bg-opacity), transparent)}.dark .dark\:bg-green-900{background-color:color-mix(in srgb, var(--colors-green-900) var(--un-bg-opacity), transparent)}.dark .dark\:bg-indigo-900{background-color:color-mix(in srgb, var(--colors-indigo-900) var(--un-bg-opacity), transparent)}.dark .dark\:bg-purple-900{background-color:color-mix(in srgb, var(--colors-purple-900) var(--un-bg-opacity), transparent)}.dark .dark\:bg-teal-700{background-color:color-mix(in srgb, var(--colors-teal-700) var(--un-bg-opacity), transparent)}.dark .dark\:bg-teal-900{background-color:color-mix(in srgb, var(--colors-teal-900) var(--un-bg-opacity), transparent)}.data-\[highlighted\]\:bg-amber-100[data-highlighted]{background-color:color-mix(in srgb, var(--colors-amber-100) var(--un-bg-opacity), transparent)}.dark [dark\:hover\:bg-green-800~=default\:]:hover:default{background-color:color-mix(in srgb, var(--colors-green-800) var(--un-bg-opacity), transparent)}.dark .dark\:hover\:bg-gray-700:hover{background-color:color-mix(in srgb, var(--colors-gray-700) var(--un-bg-opacity), transparent)}.dark .dark\:hover\:bg-gray-900:hover{background-color:color-mix(in srgb, var(--colors-gray-900) var(--un-bg-opacity), transparent)}.dark .dark\:hover\:bg-green-800:hover{background-color:color-mix(in srgb, var(--colors-green-800) var(--un-bg-opacity), transparent)}.dark .dark\:hover\:bg-kc-hover:hover{background-color:color-mix(in srgb, var(--kc-sidebar-bg) var(--un-bg-opacity), transparent)}.dark .hover\:dark\:bg-gray-500:hover{background-color:color-mix(in srgb, var(--colors-gray-500) var(--un-bg-opacity), transparent)}.dark .hover\:dark\:bg-gray-900:hover{background-color:color-mix(in srgb, var(--colors-gray-900) var(--un-bg-opacity), transparent)}.hover\:bg-gray-100:hover{background-color:color-mix(in srgb, var(--colors-gray-100) var(--un-bg-opacity), transparent)}.hover\:bg-gray-50:hover{background-color:color-mix(in srgb, var(--colors-gray-50) var(--un-bg-opacity), transparent)}.hover\:bg-green-200:hover{background-color:color-mix(in srgb, var(--colors-green-200) var(--un-bg-opacity), transparent)}.hover\:bg-kc-hover:hover{background-color:color-mix(in srgb, var(--kc-sidebar-bg) var(--un-bg-opacity), transparent)}.hover\:bg-kc-teal:hover{background-color:color-mix(in srgb, var(--kc-teal) var(--un-bg-opacity), transparent)}.hover\:bg-red-200:hover{background-color:color-mix(in srgb, var(--colors-red-200) var(--un-bg-opacity), transparent)}[hover\:bg-green-200=""]:hover{background-color:color-mix(in srgb, var(--colors-green-200) var(--un-bg-opacity), transparent)}.bg-opacity-75{--un-bg-opacity:75%}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.opacity-95{opacity:.95}.disabled\:opacity-50:disabled{opacity:.5}.underline,.hover\:underline:hover{text-decoration-line:underline}.flex{display:flex}.inline-flex{display:inline-flex}.flex-1{flex:1}.flex-auto{flex:auto}.flex-none{flex:none}.flex-shrink-0,.shrink-0,[shrink-0=""]{flex-shrink:0}.shrink,.shrink-1,[shrink=""]{flex-shrink:1}.flex-grow,.grow,.grow-1{flex-grow:1}.basis-full{flex-basis:100%}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.gap-1{gap:calc(var(--spacing) * 1)}.gap-2{gap:calc(var(--spacing) * 2)}.gap-3{gap:calc(var(--spacing) * 3)}.gap-4{gap:calc(var(--spacing) * 4)}.gap-x-3{column-gap:calc(var(--spacing) * 3)}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}[rows~="5"]{grid-template-rows:repeat(5,minmax(0,1fr))}.size-5{width:calc(var(--spacing) * 5);height:calc(var(--spacing) * 5)}.size-6{width:calc(var(--spacing) * 6);height:calc(var(--spacing) * 6)}.size-7{width:calc(var(--spacing) * 7);height:calc(var(--spacing) * 7)}.size-8{width:calc(var(--spacing) * 8);height:calc(var(--spacing) * 8)}.h-0{height:calc(var(--spacing) * 0)}.h-1,.h1{height:calc(var(--spacing) * 1)}.h-1\.5{height:calc(var(--spacing) * 1.5)}.h-10{height:calc(var(--spacing) * 10)}.h-100vh{height:100vh}.h-12{height:calc(var(--spacing) * 12)}.h-16{height:calc(var(--spacing) * 16)}.h-2,.h2{height:calc(var(--spacing) * 2)}.h-2\.5{height:calc(var(--spacing) * 2.5)}.h-20{height:calc(var(--spacing) * 20)}.h-25{height:calc(var(--spacing) * 25)}.h-3,.h3{height:calc(var(--spacing) * 3)}.h-4,.h4{height:calc(var(--spacing) * 4)}.h-40{height:calc(var(--spacing) * 40)}.h-5,[h-5=""]{height:calc(var(--spacing) * 5)}.h-6{height:calc(var(--spacing) * 6)}.h-7{height:calc(var(--spacing) * 7)}.h-8,[h-8=""]{height:calc(var(--spacing) * 8)}.h-full{height:100%}.max-h-60{max-height:calc(var(--spacing) * 60)}.max-h-70{max-height:calc(var(--spacing) * 70)}.max-h-vh{max-height:100vh}.max-w-40{max-width:calc(var(--spacing) * 40)}.max-w-4xl{max-width:var(--container-4xl)}.max-w-7xl{max-width:var(--container-7xl)}.max-w-none{max-width:none}.max-w-sm{max-width:var(--container-sm)}.max-w-xl{max-width:var(--container-xl)}.max-w-xs{max-width:var(--container-xs)}.min-h-40{min-height:calc(var(--spacing) * 40)}.min-h-470px{min-height:470px}.min-w-0{min-width:calc(var(--spacing) * 0)}.w-\[var\(--reka-dropdown-menu-trigger-width\)\]{width:var(--reka-dropdown-menu-trigger-width)}.w-\[var\(--reka-select-trigger-width\)\]{width:var(--reka-select-trigger-width)}.w-0{width:calc(var(--spacing) * 0)}.w-1\/2{width:50%}.w-10{width:calc(var(--spacing) * 10)}.w-11{width:calc(var(--spacing) * 11)}.w-12{width:calc(var(--spacing) * 12)}.w-14{width:calc(var(--spacing) * 14)}.w-16{width:calc(var(--spacing) * 16)}.w-2\.5{width:calc(var(--spacing) * 2.5)}.w-20{width:calc(var(--spacing) * 20)}.w-3{width:calc(var(--spacing) * 3)}.w-3\/10{width:30%}.w-3\/4{width:75%}.w-4{width:calc(var(--spacing) * 4)}.w-5,[w-5=""]{width:calc(var(--spacing) * 5)}.w-5\/6{width:83.3333%}.w-6{width:calc(var(--spacing) * 6)}.w-7{width:calc(var(--spacing) * 7)}.w-7\/10{width:70%}.w-8,[w-8=""]{width:calc(var(--spacing) * 8)}.w-auto{width:auto}.w-full,[w-full=""]{width:100%}[w-1=""]{width:calc(var(--spacing) * 1)}.inline,[inline=""]{display:inline}.block,[block=""]{display:block}.inline-block{display:inline-block}.hidden,[hidden=""]{display:none}.visible{visibility:visible}.invisible{visibility:hidden}.cursor-default{cursor:default}.cursor-pointer,[cursor-pointer=""]{cursor:pointer}.cursor-not-allowed,.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.cursor-grab{cursor:grab}.pointer-events-auto{pointer-events:auto}.pointer-events-none{pointer-events:none}.select-none{-webkit-user-select:none;user-select:none}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.uppercase{text-transform:uppercase}.italic{font-style:italic}.ring-0{--un-ring-shadow:var(--un-ring-inset,) 0 0 0 calc(0px + var(--un-ring-offset-width)) var(--un-ring-color,currentColor);box-shadow:var(--un-inset-shadow), var(--un-inset-ring-shadow), var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)}.ring-1{--un-ring-shadow:var(--un-ring-inset,) 0 0 0 calc(1px + var(--un-ring-offset-width)) var(--un-ring-color,currentColor);box-shadow:var(--un-inset-shadow), var(--un-inset-ring-shadow), var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)}.ring-2,.focus\:ring-2:focus,.focus-visible\:ring-2:focus-visible{--un-ring-shadow:var(--un-ring-inset,) 0 0 0 calc(2px + var(--un-ring-offset-width)) var(--un-ring-color,currentColor);box-shadow:var(--un-inset-shadow), var(--un-inset-ring-shadow), var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)}.ring-black{--un-ring-color:color-mix(in srgb, var(--colors-black) var(--un-ring-opacity), transparent)}.ring-kc-primary\/40{--un-ring-color:color-mix(in srgb, var(--kc-primary) 40%, transparent)}.focus\:ring-green-500:focus{--un-ring-color:color-mix(in srgb, var(--colors-green-500) var(--un-ring-opacity), transparent)}.focus\:ring-indigo-500:focus{--un-ring-color:color-mix(in srgb, var(--colors-indigo-500) var(--un-ring-opacity), transparent)}.focus\:ring-purple-500:focus{--un-ring-color:color-mix(in srgb, var(--colors-purple-500) var(--un-ring-opacity), transparent)}.focus\:ring-red-500:focus{--un-ring-color:color-mix(in srgb, var(--colors-red-500) var(--un-ring-opacity), transparent)}.focus\:ring-teal-500:focus{--un-ring-color:color-mix(in srgb, var(--colors-teal-500) var(--un-ring-opacity), transparent)}.focus-visible\:ring-white:focus-visible{--un-ring-color:color-mix(in srgb, var(--colors-white) var(--un-ring-opacity), transparent)}.ring-opacity-5{--un-ring-opacity:5%}.focus-visible\:ring-opacity-75:focus-visible{--un-ring-opacity:75%}.focus\:ring-offset-2:focus,.focus-visible\:ring-offset-2:focus-visible{--un-ring-offset-width:2px;--un-ring-offset-shadow:var(--un-ring-inset,) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color)}.focus-visible\:ring-offset-orange-300:focus-visible{--un-ring-offset-color:color-mix(in srgb, var(--colors-orange-300) var(--un-ring-offset-opacity), transparent)}.shadow,.shadow-sm{--un-shadow:0 1px 3px 0 var(--un-shadow-color,#0000001a),0 1px 2px -1px var(--un-shadow-color,#0000001a);box-shadow:var(--un-inset-shadow), var(--un-inset-ring-shadow), var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)}.shadow-2xl{--un-shadow:0 25px 50px -12px var(--un-shadow-color,#00000040);box-shadow:var(--un-inset-shadow), var(--un-inset-ring-shadow), var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)}.shadow-lg{--un-shadow:0 10px 15px -3px var(--un-shadow-color,#0000001a),0 4px 6px -4px var(--un-shadow-color,#0000001a);box-shadow:var(--un-inset-shadow), var(--un-inset-ring-shadow), var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)}.origin-top{transform-origin:top}.-translate-x-full{--un-translate-x:-100%;translate:var(--un-translate-x) var(--un-translate-y)}.translate-x-0{--un-translate-x:calc(var(--spacing) * 0);translate:var(--un-translate-x) var(--un-translate-y)}.translate-x-5{--un-translate-x:calc(var(--spacing) * 5);translate:var(--un-translate-x) var(--un-translate-y)}.translate-y-0{--un-translate-y:calc(var(--spacing) * 0);translate:var(--un-translate-x) var(--un-translate-y)}.translate-y-2{--un-translate-y:calc(var(--spacing) * 2);translate:var(--un-translate-x) var(--un-translate-y)}.hover\:rotate-90:hover{rotate:90deg}.hover\:scale-120:hover{--un-scale-x:120%;--un-scale-y:120%;scale:var(--un-scale-x) var(--un-scale-y)}.transform{transform:var(--un-rotate-x) var(--un-rotate-y) var(--un-rotate-z) var(--un-skew-x) var(--un-skew-y)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,--un-gradient-from,--un-gradient-via,--un-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter;transition-timing-function:var(--un-ease,var(--default-transition-timingFunction));transition-duration:var(--un-duration,var(--default-transition-duration))}.transition-all{transition-property:all;transition-timing-function:var(--un-ease,var(--default-transition-timingFunction));transition-duration:var(--un-duration,var(--default-transition-duration))}.transition-colors,[transition-colors=""]{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,--un-gradient-from,--un-gradient-via,--un-gradient-to;transition-timing-function:var(--un-ease,var(--default-transition-timingFunction));transition-duration:var(--un-duration,var(--default-transition-duration))}.transition-opacity{transition-property:opacity;transition-timing-function:var(--un-ease,var(--default-transition-timingFunction));transition-duration:var(--un-duration,var(--default-transition-duration))}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--un-ease,var(--default-transition-timingFunction));transition-duration:var(--un-duration,var(--default-transition-duration))}.duration-100{--un-duration:.1s;transition-duration:.1s}.duration-200{--un-duration:.2s;transition-duration:.2s}.duration-300,[duration~="300"]{--un-duration:.3s;transition-duration:.3s}.duration-700{--un-duration:.7s;transition-duration:.7s}.ease{--un-ease:var(--ease-DEFAULT);transition-timing-function:var(--ease-DEFAULT)}.ease-in{--un-ease:var(--ease-in);transition-timing-function:var(--ease-in)}.ease-in-out{--un-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}.ease-linear{--un-ease:var(--ease-linear);transition-timing-function:var(--ease-linear)}.ease-out{--un-ease:var(--ease-out);transition-timing-function:var(--ease-out)}.content-center{align-content:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.float-left{float:left}.float-right{float:right}.inset-0{inset:calc(var(--spacing) * 0)}.inset-x-0{inset-inline:calc(var(--spacing) * 0)}.inset-y-0{inset-block:calc(var(--spacing) * 0)}.bottom-0{bottom:calc(var(--spacing) * 0)}.left-0{left:calc(var(--spacing) * 0)}.left-12{left:calc(var(--spacing) * 12)}.right-0{right:calc(var(--spacing) * 0)}.top-0{top:calc(var(--spacing) * 0)}.top-1{top:calc(var(--spacing) * 1)}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.justify-stretch{justify-content:stretch}.place-content-center{place-content:center}.place-items-stretch{place-items:stretch stretch}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.z-1{z-index:1}.z-10{z-index:10}.z-100{z-index:100}.z-10000{z-index:10000}.z-101{z-index:101}.z-2{z-index:2}.z-40{z-index:40}.z-50{z-index:50}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-auto{overflow-y:auto}.overflow-y-hidden{overflow-y:hidden}.overflow-y-scroll{overflow-y:scroll}[stroke-width~="2"]{stroke-width:2px}@keyframes ping{0%{opacity:1;transform:scale(1)}75%,to{opacity:0;transform:scale(2)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-ping{animation:1s cubic-bezier(0,0,.2,1) infinite ping}.animate-pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}.animate-spin{animation:1s linear infinite spin}.animate-count-infinite{animation-iteration-count:infinite}.dark .dark\:from-black{--un-gradient-from:color-mix(in oklab, var(--colors-black) var(--un-from-opacity), transparent);--un-gradient-stops:var(--un-gradient-via-stops,var(--un-gradient-position), var(--un-gradient-from) var(--un-gradient-from-position), var(--un-gradient-to) var(--un-gradient-to-position))}.dark .dark\:from-gray-900{--un-gradient-from:color-mix(in oklab, var(--colors-gray-900) var(--un-from-opacity), transparent);--un-gradient-stops:var(--un-gradient-via-stops,var(--un-gradient-position), var(--un-gradient-from) var(--un-gradient-from-position), var(--un-gradient-to) var(--un-gradient-to-position))}.dark .dark\:to-teal-900{--un-gradient-to:color-mix(in oklab, var(--colors-teal-900) var(--un-to-opacity), transparent);--un-gradient-stops:var(--un-gradient-via-stops,var(--un-gradient-position), var(--un-gradient-from) var(--un-gradient-from-position), var(--un-gradient-to) var(--un-gradient-to-position))}.dark .dark\:to-teal-950{--un-gradient-to:color-mix(in oklab, var(--colors-teal-950) var(--un-to-opacity), transparent);--un-gradient-stops:var(--un-gradient-via-stops,var(--un-gradient-position), var(--un-gradient-from) var(--un-gradient-from-position), var(--un-gradient-to) var(--un-gradient-to-position))}.dark .dark\:from-20\%{--un-gradient-from-position:20%}.dark .dark\:from-40\%{--un-gradient-from-position:40%}.dark .dark\:bg-gradient-to-bl{--un-gradient-position:to bottom left in oklab;background-image:linear-gradient(var(--un-gradient-stops))}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.table{display:table}.dark :where(.dark\:divide-gray-700>:not(:last-child)){border-color:color-mix(in srgb, var(--colors-gray-700) var(--un-divide-opacity), transparent)}.dark :where(.dark\:divide-gray-800>:not(:last-child)){border-color:color-mix(in srgb, var(--colors-gray-800) var(--un-divide-opacity), transparent)}:where(.divide-gray-200>:not(:last-child)){border-color:color-mix(in srgb, var(--colors-gray-200) var(--un-divide-opacity), transparent)}:where(.divide-y>:not(:last-child)){--un-divide-y-reverse:0;border-top-width:calc(1px * var(--un-divide-y-reverse));border-top-style:var(--un-border-style);border-bottom-width:calc(1px * calc(1 - var(--un-divide-y-reverse)));border-bottom-style:var(--un-border-style)}.group-data-\[highlighted\]\:text-green-600:is(:where(.group)[data-highlighted] *){color:color-mix(in srgb, var(--colors-green-600) var(--un-text-opacity), transparent)}.group-data-\[state\=checked\]\:font-medium:is(:where(.group)[data-state=checked] *){--un-font-weight:var(--fontWeight-medium);font-weight:var(--fontWeight-medium)}.group-data-\[state\=checked\]\:text-amber-600:is(:where(.group)[data-state=checked] *){color:color-mix(in srgb, var(--colors-amber-600) var(--un-text-opacity), transparent)}:where(.space-x-2>:not(:last-child)){--un-space-x-reverse:0;margin-inline-start:calc(calc(var(--spacing) * 2) * var(--un-space-x-reverse));margin-inline-end:calc(calc(var(--spacing) * 2) * calc(1 - var(--un-space-x-reverse)))}:where(.space-x-3>:not(:last-child)){--un-space-x-reverse:0;margin-inline-start:calc(calc(var(--spacing) * 3) * var(--un-space-x-reverse));margin-inline-end:calc(calc(var(--spacing) * 3) * calc(1 - var(--un-space-x-reverse)))}:where(.space-x-4>:not(:last-child)){--un-space-x-reverse:0;margin-inline-start:calc(calc(var(--spacing) * 4) * var(--un-space-x-reverse));margin-inline-end:calc(calc(var(--spacing) * 4) * calc(1 - var(--un-space-x-reverse)))}:where(.space-x-6>:not(:last-child)){--un-space-x-reverse:0;margin-inline-start:calc(calc(var(--spacing) * 6) * var(--un-space-x-reverse));margin-inline-end:calc(calc(var(--spacing) * 6) * calc(1 - var(--un-space-x-reverse)))}:where(.space-y-1>:not(:last-child)){--un-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 1) * var(--un-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 1) * calc(1 - var(--un-space-y-reverse)))}:where(.space-y-2>:not(:last-child)){--un-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 2) * var(--un-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 2) * calc(1 - var(--un-space-y-reverse)))}:where(.space-y-4>:not(:last-child)){--un-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 4) * var(--un-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 4) * calc(1 - var(--un-space-y-reverse)))}@supports (color:color-mix(in lab, red, red)){.dark .dark\:text-black{color:color-mix(in oklab, var(--colors-black) var(--un-text-opacity), transparent)}.dark .dark\:text-blue-200{color:color-mix(in oklab, var(--colors-blue-200) var(--un-text-opacity), transparent)}.dark .dark\:text-blue-400{color:color-mix(in oklab, var(--colors-blue-400) var(--un-text-opacity), transparent)}.dark .dark\:text-gray-100{color:color-mix(in oklab, var(--colors-gray-100) var(--un-text-opacity), transparent)}.dark .dark\:text-gray-200{color:color-mix(in oklab, var(--colors-gray-200) var(--un-text-opacity), transparent)}.dark .dark\:text-gray-300{color:color-mix(in oklab, var(--colors-gray-300) var(--un-text-opacity), transparent)}.dark .dark\:text-gray-400{color:color-mix(in oklab, var(--colors-gray-400) var(--un-text-opacity), transparent)}.dark .dark\:text-gray-500{color:color-mix(in oklab, var(--colors-gray-500) var(--un-text-opacity), transparent)}.dark .dark\:text-green-200{color:color-mix(in oklab, var(--colors-green-200) var(--un-text-opacity), transparent)}.dark .dark\:text-green-400{color:color-mix(in oklab, var(--colors-green-400) var(--un-text-opacity), transparent)}.dark .dark\:text-indigo-200{color:color-mix(in oklab, var(--colors-indigo-200) var(--un-text-opacity), transparent)}.dark .dark\:text-indigo-300{color:color-mix(in oklab, var(--colors-indigo-300) var(--un-text-opacity), transparent)}.dark .dark\:text-purple-200{color:color-mix(in oklab, var(--colors-purple-200) var(--un-text-opacity), transparent)}.dark .dark\:text-white{color:color-mix(in oklab, var(--colors-white) var(--un-text-opacity), transparent)}.dark [dark\:text-green-200=""]{color:color-mix(in oklab, var(--colors-green-200) var(--un-text-opacity), transparent)}.data-\[highlighted\]\:text-amber-900[data-highlighted]{color:color-mix(in oklab, var(--colors-amber-900) var(--un-text-opacity), transparent)}.data-\[highlighted\]\:text-gray-900[data-highlighted]{color:color-mix(in oklab, var(--colors-gray-900) var(--un-text-opacity), transparent)}.text-amber-600{color:color-mix(in oklab, var(--colors-amber-600) var(--un-text-opacity), transparent)}.text-black{color:color-mix(in oklab, var(--colors-black) var(--un-text-opacity), transparent)}.text-blue-500{color:color-mix(in oklab, var(--colors-blue-500) var(--un-text-opacity), transparent)}.text-blue-600{color:color-mix(in oklab, var(--colors-blue-600) var(--un-text-opacity), transparent)}.text-gray-100{color:color-mix(in oklab, var(--colors-gray-100) var(--un-text-opacity), transparent)}.text-gray-400{color:color-mix(in oklab, var(--colors-gray-400) var(--un-text-opacity), transparent)}.text-gray-400\!{color:color-mix(in oklab, var(--colors-gray-400) var(--un-text-opacity), transparent)!important}.text-gray-500{color:color-mix(in oklab, var(--colors-gray-500) var(--un-text-opacity), transparent)}.text-gray-600{color:color-mix(in oklab, var(--colors-gray-600) var(--un-text-opacity), transparent)}.text-gray-700{color:color-mix(in oklab, var(--colors-gray-700) var(--un-text-opacity), transparent)}.text-gray-800{color:color-mix(in oklab, var(--colors-gray-800) var(--un-text-opacity), transparent)}.text-gray-900{color:color-mix(in oklab, var(--colors-gray-900) var(--un-text-opacity), transparent)}.text-green-300{color:color-mix(in oklab, var(--colors-green-300) var(--un-text-opacity), transparent)}.text-green-500{color:color-mix(in oklab, var(--colors-green-500) var(--un-text-opacity), transparent)}.text-green-600{color:color-mix(in oklab, var(--colors-green-600) var(--un-text-opacity), transparent)}.text-green-700{color:color-mix(in oklab, var(--colors-green-700) var(--un-text-opacity), transparent)}.text-green-800{color:color-mix(in oklab, var(--colors-green-800) var(--un-text-opacity), transparent)}.text-green-900{color:color-mix(in oklab, var(--colors-green-900) var(--un-text-opacity), transparent)}.text-indigo-400{color:color-mix(in oklab, var(--colors-indigo-400) var(--un-text-opacity), transparent)}.text-indigo-600{color:color-mix(in oklab, var(--colors-indigo-600) var(--un-text-opacity), transparent)}.text-indigo-800{color:color-mix(in oklab, var(--colors-indigo-800) var(--un-text-opacity), transparent)}.text-purple-400{color:color-mix(in oklab, var(--colors-purple-400) var(--un-text-opacity), transparent)}.text-purple-600{color:color-mix(in oklab, var(--colors-purple-600) var(--un-text-opacity), transparent)}.text-purple-800{color:color-mix(in oklab, var(--colors-purple-800) var(--un-text-opacity), transparent)}.text-red-400{color:color-mix(in oklab, var(--colors-red-400) var(--un-text-opacity), transparent)}.text-red-500{color:color-mix(in oklab, var(--colors-red-500) var(--un-text-opacity), transparent)}.text-red-600{color:color-mix(in oklab, var(--colors-red-600) var(--un-text-opacity), transparent)}.text-red-700{color:color-mix(in oklab, var(--colors-red-700) var(--un-text-opacity), transparent)}.text-teal-500{color:color-mix(in oklab, var(--colors-teal-500) var(--un-text-opacity), transparent)}.text-teal-600{color:color-mix(in oklab, var(--colors-teal-600) var(--un-text-opacity), transparent)}.text-white{color:color-mix(in oklab, var(--colors-white) var(--un-text-opacity), transparent)}.text-yellow-400{color:color-mix(in oklab, var(--colors-yellow-400) var(--un-text-opacity), transparent)}.text-yellow-500{color:color-mix(in oklab, var(--colors-yellow-500) var(--un-text-opacity), transparent)}[text-gray-400=""]{color:color-mix(in oklab, var(--colors-gray-400) var(--un-text-opacity), transparent)}[text-red-400=""]{color:color-mix(in oklab, var(--colors-red-400) var(--un-text-opacity), transparent)}[text-white=""]{color:color-mix(in oklab, var(--colors-white) var(--un-text-opacity), transparent)}.dark .dark\:hover\:text-black:hover{color:color-mix(in oklab, var(--colors-black) var(--un-text-opacity), transparent)}.dark .dark\:hover\:text-gray-100:hover{color:color-mix(in oklab, var(--colors-gray-100) var(--un-text-opacity), transparent)}.dark .hover\:dark\:text-gray-400:hover,.hover\:text-gray-400:hover{color:color-mix(in oklab, var(--colors-gray-400) var(--un-text-opacity), transparent)}.hover\:text-gray-600:hover{color:color-mix(in oklab, var(--colors-gray-600) var(--un-text-opacity), transparent)}.hover\:text-gray-700:hover{color:color-mix(in oklab, var(--colors-gray-700) var(--un-text-opacity), transparent)}.hover\:text-gray-800:hover{color:color-mix(in oklab, var(--colors-gray-800) var(--un-text-opacity), transparent)}.hover\:text-gray-900:hover{color:color-mix(in oklab, var(--colors-gray-900) var(--un-text-opacity), transparent)}.hover\:text-red-500:hover{color:color-mix(in oklab, var(--colors-red-500) var(--un-text-opacity), transparent)}.hover\:text-red-600:hover{color:color-mix(in oklab, var(--colors-red-600) var(--un-text-opacity), transparent)}.hover\:text-teal-300:hover{color:color-mix(in oklab, var(--colors-teal-300) var(--un-text-opacity), transparent)}.hover\:text-teal-500:hover{color:color-mix(in oklab, var(--colors-teal-500) var(--un-text-opacity), transparent)}.hover\:text-white:hover{color:color-mix(in oklab, var(--colors-white) var(--un-text-opacity), transparent)}[hover\:text-gray-700=""]:hover{color:color-mix(in oklab, var(--colors-gray-700) var(--un-text-opacity), transparent)}.active\:text-teal-400:active{color:color-mix(in oklab, var(--colors-teal-400) var(--un-text-opacity), transparent)}.color-white{color:color-mix(in oklab, var(--colors-white) var(--un-text-opacity), transparent)}.b-amber{border-color:color-mix(in oklab, var(--colors-amber-DEFAULT) var(--un-border-opacity), transparent)}.border-gray-200{border-color:color-mix(in oklab, var(--colors-gray-200) var(--un-border-opacity), transparent)}.border-red-400{border-color:color-mix(in oklab, var(--colors-red-400) var(--un-border-opacity), transparent)}.border-teal-500{border-color:color-mix(in oklab, var(--colors-teal-500) var(--un-border-opacity), transparent)}.dark .dark\:border-gray-200{border-color:color-mix(in oklab, var(--colors-gray-200) var(--un-border-opacity), transparent)}.dark .dark\:border-teal-700{border-color:color-mix(in oklab, var(--colors-teal-700) var(--un-border-opacity), transparent)}[border-teal-500=""]{border-color:color-mix(in oklab, var(--colors-teal-500) var(--un-border-opacity), transparent)}.hover\:border-gray-300:hover,[hover\:border-gray-300=""]:hover{border-color:color-mix(in oklab, var(--colors-gray-300) var(--un-border-opacity), transparent)}.focus-visible\:border-indigo-500:focus-visible{border-color:color-mix(in oklab, var(--colors-indigo-500) var(--un-border-opacity), transparent)}.bg-blue-50{background-color:color-mix(in oklab, var(--colors-blue-50) var(--un-bg-opacity), transparent)}.bg-blue-700{background-color:color-mix(in oklab, var(--colors-blue-700) var(--un-bg-opacity), transparent)}.bg-gray-100{background-color:color-mix(in oklab, var(--colors-gray-100) var(--un-bg-opacity), transparent)}.bg-gray-200{background-color:color-mix(in oklab, var(--colors-gray-200) var(--un-bg-opacity), transparent)}.bg-gray-200\/\[\.85\]{background-color:color-mix(in oklab, var(--colors-gray-200) .85, transparent)}.bg-gray-300{background-color:color-mix(in oklab, var(--colors-gray-300) var(--un-bg-opacity), transparent)}.bg-gray-500{background-color:color-mix(in oklab, var(--colors-gray-500) var(--un-bg-opacity), transparent)}.bg-gray-700{background-color:color-mix(in oklab, var(--colors-gray-700) var(--un-bg-opacity), transparent)}.bg-gray-900{background-color:color-mix(in oklab, var(--colors-gray-900) var(--un-bg-opacity), transparent)}.bg-green-100{background-color:color-mix(in oklab, var(--colors-green-100) var(--un-bg-opacity), transparent)}.bg-green-300{background-color:color-mix(in oklab, var(--colors-green-300) var(--un-bg-opacity), transparent)}.bg-green-500{background-color:color-mix(in oklab, var(--colors-green-500) var(--un-bg-opacity), transparent)}.bg-indigo-100{background-color:color-mix(in oklab, var(--colors-indigo-100) var(--un-bg-opacity), transparent)}.bg-purple-100{background-color:color-mix(in oklab, var(--colors-purple-100) var(--un-bg-opacity), transparent)}.bg-red-100{background-color:color-mix(in oklab, var(--colors-red-100) var(--un-bg-opacity), transparent)}.bg-teal-500{background-color:color-mix(in oklab, var(--colors-teal-500) var(--un-bg-opacity), transparent)}.bg-white{background-color:color-mix(in oklab, var(--colors-white) var(--un-bg-opacity), transparent)}.bg-yellow-400{background-color:color-mix(in oklab, var(--colors-yellow-400) var(--un-bg-opacity), transparent)}.bg-yellow-500{background-color:color-mix(in oklab, var(--colors-yellow-500) var(--un-bg-opacity), transparent)}.dark .dark\:bg-black{background-color:color-mix(in oklab, var(--colors-black) var(--un-bg-opacity), transparent)}.dark .dark\:bg-black\/\[\.7\]{background-color:color-mix(in oklab, var(--colors-black) .7, transparent)}.dark .dark\:bg-blue-900\/20{background-color:color-mix(in oklab, var(--colors-blue-900) 20%, transparent)}.dark .dark\:bg-gray-700{background-color:color-mix(in oklab, var(--colors-gray-700) var(--un-bg-opacity), transparent)}.dark .dark\:bg-gray-800{background-color:color-mix(in oklab, var(--colors-gray-800) var(--un-bg-opacity), transparent)}.dark .dark\:bg-gray-900{background-color:color-mix(in oklab, var(--colors-gray-900) var(--un-bg-opacity), transparent)}.dark .dark\:bg-green-900{background-color:color-mix(in oklab, var(--colors-green-900) var(--un-bg-opacity), transparent)}.dark .dark\:bg-indigo-900{background-color:color-mix(in oklab, var(--colors-indigo-900) var(--un-bg-opacity), transparent)}.dark .dark\:bg-purple-900{background-color:color-mix(in oklab, var(--colors-purple-900) var(--un-bg-opacity), transparent)}.dark .dark\:bg-teal-700{background-color:color-mix(in oklab, var(--colors-teal-700) var(--un-bg-opacity), transparent)}.dark .dark\:bg-teal-900{background-color:color-mix(in oklab, var(--colors-teal-900) var(--un-bg-opacity), transparent)}.data-\[highlighted\]\:bg-amber-100[data-highlighted]{background-color:color-mix(in oklab, var(--colors-amber-100) var(--un-bg-opacity), transparent)}.data-\[highlighted\]\:bg-gray-100[data-highlighted]{background-color:color-mix(in oklab, var(--colors-gray-100) var(--un-bg-opacity), transparent)}.dark [dark\:hover\:bg-green-800~=default\:]:hover:default{background-color:color-mix(in oklab, var(--colors-green-800) var(--un-bg-opacity), transparent)}.dark .dark\:hover\:bg-gray-700:hover{background-color:color-mix(in oklab, var(--colors-gray-700) var(--un-bg-opacity), transparent)}.dark .dark\:hover\:bg-gray-900:hover{background-color:color-mix(in oklab, var(--colors-gray-900) var(--un-bg-opacity), transparent)}.dark .dark\:hover\:bg-green-800:hover{background-color:color-mix(in oklab, var(--colors-green-800) var(--un-bg-opacity), transparent)}.dark .hover\:dark\:bg-gray-500:hover{background-color:color-mix(in oklab, var(--colors-gray-500) var(--un-bg-opacity), transparent)}.dark .hover\:dark\:bg-gray-900:hover{background-color:color-mix(in oklab, var(--colors-gray-900) var(--un-bg-opacity), transparent)}.hover\:bg-gray-100:hover{background-color:color-mix(in oklab, var(--colors-gray-100) var(--un-bg-opacity), transparent)}.hover\:bg-gray-50:hover{background-color:color-mix(in oklab, var(--colors-gray-50) var(--un-bg-opacity), transparent)}.hover\:bg-green-200:hover{background-color:color-mix(in oklab, var(--colors-green-200) var(--un-bg-opacity), transparent)}.hover\:bg-red-200:hover{background-color:color-mix(in oklab, var(--colors-red-200) var(--un-bg-opacity), transparent)}[hover\:bg-green-200=""]:hover{background-color:color-mix(in oklab, var(--colors-green-200) var(--un-bg-opacity), transparent)}.ring-black{--un-ring-color:color-mix(in oklab, var(--colors-black) var(--un-ring-opacity), transparent)}.focus\:ring-green-500:focus{--un-ring-color:color-mix(in oklab, var(--colors-green-500) var(--un-ring-opacity), transparent)}.focus\:ring-indigo-500:focus{--un-ring-color:color-mix(in oklab, var(--colors-indigo-500) var(--un-ring-opacity), transparent)}.focus\:ring-purple-500:focus{--un-ring-color:color-mix(in oklab, var(--colors-purple-500) var(--un-ring-opacity), transparent)}.focus\:ring-red-500:focus{--un-ring-color:color-mix(in oklab, var(--colors-red-500) var(--un-ring-opacity), transparent)}.focus\:ring-teal-500:focus{--un-ring-color:color-mix(in oklab, var(--colors-teal-500) var(--un-ring-opacity), transparent)}.focus-visible\:ring-white:focus-visible{--un-ring-color:color-mix(in oklab, var(--colors-white) var(--un-ring-opacity), transparent)}.focus-visible\:ring-offset-orange-300:focus-visible{--un-ring-offset-color:color-mix(in oklab, var(--colors-orange-300) var(--un-ring-offset-opacity), transparent)}.group-data-\[highlighted\]\:text-green-600:is(:where(.group)[data-highlighted] *){color:color-mix(in oklab, var(--colors-green-600) var(--un-text-opacity), transparent)}.group-data-\[state\=checked\]\:text-amber-600:is(:where(.group)[data-state=checked] *){color:color-mix(in oklab, var(--colors-amber-600) var(--un-text-opacity), transparent)}}@media (width>=40rem){.sm\:text-sm{font-size:var(--text-sm-fontSize);line-height:var(--un-leading,var(--text-sm-lineHeight))}.sm\:mx-2{margin-inline:calc(var(--spacing) * 2)}.sm\:mx-6{margin-inline:calc(var(--spacing) * 6)}.sm\:mb-2{margin-bottom:calc(var(--spacing) * 2)}.sm\:ml-5{margin-left:calc(var(--spacing) * 5)}.sm\:p-3{padding:calc(var(--spacing) * 3)}.sm\:p-4{padding:calc(var(--spacing) * 4)}.sm\:p-6{padding:calc(var(--spacing) * 6)}.sm\:px-0{padding-inline:calc(var(--spacing) * 0)}.sm\:px-1{padding-inline:calc(var(--spacing) * 1)}.sm\:px-2{padding-inline:calc(var(--spacing) * 2)}.sm\:px-3{padding-inline:calc(var(--spacing) * 3)}.sm\:px-4{padding-inline:calc(var(--spacing) * 4)}.sm\:px-5{padding-inline:calc(var(--spacing) * 5)}.sm\:px-6{padding-inline:calc(var(--spacing) * 6)}.sm\:pb-5{padding-bottom:calc(var(--spacing) * 5)}.sm\:pl-1{padding-left:calc(var(--spacing) * 1)}.sm\:pl-9{padding-left:calc(var(--spacing) * 9)}.sm\:pr-2{padding-right:calc(var(--spacing) * 2)}.sm\:pt-8{padding-top:calc(var(--spacing) * 8)}.sm\:rounded-lg{border-radius:var(--radius-lg)}.sm\:rounded-md{border-radius:var(--radius-md)}.sm\:flex{display:flex}.sm\:w-full{width:100%}.sm\:block{display:block}.sm\:translate-x-0{--un-translate-x:calc(var(--spacing) * 0);translate:var(--un-translate-x) var(--un-translate-y)}.sm\:translate-x-2{--un-translate-x:calc(var(--spacing) * 2);translate:var(--un-translate-x) var(--un-translate-y)}.sm\:translate-y-0{--un-translate-y:calc(var(--spacing) * 0);translate:var(--un-translate-x) var(--un-translate-y)}.sm\:items-start{align-items:flex-start}.sm\:items-center{align-items:center}.sm\:left-29{left:calc(var(--spacing) * 29)}.sm\:left-5{left:calc(var(--spacing) * 5)}.sm\:justify-end{justify-content:flex-end}.sm\:justify-between{justify-content:space-between}}@media (width>=48rem){.md\:m-4{margin:calc(var(--spacing) * 4)}.md\:mt-2{margin-top:calc(var(--spacing) * 2)}.md\:p-6{padding:calc(var(--spacing) * 6)}.md\:px-4{padding-inline:calc(var(--spacing) * 4)}.md\:py-6{padding-block:calc(var(--spacing) * 6)}.md\:py-8{padding-block:calc(var(--spacing) * 8)}.md\:pt-6{padding-top:calc(var(--spacing) * 6)}.md\:gap-4{gap:calc(var(--spacing) * 4)}.md\:grid{display:grid}.md\:max-w-2xl{max-width:var(--container-2xl)}.md\:block{display:block}.md\:left-2{left:calc(var(--spacing) * 2)}}@media (width>=64rem){.lg\:p-8{padding:calc(var(--spacing) * 8)}.lg\:px-10{padding-inline:calc(var(--spacing) * 10)}.lg\:px-8{padding-inline:calc(var(--spacing) * 8)}.lg\:max-w-4xl{max-width:var(--container-4xl)}}@media (width>=80rem){.xl\:px-15{padding-inline:calc(var(--spacing) * 15)}}@media (width>=96rem){.\32 xl-flex{display:flex}}@media (width>=320px){.\32 xs\:px-0{padding-inline:calc(var(--spacing) * 0)}.\32 xs\:px-2{padding-inline:calc(var(--spacing) * 2)}.\32 xs\:gap-2{gap:calc(var(--spacing) * 2)}.\32 xs\:min-h-440px{min-height:440px}.\32 xs\:inline-block{display:inline-block}.\32 xs\:left-15{left:calc(var(--spacing) * 15)}}@media (width>=480px){.xs\:text-sm{font-size:var(--text-sm-fontSize);line-height:var(--un-leading,var(--text-sm-lineHeight))}.xs\:px-0{padding-inline:calc(var(--spacing) * 0)}.xs\:px-3{padding-inline:calc(var(--spacing) * 3)}.xs\:px-4{padding-inline:calc(var(--spacing) * 4)}.xs\:py-1{padding-block:calc(var(--spacing) * 1)}.xs\:gap-4{gap:calc(var(--spacing) * 4)}.xs\:min-h-400px{min-height:400px}.xs\:w-30\%{width:30%}.xs\:block{display:block}}html:not(.dark){--kc-default-bg:#fff;--kc-teal:#08726f;--kc-teal-light:#008576;--kc-primary:#00b8ac;--kc-gray:#5d5d7c;--kc-alt-gray:#6b7280;--kc-light-gray:#dcdcef;--kc-border:#dcdcef;--kc-error:#c23e12;--kc-secondary:#c5532d;--kc-sidebar-bg:#ffebcd;--kc-sidebar-accent-bg:#fff4e4;--kc-sidebar-accent-hover-bg:#fffbf5;--kc-sidebar-text:#115e78;--kc-ayah-text:#333;--kc-sidebar-hover-text:#0a465a;--kc-mini-header-bg:#f2f2f2;--kc-mini-header-text:#0a465a;--kc-ayah-item-border:#f2f2f2;--kc-playing-highlight:#00b8ac;--kc-player-bg:#253237;--kc-player-playing-bg:#0a465a;--kc-journey-bg:#253237;--kc-journey-active-bg:#0a465a;--kc-bookmark-bg:#e4e4e4;--kc-page-view-active-ayah:#fffded;--kc-mini-header-shadow:0 2px 5px #ddd;--kc-selected-search-result-item-bg:#115e78;--un-prose-body:#444}html.dark{--kc-default-bg:#222;--kc-teal:#08625f;--kc-teal-light:#009d8c;--kc-primary:#07948c;--kc-gray:#aeaeb3;--kc-alt-gray:#767e8e;--kc-light-gray:#b3b3ce;--kc-border:#2d3748;--kc-secondary:#c57358;--kc-error:#c05b39;--kc-sidebar-bg:#111;--kc-sidebar-accent-bg:#222;--kc-sidebar-accent-hover-bg:#000;--kc-sidebar-text:#fff;--kc-ayah-text:#fff;--kc-sidebar-hover-text:#ebebeb;--kc-mini-header-bg:#000;--kc-mini-header-text:#ebebeb;--kc-ayah-item-border:#333;--kc-playing-highlight:#1fb8ff;--kc-player-bg:#111;--kc-player-playing-bg:#173330;--kc-journey-bg:#111;--kc-journey-active-bg:#173330;--kc-bookmark-bg:#173330;--kc-page-view-active-ayah:#33290a;--kc-mini-header-shadow:none;--kc-selected-search-result-item-bg:#0a465a;--un-prose-body:#eee;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}@font-face{font-family:KFCQPCUthmanTahaNaskh;direction:rtl;font-display:swap;src:url(/assets/UthmanTN1_Ver20-B8EpUQK4.woff2)format("woff2")}.font-kfqpc-uthman-taha{letter-spacing:normal;font-family:KFCQPCUthmanTahaNaskh,AdobeNotDef;line-height:1.8}@font-face{font-family:KFCQPCHafz;direction:rtl;font-display:swap;src:url(/assets/UthmanicHafs_V22-CH0_NsZc.woff2)format("woff2")}.font-kfqpc-hafz{letter-spacing:normal;font-family:KFCQPCHafz,AdobeNotDef;line-height:1.7}.font-kfqpc-hafz .surah-number{font-feature-settings:"rlig" 0}@font-face{font-family:KFCQPCHafzB;direction:rtl;font-display:swap;src:url(/assets/Uthmanic_NeoCOLOR-Regular-C3MEDqP8.woff2)format("woff2")}.font-kfqpc-hafz-b{letter-spacing:normal;font-family:KFCQPCHafzB,AdobeNotDef;line-height:1.7}.font-kfqpc-hafz-b .surah-number{font-feature-settings:"rlig" 0;font-family:none}@font-face{font-family:Hamdullah;font-display:swap;src:url(/assets/Shaikh-Hamdullah-Mushaf-BV6L6grt.woff2)format("woff2")}.font-hamdullah{font-feature-settings:"jalt" 1;font-family:Hamdullah,AdobeNotDef;line-height:1.7}.font-hamdullah .ayah-number{font-feature-settings:"calt" 1}@font-face{font-family:Abay;font-display:swap;src:url(/assets/kk_abay-9sh6u5Ds.woff2)format("woff2")}.font-abay{font-feature-settings:"calt" 0;font-family:Abay,AdobeNotDef;line-height:1.9}.font-abay .ayah-number{font-feature-settings:"calt" 1;margin:0 5px 0 0}@font-face{font-family:MeQuran;direction:rtl;font-display:swap;src:url(/assets/me_quran-webfont-hiNPYxpC.woff2)format("woff2")}.font-mequran{letter-spacing:normal;font-family:MeQuran,AdobeNotDef;line-height:2.2}@font-face{font-family:ScheherazadeRW;font-display:swap;src:url(/assets/ScheherazadeNew-Regular-D5Zyq77T.woff2)format("woff2")}.font-scheherazaderw{font-feature-settings:"cv62" 1;letter-spacing:normal;direction:rtl;font-family:ScheherazadeRW,AdobeNotDef;line-height:2}@font-face{font-family:ScheherazadeMW;font-display:swap;src:url(/assets/ScheherazadeNew-Medium-BvTH6MQ7.woff2)format("woff2")}.font-scheherazademw{font-feature-settings:"cv62" 1;letter-spacing:normal;direction:rtl;font-family:ScheherazadeMW,AdobeNotDef;line-height:2}@font-face{font-family:ScheherazadeSW;font-display:swap;src:url(/assets/ScheherazadeNew-SemiBold-B8RjXrEt.woff2)format("woff2")}.font-scheherazadesw{font-feature-settings:"cv62" 1;letter-spacing:normal;direction:rtl;font-family:ScheherazadeSW,AdobeNotDef;line-height:2}@font-face{font-family:ScheherazadeBW;font-display:swap;src:url(/assets/ScheherazadeNew-Bold-5jPL5B1s.woff2)format("woff2")}.font-scheherazadebw{font-feature-settings:"cv62" 1;letter-spacing:normal;direction:rtl;font-family:ScheherazadeBW,AdobeNotDef;line-height:2}@font-face{font-family:Kitab;font-display:swap;src:url(/assets/Kitab-Regular-BwFHXMDT.woff2)format("woff2")}.font-kitab{letter-spacing:normal;direction:rtl;font-family:Kitab,AdobeNotDef;line-height:2}@font-face{font-family:Elif;font-display:swap;src:url(/assets/Elif1-BBHoTTpo.woff2)format("woff2")}.font-elif{font-family:Elif,AdobeNotDef;line-height:1.9}@font-face{font-family:AmiriQuranColoredWeb;font-style:normal;font-weight:400;font-display:swap;src:url(/assets/AmiriQuranColored-B4bLKTVp.woff2)format("woff2")}.font-amiri-color{letter-spacing:normal;direction:rtl;font-family:AmiriQuranColoredWeb,AdobeNotDef;line-height:2.5}@font-face{font-family:AmiriQuranWeb;font-style:normal;font-weight:400;font-display:swap;src:url(/assets/AmiriQuran-BfNrnbfv.woff2)format("woff2")}.font-amiri{letter-spacing:normal;direction:rtl;font-family:AmiriQuranWeb,AdobeNotDef;line-height:2.5}.ghn{color:#ff7e1e}.ghn:hover{color:#000;background-color:#ff7e1e}.qlq{color:#dd0008}.qlq:hover{color:#dd0008;cursor:pointer;background-color:#f3a6a9}.idgh_ghn{color:#169200}.idgh_ghn:hover{color:#169200;cursor:pointer;background-color:#9ce58e}.idgh_w_ghn{color:#169200}.idgh_w_ghn:hover{color:#169200;cursor:pointer;background-color:#9ce58e}.iqlb{color:#26bffd}.iqlb:hover{color:#0099c5;cursor:pointer;background-color:#92e5ff}.ikhf{color:#9400a8}.ikhf:hover{color:#9400a8;cursor:pointer;background-color:#daa6e1}.ikhf_shfw{color:#d500b7}.ikhf_shfw:hover{color:#d500b7;cursor:pointer;background-color:#f0a6e6}.idghm_shfw{color:#58b800}.idghm_shfw:hover{color:#58b800;cursor:pointer;background-color:#bae890}.slnt{color:#ccc}.ham_wasl{color:#aaa}.ham_wasl:hover{background-color:#d7d7d7}.madda_necessary{color:#000ebc}.dark .madda_necessary{color:#a00ebc}.madda_obligatory{color:#2144c1}.dark .madda_obligatory{color:#357dcf}.madda_permissible{color:#4050ff}.dark .madda_permissible{color:#6a8ae2}.madda_normal{color:#537fff}.dark .madda_normal{color:#638fff}.idgh_mus{color:#a1a1a1}.idgh_mus:hover{background-color:#d7d7d7}.idgh_mut{color:#a1a1a1}.idgh_mut:hover{background-color:#d7d7d7}.sign{color:red}.sign-la{color:#32cd32}.sign-sala{color:green}.sign-jemm{color:#6b8e23}.sign-seen{color:olive}.sign-threed{color:sienna}.sign-ghala{color:brown}.sign-meem{color:red}.rabbi{color:brown}.sajdah-sign{color:green}.juz-sign{color:navy}.dark .juz-sign{color:#4682b4}.ayah-number{cursor:pointer;color:#16a34a;margin-right:.5em}@font-face{font-family:suwar0;font-display:fallback;src:url(/fonts/ar-surah_quran-0.woff2)format("woff2")}@font-face{font-family:suwar1;font-display:swap;src:url(/fonts/ar-surah_quran-1.woff2)format("woff2")}@font-face{font-family:suwar2;font-display:swap;src:url(/fonts/ar-surah_quran-2.woff2)format("woff2")}@font-face{font-family:suwar3;font-display:swap;src:url(/fonts/ar-surah_quran-3.woff2)format("woff2")}@font-face{font-family:suwar4;font-display:swap;src:url(/fonts/ar-surah_quran-4.woff2)format("woff2")}@font-face{font-family:AsmaulHusna;font-display:block;src:url(/fonts/asmaulhusna.woff2)format("woff2");font-weight:400;font-style:normal}.font-asmaulHusna{font-family:AsmaulHusna;font-size:24px}.rtlb{text-align:right;text-rendering:optimizelegibility;direction:rtl;unicode-bidi:bidi-override}.rtl{text-align:right;text-rendering:optimizelegibility;direction:rtl}.ltr{direction:ltr}.clickable{cursor:pointer}.transp-back{background-color:#fff9!important}.container{transition:all .5s cubic-bezier(.55,0,.1,1)}.page-enter-active,.page-leave-active{transition:all .3s ease-out}.page-enter,.page-leave-active{opacity:0;transform-origin:50%}.slide-left-enter-active{animation:.4s ease-out reverse both slide-left}.slide-left-leave-active{animation:.4s ease-out reverse both slide-right}.slide-right-enter-active{animation:.4s ease-in both slide-right}.slide-right-leave-active{animation:.4s ease-in both slide-left}@keyframes slide-left{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100px)}}@keyframes slide-right{0%{opacity:0;transform:translate(-100px)}to{opacity:1;transform:translate(0)}}.bounce-enter-active{animation:.5s bounce-in}.bounce-leave-active{animation:.5s reverse bounce-in}@keyframes bounce-in{0%{transform:scale(0)}50%{transform:scale(1.1)}to{transform:scale(1)}}.arab-text{word-break:normal;direction:rtl}html,body,#app{height:100vh;margin:0;padding:0}html{font-family:var(--font-sans)}html.dark{background:#222}h1{letter-spacing:normal;font-size:1.6rem;font-weight:400;line-height:2rem;font-family:var(--font-serif)}#nprogress{pointer-events:none}#nprogress .bar{background-color:color-mix(in srgb, var(--colors-red-600) var(--un-bg-opacity), transparent);opacity:.75;z-index:1031;width:100%;height:5px;position:fixed;top:0;left:0}@supports (color:color-mix(in lab, red, red)){#nprogress .bar{background-color:color-mix(in oklab, var(--colors-red-600) var(--un-bg-opacity), transparent)}}.search-backdrop .scrollbar-track,.off-canvas-sidebar .scrollbar-track{background:#dedede59;border-radius:4px}.btn{color:color-mix(in srgb, var(--colors-white) var(--un-text-opacity), transparent);padding-inline:calc(var(--spacing) * 4);padding-block:calc(var(--spacing) * 1);border-radius:var(--radius-DEFAULT);background-color:color-mix(in srgb, var(--colors-teal-600) var(--un-bg-opacity), transparent);cursor:pointer;display:inline-block}@supports (color:color-mix(in lab, red, red)){.btn{color:color-mix(in oklab, var(--colors-white) var(--un-text-opacity), transparent);background-color:color-mix(in oklab, var(--colors-teal-600) var(--un-bg-opacity), transparent)}}.btn:hover{background-color:color-mix(in srgb, var(--colors-teal-700) var(--un-bg-opacity), transparent)}@supports (color:color-mix(in lab, red, red)){.btn:hover{background-color:color-mix(in oklab, var(--colors-teal-700) var(--un-bg-opacity), transparent)}}.btn:disabled{background-color:color-mix(in srgb, var(--colors-gray-600) var(--un-bg-opacity), transparent);opacity:.5;cursor:default}@supports (color:color-mix(in lab, red, red)){.btn:disabled{background-color:color-mix(in oklab, var(--colors-gray-600) var(--un-bg-opacity), transparent)}}.btn-simple{font-size:var(--text-sm-fontSize);line-height:var(--un-leading,var(--text-sm-lineHeight));color:color-mix(in srgb, var(--colors-gray-700) var(--un-text-opacity), transparent);--un-font-weight:var(--fontWeight-medium);font-weight:var(--fontWeight-medium);padding-inline:calc(var(--spacing) * 4);padding-block:calc(var(--spacing) * 2);border-width:1px;border-color:color-mix(in srgb, var(--kc-light-gray) var(--un-border-opacity), transparent);border-radius:var(--radius-md);background-color:color-mix(in srgb, var(--colors-white) var(--un-bg-opacity), transparent);--un-shadow:0 1px 3px 0 var(--un-shadow-color,#0000001a),0 1px 2px -1px var(--un-shadow-color,#0000001a);box-shadow:var(--un-inset-shadow), var(--un-inset-ring-shadow), var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);align-items:center;display:inline-flex}@supports (color:color-mix(in lab, red, red)){.btn-simple{color:color-mix(in oklab, var(--colors-gray-700) var(--un-text-opacity), transparent);background-color:color-mix(in oklab, var(--colors-white) var(--un-bg-opacity), transparent)}}.btn-simple:focus{--un-outline-style:none;outline-style:none}.btn-simple:hover{background-color:color-mix(in srgb, var(--colors-gray-50) var(--un-bg-opacity), transparent)}@supports (color:color-mix(in lab, red, red)){.btn-simple:hover{background-color:color-mix(in oklab, var(--colors-gray-50) var(--un-bg-opacity), transparent)}}.btn-sm{font-size:var(--text-sm-fontSize);line-height:var(--un-leading,var(--text-sm-lineHeight));padding-inline:calc(var(--spacing) * 2);padding-block:calc(var(--spacing) * 1);border-radius:var(--radius-DEFAULT);cursor:pointer;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,--un-gradient-from,--un-gradient-via,--un-gradient-to;transition-timing-function:var(--un-ease,var(--default-transition-timingFunction));transition-duration:var(--un-duration,var(--default-transition-duration))}.btn-sm:active{--un-scale-x:95%;--un-scale-y:95%;scale:var(--un-scale-x) var(--un-scale-y)}.btn-icon{opacity:.7;cursor:pointer}.btn-icon:hover{opacity:1}.btn-icon:active{--un-scale-x:95%;--un-scale-y:95%;scale:var(--un-scale-x) var(--un-scale-y)}.uno-icon.icon-btn{color:color-mix(in srgb, var(--kc-teal-light) var(--un-text-opacity), transparent);opacity:1;cursor:pointer;-webkit-user-select:none;user-select:none;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,--un-gradient-from,--un-gradient-via,--un-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter;transition-timing-function:var(--un-ease,var(--default-transition-timingFunction));transition-duration:var(--un-duration,var(--default-transition-duration));--un-duration:.2s;--un-ease:var(--ease-in-out);transition-duration:.2s;transition-timing-function:var(--ease-in-out);font-size:1em;display:inline-block}.uno-icon.icon-btn:hover{color:color-mix(in srgb, var(--colors-red-600) var(--un-text-opacity), transparent);opacity:.8}@supports (color:color-mix(in lab, red, red)){.uno-icon.icon-btn:hover{color:color-mix(in oklab, var(--colors-red-600) var(--un-text-opacity), transparent)}}.dark .uno-icon.icon-btn:hover{color:color-mix(in srgb, var(--colors-red-600) var(--un-text-opacity), transparent)}@supports (color:color-mix(in lab, red, red)){.dark .uno-icon.icon-btn:hover{color:color-mix(in oklab, var(--colors-red-600) var(--un-text-opacity), transparent)}}.uno-icon.icon-btn:active{opacity:1;--un-scale-x:140%;--un-scale-y:140%;scale:var(--un-scale-x) var(--un-scale-y)}.narrow-container{max-width:982px;margin:0 auto;margin-top:calc(var(--spacing) * 7);padding-inline:calc(var(--spacing) * 2);width:100%}.label-sp{color:#fff;background-color:#06d;border-radius:.25em;padding:12px;display:inline-block}.turbolinks-progress-bar{background-color:#df5555}.top-nav-menu{position:absolute;top:10px;right:10px}.top-nav-small-logo{display:none}.top-nav-full-logo{display:block;position:absolute;top:16px;left:12px}.top-nav-buffer{width:100%;height:50px}blockquote{color:color-mix(in srgb, var(--kc-alt-gray) var(--un-text-opacity), transparent)}.dark blockquote{color:color-mix(in srgb, var(--colors-gray-400) var(--un-text-opacity), transparent)}@supports (color:color-mix(in lab, red, red)){.dark blockquote{color:color-mix(in oklab, var(--colors-gray-400) var(--un-text-opacity), transparent)}}q{color:color-mix(in srgb, var(--kc-alt-gray) var(--un-text-opacity), transparent)}.dark q{color:color-mix(in srgb, var(--colors-gray-400) var(--un-text-opacity), transparent)}@supports (color:color-mix(in lab, red, red)){.dark q{color:color-mix(in oklab, var(--colors-gray-400) var(--un-text-opacity), transparent)}}#app .prose{max-width:85ch}.prose h1{text-align:left}@media (width>=240px){.container,.xl\:container{max-width:none!important}}@media (width>=320px){.container,.xl\:container{max-width:none!important}}@media (width>=480px){.container,.xl\:container{max-width:none!important}}@media (width>=640px){.top-nav-small-logo{display:block}.top-nav-full-logo,.top-nav-buffer{display:none}}@media (width>=1024px){#app .prose{max-width:105ch}}.welcome-message{margin-block:calc(var(--spacing) * 6);padding-inline:calc(var(--spacing) * 3);text-align:center}.dark .welcome-message{color:color-mix(in srgb, var(--colors-white) var(--un-text-opacity), transparent)}@supports (color:color-mix(in lab, red, red)){.dark .welcome-message{color:color-mix(in oklab, var(--colors-white) var(--un-text-opacity), transparent)}}.welcome-message h1{font-size:var(--text-3xl-fontSize);line-height:var(--un-leading,var(--text-3xl-lineHeight));--un-font-weight:var(--fontWeight-bold);font-weight:var(--fontWeight-bold)}.dark .welcome-message h1{color:color-mix(in srgb, var(--colors-white) var(--un-text-opacity), transparent)}@supports (color:color-mix(in lab, red, red)){.dark .welcome-message h1{color:color-mix(in oklab, var(--colors-white) var(--un-text-opacity), transparent)}}.welcome-message p{font-size:var(--text-lg-fontSize);line-height:var(--un-leading,var(--text-lg-lineHeight));margin-top:calc(var(--spacing) * 6)}.dark .welcome-message p{color:color-mix(in srgb, var(--colors-white) var(--un-text-opacity), transparent)}@supports (color:color-mix(in lab, red, red)){.dark .welcome-message p{color:color-mix(in oklab, var(--colors-white) var(--un-text-opacity), transparent)}}.welcome-message p a{text-decoration-line:underline}.welcome-message p a:hover{color:color-mix(in srgb, var(--kc-alt-gray) var(--un-text-opacity), transparent)}.dark .welcome-message p a{color:color-mix(in srgb, var(--colors-white) var(--un-text-opacity), transparent)}@supports (color:color-mix(in lab, red, red)){.dark .welcome-message p a{color:color-mix(in oklab, var(--colors-white) var(--un-text-opacity), transparent)}}.dark .welcome-message p a:hover{color:color-mix(in srgb, var(--colors-gray-200) var(--un-text-opacity), transparent)}@supports (color:color-mix(in lab, red, red)){.dark .welcome-message p a:hover{color:color-mix(in oklab, var(--colors-gray-200) var(--un-text-opacity), transparent)}}section{padding-inline:calc(var(--spacing) * 0)}@media (width>=480px){section{padding-inline:calc(var(--spacing) * 3)}}.section-title{margin-bottom:calc(var(--spacing) * 3);border-bottom-width:2px;border-color:color-mix(in srgb, var(--kc-teal-light) var(--un-border-opacity), transparent);--un-border-style:solid;border-style:solid}.dark .section-title{color:color-mix(in srgb, var(--colors-white) var(--un-text-opacity), transparent);border-color:color-mix(in srgb, var(--kc-teal) var(--un-border-opacity), transparent)}@supports (color:color-mix(in lab, red, red)){.dark .section-title{color:color-mix(in oklab, var(--colors-white) var(--un-text-opacity), transparent)}}.latest-publications,.special-projects,.small-section{margin-inline:auto;margin-block:calc(var(--spacing) * 8);text-align:left;width:calc(var(--spacing) * 80)}@media (width>=48rem){.latest-publications,.special-projects,.small-section{width:calc(var(--spacing) * 96)}}.article-link{margin-block:calc(var(--spacing) * 3);display:block}.article-link:hover span.article-link-title{color:color-mix(in srgb, var(--colors-gray-600) var(--un-text-opacity), transparent)}@supports (color:color-mix(in lab, red, red)){.article-link:hover span.article-link-title{color:color-mix(in oklab, var(--colors-gray-600) var(--un-text-opacity), transparent)}}.dark .article-link:hover span.article-link-title{color:color-mix(in srgb, var(--colors-gray-300) var(--un-text-opacity), transparent)}@supports (color:color-mix(in lab, red, red)){.dark .article-link:hover span.article-link-title{color:color-mix(in oklab, var(--colors-gray-300) var(--un-text-opacity), transparent)}}.article-link-date{font-size:var(--text-lg-fontSize);line-height:var(--un-leading,var(--text-lg-lineHeight));color:color-mix(in srgb, var(--colors-gray-400) var(--un-text-opacity), transparent);display:block}.dark .article-link-date{font-size:175rem}@supports (color:color-mix(in lab, red, red)){.article-link-date{color:color-mix(in oklab, var(--colors-gray-400) var(--un-text-opacity), transparent)}}.article-link-title{font-size:var(--text-xl-fontSize);line-height:var(--un-leading,var(--text-xl-lineHeight));color:color-mix(in srgb, var(--colors-black) var(--un-text-opacity), transparent);--un-font-weight:var(--fontWeight-bold);font-weight:var(--fontWeight-bold);display:block}@supports (color:color-mix(in lab, red, red)){.article-link-title{color:color-mix(in oklab, var(--colors-black) var(--un-text-opacity), transparent)}}.dark .article-link-title{color:color-mix(in srgb, var(--colors-white) var(--un-text-opacity), transparent)}@supports (color:color-mix(in lab, red, red)){.dark .article-link-title{color:color-mix(in oklab, var(--colors-white) var(--un-text-opacity), transparent)}}.project-link{margin-top:calc(var(--spacing) * 6);display:flow-root}.project-link:hover{opacity:.7}.project-link:active{opacity:.6}.project-link-logo{margin-inline:auto;margin-top:calc(var(--spacing) * 3);padding-right:calc(var(--spacing) * 3);float:left}@media (width>=48rem){.project-link-logo{margin-top:calc(var(--spacing) * 0);width:calc(var(--spacing) * 24)}}.project-link-details{margin-top:calc(var(--spacing) * 4);width:calc(var(--spacing) * 48);float:left}@media (width>=48rem){.project-link-details{margin-top:calc(var(--spacing) * 0);text-align:left;width:calc(var(--spacing) * 60)}}.project-link-title{font-size:var(--text-sm-fontSize);line-height:var(--un-leading,var(--text-sm-lineHeight));color:color-mix(in srgb, var(--colors-black) var(--un-text-opacity), transparent);--un-font-weight:var(--fontWeight-bold);font-weight:var(--fontWeight-bold);display:block}@supports (color:color-mix(in lab, red, red)){.project-link-title{color:color-mix(in oklab, var(--colors-black) var(--un-text-opacity), transparent)}}@media (width>=48rem){.project-link-title{font-size:var(--text-lg-fontSize);line-height:var(--un-leading,var(--text-lg-lineHeight))}}.project-link-description{font-size:var(--text-xs-fontSize);line-height:var(--un-leading,var(--text-xs-lineHeight));color:color-mix(in srgb, var(--colors-gray-400) var(--un-text-opacity), transparent);display:block}@supports (color:color-mix(in lab, red, red)){.project-link-description{color:color-mix(in oklab, var(--colors-gray-400) var(--un-text-opacity), transparent)}}@media (width>=48rem){.project-link-description{font-size:var(--text-sm-fontSize);line-height:var(--un-leading,var(--text-sm-lineHeight))}}.double-star-background{z-index:-2000;background-image:url(/img/bg-star.svg);background-repeat:no-repeat;width:100%;height:300%;position:fixed;top:-300px;left:34%}.double-star-background-subtle{z-index:-2000;background-image:url(/img/bg-star.svg);background-position-x:65%;background-repeat:no-repeat;width:100%;height:100%;position:absolute;top:-425px;left:0;overflow:hidden}@media (width<=640px){.double-star-background-subtle{background-position:-10% 160%;height:100%;position:absolute;top:0;left:0;overflow:hidden}}.article-container{text-align:left}.article-title{font-size:var(--text-3xl-fontSize);line-height:var(--un-leading,var(--text-3xl-lineHeight));color:color-mix(in srgb, var(--colors-black) var(--un-text-opacity), transparent);--un-font-weight:var(--fontWeight-bold);font-weight:var(--fontWeight-bold);padding-bottom:calc(var(--spacing) * 2);text-align:center;max-width:800px;margin-inline:auto}@supports (color:color-mix(in lab, red, red)){.article-title{color:color-mix(in oklab, var(--colors-black) var(--un-text-opacity), transparent)}}.dark .article-title{color:color-mix(in srgb, var(--colors-white) var(--un-text-opacity), transparent)}@supports (color:color-mix(in lab, red, red)){.dark .article-title{color:color-mix(in oklab, var(--colors-white) var(--un-text-opacity), transparent)}}.article-subtitle{font-size:var(--text-sm-fontSize);line-height:var(--un-leading,var(--text-sm-lineHeight));color:color-mix(in srgb, var(--colors-gray-400) var(--un-text-opacity), transparent)}@supports (color:color-mix(in lab, red, red)){.article-subtitle{color:color-mix(in oklab, var(--colors-gray-400) var(--un-text-opacity), transparent)}}.dark .article-subtitle{color:color-mix(in srgb, var(--colors-gray-200) var(--un-text-opacity), transparent)}@supports (color:color-mix(in lab, red, red)){.dark .article-subtitle{color:color-mix(in oklab, var(--colors-gray-200) var(--un-text-opacity), transparent)}}.article-content{margin-inline:auto;margin-top:calc(var(--spacing) * 8);padding-inline:calc(var(--spacing) * 5);margin-bottom:100px}.dark .article-content{color:color-mix(in srgb, var(--colors-white) var(--un-text-opacity), transparent)}@supports (color:color-mix(in lab, red, red)){.dark .article-content{color:color-mix(in oklab, var(--colors-white) var(--un-text-opacity), transparent)}}.article-content{color:var(--un-prose-body);max-width:65ch}.article-content :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.article-content :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--un-prose-lead);margin-top:1.2em;margin-bottom:1.2em;font-size:1.25em;line-height:1.6}.article-content :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;opacity:.75;font-weight:500;text-decoration:underline}.article-content :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:600}.article-content :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)),.article-content :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)),.article-content :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.article-content :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:decimal}.article-content :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.article-content :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.article-content :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.article-content :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.article-content :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.article-content :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.article-content :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.article-content :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.article-content :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.article-content :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:disc}.article-content :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--un-prose-counters);font-weight:400}.article-content :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--un-prose-bullets)}.article-content :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--un-prose-headings);margin-top:1.25em;font-weight:600}.article-content :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--un-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.article-content :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--un-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--un-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em;font-style:italic;font-weight:500}.article-content :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.article-content :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.article-content :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;margin-top:0;margin-bottom:.888889em;font-size:2.25em;font-weight:800;line-height:1.11111}.article-content :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:900}.article-content :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;margin-top:2em;margin-bottom:1em;font-size:1.5em;font-weight:700;line-height:1.33333}.article-content :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:800}.article-content :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;margin-top:1.6em;margin-bottom:.6em;font-size:1.25em;font-weight:600;line-height:1.6}.article-content :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.article-content :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;margin-top:1.5em;margin-bottom:.5em;font-weight:600;line-height:1.5}.article-content :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.article-content :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.article-content :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em;display:block}.article-content :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.article-content :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--un-prose-kbd);box-shadow:0 0 0 1px rgb(var(--un-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--un-prose-kbd-shadows) / 10%);padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;border-radius:.3125rem;padding-inline-start:.375em;font-family:inherit;font-size:.875em;font-weight:500}.article-content :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em;font-weight:600}.article-content :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before,.article-content :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.article-content :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)),.article-content :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.article-content :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.article-content :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.article-content :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)),.article-content :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)),.article-content :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.article-content :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--un-prose-pre-code);background-color:var(--un-prose-pre-bg);padding-top:.857143em;padding-inline-end:1.14286em;padding-bottom:.857143em;border-radius:.375rem;margin-top:1.71429em;margin-bottom:1.71429em;padding-inline-start:1.14286em;font-size:.875em;font-weight:400;line-height:1.71429;overflow-x:auto}.article-content :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;background-color:#0000;border-width:0;border-radius:0;padding:0}.article-content :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before,.article-content :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.article-content :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){table-layout:auto;width:100%;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.71429}.article-content :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--un-prose-th-borders)}.article-content :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--un-prose-headings);vertical-align:bottom;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em;font-weight:600}.article-content :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--un-prose-td-borders)}.article-content :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.article-content :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.article-content :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--un-prose-th-borders)}.article-content :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.article-content :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.article-content :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.article-content :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--un-prose-captions);margin-top:.857143em;font-size:.875em;line-height:1.42857}.article-content{font-size:1rem;line-height:1.75}.article-content :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.article-content :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.article-content :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)),.article-content :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.article-content :where():not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.article-content :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.article-content :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.article-content :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.article-content :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)),.article-content :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)),.article-content :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)),.article-content :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.article-content :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.article-content :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.article-content :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.571429em;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em}.article-content :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.article-content :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.article-content :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.article-content :where():not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.article-content :where(b):not(:where([class~=not-prose],[class~=not-prose] *)),.article-content :where(em):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.article-content{--un-prose-body:oklch(37.3% .034 259.733);--un-prose-invert-body:oklch(87.2% .01 258.338);--un-prose-headings:oklch(21% .034 264.665);--un-prose-invert-headings:white;--un-prose-lead:oklch(44.6% .03 256.802);--un-prose-invert-lead:oklch(70.7% .022 261.325);--un-prose-links:oklch(21% .034 264.665);--un-prose-invert-links:white;--un-prose-bold:oklch(21% .034 264.665);--un-prose-invert-bold:white;--un-prose-counters:oklch(55.1% .027 264.364);--un-prose-invert-counters:oklch(70.7% .022 261.325);--un-prose-bullets:oklch(87.2% .01 258.338);--un-prose-invert-bullets:oklch(44.6% .03 256.802);--un-prose-hr:oklch(92.8% .006 264.531);--un-prose-invert-hr:oklch(37.3% .034 259.733);--un-prose-quotes:oklch(21% .034 264.665);--un-prose-invert-quotes:oklch(96.7% .003 264.542);--un-prose-quote-borders:oklch(92.8% .006 264.531);--un-prose-invert-quote-borders:oklch(37.3% .034 259.733);--un-prose-captions:oklch(55.1% .027 264.364);--un-prose-invert-captions:oklch(70.7% .022 261.325);--un-prose-kbd:oklch(21% .034 264.665);--un-prose-invert-kbd:white;--un-prose-kbd-shadows:oklch(21% .034 264.665);--un-prose-invert-kbd-shadows:white;--un-prose-code:oklch(21% .034 264.665);--un-prose-invert-code:white;--un-prose-pre-code:oklch(92.8% .006 264.531);--un-prose-invert-pre-code:oklch(87.2% .01 258.338);--un-prose-pre-bg:oklch(27.8% .033 256.848);--un-prose-invert-pre-bg:#00000080;--un-prose-th-borders:oklch(87.2% .01 258.338);--un-prose-invert-th-borders:oklch(44.6% .03 256.802);--un-prose-td-borders:oklch(92.8% .006 264.531);--un-prose-invert-td-borders:oklch(37.3% .034 259.733)}@media (width>=48rem){.article-content{font-size:var(--text-lg-fontSize);line-height:var(--un-leading,var(--text-lg-lineHeight))}}@media (width>=64rem){.article-content{font-size:var(--text-xl-fontSize);line-height:var(--un-leading,var(--text-xl-lineHeight))}}.ayah-number{color:color-mix(in srgb, var(--colors-green-600) var(--un-text-opacity), transparent);margin-right:calc(var(--spacing) * 2);cursor:pointer}@supports (color:color-mix(in lab, red, red)){.ayah-number{color:color-mix(in oklab, var(--colors-green-600) var(--un-text-opacity), transparent)}}.trans-font{color:var(--kc-ayah-text);font-size:var(--kc-trans-text-size)}.quran-font{font-size:var(--kc-arab-text-size)}.reader-ayah{border:1px solid var(--kc-ayah-item-border);margin-block:calc(var(--spacing) * 4);border-radius:var(--radius-DEFAULT);position:relative}.dark .reader-ayah{color:color-mix(in srgb, var(--colors-white) var(--un-text-opacity), transparent)}@supports (color:color-mix(in lab, red, red)){.dark .reader-ayah{color:color-mix(in oklab, var(--colors-white) var(--un-text-opacity), transparent)}}.ra-translation{border-top:1px solid var(--kc-ayah-item-border);padding-top:24px;padding-inline:calc(var(--spacing) * 3);padding-bottom:calc(var(--spacing) * 3);position:relative}.ra-translation-code{text-align:center;border:1px solid var(--kc-ayah-item-border);height:22px;color:var(--kc-teal-light);font-size:12px;font-weight:500;font-family:var(--font-serif);border-radius:0 0 .25rem;padding:2px 5px;position:absolute;top:-1px;left:-1px}.ra-arabic-text{text-align:right;padding-top:26px;padding-bottom:26px;padding-inline:calc(var(--spacing) * 3);direction:rtl}.ra-play:hover{opacity:.8!important}.ra-play:active{opacity:1!important}.ra-play:focus{outline:none}@media (width>=1024px){.ra-options{opacity:0;transition:opacity .5s}.reader-ayah:hover .ra-options,.reader-ayah:hover .ra-play,.reader-ayah__playing .ra-play{opacity:1}}.ra-options{background:var(--kc-ayah-item-border);width:auto;height:24px;color:var(--kc-sidebar-text);border-radius:.25rem 0;padding:3px 12px;font-size:13px;font-weight:700;position:absolute;bottom:-1px;right:-1px}.ra-options:focus{outline:none}.ra-options:active{background:var(--kc-teal)}.ra-options:hover{color:var(--kc-ayah-item-border);background:var(--kc-primary)}.ra-options .uno-icon{position:relative;top:2px}.ra-signs{text-align:left;height:24px;color:var(--kc-primary);cursor:pointer;font-size:13px;font-weight:700;position:absolute;top:-1px;left:40px}.ra-signs .uno-icon{width:18px;height:18px;margin-left:12px;display:inline-block}.ayah-signs{white-space:nowrap;cursor:pointer;bottom:calc(var(--kc-arab-text-size) / 3);height:calc(var(--kc-arab-text-size) * 1.3);font-size:var(--kc-arab-text-size);color:var(--kc-teal-light);flex-direction:column;justify-content:space-between;margin-right:-5px;display:inline-flex;position:relative}.ayah-signs .uno-icon{height:calc(var(--kc-arab-text-size) / 2.2);width:calc(var(--kc-arab-text-size) / 2.2);display:inline-block}.tr-ayah-signs{white-space:nowrap;cursor:pointer;bottom:calc(var(--kc-trans-text-size) / 3);height:calc(var(--kc-trans-text-size) * 1.3);font-size:var(--kc-trans-text-size);color:var(--kc-teal-light);flex-direction:column;justify-content:space-between;margin-left:-4px;margin-right:4px;display:inline-flex;position:relative}.tr-ayah-signs .uno-icon{height:calc(var(--kc-trans-text-size) / 1.5);width:calc(var(--kc-trans-text-size) / 1.5);display:inline-block}.reader-ayah__playing{box-shadow:0 0 10px var(--kc-playing-highlight);border-color:#0000}.reader-ayah__playing .ra-signs{color:var(--kc-sidebar-text)}.reader-ayah__playing .ra-number{background:var(--kc-sidebar-text)}.ra-number{text-align:center;width:40px;height:24px;color:var(--kc-ayah-item-border);background:var(--kc-primary);cursor:pointer;border-radius:.25rem 0;padding:3px 5px;font-size:13px;font-weight:700;position:absolute;top:-1px;left:-1px}.ra-number:hover{color:var(--kc-ayah-item-border);background:var(--kc-teal)}.ra-number:active{color:var(--kc-ayah-item-border);background:var(--kc-primary)}.kcanimate:hover{opacity:.8}.kcanimate:active{opacity:1;--un-translate-y:calc(var(--spacing) * 1);translate:var(--un-translate-x) var(--un-translate-y);--un-scale-x:95%;--un-scale-y:95%;scale:var(--un-scale-x) var(--un-scale-y)}.fade-enter-active,.fade-leave-active{transition:opacity .25s}.fade-enter-from,.fade-leave-to{opacity:0}@keyframes kc-reka-fade-in{0%{opacity:0}to{opacity:1}}@keyframes kc-reka-fade-out{0%{opacity:1}to{opacity:0}}.kc-reka-fade[data-state=open]{animation:.25s kc-reka-fade-in}.kc-reka-fade[data-state=closed]{animation:.25s kc-reka-fade-out}mark{background-color:#ffd9004d}.active-aya{background:var(--kc-page-view-active-ayah);touch-action:manipulation;border-radius:.75rem}
