@keyframes logoReveal{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes successBounce{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}@keyframes successRing{0%{transform:scale(.8);opacity:1}to{transform:scale(1.5);opacity:0}}@keyframes checkDraw{0%{stroke-dashoffset:100;opacity:0}to{stroke-dashoffset:0;opacity:1}}*,::after,::before{margin:0;padding:0}html{scroll-behavior:smooth}.registration-container,body{position:relative;min-height:100vh}body{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;background:#fff;--global-border-radius:16px 16px 16px 16px;--button-border-radius:30px 30px 30px 30px;--vertical-spacing:100px;--mobile-spacing:50px;overflow-x:hidden;overflow-wrap:break-word}.registration-container{z-index:1;display:flex;flex-direction:column}.progress-wrapper{padding:30px 40px;background:rgb(255 255 255/.97);backdrop-filter:blur(10px);border-bottom:1px solid rgb(11 15 26/.08);position:sticky;top:0;z-index:100}.progress-inner{max-width:600px;margin:0 auto}.progress-steps{display:flex;justify-content:space-between;align-items:center;position:relative}.progress-line,.progress-line-fill{position:absolute;top:50%;left:0;height:2px;transform:translateY(-50%)}.progress-line{right:0;background:rgb(11 15 26/.12);z-index:0}.progress-line-fill{background:linear-gradient(90deg,#6c63ff,#1ad4a0);z-index:1;transition:width .5s ease-out}.content-area,.progress-step{display:flex;align-items:center;justify-content:center;position:relative}.progress-step{width:40px;height:40px;border-radius:50%;background:rgb(11 15 26/.08);border:2px solid rgb(11 15 26/.12);font-weight:600;font-size:14px;z-index:2;transition:all .3s ease}.content-area{flex:1;padding:40px 20px;overflow:hidden}.step-container{width:100%;max-width:1200px;position:relative}.checkbox-wrapper input,.step{display:none}.step.active{display:block}.welcome-screen{text-align:center;max-width:700px;margin:0 auto}.logo-container{margin-bottom:40px;animation:logoReveal 1s ease-out}.brand-logo{height:72px;width:auto;display:block;margin:0 auto;object-fit:contain}.tagline{font-size:20px;color:#6b7280;line-height:1.6;margin-bottom:50px;animation:fadeInUp .8s ease-out .3s both}.start-btn{display:inline-flex;align-items:center;gap:12px;padding:18px 40px;background:linear-gradient(135deg,#6c63ff 0,#4f46e5 100%);border:0;border-radius:50px;font-size:18px;font-weight:600;cursor:pointer;transition:all .3s ease;animation:fadeInUp .8s ease-out .5s both;position:relative;overflow:hidden}.start-btn:hover{transform:translateY(-3px);box-shadow:0 20px 40px rgb(108 99 255/.4)}.start-btn svg{transition:transform .3s ease}.start-btn:hover svg{transform:translateX(5px)}.start-btn::before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgb(255 255 255/.2),transparent);transition:left .5s ease}.start-btn:hover::before{left:100%}.step-header{text-align:center;margin-bottom:50px}#step5 .step-header{margin-bottom:20px}#step5 .step-header h2{font-size:24px;margin-bottom:6px}#step5 .step-header p{font-size:14px}.step-header h2{font-size:36px;font-weight:700;margin-bottom:15px}.step-header p{font-size:18px;color:#6b7280}.selection-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;max-width:800px;margin:0 auto}.selection-card{background:rgb(11 15 26/.04);border:1px solid rgb(11 15 26/.08);border-radius:16px;padding:24px 20px;text-align:center;cursor:pointer;transition:all .3s ease;backdrop-filter:blur(10px);position:relative;overflow:hidden}.selection-card::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgb(108 99 255/.1)0,transparent 100%);opacity:0;transition:opacity .3s ease}.profession-card:hover,.selection-card:hover{transform:translateY(-4px);border-color:rgb(108 99 255/.5);box-shadow:0 20px 40px rgb(0 0 0/.3)}.selection-card:hover::before{opacity:1}.card-icon{width:60px;height:60px;margin:0 auto 16px;background:rgb(108 99 255/.2);border-radius:20px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.selection-card:hover .card-icon{transform:scale(1.1);background:rgb(108 99 255/.3)}.card-icon svg{width:40px;height:40px}.selection-card h3{font-size:22px;font-weight:600;margin-bottom:10px}.selection-card p{font-size:15px;color:#6b7280}.profession-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1000px;margin:0 auto}.source-grid{grid-template-columns:repeat(4,1fr);max-width:1200px}.profession-card{background:rgb(11 15 26/.04);border:1px solid rgb(11 15 26/.08);border-radius:16px;padding:18px 20px;cursor:pointer;transition:all .3s ease;backdrop-filter:blur(10px);position:relative}.profession-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;transition:transform .3s ease}.profession-card:hover .profession-icon{transform:scale(1.1)}.profession-icon svg{width:30px;height:30px}.profession-card h3{font-size:18px;font-weight:600;margin-bottom:8px}.profession-card p{font-size:14px;color:#6b7280;line-height:1.5}.profession-card[data-profession=sports_wellness] .profession-icon{background:linear-gradient(135deg,#6c63ff,#a8a4ff)}.profession-card[data-profession=beauty_care] .profession-icon{background:linear-gradient(135deg,#a8a4ff,#6c63ff)}.profession-card[data-profession=legal] .profession-icon{background:linear-gradient(135deg,#1ad4a0,#6c63ff)}.profession-card[data-profession=freelancer] .profession-icon{background:linear-gradient(135deg,#6c63ff,#1ad4a0)}.profession-card[data-profession=startup] .profession-icon{background:linear-gradient(135deg,#1ad4a0,#a8a4ff)}.profession-card[data-profession=agency] .profession-icon{background:linear-gradient(135deg,#a8a4ff,#1ad4a0)}.profession-card[data-source=google] .profession-icon{background:linear-gradient(135deg,#6c63ff,#a8a4ff)}.profession-card[data-source=instagram] .profession-icon{background:linear-gradient(135deg,#a8a4ff,#6c63ff)}.profession-card[data-source=facebook] .profession-icon{background:linear-gradient(135deg,#6c63ff,#1ad4a0)}.profession-card[data-source=linkedin] .profession-icon{background:linear-gradient(135deg,#1ad4a0,#6c63ff)}.profession-card[data-source=youtube] .profession-icon{background:linear-gradient(135deg,#a8a4ff,#1ad4a0)}.profession-card[data-source=tiktok] .profession-icon{background:linear-gradient(135deg,#1ad4a0,#a8a4ff)}.profession-card[data-source=referral] .profession-icon{background:linear-gradient(135deg,#6c63ff,#a8a4ff)}.profession-card[data-source=other] .profession-icon{background:linear-gradient(135deg,#a8a4ff,#6c63ff)}.form-container{max-width:500px;margin:0 auto}.form-card{background:rgb(11 15 26/.04);border:1px solid rgb(11 15 26/.08);border-radius:16px;padding:24px;backdrop-filter:blur(10px)}.form-group{margin-bottom:12px}.form-label{display:block;font-size:13px;font-weight:500;margin-bottom:5px;color:#374151}.form-input{width:100%;padding:10px 14px;background:rgb(11 15 26/.04);border:1px solid rgb(11 15 26/.12);border-radius:10px;font-size:14px;color:#0b0f1a;transition:all .3s ease;outline:0}.form-input::placeholder{color:#6b7280}.form-input:focus{border-color:#6c63ff;background:rgb(108 99 255/.05);box-shadow:0 0 0 4px rgb(108 99 255/.1)}.phone-input-wrapper{display:flex;gap:10px}.phone-prefix{padding:10px 12px;background:rgb(11 15 26/.08);border:1px solid rgb(11 15 26/.12);border-radius:10px;font-size:14px;color:#6b7280;white-space:nowrap}.phone-input-wrapper .form-input{flex:1}.checkbox-wrapper{display:flex;align-items:flex-start;gap:12px;cursor:pointer}.custom-checkbox{width:22px;height:22px;border:2px solid rgb(11 15 26/.15);border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease;margin-top:2px}.checkbox-wrapper input:checked+.custom-checkbox{background:#6c63ff;border-color:#6c63ff}.custom-checkbox svg{width:12px;height:12px;color:#0b0f1a;opacity:0;transform:scale(0);transition:all .3s cubic-bezier(.68,-.55,.265,1.55)}.checkbox-wrapper input:checked+.custom-checkbox svg{opacity:1;transform:scale(1)}.checkbox-label{font-size:14px;color:#6b7280;line-height:1.5}.checkbox-label a{color:#6c63ff;text-decoration:none}.checkbox-label a:hover{text-decoration:underline}.submit-btn{width:100%;padding:12px 20px;background:linear-gradient(135deg,#6c63ff 0,#4f46e5 100%);border:0;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:6px}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 15px 30px rgb(108 99 255/.4)}.submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.success-screen{text-align:center;max-width:600px;margin:0 auto}.success-icon{width:120px;height:120px;margin:0 auto 30px;background:linear-gradient(135deg,#1ad4a0,#34d399);border-radius:50%;display:flex;align-items:center;justify-content:center;animation:successBounce .6s ease-out;position:relative}.success-icon::before{content:"";position:absolute;top:-10px;left:-10px;right:-10px;bottom:-10px;border:3px solid rgb(26 212 160/.3);border-radius:50%;animation:successRing 1s ease-out}.success-icon svg{width:60px;height:60px;color:#0b0f1a;animation:checkDraw .5s ease-out .3s both}.success-screen h2{font-size:42px;font-weight:800;margin-bottom:15px;animation:fadeInUp .6s ease-out .4s both}.success-screen>p{font-size:18px;color:#6b7280;margin-bottom:40px;animation:fadeInUp .6s ease-out .5s both}.success-summary{background:rgb(11 15 26/.04);border:1px solid rgb(11 15 26/.08);border-radius:16px;padding:30px;margin-bottom:40px;text-align:left;animation:fadeInUp .6s ease-out .6s both}.success-summary h4{font-size:16px;font-weight:600;margin-bottom:20px;color:#6b7280}.dashboard-btn{display:inline-flex;align-items:center;gap:12px;padding:18px 40px;background:linear-gradient(135deg,#6c63ff 0,#4f46e5 100%);border:0;border-radius:50px;color:#0b0f1a;font-size:18px;font-weight:600;cursor:pointer;transition:all .3s ease;animation:fadeInUp .6s ease-out .7s both;text-decoration:none}.dashboard-btn:hover{transform:translateY(-3px);box-shadow:0 20px 40px rgb(108 99 255/.4)}.confetti-container{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1000;overflow:hidden}.nav-buttons{display:flex;justify-content:space-between;margin-top:40px;max-width:800px;margin-left:auto;margin-right:auto}.nav-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;border-radius:10px;font-size:15px;font-weight:500;cursor:pointer;transition:all .3s ease}.nav-btn.back{background:#fff0;border:1px solid rgb(11 15 26/.12);color:#6b7280}.nav-btn.back:hover{border-color:rgb(11 15 26/.2);color:#0b0f1a}.nav-btn.next{background:linear-gradient(135deg,#6c63ff 0,#4f46e5 100%);border:0}.nav-btn.next:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgb(108 99 255/.4)}@media (max-width:768px){.progress-wrapper{padding:20px}.selection-cards{grid-template-columns:1fr}.profession-grid,.source-grid{grid-template-columns:repeat(2,1fr)}.step-header h2{font-size:28px}.tagline{font-size:16px}.form-card{padding:30px 25px}}@media (max-width:480px){.profession-grid{grid-template-columns:1fr}.progress-step{width:32px;height:32px;font-size:12px}.nav-buttons{flex-direction:column;gap:15px}.nav-btn{width:100%;justify-content:center}.content-area{padding:20px 15px}}:root{--direction-multiplier:1;--page-title-display:block;--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}@media (prefers-reduced-motion:reduce){html *{transition-delay:0s!important;transition-duration:0s!important}}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px;--wp--preset--aspect-ratio--square:1;--wp--preset--aspect-ratio--4-3:4/3;--wp--preset--aspect-ratio--3-4:3/4;--wp--preset--aspect-ratio--3-2:3/2;--wp--preset--aspect-ratio--2-3:2/3;--wp--preset--aspect-ratio--16-9:16/9;--wp--preset--aspect-ratio--9-16:9/16;--wp--preset--color--black:#000000;--wp--preset--color--cyan-bluish-gray:#abb8c3;--wp--preset--color--white:#ffffff;--wp--preset--color--pale-pink:#f78da7;--wp--preset--color--vivid-red:#cf2e2e;--wp--preset--color--luminous-vivid-orange:#ff6900;--wp--preset--color--luminous-vivid-amber:#fcb900;--wp--preset--color--light-green-cyan:#7bdcb5;--wp--preset--color--vivid-green-cyan:#00d084;--wp--preset--color--pale-cyan-blue:#8ed1fc;--wp--preset--color--vivid-cyan-blue:#0693e3;--wp--preset--color--vivid-purple:#9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean:linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass:linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight:linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small:13px;--wp--preset--font-size--medium:20px;--wp--preset--font-size--large:36px;--wp--preset--font-size--x-large:42px;--wp--preset--spacing--20:0.44rem;--wp--preset--spacing--30:0.67rem;--wp--preset--spacing--40:1rem;--wp--preset--spacing--50:1.5rem;--wp--preset--spacing--60:2.25rem;--wp--preset--spacing--70:3.38rem;--wp--preset--spacing--80:5.06rem;--wp--preset--shadow--natural:6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep:12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp:6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined:6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp:6px 6px 0px rgb(0, 0, 0);--e-global-color-primary:#4353ff;--e-global-color-secondary:#38d996;--e-global-color-text:#1a1a1a;--e-global-color-accent:#4353ff;--e-global-color-light:#F5F5F5;--color-text:#757575;--color-border:#e7e7e7;--color-border-hard:#d9d9d9;--color-white:#ffffff;--color-neutral-transparent:#9f9f9f4d;--color-overlay:#1a1a1a66;--e-global-typography-primary-font-family:-apple-system, "BlinkMacSystemFont", "Segoe UI", "Helvetica Neue", sans-serif;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:-apple-system, "BlinkMacSystemFont", "Segoe UI", "Helvetica Neue", sans-serif;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:-apple-system, "BlinkMacSystemFont", "Segoe UI", "Helvetica Neue", sans-serif;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:-apple-system, "BlinkMacSystemFont", "Segoe UI", "Helvetica Neue", sans-serif;--e-global-typography-accent-font-weight:500;--line-height-default:1.6;--line-height-paragraph:1.75;--letter-spacing-default:-0.027em;--letter-spacing-small:0.04em;--font-size-default:14px;--font-size-paragraphs:16px;--font-size-main-menu:16px;--global-border-radius:12px;--button-border-radius:25px;--box-shadow:0 40px 60px 0 rgb(0 0 0 / 5%);--global-transition:all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);--image-transition:all 0.7s cubic-bezier(.2, 1, .22, 1);--container-max-width:1240px;--listIndent:2.5em;--listItemSpacing:0.3em;--content-spacing:1.5em;--small-content-spacing:0.75rem;--headings-content-spacing:calc(0.3em + 10px);--column-spacing:20px;--vertical-spacing:100px;--titlebar-spacing:100px;--mobile-spacing:50px;--sidebar-width:25%;--sidebar-widgets-spacing:50px;--grid-columns-gap:30px;--component-height:50px;--button-padding:25px;--header-height:70px;--block-width:850px;--logo-height:32px;--keydesign-post-title:32px;--icon-font-size:35px;--icon-large-font-size:45px;--admin-bar:0px;--transparent-navigation-position:sticky}@font-face{font-family:eicons;src:url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.48.0);src:url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.48.0#iefix)format("embedded-opentype"),url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.48.0)format("woff2"),url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.48.0)format("woff"),url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.48.0)format("truetype"),url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.48.0#eicon)format("svg");font-weight:400;font-style:normal}@media (max-width:766.98px){:root{--small-content-spacing:0.5rem;--sidebar-widgets-spacing:30px;--component-height:50px}}@media (min-width:767px) and (max-width:1023.98px){:root{--block-width:100%}}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:#fff0}*,::after,::before{box-sizing:border-box}body,button,form,h2,h3,h4,img,p{margin:0;line-height:inherit}body,button,form,h2,h3,h4,img,label,p{padding:0;border:0;font-size:inherit;text-align:inherit}input,select{margin:0}a{transition:var(--global-transition);color:var(--e-global-color-text);text-decoration:none}a:focus,button:focus{transition:none;outline-width:0}a:focus-visible,button:focus-visible{outline-width:2px;outline-color:var(--e-global-color-primary)}img{height:auto;max-width:100%;vertical-align:middle}svg>*{transition:none}p{margin-bottom:var(--content-spacing)}h2,h3,h4{margin-bottom:calc(.3em + 10px)}body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision;color:var(--color-text);font-family:var(--e-global-typography-text-font-family);font-size:var(--font-size-default);font-weight:var(--e-global-typography-text-font-weight);--keydesign-h1-font-size:50px;--keydesign-h2-font-size:40px;--keydesign-h3-font-size:24px;--keydesign-h4-font-size:21px;--keydesign-h5-font-size:18px;--keydesign-h6-font-size:var(--font-size-paragraphs);--keydesign-h1-line-height:1.2;--keydesign-h2-line-height:1.2;--keydesign-h3-line-height:1.25;--keydesign-h4-line-height:1.44;--keydesign-h5-line-height:1.44;--keydesign-h6-line-height:var(--line-height-paragraph);--keydesign-h1-letter-spacing:var(--letter-spacing-default);--keydesign-h2-letter-spacing:var(--letter-spacing-default);--keydesign-h3-letter-spacing:var(--letter-spacing-default);--keydesign-h4-letter-spacing:var(--letter-spacing-default);--keydesign-h5-letter-spacing:var(--letter-spacing-default);--keydesign-h6-letter-spacing:0em;--keydesign-h1-font-weight:var(--e-global-typography-primary-font-weight);--keydesign-h2-font-weight:var(--e-global-typography-primary-font-weight);--keydesign-h3-font-weight:var(--e-global-typography-primary-font-weight);--keydesign-h4-font-weight:var(--e-global-typography-secondary-font-weight);--keydesign-h5-font-weight:var(--e-global-typography-secondary-font-weight);--keydesign-h6-font-weight:var(--e-global-typography-secondary-font-weight)}@media (max-width:1024px){body{--keydesign-h1-font-size:44px;--keydesign-h2-font-size:34px;--keydesign-h3-font-size:21px;--keydesign-h4-font-size:18px;--keydesign-h5-font-size:16px;--keydesign-h6-font-size:16px;--font-size-paragraphs:14px;--keydesign-post-title:28px}}@media (max-width:766.98px){body{--keydesign-h1-font-size:32px;--keydesign-h2-font-size:26px;--keydesign-h3-font-size:20px;--keydesign-h4-font-size:18px;--keydesign-h5-font-size:16px;--keydesign-h6-font-size:14px;--font-size-paragraphs:14px;--keydesign-post-title:24px}}input[type=email],input[type=tel],input[type=text]{font-size:var(--font-size-paragraphs);line-height:var(--line-height-default)}label:last-child,p:last-child{margin-bottom:0}h2,h3{font-family:var(--e-global-typography-primary-font-family);font-weight:var(--keydesign-h2-font-weight);font-size:var(--keydesign-h2-font-size);line-height:var(--keydesign-h2-line-height);letter-spacing:var(--keydesign-h2-letter-spacing)}h3{font-weight:var(--keydesign-h3-font-weight);font-size:var(--keydesign-h3-font-size);line-height:var(--keydesign-h3-line-height);letter-spacing:var(--keydesign-h3-letter-spacing)}h2,h3,h4,p{text-transform:none;font-style:normal}h2,h3,h4{color:var(--e-global-color-text)}h4{font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--keydesign-h4-font-weight);font-size:var(--keydesign-h4-font-size);line-height:var(--keydesign-h4-line-height);letter-spacing:var(--keydesign-h4-letter-spacing)}p{font-family:var(--e-global-typography-text-font-family);font-weight:var(--e-global-typography-text-font-weight);font-size:var(--font-size-paragraphs);line-height:var(--line-height-paragraph);letter-spacing:0;color:var(--color-text)}a:hover{color:var(--e-global-color-primary)}input[type=email],input[type=tel],input[type=text],select{appearance:none;width:100%;height:var(--component-height,50px);font-family:inherit;font-size:var(--font-size-paragraphs,16px);color:var(--e-global-color-text);padding-left:var(--column-spacing,15px);padding-right:var(--column-spacing,15px);border:1px solid var(--color-border);border-radius:var(--global-border-radius,0);transition:var(--global-transition);background:var(--color-white)}input[type=email]:focus,input[type=email]:focus-visible,input[type=tel]:focus,input[type=tel]:focus-visible,input[type=text]:focus,input[type=text]:focus-visible,select:focus,select:focus-visible{outline:0;border-color:var(--e-global-color-primary)}select,select:focus,select:focus-visible{background-image:url("data:image/svg+xml,%3Csvg width='21' height='13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5.379L20.621 2.5 10.5 12.621.379 2.5 2.5.379l8 8z' fill='%234F5D6D' fill-rule='nonzero'/%3E%3C/svg%3E");background-repeat:no-repeat,repeat;background-size:9px auto,100%;background-position:right 15px top 50%,0 0;white-space:nowrap;text-overflow:ellipsis}select option,select:focus option,select:focus-visible option{color:initial}[type=submit],label{cursor:pointer;font-size:var(--font-size-default)}label{line-height:inherit;margin:0 0 .5em}[type=submit]{position:relative;display:var(--display,inline-flex);align-items:center;justify-content:center;min-height:var(--component-height);padding:0 var(--button-padding);appearance:none;user-select:none;text-align:center;transition:var(--global-transition);color:var(--color-white);border:0;background-color:var(--e-global-color-primary);line-height:var(--font-size-default);font-family:var(--e-global-typography-accent-font-family);font-weight:var(--e-global-typography-accent-font-weight);font-style:normal;letter-spacing:0;text-transform:none;text-decoration:none;border-radius:var(--global-border-radius)}[type=submit]:disabled{opacity:.5;cursor:not-allowed}[type=submit]:hover{background-color:var(--e-global-color-secondary);color:var(--color-white)}button::-moz-focus-inner{padding:0;border:0}.active\::before\:met_w--18.active::before{width:18px}.active\::before\:met_h--18.active::before{height:18px}a:hover>.a:hover\:met_scalex--200:hover{-webkit-transform:scaleX(2);transform:scaleX(2)}a:hover>.a:hover\:met_scaley--200:hover{-webkit-transform:scaleY(2);transform:scaleY(2)}.ekit-wid-con .ekit-image-swap:not(:is(.click-inactive)):hover img:nth-child(1){opacity:0}.ekit-wid-con .ekit-image-swap--fade:not(:is(.click-inactive)):hover img:nth-child(2),.ekit-wid-con .ekit-image-swap--simple:not(:is(.click-inactive)):hover img:nth-child(2),.ekit-wid-con .ekit-image-swap:not(:is(.click-inactive)):hover img:nth-child(2){opacity:1}.ekit-wid-con .ekit-image-swap--left-to-right:not(:is(.click-inactive)):hover img:nth-child(2),.ekit-wid-con .ekit-image-swap--right-to-left:not(:is(.click-inactive)):hover img:nth-child(2){-webkit-transform:translateX(0);transform:translateX(0)}.ekit-wid-con .ekit-image-swap--bottom-to-top:not(:is(.click-inactive)):hover img:nth-child(2),.ekit-wid-con .ekit-image-swap--top-to-bottom:not(:is(.click-inactive)):hover img:nth-child(2){-webkit-transform:translateY(0);transform:translateY(0)}:root{--widgets-spacing:30px;--widgets-spacing-row:30px;--widgets-spacing-column:30px}@font-face{font-family:elementskit;src:url(/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/fonts/elementskit.woff?itek3h)format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot);src:url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot?#iefix)format("embedded-opentype"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2)format("woff2"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff)format("woff"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf)format("truetype"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg#fontawesome)format("svg")}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot);src:url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot?#iefix)format("embedded-opentype"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2)format("woff2"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff)format("woff"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf)format("truetype"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg#fontawesome)format("svg")}.registration-container *,body *,body a,body div,body h2,body h3,body h4,body input,body label,body p,body select,body span{color:inherit}.registration-container h2,.registration-container h3,.registration-container h4,body{color:#0b0f1a!important}.registration-container .profession-card p,.registration-container .selection-card p,.registration-container .step-header p,.registration-container .tagline,.registration-container label,.registration-container p{color:#6b7280!important}.card-icon svg,.nav-btn.next,.profession-icon svg,.start-btn,.submit-btn{color:#fff!important}