*{box-sizing:border-box}html{font-size:16px;-webkit-text-size-adjust:100%}body{overflow-x:hidden}img{max-width:100%;height:auto;display:block}.logo{max-width:180px;height:auto}a{text-decoration:none}button,.btn,.cta-button,.btn-primary{display:inline-block;min-height:44px;min-width:44px;padding:0.75rem 1.5rem;cursor:pointer;text-align:center}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.site-header,header{padding:1rem 0;position:relative}.header-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}nav,.main-nav{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}nav a,.nav-link{padding:0.5rem 1rem}.hero-section,.hero{padding:4rem 0}.hero-content{max-width:800px;margin:0 auto}.hero-title{font-size:2.5rem;margin-bottom:1.5rem;line-height:1.2}.hero-description{font-size:1.25rem;margin-bottom:2rem;line-height:1.6}section{margin:3rem 0;padding:2rem 0}.section-title{font-size:2rem;text-align:center;margin-bottom:2rem}.features-grid,.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.card,.feature-card{padding:1.5rem}.feature-image{width:100%;height:auto;object-fit:cover;margin-bottom:1rem}.content-section{padding:3rem 0}.content-block{padding:2rem}h1{font-size:2.5rem;margin-bottom:1rem;line-height:1.2}h2{font-size:2rem;margin-bottom:0.875rem;line-height:1.3}h3{font-size:1.5rem;margin-bottom:0.75rem}p{margin-bottom:1rem;line-height:1.6}footer,.site-footer{padding:2rem 0;margin-top:3rem}.footer-content{text-align:center}.nav-toggle,.menu-toggle{display:none}@media (max-width:768px){.hero-title{font-size:2.25rem}.hero-description{font-size:1.1rem}.container{padding:0 15px}.header-content{flex-direction:column;gap:1rem}.header-content{position:relative}nav,.main-nav{position:absolute !important;top:100% !important;right:0 !important;left:auto !important;background:white !important;border-radius:8px !important;box-shadow:0 4px 20px rgba(0,0,0,0.15) !important;padding:10px !important;margin-top:10px !important;min-width:200px !important;width:auto !important;flex-direction:column !important;gap:0 !important;display:none !important;z-index:1000 !important}[dir="rtl"] nav,[dir="rtl"] .main-nav{right:auto !important;left:0 !important}nav.show,.main-nav.show{display:flex !important}nav a,.main-nav a{width:100%;text-align:left;padding:12px 16px;color:#333 !important;border-radius:6px;display:block;font-weight:500;font-size:0.95rem;text-decoration:none !important;transition:background 0.2s}nav a:hover,.main-nav a:hover{background:#f5f5f5}.nav-toggle,.menu-toggle{display:block !important;background:transparent !important;border:none !important;font-size:1.8rem !important;color:white !important;cursor:pointer !important;padding:8px !important;line-height:1 !important}.features-grid,.grid{grid-template-columns:1fr;gap:2rem}.hero-section,.hero{padding:4rem 0}section{margin:3rem 0;padding:2rem 0}.section-title{font-size:2rem}h1{font-size:2.25rem}h2{font-size:1.75rem}h3{font-size:1.5rem}.content-block{padding:2rem}button,.btn,.cta-button{padding:0.75rem 1.5rem;width:100%}}@media (max-width:480px){.container{padding:0 12px}.hero-title{font-size:1.875rem}.hero-description{font-size:1rem}.hero-section,.hero{padding:3rem 0}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}p,.content-text{font-size:1rem}nav a,.nav-link{padding:14px 18px;font-size:1rem;margin-bottom:8px}button,.btn,.cta-button{width:100%;padding:1rem;font-size:1rem}section{margin:2rem 0;padding:1.5rem 0}.section-title{font-size:1.75rem}main,.main-content{padding:1.5rem 0}.card,.feature-card{padding:1.5rem}.content-block{padding:1.5rem}.features-grid,.grid{gap:1.5rem}}.text-center{text-align:center}.text-right{text-align:right}.hidden-mobile{display:block}@media (max-width:768px){.hidden-mobile{display:none !important}}.hidden-desktop{display:none}@media (max-width:768px){.hidden-desktop{display:block !important}}[dir="rtl"] body{text-align:right;direction:rtl}[dir="rtl"] nav{flex-direction:row-reverse}:root{--primary:#0f172a;--secondary:#f8fafc;--accent:#2563eb;--accent-hover:#1d4ed8;--text-dark:#1e293b;--text-muted:#64748b;--bg-light:#ffffff;--bg-gray:#f1f5f9;--border:#e2e8f0;--radius:8px;--transition:all 0.3s ease}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;background-color:var(--bg-light);color:var(--text-dark);line-height:1.6;direction:rtl;text-align:right;overflow-x:hidden}a{text-decoration:none;color:inherit;transition:var(--transition)}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 24px}h1,h2,h3,h4{color:var(--primary);line-height:1.2;font-weight:700}.section-title{font-size:2.5rem;margin-bottom:3rem;text-align:center}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 32px;font-size:1.1rem;font-weight:600;border-radius:var(--radius);cursor:pointer;transition:var(--transition);border:none}.btn-primary{background-color:var(--accent);color:var(--bg-light)}.btn-primary:hover{background-color:var(--accent-hover);transform:translateY(-2px);box-shadow:0 4px 12px rgba(37,99,235,0.2)}.btn-outline{background-color:transparent;color:var(--bg-light);border:2px solid var(--bg-light)}.btn-outline:hover{background-color:var(--bg-light);color:var(--primary)}header{position:sticky;top:0;z-index:1000;background-color:var(--bg-light);border-bottom:1px solid var(--border);box-shadow:0 2px 10px rgba(0,0,0,0.05)}.header-inner{display:flex;justify-content:space-between;align-items:center;height:90px}.logo-area{display:flex;align-items:center;gap:16px}.logo-img{height:50px;width:auto}.logo-text{font-size:1.5rem;font-weight:800;color:var(--primary);letter-spacing:-0.5px}.nav-links{display:flex;gap:32px;list-style:none;height:100%;align-items:center}.nav-item{height:100%;display:flex;align-items:center;position:relative}.nav-link{font-weight:600;color:var(--text-dark);padding:10px 0}.nav-link:hover{color:var(--accent)}.has-mega-menu:hover .mega-menu{opacity:1;visibility:visible;transform:translateY(0)}.mega-menu{position:absolute;top:100%;right:-200px;width:900px;background-color:var(--bg-light);border-radius:0 0 12px 12px;box-shadow:0 20px 40px rgba(0,0,0,0.1);padding:32px;opacity:0;visibility:hidden;transform:translateY(15px);transition:var(--transition);display:grid;grid-template-columns:repeat(3,1fr);gap:24px;border:1px solid var(--border);border-top:none}.mega-menu-list{list-style:none}.mega-menu-item{margin-bottom:12px}.mega-menu-link{display:block;color:var(--text-muted);font-size:0.95rem;padding:6px 12px;border-radius:6px;transition:var(--transition)}.mega-menu-link:hover{background-color:var(--secondary);color:var(--primary);padding-right:16px}.header-actions{display:flex;align-items:center;gap:24px}.header-phone{font-weight:700;color:var(--primary);direction:ltr;display:inline-block}.mobile-toggle{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--primary)}.hero{position:relative;background:linear-gradient(135deg,rgba(15,23,42,0.9) 0%,rgba(15,23,42,0.7) 100%),url('IMAGE_PLACEHOLDER_2') center/cover no-repeat;padding:160px 0 120px;color:var(--bg-light);min-height:80vh;display:flex;align-items:center}.hero-content{max-width:800px}.hero-title{font-size:4.5rem;color:var(--bg-light);margin-bottom:24px}.hero-subtitle{font-size:1.5rem;color:var(--secondary);margin-bottom:40px;font-weight:300}.hero-buttons{display:flex;gap:20px}.about{padding:100px 0;background-color:var(--bg-light)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.about-text h2{font-size:2.5rem;margin-bottom:24px}.about-text p{font-size:1.1rem;color:var(--text-muted);margin-bottom:24px}.about-img-wrap{position:relative}.about-img{border-radius:12px;box-shadow:0 20px 40px rgba(15,23,42,0.1)}.about-badge{position:absolute;bottom:-20px;right:-20px;background-color:var(--accent);color:white;padding:24px;border-radius:12px;text-align:center;box-shadow:0 10px 20px rgba(37,99,235,0.2)}.about-badge-num{font-size:2.5rem;font-weight:800;line-height:1;direction:ltr}.products{padding:100px 0;background-color:var(--secondary)}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:32px}.product-card{background-color:var(--bg-light);border-radius:12px;padding:32px;border:1px solid var(--border);transition:var(--transition);display:flex;flex-direction:column;align-items:flex-start;gap:20px;cursor:pointer}.product-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px rgba(0,0,0,0.08);border-color:var(--accent)}.product-icon{width:60px;height:60px;background-color:var(--bg-gray);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--accent);transition:var(--transition)}.product-card:hover .product-icon{background-color:var(--accent);color:var(--bg-light)}.product-card h3{font-size:1.25rem;color:var(--primary)}.advantages{padding:100px 0;background-color:var(--primary);color:var(--bg-light)}.advantages .section-title{color:var(--bg-light)}.adv-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:32px}.adv-card{text-align:center;padding:32px 24px;background-color:rgba(255,255,255,0.05);border-radius:12px;border:1px solid rgba(255,255,255,0.1);transition:var(--transition)}.adv-card:hover{background-color:rgba(255,255,255,0.1);transform:translateY(-5px)}.adv-icon{font-size:2.5rem;color:#60a5fa;margin-bottom:20px}.adv-card h4{color:var(--bg-light);font-size:1.1rem}.clients{padding:80px 0;background-color:var(--bg-light);border-bottom:1px solid var(--border)}.clients-strip{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:40px}.client-logo{height:60px;filter:grayscale(100%) opacity(0.6);transition:var(--transition)}.client-logo:hover{filter:grayscale(0%) opacity(1)}.contact{padding:100px 0;background-color:var(--bg-gray)}.contact-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:64px;background:var(--bg-light);border-radius:20px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,0.05)}.contact-info{background-color:var(--primary);color:var(--bg-light);padding:64px 40px}.contact-info h2{color:var(--bg-light);font-size:2rem;margin-bottom:24px}.contact-info p{color:#94a3b8;margin-bottom:40px}.contact-details{list-style:none;display:flex;flex-direction:column;gap:24px}.contact-item{display:flex;align-items:flex-start;gap:16px}.contact-icon{color:#60a5fa;font-size:1.25rem;margin-top:4px}.contact-item-text{display:flex;flex-direction:column;gap:4px}.contact-item-text a{color:var(--bg-light)}.contact-item-text a:hover{color:#60a5fa}.dir-ltr{direction:ltr;text-align:right}.contact-form-wrap{padding:64px 40px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.form-group.full{grid-column:1 / -1}.form-label{display:block;margin-bottom:8px;font-weight:500;color:var(--text-dark)}.form-control{width:100%;padding:14px 16px;border:1px solid var(--border);border-radius:var(--radius);font-family:inherit;font-size:1rem;transition:var(--transition);background-color:var(--bg-gray)}.form-control:focus{outline:none;border-color:var(--accent);background-color:var(--bg-light);box-shadow:0 0 0 4px rgba(37,99,235,0.1)}textarea.form-control{resize:vertical;min-height:150px}.submit-btn{width:100%;margin-top:24px;padding:16px;font-size:1.1rem}footer{background-color:#080f1d;color:#94a3b8;padding:80px 0 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:40px;margin-bottom:64px}.footer-brand .logo-img{filter:brightness(0) invert(1);margin-bottom:24px}.footer-brand p{margin-bottom:24px;max-width:300px}.footer-title{color:var(--bg-light);font-size:1.25rem;margin-bottom:24px}.footer-links{list-style:none}.footer-links li{margin-bottom:12px}.footer-links a:hover{color:var(--bg-light);padding-right:8px}.footer-bottom{padding:24px 0;border-top:1px solid rgba(255,255,255,0.1);text-align:center;font-size:0.9rem}@media (max-width:1024px){.header-actions .btn{display:none}.mega-menu{right:0;width:100%}.hero-title{font-size:3.5rem}.about-grid,.contact-grid{grid-template-columns:1fr}.contact-grid{max-width:600px;margin:0 auto}.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.nav-links{display:none}.mobile-toggle{display:block}.header-actions{gap:16px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.25rem}.hero-buttons{flex-direction:column}.products-grid{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.about-badge{position:relative;bottom:0;right:0;margin-top:-20px}}._ms_layer_highlight{outline:2px solid rgba(59,130,246,0.6) !important;outline-offset:2px !important}*{box-sizing:border-box}html{font-size:16px;text-size-adjust:100%}img{max-width:100%;height:auto;display:block}:root{--primary:#0f172a;--secondary:#f8fafc;--accent:#2563eb;--accent-hover:#1d4ed8;--text-dark:#1e293b;--text-muted:#64748b;--bg-light:#ffffff;--bg-gray:#f1f5f9;--border:#e2e8f0;--radius:8px;--transition:all 0.3s ease}*{margin:0px;padding:0px;box-sizing:border-box}html{scroll-behavior:smooth}.clients-strip{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:40px}.client-logo{height:60px;filter:grayscale(100%) opacity(0.6);transition:var(--transition)}.client-logo:hover{filter:grayscale(0%) opacity(1)}html{height:100%}._ms_selected{outline:rgb(34,197,94) solid 3px !important;outline-offset:-3px !important}._ms_selected::after{content:"";position:absolute;inset:-2px;pointer-events:none}.footer-links li{margin-bottom:12px}._ms_hover{outline:rgb(254,202,44) dashed 2px !important;outline-offset:-2px !important;cursor:pointer !important}#site-footer [data-webydo-footer-grid]{display:grid !important;grid-template-columns:repeat(4,minmax(0,1fr)) !important;align-items:start !important}@media (max-width:768px){#site-footer [data-webydo-footer-grid]{grid-template-columns:1fr !important}}#site-header,#site-header *{box-sizing:border-box}#site-header img{max-width:100%;height:auto;display:block}#site-header a{text-decoration:none}#site-header button,#site-header .btn,#site-header .btn-primary{display:inline-block;min-height:44px;min-width:44px;padding:0.75rem 1.5rem;cursor:pointer;text-align:center}#site-header .container{width:100%;max-width:1200px;margin:0px auto;padding:0px 20px}header#site-header{padding:1rem 0px;position:relative}#site-header nav{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}#site-header nav a,#site-header .nav-link{padding:0.5rem 1rem}@media (max-width:768px){#site-header .container{padding:0px 15px}#site-header nav{position:absolute !important;top:100% !important;right:0px !important;left:auto !important;background:white !important;border-radius:8px !important;box-shadow:rgba(0,0,0,0.15) 0px 4px 20px !important;padding:10px !important;margin-top:10px !important;min-width:200px !important;width:auto !important;flex-direction:column !important;gap:0px !important;display:none !important;z-index:1000 !important}#site-header nav a{width:100%;text-align:left;padding:12px 16px;border-radius:6px;display:block;font-weight:500;font-size:0.95rem;transition:background 0.2s;color:rgb(51,51,51) !important;text-decoration:none !important}#site-header nav a:hover{background:rgb(245,245,245)}#site-header button,#site-header .btn{padding:0.75rem 1.5rem;width:100%}}@media (max-width:480px){#site-header .container{padding:0px 12px}#site-header nav a,#site-header .nav-link{padding:14px 18px;font-size:1rem;margin-bottom:8px}#site-header button,#site-header .btn{width:100%;padding:1rem;font-size:1rem}}#site-header{--primary:#0f172a;--secondary:#f8fafc;--accent:#2563eb;--accent-hover:#1d4ed8;--text-dark:#1e293b;--text-muted:#64748b;--bg-light:#ffffff;--bg-gray:#f1f5f9;--border:#e2e8f0;--radius:8px;--transition:all 0.3s ease}#site-header,#site-header *{margin:0px;padding:0px;box-sizing:border-box}#site-header{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--text-dark);line-height:1.6;direction:rtl}#site-header a{text-decoration:none;color:inherit;transition:var(--transition)}#site-header .container{width:100%;max-width:1280px;margin:0px auto;padding:0px 24px}#site-header .btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 32px;font-size:1.1rem;font-weight:600;border-radius:var(--radius);cursor:pointer;transition:var(--transition);border-width:medium;border-style:none;border-color:currentcolor;border-image:initial}#site-header .btn-primary{background-color:var(--accent);color:var(--bg-light)}#site-header .btn-primary:hover{background-color:var(--accent-hover);transform:translateY(-2px);box-shadow:rgba(37,99,235,0.2) 0px 4px 12px}header#site-header{position:sticky;top:0px;z-index:1000;background-color:var(--bg-light);border-bottom:1px solid var(--border);box-shadow:rgba(0,0,0,0.05) 0px 2px 10px}#site-header .header-inner{display:flex;justify-content:space-between;align-items:center;height:90px}#site-header .logo-area{display:flex;align-items:center;gap:16px}#site-header .logo-img{height:50px;width:auto}#site-header .logo-text{font-size:1.5rem;font-weight:800;color:var(--primary);letter-spacing:-0.5px}#site-header .nav-links{display:flex;gap:32px;list-style:none;height:100%;align-items:center}#site-header .nav-item{height:100%;display:flex;align-items:center;position:relative}#site-header .nav-link{font-weight:600;color:var(--text-dark);padding:10px 0px}#site-header .nav-link:hover{color:var(--accent)}#site-header .has-mega-menu:hover .mega-menu{opacity:1;visibility:visible;transform:translateY(0px)}#site-header .mega-menu{position:absolute;top:100%;right:-200px;width:900px;background-color:var(--bg-light);border-radius:0px 0px 12px 12px;box-shadow:rgba(0,0,0,0.1) 0px 20px 40px;padding:32px;opacity:0;visibility:hidden;transform:translateY(15px);transition:var(--transition);display:grid;grid-template-columns:repeat(3,1fr);gap:24px;border-right-color:;border-right-style:;border-right-width:;border-bottom-color:;border-bottom-style:;border-bottom-width:;border-left-color:;border-left-style:;border-left-width:;border-image-source:;border-image-slice:;border-image-width:;border-image-outset:;border-image-repeat:;border-top-width:medium;border-top-style:none;border-top-color:currentcolor}#site-header .mega-menu-list{list-style:none}#site-header .mega-menu-item{margin-bottom:12px}#site-header .mega-menu-link{display:block;color:var(--text-muted);font-size:0.95rem;padding:6px 12px;border-radius:6px;transition:var(--transition)}#site-header .mega-menu-link:hover{background-color:var(--secondary);color:var(--primary);padding-right:16px}#site-header .header-actions{display:flex;align-items:center;gap:24px}#site-header .mobile-toggle{display:none;background:none;border-width:medium;border-style:none;border-color:currentcolor;border-image:initial;font-size:1.5rem;cursor:pointer;color:var(--primary)}@media (max-width:1024px){#site-header .header-actions .btn{display:none}#site-header .mega-menu{right:0px;width:100%}}@media (max-width:768px){#site-header .nav-links{display:none}#site-header .mobile-toggle{display:block}#site-header .header-actions{gap:16px}}#site-header .mega-menu{position:absolute;top:100%;right:-200px;width:900px;background-color:var(--bg-light);border-radius:0px 0px 12px 12px;box-shadow:rgba(0,0,0,0.1) 0px 20px 40px;padding:32px;opacity:0;visibility:hidden;transform:translateY(15px);transition:var(--transition);display:grid;grid-template-columns:repeat(3,1fr);gap:24px;border-top-width:medium;border-top-style:none;border-top-color:currentcolor}@media (max-width:768px){#site-header nav:not([data-webydo-header-drawer]){display:none !important}}@media (max-width:480px){[data-hs-hide~="mobile"]{display:none !important}}@media (min-width:481px) and (max-width:768px){[data-hs-hide~="tablet"]{display:none !important}}@media (min-width:769px){[data-hs-hide~="desktop"]{display:none !important}}[data-webydo-header-drawer]{position:fixed;top:0;bottom:0;right:0;width:min(85vw,320px);max-width:100vw;background:#16213e;display:flex;flex-direction:column;padding:84px 22px 28px;gap:2px;box-sizing:border-box;transform:translateX(105%);transition:transform .28s ease;z-index:2147483000;overflow-y:auto;box-shadow:-10px 0 36px rgba(0,0,0,.45)}[data-webydo-header-drawer] a{color:#fff;text-decoration:none;padding:14px 8px;font-size:18px;border-bottom:1px solid rgba(255,255,255,.12)}[data-webydo-header-drawer] a[data-hs-drawer-child]{padding-inline-start:28px;font-size:16px;opacity:.85;border-inline-start:2px solid rgba(254,202,44,.45)}[data-webydo-header-drawer] a[data-hs-drawer-child]::before{content:"\2937 ";opacity:.55;margin-inline-end:4px}[data-webydo-header-drawer] [data-webydo-drawer-close]{position:absolute;top:22px;right:22px;width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;margin:0;opacity:0;transform:scale(.55) rotate(-90deg);transition:opacity .22s ease .12s,transform .3s cubic-bezier(.32,1.4,.68,1) .1s,background .15s,border-color .15s;z-index:2;-webkit-tap-highlight-color:transparent;line-height:0}[data-webydo-header-drawer] [data-webydo-drawer-close] svg{width:18px;height:18px;transition:transform .25s ease}[data-webydo-header-drawer][aria-hidden="false"] [data-webydo-drawer-close]{opacity:1;transform:scale(1) rotate(0)}[data-webydo-header-drawer] [data-webydo-drawer-close]:hover,[data-webydo-header-drawer] [data-webydo-drawer-close]:focus-visible{background:rgba(255,255,255,.18);border-color:rgba(255,255,255,.4);outline:none}[data-webydo-header-drawer] [data-webydo-drawer-close]:hover svg,[data-webydo-header-drawer] [data-webydo-drawer-close]:focus-visible svg{transform:rotate(90deg)}[data-webydo-header-drawer] [data-webydo-drawer-close]:active{transform:scale(.92) rotate(0)}[data-webydo-header-drawer][aria-hidden="false"],[data-webydo-header-drawer].is-open{transform:translateX(0) !important}@media (max-width:768px){#site-header nav:not([data-webydo-header-drawer]){display:none !important}#site-header #hamburger,#site-header .hamburger,#site-header [data-header-menu-toggle]{display:flex !important;visibility:visible !important;opacity:1 !important}}@media (min-width:769px){#site-header #hamburger,#site-header .hamburger,#site-header [data-header-menu-toggle]{display:none !important}[data-webydo-header-drawer]{display:none !important}}[data-hs-dropdown]{position:relative;display:inline-flex;align-items:center}[data-hs-dropdown-toggle]::after{content:" ▾";font-size:.7em;opacity:.65;pointer-events:none}[data-hs-dropdown-menu]{position:absolute;top:calc(100%+4px);inset-inline-start:0;min-width:190px;background:#fff;border:1px solid rgba(0,0,0,.09);border-radius:10px;box-shadow:0 8px 28px rgba(0,0,0,.14);list-style:none;margin:0;padding:6px;opacity:0;pointer-events:none;transform:translateY(-6px);transition:opacity .18s ease,transform .18s ease;z-index:9998}[data-hs-dropdown]:hover>[data-hs-dropdown-menu],[data-hs-dropdown][data-open]>[data-hs-dropdown-menu]{opacity:1;pointer-events:auto;transform:translateY(0)}[data-hs-dropdown-menu] li{list-style:none;margin:0;padding:0}[data-hs-dropdown-menu] a{display:block;padding:8px 14px;color:inherit;text-decoration:none;border-radius:6px;white-space:nowrap;font-size:.9em;transition:background .13s}[data-hs-dropdown-menu] a:hover{background:rgba(0,0,0,.06)}@media(max-width:768px){[data-hs-dropdown]{display:block}[data-hs-dropdown-menu]{position:static!important;opacity:1!important;pointer-events:auto!important;transform:none!important;box-shadow:none!important;border:none!important;border-radius:0!important;background:transparent!important;padding:0 0 4px 16px!important}}@keyframes wsFadeInLeft{from{opacity:0;transform:translateX(-40px)}to{opacity:1;transform:translateX(0)}}[data-ws-id="wsmqdtaew4"] .slide.active .slide-content{animation:wsFadeInLeft 0.9s ease both}#site-footer,#site-footer *{box-sizing:border-box}#site-footer a{text-decoration:none}#site-footer .container{width:100%;max-width:1200px;margin:0px auto;padding:0px 20px}#site-footer p{margin-bottom:1rem;line-height:1.6}footer#site-footer{padding:2rem 0px;margin-top:3rem}@media (max-width:768px){#site-footer .container{padding:0px 15px}}@media (max-width:480px){#site-footer .container{padding:0px 12px}#site-footer p{font-size:1rem}}#site-footer{--primary:#0f172a;--secondary:#f8fafc;--accent:#2563eb;--accent-hover:#1d4ed8;--text-dark:#1e293b;--text-muted:#64748b;--bg-light:#ffffff;--bg-gray:#f1f5f9;--border:#e2e8f0;--radius:8px;--transition:all 0.3s ease}#site-footer,#site-footer *{margin:0px;padding:0px;box-sizing:border-box}#site-footer{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--text-dark);line-height:1.6;direction:rtl}#site-footer a{text-decoration:none;color:inherit;transition:var(--transition)}#site-footer .container{width:100%;max-width:1280px;margin:0px auto;padding:0px 24px}#site-footer h4{color:var(--primary);line-height:1.2;font-weight:700}#site-footer .dir-ltr{direction:ltr;text-align:right}footer#site-footer{background-color:rgb(8,15,29);color:rgb(148,163,184);padding:80px 0px 0px}#site-footer .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:40px;margin-bottom:64px}#site-footer .footer-brand p{margin-bottom:24px;max-width:300px}#site-footer .footer-title{color:var(--bg-light);font-size:1.25rem;margin-bottom:24px}#site-footer .footer-links{list-style:none}#site-footer .footer-links li{margin-bottom:12px}#site-footer .footer-links a:hover{color:var(--bg-light);padding-right:8px}#site-footer .footer-bottom{padding:24px 0px;border-top:1px solid rgba(255,255,255,0.1);text-align:center;font-size:0.9rem}@media (max-width:1024px){#site-footer .footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){#site-footer .footer-grid{grid-template-columns:1fr}}#site-footer{color:rgb(148,163,184) !important;background-color:rgb(8,15,29) !important}#site-footer h4{color:rgb(255,255,255) !important}#site-footer [data-webydo-footer-grid]{display:grid !important;grid-template-columns:repeat(4,minmax(0px,1fr)) !important;align-items:start !important}@media (max-width:768px){#site-footer [data-webydo-footer-grid]{grid-template-columns:1fr !important}}#site-footer{color:rgb(148,163,184) !important;background-color:rgb(8,15,29) !important}#site-footer h4{color:rgb(255,255,255) !important}#site-footer [data-webydo-footer-grid]{display:grid !important;grid-template-columns:repeat(4,minmax(0,1fr)) !important;align-items:start !important}[data-ms-bg-clear-id="layer-section-1781013679853-29xe2v9ux"][data-ms-bg-clear-id="layer-section-1781013679853-29xe2v9ux"]::before,[data-ms-bg-clear-id="layer-section-1781013679853-29xe2v9ux"][data-ms-bg-clear-id="layer-section-1781013679853-29xe2v9ux"]::after,.hero[data-ms-bg-clear-id="layer-section-1781013679853-29xe2v9ux"][data-ms-bg-clear-id="layer-section-1781013679853-29xe2v9ux"]::before,.hero[data-ms-bg-clear-id="layer-section-1781013679853-29xe2v9ux"][data-ms-bg-clear-id="layer-section-1781013679853-29xe2v9ux"]::after{content:none !important;display:none !important;background:transparent !important;background-image:none !important;background-color:transparent !important;opacity:0 !important}[data-ms-bg-clear-id="layer-div-1781013679853-ownsopzhi"][data-ms-bg-clear-id="layer-div-1781013679853-ownsopzhi"]::before,[data-ms-bg-clear-id="layer-div-1781013679853-ownsopzhi"][data-ms-bg-clear-id="layer-div-1781013679853-ownsopzhi"]::after,.hero[data-ms-bg-clear-id="layer-div-1781013679853-ownsopzhi"][data-ms-bg-clear-id="layer-div-1781013679853-ownsopzhi"]::before,.hero[data-ms-bg-clear-id="layer-div-1781013679853-ownsopzhi"][data-ms-bg-clear-id="layer-div-1781013679853-ownsopzhi"]::after{content:none !important;display:none !important;background:transparent !important;background-image:none !important;background-color:transparent !important;opacity:0 !important}[data-ms-bg-clear-id="layer-h2-1781013679853-g1srcfjzy"][data-ms-bg-clear-id="layer-h2-1781013679853-g1srcfjzy"]::before,[data-ms-bg-clear-id="layer-h2-1781013679853-g1srcfjzy"][data-ms-bg-clear-id="layer-h2-1781013679853-g1srcfjzy"]::after,.hero[data-ms-bg-clear-id="layer-h2-1781013679853-g1srcfjzy"][data-ms-bg-clear-id="layer-h2-1781013679853-g1srcfjzy"]::before,.hero[data-ms-bg-clear-id="layer-h2-1781013679853-g1srcfjzy"][data-ms-bg-clear-id="layer-h2-1781013679853-g1srcfjzy"]::after{content:none !important;display:none !important;background:transparent !important;background-image:none !important;background-color:transparent !important;opacity:0 !important}[data-ms-bg-clear-id="layer-div-1781013679853-tdf8vmeew"][data-ms-bg-clear-id="layer-div-1781013679853-tdf8vmeew"]::before,[data-ms-bg-clear-id="layer-div-1781013679853-tdf8vmeew"][data-ms-bg-clear-id="layer-div-1781013679853-tdf8vmeew"]::after,.hero[data-ms-bg-clear-id="layer-div-1781013679853-tdf8vmeew"][data-ms-bg-clear-id="layer-div-1781013679853-tdf8vmeew"]::before,.hero[data-ms-bg-clear-id="layer-div-1781013679853-tdf8vmeew"][data-ms-bg-clear-id="layer-div-1781013679853-tdf8vmeew"]::after{content:none !important;display:none !important;background:transparent !important;background-image:none !important;background-color:transparent !important;opacity:0 !important}[data-ms-bg-clear-id="layer-div-1781013679853-1lv1kjkdx"][data-ms-bg-clear-id="layer-div-1781013679853-1lv1kjkdx"]::before,[data-ms-bg-clear-id="layer-div-1781013679853-1lv1kjkdx"][data-ms-bg-clear-id="layer-div-1781013679853-1lv1kjkdx"]::after,.hero[data-ms-bg-clear-id="layer-div-1781013679853-1lv1kjkdx"][data-ms-bg-clear-id="layer-div-1781013679853-1lv1kjkdx"]::before,.hero[data-ms-bg-clear-id="layer-div-1781013679853-1lv1kjkdx"][data-ms-bg-clear-id="layer-div-1781013679853-1lv1kjkdx"]::after{content:none !important;display:none !important;background:transparent !important;background-image:none !important;background-color:transparent !important;opacity:0 !important}[data-ms-bg-clear-id="layer-div-1781013679853-g9nau6ixl"][data-ms-bg-clear-id="layer-div-1781013679853-g9nau6ixl"]::before,[data-ms-bg-clear-id="layer-div-1781013679853-g9nau6ixl"][data-ms-bg-clear-id="layer-div-1781013679853-g9nau6ixl"]::after,.hero[data-ms-bg-clear-id="layer-div-1781013679853-g9nau6ixl"][data-ms-bg-clear-id="layer-div-1781013679853-g9nau6ixl"]::before,.hero[data-ms-bg-clear-id="layer-div-1781013679853-g9nau6ixl"][data-ms-bg-clear-id="layer-div-1781013679853-g9nau6ixl"]::after{content:none !important;display:none !important;background:transparent !important;background-image:none !important;background-color:transparent !important;opacity:0 !important}[data-ms-bg-clear-id="layer-h4-1781013679853-yqlj5clcu"][data-ms-bg-clear-id="layer-h4-1781013679853-yqlj5clcu"]::before,[data-ms-bg-clear-id="layer-h4-1781013679853-yqlj5clcu"][data-ms-bg-clear-id="layer-h4-1781013679853-yqlj5clcu"]::after,.hero[data-ms-bg-clear-id="layer-h4-1781013679853-yqlj5clcu"][data-ms-bg-clear-id="layer-h4-1781013679853-yqlj5clcu"]::before,.hero[data-ms-bg-clear-id="layer-h4-1781013679853-yqlj5clcu"][data-ms-bg-clear-id="layer-h4-1781013679853-yqlj5clcu"]::after{content:none !important;display:none !important;background:transparent !important;background-image:none !important;background-color:transparent !important;opacity:0 !important}[data-ms-bg-clear-id="layer-div-1781013679853-2ezyhdphz"][data-ms-bg-clear-id="layer-div-1781013679853-2ezyhdphz"]::before,[data-ms-bg-clear-id="layer-div-1781013679853-2ezyhdphz"][data-ms-bg-clear-id="layer-div-1781013679853-2ezyhdphz"]::after,.hero[data-ms-bg-clear-id="layer-div-1781013679853-2ezyhdphz"][data-ms-bg-clear-id="layer-div-1781013679853-2ezyhdphz"]::before,.hero[data-ms-bg-clear-id="layer-div-1781013679853-2ezyhdphz"][data-ms-bg-clear-id="layer-div-1781013679853-2ezyhdphz"]::after{content:none !important;display:none !important;background:transparent !important;background-image:none !important;background-color:transparent !important;opacity:0 !important}[data-ms-bg-clear-id="layer-div-1781013679853-1fiv5gifp"][data-ms-bg-clear-id="layer-div-1781013679853-1fiv5gifp"]::before,[data-ms-bg-clear-id="layer-div-1781013679853-1fiv5gifp"][data-ms-bg-clear-id="layer-div-1781013679853-1fiv5gifp"]::after,.hero[data-ms-bg-clear-id="layer-div-1781013679853-1fiv5gifp"][data-ms-bg-clear-id="layer-div-1781013679853-1fiv5gifp"]::before,.hero[data-ms-bg-clear-id="layer-div-1781013679853-1fiv5gifp"][data-ms-bg-clear-id="layer-div-1781013679853-1fiv5gifp"]::after{content:none !important;display:none !important;background:transparent !important;background-image:none !important;background-color:transparent !important;opacity:0 !important}[data-ms-bg-clear-id="layer-h4-1781013679853-onrvkrwph"][data-ms-bg-clear-id="layer-h4-1781013679853-onrvkrwph"]::before,[data-ms-bg-clear-id="layer-h4-1781013679853-onrvkrwph"][data-ms-bg-clear-id="layer-h4-1781013679853-onrvkrwph"]::after,.hero[data-ms-bg-clear-id="layer-h4-1781013679853-onrvkrwph"][data-ms-bg-clear-id="layer-h4-1781013679853-onrvkrwph"]::before,.hero[data-ms-bg-clear-id="layer-h4-1781013679853-onrvkrwph"][data-ms-bg-clear-id="layer-h4-1781013679853-onrvkrwph"]::after{content:none !important;display:none !important;background:transparent !important;background-image:none !important;background-color:transparent !important;opacity:0 !important}[data-ms-bg-clear-id="layer-div-1781013679853-3nki0t4kw"][data-ms-bg-clear-id="layer-div-1781013679853-3nki0t4kw"]::before,[data-ms-bg-clear-id="layer-div-1781013679853-3nki0t4kw"][data-ms-bg-clear-id="layer-div-1781013679853-3nki0t4kw"]::after,.hero[data-ms-bg-clear-id="layer-div-1781013679853-3nki0t4kw"][data-ms-bg-clear-id="layer-div-1781013679853-3nki0t4kw"]::before,.hero[data-ms-bg-clear-id="layer-div-1781013679853-3nki0t4kw"][data-ms-bg-clear-id="layer-div-1781013679853-3nki0t4kw"]::after{content:none !important;display:none !important;background:transparent !important;background-image:none !important;background-color:transparent !important;opacity:0 !important}[data-ms-bg-clear-id="layer-div-1781013679853-zch5auz4i"][data-ms-bg-clear-id="layer-div-1781013679853-zch5auz4i"]::before,[data-ms-bg-clear-id="layer-div-1781013679853-zch5auz4i"][data-ms-bg-clear-id="layer-div-1781013679853-zch5auz4i"]::after,.hero[data-ms-bg-clear-id="layer-div-1781013679853-zch5auz4i"][data-ms-bg-clear-id="layer-div-1781013679853-zch5auz4i"]::before,.hero[data-ms-bg-clear-id="layer-div-1781013679853-zch5auz4i"][data-ms-bg-clear-id="layer-div-1781013679853-zch5auz4i"]::after{content:none !important;display:none !important;background:transparent !important;background-image:none !important;background-color:transparent !important;opacity:0 !important}[data-ms-bg-clear-id="layer-h4-1781013679853-lxfnl6i2o"][data-ms-bg-clear-id="layer-h4-1781013679853-lxfnl6i2o"]::before,[data-ms-bg-clear-id="layer-h4-1781013679853-lxfnl6i2o"][data-ms-bg-clear-id="layer-h4-1781013679853-lxfnl6i2o"]::after,.hero[data-ms-bg-clear-id="layer-h4-1781013679853-lxfnl6i2o"][data-ms-bg-clear-id="layer-h4-1781013679853-lxfnl6i2o"]::before,.hero[data-ms-bg-clear-id="layer-h4-1781013679853-lxfnl6i2o"][data-ms-bg-clear-id="layer-h4-1781013679853-lxfnl6i2o"]::after{content:none !important;display:none !important;background:transparent !important;background-image:none !important;background-color:transparent !important;opacity:0 !important}[data-ms-bg-clear-id="layer-div-1781013679853-8ttkzuae9"][data-ms-bg-clear-id="layer-div-1781013679853-8ttkzuae9"]::before,[data-ms-bg-clear-id="layer-div-1781013679853-8ttkzuae9"][data-ms-bg-clear-id="layer-div-1781013679853-8ttkzuae9"]::after,.hero[data-ms-bg-clear-id="layer-div-1781013679853-8ttkzuae9"][data-ms-bg-clear-id="layer-div-1781013679853-8ttkzuae9"]::before,.hero[data-ms-bg-clear-id="layer-div-1781013679853-8ttkzuae9"][data-ms-bg-clear-id="layer-div-1781013679853-8ttkzuae9"]::after{content:none !important;display:none !important;background:transparent !important;background-image:none !important;background-color:transparent !important;opacity:0 !important}[data-ms-bg-clear-id="layer-div-1781013679853-ezb0299b6"][data-ms-bg-clear-id="layer-div-1781013679853-ezb0299b6"]::before,[data-ms-bg-clear-id="layer-div-1781013679853-ezb0299b6"][data-ms-bg-clear-id="layer-div-1781013679853-ezb0299b6"]::after,.hero[data-ms-bg-clear-id="layer-div-1781013679853-ezb0299b6"][data-ms-bg-clear-id="layer-div-1781013679853-ezb0299b6"]::before,.hero[data-ms-bg-clear-id="layer-div-1781013679853-ezb0299b6"][data-ms-bg-clear-id="layer-div-1781013679853-ezb0299b6"]::after{content:none !important;display:none !important;background:transparent !important;background-image:none !important;background-color:transparent !important;opacity:0 !important}[data-ms-bg-clear-id="layer-h4-1781013679853-2f09see0z"][data-ms-bg-clear-id="layer-h4-1781013679853-2f09see0z"]::before,[data-ms-bg-clear-id="layer-h4-1781013679853-2f09see0z"][data-ms-bg-clear-id="layer-h4-1781013679853-2f09see0z"]::after,.hero[data-ms-bg-clear-id="layer-h4-1781013679853-2f09see0z"][data-ms-bg-clear-id="layer-h4-1781013679853-2f09see0z"]::before,.hero[data-ms-bg-clear-id="layer-h4-1781013679853-2f09see0z"][data-ms-bg-clear-id="layer-h4-1781013679853-2f09see0z"]::after{content:none !important;display:none !important;background:transparent !important;background-image:none !important;background-color:transparent !important;opacity:0 !important}[data-ms-bg-clear-id="layer-div-1781013679853-djpw1n9j3"][data-ms-bg-clear-id="layer-div-1781013679853-djpw1n9j3"]::before,[data-ms-bg-clear-id="layer-div-1781013679853-djpw1n9j3"][data-ms-bg-clear-id="layer-div-1781013679853-djpw1n9j3"]::after,.hero[data-ms-bg-clear-id="layer-div-1781013679853-djpw1n9j3"][data-ms-bg-clear-id="layer-div-1781013679853-djpw1n9j3"]::before,.hero[data-ms-bg-clear-id="layer-div-1781013679853-djpw1n9j3"][data-ms-bg-clear-id="layer-div-1781013679853-djpw1n9j3"]::after{content:none !important;display:none !important;background:transparent !important;background-image:none !important;background-color:transparent !important;opacity:0 !important}[data-ms-bg-clear-id="layer-div-1781013679853-pwuwnjhzn"][data-ms-bg-clear-id="layer-div-1781013679853-pwuwnjhzn"]::before,[data-ms-bg-clear-id="layer-div-1781013679853-pwuwnjhzn"][data-ms-bg-clear-id="layer-div-1781013679853-pwuwnjhzn"]::after,.hero[data-ms-bg-clear-id="layer-div-1781013679853-pwuwnjhzn"][data-ms-bg-clear-id="layer-div-1781013679853-pwuwnjhzn"]::before,.hero[data-ms-bg-clear-id="layer-div-1781013679853-pwuwnjhzn"][data-ms-bg-clear-id="layer-div-1781013679853-pwuwnjhzn"]::after{content:none !important;display:none !important;background:transparent !important;background-image:none !important;background-color:transparent !important;opacity:0 !important}[data-ms-bg-clear-id="layer-svg-1781017787439-1imd3vu8n"][data-ms-bg-clear-id="layer-svg-1781017787439-1imd3vu8n"]::before,[data-ms-bg-clear-id="layer-svg-1781017787439-1imd3vu8n"][data-ms-bg-clear-id="layer-svg-1781017787439-1imd3vu8n"]::after,.hero[data-ms-bg-clear-id="layer-svg-1781017787439-1imd3vu8n"][data-ms-bg-clear-id="layer-svg-1781017787439-1imd3vu8n"]::before,.hero[data-ms-bg-clear-id="layer-svg-1781017787439-1imd3vu8n"][data-ms-bg-clear-id="layer-svg-1781017787439-1imd3vu8n"]::after{content:none !important;display:none !important;background:transparent !important;background-image:none !important;background-color:transparent !important;opacity:0 !important}[data-ms-bg-clear-id="layer-circle-1781017787439-x6baqaqiw"][data-ms-bg-clear-id="layer-circle-1781017787439-x6baqaqiw"]::before,[data-ms-bg-clear-id="layer-circle-1781017787439-x6baqaqiw"][data-ms-bg-clear-id="layer-circle-1781017787439-x6baqaqiw"]::after,.hero[data-ms-bg-clear-id="layer-circle-1781017787439-x6baqaqiw"][data-ms-bg-clear-id="layer-circle-1781017787439-x6baqaqiw"]::before,.hero[data-ms-bg-clear-id="layer-circle-1781017787439-x6baqaqiw"][data-ms-bg-clear-id="layer-circle-1781017787439-x6baqaqiw"]::after{content:none !important;display:none !important;background:transparent !important;background-image:none !important;background-color:transparent !important;opacity:0 !important}[data-ms-bg-clear-id="layer-path-1781017787439-ma4f4q8tg"][data-ms-bg-clear-id="layer-path-1781017787439-ma4f4q8tg"]::before,[data-ms-bg-clear-id="layer-path-1781017787439-ma4f4q8tg"][data-ms-bg-clear-id="layer-path-1781017787439-ma4f4q8tg"]::after,.hero[data-ms-bg-clear-id="layer-path-1781017787439-ma4f4q8tg"][data-ms-bg-clear-id="layer-path-1781017787439-ma4f4q8tg"]::before,.hero[data-ms-bg-clear-id="layer-path-1781017787439-ma4f4q8tg"][data-ms-bg-clear-id="layer-path-1781017787439-ma4f4q8tg"]::after{content:none !important;display:none !important;background:transparent !important;background-image:none !important;background-color:transparent !important;opacity:0 !important}[data-ms-bg-clear-id="layer-path-1781017787439-u6r2sw761"][data-ms-bg-clear-id="layer-path-1781017787439-u6r2sw761"]::before,[data-ms-bg-clear-id="layer-path-1781017787439-u6r2sw761"][data-ms-bg-clear-id="layer-path-1781017787439-u6r2sw761"]::after,.hero[data-ms-bg-clear-id="layer-path-1781017787439-u6r2sw761"][data-ms-bg-clear-id="layer-path-1781017787439-u6r2sw761"]::before,.hero[data-ms-bg-clear-id="layer-path-1781017787439-u6r2sw761"][data-ms-bg-clear-id="layer-path-1781017787439-u6r2sw761"]::after{content:none !important;display:none !important;background:transparent !important;background-image:none !important;background-color:transparent !important;opacity:0 !important}[data-ms-bg-clear-id="layer-h4-1781013679853-479jgs7hv"][data-ms-bg-clear-id="layer-h4-1781013679853-479jgs7hv"]::before,[data-ms-bg-clear-id="layer-h4-1781013679853-479jgs7hv"][data-ms-bg-clear-id="layer-h4-1781013679853-479jgs7hv"]::after,.hero[data-ms-bg-clear-id="layer-h4-1781013679853-479jgs7hv"][data-ms-bg-clear-id="layer-h4-1781013679853-479jgs7hv"]::before,.hero[data-ms-bg-clear-id="layer-h4-1781013679853-479jgs7hv"][data-ms-bg-clear-id="layer-h4-1781013679853-479jgs7hv"]::after{content:none !important;display:none !important;background:transparent !important;background-image:none !important;background-color:transparent !important;opacity:0 !important}[data-container="true"]:not(._ms_section){margin-left:auto !important;margin-right:auto !important}@media (max-width:768px){[data-container="true"]:not(._ms_section),._ms_container,._ms_columns{flex-direction:column !important;flex-wrap:wrap !important;align-items:center !important;max-width:100% !important}[data-layer-id]:not(._ms_section):not([data-container="true"]){margin-left:auto !important;margin-right:auto !important;max-width:100% !important}._ms_section{padding-left:16px !important;padding-right:16px !important}[data-container="true"]>*{max-width:100% !important}[data-container="true"] img,[data-container="true"] video,[data-container="true"] iframe,._ms_section img,._ms_section video,._ms_section iframe{max-width:100% !important}[data-container="true"] iframe[src*="youtube"],[data-container="true"] iframe[src*="youtu.be"],[data-container="true"] iframe[src*="vimeo"],._ms_section iframe[src*="youtube"],._ms_section iframe[src*="youtu.be"],._ms_section iframe[src*="vimeo"]{width:100% !important;aspect-ratio:16 / 9;height:auto !important}}