@charset "UTF-8";@import"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--color-primary: #0066ff;--color-secondary: #171738;--color-accent: #0BC9CD;--color-surface: #efeff7;--color-surface-dark: #e5e5f8;--color-text-gray: #5b5b5e;--spacing-xxs: .25rem;--spacing-xs: .5rem;--spacing-sm: 1rem;--mobile-breakpoint: 680px}a{font-weight:500;color:var(--color-primary);text-decoration:inherit}a:hover{color:var(--color-secondary)}html,body{margin:0;padding:0;min-width:320px;min-height:100vh}#root{min-height:100vh;color:#213547;background-color:#fff}button{border-radius:10px;padding:.8em 1.2em;font-size:1em;font-weight:700;font-family:inherit;cursor:pointer;border:none;background-color:var(--color-surface);color:var(--color-text-gray);display:flex;align-items:center;justify-content:center}button.outline{background-color:transparent;border:2px solid var(--color-surface);color:var(--color-surface);padding:.6em 1.1em}button.full{width:100%}button.space{margin:.3em}button.primary{background-color:var(--color-primary);color:#fff}button.primary.outline{background-color:transparent;border:2px solid var(--color-primary);color:var(--color-primary);padding:.6em 1.1em}button.secondary{background-color:var(--color-secondary);color:#fff}button.secondary.outline{background-color:transparent;border:2px solid var(--color-secondary);color:var(--color-secondary);padding:.6em 1.1em}button:hover{opacity:.8}button:focus,button:focus-visible{outline:none}input,select,textarea{display:block;border-radius:10px;padding:.8em 1.2em;font-size:1em;font-family:inherit;cursor:text;background:none;border:2px solid rgb(74,80,99);color:inherit;box-sizing:border-box;resize:none}input.full,select.full,textarea.full{width:100%}input.space,select.space{margin:.3em}select option{background-color:var(--color-surface);color:var(--color-text-gray)}html[data-theme=dark] :root,html[data-theme=dark] #root{color:#ffffffde;background-color:#242424;--color-surface: #313133;--color-surface-dark: #17171b;--color-text-gray: #ababc2;--color-secondary: #7336b9}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{border-radius:10px;background:var(--color-surface)}::-webkit-scrollbar-thumb{border-radius:10px;background:#00000080;border:1px solid var(--color-surface)}::-webkit-scrollbar-thumb:hover{background:#414e9788}/*!
 * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)
 * Copyright 2019-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */@font-face{font-display:block;font-family:bootstrap-icons;src:url(/assets/bootstrap-icons-BtvjY1KL.woff2?24e3eb84d0bcaf83d77f904c78ac1f47) format("woff2"),url(/assets/bootstrap-icons-BOrJxbIo.woff?24e3eb84d0bcaf83d77f904c78ac1f47) format("woff")}.bi:before,[class^=bi-]:before,[class*=" bi-"]:before{display:inline-block;font-family:bootstrap-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bi-123:before{content:""}.bi-alarm-fill:before{content:""}.bi-alarm:before{content:""}.bi-align-bottom:before{content:""}.bi-align-center:before{content:""}.bi-align-end:before{content:""}.bi-align-middle:before{content:""}.bi-align-start:before{content:""}.bi-align-top:before{content:""}.bi-alt:before{content:""}.bi-app-indicator:before{content:""}.bi-app:before{content:""}.bi-archive-fill:before{content:""}.bi-archive:before{content:""}.bi-arrow-90deg-down:before{content:""}.bi-arrow-90deg-left:before{content:""}.bi-arrow-90deg-right:before{content:""}.bi-arrow-90deg-up:before{content:""}.bi-arrow-bar-down:before{content:""}.bi-arrow-bar-left:before{content:""}.bi-arrow-bar-right:before{content:""}.bi-arrow-bar-up:before{content:""}.bi-arrow-clockwise:before{content:""}.bi-arrow-counterclockwise:before{content:""}.bi-arrow-down-circle-fill:before{content:""}.bi-arrow-down-circle:before{content:""}.bi-arrow-down-left-circle-fill:before{content:""}.bi-arrow-down-left-circle:before{content:""}.bi-arrow-down-left-square-fill:before{content:""}.bi-arrow-down-left-square:before{content:""}.bi-arrow-down-left:before{content:""}.bi-arrow-down-right-circle-fill:before{content:""}.bi-arrow-down-right-circle:before{content:""}.bi-arrow-down-right-square-fill:before{content:""}.bi-arrow-down-right-square:before{content:""}.bi-arrow-down-right:before{content:""}.bi-arrow-down-short:before{content:""}.bi-arrow-down-square-fill:before{content:""}.bi-arrow-down-square:before{content:""}.bi-arrow-down-up:before{content:""}.bi-arrow-down:before{content:""}.bi-arrow-left-circle-fill:before{content:""}.bi-arrow-left-circle:before{content:""}.bi-arrow-left-right:before{content:""}.bi-arrow-left-short:before{content:""}.bi-arrow-left-square-fill:before{content:""}.bi-arrow-left-square:before{content:""}.bi-arrow-left:before{content:""}.bi-arrow-repeat:before{content:""}.bi-arrow-return-left:before{content:""}.bi-arrow-return-right:before{content:""}.bi-arrow-right-circle-fill:before{content:""}.bi-arrow-right-circle:before{content:""}.bi-arrow-right-short:before{content:""}.bi-arrow-right-square-fill:before{content:""}.bi-arrow-right-square:before{content:""}.bi-arrow-right:before{content:""}.bi-arrow-up-circle-fill:before{content:""}.bi-arrow-up-circle:before{content:""}.bi-arrow-up-left-circle-fill:before{content:""}.bi-arrow-up-left-circle:before{content:""}.bi-arrow-up-left-square-fill:before{content:""}.bi-arrow-up-left-square:before{content:""}.bi-arrow-up-left:before{content:""}.bi-arrow-up-right-circle-fill:before{content:""}.bi-arrow-up-right-circle:before{content:""}.bi-arrow-up-right-square-fill:before{content:""}.bi-arrow-up-right-square:before{content:""}.bi-arrow-up-right:before{content:""}.bi-arrow-up-short:before{content:""}.bi-arrow-up-square-fill:before{content:""}.bi-arrow-up-square:before{content:""}.bi-arrow-up:before{content:""}.bi-arrows-angle-contract:before{content:""}.bi-arrows-angle-expand:before{content:""}.bi-arrows-collapse:before{content:""}.bi-arrows-expand:before{content:""}.bi-arrows-fullscreen:before{content:""}.bi-arrows-move:before{content:""}.bi-aspect-ratio-fill:before{content:""}.bi-aspect-ratio:before{content:""}.bi-asterisk:before{content:""}.bi-at:before{content:""}.bi-award-fill:before{content:""}.bi-award:before{content:""}.bi-back:before{content:""}.bi-backspace-fill:before{content:""}.bi-backspace-reverse-fill:before{content:""}.bi-backspace-reverse:before{content:""}.bi-backspace:before{content:""}.bi-badge-3d-fill:before{content:""}.bi-badge-3d:before{content:""}.bi-badge-4k-fill:before{content:""}.bi-badge-4k:before{content:""}.bi-badge-8k-fill:before{content:""}.bi-badge-8k:before{content:""}.bi-badge-ad-fill:before{content:""}.bi-badge-ad:before{content:""}.bi-badge-ar-fill:before{content:""}.bi-badge-ar:before{content:""}.bi-badge-cc-fill:before{content:""}.bi-badge-cc:before{content:""}.bi-badge-hd-fill:before{content:""}.bi-badge-hd:before{content:""}.bi-badge-tm-fill:before{content:""}.bi-badge-tm:before{content:""}.bi-badge-vo-fill:before{content:""}.bi-badge-vo:before{content:""}.bi-badge-vr-fill:before{content:""}.bi-badge-vr:before{content:""}.bi-badge-wc-fill:before{content:""}.bi-badge-wc:before{content:""}.bi-bag-check-fill:before{content:""}.bi-bag-check:before{content:""}.bi-bag-dash-fill:before{content:""}.bi-bag-dash:before{content:""}.bi-bag-fill:before{content:""}.bi-bag-plus-fill:before{content:""}.bi-bag-plus:before{content:""}.bi-bag-x-fill:before{content:""}.bi-bag-x:before{content:""}.bi-bag:before{content:""}.bi-bar-chart-fill:before{content:""}.bi-bar-chart-line-fill:before{content:""}.bi-bar-chart-line:before{content:""}.bi-bar-chart-steps:before{content:""}.bi-bar-chart:before{content:""}.bi-basket-fill:before{content:""}.bi-basket:before{content:""}.bi-basket2-fill:before{content:""}.bi-basket2:before{content:""}.bi-basket3-fill:before{content:""}.bi-basket3:before{content:""}.bi-battery-charging:before{content:""}.bi-battery-full:before{content:""}.bi-battery-half:before{content:""}.bi-battery:before{content:""}.bi-bell-fill:before{content:""}.bi-bell:before{content:""}.bi-bezier:before{content:""}.bi-bezier2:before{content:""}.bi-bicycle:before{content:""}.bi-binoculars-fill:before{content:""}.bi-binoculars:before{content:""}.bi-blockquote-left:before{content:""}.bi-blockquote-right:before{content:""}.bi-book-fill:before{content:""}.bi-book-half:before{content:""}.bi-book:before{content:""}.bi-bookmark-check-fill:before{content:""}.bi-bookmark-check:before{content:""}.bi-bookmark-dash-fill:before{content:""}.bi-bookmark-dash:before{content:""}.bi-bookmark-fill:before{content:""}.bi-bookmark-heart-fill:before{content:""}.bi-bookmark-heart:before{content:""}.bi-bookmark-plus-fill:before{content:""}.bi-bookmark-plus:before{content:""}.bi-bookmark-star-fill:before{content:""}.bi-bookmark-star:before{content:""}.bi-bookmark-x-fill:before{content:""}.bi-bookmark-x:before{content:""}.bi-bookmark:before{content:""}.bi-bookmarks-fill:before{content:""}.bi-bookmarks:before{content:""}.bi-bookshelf:before{content:""}.bi-bootstrap-fill:before{content:""}.bi-bootstrap-reboot:before{content:""}.bi-bootstrap:before{content:""}.bi-border-all:before{content:""}.bi-border-bottom:before{content:""}.bi-border-center:before{content:""}.bi-border-inner:before{content:""}.bi-border-left:before{content:""}.bi-border-middle:before{content:""}.bi-border-outer:before{content:""}.bi-border-right:before{content:""}.bi-border-style:before{content:""}.bi-border-top:before{content:""}.bi-border-width:before{content:""}.bi-border:before{content:""}.bi-bounding-box-circles:before{content:""}.bi-bounding-box:before{content:""}.bi-box-arrow-down-left:before{content:""}.bi-box-arrow-down-right:before{content:""}.bi-box-arrow-down:before{content:""}.bi-box-arrow-in-down-left:before{content:""}.bi-box-arrow-in-down-right:before{content:""}.bi-box-arrow-in-down:before{content:""}.bi-box-arrow-in-left:before{content:""}.bi-box-arrow-in-right:before{content:""}.bi-box-arrow-in-up-left:before{content:""}.bi-box-arrow-in-up-right:before{content:""}.bi-box-arrow-in-up:before{content:""}.bi-box-arrow-left:before{content:""}.bi-box-arrow-right:before{content:""}.bi-box-arrow-up-left:before{content:""}.bi-box-arrow-up-right:before{content:""}.bi-box-arrow-up:before{content:""}.bi-box-seam:before{content:""}.bi-box:before{content:""}.bi-braces:before{content:""}.bi-bricks:before{content:""}.bi-briefcase-fill:before{content:""}.bi-briefcase:before{content:""}.bi-brightness-alt-high-fill:before{content:""}.bi-brightness-alt-high:before{content:""}.bi-brightness-alt-low-fill:before{content:""}.bi-brightness-alt-low:before{content:""}.bi-brightness-high-fill:before{content:""}.bi-brightness-high:before{content:""}.bi-brightness-low-fill:before{content:""}.bi-brightness-low:before{content:""}.bi-broadcast-pin:before{content:""}.bi-broadcast:before{content:""}.bi-brush-fill:before{content:""}.bi-brush:before{content:""}.bi-bucket-fill:before{content:""}.bi-bucket:before{content:""}.bi-bug-fill:before{content:""}.bi-bug:before{content:""}.bi-building:before{content:""}.bi-bullseye:before{content:""}.bi-calculator-fill:before{content:""}.bi-calculator:before{content:""}.bi-calendar-check-fill:before{content:""}.bi-calendar-check:before{content:""}.bi-calendar-date-fill:before{content:""}.bi-calendar-date:before{content:""}.bi-calendar-day-fill:before{content:""}.bi-calendar-day:before{content:""}.bi-calendar-event-fill:before{content:""}.bi-calendar-event:before{content:""}.bi-calendar-fill:before{content:""}.bi-calendar-minus-fill:before{content:""}.bi-calendar-minus:before{content:""}.bi-calendar-month-fill:before{content:""}.bi-calendar-month:before{content:""}.bi-calendar-plus-fill:before{content:""}.bi-calendar-plus:before{content:""}.bi-calendar-range-fill:before{content:""}.bi-calendar-range:before{content:""}.bi-calendar-week-fill:before{content:""}.bi-calendar-week:before{content:""}.bi-calendar-x-fill:before{content:""}.bi-calendar-x:before{content:""}.bi-calendar:before{content:""}.bi-calendar2-check-fill:before{content:""}.bi-calendar2-check:before{content:""}.bi-calendar2-date-fill:before{content:""}.bi-calendar2-date:before{content:""}.bi-calendar2-day-fill:before{content:""}.bi-calendar2-day:before{content:""}.bi-calendar2-event-fill:before{content:""}.bi-calendar2-event:before{content:""}.bi-calendar2-fill:before{content:""}.bi-calendar2-minus-fill:before{content:""}.bi-calendar2-minus:before{content:""}.bi-calendar2-month-fill:before{content:""}.bi-calendar2-month:before{content:""}.bi-calendar2-plus-fill:before{content:""}.bi-calendar2-plus:before{content:""}.bi-calendar2-range-fill:before{content:""}.bi-calendar2-range:before{content:""}.bi-calendar2-week-fill:before{content:""}.bi-calendar2-week:before{content:""}.bi-calendar2-x-fill:before{content:""}.bi-calendar2-x:before{content:""}.bi-calendar2:before{content:""}.bi-calendar3-event-fill:before{content:""}.bi-calendar3-event:before{content:""}.bi-calendar3-fill:before{content:""}.bi-calendar3-range-fill:before{content:""}.bi-calendar3-range:before{content:""}.bi-calendar3-week-fill:before{content:""}.bi-calendar3-week:before{content:""}.bi-calendar3:before{content:""}.bi-calendar4-event:before{content:""}.bi-calendar4-range:before{content:""}.bi-calendar4-week:before{content:""}.bi-calendar4:before{content:""}.bi-camera-fill:before{content:""}.bi-camera-reels-fill:before{content:""}.bi-camera-reels:before{content:""}.bi-camera-video-fill:before{content:""}.bi-camera-video-off-fill:before{content:""}.bi-camera-video-off:before{content:""}.bi-camera-video:before{content:""}.bi-camera:before{content:""}.bi-camera2:before{content:""}.bi-capslock-fill:before{content:""}.bi-capslock:before{content:""}.bi-card-checklist:before{content:""}.bi-card-heading:before{content:""}.bi-card-image:before{content:""}.bi-card-list:before{content:""}.bi-card-text:before{content:""}.bi-caret-down-fill:before{content:""}.bi-caret-down-square-fill:before{content:""}.bi-caret-down-square:before{content:""}.bi-caret-down:before{content:""}.bi-caret-left-fill:before{content:""}.bi-caret-left-square-fill:before{content:""}.bi-caret-left-square:before{content:""}.bi-caret-left:before{content:""}.bi-caret-right-fill:before{content:""}.bi-caret-right-square-fill:before{content:""}.bi-caret-right-square:before{content:""}.bi-caret-right:before{content:""}.bi-caret-up-fill:before{content:""}.bi-caret-up-square-fill:before{content:""}.bi-caret-up-square:before{content:""}.bi-caret-up:before{content:""}.bi-cart-check-fill:before{content:""}.bi-cart-check:before{content:""}.bi-cart-dash-fill:before{content:""}.bi-cart-dash:before{content:""}.bi-cart-fill:before{content:""}.bi-cart-plus-fill:before{content:""}.bi-cart-plus:before{content:""}.bi-cart-x-fill:before{content:""}.bi-cart-x:before{content:""}.bi-cart:before{content:""}.bi-cart2:before{content:""}.bi-cart3:before{content:""}.bi-cart4:before{content:""}.bi-cash-stack:before{content:""}.bi-cash:before{content:""}.bi-cast:before{content:""}.bi-chat-dots-fill:before{content:""}.bi-chat-dots:before{content:""}.bi-chat-fill:before{content:""}.bi-chat-left-dots-fill:before{content:""}.bi-chat-left-dots:before{content:""}.bi-chat-left-fill:before{content:""}.bi-chat-left-quote-fill:before{content:""}.bi-chat-left-quote:before{content:""}.bi-chat-left-text-fill:before{content:""}.bi-chat-left-text:before{content:""}.bi-chat-left:before{content:""}.bi-chat-quote-fill:before{content:""}.bi-chat-quote:before{content:""}.bi-chat-right-dots-fill:before{content:""}.bi-chat-right-dots:before{content:""}.bi-chat-right-fill:before{content:""}.bi-chat-right-quote-fill:before{content:""}.bi-chat-right-quote:before{content:""}.bi-chat-right-text-fill:before{content:""}.bi-chat-right-text:before{content:""}.bi-chat-right:before{content:""}.bi-chat-square-dots-fill:before{content:""}.bi-chat-square-dots:before{content:""}.bi-chat-square-fill:before{content:""}.bi-chat-square-quote-fill:before{content:""}.bi-chat-square-quote:before{content:""}.bi-chat-square-text-fill:before{content:""}.bi-chat-square-text:before{content:""}.bi-chat-square:before{content:""}.bi-chat-text-fill:before{content:""}.bi-chat-text:before{content:""}.bi-chat:before{content:""}.bi-check-all:before{content:""}.bi-check-circle-fill:before{content:""}.bi-check-circle:before{content:""}.bi-check-square-fill:before{content:""}.bi-check-square:before{content:""}.bi-check:before{content:""}.bi-check2-all:before{content:""}.bi-check2-circle:before{content:""}.bi-check2-square:before{content:""}.bi-check2:before{content:""}.bi-chevron-bar-contract:before{content:""}.bi-chevron-bar-down:before{content:""}.bi-chevron-bar-expand:before{content:""}.bi-chevron-bar-left:before{content:""}.bi-chevron-bar-right:before{content:""}.bi-chevron-bar-up:before{content:""}.bi-chevron-compact-down:before{content:""}.bi-chevron-compact-left:before{content:""}.bi-chevron-compact-right:before{content:""}.bi-chevron-compact-up:before{content:""}.bi-chevron-contract:before{content:""}.bi-chevron-double-down:before{content:""}.bi-chevron-double-left:before{content:""}.bi-chevron-double-right:before{content:""}.bi-chevron-double-up:before{content:""}.bi-chevron-down:before{content:""}.bi-chevron-expand:before{content:""}.bi-chevron-left:before{content:""}.bi-chevron-right:before{content:""}.bi-chevron-up:before{content:""}.bi-circle-fill:before{content:""}.bi-circle-half:before{content:""}.bi-circle-square:before{content:""}.bi-circle:before{content:""}.bi-clipboard-check:before{content:""}.bi-clipboard-data:before{content:""}.bi-clipboard-minus:before{content:""}.bi-clipboard-plus:before{content:""}.bi-clipboard-x:before{content:""}.bi-clipboard:before{content:""}.bi-clock-fill:before{content:""}.bi-clock-history:before{content:""}.bi-clock:before{content:""}.bi-cloud-arrow-down-fill:before{content:""}.bi-cloud-arrow-down:before{content:""}.bi-cloud-arrow-up-fill:before{content:""}.bi-cloud-arrow-up:before{content:""}.bi-cloud-check-fill:before{content:""}.bi-cloud-check:before{content:""}.bi-cloud-download-fill:before{content:""}.bi-cloud-download:before{content:""}.bi-cloud-drizzle-fill:before{content:""}.bi-cloud-drizzle:before{content:""}.bi-cloud-fill:before{content:""}.bi-cloud-fog-fill:before{content:""}.bi-cloud-fog:before{content:""}.bi-cloud-fog2-fill:before{content:""}.bi-cloud-fog2:before{content:""}.bi-cloud-hail-fill:before{content:""}.bi-cloud-hail:before{content:""}.bi-cloud-haze-fill:before{content:""}.bi-cloud-haze:before{content:""}.bi-cloud-haze2-fill:before{content:""}.bi-cloud-lightning-fill:before{content:""}.bi-cloud-lightning-rain-fill:before{content:""}.bi-cloud-lightning-rain:before{content:""}.bi-cloud-lightning:before{content:""}.bi-cloud-minus-fill:before{content:""}.bi-cloud-minus:before{content:""}.bi-cloud-moon-fill:before{content:""}.bi-cloud-moon:before{content:""}.bi-cloud-plus-fill:before{content:""}.bi-cloud-plus:before{content:""}.bi-cloud-rain-fill:before{content:""}.bi-cloud-rain-heavy-fill:before{content:""}.bi-cloud-rain-heavy:before{content:""}.bi-cloud-rain:before{content:""}.bi-cloud-slash-fill:before{content:""}.bi-cloud-slash:before{content:""}.bi-cloud-sleet-fill:before{content:""}.bi-cloud-sleet:before{content:""}.bi-cloud-snow-fill:before{content:""}.bi-cloud-snow:before{content:""}.bi-cloud-sun-fill:before{content:""}.bi-cloud-sun:before{content:""}.bi-cloud-upload-fill:before{content:""}.bi-cloud-upload:before{content:""}.bi-cloud:before{content:""}.bi-clouds-fill:before{content:""}.bi-clouds:before{content:""}.bi-cloudy-fill:before{content:""}.bi-cloudy:before{content:""}.bi-code-slash:before{content:""}.bi-code-square:before{content:""}.bi-code:before{content:""}.bi-collection-fill:before{content:""}.bi-collection-play-fill:before{content:""}.bi-collection-play:before{content:""}.bi-collection:before{content:""}.bi-columns-gap:before{content:""}.bi-columns:before{content:""}.bi-command:before{content:""}.bi-compass-fill:before{content:""}.bi-compass:before{content:""}.bi-cone-striped:before{content:""}.bi-cone:before{content:""}.bi-controller:before{content:""}.bi-cpu-fill:before{content:""}.bi-cpu:before{content:""}.bi-credit-card-2-back-fill:before{content:""}.bi-credit-card-2-back:before{content:""}.bi-credit-card-2-front-fill:before{content:""}.bi-credit-card-2-front:before{content:""}.bi-credit-card-fill:before{content:""}.bi-credit-card:before{content:""}.bi-crop:before{content:""}.bi-cup-fill:before{content:""}.bi-cup-straw:before{content:""}.bi-cup:before{content:""}.bi-cursor-fill:before{content:""}.bi-cursor-text:before{content:""}.bi-cursor:before{content:""}.bi-dash-circle-dotted:before{content:""}.bi-dash-circle-fill:before{content:""}.bi-dash-circle:before{content:""}.bi-dash-square-dotted:before{content:""}.bi-dash-square-fill:before{content:""}.bi-dash-square:before{content:""}.bi-dash:before{content:""}.bi-diagram-2-fill:before{content:""}.bi-diagram-2:before{content:""}.bi-diagram-3-fill:before{content:""}.bi-diagram-3:before{content:""}.bi-diamond-fill:before{content:""}.bi-diamond-half:before{content:""}.bi-diamond:before{content:""}.bi-dice-1-fill:before{content:""}.bi-dice-1:before{content:""}.bi-dice-2-fill:before{content:""}.bi-dice-2:before{content:""}.bi-dice-3-fill:before{content:""}.bi-dice-3:before{content:""}.bi-dice-4-fill:before{content:""}.bi-dice-4:before{content:""}.bi-dice-5-fill:before{content:""}.bi-dice-5:before{content:""}.bi-dice-6-fill:before{content:""}.bi-dice-6:before{content:""}.bi-disc-fill:before{content:""}.bi-disc:before{content:""}.bi-discord:before{content:""}.bi-display-fill:before{content:""}.bi-display:before{content:""}.bi-distribute-horizontal:before{content:""}.bi-distribute-vertical:before{content:""}.bi-door-closed-fill:before{content:""}.bi-door-closed:before{content:""}.bi-door-open-fill:before{content:""}.bi-door-open:before{content:""}.bi-dot:before{content:""}.bi-download:before{content:""}.bi-droplet-fill:before{content:""}.bi-droplet-half:before{content:""}.bi-droplet:before{content:""}.bi-earbuds:before{content:""}.bi-easel-fill:before{content:""}.bi-easel:before{content:""}.bi-egg-fill:before{content:""}.bi-egg-fried:before{content:""}.bi-egg:before{content:""}.bi-eject-fill:before{content:""}.bi-eject:before{content:""}.bi-emoji-angry-fill:before{content:""}.bi-emoji-angry:before{content:""}.bi-emoji-dizzy-fill:before{content:""}.bi-emoji-dizzy:before{content:""}.bi-emoji-expressionless-fill:before{content:""}.bi-emoji-expressionless:before{content:""}.bi-emoji-frown-fill:before{content:""}.bi-emoji-frown:before{content:""}.bi-emoji-heart-eyes-fill:before{content:""}.bi-emoji-heart-eyes:before{content:""}.bi-emoji-laughing-fill:before{content:""}.bi-emoji-laughing:before{content:""}.bi-emoji-neutral-fill:before{content:""}.bi-emoji-neutral:before{content:""}.bi-emoji-smile-fill:before{content:""}.bi-emoji-smile-upside-down-fill:before{content:""}.bi-emoji-smile-upside-down:before{content:""}.bi-emoji-smile:before{content:""}.bi-emoji-sunglasses-fill:before{content:""}.bi-emoji-sunglasses:before{content:""}.bi-emoji-wink-fill:before{content:""}.bi-emoji-wink:before{content:""}.bi-envelope-fill:before{content:""}.bi-envelope-open-fill:before{content:""}.bi-envelope-open:before{content:""}.bi-envelope:before{content:""}.bi-eraser-fill:before{content:""}.bi-eraser:before{content:""}.bi-exclamation-circle-fill:before{content:""}.bi-exclamation-circle:before{content:""}.bi-exclamation-diamond-fill:before{content:""}.bi-exclamation-diamond:before{content:""}.bi-exclamation-octagon-fill:before{content:""}.bi-exclamation-octagon:before{content:""}.bi-exclamation-square-fill:before{content:""}.bi-exclamation-square:before{content:""}.bi-exclamation-triangle-fill:before{content:""}.bi-exclamation-triangle:before{content:""}.bi-exclamation:before{content:""}.bi-exclude:before{content:""}.bi-eye-fill:before{content:""}.bi-eye-slash-fill:before{content:""}.bi-eye-slash:before{content:""}.bi-eye:before{content:""}.bi-eyedropper:before{content:""}.bi-eyeglasses:before{content:""}.bi-facebook:before{content:""}.bi-file-arrow-down-fill:before{content:""}.bi-file-arrow-down:before{content:""}.bi-file-arrow-up-fill:before{content:""}.bi-file-arrow-up:before{content:""}.bi-file-bar-graph-fill:before{content:""}.bi-file-bar-graph:before{content:""}.bi-file-binary-fill:before{content:""}.bi-file-binary:before{content:""}.bi-file-break-fill:before{content:""}.bi-file-break:before{content:""}.bi-file-check-fill:before{content:""}.bi-file-check:before{content:""}.bi-file-code-fill:before{content:""}.bi-file-code:before{content:""}.bi-file-diff-fill:before{content:""}.bi-file-diff:before{content:""}.bi-file-earmark-arrow-down-fill:before{content:""}.bi-file-earmark-arrow-down:before{content:""}.bi-file-earmark-arrow-up-fill:before{content:""}.bi-file-earmark-arrow-up:before{content:""}.bi-file-earmark-bar-graph-fill:before{content:""}.bi-file-earmark-bar-graph:before{content:""}.bi-file-earmark-binary-fill:before{content:""}.bi-file-earmark-binary:before{content:""}.bi-file-earmark-break-fill:before{content:""}.bi-file-earmark-break:before{content:""}.bi-file-earmark-check-fill:before{content:""}.bi-file-earmark-check:before{content:""}.bi-file-earmark-code-fill:before{content:""}.bi-file-earmark-code:before{content:""}.bi-file-earmark-diff-fill:before{content:""}.bi-file-earmark-diff:before{content:""}.bi-file-earmark-easel-fill:before{content:""}.bi-file-earmark-easel:before{content:""}.bi-file-earmark-excel-fill:before{content:""}.bi-file-earmark-excel:before{content:""}.bi-file-earmark-fill:before{content:""}.bi-file-earmark-font-fill:before{content:""}.bi-file-earmark-font:before{content:""}.bi-file-earmark-image-fill:before{content:""}.bi-file-earmark-image:before{content:""}.bi-file-earmark-lock-fill:before{content:""}.bi-file-earmark-lock:before{content:""}.bi-file-earmark-lock2-fill:before{content:""}.bi-file-earmark-lock2:before{content:""}.bi-file-earmark-medical-fill:before{content:""}.bi-file-earmark-medical:before{content:""}.bi-file-earmark-minus-fill:before{content:""}.bi-file-earmark-minus:before{content:""}.bi-file-earmark-music-fill:before{content:""}.bi-file-earmark-music:before{content:""}.bi-file-earmark-person-fill:before{content:""}.bi-file-earmark-person:before{content:""}.bi-file-earmark-play-fill:before{content:""}.bi-file-earmark-play:before{content:""}.bi-file-earmark-plus-fill:before{content:""}.bi-file-earmark-plus:before{content:""}.bi-file-earmark-post-fill:before{content:""}.bi-file-earmark-post:before{content:""}.bi-file-earmark-ppt-fill:before{content:""}.bi-file-earmark-ppt:before{content:""}.bi-file-earmark-richtext-fill:before{content:""}.bi-file-earmark-richtext:before{content:""}.bi-file-earmark-ruled-fill:before{content:""}.bi-file-earmark-ruled:before{content:""}.bi-file-earmark-slides-fill:before{content:""}.bi-file-earmark-slides:before{content:""}.bi-file-earmark-spreadsheet-fill:before{content:""}.bi-file-earmark-spreadsheet:before{content:""}.bi-file-earmark-text-fill:before{content:""}.bi-file-earmark-text:before{content:""}.bi-file-earmark-word-fill:before{content:""}.bi-file-earmark-word:before{content:""}.bi-file-earmark-x-fill:before{content:""}.bi-file-earmark-x:before{content:""}.bi-file-earmark-zip-fill:before{content:""}.bi-file-earmark-zip:before{content:""}.bi-file-earmark:before{content:""}.bi-file-easel-fill:before{content:""}.bi-file-easel:before{content:""}.bi-file-excel-fill:before{content:""}.bi-file-excel:before{content:""}.bi-file-fill:before{content:""}.bi-file-font-fill:before{content:""}.bi-file-font:before{content:""}.bi-file-image-fill:before{content:""}.bi-file-image:before{content:""}.bi-file-lock-fill:before{content:""}.bi-file-lock:before{content:""}.bi-file-lock2-fill:before{content:""}.bi-file-lock2:before{content:""}.bi-file-medical-fill:before{content:""}.bi-file-medical:before{content:""}.bi-file-minus-fill:before{content:""}.bi-file-minus:before{content:""}.bi-file-music-fill:before{content:""}.bi-file-music:before{content:""}.bi-file-person-fill:before{content:""}.bi-file-person:before{content:""}.bi-file-play-fill:before{content:""}.bi-file-play:before{content:""}.bi-file-plus-fill:before{content:""}.bi-file-plus:before{content:""}.bi-file-post-fill:before{content:""}.bi-file-post:before{content:""}.bi-file-ppt-fill:before{content:""}.bi-file-ppt:before{content:""}.bi-file-richtext-fill:before{content:""}.bi-file-richtext:before{content:""}.bi-file-ruled-fill:before{content:""}.bi-file-ruled:before{content:""}.bi-file-slides-fill:before{content:""}.bi-file-slides:before{content:""}.bi-file-spreadsheet-fill:before{content:""}.bi-file-spreadsheet:before{content:""}.bi-file-text-fill:before{content:""}.bi-file-text:before{content:""}.bi-file-word-fill:before{content:""}.bi-file-word:before{content:""}.bi-file-x-fill:before{content:""}.bi-file-x:before{content:""}.bi-file-zip-fill:before{content:""}.bi-file-zip:before{content:""}.bi-file:before{content:""}.bi-files-alt:before{content:""}.bi-files:before{content:""}.bi-film:before{content:""}.bi-filter-circle-fill:before{content:""}.bi-filter-circle:before{content:""}.bi-filter-left:before{content:""}.bi-filter-right:before{content:""}.bi-filter-square-fill:before{content:""}.bi-filter-square:before{content:""}.bi-filter:before{content:""}.bi-flag-fill:before{content:""}.bi-flag:before{content:""}.bi-flower1:before{content:""}.bi-flower2:before{content:""}.bi-flower3:before{content:""}.bi-folder-check:before{content:""}.bi-folder-fill:before{content:""}.bi-folder-minus:before{content:""}.bi-folder-plus:before{content:""}.bi-folder-symlink-fill:before{content:""}.bi-folder-symlink:before{content:""}.bi-folder-x:before{content:""}.bi-folder:before{content:""}.bi-folder2-open:before{content:""}.bi-folder2:before{content:""}.bi-fonts:before{content:""}.bi-forward-fill:before{content:""}.bi-forward:before{content:""}.bi-front:before{content:""}.bi-fullscreen-exit:before{content:""}.bi-fullscreen:before{content:""}.bi-funnel-fill:before{content:""}.bi-funnel:before{content:""}.bi-gear-fill:before{content:""}.bi-gear-wide-connected:before{content:""}.bi-gear-wide:before{content:""}.bi-gear:before{content:""}.bi-gem:before{content:""}.bi-geo-alt-fill:before{content:""}.bi-geo-alt:before{content:""}.bi-geo-fill:before{content:""}.bi-geo:before{content:""}.bi-gift-fill:before{content:""}.bi-gift:before{content:""}.bi-github:before{content:""}.bi-globe:before{content:""}.bi-globe2:before{content:""}.bi-google:before{content:""}.bi-graph-down:before{content:""}.bi-graph-up:before{content:""}.bi-grid-1x2-fill:before{content:""}.bi-grid-1x2:before{content:""}.bi-grid-3x2-gap-fill:before{content:""}.bi-grid-3x2-gap:before{content:""}.bi-grid-3x2:before{content:""}.bi-grid-3x3-gap-fill:before{content:""}.bi-grid-3x3-gap:before{content:""}.bi-grid-3x3:before{content:""}.bi-grid-fill:before{content:""}.bi-grid:before{content:""}.bi-grip-horizontal:before{content:""}.bi-grip-vertical:before{content:""}.bi-hammer:before{content:""}.bi-hand-index-fill:before{content:""}.bi-hand-index-thumb-fill:before{content:""}.bi-hand-index-thumb:before{content:""}.bi-hand-index:before{content:""}.bi-hand-thumbs-down-fill:before{content:""}.bi-hand-thumbs-down:before{content:""}.bi-hand-thumbs-up-fill:before{content:""}.bi-hand-thumbs-up:before{content:""}.bi-handbag-fill:before{content:""}.bi-handbag:before{content:""}.bi-hash:before{content:""}.bi-hdd-fill:before{content:""}.bi-hdd-network-fill:before{content:""}.bi-hdd-network:before{content:""}.bi-hdd-rack-fill:before{content:""}.bi-hdd-rack:before{content:""}.bi-hdd-stack-fill:before{content:""}.bi-hdd-stack:before{content:""}.bi-hdd:before{content:""}.bi-headphones:before{content:""}.bi-headset:before{content:""}.bi-heart-fill:before{content:""}.bi-heart-half:before{content:""}.bi-heart:before{content:""}.bi-heptagon-fill:before{content:""}.bi-heptagon-half:before{content:""}.bi-heptagon:before{content:""}.bi-hexagon-fill:before{content:""}.bi-hexagon-half:before{content:""}.bi-hexagon:before{content:""}.bi-hourglass-bottom:before{content:""}.bi-hourglass-split:before{content:""}.bi-hourglass-top:before{content:""}.bi-hourglass:before{content:""}.bi-house-door-fill:before{content:""}.bi-house-door:before{content:""}.bi-house-fill:before{content:""}.bi-house:before{content:""}.bi-hr:before{content:""}.bi-hurricane:before{content:""}.bi-image-alt:before{content:""}.bi-image-fill:before{content:""}.bi-image:before{content:""}.bi-images:before{content:""}.bi-inbox-fill:before{content:""}.bi-inbox:before{content:""}.bi-inboxes-fill:before{content:""}.bi-inboxes:before{content:""}.bi-info-circle-fill:before{content:""}.bi-info-circle:before{content:""}.bi-info-square-fill:before{content:""}.bi-info-square:before{content:""}.bi-info:before{content:""}.bi-input-cursor-text:before{content:""}.bi-input-cursor:before{content:""}.bi-instagram:before{content:""}.bi-intersect:before{content:""}.bi-journal-album:before{content:""}.bi-journal-arrow-down:before{content:""}.bi-journal-arrow-up:before{content:""}.bi-journal-bookmark-fill:before{content:""}.bi-journal-bookmark:before{content:""}.bi-journal-check:before{content:""}.bi-journal-code:before{content:""}.bi-journal-medical:before{content:""}.bi-journal-minus:before{content:""}.bi-journal-plus:before{content:""}.bi-journal-richtext:before{content:""}.bi-journal-text:before{content:""}.bi-journal-x:before{content:""}.bi-journal:before{content:""}.bi-journals:before{content:""}.bi-joystick:before{content:""}.bi-justify-left:before{content:""}.bi-justify-right:before{content:""}.bi-justify:before{content:""}.bi-kanban-fill:before{content:""}.bi-kanban:before{content:""}.bi-key-fill:before{content:""}.bi-key:before{content:""}.bi-keyboard-fill:before{content:""}.bi-keyboard:before{content:""}.bi-ladder:before{content:""}.bi-lamp-fill:before{content:""}.bi-lamp:before{content:""}.bi-laptop-fill:before{content:""}.bi-laptop:before{content:""}.bi-layer-backward:before{content:""}.bi-layer-forward:before{content:""}.bi-layers-fill:before{content:""}.bi-layers-half:before{content:""}.bi-layers:before{content:""}.bi-layout-sidebar-inset-reverse:before{content:""}.bi-layout-sidebar-inset:before{content:""}.bi-layout-sidebar-reverse:before{content:""}.bi-layout-sidebar:before{content:""}.bi-layout-split:before{content:""}.bi-layout-text-sidebar-reverse:before{content:""}.bi-layout-text-sidebar:before{content:""}.bi-layout-text-window-reverse:before{content:""}.bi-layout-text-window:before{content:""}.bi-layout-three-columns:before{content:""}.bi-layout-wtf:before{content:""}.bi-life-preserver:before{content:""}.bi-lightbulb-fill:before{content:""}.bi-lightbulb-off-fill:before{content:""}.bi-lightbulb-off:before{content:""}.bi-lightbulb:before{content:""}.bi-lightning-charge-fill:before{content:""}.bi-lightning-charge:before{content:""}.bi-lightning-fill:before{content:""}.bi-lightning:before{content:""}.bi-link-45deg:before{content:""}.bi-link:before{content:""}.bi-linkedin:before{content:""}.bi-list-check:before{content:""}.bi-list-nested:before{content:""}.bi-list-ol:before{content:""}.bi-list-stars:before{content:""}.bi-list-task:before{content:""}.bi-list-ul:before{content:""}.bi-list:before{content:""}.bi-lock-fill:before{content:""}.bi-lock:before{content:""}.bi-mailbox:before{content:""}.bi-mailbox2:before{content:""}.bi-map-fill:before{content:""}.bi-map:before{content:""}.bi-markdown-fill:before{content:""}.bi-markdown:before{content:""}.bi-mask:before{content:""}.bi-megaphone-fill:before{content:""}.bi-megaphone:before{content:""}.bi-menu-app-fill:before{content:""}.bi-menu-app:before{content:""}.bi-menu-button-fill:before{content:""}.bi-menu-button-wide-fill:before{content:""}.bi-menu-button-wide:before{content:""}.bi-menu-button:before{content:""}.bi-menu-down:before{content:""}.bi-menu-up:before{content:""}.bi-mic-fill:before{content:""}.bi-mic-mute-fill:before{content:""}.bi-mic-mute:before{content:""}.bi-mic:before{content:""}.bi-minecart-loaded:before{content:""}.bi-minecart:before{content:""}.bi-moisture:before{content:""}.bi-moon-fill:before{content:""}.bi-moon-stars-fill:before{content:""}.bi-moon-stars:before{content:""}.bi-moon:before{content:""}.bi-mouse-fill:before{content:""}.bi-mouse:before{content:""}.bi-mouse2-fill:before{content:""}.bi-mouse2:before{content:""}.bi-mouse3-fill:before{content:""}.bi-mouse3:before{content:""}.bi-music-note-beamed:before{content:""}.bi-music-note-list:before{content:""}.bi-music-note:before{content:""}.bi-music-player-fill:before{content:""}.bi-music-player:before{content:""}.bi-newspaper:before{content:""}.bi-node-minus-fill:before{content:""}.bi-node-minus:before{content:""}.bi-node-plus-fill:before{content:""}.bi-node-plus:before{content:""}.bi-nut-fill:before{content:""}.bi-nut:before{content:""}.bi-octagon-fill:before{content:""}.bi-octagon-half:before{content:""}.bi-octagon:before{content:""}.bi-option:before{content:""}.bi-outlet:before{content:""}.bi-paint-bucket:before{content:""}.bi-palette-fill:before{content:""}.bi-palette:before{content:""}.bi-palette2:before{content:""}.bi-paperclip:before{content:""}.bi-paragraph:before{content:""}.bi-patch-check-fill:before{content:""}.bi-patch-check:before{content:""}.bi-patch-exclamation-fill:before{content:""}.bi-patch-exclamation:before{content:""}.bi-patch-minus-fill:before{content:""}.bi-patch-minus:before{content:""}.bi-patch-plus-fill:before{content:""}.bi-patch-plus:before{content:""}.bi-patch-question-fill:before{content:""}.bi-patch-question:before{content:""}.bi-pause-btn-fill:before{content:""}.bi-pause-btn:before{content:""}.bi-pause-circle-fill:before{content:""}.bi-pause-circle:before{content:""}.bi-pause-fill:before{content:""}.bi-pause:before{content:""}.bi-peace-fill:before{content:""}.bi-peace:before{content:""}.bi-pen-fill:before{content:""}.bi-pen:before{content:""}.bi-pencil-fill:before{content:""}.bi-pencil-square:before{content:""}.bi-pencil:before{content:""}.bi-pentagon-fill:before{content:""}.bi-pentagon-half:before{content:""}.bi-pentagon:before{content:""}.bi-people-fill:before{content:""}.bi-people:before{content:""}.bi-percent:before{content:""}.bi-person-badge-fill:before{content:""}.bi-person-badge:before{content:""}.bi-person-bounding-box:before{content:""}.bi-person-check-fill:before{content:""}.bi-person-check:before{content:""}.bi-person-circle:before{content:""}.bi-person-dash-fill:before{content:""}.bi-person-dash:before{content:""}.bi-person-fill:before{content:""}.bi-person-lines-fill:before{content:""}.bi-person-plus-fill:before{content:""}.bi-person-plus:before{content:""}.bi-person-square:before{content:""}.bi-person-x-fill:before{content:""}.bi-person-x:before{content:""}.bi-person:before{content:""}.bi-phone-fill:before{content:""}.bi-phone-landscape-fill:before{content:""}.bi-phone-landscape:before{content:""}.bi-phone-vibrate-fill:before{content:""}.bi-phone-vibrate:before{content:""}.bi-phone:before{content:""}.bi-pie-chart-fill:before{content:""}.bi-pie-chart:before{content:""}.bi-pin-angle-fill:before{content:""}.bi-pin-angle:before{content:""}.bi-pin-fill:before{content:""}.bi-pin:before{content:""}.bi-pip-fill:before{content:""}.bi-pip:before{content:""}.bi-play-btn-fill:before{content:""}.bi-play-btn:before{content:""}.bi-play-circle-fill:before{content:""}.bi-play-circle:before{content:""}.bi-play-fill:before{content:""}.bi-play:before{content:""}.bi-plug-fill:before{content:""}.bi-plug:before{content:""}.bi-plus-circle-dotted:before{content:""}.bi-plus-circle-fill:before{content:""}.bi-plus-circle:before{content:""}.bi-plus-square-dotted:before{content:""}.bi-plus-square-fill:before{content:""}.bi-plus-square:before{content:""}.bi-plus:before{content:""}.bi-power:before{content:""}.bi-printer-fill:before{content:""}.bi-printer:before{content:""}.bi-puzzle-fill:before{content:""}.bi-puzzle:before{content:""}.bi-question-circle-fill:before{content:""}.bi-question-circle:before{content:""}.bi-question-diamond-fill:before{content:""}.bi-question-diamond:before{content:""}.bi-question-octagon-fill:before{content:""}.bi-question-octagon:before{content:""}.bi-question-square-fill:before{content:""}.bi-question-square:before{content:""}.bi-question:before{content:""}.bi-rainbow:before{content:""}.bi-receipt-cutoff:before{content:""}.bi-receipt:before{content:""}.bi-reception-0:before{content:""}.bi-reception-1:before{content:""}.bi-reception-2:before{content:""}.bi-reception-3:before{content:""}.bi-reception-4:before{content:""}.bi-record-btn-fill:before{content:""}.bi-record-btn:before{content:""}.bi-record-circle-fill:before{content:""}.bi-record-circle:before{content:""}.bi-record-fill:before{content:""}.bi-record:before{content:""}.bi-record2-fill:before{content:""}.bi-record2:before{content:""}.bi-reply-all-fill:before{content:""}.bi-reply-all:before{content:""}.bi-reply-fill:before{content:""}.bi-reply:before{content:""}.bi-rss-fill:before{content:""}.bi-rss:before{content:""}.bi-rulers:before{content:""}.bi-save-fill:before{content:""}.bi-save:before{content:""}.bi-save2-fill:before{content:""}.bi-save2:before{content:""}.bi-scissors:before{content:""}.bi-screwdriver:before{content:""}.bi-search:before{content:""}.bi-segmented-nav:before{content:""}.bi-server:before{content:""}.bi-share-fill:before{content:""}.bi-share:before{content:""}.bi-shield-check:before{content:""}.bi-shield-exclamation:before{content:""}.bi-shield-fill-check:before{content:""}.bi-shield-fill-exclamation:before{content:""}.bi-shield-fill-minus:before{content:""}.bi-shield-fill-plus:before{content:""}.bi-shield-fill-x:before{content:""}.bi-shield-fill:before{content:""}.bi-shield-lock-fill:before{content:""}.bi-shield-lock:before{content:""}.bi-shield-minus:before{content:""}.bi-shield-plus:before{content:""}.bi-shield-shaded:before{content:""}.bi-shield-slash-fill:before{content:""}.bi-shield-slash:before{content:""}.bi-shield-x:before{content:""}.bi-shield:before{content:""}.bi-shift-fill:before{content:""}.bi-shift:before{content:""}.bi-shop-window:before{content:""}.bi-shop:before{content:""}.bi-shuffle:before{content:""}.bi-signpost-2-fill:before{content:""}.bi-signpost-2:before{content:""}.bi-signpost-fill:before{content:""}.bi-signpost-split-fill:before{content:""}.bi-signpost-split:before{content:""}.bi-signpost:before{content:""}.bi-sim-fill:before{content:""}.bi-sim:before{content:""}.bi-skip-backward-btn-fill:before{content:""}.bi-skip-backward-btn:before{content:""}.bi-skip-backward-circle-fill:before{content:""}.bi-skip-backward-circle:before{content:""}.bi-skip-backward-fill:before{content:""}.bi-skip-backward:before{content:""}.bi-skip-end-btn-fill:before{content:""}.bi-skip-end-btn:before{content:""}.bi-skip-end-circle-fill:before{content:""}.bi-skip-end-circle:before{content:""}.bi-skip-end-fill:before{content:""}.bi-skip-end:before{content:""}.bi-skip-forward-btn-fill:before{content:""}.bi-skip-forward-btn:before{content:""}.bi-skip-forward-circle-fill:before{content:""}.bi-skip-forward-circle:before{content:""}.bi-skip-forward-fill:before{content:""}.bi-skip-forward:before{content:""}.bi-skip-start-btn-fill:before{content:""}.bi-skip-start-btn:before{content:""}.bi-skip-start-circle-fill:before{content:""}.bi-skip-start-circle:before{content:""}.bi-skip-start-fill:before{content:""}.bi-skip-start:before{content:""}.bi-slack:before{content:""}.bi-slash-circle-fill:before{content:""}.bi-slash-circle:before{content:""}.bi-slash-square-fill:before{content:""}.bi-slash-square:before{content:""}.bi-slash:before{content:""}.bi-sliders:before{content:""}.bi-smartwatch:before{content:""}.bi-snow:before{content:""}.bi-snow2:before{content:""}.bi-snow3:before{content:""}.bi-sort-alpha-down-alt:before{content:""}.bi-sort-alpha-down:before{content:""}.bi-sort-alpha-up-alt:before{content:""}.bi-sort-alpha-up:before{content:""}.bi-sort-down-alt:before{content:""}.bi-sort-down:before{content:""}.bi-sort-numeric-down-alt:before{content:""}.bi-sort-numeric-down:before{content:""}.bi-sort-numeric-up-alt:before{content:""}.bi-sort-numeric-up:before{content:""}.bi-sort-up-alt:before{content:""}.bi-sort-up:before{content:""}.bi-soundwave:before{content:""}.bi-speaker-fill:before{content:""}.bi-speaker:before{content:""}.bi-speedometer:before{content:""}.bi-speedometer2:before{content:""}.bi-spellcheck:before{content:""}.bi-square-fill:before{content:""}.bi-square-half:before{content:""}.bi-square:before{content:""}.bi-stack:before{content:""}.bi-star-fill:before{content:""}.bi-star-half:before{content:""}.bi-star:before{content:""}.bi-stars:before{content:""}.bi-stickies-fill:before{content:""}.bi-stickies:before{content:""}.bi-sticky-fill:before{content:""}.bi-sticky:before{content:""}.bi-stop-btn-fill:before{content:""}.bi-stop-btn:before{content:""}.bi-stop-circle-fill:before{content:""}.bi-stop-circle:before{content:""}.bi-stop-fill:before{content:""}.bi-stop:before{content:""}.bi-stoplights-fill:before{content:""}.bi-stoplights:before{content:""}.bi-stopwatch-fill:before{content:""}.bi-stopwatch:before{content:""}.bi-subtract:before{content:""}.bi-suit-club-fill:before{content:""}.bi-suit-club:before{content:""}.bi-suit-diamond-fill:before{content:""}.bi-suit-diamond:before{content:""}.bi-suit-heart-fill:before{content:""}.bi-suit-heart:before{content:""}.bi-suit-spade-fill:before{content:""}.bi-suit-spade:before{content:""}.bi-sun-fill:before{content:""}.bi-sun:before{content:""}.bi-sunglasses:before{content:""}.bi-sunrise-fill:before{content:""}.bi-sunrise:before{content:""}.bi-sunset-fill:before{content:""}.bi-sunset:before{content:""}.bi-symmetry-horizontal:before{content:""}.bi-symmetry-vertical:before{content:""}.bi-table:before{content:""}.bi-tablet-fill:before{content:""}.bi-tablet-landscape-fill:before{content:""}.bi-tablet-landscape:before{content:""}.bi-tablet:before{content:""}.bi-tag-fill:before{content:""}.bi-tag:before{content:""}.bi-tags-fill:before{content:""}.bi-tags:before{content:""}.bi-telegram:before{content:""}.bi-telephone-fill:before{content:""}.bi-telephone-forward-fill:before{content:""}.bi-telephone-forward:before{content:""}.bi-telephone-inbound-fill:before{content:""}.bi-telephone-inbound:before{content:""}.bi-telephone-minus-fill:before{content:""}.bi-telephone-minus:before{content:""}.bi-telephone-outbound-fill:before{content:""}.bi-telephone-outbound:before{content:""}.bi-telephone-plus-fill:before{content:""}.bi-telephone-plus:before{content:""}.bi-telephone-x-fill:before{content:""}.bi-telephone-x:before{content:""}.bi-telephone:before{content:""}.bi-terminal-fill:before{content:""}.bi-terminal:before{content:""}.bi-text-center:before{content:""}.bi-text-indent-left:before{content:""}.bi-text-indent-right:before{content:""}.bi-text-left:before{content:""}.bi-text-paragraph:before{content:""}.bi-text-right:before{content:""}.bi-textarea-resize:before{content:""}.bi-textarea-t:before{content:""}.bi-textarea:before{content:""}.bi-thermometer-half:before{content:""}.bi-thermometer-high:before{content:""}.bi-thermometer-low:before{content:""}.bi-thermometer-snow:before{content:""}.bi-thermometer-sun:before{content:""}.bi-thermometer:before{content:""}.bi-three-dots-vertical:before{content:""}.bi-three-dots:before{content:""}.bi-toggle-off:before{content:""}.bi-toggle-on:before{content:""}.bi-toggle2-off:before{content:""}.bi-toggle2-on:before{content:""}.bi-toggles:before{content:""}.bi-toggles2:before{content:""}.bi-tools:before{content:""}.bi-tornado:before{content:""}.bi-trash-fill:before{content:""}.bi-trash:before{content:""}.bi-trash2-fill:before{content:""}.bi-trash2:before{content:""}.bi-tree-fill:before{content:""}.bi-tree:before{content:""}.bi-triangle-fill:before{content:""}.bi-triangle-half:before{content:""}.bi-triangle:before{content:""}.bi-trophy-fill:before{content:""}.bi-trophy:before{content:""}.bi-tropical-storm:before{content:""}.bi-truck-flatbed:before{content:""}.bi-truck:before{content:""}.bi-tsunami:before{content:""}.bi-tv-fill:before{content:""}.bi-tv:before{content:""}.bi-twitch:before{content:""}.bi-twitter:before{content:""}.bi-type-bold:before{content:""}.bi-type-h1:before{content:""}.bi-type-h2:before{content:""}.bi-type-h3:before{content:""}.bi-type-italic:before{content:""}.bi-type-strikethrough:before{content:""}.bi-type-underline:before{content:""}.bi-type:before{content:""}.bi-ui-checks-grid:before{content:""}.bi-ui-checks:before{content:""}.bi-ui-radios-grid:before{content:""}.bi-ui-radios:before{content:""}.bi-umbrella-fill:before{content:""}.bi-umbrella:before{content:""}.bi-union:before{content:""}.bi-unlock-fill:before{content:""}.bi-unlock:before{content:""}.bi-upc-scan:before{content:""}.bi-upc:before{content:""}.bi-upload:before{content:""}.bi-vector-pen:before{content:""}.bi-view-list:before{content:""}.bi-view-stacked:before{content:""}.bi-vinyl-fill:before{content:""}.bi-vinyl:before{content:""}.bi-voicemail:before{content:""}.bi-volume-down-fill:before{content:""}.bi-volume-down:before{content:""}.bi-volume-mute-fill:before{content:""}.bi-volume-mute:before{content:""}.bi-volume-off-fill:before{content:""}.bi-volume-off:before{content:""}.bi-volume-up-fill:before{content:""}.bi-volume-up:before{content:""}.bi-vr:before{content:""}.bi-wallet-fill:before{content:""}.bi-wallet:before{content:""}.bi-wallet2:before{content:""}.bi-watch:before{content:""}.bi-water:before{content:""}.bi-whatsapp:before{content:""}.bi-wifi-1:before{content:""}.bi-wifi-2:before{content:""}.bi-wifi-off:before{content:""}.bi-wifi:before{content:""}.bi-wind:before{content:""}.bi-window-dock:before{content:""}.bi-window-sidebar:before{content:""}.bi-window:before{content:""}.bi-wrench:before{content:""}.bi-x-circle-fill:before{content:""}.bi-x-circle:before{content:""}.bi-x-diamond-fill:before{content:""}.bi-x-diamond:before{content:""}.bi-x-octagon-fill:before{content:""}.bi-x-octagon:before{content:""}.bi-x-square-fill:before{content:""}.bi-x-square:before{content:""}.bi-x:before{content:""}.bi-youtube:before{content:""}.bi-zoom-in:before{content:""}.bi-zoom-out:before{content:""}.bi-bank:before{content:""}.bi-bank2:before{content:""}.bi-bell-slash-fill:before{content:""}.bi-bell-slash:before{content:""}.bi-cash-coin:before{content:""}.bi-check-lg:before{content:""}.bi-coin:before{content:""}.bi-currency-bitcoin:before{content:""}.bi-currency-dollar:before{content:""}.bi-currency-euro:before{content:""}.bi-currency-exchange:before{content:""}.bi-currency-pound:before{content:""}.bi-currency-yen:before{content:""}.bi-dash-lg:before{content:""}.bi-exclamation-lg:before{content:""}.bi-file-earmark-pdf-fill:before{content:""}.bi-file-earmark-pdf:before{content:""}.bi-file-pdf-fill:before{content:""}.bi-file-pdf:before{content:""}.bi-gender-ambiguous:before{content:""}.bi-gender-female:before{content:""}.bi-gender-male:before{content:""}.bi-gender-trans:before{content:""}.bi-headset-vr:before{content:""}.bi-info-lg:before{content:""}.bi-mastodon:before{content:""}.bi-messenger:before{content:""}.bi-piggy-bank-fill:before{content:""}.bi-piggy-bank:before{content:""}.bi-pin-map-fill:before{content:""}.bi-pin-map:before{content:""}.bi-plus-lg:before{content:""}.bi-question-lg:before{content:""}.bi-recycle:before{content:""}.bi-reddit:before{content:""}.bi-safe-fill:before{content:""}.bi-safe2-fill:before{content:""}.bi-safe2:before{content:""}.bi-sd-card-fill:before{content:""}.bi-sd-card:before{content:""}.bi-skype:before{content:""}.bi-slash-lg:before{content:""}.bi-translate:before{content:""}.bi-x-lg:before{content:""}.bi-safe:before{content:""}.bi-apple:before{content:""}.bi-microsoft:before{content:""}.bi-windows:before{content:""}.bi-behance:before{content:""}.bi-dribbble:before{content:""}.bi-line:before{content:""}.bi-medium:before{content:""}.bi-paypal:before{content:""}.bi-pinterest:before{content:""}.bi-signal:before{content:""}.bi-snapchat:before{content:""}.bi-spotify:before{content:""}.bi-stack-overflow:before{content:""}.bi-strava:before{content:""}.bi-wordpress:before{content:""}.bi-vimeo:before{content:""}.bi-activity:before{content:""}.bi-easel2-fill:before{content:""}.bi-easel2:before{content:""}.bi-easel3-fill:before{content:""}.bi-easel3:before{content:""}.bi-fan:before{content:""}.bi-fingerprint:before{content:""}.bi-graph-down-arrow:before{content:""}.bi-graph-up-arrow:before{content:""}.bi-hypnotize:before{content:""}.bi-magic:before{content:""}.bi-person-rolodex:before{content:""}.bi-person-video:before{content:""}.bi-person-video2:before{content:""}.bi-person-video3:before{content:""}.bi-person-workspace:before{content:""}.bi-radioactive:before{content:""}.bi-webcam-fill:before{content:""}.bi-webcam:before{content:""}.bi-yin-yang:before{content:""}.bi-bandaid-fill:before{content:""}.bi-bandaid:before{content:""}.bi-bluetooth:before{content:""}.bi-body-text:before{content:""}.bi-boombox:before{content:""}.bi-boxes:before{content:""}.bi-dpad-fill:before{content:""}.bi-dpad:before{content:""}.bi-ear-fill:before{content:""}.bi-ear:before{content:""}.bi-envelope-check-fill:before{content:""}.bi-envelope-check:before{content:""}.bi-envelope-dash-fill:before{content:""}.bi-envelope-dash:before{content:""}.bi-envelope-exclamation-fill:before{content:""}.bi-envelope-exclamation:before{content:""}.bi-envelope-plus-fill:before{content:""}.bi-envelope-plus:before{content:""}.bi-envelope-slash-fill:before{content:""}.bi-envelope-slash:before{content:""}.bi-envelope-x-fill:before{content:""}.bi-envelope-x:before{content:""}.bi-explicit-fill:before{content:""}.bi-explicit:before{content:""}.bi-git:before{content:""}.bi-infinity:before{content:""}.bi-list-columns-reverse:before{content:""}.bi-list-columns:before{content:""}.bi-meta:before{content:""}.bi-nintendo-switch:before{content:""}.bi-pc-display-horizontal:before{content:""}.bi-pc-display:before{content:""}.bi-pc-horizontal:before{content:""}.bi-pc:before{content:""}.bi-playstation:before{content:""}.bi-plus-slash-minus:before{content:""}.bi-projector-fill:before{content:""}.bi-projector:before{content:""}.bi-qr-code-scan:before{content:""}.bi-qr-code:before{content:""}.bi-quora:before{content:""}.bi-quote:before{content:""}.bi-robot:before{content:""}.bi-send-check-fill:before{content:""}.bi-send-check:before{content:""}.bi-send-dash-fill:before{content:""}.bi-send-dash:before{content:""}.bi-send-exclamation-fill:before{content:""}.bi-send-exclamation:before{content:""}.bi-send-fill:before{content:""}.bi-send-plus-fill:before{content:""}.bi-send-plus:before{content:""}.bi-send-slash-fill:before{content:""}.bi-send-slash:before{content:""}.bi-send-x-fill:before{content:""}.bi-send-x:before{content:""}.bi-send:before{content:""}.bi-steam:before{content:""}.bi-terminal-dash:before{content:""}.bi-terminal-plus:before{content:""}.bi-terminal-split:before{content:""}.bi-ticket-detailed-fill:before{content:""}.bi-ticket-detailed:before{content:""}.bi-ticket-fill:before{content:""}.bi-ticket-perforated-fill:before{content:""}.bi-ticket-perforated:before{content:""}.bi-ticket:before{content:""}.bi-tiktok:before{content:""}.bi-window-dash:before{content:""}.bi-window-desktop:before{content:""}.bi-window-fullscreen:before{content:""}.bi-window-plus:before{content:""}.bi-window-split:before{content:""}.bi-window-stack:before{content:""}.bi-window-x:before{content:""}.bi-xbox:before{content:""}.bi-ethernet:before{content:""}.bi-hdmi-fill:before{content:""}.bi-hdmi:before{content:""}.bi-usb-c-fill:before{content:""}.bi-usb-c:before{content:""}.bi-usb-fill:before{content:""}.bi-usb-plug-fill:before{content:""}.bi-usb-plug:before{content:""}.bi-usb-symbol:before{content:""}.bi-usb:before{content:""}.bi-boombox-fill:before{content:""}.bi-displayport:before{content:""}.bi-gpu-card:before{content:""}.bi-memory:before{content:""}.bi-modem-fill:before{content:""}.bi-modem:before{content:""}.bi-motherboard-fill:before{content:""}.bi-motherboard:before{content:""}.bi-optical-audio-fill:before{content:""}.bi-optical-audio:before{content:""}.bi-pci-card:before{content:""}.bi-router-fill:before{content:""}.bi-router:before{content:""}.bi-thunderbolt-fill:before{content:""}.bi-thunderbolt:before{content:""}.bi-usb-drive-fill:before{content:""}.bi-usb-drive:before{content:""}.bi-usb-micro-fill:before{content:""}.bi-usb-micro:before{content:""}.bi-usb-mini-fill:before{content:""}.bi-usb-mini:before{content:""}.bi-cloud-haze2:before{content:""}.bi-device-hdd-fill:before{content:""}.bi-device-hdd:before{content:""}.bi-device-ssd-fill:before{content:""}.bi-device-ssd:before{content:""}.bi-displayport-fill:before{content:""}.bi-mortarboard-fill:before{content:""}.bi-mortarboard:before{content:""}.bi-terminal-x:before{content:""}.bi-arrow-through-heart-fill:before{content:""}.bi-arrow-through-heart:before{content:""}.bi-badge-sd-fill:before{content:""}.bi-badge-sd:before{content:""}.bi-bag-heart-fill:before{content:""}.bi-bag-heart:before{content:""}.bi-balloon-fill:before{content:""}.bi-balloon-heart-fill:before{content:""}.bi-balloon-heart:before{content:""}.bi-balloon:before{content:""}.bi-box2-fill:before{content:""}.bi-box2-heart-fill:before{content:""}.bi-box2-heart:before{content:""}.bi-box2:before{content:""}.bi-braces-asterisk:before{content:""}.bi-calendar-heart-fill:before{content:""}.bi-calendar-heart:before{content:""}.bi-calendar2-heart-fill:before{content:""}.bi-calendar2-heart:before{content:""}.bi-chat-heart-fill:before{content:""}.bi-chat-heart:before{content:""}.bi-chat-left-heart-fill:before{content:""}.bi-chat-left-heart:before{content:""}.bi-chat-right-heart-fill:before{content:""}.bi-chat-right-heart:before{content:""}.bi-chat-square-heart-fill:before{content:""}.bi-chat-square-heart:before{content:""}.bi-clipboard-check-fill:before{content:""}.bi-clipboard-data-fill:before{content:""}.bi-clipboard-fill:before{content:""}.bi-clipboard-heart-fill:before{content:""}.bi-clipboard-heart:before{content:""}.bi-clipboard-minus-fill:before{content:""}.bi-clipboard-plus-fill:before{content:""}.bi-clipboard-pulse:before{content:""}.bi-clipboard-x-fill:before{content:""}.bi-clipboard2-check-fill:before{content:""}.bi-clipboard2-check:before{content:""}.bi-clipboard2-data-fill:before{content:""}.bi-clipboard2-data:before{content:""}.bi-clipboard2-fill:before{content:""}.bi-clipboard2-heart-fill:before{content:""}.bi-clipboard2-heart:before{content:""}.bi-clipboard2-minus-fill:before{content:""}.bi-clipboard2-minus:before{content:""}.bi-clipboard2-plus-fill:before{content:""}.bi-clipboard2-plus:before{content:""}.bi-clipboard2-pulse-fill:before{content:""}.bi-clipboard2-pulse:before{content:""}.bi-clipboard2-x-fill:before{content:""}.bi-clipboard2-x:before{content:""}.bi-clipboard2:before{content:""}.bi-emoji-kiss-fill:before{content:""}.bi-emoji-kiss:before{content:""}.bi-envelope-heart-fill:before{content:""}.bi-envelope-heart:before{content:""}.bi-envelope-open-heart-fill:before{content:""}.bi-envelope-open-heart:before{content:""}.bi-envelope-paper-fill:before{content:""}.bi-envelope-paper-heart-fill:before{content:""}.bi-envelope-paper-heart:before{content:""}.bi-envelope-paper:before{content:""}.bi-filetype-aac:before{content:""}.bi-filetype-ai:before{content:""}.bi-filetype-bmp:before{content:""}.bi-filetype-cs:before{content:""}.bi-filetype-css:before{content:""}.bi-filetype-csv:before{content:""}.bi-filetype-doc:before{content:""}.bi-filetype-docx:before{content:""}.bi-filetype-exe:before{content:""}.bi-filetype-gif:before{content:""}.bi-filetype-heic:before{content:""}.bi-filetype-html:before{content:""}.bi-filetype-java:before{content:""}.bi-filetype-jpg:before{content:""}.bi-filetype-js:before{content:""}.bi-filetype-jsx:before{content:""}.bi-filetype-key:before{content:""}.bi-filetype-m4p:before{content:""}.bi-filetype-md:before{content:""}.bi-filetype-mdx:before{content:""}.bi-filetype-mov:before{content:""}.bi-filetype-mp3:before{content:""}.bi-filetype-mp4:before{content:""}.bi-filetype-otf:before{content:""}.bi-filetype-pdf:before{content:""}.bi-filetype-php:before{content:""}.bi-filetype-png:before{content:""}.bi-filetype-ppt:before{content:""}.bi-filetype-psd:before{content:""}.bi-filetype-py:before{content:""}.bi-filetype-raw:before{content:""}.bi-filetype-rb:before{content:""}.bi-filetype-sass:before{content:""}.bi-filetype-scss:before{content:""}.bi-filetype-sh:before{content:""}.bi-filetype-svg:before{content:""}.bi-filetype-tiff:before{content:""}.bi-filetype-tsx:before{content:""}.bi-filetype-ttf:before{content:""}.bi-filetype-txt:before{content:""}.bi-filetype-wav:before{content:""}.bi-filetype-woff:before{content:""}.bi-filetype-xls:before{content:""}.bi-filetype-xml:before{content:""}.bi-filetype-yml:before{content:""}.bi-heart-arrow:before{content:""}.bi-heart-pulse-fill:before{content:""}.bi-heart-pulse:before{content:""}.bi-heartbreak-fill:before{content:""}.bi-heartbreak:before{content:""}.bi-hearts:before{content:""}.bi-hospital-fill:before{content:""}.bi-hospital:before{content:""}.bi-house-heart-fill:before{content:""}.bi-house-heart:before{content:""}.bi-incognito:before{content:""}.bi-magnet-fill:before{content:""}.bi-magnet:before{content:""}.bi-person-heart:before{content:""}.bi-person-hearts:before{content:""}.bi-phone-flip:before{content:""}.bi-plugin:before{content:""}.bi-postage-fill:before{content:""}.bi-postage-heart-fill:before{content:""}.bi-postage-heart:before{content:""}.bi-postage:before{content:""}.bi-postcard-fill:before{content:""}.bi-postcard-heart-fill:before{content:""}.bi-postcard-heart:before{content:""}.bi-postcard:before{content:""}.bi-search-heart-fill:before{content:""}.bi-search-heart:before{content:""}.bi-sliders2-vertical:before{content:""}.bi-sliders2:before{content:""}.bi-trash3-fill:before{content:""}.bi-trash3:before{content:""}.bi-valentine:before{content:""}.bi-valentine2:before{content:""}.bi-wrench-adjustable-circle-fill:before{content:""}.bi-wrench-adjustable-circle:before{content:""}.bi-wrench-adjustable:before{content:""}.bi-filetype-json:before{content:""}.bi-filetype-pptx:before{content:""}.bi-filetype-xlsx:before{content:""}.bi-1-circle-fill:before{content:""}.bi-1-circle:before{content:""}.bi-1-square-fill:before{content:""}.bi-1-square:before{content:""}.bi-2-circle-fill:before{content:""}.bi-2-circle:before{content:""}.bi-2-square-fill:before{content:""}.bi-2-square:before{content:""}.bi-3-circle-fill:before{content:""}.bi-3-circle:before{content:""}.bi-3-square-fill:before{content:""}.bi-3-square:before{content:""}.bi-4-circle-fill:before{content:""}.bi-4-circle:before{content:""}.bi-4-square-fill:before{content:""}.bi-4-square:before{content:""}.bi-5-circle-fill:before{content:""}.bi-5-circle:before{content:""}.bi-5-square-fill:before{content:""}.bi-5-square:before{content:""}.bi-6-circle-fill:before{content:""}.bi-6-circle:before{content:""}.bi-6-square-fill:before{content:""}.bi-6-square:before{content:""}.bi-7-circle-fill:before{content:""}.bi-7-circle:before{content:""}.bi-7-square-fill:before{content:""}.bi-7-square:before{content:""}.bi-8-circle-fill:before{content:""}.bi-8-circle:before{content:""}.bi-8-square-fill:before{content:""}.bi-8-square:before{content:""}.bi-9-circle-fill:before{content:""}.bi-9-circle:before{content:""}.bi-9-square-fill:before{content:""}.bi-9-square:before{content:""}.bi-airplane-engines-fill:before{content:""}.bi-airplane-engines:before{content:""}.bi-airplane-fill:before{content:""}.bi-airplane:before{content:""}.bi-alexa:before{content:""}.bi-alipay:before{content:""}.bi-android:before{content:""}.bi-android2:before{content:""}.bi-box-fill:before{content:""}.bi-box-seam-fill:before{content:""}.bi-browser-chrome:before{content:""}.bi-browser-edge:before{content:""}.bi-browser-firefox:before{content:""}.bi-browser-safari:before{content:""}.bi-c-circle-fill:before{content:""}.bi-c-circle:before{content:""}.bi-c-square-fill:before{content:""}.bi-c-square:before{content:""}.bi-capsule-pill:before{content:""}.bi-capsule:before{content:""}.bi-car-front-fill:before{content:""}.bi-car-front:before{content:""}.bi-cassette-fill:before{content:""}.bi-cassette:before{content:""}.bi-cc-circle-fill:before{content:""}.bi-cc-circle:before{content:""}.bi-cc-square-fill:before{content:""}.bi-cc-square:before{content:""}.bi-cup-hot-fill:before{content:""}.bi-cup-hot:before{content:""}.bi-currency-rupee:before{content:""}.bi-dropbox:before{content:""}.bi-escape:before{content:""}.bi-fast-forward-btn-fill:before{content:""}.bi-fast-forward-btn:before{content:""}.bi-fast-forward-circle-fill:before{content:""}.bi-fast-forward-circle:before{content:""}.bi-fast-forward-fill:before{content:""}.bi-fast-forward:before{content:""}.bi-filetype-sql:before{content:""}.bi-fire:before{content:""}.bi-google-play:before{content:""}.bi-h-circle-fill:before{content:""}.bi-h-circle:before{content:""}.bi-h-square-fill:before{content:""}.bi-h-square:before{content:""}.bi-indent:before{content:""}.bi-lungs-fill:before{content:""}.bi-lungs:before{content:""}.bi-microsoft-teams:before{content:""}.bi-p-circle-fill:before{content:""}.bi-p-circle:before{content:""}.bi-p-square-fill:before{content:""}.bi-p-square:before{content:""}.bi-pass-fill:before{content:""}.bi-pass:before{content:""}.bi-prescription:before{content:""}.bi-prescription2:before{content:""}.bi-r-circle-fill:before{content:""}.bi-r-circle:before{content:""}.bi-r-square-fill:before{content:""}.bi-r-square:before{content:""}.bi-repeat-1:before{content:""}.bi-repeat:before{content:""}.bi-rewind-btn-fill:before{content:""}.bi-rewind-btn:before{content:""}.bi-rewind-circle-fill:before{content:""}.bi-rewind-circle:before{content:""}.bi-rewind-fill:before{content:""}.bi-rewind:before{content:""}.bi-train-freight-front-fill:before{content:""}.bi-train-freight-front:before{content:""}.bi-train-front-fill:before{content:""}.bi-train-front:before{content:""}.bi-train-lightrail-front-fill:before{content:""}.bi-train-lightrail-front:before{content:""}.bi-truck-front-fill:before{content:""}.bi-truck-front:before{content:""}.bi-ubuntu:before{content:""}.bi-unindent:before{content:""}.bi-unity:before{content:""}.bi-universal-access-circle:before{content:""}.bi-universal-access:before{content:""}.bi-virus:before{content:""}.bi-virus2:before{content:""}.bi-wechat:before{content:""}.bi-yelp:before{content:""}.bi-sign-stop-fill:before{content:""}.bi-sign-stop-lights-fill:before{content:""}.bi-sign-stop-lights:before{content:""}.bi-sign-stop:before{content:""}.bi-sign-turn-left-fill:before{content:""}.bi-sign-turn-left:before{content:""}.bi-sign-turn-right-fill:before{content:""}.bi-sign-turn-right:before{content:""}.bi-sign-turn-slight-left-fill:before{content:""}.bi-sign-turn-slight-left:before{content:""}.bi-sign-turn-slight-right-fill:before{content:""}.bi-sign-turn-slight-right:before{content:""}.bi-sign-yield-fill:before{content:""}.bi-sign-yield:before{content:""}.bi-ev-station-fill:before{content:""}.bi-ev-station:before{content:""}.bi-fuel-pump-diesel-fill:before{content:""}.bi-fuel-pump-diesel:before{content:""}.bi-fuel-pump-fill:before{content:""}.bi-fuel-pump:before{content:""}.bi-0-circle-fill:before{content:""}.bi-0-circle:before{content:""}.bi-0-square-fill:before{content:""}.bi-0-square:before{content:""}.bi-rocket-fill:before{content:""}.bi-rocket-takeoff-fill:before{content:""}.bi-rocket-takeoff:before{content:""}.bi-rocket:before{content:""}.bi-stripe:before{content:""}.bi-subscript:before{content:""}.bi-superscript:before{content:""}.bi-trello:before{content:""}.bi-envelope-at-fill:before{content:""}.bi-envelope-at:before{content:""}.bi-regex:before{content:""}.bi-text-wrap:before{content:""}.bi-sign-dead-end-fill:before{content:""}.bi-sign-dead-end:before{content:""}.bi-sign-do-not-enter-fill:before{content:""}.bi-sign-do-not-enter:before{content:""}.bi-sign-intersection-fill:before{content:""}.bi-sign-intersection-side-fill:before{content:""}.bi-sign-intersection-side:before{content:""}.bi-sign-intersection-t-fill:before{content:""}.bi-sign-intersection-t:before{content:""}.bi-sign-intersection-y-fill:before{content:""}.bi-sign-intersection-y:before{content:""}.bi-sign-intersection:before{content:""}.bi-sign-merge-left-fill:before{content:""}.bi-sign-merge-left:before{content:""}.bi-sign-merge-right-fill:before{content:""}.bi-sign-merge-right:before{content:""}.bi-sign-no-left-turn-fill:before{content:""}.bi-sign-no-left-turn:before{content:""}.bi-sign-no-parking-fill:before{content:""}.bi-sign-no-parking:before{content:""}.bi-sign-no-right-turn-fill:before{content:""}.bi-sign-no-right-turn:before{content:""}.bi-sign-railroad-fill:before{content:""}.bi-sign-railroad:before{content:""}.bi-building-add:before{content:""}.bi-building-check:before{content:""}.bi-building-dash:before{content:""}.bi-building-down:before{content:""}.bi-building-exclamation:before{content:""}.bi-building-fill-add:before{content:""}.bi-building-fill-check:before{content:""}.bi-building-fill-dash:before{content:""}.bi-building-fill-down:before{content:""}.bi-building-fill-exclamation:before{content:""}.bi-building-fill-gear:before{content:""}.bi-building-fill-lock:before{content:""}.bi-building-fill-slash:before{content:""}.bi-building-fill-up:before{content:""}.bi-building-fill-x:before{content:""}.bi-building-fill:before{content:""}.bi-building-gear:before{content:""}.bi-building-lock:before{content:""}.bi-building-slash:before{content:""}.bi-building-up:before{content:""}.bi-building-x:before{content:""}.bi-buildings-fill:before{content:""}.bi-buildings:before{content:""}.bi-bus-front-fill:before{content:""}.bi-bus-front:before{content:""}.bi-ev-front-fill:before{content:""}.bi-ev-front:before{content:""}.bi-globe-americas:before{content:""}.bi-globe-asia-australia:before{content:""}.bi-globe-central-south-asia:before{content:""}.bi-globe-europe-africa:before{content:""}.bi-house-add-fill:before{content:""}.bi-house-add:before{content:""}.bi-house-check-fill:before{content:""}.bi-house-check:before{content:""}.bi-house-dash-fill:before{content:""}.bi-house-dash:before{content:""}.bi-house-down-fill:before{content:""}.bi-house-down:before{content:""}.bi-house-exclamation-fill:before{content:""}.bi-house-exclamation:before{content:""}.bi-house-gear-fill:before{content:""}.bi-house-gear:before{content:""}.bi-house-lock-fill:before{content:""}.bi-house-lock:before{content:""}.bi-house-slash-fill:before{content:""}.bi-house-slash:before{content:""}.bi-house-up-fill:before{content:""}.bi-house-up:before{content:""}.bi-house-x-fill:before{content:""}.bi-house-x:before{content:""}.bi-person-add:before{content:""}.bi-person-down:before{content:""}.bi-person-exclamation:before{content:""}.bi-person-fill-add:before{content:""}.bi-person-fill-check:before{content:""}.bi-person-fill-dash:before{content:""}.bi-person-fill-down:before{content:""}.bi-person-fill-exclamation:before{content:""}.bi-person-fill-gear:before{content:""}.bi-person-fill-lock:before{content:""}.bi-person-fill-slash:before{content:""}.bi-person-fill-up:before{content:""}.bi-person-fill-x:before{content:""}.bi-person-gear:before{content:""}.bi-person-lock:before{content:""}.bi-person-slash:before{content:""}.bi-person-up:before{content:""}.bi-scooter:before{content:""}.bi-taxi-front-fill:before{content:""}.bi-taxi-front:before{content:""}.bi-amd:before{content:""}.bi-database-add:before{content:""}.bi-database-check:before{content:""}.bi-database-dash:before{content:""}.bi-database-down:before{content:""}.bi-database-exclamation:before{content:""}.bi-database-fill-add:before{content:""}.bi-database-fill-check:before{content:""}.bi-database-fill-dash:before{content:""}.bi-database-fill-down:before{content:""}.bi-database-fill-exclamation:before{content:""}.bi-database-fill-gear:before{content:""}.bi-database-fill-lock:before{content:""}.bi-database-fill-slash:before{content:""}.bi-database-fill-up:before{content:""}.bi-database-fill-x:before{content:""}.bi-database-fill:before{content:""}.bi-database-gear:before{content:""}.bi-database-lock:before{content:""}.bi-database-slash:before{content:""}.bi-database-up:before{content:""}.bi-database-x:before{content:""}.bi-database:before{content:""}.bi-houses-fill:before{content:""}.bi-houses:before{content:""}.bi-nvidia:before{content:""}.bi-person-vcard-fill:before{content:""}.bi-person-vcard:before{content:""}.bi-sina-weibo:before{content:""}.bi-tencent-qq:before{content:""}.bi-wikipedia:before{content:""}.bi-alphabet-uppercase:before{content:""}.bi-alphabet:before{content:""}.bi-amazon:before{content:""}.bi-arrows-collapse-vertical:before{content:""}.bi-arrows-expand-vertical:before{content:""}.bi-arrows-vertical:before{content:""}.bi-arrows:before{content:""}.bi-ban-fill:before{content:""}.bi-ban:before{content:""}.bi-bing:before{content:""}.bi-cake:before{content:""}.bi-cake2:before{content:""}.bi-cookie:before{content:""}.bi-copy:before{content:""}.bi-crosshair:before{content:""}.bi-crosshair2:before{content:""}.bi-emoji-astonished-fill:before{content:""}.bi-emoji-astonished:before{content:""}.bi-emoji-grimace-fill:before{content:""}.bi-emoji-grimace:before{content:""}.bi-emoji-grin-fill:before{content:""}.bi-emoji-grin:before{content:""}.bi-emoji-surprise-fill:before{content:""}.bi-emoji-surprise:before{content:""}.bi-emoji-tear-fill:before{content:""}.bi-emoji-tear:before{content:""}.bi-envelope-arrow-down-fill:before{content:""}.bi-envelope-arrow-down:before{content:""}.bi-envelope-arrow-up-fill:before{content:""}.bi-envelope-arrow-up:before{content:""}.bi-feather:before{content:""}.bi-feather2:before{content:""}.bi-floppy-fill:before{content:""}.bi-floppy:before{content:""}.bi-floppy2-fill:before{content:""}.bi-floppy2:before{content:""}.bi-gitlab:before{content:""}.bi-highlighter:before{content:""}.bi-marker-tip:before{content:""}.bi-nvme-fill:before{content:""}.bi-nvme:before{content:""}.bi-opencollective:before{content:""}.bi-pci-card-network:before{content:""}.bi-pci-card-sound:before{content:""}.bi-radar:before{content:""}.bi-send-arrow-down-fill:before{content:""}.bi-send-arrow-down:before{content:""}.bi-send-arrow-up-fill:before{content:""}.bi-send-arrow-up:before{content:""}.bi-sim-slash-fill:before{content:""}.bi-sim-slash:before{content:""}.bi-sourceforge:before{content:""}.bi-substack:before{content:""}.bi-threads-fill:before{content:""}.bi-threads:before{content:""}.bi-transparency:before{content:""}.bi-twitter-x:before{content:""}.bi-type-h4:before{content:""}.bi-type-h5:before{content:""}.bi-type-h6:before{content:""}.bi-backpack-fill:before{content:""}.bi-backpack:before{content:""}.bi-backpack2-fill:before{content:""}.bi-backpack2:before{content:""}.bi-backpack3-fill:before{content:""}.bi-backpack3:before{content:""}.bi-backpack4-fill:before{content:""}.bi-backpack4:before{content:""}.bi-brilliance:before{content:""}.bi-cake-fill:before{content:""}.bi-cake2-fill:before{content:""}.bi-duffle-fill:before{content:""}.bi-duffle:before{content:""}.bi-exposure:before{content:""}.bi-gender-neuter:before{content:""}.bi-highlights:before{content:""}.bi-luggage-fill:before{content:""}.bi-luggage:before{content:""}.bi-mailbox-flag:before{content:""}.bi-mailbox2-flag:before{content:""}.bi-noise-reduction:before{content:""}.bi-passport-fill:before{content:""}.bi-passport:before{content:""}.bi-person-arms-up:before{content:""}.bi-person-raised-hand:before{content:""}.bi-person-standing-dress:before{content:""}.bi-person-standing:before{content:""}.bi-person-walking:before{content:""}.bi-person-wheelchair:before{content:""}.bi-shadows:before{content:""}.bi-suitcase-fill:before{content:""}.bi-suitcase-lg-fill:before{content:""}.bi-suitcase-lg:before{content:""}.bi-suitcase:before{content:"豈"}.bi-suitcase2-fill:before{content:"更"}.bi-suitcase2:before{content:"車"}.bi-vignette:before{content:"賈"}.Navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem}.Navbar .heading{display:flex;align-items:center;gap:.5em}.Navbar .heading img{width:3em;height:3em}.Navbar .heading h1{font-size:1.5rem;font-weight:700;color:var(--color-primary);margin:0}.Navbar .nav-links{display:flex;align-items:center;gap:1rem}.Navbar .nav-links .theme-toggle,.Navbar .nav-links .account-link{padding:0 10px;aspect-ratio:1;font-size:1.8em;font-weight:700;display:flex;justify-content:center;align-items:center}.Navbar .nav-links a{font-size:1rem;font-weight:500;color:var(--color-primary);text-decoration:none;transition:color .3s}.Navbar .nav-links a:hover{color:var(--color-primary-dark)}.LandingPage{display:flex;flex-direction:column;min-height:100vh}.LandingPage .hero{display:flex;justify-content:center;align-items:center}@media screen and (max-width: 680px){.LandingPage .hero{flex-direction:column}}.LandingPage .hero .left{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;width:40%;padding:2em;box-sizing:border-box}@media screen and (max-width: 680px){.LandingPage .hero .left{width:100%}}.LandingPage .hero .left h1{font-size:3rem;font-weight:bolder;margin-bottom:1rem}.LandingPage .hero .left p{font-size:1.2rem;font-weight:700;color:var(--color-text-gray)}.LandingPage .hero .left .btn-row{display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.LandingPage .hero .right{display:flex;justify-content:center;align-items:center;width:60%;padding:2em;box-sizing:border-box}@media screen and (max-width: 680px){.LandingPage .hero .right{width:100%}}.LandingPage .hero .right img{width:80%;height:auto}.LandingPage .features{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:3rem}.LandingPage .features .feature-cards{display:flex;justify-content:center;align-items:stretch;flex-wrap:wrap;gap:1.2em}.LandingPage .features .feature-cards .feature{display:flex;flex-direction:column;justify-content:start;align-items:center;text-align:center;width:20em;height:auto;padding:1rem;border-radius:1rem;background-color:var(--color-surface)}.LandingPage .features .feature-cards .feature img{width:100%;height:6rem;object-fit:contain}.LandingPage .features .feature-cards .feature h2{font-size:2em;font-weight:bolder;margin-top:0;margin-bottom:1rem}.LandingPage .features .feature-cards .feature p{font-size:1.2rem}.LandingPage .examples{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:3rem}.LandingPage .examples h1{margin:0}.LandingPage .examples p{margin:0 0 1em}.LandingPage .examples .example-cards{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:1em}.LandingPage .examples .example-cards .example{display:flex;justify-content:start;align-items:center;text-align:center;width:21em;height:20em;border-radius:10px;overflow:hidden;transition:transform .3s;cursor:pointer}.LandingPage .examples .example-cards .example:hover{transform:translateY(-.5em) scale(1.05)}.LandingPage .examples .example-cards .example .MessageRenderer{overflow:hidden;zoom:.5}.LandingPage .examples .example-cards .example .MessageRenderer *{overflow:hidden;pointer-events:none}.AppFooter{background-color:var(--color-surface-dark);padding:20px;color:var(--color-text-gray);display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}@media (max-width: 700px){.AppFooter{flex-direction:column;justify-content:center;gap:1em}}.AppFooter .app-links{display:flex;flex-direction:column;align-items:center;gap:.2em}.AppFooter .app-links .footer-logo{display:flex;align-items:center;gap:.5em}.AppFooter .app-links .footer-logo img{width:2em;height:2em}.AppFooter .app-links .footer-logo h1{font-size:1.3rem;font-weight:700;color:var(--color-primary);margin:0}.AppFooter .app-links .links{display:flex;gap:1em}.AppFooter .app-links .links a{color:var(--color-text-gray);transition:color .3s}.AppFooter .app-links .links a:hover{color:var(--color-primary)}.AppFooter .footer-text{flex-direction:column;text-align:center;align-items:center;display:flex;gap:.3em}.AppFooter .footer-text .row{display:flex;gap:.6em}.AppFooter .footer-text .row a{color:var(--color-text-gray);transition:color .3s}.AppFooter .footer-text .row a:hover{color:var(--color-primary)}.AppFooter .footer-text .row i{font-size:1.6rem}.FireBGEffect{width:100%;height:100%;pointer-events:none;overflow:hidden;position:absolute;top:0;left:0;z-index:1}.FireBGEffect .fire{background-image:url(/assets/noise-DNx5A0QE.jpg),url(/assets/noise-DNx5A0QE.jpg),linear-gradient(#fff,#999);background-blend-mode:difference,difference,normal;filter:sepia(1) contrast(6) brightness(.5);animation:sliding 5s linear infinite;width:100%;height:100%}@keyframes sliding{0%{background-position:1536px 9216px,0 7168px,0 0}to{background-position:512px 0,1024px 0,0 0}}.FireworksBGEffect{width:100%;height:100%;pointer-events:none;overflow:hidden;position:absolute;top:0;left:0;z-index:1}@keyframes firework{0%{transform:translate(var(--x),var(--initialY));width:var(--initialSize);opacity:1}50%{width:.5vmin;opacity:1}to{width:var(--finalSize);opacity:0}}.FireworksBGEffect .firework,.FireworksBGEffect .firework:before,.FireworksBGEffect .firework:after{--initialSize: .5em;--finalSize: 45vmin;--particleSize: 2vmin;--color1: yellow;--color2: red;--color3: white;--color4: lime;--color5: gold;--color6: mediumseagreen;--y: -30vmin;--x: -50%;--initialY: 60vmin;content:"";animation:firework 2s infinite;position:absolute;top:50%;left:50%;border-radius:50px;overflow:hidden;transform:translate(-50%,var(--y));width:var(--initialSize);aspect-ratio:1;background:radial-gradient(circle,var(--color1) var(--particleSize),rgba(0,0,0,0) 0) 50% 0%,radial-gradient(circle,var(--color2) var(--particleSize),rgba(0,0,0,0) 0) 100% 50%,radial-gradient(circle,var(--color3) var(--particleSize),rgba(0,0,0,0) 0) 50% 100%,radial-gradient(circle,var(--color4) var(--particleSize),rgba(0,0,0,0) 0) 0% 50%,radial-gradient(circle,var(--color5) var(--particleSize),rgba(0,0,0,0) 0) 80% 90%,radial-gradient(circle,var(--color6) var(--particleSize),rgba(0,0,0,0) 0) 95% 90%,radial-gradient(circle,var(--color1) var(--particleSize),rgba(0,0,0,0) 0) 90% 70%,radial-gradient(circle,var(--color2) var(--particleSize),rgba(0,0,0,0) 0) 100% 60%,radial-gradient(circle,var(--color3) var(--particleSize),rgba(0,0,0,0) 0) 55% 80%,radial-gradient(circle,var(--color4) var(--particleSize),rgba(0,0,0,0) 0) 70% 77%,radial-gradient(circle,var(--color5) var(--particleSize),rgba(0,0,0,0) 0) 22% 90%,radial-gradient(circle,var(--color6) var(--particleSize),rgba(0,0,0,0) 0) 45% 90%,radial-gradient(circle,var(--color1) var(--particleSize),rgba(0,0,0,0) 0) 33% 70%,radial-gradient(circle,var(--color2) var(--particleSize),rgba(0,0,0,0) 0) 10% 60%,radial-gradient(circle,var(--color3) var(--particleSize),rgba(0,0,0,0) 0) 31% 80%,radial-gradient(circle,var(--color4) var(--particleSize),rgba(0,0,0,0) 0) 28% 77%,radial-gradient(circle,var(--color5) var(--particleSize),rgba(0,0,0,0) 0) 13% 72%,radial-gradient(circle,var(--color6) var(--particleSize),rgba(0,0,0,0) 0) 80% 10%,radial-gradient(circle,var(--color1) var(--particleSize),rgba(0,0,0,0) 0) 95% 14%,radial-gradient(circle,var(--color2) var(--particleSize),rgba(0,0,0,0) 0) 90% 23%,radial-gradient(circle,var(--color3) var(--particleSize),rgba(0,0,0,0) 0) 100% 43%,radial-gradient(circle,var(--color4) var(--particleSize),rgba(0,0,0,0) 0) 85% 27%,radial-gradient(circle,var(--color5) var(--particleSize),rgba(0,0,0,0) 0) 77% 37%,radial-gradient(circle,var(--color6) var(--particleSize),rgba(0,0,0,0) 0) 60% 7%,radial-gradient(circle,var(--color1) var(--particleSize),rgba(0,0,0,0) 0) 22% 14%,radial-gradient(circle,var(--color1) var(--particleSize),rgba(0,0,0,0) 0) 45% 20%,radial-gradient(circle,var(--color1) var(--particleSize),rgba(0,0,0,0) 0) 33% 34%,radial-gradient(circle,var(--color1) var(--particleSize),rgba(0,0,0,0) 0) 10% 29%,radial-gradient(circle,var(--color1) var(--particleSize),rgba(0,0,0,0) 0) 31% 37%,radial-gradient(circle,var(--color1) var(--particleSize),rgba(0,0,0,0) 0) 28% 7%,radial-gradient(circle,var(--color1) var(--particleSize),rgba(0,0,0,0) 0) 13% 42%;background-size:var(--initialSize) var(--initialSize);background-repeat:no-repeat}.FireworksBGEffect .firework:before{--x: -50%;--y: -50%;--initialY: -50%;transform:translate(-50%,-50%) rotate(40deg) scale(1.3) rotateY(40deg)}.FireworksBGEffect .firework:after{--x: -50%;--y: -50%;--initialY: -50%;transform:translate(-50%,-50%) rotate(170deg) scale(1.15) rotateY(-30deg)}.FireworksBGEffect .firework:nth-child(2){--x: 30vmin}.FireworksBGEffect .firework:nth-child(2),.FireworksBGEffect .firework:nth-child(2):before,.FireworksBGEffect .firework:nth-child(2):after{--color1: pink;--color2: violet;--color3: fuchsia;--color4: orchid;--color5: plum;--color6: lavender;--finalSize: 40vmin;left:30%;top:60%;animation-delay:-.25s}.FireworksBGEffect .firework:nth-child(3){--x: -30vmin;--y: -50vmin}.FireworksBGEffect .firework:nth-child(3),.FireworksBGEffect .firework:nth-child(3):before,.FireworksBGEffect .firework:nth-child(3):after{--color1: cyan;--color2: lightcyan;--color3: lightblue;--color4: PaleTurquoise;--color5: SkyBlue;--color6: lavender;--finalSize: 35vmin;left:70%;top:60%;animation-delay:-.4s}.floatingshapes{width:100%;height:100%;pointer-events:none;overflow:hidden;position:absolute;top:0;left:0;z-index:1}.floatingshapes .inner-container{width:100%;margin:0}.floatingshapes .shape{margin:0 auto;position:relative;opacity:.7;text-align:initial!important}.floatingshapes .random-shape:after{font-family:FontAwesome;content:""}@keyframes shape-1{0%{transform:translateZ(0) rotate(258deg)}to{transform:translateZ(0) rotate(618deg)}}.floatingshapes .shape-container--1{animation:shape-1 62s linear infinite}.floatingshapes .shape-container--1 .random-shape:after{margin:5.7rem;color:#cda1ff;font-size:1.14rem;content:""}@keyframes shape-2{0%{transform:translateZ(0) rotate(125deg)}to{transform:translateZ(0) rotate(485deg)}}.floatingshapes .shape-container--2{animation:shape-2 66s linear infinite}.floatingshapes .shape-container--2 .random-shape:after{margin:9.7rem;color:#31b4ff;font-size:1.94rem;content:""}@keyframes shape-3{0%{transform:translateZ(0) rotate(29deg)}to{transform:translateZ(0) rotate(389deg)}}.floatingshapes .shape-container--3{animation:shape-3 48s linear infinite}.floatingshapes .shape-container--3 .random-shape:after{margin:9.7rem;color:#45ffdc;font-size:1.94rem;content:""}@keyframes shape-4{0%{transform:translateZ(0) rotate(203deg)}to{transform:translateZ(0) rotate(563deg)}}.floatingshapes .shape-container--4{animation:shape-4 42s linear infinite}.floatingshapes .shape-container--4 .random-shape:after{margin:7.7rem;color:#b5ff96;font-size:1.54rem;content:""}@keyframes shape-5{0%{transform:translateZ(0) rotate(247deg)}to{transform:translateZ(0) rotate(607deg)}}.floatingshapes .shape-container--5{animation:shape-5 42s linear infinite}.floatingshapes .shape-container--5 .random-shape:after{margin:1.7rem;color:#b5ff96;font-size:.34rem;content:""}@keyframes shape-6{0%{transform:translateZ(0) rotate(237deg)}to{transform:translateZ(0) rotate(597deg)}}.floatingshapes .shape-container--6{animation:shape-6 55s linear infinite}.floatingshapes .shape-container--6 .random-shape:after{margin:6.7rem;color:#9300c9;font-size:1.34rem;content:""}@keyframes shape-7{0%{transform:translateZ(0) rotate(153deg)}to{transform:translateZ(0) rotate(513deg)}}.floatingshapes .shape-container--7{animation:shape-7 42s linear infinite}.floatingshapes .shape-container--7 .random-shape:after{margin:2.7rem;color:#b5ff96;font-size:.54rem;content:""}@keyframes shape-8{0%{transform:translateZ(0) rotate(231deg)}to{transform:translateZ(0) rotate(591deg)}}.floatingshapes .shape-container--8{animation:shape-8 60s linear infinite}.floatingshapes .shape-container--8 .random-shape:after{margin:5.7rem;color:#31b4ff;font-size:1.14rem;content:""}@keyframes shape-9{0%{transform:translateZ(0) rotate(278deg)}to{transform:translateZ(0) rotate(638deg)}}.floatingshapes .shape-container--9{animation:shape-9 59s linear infinite}.floatingshapes .shape-container--9 .random-shape:after{margin:9.7rem;color:#b5ff96;font-size:1.94rem;content:""}@keyframes shape-10{0%{transform:translateZ(0) rotate(22deg)}to{transform:translateZ(0) rotate(382deg)}}.floatingshapes .shape-container--10{animation:shape-10 56s linear infinite}.floatingshapes .shape-container--10 .random-shape:after{margin:7.7rem;color:#45ffdc;font-size:1.54rem;content:""}@keyframes shape-11{0%{transform:translateZ(0) rotate(65deg)}to{transform:translateZ(0) rotate(425deg)}}.floatingshapes .shape-container--11{animation:shape-11 47s linear infinite}.floatingshapes .shape-container--11 .random-shape:after{margin:10.7rem;color:#31b4ff;font-size:2.14rem;content:""}@keyframes shape-12{0%{transform:translateZ(0) rotate(164deg)}to{transform:translateZ(0) rotate(524deg)}}.floatingshapes .shape-container--12{animation:shape-12 63s linear infinite}.floatingshapes .shape-container--12 .random-shape:after{margin:9.7rem;color:#cda1ff;font-size:1.94rem;content:""}@keyframes shape-13{0%{transform:translateZ(0) rotate(304deg)}to{transform:translateZ(0) rotate(664deg)}}.floatingshapes .shape-container--13{animation:shape-13 55s linear infinite}.floatingshapes .shape-container--13 .random-shape:after{margin:1.7rem;color:#45ffdc;font-size:.34rem;content:""}@keyframes shape-14{0%{transform:translateZ(0) rotate(22deg)}to{transform:translateZ(0) rotate(382deg)}}.floatingshapes .shape-container--14{animation:shape-14 54s linear infinite}.floatingshapes .shape-container--14 .random-shape:after{margin:2.7rem;color:#45ffdc;font-size:.54rem;content:""}@keyframes shape-15{0%{transform:translateZ(0) rotate(4deg)}to{transform:translateZ(0) rotate(364deg)}}.floatingshapes .shape-container--15{animation:shape-15 52s linear infinite}.floatingshapes .shape-container--15 .random-shape:after{margin:7.7rem;color:#4800c0;font-size:1.54rem;content:""}@keyframes shape-16{0%{transform:translateZ(0) rotate(137deg)}to{transform:translateZ(0) rotate(497deg)}}.floatingshapes .shape-container--16{animation:shape-16 45s linear infinite}.floatingshapes .shape-container--16 .random-shape:after{margin:9.7rem;color:#31b4ff;font-size:1.94rem;content:""}@keyframes shape-17{0%{transform:translateZ(0) rotate(73deg)}to{transform:translateZ(0) rotate(433deg)}}.floatingshapes .shape-container--17{animation:shape-17 50s linear infinite}.floatingshapes .shape-container--17 .random-shape:after{margin:2.7rem;color:#9300c9;font-size:.54rem;content:""}@keyframes shape-18{0%{transform:translateZ(0) rotate(231deg)}to{transform:translateZ(0) rotate(591deg)}}.floatingshapes .shape-container--18{animation:shape-18 67s linear infinite}.floatingshapes .shape-container--18 .random-shape:after{margin:4.7rem;color:#45ffdc;font-size:.94rem;content:""}@keyframes shape-19{0%{transform:translateZ(0) rotate(344deg)}to{transform:translateZ(0) rotate(704deg)}}.floatingshapes .shape-container--19{animation:shape-19 46s linear infinite}.floatingshapes .shape-container--19 .random-shape:after{margin:3.7rem;color:#b5ff96;font-size:.74rem;content:""}@keyframes shape-20{0%{transform:translateZ(0) rotate(72deg)}to{transform:translateZ(0) rotate(432deg)}}.floatingshapes .shape-container--20{animation:shape-20 57s linear infinite}.floatingshapes .shape-container--20 .random-shape:after{margin:4.7rem;color:#ff94a1;font-size:.94rem;content:""}@keyframes shape-21{0%{transform:translateZ(0) rotate(330deg)}to{transform:translateZ(0) rotate(690deg)}}.floatingshapes .shape-container--21{animation:shape-21 44s linear infinite}.floatingshapes .shape-container--21 .random-shape:after{margin:7.7rem;color:#4800c0;font-size:1.54rem;content:""}@keyframes shape-22{0%{transform:translateZ(0) rotate(347deg)}to{transform:translateZ(0) rotate(707deg)}}.floatingshapes .shape-container--22{animation:shape-22 58s linear infinite}.floatingshapes .shape-container--22 .random-shape:after{margin:7.7rem;color:#31b4ff;font-size:1.54rem;content:""}@keyframes shape-23{0%{transform:translateZ(0) rotate(71deg)}to{transform:translateZ(0) rotate(431deg)}}.floatingshapes .shape-container--23{animation:shape-23 56s linear infinite}.floatingshapes .shape-container--23 .random-shape:after{margin:1.7rem;color:#cda1ff;font-size:.34rem;content:""}@keyframes shape-24{0%{transform:translateZ(0) rotate(249deg)}to{transform:translateZ(0) rotate(609deg)}}.floatingshapes .shape-container--24{animation:shape-24 51s linear infinite}.floatingshapes .shape-container--24 .random-shape:after{margin:5.7rem;color:#ff94a1;font-size:1.14rem;content:""}@keyframes shape-25{0%{transform:translateZ(0) rotate(114deg)}to{transform:translateZ(0) rotate(474deg)}}.floatingshapes .shape-container--25{animation:shape-25 55s linear infinite}.floatingshapes .shape-container--25 .random-shape:after{margin:2.7rem;color:#45ffdc;font-size:.54rem;content:""}@keyframes shape-26{0%{transform:translateZ(0) rotate(237deg)}to{transform:translateZ(0) rotate(597deg)}}.floatingshapes .shape-container--26{animation:shape-26 54s linear infinite}.floatingshapes .shape-container--26 .random-shape:after{margin:6.7rem;color:#ff94a1;font-size:1.34rem;content:""}@keyframes shape-27{0%{transform:translateZ(0) rotate(26deg)}to{transform:translateZ(0) rotate(386deg)}}.floatingshapes .shape-container--27{animation:shape-27 69s linear infinite}.floatingshapes .shape-container--27 .random-shape:after{margin:3.7rem;color:#ff94a1;font-size:.74rem;content:""}@keyframes shape-28{0%{transform:translateZ(0) rotate(47deg)}to{transform:translateZ(0) rotate(407deg)}}.floatingshapes .shape-container--28{animation:shape-28 53s linear infinite}.floatingshapes .shape-container--28 .random-shape:after{margin:5.7rem;color:#31b4ff;font-size:1.14rem;content:""}@keyframes shape-29{0%{transform:translateZ(0) rotate(157deg)}to{transform:translateZ(0) rotate(517deg)}}.floatingshapes .shape-container--29{animation:shape-29 48s linear infinite}.floatingshapes .shape-container--29 .random-shape:after{margin:6.7rem;color:#45ffdc;font-size:1.34rem;content:""}@keyframes shape-30{0%{transform:translateZ(0) rotate(106deg)}to{transform:translateZ(0) rotate(466deg)}}.floatingshapes .shape-container--30{animation:shape-30 48s linear infinite}.floatingshapes .shape-container--30 .random-shape:after{margin:3.7rem;color:#b5ff96;font-size:.74rem;content:""}@keyframes shape-31{0%{transform:translateZ(0) rotate(214deg)}to{transform:translateZ(0) rotate(574deg)}}.floatingshapes .shape-container--31{animation:shape-31 65s linear infinite}.floatingshapes .shape-container--31 .random-shape:after{margin:2.7rem;color:#45ffdc;font-size:.54rem;content:""}@keyframes shape-32{0%{transform:translateZ(0) rotate(112deg)}to{transform:translateZ(0) rotate(472deg)}}.floatingshapes .shape-container--32{animation:shape-32 51s linear infinite}.floatingshapes .shape-container--32 .random-shape:after{margin:2.7rem;color:#31b4ff;font-size:.54rem;content:""}@keyframes shape-33{0%{transform:translateZ(0) rotate(253deg)}to{transform:translateZ(0) rotate(613deg)}}.floatingshapes .shape-container--33{animation:shape-33 41s linear infinite}.floatingshapes .shape-container--33 .random-shape:after{margin:5.7rem;color:#cda1ff;font-size:1.14rem;content:""}@keyframes shape-34{0%{transform:translateZ(0) rotate(59deg)}to{transform:translateZ(0) rotate(419deg)}}.floatingshapes .shape-container--34{animation:shape-34 62s linear infinite}.floatingshapes .shape-container--34 .random-shape:after{margin:4.7rem;color:#b5ff96;font-size:.94rem;content:""}@keyframes shape-35{0%{transform:translateZ(0) rotate(224deg)}to{transform:translateZ(0) rotate(584deg)}}.floatingshapes .shape-container--35{animation:shape-35 43s linear infinite}.floatingshapes .shape-container--35 .random-shape:after{margin:2.7rem;color:#4800c0;font-size:.54rem;content:""}@keyframes shape-36{0%{transform:translateZ(0) rotate(44deg)}to{transform:translateZ(0) rotate(404deg)}}.floatingshapes .shape-container--36{animation:shape-36 46s linear infinite}.floatingshapes .shape-container--36 .random-shape:after{margin:8.7rem;color:#b5ff96;font-size:1.74rem;content:""}@keyframes shape-37{0%{transform:translateZ(0) rotate(100deg)}to{transform:translateZ(0) rotate(460deg)}}.floatingshapes .shape-container--37{animation:shape-37 42s linear infinite}.floatingshapes .shape-container--37 .random-shape:after{margin:6.7rem;color:#45ffdc;font-size:1.34rem;content:""}@keyframes shape-38{0%{transform:translateZ(0) rotate(192deg)}to{transform:translateZ(0) rotate(552deg)}}.floatingshapes .shape-container--38{animation:shape-38 46s linear infinite}.floatingshapes .shape-container--38 .random-shape:after{margin:6.7rem;color:#45ffdc;font-size:1.34rem;content:""}@keyframes shape-39{0%{transform:translateZ(0) rotate(224deg)}to{transform:translateZ(0) rotate(584deg)}}.floatingshapes .shape-container--39{animation:shape-39 44s linear infinite}.floatingshapes .shape-container--39 .random-shape:after{margin:7.7rem;color:#cda1ff;font-size:1.54rem;content:""}@keyframes shape-40{0%{transform:translateZ(0) rotate(283deg)}to{transform:translateZ(0) rotate(643deg)}}.floatingshapes .shape-container--40{animation:shape-40 55s linear infinite}.floatingshapes .shape-container--40 .random-shape:after{margin:10.7rem;color:#9300c9;font-size:2.14rem;content:""}@keyframes shape-41{0%{transform:translateZ(0) rotate(137deg)}to{transform:translateZ(0) rotate(497deg)}}.floatingshapes .shape-container--41{animation:shape-41 63s linear infinite}.floatingshapes .shape-container--41 .random-shape:after{margin:7.7rem;color:#ff94a1;font-size:1.54rem;content:""}@keyframes shape-42{0%{transform:translateZ(0) rotate(284deg)}to{transform:translateZ(0) rotate(644deg)}}.floatingshapes .shape-container--42{animation:shape-42 43s linear infinite}.floatingshapes .shape-container--42 .random-shape:after{margin:6.7rem;color:#31b4ff;font-size:1.34rem;content:""}@keyframes shape-43{0%{transform:translateZ(0) rotate(222deg)}to{transform:translateZ(0) rotate(582deg)}}.floatingshapes .shape-container--43{animation:shape-43 55s linear infinite}.floatingshapes .shape-container--43 .random-shape:after{margin:9.7rem;color:#4800c0;font-size:1.94rem;content:""}@keyframes shape-44{0%{transform:translateZ(0) rotate(169deg)}to{transform:translateZ(0) rotate(529deg)}}.floatingshapes .shape-container--44{animation:shape-44 51s linear infinite}.floatingshapes .shape-container--44 .random-shape:after{margin:2.7rem;color:#31b4ff;font-size:.54rem;content:""}@keyframes shape-45{0%{transform:translateZ(0) rotate(164deg)}to{transform:translateZ(0) rotate(524deg)}}.floatingshapes .shape-container--45{animation:shape-45 49s linear infinite}.floatingshapes .shape-container--45 .random-shape:after{margin:3.7rem;color:#cda1ff;font-size:.74rem;content:""}@keyframes shape-46{0%{transform:translateZ(0) rotate(214deg)}to{transform:translateZ(0) rotate(574deg)}}.floatingshapes .shape-container--46{animation:shape-46 43s linear infinite}.floatingshapes .shape-container--46 .random-shape:after{margin:9.7rem;color:#45ffdc;font-size:1.94rem;content:""}@keyframes shape-47{0%{transform:translateZ(0) rotate(230deg)}to{transform:translateZ(0) rotate(590deg)}}.floatingshapes .shape-container--47{animation:shape-47 60s linear infinite}.floatingshapes .shape-container--47 .random-shape:after{margin:9.7rem;color:#31b4ff;font-size:1.94rem;content:""}@keyframes shape-48{0%{transform:translateZ(0) rotate(264deg)}to{transform:translateZ(0) rotate(624deg)}}.floatingshapes .shape-container--48{animation:shape-48 55s linear infinite}.floatingshapes .shape-container--48 .random-shape:after{margin:7.7rem;color:#b5ff96;font-size:1.54rem;content:""}@keyframes shape-49{0%{transform:translateZ(0) rotate(200deg)}to{transform:translateZ(0) rotate(560deg)}}.floatingshapes .shape-container--49{animation:shape-49 46s linear infinite}.floatingshapes .shape-container--49 .random-shape:after{margin:3.7rem;color:#9300c9;font-size:.74rem;content:""}@keyframes shape-50{0%{transform:translateZ(0) rotate(289deg)}to{transform:translateZ(0) rotate(649deg)}}.floatingshapes .shape-container--50{animation:shape-50 47s linear infinite}.floatingshapes .shape-container--50 .random-shape:after{margin:7.7rem;color:#ff94a1;font-size:1.54rem;content:""}@keyframes shape-51{0%{transform:translateZ(0) rotate(87deg)}to{transform:translateZ(0) rotate(447deg)}}.floatingshapes .shape-container--51{animation:shape-51 66s linear infinite}.floatingshapes .shape-container--51 .random-shape:after{margin:8.7rem;color:#45ffdc;font-size:1.74rem;content:""}@keyframes shape-52{0%{transform:translateZ(0) rotate(90deg)}to{transform:translateZ(0) rotate(450deg)}}.floatingshapes .shape-container--52{animation:shape-52 51s linear infinite}.floatingshapes .shape-container--52 .random-shape:after{margin:10.7rem;color:#4800c0;font-size:2.14rem;content:""}@keyframes shape-53{0%{transform:translateZ(0) rotate(124deg)}to{transform:translateZ(0) rotate(484deg)}}.floatingshapes .shape-container--53{animation:shape-53 53s linear infinite}.floatingshapes .shape-container--53 .random-shape:after{margin:6.7rem;color:#b5ff96;font-size:1.34rem;content:""}@keyframes shape-54{0%{transform:translateZ(0) rotate(195deg)}to{transform:translateZ(0) rotate(555deg)}}.floatingshapes .shape-container--54{animation:shape-54 55s linear infinite}.floatingshapes .shape-container--54 .random-shape:after{margin:8.7rem;color:#4800c0;font-size:1.74rem;content:""}@keyframes shape-55{0%{transform:translateZ(0) rotate(129deg)}to{transform:translateZ(0) rotate(489deg)}}.floatingshapes .shape-container--55{animation:shape-55 41s linear infinite}.floatingshapes .shape-container--55 .random-shape:after{margin:9.7rem;color:#9300c9;font-size:1.94rem;content:""}@keyframes shape-56{0%{transform:translateZ(0) rotate(62deg)}to{transform:translateZ(0) rotate(422deg)}}.floatingshapes .shape-container--56{animation:shape-56 67s linear infinite}.floatingshapes .shape-container--56 .random-shape:after{margin:8.7rem;color:#9300c9;font-size:1.74rem;content:""}@keyframes shape-57{0%{transform:translateZ(0) rotate(253deg)}to{transform:translateZ(0) rotate(613deg)}}.floatingshapes .shape-container--57{animation:shape-57 48s linear infinite}.floatingshapes .shape-container--57 .random-shape:after{margin:4.7rem;color:#4800c0;font-size:.94rem;content:""}@keyframes shape-58{0%{transform:translateZ(0) rotate(219deg)}to{transform:translateZ(0) rotate(579deg)}}.floatingshapes .shape-container--58{animation:shape-58 59s linear infinite}.floatingshapes .shape-container--58 .random-shape:after{margin:5.7rem;color:#cda1ff;font-size:1.14rem;content:""}@keyframes shape-59{0%{transform:translateZ(0) rotate(74deg)}to{transform:translateZ(0) rotate(434deg)}}.floatingshapes .shape-container--59{animation:shape-59 51s linear infinite}.floatingshapes .shape-container--59 .random-shape:after{margin:5.7rem;color:#b5ff96;font-size:1.14rem;content:""}@keyframes shape-60{0%{transform:translateZ(0) rotate(306deg)}to{transform:translateZ(0) rotate(666deg)}}.floatingshapes .shape-container--60{animation:shape-60 64s linear infinite}.floatingshapes .shape-container--60 .random-shape:after{margin:1.7rem;color:#ff94a1;font-size:.34rem;content:""}@keyframes shape-61{0%{transform:translateZ(0) rotate(21deg)}to{transform:translateZ(0) rotate(381deg)}}.floatingshapes .shape-container--61{animation:shape-61 50s linear infinite}.floatingshapes .shape-container--61 .random-shape:after{margin:1.7rem;color:#b5ff96;font-size:.34rem;content:""}@keyframes shape-62{0%{transform:translateZ(0) rotate(236deg)}to{transform:translateZ(0) rotate(596deg)}}.floatingshapes .shape-container--62{animation:shape-62 65s linear infinite}.floatingshapes .shape-container--62 .random-shape:after{margin:5.7rem;color:#9300c9;font-size:1.14rem;content:""}@keyframes shape-63{0%{transform:translateZ(0) rotate(7deg)}to{transform:translateZ(0) rotate(367deg)}}.floatingshapes .shape-container--63{animation:shape-63 51s linear infinite}.floatingshapes .shape-container--63 .random-shape:after{margin:2.7rem;color:#ff94a1;font-size:.54rem;content:""}@keyframes shape-64{0%{transform:translateZ(0) rotate(59deg)}to{transform:translateZ(0) rotate(419deg)}}.floatingshapes .shape-container--64{animation:shape-64 67s linear infinite}.floatingshapes .shape-container--64 .random-shape:after{margin:7.7rem;color:#b5ff96;font-size:1.54rem;content:""}@keyframes shape-65{0%{transform:translateZ(0) rotate(259deg)}to{transform:translateZ(0) rotate(619deg)}}.floatingshapes .shape-container--65{animation:shape-65 48s linear infinite}.floatingshapes .shape-container--65 .random-shape:after{margin:8.7rem;color:#31b4ff;font-size:1.74rem;content:""}@keyframes shape-66{0%{transform:translateZ(0) rotate(20deg)}to{transform:translateZ(0) rotate(380deg)}}.floatingshapes .shape-container--66{animation:shape-66 47s linear infinite}.floatingshapes .shape-container--66 .random-shape:after{margin:5.7rem;color:#31b4ff;font-size:1.14rem;content:""}@keyframes shape-67{0%{transform:translateZ(0) rotate(342deg)}to{transform:translateZ(0) rotate(702deg)}}.floatingshapes .shape-container--67{animation:shape-67 60s linear infinite}.floatingshapes .shape-container--67 .random-shape:after{margin:10.7rem;color:#ff94a1;font-size:2.14rem;content:""}@keyframes shape-68{0%{transform:translateZ(0) rotate(79deg)}to{transform:translateZ(0) rotate(439deg)}}.floatingshapes .shape-container--68{animation:shape-68 54s linear infinite}.floatingshapes .shape-container--68 .random-shape:after{margin:7.7rem;color:#cda1ff;font-size:1.54rem;content:""}@keyframes shape-69{0%{transform:translateZ(0) rotate(235deg)}to{transform:translateZ(0) rotate(595deg)}}.floatingshapes .shape-container--69{animation:shape-69 46s linear infinite}.floatingshapes .shape-container--69 .random-shape:after{margin:4.7rem;color:#cda1ff;font-size:.94rem;content:""}@keyframes shape-70{0%{transform:translateZ(0) rotate(121deg)}to{transform:translateZ(0) rotate(481deg)}}.floatingshapes .shape-container--70{animation:shape-70 60s linear infinite}.floatingshapes .shape-container--70 .random-shape:after{margin:5.7rem;color:#b5ff96;font-size:1.14rem;content:""}@keyframes shape-71{0%{transform:translateZ(0) rotate(125deg)}to{transform:translateZ(0) rotate(485deg)}}.floatingshapes .shape-container--71{animation:shape-71 67s linear infinite}.floatingshapes .shape-container--71 .random-shape:after{margin:2.7rem;color:#b5ff96;font-size:.54rem;content:""}@keyframes shape-72{0%{transform:translateZ(0) rotate(176deg)}to{transform:translateZ(0) rotate(536deg)}}.floatingshapes .shape-container--72{animation:shape-72 42s linear infinite}.floatingshapes .shape-container--72 .random-shape:after{margin:6.7rem;color:#4800c0;font-size:1.34rem;content:""}@keyframes shape-73{0%{transform:translateZ(0) rotate(256deg)}to{transform:translateZ(0) rotate(616deg)}}.floatingshapes .shape-container--73{animation:shape-73 57s linear infinite}.floatingshapes .shape-container--73 .random-shape:after{margin:6.7rem;color:#b5ff96;font-size:1.34rem;content:""}@keyframes shape-74{0%{transform:translateZ(0) rotate(150deg)}to{transform:translateZ(0) rotate(510deg)}}.floatingshapes .shape-container--74{animation:shape-74 67s linear infinite}.floatingshapes .shape-container--74 .random-shape:after{margin:10.7rem;color:#cda1ff;font-size:2.14rem;content:""}@keyframes shape-75{0%{transform:translateZ(0) rotate(200deg)}to{transform:translateZ(0) rotate(560deg)}}.floatingshapes .shape-container--75{animation:shape-75 67s linear infinite}.floatingshapes .shape-container--75 .random-shape:after{margin:8.7rem;color:#cda1ff;font-size:1.74rem;content:""}@keyframes shape-76{0%{transform:translateZ(0) rotate(37deg)}to{transform:translateZ(0) rotate(397deg)}}.floatingshapes .shape-container--76{animation:shape-76 69s linear infinite}.floatingshapes .shape-container--76 .random-shape:after{margin:9.7rem;color:#cda1ff;font-size:1.94rem;content:""}@keyframes shape-77{0%{transform:translateZ(0) rotate(344deg)}to{transform:translateZ(0) rotate(704deg)}}.floatingshapes .shape-container--77{animation:shape-77 48s linear infinite}.floatingshapes .shape-container--77 .random-shape:after{margin:10.7rem;color:#ff94a1;font-size:2.14rem;content:""}@keyframes shape-78{0%{transform:translateZ(0) rotate(16deg)}to{transform:translateZ(0) rotate(376deg)}}.floatingshapes .shape-container--78{animation:shape-78 43s linear infinite}.floatingshapes .shape-container--78 .random-shape:after{margin:8.7rem;color:#cda1ff;font-size:1.74rem;content:""}@keyframes shape-79{0%{transform:translateZ(0) rotate(324deg)}to{transform:translateZ(0) rotate(684deg)}}.floatingshapes .shape-container--79{animation:shape-79 64s linear infinite}.floatingshapes .shape-container--79 .random-shape:after{margin:9.7rem;color:#45ffdc;font-size:1.94rem;content:""}@keyframes shape-80{0%{transform:translateZ(0) rotate(190deg)}to{transform:translateZ(0) rotate(550deg)}}.floatingshapes .shape-container--80{animation:shape-80 58s linear infinite}.floatingshapes .shape-container--80 .random-shape:after{margin:8.7rem;color:#9300c9;font-size:1.74rem;content:""}.HeartsBGEffect{width:100%;height:100%;pointer-events:none;overflow:hidden;position:absolute;top:0;left:0;z-index:1}.HeartsBGEffect .hearts{position:relative;width:100%;height:100%}@keyframes heart-anim{0%{opacity:1}to{transform:translateY(-400px) scale(2);opacity:0}}.HeartsBGEffect .heart{animation:heart-anim 3s infinite ease-in-out;position:absolute;text-align:center;color:red}.KissesBGEffect{width:100%;height:100%;pointer-events:none;overflow:hidden;position:absolute;top:0;left:0;z-index:1}.KissesBGEffect .kisses{position:relative;width:100%;height:100%}@keyframes anim{0%{opacity:1}to{transform:translateY(-400px) scale(2);opacity:0}}.KissesBGEffect .kiss{animation:anim 3s infinite ease-in-out;position:absolute;text-align:center}.MessageRenderer{width:100%;height:100vh;overflow-x:hidden;position:relative}.MessageRenderer.fit-container{height:100%;overflow:auto}.TemplateRenderer{width:100%;height:100vh;position:relative;overflow:hidden}.TemplateRenderer.fit-container{height:100%}.MessageRenderer.text-only{display:flex;box-sizing:border-box;flex-direction:column;justify-content:safe center;text-align:center;padding:1em}.MessageRenderer.text-only .text{text-wrap:wrap;word-wrap:break-word;z-index:2;margin:0}.MessageRenderer.image{display:flex;box-sizing:border-box;flex-direction:column;justify-content:safe center;align-items:center;text-align:center;padding:1em;overflow:auto}.MessageRenderer.image .image-display{object-fit:contain;z-index:1}.MessageRenderer.image .caption{text-wrap:wrap;word-wrap:break-word;z-index:2}.MessageRenderer.question{display:flex;box-sizing:border-box;flex-direction:column;justify-content:safe center;text-align:center;padding:1em}.MessageRenderer.question .text{text-wrap:wrap;word-wrap:break-word;z-index:2}.MessageRenderer.question .options{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1em;z-index:2}.MessageRenderer.question .options .option{padding:.5em 1em;border-radius:.5em;background-color:#ffffff4d;color:#fff;cursor:pointer;transition:background-color .3s;text-shadow:0 0 5px black;font-size:1.2em}.MessageRenderer.question .options .option:hover{background-color:#fff3}.MessageRenderer.poll{display:flex;box-sizing:border-box;flex-direction:column;justify-content:safe center;align-items:center;text-align:center;margin:auto;padding:1em}.MessageRenderer.poll .text{text-wrap:wrap;word-wrap:break-word;z-index:2}.MessageRenderer.poll .poll-form{width:90%;max-width:500px}.MessageRenderer.poll .options{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1em;z-index:2;width:100%;margin-bottom:1em}.MessageRenderer.poll .options .option{padding:1em;border-radius:.5em;background-color:#ffffff4d;color:#fff;cursor:pointer;transition:background-color .3s;display:flex;justify-content:space-between;align-items:center;width:100%;box-sizing:border-box}.MessageRenderer.poll .options .option.selected{background-color:#fff3;border:3px solid white}.MessageRenderer.poll .options .option.selected .selected-indicator{background-color:#fff}.MessageRenderer.poll .options .option .selected-indicator{width:1em;height:1em;border-radius:50%;border:2px solid white;margin-right:1em}.MessageRenderer.poll .options .option .selected-indicator.multiple{border-radius:0}.MessageRenderer.poll .options .option label{width:100%;font-weight:700;text-align:left}.MessageRenderer.poll .options .option:hover{background-color:#fff3}.MessageRenderer.template .template-content{height:100%;overflow:hidden}.driver-active .driver-overlay,.driver-active *{pointer-events:none}.driver-active .driver-active-element,.driver-active .driver-active-element *,.driver-popover,.driver-popover *{pointer-events:auto}@keyframes animate-fade-in{0%{opacity:0}to{opacity:1}}.driver-fade .driver-overlay{animation:animate-fade-in .2s ease-in-out}.driver-fade .driver-popover{animation:animate-fade-in .2s}.driver-popover{all:unset;box-sizing:border-box;color:#2d2d2d;margin:0;padding:15px;border-radius:5px;min-width:250px;max-width:300px;box-shadow:0 1px 10px #0006;z-index:1000000000;position:fixed;top:0;right:0;background-color:#fff}.driver-popover *{font-family:Helvetica Neue,Inter,ui-sans-serif,"Apple Color Emoji",Helvetica,Arial,sans-serif}.driver-popover-title{font:19px/normal sans-serif;font-weight:700;display:block;position:relative;line-height:1.5;zoom:1;margin:0}.driver-popover-close-btn{all:unset;position:absolute;top:0;right:0;width:32px;height:28px;cursor:pointer;font-size:18px;font-weight:500;color:#d2d2d2;z-index:1;text-align:center;transition:color;transition-duration:.2s}.driver-popover-close-btn:hover,.driver-popover-close-btn:focus{color:#2d2d2d}.driver-popover-title[style*=block]+.driver-popover-description{margin-top:5px}.driver-popover-description{margin-bottom:0;font:14px/normal sans-serif;line-height:1.5;font-weight:400;zoom:1}.driver-popover-footer{margin-top:15px;text-align:right;zoom:1;display:flex;align-items:center;justify-content:space-between}.driver-popover-progress-text{font-size:13px;font-weight:400;color:#727272;zoom:1}.driver-popover-footer button{all:unset;display:inline-block;box-sizing:border-box;padding:3px 7px;text-decoration:none;text-shadow:1px 1px 0 #fff;background-color:#fff;color:#2d2d2d;font:12px/normal sans-serif;cursor:pointer;outline:0;zoom:1;line-height:1.3;border:1px solid #ccc;border-radius:3px}.driver-popover-footer .driver-popover-btn-disabled{opacity:.5;pointer-events:none}:not(body):has(>.driver-active-element){overflow:hidden!important}.driver-no-interaction,.driver-no-interaction *{pointer-events:none!important}.driver-popover-footer button:hover,.driver-popover-footer button:focus{background-color:#f7f7f7}.driver-popover-navigation-btns{display:flex;flex-grow:1;justify-content:flex-end}.driver-popover-navigation-btns button+button{margin-left:4px}.driver-popover-arrow{content:"";position:absolute;border:5px solid #fff}.driver-popover-arrow-side-over{display:none}.driver-popover-arrow-side-left{left:100%;border-right-color:transparent;border-bottom-color:transparent;border-top-color:transparent}.driver-popover-arrow-side-right{right:100%;border-left-color:transparent;border-bottom-color:transparent;border-top-color:transparent}.driver-popover-arrow-side-top{top:100%;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}.driver-popover-arrow-side-bottom{bottom:100%;border-left-color:transparent;border-top-color:transparent;border-right-color:transparent}.driver-popover-arrow-side-center{display:none}.driver-popover-arrow-side-left.driver-popover-arrow-align-start,.driver-popover-arrow-side-right.driver-popover-arrow-align-start{top:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-start,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-start{left:15px}.driver-popover-arrow-align-end.driver-popover-arrow-side-left,.driver-popover-arrow-align-end.driver-popover-arrow-side-right{bottom:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-end,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-end{right:15px}.driver-popover-arrow-side-left.driver-popover-arrow-align-center,.driver-popover-arrow-side-right.driver-popover-arrow-align-center{top:50%;margin-top:-5px}.driver-popover-arrow-side-top.driver-popover-arrow-align-center,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-center{left:50%;margin-left:-5px}.driver-popover-arrow-none{display:none}.LoginPage{display:flex;flex-direction:column;height:100vh}.LoginPage .content{padding:1em;display:flex;height:100%;flex-direction:column;justify-content:center;align-items:center}.LoginPage .content .form{display:flex;flex-direction:column;align-items:center;width:fit-content;padding:1em;background:var(--color-surface);border-radius:1em}.LoginPage .content .form .logo{width:20em}.LoginPage .content .form form{width:100%}.LoginPage .content .form form input{margin:.5em 0}.ViewMessagePage{width:100%;min-height:100vh;overflow:auto;box-sizing:border-box;position:relative}.ViewMessagePage .unpublished{display:flex;justify-content:space-between;align-items:center;position:absolute;top:0;left:0;width:100%;z-index:100;padding:1rem;box-sizing:border-box;background-color:#ffffff94}.ViewMessagePage .unpublished h2{font-weight:700;text-align:center;color:#b64646;margin:0 5px 0 0}.ViewMessagePage .unpublished button{background-color:#b64646;color:#fff;border:none;padding:.5rem 1rem;border-radius:5px;cursor:pointer;transition:.3s}.ViewMessagePage .unpublished button:hover{background-color:#a43c3c}.ViewMessagePage .use-template-btn{position:fixed;top:10px;right:5px;z-index:100}.FeatureIntroPopup{display:flex;flex-direction:column;align-items:center;justify-content:center;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:100;pointer-events:all}.FeatureIntroPopup .popup{background-color:var(--color-surface);border-radius:10px;padding:1em;width:80%;max-width:450px;box-shadow:0 0 10px #00000080}.FeatureIntroPopup .popup .title{display:flex;justify-content:space-between;align-items:center}.FeatureIntroPopup .popup .title h1{font-weight:700;margin-top:.5em;margin-bottom:.5em}.FeatureIntroPopup .popup .title button{padding:5px}.FeatureIntroPopup .popup .title button i{font-size:2em}.FeatureIntroPopup .popup .image-holder{margin-top:.5em;margin-bottom:.5em;width:100%}.FeatureIntroPopup .popup .image-holder img{width:100%;height:auto;border-radius:10px}.LookYahCard,.TemplateCard{display:flex;flex-direction:column;border-radius:10px;overflow:hidden;background-color:var(--color-surface);box-shadow:0 0 5px #00000080;margin:5px;width:17em;min-width:17em;height:auto;scroll-snap-align:center}.LookYahCard .card-header,.TemplateCard .card-header{position:relative}.LookYahCard .card-header img,.LookYahCard .card-header .background,.TemplateCard .card-header img,.TemplateCard .card-header .background{width:100%;height:5em;border-radius:5px;object-fit:cover;background-repeat:no-repeat;background-size:cover;background-position:center}.LookYahCard .card-header button,.TemplateCard .card-header button{position:absolute;top:5px;right:5px;background-color:#aa000073;color:#fff;width:30px;padding:5px}.LookYahCard .card-content,.TemplateCard .card-content{width:100%;box-sizing:border-box;padding:10px;display:flex;flex-direction:column;justify-content:start}.LookYahCard .card-content .header,.TemplateCard .card-content .header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.LookYahCard .card-content .options,.TemplateCard .card-content .options{display:flex;justify-content:space-between;align-items:center}.ShareDialog{display:flex;flex-direction:column;align-items:center;justify-content:center;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:100;pointer-events:all}.ShareDialog .popup{background-color:var(--color-surface);border-radius:10px;padding:1em;width:80%;max-width:400px;box-shadow:0 0 10px #00000080}.ShareDialog .popup .title{display:flex;justify-content:space-between;align-items:center}.ShareDialog .popup .title h1{font-weight:700;margin-top:.5em;margin-bottom:.5em}.ShareDialog .popup .title button{padding:5px}.ShareDialog .popup .title button i{font-size:2em}.ShareDialog .popup .link-holder{display:flex;align-items:center;margin-top:1em}.ShareDialog .popup .link-holder input{flex:1}.ShareDialog .popup .link-holder button{border:2px solid var(--color-text-gray);margin-left:10px}.MessageCreationPopup,.TemplateCreationPopup{display:flex;flex-direction:column;align-items:center;justify-content:center;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:100;pointer-events:all}.MessageCreationPopup .popup,.TemplateCreationPopup .popup{background-color:var(--color-surface);border-radius:10px;padding:1em;width:80%;max-width:400px;box-shadow:0 0 10px #00000080}.MessageCreationPopup .popup .title,.TemplateCreationPopup .popup .title{display:flex;justify-content:space-between;align-items:center}.MessageCreationPopup .popup .title h1,.TemplateCreationPopup .popup .title h1{font-weight:700;margin-top:.5em;margin-bottom:.5em}.MessageCreationPopup .popup .title button,.TemplateCreationPopup .popup .title button{padding:5px}.MessageCreationPopup .popup .title button i,.TemplateCreationPopup .popup .title button i{font-size:2em}.MessageCreationPopup .popup .fieldname,.TemplateCreationPopup .popup .fieldname{font-size:1em;margin-bottom:.5em;font-weight:700}.MessageCreationPopup .popup .lookyah-types,.TemplateCreationPopup .popup .lookyah-types{display:flex;overflow:auto;-ms-overflow-style:none;scrollbar-width:none;gap:.5em;margin-bottom:.5em;padding-bottom:.5em}.MessageCreationPopup .popup .lookyah-types::-webkit-scrollbar,.TemplateCreationPopup .popup .lookyah-types::-webkit-scrollbar{display:none}.MessageCreationPopup .popup .lookyah-types .type-card,.TemplateCreationPopup .popup .lookyah-types .type-card{width:10em;flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:.5em;border-radius:10px;background-color:var(--color-surface);border:1px solid rgb(74,80,99);cursor:pointer}.MessageCreationPopup .popup .lookyah-types .type-card.selected,.TemplateCreationPopup .popup .lookyah-types .type-card.selected{background-color:var(--color-surface);border:3px solid var(--color-primary)}.MessageCreationPopup .popup .lookyah-types .type-card.selected .type-icon,.TemplateCreationPopup .popup .lookyah-types .type-card.selected .type-icon{color:var(--color-primary)}.MessageCreationPopup .popup .lookyah-types .type-card .type-icon,.TemplateCreationPopup .popup .lookyah-types .type-card .type-icon{font-size:2em}.MessageCreationPopup .popup .lookyah-types .type-card .type-name,.TemplateCreationPopup .popup .lookyah-types .type-card .type-name{font-size:2em;margin:0}.MessageCreationPopup .popup .lookyah-types .type-card .type-desc,.TemplateCreationPopup .popup .lookyah-types .type-card .type-desc{margin:0}.MessageCreationPopup .popup .error-text,.TemplateCreationPopup .popup .error-text{background:#ff6565;padding:1em;border-radius:10px;color:#fff;font-weight:700;font-size:.8em;margin:.5em}.SelectTemplatePopup{display:flex;flex-direction:column;align-items:center;justify-content:center;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:110;pointer-events:all}.SelectTemplatePopup .popup{background-color:var(--color-surface);border-radius:10px;padding:1em;width:80%;max-width:500px;box-shadow:0 0 10px #00000080}.SelectTemplatePopup .popup .title{display:flex;align-items:center}.SelectTemplatePopup .popup .title button{padding:5px}.SelectTemplatePopup .popup .title button i{font-size:2em}.SelectTemplatePopup .popup .title h1{font-weight:700;margin-top:.5em;margin-bottom:.5em;flex:1}.SelectTemplatePopup .popup .info{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5em}.SelectTemplatePopup .popup .info p{margin:0}.SelectTemplatePopup .popup .list{display:flex;align-items:center;overflow:auto;-ms-overflow-style:none;scrollbar-width:none;gap:.5em;margin-bottom:.5em;padding-bottom:.5em}.SelectTemplatePopup .popup .list::-webkit-scrollbar{display:none}.SelectTemplatePopup .popup .list .card{width:11em;flex-shrink:0;border-radius:15px;overflow:hidden;transition:all .3s;background-color:var(--color-surface);border:2px solid var(--color-surface);position:relative}.SelectTemplatePopup .popup .list .card.selected{border:3px solid var(--color-primary)}.SelectTemplatePopup .popup .list .card.more{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;cursor:pointer;color:var(--color-text-gray);border:2px solid var(--color-text-gray)}.SelectTemplatePopup .popup .list .card.more i{font-size:2em}.SelectTemplatePopup .popup .list .card.more h2{margin:0;font-weight:400}.SelectTemplatePopup .popup .list .card .select-circle{position:absolute;top:5px;left:5px;padding:.5em;border-radius:50%;background-color:var(--color-primary);border:1px solid white;z-index:2}.SelectTemplatePopup .popup .list .card .preview{overflow:hidden;width:100%;height:150px;border-radius:10px;position:relative}.SelectTemplatePopup .popup .list .card .preview .preview-btn{position:absolute;top:5px;right:5px;padding:.5em 1em;z-index:2}.SelectTemplatePopup .popup .list .card .preview .click-cover{cursor:pointer;position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.SelectTemplatePopup .popup .list .card .preview iframe{width:100%;height:100%;zoom:.35;overflow:hidden}.SelectTemplatePopup .popup .list .card .content{padding:.5em;display:flex;justify-content:space-between;align-items:center}.SelectTemplatePopup .popup .list .card .content h3{margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.SelectTemplatePopup .popup .error-text{background:#ff6565;padding:1em;border-radius:10px;color:#fff;font-weight:700;font-size:.8em;margin:.5em}.SplitButton{display:flex;flex-direction:column;position:relative}.SplitButton button:hover{opacity:.8}.SplitButton .foreground{display:flex;justify-content:center;align-items:center}.SplitButton .foreground .main-btn{background-color:var(--color-surface);color:var(--color-text-gray);display:flex;align-items:center;justify-content:center;border-radius:10px 0 0 10px;padding-left:.6em;padding-right:.5em}.SplitButton .foreground .dropdown-btn{background-color:var(--color-surface);color:var(--color-text-gray);display:flex;align-items:center;justify-content:center;border-radius:0 10px 10px 0;margin-left:2px;padding-left:.5em;padding-right:.5em}.SplitButton .foreground .dropdown-btn i.true{transform:rotate(180deg)}.SplitButton .dropdown{position:absolute;top:100%;right:0;box-shadow:0 0 10px #0000001a;z-index:1;background-color:var(--color-surface)}.SplitButton .dropdown button{width:100%;border-radius:0;background-color:var(--color-surface);color:var(--color-text-gray);margin-top:2px;justify-content:start;align-items:start}.SplitButton.primary .main-btn,.SplitButton.primary .dropdown-btn,.SplitButton.primary .dropdown button{background-color:var(--color-primary);color:#fff}.SplitButton.secondary .main-btn,.SplitButton.secondary .dropdown-btn,.SplitButton.secondary .dropdown button{background-color:var(--color-secondary);color:#fff}.OverviewPage{display:flex;flex-direction:column;min-height:100vh}.OverviewPage .content{padding:2em}@media screen and (max-width: 680px){.OverviewPage .content{padding:1em}}.OverviewPage .content .section{display:flex;flex-direction:column;margin-bottom:1em;gap:1em}.OverviewPage .content .section .heading{max-width:500px;display:flex;justify-content:space-between;align-items:center}.OverviewPage .content .section .list{display:flex;overflow:auto;scroll-snap-type:x mandatory}.MessageStatsPopup{display:flex;flex-direction:column;align-items:center;justify-content:center;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:100;pointer-events:all}.MessageStatsPopup .popup{background-color:var(--color-surface);border-radius:10px;padding:1em;width:80%;max-width:350px;box-shadow:0 0 10px #00000080}.MessageStatsPopup .popup .title{display:flex;justify-content:space-between;align-items:center}.MessageStatsPopup .popup .title h1{font-weight:700;margin-top:.5em;margin-bottom:.5em}.MessageStatsPopup .popup .title button{padding:5px}.MessageStatsPopup .popup .title button i{font-size:2em}.MessageStatsPopup .popup .loader{display:flex;justify-content:center;align-items:center}.MessageStatsPopup .popup .content{display:flex;flex-direction:column;margin-bottom:.5em}.MessageStatsPopup .popup .content h3{font-weight:700;margin:0}.MessageStatsPopup .popup .content .views{display:flex;align-items:center;justify-content:space-between}.MessageStatsPopup .popup .content .views .val{font-size:2em;margin:0 0 0 .5em}.MessageStatsPopup .popup .content .reset-views{display:flex;justify-content:end;align-items:center}.MessageStatsPopup .popup .content .reset-views button{padding:5px;margin:0}.MessageStatsPopup .popup .content .responses .response_list{overflow:auto;max-height:180px}.MessageStatsPopup .popup .content .responses .response_list .response{margin-top:.3em;background-color:var(--color-surface);border:1px solid var(--color-surface-dark);border-radius:10px;padding:.5em;display:flex;align-items:center}.MessageStatsPopup .popup .content .responses .response_list .response .icon{font-size:1.5em;color:var(--color-text-gray);margin-right:10px}.MessageStatsPopup .popup .content .responses .response_list .response .body{flex:1}.MessageStatsPopup .popup .content .responses .response_list .response .body .answer{font-weight:700;margin:0}.MessageStatsPopup .popup .content .responses .response_list .response .body .date{color:var(--color-text-gray);margin:0}.MessageStatsPopup .popup .content .responses .response_list .response .delete{margin-left:10px}.MessageStatsPopup .popup .content .responses .response_list .response .delete button{color:#ff7171;padding:10px}.MessageStatsPopup .popup .content .responses .response_list .poll-response{display:flex;justify-content:space-between;align-items:center;padding:.5em;margin-top:.2em;position:relative;border-radius:5px;border:2px solid var(--color-surface-dark)}.MessageStatsPopup .popup .content .responses .response_list .poll-response .answer,.MessageStatsPopup .popup .content .responses .response_list .poll-response .percentage{font-weight:700;margin:0;z-index:1}.MessageStatsPopup .popup .content .responses .response_list .poll-response .bar{background-color:var(--color-primary);border-radius:5px;position:absolute;top:0;bottom:0;left:0;opacity:.3}.EditMessagePage{display:flex;flex-direction:column;height:100vh}@media screen and (max-width: 768px){.EditMessagePage{height:100%}}.EditMessagePage .editor{display:flex;padding:10px;gap:10px;height:100%}@media screen and (max-width: 768px){.EditMessagePage .editor{flex-direction:column}}.EditMessagePage .editor .display-window{flex:2;height:100%;max-height:calc(100vh - (6em + 10px));border-radius:10px;overflow:hidden;position:relative}@media screen and (max-width: 768px){.EditMessagePage .editor .display-window{width:100%}.EditMessagePage .editor .display-window .MessageRenderer{height:50vh}}.EditMessagePage .editor .display-window .preview-btn{position:absolute;top:10px;right:10px;padding:0;width:2em;height:2em;font-size:1.5em;z-index:100}.EditMessagePage .editor .display-window .info-btn{position:absolute;top:10px;right:2.7em;padding:0;width:2em;height:2em;font-size:1.5em;z-index:100}.EditMessagePage .editor .control-window{color:#ffffffde;background-color:#0f0f0f;--color-surface: #313133;--color-surface-dark: #17171b;--color-text-gray: #ababc2;--color-secondary: #7336b9;flex:1;max-width:400px;height:100%;max-height:calc(100vh - (6em + 10px));padding:20px;box-sizing:border-box;border-radius:10px;overflow:hidden;display:flex;flex-direction:column}@media screen and (max-width: 768px){.EditMessagePage .editor .control-window{width:100%;max-width:none}}.EditMessagePage .editor .control-window .title{font-weight:700;text-align:center}.EditMessagePage .editor .control-window .editing-control-container{flex:1;overflow:auto;-ms-overflow-style:none;scrollbar-width:none}.EditMessagePage .editor .control-window .editing-control-container::-webkit-scrollbar{display:none}.EditMessagePage .editor .control-window .editing-control-container hr{margin:20px 60px 10px;border:2px solid var(--color-surface)}.EditMessagePage .editor .control-window .editing-control-container .control-group{margin:10px 0;display:flex;flex-direction:column;gap:10px}.EditMessagePage .editor .control-window .editing-control-container .control-group label{font-weight:700;width:100%}.EditMessagePage .editor .control-window .editing-control-container .control-group.toggle{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.EditMessagePage .editor .control-window .editing-control-container .control-group .color-selector{background-color:var(--color-surface);border-radius:10px}.EditMessagePage .editor .control-window .editing-control-container .control-group .color-selector.open .header i{transform:rotate(180deg)}.EditMessagePage .editor .control-window .editing-control-container .control-group .color-selector.open .content{padding:10px;height:auto}.EditMessagePage .editor .control-window .editing-control-container .control-group .color-selector .header{border-radius:10px;cursor:pointer;display:flex;justify-content:end;align-items:center;padding:5px}.EditMessagePage .editor .control-window .editing-control-container .control-group .color-selector .header i{width:1.5em;height:1.5em;font-size:1.5em;text-align:center;padding:0;margin:0;background:#00000071;border-radius:6px;color:#fff}.EditMessagePage .editor .control-window .editing-control-container .control-group .color-selector .content{display:flex;justify-content:center;height:0;overflow:hidden;transition:all .5s ease-in-out}.EditMessagePage .editor .control-window .editing-control-container .control-group .media-upload{display:flex;justify-content:center;align-items:center;border:2px solid rgb(74,80,99);border-radius:12px;overflow:hidden}.EditMessagePage .editor .control-window .editing-control-container .control-group .media-upload input{border:none;border-radius:10px 0 0 10px}.EditMessagePage .editor .control-window .editing-control-container .control-group .media-upload button{border-radius:0;padding:.5em .6em}.EditMessagePage .editor .control-window .editing-control-container .control-group .media-upload button i{font-size:1.5em}.EditMessagePage .editor .control-window .actions{padding-top:20px}.EditTemplatePage{display:flex;flex-direction:column;height:100vh}@media screen and (max-width: 768px){.EditTemplatePage{height:100%}}.EditTemplatePage .editor{display:flex;padding:10px;gap:10px;height:100%}@media screen and (max-width: 768px){.EditTemplatePage .editor{flex-direction:column}}.EditTemplatePage .editor .display-window{flex:2;height:100%;max-height:calc(100vh - (6em + 10px));border-radius:10px;overflow:hidden;position:relative}@media screen and (max-width: 768px){.EditTemplatePage .editor .display-window{width:100%}.EditTemplatePage .editor .display-window .TemplateRenderer{height:50vh}}.EditTemplatePage .editor .display-window .preview-btn{position:absolute;top:10px;right:10px;padding:0;width:2em;height:2em;font-size:1.5em;z-index:100}.EditTemplatePage .editor .control-window{color:#ffffffde;background-color:#0f0f0f;--color-surface: #313133;--color-surface-dark: #17171b;--color-text-gray: #ababc2;--color-secondary: #7336b9;flex:1;max-width:700px;height:100%;max-height:calc(100vh - (6em + 10px));padding:20px;box-sizing:border-box;border-radius:10px;overflow:hidden;display:flex;flex-direction:column;position:relative}@media screen and (max-width: 768px){.EditTemplatePage .editor .control-window{width:100%;max-width:none}}.EditTemplatePage .editor .control-window.fullscreen{flex:4;max-width:none}.EditTemplatePage .editor .control-window .expand-btn{position:absolute;top:10px;left:10px;width:2em!important;height:2em!important;border-radius:20%;z-index:1}.EditTemplatePage .editor .control-window .title{font-weight:700;text-align:center}.EditTemplatePage .editor .control-window .tabs{display:flex;gap:10px;margin-bottom:10px;overflow-x:auto}.EditTemplatePage .editor .control-window .tabs button{flex:1}.EditTemplatePage .editor .control-window .tabs button.active{background-color:var(--color-secondary);color:#fff}.EditTemplatePage .editor .control-window .editing-control-container{flex:1;overflow:auto;-ms-overflow-style:none;scrollbar-width:none}.EditTemplatePage .editor .control-window .editing-control-container::-webkit-scrollbar{display:none}.EditTemplatePage .editor .control-window .editing-control-container .code-editor{height:90vh}.EditTemplatePage .editor .control-window .editing-control-container .control-group{margin:10px 0;display:flex;flex-direction:column;gap:10px}.EditTemplatePage .editor .control-window .editing-control-container .control-group label{font-weight:700;width:100%}.EditTemplatePage .editor .control-window .editing-control-container .control-group.toggle{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.EditTemplatePage .editor .control-window .editing-control-container .control-group.default-value{display:flex;flex-direction:column;align-items:end}.EditTemplatePage .editor .control-window .editing-control-container .control-group .field-name{font-weight:700;width:100%;font-family:Courier New,Courier,monospace}.EditTemplatePage .editor .control-window .editing-control-container .control-group .color-selector{background-color:var(--color-surface);border-radius:10px}.EditTemplatePage .editor .control-window .editing-control-container .control-group .color-selector.open .header i{transform:rotate(180deg)}.EditTemplatePage .editor .control-window .editing-control-container .control-group .color-selector.open .content{padding:10px;height:auto}.EditTemplatePage .editor .control-window .editing-control-container .control-group .color-selector .header{border-radius:10px;cursor:pointer;display:flex;justify-content:end;align-items:center;padding:5px}.EditTemplatePage .editor .control-window .editing-control-container .control-group .color-selector .header i{width:1.5em;height:1.5em;font-size:1.5em;text-align:center;padding:0;margin:0;background:#00000071;border-radius:6px;color:#fff}.EditTemplatePage .editor .control-window .editing-control-container .control-group .color-selector .content{display:flex;justify-content:center;height:0;overflow:hidden;transition:all .5s ease-in-out}.EditTemplatePage .editor .control-window .editing-control-container .control-group .media-upload{display:flex;justify-content:center;align-items:center;border:2px solid rgb(74,80,99);border-radius:12px;overflow:hidden}.EditTemplatePage .editor .control-window .editing-control-container .control-group .media-upload input{border:none;border-radius:10px 0 0 10px}.EditTemplatePage .editor .control-window .editing-control-container .control-group .media-upload button{border-radius:0;padding:.5em .6em}.EditTemplatePage .editor .control-window .editing-control-container .control-group .media-upload button i{font-size:1.5em}.EditTemplatePage .editor .control-window .actions{padding-top:20px}.CreateFromTemplatePopup{display:flex;flex-direction:column;align-items:center;justify-content:center;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:100;pointer-events:all}.CreateFromTemplatePopup .popup{background-color:var(--color-surface);border-radius:10px;padding:1em;width:80%;max-width:400px;box-shadow:0 0 10px #00000080}.CreateFromTemplatePopup .popup .title{display:flex;justify-content:space-between;align-items:center}.CreateFromTemplatePopup .popup .title h1{font-weight:700;margin-top:.5em;margin-bottom:.5em}.CreateFromTemplatePopup .popup .title button{padding:5px}.CreateFromTemplatePopup .popup .title button i{font-size:2em}.CreateFromTemplatePopup .popup .info{margin:0}.CreateFromTemplatePopup .popup .fieldname{font-size:1em;margin-bottom:.5em;font-weight:700}.ExploreTemplatesPage{display:flex;flex-direction:column;min-height:100vh}.ExploreTemplatesPage section.heading{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2em 2em 10px}.ExploreTemplatesPage section.heading h1{font-size:3rem;font-weight:bolder;margin:0}.ExploreTemplatesPage section.heading p{font-size:1.2rem;font-weight:700;color:var(--color-text-gray)}.ExploreTemplatesPage section.heading .search{display:flex;justify-content:center;align-items:center;border:1px solid var(--color-primary);border-radius:30px;overflow:hidden;position:sticky}.ExploreTemplatesPage section.heading .search input{width:100%;border-radius:5px;font-size:1rem;border:none}.ExploreTemplatesPage section.heading .search input:focus{outline:none}.ExploreTemplatesPage section.heading .search button{border:none;border-radius:0;background-color:var(--color-primary);color:#fff;font-size:1rem;cursor:pointer}.ExploreTemplatesPage section.templates-list{display:flex;flex-wrap:wrap;justify-content:center;gap:.8em}.ExploreTemplatesPage section.templates-list .template-card{width:300px;border-radius:10px;overflow:hidden;transition:all .3s;background-color:var(--color-surface);border:2px solid var(--color-surface)}.ExploreTemplatesPage section.templates-list .template-card:hover{transform:translateY(-5px)}.ExploreTemplatesPage section.templates-list .template-card .preview{overflow:hidden;width:100%;height:150px;border-radius:10px;position:relative}.ExploreTemplatesPage section.templates-list .template-card .preview .preview-btn{position:absolute;top:5px;right:5px;padding:.5em 1em;z-index:1}.ExploreTemplatesPage section.templates-list .template-card .preview .click-cover{cursor:pointer;position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.ExploreTemplatesPage section.templates-list .template-card .preview iframe{width:100%;height:100%;zoom:.35;overflow:hidden}.ExploreTemplatesPage section.templates-list .template-card .content{padding:.5em;display:flex;justify-content:space-between;align-items:center}.ExploreTemplatesPage section.templates-list .template-card .content h3{margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ExploreTemplatesPage section.templates-list .template-card .content button{padding:.5em .7em}.ExploreTemplatesPage section.actions{display:flex;justify-content:center;align-items:center;margin-top:2em;margin-bottom:4em}.NewDeveloperPage{display:flex;flex-direction:column;min-height:100vh}.NewDeveloperPage .container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px}.NewDeveloperPage .container img{width:90%;max-width:400px;border-radius:20px;border:2px solid var(--color-primary)}.NewDeveloperPage .container .title{font-size:3rem;margin-bottom:20px}.NewDeveloperPage .container .subtitle{font-size:1.5rem;text-align:center;margin-bottom:2em}.NewDeveloperPage .container .info{text-align:center;color:gray;margin-bottom:2em}.AccountPage{display:flex;flex-direction:column;height:100vh}.AccountPage .content{padding:1em;display:flex;flex-direction:column;align-items:center;height:100%}.AccountPage .content .profile{display:flex;justify-content:center;background-color:var(--color-surface);padding:1em;border-radius:1em;width:90%;max-width:30em}.AccountPage .content .profile img{width:5em;height:5em;border-radius:50%;margin-right:1em;border:2px solid var(--color-primary)}.AccountPage .content .profile .details{display:flex;flex-direction:column;gap:.5em}.AccountPage .content .profile .details h2{font-weight:700;color:var(--color-primary);margin:0}.AccountPage .content .profile .details p{font-weight:500;color:var(--color-primary-dark);margin:0}.AccountPage .content .actions{display:flex;flex-direction:column;justify-content:center;background-color:var(--color-surface);padding:1em;border-radius:1em;width:90%;max-width:30em;gap:.5em}.AccountPage .content .actions button{width:fit-content}.AccountPage .content .actions .delete{color:#ff3f3f}
