

/* Start:/local/templates/vpl_template/css/libs.min.css?1780298135154026*/
@charset "UTF-8";.air-datepicker-cell.-year-.-other-decade-,.air-datepicker-cell.-day-.-other-month-{color:var(--adp-color-other-month)}.air-datepicker-cell.-year-.-other-decade-:hover,.air-datepicker-cell.-day-.-other-month-:hover{color:var(--adp-color-other-month-hover)}.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-{color:var(--adp-color-other-month)}.-selected-.air-datepicker-cell.-year-.-other-decade-,.-selected-.air-datepicker-cell.-day-.-other-month-{color:#fff;background:var(--adp-background-color-selected-other-month)}.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-{background:var(--adp-background-color-selected-other-month-focused)}.-in-range-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.air-datepicker-cell.-day-.-other-month-{background-color:var(--adp-background-color-in-range);color:var(--adp-color)}.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-{background-color:var(--adp-background-color-in-range-focused)}.air-datepicker-cell.-year-.-other-decade-:empty,.air-datepicker-cell.-day-.-other-month-:empty{background:none;border:none}.air-datepicker-cell{border-radius:var(--adp-cell-border-radius);box-sizing:border-box;cursor:pointer;display:flex;position:relative;align-items:center;justify-content:center;z-index:1}.air-datepicker-cell.-focus-{background:var(--adp-cell-background-color-hover)}.air-datepicker-cell.-current-{color:var(--adp-color-current-date)}.air-datepicker-cell.-current-.-focus-{color:var(--adp-color)}.air-datepicker-cell.-current-.-in-range-{color:var(--adp-color-current-date)}.air-datepicker-cell.-disabled-{cursor:default;color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-in-range-{color:var(--adp-color-disabled-in-range)}.air-datepicker-cell.-disabled-.-current-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-in-range-{background:var(--adp-cell-background-color-in-range);border-radius:0}.air-datepicker-cell.-in-range-:hover,.air-datepicker-cell.-in-range-.-focus-{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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--adp-font-size: 14px;--adp-width: 246px;--adp-z-index: 100;--adp-padding: 4px;--adp-grid-areas: "nav" "body" "timepicker" "buttons";--adp-transition-duration: .3s;--adp-transition-ease: ease-out;--adp-transition-offset: 8px;--adp-background-color: #fff;--adp-background-color-hover: #f0f0f0;--adp-background-color-active: #eaeaea;--adp-background-color-in-range: rgba(92, 196, 239, .1);--adp-background-color-in-range-focused: rgba(92, 196, 239, .2);--adp-background-color-selected-other-month-focused: #8ad5f4;--adp-background-color-selected-other-month: #a2ddf6;--adp-color: #4a4a4a;--adp-color-secondary: #9c9c9c;--adp-accent-color: #4eb5e6;--adp-color-current-date: var(--adp-accent-color);--adp-color-other-month: #dedede;--adp-color-disabled: #aeaeae;--adp-color-disabled-in-range: #939393;--adp-color-other-month-hover: #c5c5c5;--adp-border-color: #dbdbdb;--adp-border-color-inner: #efefef;--adp-border-radius: 4px;--adp-border-color-inline: #d7d7d7;--adp-nav-height: 32px;--adp-nav-arrow-color: var(--adp-color-secondary);--adp-nav-action-size: 32px;--adp-nav-color-secondary: var(--adp-color-secondary);--adp-day-name-color: #ff9a19;--adp-day-name-color-hover: #8ad5f4;--adp-day-cell-width: 1fr;--adp-day-cell-height: 32px;--adp-month-cell-height: 42px;--adp-year-cell-height: 56px;--adp-pointer-size: 10px;--adp-poiner-border-radius: 2px;--adp-pointer-offset: 14px;--adp-cell-border-radius: 4px;--adp-cell-background-color-hover: var(--adp-background-color-hover);--adp-cell-background-color-selected: #5cc4ef;--adp-cell-background-color-selected-hover: #45bced;--adp-cell-background-color-in-range: rgba(92, 196, 239, 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}

/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,::after,::before{box-sizing:inherit}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{max-width:1200px}}@media (min-width:1440px){.container{max-width:1440px}}.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-right:10px;padding-left:10px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container,.container-md,.container-sm{max-width:1200px}}@media (min-width:1440px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1440px}}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-10px;margin-right:-10px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto,.col-xxl,.col-xxl-1,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9,.col-xxl-auto{position:relative;width:100%;padding-right:10px;padding-left:10px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.row{margin-left:-10px;margin-right:-10px}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto,.col-xxl,.col-xxl-1,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9,.col-xxl-auto{padding-right:10px;padding-left:10px}.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-sm-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-sm-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-md-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-md-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-md-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-md-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-md-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-md-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-lg-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-lg-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1024px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1451px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-xl-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-xl-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1680px){.col-xxl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xxl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xxl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xxl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xxl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xxl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xxl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xxl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xxl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xxl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xxl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xxl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xxl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xxl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xxl-first{-ms-flex-order:-1;order:-1}.order-xxl-last{-ms-flex-order:13;order:13}.order-xxl-0{-ms-flex-order:0;order:0}.order-xxl-1{-ms-flex-order:1;order:1}.order-xxl-2{-ms-flex-order:2;order:2}.order-xxl-3{-ms-flex-order:3;order:3}.order-xxl-4{-ms-flex-order:4;order:4}.order-xxl-5{-ms-flex-order:5;order:5}.order-xxl-6{-ms-flex-order:6;order:6}.order-xxl-7{-ms-flex-order:7;order:7}.order-xxl-8{-ms-flex-order:8;order:8}.order-xxl-9{-ms-flex-order:9;order:9}.order-xxl-10{-ms-flex-order:10;order:10}.order-xxl-11{-ms-flex-order:11;order:11}.order-xxl-12{-ms-flex-order:12;order:12}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.333333%}.offset-xxl-2{margin-left:16.666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.333333%}.offset-xxl-5{margin-left:41.666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.333333%}.offset-xxl-8{margin-left:66.666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.333333%}.offset-xxl-11{margin-left:91.666667%}.d-xxl-none{display:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:-ms-flexbox!important;display:flex!important}.d-xxl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1024px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1451px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:1024px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1410px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width:1680px){.flex-xxl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xxl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xxl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xxl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xxl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xxl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xxl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xxl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xxl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xxl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xxl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xxl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xxl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xxl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xxl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xxl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xxl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xxl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xxl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xxl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xxl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xxl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xxl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xxl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xxl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xxl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xxl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xxl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xxl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xxl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xxl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xxl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xxl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.m-xxl-0{margin:0!important}.mt-xxl-0,.my-xxl-0{margin-top:0!important}.mr-xxl-0,.mx-xxl-0{margin-right:0!important}.mb-xxl-0,.my-xxl-0{margin-bottom:0!important}.ml-xxl-0,.mx-xxl-0{margin-left:0!important}.m-xxl-1{margin:.25rem!important}.mt-xxl-1,.my-xxl-1{margin-top:.25rem!important}.mr-xxl-1,.mx-xxl-1{margin-right:.25rem!important}.mb-xxl-1,.my-xxl-1{margin-bottom:.25rem!important}.ml-xxl-1,.mx-xxl-1{margin-left:.25rem!important}.m-xxl-2{margin:.5rem!important}.mt-xxl-2,.my-xxl-2{margin-top:.5rem!important}.mr-xxl-2,.mx-xxl-2{margin-right:.5rem!important}.mb-xxl-2,.my-xxl-2{margin-bottom:.5rem!important}.ml-xxl-2,.mx-xxl-2{margin-left:.5rem!important}.m-xxl-3{margin:1rem!important}.mt-xxl-3,.my-xxl-3{margin-top:1rem!important}.mr-xxl-3,.mx-xxl-3{margin-right:1rem!important}.mb-xxl-3,.my-xxl-3{margin-bottom:1rem!important}.ml-xxl-3,.mx-xxl-3{margin-left:1rem!important}.m-xxl-4{margin:1.5rem!important}.mt-xxl-4,.my-xxl-4{margin-top:1.5rem!important}.mr-xxl-4,.mx-xxl-4{margin-right:1.5rem!important}.mb-xxl-4,.my-xxl-4{margin-bottom:1.5rem!important}.ml-xxl-4,.mx-xxl-4{margin-left:1.5rem!important}.m-xxl-5{margin:3rem!important}.mt-xxl-5,.my-xxl-5{margin-top:3rem!important}.mr-xxl-5,.mx-xxl-5{margin-right:3rem!important}.mb-xxl-5,.my-xxl-5{margin-bottom:3rem!important}.ml-xxl-5,.mx-xxl-5{margin-left:3rem!important}.p-xxl-0{padding:0!important}.pt-xxl-0,.py-xxl-0{padding-top:0!important}.pr-xxl-0,.px-xxl-0{padding-right:0!important}.pb-xxl-0,.py-xxl-0{padding-bottom:0!important}.pl-xxl-0,.px-xxl-0{padding-left:0!important}.p-xxl-1{padding:.25rem!important}.pt-xxl-1,.py-xxl-1{padding-top:.25rem!important}.pr-xxl-1,.px-xxl-1{padding-right:.25rem!important}.pb-xxl-1,.py-xxl-1{padding-bottom:.25rem!important}.pl-xxl-1,.px-xxl-1{padding-left:.25rem!important}.p-xxl-2{padding:.5rem!important}.pt-xxl-2,.py-xxl-2{padding-top:.5rem!important}.pr-xxl-2,.px-xxl-2{padding-right:.5rem!important}.pb-xxl-2,.py-xxl-2{padding-bottom:.5rem!important}.pl-xxl-2,.px-xxl-2{padding-left:.5rem!important}.p-xxl-3{padding:1rem!important}.pt-xxl-3,.py-xxl-3{padding-top:1rem!important}.pr-xxl-3,.px-xxl-3{padding-right:1rem!important}.pb-xxl-3,.py-xxl-3{padding-bottom:1rem!important}.pl-xxl-3,.px-xxl-3{padding-left:1rem!important}.p-xxl-4{padding:1.5rem!important}.pt-xxl-4,.py-xxl-4{padding-top:1.5rem!important}.pr-xxl-4,.px-xxl-4{padding-right:1.5rem!important}.pb-xxl-4,.py-xxl-4{padding-bottom:1.5rem!important}.pl-xxl-4,.px-xxl-4{padding-left:1.5rem!important}.p-xxl-5{padding:3rem!important}.pt-xxl-5,.py-xxl-5{padding-top:3rem!important}.pr-xxl-5,.px-xxl-5{padding-right:3rem!important}.pb-xxl-5,.py-xxl-5{padding-bottom:3rem!important}.pl-xxl-5,.px-xxl-5{padding-left:3rem!important}.m-xxl-n1{margin:-.25rem!important}.mt-xxl-n1,.my-xxl-n1{margin-top:-.25rem!important}.mr-xxl-n1,.mx-xxl-n1{margin-right:-.25rem!important}.mb-xxl-n1,.my-xxl-n1{margin-bottom:-.25rem!important}.ml-xxl-n1,.mx-xxl-n1{margin-left:-.25rem!important}.m-xxl-n2{margin:-.5rem!important}.mt-xxl-n2,.my-xxl-n2{margin-top:-.5rem!important}.mr-xxl-n2,.mx-xxl-n2{margin-right:-.5rem!important}.mb-xxl-n2,.my-xxl-n2{margin-bottom:-.5rem!important}.ml-xxl-n2,.mx-xxl-n2{margin-left:-.5rem!important}.m-xxl-n3{margin:-1rem!important}.mt-xxl-n3,.my-xxl-n3{margin-top:-1rem!important}.mr-xxl-n3,.mx-xxl-n3{margin-right:-1rem!important}.mb-xxl-n3,.my-xxl-n3{margin-bottom:-1rem!important}.ml-xxl-n3,.mx-xxl-n3{margin-left:-1rem!important}.m-xxl-n4{margin:-1.5rem!important}.mt-xxl-n4,.my-xxl-n4{margin-top:-1.5rem!important}.mr-xxl-n4,.mx-xxl-n4{margin-right:-1.5rem!important}.mb-xxl-n4,.my-xxl-n4{margin-bottom:-1.5rem!important}.ml-xxl-n4,.mx-xxl-n4{margin-left:-1.5rem!important}.m-xxl-n5{margin:-3rem!important}.mt-xxl-n5,.my-xxl-n5{margin-top:-3rem!important}.mr-xxl-n5,.mx-xxl-n5{margin-right:-3rem!important}.mb-xxl-n5,.my-xxl-n5{margin-bottom:-3rem!important}.ml-xxl-n5,.mx-xxl-n5{margin-left:-3rem!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media (max-width:1023.23px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1409.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}body.compensate-for-scrollbar{overflow:hidden}.fancybox-outer,.fancybox-thumbs{-webkit-overflow-scrolling:touch}.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:0;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{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-slide,.fancybox-slide--image .fancybox-content{transition-property:transform,opacity;top:0;left:0;-webkit-backface-visibility:hidden}.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{display:none;height:100%;outline:0;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;white-space:normal;width:100%;z-index:99994}.fancybox-slide::before{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);background:no-repeat;background-size:100% 100%;max-width:none;overflow:visible;padding:0;position:absolute;-ms-transform-origin:top left;transform-origin:top left;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-image,.fancybox-share__button,.fancybox-spaceball,.nice-select{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.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:-webkit-grab;cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:0 0;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;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:0 0;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:0}.fancybox-button.fancybox-focus{outline:dotted 1px}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:0}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:nth-child(1),.fancybox-button--pause svg:nth-child(1),.fancybox-button--play svg:nth-child(2),.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;-ms-transform:scaleX(0);transform:scaleX(0);-ms-transform-origin:0;transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:0 0;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-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(to top,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%,rgba(0,0,0,0) 100%);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:fancybox-rotate 1s linear infinite;background:0 0;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 fancybox-rotate{100%{transform:rotate(360deg)}}.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:translate3d(0,0,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:scale3d(1,1,1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-ms-transform:rotate(-360deg);transform:rotate(-360deg)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-ms-transform:rotate(360deg);transform:rotate(360deg)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-ms-transform:rotate(0);transform:rotate(0)}.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:scale3d(1,1,1) translate3d(0,0,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:translate3d(0,0,0) scale(1)}@media all and (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;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:0 0;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:0;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:transparent;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:center center;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:0;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a::before{border:6px solid #ff5268;bottom:0;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 all and (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}.mCustomScrollbar{-ms-touch-action:pinch-zoom;touch-action:pinch-zoom}.mCustomScrollbar.mCS_no_scrollbar,.mCustomScrollbar.mCS_touch_action{-ms-touch-action:auto;touch-action:auto}.mCustomScrollBox{position:relative;overflow:hidden;height:100%;max-width:100%;outline:0;direction:ltr}.mCSB_container{overflow:hidden;width:auto;height:auto}.mCSB_inside>.mCSB_container{margin-right:30px}.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container{margin-right:0;margin-left:30px}.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-left:0}.mCSB_scrollTools{position:absolute;width:16px;height:auto;left:auto;top:0;right:0;bottom:0;opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_outside+.mCSB_scrollTools{right:-26px}.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{right:auto;left:0}.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{left:-26px}.mCSB_scrollTools .mCSB_draggerContainer{position:absolute;top:0;left:0;bottom:0;right:0;height:auto}.mCSB_scrollTools a+.mCSB_draggerContainer{margin:20px 0}.mCSB_scrollTools .mCSB_draggerRail{width:2px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCSB_scrollTools .mCSB_dragger{cursor:pointer;width:100%;height:30px;z-index:1}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{position:relative;width:4px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;text-align:center}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:12px}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:8px}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonUp{display:block;position:absolute;height:20px;width:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools .mCSB_buttonDown{bottom:0}.mCSB_horizontal.mCSB_inside>.mCSB_container{margin-right:0}.mCSB_horizontal.mCSB_outside>.mCSB_container{min-height:100%}.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal{width:auto;height:16px;top:auto;right:0;bottom:0;left:0}.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:-26px}.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer{margin:0 20px}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:2px;margin:7px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{width:30px;height:100%;left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:4px;margin:6px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:12px;margin:2px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:8px;margin:4px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{display:block;position:absolute;width:20px;height:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{right:0}.mCSB_container_wrapper{position:absolute;height:auto;width:auto;overflow:hidden;top:0;left:0;right:0;bottom:0;margin-right:30px;margin-bottom:30px}.mCSB_container_wrapper>.mCSB_container{padding-right:30px;padding-bottom:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:20px}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:20px}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:20px}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper{margin-right:0;margin-left:30px}.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container{padding-right:0}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container{padding-bottom:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0;margin-left:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools,.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;transition:opacity .2s ease-in-out,background-color .2s ease-in-out}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar{-webkit-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out}.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools{opacity:0;filter:"alpha(opacity=0)";-ms-filter:"alpha(opacity=0)"}.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools,.mCustomScrollBox:hover>.mCSB_scrollTools,.mCustomScrollBox:hover~.mCSB_scrollTools,.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag{opacity:1;filter:"alpha(opacity=100)";-ms-filter:"alpha(opacity=100)"}.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.4);filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75);filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85);filter:"alpha(opacity=85)";-ms-filter:"alpha(opacity=85)"}.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9);filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp{background-image:url(/local/templates/vpl_template/css/mCSB_buttons.png);background-repeat:no-repeat;opacity:.4;filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_buttonUp{background-position:0 0}.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -20px}.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -40px}.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -56px}.mCSB_scrollTools .mCSB_buttonDown:hover,.mCSB_scrollTools .mCSB_buttonLeft:hover,.mCSB_scrollTools .mCSB_buttonRight:hover,.mCSB_scrollTools .mCSB_buttonUp:hover{opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_buttonDown:active,.mCSB_scrollTools .mCSB_buttonLeft:active,.mCSB_scrollTools .mCSB_buttonRight:active,.mCSB_scrollTools .mCSB_buttonUp:active{opacity:.9;filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:rgba(0,0,0,.85)}.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:rgba(0,0,0,.9)}.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:4px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px auto}.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px 0}.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -20px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -40px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px 0}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -20px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -40px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px 0}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:6px;margin:5px auto}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px 0}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -20px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -40px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px 0}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -20px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -40px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -56px}.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.1)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:2px}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:2px;margin:7px auto}.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,.mCS-rounded.mCSB_scrollTools .mCSB_dragger{height:14px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:14px;margin:0 1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger{width:14px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:14px;margin:1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:16px;height:16px;margin:-1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:4px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:16px;width:16px;margin:0 -1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:4px;margin:6px 0}.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{background-position:0 -72px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -92px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -112px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -128px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px -72px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -92px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -112px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail{width:4px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{background-color:transparent;background-position:center}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);background-repeat:repeat-y;opacity:.3;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{height:4px;margin:6px 0;background-repeat:repeat-x}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px -72px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -92px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -112px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px -72px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -92px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -112px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-y;background-image:-moz-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to right,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-x;background-image:-moz-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to bottom,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger{height:70px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger{width:70px}.mCS-3d-dark.mCSB_scrollTools,.mCS-3d.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{width:8px;background-color:#000;background-color:rgba(0,0,0,.2);box-shadow:inset 1px 0 1px rgba(0,0,0,.5),inset -1px 0 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:8px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:8px;margin:4px 0;box-shadow:inset 0 1px 1px rgba(0,0,0,.5),inset 0 -1px 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:8px;margin:4px auto}.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);box-shadow:inset 1px 0 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{box-shadow:inset 0 1px 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.fade:not(.show),.modal-backdrop.fade{opacity:0}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,.mCS-3d-thick.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical{right:1px}.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCS-3d-thick.mCSB_scrollTools_vertical{box-shadow:inset 1px 0 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,.mCS-3d-thick.mCSB_scrollTools_horizontal{bottom:1px;box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;box-shadow:inset 1px 0 0 rgba(255,255,255,.4);width:12px;margin:2px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4);height:12px;width:auto}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{background-color:#000;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-thick-dark.mCSB_scrollTools{box-shadow:inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 1px 0 0 rgba(255,255,255,.4),inset -1px 0 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4),inset 0 -1px 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#777}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{background-color:#fff;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{right:0;margin:12px 0}.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:0;margin:0 12px}.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{left:0;right:auto}.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger{height:50px}.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger{width:50px}.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail{width:6px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px}.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:6px;margin:5px 0}.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:12px}.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:12px;margin:2px 0}.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools .mCSB_draggerRail{width:12px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;margin:3px 5px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:6px;margin:5px 3px;position:absolute;width:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:12px;margin:2px 0}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent;border-width:1px;border-style:solid;border-color:#fff;border-color:rgba(255,255,255,.2);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{border-color:#000;border-color:rgba(0,0,0,.2)}.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.6)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.6)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.modal-content,.nice-select{background-color:#fff;outline:0}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-50px);transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:none;transform:none}.modal-dialog-scrollable{display:-ms-flexbox;display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{-ms-flex-negative:0;flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);content:""}.modal-dialog-centered.modal-dialog-scrollable{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable::before{content:none}.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #dee2e6;border-bottom-right-radius:.3rem;border-bottom-left-radius:.3rem}.nice-select,.nice-select .list{border-radius:5px;box-sizing:border-box}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:1024px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1410px){.modal-xl{max-width:1140px}}.nice-select{-webkit-tap-highlight-color:transparent;border:1px solid #e8e8e8;clear:both;cursor:pointer;display:block;font-family:inherit;font-size:14px;font-weight:400;height:42px;line-height:40px;padding-left:18px;padding-right:30px;position:relative;text-align:left!important;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;user-select:none;white-space:nowrap;width:auto}.nice-select:hover{border-color:#dbdbdb}.nice-select.open,.nice-select:active,.nice-select:focus{border-color:#999}.nice-select:after{display:block;width:16px;height:16px;background:url(/local/templates/vpl_template/css/../img/svg/select-arrow.svg) center center no-repeat;position:absolute;top:34%;right:11px;transition:all .3s ease-out}.nice-select.open:after{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.nice-select.open .list{opacity:1;pointer-events:auto;-webkit-transform:scale(1) translateY(0);-ms-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}.nice-select.disabled{border-color:#ededed;color:#999;pointer-events:none}.nice-select.disabled:after{border-color:#ccc}.nice-select.wide{width:100%}.nice-select.wide .list{left:0!important;right:0!important}.nice-select.right{float:right}.nice-select.right .list{left:auto;right:0}.nice-select.small{font-size:12px;height:36px;line-height:34px}.nice-select.small:after{height:4px;width:4px}.nice-select.small .option{line-height:34px;min-height:34px}.nice-select .list{background-color:#fff;box-shadow:0 0 0 1px rgba(68,68,68,.11);margin-top:4px;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;top:100%;left:0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(.75) translateY(-21px);-ms-transform:scale(.75) translateY(-21px);transform:scale(.75) translateY(-21px);-webkit-transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;z-index:9}.nice-select .list:hover .option:not(:hover){background-color:transparent!important}.nice-select .option{cursor:pointer;font-weight:400;line-height:40px;list-style:none;min-height:40px;outline:0;padding-left:18px;padding-right:29px;text-align:left;-webkit-transition:all .2s;transition:all .2s}.nice-select .option.focus,.nice-select .option.selected,.nice-select .option.selected.focus,.nice-select .option:hover{color:#3275D8}.nice-select .option.disabled{background-color:transparent;color:#999;cursor:default}.no-csspointerevents .nice-select .list{display:none}.no-csspointerevents .nice-select.open .list{display:block}.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative;background:#FAFAFA;border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0;border-radius:3px}.swiper,.swiper-wrapper{z-index:1;position:relative}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;right:0;height:100%;width:100%;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-origin:0 0;transform-style:flat}.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{left:0;right:auto}.noUi-vertical .noUi-origin{top:-100%;width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-touch-area{height:100%;width:100%}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:transform .3s;transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;right:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;right:-6px;bottom:-17px}.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{left:-17px;right:auto}.noUi-connect{background:#3FB8AF}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#B8B8B8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-large,.noUi-marker-sub{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);padding-left:25px}.noUi-rtl .noUi-value-vertical{-webkit-transform:translate(0,50%);transform:translate(0,50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.swiper-slide,.swiper-wrapper{width:100%;height:100%;transition-property:transform}.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%,0);transform:translate(-50%,0);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);top:50%;right:120%}.noUi-horizontal .noUi-origin>.noUi-tooltip{-webkit-transform:translate(50%,0);transform:translate(50%,0);left:auto;bottom:10px}.noUi-vertical .noUi-origin>.noUi-tooltip{-webkit-transform:translate(0,-18px);transform:translate(0,-18px);top:auto;right:28px}@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}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;overflow:hidden;list-style:none;padding:0;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{display:flex;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;position:relative;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-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d{perspective:1200px}.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-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-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-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;border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}
/* End */


/* Start:/local/templates/vpl_template/css/swiper-bundle.css?1780298135362*/

.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;
}
/* End */


/* Start:/local/templates/vpl_template/css/style.css?1780298135222932*/
@charset "UTF-8";

:root {
  --hardblack: #000000;
  --black: #565656;
  --white: #FFFFFF;
  --hover: #2181DC;
  --red: #DA1F2A;
  --redHover: #C70838;
  --blue: #00BAF2;
}

/* overpass-regular - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Overpass";
  font-style: normal;
  font-weight: 400;
  src: url("/local/templates/vpl_template/css/../fonts/Overpass/overpass-v16-cyrillic_cyrillic-ext_latin_latin-ext-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* overpass-500 - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Overpass";
  font-style: normal;
  font-weight: 500;
  src: url("/local/templates/vpl_template/css/../fonts/Overpass/overpass-v16-cyrillic_cyrillic-ext_latin_latin-ext-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* overpass-600 - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Overpass";
  font-style: normal;
  font-weight: 600;
  src: url("/local/templates/vpl_template/css/../fonts/Overpass/overpass-v16-cyrillic_cyrillic-ext_latin_latin-ext-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* overpass-700 - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Overpass";
  font-style: normal;
  font-weight: 700;
  src: url("/local/templates/vpl_template/css/../fonts/Overpass/overpass-v16-cyrillic_cyrillic-ext_latin_latin-ext-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* overpass-800 - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Overpass";
  font-style: normal;
  font-weight: 800;
  src: url("/local/templates/vpl_template/css/../fonts/Overpass/overpass-v16-cyrillic_cyrillic-ext_latin_latin-ext-800.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* overpass-900 - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Overpass";
  font-style: normal;
  font-weight: 900;
  src: url("/local/templates/vpl_template/css/../fonts/Overpass/overpass-v16-cyrillic_cyrillic-ext_latin_latin-ext-900.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
  font-family: "TT Mussels";
  src: local("TT Mussels Thin"), local("TTMussels-Thin"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-Thin.eot"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-Thin.eot?#iefix") format("embedded-opentype"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-Thin.woff2") format("woff2"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-Thin.woff") format("woff"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "TT Mussels";
  src: local("TT Mussels Regular"), local("TTMussels-Regular"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-Regular.woff2") format("woff2"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-Regular.woff") format("woff"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-Regular.ttf") format("truetype"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-Regular.eot");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "TT Mussels";
  src: local("TT Mussels Light Italic"), local("TTMussels-LightItalic"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-LightItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-LightItalic.woff2") format("woff2"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-LightItalic.woff") format("woff"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-LightItalic.ttf") format("truetype"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-LightItalic.eot");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "TT Mussels";
  src: local("TT Mussels Bold"), local("TTMussels-Bold"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-Bold.woff2") format("woff2"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-Bold.woff") format("woff"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-Bold.ttf") format("truetype"), url("/local/templates/vpl_template/css/TTMussels-Bold.eot");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "TT Mussels";
  src: local("TT Mussels ExtraBold"), local("TTMussels-ExtraBold"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-ExtraBold.eot?#iefix") format("embedded-opentype"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-ExtraBold.woff2") format("woff2"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-ExtraBold.woff") format("woff"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-ExtraBold.ttf") format("truetype"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-ExtraBold.eot");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "TT Mussels";
  src: local("TT Mussels Medium"), local("TTMussels-Medium"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-Medium.eot?#iefix") format("embedded-opentype"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-Medium.woff2") format("woff2"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-Medium.woff") format("woff"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-Medium.ttf") format("truetype"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-Medium.eot");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "TT Mussels";
  src: local("TT Mussels Thin Italic"), local("TTMussels-ThinItalic"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-ThinItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-ThinItalic.woff2") format("woff2"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-ThinItalic.woff") format("woff"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-ThinItalic.ttf") format("truetype"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-ThinItalic.eot");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: "TT Mussels";
  src: local("TT Mussels DemiBold"), local("TTMussels-DemiBold"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-DemiBold.eot?#iefix") format("embedded-opentype"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-DemiBold.woff2") format("woff2"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-DemiBold.woff") format("woff"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-DemiBold.ttf") format("truetype"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-DemiBold.eot");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "TT Mussels";
  src: local("TT Mussels Black"), local("TTMussels-Black"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-Black.eot?#iefix") format("embedded-opentype"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-Black.woff2") format("woff2"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-Black.woff") format("woff"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-Black.ttf") format("truetype"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-Black.eot");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "TT Mussels";
  src: local("TT Mussels Italic"), local("TTMussels-Italic"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-Italic.eot?#iefix") format("embedded-opentype"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-Italic.woff2") format("woff2"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-Italic.woff") format("woff"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-Italic.ttf") format("truetype"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-Italic.eot");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "TT Mussels";
  src: local("TT Mussels Bold Italic"), local("TTMussels-BoldItalic"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-BoldItalic.woff2") format("woff2"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-BoldItalic.woff") format("woff"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-BoldItalic.ttf") format("truetype"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-BoldItalic.eot");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "TT Mussels";
  src: local("TT Mussels ExtraBold Italic"), local("TTMussels-ExtraBoldItalic"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-ExtraBoldItalic.woff2") format("woff2"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-ExtraBoldItalic.woff") format("woff"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-ExtraBoldItalic.ttf") format("truetype"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-ExtraBoldItalic.eot");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: "TT Mussels";
  src: local("TT Mussels Medium Italic"), local("TTMussels-MediumItalic"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-MediumItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-MediumItalic.woff2") format("woff2"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-MediumItalic.woff") format("woff"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-MediumItalic.ttf") format("truetype"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-MediumItalic.eot");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "TT Mussels";
  src: local("TT Mussels DemiBold Italic"), local("TTMussels-DemiBoldItalic"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-DemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-DemiBoldItalic.woff2") format("woff2"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-DemiBoldItalic.woff") format("woff"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-DemiBoldItalic.ttf") format("truetype"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-DemiBoldItalic.eot");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "TT Mussels";
  src: local("TT Mussels Light"), local("TTMussels-Light"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-Light.eot?#iefix") format("embedded-opentype"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-Light.woff2") format("woff2"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-Light.woff") format("woff"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-Light.ttf") format("truetype"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-Light.eot");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "TT Mussels";
  src: local("TT Mussels Black Italic"), local("TTMussels-BlackItalic"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-BlackItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-BlackItalic.woff2") format("woff2"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-BlackItalic.woff") format("woff"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-BlackItalic.ttf") format("truetype"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-BlackItalic.eot");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "TT Mussels";
  src: local("TT Mussels ExtraLight Italic"), local("TTMussels-ExtraLightItalic"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-ExtraLightItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-ExtraLightItalic.woff2") format("woff2"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-ExtraLightItalic.woff") format("woff"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-ExtraLightItalic.ttf") format("truetype"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-ExtraLightItalic.eot");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: "TT Mussels";
  src: local("TT Mussels ExtraLight"), local("TTMussels-ExtraLight"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-ExtraLight.eot?#iefix") format("embedded-opentype"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-ExtraLight.woff2") format("woff2"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-ExtraLight.woff") format("woff"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-ExtraLight.ttf") format("truetype"), url("/local/templates/vpl_template/css/../fonts/TT Mussels/TTMussels-ExtraLight.eot");
  font-weight: 200;
  font-style: normal;
}

/* Icomoon
=========================================================================================*/
.icon {
  display: inline-block;
  vertical-align: top;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* Основные стили
=========================================================================================*/
* {
  outline: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
}

html {
  height: 100%;
}

html::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  cursor: pointer;
}

html::-webkit-scrollbar-track {
  background: transparent;
}

html::-webkit-scrollbar-thumb {
  background-color: var(--black);
  border: none;
}

html::-webkit-scrollbar-thumb:hover {
  color: var(--blue);
}

body {
  background: var(--white);
  color: var(--black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  font-family: "Overpass", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  min-height: 100%;
  margin: 0;
  position: relative;
  scroll-behavior: smooth;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin-top: 0;
}

h1 {
  font-family: "TT Mussels", sans-serif;
  font-size: 66px;
  font-weight: 700;
  line-height: 73px;
  margin: 0;
  color: #2D2D2D;
}

@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 31px;
  }
}

h2 {
  font-family: "TT Mussels", sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 59px;
  margin-bottom: 40px;
  color: #2D2D2D;
}

@media (max-width: 767px) {
  h2 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
  }
}

h3 {
  font-family: "TT Mussels", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 53px;
  color: #2D2D2D;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  h3 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 15px;
  }
}

h4 {
  font-family: "TT Mussels", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 42px;
  color: #2D2D2D;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  h4 {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

h5 {
  font-family: "TT Mussels", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 35px;
  color: #2D2D2D;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  h5 {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 10px;
  }
}

h6 {
  font-family: "TT Mussels", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 29px;
  margin-bottom: 40px;
  color: #2D2D2D;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  h6 {
    font-size: 12px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

a:focus {
  outline: var(--hover);
  outline-offset: 1em;
  outline-width: 1px;
}

a:hover {
  color: var(--hover);
  text-decoration: none;
}

/* Тело страницы
=========================================================================================*/
ul {
  padding: 0;
  margin: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  list-style: none;
}

.air-datepicker--pointer {
  display: none;
}

.air-datepicker.-custom-position- {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease !important;
  -o-transition: opacity 0.3s ease !important;
  transition: opacity 0.3s ease !important;
}

.air-datepicker.-active-.-custom-position- {
  opacity: 1;
}

.air-datepicker {
  padding: 24px;
  background: var(--white);
  border-radius: 16px;
  border: 1px solid rgba(62, 62, 62, 0.05);
  background: rgba(251, 251, 251, 0.9);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 100%;
}

.popover {
  position: absolute;
  margin-top: -12px;
  max-width: 346px;
  background: var(--white);
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0;
}

@media (max-width: 576px) {
  .popover {
    max-width: 290px;
  }
}

.popover__close {
  font-size: 12px;
  color: #646464;
  padding: 10px;
  top: 5px;
  position: absolute;
  right: 10px;
}

.popover__close:hover {
  color: var(--hover);
}

.popover__content {
  max-width: 346px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media (max-width: 576px) {
  .popover__content {
    max-width: 290px;
  }
}

.ballon {
  width: 100%;
}

.ballon__head {
  padding: 10px 0;
  margin: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #F0F0F0;
}

@media (max-width: 576px) {
  .ballon__head {
    margin: 0 15px;
  }
}

.baloon__body {
  padding: 16px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 576px) {
  .baloon__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 16px;
    padding: 16px 15px 15px 15px;
  }
}

.baloon__props {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 4px;
}

.popover__tail {
  border: 9px solid transparent;
  border-top-color: #fff;
  margin-left: -9px;
  position: absolute;
  left: 13%;
  top: 100%;
}

.baloon__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  font-display: swap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Overpass", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.baloon__line--start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

@media (max-width: 576px) {
  .baloon__line {
    font-size: 13px;
    line-height: 16px;
  }
}

.baloon__line-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.baloon__line img {
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}

.baloon__head-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #2D2D2D;
}

@media (max-width: 767px) {
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 0 !important;
  }
}

