html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font:inherit;font-size:100%;vertical-align:baseline}html{line-height:1}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}caption,th,td{text-align:left;font-weight:400;vertical-align:middle}q,blockquote{quotes:none}q:before,q:after,blockquote:before,blockquote:after{content:"";content:none}a img{border:none}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}*{box-sizing:border-box;outline:none!important}.clearfix:after{content:" ";clear:both;display:block;height:0;overflow:hidden;visibility:hidden}*::-webkit-input-placeholder{color:#000;opacity:1}*:-moz-placeholder{color:#000;opacity:1}*::-moz-placeholder{color:#000;opacity:1}*:-ms-input-placeholder{color:#000;opacity:1}input::-webkit-input-placeholder{opacity:1;transition:opacity .3s ease}input::-moz-placeholder{opacity:1;transition:opacity .3s ease}input:-moz-placeholder{opacity:1;transition:opacity .3s ease}input:-ms-input-placeholder{opacity:1;transition:opacity .3s ease}input:focus::-webkit-input-placeholder{opacity:0;transition:opacity .3s ease}input:focus::-moz-placeholder{opacity:0;transition:opacity .3s ease}input:focus:-moz-placeholder{opacity:0;transition:opacity .3s ease}input:focus:-ms-input-placeholder{opacity:0;transition:opacity .3s ease}textarea::-webkit-input-placeholder{opacity:1;transition:opacity .3s ease}textarea::-moz-placeholder{opacity:1;transition:opacity .3s ease}textarea:-moz-placeholder{opacity:1;transition:opacity .3s ease}textarea:-ms-input-placeholder{opacity:1;transition:opacity .3s ease}textarea:focus::-webkit-input-placeholder{opacity:0;transition:opacity .3s ease}textarea:focus::-moz-placeholder{opacity:0;transition:opacity .3s ease}textarea:focus:-moz-placeholder{opacity:0;transition:opacity .3s ease}textarea:focus:-ms-input-placeholder{opacity:0;transition:opacity .3s ease}html{scroll-behavior:smooth}html.app--fix{overflow:hidden}body{font-family:Inter Tight,sans-serif;display:flex;flex-direction:column;min-height:100dvh;width:calc(100vw - (100vw - 100%));overflow-x:hidden;--background: $color-white}body main{flex:1}body *{box-sizing:border-box}body.app--fix{overflow:hidden}.app-container{max-width:1280px;width:100%;height:100%;margin-inline:auto}@media screen and (max-width: 1400px){.app-container{padding-inline:16px}}@media screen and (max-width: 1025px){.app-desktop{display:none!important}}@media screen and (min-width: 1025px){.app-mobile{display:none!important}}button{border:none;outline:none;background:transparent;padding:0;cursor:pointer}a{text-decoration:none;color:#010101;font-weight:400;font-size:14px;line-height:150%;letter-spacing:0;cursor:pointer}[x-cloak]{display:none!important}.app--error{margin-top:12px;text-align:left;color:red;font-size:14px;line-height:18px;font-weight:300}.app-content{margin-top:128.6px}@media screen and (max-width: 1024px){.app-content{margin-top:111px}}.app-header{position:fixed;top:0;left:0;z-index:100;width:100%;background-color:#fff;color:#0d0e12}.app-header__wrapper{width:100%;display:flex;flex-direction:column;align-items:flex-start}.app-header__top{padding:10px 0;background:#1b1e4e;color:#fff;width:100%}.app-header__top-wrapper{max-width:1320px;width:100%;margin-inline:auto;display:flex;flex-direction:row;align-items:center;justify-content:center}@media screen and (max-width: 1400px){.app-header__top-wrapper{padding-inline:16px}}.app-header__top-item{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:11px}.app-header__top-item span{font-size:14px;line-height:19.6px;font-weight:500}.app-header__top-location{cursor:pointer;display:flex;flex-direction:row;align-items:center;gap:8px}.app-header__top-location--icon{display:flex;align-items:center;justify-content:center}.app-header__top-location--icon svg{width:12px;height:15px;color:#fff}.app-header__top-location span{font-size:14px;line-height:19.6px;font-weight:500}.app-header__bottom{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:12px}.app-header__logo{display:flex;justify-content:center;align-items:center}.app-header__logo svg{width:250px;height:40px}.app-header__menu{padding-bottom:36px;margin-left:auto;display:flex;flex-direction:row;align-items:center;gap:12px}.app-header__link{cursor:pointer;padding:37px 6px 0;border-left:1px solid #F1F1F1;border-right:1px solid #F1F1F1;position:relative;display:flex;justify-content:center;align-items:center;gap:10px}.app-header__link-icon{display:flex;align-items:center;justify-content:center}.app-header__link-icon svg{width:7px;height:5px;color:#0d0e12;transition:color .4s ease-in-out,transform .4s ease-in-out;rotate:180deg}.app-header__link span{color:#0d0e12;font-size:16px;line-height:16px;font-weight:500;position:relative;transition:color .4s ease-in-out}.app-header__link span:after{content:"";position:absolute;left:0;bottom:-4px;width:100%;height:1px;background-color:#84a3ff;transform:scaleX(0);transform-origin:left center;transition:transform .4s ease}.app-header__link:hover span{color:#84a3ff}.app-header__link:hover span:after{transform:scaleX(1)}.app-header__link:hover .app-header__link-icon svg{color:#84a3ff}.app-header__link.current span{color:#84a3ff}.app-header__link.current span:after{transform:scaleX(1)}.app-header__link.current .app-header__link-icon svg{color:#84a3ff}.app-header__link.open span{color:#84a3ff}.app-header__link.open span:after{transform:scaleX(1)}.app-header__link.open .app-header__link-icon svg{color:#84a3ff;transform:rotate(180deg)}.app-header__link-dropdown{display:flex;flex-direction:row;align-items:center;gap:10px}.app-header__link-dropdown--icon{display:flex;align-items:center;justify-content:center}.app-header__link-dropdown--icon svg{width:20px;height:14px;color:#0d0e12;transition:color .4s ease-in-out}.app-header__link-dropdown:hover svg{color:#84a3ff}.app-header__link-child{background:#fff;box-shadow:0 6.25px 49.99px -6.25px #15151533;position:absolute;top:70px;left:6px;padding:16px}.app-header__link-child--wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.app-header__link-child a{white-space:nowrap;flex-shrink:0;cursor:pointer;width:fit-content;color:#0d0e12;font-size:14px;line-height:14px;font-weight:500;position:relative;transition:color .4s ease-in-out}.app-header__link-child a:hover,.app-header__link-child a.current{color:#84a3ff}.app-header__lang{opacity:0;pointer-events:none;padding:37px 0 36px;position:relative;text-decoration:none;display:flex;flex-direction:row;align-items:center;cursor:pointer;color:#0d0e12}.app-header__lang-icon{margin-left:4px;display:flex;align-items:center;justify-content:center}.app-header__lang-icon svg{width:19px;height:15px;transition:color .3s ease-in-out}.app-header__lang-arrow{margin-left:10px;display:flex;justify-content:center;align-items:center}.app-header__lang-arrow svg{width:7px;height:5px;color:#0d0e12;rotate:180deg;transition:transform .4s ease-in-out}.app-header__lang-arrow.is-open svg{transform:rotate(180deg)}.app-header__lang span{text-transform:uppercase;color:#0d0e12;font-weight:500;font-size:16px;line-height:16px;transition:color .3s ease-in-out}.app-header__lang span.current{position:relative}.app-header__lang .other{padding:10px;background:#fff;box-shadow:0 6.25px 49.99px -6.25px #15151533;z-index:1;position:absolute;bottom:-18px;left:0;display:flex;flex-direction:column;gap:4px;opacity:0;visibility:hidden;transition:opacity .3s ease,transform .3s ease,visibility .3s ease}.app-header__lang .other.show{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.app-header__lang .other a{text-decoration:none;text-transform:uppercase;color:#0d0e12;display:flex;flex-direction:row;align-items:center}.app-header__lang .other a span{font-weight:500;font-size:16px;line-height:16px;transition:color .4s ease-in-out}.app-header__burger{display:flex;position:relative;align-items:center}.app-header__burger-close{position:absolute}.app-header__burger-open,.app-header__burger-close{opacity:0;visibility:hidden;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:opacity .4s ease,visibility .4s ease;width:24px;height:24px}.app-header__burger-open svg,.app-header__burger-close svg{color:#0d0e12}.app-header__burger-open.open,.app-header__burger-close.open{opacity:1;visibility:visible}@media screen and (max-width: 1280px){.app-header__link{padding:37px 0 0;border-left:none;border-right:none}.app-header__link span{font-size:12px}}@media screen and (max-width: 1024px){.app-header__top{padding:7px 0}.app-header__top-item{flex-direction:column;gap:0}.app-header__top-item span{font-size:9px;line-height:13px;font-weight:400}.app-header__top-location{gap:4px}.app-header__top-location--icon svg{width:12px;height:12px}.app-header__logo{margin-left:50px}.app-header__logo svg{width:191px;height:30px}.app-header__lang{padding:29px 0 26px}}.app-footer{width:100%;position:relative;height:809px;overflow:hidden;color:#fff}.app-footer__bg{position:absolute;width:100%;height:100%;display:flex;justify-content:end;align-items:center;top:0;right:0;bottom:0;left:0;z-index:1}.app-footer__bg img{width:100%;height:100%;object-fit:cover}.app-footer__wrapper{z-index:2;position:relative;padding-top:107px;padding-bottom:44px;width:100%;height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between}.app-footer__top{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:32px}.app-footer__top-left{max-width:424px;width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:24px}.app-footer__top-title{width:100%;text-align:left}.app-footer__top-title h3{font-size:52px;line-height:110%;font-weight:700}.app-footer__top-desc{width:100%;text-align:left}.app-footer__top-desc p{font-size:16px;line-height:24px;font-weight:400}.app-footer__top-right{max-width:639px;width:100%}.app-footer__bottom{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:stretch;gap:32px}.app-footer__bottom-left{display:flex;flex-direction:column;align-items:flex-start}.app-footer__bottom-logo{display:flex;align-items:center;justify-content:center}.app-footer__bottom-logo svg{width:250px;height:40px}.app-footer__bottom-copyright{margin-top:auto;text-align:left;height:44px;display:flex;align-items:center;justify-content:center}.app-footer__bottom-copyright span{color:#fff;opacity:.52;font-size:16px;line-height:24px;font-weight:500}.app-footer__bottom-right{display:flex;flex-direction:column;align-items:flex-start}.app-footer__bottom-nav{display:flex;flex-wrap:wrap;flex-direction:row;align-items:center;gap:8px 29.2px}.app-footer__bottom-link{color:#fff;font-size:16px;line-height:24px;font-weight:500;position:relative}.app-footer__bottom-link:after{content:"";position:absolute;left:0;bottom:-2px;width:100%;height:1px;background-color:#fff;transform:scaleX(0);transform-origin:left center;transition:transform .4s ease}.app-footer__bottom-link:hover:after{transform:scaleX(1)}.app-footer__bottom-info{display:flex;flex-direction:column;align-items:flex-start;gap:24px;margin-top:44px}.app-footer__bottom-info--title{text-align:left;font-size:24px;line-height:28px;font-weight:700}.app-footer__bottom-contacts{display:flex;flex-direction:row;align-items:center;gap:38px}.app-footer__bottom-contact{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.app-footer__bottom-contact span{text-align:left;font-size:18px;line-height:24px;font-weight:400;opacity:.52}.app-footer__bottom-contact--link{color:#fff;font-size:18px;line-height:24px;font-weight:700;position:relative}.app-footer__bottom-contact--link:after{content:"";position:absolute;left:0;bottom:-2px;width:100%;height:2px;background-color:#fff;transform:scaleX(0);transform-origin:left center;transition:transform .4s ease}.app-footer__bottom-contact--link:hover:after{transform:scaleX(1)}.app-footer__bottom-contact--list{display:flex;flex-direction:row;align-items:center;gap:12px}.app-footer__bottom-contact--icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:all .4s ease}.app-footer__bottom-contact--icon svg{width:24px;height:24px;color:#84a3ff}.app-footer__bottom-contact--icon:hover{scale:1.2}.app-footer__bottom-partners{display:flex;flex-direction:row;align-items:center;gap:38px;margin-top:82px}.app-footer__bottom-partner{display:flex;flex-direction:row;align-items:center;gap:12px}.app-footer__bottom-partner span{color:#fff;opacity:52%;font-size:16px;line-height:24px;font-weight:400}.app-footer__bottom-partner--link{display:flex;align-items:center;justify-content:center;transition:all .4s ease}.app-footer__bottom-partner--link:hover{scale:1.05}.app-footer__form{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:12px}.app-footer__form-row{width:100%;display:flex;flex-direction:row;align-items:flex-start;gap:12px}.app-footer__form .app-input__wrapper{width:100%}.app-footer__mobile-logo{margin-top:32px;display:flex;align-items:center;justify-content:center}.app-footer__mobile-logo svg{width:191px;height:30px}.app-footer__mobile-partners{width:100%;display:flex;flex-direction:column;align-items:center;margin-bottom:26px}.app-footer__mobile-partner{width:100%;display:flex;flex-direction:row;align-items:center;gap:12px}.app-footer__mobile-partner span{color:#fff;opacity:52%;font-size:12px;line-height:16px;font-weight:400;flex-shrink:0}.app-footer__mobile-partner--link{display:flex;align-items:center;justify-content:center;transition:all .4s ease}.app-footer__mobile-partner--link:hover{scale:1.05}@media screen and (max-width: 1280px){.app-footer{height:auto}.app-footer__wrapper{padding-top:44px;padding-bottom:38px;gap:32px}.app-footer__top{flex-direction:column}.app-footer__top-left{max-width:100%}.app-footer__top-right{margin:0 auto;max-width:80%}.app-footer__bottom{flex-direction:column}.app-footer__bottom-info,.app-footer__bottom-partners{margin-top:32px}}@media screen and (max-width: 1024px){.app-footer__wrapper{gap:44px}.app-footer__top{gap:28px}.app-footer__top-title h3{font-size:24px;line-height:26.4px;font-weight:700}.app-footer__top-right{max-width:100%}.app-footer__bottom{gap:50px;flex-direction:column-reverse}.app-footer__bottom-right{flex-direction:column-reverse}.app-footer__bottom-info{width:100%;margin-top:0;gap:32px}.app-footer__bottom-info--title{font-weight:600;width:100%}.app-footer__bottom-contacts{width:100%;flex-direction:column;gap:15px}.app-footer__bottom-contact,.app-footer__bottom-contact--list{width:100%}.app-footer__bottom-nav{margin-top:23px;width:100%;gap:4px 8px}.app-footer__bottom-link{flex-shrink:0}.app-footer__bottom-copyright{width:100%;margin-top:0;height:auto;justify-content:flex-start}.app-footer__bottom-copyright span{font-size:12px;line-height:12px;font-weight:500}}@media screen and (max-width: 768px){.app-footer__form-row{flex-direction:column}}@media screen and (max-width: 480px){.app-footer__bottom-link{flex:0 0 calc(50% - 8px);font-size:12px}}@font-face{font-family:Inter Tight;src:url(/build/assets/InterTight-Bold-BLF1-WR1.woff2) format("woff2"),url(/build/assets/InterTight-Bold-DosN9cxZ.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Inter Tight;src:url(/build/assets/InterTight-ExtraBold-CJ9wAAXT.woff2) format("woff2"),url(/build/assets/InterTight-ExtraBold-GDQc2Bgv.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Inter Tight;src:url(/build/assets/InterTight-BlackItalic-DZRlzSXm.woff2) format("woff2"),url(/build/assets/InterTight-BlackItalic-46HsIHYQ.woff) format("woff");font-weight:900;font-style:italic;font-display:swap}@font-face{font-family:Inter Tight;src:url(/build/assets/InterTight-ExtraBoldItalic-C76ix1wF.woff2) format("woff2"),url(/build/assets/InterTight-ExtraBoldItalic-BMXvAqWQ.woff) format("woff");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Inter Tight;src:url(/build/assets/InterTight-Black-BPDgw6ou.woff2) format("woff2"),url(/build/assets/InterTight-Black-CFMQiDJz.woff) format("woff");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Inter Tight;src:url(/build/assets/InterTight-BoldItalic-DNhOx6my.woff2) format("woff2"),url(/build/assets/InterTight-BoldItalic-CB8_dPIm.woff) format("woff");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Inter Tight;src:url(/build/assets/InterTight-LightItalic-C76NQJft.woff2) format("woff2"),url(/build/assets/InterTight-LightItalic-NvMlaeoj.woff) format("woff");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:Inter Tight;src:url(/build/assets/InterTight-ExtraLight-CdTAhWHD.woff2) format("woff2"),url(/build/assets/InterTight-ExtraLight-d-vPGFjw.woff) format("woff");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Inter Tight;src:url(/build/assets/InterTight-ExtraLightItalic-DVt_K2MW.woff2) format("woff2"),url(/build/assets/InterTight-ExtraLightItalic-D3UOA_mS.woff) format("woff");font-weight:200;font-style:italic;font-display:swap}@font-face{font-family:Inter Tight;src:url(/build/assets/InterTight-Italic-DI-kMPMu.woff2) format("woff2"),url(/build/assets/InterTight-Italic-i0zbxwcV.woff) format("woff");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Inter Tight;src:url(/build/assets/InterTight-Light-CYzLfnxu.woff2) format("woff2"),url(/build/assets/InterTight-Light-bkaoVb1n.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Inter Tight;src:url(/build/assets/InterTight-ThinItalic-Bpfm3Bbv.woff2) format("woff2"),url(/build/assets/InterTight-ThinItalic-CkoRn1Db.woff) format("woff");font-weight:100;font-style:italic;font-display:swap}@font-face{font-family:Inter Tight;src:url(/build/assets/InterTight-Thin-Do4RZbHC.woff2) format("woff2"),url(/build/assets/InterTight-Thin-MBVAH3t0.woff) format("woff");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Inter Tight;src:url(/build/assets/InterTight-Regular-B8BJOYy8.woff2) format("woff2"),url(/build/assets/InterTight-Regular--9Fz-nhp.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter Tight;src:url(/build/assets/InterTight-SemiBoldItalic-ozctZkxp.woff2) format("woff2"),url(/build/assets/InterTight-SemiBoldItalic-Cw8Do6NC.woff) format("woff");font-weight:600;font-style:italic;font-display:swap}@font-face{font-family:Inter Tight;src:url(/build/assets/InterTight-MediumItalic-BY512uAh.woff2) format("woff2"),url(/build/assets/InterTight-MediumItalic-u2iFqIVO.woff) format("woff");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:Inter Tight;src:url(/build/assets/InterTight-SemiBold-CZe1c5Wv.woff2) format("woff2"),url(/build/assets/InterTight-SemiBold-CaYPcJQ6.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Inter Tight;src:url(/build/assets/InterTight-Medium-CZ-RoFcH.woff2) format("woff2"),url(/build/assets/InterTight-Medium-CN4g3Tyw.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}.join-modal{position:relative;width:966px;color:#0d0e12}.join-modal__wrapper{width:100%;display:flex;flex-direction:row;align-items:stretch;justify-content:space-between}.join-modal__left{width:calc(100% - 439px);padding:52px;display:flex;flex-direction:column;align-items:flex-start}.join-modal__left-title{width:100%;text-align:left}.join-modal__left-title h1{font-size:24px;height:130%;font-weight:600}.join-modal__left-desc{margin-top:12px;width:100%}.join-modal__left-desc p{color:#525252;font-size:16px;line-height:24px;font-weight:400}.join-modal__left-form{margin-top:32px;width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:12px}.join-modal__left-form .app-input__wrapper{width:100%}.join-modal__left-form textarea.app-input{height:73px}.join-modal__right{max-width:439px;width:100%;display:flex;align-items:center;justify-content:center}.join-modal__right svg{width:100%;height:526px}@media screen and (max-width: 1140px){.join-modal{width:100%}.join-modal__left{padding:32px}}@media screen and (max-width: 1024px){.join-modal__wrapper{flex-direction:column}.join-modal__left{width:100%;padding:32px;align-items:center}.join-modal__left-title{text-align:center}.join-modal__left-desc{text-align:center;margin-top:23px}.join-modal__left-desc p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis}.join-modal__left-form{margin-top:41px}.join-modal__right{max-width:100%;overflow:hidden;border-bottom-left-radius:12px;border-bottom-right-radius:12px}}@media screen and (max-width: 640px){.join-modal__left-title{max-width:275px}.join-modal__right svg{height:auto}}.app-input{width:100%;height:52px;border:1px solid #D7DAE2;border-radius:6px;padding:14px 16px;font-weight:400;font-size:14px;line-height:20px;text-align:left;background-color:#fff;color:#0d0e12;outline:none;transition:border-color .4s ease;font-family:Inter Tight,sans-serif}.app-input::placeholder{color:#525252b8;font-weight:400;font-size:14px;line-height:20px}.app-input:not(:placeholder-shown){border-color:#0d0e12}.app-input:focus{border-color:#0d0e12}.app-input__wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.app-input__wrapper--label{font-style:normal;font-weight:500;font-size:14px;line-height:150%;color:#0d0e12}.app-input.error{border-color:red}.error-message{margin-top:4px;color:red;font-size:12px;line-height:16px;font-weight:400}textarea.app-input{resize:none;width:100%;height:155px;border:1px solid #D7DAE2;border-radius:6px;padding:14px 16px;font-weight:400;font-size:14px;line-height:20px;text-align:left;background-color:#fff;color:#0d0e12;outline:none;transition:border-color .4s ease;font-family:Inter Tight,sans-serif}textarea.app-input::placeholder{color:#525252b8;font-weight:400;font-size:14px;line-height:20px}textarea.app-input:focus{border-color:#0d0e12}textarea.app-input:active{border-color:#0d0e12}.app-button{text-decoration:none;padding:0;cursor:pointer;--text-color: #FFFFFF;--background-color: #84A3FF;--border-color: #84A3FF;display:flex;justify-content:center;align-items:center;height:52px;width:100%;background-color:var(--background-color);border:1px solid var(--border-color);border-radius:6px;transition:background-color .4s ease-in-out,border-color .4s ease-in-out}.app-button.small{height:40px}.app-button.transparent{--background-color: transparent;--text-color: #525252;--border-color: #F1F1F1;background-color:var(--background-color);border:1px solid var(--border-color)}.app-button.transparent svg{color:#525252}.app-button.transparent:hover{--background-color: #84A3FF;--text-color: #FFFF}.app-button.transparent:hover svg{color:#fff}.app-button:hover{--background-color: #84A3FF;--text-color: #0D0E12}.app-button:hover svg{color:#0d0e12}.app-button--text{font-family:Inter Tight,sans-serif;font-weight:600;font-size:16px;line-height:28px;text-align:center;color:var(--text-color);transition:color .4s ease-in-out}.app-button--after{margin-left:8px;display:flex;align-items:center;justify-content:center}.app-button--after svg{width:19px;height:12px;color:#fff;transition:color .4s ease-in-out}.app-button.loading{pointer-events:none}.app-button.loading span{display:none}.app-button.loading .loading-bar{display:block}.app-button.disabled{pointer-events:none;cursor:not-allowed;--background-color: #e0e0e0;--text-color: #a0a0a0;--border-color: #d0d0d0}.app-button.disabled svg{color:#a0a0a0}.app-button.disabled:hover{--background-color: #e0e0e0;--text-color: #a0a0a0}.app-button.disabled:hover svg{color:#a0a0a0}.mobile-menu{opacity:0;pointer-events:none;position:fixed;top:0;left:0;width:100%;z-index:100;background-color:#fff;overflow-y:auto;height:calc(100vh - 111px);margin-top:111px;transition:transform .4s ease,opacity .4s ease}.mobile-menu__wrapper{width:100%;display:flex;flex-direction:column;align-items:center;gap:20px;margin-top:82px;margin-bottom:30px}.mobile-menu__accordion{width:100%;padding-bottom:12px;border-bottom:1px solid #F1F1F1}.mobile-menu__accordion-head{cursor:pointer;width:100%;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:12px}.mobile-menu__accordion-head--link{width:fit-content}.mobile-menu__accordion-head--link a{color:#0d0e12;font-size:16px;line-height:16px;font-weight:500;transition:color .4s ease}.mobile-menu__accordion-head--link a:hover,.mobile-menu__accordion-head--link a.current{color:#84a3ff}.mobile-menu__accordion-head--link span{color:#0d0e12;font-size:16px;line-height:16px;font-weight:500;transition:color .4s ease}.mobile-menu__accordion-head--link.current span{color:#84a3ff}.mobile-menu__accordion-head--arrow{display:flex;align-items:center;justify-content:center}.mobile-menu__accordion-head--arrow svg{width:8px;height:8px;color:#0d0e12;transition:transform .4s ease,color .4s ease;transform:rotate(180deg)}.mobile-menu__accordion-head--arrow.rotate-180 svg{transform:rotate(0)}.mobile-menu__accordion-head--arrow.current svg{color:#84a3ff}.mobile-menu__accordion-head--dropdown{display:flex;align-items:center;justify-content:center}.mobile-menu__accordion-head--dropdown svg{width:20px;height:14px;color:#0d0e12;transition:transform .4s ease;transform-origin:center}.mobile-menu__accordion-head--dropdown.rotate-180 svg{transform:scaleX(-1) rotate(180deg)}.mobile-menu__accordion-head--dropdown.current svg{color:#84a3ff}.mobile-menu__accordion-body{margin-top:20px;width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:20px}.mobile-menu__accordion-body--children{width:fit-content;color:#0d0e12;font-size:16px;line-height:16px;font-weight:400;transition:color .4s ease}.mobile-menu__accordion-body--children:hover,.mobile-menu__accordion-body--children.current{color:#84a3ff}.mobile-menu.open{opacity:1;pointer-events:all}.notyf__message{font-size:14px}.notyf__ripple{width:600px!important}.notyf__toast--warning{top:90px!important;max-width:422px!important;box-shadow:0 6.25px 49.99px -6.25px #15151533!important;color:#151515!important;border-radius:12px!important}.notyf__toast--warning .notyf__dismiss-btn:before,.notyf__toast--warning .notyf__dismiss-btn:after{background:#000!important}.dev-toast{display:flex;flex-direction:row;align-items:center;gap:16px}.dev-toast__icon{flex-shrink:0;width:95px;height:95px;background-color:#1f2367;border-radius:6px;display:flex;align-items:center;justify-content:center}.dev-toast__icon svg{width:58px;height:58px}.dev-toast__message{display:flex;align-items:center;justify-content:center}.dev-toast__message p{font-size:18px;line-height:130%;font-weight:600;color:#151515}@media screen and (max-width: 768px){.notyf__toast--warning{top:0!important}}@media screen and (max-width: 480px){.notyf__toast--warning{border-radius:0!important}}.app-breadcrumbs{display:flex;gap:24px;padding-top:16px}.app-breadcrumbs--link{flex-shrink:0;font-style:normal;font-weight:400;font-size:16px;line-height:16px;color:#0d0e12;position:relative}.app-breadcrumbs--link:after{content:"";position:absolute;right:-16px;top:50%;transform:translateY(-50%);width:9px;height:7px;background:url("data:image/svg+xml,%3Csvg%20width='9'%20height='7'%20viewBox='0%200%209%207'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M0%203.13694L8%203.13691M8%203.13691L4.95238%206.03215M8%203.13691L4.95238%200.241674'%20stroke='%230D0E12'%20stroke-width='0.666667'/%3E%3C/svg%3E") center center no-repeat;background-size:contain}.app-breadcrumbs--link:last-child{color:#949494}.app-breadcrumbs--link:last-child:after{display:none}@media screen and (max-width: 768px){.app-breadcrumbs{padding-top:27px}.app-breadcrumbs--link:nth-child(3){white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}@media screen and (max-width: 480px){.app-breadcrumbs--link{font-size:12px;line-height:12px}.app-breadcrumbs--link:last-child{flex-shrink:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.app-pagination{width:100%;display:flex;align-items:center;justify-content:center}.app-pagination__content{width:100%;display:flex;align-items:center;justify-content:center;gap:6px}.app-pagination__content--item{flex-shrink:0;text-decoration:none;background-color:transparent;width:28px;height:28px;border:1px solid transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border .3s ease,color .2s ease,background-color .2s ease;font-style:normal;font-weight:400;font-size:16px;line-height:24px;text-align:center;color:#525252}.app-pagination__content--item:hover:not(.current):not(.disabled){border:1px solid #84A3FF}.app-pagination__content--item.current{cursor:default;pointer-events:none;background-color:#84a3ff;color:#fff;border-radius:2px}.app-pagination__content--item.disabled{cursor:default;pointer-events:none;opacity:.5}.app-pagination__arrow{-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center}.app-pagination__arrow:hover{border:1px solid transparent!important}@media screen and (max-width: 768px){.app-pagination__content{gap:2px}}.app-search{position:relative;width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;box-shadow:0 6px 50px -6.25px #3d3d3d0a}.app-search__input{width:100%;border:1px solid #F1F1F1;border-top-left-radius:8px;border-bottom-left-radius:8px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:10px;padding:13px 24px;transition:border-color .4s ease}.app-search__input-left{display:flex;align-items:center;justify-content:center}.app-search__input-left svg{width:24px;height:24px;color:#525252}.app-search__input input{width:100%;border:none;padding:0;margin:0;-webkit-appearance:none;font-size:16px;line-height:24px;font-weight:400;color:#525252}.app-search__input input::placeholder{font-size:16px;line-height:24px;font-weight:400;color:#525252}.app-search__input input:focus,.app-search__input input:active{outline:none;box-shadow:none}.app-search__input:focus-within{border:1px solid #84A3FF}.app-search__input-cross{cursor:pointer;width:21px;height:21px;display:flex;align-items:center;justify-content:center}.app-search__input-cross svg{width:11px;height:11px;color:#525252}.app-search__button{flex-shrink:0;width:220px}.app-search__button .app-button{border-top-left-radius:0;border-bottom-left-radius:0}@media screen and (max-width: 1024px){.app-search__button{width:52px}.app-search__button .app-button--after{margin-left:0}.app-search__button .app-button--after svg{width:18px;height:18px}}@media screen and (max-width: 480px){.app-search__input{padding:13px 12px}}.air-datepicker,.air-datepicker *{font-family:Inter Tight,sans-serif}.air-datepicker{z-index:99!important;border:1px solid #F1F1F1!important;box-shadow:0 6px 50px -6.25px #3d3d3d33!important;border-radius:12px!important;background:#fff!important}.air-datepicker--pointer{display:none!important}.air-datepicker-nav--title{color:#0d0e12!important;font-weight:700;font-size:16px!important}.air-datepicker-nav--title i{color:#0d0e12!important;font-weight:700}.air-datepicker-body--day-name{color:#0d0e12!important;font-size:16px!important}.air-datepicker-cell{font-size:16px!important}.air-datepicker-cell:hover{border-radius:50px!important}.air-datepicker-cell.-current-{color:#84a3ff!important}.air-datepicker-cell.-selected-{background:#84a3ff!important;border-radius:50px!important;color:#fff!important}.modal-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000052;z-index:110;display:flex;justify-content:center;align-items:center}.modal-wrapper.scrollable{padding:168px 64px 64px;overflow-y:auto;align-items:flex-start}.modal-wrapper__content{border-radius:12px;margin:0 auto;position:relative;background:#fff;width:fit-content;max-width:1090px}.modal-wrapper__content--close{background:transparent;border:none;position:absolute;top:20px;right:20px;width:21px;height:21px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:111}.modal-wrapper__content--close svg{cursor:pointer;width:11px;height:11px;color:#d4edd8;transition:transform .4s ease}.modal-wrapper__content--close svg:hover{transform:rotate(90deg)}.modal-wrapper__content--body{margin-top:8px}@media screen and (max-width: 1024px){.modal-wrapper.scrollable{padding:64px}.modal-wrapper__content{width:100%}}@media screen and (max-width: 640px){.modal-wrapper.scrollable{padding:64px 0}.modal-wrapper__content{max-width:100%;width:100%}.modal-wrapper__content--body{width:100%}}.mobile-filters{padding-top:7px;padding-bottom:56px;width:100%;color:#0d0e12}.mobile-filters__wrapper{width:100%;display:flex;flex-direction:column;align-items:flex-start}.mobile-filters__top{width:100%}.mobile-filters__top-back{width:fit-content;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px}.mobile-filters__top-back--arrow{display:flex;justify-content:center;align-items:center}.mobile-filters__top-back--arrow svg{width:13px;height:9px;color:#9e9e9e;transition:color .4s ease}.mobile-filters__top-back span{font-size:16px;line-height:24px;font-weight:400;transition:color .4s ease}.mobile-filters__top-back:hover .mobile-filters__top-back--arrow svg{color:#84a3ff}.mobile-filters__top-back:hover span{color:#84a3ff}.mobile-filters__main{margin-top:35px;width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:20px}.mobile-filters__main-dates{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:8px}.mobile-filters__main-dates--title{width:100%;text-align:left}.mobile-filters__main-dates--title span{font-size:16px;line-height:24px;font-weight:400}.mobile-filters__main-dates--inputs{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:8px}.mobile-filters__main-dates--input{cursor:pointer;width:100%;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:11px;padding:10px;border:1px solid #F1F1F1}.mobile-filters__main-dates--input-icon{display:flex;align-items:center;justify-content:center}.mobile-filters__main-dates--input-icon svg{width:14px;height:14px;color:#9e9e9e;transition:color .4s ease}.mobile-filters__main-dates--input input{cursor:pointer;border:none;padding:0;margin:0;-webkit-appearance:none;font-size:16px;line-height:24px;font-weight:300;color:#0d0e12}.mobile-filters__main-dates--input input::placeholder{font-size:16px;line-height:24px;font-weight:300;color:#525252b8}.mobile-filters__main-dates--input input:focus,.mobile-filters__main-dates--input input:active{outline:none;box-shadow:none}.mobile-filters__main-dates--input:focus-within{border:1px solid #84A3FF}.mobile-filters__main-dates--input:focus-within .mobile-filters__main-dates--input-icon svg{color:#84a3ff}.mobile-filters__main-dates--input-clear{margin-left:auto;width:14px;height:14px;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .2s ease}.mobile-filters__main-dates--input-clear svg{width:10px;height:10px;color:#9e9e9e;transition:color .4s ease}.mobile-filters__main-dates--input-clear:hover svg{color:#84a3ff}.mobile-filters__main-dates--input.has-value .mobile-filters__main-dates--input-clear{opacity:1;pointer-events:auto}.mobile-filters__main-list{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:20px}.mobile-filters__main-accordion{width:100%;padding-bottom:16px;border-bottom:1px solid #F1F1F1}.mobile-filters__main-accordion--head{cursor:pointer;width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:24px}.mobile-filters__main-accordion--head-title{text-align:left}.mobile-filters__main-accordion--head-title h3{font-size:16px;line-height:16px;font-weight:700}.mobile-filters__main-accordion--head-arrow{display:flex;align-items:center;justify-content:center}.mobile-filters__main-accordion--head-arrow svg{width:20px;height:14px;color:#0d0e12;transition:transform .4s ease;transform-origin:center}.mobile-filters__main-accordion--head-arrow.rotate-180 svg{transform:scaleX(-1) rotate(180deg)}.mobile-filters__main-accordion--body{margin-top:16px;width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:10px}.mobile-filters__main-accordion--body-item{width:100%}.mobile-filters__bottom{margin-top:21px;width:100%}.mobile-filters__bottom .app-button--text{font-weight:400}.cso-map{width:100%;height:610px;border-radius:12px;overflow:hidden;background:#f9faff}.cso-map__canvas{z-index:99;width:100%;height:100%}.cso-map .leaflet-control-zoom,.cso-map .leaflet-control-attribution,.cso-map .leaflet-popup-tip{display:none}.cso-map .cso-pin-wrap{background:transparent!important;border:0!important}.cso-map .cso-cluster-wrap{background:transparent!important}.cso-map .leaflet-popup-content-wrapper{padding:0!important;border-radius:12px!important;overflow:hidden!important;width:280px!important}.cso-map .leaflet-popup-content{margin:0;width:100%!important;border:1px solid #F1F1F1;box-shadow:0 6px 50px -6.25px #3d3d3d1a!important;padding:24px!important;background:#fff}.cso-map .cso-map-popup{width:100%;display:flex;flex-direction:column;align-items:flex-start;font-family:Inter Tight,sans-serif}.cso-map .cso-map-popup__image{width:100%;height:111px;border-radius:6px;overflow:hidden}.cso-map .cso-map-popup__image img{width:100%;height:100%;object-fit:cover;object-position:center}.cso-map .cso-map-popup__body{width:100%;margin-top:20px;display:flex;flex-direction:column;align-items:flex-start}.cso-map .cso-map-popup__meta{width:100%;text-align:left;color:#52525266;font-size:12px;line-height:18px;font-weight:400;display:inline-flex;align-items:center;gap:8px}.cso-map .cso-map-popup__meta-icn{width:14px;height:14px;display:inline-block;background-size:14px 14px;background-repeat:no-repeat;background-position:center;opacity:.7;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%237B7B7B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v6l4 2'/%3E%3C/svg%3E")}.cso-map .cso-map-popup__title{margin-top:20px;width:100%;text-align:left;color:#0d0e12;font-size:18px;line-height:130%;font-weight:600}.cso-map .cso-map-popup__desc{margin-top:16px;width:100%;color:#525252;font-size:16px;line-height:24px;font-weight:400;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}.cso-map .cso-map-popup__link{margin-top:16px;display:inline-flex;align-items:center;gap:8px;color:#365ed7;text-decoration:none;font-size:16px;transition:color .4s ease}.cso-map .cso-map-popup__link-icon{display:flex;align-items:center;justify-content:center}.cso-map .cso-map-popup__link-icon svg{width:15px;height:11px;color:#365ed7;transition:color .4s ease}.cso-map .cso-map-popup__link:hover{color:#84a3ff}.cso-map .cso-map-popup__link:hover .cso-map-popup__link-icon svg{color:#84a3ff}.cso-map .cso-cluster{width:23px;height:23px;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;background:var(--cso-cluster-color, #84A3FF);box-shadow:0 12px 28px #0000002e}.cso-map .cso-cluster span{color:#fff;font-size:13px;line-height:150%;font-weight:700}.cso-map .cso-cluster:after{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:50%;background:var(--cso-cluster-color, #84A3FF);opacity:.25;z-index:-1}.cso-map .cso-pin{width:22px;height:22px;border-radius:50%;background:var(--cso-pin-color, #84A3FF);border:4px solid #fff;box-shadow:0 10px 24px #0000002e}@-webkit-keyframes notyf-fadeinup{0%{opacity:0;transform:translateY(25%)}to{opacity:1;transform:translateY(0)}}@keyframes notyf-fadeinup{0%{opacity:0;transform:translateY(25%)}to{opacity:1;transform:translateY(0)}}@-webkit-keyframes notyf-fadeinleft{0%{opacity:0;transform:translate(25%)}to{opacity:1;transform:translate(0)}}@keyframes notyf-fadeinleft{0%{opacity:0;transform:translate(25%)}to{opacity:1;transform:translate(0)}}@-webkit-keyframes notyf-fadeoutright{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(25%)}}@keyframes notyf-fadeoutright{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(25%)}}@-webkit-keyframes notyf-fadeoutdown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(25%)}}@keyframes notyf-fadeoutdown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(25%)}}@-webkit-keyframes ripple{0%{transform:scale(0) translateY(-45%) translate(13%)}to{transform:scale(1) translateY(-45%) translate(13%)}}@keyframes ripple{0%{transform:scale(0) translateY(-45%) translate(13%)}to{transform:scale(1) translateY(-45%) translate(13%)}}.notyf{position:fixed;top:0;left:0;height:100%;width:100%;color:#fff;z-index:9999;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;pointer-events:none;box-sizing:border-box;padding:20px}.notyf__icon--error,.notyf__icon--success{height:21px;width:21px;background:#fff;border-radius:50%;display:block;margin:0 auto;position:relative}.notyf__icon--error:after,.notyf__icon--error:before{content:"";background:currentColor;display:block;position:absolute;width:3px;border-radius:3px;left:9px;height:12px;top:5px}.notyf__icon--error:after{transform:rotate(-45deg)}.notyf__icon--error:before{transform:rotate(45deg)}.notyf__icon--success:after,.notyf__icon--success:before{content:"";background:currentColor;display:block;position:absolute;width:3px;border-radius:3px}.notyf__icon--success:after{height:6px;transform:rotate(-45deg);top:9px;left:6px}.notyf__icon--success:before{height:11px;transform:rotate(45deg);top:5px;left:10px}.notyf__toast{display:block;overflow:hidden;pointer-events:auto;-webkit-animation:notyf-fadeinup .3s ease-in forwards;animation:notyf-fadeinup .3s ease-in forwards;box-shadow:0 3px 7px #00000040;position:relative;padding:0 15px;border-radius:2px;max-width:300px;transform:translateY(25%);box-sizing:border-box;flex-shrink:0}.notyf__toast--disappear{transform:translateY(0);-webkit-animation:notyf-fadeoutdown .3s forwards;animation:notyf-fadeoutdown .3s forwards;-webkit-animation-delay:.25s;animation-delay:.25s}.notyf__toast--disappear .notyf__icon,.notyf__toast--disappear .notyf__message{-webkit-animation:notyf-fadeoutdown .3s forwards;animation:notyf-fadeoutdown .3s forwards;opacity:1;transform:translateY(0)}.notyf__toast--disappear .notyf__dismiss{-webkit-animation:notyf-fadeoutright .3s forwards;animation:notyf-fadeoutright .3s forwards;opacity:1;transform:translate(0)}.notyf__toast--disappear .notyf__message{-webkit-animation-delay:.05s;animation-delay:.05s}.notyf__toast--upper{margin-bottom:20px}.notyf__toast--lower{margin-top:20px}.notyf__toast--dismissible .notyf__wrapper{padding-right:30px}.notyf__ripple{height:400px;width:400px;position:absolute;transform-origin:bottom right;right:0;top:0;border-radius:50%;transform:scale(0) translateY(-51%) translate(13%);z-index:5;-webkit-animation:ripple .4s ease-out forwards;animation:ripple .4s ease-out forwards}.notyf__wrapper{display:flex;align-items:center;padding-top:17px;padding-bottom:17px;padding-right:15px;border-radius:3px;position:relative;z-index:10}.notyf__icon{width:22px;text-align:center;font-size:1.3em;opacity:0;-webkit-animation:notyf-fadeinup .3s forwards;animation:notyf-fadeinup .3s forwards;-webkit-animation-delay:.3s;animation-delay:.3s;margin-right:13px}.notyf__dismiss{position:absolute;top:0;right:0;height:100%;width:26px;margin-right:-15px;-webkit-animation:notyf-fadeinleft .3s forwards;animation:notyf-fadeinleft .3s forwards;-webkit-animation-delay:.35s;animation-delay:.35s;opacity:0}.notyf__dismiss-btn{background-color:#00000040;border:none;cursor:pointer;transition:opacity .2s ease,background-color .2s ease;outline:none;opacity:.35;height:100%;width:100%}.notyf__dismiss-btn:after,.notyf__dismiss-btn:before{content:"";background:#fff;height:12px;width:2px;border-radius:3px;position:absolute;left:calc(50% - 1px);top:calc(50% - 5px)}.notyf__dismiss-btn:after{transform:rotate(-45deg)}.notyf__dismiss-btn:before{transform:rotate(45deg)}.notyf__dismiss-btn:hover{opacity:.7;background-color:#00000026}.notyf__dismiss-btn:active{opacity:.8}.notyf__message{vertical-align:middle;position:relative;opacity:0;-webkit-animation:notyf-fadeinup .3s forwards;animation:notyf-fadeinup .3s forwards;-webkit-animation-delay:.25s;animation-delay:.25s;line-height:1.5em}@media only screen and (max-width: 480px){.notyf{padding:0}.notyf__ripple{height:600px;width:600px;-webkit-animation-duration:.5s;animation-duration:.5s}.notyf__toast{max-width:none;border-radius:0;box-shadow:0 -2px 7px #00000021;width:100%}.notyf__dismiss{width:56px}}
