.bg-none{background:none}.bg-primary{background-color:var(--bg-color-primary)}.bg-secondary{background-color:var(--bg-color-secondary)}.invert{filter:invert(100%)}.mix{mix-blend-mode:var(--mix-blend-mode)}.bg-glassy{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:inset 0 0 5px var(--bg-opague-color);background-color:var(--bg-opague-color)}.bg-dark{background-color:#11111180}.top-line:before{content:"";position:absolute;top:0;width:100%;height:1px;background-color:var(--txt-color)}.fading-top{-webkit-mask-image:linear-gradient(to top,var(--bg-color-primary),var(--bg-color-primary) 70%,transparent 100%);mask-image:linear-gradient(to top,var(--bg-color-primary),var(--bg-color-primary) 70%,transparent 100%)}.fading-out{background:radial-gradient(var(--bg-color-secondary),transparent 50%,transparent 100%)}.glooey{filter:blur(5px) contrast(15)}.glooey-invert{filter:invert(1) blur(5px) contrast(15)}.underline-l span{position:relative}.underline-l span:after{content:"";position:absolute;bottom:-3px;width:0;height:2px;background-color:var(--txt-color);transition-property:background-color color width left;transition-duration:.1s;left:-2px}.underline-l:hover span:after{width:calc(100% + 4px)}.underline-m span{position:relative}.underline-m span:after{content:"";position:absolute;bottom:-3px;width:0;height:2px;background-color:var(--txt-color);transition-property:background-color color width left;transition-duration:.1s;left:50%}.underline-m:hover span:after{width:calc(100% + 4px);left:-2px}.router-link-exact-active span:after{content:"";position:absolute;bottom:-3px;left:-3px;width:calc(100% + 6px);height:2px;background-color:var(--txt-color);transition:all .1s}.o-0{opacity:0}.o-1{opacity:1}.overflow-h{overflow:hidden}.overflow-s{overflow:scroll}.visible{visibility:visible}.hidden{visibility:hidden}.cover{object-fit:cover}.user-select-none{-webkit-user-select:none;user-select:none}.pointer{cursor:pointer}.grab{cursor:grab}.grabbing{cursor:grabbing}.pointer-none{pointer-events:none}.fade-enter-active,.fade-leave-active{transition:opacity .2s ease!important}.fade-enter-from,.fade-leave-to{opacity:0!important}.slide-from-right-enter-active,.slide-from-right-leave-active{transition:right .2s ease!important}.slide-from-right-enter-from,.slide-from-right-leave-to{right:-200px!important}.slide-from-top-enter-active,.slide-from-top-leave-active{transition:top .5s ease!important;pointer-events:none!important}.slide-from-top-enter-from,.slide-from-top-leave-to{top:-50px!important}.first-load-enter-active,.first-load-leave-active{transition:opacity 3s 2s ease!important}.first-load-leave-to{opacity:0!important}.loading-enter-active,.loading-leave-active{transition:opacity .5s ease!important}.loading-enter-from,.loading-leave-to{opacity:0!important}.switch-enter-active,.switch-leave-active{transition:all .2s ease!important}.switch-enter-from{opacity:1!important;transform:translate(16px)!important}.switch-leave-to{opacity:0!important;transform:translate(-16px)!important}.border-none{border:none}.border{border:1px solid var(--border-color-secondary)}.border:hover{border-color:var(--border-color-primary)}.border-round{border-radius:50%}.border-radius-0{border-radius:0}.border-radius-1{border-radius:1px}.border-radius-2{border-radius:2px}.border-radius-3{border-radius:3px}.border-radius-4{border-radius:4px}.border-radius-5{border-radius:5px}.border-radius-6{border-radius:6px}.border-radius-7{border-radius:7px}.border-radius-8{border-radius:8px}.border-radius-9{border-radius:9px}.border-radius-10{border-radius:10px}.border-radius-11{border-radius:11px}.border-radius-12{border-radius:12px}.border-radius-13{border-radius:13px}.border-radius-14{border-radius:14px}.border-radius-15{border-radius:15px}.border-radius-16{border-radius:16px}.border-radius-17{border-radius:17px}.border-radius-18{border-radius:18px}.border-radius-19{border-radius:19px}.border-radius-20{border-radius:20px}.border-radius-21{border-radius:21px}.border-radius-22{border-radius:22px}.border-radius-23{border-radius:23px}.border-radius-24{border-radius:24px}.border-radius-25{border-radius:25px}.border-radius-26{border-radius:26px}.border-radius-27{border-radius:27px}.border-radius-28{border-radius:28px}.border-radius-29{border-radius:29px}.border-radius-30{border-radius:30px}.border-radius-31{border-radius:31px}.border-radius-32{border-radius:32px}.border-radius-33{border-radius:33px}.border-radius-34{border-radius:34px}.border-radius-35{border-radius:35px}.border-radius-36{border-radius:36px}.border-radius-37{border-radius:37px}.border-radius-38{border-radius:38px}.border-radius-39{border-radius:39px}.border-radius-40{border-radius:40px}.border-radius-41{border-radius:41px}.border-radius-42{border-radius:42px}.border-radius-43{border-radius:43px}.border-radius-44{border-radius:44px}.border-radius-45{border-radius:45px}.border-radius-46{border-radius:46px}.border-radius-47{border-radius:47px}.border-radius-48{border-radius:48px}.border-radius-49{border-radius:49px}.border-radius-50{border-radius:50px}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-nowrap{flex-wrap:nowrap}.flex-wrap{flex-wrap:wrap}.grid-cols-0{grid-template-columns:repeat(0,minmax(0,1fr))}.col-span-0{grid-column:span 0}.grid-rows-0{grid-template-rows:repeat(0,minmax(0,1fr))}.row-span-0{grid-row:span 0}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.col-span-1{grid-column:span 1}.grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))}.row-span-1{grid-row:span 1}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.col-span-2{grid-column:span 2}.grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.row-span-2{grid-row:span 2}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.col-span-3{grid-column:span 3}.grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))}.row-span-3{grid-row:span 3}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.col-span-4{grid-column:span 4}.grid-rows-4{grid-template-rows:repeat(4,minmax(0,1fr))}.row-span-4{grid-row:span 4}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.col-span-5{grid-column:span 5}.grid-rows-5{grid-template-rows:repeat(5,minmax(0,1fr))}.row-span-5{grid-row:span 5}@media (max-width: 640px){.sm\:grid-cols-0{grid-template-columns:repeat(0,minmax(0,1fr))}.sm\:col-span-0{grid-column:span 0}.sm\:grid-rows-0{grid-template-rows:repeat(0,minmax(0,1fr))}.sm\:row-span-0{grid-row:span 0}.sm\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.sm\:col-span-1{grid-column:span 1}.sm\:grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))}.sm\:row-span-1{grid-row:span 1}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:col-span-2{grid-column:span 2}.sm\:grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.sm\:row-span-2{grid-row:span 2}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:col-span-3{grid-column:span 3}.sm\:grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))}.sm\:row-span-3{grid-row:span 3}.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sm\:col-span-4{grid-column:span 4}.sm\:grid-rows-4{grid-template-rows:repeat(4,minmax(0,1fr))}.sm\:row-span-4{grid-row:span 4}.sm\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.sm\:col-span-5{grid-column:span 5}.sm\:grid-rows-5{grid-template-rows:repeat(5,minmax(0,1fr))}.sm\:row-span-5{grid-row:span 5}}@media (max-width: 1024px){.lg\:grid-cols-0{grid-template-columns:repeat(0,minmax(0,1fr))}.lg\:col-span-0{grid-column:span 0}.lg\:grid-rows-0{grid-template-rows:repeat(0,minmax(0,1fr))}.lg\:row-span-0{grid-row:span 0}.lg\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.lg\:col-span-1{grid-column:span 1}.lg\:grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))}.lg\:row-span-1{grid-row:span 1}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:col-span-2{grid-column:span 2}.lg\:grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.lg\:row-span-2{grid-row:span 2}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:col-span-3{grid-column:span 3}.lg\:grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))}.lg\:row-span-3{grid-row:span 3}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:col-span-4{grid-column:span 4}.lg\:grid-rows-4{grid-template-rows:repeat(4,minmax(0,1fr))}.lg\:row-span-4{grid-row:span 4}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:col-span-5{grid-column:span 5}.lg\:grid-rows-5{grid-template-rows:repeat(5,minmax(0,1fr))}.lg\:row-span-5{grid-row:span 5}}.relative{position:relative}.fixed{position:fixed}.absolute{position:absolute}.block{display:block}.inline-block{display:inline-block}.none{display:none}.flex{display:flex}.grid{display:grid}.t-dvh{top:100dvh}.t-dvw{top:100dvw}.t--200{top:-200px}.t--199{top:-199px}.t--198{top:-198px}.t--197{top:-197px}.t--196{top:-196px}.t--195{top:-195px}.t--194{top:-194px}.t--193{top:-193px}.t--192{top:-192px}.t--191{top:-191px}.t--190{top:-190px}.t--189{top:-189px}.t--188{top:-188px}.t--187{top:-187px}.t--186{top:-186px}.t--185{top:-185px}.t--184{top:-184px}.t--183{top:-183px}.t--182{top:-182px}.t--181{top:-181px}.t--180{top:-180px}.t--179{top:-179px}.t--178{top:-178px}.t--177{top:-177px}.t--176{top:-176px}.t--175{top:-175px}.t--174{top:-174px}.t--173{top:-173px}.t--172{top:-172px}.t--171{top:-171px}.t--170{top:-170px}.t--169{top:-169px}.t--168{top:-168px}.t--167{top:-167px}.t--166{top:-166px}.t--165{top:-165px}.t--164{top:-164px}.t--163{top:-163px}.t--162{top:-162px}.t--161{top:-161px}.t--160{top:-160px}.t--159{top:-159px}.t--158{top:-158px}.t--157{top:-157px}.t--156{top:-156px}.t--155{top:-155px}.t--154{top:-154px}.t--153{top:-153px}.t--152{top:-152px}.t--151{top:-151px}.t--150{top:-150px}.t--149{top:-149px}.t--148{top:-148px}.t--147{top:-147px}.t--146{top:-146px}.t--145{top:-145px}.t--144{top:-144px}.t--143{top:-143px}.t--142{top:-142px}.t--141{top:-141px}.t--140{top:-140px}.t--139{top:-139px}.t--138{top:-138px}.t--137{top:-137px}.t--136{top:-136px}.t--135{top:-135px}.t--134{top:-134px}.t--133{top:-133px}.t--132{top:-132px}.t--131{top:-131px}.t--130{top:-130px}.t--129{top:-129px}.t--128{top:-128px}.t--127{top:-127px}.t--126{top:-126px}.t--125{top:-125px}.t--124{top:-124px}.t--123{top:-123px}.t--122{top:-122px}.t--121{top:-121px}.t--120{top:-120px}.t--119{top:-119px}.t--118{top:-118px}.t--117{top:-117px}.t--116{top:-116px}.t--115{top:-115px}.t--114{top:-114px}.t--113{top:-113px}.t--112{top:-112px}.t--111{top:-111px}.t--110{top:-110px}.t--109{top:-109px}.t--108{top:-108px}.t--107{top:-107px}.t--106{top:-106px}.t--105{top:-105px}.t--104{top:-104px}.t--103{top:-103px}.t--102{top:-102px}.t--101{top:-101px}.t--100{top:-100px}.t--99{top:-99px}.t--98{top:-98px}.t--97{top:-97px}.t--96{top:-96px}.t--95{top:-95px}.t--94{top:-94px}.t--93{top:-93px}.t--92{top:-92px}.t--91{top:-91px}.t--90{top:-90px}.t--89{top:-89px}.t--88{top:-88px}.t--87{top:-87px}.t--86{top:-86px}.t--85{top:-85px}.t--84{top:-84px}.t--83{top:-83px}.t--82{top:-82px}.t--81{top:-81px}.t--80{top:-80px}.t--79{top:-79px}.t--78{top:-78px}.t--77{top:-77px}.t--76{top:-76px}.t--75{top:-75px}.t--74{top:-74px}.t--73{top:-73px}.t--72{top:-72px}.t--71{top:-71px}.t--70{top:-70px}.t--69{top:-69px}.t--68{top:-68px}.t--67{top:-67px}.t--66{top:-66px}.t--65{top:-65px}.t--64{top:-64px}.t--63{top:-63px}.t--62{top:-62px}.t--61{top:-61px}.t--60{top:-60px}.t--59{top:-59px}.t--58{top:-58px}.t--57{top:-57px}.t--56{top:-56px}.t--55{top:-55px}.t--54{top:-54px}.t--53{top:-53px}.t--52{top:-52px}.t--51{top:-51px}.t--50{top:-50px}.t--49{top:-49px}.t--48{top:-48px}.t--47{top:-47px}.t--46{top:-46px}.t--45{top:-45px}.t--44{top:-44px}.t--43{top:-43px}.t--42{top:-42px}.t--41{top:-41px}.t--40{top:-40px}.t--39{top:-39px}.t--38{top:-38px}.t--37{top:-37px}.t--36{top:-36px}.t--35{top:-35px}.t--34{top:-34px}.t--33{top:-33px}.t--32{top:-32px}.t--31{top:-31px}.t--30{top:-30px}.t--29{top:-29px}.t--28{top:-28px}.t--27{top:-27px}.t--26{top:-26px}.t--25{top:-25px}.t--24{top:-24px}.t--23{top:-23px}.t--22{top:-22px}.t--21{top:-21px}.t--20{top:-20px}.t--19{top:-19px}.t--18{top:-18px}.t--17{top:-17px}.t--16{top:-16px}.t--15{top:-15px}.t--14{top:-14px}.t--13{top:-13px}.t--12{top:-12px}.t--11{top:-11px}.t--10{top:-10px}.t--9{top:-9px}.t--8{top:-8px}.t--7{top:-7px}.t--6{top:-6px}.t--5{top:-5px}.t--4{top:-4px}.t--3{top:-3px}.t--2{top:-2px}.t--1{top:-1px}.t-0{top:0}.t-1{top:1px}.t-2{top:2px}.t-3{top:3px}.t-4{top:4px}.t-5{top:5px}.t-6{top:6px}.t-7{top:7px}.t-8{top:8px}.t-9{top:9px}.t-10{top:10px}.t-11{top:11px}.t-12{top:12px}.t-13{top:13px}.t-14{top:14px}.t-15{top:15px}.t-16{top:16px}.t-17{top:17px}.t-18{top:18px}.t-19{top:19px}.t-20{top:20px}.t-21{top:21px}.t-22{top:22px}.t-23{top:23px}.t-24{top:24px}.t-25{top:25px}.t-26{top:26px}.t-27{top:27px}.t-28{top:28px}.t-29{top:29px}.t-30{top:30px}.t-31{top:31px}.t-32{top:32px}.t-33{top:33px}.t-34{top:34px}.t-35{top:35px}.t-36{top:36px}.t-37{top:37px}.t-38{top:38px}.t-39{top:39px}.t-40{top:40px}.t-41{top:41px}.t-42{top:42px}.t-43{top:43px}.t-44{top:44px}.t-45{top:45px}.t-46{top:46px}.t-47{top:47px}.t-48{top:48px}.t-49{top:49px}.t-50{top:50px}.t-51{top:51px}.t-52{top:52px}.t-53{top:53px}.t-54{top:54px}.t-55{top:55px}.t-56{top:56px}.t-57{top:57px}.t-58{top:58px}.t-59{top:59px}.t-60{top:60px}.t-61{top:61px}.t-62{top:62px}.t-63{top:63px}.t-64{top:64px}.t-65{top:65px}.t-66{top:66px}.t-67{top:67px}.t-68{top:68px}.t-69{top:69px}.t-70{top:70px}.t-71{top:71px}.t-72{top:72px}.t-73{top:73px}.t-74{top:74px}.t-75{top:75px}.t-76{top:76px}.t-77{top:77px}.t-78{top:78px}.t-79{top:79px}.t-80{top:80px}.t-81{top:81px}.t-82{top:82px}.t-83{top:83px}.t-84{top:84px}.t-85{top:85px}.t-86{top:86px}.t-87{top:87px}.t-88{top:88px}.t-89{top:89px}.t-90{top:90px}.t-91{top:91px}.t-92{top:92px}.t-93{top:93px}.t-94{top:94px}.t-95{top:95px}.t-96{top:96px}.t-97{top:97px}.t-98{top:98px}.t-99{top:99px}.t-100{top:100px}.t-101{top:101px}.t-102{top:102px}.t-103{top:103px}.t-104{top:104px}.t-105{top:105px}.t-106{top:106px}.t-107{top:107px}.t-108{top:108px}.t-109{top:109px}.t-110{top:110px}.t-111{top:111px}.t-112{top:112px}.t-113{top:113px}.t-114{top:114px}.t-115{top:115px}.t-116{top:116px}.t-117{top:117px}.t-118{top:118px}.t-119{top:119px}.t-120{top:120px}.t-121{top:121px}.t-122{top:122px}.t-123{top:123px}.t-124{top:124px}.t-125{top:125px}.t-126{top:126px}.t-127{top:127px}.t-128{top:128px}.t-129{top:129px}.t-130{top:130px}.t-131{top:131px}.t-132{top:132px}.t-133{top:133px}.t-134{top:134px}.t-135{top:135px}.t-136{top:136px}.t-137{top:137px}.t-138{top:138px}.t-139{top:139px}.t-140{top:140px}.t-141{top:141px}.t-142{top:142px}.t-143{top:143px}.t-144{top:144px}.t-145{top:145px}.t-146{top:146px}.t-147{top:147px}.t-148{top:148px}.t-149{top:149px}.t-150{top:150px}.t-151{top:151px}.t-152{top:152px}.t-153{top:153px}.t-154{top:154px}.t-155{top:155px}.t-156{top:156px}.t-157{top:157px}.t-158{top:158px}.t-159{top:159px}.t-160{top:160px}.t-161{top:161px}.t-162{top:162px}.t-163{top:163px}.t-164{top:164px}.t-165{top:165px}.t-166{top:166px}.t-167{top:167px}.t-168{top:168px}.t-169{top:169px}.t-170{top:170px}.t-171{top:171px}.t-172{top:172px}.t-173{top:173px}.t-174{top:174px}.t-175{top:175px}.t-176{top:176px}.t-177{top:177px}.t-178{top:178px}.t-179{top:179px}.t-180{top:180px}.t-181{top:181px}.t-182{top:182px}.t-183{top:183px}.t-184{top:184px}.t-185{top:185px}.t-186{top:186px}.t-187{top:187px}.t-188{top:188px}.t-189{top:189px}.t-190{top:190px}.t-191{top:191px}.t-192{top:192px}.t-193{top:193px}.t-194{top:194px}.t-195{top:195px}.t-196{top:196px}.t-197{top:197px}.t-198{top:198px}.t-199{top:199px}.t-200{top:200px}.t-1\{top:10%}.tdvw-1\/10{top:10dvw}.tdwh-1\/10{top:10dvh}.t-2\{top:20%}.tdvw-2\/10{top:20dvw}.tdwh-2\/10{top:20dvh}.t-3\{top:30%}.tdvw-3\/10{top:30dvw}.tdwh-3\/10{top:30dvh}.t-4\{top:40%}.tdvw-4\/10{top:40dvw}.tdwh-4\/10{top:40dvh}.t-5\{top:50%}.tdvw-5\/10{top:50dvw}.tdwh-5\/10{top:50dvh}.t-6\{top:60%}.tdvw-6\/10{top:60dvw}.tdwh-6\/10{top:60dvh}.t-7\{top:70%}.tdvw-7\/10{top:70dvw}.tdwh-7\/10{top:70dvh}.t-8\{top:80%}.tdvw-8\/10{top:80dvw}.tdwh-8\/10{top:80dvh}.t-9\{top:90%}.tdvw-9\/10{top:90dvw}.tdwh-9\/10{top:90dvh}.r-dvh{right:100dvh}.r-dvw{right:100dvw}.r--200{right:-200px}.r--199{right:-199px}.r--198{right:-198px}.r--197{right:-197px}.r--196{right:-196px}.r--195{right:-195px}.r--194{right:-194px}.r--193{right:-193px}.r--192{right:-192px}.r--191{right:-191px}.r--190{right:-190px}.r--189{right:-189px}.r--188{right:-188px}.r--187{right:-187px}.r--186{right:-186px}.r--185{right:-185px}.r--184{right:-184px}.r--183{right:-183px}.r--182{right:-182px}.r--181{right:-181px}.r--180{right:-180px}.r--179{right:-179px}.r--178{right:-178px}.r--177{right:-177px}.r--176{right:-176px}.r--175{right:-175px}.r--174{right:-174px}.r--173{right:-173px}.r--172{right:-172px}.r--171{right:-171px}.r--170{right:-170px}.r--169{right:-169px}.r--168{right:-168px}.r--167{right:-167px}.r--166{right:-166px}.r--165{right:-165px}.r--164{right:-164px}.r--163{right:-163px}.r--162{right:-162px}.r--161{right:-161px}.r--160{right:-160px}.r--159{right:-159px}.r--158{right:-158px}.r--157{right:-157px}.r--156{right:-156px}.r--155{right:-155px}.r--154{right:-154px}.r--153{right:-153px}.r--152{right:-152px}.r--151{right:-151px}.r--150{right:-150px}.r--149{right:-149px}.r--148{right:-148px}.r--147{right:-147px}.r--146{right:-146px}.r--145{right:-145px}.r--144{right:-144px}.r--143{right:-143px}.r--142{right:-142px}.r--141{right:-141px}.r--140{right:-140px}.r--139{right:-139px}.r--138{right:-138px}.r--137{right:-137px}.r--136{right:-136px}.r--135{right:-135px}.r--134{right:-134px}.r--133{right:-133px}.r--132{right:-132px}.r--131{right:-131px}.r--130{right:-130px}.r--129{right:-129px}.r--128{right:-128px}.r--127{right:-127px}.r--126{right:-126px}.r--125{right:-125px}.r--124{right:-124px}.r--123{right:-123px}.r--122{right:-122px}.r--121{right:-121px}.r--120{right:-120px}.r--119{right:-119px}.r--118{right:-118px}.r--117{right:-117px}.r--116{right:-116px}.r--115{right:-115px}.r--114{right:-114px}.r--113{right:-113px}.r--112{right:-112px}.r--111{right:-111px}.r--110{right:-110px}.r--109{right:-109px}.r--108{right:-108px}.r--107{right:-107px}.r--106{right:-106px}.r--105{right:-105px}.r--104{right:-104px}.r--103{right:-103px}.r--102{right:-102px}.r--101{right:-101px}.r--100{right:-100px}.r--99{right:-99px}.r--98{right:-98px}.r--97{right:-97px}.r--96{right:-96px}.r--95{right:-95px}.r--94{right:-94px}.r--93{right:-93px}.r--92{right:-92px}.r--91{right:-91px}.r--90{right:-90px}.r--89{right:-89px}.r--88{right:-88px}.r--87{right:-87px}.r--86{right:-86px}.r--85{right:-85px}.r--84{right:-84px}.r--83{right:-83px}.r--82{right:-82px}.r--81{right:-81px}.r--80{right:-80px}.r--79{right:-79px}.r--78{right:-78px}.r--77{right:-77px}.r--76{right:-76px}.r--75{right:-75px}.r--74{right:-74px}.r--73{right:-73px}.r--72{right:-72px}.r--71{right:-71px}.r--70{right:-70px}.r--69{right:-69px}.r--68{right:-68px}.r--67{right:-67px}.r--66{right:-66px}.r--65{right:-65px}.r--64{right:-64px}.r--63{right:-63px}.r--62{right:-62px}.r--61{right:-61px}.r--60{right:-60px}.r--59{right:-59px}.r--58{right:-58px}.r--57{right:-57px}.r--56{right:-56px}.r--55{right:-55px}.r--54{right:-54px}.r--53{right:-53px}.r--52{right:-52px}.r--51{right:-51px}.r--50{right:-50px}.r--49{right:-49px}.r--48{right:-48px}.r--47{right:-47px}.r--46{right:-46px}.r--45{right:-45px}.r--44{right:-44px}.r--43{right:-43px}.r--42{right:-42px}.r--41{right:-41px}.r--40{right:-40px}.r--39{right:-39px}.r--38{right:-38px}.r--37{right:-37px}.r--36{right:-36px}.r--35{right:-35px}.r--34{right:-34px}.r--33{right:-33px}.r--32{right:-32px}.r--31{right:-31px}.r--30{right:-30px}.r--29{right:-29px}.r--28{right:-28px}.r--27{right:-27px}.r--26{right:-26px}.r--25{right:-25px}.r--24{right:-24px}.r--23{right:-23px}.r--22{right:-22px}.r--21{right:-21px}.r--20{right:-20px}.r--19{right:-19px}.r--18{right:-18px}.r--17{right:-17px}.r--16{right:-16px}.r--15{right:-15px}.r--14{right:-14px}.r--13{right:-13px}.r--12{right:-12px}.r--11{right:-11px}.r--10{right:-10px}.r--9{right:-9px}.r--8{right:-8px}.r--7{right:-7px}.r--6{right:-6px}.r--5{right:-5px}.r--4{right:-4px}.r--3{right:-3px}.r--2{right:-2px}.r--1{right:-1px}.r-0{right:0}.r-1{right:1px}.r-2{right:2px}.r-3{right:3px}.r-4{right:4px}.r-5{right:5px}.r-6{right:6px}.r-7{right:7px}.r-8{right:8px}.r-9{right:9px}.r-10{right:10px}.r-11{right:11px}.r-12{right:12px}.r-13{right:13px}.r-14{right:14px}.r-15{right:15px}.r-16{right:16px}.r-17{right:17px}.r-18{right:18px}.r-19{right:19px}.r-20{right:20px}.r-21{right:21px}.r-22{right:22px}.r-23{right:23px}.r-24{right:24px}.r-25{right:25px}.r-26{right:26px}.r-27{right:27px}.r-28{right:28px}.r-29{right:29px}.r-30{right:30px}.r-31{right:31px}.r-32{right:32px}.r-33{right:33px}.r-34{right:34px}.r-35{right:35px}.r-36{right:36px}.r-37{right:37px}.r-38{right:38px}.r-39{right:39px}.r-40{right:40px}.r-41{right:41px}.r-42{right:42px}.r-43{right:43px}.r-44{right:44px}.r-45{right:45px}.r-46{right:46px}.r-47{right:47px}.r-48{right:48px}.r-49{right:49px}.r-50{right:50px}.r-51{right:51px}.r-52{right:52px}.r-53{right:53px}.r-54{right:54px}.r-55{right:55px}.r-56{right:56px}.r-57{right:57px}.r-58{right:58px}.r-59{right:59px}.r-60{right:60px}.r-61{right:61px}.r-62{right:62px}.r-63{right:63px}.r-64{right:64px}.r-65{right:65px}.r-66{right:66px}.r-67{right:67px}.r-68{right:68px}.r-69{right:69px}.r-70{right:70px}.r-71{right:71px}.r-72{right:72px}.r-73{right:73px}.r-74{right:74px}.r-75{right:75px}.r-76{right:76px}.r-77{right:77px}.r-78{right:78px}.r-79{right:79px}.r-80{right:80px}.r-81{right:81px}.r-82{right:82px}.r-83{right:83px}.r-84{right:84px}.r-85{right:85px}.r-86{right:86px}.r-87{right:87px}.r-88{right:88px}.r-89{right:89px}.r-90{right:90px}.r-91{right:91px}.r-92{right:92px}.r-93{right:93px}.r-94{right:94px}.r-95{right:95px}.r-96{right:96px}.r-97{right:97px}.r-98{right:98px}.r-99{right:99px}.r-100{right:100px}.r-101{right:101px}.r-102{right:102px}.r-103{right:103px}.r-104{right:104px}.r-105{right:105px}.r-106{right:106px}.r-107{right:107px}.r-108{right:108px}.r-109{right:109px}.r-110{right:110px}.r-111{right:111px}.r-112{right:112px}.r-113{right:113px}.r-114{right:114px}.r-115{right:115px}.r-116{right:116px}.r-117{right:117px}.r-118{right:118px}.r-119{right:119px}.r-120{right:120px}.r-121{right:121px}.r-122{right:122px}.r-123{right:123px}.r-124{right:124px}.r-125{right:125px}.r-126{right:126px}.r-127{right:127px}.r-128{right:128px}.r-129{right:129px}.r-130{right:130px}.r-131{right:131px}.r-132{right:132px}.r-133{right:133px}.r-134{right:134px}.r-135{right:135px}.r-136{right:136px}.r-137{right:137px}.r-138{right:138px}.r-139{right:139px}.r-140{right:140px}.r-141{right:141px}.r-142{right:142px}.r-143{right:143px}.r-144{right:144px}.r-145{right:145px}.r-146{right:146px}.r-147{right:147px}.r-148{right:148px}.r-149{right:149px}.r-150{right:150px}.r-151{right:151px}.r-152{right:152px}.r-153{right:153px}.r-154{right:154px}.r-155{right:155px}.r-156{right:156px}.r-157{right:157px}.r-158{right:158px}.r-159{right:159px}.r-160{right:160px}.r-161{right:161px}.r-162{right:162px}.r-163{right:163px}.r-164{right:164px}.r-165{right:165px}.r-166{right:166px}.r-167{right:167px}.r-168{right:168px}.r-169{right:169px}.r-170{right:170px}.r-171{right:171px}.r-172{right:172px}.r-173{right:173px}.r-174{right:174px}.r-175{right:175px}.r-176{right:176px}.r-177{right:177px}.r-178{right:178px}.r-179{right:179px}.r-180{right:180px}.r-181{right:181px}.r-182{right:182px}.r-183{right:183px}.r-184{right:184px}.r-185{right:185px}.r-186{right:186px}.r-187{right:187px}.r-188{right:188px}.r-189{right:189px}.r-190{right:190px}.r-191{right:191px}.r-192{right:192px}.r-193{right:193px}.r-194{right:194px}.r-195{right:195px}.r-196{right:196px}.r-197{right:197px}.r-198{right:198px}.r-199{right:199px}.r-200{right:200px}.r-1\{right:10%}.rdvw-1\/10{right:10dvw}.rdwh-1\/10{right:10dvh}.r-2\{right:20%}.rdvw-2\/10{right:20dvw}.rdwh-2\/10{right:20dvh}.r-3\{right:30%}.rdvw-3\/10{right:30dvw}.rdwh-3\/10{right:30dvh}.r-4\{right:40%}.rdvw-4\/10{right:40dvw}.rdwh-4\/10{right:40dvh}.r-5\{right:50%}.rdvw-5\/10{right:50dvw}.rdwh-5\/10{right:50dvh}.r-6\{right:60%}.rdvw-6\/10{right:60dvw}.rdwh-6\/10{right:60dvh}.r-7\{right:70%}.rdvw-7\/10{right:70dvw}.rdwh-7\/10{right:70dvh}.r-8\{right:80%}.rdvw-8\/10{right:80dvw}.rdwh-8\/10{right:80dvh}.r-9\{right:90%}.rdvw-9\/10{right:90dvw}.rdwh-9\/10{right:90dvh}.b-dvh{bottom:100dvh}.b-dvw{bottom:100dvw}.b--200{bottom:-200px}.b--199{bottom:-199px}.b--198{bottom:-198px}.b--197{bottom:-197px}.b--196{bottom:-196px}.b--195{bottom:-195px}.b--194{bottom:-194px}.b--193{bottom:-193px}.b--192{bottom:-192px}.b--191{bottom:-191px}.b--190{bottom:-190px}.b--189{bottom:-189px}.b--188{bottom:-188px}.b--187{bottom:-187px}.b--186{bottom:-186px}.b--185{bottom:-185px}.b--184{bottom:-184px}.b--183{bottom:-183px}.b--182{bottom:-182px}.b--181{bottom:-181px}.b--180{bottom:-180px}.b--179{bottom:-179px}.b--178{bottom:-178px}.b--177{bottom:-177px}.b--176{bottom:-176px}.b--175{bottom:-175px}.b--174{bottom:-174px}.b--173{bottom:-173px}.b--172{bottom:-172px}.b--171{bottom:-171px}.b--170{bottom:-170px}.b--169{bottom:-169px}.b--168{bottom:-168px}.b--167{bottom:-167px}.b--166{bottom:-166px}.b--165{bottom:-165px}.b--164{bottom:-164px}.b--163{bottom:-163px}.b--162{bottom:-162px}.b--161{bottom:-161px}.b--160{bottom:-160px}.b--159{bottom:-159px}.b--158{bottom:-158px}.b--157{bottom:-157px}.b--156{bottom:-156px}.b--155{bottom:-155px}.b--154{bottom:-154px}.b--153{bottom:-153px}.b--152{bottom:-152px}.b--151{bottom:-151px}.b--150{bottom:-150px}.b--149{bottom:-149px}.b--148{bottom:-148px}.b--147{bottom:-147px}.b--146{bottom:-146px}.b--145{bottom:-145px}.b--144{bottom:-144px}.b--143{bottom:-143px}.b--142{bottom:-142px}.b--141{bottom:-141px}.b--140{bottom:-140px}.b--139{bottom:-139px}.b--138{bottom:-138px}.b--137{bottom:-137px}.b--136{bottom:-136px}.b--135{bottom:-135px}.b--134{bottom:-134px}.b--133{bottom:-133px}.b--132{bottom:-132px}.b--131{bottom:-131px}.b--130{bottom:-130px}.b--129{bottom:-129px}.b--128{bottom:-128px}.b--127{bottom:-127px}.b--126{bottom:-126px}.b--125{bottom:-125px}.b--124{bottom:-124px}.b--123{bottom:-123px}.b--122{bottom:-122px}.b--121{bottom:-121px}.b--120{bottom:-120px}.b--119{bottom:-119px}.b--118{bottom:-118px}.b--117{bottom:-117px}.b--116{bottom:-116px}.b--115{bottom:-115px}.b--114{bottom:-114px}.b--113{bottom:-113px}.b--112{bottom:-112px}.b--111{bottom:-111px}.b--110{bottom:-110px}.b--109{bottom:-109px}.b--108{bottom:-108px}.b--107{bottom:-107px}.b--106{bottom:-106px}.b--105{bottom:-105px}.b--104{bottom:-104px}.b--103{bottom:-103px}.b--102{bottom:-102px}.b--101{bottom:-101px}.b--100{bottom:-100px}.b--99{bottom:-99px}.b--98{bottom:-98px}.b--97{bottom:-97px}.b--96{bottom:-96px}.b--95{bottom:-95px}.b--94{bottom:-94px}.b--93{bottom:-93px}.b--92{bottom:-92px}.b--91{bottom:-91px}.b--90{bottom:-90px}.b--89{bottom:-89px}.b--88{bottom:-88px}.b--87{bottom:-87px}.b--86{bottom:-86px}.b--85{bottom:-85px}.b--84{bottom:-84px}.b--83{bottom:-83px}.b--82{bottom:-82px}.b--81{bottom:-81px}.b--80{bottom:-80px}.b--79{bottom:-79px}.b--78{bottom:-78px}.b--77{bottom:-77px}.b--76{bottom:-76px}.b--75{bottom:-75px}.b--74{bottom:-74px}.b--73{bottom:-73px}.b--72{bottom:-72px}.b--71{bottom:-71px}.b--70{bottom:-70px}.b--69{bottom:-69px}.b--68{bottom:-68px}.b--67{bottom:-67px}.b--66{bottom:-66px}.b--65{bottom:-65px}.b--64{bottom:-64px}.b--63{bottom:-63px}.b--62{bottom:-62px}.b--61{bottom:-61px}.b--60{bottom:-60px}.b--59{bottom:-59px}.b--58{bottom:-58px}.b--57{bottom:-57px}.b--56{bottom:-56px}.b--55{bottom:-55px}.b--54{bottom:-54px}.b--53{bottom:-53px}.b--52{bottom:-52px}.b--51{bottom:-51px}.b--50{bottom:-50px}.b--49{bottom:-49px}.b--48{bottom:-48px}.b--47{bottom:-47px}.b--46{bottom:-46px}.b--45{bottom:-45px}.b--44{bottom:-44px}.b--43{bottom:-43px}.b--42{bottom:-42px}.b--41{bottom:-41px}.b--40{bottom:-40px}.b--39{bottom:-39px}.b--38{bottom:-38px}.b--37{bottom:-37px}.b--36{bottom:-36px}.b--35{bottom:-35px}.b--34{bottom:-34px}.b--33{bottom:-33px}.b--32{bottom:-32px}.b--31{bottom:-31px}.b--30{bottom:-30px}.b--29{bottom:-29px}.b--28{bottom:-28px}.b--27{bottom:-27px}.b--26{bottom:-26px}.b--25{bottom:-25px}.b--24{bottom:-24px}.b--23{bottom:-23px}.b--22{bottom:-22px}.b--21{bottom:-21px}.b--20{bottom:-20px}.b--19{bottom:-19px}.b--18{bottom:-18px}.b--17{bottom:-17px}.b--16{bottom:-16px}.b--15{bottom:-15px}.b--14{bottom:-14px}.b--13{bottom:-13px}.b--12{bottom:-12px}.b--11{bottom:-11px}.b--10{bottom:-10px}.b--9{bottom:-9px}.b--8{bottom:-8px}.b--7{bottom:-7px}.b--6{bottom:-6px}.b--5{bottom:-5px}.b--4{bottom:-4px}.b--3{bottom:-3px}.b--2{bottom:-2px}.b--1{bottom:-1px}.b-0{bottom:0}.b-1{bottom:1px}.b-2{bottom:2px}.b-3{bottom:3px}.b-4{bottom:4px}.b-5{bottom:5px}.b-6{bottom:6px}.b-7{bottom:7px}.b-8{bottom:8px}.b-9{bottom:9px}.b-10{bottom:10px}.b-11{bottom:11px}.b-12{bottom:12px}.b-13{bottom:13px}.b-14{bottom:14px}.b-15{bottom:15px}.b-16{bottom:16px}.b-17{bottom:17px}.b-18{bottom:18px}.b-19{bottom:19px}.b-20{bottom:20px}.b-21{bottom:21px}.b-22{bottom:22px}.b-23{bottom:23px}.b-24{bottom:24px}.b-25{bottom:25px}.b-26{bottom:26px}.b-27{bottom:27px}.b-28{bottom:28px}.b-29{bottom:29px}.b-30{bottom:30px}.b-31{bottom:31px}.b-32{bottom:32px}.b-33{bottom:33px}.b-34{bottom:34px}.b-35{bottom:35px}.b-36{bottom:36px}.b-37{bottom:37px}.b-38{bottom:38px}.b-39{bottom:39px}.b-40{bottom:40px}.b-41{bottom:41px}.b-42{bottom:42px}.b-43{bottom:43px}.b-44{bottom:44px}.b-45{bottom:45px}.b-46{bottom:46px}.b-47{bottom:47px}.b-48{bottom:48px}.b-49{bottom:49px}.b-50{bottom:50px}.b-51{bottom:51px}.b-52{bottom:52px}.b-53{bottom:53px}.b-54{bottom:54px}.b-55{bottom:55px}.b-56{bottom:56px}.b-57{bottom:57px}.b-58{bottom:58px}.b-59{bottom:59px}.b-60{bottom:60px}.b-61{bottom:61px}.b-62{bottom:62px}.b-63{bottom:63px}.b-64{bottom:64px}.b-65{bottom:65px}.b-66{bottom:66px}.b-67{bottom:67px}.b-68{bottom:68px}.b-69{bottom:69px}.b-70{bottom:70px}.b-71{bottom:71px}.b-72{bottom:72px}.b-73{bottom:73px}.b-74{bottom:74px}.b-75{bottom:75px}.b-76{bottom:76px}.b-77{bottom:77px}.b-78{bottom:78px}.b-79{bottom:79px}.b-80{bottom:80px}.b-81{bottom:81px}.b-82{bottom:82px}.b-83{bottom:83px}.b-84{bottom:84px}.b-85{bottom:85px}.b-86{bottom:86px}.b-87{bottom:87px}.b-88{bottom:88px}.b-89{bottom:89px}.b-90{bottom:90px}.b-91{bottom:91px}.b-92{bottom:92px}.b-93{bottom:93px}.b-94{bottom:94px}.b-95{bottom:95px}.b-96{bottom:96px}.b-97{bottom:97px}.b-98{bottom:98px}.b-99{bottom:99px}.b-100{bottom:100px}.b-101{bottom:101px}.b-102{bottom:102px}.b-103{bottom:103px}.b-104{bottom:104px}.b-105{bottom:105px}.b-106{bottom:106px}.b-107{bottom:107px}.b-108{bottom:108px}.b-109{bottom:109px}.b-110{bottom:110px}.b-111{bottom:111px}.b-112{bottom:112px}.b-113{bottom:113px}.b-114{bottom:114px}.b-115{bottom:115px}.b-116{bottom:116px}.b-117{bottom:117px}.b-118{bottom:118px}.b-119{bottom:119px}.b-120{bottom:120px}.b-121{bottom:121px}.b-122{bottom:122px}.b-123{bottom:123px}.b-124{bottom:124px}.b-125{bottom:125px}.b-126{bottom:126px}.b-127{bottom:127px}.b-128{bottom:128px}.b-129{bottom:129px}.b-130{bottom:130px}.b-131{bottom:131px}.b-132{bottom:132px}.b-133{bottom:133px}.b-134{bottom:134px}.b-135{bottom:135px}.b-136{bottom:136px}.b-137{bottom:137px}.b-138{bottom:138px}.b-139{bottom:139px}.b-140{bottom:140px}.b-141{bottom:141px}.b-142{bottom:142px}.b-143{bottom:143px}.b-144{bottom:144px}.b-145{bottom:145px}.b-146{bottom:146px}.b-147{bottom:147px}.b-148{bottom:148px}.b-149{bottom:149px}.b-150{bottom:150px}.b-151{bottom:151px}.b-152{bottom:152px}.b-153{bottom:153px}.b-154{bottom:154px}.b-155{bottom:155px}.b-156{bottom:156px}.b-157{bottom:157px}.b-158{bottom:158px}.b-159{bottom:159px}.b-160{bottom:160px}.b-161{bottom:161px}.b-162{bottom:162px}.b-163{bottom:163px}.b-164{bottom:164px}.b-165{bottom:165px}.b-166{bottom:166px}.b-167{bottom:167px}.b-168{bottom:168px}.b-169{bottom:169px}.b-170{bottom:170px}.b-171{bottom:171px}.b-172{bottom:172px}.b-173{bottom:173px}.b-174{bottom:174px}.b-175{bottom:175px}.b-176{bottom:176px}.b-177{bottom:177px}.b-178{bottom:178px}.b-179{bottom:179px}.b-180{bottom:180px}.b-181{bottom:181px}.b-182{bottom:182px}.b-183{bottom:183px}.b-184{bottom:184px}.b-185{bottom:185px}.b-186{bottom:186px}.b-187{bottom:187px}.b-188{bottom:188px}.b-189{bottom:189px}.b-190{bottom:190px}.b-191{bottom:191px}.b-192{bottom:192px}.b-193{bottom:193px}.b-194{bottom:194px}.b-195{bottom:195px}.b-196{bottom:196px}.b-197{bottom:197px}.b-198{bottom:198px}.b-199{bottom:199px}.b-200{bottom:200px}.b-1\{bottom:10%}.bdvw-1\/10{bottom:10dvw}.bdwh-1\/10{bottom:10dvh}.b-2\{bottom:20%}.bdvw-2\/10{bottom:20dvw}.bdwh-2\/10{bottom:20dvh}.b-3\{bottom:30%}.bdvw-3\/10{bottom:30dvw}.bdwh-3\/10{bottom:30dvh}.b-4\{bottom:40%}.bdvw-4\/10{bottom:40dvw}.bdwh-4\/10{bottom:40dvh}.b-5\{bottom:50%}.bdvw-5\/10{bottom:50dvw}.bdwh-5\/10{bottom:50dvh}.b-6\{bottom:60%}.bdvw-6\/10{bottom:60dvw}.bdwh-6\/10{bottom:60dvh}.b-7\{bottom:70%}.bdvw-7\/10{bottom:70dvw}.bdwh-7\/10{bottom:70dvh}.b-8\{bottom:80%}.bdvw-8\/10{bottom:80dvw}.bdwh-8\/10{bottom:80dvh}.b-9\{bottom:90%}.bdvw-9\/10{bottom:90dvw}.bdwh-9\/10{bottom:90dvh}.l-dvh{left:100dvh}.l-dvw{left:100dvw}.l--200{left:-200px}.l--199{left:-199px}.l--198{left:-198px}.l--197{left:-197px}.l--196{left:-196px}.l--195{left:-195px}.l--194{left:-194px}.l--193{left:-193px}.l--192{left:-192px}.l--191{left:-191px}.l--190{left:-190px}.l--189{left:-189px}.l--188{left:-188px}.l--187{left:-187px}.l--186{left:-186px}.l--185{left:-185px}.l--184{left:-184px}.l--183{left:-183px}.l--182{left:-182px}.l--181{left:-181px}.l--180{left:-180px}.l--179{left:-179px}.l--178{left:-178px}.l--177{left:-177px}.l--176{left:-176px}.l--175{left:-175px}.l--174{left:-174px}.l--173{left:-173px}.l--172{left:-172px}.l--171{left:-171px}.l--170{left:-170px}.l--169{left:-169px}.l--168{left:-168px}.l--167{left:-167px}.l--166{left:-166px}.l--165{left:-165px}.l--164{left:-164px}.l--163{left:-163px}.l--162{left:-162px}.l--161{left:-161px}.l--160{left:-160px}.l--159{left:-159px}.l--158{left:-158px}.l--157{left:-157px}.l--156{left:-156px}.l--155{left:-155px}.l--154{left:-154px}.l--153{left:-153px}.l--152{left:-152px}.l--151{left:-151px}.l--150{left:-150px}.l--149{left:-149px}.l--148{left:-148px}.l--147{left:-147px}.l--146{left:-146px}.l--145{left:-145px}.l--144{left:-144px}.l--143{left:-143px}.l--142{left:-142px}.l--141{left:-141px}.l--140{left:-140px}.l--139{left:-139px}.l--138{left:-138px}.l--137{left:-137px}.l--136{left:-136px}.l--135{left:-135px}.l--134{left:-134px}.l--133{left:-133px}.l--132{left:-132px}.l--131{left:-131px}.l--130{left:-130px}.l--129{left:-129px}.l--128{left:-128px}.l--127{left:-127px}.l--126{left:-126px}.l--125{left:-125px}.l--124{left:-124px}.l--123{left:-123px}.l--122{left:-122px}.l--121{left:-121px}.l--120{left:-120px}.l--119{left:-119px}.l--118{left:-118px}.l--117{left:-117px}.l--116{left:-116px}.l--115{left:-115px}.l--114{left:-114px}.l--113{left:-113px}.l--112{left:-112px}.l--111{left:-111px}.l--110{left:-110px}.l--109{left:-109px}.l--108{left:-108px}.l--107{left:-107px}.l--106{left:-106px}.l--105{left:-105px}.l--104{left:-104px}.l--103{left:-103px}.l--102{left:-102px}.l--101{left:-101px}.l--100{left:-100px}.l--99{left:-99px}.l--98{left:-98px}.l--97{left:-97px}.l--96{left:-96px}.l--95{left:-95px}.l--94{left:-94px}.l--93{left:-93px}.l--92{left:-92px}.l--91{left:-91px}.l--90{left:-90px}.l--89{left:-89px}.l--88{left:-88px}.l--87{left:-87px}.l--86{left:-86px}.l--85{left:-85px}.l--84{left:-84px}.l--83{left:-83px}.l--82{left:-82px}.l--81{left:-81px}.l--80{left:-80px}.l--79{left:-79px}.l--78{left:-78px}.l--77{left:-77px}.l--76{left:-76px}.l--75{left:-75px}.l--74{left:-74px}.l--73{left:-73px}.l--72{left:-72px}.l--71{left:-71px}.l--70{left:-70px}.l--69{left:-69px}.l--68{left:-68px}.l--67{left:-67px}.l--66{left:-66px}.l--65{left:-65px}.l--64{left:-64px}.l--63{left:-63px}.l--62{left:-62px}.l--61{left:-61px}.l--60{left:-60px}.l--59{left:-59px}.l--58{left:-58px}.l--57{left:-57px}.l--56{left:-56px}.l--55{left:-55px}.l--54{left:-54px}.l--53{left:-53px}.l--52{left:-52px}.l--51{left:-51px}.l--50{left:-50px}.l--49{left:-49px}.l--48{left:-48px}.l--47{left:-47px}.l--46{left:-46px}.l--45{left:-45px}.l--44{left:-44px}.l--43{left:-43px}.l--42{left:-42px}.l--41{left:-41px}.l--40{left:-40px}.l--39{left:-39px}.l--38{left:-38px}.l--37{left:-37px}.l--36{left:-36px}.l--35{left:-35px}.l--34{left:-34px}.l--33{left:-33px}.l--32{left:-32px}.l--31{left:-31px}.l--30{left:-30px}.l--29{left:-29px}.l--28{left:-28px}.l--27{left:-27px}.l--26{left:-26px}.l--25{left:-25px}.l--24{left:-24px}.l--23{left:-23px}.l--22{left:-22px}.l--21{left:-21px}.l--20{left:-20px}.l--19{left:-19px}.l--18{left:-18px}.l--17{left:-17px}.l--16{left:-16px}.l--15{left:-15px}.l--14{left:-14px}.l--13{left:-13px}.l--12{left:-12px}.l--11{left:-11px}.l--10{left:-10px}.l--9{left:-9px}.l--8{left:-8px}.l--7{left:-7px}.l--6{left:-6px}.l--5{left:-5px}.l--4{left:-4px}.l--3{left:-3px}.l--2{left:-2px}.l--1{left:-1px}.l-0{left:0}.l-1{left:1px}.l-2{left:2px}.l-3{left:3px}.l-4{left:4px}.l-5{left:5px}.l-6{left:6px}.l-7{left:7px}.l-8{left:8px}.l-9{left:9px}.l-10{left:10px}.l-11{left:11px}.l-12{left:12px}.l-13{left:13px}.l-14{left:14px}.l-15{left:15px}.l-16{left:16px}.l-17{left:17px}.l-18{left:18px}.l-19{left:19px}.l-20{left:20px}.l-21{left:21px}.l-22{left:22px}.l-23{left:23px}.l-24{left:24px}.l-25{left:25px}.l-26{left:26px}.l-27{left:27px}.l-28{left:28px}.l-29{left:29px}.l-30{left:30px}.l-31{left:31px}.l-32{left:32px}.l-33{left:33px}.l-34{left:34px}.l-35{left:35px}.l-36{left:36px}.l-37{left:37px}.l-38{left:38px}.l-39{left:39px}.l-40{left:40px}.l-41{left:41px}.l-42{left:42px}.l-43{left:43px}.l-44{left:44px}.l-45{left:45px}.l-46{left:46px}.l-47{left:47px}.l-48{left:48px}.l-49{left:49px}.l-50{left:50px}.l-51{left:51px}.l-52{left:52px}.l-53{left:53px}.l-54{left:54px}.l-55{left:55px}.l-56{left:56px}.l-57{left:57px}.l-58{left:58px}.l-59{left:59px}.l-60{left:60px}.l-61{left:61px}.l-62{left:62px}.l-63{left:63px}.l-64{left:64px}.l-65{left:65px}.l-66{left:66px}.l-67{left:67px}.l-68{left:68px}.l-69{left:69px}.l-70{left:70px}.l-71{left:71px}.l-72{left:72px}.l-73{left:73px}.l-74{left:74px}.l-75{left:75px}.l-76{left:76px}.l-77{left:77px}.l-78{left:78px}.l-79{left:79px}.l-80{left:80px}.l-81{left:81px}.l-82{left:82px}.l-83{left:83px}.l-84{left:84px}.l-85{left:85px}.l-86{left:86px}.l-87{left:87px}.l-88{left:88px}.l-89{left:89px}.l-90{left:90px}.l-91{left:91px}.l-92{left:92px}.l-93{left:93px}.l-94{left:94px}.l-95{left:95px}.l-96{left:96px}.l-97{left:97px}.l-98{left:98px}.l-99{left:99px}.l-100{left:100px}.l-101{left:101px}.l-102{left:102px}.l-103{left:103px}.l-104{left:104px}.l-105{left:105px}.l-106{left:106px}.l-107{left:107px}.l-108{left:108px}.l-109{left:109px}.l-110{left:110px}.l-111{left:111px}.l-112{left:112px}.l-113{left:113px}.l-114{left:114px}.l-115{left:115px}.l-116{left:116px}.l-117{left:117px}.l-118{left:118px}.l-119{left:119px}.l-120{left:120px}.l-121{left:121px}.l-122{left:122px}.l-123{left:123px}.l-124{left:124px}.l-125{left:125px}.l-126{left:126px}.l-127{left:127px}.l-128{left:128px}.l-129{left:129px}.l-130{left:130px}.l-131{left:131px}.l-132{left:132px}.l-133{left:133px}.l-134{left:134px}.l-135{left:135px}.l-136{left:136px}.l-137{left:137px}.l-138{left:138px}.l-139{left:139px}.l-140{left:140px}.l-141{left:141px}.l-142{left:142px}.l-143{left:143px}.l-144{left:144px}.l-145{left:145px}.l-146{left:146px}.l-147{left:147px}.l-148{left:148px}.l-149{left:149px}.l-150{left:150px}.l-151{left:151px}.l-152{left:152px}.l-153{left:153px}.l-154{left:154px}.l-155{left:155px}.l-156{left:156px}.l-157{left:157px}.l-158{left:158px}.l-159{left:159px}.l-160{left:160px}.l-161{left:161px}.l-162{left:162px}.l-163{left:163px}.l-164{left:164px}.l-165{left:165px}.l-166{left:166px}.l-167{left:167px}.l-168{left:168px}.l-169{left:169px}.l-170{left:170px}.l-171{left:171px}.l-172{left:172px}.l-173{left:173px}.l-174{left:174px}.l-175{left:175px}.l-176{left:176px}.l-177{left:177px}.l-178{left:178px}.l-179{left:179px}.l-180{left:180px}.l-181{left:181px}.l-182{left:182px}.l-183{left:183px}.l-184{left:184px}.l-185{left:185px}.l-186{left:186px}.l-187{left:187px}.l-188{left:188px}.l-189{left:189px}.l-190{left:190px}.l-191{left:191px}.l-192{left:192px}.l-193{left:193px}.l-194{left:194px}.l-195{left:195px}.l-196{left:196px}.l-197{left:197px}.l-198{left:198px}.l-199{left:199px}.l-200{left:200px}.l-1\{left:10%}.ldvw-1\/10{left:10dvw}.ldwh-1\/10{left:10dvh}.l-2\{left:20%}.ldvw-2\/10{left:20dvw}.ldwh-2\/10{left:20dvh}.l-3\{left:30%}.ldvw-3\/10{left:30dvw}.ldwh-3\/10{left:30dvh}.l-4\{left:40%}.ldvw-4\/10{left:40dvw}.ldwh-4\/10{left:40dvh}.l-5\{left:50%}.ldvw-5\/10{left:50dvw}.ldwh-5\/10{left:50dvh}.l-6\{left:60%}.ldvw-6\/10{left:60dvw}.ldwh-6\/10{left:60dvh}.l-7\{left:70%}.ldvw-7\/10{left:70dvw}.ldwh-7\/10{left:70dvh}.l-8\{left:80%}.ldvw-8\/10{left:80dvw}.ldwh-8\/10{left:80dvh}.l-9\{left:90%}.ldvw-9\/10{left:90dvw}.ldwh-9\/10{left:90dvh}.z--100{z-index:-100}.z--99{z-index:-99}.z--98{z-index:-98}.z--97{z-index:-97}.z--96{z-index:-96}.z--95{z-index:-95}.z--94{z-index:-94}.z--93{z-index:-93}.z--92{z-index:-92}.z--91{z-index:-91}.z--90{z-index:-90}.z--89{z-index:-89}.z--88{z-index:-88}.z--87{z-index:-87}.z--86{z-index:-86}.z--85{z-index:-85}.z--84{z-index:-84}.z--83{z-index:-83}.z--82{z-index:-82}.z--81{z-index:-81}.z--80{z-index:-80}.z--70{z-index:-70}.z--60{z-index:-60}.z--50{z-index:-50}.z--40{z-index:-40}.z--30{z-index:-30}.z--20{z-index:-20}.z--10{z-index:-10}.z--9{z-index:-9}.z--8{z-index:-8}.z--7{z-index:-7}.z--6{z-index:-6}.z--5{z-index:-5}.z--4{z-index:-4}.z--3{z-index:-3}.z--2{z-index:-2}.z--1{z-index:-1}.z-0{z-index:0}.z-1{z-index:1}.z-2{z-index:2}.z-3{z-index:3}.z-4{z-index:4}.z-5{z-index:5}.z-6{z-index:6}.z-7{z-index:7}.z-8{z-index:8}.z-9{z-index:9}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-60{z-index:60}.z-70{z-index:70}.z-80{z-index:80}.z-81{z-index:81}.z-82{z-index:82}.z-83{z-index:83}.z-84{z-index:84}.z-85{z-index:85}.z-86{z-index:86}.z-87{z-index:87}.z-88{z-index:88}.z-89{z-index:89}.z-90{z-index:90}.z-91{z-index:91}.z-92{z-index:92}.z-93{z-index:93}.z-94{z-index:94}.z-95{z-index:95}.z-96{z-index:96}.z-97{z-index:97}.z-98{z-index:98}.z-99{z-index:99}.z-100{z-index:100}@media (max-width: 640px){.sm\:relative{position:relative}.sm\:fixed{position:fixed}.sm\:absolute{position:absolute}.sm\:block{display:block}.sm\:inline-block{display:inline-block}.sm\:none{display:none}.sm\:flex{display:flex}.sm\:grid{display:grid}.sm\:t-dvh{top:100dvh}.sm\:t-dvw{top:100dvw}.sm\:t-0{top:0}.sm\:t-1{top:1px}.sm\:t-2{top:2px}.sm\:t-3{top:3px}.sm\:t-4{top:4px}.sm\:t-5{top:5px}.sm\:t-6{top:6px}.sm\:t-7{top:7px}.sm\:t-8{top:8px}.sm\:t-9{top:9px}.sm\:t-10{top:10px}.sm\:t-11{top:11px}.sm\:t-12{top:12px}.sm\:t-13{top:13px}.sm\:t-14{top:14px}.sm\:t-15{top:15px}.sm\:t-16{top:16px}.sm\:t-17{top:17px}.sm\:t-18{top:18px}.sm\:t-19{top:19px}.sm\:t-20{top:20px}.sm\:t-21{top:21px}.sm\:t-22{top:22px}.sm\:t-23{top:23px}.sm\:t-24{top:24px}.sm\:t-25{top:25px}.sm\:t-26{top:26px}.sm\:t-27{top:27px}.sm\:t-28{top:28px}.sm\:t-29{top:29px}.sm\:t-30{top:30px}.sm\:t-31{top:31px}.sm\:t-32{top:32px}.sm\:t-33{top:33px}.sm\:t-34{top:34px}.sm\:t-35{top:35px}.sm\:t-36{top:36px}.sm\:t-37{top:37px}.sm\:t-38{top:38px}.sm\:t-39{top:39px}.sm\:t-40{top:40px}.sm\:t-41{top:41px}.sm\:t-42{top:42px}.sm\:t-43{top:43px}.sm\:t-44{top:44px}.sm\:t-45{top:45px}.sm\:t-46{top:46px}.sm\:t-47{top:47px}.sm\:t-48{top:48px}.sm\:t-49{top:49px}.sm\:t-50{top:50px}.sm\:t-51{top:51px}.sm\:t-52{top:52px}.sm\:t-53{top:53px}.sm\:t-54{top:54px}.sm\:t-55{top:55px}.sm\:t-56{top:56px}.sm\:t-57{top:57px}.sm\:t-58{top:58px}.sm\:t-59{top:59px}.sm\:t-60{top:60px}.sm\:t-61{top:61px}.sm\:t-62{top:62px}.sm\:t-63{top:63px}.sm\:t-64{top:64px}.sm\:t-65{top:65px}.sm\:t-66{top:66px}.sm\:t-67{top:67px}.sm\:t-68{top:68px}.sm\:t-69{top:69px}.sm\:t-70{top:70px}.sm\:t-71{top:71px}.sm\:t-72{top:72px}.sm\:t-73{top:73px}.sm\:t-74{top:74px}.sm\:t-75{top:75px}.sm\:t-76{top:76px}.sm\:t-77{top:77px}.sm\:t-78{top:78px}.sm\:t-79{top:79px}.sm\:t-80{top:80px}.sm\:t-81{top:81px}.sm\:t-82{top:82px}.sm\:t-83{top:83px}.sm\:t-84{top:84px}.sm\:t-85{top:85px}.sm\:t-86{top:86px}.sm\:t-87{top:87px}.sm\:t-88{top:88px}.sm\:t-89{top:89px}.sm\:t-90{top:90px}.sm\:t-91{top:91px}.sm\:t-92{top:92px}.sm\:t-93{top:93px}.sm\:t-94{top:94px}.sm\:t-95{top:95px}.sm\:t-96{top:96px}.sm\:t-97{top:97px}.sm\:t-98{top:98px}.sm\:t-99{top:99px}.sm\:t-100{top:100px}.sm\:t-101{top:101px}.sm\:t-102{top:102px}.sm\:t-103{top:103px}.sm\:t-104{top:104px}.sm\:t-105{top:105px}.sm\:t-106{top:106px}.sm\:t-107{top:107px}.sm\:t-108{top:108px}.sm\:t-109{top:109px}.sm\:t-110{top:110px}.sm\:t-111{top:111px}.sm\:t-112{top:112px}.sm\:t-113{top:113px}.sm\:t-114{top:114px}.sm\:t-115{top:115px}.sm\:t-116{top:116px}.sm\:t-117{top:117px}.sm\:t-118{top:118px}.sm\:t-119{top:119px}.sm\:t-120{top:120px}.sm\:t-121{top:121px}.sm\:t-122{top:122px}.sm\:t-123{top:123px}.sm\:t-124{top:124px}.sm\:t-125{top:125px}.sm\:t-126{top:126px}.sm\:t-127{top:127px}.sm\:t-128{top:128px}.sm\:t-129{top:129px}.sm\:t-130{top:130px}.sm\:t-131{top:131px}.sm\:t-132{top:132px}.sm\:t-133{top:133px}.sm\:t-134{top:134px}.sm\:t-135{top:135px}.sm\:t-136{top:136px}.sm\:t-137{top:137px}.sm\:t-138{top:138px}.sm\:t-139{top:139px}.sm\:t-140{top:140px}.sm\:t-141{top:141px}.sm\:t-142{top:142px}.sm\:t-143{top:143px}.sm\:t-144{top:144px}.sm\:t-145{top:145px}.sm\:t-146{top:146px}.sm\:t-147{top:147px}.sm\:t-148{top:148px}.sm\:t-149{top:149px}.sm\:t-150{top:150px}.sm\:t-151{top:151px}.sm\:t-152{top:152px}.sm\:t-153{top:153px}.sm\:t-154{top:154px}.sm\:t-155{top:155px}.sm\:t-156{top:156px}.sm\:t-157{top:157px}.sm\:t-158{top:158px}.sm\:t-159{top:159px}.sm\:t-160{top:160px}.sm\:t-161{top:161px}.sm\:t-162{top:162px}.sm\:t-163{top:163px}.sm\:t-164{top:164px}.sm\:t-165{top:165px}.sm\:t-166{top:166px}.sm\:t-167{top:167px}.sm\:t-168{top:168px}.sm\:t-169{top:169px}.sm\:t-170{top:170px}.sm\:t-171{top:171px}.sm\:t-172{top:172px}.sm\:t-173{top:173px}.sm\:t-174{top:174px}.sm\:t-175{top:175px}.sm\:t-176{top:176px}.sm\:t-177{top:177px}.sm\:t-178{top:178px}.sm\:t-179{top:179px}.sm\:t-180{top:180px}.sm\:t-181{top:181px}.sm\:t-182{top:182px}.sm\:t-183{top:183px}.sm\:t-184{top:184px}.sm\:t-185{top:185px}.sm\:t-186{top:186px}.sm\:t-187{top:187px}.sm\:t-188{top:188px}.sm\:t-189{top:189px}.sm\:t-190{top:190px}.sm\:t-191{top:191px}.sm\:t-192{top:192px}.sm\:t-193{top:193px}.sm\:t-194{top:194px}.sm\:t-195{top:195px}.sm\:t-196{top:196px}.sm\:t-197{top:197px}.sm\:t-198{top:198px}.sm\:t-199{top:199px}.sm\:t-200{top:200px}.sm\:r-dvh{right:100dvh}.sm\:r-dvw{right:100dvw}.sm\:r-0{right:0}.sm\:r-1{right:1px}.sm\:r-2{right:2px}.sm\:r-3{right:3px}.sm\:r-4{right:4px}.sm\:r-5{right:5px}.sm\:r-6{right:6px}.sm\:r-7{right:7px}.sm\:r-8{right:8px}.sm\:r-9{right:9px}.sm\:r-10{right:10px}.sm\:r-11{right:11px}.sm\:r-12{right:12px}.sm\:r-13{right:13px}.sm\:r-14{right:14px}.sm\:r-15{right:15px}.sm\:r-16{right:16px}.sm\:r-17{right:17px}.sm\:r-18{right:18px}.sm\:r-19{right:19px}.sm\:r-20{right:20px}.sm\:r-21{right:21px}.sm\:r-22{right:22px}.sm\:r-23{right:23px}.sm\:r-24{right:24px}.sm\:r-25{right:25px}.sm\:r-26{right:26px}.sm\:r-27{right:27px}.sm\:r-28{right:28px}.sm\:r-29{right:29px}.sm\:r-30{right:30px}.sm\:r-31{right:31px}.sm\:r-32{right:32px}.sm\:r-33{right:33px}.sm\:r-34{right:34px}.sm\:r-35{right:35px}.sm\:r-36{right:36px}.sm\:r-37{right:37px}.sm\:r-38{right:38px}.sm\:r-39{right:39px}.sm\:r-40{right:40px}.sm\:r-41{right:41px}.sm\:r-42{right:42px}.sm\:r-43{right:43px}.sm\:r-44{right:44px}.sm\:r-45{right:45px}.sm\:r-46{right:46px}.sm\:r-47{right:47px}.sm\:r-48{right:48px}.sm\:r-49{right:49px}.sm\:r-50{right:50px}.sm\:r-51{right:51px}.sm\:r-52{right:52px}.sm\:r-53{right:53px}.sm\:r-54{right:54px}.sm\:r-55{right:55px}.sm\:r-56{right:56px}.sm\:r-57{right:57px}.sm\:r-58{right:58px}.sm\:r-59{right:59px}.sm\:r-60{right:60px}.sm\:r-61{right:61px}.sm\:r-62{right:62px}.sm\:r-63{right:63px}.sm\:r-64{right:64px}.sm\:r-65{right:65px}.sm\:r-66{right:66px}.sm\:r-67{right:67px}.sm\:r-68{right:68px}.sm\:r-69{right:69px}.sm\:r-70{right:70px}.sm\:r-71{right:71px}.sm\:r-72{right:72px}.sm\:r-73{right:73px}.sm\:r-74{right:74px}.sm\:r-75{right:75px}.sm\:r-76{right:76px}.sm\:r-77{right:77px}.sm\:r-78{right:78px}.sm\:r-79{right:79px}.sm\:r-80{right:80px}.sm\:r-81{right:81px}.sm\:r-82{right:82px}.sm\:r-83{right:83px}.sm\:r-84{right:84px}.sm\:r-85{right:85px}.sm\:r-86{right:86px}.sm\:r-87{right:87px}.sm\:r-88{right:88px}.sm\:r-89{right:89px}.sm\:r-90{right:90px}.sm\:r-91{right:91px}.sm\:r-92{right:92px}.sm\:r-93{right:93px}.sm\:r-94{right:94px}.sm\:r-95{right:95px}.sm\:r-96{right:96px}.sm\:r-97{right:97px}.sm\:r-98{right:98px}.sm\:r-99{right:99px}.sm\:r-100{right:100px}.sm\:r-101{right:101px}.sm\:r-102{right:102px}.sm\:r-103{right:103px}.sm\:r-104{right:104px}.sm\:r-105{right:105px}.sm\:r-106{right:106px}.sm\:r-107{right:107px}.sm\:r-108{right:108px}.sm\:r-109{right:109px}.sm\:r-110{right:110px}.sm\:r-111{right:111px}.sm\:r-112{right:112px}.sm\:r-113{right:113px}.sm\:r-114{right:114px}.sm\:r-115{right:115px}.sm\:r-116{right:116px}.sm\:r-117{right:117px}.sm\:r-118{right:118px}.sm\:r-119{right:119px}.sm\:r-120{right:120px}.sm\:r-121{right:121px}.sm\:r-122{right:122px}.sm\:r-123{right:123px}.sm\:r-124{right:124px}.sm\:r-125{right:125px}.sm\:r-126{right:126px}.sm\:r-127{right:127px}.sm\:r-128{right:128px}.sm\:r-129{right:129px}.sm\:r-130{right:130px}.sm\:r-131{right:131px}.sm\:r-132{right:132px}.sm\:r-133{right:133px}.sm\:r-134{right:134px}.sm\:r-135{right:135px}.sm\:r-136{right:136px}.sm\:r-137{right:137px}.sm\:r-138{right:138px}.sm\:r-139{right:139px}.sm\:r-140{right:140px}.sm\:r-141{right:141px}.sm\:r-142{right:142px}.sm\:r-143{right:143px}.sm\:r-144{right:144px}.sm\:r-145{right:145px}.sm\:r-146{right:146px}.sm\:r-147{right:147px}.sm\:r-148{right:148px}.sm\:r-149{right:149px}.sm\:r-150{right:150px}.sm\:r-151{right:151px}.sm\:r-152{right:152px}.sm\:r-153{right:153px}.sm\:r-154{right:154px}.sm\:r-155{right:155px}.sm\:r-156{right:156px}.sm\:r-157{right:157px}.sm\:r-158{right:158px}.sm\:r-159{right:159px}.sm\:r-160{right:160px}.sm\:r-161{right:161px}.sm\:r-162{right:162px}.sm\:r-163{right:163px}.sm\:r-164{right:164px}.sm\:r-165{right:165px}.sm\:r-166{right:166px}.sm\:r-167{right:167px}.sm\:r-168{right:168px}.sm\:r-169{right:169px}.sm\:r-170{right:170px}.sm\:r-171{right:171px}.sm\:r-172{right:172px}.sm\:r-173{right:173px}.sm\:r-174{right:174px}.sm\:r-175{right:175px}.sm\:r-176{right:176px}.sm\:r-177{right:177px}.sm\:r-178{right:178px}.sm\:r-179{right:179px}.sm\:r-180{right:180px}.sm\:r-181{right:181px}.sm\:r-182{right:182px}.sm\:r-183{right:183px}.sm\:r-184{right:184px}.sm\:r-185{right:185px}.sm\:r-186{right:186px}.sm\:r-187{right:187px}.sm\:r-188{right:188px}.sm\:r-189{right:189px}.sm\:r-190{right:190px}.sm\:r-191{right:191px}.sm\:r-192{right:192px}.sm\:r-193{right:193px}.sm\:r-194{right:194px}.sm\:r-195{right:195px}.sm\:r-196{right:196px}.sm\:r-197{right:197px}.sm\:r-198{right:198px}.sm\:r-199{right:199px}.sm\:r-200{right:200px}.sm\:b-dvh{bottom:100dvh}.sm\:b-dvw{bottom:100dvw}.sm\:b-0{bottom:0}.sm\:b-1{bottom:1px}.sm\:b-2{bottom:2px}.sm\:b-3{bottom:3px}.sm\:b-4{bottom:4px}.sm\:b-5{bottom:5px}.sm\:b-6{bottom:6px}.sm\:b-7{bottom:7px}.sm\:b-8{bottom:8px}.sm\:b-9{bottom:9px}.sm\:b-10{bottom:10px}.sm\:b-11{bottom:11px}.sm\:b-12{bottom:12px}.sm\:b-13{bottom:13px}.sm\:b-14{bottom:14px}.sm\:b-15{bottom:15px}.sm\:b-16{bottom:16px}.sm\:b-17{bottom:17px}.sm\:b-18{bottom:18px}.sm\:b-19{bottom:19px}.sm\:b-20{bottom:20px}.sm\:b-21{bottom:21px}.sm\:b-22{bottom:22px}.sm\:b-23{bottom:23px}.sm\:b-24{bottom:24px}.sm\:b-25{bottom:25px}.sm\:b-26{bottom:26px}.sm\:b-27{bottom:27px}.sm\:b-28{bottom:28px}.sm\:b-29{bottom:29px}.sm\:b-30{bottom:30px}.sm\:b-31{bottom:31px}.sm\:b-32{bottom:32px}.sm\:b-33{bottom:33px}.sm\:b-34{bottom:34px}.sm\:b-35{bottom:35px}.sm\:b-36{bottom:36px}.sm\:b-37{bottom:37px}.sm\:b-38{bottom:38px}.sm\:b-39{bottom:39px}.sm\:b-40{bottom:40px}.sm\:b-41{bottom:41px}.sm\:b-42{bottom:42px}.sm\:b-43{bottom:43px}.sm\:b-44{bottom:44px}.sm\:b-45{bottom:45px}.sm\:b-46{bottom:46px}.sm\:b-47{bottom:47px}.sm\:b-48{bottom:48px}.sm\:b-49{bottom:49px}.sm\:b-50{bottom:50px}.sm\:b-51{bottom:51px}.sm\:b-52{bottom:52px}.sm\:b-53{bottom:53px}.sm\:b-54{bottom:54px}.sm\:b-55{bottom:55px}.sm\:b-56{bottom:56px}.sm\:b-57{bottom:57px}.sm\:b-58{bottom:58px}.sm\:b-59{bottom:59px}.sm\:b-60{bottom:60px}.sm\:b-61{bottom:61px}.sm\:b-62{bottom:62px}.sm\:b-63{bottom:63px}.sm\:b-64{bottom:64px}.sm\:b-65{bottom:65px}.sm\:b-66{bottom:66px}.sm\:b-67{bottom:67px}.sm\:b-68{bottom:68px}.sm\:b-69{bottom:69px}.sm\:b-70{bottom:70px}.sm\:b-71{bottom:71px}.sm\:b-72{bottom:72px}.sm\:b-73{bottom:73px}.sm\:b-74{bottom:74px}.sm\:b-75{bottom:75px}.sm\:b-76{bottom:76px}.sm\:b-77{bottom:77px}.sm\:b-78{bottom:78px}.sm\:b-79{bottom:79px}.sm\:b-80{bottom:80px}.sm\:b-81{bottom:81px}.sm\:b-82{bottom:82px}.sm\:b-83{bottom:83px}.sm\:b-84{bottom:84px}.sm\:b-85{bottom:85px}.sm\:b-86{bottom:86px}.sm\:b-87{bottom:87px}.sm\:b-88{bottom:88px}.sm\:b-89{bottom:89px}.sm\:b-90{bottom:90px}.sm\:b-91{bottom:91px}.sm\:b-92{bottom:92px}.sm\:b-93{bottom:93px}.sm\:b-94{bottom:94px}.sm\:b-95{bottom:95px}.sm\:b-96{bottom:96px}.sm\:b-97{bottom:97px}.sm\:b-98{bottom:98px}.sm\:b-99{bottom:99px}.sm\:b-100{bottom:100px}.sm\:b-101{bottom:101px}.sm\:b-102{bottom:102px}.sm\:b-103{bottom:103px}.sm\:b-104{bottom:104px}.sm\:b-105{bottom:105px}.sm\:b-106{bottom:106px}.sm\:b-107{bottom:107px}.sm\:b-108{bottom:108px}.sm\:b-109{bottom:109px}.sm\:b-110{bottom:110px}.sm\:b-111{bottom:111px}.sm\:b-112{bottom:112px}.sm\:b-113{bottom:113px}.sm\:b-114{bottom:114px}.sm\:b-115{bottom:115px}.sm\:b-116{bottom:116px}.sm\:b-117{bottom:117px}.sm\:b-118{bottom:118px}.sm\:b-119{bottom:119px}.sm\:b-120{bottom:120px}.sm\:b-121{bottom:121px}.sm\:b-122{bottom:122px}.sm\:b-123{bottom:123px}.sm\:b-124{bottom:124px}.sm\:b-125{bottom:125px}.sm\:b-126{bottom:126px}.sm\:b-127{bottom:127px}.sm\:b-128{bottom:128px}.sm\:b-129{bottom:129px}.sm\:b-130{bottom:130px}.sm\:b-131{bottom:131px}.sm\:b-132{bottom:132px}.sm\:b-133{bottom:133px}.sm\:b-134{bottom:134px}.sm\:b-135{bottom:135px}.sm\:b-136{bottom:136px}.sm\:b-137{bottom:137px}.sm\:b-138{bottom:138px}.sm\:b-139{bottom:139px}.sm\:b-140{bottom:140px}.sm\:b-141{bottom:141px}.sm\:b-142{bottom:142px}.sm\:b-143{bottom:143px}.sm\:b-144{bottom:144px}.sm\:b-145{bottom:145px}.sm\:b-146{bottom:146px}.sm\:b-147{bottom:147px}.sm\:b-148{bottom:148px}.sm\:b-149{bottom:149px}.sm\:b-150{bottom:150px}.sm\:b-151{bottom:151px}.sm\:b-152{bottom:152px}.sm\:b-153{bottom:153px}.sm\:b-154{bottom:154px}.sm\:b-155{bottom:155px}.sm\:b-156{bottom:156px}.sm\:b-157{bottom:157px}.sm\:b-158{bottom:158px}.sm\:b-159{bottom:159px}.sm\:b-160{bottom:160px}.sm\:b-161{bottom:161px}.sm\:b-162{bottom:162px}.sm\:b-163{bottom:163px}.sm\:b-164{bottom:164px}.sm\:b-165{bottom:165px}.sm\:b-166{bottom:166px}.sm\:b-167{bottom:167px}.sm\:b-168{bottom:168px}.sm\:b-169{bottom:169px}.sm\:b-170{bottom:170px}.sm\:b-171{bottom:171px}.sm\:b-172{bottom:172px}.sm\:b-173{bottom:173px}.sm\:b-174{bottom:174px}.sm\:b-175{bottom:175px}.sm\:b-176{bottom:176px}.sm\:b-177{bottom:177px}.sm\:b-178{bottom:178px}.sm\:b-179{bottom:179px}.sm\:b-180{bottom:180px}.sm\:b-181{bottom:181px}.sm\:b-182{bottom:182px}.sm\:b-183{bottom:183px}.sm\:b-184{bottom:184px}.sm\:b-185{bottom:185px}.sm\:b-186{bottom:186px}.sm\:b-187{bottom:187px}.sm\:b-188{bottom:188px}.sm\:b-189{bottom:189px}.sm\:b-190{bottom:190px}.sm\:b-191{bottom:191px}.sm\:b-192{bottom:192px}.sm\:b-193{bottom:193px}.sm\:b-194{bottom:194px}.sm\:b-195{bottom:195px}.sm\:b-196{bottom:196px}.sm\:b-197{bottom:197px}.sm\:b-198{bottom:198px}.sm\:b-199{bottom:199px}.sm\:b-200{bottom:200px}.sm\:l-dvh{left:100dvh}.sm\:l-dvw{left:100dvw}.sm\:l-0{left:0}.sm\:l-1{left:1px}.sm\:l-2{left:2px}.sm\:l-3{left:3px}.sm\:l-4{left:4px}.sm\:l-5{left:5px}.sm\:l-6{left:6px}.sm\:l-7{left:7px}.sm\:l-8{left:8px}.sm\:l-9{left:9px}.sm\:l-10{left:10px}.sm\:l-11{left:11px}.sm\:l-12{left:12px}.sm\:l-13{left:13px}.sm\:l-14{left:14px}.sm\:l-15{left:15px}.sm\:l-16{left:16px}.sm\:l-17{left:17px}.sm\:l-18{left:18px}.sm\:l-19{left:19px}.sm\:l-20{left:20px}.sm\:l-21{left:21px}.sm\:l-22{left:22px}.sm\:l-23{left:23px}.sm\:l-24{left:24px}.sm\:l-25{left:25px}.sm\:l-26{left:26px}.sm\:l-27{left:27px}.sm\:l-28{left:28px}.sm\:l-29{left:29px}.sm\:l-30{left:30px}.sm\:l-31{left:31px}.sm\:l-32{left:32px}.sm\:l-33{left:33px}.sm\:l-34{left:34px}.sm\:l-35{left:35px}.sm\:l-36{left:36px}.sm\:l-37{left:37px}.sm\:l-38{left:38px}.sm\:l-39{left:39px}.sm\:l-40{left:40px}.sm\:l-41{left:41px}.sm\:l-42{left:42px}.sm\:l-43{left:43px}.sm\:l-44{left:44px}.sm\:l-45{left:45px}.sm\:l-46{left:46px}.sm\:l-47{left:47px}.sm\:l-48{left:48px}.sm\:l-49{left:49px}.sm\:l-50{left:50px}.sm\:l-51{left:51px}.sm\:l-52{left:52px}.sm\:l-53{left:53px}.sm\:l-54{left:54px}.sm\:l-55{left:55px}.sm\:l-56{left:56px}.sm\:l-57{left:57px}.sm\:l-58{left:58px}.sm\:l-59{left:59px}.sm\:l-60{left:60px}.sm\:l-61{left:61px}.sm\:l-62{left:62px}.sm\:l-63{left:63px}.sm\:l-64{left:64px}.sm\:l-65{left:65px}.sm\:l-66{left:66px}.sm\:l-67{left:67px}.sm\:l-68{left:68px}.sm\:l-69{left:69px}.sm\:l-70{left:70px}.sm\:l-71{left:71px}.sm\:l-72{left:72px}.sm\:l-73{left:73px}.sm\:l-74{left:74px}.sm\:l-75{left:75px}.sm\:l-76{left:76px}.sm\:l-77{left:77px}.sm\:l-78{left:78px}.sm\:l-79{left:79px}.sm\:l-80{left:80px}.sm\:l-81{left:81px}.sm\:l-82{left:82px}.sm\:l-83{left:83px}.sm\:l-84{left:84px}.sm\:l-85{left:85px}.sm\:l-86{left:86px}.sm\:l-87{left:87px}.sm\:l-88{left:88px}.sm\:l-89{left:89px}.sm\:l-90{left:90px}.sm\:l-91{left:91px}.sm\:l-92{left:92px}.sm\:l-93{left:93px}.sm\:l-94{left:94px}.sm\:l-95{left:95px}.sm\:l-96{left:96px}.sm\:l-97{left:97px}.sm\:l-98{left:98px}.sm\:l-99{left:99px}.sm\:l-100{left:100px}.sm\:l-101{left:101px}.sm\:l-102{left:102px}.sm\:l-103{left:103px}.sm\:l-104{left:104px}.sm\:l-105{left:105px}.sm\:l-106{left:106px}.sm\:l-107{left:107px}.sm\:l-108{left:108px}.sm\:l-109{left:109px}.sm\:l-110{left:110px}.sm\:l-111{left:111px}.sm\:l-112{left:112px}.sm\:l-113{left:113px}.sm\:l-114{left:114px}.sm\:l-115{left:115px}.sm\:l-116{left:116px}.sm\:l-117{left:117px}.sm\:l-118{left:118px}.sm\:l-119{left:119px}.sm\:l-120{left:120px}.sm\:l-121{left:121px}.sm\:l-122{left:122px}.sm\:l-123{left:123px}.sm\:l-124{left:124px}.sm\:l-125{left:125px}.sm\:l-126{left:126px}.sm\:l-127{left:127px}.sm\:l-128{left:128px}.sm\:l-129{left:129px}.sm\:l-130{left:130px}.sm\:l-131{left:131px}.sm\:l-132{left:132px}.sm\:l-133{left:133px}.sm\:l-134{left:134px}.sm\:l-135{left:135px}.sm\:l-136{left:136px}.sm\:l-137{left:137px}.sm\:l-138{left:138px}.sm\:l-139{left:139px}.sm\:l-140{left:140px}.sm\:l-141{left:141px}.sm\:l-142{left:142px}.sm\:l-143{left:143px}.sm\:l-144{left:144px}.sm\:l-145{left:145px}.sm\:l-146{left:146px}.sm\:l-147{left:147px}.sm\:l-148{left:148px}.sm\:l-149{left:149px}.sm\:l-150{left:150px}.sm\:l-151{left:151px}.sm\:l-152{left:152px}.sm\:l-153{left:153px}.sm\:l-154{left:154px}.sm\:l-155{left:155px}.sm\:l-156{left:156px}.sm\:l-157{left:157px}.sm\:l-158{left:158px}.sm\:l-159{left:159px}.sm\:l-160{left:160px}.sm\:l-161{left:161px}.sm\:l-162{left:162px}.sm\:l-163{left:163px}.sm\:l-164{left:164px}.sm\:l-165{left:165px}.sm\:l-166{left:166px}.sm\:l-167{left:167px}.sm\:l-168{left:168px}.sm\:l-169{left:169px}.sm\:l-170{left:170px}.sm\:l-171{left:171px}.sm\:l-172{left:172px}.sm\:l-173{left:173px}.sm\:l-174{left:174px}.sm\:l-175{left:175px}.sm\:l-176{left:176px}.sm\:l-177{left:177px}.sm\:l-178{left:178px}.sm\:l-179{left:179px}.sm\:l-180{left:180px}.sm\:l-181{left:181px}.sm\:l-182{left:182px}.sm\:l-183{left:183px}.sm\:l-184{left:184px}.sm\:l-185{left:185px}.sm\:l-186{left:186px}.sm\:l-187{left:187px}.sm\:l-188{left:188px}.sm\:l-189{left:189px}.sm\:l-190{left:190px}.sm\:l-191{left:191px}.sm\:l-192{left:192px}.sm\:l-193{left:193px}.sm\:l-194{left:194px}.sm\:l-195{left:195px}.sm\:l-196{left:196px}.sm\:l-197{left:197px}.sm\:l-198{left:198px}.sm\:l-199{left:199px}.sm\:l-200{left:200px}}@media (max-width: 1024px){.lg\:relative{position:relative}.lg\:fixed{position:fixed}.lg\:absolute{position:absolute}.lg\:block{display:block}.lg\:inline-block{display:inline-block}.lg\:none{display:none}.lg\:flex{display:flex}.lg\:grid{display:grid}.lg\:t-dvh{top:100dvh}.lg\:t-dvw{top:100dvw}.lg\:t-0{top:0}.lg\:t-1{top:1px}.lg\:t-2{top:2px}.lg\:t-3{top:3px}.lg\:t-4{top:4px}.lg\:t-5{top:5px}.lg\:t-6{top:6px}.lg\:t-7{top:7px}.lg\:t-8{top:8px}.lg\:t-9{top:9px}.lg\:t-10{top:10px}.lg\:t-11{top:11px}.lg\:t-12{top:12px}.lg\:t-13{top:13px}.lg\:t-14{top:14px}.lg\:t-15{top:15px}.lg\:t-16{top:16px}.lg\:t-17{top:17px}.lg\:t-18{top:18px}.lg\:t-19{top:19px}.lg\:t-20{top:20px}.lg\:t-21{top:21px}.lg\:t-22{top:22px}.lg\:t-23{top:23px}.lg\:t-24{top:24px}.lg\:t-25{top:25px}.lg\:t-26{top:26px}.lg\:t-27{top:27px}.lg\:t-28{top:28px}.lg\:t-29{top:29px}.lg\:t-30{top:30px}.lg\:t-31{top:31px}.lg\:t-32{top:32px}.lg\:t-33{top:33px}.lg\:t-34{top:34px}.lg\:t-35{top:35px}.lg\:t-36{top:36px}.lg\:t-37{top:37px}.lg\:t-38{top:38px}.lg\:t-39{top:39px}.lg\:t-40{top:40px}.lg\:t-41{top:41px}.lg\:t-42{top:42px}.lg\:t-43{top:43px}.lg\:t-44{top:44px}.lg\:t-45{top:45px}.lg\:t-46{top:46px}.lg\:t-47{top:47px}.lg\:t-48{top:48px}.lg\:t-49{top:49px}.lg\:t-50{top:50px}.lg\:t-51{top:51px}.lg\:t-52{top:52px}.lg\:t-53{top:53px}.lg\:t-54{top:54px}.lg\:t-55{top:55px}.lg\:t-56{top:56px}.lg\:t-57{top:57px}.lg\:t-58{top:58px}.lg\:t-59{top:59px}.lg\:t-60{top:60px}.lg\:t-61{top:61px}.lg\:t-62{top:62px}.lg\:t-63{top:63px}.lg\:t-64{top:64px}.lg\:t-65{top:65px}.lg\:t-66{top:66px}.lg\:t-67{top:67px}.lg\:t-68{top:68px}.lg\:t-69{top:69px}.lg\:t-70{top:70px}.lg\:t-71{top:71px}.lg\:t-72{top:72px}.lg\:t-73{top:73px}.lg\:t-74{top:74px}.lg\:t-75{top:75px}.lg\:t-76{top:76px}.lg\:t-77{top:77px}.lg\:t-78{top:78px}.lg\:t-79{top:79px}.lg\:t-80{top:80px}.lg\:t-81{top:81px}.lg\:t-82{top:82px}.lg\:t-83{top:83px}.lg\:t-84{top:84px}.lg\:t-85{top:85px}.lg\:t-86{top:86px}.lg\:t-87{top:87px}.lg\:t-88{top:88px}.lg\:t-89{top:89px}.lg\:t-90{top:90px}.lg\:t-91{top:91px}.lg\:t-92{top:92px}.lg\:t-93{top:93px}.lg\:t-94{top:94px}.lg\:t-95{top:95px}.lg\:t-96{top:96px}.lg\:t-97{top:97px}.lg\:t-98{top:98px}.lg\:t-99{top:99px}.lg\:t-100{top:100px}.lg\:t-101{top:101px}.lg\:t-102{top:102px}.lg\:t-103{top:103px}.lg\:t-104{top:104px}.lg\:t-105{top:105px}.lg\:t-106{top:106px}.lg\:t-107{top:107px}.lg\:t-108{top:108px}.lg\:t-109{top:109px}.lg\:t-110{top:110px}.lg\:t-111{top:111px}.lg\:t-112{top:112px}.lg\:t-113{top:113px}.lg\:t-114{top:114px}.lg\:t-115{top:115px}.lg\:t-116{top:116px}.lg\:t-117{top:117px}.lg\:t-118{top:118px}.lg\:t-119{top:119px}.lg\:t-120{top:120px}.lg\:t-121{top:121px}.lg\:t-122{top:122px}.lg\:t-123{top:123px}.lg\:t-124{top:124px}.lg\:t-125{top:125px}.lg\:t-126{top:126px}.lg\:t-127{top:127px}.lg\:t-128{top:128px}.lg\:t-129{top:129px}.lg\:t-130{top:130px}.lg\:t-131{top:131px}.lg\:t-132{top:132px}.lg\:t-133{top:133px}.lg\:t-134{top:134px}.lg\:t-135{top:135px}.lg\:t-136{top:136px}.lg\:t-137{top:137px}.lg\:t-138{top:138px}.lg\:t-139{top:139px}.lg\:t-140{top:140px}.lg\:t-141{top:141px}.lg\:t-142{top:142px}.lg\:t-143{top:143px}.lg\:t-144{top:144px}.lg\:t-145{top:145px}.lg\:t-146{top:146px}.lg\:t-147{top:147px}.lg\:t-148{top:148px}.lg\:t-149{top:149px}.lg\:t-150{top:150px}.lg\:t-151{top:151px}.lg\:t-152{top:152px}.lg\:t-153{top:153px}.lg\:t-154{top:154px}.lg\:t-155{top:155px}.lg\:t-156{top:156px}.lg\:t-157{top:157px}.lg\:t-158{top:158px}.lg\:t-159{top:159px}.lg\:t-160{top:160px}.lg\:t-161{top:161px}.lg\:t-162{top:162px}.lg\:t-163{top:163px}.lg\:t-164{top:164px}.lg\:t-165{top:165px}.lg\:t-166{top:166px}.lg\:t-167{top:167px}.lg\:t-168{top:168px}.lg\:t-169{top:169px}.lg\:t-170{top:170px}.lg\:t-171{top:171px}.lg\:t-172{top:172px}.lg\:t-173{top:173px}.lg\:t-174{top:174px}.lg\:t-175{top:175px}.lg\:t-176{top:176px}.lg\:t-177{top:177px}.lg\:t-178{top:178px}.lg\:t-179{top:179px}.lg\:t-180{top:180px}.lg\:t-181{top:181px}.lg\:t-182{top:182px}.lg\:t-183{top:183px}.lg\:t-184{top:184px}.lg\:t-185{top:185px}.lg\:t-186{top:186px}.lg\:t-187{top:187px}.lg\:t-188{top:188px}.lg\:t-189{top:189px}.lg\:t-190{top:190px}.lg\:t-191{top:191px}.lg\:t-192{top:192px}.lg\:t-193{top:193px}.lg\:t-194{top:194px}.lg\:t-195{top:195px}.lg\:t-196{top:196px}.lg\:t-197{top:197px}.lg\:t-198{top:198px}.lg\:t-199{top:199px}.lg\:t-200{top:200px}.lg\:r-dvh{right:100dvh}.lg\:r-dvw{right:100dvw}.lg\:r-0{right:0}.lg\:r-1{right:1px}.lg\:r-2{right:2px}.lg\:r-3{right:3px}.lg\:r-4{right:4px}.lg\:r-5{right:5px}.lg\:r-6{right:6px}.lg\:r-7{right:7px}.lg\:r-8{right:8px}.lg\:r-9{right:9px}.lg\:r-10{right:10px}.lg\:r-11{right:11px}.lg\:r-12{right:12px}.lg\:r-13{right:13px}.lg\:r-14{right:14px}.lg\:r-15{right:15px}.lg\:r-16{right:16px}.lg\:r-17{right:17px}.lg\:r-18{right:18px}.lg\:r-19{right:19px}.lg\:r-20{right:20px}.lg\:r-21{right:21px}.lg\:r-22{right:22px}.lg\:r-23{right:23px}.lg\:r-24{right:24px}.lg\:r-25{right:25px}.lg\:r-26{right:26px}.lg\:r-27{right:27px}.lg\:r-28{right:28px}.lg\:r-29{right:29px}.lg\:r-30{right:30px}.lg\:r-31{right:31px}.lg\:r-32{right:32px}.lg\:r-33{right:33px}.lg\:r-34{right:34px}.lg\:r-35{right:35px}.lg\:r-36{right:36px}.lg\:r-37{right:37px}.lg\:r-38{right:38px}.lg\:r-39{right:39px}.lg\:r-40{right:40px}.lg\:r-41{right:41px}.lg\:r-42{right:42px}.lg\:r-43{right:43px}.lg\:r-44{right:44px}.lg\:r-45{right:45px}.lg\:r-46{right:46px}.lg\:r-47{right:47px}.lg\:r-48{right:48px}.lg\:r-49{right:49px}.lg\:r-50{right:50px}.lg\:r-51{right:51px}.lg\:r-52{right:52px}.lg\:r-53{right:53px}.lg\:r-54{right:54px}.lg\:r-55{right:55px}.lg\:r-56{right:56px}.lg\:r-57{right:57px}.lg\:r-58{right:58px}.lg\:r-59{right:59px}.lg\:r-60{right:60px}.lg\:r-61{right:61px}.lg\:r-62{right:62px}.lg\:r-63{right:63px}.lg\:r-64{right:64px}.lg\:r-65{right:65px}.lg\:r-66{right:66px}.lg\:r-67{right:67px}.lg\:r-68{right:68px}.lg\:r-69{right:69px}.lg\:r-70{right:70px}.lg\:r-71{right:71px}.lg\:r-72{right:72px}.lg\:r-73{right:73px}.lg\:r-74{right:74px}.lg\:r-75{right:75px}.lg\:r-76{right:76px}.lg\:r-77{right:77px}.lg\:r-78{right:78px}.lg\:r-79{right:79px}.lg\:r-80{right:80px}.lg\:r-81{right:81px}.lg\:r-82{right:82px}.lg\:r-83{right:83px}.lg\:r-84{right:84px}.lg\:r-85{right:85px}.lg\:r-86{right:86px}.lg\:r-87{right:87px}.lg\:r-88{right:88px}.lg\:r-89{right:89px}.lg\:r-90{right:90px}.lg\:r-91{right:91px}.lg\:r-92{right:92px}.lg\:r-93{right:93px}.lg\:r-94{right:94px}.lg\:r-95{right:95px}.lg\:r-96{right:96px}.lg\:r-97{right:97px}.lg\:r-98{right:98px}.lg\:r-99{right:99px}.lg\:r-100{right:100px}.lg\:r-101{right:101px}.lg\:r-102{right:102px}.lg\:r-103{right:103px}.lg\:r-104{right:104px}.lg\:r-105{right:105px}.lg\:r-106{right:106px}.lg\:r-107{right:107px}.lg\:r-108{right:108px}.lg\:r-109{right:109px}.lg\:r-110{right:110px}.lg\:r-111{right:111px}.lg\:r-112{right:112px}.lg\:r-113{right:113px}.lg\:r-114{right:114px}.lg\:r-115{right:115px}.lg\:r-116{right:116px}.lg\:r-117{right:117px}.lg\:r-118{right:118px}.lg\:r-119{right:119px}.lg\:r-120{right:120px}.lg\:r-121{right:121px}.lg\:r-122{right:122px}.lg\:r-123{right:123px}.lg\:r-124{right:124px}.lg\:r-125{right:125px}.lg\:r-126{right:126px}.lg\:r-127{right:127px}.lg\:r-128{right:128px}.lg\:r-129{right:129px}.lg\:r-130{right:130px}.lg\:r-131{right:131px}.lg\:r-132{right:132px}.lg\:r-133{right:133px}.lg\:r-134{right:134px}.lg\:r-135{right:135px}.lg\:r-136{right:136px}.lg\:r-137{right:137px}.lg\:r-138{right:138px}.lg\:r-139{right:139px}.lg\:r-140{right:140px}.lg\:r-141{right:141px}.lg\:r-142{right:142px}.lg\:r-143{right:143px}.lg\:r-144{right:144px}.lg\:r-145{right:145px}.lg\:r-146{right:146px}.lg\:r-147{right:147px}.lg\:r-148{right:148px}.lg\:r-149{right:149px}.lg\:r-150{right:150px}.lg\:r-151{right:151px}.lg\:r-152{right:152px}.lg\:r-153{right:153px}.lg\:r-154{right:154px}.lg\:r-155{right:155px}.lg\:r-156{right:156px}.lg\:r-157{right:157px}.lg\:r-158{right:158px}.lg\:r-159{right:159px}.lg\:r-160{right:160px}.lg\:r-161{right:161px}.lg\:r-162{right:162px}.lg\:r-163{right:163px}.lg\:r-164{right:164px}.lg\:r-165{right:165px}.lg\:r-166{right:166px}.lg\:r-167{right:167px}.lg\:r-168{right:168px}.lg\:r-169{right:169px}.lg\:r-170{right:170px}.lg\:r-171{right:171px}.lg\:r-172{right:172px}.lg\:r-173{right:173px}.lg\:r-174{right:174px}.lg\:r-175{right:175px}.lg\:r-176{right:176px}.lg\:r-177{right:177px}.lg\:r-178{right:178px}.lg\:r-179{right:179px}.lg\:r-180{right:180px}.lg\:r-181{right:181px}.lg\:r-182{right:182px}.lg\:r-183{right:183px}.lg\:r-184{right:184px}.lg\:r-185{right:185px}.lg\:r-186{right:186px}.lg\:r-187{right:187px}.lg\:r-188{right:188px}.lg\:r-189{right:189px}.lg\:r-190{right:190px}.lg\:r-191{right:191px}.lg\:r-192{right:192px}.lg\:r-193{right:193px}.lg\:r-194{right:194px}.lg\:r-195{right:195px}.lg\:r-196{right:196px}.lg\:r-197{right:197px}.lg\:r-198{right:198px}.lg\:r-199{right:199px}.lg\:r-200{right:200px}.lg\:b-dvh{bottom:100dvh}.lg\:b-dvw{bottom:100dvw}.lg\:b-0{bottom:0}.lg\:b-1{bottom:1px}.lg\:b-2{bottom:2px}.lg\:b-3{bottom:3px}.lg\:b-4{bottom:4px}.lg\:b-5{bottom:5px}.lg\:b-6{bottom:6px}.lg\:b-7{bottom:7px}.lg\:b-8{bottom:8px}.lg\:b-9{bottom:9px}.lg\:b-10{bottom:10px}.lg\:b-11{bottom:11px}.lg\:b-12{bottom:12px}.lg\:b-13{bottom:13px}.lg\:b-14{bottom:14px}.lg\:b-15{bottom:15px}.lg\:b-16{bottom:16px}.lg\:b-17{bottom:17px}.lg\:b-18{bottom:18px}.lg\:b-19{bottom:19px}.lg\:b-20{bottom:20px}.lg\:b-21{bottom:21px}.lg\:b-22{bottom:22px}.lg\:b-23{bottom:23px}.lg\:b-24{bottom:24px}.lg\:b-25{bottom:25px}.lg\:b-26{bottom:26px}.lg\:b-27{bottom:27px}.lg\:b-28{bottom:28px}.lg\:b-29{bottom:29px}.lg\:b-30{bottom:30px}.lg\:b-31{bottom:31px}.lg\:b-32{bottom:32px}.lg\:b-33{bottom:33px}.lg\:b-34{bottom:34px}.lg\:b-35{bottom:35px}.lg\:b-36{bottom:36px}.lg\:b-37{bottom:37px}.lg\:b-38{bottom:38px}.lg\:b-39{bottom:39px}.lg\:b-40{bottom:40px}.lg\:b-41{bottom:41px}.lg\:b-42{bottom:42px}.lg\:b-43{bottom:43px}.lg\:b-44{bottom:44px}.lg\:b-45{bottom:45px}.lg\:b-46{bottom:46px}.lg\:b-47{bottom:47px}.lg\:b-48{bottom:48px}.lg\:b-49{bottom:49px}.lg\:b-50{bottom:50px}.lg\:b-51{bottom:51px}.lg\:b-52{bottom:52px}.lg\:b-53{bottom:53px}.lg\:b-54{bottom:54px}.lg\:b-55{bottom:55px}.lg\:b-56{bottom:56px}.lg\:b-57{bottom:57px}.lg\:b-58{bottom:58px}.lg\:b-59{bottom:59px}.lg\:b-60{bottom:60px}.lg\:b-61{bottom:61px}.lg\:b-62{bottom:62px}.lg\:b-63{bottom:63px}.lg\:b-64{bottom:64px}.lg\:b-65{bottom:65px}.lg\:b-66{bottom:66px}.lg\:b-67{bottom:67px}.lg\:b-68{bottom:68px}.lg\:b-69{bottom:69px}.lg\:b-70{bottom:70px}.lg\:b-71{bottom:71px}.lg\:b-72{bottom:72px}.lg\:b-73{bottom:73px}.lg\:b-74{bottom:74px}.lg\:b-75{bottom:75px}.lg\:b-76{bottom:76px}.lg\:b-77{bottom:77px}.lg\:b-78{bottom:78px}.lg\:b-79{bottom:79px}.lg\:b-80{bottom:80px}.lg\:b-81{bottom:81px}.lg\:b-82{bottom:82px}.lg\:b-83{bottom:83px}.lg\:b-84{bottom:84px}.lg\:b-85{bottom:85px}.lg\:b-86{bottom:86px}.lg\:b-87{bottom:87px}.lg\:b-88{bottom:88px}.lg\:b-89{bottom:89px}.lg\:b-90{bottom:90px}.lg\:b-91{bottom:91px}.lg\:b-92{bottom:92px}.lg\:b-93{bottom:93px}.lg\:b-94{bottom:94px}.lg\:b-95{bottom:95px}.lg\:b-96{bottom:96px}.lg\:b-97{bottom:97px}.lg\:b-98{bottom:98px}.lg\:b-99{bottom:99px}.lg\:b-100{bottom:100px}.lg\:b-101{bottom:101px}.lg\:b-102{bottom:102px}.lg\:b-103{bottom:103px}.lg\:b-104{bottom:104px}.lg\:b-105{bottom:105px}.lg\:b-106{bottom:106px}.lg\:b-107{bottom:107px}.lg\:b-108{bottom:108px}.lg\:b-109{bottom:109px}.lg\:b-110{bottom:110px}.lg\:b-111{bottom:111px}.lg\:b-112{bottom:112px}.lg\:b-113{bottom:113px}.lg\:b-114{bottom:114px}.lg\:b-115{bottom:115px}.lg\:b-116{bottom:116px}.lg\:b-117{bottom:117px}.lg\:b-118{bottom:118px}.lg\:b-119{bottom:119px}.lg\:b-120{bottom:120px}.lg\:b-121{bottom:121px}.lg\:b-122{bottom:122px}.lg\:b-123{bottom:123px}.lg\:b-124{bottom:124px}.lg\:b-125{bottom:125px}.lg\:b-126{bottom:126px}.lg\:b-127{bottom:127px}.lg\:b-128{bottom:128px}.lg\:b-129{bottom:129px}.lg\:b-130{bottom:130px}.lg\:b-131{bottom:131px}.lg\:b-132{bottom:132px}.lg\:b-133{bottom:133px}.lg\:b-134{bottom:134px}.lg\:b-135{bottom:135px}.lg\:b-136{bottom:136px}.lg\:b-137{bottom:137px}.lg\:b-138{bottom:138px}.lg\:b-139{bottom:139px}.lg\:b-140{bottom:140px}.lg\:b-141{bottom:141px}.lg\:b-142{bottom:142px}.lg\:b-143{bottom:143px}.lg\:b-144{bottom:144px}.lg\:b-145{bottom:145px}.lg\:b-146{bottom:146px}.lg\:b-147{bottom:147px}.lg\:b-148{bottom:148px}.lg\:b-149{bottom:149px}.lg\:b-150{bottom:150px}.lg\:b-151{bottom:151px}.lg\:b-152{bottom:152px}.lg\:b-153{bottom:153px}.lg\:b-154{bottom:154px}.lg\:b-155{bottom:155px}.lg\:b-156{bottom:156px}.lg\:b-157{bottom:157px}.lg\:b-158{bottom:158px}.lg\:b-159{bottom:159px}.lg\:b-160{bottom:160px}.lg\:b-161{bottom:161px}.lg\:b-162{bottom:162px}.lg\:b-163{bottom:163px}.lg\:b-164{bottom:164px}.lg\:b-165{bottom:165px}.lg\:b-166{bottom:166px}.lg\:b-167{bottom:167px}.lg\:b-168{bottom:168px}.lg\:b-169{bottom:169px}.lg\:b-170{bottom:170px}.lg\:b-171{bottom:171px}.lg\:b-172{bottom:172px}.lg\:b-173{bottom:173px}.lg\:b-174{bottom:174px}.lg\:b-175{bottom:175px}.lg\:b-176{bottom:176px}.lg\:b-177{bottom:177px}.lg\:b-178{bottom:178px}.lg\:b-179{bottom:179px}.lg\:b-180{bottom:180px}.lg\:b-181{bottom:181px}.lg\:b-182{bottom:182px}.lg\:b-183{bottom:183px}.lg\:b-184{bottom:184px}.lg\:b-185{bottom:185px}.lg\:b-186{bottom:186px}.lg\:b-187{bottom:187px}.lg\:b-188{bottom:188px}.lg\:b-189{bottom:189px}.lg\:b-190{bottom:190px}.lg\:b-191{bottom:191px}.lg\:b-192{bottom:192px}.lg\:b-193{bottom:193px}.lg\:b-194{bottom:194px}.lg\:b-195{bottom:195px}.lg\:b-196{bottom:196px}.lg\:b-197{bottom:197px}.lg\:b-198{bottom:198px}.lg\:b-199{bottom:199px}.lg\:b-200{bottom:200px}.lg\:l-dvh{left:100dvh}.lg\:l-dvw{left:100dvw}.lg\:l-0{left:0}.lg\:l-1{left:1px}.lg\:l-2{left:2px}.lg\:l-3{left:3px}.lg\:l-4{left:4px}.lg\:l-5{left:5px}.lg\:l-6{left:6px}.lg\:l-7{left:7px}.lg\:l-8{left:8px}.lg\:l-9{left:9px}.lg\:l-10{left:10px}.lg\:l-11{left:11px}.lg\:l-12{left:12px}.lg\:l-13{left:13px}.lg\:l-14{left:14px}.lg\:l-15{left:15px}.lg\:l-16{left:16px}.lg\:l-17{left:17px}.lg\:l-18{left:18px}.lg\:l-19{left:19px}.lg\:l-20{left:20px}.lg\:l-21{left:21px}.lg\:l-22{left:22px}.lg\:l-23{left:23px}.lg\:l-24{left:24px}.lg\:l-25{left:25px}.lg\:l-26{left:26px}.lg\:l-27{left:27px}.lg\:l-28{left:28px}.lg\:l-29{left:29px}.lg\:l-30{left:30px}.lg\:l-31{left:31px}.lg\:l-32{left:32px}.lg\:l-33{left:33px}.lg\:l-34{left:34px}.lg\:l-35{left:35px}.lg\:l-36{left:36px}.lg\:l-37{left:37px}.lg\:l-38{left:38px}.lg\:l-39{left:39px}.lg\:l-40{left:40px}.lg\:l-41{left:41px}.lg\:l-42{left:42px}.lg\:l-43{left:43px}.lg\:l-44{left:44px}.lg\:l-45{left:45px}.lg\:l-46{left:46px}.lg\:l-47{left:47px}.lg\:l-48{left:48px}.lg\:l-49{left:49px}.lg\:l-50{left:50px}.lg\:l-51{left:51px}.lg\:l-52{left:52px}.lg\:l-53{left:53px}.lg\:l-54{left:54px}.lg\:l-55{left:55px}.lg\:l-56{left:56px}.lg\:l-57{left:57px}.lg\:l-58{left:58px}.lg\:l-59{left:59px}.lg\:l-60{left:60px}.lg\:l-61{left:61px}.lg\:l-62{left:62px}.lg\:l-63{left:63px}.lg\:l-64{left:64px}.lg\:l-65{left:65px}.lg\:l-66{left:66px}.lg\:l-67{left:67px}.lg\:l-68{left:68px}.lg\:l-69{left:69px}.lg\:l-70{left:70px}.lg\:l-71{left:71px}.lg\:l-72{left:72px}.lg\:l-73{left:73px}.lg\:l-74{left:74px}.lg\:l-75{left:75px}.lg\:l-76{left:76px}.lg\:l-77{left:77px}.lg\:l-78{left:78px}.lg\:l-79{left:79px}.lg\:l-80{left:80px}.lg\:l-81{left:81px}.lg\:l-82{left:82px}.lg\:l-83{left:83px}.lg\:l-84{left:84px}.lg\:l-85{left:85px}.lg\:l-86{left:86px}.lg\:l-87{left:87px}.lg\:l-88{left:88px}.lg\:l-89{left:89px}.lg\:l-90{left:90px}.lg\:l-91{left:91px}.lg\:l-92{left:92px}.lg\:l-93{left:93px}.lg\:l-94{left:94px}.lg\:l-95{left:95px}.lg\:l-96{left:96px}.lg\:l-97{left:97px}.lg\:l-98{left:98px}.lg\:l-99{left:99px}.lg\:l-100{left:100px}.lg\:l-101{left:101px}.lg\:l-102{left:102px}.lg\:l-103{left:103px}.lg\:l-104{left:104px}.lg\:l-105{left:105px}.lg\:l-106{left:106px}.lg\:l-107{left:107px}.lg\:l-108{left:108px}.lg\:l-109{left:109px}.lg\:l-110{left:110px}.lg\:l-111{left:111px}.lg\:l-112{left:112px}.lg\:l-113{left:113px}.lg\:l-114{left:114px}.lg\:l-115{left:115px}.lg\:l-116{left:116px}.lg\:l-117{left:117px}.lg\:l-118{left:118px}.lg\:l-119{left:119px}.lg\:l-120{left:120px}.lg\:l-121{left:121px}.lg\:l-122{left:122px}.lg\:l-123{left:123px}.lg\:l-124{left:124px}.lg\:l-125{left:125px}.lg\:l-126{left:126px}.lg\:l-127{left:127px}.lg\:l-128{left:128px}.lg\:l-129{left:129px}.lg\:l-130{left:130px}.lg\:l-131{left:131px}.lg\:l-132{left:132px}.lg\:l-133{left:133px}.lg\:l-134{left:134px}.lg\:l-135{left:135px}.lg\:l-136{left:136px}.lg\:l-137{left:137px}.lg\:l-138{left:138px}.lg\:l-139{left:139px}.lg\:l-140{left:140px}.lg\:l-141{left:141px}.lg\:l-142{left:142px}.lg\:l-143{left:143px}.lg\:l-144{left:144px}.lg\:l-145{left:145px}.lg\:l-146{left:146px}.lg\:l-147{left:147px}.lg\:l-148{left:148px}.lg\:l-149{left:149px}.lg\:l-150{left:150px}.lg\:l-151{left:151px}.lg\:l-152{left:152px}.lg\:l-153{left:153px}.lg\:l-154{left:154px}.lg\:l-155{left:155px}.lg\:l-156{left:156px}.lg\:l-157{left:157px}.lg\:l-158{left:158px}.lg\:l-159{left:159px}.lg\:l-160{left:160px}.lg\:l-161{left:161px}.lg\:l-162{left:162px}.lg\:l-163{left:163px}.lg\:l-164{left:164px}.lg\:l-165{left:165px}.lg\:l-166{left:166px}.lg\:l-167{left:167px}.lg\:l-168{left:168px}.lg\:l-169{left:169px}.lg\:l-170{left:170px}.lg\:l-171{left:171px}.lg\:l-172{left:172px}.lg\:l-173{left:173px}.lg\:l-174{left:174px}.lg\:l-175{left:175px}.lg\:l-176{left:176px}.lg\:l-177{left:177px}.lg\:l-178{left:178px}.lg\:l-179{left:179px}.lg\:l-180{left:180px}.lg\:l-181{left:181px}.lg\:l-182{left:182px}.lg\:l-183{left:183px}.lg\:l-184{left:184px}.lg\:l-185{left:185px}.lg\:l-186{left:186px}.lg\:l-187{left:187px}.lg\:l-188{left:188px}.lg\:l-189{left:189px}.lg\:l-190{left:190px}.lg\:l-191{left:191px}.lg\:l-192{left:192px}.lg\:l-193{left:193px}.lg\:l-194{left:194px}.lg\:l-195{left:195px}.lg\:l-196{left:196px}.lg\:l-197{left:197px}.lg\:l-198{left:198px}.lg\:l-199{left:199px}.lg\:l-200{left:200px}}.a-start{align-items:start}.j-start{justify-content:start}.a-center{align-items:center}.j-center{justify-content:center}.a-around{align-items:space-around}.j-around{justify-content:space-around}.a-between{align-items:space-between}.j-between{justify-content:space-between}.a-evenly{align-items:space-evenly}.j-evenly{justify-content:space-evenly}.a-end{align-items:end}.j-end{justify-content:end}.gap-1{gap:1px}.gap-2{gap:2px}.gap-3{gap:3px}.gap-4{gap:4px}.gap-5{gap:5px}.gap-6{gap:6px}.gap-7{gap:7px}.gap-8{gap:8px}.gap-9{gap:9px}.gap-10{gap:10px}.gap-11{gap:11px}.gap-12{gap:12px}.gap-13{gap:13px}.gap-14{gap:14px}.gap-15{gap:15px}.gap-16{gap:16px}.gap-17{gap:17px}.gap-18{gap:18px}.gap-19{gap:19px}.gap-20{gap:20px}.gap-21{gap:21px}.gap-22{gap:22px}.gap-23{gap:23px}.gap-24{gap:24px}.gap-25{gap:25px}.gap-26{gap:26px}.gap-27{gap:27px}.gap-28{gap:28px}.gap-29{gap:29px}.gap-30{gap:30px}.gap-31{gap:31px}.gap-32{gap:32px}.gap-33{gap:33px}.gap-34{gap:34px}.gap-35{gap:35px}.gap-36{gap:36px}.gap-37{gap:37px}.gap-38{gap:38px}.gap-39{gap:39px}.gap-40{gap:40px}.gap-41{gap:41px}.gap-42{gap:42px}.gap-43{gap:43px}.gap-44{gap:44px}.gap-45{gap:45px}.gap-46{gap:46px}.gap-47{gap:47px}.gap-48{gap:48px}.gap-49{gap:49px}.gap-50{gap:50px}.a-content-center{align-content:center}.j-items-center{justify-items:center}.mt-auto{margin-top:auto}.mt-0{margin-top:0}.mt-1{margin-top:1px}.mt-2{margin-top:2px}.mt-3{margin-top:3px}.mt-4{margin-top:4px}.mt-5{margin-top:5px}.mt-6{margin-top:6px}.mt-7{margin-top:7px}.mt-8{margin-top:8px}.mt-9{margin-top:9px}.mt-10{margin-top:10px}.mt-11{margin-top:11px}.mt-12{margin-top:12px}.mt-13{margin-top:13px}.mt-14{margin-top:14px}.mt-15{margin-top:15px}.mt-16{margin-top:16px}.mt-17{margin-top:17px}.mt-18{margin-top:18px}.mt-19{margin-top:19px}.mt-20{margin-top:20px}.mt-21{margin-top:21px}.mt-22{margin-top:22px}.mt-23{margin-top:23px}.mt-24{margin-top:24px}.mt-25{margin-top:25px}.mt-26{margin-top:26px}.mt-27{margin-top:27px}.mt-28{margin-top:28px}.mt-29{margin-top:29px}.mt-30{margin-top:30px}.mt-31{margin-top:31px}.mt-32{margin-top:32px}.mt-33{margin-top:33px}.mt-34{margin-top:34px}.mt-35{margin-top:35px}.mt-36{margin-top:36px}.mt-37{margin-top:37px}.mt-38{margin-top:38px}.mt-39{margin-top:39px}.mt-40{margin-top:40px}.mt-41{margin-top:41px}.mt-42{margin-top:42px}.mt-43{margin-top:43px}.mt-44{margin-top:44px}.mt-45{margin-top:45px}.mt-46{margin-top:46px}.mt-47{margin-top:47px}.mt-48{margin-top:48px}.mt-49{margin-top:49px}.mt-50{margin-top:50px}.mt-51{margin-top:51px}.mt-52{margin-top:52px}.mt-53{margin-top:53px}.mt-54{margin-top:54px}.mt-55{margin-top:55px}.mt-56{margin-top:56px}.mt-57{margin-top:57px}.mt-58{margin-top:58px}.mt-59{margin-top:59px}.mt-60{margin-top:60px}.mt-61{margin-top:61px}.mt-62{margin-top:62px}.mt-63{margin-top:63px}.mt-64{margin-top:64px}.mt-65{margin-top:65px}.mt-66{margin-top:66px}.mt-67{margin-top:67px}.mt-68{margin-top:68px}.mt-69{margin-top:69px}.mt-70{margin-top:70px}.mt-71{margin-top:71px}.mt-72{margin-top:72px}.mt-73{margin-top:73px}.mt-74{margin-top:74px}.mt-75{margin-top:75px}.mt-76{margin-top:76px}.mt-77{margin-top:77px}.mt-78{margin-top:78px}.mt-79{margin-top:79px}.mt-80{margin-top:80px}.mt-81{margin-top:81px}.mt-82{margin-top:82px}.mt-83{margin-top:83px}.mt-84{margin-top:84px}.mt-85{margin-top:85px}.mt-86{margin-top:86px}.mt-87{margin-top:87px}.mt-88{margin-top:88px}.mt-89{margin-top:89px}.mt-90{margin-top:90px}.mt-91{margin-top:91px}.mt-92{margin-top:92px}.mt-93{margin-top:93px}.mt-94{margin-top:94px}.mt-95{margin-top:95px}.mt-96{margin-top:96px}.mt-97{margin-top:97px}.mt-98{margin-top:98px}.mt-99{margin-top:99px}.mt-100{margin-top:100px}.mr-auto{margin-right:auto}.mr-0{margin-right:0}.mr-1{margin-right:1px}.mr-2{margin-right:2px}.mr-3{margin-right:3px}.mr-4{margin-right:4px}.mr-5{margin-right:5px}.mr-6{margin-right:6px}.mr-7{margin-right:7px}.mr-8{margin-right:8px}.mr-9{margin-right:9px}.mr-10{margin-right:10px}.mr-11{margin-right:11px}.mr-12{margin-right:12px}.mr-13{margin-right:13px}.mr-14{margin-right:14px}.mr-15{margin-right:15px}.mr-16{margin-right:16px}.mr-17{margin-right:17px}.mr-18{margin-right:18px}.mr-19{margin-right:19px}.mr-20{margin-right:20px}.mr-21{margin-right:21px}.mr-22{margin-right:22px}.mr-23{margin-right:23px}.mr-24{margin-right:24px}.mr-25{margin-right:25px}.mr-26{margin-right:26px}.mr-27{margin-right:27px}.mr-28{margin-right:28px}.mr-29{margin-right:29px}.mr-30{margin-right:30px}.mr-31{margin-right:31px}.mr-32{margin-right:32px}.mr-33{margin-right:33px}.mr-34{margin-right:34px}.mr-35{margin-right:35px}.mr-36{margin-right:36px}.mr-37{margin-right:37px}.mr-38{margin-right:38px}.mr-39{margin-right:39px}.mr-40{margin-right:40px}.mr-41{margin-right:41px}.mr-42{margin-right:42px}.mr-43{margin-right:43px}.mr-44{margin-right:44px}.mr-45{margin-right:45px}.mr-46{margin-right:46px}.mr-47{margin-right:47px}.mr-48{margin-right:48px}.mr-49{margin-right:49px}.mr-50{margin-right:50px}.mr-51{margin-right:51px}.mr-52{margin-right:52px}.mr-53{margin-right:53px}.mr-54{margin-right:54px}.mr-55{margin-right:55px}.mr-56{margin-right:56px}.mr-57{margin-right:57px}.mr-58{margin-right:58px}.mr-59{margin-right:59px}.mr-60{margin-right:60px}.mr-61{margin-right:61px}.mr-62{margin-right:62px}.mr-63{margin-right:63px}.mr-64{margin-right:64px}.mr-65{margin-right:65px}.mr-66{margin-right:66px}.mr-67{margin-right:67px}.mr-68{margin-right:68px}.mr-69{margin-right:69px}.mr-70{margin-right:70px}.mr-71{margin-right:71px}.mr-72{margin-right:72px}.mr-73{margin-right:73px}.mr-74{margin-right:74px}.mr-75{margin-right:75px}.mr-76{margin-right:76px}.mr-77{margin-right:77px}.mr-78{margin-right:78px}.mr-79{margin-right:79px}.mr-80{margin-right:80px}.mr-81{margin-right:81px}.mr-82{margin-right:82px}.mr-83{margin-right:83px}.mr-84{margin-right:84px}.mr-85{margin-right:85px}.mr-86{margin-right:86px}.mr-87{margin-right:87px}.mr-88{margin-right:88px}.mr-89{margin-right:89px}.mr-90{margin-right:90px}.mr-91{margin-right:91px}.mr-92{margin-right:92px}.mr-93{margin-right:93px}.mr-94{margin-right:94px}.mr-95{margin-right:95px}.mr-96{margin-right:96px}.mr-97{margin-right:97px}.mr-98{margin-right:98px}.mr-99{margin-right:99px}.mr-100{margin-right:100px}.mb-auto{margin-bottom:auto}.mb-0{margin-bottom:0}.mb-1{margin-bottom:1px}.mb-2{margin-bottom:2px}.mb-3{margin-bottom:3px}.mb-4{margin-bottom:4px}.mb-5{margin-bottom:5px}.mb-6{margin-bottom:6px}.mb-7{margin-bottom:7px}.mb-8{margin-bottom:8px}.mb-9{margin-bottom:9px}.mb-10{margin-bottom:10px}.mb-11{margin-bottom:11px}.mb-12{margin-bottom:12px}.mb-13{margin-bottom:13px}.mb-14{margin-bottom:14px}.mb-15{margin-bottom:15px}.mb-16{margin-bottom:16px}.mb-17{margin-bottom:17px}.mb-18{margin-bottom:18px}.mb-19{margin-bottom:19px}.mb-20{margin-bottom:20px}.mb-21{margin-bottom:21px}.mb-22{margin-bottom:22px}.mb-23{margin-bottom:23px}.mb-24{margin-bottom:24px}.mb-25{margin-bottom:25px}.mb-26{margin-bottom:26px}.mb-27{margin-bottom:27px}.mb-28{margin-bottom:28px}.mb-29{margin-bottom:29px}.mb-30{margin-bottom:30px}.mb-31{margin-bottom:31px}.mb-32{margin-bottom:32px}.mb-33{margin-bottom:33px}.mb-34{margin-bottom:34px}.mb-35{margin-bottom:35px}.mb-36{margin-bottom:36px}.mb-37{margin-bottom:37px}.mb-38{margin-bottom:38px}.mb-39{margin-bottom:39px}.mb-40{margin-bottom:40px}.mb-41{margin-bottom:41px}.mb-42{margin-bottom:42px}.mb-43{margin-bottom:43px}.mb-44{margin-bottom:44px}.mb-45{margin-bottom:45px}.mb-46{margin-bottom:46px}.mb-47{margin-bottom:47px}.mb-48{margin-bottom:48px}.mb-49{margin-bottom:49px}.mb-50{margin-bottom:50px}.mb-51{margin-bottom:51px}.mb-52{margin-bottom:52px}.mb-53{margin-bottom:53px}.mb-54{margin-bottom:54px}.mb-55{margin-bottom:55px}.mb-56{margin-bottom:56px}.mb-57{margin-bottom:57px}.mb-58{margin-bottom:58px}.mb-59{margin-bottom:59px}.mb-60{margin-bottom:60px}.mb-61{margin-bottom:61px}.mb-62{margin-bottom:62px}.mb-63{margin-bottom:63px}.mb-64{margin-bottom:64px}.mb-65{margin-bottom:65px}.mb-66{margin-bottom:66px}.mb-67{margin-bottom:67px}.mb-68{margin-bottom:68px}.mb-69{margin-bottom:69px}.mb-70{margin-bottom:70px}.mb-71{margin-bottom:71px}.mb-72{margin-bottom:72px}.mb-73{margin-bottom:73px}.mb-74{margin-bottom:74px}.mb-75{margin-bottom:75px}.mb-76{margin-bottom:76px}.mb-77{margin-bottom:77px}.mb-78{margin-bottom:78px}.mb-79{margin-bottom:79px}.mb-80{margin-bottom:80px}.mb-81{margin-bottom:81px}.mb-82{margin-bottom:82px}.mb-83{margin-bottom:83px}.mb-84{margin-bottom:84px}.mb-85{margin-bottom:85px}.mb-86{margin-bottom:86px}.mb-87{margin-bottom:87px}.mb-88{margin-bottom:88px}.mb-89{margin-bottom:89px}.mb-90{margin-bottom:90px}.mb-91{margin-bottom:91px}.mb-92{margin-bottom:92px}.mb-93{margin-bottom:93px}.mb-94{margin-bottom:94px}.mb-95{margin-bottom:95px}.mb-96{margin-bottom:96px}.mb-97{margin-bottom:97px}.mb-98{margin-bottom:98px}.mb-99{margin-bottom:99px}.mb-100{margin-bottom:100px}.ml-auto{margin-left:auto}.ml-0{margin-left:0}.ml-1{margin-left:1px}.ml-2{margin-left:2px}.ml-3{margin-left:3px}.ml-4{margin-left:4px}.ml-5{margin-left:5px}.ml-6{margin-left:6px}.ml-7{margin-left:7px}.ml-8{margin-left:8px}.ml-9{margin-left:9px}.ml-10{margin-left:10px}.ml-11{margin-left:11px}.ml-12{margin-left:12px}.ml-13{margin-left:13px}.ml-14{margin-left:14px}.ml-15{margin-left:15px}.ml-16{margin-left:16px}.ml-17{margin-left:17px}.ml-18{margin-left:18px}.ml-19{margin-left:19px}.ml-20{margin-left:20px}.ml-21{margin-left:21px}.ml-22{margin-left:22px}.ml-23{margin-left:23px}.ml-24{margin-left:24px}.ml-25{margin-left:25px}.ml-26{margin-left:26px}.ml-27{margin-left:27px}.ml-28{margin-left:28px}.ml-29{margin-left:29px}.ml-30{margin-left:30px}.ml-31{margin-left:31px}.ml-32{margin-left:32px}.ml-33{margin-left:33px}.ml-34{margin-left:34px}.ml-35{margin-left:35px}.ml-36{margin-left:36px}.ml-37{margin-left:37px}.ml-38{margin-left:38px}.ml-39{margin-left:39px}.ml-40{margin-left:40px}.ml-41{margin-left:41px}.ml-42{margin-left:42px}.ml-43{margin-left:43px}.ml-44{margin-left:44px}.ml-45{margin-left:45px}.ml-46{margin-left:46px}.ml-47{margin-left:47px}.ml-48{margin-left:48px}.ml-49{margin-left:49px}.ml-50{margin-left:50px}.ml-51{margin-left:51px}.ml-52{margin-left:52px}.ml-53{margin-left:53px}.ml-54{margin-left:54px}.ml-55{margin-left:55px}.ml-56{margin-left:56px}.ml-57{margin-left:57px}.ml-58{margin-left:58px}.ml-59{margin-left:59px}.ml-60{margin-left:60px}.ml-61{margin-left:61px}.ml-62{margin-left:62px}.ml-63{margin-left:63px}.ml-64{margin-left:64px}.ml-65{margin-left:65px}.ml-66{margin-left:66px}.ml-67{margin-left:67px}.ml-68{margin-left:68px}.ml-69{margin-left:69px}.ml-70{margin-left:70px}.ml-71{margin-left:71px}.ml-72{margin-left:72px}.ml-73{margin-left:73px}.ml-74{margin-left:74px}.ml-75{margin-left:75px}.ml-76{margin-left:76px}.ml-77{margin-left:77px}.ml-78{margin-left:78px}.ml-79{margin-left:79px}.ml-80{margin-left:80px}.ml-81{margin-left:81px}.ml-82{margin-left:82px}.ml-83{margin-left:83px}.ml-84{margin-left:84px}.ml-85{margin-left:85px}.ml-86{margin-left:86px}.ml-87{margin-left:87px}.ml-88{margin-left:88px}.ml-89{margin-left:89px}.ml-90{margin-left:90px}.ml-91{margin-left:91px}.ml-92{margin-left:92px}.ml-93{margin-left:93px}.ml-94{margin-left:94px}.ml-95{margin-left:95px}.ml-96{margin-left:96px}.ml-97{margin-left:97px}.ml-98{margin-left:98px}.ml-99{margin-left:99px}.ml-100{margin-left:100px}@media (max-width: 640px){.sm\:mt-auto{margin-top:auto}.sm\:mt-0{margin-top:0}.sm\:mt-1{margin-top:1px}.sm\:mt-2{margin-top:2px}.sm\:mt-3{margin-top:3px}.sm\:mt-4{margin-top:4px}.sm\:mt-5{margin-top:5px}.sm\:mt-6{margin-top:6px}.sm\:mt-7{margin-top:7px}.sm\:mt-8{margin-top:8px}.sm\:mt-9{margin-top:9px}.sm\:mt-10{margin-top:10px}.sm\:mt-11{margin-top:11px}.sm\:mt-12{margin-top:12px}.sm\:mt-13{margin-top:13px}.sm\:mt-14{margin-top:14px}.sm\:mt-15{margin-top:15px}.sm\:mt-16{margin-top:16px}.sm\:mt-17{margin-top:17px}.sm\:mt-18{margin-top:18px}.sm\:mt-19{margin-top:19px}.sm\:mt-20{margin-top:20px}.sm\:mt-21{margin-top:21px}.sm\:mt-22{margin-top:22px}.sm\:mt-23{margin-top:23px}.sm\:mt-24{margin-top:24px}.sm\:mt-25{margin-top:25px}.sm\:mt-26{margin-top:26px}.sm\:mt-27{margin-top:27px}.sm\:mt-28{margin-top:28px}.sm\:mt-29{margin-top:29px}.sm\:mt-30{margin-top:30px}.sm\:mt-31{margin-top:31px}.sm\:mt-32{margin-top:32px}.sm\:mt-33{margin-top:33px}.sm\:mt-34{margin-top:34px}.sm\:mt-35{margin-top:35px}.sm\:mt-36{margin-top:36px}.sm\:mt-37{margin-top:37px}.sm\:mt-38{margin-top:38px}.sm\:mt-39{margin-top:39px}.sm\:mt-40{margin-top:40px}.sm\:mt-41{margin-top:41px}.sm\:mt-42{margin-top:42px}.sm\:mt-43{margin-top:43px}.sm\:mt-44{margin-top:44px}.sm\:mt-45{margin-top:45px}.sm\:mt-46{margin-top:46px}.sm\:mt-47{margin-top:47px}.sm\:mt-48{margin-top:48px}.sm\:mt-49{margin-top:49px}.sm\:mt-50{margin-top:50px}.sm\:mt-51{margin-top:51px}.sm\:mt-52{margin-top:52px}.sm\:mt-53{margin-top:53px}.sm\:mt-54{margin-top:54px}.sm\:mt-55{margin-top:55px}.sm\:mt-56{margin-top:56px}.sm\:mt-57{margin-top:57px}.sm\:mt-58{margin-top:58px}.sm\:mt-59{margin-top:59px}.sm\:mt-60{margin-top:60px}.sm\:mt-61{margin-top:61px}.sm\:mt-62{margin-top:62px}.sm\:mt-63{margin-top:63px}.sm\:mt-64{margin-top:64px}.sm\:mt-65{margin-top:65px}.sm\:mt-66{margin-top:66px}.sm\:mt-67{margin-top:67px}.sm\:mt-68{margin-top:68px}.sm\:mt-69{margin-top:69px}.sm\:mt-70{margin-top:70px}.sm\:mt-71{margin-top:71px}.sm\:mt-72{margin-top:72px}.sm\:mt-73{margin-top:73px}.sm\:mt-74{margin-top:74px}.sm\:mt-75{margin-top:75px}.sm\:mt-76{margin-top:76px}.sm\:mt-77{margin-top:77px}.sm\:mt-78{margin-top:78px}.sm\:mt-79{margin-top:79px}.sm\:mt-80{margin-top:80px}.sm\:mt-81{margin-top:81px}.sm\:mt-82{margin-top:82px}.sm\:mt-83{margin-top:83px}.sm\:mt-84{margin-top:84px}.sm\:mt-85{margin-top:85px}.sm\:mt-86{margin-top:86px}.sm\:mt-87{margin-top:87px}.sm\:mt-88{margin-top:88px}.sm\:mt-89{margin-top:89px}.sm\:mt-90{margin-top:90px}.sm\:mt-91{margin-top:91px}.sm\:mt-92{margin-top:92px}.sm\:mt-93{margin-top:93px}.sm\:mt-94{margin-top:94px}.sm\:mt-95{margin-top:95px}.sm\:mt-96{margin-top:96px}.sm\:mt-97{margin-top:97px}.sm\:mt-98{margin-top:98px}.sm\:mt-99{margin-top:99px}.sm\:mt-100{margin-top:100px}.sm\:mr-auto{margin-right:auto}.sm\:mr-0{margin-right:0}.sm\:mr-1{margin-right:1px}.sm\:mr-2{margin-right:2px}.sm\:mr-3{margin-right:3px}.sm\:mr-4{margin-right:4px}.sm\:mr-5{margin-right:5px}.sm\:mr-6{margin-right:6px}.sm\:mr-7{margin-right:7px}.sm\:mr-8{margin-right:8px}.sm\:mr-9{margin-right:9px}.sm\:mr-10{margin-right:10px}.sm\:mr-11{margin-right:11px}.sm\:mr-12{margin-right:12px}.sm\:mr-13{margin-right:13px}.sm\:mr-14{margin-right:14px}.sm\:mr-15{margin-right:15px}.sm\:mr-16{margin-right:16px}.sm\:mr-17{margin-right:17px}.sm\:mr-18{margin-right:18px}.sm\:mr-19{margin-right:19px}.sm\:mr-20{margin-right:20px}.sm\:mr-21{margin-right:21px}.sm\:mr-22{margin-right:22px}.sm\:mr-23{margin-right:23px}.sm\:mr-24{margin-right:24px}.sm\:mr-25{margin-right:25px}.sm\:mr-26{margin-right:26px}.sm\:mr-27{margin-right:27px}.sm\:mr-28{margin-right:28px}.sm\:mr-29{margin-right:29px}.sm\:mr-30{margin-right:30px}.sm\:mr-31{margin-right:31px}.sm\:mr-32{margin-right:32px}.sm\:mr-33{margin-right:33px}.sm\:mr-34{margin-right:34px}.sm\:mr-35{margin-right:35px}.sm\:mr-36{margin-right:36px}.sm\:mr-37{margin-right:37px}.sm\:mr-38{margin-right:38px}.sm\:mr-39{margin-right:39px}.sm\:mr-40{margin-right:40px}.sm\:mr-41{margin-right:41px}.sm\:mr-42{margin-right:42px}.sm\:mr-43{margin-right:43px}.sm\:mr-44{margin-right:44px}.sm\:mr-45{margin-right:45px}.sm\:mr-46{margin-right:46px}.sm\:mr-47{margin-right:47px}.sm\:mr-48{margin-right:48px}.sm\:mr-49{margin-right:49px}.sm\:mr-50{margin-right:50px}.sm\:mr-51{margin-right:51px}.sm\:mr-52{margin-right:52px}.sm\:mr-53{margin-right:53px}.sm\:mr-54{margin-right:54px}.sm\:mr-55{margin-right:55px}.sm\:mr-56{margin-right:56px}.sm\:mr-57{margin-right:57px}.sm\:mr-58{margin-right:58px}.sm\:mr-59{margin-right:59px}.sm\:mr-60{margin-right:60px}.sm\:mr-61{margin-right:61px}.sm\:mr-62{margin-right:62px}.sm\:mr-63{margin-right:63px}.sm\:mr-64{margin-right:64px}.sm\:mr-65{margin-right:65px}.sm\:mr-66{margin-right:66px}.sm\:mr-67{margin-right:67px}.sm\:mr-68{margin-right:68px}.sm\:mr-69{margin-right:69px}.sm\:mr-70{margin-right:70px}.sm\:mr-71{margin-right:71px}.sm\:mr-72{margin-right:72px}.sm\:mr-73{margin-right:73px}.sm\:mr-74{margin-right:74px}.sm\:mr-75{margin-right:75px}.sm\:mr-76{margin-right:76px}.sm\:mr-77{margin-right:77px}.sm\:mr-78{margin-right:78px}.sm\:mr-79{margin-right:79px}.sm\:mr-80{margin-right:80px}.sm\:mr-81{margin-right:81px}.sm\:mr-82{margin-right:82px}.sm\:mr-83{margin-right:83px}.sm\:mr-84{margin-right:84px}.sm\:mr-85{margin-right:85px}.sm\:mr-86{margin-right:86px}.sm\:mr-87{margin-right:87px}.sm\:mr-88{margin-right:88px}.sm\:mr-89{margin-right:89px}.sm\:mr-90{margin-right:90px}.sm\:mr-91{margin-right:91px}.sm\:mr-92{margin-right:92px}.sm\:mr-93{margin-right:93px}.sm\:mr-94{margin-right:94px}.sm\:mr-95{margin-right:95px}.sm\:mr-96{margin-right:96px}.sm\:mr-97{margin-right:97px}.sm\:mr-98{margin-right:98px}.sm\:mr-99{margin-right:99px}.sm\:mr-100{margin-right:100px}.sm\:mb-auto{margin-bottom:auto}.sm\:mb-0{margin-bottom:0}.sm\:mb-1{margin-bottom:1px}.sm\:mb-2{margin-bottom:2px}.sm\:mb-3{margin-bottom:3px}.sm\:mb-4{margin-bottom:4px}.sm\:mb-5{margin-bottom:5px}.sm\:mb-6{margin-bottom:6px}.sm\:mb-7{margin-bottom:7px}.sm\:mb-8{margin-bottom:8px}.sm\:mb-9{margin-bottom:9px}.sm\:mb-10{margin-bottom:10px}.sm\:mb-11{margin-bottom:11px}.sm\:mb-12{margin-bottom:12px}.sm\:mb-13{margin-bottom:13px}.sm\:mb-14{margin-bottom:14px}.sm\:mb-15{margin-bottom:15px}.sm\:mb-16{margin-bottom:16px}.sm\:mb-17{margin-bottom:17px}.sm\:mb-18{margin-bottom:18px}.sm\:mb-19{margin-bottom:19px}.sm\:mb-20{margin-bottom:20px}.sm\:mb-21{margin-bottom:21px}.sm\:mb-22{margin-bottom:22px}.sm\:mb-23{margin-bottom:23px}.sm\:mb-24{margin-bottom:24px}.sm\:mb-25{margin-bottom:25px}.sm\:mb-26{margin-bottom:26px}.sm\:mb-27{margin-bottom:27px}.sm\:mb-28{margin-bottom:28px}.sm\:mb-29{margin-bottom:29px}.sm\:mb-30{margin-bottom:30px}.sm\:mb-31{margin-bottom:31px}.sm\:mb-32{margin-bottom:32px}.sm\:mb-33{margin-bottom:33px}.sm\:mb-34{margin-bottom:34px}.sm\:mb-35{margin-bottom:35px}.sm\:mb-36{margin-bottom:36px}.sm\:mb-37{margin-bottom:37px}.sm\:mb-38{margin-bottom:38px}.sm\:mb-39{margin-bottom:39px}.sm\:mb-40{margin-bottom:40px}.sm\:mb-41{margin-bottom:41px}.sm\:mb-42{margin-bottom:42px}.sm\:mb-43{margin-bottom:43px}.sm\:mb-44{margin-bottom:44px}.sm\:mb-45{margin-bottom:45px}.sm\:mb-46{margin-bottom:46px}.sm\:mb-47{margin-bottom:47px}.sm\:mb-48{margin-bottom:48px}.sm\:mb-49{margin-bottom:49px}.sm\:mb-50{margin-bottom:50px}.sm\:mb-51{margin-bottom:51px}.sm\:mb-52{margin-bottom:52px}.sm\:mb-53{margin-bottom:53px}.sm\:mb-54{margin-bottom:54px}.sm\:mb-55{margin-bottom:55px}.sm\:mb-56{margin-bottom:56px}.sm\:mb-57{margin-bottom:57px}.sm\:mb-58{margin-bottom:58px}.sm\:mb-59{margin-bottom:59px}.sm\:mb-60{margin-bottom:60px}.sm\:mb-61{margin-bottom:61px}.sm\:mb-62{margin-bottom:62px}.sm\:mb-63{margin-bottom:63px}.sm\:mb-64{margin-bottom:64px}.sm\:mb-65{margin-bottom:65px}.sm\:mb-66{margin-bottom:66px}.sm\:mb-67{margin-bottom:67px}.sm\:mb-68{margin-bottom:68px}.sm\:mb-69{margin-bottom:69px}.sm\:mb-70{margin-bottom:70px}.sm\:mb-71{margin-bottom:71px}.sm\:mb-72{margin-bottom:72px}.sm\:mb-73{margin-bottom:73px}.sm\:mb-74{margin-bottom:74px}.sm\:mb-75{margin-bottom:75px}.sm\:mb-76{margin-bottom:76px}.sm\:mb-77{margin-bottom:77px}.sm\:mb-78{margin-bottom:78px}.sm\:mb-79{margin-bottom:79px}.sm\:mb-80{margin-bottom:80px}.sm\:mb-81{margin-bottom:81px}.sm\:mb-82{margin-bottom:82px}.sm\:mb-83{margin-bottom:83px}.sm\:mb-84{margin-bottom:84px}.sm\:mb-85{margin-bottom:85px}.sm\:mb-86{margin-bottom:86px}.sm\:mb-87{margin-bottom:87px}.sm\:mb-88{margin-bottom:88px}.sm\:mb-89{margin-bottom:89px}.sm\:mb-90{margin-bottom:90px}.sm\:mb-91{margin-bottom:91px}.sm\:mb-92{margin-bottom:92px}.sm\:mb-93{margin-bottom:93px}.sm\:mb-94{margin-bottom:94px}.sm\:mb-95{margin-bottom:95px}.sm\:mb-96{margin-bottom:96px}.sm\:mb-97{margin-bottom:97px}.sm\:mb-98{margin-bottom:98px}.sm\:mb-99{margin-bottom:99px}.sm\:mb-100{margin-bottom:100px}.sm\:ml-auto{margin-left:auto}.sm\:ml-0{margin-left:0}.sm\:ml-1{margin-left:1px}.sm\:ml-2{margin-left:2px}.sm\:ml-3{margin-left:3px}.sm\:ml-4{margin-left:4px}.sm\:ml-5{margin-left:5px}.sm\:ml-6{margin-left:6px}.sm\:ml-7{margin-left:7px}.sm\:ml-8{margin-left:8px}.sm\:ml-9{margin-left:9px}.sm\:ml-10{margin-left:10px}.sm\:ml-11{margin-left:11px}.sm\:ml-12{margin-left:12px}.sm\:ml-13{margin-left:13px}.sm\:ml-14{margin-left:14px}.sm\:ml-15{margin-left:15px}.sm\:ml-16{margin-left:16px}.sm\:ml-17{margin-left:17px}.sm\:ml-18{margin-left:18px}.sm\:ml-19{margin-left:19px}.sm\:ml-20{margin-left:20px}.sm\:ml-21{margin-left:21px}.sm\:ml-22{margin-left:22px}.sm\:ml-23{margin-left:23px}.sm\:ml-24{margin-left:24px}.sm\:ml-25{margin-left:25px}.sm\:ml-26{margin-left:26px}.sm\:ml-27{margin-left:27px}.sm\:ml-28{margin-left:28px}.sm\:ml-29{margin-left:29px}.sm\:ml-30{margin-left:30px}.sm\:ml-31{margin-left:31px}.sm\:ml-32{margin-left:32px}.sm\:ml-33{margin-left:33px}.sm\:ml-34{margin-left:34px}.sm\:ml-35{margin-left:35px}.sm\:ml-36{margin-left:36px}.sm\:ml-37{margin-left:37px}.sm\:ml-38{margin-left:38px}.sm\:ml-39{margin-left:39px}.sm\:ml-40{margin-left:40px}.sm\:ml-41{margin-left:41px}.sm\:ml-42{margin-left:42px}.sm\:ml-43{margin-left:43px}.sm\:ml-44{margin-left:44px}.sm\:ml-45{margin-left:45px}.sm\:ml-46{margin-left:46px}.sm\:ml-47{margin-left:47px}.sm\:ml-48{margin-left:48px}.sm\:ml-49{margin-left:49px}.sm\:ml-50{margin-left:50px}.sm\:ml-51{margin-left:51px}.sm\:ml-52{margin-left:52px}.sm\:ml-53{margin-left:53px}.sm\:ml-54{margin-left:54px}.sm\:ml-55{margin-left:55px}.sm\:ml-56{margin-left:56px}.sm\:ml-57{margin-left:57px}.sm\:ml-58{margin-left:58px}.sm\:ml-59{margin-left:59px}.sm\:ml-60{margin-left:60px}.sm\:ml-61{margin-left:61px}.sm\:ml-62{margin-left:62px}.sm\:ml-63{margin-left:63px}.sm\:ml-64{margin-left:64px}.sm\:ml-65{margin-left:65px}.sm\:ml-66{margin-left:66px}.sm\:ml-67{margin-left:67px}.sm\:ml-68{margin-left:68px}.sm\:ml-69{margin-left:69px}.sm\:ml-70{margin-left:70px}.sm\:ml-71{margin-left:71px}.sm\:ml-72{margin-left:72px}.sm\:ml-73{margin-left:73px}.sm\:ml-74{margin-left:74px}.sm\:ml-75{margin-left:75px}.sm\:ml-76{margin-left:76px}.sm\:ml-77{margin-left:77px}.sm\:ml-78{margin-left:78px}.sm\:ml-79{margin-left:79px}.sm\:ml-80{margin-left:80px}.sm\:ml-81{margin-left:81px}.sm\:ml-82{margin-left:82px}.sm\:ml-83{margin-left:83px}.sm\:ml-84{margin-left:84px}.sm\:ml-85{margin-left:85px}.sm\:ml-86{margin-left:86px}.sm\:ml-87{margin-left:87px}.sm\:ml-88{margin-left:88px}.sm\:ml-89{margin-left:89px}.sm\:ml-90{margin-left:90px}.sm\:ml-91{margin-left:91px}.sm\:ml-92{margin-left:92px}.sm\:ml-93{margin-left:93px}.sm\:ml-94{margin-left:94px}.sm\:ml-95{margin-left:95px}.sm\:ml-96{margin-left:96px}.sm\:ml-97{margin-left:97px}.sm\:ml-98{margin-left:98px}.sm\:ml-99{margin-left:99px}.sm\:ml-100{margin-left:100px}}@media (max-width: 1024px){.lg\:mt-auto{margin-top:auto}.lg\:mt-0{margin-top:0}.lg\:mt-1{margin-top:1px}.lg\:mt-2{margin-top:2px}.lg\:mt-3{margin-top:3px}.lg\:mt-4{margin-top:4px}.lg\:mt-5{margin-top:5px}.lg\:mt-6{margin-top:6px}.lg\:mt-7{margin-top:7px}.lg\:mt-8{margin-top:8px}.lg\:mt-9{margin-top:9px}.lg\:mt-10{margin-top:10px}.lg\:mt-11{margin-top:11px}.lg\:mt-12{margin-top:12px}.lg\:mt-13{margin-top:13px}.lg\:mt-14{margin-top:14px}.lg\:mt-15{margin-top:15px}.lg\:mt-16{margin-top:16px}.lg\:mt-17{margin-top:17px}.lg\:mt-18{margin-top:18px}.lg\:mt-19{margin-top:19px}.lg\:mt-20{margin-top:20px}.lg\:mt-21{margin-top:21px}.lg\:mt-22{margin-top:22px}.lg\:mt-23{margin-top:23px}.lg\:mt-24{margin-top:24px}.lg\:mt-25{margin-top:25px}.lg\:mt-26{margin-top:26px}.lg\:mt-27{margin-top:27px}.lg\:mt-28{margin-top:28px}.lg\:mt-29{margin-top:29px}.lg\:mt-30{margin-top:30px}.lg\:mt-31{margin-top:31px}.lg\:mt-32{margin-top:32px}.lg\:mt-33{margin-top:33px}.lg\:mt-34{margin-top:34px}.lg\:mt-35{margin-top:35px}.lg\:mt-36{margin-top:36px}.lg\:mt-37{margin-top:37px}.lg\:mt-38{margin-top:38px}.lg\:mt-39{margin-top:39px}.lg\:mt-40{margin-top:40px}.lg\:mt-41{margin-top:41px}.lg\:mt-42{margin-top:42px}.lg\:mt-43{margin-top:43px}.lg\:mt-44{margin-top:44px}.lg\:mt-45{margin-top:45px}.lg\:mt-46{margin-top:46px}.lg\:mt-47{margin-top:47px}.lg\:mt-48{margin-top:48px}.lg\:mt-49{margin-top:49px}.lg\:mt-50{margin-top:50px}.lg\:mt-51{margin-top:51px}.lg\:mt-52{margin-top:52px}.lg\:mt-53{margin-top:53px}.lg\:mt-54{margin-top:54px}.lg\:mt-55{margin-top:55px}.lg\:mt-56{margin-top:56px}.lg\:mt-57{margin-top:57px}.lg\:mt-58{margin-top:58px}.lg\:mt-59{margin-top:59px}.lg\:mt-60{margin-top:60px}.lg\:mt-61{margin-top:61px}.lg\:mt-62{margin-top:62px}.lg\:mt-63{margin-top:63px}.lg\:mt-64{margin-top:64px}.lg\:mt-65{margin-top:65px}.lg\:mt-66{margin-top:66px}.lg\:mt-67{margin-top:67px}.lg\:mt-68{margin-top:68px}.lg\:mt-69{margin-top:69px}.lg\:mt-70{margin-top:70px}.lg\:mt-71{margin-top:71px}.lg\:mt-72{margin-top:72px}.lg\:mt-73{margin-top:73px}.lg\:mt-74{margin-top:74px}.lg\:mt-75{margin-top:75px}.lg\:mt-76{margin-top:76px}.lg\:mt-77{margin-top:77px}.lg\:mt-78{margin-top:78px}.lg\:mt-79{margin-top:79px}.lg\:mt-80{margin-top:80px}.lg\:mt-81{margin-top:81px}.lg\:mt-82{margin-top:82px}.lg\:mt-83{margin-top:83px}.lg\:mt-84{margin-top:84px}.lg\:mt-85{margin-top:85px}.lg\:mt-86{margin-top:86px}.lg\:mt-87{margin-top:87px}.lg\:mt-88{margin-top:88px}.lg\:mt-89{margin-top:89px}.lg\:mt-90{margin-top:90px}.lg\:mt-91{margin-top:91px}.lg\:mt-92{margin-top:92px}.lg\:mt-93{margin-top:93px}.lg\:mt-94{margin-top:94px}.lg\:mt-95{margin-top:95px}.lg\:mt-96{margin-top:96px}.lg\:mt-97{margin-top:97px}.lg\:mt-98{margin-top:98px}.lg\:mt-99{margin-top:99px}.lg\:mt-100{margin-top:100px}.lg\:mr-auto{margin-right:auto}.lg\:mr-0{margin-right:0}.lg\:mr-1{margin-right:1px}.lg\:mr-2{margin-right:2px}.lg\:mr-3{margin-right:3px}.lg\:mr-4{margin-right:4px}.lg\:mr-5{margin-right:5px}.lg\:mr-6{margin-right:6px}.lg\:mr-7{margin-right:7px}.lg\:mr-8{margin-right:8px}.lg\:mr-9{margin-right:9px}.lg\:mr-10{margin-right:10px}.lg\:mr-11{margin-right:11px}.lg\:mr-12{margin-right:12px}.lg\:mr-13{margin-right:13px}.lg\:mr-14{margin-right:14px}.lg\:mr-15{margin-right:15px}.lg\:mr-16{margin-right:16px}.lg\:mr-17{margin-right:17px}.lg\:mr-18{margin-right:18px}.lg\:mr-19{margin-right:19px}.lg\:mr-20{margin-right:20px}.lg\:mr-21{margin-right:21px}.lg\:mr-22{margin-right:22px}.lg\:mr-23{margin-right:23px}.lg\:mr-24{margin-right:24px}.lg\:mr-25{margin-right:25px}.lg\:mr-26{margin-right:26px}.lg\:mr-27{margin-right:27px}.lg\:mr-28{margin-right:28px}.lg\:mr-29{margin-right:29px}.lg\:mr-30{margin-right:30px}.lg\:mr-31{margin-right:31px}.lg\:mr-32{margin-right:32px}.lg\:mr-33{margin-right:33px}.lg\:mr-34{margin-right:34px}.lg\:mr-35{margin-right:35px}.lg\:mr-36{margin-right:36px}.lg\:mr-37{margin-right:37px}.lg\:mr-38{margin-right:38px}.lg\:mr-39{margin-right:39px}.lg\:mr-40{margin-right:40px}.lg\:mr-41{margin-right:41px}.lg\:mr-42{margin-right:42px}.lg\:mr-43{margin-right:43px}.lg\:mr-44{margin-right:44px}.lg\:mr-45{margin-right:45px}.lg\:mr-46{margin-right:46px}.lg\:mr-47{margin-right:47px}.lg\:mr-48{margin-right:48px}.lg\:mr-49{margin-right:49px}.lg\:mr-50{margin-right:50px}.lg\:mr-51{margin-right:51px}.lg\:mr-52{margin-right:52px}.lg\:mr-53{margin-right:53px}.lg\:mr-54{margin-right:54px}.lg\:mr-55{margin-right:55px}.lg\:mr-56{margin-right:56px}.lg\:mr-57{margin-right:57px}.lg\:mr-58{margin-right:58px}.lg\:mr-59{margin-right:59px}.lg\:mr-60{margin-right:60px}.lg\:mr-61{margin-right:61px}.lg\:mr-62{margin-right:62px}.lg\:mr-63{margin-right:63px}.lg\:mr-64{margin-right:64px}.lg\:mr-65{margin-right:65px}.lg\:mr-66{margin-right:66px}.lg\:mr-67{margin-right:67px}.lg\:mr-68{margin-right:68px}.lg\:mr-69{margin-right:69px}.lg\:mr-70{margin-right:70px}.lg\:mr-71{margin-right:71px}.lg\:mr-72{margin-right:72px}.lg\:mr-73{margin-right:73px}.lg\:mr-74{margin-right:74px}.lg\:mr-75{margin-right:75px}.lg\:mr-76{margin-right:76px}.lg\:mr-77{margin-right:77px}.lg\:mr-78{margin-right:78px}.lg\:mr-79{margin-right:79px}.lg\:mr-80{margin-right:80px}.lg\:mr-81{margin-right:81px}.lg\:mr-82{margin-right:82px}.lg\:mr-83{margin-right:83px}.lg\:mr-84{margin-right:84px}.lg\:mr-85{margin-right:85px}.lg\:mr-86{margin-right:86px}.lg\:mr-87{margin-right:87px}.lg\:mr-88{margin-right:88px}.lg\:mr-89{margin-right:89px}.lg\:mr-90{margin-right:90px}.lg\:mr-91{margin-right:91px}.lg\:mr-92{margin-right:92px}.lg\:mr-93{margin-right:93px}.lg\:mr-94{margin-right:94px}.lg\:mr-95{margin-right:95px}.lg\:mr-96{margin-right:96px}.lg\:mr-97{margin-right:97px}.lg\:mr-98{margin-right:98px}.lg\:mr-99{margin-right:99px}.lg\:mr-100{margin-right:100px}.lg\:mb-auto{margin-bottom:auto}.lg\:mb-0{margin-bottom:0}.lg\:mb-1{margin-bottom:1px}.lg\:mb-2{margin-bottom:2px}.lg\:mb-3{margin-bottom:3px}.lg\:mb-4{margin-bottom:4px}.lg\:mb-5{margin-bottom:5px}.lg\:mb-6{margin-bottom:6px}.lg\:mb-7{margin-bottom:7px}.lg\:mb-8{margin-bottom:8px}.lg\:mb-9{margin-bottom:9px}.lg\:mb-10{margin-bottom:10px}.lg\:mb-11{margin-bottom:11px}.lg\:mb-12{margin-bottom:12px}.lg\:mb-13{margin-bottom:13px}.lg\:mb-14{margin-bottom:14px}.lg\:mb-15{margin-bottom:15px}.lg\:mb-16{margin-bottom:16px}.lg\:mb-17{margin-bottom:17px}.lg\:mb-18{margin-bottom:18px}.lg\:mb-19{margin-bottom:19px}.lg\:mb-20{margin-bottom:20px}.lg\:mb-21{margin-bottom:21px}.lg\:mb-22{margin-bottom:22px}.lg\:mb-23{margin-bottom:23px}.lg\:mb-24{margin-bottom:24px}.lg\:mb-25{margin-bottom:25px}.lg\:mb-26{margin-bottom:26px}.lg\:mb-27{margin-bottom:27px}.lg\:mb-28{margin-bottom:28px}.lg\:mb-29{margin-bottom:29px}.lg\:mb-30{margin-bottom:30px}.lg\:mb-31{margin-bottom:31px}.lg\:mb-32{margin-bottom:32px}.lg\:mb-33{margin-bottom:33px}.lg\:mb-34{margin-bottom:34px}.lg\:mb-35{margin-bottom:35px}.lg\:mb-36{margin-bottom:36px}.lg\:mb-37{margin-bottom:37px}.lg\:mb-38{margin-bottom:38px}.lg\:mb-39{margin-bottom:39px}.lg\:mb-40{margin-bottom:40px}.lg\:mb-41{margin-bottom:41px}.lg\:mb-42{margin-bottom:42px}.lg\:mb-43{margin-bottom:43px}.lg\:mb-44{margin-bottom:44px}.lg\:mb-45{margin-bottom:45px}.lg\:mb-46{margin-bottom:46px}.lg\:mb-47{margin-bottom:47px}.lg\:mb-48{margin-bottom:48px}.lg\:mb-49{margin-bottom:49px}.lg\:mb-50{margin-bottom:50px}.lg\:mb-51{margin-bottom:51px}.lg\:mb-52{margin-bottom:52px}.lg\:mb-53{margin-bottom:53px}.lg\:mb-54{margin-bottom:54px}.lg\:mb-55{margin-bottom:55px}.lg\:mb-56{margin-bottom:56px}.lg\:mb-57{margin-bottom:57px}.lg\:mb-58{margin-bottom:58px}.lg\:mb-59{margin-bottom:59px}.lg\:mb-60{margin-bottom:60px}.lg\:mb-61{margin-bottom:61px}.lg\:mb-62{margin-bottom:62px}.lg\:mb-63{margin-bottom:63px}.lg\:mb-64{margin-bottom:64px}.lg\:mb-65{margin-bottom:65px}.lg\:mb-66{margin-bottom:66px}.lg\:mb-67{margin-bottom:67px}.lg\:mb-68{margin-bottom:68px}.lg\:mb-69{margin-bottom:69px}.lg\:mb-70{margin-bottom:70px}.lg\:mb-71{margin-bottom:71px}.lg\:mb-72{margin-bottom:72px}.lg\:mb-73{margin-bottom:73px}.lg\:mb-74{margin-bottom:74px}.lg\:mb-75{margin-bottom:75px}.lg\:mb-76{margin-bottom:76px}.lg\:mb-77{margin-bottom:77px}.lg\:mb-78{margin-bottom:78px}.lg\:mb-79{margin-bottom:79px}.lg\:mb-80{margin-bottom:80px}.lg\:mb-81{margin-bottom:81px}.lg\:mb-82{margin-bottom:82px}.lg\:mb-83{margin-bottom:83px}.lg\:mb-84{margin-bottom:84px}.lg\:mb-85{margin-bottom:85px}.lg\:mb-86{margin-bottom:86px}.lg\:mb-87{margin-bottom:87px}.lg\:mb-88{margin-bottom:88px}.lg\:mb-89{margin-bottom:89px}.lg\:mb-90{margin-bottom:90px}.lg\:mb-91{margin-bottom:91px}.lg\:mb-92{margin-bottom:92px}.lg\:mb-93{margin-bottom:93px}.lg\:mb-94{margin-bottom:94px}.lg\:mb-95{margin-bottom:95px}.lg\:mb-96{margin-bottom:96px}.lg\:mb-97{margin-bottom:97px}.lg\:mb-98{margin-bottom:98px}.lg\:mb-99{margin-bottom:99px}.lg\:mb-100{margin-bottom:100px}.lg\:ml-auto{margin-left:auto}.lg\:ml-0{margin-left:0}.lg\:ml-1{margin-left:1px}.lg\:ml-2{margin-left:2px}.lg\:ml-3{margin-left:3px}.lg\:ml-4{margin-left:4px}.lg\:ml-5{margin-left:5px}.lg\:ml-6{margin-left:6px}.lg\:ml-7{margin-left:7px}.lg\:ml-8{margin-left:8px}.lg\:ml-9{margin-left:9px}.lg\:ml-10{margin-left:10px}.lg\:ml-11{margin-left:11px}.lg\:ml-12{margin-left:12px}.lg\:ml-13{margin-left:13px}.lg\:ml-14{margin-left:14px}.lg\:ml-15{margin-left:15px}.lg\:ml-16{margin-left:16px}.lg\:ml-17{margin-left:17px}.lg\:ml-18{margin-left:18px}.lg\:ml-19{margin-left:19px}.lg\:ml-20{margin-left:20px}.lg\:ml-21{margin-left:21px}.lg\:ml-22{margin-left:22px}.lg\:ml-23{margin-left:23px}.lg\:ml-24{margin-left:24px}.lg\:ml-25{margin-left:25px}.lg\:ml-26{margin-left:26px}.lg\:ml-27{margin-left:27px}.lg\:ml-28{margin-left:28px}.lg\:ml-29{margin-left:29px}.lg\:ml-30{margin-left:30px}.lg\:ml-31{margin-left:31px}.lg\:ml-32{margin-left:32px}.lg\:ml-33{margin-left:33px}.lg\:ml-34{margin-left:34px}.lg\:ml-35{margin-left:35px}.lg\:ml-36{margin-left:36px}.lg\:ml-37{margin-left:37px}.lg\:ml-38{margin-left:38px}.lg\:ml-39{margin-left:39px}.lg\:ml-40{margin-left:40px}.lg\:ml-41{margin-left:41px}.lg\:ml-42{margin-left:42px}.lg\:ml-43{margin-left:43px}.lg\:ml-44{margin-left:44px}.lg\:ml-45{margin-left:45px}.lg\:ml-46{margin-left:46px}.lg\:ml-47{margin-left:47px}.lg\:ml-48{margin-left:48px}.lg\:ml-49{margin-left:49px}.lg\:ml-50{margin-left:50px}.lg\:ml-51{margin-left:51px}.lg\:ml-52{margin-left:52px}.lg\:ml-53{margin-left:53px}.lg\:ml-54{margin-left:54px}.lg\:ml-55{margin-left:55px}.lg\:ml-56{margin-left:56px}.lg\:ml-57{margin-left:57px}.lg\:ml-58{margin-left:58px}.lg\:ml-59{margin-left:59px}.lg\:ml-60{margin-left:60px}.lg\:ml-61{margin-left:61px}.lg\:ml-62{margin-left:62px}.lg\:ml-63{margin-left:63px}.lg\:ml-64{margin-left:64px}.lg\:ml-65{margin-left:65px}.lg\:ml-66{margin-left:66px}.lg\:ml-67{margin-left:67px}.lg\:ml-68{margin-left:68px}.lg\:ml-69{margin-left:69px}.lg\:ml-70{margin-left:70px}.lg\:ml-71{margin-left:71px}.lg\:ml-72{margin-left:72px}.lg\:ml-73{margin-left:73px}.lg\:ml-74{margin-left:74px}.lg\:ml-75{margin-left:75px}.lg\:ml-76{margin-left:76px}.lg\:ml-77{margin-left:77px}.lg\:ml-78{margin-left:78px}.lg\:ml-79{margin-left:79px}.lg\:ml-80{margin-left:80px}.lg\:ml-81{margin-left:81px}.lg\:ml-82{margin-left:82px}.lg\:ml-83{margin-left:83px}.lg\:ml-84{margin-left:84px}.lg\:ml-85{margin-left:85px}.lg\:ml-86{margin-left:86px}.lg\:ml-87{margin-left:87px}.lg\:ml-88{margin-left:88px}.lg\:ml-89{margin-left:89px}.lg\:ml-90{margin-left:90px}.lg\:ml-91{margin-left:91px}.lg\:ml-92{margin-left:92px}.lg\:ml-93{margin-left:93px}.lg\:ml-94{margin-left:94px}.lg\:ml-95{margin-left:95px}.lg\:ml-96{margin-left:96px}.lg\:ml-97{margin-left:97px}.lg\:ml-98{margin-left:98px}.lg\:ml-99{margin-left:99px}.lg\:ml-100{margin-left:100px}}.p-0{padding:0}.p-1{padding:1px}.p-2{padding:2px}.p-3{padding:3px}.p-4{padding:4px}.p-5{padding:5px}.p-6{padding:6px}.p-7{padding:7px}.p-8{padding:8px}.p-9{padding:9px}.p-10{padding:10px}.p-11{padding:11px}.p-12{padding:12px}.p-13{padding:13px}.p-14{padding:14px}.p-15{padding:15px}.p-16{padding:16px}.p-17{padding:17px}.p-18{padding:18px}.p-19{padding:19px}.p-20{padding:20px}.p-21{padding:21px}.p-22{padding:22px}.p-23{padding:23px}.p-24{padding:24px}.p-25{padding:25px}.p-26{padding:26px}.p-27{padding:27px}.p-28{padding:28px}.p-29{padding:29px}.p-30{padding:30px}.p-31{padding:31px}.p-32{padding:32px}.p-33{padding:33px}.p-34{padding:34px}.p-35{padding:35px}.p-36{padding:36px}.p-37{padding:37px}.p-38{padding:38px}.p-39{padding:39px}.p-40{padding:40px}.p-41{padding:41px}.p-42{padding:42px}.p-43{padding:43px}.p-44{padding:44px}.p-45{padding:45px}.p-46{padding:46px}.p-47{padding:47px}.p-48{padding:48px}.p-49{padding:49px}.p-50{padding:50px}.pt-auto{padding-top:auto}.pt-0{padding-top:0}.pt-1{padding-top:1px}.pt-2{padding-top:2px}.pt-3{padding-top:3px}.pt-4{padding-top:4px}.pt-5{padding-top:5px}.pt-6{padding-top:6px}.pt-7{padding-top:7px}.pt-8{padding-top:8px}.pt-9{padding-top:9px}.pt-10{padding-top:10px}.pt-11{padding-top:11px}.pt-12{padding-top:12px}.pt-13{padding-top:13px}.pt-14{padding-top:14px}.pt-15{padding-top:15px}.pt-16{padding-top:16px}.pt-17{padding-top:17px}.pt-18{padding-top:18px}.pt-19{padding-top:19px}.pt-20{padding-top:20px}.pt-21{padding-top:21px}.pt-22{padding-top:22px}.pt-23{padding-top:23px}.pt-24{padding-top:24px}.pt-25{padding-top:25px}.pt-26{padding-top:26px}.pt-27{padding-top:27px}.pt-28{padding-top:28px}.pt-29{padding-top:29px}.pt-30{padding-top:30px}.pt-31{padding-top:31px}.pt-32{padding-top:32px}.pt-33{padding-top:33px}.pt-34{padding-top:34px}.pt-35{padding-top:35px}.pt-36{padding-top:36px}.pt-37{padding-top:37px}.pt-38{padding-top:38px}.pt-39{padding-top:39px}.pt-40{padding-top:40px}.pt-41{padding-top:41px}.pt-42{padding-top:42px}.pt-43{padding-top:43px}.pt-44{padding-top:44px}.pt-45{padding-top:45px}.pt-46{padding-top:46px}.pt-47{padding-top:47px}.pt-48{padding-top:48px}.pt-49{padding-top:49px}.pt-50{padding-top:50px}.pt-1\/10{padding-top:10%}.pt-2\/10{padding-top:20%}.pt-3\/10{padding-top:30%}.pt-4\/10{padding-top:40%}.pt-5\/10{padding-top:50%}.pt-6\/10{padding-top:60%}.pt-7\/10{padding-top:70%}.pt-8\/10{padding-top:80%}.pt-9\/10{padding-top:90%}.pr-auto{padding-right:auto}.pr-0{padding-right:0}.pr-1{padding-right:1px}.pr-2{padding-right:2px}.pr-3{padding-right:3px}.pr-4{padding-right:4px}.pr-5{padding-right:5px}.pr-6{padding-right:6px}.pr-7{padding-right:7px}.pr-8{padding-right:8px}.pr-9{padding-right:9px}.pr-10{padding-right:10px}.pr-11{padding-right:11px}.pr-12{padding-right:12px}.pr-13{padding-right:13px}.pr-14{padding-right:14px}.pr-15{padding-right:15px}.pr-16{padding-right:16px}.pr-17{padding-right:17px}.pr-18{padding-right:18px}.pr-19{padding-right:19px}.pr-20{padding-right:20px}.pr-21{padding-right:21px}.pr-22{padding-right:22px}.pr-23{padding-right:23px}.pr-24{padding-right:24px}.pr-25{padding-right:25px}.pr-26{padding-right:26px}.pr-27{padding-right:27px}.pr-28{padding-right:28px}.pr-29{padding-right:29px}.pr-30{padding-right:30px}.pr-31{padding-right:31px}.pr-32{padding-right:32px}.pr-33{padding-right:33px}.pr-34{padding-right:34px}.pr-35{padding-right:35px}.pr-36{padding-right:36px}.pr-37{padding-right:37px}.pr-38{padding-right:38px}.pr-39{padding-right:39px}.pr-40{padding-right:40px}.pr-41{padding-right:41px}.pr-42{padding-right:42px}.pr-43{padding-right:43px}.pr-44{padding-right:44px}.pr-45{padding-right:45px}.pr-46{padding-right:46px}.pr-47{padding-right:47px}.pr-48{padding-right:48px}.pr-49{padding-right:49px}.pr-50{padding-right:50px}.pr-1\/10{padding-right:10%}.pr-2\/10{padding-right:20%}.pr-3\/10{padding-right:30%}.pr-4\/10{padding-right:40%}.pr-5\/10{padding-right:50%}.pr-6\/10{padding-right:60%}.pr-7\/10{padding-right:70%}.pr-8\/10{padding-right:80%}.pr-9\/10{padding-right:90%}.pb-auto{padding-bottom:auto}.pb-0{padding-bottom:0}.pb-1{padding-bottom:1px}.pb-2{padding-bottom:2px}.pb-3{padding-bottom:3px}.pb-4{padding-bottom:4px}.pb-5{padding-bottom:5px}.pb-6{padding-bottom:6px}.pb-7{padding-bottom:7px}.pb-8{padding-bottom:8px}.pb-9{padding-bottom:9px}.pb-10{padding-bottom:10px}.pb-11{padding-bottom:11px}.pb-12{padding-bottom:12px}.pb-13{padding-bottom:13px}.pb-14{padding-bottom:14px}.pb-15{padding-bottom:15px}.pb-16{padding-bottom:16px}.pb-17{padding-bottom:17px}.pb-18{padding-bottom:18px}.pb-19{padding-bottom:19px}.pb-20{padding-bottom:20px}.pb-21{padding-bottom:21px}.pb-22{padding-bottom:22px}.pb-23{padding-bottom:23px}.pb-24{padding-bottom:24px}.pb-25{padding-bottom:25px}.pb-26{padding-bottom:26px}.pb-27{padding-bottom:27px}.pb-28{padding-bottom:28px}.pb-29{padding-bottom:29px}.pb-30{padding-bottom:30px}.pb-31{padding-bottom:31px}.pb-32{padding-bottom:32px}.pb-33{padding-bottom:33px}.pb-34{padding-bottom:34px}.pb-35{padding-bottom:35px}.pb-36{padding-bottom:36px}.pb-37{padding-bottom:37px}.pb-38{padding-bottom:38px}.pb-39{padding-bottom:39px}.pb-40{padding-bottom:40px}.pb-41{padding-bottom:41px}.pb-42{padding-bottom:42px}.pb-43{padding-bottom:43px}.pb-44{padding-bottom:44px}.pb-45{padding-bottom:45px}.pb-46{padding-bottom:46px}.pb-47{padding-bottom:47px}.pb-48{padding-bottom:48px}.pb-49{padding-bottom:49px}.pb-50{padding-bottom:50px}.pb-1\/10{padding-bottom:10%}.pb-2\/10{padding-bottom:20%}.pb-3\/10{padding-bottom:30%}.pb-4\/10{padding-bottom:40%}.pb-5\/10{padding-bottom:50%}.pb-6\/10{padding-bottom:60%}.pb-7\/10{padding-bottom:70%}.pb-8\/10{padding-bottom:80%}.pb-9\/10{padding-bottom:90%}.pl-auto{padding-left:auto}.pl-0{padding-left:0}.pl-1{padding-left:1px}.pl-2{padding-left:2px}.pl-3{padding-left:3px}.pl-4{padding-left:4px}.pl-5{padding-left:5px}.pl-6{padding-left:6px}.pl-7{padding-left:7px}.pl-8{padding-left:8px}.pl-9{padding-left:9px}.pl-10{padding-left:10px}.pl-11{padding-left:11px}.pl-12{padding-left:12px}.pl-13{padding-left:13px}.pl-14{padding-left:14px}.pl-15{padding-left:15px}.pl-16{padding-left:16px}.pl-17{padding-left:17px}.pl-18{padding-left:18px}.pl-19{padding-left:19px}.pl-20{padding-left:20px}.pl-21{padding-left:21px}.pl-22{padding-left:22px}.pl-23{padding-left:23px}.pl-24{padding-left:24px}.pl-25{padding-left:25px}.pl-26{padding-left:26px}.pl-27{padding-left:27px}.pl-28{padding-left:28px}.pl-29{padding-left:29px}.pl-30{padding-left:30px}.pl-31{padding-left:31px}.pl-32{padding-left:32px}.pl-33{padding-left:33px}.pl-34{padding-left:34px}.pl-35{padding-left:35px}.pl-36{padding-left:36px}.pl-37{padding-left:37px}.pl-38{padding-left:38px}.pl-39{padding-left:39px}.pl-40{padding-left:40px}.pl-41{padding-left:41px}.pl-42{padding-left:42px}.pl-43{padding-left:43px}.pl-44{padding-left:44px}.pl-45{padding-left:45px}.pl-46{padding-left:46px}.pl-47{padding-left:47px}.pl-48{padding-left:48px}.pl-49{padding-left:49px}.pl-50{padding-left:50px}.pl-1\/10{padding-left:10%}.pl-2\/10{padding-left:20%}.pl-3\/10{padding-left:30%}.pl-4\/10{padding-left:40%}.pl-5\/10{padding-left:50%}.pl-6\/10{padding-left:60%}.pl-7\/10{padding-left:70%}.pl-8\/10{padding-left:80%}.pl-9\/10{padding-left:90%}@media (max-width: 640px){.sm\:p-0{padding:0}.sm\:p-1{padding:1px}.sm\:p-2{padding:2px}.sm\:p-3{padding:3px}.sm\:p-4{padding:4px}.sm\:p-5{padding:5px}.sm\:p-6{padding:6px}.sm\:p-7{padding:7px}.sm\:p-8{padding:8px}.sm\:p-9{padding:9px}.sm\:p-10{padding:10px}.sm\:p-11{padding:11px}.sm\:p-12{padding:12px}.sm\:p-13{padding:13px}.sm\:p-14{padding:14px}.sm\:p-15{padding:15px}.sm\:p-16{padding:16px}.sm\:p-17{padding:17px}.sm\:p-18{padding:18px}.sm\:p-19{padding:19px}.sm\:p-20{padding:20px}.sm\:p-21{padding:21px}.sm\:p-22{padding:22px}.sm\:p-23{padding:23px}.sm\:p-24{padding:24px}.sm\:p-25{padding:25px}.sm\:p-26{padding:26px}.sm\:p-27{padding:27px}.sm\:p-28{padding:28px}.sm\:p-29{padding:29px}.sm\:p-30{padding:30px}.sm\:p-31{padding:31px}.sm\:p-32{padding:32px}.sm\:p-33{padding:33px}.sm\:p-34{padding:34px}.sm\:p-35{padding:35px}.sm\:p-36{padding:36px}.sm\:p-37{padding:37px}.sm\:p-38{padding:38px}.sm\:p-39{padding:39px}.sm\:p-40{padding:40px}.sm\:p-41{padding:41px}.sm\:p-42{padding:42px}.sm\:p-43{padding:43px}.sm\:p-44{padding:44px}.sm\:p-45{padding:45px}.sm\:p-46{padding:46px}.sm\:p-47{padding:47px}.sm\:p-48{padding:48px}.sm\:p-49{padding:49px}.sm\:p-50{padding:50px}.sm\:pt-auto{padding-top:auto}.sm\:pt-0{padding-top:0}.sm\:pt-1{padding-top:1px}.sm\:pt-2{padding-top:2px}.sm\:pt-3{padding-top:3px}.sm\:pt-4{padding-top:4px}.sm\:pt-5{padding-top:5px}.sm\:pt-6{padding-top:6px}.sm\:pt-7{padding-top:7px}.sm\:pt-8{padding-top:8px}.sm\:pt-9{padding-top:9px}.sm\:pt-10{padding-top:10px}.sm\:pt-11{padding-top:11px}.sm\:pt-12{padding-top:12px}.sm\:pt-13{padding-top:13px}.sm\:pt-14{padding-top:14px}.sm\:pt-15{padding-top:15px}.sm\:pt-16{padding-top:16px}.sm\:pt-17{padding-top:17px}.sm\:pt-18{padding-top:18px}.sm\:pt-19{padding-top:19px}.sm\:pt-20{padding-top:20px}.sm\:pt-21{padding-top:21px}.sm\:pt-22{padding-top:22px}.sm\:pt-23{padding-top:23px}.sm\:pt-24{padding-top:24px}.sm\:pt-25{padding-top:25px}.sm\:pt-26{padding-top:26px}.sm\:pt-27{padding-top:27px}.sm\:pt-28{padding-top:28px}.sm\:pt-29{padding-top:29px}.sm\:pt-30{padding-top:30px}.sm\:pt-31{padding-top:31px}.sm\:pt-32{padding-top:32px}.sm\:pt-33{padding-top:33px}.sm\:pt-34{padding-top:34px}.sm\:pt-35{padding-top:35px}.sm\:pt-36{padding-top:36px}.sm\:pt-37{padding-top:37px}.sm\:pt-38{padding-top:38px}.sm\:pt-39{padding-top:39px}.sm\:pt-40{padding-top:40px}.sm\:pt-41{padding-top:41px}.sm\:pt-42{padding-top:42px}.sm\:pt-43{padding-top:43px}.sm\:pt-44{padding-top:44px}.sm\:pt-45{padding-top:45px}.sm\:pt-46{padding-top:46px}.sm\:pt-47{padding-top:47px}.sm\:pt-48{padding-top:48px}.sm\:pt-49{padding-top:49px}.sm\:pt-50{padding-top:50px}.sm\:pt-1\/10{padding-top:10%}.sm\:pt-2\/10{padding-top:20%}.sm\:pt-3\/10{padding-top:30%}.sm\:pt-4\/10{padding-top:40%}.sm\:pt-5\/10{padding-top:50%}.sm\:pt-6\/10{padding-top:60%}.sm\:pt-7\/10{padding-top:70%}.sm\:pt-8\/10{padding-top:80%}.sm\:pt-9\/10{padding-top:90%}.sm\:pr-auto{padding-right:auto}.sm\:pr-0{padding-right:0}.sm\:pr-1{padding-right:1px}.sm\:pr-2{padding-right:2px}.sm\:pr-3{padding-right:3px}.sm\:pr-4{padding-right:4px}.sm\:pr-5{padding-right:5px}.sm\:pr-6{padding-right:6px}.sm\:pr-7{padding-right:7px}.sm\:pr-8{padding-right:8px}.sm\:pr-9{padding-right:9px}.sm\:pr-10{padding-right:10px}.sm\:pr-11{padding-right:11px}.sm\:pr-12{padding-right:12px}.sm\:pr-13{padding-right:13px}.sm\:pr-14{padding-right:14px}.sm\:pr-15{padding-right:15px}.sm\:pr-16{padding-right:16px}.sm\:pr-17{padding-right:17px}.sm\:pr-18{padding-right:18px}.sm\:pr-19{padding-right:19px}.sm\:pr-20{padding-right:20px}.sm\:pr-21{padding-right:21px}.sm\:pr-22{padding-right:22px}.sm\:pr-23{padding-right:23px}.sm\:pr-24{padding-right:24px}.sm\:pr-25{padding-right:25px}.sm\:pr-26{padding-right:26px}.sm\:pr-27{padding-right:27px}.sm\:pr-28{padding-right:28px}.sm\:pr-29{padding-right:29px}.sm\:pr-30{padding-right:30px}.sm\:pr-31{padding-right:31px}.sm\:pr-32{padding-right:32px}.sm\:pr-33{padding-right:33px}.sm\:pr-34{padding-right:34px}.sm\:pr-35{padding-right:35px}.sm\:pr-36{padding-right:36px}.sm\:pr-37{padding-right:37px}.sm\:pr-38{padding-right:38px}.sm\:pr-39{padding-right:39px}.sm\:pr-40{padding-right:40px}.sm\:pr-41{padding-right:41px}.sm\:pr-42{padding-right:42px}.sm\:pr-43{padding-right:43px}.sm\:pr-44{padding-right:44px}.sm\:pr-45{padding-right:45px}.sm\:pr-46{padding-right:46px}.sm\:pr-47{padding-right:47px}.sm\:pr-48{padding-right:48px}.sm\:pr-49{padding-right:49px}.sm\:pr-50{padding-right:50px}.sm\:pr-1\/10{padding-right:10%}.sm\:pr-2\/10{padding-right:20%}.sm\:pr-3\/10{padding-right:30%}.sm\:pr-4\/10{padding-right:40%}.sm\:pr-5\/10{padding-right:50%}.sm\:pr-6\/10{padding-right:60%}.sm\:pr-7\/10{padding-right:70%}.sm\:pr-8\/10{padding-right:80%}.sm\:pr-9\/10{padding-right:90%}.sm\:pb-auto{padding-bottom:auto}.sm\:pb-0{padding-bottom:0}.sm\:pb-1{padding-bottom:1px}.sm\:pb-2{padding-bottom:2px}.sm\:pb-3{padding-bottom:3px}.sm\:pb-4{padding-bottom:4px}.sm\:pb-5{padding-bottom:5px}.sm\:pb-6{padding-bottom:6px}.sm\:pb-7{padding-bottom:7px}.sm\:pb-8{padding-bottom:8px}.sm\:pb-9{padding-bottom:9px}.sm\:pb-10{padding-bottom:10px}.sm\:pb-11{padding-bottom:11px}.sm\:pb-12{padding-bottom:12px}.sm\:pb-13{padding-bottom:13px}.sm\:pb-14{padding-bottom:14px}.sm\:pb-15{padding-bottom:15px}.sm\:pb-16{padding-bottom:16px}.sm\:pb-17{padding-bottom:17px}.sm\:pb-18{padding-bottom:18px}.sm\:pb-19{padding-bottom:19px}.sm\:pb-20{padding-bottom:20px}.sm\:pb-21{padding-bottom:21px}.sm\:pb-22{padding-bottom:22px}.sm\:pb-23{padding-bottom:23px}.sm\:pb-24{padding-bottom:24px}.sm\:pb-25{padding-bottom:25px}.sm\:pb-26{padding-bottom:26px}.sm\:pb-27{padding-bottom:27px}.sm\:pb-28{padding-bottom:28px}.sm\:pb-29{padding-bottom:29px}.sm\:pb-30{padding-bottom:30px}.sm\:pb-31{padding-bottom:31px}.sm\:pb-32{padding-bottom:32px}.sm\:pb-33{padding-bottom:33px}.sm\:pb-34{padding-bottom:34px}.sm\:pb-35{padding-bottom:35px}.sm\:pb-36{padding-bottom:36px}.sm\:pb-37{padding-bottom:37px}.sm\:pb-38{padding-bottom:38px}.sm\:pb-39{padding-bottom:39px}.sm\:pb-40{padding-bottom:40px}.sm\:pb-41{padding-bottom:41px}.sm\:pb-42{padding-bottom:42px}.sm\:pb-43{padding-bottom:43px}.sm\:pb-44{padding-bottom:44px}.sm\:pb-45{padding-bottom:45px}.sm\:pb-46{padding-bottom:46px}.sm\:pb-47{padding-bottom:47px}.sm\:pb-48{padding-bottom:48px}.sm\:pb-49{padding-bottom:49px}.sm\:pb-50{padding-bottom:50px}.sm\:pb-1\/10{padding-bottom:10%}.sm\:pb-2\/10{padding-bottom:20%}.sm\:pb-3\/10{padding-bottom:30%}.sm\:pb-4\/10{padding-bottom:40%}.sm\:pb-5\/10{padding-bottom:50%}.sm\:pb-6\/10{padding-bottom:60%}.sm\:pb-7\/10{padding-bottom:70%}.sm\:pb-8\/10{padding-bottom:80%}.sm\:pb-9\/10{padding-bottom:90%}.sm\:pl-auto{padding-left:auto}.sm\:pl-0{padding-left:0}.sm\:pl-1{padding-left:1px}.sm\:pl-2{padding-left:2px}.sm\:pl-3{padding-left:3px}.sm\:pl-4{padding-left:4px}.sm\:pl-5{padding-left:5px}.sm\:pl-6{padding-left:6px}.sm\:pl-7{padding-left:7px}.sm\:pl-8{padding-left:8px}.sm\:pl-9{padding-left:9px}.sm\:pl-10{padding-left:10px}.sm\:pl-11{padding-left:11px}.sm\:pl-12{padding-left:12px}.sm\:pl-13{padding-left:13px}.sm\:pl-14{padding-left:14px}.sm\:pl-15{padding-left:15px}.sm\:pl-16{padding-left:16px}.sm\:pl-17{padding-left:17px}.sm\:pl-18{padding-left:18px}.sm\:pl-19{padding-left:19px}.sm\:pl-20{padding-left:20px}.sm\:pl-21{padding-left:21px}.sm\:pl-22{padding-left:22px}.sm\:pl-23{padding-left:23px}.sm\:pl-24{padding-left:24px}.sm\:pl-25{padding-left:25px}.sm\:pl-26{padding-left:26px}.sm\:pl-27{padding-left:27px}.sm\:pl-28{padding-left:28px}.sm\:pl-29{padding-left:29px}.sm\:pl-30{padding-left:30px}.sm\:pl-31{padding-left:31px}.sm\:pl-32{padding-left:32px}.sm\:pl-33{padding-left:33px}.sm\:pl-34{padding-left:34px}.sm\:pl-35{padding-left:35px}.sm\:pl-36{padding-left:36px}.sm\:pl-37{padding-left:37px}.sm\:pl-38{padding-left:38px}.sm\:pl-39{padding-left:39px}.sm\:pl-40{padding-left:40px}.sm\:pl-41{padding-left:41px}.sm\:pl-42{padding-left:42px}.sm\:pl-43{padding-left:43px}.sm\:pl-44{padding-left:44px}.sm\:pl-45{padding-left:45px}.sm\:pl-46{padding-left:46px}.sm\:pl-47{padding-left:47px}.sm\:pl-48{padding-left:48px}.sm\:pl-49{padding-left:49px}.sm\:pl-50{padding-left:50px}.sm\:pl-1\/10{padding-left:10%}.sm\:pl-2\/10{padding-left:20%}.sm\:pl-3\/10{padding-left:30%}.sm\:pl-4\/10{padding-left:40%}.sm\:pl-5\/10{padding-left:50%}.sm\:pl-6\/10{padding-left:60%}.sm\:pl-7\/10{padding-left:70%}.sm\:pl-8\/10{padding-left:80%}.sm\:pl-9\/10{padding-left:90%}}@media (max-width: 1024px){.lg\:p-0{padding:0}.lg\:p-1{padding:1px}.lg\:p-2{padding:2px}.lg\:p-3{padding:3px}.lg\:p-4{padding:4px}.lg\:p-5{padding:5px}.lg\:p-6{padding:6px}.lg\:p-7{padding:7px}.lg\:p-8{padding:8px}.lg\:p-9{padding:9px}.lg\:p-10{padding:10px}.lg\:p-11{padding:11px}.lg\:p-12{padding:12px}.lg\:p-13{padding:13px}.lg\:p-14{padding:14px}.lg\:p-15{padding:15px}.lg\:p-16{padding:16px}.lg\:p-17{padding:17px}.lg\:p-18{padding:18px}.lg\:p-19{padding:19px}.lg\:p-20{padding:20px}.lg\:p-21{padding:21px}.lg\:p-22{padding:22px}.lg\:p-23{padding:23px}.lg\:p-24{padding:24px}.lg\:p-25{padding:25px}.lg\:p-26{padding:26px}.lg\:p-27{padding:27px}.lg\:p-28{padding:28px}.lg\:p-29{padding:29px}.lg\:p-30{padding:30px}.lg\:p-31{padding:31px}.lg\:p-32{padding:32px}.lg\:p-33{padding:33px}.lg\:p-34{padding:34px}.lg\:p-35{padding:35px}.lg\:p-36{padding:36px}.lg\:p-37{padding:37px}.lg\:p-38{padding:38px}.lg\:p-39{padding:39px}.lg\:p-40{padding:40px}.lg\:p-41{padding:41px}.lg\:p-42{padding:42px}.lg\:p-43{padding:43px}.lg\:p-44{padding:44px}.lg\:p-45{padding:45px}.lg\:p-46{padding:46px}.lg\:p-47{padding:47px}.lg\:p-48{padding:48px}.lg\:p-49{padding:49px}.lg\:p-50{padding:50px}.lg\:pt-auto{padding-top:auto}.lg\:pt-0{padding-top:0}.lg\:pt-1{padding-top:1px}.lg\:pt-2{padding-top:2px}.lg\:pt-3{padding-top:3px}.lg\:pt-4{padding-top:4px}.lg\:pt-5{padding-top:5px}.lg\:pt-6{padding-top:6px}.lg\:pt-7{padding-top:7px}.lg\:pt-8{padding-top:8px}.lg\:pt-9{padding-top:9px}.lg\:pt-10{padding-top:10px}.lg\:pt-11{padding-top:11px}.lg\:pt-12{padding-top:12px}.lg\:pt-13{padding-top:13px}.lg\:pt-14{padding-top:14px}.lg\:pt-15{padding-top:15px}.lg\:pt-16{padding-top:16px}.lg\:pt-17{padding-top:17px}.lg\:pt-18{padding-top:18px}.lg\:pt-19{padding-top:19px}.lg\:pt-20{padding-top:20px}.lg\:pt-21{padding-top:21px}.lg\:pt-22{padding-top:22px}.lg\:pt-23{padding-top:23px}.lg\:pt-24{padding-top:24px}.lg\:pt-25{padding-top:25px}.lg\:pt-26{padding-top:26px}.lg\:pt-27{padding-top:27px}.lg\:pt-28{padding-top:28px}.lg\:pt-29{padding-top:29px}.lg\:pt-30{padding-top:30px}.lg\:pt-31{padding-top:31px}.lg\:pt-32{padding-top:32px}.lg\:pt-33{padding-top:33px}.lg\:pt-34{padding-top:34px}.lg\:pt-35{padding-top:35px}.lg\:pt-36{padding-top:36px}.lg\:pt-37{padding-top:37px}.lg\:pt-38{padding-top:38px}.lg\:pt-39{padding-top:39px}.lg\:pt-40{padding-top:40px}.lg\:pt-41{padding-top:41px}.lg\:pt-42{padding-top:42px}.lg\:pt-43{padding-top:43px}.lg\:pt-44{padding-top:44px}.lg\:pt-45{padding-top:45px}.lg\:pt-46{padding-top:46px}.lg\:pt-47{padding-top:47px}.lg\:pt-48{padding-top:48px}.lg\:pt-49{padding-top:49px}.lg\:pt-50{padding-top:50px}.lg\:pt-1\/10{padding-top:10%}.lg\:pt-2\/10{padding-top:20%}.lg\:pt-3\/10{padding-top:30%}.lg\:pt-4\/10{padding-top:40%}.lg\:pt-5\/10{padding-top:50%}.lg\:pt-6\/10{padding-top:60%}.lg\:pt-7\/10{padding-top:70%}.lg\:pt-8\/10{padding-top:80%}.lg\:pt-9\/10{padding-top:90%}.lg\:pr-auto{padding-right:auto}.lg\:pr-0{padding-right:0}.lg\:pr-1{padding-right:1px}.lg\:pr-2{padding-right:2px}.lg\:pr-3{padding-right:3px}.lg\:pr-4{padding-right:4px}.lg\:pr-5{padding-right:5px}.lg\:pr-6{padding-right:6px}.lg\:pr-7{padding-right:7px}.lg\:pr-8{padding-right:8px}.lg\:pr-9{padding-right:9px}.lg\:pr-10{padding-right:10px}.lg\:pr-11{padding-right:11px}.lg\:pr-12{padding-right:12px}.lg\:pr-13{padding-right:13px}.lg\:pr-14{padding-right:14px}.lg\:pr-15{padding-right:15px}.lg\:pr-16{padding-right:16px}.lg\:pr-17{padding-right:17px}.lg\:pr-18{padding-right:18px}.lg\:pr-19{padding-right:19px}.lg\:pr-20{padding-right:20px}.lg\:pr-21{padding-right:21px}.lg\:pr-22{padding-right:22px}.lg\:pr-23{padding-right:23px}.lg\:pr-24{padding-right:24px}.lg\:pr-25{padding-right:25px}.lg\:pr-26{padding-right:26px}.lg\:pr-27{padding-right:27px}.lg\:pr-28{padding-right:28px}.lg\:pr-29{padding-right:29px}.lg\:pr-30{padding-right:30px}.lg\:pr-31{padding-right:31px}.lg\:pr-32{padding-right:32px}.lg\:pr-33{padding-right:33px}.lg\:pr-34{padding-right:34px}.lg\:pr-35{padding-right:35px}.lg\:pr-36{padding-right:36px}.lg\:pr-37{padding-right:37px}.lg\:pr-38{padding-right:38px}.lg\:pr-39{padding-right:39px}.lg\:pr-40{padding-right:40px}.lg\:pr-41{padding-right:41px}.lg\:pr-42{padding-right:42px}.lg\:pr-43{padding-right:43px}.lg\:pr-44{padding-right:44px}.lg\:pr-45{padding-right:45px}.lg\:pr-46{padding-right:46px}.lg\:pr-47{padding-right:47px}.lg\:pr-48{padding-right:48px}.lg\:pr-49{padding-right:49px}.lg\:pr-50{padding-right:50px}.lg\:pr-1\/10{padding-right:10%}.lg\:pr-2\/10{padding-right:20%}.lg\:pr-3\/10{padding-right:30%}.lg\:pr-4\/10{padding-right:40%}.lg\:pr-5\/10{padding-right:50%}.lg\:pr-6\/10{padding-right:60%}.lg\:pr-7\/10{padding-right:70%}.lg\:pr-8\/10{padding-right:80%}.lg\:pr-9\/10{padding-right:90%}.lg\:pb-auto{padding-bottom:auto}.lg\:pb-0{padding-bottom:0}.lg\:pb-1{padding-bottom:1px}.lg\:pb-2{padding-bottom:2px}.lg\:pb-3{padding-bottom:3px}.lg\:pb-4{padding-bottom:4px}.lg\:pb-5{padding-bottom:5px}.lg\:pb-6{padding-bottom:6px}.lg\:pb-7{padding-bottom:7px}.lg\:pb-8{padding-bottom:8px}.lg\:pb-9{padding-bottom:9px}.lg\:pb-10{padding-bottom:10px}.lg\:pb-11{padding-bottom:11px}.lg\:pb-12{padding-bottom:12px}.lg\:pb-13{padding-bottom:13px}.lg\:pb-14{padding-bottom:14px}.lg\:pb-15{padding-bottom:15px}.lg\:pb-16{padding-bottom:16px}.lg\:pb-17{padding-bottom:17px}.lg\:pb-18{padding-bottom:18px}.lg\:pb-19{padding-bottom:19px}.lg\:pb-20{padding-bottom:20px}.lg\:pb-21{padding-bottom:21px}.lg\:pb-22{padding-bottom:22px}.lg\:pb-23{padding-bottom:23px}.lg\:pb-24{padding-bottom:24px}.lg\:pb-25{padding-bottom:25px}.lg\:pb-26{padding-bottom:26px}.lg\:pb-27{padding-bottom:27px}.lg\:pb-28{padding-bottom:28px}.lg\:pb-29{padding-bottom:29px}.lg\:pb-30{padding-bottom:30px}.lg\:pb-31{padding-bottom:31px}.lg\:pb-32{padding-bottom:32px}.lg\:pb-33{padding-bottom:33px}.lg\:pb-34{padding-bottom:34px}.lg\:pb-35{padding-bottom:35px}.lg\:pb-36{padding-bottom:36px}.lg\:pb-37{padding-bottom:37px}.lg\:pb-38{padding-bottom:38px}.lg\:pb-39{padding-bottom:39px}.lg\:pb-40{padding-bottom:40px}.lg\:pb-41{padding-bottom:41px}.lg\:pb-42{padding-bottom:42px}.lg\:pb-43{padding-bottom:43px}.lg\:pb-44{padding-bottom:44px}.lg\:pb-45{padding-bottom:45px}.lg\:pb-46{padding-bottom:46px}.lg\:pb-47{padding-bottom:47px}.lg\:pb-48{padding-bottom:48px}.lg\:pb-49{padding-bottom:49px}.lg\:pb-50{padding-bottom:50px}.lg\:pb-1\/10{padding-bottom:10%}.lg\:pb-2\/10{padding-bottom:20%}.lg\:pb-3\/10{padding-bottom:30%}.lg\:pb-4\/10{padding-bottom:40%}.lg\:pb-5\/10{padding-bottom:50%}.lg\:pb-6\/10{padding-bottom:60%}.lg\:pb-7\/10{padding-bottom:70%}.lg\:pb-8\/10{padding-bottom:80%}.lg\:pb-9\/10{padding-bottom:90%}.lg\:pl-auto{padding-left:auto}.lg\:pl-0{padding-left:0}.lg\:pl-1{padding-left:1px}.lg\:pl-2{padding-left:2px}.lg\:pl-3{padding-left:3px}.lg\:pl-4{padding-left:4px}.lg\:pl-5{padding-left:5px}.lg\:pl-6{padding-left:6px}.lg\:pl-7{padding-left:7px}.lg\:pl-8{padding-left:8px}.lg\:pl-9{padding-left:9px}.lg\:pl-10{padding-left:10px}.lg\:pl-11{padding-left:11px}.lg\:pl-12{padding-left:12px}.lg\:pl-13{padding-left:13px}.lg\:pl-14{padding-left:14px}.lg\:pl-15{padding-left:15px}.lg\:pl-16{padding-left:16px}.lg\:pl-17{padding-left:17px}.lg\:pl-18{padding-left:18px}.lg\:pl-19{padding-left:19px}.lg\:pl-20{padding-left:20px}.lg\:pl-21{padding-left:21px}.lg\:pl-22{padding-left:22px}.lg\:pl-23{padding-left:23px}.lg\:pl-24{padding-left:24px}.lg\:pl-25{padding-left:25px}.lg\:pl-26{padding-left:26px}.lg\:pl-27{padding-left:27px}.lg\:pl-28{padding-left:28px}.lg\:pl-29{padding-left:29px}.lg\:pl-30{padding-left:30px}.lg\:pl-31{padding-left:31px}.lg\:pl-32{padding-left:32px}.lg\:pl-33{padding-left:33px}.lg\:pl-34{padding-left:34px}.lg\:pl-35{padding-left:35px}.lg\:pl-36{padding-left:36px}.lg\:pl-37{padding-left:37px}.lg\:pl-38{padding-left:38px}.lg\:pl-39{padding-left:39px}.lg\:pl-40{padding-left:40px}.lg\:pl-41{padding-left:41px}.lg\:pl-42{padding-left:42px}.lg\:pl-43{padding-left:43px}.lg\:pl-44{padding-left:44px}.lg\:pl-45{padding-left:45px}.lg\:pl-46{padding-left:46px}.lg\:pl-47{padding-left:47px}.lg\:pl-48{padding-left:48px}.lg\:pl-49{padding-left:49px}.lg\:pl-50{padding-left:50px}.lg\:pl-1\/10{padding-left:10%}.lg\:pl-2\/10{padding-left:20%}.lg\:pl-3\/10{padding-left:30%}.lg\:pl-4\/10{padding-left:40%}.lg\:pl-5\/10{padding-left:50%}.lg\:pl-6\/10{padding-left:60%}.lg\:pl-7\/10{padding-left:70%}.lg\:pl-8\/10{padding-left:80%}.lg\:pl-9\/10{padding-left:90%}}.w-dvw{width:100dvw}.w-dvh{width:100dvh}.h-dvw{height:100dvw}.h-dvh{height:100dvh}.w-full{width:100%}.h-full{height:100%}.w-0{width:0px}.h-0{height:0px}.wem-0{width:0em}.hem-0{height:0em}.w-1{width:1px}.h-1{height:1px}.wem-1{width:.1em}.hem-1{height:.1em}.w-2{width:2px}.h-2{height:2px}.wem-2{width:.2em}.hem-2{height:.2em}.w-3{width:3px}.h-3{height:3px}.wem-3{width:.3em}.hem-3{height:.3em}.w-4{width:4px}.h-4{height:4px}.wem-4{width:.4em}.hem-4{height:.4em}.w-5{width:5px}.h-5{height:5px}.wem-5{width:.5em}.hem-5{height:.5em}.w-6{width:6px}.h-6{height:6px}.wem-6{width:.6em}.hem-6{height:.6em}.w-7{width:7px}.h-7{height:7px}.wem-7{width:.7em}.hem-7{height:.7em}.w-8{width:8px}.h-8{height:8px}.wem-8{width:.8em}.hem-8{height:.8em}.w-9{width:9px}.h-9{height:9px}.wem-9{width:.9em}.hem-9{height:.9em}.w-10{width:10px}.h-10{height:10px}.wem-10{width:1em}.hem-10{height:1em}.w-11{width:11px}.h-11{height:11px}.wem-11{width:1.1em}.hem-11{height:1.1em}.w-12{width:12px}.h-12{height:12px}.wem-12{width:1.2em}.hem-12{height:1.2em}.w-13{width:13px}.h-13{height:13px}.wem-13{width:1.3em}.hem-13{height:1.3em}.w-14{width:14px}.h-14{height:14px}.wem-14{width:1.4em}.hem-14{height:1.4em}.w-15{width:15px}.h-15{height:15px}.wem-15{width:1.5em}.hem-15{height:1.5em}.w-16{width:16px}.h-16{height:16px}.wem-16{width:1.6em}.hem-16{height:1.6em}.w-17{width:17px}.h-17{height:17px}.wem-17{width:1.7em}.hem-17{height:1.7em}.w-18{width:18px}.h-18{height:18px}.wem-18{width:1.8em}.hem-18{height:1.8em}.w-19{width:19px}.h-19{height:19px}.wem-19{width:1.9em}.hem-19{height:1.9em}.w-20{width:20px}.h-20{height:20px}.wem-20{width:2em}.hem-20{height:2em}.w-21{width:21px}.h-21{height:21px}.wem-21{width:2.1em}.hem-21{height:2.1em}.w-22{width:22px}.h-22{height:22px}.wem-22{width:2.2em}.hem-22{height:2.2em}.w-23{width:23px}.h-23{height:23px}.wem-23{width:2.3em}.hem-23{height:2.3em}.w-24{width:24px}.h-24{height:24px}.wem-24{width:2.4em}.hem-24{height:2.4em}.w-25{width:25px}.h-25{height:25px}.wem-25{width:2.5em}.hem-25{height:2.5em}.w-26{width:26px}.h-26{height:26px}.wem-26{width:2.6em}.hem-26{height:2.6em}.w-27{width:27px}.h-27{height:27px}.wem-27{width:2.7em}.hem-27{height:2.7em}.w-28{width:28px}.h-28{height:28px}.wem-28{width:2.8em}.hem-28{height:2.8em}.w-29{width:29px}.h-29{height:29px}.wem-29{width:2.9em}.hem-29{height:2.9em}.w-30{width:30px}.h-30{height:30px}.wem-30{width:3em}.hem-30{height:3em}.w-31{width:31px}.h-31{height:31px}.wem-31{width:3.1em}.hem-31{height:3.1em}.w-32{width:32px}.h-32{height:32px}.wem-32{width:3.2em}.hem-32{height:3.2em}.w-33{width:33px}.h-33{height:33px}.wem-33{width:3.3em}.hem-33{height:3.3em}.w-34{width:34px}.h-34{height:34px}.wem-34{width:3.4em}.hem-34{height:3.4em}.w-35{width:35px}.h-35{height:35px}.wem-35{width:3.5em}.hem-35{height:3.5em}.w-36{width:36px}.h-36{height:36px}.wem-36{width:3.6em}.hem-36{height:3.6em}.w-37{width:37px}.h-37{height:37px}.wem-37{width:3.7em}.hem-37{height:3.7em}.w-38{width:38px}.h-38{height:38px}.wem-38{width:3.8em}.hem-38{height:3.8em}.w-39{width:39px}.h-39{height:39px}.wem-39{width:3.9em}.hem-39{height:3.9em}.w-40{width:40px}.h-40{height:40px}.wem-40{width:4em}.hem-40{height:4em}.w-41{width:41px}.h-41{height:41px}.wem-41{width:4.1em}.hem-41{height:4.1em}.w-42{width:42px}.h-42{height:42px}.wem-42{width:4.2em}.hem-42{height:4.2em}.w-43{width:43px}.h-43{height:43px}.wem-43{width:4.3em}.hem-43{height:4.3em}.w-44{width:44px}.h-44{height:44px}.wem-44{width:4.4em}.hem-44{height:4.4em}.w-45{width:45px}.h-45{height:45px}.wem-45{width:4.5em}.hem-45{height:4.5em}.w-46{width:46px}.h-46{height:46px}.wem-46{width:4.6em}.hem-46{height:4.6em}.w-47{width:47px}.h-47{height:47px}.wem-47{width:4.7em}.hem-47{height:4.7em}.w-48{width:48px}.h-48{height:48px}.wem-48{width:4.8em}.hem-48{height:4.8em}.w-49{width:49px}.h-49{height:49px}.wem-49{width:4.9em}.hem-49{height:4.9em}.w-50{width:50px}.h-50{height:50px}.wem-50{width:5em}.hem-50{height:5em}.w-51{width:51px}.h-51{height:51px}.wem-51{width:5.1em}.hem-51{height:5.1em}.w-52{width:52px}.h-52{height:52px}.wem-52{width:5.2em}.hem-52{height:5.2em}.w-53{width:53px}.h-53{height:53px}.wem-53{width:5.3em}.hem-53{height:5.3em}.w-54{width:54px}.h-54{height:54px}.wem-54{width:5.4em}.hem-54{height:5.4em}.w-55{width:55px}.h-55{height:55px}.wem-55{width:5.5em}.hem-55{height:5.5em}.w-56{width:56px}.h-56{height:56px}.wem-56{width:5.6em}.hem-56{height:5.6em}.w-57{width:57px}.h-57{height:57px}.wem-57{width:5.7em}.hem-57{height:5.7em}.w-58{width:58px}.h-58{height:58px}.wem-58{width:5.8em}.hem-58{height:5.8em}.w-59{width:59px}.h-59{height:59px}.wem-59{width:5.9em}.hem-59{height:5.9em}.w-60{width:60px}.h-60{height:60px}.wem-60{width:6em}.hem-60{height:6em}.w-61{width:61px}.h-61{height:61px}.wem-61{width:6.1em}.hem-61{height:6.1em}.w-62{width:62px}.h-62{height:62px}.wem-62{width:6.2em}.hem-62{height:6.2em}.w-63{width:63px}.h-63{height:63px}.wem-63{width:6.3em}.hem-63{height:6.3em}.w-64{width:64px}.h-64{height:64px}.wem-64{width:6.4em}.hem-64{height:6.4em}.w-65{width:65px}.h-65{height:65px}.wem-65{width:6.5em}.hem-65{height:6.5em}.w-66{width:66px}.h-66{height:66px}.wem-66{width:6.6em}.hem-66{height:6.6em}.w-67{width:67px}.h-67{height:67px}.wem-67{width:6.7em}.hem-67{height:6.7em}.w-68{width:68px}.h-68{height:68px}.wem-68{width:6.8em}.hem-68{height:6.8em}.w-69{width:69px}.h-69{height:69px}.wem-69{width:6.9em}.hem-69{height:6.9em}.w-70{width:70px}.h-70{height:70px}.wem-70{width:7em}.hem-70{height:7em}.w-71{width:71px}.h-71{height:71px}.wem-71{width:7.1em}.hem-71{height:7.1em}.w-72{width:72px}.h-72{height:72px}.wem-72{width:7.2em}.hem-72{height:7.2em}.w-73{width:73px}.h-73{height:73px}.wem-73{width:7.3em}.hem-73{height:7.3em}.w-74{width:74px}.h-74{height:74px}.wem-74{width:7.4em}.hem-74{height:7.4em}.w-75{width:75px}.h-75{height:75px}.wem-75{width:7.5em}.hem-75{height:7.5em}.w-76{width:76px}.h-76{height:76px}.wem-76{width:7.6em}.hem-76{height:7.6em}.w-77{width:77px}.h-77{height:77px}.wem-77{width:7.7em}.hem-77{height:7.7em}.w-78{width:78px}.h-78{height:78px}.wem-78{width:7.8em}.hem-78{height:7.8em}.w-79{width:79px}.h-79{height:79px}.wem-79{width:7.9em}.hem-79{height:7.9em}.w-80{width:80px}.h-80{height:80px}.wem-80{width:8em}.hem-80{height:8em}.w-81{width:81px}.h-81{height:81px}.wem-81{width:8.1em}.hem-81{height:8.1em}.w-82{width:82px}.h-82{height:82px}.wem-82{width:8.2em}.hem-82{height:8.2em}.w-83{width:83px}.h-83{height:83px}.wem-83{width:8.3em}.hem-83{height:8.3em}.w-84{width:84px}.h-84{height:84px}.wem-84{width:8.4em}.hem-84{height:8.4em}.w-85{width:85px}.h-85{height:85px}.wem-85{width:8.5em}.hem-85{height:8.5em}.w-86{width:86px}.h-86{height:86px}.wem-86{width:8.6em}.hem-86{height:8.6em}.w-87{width:87px}.h-87{height:87px}.wem-87{width:8.7em}.hem-87{height:8.7em}.w-88{width:88px}.h-88{height:88px}.wem-88{width:8.8em}.hem-88{height:8.8em}.w-89{width:89px}.h-89{height:89px}.wem-89{width:8.9em}.hem-89{height:8.9em}.w-90{width:90px}.h-90{height:90px}.wem-90{width:9em}.hem-90{height:9em}.w-91{width:91px}.h-91{height:91px}.wem-91{width:9.1em}.hem-91{height:9.1em}.w-92{width:92px}.h-92{height:92px}.wem-92{width:9.2em}.hem-92{height:9.2em}.w-93{width:93px}.h-93{height:93px}.wem-93{width:9.3em}.hem-93{height:9.3em}.w-94{width:94px}.h-94{height:94px}.wem-94{width:9.4em}.hem-94{height:9.4em}.w-95{width:95px}.h-95{height:95px}.wem-95{width:9.5em}.hem-95{height:9.5em}.w-96{width:96px}.h-96{height:96px}.wem-96{width:9.6em}.hem-96{height:9.6em}.w-97{width:97px}.h-97{height:97px}.wem-97{width:9.7em}.hem-97{height:9.7em}.w-98{width:98px}.h-98{height:98px}.wem-98{width:9.8em}.hem-98{height:9.8em}.w-99{width:99px}.h-99{height:99px}.wem-99{width:9.9em}.hem-99{height:9.9em}.w-100{width:100px}.h-100{height:100px}.wem-100{width:10em}.hem-100{height:10em}.w-101{width:101px}.h-101{height:101px}.wem-101{width:10.1em}.hem-101{height:10.1em}.w-102{width:102px}.h-102{height:102px}.wem-102{width:10.2em}.hem-102{height:10.2em}.w-103{width:103px}.h-103{height:103px}.wem-103{width:10.3em}.hem-103{height:10.3em}.w-104{width:104px}.h-104{height:104px}.wem-104{width:10.4em}.hem-104{height:10.4em}.w-105{width:105px}.h-105{height:105px}.wem-105{width:10.5em}.hem-105{height:10.5em}.w-106{width:106px}.h-106{height:106px}.wem-106{width:10.6em}.hem-106{height:10.6em}.w-107{width:107px}.h-107{height:107px}.wem-107{width:10.7em}.hem-107{height:10.7em}.w-108{width:108px}.h-108{height:108px}.wem-108{width:10.8em}.hem-108{height:10.8em}.w-109{width:109px}.h-109{height:109px}.wem-109{width:10.9em}.hem-109{height:10.9em}.w-110{width:110px}.h-110{height:110px}.wem-110{width:11em}.hem-110{height:11em}.w-111{width:111px}.h-111{height:111px}.wem-111{width:11.1em}.hem-111{height:11.1em}.w-112{width:112px}.h-112{height:112px}.wem-112{width:11.2em}.hem-112{height:11.2em}.w-113{width:113px}.h-113{height:113px}.wem-113{width:11.3em}.hem-113{height:11.3em}.w-114{width:114px}.h-114{height:114px}.wem-114{width:11.4em}.hem-114{height:11.4em}.w-115{width:115px}.h-115{height:115px}.wem-115{width:11.5em}.hem-115{height:11.5em}.w-116{width:116px}.h-116{height:116px}.wem-116{width:11.6em}.hem-116{height:11.6em}.w-117{width:117px}.h-117{height:117px}.wem-117{width:11.7em}.hem-117{height:11.7em}.w-118{width:118px}.h-118{height:118px}.wem-118{width:11.8em}.hem-118{height:11.8em}.w-119{width:119px}.h-119{height:119px}.wem-119{width:11.9em}.hem-119{height:11.9em}.w-120{width:120px}.h-120{height:120px}.wem-120{width:12em}.hem-120{height:12em}.w-121{width:121px}.h-121{height:121px}.wem-121{width:12.1em}.hem-121{height:12.1em}.w-122{width:122px}.h-122{height:122px}.wem-122{width:12.2em}.hem-122{height:12.2em}.w-123{width:123px}.h-123{height:123px}.wem-123{width:12.3em}.hem-123{height:12.3em}.w-124{width:124px}.h-124{height:124px}.wem-124{width:12.4em}.hem-124{height:12.4em}.w-125{width:125px}.h-125{height:125px}.wem-125{width:12.5em}.hem-125{height:12.5em}.w-126{width:126px}.h-126{height:126px}.wem-126{width:12.6em}.hem-126{height:12.6em}.w-127{width:127px}.h-127{height:127px}.wem-127{width:12.7em}.hem-127{height:12.7em}.w-128{width:128px}.h-128{height:128px}.wem-128{width:12.8em}.hem-128{height:12.8em}.w-129{width:129px}.h-129{height:129px}.wem-129{width:12.9em}.hem-129{height:12.9em}.w-130{width:130px}.h-130{height:130px}.wem-130{width:13em}.hem-130{height:13em}.w-131{width:131px}.h-131{height:131px}.wem-131{width:13.1em}.hem-131{height:13.1em}.w-132{width:132px}.h-132{height:132px}.wem-132{width:13.2em}.hem-132{height:13.2em}.w-133{width:133px}.h-133{height:133px}.wem-133{width:13.3em}.hem-133{height:13.3em}.w-134{width:134px}.h-134{height:134px}.wem-134{width:13.4em}.hem-134{height:13.4em}.w-135{width:135px}.h-135{height:135px}.wem-135{width:13.5em}.hem-135{height:13.5em}.w-136{width:136px}.h-136{height:136px}.wem-136{width:13.6em}.hem-136{height:13.6em}.w-137{width:137px}.h-137{height:137px}.wem-137{width:13.7em}.hem-137{height:13.7em}.w-138{width:138px}.h-138{height:138px}.wem-138{width:13.8em}.hem-138{height:13.8em}.w-139{width:139px}.h-139{height:139px}.wem-139{width:13.9em}.hem-139{height:13.9em}.w-140{width:140px}.h-140{height:140px}.wem-140{width:14em}.hem-140{height:14em}.w-141{width:141px}.h-141{height:141px}.wem-141{width:14.1em}.hem-141{height:14.1em}.w-142{width:142px}.h-142{height:142px}.wem-142{width:14.2em}.hem-142{height:14.2em}.w-143{width:143px}.h-143{height:143px}.wem-143{width:14.3em}.hem-143{height:14.3em}.w-144{width:144px}.h-144{height:144px}.wem-144{width:14.4em}.hem-144{height:14.4em}.w-145{width:145px}.h-145{height:145px}.wem-145{width:14.5em}.hem-145{height:14.5em}.w-146{width:146px}.h-146{height:146px}.wem-146{width:14.6em}.hem-146{height:14.6em}.w-147{width:147px}.h-147{height:147px}.wem-147{width:14.7em}.hem-147{height:14.7em}.w-148{width:148px}.h-148{height:148px}.wem-148{width:14.8em}.hem-148{height:14.8em}.w-149{width:149px}.h-149{height:149px}.wem-149{width:14.9em}.hem-149{height:14.9em}.w-150{width:150px}.h-150{height:150px}.wem-150{width:15em}.hem-150{height:15em}.w-151{width:151px}.h-151{height:151px}.wem-151{width:15.1em}.hem-151{height:15.1em}.w-152{width:152px}.h-152{height:152px}.wem-152{width:15.2em}.hem-152{height:15.2em}.w-153{width:153px}.h-153{height:153px}.wem-153{width:15.3em}.hem-153{height:15.3em}.w-154{width:154px}.h-154{height:154px}.wem-154{width:15.4em}.hem-154{height:15.4em}.w-155{width:155px}.h-155{height:155px}.wem-155{width:15.5em}.hem-155{height:15.5em}.w-156{width:156px}.h-156{height:156px}.wem-156{width:15.6em}.hem-156{height:15.6em}.w-157{width:157px}.h-157{height:157px}.wem-157{width:15.7em}.hem-157{height:15.7em}.w-158{width:158px}.h-158{height:158px}.wem-158{width:15.8em}.hem-158{height:15.8em}.w-159{width:159px}.h-159{height:159px}.wem-159{width:15.9em}.hem-159{height:15.9em}.w-160{width:160px}.h-160{height:160px}.wem-160{width:16em}.hem-160{height:16em}.w-161{width:161px}.h-161{height:161px}.wem-161{width:16.1em}.hem-161{height:16.1em}.w-162{width:162px}.h-162{height:162px}.wem-162{width:16.2em}.hem-162{height:16.2em}.w-163{width:163px}.h-163{height:163px}.wem-163{width:16.3em}.hem-163{height:16.3em}.w-164{width:164px}.h-164{height:164px}.wem-164{width:16.4em}.hem-164{height:16.4em}.w-165{width:165px}.h-165{height:165px}.wem-165{width:16.5em}.hem-165{height:16.5em}.w-166{width:166px}.h-166{height:166px}.wem-166{width:16.6em}.hem-166{height:16.6em}.w-167{width:167px}.h-167{height:167px}.wem-167{width:16.7em}.hem-167{height:16.7em}.w-168{width:168px}.h-168{height:168px}.wem-168{width:16.8em}.hem-168{height:16.8em}.w-169{width:169px}.h-169{height:169px}.wem-169{width:16.9em}.hem-169{height:16.9em}.w-170{width:170px}.h-170{height:170px}.wem-170{width:17em}.hem-170{height:17em}.w-171{width:171px}.h-171{height:171px}.wem-171{width:17.1em}.hem-171{height:17.1em}.w-172{width:172px}.h-172{height:172px}.wem-172{width:17.2em}.hem-172{height:17.2em}.w-173{width:173px}.h-173{height:173px}.wem-173{width:17.3em}.hem-173{height:17.3em}.w-174{width:174px}.h-174{height:174px}.wem-174{width:17.4em}.hem-174{height:17.4em}.w-175{width:175px}.h-175{height:175px}.wem-175{width:17.5em}.hem-175{height:17.5em}.w-176{width:176px}.h-176{height:176px}.wem-176{width:17.6em}.hem-176{height:17.6em}.w-177{width:177px}.h-177{height:177px}.wem-177{width:17.7em}.hem-177{height:17.7em}.w-178{width:178px}.h-178{height:178px}.wem-178{width:17.8em}.hem-178{height:17.8em}.w-179{width:179px}.h-179{height:179px}.wem-179{width:17.9em}.hem-179{height:17.9em}.w-180{width:180px}.h-180{height:180px}.wem-180{width:18em}.hem-180{height:18em}.w-181{width:181px}.h-181{height:181px}.wem-181{width:18.1em}.hem-181{height:18.1em}.w-182{width:182px}.h-182{height:182px}.wem-182{width:18.2em}.hem-182{height:18.2em}.w-183{width:183px}.h-183{height:183px}.wem-183{width:18.3em}.hem-183{height:18.3em}.w-184{width:184px}.h-184{height:184px}.wem-184{width:18.4em}.hem-184{height:18.4em}.w-185{width:185px}.h-185{height:185px}.wem-185{width:18.5em}.hem-185{height:18.5em}.w-186{width:186px}.h-186{height:186px}.wem-186{width:18.6em}.hem-186{height:18.6em}.w-187{width:187px}.h-187{height:187px}.wem-187{width:18.7em}.hem-187{height:18.7em}.w-188{width:188px}.h-188{height:188px}.wem-188{width:18.8em}.hem-188{height:18.8em}.w-189{width:189px}.h-189{height:189px}.wem-189{width:18.9em}.hem-189{height:18.9em}.w-190{width:190px}.h-190{height:190px}.wem-190{width:19em}.hem-190{height:19em}.w-191{width:191px}.h-191{height:191px}.wem-191{width:19.1em}.hem-191{height:19.1em}.w-192{width:192px}.h-192{height:192px}.wem-192{width:19.2em}.hem-192{height:19.2em}.w-193{width:193px}.h-193{height:193px}.wem-193{width:19.3em}.hem-193{height:19.3em}.w-194{width:194px}.h-194{height:194px}.wem-194{width:19.4em}.hem-194{height:19.4em}.w-195{width:195px}.h-195{height:195px}.wem-195{width:19.5em}.hem-195{height:19.5em}.w-196{width:196px}.h-196{height:196px}.wem-196{width:19.6em}.hem-196{height:19.6em}.w-197{width:197px}.h-197{height:197px}.wem-197{width:19.7em}.hem-197{height:19.7em}.w-198{width:198px}.h-198{height:198px}.wem-198{width:19.8em}.hem-198{height:19.8em}.w-199{width:199px}.h-199{height:199px}.wem-199{width:19.9em}.hem-199{height:19.9em}.w-200{width:200px}.h-200{height:200px}.w-210{width:210px}.h-210{height:210px}.w-220{width:220px}.h-220{height:220px}.w-230{width:230px}.h-230{height:230px}.w-240{width:240px}.h-240{height:240px}.w-250{width:250px}.h-250{height:250px}.w-260{width:260px}.h-260{height:260px}.w-270{width:270px}.h-270{height:270px}.w-280{width:280px}.h-280{height:280px}.w-290{width:290px}.h-290{height:290px}.w-300{width:300px}.h-300{height:300px}.w-310{width:310px}.h-310{height:310px}.w-320{width:320px}.h-320{height:320px}.w-330{width:330px}.h-330{height:330px}.w-340{width:340px}.h-340{height:340px}.w-350{width:350px}.h-350{height:350px}.w-360{width:360px}.h-360{height:360px}.w-370{width:370px}.h-370{height:370px}.w-380{width:380px}.h-380{height:380px}.w-390{width:390px}.h-390{height:390px}.w-400{width:400px}.h-400{height:400px}.w-1\/10{width:10%}.h-1\/10{height:10%}.w-10dvw{width:10dvw}.w-10dvh{width:10dvh}.h-10dvw{height:10dvw}.h-10dvh{height:10dvh}.w-2\/10{width:20%}.h-2\/10{height:20%}.w-20dvw{width:20dvw}.w-20dvh{width:20dvh}.h-20dvw{height:20dvw}.h-20dvh{height:20dvh}.w-3\/10{width:30%}.h-3\/10{height:30%}.w-30dvw{width:30dvw}.w-30dvh{width:30dvh}.h-30dvw{height:30dvw}.h-30dvh{height:30dvh}.w-4\/10{width:40%}.h-4\/10{height:40%}.w-40dvw{width:40dvw}.w-40dvh{width:40dvh}.h-40dvw{height:40dvw}.h-40dvh{height:40dvh}.w-5\/10{width:50%}.h-5\/10{height:50%}.w-50dvw{width:50dvw}.w-50dvh{width:50dvh}.h-50dvw{height:50dvw}.h-50dvh{height:50dvh}.w-6\/10{width:60%}.h-6\/10{height:60%}.w-60dvw{width:60dvw}.w-60dvh{width:60dvh}.h-60dvw{height:60dvw}.h-60dvh{height:60dvh}.w-7\/10{width:70%}.h-7\/10{height:70%}.w-70dvw{width:70dvw}.w-70dvh{width:70dvh}.h-70dvw{height:70dvw}.h-70dvh{height:70dvh}.w-8\/10{width:80%}.h-8\/10{height:80%}.w-80dvw{width:80dvw}.w-80dvh{width:80dvh}.h-80dvw{height:80dvw}.h-80dvh{height:80dvh}.w-9\/10{width:90%}.h-9\/10{height:90%}.w-90dvw{width:90dvw}.w-90dvh{width:90dvh}.h-90dvw{height:90dvw}.h-90dvh{height:90dvh}.italic{font-style:italic}.oblique{font-style:oblique}.font-size-xs{font-size:clamp(.75rem,1vw,.875rem)}.font-size-sm{font-size:clamp(.875rem,1.2vw,1rem)}.font-size-md{font-size:clamp(1rem,1.5vw,1.25rem)}.font-size-lg{font-size:clamp(1.25rem,2vw,1.5rem)}.font-size-xl{font-size:clamp(1.5rem,2.5vw,2rem)}.font-size-2xl{font-size:clamp(2rem,3vw,3rem)}.font-size-4xl{font-size:clamp(2rem,4vw + 1rem,5rem)}.font-size-giant{font-size:clamp(2rem,5vw + 2rem,7rem)}.font-size-4{font-size:4px}.font-size-8{font-size:8px}.font-size-12{font-size:12px}.font-size-16{font-size:16px}.font-size-20{font-size:20px}.font-size-24{font-size:24px}.font-size-28{font-size:28px}.font-size-32{font-size:32px}.font-size-36{font-size:36px}.font-size-40{font-size:40px}.font-size-44{font-size:44px}.font-size-48{font-size:48px}@media (max-width: 640px){.sm\:font-size-xs{font-size:clamp(.75rem,1vw,.875rem)}.sm\:font-size-sm{font-size:clamp(.875rem,1.2vw,1rem)}.sm\:font-size-md{font-size:clamp(1rem,1.5vw,1.25rem)}.sm\:font-size-lg{font-size:clamp(1.25rem,2vw,1.5rem)}.sm\:font-size-xl{font-size:clamp(1.5rem,2.5vw,2rem)}.sm\:font-size-2xl{font-size:clamp(2rem,3vw,3rem)}.sm\:font-size-4xl{font-size:clamp(2rem,4vw + 1rem,5rem)}.sm\:font-size-giant{font-size:clamp(2rem,5vw + 2rem,7rem)}.sm\:font-size-4{font-size:4px}.sm\:font-size-8{font-size:8px}.sm\:font-size-12{font-size:12px}.sm\:font-size-16{font-size:16px}.sm\:font-size-20{font-size:20px}.sm\:font-size-24{font-size:24px}.sm\:font-size-28{font-size:28px}.sm\:font-size-32{font-size:32px}.sm\:font-size-36{font-size:36px}.sm\:font-size-40{font-size:40px}.sm\:font-size-44{font-size:44px}.sm\:font-size-48{font-size:48px}}@media (max-width: 1024px){.lg\:font-size-xs{font-size:clamp(.75rem,1vw,.875rem)}.lg\:font-size-sm{font-size:clamp(.875rem,1.2vw,1rem)}.lg\:font-size-md{font-size:clamp(1rem,1.5vw,1.25rem)}.lg\:font-size-lg{font-size:clamp(1.25rem,2vw,1.5rem)}.lg\:font-size-xl{font-size:clamp(1.5rem,2.5vw,2rem)}.lg\:font-size-2xl{font-size:clamp(2rem,3vw,3rem)}.lg\:font-size-4xl{font-size:clamp(2rem,4vw + 1rem,5rem)}.lg\:font-size-giant{font-size:clamp(2rem,5vw + 2rem,7rem)}.lg\:font-size-4{font-size:4px}.lg\:font-size-8{font-size:8px}.lg\:font-size-12{font-size:12px}.lg\:font-size-16{font-size:16px}.lg\:font-size-20{font-size:20px}.lg\:font-size-24{font-size:24px}.lg\:font-size-28{font-size:28px}.lg\:font-size-32{font-size:32px}.lg\:font-size-36{font-size:36px}.lg\:font-size-40{font-size:40px}.lg\:font-size-44{font-size:44px}.lg\:font-size-48{font-size:48px}}.capitalize{text-transform:capitalize}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.txt-center{text-align:center}.txt-start{text-align:start}.txt-wrap{text-wrap:wrap}.txt-nowrap{text-wrap:nowrap}.txt-shadow{text-shadow:1px 1px 1px rgba(0,0,0,.5)}.lsem-0\.0{letter-spacing:0em}.lhem-1\.0{line-height:1em}.lsem-0\.1{letter-spacing:.1em}.lhem-1\.1{line-height:1.1em}.lsem-0\.2{letter-spacing:.2em}.lhem-1\.2{line-height:1.2em}.lsem-0\.3{letter-spacing:.3em}.lhem-1\.3{line-height:1.3em}.lsem-0\.4{letter-spacing:.4em}.lhem-1\.4{line-height:1.4em}.lsem-0\.5{letter-spacing:.5em}.lhem-1\.5{line-height:1.5em}.lsem-0\.6{letter-spacing:.6em}.lhem-1\.6{line-height:1.6em}.lsem-0\.7{letter-spacing:.7em}.lhem-1\.7{line-height:1.7em}.lsem-0\.8{letter-spacing:.8em}.lhem-1\.8{line-height:1.8em}.lsem-0\.9{letter-spacing:.9em}.lhem-1\.9{line-height:1.9em}@container style(--theme: light){#app{--bg-color-primary: #fff;--bg-color-secondary: rgb(250, 250, 250);--bg-opague-color: rgba(255, 255, 255, .3);--border-color-primary: rgb(240, 240, 240);--border-color-secondary: rgb(230, 230, 230);--txt-color: #111;--shadow-color: rgba(0, 0, 0, .3);--img-filter: invert(0%);--mix-blend-mode: darken}}@container style(--theme: dark){#app{--bg-color-primary: #111;--bg-color-secondary: #555;--bg-opague-color: rgba(85, 85, 85, .3);--border-color-primary: #444;--border-color-secondary: #555;--txt-color: #fff;--shadow-color: rgba(200, 200, 200, .5);--img-filter: invert(100%);--mix-blend-mode: lighten}}body{margin:0;touch-action:none}#app{container-type:normal;box-sizing:border-box;font-family:Avenir,Helvetica,Arial,sans-serif;position:relative;overflow:hidden}#app img{position:absolute;top:50%;left:50%;width:1.2rem;height:1.2rem;transform:translate(-50%,-50%);filter:var(--img-filter)}#app a,#app span,#app h1{color:var(--txt-color);line-height:1em;text-decoration:none}#app button{color:var(--txt-color);border:none;background:none;cursor:pointer}#app .page{position:relative;width:100dvw;height:calc(100dvh - 100px);padding:50px 0;background-color:var(--bg-color-primary);color:var(--txt-color);overflow:hidden;-webkit-user-select:none;user-select:none}