@media (max-width: 767px) {
  .modal .nice-select .list {
    top: initial;
    bottom: 100%;
    margin-bottom: 4px;
  }
}

.modal-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 24px;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .modal-info {
    row-gap: 16px;
  }
}

.modal-subtitle {
  color: #2D2D2D;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}

@media (max-width: 767px) {
  .modal-subtitle {
    font-size: 16px;
    line-height: 16px;
  }
}

.modal-date {
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  width: 100%;
  background: rgba(45, 45, 45, 0.05);
  color: #2D2D2D;
  font-size: 18px;
  line-height: 26px;
}

@media (max-width: 767px) {
  .modal-date {
    font-size: 16px;
    line-height: 16px;
    padding: 10px;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
}

.modal-content {
  border: none;
  background: var(--white);
  border-radius: 0;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: none;
  border-radius: 0;
  padding: 30px 50px 24px;
  position: relative;
}

@media (max-width: 767px) {
  .modal-header {
    padding: 24px 16px 16px;
  }
}

.modal-header .close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 30px;
  height: 30px;
  font-size: 32px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #646464;
  background: transparent;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin: 0;
}

@media (max-width: 767px) {
  .modal-header .close {
    top: 16px;
    right: 16px;
    width: 20px;
    height: 20px;
    font-size: 20px;
  }
}

.modal-header .close:hover {
  color: var(--hover);
}

.modal-title {
  color: var(--00BAF2, #00BAF2);
  text-align: center;
  font-family: "TT Mussels", sans-serif;
  font-size: 38px;
  font-style: italic;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 0;
  max-width: 357px;
}

@media (max-width: 767px) {
  .modal-title {
    font-size: 22px;
    line-height: 24px;
  }
}

@media (max-width: 567px) {
  .modal-title {
    max-width: 344px;
  }
}

.modal-dialog {
  max-width: 670px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

@media (max-width: 767px) {
  .modal-dialog {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: auto;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    min-height: 100%;
    max-width: 100%;
    margin: auto 0 0;
  }
}

.modal-body {
  padding: 0 50px 30px;
}

@media (max-width: 767px) {
  .modal-body {
    padding: 0 16px 24px;
  }
}

.modal-success .modal-dialog {
  max-width: 476px;
}

@media (max-width: 767px) {
  .modal-success .modal-dialog {
    max-width: 100%;
  }
}

.modal-success .modal-header {
  padding: 30px 20px 0;
}

.modal-success .modal-header .close {
  font-size: 28px;
}

@media (max-width: 767px) {
  .modal-success .modal-header {
    padding: 20px 24px 0;
  }

  .modal-success .modal-header .close {
    font-size: 20px;
    top: 10px;
    right: 10px;
  }
}

.modal-success .modal-body {
  padding: 0 73px 30px;
}

@media (max-width: 767px) {
  .modal-success .modal-body {
    padding: 0 24px 30px;
  }
}

.modal-success .modal-title {
  margin: 0 auto 24px;
}

@media (max-width: 767px) {
  .modal-success .modal-title {
    margin: 0 auto 16px;
  }
}

.modal-success .btn {
  padding: 20px 38px;
  margin: 0 auto;
  font-size: 16px;
  font-style: italic;
  font-weight: 800;
  line-height: 22px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .modal-success .btn {
    padding: 16px;
    font-size: 14px;
    line-height: 16px;
    width: 100%;
  }
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.fade .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.slider-btn {
  padding: 10px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--red);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 33px;
  position: relative;
  left: initial;
  top: initial;
  right: initial;
  user-select: none;
}

.slider-btn.swiper-button-prev:hover {
  -webkit-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px);
}

.slider-btn.swiper-button-next:hover {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

@media (max-width: 767px) {
  .slider-btn {
    font-size: 19px;
    padding: 10px 0;
    height: auto;
  }
}

.swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.swiper-button-lock {
  display: none;
}

.swiper-slide {
  height: auto;
  overflow: hidden;
}

.swiper-pagination {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.4);
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 16px;
  min-width: 27px;
}

@media (max-width: 767px) {
  .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.swiper-pagination-current {
  color: var(--white);
}

.fancybox-bg {
  background: #2D2D2D;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.3;
}

.nice-select {
  height: 58px;
  min-height: 58px;
  border-radius: 0;
  border-color: rgba(45, 45, 45, 0.1);
  padding-left: 24px;
  color: #2D2D2D;
  line-height: 58px;
  font-family: "Overpass", sans-serif;
  font-size: 18px;
}

.nice-select.is-active {
  border-color: rgba(45, 45, 45, 0.8);
}

@media (max-width: 767px) {
  .nice-select {
    height: 50px;
    min-height: 50px;
    line-height: 50px;
    padding-left: 16px;
    font-size: 16px;
  }
}

.nice-select .current {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.nice-select:hover {
  border-color: rgba(45, 45, 45, 0.4);
  background: rgba(45, 45, 45, 0.05);
}

.nice-select.open {
  border-color: rgba(45, 45, 45, 0.8);
  background: transparent;
}

.nice-select.open .current {
  position: absolute;
  left: 24px;
  top: 8px;
  color: rgba(45, 45, 45, 0.4);
  font-size: 14px;
  line-height: 18px;
}

.nice-select .list {
  border-color: #E1E1E1;
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  max-height: none;
  overflow-y: auto;
  overflow-x: hidden;
}

.nice-select .list::-webkit-scrollbar {
  width: 7px;
  height: 8px;
  cursor: pointer;
}

.nice-select .list::-webkit-scrollbar-track {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.05);
}

.nice-select .list::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
  border: none;
  border-radius: 6px;
}

.nice-select .list::-webkit-scrollbar-thumb:hover {
  color: var(--hover);
}

.nice-select .option {
  min-height: 46px;
  padding: 0 32px 0 16px;
  font-size: 18px;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(45, 45, 45, 0.1);
  color: #2D2D2D;
  position: relative;
}

.nice-select .option[data-hidden] {
  display: none;
}

@media (max-width: 767px) {
  .nice-select .option {
    font-size: 16px;
    line-height: 16px;
    min-height: 38px;
  }
}

.nice-select .option:last-of-type {
  border-bottom: none;
}

.nice-select .option::after {
  position: absolute;
  content: "";
  right: 16px;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  background: url("/local/templates/vpl_template/css/../img/svg/select-check.svg") no-repeat;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
}

.nice-select .option.selected::after {
  opacity: 1;
}

.nice-select .option:hover {
  color: #2D2D2D;
  background: rgba(45, 45, 45, 0.05);
}

.nice-select:after {
  width: 12px;
  height: 12px;
  right: 16px;
  top: calc(50% - 6px);
}

.field {
  position: relative;
  margin-bottom: 12px;
}

.field.is-hidden {
  display: none;
}

.field:last-of-type {
  margin-bottom: 0;
}

.field--textarea.is-required::after {
  top: 16px;
}

.field__input {
  width: 100%;
  border-radius: 0;
  border: 1px solid rgba(45, 45, 45, 0.1);
  background: transparent;
  height: 54px;
  margin-bottom: 0;
  color: #2D2D2D;
  font-family: "Overpass", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  padding-left: 24px;
  padding-top: 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media (max-width: 767px) {
  .field__input {
    font-size: 16px;
    line-height: 16px;
    height: 46px;
    padding-left: 16px;
    padding-top: 10px;
  }
}

.field__input:hover {
  border-color: rgba(45, 45, 45, 0.4);
  background: rgba(45, 45, 45, 0.05);
}

.field.active .field__input {
  border-color: rgba(45, 45, 45, 0.8);
}

.field__label {
  position: absolute;
  top: 18px;
  left: 24px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #2D2D2D;
  font-family: "Overpass", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

@media (max-width: 767px) {
  .field__label {
    font-size: 16px;
    line-height: 16px;
    top: 16px;
    left: 16px;
    max-width: calc(100% - 40px);
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
}

.field.focus .field__label,
.field.active .field__label {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  top: 8px;
  color: rgba(45, 45, 45, 0.4);
}

@media (max-width: 767px) {

  .field.focus .field__label,
  .field.active .field__label {
    font-size: 10px;
    line-height: 10px;
    top: 7px;
  }
}

.is-required::after {
  position: absolute;
  content: "*";
  right: 16px;
  top: 19px;
  color: rgba(45, 45, 45, 0.4);
  font-size: 14px;
}

@media (max-width: 767px) {
  .is-required::after {
    top: 16px;
    right: 12px;
  }
}

button {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
  border: none;
}

.form__submit {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 12px;
}

@media (max-width: 767px) {
  .form__submit {
    row-gap: 12px;
  }
}

.form__submit .btn {
  width: 100%;
  padding: 20px;
  font-style: italic;
  font-weight: 800;
  line-height: 22px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .form__submit .btn {
    padding: 16px;
    font-size: 14px;
    line-height: 16px;
  }
}

.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.checkbox__input {
  position: relative;
  min-width: 16px;
  height: 16px;
  background: transparent;
  border: 1px solid #BEBEBE;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.checkbox__input:hover {
  background: rgba(62, 62, 62, 0.2);
}

.checkbox__input:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: transparent;
  cursor: pointer;
  top: -1px;
  left: 0;
}

.checkbox__input:checked:after {
  background: url("/local/templates/vpl_template/css/../img/svg/checked.svg") no-repeat center center;
}

.checkbox__label {
  font-family: "Overpass", sans-serif;
  color: #565656;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  padding-left: 12px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .checkbox__label {
    font-size: 12px;
    line-height: 16px;
  }
}

.checkbox__label a {
  color: var(--red);
}

.checkbox__label a:hover {
  color: var(--redHover);
}

.is-error .field__input {
  border-color: #C70838;
  background: rgba(199, 8, 56, 0.05);
  color: #C70838;
}

.is-error .nice-select {
  border-color: #C70838;
  color: rgba(199, 8, 56, 0.4);
  background: rgba(199, 8, 56, 0.05);
}

.is-error .field__label {
  color: rgba(199, 8, 56, 0.4);
}

.is-error .checkbox__input {
  border-color: #C70838;
}

.is-error.field.focus .field__input,
.is-error.field.active .field__input {
  border-color: #C70838;
  background: rgba(199, 8, 56, 0.05);
  color: #C70838;
}

.is-error.field.focus .field__label,
.is-error.field.active .field__label {
  border-color: #C70838;
  color: #C70838;
}

.feedback__wp .is-error .nice-select {
  border-color: #C70838;
  background: rgba(199, 8, 56, 0.05);
  color: #C70838;
}

.feedback__wp .is-error .nice-select:after {
  background: url('/local/templates/vpl_template/css/../img/svg/select-error-arrow.svg') no-repeat center center;
}

.feedback__wp .is-error .nice-select.open .current {
  color: #C70838;
}

.modal-backdrop {
  background: #2D2D2D;
}

.modal-backdrop.show {
  opacity: 0.6;
}

img {
  max-width: 100%;
}

.no-photo {
  background: #F0F0F0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.no-photo img {
  max-width: 181px;
  width: 100%;
  height: 100%;
}

.no-photo.typical-content {
  min-height: 500px;
  margin: 30px auto;
  overflow: hidden;
}

@media (max-width: 768px) {
  .no-photo.typical-content {
    min-height: 250px;
    margin: 16px auto 20px;
  }
}

.content {
  padding-top: 0;
  width: 100%;
  /* max-width: 970px; */
  margin: 0 auto;
}

.content--width {
  max-width: 100%;
}

@media (max-width: 1199px) {
  .content {
    max-width: 100%;
  }
}

.content h2,
.content h3,
.content h5,
.content h6 {
  margin-top: 80px;
}

@media (max-width: 767px) {

  .content h2,
  .content h3,
  .content h5,
  .content h6 {
    margin-top: 40px;
  }
}

.content .btn.btn--back {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .content .btn.btn--back {
    margin-top: 16px;
  }
}

.content a {
  color: var(--blue);
}

.content a:hover {
  color: var(--hover);
}

.content a:active {
  color: var(--blue);
}

.content a:focus {
  color: var(--blue);
}

.content a img {
  display: inline;
}

.content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 30px;
  margin-top: 0;
}

@media (max-width: 767px) {
  .content p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 16px;
  }
}

.content p:last-of-type {
  margin-bottom: 0;
}

.content img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0;
  overflow: hidden;
  margin: 30px auto;
}

@media (max-width: 767px) {
  .content img {
    margin: 24px auto;
  }
}

.content .content-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0;
}

.content .content-img img {
  margin: 0;
}

