@charset "UTF-8";@keyframes loading-screen_spinner___Gsy6{to{transform:rotate(1turn)}}.loading-screen_loader_container__xZkQW{width:100%;height:100%;display:flex}.loading-screen_loader_content__MbpKg,.loading-screen_logo_containers__3WnFv{display:flex;align-items:center;justify-content:center}.loading-screen_loader_content__MbpKg{position:relative;width:100%;height:auto;background:#fff;top:0;left:0;flex-direction:column}.loading-screen_loader_content__MbpKg .loading-screen_spinner___Gsy6{box-sizing:border-box;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;width:30px;height:30px;border-radius:50%;border:3px solid hsla(0,0%,60%,.6);border-top-color:#324fc9;animation:loading-screen_spinner___Gsy6 .6s linear infinite}.react-responsive-modal-root{position:fixed;top:0;bottom:0;left:0;right:0;z-index:1000}.react-responsive-modal-overlay{background:rgba(0,0,0,.5);position:fixed;top:0;bottom:0;left:0;right:0;z-index:-1}.react-responsive-modal-container{height:100%;outline:0;overflow-x:hidden;overflow-y:auto;text-align:center}.react-responsive-modal-containerCenter:after{width:0;height:100%;content:"";display:inline-block;vertical-align:middle}.react-responsive-modal-modal{max-width:800px;display:inline-block;text-align:left;vertical-align:middle;background:#fff;box-shadow:0 12px 15px 0 rgba(0,0,0,.25);margin:1.2rem;padding:1.2rem;position:relative;overflow-y:auto}.react-responsive-modal-closeButton{position:absolute;top:14px;right:14px;border:none;padding:0;cursor:pointer;background-color:transparent;display:flex}.react-responsive-modal-container,.react-responsive-modal-modal,.react-responsive-modal-overlay{animation-fill-mode:forwards!important}@keyframes react-responsive-modal-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes react-responsive-modal-overlay-out{0%{opacity:1}to{opacity:0}}@keyframes react-responsive-modal-modal-in{0%{transform:scale(.96);opacity:0}to{transform:scale(100%);opacity:1}}@keyframes react-responsive-modal-modal-out{0%{transform:scale(100%);opacity:1}to{transform:scale(.96);opacity:0}}: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:hsla(0,0%,100%,.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(90deg,#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:translateZ(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:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;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;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;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--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}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:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border-radius:100%;border:2px solid;border-right:2px solid 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--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{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--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.slick-loading .slick-list{background:#fff url(/_next/static/media/ajax-loader.0b80f665.gif) 50% no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(/_next/static/media/slick.25572f22.eot);src:url(/_next/static/media/slick.25572f22.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/slick.653a4cbb.woff) format("woff"),url(/_next/static/media/slick.6aa1ee46.ttf) format("truetype"),url(/_next/static/media/slick.f895cfdf.svg#slick) format("svg")}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;transform:translateY(-50%);cursor:pointer;border:none}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:none;background:transparent}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;margin:0 5px;padding:0}.slick-dots li,.slick-dots li button{width:20px;height:20px;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;padding:5px;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{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-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,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-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{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(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.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-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.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-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.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-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;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-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{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.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet: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-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.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:translateX(-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:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.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-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}@import"https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700&display=swap";body,html{height:100%;padding:0;margin:0;background-color:#fff}body{font-size:14px;line-height:1.4rem;box-sizing:border-box;min-height:100%}body,button,input,textarea{font-family:Lato,sans-serif;letter-spacing:0}a{color:inherit;text-decoration:none}ol{padding-left:1.1rem}*{box-sizing:border-box}figure,img{margin:0;padding:0}img{margin-bottom:-.5rem}input,select,textarea{width:100%;padding:.75rem 1.25rem;border-radius:.4rem;border:0}input:focus-visible,select:focus-visible,textarea:focus-visible{outline:none}ul{padding:0;margin:0}p{font-weight:400;font-size:1rem;line-height:160%}:focus,button:focus{outline:none}button:hover{cursor:pointer}li{list-style:none}hr{display:block;height:2px;border:0;background:#e9e9e9;box-sizing:border-box;max-width:1640px;width:100%;margin:2.5rem auto}h1,h2,h3,h4,h5,h6{margin:0;font-weight:500}@font-face{font-family:CERS;src:url(/_next/static/media/CERS.296d7a3f.eot);src:url(/_next/static/media/CERS.296d7a3f.eot) format("embedded-opentype"),url(/_next/static/media/CERS.b12e5b95.woff2) format("woff2"),url(/_next/static/media/CERS.2840b1ef.woff) format("woff"),url(/_next/static/media/CERS.7debca6c.ttf) format("truetype"),url(/_next/static/media/CERS.3d879bc4.svg) format("svg");font-weight:400;font-style:normal}.icon{display:inline-block;font:normal normal normal 1em/1 CERS;color:inherit;flex-shrink:0;speak:none;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-sm{font-size:.8em}.icon-lg{font-size:1.2em}.icon-16{font-size:16px}.icon-32{font-size:32px}.icon-is-spinning{animation:icon-spin 1s linear infinite}@keyframes icon-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.icon-rotate-90{transform:rotate(90deg)}.icon-rotate-180{transform:rotate(180deg)}.icon-rotate-270{transform:rotate(270deg)}.icon-flip-y{transform:scaleY(-1)}.icon-flip-x{transform:scaleX(-1)}.icon-activity:before{content:"\ea01"}.icon-airplay:before{content:"\ea02"}.icon-alert-circle:before{content:"\ea03"}.icon-alert-octagon:before{content:"\ea04"}.icon-alert-triangle:before{content:"\ea05"}.icon-align-center:before{content:"\ea06"}.icon-align-justify:before{content:"\ea08"}.icon-align-left:before{content:"\ea07"}.icon-align-right:before{content:"\ea09"}.icon-anchor:before{content:"\ea0a"}.icon-aperture:before{content:"\ea0b"}.icon-archive:before{content:"\ea0c"}.icon-arrow-down-circle:before{content:"\ea0d"}.icon-arrow-down-left:before{content:"\ea0e"}.icon-arrow-down-right:before{content:"\ea0f"}.icon-arrow-down:before{content:"\ea10"}.icon-arrow-left-circle:before{content:"\ea11"}.icon-arrow-left:before{content:"\ea12"}.icon-arrow-right-circle:before{content:"\ea13"}.icon-arrow-right:before{content:"\ea14"}.icon-arrow-up-circle:before{content:"\ea15"}.icon-arrow-up-left:before{content:"\ea16"}.icon-arrow-up-right:before{content:"\ea17"}.icon-arrow-up:before{content:"\ea18"}.icon-at-sign:before{content:"\ea19"}.icon-award:before{content:"\ea1a"}.icon-bar-chart-2:before{content:"\ea1b"}.icon-bar-chart:before{content:"\ea1c"}.icon-battery-charging:before{content:"\ea1d"}.icon-battery:before{content:"\ea1e"}.icon-bell-off:before{content:"\ea1f"}.icon-bell:before{content:"\ea20"}.icon-bluetooth:before{content:"\ea21"}.icon-bold:before{content:"\ea22"}.icon-book-open:before{content:"\ea23"}.icon-book:before{content:"\ea24"}.icon-bookmark:before{content:"\ea25"}.icon-box:before{content:"\ea26"}.icon-briefcase:before{content:"\ea27"}.icon-calendar:before{content:"\ea28"}.icon-camera-off:before{content:"\ea29"}.icon-camera:before{content:"\ea2a"}.icon-cast:before{content:"\ea2b"}.icon-check-circle:before{content:"\ea2c"}.icon-check-square:before{content:"\ea2d"}.icon-check:before{content:"\ea2e"}.icon-chevron-down:before{content:"\ea2f"}.icon-chevron-left:before{content:"\ea30"}.icon-chevron-right:before{content:"\ea31"}.icon-chevron-up:before{content:"\ea32"}.icon-chevrons-down:before{content:"\ea33"}.icon-chevrons-left:before{content:"\ea34"}.icon-chevrons-right:before{content:"\ea35"}.icon-chevrons-up:before{content:"\ea36"}.icon-chrome:before{content:"\ea37"}.icon-circle:before{content:"\ea38"}.icon-clipboard:before{content:"\ea39"}.icon-clock:before{content:"\ea3a"}.icon-cloud-drizzle:before{content:"\ea3b"}.icon-cloud-lightning:before{content:"\ea3c"}.icon-cloud-off:before{content:"\ea3d"}.icon-cloud-rain:before{content:"\ea3e"}.icon-cloud-snow:before{content:"\ea3f"}.icon-cloud:before{content:"\ea40"}.icon-code:before{content:"\ea41"}.icon-codepen:before{content:"\ea42"}.icon-codesandbox:before{content:"\ea43"}.icon-coffee:before{content:"\ea44"}.icon-columns:before{content:"\ea45"}.icon-command:before{content:"\ea46"}.icon-compass:before{content:"\ea47"}.icon-copy:before{content:"\ea48"}.icon-corner-down-left:before{content:"\ea49"}.icon-corner-down-right:before{content:"\ea4a"}.icon-corner-left-down:before{content:"\ea4b"}.icon-corner-left-up:before{content:"\ea4c"}.icon-corner-right-down:before{content:"\ea4d"}.icon-corner-right-up:before{content:"\ea4e"}.icon-corner-up-left:before{content:"\ea4f"}.icon-corner-up-right:before{content:"\ea50"}.icon-cpu:before{content:"\ea51"}.icon-credit-card:before{content:"\ea52"}.icon-crop:before{content:"\ea53"}.icon-crosshair:before{content:"\ea54"}.icon-database:before{content:"\ea55"}.icon-delete:before{content:"\ea56"}.icon-disc:before{content:"\ea57"}.icon-divide-circle:before{content:"\ea58"}.icon-divide-square:before{content:"\ea59"}.icon-divide:before{content:"\ea5a"}.icon-dollar-sign:before{content:"\ea5b"}.icon-download-cloud:before{content:"\ea5c"}.icon-download:before{content:"\ea5d"}.icon-dribbble:before{content:"\ea5e"}.icon-droplet:before{content:"\ea5f"}.icon-edit-2:before{content:"\ea60"}.icon-edit-3:before{content:"\ea61"}.icon-edit:before{content:"\ea62"}.icon-external-link:before{content:"\ea63"}.icon-eye-off:before{content:"\ea64"}.icon-eye:before{content:"\ea65"}.icon-facebook:before{content:"\ea66"}.icon-fast-forward:before{content:"\ea67"}.icon-feather:before{content:"\ea68"}.icon-figma:before{content:"\ea69"}.icon-file-minus:before{content:"\ea6a"}.icon-file-plus:before{content:"\ea6b"}.icon-file-text:before{content:"\ea6c"}.icon-file:before{content:"\ea6d"}.icon-film:before{content:"\ea6e"}.icon-filter:before{content:"\ea6f"}.icon-flag:before{content:"\ea70"}.icon-folder-minus:before{content:"\ea71"}.icon-folder-plus:before{content:"\ea72"}.icon-folder:before{content:"\ea73"}.icon-framer:before{content:"\ea74"}.icon-frown:before{content:"\ea75"}.icon-gift:before{content:"\ea76"}.icon-git-branch:before{content:"\ea77"}.icon-git-commit:before{content:"\ea78"}.icon-git-merge:before{content:"\ea79"}.icon-git-pull-request:before{content:"\ea7a"}.icon-github:before{content:"\ea7b"}.icon-gitlab:before{content:"\ea7c"}.icon-globe:before{content:"\ea7d"}.icon-hard-drive:before{content:"\ea7e"}.icon-hash:before{content:"\ea7f"}.icon-headphones:before{content:"\ea80"}.icon-heart:before{content:"\ea81"}.icon-help-circle:before{content:"\ea82"}.icon-hexagon:before{content:"\ea83"}.icon-home:before{content:"\ea84"}.icon-image:before{content:"\ea85"}.icon-inbox:before{content:"\ea86"}.icon-info:before{content:"\ea87"}.icon-instagram:before{content:"\ea88"}.icon-italic:before{content:"\ea89"}.icon-key:before{content:"\ea8a"}.icon-layers:before{content:"\ea8b"}.icon-layout:before{content:"\ea8c"}.icon-life-buoy:before{content:"\ea8d"}.icon-link-2:before{content:"\ea8e"}.icon-link:before{content:"\ea8f"}.icon-linkedin:before{content:"\ea90"}.icon-list:before{content:"\ea91"}.icon-loader:before{content:"\ea92"}.icon-lock:before{content:"\ea93"}.icon-log-in:before{content:"\ea94"}.icon-log-out:before{content:"\ea95"}.icon-mail:before{content:"\ea96"}.icon-map-pin:before{content:"\ea97"}.icon-map:before{content:"\ea98"}.icon-maximize-2:before{content:"\ea99"}.icon-maximize:before{content:"\ea9a"}.icon-meh:before{content:"\ea9b"}.icon-menu:before{content:"\ea9c"}.icon-message-circle:before{content:"\ea9d"}.icon-message-square:before{content:"\ea9e"}.icon-mic-off:before{content:"\ea9f"}.icon-mic:before{content:"\eaa0"}.icon-minimize-2:before{content:"\eaa1"}.icon-minimize:before{content:"\eaa2"}.icon-minus-circle:before{content:"\eaa3"}.icon-minus-square:before{content:"\eaa4"}.icon-minus:before{content:"\eaa5"}.icon-monitor:before{content:"\eaa6"}.icon-moon:before{content:"\eaa7"}.icon-more-horizontal:before{content:"\eaa8"}.icon-more-vertical:before{content:"\eaa9"}.icon-mouse-pointer:before{content:"\eaaa"}.icon-move:before{content:"\eaab"}.icon-music:before{content:"\eaac"}.icon-navigation-2:before{content:"\eaad"}.icon-navigation:before{content:"\eaae"}.icon-octagon:before{content:"\eaaf"}.icon-package:before{content:"\eab0"}.icon-paperclip:before{content:"\eab1"}.icon-pause-circle:before{content:"\eab2"}.icon-pause:before{content:"\eab3"}.icon-pen-tool:before{content:"\eab4"}.icon-percent:before{content:"\eab5"}.icon-phone-call:before{content:"\eab6"}.icon-phone-forwarded:before{content:"\eab7"}.icon-phone-incoming:before{content:"\eab8"}.icon-phone-missed:before{content:"\eab9"}.icon-phone-off:before{content:"\eaba"}.icon-phone-outgoing:before{content:"\eabb"}.icon-phone:before{content:"\eabc"}.icon-pie-chart:before{content:"\eabd"}.icon-play-circle:before{content:"\eabe"}.icon-play:before{content:"\eabf"}.icon-plus-circle:before{content:"\eac0"}.icon-plus-square:before{content:"\eac1"}.icon-plus:before{content:"\eac2"}.icon-pocket:before{content:"\eac3"}.icon-power:before{content:"\eac4"}.icon-printer:before{content:"\eac5"}.icon-radio:before{content:"\eac6"}.icon-refresh-ccw:before{content:"\eac7"}.icon-refresh-cw:before{content:"\eac8"}.icon-repeat:before{content:"\eac9"}.icon-rewind:before{content:"\eaca"}.icon-rotate-ccw:before{content:"\eacb"}.icon-rotate-cw:before{content:"\eacc"}.icon-rss:before{content:"\eacd"}.icon-save:before{content:"\eace"}.icon-scissors:before{content:"\eacf"}.icon-search:before{content:"\ead0"}.icon-send:before{content:"\ead1"}.icon-server:before{content:"\ead2"}.icon-settings:before{content:"\ead3"}.icon-share-2:before{content:"\ead4"}.icon-share:before{content:"\ead5"}.icon-shield-off:before{content:"\ead6"}.icon-shield:before{content:"\ead7"}.icon-shopping-bag:before{content:"\ead8"}.icon-shopping-cart:before{content:"\ead9"}.icon-shuffle:before{content:"\eada"}.icon-sidebar:before{content:"\eadb"}.icon-skip-back:before{content:"\eadc"}.icon-skip-forward:before{content:"\eadd"}.icon-slack:before{content:"\eade"}.icon-slash:before{content:"\eadf"}.icon-sliders:before{content:"\eae0"}.icon-smartphone:before{content:"\eae1"}.icon-smile:before{content:"\eae2"}.icon-speaker:before{content:"\eae3"}.icon-square:before{content:"\eae4"}.icon-star:before{content:"\eae5"}.icon-stop-circle:before{content:"\eae6"}.icon-sun:before{content:"\eae7"}.icon-sunrise:before{content:"\eae8"}.icon-sunset:before{content:"\eae9"}.icon-tablet:before{content:"\eaea"}.icon-tag:before{content:"\eaeb"}.icon-target:before{content:"\eaec"}.icon-terminal:before{content:"\eaed"}.icon-thermometer:before{content:"\eaee"}.icon-thumbs-down:before{content:"\eaef"}.icon-thumbs-up:before{content:"\eaf0"}.icon-toggle-left:before{content:"\eaf1"}.icon-toggle-right:before{content:"\eaf2"}.icon-tool:before{content:"\eaf3"}.icon-trash-2:before{content:"\eaf4"}.icon-trash:before{content:"\eaf5"}.icon-trello:before{content:"\eaf6"}.icon-trending-down:before{content:"\eaf7"}.icon-trending-up:before{content:"\eaf8"}.icon-triangle:before{content:"\eaf9"}.icon-truck:before{content:"\eafa"}.icon-tv:before{content:"\eafb"}.icon-twitch:before{content:"\eafc"}.icon-twitter:before{content:"\eafd"}.icon-type:before{content:"\eafe"}.icon-umbrella:before{content:"\eaff"}.icon-underline:before{content:"\eb00"}.icon-unlock:before{content:"\eb01"}.icon-upload-cloud:before{content:"\eb02"}.icon-upload:before{content:"\eb03"}.icon-user-check:before{content:"\eb04"}.icon-user-minus:before{content:"\eb05"}.icon-user-plus:before{content:"\eb06"}.icon-user-x:before{content:"\eb07"}.icon-user:before{content:"\eb08"}.icon-users:before{content:"\eb09"}.icon-video-off:before{content:"\eb0a"}.icon-video:before{content:"\eb0b"}.icon-voicemail:before{content:"\eb0c"}.icon-volume-1:before{content:"\eb0d"}.icon-volume-2:before{content:"\eb0e"}.icon-volume-x:before{content:"\eb0f"}.icon-volume:before{content:"\eb10"}.icon-watch:before{content:"\eb11"}.icon-wifi-off:before{content:"\eb12"}.icon-wifi:before{content:"\eb13"}.icon-wind:before{content:"\eb14"}.icon-x-circle:before{content:"\eb15"}.icon-x-octagon:before{content:"\eb16"}.icon-x-square:before{content:"\eb17"}.icon-x:before{content:"\eb18"}.icon-youtube:before{content:"\eb19"}.icon-zap-off:before{content:"\eb1a"}.icon-zap:before{content:"\eb1b"}.icon-zoom-in:before{content:"\eb1c"}.icon-zoom-out:before{content:"\eb1d"}.theme-category-default .theme-color{color:#6194e5}.theme-category-default .theme-dark-color{color:#102c5a}.theme-category-default nav li.active:before{content:"";background:#6194e5}.theme-category-default .btn-theme-color{color:#fff;background:#6194e5;border-color:#6194e5}.theme-category-default .theme-content a,.theme-category-default .theme-content h1,.theme-category-default .theme-content h2,.theme-category-default .theme-content h3,.theme-category-default .theme-content h4,.theme-category-default .theme-content h5{color:#6194e5}.theme-category-default .gradient-dark-theme{background:linear-gradient(90deg,#1f58b4 0,#102c5a)}.theme-category-default .gradient-theme{background:linear-gradient(90deg,#114291 0,#1f58b4);border:none}.theme-category-default .style-button{background-color:#fff;color:#114291;border:none}.theme-category-default .style-button.style-button-mobile{color:#fff;background-color:#114291}.theme-category-default .style-button-outline{background-color:transparent;color:#fff;border:2px solid #fff}.theme-category-default .style-button-outline.style-button-outline-mobile{border:2px solid #114291;color:#114291}.theme-category-default .gradient-light-theme{position:relative;z-index:2;background:#a5a5a5}.theme-category-default .gradient-light-theme:before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;background:linear-gradient(90deg,#1f58b4 5%,hsla(0,0%,65%,.2))}.theme-category-3 .theme-color,.theme-category-blue .theme-color{color:#6194e5}.theme-category-3 .theme-dark-color,.theme-category-blue .theme-dark-color{color:#102c5a}.theme-category-3 nav li.active:before,.theme-category-blue nav li.active:before{content:"";background:#6194e5}.theme-category-3 .btn-theme-color,.theme-category-blue .btn-theme-color{color:#fff;background:#6194e5;border-color:#6194e5}.theme-category-3 .theme-content a,.theme-category-3 .theme-content h1,.theme-category-3 .theme-content h2,.theme-category-3 .theme-content h3,.theme-category-3 .theme-content h4,.theme-category-3 .theme-content h5,.theme-category-blue .theme-content a,.theme-category-blue .theme-content h1,.theme-category-blue .theme-content h2,.theme-category-blue .theme-content h3,.theme-category-blue .theme-content h4,.theme-category-blue .theme-content h5{color:#6194e5}.theme-category-3 .gradient-dark-theme,.theme-category-blue .gradient-dark-theme{background:linear-gradient(90deg,#1f58b4 0,#102c5a)}.theme-category-3 .gradient-light-theme,.theme-category-blue .gradient-light-theme{position:relative;z-index:2;background:#a5a5a5}.theme-category-3 .gradient-light-theme:before,.theme-category-blue .gradient-light-theme:before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;background:linear-gradient(90deg,#1f58b4 5%,hsla(0,0%,65%,.2))}.theme-category-2 .theme-color,.theme-category-red .theme-color{color:#e94e4f}.theme-category-2 .theme-dark-color,.theme-category-red .theme-dark-color{color:#5b0316}.theme-category-2 nav li.active:before,.theme-category-red nav li.active:before{content:"";background:#e94e4f}.theme-category-2 .btn-theme-color,.theme-category-red .btn-theme-color{color:#fff;background:#e94e4f;border-color:#e94e4f}.theme-category-2 .theme-content a,.theme-category-2 .theme-content h1,.theme-category-2 .theme-content h2,.theme-category-2 .theme-content h3,.theme-category-2 .theme-content h4,.theme-category-2 .theme-content h5,.theme-category-red .theme-content a,.theme-category-red .theme-content h1,.theme-category-red .theme-content h2,.theme-category-red .theme-content h3,.theme-category-red .theme-content h4,.theme-category-red .theme-content h5{color:#e94e4f}.theme-category-2 .gradient-dark-theme,.theme-category-red .gradient-dark-theme{background:linear-gradient(90deg,#5b0316 0,#120104)}.theme-category-2 .gradient-theme,.theme-category-red .gradient-theme{background:linear-gradient(90deg,#813939 0,#b14d4d);border:none}.theme-category-2 .style-button,.theme-category-red .style-button{background-color:#fff;color:#813939;border:none}.theme-category-2 .style-button.style-button-mobile,.theme-category-red .style-button.style-button-mobile{color:#fff;background-color:#813939}.theme-category-2 .style-button-outline,.theme-category-red .style-button-outline{background-color:transparent;color:#fff;border:2px solid #fff}.theme-category-2 .style-button-outline.style-button-outline-mobile,.theme-category-red .style-button-outline.style-button-outline-mobile{border:2px solid #813939;color:#813939}.theme-category-2 .gradient-light-theme,.theme-category-red .gradient-light-theme{position:relative;z-index:2;background:#a5a5a5}.theme-category-2 .gradient-light-theme:before,.theme-category-red .gradient-light-theme:before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;background:linear-gradient(90deg,#5b0316 5%,hsla(0,0%,65%,.2))}.theme-category-5 .theme-color,.theme-category-black .theme-color{color:#848484}.theme-category-5 .theme-dark-color,.theme-category-black .theme-dark-color{color:#1c191a}.theme-category-5 nav li.active:before,.theme-category-black nav li.active:before{content:"";background:#848484}.theme-category-5 .btn-theme-color,.theme-category-black .btn-theme-color{color:#fff;background:#848484;border-color:#848484}.theme-category-5 .theme-content a,.theme-category-5 .theme-content h1,.theme-category-5 .theme-content h2,.theme-category-5 .theme-content h3,.theme-category-5 .theme-content h4,.theme-category-5 .theme-content h5,.theme-category-black .theme-content a,.theme-category-black .theme-content h1,.theme-category-black .theme-content h2,.theme-category-black .theme-content h3,.theme-category-black .theme-content h4,.theme-category-black .theme-content h5{color:#848484}.theme-category-5 .gradient-dark-theme,.theme-category-black .gradient-dark-theme{background:linear-gradient(90deg,#262626 0,#1c191a)}.theme-category-5 .gradient-theme,.theme-category-black .gradient-theme{background:linear-gradient(90deg,#3e3e3e 0,#656565);border:none}.theme-category-5 .style-button,.theme-category-black .style-button{background-color:#fff;color:#3e3e3e;border:none}.theme-category-5 .style-button.style-button-mobile,.theme-category-black .style-button.style-button-mobile{color:#fff;background-color:#3e3e3e}.theme-category-5 .style-button-outline,.theme-category-black .style-button-outline{background-color:transparent;color:#fff;border:2px solid #fff}.theme-category-5 .style-button-outline.style-button-outline-mobile,.theme-category-black .style-button-outline.style-button-outline-mobile{border:2px solid #3e3e3e;color:#3e3e3e}.theme-category-5 .gradient-light-theme,.theme-category-black .gradient-light-theme{position:relative;z-index:2;background:#a5a5a5}.theme-category-5 .gradient-light-theme:before,.theme-category-black .gradient-light-theme:before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;background:linear-gradient(90deg,#262626 5%,hsla(0,0%,65%,.2))}.theme-category-1 .theme-color,.theme-category-yellow .theme-color{color:#b4944d}.theme-category-1 .theme-dark-color,.theme-category-yellow .theme-dark-color{color:#3e2d07}.theme-category-1 nav li.active:before,.theme-category-yellow nav li.active:before{content:"";background:#b4944d}.theme-category-1 .btn-theme-color,.theme-category-yellow .btn-theme-color{color:#fff;background:#b4944d;border-color:#b4944d}.theme-category-1 .theme-content a,.theme-category-1 .theme-content h1,.theme-category-1 .theme-content h2,.theme-category-1 .theme-content h3,.theme-category-1 .theme-content h4,.theme-category-1 .theme-content h5,.theme-category-yellow .theme-content a,.theme-category-yellow .theme-content h1,.theme-category-yellow .theme-content h2,.theme-category-yellow .theme-content h3,.theme-category-yellow .theme-content h4,.theme-category-yellow .theme-content h5{color:#b4944d}.theme-category-1 .gradient-dark-theme,.theme-category-yellow .gradient-dark-theme{background:linear-gradient(90deg,#5b4003 0,#3e2d07)}.theme-category-1 .gradient-theme,.theme-category-yellow .gradient-theme{background:linear-gradient(90deg,#5b4003 0,#3e2d07);border:none}.theme-category-1 .style-button,.theme-category-yellow .style-button{background-color:#fff;color:#5b4003;border:none}.theme-category-1 .style-button.style-button-mobile,.theme-category-yellow .style-button.style-button-mobile{color:#fff;background-color:#5b4003}.theme-category-1 .style-button-outline,.theme-category-yellow .style-button-outline{background-color:transparent;color:#fff;border:2px solid #fff}.theme-category-1 .style-button-outline.style-button-outline-mobile,.theme-category-yellow .style-button-outline.style-button-outline-mobile{border:2px solid #5b4003;color:#5b4003}.theme-category-1 .gradient-light-theme,.theme-category-yellow .gradient-light-theme{position:relative;z-index:2;background:#a5a5a5}.theme-category-1 .gradient-light-theme:before,.theme-category-yellow .gradient-light-theme:before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;background:linear-gradient(90deg,#5b4003 5%,hsla(0,0%,65%,.2))}.theme-category-7 .theme-color,.theme-category-green .theme-color{color:#58a38e}.theme-category-7 .theme-dark-color,.theme-category-green .theme-dark-color{color:#213933}.theme-category-7 nav li.active:before,.theme-category-green nav li.active:before{content:"";background:#58a38e}.theme-category-7 .btn-theme-color,.theme-category-green .btn-theme-color{color:#fff;background:#58a38e;border-color:#58a38e}.theme-category-7 .theme-content a,.theme-category-7 .theme-content h1,.theme-category-7 .theme-content h2,.theme-category-7 .theme-content h3,.theme-category-7 .theme-content h4,.theme-category-7 .theme-content h5,.theme-category-green .theme-content a,.theme-category-green .theme-content h1,.theme-category-green .theme-content h2,.theme-category-green .theme-content h3,.theme-category-green .theme-content h4,.theme-category-green .theme-content h5{color:#58a38e}.theme-category-7 .gradient-dark-theme,.theme-category-green .gradient-dark-theme{background:linear-gradient(90deg,#215244 0,#213933)}.theme-category-7 .gradient-theme,.theme-category-green .gradient-theme{background:linear-gradient(90deg,#366a6a 0,#408973);border:none}.theme-category-7 .style-button,.theme-category-green .style-button{background-color:#fff;color:#366a6a;border:none}.theme-category-7 .style-button.style-button-mobile,.theme-category-green .style-button.style-button-mobile{color:#fff;background-color:#366a6a}.theme-category-7 .style-button-outline,.theme-category-green .style-button-outline{background-color:transparent;color:#fff;border:2px solid #fff}.theme-category-7 .style-button-outline.style-button-outline-mobile,.theme-category-green .style-button-outline.style-button-outline-mobile{border:2px solid #366a6a;color:#366a6a}.theme-category-7 .gradient-light-theme,.theme-category-green .gradient-light-theme{position:relative;z-index:2;background:#a5a5a5}.theme-category-7 .gradient-light-theme:before,.theme-category-green .gradient-light-theme:before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;background:linear-gradient(90deg,#215244 5%,hsla(0,0%,65%,.2))}.theme-category-6 .theme-color,.theme-category-purple .theme-color{color:#bb5adf}.theme-category-6 .theme-dark-color,.theme-category-purple .theme-dark-color{color:#2c1c32}.theme-category-6 nav li.active:before,.theme-category-purple nav li.active:before{content:"";background:#bb5adf}.theme-category-6 .btn-theme-color,.theme-category-purple .btn-theme-color{color:#fff;background:#bb5adf;border-color:#bb5adf}.theme-category-6 .theme-content a,.theme-category-6 .theme-content h1,.theme-category-6 .theme-content h2,.theme-category-6 .theme-content h3,.theme-category-6 .theme-content h4,.theme-category-6 .theme-content h5,.theme-category-purple .theme-content a,.theme-category-purple .theme-content h1,.theme-category-purple .theme-content h2,.theme-category-purple .theme-content h3,.theme-category-purple .theme-content h4,.theme-category-purple .theme-content h5{color:#bb5adf}.theme-category-6 .gradient-dark-theme,.theme-category-purple .gradient-dark-theme{background:linear-gradient(90deg,#583864 0,#2c1c32)}.theme-category-6 .gradient-light-theme,.theme-category-purple .gradient-light-theme{position:relative;z-index:2;background:#a5a5a5}.theme-category-6 .gradient-light-theme:before,.theme-category-purple .gradient-light-theme:before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;background:linear-gradient(90deg,#583864 5%,hsla(0,0%,65%,.2))}.theme-category-4 .theme-color,.theme-category-darkblue .theme-color{color:#5e83c5}.theme-category-4 .theme-dark-color,.theme-category-darkblue .theme-dark-color{color:#191f2b}.theme-category-4 nav li.active:before,.theme-category-darkblue nav li.active:before{content:"";background:#5e83c5}.theme-category-4 .btn-theme-color,.theme-category-darkblue .btn-theme-color{color:#fff;background:#5e83c5;border-color:#5e83c5}.theme-category-4 .theme-content a,.theme-category-4 .theme-content h1,.theme-category-4 .theme-content h2,.theme-category-4 .theme-content h3,.theme-category-4 .theme-content h4,.theme-category-4 .theme-content h5,.theme-category-darkblue .theme-content a,.theme-category-darkblue .theme-content h1,.theme-category-darkblue .theme-content h2,.theme-category-darkblue .theme-content h3,.theme-category-darkblue .theme-content h4,.theme-category-darkblue .theme-content h5{color:#5e83c5}.theme-category-4 .gradient-dark-theme,.theme-category-darkblue .gradient-dark-theme{background:linear-gradient(90deg,#363e4d 0,#191f2b)}.theme-category-4 .gradient-light-theme,.theme-category-darkblue .gradient-light-theme{position:relative;z-index:2;background:#a5a5a5}.theme-category-4 .gradient-light-theme:before,.theme-category-darkblue .gradient-light-theme:before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;background:linear-gradient(90deg,#363e4d 5%,hsla(0,0%,65%,.2))}.theme-category-8 .theme-color,.theme-category-darkblue .theme-color{color:#5e83c5}.theme-category-8 .theme-dark-color,.theme-category-darkblue .theme-dark-color{color:#191f2b}.theme-category-8 nav li.active:before,.theme-category-darkblue nav li.active:before{content:"";background:#5e83c5}.theme-category-8 .btn-theme-color,.theme-category-darkblue .btn-theme-color{color:#fff;background:#5e83c5;border-color:#5e83c5}.theme-category-8 .theme-content a,.theme-category-8 .theme-content h1,.theme-category-8 .theme-content h2,.theme-category-8 .theme-content h3,.theme-category-8 .theme-content h4,.theme-category-8 .theme-content h5,.theme-category-darkblue .theme-content a,.theme-category-darkblue .theme-content h1,.theme-category-darkblue .theme-content h2,.theme-category-darkblue .theme-content h3,.theme-category-darkblue .theme-content h4,.theme-category-darkblue .theme-content h5{color:#5e83c5}.theme-category-8 .gradient-dark-theme,.theme-category-darkblue .gradient-dark-theme{background:linear-gradient(90deg,#363e4d 0,#191f2b)}.theme-category-8 .gradient-light-theme,.theme-category-darkblue .gradient-light-theme{position:relative;z-index:2;background:#a5a5a5}.theme-category-8 .gradient-light-theme:before,.theme-category-darkblue .gradient-light-theme:before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;background:linear-gradient(90deg,#363e4d 5%,hsla(0,0%,65%,.2))}.dropdown-icon,.icon-color-scheme{color:#444!important;width:1.25rem!important}.loader-content{background:#fff}.custom-scroll-track{background:#e7e7e7;width:5px;height:100%;position:absolute;top:0;right:0}@media(max-width:1024px){.custom-scroll-track{display:none}}.custom-scroll-horizontal-track{background:#e7e7e7;width:100%;height:5px;position:absolute;bottom:0;left:0}@media(max-width:1024px){.custom-scroll-horizontal-track{display:none}}.custom-scroll-horizontal{border-radius:5px;background:#324fc9;width:100%;height:100%;display:flex}@media(max-width:1024px){.custom-scroll-horizontal{display:none}}.custom-scroll{border-radius:5px;background:#959595;width:100%;height:100%;display:flex}@media(max-width:1024px){.custom-scroll{display:none}}.color-scheme-dark{background:#161616}.color-scheme-dark .btn-logout{background:#222;border:.1rem solid #333;color:#fff}.color-scheme-dark .separator{background:#3b3b3b}.color-scheme-dark form label{color:#fff}.color-scheme-dark select{background:#3b3b3b;color:#fff}.color-scheme-dark .border-color,.color-scheme-dark select{border-color:#3b3b3b!important}.color-scheme-dark .tabs .btn-disabled{color:#fff}.color-scheme-dark .tabs .btn-disabled:hover{color:rgba(32,32,32,.6)}.color-scheme-dark .table-header{background:#3b3b3b!important;border-color:#3b3b3b!important}.color-scheme-dark .rank-user-hightlinght{background:#fff!important}.color-scheme-dark .item-exam-rank,.color-scheme-dark .rank-header{background:#3b3b3b!important}.color-scheme-dark .rank-header{border-bottom:2px solid #303030!important}.color-scheme-dark .exam-oab-table li:nth-child(2n){background:#424242!important}.color-scheme-dark .custom-scroll-track{background:#3b3b3b}.color-scheme-dark .custom-scroll{background:#898989}.color-scheme-dark .user-container-active{color:#fff;background:hsla(0,0%,100%,.05)}.color-scheme-dark .close-btn{background:hsla(0,0%,100%,.1)}.color-scheme-dark .close-btn:hover{background:hsla(0,0%,100%,.15)}.color-scheme-dark .menu-item-title{color:hsla(0,0%,100%,.25)!important}.color-scheme-dark .menu-sidebar a{color:#fff}.color-scheme-dark .box-live-content{background:hsla(0,100%,84%,.25)!important;color:#fff!important}.color-scheme-dark .text-color-scheme{color:#fff!important}.color-scheme-dark .text-color-scheme-opacity{color:hsla(0,0%,100%,.5)!important}.color-scheme-dark .btn-download-material{background:hsla(0,0%,100%,.1)}.color-scheme-dark .modal-free-courses .scroll-bars li{background:#262626;color:#fff}.color-scheme-dark .modal-free-courses .scroll-bars li a{color:#fff}.color-scheme-dark .pagination-numbers{background:#262626!important}.color-scheme-dark .pagination-numbers a{color:hsla(0,0%,100%,.5)}.color-scheme-dark .pagination-numbers:hover{background:linear-gradient(135deg,#be454b,#3a5079)!important}.color-scheme-dark #nav-component .nav-bar,.color-scheme-dark #nav-component .nav-bar-content{background:#161616!important;border-color:#262626}.color-scheme-dark .loader-content img{filter:brightness(10)}.color-scheme-dark .icon-menu,.color-scheme-dark .toogle-box button{color:#fff}.color-scheme-dark .lesson-page{background:#161616}.color-scheme-dark .lesson-page .lesson-course-title-container,.color-scheme-dark .lesson-page .lesson-teacher-container{background:#262626;border-color:#303030;color:#fff}.color-scheme-dark .btn-sidebar{background:transparent url(/assets/icons/icon-sidebar-controller.svg) no-repeat;background-position:50%}.color-scheme-dark .btn-export{background:#262626}.color-scheme-dark .btn-export-border{border:2px solid hsla(0,0%,100%,.2)}.color-scheme-dark .lesson-question{background:#262626}.color-scheme-dark .lesson-answer{background:none}.color-scheme-dark .notes-page{background:#262626}.color-scheme-dark .item-clock-notes{border:2px solid #5a70d0!important;background:transparent;font-weight:700}.color-scheme-dark .item-clock-notes .border-color{border:2px solid #5a70d0!important}.color-scheme-dark .sidebar-box{background:transparent}.color-scheme-dark .notes-page{background:#161616}.color-scheme-dark .notes-page .header-notes .header-notes-back-button,.color-scheme-dark .notes-page .header-notes .header-notes-course-title-container{background:#262626;border-color:#303030;color:#fff}.color-scheme-dark .list-item-filter span{font-weight:400;color:#fff!important}.color-scheme-dark .material-list .box{background:#262626;border-color:#303030}.color-scheme-dark .material-list .box .material{background:#262626;color:#fff}.color-scheme-dark #appeal .box{background:#262626;border-color:#303030;color:#fff}.color-scheme-dark #appeal .input-file-style,.color-scheme-dark #appeal textarea,.color-scheme-dark .input-file-style{background:#262626;border-color:#585858;color:#fff}.color-scheme-dark .video-thumb-subtitle small,.color-scheme-dark .video-thumb-subtitle span{color:#fff}.color-scheme-dark .rating-content-dark{background:#303030!important}.color-scheme-dark .alert-warning{background:#2e2d2b!important;border:.1rem solid rgba(42,39,30,.1)!important;color:#faecc3!important}.color-scheme-dark .react-responsive-modal-modal{background:#202020!important;color:#fff}.color-scheme-dark .react-responsive-modal-modal ::-moz-placeholder{color:#fff}.color-scheme-dark .react-responsive-modal-modal ::placeholder,.color-scheme-dark .react-responsive-modal-modal form,.color-scheme-dark .react-responsive-modal-modal h2,.color-scheme-dark .react-responsive-modal-modal h3,.color-scheme-dark .react-responsive-modal-modal h4,.color-scheme-dark .react-responsive-modal-modal h5,.color-scheme-dark .react-responsive-modal-modal h6,.color-scheme-dark .react-responsive-modal-modal input,.color-scheme-dark .react-responsive-modal-modal label,.color-scheme-dark .react-responsive-modal-modal p,.color-scheme-dark .react-responsive-modal-modal select,.color-scheme-dark .react-responsive-modal-modal small h1,.color-scheme-dark .react-responsive-modal-modal span,.color-scheme-dark .react-responsive-modal-modal textarea{color:#fff}.color-scheme-dark .react-responsive-modal-modal input,.color-scheme-dark .react-responsive-modal-modal select,.color-scheme-dark .react-responsive-modal-modal textarea{background-color:#303030;border-color:#404040}.color-scheme-dark .loader-content{background:#262626}.color-scheme-dark .box-container,.color-scheme-dark .box-container-warning-list li{background:#262626;border-color:#303030;color:#fff}.color-scheme-dark .box-borderless-container{color:#fff}.color-scheme-dark .box-placeholder{background:#262626;border-color:#303030;color:#fff}.color-scheme-dark .box-placeholder h3,.color-scheme-dark .box-placeholder span{color:#fff}.color-scheme-dark .my-account-page .cards-listing .box{background:#262626;border-color:#303030;color:#fff}.color-scheme-dark .my-account-page .cards-listing .box p{color:#afafaf!important}.color-scheme-dark #ebooks .ebook-list li .ebook-title p{color:#fff}.color-scheme-dark .progress-bar-watching{background-color:hsla(0,0%,100%,.15)}.color-scheme-dark .profile-page .box_my_profile{background:linear-gradient(130deg,#404040,#262626);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#404040",endColorstr="#262626",GradientType=1)}.color-scheme-dark .profile-page .box{background:#262626;border-color:#303030;color:#fff}.color-scheme-dark .profile-page .box label{color:#fff}.color-scheme-dark .profile-page .box a{color:#4986dc}.color-scheme-dark .profile-page .box input,.color-scheme-dark .profile-page .box select,.color-scheme-dark .profile-page .box svg.MuiSvgIcon-root,.color-scheme-dark .profile-page .box textarea{background:#303030;border-color:#404040;color:#fff}.color-scheme-dark #font-resize #decrease-font,.color-scheme-dark #font-resize #increase-font{background:#303030;border-color:#343434;color:#d1d1d1}.color-scheme-dark .notifications-list li{border-color:#303030}.color-scheme-dark .notifications-list li div{color:#999}.color-scheme-dark .notifications-list li div .notification-title{color:#dfdfdf}.color-scheme-dark .dropdown-content{background:#202020!important;border:2px solid #303030!important}.color-scheme-dark .dropdown-content:before{border-bottom:.6rem solid #303030!important}.color-scheme-dark .dropdown-content:after{border-bottom:.6rem solid #202020!important}.color-scheme-dark .dropdown-content p,.color-scheme-dark .dropdown-content small,.color-scheme-dark .dropdown-content span{color:#dfdfdf!important}.color-scheme-dark .color-theme .theme-options span{border:2px solid #303030!important}.color-scheme-dark .menu{background:#202020}.color-scheme-dark .menu li{border-color:#303030}.color-scheme-dark .menu li .link{color:#dfdfdf}.color-scheme-dark #certifications .certification p{color:#9b9b9b}.color-scheme-dark #certifications .certification .unavailable-certification{color:#d1d1d1;background:#303030;border:.1rem solid #303030}.color-scheme-dark .tutorial-content h1,.color-scheme-dark .tutorial-content p{color:#fff}.color-scheme-dark #members_area h2,.color-scheme-dark #members_area h4,.color-scheme-dark #members_area label,.color-scheme-dark #members_area p{color:#dfdfdf}.color-scheme-dark #members_area .invitations_content{border:.1rem solid #303030!important}.color-scheme-dark #members_area .invited_members{border-top:.1rem solid #303030!important}.color-scheme-dark #members_area .invited_members .mail{color:#dfdfdf}.color-scheme-dark .release-notes-trigger{background:hsla(0,0%,100%,.1)}.color-scheme-dark #communities .page-title-section{color:#f1f1f1}.color-scheme-dark #communities .communities-filter{border:.1rem solid #202020!important}.color-scheme-dark #communities .communities-filter button{color:#f1f1f1}.color-scheme-dark #communities .communities-list .community{border:.1rem solid #303030!important;background:#262626}.color-scheme-dark #communities .communities-list .community span{color:#f1f1f1}.color-scheme-dark #communities .communities-list .community small{color:#dfdfdf}.color-scheme-dark #community .back-button{border:.1rem solid #303030;color:#dfdfdf}.color-scheme-dark #community .community-intro{background:#262626;border:.1rem solid #303030}.color-scheme-dark #community .community-intro h3{color:#dfdfdf}.color-scheme-dark #community .community-intro .info{background:hsla(44,92%,91%,.1);border:.1rem solid rgba(141,121,61,.164);color:#ccab48}.color-scheme-dark #community .community-rules{border:.1rem solid #303030}.color-scheme-dark #community .community-rules li,.color-scheme-dark #community .community-rules p{color:#d1d1d1}.color-scheme-dark #community .community-members-title h4,.color-scheme-dark #community .community-rules h4{background:#262626}.color-scheme-dark #community .community-members-title:after{background-color:#303030}.color-scheme-dark #community .community-members small,.color-scheme-dark #community .new-topic-title h3{color:#dfdfdf}.color-scheme-dark #community .topics-list .topic{border:.1rem solid #202020!important;background:#262626}.color-scheme-dark #community .topics-list .topic span{color:#f1f1f1}.color-scheme-dark #community .topics-list .topic-description{color:#dfdfdf}.color-scheme-dark #community .topics-list .topic-description a{color:#b8b8ff!important}.color-scheme-dark #community-topic .back-button{border:.1rem solid #303030;color:#dfdfdf}.color-scheme-dark #community-topic .topic-description{border:.1rem solid #303030;background:#262626}.color-scheme-dark #community-topic .topic-description .topic-description-text{color:#dfdfdf;border-color:#303030}.color-scheme-dark #community-topic .topic-description .topic-description-text a{color:#b8b8ff!important}.color-scheme-dark #community-topic .topic-description p{border-color:#303030}.color-scheme-dark #community-topic .page-title-section{color:#dfdfdf}.color-scheme-dark #community-topic .topic-comments{background:#262626;border-color:#303030}.color-scheme-dark #community-topic .topic-comments .comments-direction-control label{color:#dfdfdf}.color-scheme-dark #community-topic .topic-comments .comments-direction-control button{background:none!important;color:#dfdfdf}.color-scheme-dark #community-topic .topic-comments .comments-list .comment p{background:#303030;color:#dfdfdf}.color-scheme-dark #community-topic .topic-comments .new-comment{border-color:#505050}.color-scheme-dark #community-topic .topic-comments .new-comment label{color:#dfdfdf}.color-scheme-dark #community-topic .topic-comments .new-comment textarea{background:#404040;border-color:#505050;color:#dfdfdf}.color-scheme-dark #community-topic .topic-comments .new-comment .characters-counter{color:#999}.color-scheme-dark #certifications .certification-list .box-certification{border:.1rem solid #303030!important;background:#262626}.color-scheme-dark #certifications .certification-list .box-certification h2{color:#f1f1f1}.color-scheme-dark .dropdown-icon,.color-scheme-dark .icon-color-scheme,.color-scheme-dark .theme-item-color-scheme{color:#fff!important}.color-scheme-dark .theme-item-color-scheme{background:#202020}.color-scheme-dark #main-sidebar{background:#1f1f1f}.color-scheme-dark .page-container{background:#151515}.color-scheme-dark .transmission-item{background:hsla(0,0%,100%,.05)}.color-scheme-dark .transmission-item .item-title{color:hsla(0,0%,98%,.6)}.color-scheme-dark .transmission-item span{color:#f9f9f9}.color-scheme-dark .transmission-item small{color:hsla(0,0%,98%,.5)}.color-scheme-dark #main-header .icon{color:#fff}.color-scheme-dark #main-header.header-bg-none{background:linear-gradient(180deg,rgba(0,0,0,.4) 0,transparent);border:none}.color-scheme-dark #main-header.header-bg-none .icon{color:#fff}.color-scheme-dark .btn-color-scheme,.color-scheme-dark .component-title,.color-scheme-dark .component-title-catalog,.color-scheme-dark .swiper-button-next .icon,.color-scheme-dark .swiper-button-prev .icon,.color-scheme-dark .swiper-live-button-next .icon,.color-scheme-dark .swiper-live-button-prev .icon,.color-scheme-dark .text-label{color:#fff!important}.color-scheme-dark .btn-color-scheme{border-color:hsla(0,0%,100%,.1)}.color-scheme-dark .btn-show-more-color-scheme{border-color:hsla(0,0%,100%,.1);background:#2c2c2c}.color-scheme-dark .course-thumb-color-scheme a>.thumb-container span{background:hsla(0,0%,100%,.05)!important}.color-scheme-dark .course-thumb-color-scheme .progress{background-color:#fff}.color-scheme-dark .thumb-continue-watching{border:2px solid hsla(0,0%,100%,.25)!important;color:#fff}.color-scheme-dark .available-soon-tag{background:rgba(0,0,0,.1)}.color-scheme-dark .tooltip:before{background-color:rgba(0,0,0,.9);color:#fff}.color-scheme-dark .tooltip:after{border-color:transparent transparent rgba(0,0,0,.9)}.color-scheme-dark .tooltip-top:before{background-color:rgba(0,0,0,.9);color:#fff}.color-scheme-dark .tooltip-top:after{border-color:rgba(0,0,0,.9) transparent transparent}.color-scheme-dark .btn_list .doubt-btn-active{color:#8a8a8a}.color-scheme-dark .box-body{color:#fff}.color-scheme-dark .box-body .question{background:#2c2c2c}.color-scheme-dark .box-body .answer{color:#f1f1f1;background:#1e1e1e}.color-scheme-dark .doubts-content,.color-scheme-dark .doubts-sidebar{background:#1e1e1e}.color-scheme-dark .doubts-general-list li{background:hsla(0,0%,100%,.05)}.color-scheme-dark .doubts-general-list li.general-list-active{background:#506de5}.color-scheme-dark .doubts-box-header{color:#f1f1f1;border-color:hsla(0,0%,100%,.1)}.color-scheme-dark .ck-toolbar{background-color:#454545!important;color:#fff!important;border-color:#676767!important}.color-scheme-dark .ck-toolbar .ck-button .ck-icon,.color-scheme-dark .ck-toolbar span{color:#fff!important}.color-scheme-dark .ck-toolbar .ck-button.ck-on .ck-icon,.color-scheme-dark .ck-toolbar .ck-button:hover .ck-icon{color:#454545!important}.color-scheme-dark .ck-content{border-color:#676767!important;background-color:#333!important;color:#fff!important}.color-scheme-dark .ck-content a{color:#b8b8ff!important}.color-scheme-dark .tutorial-thumb,.color-scheme-dark .tutorial-video-title{color:#fff}.color-scheme-dark .tutorial-active-thumb{background:#2c2c2c}.color-scheme-dark .data-verification{border-color:#676767!important;background-color:#333!important}.color-scheme-dark .data-verification form label{color:#fff!important}.color-scheme-dark .data-verification form input{background:#303030;border-color:#404040;color:#fff;box-shadow:none}.color-scheme-dark .data-verification .data-verification-checkbox span{color:#fff}.color-scheme-dark .lesson-checked label{color:#fff!important}.color-scheme-dark .lesson-checked input{background:#303030;border-color:#404040;color:#fff;box-shadow:none}.color-scheme-dark .lesson-checked svg{border-color:#404040;color:#fff}.color-scheme-dark .lesson-checked .data-verification-checkbox span{color:#fff}.color-scheme-dark .notification-list li{border:.1rem solid #303030!important;background:#262626;color:hsla(0,0%,100%,.5)}.color-scheme-dark .notification-list li .line-clamp-2{color:#fff}.color-scheme-dark .filters{color:hsla(0,0%,100%,.7)}.color-scheme-dark .content-filter-accordion li:hover,.color-scheme-dark .filter-accordion-item:hover,.color-scheme-dark .filter-active,.color-scheme-dark .filter-active-subcategory,.color-scheme-dark .filter-active-subcategory span{color:#869aed!important}.color-scheme-dark .filter-divisor{background:#303030}.color-scheme-dark .outline_opacity{color:#fff;border:2px solid hsla(0,0%,100%,.2)}.color-scheme-dark .outline{color:#fff;border:2px solid hsla(0,0%,100%,.5)}.color-scheme-dark .breadcrumbs a,.color-scheme-dark .breadcrumbs div,.color-scheme-dark .breadcrumbs li{color:hsla(0,0%,100%,.8)}.color-scheme-dark .fixed-info,.color-scheme-dark .icon-more-vertical,.color-scheme-dark .icon-pin,.color-scheme-dark .icon-video{filter:brightness(10)}.color-scheme-dark .btn-tools a{color:#fff}.color-scheme-dark .btn-tools a img{filter:brightness(10)}.color-scheme-dark .pdf-toolbar{color:#fff;background:#3b3b3b;border:2px solid #292929}.color-scheme-dark .pdf-container-document{width:100%}.color-scheme-dark .pdf-container-document .scrollBarsPdf>div{background-color:#292929!important}.color-scheme-dark .MuiSwitch-track{background:#fff}.color-scheme-dark .player-content-buttons .btn-description{color:#fff}.color-scheme-dark .player-content-buttons button{background:rgba(122,166,237,.2)}.color-scheme-dark .player-content-buttons button img{filter:brightness(9999%) grayscale(1)}.color-scheme-dark .player-content-buttons .btn-lesson-problem{background:hsla(0,100%,78%,.2)}.color-scheme-dark .appeal-title,.color-scheme-dark .rsw-ce{color:#fff}.color-scheme-dark .rsw-editor{border-color:#303030;background:#262626}.color-scheme-dark .rsw-toolbar{background:#444;border-color:#303030}.color-scheme-dark .rsw-toolbar button{margin-top:0;color:#fff}.color-scheme-dark .rsw-toolbar button:hover,.color-scheme-dark .rsw-toolbar button[data-active=true]{background:#303030}.color-scheme-dark .rsw-toolbar .rsw-separator{border-color:#303030}.modal-color-scheme-dark{background:#3e3e3e;color:#fff}.modal-color-scheme-dark hr{background:hsla(0,0%,91%,.1)}.modal-color-scheme-dark p span{color:#fff!important}.modal-color-scheme-dark label{color:#fff}.modal-color-scheme-dark .modal-body{background:#3e3e3e!important}.modal-color-scheme-dark .modal-body form .select__control,.modal-color-scheme-dark .modal-body form input,.modal-color-scheme-dark .modal-body form select,.modal-color-scheme-dark .modal-body form textarea{border:2px solid #4e4e4e;padding:.75rem;border-radius:.4rem;color:#fff;background:#5d5d5d}.color-scheme-light .toogle-box{border-color:#dfdfdf}.color-scheme-light .toogle-box button{color:#404040}.color-scheme-light .share-button span{color:#fff!important}.color-scheme-light .sidebar-box{background:#e1e1e1!important}.color-scheme-light .sidebar-box a,.color-scheme-light .sidebar-box div,.color-scheme-light .sidebar-box h1,.color-scheme-light .sidebar-box h2,.color-scheme-light .sidebar-box h3,.color-scheme-light .sidebar-box h4,.color-scheme-light .sidebar-box p,.color-scheme-light .sidebar-box small,.color-scheme-light .sidebar-box span{color:#202020}.color-scheme-light .livestream-header{background:#e1e1e1!important}.color-scheme-light .livestream-header h1,.color-scheme-light .livestream-header span{color:#404040}.color-scheme-light .livestream-header .live-tag{color:#fff}.color-scheme-light .header_intro_course_panel{background:#e9e9e9!important}.color-scheme-light .header_intro_course_panel p,.color-scheme-light .header_intro_course_panel span{color:#404040}.color-scheme-light .header_intro_course_panel h1,.color-scheme-light .header_intro_course_panel h2{color:#202020}.color-scheme-light .header_intro_course_panel .progress-bar{background-color:rgba(0,0,0,.1)}.color-scheme-light .links_list_course_panel{background:#f9f9f9!important}.color-scheme-light .links_list_course_panel a,.color-scheme-light .links_list_course_panel button{color:#202020}.color-scheme-light .links_list_course_panel a:hover,.color-scheme-light .links_list_course_panel button:hover{color:#404040}.color-scheme-light .version-info{color:#444!important}.color-scheme-light .release-notes-trigger{background:rgba(0,0,0,.5)}.color-scheme-light .icon-color-scheme{color:#000}.color-scheme-light #main-sidebar{background:#fff;color:#000}.color-scheme-light #main-sidebar .logo img{filter:brightness(0)}.color-scheme-light #main-sidebar .icon,.color-scheme-light #main-sidebar a{color:#000}.color-scheme-light #main-header.header-bg-none{border-color:transparent;background:transparent}.color-scheme-light #main-header.header-bg-none .icon{color:#fff}.color-scheme-light .btn-color-scheme,.color-scheme-light .component-title,.color-scheme-light .component-title-catalog,.color-scheme-light .swiper-button-next .icon,.color-scheme-light .swiper-button-prev .icon{color:#000!important}.color-scheme-light .btn-color-scheme{border-color:rgba(0,0,0,.1)}.color-scheme-light .course-thumb-color-scheme a>.thumb-container span{background:rgba(0,0,0,.05)!important}.color-scheme-light .available-soon-tag{background:rgba(0,0,0,.1)}.icon-zoom{width:30px;height:7px;display:flex;padding:.5rem 1.25rem;border-radius:3px;background:#fff url(/assets/icons/icon-zoom.png) 50% no-repeat;background-size:25px;margin-bottom:-2px;border:.1rem solid #e9e9e9}.m-0{margin:0!important}.m-1{margin:.5rem!important}.m-2{margin:1rem!important}.m-3{margin:1.5rem!important}.m-4{margin:2rem!important}.m-5{margin:2.5rem!important}.m-6{margin:3rem!important}.m-7{margin:3.5rem!important}.m-8{margin:4rem!important}.m-9{margin:4.5rem!important}.m-10{margin:5rem!important}.m-11{margin:5.5rem!important}.m-12{margin:6rem!important}.m-13{margin:6.5rem!important}.m-14{margin:7rem!important}.m-15{margin:7.5rem!important}.m-16{margin:8rem!important}.m-17{margin:8.5rem!important}.m-18{margin:9rem!important}.m-19{margin:9.5rem!important}.m-20{margin:10rem!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.5rem!important}.mt-2{margin-top:1rem!important}.mt-3{margin-top:1.5rem!important}.mt-4{margin-top:2rem!important}.mt-5{margin-top:2.5rem!important}.mt-6{margin-top:3rem!important}.mt-7{margin-top:3.5rem!important}.mt-8{margin-top:4rem!important}.mt-9{margin-top:4.5rem!important}.mt-10{margin-top:5rem!important}.mt-11{margin-top:5.5rem!important}.mt-12{margin-top:6rem!important}.mt-13{margin-top:6.5rem!important}.mt-14{margin-top:7rem!important}.mt-15{margin-top:7.5rem!important}.mt-16{margin-top:8rem!important}.mt-17{margin-top:8.5rem!important}.mt-18{margin-top:9rem!important}.mt-19{margin-top:9.5rem!important}.mt-20{margin-top:10rem!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.5rem!important}.mb-2{margin-bottom:1rem!important}.mb-3{margin-bottom:1.5rem!important}.mb-4{margin-bottom:2rem!important}.mb-5{margin-bottom:2.5rem!important}.mb-6{margin-bottom:3rem!important}.mb-7{margin-bottom:3.5rem!important}.mb-8{margin-bottom:4rem!important}.mb-9{margin-bottom:4.5rem!important}.mb-10{margin-bottom:5rem!important}.mb-11{margin-bottom:5.5rem!important}.mb-12{margin-bottom:6rem!important}.mb-13{margin-bottom:6.5rem!important}.mb-14{margin-bottom:7rem!important}.mb-15{margin-bottom:7.5rem!important}.mb-16{margin-bottom:8rem!important}.mb-17{margin-bottom:8.5rem!important}.mb-18{margin-bottom:9rem!important}.mb-19{margin-bottom:9.5rem!important}.mb-20{margin-bottom:10rem!important}.ml-0{margin-left:0!important}.ml-1{margin-left:.5rem!important}.ml-2{margin-left:1rem!important}.ml-3{margin-left:1.5rem!important}.ml-4{margin-left:2rem!important}.ml-5{margin-left:2.5rem!important}.ml-6{margin-left:3rem!important}.ml-7{margin-left:3.5rem!important}.ml-8{margin-left:4rem!important}.ml-9{margin-left:4.5rem!important}.ml-10{margin-left:5rem!important}.ml-11{margin-left:5.5rem!important}.ml-12{margin-left:6rem!important}.ml-13{margin-left:6.5rem!important}.ml-14{margin-left:7rem!important}.ml-15{margin-left:7.5rem!important}.ml-16{margin-left:8rem!important}.ml-17{margin-left:8.5rem!important}.ml-18{margin-left:9rem!important}.ml-19{margin-left:9.5rem!important}.ml-20{margin-left:10rem!important}.mr-0{margin-right:0!important}.mr-1{margin-right:.5rem!important}.mr-2{margin-right:1rem!important}.mr-3{margin-right:1.5rem!important}.mr-4{margin-right:2rem!important}.mr-5{margin-right:2.5rem!important}.mr-6{margin-right:3rem!important}.mr-7{margin-right:3.5rem!important}.mr-8{margin-right:4rem!important}.mr-9{margin-right:4.5rem!important}.mr-10{margin-right:5rem!important}.mr-11{margin-right:5.5rem!important}.mr-12{margin-right:6rem!important}.mr-13{margin-right:6.5rem!important}.mr-14{margin-right:7rem!important}.mr-15{margin-right:7.5rem!important}.mr-16{margin-right:8rem!important}.mr-17{margin-right:8.5rem!important}.mr-18{margin-right:9rem!important}.mr-19{margin-right:9.5rem!important}.mr-20{margin-right:10rem!important}.p-0{padding:0!important}.p-1{padding:.5rem!important}.p-2{padding:1rem!important}.p-3{padding:1.5rem!important}.p-4{padding:2rem!important}.p-5{padding:2.5rem!important}.p-6{padding:3rem!important}.p-7{padding:3.5rem!important}.p-8{padding:4rem!important}.p-9{padding:4.5rem!important}.p-10{padding:5rem!important}.p-11{padding:5.5rem!important}.p-12{padding:6rem!important}.p-13{padding:6.5rem!important}.p-14{padding:7rem!important}.p-15{padding:7.5rem!important}.p-16{padding:8rem!important}.p-17{padding:8.5rem!important}.p-18{padding:9rem!important}.p-19{padding:9.5rem!important}.p-20{padding:10rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.5rem!important}.pt-2{padding-top:1rem!important}.pt-3{padding-top:1.5rem!important}.pt-4{padding-top:2rem!important}.pt-5{padding-top:2.5rem!important}.pt-6{padding-top:3rem!important}.pt-7{padding-top:3.5rem!important}.pt-8{padding-top:4rem!important}.pt-9{padding-top:4.5rem!important}.pt-10{padding-top:5rem!important}.pt-11{padding-top:5.5rem!important}.pt-12{padding-top:6rem!important}.pt-13{padding-top:6.5rem!important}.pt-14{padding-top:7rem!important}.pt-15{padding-top:7.5rem!important}.pt-16{padding-top:8rem!important}.pt-17{padding-top:8.5rem!important}.pt-18{padding-top:9rem!important}.pt-19{padding-top:9.5rem!important}.pt-20{padding-top:10rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.5rem!important}.pb-2{padding-bottom:1rem!important}.pb-3{padding-bottom:1.5rem!important}.pb-4{padding-bottom:2rem!important}.pb-5{padding-bottom:2.5rem!important}.pb-6{padding-bottom:3rem!important}.pb-7{padding-bottom:3.5rem!important}.pb-8{padding-bottom:4rem!important}.pb-9{padding-bottom:4.5rem!important}.pb-10{padding-bottom:5rem!important}.pb-11{padding-bottom:5.5rem!important}.pb-12{padding-bottom:6rem!important}.pb-13{padding-bottom:6.5rem!important}.pb-14{padding-bottom:7rem!important}.pb-15{padding-bottom:7.5rem!important}.pb-16{padding-bottom:8rem!important}.pb-17{padding-bottom:8.5rem!important}.pb-18{padding-bottom:9rem!important}.pb-19{padding-bottom:9.5rem!important}.pb-20{padding-bottom:10rem!important}.pl-0{padding-left:0!important}.pl-1{padding-left:.5rem!important}.pl-2{padding-left:1rem!important}.pl-3{padding-left:1.5rem!important}.pl-4{padding-left:2rem!important}.pl-5{padding-left:2.5rem!important}.pl-6{padding-left:3rem!important}.pl-7{padding-left:3.5rem!important}.pl-8{padding-left:4rem!important}.pl-9{padding-left:4.5rem!important}.pl-10{padding-left:5rem!important}.pl-11{padding-left:5.5rem!important}.pl-12{padding-left:6rem!important}.pl-13{padding-left:6.5rem!important}.pl-14{padding-left:7rem!important}.pl-15{padding-left:7.5rem!important}.pl-16{padding-left:8rem!important}.pl-17{padding-left:8.5rem!important}.pl-18{padding-left:9rem!important}.pl-19{padding-left:9.5rem!important}.pl-20{padding-left:10rem!important}.pr-0{padding-right:0!important}.pr-1{padding-right:.5rem!important}.pr-2{padding-right:1rem!important}.pr-3{padding-right:1.5rem!important}.pr-4{padding-right:2rem!important}.pr-5{padding-right:2.5rem!important}.pr-6{padding-right:3rem!important}.pr-7{padding-right:3.5rem!important}.pr-8{padding-right:4rem!important}.pr-9{padding-right:4.5rem!important}.pr-10{padding-right:5rem!important}.pr-11{padding-right:5.5rem!important}.pr-12{padding-right:6rem!important}.pr-13{padding-right:6.5rem!important}.pr-14{padding-right:7rem!important}.pr-15{padding-right:7.5rem!important}.pr-16{padding-right:8rem!important}.pr-17{padding-right:8.5rem!important}.pr-18{padding-right:9rem!important}.pr-19{padding-right:9.5rem!important}.pr-20{padding-right:10rem!important}.flex-1{flex:1}.flex-2{flex:2}.flex-3{flex:3}.flex-4{flex:4}.flex-5{flex:5}.flex-6{flex:6}.flex-7{flex:7}.flex-8{flex:8}.flex-9{flex:9}.flex-10{flex:10}.flex-11{flex:11}.flex-12{flex:12}.flex-13{flex:13}.flex-14{flex:14}.flex-15{flex:15}.flex-16{flex:16}.flex-17{flex:17}.flex-18{flex:18}.flex-19{flex:19}.flex-20{flex:20}.gap-1{gap:1rem}.gap-2{gap:2rem}.gap-3{gap:3rem}.gap-4{gap:4rem}.gap-5{gap:5rem}.gap-6{gap:6rem}.gap-7{gap:7rem}.gap-8{gap:8rem}.gap-9{gap:9rem}.gap-10{gap:10rem}.gap-11{gap:11rem}.gap-12{gap:12rem}.gap-13{gap:13rem}.gap-14{gap:14rem}.gap-15{gap:15rem}.gap-16{gap:16rem}.gap-17{gap:17rem}.gap-18{gap:18rem}.gap-19{gap:19rem}.gap-20{gap:20rem}form label{font-size:.9rem;margin-bottom:.3rem;color:#000}form .select__control,form input,form select,form textarea{border:2px solid #e3e4e8;padding:.75rem;border-radius:.4rem;color:#000;background:#fff}form .select__control:disabled,form input:disabled,form select:disabled,form textarea:disabled{background-color:hsla(0,0%,91%,.2);color:#b1afaf}form textarea{min-height:100px}.line-clamp-0{-webkit-line-clamp:0!important}.line-clamp-0,.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;max-height:45px}.line-clamp-1{-webkit-line-clamp:1!important}.line-clamp-2{-webkit-line-clamp:2!important}.line-clamp-2,.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;max-height:45px}.line-clamp-3{-webkit-line-clamp:3!important}.line-clamp-4{-webkit-line-clamp:4!important}.line-clamp-4,.line-clamp-5{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;max-height:45px}.line-clamp-5{-webkit-line-clamp:5!important}.line-clamp-6{-webkit-line-clamp:6!important}.line-clamp-6,.line-clamp-7{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;max-height:45px}.line-clamp-7{-webkit-line-clamp:7!important}.line-clamp-8{-webkit-line-clamp:8!important}.line-clamp-8,.line-clamp-9{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;max-height:45px}.line-clamp-9{-webkit-line-clamp:9!important}.line-clamp-10{-webkit-line-clamp:10!important}.line-clamp-10,.line-clamp-11{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;max-height:45px}.line-clamp-11{-webkit-line-clamp:11!important}.line-clamp-12{-webkit-line-clamp:12!important}.line-clamp-12,.line-clamp-13{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;max-height:45px}.line-clamp-13{-webkit-line-clamp:13!important}.line-clamp-14{-webkit-line-clamp:14!important}.line-clamp-14,.line-clamp-15{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;max-height:45px}.line-clamp-15{-webkit-line-clamp:15!important}.line-clamp-16{-webkit-line-clamp:16!important}.line-clamp-16,.line-clamp-17{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;max-height:45px}.line-clamp-17{-webkit-line-clamp:17!important}.line-clamp-18{-webkit-line-clamp:18!important}.line-clamp-18,.line-clamp-19{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;max-height:45px}.line-clamp-19{-webkit-line-clamp:19!important}.line-clamp-20{overflow:hidden;display:-webkit-box;-webkit-line-clamp:20!important;-webkit-box-orient:vertical;max-height:45px}.bold{font-weight:700}.w-0{width:0!important}.w-1{width:1%!important}.w-2{width:2%!important}.w-3{width:3%!important}.w-4{width:4%!important}.w-5{width:5%!important}.w-6{width:6%!important}.w-7{width:7%!important}.w-8{width:8%!important}.w-9{width:9%!important}.w-10{width:10%!important}.w-11{width:11%!important}.w-12{width:12%!important}.w-13{width:13%!important}.w-14{width:14%!important}.w-15{width:15%!important}.w-16{width:16%!important}.w-17{width:17%!important}.w-18{width:18%!important}.w-19{width:19%!important}.w-20{width:20%!important}.w-21{width:21%!important}.w-22{width:22%!important}.w-23{width:23%!important}.w-24{width:24%!important}.w-25{width:25%!important}.w-26{width:26%!important}.w-27{width:27%!important}.w-28{width:28%!important}.w-29{width:29%!important}.w-30{width:30%!important}.w-31{width:31%!important}.w-32{width:32%!important}.w-33{width:33%!important}.w-34{width:34%!important}.w-35{width:35%!important}.w-36{width:36%!important}.w-37{width:37%!important}.w-38{width:38%!important}.w-39{width:39%!important}.w-40{width:40%!important}.w-41{width:41%!important}.w-42{width:42%!important}.w-43{width:43%!important}.w-44{width:44%!important}.w-45{width:45%!important}.w-46{width:46%!important}.w-47{width:47%!important}.w-48{width:48%!important}.w-49{width:49%!important}.w-50{width:50%!important}.w-51{width:51%!important}.w-52{width:52%!important}.w-53{width:53%!important}.w-54{width:54%!important}.w-55{width:55%!important}.w-56{width:56%!important}.w-57{width:57%!important}.w-58{width:58%!important}.w-59{width:59%!important}.w-60{width:60%!important}.w-61{width:61%!important}.w-62{width:62%!important}.w-63{width:63%!important}.w-64{width:64%!important}.w-65{width:65%!important}.w-66{width:66%!important}.w-67{width:67%!important}.w-68{width:68%!important}.w-69{width:69%!important}.w-70{width:70%!important}.w-71{width:71%!important}.w-72{width:72%!important}.w-73{width:73%!important}.w-74{width:74%!important}.w-75{width:75%!important}.w-76{width:76%!important}.w-77{width:77%!important}.w-78{width:78%!important}.w-79{width:79%!important}.w-80{width:80%!important}.w-81{width:81%!important}.w-82{width:82%!important}.w-83{width:83%!important}.w-84{width:84%!important}.w-85{width:85%!important}.w-86{width:86%!important}.w-87{width:87%!important}.w-88{width:88%!important}.w-89{width:89%!important}.w-90{width:90%!important}.w-91{width:91%!important}.w-92{width:92%!important}.w-93{width:93%!important}.w-94{width:94%!important}.w-95{width:95%!important}.w-96{width:96%!important}.w-97{width:97%!important}.w-98{width:98%!important}.w-99{width:99%!important}.w-100{width:100%!important}.h-50 .react-pdf__Page__canvas{height:50%!important;width:auto!important}@media(max-width:1024px){.h-50 .react-pdf__Page__canvas{height:50%!important;width:auto!important}}.h-51 .react-pdf__Page__canvas{height:51%!important;width:auto!important}@media(max-width:1024px){.h-51 .react-pdf__Page__canvas{height:51%!important;width:auto!important}}.h-52 .react-pdf__Page__canvas{height:52%!important;width:auto!important}@media(max-width:1024px){.h-52 .react-pdf__Page__canvas{height:52%!important;width:auto!important}}.h-53 .react-pdf__Page__canvas{height:53%!important;width:auto!important}@media(max-width:1024px){.h-53 .react-pdf__Page__canvas{height:53%!important;width:auto!important}}.h-54 .react-pdf__Page__canvas{height:54%!important;width:auto!important}@media(max-width:1024px){.h-54 .react-pdf__Page__canvas{height:54%!important;width:auto!important}}.h-55 .react-pdf__Page__canvas{height:55%!important;width:auto!important}@media(max-width:1024px){.h-55 .react-pdf__Page__canvas{height:55%!important;width:auto!important}}.h-56 .react-pdf__Page__canvas{height:56%!important;width:auto!important}@media(max-width:1024px){.h-56 .react-pdf__Page__canvas{height:56%!important;width:auto!important}}.h-57 .react-pdf__Page__canvas{height:57%!important;width:auto!important}@media(max-width:1024px){.h-57 .react-pdf__Page__canvas{height:57%!important;width:auto!important}}.h-58 .react-pdf__Page__canvas{height:58%!important;width:auto!important}@media(max-width:1024px){.h-58 .react-pdf__Page__canvas{height:58%!important;width:auto!important}}.h-59 .react-pdf__Page__canvas{height:59%!important;width:auto!important}@media(max-width:1024px){.h-59 .react-pdf__Page__canvas{height:59%!important;width:auto!important}}.h-60 .react-pdf__Page__canvas{height:60%!important;width:auto!important}@media(max-width:1024px){.h-60 .react-pdf__Page__canvas{height:60%!important;width:auto!important}}.h-61 .react-pdf__Page__canvas{height:61%!important;width:auto!important}@media(max-width:1024px){.h-61 .react-pdf__Page__canvas{height:61%!important;width:auto!important}}.h-62 .react-pdf__Page__canvas{height:62%!important;width:auto!important}@media(max-width:1024px){.h-62 .react-pdf__Page__canvas{height:62%!important;width:auto!important}}.h-63 .react-pdf__Page__canvas{height:63%!important;width:auto!important}@media(max-width:1024px){.h-63 .react-pdf__Page__canvas{height:63%!important;width:auto!important}}.h-64 .react-pdf__Page__canvas{height:64%!important;width:auto!important}@media(max-width:1024px){.h-64 .react-pdf__Page__canvas{height:64%!important;width:auto!important}}.h-65 .react-pdf__Page__canvas{height:65%!important;width:auto!important}@media(max-width:1024px){.h-65 .react-pdf__Page__canvas{height:65%!important;width:auto!important}}.h-66 .react-pdf__Page__canvas{height:66%!important;width:auto!important}@media(max-width:1024px){.h-66 .react-pdf__Page__canvas{height:66%!important;width:auto!important}}.h-67 .react-pdf__Page__canvas{height:67%!important;width:auto!important}@media(max-width:1024px){.h-67 .react-pdf__Page__canvas{height:67%!important;width:auto!important}}.h-68 .react-pdf__Page__canvas{height:68%!important;width:auto!important}@media(max-width:1024px){.h-68 .react-pdf__Page__canvas{height:68%!important;width:auto!important}}.h-69 .react-pdf__Page__canvas{height:69%!important;width:auto!important}@media(max-width:1024px){.h-69 .react-pdf__Page__canvas{height:69%!important;width:auto!important}}.h-70 .react-pdf__Page__canvas{height:70%!important;width:auto!important}@media(max-width:1024px){.h-70 .react-pdf__Page__canvas{height:70%!important;width:auto!important}}.h-71 .react-pdf__Page__canvas{height:71%!important;width:auto!important}@media(max-width:1024px){.h-71 .react-pdf__Page__canvas{height:71%!important;width:auto!important}}.h-72 .react-pdf__Page__canvas{height:72%!important;width:auto!important}@media(max-width:1024px){.h-72 .react-pdf__Page__canvas{height:72%!important;width:auto!important}}.h-73 .react-pdf__Page__canvas{height:73%!important;width:auto!important}@media(max-width:1024px){.h-73 .react-pdf__Page__canvas{height:73%!important;width:auto!important}}.h-74 .react-pdf__Page__canvas{height:74%!important;width:auto!important}@media(max-width:1024px){.h-74 .react-pdf__Page__canvas{height:74%!important;width:auto!important}}.h-75 .react-pdf__Page__canvas{height:75%!important;width:auto!important}@media(max-width:1024px){.h-75 .react-pdf__Page__canvas{height:75%!important;width:auto!important}}.h-76 .react-pdf__Page__canvas{height:76%!important;width:auto!important}@media(max-width:1024px){.h-76 .react-pdf__Page__canvas{height:76%!important;width:auto!important}}.h-77 .react-pdf__Page__canvas{height:77%!important;width:auto!important}@media(max-width:1024px){.h-77 .react-pdf__Page__canvas{height:77%!important;width:auto!important}}.h-78 .react-pdf__Page__canvas{height:78%!important;width:auto!important}@media(max-width:1024px){.h-78 .react-pdf__Page__canvas{height:78%!important;width:auto!important}}.h-79 .react-pdf__Page__canvas{height:79%!important;width:auto!important}@media(max-width:1024px){.h-79 .react-pdf__Page__canvas{height:79%!important;width:auto!important}}.h-80 .react-pdf__Page__canvas{height:80%!important;width:auto!important}@media(max-width:1024px){.h-80 .react-pdf__Page__canvas{height:80%!important;width:auto!important}}.h-81 .react-pdf__Page__canvas{height:81%!important;width:auto!important}@media(max-width:1024px){.h-81 .react-pdf__Page__canvas{height:81%!important;width:auto!important}}.h-82 .react-pdf__Page__canvas{height:82%!important;width:auto!important}@media(max-width:1024px){.h-82 .react-pdf__Page__canvas{height:82%!important;width:auto!important}}.h-83 .react-pdf__Page__canvas{height:83%!important;width:auto!important}@media(max-width:1024px){.h-83 .react-pdf__Page__canvas{height:83%!important;width:auto!important}}.h-84 .react-pdf__Page__canvas{height:84%!important;width:auto!important}@media(max-width:1024px){.h-84 .react-pdf__Page__canvas{height:84%!important;width:auto!important}}.h-85 .react-pdf__Page__canvas{height:85%!important;width:auto!important}@media(max-width:1024px){.h-85 .react-pdf__Page__canvas{height:85%!important;width:auto!important}}.h-86 .react-pdf__Page__canvas{height:86%!important;width:auto!important}@media(max-width:1024px){.h-86 .react-pdf__Page__canvas{height:86%!important;width:auto!important}}.h-87 .react-pdf__Page__canvas{height:87%!important;width:auto!important}@media(max-width:1024px){.h-87 .react-pdf__Page__canvas{height:87%!important;width:auto!important}}.h-88 .react-pdf__Page__canvas{height:88%!important;width:auto!important}@media(max-width:1024px){.h-88 .react-pdf__Page__canvas{height:88%!important;width:auto!important}}.h-89 .react-pdf__Page__canvas{height:89%!important;width:auto!important}@media(max-width:1024px){.h-89 .react-pdf__Page__canvas{height:89%!important;width:auto!important}}.h-90 .react-pdf__Page__canvas{height:90%!important;width:auto!important}@media(max-width:1024px){.h-90 .react-pdf__Page__canvas{height:90%!important;width:auto!important}}.h-91 .react-pdf__Page__canvas{height:91%!important;width:auto!important}@media(max-width:1024px){.h-91 .react-pdf__Page__canvas{height:91%!important;width:auto!important}}.h-92 .react-pdf__Page__canvas{height:92%!important;width:auto!important}@media(max-width:1024px){.h-92 .react-pdf__Page__canvas{height:92%!important;width:auto!important}}.h-93 .react-pdf__Page__canvas{height:93%!important;width:auto!important}@media(max-width:1024px){.h-93 .react-pdf__Page__canvas{height:93%!important;width:auto!important}}.h-94 .react-pdf__Page__canvas{height:94%!important;width:auto!important}@media(max-width:1024px){.h-94 .react-pdf__Page__canvas{height:94%!important;width:auto!important}}.h-95 .react-pdf__Page__canvas{height:95%!important;width:auto!important}@media(max-width:1024px){.h-95 .react-pdf__Page__canvas{height:95%!important;width:auto!important}}.h-96 .react-pdf__Page__canvas{height:96%!important;width:auto!important}@media(max-width:1024px){.h-96 .react-pdf__Page__canvas{height:96%!important;width:auto!important}}.h-97 .react-pdf__Page__canvas{height:97%!important;width:auto!important}@media(max-width:1024px){.h-97 .react-pdf__Page__canvas{height:97%!important;width:auto!important}}.h-98 .react-pdf__Page__canvas{height:98%!important;width:auto!important}@media(max-width:1024px){.h-98 .react-pdf__Page__canvas{height:98%!important;width:auto!important}}.h-99 .react-pdf__Page__canvas{height:99%!important;width:auto!important}@media(max-width:1024px){.h-99 .react-pdf__Page__canvas{height:99%!important;width:auto!important}}.h-100 .react-pdf__Page__canvas{height:100%!important;width:auto!important}@media(max-width:1024px){.h-100 .react-pdf__Page__canvas{height:100%!important;width:auto!important}}.h-101 .react-pdf__Page__canvas{height:101%!important;width:auto!important}@media(max-width:1024px){.h-101 .react-pdf__Page__canvas{height:101%!important;width:auto!important}}.h-102 .react-pdf__Page__canvas{height:102%!important;width:auto!important}@media(max-width:1024px){.h-102 .react-pdf__Page__canvas{height:102%!important;width:auto!important}}.h-103 .react-pdf__Page__canvas{height:103%!important;width:auto!important}@media(max-width:1024px){.h-103 .react-pdf__Page__canvas{height:103%!important;width:auto!important}}.h-104 .react-pdf__Page__canvas{height:104%!important;width:auto!important}@media(max-width:1024px){.h-104 .react-pdf__Page__canvas{height:104%!important;width:auto!important}}.h-105 .react-pdf__Page__canvas{height:105%!important;width:auto!important}@media(max-width:1024px){.h-105 .react-pdf__Page__canvas{height:105%!important;width:auto!important}}.h-106 .react-pdf__Page__canvas{height:106%!important;width:auto!important}@media(max-width:1024px){.h-106 .react-pdf__Page__canvas{height:106%!important;width:auto!important}}.h-107 .react-pdf__Page__canvas{height:107%!important;width:auto!important}@media(max-width:1024px){.h-107 .react-pdf__Page__canvas{height:107%!important;width:auto!important}}.h-108 .react-pdf__Page__canvas{height:108%!important;width:auto!important}@media(max-width:1024px){.h-108 .react-pdf__Page__canvas{height:108%!important;width:auto!important}}.h-109 .react-pdf__Page__canvas{height:109%!important;width:auto!important}@media(max-width:1024px){.h-109 .react-pdf__Page__canvas{height:109%!important;width:auto!important}}.h-110 .react-pdf__Page__canvas{height:110%!important;width:auto!important}@media(max-width:1024px){.h-110 .react-pdf__Page__canvas{height:110%!important;width:auto!important}}.h-111 .react-pdf__Page__canvas{height:111%!important;width:auto!important}@media(max-width:1024px){.h-111 .react-pdf__Page__canvas{height:111%!important;width:auto!important}}.h-112 .react-pdf__Page__canvas{height:112%!important;width:auto!important}@media(max-width:1024px){.h-112 .react-pdf__Page__canvas{height:112%!important;width:auto!important}}.h-113 .react-pdf__Page__canvas{height:113%!important;width:auto!important}@media(max-width:1024px){.h-113 .react-pdf__Page__canvas{height:113%!important;width:auto!important}}.h-114 .react-pdf__Page__canvas{height:114%!important;width:auto!important}@media(max-width:1024px){.h-114 .react-pdf__Page__canvas{height:114%!important;width:auto!important}}.h-115 .react-pdf__Page__canvas{height:115%!important;width:auto!important}@media(max-width:1024px){.h-115 .react-pdf__Page__canvas{height:115%!important;width:auto!important}}.h-116 .react-pdf__Page__canvas{height:116%!important;width:auto!important}@media(max-width:1024px){.h-116 .react-pdf__Page__canvas{height:116%!important;width:auto!important}}.h-117 .react-pdf__Page__canvas{height:117%!important;width:auto!important}@media(max-width:1024px){.h-117 .react-pdf__Page__canvas{height:117%!important;width:auto!important}}.h-118 .react-pdf__Page__canvas{height:118%!important;width:auto!important}@media(max-width:1024px){.h-118 .react-pdf__Page__canvas{height:118%!important;width:auto!important}}.h-119 .react-pdf__Page__canvas{height:119%!important;width:auto!important}@media(max-width:1024px){.h-119 .react-pdf__Page__canvas{height:119%!important;width:auto!important}}.h-120 .react-pdf__Page__canvas{height:120%!important;width:auto!important}@media(max-width:1024px){.h-120 .react-pdf__Page__canvas{height:120%!important;width:auto!important}}.h-121 .react-pdf__Page__canvas{height:121%!important;width:auto!important}@media(max-width:1024px){.h-121 .react-pdf__Page__canvas{height:121%!important;width:auto!important}}.h-122 .react-pdf__Page__canvas{height:122%!important;width:auto!important}@media(max-width:1024px){.h-122 .react-pdf__Page__canvas{height:122%!important;width:auto!important}}.h-123 .react-pdf__Page__canvas{height:123%!important;width:auto!important}@media(max-width:1024px){.h-123 .react-pdf__Page__canvas{height:123%!important;width:auto!important}}.h-124 .react-pdf__Page__canvas{height:124%!important;width:auto!important}@media(max-width:1024px){.h-124 .react-pdf__Page__canvas{height:124%!important;width:auto!important}}.h-125 .react-pdf__Page__canvas{height:125%!important;width:auto!important}@media(max-width:1024px){.h-125 .react-pdf__Page__canvas{height:125%!important;width:auto!important}}.h-126 .react-pdf__Page__canvas{height:126%!important;width:auto!important}@media(max-width:1024px){.h-126 .react-pdf__Page__canvas{height:126%!important;width:auto!important}}.h-127 .react-pdf__Page__canvas{height:127%!important;width:auto!important}@media(max-width:1024px){.h-127 .react-pdf__Page__canvas{height:127%!important;width:auto!important}}.h-128 .react-pdf__Page__canvas{height:128%!important;width:auto!important}@media(max-width:1024px){.h-128 .react-pdf__Page__canvas{height:128%!important;width:auto!important}}.h-129 .react-pdf__Page__canvas{height:129%!important;width:auto!important}@media(max-width:1024px){.h-129 .react-pdf__Page__canvas{height:129%!important;width:auto!important}}.h-130 .react-pdf__Page__canvas{height:130%!important;width:auto!important}@media(max-width:1024px){.h-130 .react-pdf__Page__canvas{height:130%!important;width:auto!important}}.h-131 .react-pdf__Page__canvas{height:131%!important;width:auto!important}@media(max-width:1024px){.h-131 .react-pdf__Page__canvas{height:131%!important;width:auto!important}}.h-132 .react-pdf__Page__canvas{height:132%!important;width:auto!important}@media(max-width:1024px){.h-132 .react-pdf__Page__canvas{height:132%!important;width:auto!important}}.h-133 .react-pdf__Page__canvas{height:133%!important;width:auto!important}@media(max-width:1024px){.h-133 .react-pdf__Page__canvas{height:133%!important;width:auto!important}}.h-134 .react-pdf__Page__canvas{height:134%!important;width:auto!important}@media(max-width:1024px){.h-134 .react-pdf__Page__canvas{height:134%!important;width:auto!important}}.h-135 .react-pdf__Page__canvas{height:135%!important;width:auto!important}@media(max-width:1024px){.h-135 .react-pdf__Page__canvas{height:135%!important;width:auto!important}}.h-136 .react-pdf__Page__canvas{height:136%!important;width:auto!important}@media(max-width:1024px){.h-136 .react-pdf__Page__canvas{height:136%!important;width:auto!important}}.h-137 .react-pdf__Page__canvas{height:137%!important;width:auto!important}@media(max-width:1024px){.h-137 .react-pdf__Page__canvas{height:137%!important;width:auto!important}}.h-138 .react-pdf__Page__canvas{height:138%!important;width:auto!important}@media(max-width:1024px){.h-138 .react-pdf__Page__canvas{height:138%!important;width:auto!important}}.h-139 .react-pdf__Page__canvas{height:139%!important;width:auto!important}@media(max-width:1024px){.h-139 .react-pdf__Page__canvas{height:139%!important;width:auto!important}}.h-140 .react-pdf__Page__canvas{height:140%!important;width:auto!important}@media(max-width:1024px){.h-140 .react-pdf__Page__canvas{height:140%!important;width:auto!important}}.h-141 .react-pdf__Page__canvas{height:141%!important;width:auto!important}@media(max-width:1024px){.h-141 .react-pdf__Page__canvas{height:141%!important;width:auto!important}}.h-142 .react-pdf__Page__canvas{height:142%!important;width:auto!important}@media(max-width:1024px){.h-142 .react-pdf__Page__canvas{height:142%!important;width:auto!important}}.h-143 .react-pdf__Page__canvas{height:143%!important;width:auto!important}@media(max-width:1024px){.h-143 .react-pdf__Page__canvas{height:143%!important;width:auto!important}}.h-144 .react-pdf__Page__canvas{height:144%!important;width:auto!important}@media(max-width:1024px){.h-144 .react-pdf__Page__canvas{height:144%!important;width:auto!important}}.h-145 .react-pdf__Page__canvas{height:145%!important;width:auto!important}@media(max-width:1024px){.h-145 .react-pdf__Page__canvas{height:145%!important;width:auto!important}}.h-146 .react-pdf__Page__canvas{height:146%!important;width:auto!important}@media(max-width:1024px){.h-146 .react-pdf__Page__canvas{height:146%!important;width:auto!important}}.h-147 .react-pdf__Page__canvas{height:147%!important;width:auto!important}@media(max-width:1024px){.h-147 .react-pdf__Page__canvas{height:147%!important;width:auto!important}}.h-148 .react-pdf__Page__canvas{height:148%!important;width:auto!important}@media(max-width:1024px){.h-148 .react-pdf__Page__canvas{height:148%!important;width:auto!important}}.h-149 .react-pdf__Page__canvas{height:149%!important;width:auto!important}@media(max-width:1024px){.h-149 .react-pdf__Page__canvas{height:149%!important;width:auto!important}}.h-150 .react-pdf__Page__canvas{height:150%!important;width:auto!important}@media(max-width:1024px){.h-150 .react-pdf__Page__canvas{height:150%!important;width:auto!important}}.h-151 .react-pdf__Page__canvas{height:151%!important;width:auto!important}@media(max-width:1024px){.h-151 .react-pdf__Page__canvas{height:151%!important;width:auto!important}}.h-152 .react-pdf__Page__canvas{height:152%!important;width:auto!important}@media(max-width:1024px){.h-152 .react-pdf__Page__canvas{height:152%!important;width:auto!important}}.h-153 .react-pdf__Page__canvas{height:153%!important;width:auto!important}@media(max-width:1024px){.h-153 .react-pdf__Page__canvas{height:153%!important;width:auto!important}}.h-154 .react-pdf__Page__canvas{height:154%!important;width:auto!important}@media(max-width:1024px){.h-154 .react-pdf__Page__canvas{height:154%!important;width:auto!important}}.h-155 .react-pdf__Page__canvas{height:155%!important;width:auto!important}@media(max-width:1024px){.h-155 .react-pdf__Page__canvas{height:155%!important;width:auto!important}}.h-156 .react-pdf__Page__canvas{height:156%!important;width:auto!important}@media(max-width:1024px){.h-156 .react-pdf__Page__canvas{height:156%!important;width:auto!important}}.h-157 .react-pdf__Page__canvas{height:157%!important;width:auto!important}@media(max-width:1024px){.h-157 .react-pdf__Page__canvas{height:157%!important;width:auto!important}}.h-158 .react-pdf__Page__canvas{height:158%!important;width:auto!important}@media(max-width:1024px){.h-158 .react-pdf__Page__canvas{height:158%!important;width:auto!important}}.h-159 .react-pdf__Page__canvas{height:159%!important;width:auto!important}@media(max-width:1024px){.h-159 .react-pdf__Page__canvas{height:159%!important;width:auto!important}}.h-160 .react-pdf__Page__canvas{height:160%!important;width:auto!important}@media(max-width:1024px){.h-160 .react-pdf__Page__canvas{height:160%!important;width:auto!important}}.h-161 .react-pdf__Page__canvas{height:161%!important;width:auto!important}@media(max-width:1024px){.h-161 .react-pdf__Page__canvas{height:161%!important;width:auto!important}}.h-162 .react-pdf__Page__canvas{height:162%!important;width:auto!important}@media(max-width:1024px){.h-162 .react-pdf__Page__canvas{height:162%!important;width:auto!important}}.h-163 .react-pdf__Page__canvas{height:163%!important;width:auto!important}@media(max-width:1024px){.h-163 .react-pdf__Page__canvas{height:163%!important;width:auto!important}}.h-164 .react-pdf__Page__canvas{height:164%!important;width:auto!important}@media(max-width:1024px){.h-164 .react-pdf__Page__canvas{height:164%!important;width:auto!important}}.h-165 .react-pdf__Page__canvas{height:165%!important;width:auto!important}@media(max-width:1024px){.h-165 .react-pdf__Page__canvas{height:165%!important;width:auto!important}}.h-166 .react-pdf__Page__canvas{height:166%!important;width:auto!important}@media(max-width:1024px){.h-166 .react-pdf__Page__canvas{height:166%!important;width:auto!important}}.h-167 .react-pdf__Page__canvas{height:167%!important;width:auto!important}@media(max-width:1024px){.h-167 .react-pdf__Page__canvas{height:167%!important;width:auto!important}}.h-168 .react-pdf__Page__canvas{height:168%!important;width:auto!important}@media(max-width:1024px){.h-168 .react-pdf__Page__canvas{height:168%!important;width:auto!important}}.h-169 .react-pdf__Page__canvas{height:169%!important;width:auto!important}@media(max-width:1024px){.h-169 .react-pdf__Page__canvas{height:169%!important;width:auto!important}}.h-170 .react-pdf__Page__canvas{height:170%!important;width:auto!important}@media(max-width:1024px){.h-170 .react-pdf__Page__canvas{height:170%!important;width:auto!important}}.h-171 .react-pdf__Page__canvas{height:171%!important;width:auto!important}@media(max-width:1024px){.h-171 .react-pdf__Page__canvas{height:171%!important;width:auto!important}}.h-172 .react-pdf__Page__canvas{height:172%!important;width:auto!important}@media(max-width:1024px){.h-172 .react-pdf__Page__canvas{height:172%!important;width:auto!important}}.h-173 .react-pdf__Page__canvas{height:173%!important;width:auto!important}@media(max-width:1024px){.h-173 .react-pdf__Page__canvas{height:173%!important;width:auto!important}}.h-174 .react-pdf__Page__canvas{height:174%!important;width:auto!important}@media(max-width:1024px){.h-174 .react-pdf__Page__canvas{height:174%!important;width:auto!important}}.h-175 .react-pdf__Page__canvas{height:175%!important;width:auto!important}@media(max-width:1024px){.h-175 .react-pdf__Page__canvas{height:175%!important;width:auto!important}}.h-176 .react-pdf__Page__canvas{height:176%!important;width:auto!important}@media(max-width:1024px){.h-176 .react-pdf__Page__canvas{height:176%!important;width:auto!important}}.h-177 .react-pdf__Page__canvas{height:177%!important;width:auto!important}@media(max-width:1024px){.h-177 .react-pdf__Page__canvas{height:177%!important;width:auto!important}}.h-178 .react-pdf__Page__canvas{height:178%!important;width:auto!important}@media(max-width:1024px){.h-178 .react-pdf__Page__canvas{height:178%!important;width:auto!important}}.h-179 .react-pdf__Page__canvas{height:179%!important;width:auto!important}@media(max-width:1024px){.h-179 .react-pdf__Page__canvas{height:179%!important;width:auto!important}}.h-180 .react-pdf__Page__canvas{height:180%!important;width:auto!important}@media(max-width:1024px){.h-180 .react-pdf__Page__canvas{height:180%!important;width:auto!important}}.h-181 .react-pdf__Page__canvas{height:181%!important;width:auto!important}@media(max-width:1024px){.h-181 .react-pdf__Page__canvas{height:181%!important;width:auto!important}}.h-182 .react-pdf__Page__canvas{height:182%!important;width:auto!important}@media(max-width:1024px){.h-182 .react-pdf__Page__canvas{height:182%!important;width:auto!important}}.h-183 .react-pdf__Page__canvas{height:183%!important;width:auto!important}@media(max-width:1024px){.h-183 .react-pdf__Page__canvas{height:183%!important;width:auto!important}}.h-184 .react-pdf__Page__canvas{height:184%!important;width:auto!important}@media(max-width:1024px){.h-184 .react-pdf__Page__canvas{height:184%!important;width:auto!important}}.h-185 .react-pdf__Page__canvas{height:185%!important;width:auto!important}@media(max-width:1024px){.h-185 .react-pdf__Page__canvas{height:185%!important;width:auto!important}}.h-186 .react-pdf__Page__canvas{height:186%!important;width:auto!important}@media(max-width:1024px){.h-186 .react-pdf__Page__canvas{height:186%!important;width:auto!important}}.h-187 .react-pdf__Page__canvas{height:187%!important;width:auto!important}@media(max-width:1024px){.h-187 .react-pdf__Page__canvas{height:187%!important;width:auto!important}}.h-188 .react-pdf__Page__canvas{height:188%!important;width:auto!important}@media(max-width:1024px){.h-188 .react-pdf__Page__canvas{height:188%!important;width:auto!important}}.h-189 .react-pdf__Page__canvas{height:189%!important;width:auto!important}@media(max-width:1024px){.h-189 .react-pdf__Page__canvas{height:189%!important;width:auto!important}}.h-190 .react-pdf__Page__canvas{height:190%!important;width:auto!important}@media(max-width:1024px){.h-190 .react-pdf__Page__canvas{height:190%!important;width:auto!important}}.h-191 .react-pdf__Page__canvas{height:191%!important;width:auto!important}@media(max-width:1024px){.h-191 .react-pdf__Page__canvas{height:191%!important;width:auto!important}}.h-192 .react-pdf__Page__canvas{height:192%!important;width:auto!important}@media(max-width:1024px){.h-192 .react-pdf__Page__canvas{height:192%!important;width:auto!important}}.h-193 .react-pdf__Page__canvas{height:193%!important;width:auto!important}@media(max-width:1024px){.h-193 .react-pdf__Page__canvas{height:193%!important;width:auto!important}}.h-194 .react-pdf__Page__canvas{height:194%!important;width:auto!important}@media(max-width:1024px){.h-194 .react-pdf__Page__canvas{height:194%!important;width:auto!important}}.h-195 .react-pdf__Page__canvas{height:195%!important;width:auto!important}@media(max-width:1024px){.h-195 .react-pdf__Page__canvas{height:195%!important;width:auto!important}}.h-196 .react-pdf__Page__canvas{height:196%!important;width:auto!important}@media(max-width:1024px){.h-196 .react-pdf__Page__canvas{height:196%!important;width:auto!important}}.h-197 .react-pdf__Page__canvas{height:197%!important;width:auto!important}@media(max-width:1024px){.h-197 .react-pdf__Page__canvas{height:197%!important;width:auto!important}}.h-198 .react-pdf__Page__canvas{height:198%!important;width:auto!important}@media(max-width:1024px){.h-198 .react-pdf__Page__canvas{height:198%!important;width:auto!important}}.h-199 .react-pdf__Page__canvas{height:199%!important;width:auto!important}@media(max-width:1024px){.h-199 .react-pdf__Page__canvas{height:199%!important;width:auto!important}}.h-200 .react-pdf__Page__canvas{height:200%!important;width:auto!important}@media(max-width:1024px){.h-200 .react-pdf__Page__canvas{height:200%!important;width:auto!important}}.h-100 .react-pdf__Page__canvas,.h-101 .react-pdf__Page__canvas,.h-102 .react-pdf__Page__canvas,.h-103 .react-pdf__Page__canvas,.h-104 .react-pdf__Page__canvas,.h-105 .react-pdf__Page__canvas,.h-106 .react-pdf__Page__canvas,.h-107 .react-pdf__Page__canvas,.h-108 .react-pdf__Page__canvas,.h-109 .react-pdf__Page__canvas,.h-110 .react-pdf__Page__canvas,.h-111 .react-pdf__Page__canvas,.h-112 .react-pdf__Page__canvas,.h-113 .react-pdf__Page__canvas,.h-114 .react-pdf__Page__canvas,.h-115 .react-pdf__Page__canvas,.h-116 .react-pdf__Page__canvas,.h-117 .react-pdf__Page__canvas,.h-118 .react-pdf__Page__canvas,.h-119 .react-pdf__Page__canvas,.h-120 .react-pdf__Page__canvas,.h-121 .react-pdf__Page__canvas,.h-122 .react-pdf__Page__canvas,.h-123 .react-pdf__Page__canvas,.h-124 .react-pdf__Page__canvas,.h-125 .react-pdf__Page__canvas,.h-126 .react-pdf__Page__canvas,.h-127 .react-pdf__Page__canvas,.h-128 .react-pdf__Page__canvas,.h-129 .react-pdf__Page__canvas,.h-130 .react-pdf__Page__canvas,.h-131 .react-pdf__Page__canvas,.h-132 .react-pdf__Page__canvas,.h-133 .react-pdf__Page__canvas,.h-134 .react-pdf__Page__canvas,.h-135 .react-pdf__Page__canvas,.h-136 .react-pdf__Page__canvas,.h-137 .react-pdf__Page__canvas,.h-138 .react-pdf__Page__canvas,.h-139 .react-pdf__Page__canvas,.h-140 .react-pdf__Page__canvas,.h-141 .react-pdf__Page__canvas,.h-142 .react-pdf__Page__canvas,.h-143 .react-pdf__Page__canvas,.h-144 .react-pdf__Page__canvas,.h-145 .react-pdf__Page__canvas,.h-146 .react-pdf__Page__canvas,.h-147 .react-pdf__Page__canvas,.h-148 .react-pdf__Page__canvas,.h-149 .react-pdf__Page__canvas,.h-150 .react-pdf__Page__canvas,.h-151 .react-pdf__Page__canvas,.h-152 .react-pdf__Page__canvas,.h-153 .react-pdf__Page__canvas,.h-154 .react-pdf__Page__canvas,.h-155 .react-pdf__Page__canvas,.h-156 .react-pdf__Page__canvas,.h-157 .react-pdf__Page__canvas,.h-158 .react-pdf__Page__canvas,.h-159 .react-pdf__Page__canvas,.h-160 .react-pdf__Page__canvas,.h-161 .react-pdf__Page__canvas,.h-162 .react-pdf__Page__canvas,.h-163 .react-pdf__Page__canvas,.h-164 .react-pdf__Page__canvas,.h-165 .react-pdf__Page__canvas,.h-166 .react-pdf__Page__canvas,.h-167 .react-pdf__Page__canvas,.h-168 .react-pdf__Page__canvas,.h-169 .react-pdf__Page__canvas,.h-170 .react-pdf__Page__canvas,.h-171 .react-pdf__Page__canvas,.h-172 .react-pdf__Page__canvas,.h-173 .react-pdf__Page__canvas,.h-174 .react-pdf__Page__canvas,.h-175 .react-pdf__Page__canvas,.h-176 .react-pdf__Page__canvas,.h-177 .react-pdf__Page__canvas,.h-178 .react-pdf__Page__canvas,.h-179 .react-pdf__Page__canvas,.h-180 .react-pdf__Page__canvas,.h-181 .react-pdf__Page__canvas,.h-182 .react-pdf__Page__canvas,.h-183 .react-pdf__Page__canvas,.h-184 .react-pdf__Page__canvas,.h-185 .react-pdf__Page__canvas,.h-186 .react-pdf__Page__canvas,.h-187 .react-pdf__Page__canvas,.h-188 .react-pdf__Page__canvas,.h-189 .react-pdf__Page__canvas,.h-190 .react-pdf__Page__canvas,.h-191 .react-pdf__Page__canvas,.h-192 .react-pdf__Page__canvas,.h-193 .react-pdf__Page__canvas,.h-194 .react-pdf__Page__canvas,.h-195 .react-pdf__Page__canvas,.h-196 .react-pdf__Page__canvas,.h-197 .react-pdf__Page__canvas,.h-198 .react-pdf__Page__canvas,.h-199 .react-pdf__Page__canvas,.h-200 .react-pdf__Page__canvas{top:0!important;bottom:inherit!important}[data-theme=dark]{--background:#000;--text-primary:#fff;--text-secondary:grey;--accent:darkred}.status{padding:1rem;border-radius:.4rem}.status.IN_CORRECTION,.status.PENDING,.status.RECORRECTION,.status.WAITING_PAYMENT{background:rgba(209,156,71,.1);color:#d19c47}.status.CANCELLED{background:hsla(0,48%,63%,.1);color:#ce7272}.status.ACCEPTED{background:rgba(61,130,114,.1);color:#3d8272}.status-tag{padding:.2rem .6rem;border-radius:.4rem;display:inline-block!important}.status-APPROVED,.status-AUTOMATICALLY_RELEASED,.status-AVAILABLE,.status-MANUALLY_RELEASED{color:#3d8272;background-color:rgba(61,130,114,.1)}.status-CANCELED,.status-CANCELLED{color:#ce7272;background-color:hsla(0,48%,63%,.1)}.status-INITIALIZED,.status-WAITING_PAYMENT{color:#d19c47;background-color:rgba(209,156,71,.1)}.status-INITIALIZED,.status-PAID{color:#324fc9;background-color:rgba(50,79,201,.1)}#__next{height:100%}.p-sticky{position:sticky;top:100px}.page{padding:3rem}@media(max-width:1024px){.page{padding:1rem}}.page{color:#4d4d4d}.page.fixed-sidebar .container{padding-left:20rem}.page-main{padding:3rem}@media(max-width:1024px){.page-main{padding:1rem}}.lms-page-container{height:100%!important}.page-overflow{overflow:hidden}.page-banner{margin-top:-5rem}@media(max-width:1260px){.page-banner{margin-top:0}}.box-container,.box-placeholder{background:#fff;border-color:#e9e9e9;color:#000}.box-placeholder h3,.box-placeholder span{color:#000}.grid-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(48%,1fr));gap:2.3rem}@media(max-width:1279px){.grid-container{grid-template-columns:100%}}.grid-container.grid-container-dashboard{grid-template-columns:repeat(auto-fill,minmax(40%,1fr));gap:1.5rem}@media(max-width:1279px){.grid-container.grid-container-dashboard{grid-template-columns:100%}}.grid-container.grid-container-three{grid-template-columns:1fr 1fr 1fr}.grid-container.grid-container-three-adm{grid-template-columns:.5fr 3fr 1fr}.grid-container.grid-container-four{grid-template-columns:1fr 1fr 1fr 1fr}@media(max-width:1024px){.grid-container.grid-container-four{grid-template-columns:1fr 1fr 1fr;gap:1.3rem}}.grid-full{display:grid;grid-template-columns:1fr;gap:2.5rem}.lms-container{transition:all .25s ease}@media(max-width:1024px){.lms-container{padding:0!important}}.lms-container .container{padding:2rem}.center{max-width:1670px;margin:auto}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.display-center{display:flex;align-items:center;justify-content:center}.filter-grid{display:grid;gap:3.75rem;grid-template-columns:auto 1fr}.filter-grid .filter-container{width:420px}.component-title-catalog{font-size:1.25rem;margin:.2rem 0;font-weight:700;line-height:120%}@media(max-width:1024px){.component-title-catalog{font-size:16px;margin-bottom:0}}.component-title-catalog.blue-title{color:#324fc9}.component-subtitle-catalog{font-size:.875rem;margin:.2rem 0;font-weight:700;line-height:120%}@media(max-width:1024px){.component-subtitle-catalog{font-size:16px;margin-bottom:0}}.component-subtitle-catalog.blue-title{color:#324fc9}.component-title{font-size:1.5rem;margin:.5rem 0 .2rem;font-weight:700}@media(max-width:1024px){.component-title{font-size:16px;margin-bottom:0}}.component-title.blue-title{color:#324fc9}.component-title-disabled{filter:grayscale(100%);opacity:.5}.carousel-center .slick-slide{transform:scale(.85);opacity:.25;transition:all .2s}.carousel-center .slick-center{transform:scale(1);opacity:1;transition:all .2s}.slick-list,.swiper{overflow:visible}.swiper{display:flex;flex-direction:column-reverse}.swiper.no-items{flex-direction:column}.react-responsive-modal-closeButton{top:24px;right:24px}.swiper-pagination-carousel{position:absolute;border:0;z-index:5;left:0;right:0;margin:auto;display:flex;gap:.5rem;justify-content:center}.swiper-pagination-bullet{background:#fff}.tooltip{position:relative;display:inline-block}.tooltip:before{content:attr(data-text);width:auto;max-width:300px;background-color:rgba(11,0,58,.9);color:#fff;text-align:center;border-radius:6px;padding:5px;z-index:8;top:calc(100% + 4px);font-size:11px;line-height:13px;left:0}.tooltip:after,.tooltip:before{position:absolute;visibility:hidden;opacity:0;transition:opacity .3s}.tooltip:after{content:"";top:calc(100% - 5px);left:10px;border:5px solid transparent;border-bottom-color:rgba(11,0,58,.9)}.tooltip:hover:after,.tooltip:hover:before{visibility:visible;opacity:1}.tooltip-bottom-right:before{content:attr(data-text);bottom:inherit;top:calc(100% + 4px);right:0;transform:translateX(calc(-100% + 33px));width:-moz-max-content;width:max-content}.tooltip-bottom-right:after{content:"";bottom:inherit;top:calc(100% - 5px);border-color:transparent transparent rgba(11,0,58,.9)}.tooltip-bottom-left:before{content:attr(data-text);bottom:inherit;top:calc(100% + 4px);left:0;transform:translateX(0);width:-moz-max-content;width:max-content}.tooltip-bottom-left:after{content:"";bottom:inherit;top:calc(100% - 5px);border-color:transparent transparent rgba(11,0,58,.9)}.tooltip-top:before{content:attr(data-text);top:inherit;bottom:calc(100% + 4px)}.tooltip-top:after{content:"";top:inherit;bottom:calc(100% - 5px);border-color:rgba(11,0,58,.9) transparent transparent}.presentation:after{content:"";width:100%;height:100%;background:rgba(0,0,0,.5)}.btn-google,.presentation .presentation-container{position:relative}.btn-google{background:#a74949;padding:.5rem .5rem .5rem 2.5rem;font-size:.8rem;color:#fff;border:none;border-radius:.5rem}.btn-google:before{content:"";width:12px;height:12px;background:url(/assets/icons/google-icon.svg) no-repeat;position:absolute;background-position:50%;left:0;top:50%;transform:translateY(-50%);border-right:2px solid hsla(0,0%,100%,.15);padding:.66rem}.btn-facebook{position:relative;background:#3f6aa3;padding:.5rem .5rem .5rem 2.5rem;font-size:.8rem;color:#fff;border:none;border-radius:.5rem}.btn-facebook:before{content:"";width:12px;height:12px;background:url(/assets/icons/facebook-icon.svg) no-repeat;position:absolute;background-position:50%;left:0;top:50%;transform:translateY(-50%);border-right:2px solid hsla(0,0%,100%,.15);padding:.66rem}.scroll-bars{padding-right:15px}.tooltip-live{display:grid}.tooltip-none:after,.tooltip-none:before{display:none}.ck-content a{color:blue!important;text-decoration:underline!important}.react-tooltip{z-index:99999}:root{--ck-z-default:10555!important;--ck-z-modal:calc(var(--ck-z-default) + 10555)!important}.react-pdf__Page{min-width:inherit!important;background-color:#e3e3e3!important;width:100%;height:100%}.react-pdf__Page__textContent{border:1px solid #a9a9a9;box-shadow:5px 5px 5px 1px #ccc;border-radius:5px;display:none}.react-pdf__Page__annotations.annotationLayer{padding:20px}.react-pdf__Page__canvas{margin:auto;position:absolute;left:0;right:0;top:0;bottom:0}.pdf-container{display:flex;flex-direction:column;align-items:center}.pdf-container-dark .react-pdf__Page{background-color:#292929!important}.pdf-container__load{margin-top:1em;color:#fff}.pdf-container-document{width:100%}.pdf-container-document .scrollBarsPdf>div{background-color:#e3e3e3!important}.pdf-container-document .react-pdf__Document{display:flex;flex-direction:column;align-items:center;width:100%;height:100%}.pdf-container-document .react-pdf__message{padding:20px;color:#fff}.grab-cursor{cursor:grab}.grabbing-cursor{cursor:grabbing}.scroll-bars-{height:470px;width:100%!important;position:relative;top:0;bottom:0;left:0;right:0;margin:auto}.react-pdf__Page__annotations.annotationLayer{display:none}.pdf-toolbar{display:grid;grid-template-columns:1fr 1fr 1fr;padding:10px;color:#292929;background:#fcfcfc;border:2px solid #e9e9e9;border-top-left-radius:7px;border-top-right-radius:7px}.page-number{display:flex;align-items:center}.zoom-controller{gap:1rem}.zoom-controller,.zoom-controller button{display:flex;justify-content:center;align-items:center}.zoom-controller button{width:26px;height:24px;background:#e9e9e9;border-radius:8px;font-weight:700;border:2px solid #ccc}.zoom-controller button:disabled{opacity:.5}.zoom-controller .percentage{width:56px;height:26px;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.1)}.download-controller{display:flex;justify-content:flex-end}.page-controller{position:absolute;left:1rem;bottom:1rem;z-index:9;display:flex;gap:1rem}.page-controller button{font-size:25px;width:50px;height:50px;border:2px solid #ccc;border-radius:8px;background:#e9e9e9;display:flex;justify-content:center;align-items:center}.page-controller button:disabled{opacity:.5}.separator{display:block;width:100%;height:2px;border:0;background:#f1f1f1}.section-title{font-size:14px;color:#999;margin-bottom:.75rem;font-weight:700}.modal-primary{z-index:9999999999}.modal-primary a{color:#327ee0;text-decoration:underline}.custom-scroll-track{z-index:99999;width:10px}.custom-scroll-track-disabled{display:none}.sanitize-style table{width:100%;border-collapse:collapse}.sanitize-style td,.sanitize-style tr{border:1px solid #ddd;padding:8px}.sanitize-style tr:nth-child(2n){background-color:#f2f2f2}.sanitize-style tr:hover{background-color:#ddd}.welcome-msg{max-width:1280px;margin:2.5rem auto 0;background:#f5dfb4;border:.15rem solid #e6d1a8!important;text-align:center}.titulo-alert{font-weight:800}.welcome-msg a{display:block;width:15rem;margin:1rem auto 0;padding:.5rem .75rem;background:rgba(0,0,0,.35);color:#fff;border-radius:.25rem;text-transform:uppercase;letter-spacing:1px;font-size:1.2rem!important}.welcome-msg a:hover{background:rgba(0,0,0,.5);color:#fff}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{font-size:20px;margin-top:0;color:inherit}