@charset "UTF-8";/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}: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, 0.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-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--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__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width :480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.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{-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:.7s}.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{background:var(--toastify-color-light);color:var(--toastify-text-color-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--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{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:0 0;outline:0;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}100%{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.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}.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{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{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,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{60%,75%,90%,from,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{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:translate3d(0,0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{60%,75%,90%,from,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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{from{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{from{transform:perspective(400px) rotate3d(1,0,0,90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1,0,0,-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{from{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}@keyframes Toastify__slideInLeft{from{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}@keyframes Toastify__slideInUp{from{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,0,0)}}@keyframes Toastify__slideInDown{from{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,0,0)}}@keyframes Toastify__slideOutRight{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}.szh-menu-container{position:relative;width:0;height:0}.szh-menu{margin:0;padding:0;list-style:none;box-sizing:border-box;width:max-content;position:absolute;z-index:100;border:1px solid rgba(0,0,0,.1);background-color:#fff}.szh-menu:focus{outline:0}.szh-menu--state-closed{display:none}.szh-menu__arrow{box-sizing:border-box;width:.75rem;height:.75rem;background-color:#fff;border:1px solid transparent;border-left-color:rgba(0,0,0,.1);border-top-color:rgba(0,0,0,.1);position:absolute;z-index:-1}.szh-menu__arrow--dir-left{right:-.375rem;transform:translateY(-50%) rotate(135deg)}.szh-menu__arrow--dir-right{left:-.375rem;transform:translateY(-50%) rotate(-45deg)}.szh-menu__arrow--dir-top{bottom:-.375rem;transform:translateX(-50%) rotate(-135deg)}.szh-menu__arrow--dir-bottom{top:-.375rem;transform:translateX(-50%) rotate(45deg)}.szh-menu__item{cursor:pointer}.szh-menu__item:focus{outline:0}.szh-menu__item--hover{background-color:#ebebeb}.szh-menu__item--focusable{cursor:default;background-color:inherit}.szh-menu__item--disabled{cursor:default;color:#aaa}.szh-menu__submenu{position:relative}.szh-menu__group{box-sizing:border-box}.szh-menu__radio-group{margin:0;padding:0;list-style:none}.szh-menu__divider{height:1px;margin:.5rem 0;background-color:rgba(0,0,0,.12)}.szh-menu-button{box-sizing:border-box}.szh-menu{user-select:none;color:#212529;border:none;border-radius:.25rem;box-shadow:0 3px 7px rgba(0,0,0,.133),0 .6px 2px rgba(0,0,0,.1);min-width:10rem;padding:.5rem 0}.szh-menu__item{display:flex;align-items:center;position:relative;padding:.375rem 1.5rem}.szh-menu-container--itemTransition .szh-menu__item{transition-property:background-color,color;transition-duration:.15s;transition-timing-function:ease-in-out}.szh-menu__item--active{color:#fff;background-color:#007bff}.szh-menu__item--type-radio{padding-left:2.2rem}.szh-menu__item--type-radio::before{content:"○";position:absolute;left:.8rem;top:.55rem;font-size:.8rem}.szh-menu__item--type-radio.szh-menu__item--checked::before{content:"●"}.szh-menu__item--type-checkbox{padding-left:2.2rem}.szh-menu__item--type-checkbox::before{position:absolute;left:.8rem}.szh-menu__item--type-checkbox.szh-menu__item--checked::before{content:"✔"}.szh-menu__submenu>.szh-menu__item{padding-right:2.5rem}.szh-menu__submenu>.szh-menu__item::after{content:"❯";position:absolute;right:1rem}.szh-menu__header{color:#888;font-size:.8rem;padding:.2rem 1.5rem;text-transform:uppercase}@keyframes szh-menu-show-slide-left{from{opacity:0;transform:translateX(.75rem)}}@keyframes szh-menu-hide-slide-left{to{opacity:0;transform:translateX(.75rem)}}@keyframes szh-menu-show-slide-right{from{opacity:0;transform:translateX(-.75rem)}}@keyframes szh-menu-hide-slide-right{to{opacity:0;transform:translateX(-.75rem)}}@keyframes szh-menu-show-slide-top{from{opacity:0;transform:translateY(.75rem)}}@keyframes szh-menu-hide-slide-top{to{opacity:0;transform:translateY(.75rem)}}@keyframes szh-menu-show-slide-bottom{from{opacity:0;transform:translateY(-.75rem)}}@keyframes szh-menu-hide-slide-bottom{to{opacity:0;transform:translateY(-.75rem)}}.szh-menu--state-opening.szh-menu--dir-left{animation:szh-menu-show-slide-left .15s ease-out}.szh-menu--state-closing.szh-menu--dir-left{animation:szh-menu-hide-slide-left .15s ease-in forwards}.szh-menu--state-opening.szh-menu--dir-right{animation:szh-menu-show-slide-right .15s ease-out}.szh-menu--state-closing.szh-menu--dir-right{animation:szh-menu-hide-slide-right .15s ease-in forwards}.szh-menu--state-opening.szh-menu--dir-top{animation:szh-menu-show-slide-top .15s ease-out}.szh-menu--state-closing.szh-menu--dir-top{animation:szh-menu-hide-slide-top .15s ease-in forwards}.szh-menu--state-opening.szh-menu--dir-bottom{animation:szh-menu-show-slide-bottom .15s ease-out}.szh-menu--state-closing.szh-menu--dir-bottom{animation:szh-menu-hide-slide-bottom .15s ease-in forwards}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;right:0;top:0;display:block;margin-right:auto;margin-left:auto}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;min-height:1px;display:none}[dir=rtl] .slick-slide{float:left}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/images/ajax-loader.gif) center center no-repeat}@font-face{font-family:slick;src:url(/fonts/slick.eot);src:url(/fonts/slick.eot?#iefix) format("embedded-opentype"),url(/fonts/slick.woff) format("woff"),url(/fonts/slick.ttf) format("truetype"),url(/fonts/slick.svg#slick) format("svg");font-weight:400;font-style:normal}.slick-next,.slick-prev{position:absolute;display:block;height:20px;width:20px;line-height:0;font-size:0;cursor:pointer;background:0 0;color:transparent;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);padding:0;border:none;outline:0}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{outline:0;background:0 0;color:transparent}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;color:#fff;opacity:.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:auto;left:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:-25px;left:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%}.slick-dots li{position:relative;display:inline-block;height:20px;width:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{border:0;background:0 0;display:block;height:20px;width:20px;outline:0;line-height:0;font-size:0;color:transparent;padding:5px;cursor:pointer}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{position:absolute;top:0;right:0;content:"•";width:20px;height:20px;font-family:slick;font-size:6px;line-height:20px;text-align:center;color:#000;opacity:.25;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{color:#000;opacity:.75}:root{--color-primary:#6d2a87;--color-primary2:#b82183;--color-secondary:#f79b52;--color-secondary2:#f9b95c;--color-dark:#676268;--color-black:#302f31;--color-gray-front:#f7f7f7;--color-gray-back:#f0f0f0;--color-gray-dark:#a2a2a2;--color-red:#f75252;--color-backdrop:rgba(247, 155, 82, 0.5);--color-disabled:#676767;--color-placeholder:#bfbfbf}:root .force-en,:root:lang(en){--font-weight-thin:100;--font-weight-light:300;--font-weight-regular:400;--font-weight-medium:500;--font-weight-bold:700;--font-weight-black:900;--font-family:"Montserrat","Tajawal",sans-serif}:root .force-ar,:root:lang(ar){--font-weight-thin:200;--font-weight-light:300;--font-weight-regular:400;--font-weight-medium:500;--font-weight-bold:700;--font-weight-black:900;--font-family:"Tajawal","Montserrat",sans-serif}*{box-sizing:border-box;font-family:var(--font-family)}html{font-size:14px;font-weight:var(--font-weight-regular);line-height:1.2}@media screen and (max-width:540px){html{font-size:12px}}body{touch-action:pan-x pan-y;background:#f7f7f7}@media screen and (max-width:768px){body.no-scroll-drawer{overflow:hidden}}body.no-scroll-modal{overflow:hidden}body.no-scroll-loadable{overflow:hidden}a{text-decoration:none;display:inline-block;color:#676268;cursor:pointer;-webkit-user-select:none;user-select:none;transition:.5s ease;cursor:pointer}a:hover{opacity:70%}p{all:unset}h1{font-size:1.5rem;margin:.667em 0;font-weight:var(--font-weight-bold)}h2{font-size:1.35em;margin:.667em 0;font-weight:var(--font-weight-bold)}h3{font-size:1.2em;margin:.667em 0;font-weight:var(--font-weight-bold)}h4{font-size:1.05em;margin:.667em 0;font-weight:var(--font-weight-bold)}h5{font-size:.9em;margin:.667em 0;font-weight:var(--font-weight-bold)}h6{font-size:.75em;margin:.667em 0;font-weight:var(--font-weight-bold)}ul{margin:0;padding:0}li{list-style:none}body.development *{outline:#ada9a9 dashed 1px}body.development svg,body.development svg *{outline:unset!important}body.development table,body.development table *{outline:unset!important}.nt{margin:unset;margin-inline:unset;margin-block:unset;font-size:unset;font-weight:unset}.disabled{pointer-events:none;opacity:60%}.me-icon{color:#6d2a87;width:1.6rem;height:1.6rem}html[dir=rtl] .me-icon:not(.no-flip){-webkit-transform:scaleX(-1)!important;transform:scaleX(-1)!important}.h-gap{display:flex!important;flex-direction:row;gap:1rem;align-items:center;justify-content:center}.h-gap.wrap{flex-wrap:wrap}.v-gap{display:flex!important;flex-direction:column;gap:1rem;align-items:center;justify-content:center}.v-gap.wrap{flex-wrap:wrap}.table-container .table-header,.wide-flex{display:flex!important;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem}@media screen and (max-width:540px){.table-container .table-header,.wide-flex{flex-direction:column;align-items:stretch}}.table-container .wrap.table-header,.wide-flex.wrap{flex-wrap:wrap;justify-content:center}.h-gap.jc-fs,.table-container .jc-fs.table-header,.v-gap.jc-fs,.wide-flex.jc-fs{justify-content:flex-start!important}.h-gap.jc-fe,.table-container .jc-fe.table-header,.v-gap.jc-fe,.wide-flex.jc-fe{justify-content:flex-end!important}.h-gap.jc-st,.table-container .jc-st.table-header,.v-gap.jc-st,.wide-flex.jc-st{justify-content:stretch!important}.h-gap.jc-sb,.table-container .jc-sb.table-header,.v-gap.jc-sb,.wide-flex.jc-sb{justify-content:space-between!important}.h-gap.ai-fs,.table-container .ai-fs.table-header,.v-gap.ai-fs,.wide-flex.ai-fs{align-items:flex-start!important}.h-gap.ai-fe,.table-container .ai-fe.table-header,.v-gap.ai-fe,.wide-flex.ai-fe{align-items:flex-end!important}.h-gap.ai-st,.table-container .ai-st.table-header,.v-gap.ai-st,.wide-flex.ai-st{align-items:stretch!important}.h-gap.as-st,.table-container .as-st.table-header,.v-gap.as-st,.wide-flex.as-st{align-self:stretch}.inline-200{display:inline-block;min-width:200px}@media screen and (max-width:540px){.inline-200{display:block}}.flex-1{flex:1}.multi-lang{flex:1;display:flex;flex-direction:column;gap:.5rem}.editor-wrapper{background-color:#a2a2a2;border-radius:4px;padding:1rem;display:flex;flex-direction:column}.editor-wrapper .editor-editor{background:#fff;padding:0 1rem;min-height:200px}.bs{white-space:break-spaces;overflow-wrap:anywhere}.clickable{-webkit-user-select:none;user-select:none;transition:.5s ease;cursor:pointer}.clickable:hover{opacity:70%}.hl-dark{height:1px;border-bottom:1px solid #f0f0f0;margin:1rem 0}.hl-light{height:1px;border-bottom:1px solid #a2a2a2;margin:1rem 0}.t-center{text-align:center}@media screen and (min-width:769px){*{scrollbar-color:#676268 #a2a2a2!important;scrollbar-width:thin!important;scrollbar-height:thin!important}* ::-webkit-scrollbar{width:8px;height:8px}* ::-webkit-scrollbar-track{background:#a2a2a2}* ::-webkit-scrollbar-thumb{background:#676268}* ::-webkit-scrollbar-thumb:hover{background:#6d2a87}.hide-scroll{-ms-overflow-style:none;scrollbar-width:none}.hide-scroll::-webkit-scrollbar{display:none}}header#main{position:fixed;right:0;left:0;top:0;background-color:#fff;border-bottom:1px #f0f0f0 solid;box-shadow:0 6px 10px 0 rgba(0,0,0,.07),0 1px 18px 0 rgba(0,0,0,.06),0 3px 5px -1px rgba(0,0,0,.1);z-index:100;text-align:center}header#main nav.main-nav{width:1600px;max-width:96%;margin:auto;height:64px;display:flex;align-items:center;justify-content:space-between}header#main nav.main-nav .logo{cursor:pointer;width:120px}header#main nav.main-nav .right-wrapper{display:flex;align-items:center}header#main nav.main-nav .right-wrapper a{color:#6d2a87}header#main nav.main-nav .right-wrapper a:last-child{margin-left:0}header#main nav.main-nav .right-wrapper a.language{color:#676268}header#main nav.main-nav .dd-list{text-align:right;white-space:nowrap}header#main nav.main-nav .dd-list ul li{margin-bottom:1rem}header#main nav.main-nav .dd-list ul li:last-child{margin-bottom:0}header#main .menu-btn{margin-right:2rem}@media screen and (min-width:769px){header#main .menu-btn{display:none}}footer{display:flex;flex-direction:row;justify-content:center;align-items:center}footer .dev-by{display:flex;align-items:center;justify-content:center;flex-direction:row;gap:1rem;color:#676268;padding:.5rem 1rem;border-radius:99rem}footer .dev-by img{width:2rem;height:2rem}footer .dev-by .microband{font-weight:var(--font-weight-bold);color:#096fb1}#drawer{position:fixed;left:-300px;top:64px;bottom:0;z-index:50;width:300px;overflow-y:auto;padding:2rem;display:flex;flex-direction:column;gap:3rem}#drawer.opened{transition:.5s;transition-timing-function:ease-out;left:0}#drawer .items{display:flex;flex-direction:column}#drawer .items .item{position:relative;display:flex;flex-direction:row;gap:1rem;align-items:center;padding:1rem 0;-webkit-user-select:none;user-select:none;transition:.5s ease;cursor:pointer;color:#676268}#drawer .items .item:hover{opacity:70%}#drawer .items .item .me-icon{color:#676268;width:1.2rem;height:1.2rem;margin-left:.6rem}#drawer .items .item .title{flex:1;color:#676268}#drawer .items .item .badge{min-width:1.2rem;height:1.2rem;border-radius:.5rem;background-color:#f75252;text-align:center;color:#fff;font-size:1rem;padding:.1rem}#drawer .items .item.active,#drawer .items .item.active *{color:#b82183;font-weight:var(--font-weight-medium)}#drawer .items .item.logout{margin-top:2rem}#drawer .items .item.logout,#drawer .items .item.logout *{color:#f75252}@media screen and (min-width:769px){#drawer{left:0!important;border-right:2px solid #f0f0f0}}@media screen and (max-width:768px){#drawer{background-color:#f7f7f7;box-shadow:0 6px 10px 0 rgba(0,0,0,.07),0 1px 18px 0 rgba(0,0,0,.06),0 3px 5px -1px rgba(0,0,0,.1);transition:.5s;transition-timing-function:ease-in}#drawer-backdrop{position:fixed;z-index:-1;right:0;left:0;top:0;bottom:0;background-color:transparent;transition:.5s;transition-timing-function:ease-in}#drawer-backdrop.opened{z-index:40;background-color:rgba(247,155,82,.5);transition:.5s;transition-timing-function:ease-out}}.button{transition:.5s ease;cursor:pointer;font-size:1rem;text-align:center;white-space:nowrap}.button:not(.button-no-height){height:3em;line-height:3em}.button:not(.button-clean){display:inline-block;padding:0 2rem;background-color:#6d2a87;border:1px solid transparent;border-radius:99rem;color:#fff}.button-disabled{cursor:no-drop;pointer-events:none}.button-disabled:not(.button-clean){background:#a2a2a2!important}.button-loading:not(.button-clean){background:#a2a2a2!important}.button-no-height{padding:2rem}.button-block{display:block}.button-flex{flex:1}.button .me-icon{height:2rem;width:2rem;margin-left:1rem}.button .me-icon,.button .me-icon *{color:#fff}.button-small{height:2em!important;line-height:2em!important;padding:0 1rem;border-radius:99rem}.button-small .me-icon{height:1rem;width:1rem;margin-left:1rem}.button-wrap{white-space:initial}.button:hover{opacity:70%}input,textarea{transition:.5s ease;text-align:right;display:block;width:100%;height:3em;line-height:3em;padding:0 16px;background-color:#f7f7f7;border:1px solid transparent;border-radius:99rem;color:#676268;font-size:1rem;font-weight:var(--font-weight-regular)}input.white,textarea.white{background-color:#fff}input:focus:not(:read-only),textarea:focus:not(:read-only){outline:0;border-width:1px;border-color:#6d2a87;box-shadow:0 6px 10px 0 rgba(0,0,0,.07),0 1px 18px 0 rgba(0,0,0,.06),0 3px 5px -1px rgba(0,0,0,.1)}input:read-only,textarea:read-only{background-color:#b0b0b0}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{font-weight:var(--font-weight-light)}input::placeholder,textarea::placeholder{font-weight:var(--font-weight-light)}textarea{line-height:unset;padding:16px;border-radius:20px}input[type=checkbox]{height:3em;width:3em;accent-color:#676268}input.forced-ltr{text-align:left!important}textarea{height:unset;min-height:200px;resize:vertical;transition:unset}input[type=date i],input[type=datetime-local i],input[type=time i]{-webkit-appearance:unset;appearance:unset}.input-group{text-align:right}.input-group>.titles{margin-bottom:1rem}.input-group>.titles>label.title{display:block;font-size:1.15rem;color:#676268}.input-group>.titles>small.sub-title{display:block;font-size:.92rem;color:#676268;margin-top:.5rem}.input-group>small.hint{display:block;font-size:1rem;color:#f79b52;margin-top:1rem}.input-group.error input:not(.no-error){border:1px solid #f75252}.input-group .error{display:block;margin-top:.5rem;margin-right:.5rem;color:#f75252}.in-gr-nm{margin-bottom:unset}.small-loading{height:100%;width:2.4em;display:inline-block}.form-loading{height:10rem;width:10rem;display:block}.absolute-loadable,.loadable,.static-loadable{background-color:#fff;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.static-loadable{position:fixed;z-index:200}.static-loadable .loading{height:7em;width:7em;display:block}.absolute-loadable{position:absolute}.absolute-loadable .loading{height:3.5em;width:3.5em;display:block}.loadable-container.loading{position:relative;overflow:hidden;min-height:50vh}.m-toast{color:#f79b52;padding:2rem 1rem;background:#676268}.m-toast .progress-error{background:#f75252}.m-toast .progress-success{background:#6d2a87}.m-toast .progress-warning{background:#a2a2a2}.m-toast .progress-info{background:#a2a2a2}.table-container .table-footer,.table-container .table-header{padding:1rem 0}.table-container .table-header h1{margin:unset}.table-container .table-header .actions-container>*{margin-right:1rem}.table-container .table-header .actions-container>:first-child{margin-right:0}.table-container .top-filters{display:grid;grid-gap:2rem;grid-template-columns:repeat(1,1fr);margin:1rem 0;align-items:start}@media screen and (min-width:421px){.table-container .top-filters{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:541px){.table-container .top-filters{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:541px){.table-container .top-filters{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:769px){.table-container .top-filters{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1025px){.table-container .top-filters{grid-template-columns:repeat(4,1fr)}}.table-container .top-filters .top-filter .title{display:block;font-size:1.15rem;color:#676268;margin-bottom:1rem}.table-container .top-filters .top-filter .filter{display:block}.table-container .table-footer{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem}@media screen and (max-width:420px){.table-container .table-footer{flex-direction:column}}.table-container .table-footer .records{color:#f79b52}.table-container .table-footer .pager{display:flex;flex-direction:row;justify-content:center;align-items:center}.table-container .table-footer .pager .next{-webkit-user-select:none;user-select:none;transition:.5s ease;cursor:pointer;margin-right:1rem}.table-container .table-footer .pager .next:hover{opacity:70%}.table-container .table-footer .pager .page{display:flex;flex-direction:row;justify-content:center;align-items:center}.table-container .table-footer .pager .page input{width:6rem;text-align:center;margin-left:1rem;background-color:#a2a2a2}.table-container .table-footer .pager .back{-webkit-user-select:none;user-select:none;transition:.5s ease;cursor:pointer;margin-left:1rem}.table-container .table-footer .pager .back:hover{opacity:70%}.table-container .table-wrapper{overflow:auto;display:block}.table-container .table-wrapper table{white-space:nowrap;min-width:100%;font-size:1rem}.table-container .table-wrapper table tfoot,.table-container .table-wrapper table tfoot *,.table-container .table-wrapper table thead,.table-container .table-wrapper table thead *{color:#fff}.table-container .table-wrapper table tfoot .titles-row th,.table-container .table-wrapper table thead .titles-row th{background-color:#676268;border-radius:20px}.table-container .table-wrapper table tfoot .titles-row th .title,.table-container .table-wrapper table thead .titles-row th .title{padding:.4rem .5rem;cursor:initial;display:flex;flex-direction:row;justify-content:center;align-items:center}.table-container .table-wrapper table tfoot .titles-row th .title.sortable,.table-container .table-wrapper table thead .titles-row th .title.sortable{-webkit-user-select:none;user-select:none;transition:.5s ease;cursor:pointer}.table-container .table-wrapper table tfoot .titles-row th .title.sortable:hover,.table-container .table-wrapper table thead .titles-row th .title.sortable:hover{opacity:70%}.table-container .table-wrapper table tfoot .titles-row th .title>.me-icon,.table-container .table-wrapper table thead .titles-row th .title>.me-icon{margin-right:1rem;width:1.5rem;height:1.5rem}.table-container .table-wrapper table thead th>.filter{padding:.2rem 0}.table-container .table-wrapper table thead th>.filter,.table-container .table-wrapper table thead th>.filter *{color:#000}.table-container .table-wrapper table tbody tr{transition:.5s ease}.table-container .table-wrapper table tbody tr:nth-child(even){background-color:#a2a2a2}.table-container .table-wrapper table tbody tr:hover{background-color:rgba(109,42,135,.2)!important}.table-container .table-wrapper table tbody tr td{border:1px solid #a4a4a4}.table-container .table-wrapper table tbody tr td .cell{padding:.75rem}.table-container .table-wrapper table tbody tr td.ltr .cell{direction:ltr!important}.table-container.no-data td.no-data-td{text-align:center}.table-container.no-data td.no-data-td,.table-container.no-data td.no-data-td>*{color:#bfbfbf!important}.table-container.no-data td.no-data-td>div{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem;height:150px}.table-container .actions{width:0}.table-container .actions .cell{padding:0!important}.table-container .actions .cell>*{margin-left:2px}.table-container .actions .cell>:last-child{margin-left:0}.empty-ui{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.empty-ui img{width:4rem;height:4rem}.empty-ui .description{margin-top:2rem;color:#f79b52;font-size:1.2rem}.clr-primary,.clr-primary *,.clr-primary svg,.clr-primary svg *{color:#6d2a87!important}.bg-primary{background:#6d2a87!important}.badge-primary{background:#6d2a87!important;color:#fff;display:inline-block;border-radius:6px;padding:.25rem .5rem}.badge-primary svg,.badge-primary svg *{color:#fff}.clr-primary2,.clr-primary2 *,.clr-primary2 svg,.clr-primary2 svg *{color:#b82183!important}.bg-primary2{background:#b82183!important}.badge-primary2{background:#b82183!important;color:#fff;display:inline-block;border-radius:6px;padding:.25rem .5rem}.badge-primary2 svg,.badge-primary2 svg *{color:#fff}.clr-secondary,.clr-secondary *,.clr-secondary svg,.clr-secondary svg *{color:#f79b52!important}.bg-secondary{background:#f79b52!important}.badge-secondary{background:#f79b52!important;color:#fff;display:inline-block;border-radius:6px;padding:.25rem .5rem}.badge-secondary svg,.badge-secondary svg *{color:#fff}.clr-secondary2,.clr-secondary2 *,.clr-secondary2 svg,.clr-secondary2 svg *{color:#f9b95c!important}.bg-secondary2{background:#f9b95c!important}.badge-secondary2{background:#f9b95c!important;color:#fff;display:inline-block;border-radius:6px;padding:.25rem .5rem}.badge-secondary2 svg,.badge-secondary2 svg *{color:#fff}.clr-dark,.clr-dark *,.clr-dark svg,.clr-dark svg *{color:#676268!important}.bg-dark{background:#676268!important}.badge-dark{background:#676268!important;color:#fff;display:inline-block;border-radius:6px;padding:.25rem .5rem}.badge-dark svg,.badge-dark svg *{color:#fff}.clr-black,.clr-black *,.clr-black svg,.clr-black svg *{color:#302f31!important}.bg-black{background:#302f31!important}.badge-black{background:#302f31!important;color:#fff;display:inline-block;border-radius:6px;padding:.25rem .5rem}.badge-black svg,.badge-black svg *{color:#fff}.clr-gray-front,.clr-gray-front *,.clr-gray-front svg,.clr-gray-front svg *{color:#f7f7f7!important}.bg-gray-front{background:#f7f7f7!important}.badge-gray-front{background:#f7f7f7!important;color:#fff;display:inline-block;border-radius:6px;padding:.25rem .5rem}.badge-gray-front svg,.badge-gray-front svg *{color:#fff}.clr-gray-back,.clr-gray-back *,.clr-gray-back svg,.clr-gray-back svg *{color:#f0f0f0!important}.bg-gray-back{background:#f0f0f0!important}.badge-gray-back{background:#f0f0f0!important;color:#fff;display:inline-block;border-radius:6px;padding:.25rem .5rem}.badge-gray-back svg,.badge-gray-back svg *{color:#fff}.clr-gray-dark,.clr-gray-dark *,.clr-gray-dark svg,.clr-gray-dark svg *,.stepper>.head>.step>.me-icon,.stepper>.head>.step>.me-icon *,.stepper>.head>.step>.me-icon svg{color:#a2a2a2!important}.bg-gray-dark{background:#a2a2a2!important}.badge-gray-dark{background:#a2a2a2!important;color:#fff;display:inline-block;border-radius:6px;padding:.25rem .5rem}.badge-gray-dark svg,.badge-gray-dark svg *{color:#fff}.clr-red,.clr-red *,.clr-red svg,.clr-red svg *{color:#f75252!important}.bg-red{background:#f75252!important}.badge-red{background:#f75252!important;color:#fff;display:inline-block;border-radius:6px;padding:.25rem .5rem}.badge-red svg,.badge-red svg *{color:#fff}.clr-backdrop,.clr-backdrop *,.clr-backdrop svg,.clr-backdrop svg *{color:rgba(247,155,82,.5)!important}.bg-backdrop{background:rgba(247,155,82,.5)!important}.badge-backdrop{background:rgba(247,155,82,.5)!important;color:#fff;display:inline-block;border-radius:6px;padding:.25rem .5rem}.badge-backdrop svg,.badge-backdrop svg *{color:#fff}.clr-disabled,.clr-disabled *,.clr-disabled svg,.clr-disabled svg *{color:#676767!important}.bg-disabled{background:#676767!important}.badge-disabled{background:#676767!important;color:#fff;display:inline-block;border-radius:6px;padding:.25rem .5rem}.badge-disabled svg,.badge-disabled svg *{color:#fff}.clr-placeholder,.clr-placeholder *,.clr-placeholder svg,.clr-placeholder svg *{color:#bfbfbf!important}.bg-placeholder{background:#bfbfbf!important}.badge-placeholder{background:#bfbfbf!important;color:#fff;display:inline-block;border-radius:6px;padding:.25rem .5rem}.badge-placeholder svg,.badge-placeholder svg *{color:#fff}.clr-white,.clr-white *,.clr-white svg,.clr-white svg *,.stepper>.head>.step.active>.me-icon,.stepper>.head>.step.active>.me-icon *,.stepper>.head>.step.active>.me-icon svg,.stepper>.head>.step.done>.me-icon,.stepper>.head>.step.done>.me-icon *,.stepper>.head>.step.done>.me-icon svg{color:#fff!important}.bg-white{background:#fff!important}.badge-white{background:#fff!important;color:#fff;display:inline-block;border-radius:6px;padding:.25rem .5rem}.badge-white svg,.badge-white svg *{color:#fff}.bg-mix-gradient{background:#f79c52;background:-webkit-gradient(right bottom,left top,color-stop(0,#f79c52),color-stop(51%,#b82183),color-stop(100%,#6d2a87));background:linear-gradient(-45deg,#f79c52 0,#b82183 51%,#6d2a87 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f79c52", endColorstr="#6d2a87", GradientType=1)}.bg-primary-gradient{background:#b82183;background:-webkit-gradient(right top,left top,color-stop(0,#b82183),color-stop(100%,#6d2a87));background:linear-gradient(to left,#b82183 0,#6d2a87 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#b82183", endColorstr="#6d2a87", GradientType=1)}.bg-secondary-gradient{background:#f9ba5c;background:-webkit-gradient(right top,left top,color-stop(0,#f9ba5c),color-stop(100%,#f79c52));background:linear-gradient(to left,#f9ba5c 0,#f79c52 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9ba5c", endColorstr="#f79c52", GradientType=1)}.bg-red-gradient{background:#f75252;background:-webkit-gradient(right top,left top,color-stop(0,#f75252),color-stop(38%,#f75252),color-stop(100%,#f79c52));background:linear-gradient(to left,#f75252 0,#f75252 38%,#f79c52 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f75252", endColorstr="#f79c52", GradientType=1)}.bg-dark-gradient{background:#363336;background:-webkit-gradient(right top,left top,color-stop(0,#363336),color-stop(100%,#676268));background:linear-gradient(to left,#363336 0,#676268 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#363336", endColorstr="#676268", GradientType=1)}.mt-0{margin-top:0!important}.mb-0{margin-bottom:0!important}.ml-0{margin-right:0!important}.mr-0{margin-left:0!important}.pt-0{padding-top:0!important}.pb-0{padding-bottom:0!important}.pl-0{padding-right:0!important}.pr-0{padding-left:0!important}.mt-0-5{margin-top:.5rem!important}.mb-0-5{margin-bottom:.5rem!important}.ml-0-5{margin-right:.5rem!important}.mr-0-5{margin-left:.5rem!important}.pt-0-5{padding-top:.5rem!important}.pb-0-5{padding-bottom:.5rem!important}.pl-0-5{padding-right:.5rem!important}.pr-0-5{padding-left:.5rem!important}.mt-1{margin-top:1rem!important}.mb-1{margin-bottom:1rem!important}.ml-1{margin-right:1rem!important}.mr-1{margin-left:1rem!important}.pt-1{padding-top:1rem!important}.pb-1{padding-bottom:1rem!important}.pl-1{padding-right:1rem!important}.pr-1{padding-left:1rem!important}.mt-1-5{margin-top:1.5rem!important}.mb-1-5{margin-bottom:1.5rem!important}.ml-1-5{margin-right:1.5rem!important}.mr-1-5{margin-left:1.5rem!important}.pt-1-5{padding-top:1.5rem!important}.pb-1-5{padding-bottom:1.5rem!important}.pl-1-5{padding-right:1.5rem!important}.pr-1-5{padding-left:1.5rem!important}.mt-2{margin-top:2rem!important}.mb-2{margin-bottom:2rem!important}.ml-2{margin-right:2rem!important}.mr-2{margin-left:2rem!important}.pt-2{padding-top:2rem!important}.pb-2{padding-bottom:2rem!important}.pl-2{padding-right:2rem!important}.pr-2{padding-left:2rem!important}.fs-0-5{font-size:.5rem!important}.fs-0-8{font-size:.8rem!important}.fs-1{font-size:1rem!important}.fs-1-2{font-size:1.2rem!important}.fs-1-4{font-size:1.4rem!important}.fs-1-6{font-size:1.6rem!important}.fs-1-8{font-size:1.8rem!important}.fs-2{font-size:2rem!important}.fs-2-5{font-size:2.5rem!important}.fs-3{font-size:3rem!important}.fs-4{font-size:4rem!important}.fs-5{font-size:5rem!important}.fw-t{font-weight:var(--font-weight-thin)!important}.fw-l{font-weight:var(--font-weight-light)!important}.fw-r{font-weight:var(--font-weight-regular)!important}.fw-m{font-weight:var(--font-weight-medium)!important}.fw-b{font-weight:var(--font-weight-bold)!important}.fw-k{font-weight:var(--font-weight-black)!important}.page-header-card{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.page-header-card .text{flex:1;gap:1rem;display:flex;flex-direction:column;align-items:flex-start}.page-header-card .text .title{font-size:1.35rem;font-weight:var(--font-weight-bold);color:#676268}.page-header-card .text .small{color:#a2a2a2}.page-header-card .text .sub-big{color:#b82183;font-size:1.2rem}.page-wrapper-card{padding-bottom:.1rem}.page-wrapper-card>.container-card{margin-bottom:2rem}.page-wrapper-card.empty{display:block;min-height:150px;height:-webkit-min-content;height:min-content;padding:2rem 0}.container-card:not(.clear)>.container{width:1600px;max-width:96%;margin:auto}.container-card>.container>.title{font-size:1em;margin-bottom:1rem;font-weight:var(--font-weight-medium);color:#f79b52;display:flex;flex-direction:row;gap:1rem;flex-wrap:wrap;justify-content:space-between;align-items:center}.container-card>.container>.content{grid-gap:1rem!important}.container-card>.container>.content.list{display:flex;flex-direction:column;gap:1rem}.container-card>.container>.content.wrap{display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem}.container-card>.container>.content.fixed-1{display:grid;grid-gap:2rem;grid-template-columns:repeat(1,1fr)}@media screen and (min-width:421px){.container-card>.container>.content.fixed-1{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:541px){.container-card>.container>.content.fixed-1{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:541px){.container-card>.container>.content.fixed-1{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:769px){.container-card>.container>.content.fixed-1{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:1025px){.container-card>.container>.content.fixed-1{grid-template-columns:repeat(1,1fr)}}.container-card>.container>.content.fixed-2{display:grid;grid-gap:2rem;grid-template-columns:repeat(1,1fr)}@media screen and (min-width:421px){.container-card>.container>.content.fixed-2{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:541px){.container-card>.container>.content.fixed-2{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:541px){.container-card>.container>.content.fixed-2{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:769px){.container-card>.container>.content.fixed-2{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1025px){.container-card>.container>.content.fixed-2{grid-template-columns:repeat(2,1fr)}}.container-card>.container>.content.fixed-3{display:grid;grid-gap:2rem;grid-template-columns:repeat(1,1fr)}@media screen and (min-width:421px){.container-card>.container>.content.fixed-3{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:541px){.container-card>.container>.content.fixed-3{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:541px){.container-card>.container>.content.fixed-3{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:769px){.container-card>.container>.content.fixed-3{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1025px){.container-card>.container>.content.fixed-3{grid-template-columns:repeat(3,1fr)}}.container-card>.container>.content.fixed-4{display:grid;grid-gap:2rem;grid-template-columns:repeat(1,1fr)}@media screen and (min-width:421px){.container-card>.container>.content.fixed-4{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:541px){.container-card>.container>.content.fixed-4{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:541px){.container-card>.container>.content.fixed-4{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:769px){.container-card>.container>.content.fixed-4{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1025px){.container-card>.container>.content.fixed-4{grid-template-columns:repeat(4,1fr)}}.container-card>.container>.content.fixed-5{display:grid;grid-gap:2rem;grid-template-columns:repeat(1,1fr)}@media screen and (min-width:421px){.container-card>.container>.content.fixed-5{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:541px){.container-card>.container>.content.fixed-5{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:541px){.container-card>.container>.content.fixed-5{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:769px){.container-card>.container>.content.fixed-5{grid-template-columns:repeat(4,1fr)}}@media screen and (min-width:1025px){.container-card>.container>.content.fixed-5{grid-template-columns:repeat(5,1fr)}}.container-card>.container>.content:not(.no-auto){grid-auto-rows:1fr;grid-auto-columns:1fr}.container-card>.container>.content.minitest-height>*{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.container-card>.container>.content.empty{display:block;min-height:150px;height:-webkit-min-content;height:min-content;padding:2rem 0}.block-card{background-color:#fff;padding:1rem;border-radius:20px}.block-card:not(.no-padding){padding:1rem}.block-card:not(.white){background-color:#a2a2a2}.block-card.white{background-color:#fff}.block-card.form{padding:2rem}.block-card>.title{font-size:1.1em;margin-bottom:1rem;font-weight:var(--font-weight-medium);color:#6d2a87;display:flex;flex-direction:row;gap:1rem;flex-wrap:wrap;justify-content:space-between;align-items:center}.stepper{display:flex;flex-direction:column;padding:2rem;gap:1rem}.stepper>.head{display:flex;flex-direction:row;align-items:flex-start;padding-bottom:1rem;text-align:center;gap:1rem;position:relative}.stepper>.head>.step{flex:1;display:flex;flex-direction:column;align-items:center;gap:1rem;position:relative}@media screen and (max-width:540px){.stepper>.head>.step>div{display:none}}.stepper>.head>.step>.me-icon{background:#f7f7f7;border-radius:99rem;padding:.5rem;width:2.5rem;height:2.5rem}.stepper>.head>.step>.title{color:#a2a2a2}.stepper>.head>.step.active>.me-icon{background:#f9b95c}.stepper>.head>.step.active>.title{color:#f9b95c}.stepper>.head>.step.done>.me-icon{background:#b82183}.stepper>.head>.step.done>.title{color:#b82183}.stepper>.head>.step.done>.done-circle{position:absolute;top:-1.5rem}.stepper>.head>.step.done>.done-circle .me-icon{width:1rem;height:1rem}.stepper>.head .line{background:#f7f7f7;height:1px;position:absolute;right:0;left:0;top:1.25rem}.stepper>.content{flex:1}.stepper>.content>.wrapper{padding:2rem 0}.stepper>.foot{padding-top:1rem;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.balances{display:flex;flex-direction:row;align-items:flex-start;text-align:center;gap:1rem;background:#fff;padding:1rem;border-radius:20px}@media screen and (max-width:540px){.balances{flex-direction:column;gap:2rem;align-items:center}}.balances .one{flex:1;display:flex;flex-direction:column;align-items:center;gap:1rem}.balances .one .label{color:#6d2a87}.balances .one .value{font-size:2rem;font-weight:var(--font-weight-bold)}.balances .one .value.current{color:#f79b52}.balances .one .value.monthly{color:#a2a2a2}.balances .one .value.all{color:#a2a2a2}@media screen and (max-width:540px){.balances .one{flex-direction:row;align-items:center;align-self:stretch;text-align:right}.balances .one .label{flex:1}}.packages{display:grid;grid-gap:2rem;grid-template-columns:repeat(1,1fr)}@media screen and (min-width:421px){.packages{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:541px){.packages{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:541px){.packages{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:769px){.packages{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1025px){.packages{grid-template-columns:repeat(4,1fr)}}.packages .package{padding:1rem;background:#fff;text-align:center;display:flex;gap:1rem;flex-direction:column;align-items:center;border:2px solid #f79b52;border-radius:20px}.packages .package .runes{font-size:2rem;color:#f79b52;font-weight:var(--font-weight-bold)}.packages .package .old-price{color:#f75252;text-decoration:line-through}.packages .package .price{color:#a2a2a2;font-size:1.3rem}.transactions{display:flex;flex-direction:column;gap:1rem}.transactions .transaction{padding:1rem;background:#fff;text-align:center;display:flex;gap:1rem;flex-direction:column;border-radius:20px;align-self:flex-start;width:400px;max-width:80%}.transactions .transaction .amount{display:flex;flex-direction:row;gap:1rem;align-items:center;font-size:1.5rem}.transactions .transaction.add .amount,.transactions .transaction.add .amount *{color:#b82183}.transactions .transaction.deduct .amount,.transactions .transaction.deduct .amount *{color:#f75252}.contents{display:grid;grid-gap:2rem;grid-template-columns:repeat(1,1fr)}@media screen and (min-width:421px){.contents{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:541px){.contents{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:541px){.contents{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:769px){.contents{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1025px){.contents{grid-template-columns:repeat(2,1fr)}}.contents .content-wrapper{display:flex;flex-direction:column;gap:1rem}.contents .content-wrapper .content{display:flex;flex-direction:column;gap:1rem;border-radius:20px;background:#fff;padding:1rem;border:1px solid #6d2a87}.contents .content-wrapper .content .subject{color:#6d2a87;font-weight:var(--font-weight-bold);font-size:1.2rem}.contents .content-wrapper .content .datetime{color:#a2a2a2}.contents .content-wrapper .content .description{margin-top:1rem;color:#676268;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.contents .content-wrapper .actions{display:flex;flex-direction:row;text-align:center;justify-content:center}.contents .content-wrapper .actions .action{-webkit-user-select:none;user-select:none;transition:.5s ease;cursor:pointer;display:flex;flex-direction:column;gap:.5rem;align-items:center}.contents .content-wrapper .actions .action:hover{opacity:70%}.contents .content-wrapper .actions .action,.contents .content-wrapper .actions .action *{color:#a2a2a2}.content-view>.ai-style1{display:flex;flex-direction:column;gap:2rem;border-radius:20px;background:#fff;padding:1rem;border:1px solid var(--color-mePrimary)}.content-view>.ai-style1>.subject{color:var(--color-mePrimary);font-size:1.3rem;font-weight:var(--font-weight-bold)}.content-view>.ai-style1>.quickOverview>.title{color:var(--color-mePrimary2);font-size:1.3rem;font-weight:var(--font-weight-bold)}.content-view>.ai-style1>.quickOverview>.txt{margin-top:1rem}.content-view>.ai-style1>.introduction>.title{color:var(--color-mePrimary2);font-size:1.3rem;font-weight:var(--font-weight-bold)}.content-view>.ai-style1>.introduction>.txt{margin-top:1rem}.content-view>.ai-style1>.body>.title{color:var(--color-meSecondary);font-size:1.3rem;font-weight:var(--font-weight-bold)}.content-view>.ai-style1>.body>.items{margin-top:1rem;display:flex;flex-direction:column;gap:2rem;border-radius:20px;background:#f7f7f7;padding:1rem;border:1px solid #676268}.content-view>.ai-style1>.body>.items>.item>.title{color:var(--color-meSecondary);font-size:1.2rem;font-weight:var(--font-weight-bold)}.content-view>.ai-style1>.body>.items>.item>.description{margin-top:.5rem}.content-view>.ai-style1>.body>.items>.item>.examples{margin-top:1rem;display:flex;flex-direction:column;gap:1rem;width:500px;max-width:70vw}.content-view>.ai-style1>.body>.items>.item>.examples>.example{color:#fff;background:var(--color-meSecondary2);padding:.5rem;border-radius:20px}.content-view>.ai-style1>.summary>.title{color:#676268;font-size:1.2rem;font-weight:var(--font-weight-bold)}.content-view>.ai-style1>.summary>.txt{margin-top:1rem}.content-view>.ai-style1>.referencesAndBooks>.title{color:var(--color-meAccent);font-size:1.2rem;font-weight:var(--font-weight-bold)}.content-view>.ai-style1>.referencesAndBooks>.refs{margin-top:1rem;display:flex;flex-direction:column;gap:1rem;width:500px;max-width:70vw}.content-view>.ai-style1>.referencesAndBooks>.refs>.ref{color:#fff;background:var(--color-meAccent);padding:.5rem;border-radius:20px}.steeper-grid{display:grid;grid-gap:2rem;grid-template-columns:repeat(1,1fr)}@media screen and (min-width:421px){.steeper-grid{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:541px){.steeper-grid{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:541px){.steeper-grid{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:769px){.steeper-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1025px){.steeper-grid{grid-template-columns:repeat(2,1fr)}}.steeper-last{display:flex;flex-direction:column;gap:2rem;text-align:center;align-items:center}.preset-select:not(.ii){display:flex;flex-direction:row;gap:1rem;flex-wrap:wrap}.preset-select.ii{display:grid;grid-gap:2rem;grid-template-columns:repeat(2,1fr)}@media screen and (min-width:421px){.preset-select.ii{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:541px){.preset-select.ii{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:541px){.preset-select.ii{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:769px){.preset-select.ii{grid-template-columns:repeat(4,1fr)}}@media screen and (min-width:1025px){.preset-select.ii{grid-template-columns:repeat(5,1fr)}}.preset-select .ii{-webkit-user-select:none;user-select:none;transition:.5s ease;cursor:pointer;display:flex;align-items:center;gap:1rem;text-align:center;flex-direction:column}.preset-select .ii:hover{opacity:70%}.preset-select .ii .me-icon{width:4rem;height:4rem;padding:1rem;border-radius:99rem;background:#676268}.preset-select .ii .me-icon,.preset-select .ii .me-icon *{color:#fff}.preset-select .ii .label{color:#676268}.preset-select .ii.active .me-icon,.preset-select .ii.active .me-icon *{background:#b82183}.preset-select .ii.active .label{color:#b82183}.payment-method{display:flex;flex-direction:row;align-items:center;gap:2rem;background:#f7f7f7;padding:1rem;border-radius:20px;-webkit-user-select:none;user-select:none;transition:.5s ease;cursor:pointer;border:1px solid transparent}.payment-method:hover{border:1px solid #6d2a87}.payment-method .image{width:35px;height:35px;object-fit:contain}.payment-method .name{flex:1;color:#676268}.payment-method .amount{font-weight:var(--font-weight-medium);font-size:1.4rem;color:#6d2a87}.info{font-size:1.5rem;color:#b82183;line-height:2}.w-200{width:200px}.pa-dev{display:flex;flex-direction:row;gap:4rem;align-items:flex-start;justify-content:center;font-weight:var(--font-weight-bold);font-size:1.5rem;margin:2rem 0}@media screen and (max-width:768px){.pa-dev{flex-direction:column;gap:3rem;align-items:center}}.pa-dev>div{display:flex;flex-direction:column;gap:1.5rem;align-items:center}.pa-dev>div>div{color:#f79b52;font-weight:var(--font-weight-bold);font-size:2rem}.pa-dev>div>a{height:60px;display:flex;flex-direction:column;align-items:center;justify-content:center}.pa-dev>div>a .crew{height:40px;object-fit:contain}.pa-dev>div>a .microband{height:45px;object-fit:contain}#modals-manager .modal-root{position:fixed;right:0;left:0;top:0;bottom:0;z-index:150}#modals-manager .modal-root .back-drop{position:absolute;right:0;left:0;top:0;bottom:0;background-color:#6d2a87;opacity:0;transition:.5s ease;transition-delay:120ms}#modals-manager .modal-root .modal-container{position:absolute;right:0;left:0;top:0;bottom:0;display:flex;flex-direction:column;justify-content:center;align-items:center}#modals-manager .modal-root .modal-container .modal-wrapper{transition:.5s ease;-webkit-transform:translateY(-100px);transform:translateY(-100px);opacity:0}#modals-manager .modal-root.status-OPEN .back-drop{opacity:.35}#modals-manager .modal-root.status-OPEN .modal-container .modal-wrapper{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}#modals-manager .m-modal{max-width:500px;max-height:90vh;min-height:150px;width:90vw;overflow:auto;background:#fff;border-radius:6px;box-shadow:0 6px 10px 0 rgba(0,0,0,.07),0 1px 18px 0 rgba(0,0,0,.06),0 3px 5px -1px rgba(0,0,0,.1)}#modals-manager-portal-container{z-index:150;position:fixed}#clear-layout main{min-height:100vh;background-color:#f7f7f7}#clear-layout main:not(.clean-sections) section{padding:2rem 0}#clear-layout main:not(.clean-sections) section>div{width:1600px;max-width:96%;margin:auto}#main-layout main{display:flex;flex-direction:column;padding-top:64px;min-height:100vh;background-color:#f7f7f7;gap:1rem}#main-layout main>section>div{padding:2rem;display:flex;flex-direction:column;gap:2rem}@media screen and (min-width:769px){#main-layout footer,#main-layout main{padding-left:300px}}#sub-layout main{display:flex;flex-direction:column;padding-top:calc(64px + 2rem);padding-bottom:2rem;min-height:100vh;background-color:#f7f7f7;gap:1rem}#sub-layout main>section{flex:1;display:flex;flex-direction:column}#sub-layout main>section>div{display:flex;flex-direction:column;flex:1;background:#fff;width:1200px;max-width:90%;margin:auto;border-radius:20px;overflow:hidden}#sub-layout main>section.full>div>*{flex:1}main#home-page{overflow-x:hidden;background:#fff}main#home-page #about .container .col .texts .title,main#home-page #features .container .texts .title,main#home-page #friendly .container .col .texts .title,main#home-page #how-to-work .container .texts .title,main#home-page .h-title{font-size:2.3rem;font-weight:var(--font-weight-black);color:#6d2a87}main#home-page #about .container .col .texts .title:before,main#home-page #features .container .texts .title:before,main#home-page #friendly .container .col .texts .title:before,main#home-page #how-to-work .container .texts .title:before,main#home-page .h-title:before{content:"# "}main#home-page #about .container .col .texts .sub-title,main#home-page #features .container .texts .sub-title,main#home-page #friendly .container .col .texts .sub-title,main#home-page #how-to-work .container .texts .sub-title,main#home-page .h-sub-title{font-size:1.5rem;font-weight:var(--font-weight-medium);color:#f79b52}main#home-page #about .container .col .texts .description,main#home-page #friendly .container .col .texts .description,main#home-page #how-to-work .container .texts .description,main#home-page .h-description{margin-top:1rem;line-height:2;font-size:1.2rem}main#home-page header{height:80px;position:fixed;right:0;left:0;background:#f79c52;background:-webkit-gradient(right bottom,left top,color-stop(0,#f79c52),color-stop(51%,#b82183),color-stop(100%,#6d2a87));background:linear-gradient(-45deg,#f79c52 0,#b82183 51%,#6d2a87 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f79c52", endColorstr="#6d2a87", GradientType=1);box-shadow:0 6px 10px 0 rgba(0,0,0,.07),0 1px 18px 0 rgba(0,0,0,.06),0 3px 5px -1px rgba(0,0,0,.1);z-index:100;width:1600px;max-width:96%;margin:auto;padding:0 2rem;border-bottom-right-radius:20px;border-bottom-left-radius:20px}main#home-page header .container{height:80px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:2rem}main#home-page header .container .logo{height:50px;object-fit:contain}main#home-page header .container .logo.lg{display:none}@media screen and (min-width:825px){main#home-page header .container .logo.lg{display:block}}main#home-page header .container .logo.sm{display:none}@media screen and (max-width:824px){main#home-page header .container .logo.sm{display:block}}@media screen and (max-width:824px){main#home-page header .container .logo{height:35px}}main#home-page header .container .items{flex:1;display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:2rem}@media screen and (max-width:824px){main#home-page header .container .items{gap:1rem}}main#home-page header .container .items .item{-webkit-user-select:none;user-select:none;transition:.5s ease;cursor:pointer;color:#fff;font-size:.9rem}main#home-page header .container .items .item:hover{opacity:70%}@media screen and (max-width:600px){main#home-page header .container .items .item{text-align:center}main#home-page header .container .items .item:first-of-type{display:none}}main#home-page header .container .items .item.locale{font-weight:var(--font-weight-bold)}main#home-page #splash{background:url(/images/splash.jpg) no-repeat left top;background-size:cover!important;position:relative;height:100vh}:lang(en) main#home-page #splash{background:url(/images/splash-en.jpg) no-repeat left top}@media screen and (max-width:824px){main#home-page #splash{background-position-x:-100px}}main#home-page #splash .layer{position:absolute;right:0;left:0;top:0;bottom:0;background:#000;opacity:.65}main#home-page #splash .container{position:absolute;top:0;bottom:0;right:0;left:0;width:1600px;max-width:96%;margin:auto;max-width:80%;height:100vh;padding-top:80px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:4rem}@media screen and (max-width:824px){main#home-page #splash .container{align-items:center;text-align:center}}main#home-page #splash .container img{width:25vw;object-fit:contain;max-width:60%}@media screen and (max-width:824px){main#home-page #splash .container img{width:700px;max-width:70vw}}main#home-page #splash .container .texts{display:flex;flex-direction:column;gap:2rem}@media screen and (max-width:824px){main#home-page #splash .container .texts{align-items:center;text-align:center}}main#home-page #splash .container .texts .big{font-size:4rem;font-weight:var(--font-weight-bold);color:#fff}main#home-page #splash .container .texts .small{font-size:2rem;font-weight:var(--font-weight-medium);color:#f9b95c;max-width:50vw}@media screen and (max-width:824px){main#home-page #splash .container .texts .small{max-width:unset}}main#home-page #splash .container .texts .button{align-self:flex-start;width:250px;max-width:60%}@media screen and (max-width:824px){main#home-page #splash .container .texts .button{align-self:center}}main#home-page #about .container{width:1600px;max-width:96%;margin:auto;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:2rem;padding:4rem 0}@media screen and (max-width:1024px){main#home-page #about .container{flex-direction:column-reverse;text-align:center;align-items:center}}main#home-page #about .container .col{display:flex;flex-direction:column;gap:5rem}@media screen and (max-width:1024px){main#home-page #about .container .col{align-items:center}}main#home-page #about .container .col .texts{display:flex;flex-direction:column;gap:1rem}main#home-page #about .container img{width:600px;object-fit:contain;max-width:80%}main#home-page #features{background:#302f31}main#home-page #features .container{width:1600px;max-width:96%;margin:auto;padding:4rem 0;text-align:center}main#home-page #features .container .texts{display:flex;flex-direction:column;gap:1rem}main#home-page #features .container .texts .title{color:#b82183}main#home-page #features .container .features{margin-top:4rem;display:grid;grid-gap:2rem;grid-template-columns:repeat(1,1fr)}@media screen and (min-width:421px){main#home-page #features .container .features{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:541px){main#home-page #features .container .features{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:541px){main#home-page #features .container .features{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:769px){main#home-page #features .container .features{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1025px){main#home-page #features .container .features{grid-template-columns:repeat(3,1fr)}}main#home-page #features .container .features .feature{padding:2rem 1rem;background:#363336;background:-webkit-gradient(right top,left top,color-stop(0,#363336),color-stop(100%,#676268));background:linear-gradient(to left,#363336 0,#676268 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#363336", endColorstr="#676268", GradientType=1);box-shadow:0 6px 10px 0 rgba(0,0,0,.07),0 1px 18px 0 rgba(0,0,0,.06),0 3px 5px -1px rgba(0,0,0,.1);border-radius:20px;display:flex;flex-direction:column;align-items:center;gap:1rem}main#home-page #features .container .features .feature .me-icon{width:4rem;height:4rem;border-radius:99rem;overflow:hidden;padding:1rem;background:#302f31}main#home-page #features .container .features .feature .me-icon,main#home-page #features .container .features .feature .me-icon *{color:#f9b95c}main#home-page #features .container .features .feature .title{color:#f9b95c;font-size:1.5rem;font-weight:var(--font-weight-bold)}main#home-page #features .container .features .feature .description{color:#fff;line-height:2}main#home-page #friendly{background:#f7f7f7}main#home-page #friendly .container{width:1600px;max-width:96%;margin:auto;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:2rem;padding:4rem 0}@media screen and (max-width:1024px){main#home-page #friendly .container{flex-direction:column-reverse;text-align:center;align-items:center}}main#home-page #friendly .container .col{display:flex;flex-direction:column;gap:5rem}main#home-page #friendly .container .col .texts{display:flex;flex-direction:column;gap:1rem}main#home-page #friendly .container .col .points{display:grid;grid-gap:2rem;grid-template-columns:repeat(1,1fr)}@media screen and (min-width:421px){main#home-page #friendly .container .col .points{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:541px){main#home-page #friendly .container .col .points{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:541px){main#home-page #friendly .container .col .points{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:769px){main#home-page #friendly .container .col .points{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1025px){main#home-page #friendly .container .col .points{grid-template-columns:repeat(2,1fr)}}main#home-page #friendly .container .col .points .point{padding:1rem;border-radius:20px;display:flex;flex-direction:row;align-items:center;gap:2rem;color:#fff;font-weight:var(--font-weight-bold);border:1px solid transparent;text-align:right;background:#f9ba5c;background:-webkit-gradient(right top,left top,color-stop(0,#f9ba5c),color-stop(100%,#f79c52));background:linear-gradient(to left,#f9ba5c 0,#f79c52 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9ba5c", endColorstr="#f79c52", GradientType=1)}main#home-page #friendly .container .col .points .point .me-icon{width:3rem;height:3rem}main#home-page #friendly .container .col .points .point .me-icon,main#home-page #friendly .container .col .points .point .me-icon *{color:#fff}main#home-page #friendly .container img{width:300px;object-fit:contain;max-width:80%}main#home-page #how-to-work{background:#6d2a87}main#home-page #how-to-work .container{width:1600px;max-width:96%;margin:auto;display:flex;flex-direction:column;align-items:center;gap:2rem;padding:4rem 0;text-align:center}main#home-page #how-to-work .container .texts{display:flex;flex-direction:column;gap:1rem;align-items:center}main#home-page #how-to-work .container .texts .title{color:#fff}main#home-page #how-to-work .container .steps{display:flex;flex-direction:row;gap:4rem;margin-top:4rem;text-align:center}@media screen and (max-width:1024px){main#home-page #how-to-work .container .steps{flex-direction:column;text-align:center;align-items:center}}main#home-page #how-to-work .container .steps .step{display:flex;flex-direction:column;gap:1rem;align-items:center;max-width:200px}main#home-page #how-to-work .container .steps .step .me-icon{width:4rem;height:4rem}main#home-page #how-to-work .container .steps .step .me-icon,main#home-page #how-to-work .container .steps .step .me-icon *{color:#f79b52}main#home-page #how-to-work .container .steps .step .title{color:#f79b52;font-size:1.5rem;height:4rem}main#home-page #how-to-work .container .steps .step .description{color:#fff}main#home-page #how-to-work .container .button{background:#f9b95c;margin-top:4rem;width:250px;max-width:60%}main#home-page footer{background:#302f31}main#home-page footer .container{width:1600px;max-width:96%;margin:auto;padding:1rem 0}main#home-page footer .container .dev-by .link{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem}main#home-page footer .container .dev-by .link .dev{color:#fff}main#home-page footer .container .dev-by .link img{width:50px;height:50px;object-fit:contain}main.auth-page{background:#fff!important;display:flex;flex-direction:row;align-items:stretch}@media screen and (max-width:1024px){main.auth-page{flex-direction:column-reverse;align-items:stretch}}main.auth-page .gradient{background:#f79c52;background:-webkit-gradient(right bottom,left top,color-stop(0,#f79c52),color-stop(51%,#b82183),color-stop(100%,#6d2a87));background:linear-gradient(-45deg,#f79c52 0,#b82183 51%,#6d2a87 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f79c52", endColorstr="#6d2a87", GradientType=1);position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3rem;flex:1;padding:4rem}@media screen and (max-width:1024px){main.auth-page .gradient{flex:none;padding:4rem 2rem;min-height:100vh}}main.auth-page .gradient .logo{max-width:80vw;object-fit:contain}main.auth-page .gradient .welcome1{color:#fff;text-align:center;font-size:3rem;font-weight:var(--font-weight-bold)}main.auth-page .gradient .welcome2{color:#f7f7f7;text-align:center;font-size:1.4rem}main.auth-page .gradient .dev-by{position:absolute;bottom:1rem;display:flex;align-items:center;justify-content:center;flex-direction:row;gap:1rem;color:#fff;background-color:rgba(0,0,0,.5);padding:.5rem 1rem;border-radius:99rem}main.auth-page .gradient .dev-by img{width:2rem;height:2rem}main.auth-page .gradient .dev-by .microband{font-weight:var(--font-weight-bold);color:#096fb1}main.auth-page .form{width:500px;max-width:96%;min-height:100vh;display:flex;flex-direction:column;justify-content:center}main.auth-page .form>div{display:flex;flex-direction:column;align-items:stretch;padding:2rem;justify-content:center;gap:3rem;width:70%;min-width:300px;margin:0 auto}main.auth-page .form>div img{width:250px;object-fit:contain;align-self:center}main.auth-page .form>div .title{color:#6d2a87;border-bottom:5px solid #b82183;padding:1rem;align-self:center;font-size:1.7rem;font-weight:var(--font-weight-bold)}main.auth-page .form>div .title.red{color:#f75252;border-bottom:5px solid #f75252}main.auth-page .form>div .reset{display:flex;flex-direction:row;justify-content:space-between;align-items:center}main.auth-page .form>div .reset div{color:#a2a2a2}main.auth-page .form>div .reset a{color:#f75252;font-weight:var(--font-weight-bold)}main.auth-page .form>div .sec{display:flex;flex-direction:column;align-items:stretch;gap:1rem}#error-page{display:flex;flex-direction:column;justify-content:center;align-items:center}#error-page .error-description{font-size:3rem;color:#676268}#error-page .home-btn{margin-top:2rem}