.content .img-sub {
  color: #565656;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}

.content ul {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}

@media (max-width: 768px) {
  .content ul {
    margin: 0 0 16px;
  }
}

.content ul>li {
  color: var(--black);
  font-weight: 400;
  padding-left: 36px;
  margin-bottom: 12px;
  position: relative;
  font-size: 18px;
  line-height: 26px;
}

@media (max-width: 768px) {
  .content ul>li {
    font-size: 16px;
    line-height: 20px;
  }
}

.content ul>li>ul {
  margin-bottom: 16px;
  margin-top: 16px !important;
}

@media (max-width: 768px) {
  .content ul>li {
    padding-left: 27px;
  }
}

.content ul>li:after {
  content: "";
  background-size: contain;
  max-width: 30px;
  min-width: 30px;
  height: 30px;
  position: absolute;
  border-radius: 100%;
  background: url("/local/templates/vpl_template/css/../img/svg/list-icon.svg") no-repeat;
  background-size: contain;
  left: 0;
  top: -4px;
}

@media (max-width: 768px) {
  .content ul>li:after {
    max-width: 20px;
    min-width: 20px;
    height: 20px;
    top: -1px;
  }
}

.content ul>li>ul,
.content ul>li>ol {
  margin-top: 12px;
}

.content ol {
  counter-reset: counter;
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

@media (max-width: 768px) {
  .content ol {
    margin: 0 0 16px;
  }
}

.content ol>li {
  counter-increment: counter;
  padding-left: 46px;
  margin-bottom: 12px;
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: var(--black);
}

@media (max-width: 768px) {
  .content ol>li {
    font-size: 16px;
    line-height: 20px;
    padding-left: 25px;
  }
}

.content ol>li:before {
  content: counter(counter);
  color: #707070;
  background: #EBEBEB;
  border-radius: 100px;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: -1px;
  text-align: center;
  min-width: 30px;
  max-width: 30px;
}

@media (max-width: 768px) {
  .content ol>li:before {
    top: 3px;
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
  }
}

.content ol>li>ul,
.content ol>li>ol {
  margin-top: 16px !important;
}

.content blockquote {
  color: #2D2D2D;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 24px;
  position: relative;
  padding-left: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 16px;
}

.content blockquote P {
  margin: 0;
}

.content blockquote::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 43px;
  background: url("/local/templates/vpl_template/css/../img/svg/blockquote-ico2.svg") no-repeat center center;
  background-size: contain;
}

.content blockquote p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.content blockquote cite {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #565656;
  text-decoration: none;
}

@media (max-width: 768px) {
  .content blockquote {
    padding-left: 0;
    padding-top: 45px;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 20px;
    row-gap: 12px;
  }

  .content blockquote::before {
    width: 41px;
    height: 30px;
  }

  .content blockquote p {
    font-size: 16px;
    line-height: 24px;
  }
}

.content .warning {
  color: var(--white);
  position: relative;
  font-weight: 400;
  padding-left: 59px;
  font-size: 20px;
  line-height: 28px;
  padding: 30px 36px;
  border-radius: 24px;
  background: var(--red);
  border-radius: 20px;
}

.content .warning p {
  margin: 0;
}

@media (max-width: 768px) {
  .content .warning {
    padding: 20px 26px;
    border-radius: 16px;
  }
}

.content .table-responsive {
  margin-bottom: 24px;
}

.content .table-responsive table {
  margin-bottom: 6px;
}

.content table {
  border: 0;
  border-collapse: collapse;
  margin-bottom: 6px;
  overflow: hidden;
  width: 100%;
}

.content table th {
  padding: 16px;
  background: var(--blue);
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  white-space: nowrap;
  font-family: "Overpass", sans-serif;
  color: var(--white);
}

@media (max-width: 768px) {
  .content table th {
    padding: 10px;
    font-size: 14px;
    line-height: 18px;
  }
}

.content table tr {
  background: var(--white);
}

.content table tr:nth-child(even) {
  background: rgba(70, 166, 255, 0.1);
}

.content table tr>td {
  color: #3E3E3E;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  min-height: 54px;
  text-align: left;
  padding: 16px;
}

@media (max-width: 768px) {
  .content table tr>td {
    padding: 10px;
    font-size: 14px;
    line-height: 18px;
    min-height: 40px;
  }
}

.no-photo {
  border-radius: 0;
  background: rgba(45, 45, 45, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.no-photo img {
  max-width: 140px;
  width: 100%;
  height: 100%;
}

.no-photo.typical-content {
  min-height: 500px;
  margin: 30px auto;
  max-width: 770px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .no-photo.typical-content {
    min-height: 250px;
    margin: 16px auto 20px;
  }
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding: 12px 16px;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--white);
}

@media (max-width: 767px) {
  .btn {
    padding: 12px 18px;
    font-size: 14px;
    line-height: 16px;
  }
}

.btn:hover {
  border-color: rgba(34, 72, 146, 0.6);
  color: var(--hover);
}

.btn svg {
  font-size: 12px;
}

.btn--showmore {
  margin: 30px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 30px;
  border: 1px solid #DA1F2A;
  color: #2D2D2D;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.btn--showmore:hover {
  border-color: #C70838;
  color: var(--black);
}

@media (max-width: 767px) {
  .btn--showmore {
    margin: 24px auto 0;
  }
}

.btn--red {
  background: var(--red);
}

.btn--red:hover {
  background: var(--redHover);
  color: var(--white);
}

.btn--back {
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  padding: 15px 24px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  color: #2D2D2D !important;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.btn--back:hover {
  border-color: rgba(0, 0, 0, 0.20);
  background: rgba(0, 0, 0, 0.09);
  color: #C70838 !important;
}

.btn--back svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.btn--blue {
  background: var(--blue);
}

.btn--blue:hover {
  background: var(--hover);
  color: var(--white);
}

.btn--arrow {
  background: rgba(255, 255, 255, 0.15);
  padding: 0 8px 0 0;
  clip-path: polygon(0% 0%,
      calc(100% - 10px) 0%,
      100% 45%,
      calc(100% - 20px) 100%,
      0% 100%);
  padding: 0 8px 0 0;
}

@media (max-width: 767px) {
  .btn--arrow {
    clip-path: none;
    padding: 0;
    width: 100%;
  }
}

.btn--arrow:hover {
  padding-right: 0;
}

.btn--arrow:hover .btn__inner {
  background: #3795EE;
  color: var(--white);
  width: calc(100% + 8px);
  padding-right: 53px;
}

@media (max-width: 767px) {
  .btn--arrow:hover .btn__inner {
    width: 100%;
  }
}

.btn--white {
  clip-path: polygon(0% 0%, 96% 0%, 100% 45%, 91.5% 100%, 0% 100%);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media (max-width: 767px) {
  .btn--white {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 8px;
    clip-path: polygon(0% 0%, 94.7% 0%, 100% 58%, 93.5% 100%, 0% 100%);
  }
}


.btn--white .btn__inner {
  background: var(--white);
  color: var(--red);
  padding: 20px 45px 20px 36px;
  font-size: 16px;
  font-style: italic;
  font-weight: 800;
  line-height: 22px;
  text-transform: uppercase;
  clip-path: polygon(0% 0%, 96% 0%, 100% 45%, 91.5% 100%, 0% 100%);
}

.btn--white-blue .btn__inner {
  color: #00BAF2;
}

@media (max-width: 767px) {
  .btn--white .btn__inner {
    padding: 16px 33px 16px 16px;
    font-size: 14px;
    line-height: 16px;
    clip-path: polygon(0% 0%, 94.7% 0%, 100% 58%, 93.5% 100%, 0% 100%);
  }
}

.btn--white .btn__inner::after {
  background: url("/local/templates/vpl_template/css/../img/svg/arrow-border-red.svg") no-repeat;
  background-size: cover;
  background-position-x: right;
}

.btn--white-blue .btn__inner::after {
  background: url("/local/templates/vpl_template/css/../img/svg/border-blue.svg") no-repeat;
  background-size: cover;
  /* background-position-x: right; */
  background-color: top right;
  right: -1px;
}

@media (max-width: 767px) {
  .btn--white .btn__inner::after {
    content: "";
  }
}

.btn--white:hover {
  padding-right: 0;
}

.btn--white:hover .btn__inner {
  background: #EEE;
  color: var(--redHover);
  padding-right: 53px;
}

.btn--white-blue:hover .btn__inner {
  color: var(--blue);
}

@media (max-width: 767px) {
  .btn--white:hover .btn__inner {
    padding-right: 43px;
  }
}

.btn__inner {
  background: var(--blue);
  clip-path: polygon(0% 0%,
      calc(100% - 10px) 0%,
      100% 45%,
      calc(100% - 20px) 100%,
      0% 100%);
  color: var(--white);
  padding: 20px 45px 20px 36px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
}

@media (max-width: 767px) {
  .btn__inner {
    padding: 16px;
    clip-path: none;
    width: 100%;
    text-align: center;
  }
}

.btn__inner::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 23px;
  height: 100%;
  background: url("/local/templates/vpl_template/css/../img/svg/arrow-border.svg") no-repeat;
  background-size: cover;
  background-position-x: right;
}

@media (max-width: 767px) {
  .btn__inner::after {
    content: none;
  }
}

.section {
  padding: 80px 0;
}

.secondary-page {
  padding: 0 0 80px;
}

@media (max-width: 767px) {
  .section {
    padding: 44px 0;
  }

  .secondary-page {
    padding: 0 0 44px;
  }

  .section--slider {
    padding: 44px 0 80px;
  }

  .section--slider .section__nav {
    position: absolute;
    bottom: 33px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
  }

  .section--slider .section__nav .slider-btn {
    margin: 0;
  }
}

@media (max-width: 576px) {
  .section--slider .container {
    padding: 0;
  }

  .section--slider .section__heading {
    padding: 0 15px;
  }
}

.section--first {
  padding: 0 0 80px;
}

@media (max-width: 767px) {
  .section--first {
    padding: 0 0 44px;
  }
}

.section--first .section__subtitle {
  max-width: 660px;
}

.section__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 10px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .section__heading {
    row-gap: 16px;
    margin-bottom: 24px;
  }
}

.section__title {
  margin-bottom: 0;
  color: var(--blue);
  font-family: "TT Mussels", sans-serif;
  font-size: 54px;
  font-style: italic;
  font-weight: 700;
  line-height: 59px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .section__title {
    font-size: 26px;
    line-height: 31px;
  }
}

.section__title span {
  color: var(--red);
}

.section__title-link {
  color: inherit;
  text-decoration: none;
}

.section__title-link:hover,
.section__title-link:focus,
.section__title-link:active {
  color: inherit;
  text-decoration: none;
}

.section__title-wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section__subtitle {
  font-size: 20px;
  line-height: 28px;
  max-width: 525px;
}

@media (max-width: 767px) {
  .section__subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}

.section__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto;
  margin-right: 20px;
}

.section__nav .slider-btn {
  margin-bottom: -10px;
}

@media (max-width: 767px) {
  .articles-slider__main {
    margin: 10px -10px 0;
  }

  .section__nav {
    margin-right: 0;
  }
}

.content-entry {
  padding: 40px 0;
}

@media (max-width: 767px) {
  .content-entry {
    padding: 16px 0;
  }
}

.content-entry__wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 16px;
}

.content-entry h1 {
  font-family: "TT Mussels", sans-serif;
  color: #2D2D2D;
  font-size: 66px;
  font-weight: 700;
  line-height: 73px;
  font-style: italic;
  margin: 0;
}

@media (max-width: 767px) {
  .content-entry h1 {
    font-size: 28px;
    line-height: 31px;
  }
}

.content-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .content-nav {
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 16px;
  }
}

.content-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  row-gap: 8px;
}

.content-nav__list-item a,
.content-nav__list-item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  max-width: 50px;
  min-width: 45px;
  border: 1px solid rgba(45, 45, 45, 0.1);
  color: #2D2D2D;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  padding-top: 5px;
}

.content-nav__list-item a:hover,
.content-nav__list-item span:hover {
  background: var(--red);
  color: var(--white);
}

.content-nav__list-item.active span {
  background: var(--blue);
  pointer-events: none;
  color: var(--white);
}

.content-nav__list-item.content-nav__list-item--prev a {
  border: none;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  max-width: 24px;
  min-width: 24px;
  font-size: 24px;
  padding: 0;
  margin-right: 8px;
  color: var(--red);
}

.content-nav__list-item.content-nav__list-item--prev a:hover {
  -webkit-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px);
  background: transparent;
}

.content-nav__list-item.content-nav__list-item--next a {
  border: none;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  font-size: 24px;
  max-width: 24px;
  min-width: 24px;
  padding: 0;
  margin-left: 8px;
  color: var(--red);
}

.content-nav__list-item.content-nav__list-item--next a:hover {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
  background: transparent;
}

@media (max-width: 767px) {
  .content-nav {
    margin-top: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .content-nav__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    row-gap: 5px;
  }

  .content-nav__list-item a,
  .content-nav__list-item span {
    height: 31px;
    max-width: 31px;
    min-width: 31px;
    font-size: 18px;
    line-height: 22px;
  }

  .content-nav__list-item.content-nav__list-item--prev a {
    max-width: 17px;
    min-width: 17px;
    font-size: 15px;
    margin-right: 4px;
  }

  .content-nav__list-item.content-nav__list-item--next a {
    max-width: 17px;
    min-width: 17px;
    font-size: 15px;
    margin-left: 4px;
  }
}

.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  row-gap: 4px;
}

@media (max-width: 767px) {
  .breadcrumbs__list {
    width: calc(100% + 15px);
    overflow-y: hidden;
    overflow-x: auto;
    padding-right: 10px;
  }

  .breadcrumbs__list::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}

.breadcrumbs__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  color: rgba(45, 45, 45, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .breadcrumbs__link {
    font-size: 14px;
    line-height: 16px;
  }
}

