@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Instrument+Sans&display=swap);@tailwind base;@tailwind components;@tailwind utilities;:root{--body-bg:#f9f9f9;--body-text:#333;--scrollbar-border:#ddd;--scrollbar-thumb:#ccc;--scrollbar-thumb-hover:#999;--has-scrollbar-thumb:#bbb;--has-scrollbar-border:#fff;--has-scrollbar-thumb-hover:#777;--heading-color:#111;--link-hover:#007bff;--button-bg:#007bff;--button-text:#fff;--button-hover:#0056b3}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:62.5%}body{background-color:#f9f9f9;background-color:var(--body-bg);color:#333;color:var(--body-text);font-family:Instrument Sans,sans-serif!important;font-size:1.6rem;line-height:1.6}body::-webkit-scrollbar{height:10px;width:10px}body::-webkit-scrollbar-track{background:#f9f9f9;background:var(--body-bg);border-left:1px solid #ddd;border-left:1px solid var(--scrollbar-border)}body::-webkit-scrollbar-thumb{background:#ccc;background:var(--scrollbar-thumb);border:2px solid #f9f9f9;border:2px solid var(--body-bg);border-radius:8px}body::-webkit-scrollbar-thumb:hover{background:#999;background:var(--scrollbar-thumb-hover)}.has-scrollbar{overflow:auto}.has-scrollbar::-webkit-scrollbar{height:12px;width:12px}.has-scrollbar::-webkit-scrollbar-thumb{background:#bbb;background:var(--has-scrollbar-thumb);border:3px solid #fff;border:3px solid var(--has-scrollbar-border);border-radius:10px}.has-scrollbar:hover::-webkit-scrollbar-thumb{background:#777;background:var(--has-scrollbar-thumb-hover)}h1,h2,h3,h4{color:#111;color:var(--heading-color);font-family:Instrument Sans,sans-serif!important;line-height:1.4;margin-bottom:1rem}a{color:inherit;text-decoration:none;transition:color .3s}a:hover{color:#007bff;color:var(--link-hover)}img{border-radius:.5rem;display:block;height:auto;max-width:100%;object-fit:cover}button,input,select,textarea{font-family:inherit}button{background-color:#007bff;background-color:var(--button-bg);border:none;border-radius:.4rem;color:#fff;color:var(--button-text);cursor:pointer;padding:.8rem 1.6rem}button:hover{background-color:#0056b3;background-color:var(--button-hover)}ul{list-style-type:none}.container{max-width:90%}@media (min-width:1200px){.container{max-width:1200px}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--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-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--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-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;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:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.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{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--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:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.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-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.navbar{background-color:#212121;color:#fafafa;position:fixed;top:0;transition:background-color .3s ease;width:100%;z-index:1000}.navbar__section{align-items:center;display:flex}.navbar__logo-wrapper{display:flex;justify-content:center}@media(max-width:660px){.navbar__logo-wrapper{display:none}}.navbar__links{padding-left:1em}@media(max-width:660px){.navbar__links{padding-left:0}}.navbar__categories{position:relative}.navbar__categories .navbar__dropdown{background-color:#212121;border-radius:4px;box-shadow:0 4px 6px #00000014;color:#212121;display:none;flex-direction:column;font-size:1.4rem;gap:.5rem;left:0;padding:.5rem 1rem;position:absolute;top:100%;z-index:1000}@media(max-width:660px){.navbar__categories .navbar__dropdown{left:100px;top:0}}.navbar__categories .navbar__dropdown .navbar__main-category{position:relative}.navbar__categories .navbar__dropdown .navbar__main-category:hover .navbar__subcategories{display:flex}.navbar__categories .navbar__dropdown .navbar__main-category .navbar__main-category-name{border-radius:4px;color:#fafafa;cursor:pointer;display:block;font-size:1.4rem;font-weight:500;padding:.5rem .8rem;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.navbar__categories .navbar__dropdown .navbar__main-category .navbar__main-category-name:hover{background-color:#4299e11a;color:#1976d2;transform:translateX(3px)}.navbar__categories .navbar__dropdown .navbar__main-category .navbar__subcategories{background-color:#212121;border-radius:4px;box-shadow:0 4px 6px #00000014;color:#fff;display:none;flex-direction:column;gap:.3rem;left:100%;padding:.5rem 1rem;position:absolute;top:0;z-index:1001}.navbar__categories .navbar__dropdown .navbar__main-category .navbar__subcategories .navbar__dropdown-item{color:#fff;padding:.2rem 0;text-decoration:none;text-transform:uppercase}.navbar__categories .navbar__dropdown .navbar__main-category .navbar__subcategories .navbar__dropdown-item:hover{color:#1976d2}.navbar__categories:hover .navbar__dropdown{display:flex}.navbar__links{transition:transform .3s ease}.navbar__links-active{transform:translateX(0)}@media(min-width:1300px){.navbar__links{flex-direction:row}}.navbar__container{display:flex;height:100%;justify-content:center;padding:0 .5em}@media(max-width:660px){.navbar__container{justify-content:flex-end}}.navbar__links{background-color:#212121;flex-direction:column;gap:1em;height:45vh;left:-100%;max-height:300px;position:absolute;top:8vh;transition:.3s ease;width:50%;z-index:2}.navbar__icons,.navbar__links{align-items:center;display:flex;justify-content:center}.navbar__icons{flex-direction:row;gap:1.6rem}.navbar__cart-link,.navbar__favorites-link,.navbar__link{color:#fafafa;padding:.4em}.navbar__link.active{color:#e91e63;font-weight:500}.navbar__cart-link.active,.navbar__favorites-link.active{color:inherit}.navbar__cart,.navbar__favorites{position:relative}.navbar__quantity{align-items:center;background-color:#e91e63;border-radius:50%;display:flex;flex-direction:row;font-size:1.2rem;height:20px;justify-content:center;left:10px;position:absolute;top:15px;width:20px}.navbar__basket,.navbar__heart{font-size:2.4rem}.navbar__basket:hover,.navbar__heart:hover{color:#1976d2}.navbar__user{cursor:pointer;position:relative}.navbar__user .navbar__user-icon{font-size:2.4rem;transition:color .3s ease}.navbar__user .navbar__user-icon:hover{color:#1976d2}.navbar__user .navbar__user-dropdown{background-color:#212121;border-radius:4px;box-shadow:0 4px 6px #00000014;color:#fafafa;display:none;flex-direction:column;font-size:1.4rem;gap:.5rem;left:0;min-width:150px;padding:.5rem 1rem;position:absolute;top:100%;z-index:1000}.navbar__user .navbar__user-dropdown .navbar__dropdown-link{color:#fafafa;padding:.2rem 0;text-decoration:none;text-transform:uppercase}.navbar__user .navbar__user-dropdown .navbar__dropdown-link:hover{color:#1976d2}.navbar__user .navbar__user-dropdown .navbar__logoutBtn{background:none;border:none;color:#fafafa;cursor:pointer;font-size:1.4rem;gap:.5rem;padding:.2rem 0;text-align:left;text-transform:uppercase;transition:color .3s}.navbar__user .navbar__user-dropdown .navbar__logoutBtn:hover{color:#1976d2}.navbar__user:hover .navbar__user-dropdown{display:flex}.navbar__cart-dropdown{align-items:flex-start;background-color:#212121;border-radius:6px;box-shadow:0 2px 8px #00000029;color:#fafafa;display:flex;flex-direction:column;min-width:150px;padding:.6rem 1rem;position:absolute;right:0;top:50px;z-index:999}.navbar__cart-dropdown p{color:#fafafa;margin-bottom:.5rem}.navbar__cart-dropdown .navbar__cart-button{background-color:#e91e63;border-radius:4px;color:#fafafa;padding:.5rem 1rem;text-decoration:none}.navbar__cart-dropdown .navbar__cart-button:hover{color:#1976d2}.navbar__links-active{left:0}.navbar__hamburger{margin-left:15px;padding:.3em}@media(max-width:800px){.navbar__search{width:100%}.navbar__search input{width:calc(100% - 120px)}}@media(min-width:640px){.navbar .navbar{background-color:initial}.navbar .navbar__bgc{background-color:#303030}.navbar .navbar__logo{font-size:4.2rem}.navbar .navbar__links{background-color:inherit;flex-direction:row;gap:1em;height:auto;left:auto;position:relative;top:0;transform:translateX(0);width:auto}.navbar .navbar__link{transition:color .3s ease}.navbar .navbar__link:hover{color:#e91e63}.navbar .navbar__hamburger{display:none}}@media(min-width:1024px){.navbar__logo{font-size:3.5rem}}@media(max-width:624px){.navbar__search{display:none}}.navbar .cart-icon:hover{color:#1976d2}.navbar .header__logo-text{background:url(/static/media/logo_of_name.555ccbece1f9eab940ec.png) no-repeat 50%;background-size:contain;display:block;height:60px;transition:box-shadow .3s ease;width:140px}.navbar .header__logo-text:hover{box-shadow:0 0 10px 2px #e91e63}.navbar .header__logo{color:#fafafa;font-family:Instrument Sans,sans-serif!important;font-size:3.5rem}@media(max-width:640px){.navbar .header__logo__display{display:flex;margin-right:auto}}@media(min-width:640px){.navbar .header__logo__display{display:none}}.navbar .nav_con{padding-top:0!important}@media(max-width:660px){.navbar .nav_con{align-items:center;display:flex;padding-top:1rem!important}}.navbar .modal{align-items:center;background-color:#1565c0;color:#fff;display:flex;height:55px;justify-content:space-between;left:0;padding:0 20px;position:fixed;top:0;transition:opacity .5s ease,transform .5s ease;width:100%;z-index:2000}.navbar .modal__content{display:flex;margin-top:15px}.navbar .modal__text{font-size:1.4rem;margin-right:10px;margin-top:2px}.navbar .modal__button{background-color:#0000;border:1px solid #fff;color:#fff;cursor:pointer;font-size:1rem;margin-right:10px;padding:8px 5px}.navbar .modal__button:hover{background-color:#fff;color:#1976d2}.navbar .modal__close{cursor:pointer;font-size:2rem}.navbar .modal__close:hover{color:#d32f2f}@media(max-width:660px){.navbar .modal{display:none}}.navbar .modal.fade-out{opacity:0;transform:translateY(-100%)}.navbar .search-icon{background-color:#0000!important;font-size:22px}.navbar .search-icon:hover{color:#1976d2}.navbar .search-bar{align-items:center;background:#424242;border:1px solid #e0e0e0;border-radius:8px;display:flex;flex-direction:row;gap:0;max-width:300px;overflow:hidden;position:absolute}.navbar .search-bar input{background:#0000;border:none;color:#fff;font-size:1.4rem;outline:none;padding:10px 15px}.navbar .search-bar input::placeholder{color:#fff}.navbar .search-bar .search-btn{background:#1976d2;border:none;color:#fff;cursor:pointer;font-size:1.4rem;padding:10px 15px;transition:background .3s ease}.navbar .search-bar .search-btn:hover{background:#1565c0}@media(max-width:1366px){.navbar .search-bar{max-width:300px}.navbar .search-bar input{font-size:1.3rem;max-width:250px}.navbar .search-bar .search-btn{font-size:1.3rem;padding:8px 12px}.navbar .navbar__links{gap:1em}}@media(max-width:1024px){.navbar .search-bar{max-width:220px}.navbar .search-bar input{font-size:1rem;max-width:140px}.navbar .search-bar .search-btn{font-size:1rem;padding:8px 10px}.navbar .navbar__links{gap:.3em}}@media(max-width:768px){.navbar .search-bar{margin:10px auto;max-width:200px}.navbar .search-bar input{font-size:1.1rem;max-width:120px;padding:12px}.navbar .search-bar .search-btn{font-size:1.1rem;padding:12px 15px}}.cart-preview{color:#212121;display:inline-block;position:relative}.cart-preview .cart-icon{color:#fff;cursor:pointer;font-size:24px;position:relative}.cart-preview .cart-icon .cart-count{align-items:center;background-color:#e91e63;border-radius:50%;display:flex;flex-direction:row;font-size:1.2rem;height:20px;justify-content:center;left:10px;position:absolute;top:18px;width:20px}.cart-preview .cart-dropdown{background-color:#212121;border-radius:8px;box-shadow:0 4px 6px #00000014;color:#fafafa;padding:15px;position:absolute;right:0;top:40px;width:300px;z-index:1000}.cart-preview .cart-dropdown h4{color:#fafafa}.cart-preview .cart-dropdown p{color:#fafafa!important}.cart-preview .cart-dropdown .cart-item{align-items:center;display:flex;font-size:1.3rem;margin-bottom:10px}.cart-preview .cart-dropdown .cart-item__img{height:50px;object-fit:cover;width:50px}.cart-preview .cart-dropdown .cart-item__details{flex:1 1;margin-left:10px}.cart-preview .cart-dropdown .cart-item__details p:hover{color:#1976d2!important;text-decoration:underline}.cart-preview .cart-dropdown .cart-item__details span{color:#d32f2f}.cart-preview .cart-dropdown .cart-item__actions{align-items:center;display:flex}.cart-preview .cart-dropdown .cart-item__actions span{color:#fff}.cart-preview .cart-dropdown .cart-item__actions button{background:#388e3c;border:1px solid #388e3c;cursor:pointer;margin:0 10px;padding:.4rem .9rem}.cart-preview .cart-dropdown .cart-item__actions button:hover{background:#2e7d32;border:1px solid #2e7d32}.cart-preview .cart-dropdown .cart-item__remove{color:#d32f2f;cursor:pointer}.cart-preview .cart-dropdown .cart-item__remove:hover{color:#b71c1c}.cart-preview .cart-dropdown .cart-btn{background:#1976d2;border:1px solid #1976d2;border-radius:5px;color:#fff;display:block;padding:10px;text-align:center;text-decoration:none}.cart-preview .cart-dropdown .cart-btn:hover{background:#0000;border:1px solid #1976d2;color:#1976d2}@media(max-width:1366px){.cart-preview .cart-dropdown{padding:10px;width:270px}.cart-preview .cart-item{font-size:1.1rem}.cart-preview .cart-item__img{height:45px;width:45px}.cart-preview .cart-item__actions button{font-size:.9rem;padding:.3rem .8rem}}@media(max-width:1024px){.cart-preview .cart-dropdown{padding:8px;width:250px}.cart-preview .cart-item{font-size:1rem}.cart-preview .cart-item__img{height:40px;width:40px}.cart-preview .cart-item__actions button{font-size:.85rem;padding:.3rem .7rem}.cart-preview .cart-btn{font-size:1rem;padding:8px}}@media(max-width:768px){.cart-preview .cart-dropdown{max-height:400px;overflow-y:auto;right:-10px;width:280px}.cart-preview .cart-item{align-items:flex-start;border-bottom:1px solid #ffffff1a;flex-direction:row;font-size:.95rem;margin-bottom:15px;padding-bottom:10px}.cart-preview .cart-item:last-of-type{border-bottom:none}.cart-preview .cart-item__img{flex-shrink:0;height:60px;width:60px}.cart-preview .cart-item__details{flex:1 1;margin-left:8px;margin-right:8px;min-width:0}.cart-preview .cart-item__details p{margin:0 0 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cart-preview .cart-item__details span{display:block;font-size:.9rem;margin-bottom:6px}.cart-preview .cart-item__actions{align-items:center;display:flex;justify-content:flex-start;margin-top:4px}.cart-preview .cart-item__actions button{font-size:.85rem;margin:0 4px;padding:.3rem .6rem}.cart-preview .cart-item__actions span{font-size:.9rem;margin:0 6px}.cart-preview .cart-item__remove{align-self:flex-start;flex-shrink:0;margin-top:4px}.cart-preview .cart-btn{font-size:1rem;margin-top:10px;padding:10px}}@media(max-width:640px){.cart-preview{cursor:pointer}.cart-preview .cart-icon{cursor:pointer;transition:transform .2s ease}.cart-preview .cart-icon:active{transform:scale(.95)}.cart-preview .cart-dropdown{display:none!important}}.search-modal-overlay{align-items:center;animation:fadeIn .3s ease-in-out;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}.search-modal-content{animation:slideIn .3s ease-out;background:#fff;border-radius:12px;max-height:80vh;max-width:800px;overflow-y:auto;padding:24px;position:relative;width:90%}.search-modal-content::-webkit-scrollbar{width:8px}.search-modal-content::-webkit-scrollbar-track{background:#f5f5f5;border-radius:4px}.search-modal-content::-webkit-scrollbar-thumb{background:#1976d2;border-radius:4px}.search-modal-content::-webkit-scrollbar-thumb:hover{background:#1565c0}.search-modal-close{position:absolute;right:20px;top:20px}.search-modal-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px;margin-right:70px}.search-modal-header h2{font-size:24px;font-weight:600;margin:0}.search-mode-info{align-items:center;display:flex;gap:12px}.sentiment-info-tooltip{display:inline-block;position:relative}.sentiment-info-tooltip .info-icon{align-items:center;background:#3b82f61a;border:1px solid #3b82f64d;border-radius:6px;color:#1976d2;cursor:help;display:flex;font-size:20px;height:36px;justify-content:center;padding:0;transition:all .3s ease;width:36px}.sentiment-info-tooltip .info-icon svg{height:18px;width:18px}.sentiment-info-tooltip .info-icon:hover{background:#3b82f626;border-color:#1976d2;box-shadow:0 4px 8px #3b82f633;transform:translateY(-2px)}.sentiment-info-tooltip .tooltip-content{background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 8px 24px #00000026,0 4px 12px #0000001a,0 0 0 1px #e2e8f0;color:#1e293b;font-size:13px;left:50%;max-width:400px;min-width:320px;opacity:0;padding:16px 20px;pointer-events:none;position:absolute;top:calc(100% + 12px);transform:translateX(-50%);transition:all .3s cubic-bezier(.4,0,.2,1);visibility:hidden;white-space:normal;z-index:10001}.sentiment-info-tooltip .tooltip-content:before{border-bottom:10px solid #fff;border-left:10px solid #0000;border-right:10px solid #0000;bottom:100%;content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0}.sentiment-info-tooltip .tooltip-content:after{border-bottom:11px solid #e2e8f0;border-left:11px solid #0000;border-right:11px solid #0000;bottom:calc(100% + 1px);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0}.sentiment-info-tooltip .tooltip-content strong{color:#1e40af;display:block;font-size:14px;font-weight:600;margin-bottom:8px}.sentiment-info-tooltip .tooltip-content p{color:#475569;line-height:1.6;margin:6px 0}.sentiment-info-tooltip .tooltip-content p:first-of-type{background:#3b82f614;border-left:3px solid #3b82f6;border-radius:6px;color:#1e293b;font-family:Courier New,monospace;font-weight:500;margin-top:8px;padding:8px 12px}.sentiment-info-tooltip .tooltip-content small{color:#64748b;font-size:11px;line-height:1.5}.sentiment-info-tooltip:hover .tooltip-content{opacity:1;transform:translateX(-50%) translateY(0);visibility:visible}.search-modal-toggle{align-items:center;background:#1976d2;border:1px solid #1976d2;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;height:36px;justify-content:center;padding:8px 16px;transition:all .3s ease;white-space:nowrap}.search-modal-toggle:hover{background:#0000;border:1px solid #1976d2;box-shadow:0 4px 8px #3b82f633;color:#1976d2;transform:translateY(-2px)}.search-modal-input-wrapper{margin-bottom:20px;position:relative}.search-modal-input-wrapper .search-modal-search-icon{color:#616161;font-size:20px;left:16px;position:absolute;top:50%;transform:translateY(-50%)}.search-modal-input{background:#f5f5f5;border:2px solid #e0e0e0;border-radius:8px;font-size:16px;padding:16px 16px 16px 48px;transition:border-color .3s ease;width:100%}.search-modal-input:focus{background:#fff;border-color:#1976d2;outline:none}.search-modal-input::placeholder{color:#757575}.search-modal-advanced-options{background:#f5f5f5;border-radius:8px;margin-bottom:20px;padding:20px}.search-modal-option{margin-bottom:16px}.search-modal-option label{color:#424242;display:block;font-weight:500;margin-bottom:8px}.search-modal-select{background:#fff;border:1px solid #e0e0e0;border-radius:6px;cursor:pointer;font-size:14px;padding:12px;width:100%}.search-modal-select:focus{border-color:#1976d2;outline:none}.search-modal-search-btn{background:#1976d2;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:14px;transition:background-color .3s ease;width:100%}.search-modal-search-btn:hover{background:#0000;border:1px solid #1976d2;color:#1976d2}.search-modal-search-btn:disabled{background:#bdbdbd;cursor:not-allowed}.search-modal-loading{color:#616161;font-style:italic;padding:20px;text-align:center}.search-modal-error{background:#ffebee;border-radius:6px;color:#d32f2f;margin-bottom:20px;padding:12px}.search-modal-results-list{grid-gap:16px;display:grid;gap:16px;max-height:400px;overflow-y:auto}.search-modal-results-list::-webkit-scrollbar{width:8px}.search-modal-results-list::-webkit-scrollbar-track{background:#f5f5f5;border-radius:4px}.search-modal-results-list::-webkit-scrollbar-thumb{background:#1976d2;border-radius:4px}.search-modal-results-list::-webkit-scrollbar-thumb:hover{background:#1565c0}.search-modal-result-item{border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;display:flex;gap:16px;padding:12px;transition:background-color .3s ease}.search-modal-result-item:hover{background:#f5f5f5}.search-modal-result-image{border-radius:6px;height:80px;object-fit:cover;width:80px}.search-modal-result-info{flex:1 1}.search-modal-result-info h3{color:#424242;font-size:16px;margin:0 0 4px}.search-modal-result-info h3:hover{color:#1976d2;text-decoration:underline}.search-modal-result-info .search-modal-result-price{color:#d32f2f;font-size:14px;font-weight:600;margin:4px 0}.search-modal-result-info .search-modal-sentiment{font-size:12px;margin-top:8px}.search-modal-result-info .search-modal-sentiment .sentiment-score{align-items:center;display:flex;gap:8px;margin-bottom:4px}.search-modal-result-info .search-modal-sentiment .sentiment-score strong{color:#424242}.search-modal-result-info .search-modal-sentiment .sentiment-score .sentiment-badge{border-radius:12px;font-size:11px;font-weight:600;padding:2px 8px}.search-modal-result-info .search-modal-sentiment .sentiment-score .sentiment-badge.positive{background-color:#22c55e1a;color:#22c55e}.search-modal-result-info .search-modal-sentiment .sentiment-score .sentiment-badge.negative{background-color:#ef44441a;color:#ef4444}.search-modal-result-info .search-modal-sentiment .sentiment-score .sentiment-badge.neutral{background-color:#9ca3af1a;color:#9ca3af}.search-modal-result-info .search-modal-sentiment .sentiment-details{color:#616161;display:flex;font-size:11px;gap:12px}.search-modal-result-info .search-modal-sentiment .sentiment-details .opinion-count{color:#1976d2}.search-modal-result-info .search-modal-sentiment .sentiment-details .opinion-breakdown{color:#616161}.search-modal-no-results{color:#616161;font-size:16px;padding:40px 20px;text-align:center}.mainBackground{display:flex;flex-direction:column;height:100vh;overflow:hidden;overflow-x:hidden;position:relative;width:100%}:hover .mainBackground__arrow{opacity:1}.mainBackground__logo{border-radius:50%;box-shadow:0 0 20px #e91e63;height:auto;margin-bottom:.5em;width:120px}.mainBackground__arrow{align-items:center;background-color:hsla(0,0%,100%,.082);border-radius:50%;cursor:pointer;display:none;height:40px;justify-content:center;opacity:0;position:absolute;top:50%;transform:translateY(-50%);transition:opacity .3s ease,background-color .3s ease;width:40px;z-index:2}.mainBackground__arrow:hover{background-color:#e91e63}.mainBackground__arrows{color:#fafafa;font-size:20px}.mainBackground__arrow-right{right:50px}.mainBackground__arrow-left{left:50px}.mainBackground__container{display:flex;height:100%;transition:transform 1s ease}.mainBackground__slider{flex-shrink:0;height:auto;transition:transform 1s ease;width:100%}.mainBackground__img{height:100%;object-fit:cover;object-position:top;width:100%}.mainBackground__img:before{background:#00000080;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.mainBackground__image{height:100%;object-fit:cover;width:100%}.mainBackground__content{align-items:center;color:#fafafa;display:flex;flex-direction:column;gap:1em;justify-content:center;left:50%;max-width:600px;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);width:100%}.mainBackground__title{background-color:#00000080;color:#fff;font-size:5rem;font-style:italic;margin-bottom:.5em;padding:0 .5em}.mainBackground__text{display:none;font-size:1.4rem;margin-bottom:1.5em}.mainBackground__link{background-color:#e91e63;border:1px solid #e91e63;border-radius:8px;color:#fafafa;padding:.8em 2.4em;text-transform:uppercase;transition:all .3s ease}.mainBackground__link:hover{background-color:#fff0;border:1px solid #e91e63;box-shadow:0 4px 12px #e91e634d;color:#e91e63;transform:translateY(-2px)}@media(min-width:768px){.mainBackground__arrow{display:flex}.mainBackground__title{font-size:4rem;margin-bottom:0}.mainBackground__text{display:block;font-size:2rem}}@media(min-width:1024px){.mainBackground__title{font-size:9rem}.mainBackground__content{margin-top:20px;max-width:800px}.mainBackground__text{display:block;font-size:2.2rem}}@media(max-width:767px){.mainBackground{height:auto;margin-top:60px;padding-bottom:20px}.mainBackground__logo{border-radius:50%;box-shadow:0 0 20px #e91e63;height:60px;margin-bottom:.5em;margin-top:30px;width:60px}.mainBackground__link{font-size:1.2rem;padding:.8em 1.6em}.mainBackground__title{font-size:2rem}.mainBackground__text{font-size:1rem}.mainBackground__image{object-position:center}}.about{margin-top:80px!important;padding:4em 0}.about__container{align-items:center;display:flex;flex-direction:column;gap:2em;justify-content:center;max-width:500px;padding:0 .5em}.about__img{height:400px;object-fit:cover}.about__title{font-size:4rem;line-height:1.2;margin-bottom:.7em}.about__span{color:#e91e63}.about__text{line-height:1.8;margin-bottom:2em}.about__marks{color:#616161;display:flex;gap:.3em;margin-bottom:.5em}.about__mark{color:#212121}@media(min-width:1024px){.about{padding:6em 0}.about__container{flex-direction:row;gap:3em;max-width:none}.about__img{height:100%}.about__img-container{height:600px}.about__content{max-width:500px}.about__title{font-size:5rem}}@media(max-width:768px){.about__title{font-size:3rem}}.fixed{background:url(/static/media/background1.9cc9d8aca86bcc207272.webp) #0009;background-blend-mode:darken;background-position:top;background-size:cover;height:60vh}.fixed__secondary{background:url(/static/media/blog_big1.04352de31434bad66667.webp) #0009;background-blend-mode:darken;background-position:top;background-size:cover;height:75vh}.fixed__content{align-items:center;color:#fafafa;display:flex;flex-direction:column;gap:1em;height:100%;justify-content:center}.fixed__text{font-size:2rem;font-style:italic}.fixed__title{color:#fafafa;font-size:4rem;font-style:italic;line-height:1.3;max-width:1100px;padding:0 .5em;text-align:center}.fixed__link{background-color:#e91e63;border:1px solid #0000;border-radius:10px;color:#fafafa;padding:.7em 2.4em;transition:all .3s ease}.fixed__link:hover{box-shadow:0 4px 12px #e91e634d;transform:translateY(-2px)}@media(min-width:796px){.fixed,.fixed__secondary{background-attachment:fixed}}@media(min-width:996px){.fixed{height:70vh}.fixed__link{border:1px solid #0000}.fixed__link:hover{background-color:#e4e3e100;border:1px solid #e91e63;color:#e91e63}.fixed__text{font-size:3rem}.fixed__title{color:#fafafa;font-size:8rem}}.pricing{padding:4em 0 8em}.pricing__title{font-size:4rem}.pricing__subtitle,.pricing__title{font-style:italic;margin-bottom:1em;padding:.5em;text-align:center}.pricing__subtitle{font-size:2rem}.pricing__container{flex-wrap:wrap;gap:2em;padding:0 .5em}.pricing__box,.pricing__container{display:flex;justify-content:center}.pricing__box{align-items:center;background:#0000;background-color:#000;border-radius:15px;flex-direction:column;height:100%;max-height:350px;min-height:350px;padding:2em;position:relative;text-align:center;width:100%}.pricing__box:hover{transform:translateY(-5px);transition:transform .5s ease}.pricing__content{align-items:center;display:flex;flex-direction:column;height:100%;text-decoration:none;width:100%}.pricing__thumbnail{border-radius:10px;flex-shrink:0;height:180px;object-fit:cover;width:100%}.pricing__thumbnail:hover{transform:scale(1.02);transition:transform .3s ease}.pricing__box-title{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#f5f5f5;display:-webkit-box;flex-shrink:0;font-size:1.6rem;font-weight:500;line-height:1.3em;margin-top:1em;max-height:2.6em;min-height:2.6em;overflow:hidden;text-align:center;text-overflow:ellipsis}.pricing__box-title:hover{color:#1976d2;text-decoration:underline}.pricing__link{background-color:#e91e63;border:1px solid #e91e63;border-radius:5px;color:#fafafa;display:block;font-size:1.4rem;font-weight:600;margin-top:auto;padding:.8em 1.8em;text-align:center;text-decoration:none;transition:all .3s ease;width:fit-content}@media(min-width:768px){.pricing__link:hover{background-color:#0000;border:1px solid #e91e63;box-shadow:0 4px 12px #e91e634d;color:#e91e63;transform:translateY(-2px)}.pricing__box{transition:background-color .3s ease;width:350px}.pricing__box:hover{background-color:#424242}}@media(min-width:996px){.pricing__container{flex-direction:row}.pricing__title{font-size:6rem}}.counter{background:url(/static/media/counter.6406314165d20fb745f2.webp) #000c;background-blend-mode:darken;background-position:50%;background-size:cover;gap:4em;padding:3em 0}.counter,.counter__box{align-items:center;display:flex;flex-direction:column;justify-content:center}.counter__number{color:#e91e63;font-size:7rem;font-weight:500}.counter__text{color:#fafafa;font-size:2rem;font-weight:500;letter-spacing:1px}@media(min-width:778px){.counter{flex-direction:row;gap:3em;padding:8em .5em}.counter__number{font-size:8rem}}@media(min-width:996px){.counter{gap:5em}}.team{padding:3em 0}.team__title{font-size:4rem;font-style:italic;text-align:center}.team__body{align-items:center;display:flex;flex-direction:column;gap:2em;justify-content:center;padding:3.5em 0}.team__role{color:#e91e63}.team__card{height:450px;max-width:450px;position:relative}.team__card,.team__img{overflow:hidden;width:100%}.team__img{border-radius:3px;height:100%;object-fit:cover;transition:.5s}.team__text{align-items:center;background:#000c;bottom:0;display:flex;flex-direction:column;height:70px;justify-content:center;min-height:100px;position:absolute;width:100%}.team__name{color:#fafafa;font-size:2rem;font-weight:500;margin-bottom:.2em}.team__icons{display:flex;gap:.3em}.team__icon{color:#fafafa}.team__subtitle{padding:10px;text-align:center}@media(min-width:768px){.team{padding:5em 0}.team__title{font-size:6rem}.team__body{display:flex;flex-direction:row}.team__card{height:400px}.team__text{padding-top:1em;transition:.5s}.team__name{margin-bottom:0}.team__card:hover .team__text{height:100%}.team__card:hover .team__icons{opacity:1}.team__card:hover .team__img{transform:scale(1.1);transition:transform .5s ease}.team__icons{align-items:center;display:flex;flex-direction:row;font-size:1.8rem;gap:.7em;justify-content:center;margin-top:.3em;opacity:0;transition:.3s}.team__icon{transition:color .3s ease}.team__icon:hover{color:#e91e63;cursor:pointer}}@media(min-width:996px){.team__card{height:450px}}.slick-slider{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;box-sizing:border-box;touch-action:pan-y;-webkit-user-select:none;user-select:none;-khtml-user-select:none}.slick-list,.slick-slider{display:block;position:relative}.slick-list{margin:0;overflow:hidden;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.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{border:1px solid #0000;display:block;height:auto}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(data:image/gif;base64,R0lGODlhIAAgAPUAAP///wAAAPr6+sTExOjo6PDw8NDQ0H5+fpqamvb29ubm5vz8/JKSkoaGhuLi4ri4uKCgoOzs7K6urtzc3D4+PlZWVmBgYHx8fKioqO7u7kpKSmxsbAwMDAAAAM7OzsjIyNjY2CwsLF5eXh4eHkxMTLCwsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAG/0CAcEgkFjgcR3HJJE4SxEGnMygKmkwJxRKdVocFBRRLfFAoj6GUOhQoFAVysULRjNdfQFghLxrODEJ4Qm5ifUUXZwQAgwBvEXIGBkUEZxuMXgAJb1dECWMABAcHDEpDEGcTBQMDBQtvcW0RbwuECKMHELEJF5NFCxm1AAt7cH4NuAOdcsURy0QCD7gYfcWgTQUQB6Zkr66HoeDCSwIF5ucFz3IC7O0CC6zx8YuHhW/3CvLyfPX4+OXozKnDssBdu3G/xIHTpGAgOUPrZimAJCfDPYfDin2TQ+xeBnWbHi37SC4YIYkQhdy7FvLdpwWvjA0JyU/ISyIx4xS6sgfkNS4me2rtVKkgw0JCb8YMZdjwqMQ2nIY8BbcUQNVCP7G4MQq1KRivR7tiDEuEFrggACH5BAAKAAEALAAAAAAgACAAAAb/QIBwSCQmNBpCcckkEgREA4ViKA6azM8BEZ1Wh6LOBls0HA5fgJQ6HHQ6InKRcWhA1d5hqMMpyIkOZw9Ca18Qbwd/RRhnfoUABRwdI3IESkQFZxB4bAdvV0YJQwkDAx9+bWcECQYGCQ5vFEQCEQoKC0ILHqUDBncCGA5LBiHCAAsFtgqoQwS8Aw64f8m2EXdFCxO8INPKomQCBgPMWAvL0n/ff+jYAu7vAuxy8O/myvfX8/f7/Arq+v0W0HMnr9zAeE0KJlQkJIGCfE0E+PtDq9qfDMogDkGmrIBCbNQUZIDosNq1kUsEZJBW0dY/b0ZsLViQIMFMW+RKKgjFzp4fNokPIdki+Y8JNVxA79jKwHAI0G9JGw5tCqDWTiFRhVhtmhVA16cMJTJ1OnVIMo1cy1KVI5NhEAAh+QQACgACACwAAAAAIAAgAAAG/0CAcEgkChqNQnHJJCYWRMfh4CgamkzFwBOdVocNCgNbJAwGhKGUOjRQKA1y8XOGAtZfgIWiSciJBWcTQnhCD28Qf0UgZwJ3XgAJGhQVcgKORmdXhRBvV0QMY0ILCgoRmIRnCQIODgIEbxtEJSMdHZ8AGaUKBXYLIEpFExZpAG62HRRFArsKfn8FIsgjiUwJu8FkJLYcB9lMCwUKqFgGHSJ5cnZ/uEULl/CX63/x8KTNu+RkzPj9zc/0/Cl4V0/APDIE6x0csrBJwybX9DFhBhCLgAilIvzRVUriKHGlev0JtyuDvmsZUZlcIiCDnYu7KsZ0UmrBggRP7n1DqcDJEzciOgHwcwTyZEUmIKEMFVIqgyIjpZ4tjdTxqRCMPYVMBYDV6tavUZ8yczpkKwBxHsVWtaqo5tMgACH5BAAKAAMALAAAAAAgACAAAAb/QIBwSCQuBgNBcck0FgvIQtHRZCYUGSJ0IB2WDo9qUaBQKIXbLsBxOJTExUh5mB4iDo0zXEhWJNBRQgZtA3tPZQsAdQINBwxwAnpCC2VSdQNtVEQSEkOUChGSVwoLCwUFpm0QRAMVFBQTQxllCqh0kkIECF0TG68UG2O0foYJDb8VYVa0alUXrxoQf1WmZnsTFA0EhgCJhrFMC5Hjkd57W0jpDsPDuFUDHfHyHRzstNN78PPxHOLk5dwcpBuoaYk5OAfhXHG3hAy+KgLkgNozqwzDbgWYJQyXsUwGXKNA6fnYMIO3iPeIpBwyqlSCBKUqEQk5E6YRmX2UdAT5kEnHKkQ5hXjkNqTPtKAARl1sIrGoxSFNuSEFMNWoVCxEpiqyRlQY165wEHELAgAh+QQACgAEACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0GxwFwmFJlnlAgaTKpFqEIqFJMBhcEABC5GjkPz0KN2tsvHBH4sJKgdd1NHSXILah9tAmdCC0dUcg5qVEQfiIxHEYtXSACKnWoGXAwHBwRDGUcKBXYFi0IJHmQEEKQHEGGpCnp3AiW1DKFWqZNgGKQNA65FCwV8bQQHJcRtds9MC4rZitVgCQbf4AYEubnKTAYU6eoUGuSpu3fo6+ka2NrbgQAE4eCmS9xVAOW7Yq7IgA4Hpi0R8EZBhDshOnTgcOtfM0cAlTigILFDiAFFNjk8k0GZgAxOBozouIHIOyKbFixIkECmIyIHOEiEWbPJTTQ5FxcVOMCgzUVCWwAcyZJvzy45ADYVZNIwTlIAVfNB7XRVDLxEWLQ4E9JsKq+rTdsMyhcEACH5BAAKAAUALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUYKQ4YKEYSKfVKPaUMZHwMDeQBxh04ABYSFGU4JBpsDBmFHdXMLIKofBEyKCpdgspsOoUsLXaRLCQMgwky+YJ1FC4POg8lVAg7U1Q5drtnHSw4H3t8HDdnZy2Dd4N4Nzc/QeqLW1bnM7rXuV9tEBhQQ5UoCbJDmWKBAQcMDZNhwRVNCYANBChZYEbkVCZOwASEcCDFQ4SEDIq6WTVqQIMECBx06iCACQQPBiSabHDqzRUTKARMhSFCDrc+WNQIcOoRw5+ZIHj8ADqSEQBQAwKKLhIzowEEeGKQ0owIYkPKjHihZoBKi0KFE01b4zg7h4y4IACH5BAAKAAYALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUUJeQCGChGEin1SkGlubEhDcYdOAAWEhRlOC12HYUd1eqeRokOKCphgrY5MpotqhgWfunqPt4PCg71gpgXIyWSqqq9MBQPR0tHMzM5L0NPSC8PCxVUCyeLX38+/AFfXRA4HA+pjmoFqCAcHDQa3rbxzBRD1BwgcMFIlidMrAxYICHHA4N8DIqpsUWJ3wAEBChQaEBnQoB6RRr0uARjQocMAAA0w4nMz4IOaU0lImkSngYKFc3ZWyTwJAALGK4fnNA3ZOaQCBQ22wPgRQlSIAYwSfkHJMrQkTyEbKFzFydQq15ccOAjUEwQAIfkEAAoABwAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVD29K/AFfRRQUDDt1PmoFqHgPtBLetvMwG7QMes0KxkkIFIQNKDhBgKvCh3gQiqmxt6NDBAAEIEAgUOHCgBBEH9Yg06uWAIQUABihQMACgBEUHTRwoUEOBIcqQI880OIDgm5ABDA8IgUkSwAAyij1/jejAARPPIQwONBCnBAJDCEOOCnFA8cOvEh1CEJEqBMIBEDaLcA3LJIEGDe/0BAEAIfkEAAoACAAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVDDti/BQccA8yrYBAjHR0jc53LRQYU6R0UBnO4RxmiG/IjJUIJFuoVKeCBigBN5QCk43BgFgMKFCYUGDAgFEUQRGIRYbCh2xACEDcAcHDgQDcQFGf9s7VkA0QCI0t2W0DRw68h8ChAEELSJE8xijBvVqCgIU9PjwA+UNzG5AHEB9xkDpk4QMGvARQsEDlKxMCALDeLcA0rqEEDlWCCAAAh+QQACgAJACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0FRylQmFJlnlFhQJKrTrRCqoALIBXAxchySzZm2Wusdi8nfOfeYfAuPEWoCZkILR2l+V2VFCXkAhgoRhIp9UpBpbmxIQ3GHTgAFhIUZTgtdh2FHdXqnkaJDigqYYK2OTKaLaoYFn7p6j0wOA8PEAw6/Z4PKUhwdzs8dEL9kqqrN0M7SetTVCsLFw8d6C8vKvUQEv+dVCRAaBnNQtkwPFRQUFXOduUoTG/cUNkyYg+tIBlEMAFYYMAaBuCekxmhaJeSeBgiOHhw4QECAAwcCLhGJRUQCg3RDCmyUVmBYmlOiGqmBsPGlyz9YkAlxsJEhqCubABS9AsPgQAMqLQfM0oTMwEZ4QpLOwvMLxAEEXIBG5aczqtaut4YNXRIEACH5BAAKAAoALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RahAQRQtHaX5XZUUJeQAGHR0jA0SKfVKGCmlubEhCBSGRHSQOQwVmQwsZTgtdh0UQHKIHm2quChGophuiJHO3jkwOFB2UaoYFTnMGegDKRQQG0tMGBM1nAtnaABoU3t8UD81kR+UK3eDe4nrk5grR1NLWegva9s9czfhVAgMNpWqgBGNigMGBAwzmxBGjhACEgwcgzAPTqlwGXQ8gMgAhZIGHWm5WjelUZ8jBBgPMTBgwIMGCRgsygVSkgMiHByD7DWDmx5WuMkZqDLCU4gfAq2sACrAEWFSRLjUfWDopCqDTNQIsJ1LF0yzDAA90UHV5eo0qUjB8mgUBACH5BAAKAAsALAAAAAAgACAAAAb/QIBwSCwqFIuickk0FIiCo6A4ZSoZnRBUSiwoEtYipNOBDKOKKgD9DBNHHU4brc4c3cUBeSOk949geEQUZA5rXABHEW4PD0UOZBSHaQAJiEMJgQATFBQVBkQHZKACUwtHbX0RR0mVFp0UFwRCBSQDSgsZrQteqEUPGrAQmmG9ChFqRAkMsBd4xsRLBBsUoG6nBa14E4IA2kUFDuLjDql4peilAA0H7e4H1udH8/Ps7+3xbmj0qOTj5mEWpEP3DUq3glYWOBgAcEmUaNI+DBjwAY+dS0USGJg4wABEXMYyJNvE8UOGISKVCNClah4xjg60WUKyINOCUwrMzVRARMGENWQ4n/jpNTKTm15J/CTK2e0MoD+UKmHEs4onVDVVmyqdpAbNR4cKTjqNSots07EjzzJh1S0IADsAAAAAAAAAAAA=) 50% no-repeat}@font-face{font-family:slick;font-style:normal;font-weight:400;src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot);src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot?#iefix) format("embedded-opentype"),url(/static/media/slick.295183786cd8a1389865.woff) format("woff"),url(/static/media/slick.c94f7671dcc99dce43e2.ttf) format("truetype"),url(/static/media/slick.2630a3e3eab21c607e21.svg#slick) format("svg")}.slick-next,.slick-prev{border:none;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:20px}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{background:#0000;color:#0000;outline:none}.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{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-family:slick;font-size:20px;line-height:1;opacity:.75}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;display:block;list-style:none;margin:0;padding:0;position:absolute;text-align:center;width:100%}.slick-dots li{display:inline-block;margin:0 5px;padding:0;position:relative}.slick-dots li,.slick-dots li button{cursor:pointer;height:20px;width:20px}.slick-dots li button{background:#0000;border:0;color:#0000;display:block;font-size:0;line-height:0;outline:none;padding:5px}.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{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;content:"•";font-family:slick;font-size:6px;height:20px;left:0;line-height:20px;opacity:.25;position:absolute;text-align:center;top:0;width:20px}.slick-dots li.slick-active button:before{color:#000;opacity:.75}.testimonials{background:url(/static/media/testimonials.a15cba1d453f54ff12bc.webp) #000000e6;background-blend-mode:darken;background-position:50%;background-size:cover}.testimonials__wrapper{margin:0 auto;padding:5em 0 7em;width:90%}.testimonials__title{color:#fafafa;font-size:3rem;font-style:italic;font-weight:500;margin-bottom:1.5em;text-align:center}@media screen and (max-width:768px){.testimonials__title{font-size:2.8rem}}.testimonials__subtitle{color:#fafafa;margin-bottom:2em;text-align:center}.testimonials__box{background-color:#fff;border-radius:8px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;margin:0 auto 2em;max-width:350px;min-height:580px;overflow:visible;padding:2em 1.5em 1.5em;position:relative;text-align:center;transition:all .3s ease;width:100%}.testimonials__box:hover{box-shadow:0 8px 24px #00000026;transform:translateY(-5px)}@media(max-width:1024px){.testimonials__box{max-width:280px;min-height:520px;padding:1.8em 1.3em 1.3em}}@media(max-width:768px){.testimonials__box{max-width:320px;min-height:540px;padding:1.5em 1.2em 1.2em}}.testimonials__label{background-color:#e91e63;color:#fafafa;font-size:1.4rem;left:0;padding:.3em .6em;position:absolute;top:0;z-index:2}.testimonials__image-container{align-items:center;display:flex;flex-shrink:0;height:220px;justify-content:center;margin-bottom:1.2em;overflow:hidden;position:relative;width:100%}@media(max-width:1024px){.testimonials__image-container{height:180px;margin-bottom:1em}}@media(max-width:768px){.testimonials__image-container{height:200px;margin-bottom:1.1em}}.testimonials__img{height:100%;object-fit:contain;transition:transform .3s ease;width:100%}.testimonials__img:hover{transform:scale(1.05)}.testimonials__content{display:flex;flex-direction:column;flex-grow:1;gap:1em;justify-content:flex-start;width:100%}@media(max-width:1024px){.testimonials__content{gap:.8em}}@media(max-width:768px){.testimonials__content{gap:.9em}}.testimonials__category{align-items:center;background:linear-gradient(135deg,#1976d2,#145ca4);border-radius:6px;box-shadow:0 2px 8px #007bff33;color:#fff;display:flex;font-size:1.2rem;font-weight:600;justify-content:center;letter-spacing:.5px;margin:0 auto;max-width:100%;min-height:2.8rem;padding:8px 16px;text-align:center;text-transform:uppercase;transition:all .3s ease;width:fit-content}.testimonials__category:hover{box-shadow:0 4px 12px #007bff4d;transform:translateY(-2px)}@media(max-width:1024px){.testimonials__category{font-size:1rem;min-height:2.4rem;padding:6px 12px}}@media(max-width:768px){.testimonials__category{font-size:1.1rem;min-height:2.5rem;padding:7px 14px}}.testimonials__name{word-wrap:break-word;align-items:center;color:#212121;display:flex;font-size:1.4rem;font-weight:600;justify-content:center;line-height:1.3;min-height:3.4em;overflow:hidden;padding:0 .5em;text-align:center;transition:color .3s ease;white-space:normal}.testimonials__name:hover{color:#1976d2;text-decoration:underline}@media(max-width:1024px){.testimonials__name{font-size:1.2rem;min-height:3em}}@media(max-width:768px){.testimonials__name{font-size:1.25rem;min-height:3.2em}}.testimonials__prices{align-items:center;display:flex;gap:1em;justify-content:center;margin:.5em 0;min-height:3.5rem}@media(max-width:1024px){.testimonials__prices{gap:.8em;margin:.4em 0;min-height:3rem}}@media(max-width:768px){.testimonials__prices{gap:.9em;margin:.45em 0;min-height:3.2rem}}.testimonials__old-price{color:#757575;font-size:1.8rem;font-weight:700;text-decoration:line-through}@media(max-width:1024px){.testimonials__old-price{font-size:1.4rem}}@media(max-width:768px){.testimonials__old-price{font-size:1.5rem}}.testimonials__current-price{color:#e91e63;font-size:2.8rem;font-weight:bolder}@media(max-width:1024px){.testimonials__current-price{font-size:2rem}}@media(max-width:768px){.testimonials__current-price{font-size:2.2rem}}.testimonials__btn{align-items:center;background:#1976d2;border:2px solid #1976d2;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1.4rem;justify-content:center;letter-spacing:.5px;margin-top:auto;min-height:50px;padding:14px 24px;text-transform:uppercase;transition:all .3s ease;width:100%}.testimonials__btn:hover{background:#fff;box-shadow:0 4px 12px #007bff33;color:#1976d2;transform:translateY(-2px)}.testimonials__btn:active{transform:translateY(0)}@media(max-width:1024px){.testimonials__btn{font-size:1.2rem;min-height:46px;padding:12px 20px}}@media(max-width:768px){.testimonials__btn{font-size:1.25rem;min-height:48px;padding:13px 22px}}@media(min-width:500px){.testimonials__wrapper{width:70%}}@media(min-width:796px){.testimonials{background-attachment:fixed}}.slick-slide>div{margin:0 10px}.slick-list{margin:0 -10px}.slick-dots li button:before{background-color:#fff;border-radius:50%;font-size:12px}.slick-dots li.slick-active button:before{background-color:#fff}.callBack{align-items:center;background-color:#e91e63;color:#fafafa;display:flex;flex-direction:column;gap:1em;justify-content:center;padding:3em .5em;text-align:center}.callBack__title{font-size:4rem}.callBack__icon{font-size:5rem}.callBack__text{font-size:3rem}.callBack__btn{background-color:#424242;border:none;border-radius:6px;color:#fafafa;cursor:pointer;font-size:1.4rem;font-weight:500;margin-top:1em;padding:1em 2em;transition:all .3s ease}.callBack__btn:hover:not(:disabled){box-shadow:0 4px 12px #2121214d;transform:translateY(-2px)}@media(min-width:768px){.callBack__btn{border:1px solid #424242;transition:background-color .3s ease,color .3s ease}.callBack__btn:hover{background-color:#0000;color:#424242}}@media(max-width:768px){.callBack__title{font-size:2rem;padding:10px}.callBack__btn{transition:background-color .3s ease,color .3s ease}.callBack__btn:hover{background-color:#fff;color:#212121}}.modal{background-color:#212121;flex-direction:column;gap:.5em;padding:3em 4em;position:relative}.modal,.modal__overlay{align-items:center;display:flex;justify-content:center}.modal__overlay{background-color:#000c;color:#fafafa;flex-direction:row;height:100%;position:fixed;top:0;width:100%;z-index:99}.modal__text,.modal__title{text-align:center}.modal__text{margin-bottom:1em}.modal__form{align-items:center;display:flex;flex-direction:column;gap:1em;justify-content:center}.modal__input{padding:.5em;width:100%}.modal__error{color:#d32f2f;font-size:1.4rem;line-height:0}.modal__success{color:#2e7d32}.modal__btn{background-color:#e91e63;border:1px solid #0000;border-radius:8px;color:#fafafa;margin-top:1em;padding:.8em 2.8em;transition:all .3s ease;width:fit-content}.modal__close{position:absolute;right:10px;top:10px}@media(min-width:768px){.modal__form{width:550px}.modal__btn:hover:not(:disabled){background-color:#ffffff14;border:1px solid #fff;box-shadow:0 4px 12px #e91e634d;transform:translateY(-2px)}}.slider{align-items:center;display:flex;justify-content:center}.slider__wrapper{margin:0 auto;overflow:visible;padding:30px 20px;width:70%}@media(max-width:1024px){.slider__wrapper{padding:25px 15px;width:85%}}@media(max-width:768px){.slider__wrapper{padding:20px 10px;width:95%}}.slider__box{align-items:stretch;background-color:#fff;border-radius:8px;box-shadow:0 0 7px #0000001a;display:flex!important;justify-content:center;margin:0 10px;min-height:520px;overflow:visible}.slider__box:hover{box-shadow:0 8px 24px #00000026;transform:translateY(-5px);transition:transform .3s ease,box-shadow .3s ease}@media(max-width:1024px){.slider__box{margin:0 5px;min-height:470px}}@media(max-width:768px){.slider__box{margin:0 3px;min-height:490px}}.sliderItem{align-items:stretch;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;height:100%;padding:2em 1.5em 1.5em;transition:background-color .3s ease;width:100%}@media(max-width:1024px){.sliderItem{padding:1.8em 1.3em 1.3em}}@media(max-width:768px){.sliderItem{padding:1.5em 1.2em 1.2em}}.sliderItem__image-container{align-items:center;display:flex;flex-shrink:0;height:220px;justify-content:center;margin-bottom:1.2em;overflow:hidden;position:relative;width:100%}@media(max-width:1024px){.sliderItem__image-container{height:180px;margin-bottom:1em}}@media(max-width:768px){.sliderItem__image-container{height:200px;margin-bottom:1.1em}}.sliderItem__img{height:100%;object-fit:contain;transition:transform .3s ease;width:100%}.sliderItem__img:hover{transform:scale(1.05)}.sliderItem__btn-fav{background-color:#e0e0e0;border:none;border-radius:50%;cursor:pointer;padding:5px 8px;position:absolute;right:0;top:10px;transition:all .3s ease;z-index:10}.sliderItem__btn-fav:hover{transform:scale(1.1)}.sliderItem__content{display:flex;flex-direction:column;flex-grow:1;gap:1em;justify-content:flex-start;width:100%}@media(max-width:1024px){.sliderItem__content{gap:.8em}}@media(max-width:768px){.sliderItem__content{gap:.9em}}.sliderItem__name{word-wrap:break-word;align-items:center;color:#212121;display:flex;font-size:1.4rem;font-weight:600;justify-content:center;line-height:1.3;min-height:3.4em;overflow:hidden;padding:0 .5em;text-align:center;transition:color .3s ease;white-space:normal}.sliderItem__name:hover{color:#1976d2;text-decoration:underline}@media(max-width:1024px){.sliderItem__name{font-size:1.2rem;min-height:3em}}@media(max-width:768px){.sliderItem__name{font-size:1.25rem;min-height:3.2em}}.sliderItem__prices{align-items:center;display:flex;gap:1em;justify-content:center;margin:.5em 0;min-height:3.5rem}@media(max-width:1024px){.sliderItem__prices{gap:.8em;margin:.4em 0;min-height:3rem}}@media(max-width:768px){.sliderItem__prices{gap:.9em;margin:.45em 0;min-height:3.2rem}}.sliderItem__price--discounted{color:#757575;font-size:1.8rem;font-weight:700;text-decoration:line-through}@media(max-width:1024px){.sliderItem__price--discounted{font-size:1.4rem}}@media(max-width:768px){.sliderItem__price--discounted{font-size:1.5rem}}.sliderItem__price{color:#e91e63;font-size:2.8rem;font-weight:bolder}@media(max-width:1024px){.sliderItem__price{font-size:2rem}}@media(max-width:768px){.sliderItem__price{font-size:2.2rem}}.sliderItem__btn{align-items:center;background:#1976d2;border:2px solid #1976d2;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1.4rem;justify-content:center;letter-spacing:.5px;margin-top:auto;min-height:50px;padding:14px 24px;text-transform:uppercase;transition:all .3s ease;width:100%}.sliderItem__btn:hover{background:#fff;box-shadow:0 4px 12px #007bff33;color:#1976d2;transform:translateY(-2px)}.sliderItem__btn:active{transform:translateY(0)}@media(max-width:1024px){.sliderItem__btn{font-size:1.2rem;min-height:46px;padding:12px 20px}}@media(max-width:768px){.sliderItem__btn{font-size:1.25rem;min-height:48px;padding:13px 22px}}@media(max-width:596px){.sliderItem__name{font-size:1.2rem}.sliderItem__category{font-size:1rem}.sliderItem__btn{font-size:1.2rem;padding:10px 20px}}.hero__img{background:url(/static/media/hero.c8764eb2529091825c29.webp) #000c;background-blend-mode:darken;background-position:50%;background-size:cover;height:50vh}.hero__title{align-items:center;color:#424242;display:flex;flex-direction:row;font-size:5rem;font-style:italic;height:100%;justify-content:center}.hero__img-blog{background:url(/static/media/hero_blog.a58ae711b6780e3ba180.webp) #000c;background-blend-mode:darken;background-position:top;background-size:cover;height:50vh}.message{align-items:center;background-color:#f5f5f5;display:flex;flex-direction:column;gap:1em;justify-content:center;padding:3em 1em 2em}.message__title{font-size:4rem;text-align:center}.message__link{align-items:center;background-color:#e91e63;border:1px solid #e91e63;border-radius:5px;color:#fafafa;display:flex;gap:.5em;margin-top:.5em;padding:.8em 1.8em;transition:all .3s ease}.message__link:hover{background-color:#fff0!important;border:1px solid #e91e63;box-shadow:0 4px 12px #e91e634d;color:#e91e63;transform:translateY(-2px)}.message__icon{font-size:2.2rem}@media(min-width:768px){.message__link{transition:background-color .3s ease}.message__link:hover{background-color:#424242}}.accordion{align-items:center;display:flex;flex-direction:column;gap:2em;justify-content:center;padding:3em 1em}.accordion__title{font-size:4rem;font-style:italic;margin-bottom:1.5em;text-align:center}.accordion__wrapper{align-items:center;display:flex;gap:2em;justify-content:center;max-width:1200px;vertical-align:middle;width:100%}.accordion__img{border:1px solid #e0e0e0;border-radius:6px;height:70vh;max-width:500px;object-fit:cover}.accordion__questions{align-items:center;display:flex;flex-direction:column;gap:1em;justify-content:center;max-width:600px;width:100%}.accordion__item{margin-bottom:10px;max-width:500px;overflow:hidden;width:100%}.accordion__box{align-items:center;background-color:#d8d8d8cc;cursor:pointer;display:flex;justify-content:space-between;padding:1em}.accordion__question{font-size:1.6rem}.accordion__answer{background-color:hsla(0,0%,99%,.678);padding:10px}@media(max-width:1024px){.accordion{padding:5em .5em}.accordion__wrapper{gap:2em}.accordion__questions{width:50%}.accordion__img{max-height:700px}.accordion__box{transition:color .3s ease}.accordion__box:hover{color:#e91e63}}@media(max-width:768px){.accordion{padding:2em .5em 0}.accordion__wrapper{gap:2em}.accordion__questions{gap:0;width:90%}.accordion__img{display:none}.accordion__title{margin-bottom:10px}.accordion__box{transition:color .3s ease}.accordion__box:hover{color:#e91e63}}.blog{background-color:#f0f8ff;margin-top:80px!important;padding:3em 0}.blog__heading{font-size:4rem;font-style:italic;margin-bottom:1.5em;padding:0 .5em;text-align:center}.blog__body{display:flex;flex-wrap:wrap;gap:3em;justify-content:center}.blog__box{background-color:#fff;box-shadow:2px 2px 8px #0003;display:flex;flex-direction:column;height:100%;justify-content:space-between;max-height:500px;max-width:350px;overflow:hidden;padding:1em;text-align:center;width:100%}.blog__overflow{margin-bottom:.5em;overflow:hidden}.blog__img{height:220px;object-fit:cover;width:100%}.blog__content{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;padding:0 .5em 1em}.blog__icons{color:#424242;display:flex;font-size:1.5rem;font-weight:500;gap:.9em;margin-bottom:.5em;padding:1em 0}.blog__span{align-items:center;display:flex;gap:.3em}.blog__icon{color:#e91e63}.blog__line{background-color:#e9e8e8;border:none;height:1px;margin:.5em}.blog__title{color:#424242;font-size:2rem;margin-bottom:.5em;text-overflow:ellipsis}.blog__text,.blog__title{word-wrap:break-word;overflow:hidden;white-space:normal}.blog__text{color:#555;margin-bottom:2em}.blog__link{background-color:#e91e63;border:1px solid #e91e63;border-radius:5px;color:#fafafa;padding:.8em 1.8em;text-align:center;transition:all .3s ease}.blog__link:hover{background-color:#fff0!important;border:1px solid #e91e63;box-shadow:0 4px 12px #e91e634d;color:#e91e63;transform:translateY(-2px)}@media(min-width:768px){.blog{padding:5em 0}.blog__heading{font-size:5rem;margin-bottom:2em}.blog__img{transition:transform .2s linear}.blog__box:hover .blog__img{transform:scale(1.02);transition:transform .5s ease}.blog__link{transition:background-color .3s ease}.blog__link:hover{background-color:#424242}}.article{align-items:center;background-color:#f0f8ff;display:flex;flex-direction:column;justify-content:center;margin-top:80px!important;padding:3em 0}.article__container{box-shadow:2px 2px 8px #0003;max-width:800px;padding:1em 1em 3em}.article__img{margin-bottom:1em;width:100%}.article__title{font-size:3rem;line-height:1.3;margin-bottom:1em}.article__text-highlight{background-color:#e9e9e9;border-left:4px solid #e91e63;color:#363636;font-style:italic;margin:2em 0;padding:1.5em}@media(min-width:996px){.article{padding:4em 0 6em}}.contact{background-color:#f0f8ff;margin-top:80px!important;padding:6em 0}.contact__form-title{font-size:2.8rem;margin-bottom:.5em;text-transform:uppercase}.contact__form-description{line-height:1.4;margin-bottom:2em;max-width:600px}.contact__boxes{gap:4em;margin-bottom:6em}.contact__box,.contact__boxes{align-items:center;display:flex;flex-direction:column;justify-content:center}.contact__box{background-color:#fff;border-bottom:4px solid #e91e63;box-shadow:2px 2px 8px #0003;gap:.5em;height:250px;padding:2em;width:250px}.contact__link{align-items:center;color:#424242;display:flex;flex-direction:column;justify-content:center;transition:color .3s ease}.contact__link:hover{color:#e91e63}.contact__icon{font-size:4rem}.contact__box-title{margin-bottom:.2em}.contact__wrapper{align-items:center;box-shadow:2px 2px 8px #0003;display:flex;flex-direction:column;gap:2em;justify-content:center;padding:1em}.contact__img{max-height:600px;object-fit:cover;width:500px}.contact__info{max-width:600px}.contact__form,.contact__info{display:flex;flex-direction:column;gap:1em}.contact__title{font-size:3rem;text-transform:capitalize}.contact__text{color:#1a1a1a}.contact__input{border:1px solid #868686}.contact__area,.contact__input{outline:none;padding:1em;width:100%}.contact__area{max-height:170px;min-height:130px;resize:vertical}.contact__btn{background-color:#e91e63;border:2px solid #e91e63;color:#fafafa;font-size:1.5rem;margin-top:.5em;max-width:none;padding:.8em 1.8em;transition:all .3s ease;width:fit-content}.contact__btn:hover:not(:disabled){background-color:#0000;border:2px solid #e91e63;box-shadow:0 4px 12px #e91e634d;color:#e91e63;transform:translateY(-2px)}.contact__error{color:#b10e0e;display:block;font-size:1.4rem;height:.8em;margin-left:.1em;padding:.1em 0}.contact__error-line{line-height:.8}.contact__sent{color:#0b970b}@media(min-width:500px){.contact__info{padding-bottom:2em}}@media(min-width:1024px){.contact__boxes{flex-direction:row}.contact__box{transition:background-color .3s ease}.contact__box:hover{background-color:#e91e63}.contact__link:hover{color:#fafafa}.contact__wrapper{display:flex;flex-direction:row;flex-direction:column;gap:2em}}.map{height:0;overflow:hidden;padding-bottom:55%;position:relative}.map__frame{border:0;height:100%;left:0;position:absolute;top:0;width:100%}@media(min-width:796px){.map{padding-bottom:40%}}@media(min-width:1024px){.map{padding-bottom:25%}}.footer{background-color:#303030;color:#fafafa;display:flex;padding:3em .5em 1em}.footer__logo-text{background:url(/static/media/logo_of_name.555ccbece1f9eab940ec.png) no-repeat 50%;background-size:contain;display:block;height:70px;padding:2px;transition:box-shadow .3s ease;width:140px}.footer__logo-text:hover{box-shadow:0 0 10px 2px #1976d2}.footer__content{align-items:center;display:flex;flex-direction:column;gap:3em;justify-content:center}.footer__box,.footer__links{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:.5em;max-width:300px}.footer__logo{align-items:center;color:#fafafa;display:flex;flex-direction:row;font-family:Instrument Sans,sans-serif!important;font-size:2.5rem;gap:.2em;justify-content:center}.footer__desc{font-size:1.4rem;text-align:center}.footer__title{color:#e91e63;font-size:2rem}.footer__link{color:#fafafa}.footer__contact{display:flex;gap:.3em}.footer__line{background-color:#61616133;border:none;height:2px;margin:2em 0 1em}.footer__date{align-items:center;display:flex;flex-direction:column;gap:1em;justify-content:center;padding:1em .5em;text-align:center}.footer__logo-name{color:#e91e63;font-weight:500}.footer__icons{display:flex;gap:.5em}.footer__icon-bg{align-items:center;background-color:#fafafa;border-radius:50%;display:flex;flex-direction:row;justify-content:center;padding:5px}.footer__icon{color:#e91e63}@media(min-width:768px){.footer__content{align-items:start;flex-direction:row;gap:4em}.footer__logo{font-size:3rem}.footer__box,.footer__desc,.footer__links{align-items:start}.footer__desc{text-align:start}.footer__link{transition:all .3s ease}.footer__link:hover{color:#e91e63;transform:translateX(5px)}.footer__icon-bg{transition:all .3s ease}.footer__icon-bg:hover{background-color:inherit;box-shadow:0 4px 12px #e91e634d;cursor:pointer;transform:translateY(-2px)}}.footer__attribution{background-color:#00000005;border-radius:8px;margin-bottom:1rem;margin-top:2rem;padding:1rem;text-align:center}.footer__attribution-title{color:#fafafa;font-size:1.1rem;font-weight:600;margin-bottom:.75rem}.footer__attribution-content{color:#fafafa;font-size:.9rem;line-height:1.5}.footer__attribution-content a{color:#e91e63;text-decoration:underline;transition:color .2s}.footer__attribution-content a:hover{color:#212121}.footer__attribution-list{margin:.5rem 0;padding-left:1.5rem}.footer__attribution-list li{margin-bottom:.5rem}.notFound{align-items:center;background-color:#616161;display:flex;flex-direction:column;gap:1em;height:100vh;justify-content:center}.notFound__icon{font-size:20rem}.notFound__error{font-size:8rem}.notFound__error,.notFound__icon,.notFound__notFound__title,.notFound__text{color:#fff}.shop{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:5em 1em}.shop__title{font-size:4rem;margin-bottom:1em;margin-top:30px;text-align:center;width:100%}@media(max-width:1024px){.shop__title{font-size:2.5rem}}.shop__favorite-btn{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-appearance:none;appearance:none;background:none;background-color:#e0e0e0;border:0 initial;border-color:initial;border-image:none;border-image:initial;border-radius:50%;box-sizing:border-box;color:#0000008a;cursor:pointer;flex:0 0 auto;font-size:1.125rem;margin:0;outline:0;overflow:visible;padding:5px 8px;position:absolute;right:0;text-align:center;text-decoration:none;top:10px;-webkit-user-select:none;user-select:none;vertical-align:middle;z-index:10}.shop__favorite-icon{color:#424242;font-size:24px;transition:color .3s ease}.shop__favorite-icon--active{color:#d32f2f}.shop__buttons{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:.5em;justify-content:center;margin-bottom:4em}.shop__buttons button{background-color:#f5f5f5;border:2px solid #e0e0e0;border-radius:25px;color:#424242;cursor:pointer;font-size:1.2rem;font-weight:500;margin:.5em;padding:1em 2em;text-transform:uppercase;transition:all .3s ease}.shop__buttons button.shop__active{background-color:#e91e63;color:#fff;transform:scale(1.05)}.shop__buttons button:hover{background-color:#e91e63;box-shadow:0 4px 12px #e91e634d;color:#fff;transform:translateY(-2px) scale(1.05)}.shop__buttons button:focus{outline:none}.shop__products{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}@media(max-width:1200px){.shop__products{grid-template-columns:repeat(2,1fr)}}@media(max-width:868px){.shop__products{grid-template-columns:repeat(1,1fr)}}.shop__products-container{flex:1 1;padding-left:20px}@media(max-width:868px){.shop__products-container{padding-left:0}}.shop__products-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:15px;margin-bottom:20px}@media(max-width:668px){.shop__products-header{align-items:stretch;flex-direction:column;gap:10px}}.shop__products-title{font-size:1.2rem;font-weight:500;margin:0}.shop__product{align-items:center;background-color:#fff;box-shadow:2px 2px 8px #0000001f;display:flex;flex-direction:column;justify-content:center;justify-content:space-between;margin-bottom:2em;min-height:500px;overflow:hidden;padding:1.5em;position:relative;text-align:center;width:100%}.shop__product:hover{box-shadow:0 8px 24px #00000026;transform:translateY(-5px);transition:transform .3s ease,box-shadow .3s ease}.shop__navigate{background-color:#e91e63!important;border:1px solid #e91e63!important}.shop__navigate:hover{background-color:#0000!important;border:1px solid #e91e63!important;color:#e91e63}.shop__navigate:hover:not(:disabled){box-shadow:0 4px 12px #e91e634d;transform:translateY(-2px)}.shop__label{background-color:#e91e63;color:#fafafa;font-size:1.4rem;left:0;padding:.3em .6em;position:absolute;top:0;z-index:2}.shop__details_btn{background-color:#616161}.shop__image{align-items:center;display:flex;flex-shrink:0;height:250px;justify-content:center;margin-bottom:1em;overflow:hidden;position:relative;width:100%}.shop__image-enlarge-btn{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-appearance:none;appearance:none;background-color:#ffffffe6;background-color:#e0e0e0;border:0 initial;border-color:initial;border-image:none;border-image:initial;border-radius:12px;border-radius:50%;box-sizing:border-box;color:#212121;cursor:pointer;flex:0 0 auto;font-size:1.125rem;margin:0;outline:0;overflow:visible;padding:5px 8px;position:absolute;right:0;text-align:center;text-decoration:none;top:50px;-webkit-user-select:none;user-select:none;vertical-align:middle;z-index:5}.shop__image-enlarge-icon{font-size:24px}.shop__img{height:100%;object-fit:contain;transition:transform .2s linear}.shop__img:hover{transform:scale(1.05);transition:transform .5s ease}.shop__content{flex-direction:column;flex-grow:1;gap:.8em;justify-content:center;justify-content:space-between;width:100%}.shop__content,.shop__name{align-items:center;display:flex}.shop__name{word-wrap:break-word;cursor:pointer;font-size:1.4rem;font-weight:500;justify-content:center;line-height:1.2;min-height:2.4em;overflow:hidden;transition:color .3s ease;white-space:normal}.shop__name:hover{color:#1976d2;text-decoration:underline}.shop__btn{background:#1976d2;border:2px solid #1976d2;border-radius:8px;color:#fff;cursor:pointer;font-size:1.4rem;letter-spacing:.5px;padding:12px 24px;text-transform:uppercase;transition:all .3s ease}.shop__btn:hover{background:#fff;box-shadow:0 4px 12px #007bff33;color:#1976d2;transform:translateY(-2px)}.shop__btn:active{transform:translateY(0)}.shop__prices{align-items:center;display:flex;gap:1em;justify-content:center;margin-bottom:.8em;min-height:3rem}.shop__prices .shop__price--discounted{color:#757575;font-size:2rem;font-weight:700;text-decoration:line-through;text-decoration-line:line-through}@media(max-width:1024px){.shop__prices .shop__price--discounted{font-size:1.5rem}}.shop__price{color:#e91e63;font-size:3.5rem;font-weight:bolder;margin-bottom:.5em}@media(max-width:1024px){.shop__price{font-size:2rem}}.shop__active{background-color:#e91e63}.shop__container__main{display:flex;justify-content:space-between}.shop__category__main{align-items:center;background:linear-gradient(135deg,#1976d2,#145ca4);border-radius:6px;box-shadow:0 2px 8px #007bff33;color:#fff;display:inline-block;display:flex;font-size:1.2rem;font-weight:600;justify-content:center;letter-spacing:.5px;margin-bottom:.8em;min-height:2.8rem;min-width:100%;padding:8px 16px;text-align:center;text-transform:uppercase;transition:all .3s ease}.shop__category__main:hover{box-shadow:0 4px 12px #007bff4d;transform:translateY(-2px)}.shop__filter-tags{display:flex;flex-wrap:wrap;gap:8px}.shop__filter-tag{align-items:center;background-color:#e3f2fd;border-radius:20px;display:flex;font-size:.8rem;padding:6px 12px}.shop__filter-tag span{color:#1976d2;font-weight:500;margin-right:8px}.shop__filter-tag button{align-items:center;background:none;border:none;color:#1976d2;cursor:pointer;display:flex;font-size:1.2rem;padding:0}.shop__filter-tag button:hover{color:#1565c0}.shop__filter-toggle{background-color:#1976d2;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem;margin-left:auto;padding:8px 16px;transition:all .3s ease}@media(max-width:668px){.shop__filter-toggle{font-size:.8rem;margin-left:0;margin-top:10px;padding:6px 12px;width:100%}}.shop__filter-toggle:hover{background-color:#145ca4;transform:translateY(-1px)}.shop__advanced-filters{background-color:#f8f9fa;border:1px solid #e1e5e9;border-radius:8px;margin:15px 0;padding:20px}@media(max-width:668px){.shop__advanced-filters{margin:10px 0;padding:15px 10px}}.shop__filter-section{margin-bottom:20px}.shop__filter-section:last-child{margin-bottom:0}.shop__filter-section label{color:#333;display:flex;font-size:1.1rem;font-weight:600;margin-bottom:12px}.shop__filter-input{border:2px solid #ddd;border-radius:6px;font-size:1rem;padding:12px 16px;transition:all .2s ease;width:100%}.shop__filter-input:focus{border-color:#1976d2;box-shadow:0 0 0 3px #007bff26;outline:none}.shop__price-filter{align-items:center;display:flex;flex-wrap:wrap;gap:10px}@media(max-width:668px){.shop__price-filter{flex-direction:column;gap:8px}}.shop__price-separator{color:#666;font-weight:500;min-width:20px;text-align:center}@media(max-width:668px){.shop__price-separator{display:none}}.shop__price-input{flex:none;width:100px}@media(max-width:668px){.shop__price-input{margin-bottom:5px;width:100%}}.shop__price-input::-webkit-inner-spin-button,.shop__price-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.shop__price-input[type=number]{-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.shop__brand-filter{display:flex;flex-wrap:wrap;gap:12px;max-height:200px;overflow-y:auto}@media(max-width:768px){.shop__brand-filter{flex-direction:column;gap:8px;max-height:150px}}@media(max-width:468px){.shop__brand-filter{max-height:120px}}.shop__brand-checkbox{align-items:center;background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;cursor:pointer;display:flex;gap:10px;margin-bottom:8px;padding:8px 12px;transition:background-color .2s ease}.shop__brand-checkbox:hover{background-color:#f0f7ff;border-color:#1976d2}.shop__brand-checkbox input[type=checkbox]{cursor:pointer;height:18px;margin:0;width:18px}.shop__brand-checkbox span{color:#333;font-size:1rem;font-weight:500;-webkit-user-select:none;user-select:none}.shop__reset-filters-btn{background-color:#dc3545;border:2px solid #dc3545;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;letter-spacing:.5px;padding:12px 24px;text-transform:uppercase;transition:all .3s ease}.shop__reset-filters-btn:hover{background-color:#fff;box-shadow:0 4px 12px #dc35454d;color:#dc3545;transform:translateY(-2px)}.shop__reset-filters-btn:active{transform:translateY(0)}.shop__sidebar{background-color:#fff;border-radius:8px;box-shadow:0 2px 15px #0000000f;max-height:calc(100vh - 130px);overflow-y:auto;position:sticky;top:110px;transition:all .3s ease;width:240px;z-index:999}.shop__sidebar-name{font-size:1.2rem;font-weight:600}.shop__sidebar::-webkit-scrollbar{width:5px}.shop__sidebar::-webkit-scrollbar-track{background:#f5f5f5}.shop__sidebar::-webkit-scrollbar-thumb{background:#1976d2;border-radius:5px}.shop__sidebar::-webkit-scrollbar-thumb:hover{background:#1565c0}@media(max-width:868px){.shop__sidebar{border-radius:0;height:100vh;left:0;max-height:none;padding-top:60px;position:fixed;top:0}.shop__sidebar.open{transform:translateX(0)}.shop__sidebar.closed{transform:translateX(-100%)}}.shop__sidebar-content{padding:15px}.shop__sidebar-item{margin-bottom:5px}.shop__sidebar-button{align-items:center;background:#0000;border:none;border-radius:6px;color:#424242;cursor:pointer;display:flex;font-size:.9rem;padding:10px 12px;text-align:left;transition:all .2s ease;width:100%}.shop__sidebar-button:hover{background-color:#1976d214;color:#1976d2}.shop__sidebar-button.active{background-color:#e91e63;color:#fff;font-weight:500}.shop__sidebar-main-category{align-items:center;display:flex;justify-content:space-between;margin-bottom:2px}.shop__sidebar-toggle{align-items:center;background:none;border:none;border-radius:4px;color:#616161;cursor:pointer;display:flex;height:24px;justify-content:center;transition:all .2s ease;width:24px}.shop__sidebar-toggle svg{height:16px;transition:transform .3s ease;width:16px}.shop__sidebar-toggle:hover{background-color:#0000000a;color:#1976d2}.shop__sidebar-toggle.expanded svg{transform:rotate(180deg)}.shop__sidebar-icon{color:#1976d2;font-size:1.2rem;margin-right:10px}.shop__sidebar-dot{background-color:#1976d2;border-radius:50%;flex-shrink:0;height:6px;margin-right:10px;width:6px}.shop__sidebar-subcategories{border-left:2px solid #e0e0e0;margin-bottom:5px;margin-top:2px;padding-left:18px}.shop__sidebar-subbutton{align-items:center;background:#0000;border:none;border-radius:6px;color:#616161;cursor:pointer;display:flex;font-size:.8rem;padding:8px 12px;text-align:left;transition:all .2s ease;width:100%}.shop__sidebar-subbutton:hover{background-color:#1976d20a;color:#1976d2}.shop__sidebar-subbutton.active{background-color:#1976d214;color:#1976d2;font-weight:500}.shop__loading-spinner{animation:spin 1s linear infinite;border:3px solid #f0f0f0;border-radius:50%;border-top-color:#1976d2;display:block;height:40px;margin:20px auto;width:40px}.shop__no-products{background-color:#fafafa;border-radius:8px;color:#616161;font-size:1rem;padding:40px;text-align:center;width:100%}.shop .hamburger-icon{align-items:center;background-color:#1976d2;border:none;border-radius:50%;box-shadow:0 2px 10px #0000001a;cursor:pointer;display:none;flex-direction:column;height:42px;justify-content:center;left:15px;padding:0;position:fixed;top:110px;transition:all .3s ease;width:42px;z-index:1000}@media(max-width:868px){.shop .hamburger-icon{display:flex}}.shop .hamburger-icon span{background-color:#fff;display:block;height:2px;margin:2px 0;transition:all .3s ease;width:20px}.shop .hamburger-icon.active{background-color:#d32f2f;left:255px}.shop .hamburger-icon.active span:first-child{transform:rotate(45deg) translate(3px,3px)}.shop .hamburger-icon.active span:nth-child(2){opacity:0}.shop .hamburger-icon.active span:nth-child(3){transform:rotate(-45deg) translate(3px,-3px)}@media(min-width:600px){.shop__btn,.shop__navigate,.shop__title .shop__buttons>*{padding:.8em 1.6em}}@media(max-width:868px){.shop__buttons{gap:1em}.shop__btn,.shop__buttons>*,.shop__navigate{transition:background-color .3s ease}.shop__btn:hover,.shop__buttons>:hover{background-color:#e91e63}.shop__img{height:250px;transition:transform .2s linear}.shop__product:hover .shop__img{transform:scale(1.02);transition:transform .5s ease}.shop__name{font-size:1.8rem;font-weight:500;line-height:1.75rem}.shop__sidebar{max-width:80%;width:240px;z-index:999}}@media(max-width:599px){.shop__name{font-size:1.2rem}}.Toastify__toast{border-radius:4px;box-shadow:0 2px 5px #0000001f;margin:10px 0;padding:16px;position:relative}.Toastify__toast--success{background-color:#2e7d32;color:#fff}.Toastify__toast--error{background-color:#d32f2f;color:#fff}.Toastify__toast-body{margin:0}.Toastify__close-button{color:#fff}.pagination-container{border-top:1px solid #e0e0e0;flex-direction:column;gap:15px;margin-top:40px;padding:20px 0}@media(max-width:768px){.pagination-container{gap:10px;margin-top:30px}}.pagination-info .pagination-text{color:#616161;font-size:.9rem;margin:0;text-align:center}@media(max-width:480px){.pagination-info .pagination-text{font-size:.8rem}}.pagination-controls{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:center}@media(max-width:480px){.pagination-controls{gap:4px}}.pagination-button{background-color:#fff;border:1px solid #d0d0d0;color:#616161;font-size:.9rem;gap:4px;height:36px;min-width:36px;padding:6px 12px}@media(max-width:480px){.pagination-button{font-size:.8rem;height:32px;min-width:32px;padding:4px 8px}}.pagination-button svg{height:16px;width:16px}@media(max-width:480px){.pagination-button svg{height:14px;width:14px}}.pagination-button span{font-weight:500}.pagination-button:hover:not(.disabled){background-color:#1976d2;border-color:#1976d2;box-shadow:0 4px 12px #1976d24d;color:#fff}.pagination-button.disabled{background-color:#f5f5f5;color:#999;opacity:.4}.pagination-button.disabled:hover{background-color:#f5f5f5;border-color:#d0d0d0;color:#999;transform:none}.pagination-number{background-color:#fff;border:1px solid #d0d0d0;color:#616161;font-size:.9rem;font-weight:500;height:36px;min-width:36px;padding:6px}@media(max-width:480px){.pagination-number{font-size:.8rem;height:32px;min-width:32px}}.pagination-number:hover:not(.active){background-color:#1976d214;border-color:#1976d2;color:#1976d2;transform:translateY(-1px)}.pagination-number.active{border-color:#1976d2;box-shadow:0 2px 4px #0000001a}.shop__sidebar-category-icon{align-items:center;color:#1976d2;display:flex;flex-shrink:0;font-size:1.2rem;height:20px;justify-content:center;margin-right:10px;width:20px}.shop__sidebar-category-icon svg{height:100%;width:100%}.shop__sidebar-subdot{background-color:#1976d2;border-radius:50%;flex-shrink:0;height:4px;margin-right:8px;opacity:.6;width:4px}@media(max-width:668px){.shop__filter-tags{gap:6px}.shop__filter-tag{font-size:.7rem;padding:4px 8px}.shop__filter-tag span{margin-right:6px}.shop__filter-tag button{font-size:1rem}}.shop__modal-overlay{align-items:center;animation:fadeIn .3s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0009;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:10000}.shop__modal{animation:slideUp .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 20px 40px #0000004d;display:flex;flex-direction:column;max-height:80vh;max-width:600px;width:90%}@media(max-width:668px){.shop__modal{max-height:90vh;max-width:95%}}.shop__modal-header{align-items:center;background-color:#f8f9fa;border-bottom:1px solid #e1e5e9;border-radius:12px 12px 0 0;display:flex;justify-content:space-between;padding:20px 24px;position:relative}.shop__modal-header h3{color:#333;font-size:1.4rem;font-weight:600;margin:0}.shop__modal-header .common-modal-close{position:relative;right:0;top:0}.shop__modal-content{flex:1 1;overflow-y:auto;padding:24px}.shop__modal-footer{background-color:#f8f9fa;border-radius:0 0 12px 12px;border-top:1px solid #e1e5e9;display:flex;gap:12px;justify-content:flex-end;padding:20px 24px}@media(max-width:668px){.shop__modal-footer{flex-direction:column;gap:8px}}.shop__apply-filters-btn{background-color:#1976d2;border:2px solid #1976d2;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;letter-spacing:.5px;padding:12px 24px;text-transform:uppercase;transition:all .3s ease}.shop__apply-filters-btn:hover{background-color:#fff;box-shadow:0 4px 12px #007bff4d;color:#1976d2;transform:translateY(-2px)}.shop__apply-filters-btn:active{transform:translateY(0)}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.demo-fallback{align-items:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);display:flex;justify-content:center;min-height:60vh;padding:40px 20px}.demo-fallback__container{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 10px 25px #0000001a;max-width:600px;padding:40px;text-align:center}.demo-fallback__icon{font-size:64px;margin-bottom:20px;opacity:.8}@media(max-width:768px){.demo-fallback__icon{font-size:48px;margin-bottom:16px}}.demo-fallback__title{color:#1e293b;font-size:28px;font-weight:600;line-height:1.2;margin-bottom:16px}@media(max-width:768px){.demo-fallback__title{font-size:24px;margin-bottom:12px}}.demo-fallback__message{color:#64748b;font-size:16px;line-height:1.5;margin-bottom:24px}@media(max-width:768px){.demo-fallback__message{font-size:15px;margin-bottom:20px}}.demo-fallback__info{background:#f1f5f9;border-radius:8px;margin-bottom:24px;padding:20px;text-align:left}.demo-fallback__info p{color:#475569;font-size:14px;line-height:1.4;margin-bottom:8px}.demo-fallback__info p:last-child{margin-bottom:0}.demo-fallback__info p strong{color:#1e293b;font-weight:600}.demo-fallback__code{background:#0f172a;border-radius:8px;color:#e2e8f0;font-family:Courier New,monospace;font-size:13px;margin-bottom:32px;overflow-x:auto;padding:16px;text-align:left}.demo-fallback__code code{line-height:1.6;white-space:pre}@media(max-width:768px){.demo-fallback__code{font-size:12px;margin-bottom:24px;padding:12px}}.demo-fallback__actions{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:center}@media(max-width:768px){.demo-fallback__actions{flex-direction:column;gap:10px}}.demo-fallback__btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;gap:8px;padding:12px 24px;text-decoration:none;transition:all .2s ease}@media(max-width:768px){.demo-fallback__btn{justify-content:center;padding:10px 20px;width:100%}}.demo-fallback__btn--primary{background:#3b82f6;color:#fff}.demo-fallback__btn--primary:hover{background:#2563eb;transform:translateY(-1px)}.demo-fallback__btn--secondary{background:#f8fafc;border:2px solid #e2e8f0;color:#475569}.demo-fallback__btn--secondary:hover{background:#f1f5f9;border-color:#cbd5e1;transform:translateY(-1px)}.demo-fallback__btn--github{background:#24292e;color:#fff}.demo-fallback__btn--github:hover{background:#1b1f23;transform:translateY(-1px)}.demo-fallback__btn:focus{outline:2px solid #3b82f6;outline-offset:2px}@media(prefers-color-scheme:dark){.demo-fallback{background:linear-gradient(135deg,#0f172a,#1e293b)}.demo-fallback__container{background:#1e293b;border-color:#334155}.demo-fallback__title{color:#f1f5f9}.demo-fallback__message{color:#94a3b8}.demo-fallback__info{background:#334155}.demo-fallback__info p{color:#cbd5e1}.demo-fallback__info p strong{color:#f1f5f9}.demo-fallback__code{background:#000;color:#f1f5f9}.demo-fallback__btn--secondary{background:#334155;border-color:#475569;color:#e2e8f0}.demo-fallback__btn--secondary:hover{background:#3f4a5f;border-color:#64748b}}@media(prefers-contrast:high){.demo-fallback__container{border:3px solid #000}.demo-fallback__btn{border:2px solid}.demo-fallback__btn--primary{background:blue;color:#fff}.demo-fallback__btn--secondary{background:#fff;border-color:#000;color:#000}.demo-fallback__btn--github{background:#000;color:#fff}}@media(prefers-reduced-motion:reduce){.demo-fallback__btn{transition:none}.demo-fallback__btn:hover{transform:none}}.cart{margin-top:150px!important;padding:6em 0}.cart__remove-btn{background-color:#0000;border:none;color:#d32f2f;cursor:pointer;font-size:1.5rem;transition:color .3s ease}.cart__remove-btn:hover{background-color:#0000!important;color:#b71c1c!important}.cart__notification{background-color:#d32f2fe6;border-radius:5px;bottom:1rem;box-shadow:0 0 5px #0003;color:#fff;font-size:1rem;padding:1rem 2rem;position:fixed;right:1rem;z-index:1000}.cart__name:hover{color:#1976d2!important;text-decoration:underline}.cart__container{padding:3rem}.cart__table{border-collapse:collapse;margin-bottom:3em;width:100%}.cart__thead{box-shadow:0 0 6px #0000001f}.cart__row>*{font-size:1.2rem;padding:.3em}.cart__tr,.cart__tr>*{min-height:134px}.cart__tr>*{border-bottom:1px solid #e0e0e0;font-size:1.2rem;padding:.3em;vertical-align:middle}.cart__img{object-fit:cover;width:50px}.cart__img:hover{transform:scale(.95);transition:transform .3s ease}.cart__action,.cart__img-cell,.cart__name,.cart__remove,.cart__total{text-align:center;vertical-align:middle}@media screen and (max-width:768px){.cart__action{min-width:90px}}.cart__action-btn{background-color:#388e3c;border:1px solid #388e3c;border-radius:3px;margin:0 5px;padding:.15em}.cart__action-btn:hover{background:#2e7d32;border:1px solid #2e7d32}.cart__action-icon{align-items:center;color:#fff;display:flex;flex-direction:row;font-size:1rem;justify-content:center}.cart__action-quantity{display:inline-block;font-weight:700;margin:0 10px}.cart__total{color:#d32f2f;font-weight:700}.cart__info{box-shadow:0 0 6px #00000029;max-width:500px;padding:2em}.cart__info-title{font-size:2rem;margin-bottom:1em;text-align:center}.cart__total-amount{border-bottom:1px solid #0000001f;font-size:1.6rem;margin-bottom:1em}.cart__buttons{display:flex;gap:1em}.cart__btn{background-color:#424242;border-radius:12px;color:#fafafa;margin-top:1.5em;padding:.8em 1.4em}.cart__btn:hover{background:#0000;box-shadow:0 4px 12px #007bff33;color:#424242;transform:translateY(-2px)}.cart__empty{align-items:center;display:flex;flex-direction:column;gap:2em;justify-content:center;padding:4em}.cart__empty-title{font-size:5rem}.cart__empty-btn{background-color:#424242;border:1px solid #424242;border-radius:12px;color:#fafafa;font-size:inherit;padding:.9em 1.8em;transition:background-color .3s ease}.cart__empty-btn:hover{background-color:#fff0!important;border:1px solid #424242;color:#424242}.cart__modal{background-color:#424242;border-radius:5px;box-shadow:0 0 7px #0003;color:#fafafa;flex-direction:column;gap:1em;max-width:550px;padding:5em;width:90%}.cart__modal,.cart__modal-overlay{align-items:center;display:flex;justify-content:center}.cart__modal-overlay{background:#00000080;height:100%;left:0;position:fixed;top:0;width:100%}.cart__modal-title{color:#fafafa;font-size:3.5rem;text-align:center}.cart__modal-text{text-align:center}.cart__modal-btn{background:#e91e63;border:1px solid #424242;border-radius:5px;color:#fafafa;padding:.8em 2.4em}.cart__recommendations{background:#fafafa;border-radius:8px;margin:2rem 0;padding:1.5rem}.cart__recommendations-title{color:#212121;font-size:1.5rem;margin-bottom:1rem}.cart__recommendations-loading{color:#616161;padding:1rem;text-align:center}.cart__recommendations-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.cart__recommendation-item{align-items:center;background:#fff;border-radius:8px;box-shadow:0 2px 4px #00000014;display:flex;flex-direction:column;height:100%;max-width:400px;padding:1rem;text-align:center}.cart__recommendation-item:hover{box-shadow:0 4px 8px #00000029;transform:translateY(-5px);transition:transform .3s ease,box-shadow .3s ease}.cart__recommendation-image{border-radius:4px;cursor:pointer;flex-shrink:0;height:150px;margin-bottom:.5rem;object-fit:cover;transition:transform .2s ease}.cart__recommendation-image:hover{transform:scale(1.05);transition:transform .5s ease}.cart__recommendation-info{align-items:center;display:flex;flex:1 1;flex-direction:column;width:100%}.cart__recommendation-name{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#212121;cursor:pointer;display:-webkit-box;flex-shrink:0;font-size:1.8rem;line-height:1.3em;margin-bottom:.5rem;max-height:2.6em;min-height:2.6em;overflow:hidden;text-decoration:none;text-overflow:ellipsis}.cart__recommendation-name:hover{color:#1976d2;text-decoration:underline}.cart__recommendation-price{color:#e91e63;flex-shrink:0;font-weight:700;margin-bottom:.5rem}.cart__recommendation-stats{color:#616161;flex-shrink:0;margin-bottom:.5rem}.cart__recommendation-button{background:#1976d2;border:2px solid #1976d2;border-radius:8px;color:#fff;cursor:pointer;flex-shrink:0;font-size:1.4rem;letter-spacing:.5px;margin-top:auto;padding:.8rem 1.5rem;text-transform:uppercase;transition:all .3s ease}.cart__recommendation-button:hover{background:#fff;border:2px solid #1976d2;box-shadow:0 4px 12px #007bff33;color:#1976d2;transform:translateY(-2px)}.cart__recommendation-button:active{transform:translateY(0)}@media(min-width:768px){.cart__row>*{font-size:1.4rem;padding:1em;text-align:left}.cart__tr,.cart__tr>*{min-height:140px}.cart__tr>*{font-size:1.4rem;min-width:120px;padding:.8em}.cart__img{width:70px}.cart__info-title{font-size:2.5rem}.cart__action-btn{padding:.3em}}@media(min-width:760px){.cart__btn{background-color:#424242;border:1px solid #424242;border-radius:12px;color:#fafafa;font-size:inherit;padding:.9em 1.8em;transition:background-color .3s ease}.cart__btn:hover{background-color:#fff0!important;border:1px solid #424242;color:#424242}.cart__action-btn{padding:.4em}.cart__info-title{font-size:3rem}.cart__total-amount{font-size:2rem}.cart__empty-btn{transition:background-color .3s ease}.cart__empty-btn:hover{background-color:#e91e63}.cart__modal-btn{transition:border .3s ease,background-color .3s ease}.cart__modal-btn:hover{background-color:inherit;border:1px solid #fff}}.cart__recommendation-stats{display:flex;flex-direction:column;font-size:.85rem;gap:4px;margin:8px 0}.cart__recommendation-stats span{align-items:center;border-radius:4px;display:flex;padding:2px 6px}.cart__recommendation-stats span.stat-confidence{background:#10b9811a;color:#10b981}.cart__recommendation-stats span.stat-lift{background:#6366f11a;color:#6366f1}.cart__recommendation-stats span.stat-support{background:#f59e0b1a;color:#f59e0b}.cart__loading-overlay{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.cart__loading-spinner{align-items:center;background-color:#fff;border-radius:10px;box-shadow:0 4px 8px #0000001f;display:flex;flex-direction:column;padding:30px}.cart__spinner{animation:spin 1s linear infinite;border:5px solid #f0f0f0;border-radius:50%;border-top-color:#1976d2;height:50px;margin-bottom:15px;width:50px}.favorites{margin-top:150px!important;padding:6em 0}.favorites__table{border-collapse:collapse;margin-bottom:3em;width:100%}.favorites__remove-btn{background-color:#0000;border:none;color:#d32f2f;cursor:pointer;font-size:1.5rem;margin-left:50px;transition:color .3s ease}.favorites__remove-btn:hover{background-color:#0000!important;color:#b71c1c!important}.favorites__thead{box-shadow:0 0 6px #0000001f}.favorites__row>*{font-size:1.2rem;padding:.3em}.favorites__tr{min-height:134px}.favorites__tr>*{border-bottom:1px solid #e0e0e0;font-size:1.2rem;min-height:134px;padding:.3em;vertical-align:middle}.favorites__actions-cell,.favorites__img-cell,.favorites__name-cell,.favorites__td{text-align:center;vertical-align:middle}.favorites__img{object-fit:cover;width:70px}.favorites__img:hover{transform:scale(.95);transition:transform .3s ease}.favorites__product-name{color:#212121;display:block;font-size:1.2rem;text-decoration:none}.favorites__product-name:hover{color:#1976d2!important;text-decoration:underline}.favorites__action-btn{background-color:#1976d2;border:2px solid #1976d2;border-radius:8px;color:#fff;font-size:1.4rem;font-weight:600;letter-spacing:.5px;padding:.8rem 1.5rem;text-transform:uppercase;transition:all .3s ease}.favorites__action-btn:hover{background-color:#fff;border:2px solid #1976d2;box-shadow:0 4px 12px #007bff33;color:#1976d2;transform:translateY(-2px)}.favorites__action-btn:active{transform:translateY(0)}.favorites__total{align-items:center;color:#e91e63;display:flex;font-size:1.6rem;font-weight:700;gap:1em;justify-content:flex-end;margin-top:2em}.favorites__empty{align-items:center;display:flex;flex-direction:column;gap:2em;justify-content:center;padding:4em}.favorites__empty-title{font-size:5rem}.favorites__empty-btn{background-color:#424242;border:1px solid #424242;border-radius:12px;color:#fafafa;font-size:inherit;padding:.9em 1.8em;transition:background-color .3s ease}.favorites__empty-btn:hover{background-color:#fff0!important;border:1px solid #424242;color:#424242}.favorites__modal-overlay{background:#00000080;height:100%;left:0;position:fixed;top:0;width:100%}.favorites__modal,.favorites__modal-overlay{align-items:center;display:flex;justify-content:center}.favorites__modal{background-color:#424242;border-radius:5px;box-shadow:0 0 7px #0003;color:#fafafa;flex-direction:column;gap:1em;max-width:550px;padding:5em;width:90%}.favorites__modal-title{font-size:3.5rem;text-align:center}.favorites__modal-text{text-align:center}.favorites__modal-btn{background:#e91e63;border:1px solid #424242;border-radius:5px;color:#fafafa;padding:.8em 2.4em;transition:border .3s ease,background-color .3s ease}.favorites__modal-btn:hover{background-color:inherit;border:1px solid #fff}@media(min-width:520px){.favorites__row>*{font-size:1.4rem;padding:1em;text-align:left}.favorites__tr{min-height:140px}.favorites__tr>*{font-size:1.4rem;min-height:140px;padding:.8em}.favorites__img{width:70px}.favorites__price{font-size:1.6rem}.favorites__empty-title{font-size:5rem}.favorites__action-btn{padding:.3em}}@media(min-width:760px){.favorites__btn{font-size:inherit;padding:.8em 1.6em;transition:all .3s ease}.favorites__btn:hover:not(:disabled){background-color:#e91e63;box-shadow:0 4px 12px #e91e634d;transform:translateY(-2px)}.favorites__action-btn{font-size:1.2rem;height:2.5em;padding:.4em}.favorites__empty-btn{transition:all .3s ease}.favorites__empty-btn:hover:not(:disabled){background-color:#e91e63;box-shadow:0 4px 12px #e91e634d;transform:translateY(-2px)}.favorites__modal-btn{transition:all .3s ease}.favorites__modal-btn:hover:not(:disabled){background-color:inherit;border:1px solid #fff;box-shadow:0 4px 12px #ffffff4d;transform:translateY(-2px)}}.productPage{background:linear-gradient(180deg,#fafafa 0,#fff);min-height:100vh;padding:100px 20px 60px}@media(max-width:768px){.productPage{padding:90px 12px 40px}}@media(max-width:480px){.productPage{padding:80px 8px 30px}}.productPage__main-img--clickable{height:auto!important}.productPage__container{box-sizing:border-box;margin:0 auto;max-width:1400px;position:relative;width:100%}@media(max-width:768px){.productPage__container{padding:0;width:100%}}.productPage__fav-btn{align-items:center;background:#fff;border:none;border-radius:50%;box-shadow:0 4px 12px #00000026;color:#d32f2f;cursor:pointer;display:flex;font-size:2.8rem;height:60px;justify-content:center;position:fixed;right:30px;top:120px;transition:all .3s cubic-bezier(.4,0,.2,1);width:60px;z-index:100}.productPage__fav-btn:hover{background:#1976d2;box-shadow:0 6px 20px #00000040;color:#fff;transform:scale(1.1)}.productPage__fav-btn:active{transform:scale(.95)}@media(max-width:768px){.productPage__fav-btn{font-size:2.2rem;height:50px;right:20px;top:90px;width:50px}}.productPage__top-section{grid-gap:60px;background:#fff;border-radius:16px;box-shadow:0 2px 20px #00000014;display:grid;gap:60px;grid-template-columns:1fr 1fr;margin-bottom:60px;max-width:100%;overflow:hidden;padding:40px}@media(max-width:1024px){.productPage__top-section{gap:40px;padding:30px}}@media(max-width:768px){.productPage__top-section{box-sizing:border-box;gap:20px;grid-template-columns:1fr;margin-bottom:40px;padding:16px;width:100%}}@media(max-width:480px){.productPage__top-section{gap:16px;margin-bottom:30px;padding:12px}}.productPage__gallery{display:flex;flex-direction:column;gap:20px;max-width:100%;overflow:hidden;width:100%}@media(max-width:768px){.productPage__gallery{gap:12px;width:100%}}@media(max-width:480px){.productPage__gallery{gap:10px}}.productPage__main-image-wrapper{align-items:center;aspect-ratio:1;background:#fff;border-radius:12px;display:flex;justify-content:center;max-width:100%;overflow:hidden;position:relative;width:100%}@media(max-width:768px){.productPage__main-image-wrapper{aspect-ratio:auto;border-radius:8px;height:auto;max-height:350px}}@media(max-width:480px){.productPage__main-image-wrapper{max-height:280px}}.productPage__main-img{cursor:zoom-in;height:100%;max-height:100%;max-width:100%;object-fit:contain;padding:20px;transition:transform .3s ease}.productPage__main-img:hover{transform:scale(1.05)}@media(max-width:768px){.productPage__main-img{padding:12px}}@media(max-width:480px){.productPage__main-img{padding:8px}}.productPage__arrow{align-items:center;background:#fffffff2;border-radius:50%;box-shadow:0 2px 8px #00000026;display:flex;height:45px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:45px;z-index:2}.productPage__arrow:hover{background:#1976d2;color:#fff;transform:translateY(-50%) scale(1.1)}.productPage__arrow--prev{left:15px}.productPage__arrow--next{right:15px}@media(max-width:768px){.productPage__arrow{font-size:1.6rem;height:36px;width:36px}.productPage__arrow--prev{left:8px}.productPage__arrow--next{right:8px}}@media(max-width:480px){.productPage__arrow{font-size:1.4rem;height:32px;width:32px}.productPage__arrow--prev{left:5px}.productPage__arrow--next{right:5px}}.productPage__thumbnails{max-width:100%;overflow:hidden;padding:10px 0;position:relative;width:100%}.productPage__thumbnails .slick-slider{padding:0 40px;position:relative;width:100%}@media(max-width:1500px){.productPage__thumbnails .slick-slider{padding:0 38px}}@media(max-width:1024px){.productPage__thumbnails .slick-slider{padding:0 36px}}@media(max-width:768px){.productPage__thumbnails .slick-slider{padding:0 32px}}@media(max-width:480px){.productPage__thumbnails .slick-slider{padding:0 28px}}.productPage__thumbnails .slick-slide{padding:0 6px}.productPage__thumbnails .slick-slide>div{align-items:center;display:flex;justify-content:center}.productPage__thumbnails .slick-list{margin:0 -6px;overflow:hidden}.productPage__thumbnails .slick-track{align-items:center;display:flex}.productPage__thumbnails .slick-arrow{align-items:center;background:#fffffff2;border-radius:50%;box-shadow:0 2px 6px #00000026;cursor:pointer;display:flex!important;height:32px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:32px;z-index:10}.productPage__thumbnails .slick-arrow:hover{background:#1976d2;transform:translateY(-50%) scale(1.1)}.productPage__thumbnails .slick-arrow:before{display:none}.productPage__thumbnails .slick-arrow.slick-prev{left:0}.productPage__thumbnails .slick-arrow.slick-next{right:0}@media(max-width:1500px){.productPage__thumbnails .slick-arrow{height:30px;width:30px}}@media(max-width:1024px){.productPage__thumbnails .slick-arrow{height:30px;width:30px}}@media(max-width:768px){.productPage__thumbnails .slick-arrow{height:28px;width:28px}}@media(max-width:480px){.productPage__thumbnails .slick-arrow{height:24px;width:24px}}.productPage__thumbnails .slick-prev:after{color:#424242;content:"‹";font-size:24px;left:50%;line-height:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:color .3s ease}@media(max-width:1500px){.productPage__thumbnails .slick-prev:after{font-size:22px}}@media(max-width:1024px){.productPage__thumbnails .slick-prev:after{font-size:22px}}@media(max-width:768px){.productPage__thumbnails .slick-prev:after{font-size:20px}}@media(max-width:480px){.productPage__thumbnails .slick-prev:after{font-size:18px}}.productPage__thumbnails .slick-next:after{color:#424242;content:"›";font-size:24px;left:50%;line-height:1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:color .3s ease}@media(max-width:1500px){.productPage__thumbnails .slick-next:after{font-size:22px}}@media(max-width:1024px){.productPage__thumbnails .slick-next:after{font-size:22px}}@media(max-width:768px){.productPage__thumbnails .slick-next:after{font-size:20px}}@media(max-width:480px){.productPage__thumbnails .slick-next:after{font-size:18px}}.productPage__thumbnails .slick-next:hover:after,.productPage__thumbnails .slick-prev:hover:after{color:#fff}.productPage__thumbnail{border:3px solid #fff;border-radius:8px;cursor:pointer;display:block!important;flex-shrink:0;height:80px;margin:0 auto;object-fit:cover;transition:all .3s ease;width:80px}.productPage__thumbnail:hover{border-color:#1976d2}.productPage__thumbnail--active{border-color:#1976d2;box-shadow:0 4px 12px #007bff4d}@media(max-width:1024px){.productPage__thumbnail{height:75px;width:75px}}@media(max-width:768px){.productPage__thumbnail{border-width:2px;height:60px;width:60px}}@media(max-width:480px){.productPage__thumbnail{height:50px;width:50px}}.productPage__info{display:flex;flex-direction:column;gap:24px;max-width:100%;overflow:hidden;width:100%}@media(max-width:768px){.productPage__info{gap:14px;width:100%}}@media(max-width:480px){.productPage__info{gap:12px}}.productPage__category{word-wrap:break-word;align-self:flex-start;background:linear-gradient(135deg,#1976d2,#145ca4);border-radius:6px;box-shadow:0 2px 8px #007bff33;box-sizing:border-box;color:#fff;display:inline-block;font-size:1.3rem;font-weight:600;letter-spacing:.5px;max-width:100%;overflow-wrap:break-word;padding:8px 16px;text-transform:uppercase;transition:all .3s ease}.productPage__category:hover{box-shadow:0 4px 12px #007bff4d;transform:translateY(-2px)}@media(max-width:768px){.productPage__category{align-self:stretch;font-size:1rem;padding:6px 10px;text-align:center;width:100%}}.productPage__title{word-wrap:break-word;box-sizing:border-box;color:#212121;font-size:3.2rem;font-weight:700;line-height:1.2;margin:0;max-width:100%;overflow-wrap:break-word}@media(max-width:1024px){.productPage__title{font-size:2.6rem}}@media(max-width:768px){.productPage__title{font-size:1.8rem;line-height:1.3}}@media(max-width:480px){.productPage__title{font-size:1.6rem;line-height:1.3}}.productPage__tags{box-sizing:border-box;display:flex;flex-wrap:wrap;gap:10px;max-width:100%}@media(max-width:768px){.productPage__tags{gap:6px}}@media(max-width:480px){.productPage__tags{gap:5px}}.productPage__tag{background:#fff;border:2px solid #424242;border-radius:25px;box-sizing:border-box;color:#616161;cursor:default;font-size:1.3rem;font-weight:600;padding:8px 18px;text-transform:uppercase;transition:all .3s ease;word-break:break-word}.productPage__tag:hover{background:linear-gradient(135deg,#ff9800,#e91e63);border-color:#0000;box-shadow:0 4px 12px #00000026;color:#fff;transform:translateY(-2px)}@media(max-width:768px){.productPage__tag{border-width:1px;font-size:.95rem;padding:4px 10px}}@media(max-width:480px){.productPage__tag{font-size:.85rem;padding:3px 8px}}.productPage__price-section{align-items:center;border-bottom:2px solid #fff;border-top:2px solid #fff;box-sizing:border-box;display:flex;gap:20px;max-width:100%;padding:20px 0}@media(max-width:768px){.productPage__price-section{flex-wrap:wrap;gap:10px;justify-content:center;padding:12px 0}}@media(max-width:480px){.productPage__price-section{gap:8px;padding:10px 0}}.productPage__old-price{color:#757575;font-size:2.4rem;font-weight:600;text-decoration:line-through}@media(max-width:768px){.productPage__old-price{font-size:1.5rem}}@media(max-width:480px){.productPage__old-price{font-size:1.3rem}}.productPage__current-price{color:#e91e63;font-size:4.2rem;font-weight:800;letter-spacing:-1px}@media(max-width:768px){.productPage__current-price{font-size:2.2rem;letter-spacing:-.5px}}@media(max-width:480px){.productPage__current-price{font-size:2rem;letter-spacing:-.3px}}.productPage__cart-btn{word-wrap:break-word;background:#1976d2;border:2px solid #1976d2;border-radius:12px;box-sizing:border-box;color:#fff;cursor:pointer;font-size:1.8rem;font-weight:700;letter-spacing:1px;max-width:100%;overflow-wrap:break-word;padding:18px 32px;text-transform:uppercase;transition:all .3s ease;width:100%}.productPage__cart-btn:hover{background:#fff;box-shadow:0 6px 20px #007bff4d;color:#1976d2;transform:translateY(-2px)}.productPage__cart-btn:active{transform:translateY(0)}@media(max-width:768px){.productPage__cart-btn{border-radius:8px;font-size:1.2rem;letter-spacing:.3px;padding:12px 16px}}@media(max-width:480px){.productPage__cart-btn{border-radius:6px;font-size:1.1rem;letter-spacing:.2px;padding:10px 14px}}.productPage__quick-recommendations{border-top:2px solid #fff;margin-top:30px;padding-top:30px}@media(max-width:768px){.productPage__quick-recommendations{display:none}}.productPage__quick-recommendations-title{color:#212121;font-size:1.8rem;font-weight:700;margin-bottom:16px}.productPage__quick-recommendations-grid{display:flex;flex-direction:column;gap:12px}.productPage__quick-rec-card{background:#fff;border:2px solid #fff;border-radius:8px;cursor:pointer;display:flex;gap:12px;padding:12px;transition:all .3s ease}.productPage__quick-rec-card:hover{background:#fff;border-color:#1976d2;box-shadow:0 4px 12px #007bff26}.productPage__quick-rec-img{background:#fff;border-radius:6px;flex-shrink:0;height:70px;object-fit:cover;width:70px}.productPage__quick-rec-info{display:flex;flex:1 1;flex-direction:column;gap:4px;justify-content:center;min-width:0}.productPage__quick-rec-name{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#212121;display:-webkit-box;font-size:1.4rem;font-weight:600;line-height:1.3;margin:0;overflow:hidden;text-overflow:ellipsis}.productPage__quick-rec-price{color:#e91e63;font-size:1.5rem;font-weight:700;margin:0}.productPage__details{background:#fff;border-radius:16px;box-shadow:0 2px 20px #00000014;margin-bottom:60px;overflow:hidden}.productPage__tabs{background:#fff;border-bottom:2px solid #fff;display:flex}@media(max-width:768px){.productPage__tabs{overflow-x:auto;scrollbar-width:none}.productPage__tabs::-webkit-scrollbar{display:none}}.productPage__tab{background:#0000;border:none;color:#212121;cursor:pointer;flex:1 1;font-size:1.6rem;font-weight:600;min-width:max-content;padding:20px 30px;position:relative;transition:all .3s ease}.productPage__tab:after{background:#1976d2;bottom:0;content:"";height:3px;left:0;position:absolute;transform:scaleX(0);transition:transform .3s ease;width:100%}.productPage__tab:hover{background:#007bff0d;color:#1976d2}.productPage__tab--active{background:#fff;color:#1976d2}.productPage__tab--active:after{transform:scaleX(1)}@media(max-width:768px){.productPage__tab{font-size:1.4rem;padding:16px 20px}}.productPage__tab-content{animation:fadeIn .4s ease;min-height:300px;padding:40px}@media(max-width:768px){.productPage__tab-content{padding:25px}}.productPage__tab-content h1,.productPage__tab-content h2,.productPage__tab-content h3{color:#212121;margin-bottom:1em}.productPage__tab-content h1{font-size:2.4rem}.productPage__tab-content h2{font-size:2rem}.productPage__tab-content h3{font-size:1.8rem}.productPage__tab-content ol,.productPage__tab-content p,.productPage__tab-content ul{color:#424242;font-size:1.6rem;line-height:1.8;margin-bottom:1em}.productPage__tab-content ol,.productPage__tab-content ul{padding-left:2em}.productPage__specs-table{border-collapse:initial;border-radius:8px;border-spacing:0;box-shadow:0 2px 8px #0000000d;overflow:hidden;width:100%}.productPage__specs-table tr:nth-child(2n){background:#fff}.productPage__specs-table tr:hover{background:#007bff0d}.productPage__specs-table td{border-bottom:1px solid #fafafa;font-size:1.5rem;padding:16px 20px}@media(max-width:768px){.productPage__specs-table td{font-size:1.4rem;padding:12px 16px}}.productPage__specs-param{color:#212121;font-weight:700;width:40%}.productPage__specs-value{color:#424242}.productPage__no-data{color:#bdbdbd;font-size:1.6rem;padding:40px;text-align:center}.productPage__review{background:#fff;border:1px solid #fafafa;border-radius:12px;margin-bottom:20px;padding:24px;transition:all .3s ease}.productPage__review:hover{box-shadow:0 4px 16px #00000014;transform:translateY(-2px)}.productPage__review:last-child{margin-bottom:0}.productPage__review-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}@media(max-width:768px){.productPage__review-header{align-items:flex-start;flex-direction:column;gap:12px}}.productPage__review-email{color:#212121;font-size:1.6rem;font-weight:700}.productPage__review-stars{display:flex;gap:4px}.productPage__review-star{color:#f0f0f0;font-size:1.8rem}.productPage__review-star--active{color:#ffc107}.productPage__review-content{color:#424242;font-size:1.5rem;line-height:1.7;margin:0}.productPage__similar-products{background:#fff;border-radius:16px;box-shadow:0 2px 20px #00000014;margin-top:60px;padding:50px 40px}@media(max-width:768px){.productPage__similar-products{padding:30px 20px 50px}}.productPage__similar-products-title{color:#212121;font-size:2.8rem;font-weight:500;margin-bottom:40px;text-align:center}.productPage__similar-products-title span{font-weight:700;text-decoration:underline}@media(max-width:768px){.productPage__similar-products-title{font-size:2.2rem;margin-bottom:30px}}.productPage__similar-product{cursor:pointer;padding:0 12px}.productPage__similar-product-inner{background:#fff;border:2px solid #fafafa;border-radius:12px;display:flex;flex-direction:column;min-height:350px;overflow:hidden;transition:all .3s ease}.productPage__similar-product-inner:hover{border-color:#fafafa;box-shadow:0 8px 24px #00000026;transform:translateY(-5px)}.productPage__similar-product-img{background:#fff;flex-shrink:0;height:250px;object-fit:contain;padding:10px;width:100%}@media(max-width:768px){.productPage__similar-product-img{height:200px}}.productPage__similar-product-content{display:flex;flex-direction:column;flex-grow:1;gap:.8em;justify-content:space-between;padding:16px}.productPage__similar-product-category{align-items:center;background:linear-gradient(135deg,#1976d2,#145ca4);border-radius:6px;box-shadow:0 2px 8px #007bff33;color:#fff;display:inline-block;display:flex;font-size:1.1rem;font-weight:600;justify-content:center;letter-spacing:.5px;margin:0;min-height:2.6rem;padding:8px 16px;text-align:center;text-transform:uppercase;transition:all .3s ease}.productPage__similar-product-category:hover{box-shadow:0 4px 12px #007bff4d;transform:translateY(-2px)}.productPage__similar-product-name{word-wrap:break-word;align-items:center;color:#212121;cursor:pointer;display:flex;font-size:1.4rem;font-weight:500;justify-content:center;line-height:1.2;margin:0;min-height:2.4em;overflow:hidden;text-align:center;transition:color .3s ease;white-space:normal}.productPage__similar-product-name:hover{color:#1976d2;text-decoration:underline}.productPage__similar-product-prices{align-items:center;display:flex;gap:12px;justify-content:center;margin-bottom:.8em;min-height:3rem}.productPage__similar-product-old-price{color:#757575;font-size:1.8rem;font-weight:700;text-decoration:line-through}.productPage__similar-product-current-price{color:#e91e63;font-size:3rem;font-weight:bolder}@media(max-width:1024px){.productPage__similar-product-current-price{font-size:2rem}}.productPage__similar-product-btn{background:#1976d2;border:2px solid #1976d2;border-radius:8px;color:#fff;cursor:pointer;font-size:1.4rem;font-weight:600;letter-spacing:.5px;padding:12px 24px;text-transform:uppercase;transition:all .3s ease;width:100%}.productPage__similar-product-btn:hover{background:#fff;box-shadow:0 4px 12px #007bff33;color:#1976d2;transform:translateY(-2px)}.productPage__similar-product-btn:active{transform:translateY(0)}.productPage__loading{color:#bdbdbd;font-size:1.6rem;padding:40px;text-align:center}.productPage .slick-dots{bottom:-40px}.productPage .slick-dots li button:before{color:#757575;font-size:10px}.productPage .slick-dots li.slick-active button:before{color:#e91e63}.productPage .slick-arrow{height:45px;width:45px;z-index:1}.productPage .slick-arrow:before{color:#1976d2;font-size:45px}.productPage .slick-arrow:hover:before{color:#145ca4}.productPage .slick-prev{left:-55px}@media(max-width:1024px){.productPage .slick-prev{left:-35px}}@media(max-width:768px){.productPage .slick-prev{left:0}}.productPage .slick-next{right:-55px}@media(max-width:1024px){.productPage .slick-next{right:-35px}}@media(max-width:768px){.productPage .slick-next{right:0}}.loading-spinner{align-items:center;color:#1976d2;display:flex;font-size:2rem;justify-content:center;width:100%}.loading-spinner:after{animation:spin .8s linear infinite;border:5px solid #92c2f2;border-radius:50%;border-top-color:#1976d2;content:"";display:block;flex-shrink:0;height:50px;width:50px}.loginPanel{align-items:center;background:#fafafa;display:flex;height:100vh;justify-content:center}.loginPanel__container{background:#fff;border-radius:4px;box-shadow:0 2px 6px -1px #00000014;display:flex;max-width:1000px;width:100%}.loginPanel__image{background:url(https://e-commerce-mansy.vercel.app/assets/SignImg-Br-hVEyo.png);background-size:cover;border-bottom-left-radius:4px;border-top-left-radius:4px;width:40%}.loginPanel__form{display:flex;flex-direction:column;padding:5vh 3vw;width:60%}.loginPanel h2{color:#212121;font-size:4rem;font-weight:600;margin-bottom:0}.loginPanel p{font-size:2rem;opacity:.7}.loginPanel .floating-label{align-items:center;display:flex;margin-bottom:20px;position:relative}.loginPanel .floating-label input{border:none;border-bottom:2px solid #9e9e9e;font-size:16px;outline:none;padding:12px;width:100%}.loginPanel .floating-label input:focus+label,.loginPanel .floating-label input:not(:placeholder-shown)+label{color:#212121;font-size:12px;top:-10px}.loginPanel__buttons{align-items:center;display:flex;justify-content:space-evenly;margin-top:15px}.loginPanel button{background-color:#1976d2;border:1px solid #1976d2;border-radius:5px;color:#fff;cursor:pointer;font-size:2rem;padding:.6rem .8rem;transition:all .3s ease}.loginPanel button:hover:not(:disabled){background-color:#fff;border:1px solid #1976d2;box-shadow:0 4px 12px #1976d24d;color:#1976d2;transform:translateY(-2px)}.loginPanel__or{font-size:14px;font-weight:700;margin:0 10px;opacity:.7}.loginPanel__signupBtn{background-color:#1976d2}.loginPanel__signupBtn:hover{background-color:#092949}@media(max-width:1366px){.loginPanel__container{max-width:700px}.loginPanel__form{padding:30px}}@media(max-width:1024px){.loginPanel__container{align-items:center;flex-direction:column;max-width:500px}.loginPanel__image{display:none}.loginPanel__form{padding:30px;width:100%}.loginPanel__buttons{align-items:center;flex-direction:column}.loginPanel button{margin-top:10px;width:100%}.loginPanel__or{display:none}}@media(max-width:768px){.loginPanel__container{box-shadow:none;max-width:90%}.loginPanel h2{font-size:20px}.loginPanel p{font-size:13px}.loginPanel .floating-label input{font-size:14px}.loginPanel button{font-size:14px;padding:10px}}.registerPanel{align-items:center;background:#fafafa;display:flex;height:100vh;justify-content:center;width:100%}.registerPanel__container{background:#fff;border-radius:4px;box-shadow:0 2px 6px -1px #00000014;display:flex;max-width:1000px;width:100%}.registerPanel__image{background:url(https://e-commerce-mansy.vercel.app/assets/SignImg-Br-hVEyo.png);background-size:cover;border-bottom-left-radius:4px;border-top-left-radius:4px;width:40%}.registerPanel__form{display:flex;flex-direction:column;gap:0!important;padding:5vh 3vw;width:60%}.registerPanel__form p{font-size:2rem;opacity:.7}.registerPanel__title{color:#212121;font-size:4rem;font-weight:600;margin-bottom:0}.registerPanel__subtitle{font-size:2rem;opacity:.7}.registerPanel .floating-label{align-items:center;display:flex;margin-bottom:20px;position:relative}.registerPanel .floating-label input{border:none;border-bottom:2px solid #9e9e9e;font-size:16px;outline:none;padding:12px;width:100%}.registerPanel .floating-label input:focus+label,.registerPanel .floating-label input:not(:placeholder-shown)+label{color:#212121;font-size:12px;top:-10px}.registerPanel__buttons{align-items:center;display:flex;justify-content:space-evenly;margin-top:15px}.registerPanel button{background-color:#1976d2;border:1px solid #1976d2;border-radius:5px;color:#fff;cursor:pointer;font-size:2rem;padding:.6rem .8rem;transition:all .3s ease}.registerPanel button:hover:not(:disabled){background-color:#fff;border:1px solid #1976d2;box-shadow:0 4px 12px #1976d24d;color:#1976d2;transform:translateY(-2px)}.registerPanel__divider{font-size:14px;font-weight:700;margin:0 10px;opacity:.7}.registerPanel__googleBtn{background-color:#1976d2}.registerPanel__googleBtn:hover{background-color:#092949}.registerPanel__submitBtn{background-color:#7b1fa2;border:none;border-radius:20px;color:#fff;cursor:pointer;font-size:2rem;margin-top:20px;padding:1.2rem 3.5rem;transition:all .3s ease}.registerPanel__submitBtn:hover:not(:disabled){background-color:#190622;box-shadow:0 4px 12px #7b1fa24d;transform:translateY(-2px)}.registerPanel__footer{font-size:1.8rem;margin-top:20px}.registerPanel__link{color:#1976d2;text-decoration:none}.registerPanel__link:hover{text-decoration:underline}@media(max-width:1366px){.registerPanel__content{max-width:700px}.registerPanel__form{padding:30px}}@media(max-width:1024px){.registerPanel__content{align-items:center;flex-direction:column;max-width:500px}.registerPanel__imageWrapper{display:none}.registerPanel__form{padding:30px;width:100%}.registerPanel__buttons{align-items:center;flex-direction:column}.registerPanel button{margin-top:10px;width:100%}.registerPanel__divider{display:none}}@media(max-width:768px){.registerPanel__content{box-shadow:none;max-width:90%}.registerPanel__title{font-size:20px}.registerPanel__subtitle{font-size:13px}.registerPanel .floating-label input{font-size:14px}.registerPanel button{font-size:14px;padding:10px}}*{box-sizing:border-box}.admin-content,.admin-main,[class*=-card],[class*=-container],[class*=-section]{box-sizing:border-box;max-width:100%;overflow-x:hidden}.motion-div,motion>div{box-sizing:border-box;max-width:100%}.hero{display:none}.admin-panel{background-color:#37474f;color:#212121;display:flex;flex-direction:row;min-height:100vh;overflow:hidden;width:100%}@media(max-width:500px){.admin-panel{flex-direction:column}}.admin-aside{background-color:#eceff1;box-shadow:0 8px 8px #0000001f;overflow-x:hidden;padding:20px;transition:width .3s ease}.admin-aside--open{min-width:300px;width:300px}.admin-aside--closed{min-width:80px;width:80px}.admin-aside__toggle{align-items:center;background:none;border:none;border-radius:50%;color:#212121;cursor:pointer;display:flex;justify-content:center;margin-right:15px;padding:5px;transition:background-color .2s}.admin-aside__toggle:hover{background-color:#ffffff14}.admin-aside__toggle-collapsed{align-items:center;background:none;border:none;border-radius:50%;color:#212121;cursor:pointer;display:flex;justify-content:center;margin:10px auto;padding:8px;transition:background-color .2s}@media screen and (max-width:800px){.admin-aside__toggle-collapsed{display:none}}.admin-aside__toggle-collapsed:hover{background-color:#ffffff14}@media(max-width:800px){.admin-aside .admin-aside__toggle{display:none}}@media(max-width:500px){.admin-aside{max-height:90px;overflow-y:hidden;padding:10px}.admin-aside,.admin-aside--closed,.admin-aside--open{min-width:100%!important;width:100%!important}}.admin-aside__header{align-items:center;display:flex;margin-bottom:1rem}@media(max-width:500px){.admin-aside__header{display:none}}.admin-aside__nav{margin-top:20px}@media(max-width:500px){.admin-aside__nav{margin-top:5px}}.admin-aside__list{list-style:none;padding:0}@media(max-width:500px){.admin-aside__list{display:flex;flex-direction:row;flex-wrap:wrap;gap:5px;justify-content:center}}.admin-aside__title{background-color:#cfd8dc;border-radius:5px;color:#212121;font-size:20px;font-weight:700;margin-bottom:.5rem;padding:10px}.admin-aside__link{align-items:center;border-radius:10px;color:#212121;display:flex;margin-bottom:10px;padding:10px;text-decoration:none;transition:background-color .3s}.admin-aside__link svg{margin-right:10px}.admin-aside__link:hover{background-color:#1976d2;color:#fff}.admin-aside__link--active{background-color:#1565c0;color:#212121}.admin-aside__link--logout{background-color:#d32f2f;border:1px solid #d32f2f;color:#fff;font-size:1.5rem;margin-left:10px;margin-top:1rem;padding:1rem 2rem;transition:all .3s ease}.admin-aside__link--logout:hover:not(:disabled){background-color:#0000;border:1px solid #d32f2f;box-shadow:0 4px 12px #d32f2f4d;color:#d32f2f;transform:translateY(-2px)}.admin-aside__link--back{transition:all .3s ease}.admin-aside__link--back:hover:not(:disabled){box-shadow:0 4px 12px #1976d233;transform:translateY(-2px)}@media(max-width:500px){.admin-aside__link{font-size:.8rem;margin-bottom:0;padding:5px 10px}.admin-aside__link svg{margin-right:5px}.admin-aside__link span{display:none}.admin-aside__link--logout{font-size:.8rem;margin-left:0;margin-top:0;padding:5px 10px}}.admin-wrapper{align-items:center;background-color:#f5f5f5;display:flex;flex-direction:column;flex-grow:1;overflow-x:hidden;width:100%}@media(max-width:500px){.admin-wrapper{margin-top:0}}.admin-wrapper .admin-main{align-items:center;box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;max-width:1400px;overflow-x:hidden;padding:30px;width:100%}@media(max-width:1024px){.admin-wrapper .admin-main{max-width:100%;padding:20px}}@media(max-width:800px){.admin-wrapper .admin-main{padding:15px}}@media(max-width:600px){.admin-wrapper .admin-main{padding:10px}}@media(max-width:500px){.admin-wrapper .admin-main{padding:10px 5px}}.admin-wrapper .admin-main>*{box-sizing:border-box;max-width:100%}.admin-wrapper header{width:100%}.admin-top-header{background-color:#212121;border-bottom:1px solid #90a4ae;box-shadow:0 8px 8px #0000001f;color:#fff;letter-spacing:.2rem;margin-bottom:0;padding:2rem;width:100%}@media(max-width:1000px){.admin-top-header{text-align:left}}.admin-content{box-sizing:border-box;flex:1 1;max-width:100%;overflow-x:hidden;position:relative;width:100%;z-index:10}@media(max-width:800px){.admin-content{padding:0}}@media(max-width:600px){.admin-content{padding:0}}.admin-content>*{box-sizing:border-box;max-width:100%}.admin-statistics-card,.admin-statistics-container,.admin-statistics-content{box-sizing:border-box;max-width:100%;overflow-x:hidden;width:100%}.admin-products{margin:0 auto;max-width:1400px;min-width:1100px;padding:2rem}@media(max-width:1100px){.admin-products{min-width:0;padding:1rem;width:100%}}@media(max-width:500px){.admin-products{padding:.5rem}}.admin-account-container{margin:0 auto;max-width:1200px;padding:20px}.admin-account-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#eceff1,#cfd8dc);border:1px solid #0000001f;border-radius:16px;box-shadow:0 8px 20px #0000001f;margin-bottom:2.5rem;padding:2rem}.admin-account-title{color:#212121;font-size:24px;font-weight:600;margin-bottom:20px}.admin-account-form{grid-gap:20px;display:grid;gap:20px;min-width:700px}@media(max-width:1128px){.admin-account-form{min-width:500px}}@media(max-width:900px){.admin-account-form{min-width:400px}}@media(max-width:530px){.admin-account-form{min-width:280px}}.admin-account-form .form-group{display:flex;flex-direction:column;margin-bottom:15px}.admin-account-form label{color:#212121;display:block;font-weight:500;margin-bottom:.5rem}.admin-account-input{background-color:#f5f5f5;border:1px solid #e0e0e0;border-radius:8px;color:#212121;font-size:1.5rem;padding:1rem 1.2rem;transition:all .3s ease;width:100%}.admin-account-input:focus{border-color:#1976d2;outline:none}.admin-account-hint{color:#212121;font-size:12px;margin-top:5px}.admin-account-error{color:#d32f2f;font-size:14px;grid-column:1/-1;margin-bottom:15px}.admin-account-btn-submit{background-color:#1976d2;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;margin-top:.5rem;max-width:250px!important;padding:.75rem 1.5rem;transition:background-color .3s ease}.admin-account-btn-submit:hover{background-color:#212121;border:1px solid #1976d2;color:#1976d2}.admin-account-btn-submit:disabled{background-color:#bdbdbd;cursor:not-allowed}.admin-statistics-container{margin:0 auto}.admin-statistics-card{background:linear-gradient(135deg,#eceff1,#cfd8dc);border-radius:10px;box-shadow:0 4px 6px #00000014;margin-bottom:20px;padding:30px}.admin-statistics-title{color:#212121;font-size:24px;font-weight:600;margin-bottom:20px}.admin-statistics-content{color:#212121;font-size:16px;line-height:1.6}.admin-statistics-content p{margin-bottom:15px}.admin-status-pending{color:#ef6c00}.admin-status-resolved{color:#2e7d32}.admin-status-rejected{color:#b71c1c}.admin-status-select{border:1px solid #e0e0e0;border-radius:4px;color:#212121;cursor:pointer;font-size:14px;min-width:120px;padding:5px 10px}.admin-status-select:focus{border-color:#388e3c;outline:none}.admin-status-select.admin-status-pending{border-color:#f57c00;color:#e65100}.admin-status-select.admin-status-resolved{border-color:#388e3c;color:#1b5e20}.admin-status-select.admin-status-rejected{border-color:#d32f2f;color:#b71c1c}.admin-status-select option{background-color:#fff;color:#212121;padding:5px}.pagination-text{color:#616161}.pagination-controls{gap:1rem!important}.pagination-button{font-size:1.6rem;padding:1.6rem 2rem;transition:all .3s ease}.pagination-button:hover:not(.disabled){box-shadow:0 4px 12px #bdbdbd4d;transform:translateY(-2px)}.pagination-number{font-size:1.6rem;padding:1.6rem 2rem;transition:all .3s ease}.pagination-number:hover:not(.active){background-color:#bdbdbd;box-shadow:0 4px 12px #bdbdbd4d;transform:translateY(-2px)}.grid{display:grid;width:100%}.grid.grid-cols-1{grid-template-columns:1fr}.grid.gap-8{gap:2rem}@media(min-width:1024px){.grid.lg\:grid-cols-2{grid-template-columns:repeat(2,1fr)}}@media(max-width:1024px){.grid{grid-template-columns:1fr!important}}@media(max-width:1350px){.chart-item{max-width:750px}}@media(max-width:1050px){.chart-item{max-width:500px}}@media(max-width:550px){.chart-item{max-width:300px}}.category-distribution-chart,.sales-overview-chart,.sales-trend-chart{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #0000001f;border-radius:16px;margin-bottom:2.5rem;padding:2rem}.category-distribution-chart h2,.sales-overview-chart h2,.sales-trend-chart h2{color:#212121}.btn-primary-update{background-color:#1976d2;border:1px solid #1976d2;color:#fff;margin-bottom:10px!important;margin-right:10px!important;padding:4px 6px;transition:all .3s ease}.btn-primary-update:hover{background-color:#212121;border:1px solid #1976d2;box-shadow:0 4px 12px #1976d24d;color:#1976d2;transform:translateY(-2px)}.search-container{position:relative}.search-container input{background-color:#f5f5f5;border:1px solid #e0e0e0;border-radius:8px;color:#212121;font-size:1.4rem;min-width:250px;padding:1rem 1.2rem 1rem 2.5rem;transition:all .3s ease}.search-container input:focus{border-color:#1976d2;box-shadow:0 0 0 2px #1976d233;outline:none}.search-container input::placeholder{color:#212121}.search-container .search-icon{color:#9e9e9e;left:.75rem;position:absolute;top:50%;transform:translateY(-50%)}@media(max-width:1100px){.hide-responsive{display:none}}@media(max-width:500px){.hide-responsive2{display:none}}.recommendation-control-section{box-sizing:border-box;margin-top:2rem;overflow-x:hidden;width:100%}@media(max-width:800px){.recommendation-control-section{margin-top:1.5rem}}@media(max-width:600px){.recommendation-control-section{margin-top:1rem}}.recommendation-card{background:linear-gradient(135deg,#eceff1,#cfd8dc);border-radius:12px;box-shadow:0 4px 6px -1px #00000014;box-sizing:border-box;margin-bottom:24px;overflow-x:hidden;padding:24px;width:100%}@media(max-width:800px){.recommendation-card{border-radius:10px;padding:18px}}@media(max-width:768px){.recommendation-card{border-radius:8px;padding:16px}}@media(max-width:480px){.recommendation-card{border-radius:6px;padding:12px}}.recommendation-title{color:#212121;font-size:24px;font-weight:600;margin-bottom:20px}@media(max-width:768px){.recommendation-title{font-size:20px;margin-bottom:16px}}@media(max-width:480px){.recommendation-title{font-size:18px;margin-bottom:12px}}.recommendation-controls{display:flex;flex-direction:column;gap:20px}@media(max-width:768px){.recommendation-controls{gap:16px}}.recommendation-preview{background:linear-gradient(135deg,#eceff1,#cfd8dc);border-radius:12px;box-shadow:0 4px 6px -1px #00000014;padding:24px}@media(max-width:768px){.recommendation-preview{border-radius:8px;padding:16px}}@media(max-width:480px){.recommendation-preview{padding:12px}}.algorithm-selection .algorithm-label{color:#212121;display:block;font-size:16px;font-weight:500;margin-bottom:10px}@media(max-width:520px){.algorithm-selection .algorithm-label{font-size:14px}}.algorithm-selection .algorithm-options{display:flex;gap:20px}@media(max-width:768px){.algorithm-selection .algorithm-options{flex-direction:column;gap:12px}}.algorithm-selection .radio-label{align-items:center;color:#212121;cursor:pointer;display:flex;font-size:14px;gap:8px}@media(max-width:520px){.algorithm-selection .radio-label{font-size:13px}}.algorithm-selection .radio-label input[type=radio]{cursor:pointer;flex-shrink:0;height:16px;width:16px}.algorithm-actions{display:flex;gap:12px}@media(max-width:768px){.algorithm-actions{flex-direction:column;gap:10px}}.algorithm-actions .btn-primary{background-color:#1976d2;border:1px solid #1976d2;border-radius:6px;color:#fff;cursor:pointer;font-weight:500;padding:8px 16px;transition:all .3s ease}.algorithm-actions .btn-primary:hover:not(:disabled){background-color:#212121;box-shadow:0 4px 12px #1976d24d;color:#1976d2;transform:translateY(-2px)}.algorithm-actions .btn-primary:disabled{background-color:#212121;border-color:#212121;cursor:not-allowed}@media(max-width:768px){.algorithm-actions .btn-primary{font-size:14px;padding:12px 16px;width:100%}}.algorithm-actions .btn-secondary{background-color:#388e3c;border:1px solid #388e3c;border-radius:6px;color:#fff;cursor:pointer;font-weight:500;padding:8px 16px;transition:all .3s ease}.algorithm-actions .btn-secondary:hover:not(:disabled){background-color:#212121;box-shadow:0 4px 12px #388e3c4d;color:#388e3c;transform:translateY(-2px)}.algorithm-actions .btn-secondary:disabled{background-color:#bdbdbd;border-color:#bdbdbd;cursor:not-allowed}@media(max-width:768px){.algorithm-actions .btn-secondary{font-size:14px;padding:12px 16px;width:100%}}.preview-title{color:#212121;font-size:18px;font-weight:600;margin-bottom:16px}.preview-content .preview-products{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}@media(max-width:768px){.preview-content .preview-products{gap:12px;grid-template-columns:repeat(3,1fr)}}@media(max-width:520px){.preview-content .preview-products{gap:10px;grid-template-columns:repeat(2,1fr)}}.preview-content .preview-product{border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;transition:box-shadow .3s ease}.preview-content .preview-product:hover{box-shadow:0 4px 8px #00000014;transform:translateY(-5px);transition:transform .5s ease}.preview-content .preview-product-image:hover{transform:scale(1.05);transition:transform .5s ease}.preview-content .preview-product .preview-product-image{height:120px;object-fit:cover;width:100%}.preview-content .preview-product .preview-product-info{background-color:#fff;padding:12px}.preview-content .preview-product .preview-product-info h4{color:#212121;font-size:14px;font-weight:500;margin:0 0 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.preview-content .preview-product .preview-product-info h4:hover{color:#1976d2;text-decoration:underline}.preview-content .preview-product .preview-product-info p{color:#d32f2f;font-size:14px;font-weight:600;margin:0}.preview-content .preview-empty{color:#616161;font-style:italic;padding:20px;text-align:center}.probabilistic-models-section{background:#fafafa;border-radius:8px;margin-top:4rem;padding:2rem}.probabilistic-models-section .probabilistic-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.probabilistic-models-section .probabilistic-header .probabilistic-title{align-items:center;color:#424242;display:flex;font-size:1.8rem;gap:1rem}.probabilistic-models-section .probabilistic-header .probabilistic-title .probabilistic-icon{color:#1976d2}.probabilistic-models-section .probabilistic-header .update-model-btn{background:#1976d2;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:.5rem 1.5rem;transition:all .3s ease}.probabilistic-models-section .probabilistic-header .update-model-btn:hover:not(:disabled){background:#1565c0;box-shadow:0 4px 12px #1976d24d;transform:translateY(-2px)}.probabilistic-models-section .probabilistic-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(500px,1fr))}.probabilistic-models-section .probabilistic-grid .association-card,.probabilistic-models-section .probabilistic-grid .forecast-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;padding:1.5rem}.probabilistic-models-section .probabilistic-grid .association-card h3,.probabilistic-models-section .probabilistic-grid .forecast-card h3{align-items:center;color:#212121;display:flex;font-size:1.2rem;gap:.5rem;margin-bottom:1rem}.probabilistic-models-section .probabilistic-grid .association-list,.probabilistic-models-section .probabilistic-grid .forecast-list{max-height:300px;overflow-y:auto}.probabilistic-models-section .probabilistic-grid .forecast-item{border-bottom:1px solid #e0e0e0;padding:.75rem}.probabilistic-models-section .probabilistic-grid .forecast-item:last-child{border-bottom:none}.probabilistic-models-section .probabilistic-grid .forecast-item .forecast-date{color:#424242;font-weight:700}.probabilistic-models-section .probabilistic-grid .forecast-item .forecast-product{color:#424242;margin-top:.25rem}.probabilistic-models-section .probabilistic-grid .forecast-item .forecast-sales{color:#388e3c;font-weight:500;margin-top:.25rem}.probabilistic-models-section .probabilistic-grid .forecast-item .forecast-confidence{color:#616161;font-size:.9rem;margin-top:.25rem}.probabilistic-models-section .probabilistic-grid .association-item{border-bottom:1px solid #e0e0e0;padding:.75rem}.probabilistic-models-section .probabilistic-grid .association-item:last-child{border-bottom:none}.probabilistic-models-section .probabilistic-grid .association-item .association-products{color:#424242;font-weight:500}.probabilistic-models-section .probabilistic-grid .association-item .association-metrics{color:#616161;display:flex;font-size:.9rem;gap:1rem;margin-top:.25rem}.probabilistic-models-section .probabilistic-grid .association-empty,.probabilistic-models-section .probabilistic-grid .association-loading,.probabilistic-models-section .probabilistic-grid .forecast-empty,.probabilistic-models-section .probabilistic-grid .forecast-loading{color:#616161;padding:2rem;text-align:center}.association-rules-section{background:linear-gradient(135deg,#eceff1,#cfd8dc);border-radius:8px;box-sizing:border-box;margin-top:3rem;overflow-x:hidden;padding:2rem;width:100%}@media(max-width:800px){.association-rules-section{margin-top:2rem;padding:1.5rem}}@media(max-width:600px){.association-rules-section{margin-top:1.5rem;padding:1rem}}@media(max-width:480px){.association-rules-section{margin-top:1rem;padding:.75rem}}.association-rules-card{background:linear-gradient(135deg,#eceff1,#cfd8dc);border-radius:8px;box-shadow:0 2px 4px #00000014;box-sizing:border-box;overflow-x:hidden;padding:1.5rem;width:100%}@media(max-width:800px){.association-rules-card{padding:1.25rem}}@media(max-width:600px){.association-rules-card{padding:1rem}}@media(max-width:480px){.association-rules-card{padding:.75rem}}.association-rules-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.association-rules-actions{align-items:center;display:flex;gap:1rem}.association-rules-title .association-rules-icon{color:#1976d2}.association-rules-content .association-rules-description{color:#212121;margin-bottom:1.5rem}.association-rules-content .association-rules-empty,.association-rules-content .association-rules-loading{background:#fafafa;border-radius:4px;color:#212121;padding:2rem;text-align:center}.association-rules-content .association-rules-table{box-sizing:border-box;overflow-x:auto;width:100%}.association-rules-content .association-rules-table table{border-collapse:collapse;min-width:600px;width:100%}.association-rules-content .association-rules-table table td,.association-rules-content .association-rules-table table th{border-bottom:1px solid #212121;padding:.75rem 1rem;text-align:left}.association-rules-content .association-rules-table table th{color:#212121;font-weight:600}.association-rules-content .association-rules-table table td{color:#212121}.association-rules-content .association-rules-table table td:last-child{font-weight:500}@media(max-width:800px){.association-rules-content .association-rules-table table{font-size:.9rem;min-width:500px}.association-rules-content .association-rules-table table td,.association-rules-content .association-rules-table table th{padding:.6rem .75rem}}@media(max-width:600px){.association-rules-content .association-rules-table table{font-size:.85rem;min-width:450px}.association-rules-content .association-rules-table table td,.association-rules-content .association-rules-table table th{padding:.5rem .6rem}}@media(max-width:480px){.association-rules-content .association-rules-table table{font-size:.8rem;min-width:400px}.association-rules-content .association-rules-table table td,.association-rules-content .association-rules-table table th{padding:.4rem .5rem}}@media(max-width:768px){.association-rules-card,.association-rules-section{padding:1rem}.association-rules-header{align-items:stretch;flex-direction:column;gap:1rem}.association-rules-actions{flex-direction:column;width:100%}.association-rules-actions button{justify-content:center;width:100%}.association-rules-title{flex-wrap:wrap;font-size:1.3rem}.association-rules-title .custom-implementation-badge{font-size:.7rem;padding:.2rem .5rem}.association-rules-description{font-size:.9rem}.association-rules-table{font-size:.85rem;overflow-x:auto}.association-rules-table table{min-width:600px}.association-rules-table td,.association-rules-table th{font-size:.8rem;padding:.5rem}}@media(max-width:480px){.association-rules-section{padding:.5rem}.association-rules-title{font-size:1.1rem;gap:.3rem}.association-rules-title .association-rules-icon{height:1.2rem;width:1.2rem}.association-rules-actions button{font-size:.9rem;padding:.75rem 1rem}}.show-all-rules-btn{align-items:center;background:#fff;border:1px solid #212121;border-radius:4px;color:#212121;cursor:pointer;display:flex;font-size:1rem;gap:.5rem;padding:1rem 2rem;transition:all .3s ease;white-space:nowrap}.show-all-rules-btn:hover:not(:disabled){background:#212121;box-shadow:0 4px 12px #2121214d;color:#fff;transform:translateY(-2px)}.show-all-rules-btn:disabled{cursor:not-allowed;opacity:.5}.show-all-rules-btn .icon{flex-shrink:0;height:1rem;width:1rem}@media(max-width:768px){.show-all-rules-btn{font-size:.9rem;padding:.75rem 1.5rem}}@media(max-width:480px){.show-all-rules-btn{font-size:.85rem;padding:.6rem 1rem}.show-all-rules-btn .icon{height:.9rem;width:.9rem}}.update-rules-btn{align-items:center;background:#1976d2;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:1rem;gap:.5rem;padding:1rem 2rem;transition:all .3s ease;white-space:nowrap}.update-rules-btn:hover:not(:disabled){background:#212121;border:1px solid #1976d2;box-shadow:0 4px 12px #1976d24d;color:#1976d2;transform:translateY(-2px)}.update-rules-btn:disabled{background:#fff;cursor:not-allowed}.update-rules-btn .icon{flex-shrink:0;height:1rem;width:1rem}.update-rules-btn .icon.rotating{animation:rotate 1s linear infinite}@media(max-width:768px){.update-rules-btn{font-size:.9rem;padding:.75rem 1.5rem}}@media(max-width:480px){.update-rules-btn{font-size:.85rem;padding:.6rem 1rem}.update-rules-btn .icon{height:.9rem;width:.9rem}}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.stat_Cards{grid-gap:2rem;box-sizing:border-box;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));justify-items:center;margin-bottom:3rem;padding:0;width:100%}@media(max-width:1024px){.stat_Cards{gap:1.5rem;grid-template-columns:repeat(2,1fr)}}@media(max-width:800px){.stat_Cards{gap:1rem;grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.stat_Cards{gap:1rem;grid-template-columns:1fr;max-width:100%}}@media(max-width:520px){.stat_Cards{gap:.75rem;margin-bottom:1.5rem;max-width:100%}}.stat_Cards__content{align-items:center;background-color:#5c6bc0;border:1px solid #5c6bc033;border-radius:1rem;box-shadow:0 4px 8px #0000001f;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;max-width:250px;min-height:150px;min-width:250px;padding:2rem;transition:transform .3s ease;width:100%}@media(max-width:800px){.stat_Cards__content{max-width:100%;padding:1.5rem}}@media(max-width:520px){.stat_Cards__content{min-height:120px;padding:1.25rem}}.stat_Cards__content-first{background:#1976d2}.stat_Cards__content-second{background:#d32f2f}.stat_Cards__content-third{background:#388e3c}.stat_Cards__content-fourth{background:#ff9800}.stat_Cards__content-fifth{background:#8d6e63}.stat_Cards__content-sixth{background:#00acc1}.stat_Cards__content-seventh{background:#7b1fa2}.stat_Cards__content-eighth{background:#c2185b}.stat_Cards__content:hover{transform:scale(1.05);transition:transform .5s ease}.stat_Cards__icon{align-items:center;color:#fff;display:flex;flex-direction:row;font-size:1.8rem!important;gap:1rem;justify-content:center}.stat_Cards__text{color:#212121;font-size:2.5rem;font-weight:600}.stat-cards{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-between;margin-bottom:2.5rem}@media(max-width:768px){.stat-cards{flex-direction:column}}.stat-item,.stat-item span{color:#fff}.welcome-text{color:#212121;font-size:2rem;font-weight:700;text-align:center}@media(max-width:1000px){.welcome-text{margin-left:20px;text-align:center}}.modal-overlay{bottom:0;right:0}.modal-content{background:linear-gradient(135deg,#eceff1,#cfd8dc);border:1px solid #0000001f;border-radius:16px;box-shadow:0 10px 25px #0003;max-width:500px;padding:2rem}.modal-header{border-bottom:1px solid #0000001f;margin-bottom:1.5rem;padding-bottom:1rem}.modal-header h2{font-size:1.8rem}.modal-close{background:none;border:none;color:#616161;cursor:pointer;transition:color .2s}.modal-close:hover{color:#f5f5f5}.modal-body{color:#212121;font-size:1.6rem;margin-bottom:2rem}.modal-footer{display:flex;gap:1rem;justify-content:flex-end}.modal-footer button{border-radius:8px;cursor:pointer;font-size:1.4rem;font-weight:500;padding:.8rem 1.5rem;transition:all .2s}.modal-footer .btn-cancel{background:#9e9e9e14;border:1px solid #616161;color:#616161}.modal-footer .btn-cancel:hover{background:#9e9e9e1f}.modal-footer .btn-confirm{background:#d32f2f14;border:1px solid #d32f2f;color:#d32f2f}.modal-footer .btn-confirm:hover{background:#d32f2f1f}.name-span{color:#212121;font-size:2.5rem!important;margin-bottom:1rem;text-align:left}@media(max-width:1100px){.name-span{font-size:2.5rem}}@media(max-width:600px){.name-span{font-size:1.5rem}}.file-input{background-color:#fafafa;border:1px solid #e0e0e0;border-radius:8px;color:#fff;cursor:pointer;margin-top:.5rem;padding:1rem;width:100%}.uploaded-images-preview{background-color:#f5f5f5;border-radius:8px;margin-top:10px;padding:10px}.uploaded-images-preview p{color:#212121;margin:0 0 8px}.uploaded-images-preview ul{margin:0;padding-left:20px}.uploaded-images-preview ul li{color:#212121;font-size:1.3rem}.no-results{color:#616161;font-size:1.4rem;padding:20px;text-align:center}.table{margin-top:20px}.table-bordered{border:1px solid #212121}.table-bordered td,.table-bordered th{border:1px solid #212121;padding:10px;text-align:left}.table-hover tbody tr:hover{background-color:#f5f5f5}.table-button--delete{background-color:#d32f2f;border:1px solid #d32f2f;border-radius:4px;color:#fff;cursor:pointer;padding:5px 10px}.table-button--delete:hover{background-color:#212121;border:1px solid #d32f2f;color:#d32f2f}select{border:1px solid #212121;border-radius:4px;cursor:pointer;font-size:14px;padding:5px 10px}select:focus{border-color:#388e3c;outline:none}select.pending{background-color:#fff8e1}select.resolved{background-color:#e8f5e8}select.rejected{background-color:#ffebee}.pending{background-color:#fff8e1}.resolved{background-color:#e8f5e8}.rejected{background-color:#ffebee}.processing{background-color:#fef7e0}.delivered,.shipped{background-color:#e8f5e8}.cancelled{background-color:#ffebee}.container_orders{max-width:none}@media(max-width:1400px){.product-form,.product-table-container{max-width:1000px}}@media(max-width:1350px){.product-form,.product-table-container{max-width:800px}}@media(max-width:1150px){.product-form,.product-table-container{max-width:600px}}@media(max-width:950px){.product-form,.product-table-container{max-width:400px}}@media(max-width:500px){.product-form,.product-table-container{max-width:300px}}.product-form{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#eceff1,#cfd8dc);border:1px solid #0000001f;border-radius:16px;box-shadow:0 8px 20px #0000001f;margin-bottom:2.5rem;padding:2rem}.product-form__title{border-bottom:1px solid #0000001f;color:#212121;font-size:1.6rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:.75rem}.product-form .form-group{margin-bottom:1.25rem}.product-form .form-group label{color:#212121;display:block;font-weight:500;margin-bottom:.5rem}.product-form .form-group input,.product-form .form-group select,.product-form .form-group textarea{background-color:#f5f5f5;border:1px solid #e0e0e0;border-radius:8px;color:#212121;font-size:1.5rem;padding:1rem 1.2rem;transition:all .3s ease;width:100%}.product-form .form-group input:focus,.product-form .form-group select:focus,.product-form .form-group textarea:focus{border-color:#1976d2;box-shadow:0 0 0 2px #1976d233;outline:none}.product-form .form-group option{background-color:#f5f5f5;border-radius:8px;color:#212121;margin-bottom:5px;padding:.75rem 1.2rem}.product-form .form-group option:checked{background-color:#1976d2;color:#fff}.product-form .form-group textarea{min-height:100px;resize:vertical}.product-form .form-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}@media(max-width:640px){.product-form .form-row{grid-template-columns:1fr}}.product-form .btn-primary{background-color:#1976d2;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:2rem;font-weight:600;margin-top:.5rem;max-width:250px!important;padding:1rem 1.8rem;transition:background-color .3s ease}.product-form .btn-primary:hover{background-color:#212121;border:1px solid #1976d2;color:#1976d2}.product-table{border-collapse:initial;border-spacing:0;width:100%}.product-table-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#eceff1,#cfd8dc);border:1px solid #0000001f;border-radius:16px;box-shadow:0 8px 20px #0000001f;margin-bottom:2.5rem;padding:2rem}.product-table-header{align-items:center;border-bottom:1px solid #0000001f;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.product-table-header h2{color:#212121;font-size:2rem;font-weight:600}@media(max-width:640px){.product-table-header{align-items:flex-start;flex-direction:column;gap:1rem}}.product-table td,.product-table th{padding:1rem;text-align:left}.product-table thead{background-color:#f5f5f5}.product-table th{border-bottom:1px solid #0000001f;color:#212121;font-size:1.5rem;font-weight:600;letter-spacing:.05em;position:sticky;text-transform:uppercase;top:0;z-index:10}.product-table .sortable-header{cursor:pointer}.product-table .sortable-header:hover{background-color:#bdbdbd}.product-table .header-content{align-items:center;display:flex;gap:.5rem;justify-content:center}.product-table tbody{background-color:#fafafa}.product-table tbody tr{border-bottom:1px solid #0000000f;transition:background-color .2s ease}.product-table tbody tr:hover{background-color:#0000000a}.product-table tbody tr:last-child{border-bottom:none}.product-table tbody td{color:#212121;font-size:1.5rem}.product-table .description-cell{max-width:300px}.product-table .description-cell .description-content{max-height:80px;overflow-y:auto;padding-right:.5rem}.product-table .description-cell .description-content::-webkit-scrollbar{width:6px}.product-table .description-cell .description-content::-webkit-scrollbar-track{background:#fafafa;border-radius:10px}.product-table .description-cell .description-content::-webkit-scrollbar-thumb{background:#1976d24d;border-radius:10px}.product-table .edit-description{background-color:#f5f5f5;border:1px solid #e0e0e0;border-radius:6px;color:#212121;font-size:1.4rem;max-height:150px;min-height:80px;overflow-y:auto;padding:.5rem;resize:vertical;width:100%}.product-table .edit-description:focus{border-color:#1976d2;box-shadow:0 0 0 2px #1976d233;outline:none}.product-table .action-cell{white-space:nowrap;width:100px}.product-table .edit-row{background-color:#f5f5f5}.product-table .edit-row td{padding:.75rem}.product-table .edit-row input{background-color:#f5f5f5;border:1px solid #e0e0e0;border-radius:6px;color:#212121;font-size:1.5rem;padding:.5rem;width:100%}.product-table .edit-row input:focus{border-color:#1976d2;box-shadow:0 0 0 2px #1976d233;outline:none}.product-table .btn-cancel,.product-table .btn-delete,.product-table .btn-edit,.product-table .btn-save{align-items:center;background:none;border-radius:6px;cursor:pointer;display:inline-flex;font-size:1.5rem;justify-content:center;margin-right:.5rem;padding:.5rem;transition:all .2s ease}.product-table .btn-cancel:focus,.product-table .btn-delete:focus,.product-table .btn-edit:focus,.product-table .btn-save:focus{outline:none}.product-table .btn-edit{border:1px solid #1976d2;color:#1976d2}.product-table .btn-edit:hover{background-color:#1976d214;border:1px solid #1976d2}.product-table .btn-delete{border:1px solid #d32f2f;color:#d32f2f}.product-table .btn-delete:hover{background-color:#d32f2f14;border:1px solid #d32f2f}.product-table .btn-save{background-color:#388e3c14;border:1px solid #388e3c;color:#388e3c;font-weight:500;padding:.5rem 1rem}.product-table .btn-save:hover{background-color:#388e3c1f;border:1px solid #388e3c}.product-table .btn-cancel{background-color:#9e9e9e14;border:1px solid #616161;color:#616161;font-weight:500;padding:.5rem 1rem}.product-table .btn-cancel:hover{background-color:#9e9e9e1f;border:1px solid #616161}.product-table .chart-container-products{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr;margin-bottom:2rem}@media(max-width:992px){.product-table .chart-container-products{grid-template-columns:1fr}}.product-table .chart-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#424242e6,#303030e6);border:1px solid #0000001f;border-radius:16px;box-shadow:0 8px 20px #0000001f;display:flex;flex-direction:column;height:350px;padding:1.5rem}.product-table .chart-item h3{border-bottom:1px solid #0000001f;color:#212121;font-size:1.25rem;font-weight:600;margin-bottom:1rem;padding-bottom:.75rem}.product-table .chart-item .chart-wrapper{flex:1 1;position:relative}.product-table .empty-state{align-items:center;background-color:#fafafa;border-radius:8px;display:flex;flex-direction:column;justify-content:center;padding:3rem 1rem;text-align:center}.product-table .empty-state .empty-icon{color:#616161;margin-bottom:1rem}.product-table .empty-state .empty-title{color:#212121;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.product-table .empty-state .empty-message{color:#212121;margin:0 auto 1.5rem;max-width:400px}.product-table .empty-state .btn-add{background-color:#1976d2;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:background-color .3s ease}.product-table .empty-state .btn-add:hover{background-color:#1976d2}@media(max-width:768px){.product-table .admin-products{padding:1rem}.product-table .product-form,.product-table .product-table-container{padding:1.5rem}.product-table .form-row{grid-template-columns:1fr}.product-table .action-cell{display:flex;flex-direction:column;gap:.5rem}.product-table .action-cell button{margin-right:0}.product-table .product-table-header h2{font-size:1.25rem}.product-table .search-container input{min-width:200px}}.algorithm-status-section{background:linear-gradient(135deg,#eceff1,#cfd8dc);border-radius:8px;box-sizing:border-box;margin-top:3rem;overflow-x:hidden;padding:2rem;width:100%}@media(max-width:800px){.algorithm-status-section{margin-top:2rem;padding:1.5rem}}@media(max-width:600px){.algorithm-status-section{margin-top:1.5rem;padding:1rem}}@media(max-width:480px){.algorithm-status-section{margin-top:1rem;padding:.75rem}}.algorithm-status-card{background:linear-gradient(135deg,#eceff1,#cfd8dc);border-radius:8px;box-shadow:0 2px 4px #00000014;box-sizing:border-box;overflow-x:hidden;padding:1.5rem;width:100%}@media(max-width:800px){.algorithm-status-card{padding:1.25rem}}@media(max-width:600px){.algorithm-status-card{padding:1rem}}@media(max-width:480px){.algorithm-status-card{padding:.75rem}}.algorithm-status-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.algorithm-status-title{align-items:center;color:#212121;display:flex;font-size:1.5rem;gap:.5rem}.algorithm-status-title .algorithm-status-icon{color:#1976d2}.algorithm-status-content .algorithm-status-description{color:#212121;margin-bottom:1.5rem}.algorithm-status-content .algorithms-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:2rem}.algorithm-status-content .algorithms-grid .algorithm-item{background:#fafafa;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem}.algorithm-status-content .algorithms-grid .algorithm-item .algorithm-name{color:#212121;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.algorithm-status-content .algorithms-grid .algorithm-item .algorithm-details{margin-bottom:1rem}.algorithm-status-content .algorithms-grid .algorithm-item .algorithm-details p{color:#212121;margin:.5rem 0}.algorithm-status-content .algorithms-grid .algorithm-item .algorithm-details p strong{color:#212121}.algorithm-status-content .algorithms-grid .algorithm-item .implementation-badge{border-radius:9999px;display:inline-block;font-size:1.25rem;font-weight:500;padding:.25rem .75rem}.algorithm-status-content .algorithms-grid .algorithm-item .implementation-badge.custom{background:#e8f5e8;border:1px solid #c8e6c9;color:#1b5e20}.algorithm-status-content .algorithms-grid .algorithm-item .implementation-badge.library{background:#e3f2fd;border:1px solid #bbdefb;color:#1565c0}.algorithm-status-content .custom-implementations{background:#e8f5e8;border:1px solid #c8e6c9;border-radius:8px;padding:1rem}.algorithm-status-content .custom-implementations h4{color:#1b5e20;margin-bottom:.5rem}.algorithm-status-content .custom-implementations .custom-methods{display:flex;flex-wrap:wrap;gap:.5rem}.algorithm-status-content .custom-implementations .custom-methods .custom-method-badge{background:#1b5e20;border-radius:4px;color:#fff;font-size:1.25rem;font-weight:500;padding:.25rem .75rem}.custom-implementation-badge{background:#e8f5e8;border:1px solid #c8e6c9;border-radius:4px;color:#1b5e20;font-size:1.25rem;font-weight:500;margin-left:.5rem;padding:.25rem .5rem}.association-rules-title{align-items:center;color:#212121;display:flex;font-size:1.5rem;gap:.5rem}.association-rules-title .custom-implementation-badge{margin-left:auto}.association-rules-controls{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem}.association-rules-controls h4{font-size:1rem;font-weight:600;margin-bottom:1rem}.association-rules-controls .threshold-inputs{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:1rem}.association-rules-controls .threshold-input-group{display:flex;flex-direction:column;gap:.5rem}.association-rules-controls .threshold-input-group label{color:#374151;display:flex;flex-direction:column;font-size:.875rem;font-weight:500;gap:.25rem}.association-rules-controls .threshold-input-group label .threshold-help{color:#6b7280;font-size:.75rem;font-style:italic;font-weight:400}.association-rules-controls .threshold-input-group input{border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;padding:.5rem;transition:border-color .2s}.association-rules-controls .threshold-input-group input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a;outline:none}.association-rules-controls .threshold-input-group input:disabled{background:#f3f4f6;cursor:not-allowed}.association-rules-controls .threshold-input-group small{color:#6b7280;font-size:.75rem;font-weight:500}.association-rules-controls .threshold-presets{background:#f3f4f6;border-radius:8px;margin:1.5rem 0;padding:1rem}.association-rules-controls .threshold-presets h5{color:#374151;font-size:.875rem;font-weight:600;margin:0 0 .75rem}.association-rules-controls .threshold-presets .preset-buttons{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.association-rules-controls .threshold-presets .preset-btn{background:#fff;border:2px solid #0000;border-radius:8px;cursor:pointer;font-size:.875rem;font-weight:500;line-height:1.4;padding:.75rem;text-align:center;transition:all .3s ease}.association-rules-controls .threshold-presets .preset-btn small{color:#6b7280;display:block;font-size:.75rem;font-weight:400;margin-top:.25rem}.association-rules-controls .threshold-presets .preset-btn:hover:not(:disabled){box-shadow:0 6px 12px #00000026;transform:translateY(-2px)}.association-rules-controls .threshold-presets .preset-btn:disabled{cursor:not-allowed;opacity:.5}.association-rules-controls .threshold-presets .preset-btn.preset-lenient{border-color:#10b981;color:#065f46}.association-rules-controls .threshold-presets .preset-btn.preset-lenient:hover:not(:disabled){background:#ecfdf5;box-shadow:0 6px 12px #10b9814d}.association-rules-controls .threshold-presets .preset-btn.preset-balanced{border-color:#f59e0b;color:#92400e}.association-rules-controls .threshold-presets .preset-btn.preset-balanced:hover:not(:disabled){background:#fffbeb;box-shadow:0 6px 12px #f59e0b4d}.association-rules-controls .threshold-presets .preset-btn.preset-strict{border-color:#ef4444;color:#991b1b}.association-rules-controls .threshold-presets .preset-btn.preset-strict:hover:not(:disabled){background:#fef2f2;box-shadow:0 6px 12px #ef44444d}.association-rules-controls .threshold-explanation{background:#eff6ff;border-left:3px solid #3b82f6;border-radius:4px;padding:.75rem 1rem}.association-rules-controls .threshold-explanation p{color:#1e40af;font-size:.8rem;margin:.25rem 0}.association-rules-controls .threshold-explanation p strong{font-weight:600}@media(max-width:768px){.algorithm-status-content .algorithms-grid{grid-template-columns:1fr}.algorithm-status-content .custom-methods .custom-method-badge{font-size:.7rem;padding:.2rem .5rem}}.modal-content-large{background:linear-gradient(135deg,#eceff1,#cfd8dc);border:1px solid #0000001f;border-radius:16px;box-shadow:0 10px 25px #0003;display:flex;flex-direction:column;max-height:90vh;max-width:1200px;padding:2rem;width:90%}.modal-body-rules{flex:1 1;margin-bottom:1rem;overflow-y:auto}.modal-body-rules .modal-empty,.modal-body-rules .modal-loading{color:#212121;font-size:1.2rem;padding:3rem;text-align:center}.rules-table-container{margin-bottom:1.5rem;overflow-x:auto}.rules-table{border-collapse:collapse;min-width:600px;width:100%}.rules-table thead{background:#212121;position:sticky;top:0;z-index:1}.rules-table thead th{color:#fff;font-size:1rem;font-weight:600;padding:1rem;text-align:left}.rules-table tbody tr{border-bottom:1px solid #0000001a;transition:background .2s}.rules-table tbody tr:hover{background:#0000000d}.rules-table tbody tr td{color:#212121;font-size:1.2rem;padding:.75rem 1rem}.rules-table tbody tr td:first-child{color:#1976d2;font-weight:600}.rules-table tbody tr td:nth-child(4),.rules-table tbody tr td:nth-child(5),.rules-table tbody tr td:nth-child(6){font-weight:500}.pagination{align-items:center;border-top:1px solid #0000001a;display:flex;gap:1rem;justify-content:center;padding:1rem 0}.pagination-btn{background:#1976d2;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:.5rem 1rem;transition:all .3s}.pagination-btn:hover:not(:disabled){background:#212121;transform:translateY(-2px)}.pagination-btn:disabled{background:#ccc;cursor:not-allowed;opacity:.5}.pagination-info{color:#212121;font-weight:500}@media(max-width:768px){.modal-content-large{max-height:85vh;padding:1.5rem;width:95%}.modal-header h2{font-size:1.5rem}.modal-body-rules .modal-empty,.modal-body-rules .modal-loading{font-size:1rem;padding:2rem}.association-rules-actions{flex-direction:column;gap:.5rem}.association-rules-actions button{width:100%}.rules-table{font-size:.8rem;min-width:500px}.rules-table thead th{font-size:.85rem;padding:.75rem .5rem}.rules-table tbody td{font-size:.8rem;padding:.5rem}.pagination{flex-wrap:wrap;gap:.5rem}.pagination-btn{flex:1 1;min-width:100px}.pagination-info{margin-bottom:.5rem;order:-1;text-align:center;width:100%}}@media(max-width:480px){.modal-content-large{max-height:80vh;padding:1rem;width:98%}.modal-header h2{font-size:1.2rem}.modal-header .modal-close{font-size:1.5rem}.rules-table{font-size:.7rem;min-width:450px}.rules-table thead th{font-size:.75rem;padding:.5rem .3rem}.rules-table tbody td{font-size:.7rem;padding:.4rem .3rem}.pagination-btn{font-size:.85rem;padding:.6rem .8rem}.pagination-info{font-size:.9rem}}.debug-container{margin:0 auto;max-width:1400px;padding:2rem}.debug-header{margin-bottom:2rem}.debug-header .debug-title{align-items:center;color:#212121;display:flex;font-size:2.5rem;gap:1rem;margin-bottom:.5rem}.debug-header .debug-title .debug-icon{color:#f97316}.debug-header .debug-description{color:#212121;font-size:1.1rem;opacity:.8}.method-selector{background:linear-gradient(135deg,#eceff1,#cfd8dc);border-radius:8px;display:flex;gap:1rem;margin-bottom:2rem;padding:1rem}.method-selector .method-tab{align-items:center;background:#fff;border:2px solid #0000;border-radius:8px;color:#212121;cursor:pointer;display:flex;flex:1 1;font-size:1rem;font-weight:500;gap:.5rem;justify-content:center;padding:1rem 2rem;transition:all .3s ease}.method-selector .method-tab .tab-icon{height:1.25rem;width:1.25rem}.method-selector .method-tab:hover{box-shadow:0 4px 8px #0000001a;transform:translateY(-2px)}.method-selector .method-tab.active{background:#1976d2;border-color:#1976d2;box-shadow:0 4px 12px #3b82f666;color:#fff}.debug-content{min-height:400px}.debug-loading{color:#212121;font-size:1.5rem;padding:4rem;text-align:center}.debug-section .section-title{color:#212121;font-size:2rem;margin-bottom:2rem}.debug-card{background:linear-gradient(135deg,#eceff1,#cfd8dc);border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem;padding:2rem}.debug-card h3{border-bottom:2px solid #1976d2;color:#212121;font-size:1.5rem;margin-bottom:1.5rem;padding-bottom:.5rem}.debug-info .info-row{border-bottom:1px solid #0000001a;display:flex;justify-content:space-between;padding:.75rem 0}.debug-info .info-row:last-child{border-bottom:none}.debug-info .info-row .label{color:#212121;font-size:1rem;font-weight:600}.debug-info .info-row .value{color:#212121;font-size:1rem}.debug-info .info-row .value.success{color:#10b981;font-weight:600}.debug-info .info-row .value.error{color:#ef4444;font-weight:600}.debug-info .info-row .value.code{background:#0000000d;border-radius:4px;font-family:Courier New,monospace;padding:.25rem .5rem}.association-table,.sentiment-table,.similarities-table{overflow-x:auto}.association-table table,.sentiment-table table,.similarities-table table{border-collapse:collapse;width:100%}.association-table table thead,.sentiment-table table thead,.similarities-table table thead{background:#212121}.association-table table thead th,.sentiment-table table thead th,.similarities-table table thead th{color:#fff;font-weight:600;padding:1rem;text-align:left}.association-table table tbody tr,.sentiment-table table tbody tr,.similarities-table table tbody tr{border-bottom:1px solid #0000001a;transition:background .2s}.association-table table tbody tr:hover,.sentiment-table table tbody tr:hover,.similarities-table table tbody tr:hover{background:#0000000d}.association-table table tbody tr td,.sentiment-table table tbody tr td,.similarities-table table tbody tr td{color:#212121;padding:.75rem 1rem}.association-table table tbody tr td.lift-value,.association-table table tbody tr td.similarity-value,.sentiment-table table tbody tr td.lift-value,.sentiment-table table tbody tr td.similarity-value,.similarities-table table tbody tr td.lift-value,.similarities-table table tbody tr td.similarity-value{color:#1976d2;font-weight:600}.association-table table tbody tr td.sentiment-positive,.sentiment-table table tbody tr td.sentiment-positive,.similarities-table table tbody tr td.sentiment-positive{color:#10b981;font-weight:600}.association-table table tbody tr td.sentiment-negative,.sentiment-table table tbody tr td.sentiment-negative,.similarities-table table tbody tr td.sentiment-negative{color:#ef4444;font-weight:600}.no-data{color:#212121;font-size:1.1rem;opacity:.6;padding:2rem;text-align:center}.product-selector{margin:1rem 0}.product-selector .product-select{background:#fff;border:2px solid #212121;border-radius:8px;color:#212121;cursor:pointer;font-size:1rem;padding:1rem;transition:all .3s;width:100%}.product-selector .product-select:focus{border-color:#1976d2;box-shadow:0 0 0 3px #3b82f61a;outline:none}.formulas{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.formulas .formula-card{background:#3b82f60d;border-left:4px solid #1976d2;border-radius:8px;padding:1.5rem}.formulas .formula-card h4{color:#1976d2;font-size:1.2rem;margin-bottom:.5rem}.formulas .formula-card .formula-text{background:#0000000d;border-radius:4px;color:#212121;font-family:Courier New,monospace;font-size:.9rem;margin-bottom:.5rem;padding:.75rem}.formulas .formula-card .formula-explanation{color:#212121;font-size:.9rem;line-height:1.5;opacity:.8}.sources-breakdown{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:1rem}.sources-breakdown .source-item{background:#3b82f608;border:1px solid #3b82f633;border-radius:8px;padding:1.5rem}.sources-breakdown .source-item h4{color:#1976d2;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.sources-breakdown .source-item .debug-info .info-row{margin-bottom:.75rem}.sources-breakdown .source-item .debug-info .info-row.interpretation{background:#10b9810d;border-left:3px solid #10b981;border-radius:4px;padding:.5rem}.opinion-detail{background:#00000005;border-left:4px solid #1976d2;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem}.opinion-detail h4{color:#1976d2;font-size:1.1rem;margin-bottom:.75rem}.opinion-detail .opinion-text{background:#0000000d;border-radius:4px;color:#212121;font-style:italic;line-height:1.6;margin-bottom:1rem;padding:1rem}.rule-detail{background:#00000005;border-left:4px solid #10b981;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem}.rule-detail h4{color:#10b981;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.rule-detail .interpretation{background:#10b9810d;border-left:3px solid #10b981;border-radius:4px;margin-top:.5rem;padding:.5rem}.associations-table{margin-top:1rem;overflow-x:auto}.associations-table table{border-collapse:collapse;width:100%}.associations-table table thead{background:#212121}.associations-table table thead th{color:#fff;font-weight:600;padding:1rem;text-align:left}.associations-table table tbody tr{border-bottom:1px solid #0000001a;transition:background .2s}.associations-table table tbody tr:hover{background:#0000000d}.associations-table table tbody tr td{color:#212121;padding:.75rem 1rem}.associations-table table tbody tr td.metric-value{font-family:Courier New,monospace;font-weight:600}.info-note{background:#3b82f61a;border-left:4px solid #1976d2;border-radius:4px;color:#212121;font-size:.95rem;line-height:1.6;margin-top:1rem;padding:1rem}.references-list{list-style:none;padding:0}.references-list li{background:#00000008;border-left:3px solid #1976d2;line-height:1.5;margin-bottom:.5rem;padding:.75rem 1rem}.reference-text,.references-list li{border-radius:4px;color:#212121;font-size:.95rem}.reference-text{background:#3b82f60d;border-left:4px solid #1976d2;font-style:italic;line-height:1.6;padding:1rem}@media(max-width:768px){.debug-container{padding:1rem}.debug-header .debug-title{font-size:1.8rem}.debug-header .debug-description{font-size:.95rem}.method-selector{flex-direction:column}.method-selector .method-tab{width:100%}.debug-card{padding:1.5rem}.debug-card h3{font-size:1.2rem}.debug-info .info-row{flex-direction:column;gap:.25rem}.association-table,.sentiment-table,.similarities-table{font-size:.85rem}.association-table table thead th,.sentiment-table table thead th,.similarities-table table thead th{padding:.75rem .5rem}.association-table table tbody td,.sentiment-table table tbody td,.similarities-table table tbody td{padding:.5rem}.formulas{grid-template-columns:1fr}}.admin-panel .action-button,.admin-panel .admin-btn,.admin-panel .btn,.admin-panel .method-tab,.admin-panel .modal-btn,.admin-panel .pagination-btn,.admin-panel .tab-btn,.admin-panel button,.admin-panel input[type=button],.admin-panel input[type=submit]{font-size:1.5rem!important;font-weight:500!important}.admin-panel .admin-form-input,.admin-panel .admin-form-select,.admin-panel .admin-form-textarea,.admin-panel .product-select,.admin-panel input:not([type=submit]):not([type=button]),.admin-panel select,.admin-panel textarea{font-size:1.5rem!important}.admin-panel .admin-page-title,.admin-panel .debug-title,.admin-panel h1{font-size:2rem!important;font-weight:600!important}.admin-panel .admin-section-title,.admin-panel .section-title,.admin-panel h2{font-size:1.75rem!important;font-weight:600!important}.admin-panel .admin-card-title,.admin-panel h3{font-size:1.5rem!important;font-weight:600!important}.admin-panel div:not(.icon-container),.admin-panel label,.admin-panel p,.admin-panel span:not(.icon):not(.lucide),.admin-panel td,.admin-panel th{font-size:1.5rem}.admin-panel .admin-hint,.admin-panel .admin-text-small,.admin-panel .status-badge,.admin-panel small{font-size:1.25rem!important}.admin-panel table{font-size:1.5rem}.admin-panel table th{font-size:1.5rem;font-weight:600}.admin-panel table td{font-size:1.5rem;font-weight:400}.admin-panel .admin-nav-item{font-size:1.5rem!important}.admin-panel .stat_Cards__content h3{font-size:1.75rem!important}.admin-panel .stat_Cards__content .value{font-size:2.5rem!important;font-weight:700!important}.admin-panel .modal-title,.admin-panel .pagination-modal h2{font-size:2rem!important}.admin-panel .debug-description,.admin-panel .info-row .label,.admin-panel .info-row .value{font-size:1.5rem!important}.admin-panel .algorithm-status-section h2,.admin-panel .association-rules-section h2{font-size:2rem!important}.admin-probabilistic{background-color:linear-gradient(135deg,#eceff1,#cfd8dc);min-height:100vh;padding:2rem}@media screen and (max-width:630px){.admin-probabilistic{max-width:400px}}.admin-probabilistic .loading{align-items:center;color:#fafafa;display:flex;font-size:1.2rem;height:100vh;justify-content:center}.admin-probabilistic .probabilistic-tabs{border-bottom:1px solid #e0e0e0;display:flex;gap:1rem;margin-bottom:2rem}@media(max-width:768px){.admin-probabilistic .probabilistic-tabs{-webkit-overflow-scrolling:touch;gap:.5rem;overflow-x:auto;scrollbar-width:thin}.admin-probabilistic .probabilistic-tabs::-webkit-scrollbar{height:6px}.admin-probabilistic .probabilistic-tabs::-webkit-scrollbar-track{background:#fff;border-radius:3px}.admin-probabilistic .probabilistic-tabs::-webkit-scrollbar-thumb{background:#1976d2;border-radius:3px}.admin-probabilistic .probabilistic-tabs::-webkit-scrollbar-thumb:hover{background:#145ca4}}.admin-probabilistic .probabilistic-tabs .tab-button{align-items:center;background:none;border:none;border-bottom:2px solid #0000;color:#212121;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease;white-space:nowrap}@media(max-width:768px){.admin-probabilistic .probabilistic-tabs .tab-button{font-size:.9rem;padding:.5rem 1rem}}.admin-probabilistic .probabilistic-tabs .tab-button:hover{color:#212121}.admin-probabilistic .probabilistic-tabs .tab-button.active{border-bottom-color:#1976d2;color:#1976d2}.admin-probabilistic .probabilistic-tabs .tab-button span{display:none}@media(min-width:768px){.admin-probabilistic .probabilistic-tabs .tab-button span{display:inline}}.admin-probabilistic .tab-content{background:linear-gradient(135deg,#eceff1,#cfd8dc);border-radius:.5rem;box-shadow:0 1px 3px #00000014;padding:1.5rem}.admin-probabilistic .forecast-section .forecast-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}@media(max-width:1024px){.admin-probabilistic .forecast-section .forecast-header{align-items:flex-start;flex-direction:column;gap:1.5rem}}.admin-probabilistic .forecast-section .forecast-header h2{color:#212121;font-size:1.875rem;font-weight:600}@media(max-width:768px){.admin-probabilistic .forecast-section .forecast-header h2{font-size:1.5rem}}.admin-probabilistic .forecast-section .forecast-header .summary-cards{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(4,1fr);width:100%}@media(max-width:1024px){.admin-probabilistic .forecast-section .forecast-header .summary-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.admin-probabilistic .forecast-section .forecast-header .summary-cards{grid-template-columns:1fr}}.admin-probabilistic .forecast-section .forecast-header .summary-cards .summary-card{background:linear-gradient(135deg,#90a4ae,#cfd8dc);border-radius:.5rem;min-width:auto;padding:1rem}.admin-probabilistic .forecast-section .forecast-header .summary-cards .summary-card h3{color:#212121;font-size:.875rem;margin-bottom:.5rem}@media(max-width:520px){.admin-probabilistic .forecast-section .forecast-header .summary-cards .summary-card h3{font-size:.8rem}}.admin-probabilistic .forecast-section .forecast-header .summary-cards .summary-card p{color:#212121;font-size:1.5rem;font-weight:600}@media(max-width:520px){.admin-probabilistic .forecast-section .forecast-header .summary-cards .summary-card p{font-size:1.2rem}.admin-probabilistic .forecast-section .forecast-header .summary-cards .summary-card small{font-size:.75rem}}.admin-probabilistic .forecast-section .chart-container{height:600px;margin-bottom:2rem;width:100%}@media(max-width:1024px){.admin-probabilistic .forecast-section .chart-container{height:450px}}@media(max-width:768px){.admin-probabilistic .forecast-section .chart-container{height:350px}}@media(max-width:520px){.admin-probabilistic .forecast-section .chart-container{height:250px}}.admin-probabilistic .forecast-section .forecast-table{-webkit-overflow-scrolling:touch;overflow-x:auto}@media(max-width:768px){.admin-probabilistic .forecast-section .forecast-table{margin:0 -1.5rem;padding:0 1.5rem}}.admin-probabilistic .forecast-section .forecast-table h3{color:#212121}@media(max-width:768px){.admin-probabilistic .forecast-section .forecast-table h3{font-size:1.2rem;margin-bottom:1rem}}.admin-probabilistic .forecast-section .forecast-table table{border-collapse:collapse;min-width:600px;width:100%}@media(max-width:768px){.admin-probabilistic .forecast-section .forecast-table table{font-size:.85rem}}.admin-probabilistic .forecast-section .forecast-table table td,.admin-probabilistic .forecast-section .forecast-table table th{border-bottom:1px solid #e0e0e0;color:#212121;padding:.75rem;text-align:left}@media(max-width:768px){.admin-probabilistic .forecast-section .forecast-table table td,.admin-probabilistic .forecast-section .forecast-table table th{padding:.5rem;white-space:nowrap}}.admin-probabilistic .forecast-section .forecast-table table th{background:linear-gradient(135deg,#eceff1,#cfd8dc);color:#212121;font-weight:600;position:sticky;top:0;z-index:1}.admin-probabilistic .forecast-section .forecast-table table tr:hover{background:linear-gradient(135deg,#eceff1,#cfd8dc)}.admin-probabilistic .demand-section .demand-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}@media(max-width:768px){.admin-probabilistic .demand-section .demand-header{align-items:flex-start;flex-direction:column;gap:1rem}}.admin-probabilistic .demand-section .demand-header h2{color:#212121}@media(max-width:768px){.admin-probabilistic .demand-section .demand-header h2{font-size:1.5rem}.admin-probabilistic .demand-section .demand-header .alerts{width:100%}}.admin-probabilistic .demand-section .demand-header .alerts .alert{align-items:center;border-radius:.375rem;display:flex;gap:.5rem;padding:.5rem 1rem}@media(max-width:520px){.admin-probabilistic .demand-section .demand-header .alerts .alert{font-size:.9rem;padding:.4rem .8rem}}.admin-probabilistic .demand-section .demand-header .alerts .alert.alert-warning{background:#fff8e1;color:#ef6c00}.admin-probabilistic .demand-section .demand-table{-webkit-overflow-scrolling:touch;overflow-x:auto}@media(max-width:768px){.admin-probabilistic .demand-section .demand-table{margin:0 -1.5rem;padding:0 1.5rem}}.admin-probabilistic .demand-section .demand-table table{border-collapse:collapse;min-width:700px;width:100%}@media(max-width:768px){.admin-probabilistic .demand-section .demand-table table{font-size:.85rem}}.admin-probabilistic .demand-section .demand-table table td,.admin-probabilistic .demand-section .demand-table table th{border-bottom:1px solid #e0e0e0;color:#212121;padding:.75rem;text-align:left}@media(max-width:768px){.admin-probabilistic .demand-section .demand-table table td,.admin-probabilistic .demand-section .demand-table table th{padding:.5rem;white-space:nowrap}}.admin-probabilistic .demand-section .demand-table table th{background:linear-gradient(135deg,#eceff1,#cfd8dc);color:#212121;font-weight:600;position:sticky;top:0;z-index:1}.admin-probabilistic .demand-section .demand-table table .status-warning{color:#d32f2f;font-weight:500}.admin-probabilistic .demand-section .demand-table table .status-ok{color:#2e7d32;font-weight:500}.admin-probabilistic .risk-section .risk-overview{margin-bottom:2rem}.admin-probabilistic .risk-section .risk-overview h2{color:#212121}@media(max-width:768px){.admin-probabilistic .risk-section .risk-overview h2{font-size:1.5rem}}.admin-probabilistic .risk-section .risk-overview .risk-summary{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:1rem}@media(max-width:768px){.admin-probabilistic .risk-section .risk-overview .risk-summary{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.admin-probabilistic .risk-section .risk-overview .risk-summary{grid-template-columns:1fr}}.admin-probabilistic .risk-section .risk-overview .risk-summary .risk-stat{background:linear-gradient(135deg,#90a4ae,#cfd8dc);border-radius:.5rem;padding:1rem}.admin-probabilistic .risk-section .risk-overview .risk-summary .risk-stat h3{color:#212121;font-size:.875rem;margin-bottom:.5rem}@media(max-width:520px){.admin-probabilistic .risk-section .risk-overview .risk-summary .risk-stat h3{font-size:.8rem}}.admin-probabilistic .risk-section .risk-overview .risk-summary .risk-stat p{color:#212121;font-size:1.5rem;font-weight:600}@media(max-width:520px){.admin-probabilistic .risk-section .risk-overview .risk-summary .risk-stat p{font-size:1.2rem}}.admin-probabilistic .risk-section .risk-charts{margin-bottom:2rem}.admin-probabilistic .risk-section .risk-charts .chart-container{height:300px}@media(max-width:768px){.admin-probabilistic .risk-section .risk-charts .chart-container{height:250px}}@media(max-width:520px){.admin-probabilistic .risk-section .risk-charts .chart-container{height:200px}}.admin-probabilistic .risk-section .risk-alerts h3{color:#212121}.admin-probabilistic .risk-section .risk-alerts .alerts-list{display:flex;flex-direction:column;gap:1rem}.admin-probabilistic .risk-section .risk-alerts .alerts-list .alert-item{border:1px solid #e0e0e0;border-radius:.5rem;padding:1rem}.admin-probabilistic .risk-section .risk-alerts .alerts-list .alert-item .alert-header{display:flex;justify-content:space-between;margin-bottom:.5rem}.admin-probabilistic .risk-section .risk-alerts .alerts-list .alert-item .alert-header .alert-type{color:#212121;font-weight:600;text-transform:capitalize}.admin-probabilistic .risk-section .risk-alerts .alerts-list .alert-item .alert-header .risk-score{border-radius:9999px;font-size:.875rem;font-weight:500;padding:.25rem .75rem}.admin-probabilistic .risk-section .risk-alerts .alerts-list .alert-item .alert-header .risk-score.score-10,.admin-probabilistic .risk-section .risk-alerts .alerts-list .alert-item .alert-header .risk-score.score-8,.admin-probabilistic .risk-section .risk-alerts .alerts-list .alert-item .alert-header .risk-score.score-9{background:#ffebee;color:#b71c1c}.admin-probabilistic .risk-section .risk-alerts .alerts-list .alert-item .alert-header .risk-score.score-4,.admin-probabilistic .risk-section .risk-alerts .alerts-list .alert-item .alert-header .risk-score.score-5,.admin-probabilistic .risk-section .risk-alerts .alerts-list .alert-item .alert-header .risk-score.score-6,.admin-probabilistic .risk-section .risk-alerts .alerts-list .alert-item .alert-header .risk-score.score-7{background:#fff8e1;color:#ef6c00}.admin-probabilistic .risk-section .risk-alerts .alerts-list .alert-item .alert-body{color:#212121;font-size:.875rem}.admin-probabilistic .risk-section .risk-alerts .alerts-list .alert-item .alert-body p{margin-bottom:.25rem}.admin-probabilistic .insights-section .insights-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}@media(max-width:768px){.admin-probabilistic .insights-section .insights-header{align-items:flex-start;flex-direction:column;gap:1rem}}.admin-probabilistic .insights-section .insights-header h2{color:#212121}@media(max-width:768px){.admin-probabilistic .insights-section .insights-header h2{font-size:1.5rem}}.admin-probabilistic .insights-section .insights-header .insights-refresh{align-items:center;background:#1976d2;border:none;border-radius:.375rem;color:#fff;cursor:pointer;display:flex;gap:.5rem;padding:.5rem 1rem;transition:background .3s ease}@media(max-width:768px){.admin-probabilistic .insights-section .insights-header .insights-refresh{justify-content:center;width:100%}}@media(max-width:520px){.admin-probabilistic .insights-section .insights-header .insights-refresh{font-size:.9rem;padding:.4rem .8rem}}.admin-probabilistic .insights-section .insights-header .insights-refresh:hover{background:#212121;border:1px solid #1976d2;color:#1976d2}.admin-probabilistic .insights-section .insights-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}@media(max-width:768px){.admin-probabilistic .insights-section .insights-grid{gap:1rem;grid-template-columns:1fr}}.admin-probabilistic .insights-section .insights-grid .insight-card{background:linear-gradient(135deg,#e0e0e0,#cfd8dc);border:1px solid #e0e0e0;border-radius:.5rem;padding:1.5rem;transition:shadow .3s ease}@media(max-width:520px){.admin-probabilistic .insights-section .insights-grid .insight-card{padding:1rem}}.admin-probabilistic .insights-section .insights-grid .insight-card:hover{box-shadow:0 4px 6px -1px #00000014}.admin-probabilistic .insights-section .insights-grid .insight-card h3{color:#212121;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}@media(max-width:520px){.admin-probabilistic .insights-section .insights-grid .insight-card h3{font-size:1rem}}.admin-probabilistic .insights-section .insights-grid .insight-card p{color:#212121;margin-bottom:1rem}@media(max-width:520px){.admin-probabilistic .insights-section .insights-grid .insight-card p{font-size:.9rem}}.admin-probabilistic .insights-section .insights-grid .insight-card .view-details{background:#1976d2;border:1px solid #1976d2;border-radius:.375rem;color:#fff;cursor:pointer;display:block;font-weight:500;padding:.5rem 1rem;text-align:center;width:100%}@media(max-width:520px){.admin-probabilistic .insights-section .insights-grid .insight-card .view-details{font-size:.9rem;padding:.4rem .8rem}}.admin-probabilistic .insights-section .insights-grid .insight-card .view-details:hover{background:#212121;border:1px solid #1976d2;color:#1976d2}.modal-overlay{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.modal-content{background-color:linear-gradient(135deg,#eceff1,#cfd8dc);border-radius:.5rem;max-height:80vh;max-width:600px;overflow-y:auto;padding:1.5rem;position:relative;width:90%}.modal-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.modal-header h2{color:#212121;font-size:1.5rem;margin:0}.modal-body{color:#424242}.modal-body .insight-modal-content h3{color:#212121;margin-bottom:1rem}.modal-body .insight-modal-content .churn-list,.modal-body .insight-modal-content .patterns-list,.modal-body .insight-modal-content .recommendations-list,.modal-body .insight-modal-content .segments-list{display:flex;flex-direction:column;gap:1rem}.modal-body .insight-modal-content .churn-item,.modal-body .insight-modal-content .pattern-item,.modal-body .insight-modal-content .recommendation-item,.modal-body .insight-modal-content .segment-item{background:linear-gradient(135deg,#e0e0e0,#cfd8dc);border-radius:.375rem;color:#212121;padding:1rem}.modal-body .insight-modal-content .churn-item p,.modal-body .insight-modal-content .pattern-item p,.modal-body .insight-modal-content .recommendation-item p,.modal-body .insight-modal-content .segment-item p{margin:.5rem 0}.modal-body .insight-modal-content .churn-item p strong,.modal-body .insight-modal-content .pattern-item p strong,.modal-body .insight-modal-content .recommendation-item p strong,.modal-body .insight-modal-content .segment-item p strong{color:#212121}.modal-body .insight-modal-content .churn-item h4,.modal-body .insight-modal-content .pattern-item h4,.modal-body .insight-modal-content .recommendation-item h4,.modal-body .insight-modal-content .segment-item h4{color:#212121;margin:0 0 .5rem}.pagination-text2,.stat-item,.stat-item span,.user-patterns-name,.user-recommendations-name{color:#212121}.error{background-color:#ffebee;border:1px solid #ffcdd2;border-radius:.5rem;margin:1rem;padding:1rem}.error h2{color:#b71c1c;margin-bottom:.5rem}.error p{color:#d32f2f;margin-bottom:1rem}.error .retry-button{background-color:#d32f2f;border-radius:.375rem;padding:.5rem 1rem}.error .retry-button:hover{background-color:#b71c1c}.client-container{background-color:#f5f5f5;display:flex;flex-direction:column;min-height:100vh}.client-panel{display:flex;flex:1 1;flex-direction:row;overflow:hidden;width:100%}.client-panel .client-aside{background-color:#eceff1;overflow-x:hidden;overflow-y:auto;padding:20px;transition:width .3s ease;width:320px}.client-panel .client-aside--open{width:320px}.client-panel .client-aside--closed{overflow:hidden;width:90px}.client-panel .client-aside--closed .client-aside__desc,.client-panel .client-aside--closed .client-aside__title{display:none}.client-panel .client-aside--closed .client-aside__list .client-aside__link{justify-content:center;padding:8px}.client-panel .client-aside__header{align-items:center;display:flex;justify-content:flex-start;margin-bottom:1rem}.client-panel .client-aside__header .client-aside__toggle{background:none;border:none;color:#212121;cursor:pointer;font-size:1.3rem;margin-right:10px}.client-panel .client-aside::-webkit-scrollbar{width:8px}.client-panel .client-aside::-webkit-scrollbar-track{background:#37474f}.client-panel .client-aside::-webkit-scrollbar-thumb{background-color:#757575;border-radius:4px}.client-panel .client-aside::-webkit-scrollbar-thumb:hover{background-color:#424242}.client-panel .client-aside__title{background-color:#cfd8dc;border-radius:5px;color:#212121;font-size:20px;font-weight:700;margin-bottom:.5rem;padding:10px}@media(max-width:1520px){.client-panel .client-aside__title{display:none}}.client-panel .client-aside__desc{color:#212121;font-size:18px;font-weight:700;margin-bottom:20px;text-align:center}.client-panel .client-aside__nav{background-color:#cfd8dc;border-radius:5px;min-width:70px;padding:10px}.client-panel .client-aside__nav .client-aside__list{list-style:none;margin:0;padding:0}.client-panel .client-aside__list{list-style:none;padding:0}.client-panel .client-aside__link{align-items:center;background-color:#0000;border-radius:8px;color:#212121;display:flex;margin-bottom:10px;padding:12px;text-decoration:none;transition:all .2s ease}.client-panel .client-aside__link--back{font-size:1.6rem;width:100%}.client-panel .client-aside__link--back:hover{background-color:#1976d2;color:#fff;transform:translateX(5px)}.client-panel .client-aside__link-icon{font-size:1.2rem;margin-right:10px}.client-panel .client-aside__link .icon-dashboard{color:#4caf50}.client-panel .client-aside__link .icon-orders{color:#d32f2f}.client-panel .client-aside__link .icon-complaints{color:#f57c00}.client-panel .client-aside__link .icon-probabilistic{color:#7b1fa2}.client-panel .client-aside__link .icon-account{color:#2e7d32}.client-panel .client-aside__link:hover{background-color:#1976d2;color:#fff;transform:translateX(5px)}.client-panel .client-aside__link--active{background-color:#1565c0;border-radius:8px;box-shadow:0 2px 5px #00000014;color:#212121;font-weight:700}.client-panel .client-aside__link--logout{background-color:#d32f2f;border:1px solid #d32f2f;color:#fff;font-size:1.5rem;margin-left:10px;margin-top:1rem;padding:1rem 2rem;transition:all .3s ease}.client-panel .client-aside__link--logout:hover:not(:disabled){background-color:#0000;border:1px solid #d32f2f;box-shadow:0 4px 12px #d32f2f4d;color:#d32f2f;transform:translateY(-2px)}.client-panel .client-aside__link--back{transition:all .3s ease}.client-panel .client-aside__link--back:hover:not(:disabled){box-shadow:0 4px 12px #1976d233;transform:translateY(-2px)}.client-panel .client-wrapper{background:#f5f5f5;flex-grow:1;overflow-x:hidden;overflow-y:auto;padding:30px}.client-panel .client-wrapper::-webkit-scrollbar{width:8px}.client-panel .client-wrapper::-webkit-scrollbar-track{background:#eceff1}.client-panel .client-wrapper::-webkit-scrollbar-thumb{background-color:#bdbdbd;border-radius:4px}.client-panel .client-wrapper::-webkit-scrollbar-thumb:hover{background-color:#9e9e9e}.client-panel .client-wrapper .client-header{align-items:center;border-bottom:2px solid #eceff1;display:flex;justify-content:space-between;margin-top:100px;padding:0 50px}.client-panel .client-wrapper .client-header__title{color:#212121}.client-panel .client-wrapper .client-header__user{align-items:center;display:flex}.client-panel .client-wrapper .client-header__user-av{border-radius:50%;height:40px;width:40px}.client-panel .client-wrapper .client-header__user-hello{color:#616161;margin-left:10px}.client-panel .client-wrapper .client-main{margin:0 auto;max-width:1200px;padding:30px}@media(max-width:1520px){.client-panel .client-wrapper .client-main{padding:0}}@media(max-width:768px){.client-panel .client-wrapper .client-main{padding:15px}}.client-panel .client-wrapper .client-main .form-container{display:flex;flex-direction:column;gap:1.5rem;margin:0 auto;max-width:600px}.client-panel .client-wrapper .client-main .form-container label{font-size:1rem;font-weight:700;margin-bottom:.5rem}.client-panel .client-wrapper .client-main .form-container input,.client-panel .client-wrapper .client-main .form-container select{border:1px solid #e0e0e0;border-radius:4px;font-size:1rem;padding:10px;width:100%}.client-panel .client-wrapper .client-main .form-container button{background-color:#388e3c;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:10px 20px;transition:background-color .3s}.client-panel .client-wrapper .client-main .form-container button:hover{background-color:#2e7d32}.client-panel .client-wrapper .small-box{border-radius:5px;color:#fff;margin-bottom:20px;padding:20px;text-align:center}.client-panel .client-wrapper .small-box.bg-primary{background-color:#1976d2}.client-panel .client-wrapper .small-box.bg-danger{background-color:#d32f2f}.client-panel .client-wrapper .small-box .inner h3{font-size:2.5rem;font-weight:700}.client-panel .client-wrapper .small-box .inner p{font-size:1.2rem}.table{border:1px solid #e0e0e0;border-collapse:collapse;margin-bottom:1.5rem;width:100%}.table td,.table th{border:1px solid #e0e0e0;padding:12px;text-align:left}.table th{background-color:#e3f2fd;font-weight:700}.table tbody tr:hover{background-color:#f5f5f5}.status-pending{color:#f57c00;font-weight:700!important}.status-pending-badge{background-color:#7b1fa214;color:#fff8e1}.status-resolved{color:#2e7d32;font-weight:700!important}.status-resolved-badge{background-color:#7b1fa214;color:#2e7d32}.status-rejected{color:#d32f2f;font-weight:700!important}.status-rejected-badge{background-color:#7b1fa214;color:#d32f2f}.status-processing{color:#1976d2;font-weight:700!important}.status-processing-badge{background-color:#7b1fa214;color:#fef7e0}.status-shipped{color:#f57c00;font-weight:700!important}.status-shipped-badge{background-color:#7b1fa214;color:#e8f5e8}.status-delivered{color:#2e7d32;font-weight:700!important}.status-delivered-badge{background-color:#7b1fa214;color:#e8f5e8}.status-cancelled{color:#d32f2f;font-weight:700!important}.status-cancelled-badge{background-color:#7b1fa214;color:#ffebee}.status-cancelled,.status-delivered,.status-pending,.status-processing,.status-rejected,.status-resolved,.status-shipped{background-color:#7b1fa214;border-radius:9999px;display:inline-block;font-size:1.2rem;font-weight:500;letter-spacing:.05em;padding:.25rem .75rem;text-transform:uppercase}.btn-main-client{background-color:#1976d2;border:1px solid #1976d2!important;color:#fff;transition:all .3s ease}.btn-main-client:hover{background-color:#fff!important;box-shadow:0 4px 12px #1976d24d;color:#1976d2!important;transform:translateY(-2px)}.text-align-client{text-align:center!important}.table-center{display:flex;justify-content:center}form{display:flex;flex-direction:column;gap:1.5rem}form button{background-color:#388e3c;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;max-width:150px;padding:10px 20px;transition:all .3s ease}form button:hover:not(:disabled){background-color:#2e7d32;box-shadow:0 4px 12px #1976d24d;transform:translateY(-2px)}.product-table-container2{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#eceff1,#cfd8dc);border:1px solid #0000001f;border-radius:16px;box-shadow:0 8px 20px #0000001f;margin-bottom:2.5rem;padding:2rem}.product-table-header2{align-items:center;border-bottom:1px solid #0000001f;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.product-table-header2 h2{color:#212121;font-size:2rem;font-weight:600}@media(max-width:640px){.product-table-header2{align-items:flex-start;flex-direction:column;gap:1rem}}.product-table2{border-collapse:initial;border-spacing:0;width:100%}.product-table2 td,.product-table2 th{padding:1rem;text-align:left}.product-table2 thead{background-color:#f5f5f5;color:#212121}.product-table2 th{border-bottom:1px solid #0000001f;color:#212121;font-size:1.5rem;font-weight:600;letter-spacing:.05em;position:sticky;text-transform:uppercase;top:0;z-index:10}.product-table2 .sortable-header{cursor:pointer}.product-table2 .sortable-header:hover{background-color:#bdbdbd}.product-table2 .header-content{align-items:center;display:flex;gap:.5rem;justify-content:center}.product-table2 tbody{background-color:#fafafa;color:#212121}.product-table2 tbody tr{border-bottom:1px solid #0000000f;transition:background-color .2s ease}.product-table2 tbody tr:hover{background-color:#0000000a}.product-table2 tbody tr:last-child{border-bottom:none}.product-table2 tbody td{color:#212121;font-size:1.5rem}.product-table2 .status-badge{border-radius:9999px;display:inline-block;font-size:.875rem;font-weight:500;letter-spacing:.05em;padding:.25rem .75rem;text-transform:uppercase}.product-table2 .btn-primary{background-color:#1976d2;border:1px solid #1976d2;border-radius:8px;color:#fff;cursor:pointer;font-size:1.4rem;font-weight:500;padding:.6rem 1rem;transition:all .3s ease}.product-table2 .btn-primary:hover:not(:disabled){background-color:#0000;box-shadow:0 4px 12px #1976d24d;color:#1976d2;transform:translateY(-2px)}.product-table2 .no-results{color:#212121;font-size:1.4rem;padding:20px;text-align:center}.search-container2{position:relative}.search-container2 input{background-color:#f5f5f5;border:1px solid #0000001f;border-radius:8px;color:#212121;font-size:1.4rem;min-width:250px;padding:1rem 1.2rem 1rem 2.5rem;transition:all .3s ease}.search-container2 input:focus{border-color:#1976d2;box-shadow:0 0 0 2px #1976d233;outline:none}.search-container2 input::placeholder{color:#424242}.search-container2 .search-icon{color:#9e9e9e;left:.75rem;position:absolute;top:50%;transform:translateY(-50%)}.table-wrapper{background-color:#fafafa;border-radius:8px;overflow-x:auto}.pagination-container{align-items:center;border-top:1px solid #0000001f;display:flex;justify-content:space-between;margin-top:1.5rem;padding-top:1rem}@media(max-width:640px){.pagination-container{flex-direction:column;gap:1rem}}.pagination-text{color:#212121;font-size:1.3rem}.pagination-controls{align-items:center!important;display:flex!important;flex-direction:row!important;gap:.5rem!important;justify-content:center!important}.pagination-button{align-items:center;background-color:#e0e0e0;border:none;border-radius:6px;color:#212121;cursor:pointer;display:flex;height:2rem;justify-content:center;padding:1.2rem;transition:all .2s ease;width:2rem}.pagination-button:hover:not(.disabled){background-color:#bdbdbd}.pagination-button.disabled{cursor:not-allowed;opacity:.5}.pagination-number{align-items:center;background-color:#e0e0e0;border:none;border-radius:6px;color:#212121;cursor:pointer;display:flex;height:2rem;justify-content:center;padding:1.2rem;transition:all .2s ease;width:2rem}.pagination-number:hover{background-color:#bdbdbd}.pagination-number.active{background-color:#1976d2;color:#fff}@media(max-width:768px){.client-panel{flex-direction:row}.client-aside{min-width:70px;width:70px}.client-dashboard h1{font-size:1.8rem}.client-dashboard .small-box .inner h3{font-size:2rem}.client-dashboard .small-box .inner p{font-size:1rem}.client-dashboard .dashboard-charts .chart-container{height:350px}.product-table td,.product-table th{padding:.75rem}.btn-primary,.product-table td,.product-table th{font-size:1.2rem}.btn-primary{padding:.5rem .75rem}.btn-primary:hover:not(:disabled){box-shadow:0 4px 12px #1976d24d;transform:translateY(-2px)}.search-container2 input{font-size:1.2rem;min-width:200px}}@media(max-width:576px){.client-panel{flex-direction:column}.client-aside{align-items:center;box-shadow:0 2px 5px #00000014;height:auto;min-width:100%;order:-1;padding:.5rem}.client-aside,.client-aside__list,.client-aside__nav{display:flex;flex-direction:row;justify-content:space-around;width:100%}.client-aside__list{align-items:center;justify-content:flex-end;margin:0;padding:0}.client-aside__toggle{display:none}.client-aside__link{font-size:2.2rem;padding:0}.client-header{margin-top:0!important}.client-wrapper{padding:.5rem}.client-dashboard h1{font-size:2rem}.client-dashboard .dashboard-charts h2{color:#212121;font-size:2.8rem}.client-main{padding:0!important}}@media(max-width:480px){.product-table-container2{padding:1rem}.product-table td,.product-table th{padding:.5rem}.btn-primary,.product-table td,.product-table th{font-size:1rem}.btn-primary{padding:.4rem .6rem}.btn-primary:hover:not(:disabled){box-shadow:0 4px 12px #1976d24d;transform:translateY(-2px)}.search-container2 input{font-size:1rem;min-width:100%}}@media(max-width:750px){.client-complaints{max-width:none}.hide-complaints{display:none}}@media(max-width:475px){.hide-complaints2{display:none}}.container{margin:0 auto;padding:1rem}h1{color:#212121;margin-bottom:1.5rem;text-align:center}.client-dashboard{height:100%}.row{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.col-md-6{padding-left:15px;padding-right:15px;position:relative;width:100%}@media(min-width:768px){.col-md-6{flex:0 0 25%;max-width:50%}}.small-box{border-radius:.5rem;box-shadow:0 2px 5px #00000014;height:100%;margin-bottom:1.5rem;padding:1.5rem;transition:transform .2s ease}.small-box.bg-primary{background-color:#1976d2;color:#fff}.small-box.bg-danger{background-color:#d32f2f;color:#fff}.small-box.bg-success{background-color:#388e3c;color:#fff}.small-box.bg-info{background-color:#ff9800;color:#fff}.small-box:hover{transform:translateY(-3px)}.small-box .inner{text-align:center}.small-box .inner h3{font-size:2.5rem;margin-bottom:.5rem}.small-box .inner p{font-size:1.1rem;margin:0}.category-distribution-chart,.order-trends-chart{margin-bottom:30px}.center-flex{align-items:center;display:flex;justify-content:center}.chart-container{height:400px;width:60%}@media(max-width:1100px){.margin-bottom-4{margin-bottom:1rem;max-width:250px}}.font-size-4{font-size:2.5rem!important}.summary-title{color:#fff;font-size:1.2rem!important;margin-bottom:.5rem}.order-summary h2{font-size:2.5rem;margin-bottom:1rem;text-align:center}.order-summary .summary-box{background:#fafafa;border:1px solid #e0e0e0;border-radius:.5rem;height:100%;margin-bottom:1rem;padding:1rem;text-align:center}.order-summary .summary-box h3{color:#212121;font-size:2rem}.dashboard-charts h2{font-weight:700;margin-bottom:1rem;text-align:center}.dashboard-charts .chart-container{margin:0 auto;max-width:100%}.dashboard-charts .chart-container canvas{height:auto!important;width:100%!important}.dashboard-recommendations h2{font-weight:700;margin-bottom:1rem;text-align:center}.dashboard-recommendations .recommendations-grid{background-color:#f5f5f5;border-radius:10px;display:flex;gap:1.5rem;justify-content:space-between;overflow-x:auto;padding:1.5em}@media(max-width:992px){.dashboard-recommendations .recommendations-grid{flex-wrap:wrap;justify-content:center}}.dashboard-recommendations .recommendations-grid .recommendation-card{background:#fff;border:1px solid #e0e0e0;border-radius:.5rem;box-shadow:0 4px 8px #00000014;flex:1 1;max-width:250px;min-width:200px;padding:.5rem;text-align:center;width:250px}.dashboard-recommendations .recommendations-grid .recommendation-card:hover{transform:translateY(-5px);transition:transform .5s ease}.dashboard-recommendations .recommendations-grid .recommendation-card img{border-radius:.5rem;height:200px;object-fit:cover;width:100%}.dashboard-recommendations .recommendations-grid .recommendation-card img:hover{transform:scale(.95);transition:transform .3s ease}.dashboard-recommendations .recommendations-grid .recommendation-card p{color:#212121;font-size:1.2rem;margin-top:.5rem}.dashboard-recommendations .recommendations-grid .recommendation-card p:hover{color:#1976d2;text-decoration:underline}@media(max-width:768px){.dashboard-recommendations .recommendations-grid .recommendation-card{min-width:45%}}@media(max-width:576px){.dashboard-recommendations .recommendations-grid .recommendation-card{min-width:100%}}@media(max-width:768px){h1{font-size:1.8rem}.small-box .inner h3{font-size:2rem}.small-box .inner p{font-size:1rem}.order-summary .summary-box{padding:.8rem}.chart-container{width:100%}}.productPage__main-img{border-radius:5px;height:200px;object-fit:cover;width:100%}.productPage__arrow{background:none;border:none;color:#424242;cursor:pointer;font-size:2rem;padding:.5em}.productPage__arrow:hover{color:#e91e63}.my-4{margin-bottom:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}@media screen and (max-width:1100px){.mt-4{display:flex;justify-content:center}}.modal-backdrop{align-items:center;animation:fadeIn .2s ease-in-out;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.modal-content2{animation:slideIn .3s ease-in-out;background-color:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;max-height:90vh;max-width:800px;overflow-y:auto;width:90%}.modal-header2{align-items:center;border-bottom:1px solid #000;display:flex;justify-content:space-between;padding:15px 20px;position:relative}.modal-header2 h2{font-size:2.2rem;font-weight:600;margin:0}.modal-body2{color:#000;padding:20px}@keyframes slideIn{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.review-form-container{margin:0 auto;max-width:600px;padding:1.5rem}.review-form-container h3{color:#212121;margin-bottom:1.5rem;text-align:center}.review-form-container-form-error{align-items:center;background-color:#ffebee;border-left:3px solid #b71c1c;border-radius:4px;color:#b71c1c;display:flex;gap:8px;margin-bottom:1rem;padding:10px}.review-form-container-form-error svg{min-width:18px}.review-form-container .rating-container{margin-bottom:1.5rem}.review-form-container .rating-container p{font-weight:500;margin-bottom:.5rem}.review-form-container .rating-container .stars-container{display:flex;gap:8px}.review-form-container .rating-container .stars-container .star-icon{cursor:pointer;transition:transform .2s}.review-form-container .rating-container .stars-container .star-icon:hover{transform:scale(1.1)}.review-form-container .review-text-container{margin-bottom:1.5rem}.review-form-container .review-text-container label{display:block;font-weight:500;margin-bottom:.5rem}.review-form-container .review-text-container textarea{border:1px solid #e0e0e0;border-radius:4px;font-family:inherit;font-size:.95rem;padding:10px;width:100%}.review-form-container .review-text-container textarea:focus{border-color:#1976d2;box-shadow:0 0 0 2px #1976d233;outline:none}.review-form-container .review-form-actions{display:flex;gap:10px;justify-content:flex-end}.review-form-container .review-form-actions button{border-radius:4px;cursor:pointer;font-weight:500;padding:8px 16px;transition:all .3s ease}.review-form-container .review-form-actions button:disabled{cursor:not-allowed;opacity:.7}.review-form-container .review-form-actions .btn-secondary{background-color:#616161;border:1px solid #616161;color:#fff}.review-form-container .review-form-actions .btn-secondary:hover:not(:disabled){background-color:#0000;border:1px solid #616161;box-shadow:0 4px 12px #6161614d;color:#616161;transform:translateY(-2px)}.review-form-container .review-form-actions .btn-primary{background-color:#1976d2;border:1px solid #1976d2;color:#fff}.review-form-container .review-form-actions .btn-primary:hover:not(:disabled){background-color:#0000;border:1px solid #1976d2;box-shadow:0 4px 12px #1976d24d;color:#1976d2;transform:translateY(-2px)}.review-form-success{padding:2rem;text-align:center}.review-form-success h3{color:#2e7d32;margin-bottom:.5rem}.review-form-success p{color:#212121}.review-btn2{background-color:#1976d2!important;border:1px solid #1976d2!important;color:#fff!important;transition:all .3s ease}.review-btn2:hover:not(:disabled){background-color:#0000!important;border:1px solid #1976d2!important;box-shadow:0 4px 12px #1976d24d;color:#1976d2!important;transform:translateY(-2px)}.client-account{background:linear-gradient(135deg,#eceff1,#cfd8dc);border-radius:8px;box-shadow:0 2px 8px #00000014;margin:2rem auto;max-width:600px;padding:1rem}.client-account h1{color:#212121;font-size:3rem;margin-bottom:2rem;text-align:center}.client-account .account-form{gap:1rem}.client-account .account-form,.client-account .account-form .form-group{display:flex;flex-direction:column}.client-account .account-form .form-group label{color:#424242;font-size:1.8rem;font-weight:700;margin-bottom:.5rem}.client-account .account-form .form-group input{background:linear-gradient(135deg,#eceff1,#cfd8dc);border:1px solid #757575;border-radius:4px;font-size:1.6rem;margin-bottom:1rem;padding:.5rem;transition:border-color .2s}.client-account .account-form .form-group input:focus{border-color:#1976d2;outline:none}.client-account .account-form .error-message{color:#d32f2f;font-size:1.9rem;text-align:left}.client-account .account-form .btn-submit{background-color:#1976d2;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1.7rem;margin-top:1rem;padding:1rem 2rem;transition:background-color .2s}.client-account .account-form .btn-submit:hover{background-color:#2e7d32}@media(max-width:576px){.client-account{padding:.5rem}.client-account h1{font-size:1.5rem}.client-account .account-form .form-group input{font-size:.9rem;padding:.4rem}.client-account .account-form .btn-submit{font-size:.9rem;padding:.6rem}}body,html{overflow-x:hidden}body,html{box-sizing:border-box;font-family:Instrument Sans,sans-serif!important;margin:0;padding:0;width:100%}.Toastify__toast-container{z-index:3000}.Toastify__close-button:hover{background-color:#ffffff1a;color:red}.loading-spinner{animation:spin 1s ease-in-out infinite;border:5px solid #0000001a;border-radius:50%;border-top-color:#6366f1;height:50px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:50px}.common-image-overlay{align-items:center;animation:fadeIn .3s ease;background:#000000eb;bottom:0;cursor:zoom-out;display:flex;height:100%;justify-content:center;left:0;position:fixed;right:0;top:0;width:100%;z-index:10000}.common-image-overlay__content{max-height:90%;max-width:90%;position:relative}.common-image-overlay__image{border-radius:8px;box-shadow:0 20px 60px #00000080;cursor:default;max-height:90vh;max-width:100%;object-fit:contain}.common-close-button{align-items:center;background:#d32f2f;border:2px solid #d32f2f;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:3rem;font-weight:300;height:50px;justify-content:center;line-height:1;position:absolute;right:-47px;top:-47px;transition:all .3s ease;width:50px;z-index:10001}.common-close-button:hover{background:#0000;border:2px solid #d32f2f;color:#ab2424;transform:rotate(90deg) scale(1.1)}.common-close-button:active{transform:rotate(90deg) scale(1)}@media(max-width:768px){.common-close-button{font-size:2.5rem;height:40px;right:20px;top:20px;width:40px}}@media(max-width:480px){.common-close-button{font-size:2rem;height:36px;right:15px;top:15px;width:36px}}.common-modal-close{align-items:center;background:#d32f2f;border:2px solid #d32f2f;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:2.4rem;font-weight:300;height:40px;justify-content:center;line-height:1;padding:0;transition:all .3s ease;width:40px}.common-modal-close:hover{background:#0000;border:2px solid #d32f2f;color:#ab2424;transform:rotate(90deg) scale(1.1)}.common-modal-close:active{transform:rotate(90deg) scale(1)}@media(max-width:768px){.common-modal-close{font-size:2rem;height:36px;width:36px}}.common-shop-image-overlay{align-items:center;animation:fadeIn .3s ease;background:#000000eb;cursor:zoom-out;display:flex;height:100%;inset:0;justify-content:center;position:fixed;width:100%;z-index:9999}.common-shop-image-overlay__content{max-height:90%;max-width:90%;position:relative}.common-shop-image-overlay__image{border-radius:10px;box-shadow:0 20px 60px #00000080;max-height:90vh;max-width:100%;object-fit:contain}.common-shop-image-overlay__close{align-items:center;background:#d32f2f;border:2px solid #d32f2f;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:3rem;font-weight:300;height:50px;justify-content:center;line-height:1;position:absolute;right:-47px;top:-47px;transition:all .3s ease;width:50px;z-index:10000}.common-shop-image-overlay__close:hover{background:#0000;border:2px solid #d32f2f;color:#ab2424;transform:rotate(90deg) scale(1.1)}.common-shop-image-overlay__close:active{transform:rotate(90deg) scale(1)}@media(max-width:768px){.common-shop-image-overlay__close{font-size:2.5rem;height:40px;right:-35px;top:-35px;width:40px}}@media(max-width:480px){.common-shop-image-overlay__close{font-size:2rem;height:36px;right:10px;top:10px;width:36px}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.client-probabilistic{padding:20px}.client-probabilistic .probabilistic-tabs{border-bottom:1px solid #e0e0e0;display:flex;margin-bottom:30px;overflow-x:auto}.client-probabilistic .probabilistic-tabs .tab-button{align-items:center;background:none;border:none;color:#757575;cursor:pointer;display:flex;font-weight:500;padding:10px 16px;transition:all .3s ease;white-space:nowrap}.client-probabilistic .probabilistic-tabs .tab-button span{margin-left:8px}.client-probabilistic .probabilistic-tabs .tab-button.active{border-bottom:2px solid #1976d2;color:#1976d2}.client-probabilistic .probabilistic-tabs .tab-button:hover:not(.active):not(:disabled){color:#1976d2;transform:translateY(-2px)}.client-probabilistic .section-header{margin-bottom:24px}.client-probabilistic .section-header h2{color:#212121;font-size:24px;margin-bottom:8px}.client-probabilistic .section-header p{color:#757575;font-size:16px}.client-probabilistic .recommendations-chart{display:flex;justify-content:center;margin-bottom:30px}@media screen and (max-width:768px){.client-probabilistic .recommendations-chart{margin-bottom:0}}.client-probabilistic .recommendations-chart .chart-container{max-width:500px;width:100%}.client-probabilistic .recommendations-chart .chart-container h3{color:#424242;margin-bottom:16px;text-align:center}.client-probabilistic .recommendations-list{margin-top:150px}@media screen and (max-width:768px){.client-probabilistic .recommendations-list{margin-top:0}}.client-probabilistic .recommendations-list h3{border-bottom:1px solid #e0e0e0;margin-bottom:16px;padding-bottom:8px}.client-probabilistic .recommendations-list .products-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.client-probabilistic .recommendations-list .products-grid .product-card{border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;transition:transform .2s,box-shadow .2s}.client-probabilistic .recommendations-list .products-grid .product-card:hover{box-shadow:0 5px 15px #00000014;transform:translateY(-5px);transition:transform .5s ease}.client-probabilistic .recommendations-list .products-grid .product-card .product-image{align-items:center;background:#fafafa;display:flex;height:180px;justify-content:center}.client-probabilistic .recommendations-list .products-grid .product-card .product-image img{max-height:100%;max-width:100%;object-fit:contain}.client-probabilistic .recommendations-list .products-grid .product-card .product-image .placeholder-image{align-items:center;background:#e0e0e0;border-radius:50%;color:#757575;display:flex;font-size:24px;height:60px;justify-content:center;width:60px}.client-probabilistic .recommendations-list .products-grid .product-card .product-details{padding:15px}.client-probabilistic .recommendations-list .products-grid .product-card .product-details h4{font-size:16px;margin-bottom:8px}.client-probabilistic .recommendations-list .products-grid .product-card .product-details h4:hover{color:#1976d2;text-decoration:underline}.client-probabilistic .recommendations-list .products-grid .product-card .product-details .product-price{color:#d32f2f;font-weight:700;margin-bottom:12px}.client-probabilistic .recommendations-list .products-grid .product-card .product-details .match-score .score-label{color:#757575;font-size:14px;margin-bottom:4px}.client-probabilistic .recommendations-list .products-grid .product-card .product-details .match-score .score-bar{background:#e0e0e0;border-radius:5px;height:10px;position:relative}.client-probabilistic .recommendations-list .products-grid .product-card .product-details .match-score .score-bar .score-fill{background:linear-gradient(90deg,#2e7d32,#66bb6a);border-radius:5px;height:100%;position:absolute}.client-probabilistic .recommendations-list .products-grid .product-card .product-details .match-score .score-bar span{font-size:12px;font-weight:700;position:absolute;right:0;top:-20px}.client-probabilistic .profile-cards{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-bottom:30px}.client-probabilistic .profile-cards .profile-card{border:1px solid #e0e0e0;border-radius:8px;overflow:hidden}.client-probabilistic .profile-cards .profile-card .card-header{background:#fafafa;border-bottom:1px solid #e0e0e0;padding:15px}.client-probabilistic .profile-cards .profile-card .card-header h3{color:#424242;font-size:18px;margin:0}.client-probabilistic .profile-cards .profile-card .card-body{padding:20px}.client-probabilistic .profile-cards .profile-card .card-body .highlight{color:#1976d2;font-size:24px;font-weight:700;margin-bottom:8px}.client-probabilistic .profile-cards .profile-card .card-body .subtext{color:#757575;font-size:14px}.client-probabilistic .timing-insights{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-bottom:30px}.client-probabilistic .timing-insights .timing-card{border:1px solid #e0e0e0;border-radius:8px;overflow:hidden}.client-probabilistic .timing-insights .timing-card .card-header{background:#fafafa;border-bottom:1px solid #e0e0e0;padding:15px}.client-probabilistic .timing-insights .timing-card .card-header h3{color:#424242;font-size:18px;margin:0}.client-probabilistic .timing-insights .timing-card .card-body{padding:20px}.client-probabilistic .timing-insights .timing-card .card-body .days-chart{align-items:flex-end;display:flex;height:100px;justify-content:space-between;margin-bottom:20px}.client-probabilistic .timing-insights .timing-card .card-body .days-chart .day-bar{background:#e0e0e0;position:relative;width:30px}.client-probabilistic .timing-insights .timing-card .card-body .days-chart .day-bar.highlight{background:#1976d2}.client-probabilistic .timing-insights .timing-card .card-body .days-chart .day-bar .day-label{bottom:-25px;font-size:12px;left:50%;position:absolute;transform:translateX(-50%)}.client-probabilistic .timing-insights .timing-card .card-body .frequency-display{align-items:center;display:flex;justify-content:center;margin-bottom:20px}.client-probabilistic .timing-insights .timing-card .card-body .frequency-display .frequency-value{text-align:center}.client-probabilistic .timing-insights .timing-card .card-body .frequency-display .frequency-value .large-number{color:#1976d2;font-size:48px;font-weight:700}.client-probabilistic .timing-insights .timing-card .card-body .frequency-display .frequency-value .unit{color:#757575;display:block;font-size:14px}.client-probabilistic .timing-insights .timing-card .card-body .timing-recommendation{color:#424242;font-size:14px;text-align:center}.client-probabilistic .timing-insights .timing-card .card-body .timing-recommendation strong{color:#1976d2}.client-probabilistic .next-purchase-prediction{border:1px solid #e0e0e0;border-radius:8px;margin-bottom:30px;padding:20px}.client-probabilistic .next-purchase-prediction h3{color:#424242;margin-bottom:16px}.client-probabilistic .next-purchase-prediction .prediction-content{align-items:center;display:flex}.client-probabilistic .next-purchase-prediction .prediction-content .prediction-icon{color:#1976d2;margin-right:20px}.client-probabilistic .next-purchase-prediction .prediction-content .prediction-details .prediction-date{color:#1976d2;font-size:24px;font-weight:700;margin-bottom:8px}.client-probabilistic .next-purchase-prediction .prediction-content .prediction-details .prediction-explanation{color:#757575;font-size:14px}.client-probabilistic .seasonal-advice{margin-bottom:30px}.client-probabilistic .seasonal-advice h3{color:#424242;margin-bottom:16px}.client-probabilistic .seasonal-advice .tips-list{list-style:none;padding:0}.client-probabilistic .seasonal-advice .tips-list .tip-item{align-items:flex-start;background:#fafafa;border-radius:8px;display:flex;margin-bottom:10px;padding:12px}.client-probabilistic .seasonal-advice .tips-list .tip-item .tip-icon{font-size:20px;margin-right:12px}.client-probabilistic .seasonal-advice .tips-list .tip-item .tip-text{color:#424242;font-size:15px}.client-probabilistic .seasonal-chart{margin-bottom:30px}.client-probabilistic .seasonal-chart h3{color:#424242;margin-bottom:16px}.client-probabilistic .seasonal-chart .chart-container{height:300px}.client-probabilistic .view-more-container{display:flex;justify-content:center;margin:20px 0}.client-probabilistic .view-more-container .view-more-button{background:#1976d2;border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:500;padding:10px 24px;transition:all .3s ease}.client-probabilistic .view-more-container .view-more-button:hover:not(:disabled){background:#212121;border:1px solid #1976d2;box-shadow:0 4px 12px #1976d24d;color:#1976d2;transform:translateY(-2px)}.client-probabilistic .modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.client-probabilistic .modal-content{background:#fff;border-radius:8px;box-shadow:0 5px 15px #0003;max-height:90vh;max-width:800px;overflow:hidden;width:90%}.client-probabilistic .modal-header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:15px 20px}.client-probabilistic .modal-header h2{color:#424242;font-size:20px;margin:0}.client-probabilistic .modal-body{max-height:calc(90vh - 60px);overflow-y:auto;padding:20px}.client-probabilistic .modal-body .profile-details h3,.client-probabilistic .modal-body .seasonal-trends h3{color:#424242;margin-bottom:16px}.client-probabilistic .modal-body .profile-details p,.client-probabilistic .modal-body .seasonal-trends p{color:#757575;margin-bottom:20px}.client-probabilistic .modal-body .profile-details .profile-stats,.client-probabilistic .modal-body .seasonal-trends .profile-stats{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));margin-bottom:30px}.client-probabilistic .modal-body .profile-details .profile-stats .stat-item,.client-probabilistic .modal-body .seasonal-trends .profile-stats .stat-item{background:#fafafa;border-radius:8px;padding:15px}.client-probabilistic .modal-body .profile-details .profile-stats .stat-item h4,.client-probabilistic .modal-body .seasonal-trends .profile-stats .stat-item h4{color:#424242;font-size:16px;margin-bottom:10px}.client-probabilistic .modal-body .profile-details .profile-stats .stat-item p,.client-probabilistic .modal-body .seasonal-trends .profile-stats .stat-item p{color:#1976d2;font-weight:700;margin:0}.client-probabilistic .modal-body .profile-details .product-preferences .preference-item,.client-probabilistic .modal-body .seasonal-trends .product-preferences .preference-item{border-bottom:1px solid #e0e0e0;padding:12px}.client-probabilistic .modal-body .profile-details .product-preferences .preference-item:last-child,.client-probabilistic .modal-body .seasonal-trends .product-preferences .preference-item:last-child{border-bottom:none}.client-probabilistic .modal-body .profile-details .product-preferences .preference-item p,.client-probabilistic .modal-body .seasonal-trends .product-preferences .preference-item p{margin-bottom:8px}.client-probabilistic .modal-body .profile-details .product-preferences .preference-item .probability-bar,.client-probabilistic .modal-body .seasonal-trends .product-preferences .preference-item .probability-bar{background:#e0e0e0;border-radius:5px;height:10px;margin-bottom:15px;position:relative}.client-probabilistic .modal-body .profile-details .product-preferences .preference-item .probability-bar .probability-fill,.client-probabilistic .modal-body .seasonal-trends .product-preferences .preference-item .probability-bar .probability-fill{background:linear-gradient(90deg,#2e7d32,#66bb6a);border-radius:5px;height:100%;position:absolute}.client-probabilistic .modal-body .profile-details .product-preferences .preference-item .probability-bar span,.client-probabilistic .modal-body .seasonal-trends .product-preferences .preference-item .probability-bar span{font-size:12px;font-weight:700;position:absolute;right:0;top:-20px}.client-probabilistic .modal-body .profile-details .seasonal-insights,.client-probabilistic .modal-body .seasonal-trends .seasonal-insights{margin-bottom:30px}.client-probabilistic .modal-body .profile-details .seasonal-insights h4,.client-probabilistic .modal-body .seasonal-trends .seasonal-insights h4{color:#424242;margin-bottom:12px}.client-probabilistic .modal-body .profile-details .seasonal-insights .seasonal-tips,.client-probabilistic .modal-body .seasonal-trends .seasonal-insights .seasonal-tips{list-style:none;padding:0}.client-probabilistic .modal-body .profile-details .seasonal-insights .seasonal-tips li,.client-probabilistic .modal-body .seasonal-trends .seasonal-insights .seasonal-tips li{background:#fafafa;border-radius:4px;color:#424242;margin-bottom:8px;padding:10px}.client-probabilistic .modal-body .profile-details .recommended-categories h4,.client-probabilistic .modal-body .seasonal-trends .recommended-categories h4{color:#424242;margin-bottom:12px}.client-probabilistic .modal-body .profile-details .recommended-categories .category-list,.client-probabilistic .modal-body .seasonal-trends .recommended-categories .category-list{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.client-probabilistic .modal-body .profile-details .recommended-categories .category-list .category-item,.client-probabilistic .modal-body .seasonal-trends .recommended-categories .category-list .category-item{background:#fafafa;border-radius:8px;padding:15px}.client-probabilistic .modal-body .profile-details .recommended-categories .category-list .category-item h5,.client-probabilistic .modal-body .seasonal-trends .recommended-categories .category-list .category-item h5{color:#1976d2;margin-bottom:10px}.client-probabilistic .modal-body .profile-details .recommended-categories .category-list .category-item p,.client-probabilistic .modal-body .seasonal-trends .recommended-categories .category-list .category-item p{color:#424242;font-size:14px;margin:0 0 5px}@media(max-width:768px){.client-probabilistic .probabilistic-tabs{flex-wrap:wrap}.client-probabilistic .probabilistic-tabs .tab-button{flex:1 1 40%;margin-bottom:5px}.client-probabilistic .recommendations-chart .chart-container{width:100%}.client-probabilistic .profile-cards,.client-probabilistic .timing-insights{grid-template-columns:1fr}.client-probabilistic .prediction-content{flex-direction:column;text-align:center}.client-probabilistic .prediction-content .prediction-icon{margin-bottom:15px;margin-right:0}}.client-probabilistic .bayesian-section .prediction-cards,.client-probabilistic .markov-section .prediction-cards{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin-bottom:30px}.client-probabilistic .bayesian-section .prediction-cards .prediction-card,.client-probabilistic .markov-section .prediction-cards .prediction-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 4px #00000014;overflow:hidden}.client-probabilistic .bayesian-section .prediction-cards .prediction-card .card-header,.client-probabilistic .markov-section .prediction-cards .prediction-card .card-header{background:#fafafa;border-bottom:1px solid #e0e0e0;padding:15px}.client-probabilistic .bayesian-section .prediction-cards .prediction-card .card-header h3,.client-probabilistic .markov-section .prediction-cards .prediction-card .card-header h3{color:#424242;font-size:16px;font-weight:600;margin:0}.client-probabilistic .bayesian-section .prediction-cards .prediction-card .card-body,.client-probabilistic .markov-section .prediction-cards .prediction-card .card-body{padding:20px}.client-probabilistic .bayesian-section .prediction-cards .prediction-card .card-body .probability-display,.client-probabilistic .markov-section .prediction-cards .prediction-card .card-body .probability-display{text-align:center}.client-probabilistic .bayesian-section .prediction-cards .prediction-card .card-body .probability-display .probability-value,.client-probabilistic .markov-section .prediction-cards .prediction-card .card-body .probability-display .probability-value{color:#1976d2;display:block;font-size:36px;font-weight:700;margin-bottom:8px}.client-probabilistic .bayesian-section .prediction-cards .prediction-card .card-body .probability-display .probability-label,.client-probabilistic .markov-section .prediction-cards .prediction-card .card-body .probability-display .probability-label{color:#757575;font-size:14px}.client-probabilistic .bayesian-section .prediction-cards .prediction-card .card-body .days-display,.client-probabilistic .markov-section .prediction-cards .prediction-card .card-body .days-display{text-align:center}.client-probabilistic .bayesian-section .prediction-cards .prediction-card .card-body .days-display .days-value,.client-probabilistic .markov-section .prediction-cards .prediction-card .card-body .days-display .days-value{color:#2e7d32;display:block;font-size:36px;font-weight:700;margin-bottom:8px}.client-probabilistic .bayesian-section .prediction-cards .prediction-card .card-body .days-display .days-label,.client-probabilistic .markov-section .prediction-cards .prediction-card .card-body .days-display .days-label{color:#757575;font-size:14px}.client-probabilistic .bayesian-section .insights-cards,.client-probabilistic .bayesian-section .sequence-predictions,.client-probabilistic .markov-section .insights-cards,.client-probabilistic .markov-section .sequence-predictions{margin-bottom:30px}.client-probabilistic .bayesian-section .insights-cards h3,.client-probabilistic .bayesian-section .sequence-predictions h3,.client-probabilistic .markov-section .insights-cards h3,.client-probabilistic .markov-section .sequence-predictions h3{border-bottom:2px solid #e0e0e0;color:#424242;font-size:20px;margin-bottom:20px;padding-bottom:8px}.client-probabilistic .bayesian-section .insights-cards .products-grid,.client-probabilistic .bayesian-section .sequence-predictions .products-grid,.client-probabilistic .markov-section .insights-cards .products-grid,.client-probabilistic .markov-section .sequence-predictions .products-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.client-probabilistic .bayesian-section .insights-cards .products-grid .product-card.prediction-card,.client-probabilistic .bayesian-section .sequence-predictions .products-grid .product-card.prediction-card,.client-probabilistic .markov-section .insights-cards .products-grid .product-card.prediction-card,.client-probabilistic .markov-section .sequence-predictions .products-grid .product-card.prediction-card{border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;transition:transform .2s,box-shadow .2s}.client-probabilistic .bayesian-section .insights-cards .products-grid .product-card.prediction-card:hover,.client-probabilistic .bayesian-section .sequence-predictions .products-grid .product-card.prediction-card:hover,.client-probabilistic .markov-section .insights-cards .products-grid .product-card.prediction-card:hover,.client-probabilistic .markov-section .sequence-predictions .products-grid .product-card.prediction-card:hover{box-shadow:0 4px 12px #00000029;transform:translateY(-3px)}.client-probabilistic .bayesian-section .insights-cards .products-grid .product-card.prediction-card .prediction-score .score-label,.client-probabilistic .bayesian-section .sequence-predictions .products-grid .product-card.prediction-card .prediction-score .score-label,.client-probabilistic .markov-section .insights-cards .products-grid .product-card.prediction-card .prediction-score .score-label,.client-probabilistic .markov-section .sequence-predictions .products-grid .product-card.prediction-card .prediction-score .score-label{color:#757575;font-size:12px;margin-bottom:4px}.client-probabilistic .bayesian-section .insights-cards .products-grid .product-card.prediction-card .prediction-score .score-bar,.client-probabilistic .bayesian-section .sequence-predictions .products-grid .product-card.prediction-card .prediction-score .score-bar,.client-probabilistic .markov-section .insights-cards .products-grid .product-card.prediction-card .prediction-score .score-bar,.client-probabilistic .markov-section .sequence-predictions .products-grid .product-card.prediction-card .prediction-score .score-bar{background:#e0e0e0;border-radius:4px;height:8px;position:relative}.client-probabilistic .bayesian-section .insights-cards .products-grid .product-card.prediction-card .prediction-score .score-bar .score-fill,.client-probabilistic .bayesian-section .sequence-predictions .products-grid .product-card.prediction-card .prediction-score .score-bar .score-fill,.client-probabilistic .markov-section .insights-cards .products-grid .product-card.prediction-card .prediction-score .score-bar .score-fill,.client-probabilistic .markov-section .sequence-predictions .products-grid .product-card.prediction-card .prediction-score .score-bar .score-fill{background:linear-gradient(90deg,#1976d2,#42a5f5);border-radius:4px;height:100%;position:absolute}.client-probabilistic .bayesian-section .insights-cards .products-grid .product-card.prediction-card .prediction-score .score-bar span,.client-probabilistic .bayesian-section .sequence-predictions .products-grid .product-card.prediction-card .prediction-score .score-bar span,.client-probabilistic .markov-section .insights-cards .products-grid .product-card.prediction-card .prediction-score .score-bar span,.client-probabilistic .markov-section .sequence-predictions .products-grid .product-card.prediction-card .prediction-score .score-bar span{color:#1976d2;font-size:11px;font-weight:700;position:absolute;right:0;top:-18px}.client-probabilistic .bayesian-section .insight-card{border:1px solid #e0e0e0;border-radius:8px;margin-bottom:20px;overflow:hidden}.client-probabilistic .bayesian-section .insight-card .card-header{background:#fafafa;border-bottom:1px solid #e0e0e0;padding:15px}.client-probabilistic .bayesian-section .insight-card .card-header h3{color:#424242;font-size:18px;margin:0}.client-probabilistic .bayesian-section .insight-card .card-body{padding:20px}.client-probabilistic .bayesian-section .insight-card .card-body .likelihood-chart .likelihood-bar{align-items:center;display:flex;margin-bottom:12px}.client-probabilistic .bayesian-section .insight-card .card-body .likelihood-chart .likelihood-bar .category-name{color:#424242;font-size:14px;margin-right:15px;width:120px}.client-probabilistic .bayesian-section .insight-card .card-body .likelihood-chart .likelihood-bar .bar-container{align-items:center;background:#e0e0e0;border-radius:10px;display:flex;flex:1 1;height:20px;position:relative}.client-probabilistic .bayesian-section .insight-card .card-body .likelihood-chart .likelihood-bar .bar-container .bar-fill{background:linear-gradient(90deg,#2e7d32,#66bb6a);border-radius:10px;height:100%;transition:width .3s ease}.client-probabilistic .bayesian-section .insight-card .card-body .likelihood-chart .likelihood-bar .bar-container .likelihood-value{color:#424242;font-size:12px;font-weight:700;position:absolute;right:8px}.client-probabilistic .bayesian-section .insight-card .card-body .churn-display{text-align:center}.client-probabilistic .bayesian-section .insight-card .card-body .churn-display .churn-indicator{margin-bottom:15px}.client-probabilistic .bayesian-section .insight-card .card-body .churn-display .churn-indicator .churn-percentage{display:block;font-size:48px;font-weight:700;margin-bottom:8px}.client-probabilistic .bayesian-section .insight-card .card-body .churn-display .churn-indicator .churn-label{display:block;font-size:16px;font-weight:600;text-transform:uppercase}.client-probabilistic .bayesian-section .insight-card .card-body .churn-display .churn-indicator.low .churn-label,.client-probabilistic .bayesian-section .insight-card .card-body .churn-display .churn-indicator.low .churn-percentage{color:#2e7d32}.client-probabilistic .bayesian-section .insight-card .card-body .churn-display .churn-indicator.medium .churn-label,.client-probabilistic .bayesian-section .insight-card .card-body .churn-display .churn-indicator.medium .churn-percentage{color:#f57c00}.client-probabilistic .bayesian-section .insight-card .card-body .churn-display .churn-indicator.high .churn-label,.client-probabilistic .bayesian-section .insight-card .card-body .churn-display .churn-indicator.high .churn-percentage{color:#d32f2f}.client-probabilistic .bayesian-section .insight-card .card-body .churn-display .churn-explanation{color:#757575;font-size:14px;font-style:italic}.client-probabilistic .bayesian-section .behavioral-patterns{margin-bottom:30px}.client-probabilistic .bayesian-section .behavioral-patterns h3{color:#424242;font-size:18px;margin-bottom:20px}.client-probabilistic .bayesian-section .behavioral-patterns .patterns-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.client-probabilistic .bayesian-section .behavioral-patterns .patterns-grid .pattern-card{background:#fafafa;border:1px solid #e0e0e0;border-radius:8px;padding:15px}.client-probabilistic .bayesian-section .behavioral-patterns .patterns-grid .pattern-card h4{color:#424242;font-size:16px;margin-bottom:10px}.client-probabilistic .bayesian-section .behavioral-patterns .patterns-grid .pattern-card .pattern-description{color:#757575;font-size:14px;margin-bottom:10px}.client-probabilistic .bayesian-section .behavioral-patterns .patterns-grid .pattern-card .pattern-confidence span{color:#1976d2;font-size:12px;font-weight:600}.client-probabilistic .bayesian-section .bayesian-recommendations .suggestions-list .suggestion-item{align-items:flex-start;background:#fafafa;border-radius:8px;display:flex;margin-bottom:15px;padding:15px}.client-probabilistic .bayesian-section .bayesian-recommendations .suggestions-list .suggestion-item .suggestion-icon{font-size:24px;margin-right:15px}.client-probabilistic .bayesian-section .bayesian-recommendations .suggestions-list .suggestion-item .suggestion-content{flex:1 1}.client-probabilistic .bayesian-section .bayesian-recommendations .suggestions-list .suggestion-item .suggestion-content h4{color:#424242;font-size:16px;margin-bottom:8px}.client-probabilistic .bayesian-section .bayesian-recommendations .suggestions-list .suggestion-item .suggestion-content p{color:#757575;font-size:14px;margin-bottom:8px}.client-probabilistic .bayesian-section .bayesian-recommendations .suggestions-list .suggestion-item .suggestion-content .suggestion-confidence{color:#1976d2;font-size:12px;font-weight:600}.client-probabilistic .sequence-analysis{background:#fafafa;border:1px solid #e0e0e0;border-radius:8px;padding:20px}.client-probabilistic .sequence-analysis h3{color:#424242;margin-bottom:20px}.client-probabilistic .sequence-analysis .pattern-insights{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.client-probabilistic .sequence-analysis .pattern-insights .insight-item{background:#fff;border-radius:8px;box-shadow:0 2px 4px #00000014;padding:15px}.client-probabilistic .sequence-analysis .pattern-insights .insight-item h4{color:#424242;font-size:14px;font-weight:600;margin-bottom:10px}.client-probabilistic .sequence-analysis .pattern-insights .insight-item p{color:#1976d2;font-weight:500;margin:0}.client-probabilistic .no-data{background:#fafafa;border-radius:8px;color:#757575;font-style:italic;margin:20px 0;padding:40px;text-align:center}@media(max-width:768px){.client-probabilistic .bayesian-section .patterns-grid,.client-probabilistic .bayesian-section .prediction-cards,.client-probabilistic .bayesian-section .products-grid,.client-probabilistic .markov-section .prediction-cards,.client-probabilistic .markov-section .products-grid{grid-template-columns:1fr}.client-probabilistic .bayesian-section .likelihood-chart .likelihood-bar{align-items:flex-start;flex-direction:column}.client-probabilistic .bayesian-section .likelihood-chart .likelihood-bar .category-name{margin-bottom:8px;width:100%}.client-probabilistic .bayesian-section .likelihood-chart .likelihood-bar .bar-container{width:100%}.client-probabilistic .sequence-analysis .pattern-insights{grid-template-columns:1fr}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error{padding:30px;text-align:center}.error h2{color:#d32f2f;margin-bottom:15px}.error .retry-button{background:#1976d2;border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:500;margin-top:20px;padding:10px 24px;transition:all .3s ease}.error .retry-button:hover:not(:disabled){background:#212121;border:1px solid #1976d2;box-shadow:0 4px 12px #1976d24d;color:#1976d2;transform:translateY(-2px)}.error .interest-item{margin-bottom:20px}.error .interest-item .interest-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.error .interest-item .interest-header .category-name{color:#212121;font-size:15px;font-weight:600}.error .interest-item .interest-header .interest-percentage{color:#1976d2;font-size:16px;font-weight:700}.error .interest-item .interest-bar{background:#1976d21a;border-radius:6px;height:12px;overflow:hidden;position:relative}.error .interest-item .interest-bar .interest-fill{background:linear-gradient(90deg,#1976d2,#378fe7);border-radius:6px;height:100%;transition:width .3s ease}.error .rule-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:20px;padding:20px;transition:all .2s}.error .rule-card:hover{border-color:#1976d2;box-shadow:0 4px 12px #00000014}.error .rule-card .rule-header{align-items:center;display:flex;gap:12px;margin-bottom:16px}.error .rule-card .rule-header .rule-number{background:#1976d2;border-radius:16px;color:#fff;font-size:12px;font-weight:600;padding:4px 12px;text-transform:uppercase}.error .rule-card .rule-header h3{color:#212121;flex:1 1;font-size:18px;margin:0}.error .rule-card .rule-body .rule-explanation{margin-bottom:16px}.error .rule-card .rule-body .rule-explanation .rule-interpretation{background:#1976d20d;border-left:3px solid #1976d2;border-radius:6px;color:#616161;font-size:15px;line-height:1.6;margin:0;padding:12px 16px}.error .rule-card .rule-body .rule-details{display:flex;flex-direction:column;gap:12px}.error .rule-card .rule-body .rule-details .rule-detail-item{display:flex;gap:8px}.error .rule-card .rule-body .rule-details .rule-detail-item .detail-label{color:#212121;font-weight:600;min-width:60px}.error .rule-card .rule-body .rule-details .rule-detail-item .detail-value{color:#616161;flex:1 1}.error .explanation-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:20px}.error .explanation-grid .explanation-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:20px;text-align:center;transition:all .2s}.error .explanation-grid .explanation-card:hover{box-shadow:0 6px 16px #0000001a;transform:translateY(-4px)}.error .explanation-grid .explanation-card .explanation-icon{align-items:center;background:#1976d2;border-radius:50%;color:#fff;display:flex;font-size:24px;font-weight:700;height:48px;justify-content:center;margin:0 auto 16px;width:48px}.error .explanation-grid .explanation-card h4{color:#212121;font-size:16px;margin-bottom:8px}.error .explanation-grid .explanation-card p{color:#616161;font-size:14px;line-height:1.5;margin:0}#pojo-a11y-toolbar{background-color:#fff;font-size:16px!important;line-height:1.4;position:fixed;top:220px;z-index:9999}@media screen and (max-width:768px){#pojo-a11y-toolbar{top:180px}}#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle{background-color:#fff;border:1px solid #ccc;position:absolute}#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a,#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle button{align-items:center;background-color:#4054b2;border:none;box-shadow:0 0 10px 0 #0000001a;color:#fff;cursor:pointer;display:flex;font-size:200%;justify-content:center;line-height:1;padding:1px;text-decoration:none}#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a:focus,#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a:hover,#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle button:focus,#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle button:hover{box-shadow:0 0 10px 0 #0003}#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a img,#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a svg,#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle button img,#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle button svg{display:block;flex-shrink:0;height:30px;max-width:none;width:30px}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay{background-color:#fff;border:1px solid #ccc;font-size:100%;width:180px}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title{background-color:#fff;color:#333;display:block;font-weight:700;line-height:2;margin:0;padding:10px 15px 0}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay.pojo-a11y-toolbar-open .pojo-a11y-toolbar-overlay,#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay.pojo-a11y-toolbar-open .pojo-a11y-toolbar-toggle a{box-shadow:0 0 10px 0 #0003}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items{list-style:none;margin:0;padding:10px 0}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items.pojo-a11y-links{border-top:1px solid}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a,#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item button{background:none;border:none;color:#333;cursor:pointer;display:block;font-size:80%;line-height:1;padding:10px 15px;text-align:left;text-decoration:none;transition:all .3s ease;width:100%}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a:hover,#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item button:hover{background-color:#f5f5f5}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a.active,#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item button.active{background-color:#4054b2;color:#fff;font-weight:700}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a .pojo-a11y-toolbar-icon,#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item button .pojo-a11y-toolbar-icon{display:inline-block;font-size:inherit;font-style:normal;font-weight:400;line-height:1;padding-right:6px;text-align:center;text-rendering:auto;vertical-align:middle;width:1.5em}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a .pojo-a11y-toolbar-text,#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item button .pojo-a11y-toolbar-text{vertical-align:middle}#pojo-a11y-toolbar.pojo-a11y-toolbar-right{right:-180px;transition:right .75s cubic-bezier(.23,1,.32,1)}#pojo-a11y-toolbar.pojo-a11y-toolbar-right.pojo-a11y-toolbar-open{right:0}#pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle{bottom:120px;right:180px}#pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle a,#pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle button{border-bottom-left-radius:3px!important;border-bottom-right-radius:0!important;border-top-left-radius:3px!important;border-top-right-radius:0!important}#pojo-a11y-toolbar.pojo-a11y-toolbar-left{left:-180px;transition:left .75s cubic-bezier(.23,1,.32,1)}#pojo-a11y-toolbar.pojo-a11y-toolbar-left.pojo-a11y-toolbar-open{left:0}#pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle{left:180px}#pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle a,#pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle button{border-bottom-left-radius:0!important;border-bottom-right-radius:3px!important;border-top-left-radius:0!important;border-top-right-radius:3px!important}html.pojo-a11y-mobile #pojo-a11y-toolbar.pojo-a11y-toolbar-left{left:auto!important;right:-180px!important}html.pojo-a11y-mobile #pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle{left:auto!important;right:180px!important}html.pojo-a11y-mobile #pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle a,html.pojo-a11y-mobile #pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle button{border-bottom-left-radius:3px!important;border-bottom-right-radius:0!important;border-top-left-radius:3px!important;border-top-right-radius:0!important}html.pojo-a11y-mobile #pojo-a11y-toolbar.pojo-a11y-toolbar-left.pojo-a11y-toolbar-open{right:0!important}html.pojo-a11y-desktop #pojo-a11y-toolbar.pojo-a11y-toolbar-left{left:-180px!important;right:auto!important}html.pojo-a11y-desktop #pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle{left:180px!important;right:auto!important}html.pojo-a11y-desktop #pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle a,html.pojo-a11y-desktop #pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle button{border-bottom-left-radius:0!important;border-bottom-right-radius:3px!important;border-top-left-radius:0!important;border-top-right-radius:3px!important}html.pojo-a11y-desktop #pojo-a11y-toolbar.pojo-a11y-toolbar-left.pojo-a11y-toolbar-open{left:0!important}.pojo-sr-only,.sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}body.pojo-a11y-focusable :focus{outline-offset:2px}body.pojo-a11y-readable-font,body.pojo-a11y-readable-font :not(i):not(span){font-family:Open Sans,Arial,Helvetica,sans-serif!important;font-weight:700!important}body.pojo-a11y-grayscale:before{-webkit-backdrop-filter:grayscale(100%);backdrop-filter:grayscale(100%);bottom:0;content:"";left:0;pointer-events:none;position:fixed;right:0;top:0;z-index:9998}body.pojo-a11y-grayscale .login-box,body.pojo-a11y-grayscale .shopping-cart,body.pojo-a11y-grayscale .tippy-content,body.pojo-a11y-grayscale .tippy-popper,body.pojo-a11y-grayscale .tippy-tooltip,body.pojo-a11y-grayscale [class*=tippy],body.pojo-a11y-grayscale [id*=tippy]{filter:grayscale(100%)!important}body.pojo-a11y-grayscale #pojo-a11y-toolbar:before{-webkit-backdrop-filter:grayscale(100%);backdrop-filter:grayscale(100%);bottom:0;content:"";left:0;pointer-events:none;position:fixed;right:0;top:0;z-index:1}body.pojo-a11y-high-contrast .placebo{line-height:normal}body.pojo-a11y-high-contrast :not(#tidio-chat):not([id^=tidio]):not([class^=tidio]):not([data-tidio]){box-shadow:none!important}body.pojo-a11y-high-contrast a,body.pojo-a11y-high-contrast article,body.pojo-a11y-high-contrast aside,body.pojo-a11y-high-contrast body,body.pojo-a11y-high-contrast button,body.pojo-a11y-high-contrast canvas,body.pojo-a11y-high-contrast caption,body.pojo-a11y-high-contrast center,body.pojo-a11y-high-contrast code,body.pojo-a11y-high-contrast col,body.pojo-a11y-high-contrast colgroup,body.pojo-a11y-high-contrast command,body.pojo-a11y-high-contrast dd,body.pojo-a11y-high-contrast del,body.pojo-a11y-high-contrast details,body.pojo-a11y-high-contrast dir,body.pojo-a11y-high-contrast div,body.pojo-a11y-high-contrast dl,body.pojo-a11y-high-contrast dt,body.pojo-a11y-high-contrast embed,body.pojo-a11y-high-contrast fieldset,body.pojo-a11y-high-contrast figcaption,body.pojo-a11y-high-contrast figure,body.pojo-a11y-high-contrast font,body.pojo-a11y-high-contrast footer,body.pojo-a11y-high-contrast form,body.pojo-a11y-high-contrast header,body.pojo-a11y-high-contrast hgroup,body.pojo-a11y-high-contrast html,body.pojo-a11y-high-contrast iframe,body.pojo-a11y-high-contrast img,body.pojo-a11y-high-contrast input,body.pojo-a11y-high-contrast ins,body.pojo-a11y-high-contrast kbd,body.pojo-a11y-high-contrast label,body.pojo-a11y-high-contrast legend,body.pojo-a11y-high-contrast li,body.pojo-a11y-high-contrast listing,body.pojo-a11y-high-contrast main,body.pojo-a11y-high-contrast mark,body.pojo-a11y-high-contrast marquee,body.pojo-a11y-high-contrast menu,body.pojo-a11y-high-contrast meter,body.pojo-a11y-high-contrast multicol,body.pojo-a11y-high-contrast nav,body.pojo-a11y-high-contrast nobr,body.pojo-a11y-high-contrast object,body.pojo-a11y-high-contrast ol,body.pojo-a11y-high-contrast option,body.pojo-a11y-high-contrast output,body.pojo-a11y-high-contrast p,body.pojo-a11y-high-contrast plaintext,body.pojo-a11y-high-contrast pre,body.pojo-a11y-high-contrast progress,body.pojo-a11y-high-contrast q,body.pojo-a11y-high-contrast rb,body.pojo-a11y-high-contrast rp,body.pojo-a11y-high-contrast rt,body.pojo-a11y-high-contrast ruby,body.pojo-a11y-high-contrast s,body.pojo-a11y-high-contrast samp,body.pojo-a11y-high-contrast section,body.pojo-a11y-high-contrast select,body.pojo-a11y-high-contrast small,body.pojo-a11y-high-contrast span,body.pojo-a11y-high-contrast strike,body.pojo-a11y-high-contrast sub,body.pojo-a11y-high-contrast summary,body.pojo-a11y-high-contrast sup,body.pojo-a11y-high-contrast svg,body.pojo-a11y-high-contrast table,body.pojo-a11y-high-contrast tbody,body.pojo-a11y-high-contrast td,body.pojo-a11y-high-contrast text,body.pojo-a11y-high-contrast textarea,body.pojo-a11y-high-contrast th,body.pojo-a11y-high-contrast thead,body.pojo-a11y-high-contrast time,body.pojo-a11y-high-contrast tr,body.pojo-a11y-high-contrast tt,body.pojo-a11y-high-contrast ul,body.pojo-a11y-high-contrast var,body.pojo-a11y-high-contrast video,body.pojo-a11y-high-contrast xmp{-webkit-appearance:none!important;appearance:none!important;background-image:none!important;text-shadow:none!important;-webkit-user-select:text!important;user-select:text!important}body.pojo-a11y-high-contrast a,body.pojo-a11y-high-contrast article,body.pojo-a11y-high-contrast aside,body.pojo-a11y-high-contrast body,body.pojo-a11y-high-contrast button,body.pojo-a11y-high-contrast canvas,body.pojo-a11y-high-contrast caption,body.pojo-a11y-high-contrast center,body.pojo-a11y-high-contrast code,body.pojo-a11y-high-contrast col,body.pojo-a11y-high-contrast colgroup,body.pojo-a11y-high-contrast command,body.pojo-a11y-high-contrast dd,body.pojo-a11y-high-contrast del,body.pojo-a11y-high-contrast details,body.pojo-a11y-high-contrast dir,body.pojo-a11y-high-contrast div,body.pojo-a11y-high-contrast dl,body.pojo-a11y-high-contrast dt,body.pojo-a11y-high-contrast embed,body.pojo-a11y-high-contrast fieldset,body.pojo-a11y-high-contrast figcaption,body.pojo-a11y-high-contrast figure,body.pojo-a11y-high-contrast font,body.pojo-a11y-high-contrast footer,body.pojo-a11y-high-contrast form,body.pojo-a11y-high-contrast header,body.pojo-a11y-high-contrast hgroup,body.pojo-a11y-high-contrast html,body.pojo-a11y-high-contrast iframe,body.pojo-a11y-high-contrast img,body.pojo-a11y-high-contrast input,body.pojo-a11y-high-contrast ins,body.pojo-a11y-high-contrast kbd,body.pojo-a11y-high-contrast label,body.pojo-a11y-high-contrast legend,body.pojo-a11y-high-contrast li,body.pojo-a11y-high-contrast listing,body.pojo-a11y-high-contrast main,body.pojo-a11y-high-contrast mark,body.pojo-a11y-high-contrast marquee,body.pojo-a11y-high-contrast menu,body.pojo-a11y-high-contrast meter,body.pojo-a11y-high-contrast multicol,body.pojo-a11y-high-contrast nav,body.pojo-a11y-high-contrast nav:not(#pojo-a11y-toolbar),body.pojo-a11y-high-contrast nobr,body.pojo-a11y-high-contrast object,body.pojo-a11y-high-contrast ol,body.pojo-a11y-high-contrast option,body.pojo-a11y-high-contrast output,body.pojo-a11y-high-contrast p,body.pojo-a11y-high-contrast plaintext,body.pojo-a11y-high-contrast pre,body.pojo-a11y-high-contrast progress,body.pojo-a11y-high-contrast q,body.pojo-a11y-high-contrast rb,body.pojo-a11y-high-contrast rp,body.pojo-a11y-high-contrast rt,body.pojo-a11y-high-contrast ruby,body.pojo-a11y-high-contrast s,body.pojo-a11y-high-contrast samp,body.pojo-a11y-high-contrast section,body.pojo-a11y-high-contrast select,body.pojo-a11y-high-contrast small,body.pojo-a11y-high-contrast span,body.pojo-a11y-high-contrast strike,body.pojo-a11y-high-contrast sub,body.pojo-a11y-high-contrast summary,body.pojo-a11y-high-contrast sup,body.pojo-a11y-high-contrast svg,body.pojo-a11y-high-contrast table,body.pojo-a11y-high-contrast tbody,body.pojo-a11y-high-contrast td,body.pojo-a11y-high-contrast text,body.pojo-a11y-high-contrast textarea,body.pojo-a11y-high-contrast th,body.pojo-a11y-high-contrast thead,body.pojo-a11y-high-contrast time,body.pojo-a11y-high-contrast tr,body.pojo-a11y-high-contrast tt,body.pojo-a11y-high-contrast ul,body.pojo-a11y-high-contrast var,body.pojo-a11y-high-contrast video,body.pojo-a11y-high-contrast xmp{background:#000!important;background-color:#000!important}body.pojo-a11y-high-contrast a,body.pojo-a11y-high-contrast article,body.pojo-a11y-high-contrast aside,body.pojo-a11y-high-contrast body,body.pojo-a11y-high-contrast button,body.pojo-a11y-high-contrast canvas,body.pojo-a11y-high-contrast caption,body.pojo-a11y-high-contrast center,body.pojo-a11y-high-contrast code,body.pojo-a11y-high-contrast col,body.pojo-a11y-high-contrast colgroup,body.pojo-a11y-high-contrast command,body.pojo-a11y-high-contrast dd,body.pojo-a11y-high-contrast del,body.pojo-a11y-high-contrast details,body.pojo-a11y-high-contrast dir,body.pojo-a11y-high-contrast div,body.pojo-a11y-high-contrast dl,body.pojo-a11y-high-contrast dt,body.pojo-a11y-high-contrast embed,body.pojo-a11y-high-contrast fieldset,body.pojo-a11y-high-contrast figcaption,body.pojo-a11y-high-contrast figure,body.pojo-a11y-high-contrast font,body.pojo-a11y-high-contrast footer,body.pojo-a11y-high-contrast form,body.pojo-a11y-high-contrast header,body.pojo-a11y-high-contrast hgroup,body.pojo-a11y-high-contrast html,body.pojo-a11y-high-contrast iframe,body.pojo-a11y-high-contrast img,body.pojo-a11y-high-contrast input,body.pojo-a11y-high-contrast ins,body.pojo-a11y-high-contrast kbd,body.pojo-a11y-high-contrast label,body.pojo-a11y-high-contrast legend,body.pojo-a11y-high-contrast li,body.pojo-a11y-high-contrast listing,body.pojo-a11y-high-contrast main,body.pojo-a11y-high-contrast mark,body.pojo-a11y-high-contrast marquee,body.pojo-a11y-high-contrast menu,body.pojo-a11y-high-contrast meter,body.pojo-a11y-high-contrast multicol,body.pojo-a11y-high-contrast nav,body.pojo-a11y-high-contrast nobr,body.pojo-a11y-high-contrast object,body.pojo-a11y-high-contrast ol,body.pojo-a11y-high-contrast option,body.pojo-a11y-high-contrast output,body.pojo-a11y-high-contrast p,body.pojo-a11y-high-contrast plaintext,body.pojo-a11y-high-contrast pre,body.pojo-a11y-high-contrast progress,body.pojo-a11y-high-contrast q,body.pojo-a11y-high-contrast rb,body.pojo-a11y-high-contrast rp,body.pojo-a11y-high-contrast rt,body.pojo-a11y-high-contrast ruby,body.pojo-a11y-high-contrast s,body.pojo-a11y-high-contrast samp,body.pojo-a11y-high-contrast section,body.pojo-a11y-high-contrast select,body.pojo-a11y-high-contrast small,body.pojo-a11y-high-contrast span,body.pojo-a11y-high-contrast strike,body.pojo-a11y-high-contrast sub,body.pojo-a11y-high-contrast summary,body.pojo-a11y-high-contrast sup,body.pojo-a11y-high-contrast svg,body.pojo-a11y-high-contrast table,body.pojo-a11y-high-contrast tbody,body.pojo-a11y-high-contrast td,body.pojo-a11y-high-contrast text,body.pojo-a11y-high-contrast textarea,body.pojo-a11y-high-contrast th,body.pojo-a11y-high-contrast thead,body.pojo-a11y-high-contrast time,body.pojo-a11y-high-contrast tr,body.pojo-a11y-high-contrast tt,body.pojo-a11y-high-contrast ul,body.pojo-a11y-high-contrast var,body.pojo-a11y-high-contrast video,body.pojo-a11y-high-contrast xmp{color:#fff!important}body.pojo-a11y-high-contrast abbr,body.pojo-a11y-high-contrast acronym,body.pojo-a11y-high-contrast b,body.pojo-a11y-high-contrast strong{color:#ff0!important}body.pojo-a11y-high-contrast address,body.pojo-a11y-high-contrast cite,body.pojo-a11y-high-contrast dfn,body.pojo-a11y-high-contrast em,body.pojo-a11y-high-contrast i,body.pojo-a11y-high-contrast u{color:#ffff80!important}body.pojo-a11y-high-contrast h1,body.pojo-a11y-high-contrast h2,body.pojo-a11y-high-contrast h3,body.pojo-a11y-high-contrast h4,body.pojo-a11y-high-contrast h5,body.pojo-a11y-high-contrast h6{color:#40c090!important}body.pojo-a11y-high-contrast img{background:gray!important;background-color:gray!important}body.pojo-a11y-high-contrast button,body.pojo-a11y-high-contrast input,body.pojo-a11y-high-contrast select,body.pojo-a11y-high-contrast table,body.pojo-a11y-high-contrast td,body.pojo-a11y-high-contrast textarea,body.pojo-a11y-high-contrast th,body.pojo-a11y-high-contrast tr,body.pojo-a11y-high-contrast tt{border:1px solid #fff!important}body.pojo-a11y-high-contrast button{background:#600040!important;background-color:#600040!important}body.pojo-a11y-high-contrast select{-webkit-appearance:listbox!important;appearance:listbox!important;background:#600060!important;background-color:#600060!important}body.pojo-a11y-high-contrast a:visited,body.pojo-a11y-high-contrast a:visited *{color:aqua!important}body.pojo-a11y-high-contrast a.button,body.pojo-a11y-high-contrast a.button:hover,body.pojo-a11y-high-contrast a:link,body.pojo-a11y-high-contrast a:visited:hover{color:#0080ff!important}body.pojo-a11y-high-contrast a.button:hover,body.pojo-a11y-high-contrast a.button:hover:hover,body.pojo-a11y-high-contrast a:link:hover,body.pojo-a11y-high-contrast a:visited:hover:hover{background:#400000!important;background-color:#400000!important}body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar):not([id^=tidio]):not([class^=tidio]):not(#tidio-chat):not([data-tidio]),body.pojo-a11y-negative-contrast:not([id^=tidio]):not([class^=tidio]):not(#tidio-chat):not([data-tidio]){background:#000!important;color:#fff!important}body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar):not([id^=tidio]):not([class^=tidio]):not(#tidio-chat):not([data-tidio]) a,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar):not([id^=tidio]):not([class^=tidio]):not(#tidio-chat):not([data-tidio]) b,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar):not([id^=tidio]):not([class^=tidio]):not(#tidio-chat):not([data-tidio]) blockquote,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar):not([id^=tidio]):not([class^=tidio]):not(#tidio-chat):not([data-tidio]) button,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar):not([id^=tidio]):not([class^=tidio]):not(#tidio-chat):not([data-tidio]) strong,body.pojo-a11y-negative-contrast:not([id^=tidio]):not([class^=tidio]):not(#tidio-chat):not([data-tidio]) a,body.pojo-a11y-negative-contrast:not([id^=tidio]):not([class^=tidio]):not(#tidio-chat):not([data-tidio]) b,body.pojo-a11y-negative-contrast:not([id^=tidio]):not([class^=tidio]):not(#tidio-chat):not([data-tidio]) blockquote,body.pojo-a11y-negative-contrast:not([id^=tidio]):not([class^=tidio]):not(#tidio-chat):not([data-tidio]) button,body.pojo-a11y-negative-contrast:not([id^=tidio]):not([class^=tidio]):not(#tidio-chat):not([data-tidio]) strong{color:#ff0!important}body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar):not([id^=tidio]):not([class^=tidio]):not(#tidio-chat):not([data-tidio]) button,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar):not([id^=tidio]):not([class^=tidio]):not(#tidio-chat):not([data-tidio]) input,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar):not([id^=tidio]):not([class^=tidio]):not(#tidio-chat):not([data-tidio]) select,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar):not([id^=tidio]):not([class^=tidio]):not(#tidio-chat):not([data-tidio]) table,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar):not([id^=tidio]):not([class^=tidio]):not(#tidio-chat):not([data-tidio]) td,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar):not([id^=tidio]):not([class^=tidio]):not(#tidio-chat):not([data-tidio]) textarea,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar):not([id^=tidio]):not([class^=tidio]):not(#tidio-chat):not([data-tidio]) th,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar):not([id^=tidio]):not([class^=tidio]):not(#tidio-chat):not([data-tidio]) tr,body.pojo-a11y-negative-contrast :not(#pojo-a11y-toolbar):not([id^=tidio]):not([class^=tidio]):not(#tidio-chat):not([data-tidio]) tt,body.pojo-a11y-negative-contrast:not([id^=tidio]):not([class^=tidio]):not(#tidio-chat):not([data-tidio]) button,body.pojo-a11y-negative-contrast:not([id^=tidio]):not([class^=tidio]):not(#tidio-chat):not([data-tidio]) input,body.pojo-a11y-negative-contrast:not([id^=tidio]):not([class^=tidio]):not(#tidio-chat):not([data-tidio]) select,body.pojo-a11y-negative-contrast:not([id^=tidio]):not([class^=tidio]):not(#tidio-chat):not([data-tidio]) table,body.pojo-a11y-negative-contrast:not([id^=tidio]):not([class^=tidio]):not(#tidio-chat):not([data-tidio]) td,body.pojo-a11y-negative-contrast:not([id^=tidio]):not([class^=tidio]):not(#tidio-chat):not([data-tidio]) textarea,body.pojo-a11y-negative-contrast:not([id^=tidio]):not([class^=tidio]):not(#tidio-chat):not([data-tidio]) th,body.pojo-a11y-negative-contrast:not([id^=tidio]):not([class^=tidio]):not(#tidio-chat):not([data-tidio]) tr,body.pojo-a11y-negative-contrast:not([id^=tidio]):not([class^=tidio]):not(#tidio-chat):not([data-tidio]) tt{border:1px solid #fff!important}body.pojo-a11y-light-background :not(#pojo-a11y-toolbar):not(.pojo-a11y-toolbar-link):not([id^=tidio]):not([class^=tidio]):not(#tidio-chat):not([data-tidio]),body.pojo-a11y-light-background:not([id^=tidio]):not([class^=tidio]):not(#tidio-chat):not([data-tidio]){background:#fff!important;color:#000!important}body.pojo-a11y-links-underline a,body.pojo-a11y-links-underline a *{text-decoration:underline!important}body.pojo-a11y-resize-font-100,body.pojo-a11y-resize-font-100 blockquote,body.pojo-a11y-resize-font-100 code,body.pojo-a11y-resize-font-100 dd,body.pojo-a11y-resize-font-100 dt,body.pojo-a11y-resize-font-100 input,body.pojo-a11y-resize-font-100 label,body.pojo-a11y-resize-font-100 legend,body.pojo-a11y-resize-font-100 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-100 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-100 pre,body.pojo-a11y-resize-font-100 select,body.pojo-a11y-resize-font-100 span,body.pojo-a11y-resize-font-100 textarea{font-size:100%!important}body.pojo-a11y-resize-font-100 h1,body.pojo-a11y-resize-font-100 h1 span,body.pojo-a11y-resize-font-100 h2,body.pojo-a11y-resize-font-100 h2 span,body.pojo-a11y-resize-font-100 h3,body.pojo-a11y-resize-font-100 h3 span,body.pojo-a11y-resize-font-100 h4,body.pojo-a11y-resize-font-100 h4 span,body.pojo-a11y-resize-font-100 h5,body.pojo-a11y-resize-font-100 h5 span,body.pojo-a11y-resize-font-100 h6,body.pojo-a11y-resize-font-100 h6 span{font-size:110%!important}body.pojo-a11y-resize-font-101,body.pojo-a11y-resize-font-101 blockquote,body.pojo-a11y-resize-font-101 code,body.pojo-a11y-resize-font-101 dd,body.pojo-a11y-resize-font-101 dt,body.pojo-a11y-resize-font-101 input,body.pojo-a11y-resize-font-101 label,body.pojo-a11y-resize-font-101 legend,body.pojo-a11y-resize-font-101 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-101 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-101 pre,body.pojo-a11y-resize-font-101 select,body.pojo-a11y-resize-font-101 span,body.pojo-a11y-resize-font-101 textarea{font-size:101%!important}body.pojo-a11y-resize-font-101 h1,body.pojo-a11y-resize-font-101 h1 span,body.pojo-a11y-resize-font-101 h2,body.pojo-a11y-resize-font-101 h2 span,body.pojo-a11y-resize-font-101 h3,body.pojo-a11y-resize-font-101 h3 span,body.pojo-a11y-resize-font-101 h4,body.pojo-a11y-resize-font-101 h4 span,body.pojo-a11y-resize-font-101 h5,body.pojo-a11y-resize-font-101 h5 span,body.pojo-a11y-resize-font-101 h6,body.pojo-a11y-resize-font-101 h6 span{font-size:111%!important}body.pojo-a11y-resize-font-102,body.pojo-a11y-resize-font-102 blockquote,body.pojo-a11y-resize-font-102 code,body.pojo-a11y-resize-font-102 dd,body.pojo-a11y-resize-font-102 dt,body.pojo-a11y-resize-font-102 input,body.pojo-a11y-resize-font-102 label,body.pojo-a11y-resize-font-102 legend,body.pojo-a11y-resize-font-102 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-102 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-102 pre,body.pojo-a11y-resize-font-102 select,body.pojo-a11y-resize-font-102 span,body.pojo-a11y-resize-font-102 textarea{font-size:102%!important}body.pojo-a11y-resize-font-102 h1,body.pojo-a11y-resize-font-102 h1 span,body.pojo-a11y-resize-font-102 h2,body.pojo-a11y-resize-font-102 h2 span,body.pojo-a11y-resize-font-102 h3,body.pojo-a11y-resize-font-102 h3 span,body.pojo-a11y-resize-font-102 h4,body.pojo-a11y-resize-font-102 h4 span,body.pojo-a11y-resize-font-102 h5,body.pojo-a11y-resize-font-102 h5 span,body.pojo-a11y-resize-font-102 h6,body.pojo-a11y-resize-font-102 h6 span{font-size:112%!important}body.pojo-a11y-resize-font-103,body.pojo-a11y-resize-font-103 blockquote,body.pojo-a11y-resize-font-103 code,body.pojo-a11y-resize-font-103 dd,body.pojo-a11y-resize-font-103 dt,body.pojo-a11y-resize-font-103 input,body.pojo-a11y-resize-font-103 label,body.pojo-a11y-resize-font-103 legend,body.pojo-a11y-resize-font-103 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-103 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-103 pre,body.pojo-a11y-resize-font-103 select,body.pojo-a11y-resize-font-103 span,body.pojo-a11y-resize-font-103 textarea{font-size:103%!important}body.pojo-a11y-resize-font-103 h1,body.pojo-a11y-resize-font-103 h1 span,body.pojo-a11y-resize-font-103 h2,body.pojo-a11y-resize-font-103 h2 span,body.pojo-a11y-resize-font-103 h3,body.pojo-a11y-resize-font-103 h3 span,body.pojo-a11y-resize-font-103 h4,body.pojo-a11y-resize-font-103 h4 span,body.pojo-a11y-resize-font-103 h5,body.pojo-a11y-resize-font-103 h5 span,body.pojo-a11y-resize-font-103 h6,body.pojo-a11y-resize-font-103 h6 span{font-size:113%!important}body.pojo-a11y-resize-font-104,body.pojo-a11y-resize-font-104 blockquote,body.pojo-a11y-resize-font-104 code,body.pojo-a11y-resize-font-104 dd,body.pojo-a11y-resize-font-104 dt,body.pojo-a11y-resize-font-104 input,body.pojo-a11y-resize-font-104 label,body.pojo-a11y-resize-font-104 legend,body.pojo-a11y-resize-font-104 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-104 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-104 pre,body.pojo-a11y-resize-font-104 select,body.pojo-a11y-resize-font-104 span,body.pojo-a11y-resize-font-104 textarea{font-size:104%!important}body.pojo-a11y-resize-font-104 h1,body.pojo-a11y-resize-font-104 h1 span,body.pojo-a11y-resize-font-104 h2,body.pojo-a11y-resize-font-104 h2 span,body.pojo-a11y-resize-font-104 h3,body.pojo-a11y-resize-font-104 h3 span,body.pojo-a11y-resize-font-104 h4,body.pojo-a11y-resize-font-104 h4 span,body.pojo-a11y-resize-font-104 h5,body.pojo-a11y-resize-font-104 h5 span,body.pojo-a11y-resize-font-104 h6,body.pojo-a11y-resize-font-104 h6 span{font-size:114%!important}body.pojo-a11y-resize-font-105,body.pojo-a11y-resize-font-105 blockquote,body.pojo-a11y-resize-font-105 code,body.pojo-a11y-resize-font-105 dd,body.pojo-a11y-resize-font-105 dt,body.pojo-a11y-resize-font-105 input,body.pojo-a11y-resize-font-105 label,body.pojo-a11y-resize-font-105 legend,body.pojo-a11y-resize-font-105 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-105 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-105 pre,body.pojo-a11y-resize-font-105 select,body.pojo-a11y-resize-font-105 span,body.pojo-a11y-resize-font-105 textarea{font-size:105%!important}body.pojo-a11y-resize-font-105 h1,body.pojo-a11y-resize-font-105 h1 span,body.pojo-a11y-resize-font-105 h2,body.pojo-a11y-resize-font-105 h2 span,body.pojo-a11y-resize-font-105 h3,body.pojo-a11y-resize-font-105 h3 span,body.pojo-a11y-resize-font-105 h4,body.pojo-a11y-resize-font-105 h4 span,body.pojo-a11y-resize-font-105 h5,body.pojo-a11y-resize-font-105 h5 span,body.pojo-a11y-resize-font-105 h6,body.pojo-a11y-resize-font-105 h6 span{font-size:116%!important}body.pojo-a11y-resize-font-106,body.pojo-a11y-resize-font-106 blockquote,body.pojo-a11y-resize-font-106 code,body.pojo-a11y-resize-font-106 dd,body.pojo-a11y-resize-font-106 dt,body.pojo-a11y-resize-font-106 input,body.pojo-a11y-resize-font-106 label,body.pojo-a11y-resize-font-106 legend,body.pojo-a11y-resize-font-106 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-106 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-106 pre,body.pojo-a11y-resize-font-106 select,body.pojo-a11y-resize-font-106 span,body.pojo-a11y-resize-font-106 textarea{font-size:106%!important}body.pojo-a11y-resize-font-106 h1,body.pojo-a11y-resize-font-106 h1 span,body.pojo-a11y-resize-font-106 h2,body.pojo-a11y-resize-font-106 h2 span,body.pojo-a11y-resize-font-106 h3,body.pojo-a11y-resize-font-106 h3 span,body.pojo-a11y-resize-font-106 h4,body.pojo-a11y-resize-font-106 h4 span,body.pojo-a11y-resize-font-106 h5,body.pojo-a11y-resize-font-106 h5 span,body.pojo-a11y-resize-font-106 h6,body.pojo-a11y-resize-font-106 h6 span{font-size:117%!important}body.pojo-a11y-resize-font-107,body.pojo-a11y-resize-font-107 blockquote,body.pojo-a11y-resize-font-107 code,body.pojo-a11y-resize-font-107 dd,body.pojo-a11y-resize-font-107 dt,body.pojo-a11y-resize-font-107 input,body.pojo-a11y-resize-font-107 label,body.pojo-a11y-resize-font-107 legend,body.pojo-a11y-resize-font-107 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-107 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-107 pre,body.pojo-a11y-resize-font-107 select,body.pojo-a11y-resize-font-107 span,body.pojo-a11y-resize-font-107 textarea{font-size:107%!important}body.pojo-a11y-resize-font-107 h1,body.pojo-a11y-resize-font-107 h1 span,body.pojo-a11y-resize-font-107 h2,body.pojo-a11y-resize-font-107 h2 span,body.pojo-a11y-resize-font-107 h3,body.pojo-a11y-resize-font-107 h3 span,body.pojo-a11y-resize-font-107 h4,body.pojo-a11y-resize-font-107 h4 span,body.pojo-a11y-resize-font-107 h5,body.pojo-a11y-resize-font-107 h5 span,body.pojo-a11y-resize-font-107 h6,body.pojo-a11y-resize-font-107 h6 span{font-size:118%!important}body.pojo-a11y-resize-font-108,body.pojo-a11y-resize-font-108 blockquote,body.pojo-a11y-resize-font-108 code,body.pojo-a11y-resize-font-108 dd,body.pojo-a11y-resize-font-108 dt,body.pojo-a11y-resize-font-108 input,body.pojo-a11y-resize-font-108 label,body.pojo-a11y-resize-font-108 legend,body.pojo-a11y-resize-font-108 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-108 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-108 pre,body.pojo-a11y-resize-font-108 select,body.pojo-a11y-resize-font-108 span,body.pojo-a11y-resize-font-108 textarea{font-size:108%!important}body.pojo-a11y-resize-font-108 h1,body.pojo-a11y-resize-font-108 h1 span,body.pojo-a11y-resize-font-108 h2,body.pojo-a11y-resize-font-108 h2 span,body.pojo-a11y-resize-font-108 h3,body.pojo-a11y-resize-font-108 h3 span,body.pojo-a11y-resize-font-108 h4,body.pojo-a11y-resize-font-108 h4 span,body.pojo-a11y-resize-font-108 h5,body.pojo-a11y-resize-font-108 h5 span,body.pojo-a11y-resize-font-108 h6,body.pojo-a11y-resize-font-108 h6 span{font-size:119%!important}body.pojo-a11y-resize-font-109,body.pojo-a11y-resize-font-109 blockquote,body.pojo-a11y-resize-font-109 code,body.pojo-a11y-resize-font-109 dd,body.pojo-a11y-resize-font-109 dt,body.pojo-a11y-resize-font-109 input,body.pojo-a11y-resize-font-109 label,body.pojo-a11y-resize-font-109 legend,body.pojo-a11y-resize-font-109 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-109 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-109 pre,body.pojo-a11y-resize-font-109 select,body.pojo-a11y-resize-font-109 span,body.pojo-a11y-resize-font-109 textarea{font-size:109%!important}body.pojo-a11y-resize-font-109 h1,body.pojo-a11y-resize-font-109 h1 span,body.pojo-a11y-resize-font-109 h2,body.pojo-a11y-resize-font-109 h2 span,body.pojo-a11y-resize-font-109 h3,body.pojo-a11y-resize-font-109 h3 span,body.pojo-a11y-resize-font-109 h4,body.pojo-a11y-resize-font-109 h4 span,body.pojo-a11y-resize-font-109 h5,body.pojo-a11y-resize-font-109 h5 span,body.pojo-a11y-resize-font-109 h6,body.pojo-a11y-resize-font-109 h6 span{font-size:120%!important}body.pojo-a11y-resize-font-110,body.pojo-a11y-resize-font-110 blockquote,body.pojo-a11y-resize-font-110 code,body.pojo-a11y-resize-font-110 dd,body.pojo-a11y-resize-font-110 dt,body.pojo-a11y-resize-font-110 input,body.pojo-a11y-resize-font-110 label,body.pojo-a11y-resize-font-110 legend,body.pojo-a11y-resize-font-110 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-110 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-110 pre,body.pojo-a11y-resize-font-110 select,body.pojo-a11y-resize-font-110 span,body.pojo-a11y-resize-font-110 textarea{font-size:110%!important}body.pojo-a11y-resize-font-110 h1,body.pojo-a11y-resize-font-110 h1 span,body.pojo-a11y-resize-font-110 h2,body.pojo-a11y-resize-font-110 h2 span,body.pojo-a11y-resize-font-110 h3,body.pojo-a11y-resize-font-110 h3 span,body.pojo-a11y-resize-font-110 h4,body.pojo-a11y-resize-font-110 h4 span,body.pojo-a11y-resize-font-110 h5,body.pojo-a11y-resize-font-110 h5 span,body.pojo-a11y-resize-font-110 h6,body.pojo-a11y-resize-font-110 h6 span{font-size:121%!important}body.pojo-a11y-resize-font-111,body.pojo-a11y-resize-font-111 blockquote,body.pojo-a11y-resize-font-111 code,body.pojo-a11y-resize-font-111 dd,body.pojo-a11y-resize-font-111 dt,body.pojo-a11y-resize-font-111 input,body.pojo-a11y-resize-font-111 label,body.pojo-a11y-resize-font-111 legend,body.pojo-a11y-resize-font-111 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-111 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-111 pre,body.pojo-a11y-resize-font-111 select,body.pojo-a11y-resize-font-111 span,body.pojo-a11y-resize-font-111 textarea{font-size:111%!important}body.pojo-a11y-resize-font-111 h1,body.pojo-a11y-resize-font-111 h1 span,body.pojo-a11y-resize-font-111 h2,body.pojo-a11y-resize-font-111 h2 span,body.pojo-a11y-resize-font-111 h3,body.pojo-a11y-resize-font-111 h3 span,body.pojo-a11y-resize-font-111 h4,body.pojo-a11y-resize-font-111 h4 span,body.pojo-a11y-resize-font-111 h5,body.pojo-a11y-resize-font-111 h5 span,body.pojo-a11y-resize-font-111 h6,body.pojo-a11y-resize-font-111 h6 span{font-size:122%!important}body.pojo-a11y-resize-font-112,body.pojo-a11y-resize-font-112 blockquote,body.pojo-a11y-resize-font-112 code,body.pojo-a11y-resize-font-112 dd,body.pojo-a11y-resize-font-112 dt,body.pojo-a11y-resize-font-112 input,body.pojo-a11y-resize-font-112 label,body.pojo-a11y-resize-font-112 legend,body.pojo-a11y-resize-font-112 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-112 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-112 pre,body.pojo-a11y-resize-font-112 select,body.pojo-a11y-resize-font-112 span,body.pojo-a11y-resize-font-112 textarea{font-size:112%!important}body.pojo-a11y-resize-font-112 h1,body.pojo-a11y-resize-font-112 h1 span,body.pojo-a11y-resize-font-112 h2,body.pojo-a11y-resize-font-112 h2 span,body.pojo-a11y-resize-font-112 h3,body.pojo-a11y-resize-font-112 h3 span,body.pojo-a11y-resize-font-112 h4,body.pojo-a11y-resize-font-112 h4 span,body.pojo-a11y-resize-font-112 h5,body.pojo-a11y-resize-font-112 h5 span,body.pojo-a11y-resize-font-112 h6,body.pojo-a11y-resize-font-112 h6 span{font-size:123%!important}body.pojo-a11y-resize-font-113,body.pojo-a11y-resize-font-113 blockquote,body.pojo-a11y-resize-font-113 code,body.pojo-a11y-resize-font-113 dd,body.pojo-a11y-resize-font-113 dt,body.pojo-a11y-resize-font-113 input,body.pojo-a11y-resize-font-113 label,body.pojo-a11y-resize-font-113 legend,body.pojo-a11y-resize-font-113 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-113 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-113 pre,body.pojo-a11y-resize-font-113 select,body.pojo-a11y-resize-font-113 span,body.pojo-a11y-resize-font-113 textarea{font-size:113%!important}body.pojo-a11y-resize-font-113 h1,body.pojo-a11y-resize-font-113 h1 span,body.pojo-a11y-resize-font-113 h2,body.pojo-a11y-resize-font-113 h2 span,body.pojo-a11y-resize-font-113 h3,body.pojo-a11y-resize-font-113 h3 span,body.pojo-a11y-resize-font-113 h4,body.pojo-a11y-resize-font-113 h4 span,body.pojo-a11y-resize-font-113 h5,body.pojo-a11y-resize-font-113 h5 span,body.pojo-a11y-resize-font-113 h6,body.pojo-a11y-resize-font-113 h6 span{font-size:124%!important}body.pojo-a11y-resize-font-114,body.pojo-a11y-resize-font-114 blockquote,body.pojo-a11y-resize-font-114 code,body.pojo-a11y-resize-font-114 dd,body.pojo-a11y-resize-font-114 dt,body.pojo-a11y-resize-font-114 input,body.pojo-a11y-resize-font-114 label,body.pojo-a11y-resize-font-114 legend,body.pojo-a11y-resize-font-114 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-114 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-114 pre,body.pojo-a11y-resize-font-114 select,body.pojo-a11y-resize-font-114 span,body.pojo-a11y-resize-font-114 textarea{font-size:114%!important}body.pojo-a11y-resize-font-114 h1,body.pojo-a11y-resize-font-114 h1 span,body.pojo-a11y-resize-font-114 h2,body.pojo-a11y-resize-font-114 h2 span,body.pojo-a11y-resize-font-114 h3,body.pojo-a11y-resize-font-114 h3 span,body.pojo-a11y-resize-font-114 h4,body.pojo-a11y-resize-font-114 h4 span,body.pojo-a11y-resize-font-114 h5,body.pojo-a11y-resize-font-114 h5 span,body.pojo-a11y-resize-font-114 h6,body.pojo-a11y-resize-font-114 h6 span{font-size:125%!important}body.pojo-a11y-resize-font-115,body.pojo-a11y-resize-font-115 blockquote,body.pojo-a11y-resize-font-115 code,body.pojo-a11y-resize-font-115 dd,body.pojo-a11y-resize-font-115 dt,body.pojo-a11y-resize-font-115 input,body.pojo-a11y-resize-font-115 label,body.pojo-a11y-resize-font-115 legend,body.pojo-a11y-resize-font-115 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-115 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-115 pre,body.pojo-a11y-resize-font-115 select,body.pojo-a11y-resize-font-115 span,body.pojo-a11y-resize-font-115 textarea{font-size:115%!important}body.pojo-a11y-resize-font-115 h1,body.pojo-a11y-resize-font-115 h1 span,body.pojo-a11y-resize-font-115 h2,body.pojo-a11y-resize-font-115 h2 span,body.pojo-a11y-resize-font-115 h3,body.pojo-a11y-resize-font-115 h3 span,body.pojo-a11y-resize-font-115 h4,body.pojo-a11y-resize-font-115 h4 span,body.pojo-a11y-resize-font-115 h5,body.pojo-a11y-resize-font-115 h5 span,body.pojo-a11y-resize-font-115 h6,body.pojo-a11y-resize-font-115 h6 span{font-size:127%!important}body.pojo-a11y-resize-font-116,body.pojo-a11y-resize-font-116 blockquote,body.pojo-a11y-resize-font-116 code,body.pojo-a11y-resize-font-116 dd,body.pojo-a11y-resize-font-116 dt,body.pojo-a11y-resize-font-116 input,body.pojo-a11y-resize-font-116 label,body.pojo-a11y-resize-font-116 legend,body.pojo-a11y-resize-font-116 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-116 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-116 pre,body.pojo-a11y-resize-font-116 select,body.pojo-a11y-resize-font-116 span,body.pojo-a11y-resize-font-116 textarea{font-size:116%!important}body.pojo-a11y-resize-font-116 h1,body.pojo-a11y-resize-font-116 h1 span,body.pojo-a11y-resize-font-116 h2,body.pojo-a11y-resize-font-116 h2 span,body.pojo-a11y-resize-font-116 h3,body.pojo-a11y-resize-font-116 h3 span,body.pojo-a11y-resize-font-116 h4,body.pojo-a11y-resize-font-116 h4 span,body.pojo-a11y-resize-font-116 h5,body.pojo-a11y-resize-font-116 h5 span,body.pojo-a11y-resize-font-116 h6,body.pojo-a11y-resize-font-116 h6 span{font-size:128%!important}body.pojo-a11y-resize-font-117,body.pojo-a11y-resize-font-117 blockquote,body.pojo-a11y-resize-font-117 code,body.pojo-a11y-resize-font-117 dd,body.pojo-a11y-resize-font-117 dt,body.pojo-a11y-resize-font-117 input,body.pojo-a11y-resize-font-117 label,body.pojo-a11y-resize-font-117 legend,body.pojo-a11y-resize-font-117 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-117 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-117 pre,body.pojo-a11y-resize-font-117 select,body.pojo-a11y-resize-font-117 span,body.pojo-a11y-resize-font-117 textarea{font-size:117%!important}body.pojo-a11y-resize-font-117 h1,body.pojo-a11y-resize-font-117 h1 span,body.pojo-a11y-resize-font-117 h2,body.pojo-a11y-resize-font-117 h2 span,body.pojo-a11y-resize-font-117 h3,body.pojo-a11y-resize-font-117 h3 span,body.pojo-a11y-resize-font-117 h4,body.pojo-a11y-resize-font-117 h4 span,body.pojo-a11y-resize-font-117 h5,body.pojo-a11y-resize-font-117 h5 span,body.pojo-a11y-resize-font-117 h6,body.pojo-a11y-resize-font-117 h6 span{font-size:129%!important}body.pojo-a11y-resize-font-118,body.pojo-a11y-resize-font-118 blockquote,body.pojo-a11y-resize-font-118 code,body.pojo-a11y-resize-font-118 dd,body.pojo-a11y-resize-font-118 dt,body.pojo-a11y-resize-font-118 input,body.pojo-a11y-resize-font-118 label,body.pojo-a11y-resize-font-118 legend,body.pojo-a11y-resize-font-118 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-118 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-118 pre,body.pojo-a11y-resize-font-118 select,body.pojo-a11y-resize-font-118 span,body.pojo-a11y-resize-font-118 textarea{font-size:118%!important}body.pojo-a11y-resize-font-118 h1,body.pojo-a11y-resize-font-118 h1 span,body.pojo-a11y-resize-font-118 h2,body.pojo-a11y-resize-font-118 h2 span,body.pojo-a11y-resize-font-118 h3,body.pojo-a11y-resize-font-118 h3 span,body.pojo-a11y-resize-font-118 h4,body.pojo-a11y-resize-font-118 h4 span,body.pojo-a11y-resize-font-118 h5,body.pojo-a11y-resize-font-118 h5 span,body.pojo-a11y-resize-font-118 h6,body.pojo-a11y-resize-font-118 h6 span{font-size:130%!important}body.pojo-a11y-resize-font-119,body.pojo-a11y-resize-font-119 blockquote,body.pojo-a11y-resize-font-119 code,body.pojo-a11y-resize-font-119 dd,body.pojo-a11y-resize-font-119 dt,body.pojo-a11y-resize-font-119 input,body.pojo-a11y-resize-font-119 label,body.pojo-a11y-resize-font-119 legend,body.pojo-a11y-resize-font-119 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-119 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-119 pre,body.pojo-a11y-resize-font-119 select,body.pojo-a11y-resize-font-119 span,body.pojo-a11y-resize-font-119 textarea{font-size:119%!important}body.pojo-a11y-resize-font-119 h1,body.pojo-a11y-resize-font-119 h1 span,body.pojo-a11y-resize-font-119 h2,body.pojo-a11y-resize-font-119 h2 span,body.pojo-a11y-resize-font-119 h3,body.pojo-a11y-resize-font-119 h3 span,body.pojo-a11y-resize-font-119 h4,body.pojo-a11y-resize-font-119 h4 span,body.pojo-a11y-resize-font-119 h5,body.pojo-a11y-resize-font-119 h5 span,body.pojo-a11y-resize-font-119 h6,body.pojo-a11y-resize-font-119 h6 span{font-size:131%!important}body.pojo-a11y-resize-font-120,body.pojo-a11y-resize-font-120 blockquote,body.pojo-a11y-resize-font-120 code,body.pojo-a11y-resize-font-120 dd,body.pojo-a11y-resize-font-120 dt,body.pojo-a11y-resize-font-120 input,body.pojo-a11y-resize-font-120 label,body.pojo-a11y-resize-font-120 legend,body.pojo-a11y-resize-font-120 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-120 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-120 pre,body.pojo-a11y-resize-font-120 select,body.pojo-a11y-resize-font-120 span,body.pojo-a11y-resize-font-120 textarea{font-size:120%!important}body.pojo-a11y-resize-font-120 h1,body.pojo-a11y-resize-font-120 h1 span,body.pojo-a11y-resize-font-120 h2,body.pojo-a11y-resize-font-120 h2 span,body.pojo-a11y-resize-font-120 h3,body.pojo-a11y-resize-font-120 h3 span,body.pojo-a11y-resize-font-120 h4,body.pojo-a11y-resize-font-120 h4 span,body.pojo-a11y-resize-font-120 h5,body.pojo-a11y-resize-font-120 h5 span,body.pojo-a11y-resize-font-120 h6,body.pojo-a11y-resize-font-120 h6 span{font-size:132%!important}body.pojo-a11y-resize-font-121,body.pojo-a11y-resize-font-121 blockquote,body.pojo-a11y-resize-font-121 code,body.pojo-a11y-resize-font-121 dd,body.pojo-a11y-resize-font-121 dt,body.pojo-a11y-resize-font-121 input,body.pojo-a11y-resize-font-121 label,body.pojo-a11y-resize-font-121 legend,body.pojo-a11y-resize-font-121 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-121 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-121 pre,body.pojo-a11y-resize-font-121 select,body.pojo-a11y-resize-font-121 span,body.pojo-a11y-resize-font-121 textarea{font-size:121%!important}body.pojo-a11y-resize-font-121 h1,body.pojo-a11y-resize-font-121 h1 span,body.pojo-a11y-resize-font-121 h2,body.pojo-a11y-resize-font-121 h2 span,body.pojo-a11y-resize-font-121 h3,body.pojo-a11y-resize-font-121 h3 span,body.pojo-a11y-resize-font-121 h4,body.pojo-a11y-resize-font-121 h4 span,body.pojo-a11y-resize-font-121 h5,body.pojo-a11y-resize-font-121 h5 span,body.pojo-a11y-resize-font-121 h6,body.pojo-a11y-resize-font-121 h6 span{font-size:133%!important}body.pojo-a11y-resize-font-122,body.pojo-a11y-resize-font-122 blockquote,body.pojo-a11y-resize-font-122 code,body.pojo-a11y-resize-font-122 dd,body.pojo-a11y-resize-font-122 dt,body.pojo-a11y-resize-font-122 input,body.pojo-a11y-resize-font-122 label,body.pojo-a11y-resize-font-122 legend,body.pojo-a11y-resize-font-122 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-122 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-122 pre,body.pojo-a11y-resize-font-122 select,body.pojo-a11y-resize-font-122 span,body.pojo-a11y-resize-font-122 textarea{font-size:122%!important}body.pojo-a11y-resize-font-122 h1,body.pojo-a11y-resize-font-122 h1 span,body.pojo-a11y-resize-font-122 h2,body.pojo-a11y-resize-font-122 h2 span,body.pojo-a11y-resize-font-122 h3,body.pojo-a11y-resize-font-122 h3 span,body.pojo-a11y-resize-font-122 h4,body.pojo-a11y-resize-font-122 h4 span,body.pojo-a11y-resize-font-122 h5,body.pojo-a11y-resize-font-122 h5 span,body.pojo-a11y-resize-font-122 h6,body.pojo-a11y-resize-font-122 h6 span{font-size:134%!important}body.pojo-a11y-resize-font-123,body.pojo-a11y-resize-font-123 blockquote,body.pojo-a11y-resize-font-123 code,body.pojo-a11y-resize-font-123 dd,body.pojo-a11y-resize-font-123 dt,body.pojo-a11y-resize-font-123 input,body.pojo-a11y-resize-font-123 label,body.pojo-a11y-resize-font-123 legend,body.pojo-a11y-resize-font-123 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-123 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-123 pre,body.pojo-a11y-resize-font-123 select,body.pojo-a11y-resize-font-123 span,body.pojo-a11y-resize-font-123 textarea{font-size:123%!important}body.pojo-a11y-resize-font-123 h1,body.pojo-a11y-resize-font-123 h1 span,body.pojo-a11y-resize-font-123 h2,body.pojo-a11y-resize-font-123 h2 span,body.pojo-a11y-resize-font-123 h3,body.pojo-a11y-resize-font-123 h3 span,body.pojo-a11y-resize-font-123 h4,body.pojo-a11y-resize-font-123 h4 span,body.pojo-a11y-resize-font-123 h5,body.pojo-a11y-resize-font-123 h5 span,body.pojo-a11y-resize-font-123 h6,body.pojo-a11y-resize-font-123 h6 span{font-size:135%!important}body.pojo-a11y-resize-font-124,body.pojo-a11y-resize-font-124 blockquote,body.pojo-a11y-resize-font-124 code,body.pojo-a11y-resize-font-124 dd,body.pojo-a11y-resize-font-124 dt,body.pojo-a11y-resize-font-124 input,body.pojo-a11y-resize-font-124 label,body.pojo-a11y-resize-font-124 legend,body.pojo-a11y-resize-font-124 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-124 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-124 pre,body.pojo-a11y-resize-font-124 select,body.pojo-a11y-resize-font-124 span,body.pojo-a11y-resize-font-124 textarea{font-size:124%!important}body.pojo-a11y-resize-font-124 h1,body.pojo-a11y-resize-font-124 h1 span,body.pojo-a11y-resize-font-124 h2,body.pojo-a11y-resize-font-124 h2 span,body.pojo-a11y-resize-font-124 h3,body.pojo-a11y-resize-font-124 h3 span,body.pojo-a11y-resize-font-124 h4,body.pojo-a11y-resize-font-124 h4 span,body.pojo-a11y-resize-font-124 h5,body.pojo-a11y-resize-font-124 h5 span,body.pojo-a11y-resize-font-124 h6,body.pojo-a11y-resize-font-124 h6 span{font-size:136%!important}body.pojo-a11y-resize-font-125,body.pojo-a11y-resize-font-125 blockquote,body.pojo-a11y-resize-font-125 code,body.pojo-a11y-resize-font-125 dd,body.pojo-a11y-resize-font-125 dt,body.pojo-a11y-resize-font-125 input,body.pojo-a11y-resize-font-125 label,body.pojo-a11y-resize-font-125 legend,body.pojo-a11y-resize-font-125 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-125 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-125 pre,body.pojo-a11y-resize-font-125 select,body.pojo-a11y-resize-font-125 span,body.pojo-a11y-resize-font-125 textarea{font-size:125%!important}body.pojo-a11y-resize-font-125 h1,body.pojo-a11y-resize-font-125 h1 span,body.pojo-a11y-resize-font-125 h2,body.pojo-a11y-resize-font-125 h2 span,body.pojo-a11y-resize-font-125 h3,body.pojo-a11y-resize-font-125 h3 span,body.pojo-a11y-resize-font-125 h4,body.pojo-a11y-resize-font-125 h4 span,body.pojo-a11y-resize-font-125 h5,body.pojo-a11y-resize-font-125 h5 span,body.pojo-a11y-resize-font-125 h6,body.pojo-a11y-resize-font-125 h6 span{font-size:138%!important}body.pojo-a11y-resize-font-126,body.pojo-a11y-resize-font-126 blockquote,body.pojo-a11y-resize-font-126 code,body.pojo-a11y-resize-font-126 dd,body.pojo-a11y-resize-font-126 dt,body.pojo-a11y-resize-font-126 input,body.pojo-a11y-resize-font-126 label,body.pojo-a11y-resize-font-126 legend,body.pojo-a11y-resize-font-126 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-126 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-126 pre,body.pojo-a11y-resize-font-126 select,body.pojo-a11y-resize-font-126 span,body.pojo-a11y-resize-font-126 textarea{font-size:126%!important}body.pojo-a11y-resize-font-126 h1,body.pojo-a11y-resize-font-126 h1 span,body.pojo-a11y-resize-font-126 h2,body.pojo-a11y-resize-font-126 h2 span,body.pojo-a11y-resize-font-126 h3,body.pojo-a11y-resize-font-126 h3 span,body.pojo-a11y-resize-font-126 h4,body.pojo-a11y-resize-font-126 h4 span,body.pojo-a11y-resize-font-126 h5,body.pojo-a11y-resize-font-126 h5 span,body.pojo-a11y-resize-font-126 h6,body.pojo-a11y-resize-font-126 h6 span{font-size:139%!important}body.pojo-a11y-resize-font-127,body.pojo-a11y-resize-font-127 blockquote,body.pojo-a11y-resize-font-127 code,body.pojo-a11y-resize-font-127 dd,body.pojo-a11y-resize-font-127 dt,body.pojo-a11y-resize-font-127 input,body.pojo-a11y-resize-font-127 label,body.pojo-a11y-resize-font-127 legend,body.pojo-a11y-resize-font-127 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-127 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-127 pre,body.pojo-a11y-resize-font-127 select,body.pojo-a11y-resize-font-127 span,body.pojo-a11y-resize-font-127 textarea{font-size:127%!important}body.pojo-a11y-resize-font-127 h1,body.pojo-a11y-resize-font-127 h1 span,body.pojo-a11y-resize-font-127 h2,body.pojo-a11y-resize-font-127 h2 span,body.pojo-a11y-resize-font-127 h3,body.pojo-a11y-resize-font-127 h3 span,body.pojo-a11y-resize-font-127 h4,body.pojo-a11y-resize-font-127 h4 span,body.pojo-a11y-resize-font-127 h5,body.pojo-a11y-resize-font-127 h5 span,body.pojo-a11y-resize-font-127 h6,body.pojo-a11y-resize-font-127 h6 span{font-size:140%!important}body.pojo-a11y-resize-font-128,body.pojo-a11y-resize-font-128 blockquote,body.pojo-a11y-resize-font-128 code,body.pojo-a11y-resize-font-128 dd,body.pojo-a11y-resize-font-128 dt,body.pojo-a11y-resize-font-128 input,body.pojo-a11y-resize-font-128 label,body.pojo-a11y-resize-font-128 legend,body.pojo-a11y-resize-font-128 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-128 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-128 pre,body.pojo-a11y-resize-font-128 select,body.pojo-a11y-resize-font-128 span,body.pojo-a11y-resize-font-128 textarea{font-size:128%!important}body.pojo-a11y-resize-font-128 h1,body.pojo-a11y-resize-font-128 h1 span,body.pojo-a11y-resize-font-128 h2,body.pojo-a11y-resize-font-128 h2 span,body.pojo-a11y-resize-font-128 h3,body.pojo-a11y-resize-font-128 h3 span,body.pojo-a11y-resize-font-128 h4,body.pojo-a11y-resize-font-128 h4 span,body.pojo-a11y-resize-font-128 h5,body.pojo-a11y-resize-font-128 h5 span,body.pojo-a11y-resize-font-128 h6,body.pojo-a11y-resize-font-128 h6 span{font-size:141%!important}body.pojo-a11y-resize-font-129,body.pojo-a11y-resize-font-129 blockquote,body.pojo-a11y-resize-font-129 code,body.pojo-a11y-resize-font-129 dd,body.pojo-a11y-resize-font-129 dt,body.pojo-a11y-resize-font-129 input,body.pojo-a11y-resize-font-129 label,body.pojo-a11y-resize-font-129 legend,body.pojo-a11y-resize-font-129 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-129 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-129 pre,body.pojo-a11y-resize-font-129 select,body.pojo-a11y-resize-font-129 span,body.pojo-a11y-resize-font-129 textarea{font-size:129%!important}body.pojo-a11y-resize-font-129 h1,body.pojo-a11y-resize-font-129 h1 span,body.pojo-a11y-resize-font-129 h2,body.pojo-a11y-resize-font-129 h2 span,body.pojo-a11y-resize-font-129 h3,body.pojo-a11y-resize-font-129 h3 span,body.pojo-a11y-resize-font-129 h4,body.pojo-a11y-resize-font-129 h4 span,body.pojo-a11y-resize-font-129 h5,body.pojo-a11y-resize-font-129 h5 span,body.pojo-a11y-resize-font-129 h6,body.pojo-a11y-resize-font-129 h6 span{font-size:142%!important}body.pojo-a11y-resize-font-130,body.pojo-a11y-resize-font-130 blockquote,body.pojo-a11y-resize-font-130 code,body.pojo-a11y-resize-font-130 dd,body.pojo-a11y-resize-font-130 dt,body.pojo-a11y-resize-font-130 input,body.pojo-a11y-resize-font-130 label,body.pojo-a11y-resize-font-130 legend,body.pojo-a11y-resize-font-130 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-130 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-130 pre,body.pojo-a11y-resize-font-130 select,body.pojo-a11y-resize-font-130 span,body.pojo-a11y-resize-font-130 textarea{font-size:130%!important}body.pojo-a11y-resize-font-130 h1,body.pojo-a11y-resize-font-130 h1 span,body.pojo-a11y-resize-font-130 h2,body.pojo-a11y-resize-font-130 h2 span,body.pojo-a11y-resize-font-130 h3,body.pojo-a11y-resize-font-130 h3 span,body.pojo-a11y-resize-font-130 h4,body.pojo-a11y-resize-font-130 h4 span,body.pojo-a11y-resize-font-130 h5,body.pojo-a11y-resize-font-130 h5 span,body.pojo-a11y-resize-font-130 h6,body.pojo-a11y-resize-font-130 h6 span{font-size:143%!important}body.pojo-a11y-resize-font-131,body.pojo-a11y-resize-font-131 blockquote,body.pojo-a11y-resize-font-131 code,body.pojo-a11y-resize-font-131 dd,body.pojo-a11y-resize-font-131 dt,body.pojo-a11y-resize-font-131 input,body.pojo-a11y-resize-font-131 label,body.pojo-a11y-resize-font-131 legend,body.pojo-a11y-resize-font-131 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-131 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-131 pre,body.pojo-a11y-resize-font-131 select,body.pojo-a11y-resize-font-131 span,body.pojo-a11y-resize-font-131 textarea{font-size:131%!important}body.pojo-a11y-resize-font-131 h1,body.pojo-a11y-resize-font-131 h1 span,body.pojo-a11y-resize-font-131 h2,body.pojo-a11y-resize-font-131 h2 span,body.pojo-a11y-resize-font-131 h3,body.pojo-a11y-resize-font-131 h3 span,body.pojo-a11y-resize-font-131 h4,body.pojo-a11y-resize-font-131 h4 span,body.pojo-a11y-resize-font-131 h5,body.pojo-a11y-resize-font-131 h5 span,body.pojo-a11y-resize-font-131 h6,body.pojo-a11y-resize-font-131 h6 span{font-size:144%!important}body.pojo-a11y-resize-font-132,body.pojo-a11y-resize-font-132 blockquote,body.pojo-a11y-resize-font-132 code,body.pojo-a11y-resize-font-132 dd,body.pojo-a11y-resize-font-132 dt,body.pojo-a11y-resize-font-132 input,body.pojo-a11y-resize-font-132 label,body.pojo-a11y-resize-font-132 legend,body.pojo-a11y-resize-font-132 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-132 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-132 pre,body.pojo-a11y-resize-font-132 select,body.pojo-a11y-resize-font-132 span,body.pojo-a11y-resize-font-132 textarea{font-size:132%!important}body.pojo-a11y-resize-font-132 h1,body.pojo-a11y-resize-font-132 h1 span,body.pojo-a11y-resize-font-132 h2,body.pojo-a11y-resize-font-132 h2 span,body.pojo-a11y-resize-font-132 h3,body.pojo-a11y-resize-font-132 h3 span,body.pojo-a11y-resize-font-132 h4,body.pojo-a11y-resize-font-132 h4 span,body.pojo-a11y-resize-font-132 h5,body.pojo-a11y-resize-font-132 h5 span,body.pojo-a11y-resize-font-132 h6,body.pojo-a11y-resize-font-132 h6 span{font-size:145%!important}body.pojo-a11y-resize-font-133,body.pojo-a11y-resize-font-133 blockquote,body.pojo-a11y-resize-font-133 code,body.pojo-a11y-resize-font-133 dd,body.pojo-a11y-resize-font-133 dt,body.pojo-a11y-resize-font-133 input,body.pojo-a11y-resize-font-133 label,body.pojo-a11y-resize-font-133 legend,body.pojo-a11y-resize-font-133 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-133 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-133 pre,body.pojo-a11y-resize-font-133 select,body.pojo-a11y-resize-font-133 span,body.pojo-a11y-resize-font-133 textarea{font-size:133%!important}body.pojo-a11y-resize-font-133 h1,body.pojo-a11y-resize-font-133 h1 span,body.pojo-a11y-resize-font-133 h2,body.pojo-a11y-resize-font-133 h2 span,body.pojo-a11y-resize-font-133 h3,body.pojo-a11y-resize-font-133 h3 span,body.pojo-a11y-resize-font-133 h4,body.pojo-a11y-resize-font-133 h4 span,body.pojo-a11y-resize-font-133 h5,body.pojo-a11y-resize-font-133 h5 span,body.pojo-a11y-resize-font-133 h6,body.pojo-a11y-resize-font-133 h6 span{font-size:146%!important}body.pojo-a11y-resize-font-134,body.pojo-a11y-resize-font-134 blockquote,body.pojo-a11y-resize-font-134 code,body.pojo-a11y-resize-font-134 dd,body.pojo-a11y-resize-font-134 dt,body.pojo-a11y-resize-font-134 input,body.pojo-a11y-resize-font-134 label,body.pojo-a11y-resize-font-134 legend,body.pojo-a11y-resize-font-134 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-134 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-134 pre,body.pojo-a11y-resize-font-134 select,body.pojo-a11y-resize-font-134 span,body.pojo-a11y-resize-font-134 textarea{font-size:134%!important}body.pojo-a11y-resize-font-134 h1,body.pojo-a11y-resize-font-134 h1 span,body.pojo-a11y-resize-font-134 h2,body.pojo-a11y-resize-font-134 h2 span,body.pojo-a11y-resize-font-134 h3,body.pojo-a11y-resize-font-134 h3 span,body.pojo-a11y-resize-font-134 h4,body.pojo-a11y-resize-font-134 h4 span,body.pojo-a11y-resize-font-134 h5,body.pojo-a11y-resize-font-134 h5 span,body.pojo-a11y-resize-font-134 h6,body.pojo-a11y-resize-font-134 h6 span{font-size:147%!important}body.pojo-a11y-resize-font-135,body.pojo-a11y-resize-font-135 blockquote,body.pojo-a11y-resize-font-135 code,body.pojo-a11y-resize-font-135 dd,body.pojo-a11y-resize-font-135 dt,body.pojo-a11y-resize-font-135 input,body.pojo-a11y-resize-font-135 label,body.pojo-a11y-resize-font-135 legend,body.pojo-a11y-resize-font-135 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-135 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-135 pre,body.pojo-a11y-resize-font-135 select,body.pojo-a11y-resize-font-135 span,body.pojo-a11y-resize-font-135 textarea{font-size:135%!important}body.pojo-a11y-resize-font-135 h1,body.pojo-a11y-resize-font-135 h1 span,body.pojo-a11y-resize-font-135 h2,body.pojo-a11y-resize-font-135 h2 span,body.pojo-a11y-resize-font-135 h3,body.pojo-a11y-resize-font-135 h3 span,body.pojo-a11y-resize-font-135 h4,body.pojo-a11y-resize-font-135 h4 span,body.pojo-a11y-resize-font-135 h5,body.pojo-a11y-resize-font-135 h5 span,body.pojo-a11y-resize-font-135 h6,body.pojo-a11y-resize-font-135 h6 span{font-size:149%!important}body.pojo-a11y-resize-font-136,body.pojo-a11y-resize-font-136 blockquote,body.pojo-a11y-resize-font-136 code,body.pojo-a11y-resize-font-136 dd,body.pojo-a11y-resize-font-136 dt,body.pojo-a11y-resize-font-136 input,body.pojo-a11y-resize-font-136 label,body.pojo-a11y-resize-font-136 legend,body.pojo-a11y-resize-font-136 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-136 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-136 pre,body.pojo-a11y-resize-font-136 select,body.pojo-a11y-resize-font-136 span,body.pojo-a11y-resize-font-136 textarea{font-size:136%!important}body.pojo-a11y-resize-font-136 h1,body.pojo-a11y-resize-font-136 h1 span,body.pojo-a11y-resize-font-136 h2,body.pojo-a11y-resize-font-136 h2 span,body.pojo-a11y-resize-font-136 h3,body.pojo-a11y-resize-font-136 h3 span,body.pojo-a11y-resize-font-136 h4,body.pojo-a11y-resize-font-136 h4 span,body.pojo-a11y-resize-font-136 h5,body.pojo-a11y-resize-font-136 h5 span,body.pojo-a11y-resize-font-136 h6,body.pojo-a11y-resize-font-136 h6 span{font-size:150%!important}body.pojo-a11y-resize-font-137,body.pojo-a11y-resize-font-137 blockquote,body.pojo-a11y-resize-font-137 code,body.pojo-a11y-resize-font-137 dd,body.pojo-a11y-resize-font-137 dt,body.pojo-a11y-resize-font-137 input,body.pojo-a11y-resize-font-137 label,body.pojo-a11y-resize-font-137 legend,body.pojo-a11y-resize-font-137 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-137 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-137 pre,body.pojo-a11y-resize-font-137 select,body.pojo-a11y-resize-font-137 span,body.pojo-a11y-resize-font-137 textarea{font-size:137%!important}body.pojo-a11y-resize-font-137 h1,body.pojo-a11y-resize-font-137 h1 span,body.pojo-a11y-resize-font-137 h2,body.pojo-a11y-resize-font-137 h2 span,body.pojo-a11y-resize-font-137 h3,body.pojo-a11y-resize-font-137 h3 span,body.pojo-a11y-resize-font-137 h4,body.pojo-a11y-resize-font-137 h4 span,body.pojo-a11y-resize-font-137 h5,body.pojo-a11y-resize-font-137 h5 span,body.pojo-a11y-resize-font-137 h6,body.pojo-a11y-resize-font-137 h6 span{font-size:151%!important}body.pojo-a11y-resize-font-138,body.pojo-a11y-resize-font-138 blockquote,body.pojo-a11y-resize-font-138 code,body.pojo-a11y-resize-font-138 dd,body.pojo-a11y-resize-font-138 dt,body.pojo-a11y-resize-font-138 input,body.pojo-a11y-resize-font-138 label,body.pojo-a11y-resize-font-138 legend,body.pojo-a11y-resize-font-138 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-138 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-138 pre,body.pojo-a11y-resize-font-138 select,body.pojo-a11y-resize-font-138 span,body.pojo-a11y-resize-font-138 textarea{font-size:138%!important}body.pojo-a11y-resize-font-138 h1,body.pojo-a11y-resize-font-138 h1 span,body.pojo-a11y-resize-font-138 h2,body.pojo-a11y-resize-font-138 h2 span,body.pojo-a11y-resize-font-138 h3,body.pojo-a11y-resize-font-138 h3 span,body.pojo-a11y-resize-font-138 h4,body.pojo-a11y-resize-font-138 h4 span,body.pojo-a11y-resize-font-138 h5,body.pojo-a11y-resize-font-138 h5 span,body.pojo-a11y-resize-font-138 h6,body.pojo-a11y-resize-font-138 h6 span{font-size:152%!important}body.pojo-a11y-resize-font-139,body.pojo-a11y-resize-font-139 blockquote,body.pojo-a11y-resize-font-139 code,body.pojo-a11y-resize-font-139 dd,body.pojo-a11y-resize-font-139 dt,body.pojo-a11y-resize-font-139 input,body.pojo-a11y-resize-font-139 label,body.pojo-a11y-resize-font-139 legend,body.pojo-a11y-resize-font-139 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-139 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-139 pre,body.pojo-a11y-resize-font-139 select,body.pojo-a11y-resize-font-139 span,body.pojo-a11y-resize-font-139 textarea{font-size:139%!important}body.pojo-a11y-resize-font-139 h1,body.pojo-a11y-resize-font-139 h1 span,body.pojo-a11y-resize-font-139 h2,body.pojo-a11y-resize-font-139 h2 span,body.pojo-a11y-resize-font-139 h3,body.pojo-a11y-resize-font-139 h3 span,body.pojo-a11y-resize-font-139 h4,body.pojo-a11y-resize-font-139 h4 span,body.pojo-a11y-resize-font-139 h5,body.pojo-a11y-resize-font-139 h5 span,body.pojo-a11y-resize-font-139 h6,body.pojo-a11y-resize-font-139 h6 span{font-size:153%!important}body.pojo-a11y-resize-font-140,body.pojo-a11y-resize-font-140 blockquote,body.pojo-a11y-resize-font-140 code,body.pojo-a11y-resize-font-140 dd,body.pojo-a11y-resize-font-140 dt,body.pojo-a11y-resize-font-140 input,body.pojo-a11y-resize-font-140 label,body.pojo-a11y-resize-font-140 legend,body.pojo-a11y-resize-font-140 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-140 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-140 pre,body.pojo-a11y-resize-font-140 select,body.pojo-a11y-resize-font-140 span,body.pojo-a11y-resize-font-140 textarea{font-size:140%!important}body.pojo-a11y-resize-font-140 h1,body.pojo-a11y-resize-font-140 h1 span,body.pojo-a11y-resize-font-140 h2,body.pojo-a11y-resize-font-140 h2 span,body.pojo-a11y-resize-font-140 h3,body.pojo-a11y-resize-font-140 h3 span,body.pojo-a11y-resize-font-140 h4,body.pojo-a11y-resize-font-140 h4 span,body.pojo-a11y-resize-font-140 h5,body.pojo-a11y-resize-font-140 h5 span,body.pojo-a11y-resize-font-140 h6,body.pojo-a11y-resize-font-140 h6 span{font-size:154%!important}body.pojo-a11y-resize-font-141,body.pojo-a11y-resize-font-141 blockquote,body.pojo-a11y-resize-font-141 code,body.pojo-a11y-resize-font-141 dd,body.pojo-a11y-resize-font-141 dt,body.pojo-a11y-resize-font-141 input,body.pojo-a11y-resize-font-141 label,body.pojo-a11y-resize-font-141 legend,body.pojo-a11y-resize-font-141 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-141 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-141 pre,body.pojo-a11y-resize-font-141 select,body.pojo-a11y-resize-font-141 span,body.pojo-a11y-resize-font-141 textarea{font-size:141%!important}body.pojo-a11y-resize-font-141 h1,body.pojo-a11y-resize-font-141 h1 span,body.pojo-a11y-resize-font-141 h2,body.pojo-a11y-resize-font-141 h2 span,body.pojo-a11y-resize-font-141 h3,body.pojo-a11y-resize-font-141 h3 span,body.pojo-a11y-resize-font-141 h4,body.pojo-a11y-resize-font-141 h4 span,body.pojo-a11y-resize-font-141 h5,body.pojo-a11y-resize-font-141 h5 span,body.pojo-a11y-resize-font-141 h6,body.pojo-a11y-resize-font-141 h6 span{font-size:155%!important}body.pojo-a11y-resize-font-142,body.pojo-a11y-resize-font-142 blockquote,body.pojo-a11y-resize-font-142 code,body.pojo-a11y-resize-font-142 dd,body.pojo-a11y-resize-font-142 dt,body.pojo-a11y-resize-font-142 input,body.pojo-a11y-resize-font-142 label,body.pojo-a11y-resize-font-142 legend,body.pojo-a11y-resize-font-142 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-142 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-142 pre,body.pojo-a11y-resize-font-142 select,body.pojo-a11y-resize-font-142 span,body.pojo-a11y-resize-font-142 textarea{font-size:142%!important}body.pojo-a11y-resize-font-142 h1,body.pojo-a11y-resize-font-142 h1 span,body.pojo-a11y-resize-font-142 h2,body.pojo-a11y-resize-font-142 h2 span,body.pojo-a11y-resize-font-142 h3,body.pojo-a11y-resize-font-142 h3 span,body.pojo-a11y-resize-font-142 h4,body.pojo-a11y-resize-font-142 h4 span,body.pojo-a11y-resize-font-142 h5,body.pojo-a11y-resize-font-142 h5 span,body.pojo-a11y-resize-font-142 h6,body.pojo-a11y-resize-font-142 h6 span{font-size:156%!important}body.pojo-a11y-resize-font-143,body.pojo-a11y-resize-font-143 blockquote,body.pojo-a11y-resize-font-143 code,body.pojo-a11y-resize-font-143 dd,body.pojo-a11y-resize-font-143 dt,body.pojo-a11y-resize-font-143 input,body.pojo-a11y-resize-font-143 label,body.pojo-a11y-resize-font-143 legend,body.pojo-a11y-resize-font-143 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-143 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-143 pre,body.pojo-a11y-resize-font-143 select,body.pojo-a11y-resize-font-143 span,body.pojo-a11y-resize-font-143 textarea{font-size:143%!important}body.pojo-a11y-resize-font-143 h1,body.pojo-a11y-resize-font-143 h1 span,body.pojo-a11y-resize-font-143 h2,body.pojo-a11y-resize-font-143 h2 span,body.pojo-a11y-resize-font-143 h3,body.pojo-a11y-resize-font-143 h3 span,body.pojo-a11y-resize-font-143 h4,body.pojo-a11y-resize-font-143 h4 span,body.pojo-a11y-resize-font-143 h5,body.pojo-a11y-resize-font-143 h5 span,body.pojo-a11y-resize-font-143 h6,body.pojo-a11y-resize-font-143 h6 span{font-size:157%!important}body.pojo-a11y-resize-font-144,body.pojo-a11y-resize-font-144 blockquote,body.pojo-a11y-resize-font-144 code,body.pojo-a11y-resize-font-144 dd,body.pojo-a11y-resize-font-144 dt,body.pojo-a11y-resize-font-144 input,body.pojo-a11y-resize-font-144 label,body.pojo-a11y-resize-font-144 legend,body.pojo-a11y-resize-font-144 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-144 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-144 pre,body.pojo-a11y-resize-font-144 select,body.pojo-a11y-resize-font-144 span,body.pojo-a11y-resize-font-144 textarea{font-size:144%!important}body.pojo-a11y-resize-font-144 h1,body.pojo-a11y-resize-font-144 h1 span,body.pojo-a11y-resize-font-144 h2,body.pojo-a11y-resize-font-144 h2 span,body.pojo-a11y-resize-font-144 h3,body.pojo-a11y-resize-font-144 h3 span,body.pojo-a11y-resize-font-144 h4,body.pojo-a11y-resize-font-144 h4 span,body.pojo-a11y-resize-font-144 h5,body.pojo-a11y-resize-font-144 h5 span,body.pojo-a11y-resize-font-144 h6,body.pojo-a11y-resize-font-144 h6 span{font-size:158%!important}body.pojo-a11y-resize-font-145,body.pojo-a11y-resize-font-145 blockquote,body.pojo-a11y-resize-font-145 code,body.pojo-a11y-resize-font-145 dd,body.pojo-a11y-resize-font-145 dt,body.pojo-a11y-resize-font-145 input,body.pojo-a11y-resize-font-145 label,body.pojo-a11y-resize-font-145 legend,body.pojo-a11y-resize-font-145 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-145 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-145 pre,body.pojo-a11y-resize-font-145 select,body.pojo-a11y-resize-font-145 span,body.pojo-a11y-resize-font-145 textarea{font-size:145%!important}body.pojo-a11y-resize-font-145 h1,body.pojo-a11y-resize-font-145 h1 span,body.pojo-a11y-resize-font-145 h2,body.pojo-a11y-resize-font-145 h2 span,body.pojo-a11y-resize-font-145 h3,body.pojo-a11y-resize-font-145 h3 span,body.pojo-a11y-resize-font-145 h4,body.pojo-a11y-resize-font-145 h4 span,body.pojo-a11y-resize-font-145 h5,body.pojo-a11y-resize-font-145 h5 span,body.pojo-a11y-resize-font-145 h6,body.pojo-a11y-resize-font-145 h6 span{font-size:160%!important}body.pojo-a11y-resize-font-146,body.pojo-a11y-resize-font-146 blockquote,body.pojo-a11y-resize-font-146 code,body.pojo-a11y-resize-font-146 dd,body.pojo-a11y-resize-font-146 dt,body.pojo-a11y-resize-font-146 input,body.pojo-a11y-resize-font-146 label,body.pojo-a11y-resize-font-146 legend,body.pojo-a11y-resize-font-146 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-146 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-146 pre,body.pojo-a11y-resize-font-146 select,body.pojo-a11y-resize-font-146 span,body.pojo-a11y-resize-font-146 textarea{font-size:146%!important}body.pojo-a11y-resize-font-146 h1,body.pojo-a11y-resize-font-146 h1 span,body.pojo-a11y-resize-font-146 h2,body.pojo-a11y-resize-font-146 h2 span,body.pojo-a11y-resize-font-146 h3,body.pojo-a11y-resize-font-146 h3 span,body.pojo-a11y-resize-font-146 h4,body.pojo-a11y-resize-font-146 h4 span,body.pojo-a11y-resize-font-146 h5,body.pojo-a11y-resize-font-146 h5 span,body.pojo-a11y-resize-font-146 h6,body.pojo-a11y-resize-font-146 h6 span{font-size:161%!important}body.pojo-a11y-resize-font-147,body.pojo-a11y-resize-font-147 blockquote,body.pojo-a11y-resize-font-147 code,body.pojo-a11y-resize-font-147 dd,body.pojo-a11y-resize-font-147 dt,body.pojo-a11y-resize-font-147 input,body.pojo-a11y-resize-font-147 label,body.pojo-a11y-resize-font-147 legend,body.pojo-a11y-resize-font-147 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-147 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-147 pre,body.pojo-a11y-resize-font-147 select,body.pojo-a11y-resize-font-147 span,body.pojo-a11y-resize-font-147 textarea{font-size:147%!important}body.pojo-a11y-resize-font-147 h1,body.pojo-a11y-resize-font-147 h1 span,body.pojo-a11y-resize-font-147 h2,body.pojo-a11y-resize-font-147 h2 span,body.pojo-a11y-resize-font-147 h3,body.pojo-a11y-resize-font-147 h3 span,body.pojo-a11y-resize-font-147 h4,body.pojo-a11y-resize-font-147 h4 span,body.pojo-a11y-resize-font-147 h5,body.pojo-a11y-resize-font-147 h5 span,body.pojo-a11y-resize-font-147 h6,body.pojo-a11y-resize-font-147 h6 span{font-size:162%!important}body.pojo-a11y-resize-font-148,body.pojo-a11y-resize-font-148 blockquote,body.pojo-a11y-resize-font-148 code,body.pojo-a11y-resize-font-148 dd,body.pojo-a11y-resize-font-148 dt,body.pojo-a11y-resize-font-148 input,body.pojo-a11y-resize-font-148 label,body.pojo-a11y-resize-font-148 legend,body.pojo-a11y-resize-font-148 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-148 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-148 pre,body.pojo-a11y-resize-font-148 select,body.pojo-a11y-resize-font-148 span,body.pojo-a11y-resize-font-148 textarea{font-size:148%!important}body.pojo-a11y-resize-font-148 h1,body.pojo-a11y-resize-font-148 h1 span,body.pojo-a11y-resize-font-148 h2,body.pojo-a11y-resize-font-148 h2 span,body.pojo-a11y-resize-font-148 h3,body.pojo-a11y-resize-font-148 h3 span,body.pojo-a11y-resize-font-148 h4,body.pojo-a11y-resize-font-148 h4 span,body.pojo-a11y-resize-font-148 h5,body.pojo-a11y-resize-font-148 h5 span,body.pojo-a11y-resize-font-148 h6,body.pojo-a11y-resize-font-148 h6 span{font-size:163%!important}body.pojo-a11y-resize-font-149,body.pojo-a11y-resize-font-149 blockquote,body.pojo-a11y-resize-font-149 code,body.pojo-a11y-resize-font-149 dd,body.pojo-a11y-resize-font-149 dt,body.pojo-a11y-resize-font-149 input,body.pojo-a11y-resize-font-149 label,body.pojo-a11y-resize-font-149 legend,body.pojo-a11y-resize-font-149 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-149 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-149 pre,body.pojo-a11y-resize-font-149 select,body.pojo-a11y-resize-font-149 span,body.pojo-a11y-resize-font-149 textarea{font-size:149%!important}body.pojo-a11y-resize-font-149 h1,body.pojo-a11y-resize-font-149 h1 span,body.pojo-a11y-resize-font-149 h2,body.pojo-a11y-resize-font-149 h2 span,body.pojo-a11y-resize-font-149 h3,body.pojo-a11y-resize-font-149 h3 span,body.pojo-a11y-resize-font-149 h4,body.pojo-a11y-resize-font-149 h4 span,body.pojo-a11y-resize-font-149 h5,body.pojo-a11y-resize-font-149 h5 span,body.pojo-a11y-resize-font-149 h6,body.pojo-a11y-resize-font-149 h6 span{font-size:164%!important}body.pojo-a11y-resize-font-150,body.pojo-a11y-resize-font-150 blockquote,body.pojo-a11y-resize-font-150 code,body.pojo-a11y-resize-font-150 dd,body.pojo-a11y-resize-font-150 dt,body.pojo-a11y-resize-font-150 input,body.pojo-a11y-resize-font-150 label,body.pojo-a11y-resize-font-150 legend,body.pojo-a11y-resize-font-150 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-150 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-150 pre,body.pojo-a11y-resize-font-150 select,body.pojo-a11y-resize-font-150 span,body.pojo-a11y-resize-font-150 textarea{font-size:150%!important}body.pojo-a11y-resize-font-150 h1,body.pojo-a11y-resize-font-150 h1 span,body.pojo-a11y-resize-font-150 h2,body.pojo-a11y-resize-font-150 h2 span,body.pojo-a11y-resize-font-150 h3,body.pojo-a11y-resize-font-150 h3 span,body.pojo-a11y-resize-font-150 h4,body.pojo-a11y-resize-font-150 h4 span,body.pojo-a11y-resize-font-150 h5,body.pojo-a11y-resize-font-150 h5 span,body.pojo-a11y-resize-font-150 h6,body.pojo-a11y-resize-font-150 h6 span{font-size:165%!important}body.pojo-a11y-resize-font-151,body.pojo-a11y-resize-font-151 blockquote,body.pojo-a11y-resize-font-151 code,body.pojo-a11y-resize-font-151 dd,body.pojo-a11y-resize-font-151 dt,body.pojo-a11y-resize-font-151 input,body.pojo-a11y-resize-font-151 label,body.pojo-a11y-resize-font-151 legend,body.pojo-a11y-resize-font-151 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-151 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-151 pre,body.pojo-a11y-resize-font-151 select,body.pojo-a11y-resize-font-151 span,body.pojo-a11y-resize-font-151 textarea{font-size:151%!important}body.pojo-a11y-resize-font-151 h1,body.pojo-a11y-resize-font-151 h1 span,body.pojo-a11y-resize-font-151 h2,body.pojo-a11y-resize-font-151 h2 span,body.pojo-a11y-resize-font-151 h3,body.pojo-a11y-resize-font-151 h3 span,body.pojo-a11y-resize-font-151 h4,body.pojo-a11y-resize-font-151 h4 span,body.pojo-a11y-resize-font-151 h5,body.pojo-a11y-resize-font-151 h5 span,body.pojo-a11y-resize-font-151 h6,body.pojo-a11y-resize-font-151 h6 span{font-size:166%!important}body.pojo-a11y-resize-font-152,body.pojo-a11y-resize-font-152 blockquote,body.pojo-a11y-resize-font-152 code,body.pojo-a11y-resize-font-152 dd,body.pojo-a11y-resize-font-152 dt,body.pojo-a11y-resize-font-152 input,body.pojo-a11y-resize-font-152 label,body.pojo-a11y-resize-font-152 legend,body.pojo-a11y-resize-font-152 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-152 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-152 pre,body.pojo-a11y-resize-font-152 select,body.pojo-a11y-resize-font-152 span,body.pojo-a11y-resize-font-152 textarea{font-size:152%!important}body.pojo-a11y-resize-font-152 h1,body.pojo-a11y-resize-font-152 h1 span,body.pojo-a11y-resize-font-152 h2,body.pojo-a11y-resize-font-152 h2 span,body.pojo-a11y-resize-font-152 h3,body.pojo-a11y-resize-font-152 h3 span,body.pojo-a11y-resize-font-152 h4,body.pojo-a11y-resize-font-152 h4 span,body.pojo-a11y-resize-font-152 h5,body.pojo-a11y-resize-font-152 h5 span,body.pojo-a11y-resize-font-152 h6,body.pojo-a11y-resize-font-152 h6 span{font-size:167%!important}body.pojo-a11y-resize-font-153,body.pojo-a11y-resize-font-153 blockquote,body.pojo-a11y-resize-font-153 code,body.pojo-a11y-resize-font-153 dd,body.pojo-a11y-resize-font-153 dt,body.pojo-a11y-resize-font-153 input,body.pojo-a11y-resize-font-153 label,body.pojo-a11y-resize-font-153 legend,body.pojo-a11y-resize-font-153 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-153 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-153 pre,body.pojo-a11y-resize-font-153 select,body.pojo-a11y-resize-font-153 span,body.pojo-a11y-resize-font-153 textarea{font-size:153%!important}body.pojo-a11y-resize-font-153 h1,body.pojo-a11y-resize-font-153 h1 span,body.pojo-a11y-resize-font-153 h2,body.pojo-a11y-resize-font-153 h2 span,body.pojo-a11y-resize-font-153 h3,body.pojo-a11y-resize-font-153 h3 span,body.pojo-a11y-resize-font-153 h4,body.pojo-a11y-resize-font-153 h4 span,body.pojo-a11y-resize-font-153 h5,body.pojo-a11y-resize-font-153 h5 span,body.pojo-a11y-resize-font-153 h6,body.pojo-a11y-resize-font-153 h6 span{font-size:168%!important}body.pojo-a11y-resize-font-154,body.pojo-a11y-resize-font-154 blockquote,body.pojo-a11y-resize-font-154 code,body.pojo-a11y-resize-font-154 dd,body.pojo-a11y-resize-font-154 dt,body.pojo-a11y-resize-font-154 input,body.pojo-a11y-resize-font-154 label,body.pojo-a11y-resize-font-154 legend,body.pojo-a11y-resize-font-154 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-154 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-154 pre,body.pojo-a11y-resize-font-154 select,body.pojo-a11y-resize-font-154 span,body.pojo-a11y-resize-font-154 textarea{font-size:154%!important}body.pojo-a11y-resize-font-154 h1,body.pojo-a11y-resize-font-154 h1 span,body.pojo-a11y-resize-font-154 h2,body.pojo-a11y-resize-font-154 h2 span,body.pojo-a11y-resize-font-154 h3,body.pojo-a11y-resize-font-154 h3 span,body.pojo-a11y-resize-font-154 h4,body.pojo-a11y-resize-font-154 h4 span,body.pojo-a11y-resize-font-154 h5,body.pojo-a11y-resize-font-154 h5 span,body.pojo-a11y-resize-font-154 h6,body.pojo-a11y-resize-font-154 h6 span{font-size:169%!important}body.pojo-a11y-resize-font-155,body.pojo-a11y-resize-font-155 blockquote,body.pojo-a11y-resize-font-155 code,body.pojo-a11y-resize-font-155 dd,body.pojo-a11y-resize-font-155 dt,body.pojo-a11y-resize-font-155 input,body.pojo-a11y-resize-font-155 label,body.pojo-a11y-resize-font-155 legend,body.pojo-a11y-resize-font-155 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-155 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-155 pre,body.pojo-a11y-resize-font-155 select,body.pojo-a11y-resize-font-155 span,body.pojo-a11y-resize-font-155 textarea{font-size:155%!important}body.pojo-a11y-resize-font-155 h1,body.pojo-a11y-resize-font-155 h1 span,body.pojo-a11y-resize-font-155 h2,body.pojo-a11y-resize-font-155 h2 span,body.pojo-a11y-resize-font-155 h3,body.pojo-a11y-resize-font-155 h3 span,body.pojo-a11y-resize-font-155 h4,body.pojo-a11y-resize-font-155 h4 span,body.pojo-a11y-resize-font-155 h5,body.pojo-a11y-resize-font-155 h5 span,body.pojo-a11y-resize-font-155 h6,body.pojo-a11y-resize-font-155 h6 span{font-size:171%!important}body.pojo-a11y-resize-font-156,body.pojo-a11y-resize-font-156 blockquote,body.pojo-a11y-resize-font-156 code,body.pojo-a11y-resize-font-156 dd,body.pojo-a11y-resize-font-156 dt,body.pojo-a11y-resize-font-156 input,body.pojo-a11y-resize-font-156 label,body.pojo-a11y-resize-font-156 legend,body.pojo-a11y-resize-font-156 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-156 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-156 pre,body.pojo-a11y-resize-font-156 select,body.pojo-a11y-resize-font-156 span,body.pojo-a11y-resize-font-156 textarea{font-size:156%!important}body.pojo-a11y-resize-font-156 h1,body.pojo-a11y-resize-font-156 h1 span,body.pojo-a11y-resize-font-156 h2,body.pojo-a11y-resize-font-156 h2 span,body.pojo-a11y-resize-font-156 h3,body.pojo-a11y-resize-font-156 h3 span,body.pojo-a11y-resize-font-156 h4,body.pojo-a11y-resize-font-156 h4 span,body.pojo-a11y-resize-font-156 h5,body.pojo-a11y-resize-font-156 h5 span,body.pojo-a11y-resize-font-156 h6,body.pojo-a11y-resize-font-156 h6 span{font-size:172%!important}body.pojo-a11y-resize-font-157,body.pojo-a11y-resize-font-157 blockquote,body.pojo-a11y-resize-font-157 code,body.pojo-a11y-resize-font-157 dd,body.pojo-a11y-resize-font-157 dt,body.pojo-a11y-resize-font-157 input,body.pojo-a11y-resize-font-157 label,body.pojo-a11y-resize-font-157 legend,body.pojo-a11y-resize-font-157 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-157 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-157 pre,body.pojo-a11y-resize-font-157 select,body.pojo-a11y-resize-font-157 span,body.pojo-a11y-resize-font-157 textarea{font-size:157%!important}body.pojo-a11y-resize-font-157 h1,body.pojo-a11y-resize-font-157 h1 span,body.pojo-a11y-resize-font-157 h2,body.pojo-a11y-resize-font-157 h2 span,body.pojo-a11y-resize-font-157 h3,body.pojo-a11y-resize-font-157 h3 span,body.pojo-a11y-resize-font-157 h4,body.pojo-a11y-resize-font-157 h4 span,body.pojo-a11y-resize-font-157 h5,body.pojo-a11y-resize-font-157 h5 span,body.pojo-a11y-resize-font-157 h6,body.pojo-a11y-resize-font-157 h6 span{font-size:173%!important}body.pojo-a11y-resize-font-158,body.pojo-a11y-resize-font-158 blockquote,body.pojo-a11y-resize-font-158 code,body.pojo-a11y-resize-font-158 dd,body.pojo-a11y-resize-font-158 dt,body.pojo-a11y-resize-font-158 input,body.pojo-a11y-resize-font-158 label,body.pojo-a11y-resize-font-158 legend,body.pojo-a11y-resize-font-158 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-158 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-158 pre,body.pojo-a11y-resize-font-158 select,body.pojo-a11y-resize-font-158 span,body.pojo-a11y-resize-font-158 textarea{font-size:158%!important}body.pojo-a11y-resize-font-158 h1,body.pojo-a11y-resize-font-158 h1 span,body.pojo-a11y-resize-font-158 h2,body.pojo-a11y-resize-font-158 h2 span,body.pojo-a11y-resize-font-158 h3,body.pojo-a11y-resize-font-158 h3 span,body.pojo-a11y-resize-font-158 h4,body.pojo-a11y-resize-font-158 h4 span,body.pojo-a11y-resize-font-158 h5,body.pojo-a11y-resize-font-158 h5 span,body.pojo-a11y-resize-font-158 h6,body.pojo-a11y-resize-font-158 h6 span{font-size:174%!important}body.pojo-a11y-resize-font-159,body.pojo-a11y-resize-font-159 blockquote,body.pojo-a11y-resize-font-159 code,body.pojo-a11y-resize-font-159 dd,body.pojo-a11y-resize-font-159 dt,body.pojo-a11y-resize-font-159 input,body.pojo-a11y-resize-font-159 label,body.pojo-a11y-resize-font-159 legend,body.pojo-a11y-resize-font-159 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-159 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-159 pre,body.pojo-a11y-resize-font-159 select,body.pojo-a11y-resize-font-159 span,body.pojo-a11y-resize-font-159 textarea{font-size:159%!important}body.pojo-a11y-resize-font-159 h1,body.pojo-a11y-resize-font-159 h1 span,body.pojo-a11y-resize-font-159 h2,body.pojo-a11y-resize-font-159 h2 span,body.pojo-a11y-resize-font-159 h3,body.pojo-a11y-resize-font-159 h3 span,body.pojo-a11y-resize-font-159 h4,body.pojo-a11y-resize-font-159 h4 span,body.pojo-a11y-resize-font-159 h5,body.pojo-a11y-resize-font-159 h5 span,body.pojo-a11y-resize-font-159 h6,body.pojo-a11y-resize-font-159 h6 span{font-size:175%!important}body.pojo-a11y-resize-font-160,body.pojo-a11y-resize-font-160 blockquote,body.pojo-a11y-resize-font-160 code,body.pojo-a11y-resize-font-160 dd,body.pojo-a11y-resize-font-160 dt,body.pojo-a11y-resize-font-160 input,body.pojo-a11y-resize-font-160 label,body.pojo-a11y-resize-font-160 legend,body.pojo-a11y-resize-font-160 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-160 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-160 pre,body.pojo-a11y-resize-font-160 select,body.pojo-a11y-resize-font-160 span,body.pojo-a11y-resize-font-160 textarea{font-size:160%!important}body.pojo-a11y-resize-font-160 h1,body.pojo-a11y-resize-font-160 h1 span,body.pojo-a11y-resize-font-160 h2,body.pojo-a11y-resize-font-160 h2 span,body.pojo-a11y-resize-font-160 h3,body.pojo-a11y-resize-font-160 h3 span,body.pojo-a11y-resize-font-160 h4,body.pojo-a11y-resize-font-160 h4 span,body.pojo-a11y-resize-font-160 h5,body.pojo-a11y-resize-font-160 h5 span,body.pojo-a11y-resize-font-160 h6,body.pojo-a11y-resize-font-160 h6 span{font-size:176%!important}body.pojo-a11y-resize-font-161,body.pojo-a11y-resize-font-161 blockquote,body.pojo-a11y-resize-font-161 code,body.pojo-a11y-resize-font-161 dd,body.pojo-a11y-resize-font-161 dt,body.pojo-a11y-resize-font-161 input,body.pojo-a11y-resize-font-161 label,body.pojo-a11y-resize-font-161 legend,body.pojo-a11y-resize-font-161 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-161 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-161 pre,body.pojo-a11y-resize-font-161 select,body.pojo-a11y-resize-font-161 span,body.pojo-a11y-resize-font-161 textarea{font-size:161%!important}body.pojo-a11y-resize-font-161 h1,body.pojo-a11y-resize-font-161 h1 span,body.pojo-a11y-resize-font-161 h2,body.pojo-a11y-resize-font-161 h2 span,body.pojo-a11y-resize-font-161 h3,body.pojo-a11y-resize-font-161 h3 span,body.pojo-a11y-resize-font-161 h4,body.pojo-a11y-resize-font-161 h4 span,body.pojo-a11y-resize-font-161 h5,body.pojo-a11y-resize-font-161 h5 span,body.pojo-a11y-resize-font-161 h6,body.pojo-a11y-resize-font-161 h6 span{font-size:177%!important}body.pojo-a11y-resize-font-162,body.pojo-a11y-resize-font-162 blockquote,body.pojo-a11y-resize-font-162 code,body.pojo-a11y-resize-font-162 dd,body.pojo-a11y-resize-font-162 dt,body.pojo-a11y-resize-font-162 input,body.pojo-a11y-resize-font-162 label,body.pojo-a11y-resize-font-162 legend,body.pojo-a11y-resize-font-162 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-162 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-162 pre,body.pojo-a11y-resize-font-162 select,body.pojo-a11y-resize-font-162 span,body.pojo-a11y-resize-font-162 textarea{font-size:162%!important}body.pojo-a11y-resize-font-162 h1,body.pojo-a11y-resize-font-162 h1 span,body.pojo-a11y-resize-font-162 h2,body.pojo-a11y-resize-font-162 h2 span,body.pojo-a11y-resize-font-162 h3,body.pojo-a11y-resize-font-162 h3 span,body.pojo-a11y-resize-font-162 h4,body.pojo-a11y-resize-font-162 h4 span,body.pojo-a11y-resize-font-162 h5,body.pojo-a11y-resize-font-162 h5 span,body.pojo-a11y-resize-font-162 h6,body.pojo-a11y-resize-font-162 h6 span{font-size:178%!important}body.pojo-a11y-resize-font-163,body.pojo-a11y-resize-font-163 blockquote,body.pojo-a11y-resize-font-163 code,body.pojo-a11y-resize-font-163 dd,body.pojo-a11y-resize-font-163 dt,body.pojo-a11y-resize-font-163 input,body.pojo-a11y-resize-font-163 label,body.pojo-a11y-resize-font-163 legend,body.pojo-a11y-resize-font-163 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-163 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-163 pre,body.pojo-a11y-resize-font-163 select,body.pojo-a11y-resize-font-163 span,body.pojo-a11y-resize-font-163 textarea{font-size:163%!important}body.pojo-a11y-resize-font-163 h1,body.pojo-a11y-resize-font-163 h1 span,body.pojo-a11y-resize-font-163 h2,body.pojo-a11y-resize-font-163 h2 span,body.pojo-a11y-resize-font-163 h3,body.pojo-a11y-resize-font-163 h3 span,body.pojo-a11y-resize-font-163 h4,body.pojo-a11y-resize-font-163 h4 span,body.pojo-a11y-resize-font-163 h5,body.pojo-a11y-resize-font-163 h5 span,body.pojo-a11y-resize-font-163 h6,body.pojo-a11y-resize-font-163 h6 span{font-size:179%!important}body.pojo-a11y-resize-font-164,body.pojo-a11y-resize-font-164 blockquote,body.pojo-a11y-resize-font-164 code,body.pojo-a11y-resize-font-164 dd,body.pojo-a11y-resize-font-164 dt,body.pojo-a11y-resize-font-164 input,body.pojo-a11y-resize-font-164 label,body.pojo-a11y-resize-font-164 legend,body.pojo-a11y-resize-font-164 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-164 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-164 pre,body.pojo-a11y-resize-font-164 select,body.pojo-a11y-resize-font-164 span,body.pojo-a11y-resize-font-164 textarea{font-size:164%!important}body.pojo-a11y-resize-font-164 h1,body.pojo-a11y-resize-font-164 h1 span,body.pojo-a11y-resize-font-164 h2,body.pojo-a11y-resize-font-164 h2 span,body.pojo-a11y-resize-font-164 h3,body.pojo-a11y-resize-font-164 h3 span,body.pojo-a11y-resize-font-164 h4,body.pojo-a11y-resize-font-164 h4 span,body.pojo-a11y-resize-font-164 h5,body.pojo-a11y-resize-font-164 h5 span,body.pojo-a11y-resize-font-164 h6,body.pojo-a11y-resize-font-164 h6 span{font-size:180%!important}body.pojo-a11y-resize-font-165,body.pojo-a11y-resize-font-165 blockquote,body.pojo-a11y-resize-font-165 code,body.pojo-a11y-resize-font-165 dd,body.pojo-a11y-resize-font-165 dt,body.pojo-a11y-resize-font-165 input,body.pojo-a11y-resize-font-165 label,body.pojo-a11y-resize-font-165 legend,body.pojo-a11y-resize-font-165 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-165 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-165 pre,body.pojo-a11y-resize-font-165 select,body.pojo-a11y-resize-font-165 span,body.pojo-a11y-resize-font-165 textarea{font-size:165%!important}body.pojo-a11y-resize-font-165 h1,body.pojo-a11y-resize-font-165 h1 span,body.pojo-a11y-resize-font-165 h2,body.pojo-a11y-resize-font-165 h2 span,body.pojo-a11y-resize-font-165 h3,body.pojo-a11y-resize-font-165 h3 span,body.pojo-a11y-resize-font-165 h4,body.pojo-a11y-resize-font-165 h4 span,body.pojo-a11y-resize-font-165 h5,body.pojo-a11y-resize-font-165 h5 span,body.pojo-a11y-resize-font-165 h6,body.pojo-a11y-resize-font-165 h6 span{font-size:182%!important}body.pojo-a11y-resize-font-166,body.pojo-a11y-resize-font-166 blockquote,body.pojo-a11y-resize-font-166 code,body.pojo-a11y-resize-font-166 dd,body.pojo-a11y-resize-font-166 dt,body.pojo-a11y-resize-font-166 input,body.pojo-a11y-resize-font-166 label,body.pojo-a11y-resize-font-166 legend,body.pojo-a11y-resize-font-166 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-166 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-166 pre,body.pojo-a11y-resize-font-166 select,body.pojo-a11y-resize-font-166 span,body.pojo-a11y-resize-font-166 textarea{font-size:166%!important}body.pojo-a11y-resize-font-166 h1,body.pojo-a11y-resize-font-166 h1 span,body.pojo-a11y-resize-font-166 h2,body.pojo-a11y-resize-font-166 h2 span,body.pojo-a11y-resize-font-166 h3,body.pojo-a11y-resize-font-166 h3 span,body.pojo-a11y-resize-font-166 h4,body.pojo-a11y-resize-font-166 h4 span,body.pojo-a11y-resize-font-166 h5,body.pojo-a11y-resize-font-166 h5 span,body.pojo-a11y-resize-font-166 h6,body.pojo-a11y-resize-font-166 h6 span{font-size:183%!important}body.pojo-a11y-resize-font-167,body.pojo-a11y-resize-font-167 blockquote,body.pojo-a11y-resize-font-167 code,body.pojo-a11y-resize-font-167 dd,body.pojo-a11y-resize-font-167 dt,body.pojo-a11y-resize-font-167 input,body.pojo-a11y-resize-font-167 label,body.pojo-a11y-resize-font-167 legend,body.pojo-a11y-resize-font-167 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-167 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-167 pre,body.pojo-a11y-resize-font-167 select,body.pojo-a11y-resize-font-167 span,body.pojo-a11y-resize-font-167 textarea{font-size:167%!important}body.pojo-a11y-resize-font-167 h1,body.pojo-a11y-resize-font-167 h1 span,body.pojo-a11y-resize-font-167 h2,body.pojo-a11y-resize-font-167 h2 span,body.pojo-a11y-resize-font-167 h3,body.pojo-a11y-resize-font-167 h3 span,body.pojo-a11y-resize-font-167 h4,body.pojo-a11y-resize-font-167 h4 span,body.pojo-a11y-resize-font-167 h5,body.pojo-a11y-resize-font-167 h5 span,body.pojo-a11y-resize-font-167 h6,body.pojo-a11y-resize-font-167 h6 span{font-size:184%!important}body.pojo-a11y-resize-font-168,body.pojo-a11y-resize-font-168 blockquote,body.pojo-a11y-resize-font-168 code,body.pojo-a11y-resize-font-168 dd,body.pojo-a11y-resize-font-168 dt,body.pojo-a11y-resize-font-168 input,body.pojo-a11y-resize-font-168 label,body.pojo-a11y-resize-font-168 legend,body.pojo-a11y-resize-font-168 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-168 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-168 pre,body.pojo-a11y-resize-font-168 select,body.pojo-a11y-resize-font-168 span,body.pojo-a11y-resize-font-168 textarea{font-size:168%!important}body.pojo-a11y-resize-font-168 h1,body.pojo-a11y-resize-font-168 h1 span,body.pojo-a11y-resize-font-168 h2,body.pojo-a11y-resize-font-168 h2 span,body.pojo-a11y-resize-font-168 h3,body.pojo-a11y-resize-font-168 h3 span,body.pojo-a11y-resize-font-168 h4,body.pojo-a11y-resize-font-168 h4 span,body.pojo-a11y-resize-font-168 h5,body.pojo-a11y-resize-font-168 h5 span,body.pojo-a11y-resize-font-168 h6,body.pojo-a11y-resize-font-168 h6 span{font-size:185%!important}body.pojo-a11y-resize-font-169,body.pojo-a11y-resize-font-169 blockquote,body.pojo-a11y-resize-font-169 code,body.pojo-a11y-resize-font-169 dd,body.pojo-a11y-resize-font-169 dt,body.pojo-a11y-resize-font-169 input,body.pojo-a11y-resize-font-169 label,body.pojo-a11y-resize-font-169 legend,body.pojo-a11y-resize-font-169 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-169 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-169 pre,body.pojo-a11y-resize-font-169 select,body.pojo-a11y-resize-font-169 span,body.pojo-a11y-resize-font-169 textarea{font-size:169%!important}body.pojo-a11y-resize-font-169 h1,body.pojo-a11y-resize-font-169 h1 span,body.pojo-a11y-resize-font-169 h2,body.pojo-a11y-resize-font-169 h2 span,body.pojo-a11y-resize-font-169 h3,body.pojo-a11y-resize-font-169 h3 span,body.pojo-a11y-resize-font-169 h4,body.pojo-a11y-resize-font-169 h4 span,body.pojo-a11y-resize-font-169 h5,body.pojo-a11y-resize-font-169 h5 span,body.pojo-a11y-resize-font-169 h6,body.pojo-a11y-resize-font-169 h6 span{font-size:186%!important}body.pojo-a11y-resize-font-170,body.pojo-a11y-resize-font-170 blockquote,body.pojo-a11y-resize-font-170 code,body.pojo-a11y-resize-font-170 dd,body.pojo-a11y-resize-font-170 dt,body.pojo-a11y-resize-font-170 input,body.pojo-a11y-resize-font-170 label,body.pojo-a11y-resize-font-170 legend,body.pojo-a11y-resize-font-170 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-170 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-170 pre,body.pojo-a11y-resize-font-170 select,body.pojo-a11y-resize-font-170 span,body.pojo-a11y-resize-font-170 textarea{font-size:170%!important}body.pojo-a11y-resize-font-170 h1,body.pojo-a11y-resize-font-170 h1 span,body.pojo-a11y-resize-font-170 h2,body.pojo-a11y-resize-font-170 h2 span,body.pojo-a11y-resize-font-170 h3,body.pojo-a11y-resize-font-170 h3 span,body.pojo-a11y-resize-font-170 h4,body.pojo-a11y-resize-font-170 h4 span,body.pojo-a11y-resize-font-170 h5,body.pojo-a11y-resize-font-170 h5 span,body.pojo-a11y-resize-font-170 h6,body.pojo-a11y-resize-font-170 h6 span{font-size:187%!important}body.pojo-a11y-resize-font-171,body.pojo-a11y-resize-font-171 blockquote,body.pojo-a11y-resize-font-171 code,body.pojo-a11y-resize-font-171 dd,body.pojo-a11y-resize-font-171 dt,body.pojo-a11y-resize-font-171 input,body.pojo-a11y-resize-font-171 label,body.pojo-a11y-resize-font-171 legend,body.pojo-a11y-resize-font-171 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-171 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-171 pre,body.pojo-a11y-resize-font-171 select,body.pojo-a11y-resize-font-171 span,body.pojo-a11y-resize-font-171 textarea{font-size:171%!important}body.pojo-a11y-resize-font-171 h1,body.pojo-a11y-resize-font-171 h1 span,body.pojo-a11y-resize-font-171 h2,body.pojo-a11y-resize-font-171 h2 span,body.pojo-a11y-resize-font-171 h3,body.pojo-a11y-resize-font-171 h3 span,body.pojo-a11y-resize-font-171 h4,body.pojo-a11y-resize-font-171 h4 span,body.pojo-a11y-resize-font-171 h5,body.pojo-a11y-resize-font-171 h5 span,body.pojo-a11y-resize-font-171 h6,body.pojo-a11y-resize-font-171 h6 span{font-size:188%!important}body.pojo-a11y-resize-font-172,body.pojo-a11y-resize-font-172 blockquote,body.pojo-a11y-resize-font-172 code,body.pojo-a11y-resize-font-172 dd,body.pojo-a11y-resize-font-172 dt,body.pojo-a11y-resize-font-172 input,body.pojo-a11y-resize-font-172 label,body.pojo-a11y-resize-font-172 legend,body.pojo-a11y-resize-font-172 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-172 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-172 pre,body.pojo-a11y-resize-font-172 select,body.pojo-a11y-resize-font-172 span,body.pojo-a11y-resize-font-172 textarea{font-size:172%!important}body.pojo-a11y-resize-font-172 h1,body.pojo-a11y-resize-font-172 h1 span,body.pojo-a11y-resize-font-172 h2,body.pojo-a11y-resize-font-172 h2 span,body.pojo-a11y-resize-font-172 h3,body.pojo-a11y-resize-font-172 h3 span,body.pojo-a11y-resize-font-172 h4,body.pojo-a11y-resize-font-172 h4 span,body.pojo-a11y-resize-font-172 h5,body.pojo-a11y-resize-font-172 h5 span,body.pojo-a11y-resize-font-172 h6,body.pojo-a11y-resize-font-172 h6 span{font-size:189%!important}body.pojo-a11y-resize-font-173,body.pojo-a11y-resize-font-173 blockquote,body.pojo-a11y-resize-font-173 code,body.pojo-a11y-resize-font-173 dd,body.pojo-a11y-resize-font-173 dt,body.pojo-a11y-resize-font-173 input,body.pojo-a11y-resize-font-173 label,body.pojo-a11y-resize-font-173 legend,body.pojo-a11y-resize-font-173 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-173 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-173 pre,body.pojo-a11y-resize-font-173 select,body.pojo-a11y-resize-font-173 span,body.pojo-a11y-resize-font-173 textarea{font-size:173%!important}body.pojo-a11y-resize-font-173 h1,body.pojo-a11y-resize-font-173 h1 span,body.pojo-a11y-resize-font-173 h2,body.pojo-a11y-resize-font-173 h2 span,body.pojo-a11y-resize-font-173 h3,body.pojo-a11y-resize-font-173 h3 span,body.pojo-a11y-resize-font-173 h4,body.pojo-a11y-resize-font-173 h4 span,body.pojo-a11y-resize-font-173 h5,body.pojo-a11y-resize-font-173 h5 span,body.pojo-a11y-resize-font-173 h6,body.pojo-a11y-resize-font-173 h6 span{font-size:190%!important}body.pojo-a11y-resize-font-174,body.pojo-a11y-resize-font-174 blockquote,body.pojo-a11y-resize-font-174 code,body.pojo-a11y-resize-font-174 dd,body.pojo-a11y-resize-font-174 dt,body.pojo-a11y-resize-font-174 input,body.pojo-a11y-resize-font-174 label,body.pojo-a11y-resize-font-174 legend,body.pojo-a11y-resize-font-174 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-174 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-174 pre,body.pojo-a11y-resize-font-174 select,body.pojo-a11y-resize-font-174 span,body.pojo-a11y-resize-font-174 textarea{font-size:174%!important}body.pojo-a11y-resize-font-174 h1,body.pojo-a11y-resize-font-174 h1 span,body.pojo-a11y-resize-font-174 h2,body.pojo-a11y-resize-font-174 h2 span,body.pojo-a11y-resize-font-174 h3,body.pojo-a11y-resize-font-174 h3 span,body.pojo-a11y-resize-font-174 h4,body.pojo-a11y-resize-font-174 h4 span,body.pojo-a11y-resize-font-174 h5,body.pojo-a11y-resize-font-174 h5 span,body.pojo-a11y-resize-font-174 h6,body.pojo-a11y-resize-font-174 h6 span{font-size:191%!important}body.pojo-a11y-resize-font-175,body.pojo-a11y-resize-font-175 blockquote,body.pojo-a11y-resize-font-175 code,body.pojo-a11y-resize-font-175 dd,body.pojo-a11y-resize-font-175 dt,body.pojo-a11y-resize-font-175 input,body.pojo-a11y-resize-font-175 label,body.pojo-a11y-resize-font-175 legend,body.pojo-a11y-resize-font-175 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-175 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-175 pre,body.pojo-a11y-resize-font-175 select,body.pojo-a11y-resize-font-175 span,body.pojo-a11y-resize-font-175 textarea{font-size:175%!important}body.pojo-a11y-resize-font-175 h1,body.pojo-a11y-resize-font-175 h1 span,body.pojo-a11y-resize-font-175 h2,body.pojo-a11y-resize-font-175 h2 span,body.pojo-a11y-resize-font-175 h3,body.pojo-a11y-resize-font-175 h3 span,body.pojo-a11y-resize-font-175 h4,body.pojo-a11y-resize-font-175 h4 span,body.pojo-a11y-resize-font-175 h5,body.pojo-a11y-resize-font-175 h5 span,body.pojo-a11y-resize-font-175 h6,body.pojo-a11y-resize-font-175 h6 span{font-size:193%!important}body.pojo-a11y-resize-font-176,body.pojo-a11y-resize-font-176 blockquote,body.pojo-a11y-resize-font-176 code,body.pojo-a11y-resize-font-176 dd,body.pojo-a11y-resize-font-176 dt,body.pojo-a11y-resize-font-176 input,body.pojo-a11y-resize-font-176 label,body.pojo-a11y-resize-font-176 legend,body.pojo-a11y-resize-font-176 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-176 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-176 pre,body.pojo-a11y-resize-font-176 select,body.pojo-a11y-resize-font-176 span,body.pojo-a11y-resize-font-176 textarea{font-size:176%!important}body.pojo-a11y-resize-font-176 h1,body.pojo-a11y-resize-font-176 h1 span,body.pojo-a11y-resize-font-176 h2,body.pojo-a11y-resize-font-176 h2 span,body.pojo-a11y-resize-font-176 h3,body.pojo-a11y-resize-font-176 h3 span,body.pojo-a11y-resize-font-176 h4,body.pojo-a11y-resize-font-176 h4 span,body.pojo-a11y-resize-font-176 h5,body.pojo-a11y-resize-font-176 h5 span,body.pojo-a11y-resize-font-176 h6,body.pojo-a11y-resize-font-176 h6 span{font-size:194%!important}body.pojo-a11y-resize-font-177,body.pojo-a11y-resize-font-177 blockquote,body.pojo-a11y-resize-font-177 code,body.pojo-a11y-resize-font-177 dd,body.pojo-a11y-resize-font-177 dt,body.pojo-a11y-resize-font-177 input,body.pojo-a11y-resize-font-177 label,body.pojo-a11y-resize-font-177 legend,body.pojo-a11y-resize-font-177 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-177 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-177 pre,body.pojo-a11y-resize-font-177 select,body.pojo-a11y-resize-font-177 span,body.pojo-a11y-resize-font-177 textarea{font-size:177%!important}body.pojo-a11y-resize-font-177 h1,body.pojo-a11y-resize-font-177 h1 span,body.pojo-a11y-resize-font-177 h2,body.pojo-a11y-resize-font-177 h2 span,body.pojo-a11y-resize-font-177 h3,body.pojo-a11y-resize-font-177 h3 span,body.pojo-a11y-resize-font-177 h4,body.pojo-a11y-resize-font-177 h4 span,body.pojo-a11y-resize-font-177 h5,body.pojo-a11y-resize-font-177 h5 span,body.pojo-a11y-resize-font-177 h6,body.pojo-a11y-resize-font-177 h6 span{font-size:195%!important}body.pojo-a11y-resize-font-178,body.pojo-a11y-resize-font-178 blockquote,body.pojo-a11y-resize-font-178 code,body.pojo-a11y-resize-font-178 dd,body.pojo-a11y-resize-font-178 dt,body.pojo-a11y-resize-font-178 input,body.pojo-a11y-resize-font-178 label,body.pojo-a11y-resize-font-178 legend,body.pojo-a11y-resize-font-178 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-178 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-178 pre,body.pojo-a11y-resize-font-178 select,body.pojo-a11y-resize-font-178 span,body.pojo-a11y-resize-font-178 textarea{font-size:178%!important}body.pojo-a11y-resize-font-178 h1,body.pojo-a11y-resize-font-178 h1 span,body.pojo-a11y-resize-font-178 h2,body.pojo-a11y-resize-font-178 h2 span,body.pojo-a11y-resize-font-178 h3,body.pojo-a11y-resize-font-178 h3 span,body.pojo-a11y-resize-font-178 h4,body.pojo-a11y-resize-font-178 h4 span,body.pojo-a11y-resize-font-178 h5,body.pojo-a11y-resize-font-178 h5 span,body.pojo-a11y-resize-font-178 h6,body.pojo-a11y-resize-font-178 h6 span{font-size:196%!important}body.pojo-a11y-resize-font-179,body.pojo-a11y-resize-font-179 blockquote,body.pojo-a11y-resize-font-179 code,body.pojo-a11y-resize-font-179 dd,body.pojo-a11y-resize-font-179 dt,body.pojo-a11y-resize-font-179 input,body.pojo-a11y-resize-font-179 label,body.pojo-a11y-resize-font-179 legend,body.pojo-a11y-resize-font-179 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-179 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-179 pre,body.pojo-a11y-resize-font-179 select,body.pojo-a11y-resize-font-179 span,body.pojo-a11y-resize-font-179 textarea{font-size:179%!important}body.pojo-a11y-resize-font-179 h1,body.pojo-a11y-resize-font-179 h1 span,body.pojo-a11y-resize-font-179 h2,body.pojo-a11y-resize-font-179 h2 span,body.pojo-a11y-resize-font-179 h3,body.pojo-a11y-resize-font-179 h3 span,body.pojo-a11y-resize-font-179 h4,body.pojo-a11y-resize-font-179 h4 span,body.pojo-a11y-resize-font-179 h5,body.pojo-a11y-resize-font-179 h5 span,body.pojo-a11y-resize-font-179 h6,body.pojo-a11y-resize-font-179 h6 span{font-size:197%!important}body.pojo-a11y-resize-font-180,body.pojo-a11y-resize-font-180 blockquote,body.pojo-a11y-resize-font-180 code,body.pojo-a11y-resize-font-180 dd,body.pojo-a11y-resize-font-180 dt,body.pojo-a11y-resize-font-180 input,body.pojo-a11y-resize-font-180 label,body.pojo-a11y-resize-font-180 legend,body.pojo-a11y-resize-font-180 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-180 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-180 pre,body.pojo-a11y-resize-font-180 select,body.pojo-a11y-resize-font-180 span,body.pojo-a11y-resize-font-180 textarea{font-size:180%!important}body.pojo-a11y-resize-font-180 h1,body.pojo-a11y-resize-font-180 h1 span,body.pojo-a11y-resize-font-180 h2,body.pojo-a11y-resize-font-180 h2 span,body.pojo-a11y-resize-font-180 h3,body.pojo-a11y-resize-font-180 h3 span,body.pojo-a11y-resize-font-180 h4,body.pojo-a11y-resize-font-180 h4 span,body.pojo-a11y-resize-font-180 h5,body.pojo-a11y-resize-font-180 h5 span,body.pojo-a11y-resize-font-180 h6,body.pojo-a11y-resize-font-180 h6 span{font-size:198%!important}body.pojo-a11y-resize-font-181,body.pojo-a11y-resize-font-181 blockquote,body.pojo-a11y-resize-font-181 code,body.pojo-a11y-resize-font-181 dd,body.pojo-a11y-resize-font-181 dt,body.pojo-a11y-resize-font-181 input,body.pojo-a11y-resize-font-181 label,body.pojo-a11y-resize-font-181 legend,body.pojo-a11y-resize-font-181 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-181 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-181 pre,body.pojo-a11y-resize-font-181 select,body.pojo-a11y-resize-font-181 span,body.pojo-a11y-resize-font-181 textarea{font-size:181%!important}body.pojo-a11y-resize-font-181 h1,body.pojo-a11y-resize-font-181 h1 span,body.pojo-a11y-resize-font-181 h2,body.pojo-a11y-resize-font-181 h2 span,body.pojo-a11y-resize-font-181 h3,body.pojo-a11y-resize-font-181 h3 span,body.pojo-a11y-resize-font-181 h4,body.pojo-a11y-resize-font-181 h4 span,body.pojo-a11y-resize-font-181 h5,body.pojo-a11y-resize-font-181 h5 span,body.pojo-a11y-resize-font-181 h6,body.pojo-a11y-resize-font-181 h6 span{font-size:199%!important}body.pojo-a11y-resize-font-182,body.pojo-a11y-resize-font-182 blockquote,body.pojo-a11y-resize-font-182 code,body.pojo-a11y-resize-font-182 dd,body.pojo-a11y-resize-font-182 dt,body.pojo-a11y-resize-font-182 input,body.pojo-a11y-resize-font-182 label,body.pojo-a11y-resize-font-182 legend,body.pojo-a11y-resize-font-182 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-182 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-182 pre,body.pojo-a11y-resize-font-182 select,body.pojo-a11y-resize-font-182 span,body.pojo-a11y-resize-font-182 textarea{font-size:182%!important}body.pojo-a11y-resize-font-182 h1,body.pojo-a11y-resize-font-182 h1 span,body.pojo-a11y-resize-font-182 h2,body.pojo-a11y-resize-font-182 h2 span,body.pojo-a11y-resize-font-182 h3,body.pojo-a11y-resize-font-182 h3 span,body.pojo-a11y-resize-font-182 h4,body.pojo-a11y-resize-font-182 h4 span,body.pojo-a11y-resize-font-182 h5,body.pojo-a11y-resize-font-182 h5 span,body.pojo-a11y-resize-font-182 h6,body.pojo-a11y-resize-font-182 h6 span{font-size:200%!important}body.pojo-a11y-resize-font-183,body.pojo-a11y-resize-font-183 blockquote,body.pojo-a11y-resize-font-183 code,body.pojo-a11y-resize-font-183 dd,body.pojo-a11y-resize-font-183 dt,body.pojo-a11y-resize-font-183 input,body.pojo-a11y-resize-font-183 label,body.pojo-a11y-resize-font-183 legend,body.pojo-a11y-resize-font-183 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-183 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-183 pre,body.pojo-a11y-resize-font-183 select,body.pojo-a11y-resize-font-183 span,body.pojo-a11y-resize-font-183 textarea{font-size:183%!important}body.pojo-a11y-resize-font-183 h1,body.pojo-a11y-resize-font-183 h1 span,body.pojo-a11y-resize-font-183 h2,body.pojo-a11y-resize-font-183 h2 span,body.pojo-a11y-resize-font-183 h3,body.pojo-a11y-resize-font-183 h3 span,body.pojo-a11y-resize-font-183 h4,body.pojo-a11y-resize-font-183 h4 span,body.pojo-a11y-resize-font-183 h5,body.pojo-a11y-resize-font-183 h5 span,body.pojo-a11y-resize-font-183 h6,body.pojo-a11y-resize-font-183 h6 span{font-size:201%!important}body.pojo-a11y-resize-font-184,body.pojo-a11y-resize-font-184 blockquote,body.pojo-a11y-resize-font-184 code,body.pojo-a11y-resize-font-184 dd,body.pojo-a11y-resize-font-184 dt,body.pojo-a11y-resize-font-184 input,body.pojo-a11y-resize-font-184 label,body.pojo-a11y-resize-font-184 legend,body.pojo-a11y-resize-font-184 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-184 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-184 pre,body.pojo-a11y-resize-font-184 select,body.pojo-a11y-resize-font-184 span,body.pojo-a11y-resize-font-184 textarea{font-size:184%!important}body.pojo-a11y-resize-font-184 h1,body.pojo-a11y-resize-font-184 h1 span,body.pojo-a11y-resize-font-184 h2,body.pojo-a11y-resize-font-184 h2 span,body.pojo-a11y-resize-font-184 h3,body.pojo-a11y-resize-font-184 h3 span,body.pojo-a11y-resize-font-184 h4,body.pojo-a11y-resize-font-184 h4 span,body.pojo-a11y-resize-font-184 h5,body.pojo-a11y-resize-font-184 h5 span,body.pojo-a11y-resize-font-184 h6,body.pojo-a11y-resize-font-184 h6 span{font-size:202%!important}body.pojo-a11y-resize-font-185,body.pojo-a11y-resize-font-185 blockquote,body.pojo-a11y-resize-font-185 code,body.pojo-a11y-resize-font-185 dd,body.pojo-a11y-resize-font-185 dt,body.pojo-a11y-resize-font-185 input,body.pojo-a11y-resize-font-185 label,body.pojo-a11y-resize-font-185 legend,body.pojo-a11y-resize-font-185 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-185 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-185 pre,body.pojo-a11y-resize-font-185 select,body.pojo-a11y-resize-font-185 span,body.pojo-a11y-resize-font-185 textarea{font-size:185%!important}body.pojo-a11y-resize-font-185 h1,body.pojo-a11y-resize-font-185 h1 span,body.pojo-a11y-resize-font-185 h2,body.pojo-a11y-resize-font-185 h2 span,body.pojo-a11y-resize-font-185 h3,body.pojo-a11y-resize-font-185 h3 span,body.pojo-a11y-resize-font-185 h4,body.pojo-a11y-resize-font-185 h4 span,body.pojo-a11y-resize-font-185 h5,body.pojo-a11y-resize-font-185 h5 span,body.pojo-a11y-resize-font-185 h6,body.pojo-a11y-resize-font-185 h6 span{font-size:204%!important}body.pojo-a11y-resize-font-186,body.pojo-a11y-resize-font-186 blockquote,body.pojo-a11y-resize-font-186 code,body.pojo-a11y-resize-font-186 dd,body.pojo-a11y-resize-font-186 dt,body.pojo-a11y-resize-font-186 input,body.pojo-a11y-resize-font-186 label,body.pojo-a11y-resize-font-186 legend,body.pojo-a11y-resize-font-186 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-186 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-186 pre,body.pojo-a11y-resize-font-186 select,body.pojo-a11y-resize-font-186 span,body.pojo-a11y-resize-font-186 textarea{font-size:186%!important}body.pojo-a11y-resize-font-186 h1,body.pojo-a11y-resize-font-186 h1 span,body.pojo-a11y-resize-font-186 h2,body.pojo-a11y-resize-font-186 h2 span,body.pojo-a11y-resize-font-186 h3,body.pojo-a11y-resize-font-186 h3 span,body.pojo-a11y-resize-font-186 h4,body.pojo-a11y-resize-font-186 h4 span,body.pojo-a11y-resize-font-186 h5,body.pojo-a11y-resize-font-186 h5 span,body.pojo-a11y-resize-font-186 h6,body.pojo-a11y-resize-font-186 h6 span{font-size:205%!important}body.pojo-a11y-resize-font-187,body.pojo-a11y-resize-font-187 blockquote,body.pojo-a11y-resize-font-187 code,body.pojo-a11y-resize-font-187 dd,body.pojo-a11y-resize-font-187 dt,body.pojo-a11y-resize-font-187 input,body.pojo-a11y-resize-font-187 label,body.pojo-a11y-resize-font-187 legend,body.pojo-a11y-resize-font-187 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-187 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-187 pre,body.pojo-a11y-resize-font-187 select,body.pojo-a11y-resize-font-187 span,body.pojo-a11y-resize-font-187 textarea{font-size:187%!important}body.pojo-a11y-resize-font-187 h1,body.pojo-a11y-resize-font-187 h1 span,body.pojo-a11y-resize-font-187 h2,body.pojo-a11y-resize-font-187 h2 span,body.pojo-a11y-resize-font-187 h3,body.pojo-a11y-resize-font-187 h3 span,body.pojo-a11y-resize-font-187 h4,body.pojo-a11y-resize-font-187 h4 span,body.pojo-a11y-resize-font-187 h5,body.pojo-a11y-resize-font-187 h5 span,body.pojo-a11y-resize-font-187 h6,body.pojo-a11y-resize-font-187 h6 span{font-size:206%!important}body.pojo-a11y-resize-font-188,body.pojo-a11y-resize-font-188 blockquote,body.pojo-a11y-resize-font-188 code,body.pojo-a11y-resize-font-188 dd,body.pojo-a11y-resize-font-188 dt,body.pojo-a11y-resize-font-188 input,body.pojo-a11y-resize-font-188 label,body.pojo-a11y-resize-font-188 legend,body.pojo-a11y-resize-font-188 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-188 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-188 pre,body.pojo-a11y-resize-font-188 select,body.pojo-a11y-resize-font-188 span,body.pojo-a11y-resize-font-188 textarea{font-size:188%!important}body.pojo-a11y-resize-font-188 h1,body.pojo-a11y-resize-font-188 h1 span,body.pojo-a11y-resize-font-188 h2,body.pojo-a11y-resize-font-188 h2 span,body.pojo-a11y-resize-font-188 h3,body.pojo-a11y-resize-font-188 h3 span,body.pojo-a11y-resize-font-188 h4,body.pojo-a11y-resize-font-188 h4 span,body.pojo-a11y-resize-font-188 h5,body.pojo-a11y-resize-font-188 h5 span,body.pojo-a11y-resize-font-188 h6,body.pojo-a11y-resize-font-188 h6 span{font-size:207%!important}body.pojo-a11y-resize-font-189,body.pojo-a11y-resize-font-189 blockquote,body.pojo-a11y-resize-font-189 code,body.pojo-a11y-resize-font-189 dd,body.pojo-a11y-resize-font-189 dt,body.pojo-a11y-resize-font-189 input,body.pojo-a11y-resize-font-189 label,body.pojo-a11y-resize-font-189 legend,body.pojo-a11y-resize-font-189 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-189 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-189 pre,body.pojo-a11y-resize-font-189 select,body.pojo-a11y-resize-font-189 span,body.pojo-a11y-resize-font-189 textarea{font-size:189%!important}body.pojo-a11y-resize-font-189 h1,body.pojo-a11y-resize-font-189 h1 span,body.pojo-a11y-resize-font-189 h2,body.pojo-a11y-resize-font-189 h2 span,body.pojo-a11y-resize-font-189 h3,body.pojo-a11y-resize-font-189 h3 span,body.pojo-a11y-resize-font-189 h4,body.pojo-a11y-resize-font-189 h4 span,body.pojo-a11y-resize-font-189 h5,body.pojo-a11y-resize-font-189 h5 span,body.pojo-a11y-resize-font-189 h6,body.pojo-a11y-resize-font-189 h6 span{font-size:208%!important}body.pojo-a11y-resize-font-190,body.pojo-a11y-resize-font-190 blockquote,body.pojo-a11y-resize-font-190 code,body.pojo-a11y-resize-font-190 dd,body.pojo-a11y-resize-font-190 dt,body.pojo-a11y-resize-font-190 input,body.pojo-a11y-resize-font-190 label,body.pojo-a11y-resize-font-190 legend,body.pojo-a11y-resize-font-190 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-190 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-190 pre,body.pojo-a11y-resize-font-190 select,body.pojo-a11y-resize-font-190 span,body.pojo-a11y-resize-font-190 textarea{font-size:190%!important}body.pojo-a11y-resize-font-190 h1,body.pojo-a11y-resize-font-190 h1 span,body.pojo-a11y-resize-font-190 h2,body.pojo-a11y-resize-font-190 h2 span,body.pojo-a11y-resize-font-190 h3,body.pojo-a11y-resize-font-190 h3 span,body.pojo-a11y-resize-font-190 h4,body.pojo-a11y-resize-font-190 h4 span,body.pojo-a11y-resize-font-190 h5,body.pojo-a11y-resize-font-190 h5 span,body.pojo-a11y-resize-font-190 h6,body.pojo-a11y-resize-font-190 h6 span{font-size:209%!important}body.pojo-a11y-resize-font-191,body.pojo-a11y-resize-font-191 blockquote,body.pojo-a11y-resize-font-191 code,body.pojo-a11y-resize-font-191 dd,body.pojo-a11y-resize-font-191 dt,body.pojo-a11y-resize-font-191 input,body.pojo-a11y-resize-font-191 label,body.pojo-a11y-resize-font-191 legend,body.pojo-a11y-resize-font-191 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-191 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-191 pre,body.pojo-a11y-resize-font-191 select,body.pojo-a11y-resize-font-191 span,body.pojo-a11y-resize-font-191 textarea{font-size:191%!important}body.pojo-a11y-resize-font-191 h1,body.pojo-a11y-resize-font-191 h1 span,body.pojo-a11y-resize-font-191 h2,body.pojo-a11y-resize-font-191 h2 span,body.pojo-a11y-resize-font-191 h3,body.pojo-a11y-resize-font-191 h3 span,body.pojo-a11y-resize-font-191 h4,body.pojo-a11y-resize-font-191 h4 span,body.pojo-a11y-resize-font-191 h5,body.pojo-a11y-resize-font-191 h5 span,body.pojo-a11y-resize-font-191 h6,body.pojo-a11y-resize-font-191 h6 span{font-size:210%!important}body.pojo-a11y-resize-font-192,body.pojo-a11y-resize-font-192 blockquote,body.pojo-a11y-resize-font-192 code,body.pojo-a11y-resize-font-192 dd,body.pojo-a11y-resize-font-192 dt,body.pojo-a11y-resize-font-192 input,body.pojo-a11y-resize-font-192 label,body.pojo-a11y-resize-font-192 legend,body.pojo-a11y-resize-font-192 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-192 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-192 pre,body.pojo-a11y-resize-font-192 select,body.pojo-a11y-resize-font-192 span,body.pojo-a11y-resize-font-192 textarea{font-size:192%!important}body.pojo-a11y-resize-font-192 h1,body.pojo-a11y-resize-font-192 h1 span,body.pojo-a11y-resize-font-192 h2,body.pojo-a11y-resize-font-192 h2 span,body.pojo-a11y-resize-font-192 h3,body.pojo-a11y-resize-font-192 h3 span,body.pojo-a11y-resize-font-192 h4,body.pojo-a11y-resize-font-192 h4 span,body.pojo-a11y-resize-font-192 h5,body.pojo-a11y-resize-font-192 h5 span,body.pojo-a11y-resize-font-192 h6,body.pojo-a11y-resize-font-192 h6 span{font-size:211%!important}body.pojo-a11y-resize-font-193,body.pojo-a11y-resize-font-193 blockquote,body.pojo-a11y-resize-font-193 code,body.pojo-a11y-resize-font-193 dd,body.pojo-a11y-resize-font-193 dt,body.pojo-a11y-resize-font-193 input,body.pojo-a11y-resize-font-193 label,body.pojo-a11y-resize-font-193 legend,body.pojo-a11y-resize-font-193 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-193 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-193 pre,body.pojo-a11y-resize-font-193 select,body.pojo-a11y-resize-font-193 span,body.pojo-a11y-resize-font-193 textarea{font-size:193%!important}body.pojo-a11y-resize-font-193 h1,body.pojo-a11y-resize-font-193 h1 span,body.pojo-a11y-resize-font-193 h2,body.pojo-a11y-resize-font-193 h2 span,body.pojo-a11y-resize-font-193 h3,body.pojo-a11y-resize-font-193 h3 span,body.pojo-a11y-resize-font-193 h4,body.pojo-a11y-resize-font-193 h4 span,body.pojo-a11y-resize-font-193 h5,body.pojo-a11y-resize-font-193 h5 span,body.pojo-a11y-resize-font-193 h6,body.pojo-a11y-resize-font-193 h6 span{font-size:212%!important}body.pojo-a11y-resize-font-194,body.pojo-a11y-resize-font-194 blockquote,body.pojo-a11y-resize-font-194 code,body.pojo-a11y-resize-font-194 dd,body.pojo-a11y-resize-font-194 dt,body.pojo-a11y-resize-font-194 input,body.pojo-a11y-resize-font-194 label,body.pojo-a11y-resize-font-194 legend,body.pojo-a11y-resize-font-194 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-194 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-194 pre,body.pojo-a11y-resize-font-194 select,body.pojo-a11y-resize-font-194 span,body.pojo-a11y-resize-font-194 textarea{font-size:194%!important}body.pojo-a11y-resize-font-194 h1,body.pojo-a11y-resize-font-194 h1 span,body.pojo-a11y-resize-font-194 h2,body.pojo-a11y-resize-font-194 h2 span,body.pojo-a11y-resize-font-194 h3,body.pojo-a11y-resize-font-194 h3 span,body.pojo-a11y-resize-font-194 h4,body.pojo-a11y-resize-font-194 h4 span,body.pojo-a11y-resize-font-194 h5,body.pojo-a11y-resize-font-194 h5 span,body.pojo-a11y-resize-font-194 h6,body.pojo-a11y-resize-font-194 h6 span{font-size:213%!important}body.pojo-a11y-resize-font-195,body.pojo-a11y-resize-font-195 blockquote,body.pojo-a11y-resize-font-195 code,body.pojo-a11y-resize-font-195 dd,body.pojo-a11y-resize-font-195 dt,body.pojo-a11y-resize-font-195 input,body.pojo-a11y-resize-font-195 label,body.pojo-a11y-resize-font-195 legend,body.pojo-a11y-resize-font-195 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-195 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-195 pre,body.pojo-a11y-resize-font-195 select,body.pojo-a11y-resize-font-195 span,body.pojo-a11y-resize-font-195 textarea{font-size:195%!important}body.pojo-a11y-resize-font-195 h1,body.pojo-a11y-resize-font-195 h1 span,body.pojo-a11y-resize-font-195 h2,body.pojo-a11y-resize-font-195 h2 span,body.pojo-a11y-resize-font-195 h3,body.pojo-a11y-resize-font-195 h3 span,body.pojo-a11y-resize-font-195 h4,body.pojo-a11y-resize-font-195 h4 span,body.pojo-a11y-resize-font-195 h5,body.pojo-a11y-resize-font-195 h5 span,body.pojo-a11y-resize-font-195 h6,body.pojo-a11y-resize-font-195 h6 span{font-size:215%!important}body.pojo-a11y-resize-font-196,body.pojo-a11y-resize-font-196 blockquote,body.pojo-a11y-resize-font-196 code,body.pojo-a11y-resize-font-196 dd,body.pojo-a11y-resize-font-196 dt,body.pojo-a11y-resize-font-196 input,body.pojo-a11y-resize-font-196 label,body.pojo-a11y-resize-font-196 legend,body.pojo-a11y-resize-font-196 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-196 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-196 pre,body.pojo-a11y-resize-font-196 select,body.pojo-a11y-resize-font-196 span,body.pojo-a11y-resize-font-196 textarea{font-size:196%!important}body.pojo-a11y-resize-font-196 h1,body.pojo-a11y-resize-font-196 h1 span,body.pojo-a11y-resize-font-196 h2,body.pojo-a11y-resize-font-196 h2 span,body.pojo-a11y-resize-font-196 h3,body.pojo-a11y-resize-font-196 h3 span,body.pojo-a11y-resize-font-196 h4,body.pojo-a11y-resize-font-196 h4 span,body.pojo-a11y-resize-font-196 h5,body.pojo-a11y-resize-font-196 h5 span,body.pojo-a11y-resize-font-196 h6,body.pojo-a11y-resize-font-196 h6 span{font-size:216%!important}body.pojo-a11y-resize-font-197,body.pojo-a11y-resize-font-197 blockquote,body.pojo-a11y-resize-font-197 code,body.pojo-a11y-resize-font-197 dd,body.pojo-a11y-resize-font-197 dt,body.pojo-a11y-resize-font-197 input,body.pojo-a11y-resize-font-197 label,body.pojo-a11y-resize-font-197 legend,body.pojo-a11y-resize-font-197 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-197 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-197 pre,body.pojo-a11y-resize-font-197 select,body.pojo-a11y-resize-font-197 span,body.pojo-a11y-resize-font-197 textarea{font-size:197%!important}body.pojo-a11y-resize-font-197 h1,body.pojo-a11y-resize-font-197 h1 span,body.pojo-a11y-resize-font-197 h2,body.pojo-a11y-resize-font-197 h2 span,body.pojo-a11y-resize-font-197 h3,body.pojo-a11y-resize-font-197 h3 span,body.pojo-a11y-resize-font-197 h4,body.pojo-a11y-resize-font-197 h4 span,body.pojo-a11y-resize-font-197 h5,body.pojo-a11y-resize-font-197 h5 span,body.pojo-a11y-resize-font-197 h6,body.pojo-a11y-resize-font-197 h6 span{font-size:217%!important}body.pojo-a11y-resize-font-198,body.pojo-a11y-resize-font-198 blockquote,body.pojo-a11y-resize-font-198 code,body.pojo-a11y-resize-font-198 dd,body.pojo-a11y-resize-font-198 dt,body.pojo-a11y-resize-font-198 input,body.pojo-a11y-resize-font-198 label,body.pojo-a11y-resize-font-198 legend,body.pojo-a11y-resize-font-198 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-198 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-198 pre,body.pojo-a11y-resize-font-198 select,body.pojo-a11y-resize-font-198 span,body.pojo-a11y-resize-font-198 textarea{font-size:198%!important}body.pojo-a11y-resize-font-198 h1,body.pojo-a11y-resize-font-198 h1 span,body.pojo-a11y-resize-font-198 h2,body.pojo-a11y-resize-font-198 h2 span,body.pojo-a11y-resize-font-198 h3,body.pojo-a11y-resize-font-198 h3 span,body.pojo-a11y-resize-font-198 h4,body.pojo-a11y-resize-font-198 h4 span,body.pojo-a11y-resize-font-198 h5,body.pojo-a11y-resize-font-198 h5 span,body.pojo-a11y-resize-font-198 h6,body.pojo-a11y-resize-font-198 h6 span{font-size:218%!important}body.pojo-a11y-resize-font-199,body.pojo-a11y-resize-font-199 blockquote,body.pojo-a11y-resize-font-199 code,body.pojo-a11y-resize-font-199 dd,body.pojo-a11y-resize-font-199 dt,body.pojo-a11y-resize-font-199 input,body.pojo-a11y-resize-font-199 label,body.pojo-a11y-resize-font-199 legend,body.pojo-a11y-resize-font-199 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-199 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-199 pre,body.pojo-a11y-resize-font-199 select,body.pojo-a11y-resize-font-199 span,body.pojo-a11y-resize-font-199 textarea{font-size:199%!important}body.pojo-a11y-resize-font-199 h1,body.pojo-a11y-resize-font-199 h1 span,body.pojo-a11y-resize-font-199 h2,body.pojo-a11y-resize-font-199 h2 span,body.pojo-a11y-resize-font-199 h3,body.pojo-a11y-resize-font-199 h3 span,body.pojo-a11y-resize-font-199 h4,body.pojo-a11y-resize-font-199 h4 span,body.pojo-a11y-resize-font-199 h5,body.pojo-a11y-resize-font-199 h5 span,body.pojo-a11y-resize-font-199 h6,body.pojo-a11y-resize-font-199 h6 span{font-size:219%!important}body.pojo-a11y-resize-font-200,body.pojo-a11y-resize-font-200 blockquote,body.pojo-a11y-resize-font-200 code,body.pojo-a11y-resize-font-200 dd,body.pojo-a11y-resize-font-200 dt,body.pojo-a11y-resize-font-200 input,body.pojo-a11y-resize-font-200 label,body.pojo-a11y-resize-font-200 legend,body.pojo-a11y-resize-font-200 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-200 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-200 pre,body.pojo-a11y-resize-font-200 select,body.pojo-a11y-resize-font-200 span,body.pojo-a11y-resize-font-200 textarea{font-size:200%!important}body.pojo-a11y-resize-font-200 h1,body.pojo-a11y-resize-font-200 h1 span,body.pojo-a11y-resize-font-200 h2,body.pojo-a11y-resize-font-200 h2 span,body.pojo-a11y-resize-font-200 h3,body.pojo-a11y-resize-font-200 h3 span,body.pojo-a11y-resize-font-200 h4,body.pojo-a11y-resize-font-200 h4 span,body.pojo-a11y-resize-font-200 h5,body.pojo-a11y-resize-font-200 h5 span,body.pojo-a11y-resize-font-200 h6,body.pojo-a11y-resize-font-200 h6 span{font-size:220%!important}#tidio-chat,#tidio-chat *,[class^=tidio],[data-tidio],[id^=tidio]{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#0000 none repeat 0 0/auto auto padding-box border-box scroll!important;background:initial!important;background-color:initial!important;color:#000!important;color:initial!important;filter:none!important}.demo-notice{animation:slideDown .3s ease-out;background:linear-gradient(135deg,#3b82f6,#1d4ed8);box-shadow:0 2px 4px #0000001a;color:#fff;padding:12px 0;position:sticky;top:0;z-index:1000}.demo-notice__container{align-items:center;display:flex;font-size:14px;gap:12px;line-height:1.4;margin:0 auto;max-width:1200px;padding:0 20px}@media(max-width:768px){.demo-notice__container{flex-direction:column;font-size:13px;gap:8px;text-align:center}}.demo-notice__icon{flex-shrink:0;font-size:18px}@media(max-width:768px){.demo-notice__icon{font-size:16px}}.demo-notice__content{flex:1 1}.demo-notice__content strong{font-weight:600}.demo-notice__link{color:#fbbf24;font-weight:500;text-decoration:underline;transition:color .2s ease}.demo-notice__link:hover{color:#f59e0b;text-decoration:none}.demo-notice__link:focus{border-radius:2px;outline:2px solid #fbbf24;outline-offset:2px}@keyframes slideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@media(prefers-color-scheme:dark){.demo-notice{background:linear-gradient(135deg,#1e40af,#1e3a8a)}.demo-notice__link{color:#fcd34d}.demo-notice__link:hover{color:#fbbf24}.demo-notice__link:focus{outline-color:#fcd34d}}@media(prefers-contrast:high){.demo-notice{background:navy;border-bottom:2px solid #fff}.demo-notice__link{color:#ff0;text-decoration:underline}.demo-notice__link:hover{background:#ff0;color:#fff}}@media(prefers-reduced-motion:reduce){.demo-notice{animation:none}}