unit.gl 0.1.13 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +329 -1
- package/css/unit.gl.css +35819 -6
- package/css/unit.gl.docs.css +4156 -0
- package/css/unit.gl.docs.min.css +2 -0
- package/css/unit.gl.min.css +1 -1
- package/js/unit.gl.demo.js +708 -0
- package/js/unit.gl.demo.js.map +1 -0
- package/js/unit.gl.js +25 -0
- package/js/unit.gl.js.map +1 -1
- package/package.json +16 -3
- package/scss/classes/_docs.scss +4690 -0
- package/scss/classes/_index.scss +1 -0
- package/scss/classes/_utilities.scss +1488 -0
- package/scss/docs.scss +11 -0
- package/scss/formats.scss +27 -0
- package/scss/functions/_density.scss +311 -0
- package/scss/functions/_index.scss +3 -0
- package/scss/functions/_layer.scss +14 -1
- package/scss/functions/_ratio.scss +3 -2
- package/scss/functions/_scale.scss +220 -3
- package/scss/functions/_sequence.scss +6 -5
- package/scss/functions/math/_arithmetic.scss +15 -12
- package/scss/functions/unit/_unit_conversion.scss +59 -7
- package/scss/functions/unit/_unit_functions.scss +3 -3
- package/scss/guide.scss +22 -0
- package/scss/maps/_density.scss +141 -0
- package/scss/maps/_device.scss +13 -20
- package/scss/maps/_index.scss +6 -0
- package/scss/maps/_scale.scss +47 -4
- package/scss/mixins/_device.scss +1 -3
- package/scss/mixins/_display.scss +265 -2
- package/scss/mixins/_format.scss +75 -0
- package/scss/mixins/_guide.scss +73 -11
- package/scss/mixins/_index.scss +2 -1
- package/scss/mixins/_unit.scss +115 -6
- package/scss/mixins/_utilities.scss +303 -0
- package/scss/mixins/_view.scss +43 -12
- package/scss/tags/_global.scss +18 -3
- package/scss/tags/_unit.scss +1 -3
- package/scss/test.scss +17 -0
- package/scss/utilities.scss +20 -0
- package/scss/variables/_color.scss +9 -9
- package/scss/variables/_format.scss +80 -0
- package/scss/variables/_guide.scss +17 -0
- package/scss/variables/_index.scss +4 -0
- package/scss/variables/_scale.scss +434 -63
- package/scss/variables/_view.scss +222 -64
- package/ts/demo.ts +889 -0
- package/ts/index.d.ts +72 -0
- package/ts/index.ts +45 -0
- package/scss/mixins/_paper.scss +0 -51
package/css/unit.gl.min.css
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
*,a,abbr,acronym,address,applet,area,article,aside,audio,b,base,basefont,bb,bdo,big,blockquote,body,br,button,canvas,caption,center,cite,code,col,colgroup,command,datalist,dd,del,details,dfn,dialog,dir,div,dl,dt,em,embed,eventsource,fieldset,figcaption,figure,font,footer,form,frame,frameset,h1,h2,h3,h4,h5,h6,head,header,hgroup,hr,html,i,iframe,img,input,ins,isindex,kbd,keygen,label,legend,li,link,map,mark,menu,meta,meter,nav,noframes,noscript,object,ol,optgroup,option,output,p,param,pre,progress,q,rp,rt,ruby,s,samp,script,section,select,small,source,span,strike,strong,style,sub,sup,table,tbody,td,textarea,tfoot,th,thead,time,title,tr,track,tt,u,ul,var,video,wbr{border:0;font-size:100%;font:inherit;margin:0;margin-block-end:0;margin-block-start:0;margin-inline-end:0;margin-inline-start:0;padding:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}.aspect_ratio--1x1{aspect-ratio:1;position:relative;width:100%}.aspect_ratio--1x1>*{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.aspect_ratio--1x2{aspect-ratio:.5;position:relative;width:100%}.aspect_ratio--1x2>*{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.aspect_ratio--2x1{aspect-ratio:2;position:relative;width:100%}.aspect_ratio--2x1>*{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.aspect_ratio--1x3{aspect-ratio:.3333333333;position:relative;width:100%}.aspect_ratio--1x3>*{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.aspect_ratio--3x1{aspect-ratio:3;position:relative;width:100%}.aspect_ratio--3x1>*{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.aspect_ratio--1x4{aspect-ratio:.25;position:relative;width:100%}.aspect_ratio--1x4>*{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.aspect_ratio--4x1{aspect-ratio:4;position:relative;width:100%}.aspect_ratio--4x1>*{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.aspect_ratio--3x2{aspect-ratio:1.5;position:relative;width:100%}.aspect_ratio--3x2>*{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.aspect_ratio--2x3{aspect-ratio:.6666666667;position:relative;width:100%}.aspect_ratio--2x3>*{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.aspect_ratio--4x3{aspect-ratio:1.3333333333;position:relative;width:100%}.aspect_ratio--4x3>*{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.aspect_ratio--3x4{aspect-ratio:.75;position:relative;width:100%}.aspect_ratio--3x4>*{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.aspect_ratio--16x9{aspect-ratio:1.7777777778;position:relative;width:100%}.aspect_ratio--16x9>*{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.aspect_ratio--16x10{aspect-ratio:1.6;position:relative;width:100%}.aspect_ratio--16x10>*{bottom:0;right:0}.aspect_ratio--16x10>*,.guide{height:100%;left:0;position:absolute;top:0;width:100%}.guide{background-attachment:local;margin:0;opacity:1}.guide,.guide--layer{min-height:100vh;pointer-events:none;z-index:9999}.guide--layer{display:none;left:0;position:absolute;top:0;width:100%}.guide--layer.active{display:block!important}.guide--graph,.guide--graph_centered{background-attachment:local;background-image:repeating-linear-gradient(90deg,hsla(188,6%,46%,.483) 0,hsla(188,6%,46%,.483) 1px,transparent 0,transparent 1.25rem),repeating-linear-gradient(180deg,hsla(188,6%,46%,.483) 0,hsla(188,6%,46%,.483) 1px,transparent 0,transparent 1.25rem);background-repeat:repeat;background-size:1.25rem 1.25rem;height:100%;left:0;margin:0;min-height:100vh;opacity:1;pointer-events:none;position:absolute;top:0;width:100%;z-index:9999}.guide--graph_centered{background-position:calc(50% - 7.5rem) 0}.guide--baseline{background-attachment:local;background-image:repeating-linear-gradient(180deg,#00c8ff 0 1px,transparent 1px 100%);background-repeat:repeat;background-size:100% 1.25rem;height:100%;left:0;margin:0;min-height:100vh;opacity:1;pointer-events:none;position:absolute;top:0;width:100%;z-index:9999}html{font-size:12px}@media screen and (min-width:320px){html{font-size:calc(8.57143px + 1.07143vw)}}@media screen and (min-width:1440px){html{font-size:24px}}html{box-sizing:border-box;-webkit-text-size-adjust:100%;height:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;word-break:normal}body{height:100vh;margin:0;min-height:100%;position:absolute;width:100vw}body,html{height:100%;margin:0}*,:after,:before{background-repeat:no-repeat;box-sizing:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}*{margin:0;padding:0}
|
|
1
|
+
*,a,abbr,acronym,address,applet,area,article,aside,audio,b,base,basefont,bb,bdo,big,blockquote,body,br,button,canvas,caption,center,cite,code,col,colgroup,command,datalist,dd,del,details,dfn,dialog,dir,div,dl,dt,em,embed,eventsource,fieldset,figcaption,figure,font,footer,form,frame,frameset,h1,h2,h3,h4,h5,h6,head,header,hgroup,hr,html,i,iframe,img,input,ins,isindex,kbd,keygen,label,legend,li,link,map,mark,menu,meta,meter,nav,noframes,noscript,object,ol,optgroup,option,output,p,param,pre,progress,q,rp,rt,ruby,s,samp,script,section,select,small,source,span,strike,strong,style,sub,sup,table,tbody,td,textarea,tfoot,th,thead,time,title,tr,track,tt,u,ul,var,video,wbr{border:0;font-size:100%;font:inherit;margin:0;margin-block-end:0;margin-block-start:0;margin-inline-end:0;margin-inline-start:0;padding:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}.aspect_ratio--1x1{aspect-ratio:1;position:relative;width:100%}.aspect_ratio--1x1>*{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.aspect_ratio--1x2{aspect-ratio:.5;position:relative;width:100%}.aspect_ratio--1x2>*{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.aspect_ratio--2x1{aspect-ratio:2;position:relative;width:100%}.aspect_ratio--2x1>*{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.aspect_ratio--1x3{aspect-ratio:.3333333333;position:relative;width:100%}.aspect_ratio--1x3>*{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.aspect_ratio--3x1{aspect-ratio:3;position:relative;width:100%}.aspect_ratio--3x1>*{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.aspect_ratio--1x4{aspect-ratio:.25;position:relative;width:100%}.aspect_ratio--1x4>*{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.aspect_ratio--4x1{aspect-ratio:4;position:relative;width:100%}.aspect_ratio--4x1>*{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.aspect_ratio--3x2{aspect-ratio:1.5;position:relative;width:100%}.aspect_ratio--3x2>*{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.aspect_ratio--2x3{aspect-ratio:.6666666667;position:relative;width:100%}.aspect_ratio--2x3>*{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.aspect_ratio--4x3{aspect-ratio:1.3333333333;position:relative;width:100%}.aspect_ratio--4x3>*{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.aspect_ratio--3x4{aspect-ratio:.75;position:relative;width:100%}.aspect_ratio--3x4>*{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.aspect_ratio--16x9{aspect-ratio:1.7777777778;position:relative;width:100%}.aspect_ratio--16x9>*{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.aspect_ratio--16x10{aspect-ratio:1.6;position:relative;width:100%}.aspect_ratio--16x10>*{bottom:0;right:0}.aspect_ratio--16x10>*,.guide{height:100%;left:0;position:absolute;top:0;width:100%}.guide{background-attachment:local;margin:0;opacity:1}.guide,.guide--layer{min-height:100vh;pointer-events:none;z-index:9999}.guide--layer{display:none;left:0;position:absolute;top:0;width:100%}.guide--layer.active{display:block!important}.guide--graph,.guide--graph_centered{background-attachment:local;background-image:repeating-linear-gradient(90deg,hsla(188,6%,46%,.483) 0,hsla(188,6%,46%,.483) 1px,transparent 0,transparent 1.25rem),repeating-linear-gradient(180deg,hsla(188,6%,46%,.483) 0,hsla(188,6%,46%,.483) 1px,transparent 0,transparent 1.25rem);background-repeat:repeat;background-size:1.25rem 1.25rem;height:100%;left:0;margin:0;min-height:100vh;opacity:1;pointer-events:none;position:absolute;top:0;width:100%;z-index:9999}.guide--graph_centered{background-position:calc(50% - 7.5rem) 0}.guide--baseline{background-attachment:local;background-image:repeating-linear-gradient(180deg,#00c8ff 0 1px,transparent 1px 100%);background-repeat:repeat;background-size:100% 1.25rem;height:100%;left:0;margin:0;min-height:100vh;opacity:1;pointer-events:none;position:absolute;top:0;width:100%;z-index:9999}.p_q0{padding:0}.pt_q0{padding-top:0}.pr_q0{padding-right:0}.pb_q0{padding-bottom:0}.pl_q0,.px_q0{padding-left:0}.px_q0{padding-right:0}.py_q0{padding-bottom:0;padding-top:0}.p_q1{padding:.0625rem}.pt_q1{padding-top:.0625rem}.pr_q1{padding-right:.0625rem}.pb_q1{padding-bottom:.0625rem}.pl_q1,.px_q1{padding-left:.0625rem}.px_q1{padding-right:.0625rem}.py_q1{padding-bottom:.0625rem;padding-top:.0625rem}.p_q2{padding:.125rem}.pt_q2{padding-top:.125rem}.pr_q2{padding-right:.125rem}.pb_q2{padding-bottom:.125rem}.pl_q2,.px_q2{padding-left:.125rem}.px_q2{padding-right:.125rem}.py_q2{padding-bottom:.125rem;padding-top:.125rem}.p_q4{padding:.25rem}.pt_q4{padding-top:.25rem}.pr_q4{padding-right:.25rem}.pb_q4{padding-bottom:.25rem}.pl_q4,.px_q4{padding-left:.25rem}.px_q4{padding-right:.25rem}.py_q4{padding-bottom:.25rem;padding-top:.25rem}.p_q6{padding:.375rem}.pt_q6{padding-top:.375rem}.pr_q6{padding-right:.375rem}.pb_q6{padding-bottom:.375rem}.pl_q6,.px_q6{padding-left:.375rem}.px_q6{padding-right:.375rem}.py_q6{padding-bottom:.375rem;padding-top:.375rem}.p_q8{padding:.5rem}.pt_q8{padding-top:.5rem}.pr_q8{padding-right:.5rem}.pb_q8{padding-bottom:.5rem}.pl_q8,.px_q8{padding-left:.5rem}.px_q8{padding-right:.5rem}.py_q8{padding-bottom:.5rem;padding-top:.5rem}.p_q12{padding:.75rem}.pt_q12{padding-top:.75rem}.pr_q12{padding-right:.75rem}.pb_q12{padding-bottom:.75rem}.pl_q12,.px_q12{padding-left:.75rem}.px_q12{padding-right:.75rem}.py_q12{padding-bottom:.75rem;padding-top:.75rem}.p_q16{padding:1rem}.pt_q16{padding-top:1rem}.pr_q16{padding-right:1rem}.pb_q16{padding-bottom:1rem}.pl_q16,.px_q16{padding-left:1rem}.px_q16{padding-right:1rem}.py_q16{padding-bottom:1rem;padding-top:1rem}.p_q20{padding:1.25rem}.pt_q20{padding-top:1.25rem}.pr_q20{padding-right:1.25rem}.pb_q20{padding-bottom:1.25rem}.pl_q20,.px_q20{padding-left:1.25rem}.px_q20{padding-right:1.25rem}.py_q20{padding-bottom:1.25rem;padding-top:1.25rem}.p_q24{padding:1.5rem}.pt_q24{padding-top:1.5rem}.pr_q24{padding-right:1.5rem}.pb_q24{padding-bottom:1.5rem}.pl_q24,.px_q24{padding-left:1.5rem}.px_q24{padding-right:1.5rem}.py_q24{padding-bottom:1.5rem;padding-top:1.5rem}.p_q32{padding:2rem}.pt_q32{padding-top:2rem}.pr_q32{padding-right:2rem}.pb_q32{padding-bottom:2rem}.pl_q32,.px_q32{padding-left:2rem}.px_q32{padding-right:2rem}.py_q32{padding-bottom:2rem;padding-top:2rem}.p_q40{padding:2.5rem}.pt_q40{padding-top:2.5rem}.pr_q40{padding-right:2.5rem}.pb_q40{padding-bottom:2.5rem}.pl_q40,.px_q40{padding-left:2.5rem}.px_q40{padding-right:2.5rem}.py_q40{padding-bottom:2.5rem;padding-top:2.5rem}.p_q48{padding:3rem}.pt_q48{padding-top:3rem}.pr_q48{padding-right:3rem}.pb_q48{padding-bottom:3rem}.pl_q48,.px_q48{padding-left:3rem}.px_q48{padding-right:3rem}.py_q48{padding-bottom:3rem;padding-top:3rem}.p_q56{padding:3.5rem}.pt_q56{padding-top:3.5rem}.pr_q56{padding-right:3.5rem}.pb_q56{padding-bottom:3.5rem}.pl_q56,.px_q56{padding-left:3.5rem}.px_q56{padding-right:3.5rem}.py_q56{padding-bottom:3.5rem;padding-top:3.5rem}.p_q64{padding:4rem}.pt_q64{padding-top:4rem}.pr_q64{padding-right:4rem}.pb_q64{padding-bottom:4rem}.pl_q64,.px_q64{padding-left:4rem}.px_q64{padding-right:4rem}.py_q64{padding-bottom:4rem;padding-top:4rem}.p_q72{padding:4.5rem}.pt_q72{padding-top:4.5rem}.pr_q72{padding-right:4.5rem}.pb_q72{padding-bottom:4.5rem}.pl_q72,.px_q72{padding-left:4.5rem}.px_q72{padding-right:4.5rem}.py_q72{padding-bottom:4.5rem;padding-top:4.5rem}.p_q80{padding:5rem}.pt_q80{padding-top:5rem}.pr_q80{padding-right:5rem}.pb_q80{padding-bottom:5rem}.pl_q80,.px_q80{padding-left:5rem}.px_q80{padding-right:5rem}.py_q80{padding-bottom:5rem;padding-top:5rem}.p_q96{padding:6rem}.pt_q96{padding-top:6rem}.pr_q96{padding-right:6rem}.pb_q96{padding-bottom:6rem}.pl_q96,.px_q96{padding-left:6rem}.px_q96{padding-right:6rem}.py_q96{padding-bottom:6rem;padding-top:6rem}.p_q112{padding:7rem}.pt_q112{padding-top:7rem}.pr_q112{padding-right:7rem}.pb_q112{padding-bottom:7rem}.pl_q112,.px_q112{padding-left:7rem}.px_q112{padding-right:7rem}.py_q112{padding-bottom:7rem;padding-top:7rem}.p_q128{padding:8rem}.pt_q128{padding-top:8rem}.pr_q128{padding-right:8rem}.pb_q128{padding-bottom:8rem}.pl_q128,.px_q128{padding-left:8rem}.px_q128{padding-right:8rem}.py_q128{padding-bottom:8rem;padding-top:8rem}.p_q144{padding:9rem}.pt_q144{padding-top:9rem}.pr_q144{padding-right:9rem}.pb_q144{padding-bottom:9rem}.pl_q144,.px_q144{padding-left:9rem}.px_q144{padding-right:9rem}.py_q144{padding-bottom:9rem;padding-top:9rem}.p_q160{padding:10rem}.pt_q160{padding-top:10rem}.pr_q160{padding-right:10rem}.pb_q160{padding-bottom:10rem}.pl_q160,.px_q160{padding-left:10rem}.px_q160{padding-right:10rem}.py_q160{padding-bottom:10rem;padding-top:10rem}.p_q192{padding:12rem}.pt_q192{padding-top:12rem}.pr_q192{padding-right:12rem}.pb_q192{padding-bottom:12rem}.pl_q192,.px_q192{padding-left:12rem}.px_q192{padding-right:12rem}.py_q192{padding-bottom:12rem;padding-top:12rem}.p_q224{padding:14rem}.pt_q224{padding-top:14rem}.pr_q224{padding-right:14rem}.pb_q224{padding-bottom:14rem}.pl_q224,.px_q224{padding-left:14rem}.px_q224{padding-right:14rem}.py_q224{padding-bottom:14rem;padding-top:14rem}.p_q256{padding:16rem}.pt_q256{padding-top:16rem}.pr_q256{padding-right:16rem}.pb_q256{padding-bottom:16rem}.pl_q256,.px_q256{padding-left:16rem}.px_q256{padding-right:16rem}.py_q256{padding-bottom:16rem;padding-top:16rem}.m_q0{margin:0}.mt_q0{margin-top:0}.mr_q0{margin-right:0}.mb_q0{margin-bottom:0}.ml_q0,.mx_q0{margin-left:0}.mx_q0{margin-right:0}.my_q0{margin-bottom:0;margin-top:0}.m_q1{margin:.0625rem}.mt_q1{margin-top:.0625rem}.mr_q1{margin-right:.0625rem}.mb_q1{margin-bottom:.0625rem}.ml_q1,.mx_q1{margin-left:.0625rem}.mx_q1{margin-right:.0625rem}.my_q1{margin-bottom:.0625rem;margin-top:.0625rem}.m_q2{margin:.125rem}.mt_q2{margin-top:.125rem}.mr_q2{margin-right:.125rem}.mb_q2{margin-bottom:.125rem}.ml_q2,.mx_q2{margin-left:.125rem}.mx_q2{margin-right:.125rem}.my_q2{margin-bottom:.125rem;margin-top:.125rem}.m_q4{margin:.25rem}.mt_q4{margin-top:.25rem}.mr_q4{margin-right:.25rem}.mb_q4{margin-bottom:.25rem}.ml_q4,.mx_q4{margin-left:.25rem}.mx_q4{margin-right:.25rem}.my_q4{margin-bottom:.25rem;margin-top:.25rem}.m_q6{margin:.375rem}.mt_q6{margin-top:.375rem}.mr_q6{margin-right:.375rem}.mb_q6{margin-bottom:.375rem}.ml_q6,.mx_q6{margin-left:.375rem}.mx_q6{margin-right:.375rem}.my_q6{margin-bottom:.375rem;margin-top:.375rem}.m_q8{margin:.5rem}.mt_q8{margin-top:.5rem}.mr_q8{margin-right:.5rem}.mb_q8{margin-bottom:.5rem}.ml_q8,.mx_q8{margin-left:.5rem}.mx_q8{margin-right:.5rem}.my_q8{margin-bottom:.5rem;margin-top:.5rem}.m_q12{margin:.75rem}.mt_q12{margin-top:.75rem}.mr_q12{margin-right:.75rem}.mb_q12{margin-bottom:.75rem}.ml_q12,.mx_q12{margin-left:.75rem}.mx_q12{margin-right:.75rem}.my_q12{margin-bottom:.75rem;margin-top:.75rem}.m_q16{margin:1rem}.mt_q16{margin-top:1rem}.mr_q16{margin-right:1rem}.mb_q16{margin-bottom:1rem}.ml_q16,.mx_q16{margin-left:1rem}.mx_q16{margin-right:1rem}.my_q16{margin-bottom:1rem;margin-top:1rem}.m_q20{margin:1.25rem}.mt_q20{margin-top:1.25rem}.mr_q20{margin-right:1.25rem}.mb_q20{margin-bottom:1.25rem}.ml_q20,.mx_q20{margin-left:1.25rem}.mx_q20{margin-right:1.25rem}.my_q20{margin-bottom:1.25rem;margin-top:1.25rem}.m_q24{margin:1.5rem}.mt_q24{margin-top:1.5rem}.mr_q24{margin-right:1.5rem}.mb_q24{margin-bottom:1.5rem}.ml_q24,.mx_q24{margin-left:1.5rem}.mx_q24{margin-right:1.5rem}.my_q24{margin-bottom:1.5rem;margin-top:1.5rem}.m_q32{margin:2rem}.mt_q32{margin-top:2rem}.mr_q32{margin-right:2rem}.mb_q32{margin-bottom:2rem}.ml_q32,.mx_q32{margin-left:2rem}.mx_q32{margin-right:2rem}.my_q32{margin-bottom:2rem;margin-top:2rem}.m_q40{margin:2.5rem}.mt_q40{margin-top:2.5rem}.mr_q40{margin-right:2.5rem}.mb_q40{margin-bottom:2.5rem}.ml_q40,.mx_q40{margin-left:2.5rem}.mx_q40{margin-right:2.5rem}.my_q40{margin-bottom:2.5rem;margin-top:2.5rem}.m_q48{margin:3rem}.mt_q48{margin-top:3rem}.mr_q48{margin-right:3rem}.mb_q48{margin-bottom:3rem}.ml_q48,.mx_q48{margin-left:3rem}.mx_q48{margin-right:3rem}.my_q48{margin-bottom:3rem;margin-top:3rem}.m_q56{margin:3.5rem}.mt_q56{margin-top:3.5rem}.mr_q56{margin-right:3.5rem}.mb_q56{margin-bottom:3.5rem}.ml_q56,.mx_q56{margin-left:3.5rem}.mx_q56{margin-right:3.5rem}.my_q56{margin-bottom:3.5rem;margin-top:3.5rem}.m_q64{margin:4rem}.mt_q64{margin-top:4rem}.mr_q64{margin-right:4rem}.mb_q64{margin-bottom:4rem}.ml_q64,.mx_q64{margin-left:4rem}.mx_q64{margin-right:4rem}.my_q64{margin-bottom:4rem;margin-top:4rem}.m_q72{margin:4.5rem}.mt_q72{margin-top:4.5rem}.mr_q72{margin-right:4.5rem}.mb_q72{margin-bottom:4.5rem}.ml_q72,.mx_q72{margin-left:4.5rem}.mx_q72{margin-right:4.5rem}.my_q72{margin-bottom:4.5rem;margin-top:4.5rem}.m_q80{margin:5rem}.mt_q80{margin-top:5rem}.mr_q80{margin-right:5rem}.mb_q80{margin-bottom:5rem}.ml_q80,.mx_q80{margin-left:5rem}.mx_q80{margin-right:5rem}.my_q80{margin-bottom:5rem;margin-top:5rem}.m_q96{margin:6rem}.mt_q96{margin-top:6rem}.mr_q96{margin-right:6rem}.mb_q96{margin-bottom:6rem}.ml_q96,.mx_q96{margin-left:6rem}.mx_q96{margin-right:6rem}.my_q96{margin-bottom:6rem;margin-top:6rem}.m_q112{margin:7rem}.mt_q112{margin-top:7rem}.mr_q112{margin-right:7rem}.mb_q112{margin-bottom:7rem}.ml_q112,.mx_q112{margin-left:7rem}.mx_q112{margin-right:7rem}.my_q112{margin-bottom:7rem;margin-top:7rem}.m_q128{margin:8rem}.mt_q128{margin-top:8rem}.mr_q128{margin-right:8rem}.mb_q128{margin-bottom:8rem}.ml_q128,.mx_q128{margin-left:8rem}.mx_q128{margin-right:8rem}.my_q128{margin-bottom:8rem;margin-top:8rem}.m_q144{margin:9rem}.mt_q144{margin-top:9rem}.mr_q144{margin-right:9rem}.mb_q144{margin-bottom:9rem}.ml_q144,.mx_q144{margin-left:9rem}.mx_q144{margin-right:9rem}.my_q144{margin-bottom:9rem;margin-top:9rem}.m_q160{margin:10rem}.mt_q160{margin-top:10rem}.mr_q160{margin-right:10rem}.mb_q160{margin-bottom:10rem}.ml_q160,.mx_q160{margin-left:10rem}.mx_q160{margin-right:10rem}.my_q160{margin-bottom:10rem;margin-top:10rem}.m_q192{margin:12rem}.mt_q192{margin-top:12rem}.mr_q192{margin-right:12rem}.mb_q192{margin-bottom:12rem}.ml_q192,.mx_q192{margin-left:12rem}.mx_q192{margin-right:12rem}.my_q192{margin-bottom:12rem;margin-top:12rem}.m_q224{margin:14rem}.mt_q224{margin-top:14rem}.mr_q224{margin-right:14rem}.mb_q224{margin-bottom:14rem}.ml_q224,.mx_q224{margin-left:14rem}.mx_q224{margin-right:14rem}.my_q224{margin-bottom:14rem;margin-top:14rem}.m_q256{margin:16rem}.mt_q256{margin-top:16rem}.mr_q256{margin-right:16rem}.mb_q256{margin-bottom:16rem}.ml_q256,.mx_q256{margin-left:16rem}.mx_q256{margin-right:16rem}.my_q256{margin-bottom:16rem;margin-top:16rem}.gap_q0{gap:0}.gap_col_q0{-moz-column-gap:0;column-gap:0}.gap_row_q0{row-gap:0}.gap_q1{gap:.0625rem}.gap_col_q1{-moz-column-gap:.0625rem;column-gap:.0625rem}.gap_row_q1{row-gap:.0625rem}.gap_q2{gap:.125rem}.gap_col_q2{-moz-column-gap:.125rem;column-gap:.125rem}.gap_row_q2{row-gap:.125rem}.gap_q4{gap:.25rem}.gap_col_q4{-moz-column-gap:.25rem;column-gap:.25rem}.gap_row_q4{row-gap:.25rem}.gap_q6{gap:.375rem}.gap_col_q6{-moz-column-gap:.375rem;column-gap:.375rem}.gap_row_q6{row-gap:.375rem}.gap_q8{gap:.5rem}.gap_col_q8{-moz-column-gap:.5rem;column-gap:.5rem}.gap_row_q8{row-gap:.5rem}.gap_q12{gap:.75rem}.gap_col_q12{-moz-column-gap:.75rem;column-gap:.75rem}.gap_row_q12{row-gap:.75rem}.gap_q16{gap:1rem}.gap_col_q16{-moz-column-gap:1rem;column-gap:1rem}.gap_row_q16{row-gap:1rem}.gap_q20{gap:1.25rem}.gap_col_q20{-moz-column-gap:1.25rem;column-gap:1.25rem}.gap_row_q20{row-gap:1.25rem}.gap_q24{gap:1.5rem}.gap_col_q24{-moz-column-gap:1.5rem;column-gap:1.5rem}.gap_row_q24{row-gap:1.5rem}.gap_q32{gap:2rem}.gap_col_q32{-moz-column-gap:2rem;column-gap:2rem}.gap_row_q32{row-gap:2rem}.gap_q40{gap:2.5rem}.gap_col_q40{-moz-column-gap:2.5rem;column-gap:2.5rem}.gap_row_q40{row-gap:2.5rem}.gap_q48{gap:3rem}.gap_col_q48{-moz-column-gap:3rem;column-gap:3rem}.gap_row_q48{row-gap:3rem}.gap_q56{gap:3.5rem}.gap_col_q56{-moz-column-gap:3.5rem;column-gap:3.5rem}.gap_row_q56{row-gap:3.5rem}.gap_q64{gap:4rem}.gap_col_q64{-moz-column-gap:4rem;column-gap:4rem}.gap_row_q64{row-gap:4rem}.gap_q72{gap:4.5rem}.gap_col_q72{-moz-column-gap:4.5rem;column-gap:4.5rem}.gap_row_q72{row-gap:4.5rem}.gap_q80{gap:5rem}.gap_col_q80{-moz-column-gap:5rem;column-gap:5rem}.gap_row_q80{row-gap:5rem}.gap_q96{gap:6rem}.gap_col_q96{-moz-column-gap:6rem;column-gap:6rem}.gap_row_q96{row-gap:6rem}.gap_q112{gap:7rem}.gap_col_q112{-moz-column-gap:7rem;column-gap:7rem}.gap_row_q112{row-gap:7rem}.gap_q128{gap:8rem}.gap_col_q128{-moz-column-gap:8rem;column-gap:8rem}.gap_row_q128{row-gap:8rem}.gap_q144{gap:9rem}.gap_col_q144{-moz-column-gap:9rem;column-gap:9rem}.gap_row_q144{row-gap:9rem}.gap_q160{gap:10rem}.gap_col_q160{-moz-column-gap:10rem;column-gap:10rem}.gap_row_q160{row-gap:10rem}.gap_q192{gap:12rem}.gap_col_q192{-moz-column-gap:12rem;column-gap:12rem}.gap_row_q192{row-gap:12rem}.gap_q224{gap:14rem}.gap_col_q224{-moz-column-gap:14rem;column-gap:14rem}.gap_row_q224{row-gap:14rem}.gap_q256{gap:16rem}.gap_col_q256{-moz-column-gap:16rem;column-gap:16rem}.gap_row_q256{row-gap:16rem}.w_q0{width:0}.min_w_q0{min-width:0}.max_w_q0{max-width:0}.w_q1{width:.0625rem}.min_w_q1{min-width:.0625rem}.max_w_q1{max-width:.0625rem}.w_q2{width:.125rem}.min_w_q2{min-width:.125rem}.max_w_q2{max-width:.125rem}.w_q4{width:.25rem}.min_w_q4{min-width:.25rem}.max_w_q4{max-width:.25rem}.w_q6{width:.375rem}.min_w_q6{min-width:.375rem}.max_w_q6{max-width:.375rem}.w_q8{width:.5rem}.min_w_q8{min-width:.5rem}.max_w_q8{max-width:.5rem}.w_q12{width:.75rem}.min_w_q12{min-width:.75rem}.max_w_q12{max-width:.75rem}.w_q16{width:1rem}.min_w_q16{min-width:1rem}.max_w_q16{max-width:1rem}.w_q20{width:1.25rem}.min_w_q20{min-width:1.25rem}.max_w_q20{max-width:1.25rem}.w_q24{width:1.5rem}.min_w_q24{min-width:1.5rem}.max_w_q24{max-width:1.5rem}.w_q32{width:2rem}.min_w_q32{min-width:2rem}.max_w_q32{max-width:2rem}.w_q40{width:2.5rem}.min_w_q40{min-width:2.5rem}.max_w_q40{max-width:2.5rem}.w_q48{width:3rem}.min_w_q48{min-width:3rem}.max_w_q48{max-width:3rem}.w_q56{width:3.5rem}.min_w_q56{min-width:3.5rem}.max_w_q56{max-width:3.5rem}.w_q64{width:4rem}.min_w_q64{min-width:4rem}.max_w_q64{max-width:4rem}.w_q72{width:4.5rem}.min_w_q72{min-width:4.5rem}.max_w_q72{max-width:4.5rem}.w_q80{width:5rem}.min_w_q80{min-width:5rem}.max_w_q80{max-width:5rem}.w_q96{width:6rem}.min_w_q96{min-width:6rem}.max_w_q96{max-width:6rem}.w_q112{width:7rem}.min_w_q112{min-width:7rem}.max_w_q112{max-width:7rem}.w_q128{width:8rem}.min_w_q128{min-width:8rem}.max_w_q128{max-width:8rem}.w_q144{width:9rem}.min_w_q144{min-width:9rem}.max_w_q144{max-width:9rem}.w_q160{width:10rem}.min_w_q160{min-width:10rem}.max_w_q160{max-width:10rem}.w_q192{width:12rem}.min_w_q192{min-width:12rem}.max_w_q192{max-width:12rem}.w_q224{width:14rem}.min_w_q224{min-width:14rem}.max_w_q224{max-width:14rem}.w_q256{width:16rem}.min_w_q256{min-width:16rem}.max_w_q256{max-width:16rem}.h_q0{height:0}.min_h_q0{min-height:0}.max_h_q0{max-height:0}.h_q1{height:.0625rem}.min_h_q1{min-height:.0625rem}.max_h_q1{max-height:.0625rem}.h_q2{height:.125rem}.min_h_q2{min-height:.125rem}.max_h_q2{max-height:.125rem}.h_q4{height:.25rem}.min_h_q4{min-height:.25rem}.max_h_q4{max-height:.25rem}.h_q6{height:.375rem}.min_h_q6{min-height:.375rem}.max_h_q6{max-height:.375rem}.h_q8{height:.5rem}.min_h_q8{min-height:.5rem}.max_h_q8{max-height:.5rem}.h_q12{height:.75rem}.min_h_q12{min-height:.75rem}.max_h_q12{max-height:.75rem}.h_q16{height:1rem}.min_h_q16{min-height:1rem}.max_h_q16{max-height:1rem}.h_q20{height:1.25rem}.min_h_q20{min-height:1.25rem}.max_h_q20{max-height:1.25rem}.h_q24{height:1.5rem}.min_h_q24{min-height:1.5rem}.max_h_q24{max-height:1.5rem}.h_q32{height:2rem}.min_h_q32{min-height:2rem}.max_h_q32{max-height:2rem}.h_q40{height:2.5rem}.min_h_q40{min-height:2.5rem}.max_h_q40{max-height:2.5rem}.h_q48{height:3rem}.min_h_q48{min-height:3rem}.max_h_q48{max-height:3rem}.h_q56{height:3.5rem}.min_h_q56{min-height:3.5rem}.max_h_q56{max-height:3.5rem}.h_q64{height:4rem}.min_h_q64{min-height:4rem}.max_h_q64{max-height:4rem}.h_q72{height:4.5rem}.min_h_q72{min-height:4.5rem}.max_h_q72{max-height:4.5rem}.h_q80{height:5rem}.min_h_q80{min-height:5rem}.max_h_q80{max-height:5rem}.h_q96{height:6rem}.min_h_q96{min-height:6rem}.max_h_q96{max-height:6rem}.h_q112{height:7rem}.min_h_q112{min-height:7rem}.max_h_q112{max-height:7rem}.h_q128{height:8rem}.min_h_q128{min-height:8rem}.max_h_q128{max-height:8rem}.h_q144{height:9rem}.min_h_q144{min-height:9rem}.max_h_q144{max-height:9rem}.h_q160{height:10rem}.min_h_q160{min-height:10rem}.max_h_q160{max-height:10rem}.h_q192{height:12rem}.min_h_q192{min-height:12rem}.max_h_q192{max-height:12rem}.h_q224{height:14rem}.min_h_q224{min-height:14rem}.max_h_q224{max-height:14rem}.h_q256{height:16rem}.min_h_q256{min-height:16rem}.max_h_q256{max-height:16rem}.inset_q0{bottom:0;left:0;right:0;top:0}.top_q0{top:0}.right_q0{right:0}.bottom_q0{bottom:0}.left_q0{left:0}.inset_x_q0{left:0;right:0}.inset_y_q0{bottom:0;top:0}.inset_q1{bottom:.0625rem;left:.0625rem;right:.0625rem}.inset_q1,.top_q1{top:.0625rem}.right_q1{right:.0625rem}.bottom_q1{bottom:.0625rem}.inset_x_q1,.left_q1{left:.0625rem}.inset_x_q1{right:.0625rem}.inset_y_q1{bottom:.0625rem;top:.0625rem}.inset_q2{bottom:.125rem;left:.125rem;right:.125rem}.inset_q2,.top_q2{top:.125rem}.right_q2{right:.125rem}.bottom_q2{bottom:.125rem}.inset_x_q2,.left_q2{left:.125rem}.inset_x_q2{right:.125rem}.inset_y_q2{bottom:.125rem;top:.125rem}.inset_q4{bottom:.25rem;left:.25rem;right:.25rem}.inset_q4,.top_q4{top:.25rem}.right_q4{right:.25rem}.bottom_q4{bottom:.25rem}.left_q4{left:.25rem}.inset_x_q4{left:.25rem;right:.25rem}.inset_y_q4{bottom:.25rem;top:.25rem}.inset_q6{bottom:.375rem;left:.375rem;right:.375rem}.inset_q6,.top_q6{top:.375rem}.right_q6{right:.375rem}.bottom_q6{bottom:.375rem}.inset_x_q6,.left_q6{left:.375rem}.inset_x_q6{right:.375rem}.inset_y_q6{bottom:.375rem;top:.375rem}.inset_q8{bottom:.5rem;left:.5rem;right:.5rem;top:.5rem}.top_q8{top:.5rem}.right_q8{right:.5rem}.bottom_q8{bottom:.5rem}.left_q8{left:.5rem}.inset_x_q8{left:.5rem;right:.5rem}.inset_y_q8{bottom:.5rem;top:.5rem}.inset_q12{bottom:.75rem;left:.75rem;right:.75rem;top:.75rem}.top_q12{top:.75rem}.right_q12{right:.75rem}.bottom_q12{bottom:.75rem}.left_q12{left:.75rem}.inset_x_q12{left:.75rem;right:.75rem}.inset_y_q12{bottom:.75rem;top:.75rem}.inset_q16{bottom:1rem;left:1rem;right:1rem;top:1rem}.top_q16{top:1rem}.right_q16{right:1rem}.bottom_q16{bottom:1rem}.left_q16{left:1rem}.inset_x_q16{left:1rem;right:1rem}.inset_y_q16{bottom:1rem;top:1rem}.inset_q20{bottom:1.25rem;left:1.25rem;right:1.25rem}.inset_q20,.top_q20{top:1.25rem}.right_q20{right:1.25rem}.bottom_q20{bottom:1.25rem}.left_q20{left:1.25rem}.inset_x_q20{left:1.25rem;right:1.25rem}.inset_y_q20{bottom:1.25rem;top:1.25rem}.inset_q24{bottom:1.5rem;left:1.5rem;right:1.5rem;top:1.5rem}.top_q24{top:1.5rem}.right_q24{right:1.5rem}.bottom_q24{bottom:1.5rem}.left_q24{left:1.5rem}.inset_x_q24{left:1.5rem;right:1.5rem}.inset_y_q24{bottom:1.5rem;top:1.5rem}.inset_q32{bottom:2rem;left:2rem;right:2rem;top:2rem}.top_q32{top:2rem}.right_q32{right:2rem}.bottom_q32{bottom:2rem}.left_q32{left:2rem}.inset_x_q32{left:2rem;right:2rem}.inset_y_q32{bottom:2rem;top:2rem}.inset_q40{bottom:2.5rem;left:2.5rem;right:2.5rem;top:2.5rem}.top_q40{top:2.5rem}.right_q40{right:2.5rem}.bottom_q40{bottom:2.5rem}.left_q40{left:2.5rem}.inset_x_q40{left:2.5rem;right:2.5rem}.inset_y_q40{bottom:2.5rem;top:2.5rem}.inset_q48{bottom:3rem;left:3rem;right:3rem;top:3rem}.top_q48{top:3rem}.right_q48{right:3rem}.bottom_q48{bottom:3rem}.left_q48{left:3rem}.inset_x_q48{left:3rem;right:3rem}.inset_y_q48{bottom:3rem;top:3rem}.inset_q56{bottom:3.5rem;left:3.5rem;right:3.5rem;top:3.5rem}.top_q56{top:3.5rem}.right_q56{right:3.5rem}.bottom_q56{bottom:3.5rem}.left_q56{left:3.5rem}.inset_x_q56{left:3.5rem;right:3.5rem}.inset_y_q56{bottom:3.5rem;top:3.5rem}.inset_q64{bottom:4rem;left:4rem;right:4rem;top:4rem}.top_q64{top:4rem}.right_q64{right:4rem}.bottom_q64{bottom:4rem}.left_q64{left:4rem}.inset_x_q64{left:4rem;right:4rem}.inset_y_q64{bottom:4rem;top:4rem}.inset_q72{bottom:4.5rem;left:4.5rem;right:4.5rem;top:4.5rem}.top_q72{top:4.5rem}.right_q72{right:4.5rem}.bottom_q72{bottom:4.5rem}.left_q72{left:4.5rem}.inset_x_q72{left:4.5rem;right:4.5rem}.inset_y_q72{bottom:4.5rem;top:4.5rem}.inset_q80{bottom:5rem;left:5rem;right:5rem;top:5rem}.top_q80{top:5rem}.right_q80{right:5rem}.bottom_q80{bottom:5rem}.left_q80{left:5rem}.inset_x_q80{left:5rem;right:5rem}.inset_y_q80{bottom:5rem;top:5rem}.inset_q96{bottom:6rem;left:6rem;right:6rem;top:6rem}.top_q96{top:6rem}.right_q96{right:6rem}.bottom_q96{bottom:6rem}.left_q96{left:6rem}.inset_x_q96{left:6rem;right:6rem}.inset_y_q96{bottom:6rem;top:6rem}.inset_q112{bottom:7rem;left:7rem;right:7rem;top:7rem}.top_q112{top:7rem}.right_q112{right:7rem}.bottom_q112{bottom:7rem}.left_q112{left:7rem}.inset_x_q112{left:7rem;right:7rem}.inset_y_q112{bottom:7rem;top:7rem}.inset_q128{bottom:8rem;left:8rem;right:8rem;top:8rem}.top_q128{top:8rem}.right_q128{right:8rem}.bottom_q128{bottom:8rem}.left_q128{left:8rem}.inset_x_q128{left:8rem;right:8rem}.inset_y_q128{bottom:8rem;top:8rem}.inset_q144{bottom:9rem;left:9rem;right:9rem;top:9rem}.top_q144{top:9rem}.right_q144{right:9rem}.bottom_q144{bottom:9rem}.left_q144{left:9rem}.inset_x_q144{left:9rem;right:9rem}.inset_y_q144{bottom:9rem;top:9rem}.inset_q160{bottom:10rem;left:10rem;right:10rem;top:10rem}.top_q160{top:10rem}.right_q160{right:10rem}.bottom_q160{bottom:10rem}.left_q160{left:10rem}.inset_x_q160{left:10rem;right:10rem}.inset_y_q160{bottom:10rem;top:10rem}.inset_q192{bottom:12rem;left:12rem;right:12rem;top:12rem}.top_q192{top:12rem}.right_q192{right:12rem}.bottom_q192{bottom:12rem}.left_q192{left:12rem}.inset_x_q192{left:12rem;right:12rem}.inset_y_q192{bottom:12rem;top:12rem}.inset_q224{bottom:14rem;left:14rem;right:14rem;top:14rem}.top_q224{top:14rem}.right_q224{right:14rem}.bottom_q224{bottom:14rem}.left_q224{left:14rem}.inset_x_q224{left:14rem;right:14rem}.inset_y_q224{bottom:14rem;top:14rem}.inset_q256{bottom:16rem;left:16rem;right:16rem;top:16rem}.top_q256{top:16rem}.right_q256{right:16rem}.bottom_q256{bottom:16rem}.left_q256{left:16rem}.inset_x_q256{left:16rem;right:16rem}.inset_y_q256{bottom:16rem;top:16rem}.border_q0{border-width:0}.border_t_q0{border-top-width:0}.border_r_q0{border-right-width:0}.border_b_q0{border-bottom-width:0}.border_l_q0,.border_x_q0{border-left-width:0}.border_x_q0{border-right-width:0}.border_y_q0{border-bottom-width:0;border-top-width:0}.border_q1{border-width:.0625rem}.border_t_q1{border-top-width:.0625rem}.border_r_q1{border-right-width:.0625rem}.border_b_q1{border-bottom-width:.0625rem}.border_l_q1,.border_x_q1{border-left-width:.0625rem}.border_x_q1{border-right-width:.0625rem}.border_y_q1{border-bottom-width:.0625rem;border-top-width:.0625rem}.border_q2{border-width:.125rem}.border_t_q2{border-top-width:.125rem}.border_r_q2{border-right-width:.125rem}.border_b_q2{border-bottom-width:.125rem}.border_l_q2,.border_x_q2{border-left-width:.125rem}.border_x_q2{border-right-width:.125rem}.border_y_q2{border-bottom-width:.125rem;border-top-width:.125rem}.border_q4{border-width:.25rem}.border_t_q4{border-top-width:.25rem}.border_r_q4{border-right-width:.25rem}.border_b_q4{border-bottom-width:.25rem}.border_l_q4,.border_x_q4{border-left-width:.25rem}.border_x_q4{border-right-width:.25rem}.border_y_q4{border-bottom-width:.25rem;border-top-width:.25rem}.border_q6{border-width:.375rem}.border_t_q6{border-top-width:.375rem}.border_r_q6{border-right-width:.375rem}.border_b_q6{border-bottom-width:.375rem}.border_l_q6,.border_x_q6{border-left-width:.375rem}.border_x_q6{border-right-width:.375rem}.border_y_q6{border-bottom-width:.375rem;border-top-width:.375rem}.border_q8{border-width:.5rem}.border_t_q8{border-top-width:.5rem}.border_r_q8{border-right-width:.5rem}.border_b_q8{border-bottom-width:.5rem}.border_l_q8,.border_x_q8{border-left-width:.5rem}.border_x_q8{border-right-width:.5rem}.border_y_q8{border-bottom-width:.5rem;border-top-width:.5rem}.border_q12{border-width:.75rem}.border_t_q12{border-top-width:.75rem}.border_r_q12{border-right-width:.75rem}.border_b_q12{border-bottom-width:.75rem}.border_l_q12,.border_x_q12{border-left-width:.75rem}.border_x_q12{border-right-width:.75rem}.border_y_q12{border-bottom-width:.75rem;border-top-width:.75rem}.border_q16{border-width:1rem}.border_t_q16{border-top-width:1rem}.border_r_q16{border-right-width:1rem}.border_b_q16{border-bottom-width:1rem}.border_l_q16,.border_x_q16{border-left-width:1rem}.border_x_q16{border-right-width:1rem}.border_y_q16{border-bottom-width:1rem;border-top-width:1rem}.border_q20{border-width:1.25rem}.border_t_q20{border-top-width:1.25rem}.border_r_q20{border-right-width:1.25rem}.border_b_q20{border-bottom-width:1.25rem}.border_l_q20,.border_x_q20{border-left-width:1.25rem}.border_x_q20{border-right-width:1.25rem}.border_y_q20{border-bottom-width:1.25rem;border-top-width:1.25rem}.border_q24{border-width:1.5rem}.border_t_q24{border-top-width:1.5rem}.border_r_q24{border-right-width:1.5rem}.border_b_q24{border-bottom-width:1.5rem}.border_l_q24,.border_x_q24{border-left-width:1.5rem}.border_x_q24{border-right-width:1.5rem}.border_y_q24{border-bottom-width:1.5rem;border-top-width:1.5rem}.border_q32{border-width:2rem}.border_t_q32{border-top-width:2rem}.border_r_q32{border-right-width:2rem}.border_b_q32{border-bottom-width:2rem}.border_l_q32,.border_x_q32{border-left-width:2rem}.border_x_q32{border-right-width:2rem}.border_y_q32{border-bottom-width:2rem;border-top-width:2rem}.border_q40{border-width:2.5rem}.border_t_q40{border-top-width:2.5rem}.border_r_q40{border-right-width:2.5rem}.border_b_q40{border-bottom-width:2.5rem}.border_l_q40,.border_x_q40{border-left-width:2.5rem}.border_x_q40{border-right-width:2.5rem}.border_y_q40{border-bottom-width:2.5rem;border-top-width:2.5rem}.border_q48{border-width:3rem}.border_t_q48{border-top-width:3rem}.border_r_q48{border-right-width:3rem}.border_b_q48{border-bottom-width:3rem}.border_l_q48,.border_x_q48{border-left-width:3rem}.border_x_q48{border-right-width:3rem}.border_y_q48{border-bottom-width:3rem;border-top-width:3rem}.border_q56{border-width:3.5rem}.border_t_q56{border-top-width:3.5rem}.border_r_q56{border-right-width:3.5rem}.border_b_q56{border-bottom-width:3.5rem}.border_l_q56,.border_x_q56{border-left-width:3.5rem}.border_x_q56{border-right-width:3.5rem}.border_y_q56{border-bottom-width:3.5rem;border-top-width:3.5rem}.border_q64{border-width:4rem}.border_t_q64{border-top-width:4rem}.border_r_q64{border-right-width:4rem}.border_b_q64{border-bottom-width:4rem}.border_l_q64,.border_x_q64{border-left-width:4rem}.border_x_q64{border-right-width:4rem}.border_y_q64{border-bottom-width:4rem;border-top-width:4rem}.border_q72{border-width:4.5rem}.border_t_q72{border-top-width:4.5rem}.border_r_q72{border-right-width:4.5rem}.border_b_q72{border-bottom-width:4.5rem}.border_l_q72,.border_x_q72{border-left-width:4.5rem}.border_x_q72{border-right-width:4.5rem}.border_y_q72{border-bottom-width:4.5rem;border-top-width:4.5rem}.border_q80{border-width:5rem}.border_t_q80{border-top-width:5rem}.border_r_q80{border-right-width:5rem}.border_b_q80{border-bottom-width:5rem}.border_l_q80,.border_x_q80{border-left-width:5rem}.border_x_q80{border-right-width:5rem}.border_y_q80{border-bottom-width:5rem;border-top-width:5rem}.border_q96{border-width:6rem}.border_t_q96{border-top-width:6rem}.border_r_q96{border-right-width:6rem}.border_b_q96{border-bottom-width:6rem}.border_l_q96,.border_x_q96{border-left-width:6rem}.border_x_q96{border-right-width:6rem}.border_y_q96{border-bottom-width:6rem;border-top-width:6rem}.border_q112{border-width:7rem}.border_t_q112{border-top-width:7rem}.border_r_q112{border-right-width:7rem}.border_b_q112{border-bottom-width:7rem}.border_l_q112,.border_x_q112{border-left-width:7rem}.border_x_q112{border-right-width:7rem}.border_y_q112{border-bottom-width:7rem;border-top-width:7rem}.border_q128{border-width:8rem}.border_t_q128{border-top-width:8rem}.border_r_q128{border-right-width:8rem}.border_b_q128{border-bottom-width:8rem}.border_l_q128,.border_x_q128{border-left-width:8rem}.border_x_q128{border-right-width:8rem}.border_y_q128{border-bottom-width:8rem;border-top-width:8rem}.border_q144{border-width:9rem}.border_t_q144{border-top-width:9rem}.border_r_q144{border-right-width:9rem}.border_b_q144{border-bottom-width:9rem}.border_l_q144,.border_x_q144{border-left-width:9rem}.border_x_q144{border-right-width:9rem}.border_y_q144{border-bottom-width:9rem;border-top-width:9rem}.border_q160{border-width:10rem}.border_t_q160{border-top-width:10rem}.border_r_q160{border-right-width:10rem}.border_b_q160{border-bottom-width:10rem}.border_l_q160,.border_x_q160{border-left-width:10rem}.border_x_q160{border-right-width:10rem}.border_y_q160{border-bottom-width:10rem;border-top-width:10rem}.border_q192{border-width:12rem}.border_t_q192{border-top-width:12rem}.border_r_q192{border-right-width:12rem}.border_b_q192{border-bottom-width:12rem}.border_l_q192,.border_x_q192{border-left-width:12rem}.border_x_q192{border-right-width:12rem}.border_y_q192{border-bottom-width:12rem;border-top-width:12rem}.border_q224{border-width:14rem}.border_t_q224{border-top-width:14rem}.border_r_q224{border-right-width:14rem}.border_b_q224{border-bottom-width:14rem}.border_l_q224,.border_x_q224{border-left-width:14rem}.border_x_q224{border-right-width:14rem}.border_y_q224{border-bottom-width:14rem;border-top-width:14rem}.border_q256{border-width:16rem}.border_t_q256{border-top-width:16rem}.border_r_q256{border-right-width:16rem}.border_b_q256{border-bottom-width:16rem}.border_l_q256,.border_x_q256{border-left-width:16rem}.border_x_q256{border-right-width:16rem}.border_y_q256{border-bottom-width:16rem;border-top-width:16rem}.rounded_q0{border-radius:0}.rounded_t_q0{border-top-left-radius:0;border-top-right-radius:0}.rounded_r_q0{border-top-right-radius:0}.rounded_b_q0,.rounded_r_q0{border-bottom-right-radius:0}.rounded_b_q0,.rounded_l_q0{border-bottom-left-radius:0}.rounded_l_q0,.rounded_tl_q0{border-top-left-radius:0}.rounded_tr_q0{border-top-right-radius:0}.rounded_br_q0{border-bottom-right-radius:0}.rounded_bl_q0{border-bottom-left-radius:0}.rounded_q1{border-radius:.0625rem}.rounded_t_q1{border-top-left-radius:.0625rem}.rounded_r_q1,.rounded_t_q1{border-top-right-radius:.0625rem}.rounded_b_q1,.rounded_r_q1{border-bottom-right-radius:.0625rem}.rounded_b_q1,.rounded_l_q1{border-bottom-left-radius:.0625rem}.rounded_l_q1,.rounded_tl_q1{border-top-left-radius:.0625rem}.rounded_tr_q1{border-top-right-radius:.0625rem}.rounded_br_q1{border-bottom-right-radius:.0625rem}.rounded_bl_q1{border-bottom-left-radius:.0625rem}.rounded_q2{border-radius:.125rem}.rounded_t_q2{border-top-left-radius:.125rem}.rounded_r_q2,.rounded_t_q2{border-top-right-radius:.125rem}.rounded_b_q2,.rounded_r_q2{border-bottom-right-radius:.125rem}.rounded_b_q2,.rounded_l_q2{border-bottom-left-radius:.125rem}.rounded_l_q2,.rounded_tl_q2{border-top-left-radius:.125rem}.rounded_tr_q2{border-top-right-radius:.125rem}.rounded_br_q2{border-bottom-right-radius:.125rem}.rounded_bl_q2{border-bottom-left-radius:.125rem}.rounded_q4{border-radius:.25rem}.rounded_t_q4{border-top-left-radius:.25rem}.rounded_r_q4,.rounded_t_q4{border-top-right-radius:.25rem}.rounded_b_q4,.rounded_r_q4{border-bottom-right-radius:.25rem}.rounded_b_q4,.rounded_l_q4{border-bottom-left-radius:.25rem}.rounded_l_q4,.rounded_tl_q4{border-top-left-radius:.25rem}.rounded_tr_q4{border-top-right-radius:.25rem}.rounded_br_q4{border-bottom-right-radius:.25rem}.rounded_bl_q4{border-bottom-left-radius:.25rem}.rounded_q6{border-radius:.375rem}.rounded_t_q6{border-top-left-radius:.375rem}.rounded_r_q6,.rounded_t_q6{border-top-right-radius:.375rem}.rounded_b_q6,.rounded_r_q6{border-bottom-right-radius:.375rem}.rounded_b_q6,.rounded_l_q6{border-bottom-left-radius:.375rem}.rounded_l_q6,.rounded_tl_q6{border-top-left-radius:.375rem}.rounded_tr_q6{border-top-right-radius:.375rem}.rounded_br_q6{border-bottom-right-radius:.375rem}.rounded_bl_q6{border-bottom-left-radius:.375rem}.rounded_q8{border-radius:.5rem}.rounded_t_q8{border-top-left-radius:.5rem}.rounded_r_q8,.rounded_t_q8{border-top-right-radius:.5rem}.rounded_b_q8,.rounded_r_q8{border-bottom-right-radius:.5rem}.rounded_b_q8,.rounded_l_q8{border-bottom-left-radius:.5rem}.rounded_l_q8,.rounded_tl_q8{border-top-left-radius:.5rem}.rounded_tr_q8{border-top-right-radius:.5rem}.rounded_br_q8{border-bottom-right-radius:.5rem}.rounded_bl_q8{border-bottom-left-radius:.5rem}.rounded_q12{border-radius:.75rem}.rounded_t_q12{border-top-left-radius:.75rem}.rounded_r_q12,.rounded_t_q12{border-top-right-radius:.75rem}.rounded_b_q12,.rounded_r_q12{border-bottom-right-radius:.75rem}.rounded_b_q12,.rounded_l_q12{border-bottom-left-radius:.75rem}.rounded_l_q12,.rounded_tl_q12{border-top-left-radius:.75rem}.rounded_tr_q12{border-top-right-radius:.75rem}.rounded_br_q12{border-bottom-right-radius:.75rem}.rounded_bl_q12{border-bottom-left-radius:.75rem}.rounded_q16{border-radius:1rem}.rounded_t_q16{border-top-left-radius:1rem;border-top-right-radius:1rem}.rounded_r_q16{border-top-right-radius:1rem}.rounded_b_q16,.rounded_r_q16{border-bottom-right-radius:1rem}.rounded_b_q16,.rounded_l_q16{border-bottom-left-radius:1rem}.rounded_l_q16,.rounded_tl_q16{border-top-left-radius:1rem}.rounded_tr_q16{border-top-right-radius:1rem}.rounded_br_q16{border-bottom-right-radius:1rem}.rounded_bl_q16{border-bottom-left-radius:1rem}.rounded_q20{border-radius:1.25rem}.rounded_t_q20{border-top-left-radius:1.25rem}.rounded_r_q20,.rounded_t_q20{border-top-right-radius:1.25rem}.rounded_b_q20,.rounded_r_q20{border-bottom-right-radius:1.25rem}.rounded_b_q20,.rounded_l_q20{border-bottom-left-radius:1.25rem}.rounded_l_q20,.rounded_tl_q20{border-top-left-radius:1.25rem}.rounded_tr_q20{border-top-right-radius:1.25rem}.rounded_br_q20{border-bottom-right-radius:1.25rem}.rounded_bl_q20{border-bottom-left-radius:1.25rem}.rounded_q24{border-radius:1.5rem}.rounded_t_q24{border-top-left-radius:1.5rem}.rounded_r_q24,.rounded_t_q24{border-top-right-radius:1.5rem}.rounded_b_q24,.rounded_r_q24{border-bottom-right-radius:1.5rem}.rounded_b_q24,.rounded_l_q24{border-bottom-left-radius:1.5rem}.rounded_l_q24,.rounded_tl_q24{border-top-left-radius:1.5rem}.rounded_tr_q24{border-top-right-radius:1.5rem}.rounded_br_q24{border-bottom-right-radius:1.5rem}.rounded_bl_q24{border-bottom-left-radius:1.5rem}.rounded_q32{border-radius:2rem}.rounded_t_q32{border-top-left-radius:2rem;border-top-right-radius:2rem}.rounded_r_q32{border-top-right-radius:2rem}.rounded_b_q32,.rounded_r_q32{border-bottom-right-radius:2rem}.rounded_b_q32,.rounded_l_q32{border-bottom-left-radius:2rem}.rounded_l_q32,.rounded_tl_q32{border-top-left-radius:2rem}.rounded_tr_q32{border-top-right-radius:2rem}.rounded_br_q32{border-bottom-right-radius:2rem}.rounded_bl_q32{border-bottom-left-radius:2rem}.rounded_q40{border-radius:2.5rem}.rounded_t_q40{border-top-left-radius:2.5rem}.rounded_r_q40,.rounded_t_q40{border-top-right-radius:2.5rem}.rounded_b_q40,.rounded_r_q40{border-bottom-right-radius:2.5rem}.rounded_b_q40,.rounded_l_q40{border-bottom-left-radius:2.5rem}.rounded_l_q40,.rounded_tl_q40{border-top-left-radius:2.5rem}.rounded_tr_q40{border-top-right-radius:2.5rem}.rounded_br_q40{border-bottom-right-radius:2.5rem}.rounded_bl_q40{border-bottom-left-radius:2.5rem}.rounded_q48{border-radius:3rem}.rounded_t_q48{border-top-left-radius:3rem;border-top-right-radius:3rem}.rounded_r_q48{border-top-right-radius:3rem}.rounded_b_q48,.rounded_r_q48{border-bottom-right-radius:3rem}.rounded_b_q48,.rounded_l_q48{border-bottom-left-radius:3rem}.rounded_l_q48,.rounded_tl_q48{border-top-left-radius:3rem}.rounded_tr_q48{border-top-right-radius:3rem}.rounded_br_q48{border-bottom-right-radius:3rem}.rounded_bl_q48{border-bottom-left-radius:3rem}.rounded_q56{border-radius:3.5rem}.rounded_t_q56{border-top-left-radius:3.5rem}.rounded_r_q56,.rounded_t_q56{border-top-right-radius:3.5rem}.rounded_b_q56,.rounded_r_q56{border-bottom-right-radius:3.5rem}.rounded_b_q56,.rounded_l_q56{border-bottom-left-radius:3.5rem}.rounded_l_q56,.rounded_tl_q56{border-top-left-radius:3.5rem}.rounded_tr_q56{border-top-right-radius:3.5rem}.rounded_br_q56{border-bottom-right-radius:3.5rem}.rounded_bl_q56{border-bottom-left-radius:3.5rem}.rounded_q64{border-radius:4rem}.rounded_t_q64{border-top-left-radius:4rem;border-top-right-radius:4rem}.rounded_r_q64{border-top-right-radius:4rem}.rounded_b_q64,.rounded_r_q64{border-bottom-right-radius:4rem}.rounded_b_q64,.rounded_l_q64{border-bottom-left-radius:4rem}.rounded_l_q64,.rounded_tl_q64{border-top-left-radius:4rem}.rounded_tr_q64{border-top-right-radius:4rem}.rounded_br_q64{border-bottom-right-radius:4rem}.rounded_bl_q64{border-bottom-left-radius:4rem}.rounded_q72{border-radius:4.5rem}.rounded_t_q72{border-top-left-radius:4.5rem}.rounded_r_q72,.rounded_t_q72{border-top-right-radius:4.5rem}.rounded_b_q72,.rounded_r_q72{border-bottom-right-radius:4.5rem}.rounded_b_q72,.rounded_l_q72{border-bottom-left-radius:4.5rem}.rounded_l_q72,.rounded_tl_q72{border-top-left-radius:4.5rem}.rounded_tr_q72{border-top-right-radius:4.5rem}.rounded_br_q72{border-bottom-right-radius:4.5rem}.rounded_bl_q72{border-bottom-left-radius:4.5rem}.rounded_q80{border-radius:5rem}.rounded_t_q80{border-top-left-radius:5rem;border-top-right-radius:5rem}.rounded_r_q80{border-top-right-radius:5rem}.rounded_b_q80,.rounded_r_q80{border-bottom-right-radius:5rem}.rounded_b_q80,.rounded_l_q80{border-bottom-left-radius:5rem}.rounded_l_q80,.rounded_tl_q80{border-top-left-radius:5rem}.rounded_tr_q80{border-top-right-radius:5rem}.rounded_br_q80{border-bottom-right-radius:5rem}.rounded_bl_q80{border-bottom-left-radius:5rem}.rounded_q96{border-radius:6rem}.rounded_t_q96{border-top-left-radius:6rem;border-top-right-radius:6rem}.rounded_r_q96{border-top-right-radius:6rem}.rounded_b_q96,.rounded_r_q96{border-bottom-right-radius:6rem}.rounded_b_q96,.rounded_l_q96{border-bottom-left-radius:6rem}.rounded_l_q96,.rounded_tl_q96{border-top-left-radius:6rem}.rounded_tr_q96{border-top-right-radius:6rem}.rounded_br_q96{border-bottom-right-radius:6rem}.rounded_bl_q96{border-bottom-left-radius:6rem}.rounded_q112{border-radius:7rem}.rounded_t_q112{border-top-left-radius:7rem;border-top-right-radius:7rem}.rounded_r_q112{border-bottom-right-radius:7rem;border-top-right-radius:7rem}.rounded_b_q112{border-bottom-left-radius:7rem;border-bottom-right-radius:7rem}.rounded_l_q112{border-bottom-left-radius:7rem}.rounded_l_q112,.rounded_tl_q112{border-top-left-radius:7rem}.rounded_tr_q112{border-top-right-radius:7rem}.rounded_br_q112{border-bottom-right-radius:7rem}.rounded_bl_q112{border-bottom-left-radius:7rem}.rounded_q128{border-radius:8rem}.rounded_t_q128{border-top-left-radius:8rem;border-top-right-radius:8rem}.rounded_r_q128{border-bottom-right-radius:8rem;border-top-right-radius:8rem}.rounded_b_q128{border-bottom-left-radius:8rem;border-bottom-right-radius:8rem}.rounded_l_q128{border-bottom-left-radius:8rem}.rounded_l_q128,.rounded_tl_q128{border-top-left-radius:8rem}.rounded_tr_q128{border-top-right-radius:8rem}.rounded_br_q128{border-bottom-right-radius:8rem}.rounded_bl_q128{border-bottom-left-radius:8rem}.rounded_q144{border-radius:9rem}.rounded_t_q144{border-top-left-radius:9rem;border-top-right-radius:9rem}.rounded_r_q144{border-bottom-right-radius:9rem;border-top-right-radius:9rem}.rounded_b_q144{border-bottom-left-radius:9rem;border-bottom-right-radius:9rem}.rounded_l_q144{border-bottom-left-radius:9rem}.rounded_l_q144,.rounded_tl_q144{border-top-left-radius:9rem}.rounded_tr_q144{border-top-right-radius:9rem}.rounded_br_q144{border-bottom-right-radius:9rem}.rounded_bl_q144{border-bottom-left-radius:9rem}.rounded_q160{border-radius:10rem}.rounded_t_q160{border-top-left-radius:10rem;border-top-right-radius:10rem}.rounded_r_q160{border-top-right-radius:10rem}.rounded_b_q160,.rounded_r_q160{border-bottom-right-radius:10rem}.rounded_b_q160,.rounded_l_q160{border-bottom-left-radius:10rem}.rounded_l_q160,.rounded_tl_q160{border-top-left-radius:10rem}.rounded_tr_q160{border-top-right-radius:10rem}.rounded_br_q160{border-bottom-right-radius:10rem}.rounded_bl_q160{border-bottom-left-radius:10rem}.rounded_q192{border-radius:12rem}.rounded_t_q192{border-top-left-radius:12rem;border-top-right-radius:12rem}.rounded_r_q192{border-top-right-radius:12rem}.rounded_b_q192,.rounded_r_q192{border-bottom-right-radius:12rem}.rounded_b_q192,.rounded_l_q192{border-bottom-left-radius:12rem}.rounded_l_q192,.rounded_tl_q192{border-top-left-radius:12rem}.rounded_tr_q192{border-top-right-radius:12rem}.rounded_br_q192{border-bottom-right-radius:12rem}.rounded_bl_q192{border-bottom-left-radius:12rem}.rounded_q224{border-radius:14rem}.rounded_t_q224{border-top-left-radius:14rem;border-top-right-radius:14rem}.rounded_r_q224{border-top-right-radius:14rem}.rounded_b_q224,.rounded_r_q224{border-bottom-right-radius:14rem}.rounded_b_q224,.rounded_l_q224{border-bottom-left-radius:14rem}.rounded_l_q224,.rounded_tl_q224{border-top-left-radius:14rem}.rounded_tr_q224{border-top-right-radius:14rem}.rounded_br_q224{border-bottom-right-radius:14rem}.rounded_bl_q224{border-bottom-left-radius:14rem}.rounded_q256{border-radius:16rem}.rounded_t_q256{border-top-left-radius:16rem;border-top-right-radius:16rem}.rounded_r_q256{border-top-right-radius:16rem}.rounded_b_q256,.rounded_r_q256{border-bottom-right-radius:16rem}.rounded_b_q256,.rounded_l_q256{border-bottom-left-radius:16rem}.rounded_l_q256,.rounded_tl_q256{border-top-left-radius:16rem}.rounded_tr_q256{border-top-right-radius:16rem}.rounded_br_q256{border-bottom-right-radius:16rem}.rounded_bl_q256{border-bottom-left-radius:16rem}@media(min-width:240px){.us_p_q0{padding:0}.us_pt_q0{padding-top:0}.us_pr_q0{padding-right:0}.us_pb_q0{padding-bottom:0}.us_pl_q0,.us_px_q0{padding-left:0}.us_px_q0{padding-right:0}.us_py_q0{padding-bottom:0;padding-top:0}.us_m_q0{margin:0}.us_mt_q0{margin-top:0}.us_mr_q0{margin-right:0}.us_mb_q0{margin-bottom:0}.us_ml_q0,.us_mx_q0{margin-left:0}.us_mx_q0{margin-right:0}.us_my_q0{margin-bottom:0;margin-top:0}.us_gap_q0{gap:0}.us_gap_col_q0{-moz-column-gap:0;column-gap:0}.us_gap_row_q0{row-gap:0}.us_w_q0{width:0}.us_min_w_q0{min-width:0}.us_max_w_q0{max-width:0}.us_h_q0{height:0}.us_min_h_q0{min-height:0}.us_max_h_q0{max-height:0}.us_inset_q0{bottom:0;left:0;right:0;top:0}.us_top_q0{top:0}.us_right_q0{right:0}.us_bottom_q0{bottom:0}.us_left_q0{left:0}.us_inset_x_q0{left:0;right:0}.us_inset_y_q0{bottom:0;top:0}.us_border_q0{border-width:0}.us_border_t_q0{border-top-width:0}.us_border_r_q0{border-right-width:0}.us_border_b_q0{border-bottom-width:0}.us_border_l_q0,.us_border_x_q0{border-left-width:0}.us_border_x_q0{border-right-width:0}.us_border_y_q0{border-bottom-width:0;border-top-width:0}.us_rounded_q0{border-radius:0}.us_rounded_t_q0{border-top-left-radius:0;border-top-right-radius:0}.us_rounded_r_q0{border-bottom-right-radius:0;border-top-right-radius:0}.us_rounded_b_q0{border-bottom-left-radius:0;border-bottom-right-radius:0}.us_rounded_l_q0{border-bottom-left-radius:0}.us_rounded_l_q0,.us_rounded_tl_q0{border-top-left-radius:0}.us_rounded_tr_q0{border-top-right-radius:0}.us_rounded_br_q0{border-bottom-right-radius:0}.us_rounded_bl_q0{border-bottom-left-radius:0}.us_p_q1{padding:.0625rem}.us_pt_q1{padding-top:.0625rem}.us_pr_q1{padding-right:.0625rem}.us_pb_q1{padding-bottom:.0625rem}.us_pl_q1,.us_px_q1{padding-left:.0625rem}.us_px_q1{padding-right:.0625rem}.us_py_q1{padding-bottom:.0625rem;padding-top:.0625rem}.us_m_q1{margin:.0625rem}.us_mt_q1{margin-top:.0625rem}.us_mr_q1{margin-right:.0625rem}.us_mb_q1{margin-bottom:.0625rem}.us_ml_q1,.us_mx_q1{margin-left:.0625rem}.us_mx_q1{margin-right:.0625rem}.us_my_q1{margin-bottom:.0625rem;margin-top:.0625rem}.us_gap_q1{gap:.0625rem}.us_gap_col_q1{-moz-column-gap:.0625rem;column-gap:.0625rem}.us_gap_row_q1{row-gap:.0625rem}.us_w_q1{width:.0625rem}.us_min_w_q1{min-width:.0625rem}.us_max_w_q1{max-width:.0625rem}.us_h_q1{height:.0625rem}.us_min_h_q1{min-height:.0625rem}.us_max_h_q1{max-height:.0625rem}.us_inset_q1{bottom:.0625rem;left:.0625rem;right:.0625rem;top:.0625rem}.us_top_q1{top:.0625rem}.us_right_q1{right:.0625rem}.us_bottom_q1{bottom:.0625rem}.us_left_q1{left:.0625rem}.us_inset_x_q1{left:.0625rem;right:.0625rem}.us_inset_y_q1{bottom:.0625rem;top:.0625rem}.us_border_q1{border-width:.0625rem}.us_border_t_q1{border-top-width:.0625rem}.us_border_r_q1{border-right-width:.0625rem}.us_border_b_q1{border-bottom-width:.0625rem}.us_border_l_q1,.us_border_x_q1{border-left-width:.0625rem}.us_border_x_q1{border-right-width:.0625rem}.us_border_y_q1{border-bottom-width:.0625rem;border-top-width:.0625rem}.us_rounded_q1{border-radius:.0625rem}.us_rounded_t_q1{border-top-left-radius:.0625rem;border-top-right-radius:.0625rem}.us_rounded_r_q1{border-top-right-radius:.0625rem}.us_rounded_b_q1,.us_rounded_r_q1{border-bottom-right-radius:.0625rem}.us_rounded_b_q1,.us_rounded_l_q1{border-bottom-left-radius:.0625rem}.us_rounded_l_q1,.us_rounded_tl_q1{border-top-left-radius:.0625rem}.us_rounded_tr_q1{border-top-right-radius:.0625rem}.us_rounded_br_q1{border-bottom-right-radius:.0625rem}.us_rounded_bl_q1{border-bottom-left-radius:.0625rem}.us_p_q2{padding:.125rem}.us_pt_q2{padding-top:.125rem}.us_pr_q2{padding-right:.125rem}.us_pb_q2{padding-bottom:.125rem}.us_pl_q2,.us_px_q2{padding-left:.125rem}.us_px_q2{padding-right:.125rem}.us_py_q2{padding-bottom:.125rem;padding-top:.125rem}.us_m_q2{margin:.125rem}.us_mt_q2{margin-top:.125rem}.us_mr_q2{margin-right:.125rem}.us_mb_q2{margin-bottom:.125rem}.us_ml_q2,.us_mx_q2{margin-left:.125rem}.us_mx_q2{margin-right:.125rem}.us_my_q2{margin-bottom:.125rem;margin-top:.125rem}.us_gap_q2{gap:.125rem}.us_gap_col_q2{-moz-column-gap:.125rem;column-gap:.125rem}.us_gap_row_q2{row-gap:.125rem}.us_w_q2{width:.125rem}.us_min_w_q2{min-width:.125rem}.us_max_w_q2{max-width:.125rem}.us_h_q2{height:.125rem}.us_min_h_q2{min-height:.125rem}.us_max_h_q2{max-height:.125rem}.us_inset_q2{bottom:.125rem;left:.125rem;right:.125rem;top:.125rem}.us_top_q2{top:.125rem}.us_right_q2{right:.125rem}.us_bottom_q2{bottom:.125rem}.us_left_q2{left:.125rem}.us_inset_x_q2{left:.125rem;right:.125rem}.us_inset_y_q2{bottom:.125rem;top:.125rem}.us_border_q2{border-width:.125rem}.us_border_t_q2{border-top-width:.125rem}.us_border_r_q2{border-right-width:.125rem}.us_border_b_q2{border-bottom-width:.125rem}.us_border_l_q2,.us_border_x_q2{border-left-width:.125rem}.us_border_x_q2{border-right-width:.125rem}.us_border_y_q2{border-bottom-width:.125rem;border-top-width:.125rem}.us_rounded_q2{border-radius:.125rem}.us_rounded_t_q2{border-top-left-radius:.125rem;border-top-right-radius:.125rem}.us_rounded_r_q2{border-top-right-radius:.125rem}.us_rounded_b_q2,.us_rounded_r_q2{border-bottom-right-radius:.125rem}.us_rounded_b_q2,.us_rounded_l_q2{border-bottom-left-radius:.125rem}.us_rounded_l_q2,.us_rounded_tl_q2{border-top-left-radius:.125rem}.us_rounded_tr_q2{border-top-right-radius:.125rem}.us_rounded_br_q2{border-bottom-right-radius:.125rem}.us_rounded_bl_q2{border-bottom-left-radius:.125rem}.us_p_q4{padding:.25rem}.us_pt_q4{padding-top:.25rem}.us_pr_q4{padding-right:.25rem}.us_pb_q4{padding-bottom:.25rem}.us_pl_q4,.us_px_q4{padding-left:.25rem}.us_px_q4{padding-right:.25rem}.us_py_q4{padding-bottom:.25rem;padding-top:.25rem}.us_m_q4{margin:.25rem}.us_mt_q4{margin-top:.25rem}.us_mr_q4{margin-right:.25rem}.us_mb_q4{margin-bottom:.25rem}.us_ml_q4,.us_mx_q4{margin-left:.25rem}.us_mx_q4{margin-right:.25rem}.us_my_q4{margin-bottom:.25rem;margin-top:.25rem}.us_gap_q4{gap:.25rem}.us_gap_col_q4{-moz-column-gap:.25rem;column-gap:.25rem}.us_gap_row_q4{row-gap:.25rem}.us_w_q4{width:.25rem}.us_min_w_q4{min-width:.25rem}.us_max_w_q4{max-width:.25rem}.us_h_q4{height:.25rem}.us_min_h_q4{min-height:.25rem}.us_max_h_q4{max-height:.25rem}.us_inset_q4{bottom:.25rem;left:.25rem;right:.25rem;top:.25rem}.us_top_q4{top:.25rem}.us_right_q4{right:.25rem}.us_bottom_q4{bottom:.25rem}.us_left_q4{left:.25rem}.us_inset_x_q4{left:.25rem;right:.25rem}.us_inset_y_q4{bottom:.25rem;top:.25rem}.us_border_q4{border-width:.25rem}.us_border_t_q4{border-top-width:.25rem}.us_border_r_q4{border-right-width:.25rem}.us_border_b_q4{border-bottom-width:.25rem}.us_border_l_q4,.us_border_x_q4{border-left-width:.25rem}.us_border_x_q4{border-right-width:.25rem}.us_border_y_q4{border-bottom-width:.25rem;border-top-width:.25rem}.us_rounded_q4{border-radius:.25rem}.us_rounded_t_q4{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.us_rounded_r_q4{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}.us_rounded_b_q4{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.us_rounded_l_q4{border-bottom-left-radius:.25rem}.us_rounded_l_q4,.us_rounded_tl_q4{border-top-left-radius:.25rem}.us_rounded_tr_q4{border-top-right-radius:.25rem}.us_rounded_br_q4{border-bottom-right-radius:.25rem}.us_rounded_bl_q4{border-bottom-left-radius:.25rem}.us_p_q6{padding:.375rem}.us_pt_q6{padding-top:.375rem}.us_pr_q6{padding-right:.375rem}.us_pb_q6{padding-bottom:.375rem}.us_pl_q6,.us_px_q6{padding-left:.375rem}.us_px_q6{padding-right:.375rem}.us_py_q6{padding-bottom:.375rem;padding-top:.375rem}.us_m_q6{margin:.375rem}.us_mt_q6{margin-top:.375rem}.us_mr_q6{margin-right:.375rem}.us_mb_q6{margin-bottom:.375rem}.us_ml_q6,.us_mx_q6{margin-left:.375rem}.us_mx_q6{margin-right:.375rem}.us_my_q6{margin-bottom:.375rem;margin-top:.375rem}.us_gap_q6{gap:.375rem}.us_gap_col_q6{-moz-column-gap:.375rem;column-gap:.375rem}.us_gap_row_q6{row-gap:.375rem}.us_w_q6{width:.375rem}.us_min_w_q6{min-width:.375rem}.us_max_w_q6{max-width:.375rem}.us_h_q6{height:.375rem}.us_min_h_q6{min-height:.375rem}.us_max_h_q6{max-height:.375rem}.us_inset_q6{bottom:.375rem;left:.375rem;right:.375rem;top:.375rem}.us_top_q6{top:.375rem}.us_right_q6{right:.375rem}.us_bottom_q6{bottom:.375rem}.us_left_q6{left:.375rem}.us_inset_x_q6{left:.375rem;right:.375rem}.us_inset_y_q6{bottom:.375rem;top:.375rem}.us_border_q6{border-width:.375rem}.us_border_t_q6{border-top-width:.375rem}.us_border_r_q6{border-right-width:.375rem}.us_border_b_q6{border-bottom-width:.375rem}.us_border_l_q6,.us_border_x_q6{border-left-width:.375rem}.us_border_x_q6{border-right-width:.375rem}.us_border_y_q6{border-bottom-width:.375rem;border-top-width:.375rem}.us_rounded_q6{border-radius:.375rem}.us_rounded_t_q6{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.us_rounded_r_q6{border-top-right-radius:.375rem}.us_rounded_b_q6,.us_rounded_r_q6{border-bottom-right-radius:.375rem}.us_rounded_b_q6,.us_rounded_l_q6{border-bottom-left-radius:.375rem}.us_rounded_l_q6,.us_rounded_tl_q6{border-top-left-radius:.375rem}.us_rounded_tr_q6{border-top-right-radius:.375rem}.us_rounded_br_q6{border-bottom-right-radius:.375rem}.us_rounded_bl_q6{border-bottom-left-radius:.375rem}.us_p_q8{padding:.5rem}.us_pt_q8{padding-top:.5rem}.us_pr_q8{padding-right:.5rem}.us_pb_q8{padding-bottom:.5rem}.us_pl_q8,.us_px_q8{padding-left:.5rem}.us_px_q8{padding-right:.5rem}.us_py_q8{padding-bottom:.5rem;padding-top:.5rem}.us_m_q8{margin:.5rem}.us_mt_q8{margin-top:.5rem}.us_mr_q8{margin-right:.5rem}.us_mb_q8{margin-bottom:.5rem}.us_ml_q8,.us_mx_q8{margin-left:.5rem}.us_mx_q8{margin-right:.5rem}.us_my_q8{margin-bottom:.5rem;margin-top:.5rem}.us_gap_q8{gap:.5rem}.us_gap_col_q8{-moz-column-gap:.5rem;column-gap:.5rem}.us_gap_row_q8{row-gap:.5rem}.us_w_q8{width:.5rem}.us_min_w_q8{min-width:.5rem}.us_max_w_q8{max-width:.5rem}.us_h_q8{height:.5rem}.us_min_h_q8{min-height:.5rem}.us_max_h_q8{max-height:.5rem}.us_inset_q8{bottom:.5rem;left:.5rem;right:.5rem;top:.5rem}.us_top_q8{top:.5rem}.us_right_q8{right:.5rem}.us_bottom_q8{bottom:.5rem}.us_left_q8{left:.5rem}.us_inset_x_q8{left:.5rem;right:.5rem}.us_inset_y_q8{bottom:.5rem;top:.5rem}.us_border_q8{border-width:.5rem}.us_border_t_q8{border-top-width:.5rem}.us_border_r_q8{border-right-width:.5rem}.us_border_b_q8{border-bottom-width:.5rem}.us_border_l_q8,.us_border_x_q8{border-left-width:.5rem}.us_border_x_q8{border-right-width:.5rem}.us_border_y_q8{border-bottom-width:.5rem;border-top-width:.5rem}.us_rounded_q8{border-radius:.5rem}.us_rounded_t_q8{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.us_rounded_r_q8{border-bottom-right-radius:.5rem;border-top-right-radius:.5rem}.us_rounded_b_q8{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.us_rounded_l_q8{border-bottom-left-radius:.5rem}.us_rounded_l_q8,.us_rounded_tl_q8{border-top-left-radius:.5rem}.us_rounded_tr_q8{border-top-right-radius:.5rem}.us_rounded_br_q8{border-bottom-right-radius:.5rem}.us_rounded_bl_q8{border-bottom-left-radius:.5rem}.us_p_q12{padding:.75rem}.us_pt_q12{padding-top:.75rem}.us_pr_q12{padding-right:.75rem}.us_pb_q12{padding-bottom:.75rem}.us_pl_q12,.us_px_q12{padding-left:.75rem}.us_px_q12{padding-right:.75rem}.us_py_q12{padding-bottom:.75rem;padding-top:.75rem}.us_m_q12{margin:.75rem}.us_mt_q12{margin-top:.75rem}.us_mr_q12{margin-right:.75rem}.us_mb_q12{margin-bottom:.75rem}.us_ml_q12,.us_mx_q12{margin-left:.75rem}.us_mx_q12{margin-right:.75rem}.us_my_q12{margin-bottom:.75rem;margin-top:.75rem}.us_gap_q12{gap:.75rem}.us_gap_col_q12{-moz-column-gap:.75rem;column-gap:.75rem}.us_gap_row_q12{row-gap:.75rem}.us_w_q12{width:.75rem}.us_min_w_q12{min-width:.75rem}.us_max_w_q12{max-width:.75rem}.us_h_q12{height:.75rem}.us_min_h_q12{min-height:.75rem}.us_max_h_q12{max-height:.75rem}.us_inset_q12{bottom:.75rem;left:.75rem;right:.75rem;top:.75rem}.us_top_q12{top:.75rem}.us_right_q12{right:.75rem}.us_bottom_q12{bottom:.75rem}.us_left_q12{left:.75rem}.us_inset_x_q12{left:.75rem;right:.75rem}.us_inset_y_q12{bottom:.75rem;top:.75rem}.us_border_q12{border-width:.75rem}.us_border_t_q12{border-top-width:.75rem}.us_border_r_q12{border-right-width:.75rem}.us_border_b_q12{border-bottom-width:.75rem}.us_border_l_q12,.us_border_x_q12{border-left-width:.75rem}.us_border_x_q12{border-right-width:.75rem}.us_border_y_q12{border-bottom-width:.75rem;border-top-width:.75rem}.us_rounded_q12{border-radius:.75rem}.us_rounded_t_q12{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.us_rounded_r_q12{border-bottom-right-radius:.75rem;border-top-right-radius:.75rem}.us_rounded_b_q12{border-bottom-left-radius:.75rem;border-bottom-right-radius:.75rem}.us_rounded_l_q12{border-bottom-left-radius:.75rem}.us_rounded_l_q12,.us_rounded_tl_q12{border-top-left-radius:.75rem}.us_rounded_tr_q12{border-top-right-radius:.75rem}.us_rounded_br_q12{border-bottom-right-radius:.75rem}.us_rounded_bl_q12{border-bottom-left-radius:.75rem}.us_p_q16{padding:1rem}.us_pt_q16{padding-top:1rem}.us_pr_q16{padding-right:1rem}.us_pb_q16{padding-bottom:1rem}.us_pl_q16,.us_px_q16{padding-left:1rem}.us_px_q16{padding-right:1rem}.us_py_q16{padding-bottom:1rem;padding-top:1rem}.us_m_q16{margin:1rem}.us_mt_q16{margin-top:1rem}.us_mr_q16{margin-right:1rem}.us_mb_q16{margin-bottom:1rem}.us_ml_q16,.us_mx_q16{margin-left:1rem}.us_mx_q16{margin-right:1rem}.us_my_q16{margin-bottom:1rem;margin-top:1rem}.us_gap_q16{gap:1rem}.us_gap_col_q16{-moz-column-gap:1rem;column-gap:1rem}.us_gap_row_q16{row-gap:1rem}.us_w_q16{width:1rem}.us_min_w_q16{min-width:1rem}.us_max_w_q16{max-width:1rem}.us_h_q16{height:1rem}.us_min_h_q16{min-height:1rem}.us_max_h_q16{max-height:1rem}.us_inset_q16{bottom:1rem;left:1rem;right:1rem;top:1rem}.us_top_q16{top:1rem}.us_right_q16{right:1rem}.us_bottom_q16{bottom:1rem}.us_left_q16{left:1rem}.us_inset_x_q16{left:1rem;right:1rem}.us_inset_y_q16{bottom:1rem;top:1rem}.us_border_q16{border-width:1rem}.us_border_t_q16{border-top-width:1rem}.us_border_r_q16{border-right-width:1rem}.us_border_b_q16{border-bottom-width:1rem}.us_border_l_q16,.us_border_x_q16{border-left-width:1rem}.us_border_x_q16{border-right-width:1rem}.us_border_y_q16{border-bottom-width:1rem;border-top-width:1rem}.us_rounded_q16{border-radius:1rem}.us_rounded_t_q16{border-top-left-radius:1rem;border-top-right-radius:1rem}.us_rounded_r_q16{border-bottom-right-radius:1rem;border-top-right-radius:1rem}.us_rounded_b_q16{border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}.us_rounded_l_q16{border-bottom-left-radius:1rem}.us_rounded_l_q16,.us_rounded_tl_q16{border-top-left-radius:1rem}.us_rounded_tr_q16{border-top-right-radius:1rem}.us_rounded_br_q16{border-bottom-right-radius:1rem}.us_rounded_bl_q16{border-bottom-left-radius:1rem}.us_p_q20{padding:1.25rem}.us_pt_q20{padding-top:1.25rem}.us_pr_q20{padding-right:1.25rem}.us_pb_q20{padding-bottom:1.25rem}.us_pl_q20,.us_px_q20{padding-left:1.25rem}.us_px_q20{padding-right:1.25rem}.us_py_q20{padding-bottom:1.25rem;padding-top:1.25rem}.us_m_q20{margin:1.25rem}.us_mt_q20{margin-top:1.25rem}.us_mr_q20{margin-right:1.25rem}.us_mb_q20{margin-bottom:1.25rem}.us_ml_q20,.us_mx_q20{margin-left:1.25rem}.us_mx_q20{margin-right:1.25rem}.us_my_q20{margin-bottom:1.25rem;margin-top:1.25rem}.us_gap_q20{gap:1.25rem}.us_gap_col_q20{-moz-column-gap:1.25rem;column-gap:1.25rem}.us_gap_row_q20{row-gap:1.25rem}.us_w_q20{width:1.25rem}.us_min_w_q20{min-width:1.25rem}.us_max_w_q20{max-width:1.25rem}.us_h_q20{height:1.25rem}.us_min_h_q20{min-height:1.25rem}.us_max_h_q20{max-height:1.25rem}.us_inset_q20{bottom:1.25rem;left:1.25rem;right:1.25rem;top:1.25rem}.us_top_q20{top:1.25rem}.us_right_q20{right:1.25rem}.us_bottom_q20{bottom:1.25rem}.us_left_q20{left:1.25rem}.us_inset_x_q20{left:1.25rem;right:1.25rem}.us_inset_y_q20{bottom:1.25rem;top:1.25rem}.us_border_q20{border-width:1.25rem}.us_border_t_q20{border-top-width:1.25rem}.us_border_r_q20{border-right-width:1.25rem}.us_border_b_q20{border-bottom-width:1.25rem}.us_border_l_q20,.us_border_x_q20{border-left-width:1.25rem}.us_border_x_q20{border-right-width:1.25rem}.us_border_y_q20{border-bottom-width:1.25rem;border-top-width:1.25rem}.us_rounded_q20{border-radius:1.25rem}.us_rounded_t_q20{border-top-left-radius:1.25rem;border-top-right-radius:1.25rem}.us_rounded_r_q20{border-bottom-right-radius:1.25rem;border-top-right-radius:1.25rem}.us_rounded_b_q20{border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem}.us_rounded_l_q20{border-bottom-left-radius:1.25rem}.us_rounded_l_q20,.us_rounded_tl_q20{border-top-left-radius:1.25rem}.us_rounded_tr_q20{border-top-right-radius:1.25rem}.us_rounded_br_q20{border-bottom-right-radius:1.25rem}.us_rounded_bl_q20{border-bottom-left-radius:1.25rem}.us_p_q24{padding:1.5rem}.us_pt_q24{padding-top:1.5rem}.us_pr_q24{padding-right:1.5rem}.us_pb_q24{padding-bottom:1.5rem}.us_pl_q24,.us_px_q24{padding-left:1.5rem}.us_px_q24{padding-right:1.5rem}.us_py_q24{padding-bottom:1.5rem;padding-top:1.5rem}.us_m_q24{margin:1.5rem}.us_mt_q24{margin-top:1.5rem}.us_mr_q24{margin-right:1.5rem}.us_mb_q24{margin-bottom:1.5rem}.us_ml_q24,.us_mx_q24{margin-left:1.5rem}.us_mx_q24{margin-right:1.5rem}.us_my_q24{margin-bottom:1.5rem;margin-top:1.5rem}.us_gap_q24{gap:1.5rem}.us_gap_col_q24{-moz-column-gap:1.5rem;column-gap:1.5rem}.us_gap_row_q24{row-gap:1.5rem}.us_w_q24{width:1.5rem}.us_min_w_q24{min-width:1.5rem}.us_max_w_q24{max-width:1.5rem}.us_h_q24{height:1.5rem}.us_min_h_q24{min-height:1.5rem}.us_max_h_q24{max-height:1.5rem}.us_inset_q24{bottom:1.5rem;left:1.5rem;right:1.5rem;top:1.5rem}.us_top_q24{top:1.5rem}.us_right_q24{right:1.5rem}.us_bottom_q24{bottom:1.5rem}.us_left_q24{left:1.5rem}.us_inset_x_q24{left:1.5rem;right:1.5rem}.us_inset_y_q24{bottom:1.5rem;top:1.5rem}.us_border_q24{border-width:1.5rem}.us_border_t_q24{border-top-width:1.5rem}.us_border_r_q24{border-right-width:1.5rem}.us_border_b_q24{border-bottom-width:1.5rem}.us_border_l_q24,.us_border_x_q24{border-left-width:1.5rem}.us_border_x_q24{border-right-width:1.5rem}.us_border_y_q24{border-bottom-width:1.5rem;border-top-width:1.5rem}.us_rounded_q24{border-radius:1.5rem}.us_rounded_t_q24{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.us_rounded_r_q24{border-bottom-right-radius:1.5rem;border-top-right-radius:1.5rem}.us_rounded_b_q24{border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem}.us_rounded_l_q24{border-bottom-left-radius:1.5rem}.us_rounded_l_q24,.us_rounded_tl_q24{border-top-left-radius:1.5rem}.us_rounded_tr_q24{border-top-right-radius:1.5rem}.us_rounded_br_q24{border-bottom-right-radius:1.5rem}.us_rounded_bl_q24{border-bottom-left-radius:1.5rem}.us_p_q32{padding:2rem}.us_pt_q32{padding-top:2rem}.us_pr_q32{padding-right:2rem}.us_pb_q32{padding-bottom:2rem}.us_pl_q32,.us_px_q32{padding-left:2rem}.us_px_q32{padding-right:2rem}.us_py_q32{padding-bottom:2rem;padding-top:2rem}.us_m_q32{margin:2rem}.us_mt_q32{margin-top:2rem}.us_mr_q32{margin-right:2rem}.us_mb_q32{margin-bottom:2rem}.us_ml_q32,.us_mx_q32{margin-left:2rem}.us_mx_q32{margin-right:2rem}.us_my_q32{margin-bottom:2rem;margin-top:2rem}.us_gap_q32{gap:2rem}.us_gap_col_q32{-moz-column-gap:2rem;column-gap:2rem}.us_gap_row_q32{row-gap:2rem}.us_w_q32{width:2rem}.us_min_w_q32{min-width:2rem}.us_max_w_q32{max-width:2rem}.us_h_q32{height:2rem}.us_min_h_q32{min-height:2rem}.us_max_h_q32{max-height:2rem}.us_inset_q32{bottom:2rem;left:2rem;right:2rem;top:2rem}.us_top_q32{top:2rem}.us_right_q32{right:2rem}.us_bottom_q32{bottom:2rem}.us_left_q32{left:2rem}.us_inset_x_q32{left:2rem;right:2rem}.us_inset_y_q32{bottom:2rem;top:2rem}.us_border_q32{border-width:2rem}.us_border_t_q32{border-top-width:2rem}.us_border_r_q32{border-right-width:2rem}.us_border_b_q32{border-bottom-width:2rem}.us_border_l_q32,.us_border_x_q32{border-left-width:2rem}.us_border_x_q32{border-right-width:2rem}.us_border_y_q32{border-bottom-width:2rem;border-top-width:2rem}.us_rounded_q32{border-radius:2rem}.us_rounded_t_q32{border-top-left-radius:2rem;border-top-right-radius:2rem}.us_rounded_r_q32{border-bottom-right-radius:2rem;border-top-right-radius:2rem}.us_rounded_b_q32{border-bottom-left-radius:2rem;border-bottom-right-radius:2rem}.us_rounded_l_q32{border-bottom-left-radius:2rem}.us_rounded_l_q32,.us_rounded_tl_q32{border-top-left-radius:2rem}.us_rounded_tr_q32{border-top-right-radius:2rem}.us_rounded_br_q32{border-bottom-right-radius:2rem}.us_rounded_bl_q32{border-bottom-left-radius:2rem}.us_p_q40{padding:2.5rem}.us_pt_q40{padding-top:2.5rem}.us_pr_q40{padding-right:2.5rem}.us_pb_q40{padding-bottom:2.5rem}.us_pl_q40,.us_px_q40{padding-left:2.5rem}.us_px_q40{padding-right:2.5rem}.us_py_q40{padding-bottom:2.5rem;padding-top:2.5rem}.us_m_q40{margin:2.5rem}.us_mt_q40{margin-top:2.5rem}.us_mr_q40{margin-right:2.5rem}.us_mb_q40{margin-bottom:2.5rem}.us_ml_q40,.us_mx_q40{margin-left:2.5rem}.us_mx_q40{margin-right:2.5rem}.us_my_q40{margin-bottom:2.5rem;margin-top:2.5rem}.us_gap_q40{gap:2.5rem}.us_gap_col_q40{-moz-column-gap:2.5rem;column-gap:2.5rem}.us_gap_row_q40{row-gap:2.5rem}.us_w_q40{width:2.5rem}.us_min_w_q40{min-width:2.5rem}.us_max_w_q40{max-width:2.5rem}.us_h_q40{height:2.5rem}.us_min_h_q40{min-height:2.5rem}.us_max_h_q40{max-height:2.5rem}.us_inset_q40{bottom:2.5rem;left:2.5rem;right:2.5rem;top:2.5rem}.us_top_q40{top:2.5rem}.us_right_q40{right:2.5rem}.us_bottom_q40{bottom:2.5rem}.us_left_q40{left:2.5rem}.us_inset_x_q40{left:2.5rem;right:2.5rem}.us_inset_y_q40{bottom:2.5rem;top:2.5rem}.us_border_q40{border-width:2.5rem}.us_border_t_q40{border-top-width:2.5rem}.us_border_r_q40{border-right-width:2.5rem}.us_border_b_q40{border-bottom-width:2.5rem}.us_border_l_q40,.us_border_x_q40{border-left-width:2.5rem}.us_border_x_q40{border-right-width:2.5rem}.us_border_y_q40{border-bottom-width:2.5rem;border-top-width:2.5rem}.us_rounded_q40{border-radius:2.5rem}.us_rounded_t_q40{border-top-left-radius:2.5rem;border-top-right-radius:2.5rem}.us_rounded_r_q40{border-bottom-right-radius:2.5rem;border-top-right-radius:2.5rem}.us_rounded_b_q40{border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem}.us_rounded_l_q40{border-bottom-left-radius:2.5rem}.us_rounded_l_q40,.us_rounded_tl_q40{border-top-left-radius:2.5rem}.us_rounded_tr_q40{border-top-right-radius:2.5rem}.us_rounded_br_q40{border-bottom-right-radius:2.5rem}.us_rounded_bl_q40{border-bottom-left-radius:2.5rem}.us_p_q48{padding:3rem}.us_pt_q48{padding-top:3rem}.us_pr_q48{padding-right:3rem}.us_pb_q48{padding-bottom:3rem}.us_pl_q48,.us_px_q48{padding-left:3rem}.us_px_q48{padding-right:3rem}.us_py_q48{padding-bottom:3rem;padding-top:3rem}.us_m_q48{margin:3rem}.us_mt_q48{margin-top:3rem}.us_mr_q48{margin-right:3rem}.us_mb_q48{margin-bottom:3rem}.us_ml_q48,.us_mx_q48{margin-left:3rem}.us_mx_q48{margin-right:3rem}.us_my_q48{margin-bottom:3rem;margin-top:3rem}.us_gap_q48{gap:3rem}.us_gap_col_q48{-moz-column-gap:3rem;column-gap:3rem}.us_gap_row_q48{row-gap:3rem}.us_w_q48{width:3rem}.us_min_w_q48{min-width:3rem}.us_max_w_q48{max-width:3rem}.us_h_q48{height:3rem}.us_min_h_q48{min-height:3rem}.us_max_h_q48{max-height:3rem}.us_inset_q48{bottom:3rem;left:3rem;right:3rem;top:3rem}.us_top_q48{top:3rem}.us_right_q48{right:3rem}.us_bottom_q48{bottom:3rem}.us_left_q48{left:3rem}.us_inset_x_q48{left:3rem;right:3rem}.us_inset_y_q48{bottom:3rem;top:3rem}.us_border_q48{border-width:3rem}.us_border_t_q48{border-top-width:3rem}.us_border_r_q48{border-right-width:3rem}.us_border_b_q48{border-bottom-width:3rem}.us_border_l_q48,.us_border_x_q48{border-left-width:3rem}.us_border_x_q48{border-right-width:3rem}.us_border_y_q48{border-bottom-width:3rem;border-top-width:3rem}.us_rounded_q48{border-radius:3rem}.us_rounded_t_q48{border-top-left-radius:3rem;border-top-right-radius:3rem}.us_rounded_r_q48{border-bottom-right-radius:3rem;border-top-right-radius:3rem}.us_rounded_b_q48{border-bottom-left-radius:3rem;border-bottom-right-radius:3rem}.us_rounded_l_q48{border-bottom-left-radius:3rem}.us_rounded_l_q48,.us_rounded_tl_q48{border-top-left-radius:3rem}.us_rounded_tr_q48{border-top-right-radius:3rem}.us_rounded_br_q48{border-bottom-right-radius:3rem}.us_rounded_bl_q48{border-bottom-left-radius:3rem}.us_p_q56{padding:3.5rem}.us_pt_q56{padding-top:3.5rem}.us_pr_q56{padding-right:3.5rem}.us_pb_q56{padding-bottom:3.5rem}.us_pl_q56,.us_px_q56{padding-left:3.5rem}.us_px_q56{padding-right:3.5rem}.us_py_q56{padding-bottom:3.5rem;padding-top:3.5rem}.us_m_q56{margin:3.5rem}.us_mt_q56{margin-top:3.5rem}.us_mr_q56{margin-right:3.5rem}.us_mb_q56{margin-bottom:3.5rem}.us_ml_q56,.us_mx_q56{margin-left:3.5rem}.us_mx_q56{margin-right:3.5rem}.us_my_q56{margin-bottom:3.5rem;margin-top:3.5rem}.us_gap_q56{gap:3.5rem}.us_gap_col_q56{-moz-column-gap:3.5rem;column-gap:3.5rem}.us_gap_row_q56{row-gap:3.5rem}.us_w_q56{width:3.5rem}.us_min_w_q56{min-width:3.5rem}.us_max_w_q56{max-width:3.5rem}.us_h_q56{height:3.5rem}.us_min_h_q56{min-height:3.5rem}.us_max_h_q56{max-height:3.5rem}.us_inset_q56{bottom:3.5rem;left:3.5rem;right:3.5rem;top:3.5rem}.us_top_q56{top:3.5rem}.us_right_q56{right:3.5rem}.us_bottom_q56{bottom:3.5rem}.us_left_q56{left:3.5rem}.us_inset_x_q56{left:3.5rem;right:3.5rem}.us_inset_y_q56{bottom:3.5rem;top:3.5rem}.us_border_q56{border-width:3.5rem}.us_border_t_q56{border-top-width:3.5rem}.us_border_r_q56{border-right-width:3.5rem}.us_border_b_q56{border-bottom-width:3.5rem}.us_border_l_q56,.us_border_x_q56{border-left-width:3.5rem}.us_border_x_q56{border-right-width:3.5rem}.us_border_y_q56{border-bottom-width:3.5rem;border-top-width:3.5rem}.us_rounded_q56{border-radius:3.5rem}.us_rounded_t_q56{border-top-left-radius:3.5rem;border-top-right-radius:3.5rem}.us_rounded_r_q56{border-bottom-right-radius:3.5rem;border-top-right-radius:3.5rem}.us_rounded_b_q56{border-bottom-left-radius:3.5rem;border-bottom-right-radius:3.5rem}.us_rounded_l_q56{border-bottom-left-radius:3.5rem}.us_rounded_l_q56,.us_rounded_tl_q56{border-top-left-radius:3.5rem}.us_rounded_tr_q56{border-top-right-radius:3.5rem}.us_rounded_br_q56{border-bottom-right-radius:3.5rem}.us_rounded_bl_q56{border-bottom-left-radius:3.5rem}.us_p_q64{padding:4rem}.us_pt_q64{padding-top:4rem}.us_pr_q64{padding-right:4rem}.us_pb_q64{padding-bottom:4rem}.us_pl_q64,.us_px_q64{padding-left:4rem}.us_px_q64{padding-right:4rem}.us_py_q64{padding-bottom:4rem;padding-top:4rem}.us_m_q64{margin:4rem}.us_mt_q64{margin-top:4rem}.us_mr_q64{margin-right:4rem}.us_mb_q64{margin-bottom:4rem}.us_ml_q64,.us_mx_q64{margin-left:4rem}.us_mx_q64{margin-right:4rem}.us_my_q64{margin-bottom:4rem;margin-top:4rem}.us_gap_q64{gap:4rem}.us_gap_col_q64{-moz-column-gap:4rem;column-gap:4rem}.us_gap_row_q64{row-gap:4rem}.us_w_q64{width:4rem}.us_min_w_q64{min-width:4rem}.us_max_w_q64{max-width:4rem}.us_h_q64{height:4rem}.us_min_h_q64{min-height:4rem}.us_max_h_q64{max-height:4rem}.us_inset_q64{bottom:4rem;left:4rem;right:4rem;top:4rem}.us_top_q64{top:4rem}.us_right_q64{right:4rem}.us_bottom_q64{bottom:4rem}.us_left_q64{left:4rem}.us_inset_x_q64{left:4rem;right:4rem}.us_inset_y_q64{bottom:4rem;top:4rem}.us_border_q64{border-width:4rem}.us_border_t_q64{border-top-width:4rem}.us_border_r_q64{border-right-width:4rem}.us_border_b_q64{border-bottom-width:4rem}.us_border_l_q64,.us_border_x_q64{border-left-width:4rem}.us_border_x_q64{border-right-width:4rem}.us_border_y_q64{border-bottom-width:4rem;border-top-width:4rem}.us_rounded_q64{border-radius:4rem}.us_rounded_t_q64{border-top-left-radius:4rem;border-top-right-radius:4rem}.us_rounded_r_q64{border-bottom-right-radius:4rem;border-top-right-radius:4rem}.us_rounded_b_q64{border-bottom-left-radius:4rem;border-bottom-right-radius:4rem}.us_rounded_l_q64{border-bottom-left-radius:4rem}.us_rounded_l_q64,.us_rounded_tl_q64{border-top-left-radius:4rem}.us_rounded_tr_q64{border-top-right-radius:4rem}.us_rounded_br_q64{border-bottom-right-radius:4rem}.us_rounded_bl_q64{border-bottom-left-radius:4rem}.us_p_q72{padding:4.5rem}.us_pt_q72{padding-top:4.5rem}.us_pr_q72{padding-right:4.5rem}.us_pb_q72{padding-bottom:4.5rem}.us_pl_q72,.us_px_q72{padding-left:4.5rem}.us_px_q72{padding-right:4.5rem}.us_py_q72{padding-bottom:4.5rem;padding-top:4.5rem}.us_m_q72{margin:4.5rem}.us_mt_q72{margin-top:4.5rem}.us_mr_q72{margin-right:4.5rem}.us_mb_q72{margin-bottom:4.5rem}.us_ml_q72,.us_mx_q72{margin-left:4.5rem}.us_mx_q72{margin-right:4.5rem}.us_my_q72{margin-bottom:4.5rem;margin-top:4.5rem}.us_gap_q72{gap:4.5rem}.us_gap_col_q72{-moz-column-gap:4.5rem;column-gap:4.5rem}.us_gap_row_q72{row-gap:4.5rem}.us_w_q72{width:4.5rem}.us_min_w_q72{min-width:4.5rem}.us_max_w_q72{max-width:4.5rem}.us_h_q72{height:4.5rem}.us_min_h_q72{min-height:4.5rem}.us_max_h_q72{max-height:4.5rem}.us_inset_q72{bottom:4.5rem;left:4.5rem;right:4.5rem;top:4.5rem}.us_top_q72{top:4.5rem}.us_right_q72{right:4.5rem}.us_bottom_q72{bottom:4.5rem}.us_left_q72{left:4.5rem}.us_inset_x_q72{left:4.5rem;right:4.5rem}.us_inset_y_q72{bottom:4.5rem;top:4.5rem}.us_border_q72{border-width:4.5rem}.us_border_t_q72{border-top-width:4.5rem}.us_border_r_q72{border-right-width:4.5rem}.us_border_b_q72{border-bottom-width:4.5rem}.us_border_l_q72,.us_border_x_q72{border-left-width:4.5rem}.us_border_x_q72{border-right-width:4.5rem}.us_border_y_q72{border-bottom-width:4.5rem;border-top-width:4.5rem}.us_rounded_q72{border-radius:4.5rem}.us_rounded_t_q72{border-top-left-radius:4.5rem;border-top-right-radius:4.5rem}.us_rounded_r_q72{border-bottom-right-radius:4.5rem;border-top-right-radius:4.5rem}.us_rounded_b_q72{border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem}.us_rounded_l_q72{border-bottom-left-radius:4.5rem}.us_rounded_l_q72,.us_rounded_tl_q72{border-top-left-radius:4.5rem}.us_rounded_tr_q72{border-top-right-radius:4.5rem}.us_rounded_br_q72{border-bottom-right-radius:4.5rem}.us_rounded_bl_q72{border-bottom-left-radius:4.5rem}.us_p_q80{padding:5rem}.us_pt_q80{padding-top:5rem}.us_pr_q80{padding-right:5rem}.us_pb_q80{padding-bottom:5rem}.us_pl_q80,.us_px_q80{padding-left:5rem}.us_px_q80{padding-right:5rem}.us_py_q80{padding-bottom:5rem;padding-top:5rem}.us_m_q80{margin:5rem}.us_mt_q80{margin-top:5rem}.us_mr_q80{margin-right:5rem}.us_mb_q80{margin-bottom:5rem}.us_ml_q80,.us_mx_q80{margin-left:5rem}.us_mx_q80{margin-right:5rem}.us_my_q80{margin-bottom:5rem;margin-top:5rem}.us_gap_q80{gap:5rem}.us_gap_col_q80{-moz-column-gap:5rem;column-gap:5rem}.us_gap_row_q80{row-gap:5rem}.us_w_q80{width:5rem}.us_min_w_q80{min-width:5rem}.us_max_w_q80{max-width:5rem}.us_h_q80{height:5rem}.us_min_h_q80{min-height:5rem}.us_max_h_q80{max-height:5rem}.us_inset_q80{bottom:5rem;left:5rem;right:5rem;top:5rem}.us_top_q80{top:5rem}.us_right_q80{right:5rem}.us_bottom_q80{bottom:5rem}.us_left_q80{left:5rem}.us_inset_x_q80{left:5rem;right:5rem}.us_inset_y_q80{bottom:5rem;top:5rem}.us_border_q80{border-width:5rem}.us_border_t_q80{border-top-width:5rem}.us_border_r_q80{border-right-width:5rem}.us_border_b_q80{border-bottom-width:5rem}.us_border_l_q80,.us_border_x_q80{border-left-width:5rem}.us_border_x_q80{border-right-width:5rem}.us_border_y_q80{border-bottom-width:5rem;border-top-width:5rem}.us_rounded_q80{border-radius:5rem}.us_rounded_t_q80{border-top-left-radius:5rem;border-top-right-radius:5rem}.us_rounded_r_q80{border-bottom-right-radius:5rem;border-top-right-radius:5rem}.us_rounded_b_q80{border-bottom-left-radius:5rem;border-bottom-right-radius:5rem}.us_rounded_l_q80{border-bottom-left-radius:5rem}.us_rounded_l_q80,.us_rounded_tl_q80{border-top-left-radius:5rem}.us_rounded_tr_q80{border-top-right-radius:5rem}.us_rounded_br_q80{border-bottom-right-radius:5rem}.us_rounded_bl_q80{border-bottom-left-radius:5rem}.us_p_q96{padding:6rem}.us_pt_q96{padding-top:6rem}.us_pr_q96{padding-right:6rem}.us_pb_q96{padding-bottom:6rem}.us_pl_q96,.us_px_q96{padding-left:6rem}.us_px_q96{padding-right:6rem}.us_py_q96{padding-bottom:6rem;padding-top:6rem}.us_m_q96{margin:6rem}.us_mt_q96{margin-top:6rem}.us_mr_q96{margin-right:6rem}.us_mb_q96{margin-bottom:6rem}.us_ml_q96,.us_mx_q96{margin-left:6rem}.us_mx_q96{margin-right:6rem}.us_my_q96{margin-bottom:6rem;margin-top:6rem}.us_gap_q96{gap:6rem}.us_gap_col_q96{-moz-column-gap:6rem;column-gap:6rem}.us_gap_row_q96{row-gap:6rem}.us_w_q96{width:6rem}.us_min_w_q96{min-width:6rem}.us_max_w_q96{max-width:6rem}.us_h_q96{height:6rem}.us_min_h_q96{min-height:6rem}.us_max_h_q96{max-height:6rem}.us_inset_q96{bottom:6rem;left:6rem;right:6rem;top:6rem}.us_top_q96{top:6rem}.us_right_q96{right:6rem}.us_bottom_q96{bottom:6rem}.us_left_q96{left:6rem}.us_inset_x_q96{left:6rem;right:6rem}.us_inset_y_q96{bottom:6rem;top:6rem}.us_border_q96{border-width:6rem}.us_border_t_q96{border-top-width:6rem}.us_border_r_q96{border-right-width:6rem}.us_border_b_q96{border-bottom-width:6rem}.us_border_l_q96,.us_border_x_q96{border-left-width:6rem}.us_border_x_q96{border-right-width:6rem}.us_border_y_q96{border-bottom-width:6rem;border-top-width:6rem}.us_rounded_q96{border-radius:6rem}.us_rounded_t_q96{border-top-left-radius:6rem;border-top-right-radius:6rem}.us_rounded_r_q96{border-bottom-right-radius:6rem;border-top-right-radius:6rem}.us_rounded_b_q96{border-bottom-left-radius:6rem;border-bottom-right-radius:6rem}.us_rounded_l_q96{border-bottom-left-radius:6rem}.us_rounded_l_q96,.us_rounded_tl_q96{border-top-left-radius:6rem}.us_rounded_tr_q96{border-top-right-radius:6rem}.us_rounded_br_q96{border-bottom-right-radius:6rem}.us_rounded_bl_q96{border-bottom-left-radius:6rem}.us_p_q112{padding:7rem}.us_pt_q112{padding-top:7rem}.us_pr_q112{padding-right:7rem}.us_pb_q112{padding-bottom:7rem}.us_pl_q112,.us_px_q112{padding-left:7rem}.us_px_q112{padding-right:7rem}.us_py_q112{padding-bottom:7rem;padding-top:7rem}.us_m_q112{margin:7rem}.us_mt_q112{margin-top:7rem}.us_mr_q112{margin-right:7rem}.us_mb_q112{margin-bottom:7rem}.us_ml_q112,.us_mx_q112{margin-left:7rem}.us_mx_q112{margin-right:7rem}.us_my_q112{margin-bottom:7rem;margin-top:7rem}.us_gap_q112{gap:7rem}.us_gap_col_q112{-moz-column-gap:7rem;column-gap:7rem}.us_gap_row_q112{row-gap:7rem}.us_w_q112{width:7rem}.us_min_w_q112{min-width:7rem}.us_max_w_q112{max-width:7rem}.us_h_q112{height:7rem}.us_min_h_q112{min-height:7rem}.us_max_h_q112{max-height:7rem}.us_inset_q112{bottom:7rem;left:7rem;right:7rem;top:7rem}.us_top_q112{top:7rem}.us_right_q112{right:7rem}.us_bottom_q112{bottom:7rem}.us_left_q112{left:7rem}.us_inset_x_q112{left:7rem;right:7rem}.us_inset_y_q112{bottom:7rem;top:7rem}.us_border_q112{border-width:7rem}.us_border_t_q112{border-top-width:7rem}.us_border_r_q112{border-right-width:7rem}.us_border_b_q112{border-bottom-width:7rem}.us_border_l_q112,.us_border_x_q112{border-left-width:7rem}.us_border_x_q112{border-right-width:7rem}.us_border_y_q112{border-bottom-width:7rem;border-top-width:7rem}.us_rounded_q112{border-radius:7rem}.us_rounded_t_q112{border-top-left-radius:7rem;border-top-right-radius:7rem}.us_rounded_r_q112{border-bottom-right-radius:7rem;border-top-right-radius:7rem}.us_rounded_b_q112{border-bottom-left-radius:7rem;border-bottom-right-radius:7rem}.us_rounded_l_q112{border-bottom-left-radius:7rem}.us_rounded_l_q112,.us_rounded_tl_q112{border-top-left-radius:7rem}.us_rounded_tr_q112{border-top-right-radius:7rem}.us_rounded_br_q112{border-bottom-right-radius:7rem}.us_rounded_bl_q112{border-bottom-left-radius:7rem}.us_p_q128{padding:8rem}.us_pt_q128{padding-top:8rem}.us_pr_q128{padding-right:8rem}.us_pb_q128{padding-bottom:8rem}.us_pl_q128,.us_px_q128{padding-left:8rem}.us_px_q128{padding-right:8rem}.us_py_q128{padding-bottom:8rem;padding-top:8rem}.us_m_q128{margin:8rem}.us_mt_q128{margin-top:8rem}.us_mr_q128{margin-right:8rem}.us_mb_q128{margin-bottom:8rem}.us_ml_q128,.us_mx_q128{margin-left:8rem}.us_mx_q128{margin-right:8rem}.us_my_q128{margin-bottom:8rem;margin-top:8rem}.us_gap_q128{gap:8rem}.us_gap_col_q128{-moz-column-gap:8rem;column-gap:8rem}.us_gap_row_q128{row-gap:8rem}.us_w_q128{width:8rem}.us_min_w_q128{min-width:8rem}.us_max_w_q128{max-width:8rem}.us_h_q128{height:8rem}.us_min_h_q128{min-height:8rem}.us_max_h_q128{max-height:8rem}.us_inset_q128{bottom:8rem;left:8rem;right:8rem;top:8rem}.us_top_q128{top:8rem}.us_right_q128{right:8rem}.us_bottom_q128{bottom:8rem}.us_left_q128{left:8rem}.us_inset_x_q128{left:8rem;right:8rem}.us_inset_y_q128{bottom:8rem;top:8rem}.us_border_q128{border-width:8rem}.us_border_t_q128{border-top-width:8rem}.us_border_r_q128{border-right-width:8rem}.us_border_b_q128{border-bottom-width:8rem}.us_border_l_q128,.us_border_x_q128{border-left-width:8rem}.us_border_x_q128{border-right-width:8rem}.us_border_y_q128{border-bottom-width:8rem;border-top-width:8rem}.us_rounded_q128{border-radius:8rem}.us_rounded_t_q128{border-top-left-radius:8rem;border-top-right-radius:8rem}.us_rounded_r_q128{border-bottom-right-radius:8rem;border-top-right-radius:8rem}.us_rounded_b_q128{border-bottom-left-radius:8rem;border-bottom-right-radius:8rem}.us_rounded_l_q128{border-bottom-left-radius:8rem}.us_rounded_l_q128,.us_rounded_tl_q128{border-top-left-radius:8rem}.us_rounded_tr_q128{border-top-right-radius:8rem}.us_rounded_br_q128{border-bottom-right-radius:8rem}.us_rounded_bl_q128{border-bottom-left-radius:8rem}.us_p_q144{padding:9rem}.us_pt_q144{padding-top:9rem}.us_pr_q144{padding-right:9rem}.us_pb_q144{padding-bottom:9rem}.us_pl_q144,.us_px_q144{padding-left:9rem}.us_px_q144{padding-right:9rem}.us_py_q144{padding-bottom:9rem;padding-top:9rem}.us_m_q144{margin:9rem}.us_mt_q144{margin-top:9rem}.us_mr_q144{margin-right:9rem}.us_mb_q144{margin-bottom:9rem}.us_ml_q144,.us_mx_q144{margin-left:9rem}.us_mx_q144{margin-right:9rem}.us_my_q144{margin-bottom:9rem;margin-top:9rem}.us_gap_q144{gap:9rem}.us_gap_col_q144{-moz-column-gap:9rem;column-gap:9rem}.us_gap_row_q144{row-gap:9rem}.us_w_q144{width:9rem}.us_min_w_q144{min-width:9rem}.us_max_w_q144{max-width:9rem}.us_h_q144{height:9rem}.us_min_h_q144{min-height:9rem}.us_max_h_q144{max-height:9rem}.us_inset_q144{bottom:9rem;left:9rem;right:9rem;top:9rem}.us_top_q144{top:9rem}.us_right_q144{right:9rem}.us_bottom_q144{bottom:9rem}.us_left_q144{left:9rem}.us_inset_x_q144{left:9rem;right:9rem}.us_inset_y_q144{bottom:9rem;top:9rem}.us_border_q144{border-width:9rem}.us_border_t_q144{border-top-width:9rem}.us_border_r_q144{border-right-width:9rem}.us_border_b_q144{border-bottom-width:9rem}.us_border_l_q144,.us_border_x_q144{border-left-width:9rem}.us_border_x_q144{border-right-width:9rem}.us_border_y_q144{border-bottom-width:9rem;border-top-width:9rem}.us_rounded_q144{border-radius:9rem}.us_rounded_t_q144{border-top-left-radius:9rem;border-top-right-radius:9rem}.us_rounded_r_q144{border-bottom-right-radius:9rem;border-top-right-radius:9rem}.us_rounded_b_q144{border-bottom-left-radius:9rem;border-bottom-right-radius:9rem}.us_rounded_l_q144{border-bottom-left-radius:9rem}.us_rounded_l_q144,.us_rounded_tl_q144{border-top-left-radius:9rem}.us_rounded_tr_q144{border-top-right-radius:9rem}.us_rounded_br_q144{border-bottom-right-radius:9rem}.us_rounded_bl_q144{border-bottom-left-radius:9rem}.us_p_q160{padding:10rem}.us_pt_q160{padding-top:10rem}.us_pr_q160{padding-right:10rem}.us_pb_q160{padding-bottom:10rem}.us_pl_q160,.us_px_q160{padding-left:10rem}.us_px_q160{padding-right:10rem}.us_py_q160{padding-bottom:10rem;padding-top:10rem}.us_m_q160{margin:10rem}.us_mt_q160{margin-top:10rem}.us_mr_q160{margin-right:10rem}.us_mb_q160{margin-bottom:10rem}.us_ml_q160,.us_mx_q160{margin-left:10rem}.us_mx_q160{margin-right:10rem}.us_my_q160{margin-bottom:10rem;margin-top:10rem}.us_gap_q160{gap:10rem}.us_gap_col_q160{-moz-column-gap:10rem;column-gap:10rem}.us_gap_row_q160{row-gap:10rem}.us_w_q160{width:10rem}.us_min_w_q160{min-width:10rem}.us_max_w_q160{max-width:10rem}.us_h_q160{height:10rem}.us_min_h_q160{min-height:10rem}.us_max_h_q160{max-height:10rem}.us_inset_q160{bottom:10rem;left:10rem;right:10rem;top:10rem}.us_top_q160{top:10rem}.us_right_q160{right:10rem}.us_bottom_q160{bottom:10rem}.us_left_q160{left:10rem}.us_inset_x_q160{left:10rem;right:10rem}.us_inset_y_q160{bottom:10rem;top:10rem}.us_border_q160{border-width:10rem}.us_border_t_q160{border-top-width:10rem}.us_border_r_q160{border-right-width:10rem}.us_border_b_q160{border-bottom-width:10rem}.us_border_l_q160,.us_border_x_q160{border-left-width:10rem}.us_border_x_q160{border-right-width:10rem}.us_border_y_q160{border-bottom-width:10rem;border-top-width:10rem}.us_rounded_q160{border-radius:10rem}.us_rounded_t_q160{border-top-left-radius:10rem;border-top-right-radius:10rem}.us_rounded_r_q160{border-bottom-right-radius:10rem;border-top-right-radius:10rem}.us_rounded_b_q160{border-bottom-left-radius:10rem;border-bottom-right-radius:10rem}.us_rounded_l_q160{border-bottom-left-radius:10rem}.us_rounded_l_q160,.us_rounded_tl_q160{border-top-left-radius:10rem}.us_rounded_tr_q160{border-top-right-radius:10rem}.us_rounded_br_q160{border-bottom-right-radius:10rem}.us_rounded_bl_q160{border-bottom-left-radius:10rem}.us_p_q192{padding:12rem}.us_pt_q192{padding-top:12rem}.us_pr_q192{padding-right:12rem}.us_pb_q192{padding-bottom:12rem}.us_pl_q192,.us_px_q192{padding-left:12rem}.us_px_q192{padding-right:12rem}.us_py_q192{padding-bottom:12rem;padding-top:12rem}.us_m_q192{margin:12rem}.us_mt_q192{margin-top:12rem}.us_mr_q192{margin-right:12rem}.us_mb_q192{margin-bottom:12rem}.us_ml_q192,.us_mx_q192{margin-left:12rem}.us_mx_q192{margin-right:12rem}.us_my_q192{margin-bottom:12rem;margin-top:12rem}.us_gap_q192{gap:12rem}.us_gap_col_q192{-moz-column-gap:12rem;column-gap:12rem}.us_gap_row_q192{row-gap:12rem}.us_w_q192{width:12rem}.us_min_w_q192{min-width:12rem}.us_max_w_q192{max-width:12rem}.us_h_q192{height:12rem}.us_min_h_q192{min-height:12rem}.us_max_h_q192{max-height:12rem}.us_inset_q192{bottom:12rem;left:12rem;right:12rem;top:12rem}.us_top_q192{top:12rem}.us_right_q192{right:12rem}.us_bottom_q192{bottom:12rem}.us_left_q192{left:12rem}.us_inset_x_q192{left:12rem;right:12rem}.us_inset_y_q192{bottom:12rem;top:12rem}.us_border_q192{border-width:12rem}.us_border_t_q192{border-top-width:12rem}.us_border_r_q192{border-right-width:12rem}.us_border_b_q192{border-bottom-width:12rem}.us_border_l_q192,.us_border_x_q192{border-left-width:12rem}.us_border_x_q192{border-right-width:12rem}.us_border_y_q192{border-bottom-width:12rem;border-top-width:12rem}.us_rounded_q192{border-radius:12rem}.us_rounded_t_q192{border-top-left-radius:12rem;border-top-right-radius:12rem}.us_rounded_r_q192{border-bottom-right-radius:12rem;border-top-right-radius:12rem}.us_rounded_b_q192{border-bottom-left-radius:12rem;border-bottom-right-radius:12rem}.us_rounded_l_q192{border-bottom-left-radius:12rem}.us_rounded_l_q192,.us_rounded_tl_q192{border-top-left-radius:12rem}.us_rounded_tr_q192{border-top-right-radius:12rem}.us_rounded_br_q192{border-bottom-right-radius:12rem}.us_rounded_bl_q192{border-bottom-left-radius:12rem}.us_p_q224{padding:14rem}.us_pt_q224{padding-top:14rem}.us_pr_q224{padding-right:14rem}.us_pb_q224{padding-bottom:14rem}.us_pl_q224,.us_px_q224{padding-left:14rem}.us_px_q224{padding-right:14rem}.us_py_q224{padding-bottom:14rem;padding-top:14rem}.us_m_q224{margin:14rem}.us_mt_q224{margin-top:14rem}.us_mr_q224{margin-right:14rem}.us_mb_q224{margin-bottom:14rem}.us_ml_q224,.us_mx_q224{margin-left:14rem}.us_mx_q224{margin-right:14rem}.us_my_q224{margin-bottom:14rem;margin-top:14rem}.us_gap_q224{gap:14rem}.us_gap_col_q224{-moz-column-gap:14rem;column-gap:14rem}.us_gap_row_q224{row-gap:14rem}.us_w_q224{width:14rem}.us_min_w_q224{min-width:14rem}.us_max_w_q224{max-width:14rem}.us_h_q224{height:14rem}.us_min_h_q224{min-height:14rem}.us_max_h_q224{max-height:14rem}.us_inset_q224{bottom:14rem;left:14rem;right:14rem;top:14rem}.us_top_q224{top:14rem}.us_right_q224{right:14rem}.us_bottom_q224{bottom:14rem}.us_left_q224{left:14rem}.us_inset_x_q224{left:14rem;right:14rem}.us_inset_y_q224{bottom:14rem;top:14rem}.us_border_q224{border-width:14rem}.us_border_t_q224{border-top-width:14rem}.us_border_r_q224{border-right-width:14rem}.us_border_b_q224{border-bottom-width:14rem}.us_border_l_q224,.us_border_x_q224{border-left-width:14rem}.us_border_x_q224{border-right-width:14rem}.us_border_y_q224{border-bottom-width:14rem;border-top-width:14rem}.us_rounded_q224{border-radius:14rem}.us_rounded_t_q224{border-top-left-radius:14rem;border-top-right-radius:14rem}.us_rounded_r_q224{border-bottom-right-radius:14rem;border-top-right-radius:14rem}.us_rounded_b_q224{border-bottom-left-radius:14rem;border-bottom-right-radius:14rem}.us_rounded_l_q224{border-bottom-left-radius:14rem}.us_rounded_l_q224,.us_rounded_tl_q224{border-top-left-radius:14rem}.us_rounded_tr_q224{border-top-right-radius:14rem}.us_rounded_br_q224{border-bottom-right-radius:14rem}.us_rounded_bl_q224{border-bottom-left-radius:14rem}.us_p_q256{padding:16rem}.us_pt_q256{padding-top:16rem}.us_pr_q256{padding-right:16rem}.us_pb_q256{padding-bottom:16rem}.us_pl_q256,.us_px_q256{padding-left:16rem}.us_px_q256{padding-right:16rem}.us_py_q256{padding-bottom:16rem;padding-top:16rem}.us_m_q256{margin:16rem}.us_mt_q256{margin-top:16rem}.us_mr_q256{margin-right:16rem}.us_mb_q256{margin-bottom:16rem}.us_ml_q256,.us_mx_q256{margin-left:16rem}.us_mx_q256{margin-right:16rem}.us_my_q256{margin-bottom:16rem;margin-top:16rem}.us_gap_q256{gap:16rem}.us_gap_col_q256{-moz-column-gap:16rem;column-gap:16rem}.us_gap_row_q256{row-gap:16rem}.us_w_q256{width:16rem}.us_min_w_q256{min-width:16rem}.us_max_w_q256{max-width:16rem}.us_h_q256{height:16rem}.us_min_h_q256{min-height:16rem}.us_max_h_q256{max-height:16rem}.us_inset_q256{bottom:16rem;left:16rem;right:16rem;top:16rem}.us_top_q256{top:16rem}.us_right_q256{right:16rem}.us_bottom_q256{bottom:16rem}.us_left_q256{left:16rem}.us_inset_x_q256{left:16rem;right:16rem}.us_inset_y_q256{bottom:16rem;top:16rem}.us_border_q256{border-width:16rem}.us_border_t_q256{border-top-width:16rem}.us_border_r_q256{border-right-width:16rem}.us_border_b_q256{border-bottom-width:16rem}.us_border_l_q256,.us_border_x_q256{border-left-width:16rem}.us_border_x_q256{border-right-width:16rem}.us_border_y_q256{border-bottom-width:16rem;border-top-width:16rem}.us_rounded_q256{border-radius:16rem}.us_rounded_t_q256{border-top-left-radius:16rem;border-top-right-radius:16rem}.us_rounded_r_q256{border-bottom-right-radius:16rem;border-top-right-radius:16rem}.us_rounded_b_q256{border-bottom-left-radius:16rem;border-bottom-right-radius:16rem}.us_rounded_l_q256{border-bottom-left-radius:16rem}.us_rounded_l_q256,.us_rounded_tl_q256{border-top-left-radius:16rem}.us_rounded_tr_q256{border-top-right-radius:16rem}.us_rounded_br_q256{border-bottom-right-radius:16rem}.us_rounded_bl_q256{border-bottom-left-radius:16rem}}@media(min-width:360px){.ss_p_q0{padding:0}.ss_pt_q0{padding-top:0}.ss_pr_q0{padding-right:0}.ss_pb_q0{padding-bottom:0}.ss_pl_q0,.ss_px_q0{padding-left:0}.ss_px_q0{padding-right:0}.ss_py_q0{padding-bottom:0;padding-top:0}.ss_m_q0{margin:0}.ss_mt_q0{margin-top:0}.ss_mr_q0{margin-right:0}.ss_mb_q0{margin-bottom:0}.ss_ml_q0,.ss_mx_q0{margin-left:0}.ss_mx_q0{margin-right:0}.ss_my_q0{margin-bottom:0;margin-top:0}.ss_gap_q0{gap:0}.ss_gap_col_q0{-moz-column-gap:0;column-gap:0}.ss_gap_row_q0{row-gap:0}.ss_w_q0{width:0}.ss_min_w_q0{min-width:0}.ss_max_w_q0{max-width:0}.ss_h_q0{height:0}.ss_min_h_q0{min-height:0}.ss_max_h_q0{max-height:0}.ss_inset_q0{bottom:0;left:0;right:0;top:0}.ss_top_q0{top:0}.ss_right_q0{right:0}.ss_bottom_q0{bottom:0}.ss_left_q0{left:0}.ss_inset_x_q0{left:0;right:0}.ss_inset_y_q0{bottom:0;top:0}.ss_border_q0{border-width:0}.ss_border_t_q0{border-top-width:0}.ss_border_r_q0{border-right-width:0}.ss_border_b_q0{border-bottom-width:0}.ss_border_l_q0,.ss_border_x_q0{border-left-width:0}.ss_border_x_q0{border-right-width:0}.ss_border_y_q0{border-bottom-width:0;border-top-width:0}.ss_rounded_q0{border-radius:0}.ss_rounded_t_q0{border-top-left-radius:0;border-top-right-radius:0}.ss_rounded_r_q0{border-bottom-right-radius:0;border-top-right-radius:0}.ss_rounded_b_q0{border-bottom-left-radius:0;border-bottom-right-radius:0}.ss_rounded_l_q0{border-bottom-left-radius:0}.ss_rounded_l_q0,.ss_rounded_tl_q0{border-top-left-radius:0}.ss_rounded_tr_q0{border-top-right-radius:0}.ss_rounded_br_q0{border-bottom-right-radius:0}.ss_rounded_bl_q0{border-bottom-left-radius:0}.ss_p_q1{padding:.0625rem}.ss_pt_q1{padding-top:.0625rem}.ss_pr_q1{padding-right:.0625rem}.ss_pb_q1{padding-bottom:.0625rem}.ss_pl_q1,.ss_px_q1{padding-left:.0625rem}.ss_px_q1{padding-right:.0625rem}.ss_py_q1{padding-bottom:.0625rem;padding-top:.0625rem}.ss_m_q1{margin:.0625rem}.ss_mt_q1{margin-top:.0625rem}.ss_mr_q1{margin-right:.0625rem}.ss_mb_q1{margin-bottom:.0625rem}.ss_ml_q1,.ss_mx_q1{margin-left:.0625rem}.ss_mx_q1{margin-right:.0625rem}.ss_my_q1{margin-bottom:.0625rem;margin-top:.0625rem}.ss_gap_q1{gap:.0625rem}.ss_gap_col_q1{-moz-column-gap:.0625rem;column-gap:.0625rem}.ss_gap_row_q1{row-gap:.0625rem}.ss_w_q1{width:.0625rem}.ss_min_w_q1{min-width:.0625rem}.ss_max_w_q1{max-width:.0625rem}.ss_h_q1{height:.0625rem}.ss_min_h_q1{min-height:.0625rem}.ss_max_h_q1{max-height:.0625rem}.ss_inset_q1{bottom:.0625rem;left:.0625rem;right:.0625rem;top:.0625rem}.ss_top_q1{top:.0625rem}.ss_right_q1{right:.0625rem}.ss_bottom_q1{bottom:.0625rem}.ss_left_q1{left:.0625rem}.ss_inset_x_q1{left:.0625rem;right:.0625rem}.ss_inset_y_q1{bottom:.0625rem;top:.0625rem}.ss_border_q1{border-width:.0625rem}.ss_border_t_q1{border-top-width:.0625rem}.ss_border_r_q1{border-right-width:.0625rem}.ss_border_b_q1{border-bottom-width:.0625rem}.ss_border_l_q1,.ss_border_x_q1{border-left-width:.0625rem}.ss_border_x_q1{border-right-width:.0625rem}.ss_border_y_q1{border-bottom-width:.0625rem;border-top-width:.0625rem}.ss_rounded_q1{border-radius:.0625rem}.ss_rounded_t_q1{border-top-left-radius:.0625rem;border-top-right-radius:.0625rem}.ss_rounded_r_q1{border-top-right-radius:.0625rem}.ss_rounded_b_q1,.ss_rounded_r_q1{border-bottom-right-radius:.0625rem}.ss_rounded_b_q1,.ss_rounded_l_q1{border-bottom-left-radius:.0625rem}.ss_rounded_l_q1,.ss_rounded_tl_q1{border-top-left-radius:.0625rem}.ss_rounded_tr_q1{border-top-right-radius:.0625rem}.ss_rounded_br_q1{border-bottom-right-radius:.0625rem}.ss_rounded_bl_q1{border-bottom-left-radius:.0625rem}.ss_p_q2{padding:.125rem}.ss_pt_q2{padding-top:.125rem}.ss_pr_q2{padding-right:.125rem}.ss_pb_q2{padding-bottom:.125rem}.ss_pl_q2,.ss_px_q2{padding-left:.125rem}.ss_px_q2{padding-right:.125rem}.ss_py_q2{padding-bottom:.125rem;padding-top:.125rem}.ss_m_q2{margin:.125rem}.ss_mt_q2{margin-top:.125rem}.ss_mr_q2{margin-right:.125rem}.ss_mb_q2{margin-bottom:.125rem}.ss_ml_q2,.ss_mx_q2{margin-left:.125rem}.ss_mx_q2{margin-right:.125rem}.ss_my_q2{margin-bottom:.125rem;margin-top:.125rem}.ss_gap_q2{gap:.125rem}.ss_gap_col_q2{-moz-column-gap:.125rem;column-gap:.125rem}.ss_gap_row_q2{row-gap:.125rem}.ss_w_q2{width:.125rem}.ss_min_w_q2{min-width:.125rem}.ss_max_w_q2{max-width:.125rem}.ss_h_q2{height:.125rem}.ss_min_h_q2{min-height:.125rem}.ss_max_h_q2{max-height:.125rem}.ss_inset_q2{bottom:.125rem;left:.125rem;right:.125rem;top:.125rem}.ss_top_q2{top:.125rem}.ss_right_q2{right:.125rem}.ss_bottom_q2{bottom:.125rem}.ss_left_q2{left:.125rem}.ss_inset_x_q2{left:.125rem;right:.125rem}.ss_inset_y_q2{bottom:.125rem;top:.125rem}.ss_border_q2{border-width:.125rem}.ss_border_t_q2{border-top-width:.125rem}.ss_border_r_q2{border-right-width:.125rem}.ss_border_b_q2{border-bottom-width:.125rem}.ss_border_l_q2,.ss_border_x_q2{border-left-width:.125rem}.ss_border_x_q2{border-right-width:.125rem}.ss_border_y_q2{border-bottom-width:.125rem;border-top-width:.125rem}.ss_rounded_q2{border-radius:.125rem}.ss_rounded_t_q2{border-top-left-radius:.125rem;border-top-right-radius:.125rem}.ss_rounded_r_q2{border-top-right-radius:.125rem}.ss_rounded_b_q2,.ss_rounded_r_q2{border-bottom-right-radius:.125rem}.ss_rounded_b_q2,.ss_rounded_l_q2{border-bottom-left-radius:.125rem}.ss_rounded_l_q2,.ss_rounded_tl_q2{border-top-left-radius:.125rem}.ss_rounded_tr_q2{border-top-right-radius:.125rem}.ss_rounded_br_q2{border-bottom-right-radius:.125rem}.ss_rounded_bl_q2{border-bottom-left-radius:.125rem}.ss_p_q4{padding:.25rem}.ss_pt_q4{padding-top:.25rem}.ss_pr_q4{padding-right:.25rem}.ss_pb_q4{padding-bottom:.25rem}.ss_pl_q4,.ss_px_q4{padding-left:.25rem}.ss_px_q4{padding-right:.25rem}.ss_py_q4{padding-bottom:.25rem;padding-top:.25rem}.ss_m_q4{margin:.25rem}.ss_mt_q4{margin-top:.25rem}.ss_mr_q4{margin-right:.25rem}.ss_mb_q4{margin-bottom:.25rem}.ss_ml_q4,.ss_mx_q4{margin-left:.25rem}.ss_mx_q4{margin-right:.25rem}.ss_my_q4{margin-bottom:.25rem;margin-top:.25rem}.ss_gap_q4{gap:.25rem}.ss_gap_col_q4{-moz-column-gap:.25rem;column-gap:.25rem}.ss_gap_row_q4{row-gap:.25rem}.ss_w_q4{width:.25rem}.ss_min_w_q4{min-width:.25rem}.ss_max_w_q4{max-width:.25rem}.ss_h_q4{height:.25rem}.ss_min_h_q4{min-height:.25rem}.ss_max_h_q4{max-height:.25rem}.ss_inset_q4{bottom:.25rem;left:.25rem;right:.25rem;top:.25rem}.ss_top_q4{top:.25rem}.ss_right_q4{right:.25rem}.ss_bottom_q4{bottom:.25rem}.ss_left_q4{left:.25rem}.ss_inset_x_q4{left:.25rem;right:.25rem}.ss_inset_y_q4{bottom:.25rem;top:.25rem}.ss_border_q4{border-width:.25rem}.ss_border_t_q4{border-top-width:.25rem}.ss_border_r_q4{border-right-width:.25rem}.ss_border_b_q4{border-bottom-width:.25rem}.ss_border_l_q4,.ss_border_x_q4{border-left-width:.25rem}.ss_border_x_q4{border-right-width:.25rem}.ss_border_y_q4{border-bottom-width:.25rem;border-top-width:.25rem}.ss_rounded_q4{border-radius:.25rem}.ss_rounded_t_q4{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.ss_rounded_r_q4{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}.ss_rounded_b_q4{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.ss_rounded_l_q4{border-bottom-left-radius:.25rem}.ss_rounded_l_q4,.ss_rounded_tl_q4{border-top-left-radius:.25rem}.ss_rounded_tr_q4{border-top-right-radius:.25rem}.ss_rounded_br_q4{border-bottom-right-radius:.25rem}.ss_rounded_bl_q4{border-bottom-left-radius:.25rem}.ss_p_q6{padding:.375rem}.ss_pt_q6{padding-top:.375rem}.ss_pr_q6{padding-right:.375rem}.ss_pb_q6{padding-bottom:.375rem}.ss_pl_q6,.ss_px_q6{padding-left:.375rem}.ss_px_q6{padding-right:.375rem}.ss_py_q6{padding-bottom:.375rem;padding-top:.375rem}.ss_m_q6{margin:.375rem}.ss_mt_q6{margin-top:.375rem}.ss_mr_q6{margin-right:.375rem}.ss_mb_q6{margin-bottom:.375rem}.ss_ml_q6,.ss_mx_q6{margin-left:.375rem}.ss_mx_q6{margin-right:.375rem}.ss_my_q6{margin-bottom:.375rem;margin-top:.375rem}.ss_gap_q6{gap:.375rem}.ss_gap_col_q6{-moz-column-gap:.375rem;column-gap:.375rem}.ss_gap_row_q6{row-gap:.375rem}.ss_w_q6{width:.375rem}.ss_min_w_q6{min-width:.375rem}.ss_max_w_q6{max-width:.375rem}.ss_h_q6{height:.375rem}.ss_min_h_q6{min-height:.375rem}.ss_max_h_q6{max-height:.375rem}.ss_inset_q6{bottom:.375rem;left:.375rem;right:.375rem;top:.375rem}.ss_top_q6{top:.375rem}.ss_right_q6{right:.375rem}.ss_bottom_q6{bottom:.375rem}.ss_left_q6{left:.375rem}.ss_inset_x_q6{left:.375rem;right:.375rem}.ss_inset_y_q6{bottom:.375rem;top:.375rem}.ss_border_q6{border-width:.375rem}.ss_border_t_q6{border-top-width:.375rem}.ss_border_r_q6{border-right-width:.375rem}.ss_border_b_q6{border-bottom-width:.375rem}.ss_border_l_q6,.ss_border_x_q6{border-left-width:.375rem}.ss_border_x_q6{border-right-width:.375rem}.ss_border_y_q6{border-bottom-width:.375rem;border-top-width:.375rem}.ss_rounded_q6{border-radius:.375rem}.ss_rounded_t_q6{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.ss_rounded_r_q6{border-top-right-radius:.375rem}.ss_rounded_b_q6,.ss_rounded_r_q6{border-bottom-right-radius:.375rem}.ss_rounded_b_q6,.ss_rounded_l_q6{border-bottom-left-radius:.375rem}.ss_rounded_l_q6,.ss_rounded_tl_q6{border-top-left-radius:.375rem}.ss_rounded_tr_q6{border-top-right-radius:.375rem}.ss_rounded_br_q6{border-bottom-right-radius:.375rem}.ss_rounded_bl_q6{border-bottom-left-radius:.375rem}.ss_p_q8{padding:.5rem}.ss_pt_q8{padding-top:.5rem}.ss_pr_q8{padding-right:.5rem}.ss_pb_q8{padding-bottom:.5rem}.ss_pl_q8,.ss_px_q8{padding-left:.5rem}.ss_px_q8{padding-right:.5rem}.ss_py_q8{padding-bottom:.5rem;padding-top:.5rem}.ss_m_q8{margin:.5rem}.ss_mt_q8{margin-top:.5rem}.ss_mr_q8{margin-right:.5rem}.ss_mb_q8{margin-bottom:.5rem}.ss_ml_q8,.ss_mx_q8{margin-left:.5rem}.ss_mx_q8{margin-right:.5rem}.ss_my_q8{margin-bottom:.5rem;margin-top:.5rem}.ss_gap_q8{gap:.5rem}.ss_gap_col_q8{-moz-column-gap:.5rem;column-gap:.5rem}.ss_gap_row_q8{row-gap:.5rem}.ss_w_q8{width:.5rem}.ss_min_w_q8{min-width:.5rem}.ss_max_w_q8{max-width:.5rem}.ss_h_q8{height:.5rem}.ss_min_h_q8{min-height:.5rem}.ss_max_h_q8{max-height:.5rem}.ss_inset_q8{bottom:.5rem;left:.5rem;right:.5rem;top:.5rem}.ss_top_q8{top:.5rem}.ss_right_q8{right:.5rem}.ss_bottom_q8{bottom:.5rem}.ss_left_q8{left:.5rem}.ss_inset_x_q8{left:.5rem;right:.5rem}.ss_inset_y_q8{bottom:.5rem;top:.5rem}.ss_border_q8{border-width:.5rem}.ss_border_t_q8{border-top-width:.5rem}.ss_border_r_q8{border-right-width:.5rem}.ss_border_b_q8{border-bottom-width:.5rem}.ss_border_l_q8,.ss_border_x_q8{border-left-width:.5rem}.ss_border_x_q8{border-right-width:.5rem}.ss_border_y_q8{border-bottom-width:.5rem;border-top-width:.5rem}.ss_rounded_q8{border-radius:.5rem}.ss_rounded_t_q8{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.ss_rounded_r_q8{border-bottom-right-radius:.5rem;border-top-right-radius:.5rem}.ss_rounded_b_q8{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.ss_rounded_l_q8{border-bottom-left-radius:.5rem}.ss_rounded_l_q8,.ss_rounded_tl_q8{border-top-left-radius:.5rem}.ss_rounded_tr_q8{border-top-right-radius:.5rem}.ss_rounded_br_q8{border-bottom-right-radius:.5rem}.ss_rounded_bl_q8{border-bottom-left-radius:.5rem}.ss_p_q12{padding:.75rem}.ss_pt_q12{padding-top:.75rem}.ss_pr_q12{padding-right:.75rem}.ss_pb_q12{padding-bottom:.75rem}.ss_pl_q12,.ss_px_q12{padding-left:.75rem}.ss_px_q12{padding-right:.75rem}.ss_py_q12{padding-bottom:.75rem;padding-top:.75rem}.ss_m_q12{margin:.75rem}.ss_mt_q12{margin-top:.75rem}.ss_mr_q12{margin-right:.75rem}.ss_mb_q12{margin-bottom:.75rem}.ss_ml_q12,.ss_mx_q12{margin-left:.75rem}.ss_mx_q12{margin-right:.75rem}.ss_my_q12{margin-bottom:.75rem;margin-top:.75rem}.ss_gap_q12{gap:.75rem}.ss_gap_col_q12{-moz-column-gap:.75rem;column-gap:.75rem}.ss_gap_row_q12{row-gap:.75rem}.ss_w_q12{width:.75rem}.ss_min_w_q12{min-width:.75rem}.ss_max_w_q12{max-width:.75rem}.ss_h_q12{height:.75rem}.ss_min_h_q12{min-height:.75rem}.ss_max_h_q12{max-height:.75rem}.ss_inset_q12{bottom:.75rem;left:.75rem;right:.75rem;top:.75rem}.ss_top_q12{top:.75rem}.ss_right_q12{right:.75rem}.ss_bottom_q12{bottom:.75rem}.ss_left_q12{left:.75rem}.ss_inset_x_q12{left:.75rem;right:.75rem}.ss_inset_y_q12{bottom:.75rem;top:.75rem}.ss_border_q12{border-width:.75rem}.ss_border_t_q12{border-top-width:.75rem}.ss_border_r_q12{border-right-width:.75rem}.ss_border_b_q12{border-bottom-width:.75rem}.ss_border_l_q12,.ss_border_x_q12{border-left-width:.75rem}.ss_border_x_q12{border-right-width:.75rem}.ss_border_y_q12{border-bottom-width:.75rem;border-top-width:.75rem}.ss_rounded_q12{border-radius:.75rem}.ss_rounded_t_q12{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.ss_rounded_r_q12{border-bottom-right-radius:.75rem;border-top-right-radius:.75rem}.ss_rounded_b_q12{border-bottom-left-radius:.75rem;border-bottom-right-radius:.75rem}.ss_rounded_l_q12{border-bottom-left-radius:.75rem}.ss_rounded_l_q12,.ss_rounded_tl_q12{border-top-left-radius:.75rem}.ss_rounded_tr_q12{border-top-right-radius:.75rem}.ss_rounded_br_q12{border-bottom-right-radius:.75rem}.ss_rounded_bl_q12{border-bottom-left-radius:.75rem}.ss_p_q16{padding:1rem}.ss_pt_q16{padding-top:1rem}.ss_pr_q16{padding-right:1rem}.ss_pb_q16{padding-bottom:1rem}.ss_pl_q16,.ss_px_q16{padding-left:1rem}.ss_px_q16{padding-right:1rem}.ss_py_q16{padding-bottom:1rem;padding-top:1rem}.ss_m_q16{margin:1rem}.ss_mt_q16{margin-top:1rem}.ss_mr_q16{margin-right:1rem}.ss_mb_q16{margin-bottom:1rem}.ss_ml_q16,.ss_mx_q16{margin-left:1rem}.ss_mx_q16{margin-right:1rem}.ss_my_q16{margin-bottom:1rem;margin-top:1rem}.ss_gap_q16{gap:1rem}.ss_gap_col_q16{-moz-column-gap:1rem;column-gap:1rem}.ss_gap_row_q16{row-gap:1rem}.ss_w_q16{width:1rem}.ss_min_w_q16{min-width:1rem}.ss_max_w_q16{max-width:1rem}.ss_h_q16{height:1rem}.ss_min_h_q16{min-height:1rem}.ss_max_h_q16{max-height:1rem}.ss_inset_q16{bottom:1rem;left:1rem;right:1rem;top:1rem}.ss_top_q16{top:1rem}.ss_right_q16{right:1rem}.ss_bottom_q16{bottom:1rem}.ss_left_q16{left:1rem}.ss_inset_x_q16{left:1rem;right:1rem}.ss_inset_y_q16{bottom:1rem;top:1rem}.ss_border_q16{border-width:1rem}.ss_border_t_q16{border-top-width:1rem}.ss_border_r_q16{border-right-width:1rem}.ss_border_b_q16{border-bottom-width:1rem}.ss_border_l_q16,.ss_border_x_q16{border-left-width:1rem}.ss_border_x_q16{border-right-width:1rem}.ss_border_y_q16{border-bottom-width:1rem;border-top-width:1rem}.ss_rounded_q16{border-radius:1rem}.ss_rounded_t_q16{border-top-left-radius:1rem;border-top-right-radius:1rem}.ss_rounded_r_q16{border-bottom-right-radius:1rem;border-top-right-radius:1rem}.ss_rounded_b_q16{border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}.ss_rounded_l_q16{border-bottom-left-radius:1rem}.ss_rounded_l_q16,.ss_rounded_tl_q16{border-top-left-radius:1rem}.ss_rounded_tr_q16{border-top-right-radius:1rem}.ss_rounded_br_q16{border-bottom-right-radius:1rem}.ss_rounded_bl_q16{border-bottom-left-radius:1rem}.ss_p_q20{padding:1.25rem}.ss_pt_q20{padding-top:1.25rem}.ss_pr_q20{padding-right:1.25rem}.ss_pb_q20{padding-bottom:1.25rem}.ss_pl_q20,.ss_px_q20{padding-left:1.25rem}.ss_px_q20{padding-right:1.25rem}.ss_py_q20{padding-bottom:1.25rem;padding-top:1.25rem}.ss_m_q20{margin:1.25rem}.ss_mt_q20{margin-top:1.25rem}.ss_mr_q20{margin-right:1.25rem}.ss_mb_q20{margin-bottom:1.25rem}.ss_ml_q20,.ss_mx_q20{margin-left:1.25rem}.ss_mx_q20{margin-right:1.25rem}.ss_my_q20{margin-bottom:1.25rem;margin-top:1.25rem}.ss_gap_q20{gap:1.25rem}.ss_gap_col_q20{-moz-column-gap:1.25rem;column-gap:1.25rem}.ss_gap_row_q20{row-gap:1.25rem}.ss_w_q20{width:1.25rem}.ss_min_w_q20{min-width:1.25rem}.ss_max_w_q20{max-width:1.25rem}.ss_h_q20{height:1.25rem}.ss_min_h_q20{min-height:1.25rem}.ss_max_h_q20{max-height:1.25rem}.ss_inset_q20{bottom:1.25rem;left:1.25rem;right:1.25rem;top:1.25rem}.ss_top_q20{top:1.25rem}.ss_right_q20{right:1.25rem}.ss_bottom_q20{bottom:1.25rem}.ss_left_q20{left:1.25rem}.ss_inset_x_q20{left:1.25rem;right:1.25rem}.ss_inset_y_q20{bottom:1.25rem;top:1.25rem}.ss_border_q20{border-width:1.25rem}.ss_border_t_q20{border-top-width:1.25rem}.ss_border_r_q20{border-right-width:1.25rem}.ss_border_b_q20{border-bottom-width:1.25rem}.ss_border_l_q20,.ss_border_x_q20{border-left-width:1.25rem}.ss_border_x_q20{border-right-width:1.25rem}.ss_border_y_q20{border-bottom-width:1.25rem;border-top-width:1.25rem}.ss_rounded_q20{border-radius:1.25rem}.ss_rounded_t_q20{border-top-left-radius:1.25rem;border-top-right-radius:1.25rem}.ss_rounded_r_q20{border-bottom-right-radius:1.25rem;border-top-right-radius:1.25rem}.ss_rounded_b_q20{border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem}.ss_rounded_l_q20{border-bottom-left-radius:1.25rem}.ss_rounded_l_q20,.ss_rounded_tl_q20{border-top-left-radius:1.25rem}.ss_rounded_tr_q20{border-top-right-radius:1.25rem}.ss_rounded_br_q20{border-bottom-right-radius:1.25rem}.ss_rounded_bl_q20{border-bottom-left-radius:1.25rem}.ss_p_q24{padding:1.5rem}.ss_pt_q24{padding-top:1.5rem}.ss_pr_q24{padding-right:1.5rem}.ss_pb_q24{padding-bottom:1.5rem}.ss_pl_q24,.ss_px_q24{padding-left:1.5rem}.ss_px_q24{padding-right:1.5rem}.ss_py_q24{padding-bottom:1.5rem;padding-top:1.5rem}.ss_m_q24{margin:1.5rem}.ss_mt_q24{margin-top:1.5rem}.ss_mr_q24{margin-right:1.5rem}.ss_mb_q24{margin-bottom:1.5rem}.ss_ml_q24,.ss_mx_q24{margin-left:1.5rem}.ss_mx_q24{margin-right:1.5rem}.ss_my_q24{margin-bottom:1.5rem;margin-top:1.5rem}.ss_gap_q24{gap:1.5rem}.ss_gap_col_q24{-moz-column-gap:1.5rem;column-gap:1.5rem}.ss_gap_row_q24{row-gap:1.5rem}.ss_w_q24{width:1.5rem}.ss_min_w_q24{min-width:1.5rem}.ss_max_w_q24{max-width:1.5rem}.ss_h_q24{height:1.5rem}.ss_min_h_q24{min-height:1.5rem}.ss_max_h_q24{max-height:1.5rem}.ss_inset_q24{bottom:1.5rem;left:1.5rem;right:1.5rem;top:1.5rem}.ss_top_q24{top:1.5rem}.ss_right_q24{right:1.5rem}.ss_bottom_q24{bottom:1.5rem}.ss_left_q24{left:1.5rem}.ss_inset_x_q24{left:1.5rem;right:1.5rem}.ss_inset_y_q24{bottom:1.5rem;top:1.5rem}.ss_border_q24{border-width:1.5rem}.ss_border_t_q24{border-top-width:1.5rem}.ss_border_r_q24{border-right-width:1.5rem}.ss_border_b_q24{border-bottom-width:1.5rem}.ss_border_l_q24,.ss_border_x_q24{border-left-width:1.5rem}.ss_border_x_q24{border-right-width:1.5rem}.ss_border_y_q24{border-bottom-width:1.5rem;border-top-width:1.5rem}.ss_rounded_q24{border-radius:1.5rem}.ss_rounded_t_q24{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.ss_rounded_r_q24{border-bottom-right-radius:1.5rem;border-top-right-radius:1.5rem}.ss_rounded_b_q24{border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem}.ss_rounded_l_q24{border-bottom-left-radius:1.5rem}.ss_rounded_l_q24,.ss_rounded_tl_q24{border-top-left-radius:1.5rem}.ss_rounded_tr_q24{border-top-right-radius:1.5rem}.ss_rounded_br_q24{border-bottom-right-radius:1.5rem}.ss_rounded_bl_q24{border-bottom-left-radius:1.5rem}.ss_p_q32{padding:2rem}.ss_pt_q32{padding-top:2rem}.ss_pr_q32{padding-right:2rem}.ss_pb_q32{padding-bottom:2rem}.ss_pl_q32,.ss_px_q32{padding-left:2rem}.ss_px_q32{padding-right:2rem}.ss_py_q32{padding-bottom:2rem;padding-top:2rem}.ss_m_q32{margin:2rem}.ss_mt_q32{margin-top:2rem}.ss_mr_q32{margin-right:2rem}.ss_mb_q32{margin-bottom:2rem}.ss_ml_q32,.ss_mx_q32{margin-left:2rem}.ss_mx_q32{margin-right:2rem}.ss_my_q32{margin-bottom:2rem;margin-top:2rem}.ss_gap_q32{gap:2rem}.ss_gap_col_q32{-moz-column-gap:2rem;column-gap:2rem}.ss_gap_row_q32{row-gap:2rem}.ss_w_q32{width:2rem}.ss_min_w_q32{min-width:2rem}.ss_max_w_q32{max-width:2rem}.ss_h_q32{height:2rem}.ss_min_h_q32{min-height:2rem}.ss_max_h_q32{max-height:2rem}.ss_inset_q32{bottom:2rem;left:2rem;right:2rem;top:2rem}.ss_top_q32{top:2rem}.ss_right_q32{right:2rem}.ss_bottom_q32{bottom:2rem}.ss_left_q32{left:2rem}.ss_inset_x_q32{left:2rem;right:2rem}.ss_inset_y_q32{bottom:2rem;top:2rem}.ss_border_q32{border-width:2rem}.ss_border_t_q32{border-top-width:2rem}.ss_border_r_q32{border-right-width:2rem}.ss_border_b_q32{border-bottom-width:2rem}.ss_border_l_q32,.ss_border_x_q32{border-left-width:2rem}.ss_border_x_q32{border-right-width:2rem}.ss_border_y_q32{border-bottom-width:2rem;border-top-width:2rem}.ss_rounded_q32{border-radius:2rem}.ss_rounded_t_q32{border-top-left-radius:2rem;border-top-right-radius:2rem}.ss_rounded_r_q32{border-bottom-right-radius:2rem;border-top-right-radius:2rem}.ss_rounded_b_q32{border-bottom-left-radius:2rem;border-bottom-right-radius:2rem}.ss_rounded_l_q32{border-bottom-left-radius:2rem}.ss_rounded_l_q32,.ss_rounded_tl_q32{border-top-left-radius:2rem}.ss_rounded_tr_q32{border-top-right-radius:2rem}.ss_rounded_br_q32{border-bottom-right-radius:2rem}.ss_rounded_bl_q32{border-bottom-left-radius:2rem}.ss_p_q40{padding:2.5rem}.ss_pt_q40{padding-top:2.5rem}.ss_pr_q40{padding-right:2.5rem}.ss_pb_q40{padding-bottom:2.5rem}.ss_pl_q40,.ss_px_q40{padding-left:2.5rem}.ss_px_q40{padding-right:2.5rem}.ss_py_q40{padding-bottom:2.5rem;padding-top:2.5rem}.ss_m_q40{margin:2.5rem}.ss_mt_q40{margin-top:2.5rem}.ss_mr_q40{margin-right:2.5rem}.ss_mb_q40{margin-bottom:2.5rem}.ss_ml_q40,.ss_mx_q40{margin-left:2.5rem}.ss_mx_q40{margin-right:2.5rem}.ss_my_q40{margin-bottom:2.5rem;margin-top:2.5rem}.ss_gap_q40{gap:2.5rem}.ss_gap_col_q40{-moz-column-gap:2.5rem;column-gap:2.5rem}.ss_gap_row_q40{row-gap:2.5rem}.ss_w_q40{width:2.5rem}.ss_min_w_q40{min-width:2.5rem}.ss_max_w_q40{max-width:2.5rem}.ss_h_q40{height:2.5rem}.ss_min_h_q40{min-height:2.5rem}.ss_max_h_q40{max-height:2.5rem}.ss_inset_q40{bottom:2.5rem;left:2.5rem;right:2.5rem;top:2.5rem}.ss_top_q40{top:2.5rem}.ss_right_q40{right:2.5rem}.ss_bottom_q40{bottom:2.5rem}.ss_left_q40{left:2.5rem}.ss_inset_x_q40{left:2.5rem;right:2.5rem}.ss_inset_y_q40{bottom:2.5rem;top:2.5rem}.ss_border_q40{border-width:2.5rem}.ss_border_t_q40{border-top-width:2.5rem}.ss_border_r_q40{border-right-width:2.5rem}.ss_border_b_q40{border-bottom-width:2.5rem}.ss_border_l_q40,.ss_border_x_q40{border-left-width:2.5rem}.ss_border_x_q40{border-right-width:2.5rem}.ss_border_y_q40{border-bottom-width:2.5rem;border-top-width:2.5rem}.ss_rounded_q40{border-radius:2.5rem}.ss_rounded_t_q40{border-top-left-radius:2.5rem;border-top-right-radius:2.5rem}.ss_rounded_r_q40{border-bottom-right-radius:2.5rem;border-top-right-radius:2.5rem}.ss_rounded_b_q40{border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem}.ss_rounded_l_q40{border-bottom-left-radius:2.5rem}.ss_rounded_l_q40,.ss_rounded_tl_q40{border-top-left-radius:2.5rem}.ss_rounded_tr_q40{border-top-right-radius:2.5rem}.ss_rounded_br_q40{border-bottom-right-radius:2.5rem}.ss_rounded_bl_q40{border-bottom-left-radius:2.5rem}.ss_p_q48{padding:3rem}.ss_pt_q48{padding-top:3rem}.ss_pr_q48{padding-right:3rem}.ss_pb_q48{padding-bottom:3rem}.ss_pl_q48,.ss_px_q48{padding-left:3rem}.ss_px_q48{padding-right:3rem}.ss_py_q48{padding-bottom:3rem;padding-top:3rem}.ss_m_q48{margin:3rem}.ss_mt_q48{margin-top:3rem}.ss_mr_q48{margin-right:3rem}.ss_mb_q48{margin-bottom:3rem}.ss_ml_q48,.ss_mx_q48{margin-left:3rem}.ss_mx_q48{margin-right:3rem}.ss_my_q48{margin-bottom:3rem;margin-top:3rem}.ss_gap_q48{gap:3rem}.ss_gap_col_q48{-moz-column-gap:3rem;column-gap:3rem}.ss_gap_row_q48{row-gap:3rem}.ss_w_q48{width:3rem}.ss_min_w_q48{min-width:3rem}.ss_max_w_q48{max-width:3rem}.ss_h_q48{height:3rem}.ss_min_h_q48{min-height:3rem}.ss_max_h_q48{max-height:3rem}.ss_inset_q48{bottom:3rem;left:3rem;right:3rem;top:3rem}.ss_top_q48{top:3rem}.ss_right_q48{right:3rem}.ss_bottom_q48{bottom:3rem}.ss_left_q48{left:3rem}.ss_inset_x_q48{left:3rem;right:3rem}.ss_inset_y_q48{bottom:3rem;top:3rem}.ss_border_q48{border-width:3rem}.ss_border_t_q48{border-top-width:3rem}.ss_border_r_q48{border-right-width:3rem}.ss_border_b_q48{border-bottom-width:3rem}.ss_border_l_q48,.ss_border_x_q48{border-left-width:3rem}.ss_border_x_q48{border-right-width:3rem}.ss_border_y_q48{border-bottom-width:3rem;border-top-width:3rem}.ss_rounded_q48{border-radius:3rem}.ss_rounded_t_q48{border-top-left-radius:3rem;border-top-right-radius:3rem}.ss_rounded_r_q48{border-bottom-right-radius:3rem;border-top-right-radius:3rem}.ss_rounded_b_q48{border-bottom-left-radius:3rem;border-bottom-right-radius:3rem}.ss_rounded_l_q48{border-bottom-left-radius:3rem}.ss_rounded_l_q48,.ss_rounded_tl_q48{border-top-left-radius:3rem}.ss_rounded_tr_q48{border-top-right-radius:3rem}.ss_rounded_br_q48{border-bottom-right-radius:3rem}.ss_rounded_bl_q48{border-bottom-left-radius:3rem}.ss_p_q56{padding:3.5rem}.ss_pt_q56{padding-top:3.5rem}.ss_pr_q56{padding-right:3.5rem}.ss_pb_q56{padding-bottom:3.5rem}.ss_pl_q56,.ss_px_q56{padding-left:3.5rem}.ss_px_q56{padding-right:3.5rem}.ss_py_q56{padding-bottom:3.5rem;padding-top:3.5rem}.ss_m_q56{margin:3.5rem}.ss_mt_q56{margin-top:3.5rem}.ss_mr_q56{margin-right:3.5rem}.ss_mb_q56{margin-bottom:3.5rem}.ss_ml_q56,.ss_mx_q56{margin-left:3.5rem}.ss_mx_q56{margin-right:3.5rem}.ss_my_q56{margin-bottom:3.5rem;margin-top:3.5rem}.ss_gap_q56{gap:3.5rem}.ss_gap_col_q56{-moz-column-gap:3.5rem;column-gap:3.5rem}.ss_gap_row_q56{row-gap:3.5rem}.ss_w_q56{width:3.5rem}.ss_min_w_q56{min-width:3.5rem}.ss_max_w_q56{max-width:3.5rem}.ss_h_q56{height:3.5rem}.ss_min_h_q56{min-height:3.5rem}.ss_max_h_q56{max-height:3.5rem}.ss_inset_q56{bottom:3.5rem;left:3.5rem;right:3.5rem;top:3.5rem}.ss_top_q56{top:3.5rem}.ss_right_q56{right:3.5rem}.ss_bottom_q56{bottom:3.5rem}.ss_left_q56{left:3.5rem}.ss_inset_x_q56{left:3.5rem;right:3.5rem}.ss_inset_y_q56{bottom:3.5rem;top:3.5rem}.ss_border_q56{border-width:3.5rem}.ss_border_t_q56{border-top-width:3.5rem}.ss_border_r_q56{border-right-width:3.5rem}.ss_border_b_q56{border-bottom-width:3.5rem}.ss_border_l_q56,.ss_border_x_q56{border-left-width:3.5rem}.ss_border_x_q56{border-right-width:3.5rem}.ss_border_y_q56{border-bottom-width:3.5rem;border-top-width:3.5rem}.ss_rounded_q56{border-radius:3.5rem}.ss_rounded_t_q56{border-top-left-radius:3.5rem;border-top-right-radius:3.5rem}.ss_rounded_r_q56{border-bottom-right-radius:3.5rem;border-top-right-radius:3.5rem}.ss_rounded_b_q56{border-bottom-left-radius:3.5rem;border-bottom-right-radius:3.5rem}.ss_rounded_l_q56{border-bottom-left-radius:3.5rem}.ss_rounded_l_q56,.ss_rounded_tl_q56{border-top-left-radius:3.5rem}.ss_rounded_tr_q56{border-top-right-radius:3.5rem}.ss_rounded_br_q56{border-bottom-right-radius:3.5rem}.ss_rounded_bl_q56{border-bottom-left-radius:3.5rem}.ss_p_q64{padding:4rem}.ss_pt_q64{padding-top:4rem}.ss_pr_q64{padding-right:4rem}.ss_pb_q64{padding-bottom:4rem}.ss_pl_q64,.ss_px_q64{padding-left:4rem}.ss_px_q64{padding-right:4rem}.ss_py_q64{padding-bottom:4rem;padding-top:4rem}.ss_m_q64{margin:4rem}.ss_mt_q64{margin-top:4rem}.ss_mr_q64{margin-right:4rem}.ss_mb_q64{margin-bottom:4rem}.ss_ml_q64,.ss_mx_q64{margin-left:4rem}.ss_mx_q64{margin-right:4rem}.ss_my_q64{margin-bottom:4rem;margin-top:4rem}.ss_gap_q64{gap:4rem}.ss_gap_col_q64{-moz-column-gap:4rem;column-gap:4rem}.ss_gap_row_q64{row-gap:4rem}.ss_w_q64{width:4rem}.ss_min_w_q64{min-width:4rem}.ss_max_w_q64{max-width:4rem}.ss_h_q64{height:4rem}.ss_min_h_q64{min-height:4rem}.ss_max_h_q64{max-height:4rem}.ss_inset_q64{bottom:4rem;left:4rem;right:4rem;top:4rem}.ss_top_q64{top:4rem}.ss_right_q64{right:4rem}.ss_bottom_q64{bottom:4rem}.ss_left_q64{left:4rem}.ss_inset_x_q64{left:4rem;right:4rem}.ss_inset_y_q64{bottom:4rem;top:4rem}.ss_border_q64{border-width:4rem}.ss_border_t_q64{border-top-width:4rem}.ss_border_r_q64{border-right-width:4rem}.ss_border_b_q64{border-bottom-width:4rem}.ss_border_l_q64,.ss_border_x_q64{border-left-width:4rem}.ss_border_x_q64{border-right-width:4rem}.ss_border_y_q64{border-bottom-width:4rem;border-top-width:4rem}.ss_rounded_q64{border-radius:4rem}.ss_rounded_t_q64{border-top-left-radius:4rem;border-top-right-radius:4rem}.ss_rounded_r_q64{border-bottom-right-radius:4rem;border-top-right-radius:4rem}.ss_rounded_b_q64{border-bottom-left-radius:4rem;border-bottom-right-radius:4rem}.ss_rounded_l_q64{border-bottom-left-radius:4rem}.ss_rounded_l_q64,.ss_rounded_tl_q64{border-top-left-radius:4rem}.ss_rounded_tr_q64{border-top-right-radius:4rem}.ss_rounded_br_q64{border-bottom-right-radius:4rem}.ss_rounded_bl_q64{border-bottom-left-radius:4rem}.ss_p_q72{padding:4.5rem}.ss_pt_q72{padding-top:4.5rem}.ss_pr_q72{padding-right:4.5rem}.ss_pb_q72{padding-bottom:4.5rem}.ss_pl_q72,.ss_px_q72{padding-left:4.5rem}.ss_px_q72{padding-right:4.5rem}.ss_py_q72{padding-bottom:4.5rem;padding-top:4.5rem}.ss_m_q72{margin:4.5rem}.ss_mt_q72{margin-top:4.5rem}.ss_mr_q72{margin-right:4.5rem}.ss_mb_q72{margin-bottom:4.5rem}.ss_ml_q72,.ss_mx_q72{margin-left:4.5rem}.ss_mx_q72{margin-right:4.5rem}.ss_my_q72{margin-bottom:4.5rem;margin-top:4.5rem}.ss_gap_q72{gap:4.5rem}.ss_gap_col_q72{-moz-column-gap:4.5rem;column-gap:4.5rem}.ss_gap_row_q72{row-gap:4.5rem}.ss_w_q72{width:4.5rem}.ss_min_w_q72{min-width:4.5rem}.ss_max_w_q72{max-width:4.5rem}.ss_h_q72{height:4.5rem}.ss_min_h_q72{min-height:4.5rem}.ss_max_h_q72{max-height:4.5rem}.ss_inset_q72{bottom:4.5rem;left:4.5rem;right:4.5rem;top:4.5rem}.ss_top_q72{top:4.5rem}.ss_right_q72{right:4.5rem}.ss_bottom_q72{bottom:4.5rem}.ss_left_q72{left:4.5rem}.ss_inset_x_q72{left:4.5rem;right:4.5rem}.ss_inset_y_q72{bottom:4.5rem;top:4.5rem}.ss_border_q72{border-width:4.5rem}.ss_border_t_q72{border-top-width:4.5rem}.ss_border_r_q72{border-right-width:4.5rem}.ss_border_b_q72{border-bottom-width:4.5rem}.ss_border_l_q72,.ss_border_x_q72{border-left-width:4.5rem}.ss_border_x_q72{border-right-width:4.5rem}.ss_border_y_q72{border-bottom-width:4.5rem;border-top-width:4.5rem}.ss_rounded_q72{border-radius:4.5rem}.ss_rounded_t_q72{border-top-left-radius:4.5rem;border-top-right-radius:4.5rem}.ss_rounded_r_q72{border-bottom-right-radius:4.5rem;border-top-right-radius:4.5rem}.ss_rounded_b_q72{border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem}.ss_rounded_l_q72{border-bottom-left-radius:4.5rem}.ss_rounded_l_q72,.ss_rounded_tl_q72{border-top-left-radius:4.5rem}.ss_rounded_tr_q72{border-top-right-radius:4.5rem}.ss_rounded_br_q72{border-bottom-right-radius:4.5rem}.ss_rounded_bl_q72{border-bottom-left-radius:4.5rem}.ss_p_q80{padding:5rem}.ss_pt_q80{padding-top:5rem}.ss_pr_q80{padding-right:5rem}.ss_pb_q80{padding-bottom:5rem}.ss_pl_q80,.ss_px_q80{padding-left:5rem}.ss_px_q80{padding-right:5rem}.ss_py_q80{padding-bottom:5rem;padding-top:5rem}.ss_m_q80{margin:5rem}.ss_mt_q80{margin-top:5rem}.ss_mr_q80{margin-right:5rem}.ss_mb_q80{margin-bottom:5rem}.ss_ml_q80,.ss_mx_q80{margin-left:5rem}.ss_mx_q80{margin-right:5rem}.ss_my_q80{margin-bottom:5rem;margin-top:5rem}.ss_gap_q80{gap:5rem}.ss_gap_col_q80{-moz-column-gap:5rem;column-gap:5rem}.ss_gap_row_q80{row-gap:5rem}.ss_w_q80{width:5rem}.ss_min_w_q80{min-width:5rem}.ss_max_w_q80{max-width:5rem}.ss_h_q80{height:5rem}.ss_min_h_q80{min-height:5rem}.ss_max_h_q80{max-height:5rem}.ss_inset_q80{bottom:5rem;left:5rem;right:5rem;top:5rem}.ss_top_q80{top:5rem}.ss_right_q80{right:5rem}.ss_bottom_q80{bottom:5rem}.ss_left_q80{left:5rem}.ss_inset_x_q80{left:5rem;right:5rem}.ss_inset_y_q80{bottom:5rem;top:5rem}.ss_border_q80{border-width:5rem}.ss_border_t_q80{border-top-width:5rem}.ss_border_r_q80{border-right-width:5rem}.ss_border_b_q80{border-bottom-width:5rem}.ss_border_l_q80,.ss_border_x_q80{border-left-width:5rem}.ss_border_x_q80{border-right-width:5rem}.ss_border_y_q80{border-bottom-width:5rem;border-top-width:5rem}.ss_rounded_q80{border-radius:5rem}.ss_rounded_t_q80{border-top-left-radius:5rem;border-top-right-radius:5rem}.ss_rounded_r_q80{border-bottom-right-radius:5rem;border-top-right-radius:5rem}.ss_rounded_b_q80{border-bottom-left-radius:5rem;border-bottom-right-radius:5rem}.ss_rounded_l_q80{border-bottom-left-radius:5rem}.ss_rounded_l_q80,.ss_rounded_tl_q80{border-top-left-radius:5rem}.ss_rounded_tr_q80{border-top-right-radius:5rem}.ss_rounded_br_q80{border-bottom-right-radius:5rem}.ss_rounded_bl_q80{border-bottom-left-radius:5rem}.ss_p_q96{padding:6rem}.ss_pt_q96{padding-top:6rem}.ss_pr_q96{padding-right:6rem}.ss_pb_q96{padding-bottom:6rem}.ss_pl_q96,.ss_px_q96{padding-left:6rem}.ss_px_q96{padding-right:6rem}.ss_py_q96{padding-bottom:6rem;padding-top:6rem}.ss_m_q96{margin:6rem}.ss_mt_q96{margin-top:6rem}.ss_mr_q96{margin-right:6rem}.ss_mb_q96{margin-bottom:6rem}.ss_ml_q96,.ss_mx_q96{margin-left:6rem}.ss_mx_q96{margin-right:6rem}.ss_my_q96{margin-bottom:6rem;margin-top:6rem}.ss_gap_q96{gap:6rem}.ss_gap_col_q96{-moz-column-gap:6rem;column-gap:6rem}.ss_gap_row_q96{row-gap:6rem}.ss_w_q96{width:6rem}.ss_min_w_q96{min-width:6rem}.ss_max_w_q96{max-width:6rem}.ss_h_q96{height:6rem}.ss_min_h_q96{min-height:6rem}.ss_max_h_q96{max-height:6rem}.ss_inset_q96{bottom:6rem;left:6rem;right:6rem;top:6rem}.ss_top_q96{top:6rem}.ss_right_q96{right:6rem}.ss_bottom_q96{bottom:6rem}.ss_left_q96{left:6rem}.ss_inset_x_q96{left:6rem;right:6rem}.ss_inset_y_q96{bottom:6rem;top:6rem}.ss_border_q96{border-width:6rem}.ss_border_t_q96{border-top-width:6rem}.ss_border_r_q96{border-right-width:6rem}.ss_border_b_q96{border-bottom-width:6rem}.ss_border_l_q96,.ss_border_x_q96{border-left-width:6rem}.ss_border_x_q96{border-right-width:6rem}.ss_border_y_q96{border-bottom-width:6rem;border-top-width:6rem}.ss_rounded_q96{border-radius:6rem}.ss_rounded_t_q96{border-top-left-radius:6rem;border-top-right-radius:6rem}.ss_rounded_r_q96{border-bottom-right-radius:6rem;border-top-right-radius:6rem}.ss_rounded_b_q96{border-bottom-left-radius:6rem;border-bottom-right-radius:6rem}.ss_rounded_l_q96{border-bottom-left-radius:6rem}.ss_rounded_l_q96,.ss_rounded_tl_q96{border-top-left-radius:6rem}.ss_rounded_tr_q96{border-top-right-radius:6rem}.ss_rounded_br_q96{border-bottom-right-radius:6rem}.ss_rounded_bl_q96{border-bottom-left-radius:6rem}.ss_p_q112{padding:7rem}.ss_pt_q112{padding-top:7rem}.ss_pr_q112{padding-right:7rem}.ss_pb_q112{padding-bottom:7rem}.ss_pl_q112,.ss_px_q112{padding-left:7rem}.ss_px_q112{padding-right:7rem}.ss_py_q112{padding-bottom:7rem;padding-top:7rem}.ss_m_q112{margin:7rem}.ss_mt_q112{margin-top:7rem}.ss_mr_q112{margin-right:7rem}.ss_mb_q112{margin-bottom:7rem}.ss_ml_q112,.ss_mx_q112{margin-left:7rem}.ss_mx_q112{margin-right:7rem}.ss_my_q112{margin-bottom:7rem;margin-top:7rem}.ss_gap_q112{gap:7rem}.ss_gap_col_q112{-moz-column-gap:7rem;column-gap:7rem}.ss_gap_row_q112{row-gap:7rem}.ss_w_q112{width:7rem}.ss_min_w_q112{min-width:7rem}.ss_max_w_q112{max-width:7rem}.ss_h_q112{height:7rem}.ss_min_h_q112{min-height:7rem}.ss_max_h_q112{max-height:7rem}.ss_inset_q112{bottom:7rem;left:7rem;right:7rem;top:7rem}.ss_top_q112{top:7rem}.ss_right_q112{right:7rem}.ss_bottom_q112{bottom:7rem}.ss_left_q112{left:7rem}.ss_inset_x_q112{left:7rem;right:7rem}.ss_inset_y_q112{bottom:7rem;top:7rem}.ss_border_q112{border-width:7rem}.ss_border_t_q112{border-top-width:7rem}.ss_border_r_q112{border-right-width:7rem}.ss_border_b_q112{border-bottom-width:7rem}.ss_border_l_q112,.ss_border_x_q112{border-left-width:7rem}.ss_border_x_q112{border-right-width:7rem}.ss_border_y_q112{border-bottom-width:7rem;border-top-width:7rem}.ss_rounded_q112{border-radius:7rem}.ss_rounded_t_q112{border-top-left-radius:7rem;border-top-right-radius:7rem}.ss_rounded_r_q112{border-bottom-right-radius:7rem;border-top-right-radius:7rem}.ss_rounded_b_q112{border-bottom-left-radius:7rem;border-bottom-right-radius:7rem}.ss_rounded_l_q112{border-bottom-left-radius:7rem}.ss_rounded_l_q112,.ss_rounded_tl_q112{border-top-left-radius:7rem}.ss_rounded_tr_q112{border-top-right-radius:7rem}.ss_rounded_br_q112{border-bottom-right-radius:7rem}.ss_rounded_bl_q112{border-bottom-left-radius:7rem}.ss_p_q128{padding:8rem}.ss_pt_q128{padding-top:8rem}.ss_pr_q128{padding-right:8rem}.ss_pb_q128{padding-bottom:8rem}.ss_pl_q128,.ss_px_q128{padding-left:8rem}.ss_px_q128{padding-right:8rem}.ss_py_q128{padding-bottom:8rem;padding-top:8rem}.ss_m_q128{margin:8rem}.ss_mt_q128{margin-top:8rem}.ss_mr_q128{margin-right:8rem}.ss_mb_q128{margin-bottom:8rem}.ss_ml_q128,.ss_mx_q128{margin-left:8rem}.ss_mx_q128{margin-right:8rem}.ss_my_q128{margin-bottom:8rem;margin-top:8rem}.ss_gap_q128{gap:8rem}.ss_gap_col_q128{-moz-column-gap:8rem;column-gap:8rem}.ss_gap_row_q128{row-gap:8rem}.ss_w_q128{width:8rem}.ss_min_w_q128{min-width:8rem}.ss_max_w_q128{max-width:8rem}.ss_h_q128{height:8rem}.ss_min_h_q128{min-height:8rem}.ss_max_h_q128{max-height:8rem}.ss_inset_q128{bottom:8rem;left:8rem;right:8rem;top:8rem}.ss_top_q128{top:8rem}.ss_right_q128{right:8rem}.ss_bottom_q128{bottom:8rem}.ss_left_q128{left:8rem}.ss_inset_x_q128{left:8rem;right:8rem}.ss_inset_y_q128{bottom:8rem;top:8rem}.ss_border_q128{border-width:8rem}.ss_border_t_q128{border-top-width:8rem}.ss_border_r_q128{border-right-width:8rem}.ss_border_b_q128{border-bottom-width:8rem}.ss_border_l_q128,.ss_border_x_q128{border-left-width:8rem}.ss_border_x_q128{border-right-width:8rem}.ss_border_y_q128{border-bottom-width:8rem;border-top-width:8rem}.ss_rounded_q128{border-radius:8rem}.ss_rounded_t_q128{border-top-left-radius:8rem;border-top-right-radius:8rem}.ss_rounded_r_q128{border-bottom-right-radius:8rem;border-top-right-radius:8rem}.ss_rounded_b_q128{border-bottom-left-radius:8rem;border-bottom-right-radius:8rem}.ss_rounded_l_q128{border-bottom-left-radius:8rem}.ss_rounded_l_q128,.ss_rounded_tl_q128{border-top-left-radius:8rem}.ss_rounded_tr_q128{border-top-right-radius:8rem}.ss_rounded_br_q128{border-bottom-right-radius:8rem}.ss_rounded_bl_q128{border-bottom-left-radius:8rem}.ss_p_q144{padding:9rem}.ss_pt_q144{padding-top:9rem}.ss_pr_q144{padding-right:9rem}.ss_pb_q144{padding-bottom:9rem}.ss_pl_q144,.ss_px_q144{padding-left:9rem}.ss_px_q144{padding-right:9rem}.ss_py_q144{padding-bottom:9rem;padding-top:9rem}.ss_m_q144{margin:9rem}.ss_mt_q144{margin-top:9rem}.ss_mr_q144{margin-right:9rem}.ss_mb_q144{margin-bottom:9rem}.ss_ml_q144,.ss_mx_q144{margin-left:9rem}.ss_mx_q144{margin-right:9rem}.ss_my_q144{margin-bottom:9rem;margin-top:9rem}.ss_gap_q144{gap:9rem}.ss_gap_col_q144{-moz-column-gap:9rem;column-gap:9rem}.ss_gap_row_q144{row-gap:9rem}.ss_w_q144{width:9rem}.ss_min_w_q144{min-width:9rem}.ss_max_w_q144{max-width:9rem}.ss_h_q144{height:9rem}.ss_min_h_q144{min-height:9rem}.ss_max_h_q144{max-height:9rem}.ss_inset_q144{bottom:9rem;left:9rem;right:9rem;top:9rem}.ss_top_q144{top:9rem}.ss_right_q144{right:9rem}.ss_bottom_q144{bottom:9rem}.ss_left_q144{left:9rem}.ss_inset_x_q144{left:9rem;right:9rem}.ss_inset_y_q144{bottom:9rem;top:9rem}.ss_border_q144{border-width:9rem}.ss_border_t_q144{border-top-width:9rem}.ss_border_r_q144{border-right-width:9rem}.ss_border_b_q144{border-bottom-width:9rem}.ss_border_l_q144,.ss_border_x_q144{border-left-width:9rem}.ss_border_x_q144{border-right-width:9rem}.ss_border_y_q144{border-bottom-width:9rem;border-top-width:9rem}.ss_rounded_q144{border-radius:9rem}.ss_rounded_t_q144{border-top-left-radius:9rem;border-top-right-radius:9rem}.ss_rounded_r_q144{border-bottom-right-radius:9rem;border-top-right-radius:9rem}.ss_rounded_b_q144{border-bottom-left-radius:9rem;border-bottom-right-radius:9rem}.ss_rounded_l_q144{border-bottom-left-radius:9rem}.ss_rounded_l_q144,.ss_rounded_tl_q144{border-top-left-radius:9rem}.ss_rounded_tr_q144{border-top-right-radius:9rem}.ss_rounded_br_q144{border-bottom-right-radius:9rem}.ss_rounded_bl_q144{border-bottom-left-radius:9rem}.ss_p_q160{padding:10rem}.ss_pt_q160{padding-top:10rem}.ss_pr_q160{padding-right:10rem}.ss_pb_q160{padding-bottom:10rem}.ss_pl_q160,.ss_px_q160{padding-left:10rem}.ss_px_q160{padding-right:10rem}.ss_py_q160{padding-bottom:10rem;padding-top:10rem}.ss_m_q160{margin:10rem}.ss_mt_q160{margin-top:10rem}.ss_mr_q160{margin-right:10rem}.ss_mb_q160{margin-bottom:10rem}.ss_ml_q160,.ss_mx_q160{margin-left:10rem}.ss_mx_q160{margin-right:10rem}.ss_my_q160{margin-bottom:10rem;margin-top:10rem}.ss_gap_q160{gap:10rem}.ss_gap_col_q160{-moz-column-gap:10rem;column-gap:10rem}.ss_gap_row_q160{row-gap:10rem}.ss_w_q160{width:10rem}.ss_min_w_q160{min-width:10rem}.ss_max_w_q160{max-width:10rem}.ss_h_q160{height:10rem}.ss_min_h_q160{min-height:10rem}.ss_max_h_q160{max-height:10rem}.ss_inset_q160{bottom:10rem;left:10rem;right:10rem;top:10rem}.ss_top_q160{top:10rem}.ss_right_q160{right:10rem}.ss_bottom_q160{bottom:10rem}.ss_left_q160{left:10rem}.ss_inset_x_q160{left:10rem;right:10rem}.ss_inset_y_q160{bottom:10rem;top:10rem}.ss_border_q160{border-width:10rem}.ss_border_t_q160{border-top-width:10rem}.ss_border_r_q160{border-right-width:10rem}.ss_border_b_q160{border-bottom-width:10rem}.ss_border_l_q160,.ss_border_x_q160{border-left-width:10rem}.ss_border_x_q160{border-right-width:10rem}.ss_border_y_q160{border-bottom-width:10rem;border-top-width:10rem}.ss_rounded_q160{border-radius:10rem}.ss_rounded_t_q160{border-top-left-radius:10rem;border-top-right-radius:10rem}.ss_rounded_r_q160{border-bottom-right-radius:10rem;border-top-right-radius:10rem}.ss_rounded_b_q160{border-bottom-left-radius:10rem;border-bottom-right-radius:10rem}.ss_rounded_l_q160{border-bottom-left-radius:10rem}.ss_rounded_l_q160,.ss_rounded_tl_q160{border-top-left-radius:10rem}.ss_rounded_tr_q160{border-top-right-radius:10rem}.ss_rounded_br_q160{border-bottom-right-radius:10rem}.ss_rounded_bl_q160{border-bottom-left-radius:10rem}.ss_p_q192{padding:12rem}.ss_pt_q192{padding-top:12rem}.ss_pr_q192{padding-right:12rem}.ss_pb_q192{padding-bottom:12rem}.ss_pl_q192,.ss_px_q192{padding-left:12rem}.ss_px_q192{padding-right:12rem}.ss_py_q192{padding-bottom:12rem;padding-top:12rem}.ss_m_q192{margin:12rem}.ss_mt_q192{margin-top:12rem}.ss_mr_q192{margin-right:12rem}.ss_mb_q192{margin-bottom:12rem}.ss_ml_q192,.ss_mx_q192{margin-left:12rem}.ss_mx_q192{margin-right:12rem}.ss_my_q192{margin-bottom:12rem;margin-top:12rem}.ss_gap_q192{gap:12rem}.ss_gap_col_q192{-moz-column-gap:12rem;column-gap:12rem}.ss_gap_row_q192{row-gap:12rem}.ss_w_q192{width:12rem}.ss_min_w_q192{min-width:12rem}.ss_max_w_q192{max-width:12rem}.ss_h_q192{height:12rem}.ss_min_h_q192{min-height:12rem}.ss_max_h_q192{max-height:12rem}.ss_inset_q192{bottom:12rem;left:12rem;right:12rem;top:12rem}.ss_top_q192{top:12rem}.ss_right_q192{right:12rem}.ss_bottom_q192{bottom:12rem}.ss_left_q192{left:12rem}.ss_inset_x_q192{left:12rem;right:12rem}.ss_inset_y_q192{bottom:12rem;top:12rem}.ss_border_q192{border-width:12rem}.ss_border_t_q192{border-top-width:12rem}.ss_border_r_q192{border-right-width:12rem}.ss_border_b_q192{border-bottom-width:12rem}.ss_border_l_q192,.ss_border_x_q192{border-left-width:12rem}.ss_border_x_q192{border-right-width:12rem}.ss_border_y_q192{border-bottom-width:12rem;border-top-width:12rem}.ss_rounded_q192{border-radius:12rem}.ss_rounded_t_q192{border-top-left-radius:12rem;border-top-right-radius:12rem}.ss_rounded_r_q192{border-bottom-right-radius:12rem;border-top-right-radius:12rem}.ss_rounded_b_q192{border-bottom-left-radius:12rem;border-bottom-right-radius:12rem}.ss_rounded_l_q192{border-bottom-left-radius:12rem}.ss_rounded_l_q192,.ss_rounded_tl_q192{border-top-left-radius:12rem}.ss_rounded_tr_q192{border-top-right-radius:12rem}.ss_rounded_br_q192{border-bottom-right-radius:12rem}.ss_rounded_bl_q192{border-bottom-left-radius:12rem}.ss_p_q224{padding:14rem}.ss_pt_q224{padding-top:14rem}.ss_pr_q224{padding-right:14rem}.ss_pb_q224{padding-bottom:14rem}.ss_pl_q224,.ss_px_q224{padding-left:14rem}.ss_px_q224{padding-right:14rem}.ss_py_q224{padding-bottom:14rem;padding-top:14rem}.ss_m_q224{margin:14rem}.ss_mt_q224{margin-top:14rem}.ss_mr_q224{margin-right:14rem}.ss_mb_q224{margin-bottom:14rem}.ss_ml_q224,.ss_mx_q224{margin-left:14rem}.ss_mx_q224{margin-right:14rem}.ss_my_q224{margin-bottom:14rem;margin-top:14rem}.ss_gap_q224{gap:14rem}.ss_gap_col_q224{-moz-column-gap:14rem;column-gap:14rem}.ss_gap_row_q224{row-gap:14rem}.ss_w_q224{width:14rem}.ss_min_w_q224{min-width:14rem}.ss_max_w_q224{max-width:14rem}.ss_h_q224{height:14rem}.ss_min_h_q224{min-height:14rem}.ss_max_h_q224{max-height:14rem}.ss_inset_q224{bottom:14rem;left:14rem;right:14rem;top:14rem}.ss_top_q224{top:14rem}.ss_right_q224{right:14rem}.ss_bottom_q224{bottom:14rem}.ss_left_q224{left:14rem}.ss_inset_x_q224{left:14rem;right:14rem}.ss_inset_y_q224{bottom:14rem;top:14rem}.ss_border_q224{border-width:14rem}.ss_border_t_q224{border-top-width:14rem}.ss_border_r_q224{border-right-width:14rem}.ss_border_b_q224{border-bottom-width:14rem}.ss_border_l_q224,.ss_border_x_q224{border-left-width:14rem}.ss_border_x_q224{border-right-width:14rem}.ss_border_y_q224{border-bottom-width:14rem;border-top-width:14rem}.ss_rounded_q224{border-radius:14rem}.ss_rounded_t_q224{border-top-left-radius:14rem;border-top-right-radius:14rem}.ss_rounded_r_q224{border-bottom-right-radius:14rem;border-top-right-radius:14rem}.ss_rounded_b_q224{border-bottom-left-radius:14rem;border-bottom-right-radius:14rem}.ss_rounded_l_q224{border-bottom-left-radius:14rem}.ss_rounded_l_q224,.ss_rounded_tl_q224{border-top-left-radius:14rem}.ss_rounded_tr_q224{border-top-right-radius:14rem}.ss_rounded_br_q224{border-bottom-right-radius:14rem}.ss_rounded_bl_q224{border-bottom-left-radius:14rem}.ss_p_q256{padding:16rem}.ss_pt_q256{padding-top:16rem}.ss_pr_q256{padding-right:16rem}.ss_pb_q256{padding-bottom:16rem}.ss_pl_q256,.ss_px_q256{padding-left:16rem}.ss_px_q256{padding-right:16rem}.ss_py_q256{padding-bottom:16rem;padding-top:16rem}.ss_m_q256{margin:16rem}.ss_mt_q256{margin-top:16rem}.ss_mr_q256{margin-right:16rem}.ss_mb_q256{margin-bottom:16rem}.ss_ml_q256,.ss_mx_q256{margin-left:16rem}.ss_mx_q256{margin-right:16rem}.ss_my_q256{margin-bottom:16rem;margin-top:16rem}.ss_gap_q256{gap:16rem}.ss_gap_col_q256{-moz-column-gap:16rem;column-gap:16rem}.ss_gap_row_q256{row-gap:16rem}.ss_w_q256{width:16rem}.ss_min_w_q256{min-width:16rem}.ss_max_w_q256{max-width:16rem}.ss_h_q256{height:16rem}.ss_min_h_q256{min-height:16rem}.ss_max_h_q256{max-height:16rem}.ss_inset_q256{bottom:16rem;left:16rem;right:16rem;top:16rem}.ss_top_q256{top:16rem}.ss_right_q256{right:16rem}.ss_bottom_q256{bottom:16rem}.ss_left_q256{left:16rem}.ss_inset_x_q256{left:16rem;right:16rem}.ss_inset_y_q256{bottom:16rem;top:16rem}.ss_border_q256{border-width:16rem}.ss_border_t_q256{border-top-width:16rem}.ss_border_r_q256{border-right-width:16rem}.ss_border_b_q256{border-bottom-width:16rem}.ss_border_l_q256,.ss_border_x_q256{border-left-width:16rem}.ss_border_x_q256{border-right-width:16rem}.ss_border_y_q256{border-bottom-width:16rem;border-top-width:16rem}.ss_rounded_q256{border-radius:16rem}.ss_rounded_t_q256{border-top-left-radius:16rem;border-top-right-radius:16rem}.ss_rounded_r_q256{border-bottom-right-radius:16rem;border-top-right-radius:16rem}.ss_rounded_b_q256{border-bottom-left-radius:16rem;border-bottom-right-radius:16rem}.ss_rounded_l_q256{border-bottom-left-radius:16rem}.ss_rounded_l_q256,.ss_rounded_tl_q256{border-top-left-radius:16rem}.ss_rounded_tr_q256{border-top-right-radius:16rem}.ss_rounded_br_q256{border-bottom-right-radius:16rem}.ss_rounded_bl_q256{border-bottom-left-radius:16rem}}@media(min-width:540px){.xs_p_q0{padding:0}.xs_pt_q0{padding-top:0}.xs_pr_q0{padding-right:0}.xs_pb_q0{padding-bottom:0}.xs_pl_q0,.xs_px_q0{padding-left:0}.xs_px_q0{padding-right:0}.xs_py_q0{padding-bottom:0;padding-top:0}.xs_m_q0{margin:0}.xs_mt_q0{margin-top:0}.xs_mr_q0{margin-right:0}.xs_mb_q0{margin-bottom:0}.xs_ml_q0,.xs_mx_q0{margin-left:0}.xs_mx_q0{margin-right:0}.xs_my_q0{margin-bottom:0;margin-top:0}.xs_gap_q0{gap:0}.xs_gap_col_q0{-moz-column-gap:0;column-gap:0}.xs_gap_row_q0{row-gap:0}.xs_w_q0{width:0}.xs_min_w_q0{min-width:0}.xs_max_w_q0{max-width:0}.xs_h_q0{height:0}.xs_min_h_q0{min-height:0}.xs_max_h_q0{max-height:0}.xs_inset_q0{bottom:0;left:0;right:0;top:0}.xs_top_q0{top:0}.xs_right_q0{right:0}.xs_bottom_q0{bottom:0}.xs_left_q0{left:0}.xs_inset_x_q0{left:0;right:0}.xs_inset_y_q0{bottom:0;top:0}.xs_border_q0{border-width:0}.xs_border_t_q0{border-top-width:0}.xs_border_r_q0{border-right-width:0}.xs_border_b_q0{border-bottom-width:0}.xs_border_l_q0,.xs_border_x_q0{border-left-width:0}.xs_border_x_q0{border-right-width:0}.xs_border_y_q0{border-bottom-width:0;border-top-width:0}.xs_rounded_q0{border-radius:0}.xs_rounded_t_q0{border-top-left-radius:0;border-top-right-radius:0}.xs_rounded_r_q0{border-bottom-right-radius:0;border-top-right-radius:0}.xs_rounded_b_q0{border-bottom-left-radius:0;border-bottom-right-radius:0}.xs_rounded_l_q0{border-bottom-left-radius:0}.xs_rounded_l_q0,.xs_rounded_tl_q0{border-top-left-radius:0}.xs_rounded_tr_q0{border-top-right-radius:0}.xs_rounded_br_q0{border-bottom-right-radius:0}.xs_rounded_bl_q0{border-bottom-left-radius:0}.xs_p_q1{padding:.0625rem}.xs_pt_q1{padding-top:.0625rem}.xs_pr_q1{padding-right:.0625rem}.xs_pb_q1{padding-bottom:.0625rem}.xs_pl_q1,.xs_px_q1{padding-left:.0625rem}.xs_px_q1{padding-right:.0625rem}.xs_py_q1{padding-bottom:.0625rem;padding-top:.0625rem}.xs_m_q1{margin:.0625rem}.xs_mt_q1{margin-top:.0625rem}.xs_mr_q1{margin-right:.0625rem}.xs_mb_q1{margin-bottom:.0625rem}.xs_ml_q1,.xs_mx_q1{margin-left:.0625rem}.xs_mx_q1{margin-right:.0625rem}.xs_my_q1{margin-bottom:.0625rem;margin-top:.0625rem}.xs_gap_q1{gap:.0625rem}.xs_gap_col_q1{-moz-column-gap:.0625rem;column-gap:.0625rem}.xs_gap_row_q1{row-gap:.0625rem}.xs_w_q1{width:.0625rem}.xs_min_w_q1{min-width:.0625rem}.xs_max_w_q1{max-width:.0625rem}.xs_h_q1{height:.0625rem}.xs_min_h_q1{min-height:.0625rem}.xs_max_h_q1{max-height:.0625rem}.xs_inset_q1{bottom:.0625rem;left:.0625rem;right:.0625rem;top:.0625rem}.xs_top_q1{top:.0625rem}.xs_right_q1{right:.0625rem}.xs_bottom_q1{bottom:.0625rem}.xs_left_q1{left:.0625rem}.xs_inset_x_q1{left:.0625rem;right:.0625rem}.xs_inset_y_q1{bottom:.0625rem;top:.0625rem}.xs_border_q1{border-width:.0625rem}.xs_border_t_q1{border-top-width:.0625rem}.xs_border_r_q1{border-right-width:.0625rem}.xs_border_b_q1{border-bottom-width:.0625rem}.xs_border_l_q1,.xs_border_x_q1{border-left-width:.0625rem}.xs_border_x_q1{border-right-width:.0625rem}.xs_border_y_q1{border-bottom-width:.0625rem;border-top-width:.0625rem}.xs_rounded_q1{border-radius:.0625rem}.xs_rounded_t_q1{border-top-left-radius:.0625rem;border-top-right-radius:.0625rem}.xs_rounded_r_q1{border-top-right-radius:.0625rem}.xs_rounded_b_q1,.xs_rounded_r_q1{border-bottom-right-radius:.0625rem}.xs_rounded_b_q1,.xs_rounded_l_q1{border-bottom-left-radius:.0625rem}.xs_rounded_l_q1,.xs_rounded_tl_q1{border-top-left-radius:.0625rem}.xs_rounded_tr_q1{border-top-right-radius:.0625rem}.xs_rounded_br_q1{border-bottom-right-radius:.0625rem}.xs_rounded_bl_q1{border-bottom-left-radius:.0625rem}.xs_p_q2{padding:.125rem}.xs_pt_q2{padding-top:.125rem}.xs_pr_q2{padding-right:.125rem}.xs_pb_q2{padding-bottom:.125rem}.xs_pl_q2,.xs_px_q2{padding-left:.125rem}.xs_px_q2{padding-right:.125rem}.xs_py_q2{padding-bottom:.125rem;padding-top:.125rem}.xs_m_q2{margin:.125rem}.xs_mt_q2{margin-top:.125rem}.xs_mr_q2{margin-right:.125rem}.xs_mb_q2{margin-bottom:.125rem}.xs_ml_q2,.xs_mx_q2{margin-left:.125rem}.xs_mx_q2{margin-right:.125rem}.xs_my_q2{margin-bottom:.125rem;margin-top:.125rem}.xs_gap_q2{gap:.125rem}.xs_gap_col_q2{-moz-column-gap:.125rem;column-gap:.125rem}.xs_gap_row_q2{row-gap:.125rem}.xs_w_q2{width:.125rem}.xs_min_w_q2{min-width:.125rem}.xs_max_w_q2{max-width:.125rem}.xs_h_q2{height:.125rem}.xs_min_h_q2{min-height:.125rem}.xs_max_h_q2{max-height:.125rem}.xs_inset_q2{bottom:.125rem;left:.125rem;right:.125rem;top:.125rem}.xs_top_q2{top:.125rem}.xs_right_q2{right:.125rem}.xs_bottom_q2{bottom:.125rem}.xs_left_q2{left:.125rem}.xs_inset_x_q2{left:.125rem;right:.125rem}.xs_inset_y_q2{bottom:.125rem;top:.125rem}.xs_border_q2{border-width:.125rem}.xs_border_t_q2{border-top-width:.125rem}.xs_border_r_q2{border-right-width:.125rem}.xs_border_b_q2{border-bottom-width:.125rem}.xs_border_l_q2,.xs_border_x_q2{border-left-width:.125rem}.xs_border_x_q2{border-right-width:.125rem}.xs_border_y_q2{border-bottom-width:.125rem;border-top-width:.125rem}.xs_rounded_q2{border-radius:.125rem}.xs_rounded_t_q2{border-top-left-radius:.125rem;border-top-right-radius:.125rem}.xs_rounded_r_q2{border-top-right-radius:.125rem}.xs_rounded_b_q2,.xs_rounded_r_q2{border-bottom-right-radius:.125rem}.xs_rounded_b_q2,.xs_rounded_l_q2{border-bottom-left-radius:.125rem}.xs_rounded_l_q2,.xs_rounded_tl_q2{border-top-left-radius:.125rem}.xs_rounded_tr_q2{border-top-right-radius:.125rem}.xs_rounded_br_q2{border-bottom-right-radius:.125rem}.xs_rounded_bl_q2{border-bottom-left-radius:.125rem}.xs_p_q4{padding:.25rem}.xs_pt_q4{padding-top:.25rem}.xs_pr_q4{padding-right:.25rem}.xs_pb_q4{padding-bottom:.25rem}.xs_pl_q4,.xs_px_q4{padding-left:.25rem}.xs_px_q4{padding-right:.25rem}.xs_py_q4{padding-bottom:.25rem;padding-top:.25rem}.xs_m_q4{margin:.25rem}.xs_mt_q4{margin-top:.25rem}.xs_mr_q4{margin-right:.25rem}.xs_mb_q4{margin-bottom:.25rem}.xs_ml_q4,.xs_mx_q4{margin-left:.25rem}.xs_mx_q4{margin-right:.25rem}.xs_my_q4{margin-bottom:.25rem;margin-top:.25rem}.xs_gap_q4{gap:.25rem}.xs_gap_col_q4{-moz-column-gap:.25rem;column-gap:.25rem}.xs_gap_row_q4{row-gap:.25rem}.xs_w_q4{width:.25rem}.xs_min_w_q4{min-width:.25rem}.xs_max_w_q4{max-width:.25rem}.xs_h_q4{height:.25rem}.xs_min_h_q4{min-height:.25rem}.xs_max_h_q4{max-height:.25rem}.xs_inset_q4{bottom:.25rem;left:.25rem;right:.25rem;top:.25rem}.xs_top_q4{top:.25rem}.xs_right_q4{right:.25rem}.xs_bottom_q4{bottom:.25rem}.xs_left_q4{left:.25rem}.xs_inset_x_q4{left:.25rem;right:.25rem}.xs_inset_y_q4{bottom:.25rem;top:.25rem}.xs_border_q4{border-width:.25rem}.xs_border_t_q4{border-top-width:.25rem}.xs_border_r_q4{border-right-width:.25rem}.xs_border_b_q4{border-bottom-width:.25rem}.xs_border_l_q4,.xs_border_x_q4{border-left-width:.25rem}.xs_border_x_q4{border-right-width:.25rem}.xs_border_y_q4{border-bottom-width:.25rem;border-top-width:.25rem}.xs_rounded_q4{border-radius:.25rem}.xs_rounded_t_q4{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.xs_rounded_r_q4{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}.xs_rounded_b_q4{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.xs_rounded_l_q4{border-bottom-left-radius:.25rem}.xs_rounded_l_q4,.xs_rounded_tl_q4{border-top-left-radius:.25rem}.xs_rounded_tr_q4{border-top-right-radius:.25rem}.xs_rounded_br_q4{border-bottom-right-radius:.25rem}.xs_rounded_bl_q4{border-bottom-left-radius:.25rem}.xs_p_q6{padding:.375rem}.xs_pt_q6{padding-top:.375rem}.xs_pr_q6{padding-right:.375rem}.xs_pb_q6{padding-bottom:.375rem}.xs_pl_q6,.xs_px_q6{padding-left:.375rem}.xs_px_q6{padding-right:.375rem}.xs_py_q6{padding-bottom:.375rem;padding-top:.375rem}.xs_m_q6{margin:.375rem}.xs_mt_q6{margin-top:.375rem}.xs_mr_q6{margin-right:.375rem}.xs_mb_q6{margin-bottom:.375rem}.xs_ml_q6,.xs_mx_q6{margin-left:.375rem}.xs_mx_q6{margin-right:.375rem}.xs_my_q6{margin-bottom:.375rem;margin-top:.375rem}.xs_gap_q6{gap:.375rem}.xs_gap_col_q6{-moz-column-gap:.375rem;column-gap:.375rem}.xs_gap_row_q6{row-gap:.375rem}.xs_w_q6{width:.375rem}.xs_min_w_q6{min-width:.375rem}.xs_max_w_q6{max-width:.375rem}.xs_h_q6{height:.375rem}.xs_min_h_q6{min-height:.375rem}.xs_max_h_q6{max-height:.375rem}.xs_inset_q6{bottom:.375rem;left:.375rem;right:.375rem;top:.375rem}.xs_top_q6{top:.375rem}.xs_right_q6{right:.375rem}.xs_bottom_q6{bottom:.375rem}.xs_left_q6{left:.375rem}.xs_inset_x_q6{left:.375rem;right:.375rem}.xs_inset_y_q6{bottom:.375rem;top:.375rem}.xs_border_q6{border-width:.375rem}.xs_border_t_q6{border-top-width:.375rem}.xs_border_r_q6{border-right-width:.375rem}.xs_border_b_q6{border-bottom-width:.375rem}.xs_border_l_q6,.xs_border_x_q6{border-left-width:.375rem}.xs_border_x_q6{border-right-width:.375rem}.xs_border_y_q6{border-bottom-width:.375rem;border-top-width:.375rem}.xs_rounded_q6{border-radius:.375rem}.xs_rounded_t_q6{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.xs_rounded_r_q6{border-top-right-radius:.375rem}.xs_rounded_b_q6,.xs_rounded_r_q6{border-bottom-right-radius:.375rem}.xs_rounded_b_q6,.xs_rounded_l_q6{border-bottom-left-radius:.375rem}.xs_rounded_l_q6,.xs_rounded_tl_q6{border-top-left-radius:.375rem}.xs_rounded_tr_q6{border-top-right-radius:.375rem}.xs_rounded_br_q6{border-bottom-right-radius:.375rem}.xs_rounded_bl_q6{border-bottom-left-radius:.375rem}.xs_p_q8{padding:.5rem}.xs_pt_q8{padding-top:.5rem}.xs_pr_q8{padding-right:.5rem}.xs_pb_q8{padding-bottom:.5rem}.xs_pl_q8,.xs_px_q8{padding-left:.5rem}.xs_px_q8{padding-right:.5rem}.xs_py_q8{padding-bottom:.5rem;padding-top:.5rem}.xs_m_q8{margin:.5rem}.xs_mt_q8{margin-top:.5rem}.xs_mr_q8{margin-right:.5rem}.xs_mb_q8{margin-bottom:.5rem}.xs_ml_q8,.xs_mx_q8{margin-left:.5rem}.xs_mx_q8{margin-right:.5rem}.xs_my_q8{margin-bottom:.5rem;margin-top:.5rem}.xs_gap_q8{gap:.5rem}.xs_gap_col_q8{-moz-column-gap:.5rem;column-gap:.5rem}.xs_gap_row_q8{row-gap:.5rem}.xs_w_q8{width:.5rem}.xs_min_w_q8{min-width:.5rem}.xs_max_w_q8{max-width:.5rem}.xs_h_q8{height:.5rem}.xs_min_h_q8{min-height:.5rem}.xs_max_h_q8{max-height:.5rem}.xs_inset_q8{bottom:.5rem;left:.5rem;right:.5rem;top:.5rem}.xs_top_q8{top:.5rem}.xs_right_q8{right:.5rem}.xs_bottom_q8{bottom:.5rem}.xs_left_q8{left:.5rem}.xs_inset_x_q8{left:.5rem;right:.5rem}.xs_inset_y_q8{bottom:.5rem;top:.5rem}.xs_border_q8{border-width:.5rem}.xs_border_t_q8{border-top-width:.5rem}.xs_border_r_q8{border-right-width:.5rem}.xs_border_b_q8{border-bottom-width:.5rem}.xs_border_l_q8,.xs_border_x_q8{border-left-width:.5rem}.xs_border_x_q8{border-right-width:.5rem}.xs_border_y_q8{border-bottom-width:.5rem;border-top-width:.5rem}.xs_rounded_q8{border-radius:.5rem}.xs_rounded_t_q8{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.xs_rounded_r_q8{border-bottom-right-radius:.5rem;border-top-right-radius:.5rem}.xs_rounded_b_q8{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.xs_rounded_l_q8{border-bottom-left-radius:.5rem}.xs_rounded_l_q8,.xs_rounded_tl_q8{border-top-left-radius:.5rem}.xs_rounded_tr_q8{border-top-right-radius:.5rem}.xs_rounded_br_q8{border-bottom-right-radius:.5rem}.xs_rounded_bl_q8{border-bottom-left-radius:.5rem}.xs_p_q12{padding:.75rem}.xs_pt_q12{padding-top:.75rem}.xs_pr_q12{padding-right:.75rem}.xs_pb_q12{padding-bottom:.75rem}.xs_pl_q12,.xs_px_q12{padding-left:.75rem}.xs_px_q12{padding-right:.75rem}.xs_py_q12{padding-bottom:.75rem;padding-top:.75rem}.xs_m_q12{margin:.75rem}.xs_mt_q12{margin-top:.75rem}.xs_mr_q12{margin-right:.75rem}.xs_mb_q12{margin-bottom:.75rem}.xs_ml_q12,.xs_mx_q12{margin-left:.75rem}.xs_mx_q12{margin-right:.75rem}.xs_my_q12{margin-bottom:.75rem;margin-top:.75rem}.xs_gap_q12{gap:.75rem}.xs_gap_col_q12{-moz-column-gap:.75rem;column-gap:.75rem}.xs_gap_row_q12{row-gap:.75rem}.xs_w_q12{width:.75rem}.xs_min_w_q12{min-width:.75rem}.xs_max_w_q12{max-width:.75rem}.xs_h_q12{height:.75rem}.xs_min_h_q12{min-height:.75rem}.xs_max_h_q12{max-height:.75rem}.xs_inset_q12{bottom:.75rem;left:.75rem;right:.75rem;top:.75rem}.xs_top_q12{top:.75rem}.xs_right_q12{right:.75rem}.xs_bottom_q12{bottom:.75rem}.xs_left_q12{left:.75rem}.xs_inset_x_q12{left:.75rem;right:.75rem}.xs_inset_y_q12{bottom:.75rem;top:.75rem}.xs_border_q12{border-width:.75rem}.xs_border_t_q12{border-top-width:.75rem}.xs_border_r_q12{border-right-width:.75rem}.xs_border_b_q12{border-bottom-width:.75rem}.xs_border_l_q12,.xs_border_x_q12{border-left-width:.75rem}.xs_border_x_q12{border-right-width:.75rem}.xs_border_y_q12{border-bottom-width:.75rem;border-top-width:.75rem}.xs_rounded_q12{border-radius:.75rem}.xs_rounded_t_q12{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.xs_rounded_r_q12{border-bottom-right-radius:.75rem;border-top-right-radius:.75rem}.xs_rounded_b_q12{border-bottom-left-radius:.75rem;border-bottom-right-radius:.75rem}.xs_rounded_l_q12{border-bottom-left-radius:.75rem}.xs_rounded_l_q12,.xs_rounded_tl_q12{border-top-left-radius:.75rem}.xs_rounded_tr_q12{border-top-right-radius:.75rem}.xs_rounded_br_q12{border-bottom-right-radius:.75rem}.xs_rounded_bl_q12{border-bottom-left-radius:.75rem}.xs_p_q16{padding:1rem}.xs_pt_q16{padding-top:1rem}.xs_pr_q16{padding-right:1rem}.xs_pb_q16{padding-bottom:1rem}.xs_pl_q16,.xs_px_q16{padding-left:1rem}.xs_px_q16{padding-right:1rem}.xs_py_q16{padding-bottom:1rem;padding-top:1rem}.xs_m_q16{margin:1rem}.xs_mt_q16{margin-top:1rem}.xs_mr_q16{margin-right:1rem}.xs_mb_q16{margin-bottom:1rem}.xs_ml_q16,.xs_mx_q16{margin-left:1rem}.xs_mx_q16{margin-right:1rem}.xs_my_q16{margin-bottom:1rem;margin-top:1rem}.xs_gap_q16{gap:1rem}.xs_gap_col_q16{-moz-column-gap:1rem;column-gap:1rem}.xs_gap_row_q16{row-gap:1rem}.xs_w_q16{width:1rem}.xs_min_w_q16{min-width:1rem}.xs_max_w_q16{max-width:1rem}.xs_h_q16{height:1rem}.xs_min_h_q16{min-height:1rem}.xs_max_h_q16{max-height:1rem}.xs_inset_q16{bottom:1rem;left:1rem;right:1rem;top:1rem}.xs_top_q16{top:1rem}.xs_right_q16{right:1rem}.xs_bottom_q16{bottom:1rem}.xs_left_q16{left:1rem}.xs_inset_x_q16{left:1rem;right:1rem}.xs_inset_y_q16{bottom:1rem;top:1rem}.xs_border_q16{border-width:1rem}.xs_border_t_q16{border-top-width:1rem}.xs_border_r_q16{border-right-width:1rem}.xs_border_b_q16{border-bottom-width:1rem}.xs_border_l_q16,.xs_border_x_q16{border-left-width:1rem}.xs_border_x_q16{border-right-width:1rem}.xs_border_y_q16{border-bottom-width:1rem;border-top-width:1rem}.xs_rounded_q16{border-radius:1rem}.xs_rounded_t_q16{border-top-left-radius:1rem;border-top-right-radius:1rem}.xs_rounded_r_q16{border-bottom-right-radius:1rem;border-top-right-radius:1rem}.xs_rounded_b_q16{border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}.xs_rounded_l_q16{border-bottom-left-radius:1rem}.xs_rounded_l_q16,.xs_rounded_tl_q16{border-top-left-radius:1rem}.xs_rounded_tr_q16{border-top-right-radius:1rem}.xs_rounded_br_q16{border-bottom-right-radius:1rem}.xs_rounded_bl_q16{border-bottom-left-radius:1rem}.xs_p_q20{padding:1.25rem}.xs_pt_q20{padding-top:1.25rem}.xs_pr_q20{padding-right:1.25rem}.xs_pb_q20{padding-bottom:1.25rem}.xs_pl_q20,.xs_px_q20{padding-left:1.25rem}.xs_px_q20{padding-right:1.25rem}.xs_py_q20{padding-bottom:1.25rem;padding-top:1.25rem}.xs_m_q20{margin:1.25rem}.xs_mt_q20{margin-top:1.25rem}.xs_mr_q20{margin-right:1.25rem}.xs_mb_q20{margin-bottom:1.25rem}.xs_ml_q20,.xs_mx_q20{margin-left:1.25rem}.xs_mx_q20{margin-right:1.25rem}.xs_my_q20{margin-bottom:1.25rem;margin-top:1.25rem}.xs_gap_q20{gap:1.25rem}.xs_gap_col_q20{-moz-column-gap:1.25rem;column-gap:1.25rem}.xs_gap_row_q20{row-gap:1.25rem}.xs_w_q20{width:1.25rem}.xs_min_w_q20{min-width:1.25rem}.xs_max_w_q20{max-width:1.25rem}.xs_h_q20{height:1.25rem}.xs_min_h_q20{min-height:1.25rem}.xs_max_h_q20{max-height:1.25rem}.xs_inset_q20{bottom:1.25rem;left:1.25rem;right:1.25rem;top:1.25rem}.xs_top_q20{top:1.25rem}.xs_right_q20{right:1.25rem}.xs_bottom_q20{bottom:1.25rem}.xs_left_q20{left:1.25rem}.xs_inset_x_q20{left:1.25rem;right:1.25rem}.xs_inset_y_q20{bottom:1.25rem;top:1.25rem}.xs_border_q20{border-width:1.25rem}.xs_border_t_q20{border-top-width:1.25rem}.xs_border_r_q20{border-right-width:1.25rem}.xs_border_b_q20{border-bottom-width:1.25rem}.xs_border_l_q20,.xs_border_x_q20{border-left-width:1.25rem}.xs_border_x_q20{border-right-width:1.25rem}.xs_border_y_q20{border-bottom-width:1.25rem;border-top-width:1.25rem}.xs_rounded_q20{border-radius:1.25rem}.xs_rounded_t_q20{border-top-left-radius:1.25rem;border-top-right-radius:1.25rem}.xs_rounded_r_q20{border-bottom-right-radius:1.25rem;border-top-right-radius:1.25rem}.xs_rounded_b_q20{border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem}.xs_rounded_l_q20{border-bottom-left-radius:1.25rem}.xs_rounded_l_q20,.xs_rounded_tl_q20{border-top-left-radius:1.25rem}.xs_rounded_tr_q20{border-top-right-radius:1.25rem}.xs_rounded_br_q20{border-bottom-right-radius:1.25rem}.xs_rounded_bl_q20{border-bottom-left-radius:1.25rem}.xs_p_q24{padding:1.5rem}.xs_pt_q24{padding-top:1.5rem}.xs_pr_q24{padding-right:1.5rem}.xs_pb_q24{padding-bottom:1.5rem}.xs_pl_q24,.xs_px_q24{padding-left:1.5rem}.xs_px_q24{padding-right:1.5rem}.xs_py_q24{padding-bottom:1.5rem;padding-top:1.5rem}.xs_m_q24{margin:1.5rem}.xs_mt_q24{margin-top:1.5rem}.xs_mr_q24{margin-right:1.5rem}.xs_mb_q24{margin-bottom:1.5rem}.xs_ml_q24,.xs_mx_q24{margin-left:1.5rem}.xs_mx_q24{margin-right:1.5rem}.xs_my_q24{margin-bottom:1.5rem;margin-top:1.5rem}.xs_gap_q24{gap:1.5rem}.xs_gap_col_q24{-moz-column-gap:1.5rem;column-gap:1.5rem}.xs_gap_row_q24{row-gap:1.5rem}.xs_w_q24{width:1.5rem}.xs_min_w_q24{min-width:1.5rem}.xs_max_w_q24{max-width:1.5rem}.xs_h_q24{height:1.5rem}.xs_min_h_q24{min-height:1.5rem}.xs_max_h_q24{max-height:1.5rem}.xs_inset_q24{bottom:1.5rem;left:1.5rem;right:1.5rem;top:1.5rem}.xs_top_q24{top:1.5rem}.xs_right_q24{right:1.5rem}.xs_bottom_q24{bottom:1.5rem}.xs_left_q24{left:1.5rem}.xs_inset_x_q24{left:1.5rem;right:1.5rem}.xs_inset_y_q24{bottom:1.5rem;top:1.5rem}.xs_border_q24{border-width:1.5rem}.xs_border_t_q24{border-top-width:1.5rem}.xs_border_r_q24{border-right-width:1.5rem}.xs_border_b_q24{border-bottom-width:1.5rem}.xs_border_l_q24,.xs_border_x_q24{border-left-width:1.5rem}.xs_border_x_q24{border-right-width:1.5rem}.xs_border_y_q24{border-bottom-width:1.5rem;border-top-width:1.5rem}.xs_rounded_q24{border-radius:1.5rem}.xs_rounded_t_q24{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.xs_rounded_r_q24{border-bottom-right-radius:1.5rem;border-top-right-radius:1.5rem}.xs_rounded_b_q24{border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem}.xs_rounded_l_q24{border-bottom-left-radius:1.5rem}.xs_rounded_l_q24,.xs_rounded_tl_q24{border-top-left-radius:1.5rem}.xs_rounded_tr_q24{border-top-right-radius:1.5rem}.xs_rounded_br_q24{border-bottom-right-radius:1.5rem}.xs_rounded_bl_q24{border-bottom-left-radius:1.5rem}.xs_p_q32{padding:2rem}.xs_pt_q32{padding-top:2rem}.xs_pr_q32{padding-right:2rem}.xs_pb_q32{padding-bottom:2rem}.xs_pl_q32,.xs_px_q32{padding-left:2rem}.xs_px_q32{padding-right:2rem}.xs_py_q32{padding-bottom:2rem;padding-top:2rem}.xs_m_q32{margin:2rem}.xs_mt_q32{margin-top:2rem}.xs_mr_q32{margin-right:2rem}.xs_mb_q32{margin-bottom:2rem}.xs_ml_q32,.xs_mx_q32{margin-left:2rem}.xs_mx_q32{margin-right:2rem}.xs_my_q32{margin-bottom:2rem;margin-top:2rem}.xs_gap_q32{gap:2rem}.xs_gap_col_q32{-moz-column-gap:2rem;column-gap:2rem}.xs_gap_row_q32{row-gap:2rem}.xs_w_q32{width:2rem}.xs_min_w_q32{min-width:2rem}.xs_max_w_q32{max-width:2rem}.xs_h_q32{height:2rem}.xs_min_h_q32{min-height:2rem}.xs_max_h_q32{max-height:2rem}.xs_inset_q32{bottom:2rem;left:2rem;right:2rem;top:2rem}.xs_top_q32{top:2rem}.xs_right_q32{right:2rem}.xs_bottom_q32{bottom:2rem}.xs_left_q32{left:2rem}.xs_inset_x_q32{left:2rem;right:2rem}.xs_inset_y_q32{bottom:2rem;top:2rem}.xs_border_q32{border-width:2rem}.xs_border_t_q32{border-top-width:2rem}.xs_border_r_q32{border-right-width:2rem}.xs_border_b_q32{border-bottom-width:2rem}.xs_border_l_q32,.xs_border_x_q32{border-left-width:2rem}.xs_border_x_q32{border-right-width:2rem}.xs_border_y_q32{border-bottom-width:2rem;border-top-width:2rem}.xs_rounded_q32{border-radius:2rem}.xs_rounded_t_q32{border-top-left-radius:2rem;border-top-right-radius:2rem}.xs_rounded_r_q32{border-bottom-right-radius:2rem;border-top-right-radius:2rem}.xs_rounded_b_q32{border-bottom-left-radius:2rem;border-bottom-right-radius:2rem}.xs_rounded_l_q32{border-bottom-left-radius:2rem}.xs_rounded_l_q32,.xs_rounded_tl_q32{border-top-left-radius:2rem}.xs_rounded_tr_q32{border-top-right-radius:2rem}.xs_rounded_br_q32{border-bottom-right-radius:2rem}.xs_rounded_bl_q32{border-bottom-left-radius:2rem}.xs_p_q40{padding:2.5rem}.xs_pt_q40{padding-top:2.5rem}.xs_pr_q40{padding-right:2.5rem}.xs_pb_q40{padding-bottom:2.5rem}.xs_pl_q40,.xs_px_q40{padding-left:2.5rem}.xs_px_q40{padding-right:2.5rem}.xs_py_q40{padding-bottom:2.5rem;padding-top:2.5rem}.xs_m_q40{margin:2.5rem}.xs_mt_q40{margin-top:2.5rem}.xs_mr_q40{margin-right:2.5rem}.xs_mb_q40{margin-bottom:2.5rem}.xs_ml_q40,.xs_mx_q40{margin-left:2.5rem}.xs_mx_q40{margin-right:2.5rem}.xs_my_q40{margin-bottom:2.5rem;margin-top:2.5rem}.xs_gap_q40{gap:2.5rem}.xs_gap_col_q40{-moz-column-gap:2.5rem;column-gap:2.5rem}.xs_gap_row_q40{row-gap:2.5rem}.xs_w_q40{width:2.5rem}.xs_min_w_q40{min-width:2.5rem}.xs_max_w_q40{max-width:2.5rem}.xs_h_q40{height:2.5rem}.xs_min_h_q40{min-height:2.5rem}.xs_max_h_q40{max-height:2.5rem}.xs_inset_q40{bottom:2.5rem;left:2.5rem;right:2.5rem;top:2.5rem}.xs_top_q40{top:2.5rem}.xs_right_q40{right:2.5rem}.xs_bottom_q40{bottom:2.5rem}.xs_left_q40{left:2.5rem}.xs_inset_x_q40{left:2.5rem;right:2.5rem}.xs_inset_y_q40{bottom:2.5rem;top:2.5rem}.xs_border_q40{border-width:2.5rem}.xs_border_t_q40{border-top-width:2.5rem}.xs_border_r_q40{border-right-width:2.5rem}.xs_border_b_q40{border-bottom-width:2.5rem}.xs_border_l_q40,.xs_border_x_q40{border-left-width:2.5rem}.xs_border_x_q40{border-right-width:2.5rem}.xs_border_y_q40{border-bottom-width:2.5rem;border-top-width:2.5rem}.xs_rounded_q40{border-radius:2.5rem}.xs_rounded_t_q40{border-top-left-radius:2.5rem;border-top-right-radius:2.5rem}.xs_rounded_r_q40{border-bottom-right-radius:2.5rem;border-top-right-radius:2.5rem}.xs_rounded_b_q40{border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem}.xs_rounded_l_q40{border-bottom-left-radius:2.5rem}.xs_rounded_l_q40,.xs_rounded_tl_q40{border-top-left-radius:2.5rem}.xs_rounded_tr_q40{border-top-right-radius:2.5rem}.xs_rounded_br_q40{border-bottom-right-radius:2.5rem}.xs_rounded_bl_q40{border-bottom-left-radius:2.5rem}.xs_p_q48{padding:3rem}.xs_pt_q48{padding-top:3rem}.xs_pr_q48{padding-right:3rem}.xs_pb_q48{padding-bottom:3rem}.xs_pl_q48,.xs_px_q48{padding-left:3rem}.xs_px_q48{padding-right:3rem}.xs_py_q48{padding-bottom:3rem;padding-top:3rem}.xs_m_q48{margin:3rem}.xs_mt_q48{margin-top:3rem}.xs_mr_q48{margin-right:3rem}.xs_mb_q48{margin-bottom:3rem}.xs_ml_q48,.xs_mx_q48{margin-left:3rem}.xs_mx_q48{margin-right:3rem}.xs_my_q48{margin-bottom:3rem;margin-top:3rem}.xs_gap_q48{gap:3rem}.xs_gap_col_q48{-moz-column-gap:3rem;column-gap:3rem}.xs_gap_row_q48{row-gap:3rem}.xs_w_q48{width:3rem}.xs_min_w_q48{min-width:3rem}.xs_max_w_q48{max-width:3rem}.xs_h_q48{height:3rem}.xs_min_h_q48{min-height:3rem}.xs_max_h_q48{max-height:3rem}.xs_inset_q48{bottom:3rem;left:3rem;right:3rem;top:3rem}.xs_top_q48{top:3rem}.xs_right_q48{right:3rem}.xs_bottom_q48{bottom:3rem}.xs_left_q48{left:3rem}.xs_inset_x_q48{left:3rem;right:3rem}.xs_inset_y_q48{bottom:3rem;top:3rem}.xs_border_q48{border-width:3rem}.xs_border_t_q48{border-top-width:3rem}.xs_border_r_q48{border-right-width:3rem}.xs_border_b_q48{border-bottom-width:3rem}.xs_border_l_q48,.xs_border_x_q48{border-left-width:3rem}.xs_border_x_q48{border-right-width:3rem}.xs_border_y_q48{border-bottom-width:3rem;border-top-width:3rem}.xs_rounded_q48{border-radius:3rem}.xs_rounded_t_q48{border-top-left-radius:3rem;border-top-right-radius:3rem}.xs_rounded_r_q48{border-bottom-right-radius:3rem;border-top-right-radius:3rem}.xs_rounded_b_q48{border-bottom-left-radius:3rem;border-bottom-right-radius:3rem}.xs_rounded_l_q48{border-bottom-left-radius:3rem}.xs_rounded_l_q48,.xs_rounded_tl_q48{border-top-left-radius:3rem}.xs_rounded_tr_q48{border-top-right-radius:3rem}.xs_rounded_br_q48{border-bottom-right-radius:3rem}.xs_rounded_bl_q48{border-bottom-left-radius:3rem}.xs_p_q56{padding:3.5rem}.xs_pt_q56{padding-top:3.5rem}.xs_pr_q56{padding-right:3.5rem}.xs_pb_q56{padding-bottom:3.5rem}.xs_pl_q56,.xs_px_q56{padding-left:3.5rem}.xs_px_q56{padding-right:3.5rem}.xs_py_q56{padding-bottom:3.5rem;padding-top:3.5rem}.xs_m_q56{margin:3.5rem}.xs_mt_q56{margin-top:3.5rem}.xs_mr_q56{margin-right:3.5rem}.xs_mb_q56{margin-bottom:3.5rem}.xs_ml_q56,.xs_mx_q56{margin-left:3.5rem}.xs_mx_q56{margin-right:3.5rem}.xs_my_q56{margin-bottom:3.5rem;margin-top:3.5rem}.xs_gap_q56{gap:3.5rem}.xs_gap_col_q56{-moz-column-gap:3.5rem;column-gap:3.5rem}.xs_gap_row_q56{row-gap:3.5rem}.xs_w_q56{width:3.5rem}.xs_min_w_q56{min-width:3.5rem}.xs_max_w_q56{max-width:3.5rem}.xs_h_q56{height:3.5rem}.xs_min_h_q56{min-height:3.5rem}.xs_max_h_q56{max-height:3.5rem}.xs_inset_q56{bottom:3.5rem;left:3.5rem;right:3.5rem;top:3.5rem}.xs_top_q56{top:3.5rem}.xs_right_q56{right:3.5rem}.xs_bottom_q56{bottom:3.5rem}.xs_left_q56{left:3.5rem}.xs_inset_x_q56{left:3.5rem;right:3.5rem}.xs_inset_y_q56{bottom:3.5rem;top:3.5rem}.xs_border_q56{border-width:3.5rem}.xs_border_t_q56{border-top-width:3.5rem}.xs_border_r_q56{border-right-width:3.5rem}.xs_border_b_q56{border-bottom-width:3.5rem}.xs_border_l_q56,.xs_border_x_q56{border-left-width:3.5rem}.xs_border_x_q56{border-right-width:3.5rem}.xs_border_y_q56{border-bottom-width:3.5rem;border-top-width:3.5rem}.xs_rounded_q56{border-radius:3.5rem}.xs_rounded_t_q56{border-top-left-radius:3.5rem;border-top-right-radius:3.5rem}.xs_rounded_r_q56{border-bottom-right-radius:3.5rem;border-top-right-radius:3.5rem}.xs_rounded_b_q56{border-bottom-left-radius:3.5rem;border-bottom-right-radius:3.5rem}.xs_rounded_l_q56{border-bottom-left-radius:3.5rem}.xs_rounded_l_q56,.xs_rounded_tl_q56{border-top-left-radius:3.5rem}.xs_rounded_tr_q56{border-top-right-radius:3.5rem}.xs_rounded_br_q56{border-bottom-right-radius:3.5rem}.xs_rounded_bl_q56{border-bottom-left-radius:3.5rem}.xs_p_q64{padding:4rem}.xs_pt_q64{padding-top:4rem}.xs_pr_q64{padding-right:4rem}.xs_pb_q64{padding-bottom:4rem}.xs_pl_q64,.xs_px_q64{padding-left:4rem}.xs_px_q64{padding-right:4rem}.xs_py_q64{padding-bottom:4rem;padding-top:4rem}.xs_m_q64{margin:4rem}.xs_mt_q64{margin-top:4rem}.xs_mr_q64{margin-right:4rem}.xs_mb_q64{margin-bottom:4rem}.xs_ml_q64,.xs_mx_q64{margin-left:4rem}.xs_mx_q64{margin-right:4rem}.xs_my_q64{margin-bottom:4rem;margin-top:4rem}.xs_gap_q64{gap:4rem}.xs_gap_col_q64{-moz-column-gap:4rem;column-gap:4rem}.xs_gap_row_q64{row-gap:4rem}.xs_w_q64{width:4rem}.xs_min_w_q64{min-width:4rem}.xs_max_w_q64{max-width:4rem}.xs_h_q64{height:4rem}.xs_min_h_q64{min-height:4rem}.xs_max_h_q64{max-height:4rem}.xs_inset_q64{bottom:4rem;left:4rem;right:4rem;top:4rem}.xs_top_q64{top:4rem}.xs_right_q64{right:4rem}.xs_bottom_q64{bottom:4rem}.xs_left_q64{left:4rem}.xs_inset_x_q64{left:4rem;right:4rem}.xs_inset_y_q64{bottom:4rem;top:4rem}.xs_border_q64{border-width:4rem}.xs_border_t_q64{border-top-width:4rem}.xs_border_r_q64{border-right-width:4rem}.xs_border_b_q64{border-bottom-width:4rem}.xs_border_l_q64,.xs_border_x_q64{border-left-width:4rem}.xs_border_x_q64{border-right-width:4rem}.xs_border_y_q64{border-bottom-width:4rem;border-top-width:4rem}.xs_rounded_q64{border-radius:4rem}.xs_rounded_t_q64{border-top-left-radius:4rem;border-top-right-radius:4rem}.xs_rounded_r_q64{border-bottom-right-radius:4rem;border-top-right-radius:4rem}.xs_rounded_b_q64{border-bottom-left-radius:4rem;border-bottom-right-radius:4rem}.xs_rounded_l_q64{border-bottom-left-radius:4rem}.xs_rounded_l_q64,.xs_rounded_tl_q64{border-top-left-radius:4rem}.xs_rounded_tr_q64{border-top-right-radius:4rem}.xs_rounded_br_q64{border-bottom-right-radius:4rem}.xs_rounded_bl_q64{border-bottom-left-radius:4rem}.xs_p_q72{padding:4.5rem}.xs_pt_q72{padding-top:4.5rem}.xs_pr_q72{padding-right:4.5rem}.xs_pb_q72{padding-bottom:4.5rem}.xs_pl_q72,.xs_px_q72{padding-left:4.5rem}.xs_px_q72{padding-right:4.5rem}.xs_py_q72{padding-bottom:4.5rem;padding-top:4.5rem}.xs_m_q72{margin:4.5rem}.xs_mt_q72{margin-top:4.5rem}.xs_mr_q72{margin-right:4.5rem}.xs_mb_q72{margin-bottom:4.5rem}.xs_ml_q72,.xs_mx_q72{margin-left:4.5rem}.xs_mx_q72{margin-right:4.5rem}.xs_my_q72{margin-bottom:4.5rem;margin-top:4.5rem}.xs_gap_q72{gap:4.5rem}.xs_gap_col_q72{-moz-column-gap:4.5rem;column-gap:4.5rem}.xs_gap_row_q72{row-gap:4.5rem}.xs_w_q72{width:4.5rem}.xs_min_w_q72{min-width:4.5rem}.xs_max_w_q72{max-width:4.5rem}.xs_h_q72{height:4.5rem}.xs_min_h_q72{min-height:4.5rem}.xs_max_h_q72{max-height:4.5rem}.xs_inset_q72{bottom:4.5rem;left:4.5rem;right:4.5rem;top:4.5rem}.xs_top_q72{top:4.5rem}.xs_right_q72{right:4.5rem}.xs_bottom_q72{bottom:4.5rem}.xs_left_q72{left:4.5rem}.xs_inset_x_q72{left:4.5rem;right:4.5rem}.xs_inset_y_q72{bottom:4.5rem;top:4.5rem}.xs_border_q72{border-width:4.5rem}.xs_border_t_q72{border-top-width:4.5rem}.xs_border_r_q72{border-right-width:4.5rem}.xs_border_b_q72{border-bottom-width:4.5rem}.xs_border_l_q72,.xs_border_x_q72{border-left-width:4.5rem}.xs_border_x_q72{border-right-width:4.5rem}.xs_border_y_q72{border-bottom-width:4.5rem;border-top-width:4.5rem}.xs_rounded_q72{border-radius:4.5rem}.xs_rounded_t_q72{border-top-left-radius:4.5rem;border-top-right-radius:4.5rem}.xs_rounded_r_q72{border-bottom-right-radius:4.5rem;border-top-right-radius:4.5rem}.xs_rounded_b_q72{border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem}.xs_rounded_l_q72{border-bottom-left-radius:4.5rem}.xs_rounded_l_q72,.xs_rounded_tl_q72{border-top-left-radius:4.5rem}.xs_rounded_tr_q72{border-top-right-radius:4.5rem}.xs_rounded_br_q72{border-bottom-right-radius:4.5rem}.xs_rounded_bl_q72{border-bottom-left-radius:4.5rem}.xs_p_q80{padding:5rem}.xs_pt_q80{padding-top:5rem}.xs_pr_q80{padding-right:5rem}.xs_pb_q80{padding-bottom:5rem}.xs_pl_q80,.xs_px_q80{padding-left:5rem}.xs_px_q80{padding-right:5rem}.xs_py_q80{padding-bottom:5rem;padding-top:5rem}.xs_m_q80{margin:5rem}.xs_mt_q80{margin-top:5rem}.xs_mr_q80{margin-right:5rem}.xs_mb_q80{margin-bottom:5rem}.xs_ml_q80,.xs_mx_q80{margin-left:5rem}.xs_mx_q80{margin-right:5rem}.xs_my_q80{margin-bottom:5rem;margin-top:5rem}.xs_gap_q80{gap:5rem}.xs_gap_col_q80{-moz-column-gap:5rem;column-gap:5rem}.xs_gap_row_q80{row-gap:5rem}.xs_w_q80{width:5rem}.xs_min_w_q80{min-width:5rem}.xs_max_w_q80{max-width:5rem}.xs_h_q80{height:5rem}.xs_min_h_q80{min-height:5rem}.xs_max_h_q80{max-height:5rem}.xs_inset_q80{bottom:5rem;left:5rem;right:5rem;top:5rem}.xs_top_q80{top:5rem}.xs_right_q80{right:5rem}.xs_bottom_q80{bottom:5rem}.xs_left_q80{left:5rem}.xs_inset_x_q80{left:5rem;right:5rem}.xs_inset_y_q80{bottom:5rem;top:5rem}.xs_border_q80{border-width:5rem}.xs_border_t_q80{border-top-width:5rem}.xs_border_r_q80{border-right-width:5rem}.xs_border_b_q80{border-bottom-width:5rem}.xs_border_l_q80,.xs_border_x_q80{border-left-width:5rem}.xs_border_x_q80{border-right-width:5rem}.xs_border_y_q80{border-bottom-width:5rem;border-top-width:5rem}.xs_rounded_q80{border-radius:5rem}.xs_rounded_t_q80{border-top-left-radius:5rem;border-top-right-radius:5rem}.xs_rounded_r_q80{border-bottom-right-radius:5rem;border-top-right-radius:5rem}.xs_rounded_b_q80{border-bottom-left-radius:5rem;border-bottom-right-radius:5rem}.xs_rounded_l_q80{border-bottom-left-radius:5rem}.xs_rounded_l_q80,.xs_rounded_tl_q80{border-top-left-radius:5rem}.xs_rounded_tr_q80{border-top-right-radius:5rem}.xs_rounded_br_q80{border-bottom-right-radius:5rem}.xs_rounded_bl_q80{border-bottom-left-radius:5rem}.xs_p_q96{padding:6rem}.xs_pt_q96{padding-top:6rem}.xs_pr_q96{padding-right:6rem}.xs_pb_q96{padding-bottom:6rem}.xs_pl_q96,.xs_px_q96{padding-left:6rem}.xs_px_q96{padding-right:6rem}.xs_py_q96{padding-bottom:6rem;padding-top:6rem}.xs_m_q96{margin:6rem}.xs_mt_q96{margin-top:6rem}.xs_mr_q96{margin-right:6rem}.xs_mb_q96{margin-bottom:6rem}.xs_ml_q96,.xs_mx_q96{margin-left:6rem}.xs_mx_q96{margin-right:6rem}.xs_my_q96{margin-bottom:6rem;margin-top:6rem}.xs_gap_q96{gap:6rem}.xs_gap_col_q96{-moz-column-gap:6rem;column-gap:6rem}.xs_gap_row_q96{row-gap:6rem}.xs_w_q96{width:6rem}.xs_min_w_q96{min-width:6rem}.xs_max_w_q96{max-width:6rem}.xs_h_q96{height:6rem}.xs_min_h_q96{min-height:6rem}.xs_max_h_q96{max-height:6rem}.xs_inset_q96{bottom:6rem;left:6rem;right:6rem;top:6rem}.xs_top_q96{top:6rem}.xs_right_q96{right:6rem}.xs_bottom_q96{bottom:6rem}.xs_left_q96{left:6rem}.xs_inset_x_q96{left:6rem;right:6rem}.xs_inset_y_q96{bottom:6rem;top:6rem}.xs_border_q96{border-width:6rem}.xs_border_t_q96{border-top-width:6rem}.xs_border_r_q96{border-right-width:6rem}.xs_border_b_q96{border-bottom-width:6rem}.xs_border_l_q96,.xs_border_x_q96{border-left-width:6rem}.xs_border_x_q96{border-right-width:6rem}.xs_border_y_q96{border-bottom-width:6rem;border-top-width:6rem}.xs_rounded_q96{border-radius:6rem}.xs_rounded_t_q96{border-top-left-radius:6rem;border-top-right-radius:6rem}.xs_rounded_r_q96{border-bottom-right-radius:6rem;border-top-right-radius:6rem}.xs_rounded_b_q96{border-bottom-left-radius:6rem;border-bottom-right-radius:6rem}.xs_rounded_l_q96{border-bottom-left-radius:6rem}.xs_rounded_l_q96,.xs_rounded_tl_q96{border-top-left-radius:6rem}.xs_rounded_tr_q96{border-top-right-radius:6rem}.xs_rounded_br_q96{border-bottom-right-radius:6rem}.xs_rounded_bl_q96{border-bottom-left-radius:6rem}.xs_p_q112{padding:7rem}.xs_pt_q112{padding-top:7rem}.xs_pr_q112{padding-right:7rem}.xs_pb_q112{padding-bottom:7rem}.xs_pl_q112,.xs_px_q112{padding-left:7rem}.xs_px_q112{padding-right:7rem}.xs_py_q112{padding-bottom:7rem;padding-top:7rem}.xs_m_q112{margin:7rem}.xs_mt_q112{margin-top:7rem}.xs_mr_q112{margin-right:7rem}.xs_mb_q112{margin-bottom:7rem}.xs_ml_q112,.xs_mx_q112{margin-left:7rem}.xs_mx_q112{margin-right:7rem}.xs_my_q112{margin-bottom:7rem;margin-top:7rem}.xs_gap_q112{gap:7rem}.xs_gap_col_q112{-moz-column-gap:7rem;column-gap:7rem}.xs_gap_row_q112{row-gap:7rem}.xs_w_q112{width:7rem}.xs_min_w_q112{min-width:7rem}.xs_max_w_q112{max-width:7rem}.xs_h_q112{height:7rem}.xs_min_h_q112{min-height:7rem}.xs_max_h_q112{max-height:7rem}.xs_inset_q112{bottom:7rem;left:7rem;right:7rem;top:7rem}.xs_top_q112{top:7rem}.xs_right_q112{right:7rem}.xs_bottom_q112{bottom:7rem}.xs_left_q112{left:7rem}.xs_inset_x_q112{left:7rem;right:7rem}.xs_inset_y_q112{bottom:7rem;top:7rem}.xs_border_q112{border-width:7rem}.xs_border_t_q112{border-top-width:7rem}.xs_border_r_q112{border-right-width:7rem}.xs_border_b_q112{border-bottom-width:7rem}.xs_border_l_q112,.xs_border_x_q112{border-left-width:7rem}.xs_border_x_q112{border-right-width:7rem}.xs_border_y_q112{border-bottom-width:7rem;border-top-width:7rem}.xs_rounded_q112{border-radius:7rem}.xs_rounded_t_q112{border-top-left-radius:7rem;border-top-right-radius:7rem}.xs_rounded_r_q112{border-bottom-right-radius:7rem;border-top-right-radius:7rem}.xs_rounded_b_q112{border-bottom-left-radius:7rem;border-bottom-right-radius:7rem}.xs_rounded_l_q112{border-bottom-left-radius:7rem}.xs_rounded_l_q112,.xs_rounded_tl_q112{border-top-left-radius:7rem}.xs_rounded_tr_q112{border-top-right-radius:7rem}.xs_rounded_br_q112{border-bottom-right-radius:7rem}.xs_rounded_bl_q112{border-bottom-left-radius:7rem}.xs_p_q128{padding:8rem}.xs_pt_q128{padding-top:8rem}.xs_pr_q128{padding-right:8rem}.xs_pb_q128{padding-bottom:8rem}.xs_pl_q128,.xs_px_q128{padding-left:8rem}.xs_px_q128{padding-right:8rem}.xs_py_q128{padding-bottom:8rem;padding-top:8rem}.xs_m_q128{margin:8rem}.xs_mt_q128{margin-top:8rem}.xs_mr_q128{margin-right:8rem}.xs_mb_q128{margin-bottom:8rem}.xs_ml_q128,.xs_mx_q128{margin-left:8rem}.xs_mx_q128{margin-right:8rem}.xs_my_q128{margin-bottom:8rem;margin-top:8rem}.xs_gap_q128{gap:8rem}.xs_gap_col_q128{-moz-column-gap:8rem;column-gap:8rem}.xs_gap_row_q128{row-gap:8rem}.xs_w_q128{width:8rem}.xs_min_w_q128{min-width:8rem}.xs_max_w_q128{max-width:8rem}.xs_h_q128{height:8rem}.xs_min_h_q128{min-height:8rem}.xs_max_h_q128{max-height:8rem}.xs_inset_q128{bottom:8rem;left:8rem;right:8rem;top:8rem}.xs_top_q128{top:8rem}.xs_right_q128{right:8rem}.xs_bottom_q128{bottom:8rem}.xs_left_q128{left:8rem}.xs_inset_x_q128{left:8rem;right:8rem}.xs_inset_y_q128{bottom:8rem;top:8rem}.xs_border_q128{border-width:8rem}.xs_border_t_q128{border-top-width:8rem}.xs_border_r_q128{border-right-width:8rem}.xs_border_b_q128{border-bottom-width:8rem}.xs_border_l_q128,.xs_border_x_q128{border-left-width:8rem}.xs_border_x_q128{border-right-width:8rem}.xs_border_y_q128{border-bottom-width:8rem;border-top-width:8rem}.xs_rounded_q128{border-radius:8rem}.xs_rounded_t_q128{border-top-left-radius:8rem;border-top-right-radius:8rem}.xs_rounded_r_q128{border-bottom-right-radius:8rem;border-top-right-radius:8rem}.xs_rounded_b_q128{border-bottom-left-radius:8rem;border-bottom-right-radius:8rem}.xs_rounded_l_q128{border-bottom-left-radius:8rem}.xs_rounded_l_q128,.xs_rounded_tl_q128{border-top-left-radius:8rem}.xs_rounded_tr_q128{border-top-right-radius:8rem}.xs_rounded_br_q128{border-bottom-right-radius:8rem}.xs_rounded_bl_q128{border-bottom-left-radius:8rem}.xs_p_q144{padding:9rem}.xs_pt_q144{padding-top:9rem}.xs_pr_q144{padding-right:9rem}.xs_pb_q144{padding-bottom:9rem}.xs_pl_q144,.xs_px_q144{padding-left:9rem}.xs_px_q144{padding-right:9rem}.xs_py_q144{padding-bottom:9rem;padding-top:9rem}.xs_m_q144{margin:9rem}.xs_mt_q144{margin-top:9rem}.xs_mr_q144{margin-right:9rem}.xs_mb_q144{margin-bottom:9rem}.xs_ml_q144,.xs_mx_q144{margin-left:9rem}.xs_mx_q144{margin-right:9rem}.xs_my_q144{margin-bottom:9rem;margin-top:9rem}.xs_gap_q144{gap:9rem}.xs_gap_col_q144{-moz-column-gap:9rem;column-gap:9rem}.xs_gap_row_q144{row-gap:9rem}.xs_w_q144{width:9rem}.xs_min_w_q144{min-width:9rem}.xs_max_w_q144{max-width:9rem}.xs_h_q144{height:9rem}.xs_min_h_q144{min-height:9rem}.xs_max_h_q144{max-height:9rem}.xs_inset_q144{bottom:9rem;left:9rem;right:9rem;top:9rem}.xs_top_q144{top:9rem}.xs_right_q144{right:9rem}.xs_bottom_q144{bottom:9rem}.xs_left_q144{left:9rem}.xs_inset_x_q144{left:9rem;right:9rem}.xs_inset_y_q144{bottom:9rem;top:9rem}.xs_border_q144{border-width:9rem}.xs_border_t_q144{border-top-width:9rem}.xs_border_r_q144{border-right-width:9rem}.xs_border_b_q144{border-bottom-width:9rem}.xs_border_l_q144,.xs_border_x_q144{border-left-width:9rem}.xs_border_x_q144{border-right-width:9rem}.xs_border_y_q144{border-bottom-width:9rem;border-top-width:9rem}.xs_rounded_q144{border-radius:9rem}.xs_rounded_t_q144{border-top-left-radius:9rem;border-top-right-radius:9rem}.xs_rounded_r_q144{border-bottom-right-radius:9rem;border-top-right-radius:9rem}.xs_rounded_b_q144{border-bottom-left-radius:9rem;border-bottom-right-radius:9rem}.xs_rounded_l_q144{border-bottom-left-radius:9rem}.xs_rounded_l_q144,.xs_rounded_tl_q144{border-top-left-radius:9rem}.xs_rounded_tr_q144{border-top-right-radius:9rem}.xs_rounded_br_q144{border-bottom-right-radius:9rem}.xs_rounded_bl_q144{border-bottom-left-radius:9rem}.xs_p_q160{padding:10rem}.xs_pt_q160{padding-top:10rem}.xs_pr_q160{padding-right:10rem}.xs_pb_q160{padding-bottom:10rem}.xs_pl_q160,.xs_px_q160{padding-left:10rem}.xs_px_q160{padding-right:10rem}.xs_py_q160{padding-bottom:10rem;padding-top:10rem}.xs_m_q160{margin:10rem}.xs_mt_q160{margin-top:10rem}.xs_mr_q160{margin-right:10rem}.xs_mb_q160{margin-bottom:10rem}.xs_ml_q160,.xs_mx_q160{margin-left:10rem}.xs_mx_q160{margin-right:10rem}.xs_my_q160{margin-bottom:10rem;margin-top:10rem}.xs_gap_q160{gap:10rem}.xs_gap_col_q160{-moz-column-gap:10rem;column-gap:10rem}.xs_gap_row_q160{row-gap:10rem}.xs_w_q160{width:10rem}.xs_min_w_q160{min-width:10rem}.xs_max_w_q160{max-width:10rem}.xs_h_q160{height:10rem}.xs_min_h_q160{min-height:10rem}.xs_max_h_q160{max-height:10rem}.xs_inset_q160{bottom:10rem;left:10rem;right:10rem;top:10rem}.xs_top_q160{top:10rem}.xs_right_q160{right:10rem}.xs_bottom_q160{bottom:10rem}.xs_left_q160{left:10rem}.xs_inset_x_q160{left:10rem;right:10rem}.xs_inset_y_q160{bottom:10rem;top:10rem}.xs_border_q160{border-width:10rem}.xs_border_t_q160{border-top-width:10rem}.xs_border_r_q160{border-right-width:10rem}.xs_border_b_q160{border-bottom-width:10rem}.xs_border_l_q160,.xs_border_x_q160{border-left-width:10rem}.xs_border_x_q160{border-right-width:10rem}.xs_border_y_q160{border-bottom-width:10rem;border-top-width:10rem}.xs_rounded_q160{border-radius:10rem}.xs_rounded_t_q160{border-top-left-radius:10rem;border-top-right-radius:10rem}.xs_rounded_r_q160{border-bottom-right-radius:10rem;border-top-right-radius:10rem}.xs_rounded_b_q160{border-bottom-left-radius:10rem;border-bottom-right-radius:10rem}.xs_rounded_l_q160{border-bottom-left-radius:10rem}.xs_rounded_l_q160,.xs_rounded_tl_q160{border-top-left-radius:10rem}.xs_rounded_tr_q160{border-top-right-radius:10rem}.xs_rounded_br_q160{border-bottom-right-radius:10rem}.xs_rounded_bl_q160{border-bottom-left-radius:10rem}.xs_p_q192{padding:12rem}.xs_pt_q192{padding-top:12rem}.xs_pr_q192{padding-right:12rem}.xs_pb_q192{padding-bottom:12rem}.xs_pl_q192,.xs_px_q192{padding-left:12rem}.xs_px_q192{padding-right:12rem}.xs_py_q192{padding-bottom:12rem;padding-top:12rem}.xs_m_q192{margin:12rem}.xs_mt_q192{margin-top:12rem}.xs_mr_q192{margin-right:12rem}.xs_mb_q192{margin-bottom:12rem}.xs_ml_q192,.xs_mx_q192{margin-left:12rem}.xs_mx_q192{margin-right:12rem}.xs_my_q192{margin-bottom:12rem;margin-top:12rem}.xs_gap_q192{gap:12rem}.xs_gap_col_q192{-moz-column-gap:12rem;column-gap:12rem}.xs_gap_row_q192{row-gap:12rem}.xs_w_q192{width:12rem}.xs_min_w_q192{min-width:12rem}.xs_max_w_q192{max-width:12rem}.xs_h_q192{height:12rem}.xs_min_h_q192{min-height:12rem}.xs_max_h_q192{max-height:12rem}.xs_inset_q192{bottom:12rem;left:12rem;right:12rem;top:12rem}.xs_top_q192{top:12rem}.xs_right_q192{right:12rem}.xs_bottom_q192{bottom:12rem}.xs_left_q192{left:12rem}.xs_inset_x_q192{left:12rem;right:12rem}.xs_inset_y_q192{bottom:12rem;top:12rem}.xs_border_q192{border-width:12rem}.xs_border_t_q192{border-top-width:12rem}.xs_border_r_q192{border-right-width:12rem}.xs_border_b_q192{border-bottom-width:12rem}.xs_border_l_q192,.xs_border_x_q192{border-left-width:12rem}.xs_border_x_q192{border-right-width:12rem}.xs_border_y_q192{border-bottom-width:12rem;border-top-width:12rem}.xs_rounded_q192{border-radius:12rem}.xs_rounded_t_q192{border-top-left-radius:12rem;border-top-right-radius:12rem}.xs_rounded_r_q192{border-bottom-right-radius:12rem;border-top-right-radius:12rem}.xs_rounded_b_q192{border-bottom-left-radius:12rem;border-bottom-right-radius:12rem}.xs_rounded_l_q192{border-bottom-left-radius:12rem}.xs_rounded_l_q192,.xs_rounded_tl_q192{border-top-left-radius:12rem}.xs_rounded_tr_q192{border-top-right-radius:12rem}.xs_rounded_br_q192{border-bottom-right-radius:12rem}.xs_rounded_bl_q192{border-bottom-left-radius:12rem}.xs_p_q224{padding:14rem}.xs_pt_q224{padding-top:14rem}.xs_pr_q224{padding-right:14rem}.xs_pb_q224{padding-bottom:14rem}.xs_pl_q224,.xs_px_q224{padding-left:14rem}.xs_px_q224{padding-right:14rem}.xs_py_q224{padding-bottom:14rem;padding-top:14rem}.xs_m_q224{margin:14rem}.xs_mt_q224{margin-top:14rem}.xs_mr_q224{margin-right:14rem}.xs_mb_q224{margin-bottom:14rem}.xs_ml_q224,.xs_mx_q224{margin-left:14rem}.xs_mx_q224{margin-right:14rem}.xs_my_q224{margin-bottom:14rem;margin-top:14rem}.xs_gap_q224{gap:14rem}.xs_gap_col_q224{-moz-column-gap:14rem;column-gap:14rem}.xs_gap_row_q224{row-gap:14rem}.xs_w_q224{width:14rem}.xs_min_w_q224{min-width:14rem}.xs_max_w_q224{max-width:14rem}.xs_h_q224{height:14rem}.xs_min_h_q224{min-height:14rem}.xs_max_h_q224{max-height:14rem}.xs_inset_q224{bottom:14rem;left:14rem;right:14rem;top:14rem}.xs_top_q224{top:14rem}.xs_right_q224{right:14rem}.xs_bottom_q224{bottom:14rem}.xs_left_q224{left:14rem}.xs_inset_x_q224{left:14rem;right:14rem}.xs_inset_y_q224{bottom:14rem;top:14rem}.xs_border_q224{border-width:14rem}.xs_border_t_q224{border-top-width:14rem}.xs_border_r_q224{border-right-width:14rem}.xs_border_b_q224{border-bottom-width:14rem}.xs_border_l_q224,.xs_border_x_q224{border-left-width:14rem}.xs_border_x_q224{border-right-width:14rem}.xs_border_y_q224{border-bottom-width:14rem;border-top-width:14rem}.xs_rounded_q224{border-radius:14rem}.xs_rounded_t_q224{border-top-left-radius:14rem;border-top-right-radius:14rem}.xs_rounded_r_q224{border-bottom-right-radius:14rem;border-top-right-radius:14rem}.xs_rounded_b_q224{border-bottom-left-radius:14rem;border-bottom-right-radius:14rem}.xs_rounded_l_q224{border-bottom-left-radius:14rem}.xs_rounded_l_q224,.xs_rounded_tl_q224{border-top-left-radius:14rem}.xs_rounded_tr_q224{border-top-right-radius:14rem}.xs_rounded_br_q224{border-bottom-right-radius:14rem}.xs_rounded_bl_q224{border-bottom-left-radius:14rem}.xs_p_q256{padding:16rem}.xs_pt_q256{padding-top:16rem}.xs_pr_q256{padding-right:16rem}.xs_pb_q256{padding-bottom:16rem}.xs_pl_q256,.xs_px_q256{padding-left:16rem}.xs_px_q256{padding-right:16rem}.xs_py_q256{padding-bottom:16rem;padding-top:16rem}.xs_m_q256{margin:16rem}.xs_mt_q256{margin-top:16rem}.xs_mr_q256{margin-right:16rem}.xs_mb_q256{margin-bottom:16rem}.xs_ml_q256,.xs_mx_q256{margin-left:16rem}.xs_mx_q256{margin-right:16rem}.xs_my_q256{margin-bottom:16rem;margin-top:16rem}.xs_gap_q256{gap:16rem}.xs_gap_col_q256{-moz-column-gap:16rem;column-gap:16rem}.xs_gap_row_q256{row-gap:16rem}.xs_w_q256{width:16rem}.xs_min_w_q256{min-width:16rem}.xs_max_w_q256{max-width:16rem}.xs_h_q256{height:16rem}.xs_min_h_q256{min-height:16rem}.xs_max_h_q256{max-height:16rem}.xs_inset_q256{bottom:16rem;left:16rem;right:16rem;top:16rem}.xs_top_q256{top:16rem}.xs_right_q256{right:16rem}.xs_bottom_q256{bottom:16rem}.xs_left_q256{left:16rem}.xs_inset_x_q256{left:16rem;right:16rem}.xs_inset_y_q256{bottom:16rem;top:16rem}.xs_border_q256{border-width:16rem}.xs_border_t_q256{border-top-width:16rem}.xs_border_r_q256{border-right-width:16rem}.xs_border_b_q256{border-bottom-width:16rem}.xs_border_l_q256,.xs_border_x_q256{border-left-width:16rem}.xs_border_x_q256{border-right-width:16rem}.xs_border_y_q256{border-bottom-width:16rem;border-top-width:16rem}.xs_rounded_q256{border-radius:16rem}.xs_rounded_t_q256{border-top-left-radius:16rem;border-top-right-radius:16rem}.xs_rounded_r_q256{border-bottom-right-radius:16rem;border-top-right-radius:16rem}.xs_rounded_b_q256{border-bottom-left-radius:16rem;border-bottom-right-radius:16rem}.xs_rounded_l_q256{border-bottom-left-radius:16rem}.xs_rounded_l_q256,.xs_rounded_tl_q256{border-top-left-radius:16rem}.xs_rounded_tr_q256{border-top-right-radius:16rem}.xs_rounded_br_q256{border-bottom-right-radius:16rem}.xs_rounded_bl_q256{border-bottom-left-radius:16rem}}@media(min-width:720px){.sm_p_q0{padding:0}.sm_pt_q0{padding-top:0}.sm_pr_q0{padding-right:0}.sm_pb_q0{padding-bottom:0}.sm_pl_q0,.sm_px_q0{padding-left:0}.sm_px_q0{padding-right:0}.sm_py_q0{padding-bottom:0;padding-top:0}.sm_m_q0{margin:0}.sm_mt_q0{margin-top:0}.sm_mr_q0{margin-right:0}.sm_mb_q0{margin-bottom:0}.sm_ml_q0,.sm_mx_q0{margin-left:0}.sm_mx_q0{margin-right:0}.sm_my_q0{margin-bottom:0;margin-top:0}.sm_gap_q0{gap:0}.sm_gap_col_q0{-moz-column-gap:0;column-gap:0}.sm_gap_row_q0{row-gap:0}.sm_w_q0{width:0}.sm_min_w_q0{min-width:0}.sm_max_w_q0{max-width:0}.sm_h_q0{height:0}.sm_min_h_q0{min-height:0}.sm_max_h_q0{max-height:0}.sm_inset_q0{bottom:0;left:0;right:0;top:0}.sm_top_q0{top:0}.sm_right_q0{right:0}.sm_bottom_q0{bottom:0}.sm_left_q0{left:0}.sm_inset_x_q0{left:0;right:0}.sm_inset_y_q0{bottom:0;top:0}.sm_border_q0{border-width:0}.sm_border_t_q0{border-top-width:0}.sm_border_r_q0{border-right-width:0}.sm_border_b_q0{border-bottom-width:0}.sm_border_l_q0,.sm_border_x_q0{border-left-width:0}.sm_border_x_q0{border-right-width:0}.sm_border_y_q0{border-bottom-width:0;border-top-width:0}.sm_rounded_q0{border-radius:0}.sm_rounded_t_q0{border-top-left-radius:0;border-top-right-radius:0}.sm_rounded_r_q0{border-bottom-right-radius:0;border-top-right-radius:0}.sm_rounded_b_q0{border-bottom-left-radius:0;border-bottom-right-radius:0}.sm_rounded_l_q0{border-bottom-left-radius:0}.sm_rounded_l_q0,.sm_rounded_tl_q0{border-top-left-radius:0}.sm_rounded_tr_q0{border-top-right-radius:0}.sm_rounded_br_q0{border-bottom-right-radius:0}.sm_rounded_bl_q0{border-bottom-left-radius:0}.sm_p_q1{padding:.0625rem}.sm_pt_q1{padding-top:.0625rem}.sm_pr_q1{padding-right:.0625rem}.sm_pb_q1{padding-bottom:.0625rem}.sm_pl_q1,.sm_px_q1{padding-left:.0625rem}.sm_px_q1{padding-right:.0625rem}.sm_py_q1{padding-bottom:.0625rem;padding-top:.0625rem}.sm_m_q1{margin:.0625rem}.sm_mt_q1{margin-top:.0625rem}.sm_mr_q1{margin-right:.0625rem}.sm_mb_q1{margin-bottom:.0625rem}.sm_ml_q1,.sm_mx_q1{margin-left:.0625rem}.sm_mx_q1{margin-right:.0625rem}.sm_my_q1{margin-bottom:.0625rem;margin-top:.0625rem}.sm_gap_q1{gap:.0625rem}.sm_gap_col_q1{-moz-column-gap:.0625rem;column-gap:.0625rem}.sm_gap_row_q1{row-gap:.0625rem}.sm_w_q1{width:.0625rem}.sm_min_w_q1{min-width:.0625rem}.sm_max_w_q1{max-width:.0625rem}.sm_h_q1{height:.0625rem}.sm_min_h_q1{min-height:.0625rem}.sm_max_h_q1{max-height:.0625rem}.sm_inset_q1{bottom:.0625rem;left:.0625rem;right:.0625rem;top:.0625rem}.sm_top_q1{top:.0625rem}.sm_right_q1{right:.0625rem}.sm_bottom_q1{bottom:.0625rem}.sm_left_q1{left:.0625rem}.sm_inset_x_q1{left:.0625rem;right:.0625rem}.sm_inset_y_q1{bottom:.0625rem;top:.0625rem}.sm_border_q1{border-width:.0625rem}.sm_border_t_q1{border-top-width:.0625rem}.sm_border_r_q1{border-right-width:.0625rem}.sm_border_b_q1{border-bottom-width:.0625rem}.sm_border_l_q1,.sm_border_x_q1{border-left-width:.0625rem}.sm_border_x_q1{border-right-width:.0625rem}.sm_border_y_q1{border-bottom-width:.0625rem;border-top-width:.0625rem}.sm_rounded_q1{border-radius:.0625rem}.sm_rounded_t_q1{border-top-left-radius:.0625rem;border-top-right-radius:.0625rem}.sm_rounded_r_q1{border-top-right-radius:.0625rem}.sm_rounded_b_q1,.sm_rounded_r_q1{border-bottom-right-radius:.0625rem}.sm_rounded_b_q1,.sm_rounded_l_q1{border-bottom-left-radius:.0625rem}.sm_rounded_l_q1,.sm_rounded_tl_q1{border-top-left-radius:.0625rem}.sm_rounded_tr_q1{border-top-right-radius:.0625rem}.sm_rounded_br_q1{border-bottom-right-radius:.0625rem}.sm_rounded_bl_q1{border-bottom-left-radius:.0625rem}.sm_p_q2{padding:.125rem}.sm_pt_q2{padding-top:.125rem}.sm_pr_q2{padding-right:.125rem}.sm_pb_q2{padding-bottom:.125rem}.sm_pl_q2,.sm_px_q2{padding-left:.125rem}.sm_px_q2{padding-right:.125rem}.sm_py_q2{padding-bottom:.125rem;padding-top:.125rem}.sm_m_q2{margin:.125rem}.sm_mt_q2{margin-top:.125rem}.sm_mr_q2{margin-right:.125rem}.sm_mb_q2{margin-bottom:.125rem}.sm_ml_q2,.sm_mx_q2{margin-left:.125rem}.sm_mx_q2{margin-right:.125rem}.sm_my_q2{margin-bottom:.125rem;margin-top:.125rem}.sm_gap_q2{gap:.125rem}.sm_gap_col_q2{-moz-column-gap:.125rem;column-gap:.125rem}.sm_gap_row_q2{row-gap:.125rem}.sm_w_q2{width:.125rem}.sm_min_w_q2{min-width:.125rem}.sm_max_w_q2{max-width:.125rem}.sm_h_q2{height:.125rem}.sm_min_h_q2{min-height:.125rem}.sm_max_h_q2{max-height:.125rem}.sm_inset_q2{bottom:.125rem;left:.125rem;right:.125rem;top:.125rem}.sm_top_q2{top:.125rem}.sm_right_q2{right:.125rem}.sm_bottom_q2{bottom:.125rem}.sm_left_q2{left:.125rem}.sm_inset_x_q2{left:.125rem;right:.125rem}.sm_inset_y_q2{bottom:.125rem;top:.125rem}.sm_border_q2{border-width:.125rem}.sm_border_t_q2{border-top-width:.125rem}.sm_border_r_q2{border-right-width:.125rem}.sm_border_b_q2{border-bottom-width:.125rem}.sm_border_l_q2,.sm_border_x_q2{border-left-width:.125rem}.sm_border_x_q2{border-right-width:.125rem}.sm_border_y_q2{border-bottom-width:.125rem;border-top-width:.125rem}.sm_rounded_q2{border-radius:.125rem}.sm_rounded_t_q2{border-top-left-radius:.125rem;border-top-right-radius:.125rem}.sm_rounded_r_q2{border-top-right-radius:.125rem}.sm_rounded_b_q2,.sm_rounded_r_q2{border-bottom-right-radius:.125rem}.sm_rounded_b_q2,.sm_rounded_l_q2{border-bottom-left-radius:.125rem}.sm_rounded_l_q2,.sm_rounded_tl_q2{border-top-left-radius:.125rem}.sm_rounded_tr_q2{border-top-right-radius:.125rem}.sm_rounded_br_q2{border-bottom-right-radius:.125rem}.sm_rounded_bl_q2{border-bottom-left-radius:.125rem}.sm_p_q4{padding:.25rem}.sm_pt_q4{padding-top:.25rem}.sm_pr_q4{padding-right:.25rem}.sm_pb_q4{padding-bottom:.25rem}.sm_pl_q4,.sm_px_q4{padding-left:.25rem}.sm_px_q4{padding-right:.25rem}.sm_py_q4{padding-bottom:.25rem;padding-top:.25rem}.sm_m_q4{margin:.25rem}.sm_mt_q4{margin-top:.25rem}.sm_mr_q4{margin-right:.25rem}.sm_mb_q4{margin-bottom:.25rem}.sm_ml_q4,.sm_mx_q4{margin-left:.25rem}.sm_mx_q4{margin-right:.25rem}.sm_my_q4{margin-bottom:.25rem;margin-top:.25rem}.sm_gap_q4{gap:.25rem}.sm_gap_col_q4{-moz-column-gap:.25rem;column-gap:.25rem}.sm_gap_row_q4{row-gap:.25rem}.sm_w_q4{width:.25rem}.sm_min_w_q4{min-width:.25rem}.sm_max_w_q4{max-width:.25rem}.sm_h_q4{height:.25rem}.sm_min_h_q4{min-height:.25rem}.sm_max_h_q4{max-height:.25rem}.sm_inset_q4{bottom:.25rem;left:.25rem;right:.25rem;top:.25rem}.sm_top_q4{top:.25rem}.sm_right_q4{right:.25rem}.sm_bottom_q4{bottom:.25rem}.sm_left_q4{left:.25rem}.sm_inset_x_q4{left:.25rem;right:.25rem}.sm_inset_y_q4{bottom:.25rem;top:.25rem}.sm_border_q4{border-width:.25rem}.sm_border_t_q4{border-top-width:.25rem}.sm_border_r_q4{border-right-width:.25rem}.sm_border_b_q4{border-bottom-width:.25rem}.sm_border_l_q4,.sm_border_x_q4{border-left-width:.25rem}.sm_border_x_q4{border-right-width:.25rem}.sm_border_y_q4{border-bottom-width:.25rem;border-top-width:.25rem}.sm_rounded_q4{border-radius:.25rem}.sm_rounded_t_q4{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.sm_rounded_r_q4{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}.sm_rounded_b_q4{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.sm_rounded_l_q4{border-bottom-left-radius:.25rem}.sm_rounded_l_q4,.sm_rounded_tl_q4{border-top-left-radius:.25rem}.sm_rounded_tr_q4{border-top-right-radius:.25rem}.sm_rounded_br_q4{border-bottom-right-radius:.25rem}.sm_rounded_bl_q4{border-bottom-left-radius:.25rem}.sm_p_q6{padding:.375rem}.sm_pt_q6{padding-top:.375rem}.sm_pr_q6{padding-right:.375rem}.sm_pb_q6{padding-bottom:.375rem}.sm_pl_q6,.sm_px_q6{padding-left:.375rem}.sm_px_q6{padding-right:.375rem}.sm_py_q6{padding-bottom:.375rem;padding-top:.375rem}.sm_m_q6{margin:.375rem}.sm_mt_q6{margin-top:.375rem}.sm_mr_q6{margin-right:.375rem}.sm_mb_q6{margin-bottom:.375rem}.sm_ml_q6,.sm_mx_q6{margin-left:.375rem}.sm_mx_q6{margin-right:.375rem}.sm_my_q6{margin-bottom:.375rem;margin-top:.375rem}.sm_gap_q6{gap:.375rem}.sm_gap_col_q6{-moz-column-gap:.375rem;column-gap:.375rem}.sm_gap_row_q6{row-gap:.375rem}.sm_w_q6{width:.375rem}.sm_min_w_q6{min-width:.375rem}.sm_max_w_q6{max-width:.375rem}.sm_h_q6{height:.375rem}.sm_min_h_q6{min-height:.375rem}.sm_max_h_q6{max-height:.375rem}.sm_inset_q6{bottom:.375rem;left:.375rem;right:.375rem;top:.375rem}.sm_top_q6{top:.375rem}.sm_right_q6{right:.375rem}.sm_bottom_q6{bottom:.375rem}.sm_left_q6{left:.375rem}.sm_inset_x_q6{left:.375rem;right:.375rem}.sm_inset_y_q6{bottom:.375rem;top:.375rem}.sm_border_q6{border-width:.375rem}.sm_border_t_q6{border-top-width:.375rem}.sm_border_r_q6{border-right-width:.375rem}.sm_border_b_q6{border-bottom-width:.375rem}.sm_border_l_q6,.sm_border_x_q6{border-left-width:.375rem}.sm_border_x_q6{border-right-width:.375rem}.sm_border_y_q6{border-bottom-width:.375rem;border-top-width:.375rem}.sm_rounded_q6{border-radius:.375rem}.sm_rounded_t_q6{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.sm_rounded_r_q6{border-top-right-radius:.375rem}.sm_rounded_b_q6,.sm_rounded_r_q6{border-bottom-right-radius:.375rem}.sm_rounded_b_q6,.sm_rounded_l_q6{border-bottom-left-radius:.375rem}.sm_rounded_l_q6,.sm_rounded_tl_q6{border-top-left-radius:.375rem}.sm_rounded_tr_q6{border-top-right-radius:.375rem}.sm_rounded_br_q6{border-bottom-right-radius:.375rem}.sm_rounded_bl_q6{border-bottom-left-radius:.375rem}.sm_p_q8{padding:.5rem}.sm_pt_q8{padding-top:.5rem}.sm_pr_q8{padding-right:.5rem}.sm_pb_q8{padding-bottom:.5rem}.sm_pl_q8,.sm_px_q8{padding-left:.5rem}.sm_px_q8{padding-right:.5rem}.sm_py_q8{padding-bottom:.5rem;padding-top:.5rem}.sm_m_q8{margin:.5rem}.sm_mt_q8{margin-top:.5rem}.sm_mr_q8{margin-right:.5rem}.sm_mb_q8{margin-bottom:.5rem}.sm_ml_q8,.sm_mx_q8{margin-left:.5rem}.sm_mx_q8{margin-right:.5rem}.sm_my_q8{margin-bottom:.5rem;margin-top:.5rem}.sm_gap_q8{gap:.5rem}.sm_gap_col_q8{-moz-column-gap:.5rem;column-gap:.5rem}.sm_gap_row_q8{row-gap:.5rem}.sm_w_q8{width:.5rem}.sm_min_w_q8{min-width:.5rem}.sm_max_w_q8{max-width:.5rem}.sm_h_q8{height:.5rem}.sm_min_h_q8{min-height:.5rem}.sm_max_h_q8{max-height:.5rem}.sm_inset_q8{bottom:.5rem;left:.5rem;right:.5rem;top:.5rem}.sm_top_q8{top:.5rem}.sm_right_q8{right:.5rem}.sm_bottom_q8{bottom:.5rem}.sm_left_q8{left:.5rem}.sm_inset_x_q8{left:.5rem;right:.5rem}.sm_inset_y_q8{bottom:.5rem;top:.5rem}.sm_border_q8{border-width:.5rem}.sm_border_t_q8{border-top-width:.5rem}.sm_border_r_q8{border-right-width:.5rem}.sm_border_b_q8{border-bottom-width:.5rem}.sm_border_l_q8,.sm_border_x_q8{border-left-width:.5rem}.sm_border_x_q8{border-right-width:.5rem}.sm_border_y_q8{border-bottom-width:.5rem;border-top-width:.5rem}.sm_rounded_q8{border-radius:.5rem}.sm_rounded_t_q8{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.sm_rounded_r_q8{border-bottom-right-radius:.5rem;border-top-right-radius:.5rem}.sm_rounded_b_q8{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.sm_rounded_l_q8{border-bottom-left-radius:.5rem}.sm_rounded_l_q8,.sm_rounded_tl_q8{border-top-left-radius:.5rem}.sm_rounded_tr_q8{border-top-right-radius:.5rem}.sm_rounded_br_q8{border-bottom-right-radius:.5rem}.sm_rounded_bl_q8{border-bottom-left-radius:.5rem}.sm_p_q12{padding:.75rem}.sm_pt_q12{padding-top:.75rem}.sm_pr_q12{padding-right:.75rem}.sm_pb_q12{padding-bottom:.75rem}.sm_pl_q12,.sm_px_q12{padding-left:.75rem}.sm_px_q12{padding-right:.75rem}.sm_py_q12{padding-bottom:.75rem;padding-top:.75rem}.sm_m_q12{margin:.75rem}.sm_mt_q12{margin-top:.75rem}.sm_mr_q12{margin-right:.75rem}.sm_mb_q12{margin-bottom:.75rem}.sm_ml_q12,.sm_mx_q12{margin-left:.75rem}.sm_mx_q12{margin-right:.75rem}.sm_my_q12{margin-bottom:.75rem;margin-top:.75rem}.sm_gap_q12{gap:.75rem}.sm_gap_col_q12{-moz-column-gap:.75rem;column-gap:.75rem}.sm_gap_row_q12{row-gap:.75rem}.sm_w_q12{width:.75rem}.sm_min_w_q12{min-width:.75rem}.sm_max_w_q12{max-width:.75rem}.sm_h_q12{height:.75rem}.sm_min_h_q12{min-height:.75rem}.sm_max_h_q12{max-height:.75rem}.sm_inset_q12{bottom:.75rem;left:.75rem;right:.75rem;top:.75rem}.sm_top_q12{top:.75rem}.sm_right_q12{right:.75rem}.sm_bottom_q12{bottom:.75rem}.sm_left_q12{left:.75rem}.sm_inset_x_q12{left:.75rem;right:.75rem}.sm_inset_y_q12{bottom:.75rem;top:.75rem}.sm_border_q12{border-width:.75rem}.sm_border_t_q12{border-top-width:.75rem}.sm_border_r_q12{border-right-width:.75rem}.sm_border_b_q12{border-bottom-width:.75rem}.sm_border_l_q12,.sm_border_x_q12{border-left-width:.75rem}.sm_border_x_q12{border-right-width:.75rem}.sm_border_y_q12{border-bottom-width:.75rem;border-top-width:.75rem}.sm_rounded_q12{border-radius:.75rem}.sm_rounded_t_q12{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.sm_rounded_r_q12{border-bottom-right-radius:.75rem;border-top-right-radius:.75rem}.sm_rounded_b_q12{border-bottom-left-radius:.75rem;border-bottom-right-radius:.75rem}.sm_rounded_l_q12{border-bottom-left-radius:.75rem}.sm_rounded_l_q12,.sm_rounded_tl_q12{border-top-left-radius:.75rem}.sm_rounded_tr_q12{border-top-right-radius:.75rem}.sm_rounded_br_q12{border-bottom-right-radius:.75rem}.sm_rounded_bl_q12{border-bottom-left-radius:.75rem}.sm_p_q16{padding:1rem}.sm_pt_q16{padding-top:1rem}.sm_pr_q16{padding-right:1rem}.sm_pb_q16{padding-bottom:1rem}.sm_pl_q16,.sm_px_q16{padding-left:1rem}.sm_px_q16{padding-right:1rem}.sm_py_q16{padding-bottom:1rem;padding-top:1rem}.sm_m_q16{margin:1rem}.sm_mt_q16{margin-top:1rem}.sm_mr_q16{margin-right:1rem}.sm_mb_q16{margin-bottom:1rem}.sm_ml_q16,.sm_mx_q16{margin-left:1rem}.sm_mx_q16{margin-right:1rem}.sm_my_q16{margin-bottom:1rem;margin-top:1rem}.sm_gap_q16{gap:1rem}.sm_gap_col_q16{-moz-column-gap:1rem;column-gap:1rem}.sm_gap_row_q16{row-gap:1rem}.sm_w_q16{width:1rem}.sm_min_w_q16{min-width:1rem}.sm_max_w_q16{max-width:1rem}.sm_h_q16{height:1rem}.sm_min_h_q16{min-height:1rem}.sm_max_h_q16{max-height:1rem}.sm_inset_q16{bottom:1rem;left:1rem;right:1rem;top:1rem}.sm_top_q16{top:1rem}.sm_right_q16{right:1rem}.sm_bottom_q16{bottom:1rem}.sm_left_q16{left:1rem}.sm_inset_x_q16{left:1rem;right:1rem}.sm_inset_y_q16{bottom:1rem;top:1rem}.sm_border_q16{border-width:1rem}.sm_border_t_q16{border-top-width:1rem}.sm_border_r_q16{border-right-width:1rem}.sm_border_b_q16{border-bottom-width:1rem}.sm_border_l_q16,.sm_border_x_q16{border-left-width:1rem}.sm_border_x_q16{border-right-width:1rem}.sm_border_y_q16{border-bottom-width:1rem;border-top-width:1rem}.sm_rounded_q16{border-radius:1rem}.sm_rounded_t_q16{border-top-left-radius:1rem;border-top-right-radius:1rem}.sm_rounded_r_q16{border-bottom-right-radius:1rem;border-top-right-radius:1rem}.sm_rounded_b_q16{border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}.sm_rounded_l_q16{border-bottom-left-radius:1rem}.sm_rounded_l_q16,.sm_rounded_tl_q16{border-top-left-radius:1rem}.sm_rounded_tr_q16{border-top-right-radius:1rem}.sm_rounded_br_q16{border-bottom-right-radius:1rem}.sm_rounded_bl_q16{border-bottom-left-radius:1rem}.sm_p_q20{padding:1.25rem}.sm_pt_q20{padding-top:1.25rem}.sm_pr_q20{padding-right:1.25rem}.sm_pb_q20{padding-bottom:1.25rem}.sm_pl_q20,.sm_px_q20{padding-left:1.25rem}.sm_px_q20{padding-right:1.25rem}.sm_py_q20{padding-bottom:1.25rem;padding-top:1.25rem}.sm_m_q20{margin:1.25rem}.sm_mt_q20{margin-top:1.25rem}.sm_mr_q20{margin-right:1.25rem}.sm_mb_q20{margin-bottom:1.25rem}.sm_ml_q20,.sm_mx_q20{margin-left:1.25rem}.sm_mx_q20{margin-right:1.25rem}.sm_my_q20{margin-bottom:1.25rem;margin-top:1.25rem}.sm_gap_q20{gap:1.25rem}.sm_gap_col_q20{-moz-column-gap:1.25rem;column-gap:1.25rem}.sm_gap_row_q20{row-gap:1.25rem}.sm_w_q20{width:1.25rem}.sm_min_w_q20{min-width:1.25rem}.sm_max_w_q20{max-width:1.25rem}.sm_h_q20{height:1.25rem}.sm_min_h_q20{min-height:1.25rem}.sm_max_h_q20{max-height:1.25rem}.sm_inset_q20{bottom:1.25rem;left:1.25rem;right:1.25rem;top:1.25rem}.sm_top_q20{top:1.25rem}.sm_right_q20{right:1.25rem}.sm_bottom_q20{bottom:1.25rem}.sm_left_q20{left:1.25rem}.sm_inset_x_q20{left:1.25rem;right:1.25rem}.sm_inset_y_q20{bottom:1.25rem;top:1.25rem}.sm_border_q20{border-width:1.25rem}.sm_border_t_q20{border-top-width:1.25rem}.sm_border_r_q20{border-right-width:1.25rem}.sm_border_b_q20{border-bottom-width:1.25rem}.sm_border_l_q20,.sm_border_x_q20{border-left-width:1.25rem}.sm_border_x_q20{border-right-width:1.25rem}.sm_border_y_q20{border-bottom-width:1.25rem;border-top-width:1.25rem}.sm_rounded_q20{border-radius:1.25rem}.sm_rounded_t_q20{border-top-left-radius:1.25rem;border-top-right-radius:1.25rem}.sm_rounded_r_q20{border-bottom-right-radius:1.25rem;border-top-right-radius:1.25rem}.sm_rounded_b_q20{border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem}.sm_rounded_l_q20{border-bottom-left-radius:1.25rem}.sm_rounded_l_q20,.sm_rounded_tl_q20{border-top-left-radius:1.25rem}.sm_rounded_tr_q20{border-top-right-radius:1.25rem}.sm_rounded_br_q20{border-bottom-right-radius:1.25rem}.sm_rounded_bl_q20{border-bottom-left-radius:1.25rem}.sm_p_q24{padding:1.5rem}.sm_pt_q24{padding-top:1.5rem}.sm_pr_q24{padding-right:1.5rem}.sm_pb_q24{padding-bottom:1.5rem}.sm_pl_q24,.sm_px_q24{padding-left:1.5rem}.sm_px_q24{padding-right:1.5rem}.sm_py_q24{padding-bottom:1.5rem;padding-top:1.5rem}.sm_m_q24{margin:1.5rem}.sm_mt_q24{margin-top:1.5rem}.sm_mr_q24{margin-right:1.5rem}.sm_mb_q24{margin-bottom:1.5rem}.sm_ml_q24,.sm_mx_q24{margin-left:1.5rem}.sm_mx_q24{margin-right:1.5rem}.sm_my_q24{margin-bottom:1.5rem;margin-top:1.5rem}.sm_gap_q24{gap:1.5rem}.sm_gap_col_q24{-moz-column-gap:1.5rem;column-gap:1.5rem}.sm_gap_row_q24{row-gap:1.5rem}.sm_w_q24{width:1.5rem}.sm_min_w_q24{min-width:1.5rem}.sm_max_w_q24{max-width:1.5rem}.sm_h_q24{height:1.5rem}.sm_min_h_q24{min-height:1.5rem}.sm_max_h_q24{max-height:1.5rem}.sm_inset_q24{bottom:1.5rem;left:1.5rem;right:1.5rem;top:1.5rem}.sm_top_q24{top:1.5rem}.sm_right_q24{right:1.5rem}.sm_bottom_q24{bottom:1.5rem}.sm_left_q24{left:1.5rem}.sm_inset_x_q24{left:1.5rem;right:1.5rem}.sm_inset_y_q24{bottom:1.5rem;top:1.5rem}.sm_border_q24{border-width:1.5rem}.sm_border_t_q24{border-top-width:1.5rem}.sm_border_r_q24{border-right-width:1.5rem}.sm_border_b_q24{border-bottom-width:1.5rem}.sm_border_l_q24,.sm_border_x_q24{border-left-width:1.5rem}.sm_border_x_q24{border-right-width:1.5rem}.sm_border_y_q24{border-bottom-width:1.5rem;border-top-width:1.5rem}.sm_rounded_q24{border-radius:1.5rem}.sm_rounded_t_q24{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.sm_rounded_r_q24{border-bottom-right-radius:1.5rem;border-top-right-radius:1.5rem}.sm_rounded_b_q24{border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem}.sm_rounded_l_q24{border-bottom-left-radius:1.5rem}.sm_rounded_l_q24,.sm_rounded_tl_q24{border-top-left-radius:1.5rem}.sm_rounded_tr_q24{border-top-right-radius:1.5rem}.sm_rounded_br_q24{border-bottom-right-radius:1.5rem}.sm_rounded_bl_q24{border-bottom-left-radius:1.5rem}.sm_p_q32{padding:2rem}.sm_pt_q32{padding-top:2rem}.sm_pr_q32{padding-right:2rem}.sm_pb_q32{padding-bottom:2rem}.sm_pl_q32,.sm_px_q32{padding-left:2rem}.sm_px_q32{padding-right:2rem}.sm_py_q32{padding-bottom:2rem;padding-top:2rem}.sm_m_q32{margin:2rem}.sm_mt_q32{margin-top:2rem}.sm_mr_q32{margin-right:2rem}.sm_mb_q32{margin-bottom:2rem}.sm_ml_q32,.sm_mx_q32{margin-left:2rem}.sm_mx_q32{margin-right:2rem}.sm_my_q32{margin-bottom:2rem;margin-top:2rem}.sm_gap_q32{gap:2rem}.sm_gap_col_q32{-moz-column-gap:2rem;column-gap:2rem}.sm_gap_row_q32{row-gap:2rem}.sm_w_q32{width:2rem}.sm_min_w_q32{min-width:2rem}.sm_max_w_q32{max-width:2rem}.sm_h_q32{height:2rem}.sm_min_h_q32{min-height:2rem}.sm_max_h_q32{max-height:2rem}.sm_inset_q32{bottom:2rem;left:2rem;right:2rem;top:2rem}.sm_top_q32{top:2rem}.sm_right_q32{right:2rem}.sm_bottom_q32{bottom:2rem}.sm_left_q32{left:2rem}.sm_inset_x_q32{left:2rem;right:2rem}.sm_inset_y_q32{bottom:2rem;top:2rem}.sm_border_q32{border-width:2rem}.sm_border_t_q32{border-top-width:2rem}.sm_border_r_q32{border-right-width:2rem}.sm_border_b_q32{border-bottom-width:2rem}.sm_border_l_q32,.sm_border_x_q32{border-left-width:2rem}.sm_border_x_q32{border-right-width:2rem}.sm_border_y_q32{border-bottom-width:2rem;border-top-width:2rem}.sm_rounded_q32{border-radius:2rem}.sm_rounded_t_q32{border-top-left-radius:2rem;border-top-right-radius:2rem}.sm_rounded_r_q32{border-bottom-right-radius:2rem;border-top-right-radius:2rem}.sm_rounded_b_q32{border-bottom-left-radius:2rem;border-bottom-right-radius:2rem}.sm_rounded_l_q32{border-bottom-left-radius:2rem}.sm_rounded_l_q32,.sm_rounded_tl_q32{border-top-left-radius:2rem}.sm_rounded_tr_q32{border-top-right-radius:2rem}.sm_rounded_br_q32{border-bottom-right-radius:2rem}.sm_rounded_bl_q32{border-bottom-left-radius:2rem}.sm_p_q40{padding:2.5rem}.sm_pt_q40{padding-top:2.5rem}.sm_pr_q40{padding-right:2.5rem}.sm_pb_q40{padding-bottom:2.5rem}.sm_pl_q40,.sm_px_q40{padding-left:2.5rem}.sm_px_q40{padding-right:2.5rem}.sm_py_q40{padding-bottom:2.5rem;padding-top:2.5rem}.sm_m_q40{margin:2.5rem}.sm_mt_q40{margin-top:2.5rem}.sm_mr_q40{margin-right:2.5rem}.sm_mb_q40{margin-bottom:2.5rem}.sm_ml_q40,.sm_mx_q40{margin-left:2.5rem}.sm_mx_q40{margin-right:2.5rem}.sm_my_q40{margin-bottom:2.5rem;margin-top:2.5rem}.sm_gap_q40{gap:2.5rem}.sm_gap_col_q40{-moz-column-gap:2.5rem;column-gap:2.5rem}.sm_gap_row_q40{row-gap:2.5rem}.sm_w_q40{width:2.5rem}.sm_min_w_q40{min-width:2.5rem}.sm_max_w_q40{max-width:2.5rem}.sm_h_q40{height:2.5rem}.sm_min_h_q40{min-height:2.5rem}.sm_max_h_q40{max-height:2.5rem}.sm_inset_q40{bottom:2.5rem;left:2.5rem;right:2.5rem;top:2.5rem}.sm_top_q40{top:2.5rem}.sm_right_q40{right:2.5rem}.sm_bottom_q40{bottom:2.5rem}.sm_left_q40{left:2.5rem}.sm_inset_x_q40{left:2.5rem;right:2.5rem}.sm_inset_y_q40{bottom:2.5rem;top:2.5rem}.sm_border_q40{border-width:2.5rem}.sm_border_t_q40{border-top-width:2.5rem}.sm_border_r_q40{border-right-width:2.5rem}.sm_border_b_q40{border-bottom-width:2.5rem}.sm_border_l_q40,.sm_border_x_q40{border-left-width:2.5rem}.sm_border_x_q40{border-right-width:2.5rem}.sm_border_y_q40{border-bottom-width:2.5rem;border-top-width:2.5rem}.sm_rounded_q40{border-radius:2.5rem}.sm_rounded_t_q40{border-top-left-radius:2.5rem;border-top-right-radius:2.5rem}.sm_rounded_r_q40{border-bottom-right-radius:2.5rem;border-top-right-radius:2.5rem}.sm_rounded_b_q40{border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem}.sm_rounded_l_q40{border-bottom-left-radius:2.5rem}.sm_rounded_l_q40,.sm_rounded_tl_q40{border-top-left-radius:2.5rem}.sm_rounded_tr_q40{border-top-right-radius:2.5rem}.sm_rounded_br_q40{border-bottom-right-radius:2.5rem}.sm_rounded_bl_q40{border-bottom-left-radius:2.5rem}.sm_p_q48{padding:3rem}.sm_pt_q48{padding-top:3rem}.sm_pr_q48{padding-right:3rem}.sm_pb_q48{padding-bottom:3rem}.sm_pl_q48,.sm_px_q48{padding-left:3rem}.sm_px_q48{padding-right:3rem}.sm_py_q48{padding-bottom:3rem;padding-top:3rem}.sm_m_q48{margin:3rem}.sm_mt_q48{margin-top:3rem}.sm_mr_q48{margin-right:3rem}.sm_mb_q48{margin-bottom:3rem}.sm_ml_q48,.sm_mx_q48{margin-left:3rem}.sm_mx_q48{margin-right:3rem}.sm_my_q48{margin-bottom:3rem;margin-top:3rem}.sm_gap_q48{gap:3rem}.sm_gap_col_q48{-moz-column-gap:3rem;column-gap:3rem}.sm_gap_row_q48{row-gap:3rem}.sm_w_q48{width:3rem}.sm_min_w_q48{min-width:3rem}.sm_max_w_q48{max-width:3rem}.sm_h_q48{height:3rem}.sm_min_h_q48{min-height:3rem}.sm_max_h_q48{max-height:3rem}.sm_inset_q48{bottom:3rem;left:3rem;right:3rem;top:3rem}.sm_top_q48{top:3rem}.sm_right_q48{right:3rem}.sm_bottom_q48{bottom:3rem}.sm_left_q48{left:3rem}.sm_inset_x_q48{left:3rem;right:3rem}.sm_inset_y_q48{bottom:3rem;top:3rem}.sm_border_q48{border-width:3rem}.sm_border_t_q48{border-top-width:3rem}.sm_border_r_q48{border-right-width:3rem}.sm_border_b_q48{border-bottom-width:3rem}.sm_border_l_q48,.sm_border_x_q48{border-left-width:3rem}.sm_border_x_q48{border-right-width:3rem}.sm_border_y_q48{border-bottom-width:3rem;border-top-width:3rem}.sm_rounded_q48{border-radius:3rem}.sm_rounded_t_q48{border-top-left-radius:3rem;border-top-right-radius:3rem}.sm_rounded_r_q48{border-bottom-right-radius:3rem;border-top-right-radius:3rem}.sm_rounded_b_q48{border-bottom-left-radius:3rem;border-bottom-right-radius:3rem}.sm_rounded_l_q48{border-bottom-left-radius:3rem}.sm_rounded_l_q48,.sm_rounded_tl_q48{border-top-left-radius:3rem}.sm_rounded_tr_q48{border-top-right-radius:3rem}.sm_rounded_br_q48{border-bottom-right-radius:3rem}.sm_rounded_bl_q48{border-bottom-left-radius:3rem}.sm_p_q56{padding:3.5rem}.sm_pt_q56{padding-top:3.5rem}.sm_pr_q56{padding-right:3.5rem}.sm_pb_q56{padding-bottom:3.5rem}.sm_pl_q56,.sm_px_q56{padding-left:3.5rem}.sm_px_q56{padding-right:3.5rem}.sm_py_q56{padding-bottom:3.5rem;padding-top:3.5rem}.sm_m_q56{margin:3.5rem}.sm_mt_q56{margin-top:3.5rem}.sm_mr_q56{margin-right:3.5rem}.sm_mb_q56{margin-bottom:3.5rem}.sm_ml_q56,.sm_mx_q56{margin-left:3.5rem}.sm_mx_q56{margin-right:3.5rem}.sm_my_q56{margin-bottom:3.5rem;margin-top:3.5rem}.sm_gap_q56{gap:3.5rem}.sm_gap_col_q56{-moz-column-gap:3.5rem;column-gap:3.5rem}.sm_gap_row_q56{row-gap:3.5rem}.sm_w_q56{width:3.5rem}.sm_min_w_q56{min-width:3.5rem}.sm_max_w_q56{max-width:3.5rem}.sm_h_q56{height:3.5rem}.sm_min_h_q56{min-height:3.5rem}.sm_max_h_q56{max-height:3.5rem}.sm_inset_q56{bottom:3.5rem;left:3.5rem;right:3.5rem;top:3.5rem}.sm_top_q56{top:3.5rem}.sm_right_q56{right:3.5rem}.sm_bottom_q56{bottom:3.5rem}.sm_left_q56{left:3.5rem}.sm_inset_x_q56{left:3.5rem;right:3.5rem}.sm_inset_y_q56{bottom:3.5rem;top:3.5rem}.sm_border_q56{border-width:3.5rem}.sm_border_t_q56{border-top-width:3.5rem}.sm_border_r_q56{border-right-width:3.5rem}.sm_border_b_q56{border-bottom-width:3.5rem}.sm_border_l_q56,.sm_border_x_q56{border-left-width:3.5rem}.sm_border_x_q56{border-right-width:3.5rem}.sm_border_y_q56{border-bottom-width:3.5rem;border-top-width:3.5rem}.sm_rounded_q56{border-radius:3.5rem}.sm_rounded_t_q56{border-top-left-radius:3.5rem;border-top-right-radius:3.5rem}.sm_rounded_r_q56{border-bottom-right-radius:3.5rem;border-top-right-radius:3.5rem}.sm_rounded_b_q56{border-bottom-left-radius:3.5rem;border-bottom-right-radius:3.5rem}.sm_rounded_l_q56{border-bottom-left-radius:3.5rem}.sm_rounded_l_q56,.sm_rounded_tl_q56{border-top-left-radius:3.5rem}.sm_rounded_tr_q56{border-top-right-radius:3.5rem}.sm_rounded_br_q56{border-bottom-right-radius:3.5rem}.sm_rounded_bl_q56{border-bottom-left-radius:3.5rem}.sm_p_q64{padding:4rem}.sm_pt_q64{padding-top:4rem}.sm_pr_q64{padding-right:4rem}.sm_pb_q64{padding-bottom:4rem}.sm_pl_q64,.sm_px_q64{padding-left:4rem}.sm_px_q64{padding-right:4rem}.sm_py_q64{padding-bottom:4rem;padding-top:4rem}.sm_m_q64{margin:4rem}.sm_mt_q64{margin-top:4rem}.sm_mr_q64{margin-right:4rem}.sm_mb_q64{margin-bottom:4rem}.sm_ml_q64,.sm_mx_q64{margin-left:4rem}.sm_mx_q64{margin-right:4rem}.sm_my_q64{margin-bottom:4rem;margin-top:4rem}.sm_gap_q64{gap:4rem}.sm_gap_col_q64{-moz-column-gap:4rem;column-gap:4rem}.sm_gap_row_q64{row-gap:4rem}.sm_w_q64{width:4rem}.sm_min_w_q64{min-width:4rem}.sm_max_w_q64{max-width:4rem}.sm_h_q64{height:4rem}.sm_min_h_q64{min-height:4rem}.sm_max_h_q64{max-height:4rem}.sm_inset_q64{bottom:4rem;left:4rem;right:4rem;top:4rem}.sm_top_q64{top:4rem}.sm_right_q64{right:4rem}.sm_bottom_q64{bottom:4rem}.sm_left_q64{left:4rem}.sm_inset_x_q64{left:4rem;right:4rem}.sm_inset_y_q64{bottom:4rem;top:4rem}.sm_border_q64{border-width:4rem}.sm_border_t_q64{border-top-width:4rem}.sm_border_r_q64{border-right-width:4rem}.sm_border_b_q64{border-bottom-width:4rem}.sm_border_l_q64,.sm_border_x_q64{border-left-width:4rem}.sm_border_x_q64{border-right-width:4rem}.sm_border_y_q64{border-bottom-width:4rem;border-top-width:4rem}.sm_rounded_q64{border-radius:4rem}.sm_rounded_t_q64{border-top-left-radius:4rem;border-top-right-radius:4rem}.sm_rounded_r_q64{border-bottom-right-radius:4rem;border-top-right-radius:4rem}.sm_rounded_b_q64{border-bottom-left-radius:4rem;border-bottom-right-radius:4rem}.sm_rounded_l_q64{border-bottom-left-radius:4rem}.sm_rounded_l_q64,.sm_rounded_tl_q64{border-top-left-radius:4rem}.sm_rounded_tr_q64{border-top-right-radius:4rem}.sm_rounded_br_q64{border-bottom-right-radius:4rem}.sm_rounded_bl_q64{border-bottom-left-radius:4rem}.sm_p_q72{padding:4.5rem}.sm_pt_q72{padding-top:4.5rem}.sm_pr_q72{padding-right:4.5rem}.sm_pb_q72{padding-bottom:4.5rem}.sm_pl_q72,.sm_px_q72{padding-left:4.5rem}.sm_px_q72{padding-right:4.5rem}.sm_py_q72{padding-bottom:4.5rem;padding-top:4.5rem}.sm_m_q72{margin:4.5rem}.sm_mt_q72{margin-top:4.5rem}.sm_mr_q72{margin-right:4.5rem}.sm_mb_q72{margin-bottom:4.5rem}.sm_ml_q72,.sm_mx_q72{margin-left:4.5rem}.sm_mx_q72{margin-right:4.5rem}.sm_my_q72{margin-bottom:4.5rem;margin-top:4.5rem}.sm_gap_q72{gap:4.5rem}.sm_gap_col_q72{-moz-column-gap:4.5rem;column-gap:4.5rem}.sm_gap_row_q72{row-gap:4.5rem}.sm_w_q72{width:4.5rem}.sm_min_w_q72{min-width:4.5rem}.sm_max_w_q72{max-width:4.5rem}.sm_h_q72{height:4.5rem}.sm_min_h_q72{min-height:4.5rem}.sm_max_h_q72{max-height:4.5rem}.sm_inset_q72{bottom:4.5rem;left:4.5rem;right:4.5rem;top:4.5rem}.sm_top_q72{top:4.5rem}.sm_right_q72{right:4.5rem}.sm_bottom_q72{bottom:4.5rem}.sm_left_q72{left:4.5rem}.sm_inset_x_q72{left:4.5rem;right:4.5rem}.sm_inset_y_q72{bottom:4.5rem;top:4.5rem}.sm_border_q72{border-width:4.5rem}.sm_border_t_q72{border-top-width:4.5rem}.sm_border_r_q72{border-right-width:4.5rem}.sm_border_b_q72{border-bottom-width:4.5rem}.sm_border_l_q72,.sm_border_x_q72{border-left-width:4.5rem}.sm_border_x_q72{border-right-width:4.5rem}.sm_border_y_q72{border-bottom-width:4.5rem;border-top-width:4.5rem}.sm_rounded_q72{border-radius:4.5rem}.sm_rounded_t_q72{border-top-left-radius:4.5rem;border-top-right-radius:4.5rem}.sm_rounded_r_q72{border-bottom-right-radius:4.5rem;border-top-right-radius:4.5rem}.sm_rounded_b_q72{border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem}.sm_rounded_l_q72{border-bottom-left-radius:4.5rem}.sm_rounded_l_q72,.sm_rounded_tl_q72{border-top-left-radius:4.5rem}.sm_rounded_tr_q72{border-top-right-radius:4.5rem}.sm_rounded_br_q72{border-bottom-right-radius:4.5rem}.sm_rounded_bl_q72{border-bottom-left-radius:4.5rem}.sm_p_q80{padding:5rem}.sm_pt_q80{padding-top:5rem}.sm_pr_q80{padding-right:5rem}.sm_pb_q80{padding-bottom:5rem}.sm_pl_q80,.sm_px_q80{padding-left:5rem}.sm_px_q80{padding-right:5rem}.sm_py_q80{padding-bottom:5rem;padding-top:5rem}.sm_m_q80{margin:5rem}.sm_mt_q80{margin-top:5rem}.sm_mr_q80{margin-right:5rem}.sm_mb_q80{margin-bottom:5rem}.sm_ml_q80,.sm_mx_q80{margin-left:5rem}.sm_mx_q80{margin-right:5rem}.sm_my_q80{margin-bottom:5rem;margin-top:5rem}.sm_gap_q80{gap:5rem}.sm_gap_col_q80{-moz-column-gap:5rem;column-gap:5rem}.sm_gap_row_q80{row-gap:5rem}.sm_w_q80{width:5rem}.sm_min_w_q80{min-width:5rem}.sm_max_w_q80{max-width:5rem}.sm_h_q80{height:5rem}.sm_min_h_q80{min-height:5rem}.sm_max_h_q80{max-height:5rem}.sm_inset_q80{bottom:5rem;left:5rem;right:5rem;top:5rem}.sm_top_q80{top:5rem}.sm_right_q80{right:5rem}.sm_bottom_q80{bottom:5rem}.sm_left_q80{left:5rem}.sm_inset_x_q80{left:5rem;right:5rem}.sm_inset_y_q80{bottom:5rem;top:5rem}.sm_border_q80{border-width:5rem}.sm_border_t_q80{border-top-width:5rem}.sm_border_r_q80{border-right-width:5rem}.sm_border_b_q80{border-bottom-width:5rem}.sm_border_l_q80,.sm_border_x_q80{border-left-width:5rem}.sm_border_x_q80{border-right-width:5rem}.sm_border_y_q80{border-bottom-width:5rem;border-top-width:5rem}.sm_rounded_q80{border-radius:5rem}.sm_rounded_t_q80{border-top-left-radius:5rem;border-top-right-radius:5rem}.sm_rounded_r_q80{border-bottom-right-radius:5rem;border-top-right-radius:5rem}.sm_rounded_b_q80{border-bottom-left-radius:5rem;border-bottom-right-radius:5rem}.sm_rounded_l_q80{border-bottom-left-radius:5rem}.sm_rounded_l_q80,.sm_rounded_tl_q80{border-top-left-radius:5rem}.sm_rounded_tr_q80{border-top-right-radius:5rem}.sm_rounded_br_q80{border-bottom-right-radius:5rem}.sm_rounded_bl_q80{border-bottom-left-radius:5rem}.sm_p_q96{padding:6rem}.sm_pt_q96{padding-top:6rem}.sm_pr_q96{padding-right:6rem}.sm_pb_q96{padding-bottom:6rem}.sm_pl_q96,.sm_px_q96{padding-left:6rem}.sm_px_q96{padding-right:6rem}.sm_py_q96{padding-bottom:6rem;padding-top:6rem}.sm_m_q96{margin:6rem}.sm_mt_q96{margin-top:6rem}.sm_mr_q96{margin-right:6rem}.sm_mb_q96{margin-bottom:6rem}.sm_ml_q96,.sm_mx_q96{margin-left:6rem}.sm_mx_q96{margin-right:6rem}.sm_my_q96{margin-bottom:6rem;margin-top:6rem}.sm_gap_q96{gap:6rem}.sm_gap_col_q96{-moz-column-gap:6rem;column-gap:6rem}.sm_gap_row_q96{row-gap:6rem}.sm_w_q96{width:6rem}.sm_min_w_q96{min-width:6rem}.sm_max_w_q96{max-width:6rem}.sm_h_q96{height:6rem}.sm_min_h_q96{min-height:6rem}.sm_max_h_q96{max-height:6rem}.sm_inset_q96{bottom:6rem;left:6rem;right:6rem;top:6rem}.sm_top_q96{top:6rem}.sm_right_q96{right:6rem}.sm_bottom_q96{bottom:6rem}.sm_left_q96{left:6rem}.sm_inset_x_q96{left:6rem;right:6rem}.sm_inset_y_q96{bottom:6rem;top:6rem}.sm_border_q96{border-width:6rem}.sm_border_t_q96{border-top-width:6rem}.sm_border_r_q96{border-right-width:6rem}.sm_border_b_q96{border-bottom-width:6rem}.sm_border_l_q96,.sm_border_x_q96{border-left-width:6rem}.sm_border_x_q96{border-right-width:6rem}.sm_border_y_q96{border-bottom-width:6rem;border-top-width:6rem}.sm_rounded_q96{border-radius:6rem}.sm_rounded_t_q96{border-top-left-radius:6rem;border-top-right-radius:6rem}.sm_rounded_r_q96{border-bottom-right-radius:6rem;border-top-right-radius:6rem}.sm_rounded_b_q96{border-bottom-left-radius:6rem;border-bottom-right-radius:6rem}.sm_rounded_l_q96{border-bottom-left-radius:6rem}.sm_rounded_l_q96,.sm_rounded_tl_q96{border-top-left-radius:6rem}.sm_rounded_tr_q96{border-top-right-radius:6rem}.sm_rounded_br_q96{border-bottom-right-radius:6rem}.sm_rounded_bl_q96{border-bottom-left-radius:6rem}.sm_p_q112{padding:7rem}.sm_pt_q112{padding-top:7rem}.sm_pr_q112{padding-right:7rem}.sm_pb_q112{padding-bottom:7rem}.sm_pl_q112,.sm_px_q112{padding-left:7rem}.sm_px_q112{padding-right:7rem}.sm_py_q112{padding-bottom:7rem;padding-top:7rem}.sm_m_q112{margin:7rem}.sm_mt_q112{margin-top:7rem}.sm_mr_q112{margin-right:7rem}.sm_mb_q112{margin-bottom:7rem}.sm_ml_q112,.sm_mx_q112{margin-left:7rem}.sm_mx_q112{margin-right:7rem}.sm_my_q112{margin-bottom:7rem;margin-top:7rem}.sm_gap_q112{gap:7rem}.sm_gap_col_q112{-moz-column-gap:7rem;column-gap:7rem}.sm_gap_row_q112{row-gap:7rem}.sm_w_q112{width:7rem}.sm_min_w_q112{min-width:7rem}.sm_max_w_q112{max-width:7rem}.sm_h_q112{height:7rem}.sm_min_h_q112{min-height:7rem}.sm_max_h_q112{max-height:7rem}.sm_inset_q112{bottom:7rem;left:7rem;right:7rem;top:7rem}.sm_top_q112{top:7rem}.sm_right_q112{right:7rem}.sm_bottom_q112{bottom:7rem}.sm_left_q112{left:7rem}.sm_inset_x_q112{left:7rem;right:7rem}.sm_inset_y_q112{bottom:7rem;top:7rem}.sm_border_q112{border-width:7rem}.sm_border_t_q112{border-top-width:7rem}.sm_border_r_q112{border-right-width:7rem}.sm_border_b_q112{border-bottom-width:7rem}.sm_border_l_q112,.sm_border_x_q112{border-left-width:7rem}.sm_border_x_q112{border-right-width:7rem}.sm_border_y_q112{border-bottom-width:7rem;border-top-width:7rem}.sm_rounded_q112{border-radius:7rem}.sm_rounded_t_q112{border-top-left-radius:7rem;border-top-right-radius:7rem}.sm_rounded_r_q112{border-bottom-right-radius:7rem;border-top-right-radius:7rem}.sm_rounded_b_q112{border-bottom-left-radius:7rem;border-bottom-right-radius:7rem}.sm_rounded_l_q112{border-bottom-left-radius:7rem}.sm_rounded_l_q112,.sm_rounded_tl_q112{border-top-left-radius:7rem}.sm_rounded_tr_q112{border-top-right-radius:7rem}.sm_rounded_br_q112{border-bottom-right-radius:7rem}.sm_rounded_bl_q112{border-bottom-left-radius:7rem}.sm_p_q128{padding:8rem}.sm_pt_q128{padding-top:8rem}.sm_pr_q128{padding-right:8rem}.sm_pb_q128{padding-bottom:8rem}.sm_pl_q128,.sm_px_q128{padding-left:8rem}.sm_px_q128{padding-right:8rem}.sm_py_q128{padding-bottom:8rem;padding-top:8rem}.sm_m_q128{margin:8rem}.sm_mt_q128{margin-top:8rem}.sm_mr_q128{margin-right:8rem}.sm_mb_q128{margin-bottom:8rem}.sm_ml_q128,.sm_mx_q128{margin-left:8rem}.sm_mx_q128{margin-right:8rem}.sm_my_q128{margin-bottom:8rem;margin-top:8rem}.sm_gap_q128{gap:8rem}.sm_gap_col_q128{-moz-column-gap:8rem;column-gap:8rem}.sm_gap_row_q128{row-gap:8rem}.sm_w_q128{width:8rem}.sm_min_w_q128{min-width:8rem}.sm_max_w_q128{max-width:8rem}.sm_h_q128{height:8rem}.sm_min_h_q128{min-height:8rem}.sm_max_h_q128{max-height:8rem}.sm_inset_q128{bottom:8rem;left:8rem;right:8rem;top:8rem}.sm_top_q128{top:8rem}.sm_right_q128{right:8rem}.sm_bottom_q128{bottom:8rem}.sm_left_q128{left:8rem}.sm_inset_x_q128{left:8rem;right:8rem}.sm_inset_y_q128{bottom:8rem;top:8rem}.sm_border_q128{border-width:8rem}.sm_border_t_q128{border-top-width:8rem}.sm_border_r_q128{border-right-width:8rem}.sm_border_b_q128{border-bottom-width:8rem}.sm_border_l_q128,.sm_border_x_q128{border-left-width:8rem}.sm_border_x_q128{border-right-width:8rem}.sm_border_y_q128{border-bottom-width:8rem;border-top-width:8rem}.sm_rounded_q128{border-radius:8rem}.sm_rounded_t_q128{border-top-left-radius:8rem;border-top-right-radius:8rem}.sm_rounded_r_q128{border-bottom-right-radius:8rem;border-top-right-radius:8rem}.sm_rounded_b_q128{border-bottom-left-radius:8rem;border-bottom-right-radius:8rem}.sm_rounded_l_q128{border-bottom-left-radius:8rem}.sm_rounded_l_q128,.sm_rounded_tl_q128{border-top-left-radius:8rem}.sm_rounded_tr_q128{border-top-right-radius:8rem}.sm_rounded_br_q128{border-bottom-right-radius:8rem}.sm_rounded_bl_q128{border-bottom-left-radius:8rem}.sm_p_q144{padding:9rem}.sm_pt_q144{padding-top:9rem}.sm_pr_q144{padding-right:9rem}.sm_pb_q144{padding-bottom:9rem}.sm_pl_q144,.sm_px_q144{padding-left:9rem}.sm_px_q144{padding-right:9rem}.sm_py_q144{padding-bottom:9rem;padding-top:9rem}.sm_m_q144{margin:9rem}.sm_mt_q144{margin-top:9rem}.sm_mr_q144{margin-right:9rem}.sm_mb_q144{margin-bottom:9rem}.sm_ml_q144,.sm_mx_q144{margin-left:9rem}.sm_mx_q144{margin-right:9rem}.sm_my_q144{margin-bottom:9rem;margin-top:9rem}.sm_gap_q144{gap:9rem}.sm_gap_col_q144{-moz-column-gap:9rem;column-gap:9rem}.sm_gap_row_q144{row-gap:9rem}.sm_w_q144{width:9rem}.sm_min_w_q144{min-width:9rem}.sm_max_w_q144{max-width:9rem}.sm_h_q144{height:9rem}.sm_min_h_q144{min-height:9rem}.sm_max_h_q144{max-height:9rem}.sm_inset_q144{bottom:9rem;left:9rem;right:9rem;top:9rem}.sm_top_q144{top:9rem}.sm_right_q144{right:9rem}.sm_bottom_q144{bottom:9rem}.sm_left_q144{left:9rem}.sm_inset_x_q144{left:9rem;right:9rem}.sm_inset_y_q144{bottom:9rem;top:9rem}.sm_border_q144{border-width:9rem}.sm_border_t_q144{border-top-width:9rem}.sm_border_r_q144{border-right-width:9rem}.sm_border_b_q144{border-bottom-width:9rem}.sm_border_l_q144,.sm_border_x_q144{border-left-width:9rem}.sm_border_x_q144{border-right-width:9rem}.sm_border_y_q144{border-bottom-width:9rem;border-top-width:9rem}.sm_rounded_q144{border-radius:9rem}.sm_rounded_t_q144{border-top-left-radius:9rem;border-top-right-radius:9rem}.sm_rounded_r_q144{border-bottom-right-radius:9rem;border-top-right-radius:9rem}.sm_rounded_b_q144{border-bottom-left-radius:9rem;border-bottom-right-radius:9rem}.sm_rounded_l_q144{border-bottom-left-radius:9rem}.sm_rounded_l_q144,.sm_rounded_tl_q144{border-top-left-radius:9rem}.sm_rounded_tr_q144{border-top-right-radius:9rem}.sm_rounded_br_q144{border-bottom-right-radius:9rem}.sm_rounded_bl_q144{border-bottom-left-radius:9rem}.sm_p_q160{padding:10rem}.sm_pt_q160{padding-top:10rem}.sm_pr_q160{padding-right:10rem}.sm_pb_q160{padding-bottom:10rem}.sm_pl_q160,.sm_px_q160{padding-left:10rem}.sm_px_q160{padding-right:10rem}.sm_py_q160{padding-bottom:10rem;padding-top:10rem}.sm_m_q160{margin:10rem}.sm_mt_q160{margin-top:10rem}.sm_mr_q160{margin-right:10rem}.sm_mb_q160{margin-bottom:10rem}.sm_ml_q160,.sm_mx_q160{margin-left:10rem}.sm_mx_q160{margin-right:10rem}.sm_my_q160{margin-bottom:10rem;margin-top:10rem}.sm_gap_q160{gap:10rem}.sm_gap_col_q160{-moz-column-gap:10rem;column-gap:10rem}.sm_gap_row_q160{row-gap:10rem}.sm_w_q160{width:10rem}.sm_min_w_q160{min-width:10rem}.sm_max_w_q160{max-width:10rem}.sm_h_q160{height:10rem}.sm_min_h_q160{min-height:10rem}.sm_max_h_q160{max-height:10rem}.sm_inset_q160{bottom:10rem;left:10rem;right:10rem;top:10rem}.sm_top_q160{top:10rem}.sm_right_q160{right:10rem}.sm_bottom_q160{bottom:10rem}.sm_left_q160{left:10rem}.sm_inset_x_q160{left:10rem;right:10rem}.sm_inset_y_q160{bottom:10rem;top:10rem}.sm_border_q160{border-width:10rem}.sm_border_t_q160{border-top-width:10rem}.sm_border_r_q160{border-right-width:10rem}.sm_border_b_q160{border-bottom-width:10rem}.sm_border_l_q160,.sm_border_x_q160{border-left-width:10rem}.sm_border_x_q160{border-right-width:10rem}.sm_border_y_q160{border-bottom-width:10rem;border-top-width:10rem}.sm_rounded_q160{border-radius:10rem}.sm_rounded_t_q160{border-top-left-radius:10rem;border-top-right-radius:10rem}.sm_rounded_r_q160{border-bottom-right-radius:10rem;border-top-right-radius:10rem}.sm_rounded_b_q160{border-bottom-left-radius:10rem;border-bottom-right-radius:10rem}.sm_rounded_l_q160{border-bottom-left-radius:10rem}.sm_rounded_l_q160,.sm_rounded_tl_q160{border-top-left-radius:10rem}.sm_rounded_tr_q160{border-top-right-radius:10rem}.sm_rounded_br_q160{border-bottom-right-radius:10rem}.sm_rounded_bl_q160{border-bottom-left-radius:10rem}.sm_p_q192{padding:12rem}.sm_pt_q192{padding-top:12rem}.sm_pr_q192{padding-right:12rem}.sm_pb_q192{padding-bottom:12rem}.sm_pl_q192,.sm_px_q192{padding-left:12rem}.sm_px_q192{padding-right:12rem}.sm_py_q192{padding-bottom:12rem;padding-top:12rem}.sm_m_q192{margin:12rem}.sm_mt_q192{margin-top:12rem}.sm_mr_q192{margin-right:12rem}.sm_mb_q192{margin-bottom:12rem}.sm_ml_q192,.sm_mx_q192{margin-left:12rem}.sm_mx_q192{margin-right:12rem}.sm_my_q192{margin-bottom:12rem;margin-top:12rem}.sm_gap_q192{gap:12rem}.sm_gap_col_q192{-moz-column-gap:12rem;column-gap:12rem}.sm_gap_row_q192{row-gap:12rem}.sm_w_q192{width:12rem}.sm_min_w_q192{min-width:12rem}.sm_max_w_q192{max-width:12rem}.sm_h_q192{height:12rem}.sm_min_h_q192{min-height:12rem}.sm_max_h_q192{max-height:12rem}.sm_inset_q192{bottom:12rem;left:12rem;right:12rem;top:12rem}.sm_top_q192{top:12rem}.sm_right_q192{right:12rem}.sm_bottom_q192{bottom:12rem}.sm_left_q192{left:12rem}.sm_inset_x_q192{left:12rem;right:12rem}.sm_inset_y_q192{bottom:12rem;top:12rem}.sm_border_q192{border-width:12rem}.sm_border_t_q192{border-top-width:12rem}.sm_border_r_q192{border-right-width:12rem}.sm_border_b_q192{border-bottom-width:12rem}.sm_border_l_q192,.sm_border_x_q192{border-left-width:12rem}.sm_border_x_q192{border-right-width:12rem}.sm_border_y_q192{border-bottom-width:12rem;border-top-width:12rem}.sm_rounded_q192{border-radius:12rem}.sm_rounded_t_q192{border-top-left-radius:12rem;border-top-right-radius:12rem}.sm_rounded_r_q192{border-bottom-right-radius:12rem;border-top-right-radius:12rem}.sm_rounded_b_q192{border-bottom-left-radius:12rem;border-bottom-right-radius:12rem}.sm_rounded_l_q192{border-bottom-left-radius:12rem}.sm_rounded_l_q192,.sm_rounded_tl_q192{border-top-left-radius:12rem}.sm_rounded_tr_q192{border-top-right-radius:12rem}.sm_rounded_br_q192{border-bottom-right-radius:12rem}.sm_rounded_bl_q192{border-bottom-left-radius:12rem}.sm_p_q224{padding:14rem}.sm_pt_q224{padding-top:14rem}.sm_pr_q224{padding-right:14rem}.sm_pb_q224{padding-bottom:14rem}.sm_pl_q224,.sm_px_q224{padding-left:14rem}.sm_px_q224{padding-right:14rem}.sm_py_q224{padding-bottom:14rem;padding-top:14rem}.sm_m_q224{margin:14rem}.sm_mt_q224{margin-top:14rem}.sm_mr_q224{margin-right:14rem}.sm_mb_q224{margin-bottom:14rem}.sm_ml_q224,.sm_mx_q224{margin-left:14rem}.sm_mx_q224{margin-right:14rem}.sm_my_q224{margin-bottom:14rem;margin-top:14rem}.sm_gap_q224{gap:14rem}.sm_gap_col_q224{-moz-column-gap:14rem;column-gap:14rem}.sm_gap_row_q224{row-gap:14rem}.sm_w_q224{width:14rem}.sm_min_w_q224{min-width:14rem}.sm_max_w_q224{max-width:14rem}.sm_h_q224{height:14rem}.sm_min_h_q224{min-height:14rem}.sm_max_h_q224{max-height:14rem}.sm_inset_q224{bottom:14rem;left:14rem;right:14rem;top:14rem}.sm_top_q224{top:14rem}.sm_right_q224{right:14rem}.sm_bottom_q224{bottom:14rem}.sm_left_q224{left:14rem}.sm_inset_x_q224{left:14rem;right:14rem}.sm_inset_y_q224{bottom:14rem;top:14rem}.sm_border_q224{border-width:14rem}.sm_border_t_q224{border-top-width:14rem}.sm_border_r_q224{border-right-width:14rem}.sm_border_b_q224{border-bottom-width:14rem}.sm_border_l_q224,.sm_border_x_q224{border-left-width:14rem}.sm_border_x_q224{border-right-width:14rem}.sm_border_y_q224{border-bottom-width:14rem;border-top-width:14rem}.sm_rounded_q224{border-radius:14rem}.sm_rounded_t_q224{border-top-left-radius:14rem;border-top-right-radius:14rem}.sm_rounded_r_q224{border-bottom-right-radius:14rem;border-top-right-radius:14rem}.sm_rounded_b_q224{border-bottom-left-radius:14rem;border-bottom-right-radius:14rem}.sm_rounded_l_q224{border-bottom-left-radius:14rem}.sm_rounded_l_q224,.sm_rounded_tl_q224{border-top-left-radius:14rem}.sm_rounded_tr_q224{border-top-right-radius:14rem}.sm_rounded_br_q224{border-bottom-right-radius:14rem}.sm_rounded_bl_q224{border-bottom-left-radius:14rem}.sm_p_q256{padding:16rem}.sm_pt_q256{padding-top:16rem}.sm_pr_q256{padding-right:16rem}.sm_pb_q256{padding-bottom:16rem}.sm_pl_q256,.sm_px_q256{padding-left:16rem}.sm_px_q256{padding-right:16rem}.sm_py_q256{padding-bottom:16rem;padding-top:16rem}.sm_m_q256{margin:16rem}.sm_mt_q256{margin-top:16rem}.sm_mr_q256{margin-right:16rem}.sm_mb_q256{margin-bottom:16rem}.sm_ml_q256,.sm_mx_q256{margin-left:16rem}.sm_mx_q256{margin-right:16rem}.sm_my_q256{margin-bottom:16rem;margin-top:16rem}.sm_gap_q256{gap:16rem}.sm_gap_col_q256{-moz-column-gap:16rem;column-gap:16rem}.sm_gap_row_q256{row-gap:16rem}.sm_w_q256{width:16rem}.sm_min_w_q256{min-width:16rem}.sm_max_w_q256{max-width:16rem}.sm_h_q256{height:16rem}.sm_min_h_q256{min-height:16rem}.sm_max_h_q256{max-height:16rem}.sm_inset_q256{bottom:16rem;left:16rem;right:16rem;top:16rem}.sm_top_q256{top:16rem}.sm_right_q256{right:16rem}.sm_bottom_q256{bottom:16rem}.sm_left_q256{left:16rem}.sm_inset_x_q256{left:16rem;right:16rem}.sm_inset_y_q256{bottom:16rem;top:16rem}.sm_border_q256{border-width:16rem}.sm_border_t_q256{border-top-width:16rem}.sm_border_r_q256{border-right-width:16rem}.sm_border_b_q256{border-bottom-width:16rem}.sm_border_l_q256,.sm_border_x_q256{border-left-width:16rem}.sm_border_x_q256{border-right-width:16rem}.sm_border_y_q256{border-bottom-width:16rem;border-top-width:16rem}.sm_rounded_q256{border-radius:16rem}.sm_rounded_t_q256{border-top-left-radius:16rem;border-top-right-radius:16rem}.sm_rounded_r_q256{border-bottom-right-radius:16rem;border-top-right-radius:16rem}.sm_rounded_b_q256{border-bottom-left-radius:16rem;border-bottom-right-radius:16rem}.sm_rounded_l_q256{border-bottom-left-radius:16rem}.sm_rounded_l_q256,.sm_rounded_tl_q256{border-top-left-radius:16rem}.sm_rounded_tr_q256{border-top-right-radius:16rem}.sm_rounded_br_q256{border-bottom-right-radius:16rem}.sm_rounded_bl_q256{border-bottom-left-radius:16rem}}@media(min-width:1440px){.md_p_q0{padding:0}.md_pt_q0{padding-top:0}.md_pr_q0{padding-right:0}.md_pb_q0{padding-bottom:0}.md_pl_q0,.md_px_q0{padding-left:0}.md_px_q0{padding-right:0}.md_py_q0{padding-bottom:0;padding-top:0}.md_m_q0{margin:0}.md_mt_q0{margin-top:0}.md_mr_q0{margin-right:0}.md_mb_q0{margin-bottom:0}.md_ml_q0,.md_mx_q0{margin-left:0}.md_mx_q0{margin-right:0}.md_my_q0{margin-bottom:0;margin-top:0}.md_gap_q0{gap:0}.md_gap_col_q0{-moz-column-gap:0;column-gap:0}.md_gap_row_q0{row-gap:0}.md_w_q0{width:0}.md_min_w_q0{min-width:0}.md_max_w_q0{max-width:0}.md_h_q0{height:0}.md_min_h_q0{min-height:0}.md_max_h_q0{max-height:0}.md_inset_q0{bottom:0;left:0;right:0;top:0}.md_top_q0{top:0}.md_right_q0{right:0}.md_bottom_q0{bottom:0}.md_left_q0{left:0}.md_inset_x_q0{left:0;right:0}.md_inset_y_q0{bottom:0;top:0}.md_border_q0{border-width:0}.md_border_t_q0{border-top-width:0}.md_border_r_q0{border-right-width:0}.md_border_b_q0{border-bottom-width:0}.md_border_l_q0,.md_border_x_q0{border-left-width:0}.md_border_x_q0{border-right-width:0}.md_border_y_q0{border-bottom-width:0;border-top-width:0}.md_rounded_q0{border-radius:0}.md_rounded_t_q0{border-top-left-radius:0;border-top-right-radius:0}.md_rounded_r_q0{border-bottom-right-radius:0;border-top-right-radius:0}.md_rounded_b_q0{border-bottom-left-radius:0;border-bottom-right-radius:0}.md_rounded_l_q0{border-bottom-left-radius:0}.md_rounded_l_q0,.md_rounded_tl_q0{border-top-left-radius:0}.md_rounded_tr_q0{border-top-right-radius:0}.md_rounded_br_q0{border-bottom-right-radius:0}.md_rounded_bl_q0{border-bottom-left-radius:0}.md_p_q1{padding:.0625rem}.md_pt_q1{padding-top:.0625rem}.md_pr_q1{padding-right:.0625rem}.md_pb_q1{padding-bottom:.0625rem}.md_pl_q1,.md_px_q1{padding-left:.0625rem}.md_px_q1{padding-right:.0625rem}.md_py_q1{padding-bottom:.0625rem;padding-top:.0625rem}.md_m_q1{margin:.0625rem}.md_mt_q1{margin-top:.0625rem}.md_mr_q1{margin-right:.0625rem}.md_mb_q1{margin-bottom:.0625rem}.md_ml_q1,.md_mx_q1{margin-left:.0625rem}.md_mx_q1{margin-right:.0625rem}.md_my_q1{margin-bottom:.0625rem;margin-top:.0625rem}.md_gap_q1{gap:.0625rem}.md_gap_col_q1{-moz-column-gap:.0625rem;column-gap:.0625rem}.md_gap_row_q1{row-gap:.0625rem}.md_w_q1{width:.0625rem}.md_min_w_q1{min-width:.0625rem}.md_max_w_q1{max-width:.0625rem}.md_h_q1{height:.0625rem}.md_min_h_q1{min-height:.0625rem}.md_max_h_q1{max-height:.0625rem}.md_inset_q1{bottom:.0625rem;left:.0625rem;right:.0625rem;top:.0625rem}.md_top_q1{top:.0625rem}.md_right_q1{right:.0625rem}.md_bottom_q1{bottom:.0625rem}.md_left_q1{left:.0625rem}.md_inset_x_q1{left:.0625rem;right:.0625rem}.md_inset_y_q1{bottom:.0625rem;top:.0625rem}.md_border_q1{border-width:.0625rem}.md_border_t_q1{border-top-width:.0625rem}.md_border_r_q1{border-right-width:.0625rem}.md_border_b_q1{border-bottom-width:.0625rem}.md_border_l_q1,.md_border_x_q1{border-left-width:.0625rem}.md_border_x_q1{border-right-width:.0625rem}.md_border_y_q1{border-bottom-width:.0625rem;border-top-width:.0625rem}.md_rounded_q1{border-radius:.0625rem}.md_rounded_t_q1{border-top-left-radius:.0625rem;border-top-right-radius:.0625rem}.md_rounded_r_q1{border-top-right-radius:.0625rem}.md_rounded_b_q1,.md_rounded_r_q1{border-bottom-right-radius:.0625rem}.md_rounded_b_q1,.md_rounded_l_q1{border-bottom-left-radius:.0625rem}.md_rounded_l_q1,.md_rounded_tl_q1{border-top-left-radius:.0625rem}.md_rounded_tr_q1{border-top-right-radius:.0625rem}.md_rounded_br_q1{border-bottom-right-radius:.0625rem}.md_rounded_bl_q1{border-bottom-left-radius:.0625rem}.md_p_q2{padding:.125rem}.md_pt_q2{padding-top:.125rem}.md_pr_q2{padding-right:.125rem}.md_pb_q2{padding-bottom:.125rem}.md_pl_q2,.md_px_q2{padding-left:.125rem}.md_px_q2{padding-right:.125rem}.md_py_q2{padding-bottom:.125rem;padding-top:.125rem}.md_m_q2{margin:.125rem}.md_mt_q2{margin-top:.125rem}.md_mr_q2{margin-right:.125rem}.md_mb_q2{margin-bottom:.125rem}.md_ml_q2,.md_mx_q2{margin-left:.125rem}.md_mx_q2{margin-right:.125rem}.md_my_q2{margin-bottom:.125rem;margin-top:.125rem}.md_gap_q2{gap:.125rem}.md_gap_col_q2{-moz-column-gap:.125rem;column-gap:.125rem}.md_gap_row_q2{row-gap:.125rem}.md_w_q2{width:.125rem}.md_min_w_q2{min-width:.125rem}.md_max_w_q2{max-width:.125rem}.md_h_q2{height:.125rem}.md_min_h_q2{min-height:.125rem}.md_max_h_q2{max-height:.125rem}.md_inset_q2{bottom:.125rem;left:.125rem;right:.125rem;top:.125rem}.md_top_q2{top:.125rem}.md_right_q2{right:.125rem}.md_bottom_q2{bottom:.125rem}.md_left_q2{left:.125rem}.md_inset_x_q2{left:.125rem;right:.125rem}.md_inset_y_q2{bottom:.125rem;top:.125rem}.md_border_q2{border-width:.125rem}.md_border_t_q2{border-top-width:.125rem}.md_border_r_q2{border-right-width:.125rem}.md_border_b_q2{border-bottom-width:.125rem}.md_border_l_q2,.md_border_x_q2{border-left-width:.125rem}.md_border_x_q2{border-right-width:.125rem}.md_border_y_q2{border-bottom-width:.125rem;border-top-width:.125rem}.md_rounded_q2{border-radius:.125rem}.md_rounded_t_q2{border-top-left-radius:.125rem;border-top-right-radius:.125rem}.md_rounded_r_q2{border-top-right-radius:.125rem}.md_rounded_b_q2,.md_rounded_r_q2{border-bottom-right-radius:.125rem}.md_rounded_b_q2,.md_rounded_l_q2{border-bottom-left-radius:.125rem}.md_rounded_l_q2,.md_rounded_tl_q2{border-top-left-radius:.125rem}.md_rounded_tr_q2{border-top-right-radius:.125rem}.md_rounded_br_q2{border-bottom-right-radius:.125rem}.md_rounded_bl_q2{border-bottom-left-radius:.125rem}.md_p_q4{padding:.25rem}.md_pt_q4{padding-top:.25rem}.md_pr_q4{padding-right:.25rem}.md_pb_q4{padding-bottom:.25rem}.md_pl_q4,.md_px_q4{padding-left:.25rem}.md_px_q4{padding-right:.25rem}.md_py_q4{padding-bottom:.25rem;padding-top:.25rem}.md_m_q4{margin:.25rem}.md_mt_q4{margin-top:.25rem}.md_mr_q4{margin-right:.25rem}.md_mb_q4{margin-bottom:.25rem}.md_ml_q4,.md_mx_q4{margin-left:.25rem}.md_mx_q4{margin-right:.25rem}.md_my_q4{margin-bottom:.25rem;margin-top:.25rem}.md_gap_q4{gap:.25rem}.md_gap_col_q4{-moz-column-gap:.25rem;column-gap:.25rem}.md_gap_row_q4{row-gap:.25rem}.md_w_q4{width:.25rem}.md_min_w_q4{min-width:.25rem}.md_max_w_q4{max-width:.25rem}.md_h_q4{height:.25rem}.md_min_h_q4{min-height:.25rem}.md_max_h_q4{max-height:.25rem}.md_inset_q4{bottom:.25rem;left:.25rem;right:.25rem;top:.25rem}.md_top_q4{top:.25rem}.md_right_q4{right:.25rem}.md_bottom_q4{bottom:.25rem}.md_left_q4{left:.25rem}.md_inset_x_q4{left:.25rem;right:.25rem}.md_inset_y_q4{bottom:.25rem;top:.25rem}.md_border_q4{border-width:.25rem}.md_border_t_q4{border-top-width:.25rem}.md_border_r_q4{border-right-width:.25rem}.md_border_b_q4{border-bottom-width:.25rem}.md_border_l_q4,.md_border_x_q4{border-left-width:.25rem}.md_border_x_q4{border-right-width:.25rem}.md_border_y_q4{border-bottom-width:.25rem;border-top-width:.25rem}.md_rounded_q4{border-radius:.25rem}.md_rounded_t_q4{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.md_rounded_r_q4{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}.md_rounded_b_q4{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.md_rounded_l_q4{border-bottom-left-radius:.25rem}.md_rounded_l_q4,.md_rounded_tl_q4{border-top-left-radius:.25rem}.md_rounded_tr_q4{border-top-right-radius:.25rem}.md_rounded_br_q4{border-bottom-right-radius:.25rem}.md_rounded_bl_q4{border-bottom-left-radius:.25rem}.md_p_q6{padding:.375rem}.md_pt_q6{padding-top:.375rem}.md_pr_q6{padding-right:.375rem}.md_pb_q6{padding-bottom:.375rem}.md_pl_q6,.md_px_q6{padding-left:.375rem}.md_px_q6{padding-right:.375rem}.md_py_q6{padding-bottom:.375rem;padding-top:.375rem}.md_m_q6{margin:.375rem}.md_mt_q6{margin-top:.375rem}.md_mr_q6{margin-right:.375rem}.md_mb_q6{margin-bottom:.375rem}.md_ml_q6,.md_mx_q6{margin-left:.375rem}.md_mx_q6{margin-right:.375rem}.md_my_q6{margin-bottom:.375rem;margin-top:.375rem}.md_gap_q6{gap:.375rem}.md_gap_col_q6{-moz-column-gap:.375rem;column-gap:.375rem}.md_gap_row_q6{row-gap:.375rem}.md_w_q6{width:.375rem}.md_min_w_q6{min-width:.375rem}.md_max_w_q6{max-width:.375rem}.md_h_q6{height:.375rem}.md_min_h_q6{min-height:.375rem}.md_max_h_q6{max-height:.375rem}.md_inset_q6{bottom:.375rem;left:.375rem;right:.375rem;top:.375rem}.md_top_q6{top:.375rem}.md_right_q6{right:.375rem}.md_bottom_q6{bottom:.375rem}.md_left_q6{left:.375rem}.md_inset_x_q6{left:.375rem;right:.375rem}.md_inset_y_q6{bottom:.375rem;top:.375rem}.md_border_q6{border-width:.375rem}.md_border_t_q6{border-top-width:.375rem}.md_border_r_q6{border-right-width:.375rem}.md_border_b_q6{border-bottom-width:.375rem}.md_border_l_q6,.md_border_x_q6{border-left-width:.375rem}.md_border_x_q6{border-right-width:.375rem}.md_border_y_q6{border-bottom-width:.375rem;border-top-width:.375rem}.md_rounded_q6{border-radius:.375rem}.md_rounded_t_q6{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.md_rounded_r_q6{border-top-right-radius:.375rem}.md_rounded_b_q6,.md_rounded_r_q6{border-bottom-right-radius:.375rem}.md_rounded_b_q6,.md_rounded_l_q6{border-bottom-left-radius:.375rem}.md_rounded_l_q6,.md_rounded_tl_q6{border-top-left-radius:.375rem}.md_rounded_tr_q6{border-top-right-radius:.375rem}.md_rounded_br_q6{border-bottom-right-radius:.375rem}.md_rounded_bl_q6{border-bottom-left-radius:.375rem}.md_p_q8{padding:.5rem}.md_pt_q8{padding-top:.5rem}.md_pr_q8{padding-right:.5rem}.md_pb_q8{padding-bottom:.5rem}.md_pl_q8,.md_px_q8{padding-left:.5rem}.md_px_q8{padding-right:.5rem}.md_py_q8{padding-bottom:.5rem;padding-top:.5rem}.md_m_q8{margin:.5rem}.md_mt_q8{margin-top:.5rem}.md_mr_q8{margin-right:.5rem}.md_mb_q8{margin-bottom:.5rem}.md_ml_q8,.md_mx_q8{margin-left:.5rem}.md_mx_q8{margin-right:.5rem}.md_my_q8{margin-bottom:.5rem;margin-top:.5rem}.md_gap_q8{gap:.5rem}.md_gap_col_q8{-moz-column-gap:.5rem;column-gap:.5rem}.md_gap_row_q8{row-gap:.5rem}.md_w_q8{width:.5rem}.md_min_w_q8{min-width:.5rem}.md_max_w_q8{max-width:.5rem}.md_h_q8{height:.5rem}.md_min_h_q8{min-height:.5rem}.md_max_h_q8{max-height:.5rem}.md_inset_q8{bottom:.5rem;left:.5rem;right:.5rem;top:.5rem}.md_top_q8{top:.5rem}.md_right_q8{right:.5rem}.md_bottom_q8{bottom:.5rem}.md_left_q8{left:.5rem}.md_inset_x_q8{left:.5rem;right:.5rem}.md_inset_y_q8{bottom:.5rem;top:.5rem}.md_border_q8{border-width:.5rem}.md_border_t_q8{border-top-width:.5rem}.md_border_r_q8{border-right-width:.5rem}.md_border_b_q8{border-bottom-width:.5rem}.md_border_l_q8,.md_border_x_q8{border-left-width:.5rem}.md_border_x_q8{border-right-width:.5rem}.md_border_y_q8{border-bottom-width:.5rem;border-top-width:.5rem}.md_rounded_q8{border-radius:.5rem}.md_rounded_t_q8{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.md_rounded_r_q8{border-bottom-right-radius:.5rem;border-top-right-radius:.5rem}.md_rounded_b_q8{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.md_rounded_l_q8{border-bottom-left-radius:.5rem}.md_rounded_l_q8,.md_rounded_tl_q8{border-top-left-radius:.5rem}.md_rounded_tr_q8{border-top-right-radius:.5rem}.md_rounded_br_q8{border-bottom-right-radius:.5rem}.md_rounded_bl_q8{border-bottom-left-radius:.5rem}.md_p_q12{padding:.75rem}.md_pt_q12{padding-top:.75rem}.md_pr_q12{padding-right:.75rem}.md_pb_q12{padding-bottom:.75rem}.md_pl_q12,.md_px_q12{padding-left:.75rem}.md_px_q12{padding-right:.75rem}.md_py_q12{padding-bottom:.75rem;padding-top:.75rem}.md_m_q12{margin:.75rem}.md_mt_q12{margin-top:.75rem}.md_mr_q12{margin-right:.75rem}.md_mb_q12{margin-bottom:.75rem}.md_ml_q12,.md_mx_q12{margin-left:.75rem}.md_mx_q12{margin-right:.75rem}.md_my_q12{margin-bottom:.75rem;margin-top:.75rem}.md_gap_q12{gap:.75rem}.md_gap_col_q12{-moz-column-gap:.75rem;column-gap:.75rem}.md_gap_row_q12{row-gap:.75rem}.md_w_q12{width:.75rem}.md_min_w_q12{min-width:.75rem}.md_max_w_q12{max-width:.75rem}.md_h_q12{height:.75rem}.md_min_h_q12{min-height:.75rem}.md_max_h_q12{max-height:.75rem}.md_inset_q12{bottom:.75rem;left:.75rem;right:.75rem;top:.75rem}.md_top_q12{top:.75rem}.md_right_q12{right:.75rem}.md_bottom_q12{bottom:.75rem}.md_left_q12{left:.75rem}.md_inset_x_q12{left:.75rem;right:.75rem}.md_inset_y_q12{bottom:.75rem;top:.75rem}.md_border_q12{border-width:.75rem}.md_border_t_q12{border-top-width:.75rem}.md_border_r_q12{border-right-width:.75rem}.md_border_b_q12{border-bottom-width:.75rem}.md_border_l_q12,.md_border_x_q12{border-left-width:.75rem}.md_border_x_q12{border-right-width:.75rem}.md_border_y_q12{border-bottom-width:.75rem;border-top-width:.75rem}.md_rounded_q12{border-radius:.75rem}.md_rounded_t_q12{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.md_rounded_r_q12{border-bottom-right-radius:.75rem;border-top-right-radius:.75rem}.md_rounded_b_q12{border-bottom-left-radius:.75rem;border-bottom-right-radius:.75rem}.md_rounded_l_q12{border-bottom-left-radius:.75rem}.md_rounded_l_q12,.md_rounded_tl_q12{border-top-left-radius:.75rem}.md_rounded_tr_q12{border-top-right-radius:.75rem}.md_rounded_br_q12{border-bottom-right-radius:.75rem}.md_rounded_bl_q12{border-bottom-left-radius:.75rem}.md_p_q16{padding:1rem}.md_pt_q16{padding-top:1rem}.md_pr_q16{padding-right:1rem}.md_pb_q16{padding-bottom:1rem}.md_pl_q16,.md_px_q16{padding-left:1rem}.md_px_q16{padding-right:1rem}.md_py_q16{padding-bottom:1rem;padding-top:1rem}.md_m_q16{margin:1rem}.md_mt_q16{margin-top:1rem}.md_mr_q16{margin-right:1rem}.md_mb_q16{margin-bottom:1rem}.md_ml_q16,.md_mx_q16{margin-left:1rem}.md_mx_q16{margin-right:1rem}.md_my_q16{margin-bottom:1rem;margin-top:1rem}.md_gap_q16{gap:1rem}.md_gap_col_q16{-moz-column-gap:1rem;column-gap:1rem}.md_gap_row_q16{row-gap:1rem}.md_w_q16{width:1rem}.md_min_w_q16{min-width:1rem}.md_max_w_q16{max-width:1rem}.md_h_q16{height:1rem}.md_min_h_q16{min-height:1rem}.md_max_h_q16{max-height:1rem}.md_inset_q16{bottom:1rem;left:1rem;right:1rem;top:1rem}.md_top_q16{top:1rem}.md_right_q16{right:1rem}.md_bottom_q16{bottom:1rem}.md_left_q16{left:1rem}.md_inset_x_q16{left:1rem;right:1rem}.md_inset_y_q16{bottom:1rem;top:1rem}.md_border_q16{border-width:1rem}.md_border_t_q16{border-top-width:1rem}.md_border_r_q16{border-right-width:1rem}.md_border_b_q16{border-bottom-width:1rem}.md_border_l_q16,.md_border_x_q16{border-left-width:1rem}.md_border_x_q16{border-right-width:1rem}.md_border_y_q16{border-bottom-width:1rem;border-top-width:1rem}.md_rounded_q16{border-radius:1rem}.md_rounded_t_q16{border-top-left-radius:1rem;border-top-right-radius:1rem}.md_rounded_r_q16{border-bottom-right-radius:1rem;border-top-right-radius:1rem}.md_rounded_b_q16{border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}.md_rounded_l_q16{border-bottom-left-radius:1rem}.md_rounded_l_q16,.md_rounded_tl_q16{border-top-left-radius:1rem}.md_rounded_tr_q16{border-top-right-radius:1rem}.md_rounded_br_q16{border-bottom-right-radius:1rem}.md_rounded_bl_q16{border-bottom-left-radius:1rem}.md_p_q20{padding:1.25rem}.md_pt_q20{padding-top:1.25rem}.md_pr_q20{padding-right:1.25rem}.md_pb_q20{padding-bottom:1.25rem}.md_pl_q20,.md_px_q20{padding-left:1.25rem}.md_px_q20{padding-right:1.25rem}.md_py_q20{padding-bottom:1.25rem;padding-top:1.25rem}.md_m_q20{margin:1.25rem}.md_mt_q20{margin-top:1.25rem}.md_mr_q20{margin-right:1.25rem}.md_mb_q20{margin-bottom:1.25rem}.md_ml_q20,.md_mx_q20{margin-left:1.25rem}.md_mx_q20{margin-right:1.25rem}.md_my_q20{margin-bottom:1.25rem;margin-top:1.25rem}.md_gap_q20{gap:1.25rem}.md_gap_col_q20{-moz-column-gap:1.25rem;column-gap:1.25rem}.md_gap_row_q20{row-gap:1.25rem}.md_w_q20{width:1.25rem}.md_min_w_q20{min-width:1.25rem}.md_max_w_q20{max-width:1.25rem}.md_h_q20{height:1.25rem}.md_min_h_q20{min-height:1.25rem}.md_max_h_q20{max-height:1.25rem}.md_inset_q20{bottom:1.25rem;left:1.25rem;right:1.25rem;top:1.25rem}.md_top_q20{top:1.25rem}.md_right_q20{right:1.25rem}.md_bottom_q20{bottom:1.25rem}.md_left_q20{left:1.25rem}.md_inset_x_q20{left:1.25rem;right:1.25rem}.md_inset_y_q20{bottom:1.25rem;top:1.25rem}.md_border_q20{border-width:1.25rem}.md_border_t_q20{border-top-width:1.25rem}.md_border_r_q20{border-right-width:1.25rem}.md_border_b_q20{border-bottom-width:1.25rem}.md_border_l_q20,.md_border_x_q20{border-left-width:1.25rem}.md_border_x_q20{border-right-width:1.25rem}.md_border_y_q20{border-bottom-width:1.25rem;border-top-width:1.25rem}.md_rounded_q20{border-radius:1.25rem}.md_rounded_t_q20{border-top-left-radius:1.25rem;border-top-right-radius:1.25rem}.md_rounded_r_q20{border-bottom-right-radius:1.25rem;border-top-right-radius:1.25rem}.md_rounded_b_q20{border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem}.md_rounded_l_q20{border-bottom-left-radius:1.25rem}.md_rounded_l_q20,.md_rounded_tl_q20{border-top-left-radius:1.25rem}.md_rounded_tr_q20{border-top-right-radius:1.25rem}.md_rounded_br_q20{border-bottom-right-radius:1.25rem}.md_rounded_bl_q20{border-bottom-left-radius:1.25rem}.md_p_q24{padding:1.5rem}.md_pt_q24{padding-top:1.5rem}.md_pr_q24{padding-right:1.5rem}.md_pb_q24{padding-bottom:1.5rem}.md_pl_q24,.md_px_q24{padding-left:1.5rem}.md_px_q24{padding-right:1.5rem}.md_py_q24{padding-bottom:1.5rem;padding-top:1.5rem}.md_m_q24{margin:1.5rem}.md_mt_q24{margin-top:1.5rem}.md_mr_q24{margin-right:1.5rem}.md_mb_q24{margin-bottom:1.5rem}.md_ml_q24,.md_mx_q24{margin-left:1.5rem}.md_mx_q24{margin-right:1.5rem}.md_my_q24{margin-bottom:1.5rem;margin-top:1.5rem}.md_gap_q24{gap:1.5rem}.md_gap_col_q24{-moz-column-gap:1.5rem;column-gap:1.5rem}.md_gap_row_q24{row-gap:1.5rem}.md_w_q24{width:1.5rem}.md_min_w_q24{min-width:1.5rem}.md_max_w_q24{max-width:1.5rem}.md_h_q24{height:1.5rem}.md_min_h_q24{min-height:1.5rem}.md_max_h_q24{max-height:1.5rem}.md_inset_q24{bottom:1.5rem;left:1.5rem;right:1.5rem;top:1.5rem}.md_top_q24{top:1.5rem}.md_right_q24{right:1.5rem}.md_bottom_q24{bottom:1.5rem}.md_left_q24{left:1.5rem}.md_inset_x_q24{left:1.5rem;right:1.5rem}.md_inset_y_q24{bottom:1.5rem;top:1.5rem}.md_border_q24{border-width:1.5rem}.md_border_t_q24{border-top-width:1.5rem}.md_border_r_q24{border-right-width:1.5rem}.md_border_b_q24{border-bottom-width:1.5rem}.md_border_l_q24,.md_border_x_q24{border-left-width:1.5rem}.md_border_x_q24{border-right-width:1.5rem}.md_border_y_q24{border-bottom-width:1.5rem;border-top-width:1.5rem}.md_rounded_q24{border-radius:1.5rem}.md_rounded_t_q24{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.md_rounded_r_q24{border-bottom-right-radius:1.5rem;border-top-right-radius:1.5rem}.md_rounded_b_q24{border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem}.md_rounded_l_q24{border-bottom-left-radius:1.5rem}.md_rounded_l_q24,.md_rounded_tl_q24{border-top-left-radius:1.5rem}.md_rounded_tr_q24{border-top-right-radius:1.5rem}.md_rounded_br_q24{border-bottom-right-radius:1.5rem}.md_rounded_bl_q24{border-bottom-left-radius:1.5rem}.md_p_q32{padding:2rem}.md_pt_q32{padding-top:2rem}.md_pr_q32{padding-right:2rem}.md_pb_q32{padding-bottom:2rem}.md_pl_q32,.md_px_q32{padding-left:2rem}.md_px_q32{padding-right:2rem}.md_py_q32{padding-bottom:2rem;padding-top:2rem}.md_m_q32{margin:2rem}.md_mt_q32{margin-top:2rem}.md_mr_q32{margin-right:2rem}.md_mb_q32{margin-bottom:2rem}.md_ml_q32,.md_mx_q32{margin-left:2rem}.md_mx_q32{margin-right:2rem}.md_my_q32{margin-bottom:2rem;margin-top:2rem}.md_gap_q32{gap:2rem}.md_gap_col_q32{-moz-column-gap:2rem;column-gap:2rem}.md_gap_row_q32{row-gap:2rem}.md_w_q32{width:2rem}.md_min_w_q32{min-width:2rem}.md_max_w_q32{max-width:2rem}.md_h_q32{height:2rem}.md_min_h_q32{min-height:2rem}.md_max_h_q32{max-height:2rem}.md_inset_q32{bottom:2rem;left:2rem;right:2rem;top:2rem}.md_top_q32{top:2rem}.md_right_q32{right:2rem}.md_bottom_q32{bottom:2rem}.md_left_q32{left:2rem}.md_inset_x_q32{left:2rem;right:2rem}.md_inset_y_q32{bottom:2rem;top:2rem}.md_border_q32{border-width:2rem}.md_border_t_q32{border-top-width:2rem}.md_border_r_q32{border-right-width:2rem}.md_border_b_q32{border-bottom-width:2rem}.md_border_l_q32,.md_border_x_q32{border-left-width:2rem}.md_border_x_q32{border-right-width:2rem}.md_border_y_q32{border-bottom-width:2rem;border-top-width:2rem}.md_rounded_q32{border-radius:2rem}.md_rounded_t_q32{border-top-left-radius:2rem;border-top-right-radius:2rem}.md_rounded_r_q32{border-bottom-right-radius:2rem;border-top-right-radius:2rem}.md_rounded_b_q32{border-bottom-left-radius:2rem;border-bottom-right-radius:2rem}.md_rounded_l_q32{border-bottom-left-radius:2rem}.md_rounded_l_q32,.md_rounded_tl_q32{border-top-left-radius:2rem}.md_rounded_tr_q32{border-top-right-radius:2rem}.md_rounded_br_q32{border-bottom-right-radius:2rem}.md_rounded_bl_q32{border-bottom-left-radius:2rem}.md_p_q40{padding:2.5rem}.md_pt_q40{padding-top:2.5rem}.md_pr_q40{padding-right:2.5rem}.md_pb_q40{padding-bottom:2.5rem}.md_pl_q40,.md_px_q40{padding-left:2.5rem}.md_px_q40{padding-right:2.5rem}.md_py_q40{padding-bottom:2.5rem;padding-top:2.5rem}.md_m_q40{margin:2.5rem}.md_mt_q40{margin-top:2.5rem}.md_mr_q40{margin-right:2.5rem}.md_mb_q40{margin-bottom:2.5rem}.md_ml_q40,.md_mx_q40{margin-left:2.5rem}.md_mx_q40{margin-right:2.5rem}.md_my_q40{margin-bottom:2.5rem;margin-top:2.5rem}.md_gap_q40{gap:2.5rem}.md_gap_col_q40{-moz-column-gap:2.5rem;column-gap:2.5rem}.md_gap_row_q40{row-gap:2.5rem}.md_w_q40{width:2.5rem}.md_min_w_q40{min-width:2.5rem}.md_max_w_q40{max-width:2.5rem}.md_h_q40{height:2.5rem}.md_min_h_q40{min-height:2.5rem}.md_max_h_q40{max-height:2.5rem}.md_inset_q40{bottom:2.5rem;left:2.5rem;right:2.5rem;top:2.5rem}.md_top_q40{top:2.5rem}.md_right_q40{right:2.5rem}.md_bottom_q40{bottom:2.5rem}.md_left_q40{left:2.5rem}.md_inset_x_q40{left:2.5rem;right:2.5rem}.md_inset_y_q40{bottom:2.5rem;top:2.5rem}.md_border_q40{border-width:2.5rem}.md_border_t_q40{border-top-width:2.5rem}.md_border_r_q40{border-right-width:2.5rem}.md_border_b_q40{border-bottom-width:2.5rem}.md_border_l_q40,.md_border_x_q40{border-left-width:2.5rem}.md_border_x_q40{border-right-width:2.5rem}.md_border_y_q40{border-bottom-width:2.5rem;border-top-width:2.5rem}.md_rounded_q40{border-radius:2.5rem}.md_rounded_t_q40{border-top-left-radius:2.5rem;border-top-right-radius:2.5rem}.md_rounded_r_q40{border-bottom-right-radius:2.5rem;border-top-right-radius:2.5rem}.md_rounded_b_q40{border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem}.md_rounded_l_q40{border-bottom-left-radius:2.5rem}.md_rounded_l_q40,.md_rounded_tl_q40{border-top-left-radius:2.5rem}.md_rounded_tr_q40{border-top-right-radius:2.5rem}.md_rounded_br_q40{border-bottom-right-radius:2.5rem}.md_rounded_bl_q40{border-bottom-left-radius:2.5rem}.md_p_q48{padding:3rem}.md_pt_q48{padding-top:3rem}.md_pr_q48{padding-right:3rem}.md_pb_q48{padding-bottom:3rem}.md_pl_q48,.md_px_q48{padding-left:3rem}.md_px_q48{padding-right:3rem}.md_py_q48{padding-bottom:3rem;padding-top:3rem}.md_m_q48{margin:3rem}.md_mt_q48{margin-top:3rem}.md_mr_q48{margin-right:3rem}.md_mb_q48{margin-bottom:3rem}.md_ml_q48,.md_mx_q48{margin-left:3rem}.md_mx_q48{margin-right:3rem}.md_my_q48{margin-bottom:3rem;margin-top:3rem}.md_gap_q48{gap:3rem}.md_gap_col_q48{-moz-column-gap:3rem;column-gap:3rem}.md_gap_row_q48{row-gap:3rem}.md_w_q48{width:3rem}.md_min_w_q48{min-width:3rem}.md_max_w_q48{max-width:3rem}.md_h_q48{height:3rem}.md_min_h_q48{min-height:3rem}.md_max_h_q48{max-height:3rem}.md_inset_q48{bottom:3rem;left:3rem;right:3rem;top:3rem}.md_top_q48{top:3rem}.md_right_q48{right:3rem}.md_bottom_q48{bottom:3rem}.md_left_q48{left:3rem}.md_inset_x_q48{left:3rem;right:3rem}.md_inset_y_q48{bottom:3rem;top:3rem}.md_border_q48{border-width:3rem}.md_border_t_q48{border-top-width:3rem}.md_border_r_q48{border-right-width:3rem}.md_border_b_q48{border-bottom-width:3rem}.md_border_l_q48,.md_border_x_q48{border-left-width:3rem}.md_border_x_q48{border-right-width:3rem}.md_border_y_q48{border-bottom-width:3rem;border-top-width:3rem}.md_rounded_q48{border-radius:3rem}.md_rounded_t_q48{border-top-left-radius:3rem;border-top-right-radius:3rem}.md_rounded_r_q48{border-bottom-right-radius:3rem;border-top-right-radius:3rem}.md_rounded_b_q48{border-bottom-left-radius:3rem;border-bottom-right-radius:3rem}.md_rounded_l_q48{border-bottom-left-radius:3rem}.md_rounded_l_q48,.md_rounded_tl_q48{border-top-left-radius:3rem}.md_rounded_tr_q48{border-top-right-radius:3rem}.md_rounded_br_q48{border-bottom-right-radius:3rem}.md_rounded_bl_q48{border-bottom-left-radius:3rem}.md_p_q56{padding:3.5rem}.md_pt_q56{padding-top:3.5rem}.md_pr_q56{padding-right:3.5rem}.md_pb_q56{padding-bottom:3.5rem}.md_pl_q56,.md_px_q56{padding-left:3.5rem}.md_px_q56{padding-right:3.5rem}.md_py_q56{padding-bottom:3.5rem;padding-top:3.5rem}.md_m_q56{margin:3.5rem}.md_mt_q56{margin-top:3.5rem}.md_mr_q56{margin-right:3.5rem}.md_mb_q56{margin-bottom:3.5rem}.md_ml_q56,.md_mx_q56{margin-left:3.5rem}.md_mx_q56{margin-right:3.5rem}.md_my_q56{margin-bottom:3.5rem;margin-top:3.5rem}.md_gap_q56{gap:3.5rem}.md_gap_col_q56{-moz-column-gap:3.5rem;column-gap:3.5rem}.md_gap_row_q56{row-gap:3.5rem}.md_w_q56{width:3.5rem}.md_min_w_q56{min-width:3.5rem}.md_max_w_q56{max-width:3.5rem}.md_h_q56{height:3.5rem}.md_min_h_q56{min-height:3.5rem}.md_max_h_q56{max-height:3.5rem}.md_inset_q56{bottom:3.5rem;left:3.5rem;right:3.5rem;top:3.5rem}.md_top_q56{top:3.5rem}.md_right_q56{right:3.5rem}.md_bottom_q56{bottom:3.5rem}.md_left_q56{left:3.5rem}.md_inset_x_q56{left:3.5rem;right:3.5rem}.md_inset_y_q56{bottom:3.5rem;top:3.5rem}.md_border_q56{border-width:3.5rem}.md_border_t_q56{border-top-width:3.5rem}.md_border_r_q56{border-right-width:3.5rem}.md_border_b_q56{border-bottom-width:3.5rem}.md_border_l_q56,.md_border_x_q56{border-left-width:3.5rem}.md_border_x_q56{border-right-width:3.5rem}.md_border_y_q56{border-bottom-width:3.5rem;border-top-width:3.5rem}.md_rounded_q56{border-radius:3.5rem}.md_rounded_t_q56{border-top-left-radius:3.5rem;border-top-right-radius:3.5rem}.md_rounded_r_q56{border-bottom-right-radius:3.5rem;border-top-right-radius:3.5rem}.md_rounded_b_q56{border-bottom-left-radius:3.5rem;border-bottom-right-radius:3.5rem}.md_rounded_l_q56{border-bottom-left-radius:3.5rem}.md_rounded_l_q56,.md_rounded_tl_q56{border-top-left-radius:3.5rem}.md_rounded_tr_q56{border-top-right-radius:3.5rem}.md_rounded_br_q56{border-bottom-right-radius:3.5rem}.md_rounded_bl_q56{border-bottom-left-radius:3.5rem}.md_p_q64{padding:4rem}.md_pt_q64{padding-top:4rem}.md_pr_q64{padding-right:4rem}.md_pb_q64{padding-bottom:4rem}.md_pl_q64,.md_px_q64{padding-left:4rem}.md_px_q64{padding-right:4rem}.md_py_q64{padding-bottom:4rem;padding-top:4rem}.md_m_q64{margin:4rem}.md_mt_q64{margin-top:4rem}.md_mr_q64{margin-right:4rem}.md_mb_q64{margin-bottom:4rem}.md_ml_q64,.md_mx_q64{margin-left:4rem}.md_mx_q64{margin-right:4rem}.md_my_q64{margin-bottom:4rem;margin-top:4rem}.md_gap_q64{gap:4rem}.md_gap_col_q64{-moz-column-gap:4rem;column-gap:4rem}.md_gap_row_q64{row-gap:4rem}.md_w_q64{width:4rem}.md_min_w_q64{min-width:4rem}.md_max_w_q64{max-width:4rem}.md_h_q64{height:4rem}.md_min_h_q64{min-height:4rem}.md_max_h_q64{max-height:4rem}.md_inset_q64{bottom:4rem;left:4rem;right:4rem;top:4rem}.md_top_q64{top:4rem}.md_right_q64{right:4rem}.md_bottom_q64{bottom:4rem}.md_left_q64{left:4rem}.md_inset_x_q64{left:4rem;right:4rem}.md_inset_y_q64{bottom:4rem;top:4rem}.md_border_q64{border-width:4rem}.md_border_t_q64{border-top-width:4rem}.md_border_r_q64{border-right-width:4rem}.md_border_b_q64{border-bottom-width:4rem}.md_border_l_q64,.md_border_x_q64{border-left-width:4rem}.md_border_x_q64{border-right-width:4rem}.md_border_y_q64{border-bottom-width:4rem;border-top-width:4rem}.md_rounded_q64{border-radius:4rem}.md_rounded_t_q64{border-top-left-radius:4rem;border-top-right-radius:4rem}.md_rounded_r_q64{border-bottom-right-radius:4rem;border-top-right-radius:4rem}.md_rounded_b_q64{border-bottom-left-radius:4rem;border-bottom-right-radius:4rem}.md_rounded_l_q64{border-bottom-left-radius:4rem}.md_rounded_l_q64,.md_rounded_tl_q64{border-top-left-radius:4rem}.md_rounded_tr_q64{border-top-right-radius:4rem}.md_rounded_br_q64{border-bottom-right-radius:4rem}.md_rounded_bl_q64{border-bottom-left-radius:4rem}.md_p_q72{padding:4.5rem}.md_pt_q72{padding-top:4.5rem}.md_pr_q72{padding-right:4.5rem}.md_pb_q72{padding-bottom:4.5rem}.md_pl_q72,.md_px_q72{padding-left:4.5rem}.md_px_q72{padding-right:4.5rem}.md_py_q72{padding-bottom:4.5rem;padding-top:4.5rem}.md_m_q72{margin:4.5rem}.md_mt_q72{margin-top:4.5rem}.md_mr_q72{margin-right:4.5rem}.md_mb_q72{margin-bottom:4.5rem}.md_ml_q72,.md_mx_q72{margin-left:4.5rem}.md_mx_q72{margin-right:4.5rem}.md_my_q72{margin-bottom:4.5rem;margin-top:4.5rem}.md_gap_q72{gap:4.5rem}.md_gap_col_q72{-moz-column-gap:4.5rem;column-gap:4.5rem}.md_gap_row_q72{row-gap:4.5rem}.md_w_q72{width:4.5rem}.md_min_w_q72{min-width:4.5rem}.md_max_w_q72{max-width:4.5rem}.md_h_q72{height:4.5rem}.md_min_h_q72{min-height:4.5rem}.md_max_h_q72{max-height:4.5rem}.md_inset_q72{bottom:4.5rem;left:4.5rem;right:4.5rem;top:4.5rem}.md_top_q72{top:4.5rem}.md_right_q72{right:4.5rem}.md_bottom_q72{bottom:4.5rem}.md_left_q72{left:4.5rem}.md_inset_x_q72{left:4.5rem;right:4.5rem}.md_inset_y_q72{bottom:4.5rem;top:4.5rem}.md_border_q72{border-width:4.5rem}.md_border_t_q72{border-top-width:4.5rem}.md_border_r_q72{border-right-width:4.5rem}.md_border_b_q72{border-bottom-width:4.5rem}.md_border_l_q72,.md_border_x_q72{border-left-width:4.5rem}.md_border_x_q72{border-right-width:4.5rem}.md_border_y_q72{border-bottom-width:4.5rem;border-top-width:4.5rem}.md_rounded_q72{border-radius:4.5rem}.md_rounded_t_q72{border-top-left-radius:4.5rem;border-top-right-radius:4.5rem}.md_rounded_r_q72{border-bottom-right-radius:4.5rem;border-top-right-radius:4.5rem}.md_rounded_b_q72{border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem}.md_rounded_l_q72{border-bottom-left-radius:4.5rem}.md_rounded_l_q72,.md_rounded_tl_q72{border-top-left-radius:4.5rem}.md_rounded_tr_q72{border-top-right-radius:4.5rem}.md_rounded_br_q72{border-bottom-right-radius:4.5rem}.md_rounded_bl_q72{border-bottom-left-radius:4.5rem}.md_p_q80{padding:5rem}.md_pt_q80{padding-top:5rem}.md_pr_q80{padding-right:5rem}.md_pb_q80{padding-bottom:5rem}.md_pl_q80,.md_px_q80{padding-left:5rem}.md_px_q80{padding-right:5rem}.md_py_q80{padding-bottom:5rem;padding-top:5rem}.md_m_q80{margin:5rem}.md_mt_q80{margin-top:5rem}.md_mr_q80{margin-right:5rem}.md_mb_q80{margin-bottom:5rem}.md_ml_q80,.md_mx_q80{margin-left:5rem}.md_mx_q80{margin-right:5rem}.md_my_q80{margin-bottom:5rem;margin-top:5rem}.md_gap_q80{gap:5rem}.md_gap_col_q80{-moz-column-gap:5rem;column-gap:5rem}.md_gap_row_q80{row-gap:5rem}.md_w_q80{width:5rem}.md_min_w_q80{min-width:5rem}.md_max_w_q80{max-width:5rem}.md_h_q80{height:5rem}.md_min_h_q80{min-height:5rem}.md_max_h_q80{max-height:5rem}.md_inset_q80{bottom:5rem;left:5rem;right:5rem;top:5rem}.md_top_q80{top:5rem}.md_right_q80{right:5rem}.md_bottom_q80{bottom:5rem}.md_left_q80{left:5rem}.md_inset_x_q80{left:5rem;right:5rem}.md_inset_y_q80{bottom:5rem;top:5rem}.md_border_q80{border-width:5rem}.md_border_t_q80{border-top-width:5rem}.md_border_r_q80{border-right-width:5rem}.md_border_b_q80{border-bottom-width:5rem}.md_border_l_q80,.md_border_x_q80{border-left-width:5rem}.md_border_x_q80{border-right-width:5rem}.md_border_y_q80{border-bottom-width:5rem;border-top-width:5rem}.md_rounded_q80{border-radius:5rem}.md_rounded_t_q80{border-top-left-radius:5rem;border-top-right-radius:5rem}.md_rounded_r_q80{border-bottom-right-radius:5rem;border-top-right-radius:5rem}.md_rounded_b_q80{border-bottom-left-radius:5rem;border-bottom-right-radius:5rem}.md_rounded_l_q80{border-bottom-left-radius:5rem}.md_rounded_l_q80,.md_rounded_tl_q80{border-top-left-radius:5rem}.md_rounded_tr_q80{border-top-right-radius:5rem}.md_rounded_br_q80{border-bottom-right-radius:5rem}.md_rounded_bl_q80{border-bottom-left-radius:5rem}.md_p_q96{padding:6rem}.md_pt_q96{padding-top:6rem}.md_pr_q96{padding-right:6rem}.md_pb_q96{padding-bottom:6rem}.md_pl_q96,.md_px_q96{padding-left:6rem}.md_px_q96{padding-right:6rem}.md_py_q96{padding-bottom:6rem;padding-top:6rem}.md_m_q96{margin:6rem}.md_mt_q96{margin-top:6rem}.md_mr_q96{margin-right:6rem}.md_mb_q96{margin-bottom:6rem}.md_ml_q96,.md_mx_q96{margin-left:6rem}.md_mx_q96{margin-right:6rem}.md_my_q96{margin-bottom:6rem;margin-top:6rem}.md_gap_q96{gap:6rem}.md_gap_col_q96{-moz-column-gap:6rem;column-gap:6rem}.md_gap_row_q96{row-gap:6rem}.md_w_q96{width:6rem}.md_min_w_q96{min-width:6rem}.md_max_w_q96{max-width:6rem}.md_h_q96{height:6rem}.md_min_h_q96{min-height:6rem}.md_max_h_q96{max-height:6rem}.md_inset_q96{bottom:6rem;left:6rem;right:6rem;top:6rem}.md_top_q96{top:6rem}.md_right_q96{right:6rem}.md_bottom_q96{bottom:6rem}.md_left_q96{left:6rem}.md_inset_x_q96{left:6rem;right:6rem}.md_inset_y_q96{bottom:6rem;top:6rem}.md_border_q96{border-width:6rem}.md_border_t_q96{border-top-width:6rem}.md_border_r_q96{border-right-width:6rem}.md_border_b_q96{border-bottom-width:6rem}.md_border_l_q96,.md_border_x_q96{border-left-width:6rem}.md_border_x_q96{border-right-width:6rem}.md_border_y_q96{border-bottom-width:6rem;border-top-width:6rem}.md_rounded_q96{border-radius:6rem}.md_rounded_t_q96{border-top-left-radius:6rem;border-top-right-radius:6rem}.md_rounded_r_q96{border-bottom-right-radius:6rem;border-top-right-radius:6rem}.md_rounded_b_q96{border-bottom-left-radius:6rem;border-bottom-right-radius:6rem}.md_rounded_l_q96{border-bottom-left-radius:6rem}.md_rounded_l_q96,.md_rounded_tl_q96{border-top-left-radius:6rem}.md_rounded_tr_q96{border-top-right-radius:6rem}.md_rounded_br_q96{border-bottom-right-radius:6rem}.md_rounded_bl_q96{border-bottom-left-radius:6rem}.md_p_q112{padding:7rem}.md_pt_q112{padding-top:7rem}.md_pr_q112{padding-right:7rem}.md_pb_q112{padding-bottom:7rem}.md_pl_q112,.md_px_q112{padding-left:7rem}.md_px_q112{padding-right:7rem}.md_py_q112{padding-bottom:7rem;padding-top:7rem}.md_m_q112{margin:7rem}.md_mt_q112{margin-top:7rem}.md_mr_q112{margin-right:7rem}.md_mb_q112{margin-bottom:7rem}.md_ml_q112,.md_mx_q112{margin-left:7rem}.md_mx_q112{margin-right:7rem}.md_my_q112{margin-bottom:7rem;margin-top:7rem}.md_gap_q112{gap:7rem}.md_gap_col_q112{-moz-column-gap:7rem;column-gap:7rem}.md_gap_row_q112{row-gap:7rem}.md_w_q112{width:7rem}.md_min_w_q112{min-width:7rem}.md_max_w_q112{max-width:7rem}.md_h_q112{height:7rem}.md_min_h_q112{min-height:7rem}.md_max_h_q112{max-height:7rem}.md_inset_q112{bottom:7rem;left:7rem;right:7rem;top:7rem}.md_top_q112{top:7rem}.md_right_q112{right:7rem}.md_bottom_q112{bottom:7rem}.md_left_q112{left:7rem}.md_inset_x_q112{left:7rem;right:7rem}.md_inset_y_q112{bottom:7rem;top:7rem}.md_border_q112{border-width:7rem}.md_border_t_q112{border-top-width:7rem}.md_border_r_q112{border-right-width:7rem}.md_border_b_q112{border-bottom-width:7rem}.md_border_l_q112,.md_border_x_q112{border-left-width:7rem}.md_border_x_q112{border-right-width:7rem}.md_border_y_q112{border-bottom-width:7rem;border-top-width:7rem}.md_rounded_q112{border-radius:7rem}.md_rounded_t_q112{border-top-left-radius:7rem;border-top-right-radius:7rem}.md_rounded_r_q112{border-bottom-right-radius:7rem;border-top-right-radius:7rem}.md_rounded_b_q112{border-bottom-left-radius:7rem;border-bottom-right-radius:7rem}.md_rounded_l_q112{border-bottom-left-radius:7rem}.md_rounded_l_q112,.md_rounded_tl_q112{border-top-left-radius:7rem}.md_rounded_tr_q112{border-top-right-radius:7rem}.md_rounded_br_q112{border-bottom-right-radius:7rem}.md_rounded_bl_q112{border-bottom-left-radius:7rem}.md_p_q128{padding:8rem}.md_pt_q128{padding-top:8rem}.md_pr_q128{padding-right:8rem}.md_pb_q128{padding-bottom:8rem}.md_pl_q128,.md_px_q128{padding-left:8rem}.md_px_q128{padding-right:8rem}.md_py_q128{padding-bottom:8rem;padding-top:8rem}.md_m_q128{margin:8rem}.md_mt_q128{margin-top:8rem}.md_mr_q128{margin-right:8rem}.md_mb_q128{margin-bottom:8rem}.md_ml_q128,.md_mx_q128{margin-left:8rem}.md_mx_q128{margin-right:8rem}.md_my_q128{margin-bottom:8rem;margin-top:8rem}.md_gap_q128{gap:8rem}.md_gap_col_q128{-moz-column-gap:8rem;column-gap:8rem}.md_gap_row_q128{row-gap:8rem}.md_w_q128{width:8rem}.md_min_w_q128{min-width:8rem}.md_max_w_q128{max-width:8rem}.md_h_q128{height:8rem}.md_min_h_q128{min-height:8rem}.md_max_h_q128{max-height:8rem}.md_inset_q128{bottom:8rem;left:8rem;right:8rem;top:8rem}.md_top_q128{top:8rem}.md_right_q128{right:8rem}.md_bottom_q128{bottom:8rem}.md_left_q128{left:8rem}.md_inset_x_q128{left:8rem;right:8rem}.md_inset_y_q128{bottom:8rem;top:8rem}.md_border_q128{border-width:8rem}.md_border_t_q128{border-top-width:8rem}.md_border_r_q128{border-right-width:8rem}.md_border_b_q128{border-bottom-width:8rem}.md_border_l_q128,.md_border_x_q128{border-left-width:8rem}.md_border_x_q128{border-right-width:8rem}.md_border_y_q128{border-bottom-width:8rem;border-top-width:8rem}.md_rounded_q128{border-radius:8rem}.md_rounded_t_q128{border-top-left-radius:8rem;border-top-right-radius:8rem}.md_rounded_r_q128{border-bottom-right-radius:8rem;border-top-right-radius:8rem}.md_rounded_b_q128{border-bottom-left-radius:8rem;border-bottom-right-radius:8rem}.md_rounded_l_q128{border-bottom-left-radius:8rem}.md_rounded_l_q128,.md_rounded_tl_q128{border-top-left-radius:8rem}.md_rounded_tr_q128{border-top-right-radius:8rem}.md_rounded_br_q128{border-bottom-right-radius:8rem}.md_rounded_bl_q128{border-bottom-left-radius:8rem}.md_p_q144{padding:9rem}.md_pt_q144{padding-top:9rem}.md_pr_q144{padding-right:9rem}.md_pb_q144{padding-bottom:9rem}.md_pl_q144,.md_px_q144{padding-left:9rem}.md_px_q144{padding-right:9rem}.md_py_q144{padding-bottom:9rem;padding-top:9rem}.md_m_q144{margin:9rem}.md_mt_q144{margin-top:9rem}.md_mr_q144{margin-right:9rem}.md_mb_q144{margin-bottom:9rem}.md_ml_q144,.md_mx_q144{margin-left:9rem}.md_mx_q144{margin-right:9rem}.md_my_q144{margin-bottom:9rem;margin-top:9rem}.md_gap_q144{gap:9rem}.md_gap_col_q144{-moz-column-gap:9rem;column-gap:9rem}.md_gap_row_q144{row-gap:9rem}.md_w_q144{width:9rem}.md_min_w_q144{min-width:9rem}.md_max_w_q144{max-width:9rem}.md_h_q144{height:9rem}.md_min_h_q144{min-height:9rem}.md_max_h_q144{max-height:9rem}.md_inset_q144{bottom:9rem;left:9rem;right:9rem;top:9rem}.md_top_q144{top:9rem}.md_right_q144{right:9rem}.md_bottom_q144{bottom:9rem}.md_left_q144{left:9rem}.md_inset_x_q144{left:9rem;right:9rem}.md_inset_y_q144{bottom:9rem;top:9rem}.md_border_q144{border-width:9rem}.md_border_t_q144{border-top-width:9rem}.md_border_r_q144{border-right-width:9rem}.md_border_b_q144{border-bottom-width:9rem}.md_border_l_q144,.md_border_x_q144{border-left-width:9rem}.md_border_x_q144{border-right-width:9rem}.md_border_y_q144{border-bottom-width:9rem;border-top-width:9rem}.md_rounded_q144{border-radius:9rem}.md_rounded_t_q144{border-top-left-radius:9rem;border-top-right-radius:9rem}.md_rounded_r_q144{border-bottom-right-radius:9rem;border-top-right-radius:9rem}.md_rounded_b_q144{border-bottom-left-radius:9rem;border-bottom-right-radius:9rem}.md_rounded_l_q144{border-bottom-left-radius:9rem}.md_rounded_l_q144,.md_rounded_tl_q144{border-top-left-radius:9rem}.md_rounded_tr_q144{border-top-right-radius:9rem}.md_rounded_br_q144{border-bottom-right-radius:9rem}.md_rounded_bl_q144{border-bottom-left-radius:9rem}.md_p_q160{padding:10rem}.md_pt_q160{padding-top:10rem}.md_pr_q160{padding-right:10rem}.md_pb_q160{padding-bottom:10rem}.md_pl_q160,.md_px_q160{padding-left:10rem}.md_px_q160{padding-right:10rem}.md_py_q160{padding-bottom:10rem;padding-top:10rem}.md_m_q160{margin:10rem}.md_mt_q160{margin-top:10rem}.md_mr_q160{margin-right:10rem}.md_mb_q160{margin-bottom:10rem}.md_ml_q160,.md_mx_q160{margin-left:10rem}.md_mx_q160{margin-right:10rem}.md_my_q160{margin-bottom:10rem;margin-top:10rem}.md_gap_q160{gap:10rem}.md_gap_col_q160{-moz-column-gap:10rem;column-gap:10rem}.md_gap_row_q160{row-gap:10rem}.md_w_q160{width:10rem}.md_min_w_q160{min-width:10rem}.md_max_w_q160{max-width:10rem}.md_h_q160{height:10rem}.md_min_h_q160{min-height:10rem}.md_max_h_q160{max-height:10rem}.md_inset_q160{bottom:10rem;left:10rem;right:10rem;top:10rem}.md_top_q160{top:10rem}.md_right_q160{right:10rem}.md_bottom_q160{bottom:10rem}.md_left_q160{left:10rem}.md_inset_x_q160{left:10rem;right:10rem}.md_inset_y_q160{bottom:10rem;top:10rem}.md_border_q160{border-width:10rem}.md_border_t_q160{border-top-width:10rem}.md_border_r_q160{border-right-width:10rem}.md_border_b_q160{border-bottom-width:10rem}.md_border_l_q160,.md_border_x_q160{border-left-width:10rem}.md_border_x_q160{border-right-width:10rem}.md_border_y_q160{border-bottom-width:10rem;border-top-width:10rem}.md_rounded_q160{border-radius:10rem}.md_rounded_t_q160{border-top-left-radius:10rem;border-top-right-radius:10rem}.md_rounded_r_q160{border-bottom-right-radius:10rem;border-top-right-radius:10rem}.md_rounded_b_q160{border-bottom-left-radius:10rem;border-bottom-right-radius:10rem}.md_rounded_l_q160{border-bottom-left-radius:10rem}.md_rounded_l_q160,.md_rounded_tl_q160{border-top-left-radius:10rem}.md_rounded_tr_q160{border-top-right-radius:10rem}.md_rounded_br_q160{border-bottom-right-radius:10rem}.md_rounded_bl_q160{border-bottom-left-radius:10rem}.md_p_q192{padding:12rem}.md_pt_q192{padding-top:12rem}.md_pr_q192{padding-right:12rem}.md_pb_q192{padding-bottom:12rem}.md_pl_q192,.md_px_q192{padding-left:12rem}.md_px_q192{padding-right:12rem}.md_py_q192{padding-bottom:12rem;padding-top:12rem}.md_m_q192{margin:12rem}.md_mt_q192{margin-top:12rem}.md_mr_q192{margin-right:12rem}.md_mb_q192{margin-bottom:12rem}.md_ml_q192,.md_mx_q192{margin-left:12rem}.md_mx_q192{margin-right:12rem}.md_my_q192{margin-bottom:12rem;margin-top:12rem}.md_gap_q192{gap:12rem}.md_gap_col_q192{-moz-column-gap:12rem;column-gap:12rem}.md_gap_row_q192{row-gap:12rem}.md_w_q192{width:12rem}.md_min_w_q192{min-width:12rem}.md_max_w_q192{max-width:12rem}.md_h_q192{height:12rem}.md_min_h_q192{min-height:12rem}.md_max_h_q192{max-height:12rem}.md_inset_q192{bottom:12rem;left:12rem;right:12rem;top:12rem}.md_top_q192{top:12rem}.md_right_q192{right:12rem}.md_bottom_q192{bottom:12rem}.md_left_q192{left:12rem}.md_inset_x_q192{left:12rem;right:12rem}.md_inset_y_q192{bottom:12rem;top:12rem}.md_border_q192{border-width:12rem}.md_border_t_q192{border-top-width:12rem}.md_border_r_q192{border-right-width:12rem}.md_border_b_q192{border-bottom-width:12rem}.md_border_l_q192,.md_border_x_q192{border-left-width:12rem}.md_border_x_q192{border-right-width:12rem}.md_border_y_q192{border-bottom-width:12rem;border-top-width:12rem}.md_rounded_q192{border-radius:12rem}.md_rounded_t_q192{border-top-left-radius:12rem;border-top-right-radius:12rem}.md_rounded_r_q192{border-bottom-right-radius:12rem;border-top-right-radius:12rem}.md_rounded_b_q192{border-bottom-left-radius:12rem;border-bottom-right-radius:12rem}.md_rounded_l_q192{border-bottom-left-radius:12rem}.md_rounded_l_q192,.md_rounded_tl_q192{border-top-left-radius:12rem}.md_rounded_tr_q192{border-top-right-radius:12rem}.md_rounded_br_q192{border-bottom-right-radius:12rem}.md_rounded_bl_q192{border-bottom-left-radius:12rem}.md_p_q224{padding:14rem}.md_pt_q224{padding-top:14rem}.md_pr_q224{padding-right:14rem}.md_pb_q224{padding-bottom:14rem}.md_pl_q224,.md_px_q224{padding-left:14rem}.md_px_q224{padding-right:14rem}.md_py_q224{padding-bottom:14rem;padding-top:14rem}.md_m_q224{margin:14rem}.md_mt_q224{margin-top:14rem}.md_mr_q224{margin-right:14rem}.md_mb_q224{margin-bottom:14rem}.md_ml_q224,.md_mx_q224{margin-left:14rem}.md_mx_q224{margin-right:14rem}.md_my_q224{margin-bottom:14rem;margin-top:14rem}.md_gap_q224{gap:14rem}.md_gap_col_q224{-moz-column-gap:14rem;column-gap:14rem}.md_gap_row_q224{row-gap:14rem}.md_w_q224{width:14rem}.md_min_w_q224{min-width:14rem}.md_max_w_q224{max-width:14rem}.md_h_q224{height:14rem}.md_min_h_q224{min-height:14rem}.md_max_h_q224{max-height:14rem}.md_inset_q224{bottom:14rem;left:14rem;right:14rem;top:14rem}.md_top_q224{top:14rem}.md_right_q224{right:14rem}.md_bottom_q224{bottom:14rem}.md_left_q224{left:14rem}.md_inset_x_q224{left:14rem;right:14rem}.md_inset_y_q224{bottom:14rem;top:14rem}.md_border_q224{border-width:14rem}.md_border_t_q224{border-top-width:14rem}.md_border_r_q224{border-right-width:14rem}.md_border_b_q224{border-bottom-width:14rem}.md_border_l_q224,.md_border_x_q224{border-left-width:14rem}.md_border_x_q224{border-right-width:14rem}.md_border_y_q224{border-bottom-width:14rem;border-top-width:14rem}.md_rounded_q224{border-radius:14rem}.md_rounded_t_q224{border-top-left-radius:14rem;border-top-right-radius:14rem}.md_rounded_r_q224{border-bottom-right-radius:14rem;border-top-right-radius:14rem}.md_rounded_b_q224{border-bottom-left-radius:14rem;border-bottom-right-radius:14rem}.md_rounded_l_q224{border-bottom-left-radius:14rem}.md_rounded_l_q224,.md_rounded_tl_q224{border-top-left-radius:14rem}.md_rounded_tr_q224{border-top-right-radius:14rem}.md_rounded_br_q224{border-bottom-right-radius:14rem}.md_rounded_bl_q224{border-bottom-left-radius:14rem}.md_p_q256{padding:16rem}.md_pt_q256{padding-top:16rem}.md_pr_q256{padding-right:16rem}.md_pb_q256{padding-bottom:16rem}.md_pl_q256,.md_px_q256{padding-left:16rem}.md_px_q256{padding-right:16rem}.md_py_q256{padding-bottom:16rem;padding-top:16rem}.md_m_q256{margin:16rem}.md_mt_q256{margin-top:16rem}.md_mr_q256{margin-right:16rem}.md_mb_q256{margin-bottom:16rem}.md_ml_q256,.md_mx_q256{margin-left:16rem}.md_mx_q256{margin-right:16rem}.md_my_q256{margin-bottom:16rem;margin-top:16rem}.md_gap_q256{gap:16rem}.md_gap_col_q256{-moz-column-gap:16rem;column-gap:16rem}.md_gap_row_q256{row-gap:16rem}.md_w_q256{width:16rem}.md_min_w_q256{min-width:16rem}.md_max_w_q256{max-width:16rem}.md_h_q256{height:16rem}.md_min_h_q256{min-height:16rem}.md_max_h_q256{max-height:16rem}.md_inset_q256{bottom:16rem;left:16rem;right:16rem;top:16rem}.md_top_q256{top:16rem}.md_right_q256{right:16rem}.md_bottom_q256{bottom:16rem}.md_left_q256{left:16rem}.md_inset_x_q256{left:16rem;right:16rem}.md_inset_y_q256{bottom:16rem;top:16rem}.md_border_q256{border-width:16rem}.md_border_t_q256{border-top-width:16rem}.md_border_r_q256{border-right-width:16rem}.md_border_b_q256{border-bottom-width:16rem}.md_border_l_q256,.md_border_x_q256{border-left-width:16rem}.md_border_x_q256{border-right-width:16rem}.md_border_y_q256{border-bottom-width:16rem;border-top-width:16rem}.md_rounded_q256{border-radius:16rem}.md_rounded_t_q256{border-top-left-radius:16rem;border-top-right-radius:16rem}.md_rounded_r_q256{border-bottom-right-radius:16rem;border-top-right-radius:16rem}.md_rounded_b_q256{border-bottom-left-radius:16rem;border-bottom-right-radius:16rem}.md_rounded_l_q256{border-bottom-left-radius:16rem}.md_rounded_l_q256,.md_rounded_tl_q256{border-top-left-radius:16rem}.md_rounded_tr_q256{border-top-right-radius:16rem}.md_rounded_br_q256{border-bottom-right-radius:16rem}.md_rounded_bl_q256{border-bottom-left-radius:16rem}}@media(min-width:2160px){.lg_p_q0{padding:0}.lg_pt_q0{padding-top:0}.lg_pr_q0{padding-right:0}.lg_pb_q0{padding-bottom:0}.lg_pl_q0,.lg_px_q0{padding-left:0}.lg_px_q0{padding-right:0}.lg_py_q0{padding-bottom:0;padding-top:0}.lg_m_q0{margin:0}.lg_mt_q0{margin-top:0}.lg_mr_q0{margin-right:0}.lg_mb_q0{margin-bottom:0}.lg_ml_q0,.lg_mx_q0{margin-left:0}.lg_mx_q0{margin-right:0}.lg_my_q0{margin-bottom:0;margin-top:0}.lg_gap_q0{gap:0}.lg_gap_col_q0{-moz-column-gap:0;column-gap:0}.lg_gap_row_q0{row-gap:0}.lg_w_q0{width:0}.lg_min_w_q0{min-width:0}.lg_max_w_q0{max-width:0}.lg_h_q0{height:0}.lg_min_h_q0{min-height:0}.lg_max_h_q0{max-height:0}.lg_inset_q0{bottom:0;left:0;right:0;top:0}.lg_top_q0{top:0}.lg_right_q0{right:0}.lg_bottom_q0{bottom:0}.lg_left_q0{left:0}.lg_inset_x_q0{left:0;right:0}.lg_inset_y_q0{bottom:0;top:0}.lg_border_q0{border-width:0}.lg_border_t_q0{border-top-width:0}.lg_border_r_q0{border-right-width:0}.lg_border_b_q0{border-bottom-width:0}.lg_border_l_q0,.lg_border_x_q0{border-left-width:0}.lg_border_x_q0{border-right-width:0}.lg_border_y_q0{border-bottom-width:0;border-top-width:0}.lg_rounded_q0{border-radius:0}.lg_rounded_t_q0{border-top-left-radius:0;border-top-right-radius:0}.lg_rounded_r_q0{border-bottom-right-radius:0;border-top-right-radius:0}.lg_rounded_b_q0{border-bottom-left-radius:0;border-bottom-right-radius:0}.lg_rounded_l_q0{border-bottom-left-radius:0}.lg_rounded_l_q0,.lg_rounded_tl_q0{border-top-left-radius:0}.lg_rounded_tr_q0{border-top-right-radius:0}.lg_rounded_br_q0{border-bottom-right-radius:0}.lg_rounded_bl_q0{border-bottom-left-radius:0}.lg_p_q1{padding:.0625rem}.lg_pt_q1{padding-top:.0625rem}.lg_pr_q1{padding-right:.0625rem}.lg_pb_q1{padding-bottom:.0625rem}.lg_pl_q1,.lg_px_q1{padding-left:.0625rem}.lg_px_q1{padding-right:.0625rem}.lg_py_q1{padding-bottom:.0625rem;padding-top:.0625rem}.lg_m_q1{margin:.0625rem}.lg_mt_q1{margin-top:.0625rem}.lg_mr_q1{margin-right:.0625rem}.lg_mb_q1{margin-bottom:.0625rem}.lg_ml_q1,.lg_mx_q1{margin-left:.0625rem}.lg_mx_q1{margin-right:.0625rem}.lg_my_q1{margin-bottom:.0625rem;margin-top:.0625rem}.lg_gap_q1{gap:.0625rem}.lg_gap_col_q1{-moz-column-gap:.0625rem;column-gap:.0625rem}.lg_gap_row_q1{row-gap:.0625rem}.lg_w_q1{width:.0625rem}.lg_min_w_q1{min-width:.0625rem}.lg_max_w_q1{max-width:.0625rem}.lg_h_q1{height:.0625rem}.lg_min_h_q1{min-height:.0625rem}.lg_max_h_q1{max-height:.0625rem}.lg_inset_q1{bottom:.0625rem;left:.0625rem;right:.0625rem;top:.0625rem}.lg_top_q1{top:.0625rem}.lg_right_q1{right:.0625rem}.lg_bottom_q1{bottom:.0625rem}.lg_left_q1{left:.0625rem}.lg_inset_x_q1{left:.0625rem;right:.0625rem}.lg_inset_y_q1{bottom:.0625rem;top:.0625rem}.lg_border_q1{border-width:.0625rem}.lg_border_t_q1{border-top-width:.0625rem}.lg_border_r_q1{border-right-width:.0625rem}.lg_border_b_q1{border-bottom-width:.0625rem}.lg_border_l_q1,.lg_border_x_q1{border-left-width:.0625rem}.lg_border_x_q1{border-right-width:.0625rem}.lg_border_y_q1{border-bottom-width:.0625rem;border-top-width:.0625rem}.lg_rounded_q1{border-radius:.0625rem}.lg_rounded_t_q1{border-top-left-radius:.0625rem;border-top-right-radius:.0625rem}.lg_rounded_r_q1{border-top-right-radius:.0625rem}.lg_rounded_b_q1,.lg_rounded_r_q1{border-bottom-right-radius:.0625rem}.lg_rounded_b_q1,.lg_rounded_l_q1{border-bottom-left-radius:.0625rem}.lg_rounded_l_q1,.lg_rounded_tl_q1{border-top-left-radius:.0625rem}.lg_rounded_tr_q1{border-top-right-radius:.0625rem}.lg_rounded_br_q1{border-bottom-right-radius:.0625rem}.lg_rounded_bl_q1{border-bottom-left-radius:.0625rem}.lg_p_q2{padding:.125rem}.lg_pt_q2{padding-top:.125rem}.lg_pr_q2{padding-right:.125rem}.lg_pb_q2{padding-bottom:.125rem}.lg_pl_q2,.lg_px_q2{padding-left:.125rem}.lg_px_q2{padding-right:.125rem}.lg_py_q2{padding-bottom:.125rem;padding-top:.125rem}.lg_m_q2{margin:.125rem}.lg_mt_q2{margin-top:.125rem}.lg_mr_q2{margin-right:.125rem}.lg_mb_q2{margin-bottom:.125rem}.lg_ml_q2,.lg_mx_q2{margin-left:.125rem}.lg_mx_q2{margin-right:.125rem}.lg_my_q2{margin-bottom:.125rem;margin-top:.125rem}.lg_gap_q2{gap:.125rem}.lg_gap_col_q2{-moz-column-gap:.125rem;column-gap:.125rem}.lg_gap_row_q2{row-gap:.125rem}.lg_w_q2{width:.125rem}.lg_min_w_q2{min-width:.125rem}.lg_max_w_q2{max-width:.125rem}.lg_h_q2{height:.125rem}.lg_min_h_q2{min-height:.125rem}.lg_max_h_q2{max-height:.125rem}.lg_inset_q2{bottom:.125rem;left:.125rem;right:.125rem;top:.125rem}.lg_top_q2{top:.125rem}.lg_right_q2{right:.125rem}.lg_bottom_q2{bottom:.125rem}.lg_left_q2{left:.125rem}.lg_inset_x_q2{left:.125rem;right:.125rem}.lg_inset_y_q2{bottom:.125rem;top:.125rem}.lg_border_q2{border-width:.125rem}.lg_border_t_q2{border-top-width:.125rem}.lg_border_r_q2{border-right-width:.125rem}.lg_border_b_q2{border-bottom-width:.125rem}.lg_border_l_q2,.lg_border_x_q2{border-left-width:.125rem}.lg_border_x_q2{border-right-width:.125rem}.lg_border_y_q2{border-bottom-width:.125rem;border-top-width:.125rem}.lg_rounded_q2{border-radius:.125rem}.lg_rounded_t_q2{border-top-left-radius:.125rem;border-top-right-radius:.125rem}.lg_rounded_r_q2{border-top-right-radius:.125rem}.lg_rounded_b_q2,.lg_rounded_r_q2{border-bottom-right-radius:.125rem}.lg_rounded_b_q2,.lg_rounded_l_q2{border-bottom-left-radius:.125rem}.lg_rounded_l_q2,.lg_rounded_tl_q2{border-top-left-radius:.125rem}.lg_rounded_tr_q2{border-top-right-radius:.125rem}.lg_rounded_br_q2{border-bottom-right-radius:.125rem}.lg_rounded_bl_q2{border-bottom-left-radius:.125rem}.lg_p_q4{padding:.25rem}.lg_pt_q4{padding-top:.25rem}.lg_pr_q4{padding-right:.25rem}.lg_pb_q4{padding-bottom:.25rem}.lg_pl_q4,.lg_px_q4{padding-left:.25rem}.lg_px_q4{padding-right:.25rem}.lg_py_q4{padding-bottom:.25rem;padding-top:.25rem}.lg_m_q4{margin:.25rem}.lg_mt_q4{margin-top:.25rem}.lg_mr_q4{margin-right:.25rem}.lg_mb_q4{margin-bottom:.25rem}.lg_ml_q4,.lg_mx_q4{margin-left:.25rem}.lg_mx_q4{margin-right:.25rem}.lg_my_q4{margin-bottom:.25rem;margin-top:.25rem}.lg_gap_q4{gap:.25rem}.lg_gap_col_q4{-moz-column-gap:.25rem;column-gap:.25rem}.lg_gap_row_q4{row-gap:.25rem}.lg_w_q4{width:.25rem}.lg_min_w_q4{min-width:.25rem}.lg_max_w_q4{max-width:.25rem}.lg_h_q4{height:.25rem}.lg_min_h_q4{min-height:.25rem}.lg_max_h_q4{max-height:.25rem}.lg_inset_q4{bottom:.25rem;left:.25rem;right:.25rem;top:.25rem}.lg_top_q4{top:.25rem}.lg_right_q4{right:.25rem}.lg_bottom_q4{bottom:.25rem}.lg_left_q4{left:.25rem}.lg_inset_x_q4{left:.25rem;right:.25rem}.lg_inset_y_q4{bottom:.25rem;top:.25rem}.lg_border_q4{border-width:.25rem}.lg_border_t_q4{border-top-width:.25rem}.lg_border_r_q4{border-right-width:.25rem}.lg_border_b_q4{border-bottom-width:.25rem}.lg_border_l_q4,.lg_border_x_q4{border-left-width:.25rem}.lg_border_x_q4{border-right-width:.25rem}.lg_border_y_q4{border-bottom-width:.25rem;border-top-width:.25rem}.lg_rounded_q4{border-radius:.25rem}.lg_rounded_t_q4{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.lg_rounded_r_q4{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}.lg_rounded_b_q4{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.lg_rounded_l_q4{border-bottom-left-radius:.25rem}.lg_rounded_l_q4,.lg_rounded_tl_q4{border-top-left-radius:.25rem}.lg_rounded_tr_q4{border-top-right-radius:.25rem}.lg_rounded_br_q4{border-bottom-right-radius:.25rem}.lg_rounded_bl_q4{border-bottom-left-radius:.25rem}.lg_p_q6{padding:.375rem}.lg_pt_q6{padding-top:.375rem}.lg_pr_q6{padding-right:.375rem}.lg_pb_q6{padding-bottom:.375rem}.lg_pl_q6,.lg_px_q6{padding-left:.375rem}.lg_px_q6{padding-right:.375rem}.lg_py_q6{padding-bottom:.375rem;padding-top:.375rem}.lg_m_q6{margin:.375rem}.lg_mt_q6{margin-top:.375rem}.lg_mr_q6{margin-right:.375rem}.lg_mb_q6{margin-bottom:.375rem}.lg_ml_q6,.lg_mx_q6{margin-left:.375rem}.lg_mx_q6{margin-right:.375rem}.lg_my_q6{margin-bottom:.375rem;margin-top:.375rem}.lg_gap_q6{gap:.375rem}.lg_gap_col_q6{-moz-column-gap:.375rem;column-gap:.375rem}.lg_gap_row_q6{row-gap:.375rem}.lg_w_q6{width:.375rem}.lg_min_w_q6{min-width:.375rem}.lg_max_w_q6{max-width:.375rem}.lg_h_q6{height:.375rem}.lg_min_h_q6{min-height:.375rem}.lg_max_h_q6{max-height:.375rem}.lg_inset_q6{bottom:.375rem;left:.375rem;right:.375rem;top:.375rem}.lg_top_q6{top:.375rem}.lg_right_q6{right:.375rem}.lg_bottom_q6{bottom:.375rem}.lg_left_q6{left:.375rem}.lg_inset_x_q6{left:.375rem;right:.375rem}.lg_inset_y_q6{bottom:.375rem;top:.375rem}.lg_border_q6{border-width:.375rem}.lg_border_t_q6{border-top-width:.375rem}.lg_border_r_q6{border-right-width:.375rem}.lg_border_b_q6{border-bottom-width:.375rem}.lg_border_l_q6,.lg_border_x_q6{border-left-width:.375rem}.lg_border_x_q6{border-right-width:.375rem}.lg_border_y_q6{border-bottom-width:.375rem;border-top-width:.375rem}.lg_rounded_q6{border-radius:.375rem}.lg_rounded_t_q6{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.lg_rounded_r_q6{border-top-right-radius:.375rem}.lg_rounded_b_q6,.lg_rounded_r_q6{border-bottom-right-radius:.375rem}.lg_rounded_b_q6,.lg_rounded_l_q6{border-bottom-left-radius:.375rem}.lg_rounded_l_q6,.lg_rounded_tl_q6{border-top-left-radius:.375rem}.lg_rounded_tr_q6{border-top-right-radius:.375rem}.lg_rounded_br_q6{border-bottom-right-radius:.375rem}.lg_rounded_bl_q6{border-bottom-left-radius:.375rem}.lg_p_q8{padding:.5rem}.lg_pt_q8{padding-top:.5rem}.lg_pr_q8{padding-right:.5rem}.lg_pb_q8{padding-bottom:.5rem}.lg_pl_q8,.lg_px_q8{padding-left:.5rem}.lg_px_q8{padding-right:.5rem}.lg_py_q8{padding-bottom:.5rem;padding-top:.5rem}.lg_m_q8{margin:.5rem}.lg_mt_q8{margin-top:.5rem}.lg_mr_q8{margin-right:.5rem}.lg_mb_q8{margin-bottom:.5rem}.lg_ml_q8,.lg_mx_q8{margin-left:.5rem}.lg_mx_q8{margin-right:.5rem}.lg_my_q8{margin-bottom:.5rem;margin-top:.5rem}.lg_gap_q8{gap:.5rem}.lg_gap_col_q8{-moz-column-gap:.5rem;column-gap:.5rem}.lg_gap_row_q8{row-gap:.5rem}.lg_w_q8{width:.5rem}.lg_min_w_q8{min-width:.5rem}.lg_max_w_q8{max-width:.5rem}.lg_h_q8{height:.5rem}.lg_min_h_q8{min-height:.5rem}.lg_max_h_q8{max-height:.5rem}.lg_inset_q8{bottom:.5rem;left:.5rem;right:.5rem;top:.5rem}.lg_top_q8{top:.5rem}.lg_right_q8{right:.5rem}.lg_bottom_q8{bottom:.5rem}.lg_left_q8{left:.5rem}.lg_inset_x_q8{left:.5rem;right:.5rem}.lg_inset_y_q8{bottom:.5rem;top:.5rem}.lg_border_q8{border-width:.5rem}.lg_border_t_q8{border-top-width:.5rem}.lg_border_r_q8{border-right-width:.5rem}.lg_border_b_q8{border-bottom-width:.5rem}.lg_border_l_q8,.lg_border_x_q8{border-left-width:.5rem}.lg_border_x_q8{border-right-width:.5rem}.lg_border_y_q8{border-bottom-width:.5rem;border-top-width:.5rem}.lg_rounded_q8{border-radius:.5rem}.lg_rounded_t_q8{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.lg_rounded_r_q8{border-bottom-right-radius:.5rem;border-top-right-radius:.5rem}.lg_rounded_b_q8{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.lg_rounded_l_q8{border-bottom-left-radius:.5rem}.lg_rounded_l_q8,.lg_rounded_tl_q8{border-top-left-radius:.5rem}.lg_rounded_tr_q8{border-top-right-radius:.5rem}.lg_rounded_br_q8{border-bottom-right-radius:.5rem}.lg_rounded_bl_q8{border-bottom-left-radius:.5rem}.lg_p_q12{padding:.75rem}.lg_pt_q12{padding-top:.75rem}.lg_pr_q12{padding-right:.75rem}.lg_pb_q12{padding-bottom:.75rem}.lg_pl_q12,.lg_px_q12{padding-left:.75rem}.lg_px_q12{padding-right:.75rem}.lg_py_q12{padding-bottom:.75rem;padding-top:.75rem}.lg_m_q12{margin:.75rem}.lg_mt_q12{margin-top:.75rem}.lg_mr_q12{margin-right:.75rem}.lg_mb_q12{margin-bottom:.75rem}.lg_ml_q12,.lg_mx_q12{margin-left:.75rem}.lg_mx_q12{margin-right:.75rem}.lg_my_q12{margin-bottom:.75rem;margin-top:.75rem}.lg_gap_q12{gap:.75rem}.lg_gap_col_q12{-moz-column-gap:.75rem;column-gap:.75rem}.lg_gap_row_q12{row-gap:.75rem}.lg_w_q12{width:.75rem}.lg_min_w_q12{min-width:.75rem}.lg_max_w_q12{max-width:.75rem}.lg_h_q12{height:.75rem}.lg_min_h_q12{min-height:.75rem}.lg_max_h_q12{max-height:.75rem}.lg_inset_q12{bottom:.75rem;left:.75rem;right:.75rem;top:.75rem}.lg_top_q12{top:.75rem}.lg_right_q12{right:.75rem}.lg_bottom_q12{bottom:.75rem}.lg_left_q12{left:.75rem}.lg_inset_x_q12{left:.75rem;right:.75rem}.lg_inset_y_q12{bottom:.75rem;top:.75rem}.lg_border_q12{border-width:.75rem}.lg_border_t_q12{border-top-width:.75rem}.lg_border_r_q12{border-right-width:.75rem}.lg_border_b_q12{border-bottom-width:.75rem}.lg_border_l_q12,.lg_border_x_q12{border-left-width:.75rem}.lg_border_x_q12{border-right-width:.75rem}.lg_border_y_q12{border-bottom-width:.75rem;border-top-width:.75rem}.lg_rounded_q12{border-radius:.75rem}.lg_rounded_t_q12{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.lg_rounded_r_q12{border-bottom-right-radius:.75rem;border-top-right-radius:.75rem}.lg_rounded_b_q12{border-bottom-left-radius:.75rem;border-bottom-right-radius:.75rem}.lg_rounded_l_q12{border-bottom-left-radius:.75rem}.lg_rounded_l_q12,.lg_rounded_tl_q12{border-top-left-radius:.75rem}.lg_rounded_tr_q12{border-top-right-radius:.75rem}.lg_rounded_br_q12{border-bottom-right-radius:.75rem}.lg_rounded_bl_q12{border-bottom-left-radius:.75rem}.lg_p_q16{padding:1rem}.lg_pt_q16{padding-top:1rem}.lg_pr_q16{padding-right:1rem}.lg_pb_q16{padding-bottom:1rem}.lg_pl_q16,.lg_px_q16{padding-left:1rem}.lg_px_q16{padding-right:1rem}.lg_py_q16{padding-bottom:1rem;padding-top:1rem}.lg_m_q16{margin:1rem}.lg_mt_q16{margin-top:1rem}.lg_mr_q16{margin-right:1rem}.lg_mb_q16{margin-bottom:1rem}.lg_ml_q16,.lg_mx_q16{margin-left:1rem}.lg_mx_q16{margin-right:1rem}.lg_my_q16{margin-bottom:1rem;margin-top:1rem}.lg_gap_q16{gap:1rem}.lg_gap_col_q16{-moz-column-gap:1rem;column-gap:1rem}.lg_gap_row_q16{row-gap:1rem}.lg_w_q16{width:1rem}.lg_min_w_q16{min-width:1rem}.lg_max_w_q16{max-width:1rem}.lg_h_q16{height:1rem}.lg_min_h_q16{min-height:1rem}.lg_max_h_q16{max-height:1rem}.lg_inset_q16{bottom:1rem;left:1rem;right:1rem;top:1rem}.lg_top_q16{top:1rem}.lg_right_q16{right:1rem}.lg_bottom_q16{bottom:1rem}.lg_left_q16{left:1rem}.lg_inset_x_q16{left:1rem;right:1rem}.lg_inset_y_q16{bottom:1rem;top:1rem}.lg_border_q16{border-width:1rem}.lg_border_t_q16{border-top-width:1rem}.lg_border_r_q16{border-right-width:1rem}.lg_border_b_q16{border-bottom-width:1rem}.lg_border_l_q16,.lg_border_x_q16{border-left-width:1rem}.lg_border_x_q16{border-right-width:1rem}.lg_border_y_q16{border-bottom-width:1rem;border-top-width:1rem}.lg_rounded_q16{border-radius:1rem}.lg_rounded_t_q16{border-top-left-radius:1rem;border-top-right-radius:1rem}.lg_rounded_r_q16{border-bottom-right-radius:1rem;border-top-right-radius:1rem}.lg_rounded_b_q16{border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}.lg_rounded_l_q16{border-bottom-left-radius:1rem}.lg_rounded_l_q16,.lg_rounded_tl_q16{border-top-left-radius:1rem}.lg_rounded_tr_q16{border-top-right-radius:1rem}.lg_rounded_br_q16{border-bottom-right-radius:1rem}.lg_rounded_bl_q16{border-bottom-left-radius:1rem}.lg_p_q20{padding:1.25rem}.lg_pt_q20{padding-top:1.25rem}.lg_pr_q20{padding-right:1.25rem}.lg_pb_q20{padding-bottom:1.25rem}.lg_pl_q20,.lg_px_q20{padding-left:1.25rem}.lg_px_q20{padding-right:1.25rem}.lg_py_q20{padding-bottom:1.25rem;padding-top:1.25rem}.lg_m_q20{margin:1.25rem}.lg_mt_q20{margin-top:1.25rem}.lg_mr_q20{margin-right:1.25rem}.lg_mb_q20{margin-bottom:1.25rem}.lg_ml_q20,.lg_mx_q20{margin-left:1.25rem}.lg_mx_q20{margin-right:1.25rem}.lg_my_q20{margin-bottom:1.25rem;margin-top:1.25rem}.lg_gap_q20{gap:1.25rem}.lg_gap_col_q20{-moz-column-gap:1.25rem;column-gap:1.25rem}.lg_gap_row_q20{row-gap:1.25rem}.lg_w_q20{width:1.25rem}.lg_min_w_q20{min-width:1.25rem}.lg_max_w_q20{max-width:1.25rem}.lg_h_q20{height:1.25rem}.lg_min_h_q20{min-height:1.25rem}.lg_max_h_q20{max-height:1.25rem}.lg_inset_q20{bottom:1.25rem;left:1.25rem;right:1.25rem;top:1.25rem}.lg_top_q20{top:1.25rem}.lg_right_q20{right:1.25rem}.lg_bottom_q20{bottom:1.25rem}.lg_left_q20{left:1.25rem}.lg_inset_x_q20{left:1.25rem;right:1.25rem}.lg_inset_y_q20{bottom:1.25rem;top:1.25rem}.lg_border_q20{border-width:1.25rem}.lg_border_t_q20{border-top-width:1.25rem}.lg_border_r_q20{border-right-width:1.25rem}.lg_border_b_q20{border-bottom-width:1.25rem}.lg_border_l_q20,.lg_border_x_q20{border-left-width:1.25rem}.lg_border_x_q20{border-right-width:1.25rem}.lg_border_y_q20{border-bottom-width:1.25rem;border-top-width:1.25rem}.lg_rounded_q20{border-radius:1.25rem}.lg_rounded_t_q20{border-top-left-radius:1.25rem;border-top-right-radius:1.25rem}.lg_rounded_r_q20{border-bottom-right-radius:1.25rem;border-top-right-radius:1.25rem}.lg_rounded_b_q20{border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem}.lg_rounded_l_q20{border-bottom-left-radius:1.25rem}.lg_rounded_l_q20,.lg_rounded_tl_q20{border-top-left-radius:1.25rem}.lg_rounded_tr_q20{border-top-right-radius:1.25rem}.lg_rounded_br_q20{border-bottom-right-radius:1.25rem}.lg_rounded_bl_q20{border-bottom-left-radius:1.25rem}.lg_p_q24{padding:1.5rem}.lg_pt_q24{padding-top:1.5rem}.lg_pr_q24{padding-right:1.5rem}.lg_pb_q24{padding-bottom:1.5rem}.lg_pl_q24,.lg_px_q24{padding-left:1.5rem}.lg_px_q24{padding-right:1.5rem}.lg_py_q24{padding-bottom:1.5rem;padding-top:1.5rem}.lg_m_q24{margin:1.5rem}.lg_mt_q24{margin-top:1.5rem}.lg_mr_q24{margin-right:1.5rem}.lg_mb_q24{margin-bottom:1.5rem}.lg_ml_q24,.lg_mx_q24{margin-left:1.5rem}.lg_mx_q24{margin-right:1.5rem}.lg_my_q24{margin-bottom:1.5rem;margin-top:1.5rem}.lg_gap_q24{gap:1.5rem}.lg_gap_col_q24{-moz-column-gap:1.5rem;column-gap:1.5rem}.lg_gap_row_q24{row-gap:1.5rem}.lg_w_q24{width:1.5rem}.lg_min_w_q24{min-width:1.5rem}.lg_max_w_q24{max-width:1.5rem}.lg_h_q24{height:1.5rem}.lg_min_h_q24{min-height:1.5rem}.lg_max_h_q24{max-height:1.5rem}.lg_inset_q24{bottom:1.5rem;left:1.5rem;right:1.5rem;top:1.5rem}.lg_top_q24{top:1.5rem}.lg_right_q24{right:1.5rem}.lg_bottom_q24{bottom:1.5rem}.lg_left_q24{left:1.5rem}.lg_inset_x_q24{left:1.5rem;right:1.5rem}.lg_inset_y_q24{bottom:1.5rem;top:1.5rem}.lg_border_q24{border-width:1.5rem}.lg_border_t_q24{border-top-width:1.5rem}.lg_border_r_q24{border-right-width:1.5rem}.lg_border_b_q24{border-bottom-width:1.5rem}.lg_border_l_q24,.lg_border_x_q24{border-left-width:1.5rem}.lg_border_x_q24{border-right-width:1.5rem}.lg_border_y_q24{border-bottom-width:1.5rem;border-top-width:1.5rem}.lg_rounded_q24{border-radius:1.5rem}.lg_rounded_t_q24{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.lg_rounded_r_q24{border-bottom-right-radius:1.5rem;border-top-right-radius:1.5rem}.lg_rounded_b_q24{border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem}.lg_rounded_l_q24{border-bottom-left-radius:1.5rem}.lg_rounded_l_q24,.lg_rounded_tl_q24{border-top-left-radius:1.5rem}.lg_rounded_tr_q24{border-top-right-radius:1.5rem}.lg_rounded_br_q24{border-bottom-right-radius:1.5rem}.lg_rounded_bl_q24{border-bottom-left-radius:1.5rem}.lg_p_q32{padding:2rem}.lg_pt_q32{padding-top:2rem}.lg_pr_q32{padding-right:2rem}.lg_pb_q32{padding-bottom:2rem}.lg_pl_q32,.lg_px_q32{padding-left:2rem}.lg_px_q32{padding-right:2rem}.lg_py_q32{padding-bottom:2rem;padding-top:2rem}.lg_m_q32{margin:2rem}.lg_mt_q32{margin-top:2rem}.lg_mr_q32{margin-right:2rem}.lg_mb_q32{margin-bottom:2rem}.lg_ml_q32,.lg_mx_q32{margin-left:2rem}.lg_mx_q32{margin-right:2rem}.lg_my_q32{margin-bottom:2rem;margin-top:2rem}.lg_gap_q32{gap:2rem}.lg_gap_col_q32{-moz-column-gap:2rem;column-gap:2rem}.lg_gap_row_q32{row-gap:2rem}.lg_w_q32{width:2rem}.lg_min_w_q32{min-width:2rem}.lg_max_w_q32{max-width:2rem}.lg_h_q32{height:2rem}.lg_min_h_q32{min-height:2rem}.lg_max_h_q32{max-height:2rem}.lg_inset_q32{bottom:2rem;left:2rem;right:2rem;top:2rem}.lg_top_q32{top:2rem}.lg_right_q32{right:2rem}.lg_bottom_q32{bottom:2rem}.lg_left_q32{left:2rem}.lg_inset_x_q32{left:2rem;right:2rem}.lg_inset_y_q32{bottom:2rem;top:2rem}.lg_border_q32{border-width:2rem}.lg_border_t_q32{border-top-width:2rem}.lg_border_r_q32{border-right-width:2rem}.lg_border_b_q32{border-bottom-width:2rem}.lg_border_l_q32,.lg_border_x_q32{border-left-width:2rem}.lg_border_x_q32{border-right-width:2rem}.lg_border_y_q32{border-bottom-width:2rem;border-top-width:2rem}.lg_rounded_q32{border-radius:2rem}.lg_rounded_t_q32{border-top-left-radius:2rem;border-top-right-radius:2rem}.lg_rounded_r_q32{border-bottom-right-radius:2rem;border-top-right-radius:2rem}.lg_rounded_b_q32{border-bottom-left-radius:2rem;border-bottom-right-radius:2rem}.lg_rounded_l_q32{border-bottom-left-radius:2rem}.lg_rounded_l_q32,.lg_rounded_tl_q32{border-top-left-radius:2rem}.lg_rounded_tr_q32{border-top-right-radius:2rem}.lg_rounded_br_q32{border-bottom-right-radius:2rem}.lg_rounded_bl_q32{border-bottom-left-radius:2rem}.lg_p_q40{padding:2.5rem}.lg_pt_q40{padding-top:2.5rem}.lg_pr_q40{padding-right:2.5rem}.lg_pb_q40{padding-bottom:2.5rem}.lg_pl_q40,.lg_px_q40{padding-left:2.5rem}.lg_px_q40{padding-right:2.5rem}.lg_py_q40{padding-bottom:2.5rem;padding-top:2.5rem}.lg_m_q40{margin:2.5rem}.lg_mt_q40{margin-top:2.5rem}.lg_mr_q40{margin-right:2.5rem}.lg_mb_q40{margin-bottom:2.5rem}.lg_ml_q40,.lg_mx_q40{margin-left:2.5rem}.lg_mx_q40{margin-right:2.5rem}.lg_my_q40{margin-bottom:2.5rem;margin-top:2.5rem}.lg_gap_q40{gap:2.5rem}.lg_gap_col_q40{-moz-column-gap:2.5rem;column-gap:2.5rem}.lg_gap_row_q40{row-gap:2.5rem}.lg_w_q40{width:2.5rem}.lg_min_w_q40{min-width:2.5rem}.lg_max_w_q40{max-width:2.5rem}.lg_h_q40{height:2.5rem}.lg_min_h_q40{min-height:2.5rem}.lg_max_h_q40{max-height:2.5rem}.lg_inset_q40{bottom:2.5rem;left:2.5rem;right:2.5rem;top:2.5rem}.lg_top_q40{top:2.5rem}.lg_right_q40{right:2.5rem}.lg_bottom_q40{bottom:2.5rem}.lg_left_q40{left:2.5rem}.lg_inset_x_q40{left:2.5rem;right:2.5rem}.lg_inset_y_q40{bottom:2.5rem;top:2.5rem}.lg_border_q40{border-width:2.5rem}.lg_border_t_q40{border-top-width:2.5rem}.lg_border_r_q40{border-right-width:2.5rem}.lg_border_b_q40{border-bottom-width:2.5rem}.lg_border_l_q40,.lg_border_x_q40{border-left-width:2.5rem}.lg_border_x_q40{border-right-width:2.5rem}.lg_border_y_q40{border-bottom-width:2.5rem;border-top-width:2.5rem}.lg_rounded_q40{border-radius:2.5rem}.lg_rounded_t_q40{border-top-left-radius:2.5rem;border-top-right-radius:2.5rem}.lg_rounded_r_q40{border-bottom-right-radius:2.5rem;border-top-right-radius:2.5rem}.lg_rounded_b_q40{border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem}.lg_rounded_l_q40{border-bottom-left-radius:2.5rem}.lg_rounded_l_q40,.lg_rounded_tl_q40{border-top-left-radius:2.5rem}.lg_rounded_tr_q40{border-top-right-radius:2.5rem}.lg_rounded_br_q40{border-bottom-right-radius:2.5rem}.lg_rounded_bl_q40{border-bottom-left-radius:2.5rem}.lg_p_q48{padding:3rem}.lg_pt_q48{padding-top:3rem}.lg_pr_q48{padding-right:3rem}.lg_pb_q48{padding-bottom:3rem}.lg_pl_q48,.lg_px_q48{padding-left:3rem}.lg_px_q48{padding-right:3rem}.lg_py_q48{padding-bottom:3rem;padding-top:3rem}.lg_m_q48{margin:3rem}.lg_mt_q48{margin-top:3rem}.lg_mr_q48{margin-right:3rem}.lg_mb_q48{margin-bottom:3rem}.lg_ml_q48,.lg_mx_q48{margin-left:3rem}.lg_mx_q48{margin-right:3rem}.lg_my_q48{margin-bottom:3rem;margin-top:3rem}.lg_gap_q48{gap:3rem}.lg_gap_col_q48{-moz-column-gap:3rem;column-gap:3rem}.lg_gap_row_q48{row-gap:3rem}.lg_w_q48{width:3rem}.lg_min_w_q48{min-width:3rem}.lg_max_w_q48{max-width:3rem}.lg_h_q48{height:3rem}.lg_min_h_q48{min-height:3rem}.lg_max_h_q48{max-height:3rem}.lg_inset_q48{bottom:3rem;left:3rem;right:3rem;top:3rem}.lg_top_q48{top:3rem}.lg_right_q48{right:3rem}.lg_bottom_q48{bottom:3rem}.lg_left_q48{left:3rem}.lg_inset_x_q48{left:3rem;right:3rem}.lg_inset_y_q48{bottom:3rem;top:3rem}.lg_border_q48{border-width:3rem}.lg_border_t_q48{border-top-width:3rem}.lg_border_r_q48{border-right-width:3rem}.lg_border_b_q48{border-bottom-width:3rem}.lg_border_l_q48,.lg_border_x_q48{border-left-width:3rem}.lg_border_x_q48{border-right-width:3rem}.lg_border_y_q48{border-bottom-width:3rem;border-top-width:3rem}.lg_rounded_q48{border-radius:3rem}.lg_rounded_t_q48{border-top-left-radius:3rem;border-top-right-radius:3rem}.lg_rounded_r_q48{border-bottom-right-radius:3rem;border-top-right-radius:3rem}.lg_rounded_b_q48{border-bottom-left-radius:3rem;border-bottom-right-radius:3rem}.lg_rounded_l_q48{border-bottom-left-radius:3rem}.lg_rounded_l_q48,.lg_rounded_tl_q48{border-top-left-radius:3rem}.lg_rounded_tr_q48{border-top-right-radius:3rem}.lg_rounded_br_q48{border-bottom-right-radius:3rem}.lg_rounded_bl_q48{border-bottom-left-radius:3rem}.lg_p_q56{padding:3.5rem}.lg_pt_q56{padding-top:3.5rem}.lg_pr_q56{padding-right:3.5rem}.lg_pb_q56{padding-bottom:3.5rem}.lg_pl_q56,.lg_px_q56{padding-left:3.5rem}.lg_px_q56{padding-right:3.5rem}.lg_py_q56{padding-bottom:3.5rem;padding-top:3.5rem}.lg_m_q56{margin:3.5rem}.lg_mt_q56{margin-top:3.5rem}.lg_mr_q56{margin-right:3.5rem}.lg_mb_q56{margin-bottom:3.5rem}.lg_ml_q56,.lg_mx_q56{margin-left:3.5rem}.lg_mx_q56{margin-right:3.5rem}.lg_my_q56{margin-bottom:3.5rem;margin-top:3.5rem}.lg_gap_q56{gap:3.5rem}.lg_gap_col_q56{-moz-column-gap:3.5rem;column-gap:3.5rem}.lg_gap_row_q56{row-gap:3.5rem}.lg_w_q56{width:3.5rem}.lg_min_w_q56{min-width:3.5rem}.lg_max_w_q56{max-width:3.5rem}.lg_h_q56{height:3.5rem}.lg_min_h_q56{min-height:3.5rem}.lg_max_h_q56{max-height:3.5rem}.lg_inset_q56{bottom:3.5rem;left:3.5rem;right:3.5rem;top:3.5rem}.lg_top_q56{top:3.5rem}.lg_right_q56{right:3.5rem}.lg_bottom_q56{bottom:3.5rem}.lg_left_q56{left:3.5rem}.lg_inset_x_q56{left:3.5rem;right:3.5rem}.lg_inset_y_q56{bottom:3.5rem;top:3.5rem}.lg_border_q56{border-width:3.5rem}.lg_border_t_q56{border-top-width:3.5rem}.lg_border_r_q56{border-right-width:3.5rem}.lg_border_b_q56{border-bottom-width:3.5rem}.lg_border_l_q56,.lg_border_x_q56{border-left-width:3.5rem}.lg_border_x_q56{border-right-width:3.5rem}.lg_border_y_q56{border-bottom-width:3.5rem;border-top-width:3.5rem}.lg_rounded_q56{border-radius:3.5rem}.lg_rounded_t_q56{border-top-left-radius:3.5rem;border-top-right-radius:3.5rem}.lg_rounded_r_q56{border-bottom-right-radius:3.5rem;border-top-right-radius:3.5rem}.lg_rounded_b_q56{border-bottom-left-radius:3.5rem;border-bottom-right-radius:3.5rem}.lg_rounded_l_q56{border-bottom-left-radius:3.5rem}.lg_rounded_l_q56,.lg_rounded_tl_q56{border-top-left-radius:3.5rem}.lg_rounded_tr_q56{border-top-right-radius:3.5rem}.lg_rounded_br_q56{border-bottom-right-radius:3.5rem}.lg_rounded_bl_q56{border-bottom-left-radius:3.5rem}.lg_p_q64{padding:4rem}.lg_pt_q64{padding-top:4rem}.lg_pr_q64{padding-right:4rem}.lg_pb_q64{padding-bottom:4rem}.lg_pl_q64,.lg_px_q64{padding-left:4rem}.lg_px_q64{padding-right:4rem}.lg_py_q64{padding-bottom:4rem;padding-top:4rem}.lg_m_q64{margin:4rem}.lg_mt_q64{margin-top:4rem}.lg_mr_q64{margin-right:4rem}.lg_mb_q64{margin-bottom:4rem}.lg_ml_q64,.lg_mx_q64{margin-left:4rem}.lg_mx_q64{margin-right:4rem}.lg_my_q64{margin-bottom:4rem;margin-top:4rem}.lg_gap_q64{gap:4rem}.lg_gap_col_q64{-moz-column-gap:4rem;column-gap:4rem}.lg_gap_row_q64{row-gap:4rem}.lg_w_q64{width:4rem}.lg_min_w_q64{min-width:4rem}.lg_max_w_q64{max-width:4rem}.lg_h_q64{height:4rem}.lg_min_h_q64{min-height:4rem}.lg_max_h_q64{max-height:4rem}.lg_inset_q64{bottom:4rem;left:4rem;right:4rem;top:4rem}.lg_top_q64{top:4rem}.lg_right_q64{right:4rem}.lg_bottom_q64{bottom:4rem}.lg_left_q64{left:4rem}.lg_inset_x_q64{left:4rem;right:4rem}.lg_inset_y_q64{bottom:4rem;top:4rem}.lg_border_q64{border-width:4rem}.lg_border_t_q64{border-top-width:4rem}.lg_border_r_q64{border-right-width:4rem}.lg_border_b_q64{border-bottom-width:4rem}.lg_border_l_q64,.lg_border_x_q64{border-left-width:4rem}.lg_border_x_q64{border-right-width:4rem}.lg_border_y_q64{border-bottom-width:4rem;border-top-width:4rem}.lg_rounded_q64{border-radius:4rem}.lg_rounded_t_q64{border-top-left-radius:4rem;border-top-right-radius:4rem}.lg_rounded_r_q64{border-bottom-right-radius:4rem;border-top-right-radius:4rem}.lg_rounded_b_q64{border-bottom-left-radius:4rem;border-bottom-right-radius:4rem}.lg_rounded_l_q64{border-bottom-left-radius:4rem}.lg_rounded_l_q64,.lg_rounded_tl_q64{border-top-left-radius:4rem}.lg_rounded_tr_q64{border-top-right-radius:4rem}.lg_rounded_br_q64{border-bottom-right-radius:4rem}.lg_rounded_bl_q64{border-bottom-left-radius:4rem}.lg_p_q72{padding:4.5rem}.lg_pt_q72{padding-top:4.5rem}.lg_pr_q72{padding-right:4.5rem}.lg_pb_q72{padding-bottom:4.5rem}.lg_pl_q72,.lg_px_q72{padding-left:4.5rem}.lg_px_q72{padding-right:4.5rem}.lg_py_q72{padding-bottom:4.5rem;padding-top:4.5rem}.lg_m_q72{margin:4.5rem}.lg_mt_q72{margin-top:4.5rem}.lg_mr_q72{margin-right:4.5rem}.lg_mb_q72{margin-bottom:4.5rem}.lg_ml_q72,.lg_mx_q72{margin-left:4.5rem}.lg_mx_q72{margin-right:4.5rem}.lg_my_q72{margin-bottom:4.5rem;margin-top:4.5rem}.lg_gap_q72{gap:4.5rem}.lg_gap_col_q72{-moz-column-gap:4.5rem;column-gap:4.5rem}.lg_gap_row_q72{row-gap:4.5rem}.lg_w_q72{width:4.5rem}.lg_min_w_q72{min-width:4.5rem}.lg_max_w_q72{max-width:4.5rem}.lg_h_q72{height:4.5rem}.lg_min_h_q72{min-height:4.5rem}.lg_max_h_q72{max-height:4.5rem}.lg_inset_q72{bottom:4.5rem;left:4.5rem;right:4.5rem;top:4.5rem}.lg_top_q72{top:4.5rem}.lg_right_q72{right:4.5rem}.lg_bottom_q72{bottom:4.5rem}.lg_left_q72{left:4.5rem}.lg_inset_x_q72{left:4.5rem;right:4.5rem}.lg_inset_y_q72{bottom:4.5rem;top:4.5rem}.lg_border_q72{border-width:4.5rem}.lg_border_t_q72{border-top-width:4.5rem}.lg_border_r_q72{border-right-width:4.5rem}.lg_border_b_q72{border-bottom-width:4.5rem}.lg_border_l_q72,.lg_border_x_q72{border-left-width:4.5rem}.lg_border_x_q72{border-right-width:4.5rem}.lg_border_y_q72{border-bottom-width:4.5rem;border-top-width:4.5rem}.lg_rounded_q72{border-radius:4.5rem}.lg_rounded_t_q72{border-top-left-radius:4.5rem;border-top-right-radius:4.5rem}.lg_rounded_r_q72{border-bottom-right-radius:4.5rem;border-top-right-radius:4.5rem}.lg_rounded_b_q72{border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem}.lg_rounded_l_q72{border-bottom-left-radius:4.5rem}.lg_rounded_l_q72,.lg_rounded_tl_q72{border-top-left-radius:4.5rem}.lg_rounded_tr_q72{border-top-right-radius:4.5rem}.lg_rounded_br_q72{border-bottom-right-radius:4.5rem}.lg_rounded_bl_q72{border-bottom-left-radius:4.5rem}.lg_p_q80{padding:5rem}.lg_pt_q80{padding-top:5rem}.lg_pr_q80{padding-right:5rem}.lg_pb_q80{padding-bottom:5rem}.lg_pl_q80,.lg_px_q80{padding-left:5rem}.lg_px_q80{padding-right:5rem}.lg_py_q80{padding-bottom:5rem;padding-top:5rem}.lg_m_q80{margin:5rem}.lg_mt_q80{margin-top:5rem}.lg_mr_q80{margin-right:5rem}.lg_mb_q80{margin-bottom:5rem}.lg_ml_q80,.lg_mx_q80{margin-left:5rem}.lg_mx_q80{margin-right:5rem}.lg_my_q80{margin-bottom:5rem;margin-top:5rem}.lg_gap_q80{gap:5rem}.lg_gap_col_q80{-moz-column-gap:5rem;column-gap:5rem}.lg_gap_row_q80{row-gap:5rem}.lg_w_q80{width:5rem}.lg_min_w_q80{min-width:5rem}.lg_max_w_q80{max-width:5rem}.lg_h_q80{height:5rem}.lg_min_h_q80{min-height:5rem}.lg_max_h_q80{max-height:5rem}.lg_inset_q80{bottom:5rem;left:5rem;right:5rem;top:5rem}.lg_top_q80{top:5rem}.lg_right_q80{right:5rem}.lg_bottom_q80{bottom:5rem}.lg_left_q80{left:5rem}.lg_inset_x_q80{left:5rem;right:5rem}.lg_inset_y_q80{bottom:5rem;top:5rem}.lg_border_q80{border-width:5rem}.lg_border_t_q80{border-top-width:5rem}.lg_border_r_q80{border-right-width:5rem}.lg_border_b_q80{border-bottom-width:5rem}.lg_border_l_q80,.lg_border_x_q80{border-left-width:5rem}.lg_border_x_q80{border-right-width:5rem}.lg_border_y_q80{border-bottom-width:5rem;border-top-width:5rem}.lg_rounded_q80{border-radius:5rem}.lg_rounded_t_q80{border-top-left-radius:5rem;border-top-right-radius:5rem}.lg_rounded_r_q80{border-bottom-right-radius:5rem;border-top-right-radius:5rem}.lg_rounded_b_q80{border-bottom-left-radius:5rem;border-bottom-right-radius:5rem}.lg_rounded_l_q80{border-bottom-left-radius:5rem}.lg_rounded_l_q80,.lg_rounded_tl_q80{border-top-left-radius:5rem}.lg_rounded_tr_q80{border-top-right-radius:5rem}.lg_rounded_br_q80{border-bottom-right-radius:5rem}.lg_rounded_bl_q80{border-bottom-left-radius:5rem}.lg_p_q96{padding:6rem}.lg_pt_q96{padding-top:6rem}.lg_pr_q96{padding-right:6rem}.lg_pb_q96{padding-bottom:6rem}.lg_pl_q96,.lg_px_q96{padding-left:6rem}.lg_px_q96{padding-right:6rem}.lg_py_q96{padding-bottom:6rem;padding-top:6rem}.lg_m_q96{margin:6rem}.lg_mt_q96{margin-top:6rem}.lg_mr_q96{margin-right:6rem}.lg_mb_q96{margin-bottom:6rem}.lg_ml_q96,.lg_mx_q96{margin-left:6rem}.lg_mx_q96{margin-right:6rem}.lg_my_q96{margin-bottom:6rem;margin-top:6rem}.lg_gap_q96{gap:6rem}.lg_gap_col_q96{-moz-column-gap:6rem;column-gap:6rem}.lg_gap_row_q96{row-gap:6rem}.lg_w_q96{width:6rem}.lg_min_w_q96{min-width:6rem}.lg_max_w_q96{max-width:6rem}.lg_h_q96{height:6rem}.lg_min_h_q96{min-height:6rem}.lg_max_h_q96{max-height:6rem}.lg_inset_q96{bottom:6rem;left:6rem;right:6rem;top:6rem}.lg_top_q96{top:6rem}.lg_right_q96{right:6rem}.lg_bottom_q96{bottom:6rem}.lg_left_q96{left:6rem}.lg_inset_x_q96{left:6rem;right:6rem}.lg_inset_y_q96{bottom:6rem;top:6rem}.lg_border_q96{border-width:6rem}.lg_border_t_q96{border-top-width:6rem}.lg_border_r_q96{border-right-width:6rem}.lg_border_b_q96{border-bottom-width:6rem}.lg_border_l_q96,.lg_border_x_q96{border-left-width:6rem}.lg_border_x_q96{border-right-width:6rem}.lg_border_y_q96{border-bottom-width:6rem;border-top-width:6rem}.lg_rounded_q96{border-radius:6rem}.lg_rounded_t_q96{border-top-left-radius:6rem;border-top-right-radius:6rem}.lg_rounded_r_q96{border-bottom-right-radius:6rem;border-top-right-radius:6rem}.lg_rounded_b_q96{border-bottom-left-radius:6rem;border-bottom-right-radius:6rem}.lg_rounded_l_q96{border-bottom-left-radius:6rem}.lg_rounded_l_q96,.lg_rounded_tl_q96{border-top-left-radius:6rem}.lg_rounded_tr_q96{border-top-right-radius:6rem}.lg_rounded_br_q96{border-bottom-right-radius:6rem}.lg_rounded_bl_q96{border-bottom-left-radius:6rem}.lg_p_q112{padding:7rem}.lg_pt_q112{padding-top:7rem}.lg_pr_q112{padding-right:7rem}.lg_pb_q112{padding-bottom:7rem}.lg_pl_q112,.lg_px_q112{padding-left:7rem}.lg_px_q112{padding-right:7rem}.lg_py_q112{padding-bottom:7rem;padding-top:7rem}.lg_m_q112{margin:7rem}.lg_mt_q112{margin-top:7rem}.lg_mr_q112{margin-right:7rem}.lg_mb_q112{margin-bottom:7rem}.lg_ml_q112,.lg_mx_q112{margin-left:7rem}.lg_mx_q112{margin-right:7rem}.lg_my_q112{margin-bottom:7rem;margin-top:7rem}.lg_gap_q112{gap:7rem}.lg_gap_col_q112{-moz-column-gap:7rem;column-gap:7rem}.lg_gap_row_q112{row-gap:7rem}.lg_w_q112{width:7rem}.lg_min_w_q112{min-width:7rem}.lg_max_w_q112{max-width:7rem}.lg_h_q112{height:7rem}.lg_min_h_q112{min-height:7rem}.lg_max_h_q112{max-height:7rem}.lg_inset_q112{bottom:7rem;left:7rem;right:7rem;top:7rem}.lg_top_q112{top:7rem}.lg_right_q112{right:7rem}.lg_bottom_q112{bottom:7rem}.lg_left_q112{left:7rem}.lg_inset_x_q112{left:7rem;right:7rem}.lg_inset_y_q112{bottom:7rem;top:7rem}.lg_border_q112{border-width:7rem}.lg_border_t_q112{border-top-width:7rem}.lg_border_r_q112{border-right-width:7rem}.lg_border_b_q112{border-bottom-width:7rem}.lg_border_l_q112,.lg_border_x_q112{border-left-width:7rem}.lg_border_x_q112{border-right-width:7rem}.lg_border_y_q112{border-bottom-width:7rem;border-top-width:7rem}.lg_rounded_q112{border-radius:7rem}.lg_rounded_t_q112{border-top-left-radius:7rem;border-top-right-radius:7rem}.lg_rounded_r_q112{border-bottom-right-radius:7rem;border-top-right-radius:7rem}.lg_rounded_b_q112{border-bottom-left-radius:7rem;border-bottom-right-radius:7rem}.lg_rounded_l_q112{border-bottom-left-radius:7rem}.lg_rounded_l_q112,.lg_rounded_tl_q112{border-top-left-radius:7rem}.lg_rounded_tr_q112{border-top-right-radius:7rem}.lg_rounded_br_q112{border-bottom-right-radius:7rem}.lg_rounded_bl_q112{border-bottom-left-radius:7rem}.lg_p_q128{padding:8rem}.lg_pt_q128{padding-top:8rem}.lg_pr_q128{padding-right:8rem}.lg_pb_q128{padding-bottom:8rem}.lg_pl_q128,.lg_px_q128{padding-left:8rem}.lg_px_q128{padding-right:8rem}.lg_py_q128{padding-bottom:8rem;padding-top:8rem}.lg_m_q128{margin:8rem}.lg_mt_q128{margin-top:8rem}.lg_mr_q128{margin-right:8rem}.lg_mb_q128{margin-bottom:8rem}.lg_ml_q128,.lg_mx_q128{margin-left:8rem}.lg_mx_q128{margin-right:8rem}.lg_my_q128{margin-bottom:8rem;margin-top:8rem}.lg_gap_q128{gap:8rem}.lg_gap_col_q128{-moz-column-gap:8rem;column-gap:8rem}.lg_gap_row_q128{row-gap:8rem}.lg_w_q128{width:8rem}.lg_min_w_q128{min-width:8rem}.lg_max_w_q128{max-width:8rem}.lg_h_q128{height:8rem}.lg_min_h_q128{min-height:8rem}.lg_max_h_q128{max-height:8rem}.lg_inset_q128{bottom:8rem;left:8rem;right:8rem;top:8rem}.lg_top_q128{top:8rem}.lg_right_q128{right:8rem}.lg_bottom_q128{bottom:8rem}.lg_left_q128{left:8rem}.lg_inset_x_q128{left:8rem;right:8rem}.lg_inset_y_q128{bottom:8rem;top:8rem}.lg_border_q128{border-width:8rem}.lg_border_t_q128{border-top-width:8rem}.lg_border_r_q128{border-right-width:8rem}.lg_border_b_q128{border-bottom-width:8rem}.lg_border_l_q128,.lg_border_x_q128{border-left-width:8rem}.lg_border_x_q128{border-right-width:8rem}.lg_border_y_q128{border-bottom-width:8rem;border-top-width:8rem}.lg_rounded_q128{border-radius:8rem}.lg_rounded_t_q128{border-top-left-radius:8rem;border-top-right-radius:8rem}.lg_rounded_r_q128{border-bottom-right-radius:8rem;border-top-right-radius:8rem}.lg_rounded_b_q128{border-bottom-left-radius:8rem;border-bottom-right-radius:8rem}.lg_rounded_l_q128{border-bottom-left-radius:8rem}.lg_rounded_l_q128,.lg_rounded_tl_q128{border-top-left-radius:8rem}.lg_rounded_tr_q128{border-top-right-radius:8rem}.lg_rounded_br_q128{border-bottom-right-radius:8rem}.lg_rounded_bl_q128{border-bottom-left-radius:8rem}.lg_p_q144{padding:9rem}.lg_pt_q144{padding-top:9rem}.lg_pr_q144{padding-right:9rem}.lg_pb_q144{padding-bottom:9rem}.lg_pl_q144,.lg_px_q144{padding-left:9rem}.lg_px_q144{padding-right:9rem}.lg_py_q144{padding-bottom:9rem;padding-top:9rem}.lg_m_q144{margin:9rem}.lg_mt_q144{margin-top:9rem}.lg_mr_q144{margin-right:9rem}.lg_mb_q144{margin-bottom:9rem}.lg_ml_q144,.lg_mx_q144{margin-left:9rem}.lg_mx_q144{margin-right:9rem}.lg_my_q144{margin-bottom:9rem;margin-top:9rem}.lg_gap_q144{gap:9rem}.lg_gap_col_q144{-moz-column-gap:9rem;column-gap:9rem}.lg_gap_row_q144{row-gap:9rem}.lg_w_q144{width:9rem}.lg_min_w_q144{min-width:9rem}.lg_max_w_q144{max-width:9rem}.lg_h_q144{height:9rem}.lg_min_h_q144{min-height:9rem}.lg_max_h_q144{max-height:9rem}.lg_inset_q144{bottom:9rem;left:9rem;right:9rem;top:9rem}.lg_top_q144{top:9rem}.lg_right_q144{right:9rem}.lg_bottom_q144{bottom:9rem}.lg_left_q144{left:9rem}.lg_inset_x_q144{left:9rem;right:9rem}.lg_inset_y_q144{bottom:9rem;top:9rem}.lg_border_q144{border-width:9rem}.lg_border_t_q144{border-top-width:9rem}.lg_border_r_q144{border-right-width:9rem}.lg_border_b_q144{border-bottom-width:9rem}.lg_border_l_q144,.lg_border_x_q144{border-left-width:9rem}.lg_border_x_q144{border-right-width:9rem}.lg_border_y_q144{border-bottom-width:9rem;border-top-width:9rem}.lg_rounded_q144{border-radius:9rem}.lg_rounded_t_q144{border-top-left-radius:9rem;border-top-right-radius:9rem}.lg_rounded_r_q144{border-bottom-right-radius:9rem;border-top-right-radius:9rem}.lg_rounded_b_q144{border-bottom-left-radius:9rem;border-bottom-right-radius:9rem}.lg_rounded_l_q144{border-bottom-left-radius:9rem}.lg_rounded_l_q144,.lg_rounded_tl_q144{border-top-left-radius:9rem}.lg_rounded_tr_q144{border-top-right-radius:9rem}.lg_rounded_br_q144{border-bottom-right-radius:9rem}.lg_rounded_bl_q144{border-bottom-left-radius:9rem}.lg_p_q160{padding:10rem}.lg_pt_q160{padding-top:10rem}.lg_pr_q160{padding-right:10rem}.lg_pb_q160{padding-bottom:10rem}.lg_pl_q160,.lg_px_q160{padding-left:10rem}.lg_px_q160{padding-right:10rem}.lg_py_q160{padding-bottom:10rem;padding-top:10rem}.lg_m_q160{margin:10rem}.lg_mt_q160{margin-top:10rem}.lg_mr_q160{margin-right:10rem}.lg_mb_q160{margin-bottom:10rem}.lg_ml_q160,.lg_mx_q160{margin-left:10rem}.lg_mx_q160{margin-right:10rem}.lg_my_q160{margin-bottom:10rem;margin-top:10rem}.lg_gap_q160{gap:10rem}.lg_gap_col_q160{-moz-column-gap:10rem;column-gap:10rem}.lg_gap_row_q160{row-gap:10rem}.lg_w_q160{width:10rem}.lg_min_w_q160{min-width:10rem}.lg_max_w_q160{max-width:10rem}.lg_h_q160{height:10rem}.lg_min_h_q160{min-height:10rem}.lg_max_h_q160{max-height:10rem}.lg_inset_q160{bottom:10rem;left:10rem;right:10rem;top:10rem}.lg_top_q160{top:10rem}.lg_right_q160{right:10rem}.lg_bottom_q160{bottom:10rem}.lg_left_q160{left:10rem}.lg_inset_x_q160{left:10rem;right:10rem}.lg_inset_y_q160{bottom:10rem;top:10rem}.lg_border_q160{border-width:10rem}.lg_border_t_q160{border-top-width:10rem}.lg_border_r_q160{border-right-width:10rem}.lg_border_b_q160{border-bottom-width:10rem}.lg_border_l_q160,.lg_border_x_q160{border-left-width:10rem}.lg_border_x_q160{border-right-width:10rem}.lg_border_y_q160{border-bottom-width:10rem;border-top-width:10rem}.lg_rounded_q160{border-radius:10rem}.lg_rounded_t_q160{border-top-left-radius:10rem;border-top-right-radius:10rem}.lg_rounded_r_q160{border-bottom-right-radius:10rem;border-top-right-radius:10rem}.lg_rounded_b_q160{border-bottom-left-radius:10rem;border-bottom-right-radius:10rem}.lg_rounded_l_q160{border-bottom-left-radius:10rem}.lg_rounded_l_q160,.lg_rounded_tl_q160{border-top-left-radius:10rem}.lg_rounded_tr_q160{border-top-right-radius:10rem}.lg_rounded_br_q160{border-bottom-right-radius:10rem}.lg_rounded_bl_q160{border-bottom-left-radius:10rem}.lg_p_q192{padding:12rem}.lg_pt_q192{padding-top:12rem}.lg_pr_q192{padding-right:12rem}.lg_pb_q192{padding-bottom:12rem}.lg_pl_q192,.lg_px_q192{padding-left:12rem}.lg_px_q192{padding-right:12rem}.lg_py_q192{padding-bottom:12rem;padding-top:12rem}.lg_m_q192{margin:12rem}.lg_mt_q192{margin-top:12rem}.lg_mr_q192{margin-right:12rem}.lg_mb_q192{margin-bottom:12rem}.lg_ml_q192,.lg_mx_q192{margin-left:12rem}.lg_mx_q192{margin-right:12rem}.lg_my_q192{margin-bottom:12rem;margin-top:12rem}.lg_gap_q192{gap:12rem}.lg_gap_col_q192{-moz-column-gap:12rem;column-gap:12rem}.lg_gap_row_q192{row-gap:12rem}.lg_w_q192{width:12rem}.lg_min_w_q192{min-width:12rem}.lg_max_w_q192{max-width:12rem}.lg_h_q192{height:12rem}.lg_min_h_q192{min-height:12rem}.lg_max_h_q192{max-height:12rem}.lg_inset_q192{bottom:12rem;left:12rem;right:12rem;top:12rem}.lg_top_q192{top:12rem}.lg_right_q192{right:12rem}.lg_bottom_q192{bottom:12rem}.lg_left_q192{left:12rem}.lg_inset_x_q192{left:12rem;right:12rem}.lg_inset_y_q192{bottom:12rem;top:12rem}.lg_border_q192{border-width:12rem}.lg_border_t_q192{border-top-width:12rem}.lg_border_r_q192{border-right-width:12rem}.lg_border_b_q192{border-bottom-width:12rem}.lg_border_l_q192,.lg_border_x_q192{border-left-width:12rem}.lg_border_x_q192{border-right-width:12rem}.lg_border_y_q192{border-bottom-width:12rem;border-top-width:12rem}.lg_rounded_q192{border-radius:12rem}.lg_rounded_t_q192{border-top-left-radius:12rem;border-top-right-radius:12rem}.lg_rounded_r_q192{border-bottom-right-radius:12rem;border-top-right-radius:12rem}.lg_rounded_b_q192{border-bottom-left-radius:12rem;border-bottom-right-radius:12rem}.lg_rounded_l_q192{border-bottom-left-radius:12rem}.lg_rounded_l_q192,.lg_rounded_tl_q192{border-top-left-radius:12rem}.lg_rounded_tr_q192{border-top-right-radius:12rem}.lg_rounded_br_q192{border-bottom-right-radius:12rem}.lg_rounded_bl_q192{border-bottom-left-radius:12rem}.lg_p_q224{padding:14rem}.lg_pt_q224{padding-top:14rem}.lg_pr_q224{padding-right:14rem}.lg_pb_q224{padding-bottom:14rem}.lg_pl_q224,.lg_px_q224{padding-left:14rem}.lg_px_q224{padding-right:14rem}.lg_py_q224{padding-bottom:14rem;padding-top:14rem}.lg_m_q224{margin:14rem}.lg_mt_q224{margin-top:14rem}.lg_mr_q224{margin-right:14rem}.lg_mb_q224{margin-bottom:14rem}.lg_ml_q224,.lg_mx_q224{margin-left:14rem}.lg_mx_q224{margin-right:14rem}.lg_my_q224{margin-bottom:14rem;margin-top:14rem}.lg_gap_q224{gap:14rem}.lg_gap_col_q224{-moz-column-gap:14rem;column-gap:14rem}.lg_gap_row_q224{row-gap:14rem}.lg_w_q224{width:14rem}.lg_min_w_q224{min-width:14rem}.lg_max_w_q224{max-width:14rem}.lg_h_q224{height:14rem}.lg_min_h_q224{min-height:14rem}.lg_max_h_q224{max-height:14rem}.lg_inset_q224{bottom:14rem;left:14rem;right:14rem;top:14rem}.lg_top_q224{top:14rem}.lg_right_q224{right:14rem}.lg_bottom_q224{bottom:14rem}.lg_left_q224{left:14rem}.lg_inset_x_q224{left:14rem;right:14rem}.lg_inset_y_q224{bottom:14rem;top:14rem}.lg_border_q224{border-width:14rem}.lg_border_t_q224{border-top-width:14rem}.lg_border_r_q224{border-right-width:14rem}.lg_border_b_q224{border-bottom-width:14rem}.lg_border_l_q224,.lg_border_x_q224{border-left-width:14rem}.lg_border_x_q224{border-right-width:14rem}.lg_border_y_q224{border-bottom-width:14rem;border-top-width:14rem}.lg_rounded_q224{border-radius:14rem}.lg_rounded_t_q224{border-top-left-radius:14rem;border-top-right-radius:14rem}.lg_rounded_r_q224{border-bottom-right-radius:14rem;border-top-right-radius:14rem}.lg_rounded_b_q224{border-bottom-left-radius:14rem;border-bottom-right-radius:14rem}.lg_rounded_l_q224{border-bottom-left-radius:14rem}.lg_rounded_l_q224,.lg_rounded_tl_q224{border-top-left-radius:14rem}.lg_rounded_tr_q224{border-top-right-radius:14rem}.lg_rounded_br_q224{border-bottom-right-radius:14rem}.lg_rounded_bl_q224{border-bottom-left-radius:14rem}.lg_p_q256{padding:16rem}.lg_pt_q256{padding-top:16rem}.lg_pr_q256{padding-right:16rem}.lg_pb_q256{padding-bottom:16rem}.lg_pl_q256,.lg_px_q256{padding-left:16rem}.lg_px_q256{padding-right:16rem}.lg_py_q256{padding-bottom:16rem;padding-top:16rem}.lg_m_q256{margin:16rem}.lg_mt_q256{margin-top:16rem}.lg_mr_q256{margin-right:16rem}.lg_mb_q256{margin-bottom:16rem}.lg_ml_q256,.lg_mx_q256{margin-left:16rem}.lg_mx_q256{margin-right:16rem}.lg_my_q256{margin-bottom:16rem;margin-top:16rem}.lg_gap_q256{gap:16rem}.lg_gap_col_q256{-moz-column-gap:16rem;column-gap:16rem}.lg_gap_row_q256{row-gap:16rem}.lg_w_q256{width:16rem}.lg_min_w_q256{min-width:16rem}.lg_max_w_q256{max-width:16rem}.lg_h_q256{height:16rem}.lg_min_h_q256{min-height:16rem}.lg_max_h_q256{max-height:16rem}.lg_inset_q256{bottom:16rem;left:16rem;right:16rem;top:16rem}.lg_top_q256{top:16rem}.lg_right_q256{right:16rem}.lg_bottom_q256{bottom:16rem}.lg_left_q256{left:16rem}.lg_inset_x_q256{left:16rem;right:16rem}.lg_inset_y_q256{bottom:16rem;top:16rem}.lg_border_q256{border-width:16rem}.lg_border_t_q256{border-top-width:16rem}.lg_border_r_q256{border-right-width:16rem}.lg_border_b_q256{border-bottom-width:16rem}.lg_border_l_q256,.lg_border_x_q256{border-left-width:16rem}.lg_border_x_q256{border-right-width:16rem}.lg_border_y_q256{border-bottom-width:16rem;border-top-width:16rem}.lg_rounded_q256{border-radius:16rem}.lg_rounded_t_q256{border-top-left-radius:16rem;border-top-right-radius:16rem}.lg_rounded_r_q256{border-bottom-right-radius:16rem;border-top-right-radius:16rem}.lg_rounded_b_q256{border-bottom-left-radius:16rem;border-bottom-right-radius:16rem}.lg_rounded_l_q256{border-bottom-left-radius:16rem}.lg_rounded_l_q256,.lg_rounded_tl_q256{border-top-left-radius:16rem}.lg_rounded_tr_q256{border-top-right-radius:16rem}.lg_rounded_br_q256{border-bottom-right-radius:16rem}.lg_rounded_bl_q256{border-bottom-left-radius:16rem}}@media(min-width:2880px){.xl_p_q0{padding:0}.xl_pt_q0{padding-top:0}.xl_pr_q0{padding-right:0}.xl_pb_q0{padding-bottom:0}.xl_pl_q0,.xl_px_q0{padding-left:0}.xl_px_q0{padding-right:0}.xl_py_q0{padding-bottom:0;padding-top:0}.xl_m_q0{margin:0}.xl_mt_q0{margin-top:0}.xl_mr_q0{margin-right:0}.xl_mb_q0{margin-bottom:0}.xl_ml_q0,.xl_mx_q0{margin-left:0}.xl_mx_q0{margin-right:0}.xl_my_q0{margin-bottom:0;margin-top:0}.xl_gap_q0{gap:0}.xl_gap_col_q0{-moz-column-gap:0;column-gap:0}.xl_gap_row_q0{row-gap:0}.xl_w_q0{width:0}.xl_min_w_q0{min-width:0}.xl_max_w_q0{max-width:0}.xl_h_q0{height:0}.xl_min_h_q0{min-height:0}.xl_max_h_q0{max-height:0}.xl_inset_q0{bottom:0;left:0;right:0;top:0}.xl_top_q0{top:0}.xl_right_q0{right:0}.xl_bottom_q0{bottom:0}.xl_left_q0{left:0}.xl_inset_x_q0{left:0;right:0}.xl_inset_y_q0{bottom:0;top:0}.xl_border_q0{border-width:0}.xl_border_t_q0{border-top-width:0}.xl_border_r_q0{border-right-width:0}.xl_border_b_q0{border-bottom-width:0}.xl_border_l_q0,.xl_border_x_q0{border-left-width:0}.xl_border_x_q0{border-right-width:0}.xl_border_y_q0{border-bottom-width:0;border-top-width:0}.xl_rounded_q0{border-radius:0}.xl_rounded_t_q0{border-top-left-radius:0;border-top-right-radius:0}.xl_rounded_r_q0{border-bottom-right-radius:0;border-top-right-radius:0}.xl_rounded_b_q0{border-bottom-left-radius:0;border-bottom-right-radius:0}.xl_rounded_l_q0{border-bottom-left-radius:0}.xl_rounded_l_q0,.xl_rounded_tl_q0{border-top-left-radius:0}.xl_rounded_tr_q0{border-top-right-radius:0}.xl_rounded_br_q0{border-bottom-right-radius:0}.xl_rounded_bl_q0{border-bottom-left-radius:0}.xl_p_q1{padding:.0625rem}.xl_pt_q1{padding-top:.0625rem}.xl_pr_q1{padding-right:.0625rem}.xl_pb_q1{padding-bottom:.0625rem}.xl_pl_q1,.xl_px_q1{padding-left:.0625rem}.xl_px_q1{padding-right:.0625rem}.xl_py_q1{padding-bottom:.0625rem;padding-top:.0625rem}.xl_m_q1{margin:.0625rem}.xl_mt_q1{margin-top:.0625rem}.xl_mr_q1{margin-right:.0625rem}.xl_mb_q1{margin-bottom:.0625rem}.xl_ml_q1,.xl_mx_q1{margin-left:.0625rem}.xl_mx_q1{margin-right:.0625rem}.xl_my_q1{margin-bottom:.0625rem;margin-top:.0625rem}.xl_gap_q1{gap:.0625rem}.xl_gap_col_q1{-moz-column-gap:.0625rem;column-gap:.0625rem}.xl_gap_row_q1{row-gap:.0625rem}.xl_w_q1{width:.0625rem}.xl_min_w_q1{min-width:.0625rem}.xl_max_w_q1{max-width:.0625rem}.xl_h_q1{height:.0625rem}.xl_min_h_q1{min-height:.0625rem}.xl_max_h_q1{max-height:.0625rem}.xl_inset_q1{bottom:.0625rem;left:.0625rem;right:.0625rem;top:.0625rem}.xl_top_q1{top:.0625rem}.xl_right_q1{right:.0625rem}.xl_bottom_q1{bottom:.0625rem}.xl_left_q1{left:.0625rem}.xl_inset_x_q1{left:.0625rem;right:.0625rem}.xl_inset_y_q1{bottom:.0625rem;top:.0625rem}.xl_border_q1{border-width:.0625rem}.xl_border_t_q1{border-top-width:.0625rem}.xl_border_r_q1{border-right-width:.0625rem}.xl_border_b_q1{border-bottom-width:.0625rem}.xl_border_l_q1,.xl_border_x_q1{border-left-width:.0625rem}.xl_border_x_q1{border-right-width:.0625rem}.xl_border_y_q1{border-bottom-width:.0625rem;border-top-width:.0625rem}.xl_rounded_q1{border-radius:.0625rem}.xl_rounded_t_q1{border-top-left-radius:.0625rem;border-top-right-radius:.0625rem}.xl_rounded_r_q1{border-top-right-radius:.0625rem}.xl_rounded_b_q1,.xl_rounded_r_q1{border-bottom-right-radius:.0625rem}.xl_rounded_b_q1,.xl_rounded_l_q1{border-bottom-left-radius:.0625rem}.xl_rounded_l_q1,.xl_rounded_tl_q1{border-top-left-radius:.0625rem}.xl_rounded_tr_q1{border-top-right-radius:.0625rem}.xl_rounded_br_q1{border-bottom-right-radius:.0625rem}.xl_rounded_bl_q1{border-bottom-left-radius:.0625rem}.xl_p_q2{padding:.125rem}.xl_pt_q2{padding-top:.125rem}.xl_pr_q2{padding-right:.125rem}.xl_pb_q2{padding-bottom:.125rem}.xl_pl_q2,.xl_px_q2{padding-left:.125rem}.xl_px_q2{padding-right:.125rem}.xl_py_q2{padding-bottom:.125rem;padding-top:.125rem}.xl_m_q2{margin:.125rem}.xl_mt_q2{margin-top:.125rem}.xl_mr_q2{margin-right:.125rem}.xl_mb_q2{margin-bottom:.125rem}.xl_ml_q2,.xl_mx_q2{margin-left:.125rem}.xl_mx_q2{margin-right:.125rem}.xl_my_q2{margin-bottom:.125rem;margin-top:.125rem}.xl_gap_q2{gap:.125rem}.xl_gap_col_q2{-moz-column-gap:.125rem;column-gap:.125rem}.xl_gap_row_q2{row-gap:.125rem}.xl_w_q2{width:.125rem}.xl_min_w_q2{min-width:.125rem}.xl_max_w_q2{max-width:.125rem}.xl_h_q2{height:.125rem}.xl_min_h_q2{min-height:.125rem}.xl_max_h_q2{max-height:.125rem}.xl_inset_q2{bottom:.125rem;left:.125rem;right:.125rem;top:.125rem}.xl_top_q2{top:.125rem}.xl_right_q2{right:.125rem}.xl_bottom_q2{bottom:.125rem}.xl_left_q2{left:.125rem}.xl_inset_x_q2{left:.125rem;right:.125rem}.xl_inset_y_q2{bottom:.125rem;top:.125rem}.xl_border_q2{border-width:.125rem}.xl_border_t_q2{border-top-width:.125rem}.xl_border_r_q2{border-right-width:.125rem}.xl_border_b_q2{border-bottom-width:.125rem}.xl_border_l_q2,.xl_border_x_q2{border-left-width:.125rem}.xl_border_x_q2{border-right-width:.125rem}.xl_border_y_q2{border-bottom-width:.125rem;border-top-width:.125rem}.xl_rounded_q2{border-radius:.125rem}.xl_rounded_t_q2{border-top-left-radius:.125rem;border-top-right-radius:.125rem}.xl_rounded_r_q2{border-top-right-radius:.125rem}.xl_rounded_b_q2,.xl_rounded_r_q2{border-bottom-right-radius:.125rem}.xl_rounded_b_q2,.xl_rounded_l_q2{border-bottom-left-radius:.125rem}.xl_rounded_l_q2,.xl_rounded_tl_q2{border-top-left-radius:.125rem}.xl_rounded_tr_q2{border-top-right-radius:.125rem}.xl_rounded_br_q2{border-bottom-right-radius:.125rem}.xl_rounded_bl_q2{border-bottom-left-radius:.125rem}.xl_p_q4{padding:.25rem}.xl_pt_q4{padding-top:.25rem}.xl_pr_q4{padding-right:.25rem}.xl_pb_q4{padding-bottom:.25rem}.xl_pl_q4,.xl_px_q4{padding-left:.25rem}.xl_px_q4{padding-right:.25rem}.xl_py_q4{padding-bottom:.25rem;padding-top:.25rem}.xl_m_q4{margin:.25rem}.xl_mt_q4{margin-top:.25rem}.xl_mr_q4{margin-right:.25rem}.xl_mb_q4{margin-bottom:.25rem}.xl_ml_q4,.xl_mx_q4{margin-left:.25rem}.xl_mx_q4{margin-right:.25rem}.xl_my_q4{margin-bottom:.25rem;margin-top:.25rem}.xl_gap_q4{gap:.25rem}.xl_gap_col_q4{-moz-column-gap:.25rem;column-gap:.25rem}.xl_gap_row_q4{row-gap:.25rem}.xl_w_q4{width:.25rem}.xl_min_w_q4{min-width:.25rem}.xl_max_w_q4{max-width:.25rem}.xl_h_q4{height:.25rem}.xl_min_h_q4{min-height:.25rem}.xl_max_h_q4{max-height:.25rem}.xl_inset_q4{bottom:.25rem;left:.25rem;right:.25rem;top:.25rem}.xl_top_q4{top:.25rem}.xl_right_q4{right:.25rem}.xl_bottom_q4{bottom:.25rem}.xl_left_q4{left:.25rem}.xl_inset_x_q4{left:.25rem;right:.25rem}.xl_inset_y_q4{bottom:.25rem;top:.25rem}.xl_border_q4{border-width:.25rem}.xl_border_t_q4{border-top-width:.25rem}.xl_border_r_q4{border-right-width:.25rem}.xl_border_b_q4{border-bottom-width:.25rem}.xl_border_l_q4,.xl_border_x_q4{border-left-width:.25rem}.xl_border_x_q4{border-right-width:.25rem}.xl_border_y_q4{border-bottom-width:.25rem;border-top-width:.25rem}.xl_rounded_q4{border-radius:.25rem}.xl_rounded_t_q4{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.xl_rounded_r_q4{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}.xl_rounded_b_q4{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.xl_rounded_l_q4{border-bottom-left-radius:.25rem}.xl_rounded_l_q4,.xl_rounded_tl_q4{border-top-left-radius:.25rem}.xl_rounded_tr_q4{border-top-right-radius:.25rem}.xl_rounded_br_q4{border-bottom-right-radius:.25rem}.xl_rounded_bl_q4{border-bottom-left-radius:.25rem}.xl_p_q6{padding:.375rem}.xl_pt_q6{padding-top:.375rem}.xl_pr_q6{padding-right:.375rem}.xl_pb_q6{padding-bottom:.375rem}.xl_pl_q6,.xl_px_q6{padding-left:.375rem}.xl_px_q6{padding-right:.375rem}.xl_py_q6{padding-bottom:.375rem;padding-top:.375rem}.xl_m_q6{margin:.375rem}.xl_mt_q6{margin-top:.375rem}.xl_mr_q6{margin-right:.375rem}.xl_mb_q6{margin-bottom:.375rem}.xl_ml_q6,.xl_mx_q6{margin-left:.375rem}.xl_mx_q6{margin-right:.375rem}.xl_my_q6{margin-bottom:.375rem;margin-top:.375rem}.xl_gap_q6{gap:.375rem}.xl_gap_col_q6{-moz-column-gap:.375rem;column-gap:.375rem}.xl_gap_row_q6{row-gap:.375rem}.xl_w_q6{width:.375rem}.xl_min_w_q6{min-width:.375rem}.xl_max_w_q6{max-width:.375rem}.xl_h_q6{height:.375rem}.xl_min_h_q6{min-height:.375rem}.xl_max_h_q6{max-height:.375rem}.xl_inset_q6{bottom:.375rem;left:.375rem;right:.375rem;top:.375rem}.xl_top_q6{top:.375rem}.xl_right_q6{right:.375rem}.xl_bottom_q6{bottom:.375rem}.xl_left_q6{left:.375rem}.xl_inset_x_q6{left:.375rem;right:.375rem}.xl_inset_y_q6{bottom:.375rem;top:.375rem}.xl_border_q6{border-width:.375rem}.xl_border_t_q6{border-top-width:.375rem}.xl_border_r_q6{border-right-width:.375rem}.xl_border_b_q6{border-bottom-width:.375rem}.xl_border_l_q6,.xl_border_x_q6{border-left-width:.375rem}.xl_border_x_q6{border-right-width:.375rem}.xl_border_y_q6{border-bottom-width:.375rem;border-top-width:.375rem}.xl_rounded_q6{border-radius:.375rem}.xl_rounded_t_q6{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.xl_rounded_r_q6{border-top-right-radius:.375rem}.xl_rounded_b_q6,.xl_rounded_r_q6{border-bottom-right-radius:.375rem}.xl_rounded_b_q6,.xl_rounded_l_q6{border-bottom-left-radius:.375rem}.xl_rounded_l_q6,.xl_rounded_tl_q6{border-top-left-radius:.375rem}.xl_rounded_tr_q6{border-top-right-radius:.375rem}.xl_rounded_br_q6{border-bottom-right-radius:.375rem}.xl_rounded_bl_q6{border-bottom-left-radius:.375rem}.xl_p_q8{padding:.5rem}.xl_pt_q8{padding-top:.5rem}.xl_pr_q8{padding-right:.5rem}.xl_pb_q8{padding-bottom:.5rem}.xl_pl_q8,.xl_px_q8{padding-left:.5rem}.xl_px_q8{padding-right:.5rem}.xl_py_q8{padding-bottom:.5rem;padding-top:.5rem}.xl_m_q8{margin:.5rem}.xl_mt_q8{margin-top:.5rem}.xl_mr_q8{margin-right:.5rem}.xl_mb_q8{margin-bottom:.5rem}.xl_ml_q8,.xl_mx_q8{margin-left:.5rem}.xl_mx_q8{margin-right:.5rem}.xl_my_q8{margin-bottom:.5rem;margin-top:.5rem}.xl_gap_q8{gap:.5rem}.xl_gap_col_q8{-moz-column-gap:.5rem;column-gap:.5rem}.xl_gap_row_q8{row-gap:.5rem}.xl_w_q8{width:.5rem}.xl_min_w_q8{min-width:.5rem}.xl_max_w_q8{max-width:.5rem}.xl_h_q8{height:.5rem}.xl_min_h_q8{min-height:.5rem}.xl_max_h_q8{max-height:.5rem}.xl_inset_q8{bottom:.5rem;left:.5rem;right:.5rem;top:.5rem}.xl_top_q8{top:.5rem}.xl_right_q8{right:.5rem}.xl_bottom_q8{bottom:.5rem}.xl_left_q8{left:.5rem}.xl_inset_x_q8{left:.5rem;right:.5rem}.xl_inset_y_q8{bottom:.5rem;top:.5rem}.xl_border_q8{border-width:.5rem}.xl_border_t_q8{border-top-width:.5rem}.xl_border_r_q8{border-right-width:.5rem}.xl_border_b_q8{border-bottom-width:.5rem}.xl_border_l_q8,.xl_border_x_q8{border-left-width:.5rem}.xl_border_x_q8{border-right-width:.5rem}.xl_border_y_q8{border-bottom-width:.5rem;border-top-width:.5rem}.xl_rounded_q8{border-radius:.5rem}.xl_rounded_t_q8{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.xl_rounded_r_q8{border-bottom-right-radius:.5rem;border-top-right-radius:.5rem}.xl_rounded_b_q8{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.xl_rounded_l_q8{border-bottom-left-radius:.5rem}.xl_rounded_l_q8,.xl_rounded_tl_q8{border-top-left-radius:.5rem}.xl_rounded_tr_q8{border-top-right-radius:.5rem}.xl_rounded_br_q8{border-bottom-right-radius:.5rem}.xl_rounded_bl_q8{border-bottom-left-radius:.5rem}.xl_p_q12{padding:.75rem}.xl_pt_q12{padding-top:.75rem}.xl_pr_q12{padding-right:.75rem}.xl_pb_q12{padding-bottom:.75rem}.xl_pl_q12,.xl_px_q12{padding-left:.75rem}.xl_px_q12{padding-right:.75rem}.xl_py_q12{padding-bottom:.75rem;padding-top:.75rem}.xl_m_q12{margin:.75rem}.xl_mt_q12{margin-top:.75rem}.xl_mr_q12{margin-right:.75rem}.xl_mb_q12{margin-bottom:.75rem}.xl_ml_q12,.xl_mx_q12{margin-left:.75rem}.xl_mx_q12{margin-right:.75rem}.xl_my_q12{margin-bottom:.75rem;margin-top:.75rem}.xl_gap_q12{gap:.75rem}.xl_gap_col_q12{-moz-column-gap:.75rem;column-gap:.75rem}.xl_gap_row_q12{row-gap:.75rem}.xl_w_q12{width:.75rem}.xl_min_w_q12{min-width:.75rem}.xl_max_w_q12{max-width:.75rem}.xl_h_q12{height:.75rem}.xl_min_h_q12{min-height:.75rem}.xl_max_h_q12{max-height:.75rem}.xl_inset_q12{bottom:.75rem;left:.75rem;right:.75rem;top:.75rem}.xl_top_q12{top:.75rem}.xl_right_q12{right:.75rem}.xl_bottom_q12{bottom:.75rem}.xl_left_q12{left:.75rem}.xl_inset_x_q12{left:.75rem;right:.75rem}.xl_inset_y_q12{bottom:.75rem;top:.75rem}.xl_border_q12{border-width:.75rem}.xl_border_t_q12{border-top-width:.75rem}.xl_border_r_q12{border-right-width:.75rem}.xl_border_b_q12{border-bottom-width:.75rem}.xl_border_l_q12,.xl_border_x_q12{border-left-width:.75rem}.xl_border_x_q12{border-right-width:.75rem}.xl_border_y_q12{border-bottom-width:.75rem;border-top-width:.75rem}.xl_rounded_q12{border-radius:.75rem}.xl_rounded_t_q12{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.xl_rounded_r_q12{border-bottom-right-radius:.75rem;border-top-right-radius:.75rem}.xl_rounded_b_q12{border-bottom-left-radius:.75rem;border-bottom-right-radius:.75rem}.xl_rounded_l_q12{border-bottom-left-radius:.75rem}.xl_rounded_l_q12,.xl_rounded_tl_q12{border-top-left-radius:.75rem}.xl_rounded_tr_q12{border-top-right-radius:.75rem}.xl_rounded_br_q12{border-bottom-right-radius:.75rem}.xl_rounded_bl_q12{border-bottom-left-radius:.75rem}.xl_p_q16{padding:1rem}.xl_pt_q16{padding-top:1rem}.xl_pr_q16{padding-right:1rem}.xl_pb_q16{padding-bottom:1rem}.xl_pl_q16,.xl_px_q16{padding-left:1rem}.xl_px_q16{padding-right:1rem}.xl_py_q16{padding-bottom:1rem;padding-top:1rem}.xl_m_q16{margin:1rem}.xl_mt_q16{margin-top:1rem}.xl_mr_q16{margin-right:1rem}.xl_mb_q16{margin-bottom:1rem}.xl_ml_q16,.xl_mx_q16{margin-left:1rem}.xl_mx_q16{margin-right:1rem}.xl_my_q16{margin-bottom:1rem;margin-top:1rem}.xl_gap_q16{gap:1rem}.xl_gap_col_q16{-moz-column-gap:1rem;column-gap:1rem}.xl_gap_row_q16{row-gap:1rem}.xl_w_q16{width:1rem}.xl_min_w_q16{min-width:1rem}.xl_max_w_q16{max-width:1rem}.xl_h_q16{height:1rem}.xl_min_h_q16{min-height:1rem}.xl_max_h_q16{max-height:1rem}.xl_inset_q16{bottom:1rem;left:1rem;right:1rem;top:1rem}.xl_top_q16{top:1rem}.xl_right_q16{right:1rem}.xl_bottom_q16{bottom:1rem}.xl_left_q16{left:1rem}.xl_inset_x_q16{left:1rem;right:1rem}.xl_inset_y_q16{bottom:1rem;top:1rem}.xl_border_q16{border-width:1rem}.xl_border_t_q16{border-top-width:1rem}.xl_border_r_q16{border-right-width:1rem}.xl_border_b_q16{border-bottom-width:1rem}.xl_border_l_q16,.xl_border_x_q16{border-left-width:1rem}.xl_border_x_q16{border-right-width:1rem}.xl_border_y_q16{border-bottom-width:1rem;border-top-width:1rem}.xl_rounded_q16{border-radius:1rem}.xl_rounded_t_q16{border-top-left-radius:1rem;border-top-right-radius:1rem}.xl_rounded_r_q16{border-bottom-right-radius:1rem;border-top-right-radius:1rem}.xl_rounded_b_q16{border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}.xl_rounded_l_q16{border-bottom-left-radius:1rem}.xl_rounded_l_q16,.xl_rounded_tl_q16{border-top-left-radius:1rem}.xl_rounded_tr_q16{border-top-right-radius:1rem}.xl_rounded_br_q16{border-bottom-right-radius:1rem}.xl_rounded_bl_q16{border-bottom-left-radius:1rem}.xl_p_q20{padding:1.25rem}.xl_pt_q20{padding-top:1.25rem}.xl_pr_q20{padding-right:1.25rem}.xl_pb_q20{padding-bottom:1.25rem}.xl_pl_q20,.xl_px_q20{padding-left:1.25rem}.xl_px_q20{padding-right:1.25rem}.xl_py_q20{padding-bottom:1.25rem;padding-top:1.25rem}.xl_m_q20{margin:1.25rem}.xl_mt_q20{margin-top:1.25rem}.xl_mr_q20{margin-right:1.25rem}.xl_mb_q20{margin-bottom:1.25rem}.xl_ml_q20,.xl_mx_q20{margin-left:1.25rem}.xl_mx_q20{margin-right:1.25rem}.xl_my_q20{margin-bottom:1.25rem;margin-top:1.25rem}.xl_gap_q20{gap:1.25rem}.xl_gap_col_q20{-moz-column-gap:1.25rem;column-gap:1.25rem}.xl_gap_row_q20{row-gap:1.25rem}.xl_w_q20{width:1.25rem}.xl_min_w_q20{min-width:1.25rem}.xl_max_w_q20{max-width:1.25rem}.xl_h_q20{height:1.25rem}.xl_min_h_q20{min-height:1.25rem}.xl_max_h_q20{max-height:1.25rem}.xl_inset_q20{bottom:1.25rem;left:1.25rem;right:1.25rem;top:1.25rem}.xl_top_q20{top:1.25rem}.xl_right_q20{right:1.25rem}.xl_bottom_q20{bottom:1.25rem}.xl_left_q20{left:1.25rem}.xl_inset_x_q20{left:1.25rem;right:1.25rem}.xl_inset_y_q20{bottom:1.25rem;top:1.25rem}.xl_border_q20{border-width:1.25rem}.xl_border_t_q20{border-top-width:1.25rem}.xl_border_r_q20{border-right-width:1.25rem}.xl_border_b_q20{border-bottom-width:1.25rem}.xl_border_l_q20,.xl_border_x_q20{border-left-width:1.25rem}.xl_border_x_q20{border-right-width:1.25rem}.xl_border_y_q20{border-bottom-width:1.25rem;border-top-width:1.25rem}.xl_rounded_q20{border-radius:1.25rem}.xl_rounded_t_q20{border-top-left-radius:1.25rem;border-top-right-radius:1.25rem}.xl_rounded_r_q20{border-bottom-right-radius:1.25rem;border-top-right-radius:1.25rem}.xl_rounded_b_q20{border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem}.xl_rounded_l_q20{border-bottom-left-radius:1.25rem}.xl_rounded_l_q20,.xl_rounded_tl_q20{border-top-left-radius:1.25rem}.xl_rounded_tr_q20{border-top-right-radius:1.25rem}.xl_rounded_br_q20{border-bottom-right-radius:1.25rem}.xl_rounded_bl_q20{border-bottom-left-radius:1.25rem}.xl_p_q24{padding:1.5rem}.xl_pt_q24{padding-top:1.5rem}.xl_pr_q24{padding-right:1.5rem}.xl_pb_q24{padding-bottom:1.5rem}.xl_pl_q24,.xl_px_q24{padding-left:1.5rem}.xl_px_q24{padding-right:1.5rem}.xl_py_q24{padding-bottom:1.5rem;padding-top:1.5rem}.xl_m_q24{margin:1.5rem}.xl_mt_q24{margin-top:1.5rem}.xl_mr_q24{margin-right:1.5rem}.xl_mb_q24{margin-bottom:1.5rem}.xl_ml_q24,.xl_mx_q24{margin-left:1.5rem}.xl_mx_q24{margin-right:1.5rem}.xl_my_q24{margin-bottom:1.5rem;margin-top:1.5rem}.xl_gap_q24{gap:1.5rem}.xl_gap_col_q24{-moz-column-gap:1.5rem;column-gap:1.5rem}.xl_gap_row_q24{row-gap:1.5rem}.xl_w_q24{width:1.5rem}.xl_min_w_q24{min-width:1.5rem}.xl_max_w_q24{max-width:1.5rem}.xl_h_q24{height:1.5rem}.xl_min_h_q24{min-height:1.5rem}.xl_max_h_q24{max-height:1.5rem}.xl_inset_q24{bottom:1.5rem;left:1.5rem;right:1.5rem;top:1.5rem}.xl_top_q24{top:1.5rem}.xl_right_q24{right:1.5rem}.xl_bottom_q24{bottom:1.5rem}.xl_left_q24{left:1.5rem}.xl_inset_x_q24{left:1.5rem;right:1.5rem}.xl_inset_y_q24{bottom:1.5rem;top:1.5rem}.xl_border_q24{border-width:1.5rem}.xl_border_t_q24{border-top-width:1.5rem}.xl_border_r_q24{border-right-width:1.5rem}.xl_border_b_q24{border-bottom-width:1.5rem}.xl_border_l_q24,.xl_border_x_q24{border-left-width:1.5rem}.xl_border_x_q24{border-right-width:1.5rem}.xl_border_y_q24{border-bottom-width:1.5rem;border-top-width:1.5rem}.xl_rounded_q24{border-radius:1.5rem}.xl_rounded_t_q24{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.xl_rounded_r_q24{border-bottom-right-radius:1.5rem;border-top-right-radius:1.5rem}.xl_rounded_b_q24{border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem}.xl_rounded_l_q24{border-bottom-left-radius:1.5rem}.xl_rounded_l_q24,.xl_rounded_tl_q24{border-top-left-radius:1.5rem}.xl_rounded_tr_q24{border-top-right-radius:1.5rem}.xl_rounded_br_q24{border-bottom-right-radius:1.5rem}.xl_rounded_bl_q24{border-bottom-left-radius:1.5rem}.xl_p_q32{padding:2rem}.xl_pt_q32{padding-top:2rem}.xl_pr_q32{padding-right:2rem}.xl_pb_q32{padding-bottom:2rem}.xl_pl_q32,.xl_px_q32{padding-left:2rem}.xl_px_q32{padding-right:2rem}.xl_py_q32{padding-bottom:2rem;padding-top:2rem}.xl_m_q32{margin:2rem}.xl_mt_q32{margin-top:2rem}.xl_mr_q32{margin-right:2rem}.xl_mb_q32{margin-bottom:2rem}.xl_ml_q32,.xl_mx_q32{margin-left:2rem}.xl_mx_q32{margin-right:2rem}.xl_my_q32{margin-bottom:2rem;margin-top:2rem}.xl_gap_q32{gap:2rem}.xl_gap_col_q32{-moz-column-gap:2rem;column-gap:2rem}.xl_gap_row_q32{row-gap:2rem}.xl_w_q32{width:2rem}.xl_min_w_q32{min-width:2rem}.xl_max_w_q32{max-width:2rem}.xl_h_q32{height:2rem}.xl_min_h_q32{min-height:2rem}.xl_max_h_q32{max-height:2rem}.xl_inset_q32{bottom:2rem;left:2rem;right:2rem;top:2rem}.xl_top_q32{top:2rem}.xl_right_q32{right:2rem}.xl_bottom_q32{bottom:2rem}.xl_left_q32{left:2rem}.xl_inset_x_q32{left:2rem;right:2rem}.xl_inset_y_q32{bottom:2rem;top:2rem}.xl_border_q32{border-width:2rem}.xl_border_t_q32{border-top-width:2rem}.xl_border_r_q32{border-right-width:2rem}.xl_border_b_q32{border-bottom-width:2rem}.xl_border_l_q32,.xl_border_x_q32{border-left-width:2rem}.xl_border_x_q32{border-right-width:2rem}.xl_border_y_q32{border-bottom-width:2rem;border-top-width:2rem}.xl_rounded_q32{border-radius:2rem}.xl_rounded_t_q32{border-top-left-radius:2rem;border-top-right-radius:2rem}.xl_rounded_r_q32{border-bottom-right-radius:2rem;border-top-right-radius:2rem}.xl_rounded_b_q32{border-bottom-left-radius:2rem;border-bottom-right-radius:2rem}.xl_rounded_l_q32{border-bottom-left-radius:2rem}.xl_rounded_l_q32,.xl_rounded_tl_q32{border-top-left-radius:2rem}.xl_rounded_tr_q32{border-top-right-radius:2rem}.xl_rounded_br_q32{border-bottom-right-radius:2rem}.xl_rounded_bl_q32{border-bottom-left-radius:2rem}.xl_p_q40{padding:2.5rem}.xl_pt_q40{padding-top:2.5rem}.xl_pr_q40{padding-right:2.5rem}.xl_pb_q40{padding-bottom:2.5rem}.xl_pl_q40,.xl_px_q40{padding-left:2.5rem}.xl_px_q40{padding-right:2.5rem}.xl_py_q40{padding-bottom:2.5rem;padding-top:2.5rem}.xl_m_q40{margin:2.5rem}.xl_mt_q40{margin-top:2.5rem}.xl_mr_q40{margin-right:2.5rem}.xl_mb_q40{margin-bottom:2.5rem}.xl_ml_q40,.xl_mx_q40{margin-left:2.5rem}.xl_mx_q40{margin-right:2.5rem}.xl_my_q40{margin-bottom:2.5rem;margin-top:2.5rem}.xl_gap_q40{gap:2.5rem}.xl_gap_col_q40{-moz-column-gap:2.5rem;column-gap:2.5rem}.xl_gap_row_q40{row-gap:2.5rem}.xl_w_q40{width:2.5rem}.xl_min_w_q40{min-width:2.5rem}.xl_max_w_q40{max-width:2.5rem}.xl_h_q40{height:2.5rem}.xl_min_h_q40{min-height:2.5rem}.xl_max_h_q40{max-height:2.5rem}.xl_inset_q40{bottom:2.5rem;left:2.5rem;right:2.5rem;top:2.5rem}.xl_top_q40{top:2.5rem}.xl_right_q40{right:2.5rem}.xl_bottom_q40{bottom:2.5rem}.xl_left_q40{left:2.5rem}.xl_inset_x_q40{left:2.5rem;right:2.5rem}.xl_inset_y_q40{bottom:2.5rem;top:2.5rem}.xl_border_q40{border-width:2.5rem}.xl_border_t_q40{border-top-width:2.5rem}.xl_border_r_q40{border-right-width:2.5rem}.xl_border_b_q40{border-bottom-width:2.5rem}.xl_border_l_q40,.xl_border_x_q40{border-left-width:2.5rem}.xl_border_x_q40{border-right-width:2.5rem}.xl_border_y_q40{border-bottom-width:2.5rem;border-top-width:2.5rem}.xl_rounded_q40{border-radius:2.5rem}.xl_rounded_t_q40{border-top-left-radius:2.5rem;border-top-right-radius:2.5rem}.xl_rounded_r_q40{border-bottom-right-radius:2.5rem;border-top-right-radius:2.5rem}.xl_rounded_b_q40{border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem}.xl_rounded_l_q40{border-bottom-left-radius:2.5rem}.xl_rounded_l_q40,.xl_rounded_tl_q40{border-top-left-radius:2.5rem}.xl_rounded_tr_q40{border-top-right-radius:2.5rem}.xl_rounded_br_q40{border-bottom-right-radius:2.5rem}.xl_rounded_bl_q40{border-bottom-left-radius:2.5rem}.xl_p_q48{padding:3rem}.xl_pt_q48{padding-top:3rem}.xl_pr_q48{padding-right:3rem}.xl_pb_q48{padding-bottom:3rem}.xl_pl_q48,.xl_px_q48{padding-left:3rem}.xl_px_q48{padding-right:3rem}.xl_py_q48{padding-bottom:3rem;padding-top:3rem}.xl_m_q48{margin:3rem}.xl_mt_q48{margin-top:3rem}.xl_mr_q48{margin-right:3rem}.xl_mb_q48{margin-bottom:3rem}.xl_ml_q48,.xl_mx_q48{margin-left:3rem}.xl_mx_q48{margin-right:3rem}.xl_my_q48{margin-bottom:3rem;margin-top:3rem}.xl_gap_q48{gap:3rem}.xl_gap_col_q48{-moz-column-gap:3rem;column-gap:3rem}.xl_gap_row_q48{row-gap:3rem}.xl_w_q48{width:3rem}.xl_min_w_q48{min-width:3rem}.xl_max_w_q48{max-width:3rem}.xl_h_q48{height:3rem}.xl_min_h_q48{min-height:3rem}.xl_max_h_q48{max-height:3rem}.xl_inset_q48{bottom:3rem;left:3rem;right:3rem;top:3rem}.xl_top_q48{top:3rem}.xl_right_q48{right:3rem}.xl_bottom_q48{bottom:3rem}.xl_left_q48{left:3rem}.xl_inset_x_q48{left:3rem;right:3rem}.xl_inset_y_q48{bottom:3rem;top:3rem}.xl_border_q48{border-width:3rem}.xl_border_t_q48{border-top-width:3rem}.xl_border_r_q48{border-right-width:3rem}.xl_border_b_q48{border-bottom-width:3rem}.xl_border_l_q48,.xl_border_x_q48{border-left-width:3rem}.xl_border_x_q48{border-right-width:3rem}.xl_border_y_q48{border-bottom-width:3rem;border-top-width:3rem}.xl_rounded_q48{border-radius:3rem}.xl_rounded_t_q48{border-top-left-radius:3rem;border-top-right-radius:3rem}.xl_rounded_r_q48{border-bottom-right-radius:3rem;border-top-right-radius:3rem}.xl_rounded_b_q48{border-bottom-left-radius:3rem;border-bottom-right-radius:3rem}.xl_rounded_l_q48{border-bottom-left-radius:3rem}.xl_rounded_l_q48,.xl_rounded_tl_q48{border-top-left-radius:3rem}.xl_rounded_tr_q48{border-top-right-radius:3rem}.xl_rounded_br_q48{border-bottom-right-radius:3rem}.xl_rounded_bl_q48{border-bottom-left-radius:3rem}.xl_p_q56{padding:3.5rem}.xl_pt_q56{padding-top:3.5rem}.xl_pr_q56{padding-right:3.5rem}.xl_pb_q56{padding-bottom:3.5rem}.xl_pl_q56,.xl_px_q56{padding-left:3.5rem}.xl_px_q56{padding-right:3.5rem}.xl_py_q56{padding-bottom:3.5rem;padding-top:3.5rem}.xl_m_q56{margin:3.5rem}.xl_mt_q56{margin-top:3.5rem}.xl_mr_q56{margin-right:3.5rem}.xl_mb_q56{margin-bottom:3.5rem}.xl_ml_q56,.xl_mx_q56{margin-left:3.5rem}.xl_mx_q56{margin-right:3.5rem}.xl_my_q56{margin-bottom:3.5rem;margin-top:3.5rem}.xl_gap_q56{gap:3.5rem}.xl_gap_col_q56{-moz-column-gap:3.5rem;column-gap:3.5rem}.xl_gap_row_q56{row-gap:3.5rem}.xl_w_q56{width:3.5rem}.xl_min_w_q56{min-width:3.5rem}.xl_max_w_q56{max-width:3.5rem}.xl_h_q56{height:3.5rem}.xl_min_h_q56{min-height:3.5rem}.xl_max_h_q56{max-height:3.5rem}.xl_inset_q56{bottom:3.5rem;left:3.5rem;right:3.5rem;top:3.5rem}.xl_top_q56{top:3.5rem}.xl_right_q56{right:3.5rem}.xl_bottom_q56{bottom:3.5rem}.xl_left_q56{left:3.5rem}.xl_inset_x_q56{left:3.5rem;right:3.5rem}.xl_inset_y_q56{bottom:3.5rem;top:3.5rem}.xl_border_q56{border-width:3.5rem}.xl_border_t_q56{border-top-width:3.5rem}.xl_border_r_q56{border-right-width:3.5rem}.xl_border_b_q56{border-bottom-width:3.5rem}.xl_border_l_q56,.xl_border_x_q56{border-left-width:3.5rem}.xl_border_x_q56{border-right-width:3.5rem}.xl_border_y_q56{border-bottom-width:3.5rem;border-top-width:3.5rem}.xl_rounded_q56{border-radius:3.5rem}.xl_rounded_t_q56{border-top-left-radius:3.5rem;border-top-right-radius:3.5rem}.xl_rounded_r_q56{border-bottom-right-radius:3.5rem;border-top-right-radius:3.5rem}.xl_rounded_b_q56{border-bottom-left-radius:3.5rem;border-bottom-right-radius:3.5rem}.xl_rounded_l_q56{border-bottom-left-radius:3.5rem}.xl_rounded_l_q56,.xl_rounded_tl_q56{border-top-left-radius:3.5rem}.xl_rounded_tr_q56{border-top-right-radius:3.5rem}.xl_rounded_br_q56{border-bottom-right-radius:3.5rem}.xl_rounded_bl_q56{border-bottom-left-radius:3.5rem}.xl_p_q64{padding:4rem}.xl_pt_q64{padding-top:4rem}.xl_pr_q64{padding-right:4rem}.xl_pb_q64{padding-bottom:4rem}.xl_pl_q64,.xl_px_q64{padding-left:4rem}.xl_px_q64{padding-right:4rem}.xl_py_q64{padding-bottom:4rem;padding-top:4rem}.xl_m_q64{margin:4rem}.xl_mt_q64{margin-top:4rem}.xl_mr_q64{margin-right:4rem}.xl_mb_q64{margin-bottom:4rem}.xl_ml_q64,.xl_mx_q64{margin-left:4rem}.xl_mx_q64{margin-right:4rem}.xl_my_q64{margin-bottom:4rem;margin-top:4rem}.xl_gap_q64{gap:4rem}.xl_gap_col_q64{-moz-column-gap:4rem;column-gap:4rem}.xl_gap_row_q64{row-gap:4rem}.xl_w_q64{width:4rem}.xl_min_w_q64{min-width:4rem}.xl_max_w_q64{max-width:4rem}.xl_h_q64{height:4rem}.xl_min_h_q64{min-height:4rem}.xl_max_h_q64{max-height:4rem}.xl_inset_q64{bottom:4rem;left:4rem;right:4rem;top:4rem}.xl_top_q64{top:4rem}.xl_right_q64{right:4rem}.xl_bottom_q64{bottom:4rem}.xl_left_q64{left:4rem}.xl_inset_x_q64{left:4rem;right:4rem}.xl_inset_y_q64{bottom:4rem;top:4rem}.xl_border_q64{border-width:4rem}.xl_border_t_q64{border-top-width:4rem}.xl_border_r_q64{border-right-width:4rem}.xl_border_b_q64{border-bottom-width:4rem}.xl_border_l_q64,.xl_border_x_q64{border-left-width:4rem}.xl_border_x_q64{border-right-width:4rem}.xl_border_y_q64{border-bottom-width:4rem;border-top-width:4rem}.xl_rounded_q64{border-radius:4rem}.xl_rounded_t_q64{border-top-left-radius:4rem;border-top-right-radius:4rem}.xl_rounded_r_q64{border-bottom-right-radius:4rem;border-top-right-radius:4rem}.xl_rounded_b_q64{border-bottom-left-radius:4rem;border-bottom-right-radius:4rem}.xl_rounded_l_q64{border-bottom-left-radius:4rem}.xl_rounded_l_q64,.xl_rounded_tl_q64{border-top-left-radius:4rem}.xl_rounded_tr_q64{border-top-right-radius:4rem}.xl_rounded_br_q64{border-bottom-right-radius:4rem}.xl_rounded_bl_q64{border-bottom-left-radius:4rem}.xl_p_q72{padding:4.5rem}.xl_pt_q72{padding-top:4.5rem}.xl_pr_q72{padding-right:4.5rem}.xl_pb_q72{padding-bottom:4.5rem}.xl_pl_q72,.xl_px_q72{padding-left:4.5rem}.xl_px_q72{padding-right:4.5rem}.xl_py_q72{padding-bottom:4.5rem;padding-top:4.5rem}.xl_m_q72{margin:4.5rem}.xl_mt_q72{margin-top:4.5rem}.xl_mr_q72{margin-right:4.5rem}.xl_mb_q72{margin-bottom:4.5rem}.xl_ml_q72,.xl_mx_q72{margin-left:4.5rem}.xl_mx_q72{margin-right:4.5rem}.xl_my_q72{margin-bottom:4.5rem;margin-top:4.5rem}.xl_gap_q72{gap:4.5rem}.xl_gap_col_q72{-moz-column-gap:4.5rem;column-gap:4.5rem}.xl_gap_row_q72{row-gap:4.5rem}.xl_w_q72{width:4.5rem}.xl_min_w_q72{min-width:4.5rem}.xl_max_w_q72{max-width:4.5rem}.xl_h_q72{height:4.5rem}.xl_min_h_q72{min-height:4.5rem}.xl_max_h_q72{max-height:4.5rem}.xl_inset_q72{bottom:4.5rem;left:4.5rem;right:4.5rem;top:4.5rem}.xl_top_q72{top:4.5rem}.xl_right_q72{right:4.5rem}.xl_bottom_q72{bottom:4.5rem}.xl_left_q72{left:4.5rem}.xl_inset_x_q72{left:4.5rem;right:4.5rem}.xl_inset_y_q72{bottom:4.5rem;top:4.5rem}.xl_border_q72{border-width:4.5rem}.xl_border_t_q72{border-top-width:4.5rem}.xl_border_r_q72{border-right-width:4.5rem}.xl_border_b_q72{border-bottom-width:4.5rem}.xl_border_l_q72,.xl_border_x_q72{border-left-width:4.5rem}.xl_border_x_q72{border-right-width:4.5rem}.xl_border_y_q72{border-bottom-width:4.5rem;border-top-width:4.5rem}.xl_rounded_q72{border-radius:4.5rem}.xl_rounded_t_q72{border-top-left-radius:4.5rem;border-top-right-radius:4.5rem}.xl_rounded_r_q72{border-bottom-right-radius:4.5rem;border-top-right-radius:4.5rem}.xl_rounded_b_q72{border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem}.xl_rounded_l_q72{border-bottom-left-radius:4.5rem}.xl_rounded_l_q72,.xl_rounded_tl_q72{border-top-left-radius:4.5rem}.xl_rounded_tr_q72{border-top-right-radius:4.5rem}.xl_rounded_br_q72{border-bottom-right-radius:4.5rem}.xl_rounded_bl_q72{border-bottom-left-radius:4.5rem}.xl_p_q80{padding:5rem}.xl_pt_q80{padding-top:5rem}.xl_pr_q80{padding-right:5rem}.xl_pb_q80{padding-bottom:5rem}.xl_pl_q80,.xl_px_q80{padding-left:5rem}.xl_px_q80{padding-right:5rem}.xl_py_q80{padding-bottom:5rem;padding-top:5rem}.xl_m_q80{margin:5rem}.xl_mt_q80{margin-top:5rem}.xl_mr_q80{margin-right:5rem}.xl_mb_q80{margin-bottom:5rem}.xl_ml_q80,.xl_mx_q80{margin-left:5rem}.xl_mx_q80{margin-right:5rem}.xl_my_q80{margin-bottom:5rem;margin-top:5rem}.xl_gap_q80{gap:5rem}.xl_gap_col_q80{-moz-column-gap:5rem;column-gap:5rem}.xl_gap_row_q80{row-gap:5rem}.xl_w_q80{width:5rem}.xl_min_w_q80{min-width:5rem}.xl_max_w_q80{max-width:5rem}.xl_h_q80{height:5rem}.xl_min_h_q80{min-height:5rem}.xl_max_h_q80{max-height:5rem}.xl_inset_q80{bottom:5rem;left:5rem;right:5rem;top:5rem}.xl_top_q80{top:5rem}.xl_right_q80{right:5rem}.xl_bottom_q80{bottom:5rem}.xl_left_q80{left:5rem}.xl_inset_x_q80{left:5rem;right:5rem}.xl_inset_y_q80{bottom:5rem;top:5rem}.xl_border_q80{border-width:5rem}.xl_border_t_q80{border-top-width:5rem}.xl_border_r_q80{border-right-width:5rem}.xl_border_b_q80{border-bottom-width:5rem}.xl_border_l_q80,.xl_border_x_q80{border-left-width:5rem}.xl_border_x_q80{border-right-width:5rem}.xl_border_y_q80{border-bottom-width:5rem;border-top-width:5rem}.xl_rounded_q80{border-radius:5rem}.xl_rounded_t_q80{border-top-left-radius:5rem;border-top-right-radius:5rem}.xl_rounded_r_q80{border-bottom-right-radius:5rem;border-top-right-radius:5rem}.xl_rounded_b_q80{border-bottom-left-radius:5rem;border-bottom-right-radius:5rem}.xl_rounded_l_q80{border-bottom-left-radius:5rem}.xl_rounded_l_q80,.xl_rounded_tl_q80{border-top-left-radius:5rem}.xl_rounded_tr_q80{border-top-right-radius:5rem}.xl_rounded_br_q80{border-bottom-right-radius:5rem}.xl_rounded_bl_q80{border-bottom-left-radius:5rem}.xl_p_q96{padding:6rem}.xl_pt_q96{padding-top:6rem}.xl_pr_q96{padding-right:6rem}.xl_pb_q96{padding-bottom:6rem}.xl_pl_q96,.xl_px_q96{padding-left:6rem}.xl_px_q96{padding-right:6rem}.xl_py_q96{padding-bottom:6rem;padding-top:6rem}.xl_m_q96{margin:6rem}.xl_mt_q96{margin-top:6rem}.xl_mr_q96{margin-right:6rem}.xl_mb_q96{margin-bottom:6rem}.xl_ml_q96,.xl_mx_q96{margin-left:6rem}.xl_mx_q96{margin-right:6rem}.xl_my_q96{margin-bottom:6rem;margin-top:6rem}.xl_gap_q96{gap:6rem}.xl_gap_col_q96{-moz-column-gap:6rem;column-gap:6rem}.xl_gap_row_q96{row-gap:6rem}.xl_w_q96{width:6rem}.xl_min_w_q96{min-width:6rem}.xl_max_w_q96{max-width:6rem}.xl_h_q96{height:6rem}.xl_min_h_q96{min-height:6rem}.xl_max_h_q96{max-height:6rem}.xl_inset_q96{bottom:6rem;left:6rem;right:6rem;top:6rem}.xl_top_q96{top:6rem}.xl_right_q96{right:6rem}.xl_bottom_q96{bottom:6rem}.xl_left_q96{left:6rem}.xl_inset_x_q96{left:6rem;right:6rem}.xl_inset_y_q96{bottom:6rem;top:6rem}.xl_border_q96{border-width:6rem}.xl_border_t_q96{border-top-width:6rem}.xl_border_r_q96{border-right-width:6rem}.xl_border_b_q96{border-bottom-width:6rem}.xl_border_l_q96,.xl_border_x_q96{border-left-width:6rem}.xl_border_x_q96{border-right-width:6rem}.xl_border_y_q96{border-bottom-width:6rem;border-top-width:6rem}.xl_rounded_q96{border-radius:6rem}.xl_rounded_t_q96{border-top-left-radius:6rem;border-top-right-radius:6rem}.xl_rounded_r_q96{border-bottom-right-radius:6rem;border-top-right-radius:6rem}.xl_rounded_b_q96{border-bottom-left-radius:6rem;border-bottom-right-radius:6rem}.xl_rounded_l_q96{border-bottom-left-radius:6rem}.xl_rounded_l_q96,.xl_rounded_tl_q96{border-top-left-radius:6rem}.xl_rounded_tr_q96{border-top-right-radius:6rem}.xl_rounded_br_q96{border-bottom-right-radius:6rem}.xl_rounded_bl_q96{border-bottom-left-radius:6rem}.xl_p_q112{padding:7rem}.xl_pt_q112{padding-top:7rem}.xl_pr_q112{padding-right:7rem}.xl_pb_q112{padding-bottom:7rem}.xl_pl_q112,.xl_px_q112{padding-left:7rem}.xl_px_q112{padding-right:7rem}.xl_py_q112{padding-bottom:7rem;padding-top:7rem}.xl_m_q112{margin:7rem}.xl_mt_q112{margin-top:7rem}.xl_mr_q112{margin-right:7rem}.xl_mb_q112{margin-bottom:7rem}.xl_ml_q112,.xl_mx_q112{margin-left:7rem}.xl_mx_q112{margin-right:7rem}.xl_my_q112{margin-bottom:7rem;margin-top:7rem}.xl_gap_q112{gap:7rem}.xl_gap_col_q112{-moz-column-gap:7rem;column-gap:7rem}.xl_gap_row_q112{row-gap:7rem}.xl_w_q112{width:7rem}.xl_min_w_q112{min-width:7rem}.xl_max_w_q112{max-width:7rem}.xl_h_q112{height:7rem}.xl_min_h_q112{min-height:7rem}.xl_max_h_q112{max-height:7rem}.xl_inset_q112{bottom:7rem;left:7rem;right:7rem;top:7rem}.xl_top_q112{top:7rem}.xl_right_q112{right:7rem}.xl_bottom_q112{bottom:7rem}.xl_left_q112{left:7rem}.xl_inset_x_q112{left:7rem;right:7rem}.xl_inset_y_q112{bottom:7rem;top:7rem}.xl_border_q112{border-width:7rem}.xl_border_t_q112{border-top-width:7rem}.xl_border_r_q112{border-right-width:7rem}.xl_border_b_q112{border-bottom-width:7rem}.xl_border_l_q112,.xl_border_x_q112{border-left-width:7rem}.xl_border_x_q112{border-right-width:7rem}.xl_border_y_q112{border-bottom-width:7rem;border-top-width:7rem}.xl_rounded_q112{border-radius:7rem}.xl_rounded_t_q112{border-top-left-radius:7rem;border-top-right-radius:7rem}.xl_rounded_r_q112{border-bottom-right-radius:7rem;border-top-right-radius:7rem}.xl_rounded_b_q112{border-bottom-left-radius:7rem;border-bottom-right-radius:7rem}.xl_rounded_l_q112{border-bottom-left-radius:7rem}.xl_rounded_l_q112,.xl_rounded_tl_q112{border-top-left-radius:7rem}.xl_rounded_tr_q112{border-top-right-radius:7rem}.xl_rounded_br_q112{border-bottom-right-radius:7rem}.xl_rounded_bl_q112{border-bottom-left-radius:7rem}.xl_p_q128{padding:8rem}.xl_pt_q128{padding-top:8rem}.xl_pr_q128{padding-right:8rem}.xl_pb_q128{padding-bottom:8rem}.xl_pl_q128,.xl_px_q128{padding-left:8rem}.xl_px_q128{padding-right:8rem}.xl_py_q128{padding-bottom:8rem;padding-top:8rem}.xl_m_q128{margin:8rem}.xl_mt_q128{margin-top:8rem}.xl_mr_q128{margin-right:8rem}.xl_mb_q128{margin-bottom:8rem}.xl_ml_q128,.xl_mx_q128{margin-left:8rem}.xl_mx_q128{margin-right:8rem}.xl_my_q128{margin-bottom:8rem;margin-top:8rem}.xl_gap_q128{gap:8rem}.xl_gap_col_q128{-moz-column-gap:8rem;column-gap:8rem}.xl_gap_row_q128{row-gap:8rem}.xl_w_q128{width:8rem}.xl_min_w_q128{min-width:8rem}.xl_max_w_q128{max-width:8rem}.xl_h_q128{height:8rem}.xl_min_h_q128{min-height:8rem}.xl_max_h_q128{max-height:8rem}.xl_inset_q128{bottom:8rem;left:8rem;right:8rem;top:8rem}.xl_top_q128{top:8rem}.xl_right_q128{right:8rem}.xl_bottom_q128{bottom:8rem}.xl_left_q128{left:8rem}.xl_inset_x_q128{left:8rem;right:8rem}.xl_inset_y_q128{bottom:8rem;top:8rem}.xl_border_q128{border-width:8rem}.xl_border_t_q128{border-top-width:8rem}.xl_border_r_q128{border-right-width:8rem}.xl_border_b_q128{border-bottom-width:8rem}.xl_border_l_q128,.xl_border_x_q128{border-left-width:8rem}.xl_border_x_q128{border-right-width:8rem}.xl_border_y_q128{border-bottom-width:8rem;border-top-width:8rem}.xl_rounded_q128{border-radius:8rem}.xl_rounded_t_q128{border-top-left-radius:8rem;border-top-right-radius:8rem}.xl_rounded_r_q128{border-bottom-right-radius:8rem;border-top-right-radius:8rem}.xl_rounded_b_q128{border-bottom-left-radius:8rem;border-bottom-right-radius:8rem}.xl_rounded_l_q128{border-bottom-left-radius:8rem}.xl_rounded_l_q128,.xl_rounded_tl_q128{border-top-left-radius:8rem}.xl_rounded_tr_q128{border-top-right-radius:8rem}.xl_rounded_br_q128{border-bottom-right-radius:8rem}.xl_rounded_bl_q128{border-bottom-left-radius:8rem}.xl_p_q144{padding:9rem}.xl_pt_q144{padding-top:9rem}.xl_pr_q144{padding-right:9rem}.xl_pb_q144{padding-bottom:9rem}.xl_pl_q144,.xl_px_q144{padding-left:9rem}.xl_px_q144{padding-right:9rem}.xl_py_q144{padding-bottom:9rem;padding-top:9rem}.xl_m_q144{margin:9rem}.xl_mt_q144{margin-top:9rem}.xl_mr_q144{margin-right:9rem}.xl_mb_q144{margin-bottom:9rem}.xl_ml_q144,.xl_mx_q144{margin-left:9rem}.xl_mx_q144{margin-right:9rem}.xl_my_q144{margin-bottom:9rem;margin-top:9rem}.xl_gap_q144{gap:9rem}.xl_gap_col_q144{-moz-column-gap:9rem;column-gap:9rem}.xl_gap_row_q144{row-gap:9rem}.xl_w_q144{width:9rem}.xl_min_w_q144{min-width:9rem}.xl_max_w_q144{max-width:9rem}.xl_h_q144{height:9rem}.xl_min_h_q144{min-height:9rem}.xl_max_h_q144{max-height:9rem}.xl_inset_q144{bottom:9rem;left:9rem;right:9rem;top:9rem}.xl_top_q144{top:9rem}.xl_right_q144{right:9rem}.xl_bottom_q144{bottom:9rem}.xl_left_q144{left:9rem}.xl_inset_x_q144{left:9rem;right:9rem}.xl_inset_y_q144{bottom:9rem;top:9rem}.xl_border_q144{border-width:9rem}.xl_border_t_q144{border-top-width:9rem}.xl_border_r_q144{border-right-width:9rem}.xl_border_b_q144{border-bottom-width:9rem}.xl_border_l_q144,.xl_border_x_q144{border-left-width:9rem}.xl_border_x_q144{border-right-width:9rem}.xl_border_y_q144{border-bottom-width:9rem;border-top-width:9rem}.xl_rounded_q144{border-radius:9rem}.xl_rounded_t_q144{border-top-left-radius:9rem;border-top-right-radius:9rem}.xl_rounded_r_q144{border-bottom-right-radius:9rem;border-top-right-radius:9rem}.xl_rounded_b_q144{border-bottom-left-radius:9rem;border-bottom-right-radius:9rem}.xl_rounded_l_q144{border-bottom-left-radius:9rem}.xl_rounded_l_q144,.xl_rounded_tl_q144{border-top-left-radius:9rem}.xl_rounded_tr_q144{border-top-right-radius:9rem}.xl_rounded_br_q144{border-bottom-right-radius:9rem}.xl_rounded_bl_q144{border-bottom-left-radius:9rem}.xl_p_q160{padding:10rem}.xl_pt_q160{padding-top:10rem}.xl_pr_q160{padding-right:10rem}.xl_pb_q160{padding-bottom:10rem}.xl_pl_q160,.xl_px_q160{padding-left:10rem}.xl_px_q160{padding-right:10rem}.xl_py_q160{padding-bottom:10rem;padding-top:10rem}.xl_m_q160{margin:10rem}.xl_mt_q160{margin-top:10rem}.xl_mr_q160{margin-right:10rem}.xl_mb_q160{margin-bottom:10rem}.xl_ml_q160,.xl_mx_q160{margin-left:10rem}.xl_mx_q160{margin-right:10rem}.xl_my_q160{margin-bottom:10rem;margin-top:10rem}.xl_gap_q160{gap:10rem}.xl_gap_col_q160{-moz-column-gap:10rem;column-gap:10rem}.xl_gap_row_q160{row-gap:10rem}.xl_w_q160{width:10rem}.xl_min_w_q160{min-width:10rem}.xl_max_w_q160{max-width:10rem}.xl_h_q160{height:10rem}.xl_min_h_q160{min-height:10rem}.xl_max_h_q160{max-height:10rem}.xl_inset_q160{bottom:10rem;left:10rem;right:10rem;top:10rem}.xl_top_q160{top:10rem}.xl_right_q160{right:10rem}.xl_bottom_q160{bottom:10rem}.xl_left_q160{left:10rem}.xl_inset_x_q160{left:10rem;right:10rem}.xl_inset_y_q160{bottom:10rem;top:10rem}.xl_border_q160{border-width:10rem}.xl_border_t_q160{border-top-width:10rem}.xl_border_r_q160{border-right-width:10rem}.xl_border_b_q160{border-bottom-width:10rem}.xl_border_l_q160,.xl_border_x_q160{border-left-width:10rem}.xl_border_x_q160{border-right-width:10rem}.xl_border_y_q160{border-bottom-width:10rem;border-top-width:10rem}.xl_rounded_q160{border-radius:10rem}.xl_rounded_t_q160{border-top-left-radius:10rem;border-top-right-radius:10rem}.xl_rounded_r_q160{border-bottom-right-radius:10rem;border-top-right-radius:10rem}.xl_rounded_b_q160{border-bottom-left-radius:10rem;border-bottom-right-radius:10rem}.xl_rounded_l_q160{border-bottom-left-radius:10rem}.xl_rounded_l_q160,.xl_rounded_tl_q160{border-top-left-radius:10rem}.xl_rounded_tr_q160{border-top-right-radius:10rem}.xl_rounded_br_q160{border-bottom-right-radius:10rem}.xl_rounded_bl_q160{border-bottom-left-radius:10rem}.xl_p_q192{padding:12rem}.xl_pt_q192{padding-top:12rem}.xl_pr_q192{padding-right:12rem}.xl_pb_q192{padding-bottom:12rem}.xl_pl_q192,.xl_px_q192{padding-left:12rem}.xl_px_q192{padding-right:12rem}.xl_py_q192{padding-bottom:12rem;padding-top:12rem}.xl_m_q192{margin:12rem}.xl_mt_q192{margin-top:12rem}.xl_mr_q192{margin-right:12rem}.xl_mb_q192{margin-bottom:12rem}.xl_ml_q192,.xl_mx_q192{margin-left:12rem}.xl_mx_q192{margin-right:12rem}.xl_my_q192{margin-bottom:12rem;margin-top:12rem}.xl_gap_q192{gap:12rem}.xl_gap_col_q192{-moz-column-gap:12rem;column-gap:12rem}.xl_gap_row_q192{row-gap:12rem}.xl_w_q192{width:12rem}.xl_min_w_q192{min-width:12rem}.xl_max_w_q192{max-width:12rem}.xl_h_q192{height:12rem}.xl_min_h_q192{min-height:12rem}.xl_max_h_q192{max-height:12rem}.xl_inset_q192{bottom:12rem;left:12rem;right:12rem;top:12rem}.xl_top_q192{top:12rem}.xl_right_q192{right:12rem}.xl_bottom_q192{bottom:12rem}.xl_left_q192{left:12rem}.xl_inset_x_q192{left:12rem;right:12rem}.xl_inset_y_q192{bottom:12rem;top:12rem}.xl_border_q192{border-width:12rem}.xl_border_t_q192{border-top-width:12rem}.xl_border_r_q192{border-right-width:12rem}.xl_border_b_q192{border-bottom-width:12rem}.xl_border_l_q192,.xl_border_x_q192{border-left-width:12rem}.xl_border_x_q192{border-right-width:12rem}.xl_border_y_q192{border-bottom-width:12rem;border-top-width:12rem}.xl_rounded_q192{border-radius:12rem}.xl_rounded_t_q192{border-top-left-radius:12rem;border-top-right-radius:12rem}.xl_rounded_r_q192{border-bottom-right-radius:12rem;border-top-right-radius:12rem}.xl_rounded_b_q192{border-bottom-left-radius:12rem;border-bottom-right-radius:12rem}.xl_rounded_l_q192{border-bottom-left-radius:12rem}.xl_rounded_l_q192,.xl_rounded_tl_q192{border-top-left-radius:12rem}.xl_rounded_tr_q192{border-top-right-radius:12rem}.xl_rounded_br_q192{border-bottom-right-radius:12rem}.xl_rounded_bl_q192{border-bottom-left-radius:12rem}.xl_p_q224{padding:14rem}.xl_pt_q224{padding-top:14rem}.xl_pr_q224{padding-right:14rem}.xl_pb_q224{padding-bottom:14rem}.xl_pl_q224,.xl_px_q224{padding-left:14rem}.xl_px_q224{padding-right:14rem}.xl_py_q224{padding-bottom:14rem;padding-top:14rem}.xl_m_q224{margin:14rem}.xl_mt_q224{margin-top:14rem}.xl_mr_q224{margin-right:14rem}.xl_mb_q224{margin-bottom:14rem}.xl_ml_q224,.xl_mx_q224{margin-left:14rem}.xl_mx_q224{margin-right:14rem}.xl_my_q224{margin-bottom:14rem;margin-top:14rem}.xl_gap_q224{gap:14rem}.xl_gap_col_q224{-moz-column-gap:14rem;column-gap:14rem}.xl_gap_row_q224{row-gap:14rem}.xl_w_q224{width:14rem}.xl_min_w_q224{min-width:14rem}.xl_max_w_q224{max-width:14rem}.xl_h_q224{height:14rem}.xl_min_h_q224{min-height:14rem}.xl_max_h_q224{max-height:14rem}.xl_inset_q224{bottom:14rem;left:14rem;right:14rem;top:14rem}.xl_top_q224{top:14rem}.xl_right_q224{right:14rem}.xl_bottom_q224{bottom:14rem}.xl_left_q224{left:14rem}.xl_inset_x_q224{left:14rem;right:14rem}.xl_inset_y_q224{bottom:14rem;top:14rem}.xl_border_q224{border-width:14rem}.xl_border_t_q224{border-top-width:14rem}.xl_border_r_q224{border-right-width:14rem}.xl_border_b_q224{border-bottom-width:14rem}.xl_border_l_q224,.xl_border_x_q224{border-left-width:14rem}.xl_border_x_q224{border-right-width:14rem}.xl_border_y_q224{border-bottom-width:14rem;border-top-width:14rem}.xl_rounded_q224{border-radius:14rem}.xl_rounded_t_q224{border-top-left-radius:14rem;border-top-right-radius:14rem}.xl_rounded_r_q224{border-bottom-right-radius:14rem;border-top-right-radius:14rem}.xl_rounded_b_q224{border-bottom-left-radius:14rem;border-bottom-right-radius:14rem}.xl_rounded_l_q224{border-bottom-left-radius:14rem}.xl_rounded_l_q224,.xl_rounded_tl_q224{border-top-left-radius:14rem}.xl_rounded_tr_q224{border-top-right-radius:14rem}.xl_rounded_br_q224{border-bottom-right-radius:14rem}.xl_rounded_bl_q224{border-bottom-left-radius:14rem}.xl_p_q256{padding:16rem}.xl_pt_q256{padding-top:16rem}.xl_pr_q256{padding-right:16rem}.xl_pb_q256{padding-bottom:16rem}.xl_pl_q256,.xl_px_q256{padding-left:16rem}.xl_px_q256{padding-right:16rem}.xl_py_q256{padding-bottom:16rem;padding-top:16rem}.xl_m_q256{margin:16rem}.xl_mt_q256{margin-top:16rem}.xl_mr_q256{margin-right:16rem}.xl_mb_q256{margin-bottom:16rem}.xl_ml_q256,.xl_mx_q256{margin-left:16rem}.xl_mx_q256{margin-right:16rem}.xl_my_q256{margin-bottom:16rem;margin-top:16rem}.xl_gap_q256{gap:16rem}.xl_gap_col_q256{-moz-column-gap:16rem;column-gap:16rem}.xl_gap_row_q256{row-gap:16rem}.xl_w_q256{width:16rem}.xl_min_w_q256{min-width:16rem}.xl_max_w_q256{max-width:16rem}.xl_h_q256{height:16rem}.xl_min_h_q256{min-height:16rem}.xl_max_h_q256{max-height:16rem}.xl_inset_q256{bottom:16rem;left:16rem;right:16rem;top:16rem}.xl_top_q256{top:16rem}.xl_right_q256{right:16rem}.xl_bottom_q256{bottom:16rem}.xl_left_q256{left:16rem}.xl_inset_x_q256{left:16rem;right:16rem}.xl_inset_y_q256{bottom:16rem;top:16rem}.xl_border_q256{border-width:16rem}.xl_border_t_q256{border-top-width:16rem}.xl_border_r_q256{border-right-width:16rem}.xl_border_b_q256{border-bottom-width:16rem}.xl_border_l_q256,.xl_border_x_q256{border-left-width:16rem}.xl_border_x_q256{border-right-width:16rem}.xl_border_y_q256{border-bottom-width:16rem;border-top-width:16rem}.xl_rounded_q256{border-radius:16rem}.xl_rounded_t_q256{border-top-left-radius:16rem;border-top-right-radius:16rem}.xl_rounded_r_q256{border-bottom-right-radius:16rem;border-top-right-radius:16rem}.xl_rounded_b_q256{border-bottom-left-radius:16rem;border-bottom-right-radius:16rem}.xl_rounded_l_q256{border-bottom-left-radius:16rem}.xl_rounded_l_q256,.xl_rounded_tl_q256{border-top-left-radius:16rem}.xl_rounded_tr_q256{border-top-right-radius:16rem}.xl_rounded_br_q256{border-bottom-right-radius:16rem}.xl_rounded_bl_q256{border-bottom-left-radius:16rem}}@media(min-width:4320px){.ul_p_q0{padding:0}.ul_pt_q0{padding-top:0}.ul_pr_q0{padding-right:0}.ul_pb_q0{padding-bottom:0}.ul_pl_q0,.ul_px_q0{padding-left:0}.ul_px_q0{padding-right:0}.ul_py_q0{padding-bottom:0;padding-top:0}.ul_m_q0{margin:0}.ul_mt_q0{margin-top:0}.ul_mr_q0{margin-right:0}.ul_mb_q0{margin-bottom:0}.ul_ml_q0,.ul_mx_q0{margin-left:0}.ul_mx_q0{margin-right:0}.ul_my_q0{margin-bottom:0;margin-top:0}.ul_gap_q0{gap:0}.ul_gap_col_q0{-moz-column-gap:0;column-gap:0}.ul_gap_row_q0{row-gap:0}.ul_w_q0{width:0}.ul_min_w_q0{min-width:0}.ul_max_w_q0{max-width:0}.ul_h_q0{height:0}.ul_min_h_q0{min-height:0}.ul_max_h_q0{max-height:0}.ul_inset_q0{bottom:0;left:0;right:0;top:0}.ul_top_q0{top:0}.ul_right_q0{right:0}.ul_bottom_q0{bottom:0}.ul_left_q0{left:0}.ul_inset_x_q0{left:0;right:0}.ul_inset_y_q0{bottom:0;top:0}.ul_border_q0{border-width:0}.ul_border_t_q0{border-top-width:0}.ul_border_r_q0{border-right-width:0}.ul_border_b_q0{border-bottom-width:0}.ul_border_l_q0,.ul_border_x_q0{border-left-width:0}.ul_border_x_q0{border-right-width:0}.ul_border_y_q0{border-bottom-width:0;border-top-width:0}.ul_rounded_q0{border-radius:0}.ul_rounded_t_q0{border-top-left-radius:0;border-top-right-radius:0}.ul_rounded_r_q0{border-bottom-right-radius:0;border-top-right-radius:0}.ul_rounded_b_q0{border-bottom-left-radius:0;border-bottom-right-radius:0}.ul_rounded_l_q0{border-bottom-left-radius:0}.ul_rounded_l_q0,.ul_rounded_tl_q0{border-top-left-radius:0}.ul_rounded_tr_q0{border-top-right-radius:0}.ul_rounded_br_q0{border-bottom-right-radius:0}.ul_rounded_bl_q0{border-bottom-left-radius:0}.ul_p_q1{padding:.0625rem}.ul_pt_q1{padding-top:.0625rem}.ul_pr_q1{padding-right:.0625rem}.ul_pb_q1{padding-bottom:.0625rem}.ul_pl_q1,.ul_px_q1{padding-left:.0625rem}.ul_px_q1{padding-right:.0625rem}.ul_py_q1{padding-bottom:.0625rem;padding-top:.0625rem}.ul_m_q1{margin:.0625rem}.ul_mt_q1{margin-top:.0625rem}.ul_mr_q1{margin-right:.0625rem}.ul_mb_q1{margin-bottom:.0625rem}.ul_ml_q1,.ul_mx_q1{margin-left:.0625rem}.ul_mx_q1{margin-right:.0625rem}.ul_my_q1{margin-bottom:.0625rem;margin-top:.0625rem}.ul_gap_q1{gap:.0625rem}.ul_gap_col_q1{-moz-column-gap:.0625rem;column-gap:.0625rem}.ul_gap_row_q1{row-gap:.0625rem}.ul_w_q1{width:.0625rem}.ul_min_w_q1{min-width:.0625rem}.ul_max_w_q1{max-width:.0625rem}.ul_h_q1{height:.0625rem}.ul_min_h_q1{min-height:.0625rem}.ul_max_h_q1{max-height:.0625rem}.ul_inset_q1{bottom:.0625rem;left:.0625rem;right:.0625rem;top:.0625rem}.ul_top_q1{top:.0625rem}.ul_right_q1{right:.0625rem}.ul_bottom_q1{bottom:.0625rem}.ul_left_q1{left:.0625rem}.ul_inset_x_q1{left:.0625rem;right:.0625rem}.ul_inset_y_q1{bottom:.0625rem;top:.0625rem}.ul_border_q1{border-width:.0625rem}.ul_border_t_q1{border-top-width:.0625rem}.ul_border_r_q1{border-right-width:.0625rem}.ul_border_b_q1{border-bottom-width:.0625rem}.ul_border_l_q1,.ul_border_x_q1{border-left-width:.0625rem}.ul_border_x_q1{border-right-width:.0625rem}.ul_border_y_q1{border-bottom-width:.0625rem;border-top-width:.0625rem}.ul_rounded_q1{border-radius:.0625rem}.ul_rounded_t_q1{border-top-left-radius:.0625rem;border-top-right-radius:.0625rem}.ul_rounded_r_q1{border-top-right-radius:.0625rem}.ul_rounded_b_q1,.ul_rounded_r_q1{border-bottom-right-radius:.0625rem}.ul_rounded_b_q1,.ul_rounded_l_q1{border-bottom-left-radius:.0625rem}.ul_rounded_l_q1,.ul_rounded_tl_q1{border-top-left-radius:.0625rem}.ul_rounded_tr_q1{border-top-right-radius:.0625rem}.ul_rounded_br_q1{border-bottom-right-radius:.0625rem}.ul_rounded_bl_q1{border-bottom-left-radius:.0625rem}.ul_p_q2{padding:.125rem}.ul_pt_q2{padding-top:.125rem}.ul_pr_q2{padding-right:.125rem}.ul_pb_q2{padding-bottom:.125rem}.ul_pl_q2,.ul_px_q2{padding-left:.125rem}.ul_px_q2{padding-right:.125rem}.ul_py_q2{padding-bottom:.125rem;padding-top:.125rem}.ul_m_q2{margin:.125rem}.ul_mt_q2{margin-top:.125rem}.ul_mr_q2{margin-right:.125rem}.ul_mb_q2{margin-bottom:.125rem}.ul_ml_q2,.ul_mx_q2{margin-left:.125rem}.ul_mx_q2{margin-right:.125rem}.ul_my_q2{margin-bottom:.125rem;margin-top:.125rem}.ul_gap_q2{gap:.125rem}.ul_gap_col_q2{-moz-column-gap:.125rem;column-gap:.125rem}.ul_gap_row_q2{row-gap:.125rem}.ul_w_q2{width:.125rem}.ul_min_w_q2{min-width:.125rem}.ul_max_w_q2{max-width:.125rem}.ul_h_q2{height:.125rem}.ul_min_h_q2{min-height:.125rem}.ul_max_h_q2{max-height:.125rem}.ul_inset_q2{bottom:.125rem;left:.125rem;right:.125rem;top:.125rem}.ul_top_q2{top:.125rem}.ul_right_q2{right:.125rem}.ul_bottom_q2{bottom:.125rem}.ul_left_q2{left:.125rem}.ul_inset_x_q2{left:.125rem;right:.125rem}.ul_inset_y_q2{bottom:.125rem;top:.125rem}.ul_border_q2{border-width:.125rem}.ul_border_t_q2{border-top-width:.125rem}.ul_border_r_q2{border-right-width:.125rem}.ul_border_b_q2{border-bottom-width:.125rem}.ul_border_l_q2,.ul_border_x_q2{border-left-width:.125rem}.ul_border_x_q2{border-right-width:.125rem}.ul_border_y_q2{border-bottom-width:.125rem;border-top-width:.125rem}.ul_rounded_q2{border-radius:.125rem}.ul_rounded_t_q2{border-top-left-radius:.125rem;border-top-right-radius:.125rem}.ul_rounded_r_q2{border-top-right-radius:.125rem}.ul_rounded_b_q2,.ul_rounded_r_q2{border-bottom-right-radius:.125rem}.ul_rounded_b_q2,.ul_rounded_l_q2{border-bottom-left-radius:.125rem}.ul_rounded_l_q2,.ul_rounded_tl_q2{border-top-left-radius:.125rem}.ul_rounded_tr_q2{border-top-right-radius:.125rem}.ul_rounded_br_q2{border-bottom-right-radius:.125rem}.ul_rounded_bl_q2{border-bottom-left-radius:.125rem}.ul_p_q4{padding:.25rem}.ul_pt_q4{padding-top:.25rem}.ul_pr_q4{padding-right:.25rem}.ul_pb_q4{padding-bottom:.25rem}.ul_pl_q4,.ul_px_q4{padding-left:.25rem}.ul_px_q4{padding-right:.25rem}.ul_py_q4{padding-bottom:.25rem;padding-top:.25rem}.ul_m_q4{margin:.25rem}.ul_mt_q4{margin-top:.25rem}.ul_mr_q4{margin-right:.25rem}.ul_mb_q4{margin-bottom:.25rem}.ul_ml_q4,.ul_mx_q4{margin-left:.25rem}.ul_mx_q4{margin-right:.25rem}.ul_my_q4{margin-bottom:.25rem;margin-top:.25rem}.ul_gap_q4{gap:.25rem}.ul_gap_col_q4{-moz-column-gap:.25rem;column-gap:.25rem}.ul_gap_row_q4{row-gap:.25rem}.ul_w_q4{width:.25rem}.ul_min_w_q4{min-width:.25rem}.ul_max_w_q4{max-width:.25rem}.ul_h_q4{height:.25rem}.ul_min_h_q4{min-height:.25rem}.ul_max_h_q4{max-height:.25rem}.ul_inset_q4{bottom:.25rem;left:.25rem;right:.25rem;top:.25rem}.ul_top_q4{top:.25rem}.ul_right_q4{right:.25rem}.ul_bottom_q4{bottom:.25rem}.ul_left_q4{left:.25rem}.ul_inset_x_q4{left:.25rem;right:.25rem}.ul_inset_y_q4{bottom:.25rem;top:.25rem}.ul_border_q4{border-width:.25rem}.ul_border_t_q4{border-top-width:.25rem}.ul_border_r_q4{border-right-width:.25rem}.ul_border_b_q4{border-bottom-width:.25rem}.ul_border_l_q4,.ul_border_x_q4{border-left-width:.25rem}.ul_border_x_q4{border-right-width:.25rem}.ul_border_y_q4{border-bottom-width:.25rem;border-top-width:.25rem}.ul_rounded_q4{border-radius:.25rem}.ul_rounded_t_q4{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.ul_rounded_r_q4{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}.ul_rounded_b_q4{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.ul_rounded_l_q4{border-bottom-left-radius:.25rem}.ul_rounded_l_q4,.ul_rounded_tl_q4{border-top-left-radius:.25rem}.ul_rounded_tr_q4{border-top-right-radius:.25rem}.ul_rounded_br_q4{border-bottom-right-radius:.25rem}.ul_rounded_bl_q4{border-bottom-left-radius:.25rem}.ul_p_q6{padding:.375rem}.ul_pt_q6{padding-top:.375rem}.ul_pr_q6{padding-right:.375rem}.ul_pb_q6{padding-bottom:.375rem}.ul_pl_q6,.ul_px_q6{padding-left:.375rem}.ul_px_q6{padding-right:.375rem}.ul_py_q6{padding-bottom:.375rem;padding-top:.375rem}.ul_m_q6{margin:.375rem}.ul_mt_q6{margin-top:.375rem}.ul_mr_q6{margin-right:.375rem}.ul_mb_q6{margin-bottom:.375rem}.ul_ml_q6,.ul_mx_q6{margin-left:.375rem}.ul_mx_q6{margin-right:.375rem}.ul_my_q6{margin-bottom:.375rem;margin-top:.375rem}.ul_gap_q6{gap:.375rem}.ul_gap_col_q6{-moz-column-gap:.375rem;column-gap:.375rem}.ul_gap_row_q6{row-gap:.375rem}.ul_w_q6{width:.375rem}.ul_min_w_q6{min-width:.375rem}.ul_max_w_q6{max-width:.375rem}.ul_h_q6{height:.375rem}.ul_min_h_q6{min-height:.375rem}.ul_max_h_q6{max-height:.375rem}.ul_inset_q6{bottom:.375rem;left:.375rem;right:.375rem;top:.375rem}.ul_top_q6{top:.375rem}.ul_right_q6{right:.375rem}.ul_bottom_q6{bottom:.375rem}.ul_left_q6{left:.375rem}.ul_inset_x_q6{left:.375rem;right:.375rem}.ul_inset_y_q6{bottom:.375rem;top:.375rem}.ul_border_q6{border-width:.375rem}.ul_border_t_q6{border-top-width:.375rem}.ul_border_r_q6{border-right-width:.375rem}.ul_border_b_q6{border-bottom-width:.375rem}.ul_border_l_q6,.ul_border_x_q6{border-left-width:.375rem}.ul_border_x_q6{border-right-width:.375rem}.ul_border_y_q6{border-bottom-width:.375rem;border-top-width:.375rem}.ul_rounded_q6{border-radius:.375rem}.ul_rounded_t_q6{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.ul_rounded_r_q6{border-top-right-radius:.375rem}.ul_rounded_b_q6,.ul_rounded_r_q6{border-bottom-right-radius:.375rem}.ul_rounded_b_q6,.ul_rounded_l_q6{border-bottom-left-radius:.375rem}.ul_rounded_l_q6,.ul_rounded_tl_q6{border-top-left-radius:.375rem}.ul_rounded_tr_q6{border-top-right-radius:.375rem}.ul_rounded_br_q6{border-bottom-right-radius:.375rem}.ul_rounded_bl_q6{border-bottom-left-radius:.375rem}.ul_p_q8{padding:.5rem}.ul_pt_q8{padding-top:.5rem}.ul_pr_q8{padding-right:.5rem}.ul_pb_q8{padding-bottom:.5rem}.ul_pl_q8,.ul_px_q8{padding-left:.5rem}.ul_px_q8{padding-right:.5rem}.ul_py_q8{padding-bottom:.5rem;padding-top:.5rem}.ul_m_q8{margin:.5rem}.ul_mt_q8{margin-top:.5rem}.ul_mr_q8{margin-right:.5rem}.ul_mb_q8{margin-bottom:.5rem}.ul_ml_q8,.ul_mx_q8{margin-left:.5rem}.ul_mx_q8{margin-right:.5rem}.ul_my_q8{margin-bottom:.5rem;margin-top:.5rem}.ul_gap_q8{gap:.5rem}.ul_gap_col_q8{-moz-column-gap:.5rem;column-gap:.5rem}.ul_gap_row_q8{row-gap:.5rem}.ul_w_q8{width:.5rem}.ul_min_w_q8{min-width:.5rem}.ul_max_w_q8{max-width:.5rem}.ul_h_q8{height:.5rem}.ul_min_h_q8{min-height:.5rem}.ul_max_h_q8{max-height:.5rem}.ul_inset_q8{bottom:.5rem;left:.5rem;right:.5rem;top:.5rem}.ul_top_q8{top:.5rem}.ul_right_q8{right:.5rem}.ul_bottom_q8{bottom:.5rem}.ul_left_q8{left:.5rem}.ul_inset_x_q8{left:.5rem;right:.5rem}.ul_inset_y_q8{bottom:.5rem;top:.5rem}.ul_border_q8{border-width:.5rem}.ul_border_t_q8{border-top-width:.5rem}.ul_border_r_q8{border-right-width:.5rem}.ul_border_b_q8{border-bottom-width:.5rem}.ul_border_l_q8,.ul_border_x_q8{border-left-width:.5rem}.ul_border_x_q8{border-right-width:.5rem}.ul_border_y_q8{border-bottom-width:.5rem;border-top-width:.5rem}.ul_rounded_q8{border-radius:.5rem}.ul_rounded_t_q8{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.ul_rounded_r_q8{border-bottom-right-radius:.5rem;border-top-right-radius:.5rem}.ul_rounded_b_q8{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.ul_rounded_l_q8{border-bottom-left-radius:.5rem}.ul_rounded_l_q8,.ul_rounded_tl_q8{border-top-left-radius:.5rem}.ul_rounded_tr_q8{border-top-right-radius:.5rem}.ul_rounded_br_q8{border-bottom-right-radius:.5rem}.ul_rounded_bl_q8{border-bottom-left-radius:.5rem}.ul_p_q12{padding:.75rem}.ul_pt_q12{padding-top:.75rem}.ul_pr_q12{padding-right:.75rem}.ul_pb_q12{padding-bottom:.75rem}.ul_pl_q12,.ul_px_q12{padding-left:.75rem}.ul_px_q12{padding-right:.75rem}.ul_py_q12{padding-bottom:.75rem;padding-top:.75rem}.ul_m_q12{margin:.75rem}.ul_mt_q12{margin-top:.75rem}.ul_mr_q12{margin-right:.75rem}.ul_mb_q12{margin-bottom:.75rem}.ul_ml_q12,.ul_mx_q12{margin-left:.75rem}.ul_mx_q12{margin-right:.75rem}.ul_my_q12{margin-bottom:.75rem;margin-top:.75rem}.ul_gap_q12{gap:.75rem}.ul_gap_col_q12{-moz-column-gap:.75rem;column-gap:.75rem}.ul_gap_row_q12{row-gap:.75rem}.ul_w_q12{width:.75rem}.ul_min_w_q12{min-width:.75rem}.ul_max_w_q12{max-width:.75rem}.ul_h_q12{height:.75rem}.ul_min_h_q12{min-height:.75rem}.ul_max_h_q12{max-height:.75rem}.ul_inset_q12{bottom:.75rem;left:.75rem;right:.75rem;top:.75rem}.ul_top_q12{top:.75rem}.ul_right_q12{right:.75rem}.ul_bottom_q12{bottom:.75rem}.ul_left_q12{left:.75rem}.ul_inset_x_q12{left:.75rem;right:.75rem}.ul_inset_y_q12{bottom:.75rem;top:.75rem}.ul_border_q12{border-width:.75rem}.ul_border_t_q12{border-top-width:.75rem}.ul_border_r_q12{border-right-width:.75rem}.ul_border_b_q12{border-bottom-width:.75rem}.ul_border_l_q12,.ul_border_x_q12{border-left-width:.75rem}.ul_border_x_q12{border-right-width:.75rem}.ul_border_y_q12{border-bottom-width:.75rem;border-top-width:.75rem}.ul_rounded_q12{border-radius:.75rem}.ul_rounded_t_q12{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.ul_rounded_r_q12{border-bottom-right-radius:.75rem;border-top-right-radius:.75rem}.ul_rounded_b_q12{border-bottom-left-radius:.75rem;border-bottom-right-radius:.75rem}.ul_rounded_l_q12{border-bottom-left-radius:.75rem}.ul_rounded_l_q12,.ul_rounded_tl_q12{border-top-left-radius:.75rem}.ul_rounded_tr_q12{border-top-right-radius:.75rem}.ul_rounded_br_q12{border-bottom-right-radius:.75rem}.ul_rounded_bl_q12{border-bottom-left-radius:.75rem}.ul_p_q16{padding:1rem}.ul_pt_q16{padding-top:1rem}.ul_pr_q16{padding-right:1rem}.ul_pb_q16{padding-bottom:1rem}.ul_pl_q16,.ul_px_q16{padding-left:1rem}.ul_px_q16{padding-right:1rem}.ul_py_q16{padding-bottom:1rem;padding-top:1rem}.ul_m_q16{margin:1rem}.ul_mt_q16{margin-top:1rem}.ul_mr_q16{margin-right:1rem}.ul_mb_q16{margin-bottom:1rem}.ul_ml_q16,.ul_mx_q16{margin-left:1rem}.ul_mx_q16{margin-right:1rem}.ul_my_q16{margin-bottom:1rem;margin-top:1rem}.ul_gap_q16{gap:1rem}.ul_gap_col_q16{-moz-column-gap:1rem;column-gap:1rem}.ul_gap_row_q16{row-gap:1rem}.ul_w_q16{width:1rem}.ul_min_w_q16{min-width:1rem}.ul_max_w_q16{max-width:1rem}.ul_h_q16{height:1rem}.ul_min_h_q16{min-height:1rem}.ul_max_h_q16{max-height:1rem}.ul_inset_q16{bottom:1rem;left:1rem;right:1rem;top:1rem}.ul_top_q16{top:1rem}.ul_right_q16{right:1rem}.ul_bottom_q16{bottom:1rem}.ul_left_q16{left:1rem}.ul_inset_x_q16{left:1rem;right:1rem}.ul_inset_y_q16{bottom:1rem;top:1rem}.ul_border_q16{border-width:1rem}.ul_border_t_q16{border-top-width:1rem}.ul_border_r_q16{border-right-width:1rem}.ul_border_b_q16{border-bottom-width:1rem}.ul_border_l_q16,.ul_border_x_q16{border-left-width:1rem}.ul_border_x_q16{border-right-width:1rem}.ul_border_y_q16{border-bottom-width:1rem;border-top-width:1rem}.ul_rounded_q16{border-radius:1rem}.ul_rounded_t_q16{border-top-left-radius:1rem;border-top-right-radius:1rem}.ul_rounded_r_q16{border-bottom-right-radius:1rem;border-top-right-radius:1rem}.ul_rounded_b_q16{border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}.ul_rounded_l_q16{border-bottom-left-radius:1rem}.ul_rounded_l_q16,.ul_rounded_tl_q16{border-top-left-radius:1rem}.ul_rounded_tr_q16{border-top-right-radius:1rem}.ul_rounded_br_q16{border-bottom-right-radius:1rem}.ul_rounded_bl_q16{border-bottom-left-radius:1rem}.ul_p_q20{padding:1.25rem}.ul_pt_q20{padding-top:1.25rem}.ul_pr_q20{padding-right:1.25rem}.ul_pb_q20{padding-bottom:1.25rem}.ul_pl_q20,.ul_px_q20{padding-left:1.25rem}.ul_px_q20{padding-right:1.25rem}.ul_py_q20{padding-bottom:1.25rem;padding-top:1.25rem}.ul_m_q20{margin:1.25rem}.ul_mt_q20{margin-top:1.25rem}.ul_mr_q20{margin-right:1.25rem}.ul_mb_q20{margin-bottom:1.25rem}.ul_ml_q20,.ul_mx_q20{margin-left:1.25rem}.ul_mx_q20{margin-right:1.25rem}.ul_my_q20{margin-bottom:1.25rem;margin-top:1.25rem}.ul_gap_q20{gap:1.25rem}.ul_gap_col_q20{-moz-column-gap:1.25rem;column-gap:1.25rem}.ul_gap_row_q20{row-gap:1.25rem}.ul_w_q20{width:1.25rem}.ul_min_w_q20{min-width:1.25rem}.ul_max_w_q20{max-width:1.25rem}.ul_h_q20{height:1.25rem}.ul_min_h_q20{min-height:1.25rem}.ul_max_h_q20{max-height:1.25rem}.ul_inset_q20{bottom:1.25rem;left:1.25rem;right:1.25rem;top:1.25rem}.ul_top_q20{top:1.25rem}.ul_right_q20{right:1.25rem}.ul_bottom_q20{bottom:1.25rem}.ul_left_q20{left:1.25rem}.ul_inset_x_q20{left:1.25rem;right:1.25rem}.ul_inset_y_q20{bottom:1.25rem;top:1.25rem}.ul_border_q20{border-width:1.25rem}.ul_border_t_q20{border-top-width:1.25rem}.ul_border_r_q20{border-right-width:1.25rem}.ul_border_b_q20{border-bottom-width:1.25rem}.ul_border_l_q20,.ul_border_x_q20{border-left-width:1.25rem}.ul_border_x_q20{border-right-width:1.25rem}.ul_border_y_q20{border-bottom-width:1.25rem;border-top-width:1.25rem}.ul_rounded_q20{border-radius:1.25rem}.ul_rounded_t_q20{border-top-left-radius:1.25rem;border-top-right-radius:1.25rem}.ul_rounded_r_q20{border-bottom-right-radius:1.25rem;border-top-right-radius:1.25rem}.ul_rounded_b_q20{border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem}.ul_rounded_l_q20{border-bottom-left-radius:1.25rem}.ul_rounded_l_q20,.ul_rounded_tl_q20{border-top-left-radius:1.25rem}.ul_rounded_tr_q20{border-top-right-radius:1.25rem}.ul_rounded_br_q20{border-bottom-right-radius:1.25rem}.ul_rounded_bl_q20{border-bottom-left-radius:1.25rem}.ul_p_q24{padding:1.5rem}.ul_pt_q24{padding-top:1.5rem}.ul_pr_q24{padding-right:1.5rem}.ul_pb_q24{padding-bottom:1.5rem}.ul_pl_q24,.ul_px_q24{padding-left:1.5rem}.ul_px_q24{padding-right:1.5rem}.ul_py_q24{padding-bottom:1.5rem;padding-top:1.5rem}.ul_m_q24{margin:1.5rem}.ul_mt_q24{margin-top:1.5rem}.ul_mr_q24{margin-right:1.5rem}.ul_mb_q24{margin-bottom:1.5rem}.ul_ml_q24,.ul_mx_q24{margin-left:1.5rem}.ul_mx_q24{margin-right:1.5rem}.ul_my_q24{margin-bottom:1.5rem;margin-top:1.5rem}.ul_gap_q24{gap:1.5rem}.ul_gap_col_q24{-moz-column-gap:1.5rem;column-gap:1.5rem}.ul_gap_row_q24{row-gap:1.5rem}.ul_w_q24{width:1.5rem}.ul_min_w_q24{min-width:1.5rem}.ul_max_w_q24{max-width:1.5rem}.ul_h_q24{height:1.5rem}.ul_min_h_q24{min-height:1.5rem}.ul_max_h_q24{max-height:1.5rem}.ul_inset_q24{bottom:1.5rem;left:1.5rem;right:1.5rem;top:1.5rem}.ul_top_q24{top:1.5rem}.ul_right_q24{right:1.5rem}.ul_bottom_q24{bottom:1.5rem}.ul_left_q24{left:1.5rem}.ul_inset_x_q24{left:1.5rem;right:1.5rem}.ul_inset_y_q24{bottom:1.5rem;top:1.5rem}.ul_border_q24{border-width:1.5rem}.ul_border_t_q24{border-top-width:1.5rem}.ul_border_r_q24{border-right-width:1.5rem}.ul_border_b_q24{border-bottom-width:1.5rem}.ul_border_l_q24,.ul_border_x_q24{border-left-width:1.5rem}.ul_border_x_q24{border-right-width:1.5rem}.ul_border_y_q24{border-bottom-width:1.5rem;border-top-width:1.5rem}.ul_rounded_q24{border-radius:1.5rem}.ul_rounded_t_q24{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.ul_rounded_r_q24{border-bottom-right-radius:1.5rem;border-top-right-radius:1.5rem}.ul_rounded_b_q24{border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem}.ul_rounded_l_q24{border-bottom-left-radius:1.5rem}.ul_rounded_l_q24,.ul_rounded_tl_q24{border-top-left-radius:1.5rem}.ul_rounded_tr_q24{border-top-right-radius:1.5rem}.ul_rounded_br_q24{border-bottom-right-radius:1.5rem}.ul_rounded_bl_q24{border-bottom-left-radius:1.5rem}.ul_p_q32{padding:2rem}.ul_pt_q32{padding-top:2rem}.ul_pr_q32{padding-right:2rem}.ul_pb_q32{padding-bottom:2rem}.ul_pl_q32,.ul_px_q32{padding-left:2rem}.ul_px_q32{padding-right:2rem}.ul_py_q32{padding-bottom:2rem;padding-top:2rem}.ul_m_q32{margin:2rem}.ul_mt_q32{margin-top:2rem}.ul_mr_q32{margin-right:2rem}.ul_mb_q32{margin-bottom:2rem}.ul_ml_q32,.ul_mx_q32{margin-left:2rem}.ul_mx_q32{margin-right:2rem}.ul_my_q32{margin-bottom:2rem;margin-top:2rem}.ul_gap_q32{gap:2rem}.ul_gap_col_q32{-moz-column-gap:2rem;column-gap:2rem}.ul_gap_row_q32{row-gap:2rem}.ul_w_q32{width:2rem}.ul_min_w_q32{min-width:2rem}.ul_max_w_q32{max-width:2rem}.ul_h_q32{height:2rem}.ul_min_h_q32{min-height:2rem}.ul_max_h_q32{max-height:2rem}.ul_inset_q32{bottom:2rem;left:2rem;right:2rem;top:2rem}.ul_top_q32{top:2rem}.ul_right_q32{right:2rem}.ul_bottom_q32{bottom:2rem}.ul_left_q32{left:2rem}.ul_inset_x_q32{left:2rem;right:2rem}.ul_inset_y_q32{bottom:2rem;top:2rem}.ul_border_q32{border-width:2rem}.ul_border_t_q32{border-top-width:2rem}.ul_border_r_q32{border-right-width:2rem}.ul_border_b_q32{border-bottom-width:2rem}.ul_border_l_q32,.ul_border_x_q32{border-left-width:2rem}.ul_border_x_q32{border-right-width:2rem}.ul_border_y_q32{border-bottom-width:2rem;border-top-width:2rem}.ul_rounded_q32{border-radius:2rem}.ul_rounded_t_q32{border-top-left-radius:2rem;border-top-right-radius:2rem}.ul_rounded_r_q32{border-bottom-right-radius:2rem;border-top-right-radius:2rem}.ul_rounded_b_q32{border-bottom-left-radius:2rem;border-bottom-right-radius:2rem}.ul_rounded_l_q32{border-bottom-left-radius:2rem}.ul_rounded_l_q32,.ul_rounded_tl_q32{border-top-left-radius:2rem}.ul_rounded_tr_q32{border-top-right-radius:2rem}.ul_rounded_br_q32{border-bottom-right-radius:2rem}.ul_rounded_bl_q32{border-bottom-left-radius:2rem}.ul_p_q40{padding:2.5rem}.ul_pt_q40{padding-top:2.5rem}.ul_pr_q40{padding-right:2.5rem}.ul_pb_q40{padding-bottom:2.5rem}.ul_pl_q40,.ul_px_q40{padding-left:2.5rem}.ul_px_q40{padding-right:2.5rem}.ul_py_q40{padding-bottom:2.5rem;padding-top:2.5rem}.ul_m_q40{margin:2.5rem}.ul_mt_q40{margin-top:2.5rem}.ul_mr_q40{margin-right:2.5rem}.ul_mb_q40{margin-bottom:2.5rem}.ul_ml_q40,.ul_mx_q40{margin-left:2.5rem}.ul_mx_q40{margin-right:2.5rem}.ul_my_q40{margin-bottom:2.5rem;margin-top:2.5rem}.ul_gap_q40{gap:2.5rem}.ul_gap_col_q40{-moz-column-gap:2.5rem;column-gap:2.5rem}.ul_gap_row_q40{row-gap:2.5rem}.ul_w_q40{width:2.5rem}.ul_min_w_q40{min-width:2.5rem}.ul_max_w_q40{max-width:2.5rem}.ul_h_q40{height:2.5rem}.ul_min_h_q40{min-height:2.5rem}.ul_max_h_q40{max-height:2.5rem}.ul_inset_q40{bottom:2.5rem;left:2.5rem;right:2.5rem;top:2.5rem}.ul_top_q40{top:2.5rem}.ul_right_q40{right:2.5rem}.ul_bottom_q40{bottom:2.5rem}.ul_left_q40{left:2.5rem}.ul_inset_x_q40{left:2.5rem;right:2.5rem}.ul_inset_y_q40{bottom:2.5rem;top:2.5rem}.ul_border_q40{border-width:2.5rem}.ul_border_t_q40{border-top-width:2.5rem}.ul_border_r_q40{border-right-width:2.5rem}.ul_border_b_q40{border-bottom-width:2.5rem}.ul_border_l_q40,.ul_border_x_q40{border-left-width:2.5rem}.ul_border_x_q40{border-right-width:2.5rem}.ul_border_y_q40{border-bottom-width:2.5rem;border-top-width:2.5rem}.ul_rounded_q40{border-radius:2.5rem}.ul_rounded_t_q40{border-top-left-radius:2.5rem;border-top-right-radius:2.5rem}.ul_rounded_r_q40{border-bottom-right-radius:2.5rem;border-top-right-radius:2.5rem}.ul_rounded_b_q40{border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem}.ul_rounded_l_q40{border-bottom-left-radius:2.5rem}.ul_rounded_l_q40,.ul_rounded_tl_q40{border-top-left-radius:2.5rem}.ul_rounded_tr_q40{border-top-right-radius:2.5rem}.ul_rounded_br_q40{border-bottom-right-radius:2.5rem}.ul_rounded_bl_q40{border-bottom-left-radius:2.5rem}.ul_p_q48{padding:3rem}.ul_pt_q48{padding-top:3rem}.ul_pr_q48{padding-right:3rem}.ul_pb_q48{padding-bottom:3rem}.ul_pl_q48,.ul_px_q48{padding-left:3rem}.ul_px_q48{padding-right:3rem}.ul_py_q48{padding-bottom:3rem;padding-top:3rem}.ul_m_q48{margin:3rem}.ul_mt_q48{margin-top:3rem}.ul_mr_q48{margin-right:3rem}.ul_mb_q48{margin-bottom:3rem}.ul_ml_q48,.ul_mx_q48{margin-left:3rem}.ul_mx_q48{margin-right:3rem}.ul_my_q48{margin-bottom:3rem;margin-top:3rem}.ul_gap_q48{gap:3rem}.ul_gap_col_q48{-moz-column-gap:3rem;column-gap:3rem}.ul_gap_row_q48{row-gap:3rem}.ul_w_q48{width:3rem}.ul_min_w_q48{min-width:3rem}.ul_max_w_q48{max-width:3rem}.ul_h_q48{height:3rem}.ul_min_h_q48{min-height:3rem}.ul_max_h_q48{max-height:3rem}.ul_inset_q48{bottom:3rem;left:3rem;right:3rem;top:3rem}.ul_top_q48{top:3rem}.ul_right_q48{right:3rem}.ul_bottom_q48{bottom:3rem}.ul_left_q48{left:3rem}.ul_inset_x_q48{left:3rem;right:3rem}.ul_inset_y_q48{bottom:3rem;top:3rem}.ul_border_q48{border-width:3rem}.ul_border_t_q48{border-top-width:3rem}.ul_border_r_q48{border-right-width:3rem}.ul_border_b_q48{border-bottom-width:3rem}.ul_border_l_q48,.ul_border_x_q48{border-left-width:3rem}.ul_border_x_q48{border-right-width:3rem}.ul_border_y_q48{border-bottom-width:3rem;border-top-width:3rem}.ul_rounded_q48{border-radius:3rem}.ul_rounded_t_q48{border-top-left-radius:3rem;border-top-right-radius:3rem}.ul_rounded_r_q48{border-bottom-right-radius:3rem;border-top-right-radius:3rem}.ul_rounded_b_q48{border-bottom-left-radius:3rem;border-bottom-right-radius:3rem}.ul_rounded_l_q48{border-bottom-left-radius:3rem}.ul_rounded_l_q48,.ul_rounded_tl_q48{border-top-left-radius:3rem}.ul_rounded_tr_q48{border-top-right-radius:3rem}.ul_rounded_br_q48{border-bottom-right-radius:3rem}.ul_rounded_bl_q48{border-bottom-left-radius:3rem}.ul_p_q56{padding:3.5rem}.ul_pt_q56{padding-top:3.5rem}.ul_pr_q56{padding-right:3.5rem}.ul_pb_q56{padding-bottom:3.5rem}.ul_pl_q56,.ul_px_q56{padding-left:3.5rem}.ul_px_q56{padding-right:3.5rem}.ul_py_q56{padding-bottom:3.5rem;padding-top:3.5rem}.ul_m_q56{margin:3.5rem}.ul_mt_q56{margin-top:3.5rem}.ul_mr_q56{margin-right:3.5rem}.ul_mb_q56{margin-bottom:3.5rem}.ul_ml_q56,.ul_mx_q56{margin-left:3.5rem}.ul_mx_q56{margin-right:3.5rem}.ul_my_q56{margin-bottom:3.5rem;margin-top:3.5rem}.ul_gap_q56{gap:3.5rem}.ul_gap_col_q56{-moz-column-gap:3.5rem;column-gap:3.5rem}.ul_gap_row_q56{row-gap:3.5rem}.ul_w_q56{width:3.5rem}.ul_min_w_q56{min-width:3.5rem}.ul_max_w_q56{max-width:3.5rem}.ul_h_q56{height:3.5rem}.ul_min_h_q56{min-height:3.5rem}.ul_max_h_q56{max-height:3.5rem}.ul_inset_q56{bottom:3.5rem;left:3.5rem;right:3.5rem;top:3.5rem}.ul_top_q56{top:3.5rem}.ul_right_q56{right:3.5rem}.ul_bottom_q56{bottom:3.5rem}.ul_left_q56{left:3.5rem}.ul_inset_x_q56{left:3.5rem;right:3.5rem}.ul_inset_y_q56{bottom:3.5rem;top:3.5rem}.ul_border_q56{border-width:3.5rem}.ul_border_t_q56{border-top-width:3.5rem}.ul_border_r_q56{border-right-width:3.5rem}.ul_border_b_q56{border-bottom-width:3.5rem}.ul_border_l_q56,.ul_border_x_q56{border-left-width:3.5rem}.ul_border_x_q56{border-right-width:3.5rem}.ul_border_y_q56{border-bottom-width:3.5rem;border-top-width:3.5rem}.ul_rounded_q56{border-radius:3.5rem}.ul_rounded_t_q56{border-top-left-radius:3.5rem;border-top-right-radius:3.5rem}.ul_rounded_r_q56{border-bottom-right-radius:3.5rem;border-top-right-radius:3.5rem}.ul_rounded_b_q56{border-bottom-left-radius:3.5rem;border-bottom-right-radius:3.5rem}.ul_rounded_l_q56{border-bottom-left-radius:3.5rem}.ul_rounded_l_q56,.ul_rounded_tl_q56{border-top-left-radius:3.5rem}.ul_rounded_tr_q56{border-top-right-radius:3.5rem}.ul_rounded_br_q56{border-bottom-right-radius:3.5rem}.ul_rounded_bl_q56{border-bottom-left-radius:3.5rem}.ul_p_q64{padding:4rem}.ul_pt_q64{padding-top:4rem}.ul_pr_q64{padding-right:4rem}.ul_pb_q64{padding-bottom:4rem}.ul_pl_q64,.ul_px_q64{padding-left:4rem}.ul_px_q64{padding-right:4rem}.ul_py_q64{padding-bottom:4rem;padding-top:4rem}.ul_m_q64{margin:4rem}.ul_mt_q64{margin-top:4rem}.ul_mr_q64{margin-right:4rem}.ul_mb_q64{margin-bottom:4rem}.ul_ml_q64,.ul_mx_q64{margin-left:4rem}.ul_mx_q64{margin-right:4rem}.ul_my_q64{margin-bottom:4rem;margin-top:4rem}.ul_gap_q64{gap:4rem}.ul_gap_col_q64{-moz-column-gap:4rem;column-gap:4rem}.ul_gap_row_q64{row-gap:4rem}.ul_w_q64{width:4rem}.ul_min_w_q64{min-width:4rem}.ul_max_w_q64{max-width:4rem}.ul_h_q64{height:4rem}.ul_min_h_q64{min-height:4rem}.ul_max_h_q64{max-height:4rem}.ul_inset_q64{bottom:4rem;left:4rem;right:4rem;top:4rem}.ul_top_q64{top:4rem}.ul_right_q64{right:4rem}.ul_bottom_q64{bottom:4rem}.ul_left_q64{left:4rem}.ul_inset_x_q64{left:4rem;right:4rem}.ul_inset_y_q64{bottom:4rem;top:4rem}.ul_border_q64{border-width:4rem}.ul_border_t_q64{border-top-width:4rem}.ul_border_r_q64{border-right-width:4rem}.ul_border_b_q64{border-bottom-width:4rem}.ul_border_l_q64,.ul_border_x_q64{border-left-width:4rem}.ul_border_x_q64{border-right-width:4rem}.ul_border_y_q64{border-bottom-width:4rem;border-top-width:4rem}.ul_rounded_q64{border-radius:4rem}.ul_rounded_t_q64{border-top-left-radius:4rem;border-top-right-radius:4rem}.ul_rounded_r_q64{border-bottom-right-radius:4rem;border-top-right-radius:4rem}.ul_rounded_b_q64{border-bottom-left-radius:4rem;border-bottom-right-radius:4rem}.ul_rounded_l_q64{border-bottom-left-radius:4rem}.ul_rounded_l_q64,.ul_rounded_tl_q64{border-top-left-radius:4rem}.ul_rounded_tr_q64{border-top-right-radius:4rem}.ul_rounded_br_q64{border-bottom-right-radius:4rem}.ul_rounded_bl_q64{border-bottom-left-radius:4rem}.ul_p_q72{padding:4.5rem}.ul_pt_q72{padding-top:4.5rem}.ul_pr_q72{padding-right:4.5rem}.ul_pb_q72{padding-bottom:4.5rem}.ul_pl_q72,.ul_px_q72{padding-left:4.5rem}.ul_px_q72{padding-right:4.5rem}.ul_py_q72{padding-bottom:4.5rem;padding-top:4.5rem}.ul_m_q72{margin:4.5rem}.ul_mt_q72{margin-top:4.5rem}.ul_mr_q72{margin-right:4.5rem}.ul_mb_q72{margin-bottom:4.5rem}.ul_ml_q72,.ul_mx_q72{margin-left:4.5rem}.ul_mx_q72{margin-right:4.5rem}.ul_my_q72{margin-bottom:4.5rem;margin-top:4.5rem}.ul_gap_q72{gap:4.5rem}.ul_gap_col_q72{-moz-column-gap:4.5rem;column-gap:4.5rem}.ul_gap_row_q72{row-gap:4.5rem}.ul_w_q72{width:4.5rem}.ul_min_w_q72{min-width:4.5rem}.ul_max_w_q72{max-width:4.5rem}.ul_h_q72{height:4.5rem}.ul_min_h_q72{min-height:4.5rem}.ul_max_h_q72{max-height:4.5rem}.ul_inset_q72{bottom:4.5rem;left:4.5rem;right:4.5rem;top:4.5rem}.ul_top_q72{top:4.5rem}.ul_right_q72{right:4.5rem}.ul_bottom_q72{bottom:4.5rem}.ul_left_q72{left:4.5rem}.ul_inset_x_q72{left:4.5rem;right:4.5rem}.ul_inset_y_q72{bottom:4.5rem;top:4.5rem}.ul_border_q72{border-width:4.5rem}.ul_border_t_q72{border-top-width:4.5rem}.ul_border_r_q72{border-right-width:4.5rem}.ul_border_b_q72{border-bottom-width:4.5rem}.ul_border_l_q72,.ul_border_x_q72{border-left-width:4.5rem}.ul_border_x_q72{border-right-width:4.5rem}.ul_border_y_q72{border-bottom-width:4.5rem;border-top-width:4.5rem}.ul_rounded_q72{border-radius:4.5rem}.ul_rounded_t_q72{border-top-left-radius:4.5rem;border-top-right-radius:4.5rem}.ul_rounded_r_q72{border-bottom-right-radius:4.5rem;border-top-right-radius:4.5rem}.ul_rounded_b_q72{border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem}.ul_rounded_l_q72{border-bottom-left-radius:4.5rem}.ul_rounded_l_q72,.ul_rounded_tl_q72{border-top-left-radius:4.5rem}.ul_rounded_tr_q72{border-top-right-radius:4.5rem}.ul_rounded_br_q72{border-bottom-right-radius:4.5rem}.ul_rounded_bl_q72{border-bottom-left-radius:4.5rem}.ul_p_q80{padding:5rem}.ul_pt_q80{padding-top:5rem}.ul_pr_q80{padding-right:5rem}.ul_pb_q80{padding-bottom:5rem}.ul_pl_q80,.ul_px_q80{padding-left:5rem}.ul_px_q80{padding-right:5rem}.ul_py_q80{padding-bottom:5rem;padding-top:5rem}.ul_m_q80{margin:5rem}.ul_mt_q80{margin-top:5rem}.ul_mr_q80{margin-right:5rem}.ul_mb_q80{margin-bottom:5rem}.ul_ml_q80,.ul_mx_q80{margin-left:5rem}.ul_mx_q80{margin-right:5rem}.ul_my_q80{margin-bottom:5rem;margin-top:5rem}.ul_gap_q80{gap:5rem}.ul_gap_col_q80{-moz-column-gap:5rem;column-gap:5rem}.ul_gap_row_q80{row-gap:5rem}.ul_w_q80{width:5rem}.ul_min_w_q80{min-width:5rem}.ul_max_w_q80{max-width:5rem}.ul_h_q80{height:5rem}.ul_min_h_q80{min-height:5rem}.ul_max_h_q80{max-height:5rem}.ul_inset_q80{bottom:5rem;left:5rem;right:5rem;top:5rem}.ul_top_q80{top:5rem}.ul_right_q80{right:5rem}.ul_bottom_q80{bottom:5rem}.ul_left_q80{left:5rem}.ul_inset_x_q80{left:5rem;right:5rem}.ul_inset_y_q80{bottom:5rem;top:5rem}.ul_border_q80{border-width:5rem}.ul_border_t_q80{border-top-width:5rem}.ul_border_r_q80{border-right-width:5rem}.ul_border_b_q80{border-bottom-width:5rem}.ul_border_l_q80,.ul_border_x_q80{border-left-width:5rem}.ul_border_x_q80{border-right-width:5rem}.ul_border_y_q80{border-bottom-width:5rem;border-top-width:5rem}.ul_rounded_q80{border-radius:5rem}.ul_rounded_t_q80{border-top-left-radius:5rem;border-top-right-radius:5rem}.ul_rounded_r_q80{border-bottom-right-radius:5rem;border-top-right-radius:5rem}.ul_rounded_b_q80{border-bottom-left-radius:5rem;border-bottom-right-radius:5rem}.ul_rounded_l_q80{border-bottom-left-radius:5rem}.ul_rounded_l_q80,.ul_rounded_tl_q80{border-top-left-radius:5rem}.ul_rounded_tr_q80{border-top-right-radius:5rem}.ul_rounded_br_q80{border-bottom-right-radius:5rem}.ul_rounded_bl_q80{border-bottom-left-radius:5rem}.ul_p_q96{padding:6rem}.ul_pt_q96{padding-top:6rem}.ul_pr_q96{padding-right:6rem}.ul_pb_q96{padding-bottom:6rem}.ul_pl_q96,.ul_px_q96{padding-left:6rem}.ul_px_q96{padding-right:6rem}.ul_py_q96{padding-bottom:6rem;padding-top:6rem}.ul_m_q96{margin:6rem}.ul_mt_q96{margin-top:6rem}.ul_mr_q96{margin-right:6rem}.ul_mb_q96{margin-bottom:6rem}.ul_ml_q96,.ul_mx_q96{margin-left:6rem}.ul_mx_q96{margin-right:6rem}.ul_my_q96{margin-bottom:6rem;margin-top:6rem}.ul_gap_q96{gap:6rem}.ul_gap_col_q96{-moz-column-gap:6rem;column-gap:6rem}.ul_gap_row_q96{row-gap:6rem}.ul_w_q96{width:6rem}.ul_min_w_q96{min-width:6rem}.ul_max_w_q96{max-width:6rem}.ul_h_q96{height:6rem}.ul_min_h_q96{min-height:6rem}.ul_max_h_q96{max-height:6rem}.ul_inset_q96{bottom:6rem;left:6rem;right:6rem;top:6rem}.ul_top_q96{top:6rem}.ul_right_q96{right:6rem}.ul_bottom_q96{bottom:6rem}.ul_left_q96{left:6rem}.ul_inset_x_q96{left:6rem;right:6rem}.ul_inset_y_q96{bottom:6rem;top:6rem}.ul_border_q96{border-width:6rem}.ul_border_t_q96{border-top-width:6rem}.ul_border_r_q96{border-right-width:6rem}.ul_border_b_q96{border-bottom-width:6rem}.ul_border_l_q96,.ul_border_x_q96{border-left-width:6rem}.ul_border_x_q96{border-right-width:6rem}.ul_border_y_q96{border-bottom-width:6rem;border-top-width:6rem}.ul_rounded_q96{border-radius:6rem}.ul_rounded_t_q96{border-top-left-radius:6rem;border-top-right-radius:6rem}.ul_rounded_r_q96{border-bottom-right-radius:6rem;border-top-right-radius:6rem}.ul_rounded_b_q96{border-bottom-left-radius:6rem;border-bottom-right-radius:6rem}.ul_rounded_l_q96{border-bottom-left-radius:6rem}.ul_rounded_l_q96,.ul_rounded_tl_q96{border-top-left-radius:6rem}.ul_rounded_tr_q96{border-top-right-radius:6rem}.ul_rounded_br_q96{border-bottom-right-radius:6rem}.ul_rounded_bl_q96{border-bottom-left-radius:6rem}.ul_p_q112{padding:7rem}.ul_pt_q112{padding-top:7rem}.ul_pr_q112{padding-right:7rem}.ul_pb_q112{padding-bottom:7rem}.ul_pl_q112,.ul_px_q112{padding-left:7rem}.ul_px_q112{padding-right:7rem}.ul_py_q112{padding-bottom:7rem;padding-top:7rem}.ul_m_q112{margin:7rem}.ul_mt_q112{margin-top:7rem}.ul_mr_q112{margin-right:7rem}.ul_mb_q112{margin-bottom:7rem}.ul_ml_q112,.ul_mx_q112{margin-left:7rem}.ul_mx_q112{margin-right:7rem}.ul_my_q112{margin-bottom:7rem;margin-top:7rem}.ul_gap_q112{gap:7rem}.ul_gap_col_q112{-moz-column-gap:7rem;column-gap:7rem}.ul_gap_row_q112{row-gap:7rem}.ul_w_q112{width:7rem}.ul_min_w_q112{min-width:7rem}.ul_max_w_q112{max-width:7rem}.ul_h_q112{height:7rem}.ul_min_h_q112{min-height:7rem}.ul_max_h_q112{max-height:7rem}.ul_inset_q112{bottom:7rem;left:7rem;right:7rem;top:7rem}.ul_top_q112{top:7rem}.ul_right_q112{right:7rem}.ul_bottom_q112{bottom:7rem}.ul_left_q112{left:7rem}.ul_inset_x_q112{left:7rem;right:7rem}.ul_inset_y_q112{bottom:7rem;top:7rem}.ul_border_q112{border-width:7rem}.ul_border_t_q112{border-top-width:7rem}.ul_border_r_q112{border-right-width:7rem}.ul_border_b_q112{border-bottom-width:7rem}.ul_border_l_q112,.ul_border_x_q112{border-left-width:7rem}.ul_border_x_q112{border-right-width:7rem}.ul_border_y_q112{border-bottom-width:7rem;border-top-width:7rem}.ul_rounded_q112{border-radius:7rem}.ul_rounded_t_q112{border-top-left-radius:7rem;border-top-right-radius:7rem}.ul_rounded_r_q112{border-bottom-right-radius:7rem;border-top-right-radius:7rem}.ul_rounded_b_q112{border-bottom-left-radius:7rem;border-bottom-right-radius:7rem}.ul_rounded_l_q112{border-bottom-left-radius:7rem}.ul_rounded_l_q112,.ul_rounded_tl_q112{border-top-left-radius:7rem}.ul_rounded_tr_q112{border-top-right-radius:7rem}.ul_rounded_br_q112{border-bottom-right-radius:7rem}.ul_rounded_bl_q112{border-bottom-left-radius:7rem}.ul_p_q128{padding:8rem}.ul_pt_q128{padding-top:8rem}.ul_pr_q128{padding-right:8rem}.ul_pb_q128{padding-bottom:8rem}.ul_pl_q128,.ul_px_q128{padding-left:8rem}.ul_px_q128{padding-right:8rem}.ul_py_q128{padding-bottom:8rem;padding-top:8rem}.ul_m_q128{margin:8rem}.ul_mt_q128{margin-top:8rem}.ul_mr_q128{margin-right:8rem}.ul_mb_q128{margin-bottom:8rem}.ul_ml_q128,.ul_mx_q128{margin-left:8rem}.ul_mx_q128{margin-right:8rem}.ul_my_q128{margin-bottom:8rem;margin-top:8rem}.ul_gap_q128{gap:8rem}.ul_gap_col_q128{-moz-column-gap:8rem;column-gap:8rem}.ul_gap_row_q128{row-gap:8rem}.ul_w_q128{width:8rem}.ul_min_w_q128{min-width:8rem}.ul_max_w_q128{max-width:8rem}.ul_h_q128{height:8rem}.ul_min_h_q128{min-height:8rem}.ul_max_h_q128{max-height:8rem}.ul_inset_q128{bottom:8rem;left:8rem;right:8rem;top:8rem}.ul_top_q128{top:8rem}.ul_right_q128{right:8rem}.ul_bottom_q128{bottom:8rem}.ul_left_q128{left:8rem}.ul_inset_x_q128{left:8rem;right:8rem}.ul_inset_y_q128{bottom:8rem;top:8rem}.ul_border_q128{border-width:8rem}.ul_border_t_q128{border-top-width:8rem}.ul_border_r_q128{border-right-width:8rem}.ul_border_b_q128{border-bottom-width:8rem}.ul_border_l_q128,.ul_border_x_q128{border-left-width:8rem}.ul_border_x_q128{border-right-width:8rem}.ul_border_y_q128{border-bottom-width:8rem;border-top-width:8rem}.ul_rounded_q128{border-radius:8rem}.ul_rounded_t_q128{border-top-left-radius:8rem;border-top-right-radius:8rem}.ul_rounded_r_q128{border-bottom-right-radius:8rem;border-top-right-radius:8rem}.ul_rounded_b_q128{border-bottom-left-radius:8rem;border-bottom-right-radius:8rem}.ul_rounded_l_q128{border-bottom-left-radius:8rem}.ul_rounded_l_q128,.ul_rounded_tl_q128{border-top-left-radius:8rem}.ul_rounded_tr_q128{border-top-right-radius:8rem}.ul_rounded_br_q128{border-bottom-right-radius:8rem}.ul_rounded_bl_q128{border-bottom-left-radius:8rem}.ul_p_q144{padding:9rem}.ul_pt_q144{padding-top:9rem}.ul_pr_q144{padding-right:9rem}.ul_pb_q144{padding-bottom:9rem}.ul_pl_q144,.ul_px_q144{padding-left:9rem}.ul_px_q144{padding-right:9rem}.ul_py_q144{padding-bottom:9rem;padding-top:9rem}.ul_m_q144{margin:9rem}.ul_mt_q144{margin-top:9rem}.ul_mr_q144{margin-right:9rem}.ul_mb_q144{margin-bottom:9rem}.ul_ml_q144,.ul_mx_q144{margin-left:9rem}.ul_mx_q144{margin-right:9rem}.ul_my_q144{margin-bottom:9rem;margin-top:9rem}.ul_gap_q144{gap:9rem}.ul_gap_col_q144{-moz-column-gap:9rem;column-gap:9rem}.ul_gap_row_q144{row-gap:9rem}.ul_w_q144{width:9rem}.ul_min_w_q144{min-width:9rem}.ul_max_w_q144{max-width:9rem}.ul_h_q144{height:9rem}.ul_min_h_q144{min-height:9rem}.ul_max_h_q144{max-height:9rem}.ul_inset_q144{bottom:9rem;left:9rem;right:9rem;top:9rem}.ul_top_q144{top:9rem}.ul_right_q144{right:9rem}.ul_bottom_q144{bottom:9rem}.ul_left_q144{left:9rem}.ul_inset_x_q144{left:9rem;right:9rem}.ul_inset_y_q144{bottom:9rem;top:9rem}.ul_border_q144{border-width:9rem}.ul_border_t_q144{border-top-width:9rem}.ul_border_r_q144{border-right-width:9rem}.ul_border_b_q144{border-bottom-width:9rem}.ul_border_l_q144,.ul_border_x_q144{border-left-width:9rem}.ul_border_x_q144{border-right-width:9rem}.ul_border_y_q144{border-bottom-width:9rem;border-top-width:9rem}.ul_rounded_q144{border-radius:9rem}.ul_rounded_t_q144{border-top-left-radius:9rem;border-top-right-radius:9rem}.ul_rounded_r_q144{border-bottom-right-radius:9rem;border-top-right-radius:9rem}.ul_rounded_b_q144{border-bottom-left-radius:9rem;border-bottom-right-radius:9rem}.ul_rounded_l_q144{border-bottom-left-radius:9rem}.ul_rounded_l_q144,.ul_rounded_tl_q144{border-top-left-radius:9rem}.ul_rounded_tr_q144{border-top-right-radius:9rem}.ul_rounded_br_q144{border-bottom-right-radius:9rem}.ul_rounded_bl_q144{border-bottom-left-radius:9rem}.ul_p_q160{padding:10rem}.ul_pt_q160{padding-top:10rem}.ul_pr_q160{padding-right:10rem}.ul_pb_q160{padding-bottom:10rem}.ul_pl_q160,.ul_px_q160{padding-left:10rem}.ul_px_q160{padding-right:10rem}.ul_py_q160{padding-bottom:10rem;padding-top:10rem}.ul_m_q160{margin:10rem}.ul_mt_q160{margin-top:10rem}.ul_mr_q160{margin-right:10rem}.ul_mb_q160{margin-bottom:10rem}.ul_ml_q160,.ul_mx_q160{margin-left:10rem}.ul_mx_q160{margin-right:10rem}.ul_my_q160{margin-bottom:10rem;margin-top:10rem}.ul_gap_q160{gap:10rem}.ul_gap_col_q160{-moz-column-gap:10rem;column-gap:10rem}.ul_gap_row_q160{row-gap:10rem}.ul_w_q160{width:10rem}.ul_min_w_q160{min-width:10rem}.ul_max_w_q160{max-width:10rem}.ul_h_q160{height:10rem}.ul_min_h_q160{min-height:10rem}.ul_max_h_q160{max-height:10rem}.ul_inset_q160{bottom:10rem;left:10rem;right:10rem;top:10rem}.ul_top_q160{top:10rem}.ul_right_q160{right:10rem}.ul_bottom_q160{bottom:10rem}.ul_left_q160{left:10rem}.ul_inset_x_q160{left:10rem;right:10rem}.ul_inset_y_q160{bottom:10rem;top:10rem}.ul_border_q160{border-width:10rem}.ul_border_t_q160{border-top-width:10rem}.ul_border_r_q160{border-right-width:10rem}.ul_border_b_q160{border-bottom-width:10rem}.ul_border_l_q160,.ul_border_x_q160{border-left-width:10rem}.ul_border_x_q160{border-right-width:10rem}.ul_border_y_q160{border-bottom-width:10rem;border-top-width:10rem}.ul_rounded_q160{border-radius:10rem}.ul_rounded_t_q160{border-top-left-radius:10rem;border-top-right-radius:10rem}.ul_rounded_r_q160{border-bottom-right-radius:10rem;border-top-right-radius:10rem}.ul_rounded_b_q160{border-bottom-left-radius:10rem;border-bottom-right-radius:10rem}.ul_rounded_l_q160{border-bottom-left-radius:10rem}.ul_rounded_l_q160,.ul_rounded_tl_q160{border-top-left-radius:10rem}.ul_rounded_tr_q160{border-top-right-radius:10rem}.ul_rounded_br_q160{border-bottom-right-radius:10rem}.ul_rounded_bl_q160{border-bottom-left-radius:10rem}.ul_p_q192{padding:12rem}.ul_pt_q192{padding-top:12rem}.ul_pr_q192{padding-right:12rem}.ul_pb_q192{padding-bottom:12rem}.ul_pl_q192,.ul_px_q192{padding-left:12rem}.ul_px_q192{padding-right:12rem}.ul_py_q192{padding-bottom:12rem;padding-top:12rem}.ul_m_q192{margin:12rem}.ul_mt_q192{margin-top:12rem}.ul_mr_q192{margin-right:12rem}.ul_mb_q192{margin-bottom:12rem}.ul_ml_q192,.ul_mx_q192{margin-left:12rem}.ul_mx_q192{margin-right:12rem}.ul_my_q192{margin-bottom:12rem;margin-top:12rem}.ul_gap_q192{gap:12rem}.ul_gap_col_q192{-moz-column-gap:12rem;column-gap:12rem}.ul_gap_row_q192{row-gap:12rem}.ul_w_q192{width:12rem}.ul_min_w_q192{min-width:12rem}.ul_max_w_q192{max-width:12rem}.ul_h_q192{height:12rem}.ul_min_h_q192{min-height:12rem}.ul_max_h_q192{max-height:12rem}.ul_inset_q192{bottom:12rem;left:12rem;right:12rem;top:12rem}.ul_top_q192{top:12rem}.ul_right_q192{right:12rem}.ul_bottom_q192{bottom:12rem}.ul_left_q192{left:12rem}.ul_inset_x_q192{left:12rem;right:12rem}.ul_inset_y_q192{bottom:12rem;top:12rem}.ul_border_q192{border-width:12rem}.ul_border_t_q192{border-top-width:12rem}.ul_border_r_q192{border-right-width:12rem}.ul_border_b_q192{border-bottom-width:12rem}.ul_border_l_q192,.ul_border_x_q192{border-left-width:12rem}.ul_border_x_q192{border-right-width:12rem}.ul_border_y_q192{border-bottom-width:12rem;border-top-width:12rem}.ul_rounded_q192{border-radius:12rem}.ul_rounded_t_q192{border-top-left-radius:12rem;border-top-right-radius:12rem}.ul_rounded_r_q192{border-bottom-right-radius:12rem;border-top-right-radius:12rem}.ul_rounded_b_q192{border-bottom-left-radius:12rem;border-bottom-right-radius:12rem}.ul_rounded_l_q192{border-bottom-left-radius:12rem}.ul_rounded_l_q192,.ul_rounded_tl_q192{border-top-left-radius:12rem}.ul_rounded_tr_q192{border-top-right-radius:12rem}.ul_rounded_br_q192{border-bottom-right-radius:12rem}.ul_rounded_bl_q192{border-bottom-left-radius:12rem}.ul_p_q224{padding:14rem}.ul_pt_q224{padding-top:14rem}.ul_pr_q224{padding-right:14rem}.ul_pb_q224{padding-bottom:14rem}.ul_pl_q224,.ul_px_q224{padding-left:14rem}.ul_px_q224{padding-right:14rem}.ul_py_q224{padding-bottom:14rem;padding-top:14rem}.ul_m_q224{margin:14rem}.ul_mt_q224{margin-top:14rem}.ul_mr_q224{margin-right:14rem}.ul_mb_q224{margin-bottom:14rem}.ul_ml_q224,.ul_mx_q224{margin-left:14rem}.ul_mx_q224{margin-right:14rem}.ul_my_q224{margin-bottom:14rem;margin-top:14rem}.ul_gap_q224{gap:14rem}.ul_gap_col_q224{-moz-column-gap:14rem;column-gap:14rem}.ul_gap_row_q224{row-gap:14rem}.ul_w_q224{width:14rem}.ul_min_w_q224{min-width:14rem}.ul_max_w_q224{max-width:14rem}.ul_h_q224{height:14rem}.ul_min_h_q224{min-height:14rem}.ul_max_h_q224{max-height:14rem}.ul_inset_q224{bottom:14rem;left:14rem;right:14rem;top:14rem}.ul_top_q224{top:14rem}.ul_right_q224{right:14rem}.ul_bottom_q224{bottom:14rem}.ul_left_q224{left:14rem}.ul_inset_x_q224{left:14rem;right:14rem}.ul_inset_y_q224{bottom:14rem;top:14rem}.ul_border_q224{border-width:14rem}.ul_border_t_q224{border-top-width:14rem}.ul_border_r_q224{border-right-width:14rem}.ul_border_b_q224{border-bottom-width:14rem}.ul_border_l_q224,.ul_border_x_q224{border-left-width:14rem}.ul_border_x_q224{border-right-width:14rem}.ul_border_y_q224{border-bottom-width:14rem;border-top-width:14rem}.ul_rounded_q224{border-radius:14rem}.ul_rounded_t_q224{border-top-left-radius:14rem;border-top-right-radius:14rem}.ul_rounded_r_q224{border-bottom-right-radius:14rem;border-top-right-radius:14rem}.ul_rounded_b_q224{border-bottom-left-radius:14rem;border-bottom-right-radius:14rem}.ul_rounded_l_q224{border-bottom-left-radius:14rem}.ul_rounded_l_q224,.ul_rounded_tl_q224{border-top-left-radius:14rem}.ul_rounded_tr_q224{border-top-right-radius:14rem}.ul_rounded_br_q224{border-bottom-right-radius:14rem}.ul_rounded_bl_q224{border-bottom-left-radius:14rem}.ul_p_q256{padding:16rem}.ul_pt_q256{padding-top:16rem}.ul_pr_q256{padding-right:16rem}.ul_pb_q256{padding-bottom:16rem}.ul_pl_q256,.ul_px_q256{padding-left:16rem}.ul_px_q256{padding-right:16rem}.ul_py_q256{padding-bottom:16rem;padding-top:16rem}.ul_m_q256{margin:16rem}.ul_mt_q256{margin-top:16rem}.ul_mr_q256{margin-right:16rem}.ul_mb_q256{margin-bottom:16rem}.ul_ml_q256,.ul_mx_q256{margin-left:16rem}.ul_mx_q256{margin-right:16rem}.ul_my_q256{margin-bottom:16rem;margin-top:16rem}.ul_gap_q256{gap:16rem}.ul_gap_col_q256{-moz-column-gap:16rem;column-gap:16rem}.ul_gap_row_q256{row-gap:16rem}.ul_w_q256{width:16rem}.ul_min_w_q256{min-width:16rem}.ul_max_w_q256{max-width:16rem}.ul_h_q256{height:16rem}.ul_min_h_q256{min-height:16rem}.ul_max_h_q256{max-height:16rem}.ul_inset_q256{bottom:16rem;left:16rem;right:16rem;top:16rem}.ul_top_q256{top:16rem}.ul_right_q256{right:16rem}.ul_bottom_q256{bottom:16rem}.ul_left_q256{left:16rem}.ul_inset_x_q256{left:16rem;right:16rem}.ul_inset_y_q256{bottom:16rem;top:16rem}.ul_border_q256{border-width:16rem}.ul_border_t_q256{border-top-width:16rem}.ul_border_r_q256{border-right-width:16rem}.ul_border_b_q256{border-bottom-width:16rem}.ul_border_l_q256,.ul_border_x_q256{border-left-width:16rem}.ul_border_x_q256{border-right-width:16rem}.ul_border_y_q256{border-bottom-width:16rem;border-top-width:16rem}.ul_rounded_q256{border-radius:16rem}.ul_rounded_t_q256{border-top-left-radius:16rem;border-top-right-radius:16rem}.ul_rounded_r_q256{border-bottom-right-radius:16rem;border-top-right-radius:16rem}.ul_rounded_b_q256{border-bottom-left-radius:16rem;border-bottom-right-radius:16rem}.ul_rounded_l_q256{border-bottom-left-radius:16rem}.ul_rounded_l_q256,.ul_rounded_tl_q256{border-top-left-radius:16rem}.ul_rounded_tr_q256{border-top-right-radius:16rem}.ul_rounded_br_q256{border-bottom-right-radius:16rem}.ul_rounded_bl_q256{border-bottom-left-radius:16rem}}html{font-size:12px}@media screen and (min-width:360px){html{font-size:calc(10.90909px + .30303vw)}}@media screen and (min-width:4320px){html{font-size:24px}}html{box-sizing:border-box;-webkit-text-size-adjust:100%;height:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;word-break:normal}body{margin:0;min-height:100%}body,html{height:100%;margin:0}*,:after,:before{background-repeat:no-repeat;box-sizing:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}*{margin:0;padding:0}
|
|
2
2
|
/*# sourceMappingURL=to.css.map */
|