.bbnx-modal-window{height:100vh;left:0;opacity:0;pointer-events:none;position:fixed;top:0;transition:opacity .3s ease-in-out;max-width:100%;width:100vw;z-index:110}.bbnx-modal-window--active{opacity:1;pointer-events:auto}.bbnx-modal-window__overlay{align-items:center;background-color:rgba(0,0,0,.4);display:flex;height:100%;justify-content:center;width:100%}.bbnx-modal-window__box{background-color:#fff;min-width:312px;max-width:572px;margin:16px;padding:24px}.bbnx-modal-window__header{display:flex}.bbnx-modal-window__content{margin:16px 0 0}.bbnx-modal-window__content p{margin:0}.bbnx-modal-window__actions{display:flex;justify-content:flex-end;margin:16px auto 0}.bbnx-modal-window__title{flex:1 1 auto}.bbnx-modal-window__title h2{margin:0}.bbnx-modal-window__close{display:flex;flex:0 0 auto;cursor:pointer}
.bbnx-btn,.bbnx-btn[type=button]{background-color:var(--background-accent-color, var(--background-color, #21835b));color:#fff;fill:#fff;text-transform:uppercase;cursor:pointer;border-radius:2px;display:flex;align-items:center;justify-content:center;text-decoration:none;will-change:background-color;transition:background-color .4s ease-in-out,color .4s ease-in-out}.bbnx-btn svg,.bbnx-btn[type=button] svg{will-change:fill;transition:fill .4s ease-in-out,color .4s ease-in-out}.bbnx-btn svg+span,.bbnx-btn[type=button] svg+span{margin:0 0 0 12px}.bbnx-btn span+svg,.bbnx-btn[type=button] span+svg{margin:0 0 0 12px}.bbnx-btn:focus-within,.bbnx-btn:hover,.bbnx-btn.active,.bbnx-btn[type=button]:focus-within,.bbnx-btn[type=button]:hover,.bbnx-btn[type=button].active{background-color:var(--background-accent-color, var(--background-color, #085334));color:#fff;fill:#fff}.bbnx-btn.disabled:focus-within,.bbnx-btn.disabled:hover,.bbnx-btn[type=button].disabled:focus-within,.bbnx-btn[type=button].disabled:hover{cursor:auto;color:#fff;background-color:rgba(0,0,0,0)}.bbnx-btn:focus-within,.bbnx-btn[type=button]:focus-within{outline:-webkit-focus-ring-color auto 1px}.bbnx-btn.negative,.bbnx-btn[type=button].negative{background-color:var(--text-accent-color, var(--text-color, #fff));color:var(--background-accent-color, var(--background-color, #000))}.bbnx-btn.secondary,.bbnx-btn[type=button].secondary{background-color:var(--text-accent-color, var(--text-color, #d6d6d6));color:var(--background-accent-color, var(--background-color, #000))}.bbnx-btn.secondary:focus-within,.bbnx-btn.secondary:hover,.bbnx-btn.secondary.active,.bbnx-btn[type=button].secondary:focus-within,.bbnx-btn[type=button].secondary:hover,.bbnx-btn[type=button].secondary.active{background-color:var(--text-accent-color, var(--text-color, #919191))}.bbnx-btn.secondary.active,.bbnx-btn[type=button].secondary.active{background-color:var(--text-accent-color, var(--text-color, #767676))}.bbnx-btn.themed,.bbnx-btn[type=button].themed{background-color:var(--background-accent-color, var(--background-color, #21835b));color:var(--text-accent-color, var(--text-color, #fff))}.bbnx-btn.themed:hover,.bbnx-btn[type=button].themed:hover{background-color:var(--background-color, #ffc33a);color:var(--text-color, #1a1a1a)}.bbnx-btn.large,.bbnx-btn[type=button].large{height:50px;padding:14px 30px;font-weight:600}.bbnx-btn.medium,.bbnx-btn[type=button].medium{height:40px;padding:12px 20px 10px;font-weight:600}.bbnx-btn.small,.bbnx-btn[type=button].small{height:30px;padding:9px 10px 6px;font-weight:600}.bbnx-btn.disabled,.bbnx-btn[type=button].disabled{opacity:.2;pointer-events:none}.bbnx-btn.outline,.bbnx-btn[type=button].outline{background-color:#fff;border:solid 2px #333;color:#333}.bbnx-btn.outline:focus,.bbnx-btn.outline:not(.disabled):hover,.bbnx-btn.outline.active,.bbnx-btn[type=button].outline:focus,.bbnx-btn[type=button].outline:not(.disabled):hover,.bbnx-btn[type=button].outline.active{background-color:#333;color:#fff}.bbnx-btn.outline.negative,.bbnx-btn[type=button].outline.negative{border:solid 2px var(--text-accent-color, var(--text-color, #fff));background-color:rgba(0,0,0,0);color:var(--text-accent-color, var(--text-color, #fff))}.bbnx-btn.outline.negative:focus,.bbnx-btn.outline.negative:hover,.bbnx-btn[type=button].outline.negative:focus,.bbnx-btn[type=button].outline.negative:hover{background-color:var(--text-accent-color, var(--text-color, #fff));color:var(--background-accent-color, var(--background-color, #21835b))}.bbnx-btn.outline.negative.active,.bbnx-btn[type=button].outline.negative.active{background-color:var(--text-accent-color, var(--text-color, #fff));color:var(--background-accent-color, var(--background-color, #21835b))}.bbnx-btn.outline.negative.disabled:focus,.bbnx-btn.outline.negative.disabled:hover,.bbnx-btn[type=button].outline.negative.disabled:focus,.bbnx-btn[type=button].outline.negative.disabled:hover{color:#fff;background-color:rgba(0,0,0,0)}.bbnx-btn.rounded,.bbnx-btn[type=button].rounded{border-radius:50px;padding:0}.bbnx-btn.rounded svg,.bbnx-btn[type=button].rounded svg{width:17px;height:18px;fill:var(--text-accent-color, var(--text-color, #fff))}.bbnx-btn.rounded.large,.bbnx-btn[type=button].rounded.large{width:60px;height:60px}.bbnx-btn.rounded.medium,.bbnx-btn[type=button].rounded.medium{width:50px;height:50px}.bbnx-btn.rounded.small,.bbnx-btn[type=button].rounded.small{width:40px;height:40px}.bbnx-btn.rounded.negative,.bbnx-btn[type=button].rounded.negative{background-color:var(--text-accent-color, var(--text-color, #fff))}.bbnx-btn.rounded.negative svg,.bbnx-btn[type=button].rounded.negative svg{fill:var(--background-accent-color, var(--background-color, #21835b))}.bbnx-btn.loading,.bbnx-btn[type=button].loading{padding-bottom:0;padding-top:0;pointer-events:none;position:relative}.bbnx-btn.loading svg,.bbnx-btn[type=button].loading svg{animation:spinner-rotate 2s linear infinite;fill:#fff}.bbnx-btn.loading.large svg,.bbnx-btn[type=button].loading.large svg{width:24px;height:24px}.bbnx-btn.loading.medium svg,.bbnx-btn[type=button].loading.medium svg{width:20px;height:20px}.bbnx-btn.loading.small svg,.bbnx-btn[type=button].loading.small svg{width:16px;height:16px}.bbnx-btn.loading.outline svg,.bbnx-btn[type=button].loading.outline svg{fill:#4d4d4d}.bbnx-btn.loading.negative svg,.bbnx-btn[type=button].loading.negative svg{fill:#21835b}.bbnx-btn.loading.negative.outline svg,.bbnx-btn[type=button].loading.negative.outline svg{fill:#fff}.bbnx-btn.size-300,.bbnx-btn[type=button].size-300{padding:4px 12px}.bbnx-btn.size-500,.bbnx-btn[type=button].size-500{padding:12px 16px}.bbnx-btn.size-700,.bbnx-btn[type=button].size-700{padding:12px 32px}@media only screen and (min-width : 578px){.bbnx-btn.size-300--md,.bbnx-btn[type=button].size-300--md{padding:4px 12px}.bbnx-btn.size-500--md,.bbnx-btn[type=button].size-500--md{padding:12px 16px}.bbnx-btn.size-700--md,.bbnx-btn[type=button].size-700--md{padding:12px 32px}}@media only screen and (min-width : 1084px){.bbnx-btn.size-300--lg,.bbnx-btn[type=button].size-300--lg{padding:4px 12px}.bbnx-btn.size-500--lg,.bbnx-btn[type=button].size-500--lg{padding:12px 16px}.bbnx-btn.size-700--lg,.bbnx-btn[type=button].size-700--lg{padding:12px 32px}}.bbnx-btn.border-primary,.bbnx-btn[type=button].border-primary{border-radius:1px;border:2px solid #21835b}.bbnx-btn.border-secondary,.bbnx-btn[type=button].border-secondary{border-radius:1px;border:2px solid #767676}.bbnx-btn.border-black,.bbnx-btn[type=button].border-black{border-radius:1px;border:2px solid #000}.bbnx-btn.border-white,.bbnx-btn[type=button].border-white{border-radius:1px;border:2px solid #fff}
.alert-message{padding:8px 16px;border-radius:4px;border:1px solid #bdbdbd;background-color:#fff}.alert-message .alert-message__title{color:#333;margin-bottom:5px}.alert-message--success{background-color:#e2ffe6}.alert-message--success p{color:#42e858;margin:0}.alert-message--alert{border-left:4px solid #d64535}.alert-message--alert p{color:#c23120;margin:0}.alert-message--clickable{cursor:pointer}
.bbnx-input-text__wrapper{display:block}.bbnx-input-text__label{color:#1a1a1a;display:block;padding:0 0 4px}.bbnx-input-text__input{color:#666;border:1px solid #666;border-radius:2px;display:block;padding:8px 12px;width:100%;transition:border .15s ease-in-out}.bbnx-input-text__input::placeholder{color:#919191}.bbnx-input-text__input--icon{padding:9px 44px 8px 10px}.bbnx-input-text__input--error{transition:border .15s ease-in-out;border:2px solid #d64535}.bbnx-input-text__input-wrapper{position:relative}.bbnx-input-text__icon{cursor:pointer;display:flex;padding:0;position:absolute;align-items:center;right:12px;top:50%;transform:translateY(-50%);width:24px;height:24px}.bbnx-input-text__icon:focus{outline:-webkit-focus-ring-color auto 1px}.bbnx-input-text__helper{color:#919191;display:block;padding-top:10px;margin:0}.bbnx-input-text__helper p{margin:0}.bbnx-input-text__helper p+p{margin-top:9px}.bbnx-input-text__helper a,.bbnx-input-text__helper a:visited,.bbnx-input-text__helper a:active{color:#21835b;text-decoration:none}.bbnx-input-text__helper a:focus,.bbnx-input-text__helper a:hover{text-decoration:underline}.bbnx-input-text__helper button{color:#21835b;cursor:pointer}.bbnx-input-text__helper button:focus,.bbnx-input-text__helper button:hover{text-decoration:underline}.bbnx-input-text__helper button:focus{outline:-webkit-focus-ring-color auto 1px}.bbnx-input-text--disabled{opacity:.5;pointer-events:none}.bbnx-input-text__error{color:#d64535;display:block;padding-top:4px}
.mx-icon-left:before,.mx-icon-right:before,.mx-icon-double-left:before,.mx-icon-double-right:before,.mx-icon-double-left:after,.mx-icon-double-right:after{content:"";position:relative;top:-1px;display:inline-block;width:10px;height:10px;vertical-align:middle;border-style:solid;border-color:currentColor;border-width:2px 0 0 2px;border-radius:1px;box-sizing:border-box;transform-origin:center;transform:rotate(-45deg) scale(0.7)}.mx-icon-double-left:after{left:-4px}.mx-icon-double-right:before{left:4px}.mx-icon-right:before,.mx-icon-double-right:before,.mx-icon-double-right:after{transform:rotate(135deg) scale(0.7)}.mx-btn{box-sizing:border-box;line-height:1;font-size:14px;font-weight:500;padding:7px 15px;margin:0;cursor:pointer;background-color:rgba(0,0,0,0);outline:none;border:1px solid rgba(0,0,0,.1);border-radius:4px;color:#73879c;white-space:nowrap}.mx-btn:hover{border-color:#1284e7;color:#1284e7}.mx-btn:disabled,.mx-btn.disabled{color:#ccc;cursor:not-allowed}.mx-btn-text{border:0;padding:0 4px;text-align:left;line-height:inherit}.mx-scrollbar{height:100%}.mx-scrollbar:hover .mx-scrollbar-track{opacity:1}.mx-scrollbar-wrap{height:100%;overflow-x:hidden;overflow-y:auto}.mx-scrollbar-track{position:absolute;top:2px;right:2px;bottom:2px;width:6px;z-index:1;border-radius:4px;opacity:0;transition:opacity .24s ease-out}.mx-scrollbar-track .mx-scrollbar-thumb{position:absolute;width:100%;height:0;cursor:pointer;border-radius:inherit;background-color:rgba(144,147,153,.3);transition:background-color .3s}.mx-zoom-in-down-enter-active,.mx-zoom-in-down-leave-active{opacity:1;transform:scaleY(1);transition:transform .3s cubic-bezier(0.23, 1, 0.32, 1),opacity .3s cubic-bezier(0.23, 1, 0.32, 1);transform-origin:center top}.mx-zoom-in-down-enter,.mx-zoom-in-down-enter-from,.mx-zoom-in-down-leave-to{opacity:0;transform:scaleY(0)}.mx-datepicker{position:relative;display:inline-block;width:210px}.mx-datepicker svg{width:1em;height:1em;vertical-align:-0.15em;fill:currentColor;overflow:hidden}.mx-datepicker-range{width:320px}.mx-datepicker-inline{width:auto}.mx-input-wrapper{position:relative}.mx-input{display:inline-block;box-sizing:border-box;width:100%;height:34px;padding:6px 30px;padding-left:10px;font-size:14px;line-height:1.4;color:#555;background-color:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.mx-input:hover,.mx-input:focus{border-color:#409aff}.mx-input:disabled,.mx-input.disabled{color:#ccc;background-color:#f3f3f3;border-color:#ccc;cursor:not-allowed}.mx-input:focus{outline:none}.mx-input::-ms-clear{display:none}.mx-icon-calendar,.mx-icon-clear{position:absolute;top:50%;right:8px;transform:translateY(-50%);font-size:16px;line-height:1;color:rgba(0,0,0,.5);vertical-align:middle}.mx-icon-clear{cursor:pointer}.mx-icon-clear:hover{color:rgba(0,0,0,.8)}.mx-datepicker-main{font:14px/1.5 "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei",sans-serif;color:#73879c;background-color:#fff;border:1px solid #e8e8e8}.mx-datepicker-popup{position:absolute;margin-top:1px;margin-bottom:1px;box-shadow:0 6px 12px rgba(0,0,0,.175);z-index:2001}.mx-datepicker-sidebar{float:left;box-sizing:border-box;width:100px;padding:6px;overflow:auto}.mx-datepicker-sidebar+.mx-datepicker-content{margin-left:100px;border-left:1px solid #e8e8e8}.mx-datepicker-body{position:relative;user-select:none}.mx-btn-shortcut{display:block;padding:0 6px;line-height:24px}.mx-range-wrapper{display:flex}@media(max-width: 750px){.mx-range-wrapper{flex-direction:column}}.mx-datepicker-header{padding:6px 8px;border-bottom:1px solid #e8e8e8}.mx-datepicker-footer{padding:6px 8px;text-align:right;border-top:1px solid #e8e8e8}.mx-calendar{box-sizing:border-box;width:248px;padding:6px 12px}.mx-calendar+.mx-calendar{border-left:1px solid #e8e8e8}.mx-calendar-header,.mx-time-header{box-sizing:border-box;height:34px;line-height:34px;text-align:center;overflow:hidden}.mx-btn-icon-left,.mx-btn-icon-double-left{float:left}.mx-btn-icon-right,.mx-btn-icon-double-right{float:right}.mx-calendar-header-label{font-size:14px}.mx-calendar-decade-separator{margin:0 2px}.mx-calendar-decade-separator:after{content:"~"}.mx-calendar-content{position:relative;height:224px;box-sizing:border-box}.mx-calendar-content .cell{cursor:pointer}.mx-calendar-content .cell:hover{color:#73879c;background-color:#f3f9fe}.mx-calendar-content .cell.active{color:#fff;background-color:#1284e7}.mx-calendar-content .cell.in-range,.mx-calendar-content .cell.hover-in-range{color:#73879c;background-color:#dbedfb}.mx-calendar-content .cell.disabled{cursor:not-allowed;color:#ccc;background-color:#f3f3f3}.mx-calendar-week-mode .mx-date-row{cursor:pointer}.mx-calendar-week-mode .mx-date-row:hover{background-color:#f3f9fe}.mx-calendar-week-mode .mx-date-row.mx-active-week{background-color:#dbedfb}.mx-calendar-week-mode .mx-date-row .cell:hover{color:inherit;background-color:rgba(0,0,0,0)}.mx-calendar-week-mode .mx-date-row .cell.active{color:inherit;background-color:rgba(0,0,0,0)}.mx-week-number{opacity:.5}.mx-table{table-layout:fixed;border-collapse:separate;border-spacing:0;width:100%;height:100%;box-sizing:border-box;text-align:center}.mx-table th{padding:0;font-weight:500;vertical-align:middle}.mx-table td{padding:0;vertical-align:middle}.mx-table-date td,.mx-table-date th{height:32px;font-size:12px}.mx-table-date .today{color:#2a90e9}.mx-table-date .cell.not-current-month{color:#ccc;background:none}.mx-time{flex:1;width:224px;background:#fff}.mx-time+.mx-time{border-left:1px solid #e8e8e8}.mx-calendar-time{position:absolute;top:0;left:0;width:100%;height:100%}.mx-time-header{border-bottom:1px solid #e8e8e8}.mx-time-content{height:224px;box-sizing:border-box;overflow:hidden}.mx-time-columns{display:flex;width:100%;height:100%;overflow:hidden}.mx-time-column{flex:1;position:relative;border-left:1px solid #e8e8e8;text-align:center}.mx-time-column:first-child{border-left:0}.mx-time-column .mx-time-list{margin:0;padding:0;list-style:none}.mx-time-column .mx-time-list::after{content:"";display:block;height:192px}.mx-time-column .mx-time-item{cursor:pointer;font-size:12px;height:32px;line-height:32px}.mx-time-column .mx-time-item:hover{color:#73879c;background-color:#f3f9fe}.mx-time-column .mx-time-item.active{color:#1284e7;background-color:rgba(0,0,0,0);font-weight:700}.mx-time-column .mx-time-item.disabled{cursor:not-allowed;color:#ccc;background-color:#f3f3f3}.mx-time-option{cursor:pointer;padding:8px 10px;font-size:14px;line-height:20px}.mx-time-option:hover{color:#73879c;background-color:#f3f9fe}.mx-time-option.active{color:#1284e7;background-color:rgba(0,0,0,0);font-weight:700}.mx-time-option.disabled{cursor:not-allowed;color:#ccc;background-color:#f3f3f3}
.bbnx-input-date{margin-bottom:5px}.bbnx-input-date__wrapper{display:block}.bbnx-input-date__label{color:#1a1a1a;display:block;padding-bottom:6px;padding-top:14px}.bbnx-input-date .mx-datepicker{width:100%}.bbnx-input-date .mx-input{color:#666;border:1px solid #666;border-radius:2px;display:block;padding:8px 12px;width:100%;box-shadow:none}.bbnx-input-date .mx-input::placeholder{color:#919191}.bbnx-input-date .mx-icon-calendar{color:#333;right:12px;top:50%;transform:translateY(-50%);width:24px;height:24px;display:flex;align-items:center;justify-content:center}.bbnx-input-date__helper{color:#919191;display:block;padding-top:10px;margin:0}.bbnx-input-date__helper p{margin:0}.bbnx-input-date__helper p+p{margin-top:9px}.bbnx-input-date__helper a,.bbnx-input-date__helper a:visited,.bbnx-input-date__helper a:active{color:#21835b;text-decoration:none}.bbnx-input-date__helper a:focus,.bbnx-input-date__helper a:hover{text-decoration:underline}.bbnx-input-date__error{color:#fae020;display:block;padding-top:5px}
.bbnx-input-select__wrapper{display:block}.bbnx-input-select__label{color:#333;display:block}.bbnx-input-select__select{position:relative}.bbnx-input-select__select::after{position:absolute;content:"";top:16px;right:16px;width:0;height:0;border:6px solid rgba(0,0,0,0);border-color:#000 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}.bbnx-input-select__select select{appearance:none;height:40px;color:#333;border:1px solid #919191;background-color:#fff;border-radius:2px;display:block;padding:8px 12px;width:100%;position:relative}.bbnx-input-select__select select [hidden]{display:block}.bbnx-input-select__select select::-ms-expand{display:none}.bbnx-input-select__select select::placeholder{color:#666}.bbnx-input-select__input-wrapper{position:relative}.bbnx-input-select__helper{color:#919191;display:block;padding-top:10px;margin:0}.bbnx-input-select__helper p{margin:0}.bbnx-input-select__helper p+p{margin-top:9px}.bbnx-input-select__helper a,.bbnx-input-select__helper a:visited,.bbnx-input-select__helper a:active{color:#21835b;text-decoration:none}.bbnx-input-select__helper a:focus,.bbnx-input-select__helper a:hover{text-decoration:underline}.bbnx-input-select__helper button{color:#21835b;cursor:pointer}.bbnx-input-select__helper button:focus,.bbnx-input-select__helper button:hover{text-decoration:underline}.bbnx-input-select__helper button:focus{outline:-webkit-focus-ring-color auto 1px}.bbnx-input-select--disabled{opacity:.5;pointer-events:none}.bbnx-input-select__error{color:#fae020;display:block;padding-top:5px}
.bbnx-input-checkbox{margin-bottom:5px}.bbnx-input-checkbox__wrapper{display:block}.bbnx-input-checkbox__content{display:flex}.bbnx-input-checkbox__label{flex:1 1 auto;color:#4d4d4d;display:block;padding-top:1px}.bbnx-input-checkbox__label p{margin:0}.bbnx-input-checkbox__label p+p{margin-top:9px}.bbnx-input-checkbox__label a{font-weight:medium}.bbnx-input-checkbox__label a,.bbnx-input-checkbox__label a:visited,.bbnx-input-checkbox__label a:active{color:var(--background-accent-color, var(--background-color, #21835b));text-decoration:none}.bbnx-input-checkbox__label a:focus,.bbnx-input-checkbox__label a:hover{text-decoration:underline}.bbnx-input-checkbox__input{opacity:0;position:absolute}.bbnx-input-checkbox__input-wrapper{flex:0 0 auto;margin-right:10px;position:relative}.bbnx-input-checkbox__check{padding:3px 0;position:relative}.bbnx-input-checkbox__check::before{background-color:#919191;border-radius:12px;content:"";display:block;height:12px;transition:background-color .2s ease-in-out;width:32px}.bbnx-input-checkbox__check::after{background-color:#fff;border-radius:50%;box-shadow:0 2px 4px 0 rgba(0,0,0,.3);content:"";display:block;height:18px;left:0;position:absolute;top:0;transition:transform .2s ease-in-out,background-color .2s ease-in-out;width:18px}.bbnx-input-checkbox__input:checked+.bbnx-input-checkbox__check::before{background-color:rgba(33,131,91,.4)}.bbnx-input-checkbox__input:checked+.bbnx-input-checkbox__check::after{background-color:#21835b;transform:translateX(14px)}.bbnx-input-checkbox__input:focus+.bbnx-input-checkbox__check{outline:-webkit-focus-ring-color auto 1px}.bbnx-input-checkbox__error{color:#d64535;padding-top:5px;display:block}.bbnx-input-checkbox.bbnx-input-checkbox--check .bbnx-input-checkbox__input{-webkit-appearance:none;appearance:none;opacity:1;position:relative;border-radius:4px;border:2px solid #666;background:#fff;width:16px;height:16px}.bbnx-input-checkbox.bbnx-input-checkbox--check .bbnx-input-checkbox__input:checked{background:#21835b;border:2px solid #21835b}.bbnx-input-checkbox.bbnx-input-checkbox--check .bbnx-input-checkbox__input:checked::before{content:"✓";color:#fff;font-family:math;display:flex;align-items:center;justify-content:center;height:16px;width:14px}.bbnx-input-checkbox.bbnx-input-checkbox--check .bbnx-input-checkbox__check{display:none}
.form-user-profile .user__title{margin:0 0 32px}.form-user-profile form>*:not(:first-child){margin:40px 0 0}.form-user-profile__section .headline-atom{margin:0 0 24px}.form-user-profile__section>*:not(:first-child){margin:16px 0 0}
.author-favourite{box-shadow:0 6px 16px rgba(0,0,0,.16);border-radius:1px;display:block;margin-bottom:20px;overflow:hidden;width:100%;padding:15px 20px 20px}.author-favourite__content{margin:0 15px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.author-favourite__image-wrapper{width:70px;height:70px;min-width:70px;min-height:70px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center}.author-favourite__top{display:flex;justify-content:flex-start;width:fit-content}.author-favourite__bottom{margin:24px 0 0;display:flex;justify-content:space-between}.author-favourite__title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:#333;margin:0}.author-favourite__twitter{margin:5px 0 0;display:flex;white-space:nowrap;align-items:center;color:#919191;text-decoration:none}.author-favourite__twitter svg{margin:0 5px 0 0}.author-favourite__kicker{color:#919191;margin:5px 0 0}.author-favourite__trash{cursor:pointer}.author-favourite__trash:focus{outline:-webkit-focus-ring-color auto 1px}
picture{width:100%;height:100%;position:relative;margin:0;max-width:none}picture:not(.section-opening-image) img:not(.no-sources){border-radius:1px}picture img.lazy.loaded{object-fit:contain;width:100%;height:100%;background:none}
.card-favourite{box-shadow:0 6px 16px rgba(0,0,0,.16);border-radius:1px;display:block;margin-bottom:20px;overflow:hidden;width:100%}.card-favourite__content{padding:16px 15px 0;height:82px}.card-favourite__bottom{display:flex;justify-content:space-between;padding:14px 15px 20px}.card-favourite__title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:#333;margin:0}.card-favourite__kicker{color:#919191;margin:5px 0 0}.card-favourite__trash{cursor:pointer}.card-favourite__trash:focus{outline:-webkit-focus-ring-color auto 1px}
.bbnx-dropdown{position:absolute;top:100%;right:0;padding:15px 30px 15px 15px;background-color:#fff;color:#000;display:grid;grid-template-columns:1fr;grid-template-rows:auto;grid-gap:15px;z-index:2;justify-items:normal;box-shadow:0 24px 48px 2px rgba(0,0,0,.25)}.bbnx-dropdown li{white-space:nowrap;position:relative;color:#919191}.bbnx-dropdown li .header-link{color:#919191;transition:color .4s ease-in-out}.bbnx-dropdown li .header-link:focus-within,.bbnx-dropdown li .header-link:hover{color:#000}.bbnx-dropdown li .header-link:focus-within::before,.bbnx-dropdown li .header-link:hover::before{position:absolute;content:"";height:100%;width:5px;left:-15px;background-color:rgba(0,0,0,.8);font-weight:bold}.bbnx-dropdown .share-bar{display:grid;grid-template-columns:1fr;grid-template-rows:auto;grid-gap:15px;z-index:2;justify-items:flex-start}.bbnx-dropdown .share-bar li,.bbnx-dropdown .share-bar button{white-space:nowrap;cursor:pointer}.bbnx-dropdown .share-bar .more.share-bar-icon{text-decoration:none;color:inherit;display:flex;align-items:center;position:relative}.bbnx-dropdown .share-bar .more.share-bar-icon .icon{margin:0;width:34px;text-align:left;justify-content:flex-start}.bbnx-dropdown .share-bar .more.share-bar-icon .icon svg{margin:0}
.tab-selector{width:100%;margin:0 auto;position:relative}.tab-selector--horizontal{overflow:hidden;white-space:nowrap;position:relative}.tab-selector--horizontal::after{content:"";position:absolute;top:0;right:0;height:30px;width:50px;background:linear-gradient(to left, #fff, rgba(255, 255, 255, 0) 100%)}.tab-selector--horizontal .tab-selector-wrapper{display:flex}.tab-selector--vertical .tab-selector-wrapper{display:flex;flex-direction:column}.tab-selector--vertical .tab-selector-wrapper .tab-selector-option:not(:last-child){margin-bottom:8px}.tab-selector--dropdown{position:relative;height:48px}.tab-selector--dropdown .bbnx-dropdown{width:100%}.tab-selector--dropdown .input-button{width:100%;display:flex;align-items:center;padding:8px 12px;display:flex;height:48px;align-items:center;gap:8px;align-self:stretch;border-radius:2px;border:1px solid #d6d6d6;background:#fff}.tab-selector--dropdown svg{width:24px;height:24px;margin:0 12px 0 0;fill:#1a1a1a}.tab-selector--dropdown span+svg{width:24px;height:24px;padding:0 5px;fill:#1a1a1a;margin:0 0 0 auto}.tab-selector .tab-selector-option{padding:8px 12px;text-decoration:none;cursor:pointer;color:#919191;display:inline-flex;text-wrap:nowrap;align-items:center}.tab-selector .tab-selector-option svg{width:24px;height:24px;margin:0 12px 0 0;fill:#919191}.tab-selector .tab-selector-option--selected{border-bottom:3px solid #21835b;color:#1a1a1a}.tab-selector .tab-selector-option--selected svg{fill:#1a1a1a}
.user__menu{display:flex;margin:0;padding:0;width:100%;justify-content:space-between}@media only screen and (min-width : 578px){.user__menu{justify-content:space-around}}@media only screen and (min-width : 1084px){.user__menu{flex-direction:column;margin:0}}.user__menu-item{display:flex;align-items:center;justify-content:center}.user__menu-icon{align-items:center;display:flex;width:24px;height:24px}.user__menu-text{margin:8px 0 0;color:#919191}@media only screen and (min-width : 1084px){.user__menu-text{margin:0 0 0 8px}}.user__menu-link{align-items:center;cursor:pointer;display:flex;width:100%;text-decoration:none;justify-content:flex-start;flex-direction:column;padding:8px 0;border-bottom:3px solid rgba(0,0,0,0);flex-basis:100%}@media only screen and (min-width : 1084px){.user__menu-link{margin:0 0 16px;padding:8px;flex-direction:row;justify-content:flex-start;align-items:center}}.user__menu-link:focus{outline:-webkit-focus-ring-color auto 1px}.user__menu-link .user__menu-icon svg [d]{fill:#919191}.user__menu-link--active,.user__menu-link:hover{border-bottom:3px solid #21835b}.user__menu-link--active .user__menu-icon svg [d],.user__menu-link:hover .user__menu-icon svg [d]{fill:#1a1a1a}.user__menu-link--active .user__menu-text,.user__menu-link:hover .user__menu-text{color:#1a1a1a}
.advertising{max-width:100vw;width:100%;position:relative;overflow-x:hidden}.advertising-wrapper{padding:0;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;overflow:hidden;position:relative}.advertising-wrapper:empty{display:none}.advertising-wrapper::before{content:"Publicidad";width:100%;position:relative;display:block;margin:0 auto 3px;text-align:center;color:#919191;text-transform:uppercase}.sky-map .advertising-wrapper::before{content:none}.advertising-wrapper--preview{margin:0 auto;width:100%}.advertising-wrapper--preview .info{width:100%;height:100%;color:#085334;background-color:#e7fef5;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-left:auto;margin-right:auto}.advertising.banner{overflow-x:hidden}.advertising.bannertop{z-index:4}.advertising.bannertop .advertising-wrapper{z-index:2;padding:5px 0 10px}.advertising.skyleft,.advertising.skyright{position:sticky;top:100px;width:200px;align-self:flex-start;pointer-events:auto}.advertising.skyleft .advertising-wrapper--preview .info{margin-right:0}.advertising.skyright .advertising-wrapper--preview .info{margin-left:0}.advertising.bannerfooter{position:fixed;left:0;bottom:0;z-index:11;background-color:#fff;border-top:1px solid #d6d6d6;display:flex;align-items:center;justify-content:center;overflow:visible}.advertising.bannerfooter .close{position:absolute;cursor:pointer;bottom:100%;right:1px;padding:4px;display:flex;align-items:center;justify-content:center;font-size:18px;background-color:#fff;color:#96b7ea;z-index:2;border-radius:5px 0 0;border-top:1px solid #d6d6d6;border-left:1px solid #d6d6d6}.advertising.outofpage .close{position:fixed;cursor:pointer;top:10px;right:10px;padding:8px;display:flex;align-items:center;justify-content:center;z-index:2;pointer-events:auto}.advertising.outofpage .close svg{width:20px;height:20px}.bbnx-module .advertising .advertising-wrapper{margin:0}[data-ad-type] .advertising{display:grid;place-items:center}[data-ad-type=board-module] .advertising{position:sticky;top:50px}@media only screen and (min-width : 578px){[data-ad-type=board-module] .advertising{top:0}}[data-ad-type=bannerTop]{display:flex;align-items:center;justify-content:center;position:relative}[data-ad-type=bannerTop]::before{content:"Publicidad";width:100%;position:absolute;top:0;display:block;margin:6px auto 3px;text-align:center;color:#919191;text-transform:uppercase}[data-ad-type=bannerTop] .advertising-wrapper::before{content:none}[data-ad-type=bannerUnderHeader]{display:flex;align-items:center;justify-content:center;position:relative}[data-ad-type=bannerUnderHeader]::before{content:"Publicidad";width:100%;position:absolute;top:0;display:block;margin:6px auto 3px;text-align:center;color:#919191;text-transform:uppercase}[data-ad-type=bannerUnderHeader] .advertising-wrapper{margin:0 auto 32px}body.template-full [data-ad-type=bannerUnderHeader] .advertising-wrapper{margin:0 auto 24px}[data-ad-type=bannerUnderHeader] .advertising-wrapper::before{content:none}[data-ad-type=afterContent]{display:flex;align-items:center;justify-content:center}[data-ad-type=afterContent]>bbnx-advertising-position:empty{display:block;margin:30px auto 0}[data-ad-type=afterContent] .advertising .advertising-wrapper{display:block;margin:30px auto 0}[data-ad-type=afterContent] .advertising .advertising-wrapper:empty{display:none}[data-ad-type=list]{margin:30px auto 0}@media only screen and (min-width : 578px){[data-ad-type=list]{margin-top:40px}}[data-ad-type=list]>bbnx-advertising-position:empty{display:block;margin:30px auto 0}[data-ad-type=list] .advertising{position:sticky;top:50px}@media only screen and (min-width : 578px){[data-ad-type=list] .advertising{top:0}}[data-ad-type=list] .advertising .advertising-wrapper{display:block;position:relative;width:100%;padding:0}[data-ad-type=list] .advertising .advertising-wrapper:empty{display:none}[data-ad-type=outOfPage] .advertising{z-index:13}[data-ad-type=outOfPage] .advertising>div.close:first-child,[data-ad-type=outOfPage] .advertising>[empty]+div.close,[data-ad-type=outOfPage] .advertising>[style*="display: none"]+div.close,[data-ad-type=outOfPage] .advertising>[style*="display:none"]+div.close{display:none !important}[data-ad-type=outOfPage] .advertising>*:not(.close){display:flex;align-items:center;justify-content:center;position:fixed;inset:0;height:100vh;width:100vw;pointer-events:none}[data-ad-type=outOfPage] .advertising>*:not(.close) *{pointer-events:auto}[data-ad-type=outOfPage] .advertising>*:not(.close)::after{display:block;position:fixed;z-index:-2;background:rgba(255,255,255,.85);inset:0;height:100vh;width:100vw;content:""}body .sky-map{display:none}@media only screen and (min-width : 1084px){body .sky-map{display:flex;width:1484px;margin:0 auto;position:absolute;left:50%;transform:translateX(-50%);justify-content:space-between;z-index:2;pointer-events:none}body .sky-map--preview{z-index:-1;opacity:.7}}body.locked #app .sky-map{position:fixed}.bbnx-main>.board-advertising{margin:30px auto 0}@media only screen and (min-width : 578px){.bbnx-main>.board-advertising{margin:40px auto 0}}.under-recirculation{width:100%;margin:8px auto 0;display:flex;flex-direction:column}@media only screen and (min-width : 1084px){.under-recirculation{max-width:1020px;box-sizing:content-box}}@media only screen and (min-width : 1340px){.under-recirculation{max-width:1020px !important}}@media only screen and (min-width : 578px){.under-recirculation{padding-left:32px;padding-right:32px}}@media only screen and (min-width : 1084px){.under-recirculation{padding-left:16px;padding-right:16px}}.under-recirculation .underrecirculationbannerleft,.under-recirculation .underrecirculationbannerright{padding-top:24px}@media only screen and (min-width : 1084px){.under-recirculation{flex-direction:row;justify-content:space-between}.under-recirculation .underrecirculationbannerleft{flex:0 0 657px}.under-recirculation .underrecirculationbannerright{flex:0 0 300px}}
.slideIn{animation-duration:2s;animation-name:slide}.slideOut{animation-duration:2s;animation-name:slide;animation-direction:reverse}@keyframes slide{0%{transform:translateX(600px)}100%{transform:translateX(0)}}
.aside-alert{display:block;position:absolute;right:15px;z-index:11;top:70px}@media only screen and (min-width : 578px){.aside-alert{top:90px}}@media only screen and (min-width : 1084px){.aside-alert{top:130px}}.aside-alert.stickeable{transition:top .25s ease-in-out;position:fixed;top:50px}.aside-alert.sticky{transition:top .25s ease-in-out;position:fixed;top:70px}@media only screen and (min-width : 578px){.aside-alert.sticky{top:90px}}@media only screen and (min-width : 1084px){.aside-alert.sticky{top:110px}}.aside-alert a{cursor:pointer}.aside-alert-item{display:block;width:300px;height:114px;border-radius:1px;box-shadow:0 24px 48px 2px rgba(0,0,0,.25);padding:16px 16px 0;position:relative;text-decoration:none;transition:all .3s ease}.aside-alert-item .title{margin:0;z-index:1;width:90%}.aside-alert-item .content{margin:8px 0 0;z-index:1;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.aside-alert-item .icon{position:absolute;top:10px;right:10px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;z-index:1}.aside-alert-item .icon svg{fill:#fff}.aside-alert-item .image{position:absolute;top:0;left:0;width:300px;height:114px;z-index:-1;object-fit:cover}.aside-alert-item.no-image{background-color:#fff}.aside-alert-item.no-image .icon svg{fill:#000}.aside-alert-item+.aside-alert-item{margin:12px 0 0}
.btn-like{cursor:pointer}.btn-like svg{fill:var(--background-accent-color, var(--background-color, #21835b))}.btn-like svg path{fill:var(--background-accent-color, var(--background-color, #21835b))}.btn-like.saved svg{fill:var(--background-accent-color, var(--background-color, #21835b))}.btn-like.saved.negative svg{fill:var(--background-accent-color, var(--background-color, #ffc33a))}
.share-bar{display:flex;flex-flow:column nowrap;transition:max-width .15s ease-in-out;position:relative}.share-bar.open{z-index:1}@media only screen and (min-width : 1084px){.share-bar{transition:max-height .15s ease-in-out}}.share-bar-icon a.icon{height:40px;width:40px;min-height:40px;min-width:40px}.share-bar .threads svg{fill:#000}.share-bar .more{cursor:pointer}.share-bar .more svg{fill:#4d4d4d;transform:rotate(90deg)}.share-bar .more .button-icon-atom{padding:2px;height:40px;width:40px;min-height:40px;min-width:40px}.share-bar .more-icons{position:absolute;right:0;top:100%;display:flex;flex-direction:column;padding:8px;gap:16px;background-color:#fff;box-shadow:0px 2px 4px 0px rgba(40,41,61,.04),0px 8px 16px 0px rgba(96,97,112,.16)}.share-bar .more-icons--live{display:contents}.share-bar .more-icons .aside-bar-icon{margin:0}
.aside-bar{display:flex;align-items:center;margin:10px 0 0;transition:all .15s ease-in-out;border:none;justify-content:flex-start}.aside-bar .like-btn{display:flex;flex:none;justify-content:center}.aside-bar .share-bar.aside{display:flex;flex-direction:row;flex:none}.aside-bar .comments-info svg{fill:#21835b}.aside-bar-icon{width:24px;height:24px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;margin:0 15px 0 0}.aside-bar-icon.button-icon-atom{background-color:unset;width:24px}.aside-bar-icon.button-icon-atom .comments-info{border-radius:100%}.aside-bar-icon.button-icon-atom .comments-info:hover{background-color:#d6d6d6}.aside-bar-icon.button-icon-atom:hover{background-color:unset}.aside-bar-icon.button-icon-atom:hover .comments-info:hover{background-color:#d6d6d6}.aside-bar-icon.button-icon-atom:not(.icon):hover{background-color:unset}.aside-bar-icon a{align-items:center;display:flex;justify-content:center;vertical-align:middle;height:40px;width:40px;min-height:40px;min-width:40px}.aside-bar-icon:last-child{margin:0}.aside-bar-icon .icon{display:flex;align-items:center;justify-content:center}.aside-bar-icon.like svg{fill:#21835b}.aside-bar-icon.like.saved svg{fill:#085334}.aside-bar-icon.telegram{display:none}@media only screen and (width >= 330px){.aside-bar-icon.telegram{display:flex}}.aside-bar-icon.link{display:none}@media only screen and (width >= 375px){.aside-bar-icon.link{display:flex}}.aside-bar-icon.link .icon{vertical-align:middle;height:40px;width:40px;min-height:40px;min-width:40px}.aside-bar-icon.link svg{transition:opacity .15s ease-in-out}.aside-bar-icon.link svg path{fill:var(--background-accent-color, var(--background-color, #21835b))}.aside-bar-icon.link.copied{position:relative}.aside-bar-icon.link.copied svg{transition:opacity .15s ease-in-out;opacity:.2}.aside-bar-icon.link.copied .icon{display:contents}.aside-bar-icon .message{position:absolute;transform:translateX(-50%);right:0;bottom:110%;color:#4d4d4d;background-color:#6ded7e;padding:4px 10px;white-space:nowrap;display:flex;width:fit-content;align-items:center;justify-content:center;font-weight:bold}@media only screen and (min-width : 1084px){.aside-bar-icon .message{left:110%;top:0;bottom:0;transform:none}}.aside-bar-icon.more svg{fill:#4d4d4d}.aside-bar.sticky{position:fixed;top:0;left:0;display:flex;transition:all .15s ease-in-out;margin:0;z-index:3;width:100%;height:47px;border-bottom:1px solid #d6d6d6;background-color:#fff;justify-content:space-between;box-shadow:0 -6px 8px 10px #d6d6d6}.aside-bar.sticky .like-btn,.aside-bar.sticky .comments-info{display:flex;flex:0 0 20%;justify-content:center}@media only screen and (min-width : 1084px){.aside-bar.sticky .like-btn,.aside-bar.sticky .comments-info{flex:none}}.aside-bar.sticky .like-btn~.share-bar.aside{display:flex;flex-direction:row;flex:0 0 80%;justify-content:space-between}.aside-bar.sticky .share-bar.aside{display:flex;flex-direction:row;flex:0 0 100%;justify-content:space-between;border-left:1px solid #d6d6d6}.aside-bar.sticky .aside-bar-icon{width:100%;height:47px;margin:0;display:flex;align-items:center;justify-content:center}.aside-bar.sticky .aside-bar-icon:not(:first-child){border-left:1px solid #d6d6d6}.aside-bar.sticky .more-icons .aside-bar-icon{border:none}.aside-bar.sticky.has-comments .like-btn,.aside-bar.sticky.has-comments .comments-info{flex:0 0 16.6%}.aside-bar.sticky.has-comments .like-btn~.share-bar.aside{flex:0 0 66.6%}
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px, 0, 0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-wrapper,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{touch-action:pan-x}.bbnx-preview .carousel-content .multimedia>.image{pointer-events:none}.swiper-container{overflow:visible;overflow-x:visible;display:flex;flex-direction:column}.swiper-container .image-default{width:100%;height:100%;position:relative}.swiper-container .image-default img{object-fit:cover;height:100%;width:100%}.swiper-container .slider-wrapper{touch-action:pan-x}.swiper-container::before{content:"";position:absolute;background:rgba(255,255,255,.9);top:-1px;height:101%;width:100vw;right:100%;z-index:2}.swiper-container::after{content:"";position:absolute;background:rgba(255,255,255,.9);top:-1px;height:101%;width:100vw;left:100%;z-index:1}.swiper-container .swiper-slide{width:66%}@media only screen and (min-width : 578px){.swiper-container .swiper-slide{width:50%}}@media only screen and (min-width : 1084px){.swiper-container .swiper-slide{width:33%}}.swiper-container .swiper-pagination{align-items:flex-end;display:flex;height:28px;justify-content:center;margin:0;text-align:center;transition:opacity .3s;width:100%}@media only screen and (min-width : 1084px){.swiper-container .swiper-pagination{margin-top:4px}}.swiper-container .swiper-pagination-bullet{cursor:pointer;width:8px;min-width:8px;height:8px;min-height:8px;background-color:#d6d6d6;color:#000;border-radius:30px;margin:0 10px;transition:width .15s ease-in-out,height .15s ease-in-out;border:2px solid #fff;box-sizing:content-box}@media only screen and (min-width : 1084px){.swiper-container .swiper-pagination-bullet{width:15px;min-width:15px;height:15px;min-height:15px}}.swiper-container .swiper-pagination-bullet-active{width:12px;min-width:12px;height:12px;min-height:12px;background-color:var(--background-accent-color, var(--background-color, #21835b));transition:width .25s ease-in-out,height .25s ease-in-out;color:#fff}@media only screen and (min-width : 1084px){.swiper-container .swiper-pagination-bullet-active{width:21px;min-width:21px;height:21px;min-height:21px}}.swiper-container .swiper-button-prev,.swiper-container .swiper-button-next{margin:0;padding:0;border:3px solid var(--background-accent-color, var(--background-color, #21835b));background-color:var(--background-accent-color, var(--background-color, #21835b));position:absolute;width:40px;height:40px;top:50%;bottom:0;transform:translateY(calc(-50% - 20px));cursor:pointer;display:none;z-index:3;right:40px;align-items:center;justify-content:center}@media only screen and (min-width : 1084px){.swiper-container .swiper-button-prev,.swiper-container .swiper-button-next{display:flex;right:56px}}.swiper-container .swiper-button-prev svg,.swiper-container .swiper-button-next svg{transform:scaleX(-1)}.swiper-container .swiper-button-prev path,.swiper-container .swiper-button-next path{fill:var(--text-accent-color, var(--text-color, #fff))}.swiper-container .swiper-button-prev.swiper-button-disabled,.swiper-container .swiper-button-prev:focus,.swiper-container .swiper-button-prev:hover,.swiper-container .swiper-button-next.swiper-button-disabled,.swiper-container .swiper-button-next:focus,.swiper-container .swiper-button-next:hover{background-color:var(--text-accent-color, var(--text-color, #fff));border:3px solid var(--background-accent-color, var(--background-color, #21835b))}.swiper-container .swiper-button-prev.swiper-button-disabled path,.swiper-container .swiper-button-prev:focus path,.swiper-container .swiper-button-prev:hover path,.swiper-container .swiper-button-next.swiper-button-disabled path,.swiper-container .swiper-button-next:focus path,.swiper-container .swiper-button-next:hover path{fill:var(--background-accent-color, var(--background-color, #21835b))}.swiper-container.swiper-button-disabled{pointer-events:none}.swiper-container .swiper-button-next{right:0}@media only screen and (min-width : 1084px){.swiper-container .swiper-button-next{right:16px}}.swiper-container .swiper-button-next svg{transform:scaleX(1)}
.media-info{border-radius:50px;display:flex;align-items:center;justify-content:center;background-color:var(--background-accent-color, var(--background-color, #21835b));color:#fff;opacity:1;pointer-events:none}.media-info svg{fill:#fff}.media-info.xs{width:35px;height:35px}.media-info.xs svg{width:15px;height:15px}.media-info.xs.media-audio svg{width:22px;height:19px}.media-info.xs.media-video360 svg{width:22px;height:22px}.media-info.sm{width:35px;height:35px}.media-info.sm svg{width:15px;height:15px}@media only screen and (min-width : 1084px){.media-info.sm{width:50px;height:50px}.media-info.sm svg{width:24px;height:24px}}.media-info.md{width:35px;height:35px}.media-info.md svg{width:15px;height:15px}@media only screen and (min-width : 578px){.media-info.md{width:50px;height:50px}.media-info.md svg{width:24px;height:24px}}.media-info.lg{width:35px;height:35px}.media-info.lg svg{width:15px;height:15px}@media only screen and (min-width : 1084px){.media-info.lg{width:50px;height:50px}.media-info.lg svg{width:24px;height:24px}}@media only screen and (min-width : 1084px){.media-info.lg{width:70px;height:70px}.media-info.lg svg{width:33px;height:33px}}.media-info.xl{width:50px;height:50px}.media-info.xl svg{width:24px;height:24px}@media only screen and (min-width : 1084px){.media-info.xl{width:70px;height:70px}.media-info.xl svg{width:33px;height:33px}}
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px, 0, 0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-wrapper,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{touch-action:pan-x}.nx-swiper{width:100%;margin:10px auto;position:relative}@media only screen and (min-width : 1084px){.nx-swiper{padding:0}}.nx-swiper .swiper-container{overflow:visible;overflow-x:visible;display:flex;flex-direction:column;width:100%}.nx-swiper .swiper-container:before,.nx-swiper .swiper-container:after{content:none}.nx-swiper .swiper-wrapper{touch-action:pan-x;position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.nx-swiper .swiper-slide{display:grid;grid-template-columns:1fr;opacity:.1;transition:opacity .15s ease-in-out}.nx-swiper .swiper-slide--in-viewport{opacity:1;transition:opacity .15s ease-in-out}.nx-swiper .swiper-slide>*{margin:0}.nx-swiper .swiper-pagination{align-items:center;display:flex;height:40px;justify-content:center;margin:0;text-align:center;transition:opacity .3s;width:100%}@media only screen and (min-width : 1084px){.nx-swiper .swiper-pagination{margin-top:4px}}.nx-swiper .swiper-pagination-bullet{cursor:pointer;width:8px;min-width:8px;height:8px;min-height:8px;background-color:#d6d6d6;color:#000;border-radius:30px;margin:0 10px;transition:width .15s ease-in-out,height .15s ease-in-out;border:2px solid #fff;box-sizing:content-box}@media only screen and (min-width : 1084px){.nx-swiper .swiper-pagination-bullet{width:15px;min-width:15px;height:15px;min-height:15px}}.nx-swiper .swiper-pagination-bullet-active{width:12px;min-width:12px;height:12px;min-height:12px;background-color:var(--background-accent-color, var(--background-color, #21835b));transition:width .25s ease-in-out,height .25s ease-in-out;color:#fff}@media only screen and (min-width : 1084px){.nx-swiper .swiper-pagination-bullet-active{width:21px;min-width:21px;height:21px;min-height:21px}}.nx-swiper .swiper-button-prev,.nx-swiper .swiper-button-next{margin:0;padding:0;border:3px solid var(--background-accent-color, var(--background-color, #21835b));background-color:var(--background-accent-color, var(--background-color, #21835b));position:absolute;width:40px;height:40px;top:50%;bottom:0;transform:translateY(calc(-50% - 20px));cursor:pointer;display:none;z-index:3;align-items:center;justify-content:center;display:flex;right:40px}.nx-swiper .swiper-button-prev svg,.nx-swiper .swiper-button-next svg{transform:scaleX(-1)}.nx-swiper .swiper-button-prev path,.nx-swiper .swiper-button-next path{fill:var(--text-accent-color, var(--text-color, #fff))}.nx-swiper .swiper-button-prev.swiper-button-disabled,.nx-swiper .swiper-button-prev:focus,.nx-swiper .swiper-button-prev:hover,.nx-swiper .swiper-button-next.swiper-button-disabled,.nx-swiper .swiper-button-next:focus,.nx-swiper .swiper-button-next:hover{background-color:var(--text-accent-color, var(--text-color, #fff));border:3px solid var(--background-accent-color, var(--background-color, #21835b))}.nx-swiper .swiper-button-prev.swiper-button-disabled path,.nx-swiper .swiper-button-prev:focus path,.nx-swiper .swiper-button-prev:hover path,.nx-swiper .swiper-button-next.swiper-button-disabled path,.nx-swiper .swiper-button-next:focus path,.nx-swiper .swiper-button-next:hover path{fill:var(--background-accent-color, var(--background-color, #21835b))}.nx-swiper .swiper-button-next{right:0}.nx-swiper .swiper-button-next svg{transform:scaleX(1)}
nx-hot-topics{display:block;width:100%;max-width:1280px;height:40px;margin:0;border-bottom:1px solid #d6d6d6;background:#fff}.hot-topics{width:100%;border-bottom:1px solid #d6d6d6;background:#fff}.hot-topics-wrapper{width:100%;max-width:1280px;height:40px;margin:0;display:flex;align-items:center;justify-content:flex-start;padding:0 16px;position:relative}@media only screen and (min-width : 1084px){.hot-topics-wrapper{max-width:1020px;box-sizing:content-box}}@media only screen and (min-width : 1340px){.hot-topics-wrapper{max-width:1020px !important}}@media only screen and (min-width : 578px){.hot-topics-wrapper{padding-left:32px;padding-right:32px}}@media only screen and (min-width : 1084px){.hot-topics-wrapper{padding-left:16px;padding-right:16px}}@media only screen and (min-width : 1084px){.hot-topics-wrapper{margin:0 auto}}@media only screen and (min-width : 1340px){.hot-topics-wrapper{padding:0}}.hot-topics-wrapper span{text-decoration:none;margin:0 0 0 15px;white-space:nowrap}.hot-topics-wrapper span:first-child{margin-left:10px}.hot-topics-wrapper a{text-decoration:none;margin:0 0 0 15px;white-space:nowrap;transition:opacity .4s ease-in-out;opacity:1}.hot-topics-wrapper a:focus-within,.hot-topics-wrapper a:hover{opacity:.8}.hot-topics-wrapper a:first-child{margin-left:10px}.hot-topics-wrapper::after,.hot-topics-wrapper::before{content:"";display:block;position:absolute;background-image:linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);width:13px;top:1px;bottom:0;left:32px;pointer-events:none;z-index:1}@media only screen and (min-width : 578px){.hot-topics-wrapper::after,.hot-topics-wrapper::before{left:49px}}@media only screen and (min-width : 1084px){.hot-topics-wrapper::after,.hot-topics-wrapper::before{left:32px;width:14px}}@media only screen and (min-width : 1340px){.hot-topics-wrapper::after,.hot-topics-wrapper::before{left:17px}}.hot-topics-wrapper::after{background-image:linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 100%);width:20px;left:auto;right:16px}@media only screen and (min-width : 578px){.hot-topics-wrapper::after{left:auto;right:32px}}@media only screen and (min-width : 1084px){.hot-topics-wrapper::after{left:auto;right:16px;width:20px}}@media only screen and (min-width : 1340px){.hot-topics-wrapper::after{left:auto;right:0}}.hot-topics-swipe{position:relative;height:40px;width:100%;overflow:scroll hidden;-ms-overflow-style:none;scrollbar-width:none}.hot-topics-swipe-content{position:absolute;left:0;top:13px;transition:left .15s ease-in-out;padding-left:3px;padding-right:20px}.hot-topics-icon{width:18px;height:24px;fill:var(--background-accent-color, var(--background-color, #21835b));display:flex;justify-content:center;align-items:center}
.load-content{display:contents}.next-page{width:100%;display:grid;grid-template-columns:1fr;grid-gap:40px;padding:0}.next-page>*{width:100%;display:grid;grid-template-columns:1fr;grid-gap:40px;padding:0}.load-more{margin:0 auto}.load-more svg{width:24px;height:24px;animation:spinner-rotate 2s linear infinite;fill:#ffc33a}
@media only screen and (min-width : 1084px){.form-user-change-password-email{min-width:498px}}
.user-rrss{display:grid;grid-template-columns:1fr 1fr;grid-gap:15px;margin-top:10px}@media only screen and (min-width : 578px){.user-rrss{grid-template-columns:repeat(4, 1fr)}}.user-rrss__button{align-items:center;box-sizing:border-box;cursor:pointer;display:flex;height:40px;justify-content:center;border-radius:4px}.user-rrss__button:focus{outline:-webkit-focus-ring-color auto 1px}.user-rrss__button--facebook{background-color:#0866ff}.user-rrss__button--facebook svg{fill:#fff}.user-rrss__button--twitter{background-color:#000}.user-rrss__button--twitter svg{fill:#fff}.user-rrss__button--google{background-color:#fff;border:1px solid #919191}.user-rrss__button--apple{background-color:#666}.user-rrss__button--apple svg [d]{fill:#fff}
.bbnx-input-radio{margin-bottom:5px}.bbnx-input-radio__wrapper{display:block}.bbnx-input-radio__content{display:flex}.bbnx-input-radio__label{flex:1 1 auto;color:#4d4d4d;display:block;padding-top:1px}.bbnx-input-radio__label p{margin:0}.bbnx-input-radio__label p+p{margin-top:9px}.bbnx-input-radio__label a{transition:opacity .4s ease-in-out;opacity:1}.bbnx-input-radio__label a,.bbnx-input-radio__label a:visited,.bbnx-input-radio__label a:active{color:#333;text-decoration:none}.bbnx-input-radio__label a:focus-within,.bbnx-input-radio__label a:hover{opacity:.8}.bbnx-input-radio__label a:focus-within,.bbnx-input-radio__label a:hover{text-decoration:underline}.bbnx-input-radio__input{opacity:0;position:absolute}.bbnx-input-radio__input-wrapper{flex:0 0 auto;margin-right:10px;position:relative}.bbnx-input-radio__check{position:relative}.bbnx-input-radio__check::after{content:"";display:block;height:18px;width:18px;background-color:#919191;transition:background-color .2s ease-in-out}.bbnx-input-radio__input:checked+.bbnx-input-radio__check::after{outline:#919191 auto 2px;background-color:#21835b;border-radius:4px}.bbnx-input-radio__input:focus+.bbnx-input-radio__check{outline:#919191 auto 2px}.bbnx-input-radio__error{color:#d64535;padding-top:5px;display:block}
bbnx-newsletter-module{display:block;min-height:290px}@media only screen and (min-width : 1084px){bbnx-newsletter-module{min-height:165px}}.newsletter-module{padding:24px;display:flex;align-items:flex-start;border-radius:1px;gap:24px;flex-direction:column}@container slot (min-width: 600px){.newsletter-module{flex-direction:row}}.newsletter-module--content{margin:24px 16px 48px}@media only screen and (min-width: 840px){.newsletter-module--content{margin:48px auto;max-width:840px}.single-column-default-width .newsletter-module--content{max-width:840px}.single-column-full-width .newsletter-module--content{max-width:840px}.two-columns-default-width .newsletter-module--content{max-width:840px}.two-columns-full-width .newsletter-module--content{max-width:840px}}@media only screen and (min-width: 840px){.newsletter-module--content{flex-direction:row}.newsletter-module--content .newsletter-module-form-wrapper{flex-direction:row;align-items:flex-start}.newsletter-module--content .newsletter-module-form-wrapper .bbnx-btn{margin:0 0 0 16px}}.newsletter-module-icon{width:44px;height:44px}.newsletter-module-title{display:block}.newsletter-module-title.center{text-align:center}.newsletter-module-description{margin:8px 0 0}.newsletter-module-description.center{text-align:center}.newsletter-module-wrapper{width:100%;display:flex;flex-direction:column}.newsletter-module-form{margin:24px 0 0;display:flex;flex-direction:column;width:100%}.newsletter-module-form-wrapper{display:flex;flex-direction:column;width:100%}@container slot (min-width: 600px){.newsletter-module-form-wrapper{flex-direction:row;align-items:flex-start}}.newsletter-module-form-wrapper .bbnx-input-text__wrapper{width:100%}.newsletter-module-form-wrapper .bbnx-input-text__label{display:none}.newsletter-module-form-wrapper .bbnx-input-text__input{height:40px}.newsletter-module-form-wrapper .bbnx-btn{width:100%;margin:16px 0 0}@container slot (min-width: 600px){.newsletter-module-form-wrapper .bbnx-btn{margin:0 0 0 16px}}.newsletter-module-form .bbnx-input-radio__wrapper{margin:16px 0 0}.newsletter-module-form .bbnx-input-radio__wrapper .bbnx-input-radio__label{color:#000}.newsletter-module-form .bbnx-input-radio__wrapper .bbnx-input-radio__label a{text-decoration:underline}
.paywall-bottom{position:fixed;bottom:0;width:100%;height:303px;left:0;right:0;background-color:#fff;z-index:999999999;box-shadow:0 -2px 4px rgba(40,41,61,.04),0 -8px 16px rgba(96,97,112,.16)}.paywall-bottom .paywall-buttons{display:flex}.paywall-logo{max-height:24px;width:auto;margin:0 auto 8px 0}.paywall-logo>*{max-height:24px;width:auto}@media only screen and (min-width : 578px){.paywall-logo{margin:0 auto;max-height:32px}.paywall-logo>*{max-height:32px}}
.paywall-float{position:fixed;bottom:16px;width:calc(100% - 32px);left:16px;right:16px;background-color:#fff;z-index:999999999;box-shadow:0 2px 4px rgba(40,41,61,.04),0 8px 16px rgba(96,97,112,.16);border-radius:8px}.paywall-float .paywall-kicker{text-transform:none}@media only screen and (min-width : 578px){.paywall-float{width:460px}.paywall-float--left{left:16px}.paywall-float--left.paywall-float--counter{left:0}.paywall-float--center{left:0;right:0;margin-left:auto;margin-right:auto}.paywall-float--right{right:16px}.paywall-float--right.paywall-float--counter{right:0}}.paywall-float--counter{bottom:0;box-shadow:0 -2px 4px rgba(40,41,61,.04),0 -8px 16px rgba(96,97,112,.16)}.paywall-float--counter .paywall-wrapper{padding:24px 16px 16px}.paywall-float--counter .paywall-kicker{text-transform:none}.paywall-counter{position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:space-between;width:100%}.paywall-counter-item{content:"";position:relative;display:flex;height:5px;width:100%;padding:0 4px 0 0}.paywall-counter-item:last-of-type{padding:0}.paywall-counter-item-wrapper{width:100%;height:100%;background-color:#d6d6d6}.paywall-counter-item-wrapper--active{background-color:#21835b}
.paywall-modal{width:100vw;height:100vh;max-width:100%;position:fixed;left:0;top:0;transition:opacity .3s ease-in-out;z-index:110}.paywall-modal .paywall-overlay{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,.4);padding:0 16px}@media only screen and (min-width : 1084px){.paywall-modal .paywall-overlay{padding:0}}.paywall-modal .paywall-wrapper{width:100%;height:auto;max-width:680px;background-color:#fff;justify-content:flex-start;border-radius:8px}.paywall-modal .paywall-logo{position:absolute;left:16px;top:16px;max-height:32px;width:auto}.paywall-modal .paywall-logo>*{max-height:32px;width:auto}.paywall-modal .paywall-kicker{margin:72px auto 0}
.paywall{pointer-events:auto}.paywall-wrapper{display:flex;flex-direction:column;align-items:center;position:relative;text-align:center;padding:16px;justify-content:space-between;height:100%}.paywall-kicker{color:#4d4d4d;margin:0;text-transform:uppercase}.paywall-logo+.paywall-kicker{margin:8px auto 0}.paywall-title{color:#333;margin:8px auto 0}.paywall-above-button{color:#4d4d4d;margin:8px auto 0}.paywall .bbnx-btn{margin:16px 8px 0;white-space:nowrap}.paywall-under-button{color:#333;margin:8px auto 0}.paywall-bottom-text{color:#4d4d4d;margin:16px auto 0}.paywall-bottom-text--link{color:#21835b;text-decoration:none}.paywall-bottom-text--link:hover{color:#085334}.paywall-top-text{color:#4d4d4d;position:absolute;top:16px;right:16px}.paywall-top-text--link{color:#4d4d4d}.paywall-top-text--link:hover{color:#000}.paywall-close+.paywall-top-text{right:48px}.paywall-close{position:absolute;right:16px;top:16px;width:16px;height:16px;display:flex;align-items:center;justify-content:center;cursor:pointer}
.paywall__testing-message{color:#fff;background-color:#21835b;z-index:9999999;position:fixed;top:8px;right:8px;width:300px;height:100px;justify-content:center;align-items:center;display:flex;flex-direction:column;box-shadow:-11px 13px 5px -7px rgba(186,186,186,.65);font-weight:bold;border-radius:.2em}.paywall__testing-message h3{flex-grow:1;display:flex;align-items:center}.paywall__testing-message h3 .circle{display:block;width:10px;height:10px;margin:0 10px 0 0;border-radius:30px;animation-duration:1s;animation-iteration-count:infinite;animation-name:livecircleanimation;background-color:#fff}.paywall__testing-message button{margin:6px;padding:6px}
.schedule-wrapper{display:flex;flex-direction:column;position:relative}.schedule-wrapper .swiper-slide{height:110px}.schedule-wrapper::before{content:none}.schedule-wrapper::after{content:none}.schedule-wrapper__slides{display:flex}.schedule-wrapper__track{position:relative}.schedule-wrapper__track::before{content:"";position:absolute;background-color:#4d4d4d;top:0;height:100%;width:100vw;right:50%;z-index:-1}.schedule-wrapper__track::after{content:"";position:absolute;background-color:#4d4d4d;top:0;height:100%;width:100vw;left:50%;z-index:-1}.schedule .swiper-pagination{display:flex;margin:0;position:absolute;bottom:0;z-index:1}@media only screen and (min-width : 1084px){.schedule .swiper-pagination{display:none}}.schedule .swiper-button-prev,.schedule .swiper-button-next{display:none}@media only screen and (min-width : 1084px){.schedule .swiper-button-prev,.schedule .swiper-button-next{display:flex;transform:translateY(-50%)}}
.search-input{width:100%;height:50px;color:#333;position:relative}@media only screen and (min-width: ){.search-input{font-family:"Roboto Flex",sans-serif;font-weight:400;font-size:17px;line-height:22px;letter-spacing:0}}@media only screen and (min-width : 578px){.search-input{height:60px}}.search-input .search-input-wrapper{display:flex;flex:1;flex-direction:row;align-items:center;position:relative}.search-input .search-input-wrapper input{background-color:inherit;border-style:hidden;flex:1;outline:none;overflow:hidden;padding:20px;white-space:nowrap}.search-input .search-input-wrapper .icon{cursor:pointer;fill:#333;display:flex;width:24px;height:100%;align-items:center;justify-content:center;margin:0 20px}.search-input .search-input-wrapper .icon svg{width:24px;height:24px}
.date-select{width:100%}@media only screen and (min-width : 578px){.date-select{max-width:320px}}.date-select-header{color:#333;height:40px;border:1px solid #919191;background-color:#fff;border-radius:2px;display:flex;align-items:center;padding:8px 12px;width:100%;position:relative;color:#333;cursor:pointer}.date-select-header-title{margin:0 0 0 8px;white-space:nowrap;text-overflow:ellipsis;max-width:calc(100% - 50px);display:block;overflow:hidden}.date-select-header::after{position:absolute;content:"";top:16px;right:16px;width:0;height:0;border:6px solid rgba(0,0,0,0);border-color:#000 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}.date-select-modal{position:absolute;display:flex;padding:24px;flex-direction:column;gap:32px;background-color:#fff;z-index:3;border-radius:4px;box-shadow:0px 2px 4px 0px rgba(40,41,61,.04),0px 8px 16px 0px rgba(96,97,112,.16)}@media only screen and (min-width : 578px){.date-select-modal{flex-direction:row}}.date-select-modal-dates{display:flex;flex-direction:column;min-width:180px}.date-select-modal-dates-title{color:#1a1a1a;margin:0 0 24px}.date-select-modal-dates-list li{color:#333;padding:0 0 0 32px;margin:0 0 8px;cursor:pointer;will-change:opacity;position:relative}.date-select-modal-dates-list li:hover{opacity:.75;transition:opacity .25s ease-out,color .25s linear}.date-select-modal-dates-list li svg{position:absolute;left:0;top:4px}.date-select-modal-calendar{width:100%}@media only screen and (min-width : 578px){.date-select-modal-calendar{max-width:320px}}.date-select-modal-calendar .mx-range-wrapper .mx-calendar.mx-calendar-panel-date+.mx-calendar.mx-calendar-panel-date{display:none}.date-select-modal-calendar-header{display:flex;justify-content:space-between;gap:16px;margin:0 0 24px}.date-select-modal-calendar-header-column{display:flex;flex-direction:column;gap:4px;width:100%}.date-select-modal-calendar-header-date{padding:8px 12px;border-radius:2px;border:1px solid #919191;height:40px;display:flex;align-items:center}.date-select-modal-calendar .mx-datepicker-main *[tabindex]:focus:not(:hover),.date-select-modal-calendar .mx-datepicker-main a[href]:focus:not(:hover),.date-select-modal-calendar .mx-datepicker-main button:focus:not(:hover){outline:0 solid rgba(0,0,0,0);box-shadow:none}.date-select-modal-calendar .mx-datepicker-main .mx-btn-current-year,.date-select-modal-calendar .mx-datepicker-main .mx-btn-current-month{color:#4d4d4d;font-weight:bold;text-transform:capitalize}.date-select-modal-calendar .mx-datepicker-main .mx-calendar-content .mx-table.mx-table-date th{color:#4d4d4d;font-weight:bold;text-transform:capitalize}.date-select-modal-calendar .mx-datepicker-main .mx-calendar-content .cell{color:#4d4d4d;border-radius:2px}.date-select-modal-calendar .mx-datepicker-main .mx-calendar-content .cell:hover{background-color:#f5f5f5}.date-select-modal-calendar .mx-datepicker-main .mx-calendar-content .cell.active{background-color:#21835b;color:#fff}.date-select-modal-calendar .mx-datepicker-main .mx-calendar-content .cell.in-range{background-color:#d6d6d6}.date-select-modal-calendar .mx-datepicker-main .mx-calendar-content .cell.hover-in-range{background-color:#f5f5f5}.date-select-modal-calendar .mx-datepicker-main .mx-calendar-content .cell.not-current-month{color:#adadad}.date-select-modal-calendar .mx-datepicker-main .mx-calendar-content .cell.disabled,.date-select-modal-calendar .mx-datepicker-main .mx-calendar-content .cell.not-current-month.disabled{color:#1a1a1a;background-color:rgba(0,0,0,0);opacity:.2;border-radius:0}.date-select-modal-calendar .mx-datepicker-main .mx-calendar-panel-year+.mx-calendar-panel-date,.date-select-modal-calendar .mx-datepicker-main .mx-calendar-panel-month+.mx-calendar-panel-date{display:none}.date-select-modal-calendar .mx-datepicker-main .mx-icon-left:before,.date-select-modal-calendar .mx-datepicker-main .mx-icon-right:before,.date-select-modal-calendar .mx-datepicker-main .mx-icon-double-left:before,.date-select-modal-calendar .mx-datepicker-main .mx-icon-double-right:before,.date-select-modal-calendar .mx-datepicker-main .mx-icon-double-left:after,.date-select-modal-calendar .mx-datepicker-main .mx-icon-double-right:after{border-width:4px 0 0 4px;border-color:#adadad}
.search-input{width:100%;height:50px;color:#333;position:relative}@media only screen and (min-width : 578px){.search-input{height:60px}}.search-input .search-input-wrapper{display:flex;flex:1;flex-direction:row;align-items:center;position:relative}.search-input .search-input-wrapper input{background-color:inherit;border-style:hidden;flex:1;outline:none;overflow:hidden;padding:20px;white-space:nowrap}.search-input .search-input-wrapper .icon{cursor:pointer;fill:#333;display:flex;width:24px;height:100%;align-items:center;justify-content:center;margin:0 16px}.search-input .search-input-wrapper .icon svg{width:24px;height:24px}
.bbnx-predictive-search[data-v-edfca8e6]{position:relative}.bbnx-predictive-search .search-results[data-v-edfca8e6]{background-color:#fff;border-bottom:1px solid #d6d6d6;box-shadow:0 3px 7px -2px rgba(216,224,232,.8);overflow:hidden;position:absolute;top:47px;transition:300ms ease-out;width:100%;z-index:99}.bbnx-predictive-search .search-results .search-results--content[data-v-edfca8e6]{overflow-wrap:break-word}.bbnx-predictive-search .search-results .search-results--content a[data-v-edfca8e6]{color:#4d4d4d;border-bottom:1px solid #d6d6d6;cursor:pointer;display:block;margin:0 20px;padding:20px 20px 18px 25px;text-decoration:none}.bbnx-predictive-search .search-results .search-results--content a.selected[data-v-edfca8e6]{color:#21835b;transition:color .4s ease-in-out}.bbnx-predictive-search .search-results .search-results--content a[data-v-edfca8e6]:last-child{border:none}
.searcher{width:100%;margin:0 auto;position:relative;display:flex;flex-direction:column}.searcher-header{width:100%;background-color:#f5f5f5;margin:0 auto;position:relative;display:flex;flex-direction:column;padding:16px 16px 24px;gap:12px}@media only screen and (min-width : 578px){.searcher-header{padding:16px 32px 24px}}.searcher-header-row{width:100%;max-width:1020px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:12px;flex-direction:column}.searcher-header-row--filters{display:grid;grid-template-columns:1fr;transition:grid-template-rows .4s ease,max-height .4s ease}@media only screen and (min-width : 1084px){.searcher-header-row--filters{grid-template-columns:repeat(4, minmax(0, 1fr))}}.searcher-header-row>*{flex:1}@media only screen and (min-width : 1084px){.searcher-header-row{flex-direction:row}}.searcher-header-row+.searcher-row{margin:24px auto 0;flex-direction:row}.searcher-header .more-filters{display:contents}.searcher-header .date-select{max-width:none}@media only screen and (min-width : 1084px){.searcher-header .date-select{max-width:340px}}.searcher-header-info{display:flex;align-items:flex-start;width:100%;margin:0;flex-direction:column;gap:24px}@media only screen and (min-width : 1084px){.searcher-header-info{margin:12px 0 0;width:auto;flex-direction:row;align-items:center;gap:0}}.searcher-header-info-term{color:#1a1a1a}.searcher-header-info-results{margin:0 0 0 10px;color:#666;order:2;width:100%}@media only screen and (min-width : 1084px){.searcher-header-info-results{order:1}}.searcher-header-info-results:first-child{margin-left:0}.searcher-header-info-buttons{margin:0;display:flex;gap:16px;align-items:center;justify-content:space-between;order:1;width:100%}@media only screen and (min-width : 1084px){.searcher-header-info-buttons{margin:0 0 0 auto;order:2;width:auto}}.searcher-header-info-clean{padding:4px 8px;display:flex;align-items:center;justify-content:center;gap:4px;cursor:pointer;border-radius:1px;white-space:nowrap}.searcher-header-info-clean .clean-icon{display:flex;align-items:center;justify-content:center;padding:2px}.searcher-header-info-clean:hover svg,.searcher-header-info-clean:hover span{opacity:.8}.searcher-header-info-filters{padding:8px;background-color:#d6d6d6;display:flex;align-items:center;justify-content:center;gap:4px;cursor:pointer;white-space:nowrap}.searcher-header-info-filters .filter-icon{display:flex;align-items:center;justify-content:center;padding:2px}.searcher-header-info-filters--active{color:#fff;background-color:#767676}.searcher-header-info-filters--active svg{fill:#fff}.searcher-header-info-filters:hover svg,.searcher-header-info-filters:hover span{opacity:.8}.searcher-header .search-input{width:100%;height:auto}.searcher-header .search-input .search-input-wrapper{display:flex;flex:1;flex-direction:row;align-items:center;position:relative;padding:8px 12px;color:#333;height:40px;border:1px solid #919191;background-color:#fff}.searcher-header .search-input .search-input-wrapper:has(input:focus){border:1px solid #333}.searcher-header .search-input .search-input-wrapper input{background-color:inherit;border-style:hidden;flex:1;outline:none;overflow:hidden;white-space:nowrap;padding:0}.searcher-header .search-input .search-input-wrapper .icon{cursor:pointer;fill:#333;display:flex;width:24px;height:100%;align-items:center;justify-content:center;margin:0 0 0 8px;padding:3px}.searcher-header .search-input .search-input-wrapper .icon svg{width:24px;height:24px}.searcher-header .mx-datepicker-range,.searcher-header .bbnx-predictive-search,.searcher-header .bbnx-input-select__wrapper{width:100%}@media only screen and (min-width : 578px){.searcher.is-agenda .searcher-header-row{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr))}.searcher.is-agenda .searcher-header-row .search-input{grid-column-start:1;grid-column-end:3}}@media only screen and (min-width : 1084px){.searcher.is-agenda .searcher-header-row{display:flex;flex-direction:row}}.searcher .searcher-skeleton{width:100%;margin:0 auto;min-width:150px;max-width:840px;min-height:150px;border-radius:10px;background:rgba(130,130,130,.2);background:-webkit-gradient(linear, left top, right top, color-stop(8%, rgba(130, 130, 130, 0.2)), color-stop(18%, rgba(130, 130, 130, 0.3)), color-stop(33%, rgba(130, 130, 130, 0.2)));background:linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);background-size:800px 100px;animation:wave-squares 2s infinite ease-out}.searcher .searcher-skeleton--empty{animation:none;background:#f5f5f5;border-radius:4px}@keyframes wave-squares{0%{background-position:-468px 0}100%{background-position:468px 0}}.searcher-not-results{margin:40px auto;padding:32px 48px;border-radius:13px;background-color:#f5f5f5;text-align:center}@media only screen and (min-width : 578px){.searcher .module-event .headline-atom,.searcher .module-event .subtitle-atom{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.searcher .module-event .subtitle-atom{-webkit-line-clamp:3}}nx-searcher{width:100%;display:flex;flex-direction:column;gap:24px;margin:24px auto 0;padding:0}nx-searcher slot{width:100%;display:flex;flex-direction:column;gap:24px;margin:24px auto 0;padding:0}nx-searcher slot .list-author{max-width:1020px}nx-searcher slot [class^=module-text],nx-searcher slot .list-opinion{width:100%;max-width:840px}
.streaming-list{width:100%;margin:40px auto 0;overflow:hidden}.streaming-list-header{color:#919191;margin:0 auto;padding:0 16px}@media only screen and (min-width : 578px){.streaming-list-header{padding-left:32px;padding-right:32px}}@media only screen and (min-width : 1084px){.streaming-list-header{padding-left:16px;padding-right:16px}}@media only screen and (min-width : 1340px){.streaming-list-header{padding:0;max-width:1280px}}.streaming-list-content{margin:10px auto 0;padding:0 16px;display:grid;grid-template-columns:1fr;grid-gap:20px;align-items:flex-end}@media only screen and (min-width : 578px){.streaming-list-content{padding-left:32px;padding-right:32px}}@media only screen and (min-width : 1084px){.streaming-list-content{padding-left:16px;padding-right:16px}}@media only screen and (min-width : 578px){.streaming-list-content{grid-template-columns:1fr 1fr}}@media only screen and (min-width : 1084px){.streaming-list-content{grid-template-columns:1fr 1fr 1fr}}@media only screen and (min-width : 1340px){.streaming-list-content{padding:0;max-width:1280px;grid-template-columns:1fr 1fr 1fr 1fr}}.streaming-list-content .loading-spinner{position:absolute;left:50%}.streaming-list-content .loading-spinner svg{width:24px;height:24px;animation:spinner-rotate 2s linear infinite;fill:#ffc33a}.streaming-kicker{background-color:#f5f5f5;color:#333;height:27px;padding:0 5px;display:flex;align-items:center}.streaming-content{width:100%;padding-bottom:56.25%;position:relative}.streaming-title{position:absolute;top:15px;left:15px;color:#fff;text-shadow:0 1px 0 rgba(0,0,0,.3)}.streaming-buttons{position:absolute;bottom:15px;left:15px;display:grid;grid-template-columns:repeat(2, auto);grid-gap:10px}.streaming picture{width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1;filter:brightness(0.8)}.streaming picture img.lazy.loaded{object-fit:cover}.streaming .fade-enter-active{transition:opacity 1s ease-in}.streaming .fade-leave-active{transition:opacity 1s ease-out;opacity:1}.streaming .fade-enter,.streaming .fade-leave-to{opacity:0;position:absolute}
.bbnx-video-player{display:flex;align-items:center;width:100%;aspect-ratio:16/9;position:relative}.bbnx-video-player .preloading{background-color:#000;width:100% !important;height:100% !important}.bbnx-video-player .jw-logo{background-image:url("data:image/svg+xml,%3Csvg height=%2750%27 viewBox=%270 0 213 50%27 width=%27213%27 xmlns=%27http://www.w3.org/2000/svg%27 aria-label=%27Eru%27%3E%3Ctitle%3EEru%3C/title%3E%3Cg fill=%27none%27 fill-rule=%27evenodd%27%3E%3Cpath d=%27m0 0h50.118v50h-50.118z%27 fill=%27%234ed19c%27/%3E%3Cpath d=%27m13.574 40.918v-32.585h10.655c3.41 0 6.079.735 8.008 2.205 1.93 1.47 2.894 3.674 2.894 6.613 0 1.447-.464 2.741-1.39 3.883-.928 1.141-2.147 1.988-3.657 2.54 1.974.418 3.525 1.38 4.654 2.887 1.13 1.507 1.694 3.26 1.694 5.259 0 2.984-.968 5.263-2.905 6.837s-4.565 2.361-7.885 2.361zm4.419-15.285v11.839h7.65c2.003 0 3.566-.497 4.687-1.489 1.122-.992 1.683-2.398 1.683-4.218 0-1.91-.468-3.41-1.402-4.499-.935-1.089-2.374-1.633-4.318-1.633zm0-3.447h7.156c1.645 0 2.983-.451 4.015-1.354 1.032-.902 1.548-2.16 1.548-3.77 0-1.761-.557-3.078-1.671-3.95-1.115-.873-2.718-1.31-4.812-1.31h-6.236z%27 fill=%27%23fff%27 fill-rule=%27nonzero%27/%3E%3Cpath d=%27m0 0h50.118v50h-50.118z%27 fill=%27%234ed19c%27 transform=%27translate%2854.294%29%27/%3E%3Cpath d=%27m13.574 40.918v-32.585h10.655c3.41 0 6.079.735 8.008 2.205 1.93 1.47 2.894 3.674 2.894 6.613 0 1.447-.464 2.741-1.39 3.883-.928 1.141-2.147 1.988-3.657 2.54 1.974.418 3.525 1.38 4.654 2.887 1.13 1.507 1.694 3.26 1.694 5.259 0 2.984-.968 5.263-2.905 6.837s-4.565 2.361-7.885 2.361zm4.419-15.285v11.839h7.65c2.003 0 3.566-.497 4.687-1.489 1.122-.992 1.683-2.398 1.683-4.218 0-1.91-.468-3.41-1.402-4.499-.935-1.089-2.374-1.633-4.318-1.633zm0-3.447h7.156c1.645 0 2.983-.451 4.015-1.354 1.032-.902 1.548-2.16 1.548-3.77 0-1.761-.557-3.078-1.671-3.95-1.115-.873-2.718-1.31-4.812-1.31h-6.236z%27 fill=%27%23fff%27 fill-rule=%27nonzero%27 transform=%27translate%2854.294%29%27/%3E%3Cpath d=%27m0 0h50.118v50h-50.118z%27 fill=%27%234ed19c%27 transform=%27translate%28108.588%29%27/%3E%3Cpath d=%27m37.227 40.918h-4.419l-15.725-25.199-.134.044v25.155h-4.42v-32.585h4.42l15.725 25.155.134-.045v-25.11h4.419z%27 fill=%27%23fff%27 fill-rule=%27nonzero%27 transform=%27translate%28108.588%29%27/%3E%3Cg transform=%27translate%28162.882%29%27%3E%3Cpath d=%27m0 0h50.118v50h-50.118z%27 fill=%27%234ed19c%27/%3E%3Cpath d=%27m24.586 21.045 7.627-12.712h5.339l-10.364 16.158 10.588 16.427h-5.272l-7.829-12.935-7.851 12.935h-5.339l10.588-16.427-10.363-16.158h5.294z%27 fill=%27%23fff%27 fill-rule=%27nonzero%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");height:60px !important;width:100px !important;opacity:.5;background-position:bottom right}.bbnx-video-player .jw-display-controls{background-color:var(--background-accent-color, var(--background-color, #21835b));width:35px;height:35px;border-radius:50px}@media only screen and (min-width : 578px){.bbnx-video-player .jw-display-controls{width:50px;height:50px}}@media only screen and (min-width : 1084px){.bbnx-video-player .jw-display-controls{width:75px;height:75px}}.bbnx-video-player .jw-display-icon-container{width:36px;height:36px;margin:0;padding:0;display:flex;align-items:center;justify-content:center}.bbnx-video-player .jw-display-icon-container .jw-icon{color:var(--text-accent-color, #fff);display:flex;align-items:center;justify-content:center;width:35px !important;height:35px !important;opacity:1}.bbnx-video-player .jw-display-icon-container .jw-icon svg{width:15px !important;height:15px !important}@media only screen and (min-width : 578px){.bbnx-video-player .jw-display-icon-container .jw-icon{width:50px !important;height:50px !important}.bbnx-video-player .jw-display-icon-container .jw-icon svg{width:25px !important;height:25px !important}}@media only screen and (min-width : 1084px){.bbnx-video-player .jw-display-icon-container .jw-icon{width:75px !important;height:75px !important}.bbnx-video-player .jw-display-icon-container .jw-icon svg{width:35px !important;height:35px !important}}.bbnx-video-player--audio .jw-display-icon-container{width:36px;height:36px;margin:0;padding:0;display:flex;align-items:center;justify-content:center}.bbnx-video-player--audio .jw-display-icon-container .jw-icon{background-image:url("data:image/svg+xml,%3Csvg height=%2718%27 viewBox=%270 0 24 24%27 width=%2722%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill=%27%23FFF%27 d=%27m6.17073171 0c.74525745 0 1.34146341.65007776 1.34146341 1.46267496v14.49131674c0 .8125972-.59620596 1.462675-1.34146341 1.462675-.74525746 0-1.34146342-.6500778-1.34146342-1.462675v-14.49131674c0-.8125972.59620596-1.46267496 1.34146342-1.46267496zm9.65853659 0c.7204155 0 1.3166215.65007776 1.3414634 1.46267496v14.49131674c0 .8125972-.596206 1.462675-1.3414634 1.462675-.7452575 0-1.3414634-.6500778-1.3414634-1.462675v-14.49131674c0-.8125972.5962059-1.46267496 1.3414634-1.46267496zm4.8292683 3.265625c.7452574 0 1.3414634.65007776 1.3414634 1.43558839v8.66770351c0 .8125972-.596206 1.4626749-1.3414634 1.4626749-.7452575 0-1.3414634-.6500777-1.3414634-1.4626749v-8.64061694c0-.8125972.5962059-1.46267496 1.3414634-1.46267496zm-19.31707319-.34027508c.74525746 0 1.34146342.65007776 1.34146342 1.43558839v8.66770349c0 .8125972-.59620596 1.4626749-1.34146342 1.4626749-.74525745 0-1.34146341-.6500777-1.34146341-1.4626749v-8.64061692c0-.8125972.59620596-1.46267496 1.34146341-1.46267496zm9.65853659 0c.7452575 0 1.3414634.65007776 1.3414634 1.43558839v8.66770349c0 .8125972-.5962059 1.4626749-1.3414634 1.4626749s-1.34146341-.6500777-1.34146341-1.4626749v-8.64061692c0-.8125972.59620591-1.46267496 1.34146341-1.46267496z%27 transform=%27translate%281 4%29%27/%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;background-size:15px 15px}.bbnx-video-player--audio .jw-display-icon-container .jw-icon svg{display:none}@media only screen and (min-width : 578px){.bbnx-video-player--audio .jw-display-icon-container .jw-icon{background-size:25px 25px}}@media only screen and (min-width : 1084px){.bbnx-video-player--audio .jw-display-icon-container .jw-icon{background-size:35px 35px}}.video .video-poster,.audio .video-poster,.video-player .video-poster{width:100%;position:relative;cursor:pointer}.video .video-poster .media-info,.audio .video-poster .media-info,.video-player .video-poster .media-info{position:absolute;background-color:var(--background-accent-color, var(--background-color, #21835b));top:50%;left:50%;margin:-49px 0 0 -49px;width:98px;height:98px;border-radius:50%}.video .video-poster .media-info svg,.audio .video-poster .media-info svg,.video-player .video-poster .media-info svg{height:40px;width:40px}
bbnx-aside-streamings{display:none}.aside-streamings{display:contents}.aside-streamings.open{position:relative}.aside-streamings-content{position:fixed;margin:0;right:0;top:0;width:330px;height:100vh;background-color:#000;z-index:101;display:flex;flex-direction:column;align-items:center;padding:15px;box-shadow:0 0 50px 50px rgba(0,0,0,.5)}.aside-streamings-header{display:flex;justify-content:space-between;align-items:center;color:#ffc33a;width:100%}.aside-streamings-header .icon{width:24px;height:24px;cursor:pointer;display:flex;align-items:center;justify-content:flex-start}.aside-streamings-header .icon svg{fill:#fff}.aside-streamings-list{margin:20px 0 0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;height:100%;overflow-y:auto}.aside-streamings-list::-webkit-scrollbar-track{background-color:#000}.aside-streamings-list::-webkit-scrollbar{width:11px}.aside-streamings-list::-webkit-scrollbar-thumb{border:3px solid rgba(0,0,0,0);background-clip:padding-box;border-radius:30px;background-color:rgba(216,224,232,.9)}.aside-streamings-list .streaming-list-content{margin:0;display:grid;grid-template-columns:1fr;width:100%;flex-direction:column;padding:0}.aside-streamings .aside-transition-enter-active{transition:all .15s ease-out}.aside-streamings .aside-transition-leave-active{transition:all .15s ease-in}.aside-streamings .aside-transition-enter,.aside-streamings .aside-transition-leave-to{transform:translateX(330px);opacity:1}
.header-user-button{position:relative}.header-user-button__button{align-items:center;cursor:pointer;display:flex;justify-content:center;width:24px;height:24px;border-radius:40px;color:#000}.header-user-button__button:focus{outline:-webkit-focus-ring-color auto 1px}.header-user-button__button svg{fill:#fff}.header-user-button__button.active{background-color:#21835b;color:#fff;font-weight:400;text-transform:uppercase;height:32px;width:32px}@media only screen and (min-width : 578px){.header-user-button__button.active{height:36px;width:36px}}.header-user-button .menu>li>a{white-space:nowrap;padding:14px 18px 6px 0;font-size:17px;font-weight:bold;line-height:1.11;text-transform:uppercase}.header-user-button .menu>li>a::after{margin-left:6px}.header-user-button .menu>li>a:not(:last-child){padding-right:36px}.header-user-button .menu>li>a:not(:last-child)::after{position:absolute;margin-top:-2px}.header-user-button .menu>li ul{display:none}.header-user-button .menu>li ul li{display:flex}.header-user-button .menu>li:hover ul,.header-user-button .menu>li:active ul,.header-user-button .menu>li:focus ul,.header-user-button .menu>li>a:hover+ul,.header-user-button .menu>li>a:active+ul,.header-user-button .menu>li>a:focus+ul,.header-user-button .menu>li:focus-within ul{display:block}.header-user-button .menu>li>ul{position:absolute;right:0;z-index:99;max-width:320px;min-width:175px;padding:10px 0;border-radius:1px;box-shadow:0 24px 48px 2px rgba(0,0,0,.25);background-color:#fff}.header-user-button .menu>li>ul li a{margin-top:5px;padding:5px 30px 3px 16px;border-left:4px solid #fff;font-size:14px;line-height:1.21;color:#919191;text-decoration:none;white-space:nowrap;display:flex;align-items:center;width:100%;transition:color .4s ease-in-out}.header-user-button .menu>li>ul li a .icon{display:inline-block;vertical-align:middle;margin:0 8px 0 0;line-height:0}.header-user-button .menu>li>ul li a:focus-within,.header-user-button .menu>li>ul li a:hover{color:#000;border-color:rgba(0,0,0,.8)}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0}h2,h3,h4{margin-block:0 0;margin-inline:0 0;font-size:inherit;font-weight:inherit}p{margin:0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:rgba(0,0,0,0)}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;border:0}button,input{overflow:visible;margin:0;padding:0}button,select{text-transform:none;background:none}button,[type=button],[type=reset],[type=submit]{appearance:button;color:inherit;outline:0}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{appearance:none}::-webkit-file-upload-button{appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}ul,li{list-style:none;margin:0;padding:0}*{box-sizing:border-box}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;scroll-behavior:smooth;text-rendering:optimizelegibility;text-size-adjust:100%}html:has(body.locked){overflow:hidden}.color-reset-vars{--background-color: initial;--text-color: initial}body{font-family:sans-serif}body #app{position:relative}body.locked{overflow:hidden}body.locked #app{overflow-y:scroll;pointer-events:none}body.locked #app .bbnx-header{pointer-events:all}body.locked #app .bbnx-header::after{content:"";position:fixed;width:100vw;height:100vh;left:0;top:0;z-index:-1;background:rgba(51,51,51,.2)}@media only screen and (min-width : 578px){body.locked #app .bbnx-header.sticky{width:calc(100% - 15px)}@-moz-document url-prefix(){body.locked #app .bbnx-header.sticky{width:100%}}}@media(hover: none)and (pointer: coarse){body.locked #app .bbnx-header.sticky{width:100%}}@media only screen and (min-width : 1084px){body.locked #app .bbnx-header.sticky .menu{pointer-events:none}}.bbnx-main{width:100%;position:relative}.bbnx-main.grid{width:100%;display:block;position:relative;padding:0;margin:24px auto 0}main .bbnx-main.grid{margin-top:0}.bbnx-main.grid.two-columns-full-width,.bbnx-main.grid.single-column-full-width,body.template-full .bbnx-main.grid{margin:0 auto}.bbnx-main.home{width:100%;margin:0 auto;display:block}.bbnx-main.home>.fullwidth:first-child{margin:0 auto}.bbnx-main.sky-grid{margin:0 auto;position:relative;max-width:1084px;background-color:#fff}.bbnx-main.sky-grid .carousel .swiper-container{overflow:hidden}.bbnx-main.sky-grid .carousel .swiper-container::after,.bbnx-main.sky-grid .carousel .swiper-container::before{content:none}@media only screen and (min-width : 1084px){.bbnx-main.sky-grid{min-height:600px}}@media only screen and (min-width : 1084px){.main-has-colright{max-width:1020px;box-sizing:content-box}}@media only screen and (min-width : 1340px){.main-has-colright{max-width:1020px !important}}@media only screen and (min-width : 1084px){.main-has-colright{display:grid;grid-template-areas:"head head" "left right";grid-template-columns:1fr 300px;margin:0 auto;grid-gap:0 64px}.main-has-colright .main-colleft{grid-area:left}.main-has-colright .main-colright{grid-area:right}.main-has-colright .bbnx-opening{grid-area:head;margin-left:0}.main-has-colright .bbnx-opening .header.header,.main-has-colright .bbnx-opening .image,.main-has-colright .bbnx-opening .image .caption,.main-has-colright .bbnx-opening footer.footer{max-width:none}.main-has-colright .bbnx-opening .image picture{height:auto}.main-has-colright .two-columns-default-width.bbnx-opening .image{margin-top:0}.main-has-colright>.two-columns-default-width.bbnx-opening{margin-bottom:24px}}.main-colright{padding-left:16px;padding-right:16px}.main-colright .slot{width:100%}.main-colright .slot .module-html{max-width:100%;overflow-x:hidden}.main-colright .slot.xs,.main-colright .slot>.xs{width:100%}@media only screen and (min-width : 578px){.main-colright{padding-left:32px;padding-right:32px}.main-colright .most-read{box-sizing:border-box}}@media only screen and (min-width : 1084px){.main-colright{padding-left:0;padding-right:0}}.slot{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;container-name:slot}@media only screen and (min-width : 578px){.slot{container-type:inline-size}}.slot>*{margin:20px 0 0}.slot>*:first-child{margin:0}.nx-module{width:100%}.bbnx-module.module-html{width:100%}.module-html>iframe{max-width:100%}.module-html.ratio{display:block;position:relative;padding-bottom:65.25%;text-align:center;height:auto;width:100% !important}.module-html.ratio>*,.module-html.ratio>iframe,.module-html.ratio>*>iframe{display:block;position:absolute !important;inset:0;margin:0;padding:0;height:100%;width:100% !important;max-width:none}.module-html.ratio__4_3{padding-bottom:75%}.module-html.ratio__3_4{padding-bottom:133.3333333333%}.module-html.ratio__1_1{padding-bottom:100%}.module-html.ratio__16_9{padding-bottom:56.25%}.module-html.ratio__9_16{padding-bottom:177.7777777778%}.grid-main{width:100%;display:flex;flex-direction:column;height:inherit}.grid-main .slot-type.xs,.grid-main .slot-type.md,.grid-main .slot-type.ig,.grid-main .slot-type.lg,.grid-main .slot-type.xl{display:flex}.icon{display:flex;align-items:center;justify-content:center}svg{pointer-events:none}@media all and (min-width: 1099px){.advertising--mobile{display:none}}@media all and (max-width: 1099px){.advertising--desktop{display:none}}.sr-only,.vh{border:0;overflow:hidden;position:absolute;white-space:nowrap;clip:rect(1px, 1px, 1px, 1px);margin:-1px;padding:0;height:1px;width:1px}.bbnx-main *[tabindex]:focus:not(:hover),.bbnx-main a[href]:focus:not(:hover),.bbnx-main button:focus:not(:hover),.bbnx-footer *[tabindex]:focus:not(:hover),.bbnx-footer a[href]:focus:not(:hover),.bbnx-footer button:focus:not(:hover){outline:0 solid rgba(0,0,0,0);box-shadow:0 0 .5px 1px #ffc33a,0 0 1px 0 #ffc33a}.bbnx-main *[tabindex]:hover:not(:focus),.bbnx-main a[href]:hover:not(:focus),.bbnx-main button:hover:not(:focus),.bbnx-footer *[tabindex]:hover:not(:focus),.bbnx-footer a[href]:hover:not(:focus),.bbnx-footer button:hover:not(:focus){outline:0 solid rgba(0,0,0,0);box-shadow:none}button.open-dropdown:focus:not(:hover){outline:0 solid rgba(0,0,0,0);box-shadow:none}.top_container a[tabindex]:focus,.top_container a[href]:focus,.top_container button:focus,.top_container a[href]:focus-within{opacity:.8;outline:0 solid rgba(0,0,0,0)}.share-bar-icon[tabindex]:focus{box-shadow:0 0 0 rgba(0,0,0,0);border-radius:0}.gl-accessibility:focus{display:block;z-index:13;left:auto;top:auto;height:auto;width:auto;padding:5px 10px;clip:auto;font-weight:500;text-decoration:none;text-transform:uppercase;color:#fff;background:#ffc33a}.empty-div{display:contents}.show-cards-enter-active{transition:all 1s}.show-cards-leave-active{transition:all 1s}.show-cards-enter,.show-cards-leave-to{opacity:0}.show-about-blog-enter-active{transition:all .3s ease-out}.show-about-blog-leave-active{transition:all .3s ease-in}.show-about-blog-enter,.show-about-blog-leave-to{transform:translateY(-100%);opacity:1}@media only screen and (min-width : 578px){.show-about-blog-enter,.show-about-blog-leave-to{transform:translateX(100%)}}.tabs-enter-active{transition:all .3s ease-out}.tabs-leave-active{transition:all .3s ease-in}.tabs-enter,.tabs-leave-to{opacity:0}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}@keyframes fade-out{0%{opacity:1}100%{opacity:0}}.B-500-800-100-N{font:600 18px/110% "Roboto Flex",sans-serif}.A-850-700-100-N{font:600 60px/110% "Roboto Flex",sans-serif}.A-800-700-100-N{font:600 48px/110% "Roboto Flex",sans-serif}.A-750-700-300-N{font:600 36px/120% "Roboto Flex",sans-serif}.A-700-700-500-N{font:600 30px/130% "Roboto Flex",sans-serif}.A-700-700-300-N{font:600 30px/120% "Roboto Flex",sans-serif}.A-700-700-100-N{font:600 30px/110% "Roboto Flex",sans-serif}.B-700-700-100-N{font:600 30px/110% "Roboto Flex",sans-serif}.A-650-700-300-N{font:600 24px/120% "Roboto Flex",sans-serif}.A-600-700-500-N{font:600 22px/130% "Roboto Flex",sans-serif}.A-550-700-500-N{font:600 20px/130% "Roboto Flex",sans-serif}.A-550-700-500-C{font:600 20px/130% "Roboto Flex",sans-serif;text-transform:uppercase}.A-500-700-500-N{font:600 18px/130% "Roboto Flex",sans-serif}.A-500-700-50-N{font:600 18px/100% "Roboto Flex",sans-serif}.A-450-700-500-N{font:600 17px/130% "Roboto Flex",sans-serif}.A-300-700-500-N{font:600 15px/130% "Roboto Flex",sans-serif}.A-200-700-500-N{font:600 14px/130% "Roboto Flex",sans-serif}.A-100-700-700-N{font:600 12px/160% "Roboto Flex",sans-serif}.B-100-700-700-N{font:600 12px/160% "Roboto Flex",sans-serif}.A-100-700-500-C{font:600 12px/130% "Roboto Flex",sans-serif;text-transform:uppercase}.A-800-500-100-N{font:500 48px/110% "Roboto Flex",sans-serif}.A-750-500-300-N{font:500 36px/120% "Roboto Flex",sans-serif}.A-700-500-300-N{font:500 30px/120% "Roboto Flex",sans-serif}.B-700-500-300-N{font:500 30px/120% "Roboto Flex",sans-serif}.A-700-500-300-C{font:500 30px/120% "Roboto Flex",sans-serif;text-transform:uppercase}.A-650-500-300-N{font:500 24px/120% "Roboto Flex",sans-serif}.B-650-500-300-N{font:500 24px/120% "Roboto Flex",sans-serif}.A-600-500-500-N{font:500 22px/130% "Roboto Flex",sans-serif}.B-600-500-500-N{font:500 22px/130% "Roboto Flex",sans-serif}.A-600-500-500-C{font:500 22px/130% "Roboto Flex",sans-serif;text-transform:uppercase}.A-550-500-500-N{font:500 20px/130% "Roboto Flex",sans-serif}.B-550-500-500-N{font:500 20px/130% "Roboto Flex",sans-serif}.A-500-500-500-N{font:500 18px/130% "Roboto Flex",sans-serif}.A-500-500-500-C{font:500 18px/130% "Roboto Flex",sans-serif;text-transform:uppercase}.A-500-500-300-N{font:500 18px/120% "Roboto Flex",sans-serif}.A-450-500-700-C{font:500 17px/160% "Roboto Flex",sans-serif;text-transform:uppercase}.A-450-500-500-N{font:500 17px/130% "Roboto Flex",sans-serif}.A-400-500-500-N{font:500 16px/130% "Roboto Flex",sans-serif}.B-400-500-500-N{font:500 16px/130% "Roboto Flex",sans-serif}.A-400-500-500-C{font:500 16px/130% "Roboto Flex",sans-serif;text-transform:uppercase}.A-300-500-500-N{font:500 15px/130% "Roboto Flex",sans-serif}.B-300-500-500-N{font:500 15px/130% "Roboto Flex",sans-serif}.A-300-500-500-C{font:500 15px/130% "Roboto Flex",sans-serif;text-transform:uppercase}.A-300-500-300-N{font:500 15px/120% "Roboto Flex",sans-serif}.B-300-500-300-N{font:500 15px/120% "Roboto Flex",sans-serif}.A-300-500-100-C{font:500 15px/110% "Roboto Flex",sans-serif;text-transform:uppercase}.A-200-500-500-N{font:500 14px/130% "Roboto Flex",sans-serif}.A-200-500-500-C{font:500 14px/130% "Roboto Flex",sans-serif;text-transform:uppercase}.A-200-500-300-N{font:500 14px/120% "Roboto Flex",sans-serif}.A-200-500-100-N{font:500 14px/110% "Roboto Flex",sans-serif}.A-200-500-100-C{font:500 14px/110% "Roboto Flex",sans-serif;text-transform:uppercase}.A-100-500-500-C{font:500 12px/130% "Roboto Flex",sans-serif;text-transform:uppercase}.A-100-500-50-N{font:500 12px/100% "Roboto Flex",sans-serif}.A-50-500-500-C{font:500 10px/130% "Roboto Flex",sans-serif;text-transform:uppercase}.A-200-400-500-N{font:400 14px/130% "Roboto Flex",sans-serif}.B-200-400-100-N{font:400 14px/110% "Roboto Flex",sans-serif}.A-700-300-500-N{font:400 30px/130% "Roboto Flex",sans-serif}.A-700-300-300-N{font:400 30px/120% "Roboto Flex",sans-serif}.A-650-300-500-N{font:400 24px/130% "Roboto Flex",sans-serif}.A-650-300-300-N{font:400 24px/120% "Roboto Flex",sans-serif}.B-650-300-300-N{font:400 24px/120% "Roboto Flex",sans-serif}.A-600-300-500-N{font:400 22px/130% "Roboto Flex",sans-serif}.B-550-300-700-N{font:400 20px/160% "Roboto Flex",sans-serif}.A-550-300-500-N{font:400 20px/130% "Roboto Flex",sans-serif}.A-500-300-700-N{font:400 18px/160% "Roboto Flex",sans-serif}.B-500-300-700-N{font:400 18px/160% "Roboto Flex",sans-serif}.A-500-300-500-N{font:400 18px/130% "Roboto Flex",sans-serif}.B-500-300-500-N{font:400 18px/130% "Roboto Flex",sans-serif}.A-450-300-500-N{font:400 17px/130% "Roboto Flex",sans-serif}.A-400-300-700-N{font:400 16px/160% "Roboto Flex",sans-serif}.B-400-300-700-N{font:400 16px/160% "Roboto Flex",sans-serif}.A-400-300-500-N{font:400 16px/130% "Roboto Flex",sans-serif}.B-400-300-500-N{font:400 16px/130% "Roboto Flex",sans-serif}.A-300-300-500-N{font:400 15px/130% "Roboto Flex",sans-serif}.B-300-300-500-N{font:400 15px/130% "Roboto Flex",sans-serif}.A-200-300-500-N{font:400 14px/130% "Roboto Flex",sans-serif}.B-200-300-500-N{font:400 14px/130% "Roboto Flex",sans-serif}.A-100-300-500-N{font:400 12px/130% "Roboto Flex",sans-serif}.A-300-100-500-N{font:300 15px/130% "Roboto Flex",sans-serif}@media only screen and (min-width : 578px){.A-850-700-100-N--md{font:600 60px/110% "Roboto Flex",sans-serif}.A-800-700-100-N--md{font:600 48px/110% "Roboto Flex",sans-serif}.A-750-700-300-N--md{font:600 36px/120% "Roboto Flex",sans-serif}.A-700-700-300-N--md{font:600 30px/120% "Roboto Flex",sans-serif}.A-650-700-300-N--md{font:600 24px/120% "Roboto Flex",sans-serif}.A-600-700-500-N--md{font:600 22px/130% "Roboto Flex",sans-serif}.A-600-700-300-N--md{font:600 22px/120% "Roboto Flex",sans-serif}.A-550-700-500-N--md{font:600 20px/130% "Roboto Flex",sans-serif}.A-550-700-500-C--md{font:600 20px/130% "Roboto Flex",sans-serif;text-transform:uppercase}.A-500-700-500-N--md{font:600 18px/130% "Roboto Flex",sans-serif}.A-450-700-500-N--md{font:600 17px/130% "Roboto Flex",sans-serif}.A-300-700-500-N--md{font:600 15px/130% "Roboto Flex",sans-serif}.A-200-700-500-N--md{font:600 14px/130% "Roboto Flex",sans-serif}.A-800-500-100-N--md{font:500 48px/110% "Roboto Flex",sans-serif}.A-750-500-300-N--md{font:500 36px/120% "Roboto Flex",sans-serif}.A-700-500-300-N--md{font:500 30px/120% "Roboto Flex",sans-serif}.B-700-500-300-N--md{font:500 30px/120% "Roboto Flex",sans-serif}.A-700-500-300-C--md{font:500 30px/120% "Roboto Flex",sans-serif;text-transform:uppercase}.A-650-500-300-N--md{font:500 24px/120% "Roboto Flex",sans-serif}.B-650-500-300-N--md{font:500 24px/120% "Roboto Flex",sans-serif}.A-600-500-500-N--md{font:500 22px/130% "Roboto Flex",sans-serif}.A-600-500-500-C--md{font:500 22px/130% "Roboto Flex",sans-serif;text-transform:uppercase}.A-550-500-500-N--md{font:500 20px/130% "Roboto Flex",sans-serif}.B-550-500-500-N--md{font:500 20px/130% "Roboto Flex",sans-serif}.A-500-500-500-N--md{font:500 18px/130% "Roboto Flex",sans-serif}.A-500-500-500-C--md{font:500 18px/130% "Roboto Flex",sans-serif;text-transform:uppercase}.A-500-500-300-N--md{font:500 18px/120% "Roboto Flex",sans-serif}.A-400-500-500-N--md{font:500 16px/130% "Roboto Flex",sans-serif}.B-400-500-500-N--md{font:500 16px/130% "Roboto Flex",sans-serif}.A-300-500-500-N--md{font:500 15px/130% "Roboto Flex",sans-serif}.A-300-500-500-C--md{font:500 15px/130% "Roboto Flex",sans-serif;text-transform:uppercase}.A-300-500-100-N--md{font:500 15px/110% "Roboto Flex",sans-serif}.A-300-500-100-C--md{font:500 15px/110% "Roboto Flex",sans-serif;text-transform:uppercase}.A-200-500-500-N--md{font:500 14px/130% "Roboto Flex",sans-serif}.A-200-500-500-C--md{font:500 14px/130% "Roboto Flex",sans-serif;text-transform:uppercase}.A-100-500-500-C--md{font:500 12px/130% "Roboto Flex",sans-serif;text-transform:uppercase}.A-50-500-500-C--md{font:500 10px/130% "Roboto Flex",sans-serif;text-transform:uppercase}.A-850-300-100-N--md{font:400 60px/110% "Roboto Flex",sans-serif}.A-700-300-500-N--md{font:400 30px/130% "Roboto Flex",sans-serif}.A-650-300-500-N--md{font:400 24px/130% "Roboto Flex",sans-serif}.B-650-300-300-N--md{font:400 24px/120% "Roboto Flex",sans-serif}.A-600-300-500-N--md{font:400 22px/130% "Roboto Flex",sans-serif}.A-550-300-700-N--md{font:400 20px/160% "Roboto Flex",sans-serif}.B-550-300-700-N--md{font:400 20px/160% "Roboto Flex",sans-serif}.A-550-300-500-N--md{font:400 20px/130% "Roboto Flex",sans-serif}.B-500-300-700-N--md{font:400 18px/160% "Roboto Flex",sans-serif}.A-500-300-500-N--md{font:400 18px/130% "Roboto Flex",sans-serif}.A-450-300-500-N--md{font:400 17px/130% "Roboto Flex",sans-serif}.B-400-300-700-N--md{font:400 16px/160% "Roboto Flex",sans-serif}.A-400-300-500-N--md{font:400 16px/130% "Roboto Flex",sans-serif}.B-400-300-500-N--md{font:400 16px/130% "Roboto Flex",sans-serif}.A-300-300-500-N--md{font:400 15px/130% "Roboto Flex",sans-serif}.B-300-300-500-N--md{font:400 15px/130% "Roboto Flex",sans-serif}.A-200-300-500-N--md{font:400 14px/130% "Roboto Flex",sans-serif}.B-200-300-500-N--md{font:400 14px/130% "Roboto Flex",sans-serif}}@media only screen and (min-width : 1084px){.A-850-700-100-N--lg{font:600 60px/110% "Roboto Flex",sans-serif}.A-800-700-100-N--lg{font:600 48px/110% "Roboto Flex",sans-serif}.A-750-700-300-N--lg{font:600 36px/120% "Roboto Flex",sans-serif}.A-700-700-300-N--lg{font:600 30px/120% "Roboto Flex",sans-serif}.A-650-700-300-N--lg{font:600 24px/120% "Roboto Flex",sans-serif}.A-600-700-500-N--lg{font:600 22px/130% "Roboto Flex",sans-serif}.A-550-700-500-N--lg{font:600 20px/130% "Roboto Flex",sans-serif}.A-500-700-500-N--lg{font:600 18px/130% "Roboto Flex",sans-serif}.A-450-700-500-N--lg{font:600 17px/130% "Roboto Flex",sans-serif}.A-300-700-500-N--lg{font:600 15px/130% "Roboto Flex",sans-serif}.A-200-700-500-N--lg{font:600 14px/130% "Roboto Flex",sans-serif}.A-800-500-100-N--lg{font:500 48px/110% "Roboto Flex",sans-serif}.A-750-500-300-N--lg{font:500 36px/120% "Roboto Flex",sans-serif}.A-700-500-300-N--lg{font:500 30px/120% "Roboto Flex",sans-serif}.A-650-500-300-N--lg{font:500 24px/120% "Roboto Flex",sans-serif}.B-650-500-300-N--lg{font:500 24px/120% "Roboto Flex",sans-serif}.A-600-500-500-N--lg{font:500 22px/130% "Roboto Flex",sans-serif}.A-550-500-500-N--lg{font:500 20px/130% "Roboto Flex",sans-serif}.B-550-500-500-N--lg{font:500 20px/130% "Roboto Flex",sans-serif}.A-500-500-500-N--lg{font:500 18px/130% "Roboto Flex",sans-serif}.A-450-500-500-C--lg{font:500 17px/130% "Roboto Flex",sans-serif;text-transform:uppercase}.A-400-500-500-N--lg{font:500 16px/130% "Roboto Flex",sans-serif}.B-400-500-500-N--lg{font:500 16px/130% "Roboto Flex",sans-serif}.A-300-500-500-C--lg{font:500 15px/130% "Roboto Flex",sans-serif;text-transform:uppercase}.A-700-300-500-N--lg{font:400 30px/130% "Roboto Flex",sans-serif}.A-650-300-500-N--lg{font:400 24px/130% "Roboto Flex",sans-serif}.A-650-300-300-N--lg{font:400 24px/120% "Roboto Flex",sans-serif}.B-650-300-300-N--lg{font:400 24px/120% "Roboto Flex",sans-serif}.A-600-300-500-N--lg{font:400 22px/130% "Roboto Flex",sans-serif}.B-550-300-700-N--lg{font:400 20px/160% "Roboto Flex",sans-serif}.A-550-300-500-N--lg{font:400 20px/130% "Roboto Flex",sans-serif}.B-500-300-700-N--lg{font:400 18px/160% "Roboto Flex",sans-serif}.A-500-300-500-N--lg{font:400 18px/130% "Roboto Flex",sans-serif}.A-450-300-500-N--lg{font:400 17px/130% "Roboto Flex",sans-serif}.B-400-300-700-N--lg{font:400 16px/160% "Roboto Flex",sans-serif}.A-400-300-500-N--lg{font:400 16px/130% "Roboto Flex",sans-serif}.B-400-300-500-N--lg{font:400 16px/130% "Roboto Flex",sans-serif}.A-300-300-500-N--lg{font:400 15px/130% "Roboto Flex",sans-serif}.B-300-300-500-N--lg{font:400 15px/130% "Roboto Flex",sans-serif}.A-200-300-500-N--lg{font:400 14px/130% "Roboto Flex",sans-serif}.B-200-300-500-N--lg{font:400 14px/130% "Roboto Flex",sans-serif}}a{text-decoration:none}.divider100::before,.divider200::before,.divider300::before,.divider700::before,.divider800::before{content:"";position:absolute;top:11px;left:0;width:100%;height:1px;background-color:#1a1a1a}.divider200::before{height:2px;top:10px}.divider300::before{height:4px;top:8px}.divider700::before{height:8px;top:4px}.divider800::before{height:12px;top:0}.brdcolor-transparent-bWBlack{border-color:rgba(0,0,0,.28)}.bcolor-bWBlack{background-color:#000}.color-bWBlack{color:#000}.bcolor-vars-bWBlack{background-color:var(--background-accent-color, var(--background-color, #000))}.fill-bWBlack{fill:#000}.brdcolor-bWWhite{border-color:#fff}.bcolor-bWWhite{background-color:#fff}.color-bWWhite{color:#fff}.color-vars-bWWhite{color:var(--text-accent-color, var(--text-color, #fff))}.bcolor-vars-bWWhite{background-color:var(--background-accent-color, var(--background-color, #fff))}.fill-bWWhite{fill:#fff}.bcolor-neutral50{background-color:#f5f5f5}.bcolor-vars-neutral50{background-color:var(--background-accent-color, var(--background-color, #f5f5f5))}.fill-neutral50{fill:#f5f5f5}.brdcolor-neutral100{border-color:#d6d6d6}.bcolor-neutral100{background-color:#d6d6d6}.color-neutral100{color:#d6d6d6}.bcolor-vars-neutral100{background-color:var(--background-accent-color, var(--background-color, #d6d6d6))}.fill-neutral100{fill:#d6d6d6}.color-neutral200{color:#bdbdbd}.fill-neutral200{fill:#bdbdbd}.color-neutral300{color:#adadad}.fill-neutral300{fill:#adadad}.color-neutral400{color:#919191}.fill-neutral400{fill:#919191}.color-neutral500{color:#767676}.fill-neutral500{fill:#767676}.color-neutral600{color:#666}.fill-neutral600{fill:#666}.brdcolor-neutral700{border-color:#4d4d4d}.color-neutral700{color:#4d4d4d}.color-vars-neutral700{color:var(--text-accent-color, var(--text-color, #4d4d4d))}.bcolor-vars-neutral700{background-color:var(--background-accent-color, var(--background-color, #4d4d4d))}.fill-neutral700{fill:#4d4d4d}.bcolor-neutral800{background-color:#333}.color-neutral800{color:#333}.fill-neutral800{fill:#333}.brdcolor-neutral900{border-color:#1a1a1a}.bcolor-neutral900{background-color:#1a1a1a}.color-neutral900{color:#1a1a1a}.color-vars-neutral900{color:var(--text-accent-color, var(--text-color, #1a1a1a))}.bcolor-vars-neutral900{background-color:var(--background-accent-color, var(--background-color, #1a1a1a))}.fill-neutral900{fill:#1a1a1a}.fill-primary100{fill:#e7fef5}.color-primary300{color:#6ee4b5}.fill-primary300{fill:#6ee4b5}.bcolor-primary500{background-color:#21835b}.color-primary500{color:#21835b}.color-vars-primary500{color:var(--text-accent-color, var(--text-color, #21835b))}.bcolor-vars-primary500{background-color:var(--background-accent-color, var(--background-color, #21835b))}.fill-primary500{fill:#21835b}.fill-primary700{fill:#0f6542}.fill-primary900{fill:#085334}.fill-accent100{fill:#fff7e4}.fill-accent300{fill:#facd66}.bcolor-accent500{background-color:#ffc33a}.bcolor-vars-accent500{background-color:var(--background-accent-color, var(--background-color, #ffc33a))}.fill-accent500{fill:#ffc33a}.fill-accent700{fill:#fdba20}.fill-accent900{fill:#efaa0a}.fill-success100{fill:#e2ffe6}.fill-success300{fill:#8af499}.fill-success500{fill:#6ded7e}.fill-success700{fill:#42e858}.fill-success900{fill:#1cd134}.fill-alert100{fill:#fffad8}.fill-alert300{fill:#fae75a}.fill-alert500{fill:#fae020}.fill-alert700{fill:#f2d708}.fill-alert900{fill:#e7cc00}.fill-error100{fill:#fff2f0}.fill-error300{fill:#f06657}.color-error500{color:#d64535}.fill-error500{fill:#d64535}.fill-error700{fill:#c23120}.fill-error900{fill:#a42315}.fill-info100{fill:#e6f3fd}.fill-info300{fill:#9ad4ff}.fill-info500{fill:#6fc0fb}.fill-info700{fill:#50aef2}.fill-info900{fill:#2796e8}.fill-systemFacebook{fill:#0866ff}.fill-systemTwitter{fill:#000}.brdcolor-systemYouTube{border-color:red}.color-systemYouTube{color:red}.fill-systemYouTube{fill:red}.fill-systemLinkedIn{fill:#007ab5}.fill-systemPinterest{fill:#cb1f27}.fill-systemWhatsApp{fill:#25d366}.fill-systemApplePodcasts{fill:#912fc8}.fill-systemIVoox{fill:#ff6b09}.fill-systemAlexa{fill:#00caff}.fill-systemRss{fill:#eb5e09}.fill-systemTwitch{fill:#5b3f85}.fill-systemDiscord{fill:#5865f2}.fill-systemTikTok{fill:#00f2ea}.fill-systemGoogle{fill:#ea4335}.fill-systemInstagram{fill:#d10869}.fill-systemBCube{fill:#5434e9}.fill-primaryText{fill:#fff}.color-accentText{color:#1a1a1a}.fill-accentText{fill:#1a1a1a}.fill-successText{fill:#fff}.fill-alertText{fill:#000}.fill-errorText{fill:#fff}.fill-infoText{fill:#fff}.mb-0{margin-bottom:0px}@media only screen and (min-width : 578px){[class].mt-0--md{margin-top:0px}[class].ml-0--md{margin-left:0px}[class].mr-0--md{margin-right:0px}}.mt-1{margin-top:2px}.mb-1{margin-bottom:2px}.mt-2{margin-top:4px}.mb-2{margin-bottom:4px}.mr-2{margin-right:4px}.mt-3{margin-top:8px}.mb-3{margin-bottom:8px}.mr-3{margin-right:8px}@media only screen and (min-width : 578px){[class].mt-3--md{margin-top:8px}}.mt-4{margin-top:12px}.mb-4{margin-bottom:12px}.ml-4{margin-left:12px}.mt-5{margin-top:16px}.mb-5{margin-bottom:16px}.ml-5{margin-left:16px}.mr-5{margin-right:16px}@media only screen and (min-width : 1084px){[class].mb-5--xl{margin-bottom:16px}[class].mr-5--xl{margin-right:16px}}.mt-6{margin-top:24px}.mb-6{margin-bottom:24px}@media only screen and (min-width : 578px){[class].mt-6--md{margin-top:24px}}.mt-7{margin-top:32px}@media only screen and (min-width : 578px){[class].mt-7--md{margin-top:32px}[class].mb-7--md{margin-bottom:32px}}@media only screen and (min-width : 1084px){[class].ml-7--xl{margin-left:32px}[class].mr-7--xl{margin-right:32px}}.mt-8{margin-top:40px}.mb-8{margin-bottom:40px}@media only screen and (min-width : 578px){[class].mt-8--md{margin-top:40px}}@media only screen and (min-width : 1084px){[class].mb-8--xl{margin-bottom:40px}[class].mr-8--xl{margin-right:40px}}.mt-10{margin-top:56px}@media only screen and (min-width : 1084px){[class].mb-10--xl{margin-bottom:56px}}.elevation-200{box-shadow:0px 0px 1px 0px rgba(40, 41, 61, 0.08), 0px 0.5px 2px 0px rgba(96, 97, 112, 0.16)}figure{margin:0}picture{display:flex;min-height:1rem;overflow:hidden}picture img{width:100%;height:auto;min-height:100%;object-fit:cover;overflow:hidden}picture:not(.section-opening-image) img:not(.no-sources){border-radius:1px}picture img.lazy{transform:scale(1);height:100%}picture img.lazy:not(.loaded){animation-duration:1s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-timing-function:linear}picture img.lazy.loaded{height:inherit;display:block;animation:none;transition:filter .5s ease-in-out}picture img.lazy:not(.loaded){background:#f5f5f5;background:-webkit-gradient(linear, left top, right top, color-stop(8%, #f5f5f5), color-stop(18%, #d6d6d6), color-stop(33%, #f5f5f5));background:linear-gradient(to left, #f0ede7 8%, #dcd9ce 18%, #f0ede7 33%);background:linear-gradient(to right, #f5f5f5 8%, #d6d6d6 18%, #f5f5f5 33%);background-size:1200px 104px;position:relative}@keyframes placeload{0%{background-position:-468px 0}100%{background-position:468px 0}}@keyframes placeload{0%{background-position:-468px 0}100%{background-position:468px 0}}.header-user-button{position:relative}.header-user-button__button{align-items:center;cursor:pointer;display:flex;justify-content:center;width:24px;height:24px;border-radius:40px;color:#000}.header-user-button__button:focus{outline:-webkit-focus-ring-color auto 1px}.header-user-button__button svg{fill:#fff}.header-user-button__button.active{background-color:#21835b;color:#fff;font-weight:400;text-transform:uppercase;height:32px;width:32px}@media only screen and (min-width : 578px){.header-user-button__button.active{height:36px;width:36px}}.header-user-button .menu>li>a{white-space:nowrap;padding:14px 18px 6px 0;font-size:17px;font-weight:bold;line-height:1.11;text-transform:uppercase}.header-user-button .menu>li>a::after{margin-left:6px}.header-user-button .menu>li>a:not(:last-child){padding-right:36px}.header-user-button .menu>li>a:not(:last-child)::after{position:absolute;margin-top:-2px}.header-user-button .menu>li ul{display:none}.header-user-button .menu>li ul li{display:flex}.header-user-button .menu>li:hover ul,.header-user-button .menu>li:active ul,.header-user-button .menu>li:focus ul,.header-user-button .menu>li>a:hover+ul,.header-user-button .menu>li>a:active+ul,.header-user-button .menu>li>a:focus+ul,.header-user-button .menu>li:focus-within ul{display:block}.header-user-button .menu>li>ul{position:absolute;right:0;z-index:99;max-width:320px;min-width:175px;padding:10px 0;border-radius:1px;box-shadow:0 24px 48px 2px rgba(0,0,0,.25);background-color:#fff}.header-user-button .menu>li>ul li a{margin-top:5px;padding:5px 30px 3px 16px;border-left:4px solid #fff;font-size:14px;line-height:1.21;color:#919191;text-decoration:none;white-space:nowrap;display:flex;align-items:center;width:100%;transition:color .4s ease-in-out}.header-user-button .menu>li>ul li a .icon{display:inline-block;vertical-align:middle;margin:0 8px 0 0;line-height:0}.header-user-button .menu>li>ul li a:focus-within,.header-user-button .menu>li>ul li a:hover{color:#000;border-color:rgba(0,0,0,.8)}.image{order:1;width:100%;position:relative}.image .caption{position:relative;max-width:840px}.image .caption .text{overflow-wrap:anywhere}.image .caption .signature{overflow-wrap:anywhere}.bbnx-body>.image .caption{padding-left:0;padding-right:0}.module-shows-grid{align-items:stretch;display:flex;flex-flow:column nowrap;margin:24px auto 0;width:100%}@media only screen and (min-width : 1084px){.module-shows-grid{margin-top:48px}}.module-shows-grid .media{display:block}.module-shows-grid .block,.module-shows-grid .media{position:relative}.module-shows-grid .block{display:block}.module-shows-grid .multimedia{position:relative}.module-shows-grid .multimedia-default{aspect-ratio:16/9}.module-shows-grid .multimedia-default svg{height:100%;width:100%}.module-shows-grid .image-default{margin-bottom:.5em;position:relative}.module-shows-grid .headline-atom,.module-shows-grid .subtitle-atom,.module-shows-grid .block,.module-shows-grid .title-kicker{color:#fff}.module-shows-grid .subtitle-atom a{color:#fff;text-decoration:underline}.module-shows-grid .headline-atom{display:block}.module-shows-grid .duration{text-transform:lowercase}.module-shows-grid .kicker-wrapper{display:flex}.show-season-numbering{counter-reset:count 0}.show-season-numbering .module-shows-grid .multimedia:after{background-color:#000;color:#fff;content:counter(count);counter-increment:count 1;display:grid;font:500 20px/130% "Roboto Flex",sans-serif;height:39px;left:0;place-content:center;position:absolute;top:0;width:42px}.show-season-numbering.latest{counter-reset:count var(--start-value)}.show-season-numbering.latest .module-shows-grid .multimedia:after{content:counter(count);counter-increment:count -1}.show-details-tab{counter-reset:count 0}.show-details-tab .module-aod-grid .module-aod-grid--episode{white-space:nowrap}.show-details-tab .module-aod-grid .module-aod-grid--episode:after{content:counter(count);counter-increment:count 1;place-content:center}.show-details-tab .module-aod-grid .module-aod-grid--episode:before{content:"Episodio "}.show-details-tab.latest{counter-reset:count var(--start-value)}.show-details-tab.latest .module-aod-grid .module-aod-grid--episode:after{content:counter(count);counter-increment:count -1}.module-aod-grid{color:#fff;display:grid;grid-gap:6px 16px;grid-template-columns:56px auto 1fr 34px;grid-template-areas:"A B C F" "A D D F" "A E E F";padding:12px 0;border-bottom-style:solid;border-bottom-width:1px}@media only screen and (min-width : 578px){.module-aod-grid{display:table-row}.module-aod-grid>*{display:table-cell;padding:12px 8px;vertical-align:middle}}@media only screen and (min-width : 1084px){.module-aod-grid>*{padding:24px 12px}}.module-aod-grid .image{align-self:center;grid-area:A}@media only screen and (min-width : 578px){.module-aod-grid .image{padding-left:0}.module-aod-grid .image *{display:block}}.module-aod-grid .image,.module-aod-grid .image img{height:56px;object-fit:cover;overflow:hidden;width:55px}@media only screen and (min-width : 578px){.module-aod-grid .image,.module-aod-grid .image img{height:64px;width:64px}}.module-aod-grid--episode{grid-area:B;white-space:nowrap}@media only screen and (min-width : 1084px){.module-aod-grid--episode{justify-self:center;width:6em}}.module-aod-grid--date{grid-area:C;justify-self:flex-start;text-transform:uppercase;white-space:nowrap}@media only screen and (min-width : 578px){.module-aod-grid--date{justify-self:flex-end}}@media only screen and (min-width : 1084px){.module-aod-grid--date{justify-self:center;width:6em}}.module-aod-grid--desc{grid-area:D}.module-aod-grid--duration{grid-area:E;justify-self:flex-start;white-space:nowrap}@media only screen and (min-width : 1084px){.module-aod-grid--duration{justify-self:center}}.module-aod-grid--btn{align-self:center;grid-area:F;justify-self:self-end;white-space:nowrap}@media only screen and (min-width : 578px){.module-aod-grid--btn{padding-right:0;width:40px}}.module-aod-grid--pill{align-items:center;border-radius:15px;display:inline-flex;min-height:24px;padding:5px 12px}.module-aod-grid--pill svg{height:12px;margin-right:6px;vertical-align:-0.1em;width:12px}@media only screen and (max-width : 1083px){.module-aod-grid--pill-text{font-size:0}.module-aod-grid--pill svg{margin-right:0}}.module-ott-viewport{align-items:stretch;display:flex;flex-flow:column nowrap;min-height:360px;position:relative}.module-ott-viewport .media-info{display:none}.module-ott-viewport .overlay.linear,.module-ott-viewport .block{pointer-events:none}.module-ott-viewport:has(.jwplayer){justify-content:center}.module-ott-viewport:has(.jwplayer) .ott-share-bar,.module-ott-viewport:has(.jwplayer) .overlay.linear,.module-ott-viewport:has(.jwplayer) .block{display:none}.module-ott-viewport .multimedia{aspect-ratio:16/9;display:flex;flex:1 1 100%;max-height:1200px;overflow:hidden;position:relative}.module-ott-viewport .multimedia-default{aspect-ratio:16/9}.module-ott-viewport .multimedia-default svg{height:100%;width:100%}.module-ott-viewport .multimedia .video-player{align-items:flex-start;flex:1 1 100%;min-height:100%}.module-ott-viewport .multimedia .bbnx-video-player{min-height:360px;position:relative}.module-ott-viewport .multimedia .bbnx-video-player .jwplayer{max-width:100vw}.module-ott-viewport .multimedia.type-videoEmbed,.module-ott-viewport .multimedia.type-audioEmbed{font-size:0}.module-ott-viewport .multimedia.type-videoEmbed+.block,.module-ott-viewport .multimedia.type-audioEmbed+.block{position:relative}.module-ott-viewport .multimedia.type-videoEmbed .embed iframe{aspect-ratio:16/9;height:auto;max-height:1200px;width:100%}.module-ott-viewport .multimedia.type-audioEmbed{aspect-ratio:auto}.module-ott-viewport .multimedia.type-audioEmbed .embed{margin:auto;max-width:2356px;padding:24px 16px 0}@media only screen and (min-width : 578px){.module-ott-viewport .multimedia.type-audioEmbed .embed{padding:24px 32px}}@media only screen and (min-width : 1084px){.module-ott-viewport .multimedia.type-audioEmbed .embed{padding:24px 64px}}.module-ott-viewport .block{bottom:0;left:0;margin:auto;max-width:2356px;padding:24px 16px;position:absolute;right:0;width:100%;z-index:1}@media only screen and (min-width : 578px){.module-ott-viewport .block{column-gap:24px;padding:24px 32px}}@media only screen and (min-width : 1084px){.module-ott-viewport .block{padding:24px 64px}}.module-ott-viewport .block:before{content:" ";background:linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 35%, #000000 100%);bottom:0;height:100%;left:50%;margin-left:-50vw;pointer-events:none;position:absolute;right:0;transition:all .3s;width:100vw;z-index:-1;-webkit-transition:all .3s}.module-ott-viewport .block:before:hover{top:0}.module-ott-viewport a.tag{pointer-events:all}.module-ott-viewport .headline-atom{color:#fff;display:block;max-width:672px}.module-ott-viewport .title-kicker{display:block;flex-basis:100%}.module-ott-viewport .shortDescription{max-width:672px}.module-ott-viewport .shortDescription,.module-ott-viewport .shortDescription a{color:#fff}.module-ott-viewport .shortDescription a[href]{text-decoration:underline;pointer-events:all}.module-ott-viewport .shortDescription a[href]:focus-within,.module-ott-viewport .shortDescription a[href]:hover{text-decoration:none}.module-ott-viewport .play-button{align-items:center;display:flex;justify-content:center;min-height:40px;padding:8px;text-align:center;width:100%;transition:background-color .4s ease-in-out}.module-ott-viewport .play-button svg{height:10px;margin-left:8px;width:10px}@media only screen and (min-width : 578px){.module-ott-viewport .play-button{margin-top:48px;padding:12px 40px;width:fit-content}.module-ott-viewport .play-button svg{height:14px;margin-left:12px;width:14px}}.module-ott-viewport .play-button:focus-within,.module-ott-viewport .play-button:hover{background-color:#0f6542}.module-ott-viewport .play-button--aux:focus-within,.module-ott-viewport .play-button--aux:hover{background-color:#bdbdbd}.module-ott-viewport .firstinfo-wrapper{display:flex;gap:16px;align-items:center}.module-ott-viewport .multimedia.type-videoEmbed+.block .ott-share-bar{top:16px}.module-ott-viewport .multimedia.type-videoEmbed+.block .firstinfo-wrapper{margin-right:56px;top:16px}@media only screen and (min-width : 1084px){.module-ott-viewport .multimedia.type-videoEmbed+.block .firstinfo-wrapper{margin-right:72px}}@media only screen and (min-width : 578px){.module-ott-viewport .buttons-wrapper{display:flex;gap:24px}}.module-ott-viewport.featured-category .play-button{pointer-events:all}@media only screen and (max-width : 577px){.module-ott-viewport.featured-category .multimedia{aspect-ratio:initial}}.module-aod-viewport{position:relative}.module-aod-viewport.hideOpeningImage .module-aod-viewport--wrapper,.module-aod-viewport.hideOpeningImage .module-aod-viewport--wrapper .block{max-width:1020px}.module-aod-viewport--wrapper{align-items:stretch;display:flex;flex-flow:column nowrap}.module-aod-viewport .background{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.module-aod-viewport .background img{bottom:-20px;filter:blur(10px);height:auto;left:-20px;opacity:.2;position:absolute;position-area:center;right:-20px;top:-20px;width:calc(100% + 40px)}.module-aod-viewport .multimedia{position:relative;padding:24px 16px 0}.module-aod-viewport .multimedia-default{aspect-ratio:1/1}.module-aod-viewport .multimedia-default svg{height:100%;width:100%}.module-aod-viewport .block{bottom:0;left:0;max-width:800px;overflow:hidden;padding:24px 16px 24px;position:relative;right:0;width:100%}.module-aod-viewport .title-kicker{display:block;flex-basis:100%}.module-aod-viewport .shortDescription{max-width:672px}.module-aod-viewport .shortDescription,.module-aod-viewport .shortDescription a{color:#fff}.module-aod-viewport .shortDescription a[href]{text-decoration:underline;pointer-events:all}.module-aod-viewport .shortDescription a[href]:focus-within,.module-aod-viewport .shortDescription a[href]:hover{text-decoration:none}.module-aod-viewport .headline-atom,.module-aod-viewport .subtitle-atom,.module-aod-viewport .block,.module-aod-viewport .title-kicker,.module-aod-viewport .duration{color:#fff}.module-aod-viewport .subtitle-atom{max-width:672px}.module-aod-viewport .subtitle-atom a{color:#fff;text-decoration:underline}.module-aod-viewport .headline-atom{color:#fff;display:block;margin-right:96px;max-width:672px}@media only screen and (min-width : 1084px){.module-aod-viewport .headline-atom{margin-right:104px}}.module-aod-viewport .duration{text-transform:lowercase}.module-aod-viewport .kicker-wrapper{display:flex}.module-aod-viewport .ott-audio-player{max-width:100%;width:100%}.module-aod-viewport .ott-share-bar{bottom:auto;top:auto}@media only screen and (min-width : 578px){.module-aod-viewport .ott-share-bar{right:0}}.module-aod-viewport .ott-download-ico{align-items:center;background-color:rgba(255,255,255,.5);border-radius:20px;display:flex;height:40px;justify-content:center;pointer-events:all;position:absolute;right:68px;transition:all .4s ease-in-out;width:40px;z-index:1}@media only screen and (min-width : 578px){.module-aod-viewport .ott-download-ico{right:52px}}@media only screen and (min-width : 1084px){.module-aod-viewport .ott-download-ico{border-radius:24px;height:48px;width:48px;right:62px}}.module-aod-viewport .ott-download-ico:focus-within,.module-aod-viewport .ott-download-ico:hover{background-color:rgba(255,255,255,.75)}.module-aod-viewport .ott-share-bar.open+.ott-download-ico{opacity:0;z-index:0}.module-aod-viewport .play-button{align-items:center;display:flex;justify-content:center;min-height:40px;padding:8px;text-align:center;transition:background-color .4s ease-in-out;width:100%}.module-aod-viewport .play-button svg{height:10px;margin-left:8px;width:10px}@media only screen and (min-width : 578px){.module-aod-viewport .play-button{margin-top:48px;padding:12px 40px}.module-aod-viewport .play-button svg{height:14px;margin-left:12px;width:14px}}@media only screen and (min-width : 1084px){.module-aod-viewport .play-button{width:fit-content}}.module-aod-viewport .play-button:focus-within,.module-aod-viewport .play-button:hover{background-color:#0f6542}.module-aod-viewport .play-button--aux:focus-within,.module-aod-viewport .play-button--aux:hover{background-color:#bdbdbd}.module-aod-viewport .firstinfo-wrapper{display:flex;gap:16px;align-items:center}.module-aod-viewport .buttons-wrapper{display:flex;gap:0 24px;flex-wrap:wrap;margin-top:20px}.module-aod-viewport .buttons-wrapper .play-button{margin-top:16px;width:fit-content}@media only screen and (min-width : 578px){.module-aod-viewport{padding:64px 32px}.module-aod-viewport--wrapper{max-width:2228px;flex-flow:row nowrap;gap:40px;margin-left:auto;margin-right:auto;position:relative}.module-aod-viewport .multimedia{min-height:200px;min-width:200px;max-height:200px;max-width:200px;padding:0}.module-aod-viewport .block{column-gap:24px;padding:0}}@media only screen and (min-width : 1084px){.module-aod-viewport{padding:128px 64px}.module-aod-viewport--wrapper{gap:64px}.module-aod-viewport .multimedia{min-height:280px;min-width:280px;max-height:280px;max-width:280px}}.kicker-atom{padding:0;text-transform:uppercase;color:var(--background-accent-color, var(--background-color, #21835b))}a[href]:focus-within>.kicker-atom,a[href]:hover>.kicker-atom{transition:opacity .4s ease-in-out;opacity:1}a[href]:focus-within>.kicker-atom:focus-within,a[href]:focus-within>.kicker-atom:hover,a[href]:hover>.kicker-atom:focus-within,a[href]:hover>.kicker-atom:hover{opacity:.8}.kicker-atom.primary{color:var(--background-accent-color, var(--background-color, #21835b))}.kicker-atom.accent{color:#ffc33a}.kicker-atom.neutral{color:var(--background-accent-color, var(--background-color, #767676))}.kicker-atom.neutral700{color:var(--background-accent-color, var(--background-color, #4d4d4d))}.kicker-atom.white{color:var(--background-accent-color, var(--background-color, #fff))}.kicker-atom.text-center{text-align:center}.headline-atom{display:block;order:2;padding:0;color:#1a1a1a;text-wrap:pretty}a>.headline-atom{transition:opacity .4s ease-in-out;opacity:1}a>.headline-atom:focus-within,a>.headline-atom:hover{opacity:.8}.headline-atom.neutral900{color:#1a1a1a}.headline-atom.white{color:#fff}.headline-atom.text-center{text-align:center}.headline-atom--opinion{font-style:italic}.heading-atom{display:block;margin:0 0 .5em;padding:0;color:#1a1a1a}.heading-atom.neutral900{color:#1a1a1a}.heading-atom.white{color:#fff}.heading-atom a{color:var(--background-accent-color, var(--background-color, #21835b));text-decoration:none;transition:opacity .4s ease-in-out;opacity:1}.heading-atom a:focus-within,.heading-atom a:hover{opacity:.8}.subtitle-atom{color:#4d4d4d}.subtitle-atom--wrapper{display:flex;flex-direction:column}.subtitle-atom--wrapper>*:last-child{margin-bottom:0}.subtitle-atom--wrapper:empty{display:none}.subtitle-atom strong{font-weight:700}a[href]>.subtitle-atom{transition:opacity .4s ease-in-out;opacity:1}a[href]>.subtitle-atom:focus-within,a[href]>.subtitle-atom:hover{opacity:.8}.subtitle-atom a{color:var(--background-accent-color, var(--background-color, #21835b));text-decoration:none;transition:opacity .4s ease-in-out;opacity:1}.subtitle-atom a:focus-within,.subtitle-atom a:hover{opacity:.8}.subtitle-atom::before{content:none;position:absolute;left:0;top:5px;width:8px;height:8px}.subtitle-atom.list{padding:0 0 0 16px;position:relative}.subtitle-atom.list::before{content:"";background-color:#4d4d4d}.subtitle-atom.accent::before{background-color:#ffc33a}.subtitle-atom.rotate45::before{transform:rotate(45deg)}.subtitle-atom.small{padding:0 0 0 14px}.subtitle-atom.small::before{top:.5em;width:5px;height:5px}@media only screen and (min-width : 578px){.module-66-33>.slot:nth-child(2) .module-text-over-atom .subtitle-atom,.module-33-66>.slot:nth-child(1) .module-text-over-atom .subtitle-atom,.module-50-25>.slot:nth-child(2) .module-text-over-atom .subtitle-atom,.module-50-25>.slot:nth-child(3) .module-text-over-atom .subtitle-atom,.module-25-50>.slot:nth-child(1) .module-text-over-atom .subtitle-atom,.module-25-50>.slot:nth-child(2) .module-text-over-atom .subtitle-atom,.module-33>.slot .module-text-over-atom .subtitle-atom,.module-25>.slot .module-text-over-atom .subtitle-atom{display:none}}.timestamp-atom{margin:20px 0 0;padding:0;text-transform:capitalize;display:flex;flex-direction:column}@media only screen and (min-width : 578px){.timestamp-atom{flex-direction:row}.timestamp-atom .update{margin:0 0 0 16px}}p.paragraph-atom{position:relative;color:#333;word-break:break-word}p.paragraph-atom.white{color:#fff}p.paragraph-atom .place{font-weight:500}.title-row-text-atom{display:flex;width:100%;color:#1a1a1a;align-items:center;position:relative;padding-top:12px}.title-row-text-atom a{color:inherit}.title-row-text-atom .divider{position:relative}.title-row-text-atom .divider[class*=" divider"]::before,.title-row-text-atom .divider[class^=divider]::before{top:auto;bottom:100%}.title-row-text-atom .view-more{white-space:nowrap;color:#767676;text-decoration:none;margin:0 0 0 24px;transition:opacity .4s ease-in-out;opacity:1}.title-row-text-atom .view-more:focus-within,.title-row-text-atom .view-more:hover{opacity:.8}.title-row-text-atom svg{fill:#767676;max-height:14px;vertical-align:middle;line-height:14px;margin:-3px 0 0 3px}.title-row-text-atom.style-left-100{justify-content:space-between}.title-row-text-atom.style-left{justify-content:flex-start}.title-row-text-atom.centered{justify-content:center}.title-row-text-atom .title-text-title{display:inline-block;padding-top:5px}.module{width:100%;display:grid;grid-gap:10px;padding:0 16px;margin:30px auto 0;grid-template-columns:1fr}@media only screen and (min-width : 1084px){.module:not(.carousel-mini,.carousel-vertical,.module.recirculation,.coming-event,.content-block-featured-card-news,.cb-featured-news--featured,.module-grouper-in-5,.bbnx-body){max-width:1020px;box-sizing:content-box}}@media only screen and (min-width : 1340px){.module:not(.carousel-mini,.carousel-vertical,.module.recirculation,.coming-event,.content-block-featured-card-news,.cb-featured-news--featured,.module-grouper-in-5,.bbnx-body){max-width:1020px !important}}@media only screen and (min-width : 578px){.module:not(.carousel-mini,.carousel-vertical,.module.recirculation,.coming-event,.content-block-featured-card-news,.cb-featured-news--featured,.module-grouper-in-5,.bbnx-body){padding-left:32px;padding-right:32px}}@media only screen and (min-width : 1084px){.module:not(.carousel-mini,.carousel-vertical,.module.recirculation,.coming-event,.content-block-featured-card-news,.cb-featured-news--featured,.module-grouper-in-5,.bbnx-body){padding-left:16px;padding-right:16px}}@media only screen and (min-width : 578px){.module{margin-top:40px}}.module.fullwidth{max-width:none}.module .kicker h3{color:#333;text-decoration:none}.module .kicker a{text-decoration:none;color:inherit;transition:color .4s ease-in-out}.module .kicker a:focus-within,.module .kicker a:hover{color:#4d4d4d}.module-100{display:grid;grid-gap:24px;grid-template-columns:1fr}.module-100 .slot .content.text-over .sponsor-image img{display:block;margin:0;left:inherit}.module-100 .slot .content.text-over .multimedia{width:100%;height:100%;max-height:500px;overflow:hidden}@media only screen and (min-width : 1084px){.module-100 .slot .content.text-over .multimedia{max-height:600px}}.module-100 .slot .content.text-over .related-content{margin:30px auto 0}.module-100 .slot .content.text-side{flex-wrap:wrap}@media only screen and (min-width : 578px){.module-100 .slot .content.text-side .content-title{padding:0 0 0 20px}}.module-100 .slot .content.text-bottom,.module-100 .slot .content.text-none{text-align:center;align-items:center;justify-content:center}.module-100 .slot .content.text-bottom .title-kicker,.module-100 .slot .content.text-none .title-kicker{margin:0 auto 10px}.module-100 .slot .content.text-bottom .sponsor-image img,.module-100 .slot .content.text-none .sponsor-image img{display:block;margin:0 auto;left:inherit}.module-100 .slot .content.text-bottom .content-title .title-kicker,.module-100 .slot .content.text-none .content-title .title-kicker{align-self:center}.module-100 .slot .content.text-bottom .multimedia,.module-100 .slot .content.text-none .multimedia{width:100%;height:100%;overflow:hidden}.module-100 .slot .content.text-bottom .related-content,.module-100 .slot .content.text-none .related-content{margin:30px auto 0}.module-100 .slot .content.text-bottom .sponsor-image img{margin:0}.module-100 .slot .content.text-bottom .title-kicker{margin:10px auto}.module-66-33{display:grid;grid-gap:24px;grid-template-columns:1fr}.module-66-33 .slot:nth-child(1) .content.text-side{flex-wrap:wrap}@media only screen and (min-width : 578px){.module-66-33 .slot:nth-child(1) .content.text-side .multimedia{order:1;overflow:hidden;position:relative}.module-66-33 .slot:nth-child(1) .content.text-side .multimedia .media-info{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.module-66-33 .slot:nth-child(1) .content.text-side .multimedia img{object-fit:contain}}@media only screen and (min-width : 578px){.module-66-33 .slot:nth-child(1) .content.text-side .content-title{padding:0 0 0 20px}}@media only screen and (min-width : 578px){.module-66-33 .slot:nth-child(2) .content.text-over .content-title{bottom:20px;padding:0 20px}}.module-66-33 .slot:nth-child(2) .content.text-side{flex-wrap:wrap}@media only screen and (min-width : 578px){.module-66-33 .slot:nth-child(2) .content.text-side .multimedia{flex:0 0 33.3%}.module-66-33 .slot:nth-child(2) .content.text-side .content-title{flex:0 0 66.6%;max-width:66.6%}}.module-66-33 .slot:nth-child(2) .content.text-bottom .related-content{grid-auto-flow:row}.module-66-33 .slot:nth-child(2) .content.text-over .subtitle{display:none}@media only screen and (min-width : 578px){.module-66-33{grid-template-columns:1fr 1fr}.module-66-33 .slot:nth-child(1){grid-column:1;grid-row:1}.module-66-33 .slot:nth-child(2){grid-column:2;grid-row:1}}@media only screen and (min-width : 1084px){.module-66-33{grid-template-columns:1fr 1fr 1fr}.module-66-33 .slot:nth-child(1){grid-column:1/span 2;grid-row:1}.module-66-33 .slot:nth-child(2){grid-column:3;grid-row:1}}.module-33-66{display:grid;grid-gap:24px;grid-template-columns:1fr}@media only screen and (min-width : 578px){.module-33-66 .slot:nth-child(1) .content.text-over .content-title{bottom:20px;padding:0 20px}}.module-33-66 .slot:nth-child(1) .content.text-side{flex-wrap:wrap}@media only screen and (min-width : 578px){.module-33-66 .slot:nth-child(1) .content.text-side .multimedia{flex:0 0 33.3%}.module-33-66 .slot:nth-child(1) .content.text-side .content-title{flex:0 0 66.6%;max-width:66.6%}}.module-33-66 .slot:nth-child(1) .content .related-content{grid-auto-flow:row}.module-33-66 .slot:nth-child(1) .content.text-over .subtitle{display:none}.module-33-66 .slot:nth-child(2) .content.text-side{flex-wrap:wrap}@media only screen and (min-width : 578px){.module-33-66 .slot:nth-child(2) .content.text-side .multimedia{order:1;overflow:hidden;position:relative}.module-33-66 .slot:nth-child(2) .content.text-side .multimedia .media-info{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.module-33-66 .slot:nth-child(2) .content.text-side .multimedia img{object-fit:contain}}@media only screen and (min-width : 578px){.module-33-66 .slot:nth-child(2) .content.text-side .content-title{padding:0 0 0 20px}}@media only screen and (min-width : 578px){.module-33-66{grid-template-columns:1fr 1fr}.module-33-66 .slot:nth-child(1){grid-column:1;grid-row:1}.module-33-66 .slot:nth-child(2){grid-column:2;grid-row:1}}@media only screen and (min-width : 1084px){.module-33-66{grid-template-columns:1fr 1fr 1fr}.module-33-66 .slot:nth-child(1){grid-column:1;grid-row:1}.module-33-66 .slot:nth-child(2){grid-column:2/span 2;grid-row:1}}.module-50-50{display:grid;grid-gap:24px;grid-template-columns:1fr}.module-50-50 .slot:nth-child(1) .content.text-side,.module-50-50 .slot:nth-child(2) .content.text-side{flex-wrap:wrap}.module-50-50 .slot:nth-child(1) .content .related-content,.module-50-50 .slot:nth-child(2) .content .related-content{grid-auto-flow:row}@media only screen and (min-width : 578px){.module-50-50{grid-template-columns:1fr 1fr}.module-50-50 .slot{min-width:100%}.module-50-50 .slot:nth-child(1){grid-column:1;grid-row:1}.module-50-50 .slot:nth-child(2){grid-column:2;grid-row:1}}.module-50-25{display:grid;grid-gap:24px;grid-template-columns:1fr}.module-50-25 .slot:nth-child(1) .content.text-side{flex-wrap:wrap}.module-50-25 .slot:nth-child(1) .content .related-content{grid-auto-flow:row}@media only screen and (min-width : 578px){.module-50-25 .slot:nth-child(2) .content.text-over .content-title,.module-50-25 .slot:nth-child(3) .content.text-over .content-title{bottom:20px;padding:0 20px}}.module-50-25 .slot:nth-child(2) .content.text-side,.module-50-25 .slot:nth-child(3) .content.text-side{flex-wrap:wrap}@media only screen and (min-width : 578px){.module-50-25 .slot:nth-child(2) .content.text-side .multimedia,.module-50-25 .slot:nth-child(3) .content.text-side .multimedia{flex:0 0 33.3%}.module-50-25 .slot:nth-child(2) .content.text-side .content-title,.module-50-25 .slot:nth-child(3) .content.text-side .content-title{flex:0 0 66.6%;max-width:66.6%}}.module-50-25 .slot:nth-child(2) .content.text-side .subtitle,.module-50-25 .slot:nth-child(3) .content.text-side .subtitle{display:none}.module-50-25 .slot:nth-child(2) .content .related-content,.module-50-25 .slot:nth-child(3) .content .related-content{grid-auto-flow:row}.module-50-25 .slot:nth-child(2) .content.text-over .subtitle,.module-50-25 .slot:nth-child(3) .content.text-over .subtitle{display:none}@media only screen and (min-width : 578px){.module-50-25{grid-template-columns:1fr 1fr}.module-50-25 .slot:nth-child(1){grid-column:1/span 2;grid-row:1}.module-50-25 .slot:nth-child(2){grid-column:1;grid-row:2}.module-50-25 .slot:nth-child(3){grid-column:2;grid-row:2}}@media only screen and (min-width : 1084px){.module-50-25{grid-template-columns:1fr 1fr 1fr 1fr}.module-50-25 .slot:nth-child(1){grid-column:1/span 2;grid-row:1}.module-50-25 .slot:nth-child(2){grid-column:3;grid-row:1}.module-50-25 .slot:nth-child(3){grid-column:4;grid-row:1}}.module-25-50{display:grid;grid-gap:24px;grid-template-columns:1fr}@media only screen and (min-width : 578px){.module-25-50 .slot:nth-child(1) .content.text-over .content-title,.module-25-50 .slot:nth-child(2) .content.text-over .content-title{bottom:20px;padding:0 20px}}.module-25-50 .slot:nth-child(1) .content.text-side,.module-25-50 .slot:nth-child(2) .content.text-side{flex-wrap:wrap}@media only screen and (min-width : 578px){.module-25-50 .slot:nth-child(1) .content.text-side .multimedia,.module-25-50 .slot:nth-child(2) .content.text-side .multimedia{flex:0 0 33.3%}.module-25-50 .slot:nth-child(1) .content.text-side .content-title,.module-25-50 .slot:nth-child(2) .content.text-side .content-title{flex:0 0 66.6%;max-width:66.6%}}.module-25-50 .slot:nth-child(1) .content.text-side .subtitle,.module-25-50 .slot:nth-child(2) .content.text-side .subtitle{display:none}.module-25-50 .slot:nth-child(1) .content .related-content,.module-25-50 .slot:nth-child(2) .content .related-content{grid-auto-flow:row}.module-25-50 .slot:nth-child(1) .content.text-over .subtitle,.module-25-50 .slot:nth-child(2) .content.text-over .subtitle{display:none}.module-25-50 .slot:nth-child(3) .content.text-side{flex-wrap:wrap}.module-25-50 .slot:nth-child(3) .content .related-content{grid-auto-flow:row}@media only screen and (min-width : 578px){.module-25-50{grid-template-columns:1fr 1fr}.module-25-50 .slot:nth-child(1){grid-column:1;grid-row:1}.module-25-50 .slot:nth-child(2){grid-column:2;grid-row:1}.module-25-50 .slot:nth-child(3){grid-column:1/span 2;grid-row:2}}@media only screen and (min-width : 1084px){.module-25-50{grid-template-columns:1fr 1fr 1fr 1fr}.module-25-50 .slot:nth-child(1){grid-column:1;grid-row:1}.module-25-50 .slot:nth-child(2){grid-column:2;grid-row:1}.module-25-50 .slot:nth-child(3){grid-column:3/span 2;grid-row:1}}.module-25{display:grid;grid-gap:24px;grid-template-columns:1fr}@media only screen and (min-width : 578px){.module-25 .slot:nth-child(1) .content.text-over .content-title,.module-25 .slot:nth-child(2) .content.text-over .content-title,.module-25 .slot:nth-child(3) .content.text-over .content-title,.module-25 .slot:nth-child(4) .content.text-over .content-title{bottom:20px;padding:0 20px}}.module-25 .slot:nth-child(1) .content.text-side,.module-25 .slot:nth-child(2) .content.text-side,.module-25 .slot:nth-child(3) .content.text-side,.module-25 .slot:nth-child(4) .content.text-side{flex-wrap:wrap}@media only screen and (min-width : 578px){.module-25 .slot:nth-child(1) .content.text-side .multimedia,.module-25 .slot:nth-child(2) .content.text-side .multimedia,.module-25 .slot:nth-child(3) .content.text-side .multimedia,.module-25 .slot:nth-child(4) .content.text-side .multimedia{flex:0 0 33.3%}.module-25 .slot:nth-child(1) .content.text-side .content-title,.module-25 .slot:nth-child(2) .content.text-side .content-title,.module-25 .slot:nth-child(3) .content.text-side .content-title,.module-25 .slot:nth-child(4) .content.text-side .content-title{flex:0 0 66.6%;max-width:66.6%}}.module-25 .slot:nth-child(1) .content.text-side .subtitle,.module-25 .slot:nth-child(2) .content.text-side .subtitle,.module-25 .slot:nth-child(3) .content.text-side .subtitle,.module-25 .slot:nth-child(4) .content.text-side .subtitle{display:none}.module-25 .slot:nth-child(1) .content .related-content,.module-25 .slot:nth-child(2) .content .related-content,.module-25 .slot:nth-child(3) .content .related-content,.module-25 .slot:nth-child(4) .content .related-content{grid-auto-flow:row}.module-25 .slot:nth-child(1) .content.text-over .subtitle,.module-25 .slot:nth-child(2) .content.text-over .subtitle,.module-25 .slot:nth-child(3) .content.text-over .subtitle,.module-25 .slot:nth-child(4) .content.text-over .subtitle{display:none}@media only screen and (min-width : 578px){.module-25{grid-template-columns:1fr 1fr}.module-25 .slot:nth-child(1){grid-column:1;grid-row:1}.module-25 .slot:nth-child(2){grid-column:2;grid-row:1}.module-25 .slot:nth-child(3){grid-column:1;grid-row:2}.module-25 .slot:nth-child(4){grid-column:2;grid-row:2}}@media only screen and (min-width : 1084px){.module-25{grid-template-columns:1fr 1fr 1fr 1fr}.module-25 .slot:nth-child(1){grid-column:1;grid-row:1}.module-25 .slot:nth-child(2){grid-column:2;grid-row:1}.module-25 .slot:nth-child(3){grid-column:3;grid-row:1}.module-25 .slot:nth-child(4){grid-column:4;grid-row:1}}.module-33{display:grid;grid-gap:24px;grid-template-columns:1fr}@media only screen and (min-width : 578px){.module-33 .slot:nth-child(1) .content.text-over .content-title,.module-33 .slot:nth-child(2) .content.text-over .content-title,.module-33 .slot:nth-child(3) .content.text-over .content-title{bottom:20px;padding:0 20px}}.module-33 .slot:nth-child(1) .content.text-side,.module-33 .slot:nth-child(2) .content.text-side,.module-33 .slot:nth-child(3) .content.text-side{flex-wrap:wrap}@media only screen and (min-width : 578px){.module-33 .slot:nth-child(1) .content.text-side .multimedia,.module-33 .slot:nth-child(2) .content.text-side .multimedia,.module-33 .slot:nth-child(3) .content.text-side .multimedia{flex:0 0 33.3%}.module-33 .slot:nth-child(1) .content.text-side .content-title,.module-33 .slot:nth-child(2) .content.text-side .content-title,.module-33 .slot:nth-child(3) .content.text-side .content-title{flex:0 0 66.6%;max-width:66.6%}}.module-33 .slot:nth-child(1) .content .related-content,.module-33 .slot:nth-child(2) .content .related-content,.module-33 .slot:nth-child(3) .content .related-content{grid-auto-flow:row}.module-33 .slot:nth-child(1) .content.text-over .subtitle,.module-33 .slot:nth-child(2) .content.text-over .subtitle,.module-33 .slot:nth-child(3) .content.text-over .subtitle{display:none}@media only screen and (min-width : 578px){.module-33{grid-template-columns:1fr 1fr}.module-33 .slot:nth-child(1){grid-column:1/span 2;grid-row:1}.module-33 .slot:nth-child(2){grid-column:1;grid-row:2}.module-33 .slot:nth-child(3){grid-column:2;grid-row:2}}@media only screen and (min-width : 1084px){.module-33{grid-template-columns:1fr 1fr 1fr}.module-33 .slot:nth-child(1){grid-column:1;grid-row:1}.module-33 .slot:nth-child(2){grid-column:2;grid-row:1}.module-33 .slot:nth-child(3){grid-column:3;grid-row:1}}.module.bbnx-body{width:100%;display:block;position:relative;padding:0}.module.bbnx-body>*{order:unset;width:100%}.module .slot>*:not(:first-child,.text-bottom,.text-over,.module-poll,.board-advertising){padding-top:24px;border-top:1px solid #d6d6d6}#id-bannerTop{z-index:1}.ott-theme{background-color:#000}.ott-theme .top_container{z-index:2}.ott-theme .title-text-title{color:#fff}.ott-theme .bbnx-main.ott{display:flex;flex-direction:column}.ott-module-grid{align-self:center;display:flex;flex-direction:column;max-width:2356px;width:100%}.ott-module-grid .title-row-text-atom{flex:1 1 100%;min-width:100%}@media only screen and (min-width : 578px){.ott-module-grid{column-gap:24px;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}.ott-module-grid .module-shows-grid{flex:1 0 calc(50% - 12px);margin-left:0;margin-right:0;max-width:calc(50% - 12px)}}@media only screen and (min-width : 1084px){.ott-module-grid{justify-self:center}.ott-module-grid .module-shows-grid{flex:1 0 calc(20% - 19.2px);max-width:calc(20% - 19.2px)}}.featured-pill{align-items:center;background-color:#fff;border-radius:16px;color:#1a1a1a;display:inline-flex;padding:5px 8px;pointer-events:all;transition:opacity .4s ease-in-out}.featured-pill:focus-within,.featured-pill:hover{opacity:.75}.ott-dropdown .tab-selector.tab-selector--dropdown{color:#fff;cursor:pointer}.ott-dropdown .tab-selector.tab-selector--dropdown .input-button{background-color:#333;border:1px solid #666;cursor:pointer}.ott-dropdown .tab-selector.tab-selector--dropdown span+svg{fill:#fff}.ott-dropdown .tab-selector.tab-selector--dropdown .bbnx-dropdown{background-color:#4d4d4d}.ott-dropdown .tab-selector.tab-selector--dropdown .tab-selector-option{color:#bdbdbd;transition:color .4s ease-in-out}.ott-dropdown .tab-selector.tab-selector--dropdown .tab-selector-option:not(.tab-selector-option--selected):focus-within,.ott-dropdown .tab-selector.tab-selector--dropdown .tab-selector-option:not(.tab-selector-option--selected):hover{color:#d6d6d6}.ott-dropdown .tab-selector.tab-selector--dropdown .tab-selector-option--selected{border:1px none rgba(0,0,0,0);color:#767676}.ott-dropdown .tab-selector.tab-selector--horizontal:after{display:none}.ott-dropdown .tab-selector.tab-selector--horizontal .tab-selector-option{animation:opacity-animation .35s ease-out;padding:12px 16px;transition:color .4s ease-in-out}.ott-dropdown .tab-selector.tab-selector--horizontal .tab-selector-option:focus-within,.ott-dropdown .tab-selector.tab-selector--horizontal .tab-selector-option:hover{color:#fff}.ott-dropdown .tab-selector.tab-selector--horizontal .tab-selector-option--selected{border-color:#fff;color:#fff}@media only screen and (min-width : 578px){.ott-dropdown .tab-selector.tab-selector--horizontal{width:calc(100vw - 48px);overflow:auto;position:relative;margin-right:-30px}}@media only screen and (min-width : 1084px){.ott-dropdown .tab-selector.tab-selector--horizontal{margin-right:0}}@media only screen and (min-width : 578px){.ott-dropdown:has(.tab-selector.tab-selector--horizontal){position:relative}.ott-dropdown:has(.tab-selector.tab-selector--horizontal)::before{background:linear-gradient(90deg, transparent 0%, #000 100%);content:" ";inset:0 0 0 auto;position:absolute;width:24px;z-index:1}}@media only screen and (min-width : 1084px){.ott-dropdown:has(.tab-selector.tab-selector--horizontal)::before{display:none}}@media only screen and (min-width : 578px){.ott-dropdown.ott-dropdown--seasons{max-width:fit-content}}.ott-dropdown.ott-dropdown--seasons .tab-selector-option svg{display:none}.ott-dropdown.ott-dropdown--seasons .bbnx-dropdown{left:0;min-width:100%;right:auto;width:auto}.ott-dropdown.ott-dropdown--seasons~.show-details-tab.active-tab{display:block !important}.age-classification,.genres{border-radius:2px;display:inline-block;padding:3px 8px}.age-classification+.genres,.genres+.genres{margin-left:4px}.age-classification{background-color:#35a32c;color:#fff}.age-classification.value--1{background-color:#aa3fe4}.age-classification.value--7{background-color:#00a7ea}.age-classification.value--10,.age-classification.value--12{background-color:#ffff37;color:#000}.age-classification.value--16{background-color:#ff5b20}.age-classification.value--18{background-color:#ff091b}.age-classification.value--20{background-color:#4b4b4d}.ott-live-grid-wrapper{display:grid;grid-gap:0;margin:auto;max-width:2356px;padding:24px 16px}@media only screen and (min-width : 578px){.ott-live-grid-wrapper{padding:24px 32px}}@media only screen and (min-width : 1084px){.ott-live-grid-wrapper{padding:24px 64px}}@keyframes opacity-animation{0%{opacity:0}100%{opacity:1}}.ott-epg .title-text-atom{border-top:1px solid #000}.ott-epg .title-text-atom .title-text-title{display:block;margin:auto;max-width:2356px;padding:24px 16px;width:100%}@media only screen and (min-width : 578px){.ott-epg .title-text-atom .title-text-title{padding:24px 32px}}@media only screen and (min-width : 1084px){.ott-epg .title-text-atom .title-text-title{padding:24px 64px}}.ott-epg .ott-epg-description{border-top:1px solid #000;margin-top:-13px}.ott-epg .ott-epg-description--wrapper{margin:auto;max-width:2356px;padding:0 16px 24px;width:100%}@media only screen and (min-width : 578px){.ott-epg .ott-epg-description--wrapper{padding:0 32px 24px}}@media only screen and (min-width : 1084px){.ott-epg .ott-epg-description--wrapper{padding:0 64px 24px}}.ott-epg-wrapper{display:grid;grid-gap:0;margin:auto;max-width:2356px;padding:0}@media only screen and (min-width : 578px){.ott-epg-wrapper{padding:24px 32px}}@media only screen and (min-width : 1084px){.ott-epg-wrapper{padding:24px 64px}}.ott-epg .ott-epg-schedule{display:flex;gap:8px;margin:40px 16px 32px}@media only screen and (min-width : 578px){.ott-epg .ott-epg-schedule{margin:8px 0 54px}}@media only screen and (min-width : 1084px){.ott-epg .ott-epg-schedule{margin-bottom:64px}}.ott-epg .ott-epg-schedule input{display:none}.ott-epg .ott-epg-schedule input:checked+.epg-day{background-color:#21835b;color:#fff}@media only screen and (max-width : 1083px){.ott-epg .ott-epg-schedule input:checked+.epg-day{margin:-2px 0}}.ott-epg .ott-epg-schedule .epg-day{border-radius:4px;cursor:pointer;display:flex;flex:1 1 auto;flex-direction:column;justify-content:space-evenly;padding:4px 0;text-align:center;text-transform:capitalize}.ott-epg .ott-epg-schedule .epg-day span{display:block}.ott-epg .ott-epg-schedule:has(#epgchannel1:checked)+div#epgchannelLayer1{display:flex !important}.ott-epg .ott-epg-schedule:has(#epgchannel2:checked)~div#epgchannelLayer2{display:flex !important}.ott-epg .ott-epg-schedule:has(#epgchannel3:checked)~div#epgchannelLayer3{display:flex !important}.ott-epg .ott-epg-grid{animation:opacity-animation .935s ease-out;display:none;flex-direction:column}.module-epg-grid{align-items:stretch;border-bottom-width:1px;border-bottom-style:solid;display:flex;flex-direction:column;max-width:1072px;margin:0 auto;padding:0;width:100%}@media only screen and (min-width : 578px){.module-epg-grid{flex-direction:row}}.module-epg-grid.isLive .startDate:before{background-color:currentColor;border-radius:50%;content:"";display:inline-block;height:8px;margin:-0.15em 8px 0 0;vertical-align:middle;width:8px}@media only screen and (min-width : 578px){.module-epg-grid.isLive .startDate:before{display:block;margin:0 auto 6px}}.module-epg-grid .media{display:block}.module-epg-grid .block,.module-epg-grid .media{position:relative}.module-epg-grid .block{display:block}.module-epg-grid .multimedia{position:relative}@media only screen and (min-width : 578px){.module-epg-grid .multimedia{max-width:33%}}@media only screen and (min-width : 1084px){.module-epg-grid .multimedia{min-width:400px;width:400px}}.module-epg-grid .multimedia-default{aspect-ratio:16/9}.module-epg-grid .multimedia-default svg{height:100%;width:100%}.module-epg-grid .headline-atom,.module-epg-grid .subtitle-atom,.module-epg-grid .block{color:#fff}.module-epg-grid .subtitle-atom a{color:#fff;text-decoration:underline}.module-epg-grid .headline-atom{display:block}.module-epg-grid .initial-line{display:flex;flex-wrap:wrap;gap:16px}.module-epg-grid .duration{text-transform:lowercase}.ott-third-party-apps{display:flex;flex-wrap:wrap;gap:8px;pointer-events:all;z-index:1}.ott-third-party-apps a{align-items:center;border:1px solid;border-radius:3px;cursor:pointer;display:flex;height:40px;justify-content:center;padding:0 12px;transition:opacity .4s ease-in-out}.ott-third-party-apps a:focus-within,.ott-third-party-apps a:hover{opacity:.7}@media only screen and (max-width : 1083px){.ott-third-party-apps a{font-size:0}}@media only screen and (max-width : 1083px){.ott-third-party-apps{justify-content:space-between}.ott-third-party-apps>li{flex:1;max-width:calc(25% - 6px)}}@media only screen and (min-width : 1084px){.ott-third-party-apps a{gap:8px}}.show-details-header .title-text-atom:first-child:last-child{margin-top:0}@media only screen and (min-width : 1084px){.show-details-header{overflow:hidden}}.show-details-wrapper{display:grid;grid-gap:36px;margin:auto;max-width:2356px;padding:24px 16px}@media only screen and (min-width : 578px){.show-details-wrapper{padding:24px 32px}}@media only screen and (min-width : 1084px){.show-details-wrapper{padding:24px 64px}}.show-details .show-details-tab{animation:opacity-animation .935s ease-out}.show-details-sheet{display:grid;grid-gap:24px}@media only screen and (min-width : 1084px){.show-details-sheet{grid-gap:48px;grid-template-areas:"B C";grid-template-columns:repeat(2, 50%)}}.show-details .show-details-column--first{display:grid;grid-gap:24px}@media only screen and (min-width : 1084px){.show-details .show-details-column--first{align-content:flex-start;grid-area:B;grid-gap:48px;grid-template-columns:240px 1fr;align-items:flex-start}.show-details .show-details-column--first picture{height:auto}}.show-details .show-details-column--first picture img{max-width:240px;order:0}.show-details .show-details-column--first.type-audio picture img{aspect-ratio:1/1}@media only screen and (min-width : 1084px){.show-details .show-details-column--second{grid-area:C}}.show-details .shortDescription,.show-details .shortDescription a,.show-details .dataSheetInfo,.show-details .dataSheetInfo a,.show-details .dataSheetText,.show-details .dataSheetText a{color:#fff}.show-details .shortDescription a[href],.show-details .dataSheetInfo a[href],.show-details .dataSheetText a[href]{text-decoration:underline;pointer-events:all}.show-details .shortDescription a[href]:focus-within,.show-details .shortDescription a[href]:hover,.show-details .dataSheetInfo a[href]:focus-within,.show-details .dataSheetInfo a[href]:hover,.show-details .dataSheetText a[href]:focus-within,.show-details .dataSheetText a[href]:hover{text-decoration:none}.show-details .moreInfo{display:flex;gap:16px}.show-details .paragraph-atom a{text-decoration:underline}.show-details .externalAudioLinks{font-size:0;margin-bottom:-8px;fill:#fff}.show-details .externalAudioLinks li{align-items:center;border:1px solid #fff;border-radius:3px;display:inline-flex;vertical-align:top;margin-bottom:8px}.show-details .externalAudioLinks li a{align-items:center;display:flex;height:38px;justify-content:center;width:70px}.show-details .externalAudioLinks li:not(:last-child){margin-right:8px}.show-details .socialList li{display:inline-block;fill:#fff}.show-details .socialList li:not(:last-child){margin-right:16px}.show-details .webUrl a{align-items:center;display:flex;gap:4px}.show-details-list-episode{width:100%}@media only screen and (min-width : 578px){.show-details-list-episode{border-collapse:collapse;display:table}}@media only screen and (min-width : 578px){.show-details-list-episode .ott-load-more{caption-side:bottom;display:table-caption}}.show-details-list-episode .ott-load-more .show-details-list-episode .module-aod-grid{border-top-style:solid;border-top-width:1px}@keyframes spinner-rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.ott-load-spinner{align-items:center;color:#fff;display:flex;justify-content:center;margin:36px auto 16px;min-height:36px;padding:8px;text-transform:uppercase;width:200px;cursor:pointer}.ott-load-spinner svg{fill:#fff;height:20px;margin-left:12px;width:20px;display:block;animation:spinner-rotate 2s linear infinite}.bbnx-footer{background-color:#1a1a1a;border-top:2px solid #4d4d4d;margin:40px 0 0;width:100%}@media only screen and (min-width : 578px){.bbnx-footer{margin-top:50px}}@media only screen and (min-width : 1084px){.bbnx-footer{margin-top:70px}}.bbnx-footer .content{margin:0 auto;width:100%}@media only screen and (min-width : 1084px){.bbnx-footer .content .social,.bbnx-footer .content .header,.bbnx-footer .content .footer-nav ul,.bbnx-footer .content .information{margin:0 auto;max-width:1280px}}.bbnx-footer .header{color:#fff;font:600 18px/23px "Roboto Flex",sans-serif;margin:5px 0 12px}.bbnx-footer .header a{color:#fff;text-decoration:none;transition:color .4s ease-in-out}.bbnx-footer .header a:focus-within,.bbnx-footer .header a:hover{color:#d6d6d6}.bbnx-footer .social{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;padding:15px 15px 5px;width:100%}.bbnx-footer .social .footer-list{align-items:center;display:inline-flex;flex-wrap:wrap;margin:0 -7.5px}.bbnx-footer .social .footer-list>li{margin:0 7.5px 15px}.bbnx-footer .social .footer-list>li>a{display:flex}.bbnx-footer .social .footer-list>li>a svg{height:24px;margin-right:8px}.bbnx-footer .social .footer-list>li>a{color:#fff;fill:currentColor;text-decoration:none;transition:color .4s ease-in-out}.bbnx-footer .social .footer-list>li>a:focus-within,.bbnx-footer .social .footer-list>li>a:hover{color:#d6d6d6}.bbnx-footer .social .apps .footer-list{align-items:flex-start}@media only screen and (min-width : 1084px){.bbnx-footer .social{flex-direction:row}.bbnx-footer .social .header{margin-bottom:20px}.bbnx-footer .social .media+.apps{margin-left:60px}}.bbnx-footer #footerapps>a{height:50px;width:210px}.bbnx-footer #footerapps>a svg{height:50px;width:210px}.bbnx-footer .explore{color:#fff;overflow:hidden;padding:15px 0 5px}@media only screen and (min-width : 1084px){.bbnx-footer .explore{padding:24px 0 20px}}.bbnx-footer .explore .header{color:#fff;padding:0 16px}.bbnx-footer .explore .header>a{color:#fff;text-decoration:none}@media only screen and (min-width : 1084px){.bbnx-footer .explore .header{margin-bottom:20px}}.bbnx-footer .explore .footer-nav{color:#fff;font:400 14px/18px "Roboto Flex",sans-serif;margin:0;padding:0 7.5px}.bbnx-footer .explore .footer-nav a{color:#fff;transition:color .4s ease-in-out}.bbnx-footer .explore .footer-nav a:focus-within,.bbnx-footer .explore .footer-nav a:hover{color:#d6d6d6}@media only screen and (min-width : 1084px){.bbnx-footer .explore .footer-nav{margin:0;padding:0}}.bbnx-footer .explore .footer-nav .header{padding-left:15px;padding-right:15px}.bbnx-footer .explore .footer-nav ul{display:flex;flex-wrap:wrap}@media only screen and (min-width : 1084px){.bbnx-footer .explore .footer-nav ul{margin:0 auto;padding:0 10px}}.bbnx-footer .explore .footer-nav+.header,.bbnx-footer .explore .footer-nav+.footer-nav{margin-top:7px;padding-top:15px;position:relative}@media only screen and (min-width : 1084px){.bbnx-footer .explore .footer-nav+.header,.bbnx-footer .explore .footer-nav+.footer-nav{margin-top:15px;padding-top:20px}}.bbnx-footer .explore .footer-nav+.header::before,.bbnx-footer .explore .footer-nav+.footer-nav::before{background:#4d4d4d;content:" ";height:2px;left:-50vw;position:absolute;right:-50vw;top:-2px}.bbnx-footer .explore .footer-nav+.header{padding-top:15px}@media only screen and (min-width : 1084px){.bbnx-footer .explore .footer-nav+.header{padding-top:20px}}.bbnx-footer .explore .footer-nav li{flex:1 1 50%;max-width:50%;padding:5px 7.5px 12px}@media only screen and (min-width : 578px){.bbnx-footer .explore .footer-nav li{flex:1 1 33%;max-width:33%}}@media only screen and (min-width : 1084px){.bbnx-footer .explore .footer-nav li{flex:1 1 20%;max-width:20%}}.bbnx-footer .explore .footer-nav li a{color:#fff;text-decoration:none;transition:color .4s ease-in-out}.bbnx-footer .explore .footer-nav li a:focus-within,.bbnx-footer .explore .footer-nav li a:hover{color:#d6d6d6}.bbnx-footer .information{align-items:center;display:flex;flex-direction:row;font-size:0;padding:20px 15px;width:100%}.bbnx-footer .information .collaborators{flex:2 2 100%}.bbnx-footer .information .collaborators a{display:inline-block}.bbnx-footer .information .collaborators svg{max-width:100%}@media only screen and (min-width : 578px){.bbnx-footer .information .collaborators{flex:1 1 100%;margin-top:10px}}@media only screen and (min-width : 1084px){.bbnx-footer .information .collaborators{flex:1 1 auto;text-align:right}}.bbnx-footer .information .legal{margin-right:15px}.bbnx-footer .information .legal a{display:block}.bbnx-footer .information .copyright{color:#fff;font:400 12px/15px "Roboto Flex",sans-serif}html:has(body.locked),html:has(body.locked) #app{overflow:hidden}.top_container{top:0;z-index:1;position:sticky}.bbnx-header{display:flex;position:relative;z-index:12;height:48px;width:100%;align-items:center;justify-content:space-between;left:0;right:0;top:0;color:#fff;background-color:#1a1a1a;transition:.22s ease-in all}@media only screen and (min-width : 578px){.bbnx-header{height:64px}}@media only screen and (min-width : 1084px){.bbnx-header{height:80px}}.bbnx-header.stickeable{top:-48px}@media only screen and (min-width : 578px){.bbnx-header.stickeable{top:-64px}}@media only screen and (min-width : 1084px){.bbnx-header.stickeable{top:-80px}}.bbnx-header.sticky{max-width:100vw;top:0}.bbnx-header .burger{cursor:pointer;display:inline-flex;flex-direction:column;justify-content:space-between;margin-left:13px;padding:5px;height:24px;width:30px}.bbnx-header .burger .bar{height:2px;width:20px;background-color:#fff;transition:.4s}@media only screen and (min-width : 578px){.bbnx-header .burger{margin-left:28px}}.bbnx-header .logo{display:inline-flex;flex:0 0 auto;height:42px;margin-left:13px}.bbnx-header .logo>picture{width:auto}@media only screen and (min-width : 578px){.bbnx-header .logo{margin-left:21px}}@media only screen and (min-width : 1084px){.bbnx-header .logo{flex:0 0 auto;height:52px;margin-left:29px}}.bbnx-header .logo>h1{margin:0;padding:0}.bbnx-header .logo img{object-fit:contain}.bbnx-header .user{align-items:center;display:flex;justify-content:flex-end;margin:0 15px 0 auto}@media only screen and (min-width : 578px){.bbnx-header .user{margin:0 30px 0 24px}}.bbnx-header>.search{cursor:pointer;display:none;transition:opacity .4s ease-in-out}.bbnx-header>.search:focus-within,.bbnx-header>.search:hover{opacity:.7}.bbnx-header>.search svg{fill:#fff}@media only screen and (min-width : 578px){.bbnx-header>.search{display:block;margin:5px 0 0 auto}}@media only screen and (min-width : 1084px){.bbnx-header>.search{position:relative;margin-left:16px}}.bbnx-header .close{cursor:pointer;display:inline-flex;flex-direction:column;justify-content:space-between}.bbnx-header #nav{display:none;flex-direction:row;padding:0;border-top:none;width:100%;margin-left:32px;position:relative;height:100%}.bbnx-header #nav::-webkit-scrollbar-track{background-color:rgba(0,0,0,0)}.bbnx-header #nav::-webkit-scrollbar{width:11px}.bbnx-header #nav::-webkit-scrollbar-thumb{border:3px solid rgba(0,0,0,0);background-clip:padding-box;border-radius:30px;background-color:rgba(216,224,232,.9)}.bbnx-header #nav:hover,.bbnx-header #nav:focus-within{width:calc(100% + 100px);margin-right:-100px}@media only screen and (min-width : 1084px){.bbnx-header #nav{display:flex}}.bbnx-header #nav .menu{display:flex;position:absolute;top:50%;transform:translateY(-50%)}.bbnx-header #nav .menu-item{padding:0;margin:0 16px 0 0}.bbnx-header #nav .menu-item-title{color:#fff;display:flex;white-space:nowrap;overflow:hidden;padding:0;text-transform:uppercase;font:500 15px/130% "Roboto Flex",sans-serif;transition:opacity .4s ease-in-out}.bbnx-header #nav .menu-item-title[href]:focus-within,.bbnx-header #nav .menu-item-title[href]:hover{opacity:.8}.bbnx-header #nav .menu-item-title:not([href]){cursor:default}.bbnx-header #nav .menu-item-icon{flex:0 0 24px;height:19px;display:flex;align-items:center;justify-content:center;margin:0 10px 0 0}.bbnx-header #nav .menu-item-icon svg{fill:#fff;transform:rotate(90deg);width:10px;height:10px}.bbnx-header #nav .menu-item-children{padding:0 0 0 35px}.bbnx-header #nav .menu-item-children-title{color:#fff;display:flex;font:500 13px/130% "Roboto Flex",sans-serif;overflow:hidden;padding:15px 0 0;text-decoration:none;transition:opacity .4s ease-in-out;white-space:nowrap}.bbnx-header #nav .menu-item-children-title:focus-within,.bbnx-header #nav .menu-item-children-title:hover{opacity:.7}.bbnx-header #nav .menu .menu-item-title,.bbnx-header #nav .menu .menu-item-children-title{transition:opacity .4s ease-in-out,color .4s ease-in-out}.bbnx-header #nav .menu>li ul{display:none;position:absolute}.bbnx-header #nav .menu>li:hover ul,.bbnx-header #nav .menu>li:active ul,.bbnx-header #nav .menu>li:focus ul,.bbnx-header #nav .menu>li:focus-within ul,.bbnx-header #nav .menu>li>a:hover+ul,.bbnx-header #nav .menu>li>a:active+ul,.bbnx-header #nav .menu>li>a:focus+ul,.bbnx-header #nav .menu>li>a:focus-within+ul,.bbnx-header #nav .menu>li:focus ul,.bbnx-header #nav .menu>li:focus-within ul{display:block}.bbnx-header #nav .menu>li>ul{background-color:#1a1a1a;border-radius:1px;box-shadow:0 24px 48px 2px rgba(0,0,0,.25);max-width:320px;min-width:160px;padding:10px 0}.bbnx-header #nav .menu>li>ul li a{border-left:4px solid #1a1a1a;color:#fff;line-height:1.21;margin-top:8px;padding:4px 32px 4px 16px}.bbnx-header #nav .menu>li>ul li a:focus-within,.bbnx-header #nav .menu>li>ul li a:hover{border-color:rgba(214,214,214,.8);color:#d6d6d6}.bbnx-header #nav .menu>li>ul li:last-child a{margin-bottom:8px}.bbnx-header #burger-nav{display:flex;flex-direction:column;height:calc(100vh - 90px);overflow:hidden auto;padding-bottom:128px;width:324px}.bbnx-header #burger-nav .focus{margin:0;padding:0 20px}.bbnx-header #burger-nav .focus-item{margin:0 0 18px}.bbnx-header #burger-nav .focus-item-title{color:#fff;display:flex;padding:0;overflow:hidden;text-decoration:none}.bbnx-header #burger-nav .focus-item-icon{align-items:center;display:flex;fill:#fff;flex:0 0 24px;height:24px;justify-content:center;margin:0 10px 0 0}.bbnx-header #burger-nav .menu-item{border-bottom:1px solid #333;padding:24px 0}.bbnx-header #burger-nav .menu-item-title{color:#fff;display:flex;font:600 18px/130% "Roboto Flex",sans-serif;font-weight:600;text-decoration:none;overflow:hidden;padding:0 24px}.bbnx-header #burger-nav .menu-item-title[href]{transition:opacity .4s ease-in-out}.bbnx-header #burger-nav .menu-item-title[href]:focus-within,.bbnx-header #burger-nav .menu-item-title[href]:hover{opacity:.7}.bbnx-header #burger-nav .menu-item-children{padding:0 24px 0 48px}.bbnx-header #burger-nav .menu-item-children-title{color:#bdbdbd;display:flex;font:400 15px/130% "Roboto Flex",sans-serif;overflow:hidden;padding:15px 0 0;text-decoration:none}.bbnx-header #burger-nav .menu-item-children-title[href]{transition:opacity .4s ease-in-out}.bbnx-header #burger-nav .menu-item-children-title[href]:focus-within,.bbnx-header #burger-nav .menu-item-children-title[href]:hover{opacity:.7}.bbnx-header #burger-nav .menu .menu-item-title,.bbnx-header #burger-nav .menu .menu-item-children-title{transition:opacity .4s ease-in-out,color .4s ease-in-out}.bbnx-header #burger-menu{background:#1a1a1a;bottom:0;box-shadow:0 0 50px 50px rgba(0,0,0,.25);display:none;flex-wrap:wrap;height:100vh;left:0;position:fixed;top:0;width:300px;z-index:99}.bbnx-header #burger-menu .close{align-items:center;display:flex;height:24px;justify-content:center;margin-left:24px;width:24px}.bbnx-header #burger-menu .close svg{fill:#fff;height:16px;width:16px}.bbnx-header #burger-menu .logo{align-items:center;display:flex;flex:unset;justify-content:center;margin:32px 0 32px 0;width:160px}.bbnx-header #search-layer{background:#1a1a1a;display:none;height:100vh;inset:0;overflow:hidden;position:fixed;width:100vw;z-index:99}.bbnx-header #search-layer .close{height:15px;position:absolute;right:15px;top:15px;width:15px}@media only screen and (min-width : 578px){.bbnx-header #search-layer .close{right:30px}}.bbnx-header #search-layer .close svg{fill:#fff;height:100%;width:100%}.bbnx-header #search-layer .logo{align-items:center;display:flex;flex:unset;justify-content:center;margin:60px auto 30px;width:160px}.bbnx-header #search-layer .logo img{margin-left:auto;margin-right:auto;width:auto}.bbnx-header #search-layer>.form{position:relative;max-width:330px;margin:0 auto}.bbnx-header #search-layer>.form input{display:block;max-width:330px;width:100%;margin:0 auto;padding:15px 35px 15px 15px;border-radius:1px;color:#333;background-color:#f5f5f5}.bbnx-header #search-layer>.form input::placeholder{color:#4d4d4d;opacity:1}.bbnx-header #search-layer>.form input:focus-visible{outline:2px solid #e7fef5}.bbnx-header #search-layer>.form button{position:absolute;right:12px;top:12px}.bbnx-header #search-layer>.form button svg{fill:#333}.bbnx-header #search-layer>.form .form-error{align-items:center;display:flex;flex-direction:row;margin:5px 0 0}@media only screen and (width >= 400px){.bbnx-header #search-layer>.form .form-error{bottom:8px}}@media only screen and (min-width : 578px){.bbnx-header #search-layer>.form .form-error{left:30px}}@media only screen and (min-width : 1340px){.bbnx-header #search-layer>.form .form-error{left:0}}.bbnx-header #search-layer>.form .form-error--icon{height:24px;width:24px;margin-right:5px}.bbnx-header #search-layer>.form .form-error--icon svg{fill:#333}.bbnx-header #search-layer>.form .form-error--text{color:#fff}@media only screen and (min-width : 578px){.bbnx-header #search-layer>.form,.bbnx-header #search-layer>.form input{max-width:580px}.bbnx-header #search-layer>.form input{padding-top:20px;padding-bottom:20px}.bbnx-header #search-layer>.form button{top:17px}}.bbnx-header.open_menu #burger-menu{width:324px;display:flex;align-items:center;justify-content:start;gap:0 34px}.bbnx-header.open_search #search-layer{display:block}.bbnx-header.open_menu.open_search #search-layer{display:none}
