@charset "UTF-8";: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-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));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:translate(-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:translate(-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-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(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 #0000001a,0 2px 15px #0000000d;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:default;direction:ltr;z-index:0}.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:.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,.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}.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: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{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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-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: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:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform: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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(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}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-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{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loader-fullscreen-container{width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;background:rgba(255,255,255,.9);position:fixed;top:0;left:0;z-index:9999}.loader{display:inline-flex;justify-content:center;align-items:center;margin:auto}.loader-pulse{width:var(--loader-size);height:var(--loader-size);border-radius:50%;background:var(--loader-color);animation:pulse .8s linear infinite}@keyframes pulse{0%{transform:scale(1);opacity:1}to{transform:scale(1.8);opacity:0}}.loader-ring{width:calc(var(--loader-size) * 1.4);height:calc(var(--loader-size) * 1.4);border:3px solid var(--loader-color);border-color:var(--loader-color) transparent var(--loader-color) transparent;border-radius:50%;animation:spin 1.2s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loader-bars{display:flex;gap:4px}.loader-bars div{width:calc(var(--loader-size) * .25);height:calc(var(--loader-size) * 1.2);background:var(--loader-color);animation:bars .9s ease-in-out infinite}.loader-bars div:nth-child(2){animation-delay:.1s}.loader-bars div:nth-child(3){animation-delay:.2s}.loader-bars div:nth-child(4){animation-delay:.3s}@keyframes bars{0%,40%,to{transform:scaleY(1)}20%{transform:scaleY(1.8)}}.ReactCrop{position:relative;display:inline-block;cursor:crosshair;overflow:hidden;max-width:100%;background-color:#000}.ReactCrop:focus{outline:none}.ReactCrop--disabled,.ReactCrop--locked{cursor:inherit}.ReactCrop__image{display:block;max-width:100%;touch-action:manipulation}.ReactCrop--crop-invisible .ReactCrop__image{opacity:.5}.ReactCrop__crop-selection{position:absolute;top:0;left:0;transform:translateZ(0);box-sizing:border-box;cursor:move;box-shadow:0 0 0 9999em #00000080;touch-action:manipulation;border:1px solid;border-image-source:url(data:image/gif;base64,R0lGODlhCgAKAJECAAAAAP///////wAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OEI5RDc5MTFDNkE2MTFFM0JCMDZEODI2QTI4MzJBOTIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OEI5RDc5MTBDNkE2MTFFM0JCMDZEODI2QTI4MzJBOTIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuZGlkOjAyODAxMTc0MDcyMDY4MTE4MDgzQzNDMjA5MzREQ0ZDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAyODAxMTc0MDcyMDY4MTE4MDgzQzNDMjA5MzREQ0ZDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEBQoAAgAsAAAAAAoACgAAAhWEERkn7W3ei7KlagMWF/dKgYeyGAUAIfkEBQoAAgAsAAAAAAoACgAAAg+UYwLJ7RnQm7QmsCyVKhUAIfkEBQoAAgAsAAAAAAoACgAAAhCUYgLJHdiinNSAVfOEKoUCACH5BAUKAAIALAAAAAAKAAoAAAIRVISAdusPo3RAzYtjaMIaUQAAIfkEBQoAAgAsAAAAAAoACgAAAg+MDiem7Q8bSLFaG5il6xQAIfkEBQoAAgAsAAAAAAoACgAAAg+UYRLJ7QnQm7SmsCyVKhUAIfkEBQoAAgAsAAAAAAoACgAAAhCUYBLJDdiinNSEVfOEKoECACH5BAUKAAIALAAAAAAKAAoAAAIRFISBdusPo3RBzYsjaMIaUQAAOw==);border-image-slice:1;border-image-repeat:repeat}.ReactCrop--disabled .ReactCrop__crop-selection{cursor:inherit}.ReactCrop--circular-crop .ReactCrop__crop-selection{border-radius:50%;box-shadow:0 0 1px 1px #fff,0 0 0 9999em #00000080}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{content:"";display:block;position:absolute;background-color:#fff6}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after{width:1px;height:100%}.ReactCrop__rule-of-thirds-vt:before{left:33.3333%;left:calc(100% / 3)}.ReactCrop__rule-of-thirds-vt:after{left:66.6666%;left:calc(100% / 3 * 2)}.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{width:100%;height:1px}.ReactCrop__rule-of-thirds-hz:before{top:33.3333%;top:calc(100% / 3)}.ReactCrop__rule-of-thirds-hz:after{top:66.6666%;top:calc(100% / 3 * 2)}.ReactCrop__drag-handle{position:absolute;width:10px;height:10px;background-color:#0003;border:1px solid rgba(255,255,255,.7);box-sizing:border-box;outline:1px solid transparent}.ReactCrop .ord-nw{top:0;left:0;margin-top:-5px;margin-left:-5px;cursor:nw-resize}.ReactCrop .ord-n{top:0;left:50%;margin-top:-5px;margin-left:-5px;cursor:n-resize}.ReactCrop .ord-ne{top:0;right:0;margin-top:-5px;margin-right:-5px;cursor:ne-resize}.ReactCrop .ord-e{top:50%;right:0;margin-top:-5px;margin-right:-5px;cursor:e-resize}.ReactCrop .ord-se{bottom:0;right:0;margin-bottom:-5px;margin-right:-5px;cursor:se-resize}.ReactCrop .ord-s{bottom:0;left:50%;margin-bottom:-5px;margin-left:-5px;cursor:s-resize}.ReactCrop .ord-sw{bottom:0;left:0;margin-bottom:-5px;margin-left:-5px;cursor:sw-resize}.ReactCrop .ord-w{top:50%;left:0;margin-top:-5px;margin-left:-5px;cursor:w-resize}.ReactCrop__disabled .ReactCrop__drag-handle{cursor:inherit}.ReactCrop__drag-bar{position:absolute}.ReactCrop__drag-bar.ord-n{top:0;left:0;width:100%;height:6px;margin-top:-3px}.ReactCrop__drag-bar.ord-e{right:0;top:0;width:6px;height:100%;margin-right:-3px}.ReactCrop__drag-bar.ord-s{bottom:0;left:0;width:100%;height:6px;margin-bottom:-3px}.ReactCrop__drag-bar.ord-w{top:0;left:0;width:6px;height:100%;margin-left:-3px}.ReactCrop--new-crop .ReactCrop__drag-bar,.ReactCrop--new-crop .ReactCrop__drag-handle,.ReactCrop--fixed-aspect .ReactCrop__drag-bar,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w{display:none}@media (pointer: coarse){.ReactCrop__drag-handle{width:34px;height:34px}.ReactCrop__drag-bar,.ReactCrop .ord-nw,.ReactCrop .ord-n,.ReactCrop .ord-ne,.ReactCrop .ord-e,.ReactCrop .ord-s,.ReactCrop .ord-sw,.ReactCrop .ord-w{display:none}.ReactCrop .ord-se{margin-bottom:-1px;margin-right:-1px}}.react-dual-listbox,.react-dual-listbox *{box-sizing:border-box}.react-dual-listbox input:disabled,.react-dual-listbox select:disabled{cursor:not-allowed;background:#eee}.react-dual-listbox button,.react-dual-listbox select{font-family:inherit;line-height:1.42857}.react-dual-listbox select{min-height:146px}.rdl-controls{display:flex;flex-direction:column;align-items:center;height:100%}@media (min-width: 576px){.rdl-controls{flex-direction:row}}.rdl-hidden-input{position:absolute;width:0;height:0;opacity:0}.rdl-list-box{display:flex;flex:1 1 0;flex-direction:column;align-self:stretch}.rdl-filter,.rdl-control{display:block;width:100%;padding:8px 12px;font-size:14px;color:#333;border:1px solid #ccc;border-radius:2px}.rdl-filter{margin-bottom:10px}.rdl-filter:focus:not(:disabled){border-color:#8c8c8c;outline:0}.rdl-control-container{display:flex;flex:1 0 auto;flex-direction:column}.rdl-control-label{position:absolute;padding:0 4px 4px;clip:rect(0 0 0 0)}.rdl-has-header .rdl-control-label{position:static;clip:auto}.rdl-control{flex:1 0 auto}.rdl-control:focus:not(:disabled){border-color:#8c8c8c;outline:0}.rdl-control optgroup{font:inherit;font-weight:700}.rdl-actions{display:flex;flex:0 0 auto;margin:10px 0}@media (min-width: 576px){.rdl-actions{flex-direction:column;align-self:flex-end;width:auto;margin:0 10px}}.rdl-actions-to-selected,.rdl-actions-to-available{display:flex}@media (min-width: 576px){.rdl-actions-to-selected,.rdl-actions-to-available{flex-direction:column}}@media (min-width: 576px){.rdl-actions-to-selected{margin-bottom:5px}}.rdl-btn{padding:5px 10px;margin:0 3px;font-size:14px;color:#333;cursor:pointer;background:#fff;border:1px solid #ccc;border-radius:2px}.rdl-btn:active:not(:disabled),.rdl-btn:focus:not(:disabled){background:#e6e6e6;border-color:#8c8c8c}.rdl-btn:focus:not(:disabled){outline:thin dotted;outline-offset:-2px}.rdl-btn:hover:not(:disabled){background:#e6e6e6;border-color:#adadad}.rdl-btn:disabled{cursor:not-allowed;opacity:.5}.rdl-btn:last-child{margin-bottom:0}.rdl-btn .rdl-icon{display:inline-block;font-size:14px;font-style:normal;font-variant:normal;text-align:center;text-rendering:auto}@media (min-width: 576px){.rdl-btn{margin:0 0 5px}}.rdl-no-options{height:100%;padding:4px 6px}.rdl-align-top .rdl-available{margin-bottom:10px}.rdl-align-top .rdl-control{border-top-left-radius:0;border-top-right-radius:0}.rdl-align-top .rdl-actions-to-available,.rdl-align-top .rdl-actions-to-selected{flex-direction:row;margin:0}.rdl-align-top .rdl-list-box .rdl-move{flex:0 1 50%;margin:0}.rdl-align-top .rdl-list-box .rdl-move:first-child{margin-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.rdl-align-top .rdl-list-box .rdl-move:last-child{border-bottom-right-radius:0;border-bottom-left-radius:0}.rdl-align-top[dir=ltr] .rdl-list-box .rdl-move:first-child{border-right:0;border-top-right-radius:0}.rdl-align-top[dir=ltr] .rdl-list-box .rdl-move:last-child{border-top-left-radius:0}.rdl-align-top[dir=rtl] .rdl-list-box .rdl-move:first-child{border-left:0;border-top-left-radius:0}.rdl-align-top[dir=rtl] .rdl-list-box .rdl-move:last-child{border-top-right-radius:0}@media (min-width: 576px){.rdl-align-top[dir=ltr] .rdl-available{margin:0 10px 0 0}.rdl-align-top[dir=ltr] .rdl-selected{margin-left:10px}.rdl-align-top[dir=rtl] .rdl-available{margin:0 0 0 10px}.rdl-align-top[dir=rtl] .rdl-selected{margin-right:10px}}.rdl-icons-fa5 .rdl-icon,.rdl-icons-fa6 .rdl-icon{font-family:"Font Awesome 6 Free","Font Awesome 5 Free",FontAwesome,sans-serif;font-weight:900}.rdl-icons-fa5 .rdl-icon-move-all-to-selected:before,.rdl-icons-fa5 .rdl-icon-move-bottom:before,.rdl-icons-fa6 .rdl-icon-move-all-to-selected:before,.rdl-icons-fa6 .rdl-icon-move-bottom:before{content:""}.rdl-icons-fa5 .rdl-icon-move-to-selected:before,.rdl-icons-fa5 .rdl-icon-move-down:before,.rdl-icons-fa6 .rdl-icon-move-to-selected:before,.rdl-icons-fa6 .rdl-icon-move-down:before{content:""}.rdl-icons-fa5 .rdl-icon-move-to-available:before,.rdl-icons-fa5 .rdl-icon-move-up:before,.rdl-icons-fa6 .rdl-icon-move-to-available:before,.rdl-icons-fa6 .rdl-icon-move-up:before{content:""}.rdl-icons-fa5 .rdl-icon-move-all-to-available:before,.rdl-icons-fa5 .rdl-icon-move-top:before,.rdl-icons-fa6 .rdl-icon-move-all-to-available:before,.rdl-icons-fa6 .rdl-icon-move-top:before{content:""}@media (min-width: 576px){.rdl-icons-fa5 .rdl-icon-move-to-available:before,.rdl-icons-fa6 .rdl-icon-move-to-available:before{content:""}.rdl-icons-fa5 .rdl-icon-move-all-to-available:before,.rdl-icons-fa6 .rdl-icon-move-all-to-available:before{content:""}.rdl-icons-fa5 .rdl-icon-move-to-selected:before,.rdl-icons-fa6 .rdl-icon-move-to-selected:before{content:""}.rdl-icons-fa5 .rdl-icon-move-all-to-selected:before,.rdl-icons-fa6 .rdl-icon-move-all-to-selected:before{content:""}.rdl-icons-fa5[dir=rtl] .rdl-icon-move-to-available:before,.rdl-icons-fa6[dir=rtl] .rdl-icon-move-to-available:before{content:""}.rdl-icons-fa5[dir=rtl] .rdl-icon-move-all-to-available:before,.rdl-icons-fa6[dir=rtl] .rdl-icon-move-all-to-available:before{content:""}.rdl-icons-fa5[dir=rtl] .rdl-icon-move-to-selected:before,.rdl-icons-fa6[dir=rtl] .rdl-icon-move-to-selected:before{content:""}.rdl-icons-fa5[dir=rtl] .rdl-icon-move-all-to-selected:before,.rdl-icons-fa6[dir=rtl] .rdl-icon-move-all-to-selected:before{content:""}}.rdl-icons-native .rdl-icon-move-all-to-selected:before,.rdl-icons-native .rdl-icon-move-bottom:before{content:"⮇"}.rdl-icons-native .rdl-icon-move-to-selected:before,.rdl-icons-native .rdl-icon-move-down:before{content:"🠣"}.rdl-icons-native .rdl-icon-move-to-available:before,.rdl-icons-native .rdl-icon-move-up:before{content:"🠡"}.rdl-icons-native .rdl-icon-move-all-to-available:before,.rdl-icons-native .rdl-icon-move-top:before{content:"⮅"}@media (min-width: 576px){.rdl-icons-native .rdl-icon-move-to-available:before{content:"⭠"}.rdl-icons-native .rdl-icon-move-all-to-available:before{content:"⮄"}.rdl-icons-native .rdl-icon-move-to-selected:before{content:"⭢"}.rdl-icons-native .rdl-icon-move-all-to-selected:before{content:"⮆"}.rdl-icons-native[dir=rtl] .rdl-icon-move-to-available:before{content:"⭢"}.rdl-icons-native[dir=rtl] .rdl-icon-move-all-to-available:before{content:"⮆"}.rdl-icons-native[dir=rtl] .rdl-icon-move-to-selected:before{content:"⭠"}.rdl-icons-native[dir=rtl] .rdl-icon-move-all-to-selected:before{content:"⮄"}}.flatpickr-calendar{background:transparent;opacity:0;display:none;text-align:center;visibility:hidden;padding:0;-webkit-animation:none;animation:none;direction:ltr;border:0;font-size:14px;line-height:24px;border-radius:5px;position:absolute;width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-box-shadow:0 3px 13px rgba(0,0,0,.08);box-shadow:0 3px 13px #00000014}.flatpickr-calendar.open,.flatpickr-calendar.inline{opacity:1;max-height:640px;visibility:visible}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{-webkit-animation:fpFadeInDown .3s cubic-bezier(.23,1,.32,1);animation:fpFadeInDown .3s cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px)}.flatpickr-calendar.static.open{z-index:999;display:block}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){-webkit-box-shadow:none!important;box-shadow:none!important}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){-webkit-box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-2px 0 #e6e6e6,5px 0 #e6e6e6}.flatpickr-calendar .hasWeeks .dayContainer,.flatpickr-calendar .hasTime .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.hasTime .flatpickr-time{height:40px;border-top:1px solid rgba(72,72,72,.2)}.flatpickr-calendar.hasTime .flatpickr-innerContainer{border-bottom:0}.flatpickr-calendar.hasTime .flatpickr-time{border:1px solid rgba(72,72,72,.2)}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:before,.flatpickr-calendar:after{position:absolute;display:block;pointer-events:none;border:solid transparent;content:"";height:0;width:0;left:22px}.flatpickr-calendar.rightMost:before,.flatpickr-calendar.arrowRight:before,.flatpickr-calendar.rightMost:after,.flatpickr-calendar.arrowRight:after{left:auto;right:22px}.flatpickr-calendar.arrowCenter:before,.flatpickr-calendar.arrowCenter:after{left:50%;right:50%}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:before,.flatpickr-calendar.arrowTop:after{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:#48484833}.flatpickr-calendar.arrowTop:after{border-bottom-color:#42a5f5}.flatpickr-calendar.arrowBottom:before,.flatpickr-calendar.arrowBottom:after{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:#48484833}.flatpickr-calendar.arrowBottom:after{border-top-color:#42a5f5}.flatpickr-calendar:focus{outline:0}.flatpickr-wrapper{position:relative;display:inline-block}.flatpickr-months{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flatpickr-months .flatpickr-month{border-radius:5px 5px 0 0;background:#42a5f5;color:#fff;fill:#fff;height:34px;line-height:1;text-align:center;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none;cursor:pointer;position:absolute;top:0;height:34px;padding:10px;z-index:3;color:#fff;fill:#fff}.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,.flatpickr-months .flatpickr-next-month.flatpickr-disabled{display:none}.flatpickr-months .flatpickr-prev-month i,.flatpickr-months .flatpickr-next-month i{position:relative}.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,.flatpickr-months .flatpickr-next-month.flatpickr-prev-month{left:0}.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,.flatpickr-months .flatpickr-next-month.flatpickr-next-month{right:0}.flatpickr-months .flatpickr-prev-month:hover,.flatpickr-months .flatpickr-next-month:hover{color:#bbb}.flatpickr-months .flatpickr-prev-month:hover svg,.flatpickr-months .flatpickr-next-month:hover svg{fill:#f64747}.flatpickr-months .flatpickr-prev-month svg,.flatpickr-months .flatpickr-next-month svg{width:14px;height:14px}.flatpickr-months .flatpickr-prev-month svg path,.flatpickr-months .flatpickr-next-month svg path{-webkit-transition:fill .1s;transition:fill .1s;fill:inherit}.numInputWrapper{position:relative;height:auto}.numInputWrapper input,.numInputWrapper span{display:inline-block}.numInputWrapper input{width:100%}.numInputWrapper input::-ms-clear{display:none}.numInputWrapper input::-webkit-outer-spin-button,.numInputWrapper input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.numInputWrapper span{position:absolute;right:0;width:14px;padding:0 4px 0 2px;height:50%;line-height:50%;opacity:0;cursor:pointer;border:1px solid rgba(72,72,72,.15);-webkit-box-sizing:border-box;box-sizing:border-box}.numInputWrapper span:hover{background:rgba(0,0,0,.1)}.numInputWrapper span:active{background:rgba(0,0,0,.2)}.numInputWrapper span:after{display:block;content:"";position:absolute}.numInputWrapper span.arrowUp{top:0;border-bottom:0}.numInputWrapper span.arrowUp:after{border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid rgba(72,72,72,.6);top:26%}.numInputWrapper span.arrowDown{top:50%}.numInputWrapper span.arrowDown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(72,72,72,.6);top:40%}.numInputWrapper span svg{width:inherit;height:auto}.numInputWrapper span svg path{fill:#ffffff80}.numInputWrapper:hover{background:rgba(0,0,0,.05)}.numInputWrapper:hover span{opacity:1}.flatpickr-current-month{font-size:135%;line-height:inherit;font-weight:300;color:inherit;position:absolute;width:75%;left:12.5%;padding:7.48px 0 0;line-height:1;height:34px;display:inline-block;text-align:center;-webkit-transform:translate3d(0px,0px,0px);transform:translateZ(0)}.flatpickr-current-month span.cur-month{font-family:inherit;font-weight:700;color:inherit;display:inline-block;margin-left:.5ch;padding:0}.flatpickr-current-month span.cur-month:hover{background:rgba(0,0,0,.05)}.flatpickr-current-month .numInputWrapper{width:6ch;width:7ch�;display:inline-block}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:#fff}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:#fff}.flatpickr-current-month input.cur-year{background:transparent;-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;cursor:text;padding:0 0 0 .5ch;margin:0;display:inline-block;font-size:inherit;font-family:inherit;font-weight:300;line-height:inherit;height:auto;border:0;border-radius:0;vertical-align:initial;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-current-month input.cur-year:focus{outline:0}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{font-size:100%;color:#ffffff80;background:transparent;pointer-events:none}.flatpickr-current-month .flatpickr-monthDropdown-months{appearance:menulist;background:#42a5f5;border:none;border-radius:0;box-sizing:border-box;color:inherit;cursor:pointer;font-size:inherit;font-family:inherit;font-weight:300;height:auto;line-height:inherit;margin:-1px 0 0;outline:none;padding:0 0 0 .5ch;position:relative;vertical-align:initial;-webkit-box-sizing:border-box;-webkit-appearance:menulist;-moz-appearance:menulist;width:auto}.flatpickr-current-month .flatpickr-monthDropdown-months:focus,.flatpickr-current-month .flatpickr-monthDropdown-months:active{outline:none}.flatpickr-current-month .flatpickr-monthDropdown-months:hover{background:rgba(0,0,0,.05)}.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{background-color:#42a5f5;outline:none;padding:0}.flatpickr-weekdays{background:#42a5f5;text-align:center;overflow:hidden;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:28px}.flatpickr-weekdays .flatpickr-weekdaycontainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}span.flatpickr-weekday{cursor:default;font-size:90%;background:#42a5f5;color:#0000008a;line-height:1;margin:0;text-align:center;display:block;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;font-weight:bolder}.dayContainer,.flatpickr-weeks{padding:1px 0 0}.flatpickr-days{position:relative;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;width:307.875px;border-left:1px solid rgba(72,72,72,.2);border-right:1px solid rgba(72,72,72,.2)}.flatpickr-days:focus{outline:0}.dayContainer{padding:0;outline:0;text-align:left;width:307.875px;min-width:307.875px;max-width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-wrap:wrap;-ms-flex-pack:justify;-webkit-justify-content:space-around;justify-content:space-around;-webkit-transform:translate3d(0px,0px,0px);transform:translateZ(0);opacity:1}.dayContainer+.dayContainer{-webkit-box-shadow:-1px 0 0 rgba(72,72,72,.2);box-shadow:-1px 0 #48484833}.flatpickr-day{background:none;border:1px solid transparent;border-radius:150px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#484848;cursor:pointer;font-weight:400;width:14.2857143%;-webkit-flex-basis:14.2857143%;-ms-flex-preferred-size:14.2857143%;flex-basis:14.2857143%;max-width:39px;height:39px;line-height:39px;margin:0;display:inline-block;position:relative;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center}.flatpickr-day.inRange,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.today.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day:hover,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.nextMonthDay:hover,.flatpickr-day:focus,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.nextMonthDay:focus{cursor:pointer;outline:0;background:#e2e2e2;border-color:#e2e2e2}.flatpickr-day.today{border-color:#bbb}.flatpickr-day.today:hover,.flatpickr-day.today:focus{border-color:#bbb;background:#bbb;color:#fff}.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay{background:#42a5f5;-webkit-box-shadow:none;box-shadow:none;color:#fff;border-color:#42a5f5}.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange,.flatpickr-day.endRange.startRange{border-radius:50px 0 0 50px}.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange,.flatpickr-day.endRange.endRange{border-radius:0 50px 50px 0}.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)){-webkit-box-shadow:-10px 0 0 #42a5f5;box-shadow:-10px 0 #42a5f5}.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange,.flatpickr-day.endRange.startRange.endRange{border-radius:50px}.flatpickr-day.inRange{border-radius:0;-webkit-box-shadow:-5px 0 0 #e2e2e2,5px 0 0 #e2e2e2;box-shadow:-5px 0 #e2e2e2,5px 0 #e2e2e2}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover,.flatpickr-day.prevMonthDay,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.notAllowed.nextMonthDay{color:#4848484d;background:transparent;border-color:transparent;cursor:default}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{cursor:not-allowed;color:#4848481a}.flatpickr-day.week.selected{border-radius:0;-webkit-box-shadow:-5px 0 0 #42a5f5,5px 0 0 #42a5f5;box-shadow:-5px 0 #42a5f5,5px 0 #42a5f5}.flatpickr-day.hidden{visibility:hidden}.rangeMode .flatpickr-day{margin-top:1px}.flatpickr-weekwrapper{float:left}.flatpickr-weekwrapper .flatpickr-weeks{padding:0 12px;border-left:1px solid rgba(72,72,72,.2)}.flatpickr-weekwrapper .flatpickr-weekday{float:none;width:100%;line-height:28px}.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{display:block;width:100%;max-width:none;color:#4848484d;background:transparent;cursor:default;border:none}.flatpickr-innerContainer{display:block;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;background:#fff;border-bottom:1px solid rgba(72,72,72,.2)}.flatpickr-rContainer{display:inline-block;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}.flatpickr-time{text-align:center;outline:0;display:block;height:0;line-height:40px;max-height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;background:#fff;border-radius:0 0 5px 5px}.flatpickr-time:after{content:"";display:table;clear:both}.flatpickr-time .numInputWrapper{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;width:40%;height:40px;float:left}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#484848}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#484848}.flatpickr-time.hasSeconds .numInputWrapper{width:26%}.flatpickr-time.time24hr .numInputWrapper{width:49%}.flatpickr-time input{background:transparent;-webkit-box-shadow:none;box-shadow:none;border:0;border-radius:0;text-align:center;margin:0;padding:0;height:inherit;line-height:inherit;color:#484848;font-size:14px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-time input.flatpickr-hour{font-weight:700}.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}.flatpickr-time input:focus{outline:0;border:0}.flatpickr-time .flatpickr-time-separator,.flatpickr-time .flatpickr-am-pm{height:inherit;float:left;line-height:inherit;color:#484848;font-weight:700;width:2%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.flatpickr-time .flatpickr-am-pm{outline:0;width:18%;cursor:pointer;text-align:center;font-weight:400}.flatpickr-time input:hover,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time .flatpickr-am-pm:focus{background:#eaeaea}.flatpickr-input[readonly]{cursor:pointer}@-webkit-keyframes fpFadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fpFadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@font-face{font-family:Poppins;font-style:normal;font-weight:300;src:url(../fonts/poppins-v20-latin-300.eot);src:local(""),url(../fonts/poppins-v20-latin-300.eot?#iefix) format("embedded-opentype"),url(../fonts/poppins-v20-latin-300.woff2) format("woff2"),url(../fonts/poppins-v20-latin-300.woff) format("woff"),url(../fonts/poppins-v20-latin-300.ttf) format("truetype"),url(../fonts/poppins-v20-latin-300.svg#Poppins) format("svg")}@font-face{font-family:Poppins;font-style:normal;font-weight:400;src:url(../fonts/poppins-v20-latin-regular.eot);src:local(""),url(../fonts/poppins-v20-latin-regular.eot?#iefix) format("embedded-opentype"),url(../fonts/poppins-v20-latin-regular.woff2) format("woff2"),url(../fonts/poppins-v20-latin-regular.woff) format("woff"),url(../fonts/poppins-v20-latin-regular.ttf) format("truetype"),url(../fonts/poppins-v20-latin-regular.svg#Poppins) format("svg")}@font-face{font-family:Poppins;font-style:italic;font-weight:400;src:url(../fonts/poppins-v20-latin-italic.eot);src:local(""),url(../fonts/poppins-v20-latin-italic.eot?#iefix) format("embedded-opentype"),url(../fonts/poppins-v20-latin-italic.woff2) format("woff2"),url(../fonts/poppins-v20-latin-italic.woff) format("woff"),url(../fonts/poppins-v20-latin-italic.ttf) format("truetype"),url(../fonts/poppins-v20-latin-italic.svg#Poppins) format("svg")}@font-face{font-family:Poppins;font-style:normal;font-weight:500;src:url(../fonts/poppins-v20-latin-500.eot);src:local(""),url(../fonts/poppins-v20-latin-500.eot?#iefix) format("embedded-opentype"),url(../fonts/poppins-v20-latin-500.woff2) format("woff2"),url(../fonts/poppins-v20-latin-500.woff) format("woff"),url(../fonts/poppins-v20-latin-500.ttf) format("truetype"),url(../fonts/poppins-v20-latin-500.svg#Poppins) format("svg")}@font-face{font-family:Poppins;font-style:italic;font-weight:500;src:url(../fonts/poppins-v20-latin-500italic.eot);src:local(""),url(../fonts/poppins-v20-latin-500italic.eot?#iefix) format("embedded-opentype"),url(../fonts/poppins-v20-latin-500italic.woff2) format("woff2"),url(../fonts/poppins-v20-latin-500italic.woff) format("woff"),url(../fonts/poppins-v20-latin-500italic.ttf) format("truetype"),url(../fonts/poppins-v20-latin-500italic.svg#Poppins) format("svg")}@font-face{font-family:Poppins;font-style:normal;font-weight:600;src:url(../fonts/poppins-v20-latin-600.eot);src:local(""),url(../fonts/poppins-v20-latin-600.eot?#iefix) format("embedded-opentype"),url(../fonts/poppins-v20-latin-600.woff2) format("woff2"),url(../fonts/poppins-v20-latin-600.woff) format("woff"),url(../fonts/poppins-v20-latin-600.ttf) format("truetype"),url(../fonts/poppins-v20-latin-600.svg#Poppins) format("svg")}@font-face{font-family:Poppins;font-style:normal;font-weight:700;src:url(../fonts/poppins-v20-latin-700.eot);src:local(""),url(../fonts/poppins-v20-latin-700.eot?#iefix) format("embedded-opentype"),url(../fonts/poppins-v20-latin-700.woff2) format("woff2"),url(../fonts/poppins-v20-latin-700.woff) format("woff"),url(../fonts/poppins-v20-latin-700.ttf) format("truetype"),url(../fonts/poppins-v20-latin-700.svg#Poppins) format("svg")}@font-face{font-family:Poppins;font-style:normal;font-weight:800;src:url(../fonts/poppins-v20-latin-800.eot);src:local(""),url(../fonts/poppins-v20-latin-800.eot?#iefix) format("embedded-opentype"),url(../fonts/poppins-v20-latin-800.woff2) format("woff2"),url(../fonts/poppins-v20-latin-800.woff) format("woff"),url(../fonts/poppins-v20-latin-800.ttf) format("truetype"),url(../fonts/poppins-v20-latin-800.svg#Poppins) format("svg")}.testimonial_swiper{padding-bottom:55px}.testimonial_swiper .swiper-pagination{position:absolute;bottom:0!important;left:0;right:0;text-align:center}.swiper-pagination-bullet{width:14px;height:14px;background:#2d4d8f;opacity:.4}.swiper-pagination-bullet-active{width:16px;height:16px;opacity:1}.central-home{--light-purple: #f6f4fe;--purple: #2d4d8f;--bg-purple: #2d4d8f;--dark-purple: #1d46a2;--dark-bg-text: #9995b1;--body-text-purple: #3e3f66;--text-white: #ffffff;--bg-white: #ffffff;--slider-dots-color: #d4d2dd;--light-bg: #dfdaf3;overflow-x:hidden!important}.central-home body{margin:0;padding:0;box-sizing:border-box;font-size:16px;line-height:1.7;font-family:Poppins,sans-serif;color:var(--body-text-purple)}a,a *,input,textarea,select,button,.central-home label,[contenteditable=true]{-webkit-user-select:text!important;-moz-user-select:text!important;-ms-user-select:text!important;user-select:text!important}.central-home input:focus,textarea:focus,select:focus,button:focus,a:focus,[contenteditable=true]:focus{outline:3px solid rgba(81,203,238,.6)}.central-home .page_wrapper{width:100%;overflow-x:hidden}.central-home a,.central-home a:hover{text-decoration:none;color:var(--body-text-purple)}ul,.central-home li{padding:0;list-style-type:none;margin:0}button:focus,.btn.focus,.central-home .btn:focus{outline:none;box-shadow:none}@media screen and (min-width: 1200px){.central-home .container{max-width:1170px}}.central-home .section_title{text-align:center}.central-home .section_title h2{font-size:40px;font-weight:700;color:var(--dark-purple)}.central-home .section_title h2 span{color:var(--purple)}.central-home .row_am{padding:50px 0}.central-home .puprple_btn{background-color:var(--purple);color:var(--text-white);border-radius:50px;padding:10px 40px;position:relative;overflow:hidden;z-index:1;font-weight:500}.central-home .puprple_btn:before{content:"";position:absolute;left:0;top:0;width:0%;height:100%;background-color:var(--bg-white);border-radius:50px;transition:.6s all;z-index:-1}.central-home .puprple_btn:hover:before{width:100%}.central-home .puprple_btn:hover{color:var(--purple)}.central-home .white_btn{padding:10px 45px;border:1px solid var(--purple);color:var(--purple);border-radius:50px;background-color:var(--bg-white);font-weight:700;position:relative;z-index:1;overflow:hidden;font-weight:500}.central-home .white_btn:before{content:"";position:absolute;left:0;top:0;width:0%;height:100%;background-color:var(--bg-purple);border-radius:50px;transition:.6s all;z-index:-1}.central-home .white_btn:hover:before{width:110%}.central-home .white_btn:hover{color:var(--text-white)}.central-home .highlited_block .white_btn:hover{border-color:var(--bg-white)}.central-home .owl-carousel .owl-dots{display:flex;align-items:center;justify-content:center;position:relative;margin-top:20px}.central-home .owl-carousel .owl-dots button{display:block;width:15px;height:15px;background-color:var(--slider-dots-color);border-radius:15px;margin:0 5px}.central-home .owl-carousel .owl-dots button.active{background-color:var(--purple)}.central-home #preloader{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#ffffffe6;z-index:999999}.central-home #loader{display:block;position:relative;left:50%;top:50%;width:150px;height:150px;margin:-75px 0 0 -75px;border-radius:50%;border:3px solid transparent;border-top-color:var(--bg-purple);-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.central-home #loader:before{content:"";position:absolute;top:5px;left:5px;right:5px;bottom:5px;border-radius:50%;border:3px solid transparent;border-top-color:var(--body-text-purple);-webkit-animation:spin 3s linear infinite;animation:spin 3s linear infinite}.central-home #loader:after{content:"";position:absolute;top:15px;left:15px;right:15px;bottom:15px;border-radius:50%;border:3px solid transparent;border-top-color:var(--dark-purple);-webkit-animation:spin 1.5s linear infinite;animation:spin 1.5s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}}.central-home header{position:relative;width:100%;z-index:99999;transition:.4s all}.central-home header.fix_style{position:fixed;top:0;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#ffffffb4;padding:15px 0;transition:none;opacity:0;pointer-events:none}.central-home header.fixed{pointer-events:all;opacity:1;transition:.4s all}.central-home header.fixed .navbar{padding:0}.central-home .navbar{padding-left:0;padding-right:0;padding-top:35px}.central-home .navbar-expand-lg .navbar-nav{align-items:center}.central-home .navbar-expand-lg .navbar-nav .nav-link{padding:5px 20px;font-weight:500}.central-home .navbar-expand-lg .navbar-nav .nav-link:hover{color:var(--purple)}.central-home .navbar-expand-lg .navbar-nav .nav-link.dark_btn{color:var(--text-white);background-color:var(--purple);font-size:16px;padding:9px 40px;border-radius:25px;margin-left:20px;position:relative}.navbar-expand-lg .navbar-nav .nav-link.dark_btn:before,.central-home .navbar-expand-lg .navbar-nav .nav-link.dark_btn:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border-radius:42px;z-index:-1}.central-home .navbar-expand-lg .navbar-nav .nav-link.dark_btn:before{animation:pulse-blue-medium-sm 3.5s infinite}.central-home .navbar-expand-lg .navbar-nav .nav-link.dark_btn:after{animation:pulse-blue-small-sm 3.5s infinite}.central-home .navbar-brand img{width:150px}.central-home .navbar-expand-lg .navbar-nav .has_dropdown{display:flex;align-items:center;position:relative;border-radius:10px 10px 0 0;transition:.4s all}.central-home .navbar-expand-lg .navbar-nav .has_dropdown:hover{background-color:var(--bg-white);box-shadow:0 4px 10px #c5c5c580}.central-home .navbar-expand-lg .navbar-nav .has_dropdown .drp_btn{position:relative;right:15px}.central-home .navbar-expand-lg .navbar-nav .has_dropdown .sub_menu{position:absolute;top:100%;background-color:var(--bg-white);border-radius:0 10px 10px;min-width:210px;max-width:230px;margin-top:-10px;transition:.4s all;opacity:0;pointer-events:none;box-shadow:0 4px 10px #c5c5c580}.central-home .navbar-expand-lg .navbar-nav .has_dropdown .sub_menu ul{margin-left:0;padding:10px 20px}.central-home .navbar-expand-lg .navbar-nav .has_dropdown .sub_menu ul li a{font-size:15px;position:relative;transition:.4s all;line-height:35px;font-weight:500}.central-home .navbar-expand-lg .navbar-nav .has_dropdown .sub_menu ul li a:before{content:"";width:10px;height:10px;display:inline-block;border:2px solid var(--purple);border-radius:10px;margin-right:5px;position:absolute;left:-10px;top:50%;transform:translateY(-50%);opacity:0;transition:.4s all}.central-home .navbar-expand-lg .navbar-nav .has_dropdown .sub_menu ul li a:hover{padding-left:15px;color:var(--purple)}.central-home .navbar-expand-lg .navbar-nav .has_dropdown .sub_menu ul li a:hover:before{opacity:1;left:0}.navbar-expand-lg .navbar-nav .has_dropdown:hover>a,.central-home .navbar-expand-lg .navbar-nav .has_dropdown:hover>.drp_btn{color:var(--purple)}.central-home .navbar-expand-lg .navbar-nav .has_dropdown:hover .sub_menu{opacity:1;pointer-events:all;margin-top:-1px}.central-home .toggle-wrap{padding:10px;position:relative;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.toggle-bar,.toggle-bar:before,.toggle-bar:after,.toggle-wrap.active .toggle-bar,.toggle-wrap.active .toggle-bar:before,.central-home .toggle-wrap.active .toggle-bar:after{-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.central-home .toggle-bar{width:25px;margin:10px 0;position:relative;border-top:4px solid var(--body-text-purple);display:block}.toggle-bar:before,.central-home .toggle-bar:after{content:"";display:block;background:var(--body-text-purple);height:4px;width:30px;position:absolute;top:-12px;right:0;-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0);-ms-transform-origin:13%;-webkit-transform-origin:13%;transform-origin:13%}.central-home .toggle-bar:after{top:4px}.central-home .toggle-wrap.active .toggle-bar{border-top:6px solid transparent}.central-home .toggle-wrap.active .toggle-bar:before{-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.central-home .toggle-wrap.active .toggle-bar:after{-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.central-home .banner_section{margin-top:120px;position:relative}.central-home .banner_section .container{position:relative}.central-home .banner_section .row{align-items:center}.central-home .banner_section .banner_text{margin-top:-50px}.central-home .banner_section .banner_text h1{font-size:50px;color:var(--dark-purple);letter-spacing:-1.5px;font-weight:700}.central-home .banner_section .banner_text h1 span{color:var(--purple)}.central-home .banner_section .hero_cta{display:flex;align-items:center;gap:14px;margin-top:28px}.central-home .banner_section .hero_cta_button{display:inline-flex;min-height:50px;align-items:center;justify-content:center;padding:13px 25px;border:1.5px solid var(--purple);border-radius:10px;font-size:15px;font-weight:700;line-height:1.4;text-decoration:none;transition:color .22s ease,background-color .22s ease,border-color .22s ease,box-shadow .22s ease,transform .22s ease}.central-home .banner_section .hero_cta_button--primary{color:var(--text-white);background-color:var(--bg-purple);box-shadow:0 10px 24px #2d4d8f3d}.central-home .banner_section .hero_cta_button--primary:hover{color:var(--text-white);background-color:var(--dark-purple);border-color:var(--dark-purple);box-shadow:0 14px 30px #1d46a24d;transform:translateY(-2px)}.central-home .banner_section .hero_cta_button--secondary{color:var(--purple);background-color:transparent;box-shadow:inset 0 0 0 1px #2d4d8f0a}.central-home .banner_section .hero_cta_button--secondary:hover{color:var(--dark-purple);background-color:#2d4d8f12;border-color:var(--dark-purple);transform:translateY(-2px)}.central-home .banner_section .hero_cta_button:focus-visible{outline:3px solid rgba(45,77,143,.28);outline-offset:3px}.central-home .banner_section .hero_cta_button:active{transform:translateY(0)}.central-home .trial_box{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;position:relative;z-index:99;width:100%}.central-home .trial_box form{width:60%}.central-home .trial_box form{display:flex}.central-home .trial_box form .form-group{margin-bottom:0}.central-home .trial_box form .form-group .form-control{width:360px;height:55px;border-radius:6px;color:var(--dark-purple)}.central-home .trial_box form .form-group .form-control::placeholder{color:var(--dark-purple)}.central-home .trial_box form .form-group .btn{height:55px;width:170px;text-transform:uppercase;color:var(--text-white);background-color:var(--bg-purple);border-radius:6px;margin-left:10px;font-weight:600;position:relative;overflow:hidden;z-index:1}.central-home .trial_box form .form-group .btn:before{content:"";position:absolute;left:0;top:0;width:0%;height:100%;background-color:var(--bg-white);border-radius:0;transition:.6s all;z-index:-1}.central-home .trial_box form .form-group .btn:hover:before{width:100%}.central-home .trial_box form .form-group .btn:hover{color:var(--purple)}.central-home .banner_section .app_btn{display:flex;align-items:center}.central-home .trial_box_list ul{position:relative;display:flex}.central-home .trial_box_list ul li{text-align:left;padding:0 25px 0 0;font-size:15px}.central-home .banner_section .app_btn li a{display:block;padding:12px 30px;background-color:var(--bg-white);border:2px solid var(--purple);position:relative;border-radius:12px;transition:.4s all}.central-home .banner_section .app_btn li:last-child{margin-left:25px}.central-home .banner_section .app_btn li a img{transition:.4s all}.central-home .banner_section .app_btn li a .white_img{position:absolute;left:50%;transform:translate(-50%);opacity:0}.central-home .banner_section .app_btn li a:hover{background-color:var(--purple)}.central-home .banner_section .app_btn li a:hover .blue_img{opacity:0}.central-home .banner_section .app_btn li a:hover .white_img{opacity:1}.central-home .banner_section .used_app{display:flex;align-items:center;margin-top:35px}.central-home .banner_section .used_app ul{display:flex;align-items:center;margin-right:10px}.central-home .banner_section .used_app ul li:not(:first-child){margin-left:-15px}.central-home .banner_section .used_app p{font-size:15px;line-height:19px;margin-bottom:0}.central-home .banner_section .banner_images{position:relative}.central-home .banner_section .banner_images img{border-radius:20px;box-shadow:0 4px 10px #08266f;margin-bottom:20px}.central-home .banner_section .banner_images{text-align:right}.central-home .banner_section .banner_images.image_box2{text-align:left}.central-home .banner_section .banner_images .banner_image1 img{animation-delay:1s}.central-home .banner_section .banner_images .banner_image2 img{animation-delay:4s}.central-home .banner_section .banner_images .banner_image3 img{animation-delay:3s}.central-home .banner_section .banner_images .banner_image4 img{animation-delay:2s}.central-home .banner_section .hero_bg{position:absolute;top:-200px;right:50px}.central-home .banner_section .hero_bg{animation:mymove 10s infinite}@keyframes mymove{50%{transform:rotate(360deg)}}.central-home .banner_section .owl-dots{margin-top:40px}.central-home .owl-carousel .owl-item img{max-width:100%;width:auto}.central-home .trusted_section{padding:90px 0}.central-home .trusted_section .company_logos{padding-top:25px}.central-home .trusted_section .company_logos .logo{height:125px;display:flex;align-items:center;justify-content:center}.central-home .trusted_section .company_logos img{filter:grayscale(1);margin:0 auto;max-height:105px;max-width:200px;width:auto;height:auto;object-fit:contain;transition:filter .35s ease,transform .35s ease}.central-home .trusted_section .company_logos img:hover{filter:grayscale(0);transform:scale(1.08)}.central-home .features_section{padding-top:200px;position:relative}.central-home .features_section .features_inner .feature_img{width:70%;overflow:auto;margin:auto;position:absolute;top:-90px;left:0;bottom:0;right:0}.central-home .features_section .features_inner .feature_img img{max-width:100%}.central-home .features_section .container{max-width:1370px}.central-home .features_section .features_inner{position:relative;background-color:#fffc;padding:190px 0 70px;border-radius:30px;box-shadow:0 4px 30px #ede9fe;border:solid 1px var(--bg-white)}.central-home .features_section .features_inner .features_block{max-width:1170px;margin:0 auto;padding:40px 20px 0}.central-home .features_section .features_inner .feature_box{width:100%;text-align:left}.central-home .features_section .features_inner .feature_box .image{position:relative;max-width:100%}.central-home .features_section .features_inner .feature_box .image img{border-radius:12px 12px 0 0;max-width:100%}.central-home .features_section .features_inner .feature_box .text{padding:50px 0 0}.central-home .features_section .features_inner .feature_box .text h4{font-size:20px;color:var(--dark-purple);font-weight:600;margin-bottom:12px}.central-home .feature-checklist{list-style:none;padding:0;margin:0}.central-home .feature-checklist li{display:flex;align-items:flex-start;gap:8px;font-size:14px;line-height:1.45;color:#555;margin-bottom:8px}.central-home .feature-checklist .feature-check-icon{flex-shrink:0;color:var(--purple, #1d46a2);margin-top:3px}.central-home .feature_section_bg{position:absolute;top:0;left:-300px}.central-home .feature_section_bg{animation:mymove 5s infinite}.central-home .about_app_section .about_img{display:flex;align-items:center;position:relative}.central-home .about_app_section .about_img img{max-width:100%}.central-home .about_app_section .about_img:before{content:"";position:absolute;left:38%;top:50%;transform:translate(-50%,-50%);width:500px;height:500px;background-color:var(--bg-white);border-radius:100%;z-index:-1}.central-home .about_app_section .about_img .screen_img{margin-left:-135px;margin-top:110px}.central-home .about_app_section .about_text .section_title{text-align:left}.central-home .about_app_section .about_text .section_title h2{margin-bottom:15px}.central-home .about_app_section .about_text .app_statstic{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:10px;margin-top:40px}.central-home .about_app_section .about_text .app_statstic li{width:248px;background-color:var(--bg-white);margin-bottom:30px;display:flex;align-items:center;border-radius:12px;padding:15px 10px 15px 35px;box-shadow:0 4px 10px #ede9fe}.central-home .about_app_section .about_text .app_statstic li .icon{margin-right:9px}.central-home .about_app_section .about_text .app_statstic li p{margin-bottom:0;line-height:1;color:var(--dark-purple)}.central-home .about_app_section .about_text .app_statstic li p:first-child{font-size:40px;font-weight:600;margin-bottom:3px}.central-home .modern_ui_section{position:relative}.central-home .modern_ui_section .row{align-items:center}.central-home .modern_ui_section .design_block{margin-top:45px}.central-home .modern_ui_section .section_title{text-align:left}.central-home .modern_ui_section .ui_text{padding-right:75px}.central-home .modern_ui_section .design_block li{padding-left:40px;position:relative;margin-bottom:25px}.central-home .modern_ui_section .design_block li:before{content:"";position:absolute;left:0;top:5px;background-image:url(../images/right_icon.png);width:22px;height:22px;background-repeat:no-repeat;background-position:center;background-size:contain}.central-home .modern_ui_section .design_block li h4{font-size:20px;color:var(--dark-purple);font-weight:600;margin-bottom:8px}.central-home .modern_ui_section .design_block li p{margin-bottom:0}.central-home .modern_ui_section .ui_images{display:flex;position:relative}.central-home .modern_ui_section .ui_images .right_img img:nth-child(3){margin-left:-140px;margin-top:-20px}.central-home .modern_ui_section .ui_images .right_img img:nth-child(2){margin-left:-90px;margin-top:-20px}.central-home .modern_ui_section .ui_images .right_img img:nth-child(1){position:relative;top:15px;z-index:99;margin-left:-15px}.central-home .modernui_section_bg{position:absolute;top:-200px;right:-300px}.central-home .modernui_section_bg{animation:mymove 10s infinite}.central-home .how_it_works{position:relative}.central-home .how_it_works .container{max-width:1370px}.central-home .how_it_works .how_it_inner{background-color:#fffc;border:solid 1px var(--bg-white);padding:70px 0 250px;border-radius:30px;box-shadow:0 4px 30px #ede9fe}.central-home .how_it_works .step_block ul{max-width:1080px;margin:0 auto;padding:10px}.central-home .how_it_works .step_block ul li{display:flex;align-items:center;justify-content:space-between;position:relative;margin-bottom:50px}.central-home .how_it_works .step_block ul li:before{content:"";position:absolute;left:50%;top:50px;transform:translate(-50%);width:4px;height:calc(100% + 100px);background-color:var(--light-bg)}.central-home .how_it_works .step_block ul li:first-child:after{content:"";position:absolute;left:50%;top:0;transform:translate(-50%);width:14px;height:14px;background-color:var(--light-bg);border-radius:15px}.central-home .how_it_works .step_block ul li:first-child:before{top:0}.central-home .how_it_works .step_block ul li:last-child:before{height:50%;top:0}.how_it_works .step_block ul li .step_text,.central-home .how_it_works .step_block ul li .step_img{width:360px;text-align:right}.how_it_works .step_block ul li,.central-home .how_it_works .step_block ul li *{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.how_it_works .step_block ul li:focus,.central-home .how_it_works .step_block ul li *:focus{outline:none!important}.central-home .how_it_works .step_block ul li .step_img img{max-width:100%;border-radius:16px}.central-home .how_it_works .step_block ul li .step_text h4{font-size:20px;font-weight:600}.central-home .how_it_works .step_block ul li .step_text .app_icon{margin-bottom:10px}.central-home .how_it_works .step_block ul li .step_text .app_icon a{display:inline-block;width:40px;height:40px;border-radius:100%;background-color:var(--light-bg);color:var(--text-white);font-size:20px;text-align:center;line-height:40px;transition:.4s all}.central-home .how_it_works .step_block ul li .step_text .app_icon a:hover{background-color:var(--purple)}.central-home .how_it_works .step_block ul li .step_text span{font-weight:600}.central-home .how_it_works .step_block ul li .step_text span a{color:var(--purple);text-decoration:underline}.central-home .how_it_works .step_block ul li:nth-child(2){flex-direction:row-reverse}.how_it_works .step_block ul li:nth-child(2) .step_text,.central-home .how_it_works .step_block ul li:nth-child(2) .step_img{text-align:left}.central-home .how_it_works .step_block ul li:nth-child(4){flex-direction:row-reverse}.how_it_works .step_block ul li:nth-child(4) .step_text,.central-home .how_it_works .step_block ul li:nth-child(4) .step_img{text-align:left}.central-home .how_it_works .step_block ul li:nth-child(5){flex-direction:row}.how_it_works .step_block ul li:nth-child(5) .step_text,.central-home .how_it_works .step_block ul li:nth-child(5) .step_img{text-align:right}.central-home .how_it_works .step_block ul li:nth-child(6){flex-direction:row-reverse}.how_it_works .step_block ul li:nth-child(6) .step_text,.central-home .how_it_works .step_block ul li:nth-child(6) .step_img{text-align:left}.central-home .how_it_works .step_block ul li .step_number{background-position:center;width:80px;height:80px;display:flex;justify-content:center;align-items:center;position:relative;border-radius:200px}.central-home .how_it_works .step_block ul li .step_number.number1{background:#fff1da;border:#f9e8cd solid 7px}.central-home .how_it_works .step_block ul li .step_number.number2{background:#d8fdff;border:#c5f5f8 solid 7px}.central-home .how_it_works .step_block ul li .step_number.number3{background:#ffe9f1;border:#fcdde9 solid 7px}.central-home .how_it_works .step_block ul li .step_number.number4{background:#efe9ff;border:#d7cfff solid 7px}.central-home .how_it_works .step_block ul li .step_number.number5{background:#e6fff5;border:#c8f3e6 solid 7px}.central-home .how_it_works .step_block ul li .step_number.number6{background:#fff8e6;border:#f6e8c8 solid 7px}.central-home .how_it_works .step_block ul li .step_number h3{font-size:30px;font-weight:600;padding-top:8px}.central-home .how_it_works .yt_video{max-width:1170px;margin:-200px auto 0;position:relative;overflow:hidden}.central-home .how_it_works .yt_video .anim_line{z-index:999}.central-home .how_it_works .yt_video .thumbnil{position:relative;aspect-ratio:16 / 9;border-radius:22px;overflow:hidden;background:#14356f}.central-home .how_it_works .yt_video .thumbnil img{max-width:100%;width:100%;height:100%;object-fit:cover;display:block}.central-home .how_it_works .yt_video .thumbnil a,.central-home .how_it_works .yt_video .thumbnil .play-button{position:absolute;transform:translate(-50%,-50%);text-align:center;color:var(--text-white);font-weight:600;z-index:999;cursor:pointer;width:100%;border:0;background:linear-gradient(180deg,rgba(16,45,104,.1),rgba(16,45,104,.5));display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;right:0;bottom:0;transform:none;left:0;top:0}.central-home .how_it_works .yt_video .thumbnil .play-button>div{color:var(--text-white);text-shadow:0 2px 10px rgba(5,20,50,.45)}.central-home .how_it_works .yt_video .thumbnil .play-button>div p,.central-home .how_it_works .yt_video .thumbnil .play-button>div h2{margin:0}.central-home .how_it_works .yt_video .thumbnil a span,.central-home .how_it_works .yt_video .thumbnil .play-button span{display:block;font-weight:700;font-size:30px}.central-home .how_it_works .yt_video .thumbnil a .play_btn,.central-home .how_it_works .yt_video .thumbnil .play-button .play_btn{background:rgba(255,255,255,.96);width:62px;height:62px;border-radius:50%;margin:0 auto;position:relative;display:inline-flex;align-items:center;justify-content:center;line-height:1;border:0;box-shadow:0 10px 26px #0a235a47;-webkit-backdrop-filter:none;backdrop-filter:none;overflow:visible;isolation:isolate}.central-home .how_it_works .yt_video .thumbnil a .play_btn img,.central-home .how_it_works .yt_video .thumbnil .play-button .play_btn img{display:none}.central-home .how_it_works .yt_video .thumbnil .play_btn:before{content:"";width:0;height:0;border-top:13px solid transparent;border-bottom:13px solid transparent;border-left:19px solid var(--purple);margin-left:5px;position:relative;z-index:2}.central-home .how_it_works .yt_video .thumbnil .play_btn:after{content:"";position:absolute;top:-12px;right:-12px;bottom:-12px;left:-12px;border-radius:50%;background:rgba(255,255,255,.22);z-index:-1;animation:staffplus-play-pulse 1.8s ease-out infinite}.central-home .how_it_works .yt_video .thumbnil .play_btn .waves-block{display:none;z-index:-1;pointer-events:none}@keyframes staffplus-play-pulse{0%{opacity:.65;transform:scale(.78)}to{opacity:0;transform:scale(1.35)}}.central-home .modal{z-index:999999}.central-home .modal-backdrop.show{z-index:99999;opacity:.7}.central-home .youtube-video .modal-dialog{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;width:100%;padding:0 15px;height:100%;max-width:1240px!important;display:flex;flex-direction:column;justify-content:center}.central-home #video-container{position:relative;padding-bottom:50%;padding-top:30px;height:0;overflow:hidden}.central-home iframe#youtubevideo{position:absolute;top:0;left:0;height:100%;width:100%}.central-home .youtube-video .modal-footer{border:none;text-align:center;display:block;padding:0}.central-home .youtube-video .modal-content{background:none!important;border:none}.central-home #close-video{color:#fff;font-size:30px}.central-home .how_section_bg{position:absolute;top:0;left:-300px;z-index:-1}.central-home .how_section_bg{animation:mymove 5s infinite}@keyframes mymove{50%{transform:rotate(180deg)}}.central-home .testimonial_section{padding:50px 0 100px}.central-home #testimonial_slider{max-width:550px;margin:0 auto}.central-home .testimonial_section .testimonial_block{background-image:url(../images/testimonial_bg.png);background-size:cover;background-position:center;position:relative;margin-top:65px}.central-home .testimonial_section .testimonial_block .testimonial_slide_box{text-align:center;width:430px;padding:10px;margin:0 auto}.central-home .testimonial_section .testimonial_block .rating span{color:#fc9400;font-size:18px}.central-home .testimonial_section .testimonial_block .testimonial_slide_box .review{margin-top:10px;margin-bottom:30px}.central-home .testimonial_section .testimonial_block .testimonial_slide_box .testimonial_img img{margin:0 auto}.central-home .testimonial_section .testimonial_block .testimonial_slide_box h3{font-size:20px;font-weight:600;margin-bottom:0;margin-top:10px}.central-home .testimonial_section .testimonial_block .testimonial_slide_box .designation{font-size:15px}.central-home .testimonial_section .total_review{text-align:center;margin-top:60px}.central-home .testimonial_section .total_review .rating{display:flex;align-items:center;justify-content:center}.central-home .testimonial_section .total_review .rating p{margin-bottom:0;font-weight:600;margin-left:5px;color:var(--dark-purple)}.central-home .testimonial_section .total_review h3{font-size:50px;font-weight:600;margin-bottom:0;color:var(--dark-purple)}.central-home .testimonial_section .total_review a{color:var(--purple);font-weight:700}.central-home .testimonial_section .testimonial_block .avtar_faces{position:absolute;top:0;left:50%;transform:translate(-50%);z-index:-1;width:100%}.central-home .testimonial_section .testimonial_block .avtar_faces img{max-width:100%}.central-home .pricing_section{background:#1d46a2;padding:76px 0 68px}.central-home .pricing_section .pricing_intro{margin-bottom:20px}.central-home .pricing_section .pricing_intro h2{margin-bottom:8px;color:var(--text-white);font-size:clamp(38px,4vw,52px);line-height:1.12;letter-spacing:-.035em}.central-home .pricing_section .pricing_intro p{margin:0;color:#fffc;font-size:16px;line-height:1.55}.central-home .pricing_section .pricing_period{display:flex;min-height:46px;align-items:center;justify-content:center;gap:4px;width:fit-content;margin:0 auto;padding:5px 6px 5px 12px;border:1px solid rgba(255,255,255,.28);border-radius:14px;background:transparent}.central-home .pricing_section .pricing_period>span{display:block;margin:0}.central-home .pricing_section .pricing_period .month,.central-home .pricing_section .pricing_period .years{min-width:70px;color:#ffffff94;font-size:14px;font-weight:500;text-align:center;transition:color .2s ease}.central-home .pricing_section .pricing_period .month.active,.central-home .pricing_section .pricing_period .years.active{color:var(--text-white);font-weight:700}.central-home .pricing_section .pricing_period .offer{margin-left:8px;padding:5px 10px;background-color:var(--bg-white);border-radius:9px;color:var(--purple);font-size:12px;font-weight:600;white-space:nowrap}.central-home .pricing_section .pricing-period-switch{position:relative;width:58px;height:32px;flex:0 0 58px;padding:0;border:1px solid rgba(255,255,255,.42);border-radius:18px;background:rgba(255,255,255,.16);cursor:pointer;touch-action:manipulation;transition:background-color .2s ease,border-color .2s ease}.central-home .pricing_section .pricing-period-switch:hover{background:rgba(255,255,255,.24);border-color:#ffffff9e}.central-home .pricing_section .pricing-period-switch:focus-visible{outline:3px solid rgba(255,255,255,.46);outline-offset:3px}.central-home .pricing_section .pricing-period-switch .tog_btn{position:absolute;top:50%;left:4px;display:block;width:24px;height:24px;transform:translateY(-50%);border-radius:50%;background:var(--bg-white);box-shadow:0 3px 8px #081c4c3d;transition:left .24s ease}.central-home .pricing_section .pricing-period-switch .tog_btn.active{left:28px!important}.central-home .pricing_section .pricing_pannel{margin-top:28px;display:none}.central-home .pricing_section .pricing_pannel.active{display:block}.central-home .pricing_section .pricing_grid{--bs-gutter-x: 18px;--bs-gutter-y: 20px}.central-home .pricing_section .pricing_col{display:flex}.central-home .pricing_section .pricing_pannel .pricing_block{position:relative;display:flex;width:100%;height:100%;min-height:410px;flex-direction:column;margin:0;padding:20px 20px 18px;overflow:visible;text-align:center;background-color:var(--bg-white);border:1px solid rgba(220,227,240,.85);border-radius:14px;box-shadow:0 10px 24px #0719441f;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}@media (hover: hover) and (pointer: fine){.central-home .pricing_section .pricing_pannel .pricing_block:hover{transform:translateY(-3px);box-shadow:0 16px 30px #0719442e}}.central-home .pricing_section .pricing_pannel .pricing_block.highlited_block{background-color:var(--bg-white);border:2px solid var(--dark-purple);box-shadow:0 14px 30px #07194438}.central-home .pricing_section .recommended_badge{position:absolute;top:0;left:50%;display:inline-flex;min-height:28px;align-items:center;justify-content:center;gap:5px;padding:4px 12px;transform:translate(-50%,-50%);border-radius:8px;background:var(--purple);color:var(--text-white);font-size:10.5px;font-weight:700;letter-spacing:.04em;white-space:nowrap;box-shadow:0 4px 10px #2d4d8f59}.central-home .pricing_section .pricing-card-icon{display:inline-flex;width:46px;height:46px;align-items:center;justify-content:center;margin:0 auto 8px;border-radius:50%;background:var(--light-purple);color:var(--dark-purple)}.central-home .pricing_section .pricing_pannel .pricing_block .pkg_name h3{margin:0 0 2px;color:var(--dark-purple);font-size:19px;font-weight:700;line-height:1.25}.central-home .pricing_section .pricing_pannel .pricing_block .pkg_name span{display:flex;align-items:center;justify-content:center;min-height:36px;color:var(--body-text-purple);font-size:12.5px;line-height:1.35}.central-home .pricing_section .price_wrapper{display:flex;align-items:baseline;justify-content:center;gap:3px;margin:6px 0 10px}.central-home .pricing_section .pricing_pannel .pricing_block .price{display:inline-block;color:var(--purple);font-size:36px;font-weight:700;line-height:1;letter-spacing:-.03em}.central-home .pricing_section .price_period{font-size:13px;font-weight:500;color:var(--body-text-purple);opacity:.75}.central-home .pricing_section .pricing_pannel .pricing_block .benifits{flex:1 1 auto;display:flex;flex-direction:column;justify-content:flex-start;gap:8px;width:100%;margin:0;padding:12px 0 0;border-top:1px solid #e5ecf6;text-align:center}.central-home .pricing_section .pricing_pannel .pricing_block .benifits li{display:block;margin:0}.central-home .pricing_section .pricing_pannel .pricing_block .benifits li p{margin:0;color:var(--body-text-purple);font-size:13px;line-height:1.5}.central-home .pricing_section .pricing_card_footer{margin-top:16px;width:100%}.central-home .pricing_section .pricing_card_btn.btn{display:inline-flex;width:100%;min-height:38px;align-items:center;justify-content:center;gap:7px;padding:8px 12px;border:1px solid #c9d7ee;border-radius:9px;background:#f1f5fc;background-color:#f1f5fc!important;border-color:#c9d7ee!important;color:var(--dark-purple)!important;font-size:13px;font-weight:600;line-height:1.2;box-shadow:none;text-decoration:none;transition:all .2s ease}.central-home .pricing_section .pricing_card_btn.btn:before{display:none}.central-home .pricing_section .pricing_card_btn.btn:hover{background:#1d46a2!important;border-color:#1d46a2!important;color:#fff!important;transform:translateY(-1px);box-shadow:0 4px 12px #1d46a238}.central-home .pricing_section .pricing_card_btn.recommended_btn.btn{background:#1d46a2!important;border-color:#1d46a2!important;color:#fff!important;box-shadow:0 4px 14px #1d46a242}.central-home .pricing_section .pricing_card_btn.recommended_btn.btn:hover{background:#163881!important;border-color:#163881!important;box-shadow:0 6px 16px #16388152}.central-home .pricing_section .pricing_card_btn.custom_btn.btn{background:#0f2452!important;border-color:#0f2452!important;color:#fff!important}.central-home .pricing_section .pricing_card_btn.custom_btn.btn:hover{background:#1d46a2!important;border-color:#1d46a2!important}.central-home .pricing_section .pricing_card_btn.btn:focus-visible{outline:3px solid rgba(45,77,143,.28);outline-offset:3px}.central-home .pricing_section .contact_text{display:flex;align-items:center;justify-content:center;gap:10px;margin:22px 0 0;color:var(--text-white);font-size:14px;line-height:1.5;text-align:center}.central-home .pricing_section .contact_text a{color:var(--text-white);font-weight:700;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}@media screen and (max-width: 991.98px){.central-home .pricing_section .pricing_pannel .pricing_block{min-height:380px}}@media screen and (max-width: 767.98px){.central-home .pricing_section .pricing_grid{--bs-gutter-y: 18px}.central-home .pricing_section .pricing_pannel .pricing_block{min-height:0;padding:22px 22px 20px}}@media screen and (max-width: 575.98px){.central-home .pricing_section{padding:58px 0 52px}.central-home .pricing_section .pricing_intro h2{font-size:34px}.central-home .pricing_section .pricing_period{display:grid;width:min(100%,340px);grid-template-columns:minmax(0,1fr) 58px minmax(0,1fr);gap:6px 8px;padding:7px 10px}.central-home .pricing_section .pricing_period .month,.central-home .pricing_section .pricing_period .years{min-width:0}.central-home .pricing_section .pricing_period .offer{grid-column:1 / -1;justify-self:center;margin:0}.central-home .pricing_section .contact_text{align-items:flex-start}}@media (prefers-reduced-motion: reduce){.central-home .pricing_section .pricing-period-switch,.central-home .pricing_section .pricing-period-switch .tog_btn,.central-home .pricing_section .pricing_pannel .pricing_block,.central-home .pricing_section .pricing_whatsapp.btn{transition:none}}.central-home .faq_section{position:relative;padding:92px 0;background:#f7f9fd}.central-home .faq_section .faq-shell{width:min(100%,1120px);margin:0 auto}.central-home .faq_section .faq-intro{max-width:800px;margin:0 auto;text-align:center}.central-home .faq_section .faq-intro-icon{display:inline-flex;width:48px;height:48px;align-items:center;justify-content:center;margin-bottom:14px;color:#2754f5;background:#eef3ff;border:1px solid #d9e3ff;border-radius:14px}.central-home .faq_section .faq-intro h2{margin:0;color:#111942;font-size:clamp(34px,4vw,52px);font-weight:700;line-height:1.14;letter-spacing:-.035em}.central-home .faq_section .faq-intro h2 span{color:#2754f5}.central-home .faq_section .faq-intro p{max-width:720px;margin:12px auto 0;color:#626b86;font-size:16px;line-height:1.65}.central-home .faq_section .faq_panel{display:grid;gap:8px;margin-top:34px}.central-home .faq_section .faq-card{overflow:hidden;margin:0;background:#ffffff;border:1px solid #e4e9f3;border-radius:13px;box-shadow:0 4px 14px #142a5c06;transition:border-color .22s ease,box-shadow .22s ease}.central-home .faq_section .faq-card.is-open{border-color:#7e9cff;box-shadow:0 12px 28px #2754f517}.central-home .faq_section .faq-heading{margin:0}.central-home .faq_section .faq-question{display:grid;width:100%;min-height:60px;grid-template-columns:38px minmax(0,1fr) 36px;align-items:center;gap:14px;padding:10px 18px;color:#111942;text-align:left;background:transparent;border:0;border-radius:12px;cursor:pointer;transition:background-color .2s ease}.central-home .faq_section .faq-question:hover{background:#fbfcff}.central-home .faq_section .faq-question:focus-visible{outline:3px solid rgba(39,84,245,.3);outline-offset:-3px}.central-home .faq_section .faq-icon{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;color:#3262e9;background:#eef3ff;border-radius:10px;transition:color .2s ease,background-color .2s ease}.central-home .faq_section .faq-card.is-open .faq-icon{color:#fff;background:#3262e9}.central-home .faq_section .faq-text{color:inherit;font-size:16px;font-weight:600;line-height:1.4}.central-home .faq_section .faq-card.is-open .faq-text{color:#1e4fe0}.central-home .faq_section .faq-toggle{display:inline-flex;width:36px;height:36px;align-items:center;justify-content:center;color:#3262e9;background:#f8faff;border:1px solid #dfe6f4;border-radius:50%}.central-home .faq_section .faq-body{margin:0 18px 0 70px;padding:16px 0 20px;color:#5e6780;border-top:1px solid #e8edf6;font-size:15px;line-height:1.65}.central-home .faq_section .faq-body p{max-width:75ch;margin:0}.central-home .faq_section .faq-body a{color:#2754f5;font-weight:600;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.central-home .faq_section .faq-support{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:20px;padding:16px 20px;background:#f3f7ff;border:1px solid #dbe5fb;border-radius:14px}.central-home .faq_section .faq-support-copy{display:flex;min-width:0;align-items:center;gap:14px}.central-home .faq_section .faq-support-icon{display:inline-flex;width:42px;height:42px;flex:0 0 42px;align-items:center;justify-content:center;color:#fff;background:#2f6fd8;border-radius:11px}.central-home .faq_section .faq-support h3{margin:0 0 2px;color:#111942;font-size:15px;font-weight:700;line-height:1.35}.central-home .faq_section .faq-support p{margin:0;color:#626b86;font-size:13px;line-height:1.5}.central-home .faq_section .faq-support-actions{display:flex;flex:0 0 auto;gap:10px}.central-home .faq_section .faq-support-button{display:inline-flex;min-width:172px;min-height:44px;align-items:center;justify-content:center;gap:9px;padding:10px 18px;border:1px solid #2d5ceb;border-radius:9px;font-size:14px;font-weight:600;line-height:1.2;text-decoration:none;transition:color .2s ease,background-color .2s ease,border-color .2s ease,transform .2s ease}.central-home .faq_section .faq-support-button.is-secondary{color:#2754df;background:#ffffff}.central-home .faq_section .faq-support-button.is-primary{color:#fff;background:#2754f5}.central-home .faq_section .faq-support-button:hover{transform:translateY(-1px)}.central-home .faq_section .faq-support-button.is-secondary:hover{color:#173fc3;background:#f9fbff;border-color:#173fc3}.central-home .faq_section .faq-support-button.is-primary:hover{color:#fff;background:#173fc3;border-color:#173fc3}.central-home .faq_section .faq-support-button:focus-visible{outline:3px solid rgba(39,84,245,.3);outline-offset:3px}@media screen and (max-width: 991.98px){.central-home .faq_section{padding:72px 0}.central-home .faq_section .faq-support{align-items:stretch;flex-direction:column}.central-home .faq_section .faq-support-actions{align-self:flex-end}}@media screen and (max-width: 767.98px){.central-home .faq_section{padding:58px 0}.central-home .faq_section .faq-intro h2{font-size:clamp(30px,9vw,38px)}.central-home .faq_section .faq-intro p{font-size:15px}.central-home .faq_section .faq_panel{margin-top:28px}.central-home .faq_section .faq-question{min-height:64px;grid-template-columns:36px minmax(0,1fr) 36px;gap:11px;padding:10px 12px}.central-home .faq_section .faq-icon{width:36px;height:36px}.central-home .faq_section .faq-text{font-size:15px}.central-home .faq_section .faq-body{margin:0 14px;padding:15px 0 18px;font-size:14px}.central-home .faq_section .faq-support{padding:16px}.central-home .faq_section .faq-support-copy{align-items:flex-start}.central-home .faq_section .faq-support-actions{width:100%;align-self:stretch;flex-direction:column}.central-home .faq_section .faq-support-button{width:100%;min-width:0}}@media (prefers-reduced-motion: reduce){.central-home .faq_section .faq-card,.central-home .faq_section .faq-question,.central-home .faq_section .faq-support-button{transition:none}}.central-home .interface_section .screen_slider{margin-top:35px;min-height:720px}.central-home .interface_section .owl-item .screen_frame_img img{transform:scale(.9);border:2px solid #000;border-radius:20px;transition:1s all;margin:0 auto}.central-home .interface_section .owl-item.center .screen_frame_img img{transform:scale(1);border:3px solid #000}.central-home .free_app_section{padding-top:70px;position:relative}.central-home .free_app_section .container{max-width:1370px}.central-home .free_app_section .container .free_app_inner{background-color:var(--bg-purple);border-radius:30px;padding:20px 100px 50px;position:relative;z-index:999999}.central-home .free_app_section .container .free_app_inner .dark_bg{overflow:hidden}.central-home .free_app_section .container .free_app_inner .dark_bg span{z-index:9999}.central-home .free_app_section .container .free_app_inner .row{align-items:center}.central-home .free_app_section .container .free_app_inner .free_text .section_title{text-align:left}.central-home .free_app_section .container .free_app_inner .free_text .section_title h2{margin-bottom:20px}.free_app_section .container .free_app_inner .free_text .section_title h2,.central-home .free_app_section .container .free_app_inner .free_text .section_title p{color:var(--text-white)}.central-home .free_app_section .container .free_app_inner .free_text .app_btn{display:flex;align-items:center}.central-home .free_app_section .container .free_app_inner .free_text .app_btn li a{display:block;padding:12px 30px;background-color:var(--bg-white);border:2px solid var(--purple);position:relative;border-radius:12px;transition:.4s all}.central-home .free_app_section .container .free_app_inner .free_text .app_btn li a:hover{-webkit-box-shadow:1px 4px 8px -2px rgba(0,0,0,.5);-moz-box-shadow:1px 4px 8px -2px rgba(0,0,0,.5);box-shadow:1px 4px 8px -2px #00000080}.central-home .free_app_section .container .free_app_inner .free_text .app_btn li:last-child{margin-left:25px}.central-home .free_app_section .container .free_app_inner .free_img{display:flex;align-items:center;margin-top:-120px}.central-home .free_app_section .container .free_app_inner .free_img img:last-child{margin-left:-65px}.central-home .purple_backdrop{content:"";position:fixed;left:0;top:0;background-color:#32236ff2;width:100%;height:100%;z-index:99999;opacity:0;transition:.4s all;pointer-events:none}.central-home .latest_story .story_box{background-color:var(--bg-white);text-align:center;border-radius:10px;box-shadow:0 4px 30px #ede9fe}.central-home .latest_story .story_box .story_img{position:relative}.central-home .latest_story .story_box .story_img img{max-width:100%}.central-home .latest_story .story_box .story_img span{position:absolute;left:15px;top:15px;font-size:14px;color:var(--text-white)}.central-home .latest_story .story_box .story_text{padding:20px 30px}.central-home .latest_story .story_box .story_text h3{color:var(--dark-purple);font-size:20px;margin-bottom:15px;font-weight:600}.central-home .latest_story .story_box .story_text a{color:var(--purple);margin-top:25px;display:block;font-size:14px;margin-bottom:10px;font-weight:600}.central-home .latest_story .story_box .story_text a:hover{text-decoration:underline}.central-home .newsletter_box{background-color:var(--bg-purple);padding:50px;border-radius:12px;box-shadow:0 4px 10px #0c0c0c21;display:flex;justify-content:space-between;align-items:center;margin-bottom:-95px;position:relative;z-index:99}.central-home .newsletter_box .section_title{width:45%}.central-home .newsletter_box form{width:60%}.central-home .newsletter_box .section_title h2{margin-bottom:5px;letter-spacing:-1px}.newsletter_box .section_title h2,.central-home .newsletter_box .section_title p{color:var(--text-white);text-align:left}.central-home .newsletter_box .section_title p{margin-bottom:0}.central-home .newsletter_box form{display:flex}.central-home .newsletter_box form .form-group{margin-bottom:0}.central-home .newsletter_box form .form-group .form-control{width:430px;height:55px;border-radius:6px;color:var(--dark-purple)}.central-home .newsletter_box form .form-group .form-control::placeholder{color:var(--dark-purple)}.central-home .newsletter_box form .form-group .btn{height:55px;width:170px;text-transform:uppercase;color:var(--purple);background-color:var(--bg-white);border-radius:6px;margin-left:10px;font-weight:600;position:relative;overflow:hidden;z-index:1}.central-home .newsletter_box form .form-group .btn:before{content:"";position:absolute;left:0;top:0;width:0%;height:100%;background-color:var(--bg-purple);border-radius:0;transition:.6s all;z-index:-1}.central-home .newsletter_box form .form-group .btn:hover:before{width:100%}.central-home .newsletter_box form .form-group .btn:hover{color:var(--text-white)}.central-home footer{position:relative}.central-home footer .top_footer{padding:180px 0 60px;position:relative;overflow:hidden}.central-home footer .top_footer .logo{margin-bottom:40px}.central-home footer .top_footer .logo img{width:150px}.central-home footer .top_footer .abt_side li{padding:0 0 10px}.central-home footer .top_footer .social_media{display:flex;margin-top:20px}.central-home footer .top_footer .social_media li a{display:block;width:37px;height:37px;text-align:center;line-height:37px;font-size:15px;border:1px solid #dddde2;border-radius:50px;margin-right:10px;transition:.4s all}.central-home footer .top_footer .social_media li a:hover{background-color:var(--bg-purple);color:var(--text-white)}.central-home footer .top_footer .try_out{margin-left:-20px}.central-home footer .app_btn li a{display:block;padding:12px 10px;background-color:var(--bg-white);border:2px solid var(--purple);position:relative;border-radius:12px;transition:.4s all;width:175px;text-align:center}.central-home footer .app_btn li a:hover{-webkit-box-shadow:1px 4px 8px -2px rgba(0,0,0,.5);-moz-box-shadow:1px 4px 8px -2px rgba(0,0,0,.5);box-shadow:1px 4px 8px -2px #00000080}.central-home footer .app_btn li:last-child{margin-top:20px}.central-home footer .bottom_footer{border-top:#dddde2 solid 1px}footer h2,.central-home footer h3{color:var(--dark-purple)}footer p,.central-home footer a{color:var(--body-text-purple)}.central-home footer a:hover{color:var(--purple)}.central-home footer h3{font-size:20px;font-weight:600;margin-bottom:50px;padding-top:10px}.central-home footer .links ul li a{display:block;margin-bottom:10px}.central-home footer .bottom_footer{padding:20px 0}.central-home footer .bottom_footer p{margin-bottom:0;font-size:15px}.central-home footer .bottom_footer .developer_text{text-align:right}.central-home footer .bottom_footer .developer_text a{text-decoration:underline}.central-home footer .footer_bg{position:absolute;bottom:0;left:-00px}.central-home .footer_contact_cta{margin-top:16px}.central-home .footer_contact_cta p{margin:0 0 8px;font-size:14px}.central-home .whatsapp_btn{display:inline-block;background-color:#25d366;color:#fff;padding:8px 14px;border-radius:24px;font-weight:600;text-decoration:none;box-shadow:0 6px 18px #25d3662e}.central-home .whatsapp_btn:hover{filter:brightness(.95)}.central-home .go_top{position:fixed;right:30px;bottom:75px;cursor:pointer;transition:.4s all;opacity:0}.central-home .go_top:hover{bottom:80px}.central-home .anim_line{width:100%;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.central-home .anim_line span{position:absolute;z-index:99999;top:-275px;animation:star_down_one 6s infinite linear;opacity:0}.central-home .anim_line.dark_bg{max-width:1170px}.central-home .anim_line.dark_bg span{transform:rotate(180deg)}.central-home .anim_line span:first-child{left:-17%;animation-delay:3s}.central-home .anim_line span:nth-child(2){left:0%;animation-delay:5s}.central-home .anim_line span:nth-child(3){left:17%;animation-delay:1s}.central-home .anim_line span:nth-child(4){left:34%;animation-delay:4s}.central-home .anim_line span:nth-child(5){left:51%;animation-delay:7s}.central-home .anim_line span:nth-child(6){left:68%}.central-home .anim_line span:nth-child(7){left:85%;animation-delay:3s}.central-home .anim_line span:nth-child(8){left:99%;animation-delay:2s}.central-home .anim_line span:nth-child(9){left:117%;animation-delay:5s}@keyframes star_down_one{0%{opacity:0;top:-250px}10%{opacity:1}90%{opacity:1}to{top:100%;opacity:0}}.central-home .moving_animation{animation:moving_object 6s infinite ease-in-out}.central-home .moving_position_animatin{position:relative;animation:moving_position_animatin 6s infinite ease-in-out}.central-home .about_app_section .about_img .screen_img img{animation-delay:3s}.central-home .modern_ui_section .ui_images .right_img img:nth-child(3){animation-delay:3s}.central-home .modern_ui_section .ui_images .right_img img:nth-child(2){animation-delay:3s}.central-home .modern_ui_section .ui_images .right_img img:nth-child(1){animation-delay:3s}@keyframes moving_object{0%{transform:translateY(0)}50%{transform:translateY(-30px)}to{transform:translateY(0)}}@keyframes moving_position_animatin{0%{transform:translateY(0)}50%{transform:translateY(-30px)}to{transform:translateY(0)}}.central-home .waves-block{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:150px;height:150px}.central-home .waves{width:150px;height:150px;background:rgba(255,255,255,.3);opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";border-radius:100%;z-index:-1;-webkit-animation:waves 3s ease-in-out infinite;animation:waves 3s ease-in-out infinite}.central-home .wave-1{-webkit-animation-delay:0s;animation-delay:0s}.central-home .wave-2{-webkit-animation-delay:1s;animation-delay:1s;position:absolute;top:0}.central-home .wave-3{-webkit-animation-delay:2s;animation-delay:2s;position:absolute;top:0}@keyframes waves{0%{-webkit-transform:scale(.2,.2);transform:scale(.2);opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}50%{opacity:.9;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"}to{-webkit-transform:scale(.9,.9);transform:scale(.9);opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}}@keyframes pulse-blue-small-sm{0%{box-shadow:0 0 #6b49f2b3}to,30%{box-shadow:0 0 0 12px transparent}}@keyframes pulse-blue-medium-sm{0%{box-shadow:0 0 #6b49f266}to,30%{box-shadow:0 0 0 20px transparent}}#contact .form-control,#contact .form-control:focus,.central-home #contact select.form-control{background-color:#fffffff2;color:#000;border:1px solid #ddd;border-radius:8px;box-shadow:none}.central-home #contact .form-control::placeholder{color:#666;opacity:.8}.central-home #contact .btn{cursor:pointer;background:#ffffff;color:#0d47a1;border-radius:8px;font-weight:600;transition:all .2s ease-in-out}.central-home #contact .btn:hover{background:#ffd54f;color:#0d47a1}.central-home #contact .form-check-input,.central-home #contact .form-check-label{cursor:pointer}.central-home section#contact{position:relative;z-index:10}.central-home #contact .section_title{margin-bottom:36px}.central-home #contact .section_title p{max-width:620px;margin:10px auto 0;color:#e0e0e0}.central-home #contact .contact_layout{align-items:center;margin-top:0!important}.central-home #contact .contact_form .form-group{margin-bottom:18px}.central-home #contact .contact_form label{display:inline-block;margin:0 0 7px!important;font-size:14px;font-weight:600;line-height:1.35}.central-home #contact .contact_form .form-control,.central-home #contact .contact_form select.form-select{min-height:50px;padding:12px 15px;border:1px solid rgba(255,255,255,.48);border-radius:10px;background-color:#fffffffa;color:#17223b;font-size:15px;line-height:1.45;box-shadow:0 5px 14px #0420531a;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.central-home #contact .contact_form textarea.form-control{min-height:88px;resize:vertical}.central-home #contact .contact_form .form-control:focus,.central-home #contact .contact_form select.form-select:focus{border-color:#8eb8ff;background-color:#fff;box-shadow:0 0 0 3px #8eb8ff47,0 7px 18px #04205324}.central-home #contact .contact_consent{display:flex;align-items:flex-start;gap:10px;min-height:24px;padding-left:0}.central-home #contact .contact_consent .form-check-input{position:static;flex:0 0 auto;width:18px;height:18px;margin:2px 0 0;border:1px solid rgba(255,255,255,.72)}.central-home #contact .contact_consent .form-check-label{margin:0!important;font-size:14px;font-weight:400;line-height:1.5}.central-home #contact .contact_submit.btn{width:min(100%,310px);min-height:50px;padding:12px 26px;border:1px solid #ffffff;border-radius:10px;background:#ffffff;color:#0d47a1;font-size:15px;font-weight:700!important;box-shadow:0 10px 24px #031d4938;transition:color .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease}.central-home #contact .contact_submit.btn:hover{border-color:#f3f7ff;background:#f3f7ff;color:#0b3f91;box-shadow:0 13px 28px #031d4947;transform:translateY(-2px)}.central-home #contact .contact_submit.btn:focus-visible,.central-home #contact .contact_whatsapp_button:focus-visible{outline:3px solid rgba(255,255,255,.52);outline-offset:3px}.central-home #contact .contact_side{display:flex;align-items:center}.central-home #contact .contact_card{width:100%;height:auto;padding:28px!important;border:1px solid rgba(255,255,255,.16);border-radius:16px!important;background:#1d5eb8!important;box-shadow:0 14px 30px #04205329}.central-home #contact .contact_card h4{margin-bottom:7px;font-size:22px;font-weight:700}.central-home #contact .contact_card>p:nth-of-type(1){margin-bottom:18px;line-height:1.55}.central-home #contact .contact_whatsapp_button{min-height:46px;padding:8px 18px!important;border:1px solid rgba(255,255,255,.2);border-radius:10px!important;box-shadow:0 8px 18px #053d1b2e;transition:background-color .2s ease,box-shadow .2s ease,transform .2s ease}.central-home #contact .contact_whatsapp_button:hover{background:#20bd5a!important;color:#fff;box-shadow:0 11px 22px #053d1b3d;transform:translateY(-1px)}.central-home #contact .contact_whatsapp_icon{width:26px!important;height:26px!important}.central-home #contact .contact_detail{display:flex;align-items:center;gap:10px;font-size:14px;line-height:1.5}.central-home #contact .contact_detail+.contact_detail{margin-top:8px}.central-home #contact .contact_detail i{display:inline-flex;width:28px;height:28px;flex:0 0 28px;align-items:center;justify-content:center;border-radius:8px;background:rgba(255,255,255,.1);color:#fff;font-size:14px}.central-home #contact .contact_detail a{text-decoration:none}.central-home #contact .contact_detail a:hover{text-decoration:underline;text-underline-offset:3px}.central-home #contact #contact-feedback.alert{background:rgba(255,255,255,.97);color:#0d47a1;border:0;border-radius:12px;padding:14px 16px;font-weight:600;box-shadow:0 8px 22px #0d47a12e;margin-bottom:18px}.central-home #contact #contact-feedback.alert-danger{background:#ffebee;color:#b71c1c}.central-home #contact #contact-feedback.alert-success{background:#e8f5e9;color:#1b5e20}.central-home :root{--nav-height: 80px}.central-home html{scroll-behavior:smooth}section[id],.central-home div[id]{scroll-margin-top:calc(var(--nav-height) + 12px)}.central-home #contact .btn{cursor:pointer}.footer-clean{background:linear-gradient(135deg,#e3eaf4 0%,#f9fafc 80%);padding-top:50px;position:relative;font-family:Poppins,sans-serif}.footer-top{padding:60px 0 40px}.footer-logo{width:160px;margin-bottom:20px}.footer-text{color:#3c3c4e;margin-bottom:6px;font-size:15px}.btn-wsp{display:inline-block;margin-top:10px;padding:10px 18px;background:#25d366;color:#fff;border-radius:50px;font-weight:600;text-decoration:none;transition:.3s}.btn-wsp:hover{background:#1ebe59}.footer-social{display:flex;gap:15px;margin-top:18px}.footer-social a{width:38px;height:38px;border-radius:50%;background:#ffffffbb;display:flex;align-items:center;justify-content:center;color:#3c3c4e;transition:.3s}.footer-social a:hover{background:#fff;transform:translateY(-3px)}.footer-links h4{font-size:18px;font-weight:600;color:#0b2b6a;margin-bottom:14px}.footer-links ul li{list-style:none;margin-bottom:8px}.footer-links ul li a{color:#3a3a4f;text-decoration:none;font-size:15px;transition:.2s}.footer-links ul li a:hover{color:#0b2b6a}.footer-bottom{border-top:1px solid #e3e3e3;padding:15px 0;margin-top:20px}.footer-bottom p{color:#3c3c4e;margin:0}.developer-text a{color:#0b2b6a;font-weight:600}.go-top-btn{position:fixed;bottom:25px;right:25px;width:50px;height:50px;background:#7357fa;border-radius:50%;border:none;cursor:pointer;padding:12px;transition:.25s ease;z-index:2000}.go-top-btn img{width:100%}.go-top-btn:hover{transform:translateY(-4px)}.central-home,.central-home *{box-sizing:border-box}.central-home img{max-width:100%;height:auto}.central-home .container{width:100%}.central-home .banner_section .banner_text h1,.central-home .section_title h2{line-height:1.15;overflow-wrap:anywhere}.central-home .navbar-collapse{transition:.25s ease}.central-home .pricing_section#contact .row{row-gap:24px}.central-home #contact .contact_card{height:100%}@media screen and (max-width: 1199.98px){.central-home .container{max-width:960px}.central-home .section_title h2{font-size:34px}.central-home .banner_section{margin-top:90px}.central-home .banner_section .banner_text{margin-top:0}.central-home .banner_section .banner_text h1{font-size:42px;letter-spacing:0}.central-home .banner_section .banner_images img{max-width:100%}.central-home .features_section,.central-home .features_section .features_inner{padding-top:150px}.central-home .about_app_section .about_img:before{width:420px;height:420px}.central-home .about_app_section .about_text .app_statstic li{width:calc(50% - 12px)}.central-home .modern_ui_section .ui_text{padding-right:30px}.central-home .how_it_works .step_block ul li .step_text,.central-home .how_it_works .step_block ul li .step_img{width:320px}.central-home .newsletter_box{padding:40px}}@media screen and (max-width: 991.98px){.central-home .container{max-width:720px}.central-home .navbar{padding-top:14px}.central-home .navbar-brand img{width:135px}.central-home .navbar-collapse{background:var(--bg-white);border-radius:12px;box-shadow:0 12px 30px #1d46a21f;margin-top:14px;padding:12px}.central-home .navbar-expand-lg .navbar-nav{align-items:stretch;gap:4px}.central-home .navbar-expand-lg .navbar-nav .nav-link{padding:10px 12px}.central-home .staff-btn{display:block;width:100%;margin-top:8px}.central-home .row_am,.central-home .trusted_section,.central-home .pricing_section,.central-home .faq_section,.central-home .testimonial_section{padding:70px 0}.central-home .banner_section{margin-top:65px;text-align:center}.central-home .banner_section .row{row-gap:28px}.central-home .banner_section .banner_text h1{font-size:38px}.central-home .banner_section .banner_text p{max-width:620px;margin-left:auto;margin-right:auto}.central-home .banner_section .hero_cta,.central-home .banner_section .used_app{justify-content:center}.central-home .banner_section .banner_images,.central-home .banner_section .banner_images.image_box2{text-align:center}.central-home .banner_section .banner_images{display:grid;gap:18px}.central-home .banner_section .banner_images img{width:min(100%,280px);margin-bottom:0}.central-home .feature_section_bg,.central-home .modernui_section_bg,.central-home .how_section_bg,.central-home .faq_section .faq_bg,.central-home .banner_section .hero_bg{display:none}.central-home .features_section{padding-top:90px}.central-home .features_section .features_inner{border-radius:20px;padding:110px 22px 45px}.central-home .features_section .features_inner .feature_img{top:-70px;width:82%;overflow:visible}.central-home .features_section .features_inner .features_block{padding:25px 0 0}.central-home .features_section .features_inner .feature_box{text-align:center;margin-bottom:28px}.central-home .features_section .features_inner .feature_box .text{padding-top:22px}.central-home .about_app_section .row,.central-home .modern_ui_section .row{row-gap:40px}.central-home .about_app_section .about_img{justify-content:center;margin-bottom:8px}.central-home .about_app_section .about_img:before{left:50%;width:360px;height:360px}.central-home .about_app_section .about_img .screen_img{margin-left:-90px;margin-top:70px}.central-home .about_app_section .about_text .section_title,.central-home .modern_ui_section .section_title{text-align:center}.central-home .about_app_section .about_text .app_statstic{justify-content:center;gap:18px}.central-home .about_app_section .about_text .app_statstic li{width:calc(50% - 10px);margin-bottom:0}.central-home .modern_ui_section .ui_text{padding-right:0}.central-home .modern_ui_section .ui_images{justify-content:center;overflow:hidden}.central-home .modern_ui_section .ui_images .right_img img:nth-child(1),.central-home .modern_ui_section .ui_images .right_img img:nth-child(2),.central-home .modern_ui_section .ui_images .right_img img:nth-child(3){margin-left:-45px;margin-top:0}.central-home .how_it_works .how_it_inner{border-radius:20px;padding:55px 22px 80px}.central-home .how_it_works .step_block ul{padding:0}.central-home .how_it_works .step_block ul li,.central-home .how_it_works .step_block ul li:nth-child(2),.central-home .how_it_works .step_block ul li:nth-child(4),.central-home .how_it_works .step_block ul li:nth-child(5),.central-home .how_it_works .step_block ul li:nth-child(6){align-items:flex-start;flex-direction:column;gap:18px;margin-bottom:42px;padding-left:76px}.central-home .how_it_works .step_block ul li:before,.central-home .how_it_works .step_block ul li:first-child:after{left:32px;transform:none}.central-home .how_it_works .step_block ul li .step_number{position:absolute;left:0;top:0;width:64px;height:64px}.central-home .how_it_works .step_block ul li .step_number h3{font-size:24px}.central-home .how_it_works .step_block ul li .step_text,.central-home .how_it_works .step_block ul li .step_img,.central-home .how_it_works .step_block ul li:nth-child(2) .step_text,.central-home .how_it_works .step_block ul li:nth-child(2) .step_img,.central-home .how_it_works .step_block ul li:nth-child(4) .step_text,.central-home .how_it_works .step_block ul li:nth-child(4) .step_img,.central-home .how_it_works .step_block ul li:nth-child(5) .step_text,.central-home .how_it_works .step_block ul li:nth-child(5) .step_img,.central-home .how_it_works .step_block ul li:nth-child(6) .step_text,.central-home .how_it_works .step_block ul li:nth-child(6) .step_img{width:100%;text-align:left}.central-home .how_it_works .yt_video{margin-top:-35px}.central-home .how_it_works .yt_video .thumbnil{border-radius:18px}.central-home .testimonial_section .testimonial_block .testimonial_slide_box{width:min(100%,430px)}.central-home .testimonial_swiper{padding-bottom:64px}.central-home .testimonial_section .testimonial_block .testimonial_slide_box{min-height:320px;display:flex;flex-direction:column;justify-content:center}.central-home .pricing_section#contact{padding:70px 0!important}.central-home #contact .contact_card{margin-top:8px}.footer-top{padding:48px 0 28px}.footer-links{margin-top:26px}}@media screen and (max-width: 767.98px){.central-home .container{max-width:540px}.central-home .section_title h2{font-size:29px}.central-home .row_am,.central-home .trusted_section,.central-home .pricing_section,.central-home .faq_section,.central-home .testimonial_section{padding:55px 0}.central-home .banner_section{margin-top:45px}.central-home .banner_section .banner_text h1{font-size:32px}.central-home .banner_section .used_app{align-items:center;flex-direction:column;gap:12px;margin-top:28px;margin-bottom:24px}.central-home .banner_section .used_app ul{margin-right:0}.central-home .banner_section .used_app p{text-align:center}.central-home .banner_section .banner_images img{width:100%;transform:none!important}.central-home .banner_section .row{row-gap:16px}.central-home .banner_section .row>[class*=col-]:first-child{margin-bottom:4px}.central-home .banner_section [class*=col-]:nth-child(2),.central-home .banner_section [class*=col-]:nth-child(3){width:50%;flex:0 0 50%}.central-home .banner_section .banner_images{gap:14px;isolation:isolate}.central-home .banner_section .banner_images .moving_animation,.central-home .banner_section .banner_images .moving_position_animatin{animation:none!important;transform:none!important}.central-home .features_section{padding-top:80px}.central-home .features_section .features_inner{padding:42px 16px 32px}.central-home .features_section .features_inner .feature_img{position:relative;inset:auto;width:min(100%,430px);margin:-6px auto 28px;overflow:visible;text-align:center}.central-home .features_section .features_inner .feature_img img{width:100%;max-height:390px;object-fit:contain}.central-home .about_app_section .about_img:before{width:280px;height:280px}.central-home .about_app_section .about_img .screen_img{margin-left:-70px;margin-top:55px}.central-home .about_app_section .about_text .app_statstic{gap:12px}.central-home .about_app_section .about_text .app_statstic li{width:100%;max-width:360px;padding-left:20px}.central-home .modern_ui_section .design_block{margin-top:28px}.central-home .modern_ui_section .design_block li{padding-left:34px}.central-home .modern_ui_section .ui_images{flex-direction:column;align-items:center;gap:12px}.central-home .modern_ui_section .ui_images .left_img,.central-home .modern_ui_section .ui_images .right_img{text-align:center}.central-home .modern_ui_section .ui_images .right_img img:nth-child(1),.central-home .modern_ui_section .ui_images .right_img img:nth-child(2),.central-home .modern_ui_section .ui_images .right_img img:nth-child(3){margin-left:0;max-width:30%;top:0}.central-home .how_it_works .how_it_inner{padding:42px 16px 62px}.central-home .how_it_works .step_block ul li,.central-home .how_it_works .step_block ul li:nth-child(2),.central-home .how_it_works .step_block ul li:nth-child(4),.central-home .how_it_works .step_block ul li:nth-child(5),.central-home .how_it_works .step_block ul li:nth-child(6){padding-left:64px}.central-home .how_it_works .step_block ul li:before,.central-home .how_it_works .step_block ul li:first-child:after{left:26px}.central-home .how_it_works .step_block ul li .step_number{width:54px;height:54px;border-width:5px}.central-home .how_it_works .step_block ul li .step_number h3{font-size:20px;padding-top:5px}.central-home .how_it_works .yt_video .thumbnil a span{font-size:22px}.central-home .how_it_works .yt_video .thumbnil .play-button>div p{font-size:1.35rem!important;line-height:1.15;margin-bottom:2px}.central-home .how_it_works .yt_video .thumbnil .play-button>div h2{font-size:1.25rem;margin-bottom:0}.central-home .how_it_works .yt_video .thumbnil a .play_btn,.central-home .how_it_works .yt_video .thumbnil .play-button .play_btn{width:58px;height:58px}.central-home .waves-block,.central-home .waves{width:112px;height:112px}.central-home .testimonial_section .total_review h3{font-size:38px}.central-home .testimonial_section .testimonial_block{margin-top:42px}.central-home .testimonial_swiper{padding-bottom:72px}.central-home .testimonial_section .testimonial_block .testimonial_slide_box{min-height:360px;padding:18px 10px 10px}.central-home .testimonial_section .testimonial_block .testimonial_slide_box .review{margin-bottom:24px}.central-home .testimonial_section .testimonial_block .testimonial_slide_box .testimonial_img img{max-width:118px}.footer-social{flex-wrap:wrap}.footer-bottom,.footer-bottom .text-md-end{text-align:left!important}.go-top-btn{right:18px;bottom:18px;width:46px;height:46px}}@media screen and (max-width: 575.98px){.central-home .container{padding-left:18px;padding-right:18px}.central-home .navbar-brand img{width:124px}.central-home .section_title h2{font-size:25px}.central-home .banner_section .banner_text h1{font-size:28px}.central-home .banner_section .banner_text p,.central-home p{font-size:15px}.central-home .banner_section .banner_images img{width:100%;border-radius:16px;display:block;border:1px solid rgba(255,255,255,.62);box-shadow:0 16px 32px #08266f38,0 5px 12px #08266f24;transform:none!important}.central-home .banner_section .banner_images{gap:14px}.central-home .banner_section .used_app{margin-top:20px;margin-bottom:22px}.central-home .banner_section .used_app p{max-width:230px;margin-left:auto;margin-right:auto}.central-home .banner_section [class*=col-]:nth-child(2),.central-home .banner_section [class*=col-]:nth-child(3){padding-left:8px;padding-right:8px}.central-home .banner_section .banner_images .banner_image1,.central-home .banner_section .banner_images .banner_image2,.central-home .banner_section .banner_images .banner_image3,.central-home .banner_section .banner_images .banner_image4{display:block;position:relative;filter:saturate(1.08) contrast(1.04)}.central-home .banner_section .banner_images .banner_image1:after,.central-home .banner_section .banner_images .banner_image2:after,.central-home .banner_section .banner_images .banner_image3:after,.central-home .banner_section .banner_images .banner_image4:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:16px;pointer-events:none;background:linear-gradient(135deg,rgba(255,255,255,.22),rgba(255,255,255,0) 42%)}.central-home .banner_section .banner_images.image_box1 .banner_image1{transform:rotate(-1.4deg) translateY(-3px)}.central-home .banner_section .banner_images.image_box1 .banner_image2{transform:rotate(1.2deg) translateY(4px)}.central-home .banner_section .banner_images.image_box2 .banner_image3{transform:rotate(1.6deg) translateY(3px)}.central-home .banner_section .banner_images.image_box2 .banner_image4{transform:rotate(-1deg) translateY(-2px)}.central-home .banner_section .banner_images .banner_image1 img,.central-home .banner_section .banner_images .banner_image2 img,.central-home .banner_section .banner_images .banner_image3 img,.central-home .banner_section .banner_images .banner_image4 img{aspect-ratio:1 / 1.08;object-fit:cover;position:static!important;z-index:auto!important}.central-home .features_section .features_inner .feature_img{width:min(100%,360px);margin-bottom:34px}.central-home .features_section .features_inner .feature_img img{max-height:330px}.central-home .features_section .features_inner .feature_box{grid-template-columns:64px 1fr;column-gap:14px;padding:18px 16px}.central-home .features_section .features_inner .feature_box .image{width:64px;height:64px;border-radius:18px}.central-home .features_section .features_inner .feature_box .image img{max-width:48px;max-height:48px}.central-home .features_section .features_inner .feature_box .text h4{font-size:17px}.central-home .features_section .features_inner .feature_box .text p{font-size:13px}.central-home .about_app_section .about_img{transform:scale(.92);transform-origin:center}.central-home .about_app_section .about_text .app_statstic li p:first-child{font-size:32px}.central-home .how_it_works .step_block ul li .step_img img{width:100%}.central-home .how_it_works .yt_video{margin-top:-22px}.central-home .how_it_works .yt_video .thumbnil{aspect-ratio:16 / 10;border-radius:16px}.central-home .how_it_works .yt_video .thumbnil img{object-fit:contain;background:#173d83}.central-home .how_it_works .yt_video .thumbnil .play-button{padding:18px;gap:6px}.central-home .how_it_works .yt_video .thumbnil .play-button .play_btn{width:52px;height:52px}.central-home .how_it_works .yt_video .thumbnil .play_btn:before{border-top-width:11px;border-bottom-width:11px;border-left-width:16px;margin-left:4px}.central-home .how_it_works .yt_video .thumbnil .play_btn:after{top:-9px;right:-9px;bottom:-9px;left:-9px}.central-home .how_it_works .yt_video .thumbnil .play-button>div p{font-size:1.15rem!important}.central-home .how_it_works .yt_video .thumbnil .play-button>div h2{font-size:1rem}.central-home .testimonial_section .testimonial_block{margin-top:34px}.central-home .testimonial_section .testimonial_block .testimonial_slide_box{min-height:380px;padding:18px 8px 12px}.central-home .testimonial_section .testimonial_block .testimonial_slide_box .review{line-height:1.45;margin-bottom:22px}.central-home .testimonial_section .testimonial_block .testimonial_slide_box .testimonial_img img{max-width:108px}.central-home .testimonial_section .testimonial_block .testimonial_slide_box h3{font-size:18px}.central-home .testimonial_section .testimonial_block .testimonial_slide_box .designation{display:block;line-height:1.35;margin-top:4px}.central-home .pricing_section#contact{padding:55px 0!important}.central-home #contact .form-control,.central-home #contact select.form-control{min-height:46px}.central-home #contact .btn{width:100%;min-height:46px}.footer-clean{padding-top:32px}.footer-top{padding-top:34px}}.central-home section#contact{min-height:100dvh;display:flex;align-items:center;padding:38px 0!important}.central-home #contact .section_title{margin-bottom:24px}.central-home #contact .section_title h2{font-size:clamp(36px,3.4vw,46px);letter-spacing:-1.1px}.central-home #contact .section_title p{margin-top:8px;font-size:16px;line-height:1.5}.central-home #contact .contact_layout{align-items:center;column-gap:0}.central-home #contact .contact_form .row{--bs-gutter-x: 22px}.central-home #contact .contact_form .form-group{margin-bottom:13px}.central-home #contact .contact_form label{margin-bottom:6px!important;font-size:14px;font-weight:700}.central-home #contact .contact_form .form-control,.central-home #contact .contact_form select.form-select{height:52px;min-height:52px;padding:11px 15px 11px 46px;border:1px solid rgba(214,224,242,.9);border-radius:10px;background-color:#fff;background-repeat:no-repeat;background-position:17px center;background-size:20px 20px;color:#263550;font-size:15px;box-shadow:0 7px 18px #031b481f}.central-home #contact .contact_form input[name=nombre]{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%235b6b89' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21a8 8 0 0 0-16 0'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E")}.central-home #contact .contact_form input[name=email_demo]{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%235b6b89' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E")}.central-home #contact .contact_form input[name=telefono]{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%235b6b89' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.9.33 1.78.62 2.63a2 2 0 0 1-.45 2.11L8 9.73a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.85.29 1.73.5 2.63.62A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E")}.central-home #contact .contact_form input[name=empresa]{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%235b6b89' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='7' width='18' height='13' rx='2'/%3E%3Cpath d='M8 7V5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2M3 12h18M10 12v2h4v-2'/%3E%3C/svg%3E")}.central-home #contact .contact_form select.form-select{-moz-appearance:none;appearance:none;-webkit-appearance:none;padding:11px 46px;background-position:17px center,calc(100% - 18px) center;background-size:20px 20px,18px 18px;cursor:pointer}.central-home #contact .contact_form select#pais.form-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%235b6b89' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3Cpath d='M19 10c0 5-7 11-7 11S5 15 5 10a7 7 0 1 1 14 0z'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none' stroke='%23485874' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 8 4 4 4-4'/%3E%3C/svg%3E")}.central-home #contact .contact_form select#tamano.form-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%235b6b89' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.87M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none' stroke='%23485874' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 8 4 4 4-4'/%3E%3C/svg%3E")}.central-home #contact .contact_form textarea.form-control{height:auto;min-height:82px;padding-top:14px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%235b6b89' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a4 4 0 0 1-4 4H8l-5 3V7a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4z'/%3E%3Cpath d='M8 9h.01M12 9h.01M16 9h.01'/%3E%3C/svg%3E");background-position:17px 15px}.central-home #contact .contact_consent{margin:0 0 12px!important}.central-home #contact .contact_consent .form-check-input{width:20px;height:20px;margin-top:1px;border:2px solid rgba(255,255,255,.88);background-color:transparent}.central-home #contact .contact_consent .form-check-label{font-size:14px}.central-home #contact .contact_submit.btn{display:grid;width:100%;min-height:52px;grid-template-columns:28px 1fr 28px;align-items:center;padding:10px 22px;border:1px solid rgba(255,255,255,.24);border-radius:10px;background:#1262e8;color:#fff!important;font-size:15px;box-shadow:0 12px 28px #011e5747}.central-home #contact .contact_submit.btn:hover{border-color:#ffffff5c;background:#2172f5;color:#fff}.central-home #contact .contact_submit.btn i{font-size:22px}.central-home #contact .contact_submit.btn i:last-child{justify-self:end}.central-home #contact .contact_side{padding-left:28px}.central-home #contact .contact_card{min-height:326px;display:flex;flex-direction:column;justify-content:center;padding:28px 30px!important;border:1px solid rgba(255,255,255,.2);border-radius:14px!important;background:#1d5eb8!important;box-shadow:0 18px 38px #011c4c33}.central-home #contact .contact_card h4{font-size:22px}.central-home #contact .contact_card>p:nth-of-type(1){margin-bottom:16px;font-size:14px}.central-home #contact .contact_whatsapp_button{align-self:flex-start;min-height:48px;padding:8px 18px!important;border-radius:10px!important;font-size:15px}.central-home #contact .contact_card .contact_detail:first-of-type{margin-top:20px!important;padding-top:18px;border-top:1px solid rgba(255,255,255,.2)}.central-home #contact .contact_detail+.contact_detail{margin-top:10px;padding-top:10px;border-top:1px solid rgba(255,255,255,.16)}.central-home #contact .contact_detail i{width:34px;height:34px;flex-basis:34px;border-radius:9px;background:rgba(116,168,255,.25);font-size:17px}@media screen and (max-width: 991.98px){.central-home section#contact{min-height:auto;display:block;padding:56px 0!important}.central-home #contact .contact_side{padding-left:12px}.central-home #contact .contact_card{min-height:0}}@media screen and (max-width: 575.98px){.central-home section#contact{padding:48px 0!important}.central-home #contact .section_title{margin-bottom:24px}.central-home #contact .section_title h2{font-size:34px}.central-home #contact .section_title p{font-size:15px}.central-home #contact .contact_form .form-control,.central-home #contact .contact_form select.form-select{height:50px;min-height:50px}.central-home #contact .contact_submit.btn{min-height:50px}.central-home #contact .contact_card{padding:26px 22px!important}}@media screen and (max-width: 767.98px){.central-home .features_section .features_inner,.central-home .how_it_works .how_it_inner,.central-home .footer-clean{box-shadow:0 18px 42px #1b3a7d14}.central-home .features_section .features_inner .feature_box,.central-home #contact form,.central-home #contact .contact_card{animation:staffplus-mobile-rise .7s ease both;background-clip:padding-box}.central-home .features_section .features_inner .feature_box{background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(246,249,255,.92));border:1px solid rgba(45,77,143,.1);border-radius:18px;padding:20px 18px;box-shadow:0 18px 38px #2d4d8f1a;display:grid;grid-template-columns:76px 1fr;align-items:center;column-gap:16px;text-align:left;position:relative;overflow:hidden}.central-home .features_section .features_inner .feature_box:before{content:"";position:absolute;inset:0 auto 0 0;width:5px;background:linear-gradient(180deg,#2d4d8f,#3ba7ff);opacity:.9}.central-home .features_section .features_inner .feature_box .image img{border-radius:18px;box-shadow:0 12px 28px #2d4d8f24}.central-home .features_section .features_inner .feature_box .image{width:76px;height:76px;border-radius:20px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.75);box-shadow:inset 0 1px #fffc,0 14px 30px #2d4d8f1a}.central-home .features_section .features_inner .feature_box .image img{max-width:58px;max-height:58px;object-fit:contain;box-shadow:none}.central-home .features_section .features_inner .feature_box .text{padding:0}.central-home .features_section .features_inner .feature_box .text h4{font-size:18px;line-height:1.2;margin-bottom:8px}.central-home .features_section .features_inner .feature_box .text p{font-size:14px;line-height:1.45;margin-bottom:0;color:#4f5870}.central-home .about_app_section .about_text .app_statstic li{border:1px solid rgba(45,77,143,.08);box-shadow:0 12px 28px #2d4d8f17;animation:staffplus-soft-float 7s ease-in-out infinite}.central-home .about_app_section .about_text .app_statstic li:nth-child(2n){animation-delay:1.2s}.central-home .modern_ui_section .design_block li{background:rgba(255,255,255,.78);border:1px solid rgba(45,77,143,.08);border-radius:14px;padding:14px 14px 14px 42px;box-shadow:0 10px 24px #2d4d8f12}.central-home .modern_ui_section .design_block li:before{left:12px;top:17px}.central-home .how_it_works .step_block ul li .step_text{background:rgba(255,255,255,.86);border:1px solid rgba(45,77,143,.08);border-radius:16px;padding:14px;box-shadow:0 12px 28px #2d4d8f14}.central-home .how_it_works .step_block ul li .step_img img{box-shadow:0 14px 30px #122c6821}.central-home .testimonial_section .testimonial_block{border-radius:22px;padding:8px 0;background-color:#ffffffb8;box-shadow:0 18px 40px #2d4d8f14}.central-home .testimonial_section .testimonial_block .testimonial_img img{border-radius:50%;box-shadow:0 10px 26px #2d4d8f2e}.central-home #contact .contact_card{border-radius:18px;padding:16px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);box-shadow:0 16px 34px #0000001f}.central-home #contact .form-control,.central-home #contact select.form-control{box-shadow:0 8px 18px #081d4e14}.central-home .footer-social a,.central-home .btn-wsp,.central-home .go-top-btn{box-shadow:0 10px 24px #1b3a7d24}}@keyframes staffplus-mobile-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes staffplus-soft-float{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@media (prefers-reduced-motion: reduce){.central-home *,.central-home *:before,.central-home *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}@media screen and (max-width: 575.98px){.central-home .banner_section .hero_cta{width:100%;flex-direction:column;gap:10px;margin-top:24px}.central-home .banner_section .hero_cta_button{width:100%;max-width:320px}.central-home .features_section .features_inner .feature_box{grid-template-columns:64px 1fr;column-gap:14px;padding:18px 16px}.central-home .features_section .features_inner .feature_box .image{width:64px;height:64px;border-radius:18px}.central-home .features_section .features_inner .feature_box .image img{max-width:48px;max-height:48px}}.central-home .banner_section .hero_cta_button,.central-home .pricing_section .pricing_card_btn.btn,.central-home #contact .contact_submit.btn,.central-home #contact .contact_whatsapp_button,.central-home .staff-btn,.central-home .btn-wsp,.central-home .puprple_btn,.central-home .go-top-btn,.central-home .faq-question,.central-home .play-button{transition:transform .12s cubic-bezier(.23,1,.32,1),box-shadow .15s ease,background-color .15s ease,color .15s ease,border-color .15s ease!important;will-change:transform}.central-home .banner_section .hero_cta_button:active,.central-home .pricing_section .pricing_card_btn.btn:active,.central-home #contact .contact_submit.btn:active,.central-home #contact .contact_whatsapp_button:active,.central-home .staff-btn:active,.central-home .btn-wsp:active,.central-home .puprple_btn:active,.central-home .go-top-btn:active,.central-home .faq-question:active,.central-home .play-button:active{transform:scale(.97)!important;transition:transform 80ms ease-out!important}@media (hover: hover) and (pointer: fine){.central-home .banner_section .hero_cta_button:hover{transform:translateY(-2px)}.central-home .pricing_section .pricing_card_btn.btn:hover{transform:translateY(-1px)}.central-home #contact .contact_submit.btn:hover{transform:translateY(-2px)}.central-home .staff-btn:hover{transform:translateY(-1px)}.central-home .puprple_btn:hover,.central-home .go-top-btn:hover{transform:translateY(-2px)}}@media (prefers-reduced-motion: reduce){.central-home .moving_animation,.central-home .moving_position_animatin{animation:none!important}.central-home *{transition-duration:.01ms!important;animation-duration:.01ms!important}}.video-player-modal .modal-content{border-radius:16px;overflow:hidden;background:#000!important;box-shadow:0 25px 50px -12px #000000b3}.video-responsive-wrapper{position:relative;width:100%;aspect-ratio:16 / 9;min-height:280px;background:#000}.video-responsive-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.central-home .staff_video_showcase{background:#ffffff;border-radius:24px;box-shadow:0 18px 45px -12px #0f172a14,0 0 0 1px #e2e8f0;padding:48px;margin:50px auto 0;max-width:1140px;width:100%;position:relative;z-index:2;box-sizing:border-box}.central-home .video_showcase_info{text-align:left}.central-home .video_showcase_info h2{font-size:36px;font-weight:800;color:#0f172a;line-height:1.18;margin-bottom:14px;letter-spacing:-.025em}.central-home .video_showcase_info .showcase_desc{color:#475569;font-size:15px;line-height:1.6;margin-bottom:26px;max-width:480px}.central-home .showcase_features{display:flex;flex-direction:column;gap:16px;margin-bottom:28px}.central-home .showcase_features .feature_item{display:flex;align-items:flex-start;gap:12px}.central-home .showcase_features .feature_icon{width:38px;height:38px;border-radius:10px;background-color:#eff6ff;color:#1d46a2;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.central-home .showcase_features .feature_text h4{font-size:15px;font-weight:700;color:#0f172a;margin:0 0 2px}.central-home .showcase_features .feature_text p{font-size:13.5px;color:#64748b;margin:0;line-height:1.45}.central-home .showcase_cta_wrapper{display:flex;flex-direction:column;align-items:flex-start}.central-home .showcase_cta_btn{display:inline-flex;align-items:center;gap:10px;padding:13px 26px;background:linear-gradient(135deg,#1d46a2 0%,#153779 100%);color:#fff;font-size:15px;font-weight:700;border:none;border-radius:10px;cursor:pointer;box-shadow:0 8px 18px -4px #1d46a266;transition:transform .12s cubic-bezier(.23,1,.32,1),box-shadow .15s ease}.central-home .showcase_cta_btn:hover{transform:translateY(-2px);box-shadow:0 12px 24px -4px #1d46a280}.central-home .showcase_cta_btn:active{transform:scale(.97)!important;transition:transform 80ms ease-out!important}.central-home .showcase_trust{display:flex;align-items:center;gap:8px;color:#64748b;font-size:13px;margin-top:12px;font-weight:500}.central-home .video_clean_preview{position:relative;border-radius:20px;overflow:hidden;width:100%;aspect-ratio:16 / 10.5;min-height:300px;background:#0f172a;box-shadow:0 18px 40px -12px #0f172a38;border:1px solid #cbd5e1;cursor:pointer;box-sizing:border-box}.central-home .video_clean_preview img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:top center;display:block;transition:transform .3s ease,filter .3s ease;filter:brightness(.85)}.central-home .video_clean_preview:hover img{transform:scale(1.02);filter:brightness(.78)}.central-home .video_clean_preview .preview_clean_overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(15,23,42,.15) 0%,rgba(15,23,42,.52) 100%);pointer-events:none;z-index:2}.central-home .video_clean_preview .preview_clean_play_btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:68px;height:68px;border-radius:50%;background:#ffffff;color:#1d46a2;display:flex;align-items:center;justify-content:center;border:none;box-shadow:0 12px 30px #00000059;cursor:pointer;z-index:5;transition:transform .15s cubic-bezier(.23,1,.32,1),background-color .15s ease}.central-home .video_clean_preview:hover .preview_clean_play_btn{transform:translate(-50%,-50%) scale(1.1);background:#f8fafc}.central-home .video_clean_preview:active .preview_clean_play_btn{transform:translate(-50%,-50%) scale(.96)!important}.central-home .video_clean_preview .play_triangle{margin-left:3px}.central-home .video_clean_preview .preview_duration_badge{position:absolute;bottom:16px;right:18px;display:inline-flex;align-items:center;gap:6px;background:rgba(15,23,42,.82);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;font-size:12.5px;font-weight:600;padding:6px 14px;border-radius:100px;z-index:5;border:1px solid rgba(255,255,255,.16)}@media (max-width: 991px){.central-home .staff_video_showcase{padding:30px 20px;border-radius:20px;margin-top:36px}.central-home .video_showcase_info h2{font-size:28px}.central-home .video_clean_preview{margin-top:16px}}/*! 
* @package IcoFont 
* @version 1.0.1 
* @author IcoFont https://icofont.com 
* @copyright Copyright (c) 2015 - 2018 IcoFont 
* @license - https://icofont.com/license/
*/@font-face{font-family:IcoFont;font-weight:400;font-style:Regular;src:url(/build/others/icofont.woff2) format("woff2"),url(/build/others/icofont.woff) format("woff")}[class*=" icofont-"],[class^=icofont-]{font-family:IcoFont!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;white-space:nowrap;word-wrap:normal;direction:ltr;line-height:1;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased}.icofont-angry-monster:before{content:""}.icofont-bathtub:before{content:""}.icofont-bird-wings:before{content:""}.icofont-bow:before{content:""}.icofont-castle:before{content:""}.icofont-circuit:before{content:""}.icofont-crown-king:before{content:""}.icofont-crown-queen:before{content:""}.icofont-dart:before{content:""}.icofont-disability-race:before{content:""}.icofont-diving-goggle:before{content:""}.icofont-eye-open:before{content:""}.icofont-flora-flower:before{content:""}.icofont-flora:before{content:""}.icofont-gift-box:before{content:""}.icofont-halloween-pumpkin:before{content:""}.icofont-hand-power:before{content:""}.icofont-hand-thunder:before{content:""}.icofont-king-monster:before{content:""}.icofont-love:before{content:""}.icofont-magician-hat:before{content:""}.icofont-native-american:before{content:""}.icofont-owl-look:before{content:""}.icofont-phoenix:before{content:""}.icofont-robot-face:before{content:""}.icofont-sand-clock:before{content:""}.icofont-shield-alt:before{content:""}.icofont-ship-wheel:before{content:""}.icofont-skull-danger:before{content:""}.icofont-skull-face:before{content:""}.icofont-snowmobile:before{content:""}.icofont-space-shuttle:before{content:""}.icofont-star-shape:before{content:""}.icofont-swirl:before{content:""}.icofont-tattoo-wing:before{content:""}.icofont-throne:before{content:""}.icofont-tree-alt:before{content:""}.icofont-triangle:before{content:""}.icofont-unity-hand:before{content:""}.icofont-weed:before{content:""}.icofont-woman-bird:before{content:""}.icofont-bat:before{content:""}.icofont-bear-face:before{content:""}.icofont-bear-tracks:before{content:""}.icofont-bear:before{content:""}.icofont-bird-alt:before{content:""}.icofont-bird-flying:before{content:""}.icofont-bird:before{content:""}.icofont-birds:before{content:""}.icofont-bone:before{content:""}.icofont-bull:before{content:""}.icofont-butterfly-alt:before{content:""}.icofont-butterfly:before{content:""}.icofont-camel-alt:before{content:""}.icofont-camel-head:before{content:""}.icofont-camel:before{content:""}.icofont-cat-alt-1:before{content:""}.icofont-cat-alt-2:before{content:""}.icofont-cat-alt-3:before{content:""}.icofont-cat-dog:before{content:""}.icofont-cat-face:before{content:""}.icofont-cat:before{content:""}.icofont-cow-head:before{content:""}.icofont-cow:before{content:""}.icofont-crab:before{content:""}.icofont-crocodile:before{content:""}.icofont-deer-head:before{content:""}.icofont-dog-alt:before{content:""}.icofont-dog-barking:before{content:""}.icofont-dog:before{content:""}.icofont-dolphin:before{content:""}.icofont-duck-tracks:before{content:""}.icofont-eagle-head:before{content:""}.icofont-eaten-fish:before{content:""}.icofont-elephant-alt:before{content:""}.icofont-elephant-head-alt:before{content:""}.icofont-elephant-head:before{content:""}.icofont-elephant:before{content:""}.icofont-elk:before{content:""}.icofont-fish-1:before{content:""}.icofont-fish-2:before{content:""}.icofont-fish-3:before{content:""}.icofont-fish-4:before{content:""}.icofont-fish-5:before{content:""}.icofont-fish:before{content:""}.icofont-fox-alt:before{content:""}.icofont-fox:before{content:""}.icofont-frog-tracks:before{content:""}.icofont-frog:before{content:""}.icofont-froggy:before{content:""}.icofont-giraffe-head-1:before{content:""}.icofont-giraffe-head-2:before{content:""}.icofont-giraffe-head:before{content:""}.icofont-giraffe:before{content:""}.icofont-goat-head:before{content:""}.icofont-gorilla:before{content:""}.icofont-hen-tracks:before{content:""}.icofont-horse-head-1:before{content:""}.icofont-horse-head-2:before{content:""}.icofont-horse-head:before{content:""}.icofont-horse-tracks:before{content:""}.icofont-jellyfish:before{content:""}.icofont-kangaroo:before{content:""}.icofont-lemur:before{content:""}.icofont-lion-head-1:before{content:""}.icofont-lion-head-2:before{content:""}.icofont-lion-head:before{content:""}.icofont-lion:before{content:""}.icofont-monkey-2:before{content:""}.icofont-monkey-3:before{content:""}.icofont-monkey-face:before{content:""}.icofont-monkey:before{content:""}.icofont-octopus-alt:before{content:""}.icofont-octopus:before{content:""}.icofont-owl:before{content:""}.icofont-panda-face:before{content:""}.icofont-panda:before{content:""}.icofont-panther:before{content:""}.icofont-parrot-lip:before{content:""}.icofont-parrot:before{content:""}.icofont-paw:before{content:""}.icofont-pelican:before{content:""}.icofont-penguin:before{content:""}.icofont-pig-face:before{content:""}.icofont-pig:before{content:""}.icofont-pigeon-1:before{content:""}.icofont-pigeon-2:before{content:""}.icofont-pigeon:before{content:""}.icofont-rabbit:before{content:""}.icofont-rat:before{content:""}.icofont-rhino-head:before{content:""}.icofont-rhino:before{content:""}.icofont-rooster:before{content:""}.icofont-seahorse:before{content:""}.icofont-seal:before{content:""}.icofont-shrimp-alt:before{content:""}.icofont-shrimp:before{content:""}.icofont-snail-1:before{content:""}.icofont-snail-2:before{content:""}.icofont-snail-3:before{content:""}.icofont-snail:before{content:""}.icofont-snake:before{content:""}.icofont-squid:before{content:""}.icofont-squirrel:before{content:""}.icofont-tiger-face:before{content:""}.icofont-tiger:before{content:""}.icofont-turtle:before{content:""}.icofont-whale:before{content:""}.icofont-woodpecker:before{content:""}.icofont-zebra:before{content:""}.icofont-brand-acer:before{content:""}.icofont-brand-adidas:before{content:""}.icofont-brand-adobe:before{content:""}.icofont-brand-air-new-zealand:before{content:""}.icofont-brand-airbnb:before{content:""}.icofont-brand-aircell:before{content:""}.icofont-brand-airtel:before{content:""}.icofont-brand-alcatel:before{content:""}.icofont-brand-alibaba:before{content:""}.icofont-brand-aliexpress:before{content:""}.icofont-brand-alipay:before{content:""}.icofont-brand-amazon:before{content:""}.icofont-brand-amd:before{content:""}.icofont-brand-american-airlines:before{content:""}.icofont-brand-android-robot:before{content:""}.icofont-brand-android:before{content:""}.icofont-brand-aol:before{content:""}.icofont-brand-apple:before{content:""}.icofont-brand-appstore:before{content:""}.icofont-brand-asus:before{content:""}.icofont-brand-ati:before{content:""}.icofont-brand-att:before{content:""}.icofont-brand-audi:before{content:""}.icofont-brand-axiata:before{content:""}.icofont-brand-bada:before{content:""}.icofont-brand-bbc:before{content:""}.icofont-brand-bing:before{content:""}.icofont-brand-blackberry:before{content:""}.icofont-brand-bmw:before{content:""}.icofont-brand-box:before{content:""}.icofont-brand-burger-king:before{content:""}.icofont-brand-business-insider:before{content:""}.icofont-brand-buzzfeed:before{content:""}.icofont-brand-cannon:before{content:""}.icofont-brand-casio:before{content:""}.icofont-brand-china-mobile:before{content:""}.icofont-brand-china-telecom:before{content:""}.icofont-brand-china-unicom:before{content:""}.icofont-brand-cisco:before{content:""}.icofont-brand-citibank:before{content:""}.icofont-brand-cnet:before{content:""}.icofont-brand-cnn:before{content:""}.icofont-brand-cocal-cola:before{content:""}.icofont-brand-compaq:before{content:""}.icofont-brand-debian:before{content:""}.icofont-brand-delicious:before{content:""}.icofont-brand-dell:before{content:""}.icofont-brand-designbump:before{content:""}.icofont-brand-designfloat:before{content:""}.icofont-brand-disney:before{content:""}.icofont-brand-dodge:before{content:""}.icofont-brand-dove:before{content:""}.icofont-brand-drupal:before{content:""}.icofont-brand-ebay:before{content:""}.icofont-brand-eleven:before{content:""}.icofont-brand-emirates:before{content:""}.icofont-brand-espn:before{content:""}.icofont-brand-etihad-airways:before{content:""}.icofont-brand-etisalat:before{content:""}.icofont-brand-etsy:before{content:""}.icofont-brand-fastrack:before{content:""}.icofont-brand-fedex:before{content:""}.icofont-brand-ferrari:before{content:""}.icofont-brand-fitbit:before{content:""}.icofont-brand-flikr:before{content:""}.icofont-brand-forbes:before{content:""}.icofont-brand-foursquare:before{content:""}.icofont-brand-foxconn:before{content:""}.icofont-brand-fujitsu:before{content:""}.icofont-brand-general-electric:before{content:""}.icofont-brand-gillette:before{content:""}.icofont-brand-gizmodo:before{content:""}.icofont-brand-gnome:before{content:""}.icofont-brand-google:before{content:""}.icofont-brand-gopro:before{content:""}.icofont-brand-gucci:before{content:""}.icofont-brand-hallmark:before{content:""}.icofont-brand-hi5:before{content:""}.icofont-brand-honda:before{content:""}.icofont-brand-hp:before{content:""}.icofont-brand-hsbc:before{content:""}.icofont-brand-htc:before{content:""}.icofont-brand-huawei:before{content:""}.icofont-brand-hulu:before{content:""}.icofont-brand-hyundai:before{content:""}.icofont-brand-ibm:before{content:""}.icofont-brand-icofont:before{content:""}.icofont-brand-icq:before{content:""}.icofont-brand-ikea:before{content:""}.icofont-brand-imdb:before{content:""}.icofont-brand-indiegogo:before{content:""}.icofont-brand-intel:before{content:""}.icofont-brand-ipair:before{content:""}.icofont-brand-jaguar:before{content:""}.icofont-brand-java:before{content:""}.icofont-brand-joomla:before{content:""}.icofont-brand-kickstarter:before{content:""}.icofont-brand-kik:before{content:""}.icofont-brand-lastfm:before{content:""}.icofont-brand-lego:before{content:""}.icofont-brand-lenovo:before{content:""}.icofont-brand-levis:before{content:""}.icofont-brand-lexus:before{content:""}.icofont-brand-lg:before{content:""}.icofont-brand-life-hacker:before{content:""}.icofont-brand-linux-mint:before{content:""}.icofont-brand-linux:before{content:""}.icofont-brand-lionix:before{content:""}.icofont-brand-loreal:before{content:""}.icofont-brand-louis-vuitton:before{content:""}.icofont-brand-mac-os:before{content:""}.icofont-brand-marvel-app:before{content:""}.icofont-brand-mashable:before{content:""}.icofont-brand-mazda:before{content:""}.icofont-brand-mcdonals:before{content:""}.icofont-brand-mercedes:before{content:""}.icofont-brand-micromax:before{content:""}.icofont-brand-microsoft:before{content:""}.icofont-brand-mobileme:before{content:""}.icofont-brand-mobily:before{content:""}.icofont-brand-motorola:before{content:""}.icofont-brand-msi:before{content:""}.icofont-brand-mts:before{content:""}.icofont-brand-myspace:before{content:""}.icofont-brand-mytv:before{content:""}.icofont-brand-nasa:before{content:""}.icofont-brand-natgeo:before{content:""}.icofont-brand-nbc:before{content:""}.icofont-brand-nescafe:before{content:""}.icofont-brand-nestle:before{content:""}.icofont-brand-netflix:before{content:""}.icofont-brand-nexus:before{content:""}.icofont-brand-nike:before{content:""}.icofont-brand-nokia:before{content:""}.icofont-brand-nvidia:before{content:""}.icofont-brand-omega:before{content:""}.icofont-brand-opensuse:before{content:""}.icofont-brand-oracle:before{content:""}.icofont-brand-panasonic:before{content:""}.icofont-brand-paypal:before{content:""}.icofont-brand-pepsi:before{content:""}.icofont-brand-philips:before{content:""}.icofont-brand-pizza-hut:before{content:""}.icofont-brand-playstation:before{content:""}.icofont-brand-puma:before{content:""}.icofont-brand-qatar-air:before{content:""}.icofont-brand-qvc:before{content:""}.icofont-brand-readernaut:before{content:""}.icofont-brand-redbull:before{content:""}.icofont-brand-reebok:before{content:""}.icofont-brand-reuters:before{content:""}.icofont-brand-samsung:before{content:""}.icofont-brand-sap:before{content:""}.icofont-brand-saudia-airlines:before{content:""}.icofont-brand-scribd:before{content:""}.icofont-brand-shell:before{content:""}.icofont-brand-siemens:before{content:""}.icofont-brand-sk-telecom:before{content:""}.icofont-brand-slideshare:before{content:""}.icofont-brand-smashing-magazine:before{content:""}.icofont-brand-snapchat:before{content:""}.icofont-brand-sony-ericsson:before{content:""}.icofont-brand-sony:before{content:""}.icofont-brand-soundcloud:before{content:""}.icofont-brand-sprint:before{content:""}.icofont-brand-squidoo:before{content:""}.icofont-brand-starbucks:before{content:""}.icofont-brand-stc:before{content:""}.icofont-brand-steam:before{content:""}.icofont-brand-suzuki:before{content:""}.icofont-brand-symbian:before{content:""}.icofont-brand-t-mobile:before{content:""}.icofont-brand-tango:before{content:""}.icofont-brand-target:before{content:""}.icofont-brand-tata-indicom:before{content:""}.icofont-brand-techcrunch:before{content:""}.icofont-brand-telenor:before{content:""}.icofont-brand-teliasonera:before{content:""}.icofont-brand-tesla:before{content:""}.icofont-brand-the-verge:before{content:""}.icofont-brand-thenextweb:before{content:""}.icofont-brand-toshiba:before{content:""}.icofont-brand-toyota:before{content:""}.icofont-brand-tribenet:before{content:""}.icofont-brand-ubuntu:before{content:""}.icofont-brand-unilever:before{content:""}.icofont-brand-vaio:before{content:""}.icofont-brand-verizon:before{content:""}.icofont-brand-viber:before{content:""}.icofont-brand-vodafone:before{content:""}.icofont-brand-volkswagen:before{content:""}.icofont-brand-walmart:before{content:""}.icofont-brand-warnerbros:before{content:""}.icofont-brand-whatsapp:before{content:""}.icofont-brand-wikipedia:before{content:""}.icofont-brand-windows:before{content:""}.icofont-brand-wire:before{content:""}.icofont-brand-wordpress:before{content:""}.icofont-brand-xiaomi:before{content:""}.icofont-brand-yahoobuzz:before{content:""}.icofont-brand-yamaha:before{content:""}.icofont-brand-youtube:before{content:""}.icofont-brand-zain:before{content:""}.icofont-bank-alt:before{content:""}.icofont-bank:before{content:""}.icofont-barcode:before{content:""}.icofont-bill-alt:before{content:""}.icofont-billboard:before{content:""}.icofont-briefcase-1:before{content:""}.icofont-briefcase-2:before{content:""}.icofont-businessman:before{content:""}.icofont-businesswoman:before{content:""}.icofont-chair:before{content:""}.icofont-coins:before{content:""}.icofont-company:before{content:""}.icofont-contact-add:before{content:""}.icofont-files-stack:before{content:""}.icofont-handshake-deal:before{content:""}.icofont-id-card:before{content:""}.icofont-meeting-add:before{content:""}.icofont-money-bag:before{content:""}.icofont-pie-chart:before{content:""}.icofont-presentation-alt:before{content:""}.icofont-presentation:before{content:""}.icofont-stamp:before{content:""}.icofont-stock-mobile:before{content:""}.icofont-chart-arrows-axis:before{content:""}.icofont-chart-bar-graph:before{content:""}.icofont-chart-flow-1:before{content:""}.icofont-chart-flow-2:before{content:""}.icofont-chart-flow:before{content:""}.icofont-chart-growth:before{content:""}.icofont-chart-histogram-alt:before{content:""}.icofont-chart-histogram:before{content:""}.icofont-chart-line-alt:before{content:""}.icofont-chart-line:before{content:""}.icofont-chart-pie-alt:before{content:""}.icofont-chart-pie:before{content:""}.icofont-chart-radar-graph:before{content:""}.icofont-architecture-alt:before{content:""}.icofont-architecture:before{content:""}.icofont-barricade:before{content:""}.icofont-bolt:before{content:""}.icofont-bricks:before{content:""}.icofont-building-alt:before{content:""}.icofont-bull-dozer:before{content:""}.icofont-calculations:before{content:""}.icofont-cement-mix:before{content:""}.icofont-cement-mixer:before{content:""}.icofont-concrete-mixer:before{content:""}.icofont-danger-zone:before{content:""}.icofont-drill:before{content:""}.icofont-eco-energy:before{content:""}.icofont-eco-environmen:before{content:""}.icofont-energy-air:before{content:""}.icofont-energy-oil:before{content:""}.icofont-energy-savings:before{content:""}.icofont-energy-solar:before{content:""}.icofont-energy-water:before{content:""}.icofont-engineer:before{content:""}.icofont-fire-extinguisher-alt:before{content:""}.icofont-fire-extinguisher:before{content:""}.icofont-fix-tools:before{content:""}.icofont-fork-lift:before{content:""}.icofont-glue-oil:before{content:""}.icofont-hammer-alt:before{content:""}.icofont-hammer:before{content:""}.icofont-help-robot:before{content:""}.icofont-industries-1:before{content:""}.icofont-industries-2:before{content:""}.icofont-industries-3:before{content:""}.icofont-industries-4:before{content:""}.icofont-industries-5:before{content:""}.icofont-industries:before{content:""}.icofont-labour:before{content:""}.icofont-mining:before{content:""}.icofont-paint-brush:before{content:""}.icofont-pollution:before{content:""}.icofont-power-zone:before{content:""}.icofont-radio-active:before{content:""}.icofont-recycle-alt:before{content:""}.icofont-recycling-man:before{content:""}.icofont-safety-hat-light:before{content:""}.icofont-safety-hat:before{content:""}.icofont-saw:before{content:""}.icofont-screw-driver:before{content:""}.icofont-tools-1:before{content:""}.icofont-tools-bag:before{content:""}.icofont-tow-truck:before{content:""}.icofont-trolley:before{content:""}.icofont-trowel:before{content:""}.icofont-under-construction-alt:before{content:""}.icofont-under-construction:before{content:""}.icofont-vehicle-cement:before{content:""}.icofont-vehicle-crane:before{content:""}.icofont-vehicle-delivery-van:before{content:""}.icofont-vehicle-dozer:before{content:""}.icofont-vehicle-excavator:before{content:""}.icofont-vehicle-trucktor:before{content:""}.icofont-vehicle-wrecking:before{content:""}.icofont-worker:before{content:""}.icofont-workers-group:before{content:""}.icofont-wrench:before{content:""}.icofont-afghani-false:before{content:""}.icofont-afghani-minus:before{content:""}.icofont-afghani-plus:before{content:""}.icofont-afghani-true:before{content:""}.icofont-afghani:before{content:""}.icofont-baht-false:before{content:""}.icofont-baht-minus:before{content:""}.icofont-baht-plus:before{content:""}.icofont-baht-true:before{content:""}.icofont-baht:before{content:""}.icofont-bitcoin-false:before{content:""}.icofont-bitcoin-minus:before{content:""}.icofont-bitcoin-plus:before{content:""}.icofont-bitcoin-true:before{content:""}.icofont-bitcoin:before{content:""}.icofont-dollar-flase:before{content:""}.icofont-dollar-minus:before{content:""}.icofont-dollar-plus:before{content:""}.icofont-dollar-true:before{content:""}.icofont-dollar:before{content:""}.icofont-dong-false:before{content:""}.icofont-dong-minus:before{content:""}.icofont-dong-plus:before{content:""}.icofont-dong-true:before{content:""}.icofont-dong:before{content:""}.icofont-euro-false:before{content:""}.icofont-euro-minus:before{content:""}.icofont-euro-plus:before{content:""}.icofont-euro-true:before{content:""}.icofont-euro:before{content:""}.icofont-frank-false:before{content:""}.icofont-frank-minus:before{content:""}.icofont-frank-plus:before{content:""}.icofont-frank-true:before{content:""}.icofont-frank:before{content:""}.icofont-hryvnia-false:before{content:""}.icofont-hryvnia-minus:before{content:""}.icofont-hryvnia-plus:before{content:""}.icofont-hryvnia-true:before{content:""}.icofont-hryvnia:before{content:""}.icofont-lira-false:before{content:""}.icofont-lira-minus:before{content:""}.icofont-lira-plus:before{content:""}.icofont-lira-true:before{content:""}.icofont-lira:before{content:""}.icofont-peseta-false:before{content:""}.icofont-peseta-minus:before{content:""}.icofont-peseta-plus:before{content:""}.icofont-peseta-true:before{content:""}.icofont-peseta:before{content:""}.icofont-peso-false:before{content:""}.icofont-peso-minus:before{content:""}.icofont-peso-plus:before{content:""}.icofont-peso-true:before{content:""}.icofont-peso:before{content:""}.icofont-pound-false:before{content:""}.icofont-pound-minus:before{content:""}.icofont-pound-plus:before{content:""}.icofont-pound-true:before{content:""}.icofont-pound:before{content:""}.icofont-renminbi-false:before{content:""}.icofont-renminbi-minus:before{content:""}.icofont-renminbi-plus:before{content:""}.icofont-renminbi-true:before{content:""}.icofont-renminbi:before{content:""}.icofont-riyal-false:before{content:""}.icofont-riyal-minus:before{content:""}.icofont-riyal-plus:before{content:""}.icofont-riyal-true:before{content:""}.icofont-riyal:before{content:""}.icofont-rouble-false:before{content:""}.icofont-rouble-minus:before{content:""}.icofont-rouble-plus:before{content:""}.icofont-rouble-true:before{content:""}.icofont-rouble:before{content:""}.icofont-rupee-false:before{content:""}.icofont-rupee-minus:before{content:""}.icofont-rupee-plus:before{content:""}.icofont-rupee-true:before{content:""}.icofont-rupee:before{content:""}.icofont-taka-false:before{content:""}.icofont-taka-minus:before{content:""}.icofont-taka-plus:before{content:""}.icofont-taka-true:before{content:""}.icofont-taka:before{content:""}.icofont-turkish-lira-false:before{content:""}.icofont-turkish-lira-minus:before{content:""}.icofont-turkish-lira-plus:before{content:""}.icofont-turkish-lira-true:before{content:""}.icofont-turkish-lira:before{content:""}.icofont-won-false:before{content:""}.icofont-won-minus:before{content:""}.icofont-won-plus:before{content:""}.icofont-won-true:before{content:""}.icofont-won:before{content:""}.icofont-yen-false:before{content:""}.icofont-yen-minus:before{content:""}.icofont-yen-plus:before{content:""}.icofont-yen-true:before{content:""}.icofont-yen:before{content:""}.icofont-android-nexus:before{content:""}.icofont-android-tablet:before{content:""}.icofont-apple-watch:before{content:""}.icofont-drawing-tablet:before{content:""}.icofont-earphone:before{content:""}.icofont-flash-drive:before{content:""}.icofont-game-console:before{content:""}.icofont-game-controller:before{content:""}.icofont-game-pad:before{content:""}.icofont-game:before{content:""}.icofont-headphone-alt-1:before{content:""}.icofont-headphone-alt-2:before{content:""}.icofont-headphone-alt-3:before{content:""}.icofont-headphone-alt:before{content:""}.icofont-headphone:before{content:""}.icofont-htc-one:before{content:""}.icofont-imac:before{content:""}.icofont-ipad:before{content:""}.icofont-iphone:before{content:""}.icofont-ipod-nano:before{content:""}.icofont-ipod-touch:before{content:""}.icofont-keyboard-alt:before{content:""}.icofont-keyboard-wireless:before{content:""}.icofont-keyboard:before{content:""}.icofont-laptop-alt:before{content:""}.icofont-laptop:before{content:""}.icofont-macbook:before{content:""}.icofont-magic-mouse:before{content:""}.icofont-micro-chip:before{content:""}.icofont-microphone-alt:before{content:""}.icofont-microphone:before{content:""}.icofont-monitor:before{content:""}.icofont-mouse:before{content:""}.icofont-mp3-player:before{content:""}.icofont-nintendo:before{content:""}.icofont-playstation-alt:before{content:""}.icofont-psvita:before{content:""}.icofont-radio-mic:before{content:""}.icofont-radio:before{content:""}.icofont-refrigerator:before{content:""}.icofont-samsung-galaxy:before{content:""}.icofont-surface-tablet:before{content:""}.icofont-ui-head-phone:before{content:""}.icofont-ui-keyboard:before{content:""}.icofont-washing-machine:before{content:""}.icofont-wifi-router:before{content:""}.icofont-wii-u:before{content:""}.icofont-windows-lumia:before{content:""}.icofont-wireless-mouse:before{content:""}.icofont-xbox-360:before{content:""}.icofont-arrow-down:before{content:""}.icofont-arrow-left:before{content:""}.icofont-arrow-right:before{content:""}.icofont-arrow-up:before{content:""}.icofont-block-down:before{content:""}.icofont-block-left:before{content:""}.icofont-block-right:before{content:""}.icofont-block-up:before{content:""}.icofont-bubble-down:before{content:""}.icofont-bubble-left:before{content:""}.icofont-bubble-right:before{content:""}.icofont-bubble-up:before{content:""}.icofont-caret-down:before{content:""}.icofont-caret-left:before{content:""}.icofont-caret-right:before{content:""}.icofont-caret-up:before{content:""}.icofont-circled-down:before{content:""}.icofont-circled-left:before{content:""}.icofont-circled-right:before{content:""}.icofont-circled-up:before{content:""}.icofont-collapse:before{content:""}.icofont-cursor-drag:before{content:""}.icofont-curved-double-left:before{content:""}.icofont-curved-double-right:before{content:""}.icofont-curved-down:before{content:""}.icofont-curved-left:before{content:""}.icofont-curved-right:before{content:""}.icofont-curved-up:before{content:""}.icofont-dotted-down:before{content:""}.icofont-dotted-left:before{content:""}.icofont-dotted-right:before{content:""}.icofont-dotted-up:before{content:""}.icofont-double-left:before{content:""}.icofont-double-right:before{content:""}.icofont-expand-alt:before{content:""}.icofont-hand-down:before{content:""}.icofont-hand-drag:before{content:""}.icofont-hand-drag1:before{content:""}.icofont-hand-drag2:before{content:""}.icofont-hand-drawn-alt-down:before{content:""}.icofont-hand-drawn-alt-left:before{content:""}.icofont-hand-drawn-alt-right:before{content:""}.icofont-hand-drawn-alt-up:before{content:""}.icofont-hand-drawn-down:before{content:""}.icofont-hand-drawn-left:before{content:""}.icofont-hand-drawn-right:before{content:""}.icofont-hand-drawn-up:before{content:""}.icofont-hand-grippers:before{content:""}.icofont-hand-left:before{content:""}.icofont-hand-right:before{content:""}.icofont-hand-up:before{content:""}.icofont-line-block-down:before{content:""}.icofont-line-block-left:before{content:""}.icofont-line-block-right:before{content:""}.icofont-line-block-up:before{content:""}.icofont-long-arrow-down:before{content:""}.icofont-long-arrow-left:before{content:""}.icofont-long-arrow-right:before{content:""}.icofont-long-arrow-up:before{content:""}.icofont-rounded-collapse:before{content:""}.icofont-rounded-double-left:before{content:""}.icofont-rounded-double-right:before{content:""}.icofont-rounded-down:before{content:""}.icofont-rounded-expand:before{content:""}.icofont-rounded-left-down:before{content:""}.icofont-rounded-left-up:before{content:""}.icofont-rounded-left:before{content:""}.icofont-rounded-right-down:before{content:""}.icofont-rounded-right-up:before{content:""}.icofont-rounded-right:before{content:""}.icofont-rounded-up:before{content:""}.icofont-scroll-bubble-down:before{content:""}.icofont-scroll-bubble-left:before{content:""}.icofont-scroll-bubble-right:before{content:""}.icofont-scroll-bubble-up:before{content:""}.icofont-scroll-double-down:before{content:""}.icofont-scroll-double-left:before{content:""}.icofont-scroll-double-right:before{content:""}.icofont-scroll-double-up:before{content:""}.icofont-scroll-down:before{content:""}.icofont-scroll-left:before{content:""}.icofont-scroll-long-down:before{content:""}.icofont-scroll-long-left:before{content:""}.icofont-scroll-long-right:before{content:""}.icofont-scroll-long-up:before{content:""}.icofont-scroll-right:before{content:""}.icofont-scroll-up:before{content:""}.icofont-simple-down:before{content:""}.icofont-simple-left-down:before{content:""}.icofont-simple-left-up:before{content:""}.icofont-simple-left:before{content:""}.icofont-simple-right-down:before{content:""}.icofont-simple-right-up:before{content:""}.icofont-simple-right:before{content:""}.icofont-simple-up:before{content:""}.icofont-square-down:before{content:""}.icofont-square-left:before{content:""}.icofont-square-right:before{content:""}.icofont-square-up:before{content:""}.icofont-stylish-down:before{content:""}.icofont-stylish-left:before{content:""}.icofont-stylish-right:before{content:""}.icofont-stylish-up:before{content:""}.icofont-swoosh-down:before{content:""}.icofont-swoosh-left:before{content:""}.icofont-swoosh-right:before{content:""}.icofont-swoosh-up:before{content:""}.icofont-thin-double-left:before{content:""}.icofont-thin-double-right:before{content:""}.icofont-thin-down:before{content:""}.icofont-thin-left:before{content:""}.icofont-thin-right:before{content:""}.icofont-thin-up:before{content:""}.icofont-abc:before{content:""}.icofont-atom:before{content:""}.icofont-award:before{content:""}.icofont-bell-alt:before{content:""}.icofont-black-board:before{content:""}.icofont-book-alt:before{content:""}.icofont-book:before{content:""}.icofont-brainstorming:before{content:""}.icofont-certificate-alt-1:before{content:""}.icofont-certificate-alt-2:before{content:""}.icofont-certificate:before{content:""}.icofont-education:before{content:""}.icofont-electron:before{content:""}.icofont-fountain-pen:before{content:""}.icofont-globe-alt:before{content:""}.icofont-graduate-alt:before{content:""}.icofont-graduate:before{content:""}.icofont-group-students:before{content:""}.icofont-hat-alt:before{content:""}.icofont-hat:before{content:""}.icofont-instrument:before{content:""}.icofont-lamp-light:before{content:""}.icofont-medal:before{content:""}.icofont-microscope-alt:before{content:""}.icofont-microscope:before{content:""}.icofont-paper:before{content:""}.icofont-pen-alt-4:before{content:""}.icofont-pen-nib:before{content:""}.icofont-pencil-alt-5:before{content:""}.icofont-quill-pen:before{content:""}.icofont-read-book-alt:before{content:""}.icofont-read-book:before{content:""}.icofont-school-bag:before{content:""}.icofont-school-bus:before{content:""}.icofont-student-alt:before{content:""}.icofont-student:before{content:""}.icofont-teacher:before{content:""}.icofont-test-bulb:before{content:""}.icofont-test-tube-alt:before{content:""}.icofont-university:before{content:""}.icofont-angry:before{content:""}.icofont-astonished:before{content:""}.icofont-confounded:before{content:""}.icofont-confused:before{content:""}.icofont-crying:before{content:""}.icofont-dizzy:before{content:""}.icofont-expressionless:before{content:""}.icofont-heart-eyes:before{content:""}.icofont-laughing:before{content:""}.icofont-nerd-smile:before{content:""}.icofont-open-mouth:before{content:""}.icofont-rage:before{content:""}.icofont-rolling-eyes:before{content:""}.icofont-sad:before{content:""}.icofont-simple-smile:before{content:""}.icofont-slightly-smile:before{content:""}.icofont-smirk:before{content:""}.icofont-stuck-out-tongue:before{content:""}.icofont-wink-smile:before{content:""}.icofont-worried:before{content:""}.icofont-file-alt:before{content:""}.icofont-file-audio:before{content:""}.icofont-file-avi-mp4:before{content:""}.icofont-file-bmp:before{content:""}.icofont-file-code:before{content:""}.icofont-file-css:before{content:""}.icofont-file-document:before{content:""}.icofont-file-eps:before{content:""}.icofont-file-excel:before{content:""}.icofont-file-exe:before{content:""}.icofont-file-file:before{content:""}.icofont-file-flv:before{content:""}.icofont-file-gif:before{content:""}.icofont-file-html5:before{content:""}.icofont-file-image:before{content:""}.icofont-file-iso:before{content:""}.icofont-file-java:before{content:""}.icofont-file-javascript:before{content:""}.icofont-file-jpg:before{content:""}.icofont-file-midi:before{content:""}.icofont-file-mov:before{content:""}.icofont-file-mp3:before{content:""}.icofont-file-pdf:before{content:""}.icofont-file-php:before{content:""}.icofont-file-png:before{content:""}.icofont-file-powerpoint:before{content:""}.icofont-file-presentation:before{content:""}.icofont-file-psb:before{content:""}.icofont-file-psd:before{content:""}.icofont-file-python:before{content:""}.icofont-file-ruby:before{content:""}.icofont-file-spreadsheet:before{content:""}.icofont-file-sql:before{content:""}.icofont-file-svg:before{content:""}.icofont-file-text:before{content:""}.icofont-file-tiff:before{content:""}.icofont-file-video:before{content:""}.icofont-file-wave:before{content:""}.icofont-file-wmv:before{content:""}.icofont-file-word:before{content:""}.icofont-file-zip:before{content:""}.icofont-cycling-alt:before{content:""}.icofont-cycling:before{content:""}.icofont-dumbbell:before{content:""}.icofont-dumbbells:before{content:""}.icofont-gym-alt-1:before{content:""}.icofont-gym-alt-2:before{content:""}.icofont-gym-alt-3:before{content:""}.icofont-gym:before{content:""}.icofont-muscle-weight:before{content:""}.icofont-muscle:before{content:""}.icofont-apple:before{content:""}.icofont-arabian-coffee:before{content:""}.icofont-artichoke:before{content:""}.icofont-asparagus:before{content:""}.icofont-avocado:before{content:""}.icofont-baby-food:before{content:""}.icofont-banana:before{content:""}.icofont-bbq:before{content:""}.icofont-beans:before{content:""}.icofont-beer:before{content:""}.icofont-bell-pepper-capsicum:before{content:""}.icofont-birthday-cake:before{content:""}.icofont-bread:before{content:""}.icofont-broccoli:before{content:""}.icofont-burger:before{content:""}.icofont-cabbage:before{content:""}.icofont-carrot:before{content:""}.icofont-cauli-flower:before{content:""}.icofont-cheese:before{content:""}.icofont-chef:before{content:""}.icofont-cherry:before{content:""}.icofont-chicken-fry:before{content:""}.icofont-chicken:before{content:""}.icofont-cocktail:before{content:""}.icofont-coconut-water:before{content:""}.icofont-coconut:before{content:""}.icofont-coffee-alt:before{content:""}.icofont-coffee-cup:before{content:""}.icofont-coffee-mug:before{content:""}.icofont-coffee-pot:before{content:""}.icofont-cola:before{content:""}.icofont-corn:before{content:""}.icofont-croissant:before{content:""}.icofont-crop-plant:before{content:""}.icofont-cucumber:before{content:""}.icofont-culinary:before{content:""}.icofont-cup-cake:before{content:""}.icofont-dining-table:before{content:""}.icofont-donut:before{content:""}.icofont-egg-plant:before{content:""}.icofont-egg-poached:before{content:""}.icofont-farmer-alt:before{content:""}.icofont-farmer:before{content:""}.icofont-fast-food:before{content:""}.icofont-food-basket:before{content:""}.icofont-food-cart:before{content:""}.icofont-fork-and-knife:before{content:""}.icofont-french-fries:before{content:""}.icofont-fruits:before{content:""}.icofont-grapes:before{content:""}.icofont-honey:before{content:""}.icofont-hot-dog:before{content:""}.icofont-ice-cream-alt:before{content:""}.icofont-ice-cream:before{content:""}.icofont-juice:before{content:""}.icofont-ketchup:before{content:""}.icofont-kiwi:before{content:""}.icofont-layered-cake:before{content:""}.icofont-lemon-alt:before{content:""}.icofont-lemon:before{content:""}.icofont-lobster:before{content:""}.icofont-mango:before{content:""}.icofont-milk:before{content:""}.icofont-mushroom:before{content:""}.icofont-noodles:before{content:""}.icofont-onion:before{content:""}.icofont-orange:before{content:""}.icofont-pear:before{content:""}.icofont-peas:before{content:""}.icofont-pepper:before{content:""}.icofont-pie-alt:before{content:""}.icofont-pie:before{content:""}.icofont-pineapple:before{content:""}.icofont-pizza-slice:before{content:""}.icofont-pizza:before{content:""}.icofont-plant:before{content:""}.icofont-popcorn:before{content:""}.icofont-potato:before{content:""}.icofont-pumpkin:before{content:""}.icofont-raddish:before{content:""}.icofont-restaurant-menu:before{content:""}.icofont-restaurant:before{content:""}.icofont-salt-and-pepper:before{content:""}.icofont-sandwich:before{content:""}.icofont-sausage:before{content:""}.icofont-soft-drinks:before{content:""}.icofont-soup-bowl:before{content:""}.icofont-spoon-and-fork:before{content:""}.icofont-steak:before{content:""}.icofont-strawberry:before{content:""}.icofont-sub-sandwich:before{content:""}.icofont-sushi:before{content:""}.icofont-taco:before{content:""}.icofont-tea-pot:before{content:""}.icofont-tea:before{content:""}.icofont-tomato:before{content:""}.icofont-watermelon:before{content:""}.icofont-wheat:before{content:""}.icofont-baby-backpack:before{content:""}.icofont-baby-cloth:before{content:""}.icofont-baby-milk-bottle:before{content:""}.icofont-baby-trolley:before{content:""}.icofont-baby:before{content:""}.icofont-candy:before{content:""}.icofont-holding-hands:before{content:""}.icofont-infant-nipple:before{content:""}.icofont-kids-scooter:before{content:""}.icofont-safety-pin:before{content:""}.icofont-teddy-bear:before{content:""}.icofont-toy-ball:before{content:""}.icofont-toy-cat:before{content:""}.icofont-toy-duck:before{content:""}.icofont-toy-elephant:before{content:""}.icofont-toy-hand:before{content:""}.icofont-toy-horse:before{content:""}.icofont-toy-lattu:before{content:""}.icofont-toy-train:before{content:""}.icofont-burglar:before{content:""}.icofont-cannon-firing:before{content:""}.icofont-cc-camera:before{content:""}.icofont-cop-badge:before{content:""}.icofont-cop:before{content:""}.icofont-court-hammer:before{content:""}.icofont-court:before{content:""}.icofont-finger-print:before{content:""}.icofont-gavel:before{content:""}.icofont-handcuff-alt:before{content:""}.icofont-handcuff:before{content:""}.icofont-investigation:before{content:""}.icofont-investigator:before{content:""}.icofont-jail:before{content:""}.icofont-judge:before{content:""}.icofont-law-alt-1:before{content:""}.icofont-law-alt-2:before{content:""}.icofont-law-alt-3:before{content:""}.icofont-law-book:before{content:""}.icofont-law-document:before{content:""}.icofont-law-order:before{content:""}.icofont-law-protect:before{content:""}.icofont-law-scales:before{content:""}.icofont-law:before{content:""}.icofont-lawyer-alt-1:before{content:""}.icofont-lawyer-alt-2:before{content:""}.icofont-lawyer:before{content:""}.icofont-legal:before{content:""}.icofont-pistol:before{content:""}.icofont-police-badge:before{content:""}.icofont-police-cap:before{content:""}.icofont-police-car-alt-1:before{content:""}.icofont-police-car-alt-2:before{content:""}.icofont-police-car:before{content:""}.icofont-police-hat:before{content:""}.icofont-police-van:before{content:""}.icofont-police:before{content:""}.icofont-thief-alt:before{content:""}.icofont-thief:before{content:""}.icofont-abacus-alt:before{content:""}.icofont-abacus:before{content:""}.icofont-angle-180:before{content:""}.icofont-angle-45:before{content:""}.icofont-angle-90:before{content:""}.icofont-angle:before{content:""}.icofont-calculator-alt-1:before{content:""}.icofont-calculator-alt-2:before{content:""}.icofont-calculator:before{content:""}.icofont-circle-ruler-alt:before{content:""}.icofont-circle-ruler:before{content:""}.icofont-compass-alt-1:before{content:""}.icofont-compass-alt-2:before{content:""}.icofont-compass-alt-3:before{content:""}.icofont-compass-alt-4:before{content:""}.icofont-golden-ratio:before{content:""}.icofont-marker-alt-1:before{content:""}.icofont-marker-alt-2:before{content:""}.icofont-marker-alt-3:before{content:""}.icofont-marker:before{content:""}.icofont-math:before{content:""}.icofont-mathematical-alt-1:before{content:""}.icofont-mathematical-alt-2:before{content:""}.icofont-mathematical:before{content:""}.icofont-pen-alt-1:before{content:""}.icofont-pen-alt-2:before{content:""}.icofont-pen-alt-3:before{content:""}.icofont-pen-holder-alt-1:before{content:""}.icofont-pen-holder:before{content:""}.icofont-pen:before{content:""}.icofont-pencil-alt-1:before{content:""}.icofont-pencil-alt-2:before{content:""}.icofont-pencil-alt-3:before{content:""}.icofont-pencil-alt-4:before{content:""}.icofont-pencil:before{content:""}.icofont-ruler-alt-1:before{content:""}.icofont-ruler-alt-2:before{content:""}.icofont-ruler-compass-alt:before{content:""}.icofont-ruler-compass:before{content:""}.icofont-ruler-pencil-alt-1:before{content:""}.icofont-ruler-pencil-alt-2:before{content:""}.icofont-ruler-pencil:before{content:""}.icofont-ruler:before{content:""}.icofont-rulers-alt:before{content:""}.icofont-rulers:before{content:""}.icofont-square-root:before{content:""}.icofont-ui-calculator:before{content:""}.icofont-aids:before{content:""}.icofont-ambulance-crescent:before{content:""}.icofont-ambulance-cross:before{content:""}.icofont-ambulance:before{content:""}.icofont-autism:before{content:""}.icofont-bandage:before{content:""}.icofont-blind:before{content:""}.icofont-blood-drop:before{content:""}.icofont-blood-test:before{content:""}.icofont-blood:before{content:""}.icofont-brain-alt:before{content:""}.icofont-brain:before{content:""}.icofont-capsule:before{content:""}.icofont-crutch:before{content:""}.icofont-disabled:before{content:""}.icofont-dna-alt-1:before{content:""}.icofont-dna-alt-2:before{content:""}.icofont-dna:before{content:""}.icofont-doctor-alt:before{content:""}.icofont-doctor:before{content:""}.icofont-drug-pack:before{content:""}.icofont-drug:before{content:""}.icofont-first-aid-alt:before{content:""}.icofont-first-aid:before{content:""}.icofont-heart-beat-alt:before{content:""}.icofont-heart-beat:before{content:""}.icofont-heartbeat:before{content:""}.icofont-herbal:before{content:""}.icofont-hospital:before{content:""}.icofont-icu:before{content:""}.icofont-injection-syringe:before{content:""}.icofont-laboratory:before{content:""}.icofont-medical-sign-alt:before{content:""}.icofont-medical-sign:before{content:""}.icofont-nurse-alt:before{content:""}.icofont-nurse:before{content:""}.icofont-nursing-home:before{content:""}.icofont-operation-theater:before{content:""}.icofont-paralysis-disability:before{content:""}.icofont-patient-bed:before{content:""}.icofont-patient-file:before{content:""}.icofont-pills:before{content:""}.icofont-prescription:before{content:""}.icofont-pulse:before{content:""}.icofont-stethoscope-alt:before{content:""}.icofont-stethoscope:before{content:""}.icofont-stretcher:before{content:""}.icofont-surgeon-alt:before{content:""}.icofont-surgeon:before{content:""}.icofont-tablets:before{content:""}.icofont-test-bottle:before{content:""}.icofont-test-tube:before{content:""}.icofont-thermometer-alt:before{content:""}.icofont-thermometer:before{content:""}.icofont-tooth:before{content:""}.icofont-xray:before{content:""}.icofont-ui-add:before{content:""}.icofont-ui-alarm:before{content:""}.icofont-ui-battery:before{content:""}.icofont-ui-block:before{content:""}.icofont-ui-bluetooth:before{content:""}.icofont-ui-brightness:before{content:""}.icofont-ui-browser:before{content:""}.icofont-ui-calendar:before{content:""}.icofont-ui-call:before{content:""}.icofont-ui-camera:before{content:""}.icofont-ui-cart:before{content:""}.icofont-ui-cell-phone:before{content:""}.icofont-ui-chat:before{content:""}.icofont-ui-check:before{content:""}.icofont-ui-clip-board:before{content:""}.icofont-ui-clip:before{content:""}.icofont-ui-clock:before{content:""}.icofont-ui-close:before{content:""}.icofont-ui-contact-list:before{content:""}.icofont-ui-copy:before{content:""}.icofont-ui-cut:before{content:""}.icofont-ui-delete:before{content:""}.icofont-ui-dial-phone:before{content:""}.icofont-ui-edit:before{content:""}.icofont-ui-email:before{content:""}.icofont-ui-file:before{content:""}.icofont-ui-fire-wall:before{content:""}.icofont-ui-flash-light:before{content:""}.icofont-ui-flight:before{content:""}.icofont-ui-folder:before{content:""}.icofont-ui-game:before{content:""}.icofont-ui-handicapped:before{content:""}.icofont-ui-home:before{content:""}.icofont-ui-image:before{content:""}.icofont-ui-laoding:before{content:""}.icofont-ui-lock:before{content:""}.icofont-ui-love-add:before{content:""}.icofont-ui-love-broken:before{content:""}.icofont-ui-love-remove:before{content:""}.icofont-ui-love:before{content:""}.icofont-ui-map:before{content:""}.icofont-ui-message:before{content:""}.icofont-ui-messaging:before{content:""}.icofont-ui-movie:before{content:""}.icofont-ui-music-player:before{content:""}.icofont-ui-music:before{content:""}.icofont-ui-mute:before{content:""}.icofont-ui-network:before{content:""}.icofont-ui-next:before{content:""}.icofont-ui-note:before{content:""}.icofont-ui-office:before{content:""}.icofont-ui-password:before{content:""}.icofont-ui-pause:before{content:""}.icofont-ui-play-stop:before{content:""}.icofont-ui-play:before{content:""}.icofont-ui-pointer:before{content:""}.icofont-ui-power:before{content:""}.icofont-ui-press:before{content:""}.icofont-ui-previous:before{content:""}.icofont-ui-rate-add:before{content:""}.icofont-ui-rate-blank:before{content:""}.icofont-ui-rate-remove:before{content:""}.icofont-ui-rating:before{content:""}.icofont-ui-record:before{content:""}.icofont-ui-remove:before{content:""}.icofont-ui-reply:before{content:""}.icofont-ui-rotation:before{content:""}.icofont-ui-rss:before{content:""}.icofont-ui-search:before{content:""}.icofont-ui-settings:before{content:""}.icofont-ui-social-link:before{content:""}.icofont-ui-tag:before{content:""}.icofont-ui-text-chat:before{content:""}.icofont-ui-text-loading:before{content:""}.icofont-ui-theme:before{content:""}.icofont-ui-timer:before{content:""}.icofont-ui-touch-phone:before{content:""}.icofont-ui-travel:before{content:""}.icofont-ui-unlock:before{content:""}.icofont-ui-user-group:before{content:""}.icofont-ui-user:before{content:""}.icofont-ui-v-card:before{content:""}.icofont-ui-video-chat:before{content:""}.icofont-ui-video-message:before{content:""}.icofont-ui-video-play:before{content:""}.icofont-ui-video:before{content:""}.icofont-ui-volume:before{content:""}.icofont-ui-weather:before{content:""}.icofont-ui-wifi:before{content:""}.icofont-ui-zoom-in:before{content:""}.icofont-ui-zoom-out:before{content:""}.icofont-cassette-player:before{content:""}.icofont-cassette:before{content:""}.icofont-forward:before{content:""}.icofont-guiter:before{content:""}.icofont-movie:before{content:""}.icofont-multimedia:before{content:""}.icofont-music-alt:before{content:""}.icofont-music-disk:before{content:""}.icofont-music-note:before{content:""}.icofont-music-notes:before{content:""}.icofont-music:before{content:""}.icofont-mute-volume:before{content:""}.icofont-pause:before{content:""}.icofont-play-alt-1:before{content:""}.icofont-play-alt-2:before{content:""}.icofont-play-alt-3:before{content:""}.icofont-play-pause:before{content:""}.icofont-play:before{content:""}.icofont-record:before{content:""}.icofont-retro-music-disk:before{content:""}.icofont-rewind:before{content:""}.icofont-song-notes:before{content:""}.icofont-sound-wave-alt:before{content:""}.icofont-sound-wave:before{content:""}.icofont-stop:before{content:""}.icofont-video-alt:before{content:""}.icofont-video-cam:before{content:""}.icofont-video-clapper:before{content:""}.icofont-video:before{content:""}.icofont-volume-bar:before{content:""}.icofont-volume-down:before{content:""}.icofont-volume-mute:before{content:""}.icofont-volume-off:before{content:""}.icofont-volume-up:before{content:""}.icofont-youtube-play:before{content:""}.icofont-2checkout-alt:before{content:""}.icofont-2checkout:before{content:""}.icofont-amazon-alt:before{content:""}.icofont-amazon:before{content:""}.icofont-american-express-alt:before{content:""}.icofont-american-express:before{content:""}.icofont-apple-pay-alt:before{content:""}.icofont-apple-pay:before{content:""}.icofont-bank-transfer-alt:before{content:""}.icofont-bank-transfer:before{content:""}.icofont-braintree-alt:before{content:""}.icofont-braintree:before{content:""}.icofont-cash-on-delivery-alt:before{content:""}.icofont-cash-on-delivery:before{content:""}.icofont-diners-club-alt-1:before{content:""}.icofont-diners-club-alt-2:before{content:""}.icofont-diners-club-alt-3:before{content:""}.icofont-diners-club:before{content:""}.icofont-discover-alt:before{content:""}.icofont-discover:before{content:""}.icofont-eway-alt:before{content:""}.icofont-eway:before{content:""}.icofont-google-wallet-alt-1:before{content:""}.icofont-google-wallet-alt-2:before{content:""}.icofont-google-wallet-alt-3:before{content:""}.icofont-google-wallet:before{content:""}.icofont-jcb-alt:before{content:""}.icofont-jcb:before{content:""}.icofont-maestro-alt:before{content:""}.icofont-maestro:before{content:""}.icofont-mastercard-alt:before{content:""}.icofont-mastercard:before{content:""}.icofont-payoneer-alt:before{content:""}.icofont-payoneer:before{content:""}.icofont-paypal-alt:before{content:""}.icofont-paypal:before{content:""}.icofont-sage-alt:before{content:""}.icofont-sage:before{content:""}.icofont-skrill-alt:before{content:""}.icofont-skrill:before{content:""}.icofont-stripe-alt:before{content:""}.icofont-stripe:before{content:""}.icofont-visa-alt:before{content:""}.icofont-visa-electron:before{content:""}.icofont-visa:before{content:""}.icofont-western-union-alt:before{content:""}.icofont-western-union:before{content:""}.icofont-boy:before{content:""}.icofont-business-man-alt-1:before{content:""}.icofont-business-man-alt-2:before{content:""}.icofont-business-man-alt-3:before{content:""}.icofont-business-man:before{content:""}.icofont-female:before{content:""}.icofont-funky-man:before{content:""}.icofont-girl-alt:before{content:""}.icofont-girl:before{content:""}.icofont-group:before{content:""}.icofont-hotel-boy-alt:before{content:""}.icofont-hotel-boy:before{content:""}.icofont-kid:before{content:""}.icofont-man-in-glasses:before{content:""}.icofont-people:before{content:""}.icofont-support:before{content:""}.icofont-user-alt-1:before{content:""}.icofont-user-alt-2:before{content:""}.icofont-user-alt-3:before{content:""}.icofont-user-alt-4:before{content:""}.icofont-user-alt-5:before{content:""}.icofont-user-alt-6:before{content:""}.icofont-user-alt-7:before{content:""}.icofont-user-female:before{content:""}.icofont-user-male:before{content:""}.icofont-user-suited:before{content:""}.icofont-user:before{content:""}.icofont-users-alt-1:before{content:""}.icofont-users-alt-2:before{content:""}.icofont-users-alt-3:before{content:""}.icofont-users-alt-4:before{content:""}.icofont-users-alt-5:before{content:""}.icofont-users-alt-6:before{content:""}.icofont-users-social:before{content:""}.icofont-users:before{content:""}.icofont-waiter-alt:before{content:""}.icofont-waiter:before{content:""}.icofont-woman-in-glasses:before{content:""}.icofont-search-1:before{content:""}.icofont-search-2:before{content:""}.icofont-search-document:before{content:""}.icofont-search-folder:before{content:""}.icofont-search-job:before{content:""}.icofont-search-map:before{content:""}.icofont-search-property:before{content:""}.icofont-search-restaurant:before{content:""}.icofont-search-stock:before{content:""}.icofont-search-user:before{content:""}.icofont-search:before{content:""}.icofont-500px:before{content:""}.icofont-aim:before{content:""}.icofont-badoo:before{content:""}.icofont-baidu-tieba:before{content:""}.icofont-bbm-messenger:before{content:""}.icofont-bebo:before{content:""}.icofont-behance:before{content:""}.icofont-blogger:before{content:""}.icofont-bootstrap:before{content:""}.icofont-brightkite:before{content:""}.icofont-cloudapp:before{content:""}.icofont-concrete5:before{content:""}.icofont-delicious:before{content:""}.icofont-designbump:before{content:""}.icofont-designfloat:before{content:""}.icofont-deviantart:before{content:""}.icofont-digg:before{content:""}.icofont-dotcms:before{content:""}.icofont-dribbble:before{content:""}.icofont-dribble:before{content:""}.icofont-dropbox:before{content:""}.icofont-ebuddy:before{content:""}.icofont-ello:before{content:""}.icofont-ember:before{content:""}.icofont-envato:before{content:""}.icofont-evernote:before{content:""}.icofont-facebook-messenger:before{content:""}.icofont-facebook:before{content:""}.icofont-feedburner:before{content:""}.icofont-flikr:before{content:""}.icofont-folkd:before{content:""}.icofont-foursquare:before{content:""}.icofont-friendfeed:before{content:""}.icofont-ghost:before{content:""}.icofont-github:before{content:""}.icofont-gnome:before{content:""}.icofont-google-buzz:before{content:""}.icofont-google-hangouts:before{content:""}.icofont-google-map:before{content:""}.icofont-google-plus:before{content:""}.icofont-google-talk:before{content:""}.icofont-hype-machine:before{content:""}.icofont-instagram:before{content:""}.icofont-kakaotalk:before{content:""}.icofont-kickstarter:before{content:""}.icofont-kik:before{content:""}.icofont-kiwibox:before{content:""}.icofont-line-messenger:before{content:""}.icofont-line:before{content:""}.icofont-linkedin:before{content:""}.icofont-linux-mint:before{content:""}.icofont-live-messenger:before{content:""}.icofont-livejournal:before{content:""}.icofont-magento:before{content:""}.icofont-meetme:before{content:""}.icofont-meetup:before{content:""}.icofont-mixx:before{content:""}.icofont-newsvine:before{content:""}.icofont-nimbuss:before{content:""}.icofont-odnoklassniki:before{content:""}.icofont-opencart:before{content:""}.icofont-oscommerce:before{content:""}.icofont-pandora:before{content:""}.icofont-photobucket:before{content:""}.icofont-picasa:before{content:""}.icofont-pinterest:before{content:""}.icofont-prestashop:before{content:""}.icofont-qik:before{content:""}.icofont-qq:before{content:""}.icofont-readernaut:before{content:""}.icofont-reddit:before{content:""}.icofont-renren:before{content:""}.icofont-rss:before{content:""}.icofont-shopify:before{content:""}.icofont-silverstripe:before{content:""}.icofont-skype:before{content:""}.icofont-slack:before{content:""}.icofont-slashdot:before{content:""}.icofont-slidshare:before{content:""}.icofont-smugmug:before{content:""}.icofont-snapchat:before{content:""}.icofont-soundcloud:before{content:""}.icofont-spotify:before{content:""}.icofont-stack-exchange:before{content:""}.icofont-stack-overflow:before{content:""}.icofont-steam:before{content:""}.icofont-stumbleupon:before{content:""}.icofont-tagged:before{content:""}.icofont-technorati:before{content:""}.icofont-telegram:before{content:""}.icofont-tinder:before{content:""}.icofont-trello:before{content:""}.icofont-tumblr:before{content:""}.icofont-twitch:before{content:""}.icofont-twitter:before{content:""}.icofont-typo3:before{content:""}.icofont-ubercart:before{content:""}.icofont-viber:before{content:""}.icofont-viddler:before{content:""}.icofont-vimeo:before{content:""}.icofont-vine:before{content:""}.icofont-virb:before{content:""}.icofont-virtuemart:before{content:""}.icofont-vk:before{content:""}.icofont-wechat:before{content:""}.icofont-weibo:before{content:""}.icofont-whatsapp:before{content:""}.icofont-xing:before{content:""}.icofont-yahoo:before{content:""}.icofont-yelp:before{content:""}.icofont-youku:before{content:""}.icofont-youtube:before{content:""}.icofont-zencart:before{content:""}.icofont-badminton-birdie:before{content:""}.icofont-baseball:before{content:""}.icofont-baseballer:before{content:""}.icofont-basketball-hoop:before{content:""}.icofont-basketball:before{content:""}.icofont-billiard-ball:before{content:""}.icofont-boot-alt-1:before{content:""}.icofont-boot-alt-2:before{content:""}.icofont-boot:before{content:""}.icofont-bowling-alt:before{content:""}.icofont-bowling:before{content:""}.icofont-canoe:before{content:""}.icofont-cheer-leader:before{content:""}.icofont-climbing:before{content:""}.icofont-corner:before{content:""}.icofont-field-alt:before{content:""}.icofont-field:before{content:""}.icofont-football-alt:before{content:""}.icofont-football-american:before{content:""}.icofont-football:before{content:""}.icofont-foul:before{content:""}.icofont-goal-keeper:before{content:""}.icofont-goal:before{content:""}.icofont-golf-alt:before{content:""}.icofont-golf-bag:before{content:""}.icofont-golf-cart:before{content:""}.icofont-golf-field:before{content:""}.icofont-golf:before{content:""}.icofont-golfer:before{content:""}.icofont-helmet:before{content:""}.icofont-hockey-alt:before{content:""}.icofont-hockey:before{content:""}.icofont-ice-skate:before{content:""}.icofont-jersey-alt:before{content:""}.icofont-jersey:before{content:""}.icofont-jumping:before{content:""}.icofont-kick:before{content:""}.icofont-leg:before{content:""}.icofont-match-review:before{content:""}.icofont-medal-sport:before{content:""}.icofont-offside:before{content:""}.icofont-olympic-logo:before{content:""}.icofont-olympic:before{content:""}.icofont-padding:before{content:""}.icofont-penalty-card:before{content:""}.icofont-racer:before{content:""}.icofont-racing-car:before{content:""}.icofont-racing-flag-alt:before{content:""}.icofont-racing-flag:before{content:""}.icofont-racings-wheel:before{content:""}.icofont-referee:before{content:""}.icofont-refree-jersey:before{content:""}.icofont-result-sport:before{content:""}.icofont-rugby-ball:before{content:""}.icofont-rugby-player:before{content:""}.icofont-rugby:before{content:""}.icofont-runner-alt-1:before{content:""}.icofont-runner-alt-2:before{content:""}.icofont-runner:before{content:""}.icofont-score-board:before{content:""}.icofont-skiing-man:before{content:""}.icofont-skydiving-goggles:before{content:""}.icofont-snow-mobile:before{content:""}.icofont-steering:before{content:""}.icofont-stopwatch:before{content:""}.icofont-substitute:before{content:""}.icofont-swimmer:before{content:""}.icofont-table-tennis:before{content:""}.icofont-team-alt:before{content:""}.icofont-team:before{content:""}.icofont-tennis-player:before{content:""}.icofont-tennis:before{content:""}.icofont-tracking:before{content:""}.icofont-trophy-alt:before{content:""}.icofont-trophy:before{content:""}.icofont-volleyball-alt:before{content:""}.icofont-volleyball-fire:before{content:""}.icofont-volleyball:before{content:""}.icofont-water-bottle:before{content:""}.icofont-whistle-alt:before{content:""}.icofont-whistle:before{content:""}.icofont-win-trophy:before{content:""}.icofont-align-center:before{content:""}.icofont-align-left:before{content:""}.icofont-align-right:before{content:""}.icofont-all-caps:before{content:""}.icofont-bold:before{content:""}.icofont-brush:before{content:""}.icofont-clip-board:before{content:""}.icofont-code-alt:before{content:""}.icofont-color-bucket:before{content:""}.icofont-color-picker:before{content:""}.icofont-copy-invert:before{content:""}.icofont-copy:before{content:""}.icofont-cut:before{content:""}.icofont-delete-alt:before{content:""}.icofont-edit-alt:before{content:""}.icofont-eraser-alt:before{content:""}.icofont-font:before{content:""}.icofont-heading:before{content:""}.icofont-indent:before{content:""}.icofont-italic-alt:before{content:""}.icofont-italic:before{content:""}.icofont-justify-all:before{content:""}.icofont-justify-center:before{content:""}.icofont-justify-left:before{content:""}.icofont-justify-right:before{content:""}.icofont-link-broken:before{content:""}.icofont-outdent:before{content:""}.icofont-paper-clip:before{content:""}.icofont-paragraph:before{content:""}.icofont-pin:before{content:""}.icofont-printer:before{content:""}.icofont-redo:before{content:""}.icofont-rotation:before{content:""}.icofont-save:before{content:""}.icofont-small-cap:before{content:""}.icofont-strike-through:before{content:""}.icofont-sub-listing:before{content:""}.icofont-subscript:before{content:""}.icofont-superscript:before{content:""}.icofont-table:before{content:""}.icofont-text-height:before{content:""}.icofont-text-width:before{content:""}.icofont-trash:before{content:""}.icofont-underline:before{content:""}.icofont-undo:before{content:""}.icofont-air-balloon:before{content:""}.icofont-airplane-alt:before{content:""}.icofont-airplane:before{content:""}.icofont-articulated-truck:before{content:""}.icofont-auto-mobile:before{content:""}.icofont-auto-rickshaw:before{content:""}.icofont-bicycle-alt-1:before{content:""}.icofont-bicycle-alt-2:before{content:""}.icofont-bicycle:before{content:""}.icofont-bus-alt-1:before{content:""}.icofont-bus-alt-2:before{content:""}.icofont-bus-alt-3:before{content:""}.icofont-bus:before{content:""}.icofont-cab:before{content:""}.icofont-cable-car:before{content:""}.icofont-car-alt-1:before{content:""}.icofont-car-alt-2:before{content:""}.icofont-car-alt-3:before{content:""}.icofont-car-alt-4:before{content:""}.icofont-car:before{content:""}.icofont-delivery-time:before{content:""}.icofont-fast-delivery:before{content:""}.icofont-fire-truck-alt:before{content:""}.icofont-fire-truck:before{content:""}.icofont-free-delivery:before{content:""}.icofont-helicopter:before{content:""}.icofont-motor-bike-alt:before{content:""}.icofont-motor-bike:before{content:""}.icofont-motor-biker:before{content:""}.icofont-oil-truck:before{content:""}.icofont-rickshaw:before{content:""}.icofont-rocket-alt-1:before{content:""}.icofont-rocket-alt-2:before{content:""}.icofont-rocket:before{content:""}.icofont-sail-boat-alt-1:before{content:""}.icofont-sail-boat-alt-2:before{content:""}.icofont-sail-boat:before{content:""}.icofont-scooter:before{content:""}.icofont-sea-plane:before{content:""}.icofont-ship-alt:before{content:""}.icofont-ship:before{content:""}.icofont-speed-boat:before{content:""}.icofont-taxi:before{content:""}.icofont-tractor:before{content:""}.icofont-train-line:before{content:""}.icofont-train-steam:before{content:""}.icofont-tram:before{content:""}.icofont-truck-alt:before{content:""}.icofont-truck-loaded:before{content:""}.icofont-truck:before{content:""}.icofont-van-alt:before{content:""}.icofont-van:before{content:""}.icofont-yacht:before{content:""}.icofont-5-star-hotel:before{content:""}.icofont-air-ticket:before{content:""}.icofont-beach-bed:before{content:""}.icofont-beach:before{content:""}.icofont-camping-vest:before{content:""}.icofont-direction-sign:before{content:""}.icofont-hill-side:before{content:""}.icofont-hill:before{content:""}.icofont-hotel:before{content:""}.icofont-island-alt:before{content:""}.icofont-island:before{content:""}.icofont-sandals-female:before{content:""}.icofont-sandals-male:before{content:""}.icofont-travelling:before{content:""}.icofont-breakdown:before{content:""}.icofont-celsius:before{content:""}.icofont-clouds:before{content:""}.icofont-cloudy:before{content:""}.icofont-dust:before{content:""}.icofont-eclipse:before{content:""}.icofont-fahrenheit:before{content:""}.icofont-forest-fire:before{content:""}.icofont-full-night:before{content:""}.icofont-full-sunny:before{content:""}.icofont-hail-night:before{content:""}.icofont-hail-rainy-night:before{content:""}.icofont-hail-rainy-sunny:before{content:""}.icofont-hail-rainy:before{content:""}.icofont-hail-sunny:before{content:""}.icofont-hail-thunder-night:before{content:""}.icofont-hail-thunder-sunny:before{content:""}.icofont-hail-thunder:before{content:""}.icofont-hail:before{content:""}.icofont-hill-night:before{content:""}.icofont-hill-sunny:before{content:""}.icofont-hurricane:before{content:""}.icofont-meteor:before{content:""}.icofont-night:before{content:""}.icofont-rainy-night:before{content:""}.icofont-rainy-sunny:before{content:""}.icofont-rainy-thunder:before{content:""}.icofont-rainy:before{content:""}.icofont-snow-alt:before{content:""}.icofont-snow-flake:before{content:""}.icofont-snow-temp:before{content:""}.icofont-snow:before{content:""}.icofont-snowy-hail:before{content:""}.icofont-snowy-night-hail:before{content:""}.icofont-snowy-night-rainy:before{content:""}.icofont-snowy-night:before{content:""}.icofont-snowy-rainy:before{content:""}.icofont-snowy-sunny-hail:before{content:""}.icofont-snowy-sunny-rainy:before{content:""}.icofont-snowy-sunny:before{content:""}.icofont-snowy-thunder-night:before{content:""}.icofont-snowy-thunder-sunny:before{content:""}.icofont-snowy-thunder:before{content:""}.icofont-snowy-windy-night:before{content:""}.icofont-snowy-windy-sunny:before{content:""}.icofont-snowy-windy:before{content:""}.icofont-snowy:before{content:""}.icofont-sun-alt:before{content:""}.icofont-sun-rise:before{content:""}.icofont-sun-set:before{content:""}.icofont-sun:before{content:""}.icofont-sunny-day-temp:before{content:""}.icofont-sunny:before{content:""}.icofont-thunder-light:before{content:""}.icofont-tornado:before{content:""}.icofont-umbrella-alt:before{content:""}.icofont-umbrella:before{content:""}.icofont-volcano:before{content:""}.icofont-wave:before{content:""}.icofont-wind-scale-0:before{content:""}.icofont-wind-scale-1:before{content:""}.icofont-wind-scale-10:before{content:""}.icofont-wind-scale-11:before{content:""}.icofont-wind-scale-12:before{content:""}.icofont-wind-scale-2:before{content:""}.icofont-wind-scale-3:before{content:""}.icofont-wind-scale-4:before{content:""}.icofont-wind-scale-5:before{content:""}.icofont-wind-scale-6:before{content:""}.icofont-wind-scale-7:before{content:""}.icofont-wind-scale-8:before{content:""}.icofont-wind-scale-9:before{content:""}.icofont-wind-waves:before{content:""}.icofont-wind:before{content:""}.icofont-windy-hail:before{content:""}.icofont-windy-night:before{content:""}.icofont-windy-raining:before{content:""}.icofont-windy-sunny:before{content:""}.icofont-windy-thunder-raining:before{content:""}.icofont-windy-thunder:before{content:""}.icofont-windy:before{content:""}.icofont-addons:before{content:""}.icofont-address-book:before{content:""}.icofont-adjust:before{content:""}.icofont-alarm:before{content:""}.icofont-anchor:before{content:""}.icofont-archive:before{content:""}.icofont-at:before{content:""}.icofont-attachment:before{content:""}.icofont-audio:before{content:""}.icofont-automation:before{content:""}.icofont-badge:before{content:""}.icofont-bag-alt:before{content:""}.icofont-bag:before{content:""}.icofont-ban:before{content:""}.icofont-bar-code:before{content:""}.icofont-bars:before{content:""}.icofont-basket:before{content:""}.icofont-battery-empty:before{content:""}.icofont-battery-full:before{content:""}.icofont-battery-half:before{content:""}.icofont-battery-low:before{content:""}.icofont-beaker:before{content:""}.icofont-beard:before{content:""}.icofont-bed:before{content:""}.icofont-bell:before{content:""}.icofont-beverage:before{content:""}.icofont-bill:before{content:""}.icofont-bin:before{content:""}.icofont-binary:before{content:""}.icofont-binoculars:before{content:""}.icofont-bluetooth:before{content:""}.icofont-bomb:before{content:""}.icofont-book-mark:before{content:""}.icofont-box:before{content:""}.icofont-briefcase:before{content:""}.icofont-broken:before{content:""}.icofont-bucket:before{content:""}.icofont-bucket1:before{content:""}.icofont-bucket2:before{content:""}.icofont-bug:before{content:""}.icofont-building:before{content:""}.icofont-bulb-alt:before{content:""}.icofont-bullet:before{content:""}.icofont-bullhorn:before{content:""}.icofont-bullseye:before{content:""}.icofont-calendar:before{content:""}.icofont-camera-alt:before{content:""}.icofont-camera:before{content:""}.icofont-card:before{content:""}.icofont-cart-alt:before{content:""}.icofont-cart:before{content:""}.icofont-cc:before{content:""}.icofont-charging:before{content:""}.icofont-chat:before{content:""}.icofont-check-alt:before{content:""}.icofont-check-circled:before{content:""}.icofont-check:before{content:""}.icofont-checked:before{content:""}.icofont-children-care:before{content:""}.icofont-clip:before{content:""}.icofont-clock-time:before{content:""}.icofont-close-circled:before{content:""}.icofont-close-line-circled:before{content:""}.icofont-close-line-squared-alt:before{content:""}.icofont-close-line-squared:before{content:""}.icofont-close-line:before{content:""}.icofont-close-squared-alt:before{content:""}.icofont-close-squared:before{content:""}.icofont-close:before{content:""}.icofont-cloud-download:before{content:""}.icofont-cloud-refresh:before{content:""}.icofont-cloud-upload:before{content:""}.icofont-cloud:before{content:""}.icofont-code-not-allowed:before{content:""}.icofont-code:before{content:""}.icofont-comment:before{content:""}.icofont-compass-alt:before{content:""}.icofont-compass:before{content:""}.icofont-computer:before{content:""}.icofont-connection:before{content:""}.icofont-console:before{content:""}.icofont-contacts:before{content:""}.icofont-contrast:before{content:""}.icofont-copyright:before{content:""}.icofont-credit-card:before{content:""}.icofont-crop:before{content:""}.icofont-crown:before{content:""}.icofont-cube:before{content:""}.icofont-cubes:before{content:""}.icofont-dashboard-web:before{content:""}.icofont-dashboard:before{content:""}.icofont-data:before{content:""}.icofont-database-add:before{content:""}.icofont-database-locked:before{content:""}.icofont-database-remove:before{content:""}.icofont-database:before{content:""}.icofont-delete:before{content:""}.icofont-diamond:before{content:""}.icofont-dice-multiple:before{content:""}.icofont-dice:before{content:""}.icofont-disc:before{content:""}.icofont-diskette:before{content:""}.icofont-document-folder:before{content:""}.icofont-download-alt:before{content:""}.icofont-download:before{content:""}.icofont-downloaded:before{content:""}.icofont-drag:before{content:""}.icofont-drag1:before{content:""}.icofont-drag2:before{content:""}.icofont-drag3:before{content:""}.icofont-earth:before{content:""}.icofont-ebook:before{content:""}.icofont-edit:before{content:""}.icofont-eject:before{content:""}.icofont-email:before{content:""}.icofont-envelope-open:before{content:""}.icofont-envelope:before{content:""}.icofont-eraser:before{content:""}.icofont-error:before{content:""}.icofont-excavator:before{content:""}.icofont-exchange:before{content:""}.icofont-exclamation-circle:before{content:""}.icofont-exclamation-square:before{content:""}.icofont-exclamation-tringle:before{content:""}.icofont-exclamation:before{content:""}.icofont-exit:before{content:""}.icofont-expand:before{content:""}.icofont-external-link:before{content:""}.icofont-external:before{content:""}.icofont-eye-alt:before{content:""}.icofont-eye-blocked:before{content:""}.icofont-eye-dropper:before{content:""}.icofont-eye:before{content:""}.icofont-favourite:before{content:""}.icofont-fax:before{content:""}.icofont-file-fill:before{content:""}.icofont-film:before{content:""}.icofont-filter:before{content:""}.icofont-fire-alt:before{content:""}.icofont-fire-burn:before{content:""}.icofont-fire:before{content:""}.icofont-flag-alt-1:before{content:""}.icofont-flag-alt-2:before{content:""}.icofont-flag:before{content:""}.icofont-flame-torch:before{content:""}.icofont-flash-light:before{content:""}.icofont-flash:before{content:""}.icofont-flask:before{content:""}.icofont-focus:before{content:""}.icofont-folder-open:before{content:""}.icofont-folder:before{content:""}.icofont-foot-print:before{content:""}.icofont-garbage:before{content:""}.icofont-gear-alt:before{content:""}.icofont-gear:before{content:""}.icofont-gears:before{content:""}.icofont-gift:before{content:""}.icofont-glass:before{content:""}.icofont-globe:before{content:""}.icofont-graffiti:before{content:""}.icofont-grocery:before{content:""}.icofont-hand:before{content:""}.icofont-hanger:before{content:""}.icofont-hard-disk:before{content:""}.icofont-heart-alt:before{content:""}.icofont-heart:before{content:""}.icofont-history:before{content:""}.icofont-home:before{content:""}.icofont-horn:before{content:""}.icofont-hour-glass:before{content:""}.icofont-id:before{content:""}.icofont-image:before{content:""}.icofont-inbox:before{content:""}.icofont-infinite:before{content:""}.icofont-info-circle:before{content:""}.icofont-info-square:before{content:""}.icofont-info:before{content:""}.icofont-institution:before{content:""}.icofont-interface:before{content:""}.icofont-invisible:before{content:""}.icofont-jacket:before{content:""}.icofont-jar:before{content:""}.icofont-jewlery:before{content:""}.icofont-karate:before{content:""}.icofont-key-hole:before{content:""}.icofont-key:before{content:""}.icofont-label:before{content:""}.icofont-lamp:before{content:""}.icofont-layers:before{content:""}.icofont-layout:before{content:""}.icofont-leaf:before{content:""}.icofont-leaflet:before{content:""}.icofont-learn:before{content:""}.icofont-lego:before{content:""}.icofont-lens:before{content:""}.icofont-letter:before{content:""}.icofont-letterbox:before{content:""}.icofont-library:before{content:""}.icofont-license:before{content:""}.icofont-life-bouy:before{content:""}.icofont-life-buoy:before{content:""}.icofont-life-jacket:before{content:""}.icofont-life-ring:before{content:""}.icofont-light-bulb:before{content:""}.icofont-lighter:before{content:""}.icofont-lightning-ray:before{content:""}.icofont-like:before{content:""}.icofont-line-height:before{content:""}.icofont-link-alt:before{content:""}.icofont-link:before{content:""}.icofont-list:before{content:""}.icofont-listening:before{content:""}.icofont-listine-dots:before{content:""}.icofont-listing-box:before{content:""}.icofont-listing-number:before{content:""}.icofont-live-support:before{content:""}.icofont-location-arrow:before{content:""}.icofont-location-pin:before{content:""}.icofont-lock:before{content:""}.icofont-login:before{content:""}.icofont-logout:before{content:""}.icofont-lollipop:before{content:""}.icofont-long-drive:before{content:""}.icofont-look:before{content:""}.icofont-loop:before{content:""}.icofont-luggage:before{content:""}.icofont-lunch:before{content:""}.icofont-lungs:before{content:""}.icofont-magic-alt:before{content:""}.icofont-magic:before{content:""}.icofont-magnet:before{content:""}.icofont-mail-box:before{content:""}.icofont-mail:before{content:""}.icofont-male:before{content:""}.icofont-map-pins:before{content:""}.icofont-map:before{content:""}.icofont-maximize:before{content:""}.icofont-measure:before{content:""}.icofont-medicine:before{content:""}.icofont-mega-phone:before{content:""}.icofont-megaphone-alt:before{content:""}.icofont-megaphone:before{content:""}.icofont-memorial:before{content:""}.icofont-memory-card:before{content:""}.icofont-mic-mute:before{content:""}.icofont-mic:before{content:""}.icofont-military:before{content:""}.icofont-mill:before{content:""}.icofont-minus-circle:before{content:""}.icofont-minus-square:before{content:""}.icofont-minus:before{content:""}.icofont-mobile-phone:before{content:""}.icofont-molecule:before{content:""}.icofont-money:before{content:""}.icofont-moon:before{content:""}.icofont-mop:before{content:""}.icofont-muffin:before{content:""}.icofont-mustache:before{content:""}.icofont-navigation-menu:before{content:""}.icofont-navigation:before{content:""}.icofont-network-tower:before{content:""}.icofont-network:before{content:""}.icofont-news:before{content:""}.icofont-newspaper:before{content:""}.icofont-no-smoking:before{content:""}.icofont-not-allowed:before{content:""}.icofont-notebook:before{content:""}.icofont-notepad:before{content:""}.icofont-notification:before{content:""}.icofont-numbered:before{content:""}.icofont-opposite:before{content:""}.icofont-optic:before{content:""}.icofont-options:before{content:""}.icofont-package:before{content:""}.icofont-page:before{content:""}.icofont-paint:before{content:""}.icofont-paper-plane:before{content:""}.icofont-paperclip:before{content:""}.icofont-papers:before{content:""}.icofont-pay:before{content:""}.icofont-penguin-linux:before{content:""}.icofont-pestle:before{content:""}.icofont-phone-circle:before{content:""}.icofont-phone:before{content:""}.icofont-picture:before{content:""}.icofont-pine:before{content:""}.icofont-pixels:before{content:""}.icofont-plugin:before{content:""}.icofont-plus-circle:before{content:""}.icofont-plus-square:before{content:""}.icofont-plus:before{content:""}.icofont-polygonal:before{content:""}.icofont-power:before{content:""}.icofont-price:before{content:""}.icofont-print:before{content:""}.icofont-puzzle:before{content:""}.icofont-qr-code:before{content:""}.icofont-queen:before{content:""}.icofont-question-circle:before{content:""}.icofont-question-square:before{content:""}.icofont-question:before{content:""}.icofont-quote-left:before{content:""}.icofont-quote-right:before{content:""}.icofont-random:before{content:""}.icofont-recycle:before{content:""}.icofont-refresh:before{content:""}.icofont-repair:before{content:""}.icofont-reply-all:before{content:""}.icofont-reply:before{content:""}.icofont-resize:before{content:""}.icofont-responsive:before{content:""}.icofont-retweet:before{content:""}.icofont-road:before{content:""}.icofont-robot:before{content:""}.icofont-royal:before{content:""}.icofont-rss-feed:before{content:""}.icofont-safety:before{content:""}.icofont-sale-discount:before{content:""}.icofont-satellite:before{content:""}.icofont-send-mail:before{content:""}.icofont-server:before{content:""}.icofont-settings-alt:before{content:""}.icofont-settings:before{content:""}.icofont-share-alt:before{content:""}.icofont-share-boxed:before{content:""}.icofont-share:before{content:""}.icofont-shield:before{content:""}.icofont-shopping-cart:before{content:""}.icofont-sign-in:before{content:""}.icofont-sign-out:before{content:""}.icofont-signal:before{content:""}.icofont-site-map:before{content:""}.icofont-smart-phone:before{content:""}.icofont-soccer:before{content:""}.icofont-sort-alt:before{content:""}.icofont-sort:before{content:""}.icofont-space:before{content:""}.icofont-spanner:before{content:""}.icofont-speech-comments:before{content:""}.icofont-speed-meter:before{content:""}.icofont-spinner-alt-1:before{content:""}.icofont-spinner-alt-2:before{content:""}.icofont-spinner-alt-3:before{content:""}.icofont-spinner-alt-4:before{content:""}.icofont-spinner-alt-5:before{content:""}.icofont-spinner-alt-6:before{content:""}.icofont-spinner:before{content:""}.icofont-spreadsheet:before{content:""}.icofont-square:before{content:""}.icofont-ssl-security:before{content:""}.icofont-star-alt-1:before{content:""}.icofont-star-alt-2:before{content:""}.icofont-star:before{content:""}.icofont-street-view:before{content:""}.icofont-support-faq:before{content:""}.icofont-tack-pin:before{content:""}.icofont-tag:before{content:""}.icofont-tags:before{content:""}.icofont-tasks-alt:before{content:""}.icofont-tasks:before{content:""}.icofont-telephone:before{content:""}.icofont-telescope:before{content:""}.icofont-terminal:before{content:""}.icofont-thumbs-down:before{content:""}.icofont-thumbs-up:before{content:""}.icofont-tick-boxed:before{content:""}.icofont-tick-mark:before{content:""}.icofont-ticket:before{content:""}.icofont-tie:before{content:""}.icofont-toggle-off:before{content:""}.icofont-toggle-on:before{content:""}.icofont-tools-alt-2:before{content:""}.icofont-tools:before{content:""}.icofont-touch:before{content:""}.icofont-traffic-light:before{content:""}.icofont-transparent:before{content:""}.icofont-tree:before{content:""}.icofont-unique-idea:before{content:""}.icofont-unlock:before{content:""}.icofont-unlocked:before{content:""}.icofont-upload-alt:before{content:""}.icofont-upload:before{content:""}.icofont-usb-drive:before{content:""}.icofont-usb:before{content:""}.icofont-vector-path:before{content:""}.icofont-verification-check:before{content:""}.icofont-wall-clock:before{content:""}.icofont-wall:before{content:""}.icofont-wallet:before{content:""}.icofont-warning-alt:before{content:""}.icofont-warning:before{content:""}.icofont-water-drop:before{content:""}.icofont-web:before{content:""}.icofont-wheelchair:before{content:""}.icofont-wifi-alt:before{content:""}.icofont-wifi:before{content:""}.icofont-world:before{content:""}.icofont-zigzag:before{content:""}.icofont-zipped:before{content:""}.icofont-xs{font-size:.5em}.icofont-sm{font-size:.75em}.icofont-md{font-size:1.25em}.icofont-lg{font-size:1.5em}.icofont-1x{font-size:1em}.icofont-2x{font-size:2em}.icofont-3x{font-size:3em}.icofont-4x{font-size:4em}.icofont-5x{font-size:5em}.icofont-6x{font-size:6em}.icofont-7x{font-size:7em}.icofont-8x{font-size:8em}.icofont-9x{font-size:9em}.icofont-10x{font-size:10em}.icofont-fw{text-align:center;width:1.25em}.icofont-ul{list-style-type:none;padding-left:0;margin-left:0}.icofont-ul>li{position:relative;line-height:2em}.icofont-ul>li .icofont{display:inline-block;vertical-align:middle}.icofont-border{border:solid .08em #f1f1f1;border-radius:.1em;padding:.2em .25em .15em}.icofont-pull-left{float:left}.icofont-pull-right{float:right}.icofont.icofont-pull-left{margin-right:.3em}.icofont.icofont-pull-right{margin-left:.3em}.icofont-spin{-webkit-animation:icofont-spin 2s infinite linear;animation:icofont-spin 2s infinite linear;display:inline-block}.icofont-pulse{-webkit-animation:icofont-spin 1s infinite steps(8);animation:icofont-spin 1s infinite steps(8);display:inline-block}@-webkit-keyframes icofont-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes icofont-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.icofont-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.icofont-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.icofont-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.icofont-flip-horizontal{-webkit-transform:scale(-1,1);transform:scaleX(-1)}.icofont-flip-vertical{-webkit-transform:scale(1,-1);transform:scaleY(-1)}.icofont-flip-horizontal.icofont-flip-vertical{-webkit-transform:scale(-1,-1);transform:scale(-1)}:root .icofont-flip-horizontal,:root .icofont-flip-vertical,:root .icofont-rotate-180,:root .icofont-rotate-270,:root .icofont-rotate-90{-webkit-filter:none;filter:none;display:inline-block}.icofont-inverse{color:#fff}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2);button& {border: none; margin: 0; padding: 0; box-shadow: none; appearance: none;} .swiper-pagination-clickable & {cursor: pointer;} &:only-child {display: none !important;}}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.app-container{display:flex;height:100vh;background:#f9fafb}.sp-sidebar{width:250px;transition:width .25s ease;background:#2f3238;color:#fff;display:flex;flex-direction:column}.sp-sidebar.closed{width:70px}.sp-sidebar-header{height:70px;display:flex;align-items:center;padding:0 20px;font-weight:600;border-bottom:1px solid rgba(255,255,255,.1)}.main-content{flex:1;display:flex;flex-direction:column;transition:all .25s ease;margin-left:0}.page-content{padding:10px;flex:1;overflow-y:auto}.topbar{height:70px;background:#2b5483;color:#fff;display:flex;align-items:center;padding:0 20px;border-bottom:1px solid #e5e7eb}.menu-toggle{background:none;border:none;cursor:pointer}@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color: #ebebeb;--highlight-color: #f5f5f5;--animation-duration: 1.5s;--animation-direction: normal;--pseudo-element-display: block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var( --custom-highlight-background, linear-gradient( 90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100% ) );transform:translate(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display: none}}.layout{display:flex;height:100vh;background:#f1f5f9;font-family:sans-serif}.sp-sidebar .logo{height:60px;display:flex;align-items:center;gap:10px;padding:0 20px;font-weight:700;font-size:18px;background:#343a40;color:#fff}.menu{padding:10px;overflow-y:auto}.menu-item{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:6px;cursor:pointer;transition:background .2s ease;color:#fff}.menu-item:hover{background:#495057;color:#fff}.menu-item.active{background:#2563eb;color:#fff}.menu-group-button{width:100%;display:flex;justify-content:space-between;align-items:center;background:none;border:none;color:inherit;padding:8px 12px;border-radius:6px;cursor:pointer}.menu-group-button:hover{background:#495057}.menu-group-button.active{background:#495057;color:#fff}.menu-group-left{display:flex;align-items:center;gap:10px}.submenu{margin-left:20px;margin-top:5px}.rotate{transform:rotate(180deg);transition:transform .2s ease}
