#education-overlay{width:100%;height:100%;position:fixed;top:0;left:0;z-index:9999;background:var(--color-overlay-strong);backdrop-filter:blur(--blur-medium);display:flex;justify-content:center;align-items:center}#overlay-welcome-box{z-index:10000;max-width:440px;padding:20px;width:auto;height:auto;background:transparent}#overlay-welcome-box #mph-logo{display:block;width:207px;height:auto;margin:20px auto 20px auto}#overlay-welcome-box #overlay-welcome-box-buttons{display:flex;flex-direction:row;justify-content:space-between;gap:10px}@media all and (max-width:767px){#overlay-welcome-box #overlay-welcome-box-buttons{flex-direction:column-reverse}}#tooltip-edu-wrapper{box-shadow:var(--shadow-down-medium-light);color:var(--color-white);position:absolute;top:0;left:0;opacity:0;transition:transform .3s ease;z-index:49999;max-width:365px;width:calc(100% - 10px);margin:0;display:none;border-radius:var(--border-radius-regular)}#tooltip-edu-wrapper.visible{opacity:1;display:block}#tooltip-edu-content{border-radius:var(--border-radius-regular);background-color:var(--color-brand-tertiary);position:relative}#tooltip-edu-text{opacity:.9;color:var(--color-white);margin-bottom:3px}#tooltip-edu-arrow{position:absolute;width:16px;height:16px;background-color:var(--color-brand-tertiary);pointer-events:none;z-index:-1;transform:rotate(45deg)}#tooltip-edu-wrapper.above #tooltip-edu-arrow,#tooltip-edu-wrapper.below #tooltip-edu-arrow{left:var(--arrow-left,50%);transform:translateX(-50%) rotate(45deg)}#tooltip-edu-wrapper.above #tooltip-edu-arrow{bottom:-8px;top:auto}#tooltip-edu-wrapper.below #tooltip-edu-arrow{top:-8px;bottom:auto}#tooltip-edu-wrapper.right #tooltip-edu-arrow,#tooltip-edu-wrapper.left #tooltip-edu-arrow{top:var(--arrow-top,50%);transform:translateY(-50%) rotate(45deg)}#tooltip-edu-wrapper.right #tooltip-edu-arrow{left:-8px;right:auto}#tooltip-edu-wrapper.left #tooltip-edu-arrow{right:-8px;left:auto}#tooltip-edu-footer{display:flex;padding:0 8px 8px 8px;align-items:center;justify-content:space-between}#tooltip-edu-header{padding:16px;padding-bottom:0}#tooltip-edu-buttons-wrapper{display:flex;gap:6px}#tooltip-edu-title{margin:0 26px 3px 0;line-height:24px}#tooltip-edu-cross-btn{position:absolute;cursor:pointer;width:24px;height:24px;top:14px;right:14px}#tooltip-edu-cross-btn .svg-icon-cross-small{fill:var(--color-button-white-foreground)}#tooltip-edu-steps-info{opacity:.6;margin-bottom:0;margin-left:8px}