.breadcrumbs__link svg {
  font-size: 8px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.breadcrumbs__link:hover {
  color: var(--hover);
}

.breadcrumbs__link--inactive {
  pointer-events: none;
  color: rgba(45, 45, 45, 0.4);
}

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  background: var(--blue);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: 5;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.dropdown-open {
  overflow: hidden;
  padding-right: 8px !important;
}

.dropdown-open .header {
  margin: 0;
  padding-right: 8px;
}

@media (max-width: 991px) {
  .dropdown-open .overlay {
    opacity: 0.5;
    visibility: visible;
    pointer-events: auto;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
}

@media (max-width: 767px) {
  .dropdown-open {
    padding-right: 0px !important;
  }
}

.dropdown-open .header {
  margin-left: -8px;
  margin-right: -8px;
  width: calc(100% + 16px);
}

@media (max-width: 1199px) {
  .dropdown-open .header {
    margin-left: 0;
    width: 100%;
    padding-right: 8px;
  }
}

@media (max-width: 991px) {
  .dropdown-open .header {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

.mob-menu-open .header {
  border-bottom: none;
}

.mob-menu-open .header__logo {
  z-index: -10;
}

.mob-menu-open .header__tel--mob {
  z-index: -10;
}

.modal-open {
  padding-right: 8px !important;
}

.modal-open .header {
  margin-left: -8px;
  margin-right: -8px;
  width: calc(100% + 16px);
}

@media (max-width: 991px) {
  .modal-open .header {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

.modal-open.is-fixed .header {
  width: 100%;
  margin: 0;
  padding-right: 8px;
}

@-moz-document url-prefix() {
  .dropdown-open {
    padding-right: 0 !important;
  }

  .dropdown-open .header {
    margin: 0;
    padding-right: 0 !important;
  }

  .dropdown-open .header {
    width: 100% !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .dropdown-open.is-fixed .header {
    width: 100% !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .modal-open {
    padding-right: 0px !important;
  }

  .modal-open .header {
    width: 100% !important;
    padding-right: 0 !important;
    margin: 0 !important;
  }

  .modal-open .header {
    margin: 0;
    padding-right: 0 !important;
  }

  .modal-open.is-fixed .header {
    width: 100% !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

@supports (-webkit-touch-callout: none) {
  .dropdown-open {
    padding-right: 0 !important;
  }

  .dropdown-open .header {
    width: 100% !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .dropdown-open.is-fixed .header {
    width: 100% !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .dropdown-open .header {
    margin: 0;
    padding-right: 0 !important;
  }

  .modal-open {
    padding-right: 0px !important;
  }

  .modal-open .header {
    width: 100% !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .modal-open.is-fixed .header {
    width: 100% !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .modal-open .header {
    margin: 0;
    padding-right: 0 !important;
  }
}

.header {
  position: relative;
  width: 100%;
  z-index: 10;
  border-bottom: 1px solid #F1F1F1;
  margin-bottom: -83px;
  background: var(--white);
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

@media (max-width: 991px) {
  .header {
    padding: 12px 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
  }
}

.header__wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 165px;
  -moz-column-gap: 165px;
  column-gap: 90px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1440px) {
  .header__wp {
    -webkit-column-gap: 45px;
    -moz-column-gap: 45px;
    column-gap: 45px;
  }
}

@media (max-width: 1199px) {
  .header__wp {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}

@media (max-width: 991px) {
  .header__wp {
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
  }
}

.header__logo {
  max-width: 140px;
  min-width: 140px;
  height: 48px;
}

@media (max-width: 1199px) {
  .header__logo {
    max-width: 100px;
    min-width: 100px;
    height: 40px;
  }
}

@media (max-width: 991px) {
  .header__logo {
    max-width: 80px;
    min-width: 80px;
    height: 30px;
  }
}

.header__logo img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.header__rightside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

@media (max-width: 1199px) {
  .header__rightside {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}

@media (max-width: 991px) {
  .header__rightside {
    position: fixed;
    top: 0;
    right: -100%;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: var(--white);
    width: 215px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    max-height: 100%;
    padding: 20px 15px;
    pointer-events: none;
    z-index: -100;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }

  .header__rightside.is-open {
    right: -1px;
    pointer-events: auto;
    z-index: 7;
  }
}

@media (max-width: 1199px) {
  .header nav {
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  .header nav {
    margin: 0;
    width: 100%;
  }
}

.header__mob-close {
  display: none;
  padding: 10px;
  margin-bottom: 14px;
  margin-top: -10px;
  margin-right: -10px;
  margin-left: auto;
}

.header__mob-close img {
  height: 20px;
  width: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 991px) {
  .header__mob-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .header__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .header__menu>li {
    width: calc(100% - 23px);
    border-bottom: 1px solid rgba(45, 45, 45, 0.1);
  }

  .header__menu>li:last-of-type {
    border-bottom: none;
  }
}

.header__menu-item {
  position: relative;
}

.header__menu-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.header__menu-item-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  width: 12px;
  height: 12px;
  font-size: 12px;
}

@media(max-width: 991px) {
  .header__menu-item-arrow {
    position: relative;
    right: initial;
    top: initial;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    width: auto;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    margin-right: -10px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }

  .header__menu-item-arrow.is-open {
    -webkit-transform: translateY(0) scale(-1);
    -ms-transform: translateY(0) scale(-1);
    transform: translateY(0) scale(-1);
  }
}

.header__menu-item:first-of-type .header__menu-item-link {
  padding-left: 0;
}

.header__menu-item:last-of-type .header__menu-item-link {
  padding-right: 0;
}

.header__menu-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-style: italic;
  font-weight: 800;
  line-height: 22px;
  text-transform: uppercase;
  padding: 30px 12px;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  cursor: pointer;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

.has-child .header__menu-item-link {
  cursor: auto;
}

.header__menu-item-link:hover {
  color: var(--hover);
}

@media (max-width: 1440px) {
  .header__menu-item-link {
    font-size: 15px;
    padding: 30px 9px;
  }

}

@media (max-width: 1199px) {
  .header__menu-item-link {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .header__menu-item-link {
    padding: 16px 0;
    font-size: 14px;
    line-height: 16px;
  }
}

.header__menu-item-link svg {
  font-size: 12px;
}

@media (max-width: 991px) {
  .header__menu-item-link svg {
    margin-bottom: 2px;
  }
}

.header__menu-item-link.is-open svg {
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
}

.header__menu-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 170px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 16px;
  background: var(--white);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: -1;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

.header__menu-dropdown.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@media (max-width: 991px) {
  .header__menu-dropdown {
    position: relative;
    left: initial;
    top: initial;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    width: 100%;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding: 0 0 16px;
    z-index: 1;
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.header__menu-dropdown li a {
  font-size: 16px;
  font-style: italic;
  font-weight: 800;
  line-height: 22px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .header__menu-dropdown li a {
    line-height: 20px;
    font-weight: 400;
  }
}

.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 28px;
  -moz-column-gap: 28px;
  column-gap: 28px;
}

@media (max-width: 1199px) {
  .header__contacts {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}

@media (max-width: 991px) {
  .header__contacts {
    margin-top: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    row-gap: 24px;
    width: 100%;
  }
}

.header__tel {
  color: #FF0C49;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

@media (max-width: 1440px) {
  .header__tel {
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  .header__tel {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .header__tel {
    font-size: 18px;
    line-height: 23px;
  }
}

.header__tel--mob {
  display: none;
}

@media (max-width: 991px) {
  .header__tel--mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }
}

.header__tel:hover {
  color: var(--redHover);
}

.header__contacts-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}

@media (max-width: 1199px) {
  .header__contacts-btns {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .header__contacts-btns .btn {
    padding: 10px;
  }
}

@media (max-width: 991px) {
  .header__contacts-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 8px;
    width: 100%;
  }

  .header__contacts-btns .btn {
    width: 100%;
    padding: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    line-height: 16px;
  }
}

.burger {
  display: none;
  max-width: 20px;
  min-width: 20px;
  height: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 2px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.burger span {
  width: 20px;
  height: 2px;
  min-height: 1.5px;
  background: var(--blue);
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  position: relative;
  display: block;
  position: relative;
}

.is-active.burger span:nth-child(1) {
  -webkit-animation: ease 0.7s burgerTop forwards;
  animation: ease 0.7s burgerTop forwards;
}

.is-active.burger span:nth-child(2) {
  -webkit-animation: ease 0.7s burgerMidle forwards;
  animation: ease 0.7s burgerMidle forwards;
}

.is-active.burger span:nth-child(3) {
  -webkit-animation: ease 0.7s burgerBottom forwards;
  animation: ease 0.7s burgerBottom forwards;
}

.is-static.burger span:nth-child(1) {
  -webkit-animation: ease 0.7s burgerTop2 forwards;
  animation: ease 0.7s burgerTop2 forwards;
}

.is-static.burger span:nth-child(2) {
  -webkit-animation: ease 0.7s burgerMidle2 forwards;
  animation: ease 0.7s burgerMidle2 forwards;
}

.is-static.burger span:nth-child(3) {
  -webkit-animation: ease 0.7s burgerBottom2 forwards;
  animation: ease 0.7s burgerBottom2 forwards;
}

.is-fixed .header {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  /* -webkit-animation: toFixed 0.3s linear;
          animation: toFixed 0.3s linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; */
}

.is-fixed.main-page .header {
  animation: none;
}

/* .is-fixed .header__menu-item-link {
  padding: 17px 8px;
  font-size: 14px;
  line-height: 16px;
}
.is-fixed .header__logo {
  max-width: 110px;
  min-width: 110px;
  height: 38px;
}
.is-fixed .header__tel {
  font-size: 18px;
  line-height: 23px;
} */
.is-fixed.dropdown-open .header {
  width: 100%;
  margin: 0;
  padding-right: 8px;
}

.wrapper {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  padding-top: 83px;
}

@media (max-width: 991px) {
  .wrapper {
    padding-top: 55px;
  }
}

.footer {
  width: 100%;
  background: var(--white);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-top: 1px solid rgba(45, 45, 45, 0.1);
}

@media (max-width: 991px) {
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer__info-bottom {
  display: none;
}

@media (max-width: 991px) {
  .footer__info-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 0;
  }
}

.footer__map {
  width: 60%;
  height: 670px;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 1440px) {
  .footer__map {
    width: 55%;
  }
}

@media (max-width: 1024px) {
  .footer__map {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .footer__map {
    position: relative;
    top: initial;
    right: initial;
    width: 100%;
    height: 420px;
    z-index: 4;
  }
}

.footer__info {
  width: 100%;
}

.footer__info-wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 24px;
  max-width: 558px;
  min-width: 558px;
  height: 100%;
  position: relative;
  padding: 65px 0 40px;
  z-index: 2;
  background: var(--white);
}

@media (max-width: 1024px) {
  .footer__info-wp {
    max-width: 500px;
    min-width: 500px;
  }
}

.footer__info-wp::before {
  position: absolute;
  content: "";
  left: calc(100% - 1px);
  top: 0;
  height: 100%;
  width: 95px;
  background: url("/local/templates/vpl_template/css/../img/svg/footer-dec.svg") no-repeat;
  background-position-x: right;
  background-size: cover;
}

@media (max-width: 1440px) {
  .footer__info-wp::before {
    z-index: 3;
  }
}

@media (max-width: 991px) {
  .footer__info-wp::before {
    content: none;
  }
}

.footer__info-wp::after {
  position: absolute;
  content: "";
  left: -870px;
  bottom: 0;
  width: 1031px;
  height: 472px;
  background: url("/local/templates/vpl_template/css/../img/svg/step2.svg") no-repeat;
  z-index: 1;
}

@media (max-width: 1560px) {
  .footer__info-wp::after {
    left: -450px;
  }
}

@media (max-width: 1440px) {
  .footer__info-wp::after {
    left: -420px;
    background-position-x: right;
  }
}

@media (max-width: 767px) {
  .footer__info-wp::after {
    left: initial;
    right: -403px;
    bottom: 37px;
  }
}

@media (max-width: 991px) {
  .footer__info-wp {
    max-width: 100%;
    min-width: 100%;
    padding: 44px 0 15px;
    row-gap: 16px;
  }

  .footer__info-wp .footer__info-copy {
    display: none;
  }
}

.footer__title {
  color: var(--blue);
  font-family: "TT Mussels", sans-serif;
  font-size: 54px;
  line-height: 59px;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px;
}

@media (max-width: 991px) {
  .footer__title {
    margin-bottom: 8px;
    font-size: 26px;
    line-height: 29px;
  }
}

.footer__title span {
  color: var(--red);
}

.footer__marsh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 14px;
  -moz-column-gap: 14px;
  column-gap: 14px;
  padding: 9px 16px 9px 10px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 4px;
  z-index: 2;
}

.footer__marsh .arrow-svg {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.footer__marsh:hover {
  background: rgba(0, 0, 0, 0.03);
  color: var(--black);
}

.footer__marsh:hover .arrow-svg {
  -webkit-animation: svgAnim 0.3s linear;
  animation: svgAnim 0.3s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@media (max-width: 375px) {
  .footer__marsh {
    width: 100%;
  }
}

.footer__marsh-icon {
  max-width: 70px;
  min-width: 70px;
  height: 68px;
}

.footer__marsh-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 4px;
  max-width: 198px;
}

.footer__marsh-title {
  font-size: 16px;
  line-height: 18px;
}

@media (max-width: 991px) {
  .footer__marsh-title {
    font-size: 14px;
    line-height: 16px;
  }
}

.footer__marsh-link {
  color: var(--red);
  font-size: 16px;
  line-height: 18px;
}

@media (max-width: 991px) {
  .footer__marsh-link {
    font-size: 14px;
    line-height: 16px;
  }
}

.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  z-index: 2;
}

@media (max-width: 991px) {
  .footer__contacts {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-bottom: 8px;
  }
}

.footer__contacts-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 3px;
  font-size: 16px;
  line-height: 18px;
}

@media (max-width: 991px) {
  .footer__contacts-left {
    row-gap: 0;
    font-size: 14px;
    line-height: 16px;
  }
}

.footer__tel {
  color: #2D2D2D;
  font-size: 23px;
  font-weight: 700;
  line-height: 25px;
  white-space: nowrap;
  font-style: italic;
}

@media (max-width: 767px) {
  .footer__tel {
    font-size: 21px;
  }
}

.footer__tel:hover {
  color: var(--hover);
}

.footer__navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 135px;
  -moz-column-gap: 135px;
  column-gap: 135px;
  margin-bottom: 4px;
  z-index: 2;
}

@media (max-width: 991px) {
  .footer__navs {
    -webkit-column-gap: 82px;
    -moz-column-gap: 82px;
    column-gap: 82px;
    margin-bottom: 8px;
  }
}

.footer__navs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 16px;
}

@media (max-width: 991px) {
  .footer__navs ul {
    row-gap: 12px;
  }
}

.footer__navs-left a {
  font-size: 18px;
  font-style: italic;
  font-weight: 800;
  line-height: 22px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .footer__navs-left a {
    font-size: 16px;
    line-height: 16px;
  }
}

.footer__navs-right {
  font-size: 16px;
  font-style: italic;
  font-weight: 800;
  line-height: 22px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .footer__navs-right {
    font-size: 14px;
    line-height: 16px;
  }
}

.footer__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  z-index: 2;
}

@media (max-width: 767px) {
  .footer__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 8px;
  }
}

.footer__btns .btn {
  padding: 16px 24px;
}

@media (max-width: 767px) {
  .footer__btns .btn {
    width: 100%;
  }
}

.footer__info-copy {
  margin-top: 0px;
  font-size: 16px;
  line-height: 18px;
  z-index: 2;
  color: rgba(86, 86, 86, .5);
}

@media (max-width: 767px) {
  .footer__info-copy {
    font-size: 14px;
    line-height: 20px;
  }
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

@media (max-width: 991px) {
  .social {
    -webkit-column-gap: 7px;
    -moz-column-gap: 7px;
    column-gap: 7px;
  }
}

.social__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 43px;
  min-width: 43px;
  height: 42px;
  background: #F3F3F3;
  color: var(--blue);
  font-size: 22px;
}

@media (max-width: 991px) {
  .social__link {
    max-width: 38px;
    min-width: 38px;
    height: 38px;
    font-size: 20px;
  }
}

.social__link:hover {
  color: var(--redHover);
}

.homescreen {
  position: relative;
}

.homescreen__slide {
  height: 800px;
}

@media (max-width: 991px) {
  .homescreen__slide {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .homescreen__slide {
    height: 585px;
  }
}

.homescreen__slide-wp {
  position: relative;
  padding: 215px 0 247px;
  height: 100%;
}

@media (max-width: 991px) {
  .homescreen__slide-wp {
    padding: 150px 0;
  }
}

@media (max-width: 767px) {
  .homescreen__slide-wp {
    padding: 43px 0 120px;
  }
}

.homescreen__slide-wp::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 1440px;
  height: 100%;
  background: url("/local/templates/vpl_template/css/../img/content/ton.png") no-repeat;
  z-index: 1;
}

@media (max-width: 767px) {
  .homescreen__slide-wp::before {
    width: 1049px;
    right: -365px;
    opacity: .6;
  }
}

/*
.homescreen__slide-wp::after {
  position: absolute;
  content: "";
  left: 15.5%;
  top: 52px;
  width: 1440px;
  height: 206px;
  z-index: 1;
  background: url("/local/templates/vpl_template/css/../img/svg/home-text.svg") no-repeat;
}*/
@media (max-width: 1520px) {
  .homescreen__slide-wp::after {
    left: 18%;
  }
}

@media (max-width: 1440px) {
  .homescreen__slide-wp::after {
    left: 19%;
  }
}

@media (max-width: 1199px) {
  .homescreen__slide-wp::after {
    left: 49%;
    top: 142px;
  }
}

@media (max-width: 991px) {
  .homescreen__slide-wp::after {
    left: 50%;
    top: 77px;
  }
}

@media (max-width: 767px) {
  .homescreen__slide-wp::after {
    display: none;
  }
}

.homescreen__slide-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.homescreen__slide-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.homescreen__slide-img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.homescreen__slide-img picture {
  width: 100%;
  height: 100%;
}

.homescreen__slide-desc-wp {
  z-index: 2;
  position: relative;
}

@media (max-width: 767px) {
  .homescreen__slide-desc-wp {
    height: 100%;
  }

  .homescreen__slide-desc-wp .container {
    height: 100%;
  }
}

.homescreen__slide-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 806px;
}

@media (max-width: 767px) {
  .homescreen__slide-desc {
    height: 100%;
  }
}

.homescreen__slide-title {
  color: var(--white);
  font-family: "TT Mussels";
  font-size: 66px;
  font-style: italic;
  font-weight: 700;
  line-height: 73px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .homescreen__slide-title {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 33px;
  }
}

.homescreen__slide-text {
  max-width: 359px;
}

.homescreen__slide-text.content {
  margin: 0 0 48px;
}

@media (max-width: 767px) {
  .homescreen__slide-text.content {
    margin: 0 0 20px;
  }
}

.homescreen__slide-text.content p {
  color: var(--white);
  font-size: 18px;
  line-height: 26px;
}

@media (max-width: 767px) {
  .homescreen__slide-text.content p {
    line-height: 20px;
  }
}

.homescreen__slide-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

@media (max-width: 767px) {
  .homescreen__slide-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    row-gap: 12px;
    margin-top: auto;
  }
}

.homescreen__slide-btns .btn {
  font-size: 16px;
  font-style: italic;
  font-weight: 800;
  line-height: 22px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .homescreen__slide-btns .btn {
    font-size: 14px;
    line-height: 16px;
    width: 100%;
  }
}

.homescreen__slide-btns .btn--red {
  padding: 20px 40px;
}

@media (max-width: 767px) {
  .homescreen__slide-btns .btn--red {
    padding: 16px;
  }
}

.homescreen__slider-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 67px;
  z-index: 2;
  right: calc((100vw - 1444px) / 2);
}

@media (max-width: 1440px) {
  .homescreen__slider-arrows {
    right: calc((100vw - 1208px) / 2);
  }
}

@media (max-width: 1199px) {
  .homescreen__slider-arrows {
    right: 15px;
  }
}

@media (max-width: 767px) {
  .homescreen__slider-arrows {
    bottom: 12px;
    right: initial;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
  }
}

.homescreen__slider-arrows .slider-btn {
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 767px) {
  .homescreen__slider-arrows .slider-btn {
    color: var(--red);
  }
}

.programms__nav .swiper-pagination {
  color: #565656;
}

.programms__nav .swiper-pagination-current {
  color: #2D2D2D;
}

.programms__nav::before {
  content: '';
  position: absolute;
  height: 566px;
  width: 655px;
  display: block;
  left: -510px;
  bottom: 0;
  background-image: url(/local/templates/vpl_template/css/../img/content/triangle.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.programms__nav {
  background-color: #F5F5F5;
  position: relative;
}

.programms__nav .section__nav {
  margin: 0;
  margin-top: -10px;
}

.programms__nav .section__heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-direction: row;
  align-items: center;
}

.programms__mp {
  position: relative;
  background-color: #F5F5F5;
  border-top: 1px solid #2D2D2D1A;
}

.programms__mp .swiper-pagination {
  color: var(--black);
}

.programms__mp .swiper-pagination-current {
  color: #2D2D2D;
}

.programms__mp .section__subtitle {
  max-width: 560px;
}

.programms__mp::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 655px;
  height: 566px;
  background: url("/local/templates/vpl_template/css/../img/svg/blue-bg.svg") no-repeat;
  z-index: -1;
}

@media (max-width: 767px) {
  .programms__mp::after {
    left: -120px;
  }

  .programms__mp {
    background: var(--white) !important;
  }

  .programms__mp--nav .section__nav {
    margin: 0;
  }

  .programms__nav::before {
    left: -630px;
  }
}

.programms__slider {
  width: 100%;
  overflow: visible;
  opacity: 0;
}

.programms__slider .swiper-slide {
  width: 570px;
}

@media (max-width: 1440px) {
  .programms__slider .swiper-slide {
    width: 510px;
  }
}

@media (max-width: 1199px) {
  .programms__slider .swiper-slide {
    width: 570px;
  }
}

@media (max-width: 576px) {
  .programms__slider .swiper-slide {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.programms__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  row-gap: 16px;
  padding: 30px;
  height: 100%;
  overflow: hidden;
}

@media (max-width: 767px) {
  .programms__card {
    padding: 24px;
    row-gap: 12px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}

.programms__card:hover .programms__card-bg {
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}


.programms__card:hover .btn--white {
  padding-right: 0;
}

.programms__card:hover .btn--white .btn__inner {
  background: #EEE;
  color: var(--redHover);
  padding-right: 53px;
}

@media (max-width: 767px) {
  .programms__card:hover .btn--white .btn__inner {
    padding-right: 43px;
  }
}

.programms__card::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

.programms__card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 10px);
  height: 100%;
  z-index: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.programms__card-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.programms__card-top {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 16px;
}

@media (max-width: 767px) {
  .programms__card-top {
    row-gap: 12px;
  }
}

.programms__card-title {
  color: var(--white);
  font-family: "TT Mussels", sans-serif;
  font-size: 48px;
  font-style: italic;
  font-weight: 700;
  line-height: 53px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .programms__card-title {
    font-size: 24px;
    line-height: 26px;
  }
}

.programms__card-subtitle {
  color: var(--white);
  font-size: 20px;
  line-height: 28px;
}

@media (max-width: 767px) {
  .programms__card-subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}

.programms__card-bottom {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* row-gap: 24px; */
}

.programms__card-bottom .btn {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .programms__card-bottom {
    /* row-gap: 75px; */
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .programms__card-bottom .btn {
    margin-top: 75px;
  }
}

.programms__card-price {
  color: var(--white);
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
  margin-top: -10px;
}

@media (max-width: 768px) {
  .programms__card-price {
    font-size: 18px;
    line-height: 22px;
    margin-top: -5px;
  }
}

.program-card-footnote {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 19px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 2px;
}

@media (max-width: 768px) {
  .program-card-footnote {
    bottom: 6px;
    right: 6px;
    font-size: 14px;
    gap: 4px;
  }
}

.safety {
  padding: 80px 0 66px;
  background: -o-radial-gradient(50% 50%, 50% 50%, #260E1D 0%, #0D0E22 100%);
  background: radial-gradient(50% 50% at 50% 50%, #260E1D 0%, #0D0E22 100%);
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .safety {
    padding: 44px 0 34px;
  }

  .safety::before {
    position: absolute;
    content: "";
    right: -212px;
    bottom: 2px;
    background: url("/local/templates/vpl_template/css/../img/content/safety-dec.png") no-repeat;
    z-index: 0;
    width: 264px;
    height: 452px;
  }
}

.safety::after {
  position: absolute;
  content: "";
  right: -63px;
  top: -80px;
  width: 264px;
  height: 452px;
  background: url("/local/templates/vpl_template/css/../img/content/safety-dec.png") no-repeat;
  z-index: 0;
}

@media (max-width: 767px) {
  .safety::after {
    right: -212px;
    top: -90px;
  }
}

.safety__wp {
  display: grid;
  grid-template-columns: 470px auto;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .safety__wp {
    grid-template-columns: 100%;
    row-gap: 12px;
  }
}


.safety .section__title {
  color: var(--white);
  position: relative;
  z-index: 1;
}

.safety .section__title span {
  color: var(--blue);
}

.safety .section__heading {
  position: relative;
}

.safety .section__title {
  color: var(--blue);
}

.safety .section__title span {
  color: var(--red);
}

.safety .section__heading::before {
  position: absolute;
  content: '';
  left: -120px;
  top: 20px;
  width: 783px;
  height: 206px;
  background: url('/local/templates/vpl_template/css/../img/svg/жогово.svg') no-repeat;
  background-size: contain;
  background-position: left;
  z-index: 0;
  content: none;
}

@media(max-width: 1440px) {
  .safety .section__heading::before {
    left: 200px;
  }
}

@media(max-width: 1199px) {
  .safety .section__heading::before {
    left: 426px;
  }
}

@media(max-width: 991px) {
  .safety .section__heading::before {
    content: none;
  }
}

.safety__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 19px;
}

@media (max-width: 767px) {
  .safety__left {
    row-gap: 14px;
  }
}

.safety__title {
  position: relative;
  max-width: 330px;
  padding: 15px 13px 25px 15px;
  overflow: visible;
}

@media (max-width: 767px) {
  .safety__title {
    max-width: 250px;
  }
}

.safety__title::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("/local/templates/vpl_template/css/../img/content/safety-title.png") no-repeat;
  z-index: 0;
}

@media (max-width: 767px) {
  .safety__title::before {
    background-size: contain;
  }
}

.safety__title-text {
  color: var(--white);
  font-family: "TT Mussels", sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 25px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  margin: 3px 0 0 6px;
}

@media (max-width: 767px) {
  .safety__title-text {
    font-size: 15px;
    line-height: 18px;
  }
}

.safety__title-text span {
  font-weight: 700;
}

.safety__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 16px;
}

@media (max-width: 767px) {
  .safety__list {
    row-gap: 12px;
  }
}

.safety__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  color: var(--white);
  font-size: 20px;
  line-height: 28px;
}

@media (max-width: 767px) {
  .safety__list-item {
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    font-size: 14px;
    line-height: 16px;
  }
}

.safety__list-item--text {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.safety__list-icon {
  max-width: 40px;
  min-width: 40px;
  height: 40px;
}

@media (max-width: 767px) {
  .safety__list-icon {
    max-width: 35px;
    min-width: 35px;
    height: 35px;
  }
}

.safety__list-icon img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.safety__right {
  position: relative;
}

.safety__right-img {
  height: 309px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 840px;
}

@media (max-width: 767px) {
  .safety__right-img {
    position: relative;
    top: initial;
    left: initial;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
  }
}

.safety__right-img img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.safety__slider-wp {
  margin-top: 48px;
  padding-top: 36px;
  max-width: 1208px;
  position: relative;
}

@media (max-width: 991px) {
  .safety__slider-wp {
    padding-top: 36px;
  }

  .safety__slider-wp .section__nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
  }

  .safety__slider-wp .section__nav .slider-btn {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .safety__slider-wp {
    margin-top: 24px;
    padding-top: 30px;
  }

  .safety__slider-wp .section__nav {
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    margin-top: 24px;
  }
}

.safety__slider-wp::before {
  position: absolute;
  content: "";
  right: -110px;
  top: 0;
  width: 3000px;
  height: 378px;
  background: url("/local/templates/vpl_template/css/../img/svg/safety-slider-bg.svg") no-repeat;
  background-position: top right;
  background-size: cover;
  z-index: 0;
}

@media (max-width: 1199px) {
  .safety__slider-wp::before {
    right: -100px;
  }
}

.safety__slider {
  position: relative;
  z-index: 1;
  max-width: 1208px;
  margin: 0;
}

.safety__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 24px;
}

@media (max-width: 767px) {
  .safety__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
}

.safety__card-icon {
  max-width: 90px;
  min-width: 90px;
  height: 90px;
}

@media (max-width: 767px) {
  .safety__card-icon {
    max-width: 45px;
    min-width: 45px;
    height: 45px;
  }
}

.safety__card-icon img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.safety__card-text {
  max-width: 290px;
  color: var(--white);
  font-size: 20px;
  line-height: 28px;
}

@media (max-width: 767px) {
  .safety__card-text {
    font-size: 16px;
    line-height: 24px;
  }
}

.team__mp {
  position: relative;
  overflow: hidden;
}

.team__mp .section__heading {
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .team__mp .section__heading {
    position: inherit;
  }
}

.team__mp .section__title {
  color: var(--red);


  span {
    color: var(--blue);
  }
}

.team__mp::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 1031px;
  height: 472px;
  background: url("/local/templates/vpl_template/css/../img/svg/step2.svg") no-repeat;
  z-index: 0;
}

@media (max-width: 767px) {
  .team__mp::after {
    left: -711px;
  }
}

.team__mp .swiper-pagination {
  color: var(--black);
}

.team__mp .swiper-pagination-current {
  color: #2D2D2D;
}

.team__slider-wp {
  position: relative;
}

.team__slider-wp::before {
  position: absolute;
  content: "";
  right: -15px;
  bottom: 100%;
  background: url("/local/templates/vpl_template/css/../img/svg/best.svg") no-repeat;
  width: 788px;
  height: 132px;
  z-index: 0;
}

@media (max-width: 767px) {
  .team__slider-wp::before {
    content: none;
  }
}

.team__slider-wp::after {
  position: absolute;
  content: "";
  right: 130px;
  top: -394px;
  width: 400px;
  height: 576px;
  background: url("/local/templates/vpl_template/css/../img/svg/element3.svg") no-repeat;
  z-index: -1;
}

@media (max-width: 767px) {
  .team__slider-wp::after {
    content: none;
  }
}

.team__wp {
  position: relative;
}

.team__slider .swiper-slide {
  overflow: visible;
}

@media (min-width: 1440px) {
  .team__slider .swiper-slide {
    padding-right: 10px;
  }
}

@media (min-width: 1440px) {
  .team__slider.swiper {
    width: calc(100% + 70px);
  }
}

@media (min-width: 1440px) {
  .team__slider .swiper-wrapper {
    width: calc(100% + 20px);
    padding-right: 20px;
  }
}

@media (max-width: 1440px) {
  .team__slider {
    overflow: visible;
  }
}

@media (max-width: 576px) {
  .team__slider-wp {
    padding-left: 15px;
  }
}

.team__card-wp {
  padding: 212px 16px 0 0;
  width: 100%;
  position: relative;
}

@media (max-width: 767px) {
  .team__card-wp {
    padding: 184px 10px 0 0;
  }
}

.team__card:hover .team__card-img::before {
  opacity: 1;
}

.team__card:hover .team__card-name::before {
  background: #ECECEC;
}

.team__card-img {
  height: 212px;
  width: calc(100% + 6px);
  background: url("/local/templates/vpl_template/css/../img/content/team-bg2.png") no-repeat;
  background-size: cover;
  -webkit-mask-image: url("/local/templates/vpl_template/css/../img/svg/mask-team.svg");
  mask-image: url("/local/templates/vpl_template/css/../img/svg/mask-team.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1440px) {
  .team__card-img {
    width: calc(100% + 8px);
  }
}

@media (max-width: 1199px) {
  .team__card-img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .team__card-img {
    height: 184px;
  }
}

@media (max-width: 440px) {
  .team__card-img {
    width: calc(100% + 15px);
  }
}

.team__card-img::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(45, 45, 45, 0.4);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
}

.team__card-img img {
  height: 212px;
  width: 238px;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 2;
}

.team__card-name {
  position: relative;
  padding: 20px 0 22px 39px;
}

@media (max-width: 767px) {
  .team__card-name {
    padding: 24px 0 23px 29px;
  }
}

@media (max-width: 576px) {
  .team__card-name {
    padding: 24px 0 23px 50px;
  }
}

@media (max-width: 440px) {
  .team__card-name {
    padding: 24px 0 23px 30px;
  }
}

.team__card-name::before {
  position: absolute;
  content: "";
  width: calc(100% + 36px);
  height: calc(100% + 172px);
  left: -7px;
  bottom: 0;
  z-index: 0;
  background: rgba(236, 236, 236, 0.6);
  clip-path: polygon(20% 0%, 100% 0%, 100% 0%, 81% 100%, 0% 100%);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media (max-width: 767px) {
  .team__card-name::before {
    clip-path: polygon(20% 0%, 100% 0%, 98% 0%, 81% 100%, 0% 100%);
  }
}

@media (max-width: 576px) {
  .team__card-name::before {
    clip-path: none;
    -webkit-mask-image: url("/local/templates/vpl_template/css/../img/svg/mask-team.svg");
    mask-image: url("/local/templates/vpl_template/css/../img/svg/mask-team.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    width: calc(100% + 18px);
    left: 7px;
  }
}

@media (max-width: 440px) {
  .team__card-name::before {
    -webkit-mask-image: none;
    mask-image: none;
    clip-path: polygon(20% 0%, 100% 0%, 100% 0%, 81% 100%, 0% 100%);
    width: calc(100% + 37px);
    left: -2px;
  }
}

.team__card-name-text {
  color: var(--black);
  position: relative;
  z-index: 1;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  width: min-content;
}

@media (max-width: 767px) {
  .team__card-name-text {
    font-size: 16px;
    line-height: 16px;
  }
}

.founder__mp {
  padding: 80px 0 145px;
  background: -o-radial-gradient(50% 50%, 39.76% 82.37%, #321421 0%, #0D0E22 100%);
  background: radial-gradient(39.76% 82.37% at 50% 50%, #321421 0%, #0D0E22 100%);
  position: relative;
}

@media (max-width: 767px) {
  .founder__mp {
    padding: 44px 0;
  }
}

.founder__mp .section__title {
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.founder__mp .section__title img {
  width: 190px;
  height: 66px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 767px) {
  .founder__mp .section__title img {
    display: none;
  }
}

.founder__mp::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 518px;
  height: 424px;
  z-index: 3;
  background: url("/local/templates/vpl_template/css/../img/content/founder-pic.png") no-repeat;
}

@media (max-width: 991px) {
  .founder__mp::after {
    left: 57%;
    background-size: contain;
    background-position: center;
    width: 424px;
    height: 296px;
  }
}

@media (max-width: 767px) {
  .founder__mp::after {
    width: 222px;
    height: 181px;
    left: 50%;
    bottom: initial;
    top: 125px;
  }
}

.founder__mp::before {
  position: absolute;
  content: "";
  right: -560px;
  bottom: 0px;
  width: 655px;
  height: 566px;
  background: url("/local/templates/vpl_template/css/../img/svg/element1.svg") no-repeat;
  z-index: 3;
}

@media (max-width: 767px) {
  .founder__mp::before {
    right: -620px;
  }
}

.founder__bg {
  position: absolute;
  width: 100%;
  height: 207px;
  bottom: 0;
  left: 0;
  z-index: 2;
}

@media (max-width: 767px) {
  .founder__bg {
    position: relative;
    bottom: initial;
    left: initial;
    width: calc(100% + 30px);
    margin-left: -15px;
  }

  .founder__bg::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 200px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url("/local/templates/vpl_template/css/../img/svg/img-bg.svg") no-repeat;
    z-index: -1;
    background-size: cover;
  }
}

.founder__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  -o-object-position: top;
  object-position: top;
}

.founder__wp {
  display: grid;
  grid-template-columns: auto 416px;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

@media (max-width: 991px) {
  .founder__wp {
    position: relative;
    grid-template-columns: auto 275px;
  }

  .founder__wp::after {
    position: absolute;
    content: "";
    width: 1444px;
    height: 394px;
    right: -480px;
    top: 0;
    background: url("/local/templates/vpl_template/css/../img/svg/founder-bg-mob.svg") no-repeat;
    z-index: 0;
  }
}

@media (max-width: 767px) {
  .founder__wp {
    grid-template-columns: 100%;
    row-gap: 32px;
  }
}

.founder__desc {
  padding: 40px 0 0;
  position: relative;
}

@media (max-width: 767px) {
  .founder__desc {
    padding: 16px 0 0;
  }
}

.founder__desc.content {
  max-width: 100%;
  margin: 0;
}

.founder__desc.content blockquote {
  position: relative;
  z-index: 2;
  max-width: 526px;
  padding-left: 88px;
}

@media (max-width: 1440px) {
  .founder__desc.content blockquote {
    max-width: 490px;
  }
}

@media (max-width: 1199px) {
  .founder__desc.content blockquote {
    max-width: 390px;
  }
}

@media (max-width: 767px) {
  .founder__desc.content blockquote {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    row-gap: 68px;
    padding: 0;
  }

  .founder__desc.content blockquote::before {
    width: 41px;
    height: 30px;
    top: 53px;
  }
}

.founder__desc.content blockquote p {
  color: var(--white);
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .founder__desc.content blockquote p {
    font-size: 16px;
    line-height: 24px;
  }
}

.founder__desc.content blockquote cite {
  color: var(--white);
  font-family: "TT Mussels", sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 700;
  line-height: 24px;
  margin-top: 16px;
  display: block;
}

@media (max-width: 767px) {
  .founder__desc.content blockquote cite {
    font-size: 20px;
    line-height: 18px;
  }
}

.founder__desc::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 1444px;
  height: 394px;
  background: url("/local/templates/vpl_template/css/../img/svg/founder-desc-bg.svg") no-repeat;
  background-position: right top;
  z-index: 0;
}

@media (max-width: 991px) {
  .founder__desc::after {
    content: none;
  }
}

.founder__statistics {
  width: 100%;
  position: relative;
  padding: 50px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 29px;
}

@media (max-width: 991px) {
  .founder__statistics {
    padding: 40px 0 0 0;
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .founder__statistics {
    padding: 0;
    margin-left: 0;
    row-gap: 16px;
  }
}

.founder__statistics::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  right: 0px;
  width: 137px;
  height: 394px;
  background: url("/local/templates/vpl_template/css/../img/svg/statistic-bg.svg") no-repeat;
  z-index: 0;
  background-size: cover;
  z-index: 1;
}

@media (max-width: 991px) {
  .founder__statistics::before {
    content: none;
  }
}

.founder__statistics::after {
  position: absolute;
  content: "";
  width: calc(100% + 60px);
  left: -60px;
  top: 0;
  height: 394px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(226, 11, 65, 0.3)), to(rgba(124, 6, 36, 0.3)));
  background: -o-linear-gradient(right, rgba(226, 11, 65, 0.3) 0%, rgba(124, 6, 36, 0.3) 100%);
  background: linear-gradient(270deg, rgba(226, 11, 65, 0.3) 0%, rgba(124, 6, 36, 0.3) 100%);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  clip-path: polygon(14% 0%, 88% 0%, 100% 44.5%, 74% 100%, 0% 100%);
}

@media (max-width: 991px) {
  .founder__statistics::after {
    content: none;
  }
}

.founder__statistics-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: var(--white);
  font-family: "TT Mussels", sans-serif;
  font-size: 25px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .founder__statistics-title {
    font-size: 16px;
    line-height: 18px;
  }
}

.founder__statistics-title-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  color: var(--white);
  font-family: "TT Mussels", sans-serif;
  font-size: 92px;
  font-style: italic;
  font-weight: 700;
  line-height: 82px;
}

@media (max-width: 767px) {
  .founder__statistics-title-top {
    font-size: 55px;
    line-height: 53px;
  }
}

.founder__statistics-title-top span {
  margin-bottom: 12px;
  display: inline-block;
  font-size: 37px;
  line-height: 23px;
}

@media (max-width: 767px) {
  .founder__statistics-title-top span {
    margin: 7px;
    font-size: 20px;
    line-height: 15px;
  }
}

.founder__statistics-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  position: relative;
  z-index: 1;
}

.founder__statistics-social-item {
  height: 24px;
}

@media (max-width: 767px) {
  .founder__statistics-social-item {
    height: 20px;
  }
}

.founder__statistics-social-item:hover img {
  opacity: 0.6;
}

.founder__statistics-social-item img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.sert__mp {
  position: relative;
  overflow: hidden;
  padding: 76px 0;
}

@media (max-width: 767px) {
  .sert__mp {
    padding: 44px 0;
  }
}

.sert__mp .section__heading {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 30px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .sert__mp .section__heading {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    row-gap: 24px;
  }
}

.sert__mp .section__heading .btn {
  padding: 20px 40px;
  line-height: 22px;
  font-weight: 800;
  text-transform: uppercase;
  font-style: italic;
}

@media (max-width: 767px) {
  .sert__mp .section__heading .btn {
    padding: 16px;
    line-height: 16px;
  }
}

.sert__mp .section__title {
  text-align: center;
  font-size: 48px;
  line-height: 52px;
  max-width: 670px;
}

@media (max-width: 767px) {
  .sert__mp .section__title {
    font-size: 24px;
    line-height: 29px;
    text-align: left;
  }
}

@media (max-width: 375px) {
  .sert__mp .section__title {
    max-width: 280px;
  }
}

.sert__mp .section__title span {
  font-size: 54px;
  line-height: 59px;
}

@media (max-width: 767px) {
  .sert__mp .section__title span {
    font-size: 26px;
    line-height: 32px;
  }
}

.sert__mp::after {
  position: absolute;
  content: "";
  width: 1500px;
  height: 1221px;
  left: -150px;
  bottom: -335px;
  background: url("/local/templates/vpl_template/css/../img/svg/step4.svg") no-repeat;
  z-index: 0;
}

@media (max-width: 991px) {
  .sert__mp::after {
    left: -300px;
    bottom: -400px;
  }
}

@media (max-width: 767px) {
  .sert__mp::after {
    width: 419px;
    height: 484px;
    left: 0;
    bottom: -70px;
    background: url("/local/templates/vpl_template/css/../img/svg/step5.svg") no-repeat;
  }
}

.sert__mp::before {
  position: absolute;
  content: "";
  left: -115px;
  bottom: -149px;
  width: 264px;
  height: 452px;
  z-index: 1;
  background: url("/local/templates/vpl_template/css/../img/svg/element4.svg") no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .sert__mp::before {
    left: -227px;
  }
}

.sert__mp-wp {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 544px auto;
  -webkit-column-gap: 2px;
  -moz-column-gap: 2px;
  column-gap: 2px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1440px) {
  .sert__mp-wp {
    grid-template-columns: 520px auto;
  }
}

@media (max-width: 1199px) {
  .sert__mp-wp {
    grid-template-columns: 444px auto;
  }
}

@media (max-width: 991px) {
  .sert__mp-wp {
    grid-template-columns: 374px auto;
  }
}

@media (max-width: 767px) {
  .sert__mp-wp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    row-gap: 24px;
  }
}

.sert-img {
  width: 100%;
  height: 417px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .sert-img {
    height: 287px;
  }
}

@media (max-width: 767px) {
  .sert-img {
    height: 222px;
    margin: 0 auto;
  }
}

.sert-img img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.experience__mp {
  background: url("/local/templates/vpl_template/css/../img/content/experience-bg-main.jpg") no-repeat;
  background-position: left;
  padding: 80px 0 138px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: top;
}

@media (max-width: 767px) {
  .experience__mp {
    padding: 44px 0 164px;
  }
}

.experience__mp::after {
  position: absolute;
  content: "";
  /* right: 0; */
  right: -20%;
  bottom: 0;
  width: 2560px;
  height: 100%;
  background: url("/local/templates/vpl_template/css/../img/content/experience-bg.png") no-repeat;
  z-index: 0;
  background-position: bottom;
  background-size: cover;
}

@media (max-width: 1920px) {
  .experience__mp::after {
    right: -550px;
  }
}

@media (max-width: 1560px) {
  .experience__mp::after {
    right: -580px;
  }
}

@media (max-width: 1440px) {
  .experience__mp::after {
    right: -600px;
  }
}

@media (max-width: 1199px) {
  .experience__mp::after {
    right: -631px;
    bottom: -57px;
  }
}

@media (max-width: 991px) {
  .experience__mp::after {
    right: -831px;
    bottom: -57px;
  }
}

@media (max-width: 767px) {
  .experience__mp::after {
    height: 701px;
    right: -1189px;
    bottom: -64px;
    height: 701px;
  }
}

@media (max-width: 375px) {
  .experience__mp::after {
    background: url("/local/templates/vpl_template/css/../img/content/experience-bg-mob.png") no-repeat;
    width: 100%;
    height: 448px;
    right: 0;
    bottom: 0;
    background-size: cover;
  }
}

.experience__mp::before {
  position: absolute;
  content: "";
  width: 1033px;
  height: 337px;
  right: -227px;
  bottom: 0;
  background: url("/local/templates/vpl_template/css/../img/content/experience-car2.png") no-repeat;
  z-index: 1;
}

@media (max-width: 991px) {
  .experience__mp::before {
    width: 500px;
    height: 204px;
    bottom: 0;
    right: 0;
    background-size: contain;
    background-position: bottom;
  }
}

@media (max-width: 767px) {
  .experience__mp::before {
    width: calc(100% - 30px);
    height: 105px;
    right: 15px;
  }
}

.experience__mp .section__heading {
  margin-bottom: 110px;
}

@media (max-width: 991px) {
  .experience__mp .section__heading {
    margin-bottom: 24px;
  }
}

.experience__mp .section__title {
  color: var(--red);
}

.experience__mp .section__title span {
  color: var(--white);
}

.experience__card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 30px;
}

@media (max-width: 767px) {
  .experience__card {
    row-gap: 24px;
  }
}

.experience__card-title {
  padding-bottom: 10px;
  width: 100%;
  border-bottom: 3px solid #DA1F2A;
  color: var(--white);
  font-family: "TT Mussels", sans-serif;
  font-size: 38px;
  font-style: italic;
  font-weight: 700;
  line-height: 42px;
}

@media (max-width: 767px) {
  .experience__card-title {
    font-size: 22px;
    line-height: 24px;
  }
}

.experience__card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 24px;
}

@media (max-width: 767px) {
  .experience__card-list {
    row-gap: 16px;
  }
}

.experience__card-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

@media (max-width: 767px) {
  .experience__card-list li {
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    font-size: 14px;
    line-height: 16px;
  }
}

.experience__card-list li img {
  max-width: 40px;
  min-width: 40px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 767px) {
  .experience__card-list li img {
    max-width: 35px;
    min-width: 35px;
    height: 35px;
  }
}

.experience__slider {
  overflow: visible;
}

@media (max-width: 991px) {
  .experience__slider {
    overflow: hidden;
  }
}

.experience__slider .swiper-slide:nth-of-type(2) {
  margin-top: -110px;
}

@media (max-width: 991px) {
  .experience__slider .swiper-slide:nth-of-type(2) {
    margin-top: 0;
  }
}

.experience__slider .swiper-slide:nth-of-type(3) {
  margin-top: -228px;
}

@media (max-width: 991px) {
  .experience__slider .swiper-slide:nth-of-type(3) {
    margin-top: 0;
  }
}

.experience__slider .section__nav {
  margin-top: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .experience__slider .section__nav {
    position: relative;
    left: initial;
    bottom: initial;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }

  .experience__slider .section__nav .slider-btn {
    margin: 0;
  }
}

.promo__mp {
  padding: 174px 0;
  background: url("/local/templates/vpl_template/css/../img/content/promo-bg.jpg") no-repeat;
  background-size: cover;
  background-position: bottom;
  position: relative;
}

@media (max-width: 767px) {
  .promo__mp {
    padding: 44px 0 208px;
  }
}

.promo__mp::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 560px;
  height: 100%;
  background: url("/local/templates/vpl_template/css/../img/content/avtoLeft.png") no-repeat;
  background-position: bottom left;
  z-index: 1;
}

@media (max-width: 1440px) {
  .promo__mp::before {
    left: -150px;
  }
}

@media (max-width: 1199px) {
  .promo__mp::before {
    left: -200px;
  }
}

@media (max-width: 991px) {
  .promo__mp::before {
    left: -300px;
  }
}

@media (max-width: 767px) {
  .promo__mp::before {
    left: -400px;
  }
}

@media (max-width: 576px) {
  .promo__mp::before {
    width: 343px;
    height: 100%;
    left: -220px;
    top: 1px;
    background: url("/local/templates/vpl_template/css/../img/content/avtoLeft-mob.png") no-repeat;
    background-position: bottom right;
  }
}

.promo__mp::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 560px;
  height: 100%;
  background: url("/local/templates/vpl_template/css/../img/content/avtoRight.png") no-repeat;
  background-position: bottom left;
  z-index: 1;
}

@media (max-width: 1440px) {
  .promo__mp::after {
    right: -150px;
  }
}

@media (max-width: 1199px) {
  .promo__mp::after {
    right: -200px;
  }
}

@media (max-width: 991px) {
  .promo__mp::after {
    right: -300px;
  }
}

@media (max-width: 767px) {
  .promo__mp::after {
    right: -400px;
  }
}

@media (max-width: 576px) {
  .promo__mp::after {
    width: 343px;
    height: 100%;
    right: -240px;
    top: 1px;
    background: url("/local/templates/vpl_template/css/../img/content/avtoRight-mob.png") no-repeat;
    background-position: bottom left;
  }
}

.promo__mp-wp {
  position: relative;
}

.promo__mp-wp::after {
  position: absolute;
  content: "";
  width: 264px;
  height: 452px;
  right: 0;
  bottom: -311px;
  background: url("/local/templates/vpl_template/css/../img/svg/element5.svg") no-repeat;
  background-size: contain;
  z-index: 3;
}

@media (max-width: 767px) {
  .promo__mp-wp::after {
    right: -235px;
  }
}

.promo__mp .section__heading {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 24px;
  margin-bottom: 0;
}


.promo__mp .section__subtitle br {
  display: none;
}

@media (max-width: 767px) {
  .promo__mp .section__heading {
    row-gap: 16px;
  }

  .promo__mp .section__subtitle br {
    display: block;
  }

  .promo__mp .section__subtitle {
    text-align: center;
  }
}

.promo__mp .section__heading .btn {
  margin-top: 6px;
  padding: 20px 40px;
  font-weight: 800;
  line-height: 22px;
  text-transform: uppercase;
  font-style: italic;
}

@media (max-width: 767px) {
  .promo__mp .section__heading .btn {
    display: none;
  }

  .promo__mp .section__heading .btn--arrow {
    display: flex;
    width: 197px;
  }

  .btn--white-blue .btn__inner::after {
    right: 0;
  }
}

.promo__mp .section__title {
  text-align: center;
}

.promo__mp .section__title span {
  color: #2D2D2D;
}

.feedback__mp {
  background: #0D0E22;
  position: relative;
  z-index: 8;
}

.feedback__mp::after {
  position: absolute;
  content: "";
  width: 655px;
  height: 566px;
  background: url("/local/templates/vpl_template/css/../img/svg/blue-bg.svg") no-repeat;
  left: -90px;
  bottom: 0px;
  z-index: 0;
}

@media (max-width: 767px) {
  .feedback__mp::after {
    left: -112px;
  }
}

.feedback__wp {
  display: grid;
  grid-template-columns: 488px auto;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .feedback__wp {
    grid-template-columns: 100%;
    row-gap: 24px;
  }
}

.feedback__wp .section__heading {
  row-gap: 30px;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .feedback__wp .section__heading {
    margin-bottom: 16px;
    row-gap: 24px;
  }
}

.feedback__wp .section__title span {
  color: var(--white);
}

.feedback__wp .section__subtitle {
  color: var(--white);
}

@media (max-width: 767px) {
  .feedback__wp .section__subtitle br {
    display: none;
  }
}

.feedback__wp .field {
  margin-bottom: 8px;
}

.feedback__wp .field--select {
  min-height: 54px;
}

@media (max-width: 767px) {
  .feedback__wp .field--select {
    min-height: 40px;
  }
}

.feedback__wp .field__input {
  border-color: rgba(255, 255, 255, 0.3);
  color: var(--white);
}

@media (max-width: 767px) {
  .feedback__wp .field__input {
    height: 40px;
    font-weight: 500;
  }
}

.feedback__wp .field__input:hover {
  border-color: rgba(255, 255, 255, 0.7);
}

.feedback__wp .field__label {
  color: var(--white);
}

@media (max-width: 767px) {
  .feedback__wp .field__label {
    top: 13px;
    font-weight: 500;
  }
}

.feedback__wp .field.focus .field__label,
.feedback__wp .field.active .field__label {
  color: var(--white);
}

@media (max-width: 767px) {

  .feedback__wp .field.focus .field__label,
  .feedback__wp .field.active .field__label {
    top: 5px;
  }
}

.feedback__wp .is-required::after {
  color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 767px) {
  .feedback__wp .is-required::after {
    top: 13px;
    right: 16px;
  }
}

.feedback__wp .is-error .field__input {
  border-color: #C70838;
  background: rgba(199, 8, 56, 0.05);
  color: #C70838;
}

.feedback__wp .is-error .field__label {
  color: #C70838;
}

.feedback__wp .field.focus.is-error .field__label,
.feedback__wp .field.active.is-error .field__label {
  color: #C70838;
}

.feedback__wp .is-error.is-required::after {
  color: #C70838;
}

.feedback__wp .nice-select {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.3);
  height: 54px;
  line-height: 54px;
  min-height: 54px;
  color: var(--white);
}

@media (max-width: 767px) {
  .feedback__wp .nice-select {
    height: 40px;
    min-height: 40px;
    line-height: 40px;
    font-weight: 500;
    font-size: 16px;
    padding-left: 16px;
  }
}

.feedback__wp .nice-select:after {
  background: url("/local/templates/vpl_template/css/../img/svg/select-arrow2.svg") center center no-repeat;
}

@media (max-width: 767px) {
  .feedback__wp .nice-select.open .current {
    top: 5px;
  }
}

.feedback__wp .nice-select.open .current {
  color: rgba(255, 255, 255, 0.4);
}

.feedback__wp .form__submit {
  row-gap: 16px;
}

@media (max-width: 767px) {
  .feedback__wp .form__submit {
    row-gap: 12px;
    margin-top: 12px;
  }
}

.feedback__wp .form__submit .btn {
  max-width: 251px;
}

@media (max-width: 767px) {
  .feedback__wp .form__submit .btn {
    max-width: 100%;
  }
}

.feedback__wp .checkbox__input {
  border-color: rgba(255, 255, 255, 0.5);
}

.feedback__wp .checkbox__input:checked:after {
  background: url("/local/templates/vpl_template/css/../img/svg/checked-blue.svg") no-repeat center center;
  left: -1px;
  top: -1.3px;
}

.feedback__wp .checkbox__label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  padding-left: 10px;
}

@media (max-width: 767px) {
  .feedback__wp .checkbox__label {
    line-height: 120%;
  }
}

.feedback__wp .checkbox__label a {
  color: var(--blue);
}

.feedback__wp .checkbox__label a:hover {
  color: var(--hover);
}

.feedback__wp-right {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media (max-width: 991px) {
  .feedback__wp-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.feedback__wp-right img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.about .swiper-pagination {
  color: #565656;
}

.about .swiper-pagination-current {
  color: #2D2D2D;
}

@media (max-width: 767px) {
  .about .section__heading {
    margin-bottom: 16px;
    position: relative;
  }
}

@media (max-width: 767px) {
  .about.section--slider .section__nav {
    bottom: initial;
    top: calc(100% + 322px);
  }
}

@media (max-width: 576px) {
  .about.section--slider .section__nav {
    top: calc(100% + 320px);
  }
}

@media (max-width: 375px) {
  .about.section--slider .section__nav {
    top: calc(100% + 200px);
  }
}

.about .section__nav .slider-btn.no-active {
  pointer-events: none;
}

.about__slider {
  margin-bottom: 40px;
  overflow: visible;
  opacity: 0;
  min-height: 425px;
}

@media(max-width: 1199px) {
  .about__slider {
    min-height: 375px;
  }

}

@media(max-width: 991px) {
  .about__slider {
    min-height: 300px;
  }

}

@media(max-width: 375px) {
  .about__slider {
    min-height: 178px;
  }

}

/* .about__slider.swiper-initialized{
  opacity: 1;
} */
@media (max-width: 767px) {
  .about__slider {
    margin-bottom: 52px;
  }
}

.about__slider .swiper-slide.swiper-slide-active {
  width: 636px;
  min-height: 425px !important;
  max-height: 425px;
  margin-bottom: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media (max-width: 1199px) {
  .about__slider .swiper-slide.swiper-slide-active {
    width: 500px;
    min-height: 375px !important;
    max-height: 375px;
  }
}

@media (max-width: 991px) {
  .about__slider .swiper-slide.swiper-slide-active {
    width: 400px;
    min-height: 300px !important;
    max-height: 300px;
  }
}

@media (max-width: 767px) {
  .about__slider .swiper-slide.swiper-slide-active {
    width: 300px;
    height: 178px;
    margin-bottom: 0;
    max-height: 299px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-height: 300px !important;
  }
}

@media (max-width: 576px) {
  .about__slider .swiper-slide.swiper-slide-active {

    min-height: 300px !important;
  }
}

@media (max-width: 375px) {
  .about__slider .swiper-slide {
    min-height: 178px !important;
  }

  .about__slider .swiper-slide.swiper-slide-active {
    min-height: 178px !important;
  }
}

.about__slider .swiper-slide-active .about__slide-icon {
  width: 90px;
  height: 70px;
}

@media (max-width: 767px) {
  .about__slider .swiper-slide-active .about__slide-icon {
    width: 38px;
    height: 29px;
  }
}

.about__slider .swiper-slide:not(.swiper-slide-active) {
  width: 448px;
  max-height: 299px;
}

@media (max-width: 1199px) {
  .about__slider .swiper-slide:not(.swiper-slide-active) {
    width: 350px;
  }
}

@media (max-width: 991px) {
  .about__slider .swiper-slide:not(.swiper-slide-active) {
    width: 270px;
    max-height: 200px;
  }
}

@media (max-width: 767px) {
  .about__slider .swiper-slide:not(.swiper-slide-active) {
    width: 300px;
    max-height: 300px;
  }
}

@media (max-width: 576px) {
  .about__slider .swiper-slide:not(.swiper-slide-active) {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.about__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: 100%;
  overflow: hidden;
}

.about__slide>img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: all .3s ease-out;
}

.content.content--static img {
  margin: 30px 0;
}

@media(max-width: 767px) {
  .content.content--static img {
    margin: 24px 0;
  }
}

@media (max-width: 576px) {
  .about__slide>img {
    width: 100%;
  }
}

@media (max-width: 375px) {
  .about__slide>img {
    height: 178px;
    width: 100%;
  }
}

.about__slide::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(45, 45, 45, 0.4);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  z-index: 1;
}

.about__slide:hover::before {
  opacity: 1;
}

.about__slide:hover .about__slide-icon {
  opacity: 1;
}

.about__slide:hover>img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.about__slide-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 63px;
  height: 49px;
  opacity: 0;
  z-index: 2;
}

@media (max-width: 767px) {
  .about__slide-icon {
    width: 38px;
    height: 29px;
  }
}

.about__slide-icon img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.about .content {
  max-width: 970px;
  margin-left: 0;
}

.about .content blockquote {
  max-width: 970px;
  margin: 40px auto;
}

.about .content blockquote p {
  color: #565656;
  font-weight: 400;
}

@media (max-width: 576px) {
  .about .content {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .text__block {
    max-height: 139px;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -o-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
  }

  .text__block.is-open {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}

.text__block-wp {
  margin-bottom: 16px;
}

.text__block-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  font-size: 16px;
  line-height: 20px;
  display: none;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .text__block-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.text__block-btn svg {
  font-size: 12px;
  margin-bottom: 1px;
}

.text__block-btn.is-show svg {
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
}

.about__court {
  background: -o-radial-gradient(50% 50%, 39.76% 82.37%, #321421 0%, #0D0E22 100%);
  background: radial-gradient(39.76% 82.37% at 50% 50%, #321421 0%, #0D0E22 100%);
  position: relative;
  overflow: hidden;
}

@media (max-width: 1220px) {
  .about__court .about__court-slider {
    overflow: visible;
  }

  .about__court .swiper-slide {
    width: calc(100% + 16px);
  }
}

.about__court::after {
  position: absolute;
  content: "";
  width: 1983px;
  height: 378px;
  bottom: 0;
  left: 29%;
  background: url("/local/templates/vpl_template/css/../img/svg/about-court-bg.svg") no-repeat;
  background-position: left bottom;
  z-index: 0;
  background-size: cover;
}

@media (max-width: 1440px) {
  .about__court::after {
    left: 35%;
  }
}

@media (max-width: 1220px) {
  .about__court::after {
    left: 41%;
  }
}

@media (max-width: 991px) {
  .about__court::after {
    content: none;
  }
}

.about__court::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 655px;
  height: 566px;
  background: url("/local/templates/vpl_template/css/../img/svg/blue-bg.svg") no-repeat;
  z-index: 0;
}

@media (max-width: 767px) {
  .about__court::before {
    left: -110px;
  }
}

.about__court .section__title {
  color: var(--white);
}

.about__court .section__nav .slider-btn {
  margin: 0;
}

.about__court .section__heading {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about__court-slide {
  display: grid;
  grid-template-columns: auto 769px;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1220px) {
  .about__court-slide {
    grid-template-columns: auto 669px;
  }
}

@media (max-width: 991px) {
  .about__court-slide {
    grid-template-columns: 100%;
    row-gap: 40px;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 991px) {
  .about__court-text {
    padding-right: 15px;
  }
}

@media (max-width: 576px) {
  .about__court-text {
    padding: 0 15px;
  }
}

.about__court-text.content p {
  color: var(--white);
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 20px;
}

.about__court-text.content p:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .about__court-text.content p {
    font-size: 16px;
    line-height: 24px;
  }
}

.about__court-img {
  height: 320px;
  width: 100%;
  -webkit-mask-image: url("/local/templates/vpl_template/css/../img/svg/mask1.svg");
  mask-image: url("/local/templates/vpl_template/css/../img/svg/mask1.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

@media (max-width: 991px) {
  .about__court-img {
    -webkit-mask-size: 100%;
    mask-size: 100%;
    margin-top: auto;
  }
}

@media (max-width: 767px) {
  .about__court-img {
    -webkit-mask-size: auto;
    mask-size: auto;
  }
}

@media (max-width: 576px) {
  .about__court-img {
    height: 145px;
    margin-left: 15px;
  }
}

.about__court-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 16px;
}

.faq__list-item {
  border: 1px solid rgba(45, 45, 45, 0.1);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.faq__list-item.is-hide {
  display: none;
}

.faq__list-item.is-active {
  background: rgba(45, 45, 45, 0.1);
}

.faq__list-item.is-active .faq__list-item-btn {
  color: var(--white);
  background: var(--red);
}

.faq__list-item.is-active .faq__list-item-btn svg {
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
}

.faq__list-item-heading {
  cursor: pointer;
  padding: 30px 160px 30px 34px;
  position: relative;
}

@media (max-width: 767px) {
  .faq__list-item-heading {
    padding: 16px 70px 16px 30px;
  }
}

.faq__list-item-heading:hover .faq__list-item-btn {
  color: var(--white);
  background: var(--red);
}

.faq__list-item-text {
  color: #2D2D2D;
  font-family: "TT Mussels", sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 600;
  line-height: 32px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media (max-width: 767px) {
  .faq__list-item-text {
    font-size: 18px;
    line-height: 21px;
  }
}

.faq__list-item-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  padding: 10px 28px 10px 10px;
  background: rgba(45, 45, 45, 0.1);
  clip-path: polygon(30% 0%, 100% 0%, 100% 0%, 100% 100%, 0% 100%);
  font-size: 22px;
  color: var(--red);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: var(--redHover);
}

@media (max-width: 767px) {
  .faq__list-item-btn {
    width: 54px;
    height: 30px;
    padding: 10px 15px 10px 10px;
    font-size: 10px;
  }
}

.faq__list-item-dropdown {
  color: #2D2D2D;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  display: none;
  padding: 0 160px 24px 30px;
}

@media (max-width: 767px) {
  .faq__list-item-dropdown {
    padding: 8px 24px 16px 30px;
    font-size: 16px;
    line-height: 24px;
  }
}

.programm-detail {
  background: -o-radial-gradient(50% 50%, 39.76% 82.37%, #321421 0%, #0D0E22 100%);
  background: radial-gradient(39.76% 82.37% at 50% 50%, #321421 0%, #0D0E22 100%);
}

.programm-detail .section__title {
  color: var(--white);
  font-size: 66px;
  font-style: italic;
  line-height: 73px;
}

@media (max-width: 767px) {
  .programm-detail .section__title {
    font-size: 28px;
    line-height: 31px;
  }
}

@media (max-width: 767px) {
  .programm-detail .section__heading {
    margin-bottom: 16px;
  }
}

.programm-detail__wp {
  display: grid;
  grid-template-columns: auto 570px;
  -webkit-column-gap: 250px;
  -moz-column-gap: 250px;
  column-gap: 250px;
}

@media (max-width: 1440px) {
  .programm-detail__wp {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}

@media (max-width: 991px) {
  .programm-detail__wp {
    grid-template-columns: 100%;
    row-gap: 24px;
  }
}

.programm-detail__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 24px;
}

@media (max-width: 767px) {
  .programm-detail__left {
    row-gap: 16px;
  }
}

.programm-detail__left .btn {
  padding: 20px 40px;
  font-style: italic;
  font-weight: 800;
  line-height: 22px;
  text-transform: uppercase;
  margin-top: auto;
}

@media (max-width: 767px) {
  .programm-detail__left .btn {
    padding: 16px 12px;
    line-height: 16px;
  }
}

.programm-detail__title {
  color: var(--white);
  font-size: 18px;
  font-style: italic;
  font-weight: 800;
  line-height: 26px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .programm-detail__title {
    margin-bottom: 8px;
  }
}

.programm-detail__text {
  margin-bottom: 16px;
}

.programm-detail__text.content {
  color: var(--white);
}

@media (max-width: 767px) {
  .programm-detail__text.content {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  .programm-detail__text {
    margin-bottom: 0;
  }
}

.programm-detail__pic {
  height: 340px;
  position: relative;
  margin: auto 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 576px) {
  .programm-detail__pic {
    height: 290px;
  }
}

@media (max-width: 375px) {
  .programm-detail__pic {
    height: 173px;
  }
}

.programm-detail__pic:hover::before {
  opacity: 1;
}

.programm-detail__pic::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(45, 45, 45, 0.4);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  z-index: 0;
}

.programm-detail__pic>img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90px;
  height: 70px;
}

@media (max-width: 576px) {
  .play {
    width: 46px;
    height: 36px;
  }
}

.play img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.trainers {
  position: relative;
}

.trainers::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 1031px;
  height: 472px;
  background: url(/local/templates/vpl_template/css/../img/svg/step2.svg) no-repeat;
  z-index: -1;
}

@media (max-width: 767px) {
  .trainers::after {
    content: none;
  }
}

.trainers__wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 30px;
}

.trainers__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(45, 45, 45, 0.1);
  width: 100%;
}

@media (max-width: 991px) {
  .trainers__nav {
    width: calc(100% + 15px);
    overflow-x: auto;
    overflow-y: hidden;
  }

  .trainers__nav::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}

.trainers__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px 40px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}

@media (max-width: 991px) {
  .trainers__nav-item {
    white-space: nowrap;
  }
}

@media (max-width: 767px) {
  .trainers__nav-item {
    padding: 12px 24px;
    font-size: 16px;
    line-height: 16px;
  }
}

.trainers__nav-item::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: var(--redHover);
  z-index: 1;
}

@media (max-width: 991px) {
  .trainers__nav-item::after {
    bottom: 0;
  }
}

.trainers__nav-item:hover {
  color: var(--hover);
}

.trainers__nav-item:hover::after {
  background: #2181DC;
  width: 100%;
}

.trainers__nav-item.is-active {
  color: var(--red);
}

.trainers__nav-item.is-active::after {
  width: 100%;
}

.trainers__nav-item.is-active:hover {
  pointer-events: none;
}

.trainers__content {
  position: relative;
}

.trainers__content-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  pointer-events: none;
  display: grid;
  grid-template-columns: repeat(3, calc(33% - 16px));
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 48px;
}

@media (max-width: 1199px) {
  .trainers__content-item {
    grid-template-columns: repeat(3, calc(33% - 1px));
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    padding-right: 20px;
  }
}

@media (max-width: 1024px) {
  .trainers__content-item {
    grid-template-columns: repeat(2, calc(50% - 14px));
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 20px;
  }
}

@media (max-width: 767px) {
  .trainers__content-item {
    grid-template-columns: 100%;
    row-gap: 10px;
  }
}

@media (max-width: 576px) {
  .trainers__content-item {
    padding-right: 0;
  }
}

.trainers__content-item.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
  visibility: visible;
  position: relative;
  left: initial;
  top: initial;
}

.trainers__content-item .team__card-name {
  padding: 20px 0 22px 46px;
}

@media (max-width: 767px) {
  .trainers__content-item .team__card-name {
    padding: 20px 0 22px 77px;
  }
}

@media (max-width: 576px) {
  .trainers__content-item .team__card-name {
    padding: 20px 0 22px 57px;
  }
}

@media (max-width: 440px) {
  .trainers__content-item .team__card-name {
    padding: 20px 0 22px 37px;
  }
}

.trainers__content-item .team__card-name::before {
  clip-path: none;
  -webkit-mask-image: url("/local/templates/vpl_template/css/../img/svg/mask-team.svg");
  mask-image: url("/local/templates/vpl_template/css/../img/svg/mask-team.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  left: 0;
}

@media (max-width: 1199px) {
  .trainers__content-item .team__card-name::before {
    width: calc(100% + 45px);
  }
}

@media (max-width: 991px) {
  .trainers__content-item .team__card-name::before {
    left: 4px;
  }
}

@media (max-width: 767px) {
  .trainers__content-item .team__card-name::before {
    width: 100%;
  }
}

@media (max-width: 375px) {
  .trainers__content-item .team__card-name::before {
    -webkit-mask-size: 100%;
    mask-size: 100%;
    height: calc(100% + 140px);
  }
}

@media (max-width: 1199px) {
  .trainers__content-item .team__card-img {
    width: calc(100% + 25px);
  }
}

@media (max-width: 767px) {
  .trainers__content-item .team__card-img {
    width: calc(100% - 15px);
  }
}

.trainers-detail {
  background: -o-radial-gradient(50% 50%, 39.76% 82.37%, #321421 0%, #0D0E22 100%);
  background: radial-gradient(39.76% 82.37% at 50% 50%, #321421 0%, #0D0E22 100%);
  overflow: hidden;
}

.trainers-detail__wp {
  display: grid;
  grid-template-columns: 417px auto;
  -webkit-column-gap: 150px;
  -moz-column-gap: 150px;
  column-gap: 150px;
  position: relative;
}

@media (max-width: 991px) {
  .trainers-detail__wp {
    grid-template-columns: 100%;
    row-gap: 24px;
  }
}

.trainers-detail__wp::before {
  position: absolute;
  content: "";
  bottom: -80px;
  right: calc(100% - 497px);
  z-index: 0;
  background: -o-linear-gradient(228deg, rgba(217, 217, 217, 0.15) 13.36%, rgba(217, 217, 217, 0) 74.8%);
  background: linear-gradient(222deg, rgba(217, 217, 217, 0.15) 13.36%, rgba(217, 217, 217, 0) 74.8%);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  width: 1983px;
  height: calc(100% + 30px);
  clip-path: polygon(0% 0%, 100% 0%, 96.5% 100%, 0% 100%);
}

@media (max-width: 991px) {
  .trainers-detail__wp::before {
    content: none;
  }
}

.trainers-detail__left {
  position: relative;
  z-index: 1;
}

.trainers-detail__pic {
  height: 230px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url("/local/templates/vpl_template/css/../img/content/team-bg2.png") no-repeat;
  background-size: cover;
  -webkit-mask-image: url("/local/templates/vpl_template/css/../img/svg/mask-team.svg");
  mask-image: url("/local/templates/vpl_template/css/../img/svg/mask-team.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}

@media (max-width: 991px) {
  .trainers-detail__pic {
    padding-top: 0;
    width: 290px;
    height: 203px;
    position: relative;
    margin: 0 auto;
  }

  .trainers-detail__pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (max-width: 576px) {
  .trainers-detail__pic {
    margin: 0 auto;
  }
}

.trainers-detail__pic img {
  height: 212px;
  width: 300px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
  display: block;
}

.trainers-detail__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 20px;
}

.trainers-detail__title {
  color: var(--white);
  font-size: 18px;
  font-style: italic;
  font-weight: 800;
  line-height: 26px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .trainers-detail__title {
    font-size: 16px;
    line-height: 20px;
  }
}

.trainers-detail__text.content {
  color: var(--white);
}

.news__list {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 15px));
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 30px;
}

@media (max-width: 767px) {
  .news__list {
    grid-template-columns: 100%;
    row-gap: 16px;
  }
}

.news__list .content-nav {
  margin-top: 20px;
  grid-column: span 2;
}

@media (max-width: 767px) {
  .news__list .content-nav {
    grid-column: span 1;
    margin-top: 34px;
  }
}

.news__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  border: 1px solid #F0F0F0;
  row-gap: 40px;
}

@media (max-width: 767px) {
  .news__card {
    row-gap: 16px;
  }
}

.news__card:hover {
  background: rgba(45, 45, 45, 0.05);
  color: var(--black);
}

.news__card:hover .news__card-img.no-photo img {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
}

.news__card:hover .news__card-img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.news__card:hover .news__card-img::after {
  opacity: 1;
}

.news__card:hover .news__card-title {
  color: rgba(45, 45, 45, 0.8);
}

.news__card-img {
  position: relative;
  padding-top: 55.2%;
  width: 100%;
  overflow: hidden;
}

.news__card-img.no-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news__card-img.no-photo img {
  max-width: 60%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

@media (max-width: 767px) {
  .news__card-img {
    padding-top: 68%;
  }
}

.news__card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.news__card-img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(45, 45, 45, 0.4);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
}

.news__card-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 16px;
  padding: 0 30px 40px;
}

@media (max-width: 767px) {
  .news__card-desc {
    padding: 0 16px 16px;
    row-gap: 8px;
  }
}

.news__card-date {
  font-size: 16px;
  line-height: 18px;
}

@media (max-width: 767px) {
  .news__card-date {
    font-size: 14px;
    line-height: 16px;
  }
}

.news__card-title {
  color: #2D2D2D;
  font-family: "TT Mussels", sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 600;
  line-height: 35px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media (max-width: 767px) {
  .news__card-title {
    font-size: 18px;
    line-height: 22px;
  }
}

.news-detail .content p {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .news-detail .content p {
    margin-bottom: 16px;
  }
}

.news-detail .content p:last-of-type {
  margin-bottom: 0;
}

.news-detail .content p:last-of-type+ul {
  margin-top: 16px;
}

.news-other {
  border-top: 1px solid rgba(45, 45, 45, 0.1);
  position: relative;
}

.news-other::before {
  position: absolute;
  content: "";
  left: -51px;
  bottom: 0;
  width: 655px;
  height: 566px;
  background: url(/local/templates/vpl_template/css/../img/svg/blue-bg.svg) no-repeat;
  z-index: 0;
}

@media (max-width: 767px) {
  .news-other::before {
    left: -124px;
    bottom: -6px;
  }
}

@media (max-width: 767px) {
  .news-other::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 1031px;
    height: 472px;
    background: url(/local/templates/vpl_template/css/../img/svg/step2.svg) no-repeat;
    z-index: 0;
  }
}

.news-other .section__heading {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.news-other .swiper-pagination {
  color: var(--black);
}

.news-other .swiper-pagination-current {
  color: #2D2D2D;
}

.news-other .section__nav .slider-btn {
  margin-bottom: 0;
}

.news-other__slider {
  overflow: visible;
  width: 100%;
}

.news-other__slider .swiper-slide {
  width: 570px;
}

.news-other .news__card {
  height: 100%;
  background: var(--white);
}

.news-other .news__card:hover {
  background: rgba(45, 45, 45, 0.05);
}

.news-other .news__card-img {
  padding-top: 67%;
}

.not-found {
  width: 100%;
  background: var(--white);
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.not-found__body {
  padding: 70px 0 0;
}

.not-found__info {
  display: flex;
  justify-content: center;
  column-gap: 200px;
}

.not-found__info-left {
  display: flex;
  align-items: center;
  max-width: 430px;
}

.not-found__info-text {
  font-family: "TT Mussels", sans-serif;
  font-size: 38px;
  font-style: italic;
  font-weight: 700;
  line-height: 42px;
}

.not-found__info-text a {
  color: var(--blue);
}

.not-found__info-text a:hover {
  color: var(--hover);
}

.not-found__info-right {
  display: flex;
  align-items: end;
  height: 100%;
}

.not-found__info-right img {
  height: 100%;
  margin: 0 !important;
  object-fit: contain;
  object-position: bottom;
}

@media (max-width: 991px) {
  .not-found__info {
    flex-direction: column;
    align-items: center;
    row-gap: 50px;
  }
}

@media (max-width: 767px) {
  .not-found__body {
    padding: 44px 0 0;
  }

  .not-found__info-right {
    height: 300px;
  }

  .not-found__info-text {
    font-size: 22px;
    line-height: 24px;
  }
}

.not-found__body .content p {
  line-height: 22px;
  margin-bottom: 24px;
}

.not-found__body .content p.not-found__title {
  margin-bottom: 16px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .not-found__body .content .not-found__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .not-found__body .content .not-found__img img {
    margin: 0;
  }
}

.not-found__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}

@media (max-width: 767px) {
  .not-found__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    row-gap: 12px;
    margin-bottom: 20px;
  }
}

.not-found__buttons .btn {
  color: var(--white);
  padding: 16px 24px;
}

@media (max-width: 767px) {
  .not-found__buttons .btn {
    width: 100%;
  }
}

.cookies__wp {
  position: fixed;
  bottom: 40px;
  right: 0;
  width: fit-content;
  z-index: 999;
}

.cookies {
  max-width: 483px;
  padding: 16px;
  background: #2D2D2D;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(29, 30, 28, 0.05);
  box-shadow: 0px 4px 16px 0px rgba(29, 30, 28, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 10px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  /* margin-right: -100px; */
  margin-left: auto;
}

@media(max-width: 1650px) {
  .cookies {
    margin-right: 0;
  }
}

.cookies__text {
  color: var(--white);
  font-size: 14px;
  line-height: 18px;
  max-width: 335px;
}

.cookies__text a {
  color: var(--blue);
}

.cookies__text a:hover {
  color: var(--hover);
}

.cookies .btn {
  padding: 12px 16px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}

.about .text__block {
  max-height: fit-content;
}

.about .text__block-btn {
  display: none;
}

@-webkit-keyframes svgAnim {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  10% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }

  20% {
    -webkit-transform: translate(5px, -6px);
    transform: translate(5px, -6px);
  }

  50% {
    -webkit-transform: translate(10px, -10px);
    transform: translate(10px, -10px);
  }

  80% {
    -webkit-transform: translate(16px, -16px);
    transform: translate(16px, -16px);
  }

  100% {
    -webkit-transform: translate(22px, -22px);
    transform: translate(22px, -22px);
  }
}

@keyframes svgAnim {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  10% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }

  20% {
    -webkit-transform: translate(5px, -6px);
    transform: translate(5px, -6px);
  }

  50% {
    -webkit-transform: translate(10px, -10px);
    transform: translate(10px, -10px);
  }

  80% {
    -webkit-transform: translate(16px, -16px);
    transform: translate(16px, -16px);
  }

  100% {
    -webkit-transform: translate(22px, -22px);
    transform: translate(22px, -22px);
  }
}

@-webkit-keyframes burgerTop {
  0% {
    top: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    top: 5px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    top: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@keyframes burgerTop {
  0% {
    top: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    top: 5px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    top: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@-webkit-keyframes burgerBottom {
  0% {
    bottom: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    bottom: 5px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    bottom: 7px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@keyframes burgerBottom {
  0% {
    bottom: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    bottom: 5px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    bottom: 7px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@-webkit-keyframes burgerMidle {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes burgerMidle {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes burgerTop2 {
  0% {
    top: 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  50% {
    top: 4px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    top: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes burgerTop2 {
  0% {
    top: 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  50% {
    top: 4px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    top: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@-webkit-keyframes burgerBottom2 {
  0% {
    bottom: 4px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  50% {
    bottom: 4px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    bottom: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes burgerBottom2 {
  0% {
    bottom: 4px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  50% {
    bottom: 4px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    bottom: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@-webkit-keyframes burgerMidle2 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes burgerMidle2 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes toFixed {
  0% {
    position: relative;
    top: -83px;
  }

  100% {
    position: fixed;
    top: 0;
  }
}

@keyframes toFixed {
  0% {
    position: relative;
    top: -83px;
  }

  100% {
    position: fixed;
    top: 0;
  }
}

.error-form-message {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  color: var(--red);
  font-size: 14px;
  line-height: 18px;
}

.feedback__mp .nice-select .list {
  max-height: fit-content;
}

.captcha {
  /* display: none; */
  height: 0;
}

#contactUs .nice-select .list {
  max-height: fit-content;
}

.about__block {
  margin-bottom: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 70px;
  -moz-column-gap: 70px;
  column-gap: 70px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media(min-width: 1441px) {
  .about__block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

.about__block--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media(min-width: 1441px) {
  .about__block--reverse .about__block-info {
    order: 2;
  }
}

.about__block:last-of-type {
  margin-bottom: 0;
}

.about__block-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 48px;
}

.about__block-info p {
  font-size: 20px;
  line-height: 28px;
}

.about__block-informer {
  padding: 50px;
  background: #F2F2F2;
}

.about__block-informer p:last-of-type {
  margin-bottom: 0;
}

.about__block-informer p {
  color: #2D2D2D;
}

.about__block-info ul li {
  color: #2D2D2D;
}

.about__block-slider {

  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media(max-width: 1440px) {
  .about__block-slider {
    max-width: 570px;
  }
}

.about__block-pic {
  height: 350px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about__block-pic::after {
  position: absolute;
  content: '';
  right: -1px;
  bottom: -1px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .8);
  -webkit-clip-path: polygon(100% 50%, 50% 100%, 100% 100%);
  clip-path: polygon(100% 50%, 50% 100%, 100% 100%);
}

.about__block--reverse .about__block-pic::after {
  right: initial;
  left: -1px;
  -webkit-clip-path: polygon(0 50%, 0 100%, 50% 100%);
  clip-path: polygon(0 50%, 0 100%, 50% 100%);
}

.about__block-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 21px;
  right: 14px;
  z-index: 3;
}

.about__block--reverse .swiper__nav {
  right: initial;
  left: 14px;
}

.about__block-img {
  min-width: 425px;
  max-width: 425px;
  height: 248px;
  margin-right: 60px;
  margin: 0 auto;
}

.about__block-img img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.about__block--text .about__block-info {
  max-width: 570px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}

.about__block--text .about__block-info ul {
  margin: 0;
}

@media(max-width: 1440px) {
  .about__block-info p {
    font-size: 18px;
    line-height: 24px;
  }
}

@media(max-width: 1199px) {
  .about__block {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}

@media(max-width: 991px) {
  .about__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
  }

  .about__block--text {
    row-gap: 40px;
  }

  .about__block-img {
    margin: 0 auto;
  }
}

/* .about__block-informer p{
  max-width: 430px;
} */

@media(max-width: 767px) {
  .about__block {
    margin-bottom: 30px;
  }

  .about__block--text {
    margin-bottom: 40px;
  }

  .about__block-informer {
    padding: 20px 15px;
  }

  .about__block-info p {
    font-size: 16px;
    line-height: 24px;
  }

  .about__block-slider {
    max-width: 100%;
  }

  .swiper__nav {
    position: relative;
    left: initial;
    bottom: initial;
    right: initial;
    margin-top: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }

  .swiper__nav .swiper-pagination {
    color: #565656;
  }

  .swiper__nav .swiper-pagination-current {
    color: #2D2D2D;
  }

  .about__block-pic::after {
    -webkit-clip-path: polygon(100% 70%, 70% 100%, 100% 100%);
    clip-path: polygon(100% 70%, 70% 100%, 100% 100%);
  }

  .about__block--reverse .about__block-pic::after {
    -webkit-clip-path: polygon(0 70%, 0 100%, 30% 100%);
    clip-path: polygon(0 70%, 0 100%, 30% 100%);
  }

  .about__block-img {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    height: auto;
  }
}

@media(max-width: 576px) {
  .about__block-pic {
    height: 178px;
  }
}

.about__area {
  background: -o-radial-gradient(50% 50%, 39.76% 82.37%, #321421 0%, #0D0E22 100%);
  background: radial-gradient(39.76% 82.37% at 50% 50%, #321421 0%, #0D0E22 100%);
  position: relative;
}

.about__area::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 655px;
  height: 566px;
  background: url('/local/templates/vpl_template/css/../img/svg/blue-bg.svg') no-repeat;
  z-index: 0;
}

.about__area .section__heading {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

.about__area .section__title {
  color: var(--white);
}

.about__area .section__nav .slider-btn {
  margin-bottom: 0;
}

.about__area .section__nav {
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
}


.about__area .programms__card::before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.30)), to(rgba(0, 0, 0, 0.30)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
}

.about__area .btn--white .btn__inner {
  -webkit-clip-path: polygon(0% 0%, 95.5% 0%, 100% 45%, 90.5% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 95.5% 0%, 100% 45%, 90.5% 100%, 0% 100%);
}

@media (max-width: 768px) {
  .about__area .btn--white .btn__inner {
    -webkit-clip-path: polygon(0% 0%,
        calc(100% - 10px) 0%,
        100% 60%,
        calc(100% - 12px) 100%,
        0% 100%);
    clip-path: polygon(0% 0%,
        calc(100% - 10px) 0%,
        100% 60%,
        calc(100% - 12px) 100%,
        0% 100%);
  }
}

.about__area .programms__card:hover .programms__card-bg {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.about__area .programms__card .programms__card-bg {
  width: 100%;
}

@media(max-width: 767px) {
  .about__area::after {
    left: -112px;
  }

  .about__area .section__nav {
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
  }

  .about__area .section__heading {
    position: inherit;
  }

  .about__area .section__heading {
    margin-bottom: 16px;
  }
}

.header__menu-item-link.js-header-action-item-link {
  cursor: pointer;
}

.trainers-detail__btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}



.programm-descr__wp {
  display: flex;
  gap: 48px;
  align-items: start;
}

.programm-descr:has(.programm-descr__anim--drift) {
  padding-bottom: 0;
}

.programm-descr:has(.programm-descr__anim--drift) .programm-descr__main {
  margin-bottom: 30px;
}

.programm-descr__anim--drift {
  position: relative;
  margin-top: auto;
  display: flex;
  align-items: center;
}

.programm-descr__anim--drift svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.programm-descr__anim {
  max-width: 513px;
  min-width: 513px;
  height: 326px;
}

.programm-descr__anim video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.programm-descr__main {
  max-width: 608px;
  width: 100%;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #565656;
}

@media (max-width: 991px) {
  .programm-descr__wp {
    flex-direction: column-reverse;
    gap: 24px;
  }

  .programm-descr:has(.programm-descr__anim--drift) .programm-descr__main {
    margin-bottom: 0;
  }

  .programm-descr__main {
    max-width: none;
    min-width: auto;
    font-size: 16px;
    line-height: 24px;
  }

  .programm-descr__anim {
    max-width: 100%;
    min-width: 100%;
  }

  .programm-descr__anim--drift {
    margin-bottom: -80px;
  }

  .programm-descr__anim--drift svg {
    bottom: 0;
    position: relative;
    bottom: initial;
    left: initial;
  }
}

@media (max-width: 767px) {
  .programm-descr__anim {
    height: auto;
  }

  .programm-descr__anim--drift {
    margin-bottom: -44px;
    height: 200px;
  }


}

@media (max-width: 375px) {
  .programm-descr__anim--drift {
    height: auto;
    margin-top: -60px;
  }
}

.programm-for {
  background: linear-gradient(180deg, #121225 0%, #322939 100%);
}

.programm-for .section__title {
  color: var(--white);
}

.programm-for__wp {
  display: flex;
  gap: 20px;
  align-items: end;
}

.programm-for__main {
  width: 100%;
  position: relative;
  z-index: 2;
}

.programm-for__main-text {
  margin-bottom: 24px;
  font-style: italic;
  font-weight: 800;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: #FFFFFF;
  max-width: 760px;
}

.programm-for__main-text span {
  color: #00BAF2;
}

.programm-for__main-opps {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media(max-width: 767px) {
  .programm-for__main-opps {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    row-gap: 15px;
  }
}

.programm-for__main-opps-opp {
  width: 100%;
}

.programm-for__main-opps-opp-img {
  min-width: 90px;
  max-width: 90px;
  height: 90px;
  margin-bottom: 24px;
}

.programm-for__main-opps-opp-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.programm-for__main-opps-opp-title {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
}

.programm-for__main-opps-opp-desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
}

.programm-for {
  padding-bottom: 68px;
  position: relative;
  overflow: hidden;
}

.programm-for::after {
  position: absolute;
  content: "";
  right: 91px;
  top: -210px;
  width: 264px;
  height: 452px;
  background: url(/local/templates/vpl_template/css/../img/content/for-dec.png) no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 0;
}

.programm-for__wp {
  position: relative;
}

.programm-for__quote {
  min-width: 441px;
  max-width: 441px;
}

.programm-for__quote blockquote {
  z-index: 2;
  position: relative;
}

.programm-for__quote::after {
  position: absolute;
  content: "";
  left: calc(100% - 510px);
  top: 0;
  width: 2023px;
  height: calc(100% + 68px);
  background: url(/local/templates/vpl_template/css/../img/content/for-quote.png) no-repeat;
  background-position: top left;
  background-size: cover;
  z-index: 1;
}

.programm-for__quote blockquote p {
  color: var(--white);
}

.programm-for__quote blockquote cite {
  color: var(--white);
  font-family: 'TT Mussels';
  font-style: italic;
  font-weight: 700;
  font-size: 28px;
  line-height: 24px;
  color: var(--white);
}


@media (max-width: 991px) {
  .programm-for__wp {
    flex-direction: column;
    align-items: start;
    gap: 30px;
  }

  .programm-for__quote {
    max-width: none;
    min-width: auto;
    padding-top: 34px;
    position: relative;
  }

  .programm-for__quote::after {
    bottom: unset;
    top: 0px;
    left: unset;
    right: -203px;
    height: calc(100% + 44px);
  }

  .programm-for .section__heading {
    position: relative;
    z-index: 2;
  }

  .programm-for::after {
    right: -90px;
  }

  .programm-for {
    padding-bottom: 44px;
  }

  .programm-for__quote blockquote cite {
    font-size: 20px;
    line-height: 18px;
  }

  .programm-for__main-text {
    max-width: none;
    font-size: 16px;
    line-height: 20px;
  }

  .programm-for__main-opps {
    flex-direction: column;
    align-items: start;
  }

  .programm-for__main-opps-opp-img {
    max-width: 50px;
    min-width: 50px;
    height: 50px;
    margin-bottom: 16px;
  }

  .programm-for__main-opps-opp-title {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
  }

  .programm-for__main-opps-opp-desc {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 768px) {
  .programm-for__quote.content blockquote {
    padding-top: 52px;
  }

  .programm-for__quote.content blockquote {}

  .programm-for__quote.content blockquote {}
}

.programm-learn .swiper-pagination {
  color: #565656;
}

.programm-learn .swiper-pagination span {
  color: #565656;
}

.programm-learn {
  position: relative;
  border-bottom: 1px solid #2D2D2D1A;
}

.programm-learn .section__nav {
  margin: 0;
}

.programm-learn .section__heading {
  flex-direction: row;
  row-gap: 20px;
  justify-content: space-between;
  align-items: center;
}

.programm-learn__slider {
  overflow: visible;
}

.programm-learn__slider-slide {
  padding: 212px 10px 0 0;
  width: 100%;
  height: 100%;
  position: relative;
}

@media (max-width: 767px) {
  .programm-learn__slider-slide {
    padding: 184px 10px 0 0;
  }

  .programm-learn .section__nav {
    bottom: 38px;
  }

  .programm-learn .slider-btn {
    padding: 0;
  }
}

@media (min-width: 769px) {
  .programm-learn .container {
    padding: 0;
  }
}


.programm-learn__slider-slide-img {
  height: 212px;
  width: calc(100% + 6px);
  clip-path: polygon(13% 0%, 100% 0%, 100% 0%, 87% 100%, 0% 100%);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1440px) {
  .programm-learn__slider-slide-img {
    width: calc(100% + 8px);
  }
}

@media (max-width: 1199px) {
  .programm-learn__slider-slide-img {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .programm-learn__slider-slide-img {
    clip-path: polygon(13% 0%, 100% 0%, 100% 0%, 86% 100%, 0% 100%);
  }
}

@media (max-width: 767px) {
  .programm-learn__slider-slide-img {
    height: 184px;
    clip-path: polygon(12% 0%, 100% 0%, 100% 0%, 88% 100%, 0% 100%);
  }
}

@media (max-width: 576px) {
  .programm-learn .container {
    padding: 0 15px;
  }

  .programm-learn .section__heading {
    padding: 0;
  }
}

@media (max-width: 440px) {
  .programm-learn__slider-slide-img {
    width: calc(100%);
  }
}

.programm-learn__slider-slide-img::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(45, 45, 45, 0.4);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
}

.programm-learn__slider-slide-img img {
  height: 212px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 2;
}

.programm-learn__slider-slide-name {
  position: relative;
  padding: 20px 70px 22px 39px;
  height: 100%;
}

@media (max-width: 767px) {
  .programm-learn__slider-slide-name {
    padding: 24px 0 23px 29px;
  }
}

@media (max-width: 576px) {
  .programm-learn__slider-slide-name {
    padding: 24px 0 23px 50px;
  }

  .programm-learn__slider-slide-img img {
    height: 100%;
  }
}

@media (max-width: 440px) {
  .programm-learn__slider-slide-name {
    padding: 24px 0 23px 30px;
  }
}

.programm-learn__slider-slide-name::before {
  position: absolute;
  content: "";
  width: calc(100% + 36px);
  height: calc(100% + 172px);
  left: -7px;
  bottom: 0;
  z-index: 0;
  background: rgba(236, 236, 236, 0.6);
  clip-path: polygon(20% 0%, 100% 0%, 100% 0%, 84.4% 100%, 0% 100%);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media (max-width: 767px) {
  .programm-learn__slider-slide-name::before {
    clip-path: polygon(20% 0%, 100% 0%, 98% 0%, 85% 100%, 0% 100%);
  }
}

@media (max-width: 576px) {
  .programm-learn__slider-slide-name::before {
    clip-path: polygon(20% 0%, 100% 0%, 100% 0%, 86% 100%, 0% 100%);
    width: calc(100% + 18px);
    height: calc(100% + 150px);
    left: 7px;
  }
}

@media (max-width: 440px) {
  .programm-learn__slider-slide-name::before {
    -webkit-mask-image: none;
    mask-image: none;
    width: calc(100% + 25px);
    left: -2px;
  }
}

.programm-learn__slider-slide-name-text {
  color: var(--black);
  position: relative;
  z-index: 1;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 767px) {
  .programm-learn__slider-slide-name-text {
    font-size: 16px;
    line-height: 16px;
    padding-right: 30px;
  }
}

.programm-learn__slider .swiper-slide {
  overflow: visible;
}

@media (min-width: 1440px) {
  .programm-learn__slider .swiper-slide {
    padding-right: 10px;
  }
}

@media (min-width: 1440px) {
  .programm-learn__slider.swiper {
    width: calc(100% + 70px);
  }
}

@media (min-width: 1440px) {
  .programm-learn__slider .swiper-wrapper {
    width: calc(100% + 20px);
    padding-right: 20px;
  }
}

@media (max-width: 1440px) {
  .programm-learn__slider {
    overflow: visible;
  }
}

@media (max-width: 576px) {
  .programm-learn__slider-wp {
    padding-left: 15px;
  }
}

.nav-home__title {
  margin-bottom: 40px;
}

.nav-home__title h1 {
  font-family: 'TT Mussels';
  font-style: italic;
  font-weight: 700;
  font-size: 66px;
  line-height: 73px;
  color: #FFFFFF;
}

.nav-home {
  background: radial-gradient(39.76% 82.37% at 50% 50%, #321421 0%, #0D0E22 100%);
}

.nav-home__wp {
  display: flex;
  align-items: start;
  column-gap: 250px;
  row-gap: 24px;
}

@media (max-width: 1440px) {
  .nav-home__wp {
    column-gap: 30px;
  }
}

.nav-home__main-title {
  margin-bottom: 24px;
  font-style: italic;
  font-weight: 800;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.nav-home__main {
  width: 100%;
}

.nav-home__main-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
}

/* .nav-home__images-slider {
  clip-path: polygon(100% 0, 100% 51%, 54% 100%, 0 100%, 0 0);
} */

.nav-home__images-slider::after {
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  background: url('/local/templates/vpl_template/css/../img/svg/nav-home__images-slider-bg.svg') no-repeat;
  background-size: contain;
  width: 260px;
  height: 166px;
  z-index: 1;
}

@media(max-width: 991px) {
  .nav-home__images-slider::after {
    width: 80px;
    height: 51px;
  }

}

.nav-home__images {
  max-width: 570px;
  min-width: 570px;
  width: 100%;
  position: relative;
}

.nav-home__images-slider-slide {
  height: 340px;
}

.nav-home__images-slider-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.nav-home__images-nav {
  position: absolute;
  display: flex;
  gap: 12px;
  align-items: center;
  bottom: 30px;
  right: 30px;
  z-index: 4;
}

@media (max-width: 991px) {
  .nav-home__title h1 {
    font-size: 28px;
    line-height: 31px;
  }

  .nav-home__title {
    margin-bottom: 16px;
  }

  .nav-home__main-title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 26px;
  }

  .nav-home__main-text {
    font-size: 16px;
    line-height: 20px;
  }

  .nav-home__wp {
    flex-direction: column;
    gap: 24px;
  }

  .nav-home__images-nav .slider-btn {
    padding: 0;
  }

  .nav-home__images-nav .swiper-pagination {
    display: flex;
  }

  /* .nav-home__images-slider {
    clip-path: polygon(100% 0, 100% 73%, 72% 100%, 0 100%, 0 0);
  } */

  .nav-home__images-nav {
    bottom: 0;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }

  .nav-home__images {
    padding-bottom: 50px;
    max-width: 290px;
    min-width: auto;
    width: 100%;
    margin: 0 auto;
  }

  .nav-home__images-slider-slide {
    height: 178px;
  }
}

.path .section-heading h2 {
  color: #00BAF2;
}

.faq__list-item-dropdown-content img {
  margin-left: 0;
  margin-right: 0;
}

.faq__list-item-dropdown-content-path-item-num {
  position: absolute;
  background-color: #DA1F2A;
  padding-left: 33px;
  padding-top: 18px;
  padding-bottom: 18px;
  top: 0;
  left: 0;
  padding-right: 61px;
  font-family: 'TT Mussels';
  font-style: italic;
  font-weight: 600;
  font-size: 32px;
  line-height: 35px;
  color: #FFFFFF;
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
}

.faq__list-item-dropdown-content-path-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 0;
}

.faq__list-item-dropdown-content-path-item {
  height: 300px;
  position: relative;
}

.faq__list-item-dropdown-content-path {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 48px;
}

.faq__list-item-dropdown-content {
  max-width: 922px;
  margin: 0;
}

.faq__list-item-dropdown-content.content p {
  color: #2D2D2D;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 16px;
}

.faq__list-item-dropdown-content.content ol>li {
  color: #2D2D2D;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 8px;
}

.faq__list-item-dropdown-content.content ul>li {
  color: #2D2D2D;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 8px;
}

.faq__list-item-dropdown-content.content ul {
  margin-bottom: 16px;
}

.faq__list-item-dropdown-content.content ol {
  margin-bottom: 16px;
}

.faq__list-item-dropdown-content.content h5 {
  margin-top: 48px;
  margin-bottom: 30px;
}

.faq__list-item-dropdown-content.content *:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 769px) {
  .faq__list-item-dropdown-content.content p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px;
  }

  .faq__list-item-dropdown-content.content h5 {
    margin-top: 24px;
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 20px;
  }

  .faq__list-item-dropdown-content-path-item-num {
    padding: 9px 27px 8px 14px;
    font-size: 18px;
    line-height: 20px;
  }

  .faq__list-item-dropdown-content-path-item {
    height: fit-content;
  }

  .faq__list-item-dropdown-content-path-item img {
    height: auto;
  }

  .faq__list-item-dropdown-content-path {
    gap: 8px;
    grid-template-columns: 1fr;
    margin-bottom: 24px;
  }

  .faq__list-item-dropdown-content.content ol>li {
    font-size: 16px;
    line-height: 20px;
  }

  .faq__list-item-dropdown-content.content ul>li {
    font-size: 16px;
    line-height: 20px;
  }

  .faq__list-item-dropdown-content.content ul {
    margin-bottom: 12px;
  }

  .faq__list-item-dropdown-content.content ol {
    margin-bottom: 12px;
  }
}

.promo__mp--path .promo__mp-wp {
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  .promo__mp--path::before {
    left: 0;
  }

  .promo__mp--path::after {
    right: 0;
  }
}


.promo__mp--path .promo__mp-wp::after {
  content: none;
}

.promo__mp--path {
  overflow: hidden;
  height: 610px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.promo__mp--path .btn {
  padding: 0 8px 0 0 !important;
  margin-top: 0 !important;
}

.promo__mp--path .btn:hover {
  padding-right: 0 !important;
}

.promo__mp--path .btn__inner {
  background-color: #F3F3F3;
}

.promo__mp-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
}

@media (max-width: 768px) {
  .promo__mp--path {
    height: fit-content;
    padding-bottom: 152px;
  }

  .promo__mp-buttons {
    flex-direction: column;
    gap: 8px;
    align-items: center;
  }
}

.programm-detail__list {
  margin-top: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(25% - 14px) 18px calc(25% - 14px) 18px calc(25% - 14px) 18px calc(25% - 14px);
  grid-template-columns: repeat(4, calc(25% - 14px));
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px;
  row-gap: 10px;
}

.programm-detail__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  font-family: "Overpass", sans-serif;
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.programm-detail__list-item img {
  max-width: 70px;
  min-width: 70px;
  height: 70px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media(max-width: 1199px) {
  .programm-detail__list {
    grid-template-columns: repeat(2, calc(50% - 9px));
  }
}


@media(max-width: 767px) {
  .programm-detail__list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    margin-top: 30px;
  }

  .programm-detail__list-item {
    font-size: 16px;
    line-height: 24px;
  }

  .programm-detail__list-item img {
    max-width: 50px;
    min-width: 50px;
    height: 50px;
  }
}


.sert__wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 170px;
  -moz-column-gap: 170px;
  column-gap: 170px;
}

.sert__wp-leftside {
  max-width: 450px;
  min-width: 450px;
  height: 346px;
  position: relative;
}

.sert__wp-leftside::before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  width: 618px;
  height: 350px;
  z-index: 0;
  background: url('/local/templates/vpl_template/css/../img/svg/sert-page.svg') no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sert__wp-leftside img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 1;
  position: relative;
}

.sert__wp-rightside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 30px;
  max-width: 700px;
}

.sert__wp-title {
  color: #DA1F2A;
  font-family: "TT Mussels", sans-serif;
  font-size: 34px;
  font-style: italic;
  font-weight: 700;
  line-height: 42px;
  text-transform: uppercase;
}

.sert__wp-text {
  color: #2D2D2D;
  font-family: 'Overpass', sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 32px;
}

.programms--sert {
  background: transparent;
  border-top: none;
  padding-top: 0;
}

.conditions__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  row-gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.conditions__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 24px;
  color: #2D2D2D;
  font-family: 'Overpass', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  max-width: 270px;
  min-width: 270px;
}

@media(max-width: 1440px) {

  .conditions__list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(4, calc(25% - 38px));
  }

  .conditions__item {
    max-width: 100%;
    min-width: 100%;
  }
}

.conditions__item img {
  height: 90px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -o-object-fit: contain;
  object-fit: contain;
}

@media(max-width: 991px) {
  .sert__wp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    row-gap: 24px;
  }

  .conditions__list {
    grid-template-columns: repeat(2, calc(50% - 25px));
    row-gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .conditions__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .sert__wp-leftside {
    margin: 0 auto;
  }

  .sert__wp-rightside {
    max-width: 100%;
  }
}

@media(max-width: 767px) {
  .sert__wp-rightside {
    row-gap: 16px;
  }

  .sert__wp-title {
    font-size: 21px;
    line-height: 25px;
  }

  .conditions__list {
    grid-template-columns: 100%;
  }

  .sert__wp-text {
    font-size: 16px;
    line-height: 24px;
  }

  .conditions__item {
    max-width: 100%;
    min-width: 100%;
    row-gap: 16px;
    font-size: 16px;
    line-height: 20px;
  }

  .conditions__item img {
    height: 60px;
  }
}

@media(max-width: 576px) {
  .sert__wp-leftside {
    max-width: 100%;
    min-width: 100%;
    height: auto;
  }

  .sert__wp-leftside::before {
    height: 100%;
    width: calc(100% + 160px);
    background-position: center;
  }

  .conditions__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    text-align: left;
  }
}

.loyalty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 130px;
  -moz-column-gap: 130px;
  column-gap: 130px;
}

.loyalty__info {
  padding: 50px;
  background: #F2F2F2;
  margin: 0;
}

@media(max-width: 1440px) {
  .loyalty__info {
    max-width: 530px;
  }
}

.loyalty__info.content p {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 14px;
  font-family: 'Overpass', sans-serif;
  color: #2D2D2D;
}

.loyalty__info.content p:last-of-type {
  margin-bottom: 0;
}

.loyalty__img-wp {
  position: relative;
  padding-bottom: 30px;
}

.loyalty__img-wp::after {
  position: absolute;
  content: '';
  right: -3px;
  bottom: 0;
  width: 401px;
  height: 248px;
  background: -webkit-gradient(linear, left bottom, left top, from(#00BAF2), to(#00BAF2));
  background: -o-linear-gradient(bottom, #00BAF2 0%, #00BAF2 100%);
  background: linear-gradient(0deg, #00BAF2 0%, #00BAF2 100%);
  -webkit-clip-path: polygon(20% 0%, 100% 0, 80% 100%, 0% 100%);
  clip-path: polygon(20% 0%, 100% 0, 80% 100%, 0% 100%);
  z-index: 0;
}

.loyalty__img {
  height: 311px;
  max-width: 504px;
  min-width: 504px;
  position: relative;
  z-index: 1;
  -webkit-clip-path: polygon(20% 0%, 100% 0, 80% 100%, 0% 100%);
  clip-path: polygon(20% 0%, 100% 0, 80% 100%, 0% 100%);
}

.loyalty__img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.advan-club {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 40px;
}



.section--nopadding {
  padding: 0;
}

@media(max-width: 991px) {
  .loyalty {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 24px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .loyalty__info {
    max-width: 100%;
  }

  .loyalty__img-wp {
    margin: 0 auto;
  }
}

@media(max-width: 767px) {
  .loyalty__info {
    padding: 20px 15px;
  }

  .loyalty__info.content p {
    font-size: 16px;
    line-height: 20px;
  }

  .advan-club {
    row-gap: 24px;
  }


}

@media(max-width: 576px) {
  .loyalty__img {
    height: auto;
    max-width: 100%;
    min-width: 100%;
    height: auto;
  }

  .loyalty__img-wp {
    padding-bottom: 15px;
  }

  .loyalty__img-wp::after {
    width: 72%;
    height: 68%;

  }

  .advan-club__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}

.club-cond {
  padding: 80px 0;
  background: #0D0E22;
  position: relative;
  overflow: hidden;
}

.club-cond::after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 224px;
  height: 452px;
  background: url('/local/templates/vpl_template/css/../img/svg/club.svg') no-repeat;
}

.club-cond .section__heading {
  position: relative;
  z-index: 1;
}

.club-cond__desc.content {
  position: relative;
  z-index: 1;
}

.club-cond__desc.content p {
  color: var(--white);
  font-family: "TT Mussels", sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 700;
  line-height: 30px;
}

@media(max-width: 767px) {
  .club-cond {
    padding: 44px 0;
  }

  .club-cond__desc.content p {
    font-size: 20px;
    line-height: 22px;
  }
}

.club-box {
  position: relative;
}

.club-box::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 655px;
  height: 566px;
  background: url('/local/templates/vpl_template/css/../img/svg/blue-bg.svg') no-repeat;
  z-index: -1;
}

.club-box .section__heading {
  position: relative;
  z-index: 1;
}

.club-box__desc.content {
  position: relative;
  z-index: 1;
}

.club-box__desc.content p {
  color: #2D2D2D;
  font-family: "TT Mussels", sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 700;
  line-height: 30px;
}

.club-box__desc.content p a {
  color: #2D2D2D;
  white-space: nowrap;
}

.club-box__desc.content p a:hover {
  color: var(--blue);
}

.club-box__desc+.btn {
  margin-top: 40px;
  padding: 20px 40px;
  font-size: 16px;
  font-style: italic;
  font-weight: 800;
  line-height: 22px;
  text-transform: uppercase;
}

@media(max-width: 767px) {
  .club-box__desc.content p {
    font-size: 20px;
    line-height: 22px;
  }

  .club-box__desc+.btn {
    margin-top: 20px;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .club-box::after {
    left: -60px;
  }
}

.big-list {
  margin: 0;
  padding: 0;
}


.big-list li {
  counter-increment: counterN;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2D2D2D;
  font-size: 28px;
  font-style: italic;
  font-weight: 700;
  line-height: 30px;
  padding-left: 115px;
  margin-bottom: 40px;
  min-height: 74px;
  position: relative;
}

.big-list li::before {
  position: absolute;
  content: counter(counterN);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 95px;
  height: 74px;
  line-height: 74px;
  text-transform: uppercase;
  -webkit-clip-path: polygon(20% 0%, 100% 0, 81% 100%, 0% 100%);
  clip-path: polygon(20% 0%, 100% 0, 81% 100%, 0% 100%);
  font-family: "TT Mussels", sans-serif;
  background: #00BAF2;
  color: var(--white);
  text-align: center;
  font-size: 54px;
  font-style: italic;
  font-weight: 700;
}

.big-list li:last-of-type {
  margin-bottom: 0;
}

@media(max-width: 767px) {
  .big-list li {
    font-size: 20px;
    line-height: 25px;
    padding-left: 70px;
    margin-bottom: 20px;
    min-height: 45px;
  }

  .big-list li::before {
    width: 55px;
    height: 45px;
    font-size: 33px;
    line-height: 45px;
  }
}

@media(max-width: 576px) {
  .big-list li {
    padding-top: 60px;
    padding-left: 0;
  }

  .big-list li::before {
    top: 0;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
}

.programms--sert .section__heading {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.programms--sert .programms__card-subtitle {
  line-height: 40px;
}

@media(max-width: 767px) {
  .programms--sert .programms__card-subtitle {
    line-height: 24px;
  }

}

.team__select {
  width: 100%;
  margin: -98px 0 40px auto;
}

.team__select-wp {
  margin-left: auto;
  max-width: 316px;
}

.team__select-wp .nice-select {
  min-width: 316px;
  max-width: 316px;
}

@media(max-width: 991px) {
  .team__select-wp {
    margin-left: 0;
  }

  .team__select {
    margin: -20px 0 40px 0;
  }
}

@media(max-width: 767px) {
  .team__select {
    margin: 0 0 16px 0;
  }
}

@media(max-width: 576px) {

  .team__select-wp {
    width: 100%;
    max-width: 100%;
  }

  .team__select-wp .nice-select {
    min-width: 100%;
  }
}

.other-navigation {
  background: radial-gradient(39.76% 82.37% at 50% 50%, #321421 0%, #0D0E22 100%);
}

.other-navigation .section__title {
  color: var(--white);
}

.other-navigation .section__heading {
  position: relative;
  z-index: 1;
}

h2.nf-text {
  white-space: nowrap;
  font-size: 34px;
  font-weight: 700;
  line-height: 41px;
  margin-bottom: 0;
}

@media(max-width: 767px) {
  h2.nf-text {
    font-size: 26px;
    line-height: 31px;
  }
}

.modal-text {
  display: block;
  text-align: center;
  margin-bottom: 15px;
}

.promo-page .content-entry {
  display: none;
}

.promo-page .header>.container {
  display: none;
}

.header__promo {
  display: none;
}

.promo-page .wrapper {
  padding: 0;
  margin-top: -94px;
}

@media (max-width: 767px) {
  .promo-page .wrapper {
    padding: 0;
    margin-top: -82px;
  }
}

.promo-page .fancybox-is-open .fancybox-bg {
  opacity: .9;
}

.promo-page .header {
  background: transparent;
  border: none;
  margin: 0 !important;
  position: static;
}

.promo-page .header__promo {
  display: block;
}

.header__promo-wp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 24px 0;
}

.header__promo-logo {
  width: 140px;
  height: 46px;
  display: block;
}

.header__promo-logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.header__promo-phone {
  font-family: 'Overpass';
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #FFFFFF;
}

.header__promo-right {
  display: flex;
  align-items: center;
  gap: 28px;
}

.header__promo-right .btn {
  padding: 12px 16px;
  font-family: 'Overpass';
  font-style: italic;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .header__promo-wp {
    padding: 16px 0;
  }

  .header__promo-logo {
    width: 80px;
    height: 26px;
    display: block;
  }

  .header__promo-phone {
    font-size: 16px;
    line-height: 22px;
  }

  .header__promo-right .btn {
    display: none;
  }
}

.promo-homescreen {
  position: relative;
}

.promo-homescreen__wp {
  height: 700px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 767px) {
  .promo-homescreen__wp {
    height: 585px;
  }
}

.promo-homescreen__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.promo-homescreen__img img,
.promo-homescreen__img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promo-homescreen__title {
  position: relative;
  z-index: 2;
  font-family: 'TT Mussels';
  font-style: italic;
  font-weight: 700;
  font-size: 64px;
  line-height: 70px;
  text-transform: uppercase;
  text-align: center;
  color: #FFFFFF;
  margin: 0 auto;
  margin-top: auto;
  padding: 56px 0;
}

@media (max-width: 767px) {
  .promo-homescreen__title {
    font-size: 28px;
    line-height: 33px;
    padding: 40px 0;
  }
}

.promo-homescreen__wp::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/local/templates/vpl_template/css/../img/content/ton.png") no-repeat;
  background-size: contain;
  background-position: left;
  background-size: 1440px 100%;
  background-color: #0000004D;
  z-index: 1;
}

@media (max-width: 767px) {
  .promo-homescreen__wp::before {
    width: 1049px;
    right: -365px;
    opacity: .6;
  }
}

.promo-cert {
  padding: 80px 0;
  overflow: hidden;
}

.promo-cert__wp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.promo-cert__img {
  max-width: 450px;
  min-width: 450px;
  height: 345px;
  position: relative;
}

.promo-cert__img::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: -100px;
  width: 675px;
  height: 382px;
  background-image: url(/local/templates/vpl_template/css/../img/content/sertif-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.promo-cert__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  position: relative;
  z-index: 2;
}

.promo-cert__info {
  max-width: 500px;
  position: relative;
  z-index: 2;
}

.promo-cert__info-text {
  margin-bottom: 40px;
  font-family: 'Overpass';
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #2D2D2D;
}

.promo-cert__info .btn {
  padding: 21px;
  width: 100%;
  font-family: 'Overpass';
  font-style: italic;
  font-weight: 700;
  font-size: 22px;
  line-height: 18px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .promo-cert {
    padding: 40px 0;
  }

  .promo-cert__wp {
    flex-direction: column;
    gap: 20px;
  }

  .promo-cert__img {
    max-width: 450px;
    min-width: auto;
    height: auto;
    position: relative;
  }

  .promo-cert__img::before {
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 110%;
    top: -15px;
  }

  .promo-cert__info {
    max-width: none;
  }

  .promo-cert__info-text {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .promo-cert__info .btn {
    padding: 16px;
    font-size: 18px;
  }
}

.promo-gal {
  padding-bottom: 80px;
}

.promo-gal__wp {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}


.promo-gal__item {
  height: 300px;
}

.promo-gal__item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.promo-gal__item:nth-child(7n + 1) {
  width: 31%;
}

.promo-gal__item:nth-child(7n + 2) {
  width: 21%;
}

.promo-gal__item:nth-child(7n + 3) {
  width: calc(100% - 52% - 10px);
}

.promo-gal__item:nth-child(7n + 4) {
  width: 21%;
}

.promo-gal__item:nth-child(7n + 5) {
  width: 31%;
}

.promo-gal__item:nth-child(7n + 6) {
  width: 21%;
}

.promo-gal__item:nth-child(7n + 7) {
  width: calc(100% - 73% - 15px);
}

@media (max-width: 767px) {
  .promo-gal {
    padding-bottom: 20px;
  }

  .promo-gal__item {
    width: calc(50% - 2.5px) !important;
  }
}

@media (max-width: 575px) {
  .promo-gal__item {
    width: 100% !important;
    height: auto;
  }
}

.promo-page .footer__navs {
  display: none;
}

.promo-page .footer__info-copy br {
  display: none;
}

.promo-page .footer__info-copy a {
  display: none;
}

.promo-page .footer__btns {
  display: none;
}

.footer__promo {
  display: none;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 182px;
  margin-top: 47px;
  position: relative;
  z-index: 2;
}

.footer__promo-line {
  font-family: 'Overpass';
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #565656;
}

.promo-page .footer__promo {
  display: flex;
}

@media (max-width: 991px) {
  .footer__promo {
    margin-bottom: 20px;
    margin-top: 0px;
    gap: 16px;
  }

  .footer__promo-line {
    font-size: 18px;
    line-height: 22px;
  }
}

.table-ban {
  position: relative;
  overflow: hidden;
}

.table-ban::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 264px;
  height: 319px;
  background-image: url(/local/templates/vpl_template/css/../img/content/table-ban-dec.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
}

.table-ban__title {
  position: relative;
  z-index: 3;
  max-width: 660px;
  width: 100%;
}

.table-ban__title h1 {
  width: 100%;
  margin: 0;
  font-family: 'TT Mussels';
  font-style: italic;
  font-weight: 700;
  font-size: 66px;
  line-height: 73px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #46A5FF;
  display: block;
}

.table-ban__title h1 span {
  color: #E20B41;
}

.table-ban__wp {
  padding: 50px 0;
}

.table-ban__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.table-ban__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .table-ban::before {
    content: none;
  }

  .table-ban__wp {
    padding: 30px 0;
  }

  .table-ban__title h1 {
    font-size: 40px;
    line-height: 48px;
  }
}

@media (max-width: 575px) {
  .table-ban__title h1 {
    font-size: 36px;
    line-height: 40px;
  }
}

.records {
  padding: 80px 0;
}

.records__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

@media (max-width: 991px) {
  .records__top {
    flex-direction: column;
    align-items: start;
    gap: 23px;
  }

  .records {
    padding-bottom: 20px;
    padding-top: 44px;
  }
}

.records__top-title {
  font-family: 'TT Mussels';
  font-style: italic;
  text-transform: uppercase;
  color: #525252;
  max-width: 525px;
  margin: 0;
}

.records__top-arrow {
  min-width: 56px;
  max-width: 56px;
  height: 20px;
}

.records__top-arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.records__top-search {
  max-width: 516px;
  width: 100%;
}

@media (max-width: 991px) {
  .records__top-title {
    font-size: 18px;
    line-height: 20px;
  }

  .records__top-search {
    max-width: none;
  }
}

.records__top-search-btn {
  background-color: transparent;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 18px;
  right: 16px;
}

.records__top-search-btn svg {
  width: 100%;
  height: 100%;
  color: #2D2D2D;
}

.records__top-search-btn:hover svg {
  color: #46A5FF;
}

.records__table-head {
  display: flex;
  width: 100%;
  gap: 0;
}

.records__table-head-block {
  background-color: #46A5FF;
  padding: 16px;
  font-style: italic;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #FFFFFF;
  max-width: 180px;
  width: 100%;
}

@media (max-width: 991px) {
  .records__table-head-block {
    font-size: 14px;
    line-height: 16px;
  }
}

.records__table-head-block--name {
  max-width: none;
}

.records__table-head-block--num,
.records__table-head-block--time {
  max-width: 90px;
}

@media (max-width: 991px) {
  .records__table-head-block {
    max-width: 162px;
    min-width: 162px;
  }

  .records__table-head-block--name {
    min-width: 230px;
  }

  .records__table-head-block--num,
  .records__table-head-block--time {
    max-width: 80px;
    min-width: 80px;
  }
}

.records__table-head-block-select-main {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
  gap: 4px;
}

.records__table-head-block--select {
  position: relative;
  padding: 0;
  transition: all .3s ease-out;
  cursor: pointer;
}

.records__table-head-block--select svg {
  width: 12px;
  height: 12px;
}

.records__table-head-block-select-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  box-shadow: 0px 0px 30px 0px #0000001A;
  background: #FFFFFF;
  padding: 24px;
  transition: all .3s ease-out;
  display: flex;
  flex-direction: column;
  gap: 16px;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  cursor: default;
  overflow: auto;
}

.records__table-head-block-select-list-link {
  font-style: italic;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #565656;
  width: fit-content;

}

.records__table-head-block-select-list-link:hover {
  color: #2181DC;
}

@media (min-width: 992px) {
  .records__table-head-block--select:hover {
    color: #E20B41;
  }

  .records__table-head-block--select:hover svg {
    color: #E20B41;
    scale: -1;
  }
}

.records__table-head-block--select.open {
  color: #E20B41;
}

.records__table-head-block--select.open svg {
  color: #E20B41;
  scale: -1;
}

.records__table-head-block-select-list.show {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.records__table-body-line {
  display: flex;
  width: 100%;
  gap: 0;
}

.records__table-body-line-block {
  background-color: #FFFFFF;
  padding: 16px;
  font-style: italic;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  color: #3E3E3E;
  max-width: 180px;
  width: 100%;
}

.records__table-body-line-block--date {
  max-width: 190px;
  min-width: 190px;
}

@media (max-width: 991px) {
  .records__table-body-line-block {
    font-size: 14px;
    line-height: 16px;
  }
}

.records__table-body-line--winter .records__table-body-line-block {
  background-color: #46A6FF1A;
}

.records__table-body-line-block--cone {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.records__table-body-line-block--name {
  max-width: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
}

.records__table-body-line-block--num {
  max-width: 90px;
  min-width: 80px;
  text-align: left;
}

.records__table-body-line-block--time {
  max-width: 90px;
}

@media (max-width: 991px) {
  .records__table-body-line-block {
    max-width: 162px;
    min-width: 162px;
  }

  .records__table-body-line-block--date {
    max-width: 190px;
    min-width: 190px;
  }

  .records__table-body-line-block--name {
    min-width: 230px;
  }

  .records__table-body-line-block--time,
  .records__table-body-line-block--num {
    max-width: 80px;
    min-width: 80px;
  }
}

.records__table-body-line-block-name {
  text-align: left;
}

.records__table-body-line-block-informer {
  position: relative;
  cursor: pointer;
  min-width: 18px;
  max-width: 18px;
  height: 18px;
}

.records__table-body-line-block--cone .records__table-body-line-block-informer {
  max-width: 20px;
  min-width: 20px;
  height: 20px;
}

.records__table-body-line-block-informer img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.records__table-body-line-block-informer-dropdown {
  position: absolute;
  bottom: 5px;
  left: 14px;
  padding: 10px 15px;
  font-style: italic;
  background-color: #00000080;
  font-weight: 800;
  font-size: 12px;
  line-height: 1.2;
  min-width: fit-content;
  text-transform: uppercase;
  color: #FFFFFF;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: all .3s ease;
}

.records__table-body-line-block-informer:hover .records__table-body-line-block-informer-dropdown {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.records__table-body-line-block--cone .records__table-body-line-block-informer-dropdown {
  width: 240px;
}

.records__table>* {
  margin: 0;
}

.records__table {
  box-sizing: border-box;
  min-height: 0;
  margin-top: 23px;
}

.records__table.scroll {
  max-height: 678px;
  overflow: auto;
}

.records__table-head-block {
  position: relative;
}

.records__table-head-block-date {
  background: transparent;
  font-style: italic;
  font-family: 'Overpass';
  text-align: center;
  border: none;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #FFFFFF;
  position: absolute;
  cursor: pointer;
  height: 32px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  transition: color .3s ease-out;
}

.records__table-head-block-date:hover {
  color: #E20B41;
}

.records__table-head-block-date.open {
  position: static;
  width: 100%;
  transform: none;
}

.records__table-head-block-label svg {
  min-width: 12px;
  max-width: 12px;
  height: 12px;
}

.records__table-head-block-label {
  background: transparent;
  font-style: italic;
  font-family: 'Overpass';
  text-align: center;
  width: 100%;
  display: block;
  border: none;
  font-weight: 800;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  line-height: 22px;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: color .3s ease;
}

.records__table-head-block--date {
  position: relative;
  display: flex;
  min-width: 190px;
  max-width: 190px;
  align-items: center;
  gap: 5px;
}

.records__table-head-block--date:has(.selected) {
  padding: 8px;
}

.records__table-head-block-date-wp {
  position: relative;
  width: 100%;
}

.records__table-head-block-clear {
  width: fit-content;
  height: fit-content;
  padding: 6px 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  background: transparent;
  transition: all .3s ease-out;
}

.records__table-head-block-clear:hover {
  border-color: #E20B41;
}

@media (max-width: 991px) {
  .records__table-head-block--date:has(.selected) {
    padding: 8px;
  }

  .records__table-head-block-clear {
    padding: 4px 8px;
    font-size: 14px;
    line-height: 16px;
  }

  .records__table-head-block-label,
  .records__table-head-block-date {
    font-size: 14px;
    line-height: 16px;
  }
}

.records__table-head-block-label.hide {
  display: none;
}

.records__table-head-block:has(.records__table-head-block-date:hover) .records__table-head-block-label {
  color: #E20B41;
}

.records__table-head-block-label.open svg {
  scale: -1;
}

.records__table-head-block-label.open {
  color: #E20B41;
}

@media (max-width: 991px) {
  .records__table {
    max-height: none;
    padding-right: 0;
    overflow-y: visible !important;
    overflow-x: auto !important;
  }

  .records__table.scroll {
    max-height: none;
  }
}

.records__table-wp {
  height: fit-content;
  min-width: fit-content;
  width: 100%;
  /* overflow: hidden; */
}

.records__table.scroll .records__table-wp {
  overflow: hidden;
}

.records__table::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  cursor: pointer;
}

.records__table::-webkit-scrollbar-track {
  background-color: #0000000D;
}

.records__table::-webkit-scrollbar-thumb {
  background-color: #00000066;
  border: none;
}

.air-datepicker-cell.-month- {
  width: 100%;
  height: 100%;
}

.air-datepicker-cell.-year- {
  width: 100%;
  height: 100%;
}

.air-datepicker--pointer {
  display: none;
}

.air-datepicker.-custom-position- {
  opacity: 0;
  transition: opacity .3s ease !important;
}

.air-datepicker.-active-.-custom-position- {
  opacity: 1;
}

.air-datepicker {
  padding: 24px;
  width: 185px !important;
  background: #FFFFFF;
  box-shadow: 0px 0px 30px 0px #0000001A;
  margin-top: 6px !important;
  border: none;
  border-radius: 0;
  transition: all .3s ease;
}

.air-datepicker-nav {
  padding: 0;
  border: none;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #2D2D2D1A;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.air-datepicker-nav--title {
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #2D2D2D66;
  font-style: italic;
  display: flex;
  flex-direction: column;
}

.air-datepicker-nav--title span {
  color: #2D2D2D;
}

.air-datepicker-nav--action {
  width: 14px;
  height: 14px;
  background-color: transparent !important;
}

.air-datepicker-nav--action svg {
  width: 14px;
  height: 14px;
}

.air-datepicker-nav--action path {
  stroke-width: 1px;
  stroke: none;
  fill: #E20B41;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

.air-datepicker--content {
  padding: 0;
}

.air-datepicker-body--day-names {
  margin-bottom: 10px;
}

.air-datepicker-body--day-name {
  font-style: italic;
  font-weight: 800;
  font-size: 10px;
  line-height: 22px;
  text-transform: uppercase;
  color: #2D2D2D;
}

.air-datepicker-body--cells {
  margin: 0;
  column-gap: 7px;
  row-gap: 10px;
  grid-auto-rows: 21px !important;
}

.air-datepicker-cell {
  font-style: italic;
  font-weight: 800;
  font-size: 14px !important;
  line-height: 1;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  color: #2181DC;
  cursor: pointer;
  background: #2D2D2D1A;
  border: 1px solid transparent;
  height: 21px !important;
  width: 21px !important;
  border-radius: 0;
  margin: 0 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.air-datepicker-cell.-month-,
.air-datepicker-cell.-year- {
  width: 100% !important;
}

.air-datepicker-cell.-current- {
  color: #2181DC !important;
}

.air-datepicker-cell.-other-decade- {
  color: #2181DC !important;
}

.air-datepicker-cell.-other-month-,
.air-datepicker-cell.-disabled- {
  color: #2D2D2D66 !important;
}

.air-datepicker--buttons {
  display: none !important;
}

.air-datepicker-cell.-weekend- {
  color: #E20B41;
}

.air-datepicker-cell.-selected- {
  border: 1px solid #E20B41 !important;
  color: #2181DC !important;
  background-color: #2D2D2D1A !important;
}

.air-datepicker-cell:not(.-disabled-):not(.-other-month-):hover {
  border: 1px solid #E20B41 !important;
  background-color: #2D2D2D1A !important;
}

.records__table-head-block-label.selected {
  font-size: 14px;
  line-height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* End */


/* Start:/local/templates/vpl_template/styles.css?17802981352275*/
.homescreen__slide-wp {
  position: relative;
}

.homescreen__slide-wp::before,
.homescreen__slide-wp::after {
  position: absolute;
  content: "";
  top: 0;
  width: 1440px;
  height: 100%;
  background: url("/local/templates/vpl_template/img/content/ton.png") no-repeat;
  z-index: 1;
  pointer-events: none;
}

.homescreen__slide-wp::before {
  left: 0;
}

.homescreen__slide-wp::after {
  right: 0;
  transform: scaleX(-1);
}

.homescreen__banner-note-wrap {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1000;
}

.homescreen__banner-note {
  display: flex;
  flex-direction: column;
  align-items: center;

  color: var(--white);
  font-family: "TT Mussels";
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;

  font-size: clamp(16px, 2.5vw, 30px);
  line-height: 1.2;

  padding: clamp(6px, 1.5vw, 16px);
  border-radius: 6px;
}

.homescreen__banner-note .price {
  font-size: clamp(32px, 5vw, 66px);
  line-height: 1.1;
}

@media (max-width: 768px) {
  .homescreen__banner-note-wrap {
    right: 50%;
    bottom: 20px;
    transform: translateX(50%);
    align-items: center;
  }
}

.promo-price {
  font-style: italic;
  font-family: "TT Mussels", sans-serif;
  text-align: left;
  padding: 20px 0;
}

.promo-price .container {
  padding-left: 0;
  padding-right: 0;
}

.promo-price__wp {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.promo-price__line {
  margin: 0;
}

.promo-price__line:first-child {
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(16px, 2.5vw, 30px);
  line-height: 1;
  margin-bottom: 4px; /* расстояние до цены */
}

.promo-price__line:last-child {
  font-size: clamp(32px, 5vw, 66px);
  line-height: 1;
  font-weight: 700;
}

.grecaptcha-badge {
    transform: scale(0.8);
    opacity: 0.4;
}

.programm-detail__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: auto;
}

.programm-detail__buttons .btn {
  margin-top: 0;
}

.team__card-position {
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.3;
    opacity: .7;
}

.team__card,
.team__card:hover,
.team__card:focus,
.team__card:active {
    color: inherit;
    text-decoration: none;
}
/* End */
/* /local/templates/vpl_template/css/libs.min.css?1780298135154026 */
/* /local/templates/vpl_template/css/swiper-bundle.css?1780298135362 */
/* /local/templates/vpl_template/css/style.css?1780298135222932 */
/* /local/templates/vpl_template/styles.css?17802981352275 */
