:root{--hs-color-primary-400:#fa532e;--hs-color-primary-500:#e84a28;--hs-color-primary-light:#f7e4d6;--hs-color-shades-0:#fff;--hs-color-shades-100:#23242a;--hs-color-neutral-50:#f4f4f5;--hs-color-neutral-100:#c2c4cc;--hs-color-neutral-500:#5c6075;--hs-max-width:1200px;--hs-radius:20px;--hs-font:var(--font-somar,SomarRounded,Arial,sans-serif)}.home-site{color:var(--hs-color-shades-100);background:var(--hs-color-shades-0);font-family:var(--hs-font);font-size:16px;line-height:1.6}.home-site[dir=rtl]{direction:rtl;text-align:right}.home-site[dir=ltr]{direction:ltr;text-align:left}.home-site .hs-container{max-width:var(--hs-max-width);margin:0 auto;padding:0 20px;width:100%}.home-site .hs-section{padding:40px 0;position:relative}.home-site .hs-section--tight{padding-top:0}.home-site .hs-section--orange{background:var(--hs-color-primary-light);border-radius:var(--hs-radius);margin:0 20px;padding:40px 20px}.home-site .hs-section--orange.two{padding:40px 0!important;border-radius:0;margin:0!important}.home-site .hs-h1,.home-site .hs-h2{color:var(--hs-color-shades-100);font-weight:700;font-family:SomarBold!important;margin:0 0 12px;line-height:1.2}.home-site .hs-h2{font-size:28px!important;font-family:SomarBold!important;font-size:clamp(28px,4vw,40px);text-align:center}.home-site .hs-h3{font-size:20px;font-weight:700;margin:0 0 8px}.home-site .hs-h2 span,.home-site .hs-text-orange{color:var(--hs-color-primary-400)!important}.home-site .hs-body{font-size:16px;line-height:28px;margin:0}.home-site .hs-body-sm{font-size:15px;line-height:24px;text-align:center;color:var(--hs-color-shades-100);margin:0 0 10px}.home-site .hs-body-lg{font-size:17px;line-height:32px;font-weight:400}.home-site .hs-center{text-align:center}.home-site .hs-section-title{text-align:center;max-width:1000px;margin:0 auto 20px}.home-site .hs-btn{display:inline-block;border-radius:20px;padding:10px 20px;font-size:14px;font-weight:700;font-family:SomarBold!important;text-decoration:none;cursor:pointer;border:none;transition:background-color .3s,border-color .3s,color .3s;letter-spacing:.5px}.home-site .hs-btn--primary{background:var(--hs-color-primary-400);color:#fff}.home-site .hs-btn--primary:hover:not(:disabled){background:var(--hs-color-primary-500);color:#fff}.home-site .hs-btn--primary:disabled{background:var(--hs-color-neutral-100);color:#fff;cursor:not-allowed}.home-site .hs-btn--secondary{background:#fff;color:var(--hs-color-primary-400);border:1px solid var(--hs-color-primary-400)}.home-site .hs-btn--secondary:hover{background:var(--hs-color-primary-400);color:#fff}.home-site .hs-btn-row{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.home-site[dir=ltr] .hs-btn-row,.home-site[dir=rtl] .hs-btn-row{justify-content:center}.home-site .hs-btn-row--center{justify-content:center;margin-top:20px}.hs-btn-row.no-center{justify-content:flex-start!important}.home-site .hs-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:#fff;height:100px;display:flex;align-items:center;border-bottom:1px solid #f0f0f0}.home-site .hs-nav{display:flex;align-items:center;justify-content:space-between;width:100%;gap:16px}.home-site .hs-logo img{height:55px;width:auto}.home-site .hs-nav-links{display:none;align-items:center;gap:4px}.home-site .hs-nav-link{color:var(--hs-color-shades-100);text-decoration:none;padding:10px 12px;font-size:14px;font-weight:400;white-space:nowrap}.home-site .hs-nav-link.is-active,.home-site .hs-nav-link:hover{color:var(--hs-color-primary-400)}.home-site .hs-nav-actions{display:none;align-items:center;gap:10px}.home-site .hs-lang-switch{color:var(--hs-color-shades-100);text-decoration:none;padding:10px 12px;font-weight:700;font-size:14px}.home-site .hs-lang-switch:hover{color:var(--hs-color-primary-400)}.home-site .hs-nav-dropdown{position:relative}.home-site .hs-nav-dropdown-menu{display:none;position:absolute;top:100%;background:#fff;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.12);min-width:200px;padding:8px;z-index:100}.home-site[dir=rtl] .hs-nav-dropdown-menu{left:0}.home-site[dir=ltr] .hs-nav-dropdown-menu{right:0}.home-site .hs-nav-dropdown.is-open .hs-nav-dropdown-menu,.home-site .hs-nav-dropdown:hover .hs-nav-dropdown-menu{display:block}.home-site .hs-nav-dropdown-item{display:block;padding:10px 14px;color:var(--hs-color-shades-100);text-decoration:none;border-radius:8px;font-size:14px}.home-site .hs-nav-dropdown-item:hover{background:var(--hs-color-neutral-50)}.home-site .hs-burger{display:flex;background:none;border:none;cursor:pointer;padding:8px}.home-site .hs-mobile-menu{display:none;position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:200}.home-site .hs-mobile-menu.is-open{display:block}.home-site .hs-mobile-panel{position:absolute;top:0;width:min(320px,85vw);height:100%;background:#fff;padding:24px;overflow-y:auto}.home-site[dir=rtl] .hs-mobile-panel{left:0}.home-site[dir=ltr] .hs-mobile-panel{right:0}.home-site .hs-mobile-close{background:none;border:none;cursor:pointer;margin-bottom:20px}.home-site .hs-mobile-links{display:flex;flex-direction:column;gap:4px}.home-site .hs-mobile-links .hs-btn{text-align:center;margin-top:12px}@media (min-width:992px){.home-site .hs-nav-actions,.home-site .hs-nav-links{display:flex}.home-site .hs-burger{display:none}}.home-site .hs-hero{padding:60px 0 40px}.home-site .hs-hero-grid{display:grid;grid-template-columns:1fr;grid-gap:30px;gap:30px;align-items:center}.home-site .hs-hero-image img{width:100%;height:auto;display:block}@media (min-width:768px){.home-site .hs-hero-grid{grid-template-columns:1fr 1fr}}.home-site .hs-partners-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;text-align:center;justify-content:center;align-items:center}.home-site .hs-partner-logo{display:flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:10px}.home-site .hs-partner-logo img{max-height:48px;width:auto;object-fit:contain}@media (min-width:768px){.home-site .hs-partners-grid{grid-template-columns:repeat(6,1fr)}}.home-site .hs-roles-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px;margin-bottom:20px}@media (min-width:768px){.home-site .hs-roles-grid{grid-template-columns:repeat(4,1fr)}}.home-site .hs-role-card{background:var(--hs-color-neutral-50);border:1px solid #f4f4f4;border-radius:10px;padding:10px;text-decoration:none;color:inherit;display:flex;align-items:center;justify-content:space-between;gap:12px;transition:box-shadow .2s}.home-site .hs-role-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.08)}.home-site .hs-role-card img{width:56px;height:56px;object-fit:contain;flex-shrink:0}.home-site .hs-split{display:grid;grid-template-columns:1fr;grid-gap:30px;gap:30px;align-items:center}@media (min-width:992px){.home-site .hs-split{grid-template-columns:1fr 1fr}}.home-site .hs-feature-item{display:flex;gap:16px;align-items:flex-start;margin-bottom:20px}.home-site .hs-feature-item img{width:54px;height:54px;object-fit:contain;flex-shrink:0}.home-site .hs-cta-banner{background:var(--hs-color-primary-400);border-radius:25px;padding:40px 24px;display:grid;grid-gap:20px;gap:20px;align-items:center;margin-top:30px;background-image:url(https://s3.eu-west-1.amazonaws.com/cdn.sabbar.com/jobs-website/webflow/664f33567c08f160771bd78e_banner-3.png);background-size:cover;background-position:50%;background-repeat:no-repeat}.home-site .hs-cta-banner .hs-h3{color:#fff;text-align:center;margin:0}@media (min-width:768px){.home-site .hs-cta-banner{grid-template-columns:1fr auto;padding:40px}.home-site .hs-cta-banner .hs-h3{text-align:start}}.home-site .hs-screens-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px}@media (min-width:992px){.home-site .hs-screens-grid{grid-template-columns:repeat(4,1fr)}}.home-site .hs-screen-item{text-align:center}.home-site .hs-screen-item img{width:100%;max-width:220px;height:auto;margin:0 auto 12px;display:block}.home-site .hs-blog-grid{display:grid;grid-template-columns:1fr;grid-gap:24px;gap:24px;margin-bottom:24px}@media (min-width:768px){.home-site .hs-blog-grid{grid-template-columns:repeat(3,1fr)}}.home-site .hs-blog-card{border:1px solid #eee;border-radius:12px;overflow:hidden;text-decoration:none;color:inherit;display:block}.home-site .hs-blog-card img{width:100%;aspect-ratio:16/10;object-fit:cover}.home-site .hs-blog-card-body{padding:16px}.home-site .hs-blog-category{color:var(--hs-color-primary-400);font-size:13px;margin-bottom:8px}.home-site .hs-blog-title{font-size:18px;font-weight:700;line-height:1.4;margin:0 0 8px}.home-site .hs-blog-meta{display:flex;gap:8px;align-items:center;font-size:13px;color:var(--hs-color-neutral-500)}.home-site .hs-dot{width:4px;height:4px;border-radius:50%;background:var(--hs-color-neutral-500)}.home-site .hs-job-links{display:grid;grid-template-columns:1fr;grid-gap:24px;gap:24px;margin-bottom:24px}@media (min-width:768px){.home-site .hs-job-links{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.home-site .hs-job-links{grid-template-columns:repeat(4,1fr)}}.home-site .hs-job-links h3{margin-bottom:12px}.home-site .hs-job-links a{display:block;color:var(--hs-color-shades-100);text-decoration:none;padding:4px 0;font-size:14px}.home-site .hs-job-links a:hover{color:var(--hs-color-primary-400)}.home-site .hs-spec-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:8px 16px;gap:8px 16px;margin-top:12px}@media (min-width:768px){.home-site .hs-spec-grid{grid-template-columns:repeat(4,1fr)}}.home-site .hs-page-hero{text-align:center;padding:60px 0 40px}.home-site .hs-employers-stats-section{padding-top:20px}.home-site .hs-employers-stats-grid{display:grid;grid-template-columns:1fr;grid-gap:32px;gap:32px;margin-bottom:40px}@media (min-width:768px){.home-site .hs-employers-stats-grid{grid-template-columns:repeat(3,1fr);gap:24px}}.home-site .hs-employers-stat{text-align:center}.home-site .hs-employers-stat-icon{display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;background:var(--hs-color-primary-light);border-radius:16px;margin-bottom:16px}.home-site .hs-employers-stat-icon img{width:auto;height:100%;object-fit:contain}.home-site .hs-employers-stat .hs-h3{color:var(--hs-color-shades-100);margin-bottom:8px}.home-site .hs-employers-stat .hs-body-sm{color:var(--hs-color-neutral-500);margin:0}.home-site .hs-employers-carousel-section{padding-top:48px;padding-bottom:48px}.home-site .hs-employers-carousel-header{text-align:center;margin-bottom:32px}.home-site .hs-employers-carousel-header .hs-h2{margin-bottom:8px}.home-site .hs-employers-carousel-header .hs-body-sm{color:var(--hs-color-neutral-500);max-width:520px;margin:0 auto}.home-site .hs-employers-carousel{display:flex;align-items:center;gap:16px}.home-site .hs-employers-carousel-slide{flex:1 1;display:grid;place-items:center}.home-site .hs-employers-carousel-slide img{grid-area:1/1;width:100%;max-width:720px;height:auto;object-fit:contain;visibility:hidden;opacity:0}.home-site .hs-employers-carousel-slide img.hs-employers-carousel-slide-img--active{visibility:visible;opacity:1}.home-site .hs-employers-carousel-arrow{flex-shrink:0;width:48px;height:48px;border:none;background:transparent;color:var(--hs-color-primary-400);font-size:48px;line-height:1;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}.home-site .hs-employers-carousel-arrow:hover{color:var(--hs-color-primary-500)}.home-site .hs-employers-carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:24px}.home-site .hs-employers-carousel-dot{width:10px;height:10px;border-radius:50%;border:none;padding:0;background:var(--hs-color-neutral-100);cursor:pointer}.home-site .hs-employers-carousel-dot--active{background:var(--hs-color-primary-400)}.home-site .hs-stats-grid{display:grid;grid-template-columns:1fr;grid-gap:24px;gap:24px;margin:40px 0}@media (min-width:768px){.home-site .hs-stats-grid{grid-template-columns:repeat(3,1fr)}}.home-site .hs-stat-card{text-align:center}.home-site .hs-stat-card .hs-h3{color:var(--hs-color-primary-400)}.home-site .hs-features-grid{display:grid;grid-template-columns:1fr;grid-gap:24px;gap:24px;margin:40px 0}@media (min-width:768px){.home-site .hs-features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.home-site .hs-features-grid{grid-template-columns:repeat(4,1fr)}}.home-site .hs-feature-card{background:var(--hs-color-neutral-50);border-radius:16px;padding:24px}.home-site .hs-feature-emoji{font-size:32px;margin-bottom:12px}.home-site .hs-comparison{display:grid;grid-template-columns:1fr;grid-gap:20px;gap:20px;margin:40px 0;direction:ltr}@media (min-width:768px){.home-site .hs-comparison{grid-template-columns:repeat(3,1fr);align-items:stretch}}.home-site .hs-comparison-col{border-radius:16px;padding:24px;background:#fff;border:1px solid var(--hs-color-neutral-100)}.home-site .hs-comparison-col--highlight{border:2px solid var(--hs-color-primary-400)}.home-site .hs-comparison-col h3{text-align:center;margin-bottom:20px;color:var(--hs-color-neutral-500);font-size:18px}.home-site .hs-comparison-sabbar-header{display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:20px}.home-site .hs-comparison-sabbar-header img{width:48px;height:48px}.home-site .hs-comparison-sabbar-header h3{margin:0;color:var(--hs-color-primary-400)}.home-site .hs-comparison-list{list-style:none;padding:0;margin:0 0 24px}.home-site .hs-comparison-item{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px;font-size:14px;line-height:1.5}.home-site[dir=rtl] .hs-comparison-item{justify-content:flex-end}.home-site[dir=ltr] .hs-comparison-item{justify-content:flex-start}.home-site .hs-comparison-item span{flex:1 1;text-align:inherit}.home-site .hs-body-sm.mt-2{margin-top:8px!important}.home-site .hs-comparison-item img{flex-shrink:0}.home-site .hs-comparison-icon{flex-shrink:0;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center}.home-site .hs-comparison-icon img{width:10px;height:10px;object-fit:contain}.home-site .hs-comparison-icon--negative{background:var(--hs-color-neutral-100)}.home-site .hs-comparison-icon--positive{background:#22a06b}.home-site .hs-comparison-icon--negative img,.home-site .hs-comparison-icon--positive img{filter:brightness(0) invert(1)}.home-site .hs-comparison-cta{display:block;width:100%;text-align:center;margin-bottom:12px}.home-site .hs-comparison-note{text-align:center;color:var(--hs-color-neutral-500);margin:0}.home-site .hs-testimonials{display:grid;grid-template-columns:1fr;grid-gap:24px;gap:24px;margin:30px 0}@media (min-width:768px){.home-site .hs-testimonials{grid-template-columns:repeat(2,1fr)}}.home-site .hs-testimonial{background:var(--hs-color-primary-light);border-radius:16px;padding:24px;margin:0}.home-site .hs-testimonial q{display:block;quotes:none;font-style:normal;margin-bottom:20px;line-height:1.6;color:var(--hs-color-shades-100)}.home-site .hs-testimonial-footer{display:flex;justify-content:space-between;align-items:center;gap:16px}.home-site .hs-testimonial-name{color:var(--hs-color-primary-400);font-weight:700;display:block}.home-site .hs-testimonial-company{color:var(--hs-color-shades-100);font-size:14px;margin-top:4px}.home-site .hs-testimonial-logo{width:56px;height:56px;border-radius:8px;object-fit:contain;flex-shrink:0;background:#1a2744}.home-site .hs-faq{max-width:800px;margin:0 auto}.home-site .hs-faq-item{border-bottom:1px solid #eee}.home-site .hs-faq-question{width:100%;background:none;border:none;padding:20px 0;text-align:inherit;font-family:var(--hs-font);font-size:16px;font-weight:700;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:12px;color:var(--hs-color-shades-100)}.home-site .hs-faq-answer{padding:0 0 20px;font-size:15px;line-height:1.6;color:var(--hs-color-neutral-500)}.home-site .hs-pricing-page .hs-container{max-width:1480px}.home-site .hs-pricing-section{padding-top:0}.home-site .hs-pricing-grid{display:grid;grid-template-columns:1fr;grid-gap:24px;gap:24px;margin:40px 0 24px}@media (min-width:992px){.home-site .hs-pricing-grid{grid-template-columns:repeat(3,1fr);align-items:stretch}}.home-site .hs-pricing-card{border:1px solid #c2c4cc;border-radius:20px;padding:28px 24px;display:flex;flex-direction:column;background:#fff;position:relative}.home-site .hs-pricing-card--featured{border-color:var(--hs-color-primary-400);border-width:2px;box-shadow:0 8px 32px rgba(250,83,46,.12)}.home-site .hs-pricing-card-header{display:flex;align-items:center;gap:10px;margin-bottom:12px}.home-site .hs-pricing-card-header img{width:28px;height:28px}.home-site .hs-pricing-card-header--split{justify-content:space-between}.home-site .hs-pricing-card-title{display:flex;align-items:center;gap:10px}.home-site .hs-pricing-badge,.home-site .hs-pricing-name--premium{color:var(--hs-color-primary-400)}.home-site .hs-pricing-badge{display:inline-block;background:var(--hs-color-primary-light);font-size:12px;font-weight:700;padding:4px 10px;border-radius:20px;white-space:nowrap}.home-site .hs-pricing-price-row{display:flex;align-items:center;gap:8px;margin:8px 0 12px;direction:ltr;justify-content:flex-start}html[dir=rtl] .home-site .hs-pricing-price-row{justify-content:flex-end}.home-site .hs-pricing-price-row--large{justify-content:center;margin:8px 0}.home-site .hs-pricing-riyal{width:32px;height:32px}.home-site .hs-pricing-price-row--large .hs-pricing-riyal{width:24px;height:24px}.home-site .hs-pricing-price-value{font-size:48px;font-weight:700;font-family:SomarBold!important;color:var(--hs-color-shades-100);line-height:1}.home-site .hs-pricing-price-row--large .hs-pricing-price-value{font-size:32px}.home-site .hs-pricing-price-strike{font-size:20px;color:var(--hs-color-neutral-100);text-decoration:line-through;font-weight:400}.home-site .hs-pricing-subtext{font-size:14px;color:var(--hs-color-neutral-500);margin:0 0 16px;line-height:1.5;height:42px!important}.pricing-page-hero{padding-bottom:0!important}.home-site .hs-pricing-subtext--enterprise a{color:var(--hs-color-primary-400);text-decoration:none;font-weight:700}.home-site .hs-pricing-enterprise-title{font-size:42px;font-weight:700;font-family:SomarBold!important;color:var(--hs-color-shades-100);margin-bottom:8px}.home-site .hs-pricing-enterprise-title--table{font-size:22px;text-align:center;margin:4px 0 12px}.home-site .hs-pricing-enterprise-logos{display:flex;flex-wrap:wrap;gap:10px;position:relative;top:-25px;margin:15px 0 30px}.home-site .hs-pricing-enterprise-logos img{height:48px;width:auto}.home-site .hs-pricing-job-selector{background:#f5f5f5;border-radius:12px;padding:16px 13px;display:flex;justify-content:space-between;align-items:center;gap:12px;min-height:84px;margin-bottom:16px}.home-site .hs-pricing-job-info{display:flex;flex-direction:column;gap:4px;font-size:14px}.home-site .hs-pricing-job-discount{display:flex;align-items:center;gap:6px;color:#2e7d67;font-size:13px}.home-site .hs-pricing-job-counter{background:#fff;border:1px solid #ccc;border-radius:6px;display:flex;align-items:center;padding:4px 10px;flex-shrink:0}.home-site .hs-pricing-job-counter button{background:none;border:none;color:#d93025;font-size:22px;width:32px;cursor:pointer;line-height:1}.home-site .hs-pricing-job-counter button:disabled{color:var(--hs-color-neutral-100);cursor:not-allowed}.home-site .hs-pricing-job-counter span{margin:0 8px;min-width:24px;text-align:center;font-weight:700}.home-site .hs-pricing-cta{display:block;text-align:center;width:100%;margin-bottom:20px}.home-site .hs-pricing-features{list-style:none;padding:0;margin:0 0 16px;flex:1 1}.home-site .hs-pricing-features li{padding:10px 0;font-size:14px;line-height:1.5}.home-site .hs-pricing-features li:not(:last-child){border-bottom:1px solid #f4f4f4}.home-site .hs-pricing-feature--split{display:flex;flex-direction:column;gap:8px}.home-site .hs-pricing-visibility-pill{display:inline-flex;align-items:center;gap:6px;color:#2e7d67;font-size:13px}.home-site .hs-pricing-visibility-pill img{width:16px;height:16px}.home-site .hs-pricing-extra-feature{display:flex;align-items:flex-start;gap:8px;padding:10px 0;font-size:14px}.home-site .hs-pricing-extra-feature img{width:18px;height:18px;margin-top:2px;flex-shrink:0}.home-site .hs-pricing-see-all{display:inline-flex;align-items:center;gap:6px;color:var(--hs-color-shades-100);text-decoration:none;font-size:14px;font-weight:700;margin-top:auto}.home-site .hs-pricing-see-all img{width:14px;height:14px}.home-site .hs-pricing-vat{max-width:900px;margin:0 auto;color:var(--hs-color-neutral-500)}.home-site .hs-pricing-table-section{padding-top:0;margin-top:50px}.home-site .hs-pricing-table-header{display:none;grid-template-columns:1.2fr repeat(3,1fr);gap:16px;margin-bottom:24px}@media (min-width:992px){.home-site .hs-pricing-table-header{display:grid}}.home-site .hs-pricing-table-plan{text-align:center;padding:20px 12px;border:1px solid #eee;border-radius:16px;background:#fff}.home-site .hs-pricing-table-plan--premium{border-color:var(--hs-color-primary-400)}.home-site .hs-pricing-table-plan-name{font-size:18px;font-weight:700;margin-bottom:8px}.home-site .hs-pricing-table-cta{display:block;width:100%;margin-top:12px;text-align:center}.home-site .hs-pricing-table-groups{border:1px solid #eee;border-radius:16px;overflow:hidden;background:#fff}.home-site .hs-pricing-table-group-title{background:var(--hs-color-neutral-50);padding:14px 20px;font-weight:700;font-size:15px}.home-site .hs-pricing-table-row{display:grid;grid-template-columns:1fr;border-top:1px solid #f0f0f0}@media (min-width:768px){.home-site .hs-pricing-table-row{grid-template-columns:1.2fr repeat(3,1fr)}}.home-site .hs-pricing-table-feature{padding:14px 20px;font-weight:700;font-size:14px;background:#fafafa}@media (min-width:768px){.home-site .hs-pricing-table-feature{background:transparent}}.home-site .hs-pricing-table-cell{padding:14px 20px;text-align:center;font-size:14px;border-top:1px solid #f0f0f0;display:flex;align-items:center;justify-content:center;min-height:52px}@media (min-width:768px){.home-site .hs-pricing-table-cell{border-top:none;border-left:1px solid #f0f0f0}}.home-site .hs-pricing-table-icon{width:22px;height:22px}.home-site .hs-pricing-visibility-cell{display:inline-flex;align-items:center;justify-content:center;gap:4px;flex-wrap:wrap}.home-site .hs-pricing-visibility-icon{width:14px;height:14px}.home-site .hs-pricing-learn-more{color:var(--hs-color-primary-400);text-decoration:none;font-weight:700}.home-site .hs-pricing-testimonials-section{background:var(--hs-color-neutral-50)}.home-site .hs-pricing-testimonials{display:grid;grid-template-columns:1fr;grid-gap:24px;gap:24px;margin:30px 0}@media (min-width:992px){.home-site .hs-pricing-testimonials{grid-template-columns:repeat(3,1fr)}}.home-site .hs-pricing-testimonial-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 20px rgba(0,0,0,.06);display:flex;flex-direction:column;min-height:100%}.home-site .hs-pricing-testimonial-quote{font-size:14px;line-height:1.6;color:var(--hs-color-shades-100);margin:0 0 16px;flex:1 1}.home-site .hs-pricing-testimonial-mark{width:40px;height:auto;margin-bottom:20px}.home-site .hs-pricing-testimonial-video{position:relative;display:block;border-radius:12px;overflow:hidden;margin-bottom:20px}.home-site .hs-pricing-testimonial-video img{width:100%;height:auto;display:block}.home-site .hs-pricing-testimonial-play{position:absolute;inset:0;margin:auto;width:48px;height:48px;border-radius:50%;background:hsla(0,0%,100%,.92)}.home-site .hs-pricing-testimonial-play:after{content:"";position:absolute;top:50%;left:54%;transform:translate(-50%,-50%);border-style:solid;border-width:8px 0 8px 14px;border-color:transparent transparent transparent var(--hs-color-primary-400)}.home-site .hs-pricing-testimonial-footer{display:flex;align-items:center;gap:12px;margin-top:auto}.home-site .hs-pricing-testimonial-logo{width:44px;height:44px;border-radius:8px;object-fit:contain;flex-shrink:0}.home-site .hs-pricing-testimonial-name{display:block;color:var(--hs-color-shades-100);font-size:15px}.home-site .hs-pricing-testimonial-role{color:var(--hs-color-neutral-500);font-size:13px;margin-top:2px}.home-site .hs-job-counter{display:flex;align-items:center;gap:12px;margin:16px 0}.home-site .hs-job-counter button{width:32px;height:32px;border-radius:50%;border:1px solid #ddd;background:#fff;cursor:pointer;font-size:18px;line-height:1}.home-site .hs-job-counter span{font-weight:700;min-width:24px;text-align:center}.home-site .hs-table-wrap{overflow-x:auto;margin:40px 0}.home-site .hs-table{width:100%;border-collapse:collapse;font-size:14px;min-width:600px}.home-site .hs-table td,.home-site .hs-table th{padding:14px 16px;border-bottom:1px solid #eee;text-align:center}.home-site .hs-table td:first-child,.home-site .hs-table th:first-child{text-align:inherit;font-weight:700}.home-site .hs-table thead th{background:var(--hs-color-neutral-50);font-weight:700}.home-site .hs-contact-wrap{display:flex;justify-content:center;padding:40px 0 60px}.home-site .hs-contact-card{background:#fff;border-radius:20px;box-shadow:0 6px 24px -10px rgba(0,0,0,.2);padding:40px;width:100%;max-width:560px}.home-site .hs-form-group{margin-bottom:20px;width:100%}.home-site .hs-form-label{display:block;font-size:13px;margin-bottom:6px;color:var(--hs-color-neutral-500)}.home-site .hs-form-input,.home-site .hs-form-select,.home-site .hs-form-textarea{width:100%;padding:12px 16px;border:1px solid #ddd;border-radius:10px;font-family:var(--hs-font);font-size:15px;background:#fff;color:var(--hs-color-shades-100)}.home-site .hs-form-input:focus,.home-site .hs-form-select:focus,.home-site .hs-form-textarea:focus{outline:none;border-color:var(--hs-color-primary-400)}.home-site .hs-form-textarea{min-height:120px;resize:vertical}.home-site .hs-mobile-input{display:flex;align-items:center;gap:8px}.home-site .hs-mobile-input img{height:50px;border-radius:4px}.home-site .hs-form-error,.home-site .hs-form-success{text-align:center;padding:24px}.home-site .hs-form-success img{margin-bottom:16px;margin-left:auto;margin-right:auto}.home-site .hs-form-error{color:#ec094d}.home-site .hs-form-submit{width:100%;margin-top:8px}.home-site .hs-footer{background:var(--hs-color-neutral-50);padding:40px 0 24px;margin-top:40px}.home-site .hs-footer-grid{display:grid;grid-template-columns:1fr;grid-gap:28px;gap:28px;margin-bottom:28px}@media (min-width:768px){.home-site .hs-footer-grid{grid-template-columns:repeat(4,1fr)}}.home-site .hs-footer h5{font-size:15px;font-weight:700;margin:0 0 12px}.home-site .hs-footer a{display:block;color:var(--hs-color-shades-100);text-decoration:none;font-size:14px;padding:4px 0}.home-site .hs-footer a:hover{color:var(--hs-color-primary-400)}.home-site .hs-social-row{display:flex;gap:12px;margin-bottom:16px}.home-site .hs-social-row a{display:inline-flex;padding:0}.home-site .hs-social-row img{width:22px;height:22px}.home-site .hs-app-btn{display:inline-flex;align-items:center;gap:8px;background:#000;color:#fff;border-radius:10px;padding:8px 16px;text-decoration:none;font-size:13px;font-weight:700}.home-site .hs-app-btn img{height:20px;width:auto}.home-site .hs-footer-bottom{display:flex;flex-direction:column;gap:12px;padding-top:20px;border-top:1px solid #e0e0e0;font-size:13px;color:var(--hs-color-neutral-500)}@media (min-width:768px){.home-site .hs-footer-bottom{flex-direction:row;justify-content:space-between;align-items:center}}.home-site .hs-footer-bottom a{display:inline;padding:0 12px;color:var(--hs-color-neutral-500)}.home-site .hs-footer-bottom a:first-of-type{-webkit-padding-start:0;padding-inline-start:0}.home-site .hs-download-btn{display:inline-flex;align-items:center;gap:10px;background:#000;color:#fff;border-radius:10px;padding:10px 20px;text-decoration:none;font-weight:700;font-size:14px}.home-site .hs-download-btn img{height:22px;width:auto}.home-site .hs-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.home-site .hs-mt-0{margin-top:0}.home-site .hs-mb-3{margin-bottom:12px}.home-site .hs-about-hero{display:grid;grid-template-columns:1fr 1fr;grid-gap:32px;gap:32px;align-items:center}.home-site .hs-about-hero-img{width:100%;max-width:480px;border-radius:16px}.home-site .hs-about-intro{max-width:760px;margin:0 auto 32px;text-align:center}.home-site .hs-about-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px}.home-site .hs-about-stat{background:var(--hs-color-neutral-50);border-radius:12px;padding:20px;text-align:center}.home-site .hs-about-stat-label{display:block;font-size:13px;color:var(--hs-color-shades-100);margin-bottom:8px}.home-site .hs-about-values,.home-site .hs-about-vision-grid,.home-site .hs-culture-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:20px;gap:20px}.home-site .hs-about-value,.home-site .hs-about-vision-card,.home-site .hs-culture-card{background:#fff;border-radius:12px;padding:24px}.home-site .hs-about-value-number{display:inline-flex;width:32px;height:32px;align-items:center;justify-content:center;border-radius:50%;background:var(--hs-color-primary-400);color:#fff;font-weight:700;margin-bottom:12px}.home-site .hs-life-tabs{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:24px}.home-site .hs-life-tab{border:1px solid var(--hs-color-neutral-200);background:#fff;border-radius:999px;padding:8px 16px;cursor:pointer}.home-site .hs-life-tab.is-active{background:var(--hs-color-primary-400);border-color:var(--hs-color-primary-400);color:#fff}.home-site .hs-life-cta{text-align:center;max-width:640px;margin:0 auto}.home-site .hs-coop-banner{display:flex;align-items:center;justify-content:space-between;gap:24px}.home-site .hs-legal{max-width:860px}.home-site .hs-legal-section{margin-top:28px}.home-site .hs-legal-section .hs-body{margin-bottom:12px}.home-site .hs-legal-section h2{font-size:26px!important;font-family:SomarBold!important;font-weight:700;margin:0 0 12px;line-height:1.2}.home-site .hs-legal-h3{font-size:1.125rem;font-weight:700;margin:20px 0 10px}.home-site .hs-legal-h4{font-size:1rem;font-weight:700;margin:16px 0 8px}.home-site .hs-legal-list{margin:0 0 12px;-webkit-padding-start:1.25rem;padding-inline-start:1.25rem}.home-site .hs-legal-list li{margin-bottom:8px}.home-site .hs-legal-section strong{font-family:SomarBold!important;font-weight:700}@media (max-width:900px){.home-site .hs-about-hero,.home-site .hs-about-stats,.home-site .hs-about-values,.home-site .hs-about-vision-grid,.home-site .hs-culture-grid{grid-template-columns:1fr}.home-site .hs-coop-banner{flex-direction:column;text-align:center}}.home-site .hs-download-app{display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;gap:40px;align-items:center;margin-top:32px}.home-site .hs-download-app-features{display:flex;flex-direction:column;gap:24px}.home-site .hs-download-app-feature{display:flex;gap:16px;align-items:flex-start}.home-site .hs-download-app-feature img{flex-shrink:0}.home-site .hs-download-app-cta{display:flex;flex-direction:column;align-items:center;gap:16px}.hs-body-sm .mt-2{margin-top:10px!important}.home-site .hs-download-app-preview{width:100%;max-width:320px}.home-site .hs-download-app-qr{width:120px;height:120px}@media (max-width:900px){.home-site .hs-download-app{grid-template-columns:1fr}}.home-site .home-title-lh{line-height:1.4!important}.home-site .home-title-1{font-size:38px!important}.home-site .home-title-2{font-size:32px!important}.home-site .home-title-3{font-size:28px!important}.home-site .home-title-4{font-size:24px!important}.ant-notification-notice-error{background-color:#fff2f0!important;color:#23242a!important}.ant-notification-notice-error div{color:#23242a!important}.ant-notification-notice-icon-error.anticon{color:#dc2626!important}.home-site-grey-section{background-color:#f4f4f4!important;padding-top:40px!important;padding-bottom:40px!important}.home-site .hs-internship-hero{padding-top:48px}.home-site .hs-internship-hero-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:32px;gap:32px;align-items:center}.home-site .hs-internship-hero-content{text-align:center}.home-site .hs-internship-hero-img{width:100%;max-width:500px;margin:0 auto;display:block;border-radius:16px}.home-site .hs-internship-why-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:24px;gap:24px;align-items:center}.home-site .hs-internship-why-text{text-align:center}.home-site .hs-internship-why-img{width:100%;border-radius:16px}.home-site .hs-internship-qual-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.home-site .hs-internship-qual-item{text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.home-site .hs-internship-process{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:8px}.home-site .hs-internship-step{flex:1 1 140px;max-width:180px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:10px}.home-site .hs-internship-step-icon{width:48px;height:48px}.home-site .hs-internship-step-number{display:inline-flex;width:28px;height:28px;align-items:center;justify-content:center;border-radius:50%;background:var(--hs-color-primary-400);color:#fff;font-size:14px;font-weight:700}.home-site .hs-internship-tracks{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.home-site .hs-internship-track{background:var(--hs-color-neutral-50);border-radius:12px;padding:24px;text-align:center}.home-site .hs-internship-track-icon{width:56px;height:56px;margin:0 auto 12px}.home-site .hs-internship-track-list{list-style:none;margin:12px 0 0;padding:0;text-align:start}.home-site[dir=rtl] .hs-internship-track-list{text-align:right}.home-site .hs-internship-track-list li{padding:4px 0;font-size:15px}.home-site .hs-internship-tracks-note{margin-top:16px}.home-site .hs-internship-testimonials{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:32px;gap:32px}.home-site .hs-internship-testimonial-header{display:flex;align-items:center;gap:16px;margin-bottom:12px}.home-site .hs-internship-testimonial-avatar{width:96px;height:96px;border-radius:50%;object-fit:cover}.home-site .hs-internship-testimonial-role{display:inline-block;margin-top:4px;padding:4px 10px;border-radius:999px;background:var(--hs-color-neutral-50);font-size:13px}.home-site .hs-internship-testimonial-quote{margin:0;padding:0;border:none;font-size:15px;line-height:1.6;color:var(--hs-color-neutral-500)}.home-site .hs-internship-cta{background:var(--hs-color-primary-400);border-radius:var(--hs-radius);padding:40px 24px;text-align:center;color:#fff}.home-site .hs-internship-cta .hs-body,.home-site .hs-internship-cta .hs-h3{color:#fff}.home-site .hs-internship-cta .hs-btn{margin-top:8px}@media (max-width:900px){.home-site .hs-internship-hero-grid,.home-site .hs-internship-qual-grid,.home-site .hs-internship-testimonials,.home-site .hs-internship-tracks,.home-site .hs-internship-why-grid{grid-template-columns:1fr}.home-site .hs-internship-step{max-width:none}}