

/* Start:/local/templates/rbi18//css/calendar.css?168544692019444*/
.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:rgba(255,255,255,0)}.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:rgba(0,0,0,0);background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-moz-range-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0,0,0,0);background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-ms-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0,0,0,0);background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-ms-fill-lower{background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-ms-fill-upper{background:rgba(0,0,0,0)}
.air-datepicker{--adp-font-family: "Inter";--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, 0.1);--adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.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 rgba(0,0,0,.15);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:translateX(var(--adp-transition-offset))}.air-datepicker.-from-bottom-{transform:translateY(var(--adp-transition-offset))}.air-datepicker.-from-left-{transform:translateX(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-active-:not(.-custom-position-){transform:translate(0, 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}
/* End */


/* Start:/local/templates/rbi18//css/jquery.fancybox.min.css?168957460812795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/rbi18//css/swiper-bundle.min.css?168508208217905*/
/**
 * Swiper 9.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 15, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/rbi18//css/style.css?173286268975537*/
/*Normalize*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
  color: inherit;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  min-height: 100%;
  width: 100%;
  line-height: 1.5;
  font-size: 13px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
  background: none;
  font-size: inherit;
  font-weight: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

p {
  line-height: 1.5;
}

a {
  text-decoration: none;
  color: inherit;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2 {
  font-size: inherit;
  font-weight: 600;
  word-wrap: break-word;
}

/*/Normalize*/
:root {
  --f-size: 18px;
}
a {
  transition-property: background, opacity, color; /* all properties to transition except color */
  transition-duration: 0.2s;
  color: #494892;
}
a:hover {
  color: #2d2469;
}
a.violet:hover {
  color: #2d2469 !important;
}
.navigation a,
.privacy a,
.header__nav a,
.mobile__nav a,
.news__item {
  color: inherit;
}
.news__item:hover {
  color: inherit;
}
.f-size-14 {
  font-size: 14px;
}
.f-size-18 {
  font-size: 18px;
}
.f-size-20 {
  font-size: 20px;
}
.f-size-24 {
  font-size: 24px;
}
.f-size-32 {
  font-size: 32px;
}
.f-weight-600 {
  font-weight: 600;
}

.violet {
  color: #494892 !important;
}

.pale {
  opacity: 0.4;
}

.white {
  color: #fff !important;
}
.black {
  color: #000 !important;
}
.d-none {
  display: none !important;
}
.button {
  cursor: pointer;
  background-color: #494892;
  font-size: 18px;
  color: #fff !important;
  border-radius: 40px;
  text-align: center;
  transition: background-color 0.2s ease;
}
.button:hover,
.swiper-button-next:hover,
.swiper-button-prev:hover,
.button-arrow:hover {
  background-color: #2d2469;
}
.button.invert {
  background-color: #fff;
  color: #494892 !important;
  border: 1px solid #494892;
}
.button.invert:hover {
  background-color: #494892;
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  .button {
    font-size: 16px;
  }
}

i {
  display: inline-block;
}
i.phone {
  min-width: 16px;
  width: 16px;
  height: 16px;
  background: url("/local/templates/rbi18/img/icon/phone.svg");
}
i.mail {
  min-width: 22px;
  width: 22px;
  height: 18px;
  background: url("/local/templates/rbi18/img/icon/mail.svg");
}
i.geo {
  min-width: 20px;
  width: 20px;
  height: 24px;
  background: url("/local/templates/rbi18/img/icon/geo.svg");
}
i.vk {
  min-width: 24px;
  width: 24px;
  height: 17px;
  background: url("/local/templates/rbi18/img/icon/vk.svg");
}
i.inst {
  min-width: 20px;
  width: 20px;
  height: 20px;
  background: url("/local/templates/rbi18/img/icon/inst.svg");
  background-size: 100% 100%;
}

:root {
  --adp-day-cell-width: 64px;
  --adp-day-cell-height: 64px;
}

body {
  background-color: #fff;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  max-width: 1920px;
  margin: 0 auto;
}
body.lock {
  overflow: hidden;
}

h1,
.h1 {
  font-size: 50px;
  line-height: 120%;
}

h2,
.h2 {
  font-size: 40px;
  line-height: 130%;
}

h3 {
  font-size: 32px;
  line-height: 130%;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 20px;
}

ol > li {
  list-style: inherit;
  margin-left: 2rem;
  line-height: 150%;
}

table {
  font-size: 14px;
  border-radius: 10px;
  border-collapse: collapse;
  font-weight: 400;
}
table th {
  font-weight: 600;
}
table a {
  color: #494892;
}
table a:hover {
  color: #494892;
  opacity: 0.8;
}
main {
  flex: 1 0 auto;
}
main section {
  margin-top: 80px;
}
.contract a,
.contract a:visited {
  color: #494892;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  main section {
    margin-top: 40px;
  }
}

.input-container {
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  padding: 13px 24px;
  position: relative;
}
.input-container span {
  position: absolute;
  top: 16px;
  left: 20px;
  cursor: text;
}
.input-container span:before {
  content: attr(placeholder);
  position: relative;
  color: #999;
}
.input-container span:after {
  content: "*";
  position: relative;
  color: red;
}
.input-container .close {
  position: absolute;
  top: 50%;
  right: 20px;
  height: 12px;
  width: 12px;
  background: url("/local/templates/rbi18/img/icon/close-input.svg") no-repeat
    center;
  transform: translateY(-50%);
}

input:valid + label {
  display: none;
}

input:invalid + label {
  display: none;
}

input:focus + label {
  display: none;
}

input {
  font-weight: 500;
  position: relative;
  width: 100%;
}

input::placeholder {
  margin-bottom: 3px;
}

input[type="checkbox"],
input[type="radio"] {
  accent-color: #494892;
  width: inherit;
  cursor: pointer;
}

input[type="radio"] {
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Chrome, Safari, Opera */
  transform: scale(1.2);
}

.form-policy {
  margin-top: 30px;
  display: flex;
  gap: 7px;
  align-items: flex-start;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.form-policy a {
  color: #494892;
  text-decoration: underline;
}
.form-policy input[type="checkbox"] {
  margin-top: 5px;
}

form .input-container {
  margin-bottom: 20px;
}
form .input-container input {
  font-weight: 500;
}
form .button {
  height: 60px;
  width: 100%;
  margin-top: 15px;
}
form label.radio {
  line-height: 150%;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 20px;
}
form label.radio input {
  margin-top: 5px;
}
form .popup-toggle {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  form .input-container {
    margin-bottom: 15px;
  }
  form .button {
    height: 50px;
  }
}

.custom-select {
  position: relative;
  margin-bottom: 20px;
  min-height: 50px;
}
.custom-select-open {
  height: 10px;
  width: 17px;
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  background: url("/local/templates/rbi18/img/icon/arrow-popup.svg") no-repeat
    center;
  z-index: 3;
  opacity: 0.7;
}
.custom-select input {
  cursor: default;
  pointer-events: none;
  user-select: none;
}
.custom-select .input-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  background-color: #fff;
}
.custom-select .select {
  width: 100%;
  z-index: 1;
  opacity: 0;
  height: 50px;
  cursor: pointer;
  pointer-events: none;
}
.custom-select .select-item {
  margin-top: 20px;
}
.custom-select .select-item:hover {
  opacity: 0.7;
}
.custom-select.open .select {
  opacity: 1;
  height: inherit;
  padding-top: 50px;
  background: #f8f8fa;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  pointer-events: inherit;
}
.custom-select.open .custom-select-open {
  transform: rotate(180deg);
}

.total-price {
  font-size: 25px;
  line-height: 120%;
  color: #494892;
  font-weight: 600;
  text-align: end;
}

.select-file {
  display: flex;
  justify-content: space-between;
  background-color: #f3f3f3;
  align-items: center;
}
.select-file-button {
  min-width: 24px;
  min-height: 24px;
  background: url("/local/templates/rbi18/img/icon/attach.png") no-repeat center;
}
.select-file-name {
  opacity: 0.5;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.select-file .upload {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  height: 100%;
  z-index: 0;
  cursor: pointer;
}

.container {
  padding: 0 60px;
}

.anti-container {
  margin: 0 -60px;
}

.banner {
  height: 530px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  position: relative;
}
.banner:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.banner-content {
  padding: 80px 60px 20px 60px;
  position: relative;
  z-index: 2;
  max-width: calc(100% - 200px);
  max-height: 100%;
  overflow-y: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 980px) {
  .news_details__banner-mobile {
    display: block !important;
  }
  .news_details__banner-mobile .news_details__banner-button {
    display: block;
    position: static !important;
    width: 100% !important;
  }
  .news_details__banner-mobile .banner-title {
    margin-top: 30px;
  }
  .news_details__banner-mobile .banner-title h1 {
    font-size: 30px !important;
  }
  .news_details__banner .banner .banner-content {
    display: none;
  }
  .news_details__banner .banner .button {
    display: none;
  }
  .banner-content {
    max-width: inherit;
    margin: 0 auto;
    padding: 60px 20px 20px 20px;
    justify-content: flex-start;
  }
  .banner-content .banner-title {
    margin-bottom: 20px;
    margin-top: 0;
  }
  .banner-content .banner-desc li {
    margin-bottom: 10px;
    line-height: 120%;
  }
}

.banner-title {
  margin-bottom: 30px;
  max-width: 100%;
  margin-top: auto;
}

.banner-desc {
  line-height: 150%;
  margin-left: 2rem;
}
.banner-desc li {
  list-style: inherit;
  margin-bottom: 10px;
}

.contacts__block {
  padding: 30px;
  position: relative;
}
.contacts__block-content {
  max-width: 70%;
}
.contacts__block-content p,
.contacts__block-content li {
  font-size: 20px;
  line-height: 130%;
}
.contacts__block-content p {
  margin-bottom: 20px;
}
.contacts__block-content a {
  color: #494892;
}
.contacts__block-content h2 {
  margin-bottom: 30px;
  line-height: 120%;
}
.contacts__block .price {
  color: #494892;
  position: absolute;
  bottom: 100px;
  right: 30px;
  display: block;
  font-size: 25px;
  line-height: 120%;
  font-weight: 600;
  white-space: nowrap;
}
.contacts__block .button {
  height: 60px;
  width: 220px;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
@media screen and (max-width: 768px) {
  .contacts__block {
    padding: 30px 20px;
  }
  .contacts__block-content {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .contacts__block .price {
    position: static;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .contacts__block .button {
    position: static;
    width: 100%;
    height: 50px;
  }
  .news_details__banner-mobile .banner-title h1 {
    font-size: 24px !important;
  }
}

.modal {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
.modal.open {
  display: block;
}
.modal-content {
  margin: 15vh auto;
  padding: 40px;
  background: #fff;
  border-radius: 30px;
  width: 650px;
  position: relative;
}
.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 20px;
  width: 20px;
  opacity: 0.5;
  background: url("/local/templates/rbi18/img/icon/close.svg") center no-repeat
    rgba(255, 255, 255, 0.5);
}
.modal-title {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .modal {
    padding: 0 20px;
  }
  .modal-content {
    padding: 30px 20px;
    width: 100%;
  }
  .modal-close {
    top: 15px;
    right: 15px;
  }
  .modal-title {
    margin-bottom: 40px;
  }
}

.info-block {
  display: flex;
  margin-top: 40px;
  gap: 20px;
}
.info-block__list {
  flex: 1;
  padding: 30px;
  max-width: 50%;
  height: max-content;
}
.info-block__list h2 {
  color: #494892;
}
.info-block__list h2 > ul {
  margin-top: 0;
}
.info-block__list h2 + ul {
  margin-top: 20px;
}
.info-block__list ul li {
  color: #afafc2;
  cursor: pointer;
  transition: color 0.2s ease;
}
.info-block__list ul li:hover {
  color: #2d2469;
}
.info-block__list ul li:not(:last-child) {
  margin-bottom: 20px;
}
.info-block__list ul li.active {
  color: #494892;
  text-decoration: underline;
  cursor: inherit;
  pointer-events: none;
}
.info-block__slider {
  flex: 1;
  width: 100%;
  display: none;
}
.info-block__slider.active {
  display: block;
}
.info-block__slider .swiper-wrapper {
  height: unset;
}
.info-block__slider-info {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  width: 100%;
}
.info-block__slider-info span,
.info-block__slider-info a {
  font-weight: 400;
}
.info-block__slider-info span {
  max-width: calc(100% - 100px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.info-block__slider-info span {
  color: rgba(0, 0, 0, 0.6);
}
.info-block__slider-info a {
  text-decoration: underline;
  color: #494892;
}
.info-block__slider-info a:hover {
  color: #2d2469;
}
.info-block__slider ul li {
  padding: 30px;
}
.info-block__slider ul li:not(:last-child) {
  margin-bottom: 20px;
}
.info-block__slider ul li p {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .info-block {
    flex-direction: column;
  }
  .info-block__list {
    max-width: unset;
  }
}

.request {
  position: fixed;
  top: 50vh;
  right: -72px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px 20px 0 0;
  color: #494892;
  transform: rotate(-90deg);
  text-align: center;
  padding: 20px;
  cursor: pointer;
  z-index: 3;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .request {
    display: none;
  }
}
.request__text {
  line-height: 150%;
  position: relative;
  padding-left: 30px;
}
.request__text::before {
  display: inline-block;
  content: "";
  background: url("/local/templates/rbi18/img/icon/mail.svg");
  height: 18px;
  width: 22px;
  position: absolute;
  left: 0;
  top: 2px;
}
header {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 4;
}
.header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.header__contacts {
  background-color: #f8f8fa;
  color: #494892;
  font-size: 15px;
  line-height: 120%;
}
.header__contacts ul {
  padding: 6px 0;
  display: flex;
  justify-content: flex-end;
  gap: 50px;
}
.header__contacts-item {
  display: flex;
}
.header__contacts-item a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header__contacts-item a:hover {
  color: #2d2469;
}
.header__logo {
  width: 200px;
  margin-right: 40px;
}
.header__logo-wrapper {
  flex: 1;
}
.header__logo img {
  height: 100%;
  width: 100%;
}
.header__search {
  padding: 10px;
  background-color: #fff;
  position: absolute;
  bottom: -91px;
  right: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 10px 10px;
  z-index: 3;
  display: none;
  width: 420px;
}
.header__search-btn {
  height: 20px;
  width: 20px;
  background: url("/local/templates/rbi18/img/icon/search.svg") center no-repeat;
  margin-top: 5px;
}
.header__search .input-container::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  background-image: url("/local/templates/rbi18/img/icon/search-mini.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.header__search-input {
  padding-left: 25px;
}
.header__search-wrapper {
  margin-left: 20px;
  position: relative;
}
.header__search-wrapper.open .header__search-btn {
  background: url("/local/templates/rbi18/img/icon/close.svg") center no-repeat;
}
.header__search-wrapper.open .header__search {
  display: block;
}
.header__search .close {
  display: none;
}
.header__nav {
  width: 100%;
  text-align: end;
}
.header__nav-item {
  text-align: center;
  margin-right: 50px;
  font-size: 18px;
  font-weight: 600;
}
.header__nav-item a:hover {
  color: #2d2469;
}
.header__nav .nav__dropdown {
  right: 0;
  top: 46px;
  z-index: 3;
  padding: 25px;
  background-color: #f8f8fa;
  min-width: 300px;
  border-radius: 0 0 10px 10px;
  border: 1px solid rgba(48, 52, 64, 0.2);
}
.header__nav .nav__dropdown .header__nav-item {
  text-align: start;
  margin-bottom: 18px;
}
.header__nav .nav__dropdown .header__nav-item:last-child {
  margin: 0;
}
.header .more {
  position: relative;
  cursor: pointer;
  width: 30px;
  height: 16px;
  background: url("/local/templates/rbi18/img/icon/more.svg") center no-repeat;
}
@media screen and (max-width: 960px) {
  .header {
    background-color: #f8f8fa;
  }
  .header {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .header__search {
    width: calc(100% - 160px);
    top: 1px;
    left: 60px;
    background-color: #f8f8fa;
    box-shadow: unset;
    border-radius: 0;
    height: 63px;
    padding: 7px;
  }
  .header__search-wrapper {
    position: static;
  }
  .header__search-wrapper.open .header__search-btn {
    display: none;
  }
  .header__search-input {
    padding-right: 45px;
    padding-left: 0;
  }
  .header__search .input-container::before {
    left: unset;
    right: 45px;
  }
  .header__search .close {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .header__search {
    width: calc(100% - 60px);
    left: 0;
  }
  .header__logo {
    width: 148px;
  }
}

.page_block {
  border-radius: 30px;
  background-color: #fff;
}
.page_block.shadow {
  box-shadow: 0 4px 114px rgba(10, 41, 80, 0.13);
}
.page_block.gray {
  background-color: #f8f8fa;
}
.page_block-icon {
  height: 55px;
  width: 55px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center;
}

.swiper.main .slide {
  width: 100%;
  height: 40vw;
  max-height: 600px;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.swiper.main .slide-img {
  width: 100%;
  max-height: 100%;
  position: absolute;
  z-index: -1;
  height: 40vw;
  background: #000;
}
.swiper.main .slide-img img {
  min-width: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
  opacity: 0.9;
}

.swiper.main .slide-content {
  padding: 60px;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.swiper.main .slide-content .h2 {
  max-width: 640px;
  color: #ffffff;
  font-size: 30px;
}
.swiper.main .swiper-slide .slide.dark .slide-content .h2 {
  color: #000000;
}
.swiper.main .swiper-slide .slide.dark .slide-img img {
  opacity: 1;
}
.swiper.main .slide-content .button {
  height: 60px;
  width: 200px;
  min-width: 200px;
}
@media screen and (max-width: 768px) {
  .swiper.main .slide-content {
    flex-direction: column;
    gap: 30px;
    padding: 20px 20px 60px 20px;
    align-items: flex-start;
  }
  .swiper.main .slide-content .button {
    height: 50px;
    width: 100%;
  }
  .swiper.main .slide-content .h2 {
    font-size: 16px !important;
  }
}
.swiper.main .swiper-pagination-bullets {
  bottom: 20px;
}
.swiper.main .swiper-button-disabled {
  opacity: 0.35;
}
.swiper.main .swiper-button-next,
.swiper.main .swiper-button-prev {
  opacity: 0;
  transition: opacity 200ms;
}
@media screen and (max-width: 768px) {
  .swiper.main .swiper-button-next,
  .swiper.main .swiper-button-prev {
    display: none;
  }
}
.swiper.main:hover .swiper-button-next,
.swiper.main:hover .swiper-button-prev {
  opacity: 1;
  transition: opacity 200ms;
}
.swiper.main:hover .swiper-button-disabled {
  opacity: 0.35;
}

.main_block {
  padding: 30px 40px 40px 40px;
}
.main_block__info {
  margin-top: 38px;
  display: flex;
  gap: 70px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .main_block__info {
    flex-direction: column;
    gap: 30px;
  }
}
.main_block__info-item {
  flex: 1;
}
.main_block__info-item ul {
  margin-top: 20px;
  line-height: 150%;
}
.main_block__info-item.whom ul > li {
  list-style: inherit;
  margin-left: 20px;
}
.main_block__info-item.whom ul > li:not(:last-child) {
  margin-bottom: 20px;
}
.main_block__info-item.get ul > li {
  list-style: inherit;
  padding-left: 5px;
}
.main_block__info-item.get ul > li::marker {
  content: "—";
}

.stats__items {
  margin-top: 40px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.stats__item {
  flex: 1;
  padding: 30px;
  min-height: 200px;
  min-width: 315px;
}
.stats__item-count {
  font-size: 70px;
  font-weight: 600;
  margin-bottom: 7px;
  white-space: nowrap;
}
.stats__item-count span {
  font-size: 32px;
}
.stats__item-desc {
  line-height: 150%;
  opacity: 0.4;
}

.sections__items {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.sections__item {
  flex: 1;
  padding: 30px;
  min-height: 250px;
  display: flex;
  align-items: flex-end;
  position: relative;
  min-width: 350px;
}
.sections__item .arrow {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.news__title {
  position: relative;
}
.news__title .all_news {
  position: absolute;
  right: 0;
  bottom: 0;
  text-decoration: underline;
  color: #494892;
}
.news__title .all_news:hover {
  color: #2d2469;
}
.news__items {
  margin-top: 40px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.news__item {
  width: calc(50% - 10px);
  min-width: 350px;
}
.news__item:hover .news__item-img > img {
  filter: brightness(0.9);
}
.news__item-img {
  width: 100%;
  height: 200px;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  position: relative;
}
.news__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news__item-img .news__item-date {
  position: absolute;
  left: 30px;
  bottom: 20px;
  background-color: #494892;
  color: #fff;
  border-radius: 6px;
  padding: 6px;
}
.news__item-content {
  padding: 20px 30px;
}
.news__item-content p {
  line-height: 120%;
}
.news__item-content .title {
  margin-bottom: 15px;
}
.news__item-content .desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 150%;
}
@medua screen and (min-width: 961px) {
  .news__item-content .title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 150%;
    height: 5rem;
  }
}
@media screen and (max-width: 960px) {
  .news__items {
    flex-direction: column;
  }
  .news__item {
    width: 100%;
    min-width: 310px;
  }
  .news__item-img {
    height: 180px;
  }
  .news__item-content {
    padding: 20px 20px 30px 20px;
  }
  .news__item-content .desc {
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }
}
@media screen and (max-width: 768px) {
  .news__item-content {
    padding: 20px 20px 30px 20px;
  }
  .news__item-content .desc {
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }
}

.button-arrow {
  height: 40px;
  width: 40px;
  border-radius: 10px;
  background-color: #494892;
  transition: background-color 0.2s ease;
}
.button-arrow::after {
  height: 40px;
  width: 40px;
  content: "";
  background: url("/local/templates/rbi18/img/icon/arrow-slider.svg") no-repeat
    center;
  display: inline-block;
}

.swiper-wrapper {
  align-items: stretch;
}
.swiper-slide {
  height: auto;
}
.swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  background-color: #e2e2f8;
  opacity: 1;
}
.swiper-pagination-bullet.square {
  height: 40px;
  width: 40px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
}
.swiper-pagination-bullet-active {
  background-color: #494892 !important;
}
.swiper-pagination-bullet-active.square {
  color: #fff;
}
.swiper-button-prev {
  left: 60px;
}
.swiper-button-next {
  right: 60px;
  transform: rotate(180deg);
}
.swiper-navigation {
  display: flex;
  position: relative;
  height: 40px;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 26px;
}
.swiper-navigation .swiper-button-next,
.swiper-navigation .swiper-button-prev,
.swiper-navigation .swiper-pagination {
  position: static;
  margin: 0;
}
.swiper-navigation .swiper-pagination {
  width: inherit;
}
.swiper-navigation .swiper-button-prev::after,
.swiper-navigation .swiper-button-next::after {
  height: 40px;
  width: 40px;
  display: block;
}

.educat__item {
  padding: 30px;
  display: flex;
  flex-direction: column;
  min-height: 306px;
  height: 100%;
  color: inherit;
}

.educat__item:hover {
  color: inherit;
}

.educat__item__content-wrapper {
  padding-bottom: 30px;
  flex: 1;
  display: flex;
  gap: 20px;
}
.educat__item__content {
  min-width: 0;
}
.educat__item-desc {
  margin-top: 20px;
  line-height: 150%;
}
.educat__item-title {
  line-height: 120%;
  word-wrap: break-word;
}
.educat__item-date-wrapper {
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.educat__item-date {
  background: rgba(138, 137, 238, 0.2);
  border-radius: 6px;
  padding: 6px;
  max-width: max-content;
}
.educat-slider {
  padding-bottom: 66px;
  margin-top: 40px;
}
.educat-slider .swiper-button-prev,
.educat-slider .swiper-button-next {
  bottom: 0;
}
.educat__items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.educat__items .educat__item {
  max-width: calc(50% - 20px);
  min-width: 350px;
}
.educat .show-more {
  width: 200px;
  height: 60px;
  margin-top: 40px;
}
.educat .show-more-wrapper {
  text-align: center;
}
@media screen and (max-width: 839px) {
  .educat__items .educat__item {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .educat__item__content-wrapper {
    flex-direction: column;
  }
  .educat .show-more {
    height: 50px;
    width: 100%;
    margin-top: 30px;
  }
}

.partners__item {
  height: 100px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 10px;
  padding: 10px;
  margin: 0 auto;
}
.partners__item img {
  max-width: 100%;
  max-height: 100%;
  filter: grayscale(100%);
  opacity: 0.5;
  transition: all 0.2s ease;
}
.partners__item:hover img {
  filter: inherit;
  opacity: 1;
}
.partners-slider {
  margin-top: 40px;
}

footer {
  background-color: #f8f8fa;
  margin-top: 80px;
  flex: 0 0 auto;
}
footer .content-wrapper {
  padding: 50px 0;
  position: relative;
}
.footer__logo {
  width: 200px;
  margin-right: 40px;
}
.footer__logo img {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 990px) {
  footer .content-wrapper {
    padding: 20px 0;
  }
}
footer .content-wrapper .content {
  display: flex;
  margin-top: 25px;
  margin-bottom: 25px;
  gap: 20px;
  justify-content: space-between;
}
footer .content-wrapper .content .navigation {
  display: flex;
  gap: 120px;
  font-weight: 400;
}
footer .desc {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
footer .desc p {
  color: #959596;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  footer .desc {
    flex-direction: column;
    gap: 10px;
  }
  footer .content-wrapper .content {
    margin-bottom: 0;
  }
}
footer .privacy {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  position: absolute;
  right: 0;
  bottom: 10px;
}

footer .privacy a {
  text-decoration: underline;
  display: block;
}
footer .privacy a:hover {
  color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 990px) {
  footer .privacy {
    bottom: 5px;
  }
}
footer .footer__column {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer__column a:hover {
  color: #2d2469;
}
@media screen and (max-width: 1220px) {
  footer .navigation {
    gap: 40px;
  }
}
@media screen and (max-width: 960px) {
  footer .content-wrapper .content {
    flex-direction: column;
    gap: 40px;
  }
  footer .content-wrapper .content .navigation {
    flex-direction: column;
    gap: 15px !important;
    font-weight: 500;
  }
  footer .content-wrapper .contacts {
    order: 2;
    margin-bottom: 30px;
  }
  footer .privacy {
    position: static;
  }
}

.mobile-menu {
  display: none;
}
.mobile-menu-toggle {
  display: none;
}

.contacts {
  max-width: 400px;
}
.contacts-mobile {
  padding: 30px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.contacts-item {
  margin-bottom: 15px;
}

.contacts-item:last-child {
  margin: 0;
}
.contacts-item a {
  display: flex;
  gap: 15px;
}
.contacts-item a:hover {
  color: #2d2469;
}

@media screen and (max-width: 960px) {
  .header__contacts {
    display: none;
  }
  .header__nav {
    display: none;
  }
  .mobile__nav-item {
    padding: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
  .mobile-menu {
    position: absolute;
    height: calc(100vh - 60px);
    width: 100vw;
    background-color: #f8f8fa;
    z-index: 1000;
    top: 60px;
    overflow-y: auto;
    display: none;
    left: 0;
  }
  .mobile-menu.open {
    display: block;
  }
  .mobile-menu-toggle {
    display: block;
    height: 25px;
    width: 25px;
    margin-left: 20px;
    background: url("/local/templates/rbi18/img/icon/menu-mobile.svg") center
      no-repeat;
  }
  .mobile-menu-toggle.open {
    background: url("/local/templates/rbi18/img/icon/menu-mobile-close.svg")
      center no-repeat;
  }
}
@media screen and (max-width: 768px) {
  h1,
  .h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 21px;
  }
  .container {
    padding: 0 20px;
  }
  .anti-container {
    margin: 0 -20px;
  }
}
.priority-nav {
  white-space: nowrap;
}
.priority-nav > ul {
  display: inline-block;
}
.priority-nav > ul > li {
  display: inline-block;
}
.priority-nav__wrapper {
  position: relative;
}
.priority-nav__dropdown {
  position: absolute;
  visibility: hidden;
}
.priority-nav__dropdown.show {
  visibility: visible;
}
.priority-nav__dropdown-toggle {
  visibility: hidden;
  position: absolute;
}
.priority-nav-is-visible {
  visibility: visible;
}
.priority-nav-is-hidden {
  visibility: hidden;
}

.ntfound {
  margin: 110px auto;
  text-align: center;
  max-width: 600px;
}
.ntfound-img {
  width: 100%;
}
.ntfound-img img {
  max-width: 100%;
}
.ntfound-text {
  line-height: 120%;
  margin-top: 20px;
  margin-bottom: 30px;
}
.ntfound-button {
  padding: 16px 22px;
}
@media screen and (max-width: 768px) {
  .ntfound {
    max-width: 350px;
  }
  .ntfound-text {
    margin-top: 30px;
    font-size: 20px;
  }
}

.nav {
  margin-top: 30px;
}
.nav__list-item {
  display: inline-block;
  color: rgba(0, 0, 0, 0.3);
  line-height: 120%;
}
.nav__list-item::after {
  content: " / ";
}
.nav__list-item:last-child {
  color: #494892;
  pointer-events: none;
}
.nav__list-item:last-child::after {
  content: "";
}

.services {
  margin-top: 60px;
}
.services__items {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.services__item {
  width: calc(50% - 10px);
  min-width: 310px;
  max-height: 250px;
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  padding: 30px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  aspect-ratio: 2/1;
}
.services__item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.4;
  transition: opacity 0.2s ease;
  z-index: 0;
}
.services__item:hover::after {
  opacity: 0.6;
}
.services__item p {
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .services__items {
    flex-direction: column;
    align-items: center;
  }
  .services__item {
    width: 100%;
  }
}
.offices {
  margin-top: 30px;
}
.offices__req__item {
  padding: 0 30px;
}
.offices__req__item:not(:last-child) {
  margin-bottom: 20px;
}
.offices__req__item-title {
  display: flex;
  gap: 30px;
  align-items: center;
  padding: 30px 0;
  justify-content: space-between;
}
.offices__req__item-button {
  transform: rotate(270deg);
}
.offices__req__item-desc {
  display: none;
  overflow: hidden;
}
.offices__req__item-desc ul {
  padding: 30px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.offices__req__item-desc ul li {
  list-style: inherit;
  margin-left: 2rem;
  line-height: 120%;
}
.offices__req__item-desc ul li:not(:last-child) {
  margin-bottom: 20px;
}
.offices__req__item-desc ul li a {
  text-decoration: underline;
  color: #494892;
}
.offices__req__item.open .offices__req__item-button {
  transform: rotate(90deg);
}
.offices__req__item.open .offices__req__item-desc {
  display: block;
}
.offices__req__info {
  padding: 30px 40px;
  max-width: 70%;
}
.offices__req__info p {
  font-size: 20px;
  line-height: 140%;
  font-weight: 600;
}
.offices__req__info ul {
  margin: 20px 0;
}
.offices__req__info ul li {
  list-style: inherit;
  margin-left: 2rem;
  line-height: 150%;
}
.offices__criteria {
  padding: 30px;
}
.offices__criteria p {
  font-size: 20px;
  line-height: 140%;
  font-weight: 600;
}
.offices__criteria ul {
  margin-top: 20px;
}
.offices__criteria ul li {
  list-style: inherit;
  margin-left: 2rem;
  line-height: 150%;
}
@media screen and (max-width: 960px) {
  .offices__req__info {
    max-width: 100%;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 768px) {
  .offices__req__item {
    padding: 0 20px;
  }
  .offices__req__item-title {
    gap: 15px;
    padding: 20px 0;
  }
  .offices__req__item-title h3 {
    font-size: 20px;
  }
  .offices__req__item-desc ul {
    padding: 20px 0;
  }
}

.advantages__items {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 40px;
}
.advantages__item {
  flex: 1;
  min-width: 315px;
  padding: 30px;
  min-height: 200px;
}
.advantages__item-desc {
  margin-top: 20px;
  line-height: 150%;
}
.advantages-slider {
  margin-top: 40px;
}
.advantages-slider-item {
  max-height: 230px;
  max-width: 240px;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 auto;
  display: block;
}
.advantages-slider-item img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
}

.conference {
  margin-top: 30px;
}
.conference__block {
  padding: 30px;
}
.conference__block:not(:last-child) {
  margin-bottom: 60px;
}
.conference__block h2 {
  margin-bottom: 40px;
}
.conference__block-images {
  display: flex;
  gap: 20px;
}
.conference__block-img {
  border-radius: 20px;
  overflow: hidden;
  flex: 1;
  display: block;
}
.conference__block-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  width: 100%;
}
.conference__block__info {
  margin-top: 20px;
  display: flex;
  gap: 60px;
}
.conference__block__info-block {
  flex: 1;
  padding: 30px;
  max-width: 460px;
}
.conference__block__info-block h3 {
  color: #494892;
  margin-bottom: 20px;
}
.conference__block__info-block ul li {
  list-style: inherit;
  margin-left: 2rem;
  line-height: 120%;
}
.conference__block__info-block ul li:not(:last-child) {
  margin-bottom: 15px;
}
.conference__block__info-text {
  flex: 1;
  line-height: 120%;
}
.conference__block__info-text p {
  font-size: 20px;
  margin-bottom: 20px;
}
.conference__block__info-text ul li {
  list-style: inherit;
  margin-left: 0.5rem;
}
.conference__block__info-text ul li:first-child {
  margin-top: 20px;
}
.conference__block__info-text ul li::marker {
  content: "-";
}
@media screen and (max-width: 768px) {
  .conference__block {
    padding: 20px;
  }
  .conference__block-images {
    gap: 8px;
  }
  .conference__block__info {
    flex-direction: column;
    gap: 30px;
  }
  .conference__block__info-block {
    padding: 20px;
    max-width: 100%;
  }
  .conference h2 {
    margin-bottom: 30px;
  }
}

.policy {
  margin-top: 60px;
}
.policy a {
  color: #494892;
  text-decoration: underline;
}
.policy h1 {
  margin-bottom: 40px;
}
.policy ol,
.policy ul {
  max-width: 70%;
  margin: 20px 0 30px 0;
}
.policy ol li,
.policy ul li {
  list-style: inherit;
  line-height: 150%;
  margin-left: 2rem;
}
.policy-table {
  overflow-x: auto;
}
.policy-table-wrapper {
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #d3d3d3;
}
.policy-table table {
  width: 100%;
  border-radius: 10px;
}
.policy-table table th {
  color: #fff;
  background-color: #494892;
  white-space: nowrap;
  border: 1px solid #d3d3d3;
}
.policy-table table th,
.policy-table table td {
  padding: 15px 25px;
}
.policy-table table tbody td {
  border: 1px solid #d3d3d3;
}
@media screen and (max-width: 960px) {
  .policy ol,
  .policy ul {
    max-width: 100%;
  }
}

.about {
  margin-top: 30px;
}
.about__banner .banner-desc {
  margin-left: 0;
}
.about__banner ul li {
  list-style: none;
  margin-bottom: 30px;
}
.leader {
  padding: 30px 30px 30px 40px;
  display: flex;
  gap: 90px;
  justify-content: space-between;
}
.leader__info {
  max-width: 60%;
}
.leader__info ul {
  margin-top: 30px;
}
.leader__info ul li {
  font-size: 18px;
  line-height: 150%;
  list-style: inherit;
  margin-left: 2rem;
}
.leader__photo {
  min-width: 310px;
  max-width: 390px;
  width: 100%;
  max-height: 310px;
}
.leader__photo-img {
  border-radius: 30px;
  background-color: #e7e7e7;
  width: 100%;
  overflow: hidden;
  max-height: 100%;
}
.leader__photo-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .leader {
    flex-direction: column;
    gap: 30px;
    padding: 30px 20px;
  }
  .leader__info {
    order: 2;
    max-width: 100%;
  }
  .leader__photo {
    max-width: 310px;
    min-width: inherit;
    max-height: 295px;
    margin: 0 auto;
  }
}

.ip {
  margin-top: 30px;
}
.ip .contacts__block {
  margin-top: 60px;
}

.programs {
  margin-top: 60px;
}

.docs {
  margin-top: 60px;
}

.news-page h1,
.news-page .news {
  margin-top: 60px;
}
.news-page .news__items {
  gap: 20px;
  flex-wrap: wrap;
}
.news-page .news__item {
  width: calc(50% - 20px);
  height: max-content;
}
.news-page .show-more {
  height: 60px;
  width: 200px;
  margin-top: -30px;
}
.news-page .swiper-navigation {
  gap: 30px;
  justify-content: flex-end;
}
@media screen and (max-width: 960px) {
  .news-page .news__item {
    min-width: 100%;
  }
  .news-page .show-more {
    display: none;
  }
}

.news_details {
  margin-top: 30px;
}
.news_details__banner-date {
  padding: 6px;
  background-color: #494892;
  border-radius: 6px;
  position: absolute;
  left: 60px;
  top: 30px;
  z-index: 2;
}

.news_details__banner .button {
  padding: 16px 32px;
  position: absolute;
  right: 60px;
  bottom: 60px;
  z-index: 2;
}
.news_details__banner-mobile {
  display: none;
}
.news_details-full {
  margin-top: 60px;
  max-width: 70%;
}
.news_details-full p {
  font-weight: 400;
  line-height: 160%;
}
.news_details-full ul,
.news_details-full ol {
  margin: 2rem 0;
}
.news_details-full ul li,
.news_details-full ol li {
  font-weight: 400;
  line-height: 160%;
}
.news_details-full ul li {
  list-style: disc;
  margin-left: 1.5rem;
}
.news_details-full ol {
  list-style: none;
  counter-reset: item;
}
.news_details-full ol li:before {
  content: counter(item) ")";
  counter-increment: item;
  margin-right: 0.5em;
}
@media screen and (max-width: 980px) {
  .news_details-full {
    max-width: 100%;
  }
  .news_details__banner-date {
    left: 20px;
    top: 20px;
  }
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 768px) {
  .news_details__banner-date {
    font-size: 14px;
  }
  .news_details .button {
    bottom: 30px;
    right: 20px;
    width: calc(100% - 40px);
  }
  .news_details .banner-content {
    height: 100%;
    padding: 100px 20px;
    display: flex;
    justify-content: flex-end;
  }
}

.team {
  margin-top: 60px;
}
.team__block {
  margin-top: 60px;
}
.team__block .members {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media screen and (max-width: 689px) {
  .team__block .members {
    justify-content: center;
  }
}
.team__block .members-item {
  width: 315px;
  background-color: #f8f8fa;
  border-radius: 30px;
  overflow: hidden;
}
.team__block .members-item__img {
  height: 300px;
}
.team__block .members-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.team__block .members-item__info {
  padding: 20px 30px;
  letter-spacing: -0.03em;
}
.team__block .members-item__info .role {
  font-size: 18px;
  opacity: 0.4;
  margin-bottom: 10px;
  line-height: 120%;
  min-height: 3.5rem;
}
.team__block .members-item__info .name {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 120%;
}
.team__block .members-item__info a {
  font-size: 20px;
  color: #494892;
  display: block;
}
.team__block .members-item__info a i {
  margin-right: 10px;
}
.team__block .members-item__info a.phone {
  margin-bottom: 15px;
}

.programs_details {
  margin-top: 60px;
}
.programs_details-price {
  display: flex;
  gap: 30px;
  padding: 30px;
  margin-bottom: 20px;
  align-items: center;
}
.programs_details-price .price {
  color: #494892;
  font-size: 25px;
  line-height: 120%;
  font-weight: 600;
  white-space: nowrap;
}
.programs_details-price .button {
  padding: 15px 30px;
}
.programs_details h1 + * {
  margin-top: 40px;
}
.programs_details h5 {
  margin-bottom: 20px;
}
.programs_details-item {
  padding: 30px;
  margin-bottom: 20px;
}
.programs_details-item h5 {
  margin-bottom: 20px;
}
.programs_details-item h4 {
  margin-bottom: 20px;
}
.programs_details-item h3 {
  margin-bottom: 20px;
}
.programs_details-item h2 {
  margin-bottom: 20px;
}
.programs_details-item ul li,
.programs_details-item ol li {
  line-height: 150%;
  margin-left: 1.5em;
}
.programs_details-item ul h5,
.programs_details-item ol h5 {
  margin-bottom: 20px;
}
.programs_details-item ul li {
  list-style: disc;
}
.programs_details-item ul + * {
  margin-top: 20px;
}
.programs_details-item p {
  line-height: 150%;
}
.programs_details-item:first-child {
  margin-top: 40px;
}
.programs_details-item video {
  max-height: 450px;
  min-height: 300px;
  margin-top: 20px;
}
.programs_details-item .button {
  height: 60px;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .programs_details-price {
    gap: 20px;
    flex-direction: column;
  }
  .programs_details-price .button {
    height: 50px;
    width: 100%;
  }
}
.contract {
  margin-top: 30px;
}
.contract > :nth-child(2) {
  margin-top: 40px;
}
/*
.contract {
  margin-top: 60px;
}
.contract h1 + * {
  margin-top: 40px;
}
*/
.contract__business {
  padding: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.contract__business h3 {
  margin-bottom: 20px;
}
/*.contract__business .offices__req__item-title {*/
/*    justify-content: flex-start;*/
/*}*/
/*.contract__business .offices__req__item-title p {*/
/*    order: 2;*/
/*}*/
.contract__questions {
  margin-top: 30px;
}
.contract__questions p {
  opacity: 0.7;
  margin-bottom: 30px;
  line-height: 140%;
}
.contract__questions .button {
  height: 60px;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .contract__questions {
    margin-top: 20px;
  }
  .contract__questions .button {
    height: 50px;
    width: 100%;
  }
}

.search {
  margin-top: 60px;
}
.search h1 {
  margin-bottom: 30px;
}
.search__count {
  font-weight: 600;
  margin-bottom: 25px;
}
.search__count span {
  color: #494892;
}
.search__search .input-container::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  left: 20px;
  background-image: url("/local/templates/rbi18/img/icon/search-mini.svg");
}
.search__search-input {
  padding-left: 25px;
}
.search__result {
  color: #666666;
}
.search__result-item {
  margin-top: 30px;
}
.search__result-item .title {
  font-size: 18px;
  font-weight: 600;
}
.search__result-item p {
  line-height: 140%;
}
.search__result .active {
  color: #000;
}
.search__result .nav {
  margin: 15px 0;
}
.search__result .nav__list-item:last-child {
  color: #000;
}
.search .swiper-navigation {
  justify-content: flex-end;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .search .swiper-navigation {
    justify-content: center;
  }
}

.contacts-page {
  margin-top: 60px;
}
.contacts-page__content {
  margin-top: 60px;
  display: flex;
  gap: 30px;
  align-items: stretch;
}
.contacts-page__content .info {
  padding: 30px;
  flex: 1;
}
.contacts-page__content .info-content {
  height: calc(100% - 80px);
}
.contacts-page__content .info-item {
  margin-bottom: 30px;
}
.contacts-page__content .info-item p {
  font-size: 18px;
}
.contacts-page__content .info-item ul li {
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 10px;
}
.contacts-page__content .info-item *:not(:last-child) {
  margin-bottom: 10px;
}
.contacts-page__content .info .button {
  width: 100%;
  height: 60px;
}
.contacts-page__content .map {
  flex: 2;
  height: 500px;
  border-radius: 30px;
  overflow: hidden;
  background-color: #f8f8fa;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .contacts-page__content {
    flex-direction: column;
  }
  .contacts-page__content .info-item p {
    font-size: 16px;
  }
  .contacts-page__content .info-item ul li {
    font-size: 18px;
  }
  .contacts-page__content .map {
    flex: unset;
  }
}
.floor {
  display: none;
}
.floor.active {
  display: block;
}

.residents {
  background-color: #f8f8fa;
  padding-bottom: 90px;
}
.residents .nav {
  margin-top: 0;
  padding-top: 30px;
}
.residents h1 {
  margin-top: 60px;
}
.residents__scheme {
  display: flex;
  gap: 50px;
  align-items: center;
}
.residents__scheme__level {
  flex: 1;
  overflow-x: auto;
  text-align: center;
  user-select: none;
}
.residents__scheme__level-img {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  transition: width 500ms ease-in-out;
}
.residents__scheme__level-img svg {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  z-index: 2;
}
.residents__scheme__level-img img {
  max-height: 100%;
  max-width: 100%;
}
.residents__scheme .controls {
  display: none;
}
.residents__scheme .room {
  cursor: pointer;
  fill: #7574c7;
  opacity: 0;
  display: none;
}
.residents__scheme .room.active {
  display: block;
}
@media (hover) {
  .residents__scheme .room:hover {
    opacity: 0.5;
  }
}
.residents__scheme .room.hover {
  opacity: 0.5;
}
.residents__scheme .room-info {
  position: absolute;
  top: 0;
  left: 0;
}
.residents__scheme .room-info-item {
  position: absolute;
  display: none;
  user-select: none;
  z-index: 3;
}
.residents__scheme .room-info-item.mobile {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  overflow: auto;
}
.residents__scheme .room-info-item.mobile .room-info-close {
  display: block;
}
.residents__scheme .room-info-item.mobile .room-info-block {
  margin: 30vh auto;
}
.residents__scheme .room-info-item.mobile .room-info-block::before {
  content: none;
}
.residents__scheme .room-info-block {
  position: relative;
  padding: 20px 13px 13px 13px;
  background: #fff;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  width: 350px;
}
.residents__scheme .room-info-block::before {
  content: "";
  position: absolute;
  border-left: 10px solid rgba(113, 101, 58, 0);
  border-right: 10px solid rgba(113, 101, 58, 0);
  border-bottom: 10px solid #fff;
  left: 30px;
  top: -10px;
}
.residents__scheme .room-info-block .company {
  display: flex;
  gap: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.residents__scheme .room-info-block .company-logo {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  height: 64px;
  width: 116px;
  display: flex;
}
.residents__scheme .room-info-block .company-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  width: 100%;
}
.residents__scheme .room-info-block .company-info p {
  font-weight: 400;
  opacity: 0.3;
}
.residents__scheme .room-info-block .company-info-title {
  font-weight: 600;
  opacity: 1;
}
.residents__scheme .room-info-block .company-info-link {
  color: #494892;
  text-decoration: underline;
  margin-top: 10px;
  display: none;
}
.residents__scheme .room-info-block .info {
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 10px;
}
.residents__scheme .room-info-block .info-item {
  font-weight: 400;
  color: #fff;
  padding: 5px 8px;
  background-color: #494892;
  border-radius: 6px;
}
.residents__scheme__levels .level {
  position: relative;
  cursor: pointer;
}
.residents__scheme__levels .level p {
  position: absolute;
  left: 8px;
  bottom: 8px;
  text-transform: uppercase;
}
.residents__scheme__levels .level:hover {
  margin-left: 10px;
  opacity: 0.7;
}
.residents__scheme__levels .level:hover p {
  color: #fff;
}
.residents__scheme__levels .level:hover svg rect {
  fill: #5857a7;
}
.residents__scheme__levels .level:hover svg path {
  fill: #7574c7;
}
.residents__scheme__levels .level:hover svg path:last-child {
  fill: #494892;
}
.residents__scheme__levels .level.active {
  margin-left: 20px;
  pointer-events: none;
  opacity: 1;
}
.residents__scheme__levels .level.active p {
  color: #fff;
}
.residents__scheme__levels .level.active svg rect {
  fill: #5857a7;
}
.residents__scheme__levels .level.active svg path {
  fill: #7574c7;
}
.residents__scheme__levels .level.active svg path:last-child {
  fill: #494892;
}
.residents__steps-items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}
.residents__steps-item {
  padding: 30px;
  width: calc(25% - 20px);
  min-width: 315px;
  min-height: 230px;
}
.residents__steps-item-desc {
  margin-top: 20px;
  line-height: 150%;
}
@media screen and (max-width: 960px) {
  .residents {
    padding-bottom: 60px;
  }
  .residents h1 {
    margin-top: 40px;
  }
  .residents__scheme {
    flex-direction: column;
  }
  .residents__scheme .room-info-block .company-info-link {
    display: block;
  }
  .residents__scheme__levels {
    align-self: flex-start;
  }
  .residents__scheme__levels-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    position: relative;
  }
  .residents__scheme__levels-wrapper .controls {
    display: flex;
    position: absolute;
    right: 0;
    bottom: -30px;
  }
  .residents__scheme__levels-wrapper .controls-plus,
  .residents__scheme__levels-wrapper .controls-minus {
    height: 50px;
    width: 50px;
    border: 1px solid #d1d3d4;
    background-color: #f8f8fa;
    padding-top: 5px;
  }
  .residents__scheme__levels-wrapper .controls-plus:active,
  .residents__scheme__levels-wrapper .controls-minus:active {
    background-color: #494892;
  }
  .residents__scheme__levels-wrapper .controls-plus:active svg path,
  .residents__scheme__levels-wrapper .controls-minus:active svg path {
    stroke: #fff;
  }
  .residents__scheme__levels-wrapper .controls-plus {
    border-radius: 10px 0 0 10px;
  }
  .residents__scheme__levels-wrapper .controls-minus {
    border-radius: 0 10px 10px 0;
    border-left: none;
  }
  .residents__scheme__level {
    position: relative;
  }
  .residents__scheme__level-img {
    max-width: unset;
    width: 180%;
  }
}
@media screen and (max-width: 768px) {
  .residents__scheme {
    flex-direction: column;
  }
  .residents__scheme__levels {
    align-self: flex-start;
  }
  .residents__steps-item {
    width: 100%;
  }
}

.residents_details {
  margin-top: 60px;
}
.residents_details h1 {
  margin-bottom: 40px;
}
.residents_details__content {
  display: flex;
  gap: 55px;
}
.residents_details__content .logo {
  max-width: 260px;
  min-width: 260px;
}
.residents_details__content .logo-img {
  max-width: 100%;
  max-height: 160px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px 10px 0 0;
}
.residents_details__content .logo-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.residents_details__content .logo-desc {
  padding: 18px;
  background: #f8f8fa;
  border-radius: 0 0 10px 10px;
  line-height: 150%;
  letter-spacing: -0.03em;
}
.residents_details__content .info-title {
  margin-top: 10px;
}
.residents_details__content .info-contacts {
  display: flex;
  column-gap: 60px;
  row-gap: 20px;
  margin: 20px 0 40px 0;
  align-items: center;
  flex-wrap: wrap;
}
.residents_details__content .info-contacts li a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #494892;
}
.residents_details__content .info-desc {
  margin-top: 30px;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .residents_details__content {
    flex-direction: column;
    align-items: center;
  }
}

.calendar {
  margin-top: 60px;
}
.calendar-wrapper {
  display: flex;
  gap: 40px;
  margin-top: 60px;
}
.calendar-wrapper .air-datepicker {
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 2.78884px 37.6494px rgba(10, 41, 80, 0.13);
  border-radius: 11.1554px;
  border: none;
  padding: 40px 30px 30px 30px;
  width: 508px;
  min-height: 508px;
  z-index: 1;
}
.calendar-wrapper .air-datepicker-nav {
  justify-content: start;
  border: none;
}
.calendar-wrapper .air-datepicker-nav--action {
  order: 2;
}
.calendar-wrapper .air-datepicker-nav--action svg path {
  stroke: #000;
}
.calendar-wrapper .air-datepicker-nav--title {
  flex: 1;
  font-size: 24px;
  font-weight: 600;
  justify-content: flex-start;
}
.calendar-wrapper .air-datepicker-nav--title,
.calendar-wrapper .air-datepicker-nav--title i {
  color: black;
}
.calendar-wrapper .air-datepicker-nav--title:hover {
  background: none;
}
.calendar-wrapper .air-datepicker-body {
  flex: 1;
}
.calendar-wrapper .air-datepicker-body--day-names {
  grid-auto-rows: 64px;
  grid-template-columns: repeat(7, 64px);
}
.calendar-wrapper .air-datepicker-body--day-name {
  color: #000;
  font-weight: 600;
  font-size: 16px;
}
.calendar-wrapper .air-datepicker-body--cells {
  grid-template-columns: repeat(7, 64px);
  grid-auto-rows: 64px;
  background-color: #d5d4df;
  grid-gap: 1px;
  border: 1px solid #d5d4df;
}
.calendar-wrapper .air-datepicker--content {
  padding: 0;
}
.calendar-wrapper .air-datepicker-cell {
  font-size: 16px;
  border-radius: 0;
  background-color: #fff;
  color: #494892;
  font-weight: 400;
}
.calendar-wrapper .air-datepicker-cell.-other-month- {
  color: #494892 !important;
}
.calendar-wrapper .air-datepicker-cell.-disabled- {
  background-color: #f2f3f7;
  color: #a8a8a8 !important;
}
.calendar-wrapper .air-datepicker-cell.-selected- {
  background-color: #494892 !important;
  color: #fff !important;
}
.calendar-event {
  width: calc(100% - 548px);
  padding: 30px;
}
.calendar-slider {
  height: 100%;
}
.calendar-slider .swiper-wrapper {
  height: calc(100% - 86px);
}
.calendar-slider .swiper-navigation {
  gap: 150px;
  justify-content: flex-end;
  height: 60px;
}
.calendar-slider .swiper-navigation .button-arrow {
  height: 60px;
  width: 60px;
}
.calendar-slider p {
  margin: 30px 0 20px 0;
  line-height: 150%;
}
.calendar-slider-contacts {
  display: flex;
  column-gap: 60px;
  row-gap: 20px;
  flex-wrap: wrap;
}
.calendar-slider-contacts li a {
  display: flex;
  font-size: 20px;
  font-weight: 600;
  color: #494892;
  gap: 10px;
}
.calendar-slider-contacts li a > i {
  margin-top: 5px;
}
.calendar-slider .date {
  position: absolute;
  right: 54px;
  bottom: -67px;
  font-size: 20px;
  font-weight: 600;
  color: #494892;
  width: 120px;
  text-align: center;
  line-height: 1;
}
.calendar-slider .button {
  position: absolute;
  left: 0;
  bottom: -85px;
  height: 60px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.calendar-geo {
  max-width: 360px;
}
.calendar-geo > a {
  color: #000 !important;
}
.swiper-wrapper:has(.swiper-slide.date_end) + .swiper-navigation {
  gap: 254px;
}
.swiper-wrapper:has(.swiper-slide.date_end) .date {
  width: 250px;
}
.calendar-slider .swiper-slide {
  padding-right: 80px;
}
.calendar-slider .swiper-navigation .button-arrow {
  height: 40px;
  width: 40px;
}
@media screen and (max-width: 1300px) {
  .calendar-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .calendar-event {
    width: 100%;
  }
  .calendar-slider-contacts {
    column-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .calendar-slider .date {
    width: 150px;
  }
  .calendar-slider .swiper-slide {
    padding-right: 0;
  }
  .calendar-wrapper .air-datepicker {
    padding: 25px 20px 20px 20px;
    width: 350px;
    min-height: 330px;
  }
  .calendar-wrapper .air-datepicker-nav--action svg path {
    stroke: #000;
  }
  .calendar-wrapper .air-datepicker-nav--title {
    font-size: 16px;
    font-weight: 700;
  }
  .calendar-wrapper .air-datepicker-body--day-names {
    grid-auto-rows: 44px;
    grid-template-columns: repeat(7, 44px);
  }
  .calendar-wrapper .air-datepicker-body--day-name {
    font-size: 11px;
  }
  .calendar-wrapper .air-datepicker-body--cells {
    grid-template-columns: repeat(7, 44px);
    grid-auto-rows: 44px;
  }
  .calendar-wrapper .air-datepicker-cell {
    font-size: 11px;
  }
  .calendar-contacts li a {
    font-size: 18px;
  }
  .calendar-slider .swiper-wrapper {
    height: calc(100% - 86px);
  }
  .calendar-slider .swiper-navigation {
    justify-content: center;
    align-items: flex-start;
    height: 130px;
  }
  .calendar .date {
    right: calc(50% - 76px);
    bottom: -56px;
  }
  .calendar .button {
    left: 0;
    bottom: -155px;
    height: 50px;
    width: 100%;
  }
  .calendar-slider-contacts li a {
    font-size: 16px;
  }
  .swiper-wrapper:has(.swiper-slide.date_end) + .swiper-navigation {
    gap: 150px;
  }
  .swiper-wrapper:has(.swiper-slide.date_end) .date {
    width: 150px;
  }
  .date.end {
    right: calc(50% - 90px);
    bottom: -65px;
    text-align: left;
  }
}

.video-wrapper {
  text-align: center;
  margin-top: 20px;
}
/*
.video-wrapper iframe {
  aspect-ratio: 1260/450;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .video-wrapper iframe {
    aspect-ratio: 1/1;
  }
}
*/
.video-wrapper iframe {
  max-width: 100%;
}
.disabled {
  pointer-events: none;
  opacity: 0.7;
}

.pagination .swiper-pagination-bullet {
  cursor: pointer;
}

.floor-numbers-wrapper {
  position: absolute;
  max-width: 1177px;
  max-height: 340px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: var(--f-size);
}
.floor-numbers {
  width: 100%;
  height: 100%;
  position: relative;
}
.floor-number {
  position: absolute;
  display: none;
  opacity: 0.5;
}
.floor-number.active {
  display: block;
}
.floor-number.r101 {
  bottom: 3.6%;
  left: 20.6%;
}
.floor-number.r102 {
  bottom: 3.6%;
  left: 25.6%;
}
.floor-number.r103 {
  bottom: 25.6%;
  left: 23.1%;
}
.floor-number.r104 {
  bottom: 25.6%;
  left: 14.6%;
}
.floor-number.r105 {
  bottom: 35.6%;
  left: 14.6%;
}
.floor-number.r106 {
  bottom: 25.6%;
  left: 8.6%;
}
.floor-number.r107 {
  bottom: 31.6%;
  left: 2.4%;
}
.floor-number.r108 {
  top: 20%;
  left: 5.2%;
}
.floor-number.r109 {
  top: 20%;
  left: 14.1%;
}
.floor-number.r110 {
  top: 20%;
  left: 20%;
}
.floor-number.r111 {
  top: 20%;
  left: 25.7%;
}
.floor-number.r112 {
  top: 6%;
  left: 30.5%;
}
.floor-number.r113 {
  top: 20%;
  left: 30.7%;
}
.floor-number.r114 {
  top: 20%;
  left: 36.5%;
}
.floor-number.r115 {
  top: 20%;
  left: 45.7%;
}
.floor-number.r116 {
  top: 20%;
  left: 54.6%;
}
.floor-number.r117 {
  top: 20%;
  left: 61.7%;
}
.floor-number.r118 {
  top: 20%;
  left: 77.7%;
}
.floor-number.r119 {
  top: 20%;
  left: 83.5%;
}
.floor-number.r120 {
  top: 20%;
  left: 92.1%;
}
.floor-number.r121 {
  bottom: 25.6%;
  left: 95.9%;
}
.floor-number.r122 {
  bottom: 25.6%;
  left: 90%;
}
.floor-number.r123 {
  bottom: 25.6%;
  left: 83.1%;
}
.floor-number.r124 {
  bottom: 25.6%;
  left: 78.1%;
}
.floor-number.r125 {
  bottom: 25.6%;
  left: 74.6%;
}
.floor-number.r126 {
  bottom: 25.6%;
  left: 66.1%;
}
.floor-number.r127 {
  bottom: 25.6%;
  left: 56.1%;
}
.floor-number.r128 {
  bottom: 25.6%;
  left: 49.1%;
}
.floor-number.r129 {
  bottom: 25.6%;
  left: 40.1%;
}
.floor-number.r130 {
  bottom: 25.6%;
  left: 31.7%;
}
.floor-number.r201 {
  bottom: 20.6%;
  left: 2.4%;
}
.floor-number.r202 {
  bottom: 25.6%;
  left: 11%;
}
.floor-number.r203 {
  bottom: 25.6%;
  left: 25.6%;
}
.floor-number.r204 {
  bottom: 25.6%;
  left: 34.3%;
}
.floor-number.r205 {
  bottom: 25.6%;
  left: 46.2%;
}
.floor-number.r206 {
  bottom: 25.6%;
  left: 58.4%;
}
.floor-number.r207 {
  bottom: 25.6%;
  left: 66.9%;
}
.floor-number.r208 {
  bottom: 25.6%;
  left: 72.8%;
}
.floor-number.r209 {
  bottom: 25.6%;
  left: 78.2%;
}
.floor-number.r210 {
  bottom: 25.6%;
  left: 83.1%;
}
.floor-number.r211 {
  bottom: 25.6%;
  left: 86.5%;
}
.floor-number.r212 {
  bottom: 25.6%;
  left: 89.8%;
}
.floor-number.r213 {
  bottom: 25.6%;
  left: 94.6%;
}
.floor-number.r214 {
  top: 20%;
  left: 5.5%;
}
.floor-number.r215 {
  top: 35%;
  left: 14.1%;
}
.floor-number.r216 {
  top: 20%;
  left: 19.7%;
}
.floor-number.r217 {
  top: 20%;
  left: 25.5%;
}
.floor-number.r218 {
  top: 20%;
  left: 31.5%;
}
.floor-number.r219 {
  top: 20%;
  left: 37.5%;
}
.floor-number.r220 {
  top: 20%;
  left: 43.1%;
}
.floor-number.r221 {
  top: 20%;
  left: 52.1%;
}
.floor-number.r222 {
  top: 20%;
  left: 61.1%;
}
.floor-number.r223 {
  top: 20%;
  left: 66.6%;
}
.floor-number.r224 {
  top: 20%;
  left: 77.6%;
}
.floor-number.r225 {
  top: 20%;
  left: 83.5%;
}
.floor-number.r226 {
  top: 20%;
  left: 92%;
}
.floor-number.r301 {
  bottom: 25.6%;
  left: 5.8%;
}
.floor-number.r302 {
  bottom: 25.6%;
  left: 14.3%;
}
.floor-number.r303 {
  bottom: 25.6%;
  left: 22.8%;
}
.floor-number.r304 {
  bottom: 25.6%;
  left: 31.4%;
}
.floor-number.r305 {
  bottom: 25.6%;
  left: 37.4%;
}
.floor-number.r306 {
  bottom: 25.6%;
  left: 43.4%;
}
.floor-number.r307 {
  bottom: 25.6%;
  left: 49.5%;
}
.floor-number.r308 {
  bottom: 25.6%;
  left: 55.8%;
}
.floor-number.r309 {
  bottom: 25.6%;
  left: 61.4%;
}
.floor-number.r310 {
  bottom: 25.6%;
  left: 66.8%;
}
.floor-number.r311 {
  bottom: 25.6%;
  left: 72.8%;
}
.floor-number.r312 {
  bottom: 25.6%;
  left: 78.4%;
}
.floor-number.r313 {
  bottom: 25.6%;
  left: 82.8%;
}
.floor-number.r314 {
  bottom: 25.6%;
  left: 86.5%;
}
.floor-number.r315 {
  bottom: 25.6%;
  left: 92.5%;
}
.floor-number.r316 {
  top: 20%;
  left: 5.4%;
}
.floor-number.r317 {
  top: 20%;
  left: 14.2%;
}
.floor-number.r318 {
  top: 20%;
  left: 20%;
}
.floor-number.r319 {
  top: 20%;
  left: 25.4%;
}
.floor-number.r320 {
  top: 20%;
  left: 37.4%;
}
.floor-number.r321 {
  top: 20%;
  left: 49.3%;
}
.floor-number.r322 {
  top: 20%;
  left: 58.1%;
}
.floor-number.r323 {
  top: 20%;
  left: 66.6%;
}
.floor-number.r324 {
  top: 20%;
  left: 77.4%;
}
.floor-number.r325 {
  top: 20%;
  left: 83.4%;
}
.floor-number.r326 {
  top: 20%;
  left: 91.4%;
}

.room-info-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: url("http://rbi18.s00000.ru/local/templates/rbi18/img/icon/close-input.svg");
  width: 12px;
  height: 12px;
  background-size: 100% 100%;
  display: none;
}

.offices__req__item-desc *:last-child {
  margin-bottom: 20px;
}
.programs_details-item a:hover,
.contract__business a:hover,
.contacts__block a:hover,
.info-item a:hover {
  color: #2d2469;
}

.banner.responsive {
  max-height: 530px;
  height: 35vmax;
}
.banner.responsive .banner-content {
  justify-content: flex-end;
}
.banner.responsive .banner-content > .banner-title {
  margin-bottom: 0;
}
.news_details__banner .banner:before {
  background-color: rgba(0, 0, 0, 0.4);
}
.info-item a {
  color: #494892;
}
@media screen and (max-width: 960px) {
  .swiper.main .slide {
    flex-direction: column;
    max-height: unset;
    height: 100%;
  }
  .swiper.main .slide-img {
    position: static;
  }
  .swiper.main .slide-content .h2 {
    font-size: 20px;
    color: #000 !important;
    height: 6rem;
  }
  .swiper.main .slide-content {
    flex-direction: column;
    gap: 30px;
    padding: 20px 20px 60px 20px;
    align-items: flex-start;
    background: #fff;
  }
  .swiper.main .slide-content .button {
    height: 50px;
    width: 100%;
  }
  .swiper.main .swiper-button-next,
  .swiper.main .swiper-button-prev {
    display: none;
  }
}
.financial {
  margin-top: 30px;
}
.financial__banner .banner:before {
  display: none;
}
.financial__banner .banner-title {
  max-width: 785px;
  letter-spacing: -1px;
}
.financial__banner .banner.responsive {
  max-height: 576px;
}
.financial__banner-img {
  width: 100%;
  max-height: 100%;
  position: absolute;
  height: 576px;
  z-index: -1;
  background: #000;
}
.financial__banner-img img {
  min-width: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.financial .main_block {
  padding: 60px 76px;
}
.financial .main_block h3 {
  text-align: center;
  letter-spacing: -1px;
}
.financial section {
  margin-top: 35px;
}
.financial .main_block .button {
  padding: 16px 30px;
  display: block;
  margin: 46px auto 0 auto;
}
#quiz {
  padding: 0 20px;
}
#quiz .modal-content {
  padding: 0;
  border-radius: 25px;
  overflow: hidden;
  width: 100%;
  max-width: 1183px;
}
#quiz .modal-close {
  width: 15px;
  height: 15px;
  opacity: 0.7;
  background-color: rgba(0, 0, 0, 0);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19' fill='none'%3E%3Cscript xmlns=''/%3E%3Cscript xmlns=''/%3E%3Cpath d='M1 18L9.5 9.5M9.5 9.5L1 1M9.5 9.5L18 18M9.5 9.5L18 1' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cscript xmlns=''/%3E%3C/svg%3E");
}

#quiz .modal-title {
  display: block;
  padding: 42px;
  color: #fff;
  text-align: center;
  background-color: #494892;
  margin-bottom: 0;
}
.quiz-content {
  padding: 45px 80px 85px 80px;
}
.quiz-content .h1 {
  margin-bottom: 20px;
}
.quiz-title {
  color: #494892;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
}
.quiz-btns {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  gap: 10px;
}
.quiz-btns .button {
  padding: 16px 44px;
}
.quiz-next {
  margin-left: auto;
}
.quiz-variants {
  margin-top: 10px;
}
.quiz-var {
  display: flex;
  border-bottom: 1px solid #f8f8fa;
}
.quiz-var:hover {
  border-bottom: 1px solid #f0f0f1;
}
.quiz-var input[type="radio"] {
  margin-right: 10px;
  transform: none;
  width: 20px;
}
.quiz-var label {
  display: block !important;
  font-size: 16px !important;
  font-weight: 500;
  line-height: 1.3;
  padding: 20px 0;
  cursor: pointer;
  flex: 1;
}
.quiz-back {
  background-color: #f3f3f3;
  color: #494892 !important;
  align-items: center;
  display: none;
  justify-content: center;
}
.quiz-back.visible {
  display: flex;
}
.quiz-back:hover {
  background-color: #e1e1e1;
}
.quiz-back:before {
  content: "";
  width: 9px;
  height: 16px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.292893 8.70711C-0.097631 8.31658 -0.097631 7.68342 0.292893 7.29289L6.65685 0.928932C7.04738 0.538408 7.68054 0.538408 8.07107 0.928932C8.46159 1.31946 8.46159 1.95262 8.07107 2.34315L2.41421 8L8.07107 13.6569C8.46159 14.0474 8.46159 14.6805 8.07107 15.0711C7.68054 15.4616 7.04738 15.4616 6.65685 15.0711L0.292893 8.70711ZM2 9H1L1 7H2L2 9Z' fill='%23494892'/%3E%3C/svg%3E");
}
.quiz-result {
  padding: 40px;
  /*counter-reset: quiz-result;*/
}
.quiz-result-item {
  color: #494892;
  margin-bottom: 10px;
  list-style: none;
  /*position: relative;*/
  /*counter-increment: quiz-result;*/
  margin-left: 0;
}
/*.quiz-result-item::before {*/
/*  content: counter(quiz-result) ". ";*/
/*  position: absolute;*/
/*  top:0;*/
/*  left: -1.9rem;*/
/*}*/
.quiz-result-item a {
  text-decoration: underline;
}
.quiz-result-item a:hover {
  text-decoration: none;
}
.quiz-result-info {
  display: flex;
  gap: 24px;
  padding: 44px;
  margin-top: 42px;
  margin-bottom: 42px;
  align-items: center;
}
.quiz-result-info:last-child {
  margin-bottom: 0;
}
.quiz-result-info-img {
  max-width: 50px;
}
.quiz-result-info-text {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
}
.grants {
  margin-top: 30px;
  letter-spacing: -1px;
}
/*.grants h1 {*/
/*  max-width: 1100px;*/
/*}*/
.grants .main_block {
  padding: 20px 40px 46px 40px;
  margin-top: 25px;
}
.grants-info {
  /*max-width: 870px;*/
}
.grants-info {
  letter-spacing: -1px;
}
.grants-info h2 {
  color: #494892;
}
.grants-info ul {
  margin-left: 10px;
  margin-right: 10px;
}
.grants-info ul li {
  list-style: disc;
  margin-left: 20px;
}
.grants-info > *:not(:last-child) {
  margin-bottom: 10px;
}

.button-back {
  background-color: #f3f3f3;
  color: #494892 !important;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 16px 44px;
  width: fit-content;
}
.button-back:hover {
  background-color: #e1e1e1;
}
.button-back:before {
  content: "";
  width: 9px;
  height: 16px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.292893 8.70711C-0.097631 8.31658 -0.097631 7.68342 0.292893 7.29289L6.65685 0.928932C7.04738 0.538408 7.68054 0.538408 8.07107 0.928932C8.46159 1.31946 8.46159 1.95262 8.07107 2.34315L2.41421 8L8.07107 13.6569C8.46159 14.0474 8.46159 14.6805 8.07107 15.0711C7.68054 15.4616 7.04738 15.4616 6.65685 15.0711L0.292893 8.70711ZM2 9H1L1 7H2L2 9Z' fill='%23494892'/%3E%3C/svg%3E");
}
.grants .button-back {
  margin-top: 30px;
}
.grants-links-wrapper {
  display: flex;
  gap: 20px;
  margin-top: 46px;
}
.grants-links {
  flex: 1;
  padding: 30px 46px;
  max-width: 50%;
}
.grants-links-top {
  display: flex;
  gap: 10px;
}
.grants-links-img {
  width: 35px;
  margin-top: 5px;
  min-width: 35px;
}
.grants-links-img img {
  max-width: 100%;
}
.grants-links-title {
  font-size: 35px;
  margin-bottom: 20px;
}
.grants-links-bot {
  padding-left: 45px;
}
.grants-link {
  display: block;
  margin-bottom: 5px;
  overflow-wrap: break-word;
}
.grants-links-bot-title {
  font-weight: 600;
  margin-bottom: 20px;
}
.grants .banner-content {
  max-width: 60%;
  justify-content: flex-start !important;
}
.grants .banner-title {
  margin-top: 0 !important;
}
@media screen and (max-width: 1270px) {
  .grants h1 {
    font-size: 40px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1202px) {
  .grants-links-title {
    min-height: 3.9em;
  }
}
@media screen and (max-width: 980px) {
  .grants .banner-content {
    margin: 0;
    max-width: 80%;
  }
}
@media screen and (max-width: 960px) {
  .quiz-result-info-icon {
    display: none;
  }
  .grants-links-wrapper {
    flex-direction: column;
  }
  .grants-links {
    max-width: 100%;
  }
  .grants h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .financial__banner-img {
    height: 40vw;
    position: static;
  }
  .financial__banner .banner {
    height: auto !important;
    max-height: unset !important;
  }
  .financial__banner .banner-content {
    padding: 30px 20px;
  }
  .financial .main_block {
    padding: 30px 20px;
    margin-top: 20px;
  }
  .financial .main_block h3 {
    text-align: start;
  }
  .financial .main_block .button {
    width: 100%;
    margin-top: 30px;
  }
  #quiz {
    padding: 0;
  }
  #quiz .modal-content {
    margin: 0;
    border-radius: 0;
    min-height: 100%;
  }
  #quiz .modal-title {
    padding: 27px;
    font-size: 50px;
  }
  .quiz-content {
    padding: 35px 20px;
  }
  .quiz-btns {
    flex-direction: column-reverse;
  }
  .quiz-btns .button {
    width: 100%;
  }
  .quiz-result-info {
    padding: 30px 20px;
  }
  .quiz-result-info-img {
    display: none;
  }
  .quiz-result-info-text {
    font-size: 18px;
  }
  .grants .main_block {
    padding: 30px 20px;
    margin-top: 40px;
  }
  .grants-links {
    padding: 20px 30px;
  }
  .grants-links-img {
    display: none;
  }
  .grants-links-title {
    font-size: 25px;
  }
  .grants-links-bot {
    padding-left: 0;
  }
  .grants .banner-content {
    padding: 20px;
  }
}
@media screen and (max-width: 568px) {
  .grants h1 {
    font-size: 20px;
  }
}
/*cookie*/
.cookies {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 12px;
  background-color: rgba(20, 30, 50, 0.6);
}
.cookies__island {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  padding: 30px 20px;
  background-color: #141e32;
  border-radius: 20px;
}
.cookies__text {
  color: #fff;
}
.cookies__link {
  color: inherit;
  text-decoration: underline;
}
.cookies__link:hover {
  text-decoration: none;
}
.cookies__btn {
  margin-top: 25px;
  background: #fff;
  border-radius: 40px;
  height: 40px;
  width: 100%;
}

@media (min-width: 960px) {
  .cookies__island {
    right: 40px;
    bottom: 40px;
    left: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 15px 15px 35px;
    font-size: 14px;
  }
  .cookies__btn {
    min-width: 200px;
    width: 200px;
    height: 60px;
    margin: 0 0 0 25px;
  }
}

@media screen and (min-width: 1200px) {
  .cookies__island {
    font-size: 18px;
  }
}
.ui-timepicker-standard {
  z-index: 10 !important;
}
.see {
  min-width: 20px;
  width: 20px;
  height: 18px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml, %3Csvg class='eyed-hidden' width='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.5 16C5.88071 16 7 14.8807 7 13.5C7 12.1193 5.88071 11 4.5 11C3.11929 11 2 12.1193 2 13.5C2 14.8807 3.11929 16 4.5 16ZM4.5 18C6.98528 18 9 15.9853 9 13.5C9 11.0147 6.98528 9 4.5 9C2.01472 9 0 11.0147 0 13.5C0 15.9853 2.01472 18 4.5 18Z' fill='%23494892'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.5 16C16.8807 16 18 14.8807 18 13.5C18 12.1193 16.8807 11 15.5 11C14.1193 11 13 12.1193 13 13.5C13 14.8807 14.1193 16 15.5 16ZM15.5 18C17.9853 18 20 15.9853 20 13.5C20 11.0147 17.9853 9 15.5 9C13.0147 9 11 11.0147 11 13.5C11 15.9853 13.0147 18 15.5 18Z' fill='%23494892'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 14H8V12H12V14Z' fill='%23494892'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5 2C3.34315 2 2 3.34315 2 5V13H0V5C0 2.23858 2.23858 0 5 0H6C6.55228 0 7 0.447715 7 1C7 1.55228 6.55228 2 6 2H5Z' fill='%23494892'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 2C16.6569 2 18 3.34315 18 5V13H20V5C20 2.23858 17.7614 0 15 0H14C13.4477 0 13 0.447715 13 1C13 1.55228 13.4477 2 14 2H15Z' fill='%23494892'%3E%3C/path%3E%3C/svg%3E");
}
.bvi-mobile {
  display: none;
}
@media screen and (max-width: 960px) {
  .bvi-mobile {
    display: block;
    margin-left: 20px;
  }
  .bvi-mobile .bvi-open{
    display: flex;
    align-items: center;
  }
}
.bottom-links-wrapper {
  margin-top: 46px;
}
.bottom-links-wrapper .page_block {
  display:block;
  overflow:hidden;
}
.bottom-links-wrapper img {
  width:100%;
}
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/rbi18//css/testing.css?169684918610598*/
.login-page {
  background-color: #e9e9ed;
}
.login-page h1,
.login-page h3 {
  font-size: 36px;
  font-weight: 500;
}
.login-page-back {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 36px;
}
.login-page-wrapper {
  padding: 60px;
  display: flex;
  gap: 52px;
}
.login-page-form {
  flex: 1;
  max-width: 50%;
  padding: 80px;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.login-page-form p {
  font-size: 14px;
  font-weight: 400;
}
.login-page-form .button {
  margin-bottom: 16px;
}
.login-page-form-desc {
  margin-top: 16px;
}
.login-page-form form {
  margin-top: 22px;
}
.login-page-content {
  flex: 1;
  max-width: 50%;
  position: relative;
}
.login-page-content-title {
  color: #494892;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.login-page-content-bg {
  position: absolute;
  bottom: -60px;
  right: -60px;
  overflow: hidden;
  width: calc(100% + 60px);
  z-index: 0;
  text-align: right;
}
.login-page-content-bg img {
  width: 620px;
}
.login-form {
  margin-top: 42px !important;
}
.login-form .form-policy {
  margin-top: 0;
}

.form-item {
  vertical-align: top;
  position: relative;
  font-size: 18px;
  height: 60px;
  border-radius: 57px;
  margin-bottom: 12px !important;
}

.form-input {
  width: 100%;
}
.form-input::placeholder {
  opacity: 0;
}

.form-label {
  display: unset !important;
  position: absolute;
  pointer-events: none;
  left: 24px;
  right: 24px;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  line-height: 60px;
  transition: 0.3s;
  color: #d5d5e0;
  font-size: 18px;
}

.form-input:focus ~ .form-label,
.form-input:not(:focus):valid ~ .form-label {
  top: -20px;
  font-size: 10px;
}

input:not(:placeholder-shown) + label {
  top: -20px;
  font-size: 10px;
}

.form-warning {
  color: #d64646;
  text-align: center;
  visibility: hidden;
}
.form-warning.show {
  visibility: visible;
}

.need-register {
  text-decoration: underline;
  font-size: 18px;
  text-align: center;
}

.register-success {
  text-align: center;
}
.register-success-title {
  margin-top: 32px;
}
.register-success-desc {
  margin-top: 16px;
}

@media screen and (max-width: 1080px) {
  .login-page h1,
  .login-page h3 {
    font-size: 28px;
    font-weight: 500;
  }
  .login-page-back {
    margin-bottom: 24px;
    gap: 5px;
  }
  .login-page-form {
    padding: 42px 16px;
  }
  .login-page-content-bg img {
    width: 560px;
  }
}
@media screen and (max-width: 980px) {
  .login-page-wrapper {
    flex-direction: column;
    gap: 32px;
    padding: 64px 15px;
  }
  .login-page-form {
    padding: 42px 16px;
    max-width: 100%;
    order: 2;
  }
  .login-page-content {
    max-width: 100%;
    order: 1;
  }
  .login-page-content-title {
    position: static;
  }
  .login-page-content-bg {
    display: none;
  }
  .login-page-content-bg img {
    width: 560px;
  }
  .form-label {
    display: unset !important;
    position: absolute;
    pointer-events: none;
    left: 24px;
    right: 24px;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    line-height: 54px;
    transition: 0.3s;
    color: #d5d5e0;
    font-size: 15px;
  }
  .form-item {
    font-size: 15px;
    height: 54px;
    margin-bottom: 8px !important;
  }
  .register-success {
    text-align: left;
  }
  .register-success-title {
    margin-top: 20px;
  }
  .register-success-desc {
    margin-top: 12px;
  }
}
.test-start {
  min-height: 800px;
}
.test-start-wrapper {
  position: relative;
  padding: 105px 60px;
  display: flex;
  align-items: center;
  height: 100%;
}
.test-start-content {
  flex: 1;
  position: relative;
  height: 100%;
}
.test-start-content-title {
  color: #494892;
  font-weight: 400;
  margin-bottom: 20px;
}
.test-start-content .button {
  width: 300px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}
.test-start-content-blocks {
  display: flex;
  gap: 8px;
  margin-top: 24px;
}
.test-start-content-blocks-item {
  padding: 18px 22px;
  border-radius: 12px;
  background-color: #ffffff;
  flex: 1;
  max-width: 50%;
  display: flex;
  gap: 12px;
  align-items: center;
}
.test-start-bg {
  position: relative;
  flex: 1;
  width: 40%;
  height: 100%;
}
.test-start-bg-img {
  position: absolute;
  bottom: -105px;
  width: calc(100% + 60px);
  overflow: hidden;
}
.test-start-bg-img img {
  width: 800px;
}

@media screen and (max-width: 1080px) {
  .test-start-bg-img img {
    width: 700px;
  }
}
@media screen and (max-width: 980px) {
  .test-start {
    min-height: unset;
  }
  .test-start-wrapper {
    padding: 32px 12px;
  }
  .test-start-content {
    width: 100%;
  }
  .test-start-content .button {
    width: 100%;
    height: 50px;
  }
  .test-start-bg {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .test-start-content-blocks-item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.result.success {
  background-color: #e1eede;
}
.result.success .result-title,
.result.success .result-count {
  color: #25b44d;
}
.result.fail {
  background-color: #eedede;
}
.result.fail .result-title,
.result.fail .result-count {
  color: #d64646;
}
.result-label {
  background-color: #ffffff;
  border-radius: 47px;
  padding: 12px 22px;
  font-size: 18px;
  font-weight: 400;
  width: max-content;
  margin: 32px auto;
}
.result-label-wrapper {
  text-align: center;
}
.result-content {
  padding: 62px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
}
.result-content .button {
  display: block;
  padding: 17px 32px;
  width: max-content;
  margin-top: 24px;
}
.result-img {
  width: 98px;
  height: 98px;
}
.result-img img {
  width: 100%;
  height: auto;
}
.result-count {
  font-size: 20px;
}
.result-desc {
  font-weight: 400;
  text-align: center;
}
.result-rec {
  margin-bottom: 60px;
  display: flex;
  gap: 115px;
}
.result-rec h4 {
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
}
@media screen and (max-width: 1180px) {
  .result-rec {
    gap: 20px;
  }
}
.result-rec-content {
  max-width: 35%;
}
.result-rec-block {
  flex: 1;
  padding: 52px 42px;
  position: relative;
}
.result-rec-block-title,
.result-rec-block-info {
  max-width: calc(100% - 200px);
}
.result-rec-block-info {
  display: flex;
  gap: 84px;
  margin-top: 24px;
}
@media screen and (max-width: 1368px) {
  .result-rec-block-info {
    max-width: 100%;
  }
}
.result-rec-block-info-item-title {
  display: flex;
  align-items: center;
  color: #494892;
}
.result-rec-block-desc {
  margin-top: 32px;
}
.result-rec-block-desc p {
  font-weight: 400;
}
.result-rec-block-button {
  position: absolute;
  padding: 17px 32px;
  top: 52px;
  right: 42px;
  display: block;
}

@media screen and (max-width: 980px) {
  .result-rec {
    flex-direction: column;
  }
  .result-rec h4 {
    font-size: 24px;
  }
  .result-rec-content {
    max-width: 100%;
  }
  .result-rec-block-title,
  .result-rec-block-info {
    max-width: 100%;
  }
  .result-rec-block-info {
    flex-direction: column;
    gap: 12px;
    font-size: 14px;
  }
  .result-rec-block-info-item {
    display: flex;
    justify-content: space-between;
  }
  .result-rec-block-button {
    position: static;
    margin-top: 20px;
    padding: 15px 24px;
  }
}
@media screen and (max-width: 768px) {
  .result-rec-content-title {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .result-rec-block {
    padding: 32px 15px;
    margin: 0 -20px;
    border-radius: 16px;
  }
  .result-rec-block-button {
    position: static;
  }
}
.test {
  background-color: #e9e9ed;
}
.test h3 {
  font-size: 36px;
  line-height: 42px;
}
.test-wrapper {
  padding-top: 32px;
  margin-bottom: 78px;
}
.test-head {
  display: flex;
  justify-content: space-between;
}
.test-timer {
  padding: 12px 21px;
  border-radius: 47px;
  border: 1px solid #bdbdd0;
  font-size: 14px;
  font-weight: 500;
}
.test-progress {
  flex: 1;
  max-width: 70%;
}
.test-progress-number {
  font-size: 28px;
  font-weight: 500;
  color: #a4a3c8;
}
.test-progress-number .current {
  font-weight: 700;
  color: #494892;
}
.test-progress-bar {
  position: relative;
}
.test-progress-bar-empty,
.test-progress-bar-full {
  display: block;
  height: 6px;
  border-radius: 56px;
  width: 100%;
}
.test-progress-bar-empty {
  background-color: #d5d5e0;
}
.test-progress-bar-full {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #494892;
  width: 0;
}
.test-quest {
  margin-top: 64px;
  display: none;
}
.test-quest-title {
  color: #494892;
}
.test-quest-desc {
  color: #646b72;
  font-weight: 400;
  margin-top: 12px;
}
.test-quest-answers {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}
.test-quest-answer {
  padding: 24px 32px;
  border: 1px solid #bdbdd0;
  border-radius: 12px;
  width: calc(50% - 8px);
  display: flex;
  gap: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  cursor: pointer;
  position: relative;
  user-select: none;
  align-items: center;
}
.test-quest-answer input[type="checkbox"] {
  width: 24px;
  height: 24px;
  opacity: 0;
  visibility: hidden;
  z-index: -2;
}
.test-quest-answer:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 32px;
  height: 24px;
  width: 24px;
  border: 1px solid #bdbdd0;
  border-radius: 4px;
  transform: translateY(-50%);
}
.test-quest-answer:has(input[type="checkbox"]:checked) {
  background-color: #ffffff;
  border: none;
}
.test-quest-answer:has(input[type="checkbox"]:checked):after {
  background-color: #494892;
  border-radius: 5px;
  background-image: url("/local/templates/rbi18//css/../img/testing/icon/check.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.test-bottom {
  margin-top: 100px;
  text-align: end;
}
.test-bottom .button {
  padding: 17px 32px;
}

.button:disabled,
.button[disabled] {
  opacity: 0.5;
  pointer-events: none;
}

@media screen and (max-width: 980px) {
  .test h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
  }
  .test-quest {
    margin-top: 32px;
  }
  .test-quest-answers {
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 10px;
    margin-top: 32px;
  }
  .test-quest-answer {
    width: 100%;
    padding: 16px 20px;
    font-size: 16px;
    line-height: 24px;
    gap: 10px;
  }
  .test-quest-answer input[type="checkbox"] {
    height: 20px;
    width: 20px;
  }
  .test-quest-answer:after {
    left: 20px;
    height: 20px;
    width: 20px;
  }
  .test-bottom {
    margin-top: 42px;
  }
}

/*# sourceMappingURL=new.css.map */

/* End */


/* Start:/local/templates/rbi18//css/custom.css?1748958575406*/
form input + .label-accept {
    display:inline;
    font-size:14px;
    line-height:1.3;
    cursor:pointer;
}

.cookies__buttons {
    display:flex;
}
.cookies__buttons .btn + .btn {
    margin-left:10px;
}
.cookies__island {
    transition:.4s;
    opacity:0;
    transform:translate3d(0,200px,0);
}
.show-notice .cookies__island {
    opacity:1;
    transform:translate3d(0,0,0);
}
/* End */


/* Start:/local/templates/rbi18//css/bvi.css?173286146886408*/
/*!
 * Button visually impaired v1.0.0 (https://bvi.isvek.ru/)
 * Copyright 2014-2021 <bvi@isvek.ru>
 * Licensed under MIT (https://github.com/veks/button-visually-impaired-javascript/blob/master/LICENSE.md)
 */
html:not(.bvi-panel) {
  font-size: 100%;
}
html:not(.bvi-panel) *,
html:not(.bvi-panel) ::after,
html:not(.bvi-panel) ::before {
  box-sizing: border-box;
}
html body .bvi-panel {
  font-family: Arial, serif !important;
  font-size: 1rem !important;
  padding: 0.5rem;
  color: black;
  top: 0;
  left: 0;
  right: 0;
  letter-spacing: 0;
  position: relative;
  text-shadow: none;
  line-height: normal;
  border: 0;
  margin-bottom: 0.3rem;
  background-color: #f7f7f7;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.23);
  z-index: 999999 !important;
}
html body .bvi-panel * {
  font-family: Arial, serif !important;
  font-size: 1rem !important;
}
html body .bvi-panel.bvi-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999999;
}
html body .bvi-panel.bvi-panel-hide {
  display: none;
}
html body .bvi-panel a {
  color: black !important;
  outline: 0 !important;
  background-color: transparent !important;
  text-decoration: none !important;
}
html body .bvi-panel a:hover, html body .bvi-panel a:focus {
  color: black !important;
  outline: 0 !important;
  background-color: transparent !important;
  text-decoration: none !important;
}
html body .bvi-panel a.bvi-link {
  display: inline-block;
  line-height: 1.5;
  font-size: 0.875rem !important;
  color: #212529 !important;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #e0e0e0 !important;
  border: 1px solid #c6c6c6 !important;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  position: relative;
  font-weight: bold;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
html body .bvi-panel a.bvi-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
html body .bvi-panel a.bvi-link:hover, html body .bvi-panel a.bvi-link:focus {
  background-color: #b6b6b6 !important;
}
html body .bvi-panel a.bvi-link.active {
  color: #212529 !important;
  background-color: #b6b6b6 !important;
}
html body .bvi-panel a.bvi-link.bvi-theme-white {
  background-color: #ffffff !important;
  color: #000000 !important;
}
html body .bvi-panel a.bvi-link.bvi-theme-black {
  background-color: #000000 !important;
  color: #ffffff !important;
}
html body .bvi-panel a.bvi-link.bvi-theme-blue {
  background-color: #9DD1FF !important;
  color: #063462 !important;
}
html body .bvi-panel a.bvi-link.bvi-theme-brown {
  background-color: #F7F3D6 !important;
  color: #4D4B43 !important;
}
html body .bvi-panel a.bvi-link.bvi-theme-green {
  background-color: #3B2716 !important;
  color: #A9E44D !important;
}
html body .bvi-panel .bvi-blocks {
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-flow: row wrap;
}
html body .bvi-panel .bvi-blocks.bvi-block-start {
  justify-content: flex-start;
}
html body .bvi-panel .bvi-blocks.bvi-block-center {
  justify-content: center;
}
html body .bvi-panel .bvi-blocks.bvi-block-end {
  justify-content: flex-end;
}
html body .bvi-panel .bvi-block {
  padding: 0.688rem 0.938rem;
}
html body .bvi-panel .bvi-block .bvi-block-title {
  text-align: center;
  font-weight: 600 !important;
  font-size: 1rem !important;
  display: block;
  margin-bottom: 0.8rem;
}
html body .bvi-panel .bvi-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
  z-index: 1050;
  outline: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 200ms ease-in;
  -moz-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
html body .bvi-panel .bvi-modal.show {
  visibility: visible;
  opacity: 1;
}
html body .bvi-panel .bvi-modal .bvi-modal-dialog {
  max-width: 500px;
  margin: 1.75rem auto;
  display: flex;
  align-items: center;
  height: calc(100% - 3.5rem);
  pointer-events: none;
}
html body .bvi-panel .bvi-modal .bvi-modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
  max-height: 100%;
  overflow: hidden;
}
html body .bvi-panel .bvi-modal .bvi-modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 0.8rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}
html body .bvi-panel .bvi-modal .bvi-modal-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: 600;
  color: black;
}
html body .bvi-panel .bvi-modal .bvi-modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
  overflow-y: auto;
}
html body .bvi-panel .bvi-modal .bvi-modal-body::-webkit-scrollbar {
  width: 0.5rem;
  background-color: transparent;
  opacity: 0;
}
html body .bvi-panel .bvi-modal .bvi-modal-body::-webkit-scrollbar-thumb {
  background-color: #dee2e6;
  border-radius: 0.25rem;
}
html body .bvi-panel .bvi-modal .bvi-modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.8rem 0.8rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px);
}
html body .bvi-panel .bvi-modal .bvi-modal-close {
  float: right;
  font-size: 1.2rem !important;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
html body .bvi-panel .bvi-modal .bvi-modal-close:focus, html body .bvi-panel .bvi-modal .bvi-modal-close:hover {
  cursor: pointer;
  opacity: 0.75;
}

body.bvi-active {
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
}
body.bvi-active.bvi-noscroll {
  overflow: hidden !important;
}
body .bvi-body {
  padding: 0 0.5rem;
}
body .bvi-body[data-bvi-theme=white]:not(.bvi-no-styles) {
  background-color: #ffffff !important;
  color: #000000 !important;
  fill: #000000 !important;
  border-color: #000000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) {
  background-color: #ffffff !important;
  color: #000000 !important;
  fill: #000000 !important;
  border-color: #000000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) .bvi-speech-link,
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) .bvi-speech-text {
  border-color: #000000;
}
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles) {
  color: #000000 !important;
  background-color: transparent !important;
  text-underline: none !important;
  outline: 0 !important;
  text-decoration: none !important;
}
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles).disabled {
  color: rgba(0, 0, 0, 0.5) !important;
  border: 1px solid rgba(0, 0, 0, 0.5) !important;
  pointer-events: none;
  cursor: no-drop;
  text-decoration: none !important;
}
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles).disabled:focus {
  color: rgba(0, 0, 0, 0.5) !important;
  border: 1px solid rgba(0, 0, 0, 0.5) !important;
  text-underline: none !important;
  text-decoration: none !important;
}
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles):hover {
  color: #ffffff !important;
  background-color: #000000 !important;
  text-underline: none !important;
  text-decoration: none !important;
}
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles):focus {
  color: #000000 !important;
  background-color: #ffffff !important;
  text-underline: none !important;
  text-decoration: none !important;
}
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) :checked:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) :default:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) :disabled:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) :empty:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) :enabled:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) :first-child:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) :first-of-type:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) :focus:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) :indeterminate:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) :hover:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) :last-child:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) :last-of-type:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) :link:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) :nth-last-child:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) :nth-last-of-type:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) :nth-of-type:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) :only-child:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) :only-of-type:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) :optional:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) :read-write:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) :required:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) :root:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) :target:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) :valid:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) :visited:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) :first-child:first-letter:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) :default:not(.bvi-no-styles) {
  background-color: #ffffff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
  fill: #000000 !important;
}
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles)::after:not(.bvi-no-styles) {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #000000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles)::before:not(.bvi-no-styles) {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #000000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles)::selection:not(.bvi-no-styles) {
  background-color: #000000 !important;
  color: #ffffff !important;
}
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) a:not(.bvi-no-styles) {
  outline: 0 !important;
  color: #000000 !important;
  background-color: transparent !important;
}
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) a:not(.bvi-no-styles).active {
  color: #000000 !important;
  background-color: #ffffff !important;
}
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles) {
  color: #ffffff !important;
  background-color: #000000 !important;
}
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles):after {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #ffffff !important;
  border-color: transparent !important;
}
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles):before {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #ffffff !important;
  border-color: transparent !important;
}
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) button:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) input[type=submit]:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) input[type=button]:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) button[type=submit]:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) button[type=button]:not(.bvi-no-styles) {
  color: #ffffff !important;
  background-color: #000000 !important;
}
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) button:hover.active, body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) input[type=button]:hover:not(.bvi-no-styles).active, body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) input[type=submit]:hover:not(.bvi-no-styles).active, body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) button[type=submit]:hover:not(.bvi-no-styles).active, body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) button[type=button]:hover:not(.bvi-no-styles).active {
  color: #ffffff !important;
  background-color: #000000 !important;
}
body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) button:hover:hover, body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) input[type=button]:hover:not(.bvi-no-styles):hover, body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) input[type=submit]:hover:not(.bvi-no-styles):hover, body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) button[type=submit]:hover:not(.bvi-no-styles):hover, body .bvi-body[data-bvi-theme=white] *:not(.bvi-no-styles) button[type=button]:hover:not(.bvi-no-styles):hover {
  color: #ffffff !important;
  background-color: #000000 !important;
}
body .bvi-body[data-bvi-theme=black]:not(.bvi-no-styles) {
  background-color: #000000 !important;
  color: #ffffff !important;
  fill: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) {
  background-color: #000000 !important;
  color: #ffffff !important;
  fill: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) .bvi-speech-link,
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) .bvi-speech-text {
  border-color: #ffffff;
}
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles) {
  color: #ffffff !important;
  background-color: transparent !important;
  text-underline: none !important;
  outline: 0 !important;
  text-decoration: none !important;
}
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles).disabled {
  color: rgba(255, 255, 255, 0.5) !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  pointer-events: none;
  cursor: no-drop;
  text-decoration: none !important;
}
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles).disabled:focus {
  color: rgba(255, 255, 255, 0.5) !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  text-underline: none !important;
  text-decoration: none !important;
}
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles):hover {
  color: #000000 !important;
  background-color: #ffffff !important;
  text-underline: none !important;
  text-decoration: none !important;
}
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles):focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  text-underline: none !important;
  text-decoration: none !important;
}
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) :checked:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) :default:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) :disabled:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) :empty:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) :enabled:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) :first-child:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) :first-of-type:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) :focus:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) :indeterminate:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) :hover:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) :last-child:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) :last-of-type:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) :link:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) :nth-last-child:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) :nth-last-of-type:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) :nth-of-type:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) :only-child:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) :only-of-type:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) :optional:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) :read-write:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) :required:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) :root:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) :target:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) :valid:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) :visited:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) :first-child:first-letter:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) :default:not(.bvi-no-styles) {
  background-color: #000000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  fill: #ffffff !important;
}
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles)::after:not(.bvi-no-styles) {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #ffffff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles)::before:not(.bvi-no-styles) {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #ffffff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles)::selection:not(.bvi-no-styles) {
  background-color: #ffffff !important;
  color: #000000 !important;
}
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) a:not(.bvi-no-styles) {
  outline: 0 !important;
  color: #ffffff !important;
  background-color: transparent !important;
}
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) a:not(.bvi-no-styles).active {
  color: #ffffff !important;
  background-color: #000000 !important;
}
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles) {
  color: #000000 !important;
  background-color: #ffffff !important;
}
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles):after {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #000000 !important;
  border-color: transparent !important;
}
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles):before {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #000000 !important;
  border-color: transparent !important;
}
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) button:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) input[type=submit]:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) input[type=button]:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) button[type=submit]:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) button[type=button]:not(.bvi-no-styles) {
  color: #000000 !important;
  background-color: #ffffff !important;
}
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) button:hover.active, body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) input[type=button]:hover:not(.bvi-no-styles).active, body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) input[type=submit]:hover:not(.bvi-no-styles).active, body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) button[type=submit]:hover:not(.bvi-no-styles).active, body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) button[type=button]:hover:not(.bvi-no-styles).active {
  color: #000000 !important;
  background-color: #ffffff !important;
}
body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) button:hover:hover, body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) input[type=button]:hover:not(.bvi-no-styles):hover, body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) input[type=submit]:hover:not(.bvi-no-styles):hover, body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) button[type=submit]:hover:not(.bvi-no-styles):hover, body .bvi-body[data-bvi-theme=black] *:not(.bvi-no-styles) button[type=button]:hover:not(.bvi-no-styles):hover {
  color: #000000 !important;
  background-color: #ffffff !important;
}
body .bvi-body[data-bvi-theme=blue]:not(.bvi-no-styles) {
  background-color: #9DD1FF !important;
  color: #063462 !important;
  fill: #063462 !important;
  border-color: #063462 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) {
  background-color: #9DD1FF !important;
  color: #063462 !important;
  fill: #063462 !important;
  border-color: #063462 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) .bvi-speech-link,
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) .bvi-speech-text {
  border-color: #063462;
}
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles) {
  color: #063462 !important;
  background-color: transparent !important;
  text-underline: none !important;
  outline: 0 !important;
  text-decoration: none !important;
}
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles).disabled {
  color: rgba(6, 52, 98, 0.5) !important;
  border: 1px solid rgba(6, 52, 98, 0.5) !important;
  pointer-events: none;
  cursor: no-drop;
  text-decoration: none !important;
}
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles).disabled:focus {
  color: rgba(6, 52, 98, 0.5) !important;
  border: 1px solid rgba(6, 52, 98, 0.5) !important;
  text-underline: none !important;
  text-decoration: none !important;
}
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles):hover {
  color: #9DD1FF !important;
  background-color: #063462 !important;
  text-underline: none !important;
  text-decoration: none !important;
}
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles):focus {
  color: #063462 !important;
  background-color: #9DD1FF !important;
  text-underline: none !important;
  text-decoration: none !important;
}
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) :checked:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) :default:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) :disabled:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) :empty:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) :enabled:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) :first-child:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) :first-of-type:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) :focus:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) :indeterminate:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) :hover:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) :last-child:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) :last-of-type:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) :link:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) :nth-last-child:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) :nth-last-of-type:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) :nth-of-type:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) :only-child:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) :only-of-type:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) :optional:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) :read-write:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) :required:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) :root:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) :target:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) :valid:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) :visited:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) :first-child:first-letter:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) :default:not(.bvi-no-styles) {
  background-color: #9DD1FF !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: #063462 !important;
  color: #063462 !important;
  fill: #063462 !important;
}
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles)::after:not(.bvi-no-styles) {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #063462 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles)::before:not(.bvi-no-styles) {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #063462 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles)::selection:not(.bvi-no-styles) {
  background-color: #063462 !important;
  color: #9DD1FF !important;
}
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) a:not(.bvi-no-styles) {
  outline: 0 !important;
  color: #063462 !important;
  background-color: transparent !important;
}
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) a:not(.bvi-no-styles).active {
  color: #063462 !important;
  background-color: #9DD1FF !important;
}
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles) {
  color: #9DD1FF !important;
  background-color: #063462 !important;
}
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles):after {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #9DD1FF !important;
  border-color: transparent !important;
}
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles):before {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #9DD1FF !important;
  border-color: transparent !important;
}
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) button:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) input[type=submit]:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) input[type=button]:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) button[type=submit]:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) button[type=button]:not(.bvi-no-styles) {
  color: #9DD1FF !important;
  background-color: #063462 !important;
}
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) button:hover.active, body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) input[type=button]:hover:not(.bvi-no-styles).active, body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) input[type=submit]:hover:not(.bvi-no-styles).active, body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) button[type=submit]:hover:not(.bvi-no-styles).active, body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) button[type=button]:hover:not(.bvi-no-styles).active {
  color: #9DD1FF !important;
  background-color: #063462 !important;
}
body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) button:hover:hover, body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) input[type=button]:hover:not(.bvi-no-styles):hover, body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) input[type=submit]:hover:not(.bvi-no-styles):hover, body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) button[type=submit]:hover:not(.bvi-no-styles):hover, body .bvi-body[data-bvi-theme=blue] *:not(.bvi-no-styles) button[type=button]:hover:not(.bvi-no-styles):hover {
  color: #9DD1FF !important;
  background-color: #063462 !important;
}
body .bvi-body[data-bvi-theme=brown]:not(.bvi-no-styles) {
  background-color: #F7F3D6 !important;
  color: #4D4B43 !important;
  fill: #4D4B43 !important;
  border-color: #4D4B43 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) {
  background-color: #F7F3D6 !important;
  color: #4D4B43 !important;
  fill: #4D4B43 !important;
  border-color: #4D4B43 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) .bvi-speech-link,
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) .bvi-speech-text {
  border-color: #4D4B43;
}
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles) {
  color: #4D4B43 !important;
  background-color: transparent !important;
  text-underline: none !important;
  outline: 0 !important;
  text-decoration: none !important;
}
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles).disabled {
  color: rgba(77, 75, 67, 0.5) !important;
  border: 1px solid rgba(77, 75, 67, 0.5) !important;
  pointer-events: none;
  cursor: no-drop;
  text-decoration: none !important;
}
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles).disabled:focus {
  color: rgba(77, 75, 67, 0.5) !important;
  border: 1px solid rgba(77, 75, 67, 0.5) !important;
  text-underline: none !important;
  text-decoration: none !important;
}
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles):hover {
  color: #F7F3D6 !important;
  background-color: #4D4B43 !important;
  text-underline: none !important;
  text-decoration: none !important;
}
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles):focus {
  color: #4D4B43 !important;
  background-color: #F7F3D6 !important;
  text-underline: none !important;
  text-decoration: none !important;
}
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) :checked:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) :default:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) :disabled:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) :empty:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) :enabled:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) :first-child:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) :first-of-type:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) :focus:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) :indeterminate:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) :hover:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) :last-child:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) :last-of-type:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) :link:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) :nth-last-child:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) :nth-last-of-type:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) :nth-of-type:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) :only-child:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) :only-of-type:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) :optional:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) :read-write:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) :required:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) :root:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) :target:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) :valid:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) :visited:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) :first-child:first-letter:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) :default:not(.bvi-no-styles) {
  background-color: #F7F3D6 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: #4D4B43 !important;
  color: #4D4B43 !important;
  fill: #4D4B43 !important;
}
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles)::after:not(.bvi-no-styles) {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #4D4B43 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles)::before:not(.bvi-no-styles) {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #4D4B43 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles)::selection:not(.bvi-no-styles) {
  background-color: #4D4B43 !important;
  color: #F7F3D6 !important;
}
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) a:not(.bvi-no-styles) {
  outline: 0 !important;
  color: #4D4B43 !important;
  background-color: transparent !important;
}
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) a:not(.bvi-no-styles).active {
  color: #4D4B43 !important;
  background-color: #F7F3D6 !important;
}
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles) {
  color: #F7F3D6 !important;
  background-color: #4D4B43 !important;
}
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles):after {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #F7F3D6 !important;
  border-color: transparent !important;
}
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles):before {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #F7F3D6 !important;
  border-color: transparent !important;
}
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) button:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) input[type=submit]:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) input[type=button]:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) button[type=submit]:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) button[type=button]:not(.bvi-no-styles) {
  color: #F7F3D6 !important;
  background-color: #4D4B43 !important;
}
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) button:hover.active, body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) input[type=button]:hover:not(.bvi-no-styles).active, body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) input[type=submit]:hover:not(.bvi-no-styles).active, body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) button[type=submit]:hover:not(.bvi-no-styles).active, body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) button[type=button]:hover:not(.bvi-no-styles).active {
  color: #F7F3D6 !important;
  background-color: #4D4B43 !important;
}
body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) button:hover:hover, body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) input[type=button]:hover:not(.bvi-no-styles):hover, body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) input[type=submit]:hover:not(.bvi-no-styles):hover, body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) button[type=submit]:hover:not(.bvi-no-styles):hover, body .bvi-body[data-bvi-theme=brown] *:not(.bvi-no-styles) button[type=button]:hover:not(.bvi-no-styles):hover {
  color: #F7F3D6 !important;
  background-color: #4D4B43 !important;
}
body .bvi-body[data-bvi-theme=green]:not(.bvi-no-styles) {
  background-color: #3B2716 !important;
  color: #A9E44D !important;
  fill: #A9E44D !important;
  border-color: #A9E44D !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) {
  background-color: #3B2716 !important;
  color: #A9E44D !important;
  fill: #A9E44D !important;
  border-color: #A9E44D !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) .bvi-speech-link,
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) .bvi-speech-text {
  border-color: #A9E44D;
}
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles) {
  color: #A9E44D !important;
  background-color: transparent !important;
  text-underline: none !important;
  outline: 0 !important;
  text-decoration: none !important;
}
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles).disabled {
  color: rgba(169, 228, 77, 0.5) !important;
  border: 1px solid rgba(169, 228, 77, 0.5) !important;
  pointer-events: none;
  cursor: no-drop;
  text-decoration: none !important;
}
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles).disabled:focus {
  color: rgba(169, 228, 77, 0.5) !important;
  border: 1px solid rgba(169, 228, 77, 0.5) !important;
  text-underline: none !important;
  text-decoration: none !important;
}
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles):hover {
  color: #3B2716 !important;
  background-color: #A9E44D !important;
  text-underline: none !important;
  text-decoration: none !important;
}
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) .bvi-link:not(.bvi-no-styles):focus {
  color: #A9E44D !important;
  background-color: #3B2716 !important;
  text-underline: none !important;
  text-decoration: none !important;
}
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) :checked:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) :default:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) :disabled:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) :empty:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) :enabled:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) :first-child:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) :first-of-type:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) :focus:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) :indeterminate:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) :hover:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) :last-child:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) :last-of-type:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) :link:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) :nth-last-child:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) :nth-last-of-type:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) :nth-of-type:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) :only-child:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) :only-of-type:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) :optional:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) :read-write:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) :required:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) :root:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) :target:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) :valid:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) :visited:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) :first-child:first-letter:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) :default:not(.bvi-no-styles) {
  background-color: #3B2716 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: #A9E44D !important;
  color: #A9E44D !important;
  fill: #A9E44D !important;
}
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles)::after:not(.bvi-no-styles) {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #A9E44D !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles)::before:not(.bvi-no-styles) {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #A9E44D !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles)::selection:not(.bvi-no-styles) {
  background-color: #A9E44D !important;
  color: #3B2716 !important;
}
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) a:not(.bvi-no-styles) {
  outline: 0 !important;
  color: #A9E44D !important;
  background-color: transparent !important;
}
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) a:not(.bvi-no-styles).active {
  color: #A9E44D !important;
  background-color: #3B2716 !important;
}
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles) {
  color: #3B2716 !important;
  background-color: #A9E44D !important;
}
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles):after {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #3B2716 !important;
  border-color: transparent !important;
}
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles):before {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #3B2716 !important;
  border-color: transparent !important;
}
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) button:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) input[type=submit]:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) input[type=button]:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) button[type=submit]:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) button[type=button]:not(.bvi-no-styles) {
  color: #3B2716 !important;
  background-color: #A9E44D !important;
}
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) button:hover.active, body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) input[type=button]:hover:not(.bvi-no-styles).active, body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) input[type=submit]:hover:not(.bvi-no-styles).active, body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) button[type=submit]:hover:not(.bvi-no-styles).active, body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) button[type=button]:hover:not(.bvi-no-styles).active {
  color: #3B2716 !important;
  background-color: #A9E44D !important;
}
body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) button:hover:hover, body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) input[type=button]:hover:not(.bvi-no-styles):hover, body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) input[type=submit]:hover:not(.bvi-no-styles):hover, body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) button[type=submit]:hover:not(.bvi-no-styles):hover, body .bvi-body[data-bvi-theme=green] *:not(.bvi-no-styles) button[type=button]:hover:not(.bvi-no-styles):hover {
  color: #3B2716 !important;
  background-color: #A9E44D !important;
}
body .bvi-body[data-bvi-fontsize="40"] * {
  font-size: 40px !important;
}
body .bvi-body[data-bvi-fontsize="40"] * h1,
body .bvi-body[data-bvi-fontsize="40"] * h1 * {
  font-size: 47px !important;
}
body .bvi-body[data-bvi-fontsize="40"] * h2,
body .bvi-body[data-bvi-fontsize="40"] * h2 * {
  font-size: 46px !important;
}
body .bvi-body[data-bvi-fontsize="40"] * h3,
body .bvi-body[data-bvi-fontsize="40"] * h3 * {
  font-size: 45px !important;
}
body .bvi-body[data-bvi-fontsize="40"] * h4,
body .bvi-body[data-bvi-fontsize="40"] * h4 * {
  font-size: 44px !important;
}
body .bvi-body[data-bvi-fontsize="40"] * h5,
body .bvi-body[data-bvi-fontsize="40"] * h5 * {
  font-size: 43px !important;
}
body .bvi-body[data-bvi-fontsize="40"] * h6,
body .bvi-body[data-bvi-fontsize="40"] * h6 * {
  font-size: 42px !important;
}
body .bvi-body[data-bvi-fontsize="39"] * {
  font-size: 39px !important;
}
body .bvi-body[data-bvi-fontsize="39"] * h1,
body .bvi-body[data-bvi-fontsize="39"] * h1 * {
  font-size: 46px !important;
}
body .bvi-body[data-bvi-fontsize="39"] * h2,
body .bvi-body[data-bvi-fontsize="39"] * h2 * {
  font-size: 45px !important;
}
body .bvi-body[data-bvi-fontsize="39"] * h3,
body .bvi-body[data-bvi-fontsize="39"] * h3 * {
  font-size: 44px !important;
}
body .bvi-body[data-bvi-fontsize="39"] * h4,
body .bvi-body[data-bvi-fontsize="39"] * h4 * {
  font-size: 43px !important;
}
body .bvi-body[data-bvi-fontsize="39"] * h5,
body .bvi-body[data-bvi-fontsize="39"] * h5 * {
  font-size: 42px !important;
}
body .bvi-body[data-bvi-fontsize="39"] * h6,
body .bvi-body[data-bvi-fontsize="39"] * h6 * {
  font-size: 41px !important;
}
body .bvi-body[data-bvi-fontsize="38"] * {
  font-size: 38px !important;
}
body .bvi-body[data-bvi-fontsize="38"] * h1,
body .bvi-body[data-bvi-fontsize="38"] * h1 * {
  font-size: 45px !important;
}
body .bvi-body[data-bvi-fontsize="38"] * h2,
body .bvi-body[data-bvi-fontsize="38"] * h2 * {
  font-size: 44px !important;
}
body .bvi-body[data-bvi-fontsize="38"] * h3,
body .bvi-body[data-bvi-fontsize="38"] * h3 * {
  font-size: 43px !important;
}
body .bvi-body[data-bvi-fontsize="38"] * h4,
body .bvi-body[data-bvi-fontsize="38"] * h4 * {
  font-size: 42px !important;
}
body .bvi-body[data-bvi-fontsize="38"] * h5,
body .bvi-body[data-bvi-fontsize="38"] * h5 * {
  font-size: 41px !important;
}
body .bvi-body[data-bvi-fontsize="38"] * h6,
body .bvi-body[data-bvi-fontsize="38"] * h6 * {
  font-size: 40px !important;
}
body .bvi-body[data-bvi-fontsize="37"] * {
  font-size: 37px !important;
}
body .bvi-body[data-bvi-fontsize="37"] * h1,
body .bvi-body[data-bvi-fontsize="37"] * h1 * {
  font-size: 44px !important;
}
body .bvi-body[data-bvi-fontsize="37"] * h2,
body .bvi-body[data-bvi-fontsize="37"] * h2 * {
  font-size: 43px !important;
}
body .bvi-body[data-bvi-fontsize="37"] * h3,
body .bvi-body[data-bvi-fontsize="37"] * h3 * {
  font-size: 42px !important;
}
body .bvi-body[data-bvi-fontsize="37"] * h4,
body .bvi-body[data-bvi-fontsize="37"] * h4 * {
  font-size: 41px !important;
}
body .bvi-body[data-bvi-fontsize="37"] * h5,
body .bvi-body[data-bvi-fontsize="37"] * h5 * {
  font-size: 40px !important;
}
body .bvi-body[data-bvi-fontsize="37"] * h6,
body .bvi-body[data-bvi-fontsize="37"] * h6 * {
  font-size: 39px !important;
}
body .bvi-body[data-bvi-fontsize="36"] * {
  font-size: 36px !important;
}
body .bvi-body[data-bvi-fontsize="36"] * h1,
body .bvi-body[data-bvi-fontsize="36"] * h1 * {
  font-size: 43px !important;
}
body .bvi-body[data-bvi-fontsize="36"] * h2,
body .bvi-body[data-bvi-fontsize="36"] * h2 * {
  font-size: 42px !important;
}
body .bvi-body[data-bvi-fontsize="36"] * h3,
body .bvi-body[data-bvi-fontsize="36"] * h3 * {
  font-size: 41px !important;
}
body .bvi-body[data-bvi-fontsize="36"] * h4,
body .bvi-body[data-bvi-fontsize="36"] * h4 * {
  font-size: 40px !important;
}
body .bvi-body[data-bvi-fontsize="36"] * h5,
body .bvi-body[data-bvi-fontsize="36"] * h5 * {
  font-size: 39px !important;
}
body .bvi-body[data-bvi-fontsize="36"] * h6,
body .bvi-body[data-bvi-fontsize="36"] * h6 * {
  font-size: 38px !important;
}
body .bvi-body[data-bvi-fontsize="35"] * {
  font-size: 35px !important;
}
body .bvi-body[data-bvi-fontsize="35"] * h1,
body .bvi-body[data-bvi-fontsize="35"] * h1 * {
  font-size: 42px !important;
}
body .bvi-body[data-bvi-fontsize="35"] * h2,
body .bvi-body[data-bvi-fontsize="35"] * h2 * {
  font-size: 41px !important;
}
body .bvi-body[data-bvi-fontsize="35"] * h3,
body .bvi-body[data-bvi-fontsize="35"] * h3 * {
  font-size: 40px !important;
}
body .bvi-body[data-bvi-fontsize="35"] * h4,
body .bvi-body[data-bvi-fontsize="35"] * h4 * {
  font-size: 39px !important;
}
body .bvi-body[data-bvi-fontsize="35"] * h5,
body .bvi-body[data-bvi-fontsize="35"] * h5 * {
  font-size: 38px !important;
}
body .bvi-body[data-bvi-fontsize="35"] * h6,
body .bvi-body[data-bvi-fontsize="35"] * h6 * {
  font-size: 37px !important;
}
body .bvi-body[data-bvi-fontsize="34"] * {
  font-size: 34px !important;
}
body .bvi-body[data-bvi-fontsize="34"] * h1,
body .bvi-body[data-bvi-fontsize="34"] * h1 * {
  font-size: 41px !important;
}
body .bvi-body[data-bvi-fontsize="34"] * h2,
body .bvi-body[data-bvi-fontsize="34"] * h2 * {
  font-size: 40px !important;
}
body .bvi-body[data-bvi-fontsize="34"] * h3,
body .bvi-body[data-bvi-fontsize="34"] * h3 * {
  font-size: 39px !important;
}
body .bvi-body[data-bvi-fontsize="34"] * h4,
body .bvi-body[data-bvi-fontsize="34"] * h4 * {
  font-size: 38px !important;
}
body .bvi-body[data-bvi-fontsize="34"] * h5,
body .bvi-body[data-bvi-fontsize="34"] * h5 * {
  font-size: 37px !important;
}
body .bvi-body[data-bvi-fontsize="34"] * h6,
body .bvi-body[data-bvi-fontsize="34"] * h6 * {
  font-size: 36px !important;
}
body .bvi-body[data-bvi-fontsize="33"] * {
  font-size: 33px !important;
}
body .bvi-body[data-bvi-fontsize="33"] * h1,
body .bvi-body[data-bvi-fontsize="33"] * h1 * {
  font-size: 40px !important;
}
body .bvi-body[data-bvi-fontsize="33"] * h2,
body .bvi-body[data-bvi-fontsize="33"] * h2 * {
  font-size: 39px !important;
}
body .bvi-body[data-bvi-fontsize="33"] * h3,
body .bvi-body[data-bvi-fontsize="33"] * h3 * {
  font-size: 38px !important;
}
body .bvi-body[data-bvi-fontsize="33"] * h4,
body .bvi-body[data-bvi-fontsize="33"] * h4 * {
  font-size: 37px !important;
}
body .bvi-body[data-bvi-fontsize="33"] * h5,
body .bvi-body[data-bvi-fontsize="33"] * h5 * {
  font-size: 36px !important;
}
body .bvi-body[data-bvi-fontsize="33"] * h6,
body .bvi-body[data-bvi-fontsize="33"] * h6 * {
  font-size: 35px !important;
}
body .bvi-body[data-bvi-fontsize="32"] * {
  font-size: 32px !important;
}
body .bvi-body[data-bvi-fontsize="32"] * h1,
body .bvi-body[data-bvi-fontsize="32"] * h1 * {
  font-size: 39px !important;
}
body .bvi-body[data-bvi-fontsize="32"] * h2,
body .bvi-body[data-bvi-fontsize="32"] * h2 * {
  font-size: 38px !important;
}
body .bvi-body[data-bvi-fontsize="32"] * h3,
body .bvi-body[data-bvi-fontsize="32"] * h3 * {
  font-size: 37px !important;
}
body .bvi-body[data-bvi-fontsize="32"] * h4,
body .bvi-body[data-bvi-fontsize="32"] * h4 * {
  font-size: 36px !important;
}
body .bvi-body[data-bvi-fontsize="32"] * h5,
body .bvi-body[data-bvi-fontsize="32"] * h5 * {
  font-size: 35px !important;
}
body .bvi-body[data-bvi-fontsize="32"] * h6,
body .bvi-body[data-bvi-fontsize="32"] * h6 * {
  font-size: 34px !important;
}
body .bvi-body[data-bvi-fontsize="31"] * {
  font-size: 31px !important;
}
body .bvi-body[data-bvi-fontsize="31"] * h1,
body .bvi-body[data-bvi-fontsize="31"] * h1 * {
  font-size: 38px !important;
}
body .bvi-body[data-bvi-fontsize="31"] * h2,
body .bvi-body[data-bvi-fontsize="31"] * h2 * {
  font-size: 37px !important;
}
body .bvi-body[data-bvi-fontsize="31"] * h3,
body .bvi-body[data-bvi-fontsize="31"] * h3 * {
  font-size: 36px !important;
}
body .bvi-body[data-bvi-fontsize="31"] * h4,
body .bvi-body[data-bvi-fontsize="31"] * h4 * {
  font-size: 35px !important;
}
body .bvi-body[data-bvi-fontsize="31"] * h5,
body .bvi-body[data-bvi-fontsize="31"] * h5 * {
  font-size: 34px !important;
}
body .bvi-body[data-bvi-fontsize="31"] * h6,
body .bvi-body[data-bvi-fontsize="31"] * h6 * {
  font-size: 33px !important;
}
body .bvi-body[data-bvi-fontsize="30"] * {
  font-size: 30px !important;
}
body .bvi-body[data-bvi-fontsize="30"] * h1,
body .bvi-body[data-bvi-fontsize="30"] * h1 * {
  font-size: 37px !important;
}
body .bvi-body[data-bvi-fontsize="30"] * h2,
body .bvi-body[data-bvi-fontsize="30"] * h2 * {
  font-size: 36px !important;
}
body .bvi-body[data-bvi-fontsize="30"] * h3,
body .bvi-body[data-bvi-fontsize="30"] * h3 * {
  font-size: 35px !important;
}
body .bvi-body[data-bvi-fontsize="30"] * h4,
body .bvi-body[data-bvi-fontsize="30"] * h4 * {
  font-size: 34px !important;
}
body .bvi-body[data-bvi-fontsize="30"] * h5,
body .bvi-body[data-bvi-fontsize="30"] * h5 * {
  font-size: 33px !important;
}
body .bvi-body[data-bvi-fontsize="30"] * h6,
body .bvi-body[data-bvi-fontsize="30"] * h6 * {
  font-size: 32px !important;
}
body .bvi-body[data-bvi-fontsize="29"] * {
  font-size: 29px !important;
}
body .bvi-body[data-bvi-fontsize="29"] * h1,
body .bvi-body[data-bvi-fontsize="29"] * h1 * {
  font-size: 36px !important;
}
body .bvi-body[data-bvi-fontsize="29"] * h2,
body .bvi-body[data-bvi-fontsize="29"] * h2 * {
  font-size: 35px !important;
}
body .bvi-body[data-bvi-fontsize="29"] * h3,
body .bvi-body[data-bvi-fontsize="29"] * h3 * {
  font-size: 34px !important;
}
body .bvi-body[data-bvi-fontsize="29"] * h4,
body .bvi-body[data-bvi-fontsize="29"] * h4 * {
  font-size: 33px !important;
}
body .bvi-body[data-bvi-fontsize="29"] * h5,
body .bvi-body[data-bvi-fontsize="29"] * h5 * {
  font-size: 32px !important;
}
body .bvi-body[data-bvi-fontsize="29"] * h6,
body .bvi-body[data-bvi-fontsize="29"] * h6 * {
  font-size: 31px !important;
}
body .bvi-body[data-bvi-fontsize="28"] * {
  font-size: 28px !important;
}
body .bvi-body[data-bvi-fontsize="28"] * h1,
body .bvi-body[data-bvi-fontsize="28"] * h1 * {
  font-size: 35px !important;
}
body .bvi-body[data-bvi-fontsize="28"] * h2,
body .bvi-body[data-bvi-fontsize="28"] * h2 * {
  font-size: 34px !important;
}
body .bvi-body[data-bvi-fontsize="28"] * h3,
body .bvi-body[data-bvi-fontsize="28"] * h3 * {
  font-size: 33px !important;
}
body .bvi-body[data-bvi-fontsize="28"] * h4,
body .bvi-body[data-bvi-fontsize="28"] * h4 * {
  font-size: 32px !important;
}
body .bvi-body[data-bvi-fontsize="28"] * h5,
body .bvi-body[data-bvi-fontsize="28"] * h5 * {
  font-size: 31px !important;
}
body .bvi-body[data-bvi-fontsize="28"] * h6,
body .bvi-body[data-bvi-fontsize="28"] * h6 * {
  font-size: 30px !important;
}
body .bvi-body[data-bvi-fontsize="27"] * {
  font-size: 27px !important;
}
body .bvi-body[data-bvi-fontsize="27"] * h1,
body .bvi-body[data-bvi-fontsize="27"] * h1 * {
  font-size: 34px !important;
}
body .bvi-body[data-bvi-fontsize="27"] * h2,
body .bvi-body[data-bvi-fontsize="27"] * h2 * {
  font-size: 33px !important;
}
body .bvi-body[data-bvi-fontsize="27"] * h3,
body .bvi-body[data-bvi-fontsize="27"] * h3 * {
  font-size: 32px !important;
}
body .bvi-body[data-bvi-fontsize="27"] * h4,
body .bvi-body[data-bvi-fontsize="27"] * h4 * {
  font-size: 31px !important;
}
body .bvi-body[data-bvi-fontsize="27"] * h5,
body .bvi-body[data-bvi-fontsize="27"] * h5 * {
  font-size: 30px !important;
}
body .bvi-body[data-bvi-fontsize="27"] * h6,
body .bvi-body[data-bvi-fontsize="27"] * h6 * {
  font-size: 29px !important;
}
body .bvi-body[data-bvi-fontsize="26"] * {
  font-size: 26px !important;
}
body .bvi-body[data-bvi-fontsize="26"] * h1,
body .bvi-body[data-bvi-fontsize="26"] * h1 * {
  font-size: 33px !important;
}
body .bvi-body[data-bvi-fontsize="26"] * h2,
body .bvi-body[data-bvi-fontsize="26"] * h2 * {
  font-size: 32px !important;
}
body .bvi-body[data-bvi-fontsize="26"] * h3,
body .bvi-body[data-bvi-fontsize="26"] * h3 * {
  font-size: 31px !important;
}
body .bvi-body[data-bvi-fontsize="26"] * h4,
body .bvi-body[data-bvi-fontsize="26"] * h4 * {
  font-size: 30px !important;
}
body .bvi-body[data-bvi-fontsize="26"] * h5,
body .bvi-body[data-bvi-fontsize="26"] * h5 * {
  font-size: 29px !important;
}
body .bvi-body[data-bvi-fontsize="26"] * h6,
body .bvi-body[data-bvi-fontsize="26"] * h6 * {
  font-size: 28px !important;
}
body .bvi-body[data-bvi-fontsize="25"] * {
  font-size: 25px !important;
}
body .bvi-body[data-bvi-fontsize="25"] * h1,
body .bvi-body[data-bvi-fontsize="25"] * h1 * {
  font-size: 32px !important;
}
body .bvi-body[data-bvi-fontsize="25"] * h2,
body .bvi-body[data-bvi-fontsize="25"] * h2 * {
  font-size: 31px !important;
}
body .bvi-body[data-bvi-fontsize="25"] * h3,
body .bvi-body[data-bvi-fontsize="25"] * h3 * {
  font-size: 30px !important;
}
body .bvi-body[data-bvi-fontsize="25"] * h4,
body .bvi-body[data-bvi-fontsize="25"] * h4 * {
  font-size: 29px !important;
}
body .bvi-body[data-bvi-fontsize="25"] * h5,
body .bvi-body[data-bvi-fontsize="25"] * h5 * {
  font-size: 28px !important;
}
body .bvi-body[data-bvi-fontsize="25"] * h6,
body .bvi-body[data-bvi-fontsize="25"] * h6 * {
  font-size: 27px !important;
}
body .bvi-body[data-bvi-fontsize="24"] * {
  font-size: 24px !important;
}
body .bvi-body[data-bvi-fontsize="24"] * h1,
body .bvi-body[data-bvi-fontsize="24"] * h1 * {
  font-size: 31px !important;
}
body .bvi-body[data-bvi-fontsize="24"] * h2,
body .bvi-body[data-bvi-fontsize="24"] * h2 * {
  font-size: 30px !important;
}
body .bvi-body[data-bvi-fontsize="24"] * h3,
body .bvi-body[data-bvi-fontsize="24"] * h3 * {
  font-size: 29px !important;
}
body .bvi-body[data-bvi-fontsize="24"] * h4,
body .bvi-body[data-bvi-fontsize="24"] * h4 * {
  font-size: 28px !important;
}
body .bvi-body[data-bvi-fontsize="24"] * h5,
body .bvi-body[data-bvi-fontsize="24"] * h5 * {
  font-size: 27px !important;
}
body .bvi-body[data-bvi-fontsize="24"] * h6,
body .bvi-body[data-bvi-fontsize="24"] * h6 * {
  font-size: 26px !important;
}
body .bvi-body[data-bvi-fontsize="23"] * {
  font-size: 23px !important;
}
body .bvi-body[data-bvi-fontsize="23"] * h1,
body .bvi-body[data-bvi-fontsize="23"] * h1 * {
  font-size: 30px !important;
}
body .bvi-body[data-bvi-fontsize="23"] * h2,
body .bvi-body[data-bvi-fontsize="23"] * h2 * {
  font-size: 29px !important;
}
body .bvi-body[data-bvi-fontsize="23"] * h3,
body .bvi-body[data-bvi-fontsize="23"] * h3 * {
  font-size: 28px !important;
}
body .bvi-body[data-bvi-fontsize="23"] * h4,
body .bvi-body[data-bvi-fontsize="23"] * h4 * {
  font-size: 27px !important;
}
body .bvi-body[data-bvi-fontsize="23"] * h5,
body .bvi-body[data-bvi-fontsize="23"] * h5 * {
  font-size: 26px !important;
}
body .bvi-body[data-bvi-fontsize="23"] * h6,
body .bvi-body[data-bvi-fontsize="23"] * h6 * {
  font-size: 25px !important;
}
body .bvi-body[data-bvi-fontsize="22"] * {
  font-size: 22px !important;
}
body .bvi-body[data-bvi-fontsize="22"] * h1,
body .bvi-body[data-bvi-fontsize="22"] * h1 * {
  font-size: 29px !important;
}
body .bvi-body[data-bvi-fontsize="22"] * h2,
body .bvi-body[data-bvi-fontsize="22"] * h2 * {
  font-size: 28px !important;
}
body .bvi-body[data-bvi-fontsize="22"] * h3,
body .bvi-body[data-bvi-fontsize="22"] * h3 * {
  font-size: 27px !important;
}
body .bvi-body[data-bvi-fontsize="22"] * h4,
body .bvi-body[data-bvi-fontsize="22"] * h4 * {
  font-size: 26px !important;
}
body .bvi-body[data-bvi-fontsize="22"] * h5,
body .bvi-body[data-bvi-fontsize="22"] * h5 * {
  font-size: 25px !important;
}
body .bvi-body[data-bvi-fontsize="22"] * h6,
body .bvi-body[data-bvi-fontsize="22"] * h6 * {
  font-size: 24px !important;
}
body .bvi-body[data-bvi-fontsize="21"] * {
  font-size: 21px !important;
}
body .bvi-body[data-bvi-fontsize="21"] * h1,
body .bvi-body[data-bvi-fontsize="21"] * h1 * {
  font-size: 28px !important;
}
body .bvi-body[data-bvi-fontsize="21"] * h2,
body .bvi-body[data-bvi-fontsize="21"] * h2 * {
  font-size: 27px !important;
}
body .bvi-body[data-bvi-fontsize="21"] * h3,
body .bvi-body[data-bvi-fontsize="21"] * h3 * {
  font-size: 26px !important;
}
body .bvi-body[data-bvi-fontsize="21"] * h4,
body .bvi-body[data-bvi-fontsize="21"] * h4 * {
  font-size: 25px !important;
}
body .bvi-body[data-bvi-fontsize="21"] * h5,
body .bvi-body[data-bvi-fontsize="21"] * h5 * {
  font-size: 24px !important;
}
body .bvi-body[data-bvi-fontsize="21"] * h6,
body .bvi-body[data-bvi-fontsize="21"] * h6 * {
  font-size: 23px !important;
}
body .bvi-body[data-bvi-fontsize="20"] * {
  font-size: 20px !important;
}
body .bvi-body[data-bvi-fontsize="20"] * h1,
body .bvi-body[data-bvi-fontsize="20"] * h1 * {
  font-size: 27px !important;
}
body .bvi-body[data-bvi-fontsize="20"] * h2,
body .bvi-body[data-bvi-fontsize="20"] * h2 * {
  font-size: 26px !important;
}
body .bvi-body[data-bvi-fontsize="20"] * h3,
body .bvi-body[data-bvi-fontsize="20"] * h3 * {
  font-size: 25px !important;
}
body .bvi-body[data-bvi-fontsize="20"] * h4,
body .bvi-body[data-bvi-fontsize="20"] * h4 * {
  font-size: 24px !important;
}
body .bvi-body[data-bvi-fontsize="20"] * h5,
body .bvi-body[data-bvi-fontsize="20"] * h5 * {
  font-size: 23px !important;
}
body .bvi-body[data-bvi-fontsize="20"] * h6,
body .bvi-body[data-bvi-fontsize="20"] * h6 * {
  font-size: 22px !important;
}
body .bvi-body[data-bvi-fontsize="19"] * {
  font-size: 19px !important;
}
body .bvi-body[data-bvi-fontsize="19"] * h1,
body .bvi-body[data-bvi-fontsize="19"] * h1 * {
  font-size: 26px !important;
}
body .bvi-body[data-bvi-fontsize="19"] * h2,
body .bvi-body[data-bvi-fontsize="19"] * h2 * {
  font-size: 25px !important;
}
body .bvi-body[data-bvi-fontsize="19"] * h3,
body .bvi-body[data-bvi-fontsize="19"] * h3 * {
  font-size: 24px !important;
}
body .bvi-body[data-bvi-fontsize="19"] * h4,
body .bvi-body[data-bvi-fontsize="19"] * h4 * {
  font-size: 23px !important;
}
body .bvi-body[data-bvi-fontsize="19"] * h5,
body .bvi-body[data-bvi-fontsize="19"] * h5 * {
  font-size: 22px !important;
}
body .bvi-body[data-bvi-fontsize="19"] * h6,
body .bvi-body[data-bvi-fontsize="19"] * h6 * {
  font-size: 21px !important;
}
body .bvi-body[data-bvi-fontsize="18"] * {
  font-size: 18px !important;
}
body .bvi-body[data-bvi-fontsize="18"] * h1,
body .bvi-body[data-bvi-fontsize="18"] * h1 * {
  font-size: 25px !important;
}
body .bvi-body[data-bvi-fontsize="18"] * h2,
body .bvi-body[data-bvi-fontsize="18"] * h2 * {
  font-size: 24px !important;
}
body .bvi-body[data-bvi-fontsize="18"] * h3,
body .bvi-body[data-bvi-fontsize="18"] * h3 * {
  font-size: 23px !important;
}
body .bvi-body[data-bvi-fontsize="18"] * h4,
body .bvi-body[data-bvi-fontsize="18"] * h4 * {
  font-size: 22px !important;
}
body .bvi-body[data-bvi-fontsize="18"] * h5,
body .bvi-body[data-bvi-fontsize="18"] * h5 * {
  font-size: 21px !important;
}
body .bvi-body[data-bvi-fontsize="18"] * h6,
body .bvi-body[data-bvi-fontsize="18"] * h6 * {
  font-size: 20px !important;
}
body .bvi-body[data-bvi-fontsize="17"] * {
  font-size: 17px !important;
}
body .bvi-body[data-bvi-fontsize="17"] * h1,
body .bvi-body[data-bvi-fontsize="17"] * h1 * {
  font-size: 24px !important;
}
body .bvi-body[data-bvi-fontsize="17"] * h2,
body .bvi-body[data-bvi-fontsize="17"] * h2 * {
  font-size: 23px !important;
}
body .bvi-body[data-bvi-fontsize="17"] * h3,
body .bvi-body[data-bvi-fontsize="17"] * h3 * {
  font-size: 22px !important;
}
body .bvi-body[data-bvi-fontsize="17"] * h4,
body .bvi-body[data-bvi-fontsize="17"] * h4 * {
  font-size: 21px !important;
}
body .bvi-body[data-bvi-fontsize="17"] * h5,
body .bvi-body[data-bvi-fontsize="17"] * h5 * {
  font-size: 20px !important;
}
body .bvi-body[data-bvi-fontsize="17"] * h6,
body .bvi-body[data-bvi-fontsize="17"] * h6 * {
  font-size: 19px !important;
}
body .bvi-body[data-bvi-fontsize="16"] * {
  font-size: 16px !important;
}
body .bvi-body[data-bvi-fontsize="16"] * h1,
body .bvi-body[data-bvi-fontsize="16"] * h1 * {
  font-size: 23px !important;
}
body .bvi-body[data-bvi-fontsize="16"] * h2,
body .bvi-body[data-bvi-fontsize="16"] * h2 * {
  font-size: 22px !important;
}
body .bvi-body[data-bvi-fontsize="16"] * h3,
body .bvi-body[data-bvi-fontsize="16"] * h3 * {
  font-size: 21px !important;
}
body .bvi-body[data-bvi-fontsize="16"] * h4,
body .bvi-body[data-bvi-fontsize="16"] * h4 * {
  font-size: 20px !important;
}
body .bvi-body[data-bvi-fontsize="16"] * h5,
body .bvi-body[data-bvi-fontsize="16"] * h5 * {
  font-size: 19px !important;
}
body .bvi-body[data-bvi-fontsize="16"] * h6,
body .bvi-body[data-bvi-fontsize="16"] * h6 * {
  font-size: 18px !important;
}
body .bvi-body[data-bvi-fontsize="15"] * {
  font-size: 15px !important;
}
body .bvi-body[data-bvi-fontsize="15"] * h1,
body .bvi-body[data-bvi-fontsize="15"] * h1 * {
  font-size: 22px !important;
}
body .bvi-body[data-bvi-fontsize="15"] * h2,
body .bvi-body[data-bvi-fontsize="15"] * h2 * {
  font-size: 21px !important;
}
body .bvi-body[data-bvi-fontsize="15"] * h3,
body .bvi-body[data-bvi-fontsize="15"] * h3 * {
  font-size: 20px !important;
}
body .bvi-body[data-bvi-fontsize="15"] * h4,
body .bvi-body[data-bvi-fontsize="15"] * h4 * {
  font-size: 19px !important;
}
body .bvi-body[data-bvi-fontsize="15"] * h5,
body .bvi-body[data-bvi-fontsize="15"] * h5 * {
  font-size: 18px !important;
}
body .bvi-body[data-bvi-fontsize="15"] * h6,
body .bvi-body[data-bvi-fontsize="15"] * h6 * {
  font-size: 17px !important;
}
body .bvi-body[data-bvi-fontsize="14"] * {
  font-size: 14px !important;
}
body .bvi-body[data-bvi-fontsize="14"] * h1,
body .bvi-body[data-bvi-fontsize="14"] * h1 * {
  font-size: 21px !important;
}
body .bvi-body[data-bvi-fontsize="14"] * h2,
body .bvi-body[data-bvi-fontsize="14"] * h2 * {
  font-size: 20px !important;
}
body .bvi-body[data-bvi-fontsize="14"] * h3,
body .bvi-body[data-bvi-fontsize="14"] * h3 * {
  font-size: 19px !important;
}
body .bvi-body[data-bvi-fontsize="14"] * h4,
body .bvi-body[data-bvi-fontsize="14"] * h4 * {
  font-size: 18px !important;
}
body .bvi-body[data-bvi-fontsize="14"] * h5,
body .bvi-body[data-bvi-fontsize="14"] * h5 * {
  font-size: 17px !important;
}
body .bvi-body[data-bvi-fontsize="14"] * h6,
body .bvi-body[data-bvi-fontsize="14"] * h6 * {
  font-size: 16px !important;
}
body .bvi-body[data-bvi-fontsize="13"] * {
  font-size: 13px !important;
}
body .bvi-body[data-bvi-fontsize="13"] * h1,
body .bvi-body[data-bvi-fontsize="13"] * h1 * {
  font-size: 20px !important;
}
body .bvi-body[data-bvi-fontsize="13"] * h2,
body .bvi-body[data-bvi-fontsize="13"] * h2 * {
  font-size: 19px !important;
}
body .bvi-body[data-bvi-fontsize="13"] * h3,
body .bvi-body[data-bvi-fontsize="13"] * h3 * {
  font-size: 18px !important;
}
body .bvi-body[data-bvi-fontsize="13"] * h4,
body .bvi-body[data-bvi-fontsize="13"] * h4 * {
  font-size: 17px !important;
}
body .bvi-body[data-bvi-fontsize="13"] * h5,
body .bvi-body[data-bvi-fontsize="13"] * h5 * {
  font-size: 16px !important;
}
body .bvi-body[data-bvi-fontsize="13"] * h6,
body .bvi-body[data-bvi-fontsize="13"] * h6 * {
  font-size: 15px !important;
}
body .bvi-body[data-bvi-fontsize="12"] * {
  font-size: 12px !important;
}
body .bvi-body[data-bvi-fontsize="12"] * h1,
body .bvi-body[data-bvi-fontsize="12"] * h1 * {
  font-size: 19px !important;
}
body .bvi-body[data-bvi-fontsize="12"] * h2,
body .bvi-body[data-bvi-fontsize="12"] * h2 * {
  font-size: 18px !important;
}
body .bvi-body[data-bvi-fontsize="12"] * h3,
body .bvi-body[data-bvi-fontsize="12"] * h3 * {
  font-size: 17px !important;
}
body .bvi-body[data-bvi-fontsize="12"] * h4,
body .bvi-body[data-bvi-fontsize="12"] * h4 * {
  font-size: 16px !important;
}
body .bvi-body[data-bvi-fontsize="12"] * h5,
body .bvi-body[data-bvi-fontsize="12"] * h5 * {
  font-size: 15px !important;
}
body .bvi-body[data-bvi-fontsize="12"] * h6,
body .bvi-body[data-bvi-fontsize="12"] * h6 * {
  font-size: 14px !important;
}
body .bvi-body[data-bvi-fontsize="11"] * {
  font-size: 11px !important;
}
body .bvi-body[data-bvi-fontsize="11"] * h1,
body .bvi-body[data-bvi-fontsize="11"] * h1 * {
  font-size: 18px !important;
}
body .bvi-body[data-bvi-fontsize="11"] * h2,
body .bvi-body[data-bvi-fontsize="11"] * h2 * {
  font-size: 17px !important;
}
body .bvi-body[data-bvi-fontsize="11"] * h3,
body .bvi-body[data-bvi-fontsize="11"] * h3 * {
  font-size: 16px !important;
}
body .bvi-body[data-bvi-fontsize="11"] * h4,
body .bvi-body[data-bvi-fontsize="11"] * h4 * {
  font-size: 15px !important;
}
body .bvi-body[data-bvi-fontsize="11"] * h5,
body .bvi-body[data-bvi-fontsize="11"] * h5 * {
  font-size: 14px !important;
}
body .bvi-body[data-bvi-fontsize="11"] * h6,
body .bvi-body[data-bvi-fontsize="11"] * h6 * {
  font-size: 13px !important;
}
body .bvi-body[data-bvi-fontsize="10"] * {
  font-size: 10px !important;
}
body .bvi-body[data-bvi-fontsize="10"] * h1,
body .bvi-body[data-bvi-fontsize="10"] * h1 * {
  font-size: 17px !important;
}
body .bvi-body[data-bvi-fontsize="10"] * h2,
body .bvi-body[data-bvi-fontsize="10"] * h2 * {
  font-size: 16px !important;
}
body .bvi-body[data-bvi-fontsize="10"] * h3,
body .bvi-body[data-bvi-fontsize="10"] * h3 * {
  font-size: 15px !important;
}
body .bvi-body[data-bvi-fontsize="10"] * h4,
body .bvi-body[data-bvi-fontsize="10"] * h4 * {
  font-size: 14px !important;
}
body .bvi-body[data-bvi-fontsize="10"] * h5,
body .bvi-body[data-bvi-fontsize="10"] * h5 * {
  font-size: 13px !important;
}
body .bvi-body[data-bvi-fontsize="10"] * h6,
body .bvi-body[data-bvi-fontsize="10"] * h6 * {
  font-size: 12px !important;
}
body .bvi-body[data-bvi-fontsize="9"] * {
  font-size: 9px !important;
}
body .bvi-body[data-bvi-fontsize="9"] * h1,
body .bvi-body[data-bvi-fontsize="9"] * h1 * {
  font-size: 16px !important;
}
body .bvi-body[data-bvi-fontsize="9"] * h2,
body .bvi-body[data-bvi-fontsize="9"] * h2 * {
  font-size: 15px !important;
}
body .bvi-body[data-bvi-fontsize="9"] * h3,
body .bvi-body[data-bvi-fontsize="9"] * h3 * {
  font-size: 14px !important;
}
body .bvi-body[data-bvi-fontsize="9"] * h4,
body .bvi-body[data-bvi-fontsize="9"] * h4 * {
  font-size: 13px !important;
}
body .bvi-body[data-bvi-fontsize="9"] * h5,
body .bvi-body[data-bvi-fontsize="9"] * h5 * {
  font-size: 12px !important;
}
body .bvi-body[data-bvi-fontsize="9"] * h6,
body .bvi-body[data-bvi-fontsize="9"] * h6 * {
  font-size: 11px !important;
}
body .bvi-body[data-bvi-fontsize="8"] * {
  font-size: 8px !important;
}
body .bvi-body[data-bvi-fontsize="8"] * h1,
body .bvi-body[data-bvi-fontsize="8"] * h1 * {
  font-size: 15px !important;
}
body .bvi-body[data-bvi-fontsize="8"] * h2,
body .bvi-body[data-bvi-fontsize="8"] * h2 * {
  font-size: 14px !important;
}
body .bvi-body[data-bvi-fontsize="8"] * h3,
body .bvi-body[data-bvi-fontsize="8"] * h3 * {
  font-size: 13px !important;
}
body .bvi-body[data-bvi-fontsize="8"] * h4,
body .bvi-body[data-bvi-fontsize="8"] * h4 * {
  font-size: 12px !important;
}
body .bvi-body[data-bvi-fontsize="8"] * h5,
body .bvi-body[data-bvi-fontsize="8"] * h5 * {
  font-size: 11px !important;
}
body .bvi-body[data-bvi-fontsize="8"] * h6,
body .bvi-body[data-bvi-fontsize="8"] * h6 * {
  font-size: 10px !important;
}
body .bvi-body[data-bvi-fontsize="7"] * {
  font-size: 7px !important;
}
body .bvi-body[data-bvi-fontsize="7"] * h1,
body .bvi-body[data-bvi-fontsize="7"] * h1 * {
  font-size: 14px !important;
}
body .bvi-body[data-bvi-fontsize="7"] * h2,
body .bvi-body[data-bvi-fontsize="7"] * h2 * {
  font-size: 13px !important;
}
body .bvi-body[data-bvi-fontsize="7"] * h3,
body .bvi-body[data-bvi-fontsize="7"] * h3 * {
  font-size: 12px !important;
}
body .bvi-body[data-bvi-fontsize="7"] * h4,
body .bvi-body[data-bvi-fontsize="7"] * h4 * {
  font-size: 11px !important;
}
body .bvi-body[data-bvi-fontsize="7"] * h5,
body .bvi-body[data-bvi-fontsize="7"] * h5 * {
  font-size: 10px !important;
}
body .bvi-body[data-bvi-fontsize="7"] * h6,
body .bvi-body[data-bvi-fontsize="7"] * h6 * {
  font-size: 9px !important;
}
body .bvi-body[data-bvi-fontsize="6"] * {
  font-size: 6px !important;
}
body .bvi-body[data-bvi-fontsize="6"] * h1,
body .bvi-body[data-bvi-fontsize="6"] * h1 * {
  font-size: 13px !important;
}
body .bvi-body[data-bvi-fontsize="6"] * h2,
body .bvi-body[data-bvi-fontsize="6"] * h2 * {
  font-size: 12px !important;
}
body .bvi-body[data-bvi-fontsize="6"] * h3,
body .bvi-body[data-bvi-fontsize="6"] * h3 * {
  font-size: 11px !important;
}
body .bvi-body[data-bvi-fontsize="6"] * h4,
body .bvi-body[data-bvi-fontsize="6"] * h4 * {
  font-size: 10px !important;
}
body .bvi-body[data-bvi-fontsize="6"] * h5,
body .bvi-body[data-bvi-fontsize="6"] * h5 * {
  font-size: 9px !important;
}
body .bvi-body[data-bvi-fontsize="6"] * h6,
body .bvi-body[data-bvi-fontsize="6"] * h6 * {
  font-size: 8px !important;
}
body .bvi-body[data-bvi-fontsize="5"] * {
  font-size: 5px !important;
}
body .bvi-body[data-bvi-fontsize="5"] * h1,
body .bvi-body[data-bvi-fontsize="5"] * h1 * {
  font-size: 12px !important;
}
body .bvi-body[data-bvi-fontsize="5"] * h2,
body .bvi-body[data-bvi-fontsize="5"] * h2 * {
  font-size: 11px !important;
}
body .bvi-body[data-bvi-fontsize="5"] * h3,
body .bvi-body[data-bvi-fontsize="5"] * h3 * {
  font-size: 10px !important;
}
body .bvi-body[data-bvi-fontsize="5"] * h4,
body .bvi-body[data-bvi-fontsize="5"] * h4 * {
  font-size: 9px !important;
}
body .bvi-body[data-bvi-fontsize="5"] * h5,
body .bvi-body[data-bvi-fontsize="5"] * h5 * {
  font-size: 8px !important;
}
body .bvi-body[data-bvi-fontsize="5"] * h6,
body .bvi-body[data-bvi-fontsize="5"] * h6 * {
  font-size: 7px !important;
}
body .bvi-body[data-bvi-fontsize="4"] * {
  font-size: 4px !important;
}
body .bvi-body[data-bvi-fontsize="4"] * h1,
body .bvi-body[data-bvi-fontsize="4"] * h1 * {
  font-size: 11px !important;
}
body .bvi-body[data-bvi-fontsize="4"] * h2,
body .bvi-body[data-bvi-fontsize="4"] * h2 * {
  font-size: 10px !important;
}
body .bvi-body[data-bvi-fontsize="4"] * h3,
body .bvi-body[data-bvi-fontsize="4"] * h3 * {
  font-size: 9px !important;
}
body .bvi-body[data-bvi-fontsize="4"] * h4,
body .bvi-body[data-bvi-fontsize="4"] * h4 * {
  font-size: 8px !important;
}
body .bvi-body[data-bvi-fontsize="4"] * h5,
body .bvi-body[data-bvi-fontsize="4"] * h5 * {
  font-size: 7px !important;
}
body .bvi-body[data-bvi-fontsize="4"] * h6,
body .bvi-body[data-bvi-fontsize="4"] * h6 * {
  font-size: 6px !important;
}
body .bvi-body[data-bvi-fontsize="3"] * {
  font-size: 3px !important;
}
body .bvi-body[data-bvi-fontsize="3"] * h1,
body .bvi-body[data-bvi-fontsize="3"] * h1 * {
  font-size: 10px !important;
}
body .bvi-body[data-bvi-fontsize="3"] * h2,
body .bvi-body[data-bvi-fontsize="3"] * h2 * {
  font-size: 9px !important;
}
body .bvi-body[data-bvi-fontsize="3"] * h3,
body .bvi-body[data-bvi-fontsize="3"] * h3 * {
  font-size: 8px !important;
}
body .bvi-body[data-bvi-fontsize="3"] * h4,
body .bvi-body[data-bvi-fontsize="3"] * h4 * {
  font-size: 7px !important;
}
body .bvi-body[data-bvi-fontsize="3"] * h5,
body .bvi-body[data-bvi-fontsize="3"] * h5 * {
  font-size: 6px !important;
}
body .bvi-body[data-bvi-fontsize="3"] * h6,
body .bvi-body[data-bvi-fontsize="3"] * h6 * {
  font-size: 5px !important;
}
body .bvi-body[data-bvi-fontsize="2"] * {
  font-size: 2px !important;
}
body .bvi-body[data-bvi-fontsize="2"] * h1,
body .bvi-body[data-bvi-fontsize="2"] * h1 * {
  font-size: 9px !important;
}
body .bvi-body[data-bvi-fontsize="2"] * h2,
body .bvi-body[data-bvi-fontsize="2"] * h2 * {
  font-size: 8px !important;
}
body .bvi-body[data-bvi-fontsize="2"] * h3,
body .bvi-body[data-bvi-fontsize="2"] * h3 * {
  font-size: 7px !important;
}
body .bvi-body[data-bvi-fontsize="2"] * h4,
body .bvi-body[data-bvi-fontsize="2"] * h4 * {
  font-size: 6px !important;
}
body .bvi-body[data-bvi-fontsize="2"] * h5,
body .bvi-body[data-bvi-fontsize="2"] * h5 * {
  font-size: 5px !important;
}
body .bvi-body[data-bvi-fontsize="2"] * h6,
body .bvi-body[data-bvi-fontsize="2"] * h6 * {
  font-size: 4px !important;
}
body .bvi-body[data-bvi-fontsize="1"] * {
  font-size: 1px !important;
}
body .bvi-body[data-bvi-fontsize="1"] * h1,
body .bvi-body[data-bvi-fontsize="1"] * h1 * {
  font-size: 8px !important;
}
body .bvi-body[data-bvi-fontsize="1"] * h2,
body .bvi-body[data-bvi-fontsize="1"] * h2 * {
  font-size: 7px !important;
}
body .bvi-body[data-bvi-fontsize="1"] * h3,
body .bvi-body[data-bvi-fontsize="1"] * h3 * {
  font-size: 6px !important;
}
body .bvi-body[data-bvi-fontsize="1"] * h4,
body .bvi-body[data-bvi-fontsize="1"] * h4 * {
  font-size: 5px !important;
}
body .bvi-body[data-bvi-fontsize="1"] * h5,
body .bvi-body[data-bvi-fontsize="1"] * h5 * {
  font-size: 4px !important;
}
body .bvi-body[data-bvi-fontsize="1"] * h6,
body .bvi-body[data-bvi-fontsize="1"] * h6 * {
  font-size: 3px !important;
}
body .bvi-body[data-bvi-images=true]:not(.bvi-no-styles) .bvi-background-image:not(.bvi-no-styles),
body .bvi-body[data-bvi-images=true]:not(.bvi-no-styles) img.bvi-background-image:not(.bvi-no-styles),
body .bvi-body[data-bvi-images=true]:not(.bvi-no-styles) img.bvi-img:not(.bvi-no-styles) {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  visibility: visible;
}
body .bvi-body[data-bvi-images=false]:not(.bvi-no-styles) .bvi-background-image:not(.bvi-no-styles),
body .bvi-body[data-bvi-images=false]:not(.bvi-no-styles) img.bvi-background-image:not(.bvi-no-styles),
body .bvi-body[data-bvi-images=false]:not(.bvi-no-styles) img.bvi-img:not(.bvi-no-styles) {
  display: none;
  position: relative;
  border: 1px dashed;
}
body .bvi-body[data-bvi-images=grayscale]:not(.bvi-no-styles) .bvi-background-image:not(.bvi-no-styles),
body .bvi-body[data-bvi-images=grayscale]:not(.bvi-no-styles) img.bvi-background-image:not(.bvi-no-styles),
body .bvi-body[data-bvi-images=grayscale]:not(.bvi-no-styles) img.bvi-img:not(.bvi-no-styles) {
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(1);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
  filter: grayscale(1);
  visibility: visible;
}
body .bvi-body[data-bvi-lineheight=normal]:not(.bvi-no-styles) {
  line-height: 1.5 !important;
}
body .bvi-body[data-bvi-lineheight=average]:not(.bvi-no-styles) {
  line-height: 2 !important;
}
body .bvi-body[data-bvi-lineheight=big]:not(.bvi-no-styles) {
  line-height: 2.5 !important;
}
body .bvi-body[data-bvi-letterspacing=normal]:not(.bvi-no-styles) {
  letter-spacing: 0 !important;
}
body .bvi-body[data-bvi-letterspacing=average]:not(.bvi-no-styles) {
  letter-spacing: 2px !important;
}
body .bvi-body[data-bvi-letterspacing=big]:not(.bvi-no-styles) {
  letter-spacing: 4px !important;
}
body .bvi-body[data-bvi-fontfamily=arial]:not(i):not(span):not(.bvi-no-styles) {
  font-family: Arial, sans-serif !important;
}
body .bvi-body[data-bvi-fontfamily=times]:not(i):not(span):not(.bvi-no-styles) {
  font-family: "Times New roman", serif !important;
}
body .bvi-body[data-bvi-builtelements=true]:not(.bvi-no-styles) .wp-audio-shortcode,
body .bvi-body[data-bvi-builtelements=true]:not(.bvi-no-styles) iframe,
body .bvi-body[data-bvi-builtelements=true]:not(.bvi-no-styles) object,
body .bvi-body[data-bvi-builtelements=true]:not(.bvi-no-styles) video,
body .bvi-body[data-bvi-builtelements=true]:not(.bvi-no-styles) ymaps,
body .bvi-body[data-bvi-builtelements=true]:not(.bvi-no-styles) figure {
  display: block !important;
}
body .bvi-body[data-bvi-builtelements=false]:not(.bvi-no-styles) .wp-audio-shortcode,
body .bvi-body[data-bvi-builtelements=false]:not(.bvi-no-styles) iframe,
body .bvi-body[data-bvi-builtelements=false]:not(.bvi-no-styles) object,
body .bvi-body[data-bvi-builtelements=false]:not(.bvi-no-styles) video,
body .bvi-body[data-bvi-builtelements=false]:not(.bvi-no-styles) ymaps,
body .bvi-body[data-bvi-builtelements=false]:not(.bvi-no-styles) figure {
  display: none !important;
}
body .bvi-body .bvi-speech {
  margin-bottom: 1.5rem;
}
body .bvi-body .bvi-speech .bvi-speech-link {
  display: inline-block;
  border: 1px dashed transparent;
  border-bottom: 0;
  padding: 0.7rem;
}
body .bvi-body .bvi-speech .bvi-speech-text {
  border: 1px dashed transparent;
  padding: 0.7rem;
}
body .bvi-body .bvi-speech .bvi-highlighting mark {
  font-weight: bold;
  text-decoration: underline;
}
body .bvi-body a.bvi-link {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  font-size: 0.875rem !important;
  color: #212529 !important;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #e0e0e0 !important;
  border: 1px solid #c6c6c6 !important;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  position: relative;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
body .bvi-body a.bvi-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
body .bvi-body .bvi-link-fixed-top {
  position: fixed !important;
  top: 2.5rem !important;
  right: 1.5rem !important;
  z-index: 999999 !important;
}
body .bvi-body .bvi-hide {
  display: none !important;
}
body .bvi-body .bvi-show {
  display: block !important;
}

.bvi-images {
  width: 18px;
  height: 18px;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  z-index: 1;
  background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
}
.bvi-images.bvi-images-cog {
  background-image: url("/local/templates/rbi18//css/../img/cog.svg");
  background-repeat: no-repeat;
}
.bvi-images.bvi-images-eye-slash {
  background-image: url("/local/templates/rbi18//css/../img/eye-slash.svg");
  background-repeat: no-repeat;
}
.bvi-images.bvi-images-volume-up {
  background-image: url("/local/templates/rbi18//css/../img/volume-up.svg");
  background-repeat: no-repeat;
}
.bvi-images.bvi-images-volume-off {
  background-image: url("/local/templates/rbi18//css/../img/volume-off.svg");
  background-repeat: no-repeat;
}
.bvi-images.bvi-images-adjust {
  background-image: url("/local/templates/rbi18//css/../img/adjust.svg");
  background-repeat: no-repeat;
}
.bvi-images.bvi-images-minus-circle {
  background-image: url("/local/templates/rbi18//css/../img/minus-circle.svg");
  background-repeat: no-repeat;
}
.bvi-images.bvi-images-image {
  background-image: url("/local/templates/rbi18//css/../img/image.svg");
  background-repeat: no-repeat;
}
.bvi-images.bvi-images-minus {
  background-image: url("/local/templates/rbi18//css/../img/minus.svg");
  background-repeat: no-repeat;
}
.bvi-images.bvi-images-eye {
  background-image: url("/local/templates/rbi18//css/../img/eye.svg");
  background-repeat: no-repeat;
  fill: green;
}
.bvi-images.bvi-images-size-32 {
  width: 32px !important;
  height: 32px !important;
}

/*# sourceMappingURL=bvi.css.map */

/* End */
/* /local/templates/rbi18//css/calendar.css?168544692019444 */
/* /local/templates/rbi18//css/jquery.fancybox.min.css?168957460812795 */
/* /local/templates/rbi18//css/swiper-bundle.min.css?168508208217905 */
/* /local/templates/rbi18//css/style.css?173286268975537 */
/* /local/templates/rbi18//css/testing.css?169684918610598 */
/* /local/templates/rbi18//css/custom.css?1748958575406 */
/* /local/templates/rbi18//css/bvi.css?173286146886408 */
