.nav-top-sty1{background:#f5f5f5;min-height:calc(100dvh - var(--nav-top-h,60px));display:flex;align-items:safe center;justify-content:safe center;padding:clamp(16px,3vh,40px) 12px;box-sizing:border-box}@media(min-width:481px) and (min-height:650px){.nav-top-sty1.enrollment-flow-anchor{align-items:flex-start;padding-top:clamp(64px,13vh,96px)}}.u-text-hilit{color:var(--color-brand-hilit) !important;font-size:16px;line-height:normal}.u-text-brand{color:var(--color-brand-text);font-size:16px;line-height:normal}.u-text-emphasis{color:var(--color-emphasis);font-size:16px;line-height:normal}.u-text-error{color:#e53935;font-size:16px;line-height:normal}.u-text-required{color:#e53935;font-size:8px;line-height:1.55;vertical-align:super}.u-link-accent,.u-nav-link{text-decoration:none !important;border-bottom:1px solid rgba(160,185,200,.6);padding-bottom:8px;transition:border-color .15s,border-width .15s,padding-bottom .15s}@media(hover:none){.u-link-accent,.u-nav-link{border-bottom:none !important;padding-bottom:0 !important}}.u-link-accent:hover{text-decoration:none !important;border-bottom:3px solid var(--color-accent) !important;padding-bottom:6px}.u-nav-link{color:#273135;font-size:13px;font-weight:500}.u-nav-link:hover{text-decoration:none !important;color:#273135;border-bottom:3px solid var(--color-accent) !important;padding-bottom:6px}.btn{--btn-h:50px;width:100%;padding:calc((var(--btn-h) - 1em - 2px)/2) 16px !important;border:1px solid transparent !important;border-radius:6px !important;background:var(--color-brand) !important;color:#fff !important;font-family:var(--font-stack) !important;font-size:16px !important;line-height:1 !important;font-weight:600 !important;cursor:pointer !important;text-align:center !important;letter-spacing:.2px !important;transition:border-color .2s ease,box-shadow .2s ease !important}.btn:hover:not(:disabled){border-color:var(--color-focus-ring) !important;background:var(--color-brand) !important;box-shadow:0 0 0 3px rgba(var(--color-focus-ring-rgb),.35) !important;border-radius:8px !important}.btn:focus,.btn:active{background:var(--color-brand) !important;border-color:transparent !important;outline:2px solid var(--color-focus-ring) !important;box-shadow:none !important;color:#fff !important}.btn:disabled{background:#d6d6d6 !important;border-color:transparent !important;color:#999 !important;cursor:not-allowed !important;opacity:1 !important}.btn--primary{background:linear-gradient(45deg,var(--color-brand-dark),var(--color-brand)) !important;color:#fff !important;border-color:transparent !important;position:relative;isolation:isolate}.btn--primary::before{content:'';position:absolute;inset:0;background:linear-gradient(225deg,var(--color-brand-dark),var(--color-brand));opacity:0;transition:opacity .2s ease;border-radius:inherit;z-index:-1}.btn.btn--primary:hover:not(:disabled)::before{opacity:1}.btn.btn--primary:hover:not(:disabled){border:1px solid #fff !important;box-shadow:0 0 0 3px rgba(var(--color-focus-ring-rgb),.35) !important}.btn.btn--primary:focus,.btn.btn--primary:active{background:linear-gradient(45deg,var(--color-brand-dark),var(--color-brand)) !important;border-color:transparent !important;outline:2px solid var(--color-focus-ring) !important;box-shadow:none !important;color:#fff !important}.btn--secondary{background:#fff !important;color:var(--color-brand) !important;border:1px solid var(--color-brand) !important}.btn.btn--secondary:hover:not(:disabled){background:#fff !important;border-color:var(--color-focus-ring) !important;box-shadow:0 0 0 3px rgba(var(--color-focus-ring-rgb),.35) !important}.btn.btn--secondary:focus,.btn.btn--secondary:active{background:#fff !important;color:var(--color-brand) !important;border-color:var(--color-brand) !important;outline:2px solid var(--color-focus-ring) !important;box-shadow:none !important}.btn.btn--secondary:disabled{background:#fff !important;color:#b8c1c8 !important;border-color:#d6dde3 !important;cursor:not-allowed !important}.btn--ghost{background:transparent !important;color:#888 !important;border:1px solid #d0d0d0 !important}.btn.btn--ghost:hover{border-color:var(--color-focus-ring) !important;background:transparent !important;box-shadow:0 0 0 3px rgba(var(--color-focus-ring-rgb),.2) !important}.navbar__lang-btn.btn{width:auto !important;padding:4px 10px !important;line-height:normal !important;font-weight:400 !important;letter-spacing:0 !important;border-color:#cdd5dc !important}.lm-card__header{background:#fff;display:flex;align-items:center;gap:10px;padding:10px 16px;border-bottom:1px solid var(--color-border)}.lm-card__logo{height:22px;width:auto}.lm-card__header-divider{width:1px;height:18px;background:var(--color-border-muted)}.lm-card__header-title{font-size:var(--font-md,13px);font-weight:600;color:var(--color-text-secondary)}.lm-card__steps-row{width:100%;padding:14px 38px 28px;border-bottom:1px solid #e8ecee;box-sizing:border-box;background:transparent}@media(max-width:480px),(pointer:coarse) and (max-width:900px){.lm-card__steps-row{padding:12px 12px 24px}}.lm-steps{display:flex;align-items:center;width:100%}.lm-step{display:flex;flex-direction:column;align-items:center;flex-shrink:0;position:relative}.lm-step__circle{width:32px;height:32px;border-radius:50%;border:4px solid var(--color-border-muted);background:#f7fff3;flex-shrink:0;box-sizing:border-box;position:relative}@property --lm-grad-angle{syntax:'<angle>';initial-value:90deg;inherits:false;}.lm-step--active .lm-step__circle{background:linear-gradient(var(--lm-grad-angle),#1787a8 0%,#2abcd8 100%);border:3px solid #fff;animation:lm-step-grad-rotate 6s linear infinite}.lm-step--active .lm-step__circle::before{content:"";position:absolute;inset:-5.5px;border-radius:50%;box-sizing:border-box;border:4.5px solid transparent;border-top-color:var(--color-accent-2);animation:lm-step-spin 6s linear infinite;pointer-events:none}@keyframes lm-step-spin{to{transform:rotate(360deg)}}@keyframes lm-step-grad-rotate{to{--lm-grad-angle:450deg}}@media(prefers-reduced-motion:reduce){.lm-step--active .lm-step__circle,.lm-step--active .lm-step__circle::before{animation:none}}.lm-step--active .lm-step__circle::after{content:"";position:absolute;width:8px;height:8px;border-radius:50%;background:#fff;top:50%;left:50%;transform:translate(-50%,-50%)}.lm-step--done .lm-step__circle{background:var(--color-brand);border:4px solid var(--color-accent-2)}.lm-step--active[data-video-progress] .lm-step__circle{background:radial-gradient(circle at center,#fff 0,#fff 5px,transparent 5.5px),var(--color-border-muted) !important;animation:none !important}.lm-step--active[data-video-progress] .lm-step__circle::after{width:100% !important;height:100% !important;top:0 !important;left:0 !important;right:auto !important;bottom:auto !important;transform:none !important;border-radius:50%;background:var(--color-emphasis);-webkit-mask-image:conic-gradient(black calc(var(--vp)*60deg),transparent 0),radial-gradient(circle,transparent 5px,black 5.5px);mask-image:conic-gradient(black calc(var(--vp)*60deg),transparent 0),radial-gradient(circle,transparent 5px,black 5.5px);-webkit-mask-composite:source-in;mask-composite:intersect;pointer-events:none}.lm-step--done .lm-step__circle::after{content:"";position:absolute;width:6px;height:10px;border:2.5px solid #fff;border-top:none;border-left:none;top:45%;left:50%;transform:translate(-50%,-55%) rotate(45deg)}.lm-step__label{position:absolute;top:38px;left:50%;transform:translateX(-50%);font-size:var(--font-2xs);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.3px;white-space:nowrap;font-weight:400;text-align:center;line-height:1.2}.lm-step--active .lm-step__label,.lm-step--done .lm-step__label{color:var(--color-brand);font-weight:700}.lm-step-line{flex:1;height:4px;background:var(--color-border-muted);min-width:4px}.lm-step-line--done{background:var(--color-brand-light)}.my-account.cg-frame-wide .lm-card__steps-row{border-bottom:1px solid #dde4e8}.icon-btn,.icon-close{box-sizing:border-box !important;width:38px !important;height:38px !important;min-width:38px !important;min-height:38px !important;max-width:38px !important;max-height:38px !important;aspect-ratio:1/1 !important;padding:0 !important;margin:0 !important;border:none !important;border-radius:50% !important;background:transparent !important;color:var(--color-text-secondary);font-size:16px;font-style:normal !important;line-height:1 !important;cursor:pointer;text-decoration:none !important;display:inline-flex !important;align-items:center;justify-content:center;position:relative;transition:background .15s ease,box-shadow .15s ease,color .15s ease}.icon-btn>i,.icon-close>i{transform:translateY(1px)}.icon-btn::after,.icon-close::after{content:"";position:absolute;inset:2px;border-radius:50%;pointer-events:none;opacity:0;transition:opacity .15s ease}.icon-btn:hover,.icon-close:hover{background:#fff !important;box-shadow:0 2px 5px rgba(0,0,0,.1);color:var(--color-brand)}.icon-btn:hover::after,.icon-close:hover::after{opacity:1;box-shadow:inset 0 1px 3px rgba(0,0,0,.12),inset 0 -1px 2px rgba(255,255,255,.55)}.icon-btn:active,.icon-close:active{background:#fff !important;box-shadow:0 1px 3px rgba(0,0,0,.2)}.icon-btn:active::after,.icon-close:active::after{opacity:1;box-shadow:inset 0 2px 4px rgba(0,0,0,.18),inset 0 -1px 2px rgba(255,255,255,.35)}.icon-btn>i{color:inherit}.details-panel.offcanvas{--bs-offcanvas-width:420px;width:420px !important;background:#fff !important;color:var(--color-text-primary);display:flex !important;flex-direction:column !important;overflow:hidden !important;padding:0 !important;border:0 !important}.details-panel .details-panel__header{position:relative !important;padding:22px 28px 16px 64px !important;border-bottom:1px solid var(--color-border-muted,#dee3e5) !important;margin:0 !important;flex-shrink:0 !important}.details-panel .details-panel__header>.cg-heading-md,.details-panel .details-panel__header>h3{margin:0 !important}.details-panel .details-panel__header .icon-close{position:absolute !important;top:50% !important;left:14px !important;transform:translateY(-50%) !important;z-index:2}.details-panel .details-panel__header .icon-close:hover{background:#f3f5f7 !important;box-shadow:0 2px 6px rgba(0,0,0,.16)}.details-panel .details-panel__body{flex:1 1 auto !important;overflow-y:auto !important;padding:0 28px !important}.details-panel .details-panel__body .details-panel__section{padding:18px 0 22px !important;border-bottom:1px solid var(--color-border-muted,#dee3e5) !important;margin:0 !important}.details-panel .details-panel__body .details-panel__section:last-of-type{border-bottom:0 !important}.details-panel .details-panel__footer{padding:16px 28px 20px !important;border-top:1px solid var(--color-border-muted,#dee3e5) !important;margin:0 !important;display:flex !important;gap:40px !important;justify-content:center !important;flex-shrink:0 !important;box-sizing:border-box !important}.details-panel .details-panel__footer .btn{flex:0 0 130px !important;width:130px !important;min-width:0 !important;max-width:130px !important;font-size:12px !important;padding:9px 8px !important;--btn-h:32px}.cg-card{font-family:var(--font-stack);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smooth:always;width:min(100%,380px);background:#fff;border-radius:14px;padding:16px clamp(18px,4vw,28px) clamp(20px,4vw,32px);box-shadow:0 4px 20px rgba(0,0,0,.12);box-sizing:border-box;display:flex;flex-direction:column}.cg-card--center{align-items:center;text-align:center}.cg-frame-narrow,.cg-frame-med,.cg-frame-wide{font-family:var(--font-stack) !important;-webkit-font-smoothing:antialiased !important;-moz-osx-font-smoothing:grayscale !important;background:#fff !important;border-radius:14px !important;box-shadow:0 4px 20px rgba(0,0,0,.12) !important;box-sizing:border-box !important;overflow:hidden !important;display:flex !important;flex-direction:column !important}.cg-frame-narrow{width:min(100%,320px) !important;padding:14px 24px 28px !important}.cg-frame-med{width:min(100%,420px) !important;padding:32px 28px !important}.cg-frame-wide{width:min(100%,800px) !important;padding:35px !important}.cg-frame-wide .cg-card__content{padding-left:0 !important;padding-right:0 !important}.cg-card-top-min{padding-top:var(--card-top-min-space) !important}.cg-card-bottom-min{padding-bottom:var(--card-bottom-min-space) !important}.cg-logo{height:28px;width:auto;margin-bottom:14px;display:block}.cg-heading-xl{font-size:24px;font-weight:700;color:var(--color-brand);margin:0 0 30px;line-height:1.25}.cg-heading-lg{font-size:22px;font-weight:700;color:var(--color-brand);margin:0 0 30px;line-height:1.25}.cg-heading-sm{font-size:18px;font-weight:700;color:var(--color-text-primary);margin:0 0 30px;line-height:normal}.cg-body{font-size:14px;line-height:1.55;color:var(--color-text-secondary);margin:0 0 30px}.cg-bullets{list-style:none;padding:0;margin:0 0 24px;display:flex;flex-direction:column;gap:clamp(9px,1.5vh,14px);align-self:stretch;text-align:left}.cg-bullet-emp{display:flex;align-items:flex-start;gap:10px;font-size:14px;line-height:1.45;color:var(--color-text-primary)}.cg-bullet-emp::before{content:'';width:10px;height:10px;border-radius:50%;background:var(--color-brand);flex-shrink:0;margin-top:4px}.cg-bullet{display:flex;align-items:flex-start;gap:10px;font-size:14px;line-height:1.45;color:var(--color-text-primary)}.cg-bullet::before{content:'';width:10px;height:10px;border-radius:50%;background:var(--color-border-muted);flex-shrink:0;margin-top:4px}.cg-hint{font-size:12px;color:var(--color-text-faint);margin:0 0 14px;line-height:1.4}.cg-label{display:block;font-size:14px;line-height:normal;font-weight:600;color:var(--color-text-primary);margin-bottom:4px}.cg-entry{width:100%;border:1px solid var(--color-border-muted);border-radius:6px;padding:8px 10px;font-size:var(--font-md) !important;box-sizing:border-box;margin-bottom:12px;transition:border-color .15s ease}.cg-entry--error,.cg-entry--error:focus{border-color:#e53935 !important;box-shadow:0 0 0 2px rgba(229,57,53,.15) !important}.cg-entry:focus{outline:none;border-color:var(--color-brand);box-shadow:0 0 0 2px rgba(53,103,136,.15)}.cg-entry:-webkit-autofill,.cg-entry:-webkit-autofill:hover,.cg-entry:-webkit-autofill:focus,.cg-entry:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px #fff inset !important;-webkit-text-fill-color:var(--color-text-primary) !important;border:1px solid var(--color-border-muted) !important;transition:background-color 5000s ease-in-out 0s;caret-color:var(--color-text-primary)}.cg-entry:-webkit-autofill:focus{border-color:var(--color-brand) !important}.cg-vgap-body-button{display:block;height:18px}.cg-body+.cg-vgap-body-button{margin-top:-30px}.cg-vgap-primary-secondary{display:block;height:22px}.cg-buttons-col>.cg-vgap-primary-secondary{margin:-10px 0}.cg-buttons-col{display:flex;flex-direction:column;gap:10px;width:100%}.cg-form-group{display:flex;flex-direction:column;margin-bottom:4px}.cg-frame-shadow{box-shadow:0 4px 20px rgba(0,0,0,.12) !important}.cg-card-top-spacer{height:18px}.cg-card__content{padding:14px clamp(16px,4vw,28px) clamp(16px,4vw,28px);box-sizing:border-box}.cg-titlebar-sty2{background:#fff;display:flex;flex-direction:row;align-items:center;gap:10px;padding:10px 16px;flex-shrink:0;margin-bottom:0;border-bottom:1px solid var(--color-border);box-sizing:border-box}.cg-titlebar-sty2__icon{height:28px;width:auto;flex-shrink:0}.cg-titlebar-sty2__divider{width:1px;height:20px;background:var(--color-border-muted);flex-shrink:0}.cg-titlebar-sty2__title{font-size:var(--font-lg);font-weight:600;color:var(--color-text-secondary);white-space:nowrap}.cg-field-label{display:block;font-size:14px;line-height:normal;font-weight:600;color:var(--color-text-secondary);margin-bottom:4px}.cg-field-required{color:#e53935}.cg-field-muted{color:var(--color-text-muted);font-weight:400}.cg-field-hint{font-size:7px;line-height:normal;display:block;margin-top:2px}.cg-field-error{font-size:7px;line-height:normal;color:#e53935;display:block;margin-top:3px}.cg-info-link{outline:none;font-size:var(--font-xs);color:var(--color-brand);text-decoration:underline;text-decoration-color:transparent;cursor:pointer;margin:0 0 6px;display:inline-block;background:none;border:none;padding:0}.cg-info-link:hover{background:none;text-decoration:underline;text-decoration-color:var(--color-brand);color:var(--color-brand);opacity:.75;outline:none;border:none}.cg-radio-col{display:flex;flex-direction:column;gap:6px}.cg-radio-row{display:flex;gap:20px;flex-wrap:wrap}.cg-radio-lbl{display:flex;align-items:flex-start;gap:8px;font-size:var(--font-md);color:var(--color-text-secondary);cursor:pointer;line-height:1.4}.cg-radio-lbl input[type=checkbox]{accent-color:var(--color-brand);flex-shrink:0;margin-top:2px}.cg-radio-lbl input[type=radio]{-webkit-appearance:none;appearance:none;width:18px;height:18px;border:2px solid var(--color-text-muted,#829094);border-radius:50%;background:#fff;position:relative;cursor:pointer;flex-shrink:0;margin:2px 0 0;box-sizing:border-box}.cg-radio-lbl input[type=radio]:checked{border-color:var(--color-brand)}.cg-radio-lbl input[type=radio]:checked::after{content:'';position:absolute;top:50%;left:50%;width:10px;height:10px;border-radius:50%;background:var(--color-brand);transform:translate(-50%,-50%)}.cg-radio-lbl input[type=radio]:focus-visible{outline:2px solid var(--color-brand-light,#5e8db0);outline-offset:2px}.cg-radio-lbl--check{align-items:flex-start}.cg-card__content--form{background:transparent !important}.cg-section-hdr{font-size:17px;font-weight:700;color:var(--color-brand);line-height:1.2}.cg-heading-md{font-size:20px;font-weight:700;color:var(--color-brand);line-height:1.3;margin:0 0 30px}.cg-step-circle{width:28px;height:28px;border-radius:50%;background:var(--color-brand);color:#fff;font-size:var(--font-sm);font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-right:0}.cg-icon-text-row-sec{display:flex;align-items:center;gap:12px;min-height:28px}.cg-icon-text-row-prim{display:flex;align-items:flex-start;gap:12px;min-height:20px}.cg-icon-text-row-sec .cg-body,.cg-icon-text-row-prim .cg-body{margin:0;line-height:1.4}.cg-icon-text-row-sec__icon{width:16px;height:16px;flex-shrink:0;display:block}.cg-icon-text-row-prim__icon{width:20px;height:20px;flex-shrink:0;display:block}.cg-icon-text-row-sec__icon{filter:grayscale(1) opacity(.55)}.cg-icon-text-row-prim__icon{filter:none}.cg-list-heading{font-size:15px;font-weight:600;color:var(--color-text);line-height:1.4;padding-bottom:.7em;margin:0;display:block}.cg-titlebar-sty1{display:flex;align-items:center;gap:10px;min-height:48px;padding:0 16px;background:var(--color-surface,#fff);border-bottom:1px solid var(--color-border-strong);box-sizing:border-box}.cg-titlebar-sty1__icon{height:24px;width:auto;display:block;flex-shrink:0}.cg-titlebar-sty1__divider{width:1px;align-self:stretch;margin:10px 0;background:var(--color-border-muted);flex-shrink:0}.cg-titlebar-sty1__title{font-size:var(--font-md,13px);font-weight:600;color:var(--color-text-secondary);line-height:1}.cg-flyout-wrap{display:inline-block}.cg-flyout-trigger{background:none;border:none;padding:0;cursor:pointer;display:block;text-align:left;margin-bottom:8px;outline:none}.cg-flyout-trigger:hover,.cg-flyout-trigger:focus,.cg-flyout-trigger:active{background:none;outline:none;box-shadow:none;border:none}.cg-flyout{position:fixed;z-index:9999;background:#fff;border:1px solid var(--color-border-strong,#a0aab0);border-radius:8px;box-shadow:0 4px 16px rgba(0,0,0,.14);padding:12px 14px;width:400px;max-width:90vw;display:none}.cg-flyout__arrow{position:absolute;bottom:-6px;left:16px;width:10px;height:10px;background:#fff;border-right:1px solid var(--color-border-strong,#a0aab0);border-bottom:1px solid var(--color-border-strong,#a0aab0);transform:rotate(45deg)}.cg-flyout__text{font-size:12px;color:var(--color-text-secondary);margin:0;line-height:1.5}.cg-val-bubble{position:fixed;z-index:10001;display:none;align-items:center;gap:8px;background:#fff;border:1px solid rgba(0,0,0,.18);border-radius:4px;box-shadow:0 2px 8px rgba(0,0,0,.18);padding:7px 12px;font-size:13px;color:#222}.cg-val-bubble__icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:#e65100;color:#fff;font-size:11px;font-weight:700;flex-shrink:0}.cg-val-bubble__icon::before{content:'!'}.cg-close{align-self:flex-end;background:none !important;border:none !important;padding:0 !important;color:#dc3545;font-size:24px;opacity:.7;cursor:pointer;display:flex !important;align-items:center;justify-content:center;width:28px !important;height:28px !important;min-width:unset !important;box-sizing:border-box;border-radius:0 !important}.cg-close:hover,.cg-close:focus,.cg-close:active{opacity:1;background:none !important;outline:none !important;box-shadow:none !important;border:none !important}.cg-success-circle{display:inline-flex;align-items:center;justify-content:center;width:78px;height:78px;border-radius:50%;border:5px solid var(--color-success-ring,#1a9ab5);background:var(--color-success-bg,rgba(26,154,181,.08));flex-shrink:0}.cg-success-circle__check{width:32px;height:32px;stroke:var(--color-success-ring,#1a9ab5);stroke-width:2.5;fill:none;stroke-linecap:round;stroke-linejoin:round}.cg-success-circle__icon{font-size:30px;color:var(--color-success-ring,#1a9ab5);line-height:1}@media(max-width:480px),(pointer:coarse) and (max-width:900px){.cg-card,.cg-frame-narrow,.cg-frame-med,.cg-frame-wide{border-radius:0 !important;box-shadow:none !important;max-width:none !important;width:100% !important}html,body{background:#fff !important}.nav-top-sty1{background:#fff !important}}@media(max-width:480px) and (orientation:portrait),(pointer:coarse) and (orientation:portrait) and (max-width:900px){.cg-frame-narrow{padding:0 32px 36px !important}.cg-frame-med{padding:0 32px 36px !important}.cg-frame-wide{padding:0 32px 28px !important}}@media(min-width:481px) and (max-width:1024px){.cg-card,.cg-frame-narrow,.cg-frame-med,.cg-frame-wide{border-radius:0 !important;box-shadow:none !important;max-width:none !important;width:100% !important;padding:36px 36px !important}html,body{background:#fff !important}.nav-top-sty1{background:#fff !important}}@media(min-width:1133px) and (max-width:1366px) and (min-height:744px) and (max-height:1024px){.cg-card,.cg-frame-narrow,.cg-frame-med,.cg-frame-wide{border:none !important;border-radius:0 !important;box-shadow:none !important;max-width:none !important;width:100% !important;padding:36px 36px !important}html,body{background:#fff !important}.nav-top-sty1{background:#fff !important}}@media(min-width:1025px) and (max-width:1439px){.cg-card,.cg-frame-narrow,.cg-frame-med,.cg-frame-wide{border:1px solid #cdd5dc !important;box-shadow:none !important;border-radius:8px !important;padding:44px 44px !important}.cg-frame-narrow{width:min(100%,360px) !important}.cg-frame-med{width:min(100%,560px) !important}.cg-frame-wide{width:min(100%,800px) !important}.lm-card{border:1px solid #cdd5dc !important;box-shadow:none !important;border-radius:8px !important}html,body{background:#fafbfc !important}.nav-top-sty1{background:#fafbfc !important}}@media(min-width:1440px){.cg-card,.cg-frame-narrow,.cg-frame-med,.cg-frame-wide{border:1px solid #cdd5dc !important;box-shadow:none !important;border-radius:8px !important;padding:52px 56px !important}.cg-frame-narrow{width:min(100%,400px) !important}.cg-frame-med{width:min(100%,640px) !important}.cg-frame-wide{width:min(100%,900px) !important}.lm-card{border:1px solid #cdd5dc !important;box-shadow:none !important;border-radius:8px !important}html,body{background:#fafbfc !important}.nav-top-sty1{background:#fafbfc !important}}@media(min-width:1367px){.cg-card--mouse-compact{width:min(100%,400px) !important;padding:32px 32px !important}}.cg-card--always-compact{width:min(100%,560px) !important;padding:32px 32px !important;background:#fff !important;border:1px solid #cdd5dc !important;box-shadow:none !important;border-radius:8px !important;margin-left:auto !important;margin-right:auto !important}@media(min-width:1367px){.cg-card--always-compact{width:min(100%,400px) !important}}