@charset "UTF-8";:root{--vs-colors--lightest: rgba(60, 60, 60, .26);--vs-colors--light: rgba(60, 60, 60, .5);--vs-colors--dark: #333;--vs-colors--darkest: rgba(0, 0, 0, .15);--vs-search-input-color: inherit;--vs-search-input-placeholder-color: inherit;--vs-font-size: 1rem;--vs-line-height: 1.4;--vs-state-disabled-bg: rgb(248, 248, 248);--vs-state-disabled-color: var(--vs-colors--light);--vs-state-disabled-controls-color: var(--vs-colors--light);--vs-state-disabled-cursor: not-allowed;--vs-border-color: var(--vs-colors--lightest);--vs-border-width: 1px;--vs-border-style: solid;--vs-border-radius: 4px;--vs-actions-padding: 4px 6px 0 3px;--vs-controls-color: var(--vs-colors--light);--vs-controls-size: 1;--vs-controls--deselect-text-shadow: 0 1px 0 #fff;--vs-selected-bg: #f0f0f0;--vs-selected-color: var(--vs-colors--dark);--vs-selected-border-color: var(--vs-border-color);--vs-selected-border-style: var(--vs-border-style);--vs-selected-border-width: var(--vs-border-width);--vs-dropdown-bg: #fff;--vs-dropdown-color: inherit;--vs-dropdown-z-index: 1000;--vs-dropdown-min-width: 160px;--vs-dropdown-max-height: 350px;--vs-dropdown-box-shadow: 0px 3px 6px 0px var(--vs-colors--darkest);--vs-dropdown-option-bg: #000;--vs-dropdown-option-color: var(--vs-dropdown-color);--vs-dropdown-option-padding: 3px 20px;--vs-dropdown-option--active-bg: #5897fb;--vs-dropdown-option--active-color: #fff;--vs-dropdown-option--deselect-bg: #fb5858;--vs-dropdown-option--deselect-color: #fff;--vs-transition-timing-function: cubic-bezier(1, -.115, .975, .855);--vs-transition-duration: .15s}.v-select{position:relative;font-family:inherit}.v-select,.v-select *{box-sizing:border-box}:root{--vs-transition-timing-function: cubic-bezier(1, .5, .8, 1);--vs-transition-duration: .15s}@-webkit-keyframes vSelectSpinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes vSelectSpinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vs__fade-enter-active,.vs__fade-leave-active{pointer-events:none;transition:opacity var(--vs-transition-duration) var(--vs-transition-timing-function)}.vs__fade-enter,.vs__fade-leave-to{opacity:0}:root{--vs-disabled-bg: var(--vs-state-disabled-bg);--vs-disabled-color: var(--vs-state-disabled-color);--vs-disabled-cursor: var(--vs-state-disabled-cursor)}.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__clear,.vs--disabled .vs__search,.vs--disabled .vs__selected,.vs--disabled .vs__open-indicator{cursor:var(--vs-disabled-cursor);background-color:var(--vs-disabled-bg)}.v-select[dir=rtl] .vs__actions{padding:0 3px 0 6px}.v-select[dir=rtl] .vs__clear{margin-left:6px;margin-right:0}.v-select[dir=rtl] .vs__deselect{margin-left:0;margin-right:2px}.v-select[dir=rtl] .vs__dropdown-menu{text-align:right}.vs__dropdown-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;padding:0 0 4px;background:none;border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:var(--vs-border-radius);white-space:normal}.vs__selected-options{display:flex;flex-basis:100%;flex-grow:1;flex-wrap:wrap;padding:0 2px;position:relative}.vs__actions{display:flex;align-items:center;padding:var(--vs-actions-padding)}.vs--searchable .vs__dropdown-toggle{cursor:text}.vs--unsearchable .vs__dropdown-toggle{cursor:pointer}.vs--open .vs__dropdown-toggle{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.vs__open-indicator{fill:var(--vs-controls-color);transform:scale(var(--vs-controls-size));transition:transform var(--vs-transition-duration) var(--vs-transition-timing-function);transition-timing-function:var(--vs-transition-timing-function)}.vs--open .vs__open-indicator{transform:rotate(180deg) scale(var(--vs-controls-size))}.vs--loading .vs__open-indicator{opacity:0}.vs__clear{fill:var(--vs-controls-color);padding:0;border:0;background-color:transparent;cursor:pointer;margin-right:8px}.vs__dropdown-menu{display:block;box-sizing:border-box;position:absolute;top:calc(100% - var(--vs-border-width));left:0;z-index:var(--vs-dropdown-z-index);padding:5px 0;margin:0;width:100%;max-height:var(--vs-dropdown-max-height);min-width:var(--vs-dropdown-min-width);overflow-y:auto;box-shadow:var(--vs-dropdown-box-shadow);border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-top-style:none;border-radius:0 0 var(--vs-border-radius) var(--vs-border-radius);text-align:left;list-style:none;background:var(--vs-dropdown-bg);color:var(--vs-dropdown-color)}.vs__no-options{text-align:center}.vs__dropdown-option{line-height:1.42857143;display:block;padding:var(--vs-dropdown-option-padding);clear:both;color:var(--vs-dropdown-option-color);white-space:nowrap;cursor:pointer}.vs__dropdown-option--highlight{background:var(--vs-dropdown-option--active-bg);color:var(--vs-dropdown-option--active-color)}.vs__dropdown-option--deselect{background:var(--vs-dropdown-option--deselect-bg);color:var(--vs-dropdown-option--deselect-color)}.vs__dropdown-option--disabled{background:var(--vs-state-disabled-bg);color:var(--vs-state-disabled-color);cursor:var(--vs-state-disabled-cursor)}.vs__selected{display:flex;align-items:center;background-color:var(--vs-selected-bg);border:var(--vs-selected-border-width) var(--vs-selected-border-style) var(--vs-selected-border-color);border-radius:var(--vs-border-radius);color:var(--vs-selected-color);line-height:var(--vs-line-height);margin:4px 2px 0;padding:0 .25em;z-index:0}.vs__deselect{display:inline-flex;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-left:4px;padding:0;border:0;cursor:pointer;background:none;fill:var(--vs-controls-color);text-shadow:var(--vs-controls--deselect-text-shadow)}.vs--single .vs__selected{background-color:transparent;border-color:transparent}.vs--single.vs--open .vs__selected,.vs--single.vs--loading .vs__selected{position:absolute;opacity:.4}.vs--single.vs--searching .vs__selected{display:none}.vs__search::-webkit-search-cancel-button{display:none}.vs__search::-webkit-search-decoration,.vs__search::-webkit-search-results-button,.vs__search::-webkit-search-results-decoration,.vs__search::-ms-clear{display:none}.vs__search,.vs__search:focus{color:var(--vs-search-input-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:var(--vs-line-height);font-size:var(--vs-font-size);border:1px solid transparent;border-left:none;outline:none;margin:4px 0 0;padding:0 7px;background:none;box-shadow:none;width:0;max-width:100%;flex-grow:1;z-index:1}.vs__search::-moz-placeholder{color:var(--vs-search-input-placeholder-color)}.vs__search::placeholder{color:var(--vs-search-input-placeholder-color)}.vs--unsearchable .vs__search{opacity:1}.vs--unsearchable:not(.vs--disabled) .vs__search{cursor:pointer}.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search{opacity:.2}.vs__spinner{align-self:center;opacity:0;font-size:5px;text-indent:-9999em;overflow:hidden;border-top:.9em solid rgba(100,100,100,.1);border-right:.9em solid rgba(100,100,100,.1);border-bottom:.9em solid rgba(100,100,100,.1);border-left:.9em solid rgba(60,60,60,.45);transform:translateZ(0) scale(var(--vs-controls--spinner-size, var(--vs-controls-size)));-webkit-animation:vSelectSpinner 1.1s infinite linear;animation:vSelectSpinner 1.1s infinite linear;transition:opacity .1s}.vs__spinner,.vs__spinner:after{border-radius:50%;width:5em;height:5em;transform:scale(var(--vs-controls--spinner-size, var(--vs-controls-size)))}.vs--loading .vs__spinner{opacity:1}@font-face{font-family:lg;src:url(/build/assets/lg-965a0e5f.woff2?io9a6k) format("woff2"),url(/build/assets/lg-22b72ba5.ttf?io9a6k) format("truetype"),url(/build/assets/lg-fefc5c0d.woff?io9a6k) format("woff"),url(/build/assets/lg-f2fe1c00.svg?io9a6k#lg) format("svg");font-weight:400;font-style:normal;font-display:block}.lg-icon{font-family:lg!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-container{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.lg-next,.lg-prev{background-color:#00000073;border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1084;outline:0;border:none}.lg-next.disabled,.lg-prev.disabled{opacity:0!important;cursor:default}.lg-next:hover:not(.disabled),.lg-prev:hover:not(.disabled){color:#fff}.lg-single-item .lg-next,.lg-single-item .lg-prev{display:none}.lg-next{right:20px}.lg-next:before{content:""}.lg-prev{left:20px}.lg-prev:after{content:""}@-webkit-keyframes lg-right-end{0%{left:0}50%{left:-30px}to{left:0}}@-moz-keyframes lg-right-end{0%{left:0}50%{left:-30px}to{left:0}}@-ms-keyframes lg-right-end{0%{left:0}50%{left:-30px}to{left:0}}@keyframes lg-right-end{0%{left:0}50%{left:-30px}to{left:0}}@-webkit-keyframes lg-left-end{0%{left:0}50%{left:30px}to{left:0}}@-moz-keyframes lg-left-end{0%{left:0}50%{left:30px}to{left:0}}@-ms-keyframes lg-left-end{0%{left:0}50%{left:30px}to{left:0}}@keyframes lg-left-end{0%{left:0}50%{left:30px}to{left:0}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;-o-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;-o-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%}.lg-media-overlap .lg-toolbar{background-image:linear-gradient(0deg,rgba(0,0,0,0),rgba(0,0,0,.4))}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:medium none;will-change:color;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear;background:0 0;border:none;box-shadow:none}.lg-toolbar .lg-icon.lg-icon-18{font-size:18px}.lg-toolbar .lg-icon:hover{color:#fff}.lg-toolbar .lg-close:after{content:""}.lg-toolbar .lg-maximize{font-size:22px}.lg-toolbar .lg-maximize:after{content:""}.lg-toolbar .lg-download:after{content:""}.lg-sub-html{color:#eee;font-size:16px;padding:10px 40px;text-align:center;z-index:1080;opacity:0;-webkit-transition:opacity .2s ease-out 0s;-o-transition:opacity .2s ease-out 0s;transition:opacity .2s ease-out 0s}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}.lg-sub-html a{color:inherit}.lg-sub-html a:hover{text-decoration:underline}.lg-media-overlap .lg-sub-html{background-image:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.6))}.lg-item .lg-sub-html{position:absolute;bottom:0;right:0;left:0}.lg-error-msg{font-size:14px;color:#999}.lg-counter{color:#999;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;height:47px;vertical-align:middle}.lg-closing .lg-next,.lg-closing .lg-prev,.lg-closing .lg-sub-html,.lg-closing .lg-toolbar{opacity:0;-webkit-transition:-webkit-transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear;-moz-transition:-moz-transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear;-o-transition:-o-transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear;transition:transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-media-cont,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont{opacity:0;-moz-transform:scale3d(.5,.5,.5);-o-transform:scale3d(.5,.5,.5);-ms-transform:scale3d(.5,.5,.5);-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);will-change:transform,opacity;-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1)!important;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1)!important;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1)!important;transition:transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1)!important}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-media-cont,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont{opacity:1;-moz-transform:scale3d(1,1,1);-o-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}.lg-icon:focus-visible{color:#fff;border-radius:3px;outline:1px dashed rgba(255,255,255,.6)}.lg-toolbar .lg-icon:focus-visible{border-radius:8px;outline-offset:-5px}.lg-outer .lg-thumb-outer{background-color:#0d0a0a;width:100%;max-height:350px;overflow:hidden;float:left}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb,.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer .lg-thumb-outer.lg-thumb-align-middle{text-align:center}.lg-outer .lg-thumb-outer.lg-thumb-align-left{text-align:left}.lg-outer .lg-thumb-outer.lg-thumb-align-right{text-align:right}.lg-outer.lg-single-item .lg-thumb-outer{display:none}.lg-outer .lg-thumb{padding:5px 0;height:100%;margin-bottom:-5px;display:inline-block;vertical-align:middle}@media (min-width:768px){.lg-outer .lg-thumb{padding:10px 0}}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border-radius:2px;margin-bottom:5px;will-change:border-color}@media (min-width:768px){.lg-outer .lg-thumb-item{border-radius:4px;border:2px solid #fff;-webkit-transition:border-color .25s ease;-o-transition:border-color .25s ease;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;object-fit:cover;display:block}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer .lg-toggle-thumb:after{content:""}.lg-outer.lg-animate-thumb .lg-thumb{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}.lg-outer .lg-video-cont{text-align:center;display:inline-block;vertical-align:middle;position:relative}.lg-outer .lg-video-cont .lg-object{width:100%!important;height:100%!important}.lg-outer .lg-has-iframe .lg-video-cont{-webkit-overflow-scrolling:touch;overflow:auto}.lg-outer .lg-video-object{position:absolute;left:0;right:0;width:100%;height:100%;top:0;bottom:0;z-index:3}.lg-outer .lg-video-poster{z-index:1}.lg-outer .lg-has-video .lg-video-object{opacity:0;will-change:opacity;-webkit-transition:opacity .3s ease-in;-o-transition:opacity .3s ease-in;transition:opacity .3s ease-in}.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button,.lg-outer .lg-has-video.lg-video-loaded .lg-video-poster{opacity:0!important}.lg-outer .lg-has-video.lg-video-loaded .lg-video-object{opacity:1}@keyframes lg-play-stroke{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes lg-play-rotate{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.lg-video-play-button{width:18%;max-width:140px;position:absolute;top:50%;left:50%;z-index:2;cursor:pointer;transform:translate(-50%,-50%) scale(1);will-change:opacity,transform;-webkit-transition:-webkit-transform .25s cubic-bezier(.17,.88,.32,1.28),opacity .1s;-moz-transition:-moz-transform .25s cubic-bezier(.17,.88,.32,1.28),opacity .1s;-o-transition:-o-transform .25s cubic-bezier(.17,.88,.32,1.28),opacity .1s;transition:transform .25s cubic-bezier(.17,.88,.32,1.28),opacity .1s}.lg-video-play-button:hover .lg-video-play-icon,.lg-video-play-button:hover .lg-video-play-icon-bg{opacity:1}.lg-video-play-icon-bg{fill:none;stroke-width:3%;stroke:#fcfcfc;opacity:.6;will-change:opacity;-webkit-transition:opacity .12s ease-in;-o-transition:opacity .12s ease-in;transition:opacity .12s ease-in}.lg-video-play-icon-circle{position:absolute;top:0;left:0;bottom:0;right:0;fill:none;stroke-width:3%;stroke:#1e1e1ee6;stroke-opacity:1;stroke-linecap:round;stroke-dasharray:200;stroke-dashoffset:200}.lg-video-play-icon{position:absolute;width:25%;max-width:120px;left:50%;top:50%;transform:translate3d(-50%,-50%,0);opacity:.6;will-change:opacity;-webkit-transition:opacity .12s ease-in;-o-transition:opacity .12s ease-in;transition:opacity .12s ease-in}.lg-video-play-icon .lg-video-play-icon-inner{fill:#fcfcfc}.lg-video-loading .lg-video-play-icon-circle{animation:lg-play-rotate 2s linear .25s infinite,lg-play-stroke 1.5s ease-in-out .25s infinite}.lg-video-loaded .lg-video-play-button{opacity:0;transform:translate(-50%,-50%) scale(.7)}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1083;opacity:0;will-change:opacity;-webkit-transition:opacity 80ms ease 0s;-moz-transition:opacity 80ms ease 0s;-o-transition:opacity 80ms ease 0s;transition:opacity 80ms ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:""}.lg-show-autoplay .lg-autoplay-button:after{content:""}.lg-single-item .lg-autoplay-button{opacity:.75;pointer-events:none}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{will-change:transform;-webkit-transition:-webkit-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s;-moz-transition:-moz-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s;-o-transition:-o-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s;transition:transform .5s cubic-bezier(.12,.415,.01,1.19) 0s}.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap{will-change:transform;-webkit-transition:-webkit-transform .8s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .8s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .8s cubic-bezier(0,0,.25,1) 0s;transition:transform .8s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1);-webkit-transition:-webkit-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s,opacity .15s!important;-moz-transition:-moz-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s,opacity .15s!important;-o-transition:-o-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s,opacity .15s!important;transition:transform .5s cubic-bezier(.12,.415,.01,1.19) 0s,opacity .15s!important;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.no-transition,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.no-transition{transition:none!important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition{transform:scaleZ(1) translate3d(-50%,-50%,0)!important;max-width:none!important;max-height:none!important;top:50%!important;left:50%!important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-x,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-x{transform:scaleZ(1) translate3d(-50%,0,0)!important;top:0!important;left:50%!important;max-width:none!important;max-height:none!important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-y,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-y{transform:scaleZ(1) translate3d(0,-50%,0)!important;top:50%!important;left:0!important;max-width:none!important;max-height:none!important}.lg-icon.lg-zoom-in:after{content:""}.lg-actual-size .lg-icon.lg-zoom-in{opacity:1;pointer-events:auto}.lg-icon.lg-actual-size{font-size:20px}.lg-icon.lg-actual-size:after{content:""}.lg-icon.lg-zoom-out{opacity:.5;pointer-events:none}.lg-icon.lg-zoom-out:after{content:""}.lg-zoomed .lg-icon.lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer.lg-first-slide-loading .lg-actual-size,.lg-outer.lg-first-slide-loading .lg-zoom-in,.lg-outer.lg-first-slide-loading .lg-zoom-out,.lg-outer[data-lg-slide-type=iframe] .lg-actual-size,.lg-outer[data-lg-slide-type=iframe] .lg-zoom-in,.lg-outer[data-lg-slide-type=iframe] .lg-zoom-out,.lg-outer[data-lg-slide-type=video] .lg-actual-size,.lg-outer[data-lg-slide-type=video] .lg-zoom-in,.lg-outer[data-lg-slide-type=video] .lg-zoom-out{opacity:.75;pointer-events:none}.lg-outer .lg-pager-outer{text-align:center;z-index:1080;height:10px;margin-bottom:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer.lg-single-item .lg-pager-outer{display:none}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#fff;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;will-change:transform,opacity;-webkit-transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;-moz-transition:opacity .15s ease 0s,-moz-transform .15s ease 0s;-o-transition:opacity .15s ease 0s,-o-transform .15s ease 0s;transition:opacity .15s ease 0s,transform .15s ease 0s;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:#ffffff80;border-radius:50%;box-shadow:0 0 0 8px #ffffffb3 inset;display:block;height:12px;-webkit-transition:box-shadow .3s ease 0s;-o-transition:box-shadow .3s ease 0s;transition:box-shadow .3s ease 0s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-fullscreen:after{content:""}.lg-fullscreen-on .lg-fullscreen:after{content:""}.lg-outer .lg-dropdown-overlay{background-color:#00000040;bottom:0;cursor:default;left:0;position:absolute;right:0;top:0;z-index:1081;opacity:0;visibility:hidden;will-change:visibility,opacity;-webkit-transition:visibility 0s linear .18s,opacity .18s linear 0s;-o-transition:visibility 0s linear .18s,opacity .18s linear 0s;transition:visibility 0s linear .18s,opacity .18s linear 0s}.lg-outer.lg-dropdown-active .lg-dropdown,.lg-outer.lg-dropdown-active .lg-dropdown-overlay{-webkit-transition-delay:0s;transition-delay:0s;-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1;visibility:visible}.lg-outer.lg-dropdown-active .lg-share{color:#fff}.lg-outer .lg-dropdown{background-color:#fff;border-radius:2px;font-size:14px;list-style-type:none;margin:0;padding:10px 0;position:absolute;right:0;text-align:left;top:50px;opacity:0;visibility:hidden;-moz-transform:translate3d(0,5px,0);-o-transform:translate3d(0,5px,0);-ms-transform:translate3d(0,5px,0);-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0);will-change:visibility,opacity,transform;-webkit-transition:-webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-moz-transition:-moz-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-o-transition:-o-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;transition:transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s}.lg-outer .lg-dropdown:after{content:"";display:block;height:0;width:0;position:absolute;border:8px solid transparent;border-bottom-color:#fff;right:16px;top:-16px}.lg-outer .lg-dropdown>li:last-child{margin-bottom:0}.lg-outer .lg-dropdown>li:hover a{color:#333}.lg-outer .lg-dropdown a{color:#333;display:block;white-space:pre;padding:4px 12px;font-family:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:12px}.lg-outer .lg-dropdown a:hover{background-color:#00000012}.lg-outer .lg-dropdown .lg-dropdown-text{display:inline-block;line-height:1;margin-top:-3px;vertical-align:middle}.lg-outer .lg-dropdown .lg-icon{color:#333;display:inline-block;float:none;font-size:20px;height:auto;line-height:1;margin-right:8px;padding:0;vertical-align:middle;width:auto}.lg-outer .lg-share{position:relative}.lg-outer .lg-share:after{content:""}.lg-outer .lg-share-facebook .lg-icon{color:#3b5998}.lg-outer .lg-share-facebook .lg-icon:after{content:""}.lg-outer .lg-share-twitter .lg-icon{color:#00aced}.lg-outer .lg-share-twitter .lg-icon:after{content:""}.lg-outer .lg-share-pinterest .lg-icon{color:#cb2027}.lg-outer .lg-share-pinterest .lg-icon:after{content:""}.lg-comment-box{width:420px;max-width:100%;position:absolute;right:0;top:0;bottom:0;z-index:9999;background-color:#fff;will-change:transform;-moz-transform:translate3d(100%,0,0);-o-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);-webkit-transition:-webkit-transform .4s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .4s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .4s cubic-bezier(0,0,.25,1) 0s;transition:transform .4s cubic-bezier(0,0,.25,1) 0s}.lg-comment-box .lg-comment-title{margin:0;color:#fff;font-size:18px}.lg-comment-box .lg-comment-header{background-color:#000;padding:12px 20px;position:absolute;left:0;right:0;top:0}.lg-comment-box .lg-comment-body{height:100%!important;padding-top:43px!important;width:100%!important}.lg-comment-box .fb-comments{height:100%;width:100%;background:url(/build/assets/loading-298ad3ff.gif) no-repeat scroll center center #fff;overflow-y:auto;display:inline-block}.lg-comment-box .fb-comments[fb-xfbml-state=rendered]{background-image:none}.lg-comment-box .fb-comments>span{max-width:100%}.lg-comment-box .lg-comment-close{position:absolute;right:5px;top:12px;cursor:pointer;font-size:20px;color:#999;will-change:color;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}.lg-comment-box .lg-comment-close:hover{color:#fff}.lg-comment-box .lg-comment-close:after{content:""}.lg-comment-box iframe{max-width:100%!important;width:100%!important}.lg-comment-box #disqus_thread{padding:0 20px}.lg-outer .lg-comment-overlay{background-color:#00000040;bottom:0;cursor:default;left:0;position:fixed;right:0;top:0;z-index:1081;opacity:0;visibility:hidden;will-change:visibility,opacity;-webkit-transition:visibility 0s linear .18s,opacity .18s linear 0s;-o-transition:visibility 0s linear .18s,opacity .18s linear 0s;transition:visibility 0s linear .18s,opacity .18s linear 0s}.lg-outer .lg-comment-toggle:after{content:""}.lg-outer.lg-comment-active .lg-comment-overlay{-webkit-transition-delay:0s;transition-delay:0s;-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1;visibility:visible}.lg-outer.lg-comment-active .lg-comment-toggle{color:#fff}.lg-outer.lg-comment-active .lg-comment-box{-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}.lg-outer .lg-img-rotate{position:absolute;left:0;right:0;top:0;bottom:0;-webkit-transition:-webkit-transform .4s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .4s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .4s cubic-bezier(0,0,.25,1) 0s;transition:transform .4s cubic-bezier(0,0,.25,1) 0s}.lg-outer[data-lg-slide-type=iframe] .lg-flip-hor,.lg-outer[data-lg-slide-type=iframe] .lg-flip-ver,.lg-outer[data-lg-slide-type=iframe] .lg-rotate-left,.lg-outer[data-lg-slide-type=iframe] .lg-rotate-right,.lg-outer[data-lg-slide-type=video] .lg-flip-hor,.lg-outer[data-lg-slide-type=video] .lg-flip-ver,.lg-outer[data-lg-slide-type=video] .lg-rotate-left,.lg-outer[data-lg-slide-type=video] .lg-rotate-right{opacity:.75;pointer-events:none}.lg-outer .lg-img-rotate:before{content:"";display:inline-block;height:100%;vertical-align:middle}.lg-rotate-left:after{content:""}.lg-rotate-right:after{content:""}.lg-icon.lg-flip-hor,.lg-icon.lg-flip-ver{font-size:26px}.lg-flip-ver:after{content:""}.lg-flip-hor:after{content:""}.lg-medium-zoom-item{cursor:zoom-in}.lg-medium-zoom .lg-outer,.lg-medium-zoom .lg-outer.lg-grab img.lg-object,.lg-medium-zoom .lg-outer.lg-grabbing img.lg-object{cursor:zoom-out}.lg-relative-caption .lg-outer .lg-sub-html{white-space:normal;bottom:auto;padding:0;background-image:none}.lg-relative-caption .lg-outer .lg-relative-caption-item{opacity:0;padding:16px 0;transition:.5s opacity ease}.lg-relative-caption .lg-outer .lg-show-caption .lg-relative-caption-item{opacity:1}.lg-group:after{content:"";display:table;clear:both}.lg-container{display:none;outline:0}.lg-on{scroll-behavior:unset}.lg-overlay-open{overflow:hidden}.lg-hide-sub-html .lg-sub-html,.lg-next,.lg-pager-outer,.lg-prev,.lg-toolbar{opacity:0;will-change:transform,opacity;-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s}.lg-show-in .lg-next,.lg-show-in .lg-pager-outer,.lg-show-in .lg-prev,.lg-show-in .lg-toolbar,.lg-show-in.lg-hide-sub-html .lg-sub-html{opacity:1}.lg-show-in .lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-show-in .lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-show-in .lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html{opacity:0;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}.lg-outer{width:100%;height:100%;position:fixed;top:0;left:0;z-index:1050;text-align:left;opacity:.001;outline:0;will-change:auto;overflow:hidden;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-zoom-from-image,.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current,.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide{-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-content{position:absolute;top:0;left:0;right:0;bottom:0}.lg-outer .lg-inner{width:100%;position:absolute;left:0;top:0;bottom:0;-webkit-transition:opacity 0s;-o-transition:opacity 0s;transition:opacity 0s;white-space:nowrap}.lg-outer .lg-item{display:none!important}.lg-outer .lg-item:not(.lg-start-end-progress){background:url(/build/assets/loading-298ad3ff.gif) no-repeat scroll center center transparent}.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide,.lg-outer.lg-css .lg-current{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:100%;vertical-align:middle}.lg-outer .lg-img-wrap{position:absolute;left:0;right:0;top:0;bottom:0;white-space:nowrap;font-size:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-object{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto;height:auto;position:relative}.lg-outer .lg-empty-html .lg-sub-html,.lg-outer .lg-empty-html.lg-sub-html{display:none}.lg-outer.lg-hide-download .lg-download{opacity:.75;pointer-events:none}.lg-outer .lg-first-slide .lg-dummy-img{position:absolute;top:50%;left:50%}.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html{opacity:1;transition:opacity .2s ease-out .15s}.lg-outer .lg-media-cont{text-align:center;display:inline-block;vertical-align:middle;position:relative}.lg-outer .lg-media-cont .lg-object{width:100%!important;height:100%!important}.lg-outer .lg-has-iframe .lg-media-cont{-webkit-overflow-scrolling:touch;overflow:auto}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;will-change:auto;-webkit-transition:opacity 333ms ease-in 0s;-o-transition:opacity 333ms ease-in 0s;transition:opacity 333ms ease-in 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{-webkit-transition:none 0s ease 0s!important;-moz-transition:none 0s ease 0s!important;-o-transition:none 0s ease 0s!important;transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{-webkit-transition:opacity .1s ease 0s;-moz-transition:opacity .1s ease 0s;-o-transition:opacity .1s ease 0s;transition:opacity .1s ease 0s}.lg-css3.lg-use-css3 .lg-item.lg-start-progress{-webkit-transition:-webkit-transform 1s cubic-bezier(.175,.885,.32,1.275) 0s;-moz-transition:-moz-transform 1s cubic-bezier(.175,.885,.32,1.275) 0s;-o-transition:-o-transform 1s cubic-bezier(.175,.885,.32,1.275) 0s;transition:transform 1s cubic-bezier(.175,.885,.32,1.275) 0s}.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-container{display:none}.lg-container.lg-show{display:block}.lg-container.lg-dragging-vertical .lg-backdrop{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-inline .lg-backdrop,.lg-inline .lg-outer{position:absolute}.lg-inline .lg-backdrop{z-index:1}.lg-inline .lg-outer{z-index:2}.lg-inline .lg-maximize:after{content:""}.lg-components{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);will-change:transform;-webkit-transition:-webkit-transform .35s ease-out 0s;-moz-transition:-moz-transform .35s ease-out 0s;-o-transition:-o-transform .35s ease-out 0s;transition:transform .35s ease-out 0s;z-index:1080;position:absolute;bottom:0;right:0;left:0}.media-wrapper{position:relative;width:100%;height:100%}.media-wrapper.blue .skeleton{background:linear-gradient(22deg,rgb(66,109,169) 0%,rgb(159,178,212) 32%,rgb(255,255,255) 100%);background-size:200% 200%}.media-wrapper:not(.lozad) .skeleton{opacity:0}.media-wrapper:not(.lozad) .img{display:block}.media-wrapper:not(.lozad) img{width:100%;height:100%;object-fit:cover}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{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-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,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);-webkit-backface-visibility:hidden;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-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.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}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .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)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size) / 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.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-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{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-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.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-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{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;-ms-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-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{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-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}@font-face{font-family:Verdana;font-style:normal;font-weight:400;font-display:block;src:url(/build/assets/verdana-b58a5893.woff) format("woff"),url(/build/assets/verdana-a7592c66.woff2) format("woff2"),url(/build/assets/verdana-cac01aca.eot) format("eot")}@font-face{font-family:Verdana;font-style:italic;font-weight:400;font-display:block;src:url(/build/assets/verdana-italic-61e29bff.woff) format("woff"),url(/build/assets/verdana-italic-f04fc6e3.woff2) format("woff2"),url(/build/assets/verdana-italic-7d05c108.eot) format("eot")}@font-face{font-family:Verdana;font-style:normal;font-weight:700;font-display:block;src:url(/build/assets/verdana-bold-97ffc94e.woff) format("woff"),url(/build/assets/verdana-bold-92e94b5a.woff2) format("woff2"),url(/build/assets/verdana-bold-c3f1956c.eot) format("eot")}@font-face{font-family:Average;font-style:normal;font-weight:400;font-display:block;src:url(/build/assets/average-regular-08684341.woff) format("woff"),url(/build/assets/average-regular-5f5b301f.ttf) format("ttf")}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:block;src:url(/build/assets/inter_medium-5f338290.woff) format("woff"),url(/build/assets/inter_medium-50e22b06.woff2) format("woff2"),url(/build/assets/inter_medium-fa6b009d.ttf) format("ttf")}@font-face{font-family:Tahoma;font-style:normal;font-weight:400;font-display:block;src:url(/build/assets/tahoma-aba01ff3.ttf) format("ttf")}@font-face{font-family:Arial;font-style:normal;font-weight:400;font-display:block;src:url(/build/assets/arial-1af5961b.ttf) format("ttf")}h1,.h1,h1 span{font-size:65px;font-weight:700;line-height:100%;letter-spacing:-1.95px;transition:color .2s;text-wrap:balance}@media screen and (max-width: 1919px){h1,.h1,h1 span{font-size:50px;font-weight:700;line-height:100%;letter-spacing:-1.5px}}@media screen and (max-width: 1439px){h1,.h1,h1 span{font-size:36px;font-weight:700;line-height:120%;letter-spacing:-1.08px}}@media screen and (max-width: 1023px){h1,.h1,h1 span{font-size:30px;font-weight:700;line-height:120%;letter-spacing:-.9px}}@media screen and (max-width: 767px){h1,.h1,h1 span{font-size:26px;font-weight:700;line-height:120%;letter-spacing:-.78px}}h2,.h2,h2 span{font-size:50px!important;font-weight:700;line-height:120%;letter-spacing:-1px;transition:color .2s;text-wrap:balance}@media screen and (max-width: 1919px){h2,.h2,h2 span{font-size:40px!important;font-weight:700;line-height:120%;letter-spacing:-.8px}}@media screen and (max-width: 1439px){h2,.h2,h2 span{font-size:30px!important;font-weight:700;line-height:130%;letter-spacing:-.6px}}@media screen and (max-width: 1023px){h2,.h2,h2 span{font-size:26px!important;font-weight:700;line-height:130%;letter-spacing:-.52px}}@media screen and (max-width: 767px){h2,.h2,h2 span{font-size:24px!important;font-weight:700;line-height:130%;letter-spacing:-.48px}}h3,.h3,h3 span{font-size:28px!important;font-weight:700;line-height:130%;letter-spacing:-.28px;transition:color .2s;text-wrap:balance}@media screen and (max-width: 1919px){h3,.h3,h3 span{font-size:28px!important;font-weight:700;line-height:130%;letter-spacing:-.28px}}@media screen and (max-width: 1439px){h3,.h3,h3 span{font-size:24px!important;font-weight:700;line-height:130%;letter-spacing:-.24px}}@media screen and (max-width: 1023px){h3,.h3,h3 span{font-size:22px!important;font-weight:700;line-height:130%;letter-spacing:-.22px}}@media screen and (max-width: 767px){h3,.h3,h3 span{font-size:20px!important;font-weight:700;line-height:130%;letter-spacing:-.2px}}h4,.h4,h4 span{font-size:20px!important;font-weight:700;line-height:140%;transition:color .2s;text-wrap:balance}@media screen and (max-width: 1439px){h4,.h4,h4 span{font-size:18px!important;font-weight:700;line-height:140%}}@media screen and (max-width: 1023px){h4,.h4,h4 span{letter-spacing:-.36px}}@media screen and (max-width: 767px){h4,.h4,h4 span{font-size:16px!important;font-weight:700;line-height:140%;letter-spacing:-.32px}}.text-default{font-size:16px;line-height:140%}@media screen and (max-width: 1023px){.text-default{font-size:14px}}.text-max{font-size:20px;line-height:140%}@media screen and (max-width: 1439px){.text-max{font-size:18px}}@media screen and (max-width: 1023px){.text-max{font-size:16px}}.text-min{font-size:14px;line-height:120%}@media screen and (max-width: 1023px){.text-min{font-size:12px}}.note{color:#999fa2;font-size:12px;line-height:120%}@media screen and (max-width: 1023px){.note{font-size:10px}}.hero-title{font-size:80px;font-weight:700;line-height:120%;letter-spacing:-3.2px;text-transform:uppercase;text-align:center}@media screen and (max-width: 1919px){.hero-title{font-size:70px;letter-spacing:-2.8px}}@media screen and (max-width: 1439px){.hero-title{font-size:60px;line-height:100%;letter-spacing:-2.4px}}@media screen and (max-width: 1023px){.hero-title{font-size:50px;letter-spacing:-2px}}@media screen and (max-width: 767px){.hero-title{font-size:32px;letter-spacing:-1.28px}}.text-muted{color:#999fa2}*{box-sizing:border-box;margin:0}html{scroll-behavior:smooth;overflow-x:hidden;position:relative;min-height:100%;height:100%}html.fixed{overflow:hidden!important}body{height:100%;position:relative;margin:0;font-weight:400;box-sizing:border-box;background-color:#f4f4f4;color:#333f46;font-family:Verdana,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-overflow-scrolling:touch;font-size:16px;line-height:140%}@media screen and (max-width: 1023px){body{font-size:14px}}body.fixed{overflow:hidden}a{text-decoration:none;cursor:pointer;transition:all .3s;color:inherit;font-family:inherit}p{margin:0}ul,ol{list-style:none;padding:0}.page{position:relative;height:auto;display:flex;flex-direction:column;min-height:100vh;overflow-x:clip}main{flex:1;position:relative;overflow:auto;margin-top:60px}@media screen and (max-width: 1439px){main{margin-top:40px}}main,.main{margin-top:unset;padding-top:160px}@media screen and (max-width: 1023px){main,.main{padding-top:96px}}@media screen and (max-width: 767px){main,.main{padding-top:88px}}.main-page{padding-top:unset;overflow:hidden}.container{max-width:1792px;width:calc(100% - 128px);margin:0 auto;scroll-margin-top:150px}@media screen and (max-width: 1439px){.container{width:calc(100% - 64px)}}@media screen and (max-width: 767px){.container{width:calc(100% - 32px)}}.mb{margin-bottom:128px}@media screen and (max-width: 1439px){.mb{margin-bottom:96px}}@media screen and (max-width: 1023px){.mb{margin-bottom:80px}}@media screen and (max-width: 767px){.mb{margin-bottom:64px}}.mt{margin-top:128px}@media screen and (max-width: 1439px){.mt{margin-top:96px}}@media screen and (max-width: 1023px){.mt{margin-top:80px}}@media screen and (max-width: 767px){.mt{margin-top:64px}}.pb{padding-bottom:128px}@media screen and (max-width: 1439px){.pb{padding-bottom:96px}}@media screen and (max-width: 1023px){.pb{padding-bottom:80px}}@media screen and (max-width: 767px){.pb{padding-bottom:64px}}.numeric-list{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:10px;counter-reset:myCounter}.numeric-list li{color:#333f46;font-size:16px;font-style:normal;font-weight:400;line-height:150%;display:flex;flex-direction:row;align-items:start;justify-content:start;gap:8px}.numeric-list li:before{counter-increment:myCounter;content:counter(myCounter);color:#426da9;text-align:center;font-family:Verdana,sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:150%}.default-list{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:10px}.default-list li{color:#333f46;font-family:Verdana,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:150%;display:flex;flex-direction:row;align-items:start;justify-content:center;gap:8px}.default-list li:before{margin-top:9px;content:"";min-width:8px;min-height:8px;max-width:8px;max-height:8px;background-color:#426da9;border-radius:50%;display:flex;flex-direction:row;align-items:center;justify-content:center}.title-container{display:flex;flex-direction:row;align-items:end;justify-content:space-between;margin-bottom:64px}@media screen and (max-width: 1919px){.title-container{margin-bottom:48px}}@media screen and (max-width: 1439px){.title-container{margin-bottom:32px;gap:100px}}@media screen and (max-width: 767px){.title-container{align-items:start;justify-content:start;flex-direction:column;gap:16px;margin-bottom:17px}}.static-content h2,.static-content h3,.static-content h4{margin-bottom:16px}@media screen and (max-width: 1439px){.static-content h2,.static-content h3,.static-content h4{margin-bottom:8px}}.static-content .ol,.static-content ol{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:10px;counter-reset:myCounter}.static-content .ol li,.static-content ol li{color:#333f46;font-size:16px;font-style:normal;font-weight:400;line-height:150%;display:flex;flex-direction:row;align-items:start;justify-content:start;gap:16px}@media screen and (max-width: 1023px){.static-content .ol li,.static-content ol li{font-size:14px;gap:8px}}.static-content .ol li:before,.static-content ol li:before{counter-increment:myCounter;content:counter(myCounter);color:#426da9;text-align:center;font-family:Verdana,sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:150%}.static-content .ul,.static-content ul{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:10px}.static-content .ul li,.static-content ul li{color:#333f46;font-size:16px;font-style:normal;font-weight:400;line-height:150%;display:flex;flex-direction:row;align-items:start;justify-content:center;gap:16px}@media screen and (max-width: 1023px){.static-content .ul li,.static-content ul li{font-size:14px;gap:8px}}.static-content .ul li:before,.static-content ul li:before{margin-top:8px;content:"";min-width:8px;min-height:8px;max-width:8px;max-height:8px;background-color:#426da9;border-radius:50%;display:flex;flex-direction:row;align-items:center;justify-content:center}@media screen and (max-width: 1023px){.static-content .ul li:before,.static-content ul li:before{margin-top:6px}}.static-content ul+*,.static-content ol+*{margin-bottom:32px}.static-content a{color:#333f46;text-decoration:underline;font-style:normal;font-weight:400;line-height:normal;transition:all .3s}@media (hover: hover) and (pointer: fine){.static-content a:hover{color:#426da9}}.static-content p,.static-content p span{font-size:16px!important;line-height:140%}@media screen and (max-width: 767px){.static-content p,.static-content p span{font-size:14px!important}}.static-content p+*{margin-top:16px}input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{transition:background-color 0s 600000s,color 0s 600000s!important}input{padding:0;background-color:unset;border:unset;outline:none;color:inherit;font-family:Verdana,sans-serif}textarea{font-family:Verdana,sans-serif;padding:unset;border:none;outline:none;resize:none}button{outline:none;padding:unset;margin:unset;border:none;background-color:transparent;font-family:inherit;font-size:inherit;color:inherit}button svg,button span{color:inherit}button[disabled]{pointer-events:none}svg{flex-shrink:0}img{object-fit:cover;width:100%;height:100%}label{cursor:pointer}.default-top{margin-top:60px;margin-bottom:30px}@media screen and (max-width: 1439px){.default-top{margin-top:40px;margin-bottom:20px}}.default-top .date{margin-top:30px;font-size:20px}@media screen and (max-width: 1439px){.default-top .date{font-size:18px}}@media screen and (max-width: 1023px){.default-top .date{margin-top:20px;font-size:16px}}@media screen and (max-width: 767px){.default-top .date{font-size:14px}}.footer{margin-top:auto;padding-bottom:64px;position:relative;z-index:1}@media screen and (max-width: 1439px){.footer{padding-bottom:80px}}@media screen and (max-width: 767px){.footer{margin-left:-16px;width:calc(100% + 32px);padding-bottom:unset}}.footer.pt{padding-top:128px}@media screen and (max-width: 1439px){.footer.pt{padding-top:90px}}@media screen and (max-width: 1023px){.footer.pt{padding-top:80px}}@media screen and (max-width: 767px){.footer.pt{padding-top:unset}}.footer.pb{padding-bottom:156px}@media screen and (max-width: 1919px){.footer.pb{padding-bottom:132px}}@media screen and (max-width: 1439px){.footer.pb{padding-bottom:124px}}@media screen and (max-width: 1023px){.footer.pb{padding-bottom:184px}}@media screen and (max-width: 767px){.footer.pb{padding-bottom:54px}}@media screen and (max-width: 767px){.footer.contacts{transform:translateY(-106px);margin-bottom:-80px}.footer.contacts .container{padding-bottom:60px}}.footer .main-logo{width:149px;height:64px;background-image:url(/build/assets/main-logo-white-e1404f06.svg);background-repeat:no-repeat;background-size:contain;position:relative}.footer .container{background-color:#333f46;color:#fff;border-radius:24px;overflow:hidden;padding:32px;display:flex;gap:32px;flex-direction:column}@media screen and (max-width: 1439px){.footer .container{padding:24px;gap:24px}}@media screen and (max-width: 767px){.footer .container{padding-bottom:80px}}@media screen and (max-width: 1439px){.footer h4{max-width:187px}}@media screen and (max-width: 767px){.footer h4{max-width:unset}}.footer .top{display:flex;align-items:flex-start;gap:128px}@media screen and (max-width: 1919px){.footer .top{justify-content:space-between;gap:30px}}@media screen and (max-width: 1023px){.footer .top{display:grid;grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 767px){.footer .top{grid-template-columns:1fr;gap:24px}}.footer .top .logo-container{display:flex;flex-direction:column;justify-content:space-between;gap:44px}@media screen and (max-width: 1439px){.footer .top .logo-container{gap:127px;font-size:14px}}@media screen and (max-width: 1023px){.footer .top .logo-container{font-size:12px;flex-direction:row;align-items:flex-start;grid-area:auto/span 3}}@media screen and (max-width: 767px){.footer .top .logo-container{grid-area:unset;gap:24px;flex-direction:column}}.footer .top .logo-container .copyright{opacity:.5}.footer .top .list-container{display:flex;flex-direction:column;gap:16px}@media screen and (max-width: 767px){.footer .top .list-container{padding-top:24px;border-top:2px solid rgba(255,255,255,.2)}}.footer .top .list-container ul{display:grid;grid-template-columns:auto auto;gap:16px 32px}@media screen and (max-width: 1439px){.footer .top .list-container ul{grid-template-columns:1fr}}.footer .top .list-container ul li{line-height:100%}@media screen and (max-width: 1439px){.footer .top .list-container ul li{font-size:14px}}@media screen and (max-width: 1023px){.footer .top .list-container ul li{font-size:12px}}@media (hover: hover) and (pointer: fine){.footer .top .list-container ul li:hover{color:#426da9}}.footer .top .socials{margin-left:auto}.footer .top .socials ul{display:flex;align-items:center;gap:20px}@media screen and (max-width: 767px){.footer .top .socials ul{gap:32px}}.footer .top .socials ul li{width:24px;height:24px}@media screen and (max-width: 1919px){.footer .top .socials{margin-left:unset}}@media screen and (max-width: 767px){.footer .top .socials{padding-top:24px;border-top:2px solid rgba(255,255,255,.2)}}.footer .bottom{border-top:2px solid rgba(255,255,255,.2);padding-top:32px;display:flex;align-items:center;justify-content:space-between}@media screen and (max-width: 1023px){.footer .bottom{display:grid;grid-template-columns:auto auto;gap:16px 120px}}@media screen and (max-width: 767px){.footer .bottom{padding-top:24px;border-top:2px solid rgba(255,255,255,.2);grid-template-columns:1fr;gap:24px}}.footer .bottom .images{display:flex;gap:30px;align-items:center}@media screen and (max-width: 1023px){.footer .bottom .images{order:3}}@media screen and (max-width: 767px){.footer .bottom .images{order:unset}}.footer .bottom .images img{max-height:20px;opacity:.5;object-fit:contain}@media screen and (max-width: 1023px){.footer .bottom .images img{max-height:26px;max-width:55px}}.footer .bottom .links-block{display:flex;gap:32px}.footer .bottom .links-block a{white-space:nowrap}@media screen and (max-width: 1023px){.footer .bottom .links-block{gap:120px;order:1}}@media screen and (max-width: 767px){.footer .bottom .links-block{order:unset;flex-direction:column;gap:16px}}.footer .bottom a{opacity:.5;white-space:nowrap}@media screen and (max-width: 1439px){.footer .bottom a{font-size:14px}}@media screen and (max-width: 1023px){.footer .bottom a{font-size:12px;order:2}}@media screen and (max-width: 767px){.footer .bottom a{order:unset}}@media (hover: hover) and (pointer: fine){.footer .bottom a:hover{opacity:1}}.tg{display:block;background-image:url(/build/assets/tg-0c1d5e44.svg);background-repeat:no-repeat;background-size:contain;width:24px;height:24px}.yt{display:block;background-image:url(/build/assets/yo-8611a7a9.svg);background-repeat:no-repeat;background-size:contain;width:24px;height:24px}.ru{display:block;background-image:url(/build/assets/ru-2cdde4d0.svg);background-repeat:no-repeat;background-size:contain;width:24px;height:24px}.header{position:fixed;top:0;left:0;right:0;width:100%;z-index:10;background-color:transparent;transition:background-color .3s,transform .3s}.header.white{background:rgba(255,255,255,.8);-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px)}@media screen and (max-width: 1023px){.header{background:rgba(255,255,255,.8);-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px)}}.header .top{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:2px solid #E0E0E1}.header .top .nav{display:flex;gap:30px}@media (hover: hover) and (pointer: fine){.header .top .nav a:hover{color:#426da9}}@media screen and (max-width: 1023px){.header .top{display:none}}.header .bottom{position:relative;z-index:1;padding:16px 0;display:flex;justify-content:space-between;align-items:center}@media screen and (max-width: 767px){.header .bottom{padding:12px 0}}.header .bottom .logo{width:74px;height:32px}.header .bottom .logo img{object-fit:contain}.header .bottom .nav{margin-left:auto;margin-right:32px;display:flex;gap:32px;color:#426da9}@media screen and (max-width: 1023px){.header .bottom .nav{display:none}}@media (hover: hover) and (pointer: fine){.header .bottom .nav a:hover{color:#333f46}}@media screen and (max-width: 1023px){.header #kavo-id-btn{display:none}}.header .search-btn{cursor:pointer}.header .search-btn svg{display:none;cursor:pointer;width:24px;height:24px;color:#999fa2}@media screen and (max-width: 1023px){.header .search-btn svg{display:block}.header .search-btn span{display:none}}.header .kavoid-root .btn-border,.bottom-nav .kavoid-root .btn-border{border:2px solid #426DA9!important;height:fit-content!important}.header .kavoid-root .btn-border span,.bottom-nav .kavoid-root .btn-border span{color:#426da9!important}.seo .container{display:grid;grid-template-columns:555px auto;gap:64px}@media screen and (max-width: 1919px){.seo .container{grid-template-columns:395px auto}}@media screen and (max-width: 1439px){.seo .container{grid-template-columns:304px auto}}@media screen and (max-width: 1023px){.seo .container{grid-template-columns:1fr;gap:16px}}.btn{white-space:nowrap;margin:0;border:0;background:transparent;cursor:pointer;border-radius:30px;padding:16px 32px;transition:background-color .3s;width:fit-content;height:fit-content;text-box-trim:trim-both;display:flex;align-items:center;justify-content:center;position:relative}@media screen and (max-width: 1439px){.btn{padding:12px 24px}}@media screen and (max-width: 767px){.btn{padding:8px 20px}}.btn.disabled span,.btn:disabled span{color:#999fa2}.btn span{font-size:20px;line-height:100%;transition:color .3s}@media screen and (max-width: 1439px){.btn span{font-size:18px}}@media screen and (max-width: 767px){.btn span{font-size:16px}}.btn span.hidden{opacity:0;display:block}.btn-primary{border:2px solid #426DA9;background-color:#426da9}.btn-primary span{color:#fff}@media (hover: hover) and (pointer: fine){.btn-primary:hover{background-color:#355787;border:2px solid #355787}}.btn-primary.disabled,.btn-primary:disabled{background-color:#e0e0e1;border:2px solid #E0E0E1}.btn.button-login{padding:8px 20px!important}.btn.button-login svg{display:none}.btn.button-login span{font-family:Verdana,sans-serif;font-size:16px;font-style:normal;font-weight:400!important;line-height:100%!important}.btn.button-login,.btn-secondary{border-radius:30px!important;border:2px solid #426DA9!important;background-color:transparent!important;min-height:unset!important}.btn.button-login span,.btn-secondary span{color:#426da9!important}@media (hover: hover) and (pointer: fine){.btn.button-login:hover,.btn-secondary:hover{background-color:#426da9!important}.btn.button-login:hover span,.btn-secondary:hover span{color:#fff!important}}.btn.button-login.active,.btn-secondary.active{background-color:#426da9!important}.btn.button-login.active span,.btn-secondary.active span{color:#fff!important}.btn.button-login.white,.btn-secondary.white{border:2px solid #FFFFFF!important}.btn.button-login.white span,.btn-secondary.white span{color:#fff!important}@media (hover: hover) and (pointer: fine){.btn.button-login.white:hover,.btn-secondary.white:hover{background-color:#fff!important}.btn.button-login.white:hover span,.btn-secondary.white:hover span{color:#426da9!important}}.btn.button-login.disabled,.btn.button-login:disabled,.btn-secondary.disabled,.btn-secondary:disabled{border:2px solid #E0E0E1}.btn-green{background-color:#c4d600;color:#333f46}.btn-green:disabled{background-color:#e0e0e1;color:#999fa2}.btn.sm{padding:5px 12px}.btn.sm span{font-size:14px}@media screen and (max-width: 1439px){.btn.sm{padding:6px 10px}}.btn-profile .profile{display:flex;flex-direction:row;align-items:center;gap:8px}.btn-profile .profile:before{content:"";background-image:url(/build/assets/user-3136c7b9.svg);background-repeat:no-repeat;background-size:contain;width:17px;height:17px}.btn-more{display:flex;width:418px;padding:10px 30px;justify-content:center;align-items:center;border-radius:30px;border:2px solid #333F46}.btn-more span{font-size:16px;font-weight:400;line-height:120%;color:#333f46}.btn-download{display:flex;align-items:center;gap:10px;justify-content:center}.btn-download span{color:#333f46}.btn-download svg{color:#333f46;width:18px;height:18px}.btn-share{background-color:#426da9;color:#fff;padding:10px 14px;display:flex;align-items:center;gap:10px;border-radius:10px}.btn-share span{font-size:20px;font-weight:400;line-height:140%;letter-spacing:.4px}.btn-share .icon{width:24px;height:24px}.link{color:#426da9;transition:text-decoration .2s}@media (hover: hover) and (pointer: fine){.link:hover{text-decoration:underline}}.location{display:flex;gap:10px;align-items:center;border-radius:10px;padding:10px 14px;background-color:#426da9;margin-bottom:30px;width:fit-content}@media screen and (max-width: 1023px){.location{margin-bottom:20px}}.location .icon{width:24px;height:24px}.location span{font-size:20px;font-style:normal;font-weight:400;line-height:140%;letter-spacing:.4px}@media screen and (max-width: 767px){.location span{font-size:16px}}.input-wrapper{position:relative;padding:16px;border-radius:16px;border:1px solid #FFFFFF;height:54px;transition:border .2s;cursor:pointer;background-color:#fff}@media (hover: hover) and (pointer: fine){.input-wrapper:hover{border:1px solid #426DA9}}.input-wrapper:focus-within{border:1px solid #426DA9}.input-wrapper input,.input-wrapper textarea{color:#333f46;width:100%;height:100%;font-size:16px;font-weight:400;line-height:140%}.input-wrapper input::placeholder,.input-wrapper textarea::placeholder{color:#999fa2}.input-wrapper input{text-overflow:ellipsis}.input-wrapper.error{border:1px solid #D41E1E}.input-wrapper.error .placeholder,.input-wrapper.error input{color:#d41e1e}.input-wrapper.readonly{background-color:#e0e0e1;border:2px solid #E0E0E1}.input-wrapper.readonly .readonly-icon{pointer-events:none;position:absolute;top:50%;right:16px;transform:translateY(-50%);width:24px;height:24px}.input-wrapper.readonly input{color:#999fa2;padding-right:24px}.input-wrapper.w-icon .check-icon{pointer-events:none;position:absolute;top:50%;right:16px;transform:translateY(-50%);width:24px;height:24px}.input-wrapper .form-error{color:#d41e1e;font-size:12px;font-style:normal;font-weight:400;line-height:130%;letter-spacing:.24px;position:absolute;left:16px;bottom:-18px}.input-wrapper .input-label{position:absolute;left:16px;bottom:calc(100% + 8px);font-size:16px;font-style:normal;font-weight:700;line-height:140%}@media screen and (max-width: 1023px){.input-wrapper .input-label{font-size:14px}}@media screen and (max-width: 380px){.input-wrapper .input-label{max-width:300px}}.form-error{color:#d41e1e;font-size:12px;font-style:normal;font-weight:400;line-height:130%;letter-spacing:.24px;position:absolute;left:16px;bottom:-16px}.modal-code .inputs-wrapper{display:flex;flex-direction:column;align-items:center;position:relative}.modal-code .inputs-wrapper .form-error{white-space:nowrap;text-align:center;left:unset;bottom:32px}@media screen and (max-width: 1023px){.modal-code .inputs-wrapper .form-error{bottom:24px}}@media screen and (max-width: 767px){.modal-code .inputs-wrapper .form-error{bottom:16px}}.fields_group{display:flex;flex-direction:column;gap:20px;margin-bottom:30px}.input-checkbox-wrapper{display:flex;gap:8px;align-items:center;position:relative}.input-checkbox-wrapper .form-error{display:none}.input-checkbox-wrapper.error .checkbox-box{border:1px solid #D41E1E}.textarea-wrapper{height:126px}.checkbox-label{width:fit-content;display:flex;align-items:center;cursor:pointer;gap:8px}.checkbox-label:hover .checkbox-box,.checkbox-label:focus-within .checkbox-box{border:1px solid #426DA9}.checkbox-label.error .checkbox-box{border:1px solid #D41E1E}.checkbox-label .checkbox-input{display:none}.checkbox-label .checkbox-box{flex-shrink:0;width:16px;height:16px;position:relative;display:flex;align-items:center;justify-content:center;border:1px solid #426DA9;border-radius:3px;background-color:#fff;transition:border .2s,background-color .2s}.checkbox-label .checkbox-box .icon{width:16px;height:16px;color:#fff;visibility:hidden}.checkbox-label .checkbox-text{font-size:14px;line-height:120%}@media screen and (max-width: 1023px){.checkbox-label .checkbox-text{font-size:12px}}.checkbox-label .checkbox-input:checked+.checkbox-box{background-color:#426da9;border-color:#426da9}.checkbox-label .checkbox-input:checked+.checkbox-box .icon{visibility:visible}.checkbox-label a{color:#426da9}.share{position:relative}.share .share-list{display:block;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease;width:fit-content;height:fit-content;border-radius:26px;border:2px solid #E0E0E1;background:#FFFFFF;box-shadow:-5px 0 14px #00000014;padding:24px;position:absolute;bottom:calc(100% + 20px);left:0}.share .share-list.active{opacity:1;visibility:visible;pointer-events:all}.share .share-list ul{display:flex;flex-direction:column;gap:12px}.share .share-list ul li{list-style:unset;padding-left:unset}.share .share-list ul li:before{content:none}.share .share-list ul li a{display:flex;align-items:center;gap:20px;text-decoration:none;font-family:Verdana,sans-serif}.share .share-list ul li a .icon{width:24px;height:24px}.share .share-list ul li a span{font-size:16px;font-style:normal;font-weight:400;line-height:140%;letter-spacing:.32px}.hidden{display:none}.tac{text-align:center}.mt0{margin-top:0!important}.list>.container{display:flex;flex-direction:column}.list>.container>.top,.list>.top{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:64px;gap:16px}@media screen and (max-width: 1919px){.list>.container>.top,.list>.top{margin-bottom:48px}}@media screen and (max-width: 1439px){.list>.container>.top,.list>.top{margin-bottom:32px}}@media screen and (max-width: 767px){.list>.container>.top,.list>.top{margin-bottom:16px;flex-direction:column;align-items:flex-start}}.list .list-default{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}@media screen and (max-width: 1919px){.list .list-default{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 1439px){.list .list-default{grid-template-columns:repeat(2,1fr);gap:24px}}@media screen and (max-width: 1023px){.list .list-default{gap:16px}}@media screen and (max-width: 767px){.list .list-default{grid-template-columns:1fr}}.list .no-results{margin-top:32px}@media screen and (max-width: 1439px){.list .no-results{margin-top:24px}}@media screen and (max-width: 1023px){.list .no-results{margin-top:16px}}.no-results{display:flex;flex-direction:column}@media screen and (max-width: 500px){.no-results{display:inline-block}}.btn-show-more{margin-top:32px;align-self:center}@media screen and (max-width: 767px){.btn-show-more{width:calc(100% - 32px)}}.btn-play{position:absolute;cursor:pointer;top:50%;left:50%;transform:translate(-50%,-50%);width:68px;height:48px;z-index:1}.mb-title{margin-bottom:64px}@media screen and (max-width: 1919px){.mb-title{margin-bottom:48px}}@media screen and (max-width: 1439px){.mb-title{margin-bottom:32px}}@media screen and (max-width: 767px){.mb-title{margin-bottom:16px}}.accent{color:#426da9}.category.btn-secondary span.muted{color:#999fa2!important}.category.btn-secondary.active span.muted{color:#fff!important}@media (hover: hover) and (pointer: fine){.category.btn-secondary.active:hover span.muted{color:#fff!important}}@media (hover: hover) and (pointer: fine){.category.btn-secondary:hover span.muted{color:#426da9!important}}.mt-100{margin-top:100px}.paginator{margin-top:32px;width:100%;position:relative;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;z-index:3}.paginator-item{display:flex;align-items:center;justify-content:center;transition:all .3s;color:#333f46;cursor:pointer;width:40px;height:40px;border-radius:12px;border:2px solid transparent}.paginator-item:first-of-type span{display:none}.paginator-item:first-of-type:after{display:flex;align-items:center;justify-content:center;content:"";transform:rotate(180deg);background-image:url(/build/assets/arrow-paginator-fefe78c0.svg);background-repeat:no-repeat;background-size:contain;width:24px;height:24px}.paginator-item:last-of-type span{display:none}.paginator-item:last-of-type:after{display:flex;align-items:center;justify-content:center;content:"";background-image:url(/build/assets/arrow-paginator-fefe78c0.svg);background-repeat:no-repeat;background-size:contain;width:24px;height:24px}@media (hover: hover) and (pointer: fine){.paginator-item:hover{border:2px solid #E0E0E1}}.paginator-item-active{color:#fff;border:2px solid #426DA9;background-color:#426da9}@media (hover: hover) and (pointer: fine){.paginator-item-active:hover{border:2px solid #355787;background-color:#355787}}.paginator-item-disabled{opacity:.5;pointer-events:none}.breadcrumbs{display:flex;align-items:center;gap:0;margin-bottom:32px;width:100%;font-size:14px;overflow-x:hidden;text-overflow:ellipsis}@media screen and (max-width: 1439px){.breadcrumbs{margin-bottom:24px}}@media screen and (max-width: 1023px){.breadcrumbs{font-size:12px}}@media screen and (max-width: 767px){.breadcrumbs{margin-bottom:16px;margin-left:-16px;margin-right:-16px;padding-left:16px;width:calc(100% + 32px);padding-right:16px;flex-wrap:nowrap;overflow-x:scroll;white-space:nowrap;-ms-overflow-style:none;scrollbar-width:none}.breadcrumbs::-webkit-scrollbar{width:0;height:0}}.breadcrumbs .divider{font-size:14px;margin-left:16px;margin-right:16px;padding-bottom:2px}@media screen and (max-width: 1023px){.breadcrumbs .divider{font-size:12px;margin-left:8px;margin-right:8px}}.breadcrumbs .breadcrumbs-item{color:#333f46;display:block;white-space:nowrap}@media (hover: hover) and (pointer: fine){.breadcrumbs .breadcrumbs-item:hover{color:#426da9}}.breadcrumbs .breadcrumbs-item.active{color:#999fa2;pointer-events:none;overflow:hidden;text-overflow:ellipsis;max-width:100%;display:block}@media screen and (max-width: 767px){.breadcrumbs .breadcrumbs-item.active{overflow:visible;max-width:unset}}.breadcrumbs::-webkit-scrollbar{width:0;height:0}@keyframes arrow{0%{transform:translate(0)}50%{transform:translate(20px);opacity:0}75%{transform:translate(-10px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes searchOpen{0%{left:214px}25%{left:-20px}75%{height:84px}to{width:calc(100% + 40px);height:84px;left:-20px;padding:30px}}@media screen and (max-width: 1439px){@keyframes searchOpen{0%{left:214px}25%{left:-20px}75%{height:64px}to{width:calc(100% + 40px);height:64px;padding:20px 30px;left:-20px}}}@media screen and (max-width: 1023px){@keyframes searchOpen{0%{left:214px}25%{left:-20px}75%{height:64px}to{width:calc(100% + 20px);height:64px;padding:20px 30px;left:-10px}}}@media screen and (max-width: 767px){@keyframes searchOpen{0%{right:58px}25%{right:-10px}75%{height:44px}to{width:calc(100% + 20px);height:44px;padding:10px;left:unset;right:-10px}}}@keyframes revealText{0%{clip-path:inset(100% 0 0 0)}to{clip-path:inset(0 0 0 0)}}.form-section{position:relative;margin:-180px 0;padding:180px 0 308px;z-index:-1}@media screen and (max-width: 1439px){.form-section{margin:-96px 0;padding:96px 0 192px}}@media screen and (max-width: 1023px){.form-section{margin:-80px 0;padding:80px 0 160px}}.form-section:before,.form-section:after{position:absolute;content:"";left:0;right:0;width:100%;height:50%;z-index:1}.form-section:after{background:linear-gradient(0deg,rgba(244,244,244,0) 0%,#F4F4F4 100%);top:0}.form-section:before{background:linear-gradient(180deg,rgba(244,244,244,0) 0%,#F4F4F4 100%);bottom:0}.form-section .form-bg{position:absolute;top:0;right:0;bottom:0;left:0}.form-section.blue{margin:unset;background-image:url(/build/assets/about-bg-55bceb17.webp);background-repeat:no-repeat;background-position:100% 30%;background-size:cover;border-radius:64px 64px 0 0;position:relative;overflow:hidden;padding:128px 0 256px}@media screen and (max-width: 1439px){.form-section.blue{border-radius:48px 48px 0 0;padding-top:96px}}@media screen and (max-width: 1023px){.form-section.blue{border-radius:32px 32px 0 0;padding-top:80px}}@media screen and (max-width: 767px){.form-section.blue{border-radius:16px 16px 0 0;padding-top:64px}}.form-section.blue:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";width:100%;height:100%;background:rgba(66,109,169,.9)}@media screen and (max-width: 1439px){.form-section.blue{padding:96px 0 192px}}@media screen and (max-width: 1023px){.form-section.blue{padding:80px 0 160px}}@media screen and (max-width: 767px){.form-section.blue{padding:64px 0 128px}}.form-section.blue:before{content:none}.form-section.blue .form-container{color:#fff}.form-section.blue .checkbox-label a{color:#fff;text-decoration:underline;text-underline-offset:2px}.form-section.blue .checkbox-label .checkbox-box{background-color:#fff;border-color:#fff}.form-section.blue .checkbox-label .checkbox-box .icon{color:#426da9}.form-section.blue .btn{background-color:#fff;border:1px solid #FFFFFF}.form-section.blue .btn span{color:#333f46}@media (hover: hover) and (pointer: fine){.form-section.blue .btn:hover{background-color:#355787;border:1px solid #355787}.form-section.blue .btn:hover span{color:#fff}}.form-container{max-width:1056px;margin:0 auto;z-index:2}.form-container .fields_group{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-bottom:32px}@media screen and (max-width: 1439px){.form-container .fields_group{gap:24px}}@media screen and (max-width: 1023px){.form-container .fields_group{gap:16px;margin-bottom:16px}}@media screen and (max-width: 767px){.form-container .fields_group{grid-template-columns:1fr}}.form-container .textarea-wrapper{grid-area:1/2/4/3;height:100%}@media screen and (max-width: 767px){.form-container .textarea-wrapper{grid-area:unset;height:102px}}.form-container textarea{height:100%}.form-container .form-title{margin-bottom:16px}@media screen and (max-width: 1023px){.form-container .form-title{margin-bottom:8px}}.form-container .form-description{margin-bottom:64px}@media screen and (max-width: 1439px){.form-container .form-description{margin-bottom:32px}}@media screen and (max-width: 1023px){.form-container .form-description{margin-bottom:24px}}@media screen and (max-width: 767px){.form-container .form-description{margin-bottom:16px}}.form-container .form-bottom{display:flex;justify-content:space-between;align-items:flex-start}@media screen and (max-width: 767px){.form-container .form-bottom{flex-direction:column;gap:16px}}.form-container .form-bottom .btn{position:relative}@media screen and (max-width: 767px){.form-container .form-bottom .btn{width:100%}}.form-container .form-bottom .btn span.hidden{opacity:0;display:flex}.form-settings{margin-top:64px;display:flex;gap:32px;flex-direction:column}@media screen and (max-width: 1023px){.form-settings{gap:24px}}@media screen and (max-width: 767px){.form-settings{gap:16px}}.form-settings .form-group{display:grid;grid-template-columns:repeat(3,1fr);gap:64px}@media screen and (max-width: 1919px){.form-settings .form-group{grid-template-columns:repeat(2,1fr);gap:62px 32px}}@media screen and (max-width: 1439px){.form-settings .form-group{gap:54px 24px}}@media screen and (max-width: 1023px){.form-settings .form-group{grid-template-columns:1fr;gap:44px}}.form-settings .form-group .input-wrapper:first-of-type input{padding-right:24px}@media screen and (max-width: 380px){.form-settings .form-group .input-wrapper:nth-of-type(2){margin-top:22px}}.form-settings .note{color:#333f46}.form-settings .note .accent{color:#426da9}@media screen and (max-width: 767px){.form-settings .btn-primary{width:100%}}@media screen and (max-width: 380px){.form-kavoid .form-group .input-wrapper:nth-of-type(2){margin-top:unset}}.form-kavoid .form-group .input-wrapper:first-of-type input{padding-right:unset}@media screen and (max-width: 1919px){.form-kavoid .form-group{grid-template-columns:repeat(3,1fr);gap:62px 32px}}@media screen and (max-width: 1439px){.form-kavoid .form-group{gap:54px 24px}}@media screen and (max-width: 1023px){.form-kavoid .form-group{grid-template-columns:repeat(2,1fr);gap:44px 16px}}@media screen and (max-width: 767px){.form-kavoid .form-group{grid-template-columns:1fr;gap:44px}}.modal{position:fixed;z-index:151;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.modal .modal-layout{position:absolute;top:0;bottom:0;right:0;left:0;width:100%;height:100%;background:transparent}.modal .modal-wrapper{width:fit-content;border-radius:32px;background-color:#fffc;box-shadow:0 40px 80px #2e3b4340;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);display:flex;flex-direction:column;padding:64px;border:1px solid #E0E0E1;z-index:7;position:relative;max-height:90vh}@media screen and (max-width: 1439px){.modal .modal-wrapper{padding:32px}}@media screen and (max-width: 1023px){.modal .modal-wrapper{padding:24px}}@media screen and (max-width: 767px){.modal .modal-wrapper{max-width:unset;width:100%;height:unset;min-height:200px;position:fixed;top:unset;bottom:0;max-height:calc(100vh - 72px);left:0;right:0;border-radius:16px 16px 0 0;border:none;padding:16px 16px 0;height:auto;overflow:hidden}}.modal .modal-content,.modal .form-container{display:flex;flex-direction:column;width:100%;height:100%}.modal .icon-close{position:absolute;z-index:3;flex-shrink:0;cursor:pointer;width:24px;height:24px;top:20px;right:20px;color:#999fa2;transition:color .2s}@media (hover: hover) and (pointer: fine){.modal .icon-close:hover{color:#333f46}}@media screen and (max-width: 767px){.modal .icon-close{display:none}}.modal .landing-form-form .btn{width:100%}.modal-result{z-index:1000}.modal-result .modal-wrapper{max-width:803px}@media screen and (max-width: 1919px){.modal-result .modal-wrapper{max-width:688px}}@media screen and (max-width: 1439px){.modal-result .modal-wrapper{max-width:540px}}@media screen and (max-width: 1023px){.modal-result .modal-wrapper{max-width:400px}}@media screen and (max-width: 767px){.modal-result .modal-wrapper{max-width:unset;padding-bottom:16px}}.modal-result .modal-content{display:flex;flex-direction:column;align-items:center;gap:32px}@media screen and (max-width: 1023px){.modal-result .modal-content{gap:16px}}@media screen and (max-width: 767px){.modal-result .modal-content .icon-close{display:none}}.modal-result .modal-content .icon{width:64px;height:64px}@media screen and (max-width: 767px){.modal-result .modal-content .icon{width:48px;height:48px}}.modal-result .modal-content .icon.success{color:#426da9}.modal-result .modal-content .icon.error{color:#d41e1e}.modal-result .modal-content .text{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}@media screen and (max-width: 1023px){.modal-result .modal-content .text{gap:8px}}@media screen and (max-width: 767px){.modal-result .modal-content .btn{width:100%}}@media screen and (max-width: 767px){.modal-lecturers .modal-content{overflow:hidden;display:flex;flex-direction:column}}.modal-lecturers .modal-content .h4{margin-bottom:16px}.modal-lecturers .modal-content .filter-options .options-list{max-height:460px}.modal-review .modal-wrapper{width:800px;padding:64px 0 64px 64px}@media screen and (max-width: 1439px){.modal-review .modal-wrapper{padding:32px 0 32px 32px}}@media screen and (max-width: 1023px){.modal-review .modal-wrapper{width:704px}}@media screen and (max-width: 767px){.modal-review .modal-wrapper{width:100%;padding:16px 16px 0}}.modal-review .icon-close{top:32px;right:32px}@media screen and (max-width: 1439px){.modal-review .icon-close{top:24px;right:24px}}@media screen and (max-width: 767px){.modal-review .icon-close{display:none}}.modal-review .modal-content{display:flex;flex-direction:column;gap:16px;height:100%;overflow:hidden}@media screen and (max-width: 767px){.modal-review .modal-content{flex:1;overflow:auto}}.modal-review .modal-content .text-wrapper{padding-right:32px;margin-right:32px;flex:1;max-height:550px;overflow:auto}@-moz-document url-prefix(){.modal-review .modal-content .text-wrapper{scrollbar-color:#426DA9 #E0E0E1}}.modal-review .modal-content .text-wrapper::-webkit-scrollbar{width:4px}.modal-review .modal-content .text-wrapper::-webkit-scrollbar-track{background:#E0E0E1;width:2px;border-radius:12px}.modal-review .modal-content .text-wrapper::-webkit-scrollbar-thumb{width:4px;background-color:#426da9;border-radius:12px}@media screen and (max-width: 1439px){.modal-review .modal-content .text-wrapper{padding-right:16px;margin-right:16px}}@media screen and (max-width: 767px){.modal-review .modal-content .text-wrapper{max-height:unset;flex:1;padding-bottom:68px;-ms-overflow-style:none;scrollbar-width:none;padding-right:unset;margin-right:unset}.modal-review .modal-content .text-wrapper::-webkit-scrollbar{display:none}}.modal-review .modal-content .text-wrapper .h3{margin-bottom:16px}@media screen and (max-width: 1023px){.modal-review .modal-content .text-wrapper .h3{margin-bottom:8px}}.modal-review .modal-content .text-wrapper .info{margin-top:32px;padding-top:32px;border-top:2px solid #E0E0E1;display:flex;flex-direction:column;gap:8px}@media screen and (max-width: 1439px){.modal-review .modal-content .text-wrapper .info{margin-top:24px;padding-top:24px}}@media screen and (max-width: 767px){.modal-review .modal-content .text-wrapper .info{font-size:12px;padding-top:16px;margin-top:16px}}.modal-review .modal-content .text-wrapper .info .note{font-size:16px}@media screen and (max-width: 767px){.modal-review .modal-content .text-wrapper .info .note{font-size:12px}}.modal-request .modal-wrapper{padding:64px;width:1184px;height:606px}@media screen and (max-width: 1919px){.modal-request .modal-wrapper{height:594px}}@media screen and (max-width: 1439px){.modal-request .modal-wrapper{padding:32px;width:960px;height:460px}}@media screen and (max-width: 1023px){.modal-request .modal-wrapper{padding:24px;width:704px;height:388px}}@media screen and (max-width: 767px){.modal-request .modal-wrapper{width:100%;height:unset;min-height:400px;padding:16px}}@media screen and (max-width: 767px){.modal-request .modal-content{flex:1;overflow:auto;-ms-overflow-style:none;scrollbar-width:none}.modal-request .modal-content::-webkit-scrollbar{display:none}}.modal-request .form-container{flex:1}@media screen and (max-width: 767px){.modal-request .icon-close{display:none}}.modal-code .modal-content{display:flex;flex-direction:column;align-items:center}@media screen and (max-width: 1023px){.modal-code .modal-content{padding-bottom:16px}}.modal-code .h2{margin-bottom:16px}@media screen and (max-width: 1023px){.modal-code .h2{margin-bottom:8px}}.modal-code .desc{max-width:640px;margin-bottom:32px}@media screen and (max-width: 1919px){.modal-code .desc{max-width:538px}}@media screen and (max-width: 1439px){.modal-code .desc{max-width:490px}}@media screen and (max-width: 1023px){.modal-code .desc{max-width:432px;margin-bottom:24px}}@media screen and (max-width: 767px){.modal-code .desc{margin-bottom:16px}}.modal-code .code-inputs{margin-bottom:32px;display:flex;align-items:center;gap:8px}@media screen and (max-width: 1023px){.modal-code .code-inputs{margin-bottom:24px}}@media screen and (max-width: 767px){.modal-code .code-inputs{margin-bottom:16px}}.modal-code .code-inputs.error{animation:shake .2s ease;margin-bottom:54px}@media screen and (max-width: 1023px){.modal-code .code-inputs.error{margin-bottom:44px}}@media screen and (max-width: 767px){.modal-code .code-inputs.error{margin-bottom:36px}}.modal-code .code-inputs.error input{border:2px solid #D41E1E}@keyframes shake{0%{transform:translate(0)}25%{transform:translate(-2px)}50%{transform:translate(2px)}75%{transform:translate(-2px)}to{transform:translate(0)}}.modal-code .code-inputs input{cursor:pointer;padding:12px;text-align:center;background-color:#fff;border-radius:16px;width:43px;height:54px;display:flex;align-items:center;justify-content:center;border:2px solid #FFFFFF;transition:border .2s;font-size:16px}.modal-code .code-inputs input:focus{border:2px solid #426DA9}.modal-code .btn-primary{margin-bottom:16px}.modal-event .modal-wrapper{width:640px}@media screen and (max-width: 1023px){.modal-event .modal-wrapper{width:704px}}@media screen and (max-width: 767px){.modal-event .modal-wrapper{width:100%;padding-bottom:16px}}.modal-event .modal-content{align-items:center}.modal-event .text-max{color:#999fa2;margin-bottom:8px}.modal-event .h4{text-wrap:unset;margin-bottom:32px}@media screen and (max-width: 1023px){.modal-event .h4{margin-bottom:24px}}@media screen and (max-width: 767px){.modal-event .h4{margin-bottom:16px}}.modal-event .info{display:flex;align-items:center;flex-wrap:wrap;justify-content:center;margin-bottom:70px;gap:32px}@media screen and (max-width: 1023px){.modal-event .info{margin-bottom:60px}}@media screen and (max-width: 767px){.modal-event .info{margin-bottom:88px}}.modal-event .info .group{display:flex;align-items:center;gap:8px;margin-bottom:-16px}@media screen and (max-width: 767px){.modal-event .info .group{margin-bottom:-24px}}.modal-event .info .group:last-of-type{margin-right:unset}.modal-event .info .group .icon{width:24px;height:24px;color:#999fa2}.modal-event .form{width:100%}.modal-event .form .form-group{flex-direction:column;display:flex;gap:62px;margin-bottom:32px}@media screen and (max-width: 1023px){.modal-event .form .form-group{gap:52px;margin-bottom:24px}}@media screen and (max-width: 767px){.modal-event .form .form-group{gap:44px;margin-bottom:16px}}.modal-event .form .loader-container{position:static;transform:unset;margin-bottom:50px}.modal-event .form .btn{justify-self:center}.modal-event .form .btn .loader-container{position:absolute;transform:translate(-50%,-50%);margin-bottom:unset}@media screen and (max-width: 767px){.modal-event .form .btn{width:100%}}.main-block{width:100%;height:fit-content!important;min-height:20svh;position:relative;z-index:0}.main-block:before{content:"";width:100%;height:calc(100% + 60px);position:absolute;top:0;left:0;right:0;bottom:-60px;background-image:url(/build/assets/main-bg-ecb744a7.webp);background-attachment:fixed;background-repeat:no-repeat;background-size:cover}@media screen and (max-width: 767px){.main-block{background-attachment:unset}}.main-block .main-container{width:100%;max-width:unset;display:flex;flex-direction:column;align-items:center;gap:16px;min-height:400px;transform:translateY(112.5px);will-change:transform;padding-top:128px!important;transition:transfrom .2s;padding-bottom:256px}@media screen and (max-width: 1439px){.main-block .main-container{transform:translateY(96.5px);padding-top:96px!important;padding-bottom:192px}}@media screen and (max-width: 1023px){.main-block .main-container{transform:translateY(72.5px);padding-top:81px!important;padding-bottom:160px}}@media screen and (max-width: 767px){.main-block .main-container{transform:translateY(60.5px);gap:8px;padding-top:65px!important;padding-bottom:131px}}.main-block .text{max-width:981px;margin-bottom:48px;color:#333f46;text-align:center;line-height:150%}@media screen and (max-width: 1439px){.main-block .text{margin-bottom:32px;max-width:950px}}@media screen and (max-width: 1023px){.main-block .text{margin-bottom:16px;max-width:703px}}@media screen and (max-width: 767px){.main-block .text{width:calc(90% - 24px);max-width:unset;margin-bottom:8px}}.main-block .categories-list{width:840px;display:flex;flex-direction:row;flex-wrap:wrap;align-items:start;justify-content:center;gap:24px}@media screen and (max-width: 1439px){.main-block .categories-list{width:769px;gap:16px}}@media screen and (max-width: 1023px){.main-block .categories-list{width:703px}}@media screen and (max-width: 767px){.main-block .categories-list{gap:8px;width:calc(100% - 16px)}}.main-block .categories-list .btn{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:20px 50px;border-radius:50px;background-color:#426da9}@media screen and (max-width: 1919px){.main-block .categories-list .btn{font-size:24px}}@media screen and (max-width: 1439px){.main-block .categories-list .btn{padding:16px 32px;font-size:20px}}@media screen and (max-width: 767px){.main-block .categories-list .btn{padding:8px 16px;font-size:15px}}.main-block .categories-list .btn span{color:#fff;font-size:26px;font-weight:700;line-height:normal;text-align:center;text-transform:uppercase;white-space:nowrap}@media screen and (max-width: 1439px){.main-block .categories-list .btn span{font-size:22px}}@media screen and (max-width: 1023px){.main-block .categories-list .btn span{font-size:20px}}@media screen and (max-width: 767px){.main-block .categories-list .btn span{font-size:16px}}@media (hover: hover) and (pointer: fine){.main-block .categories-list .btn:hover{background-color:#0b5394}}.slider-wrapper{position:relative;z-index:1;width:100%;margin-top:0}.main-slider-parallax{width:100%;height:auto;border-radius:64px 64px 0 0;position:relative;overflow:hidden}@media screen and (max-width: 1439px){.main-slider-parallax{border-radius:48px 48px 0 0}}@media screen and (max-width: 1023px){.main-slider-parallax{border-radius:32px 32px 0 0}}@media screen and (max-width: 767px){.main-slider-parallax{border-radius:16px 16px 0 0}}.main-slider-parallax .swiper-parallax,.main-slider-parallax .swiper-parallax .swiper-wrapper{width:100%;height:auto}.main-slider-parallax .swiper-parallax .swiper-slide{width:100%;height:auto;display:flex;flex-direction:column;align-items:flex-start;align-items:center;padding-top:128px;padding-bottom:298px;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;background-position:center;position:relative;overflow:hidden;color:#fff;min-height:fit-content}.main-slider-parallax .swiper-parallax .swiper-slide:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";width:100%;height:100%;background:rgba(66,109,169,.9)}@media screen and (max-width: 1439px){.main-slider-parallax .swiper-parallax .swiper-slide{padding-top:90px;padding-bottom:220px}}@media screen and (max-width: 1023px){.main-slider-parallax .swiper-parallax .swiper-slide{padding-top:70px;padding-bottom:196px}}@media screen and (max-width: 767px){.main-slider-parallax .swiper-parallax .swiper-slide{padding-top:50px;padding-bottom:130px}}.main-slider-parallax .swiper-parallax .swiper-slide img{position:absolute;top:0;left:0;right:0}.main-slider-parallax .slide-content{position:relative;z-index:4;max-width:944px;display:flex;flex-direction:column;align-items:center}@media screen and (max-width: 1439px){.main-slider-parallax .slide-content{max-width:742px}}@media screen and (max-width: 1023px){.main-slider-parallax .slide-content{max-width:538px}}@media screen and (max-width: 767px){.main-slider-parallax .slide-content{max-width:unset;width:calc(100% - 24px)}}.main-slider-parallax .h2{color:#fff;text-align:center;margin-bottom:16px}@media screen and (max-width: 1023px){.main-slider-parallax .h2{margin-bottom:8px}}.main-slider-parallax .text-container{max-width:800px;margin-bottom:30px;text-align:center}@media screen and (max-width: 767px){.main-slider-parallax .text-container{margin-bottom:20px}}.main-slider-parallax .text-container p{text-align:center;color:#fff;font-family:Verdana,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:150%}@media screen and (max-width: 1439px){.main-slider-parallax .text-container p{font-size:18px}}@media screen and (max-width: 1023px){.main-slider-parallax .text-container p{font-size:16px}}.main-slider-parallax .btn{z-index:4}.swiper-pagination{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:16px}.swiper-pagination .swiper-pagination-bullet{width:10px;height:10px;border-radius:50%;background-color:#fff;transition:all .3s;opacity:.2}.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#fff;opacity:1}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{height:2px;background-color:#e0e0e1;border-radius:10px}.swiper-scrollbar .swiper-scrollbar-drag{border-radius:10px;height:6px;background-color:#426da9;top:-2px;cursor:pointer}@media (hover: hover) and (pointer: fine){.swiper-scrollbar .swiper-scrollbar-drag:hover{top:-3px;height:8px}}.swiper-parallax .swiper-pagination{position:absolute;bottom:224px;height:fit-content}@media screen and (max-width: 1439px){.swiper-parallax .swiper-pagination{bottom:168px}}@media screen and (max-width: 1023px){.swiper-parallax .swiper-pagination{bottom:136px}}@media screen and (max-width: 767px){.swiper-parallax .swiper-pagination{bottom:105px}}.reviews-swiper,.photo-swiper .swiper{overflow:visible;padding-bottom:32px}@media screen and (max-width: 1439px){.reviews-swiper,.photo-swiper .swiper{padding-bottom:24px}}@media screen and (max-width: 767px){.reviews-swiper,.photo-swiper .swiper{padding-bottom:16px}}.reviews-swiper .swiper-slide,.photo-swiper .swiper .swiper-slide{height:auto}.photo-swiper .swiper,.news-swiper .swiper{overflow:visible}.photo-swiper .swiper-slide,.news-swiper .swiper-slide{width:fit-content;height:fit-content}.swiper-scrollbar{width:100%!important;left:0!important;right:0!important}.webinars-swiper .link{font-size:20px;color:#333f46}.main-content{width:100%;height:auto;background-color:#f4f4f4;padding-top:128px;border-radius:64px 64px 0 0;position:relative;z-index:2;margin-top:-128px}@media screen and (max-width: 1439px){.main-content{border-radius:48px 48px 0 0;padding-top:96px}}@media screen and (max-width: 1023px){.main-content{border-radius:32px 32px 0 0;padding-top:80px}}@media screen and (max-width: 767px){.main-content{border-radius:16px 16px 0 0;padding-top:64px}}@media screen and (max-width: 1439px){.main-content{margin-top:-96px}}@media screen and (max-width: 1023px){.main-content{margin-top:-80px}}@media screen and (max-width: 767px){.main-content{margin-top:-64px}}.card .lecturers-list{display:flex;flex-direction:column;gap:8px;width:fit-content}.card .lecturers-list ul{display:flex;margin-left:10px}.card .lecturers-list ul .img-wrapper{border-radius:100%;border:3px solid #FFFFFF;overflow:hidden;width:48px;aspect-ratio:1/1;margin-left:-10px;transition:border .2s;position:relative}@media (hover: hover) and (pointer: fine){.card .lecturers-list ul .img-wrapper:hover{border:3px solid #426DA9}}.card .lecturers-list ul .media-wrapper{z-index:2}.card .lecturers-list ul .blue-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#426DA9;background:linear-gradient(22deg,rgb(66,109,169) 0%,rgb(159,178,212) 32%,rgb(255,255,255) 100%);z-index:1}.card .lecturers-list .remaining-count{background-color:#e0e0e1;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px}.card{cursor:pointer;padding:32px;display:flex;flex-direction:column;gap:16px;width:100%;height:100%;border-radius:24px;overflow:hidden;border:2px solid #E0E0E1;background-color:#fff;transition:border .2s}@media (hover: hover) and (pointer: fine){.card:hover{border:2px solid #426DA9}.card:hover .title{color:#426da9}}@media screen and (max-width: 1439px){.card{padding:24px}}@media screen and (max-width: 767px){.card{padding:16px;border-radius:16px}}.event-card{position:relative}.event-card .places{position:absolute;top:-2px;right:-2px;background-color:#d41e1e;padding:7px 16px;border-radius:0 0 0 16px}.event-card .places span{color:#fff}.event-card .top{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.event-card .top .text-muted{max-width:77%}.event-card .title{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.event-card .info{display:flex;flex-direction:column;gap:8px}@media screen and (max-width: 767px){.event-card .info{gap:4px}}.event-card .price{margin-top:auto;padding-top:16px;border-top:2px solid #E0E0E1;display:flex;align-items:flex-end;gap:24px}.event-card .price .old{text-decoration:line-through}.event-card.past .price,.event-card.past .places{display:none}.event-card.gray{background-color:#f4f4f4}.event-card.gray .card-lecturers-list .img-wrapper{border:3px solid #F4F4F4}@media (hover: hover) and (pointer: fine){.event-card:hover .top .h4{color:#426da9}}.review-card .text .review-text{display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin-bottom:16px;word-break:break-word}@media (hover: hover) and (pointer: fine){.review-card .text:hover .review-text{color:#426da9}.review-card .text:hover .link{text-decoration:underline}}.review-card .info{margin-top:auto;padding-top:16px;border-top:2px solid #E0E0E1}.review-card .info .h4{margin-bottom:8px}.review-card .info p{display:flex;gap:8px;align-items:center}.review-card .link{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:100%}@media (hover: hover) and (pointer: fine){.review-card .link:hover{text-decoration:underline}}.review-card .read-all{cursor:pointer;display:none}.photo-card{cursor:pointer;width:576px;height:324px;border-radius:24px;overflow:hidden}@media screen and (max-width: 1919px){.photo-card{width:416px;height:234px}}@media screen and (max-width: 1439px){.photo-card{width:460px;height:259px}}@media screen and (max-width: 1023px){.photo-card{width:344px;height:193px}}@media screen and (max-width: 767px){.photo-card{width:272px;height:153px}}.webinar-card-v{height:100%}.webinar-card>.img-wrapper{border-radius:8px;overflow:hidden;position:relative;aspect-ratio:1/.57}.webinar-card>.img-wrapper .icon-blocked{display:none}.webinar-card.blocked>.img-wrapper .icon-blocked{display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;color:#fff;width:54px;aspect-ratio:1/1}.webinar-card.blocked>.img-wrapper:after{position:absolute;content:"";top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,rgba(255,255,255,.7) 0%,rgba(255,255,255,.7) 100%)}.news-card h4,.news-card .desc,.webinar-card h4,.webinar-card .desc{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.news-card .info,.webinar-card .info{margin-top:auto;padding-top:16px;border-top:2px solid #E0E0E1;display:flex;justify-content:space-between;align-items:center}.news-card .info .views,.webinar-card .info .views{display:flex;align-items:center;gap:8px;color:#999fa2}.news-card .info .views .icon,.webinar-card .info .views .icon{width:24px;height:24px}@media (hover: hover) and (pointer: fine){.news-card:hover h4,.webinar-card:hover h4{color:#426da9}}.lecturer-card{display:flex;align-items:center;gap:32px}@media screen and (max-width: 1919px){.lecturer-card{gap:16px}}@media screen and (max-width: 767px){.lecturer-card{align-items:flex-start;gap:8px}}@media (hover: hover) and (pointer: fine){.lecturer-card:hover .img-wrapper{border:4px solid #426DA9}}@media screen and (hover: hover) and (pointer: fine) and (max-width: 767px){.lecturer-card:hover .img-wrapper{border:2px solid #426DA9}}@media (hover: hover) and (pointer: fine){.lecturer-card:hover .h4{color:#426da9}}.lecturer-card .img-wrapper{border-radius:100%;overflow:hidden;width:128px;height:128px;flex-shrink:0;border:4px solid transparent;transition:border .2s;box-sizing:content-box;position:relative}@media screen and (max-width: 1919px){.lecturer-card .img-wrapper{width:96px;height:96px}}@media screen and (max-width: 767px){.lecturer-card .img-wrapper{width:48px;height:48px;border:2px solid transparent}}.lecturer-card .info{flex:1;display:flex;flex-direction:column;gap:8px}.lecturer-card .info .note{font-size:16px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 1023px){.lecturer-card .info .note{font-size:14px}}.lecturer-card .media-wrapper{z-index:2}.lecturer-card .blue-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#426DA9;background:linear-gradient(22deg,rgb(66,109,169) 0%,rgb(159,178,212) 32%,rgb(255,255,255) 100%);z-index:1}.sponsor-card{background-color:#fff;display:flex;flex-direction:column;align-items:flex-start;gap:32px;position:relative;cursor:pointer}@media screen and (max-width: 1439px){.sponsor-card{gap:24px}}@media screen and (max-width: 767px){.sponsor-card{gap:16px}}.sponsor-card .img-wrapper{height:70px;width:auto;max-width:250px}.sponsor-card .img-wrapper img{object-fit:contain}.sponsor-card .h3{margin-top:auto}.sponsor-card .link{position:absolute;top:24px;right:24px}.sponsor-card .link svg{width:24px;height:24px}@media (hover: hover) and (pointer: fine){.sponsor-card:hover .h3{color:#426da9}}.about-section{background-image:url(/build/assets/about-bg-55bceb17.webp);background-repeat:no-repeat;background-position:100% 30%;background-size:cover;padding-top:128px;border-radius:64px 64px 0 0;position:relative;overflow:hidden;padding-bottom:128px}@media screen and (max-width: 1439px){.about-section{border-radius:48px 48px 0 0;padding-top:96px}}@media screen and (max-width: 1023px){.about-section{border-radius:32px 32px 0 0;padding-top:80px}}@media screen and (max-width: 767px){.about-section{border-radius:16px 16px 0 0;padding-top:64px}}.about-section:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";width:100%;height:100%;background:rgba(66,109,169,.9)}.about-section .container{padding-bottom:128px;color:#fff;position:relative;z-index:1;display:flex;align-items:center;flex-direction:column}@media screen and (max-width: 1439px){.about-section .container{padding-bottom:96px}}@media screen and (max-width: 1023px){.about-section .container{padding-bottom:80px}}.about-section h2{margin-bottom:16px}@media screen and (max-width: 1023px){.about-section h2{margin-bottom:8px}}.about-section .desc{max-width:770px;margin-bottom:64px}@media screen and (max-width: 1919px){.about-section .desc{margin-bottom:48px}}@media screen and (max-width: 1023px){.about-section .desc{margin-bottom:32px}}@media screen and (max-width: 767px){.about-section .desc{margin-bottom:16px}}.about-section .num-list{display:flex;align-items:center;gap:128px;justify-content:center}@media screen and (max-width: 1439px){.about-section .num-list{gap:96px}}@media screen and (max-width: 1023px){.about-section .num-list{gap:61px}}@media screen and (max-width: 767px){.about-section .num-list{gap:16px;flex-direction:column}}.about-section .num-list li{display:flex;flex-direction:column;align-items:center;gap:4px}.about-banner{background-image:url(/build/assets/about-bg-55bceb17.webp);background-repeat:no-repeat;background-position:100% 42%;background-size:cover;border-radius:64px 64px 0 0;overflow:hidden;padding-top:64px;position:relative;min-height:fit-content;padding-bottom:192px}.about-banner:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";width:100%;height:100%;background:rgba(66,109,169,.9)}@media screen and (max-width: 1439px){.about-banner{padding-top:32px;border-radius:48px 48px 0 0;padding-bottom:128px}}@media screen and (max-width: 1023px){.about-banner{border-radius:0;padding-top:32px;padding-bottom:112px}}@media screen and (max-width: 767px){.about-banner{padding-bottom:96px}}.about-banner .container{position:relative;z-index:1;color:#fff;display:flex;flex-direction:column;gap:32px}@media screen and (max-width: 1439px){.about-banner .container{gap:24px}}@media screen and (max-width: 1023px){.about-banner .container{gap:16px}}.about-banner .breadcrumbs{margin-bottom:unset}.about-banner .breadcrumbs .breadcrumbs-item{color:#fff}.about-banner .breadcrumbs .breadcrumbs-item.active{opacity:.5}.about-banner h1{text-wrap:auto}.about-banner .desc p{font-size:20px!important;line-height:140%;max-width:1173px}@media screen and (max-width: 1919px){.about-banner .desc p{max-width:853px}}@media screen and (max-width: 1439px){.about-banner .desc p{font-size:18px!important;max-width:unset}}@media screen and (max-width: 1023px){.about-banner .desc p{font-size:16px!important}}.about-page{padding-top:113px;overflow-x:clip}@media screen and (max-width: 1023px){.about-page{padding-top:64px}}@media screen and (max-width: 767px){.about-page{padding-top:56px}}.about-page .about-content{transform:translateY(-120px);background-color:#f4f4f4;padding-top:128px;border-radius:64px 64px 0 0;margin-bottom:-128px}@media screen and (max-width: 1439px){.about-page .about-content{border-radius:48px 48px 0 0;padding-top:96px;transform:translateY(-96px)}}@media screen and (max-width: 1023px){.about-page .about-content{padding-top:80px;transform:translateY(-80px);margin-bottom:-80px}}@media screen and (max-width: 767px){.about-page .about-content{transform:translateY(-64px);border-radius:16px 16px 0 0;padding-top:64px;margin-bottom:-60px}}.about-page .about-info+.about-info{margin-top:32px}.about-page .about-info+.about-info .container{padding-top:32px;border-top:2px solid #E0E0E1}@media screen and (max-width: 1439px){.about-page .about-info+.about-info{margin-top:24px}.about-page .about-info+.about-info .container{padding-top:24px}}.about-page .media-wrapper{width:100%;aspect-ratio:16/9;overflow:hidden;border-radius:24px;cursor:pointer}.about-page .media-wrapper iframe,.about-page .media-wrapper .video-container,.about-page .media-wrapper .video-preview{cursor:pointer;width:100%;height:100%}.about-page .media-wrapper .video-preview{position:relative}@media screen and (max-width: 767px){.about-page .media-wrapper{border-radius:unset;margin-left:-16px;width:calc(100% + 32px)}}.reviews-section,.rounded-block{padding-top:128px;border-radius:64px 64px 0 0;margin-top:-128px;position:relative;z-index:1;background-color:#f4f4f4}@media screen and (max-width: 1439px){.reviews-section,.rounded-block{border-radius:48px 48px 0 0;padding-top:96px}}@media screen and (max-width: 1023px){.reviews-section,.rounded-block{border-radius:32px 32px 0 0;padding-top:80px}}@media screen and (max-width: 767px){.reviews-section,.rounded-block{border-radius:16px 16px 0 0;padding-top:64px}}@media screen and (max-width: 1023px){.reviews-section,.rounded-block{margin-top:-80px}}@media screen and (max-width: 767px){.reviews-section,.rounded-block{margin-top:-64px}}.reviews-wrapper{overflow-x:clip}.reviews-swiper .swiper-slide{width:424px}@media screen and (max-width: 1919px){.reviews-swiper .swiper-slide{width:416px}}@media screen and (max-width: 767px){.reviews-swiper .swiper-slide{width:256px}}.webinars-section .webinars-list,.webinars-section .news-list,.news-section .webinars-list,.news-section .news-list{width:100%;display:grid;grid-template-columns:repeat(4,1fr);gap:32px}@media screen and (max-width: 1919px){.webinars-section .webinars-list,.webinars-section .news-list,.news-section .webinars-list,.news-section .news-list{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 1439px){.webinars-section .webinars-list,.webinars-section .news-list,.news-section .webinars-list,.news-section .news-list{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 767px){.webinars-section .webinars-list,.webinars-section .news-list,.news-section .webinars-list,.news-section .news-list{grid-template-columns:1fr}}@media screen and (max-width: 1439px){.webinars-section .webinars-list,.webinars-section .news-list,.news-section .webinars-list,.news-section .news-list{gap:24px}}@media screen and (max-width: 1023px){.webinars-section .webinars-list,.webinars-section .news-list,.news-section .webinars-list,.news-section .news-list{gap:16px}}.webinars-section .webinars-list .news-card,.webinars-section .news-list .news-card,.news-section .webinars-list .news-card,.news-section .news-list .news-card{width:100%}@media screen and (max-width: 1919px){.webinars-section .webinars-list .news-card:nth-of-type(4),.webinars-section .webinars-list li:nth-of-type(4),.webinars-section .news-list .news-card:nth-of-type(4),.webinars-section .news-list li:nth-of-type(4),.news-section .webinars-list .news-card:nth-of-type(4),.news-section .webinars-list li:nth-of-type(4),.news-section .news-list .news-card:nth-of-type(4),.news-section .news-list li:nth-of-type(4){display:none}}@media screen and (max-width: 1439px){.webinars-section .webinars-list .news-card:nth-of-type(3),.webinars-section .webinars-list li:nth-of-type(3),.webinars-section .news-list .news-card:nth-of-type(3),.webinars-section .news-list li:nth-of-type(3),.news-section .webinars-list .news-card:nth-of-type(3),.news-section .webinars-list li:nth-of-type(3),.news-section .news-list .news-card:nth-of-type(3),.news-section .news-list li:nth-of-type(3){display:none}}.webinars-section .webinar-card,.webinars-section .news-card,.news-section .webinar-card,.news-section .news-card{width:100%}.map-section{border-radius:24px;overflow:hidden;border:2px solid #E0E0E1;aspect-ratio:3.047619048/1;padding:128px;display:flex;align-items:center;justify-content:start;position:relative}@media screen and (max-width: 1919px){.map-section{aspect-ratio:2.277777778/1}}@media screen and (max-width: 1439px){.map-section{padding:64px;aspect-ratio:2.324455206/1}}@media screen and (max-width: 1023px){.map-section{padding:0;aspect-ratio:unset;display:flex;flex-direction:column;align-items:flex-start;align-items:start;justify-content:start;gap:24px;border-radius:0;border:unset}}@media screen and (max-width: 767px){.map-section{width:100%;overflow:visible;overflow-x:clip}}.map-section .h2{margin-bottom:32px}@media screen and (max-width: 1439px){.map-section .h2{margin-bottom:24px}}@media screen and (max-width: 767px){.map-section .h2{margin-bottom:16px}}.map-section .cities-container{display:flex;flex-direction:column;align-items:flex-start;max-width:475px;z-index:2}@media screen and (max-width: 1023px){.map-section .cities-container{max-width:unset;width:100%}}@media screen and (max-width: 767px){.map-section .cities-container{padding:0 16px}}.map-section .titles-container{display:flex;flex-direction:row;align-items:center;margin-bottom:16px}.map-section .titles-container .btn{padding:8px 20px}@media screen and (max-width: 1023px){.map-section .titles-container .btn{padding:7px 18px}}@media screen and (max-width: 767px){.map-section .titles-container .btn{padding:6px 12px}}.map-section .titles-container .btn span{font-size:16px}@media screen and (max-width: 1023px){.map-section .titles-container .btn span{font-size:14px}}@media screen and (max-width: 767px){.map-section .titles-container .btn span{font-size:12px}}.map-section .city-container{display:flex;flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:32px}@media screen and (max-width: 1439px){.map-section .city-container{margin-bottom:24px}}@media screen and (max-width: 1023px){.map-section .city-container{max-width:100%}}@media screen and (max-width: 767px){.map-section .city-container{margin-bottom:16px}}.map-section .city-container.hidden{display:none}.map-section .gradient-block{z-index:1;position:absolute;width:100%;height:100%;top:0;left:0;border-radius:26px;background:linear-gradient(90deg,#FFF 0%,rgba(255,255,255,0) 80%);pointer-events:none}@media screen and (max-width: 1023px){.map-section .gradient-block{display:none}}.map-section #map{position:absolute;width:100%;height:100%;top:0;left:0;border-radius:26px}@media screen and (max-width: 1023px){.map-section #map{position:relative;top:unset;left:unset;height:auto;aspect-ratio:2.346666667/1;min-height:300px;border-radius:24px;overflow:hidden;border:2px solid #E0E0E1}}@media screen and (max-width: 767px){.map-section #map{border-radius:unset;border:none;height:336px}}.map-section #map .ymaps-2-1-79-image{z-index:10}.map-section #map .ymaps-2-1-79-svg-icon,.map-section #map .ymaps-2-1-79-gototech,.map-section #map .ymaps-2-1-79-copyright__agreement{display:none}.map-section #map .ymaps-2-1-79-map,.map-section #map .ymaps-2-1-79-inner-panes{border-radius:26px}@media screen and (max-width: 1023px){.map-section #map .ymaps-2-1-79-map,.map-section #map .ymaps-2-1-79-inner-panes{width:100%!important;height:100%!important;border-radius:23px}}@media screen and (max-width: 767px){.map-section #map .ymaps-2-1-79-map,.map-section #map .ymaps-2-1-79-inner-panes{border-radius:16px}}.map-section.contacts{aspect-ratio:3.393939394/1}@media screen and (max-width: 1919px){.map-section.contacts{aspect-ratio:2.484848485/1}}@media screen and (max-width: 1439px){.map-section.contacts{aspect-ratio:2.513089005/1}}@media screen and (max-width: 1023px){.map-section.contacts{aspect-ratio:unset}}@media screen and (max-width: 767px){.map-section.contacts{overflow:clip;margin-bottom:-52px}}.map-section.contacts .h2{display:none}.lecturers h1{margin-bottom:32px}@media screen and (max-width: 1439px){.lecturers h1{margin-bottom:24px}}@media screen and (max-width: 1023px){.lecturers h1{margin-bottom:16px}}.lecturers .search-wrapper{margin-bottom:64px;background-color:#fff;padding:16px;border-radius:16px;display:flex;align-items:center;gap:10px;transition:border .2s;border:2px solid transparent}@media screen and (max-width: 1919px){.lecturers .search-wrapper{margin-bottom:48px}}@media screen and (max-width: 1439px){.lecturers .search-wrapper{margin-bottom:32px}}.lecturers .search-wrapper:focus-within{border:2px solid #426DA9}@media (hover: hover) and (pointer: fine){.lecturers .search-wrapper:hover{border:2px solid #426DA9}}.lecturers .search-wrapper input{border:none;padding:unset;flex:1;font-size:16px;height:fit-content;border-radius:unset}.lecturers .search-wrapper input::placeholder{color:#999fa2}.lecturers .search-wrapper svg{color:#999fa2;width:24px;height:24px}.lecturers .search-wrapper .btn-clear{cursor:pointer;transition:color .2s}@media (hover: hover) and (pointer: fine){.lecturers .search-wrapper .btn-clear:hover{color:#333f46}}.lecturers .no-results{margin-top:-32px}@media screen and (max-width: 1919px){.lecturers .no-results{margin-top:-24px}}@media screen and (max-width: 1439px){.lecturers .no-results{margin-top:0}}.lecturers-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px 64px}@media screen and (max-width: 1919px){.lecturers-grid{gap:16px 64px}}@media screen and (max-width: 1439px){.lecturers-grid{gap:16px 24px}}@media screen and (max-width: 1023px){.lecturers-grid{gap:16px;grid-template-columns:1fr}}.lecturer,.partner-detail{padding-top:113px}@media screen and (max-width: 1023px){.lecturer,.partner-detail{padding-top:32px}}.lecturer .lecturer-info,.lecturer .partner-info,.partner-detail .lecturer-info,.partner-detail .partner-info{padding-top:64px;border-radius:64px 64px 0 0;background-color:#fff;padding-bottom:64px}@media screen and (max-width: 1439px){.lecturer .lecturer-info,.lecturer .partner-info,.partner-detail .lecturer-info,.partner-detail .partner-info{border-radius:48px 48px 0 0;padding-top:45px}}@media screen and (max-width: 1023px){.lecturer .lecturer-info,.lecturer .partner-info,.partner-detail .lecturer-info,.partner-detail .partner-info{border-radius:32px 32px 0 0}}@media screen and (max-width: 767px){.lecturer .lecturer-info,.lecturer .partner-info,.partner-detail .lecturer-info,.partner-detail .partner-info{border-radius:16px 16px 0 0;padding-top:35px}}@media screen and (max-width: 1439px){.lecturer .lecturer-info,.lecturer .partner-info,.partner-detail .lecturer-info,.partner-detail .partner-info{padding-bottom:32px}}@media screen and (max-width: 1023px){.lecturer .lecturer-info,.lecturer .partner-info,.partner-detail .lecturer-info,.partner-detail .partner-info{border-radius:unset}}.lecturer .lecturer-info .info,.lecturer .partner-info .info,.partner-detail .lecturer-info .info,.partner-detail .partner-info .info{display:flex;gap:64px}@media screen and (max-width: 1439px){.lecturer .lecturer-info .info,.lecturer .partner-info .info,.partner-detail .lecturer-info .info,.partner-detail .partner-info .info{gap:24px}}@media screen and (max-width: 767px){.lecturer .lecturer-info .info,.lecturer .partner-info .info,.partner-detail .lecturer-info .info,.partner-detail .partner-info .info{gap:16px;flex-direction:column-reverse;align-items:center}}.lecturer .lecturer-info .info .text,.lecturer .partner-info .info .text,.partner-detail .lecturer-info .info .text,.partner-detail .partner-info .info .text{flex:1;display:flex;flex-direction:column;gap:32px}@media screen and (max-width: 1439px){.lecturer .lecturer-info .info .text,.lecturer .partner-info .info .text,.partner-detail .lecturer-info .info .text,.partner-detail .partner-info .info .text{gap:24px}}@media screen and (max-width: 1023px){.lecturer .lecturer-info .info .text,.lecturer .partner-info .info .text,.partner-detail .lecturer-info .info .text,.partner-detail .partner-info .info .text{gap:16px}}@media screen and (max-width: 767px){.lecturer .lecturer-info .info .text,.lecturer .partner-info .info .text,.partner-detail .lecturer-info .info .text,.partner-detail .partner-info .info .text{width:100%}}.lecturer .lecturer-info .info .text .sponsor-card,.lecturer .partner-info .info .text .sponsor-card,.partner-detail .lecturer-info .info .text .sponsor-card,.partner-detail .partner-info .info .text .sponsor-card{width:342px;height:fit-content}@media screen and (max-width: 1439px){.lecturer .lecturer-info .info .text .sponsor-card,.lecturer .partner-info .info .text .sponsor-card,.partner-detail .lecturer-info .info .text .sponsor-card,.partner-detail .partner-info .info .text .sponsor-card{width:304px}}@media screen and (max-width: 1023px){.lecturer .lecturer-info .info .text .sponsor-card,.lecturer .partner-info .info .text .sponsor-card,.partner-detail .lecturer-info .info .text .sponsor-card,.partner-detail .partner-info .info .text .sponsor-card{width:100%;max-width:340px}}.lecturer .lecturer-info .info>.speaker-img,.lecturer .partner-info .info>.speaker-img,.partner-detail .lecturer-info .info>.speaker-img,.partner-detail .partner-info .info>.speaker-img{margin-top:-49px;width:555px;aspect-ratio:1/1;border-radius:100%;overflow:hidden;height:100%;position:relative}@media screen and (max-width: 1919px){.lecturer .lecturer-info .info>.speaker-img,.lecturer .partner-info .info>.speaker-img,.partner-detail .lecturer-info .info>.speaker-img,.partner-detail .partner-info .info>.speaker-img{width:30.1067073%}}@media screen and (max-width: 1439px){.lecturer .lecturer-info .info>.speaker-img,.lecturer .partner-info .info>.speaker-img,.partner-detail .lecturer-info .info>.speaker-img,.partner-detail .partner-info .info>.speaker-img{margin-top:-41px;width:31.6666667%}}@media screen and (max-width: 1023px){.lecturer .lecturer-info .info>.speaker-img,.lecturer .partner-info .info>.speaker-img,.partner-detail .lecturer-info .info>.speaker-img,.partner-detail .partner-info .info>.speaker-img{margin-top:-30px;width:31.1079545%}}@media screen and (max-width: 767px){.lecturer .lecturer-info .info>.speaker-img,.lecturer .partner-info .info>.speaker-img,.partner-detail .lecturer-info .info>.speaker-img,.partner-detail .partner-info .info>.speaker-img{margin-top:unset;width:100%;max-width:480px}}.lecturer .lecturer-info .info>.speaker-img .media-wrapper,.lecturer .partner-info .info>.speaker-img .media-wrapper,.partner-detail .lecturer-info .info>.speaker-img .media-wrapper,.partner-detail .partner-info .info>.speaker-img .media-wrapper{z-index:2}.lecturer .lecturer-info .info>.speaker-img .blue-overlay,.lecturer .partner-info .info>.speaker-img .blue-overlay,.partner-detail .lecturer-info .info>.speaker-img .blue-overlay,.partner-detail .partner-info .info>.speaker-img .blue-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#426DA9;background:linear-gradient(22deg,rgb(66,109,169) 0%,rgb(159,178,212) 32%,rgb(255,255,255) 100%);z-index:1}.lecturer .lecturer-events,.lecturer .partner-events,.partner-detail .lecturer-events,.partner-detail .partner-events{padding-top:128px;display:flex;flex-direction:column}@media screen and (max-width: 1439px){.lecturer .lecturer-events,.lecturer .partner-events,.partner-detail .lecturer-events,.partner-detail .partner-events{padding-top:96px}}@media screen and (max-width: 1023px){.lecturer .lecturer-events,.lecturer .partner-events,.partner-detail .lecturer-events,.partner-detail .partner-events{padding-top:80px}}@media screen and (max-width: 767px){.lecturer .lecturer-events,.lecturer .partner-events,.partner-detail .lecturer-events,.partner-detail .partner-events{padding-top:64px}}.lecturer .lecturer-events .events-list-block+.events-list-block,.lecturer .partner-events .events-list-block+.events-list-block,.partner-detail .lecturer-events .events-list-block+.events-list-block,.partner-detail .partner-events .events-list-block+.events-list-block{margin-top:128px}@media screen and (max-width: 1439px){.lecturer .lecturer-events .events-list-block+.events-list-block,.lecturer .partner-events .events-list-block+.events-list-block,.partner-detail .lecturer-events .events-list-block+.events-list-block,.partner-detail .partner-events .events-list-block+.events-list-block{margin-top:96px}}@media screen and (max-width: 1023px){.lecturer .lecturer-events .events-list-block+.events-list-block,.lecturer .partner-events .events-list-block+.events-list-block,.partner-detail .lecturer-events .events-list-block+.events-list-block,.partner-detail .partner-events .events-list-block+.events-list-block{margin-top:80px}}@media screen and (max-width: 767px){.lecturer .lecturer-events .events-list-block+.events-list-block,.lecturer .partner-events .events-list-block+.events-list-block,.partner-detail .lecturer-events .events-list-block+.events-list-block,.partner-detail .partner-events .events-list-block+.events-list-block{margin-top:64px}}.events .events-list{margin-top:64px;min-height:200px}@media screen and (max-width: 1919px){.events .events-list{margin-top:48px}}@media screen and (max-width: 1439px){.events .events-list{margin-top:32px}}@media screen and (max-width: 767px){.events .events-list{margin-top:16px}}.event-banner{border-radius:64px 64px 0 0;background:#426DA9;overflow:hidden;padding-top:64px;position:relative;min-height:fit-content;padding-bottom:192px}@media screen and (max-width: 1439px){.event-banner{padding-top:32px;border-radius:48px 48px 0 0;padding-bottom:128px}}@media screen and (max-width: 1023px){.event-banner{border-radius:0;padding-top:32px;padding-bottom:112px}}@media screen and (max-width: 767px){.event-banner{padding-bottom:96px}}.event-banner .container{position:relative;z-index:1;color:#fff;display:flex;flex-direction:column;gap:32px}@media screen and (max-width: 1439px){.event-banner .container{gap:24px}}@media screen and (max-width: 1023px){.event-banner .container{gap:16px}}.event-banner .breadcrumbs{margin-bottom:unset}.event-banner .breadcrumbs .breadcrumbs-item{color:#fff}.event-banner .breadcrumbs .breadcrumbs-item.active{opacity:.5}.event-banner .info{display:flex;align-items:center;flex-wrap:wrap;gap:32px}@media screen and (max-width: 1439px){.event-banner .info{gap:8px}}@media screen and (max-width: 767px){.event-banner .info{display:grid;grid-template-columns:1fr;gap:8px}}.event-banner .info .group{display:flex;align-items:center;gap:8px}@media screen and (max-width: 1439px){.event-banner .info .group{margin-right:24px}}@media screen and (max-width: 767px){.event-banner .info .group{margin-right:unset}}@media screen and (max-width: 1439px){.event-banner .info .address{grid-area:auto/span 3}}@media screen and (max-width: 767px){.event-banner .info .address{grid-area:unset}}.event-banner .info .icon{width:24px;height:24px;opacity:.4;color:#fff}.event-banner .bottom{padding-top:32px;border-top:2px solid rgba(255,255,255,.1);display:flex;align-items:flex-end;justify-content:space-between}@media screen and (max-width: 1439px){.event-banner .bottom{padding-top:24px}}@media screen and (max-width: 1023px){.event-banner .bottom{padding-top:16px}}@media screen and (max-width: 767px){.event-banner .bottom{flex-direction:column;align-items:flex-start;gap:16px}}.event-banner .bottom .price{display:flex;gap:32px;align-items:flex-end}@media screen and (max-width: 1439px){.event-banner .bottom .price{gap:24px}}@media screen and (max-width: 767px){.event-banner .bottom .price{width:100%;justify-content:space-between}}.event-banner .bottom .price .old{text-decoration:line-through;opacity:.5}@media screen and (max-width: 767px){.event-banner .bottom .btn,.event-banner .bottom .btn-event{width:100%}}.event{padding-top:113px;overflow-x:clip}@media screen and (max-width: 1023px){.event{padding-top:64px}}@media screen and (max-width: 767px){.event{padding-top:56px}}.event .event-content{transform:translateY(-120px);background-color:#f4f4f4;padding-top:128px;border-radius:64px 64px 0 0;margin-bottom:-128px}@media screen and (max-width: 1439px){.event .event-content{border-radius:48px 48px 0 0;padding-top:96px;transform:translateY(-96px);margin-bottom:-96px}}@media screen and (max-width: 1023px){.event .event-content{padding-top:80px;transform:translateY(-80px);margin-bottom:-80px}}@media screen and (max-width: 767px){.event .event-content{transform:translateY(-64px);border-radius:16px 16px 0 0;padding-top:64px;margin-bottom:-64px}}.event .price{display:flex;gap:32px;align-items:flex-end}@media screen and (max-width: 1439px){.event .price{gap:24px}}@media screen and (max-width: 767px){.event .price{width:100%;justify-content:space-between}}.event .price .old{text-decoration:line-through;opacity:.5}.event-program .program-list{border:2px solid #E0E0E1;background-color:#fff;border-radius:24px;padding:32px;display:flex;flex-direction:column;gap:32px}@media screen and (max-width: 1439px){.event-program .program-list{gap:24px;padding:24px}}@media screen and (max-width: 767px){.event-program .program-list{gap:16px;padding:16px}}.event-program .program-list .program-item{padding-bottom:32px;border-bottom:2px solid #E0E0E1;display:flex;gap:64px}@media screen and (max-width: 1439px){.event-program .program-list .program-item{padding-bottom:24px;gap:24px}}@media screen and (max-width: 1023px){.event-program .program-list .program-item{flex-direction:column;gap:16px}}@media screen and (max-width: 1023px){.event-program .program-list .program-item{padding-bottom:16px}}.event-program .program-list .program-item:last-of-type{padding-bottom:unset;border-bottom:unset}.event-program .program-list .program-item .info{width:30.2%;display:flex;flex-direction:column;gap:16px}@media screen and (max-width: 1919px){.event-program .program-list .program-item .info{width:29.2%}}@media screen and (max-width: 1439px){.event-program .program-list .program-item .info{width:30.9%}}@media screen and (max-width: 1023px){.event-program .program-list .program-item .info{width:100%}}@media screen and (max-width: 767px){.event-program .program-list .program-item .info{gap:8px}}.event-program .program-list .program-item .info .details{display:flex;flex-direction:column;gap:16px}@media screen and (max-width: 1023px){.event-program .program-list .program-item .info .details{flex-direction:row;flex-wrap:wrap;gap:4px}}@media screen and (max-width: 1023px){.event-program .program-list .program-item .info .details p{margin-right:12px}}.event-program .program-list .program-item .info p{font-size:16px}@media screen and (max-width: 767px){.event-program .program-list .program-item .info p{font-size:14px}}.event-program .program-list .program-item .text{flex:1}.event-discount .container{border:2px solid #E0E0E1;background-color:#fff;border-radius:24px;padding:32px;display:flex;align-items:flex-start;gap:64px}@media screen and (max-width: 1439px){.event-discount .container{padding:24px;gap:32px}}@media screen and (max-width: 1023px){.event-discount .container{flex-direction:column;gap:24px}}@media screen and (max-width: 767px){.event-discount .container{padding:16px;gap:16px}}.event-discount .img-wrapper{flex-shrink:0;max-height:294px;aspect-ratio:1.778911565/1;border-radius:8px;overflow:hidden}@media screen and (max-width: 1919px){.event-discount .img-wrapper{max-height:204px}}@media screen and (max-width: 1439px){.event-discount .img-wrapper{max-height:154px}}@media screen and (max-width: 1023px){.event-discount .img-wrapper{width:100%;max-height:369px}}.event-discount .text{flex:1}.event-discount .text .h2{margin-bottom:16px}@media screen and (max-width: 1439px){.event-discount .text .h2{margin-bottom:8px}}.event-sponsors .sponsors-list{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}@media screen and (max-width: 1919px){.event-sponsors .sponsors-list{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 1439px){.event-sponsors .sponsors-list{gap:24px}}@media screen and (max-width: 1023px){.event-sponsors .sponsors-list{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 767px){.event-sponsors .sponsors-list{grid-template-columns:1fr;gap:16px}}.event-menu-fixed{position:fixed;bottom:0;width:100%;background-color:#426da9;border-radius:64px 64px 0 0;z-index:2;gap:16px;padding:32px 0;opacity:1;transition:transform .2s ease,opacity .2s}@media screen and (max-width: 1439px){.event-menu-fixed{border-radius:48px 48px 0 0}}@media screen and (max-width: 1023px){.event-menu-fixed{padding-bottom:104px}}@media screen and (max-width: 767px){.event-menu-fixed{padding:16px 0 64px;border-radius:16px 16px 0 0}}.event-menu-fixed .container{display:flex;justify-content:space-between;gap:20px;align-items:flex-end}@media screen and (max-width: 767px){.event-menu-fixed .btn{padding:6px 12px}}@media screen and (max-width: 767px){.event-menu-fixed .btn span{font-size:10px}}.event-menu-fixed .price{gap:32px;color:#fff}@media screen and (max-width: 767px){.event-menu-fixed .price{flex-direction:column;gap:0;align-items:flex-start}}@media screen and (max-width: 767px){.event-menu-fixed .price .new{font-size:16px;line-height:140%;letter-spacing:-.32px}}@media screen and (max-width: 767px){.event-menu-fixed .price .old{font-size:10px!important;font-weight:400;line-height:120%}}.event-menu-fixed.hidden{display:flex;opacity:0;transform:translateY(100%)}.categories{margin-bottom:32px;display:flex;gap:8px;flex-wrap:wrap}@media screen and (max-width: 1439px){.categories{margin-bottom:24px}}@media screen and (max-width: 767px){.categories{flex-wrap:nowrap;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none;margin-left:-16px;padding-left:16px;margin-right:-16px;padding-right:16px;margin-bottom:16px}.categories::-webkit-scrollbar{display:none}}.categories .category{padding:16px 32px!important;white-space:nowrap;border:2px solid #E0E0E1!important;transition:border .2s,background-color .2s;line-height:100%}@media screen and (max-width: 1439px){.categories .category{padding:12px 24px!important}}@media screen and (max-width: 767px){.categories .category{padding:8px 20px!important}}@media (hover: hover) and (pointer: fine){.categories .category:hover{background-color:transparent!important;border:2px solid #426DA9!important}}.categories .category.active{color:#fff!important;border:2px solid #426DA9!important}@media (hover: hover) and (pointer: fine){.categories .category.active:hover{background-color:#355787!important;border:2px solid #355787!important}}.error-page{display:flex;height:100%;justify-content:center;align-items:center}@media screen and (max-width: 767px){.error-page{position:relative}}.error-page .container{padding:80px 0 150px;display:flex;flex-direction:column;gap:16px;align-items:center;position:relative;z-index:1}@media screen and (max-width: 1919px){.error-page .container{padding:118px 0 138px}}@media screen and (max-width: 1439px){.error-page .container{padding:52px 0 92px}}@media screen and (max-width: 1023px){.error-page .container{padding:129px 0 193px}}@media screen and (max-width: 767px){.error-page .container{padding:78px 0 134px}}.error-page .bg-img{position:fixed;z-index:0;top:0;bottom:0;width:100vw;height:100vh}@media screen and (max-width: 767px){.error-page .bg-img{height:550px}}.error-page .title{color:#426da9;text-align:center;font-size:128px;font-weight:700;text-transform:uppercase;line-height:120%;letter-spacing:-5.12px}@media screen and (max-width: 1439px){.error-page .title{font-size:96px;line-height:100%;letter-spacing:-3.84px}}@media screen and (max-width: 1023px){.error-page .title{font-size:80px;letter-spacing:-3.2px}}@media screen and (max-width: 767px){.error-page .title{font-size:64px;letter-spacing:-2.56px}}.error-page .h2{color:#426da9;max-width:562px}.error-page p{text-align:center;line-height:140%;max-width:562px}@media screen and (max-width: 1023px){.error-page p{max-width:486px}}.error-page .button-login{border-radius:30px;border:2px solid #426DA9!important;background:#426DA9!important;padding:16px 32px!important}@media screen and (max-width: 1439px){.error-page .button-login{padding:12px 24px!important}}@media screen and (max-width: 767px){.error-page .button-login{padding:8px 20px!important}}.error-page .button-login span{color:#fff!important;font-size:20px!important}@media screen and (max-width: 1439px){.error-page .button-login span{font-size:18px!important}}@media screen and (max-width: 767px){.error-page .button-login span{font-size:16px!important}}@media (hover: hover) and (pointer: fine){.error-page .button-login:hover{border:2px solid #355787!important;background-color:#355787!important}}.error-page.err-500 .h2,.error-page.err-500 p{max-width:574px}@media screen and (max-width: 1023px){.error-page.err-500 .h2,.error-page.err-500 p{max-width:502px}}@media screen and (max-width: 767px){.error-page.err-500 .h2,.error-page.err-500 p{max-width:100%}}#cabinet{display:contents}.cabinet{overflow-y:visible;overflow-x:clip}.cabinet .container{position:relative}@media screen and (max-width: 1439px){.cabinet .container{display:flex;flex-direction:column;gap:32px}}.cabinet .categories{margin-bottom:32px}.cabinet .events-list{display:flex;flex-direction:column}.cabinet .events-list>ul{display:flex;flex-direction:column;gap:32px}@media screen and (max-width: 1439px){.cabinet .events-list>ul{gap:24px}}@media screen and (max-width: 1023px){.cabinet .events-list>ul{gap:16px}}.cabinet .settings-content h3{margin-bottom:20px}.cabinet .settings-content form{border-radius:26px;border:1px solid #E0E0E1;background-color:#fff;padding:24px;width:700px}@media screen and (max-width: 1439px){.cabinet .settings-content form{width:100%}}@media screen and (max-width: 767px){.cabinet .settings-content form{padding:24px 10px}}.cabinet .settings-content form h4{margin-bottom:20px}.cabinet .settings-content form .btn{width:100%;padding:19px 24px}.cabinet .settings-content form .btn span{white-space:nowrap}.cabinet-sections{position:fixed}@media screen and (max-width: 1439px){.cabinet-sections{position:static}}@media screen and (max-width: 1023px){.cabinet-sections{display:none}}.cabinet-sections .h4{margin-bottom:16px}.cabinet-sections ul{display:flex;flex-direction:column;gap:8px}@media screen and (max-width: 1439px){.cabinet-sections ul{flex-direction:row}}.cabinet-sections ul .btn{padding:8px 20px!important;border:2px solid #E0E0E1!important;transition:border .2s}.cabinet-sections ul .btn span{color:#333f46!important;font-size:16px}@media (hover: hover) and (pointer: fine){.cabinet-sections ul .btn:hover{border:2px solid #426DA9!important;background-color:transparent!important}.cabinet-sections ul .btn:hover span{color:#426da9!important}}.cabinet-sections ul .btn.active{border:2px solid #426DA9!important}.cabinet-sections ul .btn.active span{color:#fff!important}@media (hover: hover) and (pointer: fine){.cabinet-sections ul .btn.active:hover{border:2px solid #426DA9!important;background-color:#426da9!important}.cabinet-sections ul .btn.active:hover span{color:#fff!important}}.cabinet-content{margin-left:464px;min-height:300px}@media screen and (max-width: 1919px){.cabinet-content{margin-left:344px}}@media screen and (max-width: 1439px){.cabinet-content{margin-left:unset}}.cabinet-content .h1{margin-bottom:32px}@media screen and (max-width: 1439px){.cabinet-content .h1{margin-bottom:16px}}.event-item{display:flex;flex-direction:row;gap:64px;cursor:auto}@media screen and (max-width: 1439px){.event-item{gap:24px}}@media screen and (max-width: 1023px){.event-item{flex-direction:column;gap:16px}}@media (hover: hover) and (pointer: fine){.event-item:hover{border:2px solid #E0E0E1}}.event-item .left{width:287px}@media screen and (max-width: 1919px){.event-item .left{width:248px}}@media screen and (max-width: 1439px){.event-item .left{width:280px}}@media screen and (max-width: 1023px){.event-item .left{width:100%}}@media screen and (max-width: 1023px){.event-item .left{padding-bottom:16px;border-bottom:2px solid #E0E0E1}}.event-item .right{flex:1}.event-item .text-min{color:#999fa2;margin-bottom:8px}.event-item .h4,.event-item .lecturers-list{margin-bottom:24px}@media screen and (max-width: 1439px){.event-item .h4,.event-item .lecturers-list{margin-bottom:16px}}.event-item .btns{display:flex;flex-wrap:wrap;gap:8px}.event-item .btns .btn{padding:8px 20px}@media screen and (max-width: 1023px){.event-item .btns .btn{padding:7px 18px}}@media screen and (max-width: 767px){.event-item .btns .btn{padding:6px 12px}}.event-item .btns .btn-secondary{border:2px solid #E0E0E1!important;transition:border .3s,background-color .3s}.event-item .btns .btn-secondary span{color:#333f46!important}@media (hover: hover) and (pointer: fine){.event-item .btns .btn-secondary:hover{border:2px solid #426DA9!important;background-color:transparent!important}.event-item .btns .btn-secondary:hover span{color:#426da9!important}}.event-item .btns .btn span{font-size:16px}@media screen and (max-width: 1023px){.event-item .btns .btn span{font-size:14px}}@media screen and (max-width: 767px){.event-item .btns .btn span{font-size:12px}}@media screen and (max-width: 767px){.event-item .btns{flex-direction:column;gap:16px}}.event-item .info{display:flex;flex-direction:column;gap:8px}@media screen and (max-width: 1023px){.event-item .info{flex-direction:row;gap:24px;align-items:center;flex-wrap:wrap}}@media screen and (max-width: 767px){.event-item .info{align-items:flex-start;flex-direction:column;gap:8px}}.event-item .info.top{margin-bottom:16px;padding-bottom:16px;border-bottom:2px solid #E0E0E1}.event-item .info li{display:flex;gap:8px;align-items:center}.event-item .info li .icon{width:24px;height:24px;color:#999fa2}.event-item .info li .icon path{stroke:#999fa2}.event-item .info li span{color:#333f46;margin-bottom:unset;line-height:100%}.event-item .info li.live .icon,.event-item .info li.live span{color:#d41e1e}.event-item .info li.paid span{color:#0f9f2a}.event-item .info li.unpaid span{color:#d41e1e}.event-item .info li.done .icon,.event-item .info li.paid .icon{color:#0f9f2a}.event-item .info li.undone .icon,.event-item .info li.unpaid .icon{color:#d41e1e}.event-item .info li .price{display:flex;gap:8px}.event-item .info li .price .old{text-decoration:line-through;color:#999fa2}.bottom-nav{display:none;position:fixed;bottom:0;left:0;right:0;width:100%;z-index:10}@media screen and (max-width: 1023px){.bottom-nav{display:block}}.bottom-nav>nav{display:flex;align-items:center;justify-content:center;padding:16px 0;background:rgba(255,255,255,.8);-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);position:relative;z-index:11}@media screen and (max-width: 767px){.bottom-nav>nav{padding:12px 0}}@supports (padding: max(0px)){.bottom-nav>nav{padding-bottom:calc(env(safe-area-inset-bottom) + 16px)}}.bottom-nav .btn-burger{cursor:pointer;display:none;align-items:center;justify-content:center;flex-direction:column;gap:4px}.bottom-nav .btn-burger span{display:block;height:2px;background-color:#999fa2;width:18px;border-radius:10px;transition:transform .2s,opacity .2s}@media screen and (max-width: 1023px){.bottom-nav .btn-burger{display:flex}}.bottom-nav .btn-burger.active span:nth-of-type(1){transform:rotate(45deg) translate(4px,3px);background-color:#426da9}.bottom-nav .btn-burger.active span:nth-of-type(2){opacity:0}.bottom-nav .btn-burger.active span:nth-of-type(3){transform:rotate(-45deg) translate(5px,-5px);background-color:#426da9}.bottom-nav .menu-item{cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:4px;width:20%}.bottom-nav .menu-item .icon{width:24px;height:24px;color:#999fa2}.bottom-nav .menu-item .title{font-size:12px;font-weight:400;line-height:100%;white-space:nowrap;text-align:center}@media screen and (max-width: 767px){.bottom-nav .menu-item .title{display:none}}.bottom-nav .menu-item.active .icon{color:#426da9}.bottom-nav .menu-item.active svg path{stroke:#426da9}.bottom-nav .menu-mob{position:fixed;top:64px;bottom:72px;right:0;background-color:#fffc;box-shadow:0 40px 80px #2e3b4340;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);border-top:1px solid #E0E0E1;border-bottom:1px solid #E0E0E1;display:flex;flex-direction:column;gap:32px;max-width:304px;padding:32px;align-items:flex-end;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none;transition:transform .3s}.bottom-nav .menu-mob::-webkit-scrollbar{display:none}@media screen and (max-width: 767px){.bottom-nav .menu-mob{padding:16px;top:56px;bottom:52px;gap:16px}}.bottom-nav .menu-mob.high{top:0;padding-top:64px}.bottom-nav .menu-mob .nav-top{color:#426da9}.bottom-nav .menu-mob .nav-top,.bottom-nav .menu-mob .nav-bottom{padding-top:32px;border-top:1px solid #E0E0E1;display:flex;flex-direction:column;align-items:flex-end;gap:32px;font-size:18px;width:100%}@media screen and (max-width: 767px){.bottom-nav .menu-mob .nav-top,.bottom-nav .menu-mob .nav-bottom{font-size:16px;padding-top:16px;gap:16px}}.bottom-nav .menu-mob .socials{margin-top:auto;display:flex;gap:32px}.bottom-nav .menu-mob .socials a{display:flex;align-items:center;justify-content:center}.bottom-nav .menu-mob .socials .icon{width:24px;height:24px}@media screen and (max-width: 1023px){.partner-detail .info{flex-direction:column-reverse;gap:16px}}.partner-detail .info>.text .info-group{display:flex;flex-direction:column;gap:8px}.partner-detail .info>.text .info-group ul{gap:4px}.partner-detail .info>.text .info-group a{text-decoration:unset}.partner-detail .info>.text .info-group .contacts-item{display:flex;align-items:center;gap:6px}@media screen and (max-width: 767px){.partner-detail .info>.text .info-group .contacts-item{flex-direction:column;align-items:flex-start}}.partner-detail .info>.text .info-group .mail{color:#426da9}.partner-detail .info .sponsor-card{width:30.9709821%}@media screen and (max-width: 1919px){.partner-detail .info .sponsor-card{width:30.1067073%}}@media screen and (max-width: 1439px){.partner-detail .info .sponsor-card{width:31.6666667%}}@media screen and (max-width: 1023px){.partner-detail .info .sponsor-card{width:100%}}@media screen and (max-width: 1439px){.partners .list-default{grid-template-columns:repeat(3,1fr);gap:24px}}@media screen and (max-width: 1023px){.partners .list-default{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 767px){.partners .list-default{grid-template-columns:1fr;gap:16px}}.filters .filters-wrapper{display:flex;gap:8px;align-items:center;position:relative}.filters .clear-filters{flex-shrink:0;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background-color:#426da9;border-radius:100%}.filters .clear-filters svg{width:24px;height:24px}.filters .filters-list{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.filters .filters-list input#dp{opacity:0;position:absolute;pointer-events:none;width:100%}.filters .filter{display:flex;align-items:center;cursor:pointer;padding:8px 20px 8px 12px;border-radius:30px;border:2px solid #E0E0E1;width:fit-content;transition:border .2s;white-space:nowrap}@media screen and (max-width: 767px){.filters .filter{padding:6px 12px 6px 9px}}.filters .filter span{white-space:nowrap;line-height:100%}@media screen and (max-width: 767px){.filters .filter span{font-size:12px}}.filters .filter .icon-circle{margin-right:8px;width:8px;height:8px}.filters .filter.active .icon-circle circle{fill:#426da9}@media (hover: hover) and (pointer: fine){.filters .filter:hover{border:2px solid #426DA9}}.filters .filter .checkbox-container{display:flex;align-items:center}.filters .filter .checkbox-container input{display:none}.filters .filters-dropdown{width:100%;max-width:640px;position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:11;border-radius:24px;background:rgba(255,255,255,.8);box-shadow:0 40px 80px #2e3b4340;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);padding:32px;transition:opacity .2s,transform .2s,height .2s;height:auto;min-height:142px;overflow:hidden}@media screen and (max-width: 1023px){.filters .filters-dropdown{max-width:100%;padding:24px}}@media screen and (max-width: 767px){.filters .filters-dropdown{position:fixed;top:unset;bottom:0;max-height:calc(100vh - 72px);left:0;right:0;border-radius:16px 16px 0 0;border:none;padding:16px 16px 0;height:auto;overflow:hidden;display:flex;flex-direction:column}}.filters .chosen-list{margin-top:32px;display:flex;align-items:flex-start;gap:24px}@media screen and (max-width: 1919px){.filters .chosen-list{gap:16px}}@media screen and (max-width: 1439px){.filters .chosen-list{margin-top:24px}}@media screen and (max-width: 1023px){.filters .chosen-list{gap:12px;flex-wrap:nowrap;overflow:auto;margin-left:-32px;padding-left:32px;margin-right:-32px;padding-right:32px;-ms-overflow-style:none;scrollbar-width:none}.filters .chosen-list::-webkit-scrollbar{display:none}}@media screen and (max-width: 767px){.filters .chosen-list{margin-top:16px;font-size:12px;gap:8px;margin-left:-16px;padding-left:16px;margin-right:-16px;padding-right:16px}}.filters .chosen-list .chosen-options{display:flex;align-items:center;gap:24px;cursor:pointer;flex-wrap:wrap}@media screen and (max-width: 1919px){.filters .chosen-list .chosen-options{gap:16px}}@media screen and (max-width: 1023px){.filters .chosen-list .chosen-options{gap:12px;flex-wrap:nowrap}}@media screen and (max-width: 767px){.filters .chosen-list .chosen-options{gap:8px}}.filters .chosen-list .chosen-options .chosen-option{display:flex;align-items:center;gap:4px;position:relative}.filters .chosen-list .chosen-options .chosen-option span{color:#999fa2;white-space:nowrap;transition:color .2s}.filters .chosen-list .chosen-options .chosen-option svg{width:20px;height:20px;flex-shrink:0}@media screen and (max-width: 1023px){.filters .chosen-list .chosen-options .chosen-option svg{width:18px;height:18px}}@media screen and (max-width: 767px){.filters .chosen-list .chosen-options .chosen-option svg{width:16px;height:16px}}.filters .chosen-list .chosen-options .chosen-option svg path{transition:stroke .2s}@media (hover: hover) and (pointer: fine){.filters .chosen-list .chosen-options .chosen-option:hover span{color:#426da9}.filters .chosen-list .chosen-options .chosen-option:hover>svg path{stroke:#426da9}.filters .chosen-list .chosen-options .chosen-option:hover .tooltip{opacity:1;transition:opacity .2s ease 1.5s}}.filters .chosen-list .chosen-options .chosen-option .tooltip{position:absolute;background-color:#426da9;left:50%;transform:translate(-50%);bottom:calc(100% + 8px);padding:6px 8px;border-radius:4px;pointer-events:none;opacity:0;transition:opacity .2s}.filters .chosen-list .chosen-options .chosen-option .tooltip svg{width:12px;height:6px;position:absolute;bottom:-5px;left:50%;transform:translate(-50%)}.filters .chosen-list .chosen-options .chosen-option .tooltip span{color:#fff;font-size:12px;line-height:100%}.filters .search-wrapper{display:flex;gap:10px;align-items:center;width:100%;background-color:#fff;padding:10px;border-radius:10px}.filters .search-wrapper .icon{width:24px;height:24px;color:#999fa2}.filters .search-wrapper input{flex:1;font-size:16px}.filters .filter-cities .options-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;max-height:255px}@media screen and (max-width: 1023px){.filters .filter-cities .options-list{max-height:250px}}@media screen and (max-width: 767px){.filters .filter-cities .options-list{max-height:unset}}.filters .filter-cities .options-list .filter{width:fit-content;gap:0}.filters .filters-datepicker{max-width:unset}@media screen and (max-width: 767px){.filters .filters-datepicker{padding-bottom:64px}}.filters .filter-options,.modal-lecturers .filter-options{display:flex;flex-direction:column;gap:16px;height:100%}@media screen and (max-width: 767px){.filters .filter-options,.modal-lecturers .filter-options{flex:1;overflow:auto}}.filters .filter-options .options-list,.modal-lecturers .filter-options .options-list{padding-right:32px;flex:1;max-height:390px;overflow:auto}@-moz-document url-prefix(){.filters .filter-options .options-list,.modal-lecturers .filter-options .options-list{scrollbar-color:#426DA9 #E0E0E1}}.filters .filter-options .options-list::-webkit-scrollbar,.modal-lecturers .filter-options .options-list::-webkit-scrollbar{width:4px}.filters .filter-options .options-list::-webkit-scrollbar-track,.modal-lecturers .filter-options .options-list::-webkit-scrollbar-track{background:#E0E0E1;width:2px;border-radius:12px}.filters .filter-options .options-list::-webkit-scrollbar-thumb,.modal-lecturers .filter-options .options-list::-webkit-scrollbar-thumb{width:4px;background-color:#426da9;border-radius:12px}@media screen and (max-width: 767px){.filters .filter-options .options-list,.modal-lecturers .filter-options .options-list{max-height:unset;flex:1;padding-bottom:68px;-ms-overflow-style:none;scrollbar-width:none;padding-right:unset}.filters .filter-options .options-list::-webkit-scrollbar,.modal-lecturers .filter-options .options-list::-webkit-scrollbar{display:none}}.filters .btn-close,.modal-lecturers .btn-close{display:none}@media screen and (max-width: 767px){.filters .btn-close,.modal-lecturers .btn-close{display:block;position:fixed;bottom:16px;left:16px;right:16px;width:calc(100% - 32px);z-index:2}}.filters .filter-option,.modal-lecturers .filter-option{cursor:pointer;display:flex;align-items:center;gap:16px;width:100%}@media screen and (max-width: 1023px){.filters .filter-option,.modal-lecturers .filter-option{gap:8px}}.filters .filter-lecturers .options-list,.modal-lecturers .filter-lecturers .options-list{display:flex;flex-direction:column;align-items:flex-start;gap:8px}@media screen and (max-width: 1023px){.filters .filter-lecturers .options-list,.modal-lecturers .filter-lecturers .options-list{gap:16px}}.filters .filter-lecturers .filter-option,.modal-lecturers .filter-lecturers .filter-option{position:relative}.filters .filter-lecturers .filter-option .lecturer-link,.modal-lecturers .filter-lecturers .filter-option .lecturer-link{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.filters .filter-lecturers .filter-option .info,.modal-lecturers .filter-lecturers .filter-option .info{display:flex;flex-direction:column;gap:4px}.filters .filter-lecturers .filter-option .info .title,.modal-lecturers .filter-lecturers .filter-option .info .title{color:#426da9}.filters .filter-lecturers .filter-option .info .desc,.modal-lecturers .filter-lecturers .filter-option .info .desc{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.filters .filter-lecturers .filter-option .img-wrapper,.modal-lecturers .filter-lecturers .filter-option .img-wrapper{border-radius:100%;width:64px;height:64px;overflow:hidden;position:relative;flex-shrink:0;border:2px solid transparent;transition:border .2s}@media screen and (max-width: 1023px){.filters .filter-lecturers .filter-option .img-wrapper,.modal-lecturers .filter-lecturers .filter-option .img-wrapper{width:48px;height:48px}}.filters .filter-lecturers .filter-option .img-wrapper .icon-check,.modal-lecturers .filter-lecturers .filter-option .img-wrapper .icon-check{opacity:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:24px;height:24px;z-index:1;color:#fff}.filters .filter-lecturers .filter-option .media-wrapper,.modal-lecturers .filter-lecturers .filter-option .media-wrapper{z-index:2}.filters .filter-lecturers .filter-option img,.modal-lecturers .filter-lecturers .filter-option img{position:relative;z-index:2}.filters .filter-lecturers .filter-option .blue-overlay,.modal-lecturers .filter-lecturers .filter-option .blue-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#426DA9;background:linear-gradient(22deg,rgb(66,109,169) 0%,rgb(159,178,212) 32%,rgb(255,255,255) 100%);z-index:1}.filters .filter-lecturers .filter-option.active .img-wrapper,.modal-lecturers .filter-lecturers .filter-option.active .img-wrapper{position:relative}.filters .filter-lecturers .filter-option.active .img-wrapper .icon-check,.modal-lecturers .filter-lecturers .filter-option.active .img-wrapper .icon-check{opacity:1}.filters .filter-lecturers .filter-option.active .img-wrapper:after,.modal-lecturers .filter-lecturers .filter-option.active .img-wrapper:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";width:100%;height:100%;border-radius:64px;background:rgba(59,100,156,.5)}@media (hover: hover) and (pointer: fine){.filters .filter-lecturers .filter-option:hover .info .title,.modal-lecturers .filter-lecturers .filter-option:hover .info .title{text-decoration:underline}.filters .filter-lecturers .filter-option:hover .img-wrapper,.modal-lecturers .filter-lecturers .filter-option:hover .img-wrapper{border:2px solid #426DA9}}.filters-overlay{cursor:pointer;position:fixed;width:100vw;height:100vh;opacity:.1;background:#01122B;top:0;right:0;bottom:0;left:0;z-index:10}.search-field{background-color:#fff;position:fixed;left:0;right:0;top:0;width:100%;height:80px;transition:height .4s,opacity .3s;display:flex;flex-direction:column;padding-bottom:16px;opacity:0;pointer-events:none}@media screen and (max-width: 1023px){.search-field{padding-bottom:20px;height:30px;z-index:10}}@media screen and (max-width: 767px){.search-field{padding-bottom:16px}}.search-field.active{height:173px;opacity:1;pointer-events:auto}@media screen and (max-width: 1023px){.search-field.active{height:64px}}@media screen and (max-width: 767px){.search-field.active{height:56px}}.search-field .container{margin-top:auto;display:flex;align-items:center;gap:10px;padding-top:15px;border-top:2px solid #E0E0E1}@media screen and (max-width: 1023px){.search-field .container{border-top:none;margin-top:unset;padding-top:20px}}@media screen and (max-width: 767px){.search-field .container{padding-top:16px}}.search-field .container input{flex:1;font-size:16px}.search-field .container .icon{width:24px;height:24px;color:#999fa2;cursor:pointer}@media screen and (max-width: 1023px){.search-field .container .icon{display:none}}.search-field .container .icon-close{display:none;width:24px;height:24px;color:#426da9;cursor:pointer}@media screen and (max-width: 1023px){.search-field .container .icon-close{display:block}}.search-bg{position:fixed;top:0;right:0;bottom:0;left:0;opacity:0;background:#01122B;z-index:-111;height:100vh;width:100vw;transition:opacity .3s;pointer-events:none}.search-bg.active{opacity:.1;z-index:-1;pointer-events:all}.search-page h1{margin-bottom:32px!important}@media screen and (max-width: 1439px){.search-page h1{margin-bottom:24px!important}}@media screen and (max-width: 1023px){.search-page h1{margin-bottom:16px!important}}.search-page .term{margin-bottom:32px}@media screen and (max-width: 1439px){.search-page .term{margin-bottom:24px}}.search-page .categories{margin-bottom:64px}@media screen and (max-width: 1919px){.search-page .categories{margin-bottom:48px}}@media screen and (max-width: 1439px){.search-page .categories{margin-bottom:32px}}@media screen and (max-width: 767px){.search-page .categories{margin-bottom:24px}}.item-page-default .item-page-top h1{margin-bottom:32px}@media screen and (max-width: 1439px){.item-page-default .item-page-top h1{margin-bottom:24px}}@media screen and (max-width: 767px){.item-page-default .item-page-top h1{margin-bottom:16px}}.item-page-default .item-page-top .item-page-content{display:flex;flex-direction:column;gap:64px;max-width:65.4575893%}@media screen and (max-width: 1919px){.item-page-default .item-page-top .item-page-content{gap:48px;min-width:853px}}@media screen and (max-width: 1439px){.item-page-default .item-page-top .item-page-content{max-width:100%;min-width:unset;gap:32px}}.item-page-default .item-page-top .item-page-content .info{display:flex;gap:32px;align-items:center}@media screen and (max-width: 767px){.item-page-default .item-page-top .item-page-content .info{gap:16px;font-size:12px}}.item-page-default .item-page-top .item-page-content .info .group{display:flex;align-items:center;gap:10px}.item-page-default .item-page-top .item-page-content .info .group svg{width:24px;height:24px}.item-page-default .item-page-top .item-page-content .media-wrapper{border-radius:24px;overflow:hidden;width:100%;aspect-ratio:1/.562659847}.item-page-default .item-page-top .item-page-content .media-wrapper iframe{width:100%;height:100%}@media screen and (max-width: 767px){.item-page-default .item-page-top .item-page-content .media-wrapper{border-radius:unset;margin-left:-16px;width:calc(100% + 32px)}}.item-page-default .item-page-top .item-page-content .share{display:flex;align-items:center;gap:24px}@media screen and (max-width: 767px){.item-page-default .item-page-top .item-page-content .share{margin-top:-16px;flex-direction:column;align-items:flex-start;gap:16px}}.item-page-default .item-page-top .item-page-content .share .share-link{display:flex;align-items:center;gap:8px;cursor:pointer}.item-page-default .item-page-top .item-page-content .share .share-link svg{width:24px;height:24px;color:#fff}.item-page-default .item-page-top .item-page-content .share .share-link span{color:#426da9;transition:color .2s}@media (hover: hover) and (pointer: fine){.item-page-default .item-page-top .item-page-content .share .share-link:hover span{color:#355787}}@media screen and (max-width: 1023px){.contacts-page h1{margin-bottom:16px!important}}.list-page-default h1{margin-bottom:64px;-webkit-hyphens:auto;hyphens:auto;word-break:break-word}@media screen and (max-width: 1919px){.list-page-default h1{margin-bottom:48px}}@media screen and (max-width: 1439px){.list-page-default h1{margin-bottom:32px}}@media screen and (max-width: 767px){.list-page-default h1{margin-bottom:16px}}.list-page-default h1.mb-32{margin-bottom:32px}@media screen and (max-width: 1439px){.list-page-default h1.mb-32{margin-bottom:24px}}.loader-container{display:flex;justify-content:center;align-items:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;z-index:1}.loader-container .loader{border:4px solid #E0E0E1;border-top:4px solid #426DA9;border-radius:50%;width:45px;height:45px;animation:spin 2s linear infinite}.loader-container.button-loader .loader{border:2px solid #ffffff;border-top:2px solid #426DA9;width:25px;height:25px}@media screen and (max-width: 767px){.loader-container.button-loader .loader{width:20px;height:20px}}.skeleton{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(270deg,#ccc,#ddd,#eee,#ddd,#ccc);background-size:200% 200%;animation:gradient 2s infinite;transition:opacity .5s;opacity:1}.skeleton.blue-skeleton{background:linear-gradient(22deg,rgb(66,109,169) 0%,rgb(159,178,212) 32%,rgb(255,255,255) 100%)!important;background-size:200% 200%;animation:gradient 2s infinite}.media-wrapper.blue .skeleton{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(22deg,rgb(66,109,169) 0%,rgb(159,178,212) 32%,rgb(255,255,255) 100%)!important;background-size:200% 200%;animation:gradient 2s infinite;transition:opacity .5s}.skeleton-line{border-radius:4px}.lecturer-card-loader .img-wrapper,.lecturer-card-loader .note,.lecturer-card-loader .h4{position:relative}.lecturer-card-loader .h4{width:150px;height:20px}.lecturer-card-loader .note{height:10px;width:280px}.lecturer-card-loader .note:last-of-type{width:240px}.search-wrapper-loader{position:relative;overflow:hidden;border:none!important;height:60px;background-color:transparent;opacity:.8}.event-card-loader{pointer-events:none}.event-card-loader .text-min,.event-card-loader .title,.event-card-loader .lecturers-list,.event-card-loader .h4,.event-card-loader .new{position:relative;opacity:.6}.event-card-loader .text-min{height:16px;width:200px}.event-card-loader .lecturers-list{height:42px;width:42px;border-radius:100%}.event-card-loader .h4{height:30px}.event-card-loader .new{height:40px;width:150px}.event-card-loader .title{height:24px}.sponsor-card-loader{pointer-events:none}.sponsor-card-loader .img-wrapper,.sponsor-card-loader .h3{position:relative;opacity:.6}.sponsor-card-loader .img-wrapper{width:80%}.sponsor-card-loader .h3{height:30px;width:60%}.news-card-loader{height:240px}.news-card-loader .h4,.news-card-loader .text-min{position:relative;opacity:.6}.news-card-loader .h4{width:90%;height:20px}.news-card-loader .text-min{width:100%}.news-card-loader .text-min:last-of-type{width:90%}.news-card-loader .info .text-min{height:20px;width:30%}.filters-loader .filter{position:relative;height:36px;width:170px;border:unset;opacity:.8}@media screen and (max-width: 767px){.filters-loader .filter{height:28px;width:90px}}.filters-loader .filter:last-of-type{width:300px}@media screen and (max-width: 767px){.filters-loader .filter:last-of-type{width:200px}}.categories-loader .btn{position:relative;border:unset;height:56px;width:150px;overflow:hidden;border:unset!important;pointer-events:none}@media (hover: hover) and (pointer: fine){.categories-loader .btn:hover{border:unset!important}}@media screen and (max-width: 1439px){.categories-loader .btn{height:46px;width:130px}}@media screen and (max-width: 767px){.categories-loader .btn{height:36px;width:110px}}@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.suggest-list{position:absolute;top:calc(100% + 8px);z-index:100;width:100%;border-radius:16px;background:#fff;padding:8px;left:0;right:0;-webkit-box-shadow:0px 60px 40px -50px rgba(51,63,72,.2);-moz-box-shadow:0px 60px 40px -50px rgba(51,63,72,.2);box-shadow:0 60px 40px -50px #333f4833}@media screen and (max-width: 1439px){.suggest-list{padding:6px;border-radius:12px}}@media screen and (max-width: 767px){.suggest-list{border-radius:10px}}.suggest-list-options{display:flex;flex-direction:column;align-items:flex-start;min-height:54px;max-height:174px;overflow-y:auto;width:100%}.suggest-list-options::-webkit-scrollbar{width:3px}.suggest-list-options::-webkit-scrollbar-track{background:#f4f4f4;width:1px}.suggest-list-options::-webkit-scrollbar-thumb{width:2px;background-color:#426da9;border-radius:10px}@media screen and (max-width: 1023px){.suggest-list-options{max-height:120px}}.suggest-list-options li{color:#333f48;font-size:16px;line-height:120%;padding:12px 8px;cursor:pointer;transition:background-color .2s;position:relative;border-radius:8px;width:100%}.suggest-list-options li.selected{background-color:#fff;color:#333f48;font-size:16px;font-style:normal;font-weight:400;line-height:130%;border-radius:12px}.cookie-notification{--bg-color: inherit;--text-color: inherit;--main-color: inherit;--main-font: inherit;position:fixed;bottom:16px;right:16px;z-index:1000;display:flex;flex-direction:column;gap:16px;align-items:start;justify-content:start;max-width:512px;padding:16px;border-radius:16px;background:var(--bg-color);visibility:hidden;opacity:0;transition:all .3s}.cookie-notification.show{visibility:visible;opacity:1;transition:all .3s}@media screen and (max-width: 1439px){.cookie-notification{max-width:unset;flex-direction:row;align-items:start;justify-content:space-between;gap:16px;border-radius:0}}@media screen and (max-width: 767px){.cookie-notification{padding:16px 8px;gap:8px}}@media screen and (max-width: 479px){.cookie-notification{flex-direction:column;align-items:center;justify-content:center}}.cookie-notification svg{width:24px;height:24px;color:var(--main-color)}.cookie-notification .text{color:var(--text-color);font-family:var(--main-font);font-size:12px;font-style:normal;font-weight:400;line-height:normal}@media screen and (max-width: 1439px){.cookie-notification .text{flex:1}}@media screen and (max-width: 479px){.cookie-notification .text{text-align:center}}.cookie-notification .text a{position:relative;color:var(--main-color);cursor:pointer;text-decoration:underline;transition:all .3s ease}.cookie-notification .text a:hover{opacity:.7}.cookie-notification .default-cookie-btn{padding:8px 20px;border-radius:30px;background:transparent;color:var(--main-color);font-family:var(--main-font);font-size:16px;font-style:normal;font-weight:400;line-height:normal;transition:background .3s ease;border:2px solid var(--main-color);cursor:pointer}.cookie-notification .default-cookie-btn:hover{background:var(--main-color);color:var(--bg-color)}
