/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,::backdrop,:after,:before{--tw-border-style:solid;--tw-font-weight:initial;--tw-tracking:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:host,:root{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-orange-500:oklch(70.5% .213 47.604);--color-orange-600:oklch(64.6% .222 41.116);--color-slate-300:oklch(86.9% .022 252.894);--color-slate-500:oklch(55.4% .046 257.417);--color-slate-900:oklch(20.8% .042 265.755);--color-white:#fff;--spacing:.25rem;--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--font-weight-semibold:600;--tracking-wide:.025em;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,::backdrop,:after,:before{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}:host,html{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}menu,ol,ul{list-style:none}audio,canvas,embed,iframe,img,object,svg,video{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,optgroup,select,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.absolute{position:absolute}.static{position:static}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline-flex{display:inline-flex}.table{display:table}.min-h-11{min-height:calc(var(--spacing) * 11)}.items-center{align-items:center}.justify-center{justify-content:center}.gap-2{gap:calc(var(--spacing) * 2)}.border{border-style:var(--tw-border-style);border-width:1px}.border-orange-500{border-color:var(--color-orange-500)}.border-slate-300{border-color:var(--color-slate-300)}.border-slate-500{border-color:var(--color-slate-500)}.bg-orange-500{background-color:var(--color-orange-500)}.bg-transparent{background-color:#0000}.bg-white{background-color:var(--color-white)}.px-5{padding-inline:calc(var(--spacing) * 5)}.py-2\.5{padding-block:calc(var(--spacing) * 2.5)}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-wide{--tw-tracking:var(--tracking-wide);letter-spacing:var(--tracking-wide)}.text-slate-900{color:var(--color-slate-900)}.text-white{color:var(--color-white)}.ring{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}@media (hover:hover){.hover\:border-slate-500:hover{border-color:var(--color-slate-500)}.hover\:border-white:hover{border-color:var(--color-white)}.hover\:bg-orange-600:hover{background-color:var(--color-orange-600)}}.focus-visible\:outline-2:focus-visible{outline-style:var(--tw-outline-style);outline-width:2px}.focus-visible\:outline-offset-2:focus-visible{outline-offset:2px}.focus-visible\:outline-orange-500:focus-visible{outline-color:var(--color-orange-500)}.disabled\:opacity-50:disabled{opacity:.5}}:root{--navy:#0b1f33;--deep:#071522;--charcoal:#1f2933;--steel:#5b6770;--light:#f3f5f7;--orange:#f36c21;--border:#d9e0e5;--white:#fff;--shell:min(1340px,calc(100% - 48px))}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--charcoal);-webkit-font-smoothing:antialiased;background:#fff;margin:0;font-family:Inter,Geist,ui-sans-serif,system-ui,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:-.035em}h1{font-size:clamp(3rem,6.2vw,6.6rem);line-height:.96}h2{font-size:clamp(2.1rem,4vw,4.25rem);line-height:1.03}h3{font-size:1.35rem}.shell{width:var(--shell);margin-inline:auto}.skip-link{z-index:100;background:#fff;padding:1rem;position:fixed;top:-5rem;left:1rem}.skip-link:focus{top:1rem}.eyebrow{letter-spacing:.18em;color:var(--steel);margin-bottom:1rem;font-size:.71rem;font-weight:800;display:inline-block}.orange{color:var(--orange)}.lead{color:#b8c3cd;font-size:1.2rem;line-height:1.75}.button-row{flex-wrap:wrap;gap:.75rem;display:flex}.section{padding-block:clamp(5rem,9vw,9rem)}.section-head{justify-content:space-between;align-items:end;gap:2rem;margin-bottom:3rem;display:flex}.section-head h2{margin-bottom:.75rem}.section-head p{max-width:650px;color:var(--steel);font-size:1.08rem;line-height:1.7}.section-head>a,.text-link{border-bottom:2px solid var(--orange);white-space:nowrap;align-items:center;gap:.5rem;padding-bottom:.35rem;font-size:.9rem;font-weight:700;display:inline-flex}.topline{background:var(--deep);color:#aab6c1;letter-spacing:.09em;font-size:.68rem}.topline .shell{height:32px}.nav-shell,.topline .shell{justify-content:space-between;align-items:center;display:flex}.nav-shell{gap:2rem;height:80px}.site-header{z-index:30;border-bottom:1px solid var(--border);background:#fff;position:relative}.brand{flex-direction:column;line-height:1;display:flex}.brand span{letter-spacing:.11em;color:var(--navy);font-size:1.55rem;font-weight:900}.brand small{letter-spacing:.24em;color:var(--orange);margin-top:.32rem;font-size:.48rem}.desktop-nav{align-items:stretch;height:100%;margin-left:auto;display:flex}.nav-item{position:relative}.nav-item,.nav-item>a{align-items:center;display:flex}.nav-item>a{white-space:nowrap;gap:.25rem;padding:.5rem .68rem;font-size:.78rem;font-weight:700}.nav-item:hover>a{color:var(--orange)}.mega{border-top:3px solid var(--orange);background:#fff;grid-template-columns:1fr 1fr 1.25fr;gap:2rem;width:760px;padding:2rem;display:none;position:absolute;top:100%;left:-160px;box-shadow:0 22px 50px #07152225}.nav-item:focus-within .mega,.nav-item:hover .mega{display:grid}.mega b{letter-spacing:.12em;margin-bottom:.75rem;font-size:.75rem;display:block}.mega a{color:var(--steel);padding:.36rem 0;font-size:.8rem;display:block}.mega a:hover{color:var(--orange)}.mega-feature{background:var(--navy);color:#fff;flex-direction:column;justify-content:flex-end;padding:1.4rem;display:flex}.mega-feature span{letter-spacing:.15em;color:var(--orange);font-size:.6rem}.mega-feature strong{margin:.5rem 0 1rem;line-height:1.4}.mega-feature a{color:#fff}.mega.compact{grid-template-columns:1fr;width:520px;left:-80px}.mega.compact>div{grid-template-columns:1fr 1fr;display:grid}.mega.compact b{grid-column:1/-1}.nav-actions{gap:.8rem}.nav-actions,.nav-actions>a{align-items:center;display:flex}.language,.quote{font-size:.75rem;font-weight:800}.quote{background:var(--orange);color:#fff!important;padding:.82rem 1rem!important}.menu-button{background:0 0;border:0;padding:.5rem;display:none}.mobile-nav{display:none}.hero{background:var(--deep);color:#fff;min-height:720px;position:relative;overflow:hidden}.hero:after{content:"";background:linear-gradient(90deg,#071522,#071522ee 45%,#07152200 78%)}.hero-grid,.hero:after{position:absolute;inset:0}.hero-grid{background-image:linear-gradient(#ffffff0b 1px,#0000 0),linear-gradient(90deg,#ffffff0b 1px,#0000 0);background-size:84px 84px;-webkit-mask-image:linear-gradient(90deg,#0000,#000);mask-image:linear-gradient(90deg,#0000,#000)}.hero-content{z-index:2;grid-template-columns:1.05fr .95fr;align-items:center;min-height:720px;display:grid;position:relative}.hero-content>div:first-of-type{max-width:780px}.hero h1{max-width:760px;margin-bottom:1.6rem}.hero p{color:#c4cdd5;max-width:650px;margin-bottom:2.2rem;font-size:1.18rem;line-height:1.65}.hero-visual{height:100%;position:relative}.ring{border:clamp(30px,5vw,68px) solid #111820;border-radius:50%;position:absolute;box-shadow:inset 18px 18px 35px #ffffff12,inset -20px -20px 30px #000,15px 25px 45px #0008}.ring-one{aspect-ratio:1;width:420px;top:125px;right:-40px;transform:rotateX(64deg)rotate(-28deg)}.ring-two{aspect-ratio:1;border-color:#3b4650;width:230px;top:390px;right:300px;transform:rotateX(62deg)rotate(20deg)}.measure-line{width:460px;color:var(--orange);letter-spacing:.15em;border-top:1px solid #f36c2188;justify-content:space-between;padding-top:.7rem;font-size:.6rem;display:flex;position:absolute;bottom:80px;right:0}.trust-band{background:var(--light);border-bottom:1px solid var(--border)}.trust-band .shell{grid-template-columns:.8fr 1.3fr .9fr;align-items:center;gap:3rem;padding:3.5rem 0;display:grid}.trust-band h2{margin:0;font-size:1.5rem}.trust-band p{color:var(--steel);margin:0;line-height:1.7}.trust-band div>div{letter-spacing:.12em;color:#8a969e;flex-direction:column;gap:.5rem;font-size:.62rem;font-weight:800;display:flex}.catalog-grid{border-left:1px solid var(--border);border-top:1px solid var(--border);grid-template-columns:repeat(3,1fr);display:grid}.catalog-card{border-right:1px solid var(--border);border-bottom:1px solid var(--border);flex-direction:column;justify-content:space-between;min-height:360px;padding:2rem;transition:all .25s;display:flex;position:relative}.catalog-card:hover{background:var(--light)}.catalog-card>svg{position:absolute;bottom:1.7rem;right:1.7rem}.catalog-card p{color:var(--steel);max-width:320px;line-height:1.6}.seal-mark{place-items:center;height:140px;display:grid}.seal-mark span{aspect-ratio:1;border:25px solid #182838;border-radius:50%;width:105px;display:block;transform:rotateX(58deg)rotate(-25deg);box-shadow:inset 8px 9px 12px #fff2,9px 12px 20px #0b1f3330}.section-dark{background:var(--deep);color:#fff}.split{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(3rem,8vw,9rem);display:grid}.material-list{border-top:1px solid #ffffff24}.material-list a{border-bottom:1px solid #ffffff24;grid-template-columns:50px 1fr auto 24px;align-items:center;gap:1rem;padding:1.15rem 0;display:grid}.material-list span{color:var(--orange);font-size:.65rem}.material-list small{color:#91a0ad}.material-list a:hover strong{color:var(--orange)}.material-list svg{width:16px}.industry-grid{grid-template-columns:repeat(4,1fr);display:grid}.industry-grid a{border:1px solid var(--border);min-height:260px;margin:-1px 0 0 -1px;padding:1.8rem;transition:all .2s}.industry-grid a:hover{background:var(--navy);color:#fff}.industry-grid span{color:var(--orange);font-size:.64rem;font-weight:800}.industry-grid h3{margin-top:5rem}.industry-grid p{color:var(--steel);font-size:.86rem;line-height:1.55}.engineering{background:var(--light)}.engineering-visual{background:var(--navy);place-items:center;height:530px;display:grid;position:relative;overflow:hidden}.engineering-visual svg{color:#f36c21aa;stroke-width:.5px;width:230px;height:230px}.axis{background:#ffffff24;position:absolute}.axis.x{width:90%;height:1px;top:50%;left:5%}.axis.y{width:1px;height:90%;top:5%;left:50%}.check-grid{grid-template-columns:1fr 1fr;gap:1rem;margin:2rem 0;display:grid}.check-grid span{align-items:center;gap:.6rem;font-size:.86rem;font-weight:700;display:flex}.check-grid svg{width:18px;color:var(--orange)}.feature-split{grid-template-columns:1fr 1.2fr;align-items:center;gap:7rem;display:grid}.feature-split>div:first-child p{color:var(--steel);line-height:1.7}.capability-grid{grid-template-columns:1fr 1fr;display:grid}.capability-grid div{border:1px solid var(--border);flex-direction:column;gap:2.5rem;margin:-1px 0 0 -1px;padding:2rem;display:flex}.capability-grid svg{color:var(--orange)}.resources{background:var(--light)}.article-grid{background:var(--border);grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.article-grid a{background:#fff;min-height:310px;padding:2rem;position:relative}.article-grid span{color:var(--orange);letter-spacing:.13em;font-size:.62rem}.article-grid h3{margin-top:3.5rem;font-size:1.6rem}.article-grid p{color:var(--steel);line-height:1.6}.article-grid svg{position:absolute;bottom:2rem;right:2rem}.global-band{background:var(--navy);color:#fff}.global-band .shell{align-items:center;gap:2rem;padding:3rem 0;display:flex}.global-band svg{width:55px;height:55px;color:var(--orange)}.global-band h2{margin-bottom:.4rem;font-size:1.5rem}.global-band p{color:#aebbc6;margin:0}.cta{background:var(--orange);color:#fff}.cta .shell{justify-content:space-between;align-items:center;gap:3rem;padding:4.5rem 0;display:flex}.cta h2{margin:.2rem 0 1rem;font-size:clamp(2.4rem,4vw,4.6rem)}.cta p{color:#fffddd;max-width:700px;margin:0}.footer{color:#9ba8b3;background:#050d15;padding-top:5rem}.brand-light span{color:#fff}.footer-grid{grid-template-columns:2fr 1fr 1fr 1.2fr;gap:4rem;padding-bottom:4rem;display:grid}.footer-grid>div{flex-direction:column;gap:.8rem;font-size:.82rem;display:flex}.footer-grid>div:first-child p{max-width:350px;margin-top:1.3rem;line-height:1.7}.footer-grid b{color:#fff;letter-spacing:.1em;margin-bottom:.5rem;font-size:.72rem}.footer-grid a{align-items:center;gap:.3rem;display:flex}.footer-grid a:hover{color:#fff}.footer-bottom{border-top:1px solid #ffffff1c;justify-content:space-between;gap:2rem;padding:1.5rem 0;font-size:.64rem;display:flex}.footer-bottom span:last-child{text-align:right;max-width:600px}.page-hero{background:var(--navy);color:#fff;padding:6.5rem 0 5rem;position:relative;overflow:hidden}.page-hero:after{content:"";border:55px solid #ffffff0a;border-radius:50%;width:350px;height:350px;position:absolute;top:-80px;right:7%}.page-hero h1{max-width:900px;margin-bottom:1.2rem;font-size:clamp(2.8rem,5vw,5.2rem)}.page-hero p{color:#bdc7d0;max-width:700px;font-size:1.12rem;line-height:1.7}.breadcrumbs{color:#7d8c99;gap:.5rem;margin-bottom:2.5rem;font-size:.7rem;display:flex}.breadcrumbs a:hover{color:var(--orange)}.listing-tools{gap:1rem;margin-bottom:2rem;display:flex}.listing-tools input,.listing-tools select{border:1px solid var(--border);background:#fff;min-height:46px;padding:.7rem 1rem}.listing-tools input{flex:1}.detail-grid{grid-template-columns:1fr 1fr;gap:6rem;display:grid}.detail-visual{background:var(--light);place-items:center;min-height:520px;display:grid}.detail-visual .seal-mark span{border-width:58px;width:250px}.spec-table{border-collapse:collapse;width:100%;margin-top:2rem}.spec-table td,.spec-table th{border-bottom:1px solid var(--border);text-align:left;padding:1rem 0}.spec-table th{color:var(--steel);width:38%;font-size:.75rem}.content-block{max-width:850px}.content-block li,.content-block p{color:var(--steel);line-height:1.8}.process{counter-reset:step;grid-template-columns:repeat(4,1fr);display:grid}.process div{border-top:2px solid var(--orange);counter-increment:step;padding:1.5rem}.process div:before{content:"0" counter(step);color:var(--orange);margin-bottom:2.5rem;font-size:.68rem;display:block}.quality-list{background:var(--border);grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.quality-list div{background:#fff;min-height:180px;padding:2rem}.form-grid{grid-template-columns:1fr 1fr;gap:1.2rem;display:grid}.field{flex-direction:column;gap:.45rem;display:flex}.field.full{grid-column:1/-1}.field label{font-size:.76rem;font-weight:750}.field input,.field select,.field textarea{background:#fff;border:1px solid #bdc7cf;min-height:48px;padding:.75rem}.field textarea{resize:vertical;min-height:130px}.field input:focus,.field select:focus,.field textarea:focus{outline:2px solid var(--orange);outline-offset:1px}.field-error{color:#b42318;font-size:.72rem}.form-status{color:#176b35;background:#eff8f1;padding:1rem}.form-card{background:var(--light);padding:2.5rem}@media (max-width:1120px){.desktop-nav{display:none}.menu-button{display:block}.mobile-nav{background:#fff;flex-direction:column;padding:1.25rem 24px;display:flex;position:absolute;top:112px;left:0;right:0;box-shadow:0 15px 25px #0002}.mobile-nav,.mobile-nav a{border-bottom:1px solid var(--border)}.mobile-nav a{padding:.8rem 0}.mobile-nav .quote{text-align:center;margin-top:.75rem}.hero-content{grid-template-columns:1fr}.hero-visual{opacity:.35;position:absolute;inset:0}.hero-content>div:first-of-type{z-index:2}.industry-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:780px){:root{--shell:min(100% - 32px,1340px)}h1{font-size:2.8rem}.topline{display:none}.nav-shell{height:72px}.mobile-nav{top:72px}.nav-actions>.quote,.nav-actions>a:first-child{display:none}.hero,.hero-content{min-height:650px}.hero-content{padding:5rem 0}.ring-one{right:-220px}.ring-two{right:100px}.trust-band .shell{grid-template-columns:1fr;gap:1rem}.trust-band div>div{flex-flow:wrap}.section{padding-block:4.5rem}.section-head{flex-direction:column;align-items:start}.catalog-grid{grid-template-columns:1fr}.catalog-card{min-height:310px}.detail-grid,.feature-split,.split{grid-template-columns:1fr;gap:3rem}.engineering-visual{height:360px}.article-grid,.capability-grid,.footer-grid,.industry-grid,.quality-list{grid-template-columns:1fr}.industry-grid a{min-height:220px}.industry-grid h3{margin-top:3rem}.process{grid-template-columns:1fr 1fr}.cta .shell,.global-band .shell{flex-direction:column;align-items:flex-start}.footer-grid{gap:2.5rem}.footer-bottom{flex-direction:column}.footer-bottom span:last-child{text-align:left}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.listing-tools{flex-direction:column}.detail-visual{min-height:350px}.detail-visual .seal-mark span{border-width:40px;width:180px}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}