@charset "UTF-8";.air-datepicker-cell.-year-.-other-decade-,.air-datepicker-cell.-day-.-other-month-{color:var(--adp-color-other-month)}.air-datepicker-cell.-year-.-other-decade-:hover,.air-datepicker-cell.-day-.-other-month-:hover{color:var(--adp-color-other-month-hover)}.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-{color:var(--adp-color-other-month)}.-selected-.air-datepicker-cell.-year-.-other-decade-,.-selected-.air-datepicker-cell.-day-.-other-month-{color:#fff;background:var(--adp-background-color-selected-other-month)}.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-{background:var(--adp-background-color-selected-other-month-focused)}.-in-range-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.air-datepicker-cell.-day-.-other-month-{background-color:var(--adp-background-color-in-range);color:var(--adp-color)}.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-{background-color:var(--adp-background-color-in-range-focused)}.air-datepicker-cell.-year-.-other-decade-:empty,.air-datepicker-cell.-day-.-other-month-:empty{background:none;border:none}.air-datepicker-cell{border-radius:var(--adp-cell-border-radius);box-sizing:border-box;cursor:pointer;display:flex;position:relative;align-items:center;justify-content:center;z-index:1}.air-datepicker-cell.-focus-{background:var(--adp-cell-background-color-hover)}.air-datepicker-cell.-current-{color:var(--adp-color-current-date)}.air-datepicker-cell.-current-.-focus-{color:var(--adp-color)}.air-datepicker-cell.-current-.-in-range-{color:var(--adp-color-current-date)}.air-datepicker-cell.-disabled-{cursor:default;color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-in-range-{color:var(--adp-color-disabled-in-range)}.air-datepicker-cell.-disabled-.-current-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-in-range-{background:var(--adp-cell-background-color-in-range);border-radius:0}.air-datepicker-cell.-in-range-:hover{background:var(--adp-cell-background-color-in-range-hover)}.air-datepicker-cell.-range-from-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius)}.air-datepicker-cell.-range-to-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0}.air-datepicker-cell.-range-to-.-range-from-{border-radius:var(--adp-cell-border-radius)}.air-datepicker-cell.-selected-{color:#fff;border:none;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-current-{color:#fff;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-focus-{background:var(--adp-cell-background-color-selected-hover)}.air-datepicker-body{transition:all var(--adp-transition-duration) var(--adp-transition-ease)}.air-datepicker-body.-hidden-{display:none}.air-datepicker-body--day-names{display:grid;grid-template-columns:repeat(7,var(--adp-day-cell-width));margin:8px 0 3px}.air-datepicker-body--day-name{color:var(--adp-day-name-color);display:flex;align-items:center;justify-content:center;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.air-datepicker-body--day-name.-clickable-{cursor:pointer}.air-datepicker-body--day-name.-clickable-:hover{color:var(--adp-day-name-color-hover)}.air-datepicker-body--cells{display:grid}.air-datepicker-body--cells.-days-{grid-template-columns:repeat(7,var(--adp-day-cell-width));grid-auto-rows:var(--adp-day-cell-height)}.air-datepicker-body--cells.-months-{grid-template-columns:repeat(3,1fr);grid-auto-rows:var(--adp-month-cell-height)}.air-datepicker-body--cells.-years-{grid-template-columns:repeat(4,1fr);grid-auto-rows:var(--adp-year-cell-height)}.air-datepicker-nav{display:flex;justify-content:space-between;border-bottom:1px solid var(--adp-border-color-inner);min-height:var(--adp-nav-height);padding:var(--adp-padding);box-sizing:content-box}.-only-timepicker- .air-datepicker-nav{display:none}.air-datepicker-nav--title,.air-datepicker-nav--action{display:flex;cursor:pointer;align-items:center;justify-content:center}.air-datepicker-nav--action{width:var(--adp-nav-action-size);border-radius:var(--adp-border-radius);-webkit-user-select:none;-moz-user-select:none;user-select:none}.air-datepicker-nav--action:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--action:active{background:var(--adp-background-color-active)}.air-datepicker-nav--action.-disabled-{visibility:hidden}.air-datepicker-nav--action svg{width:32px;height:32px}.air-datepicker-nav--action path{fill:none;stroke:var(--adp-nav-arrow-color);stroke-width:2px}.air-datepicker-nav--title{border-radius:var(--adp-border-radius);padding:0 8px}.air-datepicker-nav--title i{font-style:normal;color:var(--adp-nav-color-secondary);margin-left:.3em}.air-datepicker-nav--title:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--title:active{background:var(--adp-background-color-active)}.air-datepicker-nav--title.-disabled-{cursor:default;background:none}.air-datepicker-buttons{display:grid;grid-auto-columns:1fr;grid-auto-flow:column}.air-datepicker-button{display:inline-flex;color:var(--adp-btn-color);border-radius:var(--adp-btn-border-radius);cursor:pointer;height:var(--adp-btn-height);border:none;background:#fff0}.air-datepicker-button:hover{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover)}.air-datepicker-button:focus{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover);outline:none}.air-datepicker-button:active{background:var(--adp-btn-background-color-active)}.air-datepicker-button span{outline:none;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.air-datepicker-time{display:grid;grid-template-columns:max-content 1fr;grid-column-gap:12px;align-items:center;position:relative;padding:0 var(--adp-time-padding-inner)}.-only-timepicker- .air-datepicker-time{border-top:none}.air-datepicker-time--current{display:flex;align-items:center;flex:1;font-size:14px;text-align:center}.air-datepicker-time--current-colon{margin:0 2px 3px;line-height:1}.air-datepicker-time--current-hours,.air-datepicker-time--current-minutes{line-height:1;font-size:19px;font-family:Century Gothic,CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.air-datepicker-time--current-hours:after,.air-datepicker-time--current-minutes:after{content:"";background:var(--adp-background-color-hover);border-radius:var(--adp-border-radius);position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.air-datepicker-time--current-hours.-focus-:after,.air-datepicker-time--current-minutes.-focus-:after{opacity:1}.air-datepicker-time--current-ampm{text-transform:uppercase;align-self:flex-end;color:var(--adp-time-day-period-color);margin-left:6px;font-size:11px;margin-bottom:1px}.air-datepicker-time--row{display:flex;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right,var(--adp-time-track-color),var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat}.air-datepicker-time--row:first-child{margin-bottom:4px}.air-datepicker-time--row input[type=range]{background:none;cursor:pointer;flex:1;height:100%;width:100%;padding:0;margin:0;-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-ms-tooltip{display:none}.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-ms-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:focus{outline:none}.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-ms-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-webkit-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-moz-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-ms-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{margin-top:calc(var(--adp-time-thumb-size)/2*-1)}.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:#0000;background:#0000}.air-datepicker-time--row input[type=range]::-moz-range-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:#0000;background:#0000}.air-datepicker-time--row input[type=range]::-ms-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:#0000;background:#0000}.air-datepicker-time--row input[type=range]::-ms-fill-lower{background:#0000}.air-datepicker-time--row input[type=range]::-ms-fill-upper{background:#0000}.air-datepicker{--adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--adp-font-size: 14px;--adp-width: 246px;--adp-z-index: 100;--adp-padding: 4px;--adp-grid-areas: "nav" "body" "timepicker" "buttons";--adp-transition-duration: .3s;--adp-transition-ease: ease-out;--adp-transition-offset: 8px;--adp-background-color: #fff;--adp-background-color-hover: #f0f0f0;--adp-background-color-active: #eaeaea;--adp-background-color-in-range: rgba(92, 196, 239, .1);--adp-background-color-in-range-focused: rgba(92, 196, 239, .2);--adp-background-color-selected-other-month-focused: #8ad5f4;--adp-background-color-selected-other-month: #a2ddf6;--adp-color: #4a4a4a;--adp-color-secondary: #9c9c9c;--adp-accent-color: #4eb5e6;--adp-color-current-date: var(--adp-accent-color);--adp-color-other-month: #dedede;--adp-color-disabled: #aeaeae;--adp-color-disabled-in-range: #939393;--adp-color-other-month-hover: #c5c5c5;--adp-border-color: #dbdbdb;--adp-border-color-inner: #efefef;--adp-border-radius: 4px;--adp-border-color-inline: #d7d7d7;--adp-nav-height: 32px;--adp-nav-arrow-color: var(--adp-color-secondary);--adp-nav-action-size: 32px;--adp-nav-color-secondary: var(--adp-color-secondary);--adp-day-name-color: #ff9a19;--adp-day-name-color-hover: #8ad5f4;--adp-day-cell-width: 1fr;--adp-day-cell-height: 32px;--adp-month-cell-height: 42px;--adp-year-cell-height: 56px;--adp-pointer-size: 10px;--adp-poiner-border-radius: 2px;--adp-pointer-offset: 14px;--adp-cell-border-radius: 4px;--adp-cell-background-color-hover: var(--adp-background-color-hover);--adp-cell-background-color-selected: #5cc4ef;--adp-cell-background-color-selected-hover: #45bced;--adp-cell-background-color-in-range: rgba(92, 196, 239, .1);--adp-cell-background-color-in-range-hover: rgba(92, 196, 239, .2);--adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);--adp-btn-height: 32px;--adp-btn-color: var(--adp-accent-color);--adp-btn-color-hover: var(--adp-color);--adp-btn-border-radius: var(--adp-border-radius);--adp-btn-background-color-hover: var(--adp-background-color-hover);--adp-btn-background-color-active: var(--adp-background-color-active);--adp-time-track-height: 1px;--adp-time-track-color: #dedede;--adp-time-track-color-hover: #b1b1b1;--adp-time-thumb-size: 12px;--adp-time-padding-inner: 10px;--adp-time-day-period-color: var(--adp-color-secondary);--adp-mobile-font-size: 16px;--adp-mobile-nav-height: 40px;--adp-mobile-width: 320px;--adp-mobile-day-cell-height: 38px;--adp-mobile-month-cell-height: 48px;--adp-mobile-year-cell-height: 64px}.air-datepicker-overlay{--adp-overlay-background-color: rgba(0, 0, 0, .3);--adp-overlay-transition-duration: .3s;--adp-overlay-transition-ease: ease-out;--adp-overlay-z-index: 99}.air-datepicker{background:var(--adp-background-color);border:1px solid var(--adp-border-color);box-shadow:0 4px 12px #00000026;border-radius:var(--adp-border-radius);box-sizing:content-box;display:grid;grid-template-columns:1fr;grid-template-rows:repeat(4,max-content);grid-template-areas:var(--adp-grid-areas);font-family:var(--adp-font-family),sans-serif;font-size:var(--adp-font-size);color:var(--adp-color);width:var(--adp-width);position:absolute;transition:opacity var(--adp-transition-duration) var(--adp-transition-ease),transform var(--adp-transition-duration) var(--adp-transition-ease);z-index:var(--adp-z-index)}.air-datepicker:not(.-custom-position-){opacity:0}.air-datepicker.-from-top-{transform:translateY(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-from-right-{transform:translate(var(--adp-transition-offset))}.air-datepicker.-from-bottom-{transform:translateY(var(--adp-transition-offset))}.air-datepicker.-from-left-{transform:translate(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-active-:not(.-custom-position-){transform:translate(0);opacity:1}.air-datepicker.-active-.-custom-position-{transition:none}.air-datepicker.-inline-{border-color:var(--adp-border-color-inline);box-shadow:none;position:static;left:auto;right:auto;opacity:1;transform:none}.air-datepicker.-inline- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-{--adp-font-size: var(--adp-mobile-font-size);--adp-day-cell-height: var(--adp-mobile-day-cell-height);--adp-month-cell-height: var(--adp-mobile-month-cell-height);--adp-year-cell-height: var(--adp-mobile-year-cell-height);--adp-nav-height: var(--adp-mobile-nav-height);--adp-nav-action-size: var(--adp-mobile-nav-height);position:fixed;width:var(--adp-mobile-width);border:none}.air-datepicker.-is-mobile- *{-webkit-tap-highlight-color:rgba(0,0,0,0)}.air-datepicker.-is-mobile- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-:not(.-custom-position-){transform:translate(-50%,calc(-50% + var(--adp-transition-offset)))}.air-datepicker.-is-mobile-.-active-:not(.-custom-position-){transform:translate(-50%,-50%)}.air-datepicker.-custom-position-{transition:none}.air-datepicker-global-container{position:absolute;left:0;top:0}.air-datepicker--pointer{--pointer-half-size: calc(var(--adp-pointer-size) / 2);position:absolute;width:var(--adp-pointer-size);height:var(--adp-pointer-size);z-index:-1}.air-datepicker--pointer:after{content:"";position:absolute;background:#fff;border-top:1px solid var(--adp-border-color-inline);border-right:1px solid var(--adp-border-color-inline);border-top-right-radius:var(--adp-poiner-border-radius);width:var(--adp-pointer-size);height:var(--adp-pointer-size);box-sizing:border-box}.-top-left- .air-datepicker--pointer,.-top-center- .air-datepicker--pointer,.-top-right- .air-datepicker--pointer,[data-popper-placement^=top] .air-datepicker--pointer{top:calc(100% - var(--pointer-half-size) + 1px)}.-top-left- .air-datepicker--pointer:after,.-top-center- .air-datepicker--pointer:after,.-top-right- .air-datepicker--pointer:after,[data-popper-placement^=top] .air-datepicker--pointer:after{transform:rotate(135deg)}.-right-top- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer,[data-popper-placement^=right] .air-datepicker--pointer{right:calc(100% - var(--pointer-half-size) + 1px)}.-right-top- .air-datepicker--pointer:after,.-right-center- .air-datepicker--pointer:after,.-right-bottom- .air-datepicker--pointer:after,[data-popper-placement^=right] .air-datepicker--pointer:after{transform:rotate(225deg)}.-bottom-left- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer,[data-popper-placement^=bottom] .air-datepicker--pointer{bottom:calc(100% - var(--pointer-half-size) + 1px)}.-bottom-left- .air-datepicker--pointer:after,.-bottom-center- .air-datepicker--pointer:after,.-bottom-right- .air-datepicker--pointer:after,[data-popper-placement^=bottom] .air-datepicker--pointer:after{transform:rotate(315deg)}.-left-top- .air-datepicker--pointer,.-left-center- .air-datepicker--pointer,.-left-bottom- .air-datepicker--pointer,[data-popper-placement^=left] .air-datepicker--pointer{left:calc(100% - var(--pointer-half-size) + 1px)}.-left-top- .air-datepicker--pointer:after,.-left-center- .air-datepicker--pointer:after,.-left-bottom- .air-datepicker--pointer:after,[data-popper-placement^=left] .air-datepicker--pointer:after{transform:rotate(45deg)}.-top-left- .air-datepicker--pointer,.-bottom-left- .air-datepicker--pointer{left:var(--adp-pointer-offset)}.-top-right- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer{right:var(--adp-pointer-offset)}.-top-center- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer{left:calc(50% - var(--adp-pointer-size)/2)}.-left-top- .air-datepicker--pointer,.-right-top- .air-datepicker--pointer{top:var(--adp-pointer-offset)}.-left-bottom- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer{bottom:var(--adp-pointer-offset)}.-left-center- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer{top:calc(50% - var(--adp-pointer-size)/2)}.air-datepicker--navigation{grid-area:nav}.air-datepicker--content{box-sizing:content-box;padding:var(--adp-padding);grid-area:body}.-only-timepicker- .air-datepicker--content{display:none}.air-datepicker--time{grid-area:timepicker}.air-datepicker--buttons{grid-area:buttons}.air-datepicker--buttons,.air-datepicker--time{padding:var(--adp-padding);border-top:1px solid var(--adp-border-color-inner)}.air-datepicker-overlay{position:fixed;background:var(--adp-overlay-background-color);left:0;top:0;width:0;height:0;opacity:0;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),left 0s,height 0s,width 0s;transition-delay:0s,var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration);z-index:var(--adp-overlay-z-index)}.air-datepicker-overlay.-active-{opacity:1;width:100%;height:100%;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),height 0s,width 0s}.glightbox-container{width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999!important;overflow:hidden;-ms-touch-action:none;touch-action:none;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;outline:none}.glightbox-container.inactive{display:none}.glightbox-container .gcontainer{position:relative;width:100%;height:100%;z-index:9999;overflow:hidden}.glightbox-container .gslider{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;height:100%;left:0;top:0;width:100%;position:relative;overflow:hidden;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}.glightbox-container .gslide{width:100%;position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:0}.glightbox-container .gslide.current{opacity:1;z-index:99999;position:relative}.glightbox-container .gslide.prev{opacity:1;z-index:9999}.glightbox-container .gslide-inner-content{width:100%}.glightbox-container .ginner-container{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:100%;margin:auto;height:100vh}.glightbox-container .ginner-container.gvideo-container{width:100%}.glightbox-container .ginner-container.desc-bottom,.glightbox-container .ginner-container.desc-top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.glightbox-container .ginner-container.desc-left,.glightbox-container .ginner-container.desc-right{max-width:100%!important}.gslide iframe,.gslide video{outline:none!important;border:none;min-height:165px;-webkit-overflow-scrolling:touch;-ms-touch-action:auto;touch-action:auto}.gslide:not(.current){pointer-events:none}.gslide-image{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gslide-image img{max-height:100vh;display:block;padding:0;float:none;outline:none;border:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;max-width:100vw;width:auto;height:auto;-o-object-fit:cover;object-fit:cover;-ms-touch-action:none;touch-action:none;margin:auto;min-width:200px}.desc-top .gslide-image img,.desc-bottom .gslide-image img{width:auto}.desc-left .gslide-image img,.desc-right .gslide-image img{width:auto;max-width:100%}.gslide-image img.zoomable{position:relative}.gslide-image img.dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}.gslide-video{position:relative;max-width:100vh;width:100%!important}.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster{display:none}.gslide-video .gvideo-wrapper{width:100%;margin:auto}.gslide-video:before{content:"";position:absolute;width:100%;height:100%;background:#ff000057;display:none}.gslide-video.playing:before{display:none}.gslide-video.fullscreen{max-width:100%!important;min-width:100%;height:75vh}.gslide-video.fullscreen video{max-width:100%!important;width:100%!important}.gslide-inline{background:#fff;text-align:left;max-height:calc(100vh - 40px);overflow:auto;max-width:100%;margin:auto}.gslide-inline .ginlined-content{padding:20px;width:100%}.gslide-inline .dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}.ginlined-content{overflow:auto;display:block!important;opacity:1}.gslide-external{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;min-width:100%;background:#fff;padding:0;overflow:auto;max-height:75vh;height:100%}.gslide-media{display:-webkit-box;display:-ms-flexbox;display:flex;width:auto}.zoomed .gslide-media{-webkit-box-shadow:none!important;box-shadow:none!important}.desc-top .gslide-media,.desc-bottom .gslide-media{margin:0 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gslide-description{position:relative;-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%}.gslide-description.description-left,.gslide-description.description-right{max-width:100%}.gslide-description.description-bottom,.gslide-description.description-top{margin:0 auto;width:100%}.gslide-description p{margin-bottom:12px}.gslide-description p:last-child{margin-bottom:0}.zoomed .gslide-description,.glightbox-button-hidden{display:none}.glightbox-mobile .glightbox-container .gslide-description{height:auto!important;width:100%;position:absolute;bottom:0;padding:19px 11px 50px;max-width:100vw!important;-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important;max-height:78vh;overflow:auto!important;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.75)));background:linear-gradient(to bottom,#0000,#000000bf);-webkit-transition:opacity .3s linear;transition:opacity .3s linear}.glightbox-mobile .glightbox-container .gslide-title{color:#fff;font-size:1em}.glightbox-mobile .glightbox-container .gslide-desc{color:#a1a1a1}.glightbox-mobile .glightbox-container .gslide-desc a{color:#fff;font-weight:700}.glightbox-mobile .glightbox-container .gslide-desc *{color:inherit}.glightbox-mobile .glightbox-container .gslide-desc .desc-more{color:#fff;opacity:.4}.gdesc-open .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:.4}.gdesc-open .gdesc-inner{padding-bottom:30px}.gdesc-closed .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:1}.greset{-webkit-transition:all .3s ease;transition:all .3s ease}.gabsolute{position:absolute}.grelative{position:relative}.glightbox-desc{display:none!important}.glightbox-open{overflow:hidden}.gloader{height:25px;width:25px;-webkit-animation:lightboxLoader .8s infinite linear;animation:lightboxLoader .8s infinite linear;border:2px solid #fff;border-right-color:transparent;border-radius:50%;position:absolute;display:block;z-index:9999;left:0;right:0;margin:0 auto;top:47%}.goverlay{width:100%;height:calc(100vh + 1px);position:fixed;top:-1px;left:0;background:#000;will-change:opacity}.glightbox-mobile .goverlay{background:#000}.gprev,.gnext,.gclose{z-index:99999;cursor:pointer;width:26px;height:44px;border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gprev svg,.gnext svg,.gclose svg{display:block;width:25px;height:auto;margin:0;padding:0}.gprev.disabled,.gnext.disabled,.gclose.disabled{opacity:.1}.gprev .garrow,.gnext .garrow,.gclose .garrow{stroke:#fff}.gbtn.focused{outline:2px solid #0f3d81}iframe.wait-autoplay{opacity:0}.glightbox-closing .gnext,.glightbox-closing .gprev,.glightbox-closing .gclose{opacity:0!important}.glightbox-clean .gslide-description{background:#fff}.glightbox-clean .gdesc-inner{padding:22px 20px}.glightbox-clean .gslide-title{font-size:1em;font-weight:400;font-family:arial;color:#000;margin-bottom:19px;line-height:1.4em}.glightbox-clean .gslide-desc{font-size:.86em;margin-bottom:0;font-family:arial;line-height:1.4em}.glightbox-clean .gslide-video{background:#000}.glightbox-clean .gprev,.glightbox-clean .gnext,.glightbox-clean .gclose{background-color:#000000bf;border-radius:4px}.glightbox-clean .gprev path,.glightbox-clean .gnext path,.glightbox-clean .gclose path{fill:#fff}.glightbox-clean .gprev{position:absolute;top:-100%;left:30px;width:40px;height:50px}.glightbox-clean .gnext{position:absolute;top:-100%;right:30px;width:40px;height:50px}.glightbox-clean .gclose{width:35px;height:35px;top:15px;right:10px;position:absolute}.glightbox-clean .gclose svg{width:18px;height:auto}.glightbox-clean .gclose:hover{opacity:1}.gfadeIn{-webkit-animation:gfadeIn .5s ease;animation:gfadeIn .5s ease}.gfadeOut{-webkit-animation:gfadeOut .5s ease;animation:gfadeOut .5s ease}.gslideOutLeft{-webkit-animation:gslideOutLeft .3s ease;animation:gslideOutLeft .3s ease}.gslideInLeft{-webkit-animation:gslideInLeft .3s ease;animation:gslideInLeft .3s ease}.gslideOutRight{-webkit-animation:gslideOutRight .3s ease;animation:gslideOutRight .3s ease}.gslideInRight{-webkit-animation:gslideInRight .3s ease;animation:gslideInRight .3s ease}.gzoomIn{-webkit-animation:gzoomIn .5s ease;animation:gzoomIn .5s ease}.gzoomOut{-webkit-animation:gzoomOut .5s ease;animation:gzoomOut .5s ease}@-webkit-keyframes lightboxLoader{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes lightboxLoader{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes gfadeIn{0%{opacity:0}to{opacity:1}}@keyframes gfadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes gfadeOut{0%{opacity:1}to{opacity:0}}@keyframes gfadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes gslideInLeft{0%{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@keyframes gslideInLeft{0%{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@-webkit-keyframes gslideOutLeft{0%{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@keyframes gslideOutLeft{0%{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@-webkit-keyframes gslideInRight{0%{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@keyframes gslideInRight{0%{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@-webkit-keyframes gslideOutRight{0%{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@keyframes gslideOutRight{0%{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@-webkit-keyframes gzoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@keyframes gzoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@-webkit-keyframes gzoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes gzoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@media(min-width:769px){.glightbox-container .ginner-container{width:auto;height:auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.glightbox-container .ginner-container.desc-top .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-top .gslide-image,.glightbox-container .ginner-container.desc-top .gslide-image img{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.glightbox-container .ginner-container.desc-left .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-left .gslide-image{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.gslide-image img{max-height:97vh;max-width:100%}.gslide-image img.zoomable{cursor:-webkit-zoom-in;cursor:zoom-in}.zoomed .gslide-image img.zoomable{cursor:-webkit-grab;cursor:grab}.gslide-inline{max-height:95vh}.gslide-external{max-height:100vh}.gslide-description.description-left,.gslide-description.description-right{max-width:275px}.glightbox-open{height:auto}.goverlay{background:#000000eb}.glightbox-clean .gslide-media{-webkit-box-shadow:1px 2px 9px 0px rgba(0,0,0,.65);box-shadow:1px 2px 9px #000000a6}.glightbox-clean .description-left .gdesc-inner,.glightbox-clean .description-right .gdesc-inner{position:absolute;height:100%;overflow-y:auto}.glightbox-clean .gprev,.glightbox-clean .gnext,.glightbox-clean .gclose{background-color:#00000052}.glightbox-clean .gprev:hover,.glightbox-clean .gnext:hover,.glightbox-clean .gclose:hover{background-color:#000000b3}.glightbox-clean .gprev,.glightbox-clean .gnext{top:45%}}@media(min-width:992px){.glightbox-clean .gclose{opacity:.7;right:20px}}@media screen and (max-height:420px){.goverlay{background:#000}}@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) format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-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-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;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%;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.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:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,main,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}*[hidden]{display:none}body{line-height:1}menu,ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}:root{--micromodal-active-class: micromodal-open}.gw-container{margin-left:16px;margin-right:16px}@media(min-width:768px)and (max-width:1365.98px){.gw-container{margin-left:64px;margin-right:64px}}@media(min-width:1366px){.gw-container{min-width:1216px;max-width:1216px;margin-left:auto;margin-right:auto}}.gw-container-medium,.gw-container-normal,.gw-container-narrow{max-width:100%}.gw-container-medium{margin-right:auto}@media(min-width:768px){.gw-container-medium{max-width:904px}}@media(min-width:768px){.gw-container-normal{margin-right:auto;margin-left:auto;max-width:800px}}@media(min-width:768px){.gw-container-narrow{max-width:640px}}.gw-content{background-color:#fafcff;flex:1 0 auto;padding-top:24px;padding-bottom:var(--gw-spacer-64)}.gw-content_home{padding-top:0}:root{--gw-spacer-4: 4px;--gw-spacer-xl-change-4: 4px;--gw-spacer-8: 8px;--gw-spacer-xl-change-8: 8px;--gw-spacer-12: 12px;--gw-spacer-xl-change-12: 12px;--gw-spacer-16: 16px;--gw-spacer-xl-change-16: 16px;--gw-spacer-24: 24px;--gw-spacer-xl-change-24: 24px;--gw-spacer-32: 32px;--gw-spacer-xl-change-32: 32px;--gw-spacer-48: 48px;--gw-spacer-xl-change-48: 48px;--gw-spacer-64: 64px;--gw-spacer-xl-change-64: 64px}@media(max-width:1365.98px){:root{--gw-spacer-xl-change-4: 4px;--gw-spacer-xl-change-8: 8px;--gw-spacer-xl-change-12: 12px;--gw-spacer-xl-change-16: 16px;--gw-spacer-xl-change-24: 16px;--gw-spacer-xl-change-32: 24px;--gw-spacer-xl-change-48: 32px;--gw-spacer-xl-change-64: 48px}}@media(max-width:1139.98px){:root{--gw-spacer-4: 4px;--gw-spacer-8: 8px;--gw-spacer-12: 12px;--gw-spacer-16: 16px;--gw-spacer-24: 24px;--gw-spacer-32: 32px;--gw-spacer-48: 48px;--gw-spacer-64: 64px}}@media(max-width:767.98px){:root{--gw-spacer-4: 4px;--gw-spacer-8: 8px;--gw-spacer-12: 12px;--gw-spacer-16: 16px;--gw-spacer-24: 16px;--gw-spacer-32: 24px;--gw-spacer-48: 32px;--gw-spacer-64: 48px}}.gw-padding_x_4{padding-left:4px;padding-right:4px}@media(max-width:1139.98px){.gw-padding_x_4{padding-left:4px;padding-right:4px}}@media(max-width:767.98px){.gw-padding_x_4{padding-left:4px;padding-right:4px}}.gw-padding_y_4{padding-top:4px;padding-bottom:4px}@media(max-width:1139.98px){.gw-padding_y_4{padding-top:4px;padding-bottom:4px}}@media(max-width:767.98px){.gw-padding_y_4{padding-top:4px;padding-bottom:4px}}.gw-padding_left_4{padding-left:4px}@media(max-width:1139.98px){.gw-padding_left_4{padding-left:4px}}@media(max-width:767.98px){.gw-padding_left_4{padding-left:4px}}.gw-padding_right_4{padding-right:4px}@media(max-width:1139.98px){.gw-padding_right_4{padding-right:4px}}@media(max-width:767.98px){.gw-padding_right_4{padding-right:4px}}.gw-padding_top_4{padding-top:4px}@media(max-width:1139.98px){.gw-padding_top_4{padding-top:4px}}@media(max-width:767.98px){.gw-padding_top_4{padding-top:4px}}.gw-padding_bottom_4{padding-bottom:4px}@media(max-width:1139.98px){.gw-padding_bottom_4{padding-bottom:4px}}@media(max-width:767.98px){.gw-padding_bottom_4{padding-bottom:4px}}.gw-padding_4{padding:4px}@media(max-width:1139.98px){.gw-padding_4{padding:4px}}@media(max-width:767.98px){.gw-padding_4{padding:4px}}.gw-margin_x_4{margin-left:4px;margin-right:4px}@media(max-width:1139.98px){.gw-margin_x_4{margin-left:4px;margin-right:4px}}@media(max-width:767.98px){.gw-margin_x_4{margin-left:4px;margin-right:4px}}.gw-margin_y_4{margin-top:4px;margin-bottom:4px}@media(max-width:1139.98px){.gw-margin_y_4{margin-top:4px;margin-bottom:4px}}@media(max-width:767.98px){.gw-margin_y_4{margin-top:4px;margin-bottom:4px}}.gw-margin_left_4{margin-left:4px}@media(max-width:1139.98px){.gw-margin_left_4{margin-left:4px}}@media(max-width:767.98px){.gw-margin_left_4{margin-left:4px}}.gw-margin_right_4{margin-right:4px}@media(max-width:1139.98px){.gw-margin_right_4{margin-right:4px}}@media(max-width:767.98px){.gw-margin_right_4{margin-right:4px}}.gw-margin_top_4{margin-top:4px}@media(max-width:1139.98px){.gw-margin_top_4{margin-top:4px}}@media(max-width:767.98px){.gw-margin_top_4{margin-top:4px}}.gw-margin_bottom_4{margin-bottom:4px}@media(max-width:1139.98px){.gw-margin_bottom_4{margin-bottom:4px}}@media(max-width:767.98px){.gw-margin_bottom_4{margin-bottom:4px}}.gw-margin_4{margin:4px}@media(max-width:1139.98px){.gw-margin_4{margin:4px}}@media(max-width:767.98px){.gw-margin_4{margin:4px}}.gw-padding_x_8{padding-left:8px;padding-right:8px}@media(max-width:1139.98px){.gw-padding_x_8{padding-left:8px;padding-right:8px}}@media(max-width:767.98px){.gw-padding_x_8{padding-left:8px;padding-right:8px}}.gw-padding_y_8{padding-top:8px;padding-bottom:8px}@media(max-width:1139.98px){.gw-padding_y_8{padding-top:8px;padding-bottom:8px}}@media(max-width:767.98px){.gw-padding_y_8{padding-top:8px;padding-bottom:8px}}.gw-padding_left_8{padding-left:8px}@media(max-width:1139.98px){.gw-padding_left_8{padding-left:8px}}@media(max-width:767.98px){.gw-padding_left_8{padding-left:8px}}.gw-padding_right_8{padding-right:8px}@media(max-width:1139.98px){.gw-padding_right_8{padding-right:8px}}@media(max-width:767.98px){.gw-padding_right_8{padding-right:8px}}.gw-padding_top_8{padding-top:8px}@media(max-width:1139.98px){.gw-padding_top_8{padding-top:8px}}@media(max-width:767.98px){.gw-padding_top_8{padding-top:8px}}.gw-padding_bottom_8{padding-bottom:8px}@media(max-width:1139.98px){.gw-padding_bottom_8{padding-bottom:8px}}@media(max-width:767.98px){.gw-padding_bottom_8{padding-bottom:8px}}.gw-padding_8{padding:8px}@media(max-width:1139.98px){.gw-padding_8{padding:8px}}@media(max-width:767.98px){.gw-padding_8{padding:8px}}.gw-margin_x_8{margin-left:8px;margin-right:8px}@media(max-width:1139.98px){.gw-margin_x_8{margin-left:8px;margin-right:8px}}@media(max-width:767.98px){.gw-margin_x_8{margin-left:8px;margin-right:8px}}.gw-margin_y_8{margin-top:8px;margin-bottom:8px}@media(max-width:1139.98px){.gw-margin_y_8{margin-top:8px;margin-bottom:8px}}@media(max-width:767.98px){.gw-margin_y_8{margin-top:8px;margin-bottom:8px}}.gw-margin_left_8{margin-left:8px}@media(max-width:1139.98px){.gw-margin_left_8{margin-left:8px}}@media(max-width:767.98px){.gw-margin_left_8{margin-left:8px}}.gw-margin_right_8{margin-right:8px}@media(max-width:1139.98px){.gw-margin_right_8{margin-right:8px}}@media(max-width:767.98px){.gw-margin_right_8{margin-right:8px}}.gw-margin_top_8{margin-top:8px}@media(max-width:1139.98px){.gw-margin_top_8{margin-top:8px}}@media(max-width:767.98px){.gw-margin_top_8{margin-top:8px}}.gw-margin_bottom_8{margin-bottom:8px}@media(max-width:1139.98px){.gw-margin_bottom_8{margin-bottom:8px}}@media(max-width:767.98px){.gw-margin_bottom_8{margin-bottom:8px}}.gw-margin_8{margin:8px}@media(max-width:1139.98px){.gw-margin_8{margin:8px}}@media(max-width:767.98px){.gw-margin_8{margin:8px}}.gw-padding_x_12{padding-left:12px;padding-right:12px}@media(max-width:1139.98px){.gw-padding_x_12{padding-left:12px;padding-right:12px}}@media(max-width:767.98px){.gw-padding_x_12{padding-left:12px;padding-right:12px}}.gw-padding_y_12{padding-top:12px;padding-bottom:12px}@media(max-width:1139.98px){.gw-padding_y_12{padding-top:12px;padding-bottom:12px}}@media(max-width:767.98px){.gw-padding_y_12{padding-top:12px;padding-bottom:12px}}.gw-padding_left_12{padding-left:12px}@media(max-width:1139.98px){.gw-padding_left_12{padding-left:12px}}@media(max-width:767.98px){.gw-padding_left_12{padding-left:12px}}.gw-padding_right_12{padding-right:12px}@media(max-width:1139.98px){.gw-padding_right_12{padding-right:12px}}@media(max-width:767.98px){.gw-padding_right_12{padding-right:12px}}.gw-padding_top_12{padding-top:12px}@media(max-width:1139.98px){.gw-padding_top_12{padding-top:12px}}@media(max-width:767.98px){.gw-padding_top_12{padding-top:12px}}.gw-padding_bottom_12{padding-bottom:12px}@media(max-width:1139.98px){.gw-padding_bottom_12{padding-bottom:12px}}@media(max-width:767.98px){.gw-padding_bottom_12{padding-bottom:12px}}.gw-padding_12{padding:12px}@media(max-width:1139.98px){.gw-padding_12{padding:12px}}@media(max-width:767.98px){.gw-padding_12{padding:12px}}.gw-margin_x_12{margin-left:12px;margin-right:12px}@media(max-width:1139.98px){.gw-margin_x_12{margin-left:12px;margin-right:12px}}@media(max-width:767.98px){.gw-margin_x_12{margin-left:12px;margin-right:12px}}.gw-margin_y_12{margin-top:12px;margin-bottom:12px}@media(max-width:1139.98px){.gw-margin_y_12{margin-top:12px;margin-bottom:12px}}@media(max-width:767.98px){.gw-margin_y_12{margin-top:12px;margin-bottom:12px}}.gw-margin_left_12{margin-left:12px}@media(max-width:1139.98px){.gw-margin_left_12{margin-left:12px}}@media(max-width:767.98px){.gw-margin_left_12{margin-left:12px}}.gw-margin_right_12{margin-right:12px}@media(max-width:1139.98px){.gw-margin_right_12{margin-right:12px}}@media(max-width:767.98px){.gw-margin_right_12{margin-right:12px}}.gw-margin_top_12{margin-top:12px}@media(max-width:1139.98px){.gw-margin_top_12{margin-top:12px}}@media(max-width:767.98px){.gw-margin_top_12{margin-top:12px}}.gw-margin_bottom_12{margin-bottom:12px}@media(max-width:1139.98px){.gw-margin_bottom_12{margin-bottom:12px}}@media(max-width:767.98px){.gw-margin_bottom_12{margin-bottom:12px}}.gw-margin_12{margin:12px}@media(max-width:1139.98px){.gw-margin_12{margin:12px}}@media(max-width:767.98px){.gw-margin_12{margin:12px}}.gw-padding_x_16{padding-left:16px;padding-right:16px}@media(max-width:1139.98px){.gw-padding_x_16{padding-left:16px;padding-right:16px}}@media(max-width:767.98px){.gw-padding_x_16{padding-left:16px;padding-right:16px}}.gw-padding_y_16{padding-top:16px;padding-bottom:16px}@media(max-width:1139.98px){.gw-padding_y_16{padding-top:16px;padding-bottom:16px}}@media(max-width:767.98px){.gw-padding_y_16{padding-top:16px;padding-bottom:16px}}.gw-padding_left_16{padding-left:16px}@media(max-width:1139.98px){.gw-padding_left_16{padding-left:16px}}@media(max-width:767.98px){.gw-padding_left_16{padding-left:16px}}.gw-padding_right_16{padding-right:16px}@media(max-width:1139.98px){.gw-padding_right_16{padding-right:16px}}@media(max-width:767.98px){.gw-padding_right_16{padding-right:16px}}.gw-padding_top_16{padding-top:16px}@media(max-width:1139.98px){.gw-padding_top_16{padding-top:16px}}@media(max-width:767.98px){.gw-padding_top_16{padding-top:16px}}.gw-padding_bottom_16{padding-bottom:16px}@media(max-width:1139.98px){.gw-padding_bottom_16{padding-bottom:16px}}@media(max-width:767.98px){.gw-padding_bottom_16{padding-bottom:16px}}.gw-padding_16{padding:16px}@media(max-width:1139.98px){.gw-padding_16{padding:16px}}@media(max-width:767.98px){.gw-padding_16{padding:16px}}.gw-margin_x_16{margin-left:16px;margin-right:16px}@media(max-width:1139.98px){.gw-margin_x_16{margin-left:16px;margin-right:16px}}@media(max-width:767.98px){.gw-margin_x_16{margin-left:16px;margin-right:16px}}.gw-margin_y_16{margin-top:16px;margin-bottom:16px}@media(max-width:1139.98px){.gw-margin_y_16{margin-top:16px;margin-bottom:16px}}@media(max-width:767.98px){.gw-margin_y_16{margin-top:16px;margin-bottom:16px}}.gw-margin_left_16{margin-left:16px}@media(max-width:1139.98px){.gw-margin_left_16{margin-left:16px}}@media(max-width:767.98px){.gw-margin_left_16{margin-left:16px}}.gw-margin_right_16{margin-right:16px}@media(max-width:1139.98px){.gw-margin_right_16{margin-right:16px}}@media(max-width:767.98px){.gw-margin_right_16{margin-right:16px}}.gw-margin_top_16{margin-top:16px}@media(max-width:1139.98px){.gw-margin_top_16{margin-top:16px}}@media(max-width:767.98px){.gw-margin_top_16{margin-top:16px}}.gw-margin_bottom_16{margin-bottom:16px}@media(max-width:1139.98px){.gw-margin_bottom_16{margin-bottom:16px}}@media(max-width:767.98px){.gw-margin_bottom_16{margin-bottom:16px}}.gw-margin_16{margin:16px}@media(max-width:1139.98px){.gw-margin_16{margin:16px}}@media(max-width:767.98px){.gw-margin_16{margin:16px}}.gw-padding_x_24{padding-left:24px;padding-right:24px}@media(max-width:1139.98px){.gw-padding_x_24{padding-left:24px;padding-right:24px}}@media(max-width:767.98px){.gw-padding_x_24{padding-left:16px;padding-right:16px}}.gw-padding_y_24{padding-top:24px;padding-bottom:24px}@media(max-width:1139.98px){.gw-padding_y_24{padding-top:24px;padding-bottom:24px}}@media(max-width:767.98px){.gw-padding_y_24{padding-top:16px;padding-bottom:16px}}.gw-padding_left_24{padding-left:24px}@media(max-width:1139.98px){.gw-padding_left_24{padding-left:24px}}@media(max-width:767.98px){.gw-padding_left_24{padding-left:16px}}.gw-padding_right_24{padding-right:24px}@media(max-width:1139.98px){.gw-padding_right_24{padding-right:24px}}@media(max-width:767.98px){.gw-padding_right_24{padding-right:16px}}.gw-padding_top_24{padding-top:24px}@media(max-width:1139.98px){.gw-padding_top_24{padding-top:24px}}@media(max-width:767.98px){.gw-padding_top_24{padding-top:16px}}.gw-padding_bottom_24{padding-bottom:24px}@media(max-width:1139.98px){.gw-padding_bottom_24{padding-bottom:24px}}@media(max-width:767.98px){.gw-padding_bottom_24{padding-bottom:16px}}.gw-padding_24{padding:24px}@media(max-width:1139.98px){.gw-padding_24{padding:24px}}@media(max-width:767.98px){.gw-padding_24{padding:16px}}.gw-margin_x_24{margin-left:24px;margin-right:24px}@media(max-width:1139.98px){.gw-margin_x_24{margin-left:24px;margin-right:24px}}@media(max-width:767.98px){.gw-margin_x_24{margin-left:16px;margin-right:16px}}.gw-margin_y_24{margin-top:24px;margin-bottom:24px}@media(max-width:1139.98px){.gw-margin_y_24{margin-top:24px;margin-bottom:24px}}@media(max-width:767.98px){.gw-margin_y_24{margin-top:16px;margin-bottom:16px}}.gw-margin_left_24{margin-left:24px}@media(max-width:1139.98px){.gw-margin_left_24{margin-left:24px}}@media(max-width:767.98px){.gw-margin_left_24{margin-left:16px}}.gw-margin_right_24{margin-right:24px}@media(max-width:1139.98px){.gw-margin_right_24{margin-right:24px}}@media(max-width:767.98px){.gw-margin_right_24{margin-right:16px}}.gw-margin_top_24{margin-top:24px}@media(max-width:1139.98px){.gw-margin_top_24{margin-top:24px}}@media(max-width:767.98px){.gw-margin_top_24{margin-top:16px}}.gw-margin_bottom_24{margin-bottom:24px}@media(max-width:1139.98px){.gw-margin_bottom_24{margin-bottom:24px}}@media(max-width:767.98px){.gw-margin_bottom_24{margin-bottom:16px}}.gw-margin_24{margin:24px}@media(max-width:1139.98px){.gw-margin_24{margin:24px}}@media(max-width:767.98px){.gw-margin_24{margin:16px}}.gw-padding_x_32{padding-left:32px;padding-right:32px}@media(max-width:1139.98px){.gw-padding_x_32{padding-left:32px;padding-right:32px}}@media(max-width:767.98px){.gw-padding_x_32{padding-left:24px;padding-right:24px}}.gw-padding_y_32{padding-top:32px;padding-bottom:32px}@media(max-width:1139.98px){.gw-padding_y_32{padding-top:32px;padding-bottom:32px}}@media(max-width:767.98px){.gw-padding_y_32{padding-top:24px;padding-bottom:24px}}.gw-padding_left_32{padding-left:32px}@media(max-width:1139.98px){.gw-padding_left_32{padding-left:32px}}@media(max-width:767.98px){.gw-padding_left_32{padding-left:24px}}.gw-padding_right_32{padding-right:32px}@media(max-width:1139.98px){.gw-padding_right_32{padding-right:32px}}@media(max-width:767.98px){.gw-padding_right_32{padding-right:24px}}.gw-padding_top_32{padding-top:32px}@media(max-width:1139.98px){.gw-padding_top_32{padding-top:32px}}@media(max-width:767.98px){.gw-padding_top_32{padding-top:24px}}.gw-padding_bottom_32{padding-bottom:32px}@media(max-width:1139.98px){.gw-padding_bottom_32{padding-bottom:32px}}@media(max-width:767.98px){.gw-padding_bottom_32{padding-bottom:24px}}.gw-padding_32{padding:32px}@media(max-width:1139.98px){.gw-padding_32{padding:32px}}@media(max-width:767.98px){.gw-padding_32{padding:24px}}.gw-margin_x_32{margin-left:32px;margin-right:32px}@media(max-width:1139.98px){.gw-margin_x_32{margin-left:32px;margin-right:32px}}@media(max-width:767.98px){.gw-margin_x_32{margin-left:24px;margin-right:24px}}.gw-margin_y_32{margin-top:32px;margin-bottom:32px}@media(max-width:1139.98px){.gw-margin_y_32{margin-top:32px;margin-bottom:32px}}@media(max-width:767.98px){.gw-margin_y_32{margin-top:24px;margin-bottom:24px}}.gw-margin_left_32{margin-left:32px}@media(max-width:1139.98px){.gw-margin_left_32{margin-left:32px}}@media(max-width:767.98px){.gw-margin_left_32{margin-left:24px}}.gw-margin_right_32{margin-right:32px}@media(max-width:1139.98px){.gw-margin_right_32{margin-right:32px}}@media(max-width:767.98px){.gw-margin_right_32{margin-right:24px}}.gw-margin_top_32{margin-top:32px}@media(max-width:1139.98px){.gw-margin_top_32{margin-top:32px}}@media(max-width:767.98px){.gw-margin_top_32{margin-top:24px}}.gw-margin_bottom_32{margin-bottom:32px}@media(max-width:1139.98px){.gw-margin_bottom_32{margin-bottom:32px}}@media(max-width:767.98px){.gw-margin_bottom_32{margin-bottom:24px}}.gw-margin_32{margin:32px}@media(max-width:1139.98px){.gw-margin_32{margin:32px}}@media(max-width:767.98px){.gw-margin_32{margin:24px}}.gw-padding_x_48{padding-left:48px;padding-right:48px}@media(max-width:1139.98px){.gw-padding_x_48{padding-left:48px;padding-right:48px}}@media(max-width:767.98px){.gw-padding_x_48{padding-left:32px;padding-right:32px}}.gw-padding_y_48{padding-top:48px;padding-bottom:48px}@media(max-width:1139.98px){.gw-padding_y_48{padding-top:48px;padding-bottom:48px}}@media(max-width:767.98px){.gw-padding_y_48{padding-top:32px;padding-bottom:32px}}.gw-padding_left_48{padding-left:48px}@media(max-width:1139.98px){.gw-padding_left_48{padding-left:48px}}@media(max-width:767.98px){.gw-padding_left_48{padding-left:32px}}.gw-padding_right_48{padding-right:48px}@media(max-width:1139.98px){.gw-padding_right_48{padding-right:48px}}@media(max-width:767.98px){.gw-padding_right_48{padding-right:32px}}.gw-padding_top_48{padding-top:48px}@media(max-width:1139.98px){.gw-padding_top_48{padding-top:48px}}@media(max-width:767.98px){.gw-padding_top_48{padding-top:32px}}.gw-padding_bottom_48{padding-bottom:48px}@media(max-width:1139.98px){.gw-padding_bottom_48{padding-bottom:48px}}@media(max-width:767.98px){.gw-padding_bottom_48{padding-bottom:32px}}.gw-padding_48{padding:48px}@media(max-width:1139.98px){.gw-padding_48{padding:48px}}@media(max-width:767.98px){.gw-padding_48{padding:32px}}.gw-margin_x_48{margin-left:48px;margin-right:48px}@media(max-width:1139.98px){.gw-margin_x_48{margin-left:48px;margin-right:48px}}@media(max-width:767.98px){.gw-margin_x_48{margin-left:32px;margin-right:32px}}.gw-margin_y_48{margin-top:48px;margin-bottom:48px}@media(max-width:1139.98px){.gw-margin_y_48{margin-top:48px;margin-bottom:48px}}@media(max-width:767.98px){.gw-margin_y_48{margin-top:32px;margin-bottom:32px}}.gw-margin_left_48{margin-left:48px}@media(max-width:1139.98px){.gw-margin_left_48{margin-left:48px}}@media(max-width:767.98px){.gw-margin_left_48{margin-left:32px}}.gw-margin_right_48{margin-right:48px}@media(max-width:1139.98px){.gw-margin_right_48{margin-right:48px}}@media(max-width:767.98px){.gw-margin_right_48{margin-right:32px}}.gw-margin_top_48{margin-top:48px}@media(max-width:1139.98px){.gw-margin_top_48{margin-top:48px}}@media(max-width:767.98px){.gw-margin_top_48{margin-top:32px}}.gw-margin_bottom_48{margin-bottom:48px}@media(max-width:1139.98px){.gw-margin_bottom_48{margin-bottom:48px}}@media(max-width:767.98px){.gw-margin_bottom_48{margin-bottom:32px}}.gw-margin_48{margin:48px}@media(max-width:1139.98px){.gw-margin_48{margin:48px}}@media(max-width:767.98px){.gw-margin_48{margin:32px}}.gw-padding_x_64{padding-left:64px;padding-right:64px}@media(max-width:1139.98px){.gw-padding_x_64{padding-left:64px;padding-right:64px}}@media(max-width:767.98px){.gw-padding_x_64{padding-left:48px;padding-right:48px}}.gw-padding_y_64{padding-top:64px;padding-bottom:64px}@media(max-width:1139.98px){.gw-padding_y_64{padding-top:64px;padding-bottom:64px}}@media(max-width:767.98px){.gw-padding_y_64{padding-top:48px;padding-bottom:48px}}.gw-padding_left_64{padding-left:64px}@media(max-width:1139.98px){.gw-padding_left_64{padding-left:64px}}@media(max-width:767.98px){.gw-padding_left_64{padding-left:48px}}.gw-padding_right_64{padding-right:64px}@media(max-width:1139.98px){.gw-padding_right_64{padding-right:64px}}@media(max-width:767.98px){.gw-padding_right_64{padding-right:48px}}.gw-padding_top_64{padding-top:64px}@media(max-width:1139.98px){.gw-padding_top_64{padding-top:64px}}@media(max-width:767.98px){.gw-padding_top_64{padding-top:48px}}.gw-padding_bottom_64{padding-bottom:64px}@media(max-width:1139.98px){.gw-padding_bottom_64{padding-bottom:64px}}@media(max-width:767.98px){.gw-padding_bottom_64{padding-bottom:48px}}.gw-padding_64{padding:64px}@media(max-width:1139.98px){.gw-padding_64{padding:64px}}@media(max-width:767.98px){.gw-padding_64{padding:48px}}.gw-margin_x_64{margin-left:64px;margin-right:64px}@media(max-width:1139.98px){.gw-margin_x_64{margin-left:64px;margin-right:64px}}@media(max-width:767.98px){.gw-margin_x_64{margin-left:48px;margin-right:48px}}.gw-margin_y_64{margin-top:64px;margin-bottom:64px}@media(max-width:1139.98px){.gw-margin_y_64{margin-top:64px;margin-bottom:64px}}@media(max-width:767.98px){.gw-margin_y_64{margin-top:48px;margin-bottom:48px}}.gw-margin_left_64{margin-left:64px}@media(max-width:1139.98px){.gw-margin_left_64{margin-left:64px}}@media(max-width:767.98px){.gw-margin_left_64{margin-left:48px}}.gw-margin_right_64{margin-right:64px}@media(max-width:1139.98px){.gw-margin_right_64{margin-right:64px}}@media(max-width:767.98px){.gw-margin_right_64{margin-right:48px}}.gw-margin_top_64{margin-top:64px}@media(max-width:1139.98px){.gw-margin_top_64{margin-top:64px}}@media(max-width:767.98px){.gw-margin_top_64{margin-top:48px}}.gw-margin_bottom_64{margin-bottom:64px}@media(max-width:1139.98px){.gw-margin_bottom_64{margin-bottom:64px}}@media(max-width:767.98px){.gw-margin_bottom_64{margin-bottom:48px}}.gw-margin_64{margin:64px}@media(max-width:1139.98px){.gw-margin_64{margin:64px}}@media(max-width:767.98px){.gw-margin_64{margin:48px}}.gw-grid_both_4{display:grid;gap:var(--gw-spacer-4);grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr)}.gw-grid-xl-change_both_4{display:grid;gap:var(--gw-spacer-xl-change-4);grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr)}.gw-grid_columns_4{display:grid;column-gap:var(--gw-spacer-4);grid-template-columns:minmax(0,1fr)}.gw-grid_rows_4{display:grid;row-gap:var(--gw-spacer-4);grid-template-rows:minmax(0,1fr)}.gw-flex_4{display:flex;flex-direction:column;gap:var(--gw-spacer-4)}.gw-flex_columns_4{display:flex;column-gap:var(--gw-spacer-4)}.gw-flex_rows_4{display:flex;row-gap:var(--gw-spacer-4)}.gw-flex_both_4{display:flex;gap:var(--gw-spacer-4);flex-wrap:wrap}.gw-grid_both_8{display:grid;gap:var(--gw-spacer-8);grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr)}.gw-grid-xl-change_both_8{display:grid;gap:var(--gw-spacer-xl-change-8);grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr)}.gw-grid_columns_8{display:grid;column-gap:var(--gw-spacer-8);grid-template-columns:minmax(0,1fr)}.gw-grid_rows_8{display:grid;row-gap:var(--gw-spacer-8);grid-template-rows:minmax(0,1fr)}.gw-flex_8{display:flex;flex-direction:column;gap:var(--gw-spacer-8)}.gw-flex_columns_8{display:flex;column-gap:var(--gw-spacer-8)}.gw-flex_rows_8{display:flex;row-gap:var(--gw-spacer-8)}.gw-flex_both_8{display:flex;gap:var(--gw-spacer-8);flex-wrap:wrap}.gw-grid_both_12{display:grid;gap:var(--gw-spacer-12);grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr)}.gw-grid-xl-change_both_12{display:grid;gap:var(--gw-spacer-xl-change-12);grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr)}.gw-grid_columns_12{display:grid;column-gap:var(--gw-spacer-12);grid-template-columns:minmax(0,1fr)}.gw-grid_rows_12{display:grid;row-gap:var(--gw-spacer-12);grid-template-rows:minmax(0,1fr)}.gw-flex_12{display:flex;flex-direction:column;gap:var(--gw-spacer-12)}.gw-flex_columns_12{display:flex;column-gap:var(--gw-spacer-12)}.gw-flex_rows_12{display:flex;row-gap:var(--gw-spacer-12)}.gw-flex_both_12{display:flex;gap:var(--gw-spacer-12);flex-wrap:wrap}.gw-grid_both_16{display:grid;gap:var(--gw-spacer-16);grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr)}.gw-grid-xl-change_both_16{display:grid;gap:var(--gw-spacer-xl-change-16);grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr)}.gw-grid_columns_16{display:grid;column-gap:var(--gw-spacer-16);grid-template-columns:minmax(0,1fr)}.gw-grid_rows_16{display:grid;row-gap:var(--gw-spacer-16);grid-template-rows:minmax(0,1fr)}.gw-flex_16{display:flex;flex-direction:column;gap:var(--gw-spacer-16)}.gw-flex_columns_16{display:flex;column-gap:var(--gw-spacer-16)}.gw-flex_rows_16{display:flex;row-gap:var(--gw-spacer-16)}.gw-flex_both_16{display:flex;gap:var(--gw-spacer-16);flex-wrap:wrap}.gw-grid_both_24{display:grid;gap:var(--gw-spacer-24);grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr)}.gw-grid-xl-change_both_24{display:grid;gap:var(--gw-spacer-xl-change-24);grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr)}.gw-grid_columns_24{display:grid;column-gap:var(--gw-spacer-24);grid-template-columns:minmax(0,1fr)}.gw-grid_rows_24{display:grid;row-gap:var(--gw-spacer-24);grid-template-rows:minmax(0,1fr)}.gw-flex_24{display:flex;flex-direction:column;gap:var(--gw-spacer-24)}.gw-flex_columns_24{display:flex;column-gap:var(--gw-spacer-24)}.gw-flex_rows_24{display:flex;row-gap:var(--gw-spacer-24)}.gw-flex_both_24{display:flex;gap:var(--gw-spacer-24);flex-wrap:wrap}.gw-grid_both_32{display:grid;gap:var(--gw-spacer-32);grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr)}.gw-grid-xl-change_both_32{display:grid;gap:var(--gw-spacer-xl-change-32);grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr)}.gw-grid_columns_32{display:grid;column-gap:var(--gw-spacer-32);grid-template-columns:minmax(0,1fr)}.gw-grid_rows_32{display:grid;row-gap:var(--gw-spacer-32);grid-template-rows:minmax(0,1fr)}.gw-flex_32{display:flex;flex-direction:column;gap:var(--gw-spacer-32)}.gw-flex_columns_32{display:flex;column-gap:var(--gw-spacer-32)}.gw-flex_rows_32{display:flex;row-gap:var(--gw-spacer-32)}.gw-flex_both_32{display:flex;gap:var(--gw-spacer-32);flex-wrap:wrap}.gw-grid_both_48{display:grid;gap:var(--gw-spacer-48);grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr)}.gw-grid-xl-change_both_48{display:grid;gap:var(--gw-spacer-xl-change-48);grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr)}.gw-grid_columns_48{display:grid;column-gap:var(--gw-spacer-48);grid-template-columns:minmax(0,1fr)}.gw-grid_rows_48{display:grid;row-gap:var(--gw-spacer-48);grid-template-rows:minmax(0,1fr)}.gw-flex_48{display:flex;flex-direction:column;gap:var(--gw-spacer-48)}.gw-flex_columns_48{display:flex;column-gap:var(--gw-spacer-48)}.gw-flex_rows_48{display:flex;row-gap:var(--gw-spacer-48)}.gw-flex_both_48{display:flex;gap:var(--gw-spacer-48);flex-wrap:wrap}.gw-grid_both_64{display:grid;gap:var(--gw-spacer-64);grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr)}.gw-grid-xl-change_both_64{display:grid;gap:var(--gw-spacer-xl-change-64);grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr)}.gw-grid_columns_64{display:grid;column-gap:var(--gw-spacer-64);grid-template-columns:minmax(0,1fr)}.gw-grid_rows_64{display:grid;row-gap:var(--gw-spacer-64);grid-template-rows:minmax(0,1fr)}.gw-flex_64{display:flex;flex-direction:column;gap:var(--gw-spacer-64)}.gw-flex_columns_64{display:flex;column-gap:var(--gw-spacer-64)}.gw-flex_rows_64{display:flex;row-gap:var(--gw-spacer-64)}.gw-flex_both_64{display:flex;gap:var(--gw-spacer-64);flex-wrap:wrap}.gw-flex{display:flex}.gw-flex_justify-content-center{display:flex;justify-content:center}.gw-grid{display:grid}.gw-grid-columns{display:grid;grid-template-columns:1fr}.gw-grid-columns_xs_1{grid-template-columns:repeat(1,1fr)}.gw-grid-columns_xs-priority_1{grid-template-columns:repeat(1,1fr)!important}@media(min-width:320px){.gw-grid-columns_sm_1{grid-template-columns:repeat(1,1fr)}}@media(min-width:320px){.gw-grid-columns_sm-priority_1{grid-template-columns:repeat(1,1fr)!important}}@media(min-width:768px){.gw-grid-columns_md_1{grid-template-columns:repeat(1,1fr)}}@media(min-width:768px){.gw-grid-columns_md-priority_1{grid-template-columns:repeat(1,1fr)!important}}@media(min-width:992px){.gw-grid-columns_lg_1{grid-template-columns:repeat(1,1fr)}}@media(min-width:992px){.gw-grid-columns_lg-priority_1{grid-template-columns:repeat(1,1fr)!important}}@media(min-width:1140px){.gw-grid-columns_xl_1{grid-template-columns:repeat(1,1fr)}}@media(min-width:1140px){.gw-grid-columns_xl-priority_1{grid-template-columns:repeat(1,1fr)!important}}@media(min-width:1366px){.gw-grid-columns_xxl_1{grid-template-columns:repeat(1,1fr)}}@media(min-width:1366px){.gw-grid-columns_xxl-priority_1{grid-template-columns:repeat(1,1fr)!important}}.gw-grid-columns_xs_2{grid-template-columns:repeat(2,1fr)}.gw-grid-columns_xs-priority_2{grid-template-columns:repeat(2,1fr)!important}@media(min-width:320px){.gw-grid-columns_sm_2{grid-template-columns:repeat(2,1fr)}}@media(min-width:320px){.gw-grid-columns_sm-priority_2{grid-template-columns:repeat(2,1fr)!important}}@media(min-width:768px){.gw-grid-columns_md_2{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.gw-grid-columns_md-priority_2{grid-template-columns:repeat(2,1fr)!important}}@media(min-width:992px){.gw-grid-columns_lg_2{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.gw-grid-columns_lg-priority_2{grid-template-columns:repeat(2,1fr)!important}}@media(min-width:1140px){.gw-grid-columns_xl_2{grid-template-columns:repeat(2,1fr)}}@media(min-width:1140px){.gw-grid-columns_xl-priority_2{grid-template-columns:repeat(2,1fr)!important}}@media(min-width:1366px){.gw-grid-columns_xxl_2{grid-template-columns:repeat(2,1fr)}}@media(min-width:1366px){.gw-grid-columns_xxl-priority_2{grid-template-columns:repeat(2,1fr)!important}}.gw-grid-columns_xs_3{grid-template-columns:repeat(3,1fr)}.gw-grid-columns_xs-priority_3{grid-template-columns:repeat(3,1fr)!important}@media(min-width:320px){.gw-grid-columns_sm_3{grid-template-columns:repeat(3,1fr)}}@media(min-width:320px){.gw-grid-columns_sm-priority_3{grid-template-columns:repeat(3,1fr)!important}}@media(min-width:768px){.gw-grid-columns_md_3{grid-template-columns:repeat(3,1fr)}}@media(min-width:768px){.gw-grid-columns_md-priority_3{grid-template-columns:repeat(3,1fr)!important}}@media(min-width:992px){.gw-grid-columns_lg_3{grid-template-columns:repeat(3,1fr)}}@media(min-width:992px){.gw-grid-columns_lg-priority_3{grid-template-columns:repeat(3,1fr)!important}}@media(min-width:1140px){.gw-grid-columns_xl_3{grid-template-columns:repeat(3,1fr)}}@media(min-width:1140px){.gw-grid-columns_xl-priority_3{grid-template-columns:repeat(3,1fr)!important}}@media(min-width:1366px){.gw-grid-columns_xxl_3{grid-template-columns:repeat(3,1fr)}}@media(min-width:1366px){.gw-grid-columns_xxl-priority_3{grid-template-columns:repeat(3,1fr)!important}}.gw-grid-columns_xs_4{grid-template-columns:repeat(4,1fr)}.gw-grid-columns_xs-priority_4{grid-template-columns:repeat(4,1fr)!important}@media(min-width:320px){.gw-grid-columns_sm_4{grid-template-columns:repeat(4,1fr)}}@media(min-width:320px){.gw-grid-columns_sm-priority_4{grid-template-columns:repeat(4,1fr)!important}}@media(min-width:768px){.gw-grid-columns_md_4{grid-template-columns:repeat(4,1fr)}}@media(min-width:768px){.gw-grid-columns_md-priority_4{grid-template-columns:repeat(4,1fr)!important}}@media(min-width:992px){.gw-grid-columns_lg_4{grid-template-columns:repeat(4,1fr)}}@media(min-width:992px){.gw-grid-columns_lg-priority_4{grid-template-columns:repeat(4,1fr)!important}}@media(min-width:1140px){.gw-grid-columns_xl_4{grid-template-columns:repeat(4,1fr)}}@media(min-width:1140px){.gw-grid-columns_xl-priority_4{grid-template-columns:repeat(4,1fr)!important}}@media(min-width:1366px){.gw-grid-columns_xxl_4{grid-template-columns:repeat(4,1fr)}}@media(min-width:1366px){.gw-grid-columns_xxl-priority_4{grid-template-columns:repeat(4,1fr)!important}}.gw-grid-columns_xs_6{grid-template-columns:repeat(6,1fr)}.gw-grid-columns_xs-priority_6{grid-template-columns:repeat(6,1fr)!important}@media(min-width:320px){.gw-grid-columns_sm_6{grid-template-columns:repeat(6,1fr)}}@media(min-width:320px){.gw-grid-columns_sm-priority_6{grid-template-columns:repeat(6,1fr)!important}}@media(min-width:768px){.gw-grid-columns_md_6{grid-template-columns:repeat(6,1fr)}}@media(min-width:768px){.gw-grid-columns_md-priority_6{grid-template-columns:repeat(6,1fr)!important}}@media(min-width:992px){.gw-grid-columns_lg_6{grid-template-columns:repeat(6,1fr)}}@media(min-width:992px){.gw-grid-columns_lg-priority_6{grid-template-columns:repeat(6,1fr)!important}}@media(min-width:1140px){.gw-grid-columns_xl_6{grid-template-columns:repeat(6,1fr)}}@media(min-width:1140px){.gw-grid-columns_xl-priority_6{grid-template-columns:repeat(6,1fr)!important}}@media(min-width:1366px){.gw-grid-columns_xxl_6{grid-template-columns:repeat(6,1fr)}}@media(min-width:1366px){.gw-grid-columns_xxl-priority_6{grid-template-columns:repeat(6,1fr)!important}}.gw-custom-columns{display:grid;grid-template-columns:1fr}@media(min-width:768px){.gw-custom-columns_md_1fr-250{grid-template-columns:1fr 250px}.gw-custom-columns_md_6x4{grid-template-columns:61fr 39fr}}@media(min-width:1366px){.gw-custom-columns_xxl_1fr-336{grid-template-columns:1fr 336px}}.gw-custom-columns_auto-fit{grid-template-columns:repeat(auto-fit,minmax(0,1fr))}.gw-layout-with-sidebar{--sidebar-width: 280px;--gw-sidebar-gap: var(--gw-spacer-32);gap:var(--gw-sidebar-gap);display:grid;grid-template-columns:1fr}@media(min-width:1366px){.gw-layout-with-sidebar{grid-template-columns:1fr var(--sidebar-width)}}.gw-layout-with-sidebar:has(.gw-sidebar_wide){--sidebar-width: 488px;--gw-sidebar-gap: 48px}@media(min-width:768px){.gw-layout-with-sidebar:has(.gw-sidebar_wide){--gw-sidebar-gap: 64px}}@media(min-width:1366px){.gw-layout-with-sidebar:has(.gw-sidebar_wide){--gw-sidebar-gap: 88px}}@media(min-width:1366px){.gw-layout-with-sidebar:has(.gw-sidebar_wide){grid-template-columns:1fr var(--sidebar-width)}}.gw-layout-with-sidebar:has(.gw-sidebar) .gw-slider{display:grid}@media(min-width:1366px){.gw-layout-with-sidebar:has(.gw-sidebar) .gw-slider .gw-slider__nav_next:not(.wide){right:-3px}}@media(min-width:1366px){.gw-layout-with-sidebar:has(.gw-sidebar) .gw-slider .gw-slider__nav_prev:not(.wide){left:-3px}}@media(max-width:1365.98px){.gw-layout-with-sidebar_reverse .gw-sidebar{order:1}.gw-layout-with-sidebar_reverse>*:not(.gw-sidebar){order:2}}@media(min-width:1366px){.gw-layout-with-sidebar .gw-banner-complex__decor{display:none}}@media(min-width:1366px){.gw-layout-with-sidebar .gw-banner-complex__image-main{margin:0 24px 0 0}}@media(min-width:1366px){.gw-layout-with-sidebar .gw-banner-complex__content{flex-basis:auto;margin:0 32px 0 0;padding:42px 0 42px 48px}}.gw-layout-with-sidebar .gw-main-content{width:100%;order:2}@media(min-width:1366px){.gw-layout-with-sidebar .gw-main-content{order:1}}.gw-layout-with-sidebar .gw-sidebar{order:1}@media(max-width:1365.98px){.gw-layout-with-sidebar .gw-sidebar .gw-vertical-nav:has(+.gw-vertical-nav-menu){display:none}}.gw-layout-with-sidebar .gw-sidebar a{text-decoration:none}.gw-layout-with-sidebar .gw-sidebar ul,.gw-layout-with-sidebar .gw-sidebar ol{list-style-type:none}.gw-layout-with-sidebar .gw-sidebar_last{order:2}.gw-layout-with-sidebar .gw-sidebar_last .gw-sidebar__top{display:grid}@media(max-width:1365.98px){.gw-layout-with-sidebar .gw-sidebar_last .gw-sidebar__top{grid-template-columns:1fr 1fr}}@media(max-width:767.98px){.gw-layout-with-sidebar .gw-sidebar_last .gw-sidebar__top{grid-template-columns:1fr}}.gw-position_sticky{position:sticky;top:0}.gw-sidebar{display:flex;flex-direction:column;gap:var(--gw-spacer-16)}.gw-sidebar__wrapper{display:flex;flex-direction:column;gap:var(--gw-spacer-24)}@media(min-width:1366px){.gw-sidebar__wrapper{position:sticky;top:128px;overflow-x:hidden;overflow-y:auto}}.gw-sidebar__wrapper .gw-vertical-nav{position:static;overflow-y:unset}.gw-sidebar__title{margin-bottom:0}@font-face{font-family:LatoWeb;src:url(/base/assets/fonts/Lato-Regular.eot);src:url(/base/assets/fonts/Lato-Regular.eot?#iefix) format("embedded-opentype"),url(/base/assets/fonts/Lato-Regular.woff2) format("woff2"),url(/base/assets/fonts/Lato-Regular.woff) format("woff"),url(/base/assets/fonts/Lato-Regular.ttf) format("truetype");font-style:normal;font-weight:400;text-rendering:optimizeLegibility;font-display:swap}@font-face{font-family:LatoWeb;src:url(/base/assets/fonts/Lato-Bold.eot);src:url(/base/assets/fonts/Lato-Bold.eot?#iefix) format("embedded-opentype"),url(/base/assets/fonts/Lato-Bold.woff2) format("woff2"),url(/base/assets/fonts/Lato-Bold.woff) format("woff"),url(/base/assets/fonts/Lato-Bold.ttf) format("truetype");font-style:normal;font-weight:700;text-rendering:optimizeLegibility;font-display:swap}html body{color:#0b1f33;font-family:LatoWeb,sans-serif;font-size:1rem;font-weight:400;text-size-adjust:100%}html *{line-height:1.5}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{font-weight:700;letter-spacing:inherit;word-break:break-word}h1,.h1{font-size:2.25rem;line-height:2.5rem;margin-bottom:var(--gw-spacer-32)}@media(max-width:767.98px){h1,.h1{font-size:2rem;line-height:2.5rem}}h2,.h2{font-size:2rem;line-height:2.5rem;margin-bottom:var(--gw-spacer-32)}@media(max-width:767.98px){h2,.h2{font-size:1.5rem;line-height:2rem}}h3,.h3{font-size:1.5rem;line-height:2rem;margin-bottom:var(--gw-spacer-32)}@media(max-width:767.98px){h3,.h3{font-size:1.25rem;line-height:1.75rem}}h4,.h4{font-size:1.25rem;line-height:1.75rem;margin-bottom:var(--gw-spacer-24)}h5,.h5{font-size:1.125rem;line-height:1.5rem;margin-bottom:var(--gw-spacer-16)}h6,.h6{font-size:1rem;line-height:1.5rem;margin-bottom:var(--gw-spacer-16)}p{margin-bottom:var(--gw-spacer-16);word-break:break-word}a{color:#0d4cd3;text-decoration:none}a:hover,a:active{text-decoration:underline}a:hover{color:#216cff}a:active{color:#053b75}del{text-decoration:line-through}i{font-style:italic}b{font-weight:700}sup{vertical-align:super;font-size:smaller}sub{vertical-align:sub;font-size:smaller}strong{font-weight:700}em{font-style:italic}ul li,ol li{word-break:break-word}.gw-content-inner ol,.gw-content-inner ul:not([class*=nc6-toolbar]):not([class*=nc-object-toolbar]){display:grid;grid-gap:12px}.gw-content-inner ol>li,.gw-content-inner ul:not([class*=nc6-toolbar]):not([class*=nc-object-toolbar])>li{margin-left:22px}.gw-content-inner ol li ol,.gw-content-inner ol li ul,.gw-content-inner ul:not([class*=nc6-toolbar]):not([class*=nc-object-toolbar]) li ol,.gw-content-inner ul:not([class*=nc6-toolbar]):not([class*=nc-object-toolbar]) li ul{margin-top:12px;margin-left:20px}.gw-content-inner ol{list-style-type:decimal}.gw-content-inner ol>li{padding-left:4px}.gw-content-inner ol>li::marker{font-weight:700;color:#4d83fa}.gw-content-inner ul:not([class*=nc6-toolbar]):not([class*=nc-object-toolbar]){list-style-type:disc}.gw-content-inner ul:not([class*=nc6-toolbar]):not([class*=nc-object-toolbar])>li::marker{font-weight:700;font-size:1.75rem;line-height:1rem;color:#4d83fa}html.gw-blind-support-theme_inverse .gw-content-inner ol>li::marker,html.gw-blind-support-theme_inverse .gw-content-inner ul:not([class*=nc6-toolbar]):not([class*=nc-object-toolbar])>li::marker{color:#fff}table{width:100%;word-break:initial;margin-bottom:var(--gw-spacer-32)}table h1,table h2,table h3,table h4,table h5,table h6,table p,table li{word-break:initial}table td,table th{padding:16px 12px;text-align:left}table td:first-child,table th:first-child{padding-left:0}table td:last-child,table th:last-child{padding-right:0}table thead tr{border-bottom:2px solid #D2DFFB}table thead tr:first-child td,table thead tr:first-child th{padding-top:0;padding-bottom:16px}table tbody tr:not(:last-child){border-bottom:1px solid #D2DFFB}table tbody tr:last-child td,table tbody tr:last-child th{padding-top:16px;padding-bottom:0}.table_has-scroll{margin-bottom:var(--gw-spacer-32)}.table_has-scroll table{margin-bottom:0}.table_has-scroll tbody tr:last-child td,.table_has-scroll tbody tr:last-child th{padding-bottom:12px}*,*:before,*:after{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html{min-height:100vh;scroll-behavior:smooth}body{--scrollbar-width: 17px;display:flex;flex-direction:column;min-height:100vh;max-width:calc(100vw - var(--scrollbar-width))}main{flex-grow:1}.gw-z-index_100{z-index:100}img,svg{vertical-align:middle}*:focus-visible{outline:2px solid #99B1E6}html.gw-blind-support-theme_inverse *:focus-visible{outline-color:#fff}iframe{display:block}:target{--map-scroll-offset-xl: 205px;--map-scroll-offset: 165px;scroll-margin-top:var(--map-scroll-offset)}@media(min-width:1366px){:target{scroll-margin-top:var(--map-scroll-offset-xl)}}body.body-blocked{position:fixed;bottom:0;left:0;right:0;top:0}body.body-fixed{overflow:hidden;width:100%;height:100%}body.nc--mode-edit .gw-header,body.nc--mode-edit .gw-analytics-agreement{z-index:1500}.gw-navigable-block-scroll{scroll-margin-top:120px}.gw-demo-text{color:#e11432}.gw-last-child-mb0>*:last-child{margin-bottom:0}.gw-hidden{display:none!important}[data-gw-demo-object="1"]{outline:3px dotted #E11432!important}.swiper-lazy:not(.swiper-lazy-loaded){visibility:hidden}.gw-text-decoration-none,.gw-text-decoration-none:hover{text-decoration:none}.heading{display:flex;align-items:center;justify-content:space-between}.heading__title{margin-right:var(--gw-spacer-16);margin-bottom:0}.heading__link,.heading__link-mobile{font-size:1.125rem}.heading__link:hover,.heading__link-mobile:hover{text-decoration:none}@media(max-width:767.98px){.heading__link{display:none}}@media(min-width:768px){.heading-link-mobile{display:none}}.gw-bottom-link{font-size:1.125rem;line-height:1.5rem;cursor:pointer}.gw-bottom-link_align-left{text-align:left}@media(min-width:768px){.gw-bottom-link{display:none}}.gw-text-center{text-align:center}.gw-text-helper{color:#66727f}.gw-radius-0{border-radius:0}.gw-radius-4{border-radius:4px}.gw-radius-8{border-radius:8px}.gw-radius-12{border-radius:12px}.gw-radius-16{border-radius:16px}.gw-card-wrapper .gw-filled-section,.gw-card-wrapper .gw-address-route{height:100%}.gw-text-label{font-size:.875rem;line-height:1.25rem;color:#66727f}.gw-img-fit{width:100%;height:100%}.gw-img-fit_contain{object-fit:contain}.gw-img-fit_cover{object-fit:cover}.gw-img-fit_center-top{height:auto}html.gw-blind-support-theme_blue .gw-content{background-color:#c6e4ff}html.gw-blind-support-theme_inverse body{color:#fff}html.gw-blind-support-theme_inverse .gw-content{background-color:#000}html.gw-blind-support-theme_inverse a,html.gw-blind-support-theme_inverse a:hover,html.gw-blind-support-theme_inverse a:active{color:#fff}html.gw-blind-support-theme_inverse a:hover,html.gw-blind-support-theme_inverse a:focus{text-decoration:underline}html.gw-blind-support-theme_inverse .gw-img-svg-force-color-white{filter:grayscale(1) brightness(5)}html.gw-blind-support-theme_inverse .gw-img-svg-force-color-black{filter:grayscale(1) brightness(0)}html.gw-blind-support-letter-spacing{word-break:break-word}.gw-info{display:grid;gap:var(--gw-spacer-16)}@media(min-width:1140px){.gw-info{gap:var(--gw-spacer-24)}}.gw-info__title{margin-bottom:var(--gw-spacer-4)}.gw-info__description{margin-bottom:0}.gw-info__description-name{color:#66727f}.gw-info__item-name{font-size:.875rem;line-height:1.25rem;margin-bottom:var(--gw-spacer-4);color:#66727f}.gw-info__item-value{font-weight:400;margin-bottom:0}html.gw-blind-support-theme_inverse .gw-info__description-name,html.gw-blind-support-theme_inverse .gw-info__item-name{color:#fff}.gw-module-card{border-radius:12px;padding:var(--gw-spacer-24);background-color:#fff}@media(max-width:767.98px){.gw-module-card{padding:var(--gw-spacer-16)}}.gw-module-card_highlighted{background-color:#edf2fe}.gw-module-card_shadow{box-shadow:0 1px 4px #e3ebfc,0 24px 18px #e6ebf566}.gw-module-card_interactive:hover{box-shadow:0 12px 32px #0b1f332e;background-color:#fff;outline:transparent solid 1px}.gw-module-card_interactive:active,.gw-module-card_interactive_active{background-color:#e4ecfd;outline:transparent solid 1px;box-shadow:none}.gw-module-card_blue{background-color:#edf2fe}.gw-module-card_padding_24{padding:24px}html.gw-blind-support-theme_blue .gw-module-card{background-color:#9dd1ff}html.gw-blind-support-theme_blue .gw-module-card_highlighted{background-color:#fff}html.gw-blind-support-theme_blue .gw-module-card_shadow{box-shadow:none}html.gw-blind-support-theme_blue .gw-module-card_interactive:hover{box-shadow:0 12px 32px #0b1f332e;background-color:#fff;outline:transparent solid 1px}html.gw-blind-support-theme_blue .gw-module-card_interactive:active,html.gw-blind-support-theme_blue .gw-module-card_interactive_active{background-color:#e4ecfd;outline:transparent solid 1px;box-shadow:none}html.gw-blind-support-theme_inverse .gw-module-card{background-color:#000;outline:1px solid #FFFFFF}html.gw-blind-support-theme_inverse .gw-module-card_highlighted{background-color:#000}html.gw-blind-support-theme_inverse .gw-module-card_shadow{box-shadow:none}html.gw-blind-support-theme_inverse .gw-module-card_interactive:hover{box-shadow:none;background-color:#000;outline:3px solid #FFFFFF}html.gw-blind-support-theme_inverse .gw-module-card_interactive:active,html.gw-blind-support-theme_inverse .gw-module-card_interactive_active{background-color:#000;outline:3px solid #FFFFFF;box-shadow:none}.gw-module-with-outer-links__title{display:flex;align-items:center;justify-content:space-between;margin-bottom:0}.gw-module-with-outer-links__title-link{display:none;font-size:1.125rem;line-height:1.5rem;font-weight:400;color:#0d4cd3;white-space:nowrap;cursor:pointer}.gw-module-with-outer-links__title-link:hover{text-decoration:none}@media(min-width:768px){.gw-module-with-outer-links__title-link{display:block}}.gw-module-with-outer-links__nav-link{font-size:1.125rem;line-height:1.5rem;cursor:pointer}@media(min-width:768px){.gw-module-with-outer-links__nav-link{display:none}}.gw-arrow-button{display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;padding:0;width:24px;height:24px;box-shadow:0 1px 4px #e3ebfc,0 24px 48px #e6ebf566;color:#0d4cd3;background-color:#fff;background-repeat:no-repeat;cursor:pointer}.gw-arrow-button:hover{color:#216cff}.gw-arrow-button:active{color:#0b40b3}.gw-arrow-button_disabled,.gw-arrow-button[disabled]{box-shadow:none;pointer-events:none}.gw-arrow-button_disabled svg,.gw-arrow-button[disabled] svg{opacity:.5}.gw-arrow-button_prev{transform:rotate(180deg)}html.gw-blind-support-theme_inverse .gw-arrow-button{outline:1px solid #FFFFFF;box-shadow:none;color:#fff;background-color:#000}.gw-date{display:block;margin:0;padding:0}html.gw-blind-support-theme_inverse .gw-date{color:#fff}html.gw-blind-support-theme_blue .gw-date{color:#0b1f33}.gw-icon_10{width:10px;height:10px;min-width:10px;min-height:10px}.gw-icon_12{width:12px;height:12px;min-width:12px;min-height:12px}.gw-icon_16{width:16px;height:16px;min-width:16px;min-height:16px}.gw-icon_20{width:20px;height:20px;min-width:20px;min-height:20px}.gw-icon_24{width:24px;height:24px;min-width:24px;min-height:24px}.gw-icon_28{width:28px;height:28px;min-width:28px;min-height:28px}.gw-icon_32{width:32px;height:32px;min-width:32px;min-height:32px}.gw-icon_40{width:40px;height:40px;min-width:40px;min-height:40px}.gw-icon_42{width:42px;height:42px;min-width:42px;min-height:42px}.gw-icon_48{width:48px;height:48px;min-width:48px;min-height:48px}.gw-icon_56{width:56px;height:56px;min-width:56px;min-height:56px}.gw-icon_rotate-45{transform:rotate(45deg)}.gw-icon_rotate-90{transform:rotate(90deg)}.gw-icon_rotate-180{transform:rotate(180deg)}.gw-icon_rotate-270{transform:rotate(270deg)}.gw-icon{display:flex;flex-direction:column;align-items:center;justify-content:center}.gw-icon__icon{width:100%;height:100%}.gw-icon_blue{color:#4d83fa}.gw-icon_pale-blue{color:#9dacce}.gw-icon_48x24{padding:0;width:48px;height:24px;min-width:48px;min-height:24px}html.gw-blind-support-theme_inverse .gw-icon_blue{color:#fff}.gw-label-rounded{--border-width: 1px;display:inline-flex;align-items:center;justify-content:center;gap:var(--gw-spacer-8);border:var(--border-width) solid #D2DFFB;border-radius:32px;padding:calc(16px - var(--border-width)) 24px;width:100%;white-space:nowrap;background-color:#fff}@media(min-width:768px){.gw-label-rounded{padding:calc(8px - var(--border-width)) 16px;width:auto}}.gw-label-rounded__text{font-size:.875rem;line-height:1.25rem;text-align:center}html.gw-blind-support-theme_inverse .gw-label-rounded{background-color:#000}.gw-label-rounded-with-icon{--border-width: 2px;display:inline-flex;align-items:center;justify-content:center;gap:var(--gw-spacer-4);border:2px solid #FED13E;border-radius:32px;padding:calc(16px - var(--border-width)) 24px;width:100%;background-color:#fff}@media(min-width:768px){.gw-label-rounded-with-icon{padding:calc(8px - var(--border-width)) 12px;width:auto}}.gw-label-rounded-with-icon__label{font-size:.875rem;line-height:1.25rem;text-align:center;white-space:nowrap}html.gw-blind-support-theme_blue .gw-label-rounded-with-icon{border-color:#9dacce}html.gw-blind-support-theme_inverse .gw-label-rounded-with-icon{border-color:#fff;background-color:#000}.gw-progress-bar{display:flex;width:100%;height:8px;background-color:#fff}.gw-progress-bar__counter{display:flex;width:100%;max-width:100%;background-color:#ee3f58}html.gw-blind-support-theme_blue .gw-progress-bar{outline:1px solid #FFFFFF;background-color:#9dd1ff}html.gw-blind-support-theme_blue .gw-progress-bar__counter{background-color:#fff}html.gw-blind-support-theme_inverse .gw-progress-bar{outline:1px solid #FFFFFF;background-color:#000}html.gw-blind-support-theme_inverse .gw-progress-bar__counter{background-color:#fff}.gw-tag{display:block;padding:2px 8px;font-size:.875rem;line-height:1.25rem;color:#0b1f33;background-color:#edf2fe;border-radius:4px;cursor:pointer}.gw-tag_yellow{background-color:#fef0cc}.gw-tag_gray-blue{background-color:#edf2fe}.gw-tag_interactive:hover{color:#0b1f33;background-color:#e4ecfd}.gw-tag_interactive:active{color:#0b1f33;background-color:#99b1e6}.gw-tag_blue{color:#fff;background-color:#9dacce}.gw-tag_green{color:#0b1f33;background-color:#ddf5e7}html.gw-blind-support-theme_blue .gw-tag_yellow{background-color:#edf2fe}html.gw-blind-support-theme_inverse .gw-tag,html.gw-blind-support-theme_inverse .gw-tag_interactive:hover,html.gw-blind-support-theme_inverse .gw-tag_interactive:active{color:#000;background-color:#fff}.gw-text-multiline-truncate{--font-size-base: 1rem;--line-height-base: 1.5rem;--rows: 1;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:var(--rows);overflow:hidden;text-overflow:ellipsis;white-space:normal;font-size:var(--font-size-base);line-height:var(--line-height-base);max-height:calc(var(--line-height-base) * var(--rows))}.gw-text-multiline-truncate_rows-1,.gw-text-multiline-truncate_rows_1{--rows: 1}.gw-text-multiline-truncate_rows-2,.gw-text-multiline-truncate_rows_2{--rows: 2}.gw-text-multiline-truncate_rows-3,.gw-text-multiline-truncate_rows_3{--rows: 3}.gw-text-multiline-truncate_rows-4,.gw-text-multiline-truncate_rows_4{--rows: 4}.gw-text-multiline-truncate_rows-5,.gw-text-multiline-truncate_rows_5{--rows: 5}.gw-text-multiline-truncate_rows-6,.gw-text-multiline-truncate_rows_6{--rows: 6}.gw-text-multiline-truncate_rows-7,.gw-text-multiline-truncate_rows_7{--rows: 7}.gw-text-multiline-truncate_rows-8,.gw-text-multiline-truncate_rows_8{--rows: 8}.gw-gradient-block_bg-gradient-pink,.gw-gradient-block_bg-gradient_pink{background:linear-gradient(90deg,#edf2fe,#ffecec)}.gw-gradient-block_bg-gradient-magenta,.gw-gradient-block_bg-gradient_magenta{background:linear-gradient(90deg,#edf2fe,#faedff)}.gw-gradient-block_bg-gradient-magenta_2,.gw-gradient-block_bg-gradient_magenta_2{background:linear-gradient(100.25deg,#99ffda 18.62%,#a2fff4 78.43%)}.gw-gradient-block_bg-gradient-red,.gw-gradient-block_bg-gradient_red{background:linear-gradient(90deg,#edf2fe,#ffedfa)}.gw-gradient-block_bg-gradient-yellow,.gw-gradient-block_bg-gradient_yellow{background:linear-gradient(90deg,#edf2fe,#fffeec)}.gw-gradient-block_bg-gradient-yellow_blue,.gw-gradient-block_bg-gradient_yellow_blue{background:linear-gradient(100.25deg,#fffe99 18.62%,#ccfcff 78.43%)}.gw-gradient-block_bg-gradient-lime_blue,.gw-gradient-block_bg-gradient_lime_blue{background:linear-gradient(90deg,#fbff7e,#74e6ff)}.gw-gradient-block_bg-gradient-green,.gw-gradient-block_bg-gradient_green{background:linear-gradient(90deg,#edf2fe,#f0fff2)}.gw-gradient-block_bg-gradient-green_2,.gw-gradient-block_bg-gradient_green_2{background:linear-gradient(100.25deg,#ecffcc 18.62%,#ccffd4 78.43%)}.gw-gradient-block_bg-gradient-green_magenta,.gw-gradient-block_bg-gradient_green_magenta{background:linear-gradient(100.25deg,#ccffd5 18.98%,#9afff3 86.85%)}.gw-gradient-block_bg-gradient-green_yellow,.gw-gradient-block_bg-gradient_green_yellow{background:linear-gradient(100.25deg,#ddfeb3 18.98%,#ffef99 83.94%)}.gw-gradient-block_bg-gradient-green_violet,.gw-gradient-block_bg-gradient_green_violet{background:linear-gradient(100.25deg,#b4ffd6 18.62%,#dbd1fa 78.43%)}.gw-gradient-block_bg-gradient-blue,.gw-gradient-block_bg-gradient_blue{background:linear-gradient(90deg,#edf2fe,#d1f4ff)}.gw-gradient-block_bg-gradient-blue_cyan,.gw-gradient-block_bg-gradient_blue_cyan{background:linear-gradient(95.98deg,#ade6ff 4.74%,#9bfff3 95.26%)}.gw-gradient-block_bg-gradient-blue_cyan_2,.gw-gradient-block_bg-gradient_blue_cyan_2{background:linear-gradient(90deg,#bcffff 39.5%,#3adbff)}.gw-gradient-block_bg-gradient-dark_blue,.gw-gradient-block_bg-gradient_dark_blue{background:linear-gradient(90deg,#edf2fe,#ddebff)}.gw-gradient-block_bg-gradient-violet,.gw-gradient-block_bg-gradient_violet{background:linear-gradient(90deg,#edf2fe,#e2ddff)}.gw-gradient-block_bg-gradient-violet_2,.gw-gradient-block_bg-gradient_violet_2{background:linear-gradient(100.25deg,#f4dbff 18.98%,#f2ccff 77.97%)}.gw-gradient-block_bg-gradient-orange,.gw-gradient-block_bg-gradient_orange{background:linear-gradient(100.25deg,#fde5cc 9.63%,#fdd4cc 68.62%)}.gw-gradient-block_bg-gradient-winter-wizard_blue,.gw-gradient-block_bg-gradient_winter-wizard_blue{background:linear-gradient(90deg,#92ebff,#8ab9fff7)}.gw-gradient-block_bg-gradient-pink-lace_bright-lilac,.gw-gradient-block_bg-gradient_pink-lace_bright-lilac{background:linear-gradient(90deg,#ffdef8,#da93fc)}.gw-gradient-block_bg-gradient-aero-blue_malachite-green,.gw-gradient-block_bg-gradient_aero-blue_malachite-green{background:linear-gradient(90deg,#ccffd7,#71e683)}.gw-gradient-block_bg-gradient-pale-goldenrod_inchworm,.gw-gradient-block_bg-gradient_pale-goldenrod_inchworm{background:linear-gradient(90deg,#e3fcaf,#a8f479)}.gw-gradient-block_bg-gradient-shampoo_canary,.gw-gradient-block_bg-gradient_shampoo_canary{background:linear-gradient(90deg,#ffcff4,#ffff9a)}.gw-gradient-block_bg-gradient-canary_menthol,.gw-gradient-block_bg-gradient_canary_menthol{background:linear-gradient(90deg,#fffb99,#bdf5a3)}.gw-gradient-block_bg-gradient-lemon-chiffon_aqua,.gw-gradient-block_bg-gradient_lemon-chiffon_aqua{background:linear-gradient(90deg,#fff5d0,#7ae8c1)}.gw-gradient-block_bg-gradient-yellow_orange,.gw-gradient-block_bg-gradient_yellow_orange{background:linear-gradient(90deg,#fff5c0,#ffb366)}.gw-gradient-block_bg-gradient-stoic-white_denim,.gw-gradient-block_bg-gradient_stoic-white_denim{background:linear-gradient(90deg,#dce4ff80,#678dfe)}.gw-gradient-block_bg-gradient-pink_violet,.gw-gradient-block_bg-gradient_pink_violet{background:linear-gradient(90deg,#ffd5f6,#c377ff)}.gw-gradient-block_bg-gradient-snowdrop_lemon-pie,.gw-gradient-block_bg-gradient_snowdrop_lemon-pie{background:linear-gradient(90deg,#efc,#e1ff68)}.gw-gradient-block_bg-gradient-mint-zest_loud-green,.gw-gradient-block_bg-gradient_mint-zest_loud-green{background:linear-gradient(90deg,#ccffd7,#55e86c)}.gw-gradient-block_bg-gradient-calamansi_delightful-dandelion,.gw-gradient-block_bg-gradient_calamansi_delightful-dandelion{background:linear-gradient(90deg,#ffffa6,#f2f233)}.gw-gradient-block_bg-gradient-cold-canada_splashing-wave,.gw-gradient-block_bg-gradient_cold-canada_splashing-wave{background:linear-gradient(90deg,#dbffff,#33daff)}.gw-gradient-block_bg-gradient-strawberry-frost_easter-purple,.gw-gradient-block_bg-gradient_strawberry-frost_easter-purple{background:linear-gradient(90deg,#ffdbf7,#c377ff)}.gw-gradient-block_bg-gradient-alpine-expedition_blue,.gw-gradient-block_bg-gradient_alpine-expedition_blue{background:linear-gradient(90deg,#9aedff,#67a3fe)}.gw-gradient-block_bg-gradient-blue-cyan_2,.gw-gradient-block_bg-gradient_blue-cyan_2{background:linear-gradient(90deg,#b2f1ff 23.5%,#50b3ff)}.gw-gradient-block_bg-gradient-pale_yellow_violet,.gw-gradient-block_bg-gradient_pale_yellow_violet{background:linear-gradient(90deg,#fbffd4 40%,#c1a2ff)}.gw-gradient-block_bg-gradient-soft-grey,.gw-gradient-block_bg-gradient_soft-grey{background:radial-gradient(71.44% 54.83% at 50% 54.83%,#f5f9ff,#d8dee9)}.gw-gradient-block_bg-gradient-light_green_to_light_blue,.gw-gradient-block_bg-gradient_light_green_to_light_blue{background:linear-gradient(90deg,#dbffe6 40%,#75edff)}.gw-gradient-block_bg-gradient-light_green_to_light_blue_vertical,.gw-gradient-block_bg-gradient_light_green_to_light_blue_vertical{background:linear-gradient(5.51deg,#dbffe6 41.08%,#75e6ff 95.8%)}.gw-gradient-block_bg-gradient-light_pink_cyan,.gw-gradient-block_bg-gradient_light_pink_cyan{background:linear-gradient(90deg,#ffdcfd 40%,#75edff)}@media(min-width:768px){.gw-gradient-block_footer_space-between .gw-gradient-block__footer{justify-content:space-between}}.gw-gradient-block__wrapper{position:relative}@media(min-width:1366px){.gw-gradient-block__wrapper{display:grid;grid-template-columns:2fr 1fr;grid-column-gap:32px}}@media(min-width:1366px){.gw-gradient-block__body{width:100%;max-width:800px;margin-right:32px}}.gw-gradient-block__info-header{margin-bottom:32px}@media(min-width:768px)and (max-width:1365.98px){.gw-gradient-block__info-header{margin-bottom:40px}}.gw-gradient-block__info-header-title{margin-bottom:16px}@media(min-width:768px){.gw-gradient-block__main-info{display:flex;gap:32px}}@media(min-width:1366px){.gw-gradient-block__main-info{display:block}}.gw-gradient-block__contacts{display:grid;gap:var(--gw-spacer-24);flex-grow:1;margin-bottom:24px}@media(min-width:768px)and (max-width:1365.98px){.gw-gradient-block__contacts{margin-bottom:70px}}@media(min-width:1366px){.gw-gradient-block__contacts{margin-bottom:40px}}.gw-gradient-block__contact-block{display:grid;gap:16px}@media(min-width:768px){.gw-gradient-block__contact-block{gap:24px}}@media(min-width:1366px){.gw-gradient-block__contact-block{grid-template-columns:repeat(3,1fr);gap:32px}}.gw-gradient-block__logotype{display:none}@media(min-width:768px){.gw-gradient-block__logotype{display:flex;justify-content:flex-end;align-items:flex-start}}@media(min-width:1366px){.gw-gradient-block__logotype{display:none}}.gw-gradient-block__logotype-wrapper{display:flex;justify-content:flex-end;align-items:center;margin-bottom:16px}.gw-gradient-block__footer{display:grid;gap:24px;align-items:center}@media(min-width:768px){.gw-gradient-block__footer{grid-template-columns:max-content max-content;justify-content:space-between}}.gw-gradient-block__buttons{display:flex;flex-direction:column;gap:24px}@media(min-width:768px){.gw-gradient-block__buttons{flex-direction:row}}.gw-gradient-block__link{font-size:1rem;line-height:1.5rem;padding:12px 22px;display:flex;cursor:pointer;align-items:center;justify-content:center;border-radius:8px;border:2px solid #0D4CD3;background-color:#0d4cd3;color:#fff;text-decoration:none;width:100%}.gw-gradient-block__link:hover{color:#fff;background-color:#216cff;border-color:#216cff;text-decoration:none}.gw-gradient-block__link:active{color:#fff;background-color:#0b40b3;border-color:#0b40b3;text-decoration:none}.gw-gradient-block__link:focus-visible{outline:2px solid #E11432}.gw-gradient-block__link_outline{border-style:solid;background-color:#fff;color:#0d4cd3;fill:#0d4cd3;border-color:#0d4cd3}.gw-gradient-block__link_outline:hover{color:#216cff;background-color:#fff;fill:#216cff;border-color:#216cff}.gw-gradient-block__link_outline:active,.gw-gradient-block__link_outline:focus{background-color:#fff;color:#0b40b3;fill:#0b40b3;border-color:#0b40b3}.gw-gradient-block__link_outline:focus-visible{outline:2px solid #E11432}@media(min-width:768px){.gw-gradient-block__link{width:auto}}.gw-gradient-block__link-content{text-align:center}.gw-gradient-block__logo{display:none}@media(min-width:1366px){.gw-gradient-block__logo{position:relative;top:0;right:0;bottom:0;left:0;display:flex;align-items:stretch;justify-content:center;padding:8px}}.gw-gradient-block__logo-wrapper{display:flex;justify-content:center;align-items:center}.gw-gradient-block__image{width:var(--image-max-width);height:100%;max-height:var(--image-max-height);max-width:100%}.gw-gradient-block__image_main-logo{width:var(--image-max-width);height:100%;max-height:var(--image-max-height);--image-max-width: 200px;--image-max-height: 200px}.gw-gradient-block__image_gradient-logo{width:var(--image-max-width);height:100%;max-height:var(--image-max-height);--image-max-width: 240px;--image-max-height: 240px}.gw-gradient-block__image_ball{width:var(--image-max-width);height:100%;max-height:var(--image-max-height);--image-max-width: 240px;--image-max-height: 218px}.gw-gradient-block__image_whistle{width:var(--image-max-width);height:100%;max-height:var(--image-max-height);--image-max-width: 266px;--image-max-height: 232px}.gw-gradient-block__image_shoe{width:var(--image-max-width);height:100%;max-height:var(--image-max-height);--image-max-width: 298px;--image-max-height: 245px}.gw-gradient-block__image_jump-rope{width:var(--image-max-width);height:100%;max-height:var(--image-max-height);--image-max-width: 264px;--image-max-height: 246px}.gw-gradient-block__image_medal{width:var(--image-max-width);height:100%;max-height:var(--image-max-height);--image-max-width: 204px;--image-max-height: 304px}.gw-gradient-block__image_cup{width:var(--image-max-width);height:100%;max-height:var(--image-max-height);--image-max-width: 182px;--image-max-height: 250px}.gw-gradient-block__image_runner{width:var(--image-max-width);height:100%;max-height:var(--image-max-height);--image-max-width: 250px;--image-max-height: 288px}.gw-gradient-block__image_competitor{width:var(--image-max-width);height:100%;max-height:var(--image-max-height);--image-max-width: 218px;--image-max-height: 302px}.gw-gradient-block__image_album{width:var(--image-max-width);height:100%;max-height:var(--image-max-height);--image-max-width: 383px;--image-max-height: 279px}.gw-gradient-block__image_book{width:var(--image-max-width);height:100%;max-height:var(--image-max-height);--image-max-width: 265px;--image-max-height: 191px}.gw-gradient-block__image_book-a-z{width:var(--image-max-width);height:100%;max-height:var(--image-max-height);--image-max-width: 227px;--image-max-height: 314px}.gw-gradient-block__image_book-open{width:var(--image-max-width);height:100%;max-height:var(--image-max-height);--image-max-width: 388px;--image-max-height: 257px}.gw-gradient-block__image_books-asc{width:var(--image-max-width);height:100%;max-height:var(--image-max-height);--image-max-width: 282px;--image-max-height: 240px}.gw-gradient-block__image_desc-lamp{width:var(--image-max-width);height:100%;max-height:var(--image-max-height);--image-max-width: 222px;--image-max-height: 230px}.gw-gradient-block__image_helmet,.gw-gradient-block__image_lamp,.gw-gradient-block__image_monitor,.gw-gradient-block__image_owl{width:var(--image-max-width);height:100%;max-height:var(--image-max-height);--image-max-width: 384px;--image-max-height: 364px}.gw-gradient-block__image_owl-2{width:var(--image-max-width);height:100%;max-height:var(--image-max-height);--image-max-width: 201px;--image-max-height: 236px}.gw-gradient-block__image_run{width:var(--image-max-width);height:100%;max-height:var(--image-max-height);--image-max-width: 250px;--image-max-height: 288px}.gw-gradient-block__image_stethoscope,.gw-gradient-block__image_student,.gw-gradient-block__image_table,.gw-gradient-block__image_tower,.gw-gradient-block__image_tree{width:var(--image-max-width);height:100%;max-height:var(--image-max-height);--image-max-width: 384px;--image-max-height: 364px}.gw-gradient-block__image_museums{width:var(--image-max-width);height:100%;max-height:var(--image-max-height);--image-max-width: 294px;--image-max-height: 294px}.gw-gradient-block__image_performances{width:var(--image-max-width);height:100%;max-height:var(--image-max-height);--image-max-width: 260px;--image-max-height: 260px}.gw-gradient-block__image_lyra{width:var(--image-max-width);height:100%;max-height:var(--image-max-height);--image-max-width: 274px;--image-max-height: 274px}.gw-gradient-block__image_concerts{width:var(--image-max-width);height:100%;max-height:var(--image-max-height);--image-max-width: 238px;--image-max-height: 238px}.gw-gradient-block__image_paints{width:var(--image-max-width);height:100%;max-height:var(--image-max-height);--image-max-width: 264px;--image-max-height: 264px}.gw-gradient-block__image_circus{width:var(--image-max-width);height:100%;max-height:var(--image-max-height);--image-max-width: 260px;--image-max-height: 260px}.gw-gradient-block__image_glasses{width:var(--image-max-width);height:100%;max-height:var(--image-max-height);--image-max-width: 264px;--image-max-height: 264px}.gw-gradient-block__image_movie{width:var(--image-max-width);height:100%;max-height:var(--image-max-height);--image-max-width: 240px;--image-max-height: 240px}.gw-gradient-block__image_mask-paints{width:var(--image-max-width);height:100%;max-height:var(--image-max-height);--image-max-width: 314px;--image-max-height: 248px}.gw-gradient-block__image_organization-building{width:var(--image-max-width);height:100%;max-height:var(--image-max-height);--image-max-width: 344px;--image-max-height: 238px}.gw-gradient-block__socials{display:flex;justify-content:center}html.gw-blind-support-theme_inverse .gw-gradient-block[class*=gw-gradient-block_bg-gradient]{background:#000}.gw-gradient-block-card.gw-gradient-block{--gw-gradient-block-body-width: 880px;--gw-gradient-block-card-image-width: 280px;--gw-gradient-block-footer-gap: 55px;--gw-gradient-block-buttons-gap: 22px;--gw-gradient-block-link-padding: 12px 42px;--gw-gradient-block-link-outline-padding: 12px 31px}.gw-gradient-block-card.gw-gradient-block:has(+.gw-fundraising){margin-bottom:calc(-1 * var(--gw-spacer-64))}@media(min-width:1366px){.gw-gradient-block-card.gw-gradient-block__wrapper{display:flex;justify-content:space-between}}@media(min-width:1366px){.gw-gradient-block-card.gw-gradient-block__body{width:100%;max-width:var(--gw-gradient-block-body-width)}}.gw-gradient-block-card.gw-gradient-block-card__contacts-card{margin-top:var(--gw-spacer-32);width:100%}@media(min-width:1366px){.gw-gradient-block-card.gw-gradient-block-card__contacts-card{margin-top:0;max-width:380px}}.gw-gradient-block-card.gw-gradient-block-card__contacts-card.gw-gradient-block-card__contacts-card_column{display:flex;flex-direction:column;gap:var(--gw-spacer-16)}@media(min-width:1366px){.gw-gradient-block-card.gw-gradient-block-card__contacts-card.gw-gradient-block-card__contacts-card_column{gap:var(--gw-spacer-24)}}.gw-gradient-block-card.gw-gradient-block-card__image{display:none;--image-max-width: 280px;--image-max-height: 280px}@media(min-width:1366px){.gw-gradient-block-card.gw-gradient-block-card__image{display:flex;text-align:center;justify-content:center;width:100%;max-width:var(--image-max-width)}}.gw-gradient-block-card.gw-gradient-block-card__image_main-logo{width:var(--image-max-width);height:100%;max-height:var(--image-max-height);--image-max-width: 200px;--image-max-height: 200px}.gw-gradient-block-card.gw-gradient-block-card__image_gradient-logo{width:var(--image-max-width);height:100%;max-height:var(--image-max-height);--image-max-width: 240px;--image-max-height: 240px}.gw-gradient-block-card.gw-gradient-block-card__image_ball{width:var(--image-max-width);height:100%;max-height:var(--image-max-height);--image-max-width: 239px;--image-max-height: 214px}.gw-gradient-block-card.gw-gradient-block-card__image_whistle{width:var(--image-max-width);height:100%;max-height:var(--image-max-height);--image-max-width: 264px;--image-max-height: 230px}.gw-gradient-block-card.gw-gradient-block-card__image_shoe{width:var(--image-max-width);height:100%;max-height:var(--image-max-height);--image-max-width: 296px;--image-max-height: 244px}.gw-gradient-block-card.gw-gradient-block-card__image_jump-rope{width:var(--image-max-width);height:100%;max-height:var(--image-max-height);--image-max-width: 258px;--image-max-height: 243px}.gw-gradient-block-card.gw-gradient-block-card__image_medal{width:var(--image-max-width);height:100%;max-height:var(--image-max-height);--image-max-width: 200px;--image-max-height: 100%}.gw-gradient-block-card.gw-gradient-block-card__image_cup{width:var(--image-max-width);height:100%;max-height:var(--image-max-height);--image-max-width: 182px;--image-max-height: 248px}.gw-gradient-block-card.gw-gradient-block-card__image_runner{width:var(--image-max-width);height:100%;max-height:var(--image-max-height);--image-max-width: 248px;--image-max-height: 100%}.gw-gradient-block-card.gw-gradient-block-card__image_competitor{width:var(--image-max-width);height:100%;max-height:var(--image-max-height);--image-max-width: 208px;--image-max-height: 100%}.gw-gradient-block-card.gw-gradient-block__buttons{display:flex;gap:var(--gw-gradient-block-buttons-gap)}.gw-gradient-block-card.gw-gradient-block__link{padding:var(--gw-gradient-block-link-padding)}.gw-gradient-block-card.gw-gradient-block__link_outline{padding:var(--gw-gradient-block-link-outline-padding)}.gw-gradient-block-card.gw-gradient-block__footer{gap:var(--gw-gradient-block-footer-gap)}@media(min-width:768px){.gw-gradient-block-card.gw-gradient-block__footer{grid-template-columns:max-content max-content;justify-content:flex-start}}.gw-gradient-block-card.gw-gradient-block .gw-social-links{gap:var(--gw-spacer-24)}html.gw-blind-support-theme_inverse .gw-gradient-block_bg-gradient_blue,html.gw-blind-support-theme_inverse .gw-gradient-block_bg-gradient_pink,html.gw-blind-support-theme_inverse .gw-gradient-block_bg-gradient_magenta,html.gw-blind-support-theme_inverse .gw-gradient-block_bg-gradient_red,html.gw-blind-support-theme_inverse .gw-gradient-block_bg-gradient_yellow,html.gw-blind-support-theme_inverse .gw-gradient-block_bg-gradient_green,html.gw-blind-support-theme_inverse .gw-gradient-block_bg-gradient_dark-blue,html.gw-blind-support-theme_inverse .gw-gradient-block_bg-gradient_violet{background:#000}html.gw-blind-support-theme_inverse .gw-gradient-block__link{border:2px solid #FFFFFF;background-color:#fff;color:#000}html.gw-blind-support-theme_inverse .gw-gradient-block__link:hover,html.gw-blind-support-theme_inverse .gw-gradient-block__link:focus{background-color:#fff;border-color:#fff;color:#000;text-decoration:none}html.gw-blind-support-theme_inverse .gw-gradient-block__link:active{background-color:#fff;border-color:#fff;color:#000;text-decoration:none}html.gw-blind-support-theme_inverse .gw-gradient-block__link_outline{background-color:#000;color:#fff;fill:#fff;border-color:#fff}html.gw-blind-support-theme_inverse .gw-gradient-block__link_outline:hover{background-color:#000;color:#fff;fill:#fff;border-color:#fff;text-decoration:none}html.gw-blind-support-theme_inverse .gw-gradient-block__link_outline:active,html.gw-blind-support-theme_inverse .gw-gradient-block__link_outline:focus{background-color:#000;color:#fff;fill:#fff;border-color:#fff;text-decoration:none}html.gw-blind-support-theme.gw-blind-support-font-size_large .gw-gradient-block__buttons{flex-direction:column}html.gw-blind-support-theme.gw-blind-support-font-size_large .gw-gradient-block__link{max-width:500px}html.gw-blind-support-theme.gw-blind-support-line-height_large .gw-gradient-block__buttons{flex-direction:column}html.gw-blind-support-theme.gw-blind-support-line-height_large .gw-gradient-block__link{max-width:500px}.gw-image__img{border-radius:12px;max-width:100%;width:100%;height:auto}.gw-make-action{border-radius:12px;padding:var(--gw-spacer-24);text-align:center;background-color:#e4ecfd}.gw-make-action_white{background-color:#fff;box-shadow:0 1px 4px #e3ebfc,0 24px 48px #e6ebf566}@media(min-width:768px){.gw-make-action{display:flex;align-items:center;gap:24px;text-align:unset}}.gw-make-action__icon{margin:0 auto 16px;flex-shrink:0}@media(min-width:768px){.gw-make-action__icon{margin:0}}.gw-make-action__content{flex-grow:1;margin-bottom:16px;font-weight:700;font-size:1.125rem;line-height:1.5rem;text-align:center}@media(min-width:768px){.gw-make-action__content{margin-bottom:0;text-align:left}}.gw-make-action__button{width:100%;white-space:nowrap}@media(min-width:768px){.gw-make-action__button{width:auto}}.gw-make-action_in-sidebar{display:flex;flex-direction:column;gap:24px}.gw-make-action_in-sidebar .gw-make-action__content{text-align:center}.gw-make-action_in-sidebar_vacancies{display:grid;grid-template-columns:100%;grid-gap:24px}@media(min-width:768px)and (max-width:1365.98px){.gw-make-action_in-sidebar_vacancies{grid-template-columns:auto 1fr;grid-row-gap:var(--gw-spacer-24);grid-column-gap:var(--gw-spacer-32)}}.gw-make-action_in-sidebar_vacancies .gw-make-action__content{margin-bottom:0;text-align:left}@media(min-width:768px)and (max-width:1365.98px){.gw-make-action_in-sidebar_vacancies .gw-make-action__content{grid-row:1/2;grid-column:1/3}}.gw-make-action_in-sidebar_vacancies .gw-make-action__button{width:100%}@media(min-width:768px)and (max-width:1365.98px){.gw-make-action_in-sidebar_vacancies .gw-make-action__button{grid-row:2/3;grid-column:1/2}}.gw-make-action_in-sidebar_vacancies .gw-make-action__description{text-align:left}@media(min-width:768px)and (max-width:1365.98px){.gw-make-action_in-sidebar_vacancies .gw-make-action__description{grid-row:2/3;grid-column:2/3}}html.gw-blind-support-theme_blue .gw-make-action{background-color:#9dd1ff}html.gw-blind-support-theme_blue .gw-make-action__icon{color:#000}html.gw-blind-support-theme_inverse .gw-make-action{outline:1px solid #FFFFFF;background-color:#000}html.gw-blind-support-theme_inverse .gw-make-action__icon{color:#fff}.gw-make-action-price{flex-direction:row;flex-wrap:wrap;border-radius:12px;padding:var(--gw-spacer-24);text-align:center;background-color:#e4ecfd}@media(min-width:1366px){.gw-make-action-price{flex-direction:column}}.gw-make-action-price_in-sidebar{display:flex;gap:24px}@media(max-width:767.98px){.gw-make-action-price_in-sidebar{flex-direction:column}}@media(min-width:768px)and (max-width:1365.98px){.gw-make-action-price_in-sidebar{justify-content:space-between}}.gw-make-action-price_in-sidebar .gw-make-action-price__content{text-align:center}.gw-make-action-price__content{display:flex;flex-direction:column;align-items:flex-start;gap:var(--gw-spacer-8);font-weight:700;font-size:1.125rem;line-height:1.5rem;text-align:center;width:auto}@media(min-width:1366px){.gw-make-action-price__content{margin-bottom:0;text-align:left;width:100%}}.gw-make-action-price__count{font-weight:700;font-size:1.25rem;line-height:1.75rem}.gw-make-action-price__description{display:block;font-size:1rem;line-height:1.5rem;font-weight:400}.gw-make-action-price__button{width:100%;white-space:nowrap}@media(min-width:768px){.gw-make-action-price__button{width:auto}}.gw-make-action-price__info{display:flex;align-items:flex-start;text-align:left;font-size:.875rem;line-height:1.5rem;gap:12px;width:100%}@media(min-width:1366px){.gw-make-action-price__info{width:auto}}.gw-make-action-price__info .gw-make-action__icon,.gw-make-action-price__info .gw-make-action-price__icon{margin:0}.gw-make-action-price__info a{color:#66727f}.gw-make-action-price__info a:hover{color:#216cff;text-decoration:none}html.gw-blind-support-theme_blue .gw-make-action-price{background-color:#9dd1ff}html.gw-blind-support-theme_blue .gw-make-action-price__icon{color:#000}html.gw-blind-support-theme_inverse .gw-make-action-price{outline:1px solid #FFFFFF;background-color:#000}html.gw-blind-support-theme_inverse .gw-make-action-price__icon{color:#fff}.gw-map-section{width:100%}.gw-map-section__wrapper{border-radius:8px;overflow:hidden}.gw-map-section iframe{height:480px;position:relative}@media(max-width:767.98px){.gw-map-section iframe{height:280px}}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:10px;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:50%;background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-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{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:#00000040;position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.gw-slider{height:100%}.gw-slider_rounded .swiper-slide{border-radius:12px;overflow:hidden}.gw-slider_collapsed-content .gw-slider__swiper{overflow-y:visible;overflow-x:clip}.gw-slider.only-images .swiper-slide{box-shadow:0 1px 4px #e3ebfc,0 6px 16px #e6ebf5cc}.gw-slider__title{display:flex;align-items:center;justify-content:space-between}.gw-slider__title-link{display:none;font-size:1.125rem;line-height:1.5rem;font-weight:400;color:#0d4cd3}.gw-slider__title-link:hover{text-decoration:none}@media(min-width:768px){.gw-slider__title-link{display:block}}.gw-slider__shell{position:relative;display:grid;height:100%}.gw-slider__swiper{margin-bottom:0;width:auto;max-width:100%;max-height:100vh;min-height:0;min-width:0}.gw-slider__wrapper{margin:0;padding:0;list-style:none;height:100%}.gw-slider__arrows{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:24px;gap:24px;pointer-events:none}@media(min-width:768px){.gw-slider__arrows{position:absolute;z-index:1;margin-top:0;gap:0}}@media(min-width:768px){.gw-slider__arrows.center{top:50%;transform:translateY(-50%)}}@media(min-width:768px){.gw-slider__arrows.top_44_percent{top:44%}}@media(min-width:768px){.gw-slider__arrows.top_40_percent{top:40%}}.gw-slider__arrows.hidden-controls{display:none}@media(min-width:768px){.gw-slider__arrows.hidden-controls{display:flex}}.gw-slider__arrows.without-link{justify-content:center}@media(min-width:768px){.gw-slider__arrows.without-link{justify-content:space-between}}.gw-slider__arrows.visible-controls{position:absolute;margin-top:0;gap:0;top:50%;transform:translateY(-50%)}.gw-slider__arrows.centered-bottom{position:absolute;bottom:-10px;left:50%;display:inline-flex;gap:8px;box-shadow:0 1px 4px #e3ebfc,0 24px 48px #e6ebf566;border-radius:60px;padding:4px;width:auto;background-color:#fff;transform:translate(-50%)}.gw-slider__arrows.centered-bottom .gw-slider__nav{left:auto;right:auto;background-color:#d2dffb}.gw-slider .js-gw-controls-slider+.gw-slider__arrows{z-index:1}.gw-slider__nav{position:relative;display:flex;align-items:center;justify-content:center;border-radius:50%;padding:0;width:24px;height:24px;color:#0d4cd3;background-color:#fff;background-repeat:no-repeat;cursor:pointer;pointer-events:auto;border:none;box-shadow:0 1px 4px #e3ebfc}.gw-slider__nav:hover{color:#216cff}.gw-slider__nav:active{color:#0b40b3}.gw-slider__nav_prev{transform:rotateY(180deg);left:0;right:auto}@media(min-width:768px){.gw-slider__nav_prev{left:-39px}}.gw-slider__nav_prev.wide{left:0}@media(min-width:768px){.gw-slider__nav_prev.wide{left:24px}}.gw-slider__nav_next{left:auto;right:0}@media(min-width:768px){.gw-slider__nav_next{right:-40px}}@media(min-width:768px){.gw-slider__nav_next.wide{right:24px}}.gw-slider__nav.swiper-button-disabled,.gw-slider__nav.swiper-button-video-disabled{pointer-events:none;box-shadow:none}.gw-slider__nav.swiper-button-disabled .gw-slider__svg,.gw-slider__nav.swiper-button-video-disabled .gw-slider__svg{opacity:.5}.gw-slider__nav.dark-color{color:#0d4cd3;background-color:#e4ecfd}.gw-slider_without-title .gw-slider__title{display:none}.gw-slider__nav-link{font-size:1.125rem;line-height:1.5rem;pointer-events:auto}@media(min-width:768px){.gw-slider__nav-link{display:none}}@media(min-width:768px){.gw-slider.narrow .gw-slider__nav_prev{left:0}}@media(min-width:1366px){.gw-slider.narrow .gw-slider__nav_prev{left:0}}@media(min-width:768px){.gw-slider.narrow .gw-slider__nav_next{right:0}}@media(min-width:1366px){.gw-slider.narrow .gw-slider__nav_next{right:0}}@media(min-width:768px){.gw-slider.narrow .gw-slider__swiper{margin:0 40px}}.gw-slider.has-shadow .gw-slider__shell{--side-indent: 10px;margin-left:calc(var(--side-indent) * -1);margin-right:calc(var(--side-indent) * -1)}.gw-slider.has-shadow .gw-slider__swiper{--indent-from-bottom: 24px;margin-bottom:calc(var(--indent-from-bottom) * -1);padding:0 var(--side-indent) var(--indent-from-bottom) var(--side-indent)}@media(min-width:768px){.gw-slider.has-shadow .gw-slider__swiper{--indent-from-bottom: 32px}}.gw-slider.has-shadow .gw-slider__arrows{padding-left:var(--side-indent);padding-right:var(--side-indent)}@media(min-width:1366px){.gw-slider.has-shadow .gw-slider__arrows{padding-left:0;padding-right:0}}.gw-slider__pagination{position:absolute;z-index:10;bottom:-12px;left:50%;transform:translate(-50%)}.gw-slider-pagination{border-radius:12px;box-shadow:0 1px 4px #e3ebfc,0 24px 48px #e6ebf566;padding:8px;background-color:#fff;transition:.3s ease}.gw-slider-pagination,.gw-slider-pagination__container{font-size:0;text-align:center;white-space:nowrap}.gw-slider-pagination__container{display:flex;justify-content:center;overflow:hidden;background-color:#fff;width:auto!important;transition:.3s ease}.gw-slider-pagination__bullet{--bullet-size: 8px;position:relative;display:inline-block;margin-right:3px;margin-left:3px;border-radius:100%;width:var(--bullet-size);min-width:var(--bullet-size);height:var(--bullet-size);min-height:var(--bullet-size);background-color:#d2dffb;transition:.3s ease}.gw-slider-pagination__bullet_active{background-color:#4d83fa}.gw-slider-pagination__bullet_active-next,.gw-slider-pagination__bullet_active-prev{transform:scale(.75)}.gw-slider-pagination__bullet_active-next-next,.gw-slider-pagination__bullet_active-prev-prev{transform:scale(.5)}.gw-slider-pagination-disabled~.gw-slider-pagination{display:none}.gw-swiper-thumb{cursor:pointer}.gw-swiper-thumb.gw-show-hidden-thumbs{--more-thumb-counter-text: "ещё 0 фото";position:relative}.gw-swiper-thumb.gw-show-hidden-thumbs:before{padding:16px;position:absolute;content:var(--more-thumb-counter-text);width:100%;height:100%;background-color:#0b1f339e;border-radius:12px;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;font-weight:700}.gw-swiper-thumb.gw-show-hidden-thumbs:hover:before,.gw-swiper-thumb.gw-show-hidden-thumbs:active:before{opacity:.65;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.gw-swiper-thumb.gw-show-hidden-thumbs:hover:before{background-color:#216cff}.gw-swiper-thumb.gw-show-hidden-thumbs:active:before{background-color:#053b75}.gw-swiper-thumb.gw-hidden{display:none}.js-gw-horizontal-slider .swiper-slide{height:auto}@media(min-width:320px){.js-gw-horizontal-slider .swiper-slide{width:100%!important}}@media(min-width:768px){.js-gw-horizontal-slider .swiper-slide{width:calc((100% - 32px)/2)!important}}@media(min-width:1366px){.js-gw-horizontal-slider .swiper-slide{width:calc((100% - 64px) / 3)!important}}.js-gw-horizontal-slider.gw-slider__swiper{width:100%}.gw-slider-focus-visible:focus-visible{outline:none}.gw-slider-focus-visible:focus-within{position:relative}.gw-slider-focus-visible:focus-within:before{content:"";position:absolute;width:100%;height:100%;border:2px solid #99B1E6;border-radius:0}.gw-slider-focus-visible_border-radius:focus-within:before{border-radius:12px}.gw-thumbs-carousel .gw-slider__swiper{width:100%}html.gw-blind-support-theme_inverse .gw-slider.only-images .swiper-slide{box-shadow:unset}html.gw-blind-support-theme_inverse .gw-slider__nav{color:#000}html.gw-blind-support-theme_inverse .gw-slider__nav:hover,html.gw-blind-support-theme_inverse .gw-slider__nav:focus,html.gw-blind-support-theme_inverse .gw-slider__nav:active{color:#000}html.gw-blind-support-theme_inverse .gw-slider__nav.dark-color{color:#000;background-color:#fff}.gw-thumbs-carousel-collapsible{display:grid;gap:8px}@media(min-width:768px){.gw-thumbs-carousel-collapsible{display:none}}.gw-thumbs-carousel-collapsible__wrapper{position:relative;display:none;border-radius:12px}.gw-thumbs-carousel-collapsible__wrapper:nth-child(-n+2){display:block}.gw-thumbs-carousel-collapsible__video{border-radius:12px;aspect-ratio:16/9;width:100%}.gw-thumbs-carousel-collapsible__description{background-color:#4d83fa;color:#fff;padding:8px 24px;border-radius:0 0 12px 12px}.gw-thumbs-carousel-collapsible__image{width:100%;border-radius:12px;aspect-ratio:16/9;object-fit:cover}.gw-thumbs-carousel-collapsible__toggle{display:flex;align-items:center;justify-content:center;gap:18px;padding:8px 12px 8px 16px}.gw-thumbs-carousel-collapsible__toggle:hover,.gw-thumbs-carousel-collapsible__toggle:focus{text-decoration:none}.gw-thumbs-carousel-collapsible__icon{transform:rotate(90deg)}.gw-thumbs-carousel-collapsible__toggle-text_show{display:block}.gw-thumbs-carousel-collapsible__toggle-text_hide{display:none}.gw-thumbs-carousel-collapsible.active .gw-thumbs-carousel-collapsible__wrapper,.gw-thumbs-carousel-collapsible.active .gw-thumbs-carousel-collapsible__toggle-text_hide{display:block}.gw-thumbs-carousel-collapsible.active .gw-thumbs-carousel-collapsible__toggle-text_show{display:none}.gw-thumbs-carousel-collapsible.active .gw-thumbs-carousel-collapsible__icon{transform:rotate(270deg)}.gw-slider-with-thumbs__wrapper{display:none}@media(min-width:768px){.gw-slider-with-thumbs__wrapper{display:block;margin-bottom:8px;position:relative}}.gw-slider-with-thumbs__slide{width:100%;border-radius:12px;overflow:hidden}.gw-slider-with-thumbs__slide a:focus-visible{outline:none}.gw-slider-with-thumbs__slide:focus-visible{outline:none}.gw-slider-with-thumbs__slide:focus-within{position:relative}.gw-slider-with-thumbs__slide:focus-within:before{content:"";position:absolute;width:100%;height:100%;border:2px solid #99B1E6;border-radius:12px}.gw-slider-with-thumbs__description{background-color:#4d83fa;color:#fff;padding:8px 24px;border-radius:0 0 12px 12px}.gw-slider-with-thumbs__image{width:100%;aspect-ratio:16/9;object-fit:cover}.gw-slider-with-thumbs__image,.gw-slider-with-thumbs__video{border-radius:12px}.gw-slider-with-thumbs_product .gw-slider-with-thumbs__image,.gw-slider-with-thumbs_product .gw-slider-thumbs__image{aspect-ratio:3/4}.gw-slider-with-thumbs_product .gw-slider__nav_prev.wide{left:-10px}.gw-slider-with-thumbs_product .gw-slider__nav_next.wide{right:-10px}.gw-slider-thumbs{display:none}@media(min-width:768px){.gw-slider-thumbs{display:block}}.gw-slider-thumbs__wrapper{display:grid;gap:8px}@media(min-width:768px){.gw-slider-thumbs__wrapper{grid-template-columns:repeat(4,1fr)}}@media(min-width:1366px){.gw-slider-thumbs__wrapper{grid-template-columns:repeat(6,1fr)}}.gw-slider-thumbs__wrapper.gw-hidden{display:none}.gw-slider-thumbs__image{border-radius:12px;width:100%;height:auto;object-fit:cover;aspect-ratio:16/9}@media(max-width:767.98px){.gw-slider-thumbs_product .gw-slider-thumbs__wrapper{display:none}}@media(min-width:1366px){.gw-slider-thumbs_product .gw-slider-thumbs__wrapper{grid-template-columns:repeat(3,1fr)}}.gw-thumbs-carousel_no-thumbs .gw-slider-thumbs{display:none}.gw-thumbs-carousel_no-thumbs .gw-slider-with-thumbs__wrapper{margin-bottom:0}.gw-thumbs-carousel_no-thumbs .gw-slider__swiper{width:100%}.gw-thumbs-carousel_has-description .gw-thumbs-carousel-collapsible__video,.gw-thumbs-carousel_has-description .gw-thumbs-carousel-collapsible__image,.gw-thumbs-carousel_has-description .gw-slider-with-thumbs__image,.gw-thumbs-carousel_has-description .gw-slider-with-thumbs__video{border-radius:12px 12px 0 0}[class^=gw-album-link-]{display:block}.js-gw-swiper-thumbs__item{border-radius:12px}#thumbs-slider:has(.gw-slider-with-thumbs_product) .gw-thumbs-carousel-collapsible{display:none}#thumbs-slider:has(.gw-slider-with-thumbs_product) .gw-slider-with-thumbs__wrapper{display:block}#thumbs-slider:has(.gw-slider-with-thumbs_product) .gw-slider__arrows{position:absolute;z-index:1;margin-top:0;gap:0}#thumbs-slider:has(.gw-slider-with-thumbs_product) .gw-slider__arrows.without-link{justify-content:space-between}#thumbs-slider:has(.gw-slider-with-thumbs_product) .gw-slider__arrows.top_44_percent{top:44%}html.gw-blind-support-theme_inverse .gw-thumbs-carousel-collapsible__description,html.gw-blind-support-theme_inverse .gw-slider-with-thumbs__description{background-color:#fff;color:#000}.gw-translation{height:auto;aspect-ratio:16/9}@media(min-width:768px)and (max-width:1365.98px){.gw-translation{max-width:100%}}.gw-translation iframe{overflow:hidden;border-radius:12px;height:-webkit-fill-available;width:-webkit-fill-available;max-width:100%;width:100%;height:100%}.gw-translation__off{background:radial-gradient(71.44% 54.83% at 50% 54.83%,#f5f9ff,#d8dee9) no-repeat;border-radius:12px;width:100%;height:100%;display:flex}.gw-translation__off-icon{display:block;width:64px;height:64px;margin-bottom:16px;margin-left:auto;margin-right:auto;color:#9dacce}@media(min-width:768px){.gw-translation__off-icon{margin-bottom:8px;width:112px;height:112px}}.gw-translation__off-text{color:#7f8fb4;text-align:center;margin-bottom:0;font-size:1.125rem;line-height:1.5rem}@media(min-width:768px){.gw-translation__off-text{font-size:1.25rem;line-height:1.75rem}}.gw-translation__container{margin:auto}.gw-video{height:auto;aspect-ratio:16/9;max-width:900px}@media(min-width:768px)and (max-width:1365.98px){.gw-video{max-width:100%}}.gw-video iframe{overflow:hidden;border-radius:12px;height:-webkit-fill-available;width:-webkit-fill-available;max-width:100%;width:100%;height:100%}.gw-widget-pos{display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:12px;height:100%}.gw-widget-pos__img{width:100%;height:400px}@media(min-width:768px)and (max-width:1365.98px){.gw-widget-pos__img{width:100%;height:560px}}@media(min-width:1366px){.gw-widget-pos__img{height:100%}}.gw-widget-pos iframe{width:100%;border:0;outline:0}.gw-chart{position:relative;display:flex;align-items:center;gap:var(--gw-spacer-24);width:100%}@media(max-width:1139.98px){.gw-chart{flex-wrap:wrap}}@media(max-width:767.98px){.gw-chart{flex-direction:column}}.gw-chart__canvas{position:relative;width:100%;flex-shrink:0}.gw-chart__canvas canvas{width:100%}.gw-chart__caption{position:absolute;top:50%;left:50%;transform:translate(-50%) translateY(-50%);overflow:hidden;text-align:center}.gw-chart__caption-number{font-size:1.5rem;font-weight:700}.gw-chart__legends{display:flex;flex-direction:column;gap:var(--gw-spacer-8);width:100%}@media(max-width:1139.98px){.gw-chart__legends{flex:1;width:auto}}.gw-chart__legend{display:flex;gap:var(--gw-spacer-8);align-items:flex-start;width:100%}.gw-chart__legend-value{display:flex;align-items:center;gap:var(--gw-spacer-8);font-weight:700;flex-shrink:0;min-width:4.05rem}.gw-chart__legend-mark{display:block;width:var(--gw-spacer-12);height:var(--gw-spacer-12);border-radius:50%;flex-shrink:0}.gw-chart__legend-text{font-size:.875rem;line-height:1.25rem;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;flex:1;min-width:0}.gw-chart__description{display:flex;flex-direction:column;gap:var(--gw-spacer-16);font-size:.875rem;line-height:1.25rem;background-color:#f5f7fa;padding:var(--gw-spacer-16);border-radius:16px;width:100%}@media(max-width:767.98px){.gw-chart__description{margin-top:var(--gw-spacer-16);width:100%}}@media(min-width:768px){.gw-chart__description{display:grid;grid-template-columns:repeat(3,1fr)}}@media(min-width:1140px){.gw-chart__description{margin-left:auto;width:100%;max-width:256px;display:flex;flex-direction:column}}.gw-chart__description-item-value{font-size:1.125rem;line-height:1.5rem;font-weight:700}.gw-chart__description-item-title{font-size:1rem;line-height:1.5rem;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word}.gw-chart_doughnutChart{grid-column-gap:var(--gw-spacer-16)}.gw-chart_doughnutChart .gw-chart__canvas{width:auto}@media(max-width:767.98px){.gw-chart_doughnutChart .gw-chart__canvas{display:flex;justify-content:center;width:100%}}.gw-chart_doughnutChart .gw-chart__canvas canvas{width:190px;height:190px}.gw-chartjs-tooltip{opacity:0;position:absolute;font-size:.875rem;line-height:1.25rem;transition:opacity .5s;background-color:#000000bf;color:#fff;border-radius:var(--gw-spacer-8);padding:var(--gw-spacer-8) var(--gw-spacer-16);z-index:2100}.gw-chartjs-tooltip .legend-box{display:inline-block;width:var(--gw-spacer-16);height:var(--gw-spacer-16);margin-right:var(--gw-spacer-4)}.gw-chartjs-tooltip .legend-desc{display:inline-block;color:#fff;font-weight:700;font-size:1rem;line-height:1.25rem}.gw-horizontal-chart{display:grid;grid-template-columns:16rem 1fr}.gw-horizontal-chart__item-titles{display:flex;flex-direction:column}.gw-horizontal-chart__canvas{height:104px;width:100%}.gw-horizontal-chart__canvas canvas{width:100%!important}.gw-button{font-size:1rem;font:inherit;line-height:1.5rem;padding:12px 22px;display:inline-flex;cursor:pointer;align-items:center;justify-content:center;border-radius:8px;border:2px solid #0D4CD3;background-color:#0d4cd3;color:#fff}.gw-button:hover{background-color:#216cff;border-color:#216cff;text-decoration:none;color:#fff}.gw-button:active{background-color:#0b40b3;border-color:#0b40b3;text-decoration:none}.gw-button_outline{border-style:solid;background-color:#fff;color:#0d4cd3;fill:#0d4cd3;border-color:#0d4cd3}.gw-button_outline:hover{color:#216cff;background-color:#fff;fill:#216cff;border-color:#216cff}.gw-button_outline:active,.gw-button_outline:focus{background-color:#fff;color:#0b40b3;fill:#0b40b3;border-color:#0b40b3}.gw-button_outline-active{background-color:#fff;color:#0b40b3;fill:#0b40b3;border-color:#0b40b3}.gw-button:is(.gw-button_disabled,.gw-button[disabled]){background-color:#e5eaf5;color:#66727f;fill:#66727f;border-color:#e5eaf5;pointer-events:none}@media(max-width:767.98px){.gw-button_mobile-width-full{width:100%}}.gw-button:focus-visible{outline:2px solid #E11432}html.gw-blind-support-theme_inverse .gw-button{border:2px solid #FFFFFF;background-color:#fff;color:#000}html.gw-blind-support-theme_inverse .gw-button:hover,html.gw-blind-support-theme_inverse .gw-button:focus{background-color:#fff;border-color:#fff;color:#000;text-decoration:none}html.gw-blind-support-theme_inverse .gw-button:active{background-color:#fff;border-color:#fff}html.gw-blind-support-theme_inverse .gw-button_outline,html.gw-blind-support-theme_inverse .gw-button_outline:hover{background-color:#000;color:#fff;fill:#fff;border-color:#fff}html.gw-blind-support-theme_inverse .gw-button_outline:active,html.gw-blind-support-theme_inverse .gw-button_outline:focus{background-color:#000;color:#fff;fill:#fff;border-color:#fff}html.gw-blind-support-theme_inverse .gw-button_outline-active{background-color:#000;color:#fff;fill:#fff;border-color:#fff}.gw-checkbox__error{display:none;margin-top:var(--gw-spacer-4);margin-bottom:var(--gw-spacer-4);font-size:.875rem;line-height:1.25rem;color:#e11432}.gw-checkbox__error:has(+.gw-checkbox__wrapper .just-validate-error-field){display:block}.gw-checkbox__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;flex-shrink:0;height:24px;width:24px;background-color:#fff;border:2px solid #0D4CD3;border-radius:4px;margin:0 var(--gw-spacer-16) 0 0;cursor:pointer}.gw-checkbox__input:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;background:#0d4cd3 url(/base/assets/images/icon-checkbox.svg) no-repeat center center;width:16px;height:16px;transition:all .5s cubic-bezier(.4,0,.2,1);transform:scale(0)}.gw-checkbox__input:checked:before{transform:scale(1)}.gw-checkbox__input:disabled{background-color:#d1d5df;border:2px solid #66727F;cursor:not-allowed}.gw-checkbox__input:disabled:checked:before{background-color:#66727f}.gw-checkbox__label{display:block;cursor:pointer;font-size:1rem;line-height:1.5rem}.gw-checkbox__link:hover{text-decoration:none}.gw-checkbox__wrapper{display:flex}.gw-checkbox__wrapper .just-validate-error-field{border-color:#e11432;background-color:#ee3f5829}.gw-checkbox__wrapper:hover .gw-checkbox__input{background-color:#e5eaf5;border-color:#216cff}.gw-checkbox__wrapper:hover .gw-checkbox__input:before{background-color:#1d5deb}.gw-checkbox__wrapper:hover .gw-checkbox__input:disabled{background-color:#d1d5df;border:2px solid #66727F;pointer-events:none}.gw-checkbox__wrapper:hover .just-validate-error-field{border-color:#e11432;background-color:#ee3f5829}html.gw-blind-support-theme_blue .gw-checkbox__wrapper .just-validate-error-field{border-color:#0d4cd3;background-color:#fff}html.gw-blind-support-theme_blue .gw-checkbox__error{color:#0b1f33}html.gw-blind-support-theme_inverse .gw-checkbox__input{border-color:#fff}html.gw-blind-support-theme_inverse .gw-checkbox__input:before{background-color:#000}html.gw-blind-support-theme_inverse .gw-checkbox__error{color:#fff}html.gw-blind-support-theme_inverse .gw-checkbox__wrapper .just-validate-error-field,html.gw-blind-support-theme_inverse .gw-checkbox__wrapper:hover .gw-checkbox__input{border-color:#fff;background-color:#fff}html.gw-blind-support-theme_inverse .gw-checkbox__wrapper:hover .gw-checkbox__input:before{background-color:#000}html.gw-blind-support-theme_inverse .gw-checkbox__wrapper:hover .gw-checkbox__input:disabled{border-color:#fff;background-color:#fff;pointer-events:none}html.gw-blind-support-theme_inverse .gw-checkbox__wrapper:hover .just-validate-error-field{border-color:#fff;background-color:#fff}.gw-checkbox-agree__wrapper{display:flex}.gw-checkbox-agree__wrapper:hover .gw-checkbox-agree__input{background-color:#e5eaf5;border-color:#216cff}.gw-checkbox-agree__wrapper:hover .gw-checkbox-agree__input:before{background-color:#1d5deb}.gw-checkbox-agree__wrapper:hover .gw-checkbox-agree__input:disabled{background-color:#d1d5df;border:2px solid #66727F}.gw-checkbox-agree__wrapper:hover .just-validate-error-field,.gw-checkbox-agree__wrapper .just-validate-error-field{border-color:#e11432;background-color:#ee3f5829}.gw-checkbox-agree__error{display:block;margin-top:4px;margin-bottom:4px;font-size:.875rem;line-height:1.25rem;color:#e11432}.gw-checkbox-agree__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;flex-shrink:0;height:24px;width:24px;background-color:#fff;border:2px solid #0D4CD3;border-radius:4px;margin-right:16px;cursor:pointer}.gw-checkbox-agree__input:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;background:#0d4cd3 url(/base/assets/images/icon-checkbox.svg) no-repeat center center;width:16px;height:16px;transition:transform .5s ease 0s;transform:scale(0)}.gw-checkbox-agree__input:checked:before{transform:scale(1)}.gw-checkbox-agree__input:disabled{background-color:#d1d5df;border:2px solid #66727F;cursor:not-allowed}.gw-checkbox-agree__input:disabled:checked:before{background:#66727f url(/base/assets/images/icon-checkbox.svg) no-repeat center center}.gw-checkbox-agree__label{display:block;cursor:pointer;font-size:1rem;line-height:1.5rem}.gw-checkbox-agree__link:hover{text-decoration:none}html.gw-blind-support-theme_blue .gw-checkbox-agree__input.just-validate-error-field+.gw-checkbox-agree__label:before{border-color:#0d4cd3;background-color:#fff}html.gw-blind-support-theme_blue .gw-checkbox-agree__error{color:#0b1f33}html.gw-blind-support-theme_inverse .gw-checkbox-agree__label:before{border-color:#fff}html.gw-blind-support-theme_inverse .gw-checkbox-agree__label:after{background:#000 url(/base/assets/images/icon-checkbox.svg) no-repeat center center}html.gw-blind-support-theme_inverse .gw-checkbox-agree__label:hover:before{background-color:#fff;border-color:#fff}html.gw-blind-support-theme_inverse .gw-checkbox-agree__label:hover:after{background-color:#000}html.gw-blind-support-theme_inverse .gw-checkbox-agree__input.just-validate-error-field+.gw-checkbox-agree__label:before{border-color:#fff;background-color:#000}html.gw-blind-support-theme_inverse .gw-checkbox-agree__error{color:#fff}.gw-datepicker{position:relative;width:100%}.gw-datepicker__icon,.gw-datepicker__close{position:absolute;top:25px;right:16px;color:#0d4cd3;transform:translateY(-50%)}.gw-datepicker__button{height:52px}.gw-datepicker__close{border:none;padding:0;background-color:transparent;cursor:pointer}.gw-datepicker__input{cursor:pointer}.air-datepicker{box-shadow:0 12px 32px #0b1f332e;border:2px solid #99B1E6;border-radius:8px;min-width:280px;background-color:#fff;z-index:1}.air-datepicker.-inline-{border:2px solid #99B1E6}.air-datepicker *{font-family:LatoWeb,sans-serif}.air-datepicker-cell{height:28px;font-size:1rem;line-height:1.5rem;color:#0b1f33}.air-datepicker-cell.-current-{color:#1d5deb}.air-datepicker-cell.-current-.-in-range-{color:#0b1f33}.air-datepicker-cell.-selected-,.air-datepicker-cell.-selected-.-day-.-other-month-{color:#fff}.air-datepicker-cell.-selected-,.air-datepicker-cell.-selected-.-focus-,.air-datepicker-cell.-selected-.-other-month-.-range-from-{background-color:#1d5deb}.air-datepicker-cell.-selected-.-focus-{color:#fff}.air-datepicker-cell.-focus-{color:#0b1f33;background-color:#1d5deb2e}.air-datepicker-cell.-in-range-,.air-datepicker-cell.-day-.-in-range-.-other-month-,.air-datepicker-cell.-month-.-current-,.air-datepicker-cell.-year-.-current-{color:#fff;background-color:#1d5deb}.air-datepicker-cell.-year-.-other-decade-,.air-datepicker-cell.-day-.-other-month-,.air-datepicker-cell.-year-.-other-decade-:hover,.air-datepicker-cell.-day-.-other-month-:hover{color:#0b1f33}.air-datepicker-cell.-range-to-{border:unset}.air-datepicker-cell.-in-range-:hover{background-color:#1d5deb}.air-datepicker-button{height:auto}.air-datepicker .air-datepicker-nav{border-bottom:1px solid #99B1E6;padding:16px;min-height:24px}.air-datepicker .air-datepicker-nav--action,.air-datepicker .air-datepicker-nav--title{height:24px}.air-datepicker .air-datepicker-nav--title{font-size:1rem;line-height:1.5rem;color:#0b1f33}.air-datepicker .air-datepicker-nav--title:hover{color:#0b1f33;background-color:#1d5deb2e}.air-datepicker .air-datepicker-nav--action{position:relative;width:24px;height:24px}.air-datepicker .air-datepicker-nav--action:hover{background-color:#1d5deb2e}.air-datepicker .air-datepicker-nav--action[data-action=prev]:before,.air-datepicker .air-datepicker-nav--action[data-action=next]:before{content:"";position:absolute;top:50%;left:50%;width:9px;height:18px;background-size:24px 24px;background-position:center;background-repeat:no-repeat;transform:translate(-50%,-50%)}.air-datepicker .air-datepicker-nav--action[data-action=prev]:before{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3cpath d='M14.7893 4.39382C15.295 3.86873 16.115 3.86873 16.6207 4.39382C17.1264 4.91892 17.1264 5.77027 16.6207 6.29536L10.2107 12.9508C9.70499 13.4759 8.88503 13.4759 8.3793 12.9508C7.87357 12.4257 7.87357 11.5743 8.3793 11.0492L14.7893 4.39382Z' fill='%230D4CD3'/%3e%3cpath d='M16.6205 17.7046C17.1262 18.2297 17.1262 19.0811 16.6205 19.6062C16.1148 20.1313 15.2948 20.1313 14.7891 19.6062L8.3793 12.9508C7.87357 12.4257 7.87357 11.5743 8.3793 11.0492C8.88503 10.5241 9.70479 10.5241 10.2105 11.0492L16.6205 17.7046Z' fill='%230D4CD3'/%3e%3c/svg%3e")}.air-datepicker .air-datepicker-nav--action[data-action=prev]:hover:before{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3cpath d='M14.7893 4.39382C15.295 3.86873 16.115 3.86873 16.6207 4.39382C17.1264 4.91892 17.1264 5.77027 16.6207 6.29536L10.2107 12.9508C9.70499 13.4759 8.88503 13.4759 8.3793 12.9508C7.87357 12.4257 7.87357 11.5743 8.3793 11.0492L14.7893 4.39382Z' fill='%23216CFF'/%3e%3cpath d='M16.6205 17.7046C17.1262 18.2297 17.1262 19.0811 16.6205 19.6062C16.1148 20.1313 15.2948 20.1313 14.7891 19.6062L8.3793 12.9508C7.87357 12.4257 7.87357 11.5743 8.3793 11.0492C8.88503 10.5241 9.70479 10.5241 10.2105 11.0492L16.6205 17.7046Z' fill='%23216CFF'/%3e%3c/svg%3e")}.air-datepicker .air-datepicker-nav--action[data-action=next]:before{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3cpath d='M9.21072 4.39382C8.70499 3.86873 7.88503 3.86873 7.3793 4.39382C6.87357 4.91892 6.87357 5.77027 7.3793 6.29536L13.7893 12.9508C14.295 13.4759 15.115 13.4759 15.6207 12.9508C16.1264 12.4257 16.1264 11.5743 15.6207 11.0492L9.21072 4.39382Z' fill='%230D4CD3'/%3e%3cpath d='M7.3795 17.7046C6.87376 18.2297 6.87376 19.0811 7.3795 19.6062C7.88523 20.1313 8.70519 20.1313 9.21092 19.6062L15.6207 12.9508C16.1264 12.4257 16.1264 11.5743 15.6207 11.0492C15.115 10.5241 14.2952 10.5241 13.7895 11.0492L7.3795 17.7046Z' fill='%230D4CD3'/%3e%3c/svg%3e")}.air-datepicker .air-datepicker-nav--action[data-action=next]:hover:before{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3cpath d='M9.21072 4.39382C8.70499 3.86873 7.88503 3.86873 7.3793 4.39382C6.87357 4.91892 6.87357 5.77027 7.3793 6.29536L13.7893 12.9508C14.295 13.4759 15.115 13.4759 15.6207 12.9508C16.1264 12.4257 16.1264 11.5743 15.6207 11.0492L9.21072 4.39382Z' fill='%23216CFF'/%3e%3cpath d='M7.3795 17.7046C6.87376 18.2297 6.87376 19.0811 7.3795 19.6062C7.88523 20.1313 8.70519 20.1313 9.21092 19.6062L15.6207 12.9508C16.1264 12.4257 16.1264 11.5743 15.6207 11.0492C15.115 10.5241 14.2952 10.5241 13.7895 11.0492L7.3795 17.7046Z' fill='%23216CFF'/%3e%3c/svg%3e")}.air-datepicker .air-datepicker-nav--action svg{display:none}.air-datepicker .air-datepicker-body--day-name{font-size:.875rem;line-height:1.25rem;text-transform:lowercase;color:#66727f}.air-datepicker .air-datepicker-body--day-names{margin-top:0;margin-bottom:8px}.air-datepicker .air-datepicker-body--cells{align-items:center}.air-datepicker .air-datepicker-body--cells.-days-{grid-template-columns:repeat(7,35px);grid-template-rows:28px;grid-row-gap:4px}.air-datepicker--content{padding:16px 16px 12px}.air-datepicker--buttons{border-top:unset;padding:0 16px 16px}.air-datepicker--pointer:after{display:block}html.gw-blind-support-theme_inverse .gw-datepicker__icon,html.gw-blind-support-theme_inverse .gw-datepicker__close{color:#000}html.gw-blind-support-theme_inverse .gw-datepicker__input::placeholder{color:#000}html.gw-blind-support-theme_inverse .air-datepicker,html.gw-blind-support-theme_inverse .air-datepicker.-inline-{border:2px solid #000000}html.gw-blind-support-theme_inverse .air-datepicker-cell,html.gw-blind-support-theme_inverse .air-datepicker-cell.-current-{color:#000}html.gw-blind-support-theme_inverse .air-datepicker-cell.-current-.-in-range-,html.gw-blind-support-theme_inverse .air-datepicker-cell.-selected-,html.gw-blind-support-theme_inverse .air-datepicker-cell.-selected-.-day-.-other-month-{color:#fff}html.gw-blind-support-theme_inverse .air-datepicker-cell.-selected-,html.gw-blind-support-theme_inverse .air-datepicker-cell.-selected-.-focus-,html.gw-blind-support-theme_inverse .air-datepicker-cell.-selected-.-other-month-.-range-from-{background-color:#000;border-color:#000}html.gw-blind-support-theme_inverse .air-datepicker-cell.-selected-.-focus-{color:#fff}html.gw-blind-support-theme_inverse .air-datepicker-cell.-focus-,html.gw-blind-support-theme_inverse .air-datepicker-cell.-in-range-,html.gw-blind-support-theme_inverse .air-datepicker-cell.-day-.-in-range-.-other-month-,html.gw-blind-support-theme_inverse .air-datepicker-cell.-month-.-current-,html.gw-blind-support-theme_inverse .air-datepicker-cell.-year-.-current-{color:#fff;background-color:#000}html.gw-blind-support-theme_inverse .air-datepicker-cell.-year-.-other-decade-,html.gw-blind-support-theme_inverse .air-datepicker-cell.-day-.-other-month-{color:#000}html.gw-blind-support-theme_inverse .air-datepicker-cell.-year-.-other-decade-:hover,html.gw-blind-support-theme_inverse .air-datepicker-cell.-day-.-other-month-:hover{color:#fff;background-color:#000}html.gw-blind-support-theme_inverse .air-datepicker-cell.-range-from-{color:#fff;background-color:#000;border:1px solid #000000}html.gw-blind-support-theme_inverse .air-datepicker-cell.-in-range-:hover{background-color:#000}html.gw-blind-support-theme_inverse .air-datepicker .air-datepicker-nav{border-bottom:1px solid #000000}html.gw-blind-support-theme_inverse .air-datepicker .air-datepicker-nav--title{color:#000}html.gw-blind-support-theme_inverse .air-datepicker .air-datepicker-nav--title:hover{color:#000;background-color:#fff}html.gw-blind-support-theme_inverse .air-datepicker .air-datepicker-nav--action:hover{background-color:#fff}html.gw-blind-support-theme_inverse .air-datepicker .air-datepicker-nav--action[data-action=prev]:before{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3cpath d='M14.7893 4.39382C15.295 3.86873 16.115 3.86873 16.6207 4.39382C17.1264 4.91892 17.1264 5.77027 16.6207 6.29536L10.2107 12.9508C9.70499 13.4759 8.88503 13.4759 8.3793 12.9508C7.87357 12.4257 7.87357 11.5743 8.3793 11.0492L14.7893 4.39382Z' fill='%23000000'/%3e%3cpath d='M16.6205 17.7046C17.1262 18.2297 17.1262 19.0811 16.6205 19.6062C16.1148 20.1313 15.2948 20.1313 14.7891 19.6062L8.3793 12.9508C7.87357 12.4257 7.87357 11.5743 8.3793 11.0492C8.88503 10.5241 9.70479 10.5241 10.2105 11.0492L16.6205 17.7046Z' fill='%23000000'/%3e%3c/svg%3e")}html.gw-blind-support-theme_inverse .air-datepicker .air-datepicker-nav--action[data-action=prev]:hover:before{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3cpath d='M14.7893 4.39382C15.295 3.86873 16.115 3.86873 16.6207 4.39382C17.1264 4.91892 17.1264 5.77027 16.6207 6.29536L10.2107 12.9508C9.70499 13.4759 8.88503 13.4759 8.3793 12.9508C7.87357 12.4257 7.87357 11.5743 8.3793 11.0492L14.7893 4.39382Z' fill='%23000000'/%3e%3cpath d='M16.6205 17.7046C17.1262 18.2297 17.1262 19.0811 16.6205 19.6062C16.1148 20.1313 15.2948 20.1313 14.7891 19.6062L8.3793 12.9508C7.87357 12.4257 7.87357 11.5743 8.3793 11.0492C8.88503 10.5241 9.70479 10.5241 10.2105 11.0492L16.6205 17.7046Z' fill='%23000000'/%3e%3c/svg%3e")}html.gw-blind-support-theme_inverse .air-datepicker .air-datepicker-nav--action[data-action=next]:before{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3cpath d='M9.21072 4.39382C8.70499 3.86873 7.88503 3.86873 7.3793 4.39382C6.87357 4.91892 6.87357 5.77027 7.3793 6.29536L13.7893 12.9508C14.295 13.4759 15.115 13.4759 15.6207 12.9508C16.1264 12.4257 16.1264 11.5743 15.6207 11.0492L9.21072 4.39382Z' fill='%23000000'/%3e%3cpath d='M7.3795 17.7046C6.87376 18.2297 6.87376 19.0811 7.3795 19.6062C7.88523 20.1313 8.70519 20.1313 9.21092 19.6062L15.6207 12.9508C16.1264 12.4257 16.1264 11.5743 15.6207 11.0492C15.115 10.5241 14.2952 10.5241 13.7895 11.0492L7.3795 17.7046Z' fill='%23000000'/%3e%3c/svg%3e")}html.gw-blind-support-theme_inverse .air-datepicker .air-datepicker-nav--action[data-action=next]:hover:before{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3cpath d='M9.21072 4.39382C8.70499 3.86873 7.88503 3.86873 7.3793 4.39382C6.87357 4.91892 6.87357 5.77027 7.3793 6.29536L13.7893 12.9508C14.295 13.4759 15.115 13.4759 15.6207 12.9508C16.1264 12.4257 16.1264 11.5743 15.6207 11.0492L9.21072 4.39382Z' fill='%23000000'/%3e%3cpath d='M7.3795 17.7046C6.87376 18.2297 6.87376 19.0811 7.3795 19.6062C7.88523 20.1313 8.70519 20.1313 9.21092 19.6062L15.6207 12.9508C16.1264 12.4257 16.1264 11.5743 15.6207 11.0492C15.115 10.5241 14.2952 10.5241 13.7895 11.0492L7.3795 17.7046Z' fill='%23000000'/%3e%3c/svg%3e")}html.gw-blind-support-theme_inverse .air-datepicker .air-datepicker-body--day-name{color:#000}html.gw-blind-support-theme_inverse .air-datepicker--pointer:after{display:none}html.gw-blind-support-font-size_normal .air-datepicker-cell,html.gw-blind-support-font-size_large .air-datepicker-cell,html.gw-blind-support-font-size_normal .air-datepicker .air-datepicker-nav--title,html.gw-blind-support-font-size_large .air-datepicker .air-datepicker-nav--title,html.gw-blind-support-font-size_normal .air-datepicker .air-datepicker-body--day-name,html.gw-blind-support-font-size_large .air-datepicker .air-datepicker-body--day-name{font-size:16px;line-height:24px}.gw-choices{position:relative;overflow:hidden;margin-bottom:24px;font-size:16px}.gw-choices:focus{outline:none}.gw-choices:last-child{margin-bottom:0}.gw-choices.is-open{overflow:visible}.gw-choices.is-disabled .gw-choices__inner,.gw-choices.is-disabled .gw-choices__input{background-color:#eaeaea;cursor:not-allowed;-webkit-user-select:none;user-select:none}.gw-choices.is-disabled .gw-choices__item{cursor:not-allowed}.gw-choices [hidden]{display:none!important}.gw-choices[data-type*=select-one]{cursor:pointer}.gw-choices[data-type*=select-one] .gw-choices__inner{padding-bottom:7.5px}.gw-choices[data-type*=select-one] .gw-choices__input{display:block;width:100%;padding:10px;border-bottom:1px solid #ddd;background-color:#fff;margin:0}.gw-choices[data-type*=select-one] .gw-choices__button{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);padding:0;background-size:8px;position:absolute;top:50%;right:0;margin-top:-10px;margin-right:25px;height:20px;width:20px;border-radius:10em;opacity:.25}.gw-choices[data-type*=select-one] .gw-choices__button:hover,.gw-choices[data-type*=select-one] .gw-choices__button:focus{opacity:1}.gw-choices[data-type*=select-one] .gw-choices__button:focus{box-shadow:0 0 0 2px #00bcd4}.gw-choices[data-type*=select-one] .gw-choices__item[data-value=""] .gw-choices__button{display:none}.gw-choices[data-type*=select-one]:after{content:"";height:0;width:0;border-style:solid;border-color:#333 transparent transparent transparent;border-width:5px;position:absolute;right:11.5px;top:50%;margin-top:-2.5px;pointer-events:none}.gw-choices[data-type*=select-one].is-open:after{border-color:transparent transparent #333 transparent;margin-top:-7.5px}.gw-choices[data-type*=select-one][dir=rtl]:after{left:11.5px;right:auto}.gw-choices[data-type*=select-one][dir=rtl] .gw-choices__button{right:auto;left:0;margin-left:25px;margin-right:0}.gw-choices[data-type*=select-multiple] .gw-choices__inner,.gw-choices[data-type*=text] .gw-choices__inner{cursor:text}.gw-choices[data-type*=select-multiple] .gw-choices__button,.gw-choices[data-type*=text] .gw-choices__button{position:relative;display:inline-block;margin:0 -4px 0 8px;padding-left:16px;border-left:1px solid #008fa1;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);background-size:8px;width:8px;line-height:1;opacity:.75;border-radius:0}.gw-choices[data-type*=select-multiple] .gw-choices__button:hover,.gw-choices[data-type*=select-multiple] .gw-choices__button:focus,.gw-choices[data-type*=text] .gw-choices__button:hover,.gw-choices[data-type*=text] .gw-choices__button:focus{opacity:1}.gw-choices__inner{display:inline-block;vertical-align:top;width:100%;background-color:#f9f9f9;padding:7.5px 7.5px 3.75px;border:1px solid #ddd;border-radius:2.5px;font-size:14px;min-height:44px;overflow:hidden}.is-focused .gw-choices__inner,.is-open .gw-choices__inner{border-color:#b7b7b7}.is-open .gw-choices__inner{border-radius:2.5px 2.5px 0 0}.is-flipped.is-open .gw-choices__inner{border-radius:0 0 2.5px 2.5px}.gw-choices__list{margin:0;padding-left:0;list-style:none}.gw-choices__list--single{display:inline-block;padding:4px 16px 4px 4px;width:100%}[dir=rtl] .gw-choices__list--single{padding-right:4px;padding-left:16px}.gw-choices__list--single .gw-choices__item{width:100%}.gw-choices__list--multiple{display:inline}.gw-choices__list--multiple .gw-choices__item{display:inline-block;vertical-align:middle;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:500;margin-right:3.75px;margin-bottom:3.75px;background-color:#00bcd4;border:1px solid #00a5bb;color:#fff;word-break:break-all;box-sizing:border-box}.gw-choices__list--multiple .gw-choices__item[data-deletable]{padding-right:5px}[dir=rtl] .gw-choices__list--multiple .gw-choices__item{margin-right:0;margin-left:3.75px}.gw-choices__list--multiple .gw-choices__item.is-highlighted{background-color:#00a5bb;border:1px solid #008fa1}.is-disabled .gw-choices__list--multiple .gw-choices__item{background-color:#aaa;border:1px solid #919191}.gw-choices__list--dropdown,.gw-choices__list[aria-expanded]{visibility:hidden;z-index:1;position:absolute;width:100%;background-color:#fff;border:1px solid #ddd;top:100%;margin-top:-1px;border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px;overflow:hidden;word-break:break-all;will-change:visibility}.is-active.gw-choices__list--dropdown,.is-active.gw-choices__list[aria-expanded]{visibility:visible}.is-open .gw-choices__list--dropdown,.is-open .gw-choices__list[aria-expanded]{border-color:#b7b7b7}.is-flipped .gw-choices__list--dropdown,.is-flipped .gw-choices__list[aria-expanded]{top:auto;bottom:100%;margin-top:0;margin-bottom:-1px;border-radius:.25rem .25rem 0 0}.gw-choices__list--dropdown .gw-choices__list,.gw-choices__list[aria-expanded] .gw-choices__list{position:relative;max-height:300px;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position}.gw-choices__list--dropdown .gw-choices__item,.gw-choices__list[aria-expanded] .gw-choices__item{position:relative;padding:10px;font-size:14px}[dir=rtl] .gw-choices__list--dropdown .gw-choices__item,[dir=rtl] .gw-choices__list[aria-expanded] .gw-choices__item{text-align:right}@media(min-width:640px){.gw-choices__list--dropdown .gw-choices__item--selectable,.gw-choices__list[aria-expanded] .gw-choices__item--selectable{padding-right:100px}.gw-choices__list--dropdown .gw-choices__item--selectable:after,.gw-choices__list[aria-expanded] .gw-choices__item--selectable:after{content:attr(data-select-text);font-size:12px;opacity:0;position:absolute;right:10px;top:50%;transform:translateY(-50%)}[dir=rtl] .gw-choices__list--dropdown .gw-choices__item--selectable,[dir=rtl] .gw-choices__list[aria-expanded] .gw-choices__item--selectable{text-align:right;padding-left:100px;padding-right:10px}[dir=rtl] .gw-choices__list--dropdown .gw-choices__item--selectable:after,[dir=rtl] .gw-choices__list[aria-expanded] .gw-choices__item--selectable:after{right:auto;left:10px}}.gw-choices__list--dropdown .gw-choices__item--selectable.is-highlighted,.gw-choices__list[aria-expanded] .gw-choices__item--selectable.is-highlighted{background-color:#f2f2f2}.gw-choices__list--dropdown .gw-choices__item--selectable.is-highlighted:after,.gw-choices__list[aria-expanded] .gw-choices__item--selectable.is-highlighted:after{opacity:.5}.gw-choices__item{cursor:default}.gw-choices__item--selectable{cursor:pointer}.gw-choices__item--disabled{cursor:not-allowed;-webkit-user-select:none;user-select:none;opacity:.5}.gw-choices__heading{font-weight:600;font-size:12px;padding:10px;border-bottom:1px solid #f7f7f7;color:gray}.gw-choices__button{text-indent:-9999px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background-color:transparent;background-repeat:no-repeat;background-position:center;cursor:pointer}.gw-choices__button:focus{outline:none}.gw-choices__input{display:inline-block;vertical-align:baseline;background-color:#f9f9f9;font-size:14px;margin-bottom:5px;border:0;border-radius:0;max-width:100%;padding:4px 0 4px 2px}.gw-choices__input:focus{outline:0}.gw-choices__input::-webkit-search-decoration,.gw-choices__input::-webkit-search-cancel-button,.gw-choices__input::-webkit-search-results-button,.gw-choices__input::-webkit-search-results-decoration{display:none}.gw-choices__input::-ms-clear,.gw-choices__input::-ms-reveal{display:none;width:0;height:0}[dir=rtl] .gw-choices__input{padding-right:2px;padding-left:0}.gw-choices__placeholder{opacity:.5}.gw-dropdown[data-gw-lines-limit="1"]{--lines-limit: 1}.gw-dropdown[data-gw-lines-limit="1"] .gw-choices__inner>.gw-choices__list{-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:var(--lines-limit);overflow:hidden;text-overflow:ellipsis;white-space:normal;-webkit-hyphens:auto;hyphens:auto;hyphenate-character:""}.gw-dropdown[data-gw-lines-limit="2"]{--lines-limit: 2}.gw-dropdown[data-gw-lines-limit="2"] .gw-choices__inner>.gw-choices__list{-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:var(--lines-limit);overflow:hidden;text-overflow:ellipsis;white-space:normal;-webkit-hyphens:auto;hyphens:auto;hyphenate-character:""}.gw-dropdown[data-gw-lines-limit="3"]{--lines-limit: 3}.gw-dropdown[data-gw-lines-limit="3"] .gw-choices__inner>.gw-choices__list{-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:var(--lines-limit);overflow:hidden;text-overflow:ellipsis;white-space:normal;-webkit-hyphens:auto;hyphens:auto;hyphenate-character:""}.gw-dropdown[data-gw-lines-limit="4"]{--lines-limit: 4}.gw-dropdown[data-gw-lines-limit="4"] .gw-choices__inner>.gw-choices__list{-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:var(--lines-limit);overflow:hidden;text-overflow:ellipsis;white-space:normal;-webkit-hyphens:auto;hyphens:auto;hyphenate-character:""}.gw-dropdown[data-gw-lines-limit="5"]{--lines-limit: 5}.gw-dropdown[data-gw-lines-limit="5"] .gw-choices__inner>.gw-choices__list{-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:var(--lines-limit);overflow:hidden;text-overflow:ellipsis;white-space:normal;-webkit-hyphens:auto;hyphens:auto;hyphenate-character:""}.gw-dropdown[data-gw-lines-limit="6"]{--lines-limit: 6}.gw-dropdown[data-gw-lines-limit="6"] .gw-choices__inner>.gw-choices__list{-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:var(--lines-limit);overflow:hidden;text-overflow:ellipsis;white-space:normal;-webkit-hyphens:auto;hyphens:auto;hyphenate-character:""}.gw-dropdown[data-gw-lines-limit="7"]{--lines-limit: 7}.gw-dropdown[data-gw-lines-limit="7"] .gw-choices__inner>.gw-choices__list{-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:var(--lines-limit);overflow:hidden;text-overflow:ellipsis;white-space:normal;-webkit-hyphens:auto;hyphens:auto;hyphenate-character:""}.gw-dropdown[data-gw-lines-limit="8"]{--lines-limit: 8}.gw-dropdown[data-gw-lines-limit="8"] .gw-choices__inner>.gw-choices__list{-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:var(--lines-limit);overflow:hidden;text-overflow:ellipsis;white-space:normal;-webkit-hyphens:auto;hyphens:auto;hyphenate-character:""}.gw-dropdown[data-gw-lines-limit="9"]{--lines-limit: 9}.gw-dropdown[data-gw-lines-limit="9"] .gw-choices__inner>.gw-choices__list{-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:var(--lines-limit);overflow:hidden;text-overflow:ellipsis;white-space:normal;-webkit-hyphens:auto;hyphens:auto;hyphenate-character:""}.gw-dropdown[data-gw-lines-limit="10"]{--lines-limit: 10}.gw-dropdown[data-gw-lines-limit="10"] .gw-choices__inner>.gw-choices__list{-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:var(--lines-limit);overflow:hidden;text-overflow:ellipsis;white-space:normal;-webkit-hyphens:auto;hyphens:auto;hyphenate-character:""}.gw-dropdown__label,.gw-dropdown__error{margin-bottom:4px;font-size:.875rem;line-height:1.25rem}.gw-dropdown__label{display:block}.gw-dropdown__error{display:none;color:#e11432}.gw-dropdown__error:not(:empty){display:block}.gw-choices[data-type*=select-one]:after{margin-top:0;border:none;width:24px;height:24px;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.29537 10.7195C5.90154 10.3261 5.90154 9.68836 6.29537 9.29501C6.68919 8.90166 7.3277 8.90166 7.72152 9.29501L12.7131 14.2805C13.1069 14.6739 13.1069 15.3116 12.7131 15.705C12.3193 16.0983 11.6807 16.0983 11.2869 15.705L6.29537 10.7195Z' fill='%230D4CD3'/%3E%3Cpath d='M16.2785 9.29516C16.6723 8.90181 17.3108 8.90181 17.7046 9.29516C18.0985 9.68851 18.0985 10.3263 17.7046 10.7196L12.7131 15.705C12.3193 16.0983 11.6807 16.0983 11.2869 15.705C10.8931 15.3116 10.8931 14.674 11.2869 14.2807L16.2785 9.29516Z' fill='%230D4CD3'/%3E%3C/svg%3E");top:50%;transform:translateY(-50%);right:16px;position:absolute;pointer-events:none}.gw-choices[data-type*=select-one].is-open:after{top:50%;margin-top:0;transform:translateY(-50%) rotate(180deg)}.gw-choices[data-type*=select-one] .gw-choices__inner{padding-bottom:12px}.gw-choices[data-type*=select-one] .gw-choices__button{display:none}.gw-choices[data-type*=select-multiple] .gw-choices__button{border-left:none;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.92285 19.9229L19.9229 3.92285' stroke='%230D4CD3' stroke-width='1.5'/%3E%3Cpath d='M3.92285 3.92285L19.9229 19.9229' stroke='%230D4CD3' stroke-width='1.5'/%3E%3C/svg%3E%0A");background-size:contain;width:12px;height:12px}.gw-choices[data-type*=select-multiple] .gw-choices__button:focus{outline:2px solid #99B1E6}.gw-choices[data-type*=select-multiple] .gw-choices__inner{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:0 16px}.gw-choices[data-type*=select-multiple] .gw-choices__list{order:2}.gw-choices[data-type*=select-multiple] .gw-choices__input{display:none}.gw-choices[data-type*=select-multiple] .gw-choices__input_cloned{order:1;display:block}.gw-choices__input{margin-bottom:0;padding:0}.gw-choices__input_cloned{font-size:1rem;line-height:1.5rem}.gw-choices__inner{display:flex;align-items:center;min-height:52px;font-size:1rem;line-height:1.25rem;min-width:236px;padding:12px 48px 12px 16px;border:2px solid #F5F7FA;background-color:#f5f7fa;border-radius:4px;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;color:#0b1f33}.gw-choices__inner+.gw-choices__list{border-radius:0 0 4px 4px}.gw-choices__inner:has(.just-validate-error-field){color:#e11432;background-color:#ee3f5829}.gw-choices__list_multiple{display:flex;flex-wrap:wrap}.gw-choices__list_multiple .gw-choices__item{margin-top:8px;margin-right:8px;margin-bottom:0;display:flex;align-items:center;justify-content:center;padding:8px;border-radius:8px;background-color:#fff;color:#0d4cd3;border:1px solid #0D4CD3;font-size:1rem;line-height:1.5rem}.gw-choices__list_multiple .gw-choices__item[data-deletable]{padding-right:8px}.gw-choices__list_multiple .gw-choices__item.is-highlighted{background-color:#fff;color:#0d4cd3;border:1px solid #0D4CD3;padding:8px}.gw-choices__list[aria-expanded]{background-color:#fff;margin-top:0;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.gw-choices__list[aria-expanded] .gw-choices__item{display:flex;align-items:center;padding:12px 16px;min-height:52px;font-size:1rem;line-height:1.25rem;color:#0b1f33;border-bottom:1px solid #E1E1E1;cursor:pointer}.gw-choices__list[aria-expanded] .gw-choices__item:last-of-type{border-bottom:none}.gw-choices__list[aria-expanded] .gw-choices__item.is-highlighted{background-color:#fff;color:#216cff}.gw-choices__list[aria-expanded] .gw-choices__item.is-selected{background-color:#edf2fe;color:#0b1f33}.gw-choices__list[aria-expanded] .gw-choices__list{overflow-y:auto;padding-right:4px;margin-right:4px;max-height:208px}.gw-choices__list[aria-expanded] .gw-choices__list::-webkit-scrollbar{width:6px}.gw-choices__list[aria-expanded] .gw-choices__list::-webkit-scrollbar-track{background-color:#fff}.gw-choices__list[aria-expanded] .gw-choices__list::-webkit-scrollbar-thumb{background-color:#d1d5df;border-radius:8px}.gw-choices__list--dropdown,.gw-choices__list[aria-expanded]{word-break:break-word}.gw-choices__list_single{padding:0}.gw-choices__list_dropdown .gw-choices__list{overflow-y:auto;max-height:208px}.gw-choices.is-focused .gw-choices__inner{border-color:#99b1e6}.gw-choices.is-open .gw-choices__inner{border-color:#99b1e6;border-radius:4px 4px 0 0}.gw-choices.is-open .gw-choices__list_dropdown,.gw-choices.is-open .gw-choices__list[aria-expanded]{z-index:2;border:2px solid #99B1E6;border-radius:0 0 4px 4px;border-top:0 solid transparent}.gw-choices.is-flipped .gw-choices__inner{border-color:#0d4cd3;border-radius:0 0 4px 4px}.gw-choices.is-flipped .gw-choices__list_dropdown{margin-bottom:0}.gw-choices.is-flipped .gw-choices__list_dropdown,.gw-choices.is-flipped .gw-choices__list[aria-expanded]{border-top:1px solid #0D4CD3;border-radius:4px 4px 0 0;border-bottom:0 solid transparent}html.gw-blind-support-theme_inverse .gw-choices[data-type*=select-one]:after{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.29537 10.7195C5.90154 10.3261 5.90154 9.68836 6.29537 9.29501C6.68919 8.90166 7.3277 8.90166 7.72152 9.29501L12.7131 14.2805C13.1069 14.6739 13.1069 15.3116 12.7131 15.705C12.3193 16.0983 11.6807 16.0983 11.2869 15.705L6.29537 10.7195Z' fill='%23000000'/%3E%3Cpath d='M16.2785 9.29516C16.6723 8.90181 17.3108 8.90181 17.7046 9.29516C18.0985 9.68851 18.0985 10.3263 17.7046 10.7196L12.7131 15.705C12.3193 16.0983 11.6807 16.0983 11.2869 15.705C10.8931 15.3116 10.8931 14.674 11.2869 14.2807L16.2785 9.29516Z' fill='%23000000'/%3E%3C/svg%3E")}html.gw-blind-support-theme_inverse .gw-choices[data-type*=select-multiple] .gw-choices__button{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.92285 19.9229L19.9229 3.92285' stroke='%23000000' stroke-width='1.5'/%3E%3Cpath d='M3.92285 3.92285L19.9229 19.9229' stroke='%23000000' stroke-width='1.5'/%3E%3C/svg%3E%0A")}html.gw-blind-support-theme_inverse .gw-choices__inner{border:2px solid #FFFFFF;background-color:#fff;color:#000}html.gw-blind-support-theme_inverse .gw-choices__list_multiple .gw-choices__item,html.gw-blind-support-theme_inverse .gw-choices__list_multiple .gw-choices__item.is-highlighted{background-color:#fff;color:#000;border:1px solid #000000}html.gw-blind-support-theme_inverse .gw-choices__list_multiple .gw-choices__item:hover{border-color:#000;color:#000;background-color:#fff}html.gw-blind-support-theme_inverse .gw-choices__list[aria-expanded]{background-color:#fff}html.gw-blind-support-theme_inverse .gw-choices__list[aria-expanded] .gw-choices__item{color:#000;border-bottom:1px solid #000000}html.gw-blind-support-theme_inverse .gw-choices__list[aria-expanded] .gw-choices__item.is-highlighted,html.gw-blind-support-theme_inverse .gw-choices__list[aria-expanded] .gw-choices__item.is-selected{background-color:#000;color:#fff}html.gw-blind-support-theme_inverse .gw-choices__list[aria-expanded] .gw-choices__list::-webkit-scrollbar-track{background-color:#fff}html.gw-blind-support-theme_inverse .gw-choices__list[aria-expanded] .gw-choices__list::-webkit-scrollbar-thumb{background-color:#000;border-radius:8px}html.gw-blind-support-theme_inverse .gw-choices.is-focused .gw-choices__inner,html.gw-blind-support-theme_inverse .gw-choices.is-open .gw-choices__inner{border-color:#000}html.gw-blind-support-theme_inverse .gw-choices.is-open .gw-choices__list_dropdown,html.gw-blind-support-theme_inverse .gw-choices.is-open .gw-choices__list[aria-expanded]{border:1px solid #000000}html.gw-blind-support-theme_inverse .gw-choices.is-flipped .gw-choices__inner{border-color:#000}html.gw-blind-support-theme_inverse .gw-choices.is-flipped .gw-choices__list_dropdown,html.gw-blind-support-theme_inverse .gw-choices.is-flipped .gw-choices__list[aria-expanded]{border-top:1px solid #000000}.gw-dropzone__description{margin-bottom:4px;font-size:.875rem;line-height:1.25rem;text-align:center;color:#66727f}.gw-dropzone__icon{margin-right:8px}.gw-dropzone__button{display:flex;justify-content:center;align-items:center;position:relative;font-size:.875rem;line-height:1.25rem;color:#0d4cd3}.gw-dropzone__item{margin-top:8px}.gw-dropzone__select{border:2px dashed #99B1E6;border-radius:12px;padding:24px;cursor:pointer}.gw-dropzone__name,.gw-dropzone__size{font-size:1rem;line-height:1.5rem}.gw-dropzone__name{margin-bottom:0}.gw-dropzone__size{font-weight:400}html.gw-blind-support-theme_blue .gw-dropzone__select{border-color:#f5f7fa}html.gw-blind-support-theme_inverse .gw-dropzone__select{border-color:#fff}html.gw-blind-support-theme_inverse .gw-dropzone__description,html.gw-blind-support-theme_inverse .gw-dropzone__button,html.gw-blind-support-theme_inverse .gw-document-item__size,html.gw-blind-support-theme_inverse .gw-document-item__divider{color:#fff}.gw-dropzone-file{position:relative;padding:16px 20px}.gw-dropzone-file__body{display:flex}.gw-dropzone-file__col_format{flex:0 0 auto;margin-right:12px;width:auto}.gw-dropzone-file__col_content{display:flex;align-items:center;flex-wrap:wrap;width:100%}@media(min-width:768px){.gw-dropzone-file__col_content{flex-wrap:nowrap}}.gw-dropzone-file__title{flex:0 1 calc(100% - 25px);overflow:hidden;margin-right:auto;padding-right:8px;text-overflow:ellipsis;word-break:break-word}@media(min-width:768px){.gw-dropzone-file__title{flex:1 1 auto}}.gw-dropzone-file__name{display:block;font-size:1rem;line-height:1.5rem}.gw-dropzone-file__menu{flex-basis:25px;width:25px}@media(min-width:768px){.gw-dropzone-file__menu{display:none}}.gw-dropzone-file__menu-points{border:none;padding:0;color:#0d4cd3;background-color:transparent;cursor:pointer}.gw-dropzone-file__info{flex:0 0 auto;width:auto}.gw-dropzone-file__download{display:flex;align-items:center;flex-wrap:nowrap}.gw-dropzone-file__divider{display:none;padding-right:8px;padding-left:8px;color:#66727f}@media(min-width:768px){.gw-dropzone-file__divider{display:block}}.gw-dropzone-file__size{font-size:1rem;line-height:1.5rem;color:#66727f}.gw-dropzone-file__remove{display:none;margin-left:24px;border:none;padding:0;font-family:inherit;font-size:.875rem;color:#0d4cd3;background-color:transparent;cursor:pointer}@media(min-width:768px){.gw-dropzone-file__remove{display:block}}.gw-dropzone-file__collapse{position:absolute;top:0;left:0;display:grid;grid-template-rows:0fr;overflow:hidden;width:100%;z-index:9;border-radius:8px;background-color:#fff;outline:0 solid transparent;box-shadow:0 1px 4px #e3ebfc,0 24px 48px #e6ebf566;transition:.3s ease-in-out}.gw-dropzone-file__collapse.show{grid-template-rows:1fr;transition:all .3s}.gw-dropzone-file__collapse-wrapper{overflow:hidden}.gw-dropzone-file__collapse-inner{padding:24px}.gw-dropzone-file__close{position:absolute;top:16px;right:16px;outline:none;border:none;color:#0d4cd3;background-color:transparent;pointer-events:all;cursor:pointer}.gw-dropzone-file__toggle-remove{border:none;padding:0;font-size:.875rem;color:#0d4cd3;background-color:transparent;cursor:pointer}.gw-dropzone-file__menu-points:hover,.gw-dropzone-file__remove:hover,.gw-dropzone-file__close:hover,.gw-dropzone-file__toggle-remove:hover{color:#216cff}.gw-dropzone-file__menu-points:active,.gw-dropzone-file__remove:active,.gw-dropzone-file__close:active,.gw-dropzone-file__toggle-remove:active{color:#053b75}@media(min-width:768px){.gw-dropzone-file__menu-points,.gw-dropzone-file__toggle-remove,.gw-dropzone-file__close{visibility:hidden}}html.gw-blind-support-theme_inverse .gw-dropzone-file__divider,html.gw-blind-support-theme_inverse .gw-dropzone-file__size,html.gw-blind-support-theme_inverse .gw-dropzone-file__remove,html.gw-blind-support-theme_inverse .gw-dropzone-file__menu-points{color:#fff}html.gw-blind-support-theme_inverse .gw-dropzone-file__close,html.gw-blind-support-theme_inverse .gw-dropzone-file__toggle-remove{color:#000}html.gw-blind-support-theme_inverse .gw-dropzone-file__collapse{box-shadow:unset}.gw-input{display:block;width:100%;font-size:1rem;line-height:1.5rem;background-color:#f5f7fa;background-clip:padding-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;border-radius:4px;border:0;padding:14px 48px 14px 16px}html.gw-blind-support-theme_inverse .gw-input{background-color:#fff}.gw-search-block{width:100%;position:relative}.gw-search-block:has(.gw-search-block__button_clear) .gw-search-block__input{padding:14px 80px 14px 16px}.gw-search-block__input{display:block;width:100%;font-size:1rem;line-height:1.5rem;background-color:#f5f7fa;background-clip:padding-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;border-radius:4px;border:0;padding:14px 48px 14px 16px}.gw-search-block__button{position:absolute;top:50%;background:transparent;color:#0d4cd3;margin:0;border:none;padding:0;cursor:pointer;transform:translateY(-50%)}.gw-search-block__button:hover{color:#216cff}.gw-search-block__button:focus{color:#216cff}.gw-search-block__button:active{color:#216cff}.gw-search-block__button_submit{right:18px}.gw-search-block__button_clear{right:48px;color:#9dacce}input[type=search]::-webkit-search-cancel-button{display:none}html.gw-blind-support-theme_inverse .gw-search-block__input{background-color:#fff}html.gw-blind-support-theme_inverse .gw-search-block__input::placeholder{color:#000}html.gw-blind-support-theme_inverse .gw-search-block__input:focus-visible{outline:2px solid #FFFFFF}html.gw-blind-support-theme_inverse .gw-search-block__button{color:#000}html.gw-blind-support-theme_inverse .gw-search-block__button:hover,html.gw-blind-support-theme_inverse .gw-search-block__button:focus,html.gw-blind-support-theme_inverse .gw-search-block__button:active{color:#000}.gw-choices[data-type*=select-multiple] .gw-choices__item:hover{border-color:#216cff;color:#216cff;background-color:#edf2fe}.gw-choices[data-type*=select-multiple] .gw-choices__item:hover .gw-choices__button{background-color:transparent}.gw-choices[data-type*=select-multiple] .gw-choices__item.is-highlighted{padding:8px 16px}.gw-choices[data-type*=select-multiple] .gw-choices__button{margin-left:12px;width:22px;height:22px}.gw-choices[data-type*=select-multiple] .gw-choices__list:not(:empty)+.gw-choices__search[type=search]{display:none}.gw-choices[data-type*=select-multiple] .gw-choices__search[type=search]{display:block;border:none;font-size:1rem;line-height:1.5rem;color:#66727f;outline:none;background-color:transparent;pointer-events:none}.gw-choices__list_multiple{gap:8px}.gw-choices__list_multiple .gw-choices__item{margin-top:0;margin-right:0;padding:8px 16px}.gw-choices__list_multiple .gw-choices__item[data-deletable]{padding-right:16px}.gw-tags-dropdown.gw-tags-dropdown--with-icons .gw-choices{position:relative}.gw-tags-dropdown.gw-tags-dropdown--with-icons .gw-choices:before{content:"";position:absolute;display:inline-block;width:24px;height:24px;right:16px;top:50%;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.29537 10.7195C5.90154 10.3261 5.90154 9.68836 6.29537 9.29501C6.68919 8.90166 7.3277 8.90166 7.72152 9.29501L12.7131 14.2805C13.1069 14.6739 13.1069 15.3116 12.7131 15.705C12.3193 16.0983 11.6807 16.0983 11.2869 15.705L6.29537 10.7195Z' fill='%230D4CD3'/%3E%3Cpath d='M16.2785 9.29516C16.6723 8.90181 17.3108 8.90181 17.7046 9.29516C18.0985 9.68851 18.0985 10.3263 17.7046 10.7196L12.7131 15.705C12.3193 16.0983 11.6807 16.0983 11.2869 15.705C10.8931 15.3116 10.8931 14.674 11.2869 14.2807L16.2785 9.29516Z' fill='%230D4CD3'/%3E%3C/svg%3E%0A");transform:translateY(-50%)}.gw-tags-dropdown.gw-tags-dropdown--with-icons .gw-choices.is-open:before{transform:translateY(-50%) rotate(180deg)}html.gw-blind-support-theme_inverse .gw-choices input[type=search]::placeholder{color:#000}html.gw-blind-support-theme_inverse .gw-tags-dropdown.gw-tags-dropdown--with-icons .gw-choices:before{filter:brightness(0)}.gw-text-input__label,.gw-text-input__error{margin-bottom:4px;font-size:.875rem;line-height:1.25rem}.gw-text-input__label{display:block}.gw-text-input__error{display:none;color:#e11432}.gw-text-input__error:not(:empty){display:block}.gw-text-input__wrapper{position:relative;height:52px}.gw-text-input__field{position:absolute;top:0;left:0;border:2px solid #F5F7FA;border-radius:4px;padding:14px 48px 14px 16px;width:100%;height:100%;font-size:1rem;line-height:1.5rem;background-color:#f5f7fa}.gw-text-input__field:focus{border-color:#99b1e6;outline:none}.gw-text-input__field_phone::placeholder{color:transparent}.gw-text-input__field_phone:focus::placeholder{color:#66727f}.gw-text-input__field.just-validate-error-field{color:#e11432;background-color:#ee3f5829}.gw-text-input__field.just-validate-error-field+button{color:#e11432}.gw-text-input__button{position:absolute;top:50%;right:16px;border:unset;padding:0;color:#9dacce;background-color:transparent;transform:translateY(-50%);cursor:pointer}.gw-text-input__button.gw-hidden{display:none}html.gw-blind-support-theme_blue .gw-text-input__field{background-color:#fff}html.gw-blind-support-theme_blue .gw-text-input__button,html.gw-blind-support-theme_blue .gw-text-input__error{color:#0b1f33}html.gw-blind-support-theme_inverse .gw-text-input__field{background-color:#fff}html.gw-blind-support-theme_inverse .gw-text-input__field:focus{border-color:#000}html.gw-blind-support-theme_inverse .gw-text-input__field_phone:focus::placeholder{color:#000}html.gw-blind-support-theme_inverse .gw-text-input__error{color:#fff}html.gw-blind-support-theme_inverse .gw-text-input__button{color:#000}.gw-textarea__label,.gw-textarea__error{margin-bottom:4px;font-size:.875rem;line-height:1.25rem}.gw-textarea__label{display:block}.gw-textarea__error{display:none;color:#e11432}.gw-textarea__error:not(:empty){display:block}.gw-textarea__wrapper{position:relative;overflow:hidden;border:2px solid #F5F7FA;border-radius:4px;padding:12px 16px 36px;background-color:#f5f7fa}.gw-textarea__wrapper:has(textarea:focus){border-color:#99b1e6}.gw-textarea__wrapper:has(textarea.just-validate-error-field){color:#e11432;background-color:#ee3f5829}.gw-textarea__text{border:none;padding:0 8px 0 0;width:100%;font-family:inherit;font-size:1rem;line-height:1.5rem;background-color:transparent;resize:none}.gw-textarea__text::-webkit-scrollbar{width:6px}.gw-textarea__text::-webkit-scrollbar-track{background-color:#fff}.gw-textarea__text::-webkit-scrollbar-thumb{background-color:#d1d5df;border-radius:8px}.gw-textarea__text:focus{outline:unset}.gw-textarea__counter{position:absolute;right:16px;bottom:8px;left:auto;font-size:.875rem;line-height:1.25rem;color:#9dacce}html.gw-blind-support-theme_blue .gw-textarea__wrapper{background-color:#f5f7fa}html.gw-blind-support-theme_blue .gw-textarea__error{color:#0b1f33}html.gw-blind-support-theme_inverse .gw-textarea__wrapper{border-color:#fff;background-color:#fff}html.gw-blind-support-theme_inverse .gw-textarea__wrapper:has(textarea:focus){border-color:#000}html.gw-blind-support-theme_inverse .gw-textarea__counter{color:#000}html.gw-blind-support-theme_inverse .gw-textarea__error{color:#fff}.gw-abc-of-creativity__list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:24px;width:100%}@media(max-width:1365.98px){.gw-abc-of-creativity__list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:767.98px){.gw-abc-of-creativity__list{grid-template-columns:repeat(2,minmax(0,1fr))}}.gw-abc-of-creativity__trigger{display:flex;padding:32px;border-radius:12px;font-size:3rem;line-height:3.25rem;font-weight:700;color:#0b1f33;overflow:hidden}@media(max-width:767.98px){.gw-abc-of-creativity__trigger{font-size:2.25rem;line-height:3rem}}.gw-abc-of-creativity__trigger:hover,.gw-abc-of-creativity__trigger:focus,.gw-abc-of-creativity__trigger:active{color:#0b1f33;text-decoration:unset}.gw-abc-of-creativity__item:nth-child(1) .gw-abc-of-creativity__trigger,.gw-abc-of-creativity__item:nth-child(5) .gw-abc-of-creativity__trigger,.gw-abc-of-creativity__item:nth-child(9) .gw-abc-of-creativity__trigger,.gw-abc-of-creativity__item:nth-child(13) .gw-abc-of-creativity__trigger,.gw-abc-of-creativity__item:nth-child(17) .gw-abc-of-creativity__trigger,.gw-abc-of-creativity__item:nth-child(21) .gw-abc-of-creativity__trigger,.gw-abc-of-creativity__item:nth-child(25) .gw-abc-of-creativity__trigger,.gw-abc-of-creativity__item:nth-child(29) .gw-abc-of-creativity__trigger,.gw-abc-of-creativity .nc-infoblock-object:nth-child(1) .gw-abc-of-creativity__trigger,.gw-abc-of-creativity .nc-infoblock-object:nth-child(5) .gw-abc-of-creativity__trigger,.gw-abc-of-creativity .nc-infoblock-object:nth-child(9) .gw-abc-of-creativity__trigger,.gw-abc-of-creativity .nc-infoblock-object:nth-child(13) .gw-abc-of-creativity__trigger,.gw-abc-of-creativity .nc-infoblock-object:nth-child(17) .gw-abc-of-creativity__trigger,.gw-abc-of-creativity .nc-infoblock-object:nth-child(21) .gw-abc-of-creativity__trigger,.gw-abc-of-creativity .nc-infoblock-object:nth-child(25) .gw-abc-of-creativity__trigger,.gw-abc-of-creativity .nc-infoblock-object:nth-child(29) .gw-abc-of-creativity__trigger{background:linear-gradient(180deg,#d1f4ff,#edf2fe)}.gw-abc-of-creativity__item:nth-child(2) .gw-abc-of-creativity__trigger,.gw-abc-of-creativity__item:nth-child(6) .gw-abc-of-creativity__trigger,.gw-abc-of-creativity__item:nth-child(10) .gw-abc-of-creativity__trigger,.gw-abc-of-creativity__item:nth-child(14) .gw-abc-of-creativity__trigger,.gw-abc-of-creativity__item:nth-child(18) .gw-abc-of-creativity__trigger,.gw-abc-of-creativity__item:nth-child(22) .gw-abc-of-creativity__trigger,.gw-abc-of-creativity__item:nth-child(26) .gw-abc-of-creativity__trigger,.gw-abc-of-creativity__item:nth-child(30) .gw-abc-of-creativity__trigger,.gw-abc-of-creativity .nc-infoblock-object:nth-child(2) .gw-abc-of-creativity__trigger,.gw-abc-of-creativity .nc-infoblock-object:nth-child(6) .gw-abc-of-creativity__trigger,.gw-abc-of-creativity .nc-infoblock-object:nth-child(10) .gw-abc-of-creativity__trigger,.gw-abc-of-creativity .nc-infoblock-object:nth-child(14) .gw-abc-of-creativity__trigger,.gw-abc-of-creativity .nc-infoblock-object:nth-child(18) .gw-abc-of-creativity__trigger,.gw-abc-of-creativity .nc-infoblock-object:nth-child(22) .gw-abc-of-creativity__trigger,.gw-abc-of-creativity .nc-infoblock-object:nth-child(26) .gw-abc-of-creativity__trigger,.gw-abc-of-creativity .nc-infoblock-object:nth-child(30) .gw-abc-of-creativity__trigger{background:linear-gradient(180deg,#f0fff2,#edf2fe)}.gw-abc-of-creativity__item:nth-child(3) .gw-abc-of-creativity__trigger,.gw-abc-of-creativity__item:nth-child(7) .gw-abc-of-creativity__trigger,.gw-abc-of-creativity__item:nth-child(11) .gw-abc-of-creativity__trigger,.gw-abc-of-creativity__item:nth-child(15) .gw-abc-of-creativity__trigger,.gw-abc-of-creativity__item:nth-child(19) .gw-abc-of-creativity__trigger,.gw-abc-of-creativity__item:nth-child(23) .gw-abc-of-creativity__trigger,.gw-abc-of-creativity__item:nth-child(27) .gw-abc-of-creativity__trigger,.gw-abc-of-creativity .nc-infoblock-object:nth-child(3) .gw-abc-of-creativity__trigger,.gw-abc-of-creativity .nc-infoblock-object:nth-child(7) .gw-abc-of-creativity__trigger,.gw-abc-of-creativity .nc-infoblock-object:nth-child(11) .gw-abc-of-creativity__trigger,.gw-abc-of-creativity .nc-infoblock-object:nth-child(15) .gw-abc-of-creativity__trigger,.gw-abc-of-creativity .nc-infoblock-object:nth-child(19) .gw-abc-of-creativity__trigger,.gw-abc-of-creativity .nc-infoblock-object:nth-child(23) .gw-abc-of-creativity__trigger,.gw-abc-of-creativity .nc-infoblock-object:nth-child(27) .gw-abc-of-creativity__trigger{background:linear-gradient(180deg,#ffedfa,#edf2fe)}.gw-abc-of-creativity__item:nth-child(4) .gw-abc-of-creativity__trigger,.gw-abc-of-creativity__item:nth-child(8) .gw-abc-of-creativity__trigger,.gw-abc-of-creativity__item:nth-child(12) .gw-abc-of-creativity__trigger,.gw-abc-of-creativity__item:nth-child(16) .gw-abc-of-creativity__trigger,.gw-abc-of-creativity__item:nth-child(20) .gw-abc-of-creativity__trigger,.gw-abc-of-creativity__item:nth-child(24) .gw-abc-of-creativity__trigger,.gw-abc-of-creativity__item:nth-child(28) .gw-abc-of-creativity__trigger,.gw-abc-of-creativity .nc-infoblock-object:nth-child(4) .gw-abc-of-creativity__trigger,.gw-abc-of-creativity .nc-infoblock-object:nth-child(8) .gw-abc-of-creativity__trigger,.gw-abc-of-creativity .nc-infoblock-object:nth-child(12) .gw-abc-of-creativity__trigger,.gw-abc-of-creativity .nc-infoblock-object:nth-child(16) .gw-abc-of-creativity__trigger,.gw-abc-of-creativity .nc-infoblock-object:nth-child(20) .gw-abc-of-creativity__trigger,.gw-abc-of-creativity .nc-infoblock-object:nth-child(24) .gw-abc-of-creativity__trigger,.gw-abc-of-creativity .nc-infoblock-object:nth-child(28) .gw-abc-of-creativity__trigger{background:linear-gradient(180deg,#fffeec,#edf2fe)}.gw-abc-of-creativity__letter{display:inline-block;white-space:nowrap;margin:auto}html.gw-blind-support-theme_blue .gw-abc-of-creativity .gw-abc-of-creativity__trigger,html.gw-blind-support-theme_inverse .gw-abc-of-creativity .gw-abc-of-creativity__trigger{background:transparent;border:1px solid white}.gw-about-organization{--sidebar-width: 220px}.gw-about-organization__main,.gw-about-organization__sidebar{display:grid;align-content:baseline;gap:var(--gw-spacer-24)}.gw-about-organization__content{display:grid;grid-template-columns:100%;grid-template-rows:auto;gap:var(--gw-spacer-24)}@media(min-width:768px){.gw-about-organization__content{grid-template-columns:1fr auto}}@media(min-width:768px){.gw-about-organization__content:has(.gw-about-organization__main) .gw-about-organization__sidebar{width:var(--sidebar-width)}}.gw-accordion__top{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--gw-spacer-16);cursor:pointer}.gw-accordion__title{--line-height-base: 1.75rem;--line-clamp: 6;font-weight:700;font-size:1.25rem;line-height:var(--line-height-base);-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:var(--line-clamp);overflow:hidden;text-overflow:ellipsis;white-space:normal;max-height:calc(var(--line-height-base) * var(--line-clamp))}@media(min-width:768px){.gw-accordion__title{--line-clamp: 3}}@media(min-width:1366px){.gw-accordion__title{--line-clamp: 2}}.gw-accordion__description{display:flex;gap:var(--gw-spacer-8);margin-top:var(--gw-spacer-8)}.gw-accordion__icon{border-radius:100%;color:#0d4cd3;background-color:#e4ecfd;transform:rotate(90deg);transition:transform .3s}.gw-accordion__icon svg{width:16px;height:16px}.gw-accordion__body{display:grid;grid-template-rows:0fr;transition:all .3s;visibility:hidden}.gw-accordion[data-gw-accordion=show] .gw-accordion__title{-webkit-line-clamp:unset;max-height:unset}.gw-accordion[data-gw-accordion=show] .gw-accordion__icon{transform:rotate(-90deg)}.gw-accordion[data-gw-accordion=show] .gw-accordion__body{grid-template-rows:1fr;visibility:visible}.gw-accordion__wrapper{overflow:hidden;margin:0 calc(var(--gw-spacer-24) * -1) calc(var(--gw-spacer-24) * -1);padding:0 var(--gw-spacer-24)}.gw-accordion__inner{margin-bottom:var(--gw-spacer-24);padding-top:var(--gw-spacer-24)}.gw-accordion__three-columns{display:flex;flex-direction:column;gap:var(--gw-spacer-32)}@media(min-width:1366px){.gw-accordion__three-columns{flex-direction:row}}html.gw-blind-support-theme_inverse .gw-accordion__icon{color:#000;background-color:#fff}.gw-address-route{display:flex;flex-direction:column;gap:var(--gw-spacer-16);width:100%;flex-shrink:0;flex-grow:1}@media(min-width:1366px){.gw-address-route{width:400px}}.gw-address-route__content{display:flex;flex-direction:column;gap:var(--gw-spacer-16)}.gw-address-route__item{display:flex;flex-direction:column}.gw-address-route__item-label{font-weight:700}.gw-alert__wrapper{align-items:center;text-align:center}.gw-alert__title{margin-bottom:0;font-size:1.25rem;line-height:1.75rem}.gw-alert__text{margin-bottom:0}.affiliate-card__wrapper{display:flex;gap:var(--gw-spacer-24)}.affiliate-card__content{display:flex;flex-direction:column;gap:var(--gw-spacer-8)}.affiliate-card__title{margin:0;color:#0b1f33}.affiliate-card__text{color:#0b1f33}.affiliate-card:hover,.affiliate-card:active{text-decoration:none}html.gw-blind-support-theme_inverse .affiliate-card__title,html.gw-blind-support-theme_inverse .affiliate-card__text{color:#fff}.gw-areas-of-activity{display:flex;flex-direction:column;gap:var(--gw-spacer-32)}.gw-areas-of-activity__wrapper{display:grid;grid-template-columns:1fr;gap:var(--gw-spacer-32)}@media(min-width:768px){.gw-areas-of-activity__wrapper{grid-template-columns:repeat(2,1fr)}}@media(min-width:1366px){.gw-areas-of-activity__wrapper{grid-template-columns:repeat(3,1fr)}}.gw-areas-of-activity__header{display:flex;align-items:center;justify-content:space-between}.gw-areas-of-activity__header-title{margin-right:var(--gw-spacer-16);margin-bottom:0}.gw-areas-of-activity__header-link{display:none;font-size:1.125rem;text-wrap:nowrap}@media(min-width:768px){.gw-areas-of-activity__header-link{display:block}}@media(min-width:768px){.gw-areas-of-activity__footer{display:none}}.gw-areas-of-activity__footer-link{font-size:1rem;text-wrap:nowrap}.gw-article-card{display:flex;flex-direction:column;gap:var(--gw-spacer-16);border-radius:12px;padding:var(--gw-spacer-24);box-shadow:0 1px 4px #e3ebfc,0 24px 18px #e6ebf566;background-color:#fff}.gw-article-card__title{color:#0b1f33;font-size:1.125rem;line-height:1.5rem;font-weight:700}.gw-article-card__description{color:#0b1f33}.gw-article-card:hover{box-shadow:0 12px 32px #0b1f332e;text-decoration:none}.gw-article-card:active{box-shadow:none;text-decoration:none;background-color:#e4ecfd}html.gw-blind-support-theme_blue .gw-article-card{background-color:#9dd1ff}html.gw-blind-support-theme_blue .gw-article-card:hover{background-color:#fff}html.gw-blind-support-theme_inverse .gw-article-card{outline:1px solid #FFFFFF;box-shadow:none;background-color:#000}html.gw-blind-support-theme_inverse .gw-article-card__date,html.gw-blind-support-theme_inverse .gw-article-card__title{color:#fff}.gw-banner{display:block;height:100%;cursor:pointer}.gw-banner_border-gray-blue{border:1px solid #91ACE1;border-radius:12px}.gw-banner_centered-image{display:flex;justify-content:center;align-items:center;padding:12px}@media(min-width:768px){.gw-banner_centered-image{padding:22px}}.gw-banner__img{max-width:100%;height:auto}.gw-banner__img_fullwidth{width:100%}.gw-banner-custom{position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;border-radius:12px;padding:18px 16px 24px;height:300px;background:no-repeat}.gw-banner-custom_areas-of-study{background:linear-gradient(90deg,#ffdcfd 40%,#75edff) no-repeat}.gw-banner-custom_areas-of-study .gw-banner-custom__img_book-4{width:140px;left:calc(50% - 70px);top:15px}@media(min-width:768px){.gw-banner-custom_areas-of-study .gw-banner-custom__img_book-4{top:20px;left:75px;max-width:169px;transform:none}}@media(min-width:1140px){.gw-banner-custom_areas-of-study .gw-banner-custom__img_book-4{top:21px;left:15%;max-width:201px;width:182px}}.gw-banner-custom_areas-of-study .gw-banner-custom__img_circle{height:140px;left:0;top:0}@media(min-width:768px){.gw-banner-custom_areas-of-study .gw-banner-custom__img_circle{top:0;right:10px;height:100%}}@media(min-width:1140px){.gw-banner-custom_areas-of-study .gw-banner-custom__img_circle{left:-21%}}.gw-banner-custom_areas-of-study .gw-banner-custom__img_lines{display:none}@media(min-width:1140px){.gw-banner-custom_areas-of-study .gw-banner-custom__img_lines{display:block;height:100%;top:0;left:-20%;transform:translate(50%)}}.gw-banner-custom_info{background:linear-gradient(90deg,#fbff7e,#74e6ff),no-repeat}.gw-banner-custom_info .gw-banner-custom__img_woman-with-phone{top:25px;left:-13px;width:150px;height:156px}@media(min-width:768px){.gw-banner-custom_info .gw-banner-custom__img_woman-with-phone{top:20px;left:0;width:131px;height:136px}}@media(min-width:1366px){.gw-banner-custom_info .gw-banner-custom__img_woman-with-phone{top:8px;left:auto;right:334px;width:153px;height:159px}}.gw-banner-custom_info .gw-banner-custom__img_book-1{top:73px;right:110px;width:72px;height:45px}@media(min-width:768px){.gw-banner-custom_info .gw-banner-custom__img_book-1{top:47px;right:124px}}@media(min-width:1366px){.gw-banner-custom_info .gw-banner-custom__img_book-1{top:15px;right:218px;width:137px;height:85px}}.gw-banner-custom_info .gw-banner-custom__img_book-2{top:104px;right:62px;width:49px;height:31px}@media(min-width:768px){.gw-banner-custom_info .gw-banner-custom__img_book-2{top:76px;right:69px}}@media(min-width:1366px){.gw-banner-custom_info .gw-banner-custom__img_book-2{top:73px;right:126px;width:93px;height:59px}}.gw-banner-custom_info .gw-banner-custom__img_library-building{top:41px;right:-6px;width:121px;height:129px}@media(min-width:768px){.gw-banner-custom_info .gw-banner-custom__img_library-building{top:18px;right:-1px}}@media(min-width:1366px){.gw-banner-custom_info .gw-banner-custom__img_library-building{top:14px;right:-2px;width:137px;height:147px}}.gw-banner-custom_info .gw-banner-custom__img_rounded-hexagon{top:0;right:0;width:138px;height:152px}@media(min-width:768px){.gw-banner-custom_info .gw-banner-custom__img_rounded-hexagon{top:-24px;right:29px}}@media(min-width:1366px){.gw-banner-custom_info .gw-banner-custom__img_rounded-hexagon{top:-20px;right:53px}}.gw-banner-custom_schedule{background:linear-gradient(90deg,#b2f1ff 23.5%,#50b3ff) no-repeat}.gw-banner-custom_schedule .gw-banner-custom__img_cloud{max-width:57px}@media(min-width:1366px){.gw-banner-custom_schedule .gw-banner-custom__img_cloud{max-width:65px}}.gw-banner-custom_schedule .gw-banner-custom__img_cloud-left{top:22px;left:0}@media(max-width:1365.98px){.gw-banner-custom_schedule .gw-banner-custom__img_cloud-left{max-width:40px}}@media(min-width:768px){.gw-banner-custom_schedule .gw-banner-custom__img_cloud-left{top:28px;left:3px}}@media(min-width:1366px){.gw-banner-custom_schedule .gw-banner-custom__img_cloud-left{top:52px;left:60px}}.gw-banner-custom_schedule .gw-banner-custom__img_ship{top:12px;left:0;max-width:253px}@media(min-width:768px){.gw-banner-custom_schedule .gw-banner-custom__img_ship{top:17px;left:3px}}@media(min-width:1366px){.gw-banner-custom_schedule .gw-banner-custom__img_ship{top:10px;left:101px;max-width:290px}}.gw-banner-custom_schedule .gw-banner-custom__img_cloud-center{top:8px;right:45px}@media(min-width:768px){.gw-banner-custom_schedule .gw-banner-custom__img_cloud-center{top:14px;right:69px}}@media(min-width:1366px){.gw-banner-custom_schedule .gw-banner-custom__img_cloud-center{top:19px;right:223px}}.gw-banner-custom_schedule .gw-banner-custom__img_book-3{top:9px;right:-15px;max-width:105px}@media(min-width:768px){.gw-banner-custom_schedule .gw-banner-custom__img_book-3{top:15px;right:7px}}@media(min-width:1366px){.gw-banner-custom_schedule .gw-banner-custom__img_book-3{top:-1px;right:102px;max-width:163px}}.gw-banner-custom_schedule .gw-banner-custom__img_cloud-right{display:none}@media(min-width:1366px){.gw-banner-custom_schedule .gw-banner-custom__img_cloud-right{display:block;top:13px;right:-32px;max-width:135px}}.gw-banner-custom_tickets{background:linear-gradient(5.51deg,#dbffe6 41.08%,#75e6ff 95.8%) no-repeat;position:relative}@media(min-width:768px){.gw-banner-custom_tickets{background:linear-gradient(90deg,#dbffe6 40%,#75edff) no-repeat}}.gw-banner-custom_tickets .gw-banner-custom__img_boy-with-mask{display:none}@media(min-width:1366px){.gw-banner-custom_tickets .gw-banner-custom__img_boy-with-mask{display:block;width:204px;height:auto;top:-10px;right:400px}}.gw-banner-custom_tickets .gw-banner-custom__img_auditorium{width:217px;height:auto;top:-55px;left:50%;transform:translate(-50%)}@media(min-width:768px){.gw-banner-custom_tickets .gw-banner-custom__img_auditorium{width:191px;top:-47px;left:unset;right:92px;transform:unset}}@media(min-width:1366px){.gw-banner-custom_tickets .gw-banner-custom__img_auditorium{width:211px;top:-16px;right:162px}}.gw-banner-custom_tickets .gw-banner-custom__img_ticket{width:161px;height:auto;top:23px;right:-27px}@media(min-width:768px){.gw-banner-custom_tickets .gw-banner-custom__img_ticket{width:191px;top:12px;right:-52px}}@media(min-width:1366px){.gw-banner-custom_tickets .gw-banner-custom__img_ticket{width:253px;top:12px;right:-45px}}.gw-banner-custom:hover,.gw-banner-custom:active{text-decoration:none;color:unset}@media(min-width:768px){.gw-banner-custom{position:static;flex-direction:row-reverse;justify-content:space-between;gap:12px;padding:0;height:168px}}@media(min-width:1366px){.gw-banner-custom{height:180px}}.gw-banner-custom__image{flex-grow:1;height:100%}@media(min-width:768px){.gw-banner-custom__image{position:relative;display:flex;justify-content:center;align-items:center;margin-left:auto;max-width:368px;height:100%;text-align:center}}@media(min-width:1366px){.gw-banner-custom__image{max-width:unset;min-width:450px}}.gw-banner-custom__img{position:absolute;width:100%;height:auto}.gw-banner-custom__content{position:relative;z-index:1}@media(min-width:768px){.gw-banner-custom__content{--padding-left: 32px;padding:24px 0 24px var(--padding-left);width:100%;max-width:calc(280px + var(--padding-left))}}@media(min-width:1366px){.gw-banner-custom__content{--padding-left: 64px;padding:42px 0 42px var(--padding-left);min-width:calc(350px + var(--padding-left));max-width:calc(520px + var(--padding-left))}}.gw-banner-custom__title,.gw-banner-custom__text{text-align:center;color:#0b1f33}@media(min-width:768px){.gw-banner-custom__title,.gw-banner-custom__text{text-align:left}}.gw-banner-custom__title{margin-bottom:var(--gw-spacer-8);font-size:1.25rem;line-height:1.75rem}@media(min-width:768px){.gw-banner-custom__title{font-size:1.5rem;line-height:2rem}}@media(min-width:1366px){.gw-banner-custom__title{font-size:2rem;line-height:2.5rem}}.gw-banner-custom__text{margin-bottom:0;font-size:.875rem;line-height:1.25rem}@media(min-width:768px){.gw-banner-custom__text{font-size:.875rem;line-height:1.25rem}}@media(min-width:1366px){.gw-banner-custom__text{font-size:1rem;line-height:1.5rem}}@media(min-width:1366px){.gw-banner-custom__text br{display:none}}.gw-banner-complex{position:relative;display:flex;flex-direction:column;border-radius:12px;width:100%;max-height:300px;padding:0 var(--gw-spacer-16) 24px;text-decoration:none;color:inherit}.gw-banner-complex:hover,.gw-banner-complex:active{text-decoration:none;color:inherit}.gw-banner-complex_light_pink_pink{background:linear-gradient(0deg,#ffdcfd 40%,#ff99fa)}@media(min-width:768px){.gw-banner-complex_light_pink_pink{background:linear-gradient(90deg,#ffdcfd 40%,#ff99fa)}}.gw-banner-complex_light_pink_violet{background:linear-gradient(0deg,#ffdcfd 40%,#c1a2ff)}@media(min-width:768px){.gw-banner-complex_light_pink_violet{background:linear-gradient(90deg,#ffdcfd 40%,#c1a2ff)}}.gw-banner-complex_light_pink_cyan{background:linear-gradient(0deg,#ffdcfd 40%,#75edff)}@media(min-width:768px){.gw-banner-complex_light_pink_cyan{background:linear-gradient(90deg,#ffdcfd 40%,#75edff)}}.gw-banner-complex_light_pink_green{background:linear-gradient(0deg,#ffdcfd 40%,#80f499)}@media(min-width:768px){.gw-banner-complex_light_pink_green{background:linear-gradient(90deg,#ffdcfd 40%,#80f499)}}.gw-banner-complex_light_pink_yellow{background:linear-gradient(0deg,#ffdcfd 40%,#fcf392)}@media(min-width:768px){.gw-banner-complex_light_pink_yellow{background:linear-gradient(90deg,#ffdcfd 40%,#fcf392)}}.gw-banner-complex_light_yellow_orange{background:linear-gradient(0deg,#fff8b8 40%,#ffc678)}@media(min-width:768px){.gw-banner-complex_light_yellow_orange{background:linear-gradient(90deg,#fff8b8 40%,#ffc678)}}.gw-banner-complex_pale_yellow_pink{background:linear-gradient(0deg,#fbffd4 40%,#ff99fa)}@media(min-width:768px){.gw-banner-complex_pale_yellow_pink{background:linear-gradient(90deg,#fbffd4 40%,#ff99fa)}}.gw-banner-complex_pale_yellow_violet{background:linear-gradient(0deg,#fbffd4 40%,#c1a2ff)}@media(min-width:768px){.gw-banner-complex_pale_yellow_violet{background:linear-gradient(90deg,#fbffd4 40%,#c1a2ff)}}.gw-banner-complex_pale_yellow_cyan{background:linear-gradient(0deg,#fbffd4 40%,#75edff)}@media(min-width:768px){.gw-banner-complex_pale_yellow_cyan{background:linear-gradient(90deg,#fbffd4 40%,#75edff)}}.gw-banner-complex_pale_yellow_green{background:linear-gradient(0deg,#fbffd4 40%,#80f499)}@media(min-width:768px){.gw-banner-complex_pale_yellow_green{background:linear-gradient(90deg,#fbffd4 40%,#80f499)}}.gw-banner-complex_light_green_pink{background:linear-gradient(0deg,#dbffe6 40%,#ff99fa)}@media(min-width:768px){.gw-banner-complex_light_green_pink{background:linear-gradient(90deg,#dbffe6 40%,#ff99fa)}}.gw-banner-complex_light_green_violet{background:linear-gradient(0deg,#dbffe6 40%,#c1a2ff)}@media(min-width:768px){.gw-banner-complex_light_green_violet{background:linear-gradient(90deg,#dbffe6 40%,#c1a2ff)}}.gw-banner-complex_light_green_cyan{background:linear-gradient(0deg,#dbffe6 40%,#75edff)}@media(min-width:768px){.gw-banner-complex_light_green_cyan{background:linear-gradient(90deg,#dbffe6 40%,#75edff)}}.gw-banner-complex_light_green_green{background:linear-gradient(0deg,#d0ffde 40%,#80f499)}@media(min-width:768px){.gw-banner-complex_light_green_green{background:linear-gradient(90deg,#d0ffde 40%,#80f499)}}.gw-banner-complex_pale_green_yellow{background:linear-gradient(0deg,#cfffde 40%,#fcf392)}@media(min-width:768px){.gw-banner-complex_pale_green_yellow{background:linear-gradient(90deg,#cfffde 40%,#fcf392)}}.gw-banner-complex_light_blue_pink{background:linear-gradient(0deg,#cbebff 40%,#ff99fa)}@media(min-width:768px){.gw-banner-complex_light_blue_pink{background:linear-gradient(90deg,#cbebff 40%,#ff99fa)}}.gw-banner-complex_light_blue_violet{background:linear-gradient(0deg,#cbebff 40%,#c1a2ff)}@media(min-width:768px){.gw-banner-complex_light_blue_violet{background:linear-gradient(90deg,#cbebff 40%,#c1a2ff)}}.gw-banner-complex_light_cyan_cyan{background:linear-gradient(0deg,#cdf9ff 40%,#75edff)}@media(min-width:768px){.gw-banner-complex_light_cyan_cyan{background:linear-gradient(90deg,#cdf9ff 40%,#75edff)}}.gw-banner-complex_light_cyan_green{background:linear-gradient(0deg,#cdf9ff 40%,#80f499)}@media(min-width:768px){.gw-banner-complex_light_cyan_green{background:linear-gradient(90deg,#cdf9ff 40%,#80f499)}}.gw-banner-complex_light_cyan_yellow{background:linear-gradient(0deg,#cdf9ff 40%,#fcf392)}@media(min-width:768px){.gw-banner-complex_light_cyan_yellow{background:linear-gradient(90deg,#cdf9ff 40%,#fcf392)}}.gw-banner-complex_lavender_pink{background:linear-gradient(0deg,#e7dcff 40%,#ff99fa)}@media(min-width:768px){.gw-banner-complex_lavender_pink{background:linear-gradient(90deg,#e7dcff 40%,#ff99fa)}}.gw-banner-complex_lavender_green{background:linear-gradient(0deg,#e7dcff 40%,#80f499)}@media(min-width:768px){.gw-banner-complex_lavender_green{background:linear-gradient(90deg,#e7dcff 40%,#80f499)}}.gw-banner-complex_lavender_yellow{background:linear-gradient(0deg,#e7dcff 40%,#fcf392)}@media(min-width:768px){.gw-banner-complex_lavender_yellow{background:linear-gradient(90deg,#e7dcff 40%,#fcf392)}}.gw-banner-complex_lavender_light_violet{background:linear-gradient(0deg,#e7dcff 40%,#c1a2ff)}@media(min-width:768px){.gw-banner-complex_lavender_light_violet{background:linear-gradient(90deg,#e7dcff 40%,#c1a2ff)}}.gw-banner-complex_lavender_light_cyan{background:linear-gradient(0deg,#e7dcff 40%,#75edff)}@media(min-width:768px){.gw-banner-complex_lavender_light_cyan{background:linear-gradient(90deg,#e7dcff 40%,#75edff)}}@media(min-width:768px){.gw-banner-complex{flex-direction:row-reverse;align-items:stretch;justify-content:space-between;height:100%;max-height:168px;padding:0}}@media(min-width:1366px){.gw-banner-complex{max-height:180px}}.gw-banner-complex__image-main{margin:0 0 12px;text-align:center}@media(min-width:768px){.gw-banner-complex__image-main{flex:1 0 auto;margin:0 32px 0 0}}@media(min-width:1366px){.gw-banner-complex__image-main{margin:0}}.gw-banner-complex__img-main{width:100%;height:100%;max-height:140px;object-fit:contain}@media(min-width:768px){.gw-banner-complex__img-main{max-width:260px;max-height:100%;object-fit:cover}}@media(min-width:1366px){.gw-banner-complex__img-main{max-width:280px}}.gw-banner-complex__decor{display:none}@media(min-width:1366px){.gw-banner-complex__decor{display:block;max-width:100%;max-height:100%}}.gw-banner-complex__content{display:flex;flex-direction:column;gap:var(--gw-spacer-8)}@media(min-width:768px){.gw-banner-complex__content{justify-content:center;flex:0 1 50%;margin:0 32px 0 0;padding:18px 0 18px 32px}}@media(min-width:1366px){.gw-banner-complex__content{flex:1 1 50%;margin:0 48px 0 0;padding:42px 0 42px 64px}}.gw-banner-complex__title,.gw-banner-complex__description{overflow:hidden;margin:0;max-height:calc(var(--lines-limit) * var(--line-height));text-align:center}@media(min-width:768px){.gw-banner-complex__title,.gw-banner-complex__description{text-align:left}}.gw-banner-complex__title{--lines-limit: 2;--line-height: 1.75rem;font-size:1.25rem;line-height:var(--line-height);-webkit-line-clamp:var(--lines-limit)}@media(min-width:768px){.gw-banner-complex__title{--line-height: 2rem;font-size:1.5rem}}@media(min-width:1366px){.gw-banner-complex__title{--line-height: 2.5rem;font-size:2rem}}.gw-banner-complex__description{--lines-limit: 3;--line-height: 1.25rem;font-size:.875rem;line-height:var(--line-height);-webkit-line-clamp:var(--lines-limit)}@media(min-width:1366px){.gw-banner-complex__description{--line-height: 1.5rem;font-size:1rem}}.gw-banners{--gw-banner-left-max-height: 400px;--gw-banner-right-max-height: 336px}@media(min-width:768px){.gw-banners{--gw-banner-left-max-height: 332px;--gw-banner-right-max-height: 176px}}@media(min-width:1366px){.gw-banners{--gw-banner-left-max-height: 500px;--gw-banner-right-max-height: 256px;--gw-banner-small-max-height: 256px}}.gw-banners__top-left{min-height:var(--gw-banner-left-max-height);max-height:var(--gw-banner-left-max-height)}.gw-banners__top-right{min-height:var(--gw-banner-right-max-height);max-height:var(--gw-banner-right-max-height)}@media(min-width:1366px){.gw-banners__top-right,.gw-banners__top-left{min-height:auto;max-height:var(--gw-banner-left-max-height)}.gw-banners__small{max-height:var(--gw-banner-small-max-height)}}.gw-banners-main{display:grid;grid-template-columns:100%;grid-template-rows:auto;grid-gap:var(--gw-spacer-32)}@media(min-width:1366px){.gw-banners-main{grid-template-columns:repeat(2,1fr)}}.gw-banners-main__link{display:block;cursor:pointer}.gw-banners-main__img{display:block;overflow:hidden;width:100%}.gw-blind-support-modal .gw-modal__content{gap:0;padding:16px;position:relative}@media(min-width:768px){.gw-blind-support-modal .gw-modal__content{max-width:402px;width:100%}}.gw-blind-support-modal .gw-modal__header{border-bottom:none;padding-bottom:0;position:absolute;right:22px;top:20px;z-index:100}.gw-blind-support-modal .gw-modal__title{font-size:16px;line-height:24px!important;letter-spacing:normal}.gw-blind-support{display:flex;flex-direction:column;gap:16px}.gw-blind-support__block-title{font-size:16px;line-height:24px!important;letter-spacing:normal;margin-bottom:4px;color:#0b1f33}.gw-blind-support__block-buttons{display:flex;flex-wrap:wrap;gap:8px}@media(min-width:768px){.gw-blind-support__block-buttons{display:grid;grid-template-columns:repeat(3,min-content)}}.gw-blind-support__button{font-size:16px;line-height:24px!important;padding:4px 14px;height:52px;word-break:normal}.gw-blind-support__button.gw-button_outline{color:#0b1f33}.gw-blind-support__button.gw-button_outline:hover{color:#216cff}.gw-blind-support__button.gw-button_outline:active{color:#053b75;border-color:#053b75}.gw-blind-support__button_theme-blue{background-color:#9dd1ff;border-color:#9dd1ff}.gw-blind-support__button_theme-blue.gw-button_outline:hover{color:#216cff;background-color:#9dd1ff;border-color:#216cff}.gw-blind-support__button_theme-blue.gw-button_outline:focus,.gw-blind-support__button_theme-blue.gw-button_outline:active{color:#0b1f33;background-color:#9dd1ff;border-color:#9dd1ff}.gw-blind-support__button_theme-inverse{background-color:#000;color:#fff;border-color:#000}.gw-blind-support__button_theme-inverse:hover{background-color:#000;border-color:#000;color:#fff}.gw-blind-support__button_theme-inverse.gw-button_outline,.gw-blind-support__button_theme-inverse.gw-button_outline:hover{color:#fff}.gw-blind-support__button_theme-inverse.gw-button_outline:active{color:#fff;border-color:#fff}.gw-blind-support__button-font{width:52px;height:52px}.gw-blind-support__button-font_normal{font-size:24px;line-height:36px}.gw-blind-support__button-font_large{font-size:32px;line-height:48px}.gw-blind-support__button-spacing{width:52px;height:52px}.gw-blind-support__button-spacing_normal{letter-spacing:4px;padding:0 0 0 4px}.gw-blind-support__button-spacing_large{letter-spacing:8px;padding:0 0 0 8px}.gw-blind-support__button-line-height{max-width:150px;height:72px}.gw-blind-support__button-line-height_base{line-height:24px!important}.gw-blind-support__button-line-height_normal{line-height:28px!important}.gw-blind-support__button-line-height_large{line-height:32px!important}html.gw-blind-support-font-size_base{font-size:16px}html.gw-blind-support-font-size_normal{font-size:24px}html.gw-blind-support-font-size_large{font-size:32px}html.gw-blind-support-line-height_normal *{line-height:1.75}html.gw-blind-support-line-height_large *{line-height:2}html.gw-blind-support-letter-spacing_normal{letter-spacing:4px}html.gw-blind-support-letter-spacing_large{letter-spacing:8px}html.gw-blind-support-theme_blue .gw-blind-support-modal .gw-modal__header{border-bottom:none;padding-bottom:0}html.gw-blind-support-theme_blue .gw-blind-support__button_theme-base{color:#fff;background-color:#0d4cd3;border-color:#0d4cd3}html.gw-blind-support-theme_blue .gw-blind-support__button_theme-base:hover,html.gw-blind-support-theme_blue .gw-blind-support__button_theme-base:focus{color:#fff;background-color:#0d4cd3;border-color:#0d4cd3}html.gw-blind-support-theme_blue .gw-blind-support__button_theme-blue{border:3px solid #0D4CD3;color:#0d4cd3}html.gw-blind-support-theme_blue .gw-blind-support__button_theme-blue.gw-button:hover,html.gw-blind-support-theme_blue .gw-blind-support__button_theme-blue.gw-button:focus,html.gw-blind-support-theme_blue .gw-blind-support__button_theme-blue.gw-button:active{color:#216cff;background-color:#9dd1ff;border-color:#216cff}html.gw-blind-support-theme_inverse .gw-blind-support-modal .gw-modal__header{border-bottom:none;padding-bottom:0}html.gw-blind-support-theme_inverse .gw-blind-support__block-title{color:#fff}html.gw-blind-support-theme_inverse .gw-blind-support__button_theme-base{color:#fff;background-color:#0d4cd3;border-color:#0d4cd3}html.gw-blind-support-theme_inverse .gw-blind-support__button_theme-base:hover,html.gw-blind-support-theme_inverse .gw-blind-support__button_theme-base:focus{color:#fff;background-color:#0d4cd3;border-color:#0d4cd3}html.gw-blind-support-theme_inverse .gw-blind-support__button_theme-blue{color:#000;background-color:#9dd1ff;border-color:#9dd1ff}html.gw-blind-support-theme_inverse .gw-blind-support__button_theme-blue:hover,html.gw-blind-support-theme_inverse .gw-blind-support__button_theme-blue:focus{color:#000;background-color:#9dd1ff;border-color:#9dd1ff}.gw-branches{--sidebar-min-width: 220px}.gw-branches__wrapper,.gw-branches__main,.gw-branches__sidebar{display:grid;gap:var(--gw-spacer-24)}@media(min-width:768px){.gw-branches__wrapper{grid-template-columns:1fr auto}}@media(min-width:768px){.gw-branches__sidebar{display:grid;gap:var(--gw-spacer-24);align-content:baseline;min-width:var(--sidebar-min-width)}}.gw-caption-block{display:flex;flex-direction:column;margin-top:-16px;margin-bottom:var(--gw-spacer-32);gap:var(--gw-spacer-16)}@media(min-width:768px){.gw-caption-block{margin-top:-24px}}.gw-caption-block__wrapper{display:flex;flex-direction:column;gap:8px;flex-wrap:wrap;margin-top:var(--gw-spacer-8);color:#66727f;font-size:.875rem;line-height:1.25rem}@media(min-width:768px){.gw-caption-block__wrapper{flex-direction:initial;gap:16px}}.gw-caption-block>*:is(.gw-caption-block__tags:first-child){margin-top:var(--gw-spacer-8)}.gw-caption-block__tags{display:flex;flex-wrap:wrap;gap:8px}html.gw-blind-support-theme_inverse .gw-caption-block__wrapper{color:#fff}.gw-card{display:grid;grid-gap:var(--gw-spacer-24);min-width:0;word-wrap:break-word;background-clip:border-box;border:0;height:auto;color:#0b1f33;text-decoration:none}.gw-card:hover,.gw-card:active{color:#0b1f33;text-decoration:none}@media(min-width:768px){.gw-card{grid-template-columns:minmax(256px,1fr) 1.5fr}}@media(min-width:1366px){.gw-card{display:grid;grid-template-columns:1fr}}.gw-card_image-visible .gw-card__img{display:block}.gw-card__img{display:none;border-radius:8px;aspect-ratio:16/9;flex-shrink:0}@media(min-width:768px){.gw-card__img{display:block;overflow:hidden}}@media(min-width:1366px){.gw-card__img{max-height:188px}}.gw-card__content{display:flex;flex-direction:column}.gw-card__subtitle{font-size:.875rem;line-height:1.25rem;color:#66727f;margin-bottom:16px}.gw-card__title{font-size:1.125rem;font-weight:700;line-height:1.5rem}.gw-card:has(.gw-card__description) .gw-card__title{margin-bottom:var(--gw-spacer-8)}.gw-card__description{flex-grow:1;font-size:1rem;line-height:1.5rem}.gw-card__footer{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}@media(min-width:768px){.gw-card_small{display:grid;grid-template-columns:1fr;grid-template-rows:auto 1fr}}.gw-card_small .gw-card__img{display:block}@media(min-width:1366px){.gw-card:has(.gw-card__footer){height:100%;display:flex;flex-direction:column}.gw-card:has(.gw-card__footer) .gw-card__img{height:100%;aspect-ratio:unset}.gw-card:has(.gw-card__footer) .gw-card__content{height:100%}.gw-card:has(.gw-card__footer) .gw-card__content>:nth-last-child(2){margin-bottom:var(--gw-spacer-16)}.gw-card:has(.gw-card__footer) .gw-card__footer{margin-top:auto}.gw-card_image-big .gw-card__img{height:188px;overflow:inherit}}html.gw-blind-support-theme_inverse .gw-card,html.gw-blind-support-theme_inverse .gw-card:hover,html.gw-blind-support-theme_inverse .gw-card:active,html.gw-blind-support-theme_inverse .gw-card__subtitle{color:#fff}.gw-card-with-description{--card-image-width: 280px;--card-image-width-small: 256px;display:grid;grid-template-columns:1fr;grid-template-areas:"content" "description";column-gap:var(--gw-spacer-32);row-gap:24px}.gw-card-with-description:has(.gw-card-with-description__link){grid-template-areas:"content" "description" "link"}@media(min-width:768px){.gw-card-with-description{grid-template-columns:minmax(min-content,280px) 1fr;grid-template-areas:"content description";row-gap:16px}.gw-card-with-description:has(.gw-card-with-description__link){grid-template-areas:"content description" "link description";grid-template-rows:min-content 1fr}}.gw-card-with-description__content{grid-area:content}.gw-card-with-description__text{grid-area:description}.gw-card-with-description__link{grid-area:link;align-self:flex-start}.gw-card-with-description__img-wrapper{display:block;overflow:hidden;border-radius:12px;aspect-ratio:3/4;background-color:#edf2fe;flex-shrink:0;width:100%;max-width:var(--card-image-width-small)}@media(min-width:768px){.gw-card-with-description__img-wrapper{max-width:var(--card-image-width);flex-shrink:1}}.gw-card-with-description__img{width:100%;height:auto;object-fit:cover}.gw-card-with-description__name{font-size:1.125rem;line-height:1.5rem;font-weight:700}.gw-card-with-description__name:hover,.gw-card-with-description__name:active,.gw-card-with-description__name:focus{text-decoration:none}.gw-card-with-description__subtitle{color:#66727f}.gw-card-with-description__link{font-size:1rem;line-height:1.5rem;text-align:center;padding:12px 20px;cursor:pointer;border-radius:8px;border:2px solid #0D4CD3;text-decoration:none;background-color:#fff;color:#0d4cd3;fill:#0d4cd3}@media(min-width:768px){.gw-card-with-description__link{padding:12px 22px}}.gw-card-with-description__link:hover{color:#216cff;background-color:#fff;fill:#216cff;border-color:#216cff;text-decoration:none}.gw-card-with-description__link:active,.gw-card-with-description__link:focus{background-color:#fff;color:#0b40b3;fill:#0b40b3;border-color:#0b40b3;text-decoration:none}@media(max-width:767.98px){.gw-card-with-description{row-gap:16px}.gw-card-with-description__text{order:1}}html.gw-blind-support-theme_inverse .gw-card-with-description__img-wrapper{background-color:#fff}html.gw-blind-support-theme_inverse .gw-card-with-description__subtitle{color:#fff}html.gw-blind-support-theme_inverse .gw-card-with-description__link{background-color:#000;color:#fff;fill:#fff;border-color:#fff}html.gw-blind-support-theme_inverse .gw-card-with-description__link:hover{background-color:#000;color:#fff;fill:#fff;border-color:#fff;text-decoration:none}html.gw-blind-support-theme_inverse .gw-card-with-description__link:active,html.gw-blind-support-theme_inverse .gw-card-with-description__link:focus{background-color:#000;color:#fff;fill:#fff;border-color:#fff;text-decoration:none}.gw-grant-card{--info-width: 264px;position:relative}@media(max-width:1139.98px){.gw-grant-card{--info-width: 100%}}.gw-grant-card__link{position:absolute;top:0;right:0;bottom:0;left:0}.gw-grant-card__wrapper{display:grid;gap:var(--gw-spacer-24);grid-template-columns:1/1}@media(max-width:1139.98px){.gw-grant-card__wrapper{grid-template-columns:1/3}}@media(max-width:767.98px){.gw-grant-card__wrapper{grid-template-columns:1fr}}.gw-grant-card__wrapper_icon{grid-template-columns:48px 1fr auto}@media(max-width:1139.98px){.gw-grant-card__wrapper_icon{grid-template-columns:48px 1fr}}@media(max-width:767.98px){.gw-grant-card__wrapper_icon{grid-template-columns:1fr}}@media(max-width:767.98px){.gw-grant-card__icon{display:none}}.gw-grant-card__title{font-size:1.125rem;line-height:1.5rem;font-weight:700;color:#0d4cd3}.gw-grant-card__subtitle{margin-top:var(--gw-spacer-4);font-size:1rem;line-height:1.5rem;color:#66727f}.gw-grant-card__subtitle span{color:#0b1f33}.gw-grant-card__text{margin-top:var(--gw-spacer-16)}.gw-grant-card__info{display:flex;flex-direction:column;align-items:flex-start;gap:var(--gw-spacer-16);padding-left:var(--gw-spacer-24);border-left:1px solid #D2DFFB;width:100%;min-width:var(--info-width)}@media(max-width:1139.98px){.gw-grant-card__info{display:flex;flex-direction:row;justify-content:space-between;grid-column:1/3;padding-left:0;padding-top:var(--gw-spacer-24);border-left:none;border-top:1px solid #D2DFFB}}@media(max-width:767.98px){.gw-grant-card__info{flex-direction:column;margin-top:0}}.gw-grant-card__status{display:flex;flex-direction:column;align-items:flex-start;gap:var(--gw-spacer-8)}.gw-grant-card__status .gw-tag{cursor:default}.gw-grant-card__date{font-size:1rem;line-height:1.5rem;color:#0b1f33}.gw-grant-card__date span{color:#66727f}.gw-grant-card__website{display:flex;align-items:center;justify-content:space-between;gap:var(--gw-spacer-8);margin-top:auto;font-size:1rem;line-height:1.5rem;background-color:#edf2fe;border-radius:8px;padding:16px;text-decoration:none;z-index:0}@media(max-width:1139.98px){.gw-grant-card__website{margin-top:0}}@media(max-width:767.98px){.gw-grant-card__website{width:100%}}.gw-grant-card__website:hover{background-color:#e4ecfd;text-decoration:none}.gw-grant-card_vertical .gw-grant-card__wrapper{grid-template-columns:1fr}.gw-grant-card_vertical .gw-grant-card__wrapper_icon{grid-template-columns:48px 1fr}@media(max-width:767.98px){.gw-grant-card_vertical .gw-grant-card__wrapper_icon{grid-template-columns:1fr}}.gw-grant-card_vertical .gw-grant-card__info{display:flex;flex-direction:row;justify-content:space-between;grid-column:1/3;padding-left:0;padding-top:var(--gw-spacer-24);border-left:none;border-top:1px solid #D2DFFB}@media(max-width:767.98px){.gw-grant-card_vertical .gw-grant-card__info{flex-direction:column}}html.gw-blind-support-theme_blue .gw-product-card{background-color:#9dd1ff}html.gw-blind-support-theme_blue .gw-product-card:hover{background-color:#fff}html.gw-blind-support-theme_inverse .gw-product-card{outline:1px solid #FFFFFF;box-shadow:none;background-color:#000}html.gw-blind-support-theme_inverse .gw-product-card__subtitle,html.gw-blind-support-theme_inverse .gw-product-card__title{color:#fff}.gw-choose-date{position:relative}.gw-choose-date__container{position:relative;display:flex;align-items:center;justify-content:center;border-radius:12px;padding:16px;background-color:#edf2fe}.gw-choose-date__content{display:flex;flex-direction:column}.gw-choose-date__controls{display:inline-flex;align-items:center;column-gap:30px}@media(min-width:768px){.gw-choose-date__controls{column-gap:16px}}.gw-choose-date__interval{position:relative;font-size:1.125rem;line-height:1.5rem;color:#0d4cd3}.gw-choose-date__interval:hover{color:#216cff}.gw-choose-date__interval:active{color:#0b1f33}.gw-choose-date__input{position:absolute;top:0;left:0;z-index:1;border:unset;padding:0;width:100%;height:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:0;background-color:transparent;cursor:pointer}.gw-choose-date__week{font-size:.875rem;line-height:1.25rem;color:#66727f;text-align:center}.gw-choose-date__full-date{display:flex;flex-wrap:wrap;font-weight:700}.gw-choose-date__full-date span{display:flex;flex-wrap:wrap;font-size:1.125rem;line-height:1.5rem}.gw-choose-date__number:after{content:" "}.gw-choose-date__year:not(:empty){margin-left:4px}.gw-choose-date__dash{display:inline-flex;padding-left:4px;padding-right:4px}.gw-choose-date__container:has(.gw-choose-date__datepicker .air-datepicker){z-index:11}.gw-choose-date__container:has(.gw-choose-date__datepicker .air-datepicker)+.gw-choose-date__overlay{display:block}.gw-choose-date__overlay{position:fixed;top:var(--gw-offset-top, 0);left:0;z-index:10;display:none;width:100vw;height:100vh;background-color:#0b1f3380}.gw-choose-date-calendar.air-datepicker{min-width:270px}.gw-choose-date-calendar.air-datepicker.-from-bottom-{top:58px!important}.gw-choose-date-calendar.air-datepicker .air-datepicker-body--cells.-days-{grid-template-columns:repeat(7,34px);grid-template-rows:28px;grid-row-gap:4px}.gw-choose-date-calendar.air-datepicker .air-datepicker-body--day-names{grid-template-columns:repeat(7,34px)}.gw-choose-date-calendar .air-datepicker-cell{border-radius:8px}.gw-choose-date-calendar .air-datepicker-cell.-month-,.gw-choose-date-calendar .air-datepicker-cell.-year-{height:100%;color:#216cff}.gw-choose-date-calendar .air-datepicker-cell.-month-.-current-,.gw-choose-date-calendar .air-datepicker-cell.-month-:not(.-range-from-),.gw-choose-date-calendar .air-datepicker-cell.-year-.-current-,.gw-choose-date-calendar .air-datepicker-cell.-year-:not(.-range-from-){color:#66727f}.gw-choose-date-calendar .air-datepicker-cell.-month-.-range-from-,.gw-choose-date-calendar .air-datepicker-cell.-month-.-range-to-,.gw-choose-date-calendar .air-datepicker-cell.-month-.-in-range-,.gw-choose-date-calendar .air-datepicker-cell.-year-.-range-from-,.gw-choose-date-calendar .air-datepicker-cell.-year-.-range-to-,.gw-choose-date-calendar .air-datepicker-cell.-year-.-in-range-{color:#fff}.gw-choose-date-calendar .air-datepicker-cell.-month-:not(.-focus-,.-range-from-,.-range-to-),.gw-choose-date-calendar .air-datepicker-cell.-year-:not(.-focus-,.-range-from-,.-range-to-){background-color:transparent}.gw-choose-date-calendar .air-datepicker-cell.-month-.-in-range-,.gw-choose-date-calendar .air-datepicker-cell.-year-.-in-range-{color:#fff}.gw-choose-date-calendar .air-datepicker-cell.-month-.-range-from-.-range-to-,.gw-choose-date-calendar .air-datepicker-cell.-year-.-range-from-.-range-to-{border-radius:8px;color:#fff;background-color:#216cff}.gw-choose-date-calendar .air-datepicker-cell.-focus-{background-color:#d2dffb}.gw-choose-date-calendar .air-datepicker-cell.-current-{font-weight:700;color:#216cff}.gw-choose-date-calendar .air-datepicker-cell.-current-.-in-range-,.gw-choose-date-calendar .air-datepicker-cell.-day-.-current-.-range-from-,.gw-choose-date-calendar .air-datepicker-cell.-day-.-current-.-range-to-,.gw-choose-date-calendar .air-datepicker-cell.-day-.-current-.-in-range-{color:#fff}.gw-choose-date-calendar .air-datepicker-cell.-day-.-other-month-{color:#d1d5df}.gw-choose-date-calendar .air-datepicker-cell.-day-.-other-month-.-focus-:not(.-in-range-,.-range-from-,.-range-to-){color:#0b1f33}.gw-choose-date-calendar .air-datepicker-cell.-selected-,.gw-choose-date-calendar .air-datepicker-cell.-in-range-,.gw-choose-date-calendar .air-datepicker-cell.-selected-.-focus-,.gw-choose-date-calendar .air-datepicker-cell.-selected-.-other-month-,.gw-choose-date-calendar .air-datepicker-cell.-selected-.-other-month-.-focus-,.gw-choose-date-calendar .air-datepicker-cell.-day-.-in-range-.-other-month-,.gw-choose-date-calendar .air-datepicker-cell.-selected-.-other-month-.-range-from-{background-color:#216cff}.gw-choose-date-calendar .air-datepicker-cell.-in-range-{border-radius:0}.gw-choose-date-calendar .air-datepicker-cell.-range-to-{border-radius:0 8px 8px 0}.gw-choose-date-calendar .air-datepicker-cell.-range-from-{border-radius:8px 0 0 8px}.gw-choose-date-calendar .air-datepicker-body--cells.-months-,.gw-choose-date-calendar .air-datepicker-body--cells.-years-{grid-auto-rows:40px;grid-row-gap:16px}.gw-choose-date-calendar:has(.air-datepicker-body.-days-:not(.-hidden-)) .air-datepicker-nav{justify-content:unset;padding-left:24px;padding-right:24px}.gw-choose-date-calendar:has(.air-datepicker-body.-days-:not(.-hidden-)) .air-datepicker-nav--title{order:0;margin-left:-4px;margin-right:auto;padding-left:4px;padding-right:4px}.gw-choose-date-calendar:has(.air-datepicker-body.-days-:not(.-hidden-)) .air-datepicker-nav--action[data-action=prev]{order:1;margin-left:36px}.gw-choose-date-calendar:has(.air-datepicker-body.-days-:not(.-hidden-)) .air-datepicker-nav--action[data-action=next]{order:2;margin-left:8px}.gw-choose-date-calendar .air-datepicker-nav--title,.gw-choose-date-calendar .air-datepicker-nav--title i{font-size:1rem;line-height:1.5rem;color:#0b1f33}.gw-choose-date-calendar .air-datepicker-nav--action:hover{background-color:#edf2fe}.gw-choose-date-calendar .air-datepicker-nav--action:active{background-color:#d2dffb}.gw-choose-date-calendar .air-datepicker-nav--action[data-action=prev]:before,.gw-choose-date-calendar .air-datepicker-nav--action[data-action=next]:before{width:11px}.gw-choose-date-calendar .air-datepicker-nav--action[data-action=next]:before{background-image:url("data:image/svg+xml,%3Csvg id='arrow-right-medium' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%0A%3E%3Cpath d='M10.2107 4.39382C9.70499 3.86873 8.88503 3.86873 8.3793 4.39382C7.87357 4.91892 7.87357 5.77027 8.3793 6.29536L14.7893 12.9508C15.295 13.4759 16.115 13.4759 16.6207 12.9508C17.1264 12.4257 17.1264 11.5743 16.6207 11.0492L10.2107 4.39382Z' fill='%230D4CD3'/%3E%3Cpath d='M8.3795 17.7046C7.87376 18.2297 7.87376 19.0811 8.3795 19.6062C8.88523 20.1313 9.70519 20.1313 10.2109 19.6062L16.6207 12.9508C17.1264 12.4257 17.1264 11.5743 16.6207 11.0492C16.115 10.5241 15.2952 10.5241 14.7895 11.0492L8.3795 17.7046Z' fill='%230D4CD3'/%3E%3C/svg%3E")}.gw-choose-date-calendar .air-datepicker-nav--action[data-action=next]:hover:before{background-image:url("data:image/svg+xml,%3Csvg id='arrow-right-medium' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%0A%3E%3Cpath d='M10.2107 4.39382C9.70499 3.86873 8.88503 3.86873 8.3793 4.39382C7.87357 4.91892 7.87357 5.77027 8.3793 6.29536L14.7893 12.9508C15.295 13.4759 16.115 13.4759 16.6207 12.9508C17.1264 12.4257 17.1264 11.5743 16.6207 11.0492L10.2107 4.39382Z' fill='%23216CFF'/%3E%3Cpath d='M8.3795 17.7046C7.87376 18.2297 7.87376 19.0811 8.3795 19.6062C8.88523 20.1313 9.70519 20.1313 10.2109 19.6062L16.6207 12.9508C17.1264 12.4257 17.1264 11.5743 16.6207 11.0492C16.115 10.5241 15.2952 10.5241 14.7895 11.0492L8.3795 17.7046Z' fill='%23216CFF'/%3E%3C/svg%3E")}.gw-choose-date-calendar .air-datepicker-nav--action[data-action=prev]:before{background-image:url("data:image/svg+xml,%3Csvg id='arrow-right-medium' viewBox='0 0 24 24' fill='none' transform='rotate(180)' xmlns='http://www.w3.org/2000/svg'%0A%3E%3Cpath d='M10.2107 4.39382C9.70499 3.86873 8.88503 3.86873 8.3793 4.39382C7.87357 4.91892 7.87357 5.77027 8.3793 6.29536L14.7893 12.9508C15.295 13.4759 16.115 13.4759 16.6207 12.9508C17.1264 12.4257 17.1264 11.5743 16.6207 11.0492L10.2107 4.39382Z' fill='%230D4CD3'/%3E%3Cpath d='M8.3795 17.7046C7.87376 18.2297 7.87376 19.0811 8.3795 19.6062C8.88523 20.1313 9.70519 20.1313 10.2109 19.6062L16.6207 12.9508C17.1264 12.4257 17.1264 11.5743 16.6207 11.0492C16.115 10.5241 15.2952 10.5241 14.7895 11.0492L8.3795 17.7046Z' fill='%230D4CD3'/%3E%3C/svg%3E")}.gw-choose-date-calendar .air-datepicker-nav--action[data-action=prev]:hover:before{background-image:url("data:image/svg+xml,%3Csvg id='arrow-right-medium' viewBox='0 0 24 24' fill='none' transform='rotate(180)' xmlns='http://www.w3.org/2000/svg'%0A%3E%3Cpath d='M10.2107 4.39382C9.70499 3.86873 8.88503 3.86873 8.3793 4.39382C7.87357 4.91892 7.87357 5.77027 8.3793 6.29536L14.7893 12.9508C15.295 13.4759 16.115 13.4759 16.6207 12.9508C17.1264 12.4257 17.1264 11.5743 16.6207 11.0492L10.2107 4.39382Z' fill='%23216CFF'/%3E%3Cpath d='M8.3795 17.7046C7.87376 18.2297 7.87376 19.0811 8.3795 19.6062C8.88523 20.1313 9.70519 20.1313 10.2109 19.6062L16.6207 12.9508C17.1264 12.4257 17.1264 11.5743 16.6207 11.0492C16.115 10.5241 15.2952 10.5241 14.7895 11.0492L8.3795 17.7046Z' fill='%23216CFF'/%3E%3C/svg%3E")}html.gw-blind-support-theme_inverse .gw-choose-date__container{outline:1px solid #FFFFFF;background-color:#000}html.gw-blind-support-theme_inverse .gw-choose-date__full-date,html.gw-blind-support-theme_inverse .gw-choose-date__week{color:#fff}html.gw-blind-support-theme_inverse .gw-choose-date-calendar .air-datepicker-cell.-month-,html.gw-blind-support-theme_inverse .gw-choose-date-calendar .air-datepicker-cell.-year-{color:#000}html.gw-blind-support-theme_inverse .gw-choose-date-calendar .air-datepicker-cell.-month-.-current-,html.gw-blind-support-theme_inverse .gw-choose-date-calendar .air-datepicker-cell.-year-.-current-{color:#000;background-color:#fff}html.gw-blind-support-theme_inverse .gw-choose-date-calendar .air-datepicker-cell.-month-.-current-.-focus-,html.gw-blind-support-theme_inverse .gw-choose-date-calendar .air-datepicker-cell.-year-.-current-.-focus-,html.gw-blind-support-theme_inverse .gw-choose-date-calendar .air-datepicker-cell.-month-.-range-from-,html.gw-blind-support-theme_inverse .gw-choose-date-calendar .air-datepicker-cell.-month-.-range-to,html.gw-blind-support-theme_inverse .gw-choose-date-calendar .air-datepicker-cell.-month-.-range-from-.-current-,html.gw-blind-support-theme_inverse .gw-choose-date-calendar .air-datepicker-cell.-month-.-range-to-.-current-,html.gw-blind-support-theme_inverse .gw-choose-date-calendar .air-datepicker-cell.-year-.-range-from-,html.gw-blind-support-theme_inverse .gw-choose-date-calendar .air-datepicker-cell.-year-.-range-to,html.gw-blind-support-theme_inverse .gw-choose-date-calendar .air-datepicker-cell.-year-.-range-from-.-current-,html.gw-blind-support-theme_inverse .gw-choose-date-calendar .air-datepicker-cell.-year-.-range-to-.-current-{color:#fff;background-color:#000}html.gw-blind-support-theme_inverse .gw-choose-date-calendar .air-datepicker-cell.-month-.-focus-,html.gw-blind-support-theme_inverse .gw-choose-date-calendar .air-datepicker-cell.-year-.-focus-{color:#fff}html.gw-blind-support-theme_inverse .gw-choose-date-calendar .air-datepicker-cell.-day-.-current-{text-decoration:underline}html.gw-blind-support-theme_inverse .gw-choose-date-calendar .air-datepicker-cell.-day-.-other-month-.-in-range-,html.gw-blind-support-theme_inverse .gw-choose-date-calendar .air-datepicker-cell.-day-.-other-month-.-range-from-,html.gw-blind-support-theme_inverse .gw-choose-date-calendar .air-datepicker-cell.-day-.-other-month-.-range-to-{background-color:#000}html.gw-blind-support-theme_inverse .gw-choose-date-calendar .air-datepicker-cell.-day-.-other-month-.-focus-:not(.-in-range-,.-range-from-,.-range-to-){color:#fff}.gw-title__datetime{display:block;color:#66727f;margin-bottom:8px;transform:translateY(-24px)}@media(max-width:767.98px){.gw-title__datetime{margin-bottom:8px;transform:translateY(-16px)}}.gw-competitions{display:flex;flex-direction:column;gap:var(--gw-spacer-32)}.gw-competitions__top{display:grid;grid-template-columns:100%;grid-template-rows:auto;grid-row-gap:var(--gw-spacer-16);grid-column-gap:var(--gw-spacer-24);border-radius:12px;padding:var(--gw-spacer-24);box-shadow:0 1px 4px #e3ebfc,0 6px 16px #e6ebf5cc;background-color:#fff}@media(min-width:768px){.gw-competitions__top{grid-template-columns:1fr 250px}}@media(min-width:1366px){.gw-competitions__top{grid-template-columns:43fr 31fr 250px}}@media(min-width:768px){.gw-competitions__search{grid-column:1/-1;grid-row:1/2}}@media(min-width:1366px){.gw-competitions__search{grid-column:1/2}}@media(min-width:768px){.gw-competitions__dropdown{grid-column:1/2;grid-row:2/3}}@media(min-width:1366px){.gw-competitions__dropdown{grid-column:2/3;grid-row:1/2}}@media(min-width:768px){.gw-competitions__calendar{grid-column:2/3;grid-row:2/3}}@media(min-width:1366px){.gw-competitions__calendar{grid-column:3/4;grid-row:1/2}}@media(min-width:768px){.gw-competitions__tags{grid-column:1/-1;grid-row:3/4}}@media(min-width:1366px){.gw-competitions__tags{grid-row:2/3}}.gw-competitions__body{display:flex;flex-direction:column;gap:var(--gw-spacer-64)}.gw-competitions__list{display:grid;grid-template-columns:100%;grid-template-rows:auto;grid-gap:var(--gw-spacer-32)}@media(min-width:1366px){.gw-competitions__list{grid-template-columns:repeat(3,1fr)}}.gw-competitions__link{height:100%}.gw-competitions__button-wrapper{display:flex;justify-content:center}.gw-competitions__button{width:100%}@media(min-width:768px){.gw-competitions__button{width:auto}}.gw-competitions-alert{margin-top:var(--gw-spacer-32)}html.gw-blind-support-theme_blue .gw-competitions__top{box-shadow:none;background-color:#9dd1ff}html.gw-blind-support-theme_inverse .gw-competitions__top{outline:1px solid #FFFFFF;box-shadow:none;background-color:#000}.gw-contacts-card__wrapper{display:grid;grid-template-columns:1fr;gap:var(--gw-spacer-24)}.gw-contacts-cards-section{width:100%}.gw-contacts-cards-section__container{display:grid;grid-template-columns:1fr 1fr;gap:var(--gw-spacer-32)}@media(max-width:1365.98px){.gw-contacts-cards-section__container{grid-template-columns:1fr}}.gw-contacts-custom{--sidebar-min-width: 220px}.gw-contacts-custom__wrapper,.gw-contacts-custom__main,.gw-contacts-custom__sidebar{display:grid;gap:var(--gw-spacer-24)}@media(min-width:768px){.gw-contacts-custom__wrapper{grid-template-columns:1fr auto}}@media(min-width:768px){.gw-contacts-custom__sidebar{display:grid;gap:var(--gw-spacer-24);align-content:baseline;min-width:var(--sidebar-min-width)}}.gw-contacts-list{display:flex;flex-direction:column;row-gap:var(--gw-spacer-24);width:100%}@media(max-width:767.98px){.gw-contacts-list{row-gap:var(--gw-spacer-16)}}.gw-contacts-list__wrapper{display:grid;gap:var(--gw-spacer-24)}.gw-contacts-list+.gw-contacts-address{width:100%}@media(min-width:1366px){.gw-contacts-list+.gw-contacts-address{width:400px}}.gw-contacts-section{width:100%}.gw-contacts-section__container{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:var(--gw-spacer-24)}@media(max-width:1365.98px){.gw-contacts-section__container{flex-direction:column}}.gw-corruption{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#66727f}.gw-corruption__link:hover,.gw-corruption__link:focus{text-decoration:none}html.gw-blind-support-theme_inverse .gw-corruption{color:#fff}.gw-current-document{display:grid;gap:var(--gw-spacer-32)}.gw-current-document__wrapper{display:grid;gap:var(--gw-spacer-24)}.gw-current-document__update-info{display:flex;flex-direction:column;column-gap:32px;row-gap:8px}@media(min-width:768px){.gw-current-document__update-info{flex-direction:row;flex-wrap:wrap}}.gw-current-document__update-info_colored{color:#66727f}.gw-current-document__description{display:grid;gap:16px}.gw-current-document__content{display:grid;grid-template-columns:1fr;gap:var(--gw-spacer-24)}@media(min-width:768px){.gw-current-document__content{grid-template-columns:1fr max-content;justify-content:space-between}}.gw-current-document__legal-status{display:flex;align-items:flex-start;gap:12px;border-radius:12px;padding:8px 16px;background-color:#e6ebf566}@media(min-width:768px){.gw-current-document__legal-status{align-items:center;padding:6px 16px}}.gw-current-document__icon{color:#86909c}.gw-current-document__note{font-size:.875rem;line-height:1.25rem;color:#66727f}.gw-current-document__link{cursor:pointer;line-height:inherit;color:#0d4cd3;text-decoration:none}.gw-current-document__link:hover,.gw-current-document__link:active{text-decoration:none}.gw-current-document__link:hover{color:#216cff}.gw-current-document__link:active{color:#053b75}.gw-current-document__show{display:block}@media(min-width:768px){.gw-current-document__show{min-width:150px}}.gw-current-document__button{width:100%}.gw-current-document__list{display:grid;gap:8px}html.gw-blind-support-theme_inverse .gw-current-document__eds,html.gw-blind-support-theme_inverse .gw-current-document__update-info_colored,html.gw-blind-support-theme_inverse .gw-current-document__link,html.gw-blind-support-theme_inverse .gw-current-document__link:hover,html.gw-blind-support-theme_inverse .gw-current-document__link:active,html.gw-blind-support-theme_inverse .gw-current-document__note{color:#fff}.gw-current-document-info{display:grid;gap:16px}@media(min-width:768px)and (max-width:1365.98px){.gw-current-document-info{grid-template-columns:1fr 1fr;column-gap:32px;row-gap:16px}}.gw-current-document-info__title{color:#66727f;margin-bottom:2px}html.gw-blind-support-theme_inverse .gw-current-document-info__title{color:#fff}.gw-current-link{aspect-ratio:16/9;overflow:hidden;border-radius:8px}@media(min-width:768px){.gw-current-link{border-radius:12px}}.gw-current-news-description__text{margin-bottom:var(--gw-spacer-24)}@media(min-width:768px){.gw-current-news-description__text{margin-top:0}}.gw-date-card{display:flex;align-items:center;gap:var(--gw-spacer-24);border-radius:12px;padding:var(--gw-spacer-16);box-shadow:0 1px 4px #e3ebfc,0 24px 18px #e6ebf566;background-color:#fff}.gw-date-card:hover{box-shadow:0 12px 32px #0b1f332e;text-decoration:none}.gw-date-card:active{box-shadow:none;text-decoration:none;background-color:#e4ecfd}.gw-date-card__date{display:grid;grid-template-areas:"day year" "month month";grid-column-gap:var(--gw-spacer-4);text-wrap:nowrap;border-radius:8px;padding:var(--gw-spacer-16);min-width:91px;text-align:left;background-color:#edf2fe}.gw-date-card__day,.gw-date-card__month{color:#0b1f33}.gw-date-card__day{font-size:1.5rem;line-height:1.75rem;grid-area:day}.gw-date-card__month{font-size:.875rem;line-height:1.25rem;word-break:normal;grid-area:month}.gw-date-card__year{color:#66727f;font-size:.75rem;line-height:1.25rem;grid-area:year}html.gw-blind-support-theme_blue .gw-date-card{background-color:#9dd1ff}html.gw-blind-support-theme_inverse .gw-date-card{outline:1px solid #FFFFFF;box-shadow:none;background-color:#000}html.gw-blind-support-theme_inverse .gw-date-card__date{background-color:#fff}.gw-diplomas-and-prizes__item{height:100%}.gw-diplomas-and-prizes__button-wrapper{display:flex;justify-content:center}.gw-document-item{position:relative;border-radius:12px;padding:16px;background-color:#edf2fe;outline:1px solid transparent}.gw-document-item__wrapper{display:grid;grid-template-columns:min-content 1fr max-content;gap:16px;grid-template-areas:"link download menu-item" "description description description"}@media(min-width:768px){.gw-document-item__wrapper{grid-template-columns:min-content 1fr max-content max-content;grid-template-areas:"link description download menu-item"}}@media(min-width:1366px){.gw-document-item__wrapper{grid-template-columns:min-content 1fr max-content;grid-template-areas:"link description download"}}.gw-document-item__wrapper .gw-document-item__link{grid-area:link}.gw-document-item__wrapper .gw-document-item__description{grid-area:description}.gw-document-item__wrapper .gw-document-item__download{grid-area:download;justify-self:end}.gw-document-item__wrapper .gw-document-item__menu{grid-area:menu-item}.gw-document-item__format-icon{width:48px;height:24px;min-width:48px;min-height:24px}.gw-document-item__description{padding-top:1px;color:#0b1f33}.gw-document-item__description:hover{text-decoration:none}.gw-document-item__title{font-size:1rem;line-height:1.5rem;font-weight:700;margin-bottom:2px}.gw-document-item__title:only-child{margin-bottom:0}.gw-document-item__download{display:flex;gap:16px}@media(min-width:768px){.gw-document-item__download{align-items:flex-start}}.gw-document-item__size{color:#66727f}.gw-document-item__download-link{display:none}@media(min-width:1366px){.gw-document-item__download-link{display:block}}.gw-document-item__download-link:hover{text-decoration:none}@media(min-width:1366px){.gw-document-item__menu{display:none;visibility:hidden}}.gw-document-item__download-eds{cursor:pointer;color:#0d4cd3;text-decoration:none}.gw-document-item__download-eds:hover,.gw-document-item__download-eds:active{text-decoration:none}.gw-document-item__download-eds:hover{color:#216cff}.gw-document-item__download-eds:active{color:#053b75}.gw-document-item__collapse-wrapper{overflow:hidden;position:absolute;top:0;left:0;width:100%;z-index:2;transition:all .5s ease-out;display:grid;grid-template-rows:0fr;height:0}.gw-document-item__collapse-wrapper.gw-active{pointer-events:auto;transition:all .5s;grid-template-rows:1fr;height:auto}.gw-document-item__collapse{border-radius:8px;background-color:#fff;border:1px solid transparent;box-shadow:0 1px 4px #e3ebfc,0 24px 48px #e6ebf566;overflow:hidden;pointer-events:none;height:auto}.gw-document-item__collapse-content{padding:24px;display:flex;flex-direction:column;gap:16px}.gw-document-item__collapse-btn-close{pointer-events:all;position:absolute;top:16px;right:16px;outline:none;border:none;background-color:transparent;color:#0d4cd3;cursor:pointer}.gw-document-item__collapse-link-block{pointer-events:all}.gw-document-item__collapse-link{cursor:pointer;color:#0d4cd3;text-decoration:none}@media(min-width:1366px){.gw-document-item__collapse-link{visibility:hidden}}.gw-document-item__collapse-link:hover,.gw-document-item__collapse-link:active{text-decoration:none}.gw-document-item__collapse-link:hover{color:#216cff}.gw-document-item__collapse-link:active{color:#053b75}.gw-document-item_not-signed .gw-document-item__download-eds,.gw-document-item_not-signed .gw-document-item__collapse-link-block_eds{display:none}@media(min-width:1366px){.gw-document-item .js-gw-document-item-menu-toggle,.gw-document-item .js-gw-document-item-menu-close{visibility:hidden}}html.gw-blind-support-theme_inverse .gw-document-item{background-color:#000;outline:1px solid #FFFFFF}html.gw-blind-support-theme_inverse .gw-document-item__size{color:#fff}html.gw-blind-support-theme_inverse .gw-document-item__collapse{box-shadow:none;background-color:#000;border:1px solid #FFFFFF}html.gw-blind-support-theme_inverse .gw-document-item__download-eds,html.gw-blind-support-theme_inverse .gw-document-item__collapse-link,html.gw-blind-support-theme_inverse .gw-document-item__download-eds:hover,html.gw-blind-support-theme_inverse .gw-document-item__download-eds:active,html.gw-blind-support-theme_inverse .gw-document-item__collapse-link:hover,html.gw-blind-support-theme_inverse .gw-document-item__collapse-link:active{color:#fff}.gw-documents-filter{display:grid;grid-template-columns:100%;grid-template-rows:auto;grid-gap:16px;grid-template-areas:"search" "dropdown" "datepicker" "reset"}.gw-documents-filter:has(.gw-documents-filter__submit){grid-template-areas:"search" "dropdown" "datepicker" "submit" "reset"}@media(min-width:768px){.gw-documents-filter{grid-template-areas:"search search search" "dropdown dropdown dropdown" "datepicker datepicker reset";grid-template-columns:1fr}.gw-documents-filter:has(.gw-documents-filter__submit){grid-template-areas:"search search search" "dropdown dropdown dropdown" "datepicker submit reset"}}@media(min-width:1366px){.gw-documents-filter{grid-template-areas:"search dropdown datepicker reset";grid-template-columns:8fr 4fr 4fr 1fr}.gw-documents-filter_has-sidebar{grid-template-columns:2fr 1fr 1fr 2fr;grid-template-areas:"search search search datepicker" "dropdown dropdown dropdown reset"}.gw-documents-filter:has(.gw-documents-filter__submit){grid-template-areas:"search dropdown datepicker submit reset";grid-template-columns:7fr 5fr 5fr 2fr 1fr}}.gw-documents-filter__search{grid-area:search}.gw-documents-filter__dropdown{grid-area:dropdown}.gw-documents-filter__datepicker{grid-area:datepicker}.gw-documents-filter__submit{grid-area:submit}@media(min-width:768px){.gw-documents-filter__submit{min-width:132px}}.gw-documents-filter__reset{grid-area:reset}@media(min-width:768px){.gw-documents-filter__reset{min-width:120px}}.gw-documents-filter__button{width:100%}.gw-documents-filter__dropdown .gw-choices__inner{min-width:250px}.gw-documents-filter__dropdown .gw-choices__item{-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;white-space:normal}.gw-employee-card{display:flex;flex-direction:column;overflow:hidden;border-radius:12px;box-shadow:0 1px 4px #e3ebfc,0 24px 18px #e6ebf566;background-color:#fff}@media(min-width:768px){.gw-employee-card{flex-direction:row}}.gw-employee-card__image{width:100%;background-color:#edf2fe}@media(min-width:768px){.gw-employee-card__image{max-width:176px}}.gw-employee-card__img{width:100%;height:100%;object-fit:cover}@media(max-width:767.98px){.gw-employee-card__img{max-width:300px;max-height:385px}}@media(min-width:768px){.gw-employee-card__img{max-height:234px}}.gw-employee-card__content{display:flex;flex-direction:column;justify-content:center;gap:var(--gw-spacer-16);padding:var(--gw-spacer-24);width:100%}.gw-employee-card__name{margin-bottom:0}.gw-employee-card__socials{display:flex;flex-wrap:wrap;gap:var(--gw-spacer-16)}.gw-employee-card__about{margin-bottom:0}html.gw-blind-support-theme_blue .gw-employee-card{box-shadow:none;background-color:#9dd1ff}html.gw-blind-support-theme_inverse .gw-employee-card{outline:1px solid #FFFFFF;box-shadow:none;background-color:#000}html.gw-blind-support-theme_inverse .gw-employee-card__image{background-color:#fff}.gw-exhibit-of-week__content{padding:var(--gw-spacer-48);background:linear-gradient(90deg,#edf2fe,#d1f4ff) no-repeat}.gw-exhibit-of-week__title{margin:0}.gw-exhibit-of-week__wrapper{border-radius:12px;overflow:hidden}@media(max-width:1365.98px){.gw-exhibit-of-week__img{order:-1;aspect-ratio:2/1}}@media(max-width:767.98px){.gw-exhibit-of-week__img{aspect-ratio:1/1}}.gw-exhibit-of-week .gw-button{width:fit-content}.gw-event-information__wrapper{display:flex;flex-direction:column;gap:var(--gw-spacer-24)}.gw-event-information__content{display:flex;gap:var(--gw-spacer-32);justify-content:space-between}@media(max-width:767.98px){.gw-event-information__content{flex-direction:column}}.gw-event-information__events-list{display:flex;flex-direction:column;gap:var(--gw-spacer-16)}.gw-event-information__events-list-item{display:flex;flex-direction:column;gap:var(--gw-spacer-8)}.gw-event-information__date-list{display:flex;gap:var(--gw-spacer-8);flex-wrap:wrap}@media(max-width:767.98px){.gw-event-information__date-list{flex-direction:column}}.gw-event-information .gw-button{width:fit-content}@media(max-width:767.98px){.gw-event-information .gw-button{width:100%}}.gw-information-item{display:flex;column-gap:var(--gw-spacer-8);align-items:center;justify-content:center;border-radius:32px;border:1px solid #D2DFFB;padding:var(--gw-spacer-8) var(--gw-spacer-16);font-size:.875rem;white-space:nowrap;height:fit-content}.gw-information-item_primary{border:2px solid #FED13E}html.gw-blind-support-theme_blue .gw-information-item:not(.gw-information-item_primary){border-color:#000}html.gw-blind-support-theme_inverse .gw-information-item{border-color:#fff}.gw-event-line{--marker-diameter: 28px}.gw-event-line_number{counter-reset:list}.gw-event-line_number .gw-event-line__patch{--full-left-offset: 44px;--arrows-offset-left: 10px;--arrows-width: 10px;--line-offset-left: 13px}.gw-event-line_number .gw-event-line__patch:before{left:calc(var(--marker-diameter) / 2 - var(--arrows-width) / 2)}@media(min-width:768px){.gw-event-line_number .gw-event-line__patch{--full-left-offset: 48px}}.gw-event-line__wrapper{overflow:hidden}.gw-event-line__wrapper[data-gw-list-open=true] .gw-event-line__list{grid-template-rows:1fr}.gw-event-line__wrapper[data-gw-list-open=true] .gw-event-line__patch{display:none}.gw-event-line__patch{--full-left-offset: 28px;--arrows-offset-left: 0;--line-offset-left: 5px;--padding-bottom: 24px;position:relative;display:flex;align-items:center;padding:0 0 var(--padding-bottom) var(--full-left-offset);background-color:#fafcff}@media(min-width:768px){.gw-event-line__patch{--full-left-offset: 32px}}.gw-event-line__patch:before,.gw-event-line__patch:after{content:"";position:absolute}.gw-event-line__patch:before{top:calc(50% - var(--padding-bottom));left:1px;width:10px;height:20px;background-image:url("data:image/svg+xml,%3Csvg width='10' height='20' viewBox='0 0 10 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.0249 15.0234L5.02483 19.023L1.02489 14.9733' stroke='%231D5DEB' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.0249 5L5.02483 1.00041L1.02489 5.05013' stroke='%231D5DEB' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");transform:translateY(calc(-50% + var(--padding-bottom) / 2))}.gw-event-line__patch:after{bottom:0;left:var(--line-offset-left);width:2px;height:var(--padding-bottom);background-color:#1d5deb4d}.gw-event-line__button{display:block;border:none;padding:var(--gw-spacer-4) 0;font-size:var(--font-size-base);line-height:var(--line-height-base);color:#0d4cd3;background-color:transparent;cursor:pointer}.gw-event-line__button:hover{color:#216cff}.gw-event-line__button:active{color:#0b1f33}.gw-event-line__list{display:grid;grid-template-rows:0fr;overflow:hidden;transition:all .7s ease-in-out}.gw-event-line__list-wrapper{min-height:0}html.gw-blind-support-theme_blue .gw-event-line__patch{background-color:#9dd1ff}html.gw-blind-support-theme_inverse .gw-event-line__patch{background-color:#000}html.gw-blind-support-theme_inverse .gw-event-line__patch:before{background-image:url("data:image/svg+xml,%3Csvg width='10' height='20' viewBox='0 0 10 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.0249 15.0234L5.02483 19.023L1.02489 14.9733' stroke='%23FFFFFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.0249 5L5.02483 1.00041L1.02489 5.05013' stroke='%23FFFFFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}html.gw-blind-support-theme_inverse .gw-event-line__patch:after{background-color:#fff}html.gw-blind-support-theme_inverse .gw-event-line__button{color:#fff}.gw-event-line-item{--offset-top: 9px;--marker-diameter: 12px;--line-offset-left: 5px;position:relative;display:flex;flex-direction:column;gap:var(--gw-spacer-8);overflow:hidden;padding:0 0 24px 28px}@media(min-width:768px){.gw-event-line-item{padding:0 0 24px 32px}}.gw-event-line-item:after{content:"";position:absolute}.gw-event-line-item:after{top:0;left:var(--line-offset-left);width:2px;height:100%;background-color:#1d5deb4d}.gw-event-line-item_first:after{top:var(--offset-top)}.gw-event-line-item_last{padding:0 0 0 28px}.gw-event-line-item_last:after{height:calc(var(--offset-top) + var(--marker-diameter))}@media(min-width:768px){.gw-event-line-item_last{padding:0 0 0 32px}}.gw-event-line-item_number{--offset-top: 0;--marker-diameter: 28px;--line-offset-left: 13px;padding:0 0 24px 42px}@media(min-width:768px){.gw-event-line-item_number{padding:0 0 24px 48px}}.gw-event-line-item_number .gw-event-line-item__sign{z-index:1;display:flex;justify-content:center;align-items:center;overflow:hidden;border:2px solid #4D83FA;background-color:#fff}.gw-event-line-item_number .gw-event-line-item__sign:before{counter-increment:list;content:counter(list);font-weight:700;font-size:.875rem;line-height:100%;color:#4d83fa;transform:translateY(1px)}.gw-event-line-item__sign{position:absolute;top:var(--offset-top);left:0;border-radius:100%;width:var(--marker-diameter);height:var(--marker-diameter);background-color:#1d5deb}.gw-event-line-item__content{display:flex;flex-direction:column;gap:var(--gw-spacer-8)}.gw-event-line-item__title{margin:0}html.gw-blind-support-theme_blue .gw-event-line-item_number .gw-event-line-item__sign{color:#0d4cd3;background-color:#9dd1ff}html.gw-blind-support-theme_blue .gw-event-line-item__sign{border-color:#0d4cd3}html.gw-blind-support-theme_blue .gw-event-line-item__sign:before{color:#0d4cd3}html.gw-blind-support-theme_inverse .gw-event-line-item:after{background-color:#fff}html.gw-blind-support-theme_inverse .gw-event-line-item_number .gw-event-line-item__sign{border-color:#fff;background-color:#000}html.gw-blind-support-theme_inverse .gw-event-line-item_number .gw-event-line-item__sign:before{color:#fff}html.gw-blind-support-theme_inverse .gw-event-line-item__sign{background-color:#fff}.gw-external-block-link{display:flex;justify-content:space-between;gap:8px;border-radius:8px;padding:var(--gw-spacer-16);background-color:#edf2fe}.gw-external-block-link_button-link .gw-external-block-link__content{font-weight:700;font-size:1.125rem;line-height:1.5rem}.gw-external-block-link_button-link:hover{box-shadow:0 12px 32px #0b1f332e;background-color:#fff}.gw-external-block-link_button-link:active{background-color:#e4ecfd}@media(min-width:768px){.gw-external-block-link_button-link{padding:var(--gw-spacer-24)}}.gw-external-block-link:hover{color:#216cff;text-decoration:none}.gw-external-block-link:active{color:#053b75}.gw-external-block-link__content{margin-right:auto}html.gw-blind-support-theme_blue .gw-external-block-link{background-color:#c6e4ff}html.gw-blind-support-theme_inverse .gw-external-block-link{outline:1px solid #FFFFFF;background-color:#000}.gw-external-vacancies{display:flex;flex-direction:column;gap:var(--gw-spacer-16)}.gw-external-vacancies__header{display:flex;justify-content:space-between;gap:var(--gw-spacer-8)}.gw-external-vacancies__title{margin-bottom:var(--gw-spacer-12)}.gw-external-vacancies__date{display:inline-block}.gw-external-vacancies__date .gw-tag{cursor:default}.gw-faq__results{text-align:center;color:#66727f}html.gw-blind-support-theme_inverse .gw-faq__results{color:#fff}.gw-feedback__body{display:grid;grid-template-columns:1fr;grid-template-rows:auto;grid-gap:var(--gw-spacer-24)}.gw-feedback__field{position:relative}.gw-feedback__button{width:100%}@media(min-width:768px){.gw-feedback__button{width:auto}}.gw-feedback_emergency .gw-filled-section,.gw-feedback_emergency .gw-address-route{background-color:#fcd9de}.gw-feedback-author__body{display:grid;grid-template-columns:1fr;grid-template-rows:auto;grid-gap:var(--gw-spacer-24)}.gw-feedback-author__field{position:relative}.gw-feedback-author__button{width:100%}@media(min-width:768px){.gw-feedback-author__button{width:auto}}.gw-feedback-author__heading{display:flex;justify-content:space-between}.gw-feedback-author__heading-text{margin:0}.gw-feedback-author__btn-remove{display:flex;align-items:center;justify-content:center;gap:10px;border:none;padding:0;font-weight:700;color:#0d4cd3;background-color:transparent;opacity:100;cursor:pointer}.gw-feedback-author__btn-remove span,.gw-feedback-author__btn-remove use{pointer-events:none}.gw-feedback-author__btn-remove:hover{opacity:.75}.gw-feedback-author__btn-remove-text{font-size:.875rem;font-weight:400}.gw-feedback-author__wrapper-fields,.gw-feedback-author__author{display:flex;flex-direction:column;gap:var(--gw-spacer-24)}.gw-feedback-author__author{padding-bottom:var(--gw-spacer-24);border-bottom:1px solid #99B1E6}.gw-feedback-author__author_first{padding-top:var(--gw-spacer-24);border-top:1px solid #99B1E6}@media(min-width:768px){.gw-feedback-author .gw-button{width:fit-content}}.gw-filled-section,.gw-address-route{border-radius:12px;padding:var(--gw-spacer-24);background-color:#fff;display:block}@media(max-width:767.98px){.gw-filled-section,.gw-address-route{padding:var(--gw-spacer-16)}}.gw-filled-section_highlighted,.gw-address-route{background-color:#edf2fe}.gw-filled-section_shadow{box-shadow:0 1px 4px #e3ebfc,0 24px 18px #e6ebf566}.gw-filled-section_interactive:hover{box-shadow:0 12px 32px #0b1f332e;background-color:#fff;text-decoration:none}.gw-filled-section_interactive:active,.gw-filled-section_interactive_active{background-color:#e4ecfd;box-shadow:none;text-decoration:none}.gw-filled-section_h-full{height:100%}html.gw-blind-support-theme_blue .gw-filled-section,html.gw-blind-support-theme_blue .gw-address-route{background-color:#9dd1ff}html.gw-blind-support-theme_blue .gw-filled-section_highlighted,html.gw-blind-support-theme_blue .gw-address-route{background-color:#fff}html.gw-blind-support-theme_blue .gw-filled-section_shadow{box-shadow:none}html.gw-blind-support-theme_blue .gw-filled-section_interactive:hover{box-shadow:0 12px 32px #0b1f332e;background-color:#fff;outline:transparent solid 1px}html.gw-blind-support-theme_blue .gw-filled-section_interactive:active,html.gw-blind-support-theme_blue .gw-filled-section_interactive_active{background-color:#e4ecfd;outline:transparent solid 1px;box-shadow:none}html.gw-blind-support-theme_inverse .gw-filled-section,html.gw-blind-support-theme_inverse .gw-address-route{background-color:#000;outline:1px solid #FFFFFF}html.gw-blind-support-theme_inverse .gw-filled-section_highlighted,html.gw-blind-support-theme_inverse .gw-address-route{background-color:#000}html.gw-blind-support-theme_inverse .gw-filled-section_shadow{box-shadow:none}html.gw-blind-support-theme_inverse .gw-filled-section_interactive:hover{box-shadow:none;background-color:#000;outline:3px solid #FFFFFF}html.gw-blind-support-theme_inverse .gw-filled-section_interactive:active,html.gw-blind-support-theme_inverse .gw-filled-section_interactive_active{background-color:#000;outline:3px solid #FFFFFF;box-shadow:none}.gw-filtered-areas{display:grid;grid-template-columns:repeat(50,1fr);grid-template-rows:repeat(2,1fr);grid-column-gap:var(--gw-spacer-16);grid-row-gap:var(--gw-spacer-16)}@media(max-width:1139.98px){.gw-filtered-areas{grid-template-columns:repeat(10,1fr);grid-template-rows:repeat(3,1fr)}}@media(max-width:767.98px){.gw-filtered-areas{grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(4,1fr)}}.gw-filtered-areas .gw-news__search{grid-area:1/1/2/51}@media(max-width:1139.98px){.gw-filtered-areas .gw-news__search{grid-area:1/1/2/11}}@media(max-width:767.98px){.gw-filtered-areas .gw-news__search{grid-area:1/1/2/5}}.gw-filtered-areas .gw-groups__tags{grid-area:2/1/3/34}@media(max-width:1139.98px){.gw-filtered-areas .gw-groups__tags{grid-area:2/1/3/11}}@media(max-width:767.98px){.gw-filtered-areas .gw-groups__tags{grid-area:2/1/3/5}}.gw-filtered-areas .gw-cost__tags{grid-area:2/34/3/45}@media(max-width:1139.98px){.gw-filtered-areas .gw-cost__tags{grid-area:3/1/4/10}}@media(max-width:767.98px){.gw-filtered-areas .gw-cost__tags{grid-area:3/1/4/5}}.gw-filtered-areas .gw-documents-filter__reset{grid-area:2/45/3/51}@media(max-width:1139.98px){.gw-filtered-areas .gw-documents-filter__reset{grid-area:3/10/4/11}}@media(max-width:767.98px){.gw-filtered-areas .gw-documents-filter__reset{grid-area:4/1/5/5}}.gw-filtered-areas-line{display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(1,1fr);grid-column-gap:var(--gw-spacer-16);grid-row-gap:var(--gw-spacer-16)}.gw-filtered-areas-line .gw-news__search{grid-area:1/1/2/4}@media(max-width:1139.98px){.gw-filtered-areas-line .gw-news__search{grid-area:1/1/2/6}}.gw-filtered-areas-line .gw-cost__tags{grid-area:1/4/2/5}@media(max-width:1139.98px){.gw-filtered-areas-line .gw-cost__tags{grid-area:2/1/3/4}}@media(max-width:767.98px){.gw-filtered-areas-line .gw-cost__tags{grid-area:2/1/3/6}}.gw-filtered-areas-line .gw-documents-filter__reset{grid-area:1/5/2/6}@media(max-width:1139.98px){.gw-filtered-areas-line .gw-documents-filter__reset{grid-area:2/4/3/6}}@media(max-width:767.98px){.gw-filtered-areas-line .gw-documents-filter__reset{grid-area:3/1/4/6}}.gw-flat-card{display:grid;grid-template-columns:100%;grid-template-rows:auto;grid-gap:8px}@media(min-width:768px){.gw-flat-card{grid-template-columns:auto 1fr;grid-gap:24px}}.gw-flat-card__icon{color:#4d83fa}html.gw-blind-support-theme_inverse .gw-flat-card__icon{color:#fff}.gw-founders{--sidebar-min-width: 220px}.gw-founders__wrapper,.gw-founders__main,.gw-founders__sidebar{display:grid;gap:var(--gw-spacer-24);align-items:flex-start}@media(min-width:768px){.gw-founders__wrapper{grid-template-columns:1fr auto}}@media(min-width:768px){.gw-founders__sidebar{display:grid;gap:var(--gw-spacer-24);align-content:baseline;min-width:var(--sidebar-min-width)}}.gw-fundraiser{display:flex;flex-direction:column;gap:var(--gw-spacer-32);border-radius:12px;padding:var(--gw-spacer-16);background-color:#edf2fe}@media(min-width:768px)and (max-width:1365.98px){.gw-fundraiser{flex-direction:row;align-items:center}}@media(min-width:1366px){.gw-fundraiser{gap:var(--gw-spacer-24)}}.gw-fundraiser__wrapper{display:flex;flex-direction:column;gap:var(--gw-spacer-8)}@media(min-width:768px){.gw-fundraiser__wrapper{flex-grow:1}}.gw-fundraiser__top{display:flex;justify-content:space-between;gap:var(--gw-spacer-32)}.gw-fundraiser__text{font-size:.875rem;line-height:1.25rem}.gw-fundraiser__text:after{content:":"}.gw-fundraiser__counter{display:flex}.gw-fundraiser__indicator{display:flex;flex-direction:column}@media(min-width:768px)and (max-width:1365.98px){.gw-fundraiser__indicator{flex-direction:row}}.gw-fundraiser__indicator_difference .gw-fundraiser__value,.gw-fundraiser__indicator_difference .gw-fundraiser__units{color:#ee3f58}@media(min-width:768px)and (max-width:1365.98px){.gw-fundraiser__indicator_start,.gw-fundraiser__indicator_difference{flex-direction:row;justify-content:center;align-items:baseline}.gw-fundraiser__indicator_start .gw-fundraiser__text:after,.gw-fundraiser__indicator_difference .gw-fundraiser__text:after{content:": "}}.gw-fundraiser__indicator_final{flex-direction:row;justify-content:center;align-items:baseline}.gw-fundraiser__indicator_final .gw-fundraiser__text:after{content:": "}.gw-fundraiser__units:not(:empty):before{content:" "}.gw-fundraiser__value,.gw-fundraiser__units{font-weight:700}.gw-fundraiser__bottom{text-align:center}html.gw-blind-support-theme_blue .gw-fundraiser{background-color:#9dd1ff}html.gw-blind-support-theme_blue .gw-fundraiser__indicator_difference .gw-fundraiser__value,html.gw-blind-support-theme_blue .gw-fundraiser__indicator_difference .gw-fundraiser__units{color:#000}html.gw-blind-support-theme_inverse .gw-fundraiser{outline:1px solid #FFFFFF;background-color:#000}html.gw-blind-support-theme_inverse .gw-fundraiser__indicator_difference .gw-fundraiser__value,html.gw-blind-support-theme_inverse .gw-fundraiser__indicator_difference .gw-fundraiser__units{color:#fff}.gw-fundraising{width:100%;background-color:#fcd9de;padding:var(--gw-spacer-48) 0 var(--gw-spacer-64)}.gw-fundraising__item{width:100%;max-width:1216px}html.gw-blind-support-theme_inverse .gw-fundraising{background-color:#000}html.gw-blind-support-theme_inverse .gw-fundraising__item{padding:1px}.gw-fundraising-card__wrapper{display:flex;flex-direction:column;gap:var(--gw-spacer-24);width:100%;border-radius:12px;background-color:#fff}@media(min-width:1366px){.gw-fundraising-card__wrapper{gap:var(--gw-spacer-32);flex-direction:row}}.gw-fundraising-card__content{display:flex;flex-direction:column;gap:var(--gw-spacer-16);flex:1}.gw-fundraising-card__title{margin:0;color:#0b1f33;font-size:1.5rem;line-height:2rem;font-weight:700}.gw-fundraising-card__img{width:100%}@media(min-width:1366px){.gw-fundraising-card__img{max-width:336px}}.gw-fundraising-card__img img{border-radius:8px;aspect-ratio:16/9}.gw-fundraising-card__help{width:100%}@media(min-width:1366px){.gw-fundraising-card__help{max-width:360px}}html.gw-blind-support-theme_blue .gw-fundraising-card,html.gw-blind-support-theme_blue .gw-fundraising-card__wrapper{background-color:#c6e4ff}html.gw-blind-support-theme_inverse .gw-fundraising-card__wrapper{background-color:#000}html.gw-blind-support-theme_inverse .gw-fundraising-card__title{color:#fff}.gw-glightbox .gcontainer{display:flex;justify-content:center;align-items:center;padding:var(--gcontainer-padding)}@media(min-width:768px){.gw-glightbox .gcontainer{--gcontainer-padding: 64px}}@media(min-width:1366px){.gw-glightbox .gcontainer{--gcontainer-padding: 75px}}.gw-glightbox .ginner-container{overflow:hidden;border-radius:12px;max-height:calc(100vh - var(--gcontainer-padding) * 2)}.gw-glightbox .gwrapper{position:relative;display:flex;justify-content:center;align-items:center;max-width:100%}@media(min-width:768px){.gw-glightbox .gwrapper{max-width:1216px}}.gw-glightbox .gwrapper,.gw-glightbox .gslider{height:auto}.gw-glightbox .gslider{display:block}.gw-glightbox .gslide-media{position:relative}.gw-glightbox .gslide-media.gslide-image{justify-content:center;overflow:hidden;border-top-left-radius:12px;border-top-right-radius:12px;background-color:#edf2fe}.gw-glightbox .gslide-image,.gw-glightbox .gslide-image img{max-width:100%}.gw-glightbox .gslide-description{flex:0 1 auto}.gw-glightbox .gslide-description.description-bottom{border-bottom-left-radius:12px;border-bottom-right-radius:12px}.gw-glightbox .gabsolute.gslide-description{position:static}@media(min-width:768px){.gw-glightbox .gslide-image img{max-width:100%;max-height:90vh}}.gw-glightbox.glightbox-container .goverlay{background-color:#0b1f339e;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.gw-glightbox.glightbox-container.glightbox-clean{--button-size: 48px;--gap: 12px}.gw-glightbox.glightbox-container.glightbox-clean .gclose{top:16px;right:16px}.gw-glightbox.glightbox-container.glightbox-clean .gprev{left:calc((var(--button-size) + var(--gap)) * -1)}.gw-glightbox.glightbox-container.glightbox-clean .gnext{right:calc((var(--button-size) + var(--gap)) * -1)}.gw-glightbox.glightbox-container.glightbox-clean .gnext,.gw-glightbox.glightbox-container.glightbox-clean .gprev{display:none;top:50%;transform:translateY(-50%)}@media(min-width:1366px){.gw-glightbox.glightbox-container.glightbox-clean .gnext,.gw-glightbox.glightbox-container.glightbox-clean .gprev{display:flex}}.gw-glightbox.glightbox-container.glightbox-clean .gnext,.gw-glightbox.glightbox-container.glightbox-clean .gprev,.gw-glightbox.glightbox-container.glightbox-clean .gclose{width:var(--button-size);height:var(--button-size);border-radius:8px}.gw-glightbox .gslide,.gw-glightbox .gslide-inner-content,.gw-glightbox .ginner-container{height:100%}.gw-glightbox .gslide.loaded .gdesc-inner{overflow:auto;padding:0 16px;margin-bottom:16px;margin-top:16px;margin-right:24px;max-height:120px}@media(min-width:768px){.gw-glightbox .gslide.loaded .gdesc-inner{padding:0 24px;margin-bottom:24px;margin-top:24px}}.gw-glightbox .gslide.loaded .gdesc-inner .gslide-desc{font-size:1rem;line-height:1.5rem;color:#0b1f33}@media(min-width:1366px){.gw-glightbox .glightbox-pagination{display:none}}.glightbox-open{height:auto!important}.glightbox-mobile .glightbox-container .gslide-description{padding:0}.glightbox-mobile .glightbox-container .gcontainer{padding:16px 16px 64px}.glightbox-mobile .glightbox-container .gslide-description{position:relative;padding-bottom:inherit;background:#fff}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:#000000bf}.glightbox-clean .gclose>svg *,.glightbox-clean .gnext>svg *,.glightbox-clean .gprev>svg *{fill:#fff}.glightbox-clean .gclose{opacity:1}.glightbox-clean .gnext.disabled,.glightbox-clean .gprev.disabled{opacity:.1}.gbtn.focused:focus-visible{outline:2px solid #99B1E6}.gw-lightbox-pagination{position:absolute;bottom:-24px;left:50%;z-index:10;overflow:hidden;font-size:0;white-space:nowrap;transform:translate(-50%);transition:.3s ease}@media(min-width:1366px){.gw-lightbox-pagination{display:none}}.gw-lightbox-pagination__bullet{position:relative;display:inline-block;margin-right:3px;margin-left:3px;border-radius:100%;width:8px;height:8px;background-color:#fff;transform:scale(.5);transition:.2s transform,.2s left;opacity:.3}.gw-lightbox-pagination__bullet_active{opacity:1}.gw-lightbox-pagination__bullet_main{transform:scale(1)}.gw-lightbox-pagination__bullet_prev,.gw-lightbox-pagination__bullet_next{transform:scale(.75)}.gw-lightbox-pagination__bullet_prev-prev,.gw-lightbox-pagination__bullet_next-next{transform:scale(.5)}[data-photo-album]{position:relative}.gw-glightbox .gwrapper{width:100%!important;min-width:1vw!important}html.gw-blind-support-theme_inverse .gclose,html.gw-blind-support-theme_inverse .gnext,html.gw-blind-support-theme_inverse .gprev{background-color:#fff;opacity:.7}html.gw-blind-support-theme_inverse .gclose>svg *,html.gw-blind-support-theme_inverse .gnext>svg *,html.gw-blind-support-theme_inverse .gprev>svg *{fill:#000}html.gw-blind-support-theme_inverse .gclose:hover,html.gw-blind-support-theme_inverse .gnext:hover,html.gw-blind-support-theme_inverse .gprev:hover{background-color:#fff;opacity:1}html.gw-blind-support-theme_inverse .gnext.disabled,html.gw-blind-support-theme_inverse .gprev.disabled{opacity:.1}.gw-header-with-link{display:flex;align-items:center;justify-content:space-between}.gw-header-with-link__title{margin-right:var(--gw-spacer-16);margin-bottom:0}.gw-header-with-link__link{display:none;font-size:1.125rem;text-wrap:nowrap}@media(min-width:768px){.gw-header-with-link__link{display:block}}.gw-hidden-content-card{--text-height: 3rem ;--text-wrapper-height: calc(var(--gw-spacer-24) * 2 + var(--text-height));--border-radius: 12px;position:relative;z-index:2;overflow:hidden;display:block;border-radius:var(--border-radius);color:unset;background-color:#fff;box-shadow:0 1px 4px #e3ebfc,0 24px 48px #e6ebf566;cursor:pointer;height:100%}.gw-hidden-content-card:not(.js-gw-text-truncate) .gw-hidden-content-card__truncate{overflow:visible;max-height:initial;-webkit-line-clamp:initial}.gw-hidden-content-card:hover{color:unset;overflow:visible;text-decoration:none}.gw-hidden-content-card:hover .gw-hidden-content-card__desc-wrapper{background-color:#fff}@media(min-width:768px){.gw-hidden-content-card:hover .gw-hidden-content-card__desc-wrapper{box-shadow:0 1px 4px #e3ebfc,0 24px 48px #e6ebf566}}.gw-hidden-content-card:active{color:unset}.gw-hidden-content-card_text-bold{font-weight:700}.gw-hidden-content-card__img{background-color:#edf2fe;position:relative;z-index:1;border-radius:var(--border-radius);width:100%;object-fit:cover;object-position:center;aspect-ratio:16/9}@media(min-width:768px){.gw-hidden-content-card__img{border-bottom-right-radius:0;border-bottom-left-radius:0;margin-bottom:var(--text-wrapper-height)}}@media(max-width:767.98px){.gw-hidden-content-card_show-mobile--square .gw-hidden-content-card__img{border-bottom-left-radius:0;border-bottom-right-radius:0}}.gw-hidden-content-card__desc-wrapper{--offset-top: calc(var(--text-wrapper-height) * -1);position:absolute;display:block;overflow:hidden;border-bottom-right-radius:var(--border-radius);border-bottom-left-radius:var(--border-radius);width:100%;transform:translateY(var(--offset-top));min-height:var(--text-wrapper-height)}@media(max-width:767.98px){.gw-hidden-content-card_show-mobile .gw-hidden-content-card__desc-wrapper{--offset-top: 0;position:relative;padding:var(--gw-spacer-16)}}.gw-hidden-content-card__desc{display:block;width:100%}@media(min-width:768px){.gw-hidden-content-card__desc{padding:var(--gw-spacer-24)}}.gw-hidden-content-card__truncate{position:relative;font-weight:700}@media(min-width:768px){.gw-hidden-content-card__truncate{--rows: 3}}@media(max-width:767.98px){.gw-hidden-content-card_mobile-horizontal{display:grid;grid-template-columns:100px 1fr;gap:var(--gw-spacer-16);padding:var(--gw-spacer-16)}}@media(max-width:767.98px){.gw-hidden-content-card_mobile-horizontal .gw-hidden-content-card__desc-wrapper{position:relative;transform:none;width:100%;min-height:var(--text-height)}}.gw-hidden-content-card_mobile-horizontal .gw-hidden-content-card__img{object-fit:contain;aspect-ratio:70/99}@media(max-width:767.98px){.gw-hidden-content-card_mobile-horizontal.gw-hidden-content-card_mobile-show-all .gw-hidden-content-card__desc-wrapper{border-radius:unset}.gw-hidden-content-card_mobile-horizontal.gw-hidden-content-card_mobile-show-all .gw-hidden-content-card__desc .gw-text-multiline-truncate{--rows: unset}}.gw-hidden-content-card--bold .gw-text-multiline-truncate{font-size:1.125rem;line-height:1.5rem;font-weight:700}html.gw-blind-support-theme_inverse .gw-hidden-content-card{box-shadow:unset;outline:1px solid #FFFFFF;background-color:#000}html.gw-blind-support-theme_inverse .gw-hidden-content-card:hover .gw-hidden-content-card__desc-wrapper{box-shadow:unset;background-color:#000;outline:1px solid #FFFFFF}.gw-hideable-text{display:grid;grid-template-columns:100%;grid-template-rows:auto;grid-gap:var(--gw-spacer-4)}.gw-hideable-text[data-gw-hideable-open=true] .gw-hideable-text__content{--strings: unset;max-height:100%!important}.gw-hideable-text__container{min-height:0}.gw-hideable-text__content{--font-size-base: 1rem;--line-height-base: 1.5rem;--strings: 1;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:var(--strings);overflow:hidden;text-overflow:ellipsis;white-space:normal;font-size:var(--font-size-base);line-height:var(--line-height-base);max-height:calc(var(--line-height-base) * var(--strings))}.gw-hideable-text__content_limit_1{--strings: 1}.gw-hideable-text__content_limit_2{--strings: 2}.gw-hideable-text__content_limit_3{--strings: 3}.gw-hideable-text__content_limit_4{--strings: 4}.gw-hideable-text__content_limit_5{--strings: 5}.gw-hideable-text__content_limit_6{--strings: 6}.gw-hideable-text__content_limit_7{--strings: 7}.gw-hideable-text__content_limit_8{--strings: 8}.gw-hideable-text__content_limit_9{--strings: 9}.gw-hideable-text__content_limit_10{--strings: 10}.gw-hideable-text__button{display:inline-block;border:unset;padding:0;font-size:1rem;line-height:1.5rem;color:#0d4cd3;background-color:transparent;cursor:pointer}.gw-hideable-text__button:hover{color:#216cff}.gw-hideable-text__button:active{color:#0b1f33}html.gw-blind-support-theme_inverse .gw-hideable-text__button{color:#fff}@media(max-width:767.98px){.gw-horizontal-double-slider .gw-slider__arrows{justify-content:center}}.gw-list-with-options-and-action{display:grid;grid-template-columns:100%;grid-template-rows:auto;grid-gap:var(--gw-spacer-24)}.gw-list-with-options-and-action__body{display:grid;grid-template-columns:100%;grid-template-rows:auto;grid-gap:16px}@media(min-width:768px){.gw-list-with-options-and-action__body{grid-template-columns:1fr auto;grid-gap:32px}}.gw-list-with-options-and-action__list{display:flex;flex-direction:column;gap:var(--gw-spacer-16)}.gw-list-with-options-and-action__item,.gw-list-with-options-and-action__enum{display:flex;flex-direction:column;gap:var(--gw-spacer-8)}@media(min-width:768px){.gw-list-with-options-and-action__enum{flex-direction:row;flex-wrap:wrap}}.gw-list-with-options-and-action__button{width:100%}@media(min-width:768px){.gw-list-with-options-and-action__button{width:auto}}.gw-long-card{display:grid;grid-template-columns:100%;grid-template-rows:auto;grid-gap:var(--gw-spacer-24);border-radius:12px;box-shadow:0 1px 4px #e3ebfc,0 24px 18px #e6ebf566;padding:var(--gw-spacer-24);color:#0b1f33;text-decoration:none;background-color:#fff}@media(min-width:768px){.gw-long-card{grid-template-columns:minmax(auto,256px) 1fr}}@media(min-width:1366px){.gw-long-card{grid-template-columns:minmax(auto,360px) 1fr}}.gw-long-card__image{width:100%;aspect-ratio:16/9}.gw-long-card__img{overflow:hidden;border-radius:8px;width:100%;height:100%;object-fit:cover}.gw-long-card__main{display:flex;flex-direction:column;gap:var(--gw-spacer-16)}.gw-long-card__header,.gw-long-card__content{display:flex;flex-direction:column;gap:var(--gw-spacer-8)}@media(min-width:1366px){.gw-long-card__header{flex-direction:row;align-items:center;flex-wrap:wrap;gap:var(--gw-spacer-16)}}.gw-long-card__time{display:block;font-size:.875rem;line-height:1.25rem;color:#66727f}.gw-long-card__tags{display:flex;flex-wrap:wrap;gap:var(--gw-spacer-8)}.gw-long-card__title{margin:0}a.gw-long-card:hover,a.gw-long-card:active{outline:transparent solid 1px;color:inherit;text-decoration:none}a.gw-long-card:hover{box-shadow:0 12px 32px #0b1f332e;background-color:#fff}a.gw-long-card:active{box-shadow:none;background-color:#e4ecfd}html.gw-blind-support-theme_inverse .gw-long-card{outline:1px solid #FFFFFF;box-shadow:none;color:#fff;background-color:#000}html.gw-blind-support-theme_inverse a.gw-long-card:hover,html.gw-blind-support-theme_inverse a.gw-long-card:active{outline:3px solid #FFFFFF;text-decoration:none}html.gw-blind-support-theme_blue .gw-long-card{background-color:#9dd1ff}html.gw-blind-support-theme_blue a.gw-long-card:hover,html.gw-blind-support-theme_blue a.gw-long-card:active{background-color:#fff}.gw-modal,.gw-modal_no-header .gw-modal__header{display:none}.gw-modal_no-header .gw-modal__content{grid-template-rows:1fr auto}.gw-modal__overlay{position:fixed;top:var(--gw-offset-top, 0);left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;padding:0;background:#0b1f339e;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:10000}@media(min-width:768px){.gw-modal__overlay{padding:64px}}.gw-modal__content{display:grid;grid-template-rows:auto 1fr auto;gap:var(--gw-spacer-24);border:1px solid rgba(0,0,0,.15);padding:16px;background-color:#fff;width:100vw;max-width:none;height:100%;margin:0;overflow:hidden}@media(min-width:768px){.gw-modal__content{border-radius:12px;margin:auto;padding:32px;height:auto;width:800px;max-height:100%}}.gw-modal__content.no-controls{grid-template-rows:auto 1fr}.gw-modal__content.has-scroll .gw-modal__body{padding-right:20px}.gw-modal__content.has-scroll .gw-modal__footer{border-top:1px solid #99B1E6;padding-top:var(--gw-spacer-24)}.gw-modal__header{display:flex;align-items:flex-start;justify-content:space-between;border-bottom:1px solid #99B1E6;padding-bottom:var(--gw-spacer-24)}.gw-modal__header_no-border{border-bottom:none;padding-bottom:0}.gw-modal__title{margin-right:auto;color:#0b1f33;margin-bottom:0;word-break:break-word}.gw-modal__btn-close{display:flex;align-items:center;justify-content:center;margin:0 0 0 32px;border:none;padding:0;font-weight:700;color:#0d4cd3;background-color:transparent;opacity:100;cursor:pointer}.gw-modal__btn-close:hover{opacity:.75}.gw-modal__body{display:flex;flex-direction:column;gap:16px;overflow-y:auto;max-height:100%;position:relative}.gw-modal__body::-webkit-scrollbar{width:4px}.gw-modal__body::-webkit-scrollbar-track{background-color:transparent}.gw-modal__body::-webkit-scrollbar-thumb{background-color:#d1d5df;border-radius:4px}.gw-modal__footer{display:grid;align-items:center;gap:var(--gw-spacer-24)}@media(min-width:768px){.gw-modal__footer{display:flex;justify-content:center;flex-direction:row}}.gw-modal__icon-close{pointer-events:none}.gw-modal.micromodal-open{display:block}.gw-modal .gw-modal__content,.gw-modal .gw-modal__overlay{will-change:transform}.gw-modal[aria-hidden=false] .gw-modal__overlay{animation:modalFadeIn .3s cubic-bezier(0,0,.2,1)}.gw-modal[aria-hidden=false] .gw-modal__content{animation:modalSlideIn .3s cubic-bezier(0,0,.2,1)}.gw-modal[aria-hidden=true] .gw-modal__overlay{animation:modalFadeOut .3s cubic-bezier(0,0,.2,1)}.gw-modal[aria-hidden=true] .gw-modal__content{animation:modalSlideOut .3s cubic-bezier(0,0,.2,1)}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalFadeOut{0%{opacity:1}to{opacity:0}}@keyframes modalSlideIn{0%{transform:translateY(15%)}to{transform:translateY(0)}}@keyframes modalSlideOut{0%{transform:translateY(0)}to{transform:translateY(-10%)}}html.gw-blind-support-theme_blue .gw-modal__content{background-color:#9dd1ff}html.gw-blind-support-theme_inverse .gw-modal__overlay{background:none}html.gw-blind-support-theme_inverse .gw-modal__content{border:3px solid #FFFFFF;background-color:#000}html.gw-blind-support-theme_inverse .gw-modal__content.has-scroll .gw-modal__footer{border-top:1px solid #FFFFFF}html.gw-blind-support-theme_inverse .gw-modal__header{border-bottom:1px solid #FFFFFF}html.gw-blind-support-theme_inverse .gw-modal__header_no-border{border-bottom:none;padding-bottom:0}html.gw-blind-support-theme_inverse .gw-modal__title,html.gw-blind-support-theme_inverse .gw-modal__btn-close{color:#fff}html.gw-blind-support-theme_inverse .gw-modal__btn-close:hover{opacity:1}.gw-modal-eds{display:flex;flex-direction:column;gap:24px}.gw-modal-eds__item{color:#0b1f33;font-size:.875rem;line-height:1.25rem}.gw-modal-eds__caption{color:#66727f;margin-bottom:4px}html.gw-blind-support-theme_inverse .gw-modal-eds__item,html.gw-blind-support-theme_inverse .gw-modal-eds__caption{color:#fff}.gw-name-card{display:flex;flex-direction:row;text-decoration:none;padding:0;border-radius:12px;background-color:#fff;box-shadow:0 1px 4px #e3ebfc,0 24px 18px #e6ebf566}@media(min-width:1366px){.gw-name-card{flex-direction:column}}@media(min-width:768px){.gw-name-card_no-image{padding-top:8px}}.gw-name-card__img-wrapper{display:block;overflow:hidden;border-radius:12px 0 0 12px;aspect-ratio:3/4;background-color:#edf2fe;max-width:120px;width:120px;flex-shrink:0}@media(min-width:1366px){.gw-name-card__img-wrapper{border-radius:12px 12px 0 0;max-width:none;width:100%;flex-shrink:1}}.gw-name-card__img{width:100%;height:auto;object-fit:cover}.gw-name-card__content-wrapper{width:100%;padding:var(--gw-spacer-16) var(--gw-spacer-24);border-bottom-left-radius:6px;border-bottom-right-radius:6px;text-decoration:none;flex-grow:1}@media(min-width:768px){.gw-name-card__content-wrapper{padding:var(--gw-spacer-16) var(--gw-spacer-24) var(--gw-spacer-24) var(--gw-spacer-24)}}@media(min-width:1366px){.gw-name-card__content-wrapper{padding:var(--gw-spacer-16) var(--gw-spacer-24) var(--gw-spacer-24)}}.gw-name-card__link,.gw-name-card__subtitle,.gw-name-card__info{word-break:break-word}.gw-name-card__title{font-size:1.125rem;line-height:1.5rem;font-weight:700}.gw-name-card__info{color:#66727f}.gw-name-card__link:hover,.gw-name-card__link:focus{text-decoration:none}html.gw-blind-support-theme_inverse .gw-name-card{background-color:#000;outline:1px solid #FFFFFF;box-shadow:none}html.gw-blind-support-theme_inverse .gw-name-card:hover,html.gw-blind-support-theme_inverse .gw-name-card:active{text-decoration:none}html.gw-blind-support-theme_inverse .gw-name-card__img-wrapper{background-color:#000}html.gw-blind-support-theme_inverse .gw-name-card__info{color:#fff}.gw-news{position:relative}.gw-news__top{display:grid;grid-template-columns:1fr;grid-template-rows:auto;grid-column-gap:24px;grid-row-gap:16px;margin-bottom:var(--gw-spacer-32);border-radius:12px;padding:var(--gw-spacer-24);box-shadow:0 1px 4px #e3ebfc,0 6px 16px #e6ebf5cc;background-color:#fff}@media(min-width:768px){.gw-news__top{grid-template-columns:1fr 250px}.gw-news__top--without-additional-filter-block{grid-template-columns:unset}}@media(min-width:768px){.gw-news__search{grid-column:1/2;grid-row:1/2}}@media(min-width:768px){.gw-news__calendar{grid-column:2/3;grid-row:1/2}}@media(min-width:768px){.gw-news__dropdown{grid-column:2/3;grid-row:1/2}}.gw-news__choose-date-wrapper{margin-bottom:var(--gw-spacer-32)}@media(min-width:768px){.gw-news__tags{grid-column:1/-1;grid-row:2/3}}.gw-news__list{display:grid;grid-template-columns:1fr;grid-template-rows:auto;grid-gap:var(--gw-spacer-32)}@media(min-width:1366px){.gw-news__list{grid-template-columns:repeat(3,1fr)}}.gw-news__list .gw-filled-section,.gw-news__list .gw-address-route,.gw-news__list .gw-card{height:100%}.gw-news__item{display:flex;flex-direction:column}.gw-news__button-wrapper{display:flex;justify-content:center}.gw-news__button{display:inline-flex;width:100%}@media(min-width:768px){.gw-news__button{width:auto}}.gw-news__empty{align-items:center;text-align:center}.gw-news__icon{color:#4d83fa}.gw-news__empty-title{margin-bottom:0;font-size:1.25rem;line-height:1.75rem}.gw-news__empty-text{margin-bottom:0}.gw-news_square .gw-news__item-card .gw-filled-section,.gw-news_square .gw-news__item-card .gw-address-route{height:100%}@media(max-width:1365.98px){.gw-news_square .gw-card{grid-template-columns:auto 1.5fr}}@media(max-width:767.98px){.gw-news_square .gw-card{grid-template-columns:1fr}}.gw-news_square .gw-card__img{aspect-ratio:1/1!important;max-height:232px;background-color:#edf2fe}@media(max-width:991.98px){.gw-news_square .gw-card__img{max-height:143px}}@media(max-width:767.98px){.gw-news_square .gw-card__img{display:flex;max-height:unset}}html.gw-blind-support-theme_blue .gw-news__top{box-shadow:none;background-color:#9dd1ff}html.gw-blind-support-theme_inverse .gw-news__top{outline:1px solid #FFFFFF;box-shadow:none;background-color:#000}.gw-news-main__header{display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap}.gw-news-main__title{margin-bottom:0}.gw-news-main__link{display:none;font-size:1.125rem}@media(min-width:768px){.gw-news-main__link{display:block}}.gw-news-main__link:hover,.gw-news-main__link:focus{text-decoration:none}.gw-news-main__link-bottom{font-size:1.125rem}.gw-news-main__link-bottom:hover,.gw-news-main__link-bottom:focus{text-decoration:none}.gw-news-main__content{display:grid;grid-template-columns:1fr;gap:var(--gw-spacer-32)}@media(min-width:1366px){.gw-news-main__content{grid-template-columns:repeat(3,1fr)}}.gw-news-main__info{display:block}@media(min-width:768px){.gw-news-main__info{display:none}}.organization-info{--organization-info-image-width: 256px}@media(max-width:767.98px){.organization-info{--organization-info-image-width: 100%}}.organization-info__img-wrapper{display:block;background-color:#edf2fe;flex-shrink:0;width:100%;max-width:var(--organization-info-image-width)}@media(min-width:768px){.organization-info__img-wrapper{max-width:var(--organization-info-image-width);flex-shrink:1}}.organization-info__img{width:100%;height:auto;object-fit:cover;aspect-ratio:4/4}.gw-organisation-logo-item{color:#66727f;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:var(--gw-spacer-16)}.gw-organisation-logo-item:hover,.gw-organisation-logo-item:focus{text-decoration:none}@media(min-width:768px){.gw-organisation-logo-item{justify-content:flex-start}}.gw-organisation-logo-item__logo{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:72px;height:72px;filter:grayscale(100%);opacity:.5}.gw-organisation-logo-item__text .gw-text-multiline-truncate{font-size:.875rem;line-height:1.25rem}.gw-outer-link{display:flex;flex-direction:column}.gw-outer-link .gw-document-item__wrapper{align-items:center;grid-template-areas:"link download menu-item";text-decoration:none}.gw-outer-link__subtitle{color:#66727f}.gw-partial-content__item.gw-hidden,.gw-partial-content__show-more.gw-hidden{display:none}.gw-partial-content__action{display:flex;justify-content:center}.gw-partial-content__show-more{margin-top:var(--gw-spacer-64);width:100%}@media(min-width:768px){.gw-partial-content__show-more{width:auto}}.partner-card{--partner-card-img-size: 64px;display:flex;gap:var(--gw-spacer-24);border-radius:12px;padding:var(--gw-spacer-24);box-shadow:0 1px 4px #e3ebfc,0 24px 48px #e6ebf566;background-color:#fff;transition:all .25s cubic-bezier(.4,0,.2,1)}.partner-card:hover{box-shadow:0 12px 32px #0b1f332e;text-decoration:none}.partner-card:active{box-shadow:unset;background-color:#e4ecfd}.partner-card__content{display:flex;flex-direction:column;gap:var(--gw-spacer-8)}.partner-card__img{aspect-ratio:1/1;width:var(--partner-card-img-size);height:var(--partner-card-img-size)}.partner-card__title{margin:0;color:#0b1f33}.partner-card__site{color:#0d4cd3}.gw-person-card{--person-card-image-min-width: 120px;--person-card-image-width: 176px;padding:0}.gw-person-card__wrapper{display:flex}.gw-person-card__img-wrapper{display:block;overflow:hidden;border-radius:12px 0 0;aspect-ratio:3/4;min-width:var(--person-card-image-min-width);max-width:var(--person-card-image-min-width);flex-shrink:1;background-color:#edf2fe}@media(min-width:768px){.gw-person-card__img-wrapper{width:100%;max-width:var(--person-card-image-width);min-width:var(--person-card-image-width);flex-shrink:0;border-radius:12px 0 0 12px}}.gw-person-card__img{width:100%;height:auto}.gw-person-card__description{display:flex;flex-direction:column;justify-content:center;padding:16px}@media(min-width:768px){.gw-person-card__description{padding:24px 24px 24px 32px}}.gw-person-card__name{margin-bottom:var(--gw-spacer-4)}.gw-person-card__jobtitle{color:#0b1f33}.gw-person-card__speciality{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:8px}.gw-person-card__tag{border-radius:4px;padding:2px 8px}.gw-person-card__tag_light-blue{background-color:#edf2fe}.gw-person-card__label{color:#66727f}.gw-person-card__link{display:block}.gw-person-card__link:hover,.gw-person-card__link:focus{text-decoration:none}@media(max-width:767.98px){.gw-person-card__vertical_mobile .gw-person-card__wrapper{flex-direction:column;border-radius:12px 12px 0 0}}@media(max-width:767.98px){.gw-person-card__vertical_mobile .gw-person-card__img-wrapper{width:100%;max-width:100%;min-width:100%;border-radius:12px 12px 0 0}}html.gw-blind-support-theme_inverse .gw-person-card__img-wrapper{background-color:#fff}html.gw-blind-support-theme_inverse .gw-person-card__jobtitle{color:#fff}html.gw-blind-support-theme_inverse .gw-person-card__tag{color:#000;background-color:#fff}html.gw-blind-support-theme_inverse .gw-person-card__label{color:#fff}.gw-personal-data-policy{font-size:.875rem;line-height:1.25rem;color:#66727f}html.gw-blind-support-theme_inverse .gw-personal-data-policy{color:#fff}.gw-persons__header{display:flex;align-items:center;justify-content:space-between}.gw-persons__title{margin-right:16px;margin-bottom:0}.gw-persons__header-link{font-size:1.125rem}.gw-persons__list{display:grid;grid-template-columns:1fr;grid-template-rows:auto;gap:var(--gw-spacer-32)}@media(min-width:1366px){.gw-persons__list{grid-template-columns:repeat(3,1fr)}}.gw-photoalbum__body{display:grid;grid-template-columns:1fr;grid-template-rows:auto;grid-gap:var(--gw-spacer-32)}@media(min-width:768px){.gw-photoalbum__body{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.gw-photoalbum__body{grid-template-columns:repeat(3,1fr)}}.gw-photoalbum__button{justify-content:center;width:100%;background-color:transparent}@media(min-width:768px){.gw-photoalbum__button{width:auto}}.gw-photoalbum-new__body{display:grid;grid-gap:var(--gw-spacer-64)}.gw-photoalbum-new__list{display:grid;grid-template-columns:1fr;grid-template-rows:auto;grid-gap:var(--gw-spacer-32)}@media(min-width:768px){.gw-photoalbum-new__list{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.gw-photoalbum-new__list{grid-template-columns:repeat(3,1fr)}}.gw-photoalbum-new__button-wrapper{display:flex;justify-content:center}.gw-photoalbum-new__button{justify-content:center;width:100%;background-color:transparent}@media(min-width:768px){.gw-photoalbum-new__button{width:auto}}.gw-photoalbum-cover{display:flex;flex-direction:column;border-radius:12px;padding:var(--gw-spacer-24);height:100%;box-shadow:0 1px 4px #e3ebfc,0 24px 48px #e6ebf566;background-color:#fff;transition:all .25s cubic-bezier(.4,0,.2,1);cursor:pointer}.gw-photoalbum-cover:hover{box-shadow:0 12px 32px #0b1f332e;text-decoration:none}.gw-photoalbum-cover:active{box-shadow:unset;background-color:#e4ecfd}.gw-photoalbum-cover__img{margin-bottom:var(--gw-spacer-24);border-radius:8px;width:100%;height:auto;max-height:500px;object-fit:cover;object-position:center;aspect-ratio:16/9}.gw-photoalbum-cover__title{display:block;margin-bottom:8px;font-weight:700;font-size:1.125rem;line-height:1.5rem;word-break:break-word;color:#0b1f33}.gw-photoalbum-cover__subtitle{color:#66727f}.gw-photoalbum-cover__tags{display:flex;flex-wrap:wrap;gap:var(--gw-spacer-8);margin-top:var(--gw-spacer-16)}html.gw-blind-support-theme_blue .gw-photoalbum-cover{background-color:#9dd1ff}html.gw-blind-support-theme_blue .gw-photoalbum-cover:hover{background-color:#fff}html.gw-blind-support-theme_inverse .gw-photoalbum-cover{box-shadow:none;background-color:#000;outline:1px solid #FFFFFF}html.gw-blind-support-theme_inverse .gw-photoalbum-cover:hover,html.gw-blind-support-theme_inverse .gw-photoalbum-cover:focus{outline:3px solid #FFFFFF;box-shadow:none}html.gw-blind-support-theme_inverse .gw-photoalbum-cover:active{background-color:#000}html.gw-blind-support-theme_inverse .gw-photoalbum-cover__title,html.gw-blind-support-theme_inverse .gw-photoalbum-cover__subtitle{color:#fff}.gw-photoalbum-cover-new{display:flex;flex-direction:column;border-radius:12px;padding:var(--gw-spacer-24);height:100%;box-shadow:0 1px 4px #e3ebfc,0 24px 48px #e6ebf566;background-color:#fff;transition:all .25s cubic-bezier(.4,0,.2,1);cursor:pointer}.gw-photoalbum-cover-new:hover{box-shadow:0 12px 32px #0b1f332e;text-decoration:none}.gw-photoalbum-cover-new:active{box-shadow:unset;background-color:#e4ecfd}.gw-photoalbum-cover-new__img{margin-bottom:var(--gw-spacer-24);border-radius:8px;width:100%;height:auto;max-height:500px;object-fit:cover;object-position:center;aspect-ratio:16/9}.gw-photoalbum-cover-new__title{display:block;margin-bottom:8px;font-weight:700;font-size:1.125rem;line-height:1.5rem;word-break:break-word;color:#0b1f33}.gw-photoalbum-cover-new__subtitle{color:#66727f}html.gw-blind-support-theme_blue .gw-photoalbum-cover-new{background-color:#9dd1ff}html.gw-blind-support-theme_blue .gw-photoalbum-cover-new:hover{background-color:#fff}html.gw-blind-support-theme_inverse .gw-photoalbum-cover-new{box-shadow:none;background-color:#000;outline:1px solid #FFFFFF}html.gw-blind-support-theme_inverse .gw-photoalbum-cover-new:hover,html.gw-blind-support-theme_inverse .gw-photoalbum-cover-new:focus{outline:3px solid #FFFFFF;box-shadow:none}html.gw-blind-support-theme_inverse .gw-photoalbum-cover-new:active{background-color:#000}html.gw-blind-support-theme_inverse .gw-photoalbum-cover-new__title,html.gw-blind-support-theme_inverse .gw-photoalbum-cover-new__subtitle{color:#fff}.gw-photoalbum-item__content-wrapper{position:relative;overflow:hidden;border-radius:12px;width:100%;cursor:pointer}.gw-photoalbum-item__content-wrapper:before{content:"";display:block;padding-top:56%}.gw-photoalbum-item__content-wrapper:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0b1f33;background-image:url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20.5' cy='19.5' r='13.5' stroke='white' stroke-width='2'/%3E%3Cline x1='30.4142' y1='30' x2='43' y2='42.5858' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");background-position:center;background-repeat:no-repeat;opacity:0;transition:opacity .2s ease-in-out}.gw-photoalbum-item__content-wrapper:hover:after{opacity:.8}.gw-photoalbum-item__content-wrapper:active:after{background-color:#0b1f33}.gw-photoalbum-item__img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.gw-photoalbum-item__link{display:block}html.gw-blind-support-theme_inverse .gw-photoalbum-item__content-wrapper:after{background-color:#000}html.gw-blind-support-theme_inverse .gw-photoalbum-item__content-wrapper:active:after{background-color:#000}.gw-photoalbum-item-new__content-wrapper{position:relative;overflow:hidden;border-radius:12px;width:100%;cursor:pointer}.gw-photoalbum-item-new__content-wrapper:before{content:"";display:block;padding-top:56%}.gw-photoalbum-item-new__content-wrapper:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0b1f33;background-image:url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20.5' cy='19.5' r='13.5' stroke='white' stroke-width='2'/%3E%3Cline x1='30.4142' y1='30' x2='43' y2='42.5858' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");background-position:center;background-repeat:no-repeat;opacity:0;transition:opacity .2s ease-in-out}.gw-photoalbum-item-new__content-wrapper:hover:after{opacity:.8}.gw-photoalbum-item-new__content-wrapper:active:after{background-color:#0b1f33}.gw-photoalbum-item-new__img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.gw-photoalbum-item-new__link{display:block}html.gw-blind-support-theme_inverse .gw-photoalbum-item-new__content-wrapper:after{background-color:#000}html.gw-blind-support-theme_inverse .gw-photoalbum-item-new__content-wrapper:active:after{background-color:#000}.gw-photogallery__body{display:grid;grid-template-columns:1fr;grid-template-rows:auto;grid-gap:var(--gw-spacer-32)}@media(min-width:768px){.gw-photogallery__body{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.gw-photogallery__body{grid-template-columns:repeat(3,1fr)}}.gw-photogallery__item.gw-hidden{display:none}.gw-photogallery__action{display:flex;justify-content:center}.gw-photogallery__button{justify-content:center;margin-top:var(--gw-spacer-64);width:100%;background-color:transparent}@media(min-width:768px){.gw-photogallery__button{width:auto}}.gw-photogallery__button.gw-hidden{display:none}.gw-photogallery-new__body{display:grid;grid-gap:var(--gw-spacer-64)}.gw-photogallery-new__list{display:grid;grid-template-columns:1fr;grid-template-rows:auto;grid-gap:var(--gw-spacer-32)}@media(min-width:768px){.gw-photogallery-new__list{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.gw-photogallery-new__list{grid-template-columns:repeat(3,1fr)}}.gw-photogallery-new__button-wrapper{display:flex;justify-content:center}.gw-photogallery-new__button{justify-content:center;width:100%;background-color:transparent}@media(min-width:768px){.gw-photogallery-new__button{width:auto}}.gw-picture-card{display:grid;grid-template-columns:1fr;grid-template-rows:auto 1fr;min-width:0;word-wrap:break-word;background-clip:border-box;border:0;height:100%;padding:0}.gw-picture-card:hover{box-shadow:0 24px 18px #e3ebfc,0 16px 8px #0b1f332e}.gw-picture-card__wrapper,.gw-picture-card__wrapper:hover,.gw-picture-card__wrapper:active{color:#0b1f33;text-decoration:none}.gw-picture-card__img{display:block;overflow:hidden;border-radius:12px 12px 0 0;aspect-ratio:16/9}.gw-picture-card__content{display:flex;flex-direction:column;padding:var(--gw-spacer-24);border-bottom-left-radius:6px;border-bottom-right-radius:6px;font-size:1.125rem;font-weight:700;line-height:1.5rem;color:#0b1f33}@media(min-width:1366px){.gw-picture-card__text{--rows: 1}}html.gw-blind-support-theme_inverse .gw-picture-card__content{color:#fff}.gw-plain-text_normal{font-size:1.125rem;line-height:1.5rem}.gw-policy{display:grid;grid-template-columns:1fr;grid-template-rows:auto;grid-gap:var(--gw-spacer-64)}.gw-policy__attention{margin-bottom:0;color:#e11432}.gw-policy ol,.gw-policy ul{display:grid;grid-gap:12px}.gw-policy ol li ol,.gw-policy ol li ul,.gw-policy ul li ol,.gw-policy ul li ul{margin-top:12px}.gw-policy ol{list-style:none}.gw-policy ol>li{position:relative;padding-left:38px}.gw-policy ol>li>.list-counter{position:absolute;left:0;display:inline-block;min-width:40px;font-weight:700;color:#4d83fa}.gw-policy ul{list-style-type:disc}.gw-policy ul>li{margin-left:25px}.gw-policy ul>li::marker{font-weight:700;font-size:1.75rem;line-height:1rem;color:#4d83fa}html.gw-blind-support-theme_inverse .gw-policy ol>li>span:first-child{color:#fff}html.gw-blind-support-theme_inverse .gw-policy ul>li::marker{color:#fff}html.gw-blind-support-theme.gw-blind-support-font-size_normal .gw-policy ol>li{padding-left:48px}html.gw-blind-support-theme.gw-blind-support-font-size_large .gw-policy ol>li{padding-left:60px}.gw-product-card{display:grid;--product-card-image-height: 346px;padding:var(--gw-spacer-24);gap:var(--gw-spacer-24);grid-template-rows:var(--product-card-image-height) 1fr}@media(min-width:992px){.gw-product-card{--product-card-image-height: 341px}}@media(min-width:1140px){.gw-product-card{--product-card-image-height: 309px}}.gw-product-card__image{display:block;overflow:hidden;height:var(--product-card-image-height)}.gw-product-card__content{display:flex;flex-direction:column;gap:var(--gw-spacer-8)}.gw-product-card__title{font-size:1.125rem;font-weight:700;line-height:1.5rem;color:#0b1f33;margin:0}.gw-product-card__subtitle{font-size:.875rem;line-height:1.25rem;color:#66727f;margin:0}.gw-qr-plate{display:flex;flex-direction:column;align-items:center;gap:var(--gw-spacer-8);text-align:center}.gw-qr-plate__img{width:100%;max-width:144px}@media(min-width:1366px){.gw-qr-plate__img{max-width:220px}}.gw-press-card{display:flex;flex-direction:column;gap:var(--gw-spacer-16);border-radius:12px;padding:var(--gw-spacer-24);box-shadow:0 1px 4px #e3ebfc,0 24px 18px #e6ebf566;background-color:#fff}.gw-press-card__date{color:#66727f;font-size:.875rem;line-height:1.25rem}.gw-press-card__title{flex-grow:1;color:#0b1f33;font-size:1.125rem;line-height:1.5rem;font-weight:700}.gw-press-card__tags{display:flex;flex-wrap:wrap;gap:var(--gw-spacer-8)}.gw-press-card:hover{box-shadow:0 12px 32px #0b1f332e;text-decoration:none}.gw-press-card:active{box-shadow:none;text-decoration:none;background-color:#e4ecfd}html.gw-blind-support-theme_blue .gw-press-card{background-color:#9dd1ff}html.gw-blind-support-theme_blue .gw-press-card:hover{background-color:#fff}html.gw-blind-support-theme_inverse .gw-press-card{outline:1px solid #FFFFFF;box-shadow:none;background-color:#000}html.gw-blind-support-theme_inverse .gw-press-card__date,html.gw-blind-support-theme_inverse .gw-press-card__title{color:#fff}.gw-results-on-year{background-color:#edf6fe;padding:var(--gw-spacer-48) 0 var(--gw-spacer-64);margin-bottom:calc(-1 * var(--gw-spacer-16))}.gw-results-on-year__item{display:flex;flex-direction:column;align-items:center;gap:var(--gw-spacer-4);width:100%;height:100%;border:2px solid #99B1E6;border-radius:12px;padding:var(--gw-spacer-32) var(--gw-spacer-48) var(--gw-spacer-24)}.gw-results-on-year__item-title{color:#0b1f33;font-size:2.25rem;line-height:2.25rem;font-weight:700}.gw-results-on-year__item-text{color:#66727f;font-size:.875rem;line-height:1.25rem}.gw-review-card{display:block;border-radius:12px;padding:var(--gw-spacer-24);box-shadow:0 1px 4px #e3ebfc,0 24px 18px #e6ebf566;background-color:#fff}.gw-review-card[href]:hover{box-shadow:0 12px 32px #0b1f332e;text-decoration:none}.gw-review-card[href]:active{background-color:#e4ecfd;box-shadow:none;text-decoration:none}.gw-review-card[href] .gw-review-card__outer-link{display:flex}.gw-review-card__article{display:flex;flex-direction:column;gap:var(--gw-spacer-16);height:100%}.gw-review-card__blockquote{flex-grow:1}.gw-review-card__content{color:#0b1f33}.gw-review-card__details{display:grid;grid-template-columns:1fr auto;grid-gap:var(--gw-spacer-16)}.gw-review-card__author,.gw-review-card__date{font-size:.875rem;line-height:1.25rem;color:#66727f}.gw-review-card__outer-link{display:none;align-items:flex-end}.gw-review-card-wrapper .gw-review-card{height:100%}html.gw-blind-support-theme_inverse .gw-review-card{outline:1px solid #FFFFFF;box-shadow:none;background-color:#000}html.gw-blind-support-theme_inverse .gw-review-card[href]:hover{box-shadow:none;background-color:#000}html.gw-blind-support-theme_inverse .gw-review-card[href]:active{background-color:#000}html.gw-blind-support-theme_inverse .gw-review-card__content,html.gw-blind-support-theme_inverse .gw-review-card__author,html.gw-blind-support-theme_inverse .gw-review-card__date{color:#fff}.gw-search-results-body__empty{align-items:center;margin-top:8px;text-align:center}@media(min-width:768px){.gw-search-results-body__empty{margin-top:16px}}.gw-search-results-body__icon{color:#4d83fa}.gw-search-results-body__empty-title{margin-bottom:0;font-size:1.25rem;line-height:1.75rem}.gw-search-results-body__empty-text{margin-bottom:0}.gw-search-results-body__pages{display:inline-block;font-size:.875rem;line-height:1.25rem}.gw-search-results-body__item{position:relative;display:flex;gap:8px;padding-bottom:16px}.gw-search-results-body__item:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:#e1e1e1}.gw-search-results-body__item:last-child{border-bottom:unset;padding-bottom:0}.gw-search-results-body__item:last-child:after{display:none}.gw-search-results-body__number{color:#66727f;white-space:nowrap}.gw-search-results-body__link{display:inline-block}.gw-search-results-body__text{margin-bottom:0;font-size:.875rem;line-height:1.25rem;color:#66727f}.gw-search-results-body__text span{font-weight:700;font-size:.875rem;line-height:1.25rem;color:#0b1f33}.gw-shedule-events{box-shadow:0 1px 4px #e3ebfc,0 24px 18px #e6ebf566;background-color:#fff;border-radius:12px}.gw-shedule-events__header{padding:var(--gw-spacer-16);background-color:#edf2fe}.gw-shedule-events__item{display:grid;grid-template-columns:1fr;gap:var(--gw-spacer-24);padding:var(--gw-spacer-16) var(--gw-spacer-24)}.gw-shedule-events__item:not(:last-child){border-bottom:1px solid #E1E1E1}@media(min-width:768px){.gw-shedule-events__item{grid-template-columns:168px 1fr}}.gw-shedule-events__date{color:#0b1f33;font-size:1.125rem;line-height:1.5rem;font-weight:700}.gw-shedule-events__time-event{color:#0b1f33;font-size:.875rem;line-height:1.25rem}.gw-shedule-events__item-events{display:flex;flex-direction:column;gap:var(--gw-spacer-4)}.gw-shedule-events__time-events{display:flex;flex-direction:column;gap:var(--gw-spacer-16)}.gw-shedule-events__no-events{text-align:center;padding:var(--gw-spacer-16) var(--gw-spacer-24);font-size:.875rem;line-height:1.25rem;color:#66727f}html.gw-blind-support-theme_blue .gw-shedule-events{background-color:#9dd1ff}html.gw-blind-support-theme_inverse .gw-shedule-events{outline:1px solid #FFFFFF;box-shadow:none;background-color:#000}html.gw-blind-support-theme_inverse .gw-shedule-events__time-event,html.gw-blind-support-theme_inverse .gw-shedule-events__date{color:#fff}.gw-sitemap{list-style:none;padding-left:0}.gw-sitemap_inner{padding:16px 0 0 24px}.gw-sitemap__link{font-size:1rem;font-weight:700}.gw-sitemap__item{margin-bottom:var(--gw-spacer-32)}.gw-sitemap__item:last-child{margin-bottom:0}.gw-sitemap__item .gw-sitemap__link:hover,.gw-sitemap__item>a:hover,.gw-sitemap__item-children .gw-sitemap__link:hover,.gw-sitemap__item-children>a:hover{text-decoration:none}.gw-sitemap__item-children{margin-bottom:16px}.gw-social-links{display:flex;flex-wrap:wrap;gap:16px}@media(max-width:1365.98px){.gw-social-links{flex-wrap:nowrap}}.gw-social-links__item{width:40px;height:40px}.gw-social-links__link{border-radius:12px;display:flex;flex-direction:row;align-items:center;justify-content:center;width:40px;height:40px}.gw-social-links_size-24 .gw-social-links__item,.gw-social-links_size-24 .gw-social-links__link{width:24px;height:24px}.gw-social-links_size-24 svg{width:100%;height:100%}.gw-social-links_gosblue svg{fill:#0d4cd3}html.gw-blind-support-theme_inverse .gw-social-coordinator-card__title,html.gw-blind-support-theme_inverse .gw-social-coordinator-card__text{color:#fff}.gw-social-icons{display:flex;gap:14px}html.gw-blind-support-theme_inverse .gw-social-icons__link{color:#000}html.gw-blind-support-theme_inverse .gw-social-icons__link:hover,html.gw-blind-support-theme_inverse .gw-social-icons__link:focus,html.gw-blind-support-theme_inverse .gw-social-icons__link:active{color:#000}.gw-spoiler{display:grid;grid-template-columns:100%;grid-gap:var(--gw-spacer-64);overflow:hidden;transition:grid-template-rows .5s cubic-bezier(.4,0,.2,1)}.gw-spoiler[data-gw-spoiler=closed]{grid-template-rows:0fr}.gw-spoiler[data-gw-spoiler=opened]{grid-template-rows:1fr;overflow:visible}.gw-spoiler[data-gw-spoiler=opened] .gw-spoiler__content{opacity:1;visibility:visible}.gw-spoiler__content{min-height:0;opacity:0;visibility:hidden;transition:all .2s ease .1s}.gw-spoiler__action{display:flex;justify-content:center;align-items:center}.gw-spoiler__button{width:100%}@media(min-width:768px){.gw-spoiler__button{width:auto}}.gw-sport-banner{position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;border-radius:12px;padding:18px 16px 24px;background:linear-gradient(95.98deg,#ade6ff 4.74%,#9bfff3 95.26%) no-repeat}.gw-sport-banner:hover,.gw-sport-banner:active{text-decoration:none;color:unset}@media(min-width:768px){.gw-sport-banner{position:static;flex-direction:row-reverse;justify-content:space-between;gap:12px;padding:0;height:168px}}@media(min-width:1366px){.gw-sport-banner{height:180px}}.gw-sport-banner__decor{flex-grow:1;height:100%}@media(min-width:768px){.gw-sport-banner__decor{width:100%}}@media(min-width:1366px){.gw-sport-banner__decor{position:relative}}@media(min-width:768px){.gw-sport-banner__image{position:relative;display:flex;justify-content:center;align-items:center;margin-left:auto;max-width:368px;height:100%;text-align:center}}.gw-sport-banner__img{width:100%;height:auto}.gw-sport-banner__img_calendar{position:relative;z-index:1;max-height:145px}@media(min-width:768px){.gw-sport-banner__img_calendar{min-height:unset;max-height:133px}}@media(min-width:1366px){.gw-sport-banner__img_calendar{max-height:150px}}.gw-sport-banner__img_light-rays{position:absolute;top:50%;left:50%;width:100%;height:100%;transform:translate(-50%,-50%)}@media(min-width:768px){.gw-sport-banner__img_light-rays{width:340px;transform:translate(-58%,-50%)}}.gw-sport-banner__img_laurel{display:none}@media(min-width:768px){.gw-sport-banner__img_laurel{position:absolute;top:50%;left:50%;display:block;width:352px;transform:translate(-51%,-50%)}}@media(min-width:1366px){.gw-sport-banner__img_laurel{height:100%}}.gw-sport-banner__img_running-track{display:none}@media(min-width:1366px){.gw-sport-banner__img_running-track{position:absolute;top:38px;right:334px;display:block;width:403px}}.gw-sport-banner__img_sportsman{display:none}@media(min-width:1366px){.gw-sport-banner__img_sportsman{position:absolute;top:18px;right:380px;display:block;width:122px;height:160px}}.gw-sport-banner__content{position:relative;z-index:1}@media(min-width:768px){.gw-sport-banner__content{--padding-left: 32px;padding:24px 0 24px var(--padding-left);max-width:calc(260px + var(--padding-left))}}@media(min-width:1366px){.gw-sport-banner__content{padding:42px 0 42px 64px;min-width:450px;max-width:520px}}.gw-sport-banner__title,.gw-sport-banner__text{text-align:center;color:#0b1f33}@media(min-width:768px){.gw-sport-banner__title,.gw-sport-banner__text{text-align:left}}.gw-sport-banner__title{margin-bottom:var(--gw-spacer-8);font-size:1.25rem;line-height:1.75rem}@media(min-width:768px){.gw-sport-banner__title{font-size:1.5rem;line-height:2rem}}@media(min-width:1366px){.gw-sport-banner__title{font-size:2rem;line-height:2.5rem}}.gw-sport-banner__text{margin-bottom:0;font-size:.875rem;line-height:1.25rem}@media(min-width:768px){.gw-sport-banner__text{font-size:1rem;line-height:1.5rem}}.gw-sport-banner__text br{display:none}@media(min-width:1366px){.gw-sport-banner__text br{display:block}}.gw-statistic-slide{display:flex;align-items:center;justify-content:center}.gw-statistic-slide__count{font-size:2.25rem;line-height:2.75rem;font-weight:700;text-align:center}.gw-statistic-slide__description{font-size:.875rem;line-height:1.25rem;color:#66727f;text-align:center}html.gw-blind-support-theme_inverse .gw-statistic-slide__description{color:#fff}.gw-sub-contact{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;row-gap:var(--gw-spacer-24)}.gw-sub-contact__side_left{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;margin-right:8px;color:#66727f}.gw-sub-contact__side_right{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;row-gap:4px}.gw-sub-contact__icon{padding:2px}.gw-sub-contact__label{font-size:.875rem;line-height:1.25rem;color:#66727f}.gw-sub-contact__label:empty{display:none}.gw-sub-contact__value_text{white-space:pre-line}.gw-sub-contact__value_link,.gw-sub-contact__value_link:hover,.gw-sub-contact__value_link:active{text-decoration:none}.gw-sub-contact__value_bold{font-weight:700}html.gw-blind-support-theme_inverse .gw-sub-contact__label,html.gw-blind-support-theme_inverse .gw-sub-contact__side_left{color:#fff}.gw-submit-documents-card__title{font-weight:700}.gw-submit-documents-card__description{display:flex;flex-direction:column}.gw-submit-documents-card__info{background-color:#edf2fe;border-radius:12px;padding:var(--gw-spacer-24)}.gw-submit-documents-card__content{display:grid;grid-template-columns:1fr;grid-gap:var(--gw-spacer-32)}@media(min-width:768px){.gw-submit-documents-card__content{grid-template-columns:1fr 220px}}.gw-submit-documents-card__main,.gw-submit-documents-card__sidebar{display:flex;flex-direction:column;gap:var(--gw-spacer-16)}html.gw-blind-support-theme_inverse .gw-submit-documents-card__info{background-color:#000;outline:1px solid #FFFFFF}.gw-tile-link{display:flex;align-items:center;gap:var(--gw-spacer-24);border-radius:12px;padding:var(--gw-spacer-24);box-shadow:0 1px 4px #e3ebfc,0 24px 48px #e6ebf566;background-color:#fff;transition:all .25s cubic-bezier(.4,0,.2,1);height:auto}.gw-tile-link:hover{box-shadow:0 12px 32px #0b1f332e;color:#0d4cd3;text-decoration:none}.gw-tile-link:active{box-shadow:unset;color:#0d4cd3;background-color:#e4ecfd}.gw-tile-link__anchor-text{margin-right:auto}.gw-tile-link_img{justify-content:center;padding:var(--gw-spacer-16);height:56px}.gw-tile-link_img .gw-tile-link__anchor-text{display:none}.gw-tile-link_border-blu-digitale{border:2px solid #4D83FA}.gw-tile-links-grid-3-column__item .gw-tile-link{height:100%}html.gw-blind-support-theme_inverse .gw-tile-link{box-shadow:none;background-color:#000;outline:1px solid #FFFFFF}html.gw-blind-support-theme_inverse .gw-tile-link:hover,html.gw-blind-support-theme_inverse .gw-tile-link:focus{outline:3px solid #FFFFFF}.gw-tile-links-grid-3-column{display:grid;grid-template-columns:1fr;grid-template-rows:auto;grid-gap:var(--gw-spacer-32)}@media(min-width:992px){.gw-tile-links-grid-3-column{grid-template-columns:repeat(2,1fr)}}@media(min-width:1366px){.gw-tile-links-grid-3-column{grid-template-columns:repeat(3,1fr)}}.gw-timetable{display:grid;grid-template-columns:100%;grid-template-rows:auto;grid-gap:24px}@media(min-width:1366px){.gw-timetable{grid-template-columns:repeat(7,1fr);grid-gap:16px}}.gw-timetable__title{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:16px}@media(min-width:1366px){.gw-timetable__title{flex-direction:column;align-items:flex-start;justify-content:unset}}.gw-timetable__weekday{font-weight:700;font-size:1.125rem;line-height:1.5rem}@media(min-width:1366px){.gw-timetable__weekday{margin-bottom:4px}}.gw-timetable__weekday_today{color:#1d5deb}.gw-timetable__date{font-size:.875rem;line-height:1.25rem;color:#66727f}.gw-timetable__notification{font-weight:700;font-size:1rem;line-height:1.5rem;color:#66727f}html.gw-blind-support-theme_inverse .gw-timetable__weekday_today{color:#fff;text-decoration:underline}html.gw-blind-support-theme_inverse .gw-timetable__date,html.gw-blind-support-theme_inverse .gw-timetable__notification{color:#fff}.gw-timetable-lesson{--color: #4D83FA;display:flex;flex-direction:column;gap:16px;border-radius:8px;padding-top:16px;padding-bottom:16px;box-shadow:0 1px 4px #e3ebfc,0 6px 16px #e6ebf5cc;background-color:#fff}@media(min-width:768px)and (max-width:1365.98px){.gw-timetable-lesson{flex-direction:row;gap:24px;padding-top:24px;padding-bottom:24px}}.gw-timetable-lesson_color-blue{--color: #4D83FA}.gw-timetable-lesson_color-green{--color: #12826E}.gw-timetable-lesson_color-grey{--color: #9DACCE}.gw-timetable-lesson_color-light-green{--color: #2DC36A}.gw-timetable-lesson_color-orange{--color: #FF8A00}.gw-timetable-lesson_color-purple{--color: #9B3BE5}.gw-timetable-lesson_color-yellow{--color: #FED13E}.gw-timetable-lesson__section{overflow:hidden;padding-right:16px;padding-left:16px}@media(min-width:768px){.gw-timetable-lesson__section{flex-grow:1;flex-shrink:1;flex-basis:100%}}.gw-timetable-lesson__section_main{position:relative}.gw-timetable-lesson__section_main:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;border-radius:0 2px 2px 0;background-color:var(--color)}@media(min-width:768px)and (max-width:1365.98px){.gw-timetable-lesson__section_main{flex-basis:31%;padding-left:24px;padding-right:0}.gw-timetable-lesson__section_teachers{flex-basis:37%;padding-right:0;padding-left:0}.gw-timetable-lesson__section_location{flex-basis:32%;padding-left:0;padding-right:24px}}.gw-timetable-lesson__title{font-weight:700}.gw-timetable-lesson__group{font-size:.875rem;line-height:1.25rem;color:#66727f}.gw-timetable-lesson__time{font-size:.875rem;line-height:1.25rem}.gw-timetable-lesson__interval{display:inline-flex;border-radius:4px;padding:2px 8px;background-color:#edf2fe}.gw-timetable-lesson__interval span{font-size:.875rem;line-height:1.25rem}.gw-timetable-lesson__teachers{display:flex;flex-direction:column;gap:4px}@media(min-width:768px){.gw-timetable-lesson__teachers{gap:8px}}@media(min-width:1366px){.gw-timetable-lesson__teachers{gap:4px}}.gw-timetable-lesson__teacher,.gw-timetable-lesson__location{font-size:.875rem;line-height:1.25rem}.gw-timetable-lesson__location{margin:0;color:#66727f}@media(min-width:768px){.gw-timetable-lesson__location{text-align:right}}@media(min-width:1366px){.gw-timetable-lesson__location{text-align:left}}html.gw-blind-support-theme_inverse .gw-timetable-lesson{outline:1px solid #FFFFFF;box-shadow:none;background-color:#000}html.gw-blind-support-theme_inverse .gw-timetable-lesson__section_main:before{background-color:#fff}html.gw-blind-support-theme_inverse .gw-timetable-lesson__group{color:#fff}html.gw-blind-support-theme_inverse .gw-timetable-lesson__interval{color:#000;background-color:#fff}html.gw-blind-support-theme_inverse .gw-timetable-lesson__location{color:#fff}.gw-title-caption{margin-top:-16px;margin-bottom:var(--gw-spacer-32);color:#66727f}html.gw-blind-support-theme_inverse .gw-title-caption{color:#fff}.gw-ui-kit-block__wrapper{grid-template-columns:1fr}@media(min-width:1366px){.gw-ui-kit-block__wrapper{grid-template-columns:repeat(3,1fr)}}.gw-ui-kit-block__link,.gw-ui-kit-block__link:hover,.gw-ui-kit-block__link:active{text-decoration:none;display:block}.gw-ui-kit-block__flex-row{display:flex;flex-wrap:wrap;gap:8px}.gw-useful-services__header{display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap}.gw-useful-services__title{margin-bottom:0}.gw-useful-services__link{display:none;font-size:1.125rem}@media(min-width:768px){.gw-useful-services__link{display:block}}.gw-useful-services__icon{width:126px;height:22px}.gw-useful-services__content{display:grid;grid-template-columns:1fr;gap:var(--gw-spacer-32)}@media(min-width:1366px){.gw-useful-services__content{grid-template-columns:repeat(2,1fr)}}.gw-useful-services__info{display:block}@media(min-width:768px){.gw-useful-services__info{display:none}}.vacancy-card__body{align-items:flex-start}@media(max-width:767.98px){.vacancy-card__body{align-items:stretch}}.vacancy-card__link{max-width:none}@media(min-width:768px){.vacancy-cv-send-card.gw-make-action{display:flex;align-items:center;gap:24px}}@media(min-width:768px){.vacancy-cv-send-card.gw-make-action .gw-make-action__icon{margin:0}}@media(min-width:768px){.vacancy-cv-send-card.gw-make-action .gw-make-action__content{margin-bottom:0;text-align:left}}.vacancy-cv-send-card__icon{padding:4px}.gw-vertical-nav{position:sticky;top:128px;overflow-y:auto;padding:3px;transform:translate(-3px) translateY(-3px)}.gw-vertical-nav__title{margin-bottom:20px;font-weight:700}.gw-vertical-nav__list{display:grid;grid-template-columns:1fr;grid-template-rows:auto;grid-gap:16px}@media(min-width:768px){.gw-vertical-nav__list{grid-template-columns:repeat(3,1fr);grid-column-gap:32px}}@media(min-width:1366px){.gw-vertical-nav__list{grid-template-columns:1fr;grid-column-gap:unset}}.gw-vertical-nav .gw-vertical-nav__item{border-left:none}.gw-vertical-nav__link{padding:0;margin:0}.gw-vertical-nav__link:hover{text-decoration:none}.gw-vertical-nav__button{margin-top:20px;width:100%}@media(min-width:768px)and (max-width:1365.98px){.gw-vertical-nav__button{margin-top:32px;width:auto}}@media(min-width:1366px){.gw-vertical-nav__button{margin-top:0}}.gw-vertical-nav-menu{display:flex;flex-direction:column;gap:var(--gw-spacer-32)}@media(min-width:1366px){.gw-vertical-nav-menu{display:none}}.gw-vertical-nav-menu_open .gw-vertical-nav-menu__wrapper{transform:translate(0)}.gw-vertical-nav-menu__button{display:flex;align-items:center;justify-content:space-between;border:0;border-radius:12px;padding:var(--gw-spacer-16) 24px;width:100%;background-color:#e4ecfd;cursor:pointer}.gw-vertical-nav-menu__button:hover{background-color:#d2dffb}.gw-vertical-nav-menu__button:hover .gw-vertical-nav-menu__button-title,.gw-vertical-nav-menu__button:hover .gw-vertical-nav-menu__button-icon{color:#216cff}.gw-vertical-nav-menu__button-title{font-weight:700;font-size:1rem;line-height:1.5rem}.gw-vertical-nav-menu__button-title,.gw-vertical-nav-menu__title{font-weight:700;color:#0b1f33}.gw-vertical-nav-menu__button-icon,.gw-vertical-nav-menu__icon{color:#0d4cd3}.gw-vertical-nav-menu__wrapper{position:fixed;top:var(--gw-offset-top, 0);left:0;z-index:100;width:100%;height:100vh;background-color:#fff;transform:translate(-100%);transition:transform .5s cubic-bezier(.4,0,.2,1)}.gw-vertical-nav-menu__top{display:flex;align-items:center;justify-content:space-between;width:100%;padding:var(--gw-spacer-16);background-color:#e4ecfd}@media(min-width:768px){.gw-vertical-nav-menu__top{padding:var(--gw-spacer-16) 24px}}.gw-vertical-nav-menu__button-close{border:0;padding:0;background-color:transparent;cursor:pointer}.gw-vertical-nav-menu__body{overflow-y:auto;padding:var(--gw-spacer-16);height:calc(100vh - var(--gw-spacer-16) * 2 - 1.5rem);scrollbar-width:thin;scrollbar-color:#D1D5DF}.gw-vertical-nav-menu__list{display:flex;flex-direction:column;gap:24px}.gw-vertical-nav-menu__button-action{width:100%}@media(min-width:768px){.gw-vertical-nav-menu__button-action{width:auto}}html.gw-blind-support-theme_blue .gw-vertical-nav-menu__button:hover{background-color:#fff}html.gw-blind-support-theme_inverse .gw-vertical-nav-menu__wrapper{background-color:#000}html.gw-blind-support-theme_inverse .gw-vertical-nav-menu__top{outline:1px solid #FFFFFF;background-color:#000}html.gw-blind-support-theme_inverse .gw-vertical-nav-menu__title,html.gw-blind-support-theme_inverse .gw-vertical-nav-menu__icon{color:#fff}html.gw-blind-support-theme_inverse .gw-vertical-nav-menu__button{background-color:#fff}html.gw-blind-support-theme_inverse .gw-vertical-nav-menu__button:hover .gw-vertical-nav-menu__button-title,html.gw-blind-support-theme_inverse .gw-vertical-nav-menu__button:hover .gw-vertical-nav-menu__button-icon,html.gw-blind-support-theme_inverse .gw-vertical-nav-menu__button-title,html.gw-blind-support-theme_inverse .gw-vertical-nav-menu__button-icon{color:#000}html.gw-blind-support-theme_inverse .gw-vertical-nav-menu__link{color:#fff}.gw-vertical-person-card{display:flex;flex-direction:row;text-decoration:none;padding:0;border-radius:12px;background-color:#fff;box-shadow:0 1px 4px #e3ebfc,0 24px 18px #e6ebf566}@media(min-width:1366px){.gw-vertical-person-card{flex-direction:column}}.gw-vertical-person-card__img-wrapper{display:block;overflow:hidden;border-radius:12px 0 0 12px;aspect-ratio:3/4;background-color:#edf2fe;max-width:120px;width:120px;flex-shrink:0}@media(min-width:1366px){.gw-vertical-person-card__img-wrapper{border-radius:12px 12px 0 0;max-width:none;width:100%;flex-shrink:1}}.gw-vertical-person-card__img{width:100%;height:auto;object-fit:cover}.gw-vertical-person-card__content-wrapper{width:100%;padding:var(--gw-spacer-16) var(--gw-spacer-24);border-bottom-left-radius:6px;border-bottom-right-radius:6px;text-decoration:none;flex-grow:1}@media(min-width:768px){.gw-vertical-person-card__content-wrapper{padding:var(--gw-spacer-16) var(--gw-spacer-24)}}@media(min-width:1366px){.gw-vertical-person-card__content-wrapper{padding:var(--gw-spacer-16) var(--gw-spacer-24) var(--gw-spacer-24)}}.gw-vertical-person-card__name{font-size:1.125rem;line-height:1.5rem;font-weight:700}.gw-vertical-person-card__subtitle{color:#0b1f33}.gw-vertical-person-card__speciality{display:flex;flex-wrap:wrap;gap:8px}.gw-vertical-person-card__tag{border-radius:4px;padding:2px 8px}.gw-vertical-person-card__tag_light-blue{background-color:#edf2fe}.gw-vertical-person-card__link:hover,.gw-vertical-person-card__link:focus{text-decoration:none}@media(min-width:768px){.gw-vertical-person-card_revert-layout{flex-direction:column}}@media(min-width:768px){.gw-vertical-person-card_revert-layout .gw-vertical-person-card__content-wrapper{padding-bottom:var(--gw-spacer-24)}}@media(min-width:768px){.gw-vertical-person-card_revert-layout .gw-vertical-person-card__img-wrapper{border-radius:12px 12px 0 0;max-width:none;width:100%;flex-shrink:1}}html.gw-blind-support-theme_inverse .gw-vertical-person-card{background-color:#000;outline:1px solid #FFFFFF;box-shadow:none}html.gw-blind-support-theme_inverse .gw-vertical-person-card:hover,html.gw-blind-support-theme_inverse .gw-vertical-person-card:active{text-decoration:none}html.gw-blind-support-theme_inverse .gw-vertical-person-card__img-wrapper{background-color:#000}html.gw-blind-support-theme_inverse .gw-vertical-person-card__subtitle{color:#fff}html.gw-blind-support-theme_inverse .gw-vertical-person-card__tag{color:#000;background-color:#fff}.gw-tabs{display:flex;flex-direction:column;gap:var(--gw-spacer-24)}.gw-tabs__header{display:flex;box-shadow:0 1px 4px #e3ebfc,0 24px 18px #e6ebf566;border-radius:12px 12px 0 0;background-color:#fff}@media(min-width:768px){.gw-tabs__header{overflow-y:auto}}@media(max-width:767.98px){.gw-tabs__nav,.gw-tabs__button{width:100%}}.gw-tabs__nav{display:flex;gap:16px;overflow-x:auto;border-bottom:1px solid var(--color-border);scrollbar-width:none;-webkit-overflow-scrolling:touch;-webkit-user-select:none;user-select:none}.gw-tabs__nav::-webkit-scrollbar{display:none}.gw-tabs__nav.js-gw-draggable-active{cursor:grabbing}.gw-tabs__button{display:none;align-items:center;justify-content:space-between;gap:var(--gw-spacer-24);padding:var(--gw-spacer-24);font-size:1rem;line-height:1.5rem;color:#0d4cd3;background-color:transparent;border:none;border-bottom:2px solid transparent;position:relative;cursor:pointer;transition:color .3s ease,border-color .3s ease;outline:none}@media(min-width:768px){.gw-tabs__button{display:flex;max-width:500px}}.gw-tabs__button:hover{color:#0d4cd3}.gw-tabs__button.is-active{display:flex;color:#0b1f33;border-bottom:2px solid #0D4CD3}.gw-tabs__button.is-active:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:2px;background-color:#0d4cd3}.gw-tabs__button-text{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-line-clamp:1;color:inherit}@media(max-width:767.98px){.gw-tabs__button-text{text-align:left}}.gw-tabs__button-icon{color:#0d4cd3;transform:rotate(90deg)}@media(min-width:768px){.gw-tabs__button-icon{display:none}}.gw-tabs__menu{position:fixed;top:var(--gw-offset-top, 0);left:0;z-index:100;width:100%;height:100vh;background-color:#fff;transform:translate(-100%);transition:transform .5s cubic-bezier(.4,0,.2,1)}.gw-tabs__menu.is-active{transform:translate(0)}.gw-tabs__name{-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gw-tabs__top{display:flex;align-items:center;justify-content:space-between;gap:var(--gw-spacer-8);border-bottom:2px solid #0D4CD3;width:100%;padding:var(--gw-spacer-16)}.gw-tabs__button-close{border:0;padding:0;background-color:transparent;cursor:pointer}.gw-tabs__body{overflow-y:auto;height:calc(100vh - var(--gw-spacer-16) * 2 - 1.5rem);scrollbar-width:thin;scrollbar-color:#D1D5DF}.gw-tabs__list{display:flex;flex-direction:column}.gw-tabs__item{padding:var(--gw-spacer-16)}.gw-tabs__item.is-active{background-color:#e4ecfd}.gw-tabs__panel{display:none}.gw-tabs__panel.is-active{display:block}.gw-videoalbum__list{display:grid;grid-template-columns:1fr;grid-template-rows:auto;grid-gap:var(--gw-spacer-32);margin-bottom:var(--gw-spacer-64)}@media(min-width:768px){.gw-videoalbum__list{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.gw-videoalbum__list{grid-template-columns:repeat(3,1fr)}}.gw-videoalbum__button-wrapper{display:flex;justify-content:center}.gw-videoalbum__button{justify-content:center;width:100%;background-color:transparent}@media(min-width:768px){.gw-videoalbum__button{width:auto}}.gw-videoalbum-item{position:relative;overflow:hidden;border-radius:12px;width:100%;cursor:pointer}.gw-videoalbum-item:before{content:"";display:block;padding-top:56%;pointer-events:none}.gw-videoalbum-item:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='48' height='48' rx='24' fill='black' fill-opacity='0.7'/%3E%3Cpath d='M32.5 23.134C33.1667 23.5189 33.1667 24.4811 32.5 24.866L20.5 31.7942C19.8333 32.1791 19 31.698 19 30.9282V17.0718C19 16.302 19.8333 15.8209 20.5 16.2058L32.5 23.134Z' fill='white'/%3E%3C/svg%3E%0A");background-position:center;background-repeat:no-repeat;opacity:1;pointer-events:none}.gw-videoalbum-item--active:after{content:unset}.gw-videoalbum-item iframe{aspect-ratio:16/9;position:absolute;top:0;left:0;width:100%;height:100%}.gw-videoalbum-item__wrapper,.gw-videoalbum-item__img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.gw-videogallery__list{display:grid;grid-template-columns:1fr;grid-template-rows:auto;grid-gap:var(--gw-spacer-32);margin-bottom:var(--gw-spacer-64)}@media(min-width:768px){.gw-videogallery__list{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.gw-videogallery__list{grid-template-columns:repeat(3,1fr)}}.gw-videogallery__button-wrapper{display:flex;justify-content:center}.gw-videogallery__button{justify-content:center;width:100%;background-color:transparent}@media(min-width:768px){.gw-videogallery__button{width:auto}}.gw-videogallery-item{display:flex;flex-direction:column;border-radius:12px;padding:var(--gw-spacer-24);height:100%;box-shadow:0 1px 4px #e3ebfc,0 24px 48px #e6ebf566;background-color:#fff;transition:all .25s cubic-bezier(.4,0,.2,1);cursor:pointer}.gw-videogallery-item:hover{box-shadow:0 12px 32px #0b1f332e;text-decoration:none}.gw-videogallery-item:active{box-shadow:unset;background-color:#e4ecfd}.gw-videogallery-item__img{margin-bottom:var(--gw-spacer-24);border-radius:8px;width:100%;height:auto;max-height:500px;object-fit:cover;object-position:center;aspect-ratio:16/9}.gw-videogallery-item__title{display:block;margin-bottom:8px;font-weight:700;font-size:1.125rem;line-height:1.5rem;word-break:break-word;color:#0b1f33}.gw-videogallery-item__subtitle{color:#66727f}html.gw-blind-support-theme_blue .gw-videogallery-item{background-color:#9dd1ff}html.gw-blind-support-theme_blue .gw-videogallery-item:hover{background-color:#fff}html.gw-blind-support-theme_inverse .gw-videogallery-item{box-shadow:none;background-color:#000;outline:1px solid #FFFFFF}html.gw-blind-support-theme_inverse .gw-videogallery-item:hover,html.gw-blind-support-theme_inverse .gw-videogallery-item:focus{outline:3px solid #FFFFFF;box-shadow:none}html.gw-blind-support-theme_inverse .gw-videogallery-item:active{background-color:#000}html.gw-blind-support-theme_inverse .gw-videogallery-item__title,html.gw-blind-support-theme_inverse .gw-videogallery-item__subtitle{color:#fff}.gw-analytics-agreement{position:fixed;bottom:0;z-index:1000;width:100%;color:#fff;background-color:#4d83fa}.gw-analytics-agreement__wrapper{display:flex;flex-direction:column;flex-wrap:nowrap;margin-top:var(--gw-spacer-24);margin-bottom:var(--gw-spacer-24);align-items:flex-start;justify-content:space-between;gap:24px}@media(min-width:768px){.gw-analytics-agreement__wrapper{flex-direction:row;align-items:center}}.gw-analytics-agreement__link{color:#fff;text-decoration:underline}.gw-analytics-agreement__link:hover{color:#fff;text-decoration:none}.gw-analytics-agreement__link:focus-visible{outline:2px solid #E11432}.gw-analytics-agreement__button{width:100%;min-width:132px;border:none}@media(min-width:768px){.gw-analytics-agreement__button{width:auto}}@media(min-width:1366px){.gw-analytics-agreement__button{margin-left:64px}}html.gw-blind-support-theme_inverse .gw-analytics-agreement{color:#000;background-color:#fff}html.gw-blind-support-theme_inverse .gw-analytics-agreement__link{color:#000;text-decoration:underline}html.gw-blind-support-theme_inverse .gw-analytics-agreement__link:hover,html.gw-blind-support-theme_inverse .gw-analytics-agreement__link:focus{color:#000;text-decoration:none}.gw-breadcrumb{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:32px}.gw-breadcrumb__item{display:flex;column-gap:12px;align-items:center}.gw-breadcrumb__item_active{color:#66727f}.gw-breadcrumb__icon{opacity:.18}.gw-breadcrumb__item-link{display:flex;column-gap:12px;align-items:center}.gw-breadcrumb__item-link,.gw-breadcrumb__item-link:hover,.gw-breadcrumb__item-link:active{text-decoration:none}@media(max-width:991.98px){.gw-breadcrumb{display:none}}html.gw-blind-support-theme_inverse .gw-breadcrumb__item_active{color:#fff}html.gw-blind-support-theme_inverse .gw-breadcrumb__icon{opacity:1}.gw-breaking-news__wrapper{display:flex;justify-content:center;color:#fff;background-color:#0d4cd3;margin:16px -16px;padding:12px 16px}@media(min-width:768px){.gw-breaking-news__wrapper{margin:16px -64px;padding:12px 64px}}@media(min-width:1366px){.gw-breaking-news__wrapper{margin:16px auto;padding:12px 16px}}.gw-breaking-news__wrapper_alert{background-color:#ee3f58}.gw-breaking-news__link{display:flex;align-items:center;color:#fff;text-decoration:none}@media(min-width:768px){.gw-breaking-news__link{font-size:1.125rem;line-height:1.5rem}}.gw-breaking-news__link:hover,.gw-breaking-news__link:active{color:#fff;text-decoration:none}.gw-breaking-news__link:hover .gw-breaking-news__icon,.gw-breaking-news__link:active .gw-breaking-news__icon{transform:translate(.5em);transition:all .3s}.gw-breaking-news__modal-color{color:#ee3f58}.gw-breaking-news__icon{color:#fff;fill:#fff;transition:all .3s;margin-left:20px}html.gw-blind-support-theme_inverse .gw-breaking-news__wrapper{color:#000;background-color:#fff}html.gw-blind-support-theme_inverse .gw-breaking-news__wrapper_alert{background-color:#fff}html.gw-blind-support-theme_inverse .gw-breaking-news__link{color:#000}html.gw-blind-support-theme_inverse .gw-breaking-news__link:hover,html.gw-blind-support-theme_inverse .gw-breaking-news__link:active{color:#000;text-decoration:none}html.gw-blind-support-theme_inverse .gw-breaking-news__icon{color:#000;fill:#000}.gw-dev-warning{background-color:#cfe2ff;color:#084298;font-size:1rem;text-align:center;padding:8px;margin-bottom:16px;margin-top:16px;line-height:1.5rem;border:1px solid #B6D4FE;border-radius:6px}@media(min-width:768px){.gw-dev-warning{font-size:1.125rem}}html.gw-blind-support-theme_inverse .gw-dev-warning{background-color:#fff;color:#000}.gw-pagination{--gw-pagination-gap: 2px;--gw-pagination-item-size: 28px;--gw-pagination-item-radius: 4px}@media(min-width:768px){.gw-pagination{--gw-pagination-gap: 8px;--gw-pagination-item-size: 32px;--gw-pagination-item-radius: 8px}}.gw-pagination__list{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:var(--gw-pagination-gap);list-style:none}.gw-pagination__item{display:flex;align-items:center;justify-content:center;font-size:.875rem;line-height:1.25rem;height:var(--gw-pagination-item-size);width:var(--gw-pagination-item-size);min-width:var(--gw-pagination-item-size);border-radius:var(--gw-pagination-item-radius);text-align:center;align-self:center}.gw-pagination__item_active{background-color:#1d5deb}.gw-pagination__item_active .gw-pagination__link,.gw-pagination__item_active .gw-pagination__link:hover{color:#fff}.gw-pagination__item_plug{border:none}.gw-pagination__link{max-width:100%;max-height:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;line-height:1.25rem}.gw-pagination__link:active,.gw-pagination__link:hover{text-decoration:none}.gw-pagination__nav{position:relative;display:flex;align-items:center;justify-content:center;cursor:pointer}.gw-pagination__nav_prev{transform:rotateY(180deg)}.gw-pagination__nav.gw-disabled{pointer-events:none;cursor:none}.gw-pagination__nav.gw-disabled .gw-pagination__svg{opacity:.2}html.gw-blind-support-theme_inverse .gw-pagination__item_active{background-color:#fff}html.gw-blind-support-theme_inverse .gw-pagination__item_active .gw-pagination__link,html.gw-blind-support-theme_inverse .gw-pagination__item_active .gw-pagination__link:hover{color:#000}.menu__list{list-style:none;padding-left:0}.menu__list_inner{padding:16px 0 0 24px}.menu__link{font-size:1rem;font-weight:700}.menu__item{margin-bottom:var(--gw-spacer-32)}.menu__item:last-child{margin-bottom:0}.menu__item .menu__link:hover,.menu__item>a:hover,.menu__item-children .menu__link:hover,.menu__item-children>a:hover{text-decoration:none}.menu__item-children{margin-bottom:16px}.gw-header{display:flex;flex-direction:column;z-index:10;background-color:#fff;box-shadow:0 2px 2px #9daccf14}.gw-header__burger{position:fixed;top:var(--gw-offset-top, 0);left:-100%;z-index:20;width:100%;height:100%;transition:all .5s cubic-bezier(.4,0,.2,1);visibility:hidden}.gw-header__burger_active{left:0;visibility:visible}.gw-header__backdrop{position:fixed;top:var(--gw-offset-top, 0);left:0;width:100%;height:100%;background-color:#00000080;visibility:hidden;opacity:0;transition:all .5s cubic-bezier(.4,0,.2,1);transition-delay:.25s}.gw-header__backdrop_active{visibility:visible;opacity:1;transition-delay:0s}.gw-header__divider{margin:0;opacity:1;display:block;border:0;border-bottom:1px solid #E1E1E1}.gw-header__bottom,.gw-header__middle{position:relative}.gw-header__middle{background-color:#edf2fe}html.gw-blind-support-theme_blue .gw-header{background-color:#9dd1ff}html.gw-blind-support-theme_inverse .gw-header{background-color:#000;box-shadow:none}.gw-header-bottom-nav{display:none;column-gap:32px;list-style:none}@media(min-width:1366px){.gw-header-bottom-nav{display:flex}}.gw-header-bottom-nav.gw-hidden{opacity:0}.gw-header-bottom-nav_opened .gw-header-bottom-nav__wrapper{grid-template-rows:1fr;transition:all .5s}.gw-header-bottom-nav_opened .gw-header-bottom-nav__button{border-color:#e4ecfd;background-color:#e4ecfd}.gw-header-bottom-nav__wrapper,.gw-header-bottom-nav__list{min-height:56px}.gw-header-bottom-nav__wrapper{display:grid;grid-template-rows:0fr;transition:all .5s}.gw-header-bottom-nav__list{display:flex;flex-wrap:wrap;overflow:hidden;column-gap:32px;padding:0 3px;margin:0 -3px}.gw-header-bottom-nav__list:before{background-color:#fff;box-shadow:0 0 transparent,0 0 transparent,inset 0 12px 33px -16px #e3ebfd;content:"";display:block;position:absolute;width:100%;left:0;top:56px;height:calc(100% - 56px);pointer-events:none;z-index:-1}.gw-header-bottom-nav__item{padding-top:16px;padding-bottom:16px}.gw-header-bottom-nav__item,.gw-header-bottom-nav__link{font-size:1rem;line-height:1.5rem}.gw-header-bottom-nav__link{position:relative;color:#0d4cd3}.gw-header-bottom-nav__link:hover{text-decoration:none}.gw-header-bottom-nav__action{flex-shrink:0;flex-grow:0;flex-basis:auto}.gw-header-bottom-nav__button-wrapper.gw-hidden{width:0;overflow:hidden}.gw-header-bottom-nav__button{border:2px solid #0D4CD3;padding:2px 12px;border-radius:8px;width:auto;vertical-align:top;white-space:nowrap;display:inline-block;text-align:center;align-self:flex-start;margin-top:12px;margin-bottom:12px}.gw-header-bottom-nav__button:hover{border-color:#216cff;background-color:#edf2fe;text-decoration:none}.gw-header-bottom-nav__button:active{border-color:#053b75;background-color:#edf2fe;color:#053b75}.gw-header-bottom-nav__list_inner{padding:16px 0 0 24px}.gw-header-bottom-nav__item:last-child{margin-bottom:0}.gw-header-bottom-nav__item .gw-header-bottom-nav__link:hover,.gw-header-bottom-nav__item>a:hover,.gw-header-bottom-nav__item-children .gw-header-bottom-nav__link:hover,.gw-header-bottom-nav__item-children>a:hover{text-decoration:none}.gw-header-bottom-nav__item-children{margin-bottom:16px}html.gw-blind-support-theme_blue .gw-header-bottom-nav__list:before{background-color:#9dd1ff}html.gw-blind-support-theme_inverse .gw-header-bottom-nav__list:before{background-color:#000;box-shadow:none}html.gw-blind-support-theme_inverse .gw-header-bottom-nav_opened html.gw-blind-support-theme_inverse .gw-header-bottom-nav__button,html.gw-blind-support-theme_inverse .gw-header-bottom-nav__button{border-color:#fff;background-color:#000}html.gw-blind-support-theme_inverse .gw-header-bottom-nav__button:hover,html.gw-blind-support-theme_inverse .gw-header-bottom-nav__button:active,html.gw-blind-support-theme_inverse .gw-header-bottom-nav__button:focus{border-color:#fff;background-color:#000;text-decoration:none}html.gw-blind-support-line-height_normal .gw-header-bottom-nav__list:before{top:68px;height:calc(100% - 68px)}html.gw-blind-support-line-height_large .gw-header-bottom-nav__list:before{top:80px;height:calc(100% - 80px)}html.gw-blind-support-font-size_normal .gw-header-bottom-nav__list:before{top:80px;height:calc(100% - 80px)}html.gw-blind-support-font-size_large .gw-header-bottom-nav__list{min-height:94px}html.gw-blind-support-font-size_large .gw-header-bottom-nav__list:before{top:95px;height:calc(100% - 95px)}.gw-header-middle-nav{display:none;column-gap:2rem}@media(min-width:1366px){.gw-header-middle-nav{display:flex}}.gw-header-middle-nav.gw-hidden{opacity:0}.gw-header-middle-nav_opened .gw-header-middle-nav__wrapper{grid-template-rows:1fr;transition:all .5s}.gw-header-middle-nav_opened .gw-header-middle-nav__button{border-color:#e4ecfd;background-color:#e4ecfd}.gw-header-middle-nav__wrapper,.gw-header-middle-nav__list{min-height:56px}.gw-header-middle-nav__wrapper{display:flex;width:100%;justify-content:space-between;align-items:center}.gw-header-middle-nav__list{display:flex;flex-wrap:wrap;overflow:hidden;column-gap:2rem;padding:0 3px;margin:0 -3px}.gw-header-middle-nav__list:before{background-color:#fff;box-shadow:0 0 transparent,0 0 transparent,inset 0 12px 33px -16px #e3ebfd;content:"";display:block;position:absolute;width:100%;left:0;top:56px;height:calc(100% - 56px);pointer-events:none;z-index:-1}.gw-header-middle-nav__item{padding:1rem 0}.gw-header-middle-nav__item,.gw-header-middle-nav__link{display:inline-flex;align-items:center;font-size:1rem;line-height:1.5rem}.gw-header-middle-nav__link{position:relative;color:#0d4cd3;gap:.5rem;line-height:1}.gw-header-middle-nav__link:hover{text-decoration:none}.gw-header-middle-nav__action{flex-shrink:0;flex-grow:0;flex-basis:auto}.gw-header-middle-nav__button-wrapper.gw-hidden{width:0;overflow:hidden}.gw-header-info{position:relative;padding-top:14px;padding-bottom:14px}@media(min-width:992px){.gw-header-info{padding-top:8px;padding-bottom:8px}}.gw-header-info__wrapper{display:flex;flex-wrap:nowrap;align-items:center;column-gap:16px}.gw-header-info__logo{display:none}.gw-header-info__logo .gw-header-info__link{display:block}@media(min-width:768px){.gw-header-info__logo{display:block}}.gw-header-info__name{overflow:hidden;flex-grow:1;padding:0 3px;margin:0 -3px}.gw-header-info__text-caption{font-size:1.125rem;line-height:1.5rem;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 3px;margin:0 -3px}.gw-header-info__sub-title{font-size:.875rem;line-height:1.25rem;color:#66727f;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gw-header-info__link:hover{text-decoration:none}.gw-header-info__icon{color:#9dacce}.gw-header-info__menu{display:block}@media(min-width:1366px){.gw-header-info__menu{display:none}}html.gw-blind-support-theme_inverse .gw-header-info__sub-title,html.gw-blind-support-theme_inverse .gw-header-info__icon{color:#fff}.gw-header-burger{display:flex;flex-direction:column;padding:16px;height:100%;background-color:#fff}@media(min-width:768px){.gw-header-burger{padding-left:64px;padding-right:64px}}.gw-header-burger__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px;column-gap:32px}.gw-header-burger__logo{display:flex;flex-wrap:nowrap;align-items:center;column-gap:16px;max-width:calc(100% - 56px)}.gw-header-burger__logo-link{color:#9dacce}.gw-header-burger__close{border:none;padding:2px;fill:#0d4cd3;background-color:transparent;cursor:pointer}.gw-header-burger__close:hover{fill:#216cff}.gw-header-burger__close:active{fill:#053b75}.gw-header-burger__btn_blind-support{gap:16px;padding:0}.gw-header-burger__icon_eye-glasses{height:24px;width:24px}.gw-header-burger__icon_gosweb{width:60px;color:#0d4cd3}.gw-header-burger__icon_close{color:#0d4cd3}.gw-header-burger__blind{margin-bottom:var(--gw-spacer-24);border-bottom:1px solid #D6E3F9;padding-bottom:var(--gw-spacer-24)}.gw-header-burger__list{display:flex;flex-direction:column;row-gap:var(--gw-spacer-24)}@media(min-width:768px){.gw-header-burger__list{margin-bottom:1.5rem}}.gw-header-burger__list_inner{padding:16px 0 0 24px}.gw-header-burger__list_inner:last-child{margin-bottom:0}.gw-header-burger__item{font-size:1rem;line-height:1.5rem}.gw-header-burger__link{display:inline-block;font-size:1rem;line-height:1.5rem;color:#0d4cd3}.gw-header-burger__link:hover{text-decoration:none;color:#216cff}.gw-header-burger__link:active{color:#053b75}.gw-header-burger__body{flex-grow:1;overflow-y:auto}.gw-header-burger__body--hidden{display:none}@media(min-width:768px){.gw-header-burger__footer{display:none}}.gw-header-burger__blind-link{display:flex;align-items:center}.gw-header-burger__blind-link:hover,.gw-header-burger__blind-link:focus{text-decoration:none}html.gw-blind-support-theme_blue .gw-header-burger{background-color:#9dd1ff}html.gw-blind-support-theme_inverse .gw-header-burger{background-color:#000}html.gw-blind-support-theme_inverse .gw-header-burger__logo-link,html.gw-blind-support-theme_inverse .gw-header-burger__icon_gosweb,html.gw-blind-support-theme_inverse .gw-header-burger__icon_close{color:#fff}html.gw-blind-support-theme_inverse .gw-header-burger__blind{border-bottom:1px solid #FFFFFF}.gw-header-icons{transform-style:preserve-3d;display:flex;align-items:center;gap:32px}.gw-header-icons__wrapper{display:block}@media(min-width:768px){.gw-header-icons__wrapper{display:grid;grid-template-columns:min-content min-content;grid-gap:32px}}@media(min-width:1366px){.gw-header-icons__wrapper{grid-template-columns:max-content min-content min-content}}.gw-header-icons__item{display:none}@media(min-width:1366px){.gw-header-icons__item{display:block}}.gw-header-icons__item_visible{display:block}.gw-header-icons__item_visible:last-of-type{display:none}@media(min-width:768px){.gw-header-icons__item_visible:last-of-type{display:block}}.gw-header-icons__link{display:flex;align-items:center}.gw-header-icons__link.gw-hidden{opacity:0;pointer-events:none}.gw-header-icons__link:hover{text-decoration:none}.gw-header-icons__sub-title{margin-left:16px}.gw-header-icons__icon{color:#0d4cd3}.gw-header-icons__icon_gosweb{width:60px;height:24px}.gw-header-icons .gw-header-red-button{display:flex}@media(min-width:1366px){.gw-header-icons .gw-header-red-button{display:none}}html.gw-blind-support-theme_inverse .gw-header-icons__icon{color:#fff}.gw-header-burger-button{border:none;padding:0;color:#0d4cd3;background-color:transparent;cursor:pointer}.gw-header-burger-link{background-color:#ee3f58;color:#fff;border:none;padding:8px 22px;border-radius:8px;font-family:LatoWeb,sans-serif;font-size:1rem;vertical-align:top;white-space:nowrap;display:inline-flex;gap:8px;height:3rem;width:auto;text-align:center;align-items:center;justify-content:center;cursor:pointer}@media(max-width:1365.98px){.gw-header-burger-link{margin-top:1.5rem}}.gw-header-burger-link:hover{background-color:#e11432;color:#fff;text-decoration:none}.gw-header-burger-link:active{background-color:#e11432;color:#fff}.gw-header-red-button{background-color:#ee3f58;color:#fff;border:none;padding:0;border-radius:8px;width:auto;font-family:LatoWeb,sans-serif;font-size:1rem;vertical-align:top;white-space:nowrap;display:inline-flex;text-align:center;align-items:center;justify-content:center;cursor:pointer;gap:8px;width:3rem;height:3rem}@media(min-width:1366px){.gw-header-red-button{width:auto;padding:8px 22px;height:2.5rem}}.gw-header-red-button:hover{background-color:#e11432;color:#fff;text-decoration:none}.gw-header-red-button:active{background-color:#e11432;color:#fff}.gw-header-red-button .gw-icon{display:block}@media(min-width:1366px){.gw-header-red-button .gw-icon{display:none}}.gw-header-red-button__text{display:none;line-height:1}@media(min-width:1366px){.gw-header-red-button__text{display:block}}html.gw-blind-support-theme_inverse .gw-header-burger-button{color:#fff}.gw-header-search-block{position:absolute;transform:translateY(-50%);top:50%;width:100%;left:0;transition:all .5s ease-out;display:grid;grid-template-rows:0fr;pointer-events:none;visibility:hidden}.gw-header-search-block.gw-active{pointer-events:auto;transition:all .5s;grid-template-rows:1fr;visibility:visible}.gw-header-search-block__wrapper{display:flex;justify-content:flex-end;align-items:center;background-color:#fff}.gw-header-search-block__form{padding-right:0}@media(min-width:768px){.gw-header-search-block__form{padding-right:172px}}.gw-header-search-block__link{border:none;background-color:transparent;color:#0d4cd3;cursor:pointer}.gw-header-search-block__link:hover{color:#216cff}.gw-header-search-block__link:active{color:#053b75}.gw-header-search-block__link_close{margin-left:16px}.gw-header-search-block input[type=search]{border:2px solid transparent}.gw-header-search-block input[type=search]:focus-visible{border-color:#99b1e6;outline:none}html.gw-blind-support-theme_blue .gw-header-search-block__wrapper{background-color:#9dd1ff}html.gw-blind-support-theme_inverse .gw-header-search-block__wrapper{background-color:#000}html.gw-blind-support-theme_inverse .gw-header-search-block__link,html.gw-blind-support-theme_inverse .gw-header-search-block__link:hover,html.gw-blind-support-theme_inverse .gw-header-search-block__link:active{color:#fff}html.gw-blind-support-theme_inverse .gw-header-search-block input[type=search]:focus-visible{border-color:#fff}.gw-footer{background-color:#eff5f9;font-size:1.125rem;line-height:1.5rem;padding:var(--gw-spacer-64) 0}.gw-footer__top,.gw-footer__bottom{display:flex;row-gap:var(--gw-spacer-32)}@media(max-width:1365.98px){.gw-footer__top,.gw-footer__bottom{flex-wrap:wrap}}.gw-footer__divider{background-color:#99b1e6;border:none;margin:var(--gw-spacer-32) 0;height:1px}.gw-footer__top-nav{display:flex;width:75%}@media(max-width:1365.98px){.gw-footer__top-nav{width:100%}}.gw-footer__top-nav .gw-footer__list{list-style:none;--gw-footer-menu-column-gap: 32px;--gw-footer-menu-column-count: 3;display:grid;width:100%;grid-template-columns:repeat(var(--gw-footer-menu-column-count),1fr);gap:16px var(--gw-footer-menu-column-gap)}@media(max-width:1365.98px){.gw-footer__top-nav .gw-footer__list{--gw-footer-menu-column-count: 2 }}@media(max-width:767.98px){.gw-footer__top-nav .gw-footer__list{--gw-footer-menu-column-count: 1 }}.gw-footer__top-nav .gw-footer__item:last-child{margin-bottom:0}.gw-footer__top-nav .gw-footer_inner{padding:16px 0 0 24px}.gw-footer__top-nav .gw-footer__item .gw-footer__link:hover,.gw-footer__top-nav .gw-footer__item>a:hover,.gw-footer__top-nav .gw-footer__item-children .gw-footer__link:hover,.gw-footer__top-nav .gw-footer__item-children>a:hover{text-decoration:none}.gw-footer__top-nav .gw-footer__item-children{margin-bottom:16px}.gw-footer__top-social{display:flex;justify-content:flex-end;column-gap:var(--gw-spacer-16);width:25%}@media(max-width:1365.98px){.gw-footer__top-social{justify-content:flex-start;width:100%}}.gw-footer__bottom-privacy{display:flex;flex-grow:1;padding-right:32px}@media(max-width:767.98px){.gw-footer__bottom-privacy{padding-right:0;width:100%}}.gw-footer a{color:#66727f}.gw-footer a:hover{color:#216cff;text-decoration:none}.gw-footer a:active{color:#053b75;text-decoration:none}.gw-footer .gw-social-links__link{background-color:#86909c;fill:#fff;color:#fff}.gw-footer .gw-social-links__link:hover{color:#fff;background-color:#216cff;text-decoration:none}.gw-footer .gw-social-links__link:active{color:#fff;background-color:#053b75;text-decoration:none}html.gw-blind-support-theme_blue .gw-footer{background-color:#9dd1ff}html.gw-blind-support-theme_inverse .gw-footer{background-color:#000}html.gw-blind-support-theme_inverse .gw-footer__divider{background-color:#fff}html.gw-blind-support-theme_inverse .gw-footer a,html.gw-blind-support-theme_inverse .gw-footer a:hover,html.gw-blind-support-theme_inverse .gw-footer a:active{color:#fff}html.gw-blind-support-theme_inverse .gw-social-links__link:hover,html.gw-blind-support-theme_inverse .gw-social-links__link:active{background-color:#86909c;text-decoration:none}@media(max-width:767.98px){html.gw-blind-support-font-size_large .gw-footer a{word-break:break-word}}@media(max-width:767.98px){html.gw-blind-support-letter-spacing_large .gw-footer a{word-break:break-word}}.gw-footer-menu{--gw-footer-menu-column-gap: 32px;--gw-footer-menu-column-count: 3;display:flex;flex-wrap:wrap;row-gap:16px;column-gap:var(--gw-footer-menu-column-gap)}@media(max-width:1365.98px){.gw-footer-menu{--gw-footer-menu-column-count: 2 }}@media(max-width:767.98px){.gw-footer-menu{--gw-footer-menu-column-count: 1 }}.gw-footer-menu__item{width:calc(100% / var(--gw-footer-menu-column-count) - (var(--gw-footer-menu-column-count) - 1) / var(--gw-footer-menu-column-count) * var(--gw-footer-menu-column-gap))}
