@keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}:root{--rc-drag-handle-size: 12px;--rc-drag-handle-mobile-size: 24px;--rc-drag-handle-bg-colour: rgba(0, 0, 0, .2);--rc-drag-bar-size: 6px;--rc-border-color: rgba(255, 255, 255, .7);--rc-focus-color: #0088ff}.ReactCrop{position:relative;display:inline-block;cursor:crosshair;max-width:100%}.ReactCrop *,.ReactCrop *:before,.ReactCrop *:after{box-sizing:border-box}.ReactCrop--disabled,.ReactCrop--locked{cursor:inherit}.ReactCrop__child-wrapper{overflow:hidden;max-height:inherit}.ReactCrop__child-wrapper>img,.ReactCrop__child-wrapper>video{display:block;max-width:100%;max-height:inherit}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>img,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>video{touch-action:none}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__crop-selection{touch-action:none}.ReactCrop__crop-mask{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;width:calc(100% + .5px);height:calc(100% + .5px)}.ReactCrop__crop-selection{position:absolute;top:0;left:0;transform:translateZ(0);cursor:move}.ReactCrop--disabled .ReactCrop__crop-selection{cursor:inherit}.ReactCrop--circular-crop .ReactCrop__crop-selection{border-radius:50%}.ReactCrop--circular-crop .ReactCrop__crop-selection:after{pointer-events:none;content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border:1px solid var(--rc-border-color);opacity:.3}.ReactCrop--no-animate .ReactCrop__crop-selection{outline:1px dashed white}.ReactCrop__crop-selection:not(.ReactCrop--no-animate .ReactCrop__crop-selection){animation:marching-ants 1s;background-image:linear-gradient(to right,#fff 50%,#444 50%),linear-gradient(to right,#fff 50%,#444 50%),linear-gradient(to bottom,#fff 50%,#444 50%),linear-gradient(to bottom,#fff 50%,#444 50%);background-size:10px 1px,10px 1px,1px 10px,1px 10px;background-position:0 0,0 100%,0 0,100% 0;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;color:#fff;animation-play-state:running;animation-timing-function:linear;animation-iteration-count:infinite}.ReactCrop__crop-selection:focus{outline:2px solid var(--rc-focus-color);outline-offset:-1px}.ReactCrop--invisible-crop .ReactCrop__crop-mask,.ReactCrop--invisible-crop .ReactCrop__crop-selection{display:none}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{content:"";display:block;position:absolute;background-color:#fff6}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after{width:1px;height:100%}.ReactCrop__rule-of-thirds-vt:before{left:33.3333333333%}.ReactCrop__rule-of-thirds-vt:after{left:66.6666666667%}.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{width:100%;height:1px}.ReactCrop__rule-of-thirds-hz:before{top:33.3333333333%}.ReactCrop__rule-of-thirds-hz:after{top:66.6666666667%}.ReactCrop__drag-handle{position:absolute;width:var(--rc-drag-handle-size);height:var(--rc-drag-handle-size);background-color:var(--rc-drag-handle-bg-colour);border:1px solid var(--rc-border-color)}.ReactCrop__drag-handle:focus{background:var(--rc-focus-color)}.ReactCrop .ord-nw{top:0;left:0;transform:translate(-50%,-50%);cursor:nw-resize}.ReactCrop .ord-n{top:0;left:50%;transform:translate(-50%,-50%);cursor:n-resize}.ReactCrop .ord-ne{top:0;right:0;transform:translate(50%,-50%);cursor:ne-resize}.ReactCrop .ord-e{top:50%;right:0;transform:translate(50%,-50%);cursor:e-resize}.ReactCrop .ord-se{bottom:0;right:0;transform:translate(50%,50%);cursor:se-resize}.ReactCrop .ord-s{bottom:0;left:50%;transform:translate(-50%,50%);cursor:s-resize}.ReactCrop .ord-sw{bottom:0;left:0;transform:translate(-50%,50%);cursor:sw-resize}.ReactCrop .ord-w{top:50%;left:0;transform:translate(-50%,-50%);cursor:w-resize}.ReactCrop__disabled .ReactCrop__drag-handle{cursor:inherit}.ReactCrop__drag-bar{position:absolute}.ReactCrop__drag-bar.ord-n{top:0;left:0;width:100%;height:var(--rc-drag-bar-size);transform:translateY(-50%)}.ReactCrop__drag-bar.ord-e{right:0;top:0;width:var(--rc-drag-bar-size);height:100%;transform:translate(50%)}.ReactCrop__drag-bar.ord-s{bottom:0;left:0;width:100%;height:var(--rc-drag-bar-size);transform:translateY(50%)}.ReactCrop__drag-bar.ord-w{top:0;left:0;width:var(--rc-drag-bar-size);height:100%;transform:translate(-50%)}.ReactCrop--new-crop .ReactCrop__drag-bar,.ReactCrop--new-crop .ReactCrop__drag-handle,.ReactCrop--fixed-aspect .ReactCrop__drag-bar,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w{display:none}@media (pointer: coarse){.ReactCrop .ord-n,.ReactCrop .ord-e,.ReactCrop .ord-s,.ReactCrop .ord-w{display:none}.ReactCrop__drag-handle{width:var(--rc-drag-handle-mobile-size);height:var(--rc-drag-handle-mobile-size)}}*,*:before,*:after{box-sizing:border-box}:root{--textPrimary: #2c2e30;--textSecondary: #737578;--textTertiary: #c4c7ca;--textDisabled: #c4c7ca;--textInverse: #ffffff;--textOnbrand: #ffffff;--textLight: #ffffff;--textDark: #2c2e30;--textPrimaryHover: #00c0aa;--textSecondaryHover: #2c2e30;--textTertiaryHover: #a0a3a6;--textMyDOCKPrimary: #00c0aa;--textMyDOCKPrimaryHover: #00a495;--textMyDOCKSecondary: #028378;--bgMyDOCKPrimary: #00c0aa;--bgMyDOCKHover: #00a495;--bgMyDOCKSecondary: #028378;--bgMyDOCKTertiary: #eefffb;--borderMyDOCK: #00c0aa;--bgMyPLANNPrimary: #2789e3;--textMyPLANNPrimary: #2789e3;--bgPrimary: #ffffff;--bgSecondary: #fafafa;--bgTertiary: #f4f5f5;--bgHover: #2337370c;--bgDisabled: #0000000a;--bgSelected: #101a2314;--bgOverlay: #101a2366;--bgInverse: #1d1f20;--bgLogo: #f4f5f5;--borderPrimary: #e7e8e9;--borderPrimaryHover: #d9dbdd;--borderSecondary: #1d1f20;--borderDisabled: #c4c7ca;--borderSelected: #00c0aa;--borderInverse: #2c2c2e;--textInfoPrimary: #3b82f6;--textInfoSecondary: #2563eb;--bgInfoPrimary: #3b82f6;--bgInfoHover: #2563eb;--bgInfoSecondary: #293e7a;--bgInfoTertiary: #eff6ff;--borderInfo: #3b82f6;--textSuccessPrimary: #0aab2a;--textSuccessSecondary: #0c8926;--bgSuccessPrimary: #0aab2a;--bgSuccessHover: #0c8926;--bgSuccessSecondary: #0f6c22;--bgSuccessTertiary: #effef1;--borderSuccess: #0aab2a;--textWarningPrimary: #f78f08;--textWarningSecondary: #db6803;--bgWarningPrimary: #f78f08;--bgWarningHover: #db6803;--bgWarningSecondary: #b54707;--bgWarningTertiary: #fff9eb;--borderWarning: #f78f08;--textDangerPrimary: #ef4444;--textDangerSecondary: #dc2626;--bgDangerPrimary: #ef4444;--bgDangerHover: #dc2626;--bgDangerSecondary: #b91c1c;--bgDangerTertiary: #fef2f1;--borderDanger: #ef4444;--pojisteniZivot: #e174c2;--pojisteniNeZivot: #878787;--penzijniProdukty: #e4bd00;--stavebneSporeni: #f97316;--investice: #3565dc;--uvery: #a855f7;--leasing: #0286c0;--komodity: #cab642;--bankovniProdukty: #0f172a;--kryptomeny: #ff168a;--majetek: #88b04b;--sluzby: #855050;--sabServis: #c2e9e4;--adaptation: #f5d2c6;--tools: #e4eeda;--business: #fae09d;--law: #cbe2f5;--marketing: #ffbb98;--personalgrowth: #d4d7ff;--leadership: #f1c0e8;--shadowXs: 0px 2px 4px rgba(3, 7, 18, .04);--shadowSm: 0px 1px 2px -1px rgba(10, 12.67, 18, .1), 0px 1px 3px rgba(10, 12.67, 18, .1);--shadowMd: 0px 2px 4px -2px rgba(10, 12.67, 18, .06), 0px 4px 6px -1px rgba(10, 12.67, 18, .1);--shadowLg: 0px 2px 2px -1px rgba(10, 12.67, 18, .04), 0px 4px 6px -2px rgba(10, 12.67, 18, .03), 0px 12px 16px -4px rgba(10, 12.67, 18, .08);--shadowXl: 0px 3px 3px -1.5px rgba(10, 12.67, 18, .04), 0px 8px 8px -4px rgba(10, 12.67, 18, .03), 0px 20px 24px -4px rgba(10, 12.67, 18, .08);--shadow2xl: 0px 4px 4px -2px rgba(10, 12.67, 18, .04), 0px 24px 48px -12px rgba(10, 12.67, 18, .18);--shadow3xl: 0px 5px 5px -2.5px rgba(10, 12.67, 18, .04), 0px 32px 64px -12px rgba(10, 12.67, 18, .14);--backdropBlurSm: blur(4px);--backdropBlurMd: blur(8px);--backdropBlurLg: blur(12px);--backdropBlurXl: blur(20px)}.dark{--textPrimary: #e5e5e6;--textSecondary: #828387;--textTertiary: #505053;--textDisabled: #505053;--textInverse: #2c2e30;--textPrimaryHover: #4dfbdf;--textSecondaryHover: #e5e5e6;--textTertiaryHover: #828387;--textMyDOCKPrimary: #19e8cd;--bgMyDOCKSecondary: #4dfbdf;--bgMyDOCKTertiary: #00a4953f;--borderMyDOCK: #19e8cd;--bgPrimary: #171819;--bgSecondary: #1d1e1f;--bgTertiary: #373739;--bgHover: #e8fcfd0c;--bgDisabled: #ffffff0f;--bgSelected: #f1f1f91e;--bgOverlay: #05050666;--bgInverse: #ffffff;--bgLogo: #ffffff;--borderPrimary: #2c2c2e;--borderPrimaryHover: #373739;--borderSecondary: #c6c6c8;--borderDisabled: #373739;--borderSelected: #00a495;--borderInverse: #e7e8e9;--textInfoPrimary: #60a5fa;--textInfoSecondary: #93c5fd;--bgInfoSecondary: #93c5fd;--bgInfoTertiary: #2563eb3f;--textSuccessPrimary: #3eea60;--textSuccessSecondary: #7df895;--bgSuccessSecondary: #7df895;--bgSuccessTertiary: #3aa1603f;--borderSuccess: #3eea60;--textWarningPrimary: #fcb022;--textWarningSecondary: #fec84a;--bgWarningSecondary: #fec84a;--bgWarningTertiary: #db680326;--borderWarning: #fcb022;--textDangerPrimary: #f87171;--textDangerSecondary: #fca5a5;--bgDangerSecondary: #fca5a5;--bgDangerTertiary: #dc26263f;--borderDanger: #f87171;--shadowSm: none;--shadowMd: none;--shadowLg: none;--shadowXl: none;--shadow2xl: none;--shadow3xl: none}
