@import"https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap";.button{cursor:pointer;display:flex;flex-flow:row nowrap;align-items:center;justify-content:center;gap:4px;padding:14px 24px;font-weight:500;font-size:12px;line-height:20px;color:#2b2b2b;background-color:#fff;border-radius:24px;border:1px solid #d5d7da;box-sizing:border-box}.button svg{width:20px;height:20px;color:#a4a7ae}.button span{flex:1;white-space:nowrap}.button--primary{padding-top:13px;padding-bottom:13px}@media only screen and (min-width: 1024px){.button--primary:hover{color:#bd7bf6}.button--primary:hover svg{color:#bd7bf6}}.button--bold{font-weight:600}.button--secondary{color:#fff;background-color:#bd7bf6}.button--secondary svg{color:#fff}@media only screen and (min-width: 1024px){.button--secondary:hover{background-color:#b76ff5}}.button--accent-color{color:#bd7bf6}.calendar-big{--calendar-slot-height: 37px;--calendar-border: rgba(#4c4c4c, .07);display:grid;grid-template-columns:88px 1fr;overflow:auto;border-radius:16px;max-height:calc(100svh - 120px)}.calendar-big-time{position:sticky;left:0;background-color:#fff;border-right:1px solid rgba(76,76,76,.07);z-index:9}[data-theme=dark] .calendar-big-time{background-color:#191919}.calendar-big-time__head,.calendar-big-time__slot{display:flex;align-items:center;font-size:12px;line-height:15px;color:#717680}.calendar-big-time__head{position:sticky;top:0;height:75px;padding:0 12px;background-color:#fff;border-bottom:1px solid rgba(76,76,76,.07)}[data-theme=dark] .calendar-big-time__head{background-color:#191919}.calendar-big-time__slot{height:var(--calendar-slot-height);padding:0 12px}.calendar-big-time__slot:not(:last-child){border-bottom:1px solid rgba(76,76,76,.07)}.calendar-big-body{display:flex;flex-flow:row nowrap}.calendar-big-column{position:relative;display:flex;flex-flow:column;width:148px}.calendar-big-column:not(:last-child){border-right:1px solid rgba(76,76,76,.07)}.calendar-big-column--top-master:before,.calendar-big-column--transfer:before,.calendar-big-column--barrel:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;border-radius:16px;background:linear-gradient(0deg,#edd7068f,#edd7061a),linear-gradient(0deg,#7f56d94d,#7f56d90a);z-index:2}[data-theme=dark] .calendar-big-column--top-master:before,[data-theme=dark] .calendar-big-column--transfer:before{filter:contrast(3)}[data-theme=dark] .calendar-big-column--barrel:before{filter:contrast(-2)}.calendar-big-column--transfer:before{background:linear-gradient(0deg,#292cda1d,#292cda05 73.55%)}.calendar-big-column--barrel:before,.calendar-big-column--service:before{background:linear-gradient(0deg,#44464581,#44464517)}.calendar-big-column--barrel .calendar-big-column__head,.calendar-big-column--service .calendar-big-column__head{--color-bg-head: #b6e0be;border-radius:16px;background-color:var(--color-bg-head, "#fff")}[data-theme=dark] .calendar-big-column--barrel .calendar-big-column__head .calendar-big-column__head__time,[data-theme=dark] .calendar-big-column--service .calendar-big-column__head .calendar-big-column__head__time{color:#87ffc9}[data-theme=dark] .calendar-big-column--barrel .calendar-big-column__head{--color-bg-head: #4de6451a;background-color:var(--color-bg-head, "#191919")}.calendar-big-column--service .calendar-big-column__head{--color-bg-head: #f5d3d5;border-radius:16px;background-color:var(--color-bg-head, "#fff")}[data-theme=dark] .calendar-big-column--service .calendar-big-column__head{--color-bg-head: #e355321a;background-color:var(--color-bg-head, "#191919")}.calendar-big-column__head{position:sticky;top:0;display:flex;flex-flow:column;align-items:center;justify-content:center;height:75px;text-align:center;background-color:#fff;border-bottom:1px solid rgba(76,76,76,.07);z-index:4}[data-theme=dark] .calendar-big-column__head{background-color:#191919}.calendar-big-column__head__label{margin-bottom:2px;font-size:10px;font-weight:500;line-height:18px;color:#bd7bf6}.calendar-big-column__head__title{margin-bottom:4px;font-size:12px;line-height:15px;color:#030600}[data-theme=dark] .calendar-big-column__head__title{color:#fff}.calendar-big-column__head__time{font-size:12px;font-weight:500;line-height:18px;color:#bd7bf6}.calendar-big-column__rows{position:relative;display:flex;flex-flow:column}.calendar-big-column__group-rows{display:flex;flex-flow:column;border-radius:16px;overflow:hidden}.calendar-big-column__row{height:calc(var(--calendar-slot-height) / 2);background-color:#e7e8e24d}.calendar-big-column__row:not(:last-child){border-bottom:1px solid rgba(76,76,76,.07)}.calendar-big-column__row:nth-child(1),.calendar-big-column__row:nth-child(7n){background-color:#bd7bf61a}[data-theme=dark] .calendar-big-column__row{background-color:transparent}[data-theme=dark] .calendar-big-column__row:nth-child(1),[data-theme=dark] .calendar-big-column__row:nth-child(7n){background-color:#bd7bf61a}.calendar-big-column__note{position:absolute;left:0;right:0;display:flex;flex-flow:column;gap:4px;padding:8px;border-radius:16px;background-color:var(--color-accent, #e7e8e2);z-index:3}@media only screen and (min-width: 1024px){.calendar-big-column__note{transition:padding .3s ease}.calendar-big-column__note:hover{padding:6px}}.calendar-big-column__note .calendar-big-column__note-item{position:unset;left:unset;right:unset;z-index:unset;padding:unset;border-radius:8px;background-color:unset}@media only screen and (min-width: 1024px){.calendar-big-column__note .calendar-big-column__note-item{transition:padding .3s ease}.calendar-big-column__note .calendar-big-column__note-item:hover{padding:unset}}[data-theme=dark] .calendar-big-column__note{border:1px solid rgba(229,229,243,.07);background:linear-gradient(272.21deg,#3333334d 2.04%,#40404008 95.55%)}@supports (backdrop-filter: blur(10px)){[data-theme=dark] .calendar-big-column__note{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}}[data-theme=dark] .calendar-big-column__note .calendar-big-column__note-item{border:unset}.calendar-big-column__note-item{cursor:pointer;position:absolute;left:0;right:0;flex:1;display:flex;flex-flow:column;align-items:flex-start;padding:8px;border-radius:16px;background-color:var(--color-accent, #e7e8e2);overflow:hidden;z-index:3}@media only screen and (min-width: 1024px){.calendar-big-column__note-item{transition:padding .3s ease}.calendar-big-column__note-item:hover{padding:6px}}[data-theme=dark] .calendar-big-column__note-item{border:1px solid rgba(229,229,243,.07);background:linear-gradient(272.21deg,#3333334d 2.04%,#40404008 95.55%)}@supports (backdrop-filter: blur(10px)){[data-theme=dark] .calendar-big-column__note-item{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}}.calendar-big-column__note-item--break .calendar-big-column__note-item__main{padding:9px 8px}.calendar-big-column__note-item--break .calendar-big-column__note-item__text{text-align:center}.calendar-big-column__note-item__main{flex:1;width:100%;display:flex;flex-flow:column;gap:2px;padding:4px;border-radius:8px;background-color:#fff;overflow:auto}[data-theme=dark] .calendar-big-column__note-item__main{background:linear-gradient(144deg,var(--color-accent) -100%,rgba(255,255,255,0) 60%)}.calendar-big-column__note-item__text{font-size:10px;font-weight:500;line-height:12px;color:#030600}[data-theme=dark] .calendar-big-column__note-item__text{color:#fff}.calendar-big-column__note-item__phone{font-size:8px;font-weight:500;line-height:10px;color:#3b3b3b}[data-theme=dark] .calendar-big-column__note-item__phone{color:#fff}.calendar-big-column__note-item__time{font-size:8px;font-weight:600;line-height:18px;color:#030600}[data-theme=dark] .calendar-big-column__note-item__time{color:#fff}.calendar-big-column__note-item__label{display:flex;flex-flow:row nowrap;align-items:center;margin-top:auto;padding:4px;gap:4px;border-radius:4px;background-color:#0000000a}.calendar-big-column__note-item__label i{width:4px;height:4px;border-radius:50%;background-color:#bd7bf6}.calendar-big-column__note-item__label span{flex:1;font-size:10px;line-height:12px;color:#030600;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}[data-theme=dark] .calendar-big-column__note-item__label{background-color:#ffffff0a}[data-theme=dark] .calendar-big-column__note-item__label span{color:#fff}.calendar-min{display:flex;flex-flow:column;gap:24px}.calendar-min__head{display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between}.calendar-min__head__main{display:flex;flex-flow:column;gap:4px}.calendar-min__head__month-year{font-size:14px;font-weight:500;line-height:20px;color:#030600}[data-theme=dark] .calendar-min__head__month-year{color:#fff}.calendar-min__head__period{font-size:12px;line-height:20px;color:#030600b3}[data-theme=dark] .calendar-min__head__period{color:#ffffffb3}.calendar-min__head__control{display:flex;flex-flow:row nowrap;align-items:center;gap:8px}.calendar-min__head__control-prev-button,.calendar-min__head__control-next-button{cursor:pointer;width:20px;height:20px;color:#030600}.calendar-min__head__control-prev-button svg,.calendar-min__head__control-next-button svg{width:100%;height:100%}@media only screen and (min-width: 1024px){.calendar-min__head__control-prev-button:hover,.calendar-min__head__control-next-button:hover{color:#bd7bf6}}[data-theme=dark] .calendar-min__head__control-prev-button,[data-theme=dark] .calendar-min__head__control-next-button{color:#fff}.calendar-min__head__today-button{height:48px;font-weight:600}@media only screen and (min-width: 1024px){.calendar-min__head__today-button:hover{color:#bd7bf6}}.calendar-min__main{display:flex;flex-flow:column;gap:12px;padding:20px 24px;border-radius:16px;background:linear-gradient(0deg,#fff,#fff),#4040404d}[data-theme=dark] .calendar-min__main{background:#4040404d}.calendar-min__main__head{display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between;height:48px}.calendar-min__main__head__current{font-size:14px;font-weight:600;line-height:20px;color:#030600}[data-theme=dark] .calendar-min__main__head__current{color:#fff}.calendar-min__main__head__control{display:flex;flex-flow:row nowrap;align-items:center;gap:8px}.calendar-min__main__head__control-prev-button,.calendar-min__main__head__control-next-button{cursor:pointer;display:flex;align-items:center;justify-content:center;width:48px;height:48px;color:#a4a7ae}.calendar-min__main__head__control-prev-button svg,.calendar-min__main__head__control-next-button svg{width:20px;height:20px}@media only screen and (min-width: 1024px){.calendar-min__main__head__control-prev-button:hover,.calendar-min__main__head__control-next-button:hover{color:#bd7bf6}}[data-theme=dark] .calendar-min__main__head__control-prev-button,[data-theme=dark] .calendar-min__main__head__control-next-button{border-radius:50%;background-color:#ffffff1a}.calendar-min__main__wrapper table{clear:both;width:100%;border-collapse:collapse}.calendar-min__main__wrapper tr[data-calendar-min-slot-days]>td{width:14.28571429%;height:40px;text-align:center;vertical-align:middle;font-size:14px;line-height:20px;font-weight:500;color:#030600}.calendar-min__main__wrapper td[data-calendar-min-slot-normal]{cursor:pointer;width:14.28571429%;height:40px;text-align:center;vertical-align:middle;font-weight:400;font-size:14px;line-height:20px;color:#717680}.calendar-min__main__wrapper td[data-calendar-min-slot-today]{position:relative}.calendar-min__main__wrapper td[data-calendar-min-slot-today]:before{content:"";position:absolute;bottom:4px;left:calc(50% - 2.5px);width:5px;height:5px;border-radius:50%;background-color:#bd7bf6}.calendar-min__main__wrapper td[data-calendar-min-slot-not-current]{color:#7176804d}.calendar-min__main__wrapper td[data-calendar-min-slot-day-selected]{position:relative}.calendar-min__main__wrapper td[data-calendar-min-slot-day-selected] span{position:relative;color:#fff;font-weight:500;z-index:2}.calendar-min__main__wrapper td[data-calendar-min-slot-day-selected]:after{content:"";position:absolute;top:50%;left:50%;aspect-ratio:2/2;width:100%;height:100%;border-radius:50%;background-color:#bd7bf6;transform:translate(-50%,-50%);pointer-events:none}.calendar-min__main__wrapper td[data-calendar-min-slot-day-selected][data-calendar-min-slot-today]:before{background-color:#9933f1;z-index:2}[data-theme=dark] .calendar-min__main__wrapper tr[data-calendar-min-slot-days]>td{color:#fff}[data-theme=dark] .calendar-min__main__wrapper td[data-calendar-min-slot-day-selected] span{color:#080808}.checkbox-wrapper{cursor:pointer;display:flex!important;flex-flow:row nowrap;align-items:center;gap:8px;width:unset!important}.checkbox-wrapper input{display:none}.checkbox-wrapper input:checked~.checkbox-label{color:#bd7bf6}.checkbox-wrapper input:checked~.checkbox-box{color:#fff;border-color:#bd7bf6;background-color:#bd7bf6}.checkbox-wrapper input:checked~.checkbox-box svg{display:block}.checkbox-label{font-size:12px;font-weight:500;line-height:20px;color:#717680}.checkbox-box{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:4px;border:1.25px solid #d5d7da;box-sizing:border-box}.checkbox-box svg{width:15px;height:15px;color:#fff;display:none}.control-button{display:flex!important;width:unset!important;white-space:nowrap}[data-theme=dark] .control-button{color:#fff;border:none;background-color:#ffffff1a}@media only screen and (min-width: 1024px){[data-theme=dark] .control-button:hover{color:#bd7bf6;background-color:#bd7bf61a}[data-theme=dark] .control-button:hover svg{color:#bd7bf6}}[data-theme=dark] .control-button--add-address{color:#2b2b2b;background-color:#fff!important}.control-calendar-big-container{padding:24px;border-radius:24px;background-color:#fff;overflow:auto}[data-theme=dark] .control-calendar-big-container{background-color:#191919}.control-nav-wrapper{width:100%;height:48px;box-sizing:border-box;overflow:hidden}.control-nav-wrapper .swiper-slide.button{flex:1}.control-nav-wrapper .swiper-scrollbar{pointer-events:none}.control-section{display:flex;flex-flow:row nowrap;align-self:center;align-items:flex-start;gap:9px;width:100%;max-width:1360px;overflow:hidden}.control-section .control-side:nth-child(1){overflow:hidden}.control-section .control-side:nth-child(2){width:328px}.control-side{display:flex;flex-flow:column;gap:24px}.control-side--gap8{gap:8px}.dropdown{position:absolute;display:flex;flex-flow:column;z-index:1000;padding:16px 0;color:#fff;background-color:#404040;border-radius:16px;box-sizing:border-box;transition:opacity .3s ease,visibility .3s ease,transform .3s ease}@supports (backdrop-filter: blur(10px)){.dropdown{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background-color:#404040e6}}.dropdown:not(.visible){opacity:0;visibility:hidden;transform:translateY(24px)}[data-theme=dark] .dropdown{background-color:#4040404d}.dropdown-default{gap:4px}.dropdown-default-item{display:flex;flex-flow:row nowrap;align-items:center;padding:8px 16px}.dropdown-default-item span{flex:1;font-weight:600;font-size:12px;line-height:20px;color:#fff;text-align:left}.dropdown-default-item span b{margin-left:4px;color:var(--color-accent, #ffffff)}.dropdown-default-item svg{width:16px;height:16px;color:var(--color-accent, #ffffff)}@media only screen and (min-width: 1024px){.dropdown-default-item:hover span{color:var(--color-accent, #ffffff)}}.header-container{position:relative;display:flex;flex-flow:row nowrap;align-items:center;align-self:center;width:100%;max-width:1360px}.header-company{display:flex;flex-flow:row nowrap;align-items:center;gap:24px;margin:0 auto}.header-company-link{display:block;width:170px;height:42px}.header-company-link__logo{width:100%;height:100%;color:#bd7bf6;pointer-events:none}.header-company-stat{display:flex;flex-flow:column;gap:2px}.header-company-stat__item{display:flex;flex-flow:row nowrap;align-items:center;gap:4px}.header-company-stat__item span{font-size:12px;line-height:20px;color:#535862}.header-company-stat__item b{font-size:12px;font-weight:500;line-height:18px;color:#414651}[data-theme=dark] .header-company-stat__item span,[data-theme=dark] .header-company-stat__item b{color:#fff}.header-theme-toggle{cursor:pointer;position:absolute;top:50%;right:0;transform:translateY(-50%)}.header-theme-toggle input[type=checkbox]{display:none}.header-theme-toggle input[type=checkbox]:checked~.header-theme-toggle__wrapper{background-color:#fff}.header-theme-toggle input[type=checkbox]:checked~.header-theme-toggle__wrapper .header-theme-toggle__circle{left:42.5px;background-color:#bd7bf6}.header-theme-toggle__wrapper{position:relative;width:64px;height:24px;border-radius:12px;background-color:#bd7bf6;transition:background-color .3s cubic-bezier(.47,1.64,.41,.8);pointer-events:none}.header-theme-toggle__icon{position:absolute;top:2.5px;width:19px;height:19px;display:flex;align-items:center;justify-content:center}.header-theme-toggle__icon svg{width:12px;height:12px}.header-theme-toggle__icon--left{left:2.5px;color:#bd7bf6}.header-theme-toggle__icon--right{right:2.5px;color:#fff}.header-theme-toggle__circle{position:absolute;top:2.5px;left:2.5px;width:19px;height:19px;border-radius:50%;background-color:#fff;transition:left .3s cubic-bezier(.47,1.64,.41,.8),background-color .3s cubic-bezier(.47,1.64,.41,.8)}.input-wrapper{display:flex;flex-flow:column;gap:8px}.input-title{font-size:12px;font-weight:500;line-height:18px;color:#030600}.input-default{width:100%;padding:0 16px;height:48px;font-size:12px;border-radius:100px;border:1px solid #d5d7da;background:linear-gradient(0deg,#fff,#fff),#ffffff0a}.input-default::-moz-placeholder{opacity:.7;font-size:12px;color:#2b2b2b}.input-default::placeholder{opacity:.7;font-size:12px;color:#2b2b2b}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;overflow:auto;padding:14px;background-color:#0a0a0a99;z-index:9999}@supports (backdrop-filter: blur(10px)){.modal-overlay{-webkit-backdrop-filter:blur(5.45px);backdrop-filter:blur(5.45px)}}.modal-container{position:relative;display:flex;flex-flow:column;padding:20px 24px;width:100%;margin:auto;border-radius:16px;background-color:#f5f2fb}.modal-head{display:flex;flex-flow:row nowrap;align-items:center}.modal-title{flex:1;font-size:14px;font-weight:600;line-height:20px;color:#030600;padding:6px 0}.modal-close-button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background-color:#987fef1a}.modal-close-button svg{width:20px;height:20px;color:#030600}.modal-container--visit{max-width:328px}.modal-container--visit__list{display:grid;grid-template-columns:1fr;gap:16px;margin-top:16px}.modal-container--visit__list li{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.modal-container--visit__list li span{font-size:14px;font-weight:500;line-height:18px;color:#030600}.modal-container--visit__list li span:nth-child(2){text-align:right}.modal-container--waiting-list{max-width:376px}.modal-container--waiting-list__form{display:flex;flex-flow:column;gap:12px;margin-top:16px}.nav-container{display:flex;flex-flow:row nowrap;align-items:center;align-self:center;gap:10px;width:100%;max-width:1360px;overflow:hidden}.nav-comment-button{width:220px}.nav-wrapper{flex:1;height:48px;box-sizing:border-box}.nav-wrapper .swiper-wrapper{gap:4px}.nav-button{flex:1!important;display:flex!important;gap:6px;height:48px;padding-left:10px;padding-right:10px;border:none;background-color:#ddd7fd4d}.nav-button:before{content:"";width:10px;height:10px;border-radius:50%;background-color:var(--circle-color)}.nav-button span{flex:unset;font-weight:400;font-size:10px;line-height:20px;color:#030600}@media only screen and (min-width: 1024px){.nav-button:hover{background-color:#ddd7fd80}}[data-theme=dark] .nav-button{background-color:#ffffff1a}[data-theme=dark] .nav-button span{color:#fff}@media only screen and (min-width: 1024px){[data-theme=dark] .nav-button:hover{background-color:#bd7bf61a}[data-theme=dark] .nav-button:hover span{color:#bd7bf6}}[data-theme=dark] .nav-comment-button{color:#fff;border-color:#fff;background-color:transparent}@media only screen and (min-width: 1024px){[data-theme=dark] .nav-comment-button:hover{color:#bd7bf6;border-color:#bd7bf6}}.tippy-content{padding:8px;background-color:#404040;border:1px solid rgba(255,255,255,.07);border-radius:4px}@supports (backdrop-filter: blur(10px)){.tippy-content{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#404040f2}}.tippy-text{font-size:8px;line-height:10px;color:#fff}.tippy-client-waiting{display:flex;flex-flow:column;gap:4px;width:192px}.tippy-client-waiting li{display:flex;flex-flow:row nowrap;gap:8px}.tippy-client-waiting li span{font-size:8px;line-height:10px;color:#fff}.tippy-client-waiting li span:nth-child(1){flex:1}.tippy-client-waiting li span:nth-child(2){text-align:right}.waiting-list{display:flex;flex-direction:column;gap:12px;padding:20px 24px;border-radius:16px;background-color:#fff}[data-theme=dark] .waiting-list{background-color:#4040404d}.waiting-list__head{display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between}.waiting-list__head__title{font-size:14px;font-weight:600;line-height:20px;color:#030600}[data-theme=dark] .waiting-list__head__title{color:#fff}.waiting-list__head__add-button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;color:#030600;border-radius:50%;background-color:#0306001a}.waiting-list__head__add-button svg{width:20px;height:20px}@media only screen and (min-width: 1024px){.waiting-list__head__add-button:hover{color:#bd7bf6}}[data-theme=dark] .waiting-list__head__add-button{color:#fff;border:1px solid rgba(255,255,255,.3)}@media only screen and (min-width: 1024px){[data-theme=dark] .waiting-list__head__add-button:hover{color:#bd7bf6}}.waiting-list__wrapper{height:340px;margin:0 -24px -20px}.waiting-list__list{display:flex;flex-flow:column;gap:12px;list-style:decimal;counter-reset:item;padding:0 24px 24px}.waiting-list__item{display:flex;flex-flow:row nowrap;align-items:center;gap:4px;min-height:48px;padding:8px 24px;border-radius:100px;background-color:#cdeecf66}.waiting-list__item--process{background-color:#eff3b4}.waiting-list__item--process .waiting-list__item__main p{color:#717680}.waiting-list__item__main{flex:1;display:flex;flex-flow:column;gap:4px}.waiting-list__item__main p{font-size:12px;line-height:18px}.waiting-list__item__main p:before{display:inline-block;content:counter(item) ". ";counter-increment:item;margin-right:4px}.waiting-list__item__main span{font-size:8px;line-height:10px;color:#030600}[data-theme=dark] .waiting-list__item--process .waiting-list__item__main span{color:#717680}[data-theme=dark] .waiting-list__item__main span{color:#fff}.waiting-list__item__remove-button{width:18px;height:18px;color:#717680}.waiting-list__item__remove-button svg{width:100%;height:100%}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-size:100%;font:inherit;vertical-align:baseline;outline:none}:focus,:active{outline:none}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none;-moz-appearance:none}input[type=search]{-webkit-appearance:none;-moz-appearance:none;box-sizing:content-box}textarea{overflow:auto;vertical-align:top;resize:vertical}audio,canvas,video{display:inline-block;max-width:100%}audio:not([controls]){display:none;height:0}[hidden]{display:none}a{color:inherit;text-decoration:none}a:active,a:hover{outline:0}img{border:0;-ms-mulishpolation-mode:bicubic}figure,form{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;box-shadow:none;border:none;color:currentColor}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:poMulish;overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0;height:13px;width:13px}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}::-moz-selection{background:#b3d4fc;text-shadow:none}::-moz-selection,::selection{background:#b3d4fc;text-shadow:none}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}textarea,input{font-family:Open Sans,sans-serif;font-size:16px;line-height:normal}button{cursor:pointer;margin:0;padding:0;font-size:16px;line-height:normal;background-color:transparent}*{box-sizing:border-box}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{display:flex;flex-flow:column;min-height:100vh;font-size:16px;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-overflow-scrolling:touch}:root{color:#030600}body{display:flex;flex-flow:column;gap:24px;min-height:100svh;padding:42px;font-family:Inter,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#f5f2fb;box-sizing:border-box}body:before{content:"";filter:blur(197px);position:absolute;width:236px;height:236px;left:-108px;top:-90px;background-color:#a4ebff;pointer-events:none;z-index:-1}[data-theme=dark] body{color:#fff;background-color:#080808}.simplebar-track .simplebar-scrollbar:before{background:currentColor!important}.simplebar-track .simplebar-scrollbar.simplebar-visible:before{opacity:.5!important}.simplebar-track.simplebar-vertical,.simplebar-track.simplebar-horizontal{background:transparent!important}.simplebar-track.simplebar-vertical{width:8px!important}.simplebar-track.simplebar-horizontal{height:8px!important}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}:is(.swiper-css-mode>.swiper-wrapper)::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-disabled:is(.swiper-button-prev,.swiper-button-next){opacity:.35;cursor:auto;pointer-events:none}.swiper-button-hidden:is(.swiper-button-prev,.swiper-button-next){opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:is(.swiper-button-prev,.swiper-button-next) svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset, 4px);left:auto}:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon{transform:rotate(180deg)}:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset, 50%);right:auto;margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset, 4px);bottom:auto}:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset, 4px);top:auto}:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon{transform:rotate(90deg)}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-pagination-bullets-dynamic:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets){top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-bullets-dynamic:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-pagination-bullets-dynamic:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets){left:50%;transform:translate(-50%);white-space:nowrap}.swiper-pagination-bullets-dynamic:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius, 10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset, 1%);bottom:var(--swiper-scrollbar-bottom, 4px);top:var(--swiper-scrollbar-top, auto);z-index:50;height:var(--swiper-scrollbar-size, 4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-vertical>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical{position:absolute;left:var(--swiper-scrollbar-left, auto);right:var(--swiper-scrollbar-right, 4px);top:var(--swiper-scrollbar-sides-offset, 1%);z-index:50;width:var(--swiper-scrollbar-size, 4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));border-radius:var(--swiper-scrollbar-border-radius, 10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;backface-visibility:hidden;overflow:hidden}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto!important;height:auto!important;z-index:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{display:none;width:0;height:0}.simplebar-content:after,.simplebar-content:before{content:" ";display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}[data-simplebar].simplebar-dragging,[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:"";background:#000;border-radius:7px;left:2px;right:2px;opacity:0;transition:opacity .2s .5s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition-delay:0s;transition-duration:0s}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-scrollbar:before{top:2px;bottom:2px;left:2px;right:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:0;bottom:0;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.simplebar-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:scrollbar!important}.simplebar-dummy-scrollbar-size>div{width:200%;height:200%;margin:10px 0}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}
