@charset "UTF-8";
@keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size,25px) 0}}
@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
@keyframes plyr-fade-in{0%{opacity:0}to{opacity:1}}
.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:inherit;font-family:var(--plyr-font-family,inherit);font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular,400);line-height:1.7;line-height:var(--plyr-line-height,1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}
.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;width:100%}
.plyr button{font:inherit;line-height:inherit;width:auto}
.plyr:focus{outline:0}
.plyr--full-ui{box-sizing:border-box}
.plyr--full-ui *,.plyr--full-ui :after,.plyr--full-ui :before{box-sizing:inherit}
.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}
.plyr__badge{background:#4a5464;background:var(--plyr-badge-background,#4a5464);border-radius:2px;border-radius:var(--plyr-badge-border-radius,2px);color:#fff;color:var(--plyr-badge-text-color,#fff);font-size:9px;font-size:var(--plyr-font-size-badge,9px);line-height:1;padding:3px 4px}
.plyr--full-ui ::-webkit-media-text-track-container{display:none}
.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:13px;font-size:var(--plyr-font-size-small,13px);left:0;padding:10px;padding:var(--plyr-control-spacing,10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}
.plyr__captions span:empty{display:none}
@media (min-width:480px){.plyr__captions{font-size:15px;font-size:var(--plyr-font-size-base,15px);padding:20px;padding:calc(var(--plyr-control-spacing, 10px)*2)}}
@media (min-width:768px){.plyr__captions{font-size:18px;font-size:var(--plyr-font-size-large,18px)}}
.plyr--captions-active .plyr__captions{display:block}
.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px);transform:translateY(calc(var(--plyr-control-spacing, 10px)*-4))}
.plyr__caption{background:#000c;background:var(--plyr-captions-background,#000c);border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color,#fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}
.plyr__caption div{display:inline}
.plyr__control{background:#0000;border:0;border-radius:4px;border-radius:var(--plyr-control-radius,4px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7);position:relative;transition:all .3s ease}
.plyr__control svg{fill:currentColor;display:block;height:18px;height:var(--plyr-control-icon-size,18px);pointer-events:none;width:18px;width:var(--plyr-control-icon-size,18px)}
.plyr__control:focus{outline:0}
.plyr__control:focus-visible{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}
a.plyr__control{text-decoration:none}
.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,a.plyr__control:after,a.plyr__control:before{display:none}
.plyr--full-ui ::-webkit-media-controls{display:none}
.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}
.plyr__controls .plyr__progress__container{flex:1;min-width:0}
.plyr__controls .plyr__controls__item{margin-left:2.5px;margin-left:calc(var(--plyr-control-spacing, 10px)/4)}
.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}
.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px;padding-left:calc(var(--plyr-control-spacing, 10px)/4)}
.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px;padding:0 calc(var(--plyr-control-spacing, 10px)/2)}
.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}
.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip],.plyr__controls:empty{display:none}
.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}
.plyr__menu{display:flex;position:relative}
.plyr__menu .plyr__control svg{transition:transform .3s ease}
.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}
.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}
.plyr__menu__container{animation:plyr-popup .2s ease;background:#ffffffe6;background:var(--plyr-menu-background,#ffffffe6);border-radius:8px;border-radius:var(--plyr-menu-radius,8px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-menu-shadow,0 1px 2px #00000026);color:#4a5464;color:var(--plyr-menu-color,#4a5464);font-size:15px;font-size:var(--plyr-font-size-base,15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}
.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}
.plyr__menu__container:after{border:4px solid #0000;border-top-color:#ffffffe6;border:var(--plyr-menu-arrow-size,4px) solid #0000;border-top-color:var(--plyr-menu-background,#ffffffe6);content:"";height:0;position:absolute;right:14px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);top:100%;width:0}
.plyr__menu__container [role=menu]{padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7)}
.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}
.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}
.plyr__menu__container .plyr__control{align-items:center;color:#4a5464;color:var(--plyr-menu-color,#4a5464);display:flex;font-size:13px;font-size:var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));padding:4.66667px 10.5px;padding:calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);-webkit-user-select:none;user-select:none;width:100%}
.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}
.plyr__menu__container .plyr__control:after{border:4px solid #0000;border:var(--plyr-menu-item-arrow-size,4px) solid #0000;content:"";position:absolute;top:50%;transform:translateY(-50%)}
.plyr__menu__container .plyr__control--forward{padding-right:28px;padding-right:calc(var(--plyr-control-spacing, 10px)*.7*4)}
.plyr__menu__container .plyr__control--forward:after{border-left-color:#728197;border-left-color:var(--plyr-menu-arrow-color,#728197);right:6.5px;right:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}
.plyr__menu__container .plyr__control--forward:focus-visible:after,.plyr__menu__container .plyr__control--forward:hover:after{border-left-color:initial}
.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular,400);margin:7px;margin:calc(var(--plyr-control-spacing, 10px)*.7);margin-bottom:3.5px;margin-bottom:calc(var(--plyr-control-spacing, 10px)*.7/2);padding-left:28px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*4);position:relative;width:calc(100% - 14px);width:calc(100% - var(--plyr-control-spacing, 10px)*.7*2)}
.plyr__menu__container .plyr__control--back:after{border-right-color:#728197;border-right-color:var(--plyr-menu-arrow-color,#728197);left:6.5px;left:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}
.plyr__menu__container .plyr__control--back:before{background:#dcdfe5;background:var(--plyr-menu-back-border-color,#dcdfe5);box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);content:"";height:1px;left:0;margin-top:3.5px;margin-top:calc(var(--plyr-control-spacing, 10px)*.7/2);overflow:hidden;position:absolute;right:0;top:100%}
.plyr__menu__container .plyr__control--back:focus-visible:after,.plyr__menu__container .plyr__control--back:hover:after{border-right-color:initial}
.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7)}
.plyr__menu__container .plyr__control[role=menuitemradio]:after,.plyr__menu__container .plyr__control[role=menuitemradio]:before{border-radius:100%}
.plyr__menu__container .plyr__control[role=menuitemradio]:before{background:#0000001a;content:"";display:block;flex-shrink:0;height:16px;margin-right:10px;margin-right:var(--plyr-control-spacing,10px);transition:all .3s ease;width:16px}
.plyr__menu__container .plyr__control[role=menuitemradio]:after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{background:#00b2ff;background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)))}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after{opacity:1;transform:translateY(-50%) scale(1)}
.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible:before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before{background:#23282f1a}
.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:-5px;margin-right:calc(var(--plyr-control-spacing, 10px)*.7*-1 - -2px);overflow:hidden;padding-left:24.5px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*3.5);pointer-events:none}
.plyr--full-ui input[type=range]{appearance:none;background:#0000;border:0;border-radius:26px;border-radius:calc(var(--plyr-range-thumb-height, 13px)*2);color:#00b2ff;color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));display:block;height:19px;height:calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));margin:0;min-width:0;padding:0;transition:box-shadow .3s ease;width:100%}
.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:#0000;background-image:linear-gradient(90deg,currentColor 0,#0000 0);background-image:linear-gradient(to right,currentColor var(--value,0),#0000 var(--value,0));border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}
.plyr--full-ui input[type=range]::-webkit-slider-thumb{appearance:none;background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:-4px;margin-top:calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/2*-1);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}
.plyr--full-ui input[type=range]::-moz-range-track{background:#0000;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}
.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}
.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px)}
.plyr--full-ui input[type=range]::-ms-track{color:#0000}
.plyr--full-ui input[type=range]::-ms-fill-upper,.plyr--full-ui input[type=range]::-ms-track{background:#0000;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}
.plyr--full-ui input[type=range]::-ms-fill-lower{background:#0000;background:currentColor;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}
.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:0;position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}
.plyr--full-ui input[type=range]::-ms-tooltip{display:none}
.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}
.plyr--full-ui input[type=range]:focus{outline:0}
.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}
.plyr--full-ui input[type=range]:focus-visible::-moz-range-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}
.plyr--full-ui input[type=range]:focus-visible::-ms-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}
.plyr__poster{background-color:#000;background-color:var(--plyr-video-background,var(--plyr-video-background,#000));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}
.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}
.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}
.plyr__time{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}
.plyr__time+.plyr__time:before{content:"⁄";margin-right:10px;margin-right:var(--plyr-control-spacing,10px)}
@media (max-width:767px){.plyr__time+.plyr__time{display:none}}
.plyr__tooltip{background:#fff;background:var(--plyr-tooltip-background,#fff);border-radius:5px;border-radius:var(--plyr-tooltip-radius,5px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);color:#4a5464;color:var(--plyr-tooltip-color,#4a5464);font-size:13px;font-size:var(--plyr-font-size-small,13px);font-weight:400;font-weight:var(--plyr-font-weight-regular,400);left:50%;line-height:1.3;margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:5px 7.5px;padding:calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;white-space:nowrap;z-index:2}
.plyr__tooltip:before{border-left:4px solid #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #fff;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}
.plyr .plyr__control:focus-visible .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%) scale(1)}
.plyr .plyr__control:hover .plyr__tooltip{z-index:3}
.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translateY(10px) scale(.8);transform-origin:0 100%}
.plyr__controls>.plyr__control:first-child .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before{left:16px;left:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7)}
.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translateY(10px) scale(.8);transform-origin:100% 100%}
.plyr__controls>.plyr__control:last-child .plyr__tooltip:before{left:auto;right:16px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);transform:translateX(50%)}
.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0) scale(1)}
.plyr__progress{left:6.5px;left:calc(var(--plyr-range-thumb-height, 13px)*.5);margin-right:13px;margin-right:var(--plyr-range-thumb-height,13px);position:relative}
.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-6.5px;margin-left:calc(var(--plyr-range-thumb-height, 13px)*-.5);margin-right:-6.5px;margin-right:calc(var(--plyr-range-thumb-height, 13px)*-.5);width:calc(100% + 13px);width:calc(100% + var(--plyr-range-thumb-height, 13px))}
.plyr__progress input[type=range]{position:relative;z-index:2}
.plyr__progress .plyr__tooltip{left:0;max-width:120px;overflow-wrap:break-word}
.plyr__progress__buffer{-webkit-appearance:none;background:#0000;border:0;border-radius:100px;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin-top:-2.5px;margin-top:calc((var(--plyr-range-track-height, 5px)/2)*-1);padding:0;position:absolute;top:50%}
.plyr__progress__buffer::-webkit-progress-bar{background:#0000}
.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-webkit-transition:width .2s ease;transition:width .2s ease}
.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-moz-transition:width .2s ease;transition:width .2s ease}
.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}
.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,#23282f99 25%,#0000 0,#0000 50%,#23282f99 0,#23282f99 75%,#0000 0,#0000);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,#23282f99) 25%,#0000 25%,#0000 50%,var(--plyr-progress-loading-background,#23282f99) 50%,var(--plyr-progress-loading-background,#23282f99) 75%,#0000 75%,#0000);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:#0000}
.plyr--video.plyr--loading .plyr__progress__buffer{background-color:#ffffff40;background-color:var(--plyr-video-progress-buffered-background,#ffffff40)}
.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:#c1c8d199;background-color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}
.plyr__progress__marker{background-color:#fff;background-color:var(--plyr-progress-marker-background,#fff);border-radius:1px;height:5px;height:var(--plyr-range-track-height,5px);position:absolute;top:50%;transform:translate(-50%,-50%);width:3px;width:var(--plyr-progress-marker-width,3px);z-index:3}
.plyr__volume{align-items:center;display:flex;position:relative}
.plyr__volume input[type=range]{margin-left:5px;margin-left:calc(var(--plyr-control-spacing, 10px)/2);margin-right:5px;margin-right:calc(var(--plyr-control-spacing, 10px)/2);max-width:90px;min-width:60px;position:relative;z-index:2}
.plyr--audio{display:block}
.plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background,#fff);border-radius:inherit;color:#4a5464;color:var(--plyr-audio-control-color,#4a5464);padding:10px;padding:var(--plyr-control-spacing,10px)}
.plyr--audio .plyr__control:focus-visible,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-audio-control-color-hover,#fff)}
.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}
.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}
.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}
.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}
.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}
.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}
.plyr--audio .plyr__progress__buffer{color:#c1c8d199;color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}
.plyr--video{overflow:hidden}
.plyr--video.plyr--menu-open{overflow:visible}
.plyr__video-wrapper{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));border-radius:inherit;height:100%;margin:auto;overflow:hidden;position:relative;width:100%}
.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{aspect-ratio:16/9}
@supports not (aspect-ratio:16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}
.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}
.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}
.plyr--video .plyr__controls{background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;color:var(--plyr-video-control-color,#fff);left:0;padding:5px;padding:calc(var(--plyr-control-spacing, 10px)/2);padding-top:20px;padding-top:calc(var(--plyr-control-spacing, 10px)*2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}
@media (min-width:480px){.plyr--video .plyr__controls{padding:10px;padding:var(--plyr-control-spacing,10px);padding-top:35px;padding-top:calc(var(--plyr-control-spacing, 10px)*3.5)}}
.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}
.plyr--video .plyr__control:focus-visible,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-video-control-color-hover,#fff)}
.plyr__control--overlaid{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));border:0;border-radius:100%;color:#fff;color:var(--plyr-video-control-color,#fff);display:none;left:50%;opacity:.9;padding:15px;padding:calc(var(--plyr-control-spacing, 10px)*1.5);position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s;z-index:2}
.plyr__control--overlaid svg{left:2px;position:relative}
.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{opacity:1}
.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}
.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}
.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}
.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}
.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}
.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}
.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}
.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}
.plyr--video .plyr__progress__buffer{color:#ffffff40;color:var(--plyr-video-progress-buffered-background,#ffffff40)}
.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}
.plyr:fullscreen video{height:100%}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}
.plyr:fullscreen.plyr--hide-controls{cursor:none}
@media (min-width:1024px){.plyr:fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}
.plyr--fullscreen-fallback{background:#000;border-radius:0!important;bottom:0;height:100%;left:0;margin:0;position:fixed;right:0;top:0;width:100%;z-index:10000000}
.plyr--fullscreen-fallback video{height:100%}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}
.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}
@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}
.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}
.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}
.plyr__ads:after{background:#23282f;border-radius:2px;bottom:10px;bottom:var(--plyr-control-spacing,10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;right:var(--plyr-control-spacing,10px);z-index:3}
.plyr__ads:empty:after{display:none}
.plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height,5px);left:0;opacity:.8;position:absolute;top:50%;transform:translateY(-50%);width:3px;z-index:3}
.plyr__preview-thumb{background-color:#fff;background-color:var(--plyr-tooltip-background,#fff);border-radius:8px;border-radius:var(--plyr-menu-radius,8px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:3px;pointer-events:none;position:absolute;transform:translateY(10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;z-index:2}
.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0) scale(1)}
.plyr__preview-thumb:before{border-left:4px solid #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #fff;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:calc(50% + var(--preview-arrow-offset));position:absolute;transform:translateX(-50%);width:0;z-index:2}
.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:7px;border-radius:calc(var(--plyr-menu-radius, 8px) - 1px);overflow:hidden;position:relative;z-index:0}
.plyr__preview-thumb__image-container img,.plyr__preview-thumb__image-container:after{height:100%;left:0;position:absolute;top:0;width:100%}
.plyr__preview-thumb__image-container:after{border-radius:inherit;box-shadow:inset 0 0 0 1px #00000026;content:"";pointer-events:none}
.plyr__preview-thumb__image-container img{max-height:none;max-width:none}
.plyr__preview-thumb__time-container{background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:7px;border-bottom-left-radius:calc(var(--plyr-menu-radius, 8px) - 1px);border-bottom-right-radius:7px;border-bottom-right-radius:calc(var(--plyr-menu-radius, 8px) - 1px);bottom:0;left:0;line-height:1.1;padding:20px 6px 6px;position:absolute;right:0;z-index:3}
.plyr__preview-thumb__time-container span{color:#fff;font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}
.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}
.plyr__preview-scrubbing--is-shown{opacity:1}
.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;object-fit:contain;position:absolute;top:0;width:100%}
.plyr--no-transition{transition:none!important}
.plyr__sr-only{clip:rect(1px,1px,1px,1px);border:0!important;height:1px!important;overflow:hidden;padding:0!important;position:absolute!important;width:1px!important}
.plyr [hidden]{display:none!important}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}
audio,canvas,video{display:inline-block}
audio:not([controls]){display:none;height:0}
[hidden],template{display:none}
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{margin:0}
a{background:transparent;text-decoration:underline}
a:focus{outline:thin dotted}
a:active,a:hover{outline:0}
h1{font-size:2em;margin:0.67em 0}
abbr[title]{border-bottom:1px dotted}
b,strong,.strong{font-weight:bold}
dfn,em,.em{font-style:italic}
hr{box-sizing:content-box;height:0}
p{-webkit-hyphens:auto;-epub-hyphens:auto;hyphens:auto}
pre{margin:0}
code,kbd,pre,samp{font-family:monospace, serif;font-size:1em}
pre{white-space:pre-wrap}
q{quotes:"\201C" "\201D" "\2018" "\2019"}
q:before,q:after{content:'';content:none}
small,.small{font-size:75%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-0.5em}
sub{bottom:-0.25em}
dl,menu,ol,ul{margin:1em 0}
dd{margin:0}
menu{padding:0 0 0 40px}
ol,ul{padding:0;list-style-type:none}
nav ul,nav ol{list-style:none;list-style-image:none}
svg:not(:root){overflow:hidden}
figure{margin:0}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}
legend{border:0;padding:0}
button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}
button,input{line-height:normal}
button,select{text-transform:none}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}
input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
textarea{overflow:auto;vertical-align:top}
table{border-collapse:collapse;border-spacing:0}
*{box-sizing:border-box}
.image-replacement,.ir{text-indent:100%;white-space:nowrap;overflow:hidden}
.clearfix,.cf,.wp-caption .comment-respond{zoom:1}
.clearfix:before,.clearfix:after,.cf:before,.wp-caption .comment-respond:before,.cf:after,.wp-caption .comment-respond:after{content:"";display:table}
.clearfix:after,.cf:after,.wp-caption .comment-respond:after{clear:both}
span.amp{font-style:italic}
p{margin-top:1em;margin-bottom:1em}
blockquote{margin:1em 2.5rem 1em 2.5rem}
img{max-width:unset;display:inline-block}
img,svg,video,canvas,audio,iframe,embed,object{vertical-align:baseline}
svg{display:inline}
iframe,embed,object{display:inline}
@keyframes arrowSwayRight{50%{opacity:1;transform:translateX(-0.45em)}}
@keyframes arrowSwayLeft{50%{opacity:1;transform:translateX(0.45em)}}
@keyframes slowBlinker{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
@keyframes scale-up-center{0%{transform:scale(1);opacity:1}50%{transform:scale(1.5);opacity:0.66}100%{transform:scale(1);opacity:1}}
p{-ms-word-wrap:break-word;word-break:break-word;word-wrap:break-word;-webkit-hyphens:none;hyphens:none}
.small-header{font-size:0.75em;text-transform:uppercase;letter-spacing:1px;color:#333;font-weight:normal}
body *[role="tooltip"]{background:rgba(0,0,0,0.075)}
body *[role="tooltip"]:before,body *[role="tooltip"]:after{background:rgba(250,250,250,0.4);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-color:rgba(0,0,0,0.22);box-shadow:none}
body *[role="tooltip"].tooltip-big:after{width:16rem;max-width:85vw}
.clear{display:block;width:100%;height:0;clear:both}
.last-col{float:right;padding-right:0 !important}
@media (max-width: 767px){.m-all{float:left;padding-right:8px;width:100%;padding-right:0}.m-1of2{float:left;padding-right:8px;width:50%}.m-1of3{float:left;padding-right:8px;width:33.33%}.m-2of3{float:left;padding-right:8px;width:66.66%}.m-1of4{float:left;padding-right:8px;width:25%}.m-3of4{float:left;padding-right:8px;width:75%}}
@media (min-width: 768px) and (max-width: 1029px){.t-all{float:left;padding-right:8px;width:100%;padding-right:0}.t-1of2{float:left;padding-right:8px;width:50%}.t-1of3{float:left;padding-right:8px;width:33.33%}.t-2of3{float:left;padding-right:8px;width:66.66%}.t-1of4{float:left;padding-right:8px;width:25%}.t-3of4{float:left;padding-right:8px;width:75%}.t-1of5{float:left;padding-right:8px;width:20%}.t-2of5{float:left;padding-right:8px;width:40%}.t-3of5{float:left;padding-right:8px;width:60%}.t-4of5{float:left;padding-right:8px;width:80%}}
@media (min-width: 1030px){.d-all{float:left;padding-right:8px;width:100%;padding-right:0}.d-1of2{float:left;padding-right:8px;width:50%}.d-1of3{float:left;padding-right:8px;width:33.33%}.d-2of3{float:left;padding-right:8px;width:66.66%}.d-1of4{float:left;padding-right:8px;width:25%}.d-3of4{float:left;padding-right:8px;width:75%}.d-1of5{float:left;padding-right:8px;width:20%}.d-2of5{float:left;padding-right:8px;width:40%}.d-3of5{float:left;padding-right:8px;width:60%}.d-4of5{float:left;padding-right:8px;width:80%}.d-1of6{float:left;padding-right:8px;width:16.6666666667%}.d-1of7{float:left;padding-right:8px;width:14.2857142857%}.d-2of7{float:left;padding-right:8px;width:28.5714286%}.d-3of7{float:left;padding-right:8px;width:42.8571429%}.d-4of7{float:left;padding-right:8px;width:57.1428572%}.d-5of7{float:left;padding-right:8px;width:71.4285715%}.d-6of7{float:left;padding-right:8px;width:85.7142857%}.d-1of8{float:left;padding-right:8px;width:12.5%}.d-1of9{float:left;padding-right:8px;width:11.1111111111%}.d-1of10{float:left;padding-right:8px;width:10%}.d-1of11{float:left;padding-right:8px;width:9.09090909091%}.d-1of12{float:left;padding-right:8px;width:8.33%}}
.griddemo{background:red;color:#fff;padding:3em;text-align:center;text-decoration:underline}
.j15-grid{display:block;width:100%}
.j15-grid:before,.j15-grid:after{content:"";display:table}
.j15-grid:after{clear:both}
.j15-grid>*+*{margin-top:8px}
.j15-grid--flex{display:flex}
@media (min-width: 768px){.j15-grid--t-flex{display:flex}}
@media (min-width: 1030px){.j15-grid--d-flex{display:flex}}
.j15-grid .j15-grid-col+.j15-grid-col{margin-top:2em}
.j15-grid.j15-grid--m-1-1>*{float:left;margin-top:0;margin-bottom:8px;width:calc( 50% - 4px);margin-right:8px}
.j15-grid.j15-grid--m-1-1>*:nth-child(2n+2){margin-right:0}
.j15-grid.j15-grid--m-1-1>*:nth-child(1),.j15-grid.j15-grid--m-1-1>*:nth-child(2){margin-top:0}
.j15-grid.j15-grid--m-1-2>*{float:left;margin-top:0;margin-bottom:8px;width:calc( 50% - 4px);margin-right:8px}
.j15-grid.j15-grid--m-1-2>*:nth-child(2n+2){margin-right:0}
.j15-grid.j15-grid--m-1-2>*:nth-child(1),.j15-grid.j15-grid--m-1-2>*:nth-child(2){margin-top:0}
.j15-grid.j15-grid--m-1-2>*{width:calc( 33.33% - 4px)}
.j15-grid.j15-grid--m-1-2>*:nth-child(2n+2){width:calc( 66.66% - 4px)}
.j15-grid.j15-grid--m-2-1>*{float:left;margin-top:0;margin-bottom:8px;width:calc( 50% - 4px);margin-right:8px}
.j15-grid.j15-grid--m-2-1>*:nth-child(2n+2){margin-right:0}
.j15-grid.j15-grid--m-2-1>*:nth-child(1),.j15-grid.j15-grid--m-2-1>*:nth-child(2){margin-top:0}
.j15-grid.j15-grid--m-2-1>*{width:calc( 66.66% - 4px)}
.j15-grid.j15-grid--m-2-1>*:nth-child(2n+2){width:calc( 33.33% - 4px)}
.j15-grid.j15-grid--m-1-3>*{float:left;margin-top:0;margin-bottom:8px;width:calc( 50% - 4px);margin-right:8px}
.j15-grid.j15-grid--m-1-3>*:nth-child(2n+2){margin-right:0}
.j15-grid.j15-grid--m-1-3>*:nth-child(1),.j15-grid.j15-grid--m-1-3>*:nth-child(2){margin-top:0}
.j15-grid.j15-grid--m-1-3>*{width:calc( 25% - 4px)}
.j15-grid.j15-grid--m-1-3>*:nth-child(2n+2){width:calc( 75% - 4px)}
.j15-grid.j15-grid--padded{padding:48px 16px}
.j15-grid.j15-grid--padding-x1>*{padding:8px}
.j15-grid.j15-grid--padding-x2>*{padding:16px}
.j15-grid.j15-grid--padding-x3>*{padding:24px}
.j15-grid.j15-grid--padding-x4>*{padding:32px}
.j15-grid.j15-grid--padding-x6>*{padding:48px}
.j15-grid.j15-grid--tiles.j15-grid--d-1 .j15-tile.j15-tile--fluidheight .j15-tile__link{height:auto !important;min-height:5rem !important}
@media (min-width: 768px){.j15-grid .j15-grid-col+.j15-grid-col{margin-top:0}.j15-grid.j15-grid--t-1-1>*{float:left;margin-top:0;margin-bottom:8px;width:calc( 50% - 4px);margin-right:8px}.j15-grid.j15-grid--t-1-1>*:nth-child(2n+2){margin-right:0}.j15-grid.j15-grid--t-1-1>*:nth-child(1),.j15-grid.j15-grid--t-1-1>*:nth-child(2){margin-top:0}.j15-grid.j15-grid--t-1-2>*{float:left;margin-top:0;margin-bottom:8px;width:calc( 50% - 4px);margin-right:8px}.j15-grid.j15-grid--t-1-2>*:nth-child(2n+2){margin-right:0}.j15-grid.j15-grid--t-1-2>*:nth-child(1),.j15-grid.j15-grid--t-1-2>*:nth-child(2){margin-top:0}.j15-grid.j15-grid--t-1-2>*{width:calc( 33.33% - 4px)}.j15-grid.j15-grid--t-1-2>*:nth-child(2n+2){width:calc( 66.66% - 4px)}.j15-grid.j15-grid--t-2-1>*{float:left;margin-top:0;margin-bottom:8px;width:calc( 50% - 4px);margin-right:8px}.j15-grid.j15-grid--t-2-1>*:nth-child(2n+2){margin-right:0}.j15-grid.j15-grid--t-2-1>*:nth-child(1),.j15-grid.j15-grid--t-2-1>*:nth-child(2){margin-top:0}.j15-grid.j15-grid--t-2-1>*{width:calc( 66.66% - 4px)}.j15-grid.j15-grid--t-2-1>*:nth-child(2n+2){width:calc( 33.33% - 4px)}.j15-grid.j15-grid--t-1-1-1>*{float:left;margin-top:0;margin-bottom:8px;width:calc( 50% - 4px);margin-right:8px}.j15-grid.j15-grid--t-1-1-1>*:nth-child(2n+2){margin-right:0}.j15-grid.j15-grid--t-1-1-1>*:nth-child(1),.j15-grid.j15-grid--t-1-1-1>*:nth-child(2){margin-top:0}.j15-grid.j15-grid--t-1-1-1>*{width:calc( 33.33% - 5.33px)}.j15-grid.j15-grid--t-1-1-1>*:nth-child(1),.j15-grid.j15-grid--t-1-1-1>*:nth-child(2),.j15-grid.j15-grid--t-1-1-1>*:nth-child(3){margin-top:0}.j15-grid.j15-grid--t-1-1-1>*:nth-child(2n+2){margin-right:8px}.j15-grid.j15-grid--t-1-1-1>*:nth-child(3n+3){margin-right:0}.j15-grid.j15-grid--t-3-1>*{float:left;margin-top:0;margin-bottom:8px;width:calc( 50% - 4px);margin-right:8px}.j15-grid.j15-grid--t-3-1>*:nth-child(2n+2){margin-right:0}.j15-grid.j15-grid--t-3-1>*:nth-child(1),.j15-grid.j15-grid--t-3-1>*:nth-child(2){margin-top:0}.j15-grid.j15-grid--t-3-1>*{width:calc( 75% - 4px)}.j15-grid.j15-grid--t-3-1>*:nth-child(2n+2){width:calc( 25% - 4px)}.j15-grid.j15-grid--t-1-3>*{float:left;margin-top:0;margin-bottom:8px;width:calc( 50% - 4px);margin-right:8px}.j15-grid.j15-grid--t-1-3>*:nth-child(2n+2){margin-right:0}.j15-grid.j15-grid--t-1-3>*:nth-child(1),.j15-grid.j15-grid--t-1-3>*:nth-child(2){margin-top:0}.j15-grid.j15-grid--t-1-3>*{width:calc( 25% - 4px)}.j15-grid.j15-grid--t-1-3>*:nth-child(2n+2){width:calc( 75% - 4px)}.j15-grid.j15-grid--t-row-gap2{j15-grid-row-gap:32px}.j15-grid.j15-grid--t-col-gap2{j15-grid-column-gap:32px}.j15-grid.j15-grid--padded,.j15-grid.j15-grid--padded-t{padding:40px 32px}.j15-grid.j15-grid--padding-t-x1>*{padding:1rem}.j15-grid.j15-grid--padding-t-x2>*{padding:2.25rem}.j15-grid.j15-grid--padding-t-x3>*{padding:3rem}.j15-grid.j15-grid--padding-t-x4>*{padding:4rem}.j15-grid.j15-grid--padding-t-x6>*{padding:6em}}
@media (min-width: 1030px){.j15-grid.j15-grid--d-1-1>*{float:left;margin-top:0;margin-bottom:8px;width:calc( 50% - 4px);margin-right:8px}.j15-grid.j15-grid--d-1-1>*:nth-child(2n+2){margin-right:0}.j15-grid.j15-grid--d-1-1>*:nth-child(1),.j15-grid.j15-grid--d-1-1>*:nth-child(2){margin-top:0}.j15-grid.j15-grid--d-1-2>*{float:left;margin-top:0;margin-bottom:8px;width:calc( 50% - 4px);margin-right:8px}.j15-grid.j15-grid--d-1-2>*:nth-child(2n+2){margin-right:0}.j15-grid.j15-grid--d-1-2>*:nth-child(1),.j15-grid.j15-grid--d-1-2>*:nth-child(2){margin-top:0}.j15-grid.j15-grid--d-1-2>*{width:calc( 33.33% - 4px)}.j15-grid.j15-grid--d-1-2>*:nth-child(2n+2){width:calc( 66.66% - 4px)}.j15-grid.j15-grid--d-2-1>*{float:left;margin-top:0;margin-bottom:8px;width:calc( 50% - 4px);margin-right:8px}.j15-grid.j15-grid--d-2-1>*:nth-child(2n+2){margin-right:0}.j15-grid.j15-grid--d-2-1>*:nth-child(1),.j15-grid.j15-grid--d-2-1>*:nth-child(2){margin-top:0}.j15-grid.j15-grid--d-2-1>*{width:calc( 66.66% - 4px)}.j15-grid.j15-grid--d-2-1>*:nth-child(2n+2){width:calc( 33.33% - 4px)}.j15-grid.j15-grid--d-3-1>*{float:left;margin-top:0;margin-bottom:8px;width:calc( 50% - 4px);margin-right:8px}.j15-grid.j15-grid--d-3-1>*:nth-child(2n+2){margin-right:0}.j15-grid.j15-grid--d-3-1>*:nth-child(1),.j15-grid.j15-grid--d-3-1>*:nth-child(2){margin-top:0}.j15-grid.j15-grid--d-3-1>*{width:calc( 75% - 4px)}.j15-grid.j15-grid--d-3-1>*:nth-child(2n+2){width:calc( 25% - 4px)}.j15-grid.j15-grid--d-1-3>*{float:left;margin-top:0;margin-bottom:8px;width:calc( 50% - 4px);margin-right:8px}.j15-grid.j15-grid--d-1-3>*:nth-child(2n+2){margin-right:0}.j15-grid.j15-grid--d-1-3>*:nth-child(1),.j15-grid.j15-grid--d-1-3>*:nth-child(2){margin-top:0}.j15-grid.j15-grid--d-1-3>*{width:calc( 25% - 4px)}.j15-grid.j15-grid--d-1-3>*:nth-child(2n+2){width:calc( 75% - 4px)}.j15-grid.j15-grid--d-1-1-1>*{float:left;margin-top:0;margin-bottom:8px;width:calc( 50% - 4px);margin-right:8px}.j15-grid.j15-grid--d-1-1-1>*:nth-child(2n+2){margin-right:0}.j15-grid.j15-grid--d-1-1-1>*:nth-child(1),.j15-grid.j15-grid--d-1-1-1>*:nth-child(2){margin-top:0}.j15-grid.j15-grid--d-1-1-1>*{width:calc( 33.33% - 5.33px)}.j15-grid.j15-grid--d-1-1-1>*:nth-child(1),.j15-grid.j15-grid--d-1-1-1>*:nth-child(2),.j15-grid.j15-grid--d-1-1-1>*:nth-child(3){margin-top:0}.j15-grid.j15-grid--d-1-1-1>*:nth-child(2n+2){margin-right:8px}.j15-grid.j15-grid--d-1-1-1>*:nth-child(3n+3){margin-right:0}.j15-grid.j15-grid--d-1-1-1-1>*{float:left;margin-top:0;margin-bottom:8px;width:calc( 50% - 4px);margin-right:8px}.j15-grid.j15-grid--d-1-1-1-1>*:nth-child(2n+2){margin-right:0}.j15-grid.j15-grid--d-1-1-1-1>*:nth-child(1),.j15-grid.j15-grid--d-1-1-1-1>*:nth-child(2){margin-top:0}.j15-grid.j15-grid--d-1-1-1-1>*{width:calc( 25% - 6px)}.j15-grid.j15-grid--d-1-1-1-1>*:nth-child(1),.j15-grid.j15-grid--d-1-1-1-1>*:nth-child(2),.j15-grid.j15-grid--d-1-1-1-1>*:nth-child(3),.j15-grid.j15-grid--d-1-1-1-1>*:nth-child(4){margin-top:0}.j15-grid.j15-grid--d-1-1-1-1>*:nth-child(2n+1){margin-right:8px}.j15-grid.j15-grid--d-1-1-1-1>*:nth-child(2n+2){margin-right:8px}.j15-grid.j15-grid--d-1-1-1-1>*:nth-child(3n+3){margin-right:8px}.j15-grid.j15-grid--d-1-1-1-1>*:nth-child(4n+4){margin-right:0}.j15-grid.j15-grid--d-1-1-1-1>*.grid__item--d-2x{width:calc( 50% - 6px)}.j15-grid.j15-grid--d-1-1-1-1-1>*{float:left;margin-top:0;margin-bottom:8px;width:calc( 50% - 4px);margin-right:8px}.j15-grid.j15-grid--d-1-1-1-1-1>*:nth-child(2n+2){margin-right:0}.j15-grid.j15-grid--d-1-1-1-1-1>*:nth-child(1),.j15-grid.j15-grid--d-1-1-1-1-1>*:nth-child(2){margin-top:0}.j15-grid.j15-grid--d-1-1-1-1-1>*{width:calc( 20% - 6.4px)}.j15-grid.j15-grid--d-1-1-1-1-1>*:nth-child(1),.j15-grid.j15-grid--d-1-1-1-1-1>*:nth-child(2),.j15-grid.j15-grid--d-1-1-1-1-1>*:nth-child(3),.j15-grid.j15-grid--d-1-1-1-1-1>*:nth-child(4),.j15-grid.j15-grid--d-1-1-1-1-1>*:nth-child(5){margin-top:0}.j15-grid.j15-grid--d-1-1-1-1-1>*:nth-child(2n+1){margin-right:8px}.j15-grid.j15-grid--d-1-1-1-1-1>*:nth-child(2n+2){margin-right:8px}.j15-grid.j15-grid--d-1-1-1-1-1>*:nth-child(3n+3){margin-right:8px}.j15-grid.j15-grid--d-1-1-1-1-1>*:nth-child(4n+4){margin-right:8px}.j15-grid.j15-grid--d-1-1-1-1-1>*:nth-child(5n+5){margin-right:0}.j15-grid.j15-grid--d-1-1-1-1-1>*.grid__item--d-2x{width:calc( 40% - 6.4px)}.j15-grid.j15-grid--d-1-1-1-1-1-1>*{float:left;margin-top:0;margin-bottom:8px;width:calc( 50% - 4px);margin-right:8px}.j15-grid.j15-grid--d-1-1-1-1-1-1>*:nth-child(2n+2){margin-right:0}.j15-grid.j15-grid--d-1-1-1-1-1-1>*:nth-child(1),.j15-grid.j15-grid--d-1-1-1-1-1-1>*:nth-child(2){margin-top:0}.j15-grid.j15-grid--d-1-1-1-1-1-1>*{width:calc( 16.66% - 6.66px)}.j15-grid.j15-grid--d-1-1-1-1-1-1>*:nth-child(1),.j15-grid.j15-grid--d-1-1-1-1-1-1>*:nth-child(2),.j15-grid.j15-grid--d-1-1-1-1-1-1>*:nth-child(3),.j15-grid.j15-grid--d-1-1-1-1-1-1>*:nth-child(4),.j15-grid.j15-grid--d-1-1-1-1-1-1>*:nth-child(5),.j15-grid.j15-grid--d-1-1-1-1-1-1>*:nth-child(6){margin-top:0}.j15-grid.j15-grid--d-1-1-1-1-1-1>*:nth-child(2n+1){margin-right:8px}.j15-grid.j15-grid--d-1-1-1-1-1-1>*:nth-child(2n+2){margin-right:8px}.j15-grid.j15-grid--d-1-1-1-1-1-1>*:nth-child(3n+3){margin-right:8px}.j15-grid.j15-grid--d-1-1-1-1-1-1>*:nth-child(4n+4){margin-right:8px}.j15-grid.j15-grid--d-1-1-1-1-1-1>*:nth-child(5n+5){margin-right:8px}.j15-grid.j15-grid--d-1-1-1-1-1-1>*:nth-child(6n+6){margin-right:0}.j15-grid.j15-grid--d-1-1-1-1-1-1>*.grid__item--d-2x{width:calc( 33.32% - 6.66px)}.j15-grid.j15-grid--d-1-1-1-1-1-1-1>*{float:left;margin-top:0;margin-bottom:8px;width:calc( 50% - 4px);margin-right:8px}.j15-grid.j15-grid--d-1-1-1-1-1-1-1>*:nth-child(2n+2){margin-right:0}.j15-grid.j15-grid--d-1-1-1-1-1-1-1>*:nth-child(1),.j15-grid.j15-grid--d-1-1-1-1-1-1-1>*:nth-child(2){margin-top:0}.j15-grid.j15-grid--d-1-1-1-1-1-1-1>*{width:calc( 14.28% - 6.857px)}.j15-grid.j15-grid--d-1-1-1-1-1-1-1>*:nth-child(1),.j15-grid.j15-grid--d-1-1-1-1-1-1-1>*:nth-child(2),.j15-grid.j15-grid--d-1-1-1-1-1-1-1>*:nth-child(3),.j15-grid.j15-grid--d-1-1-1-1-1-1-1>*:nth-child(4),.j15-grid.j15-grid--d-1-1-1-1-1-1-1>*:nth-child(5),.j15-grid.j15-grid--d-1-1-1-1-1-1-1>*:nth-child(6){margin-top:0}.j15-grid.j15-grid--d-1-1-1-1-1-1-1>*:nth-child(2n+1){margin-right:8px}.j15-grid.j15-grid--d-1-1-1-1-1-1-1>*:nth-child(2n+2){margin-right:8px}.j15-grid.j15-grid--d-1-1-1-1-1-1-1>*:nth-child(3n+3){margin-right:8px}.j15-grid.j15-grid--d-1-1-1-1-1-1-1>*:nth-child(4n+4){margin-right:8px}.j15-grid.j15-grid--d-1-1-1-1-1-1-1>*:nth-child(5n+5){margin-right:8px}.j15-grid.j15-grid--d-1-1-1-1-1-1-1>*:nth-child(6n+6){margin-right:0}.j15-grid.j15-grid--d-1-1-1-1-1-1-1>*.grid__item--d-2x{width:calc( 33.32% - 6.66px)}.j15-grid.j15-grid--d-row-gap2{j15-grid-row-gap:32px}.j15-grid.j15-grid--d-col-gap2{j15-grid-column-gap:32px}.j15-grid.j15-grid--padded,.j15-grid.j15-grid--padded-d{padding:48px 32px}.j15-grid.j15-grid--midwidth{max-width:1000px;margin-right:auto;margin-left:auto}.j15-grid.j15-grid--smallwidth{max-width:615px;margin-right:auto;margin-left:auto}.j15-grid.j15-grid--padding-d-x1>*{padding:8px}.j15-grid.j15-grid--padding-d-x2>*{padding:16px}.j15-grid.j15-grid--padding-d-x3>*{padding:24px}.j15-grid.j15-grid--padding-d-x4>*{padding:32px}.j15-grid.j15-grid--padding-d-x6>*{padding:48px}}
.j15-grid+.j15-grid{margin-top:8px}
@media (min-width: 1030px){body .j15-grid.j15-grid--tiles .j15-tile{margin-right:8px}body .j15-grid.j15-grid--tiles .j15-tile.j15-tile--d-edge{margin-right:0}}
@media (min-width: 768px){.j15-grid .j15-grid-col--t-lpad-4x{padding-left:32px}.j15-grid .j15-grid-col--t-lpad{padding-left:1.66em}.j15-grid .j15-grid-col--t-rpad{padding-right:1.66em}}
@media (min-width: 1030px){.j15-grid .j15-grid-col--d-lpad{padding-left:3em}.j15-grid .j15-grid-col--d-rpad{padding-right:3em}.j15-grid .j15-grid-col--d-lpad-6x{padding-left:48px}}
.cond-close--tablet{display:block}
.cond-open--tablet{display:none}
.cond-close--desktop{display:block}
.cond-open--desktop{display:none}
.cond-open--tablet-inl{display:none}
.cond-close--tablet-inl{display:inline-block}
@media (min-width: 768px){.cond-close--tablet{display:none}.cond-open--tablet{display:block}.cond-open--tablet-inl{display:inline-block}.cond-close--tablet-inl{display:none !important}}
@media (min-width: 1030px){.cond-close--desktop{display:none}.cond-open--desktop{display:block}}
.foldable.is-opened .foldable__content{display:block}
.foldable__svg{transform:rotate(180deg)}
.foldable__content{overflow:hidden}
@media (min-width: 768px){.foldable__trigger--necessary-data:before{content:"Pokaż"}}
.foldable.is-opened .foldable__content--max-h-320{max-height:320px}
.foldable.is-opened .foldable__svg{transform:rotate(0deg)}
@media (min-width: 768px){.foldable.is-opened .foldable__trigger--necessary-data:before{content:"Ukryj"}}
.foldable--close .foldable__content{display:none}
.foldable--open .foldable__content{display:none}
.foldable__trigger{cursor:pointer}
.foldable__header{margin:0}
@media (min-width: 768px){.foldable--t-open .foldable__content{display:block}.foldable__header{margin-bottom:1em}}
@media (min-width: 1030px){.foldable--d-open .foldable__content{display:block}}
.asbiro-register-form.asbiro-hl-box{padding:0.5rem}
@media (min-width: 350px){.asbiro-register-form.asbiro-hl-box{padding:1em}}
.asbiro-register-form .asb-social-login{padding:1rem 0 0 0}
.asbiro-register-form .asb-social-login__hr{display:flex;color:#50504e}
.asbiro-register-form .asb-social-login__hr:before,.asbiro-register-form .asb-social-login__hr:after{background:#50504e}
.asbiro-register-form .asb-social-login__continue-on-text{display:none}
.register-enrollment{box-shadow:0 4px 6px rgba(0,0,0,0.1);max-width:366px;margin:0 auto;color:#333;text-shadow:none}
.register-enrollment__svg{cursor:pointer}
.register-enrollment__button-heading{font-weight:bold;text-transform:uppercase;display:flex;align-items:center;column-gap:5px;letter-spacing:0.04em}
.register-enrollment__heading{padding:4px 8px;background:#ddb103;font-size:11px}
.register-enrollment__content{text-align:left;padding:10px 8px 8px 8px;font-size:14px;background:white}
.j15-modal-v2{display:none;position:fixed;z-index:9999;left:0;top:0;width:100%;height:100%;overflow:auto;background:rgba(0,0,0,0.8);flex-direction:column;align-items:center;padding:1rem;box-sizing:border-box;text-shadow:none;color:#50504e;text-align:left}
.j15-modal-v2 .modal-content{margin-top:5rem;padding:2.8125rem 3rem 3rem 3rem;background-color:white;border-radius:4px;position:relative;box-sizing:border-box;width:100%}
@media (min-width: 768px){.j15-modal-v2 .modal-content{max-width:50rem}}
.j15-modal-v2 .close{position:absolute;top:1.5rem;right:2rem;color:black;font-size:48px;font-weight:bold;transition:0.3s ease-in-out all;line-height:0;cursor:pointer}
.j15-modal-v2 .close:hover{opacity:0.5}
.j15-modal-v2 .close:hover,.j15-modal-v2 .close:focus{color:#212121;text-decoration:none;cursor:pointer}
.hamburger .line{width:1em;height:2px;background-color:#ecf0f1;display:block;margin:3px auto;transition:all 0.3s ease-in-out}
.hamburger:hover{cursor:pointer}
.hamburger.is-active .line:nth-child(2){opacity:0}
.hamburger.is-active .line:nth-child(1){transform:translateY(5.2px) rotate(45deg)}
.hamburger.is-active .line:nth-child(3){transform:translateY(-5.2px) rotate(-45deg)}
.tgl{background:transparent;display:inline-block;width:1.1em;height:1em;border-radius:50%;position:relative;box-sizing:border-box;transition:0.2s ease-in-out 0.02s}
.tgl--plus{transform:rotate(0)}
.tgl--plus:before,.tgl--plus:after{content:"";display:block;background:#191d24;position:absolute}
.tgl--plus:before{top:50%;margin-top:-0.05em;width:100%;height:1px}
.tgl--plus:after{left:50%;top:0;margin-left:-0.05em;width:1px;height:100%}
.tgl--plus.is-active{transform:rotate(45deg) scale(1.2)}
.svg-icon{width:1em;height:1em;display:inline-block;transition:0.3s ease-in}
.svg-icon--plus-tgl{position:relative}
.svg-icon--plus-tgl:before{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:1em;height:1em;content:url(../5c5b3efeb55c3d9ec022.svg);display:inline-block}
.alert-help,.alert-info,.alert-error,.alert-success{margin:10px;padding:5px 18px;border:1px solid}
.alert-help{border-color:#fef193;background:#fef4ac}
.alert-info{border-color:#bfe4f4;background:#d5edf8}
.alert-error{border-color:#f8cdce;background:#fbe3e4}
.alert-success{border-color:#deeaae;background:#e6efc2}
.button{border:0;background:#32343b;font-weight:bold;color:#fff;border-radius:2px;padding:0.7em;text-transform:uppercase;text-align:center}
.button .button-text{opacity:1;transition:0.5s ease-in opacity;display:block}
.button .button-loading-indicator{opacity:0 !important;position:absolute;transition:none;left:50%;transform:translateX(-50%) scale(1.25)}
.button.loading{position:relative;opacity:0.8}
.button.loading .button-text{opacity:0;transition:none}
.button.loading .button-loading-indicator{opacity:1 !important;transition:0.5s ease-in opacity}
.button--light-icon .fa{display:inline-block;margin-left:0.5em;opacity:0.5}
.button--light-icon .button-text{display:inline}
.button--light-icon.icon-right .fa{margin-right:0}
.button--submit{background:#558423}
.button--block{display:block;width:100%;box-sizing:border-box}
.button--icon:after{display:inline-block;font-family:'FontAwesome' !important;margin-left:0.5em;transition:0.3s ease-in-out}
.button--icon:before{display:inline-block;font-family:'FontAwesome' !important;margin-right:0.5em;transition:0.3s ease-in-out}
.button--icon.button--continue:after{content:""}
.action-button{text-align:center;text-decoration:none;line-height:1.05em;transition:0.3s ease-in;display:inline-block}
.action-button *{transition:0.3s ease-in}
.action-button .icon{display:block;width:3.5rem;height:3.5rem;background:#2e5b18;color:#fff;position:relative;border-radius:50%;margin:0 auto;box-shadow:0.25rem 0.25rem 0.65rem rgba(0,0,0,0.075)}
.action-button .icon i{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}
.action-button .label{margin-top:0.45rem;font-size:0.6rem;line-height:1.1em;text-transform:uppercase;display:block}
@media (min-width: 768px){.action-button .label{margin-top:0.35rem;font-size:0.75rem;line-height:1.15em}}
.action-button:before{position:absolute;top:-0.1;right:0.5rem;font-family:'FontAwesome' !important;color:white;background-color:#DA0000;width:1.3125rem;height:1.25rem;z-index:2;border-radius:0.3125rem;font-size:1.0625rem;display:flex;align-items:center;justify-content:center;padding-top:0.0625rem;transition:0.3s ease-in}
@media (min-width: 768px){.action-button:before{right:0.8rem;top:0}}
.action-button--warning:before{content:'\f12a';color:white;background-color:#DA0000}
.action-button--is-checked:before{content:'\f00c';color:white;background-color:#438523}
.action-button:hover{color:#212123}
.action-button:hover .icon{box-shadow:0.29rem 0.29rem 1rem rgba(46,91,24,0.3)}
.action-button:hover .label{text-shadow:2px 2px 0.3rem rgba(46,91,24,0.15)}
.action-button:hover:not(.inactive) .icon{transform:scale(1.05) translateY(-1px);text-shadow:2px 2px 0.3rem rgba(255,255,255,0.1)}
.action-button:hover:before{box-shadow:0.29rem 0.29rem 1rem rgba(46,91,24,0.3);transform:scale(1.05) translateY(-1px)}
.action-button--inactive{color:#787876;opacity:0.8}
.action-button--inactive .icon{color:#fff;background:#afafac;opacity:0.6}
.action-button--inactive:hover{color:#919190;opacity:0.7}
.action-button--inactive:hover .icon{box-shadow:0.29rem 0.29rem 1rem rgba(0,0,0,0.09)}
.action-button--inactive:hover .label{text-shadow:2px 2px 0.3rem rgba(0,0,0,0.11)}
.action-button--featured{color:#dd8812}
.action-button--featured .icon{background:#dd8812}
.action-button--featured:hover{color:#4f3119}
.action-button--featured:hover .icon{box-shadow:0.29rem 0.29rem 1rem rgba(221,136,18,0.5)}
.action-button--featured:hover .label{text-shadow:2px 2px 0.3rem rgba(221,136,18,0.15)}
.j15-field-form,.field{display:block;line-height:1em;padding:16px;margin-bottom:8px;font-size:1em;color:#50504e;font-family:"Lato",Arial,sans-serif;vertical-align:middle;width:100%;max-width:400px;background-color:#fff;border:1px solid #afafac;box-shadow:0 3px rgba(0,0,0,0.06);transition:background-color 0.24s ease-in-out}
.j15-field-form.input-small,.field.input-small{padding:0.6em 0.8em}
.j15-field-form:focus,.j15-field-form:active,.field:focus,.field:active{background-color:#f7f8fa;border:1px solid #969692;outline:none}
.j15-field-form.error,.j15-field-form.is-invalid,.field.error,.field.is-invalid{color:#9e0000;border-color:#f9bfb7;background-color:#fff;background-position:99% center;background-repeat:no-repeat;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);outline-color:#f9bfb7}
.j15-field-form.success,.j15-field-form.is-valid,.field.success,.field.is-valid{color:#e6efc2;border-color:#e6efc2;background-color:#fff;background-position:99% center;background-repeat:no-repeat;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);outline-color:#e6efc2}
.j15-field-form[disabled],.j15-field-form.is-disabled,.field[disabled],.field.is-disabled{cursor:not-allowed;border-color:#cfcfcf;opacity:0.6}
.j15-field-form[disabled]:focus,.j15-field-form[disabled]:active,.j15-field-form.is-disabled:focus,.j15-field-form.is-disabled:active,.field[disabled]:focus,.field[disabled]:active,.field.is-disabled:focus,.field.is-disabled:active{background-color:#d5edf8}
input[hidden],select[hidden],textarea[hidden],button[hidden]{display:none}
textarea,.j15-textarea{max-width:100%;min-height:120px;line-height:1.5em}
select{appearance:none;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);background-repeat:no-repeat;background-position:97.5% center}
.j15-submit-button,.button{font-family:"Lato",Arial,sans-serif;background:#2e5b18;color:#fff;font-weight:bold;font-size:0.875em;text-transform:uppercase;padding:14.4px 24px;border:0;border-radius:0;text-decoration:none;box-shadow:0 3px rgba(0,0,0,0.15);transition:0.3s ease-in-out;position:relative;display:inline-block;margin-bottom:0.5em}
.j15-submit-button+input[type="submit"],.j15-submit-button+button,.j15-submit-button+.button,.button+input[type="submit"],.button+button,.button+.button{margin-left:0.66em}
.j15-submit-button:hover,.j15-submit-button:active,.button:hover,.button:active{background:#366b1c;color:#fff}
.j15-submit-button:active,.button:active{box-shadow:0 2px rgba(0,0,0,0.2);top:1px}
.j15-submit-button:active.no-dent,.button:active.no-dent{box-shadow:none;top:0}
.j15-submit-button.button--secondary,.button.button--secondary{background:#eaedf2;color:#5d5d5b}
.j15-submit-button.button--secondary:hover,.j15-submit-button.button--secondary:active,.button.button--secondary:hover,.button.button--secondary:active{background:#f7f8fa}
.j15-submit-button.button--border,.button.button--border{border:1px solid #2e5b18}
.j15-submit-button.button--border:hover,.j15-submit-button.button--border:focus,.button.button--border:hover,.button.button--border:focus{border:1px solid #366b1c}
.j15-submit-button.button--yellow,.button.button--yellow{background:#ddb103;color:#212121}
.j15-submit-button.button--yellow:hover,.j15-submit-button.button--yellow:active,.button.button--yellow:hover,.button.button--yellow:active{background:#f1c103}
.j15-submit-button.button--red,.button.button--red{background:#9e0000}
.j15-submit-button.button--red:hover,.j15-submit-button.button--red:active,.button.button--red:hover,.button.button--red:active{background:#b20000}
.j15-submit-button.button--white-clean,.button.button--white-clean{background:white;color:#2e5b18}
.j15-submit-button.button--yellow-clean,.button.button--yellow-clean{background:#ddb103;color:white}
.j15-submit-button.button--yellow-clean,.j15-submit-button.button--white-clean,.button.button--yellow-clean,.button.button--white-clean{box-shadow:0.25rem 0.25rem 0.75rem 0 rgba(0,0,0,0.05);transition:0.3s ease-in-out}
.j15-submit-button.button--yellow-clean:hover,.j15-submit-button.button--yellow-clean:active,.j15-submit-button.button--white-clean:hover,.j15-submit-button.button--white-clean:active,.button.button--yellow-clean:hover,.button.button--yellow-clean:active,.button.button--white-clean:hover,.button.button--white-clean:active{box-shadow:0.5rem 0.5rem 1.25rem 0 rgba(0,0,0,0.07)}
.j15-submit-button.button--inv,.button.button--inv{background:#efefef;color:#2e5b18}
.j15-submit-button.button--inv:hover,.j15-submit-button.button--inv:active,.button.button--inv:hover,.button.button--inv:active{background:#f9f9f9}
.j15-submit-button.button--inline,.button.button--inline{display:inline-block}
.j15-submit-button.button--small,.button.button--small{font-size:0.75em;padding:0.5em 0.66em}
.j15-submit-button.button--xsmall,.button.button--xsmall{font-size:0.66em;padding:0.275em 0.45em}
.j15-submit-button.button--silent,.button.button--silent{background:transparent;box-shadow:none;color:#50504e}
.j15-submit-button.button--mid,.button.button--mid{font-size:1.25em}
.j15-submit-button.button--switch,.button.button--switch{background:transparent;box-shadow:none;color:#afafac;transition:0.3s ease-in}
.j15-submit-button.button--switch:hover .fa,.j15-submit-button.button--switch:focus .fa,.button.button--switch:hover .fa,.button.button--switch:focus .fa{color:#5d5d5b}
.j15-submit-button.button--switch.button--switch-on,.button.button--switch.button--switch-on{color:#5d5d5b}
.j15-submit-button.button--switch.button--switch-on .fa,.j15-submit-button.button--switch.button--switch-on:hover .fa,.j15-submit-button.button--switch.button--switch-on:focus .fa,.button.button--switch.button--switch-on .fa,.button.button--switch.button--switch-on:hover .fa,.button.button--switch.button--switch-on:focus .fa{color:#558423}
.j15-submit-button.button--switch.button--switch--remove,.button.button--switch.button--switch--remove{color:#5d5d5b}
.j15-submit-button.button--switch.button--switch--remove .fa,.button.button--switch.button--switch--remove .fa{color:#6b0000}
.j15-submit-button.button--switch.button--switch--remove:hover,.j15-submit-button.button--switch.button--switch--remove:focus,.button.button--switch.button--switch--remove:hover,.button.button--switch.button--switch--remove:focus{color:#9e0000}
.j15-submit-button.button--switch.button--switch--remove:hover .fa,.j15-submit-button.button--switch.button--switch--remove:focus .fa,.button.button--switch.button--switch--remove:hover .fa,.button.button--switch.button--switch--remove:focus .fa{color:#9e0000}
.j15-submit-button.button--outline-inv,.button.button--outline-inv{background:transparent;color:#fff;border:1px solid #fff;transition:0.2s ease-in 0.1s;position:relative;z-index:50}
.j15-submit-button.button--outline-inv:before,.j15-submit-button.button--outline-inv:after,.button.button--outline-inv:before,.button.button--outline-inv:after{content:'';display:block;position:absolute;background:#fff;height:100%;width:0;top:0;left:0;transition:0s ease-in-out;z-index:-1}
.j15-submit-button.button--outline-inv:after,.button.button--outline-inv:after{right:0;left:auto;transition:0.2s ease-in-out}
.j15-submit-button.button--outline-inv:hover,.j15-submit-button.button--outline-inv:active,.button.button--outline-inv:hover,.button.button--outline-inv:active{background:rgba(255,255,255,0.4);color:#112d0a}
.j15-submit-button.button--outline-inv:hover:before,.j15-submit-button.button--outline-inv:active:before,.button.button--outline-inv:hover:before,.button.button--outline-inv:active:before{width:100%;transition:0.2s ease-in-out}
.j15-submit-button.button--outline-inv:hover:after,.j15-submit-button.button--outline-inv:active:after,.button.button--outline-inv:hover:after,.button.button--outline-inv:active:after{width:100%;transition:0s ease-in-out 0.2s}
.j15-submit-button.button--outline,.button.button--outline{background:transparent;color:#50504e;border:1px solid #50504e;transition:0.2s ease-in 0.1s;position:relative;z-index:50}
.j15-submit-button.button--outline:before,.j15-submit-button.button--outline:after,.button.button--outline:before,.button.button--outline:after{content:'';display:block;position:absolute;background:#50504e;height:100%;width:0;top:0;left:0;transition:0s ease-in-out;z-index:-1}
.j15-submit-button.button--outline:after,.button.button--outline:after{right:0;left:auto;transition:0.2s ease-in-out}
.j15-submit-button.button--outline:hover,.j15-submit-button.button--outline:active,.button.button--outline:hover,.button.button--outline:active{background:rgba(80,80,78,0.4);color:#fff}
.j15-submit-button.button--outline:hover:before,.j15-submit-button.button--outline:active:before,.button.button--outline:hover:before,.button.button--outline:active:before{width:100%;transition:0.2s ease-in-out}
.j15-submit-button.button--outline:hover:after,.j15-submit-button.button--outline:active:after,.button.button--outline:hover:after,.button.button--outline:active:after{width:100%;transition:0s ease-in-out 0.2s}
.j15-submit-button .fa,.button .fa{margin-right:0.5em}
.j15-submit-button.button--disabled,.button.button--disabled{opacity:0.6 !important;filter:grayscale(100%);cursor:not-allowed}
.ui-datepicker-div select{display:inline-block}
.form-row{font-family:"Lato",Arial,sans-serif;padding:8px 0}
.form-row label{text-transform:uppercase;font-size:0.75em;font-weight:bold;margin-bottom:0.5em;display:block}
.form-row label.neutral{font-size:inherit;text-transform:inherit;font-weight:inherit}
.form-row.form-row--radio label,.form-row.form-row--check label{display:inline-block;font-size:0.875em;text-transform:none;font-weight:normal;margin-right:0.25em}
.form-row.form-row--radio label+*,.form-row.form-row--check label+*{margin-left:0.66em}
.form-row--add .button,.form-row--add input,.form-row--add button,.form-row--add select,.form-row--add form{width:100%;display:block}
@media (min-width: 768px){.form-row--add .button,.form-row--add input,.form-row--add button,.form-row--add select,.form-row--add form{width:auto;display:inline-block}}
.asb-radio-list,.entry-content .asb-radio-list{list-style:none;margin:0;padding:0}
.form--dark-bg input[type="text"],.form--dark-bg input[type="password"],.form--dark-bg input[type="datetime"],.form--dark-bg input[type="datetime-local"],.form--dark-bg input[type="date"],.form--dark-bg input[type="month"],.form--dark-bg input[type="time"],.form--dark-bg input[type="week"],.form--dark-bg input[type="number"],.form--dark-bg input[type="email"],.form--dark-bg input[type="url"],.form--dark-bg input[type="search"],.form--dark-bg input[type="tel"],.form--dark-bg input[type="color"],.form--dark-bg select,.form--dark-bg textarea,.form--dark-bg .field{background:transparent;border:1px solid rgba(255,255,255,0.15);color:white}
.form--dark-bg input[type="text"]:focus,.form--dark-bg input[type="password"]:focus,.form--dark-bg input[type="datetime"]:focus,.form--dark-bg input[type="datetime-local"]:focus,.form--dark-bg input[type="date"]:focus,.form--dark-bg input[type="month"]:focus,.form--dark-bg input[type="time"]:focus,.form--dark-bg input[type="week"]:focus,.form--dark-bg input[type="number"]:focus,.form--dark-bg input[type="email"]:focus,.form--dark-bg input[type="url"]:focus,.form--dark-bg input[type="search"]:focus,.form--dark-bg input[type="tel"]:focus,.form--dark-bg input[type="color"]:focus,.form--dark-bg select:focus,.form--dark-bg textarea:focus,.form--dark-bg .field:focus{background:rgba(255,255,255,0.05)}
.form--dark-bg .form-row label{color:#afafac}
body .icheck_ui{margin-right:0.5em}
body .asb-form--dark .icheck_ui{background-image:url(../fdb790509e352d9bcb54.png)}
.form-inner{margin:0 auto}
.form-inner--mid{width:25rem}
.ui-tooltip,.arrow:after{background:rgba(55,77,2,0.8);border:0}
.ui-tooltip{padding:0.3em 0.4em;color:#fff;font-size:0.75rem;border-radius:2px;text-transform:uppercase;box-shadow:none}
body div .asb-choice{list-style:none;padding:0;margin:0}
body div .asb-choice__item{padding:0.75rem 1.25rem;border:1px solid #ccc;border-width:1px 1px 0 1px;margin:0;transition:0.3s ease-in;background:#fff;cursor:pointer}
body div .asb-choice__item:hover{background:#fef4ac;border-color:#f8d365}
body div .asb-choice__item:hover+li{border-top:1px solid #f8d365}
body div .asb-choice__item:last-child{border-width:1px}
body div .asb-choice__item+li{margin-top:0 !important}
body div .asb-choice__item.active{background:#558423;color:white;font-weight:bold;border-color:#374d02}
body div .asb-choice__item.active+li{border-top:1px solid #374d02}
body div .asb-choice input{margin-right:0.66rem;cursor:pointer}
.asb-toggle-link{display:flex;background:#2e5b18;color:#fff;text-decoration:none;text-align:center;padding:0.125rem}
.asb-toggle-link--inline{width:auto}
.asb-toggle-link__item{flex-basis:50%;padding:0.875rem 0.66rem;text-transform:uppercase;font-size:0.75rem;transition:0.5s}
.asb-toggle-link__link{border-radius:0.125rem;background:#f6f6f6;opacity:0.9;box-shadow:0.1rem 0.1rem 0.1rem rgba(0,0,0,0.3) inset,0.25rem 0.25rem 0.25rem rgba(0,0,0,0.02);color:rgba(120,120,118,0.5)}
.asb-toggle-link__current{font-weight:bold}
.asb-toggle-link:hover,.asb-toggle-link:active{color:#fff}
.asb-toggle-link:hover .link,.asb-toggle-link:active .link{box-shadow:0.1rem 0.1rem 0.1rem rgba(0,0,0,0.15) inset,0.25rem 0.25rem 0.6rem rgba(0,0,0,0.1);opacity:1;flex-basis:60%;color:#787876}
.asb-toggle-link:hover .current,.asb-toggle-link:active .current{opacity:0.3;flex-basis:40%}
.inline-label,.menu-item--label-new a:after{background:#efefef;color:#374d02;border-radius:2px;margin-left:0.5em;font-size:0.6em;padding:0.25em;vertical-align:top;text-transform:uppercase;line-height:1em}
.inline-label--yellow{background:#fef4ac;color:#dd8812}
.inline-label--yellow-inv,.menu-item--label-new a:after{background:#dd8812;color:#fff}
.inline-label--left{margin-left:0;margin-right:0.5em}
.required-sign{color:red;font-weight:bold}
body .asb-consent{position:relative;display:block;padding-left:2rem;margin-bottom:0.5rem}
body .asb-consent__checkbox{position:absolute;left:0.2rem;top:0.25rem}
body .asb-consent__checkbox.error{box-shadow:0 0 0 2px #f9bfb7 inset}
body .asb-consent small{display:block}
body form .asb-terms-box{height:9rem;padding:1rem;width:100%;overflow-y:scroll;background:white;border:1px solid #787876}
body form .asb-terms-box ul{list-style:circle;margin-left:0.5rem}
body form .asb-terms-box li{padding:0;margin:0}
body form .asb-terms-box li+li{margin:0}
::selection{background:#558423;color:#fff}
body .j15-modal{background-color:rgba(0,0,0,0.9);opacity:0.7;padding:11vh 3em;top:0;color:#fff;transition:0.4s ease-in 0.2s;transition-property:opacity;z-index:999999}
body .j15-modal>*{filter:blur(3em);transition:0.4s ease-in 0.2s}
body .j15-modal a{color:#f8d365}
body .j15-modal a:hover,body .j15-modal a:focus{color:#fae091}
body .j15-modal .button{color:#fff}
body .j15-modal .button:hover,body .j15-modal .button:focus{color:#fff}
body .j15-modal h1,body .j15-modal .h1,body .j15-modal h2,body .j15-modal .h2,body .j15-modal h3,body .j15-modal .h3,body .j15-modal h4,body .j15-modal .h4,body .j15-modal h5,body .j15-modal .h5,body .j15-modal h6,body .j15-modal .h6{color:inherit}
body .j15-modal h3{font-size:1.9em}
body .j15-modal .tingle-modal-box{padding:0;background:transparent;margin:0;width:54em;max-width:100%;transform:none;opacity:0;transition:0.4s ease-in}
body .j15-modal .tingle-modal-box #j15-main-mobile-menu li{transition:0.4s ease-in 0.4s}
body .j15-modal .tingle-modal-box #j15-main-mobile-menu li:nth-child(2){transition-delay:0.2s}
body .j15-modal .tingle-modal-box #j15-main-mobile-menu li:nth-child(3){transition-delay:0.3s}
body .j15-modal .tingle-modal-box #j15-main-mobile-menu li:nth-child(4){transition-delay:0.4s}
body .j15-modal .tingle-modal-box #j15-main-mobile-menu li:nth-child(5){transition-delay:0.5s}
body .j15-modal .tingle-modal-box #j15-main-mobile-menu li:nth-child(6){transition-delay:0.6s}
body .j15-modal .tingle-modal-box #j15-main-mobile-menu li:nth-child(7){transition-delay:0.7s}
body .j15-modal .tingle-modal-box #j15-main-mobile-menu li+li{margin-top:-4em}
body .j15-modal .tingle-modal__close{background:transparent;color:#fff;position:absolute;top:0.75em;right:1em;font-size:1.75em;left:auto;width:1.4em;height:1.4em;box-shadow:none;transform:rotate(45deg)}
@media (min-width: 768px){body .j15-modal .tingle-modal__close{font-size:2em}}
@media (min-width: 1030px){body .j15-modal .tingle-modal__close{font-size:2.66em}}
body .j15-modal .tingle-modal__close:before,body .j15-modal .tingle-modal__close:after{content:"";display:block;opacity:0;background:#fff;position:absolute;transition:0.2s ease-in-out}
body .j15-modal .tingle-modal__close:before{top:50%;margin-top:-0.05em;width:100%;height:2px;transform:rotate(-45deg)}
body .j15-modal .tingle-modal__close:after{left:50%;top:0;margin-left:-0.05em;width:2px;height:100%;transform:rotate(45deg)}
body .j15-modal .tingle-modal__close .tingle-modal__closeIcon{display:none}
body .j15-modal .tingle-modal__close .tingle-modal__closeLabel{display:inline-block;font-family:"Merriweather",serif;font-size:1.25em;vertical-align:middle;display:none}
body .j15-modal .tingle-modal-box__content{padding:0;margin-right:auto;margin-left:auto;text-align:center;max-width:44em}
body .j15-modal .tingle-modal-box__content form{text-align:left}
body .j15-modal.tingle-modal--visible{opacity:1}
body .j15-modal.tingle-modal--visible>*{filter:blur(0);transition:0.4s ease-in 0.2s}
body .j15-modal.tingle-modal--visible .tingle-modal__close:before,body .j15-modal.tingle-modal--visible .tingle-modal__close:after{opacity:1;transform:rotate(0)}
body .j15-modal.tingle-modal--visible .tingle-modal__close:focus:before,body .j15-modal.tingle-modal--visible .tingle-modal__close:active:before{transform:rotate(-45deg)}
body .j15-modal.tingle-modal--visible .tingle-modal__close:focus:after,body .j15-modal.tingle-modal--visible .tingle-modal__close:active:after{transform:rotate(45deg)}
body .j15-modal.tingle-modal--visible .tingle-modal-box{opacity:1;margin-top:0}
body .j15-modal.tingle-modal--visible .tingle-modal-box #j15-main-mobile-menu li+li{margin-top:0}
body .j15-modal__buttons{margin-top:1rem}
@media (min-width: 768px){body .j15-modal .col .col-inner{opacity:0;position:relative;top:50vh;transition:0.7s ease-in-out;transition-delay:0.3s}body .j15-modal .col:nth-child(2) .col-inner{top:-70vh}body .j15-modal.tingle-modal--visible .col .col-inner{opacity:1;top:0}}
body .j15-modal--article .tingle-modal-box__content{margin-top:2rem;text-align:left}
body .j15-modal--article .j15-modal__title{margin:0.5rem 0 3rem}
body .j15-modal .modal-header{margin:2rem 0}
body .j15-modal .modal-header__title{margin:0}
body .j15-modal .modal-header__subtitle{margin:0 0 0.5rem}
.j15-modal.j15-modal--boxed{padding-left:1.5em;padding-right:1.5em}
.j15-modal.j15-modal--boxed .tingle-modal-box{background:rgba(0,0,0,0.66);margin-bottom:2.5em;position:relative;padding-bottom:1.5em}
.j15-modal.j15-modal--boxed .tingle-modal-box:before{content:"";display:block;position:absolute;font-size:2em;top:-0.375em;left:50%;height:1em;width:1em;margin-left:-0.5em;background:url(../341f2e4c0a31103464e0.png) no-repeat center center;background-size:contain}
.j15-modal.j15-modal--boxed .tingle-modal-box__content{padding:1.5em}
@media (min-width: 768px){.j15-modal.j15-modal--boxed .tingle-modal-box{padding-bottom:2em}.j15-modal.j15-modal--boxed .tingle-modal-box:before{font-size:4.5em}}
.j15-modal.j15-modal--club .tingle-modal-box:before{display:none}
.j15-modal.j15-modal--club .tingle-modal-box__content{padding-top:2.5em}
.j15-modal.j15-modal--club .modal-avatar-wrap{position:absolute;top:-0.5em;left:50%;margin-left:-0.5em;font-size:4.5em;height:1em;width:1em;line-height:1em}
.j15-modal.j15-modal--club .modal-avatar-wrap .profile-link-w-effect{border-radius:50%;border:1px solid #fff;width:100%;height:100%;background:#fff;overflow:hidden;display:block;position:relative}
.j15-modal.j15-modal--club .modal-avatar-wrap .profile-link-w-effect:after{content:"";z-index:101;position:absolute;overflow:hidden;top:-110%;left:-210%;width:200%;height:200%;opacity:0;transform:rotate(30deg);transition:0.3s ease-in-out;background:rgba(255,255,255,0.13);background:linear-gradient(to right, rgba(255,255,255,0.13) 0%, rgba(255,255,255,0.13) 77%, rgba(255,255,255,0.5) 92%, rgba(255,255,255,0) 100%)}
.j15-modal.j15-modal--club .modal-avatar-wrap .profile-link-w-effect:hover:after,.j15-modal.j15-modal--club .modal-avatar-wrap .profile-link-w-effect:focus:after{opacity:1;top:-30%;left:-30%;transition-property:left, top, opacity;transition-duration:0.7s, 0.7s, 0.15s;transition-timing-function:ease}
.j15-modal.j15-modal--club .modal-avatar-wrap .profile-link-w-effect img{width:100%;height:100%;border-radius:50%;position:relative;z-index:100;overflow:hidden}
.j15-modal.j15-modal--club .modal-avatar-wrap .j15-coin-block{position:absolute;left:3.2rem;bottom:-0.1rem;z-index:100}
@media (min-width: 768px){.j15-modal.j15-modal--club .modal-avatar-wrap .j15-coin-block{left:4.4rem;bottom:0}}
.j15-modal.j15-modal--club .modal-avatar-wrap .j15-coin-block__coin-quantity{text-decoration:none;font-size:0.8rem;border-radius:50%;background:#ddb103;display:inline-flex;width:1.5rem;height:1.5rem;color:white;align-items:center;justify-content:center}
@media (min-width: 768px){.j15-modal.j15-modal--club .modal-avatar-wrap .j15-coin-block__coin-quantity{font-size:1rem;width:2rem;height:2rem}}
.j15-modal.j15-modal--club .modal-avatar-wrap .j15-coin-block__coin-quantity:hover,.j15-modal.j15-modal--club .modal-avatar-wrap .j15-coin-block__coin-quantity:focus{background:#dd8812}
.j15-modal.j15-modal--club .username-title{font-size:1.2em;margin:0.05em auto}
.j15-modal.j15-modal--club .user-actions{margin-top:0.3em}
.j15-modal.j15-modal--club .link-logout{font-size:1em;text-decoration:none}
@media (min-width: 768px){.j15-modal.j15-modal--club .tingle-modal-box__content{padding-top:1.25em}.j15-modal.j15-modal--club .modal-avatar-wrap{font-size:6.25em}.j15-modal.j15-modal--club .username-title{font-size:2em}.j15-modal.j15-modal--club .link-logout{font-size:1.125em}}
.j15-modal.j15-modal--contact-user .avatar{width:60%;margin:1rem auto;display:block;max-width:300px}
@media (min-width: 768px){.j15-modal.j15-modal--contact-user .avatar{width:400px;margin:2rem auto}}
body .j15-modal--contact-user .tingle-modal-box__content,body .j15-modal--lecturer .tingle-modal-box__content{text-align:left}
body .j15-modal--contact-user.active,body .j15-modal--lecturer.active{width:100%;height:100%;background:#000000D9;position:fixed;top:0;left:0;z-index:99999;transition:background .45s ease-in-out}
body .j15-modal--contact-user.active .j15-modal__item--temp,body .j15-modal--lecturer.active .j15-modal__item--temp{display:block;position:absolute;top:14.0625rem;left:50%;transform:translateX(-50%);width:100%;background:rgba(0,0,0,0.85);padding:6.5rem 1.25rem 2.8125rem 1.25rem}
@media (min-width: 1030px){body .j15-modal--contact-user.active .j15-modal__item--temp,body .j15-modal--lecturer.active .j15-modal__item--temp{width:43.75rem;padding:2.8125rem 5rem 3.125rem 11.25rem;min-height:22.4375rem;transform:translateX(calc(-50% + 4.375rem))}}
body .j15-modal--contact-user.active .j15-modal__wrap,body .j15-modal--lecturer.active .j15-modal__wrap{display:flex;align-items:center;justify-content:space-between;margin:0 0 1.5rem 0;flex-direction:column}
@media (min-width: 1030px){body .j15-modal--contact-user.active .j15-modal__wrap,body .j15-modal--lecturer.active .j15-modal__wrap{flex-direction:row}}
body .j15-modal--contact-user.active .j15-modal__img,body .j15-modal--lecturer.active .j15-modal__img{border-radius:100%;width:12rem;height:12rem;border:none;position:absolute;left:50%;transform:translateX(-50%);top:-8.75rem;box-shadow:0.5rem 0.5rem 1.5rem rgba(0,0,0,0.66);background:#787876}
@media (min-width: 1030px){body .j15-modal--contact-user.active .j15-modal__img,body .j15-modal--lecturer.active .j15-modal__img{width:14rem;height:14rem;left:-7rem;transform:none;top:1rem}}
body .j15-modal--contact-user.active .j15-modal__name,body .j15-modal--lecturer.active .j15-modal__name{color:white;font-size:1.75rem;line-height:100%;margin:0;padding-right:1rem}
body .j15-modal--contact-user.active .j15-modal__profile,body .j15-modal--lecturer.active .j15-modal__profile{border:0.0625rem solid #f8d365;display:block;color:#f8d365;font-size:0.75rem;line-height:100%;width:100%;margin:1.5rem 0 0 0;padding:0.875rem 1.0625rem;text-align:center;text-decoration:none;text-transform:uppercase}
@media (min-width: 1030px){body .j15-modal--contact-user.active .j15-modal__profile,body .j15-modal--lecturer.active .j15-modal__profile{width:auto;margin:0}}
body .j15-modal--contact-user.active .j15-modal__profile:before,body .j15-modal--lecturer.active .j15-modal__profile:before{font-family:'FontAwesome';content:"\f007";font-size:14px;line-height:100%;margin-right:0.5rem}
body .j15-modal--contact-user.active .j15-modal__profile:hover,body .j15-modal--contact-user.active .j15-modal__profile:focus,body .j15-modal--lecturer.active .j15-modal__profile:hover,body .j15-modal--lecturer.active .j15-modal__profile:focus{color:#dd8812;border:0.0625rem solid #dd8812;transition:all .3s ease-in-out}
body .j15-modal--contact-user.active .j15-modal__description,body .j15-modal--lecturer.active .j15-modal__description{display:block;color:white;font-size:16px;line-height:100%;margin:0}
body .j15-modal--contact-user.active .j15-modal__description p,body .j15-modal--lecturer.active .j15-modal__description p{margin:0 0 1rem 0}
body .j15-modal--contact-user.active .j15-modal__site.user-links__regular a,body .j15-modal--lecturer.active .j15-modal__site.user-links__regular a{color:#f8d365;outline:none}
body .j15-modal--contact-user.active .j15-modal__site.user-links__regular a:hover,body .j15-modal--contact-user.active .j15-modal__site.user-links__regular a:focus,body .j15-modal--lecturer.active .j15-modal__site.user-links__regular a:hover,body .j15-modal--lecturer.active .j15-modal__site.user-links__regular a:focus{color:#dd8812}
body .j15-modal--contact-user.active .j15-modal__site.user-links__regular a .fa,body .j15-modal--lecturer.active .j15-modal__site.user-links__regular a .fa{color:rgba(255,255,255,0.4);margin-right:0.3rem}
body .j15-modal--contact-user.active .j15-modal__site,body .j15-modal--lecturer.active .j15-modal__site{display:block;margin-right:0.75rem}
body .j15-modal--contact-user.active .j15-modal__site button,body .j15-modal--lecturer.active .j15-modal__site button{color:#f8d365;outline:none}
body .j15-modal--contact-user.active .j15-modal__site button:hover,body .j15-modal--contact-user.active .j15-modal__site button:focus,body .j15-modal--lecturer.active .j15-modal__site button:hover,body .j15-modal--lecturer.active .j15-modal__site button:focus{background:#272727;box-shadow:4px 4px 4px rgba(0,0,0,0.5);transition:all .3s ease-in-out}
body .j15-modal--contact-user.active .j15-modal__site button:hover .fa,body .j15-modal--contact-user.active .j15-modal__site button:focus .fa,body .j15-modal--lecturer.active .j15-modal__site button:hover .fa,body .j15-modal--lecturer.active .j15-modal__site button:focus .fa{color:rgba(255,255,255,0.4)}
body .j15-modal--contact-user.active .j15-modal__site button .fa,body .j15-modal--lecturer.active .j15-modal__site button .fa{color:rgba(255,255,255,0.4);margin-right:0.3rem}
body .j15-modal--contact-user.active .j15-modal__site__list,body .j15-modal--lecturer.active .j15-modal__site__list{background:#272727;box-shadow:4px 4px 4px rgba(0,0,0,0.5)}
body .j15-modal--contact-user.active .j15-modal__site__list li,body .j15-modal--lecturer.active .j15-modal__site__list li{border-bottom:0.0625rem solid black}
body .j15-modal--contact-user.active .j15-modal__site__list li a,body .j15-modal--lecturer.active .j15-modal__site__list li a{color:#f8d365}
body .j15-modal--contact-user.active .j15-modal__site__list li a:hover,body .j15-modal--contact-user.active .j15-modal__site__list li a:focus,body .j15-modal--lecturer.active .j15-modal__site__list li a:hover,body .j15-modal--lecturer.active .j15-modal__site__list li a:focus{color:#dd8812;transition:all .3s ease-in-out}
body .j15-modal--contact-user.active .j15-modal__yt,body .j15-modal--lecturer.active .j15-modal__yt{display:block}
body .j15-modal--contact-user.active .j15-modal__yt a,body .j15-modal--lecturer.active .j15-modal__yt a{color:#f8d365}
body .j15-modal--contact-user.active .j15-modal__yt a:hover,body .j15-modal--contact-user.active .j15-modal__yt a:focus,body .j15-modal--lecturer.active .j15-modal__yt a:hover,body .j15-modal--lecturer.active .j15-modal__yt a:focus{color:#dd8812;transition:all .3s ease-in-out}
body .j15-modal--contact-user.active .j15-modal__yt a .fa,body .j15-modal--lecturer.active .j15-modal__yt a .fa{color:rgba(255,255,255,0.4);margin-right:0.3rem}
body .j15-modal--contact-user.active .j15-modal__close,body .j15-modal--lecturer.active .j15-modal__close{display:block;position:absolute;top:1.125rem;right:1.5rem;padding:0;box-shadow:none;font-size:2rem;width:2.6875rem;height:2.6875rem;margin:0;outline:none;background:url(../363cf7724dd449bd62b9.svg)}
@media (min-width: 1030px){body .j15-modal--contact-user.active .j15-modal__close,body .j15-modal--lecturer.active .j15-modal__close{top:1.4375rem;right:1.1875rem}}
.j15-modal.j15-modal--white{background-color:rgba(255,255,255,0.8);padding-left:0;padding-right:0;color:#50504e;font-size:1rem}
.j15-modal.j15-modal--white .j15-modal__title{color:#212121;font-size:1.75rem;margin-top:3rem;margin-bottom:2rem}
@media (min-width: 768px){.j15-modal.j15-modal--white .j15-modal__title{margin-bottom:3.75rem}}
.j15-modal.j15-modal--white .j15-modal__title__new-line{display:inline}
@media (min-width: 768px){.j15-modal.j15-modal--white .j15-modal__title__new-line{display:none}}
.j15-modal.j15-modal--white .tingle-modal-box{background:rgba(255,255,255,0.92);box-shadow:0.375rem 0.375rem 2rem rgba(0,0,0,0.15);padding-bottom:1em}
.j15-modal.j15-modal--white .tingle-modal-box:before{background:url(../5c4dda889a4406c1542f.png) no-repeat center;background-size:cover;width:2.1875rem;height:2.6875rem;top:-0.9rem}
.j15-modal.j15-modal--white .tingle-modal__close{width:2.9rem;height:2.9rem}
.j15-modal.j15-modal--white .tingle-modal__close:before,.j15-modal.j15-modal--white .tingle-modal__close:after{color:#333;background:#333}
.j15-modal.j15-modal--white input[type="text"],.j15-modal.j15-modal--white input[type="password"],.j15-modal.j15-modal--white input[type="datetime"],.j15-modal.j15-modal--white input[type="datetime-local"],.j15-modal.j15-modal--white input[type="date"],.j15-modal.j15-modal--white input[type="month"],.j15-modal.j15-modal--white input[type="time"],.j15-modal.j15-modal--white input[type="week"],.j15-modal.j15-modal--white input[type="number"],.j15-modal.j15-modal--white input[type="email"],.j15-modal.j15-modal--white input[type="url"],.j15-modal.j15-modal--white input[type="search"],.j15-modal.j15-modal--white input[type="tel"],.j15-modal.j15-modal--white input[type="color"],.j15-modal.j15-modal--white select,.j15-modal.j15-modal--white textarea,.j15-modal.j15-modal--white .field{margin-top:0.35rem;width:100%;max-width:unset}
.j15-modal.j15-modal--white input[type="text"]:hover,.j15-modal.j15-modal--white input[type="text"]:focus,.j15-modal.j15-modal--white input[type="password"]:hover,.j15-modal.j15-modal--white input[type="password"]:focus,.j15-modal.j15-modal--white input[type="datetime"]:hover,.j15-modal.j15-modal--white input[type="datetime"]:focus,.j15-modal.j15-modal--white input[type="datetime-local"]:hover,.j15-modal.j15-modal--white input[type="datetime-local"]:focus,.j15-modal.j15-modal--white input[type="date"]:hover,.j15-modal.j15-modal--white input[type="date"]:focus,.j15-modal.j15-modal--white input[type="month"]:hover,.j15-modal.j15-modal--white input[type="month"]:focus,.j15-modal.j15-modal--white input[type="time"]:hover,.j15-modal.j15-modal--white input[type="time"]:focus,.j15-modal.j15-modal--white input[type="week"]:hover,.j15-modal.j15-modal--white input[type="week"]:focus,.j15-modal.j15-modal--white input[type="number"]:hover,.j15-modal.j15-modal--white input[type="number"]:focus,.j15-modal.j15-modal--white input[type="email"]:hover,.j15-modal.j15-modal--white input[type="email"]:focus,.j15-modal.j15-modal--white input[type="url"]:hover,.j15-modal.j15-modal--white input[type="url"]:focus,.j15-modal.j15-modal--white input[type="search"]:hover,.j15-modal.j15-modal--white input[type="search"]:focus,.j15-modal.j15-modal--white input[type="tel"]:hover,.j15-modal.j15-modal--white input[type="tel"]:focus,.j15-modal.j15-modal--white input[type="color"]:hover,.j15-modal.j15-modal--white input[type="color"]:focus,.j15-modal.j15-modal--white select:hover,.j15-modal.j15-modal--white select:focus,.j15-modal.j15-modal--white textarea:hover,.j15-modal.j15-modal--white textarea:focus,.j15-modal.j15-modal--white .field:hover,.j15-modal.j15-modal--white .field:focus{background:white;color:#212121}
.j15-modal.j15-modal--white .wpcf7-form label{font-weight:bold;font-size:0.75rem;text-transform:uppercase;color:inherit}
.j15-modal.j15-modal--white .wpcf7-form label .cf7-label-desc{color:#787876;margin-left:0.1rem}
.j15-modal.j15-modal--white .wpcf7-form input[type="submit"]{width:100%;box-shadow:none;font-size:1rem;margin-top:1.5rem;padding:0.8125rem 1.5rem}
.j15-modal.j15-modal--white .wpcf7-form .wpcf7-response-output{color:black}
body .j15-modal.j15-modal--login:not(.j15-modal--club){padding-left:0.5rem;padding-right:0.5rem}
@media (min-width: 360px){body .j15-modal.j15-modal--login:not(.j15-modal--club){padding-left:1rem;padding-right:1rem}}
body .j15-modal.j15-modal--login:not(.j15-modal--club) .tingle-modal-box:before{font-size:2.75rem;top:-1.25rem}
@media (min-width: 768px){body .j15-modal.j15-modal--login:not(.j15-modal--club) .tingle-modal-box:before{font-size:6rem;top:-2.75rem}}
body .j15-modal.j15-modal--login:not(.j15-modal--club) .tingle-modal-box__content{padding-left:1rem;padding-right:1rem}
@media (min-width: 768px){body .j15-modal.j15-modal--login:not(.j15-modal--club) .tingle-modal-box__content{padding:1.5em}}
body .j15-modal.j15-modal--login:not(.j15-modal--club) .button-social{--tw-text-opacity:1;color:rgb(82 82 82 / var(--tw-text-opacity, 1))}
body .j15-modal.j15-modal--login:not(.j15-modal--club) .button-social:hover,body .j15-modal.j15-modal--login:not(.j15-modal--club) .button-social:focus,body .j15-modal.j15-modal--login:not(.j15-modal--club) .button-social:active{--tw-text-opacity:1;color:rgb(115 115 115 / var(--tw-text-opacity, 1))}
body .j15-modal.j15-modal--login:not(.j15-modal--club) .button-social--text-white{color:white}
body .j15-modal.j15-modal--login:not(.j15-modal--club) .button-social--text-white:hover,body .j15-modal.j15-modal--login:not(.j15-modal--club) .button-social--text-white:focus,body .j15-modal.j15-modal--login:not(.j15-modal--club) .button-social--text-white:active{color:white}
body .j15-modal.j15-modal--login:not(.j15-modal--club) .j15-modal-content--login{position:relative;padding-top:115px}
@media (min-width: 768px){body .j15-modal.j15-modal--login:not(.j15-modal--club) .j15-modal-content--login{padding-top:130px}}
body .j15-modal.j15-modal--login:not(.j15-modal--club) .j15-modal-content--login .col .col-inner{position:static}
body .j15-modal.j15-modal--login:not(.j15-modal--club) .j15-modal-content--shorter-enroll{padding-top:0}
body .j15-modal.j15-modal--login:not(.j15-modal--club) .j15-modal-content--shorter-enroll .heading-shorter-enroll{width:100%;margin-top:1.5rem}
@media (min-width: 768px){body .j15-modal.j15-modal--login:not(.j15-modal--club) .j15-modal-content--shorter-enroll .heading-shorter-enroll{margin-top:2.5rem}}
body .j15-modal.j15-modal--login:not(.j15-modal--club) .j15-modal-content--shorter-enroll .heading-shorter-enroll__title{text-align:center;margin:0;font-size:1.5rem}
@media (min-width: 768px){body .j15-modal.j15-modal--login:not(.j15-modal--club) .j15-modal-content--shorter-enroll .heading-shorter-enroll__title{font-size:1.9rem}}
body .j15-modal.j15-modal--login:not(.j15-modal--club) .j15-modal-content--shorter-enroll .asb-social-login{position:static;padding:1.5rem 0 0 0;margin-bottom:2.5rem}
.tingle-modal-box .ui-widget{font-family:inherit;font-size:1em}
.tingle-modal-box .ui-widget-content{color:inherit}
.tingle-modal-box .ui-tabs{border-radius:0;border:0 !important;background:transparent;padding:0;color:inherit;text-align:left}
.tingle-modal-box .ui-tabs-nav{padding:0;background:transparent;border:0;text-transform:uppercase}
.tingle-modal-box .ui-tabs-nav .ui-state-default{background:transparent;color:inherit;border-radius:0;border:1px solid rgba(255,255,255,0.3);border-bottom:0;cursor:pointer;margin-bottom:0 !important}
.tingle-modal-box .ui-tabs-nav .ui-state-default a{color:white}
.tingle-modal-box .ui-tabs-nav a{outline:none}
.tingle-modal-box .ui-tabs-nav .ui-tabs-active{font-weight:bold;border-bottom:0;box-shadow:0 1px 0 black;margin-bottom:0 !important}
.tingle-modal-box .ui-tabs-nav li{display:block;width:100%;box-sizing:border-box;text-align:center;transition:0.3s ease-in}
.tingle-modal-box .ui-tabs-nav li.ui-tabs-active{background:rgba(255,255,255,0.1)}
.tingle-modal-box .ui-tabs-nav li.ui-tabs-active a:before{display:inline-block;content:'\f0da';font-family:'FontAwesome' !important;margin-right:0.5rem}
@media (min-width: 768px){.tingle-modal-box .ui-tabs-nav li{display:inline-block;width:auto}.tingle-modal-box .ui-tabs-nav li.ui-tabs-active{background:transparent}.tingle-modal-box .ui-tabs-nav li.ui-tabs-active a:before{display:none}}
.tingle-modal-box .ui-tabs-panel{border:1px solid rgba(255,255,255,0.3)}
.tingle-modal-box .module{background:#fff;color:#50504e}
.j15-modal--coin .tingle-modal-box{position:relative}
.j15-modal--coin .tingle-modal-box:before{font-size:3.5em;content:"";display:block;position:absolute;top:-0.375em;left:50%;height:1em;width:1em;margin-left:-0.5em;background:url(../341f2e4c0a31103464e0.png) no-repeat center center;background-size:contain}
.j15-modal .j15-modal-coin__heading{font-size:1.125rem;line-height:1.4375rem;margin:2.5rem 0 1rem 0}
.j15-modal .j15-modal-coin__video{margin:0 0 1.25rem}
.j15-modal .j15-modal-coin__buy{margin:0 0 2rem 0}
.j15-modal .j15-modal-coin__buy--highlighted{color:#ddb103}
.j15-modal .j15-modal-coin__buttons{margin:0 0 1.5rem 0;display:flex;align-items:center;flex-direction:column}
@media (min-width: 768px){.j15-modal .j15-modal-coin__buttons{flex-direction:row;justify-content:space-between}}
.j15-modal .j15-modal-coin__form{width:100%;display:flex;justify-content:center;margin-bottom:1rem}
@media (min-width: 768px){.j15-modal .j15-modal-coin__form{margin-bottom:0}}
.j15-modal .j15-modal-coin__button{width:100%;max-width:17rem;text-transform:unset;margin:0;padding:1rem;transition:all .3s ease-in-out}
.j15-modal .j15-modal-coin__button--gray{background:#afafac}
.j15-modal .j15-modal-coin__button--gray:hover,.j15-modal .j15-modal-coin__button--gray:focus{background:#4F504E}
.j15-modal .j15-modal-coin__button:disabled{filter:grayscale(1)}
.j15-modal .j15-modal-coin__coin-current{font-size:0.8125rem;line-height:1rem}
.j15-modal .j15-modal-coin__coin-current--highlighted{color:#ddb103}
.j15-modal .j15-modal--cf7-contact#cf7-contact{display:block}
.j15-modal .j15-modal--cf7-contact .wpcf7-form label{color:#212121}
.j15-modal .j15-modal--cf7-contact .wpcf7-form input,.j15-modal .j15-modal--cf7-contact .wpcf7-form textarea,.j15-modal .j15-modal--cf7-contact .wpcf7-form select{padding:1rem;border-color:#212121}
@media (min-width: 768px){.j15-modal .j15-modal--cf7-contact .wpcf7-form input,.j15-modal .j15-modal--cf7-contact .wpcf7-form textarea,.j15-modal .j15-modal--cf7-contact .wpcf7-form select{padding:1rem 2rem}}
#cf7-contact{display:none}
#inner-header{position:relative}
body #site-navigation{height:100%;position:absolute;top:50%;right:0;margin-top:-1.15em}
@media (min-width: 1030px){body #site-navigation{position:static;right:auto;float:left;margin-top:0}}
body #site-navigation .site-nav{display:none}
body #site-navigation .site-nav .social-link{font-size:1.1em}
body #site-navigation .site-nav .j15-social-links li+li .social-link{padding-left:0}
body #site-navigation .menu-toggle{background:transparent;border:none;color:#fff;font-weight:bold;font-size:1.66em;float:right;padding:0;line-height:1em;padding-top:0.05em;box-shadow:none}
#j15-main-mobile-menu{font-size:1.25em}
#j15-main-mobile-menu .custom-logo-link{height:3em;width:auto;margin-bottom:1em;opacity:0.9;transition:0.2s ease-in}
#j15-main-mobile-menu .custom-logo-link img{height:100%;width:auto}
#j15-main-mobile-menu .custom-logo-link:hover,#j15-main-mobile-menu .custom-logo-link:focus{opacity:1}
#j15-main-mobile-menu .menu-item{width:auto;float:left;clear:left}
#j15-main-mobile-menu .menu-item.menu-item--featured,#j15-main-mobile-menu .menu-item .menu-item--featured a{color:#dd8812;font-weight:bold}
#j15-main-mobile-menu .menu-item.menu-item--featured>.sub-menu a,#j15-main-mobile-menu .menu-item .menu-item--featured a>.sub-menu a{color:white}
#j15-main-mobile-menu a{text-decoration:none;font-weight:bold;padding:0.55em;font-size:0.9em;transition:0.3s ease-in 0.15s;display:block;width:100%;position:relative;color:#fff;z-index:211;text-align:left;outline-width:0}
#j15-main-mobile-menu a span{position:relative}
#j15-main-mobile-menu a span:before{content:"";border-bottom:1px solid rgba(255,255,255,0.6);opacity:0;display:block;position:absolute;width:0;bottom:-0.6em;transition:0.2s ease-in;left:0}
#j15-main-mobile-menu a:hover,#j15-main-mobile-menu a:focus{outline-width:0;color:rgba(255,255,255,0.8)}
#j15-main-mobile-menu a:hover span:before,#j15-main-mobile-menu a:focus span:before{opacity:1;width:100%}
#j15-main-mobile-menu li{margin-top:0;display:block}
#j15-main-mobile-menu li.menu-item-has-children>a:after{content:"";font-family:'FontAwesome' !important;display:inline-block;margin-left:0.45em}
#j15-main-mobile-menu li.menu-item-has-children>.sub-menu{opacity:0;overflow:hidden;height:0;transition:0.3s ease-in}
#j15-main-mobile-menu li.menu-item-has-children .menu-item-has-children a:after{content:none}
#j15-main-mobile-menu li.menu-item-has-children .menu-item-has-children .sub-menu{opacity:1;overflow:visible;padding-left:2rem}
#j15-main-mobile-menu li.menu-item-has-children .menu-item-has-children .sub-menu a{font-size:0.875rem;line-height:1.0625rem;font-weight:normal;padding:0.8em 0.55rem}
#j15-main-mobile-menu li.menu-item-has-children.active>a:after{content:""}
#j15-main-mobile-menu li.menu-item-has-children.active>.sub-menu{display:block;opacity:1;z-index:910;height:auto}
#j15-main-mobile-menu li.menu-item-has-children.active>.sub-menu li{margin-top:0}
#j15-main-mobile-menu .sub-menu{margin:0;font-size:0.8em;font-weight:normal}
#j15-main-mobile-menu .sub-menu a{font-weight:normal}
@media (min-width: 1030px){body #site-navigation{font-family:"Lato",Arial,sans-serif}body #site-navigation .site-nav{display:block}body #site-navigation #site-nav{float:left}body #site-navigation .top-nav{position:absolute;top:50%;line-height:1em;margin-top:-1em;font-weight:normal;font-size:0.825em}}
@media screen and (min-width: 1030px) and (min-width: 1030px) and (max-width: 1310px){body #site-navigation .top-nav{font-size:0.75em}}
@media (min-width: 1030px){body #site-navigation .top-nav>a{letter-spacing:0.05em}body #site-navigation .top-nav a{position:relative;font-weight:normal;color:#fff;text-decoration:none;padding:0.35em 0.75em;text-transform:uppercase;transition:0.3s ease-in}}
@media screen and (min-width: 1030px) and (min-width: 1030px) and (max-width: 1335px){body #site-navigation .top-nav a{padding:0.35em 0.5em}}
@media (min-width: 1030px){body #site-navigation .top-nav a span{position:relative}body #site-navigation .top-nav a span:before{content:"";border-bottom:1px solid rgba(255,255,255,0.6);opacity:0;display:block;position:absolute;width:0;bottom:-0.6em;transition:0.2s ease-in;left:0}body #site-navigation .top-nav a:hover,body #site-navigation .top-nav a:focus{color:white}body #site-navigation .top-nav a:hover span:before,body #site-navigation .top-nav a:focus span:before{opacity:1;width:100%}body #site-navigation .top-nav .current-menu-item>a span{position:relative}body #site-navigation .top-nav .current-menu-item>a span:before{content:"";opacity:1;border-bottom:1px solid rgba(255,255,255,0.1);display:block;position:absolute;width:100%;bottom:-0.6em;left:0}body #site-navigation .top-nav .menu-item--featured a{color:#dd8812;font-weight:bold}body #site-navigation .top-nav .menu-item--featured>.sub-menu a{color:white}body #site-navigation .top-nav .menu-item-has-children>a{display:flex;justify-content:space-between;border:0}body #site-navigation .top-nav .menu-item-has-children>a:after{font-family:'FontAwesome' !important;content:"";display:inline-block;margin-left:0.33em}body #site-navigation .top-nav .menu-item-has-children .menu-item-has-children>a{font-size:0.8125rem}body #site-navigation .top-nav .menu-item-has-children .menu-item-has-children>a:after{display:flex;align-items:center;content:"\f105";font-size:1.5rem;margin-left:1.5625rem;font-weight:500}body #site-navigation .top-nav .menu-item-has-children .menu-item-has-children .sub-menu{box-shadow:none;transition:none;padding-top:0;margin-bottom:0;background:#353733;opacity:0.95}body #site-navigation .top-nav .menu-item-has-children .menu-item-has-children .sub-menu>li{transition:none}body #site-navigation .top-nav .menu-item-has-children .menu-item-has-children .sub-menu>li>a{width:11.25rem}body #site-navigation .top-nav .menu-item-has-children .menu-item-has-children .sub-menu>li>a:hover{background:rgba(255,255,255,0.1);color:white}body #site-navigation .top-nav .menu-item-has-children .menu-item-has-children .sub-menu>li>a span{font-size:0.8125rem;line-height:1rem}body #site-navigation .top-nav .sub-menu{border:none;background:rgba(33,33,35,0.92);padding-top:0.4em;box-shadow:0 0.5em 0.5em #191d24 inset;transition:0.3s ease-in;overflow:unset}body #site-navigation .top-nav .sub-menu li.current-menu-item a{font-weight:bold}body #site-navigation .top-nav .sub-menu li.current-menu-item a span{border:0}body #site-navigation .top-nav .sub-menu li.current-menu-item a span:after{display:none}body #site-navigation .top-nav .sub-menu li:hover>.sub-menu{background:#363636;opacity:0.95}body #site-navigation .top-nav .sub-menu .menu-item{font-size:0.8125rem;line-height:1rem}body #site-navigation .top-nav .sub-menu a{text-transform:none;padding-top:1em;padding-bottom:1em}body #site-navigation .top-nav .sub-menu a span:before{display:none}body #site-navigation .top-nav .sub-menu a:hover,body #site-navigation .top-nav .sub-menu a:focus{background:rgba(255,255,255,0.1)}body #site-navigation .top-nav .sub-menu a:hover span:before,body #site-navigation .top-nav .sub-menu a:focus span:before{display:none}body #site-navigation .menu-toggle{display:none}}
.menu-klub-asbiro-container{margin-bottom:0.3rem}
.asb-summary{margin:2.8125rem auto 5.3125rem auto}
.asb-summary:first-child{margin-top:0.5rem}
@media (min-width: 768px){.asb-summary{margin:3.5rem auto 3.75rem auto}.asb-summary:first-child{margin-top:0}}
.asb-summary__list{display:flex;flex-direction:column;flex-wrap:wrap;list-style:none !important;margin:0 !important;position:relative;left:50%;transform:translateX(-50%)}
@media (min-width: 768px){.asb-summary__list{flex-direction:row;width:880px;max-width:95vw}}
.asb-summary__item{display:flex;align-items:flex-start;width:100%;margin-top:1.875rem}
@media (min-width: 768px){.asb-summary__item{width:33%;padding-right:0.9375rem;margin-top:2.1875rem}}
.asb-summary__item__image{width:3rem !important;min-width:3rem !important;height:auto}
@media (min-width: 768px){.asb-summary__item__image{width:3.75rem !important;min-width:3.75rem !important}}
.asb-summary__item__title{margin-left:0.9375rem;font-family:"Merriweather";font-weight:bold;font-size:1rem;line-height:1.3rem;color:#396105;margin-top:0.3125rem}
@media (min-width: 768px){.asb-summary__item__title{font-size:1.125rem;line-height:1.4rem}}
.asb-summary ul.asb-summary__list li.asb-summary__item{padding-left:0}
.asb-summary ul.asb-summary__list li.asb-summary__item img.asb-summary__item__image{margin:0}
.asb-summary ul.asb-summary__list li.asb-summary__item+li.asb-summary__item{margin-top:1.875rem}
@media (min-width: 768px){.asb-summary ul.asb-summary__list li.asb-summary__item+li.asb-summary__item{margin-top:2.1875rem}}
.course-panel-toolbar{padding:0.5rem;font-size:1rem;text-align:center;display:block;font-weight:bold}
.course-panel-toolbar--member{background:#ddb103;color:#fff}
.course-panel-toolbar--member a{color:#507c21;transition:0.3s ease-in}
.course-panel-toolbar__icon{opacity:0.85;margin-right:0.5rem}
.course-panel-toolbar__link{display:block}
@media (min-width: 768px){.course-panel-toolbar__link{margin-left:1rem;display:inline-block}}
.entry-content .course-panel-toolbar:first-child{margin-top:-0.5rem;margin-bottom:0;padding:0.66rem}
.information-bar-block .information-bar{position:fixed;left:0;z-index:500;padding:1rem 2rem;background-color:#ddb103;width:100%;box-shadow:0 0 2.5rem rgba(0,0,0,0.2);transition:0.3s ease-in;color:#2e5b18;text-align:center}
@media (min-width: 768px){.information-bar-block .information-bar{align-items:center;padding:2rem 2rem 2rem 12.625rem}}
@media (min-width: 1030px){.information-bar-block .information-bar{padding-right:8.5rem}}
.information-bar-block .information-bar--top{top:500px}
.information-bar-block .information-bar--bottom{bottom:0}
.information-bar-block .information-bar--white{background-color:white;border:0.125rem solid #438523}
.information-bar-block .information-bar__img{position:absolute;left:-1.6rem;top:50%;transform:translateY(-50%);width:5.775rem;height:6.15rem;z-index:501;opacity:0.1}
@media (min-width: 768px){.information-bar-block .information-bar__img{left:2.0625rem}}
@media (min-width: 1030px){.information-bar-block .information-bar__img{width:7rem;height:auto;left:50%;transform:translate(12rem, -50%)}}
.information-bar-block .information-bar__img__bg{fill:#ddb103}
.information-bar-block .information-bar__img__bg--green{fill:#438523}
.information-bar-block .information-bar__main-content{display:inline-block;clear:both;position:relative;z-index:502}
.information-bar-block .information-bar__main-content a{transition:0.3s ease-in;text-decoration:none}
.information-bar-block .information-bar__cta-button{display:block;background:#fff;margin-top:0.5rem;font-weight:bold;text-transform:uppercase;padding:0.45rem 0.8rem;font-size:0.85rem}
@media (min-width: 768px){.information-bar-block .information-bar__cta-button{display:inline-block;padding:0.3rem 0.8rem}}
.information-bar-block .information-bar__info--green{color:#438523}
.information-bar-block .information-bar__info--yellow{color:#ddb103}
.information-bar-block .information-bar__info--bold{font-weight:bold;margin-right:1rem}
.information-bar-block .information-bar__info--bold--green{color:#438523}
.information-bar-block .information-bar__close-text{display:flex;align-items:center;justify-content:center;background:transparent;box-shadow:none;padding:0;text-transform:none;transition:0.3s ease-in;clear:both;margin:0.5rem auto 0 auto}
.information-bar-block .information-bar__close-text span{font-size:0.875rem;line-height:1rem;font-weight:normal !important;text-decoration:underline}
.information-bar-block .information-bar__close-text span:hover{text-decoration:none}
.information-bar-block .information-bar__close-text .fa-times{text-decoration:none}
.information-bar-block .information-bar__close{font-family:'FontAwesome';position:absolute;right:0.25rem;top:0.25rem;font-style:normal;width:1.875rem;height:1.875rem;cursor:pointer;color:white;opacity:0.7;padding:0;margin:0;background:transparent;box-shadow:none}
.information-bar-block .information-bar__close:hover{opacity:1}
.information-bar-block .information-bar__close i{font-style:normal}
.information-bar-block .information-bar__close--green{background-color:#438523}
.information-bar-block .information-bar__close .fa-times{font-size:1.125rem}
body #cmplz-manage-consent .cmplz-btn{background:white;position:fixed;right:0.5rem;bottom:4rem !important;font-size:0;border-radius:500px;height:44.8px;width:44.8px;min-width:auto;box-sizing:border-box;padding:0;box-shadow:0.4rem 0.4rem 1rem rgba(25,29,36,0.45);border:1px solid #ddd;text-align:center;z-index:900}
body #cmplz-manage-consent .cmplz-btn:after{display:block;content:' ';position:absolute;width:60%;height:60%;max-width:2rem;max-height:2rem;left:20%;top:20%;background-image:url(../78bb9f4f3a880d4c1cb6.svg);background-size:contain;background-position:center;background-repeat:no-repeat}
@media (min-width: 1030px){body #cmplz-manage-consent .cmplz-btn{left:0.5rem;right:0;bottom:0.5rem !important;border-radius:0;width:10rem;font-size:1rem;opacity:0.8;padding-left:1.65rem;transition:0.3s ease-in;box-shadow:none}body #cmplz-manage-consent .cmplz-btn:hover,body #cmplz-manage-consent .cmplz-btn:focus{transform:scale(1.05);opacity:1}body #cmplz-manage-consent .cmplz-btn:after{left:0.5rem;top:22%;right:auto}}
body{font-family:"Lato",Arial,sans-serif;font-size:100%;line-height:1.5;color:#50504e;background-color:#f4f4f1;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"tnum" off}
#container{background-color:#fff;max-width:1500px;padding:0;box-sizing:border-box;min-height:100vh;margin:0 auto}
@media (min-width: 1500px){#container{padding:0 0.5em}}
.font-lato{font-family:"Lato","Arial",sans-serif}
.flex-clear,.flex-clear--2,.flex-clear--3{flex-basis:100%}
a.neutral{color:inherit;text-decoration:inherit}
a.neutral:hover,a.neutral:focus{color:inherit}
.wrap{width:96%;margin:0 auto}
a{color:#558423}
a:hover,a:focus{color:#6ca82d}
a:link{-webkit-tap-highlight-color:rgba(0,0,0,0.3)}
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{text-rendering:optimizelegibility;font-weight:700;font-family:"Merriweather",serif}
h1 a,.h1 a,h2 a,.h2 a,h3 a,.h3 a,h4 a,.h4 a,h5 a,.h5 a,h6 a,.h6 a{text-decoration:none}
h1.neutral,.h1.neutral,h2.neutral,.h2.neutral,h3.neutral,.h3.neutral,h4.neutral,.h4.neutral,h5.neutral,.h5.neutral,h6.neutral,.h6.neutral{color:inherit}
h1 .fa,.h1 .fa,h2 .fa,.h2 .fa,h3 .fa,.h3 .fa,h4 .fa,.h4 .fa,h5 .fa,.h5 .fa,h6 .fa,.h6 .fa{margin-right:0.4em}
.header{background-color:#191d24;padding:1em;position:relative;margin-bottom:8px}
#logo{margin:0;margin-right:1em;font-size:1.5em;text-transform:uppercase;font-weight:bold;float:left}
@media (min-width: 1500px){#logo{margin-right:2em}}
@media (min-width: 1200px){#logo{margin-top:0.5rem}}
#logo a{color:#fff}
.nav{border-bottom:0;margin:0}
.nav li a{display:block}
.nav li a:hover,.nav li a:focus{text-decoration:none !important}
.nav.menu-item.menu-item--featured,.nav.menu-item.menu-item--featured a{color:#dd8812;font-weight:bold}
#content{margin-top:1.5em}
.hentry{background-color:#fff}
.hentry+.hentry{margin-top:1em}
@media (min-width: 768px){.hentry+.hentry{margin-top:4.5em}}
.hentry>footer{padding:2em 0;text-align:center;text-transform:uppercase;font-size:0.75em}
.hentry>footer p{margin:0}
.single-title,.page-title,.entry-title{margin:0}
.byline{color:#9fa6b4;font-style:italic;margin:0}
.entry-content p{margin:0 0 1.5em}
.entry-content li{padding-left:0.5em}
.entry-content ul,.entry-content ol{margin:1em 0  1.5em 1em}
.entry-content ul.reset,.entry-content ol.reset{margin:0}
.entry-content ul li+li,.entry-content ol li+li{margin-top:0.75em}
.entry-content ul ul,.entry-content ul ol,.entry-content ol ul,.entry-content ol ol{margin:0.66em 0  1.2em 1em}
@media (min-width: 768px){.entry-content ul,.entry-content ol{margin:1em 0  1.5em 1em}.entry-content ul ul,.entry-content ul ol,.entry-content ol ul,.entry-content ol ol{margin:0.66em 0  1.2em 1em}}
.entry-content ul{list-style:circle}
.entry-content ul.asbiro-list,.entry-content ul.asbiro-list-1{margin-left:0;list-style:none}
.entry-content ul.asbiro-list li,.entry-content ul.asbiro-list-1 li{padding-left:2em;background:url(../85462dd8a87600a47796.png) no-repeat left 2px}
.entry-content ul.asbiro-list-2{list-style:none;margin-left:0}
.entry-content ul.asbiro-list-2 li{padding-left:2em;background:url(../b01cf14e4efe98303e78.png) no-repeat left 2px}
.entry-content ul.checklist{margin-left:0;list-style:none}
.entry-content ul.checklist li{padding-left:2em;position:relative}
.entry-content ul.checklist li:before{display:block;position:absolute;left:0;top:0;color:#2e5b18;content:'\f00c';font-family:'FontAwesome' !important}
.entry-content ol{list-style:decimal}
.entry-content table{width:100%;border:0;margin-bottom:1.5em}
.entry-content table caption{margin:0 0 7px;font-size:0.75em;color:#9fa6b4;text-transform:uppercase;letter-spacing:1px}
.entry-content td{padding:7px}
.entry-content td:last-child{border-right:0}
.entry-content th{background-color:#f6f6f6}
.entry-content th:last-child{border-right:0}
.entry-content blockquote{margin:0;font-style:italic;color:#5d5d5b;position:relative;padding-left:2em;font-family:"Merriweather",serif}
.entry-content blockquote:before{position:absolute;left:0;font-family:"Merriweather",serif;top:-1rem;content:"\201D";display:block;font-size:2.35em;opacity:0.8}
.entry-content blockquote br:first-child{display:none}
@media (min-width: 768px){.entry-content blockquote{padding-left:0;margin:0.3em 0}.entry-content blockquote:before{top:-1rem;left:-1em;font-size:4.45em}}
.entry-content dd{margin-left:0;font-size:0.9em;color:#787878;margin-bottom:1.5em}
.entry-content img{margin:0 0 1.5em 0;max-width:100%;height:auto}
.entry-content .size-auto,.entry-content .size-full,.entry-content .size-large,.entry-content .size-medium,.entry-content .size-thumbnail{max-width:100%;height:auto}
.entry-content pre{background:#191d24;color:#f6f6f6;font-size:0.9em;padding:1.5em;margin:0 0 1.5em;border-radius:3px}
.wp-caption{max-width:100%;background:#eee;padding:5px;margin-bottom:1.33em}
.wp-caption img{max-width:100%;margin-bottom:0;width:100%}
.wp-caption p.wp-caption-text{font-size:0.85em;margin:4px 0 7px;text-align:center}
.wp-caption .tags{margin:0}
.wp-caption .pagination,.wp-caption .wp-prev-next{margin:1.5em 0}
.wp-caption .pagination{text-align:center}
.wp-caption .pagination ul{display:inline-block;background-color:#fff;white-space:nowrap;padding:0;clear:both;border-radius:3px}
.wp-caption .pagination li{padding:0;margin:0;float:left;display:inline;overflow:hidden;border-right:1px solid #eaedf2}
.wp-caption .pagination a,.wp-caption .pagination span{margin:0;text-decoration:none;padding:0;line-height:1em;font-size:1em;font-weight:normal;padding:0.75em;min-width:1em;display:block;color:#2980b9}
.wp-caption .pagination a:hover,.wp-caption .pagination a:focus,.wp-caption .pagination span:hover,.wp-caption .pagination span:focus{background-color:#2980b9;color:#fff}
.wp-caption .pagination .current{cursor:default;color:#50504e}
.wp-caption .pagination .current:hover,.wp-caption .pagination .current:focus{background-color:#fff;color:#50504e}
.wp-caption .wp-prev-next .prev-link{float:left}
.wp-caption .wp-prev-next .next-link{float:right}
.wp-caption #comments-title{padding:0.75em;margin:0;border-top:1px solid #f6f6f6}
.wp-caption .commentlist{margin:0;list-style-type:none}
.wp-caption .comment{position:relative;clear:both;overflow:hidden;padding:1.5em;border-bottom:1px solid #f6f6f6}
.wp-caption .comment .comment-author{padding:7px;border:0}
.wp-caption .comment .vcard{margin-left:50px}
.wp-caption .comment .vcard cite.fn{font-weight:700;font-style:normal}
.wp-caption .comment .vcard time{display:block;font-size:0.9em;font-style:italic}
.wp-caption .comment .vcard time a{color:#9fa6b4;text-decoration:none}
.wp-caption .comment .vcard time a:hover{text-decoration:underline}
.wp-caption .comment .vcard .avatar{position:absolute;left:16px;border-radius:50%}
.wp-caption .comment:last-child{margin-bottom:0}
.wp-caption .comment .children{margin:0}
.wp-caption .comment[class*=depth-]{margin-top:1.1em}
.wp-caption .comment.depth-1{margin-left:0;margin-top:0}
.wp-caption .comment:not(.depth-1){margin-top:0;margin-left:7px;padding:7px}
.wp-caption .comment.odd{background-color:#fff}
.wp-caption .comment.even{background:#f6f6f6}
.wp-caption .comment_content p{margin:0.7335em 0 1.5em;font-size:1em;line-height:1.5em}
.wp-caption .comment-reply-link{font-size:0.9em;float:right}
.wp-caption .comment-edit-link{font-style:italic;margin:0 7px;text-decoration:none;font-size:0.9em}
.wp-caption .comment-respond{padding:1.5em;border-top:1px solid #f6f6f6}
.wp-caption #reply-title{margin:0}
.wp-caption .logged-in-as{color:#9fa6b4;font-style:italic;margin:0}
.wp-caption .logged-in-as a{color:#50504e}
.wp-caption .comment-form-comment{margin:1.5em 0 0.75em}
.wp-caption .form-allowed-tags{padding:1.5em;background-color:#f6f6f6;font-size:0.9em}
.wp-caption #submit{float:right;font-size:1em}
.wp-caption #comment-form-title{margin:0 0 1.1em}
.wp-caption #allowed_tags{margin:1.5em 10px 0.7335em 0}
.wp-caption .nocomments{margin:0 20px 1.1em}
.wp-caption .no-widgets{background-color:#fff;padding:1.5em;text-align:center;border:1px solid #ccc;border-radius:2px;margin-bottom:1.5em}
.wp-caption .footer{clear:both;background-color:transparent;text-align:center;padding:0.75em 1em}
.wp-caption .footer p{margin:0 0 0.5em}
.article.article--webinar{width:100%;max-width:100%;padding:0}
.article.article--webinar .entry-content--webinar{padding:0 1.5rem;max-width:47.75rem;margin:0 auto}
.article.article--webinar .entry-content--webinar-video{padding:0 1.5rem;margin:0 auto;max-width:53rem}
@media only screen and (min-width: 481px){.entry-content .alignleft,.entry-content img.alignleft{margin-right:1.5em;display:inline;float:left}.entry-content .alignright,.entry-content img.alignright{margin-left:1.5em;display:inline;float:right}.entry-content .aligncenter,.entry-content img.aligncenter{margin-right:auto;margin-left:auto;display:block;clear:both}}
@media only screen and (min-width: 768px){.wrap{width:760px}.nav{border:0}.nav ul{background:#191d24;margin-top:0}.nav li{float:left;position:relative}.nav li a{border-bottom:0}.nav li a:hover,.nav li a:focus{color:#fff;text-decoration:underline}.nav li ul.sub-menu,.nav li ul.children{margin-top:0;border-top:0;position:absolute;visibility:hidden;z-index:8999}.nav li ul.sub-menu li a,.nav li ul.children li a{padding-left:10px;border-right:0;display:block;width:220px;border-bottom:0}.nav li ul.sub-menu li:last-child a,.nav li ul.children li:last-child a{border-bottom:0}.nav li ul.sub-menu li ul,.nav li ul.children li ul{top:0;left:100%}.nav li:hover>ul{top:auto;visibility:visible}.sidebar{margin-top:2.2em}.widgettitle{margin-bottom:0.75em}.widget{padding:0 10px;margin:2.2em 0}.widget ul li{margin-bottom:0.75em}.widget ul li ul{margin-top:0.75em;padding-left:1em}}
@media only screen and (min-width: 1030px){.wrap{width:1040px}}
#logo{max-width:75%;font-size:1em}
#logo img.custom-logo{max-height:2.65em;height:2.65rem;max-width:100%;width:auto}
@media (min-width: 1200px){#logo img.custom-logo{height:2.65rem;max-height:2.65em}}
@media (min-width: 1300px){#logo{margin-left:0}#logo img.custom-logo{height:3rem;max-height:3em}}
@media (min-width: 1500px){#logo{margin-left:1em}#logo img.custom-logo{height:3rem;max-height:3em}}
@media screen and (min-width: 1030px) and (max-width: 1350px){#logo{margin-right:0.5em}}
#content{position:relative;margin-top:0}
.wrap--small{max-width:20rem;margin-right:auto;margin-left:auto}
.wrap--ms{max-width:30rem;margin-right:auto;margin-left:auto}
.wrap--mid{max-width:42.5em;margin-right:auto;margin-left:auto}
.wrap--large{max-width:50em;margin-right:auto;margin-left:auto}
.empty,.entry-content .empty{margin:1em 0;text-align:center;font-style:italic;color:#5d5d5b}
.text-col{max-width:42.5em;display:block;margin-right:auto;margin-left:auto}
.hl-box-shadow{background:#fff;padding:2rem;box-shadow:0.5rem 0.5rem 1.5rem rgba(25,29,36,0.1)}
body .box__header{color:inherit}
body .box__header i{display:block;margin-bottom:0.5em}
@media (min-width: 768px){body .box__header i{display:inline-block;margin-bottom:0}}
body .box--warn{color:#9e0000;margin-bottom:2rem;transition:0.3s ease-in}
body .box--warn:active,body .box--warn:focus{outline:none;box-shadow:0.5rem 0.5rem 2rem rgba(158,0,0,0.45)}
@media (min-width: 768px){.content-block{padding:0}.pull-right-tablet{float:right}.pull-right-left{float:left}}
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5{text-rendering:optimizelegibility;font-weight:bold;color:#191d24}
h1 a,.h1 a,h2 a,.h2 a,h3 a,.h3 a,h4 a,.h4 a,h5 a,.h5 a{text-decoration:none}
.noaccess-wrap{text-align:center;margin:3rem auto 0;max-width:24rem}
@media (min-width: 768px){.noaccess-wrap{margin-top:5rem}}
a.neutral,body a.neutral{color:inherit}
a.neutral:hover,a.neutral:focus,body a.neutral:hover,body a.neutral:focus{color:inherit}
h1,.h1{font-size:1.6em;line-height:1.333em;margin-top:0.67em;margin-bottom:0.67em}
h2,.h2{font-size:1.4em;line-height:1.4em;margin-top:0.83em;margin-bottom:0.375em}
h3,.h3{font-size:1.2em;margin-top:1em;margin-bottom:1em}
h4,.h4{font-size:1.1em;font-weight:700;margin-top:1.33em;margin-bottom:1.33em}
h5,.h5{font-size:0.846em;line-height:2.09em;text-transform:uppercase;letter-spacing:2px;font-family:"Lato",Arial,sans-serif;margin-top:1.67em;margin-bottom:1.67em}
h6,.h6{font-size:0.8em;line-height:2.09em;text-transform:uppercase;font-family:"Lato",Arial,sans-serif;margin-top:2.33em;margin-bottom:2.33em}
@media (min-width: 768px){h1,.h1{font-size:2.5em}h2,.h2{font-size:1.75em}h3,.h3{font-size:1.4em}h4,.h4{font-size:1.1em;font-weight:700}h5,.h5{font-size:0.846em}}
.asb-section-decorator{width:2em;height:2em;margin:0 auto;position:absolute;z-index:100;top:0;left:50%;transform:translate(-50%, -50%);text-align:center;vertical-align:middle;background:#fff;border-radius:50%;font-size:1.6em}
.asb-section-decorator img{margin:0;width:1em;position:relative;top:50%;transform:translateY(-50%);height:auto}
address{margin-bottom:1em}
hr{border:1px solid #eaedf2;margin:1.5em 0}
.page-title,.single-title,.entry-title{font-weight:bold;text-align:center;color:#191d24}
.page-title a,.single-title a,.entry-title a{color:#191d24}
.article{padding:0 24px;margin-bottom:32px}
.article--no-bottom-margin{margin-bottom:0px}
.article.article--full,.article.article--utility-full{width:100%;max-width:100%;padding:0}
.article.article--full .entry-content,.article.article--full .article__intro,.article.article--utility-full .entry-content,.article.article--utility-full .article__intro{padding:0 24px}
.article.article--full .text-col,.article.article--utility-full .text-col{width:100%;max-width:100%}
.article.article--elementor{margin-bottom:8px}
.article.article--utility,.article.article--utility-video{width:100%;max-width:100%;padding:0}
.article.article--utility .entry-content,.article.article--utility .article__intro,.article.article--utility-video .entry-content,.article.article--utility-video .article__intro{max-width:42.5em;padding:0 24px;margin-right:auto;margin-left:auto}
.article .article__intro{font-size:1em;text-align:center;margin-bottom:2em;font-weight:bold;font-style:italic;color:#443e3b;font-family:"Merriweather",serif}
.article-header{padding:2.5em 1.5em 1.5em;text-align:center}
.article-header .page-title{font-family:"Merriweather",serif}
.article-header .subtitle{font-size:0.7em;font-weight:normal;text-transform:uppercase;font-family:"Lato",Arial,sans-serif;text-align:center;margin-bottom:1.5em;letter-spacing:2px;font-weight:bold}
.header-backlink{margin:1em auto 0;color:#fff;text-decoration:none;transition:0.3s ease-in;display:inline-block;text-align:center}
@media (min-width: 768px){.header-backlink{margin-top:3em;font-size:1em;font-weight:bold;padding:0.5em 0.75em;border:1px solid rgba(255,255,255,0.35);width:auto;text-transform:uppercase}.header-backlink:hover,.header-backlink:focus{background:#fff;text-shadow:none;border-color:#fff;color:#112d0a}}
@media (min-width: 1030px){.header-backlink{margin-top:4em}}
.article-header--utility,.article-header--utility-video,.article-header--utility-full{padding:0;text-shadow:1px 1px 0.66em rgba(25,29,36,0.5);margin-bottom:1em;color:#fff}
.article-header--utility .article-header__bg,.article-header--utility-video .article-header__bg,.article-header--utility-full .article-header__bg{width:100%;padding:36px 24px;background-size:cover;background-color:#558423}
.article-header--utility .article-header__bg--landing,.article-header--utility-video .article-header__bg--landing,.article-header--utility-full .article-header__bg--landing{padding-top:3rem}
.article-header--utility .article-header__bg--landing .page-title,.article-header--utility-video .article-header__bg--landing .page-title,.article-header--utility-full .article-header__bg--landing .page-title{font-weight:bold;font-size:1.625rem;line-height:2rem}
@media (min-width: 768px){.article-header--utility .article-header__bg--landing .page-title,.article-header--utility-video .article-header__bg--landing .page-title,.article-header--utility-full .article-header__bg--landing .page-title{font-size:3.3125rem;line-height:4.1875rem}}
.article-header--utility h1,.article-header--utility .h1,.article-header--utility h2,.article-header--utility .h2,.article-header--utility h3,.article-header--utility .h3,.article-header--utility h4,.article-header--utility .h4,.article-header--utility h5,.article-header--utility .h5,.article-header--utility h6,.article-header--utility .h6,.article-header--utility-video h1,.article-header--utility-video .h1,.article-header--utility-video h2,.article-header--utility-video .h2,.article-header--utility-video h3,.article-header--utility-video .h3,.article-header--utility-video h4,.article-header--utility-video .h4,.article-header--utility-video h5,.article-header--utility-video .h5,.article-header--utility-video h6,.article-header--utility-video .h6,.article-header--utility-full h1,.article-header--utility-full .h1,.article-header--utility-full h2,.article-header--utility-full .h2,.article-header--utility-full h3,.article-header--utility-full .h3,.article-header--utility-full h4,.article-header--utility-full .h4,.article-header--utility-full h5,.article-header--utility-full .h5,.article-header--utility-full h6,.article-header--utility-full .h6{color:inherit}
.sidebar{margin-top:0}
.sidebar+.sidebar{margin-top:1em}
@media (min-width: 768px){.sidebar+.sidebar{margin-top:2.5em}}
.message-2{text-align:center}
.message-2 ul li{list-style:none}
.message-2.message-red{color:#9e0000;font-weight:bold}
.j15-icon-primary{font-size:3em;margin:0.3em auto;color:#e7e7e7;display:block;text-align:center}
.icon-message{text-align:center;fot-weight:bold}
.icon-message .fa{font-size:3em;margin:0.3em auto;margin-bottom:16px;display:block;margin-bottom:0.33em}
.icon-message--red{color:#9e0000}
body.blog .content-wrap{margin-bottom:4em}
.quote-container .author{text-align:right;display:block}
.quote-container .author-desc{display:block;text-align:right}
.content-wrap .media-img img{top:0;position:relative;transition:0.3s ease-in-out}
.content-wrap .media-img img:hover,.content-wrap .media-img img:focus{box-shadow:1em 1em 3em rgba(25,29,36,0.2)}
@media (min-width: 768px){.article{padding:0;margin-bottom:64px}.article.article--utility .entry-content--utility-full,.article.article--utility-video .entry-content--utility-full,.article.article--utility-full .entry-content--utility-full{padding:0}.article .article__intro{font-size:1.2em;margin-bottom:3em;margin-top:1em}.article-header{padding:4.5em 1.5em}.article-header--utility,.article-header--utility-video,.article-header--utility-full{padding:0;margin-bottom:2em}.article-header--utility .article-header__bg,.article-header--utility-video .article-header__bg,.article-header--utility-full .article-header__bg{padding:8.5em}.article-header--utility .article-header__bg--landing,.article-header--utility-video .article-header__bg--landing,.article-header--utility-full .article-header__bg--landing{padding:9.5rem}.page-style-decorated .article{box-sizing:content-box;padding:40px 80px 80px;margin-top:-96px}.page-style-decorated .article .article-header-deco{height:0;width:100%;position:relative}.page-style-decorated .article .article-header-deco:before{position:absolute;width:68px;height:100px;background:url(../181596cdfa102fd71f92.png) no-repeat top left;opacity:0.3;right:-5rem;transform:translateX(100%);display:block;content:""}.page-style-decorated .hentry .article-header--page{padding:32px 16px 64px}.hentry .article-header--page{position:relative;background:#fff}.hentry .article-header--page .page-title{font-size:3.2em}.hentry .article-header--page .subtitle{font-size:1em}.hentry .article-header--page .subtitle:after{margin:3em auto}}
.article-header.article-header--mini{margin-bottom:3em}
.article-header.article-header--mini .article-header__bg{padding:1.5em;background-position:center center;color:#fff}
.article-header.article-header--mini .page-title,.article-header.article-header--mini .page-title a{font-size:1.1em;color:#fff}
.article-header.article-header--mini.article-header--over-header{margin-bottom:8px}
.article-header__bg--noimg,.article-header--utility .article-header__bg--noimg,.article-header--utility-video .article-header__bg--noimg,.article-header--utility--full .article-header__bg--noimg{background:#efefef;text-align:center;padding:24px;margin-bottom:16px;color:#191d24;text-shadow:none}
.article-header__bg--noimg .page-title,.article-header--utility .article-header__bg--noimg .page-title,.article-header--utility-video .article-header__bg--noimg .page-title,.article-header--utility--full .article-header__bg--noimg .page-title{font-size:1.42em}
@media (min-width: 768px){.article-header__bg--noimg,.article-header--utility .article-header__bg--noimg,.article-header--utility-video .article-header__bg--noimg,.article-header--utility--full .article-header__bg--noimg{padding:48px 24px;margin-bottom:36px}.article-header__bg--noimg .subtitle,.article-header--utility .article-header__bg--noimg .subtitle,.article-header--utility-video .article-header__bg--noimg .subtitle,.article-header--utility--full .article-header__bg--noimg .subtitle{font-size:0.9em;margin-top:0;margin-bottom:0.75em}.article-header__bg--noimg .page-title,.article-header--utility .article-header__bg--noimg .page-title,.article-header--utility-video .article-header__bg--noimg .page-title,.article-header--utility--full .article-header__bg--noimg .page-title{font-size:2em}}
.entry-section+.entry-section{margin-top:1em}
@media (min-width: 768px){.entry-section+.entry-section{margin-top:2em}}
.post-meta-data{padding:16px;text-align:center;font-size:1em;margin-top:1em}
.post-meta-data .profile-link-w-effect{margin:0.1em auto;height:2.5em;width:2.5em}
.post-meta-data p{margin:0.25em}
.post-meta-data .post-meta-data__author{font-weight:bold}
.post-meta-data .post-meta-data__date{font-size:0.875em;color:#5d5d5b}
@media (min-width: 768px){.post-meta-data{margin-top:1.5em}}
.j15-featured-image-wrap{background-color:#558423;color:white;background-size:cover;background-repeat:no-repeat;background-position:center center;height:20vh}
@media (min-width: 768px){#content .main-col{margin:0 auto;float:none}.j15-featured-image-wrap{height:50vh}}
@media (min-width: 1030px){.entry-content img.size-j15-960-wide,.entry-content img.size-j15-960{margin:3em -9em;width:960px;max-width:100vw}.entry-content .wp-caption{margin-top:3em;margin-bottom:3em;background:transparent}.entry-content .wp-caption img.size-j15-960-wide,.entry-content .wp-caption img.size-j15-960{margin-top:-5px;margin-bottom:0}.entry-content .wrap--large .size-j15-960-wide{margin:3em -5em}}
.asb-header-extended{color:#afafac;margin-bottom:1.5rem}
.asb-header-extended>*{line-height:1.1em}
.asb-header-extended__title{margin:0.3rem 0 0.3rem;font-size:1.75rem;color:#2e5b18}
.asb-header-extended__subtitle{margin:0;font-weight:normal;color:inherit;font-size:1.125rem}
.asb-header-extended__date{font-size:0.875rem;font-style:italic}
.bottom-menu{background:#efefef;border-bottom:1px solid #d6d6d6;margin-bottom:0;margin-top:8px;color:#443e3b;font-family:"Lato",Arial,sans-serif}
.bottom-menu .widget_nav_menu a{color:inherit}
.bottom-menu .widget_nav_menu a:hover,.bottom-menu .widget_nav_menu a:focus{color:inherit}
.bottom-widget__title{color:inherit;font-family:"Lato",Arial,sans-serif}
.bottom-widget__title:hover,.bottom-widget__title:focus{background-color:rgba(255,255,255,0.05)}
.bottom-widget__content{display:none;padding:16px 16px;font-size:0.875em;background:#fff}
.bottom-widget__content ul>li>a{text-decoration:none}
.bottom-widget__content ul>li>a:hover,.bottom-widget__content ul>li>a:focus{text-decoration:underline}
.bottom-widget__content .textwidget>p:first-child{margin-top:0}
.bottom-widget__content .textwidget>p:last-child{margin-bottom:0}
.bottom-widget__title{display:block;cursor:pointer;padding:13.28px 16px;margin:0;border-top:1px solid #d6d6d6;line-height:1em;font-size:0.875em;text-transform:uppercase}
.bottom-widget__title .tgl{float:right}
.bottom-widget__title .tgl:before,.bottom-widget__title .tgl:after{background-color:#443e3b}
.bottom-widget{margin:0}
.bottom-widget+.bottom-widget{margin:0}
.bottom-widget.active .bottom-widget__content{display:block}
.bottom-widget.active .bottom-widget__title{border-bottom:1px solid #d6d6d6}
.widget_nav_menu .bottom-widget__content{padding:0}
.widget_nav_menu .bottom-widget__content ul{margin:0}
.widget_nav_menu .bottom-widget__content ul li a{display:block;padding:9.2px 16px}
.widget_nav_menu .bottom-widget__content ul li a:hover,.widget_nav_menu .bottom-widget__content ul li a:focus{text-decoration:none}
.widget_nav_menu .bottom-widget__content ul li+li{border-top:1px solid #d6d6d6}
@media (min-width: 768px){#bottom-menu{padding:48px 32px;display:block;font-size:0.875em;border-bottom:0}#bottom-menu .d-1of4,#bottom-menu .t-1of2{padding-left:16px;padding-right:16px}#bottom-menu .bottom-widget+.bottom-widget{margin-top:2em}.bottom-widget.active .bottom-widget__title{border:0}.bottom-widget__content{display:block;padding:1em 0;background:transparent}.bottom-widget__title{border:0;padding:0;cursor:default;font-weight:bold;font-size:1.15em;font-family:"Lato",Arial,sans-serif;text-transform:uppercase}.bottom-widget__title:hover,.bottom-widget__title:focus{background:transparent;border:0}.bottom-widget__title .hamburger,.bottom-widget__title .tgl{display:none}.bottom-widget__title:hover{background:transparent}.widget_nav_menu a:hover,.widget_nav_menu a:focus{background-color:transparent}.widget_nav_menu .bottom-widget__content{margin:1em 0}.widget_nav_menu .bottom-widget__content ul li a{padding:0;display:inline-block}.widget_nav_menu .bottom-widget__content ul li+li{border-top:0;margin-top:0.15em}}
.page-credits{font-size:0.75em;font-family:"Lato",Arial,sans-serif;margin:0;padding:0 0 1.5em 0;text-align:center}
@media (min-width: 768px){.page-credits{margin-bottom:1.8em}.page-credits li{display:inline-block}.page-credits li+li:before{content:'| ';display:inline-block;margin:0 1em}}
#footer-menu{padding:16px;text-align:center}
#footer-menu .sidebar{font-family:"Lato",Arial,sans-serif;font-size:0.75em}
#footer-menu .sidebar+.sidebar{margin-top:16px}
#footer-menu .footer-widget--right{text-align:center}
#footer-menu .footer-widget--right img{max-height:3.5em}
.j15-text-hl{color:#fff;background:#558423;padding:32px 0;margin-bottom:1.5em;position:relative;left:0;display:block;clear:both}
.j15-text-hl+.j15-text-hl{margin-top:-1.5em}
.j15-text-hl.margins-half{margin-top:1.5rem;margin-bottom:1.5rem}
.j15-text-hl.margins-top-half{margin-top:1.5rem}
.j15-text-hl h1,.j15-text-hl .h1,.j15-text-hl h2,.j15-text-hl .h2,.j15-text-hl h3,.j15-text-hl .h3,.j15-text-hl h4,.j15-text-hl .h4,.j15-text-hl h5,.j15-text-hl .h5,.j15-text-hl h6,.j15-text-hl .h6{color:inherit}
.j15-text-hl:before{position:absolute;background:#558423;top:0;left:50%;max-width:750px;width:50vw;content:"";display:block;height:100%;z-index:1;box-shadow:-8px 0 0 #fff inset}
.j15-text-hl:after{position:absolute;background:#558423;top:0;right:50%;max-width:750px;width:50vw;content:"";display:block;height:100%;z-index:1;box-sizing:border-box;box-shadow:8px 0 0 #fff inset}
.j15-text-hl p:last-child{margin-bottom:0}
.j15-text-hl h1,.j15-text-hl .h1,.j15-text-hl h2,.j15-text-hl .h2,.j15-text-hl h3,.j15-text-hl .h3,.j15-text-hl h4,.j15-text-hl .h4,.j15-text-hl h5,.j15-text-hl .h5,.j15-text-hl h6,.j15-text-hl .h6{margin-bottom:0.75em;margin-top:0}
.j15-text-hl.j15-text-hl--has-icon .j15-text-hl__wrap{padding-left:3em}
.j15-text-hl.j15-text-hl--style1 a{color:#fff}
.j15-text-hl.j15-text-hl--style1 a:hover{color:rgba(255,255,255,0.9)}
.j15-text-hl.j15-text-hl--style2{background:#ebf6d4;color:#374d02}
.j15-text-hl.j15-text-hl--style2:before,.j15-text-hl.j15-text-hl--style2:after{background:#ebf6d4}
.j15-text-hl.j15-text-hl--style3{background:#374d02;color:#fff}
.j15-text-hl.j15-text-hl--style3:before,.j15-text-hl.j15-text-hl--style3:after{background:#374d02}
.j15-text-hl.j15-text-hl--style4{background:#fef4ac;color:#4f3119}
.j15-text-hl.j15-text-hl--style4:before,.j15-text-hl.j15-text-hl--style4:after{background:#fef4ac}
.j15-text-hl.j15-text-hl--style5{background:#efefef;color:#443e3b}
.j15-text-hl.j15-text-hl--style5:before,.j15-text-hl.j15-text-hl--style5:after{background:#efefef}
.j15-text-hl.j15-text-hl--style6{background:#f7931a;color:#fff}
.j15-text-hl.j15-text-hl--style6:before,.j15-text-hl.j15-text-hl--style6:after{background:#f7931a}
.j15-text-hl__wrap{position:relative;z-index:300}
.j15-text-hl__icon{position:absolute;left:0;top:0;font-size:2.5em}
@media (min-width: 768px){.j15-text-hl{padding:64px 0;margin-bottom:5.5em}.j15-text-hl.margins-half{margin-top:2.5rem;margin-bottom:2.5rem}.j15-text-hl.margins-top-half{margin-top:2.5rem}.j15-text-hl+.j15-text-hl{margin-top:-5.5em}*+.j15-text-hl{margin-top:8.5em}}
.j15-text-hl--style4 button.button--inv,.j15-text-hl--style4 .button.button--inv,.j15-text-hl--style4 input[type="submit"].button--inv,.j15-text-hl--style5 button.button--inv,.j15-text-hl--style5 .button.button--inv,.j15-text-hl--style5 input[type="submit"].button--inv{background:#fff}
.pagination{text-align:center}
.pagination a{text-decoration:none}
.pagination a+a{margin-left:1em}
.pagination .page-numbers{list-style:none}
.pagination .page-numbers.current{font-weight:bold;color:inherit}
.pagination .page-numbers>li{display:inline-block}
.pagination .page-numbers>li+li{margin-left:0.5em}
.archive-header{background:#efefef;text-align:center;padding:24px;margin-bottom:16px}
@media (min-width: 768px){.archive-header{padding:48px 24px;margin-bottom:36px}}
.index-article__thumb{width:100%;height:auto}
index-article__thumb-wrap{width:100%}
.gallery{text-align:center}
.gallery .gallery-item{padding:8px;margin:0 0 0.2em 0}
.gallery .gallery-icon img{top:0;position:relative;transition:0.3s ease-in-out}
.gallery a.gallery-icon:hover img,.gallery a.gallery-icon:focus img{top:-0.35em;box-shadow:1em 1em 3em rgba(25,29,36,0.2)}
@media (min-width: 768px){.gallery .wp-caption-text{margin-bottom:0;font-size:0.75em}.gallery .gallery-item{float:left}.gallery .gallery-icon img{margin:0}.gallery.gallery-columns-2 .gallery-item{width:50%}.gallery.gallery-columns-3 .gallery-item{width:33.2%}.gallery.gallery-columns-4 .gallery-item{width:25%}}
@media (min-width: 1030px){.gallery{margin-left:-9em;margin-right:-9em}}
.asb-clubbox{position:absolute;z-index:900;top:0;right:0;height:100%;color:#fff;cursor:pointer;display:none;background:#313030;padding:1em;font-family:"Lato",Arial,sans-serif;transition:0.3s ease-in-out;text-align:left;text-transform:none;font-size:1em;box-shadow:none}
@media (min-width: 1300px){.asb-clubbox{padding:1em 2em}}
.asb-clubbox.asb-clubbox--user2{z-index:1}
.asb-clubbox.asb-clubbox--user{padding-top:0.5em;padding-left:2em}
.asb-clubbox.asb-clubbox--user:before{display:block;transition:0.3s ease-in-out;content:'\f0c9';font-size:1.5em;position:absolute;background:#313030;width:1.4em;height:1.4em;padding:0.3em;box-sizing:content-box;text-align:center;border-radius:50%;top:0.3em;left:-0.95em;line-height:1.4em;font-family:'FontAwesome' !important}
.asb-clubbox.asb-clubbox--user:hover:before{background:#3b3a3a}
.asb-clubbox:active{box-shadow:none;top:0}
.asb-clubbox h1,.asb-clubbox .h1,.asb-clubbox h2,.asb-clubbox .h2,.asb-clubbox h3,.asb-clubbox .h3,.asb-clubbox h4,.asb-clubbox .h4,.asb-clubbox h5,.asb-clubbox .h5,.asb-clubbox h6,.asb-clubbox .h6{color:inherit;margin:0;line-height:1em}
.asb-clubbox .club-title{font-size:0.75em;font-family:"Lato",Arial,sans-serif;font-weight:normal}
.asb-clubbox .club-icon{background:#fff;color:#443e3b;padding:0.25em;font-size:1.25em;border-radius:50%;width:1.65em;height:1.65em;box-sizing:border-box;text-align:center;line-height:1em;margin-right:0.1em}
.asb-clubbox .club-icon.club-icon--user{padding:0;display:inline-block !important;vertical-align:middle;overflow:hidden;display:block;position:relative}
.asb-clubbox .club-icon.club-icon--user:after{content:"";z-index:101;position:absolute;overflow:hidden;top:-110%;left:-210%;width:200%;height:200%;opacity:0;transform:rotate(30deg);transition:0.3s ease-in-out;background:rgba(255,255,255,0.13);background:linear-gradient(to right, rgba(255,255,255,0.13) 0%, rgba(255,255,255,0.13) 77%, rgba(255,255,255,0.5) 92%, rgba(255,255,255,0) 100%)}
.asb-clubbox .club-icon.club-icon--user:hover:after,.asb-clubbox .club-icon.club-icon--user:focus:after{opacity:1;top:-30%;left:-30%;transition-property:left, top, opacity;transition-duration:0.7s, 0.7s, 0.15s;transition-timing-function:ease}
.asb-clubbox .club-icon.club-icon--user img{width:100%;height:100%;position:relative;z-index:100}
.asb-clubbox:hover .club-icon--user:before,.asb-clubbox:focus .club-icon--user:before{display:none !important}
.asb-clubbox:hover .club-icon--user:after,.asb-clubbox:focus .club-icon--user:after{opacity:1;top:-30%;left:-30%;transition-property:left, top, opacity;transition-duration:0.7s, 0.7s, 0.15s;transition-timing-function:ease}
.asb-clubbox .asb-clubbox--guest__label{margin-top:0.55em}
.asb-clubbox .asb-clubbox--user__label{margin-top:0.3em;position:relative}
.asb-clubbox .asb-clubbox--user__coin-block{position:absolute;left:1.4rem;bottom:-0.4rem;z-index:150;text-decoration:none}
.asb-clubbox .asb-clubbox--user__coin-block:hover .asb-clubbox--user__coin-quantity,.asb-clubbox .asb-clubbox--user__coin-block:focus .asb-clubbox--user__coin-quantity{background:#dd8812}
.asb-clubbox .asb-clubbox--user__coin-block:hover .asb-clubbox--user__coin-desc,.asb-clubbox .asb-clubbox--user__coin-block:focus .asb-clubbox--user__coin-desc{color:#dd8812}
.asb-clubbox .asb-clubbox--user__coin-quantity{font-size:10px;line-height:12px;border-radius:50%;background:#ddb103;display:inline-flex;width:19px;height:19px;color:white;align-items:center;justify-content:center}
.asb-clubbox .asb-clubbox--user__coin-desc{font-size:10px;line-height:12px;color:#ddb103;display:none}
@media (min-width: 1030px){.asb-clubbox .asb-clubbox--user__coin-desc{display:inline-block}}
.asb-clubbox:hover,.asb-clubbox:focus{background:#3b3a3a}
.asb-clubbox:hover .club-icon:before,.asb-clubbox:focus .club-icon:before{content:'\f13e'}
.asb-clubbox:hover .asb-clubbox--user__status,.asb-clubbox:focus .asb-clubbox--user__status{opacity:0.8}
.asb-clubbox--user__status{font-size:0.625em;padding:0.6em 2em;color:#fff;text-transform:uppercase;background:#212123;display:block;position:absolute;bottom:0;left:0;width:100%;margin:0;transition:0.3s ease-in-out}
.asb-clubbox--user__status .status__label__count{position:absolute;right:0;top:0;height:100%;padding:0.6em 0.8em;border-left:1px solid rgba(255,255,255,0.07);background:rgba(255,255,255,0.05)}
.acc-status.status--expired{background:#9e0000}
.acc-status.status--ending{background:#dd8812}
.acc-status.status--active{background:#2e5b18}
.acc-status.status--detail{display:inline-block;clear:both;padding:0.5em 0.8em;margin-bottom:0.3em;font-size:1.1em;font-weight:bold}
.acc-status.status--detail:before{content:"";display:inline-block;font-family:'FontAwesome' !important;margin-right:0.6em;opacity:0.66;transform:scale(1.33)}
.acc-status.status--detail.status--expired:before{content:"\f057"}
.acc-status.status--detail.status--ending:before{content:"\f0f3"}
.acc-status.status--detail.status--active:before{content:"\f058"}
.acc-status__detail{font-size:0.75em;margin-bottom:1em}
.acc-status__detail time{font-weight:bold}
.asb-clubbox--mobile{background:#fff;border:1px solid #fff;color:#443e3b;font-weight:bold;text-align:center;font-size:1.25em;width:1.6em;height:1.6em;float:right;padding:0.0375em;line-height:1em;box-shadow:none;border-radius:50%;margin-right:0.5em}
.asb-clubbox--mobile .fa{margin:0}
.asb-clubbox--mobile:hover,.asb-clubbox--mobile:focus{background:#fff;color:#524a47}
.asb-clubbox--mobile:hover i:before,.asb-clubbox--mobile:focus i:before{content:'\f13e'}
.asb-clubbox--mobile__coin-block{position:absolute;left:1.2rem;bottom:-0.5rem;z-index:100}
.asb-clubbox--mobile__coin-quantity{font-size:10px;line-height:12px;border-radius:50%;background:#ddb103;display:inline-flex;width:19px;height:19px;align-items:center;justify-content:center;color:white}
.asb-clubbox--mobile.asb-clubbox--user--mobile .profile-link-w-effect{height:100%;width:100%;border-radius:50%;overflow:hidden;display:block;position:relative}
.asb-clubbox--mobile.asb-clubbox--user--mobile .profile-link-w-effect img{height:100%;width:100%;position:relative;z-index:100;overflow:hidden}
.asb-clubbox--mobile.asb-clubbox--user--mobile .profile-link-w-effect:after{content:"";z-index:101;position:absolute;overflow:hidden;top:-110%;left:-210%;width:200%;height:200%;opacity:0;transform:rotate(30deg);transition:0.3s ease-in-out;background:rgba(255,255,255,0.13);background:linear-gradient(to right, rgba(255,255,255,0.13) 0%, rgba(255,255,255,0.13) 77%, rgba(255,255,255,0.5) 92%, rgba(255,255,255,0) 100%)}
.asb-clubbox--mobile.asb-clubbox--user--mobile .profile-link-w-effect:hover:after,.asb-clubbox--mobile.asb-clubbox--user--mobile .profile-link-w-effect:focus:after{opacity:1;top:-30%;left:-30%;transition-property:left, top, opacity;transition-duration:0.7s, 0.7s, 0.15s;transition-timing-function:ease}
.asb-clubbox--mobile.asb-clubbox--user--mobile:hover .profile-link-w-effect:after,.asb-clubbox--mobile.asb-clubbox--user--mobile:focus .profile-link-w-effect:after{opacity:1;top:-30%;left:-30%;transition-property:left, top, opacity;transition-duration:0.7s, 0.7s, 0.15s;transition-timing-function:ease}
.asb-clubbox--mobile.asb-clubbox--user--mobile2{z-index:1}
@media (min-width: 1030px){#inner-header{position:static}.asb-clubbox--mobile{position:absolute;right:1em;top:1.25em}}
@media (min-width: 1200px){.asb-clubbox--mobile{display:none}.asb-clubbox{display:flex;flex-direction:column}.asb-clubbox--mobile{position:static}}
@media (min-width: 768px){.j15-modal-content--login.j15-modal-content--recaptcha .col:nth-child(1){width:51%}.j15-modal-content--login.j15-modal-content--recaptcha .col:nth-child(2){width:41%}}
.j15-modal-content--login .col{text-align:left}
.j15-modal-content--login .col+.col{margin-top:3.5em}
.j15-modal-content--login .col__title{font-size:1.15em}
.j15-modal-content--login .form-row{padding:0.2em 0}
@media (min-width: 768px){.j15-modal-content--login{padding:2em}.j15-modal-content--login .col{width:46%;float:left;vertical-align:top}.j15-modal-content--login .col+.col{margin-left:8%;margin-top:0}}
.j15-modal-content--login .j15-coin-block-menu{text-decoration:none;width:19px;height:19px;display:inline-flex;font-size:10px;line-height:12px;border-radius:50%;background:#ddb103;justify-content:center;align-items:center;margin-left:0.5rem}
.j15-modal-content--login .j15-coin-block-menu:hover,.j15-modal-content--login .j15-coin-block-menu:focus{background:#dd8812}
.home-content h1,.home-content .h1,.home-content h2,.home-content .h2,.home-content h3,.home-content .h3,.home-content h4,.home-content .h4,.home-content h5,.home-content .h5,.home-content h6,.home-content .h6{color:inherit}
.box__title{margin-top:0;display:inline-block}
.header-button{vertical-align:top;margin-left:0.75em}
.j15-hero{color:#fff;text-align:center;padding:0;margin-bottom:8px;background-color:#558423}
.j15-hero .j15-hero__cwrap{background-size:cover;padding:2em 1em;min-height:40vh}
.j15-hero .j15-hero__explanation{font-size:0.66em}
.j15-hero .j15-hero__slogan{margin-bottom:3em}
.j15-hero .j15-hero__slogan img{transition:all 0.4s ease-in-out}
.j15-hero .j15-hero__slogan img:hover,.j15-hero .j15-hero__slogan img:focus{transform:scale(1.08)}
.j15-hero h2{font-size:1.75em}
.j15-hero .j15-hero__buttons{margin:3em 0;font-size:0.8em}
.j15-hero .j15-hero__buttons .button{padding:0.8em 1.2em}
.j15-hero .j15-hero__buttons .button+.button{margin-left:0.33em}
@media (min-width: 768px){.j15-hero.j15-hero--size-full{height:85vh}.j15-hero.j15-hero--size-full .j15-hero__cwrap{height:100%}.j15-hero.j15-hero--size-auto .j15-hero__cwrap{min-height:0}.j15-hero .j15-hero__cwrap{padding:4em 10%;min-height:45vh}.j15-hero .j15-hero__explanation{font-size:0.75em}.j15-hero .j15-hero__slogan{margin-bottom:3em}.j15-hero h2{font-size:2.5em}.j15-hero .j15-hero__buttons{font-size:1em}}
@media (min-width: 1030px){.j15-hero .j15-hero__cwrap{padding:4em 25%}}
.j15-tile{padding:0;color:#fff;position:relative;overflow:hidden;margin-bottom:8px}
.j15-tile:hover .j15-tile__bg,.j15-tilefocus .j15-tile__bg{transform:scale(1.08)}
.j15-tile--highlighted .j15-tile__subtitle{color:#ddb103}
.j15-tile--highlighted .j15-tile__subtitle:before{font-size:1rem;margin-right:0.4375rem;display:inline-block;content:"\f02e";font-family:"FontAwesome"}
.j15-tile__topbar{position:absolute;top:0;left:0;width:100%;color:black;display:flex;align-items:center;justify-content:center;text-transform:uppercase;font-size:0.625rem;height:1.875rem}
@media (min-width: 768px){.j15-tile__topbar{font-size:0.6875rem;height:2rem}}
.j15-tile__topbar:before{content:'';width:100%;height:100%;background:#ddb103;opacity:0.86;z-index:-1;position:absolute}
.j15-tile__custom-text{position:relative;z-index:51}
.j15-tile__custom-text.j15-tile__link{background:none}
.j15-tile__custom-text.j15-tile__link:after{display:none}
.j15-tile--deco-text{font-family:"Merriweather",serif;font-size:1rem}
.j15-tile--deco-text a{font-weight:bold;color:inherit;display:inline;margin-top:0.5em;text-decoration:none;box-shadow:inset 0 -2px 0 0 #fff;transition:0.2s ease-in}
.j15-tile--deco-text a:hover{text-decoration:none;box-shadow:inset 0 -1.5em 0 0 #fff}
.j15-tile--textgreen{color:#2e5b18}
.j15-tile--textgreen .j15-tile__custom-text{color:inherit}
.j15-tile--textgreen .j15-tile__custom-text:hover{color:inherit}
.j15-tile--bankrupt{height:4.9375rem;display:flex;align-items:center}
@media (min-width: 803px){.j15-tile--bankrupt{height:8.875rem}}
.j15-tile--bankrupt .j15-tile__link{min-height:unset;height:unset}
.j15-tile--bankrupt .text-col{display:flex;align-items:center;flex-direction:column;color:#396105;position:relative}
@media (min-width: 803px){.j15-tile--bankrupt .text-col{max-width:51.5rem}}
.j15-tile--bankrupt .text-col .tile-bankrupt__content{display:flex;align-items:center;justify-content:center}
.j15-tile--bankrupt .text-col .tile-bankrupt__img{width:100%;max-height:4.9375rem;object-fit:contain;object-position:center}
@media (min-width: 803px){.j15-tile--bankrupt .text-col .tile-bankrupt__img{max-height:8.875rem}}
.j15-tile__bg{position:absolute;background-size:cover;background-position:center center;width:100%;height:100%;z-index:50;transition:0.3s ease-in-out}
.j15-tile__link{display:block;z-index:150;padding:16px;text-decoration:none;color:#fff;position:relative;width:100%;min-height:13em;text-align:center;background:url(../56f230dfad136d35d0be.png) repeat-x bottom center}
.j15-tile__link:hover,.j15-tile__link:focus{color:#fff}
.j15-tile__label{position:absolute;bottom:0;left:0;width:100%;padding:16px;box-sizing:border-box;text-shadow:1px 1px 0.2em rgba(25,29,36,0.7)}
.j15-tile__title{font-size:1.35em;color:inherit;margin:0}
.j15-tile__subtitle{font-size:0.75em;margin:0;letter-spacing:0;font-family:"Lato",Arial,sans-serif;text-transform:uppercase;margin-bottom:0.2em;color:inherit}
.j15-tile__subtitle .fa-bookmark{display:none}
.j15-grid--m-1-1 .j15-tile .j15-tile__link{height:9em;min-height:9em}
@media (min-width: 768px){.tiles-wrap{width:100%}.j15-tile__link{height:15em;min-height:15em}.j15-grid--d-1-1-1-1-1 .j15-tile__link{height:12em;min-height:12em}.j15-grid--d-1-1-1-1-1 .j15-tile .j15-tile__link .j15-tile__title{font-size:1.2em;line-height:1.1em;margin-top:0.3em}.j15-grid--d-1-1-1-1-1-1 .j15-tile__link{height:11em;min-height:11em}.j15-grid--d-1-1-1-1-1-1 .j15-tile .j15-tile__link .j15-tile__title{font-size:1.15em;line-height:1.1em;margin-top:0.3em}.j15-grid--d-1-1-1-1-1-1-1 .j15-tile__link{height:10em;min-height:10em}.j15-grid--d-1-1-1-1-1-1-1 .j15-tile .j15-tile__link .j15-tile__subtitle{font-size:0.66em}.j15-grid--d-1-1-1-1-1-1-1 .j15-tile .j15-tile__link .j15-tile__title{font-size:1.05em;line-height:1.1em;margin-top:0.3em}}
@media (min-width: 1030px){.tiles-wrap{width:100%}.j15-tile__link{height:18em}.j15-tile__title{font-size:1.45em}}
.j15-tile.j15-tile--style-clean .j15-tile__label{text-align:center;position:absolute;opacity:0;transition:0.4s ease-in-out 0.2s;top:80%;bottom:auto}
.j15-tile.j15-tile--style-clean a{background:transparent;transition:0.3s ease-in-out}
.j15-tile.j15-tile--style-clean .j15-tile__subtitle{opacity:0;transition:0.3s ease-in-out 0.5s}
.j15-tile.j15-tile--style-clean:hover a,.j15-tile.j15-tile--style-clean:focus a{background:rgba(25,29,36,0.8)}
.j15-tile.j15-tile--style-clean:hover .j15-tile__subtitle,.j15-tile.j15-tile--style-clean:focus .j15-tile__subtitle{opacity:1}
.j15-tile.j15-tile--style-clean:hover .j15-tile__label,.j15-tile.j15-tile--style-clean:focus .j15-tile__label{top:50%;left:50%;transform:translate(-50%, -50%);bottom:auto;opacity:1}
.j15-tile.j15-tile--style-clean .j15-tile__title{font-size:1.55em}
@media (min-width: 768px){.j15-tile.j15-tile--style-clean .j15-tile__title{font-size:1.85em}}
.j15-section--news .post-title{margin-top:0}
.j15-section--news .box--news{margin-top:1em}
.j15-section--news .box--news+.box--news{margin-top:2em}
@media (min-width: 768px){.j15-section--news .box--news{margin-top:0}.j15-section--news .box--news+.box--news{margin-top:0}}
.j15-social-links{display:inline-block;list-style:none}
.j15-social-links li{display:inline-block}
.j15-social-links li+li{margin-left:0.5em}
.social-link{opacity:0.75;transition:0.3s ease-in-out;color:inherit}
.social-link:hover,.social-link:focus{opacity:1}
.social-link:before{display:inline-block;content:'\f0ac';font-family:'FontAwesome' !important}
.social-link[href*="facebook.com"]:before{content:"\f230"}
.social-link[href*="youtube.com"]:before{content:"\f16a"}
.social-link[href*="instagram.com"]:before{content:"\f16d"}
.j15-social-links__before-text{font-style:italic}
.j15-social-links__before-text+.j15-social-links{margin-left:0.66em}
.socialbar{text-align:center;background:#191d24;color:#fff;padding:8px}
.socialbar .j15-social-links-wrap{font-size:1.2em}
@media (min-width: 1030px){.socialbar .j15-social-links-wrap{font-size:1.4em}}
.sidebar-area--below-content{margin-bottom:8px}
.sidebar-area .j15-tile__link{min-height:8em;height:8em}
@media (min-width: 1030px){.sidebar-area .j15-tile__link{min-height:13em;height:14.5em}}
body .asb-multicol-list{font-size:0.875rem;overflow-x:scroll;padding-bottom:1rem}
@media (min-width: 768px){body .asb-multicol-list{overflow:hidden;padding-bottom:0}}
body .asb-multicol-list__list{min-width:330px;list-style:none;margin:0;padding:0;columns:160px 2;column-gap:10px}
@media (min-width: 768px){body .asb-multicol-list__list{columns:160px 3}}
body .asb-multicol-list__link{text-decoration:none}
body .asb-multicol-list__avatar{margin:0 0.6rem 0 0;display:inline-block;vertical-align:middle}
@media (min-width: 768px){body .asb-multicol-list__item .first_letter{display:none}body .asb-multicol-list__item .first_name{display:inline !important}}
.module{border:1px solid #efefef;margin-bottom:2em}
.module .module__header,.module .module__content,.module .module__footer{padding:0.5em 0.66em}
.module .module__header{border-bottom:1px solid #efefef}
.module .module__content+.module__content{border-top:1px solid #efefef}
.module .module__content.module__content--hl{background:#efefef}
.module .module__footer{border-top:1px solid #efefef;text-align:center}
.module .module__title{margin:0.3em 0;font-size:1.1em}
.module.module--secondary-header{background:#efefef}
.asb-label{padding:0.3em 0.6em;text-transform:uppercase;font-size:0.6175rem;line-height:0.6175rem;background:rgba(120,120,118,0.2);color:#5d5d5b;display:inline-block;margin:0;border-radius:2px}
.asb-label+.asb-label{margin-left:0.5em}
.asb-label--green{color:#fff;background:#2e5b18}
body .module{padding:0}
li.module{list-style:none}
.event-classes,.entry-content .event-classes{list-style:none}
.event-class,body .event-classes .event-class{position:relative;padding-left:3.32em}
.event-class+.event-class,body .event-classes .event-class+.event-class{margin-top:1.05em}
.event-class .user-label__name,body .event-classes .event-class .user-label__name{letter-spacing:0;text-transform:none;text-decoration:none;font-family:"Lato",Arial,sans-serif;font-size:1em;transition:0.3s ease-in;margin:0;line-height:1.05em}
.event-class .user-label__avatar,body .event-classes .event-class .user-label__avatar{width:2.8em;height:2.8em;position:absolute;left:0;top:-0.1em;background:#fff}
.event-class .user-label__avatar.user-label__avatar--empty,body .event-classes .event-class .user-label__avatar.user-label__avatar--empty{filter:grayscale(100);border:2px solid #eee;border-radius:50%;overflow:hidden}
.event-class .user-label__avatar.user-label__avatar--empty img,body .event-classes .event-class .user-label__avatar.user-label__avatar--empty img{width:100%;height:auto}
.event-class a.user-label__name:hover,.event-class a.user-label__name:focus,body .event-classes .event-class a.user-label__name:hover,body .event-classes .event-class a.user-label__name:focus{color:#50504e}
.event-class .event-class__time,body .event-classes .event-class .event-class__time{font-size:0.875em;line-height:1.1em}
.event-class .event-class__lecturers,body .event-classes .event-class .event-class__lecturers{line-height:1.35em;display:block}
.avatar{border-radius:50%;background:#fff}
.avatar--mini{width:1.25rem;height:1.25rem}
.profile-link-w-effect{height:32px;width:32px;border-radius:50%;overflow:hidden;display:block;position:relative}
.profile-link-w-effect img{height:100%;width:100%;position:relative;z-index:100;overflow:hidden}
.profile-link-w-effect:after{content:"";z-index:101;position:absolute;overflow:hidden;top:-110%;left:-210%;width:200%;height:200%;opacity:0;transform:rotate(30deg);transition:0.3s ease-in-out;background:rgba(255,255,255,0.13);background:linear-gradient(to right, rgba(255,255,255,0.13) 0%, rgba(255,255,255,0.13) 77%, rgba(255,255,255,0.5) 92%, rgba(255,255,255,0) 100%)}
.profile-link-w-effect:hover:after,.profile-link-w-effect:focus:after{opacity:1;top:-30%;left:-30%;transition-property:left, top, opacity;transition-duration:0.7s, 0.7s, 0.15s;transition-timing-function:ease}
.user-label{text-decoration:none}
.user-label>*{display:inline-block;vertical-align:middle}
.user-label .user-label__name{letter-spacing:0;text-transform:none;text-decoration:none;font-family:"Lato",Arial,sans-serif;font-size:1em;transition:0.3s ease-in;margin:0}
.user-label:hover .user-label__avatar:after,.user-label:focus .user-label__avatar:after{opacity:1;top:-30%;left:-30%;transition-property:left, top, opacity;transition-duration:0.7s, 0.7s, 0.15s;transition-timing-function:ease}
.user-label:hover a.user-label__name,.user-label:focus a.user-label__name{color:#50504e}
.user-label__avatar{width:26px;height:26px;margin-right:0.33em}
.foldable__trigger--form-header{border-top:1px solid #afafac;transition:0.3s ease-in;padding-top:0.5em;padding-bottom:0.5em;margin-top:0;margin-bottom:0;position:relative;padding-left:2em}
.foldable__trigger--form-header:hover,.foldable__trigger--form-header:focus{background:#f9f9f9}
.foldable__trigger--form-header .tgl{position:absolute;font-size:0.875em;left:0.5em;top:50%;transform:translateY(-50%)}
.foldable__open{display:inline-block}
.foldable__close{display:none}
.foldable.is-opened .foldable__trigger--form-header{border-bottom:1px solid #afafac;margin-bottom:1em}
.foldable.is-opened .foldable__trigger--form-header .tgl{transform:translateY(-50%) rotate(45deg)}
.foldable.is-opened .foldable__open{display:none}
.foldable.is-opened .foldable__close{display:inline-block}
.foldable__content--form{padding-bottom:1.5em}
.asb-login__register.button{background:#fff;box-shadow:none}
.asbiro-hl-box.asb-login__form{position:relative;padding-top:115px}
.asbiro-hl-box.asb-login__form .wp-submit{box-shadow:none;margin:0}
.asbiro-hl-box.asb-login__form .asb-social-login{padding:1rem}
.asbiro-hl-box.asb-login__form .asb-social-login__hr{display:flex;color:#50504e}
.asbiro-hl-box.asb-login__form .asb-social-login__hr:before,.asbiro-hl-box.asb-login__form .asb-social-login__hr:after{background:#50504e}
.asbiro-hl-box.asb-login__form .asb-social-login__continue-on-text{display:none}
.asbiro-hl-box.asb-login__form .asb-social-login__social-name-text{font-size:10px}
@media (min-width: 400px){.asbiro-hl-box.asb-login__form .asb-social-login__social-name-text{font-size:12px}}
.ui-table,.entry-content .ui-table{border:0;border-bottom:1px solid #e2e2e2}
.ui-table tr,.entry-content .ui-table tr{background:transparent}
.ui-table tr td,.entry-content .ui-table tr td{background:transparent;border:0;border-top:1px solid #e2e2e2}
.ui-table .col--actions>*,.entry-content .ui-table .col--actions>*{display:inline-block}
.ui-data-list,.entry-content .ui-data-list{border:0;border-bottom:1px solid #e2e2e2;list-style:none;margin-left:0}
.ui-data-list .button,.entry-content .ui-data-list .button{margin-bottom:0}
.ui-data-list li,.entry-content .ui-data-list li{border-top:1px solid #e2e2e2;padding:0.5em}
.ui-data-list li+li,.entry-content .ui-data-list li+li{margin-top:0}
.ui-data-list .col--actions,.entry-content .ui-data-list .col--actions{display:block}
.ui-data-list .col--actions>*,.entry-content .ui-data-list .col--actions>*{display:inline-block}
@media (min-width: 768px){.ui-data-list .col--actions,.entry-content .ui-data-list .col--actions{float:right}}
.form-subheading--secondary{margin-bottom:0.1em}
.list-reset,.entry-content .list-reset{margin:0}
.list-clean,.entry-content .list-clean{margin:0;padding-left:0;list-style:none}
.list-clean li,.entry-content .list-clean li{padding-left:0;margin-left:0}
.asbiro-tags-list,.entry-content .asbiro-tags-list{list-style:none;margin:0}
body .asbiro-tags-list__node{display:inline-block;margin:0 0.33em 0.33em 0;padding-left:0}
body .asbiro-tags-list__node+.asbiro-tags-list__node{margin-left:0;margin-top:0}
body .asbiro-tags-list__node:last-child{margin-right:0}
.asbiro-tags-list__tag{padding:12px 16px;background:#fff;display:block;color:#558423;font-size:0.75em;text-transform:uppercase;text-decoration:none}
@media (min-width: 768px){.asbiro-tags-list__tag{padding:4px 6.4px}}
.asbiro-tags-list__tag--color{background:#558423;color:#fff;transition:0.3s ease-in}
.asbiro-tags-list__tag--color:hover,.asbiro-tags-list__tag--color:focus{color:#fff;background:#5f9427}
body .asb-link-list,body .entry-content .asb-link-list{list-style:none;margin:0;padding:0;margin-top:0.33em}
body .asb-link-list li,body .entry-content .asb-link-list li{padding-left:0}
body .asb-link-list li+li,body .entry-content .asb-link-list li+li{margin-top:0.25em}
.empty-list{text-align:center;padding:3rem 2rem}
.empty-list__icon{font-size:3rem;opacity:0.33}
.j15-grid-feat{margin-top:2rem}
.j15-grid-feat__item{padding-bottom:0.5rem}
.param-display{text-align:left}
.param-display__param{margin-bottom:0}
.param-display__val{margin-top:1rem;margin-bottom:0}
.feat-list-wrap{text-align:left}
.feat-list__item+li{margin-top:1rem}
.feat-list--checks .feat-list__item{padding-left:1.66em;position:relative}
.feat-list--checks .feat-list__item:before{font-family:'FontAwesome' !important;position:absolute;left:0;top:0;content:'\f14a';opacity:0.25}
.asb-loop-item{transition:0.3s ease-in;padding:0.66rem;box-shadow:0.25rem 0.25rem 0.85rem rgba(0,0,0,0.05)}
@media (min-width: 768px){.asb-loop-item{padding:1.5rem}}
.asb-loop-item__title{margin-top:0;margin-bottom:0.5rem}
.asb-loop-item__link{text-decoration:none;color:inherit}
.asb-loop-item__link:hover{color:inherit}
.asb-loop-item:hover{opacity:0.9;box-shadow:0.25rem 0.25rem 2rem rgba(0,0,0,0.125)}
.asb-loop-item+.asb-loop-item{margin-top:2rem}
.widget_nav_menu ul.menu{margin:0;list-style:none}
.widget_nav_menu ul.menu>.menu-item{margin:0}
.widget_nav_menu ul.menu>.menu-item+.menu-item{margin-top:0.35em}
.widget_nav_menu ul.menu .menu-item>a{text-decoration:none}
.widget_nav_menu+.widget_nav_menu ul.menu>.menu-item{margin-top:0.35em}
.menu-item--red{color:#9e0000}
.menu-item--red>a{color:#9e0000}
.menu-item--red:before{opacity:1}
.menu-item--icon:before{font-family:'FontAwesome' !important;display:inline-block;text-decoration:none;color:inherit;margin-right:0.5em;opacity:0.4}
.menu-item--course-advance .small{display:block;padding-left:1.85em}
.menu-item--icon--comment:before{content:"\f075"}
.menu-item--icon--heart:before{content:"\f004"}
.menu-item--icon--tag:before{content:"\f02b"}
.menu-item--icon--unlock:before{content:"\f09c"}
.menu-item--icon--bug:before{content:"\f188"}
.menu-item--icon--user:before{content:"\f2bd"}
.menu-item--icon--info-circle:before{content:"\f05a"}
.menu-item--icon--play:before{content:"\f04b"}
.menu-item--icon--video:before{content:"\f03d"}
.menu-item--icon--phone:before{content:"\f095"}
.menu-item--icon--email:before{content:"\f1d8"}
.menu-item--icon--edit:before{content:"\f013"}
.menu-item--icon--key:before{content:"\f084"}
.menu-item--icon--meal:before{content:"\f0f5"}
.menu-item--icon--reward:before{content:"\f06b"}
.menu-item--icon--money:before{content:"\f0d6"}
.menu-item--icon--calendar:before{content:"\f073"}
.menu-item--icon--calendar-check:before{content:"\f274"}
.menu-item--icon--ticket:before{content:"\f145"}
.menu-item--icon--check:before{content:"\f14a"}
.menu-item--icon--trophy:before{content:"\f091"}
.menu-item--icon--ediary:before{content:"\f19d";font-size:0.8rem;margin-right:0.45em}
.menu-item--label-new a{line-height:1.2rem}
.menu-item--label-new a:after{display:inline;content:'Nowość';vertical-align:middle}
#post-not-found{padding-bottom:5em;background:url(../63838323586b8d125edb.jpg) no-repeat center center;background-size:cover;margin:4em 0;padding:3em;color:#112d0a}
.page-template-template-sections .article-header{margin-bottom:8px}
.page-template-template-sections .article .entry-content--utility-full{padding-left:0;padding-right:0}
.page-template-template-sections .module-contactbox .module-contactbox__message{font-size:0.75em;text-transform:uppercase;letter-spacing:1px}
.page-template-template-sections .asb_subsection__title{padding-left:1.5em;background:url(../85462dd8a87600a47796.png) no-repeat left 0.18em}
body .asb_section{display:block;overflow:hidden;padding:2em 1em;position:relative;z-index:0}
body .asb_section>*{z-index:100;position:relative}
body .asb_section .module-contactbox{background:rgba(255,255,255,0.5);border:1px solid rgba(25,29,36,0.03);border-top:3px solid rgba(55,77,2,0.7);margin-top:4em}
body .asb_section .module-contactbox__image-wrap{margin-top:-3em}
body .asb_section .avatar{box-shadow:0.25em 0.25em 1.5em rgba(25,29,36,0.25)}
body .asb_section .module-contactbox__name{padding-top:0;font-size:1em;font-family:"Lato",Arial,sans-serif}
body .asb_section .module-contactbox__contactinfo{padding-left:0}
@media (min-width: 768px){body .asb_section{padding:4em 1em}body .asb_section .module-contactbox__contactinfo{padding-left:2.5em}body .asb_section .module-contactbox{border-left:3px solid rgba(55,77,2,0.7);border-top:1px solid rgba(25,29,36,0.03);margin-top:0}body .asb_section .module-contactbox .avatar{left:-3.15em}body .asb_section .module-contactbox__image-wrap{margin-top:0}}
@media (min-width: 1030px){body .asb_section{padding:5.5em 1em}}
.asb-section__title{padding-bottom:1em;margin-bottom:1.33em;border-bottom:1px solid rgba(25,29,36,0.15)}
.asb_section .asb_section__bg{position:absolute;width:100%;max-height:80%;height:15em;top:0;left:0;background-size:cover;background-repeat:no-repeat;background-position:top center;z-index:1}
@media (min-width: 768px){.asb_section .asb_section__bg{height:24em}}
@media (min-width: 1030px){.asb_section .asb_section__bg{height:30em}}
.asb_section .asb_section__bg:after{position:absolute;content:"";display:block;width:100%;height:220px;bottom:0;z-index:2;left:0;background:url(../79fdc0a58399d42eb58e.png) repeat-x bottom center}
.asb-tabs{background:transparent;border:1px solid #eaedf2;border-radius:0;padding:0;margin-top:1rem}
.asb-tabs .asb-tabs__nav{background:transparent;padding:0;border:0;width:100%}
.asb-tabs .asb-tabs__nav li{background:transparent}
.asb-tabs .asb-tabs__nav li.ui-tabs-active a{background:#fff;color:#558423;border-bottom:1px solid transparent}
.asb-tabs .asb-tabs__nav li a{display:block;width:100%;box-sizing:border-box;padding:0.75rem 1rem;color:#50504e;background:#f6f6f6;border-bottom:1px solid #eaedf2;white-space:normal}
.asb-tabs .asb-tabs__nav li+li{border-left:1px solid #eaedf2}
.asb-tabs .asb-tabs__nav.asb-tabs__nav--2 li{float:left;width:50%;box-sizing:border-box;border-radius:0;border:0;margin:0}
.asb-tabs .asb-tabs__nav.asb-tabs__nav--2 li+li{border-left:1px solid #eaedf2}
.asb-tabs .asb-tabs__header{margin-bottom:1rem}
.asb-tabs__nav--extended .asb-tabs__nav__title,.asb-tabs__nav--extended .asb-tabs__nav__subtitle{display:block}
.asb-tabs__nav--extended .asb-tabs__nav__title{font-size:1.2rem;font-weight:bold}
.asb-tabs__nav--extended .asb-tabs__nav__subtitle{font-size:0.875rem;font-weight:normal}
.bar{font-size:0.75rem;padding:0.66rem;text-align:center}
@media (min-width: 768px){.bar{font-size:0.875rem;padding:1.25rem}}
.bar--bottom{position:fixed;bottom:0;left:0;width:100%}
.bar__text{padding:0;margin:0}
.bar__button{clear:both;margin-top:0.25em}
@media (min-width: 768px){.bar__button{margin-top:0;margin-left:0.5em}}
.bar--red{background:#9e0000;color:#fff}
.bar--red .button{color:#9e0000}
@media (min-width: 1030px){.article-header--utility-video{margin-bottom:5.5rem}}
.article-header--utility-video .article-header-bg--utility-video{display:flex;flex-direction:column;padding:2.5625rem 1.5625rem 0 1.5625rem;margin-bottom:calc( 28.125% + 4rem)}
@media (min-width: 768px){.article-header--utility-video .article-header-bg--utility-video{margin-bottom:17.5%}}
@media (min-width: 1030px){.article-header--utility-video .article-header-bg--utility-video{margin-bottom:0}.article-header--utility-video .article-header-bg--utility-video .article-header__inner{max-width:1040px;margin:0 auto;padding:0 2rem}}
.article-header--utility-video .article-header-bg--utility-video .asb-cta-button-wrap{margin:1.5rem 0 0;text-align:center;line-height:1}
@media (min-width: 1030px){.article-header--utility-video .article-header-bg--utility-video .asb-cta-button-wrap{text-align:left}}
.article-header--utility-video .article-header-bg--utility-video .asb-cta-button-wrap .button{text-shadow:none;font-size:1rem;padding:0.75em 1.5em  1em;min-width:9.75rem;max-width:100%;box-sizing:border-box;height:auto;position:relative;transition:0.3s ease-in}
.article-header--utility-video .article-header-bg--utility-video .asb-cta-button-wrap .button:hover{box-shadow:0.5em 0.5em 1.5em rgba(0,0,0,0.4)}
@media (min-width: 768px){.article-header--utility-video .article-header-bg--utility-video .title-group{margin-bottom:2rem}}
@media (min-width: 1030px){.article-header--utility-video .article-header-bg--utility-video .title-group{margin-bottom:0}}
.article-header--utility-video .article-header-bg--utility-video .video-group{position:relative;padding:0;padding-bottom:28.125%;height:0}
@media (min-width: 768px){.article-header--utility-video .article-header-bg--utility-video .video-group{width:66%;margin:0 auto}}
@media (min-width: 1030px){.article-header--utility-video .article-header-bg--utility-video .video-group{width:auto;padding:0;height:auto}}
.article-header--utility-video .article-header-bg--utility-video .video-group .video-description{width:100%;text-align:center;font-size:0.875rem;color:black;margin-top:0.6875rem;margin-bottom:0;text-shadow:none}
@media (min-width: 1030px){.article-header--utility-video .article-header-bg--utility-video .video-group .video-description{font-size:1rem;margin-top:0.4375rem;margin-bottom:0;color:white;text-shadow:0.125rem 0.125rem 0.25rem rgba(0,0,0,0.4)}}
.article-header--utility-video .article-header-bg--utility-video .video-group .video-description__icon{margin-right:0.3125rem}
.article-header--utility-video .article-header-bg--utility-video .video-wrap{position:relative;padding:0;padding-bottom:56.25%;height:0;background:rgba(0,0,0,0.75);line-height:0}
@media (min-width: 1030px){.article-header--utility-video .article-header-bg--utility-video .video-wrap{position:static;padding-bottom:0;height:auto}}
.article-header--utility-video .article-header-bg--utility-video .video-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%;box-shadow:1.25rem 1.25rem 1.25rem rgba(0,0,0,0.12)}
@media (min-width: 1030px){.article-header--utility-video .article-header-bg--utility-video .video-wrap iframe{position:static;height:17.5625rem;width:31.2rem}.article-header--utility-video .article-header-bg--utility-video{padding:6.3125rem 0 6.625rem 0;display:block;margin-bottom:0}.article-header--utility-video .article-header-bg--utility-video .page-title,.article-header--utility-video .article-header-bg--utility-video .subtitle{text-align:left}.article-header--utility-video .article-header-bg--utility-video .j15-grid-col{display:flex;justify-content:center;flex-direction:column;text-align:center}}
.videopack-cover-discount{margin-bottom:1rem}
@media (min-width: 1030px){.videopack-cover-discount{margin-bottom:2.25rem}}
.videopack-cover-discount__img{width:100%;height:auto}
.tingle-modal--register .tingle-modal-box{width:auto}
.tingle-modal--register .tingle-modal__close{box-shadow:unset;margin:0}
.tingle-modal--register .tingle-modal__close:active,.tingle-modal--register .tingle-modal__close:focus{top:0.625rem;outline:none}
.tingle-modal--register .tingle-modal__img{width:100%}
.tingle-modal--register .tingle-modal__closeIcon{display:flex;align-items:center;justify-content:center;font-size:5rem}
.block-access-coin{max-width:354px;margin:18px auto 18px auto}
.block-access-coin__button{text-decoration:none;max-width:354px;background:#ddb103;font-size:18px;line-height:21px;padding:8px 14px;color:white;margin-bottom:1rem;width:100%;text-transform:unset;font-weight:normal;box-shadow:none;display:block;text-align:center}
.block-access-coin__button:before{content:"\f09c";margin-right:0.5rem;color:white;font-size:18px;line-height:21px;font-family:FontAwesome}
.block-access-coin__button:hover,.block-access-coin__button:focus{background:#dd8812;color:white}
.block-access-coin__button--video{max-width:unset;font-size:14px;line-height:16px;position:relative;padding:8px 30px 8px 8px;text-transform:uppercase;margin:0;box-shadow:0 3px rgba(0,0,0,0.15);min-height:38px;font-weight:normal}
@media (min-width: 768px){.block-access-coin__button--video{max-width:239px;min-height:31px;font-size:11px;line-height:13px}.block-access-coin__button--video .block-access-coin__line{display:none}}
.block-access-coin__button--video .block-access-coin__unblock:after{content:"\f09c";color:white;font-family:FontAwesome;font-size:14px;margin-left:0.5rem}
@media (min-width: 768px){.block-access-coin__button--video .block-access-coin__unblock:after{content:''}.block-access-coin__button--video:after{color:white;font-family:FontAwesome;content:"\f09c";right:10px;position:absolute;top:50%;transform:translateY(-50%);font-size:11px}}
.block-access-coin__button--video:before{content:unset}
.block-access-coin__desc{text-align:center;margin:0}
.block-access-coin__desc--highlighted{color:#558423}
.video-unlock-view .noaccess-wrap{margin-top:0}
ul.j15-list{margin:0}
@media (min-width: 768px){ul.j15-list{margin-left:-1.5rem;width:calc(100% + 3rem)}}
.j15-list{list-style-type:none}
.j15-list li.j15-list__item{list-style-type:none;margin-bottom:1.5rem;background:white;padding:1rem 1.25rem;box-shadow:8px 8px 20px rgba(0,0,0,0.1);box-sizing:border-box}
@media (min-width: 768px){.j15-list li.j15-list__item{padding:1.375rem 1.5625rem}}
.j15-list__wrap{display:flex;align-items:center;justify-content:space-between}
.j15-list__content{list-style-type:none}
.j15-list__content p{color:black}
.j15-list__content p:first-of-type{margin-top:0}
.j15-list__content p:last-of-type{margin-bottom:0}
.j15-list__content--highlighted{font-weight:bold;color:#558423}
.j15-list__points{padding-left:1.25rem}
@media (min-width: 768px){.j15-list__points{padding-left:1.75rem}}
.j15-list__point{display:inline-flex;justify-content:center;align-items:center;width:25px;min-width:25px;height:25px;background:#ddb103;border-radius:50%;color:white;font-size:12px;line-height:14px}
.j15-list__point--white{border:1px solid #ddb103;background:white;color:#ddb103}
.j15-block-user-points{display:flex;max-width:36.25rem;align-items:center;justify-content:center;flex-direction:column;margin:5rem auto}
@media (min-width: 768px){.j15-block-user-points{flex-direction:row}}
.j15-block-user-points p.j15-block-user-points__heading{color:black;margin:0;text-align:center}
.j15-block-user-points p.j15-block-user-points__heading--highlighted{font-size:1.5rem;line-height:1.8125rem;color:#5E3A08}
.j15-block-user-points__item{display:flex;flex-direction:column;justify-content:center}
@media (min-width: 768px){.j15-block-user-points__item{margin-bottom:0}}
.j15-block-user-points__item--highlighted{margin:3rem 0}
@media (min-width: 768px){.j15-block-user-points__item--highlighted{margin:0 5rem}}
.j15-block-user-points__point{margin:0.75rem auto;border-radius:50%;background:#ddb103;color:white;font-size:1.125rem;line-height:1.375rem;width:2.9375rem;height:2.9375rem;font-weight:bold;display:flex;justify-content:center;align-items:center}
.j15-block-user-points__point--highlighted{margin:1rem auto;width:6.1875rem;height:6.1875rem;font-size:3.5rem;line-height:4.1875rem}
.j15-block-user-points__point--white{background:white;border:0.1875rem solid #ddb103;color:#ddb103}
.j15-block-user-points p.j15-block-user-points__text-coin{text-align:center;margin:0;color:#5E3A08}
.j15-block-user-points p.j15-block-user-points__text-coin--highlighted{font-size:1.25rem;line-height:1.5rem}
.video-points-history-item__date{font-style:italic;font-size:0.75em;opacity:0.75;display:block}
@media (min-width: 768px){.video-points-history-item__date{display:inline-block;margin-right:0.66rem}}
.asb-page-role-asb_page_sharing_benefit_points .j15-block-user-points__point,.asb-page-role-asb_page_sharing_benefit_points .j15-list__point{background:#438523}
.asb-page-role-asb_page_sharing_benefit_points .j15-block-user-points__point--white,.asb-page-role-asb_page_sharing_benefit_points .j15-list__point--white{background:#fff;border-color:#438523;color:#438523}
.j15-cf7-submit{margin-top:1.5em}
.j15-cf7-recaptcha{margin-top:1.5em}
.page_videos_list__webinar-wrap{width:100%;max-width:1000px;margin:-1rem auto 0 auto;position:relative}
@media (min-width: 768px){.page_videos_list__webinar-wrap{margin:-2rem auto 0 auto}}
.page_videos_list__webinar-button{position:absolute;right:0;top:0;transform:translateY(-50%);padding:0.625rem 1.5rem;font-size:0.675em}
@media (min-width: 768px){.page_videos_list__webinar-button{padding:0.875rem 1.5rem;font-size:0.875em;right:4.25rem}}
.page_videos_list__webinar-icon{margin-left:0.5rem}
.j15-login-message{display:flex;align-items:center;position:absolute;left:50%;transform:translateX(-50%);top:1rem;width:100%;justify-content:center}
@media (min-width: 768px){.j15-login-message{left:auto;right:1rem;transform:none;justify-content:flex-end}}
.j15-login-message__text{font-weight:bold;font-size:0.625rem;line-height:0.75rem;color:#212121}
@media (min-width: 768px){.j15-login-message__text{font-size:0.875rem;line-height:1.0625rem}}
.j15-login-message__link{font-weight:bold;font-size:0.875rem;line-height:1.0625rem;color:#396105;text-decoration:none;display:inline-block;margin-left:1rem;transition:all 0.4s ease-in-out}
@media (min-width: 768px){.j15-login-message__link{margin-left:2rem}}
.j15-login-message__link--highlighted{padding:0.6rem 1.25rem;border:0.125rem solid #396105;box-sizing:border-box;white-space:nowrap}
@media (min-width: 768px){.j15-login-message__link--highlighted{padding:0.6rem 2rem}}
.j15-login-message__link--highlighted:hover,.j15-login-message__link--highlighted:focus{border:2px solid #6ca82d}
.g-recaptcha{clear:both;margin:1em 0}
.asb-login__form .g-recaptcha{clear:both;margin:0 0 1.5em 0}
.j15-link{color:#558423}
.j15-link:hover,.j15-link:focus{color:#6ca82d}
.j15-link--error{color:#DA0000}
.j15-link--error:hover,.j15-link--error:focus,.j15-link--error:active{color:#ff4141}
.j15-link--underline{text-decoration:underline}
body.page-template-template-tailwind .header{margin:0}
.asb-transition{transition:all 0.5s ease-in-out}
.j15-hr:before,.j15-hr:after{content:"";display:block;height:1px;position:absolute;left:0;top:50%;transform:translateY(-50%);background:rgba(255,255,255,0.18)}
.j15-hr:after{left:auto;right:0}
.j15-hr--login-modal:before,.j15-hr--login-modal:after{width:calc(50% - 54px)}
.bg-facebook{background:#4267B2}
.bg-facebook:hover,.bg-facebook:focus,.bg-facebook:active{background:#6283c5}
.text-asb-black{color:black}
.home-calendar{width:100%;font-size:0.875em}
.home-calendar .col--lecturers{display:none}
.home-calendar .col--name{padding-left:0}
.home-calendar .col--date{padding-right:0;color:#afafac}
.home-calendar tr td{padding:0.75em 0.5em;border-top:1px solid #efefef}
.home-calendar tr:last-child td{border-bottom:1px solid #efefef}
.home-calendar .event-link{font-weight:bold;color:inherit;text-decoration:none}
@media (min-width: 768px){.home-calendar .col--name{position:relative}.home-calendar .event-link{margin-left:1.66em;display:block}.home-calendar .event-link:before{position:absolute;left:0;top:50%;transform:translateY(-50%);content:'\f133';font-weight:normal;display:inline-block;font-family:'FontAwesome' !important;text-align:center;margin-right:0.5em;vertical-align:middle;padding:0.33em;font-size:0.66em;border-radius:50%;width:1.3em;height:1.3em;line-height:1.2em;background:#efefef;transition:0.3s ease-in}.home-calendar .event-link:hover:before,.home-calendar .event-link:focus:before{content:'\f271';background:#558423;color:#fff}}
@media (min-width: 1030px){.home-calendar .col--lecturers{display:table-cell;width:44%;padding-right:0}.home-calendar .col--date{width:6em;padding-right:0.5em}}
.tiles-wrap+.tiles-wrap{margin-top:0}
.calendar-content .module{width:100%}
.module.module--event .module__header{color:#fff;padding:0.75em 1em;background:#212123}
.module.module--event.module--special-event{border:1px solid rgba(55,77,2,0.5)}
.module.module--event.module--special-event .module__header{background:#374d02}
.module.module--calendar-cat .module__footer{text-align:center;j15-grid-gap:0;padding:0;display:flex}
.module.module--calendar-cat .module__footer .box{padding:0.88em 0.88em;text-transform:uppercase;font-size:0.75em;background:#eaedf2;text-decoration:none;color:#443e3b;flex-grow:1}
.module.module--calendar-cat .module__footer .box+.box{border-left:1px solid #efefef}
.module.module--calendar-cat .module__footer .module__footer__link{transition:0.3s ease-in}
.module.module--calendar-cat .module__footer .module__footer__link i{background:#fff;border-radius:50%;display:inline-block;font-size:0.875em;height:2em;margin-right:0.4em;padding:0.5em;width:2em;color:#5d5d5b;transition:0.3s ease-in}
.module.module--calendar-cat .module__footer .module__footer__link:hover,.module.module--calendar-cat .module__footer .module__footer__link:focus{color:#191d24}
.module.module--calendar-cat .module__footer .module__footer__link:hover i,.module.module--calendar-cat .module__footer .module__footer__link:focus i{color:#558423}
.module.module--calendar-cat .module__title{font-size:1em}
body .events-list>li{padding-left:0}
.event-data{position:relative}
.event-data:before{content:"\f133";display:block;position:absolute;left:0;top:0.85em;transform:translateX(-50%);background:#efefef;color:#50504e;text-align:center;font-size:0.875em;height:2em;width:2em;box-sizing:border-box;padding:0.4em;line-height:1em;font-family:'FontAwesome' !important;border-radius:50%}
.event-data p{margin:0}
.event-data h4{margin-top:1rem;margin-bottom:0.75rem}
.event-data.event-data--embedded:before{display:none}
.event-data.event-data--embedded .event-classes{max-width:25rem;margin:2rem auto 3rem}
.event-data.event-data--embedded .event-class__time i,.event-data.event-data--embedded .event-class__time small{display:block}
.event-data.event-data--embedded .event-class__time time{font-weight:bold}
.event-data.event-data--two-columns .event-data__header__{margin-bottom:1rem}
.event-data.event-data--two-columns .event-classes{margin:0}
@media (min-width: 1030px){.event-data.event-data--two-columns .event-classes{max-width:unset;display:flex;flex-flow:column wrap;max-height:31.25rem;height:31.25rem}}
.event-data.event-data--two-columns .event-class{height:auto;margin:0 0 1rem 0}
@media (min-width: 1030px){.event-data.event-data--two-columns .event-class{width:50%;padding-right:1rem}}
.event-data.event-data--two-columns .event-class+.event-class{margin:0 0 1rem 0}
.event-data .event-data__header{padding-left:0.75em}
.event-data .event-data__date{margin:0;letter-spacing:0;font-family:"Lato",Arial,sans-serif;font-size:1em;text-transform:none}
.event-data .event-data__date.event-data__date--deco{padding:0.5rem 0.66rem;background:#f6f6f6;text-align:center}
.event-data .event-class{font-size:0.92em}
.event-data .event-class__desc{font-style:italic;font-size:0.875em}
body .events-list .event-data .event-class{height:auto}
body .events-list .event-data .event-class .event-class__desc{padding:0.03rem 0}
body .events-list .event-data .event-class.event-class-long .event-class__desc{padding:1rem 0}
body .event-categories{list-style:none;font-size:0.6875em;text-transform:uppercase}
body .event-categories .event-categories__list{margin:0;display:flex;flex-wrap:wrap;width:100%}
body .event-categories a{display:block;background:#fff;color:#374d02;text-decoration:none;line-height:1em;padding:0.2em 0.35em}
body .event-categories a .full{display:none}
body .event-categories li{padding-left:0;margin:0 0.20em 0.20em 0 !important;list-style-type:none}
.event-details .event-details__row+.event-details__row{margin-top:0.5em}
.event-details .event-location{font-size:0.875em}
.event-details__lecturer-info .j15-grid-col{padding:0.5em 0.66em}
@media (min-width: 768px){.calendar-content{padding:0 32px;max-width:60em;margin:0 auto}.calendar-content .gutter-size{width:6%}.calendar-content .module{width:calc(45% - 16px)}.event-data .event-class{height:5.33rem}.event-data .event-class.event-class--logistic{height:auto}}
@media (min-width: 1030px){.calendar-content{display:block}.calendar-content .module{box-sizing:border-box}.calendar-content .module:nth-child(4n+1){order:1}.calendar-content .module:nth-child(4n+2){order:2}.calendar-content .module:nth-child(4n+3){order:3}.calendar-content .module:nth-child(4n){order:4}}
.asb-page-role-asb_page_events_list .article-header{margin-bottom:0}
.asb-calendar-switch{margin-bottom:2em;display:flex;width:100%;background:#212123;overflow:hidden}
.asb-calendar-switch__link{flex-grow:1;text-align:center;color:#fff;padding:1em;font-size:1em;font-family:"Merriweather",serif;font-style:italic;text-decoration:none;background:#3a3a3d}
@media (min-width: 768px){.asb-calendar-switch__link{font-size:1.33em}}
.asb-calendar-switch__link span{opacity:0.7;transition:0.3s ease-in}
.asb-calendar-switch__link:hover,.asb-calendar-switch__link:focus{color:#fff}
.asb-calendar-switch__link:hover span,.asb-calendar-switch__link:focus span{opacity:1}
.asb-calendar-switch__link.asb-calendar-switch__link--previous,.asb-calendar-switch__link.asb-calendar-switch__link--upcoming{position:relative;z-index:1}
.asb-calendar-switch__link.asb-calendar-switch__link--previous:after,.asb-calendar-switch__link.asb-calendar-switch__link--upcoming:after{font-family:'FontAwesome' !important;display:block;position:absolute;top:50%;font-style:normal;transform:translateY(-50%)}
.asb-calendar-switch__link.asb-calendar-switch__link--previous:after{content:"\f104";display:block;left:1em}
.asb-calendar-switch__link.asb-calendar-switch__link--previous.active{border-right:1px solid rgba(255,255,255,0.1)}
.asb-calendar-switch__link.asb-calendar-switch__link--upcoming:after{content:"\f105";display:block;right:1em}
.asb-calendar-switch__link.asb-calendar-switch__link--upcoming.active{border-left:1px solid rgba(255,255,255,0.1)}
.asb-calendar-switch__link.active{z-index:2;background:#212123;box-shadow:0 0 1.33em #191d24}
.asb-calendar-switch__link.active:after{display:none}
.asb-calendar-switch__link.active span{opacity:1}
body .events-list--my-cal{padding-left:0;margin-left:0}
body #container .event-data__expand{display:none}
body #container .event-data .module__date{display:none}
body #container .event-data .event-classes .event-class__title-webinar{font-style:italic;font-size:0.875em}
body #container .event-data .event-classes .event-class__title-webinar.js-event-class-desc-trigger{cursor:pointer;transition:all 0.5s ease-in-out}
body #container .event-data .event-classes .event-class__title-webinar.js-event-class-desc-trigger:hover .event-class__expand,body #container .event-data .event-classes .event-class__title-webinar.js-event-class-desc-trigger:focus .event-class__expand{color:#6c9804}
body #container .event-data .event-classes .event-class__expand{font-size:0.875rem;line-height:1.0625rem;color:#374d02;margin-left:0.25rem}
body #container .event-data .event-classes .event-class__expand:after{font-family:"FontAwesome";content:"\f107";margin-left:0.3rem;font-weight:bold}
body #container .event-data .event-classes .event-class__expand.active:after{content:"\f106"}
body #container .event-data .event-classes .event-class__desc-wrap{height:0;opacity:0}
body #container .event-data .event-classes .event-class__desc-content{height:0}
body #container .event-data .event-classes .event-class__desc{font-size:0.875rem;line-height:1.0625rem;color:#828282;font-style:normal;height:0;transition:height 0.5s ease-in-out, opacity 0.5s ease-in-out;overflow:hidden;opacity:0}
body #container .event-data .event-classes .event-class__desc.active{padding:0.9375rem;position:absolute;background:white;box-shadow:0px 4px 22px rgba(0,0,0,0.09);width:100%;max-height:180px;height:auto;margin:0.25rem 0 0.75rem 0;opacity:1;transition:height 0.5s ease-in-out, opacity 0.5s ease-in-out;z-index:1000;left:0;max-width:300px}
@media (min-width: 430px){body #container .event-data .event-classes .event-class__desc.active{left:auto;max-width:340px}}
body #container .event-data .event-classes .event-class__desc.active .event-class__desc-wrap{border-left:1px solid rgba(118,118,118,0.5);padding-left:0.9375rem;opacity:1;height:auto}
body #container .event-data .event-classes .event-class__desc.active .event-class__desc-content{max-height:130px;overflow-y:auto;height:auto}
body #container .event-data .event-classes .event-class__desc p{margin-bottom:0.5rem}
body #container .event-data .event-classes .event-class__desc p:last-of-type{margin-bottom:0}
body #container .event-data .event-classes .event-class__collapse{display:inline-block;color:#787876;margin-top:0.5rem;cursor:pointer;transition:all 0.5s ease-in-out;position:relative}
body #container .event-data .event-classes .event-class__collapse:hover,body #container .event-data .event-classes .event-class__collapse:focus{color:#4F4F4F}
body #container .event-data .event-classes .event-class__collapse:hover:before,body #container .event-data .event-classes .event-class__collapse:focus:before{background:#4F4F4F}
body #container .event-data .event-classes .event-class__collapse:before{content:"";width:calc(100% - 0.75rem);height:1px;background:#787876;position:absolute;bottom:0;left:0}
body #container .event-data .event-classes .event-class__collapse:after{font-family:"FontAwesome";content:"\f106";margin-left:0.3rem;font-weight:bold}
body #container .event-data--foldable{padding:0}
body #container .event-data--foldable:before{display:none}
body #container .event-data--foldable .event-classes{overflow:hidden;height:0;opacity:0;transition:0.3s ease-in;margin-bottom:0;margin-top:0}
body #container .event-data--foldable .event-classes .event-class{min-height:2.6rem}
body #container .event-data--foldable .event-classes .event-class .user-label__avatar--empty{margin-top:2px}
body #container .event-data--foldable .event-data__header{cursor:pointer;vertical-align:center;padding:1rem;transition:0.3s ease-in}
body #container .event-data--foldable .event-data__header:hover{background:rgba(239,239,239,0.5)}
body #container .event-data--foldable .event-data__header .svg-icon{opacity:0.5;margin-right:0.75rem}
body #container .event-data--foldable .event-data__date{display:inline-block;line-height:1em;vertical-align:center}
body #container .event-data--foldable:last-child{border-bottom:1px solid #efefef}
body #container .event-data--foldable .event-room-header:first-child h4{margin-top:0}
body #container .event-data--foldable.open .event-classes{height:auto;opacity:1;margin-bottom:1rem}
body #container .event-data--foldable.open .svg-icon{opacity:1;transform-origin:center;transform:rotate(45deg);transform:rotate(45deg) scale(1.1)}
body #container .event-data--foldable.open .event-data__header{background:#fef4ac;margin-bottom:0.75rem}
body #container .event-data--foldable.open .event-data__header:hover{background:rgba(254,244,172,0.75)}
body #container .event-data--calendar2{position:relative;padding-left:0}
body #container .event-data--calendar2:before{content:none}
body #container .event-data--calendar2:last-child{border-bottom:0.0625rem solid #efefef}
body #container .event-data--calendar2 .event-data__header{display:none}
body #container .event-data--calendar2 .event-data__expand{display:block;position:absolute;bottom:-0.0625rem;left:50%;transform:translateX(-50%);background:inherit;font-weight:bold;font-size:0.875rem;line-height:1.0625rem;color:#374d02;z-index:1;padding:0 0.8rem 0.2rem 0.5rem;cursor:pointer;transition:color 0.3s ease-in-out, border-bottom 0.3s ease-in-out}
body #container .event-data--calendar2 .event-data__expand:hover,body #container .event-data--calendar2 .event-data__expand:focus{color:#558423}
body #container .event-data--calendar2 .event-data__expand:hover:after,body #container .event-data--calendar2 .event-data__expand:focus:after{background:#558423}
body #container .event-data--calendar2 .event-data__expand:after{content:"";height:0.0625rem;width:100%;position:absolute;left:0;bottom:0;background:#374d02}
body #container .event-data--calendar2 .event-data__expand:before{font-family:"FontAwesome";content:"\f107";margin-right:0.3rem;font-weight:bold}
body #container .event-data--calendar2 .event-data__expand.open:before{content:"\f106"}
body #container .event-data--calendar2 .event-classes .event-class__data.js-event-class-desc-trigger{cursor:pointer}
body #container .event-data--calendar2 .event-classes .event-class__data.js-event-class-desc-trigger:hover .event-class__expand,body #container .event-data--calendar2 .event-classes .event-class__data.js-event-class-desc-trigger:focus .event-class__expand{color:#6c9804}
body #container .event-data--calendar2.open .event-classes{min-height:7.5rem}
@media (min-width: 768px){body #container .event-data--calendar2.open .event-classes{min-height:6rem}}
body #container .event-data--calendar2.open .event-classes:after{background:none}
body #container .event-data--calendar2.open .module__content-wrap{padding-bottom:2rem}
body #container .event-data--calendar2 .event-classes{overflow:hidden;height:auto;opacity:1;margin:0;transition:none}
body #container .event-data--calendar2 .event-classes .event-room-header{padding:0}
body #container .event-data--calendar2 .event-classes .event-room-header:first-of-type{margin-top:0}
body #container .event-data--calendar2 .event-classes .event-room-header:first-of-type h4{margin-top:0}
body #container .event-data--calendar2 .event-classes .event-class{padding:0}
body #container .event-data--calendar2 .event-classes .event-class+.event-class{margin-top:0.5rem}
body #container .event-data--calendar2 .event-classes .event-class__data{color:#212121;font-size:0.875rem;line-height:1.0625rem;margin-bottom:0.3rem}
body #container .event-data--calendar2 .event-classes .event-class__time{font-size:0.875rem;line-height:1.0625rem;font-weight:bold}
body #container .event-data--calendar2 .event-classes .event-class__desc.active{border-left:1px solid rgba(118,118,118,0.5);position:static;background:inherit;box-shadow:none;max-height:unset;overflow-y:auto;padding:0 0 0 0.9375rem}
body #container .event-data--calendar2 .event-classes .event-class__lecturers{display:flex;flex-wrap:wrap}
body #container .event-data--calendar2 .event-classes .event-class__lecturers-item{display:flex;align-items:center;margin-right:0.75rem;margin-bottom:0.3rem}
body #container .event-data--calendar2 .event-classes .event-class__lecturers-item .user-label__avatar{height:28px !important;width:28px !important}
body #container .event-data--calendar2 .event-classes .event-class__lecturers-item .user-label__type{display:block;font-size:0.625rem;line-height:1em;color:#787876;padding-left:0.3125rem;text-transform:uppercase}
body #container .event-data--calendar2 .event-classes .event-class .user-label{display:inline-flex;align-items:center}
body #container .event-data--calendar2 .event-classes .event-class .user-label__avatar{width:1.3125rem;height:1.3125rem;position:static;margin-top:1px}
body #container .event-data--calendar2 .event-classes .event-class .user-label__avatar img{margin:0;z-index:auto}
body #container .event-data--calendar2 .event-classes .event-class .user-label__avatar:after{content:none}
body #container .event-data--calendar2 .event-classes .event-class .user-label__avatar--empty{border:unset;border-radius:unset}
body #container .event-data--calendar2 .event-classes .event-class .user-label__avatar--empty img{border:0.125rem solid #eee;border-radius:50%}
body #container .event-data--calendar2 .event-classes .event-class .user-label__name{font-weight:normal;font-size:0.875rem;line-height:1.0625rem;color:#396105;padding-left:0.3125rem;transition:color 0.3s ease-in-out}
body #container .event-data--calendar2 .event-classes .event-class .user-label__name:hover,body #container .event-data--calendar2 .event-classes .event-class .user-label__name:focus{color:#558423}
body #container .event-data--calendar2 .event-classes .event-class .user-label__name--unknown{color:#443e3b}
body #container .event-data--calendar2 .event-classes .event-class .user-label__name--unknown:hover,body #container .event-data--calendar2 .event-classes .event-class .user-label__name--unknown:focus{color:inherit}
body #container .event-data--calendar2 .module__content-wrap{display:flex;transition:0.5s ease-in-out}
body #container .event-data--calendar2 .module__date{display:block;width:4.125rem;min-width:4.125rem;padding:0 0.4375rem;text-align:center}
body #container .event-data--calendar2 .module__day,body #container .event-data--calendar2 .module__month,body #container .event-data--calendar2 .module__year{font-family:"Merriweather";color:#374d02;display:block}
body #container .event-data--calendar2 .module__day{font-weight:bold;font-size:2rem;line-height:2.5rem}
body #container .event-data--calendar2 .module__month{font-size:0.875rem;line-height:1.125rem}
body #container .event-data--calendar2 .module__year{font-size:0.75rem;line-height:0.9375rem}
body #container .event-data--expand:after{content:"";position:absolute;right:0;bottom:0;width:calc(100% - 4.125rem);height:2.6875rem;background:linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.84) 38.54%, #fff 100%)}
body #container .event-data--expand .event-classes{height:7.5rem}
.sidebar--filters{margin-top:0;background:#e0e0e0}
.sidebar--filters select{background-position:96% center}
@media (min-width: 768px){.sidebar--filters{background:transparent}}
@media (min-width: 1030px){.sidebar--filters input,.sidebar--filters textarea,.sidebar--filters select{font-size:0.875em;padding:0.75em 1.05em}.sidebar--filters .sidebar--filters__header{margin-top:0}.sidebar--filters select{background-position:94% center}}
.sidebar--filters.is-opened .sidebar--filters__header .close{display:inline-block}
.sidebar--filters.is-opened .sidebar--filters__header .open{display:none}
.sidebar--filters__header{padding:1em 1.4em}
.sidebar--filters__header .close{display:none}
.sidebar--filters__header .tgl{float:right}
@media (min-width: 768px){.sidebar--filters__header{padding:0}}
.sidebar--filters__content{padding:1em 1.4em}
@media (min-width: 768px){.sidebar--filters__content{padding:0}}
.sidebar--filters__actions{margin-top:1em}
.sidebar--filters__actions .button{width:100%}
.asb-profiles-list-wrap .pagination{margin-bottom:1em}
.asbiro-search-summary{text-align:center;margin-bottom:1em}
.entry-content .asbiro-profiles-list{list-style:none;margin-left:0}
.asbiro-profiles-list__link{background:#efefef;padding:1em;padding-left:5.5em;display:block;text-align:center;text-decoration:none;position:relative;min-height:6em;transition:0.3s ease-in}
.asbiro-profiles-list__link .avatar{border:4px solid #fff;margin:-0.25em auto 0;width:4em;height:4em;position:absolute;left:1em;top:1em}
.asbiro-profiles-list__link:hover,.asbiro-profiles-list__link:focus{background:#f9f9f9}
@media (min-width: 768px){.asbiro-profiles-list__link{text-align:left}}
.asbiro-profiles-list__link__username,.asbiro-profiles-list__link__location{margin:0}
.asbiro-profiles-list__link__username{font-size:1em}
.asbiro-profiles-list__link__location{font-size:0.875em}
.module.module--profile-header{text-align:center;margin-top:50px}
.module.module--profile-header .module__title{margin-top:0;font-size:1.4em}
.module--profile-header--avatar,.entry-content .module--profile-header--avatar{margin:-50px auto 0.75em;position:relative;border:0.5em solid #fff}
.attr-list.attr-list__user-primary-info{list-style:none}
.attr-list.attr-list__user-primary-info .fa{margin-right:0.5em}
@media (min-width: 768px){.attr-list.attr-list__user-primary-info li{display:inline-block}.attr-list.attr-list__user-primary-info li+li{margin-left:0.75em}}
body .profile-urls{list-style:none;padding-left:0}
@media (min-width: 768px){body .profile-urls{padding-right:1em}}
body .profile-urls .fa{margin-right:0.5em}
.profile-contact-request-form{width:25em;max-width:100%;margin:1em auto}
.profile-contact-request-form input,.profile-contact-request-form select,.profile-contact-request-form button{max-width:100%;width:100%}
@media (min-width: 768px){section.multiple-col>*{float:left;margin-top:0;margin-bottom:8px;width:calc( 50% - 4px);margin-right:8px}section.multiple-col>*:nth-child(2n+2){margin-right:0}section.multiple-col>*:nth-child(1),section.multiple-col>*:nth-child(2){margin-top:0}}
#j15-main-mobile-menu .j15-social-links li{display:inline-block;width:auto}
#j15-main-mobile-menu .j15-social-links li+li{margin-left:0em}
#j15-main-mobile-menu .j15-social-links-wrap{text-align:left;padding-left:0.5em}
#j15-main-mobile-menu .j15-social-links__before-text{font-size:0.8em}
.asbiro-profiles-list--lecturers:hover .asbiro-profiles-list__link__desc--lecturers,.asbiro-profiles-list--lecturers:focus .asbiro-profiles-list__link__desc--lecturers{opacity:0.8}
.asbiro-profiles-list--lecturers .asbiro-profiles-list__element+.asbiro-profiles-list__element{margin-top:1em}
.asbiro-profiles-list--lecturers .avatar{left:-0.33em}
.asbiro-profiles-list__link__desc--lecturers{transition:0.3s ease-in}
.asbiro-profiles-list__link--lecturers{text-align:left;padding-left:4.75em}
@media (min-width: 768px){.asbiro-profiles-list__link--lecturers{padding-top:1.25em;padding-bottom:1.5em}}
@media (min-width: 1030px){.asbiro-profiles-list__link--lecturers{padding-top:1.5em;padding-bottom:1.75em;padding-left:3.75em}.asbiro-profiles-list__link--lecturers .avatar{left:-2.6em;width:5.2em;height:5.2em}}
.user-links{margin-top:0.5em}
body .user-links__button{padding:0.4em 0.6em;text-align:center;margin:0 0.3em 0 0;height:2em;min-width:2em;text-decoration:none;vertical-align:bottom;text-transform:none;font-weight:normal;line-height:1rem}
body .user-links__button .fa{margin:0;vertical-align:baseline}
.user-links__section{position:relative;float:left}
body .user-links__regular--multiple .user-links__toggle{transition-duration:0s}
body .user-links__regular--multiple:hover .user-links__toggle,body .user-links__regular--multiple:active .user-links__toggle,body .user-links__regular--multiple.active .user-links__toggle{background:#fff;box-shadow:0.3em 0.3em 0.3em rgba(25,29,36,0.12)}
body .entry-content .asb-links__list,body .asb-links__list{background:#fff;box-shadow:0.3em 0.3em 0.3em rgba(25,29,36,0.12);padding:0;margin:0;list-style:none;display:none}
body .entry-content .user-links__regular--multiple.active .asb-links__list,body .entry-content .user-links__regular--multiple:hover .asb-links__list,body .entry-content .user-links__regular--multiple:active .asb-links__list,body .user-links__regular--multiple.active .asb-links__list,body .user-links__regular--multiple:hover .asb-links__list,body .user-links__regular--multiple:active .asb-links__list{display:block}
body .entry-content .asb-links__list,body .asb-links__list{position:absolute;top:100%;z-index:300}
body .entry-content .asb-links__list__item,body .asb-links__list__item{padding:0.4em 0.6em}
body .entry-content .asb-links__list__item+.asb-links__list__item,body .asb-links__list__item+.asb-links__list__item{margin-top:0;border-top:1px solid rgba(25,29,36,0.05)}
body .entry-content .asb-links__list__item a,body .asb-links__list__item a{font-size:0.875em}
.asbiro-hl-box{padding:1em;margin:1em 0;background:#efefef}
.asbiro-hl-box--centered{max-width:25em;box-sizing:border-box;margin:1em auto 2em}
.mailing-subscription-form{text-align:center}
.mailing-subscription-form__form{text-align:left;max-width:24em;margin:0 auto}
@media (min-width: 768px){body .entry-content .asb-stats{margin-top:3rem;margin-right:-1rem;margin-left:-1rem}}
body .entry-content .asb-stats__list{text-align:left;margin:0}
@media (min-width: 768px){body .entry-content .asb-stats__list{text-align:center}}
body .entry-content .asb-stats__item{display:inline-block;padding:0 1rem 1rem;width:50%;vertical-align:top}
@media (min-width: 768px){body .entry-content .asb-stats__item{width:auto;max-width:20%}}
body .entry-content .asb-stats__item+li{margin-top:0}
body .entry-content .asb-stats__item__number{display:block;font-family:'Lato', 'Arial', sans-serif;font-size:1.7rem;font-weight:bold;vertical-align:top;margin-bottom:0.33rem}
@media (min-width: 768px){body .entry-content .asb-stats__item__number{font-size:2.5rem}}
body .entry-content .asb-stats__item__desc{line-height:1.2;text-transform:uppercase;font-size:0.75rem;display:block;opacity:0.7}
@media (min-width: 768px){body .entry-content .asb-stats--3-items .asb-stats__item{max-width:33%}}
.asbiro-hl-box--acc-status{text-align:center;padding:2em;margin-bottom:2em}
.asbiro-hl-box--acc-status .acc-status__desc{font-size:1em;margin-bottom:0.33em}
.asbiro-hl-box--acc-status .acc-status__expiry-date{font-size:1.42em;font-weight:bold;margin:0.2em 0}
.asbiro-hl-box--acc-status .acc-status__detail{font-size:0.875em;margin-top:0;font-style:italic}
.asbiro-hl-box--acc-extend{text-align:center;padding:2em;margin-bottom:2em}
.asbiro-acc-extend-form{max-width:20em;margin:1em auto}
.asbiro-acc-extend-form input,.asbiro-acc-extend-form select,.asbiro-acc-extend-form button,.asbiro-acc-extend-form .button{width:100%;box-sizing:border-box}
.form-row--register-submit{padding-bottom:0.66em}
.form-row--register-submit .g-recaptcha{margin:1.5em 0 2em 0}
.pdf-link{display:inline-block;text-decoration:none;color:#50504e;background:rgba(239,239,239,0.25);border-radius:2em;padding:0.17em 0.5em;font-size:0.9em;transition:0.3s ease-in;border:1px solid rgba(33,33,35,0.2)}
.pdf-link .fa{color:#212123;position:relative;top:-1px;font-size:0.9em}
.pdf-link:hover,.pdf-link:focus{color:#212123;border:1px solid #212123}
.asb-invoices-table{border-width:1px 0 !important;font-size:0.875em}
.asb-invoices-table td,.asb-invoices-table th{border-right:0;border-left:0}
.asb-invoices-table th{text-align:left;vertical-align:middle;padding:1em 0.5em}
.asb-invoices-table .table-label{line-height:1.05em;display:block}
.asb-invoices-table .table-label+.table-label{margin-top:0.66em}
.asb-invoices-table__col{display:block}
.asb-invoices-table__col--financial{position:relative;cursor:pointer}
.asb-invoices-table__col--financial .tgl{position:absolute;right:0.75em;font-size:1.33em;top:50%;transform:translateY(-50%)}
.asb-invoices-table__col--label{display:none}
.asb-invoices-table__col--detail{display:none}
.asb-invoices-table__col--pay{display:none}
.payment-row.payment-row--expired,.payment-row.payment-row--expired:nth-child(2n){background:#f9bfb7;color:#9e0000;border-bottom:1px solid rgba(158,0,0,0.2)}
.payment-row.payment-row--expired:nth-child(2n){background:#f7aea4}
.payment-row.payment-row--paid,.payment-row.payment-row--paid:nth-child(2n){background:#ebf6d4;color:#112d0a;border-bottom:1px solid rgba(17,45,10,0.2)}
.payment-row.payment-row--paid:nth-child(2n){background:#e3f2c3}
.payment-row.active .asb-invoices-table__col{display:block}
.payment-row.active .asb-invoices-table__col--financial .tgl{transform:translateY(-50%) rotate(45deg)}
@media (min-width: 768px){.asb-invoices-table__col{display:table-cell;vertical-align:top}.asb-invoices-table__col--financial .tgl{display:none}.asb-invoices-table__col--label{display:table-cell}.asb-invoices-table__col--detail{display:table-cell}.asb-invoices-table__col--pay{display:table-cell}}
#asbiro-loader-front{position:fixed;height:100%;width:100%;top:0;left:0;background:rgba(0,0,0,0.7);display:none;z-index:1999}
#asbiro-loader-front svg,#asbiro-loader-front img{top:50%;left:50%;position:fixed;margin-left:-76px;margin-top:-76px}
#asbiro-loader-front.has-text .loader-text{position:absolute;top:2em;font-size:2em;color:white;font-weight:bold;text-align:center;padding:0 1em;width:100%;box-sizing:border-box}
.asbiro-pay-methods__header{margin:1.5em 0 1em}
.payment-choice{position:relative}
.payment-choice:hover .payment-choice__logo{transform:scale(1.1) rotate(12deg)}
.payment-choice--bm:hover .payment-choice__logo{transform-origin:72px 26px;transform:scale(1) rotate(12deg)}
.payment-choice--bm .payment-choice__logo{transform:translate(-7px, -7px)}
.payment-choice__title{margin-left:1.6em}
.payment-choice__logo{position:absolute;transition:0.3s ease-in;left:-1.5em;top:1em}
.payment-choice__logo--tpay{width:3.4375rem}
.asbiro-pay-box{position:relative}
.asbiro-pay-box:before{font-family:'FontAwesome' !important;font-size:1.55em;position:absolute;right:16px;top:10px;display:none;color:#191d24;opacity:0.25}
@media (min-width: 768px){.asbiro-pay-box:before{font-size:2.4em;left:-1.2em;top:6px;right:auto;opacity:0.08}}
.asbiro-pay-box__invoice-status--incorrect .fa{margin-right:0.5em;color:#9e0000}
.asbiro-pay-box__invoice-status--correct .fa{color:#374d02}
.asbiro-pay-box--details:before{content:"\f02b";display:block}
.asbiro-pay-box--invoice:before{content:"\f15c";display:block}
.payment-fields{font-weight:bold;color:#50504e}
.payment-fields--price{min-height:1em}
.payment-fields--item{min-height:1em;resize:none}
.payment-step2__actions{text-align:center}
.payment-step2__actions img{margin:0 0 1em}
.payment-step2__actions img.payment-step2__actions__img-tpay{width:6.75rem;margin:0 0 1rem 1.5rem}
.payment-step2__actions img,.payment-step2__actions .button,.payment-step2__actions button,.payment-step2__actions input{display:inline-block;vertical-align:middle}
.payment-step2__actions p{margin-top:1.66em}
.payment-summary{text-align:center}
body .checkout-form__desc{margin-top:1.5rem;margin-bottom:1rem}
.contactbox{display:block;opacity:1;position:fixed;bottom:0.5rem;right:0.5rem;z-index:910;background:rgba(239,239,239,0.86);padding:3em 1em 1em;box-shadow:0.3em 0.3em 2em rgba(25,29,36,0.35);transition:0.4s ease-in 0.3s;font-size:0.875em;width:15.625rem}
.contactbox .avatar{width:6em;height:6em;position:absolute;top:-3em;left:50%;margin-left:-3em}
.contactbox.hidden{opacity:0;bottom:-20em}
.contactbox.hidden .contactbox__close{transform:rotate(0)}
.contact-person__name{margin:0.4em 0;font-size:1.33em}
.contact-person__message{margin-bottom:0.66em}
.contact-person__phone,.contact-person__email{margin-bottom:0.5em;display:block}
.contact-person__phone .fa,.contact-person__email .fa{margin-right:0.33em}
.contactbox__close{position:absolute;top:-0.8em;right:0.5em;line-height:1em;font-size:1.66em;cursor:pointer;background:#9e0000;color:#fff;transition:0.3s ease-in;transform:rotate(45deg);border-radius:50%;text-align:center;vertical-align:middle;padding:0.2em;height:1.6em;width:1.6em}
.contactbox__close:hover,.contactbox__close:focus{transform:rotate(45deg)}
.contactbox__close .tgl{vertical-align:middle;font-size:1em;line-height:1em}
.contactbox__close .tgl:before,.contactbox__close .tgl:after{background:#fff}
.contactbox__close .tgl:before{height:0.125rem}
.contactbox__close .tgl:after{width:0.125rem}
.contactbox-trigger{display:none;z-index:900;transition:0.3s ease-in}
.contactbox-trigger.hidden{opacity:0;bottom:-5em}
.contactbox-trigger__modal-button{display:flex;align-items:center;height:3rem;margin-bottom:0.5rem;padding:0 0 0 2.1875rem;font-weight:normal;font-size:1.1em;line-height:1.5rem;position:relative;text-transform:unset;left:-42px;border-radius:2rem 0 0 2rem;box-shadow:none;background:#396105;width:17.375rem}
.contactbox-trigger__modal-button:hover,.contactbox-trigger__modal-button:focus{background:#438523}
.contactbox-trigger--mobile{display:block;position:fixed;bottom:0.5rem;right:0.5rem;background:#2e5b18;border:1px solid rgba(255,255,255,0.4);color:#fff;text-align:center;font-size:2em;box-sizing:border-box;line-height:1em;padding:0.2em;width:1.4em;height:1.4em;border-radius:50%;box-shadow:0.2em 0.2em 0.5em rgba(25,29,36,0.45)}
@media (min-width: 768px){.contactbox-trigger--mobile{display:none}}
.contactbox-trigger--mobile:focus{transform:scale(1.2)}
.contactbox-trigger--desktop{position:fixed;bottom:0.5rem;padding:0.5em 0.75em;right:0.5rem;cursor:pointer;opacity:0.97;display:none;background:#2e5b18;border:1px solid rgba(255,255,255,0.4);color:#fff}
@media (min-width: 768px){.contactbox-trigger--desktop{display:block}}
.contactbox-trigger--desktop:hover,.contactbox-trigger--desktop:focus{transform:scale(1.05);opacity:1}
.contactbox-trigger--desktop .contactbox-trigger__icon{background:transparent;opacity:1;border:0;font-size:1em;margin-right:0.25em;display:inline-block;box-shadow:none;width:auto;padding:0}
.contactbox-trigger__content{color:#fff;font-weight:bold;display:inline-block}
.contactbox-trigger__content__aside{font-size:0.875em;font-weight:normal;font-family:"Lato",Arial,sans-serif}
.contactbox-trigger__icon{background:#2e5b18;border:1px solid rgba(255,255,255,0.4);color:#fff;text-align:center;font-size:2em;box-sizing:border-box;line-height:1em;padding:0.2em;width:1.4em;height:1.4em;border-radius:50%;box-shadow:0.2em 0.2em 0.5em rgba(25,29,36,0.45);transition:0.3s ease-in}
.module-contactbox{text-align:center}
.module-contactbox .avatar{cursor:pointer;margin-bottom:0;width:4em;height:4em}
.module-contactbox__message{margin-bottom:0.33em}
.module-contactbox__meta{display:block}
@media (min-width: 768px){.module-contactbox__meta{display:inline-block;margin-right:0.75em}.module-contactbox__meta:nth-last-child{margin-right:0}}
.module-contactbox__meta a{word-break:break-all}
.module-contactbox__meta .fa-phone{margin-right:0.3rem}
.module-contactbox__meta .fa-envelope-o{margin-right:0.3rem}
.module-contactbox__name{margin:0.1em 0;padding-top:0.4em;cursor:pointer}
@media (min-width: 768px){.module-contactbox{text-align:left}.module-contactbox__contactinfo{padding-left:5em;position:relative;min-height:5em}.module-contactbox__contactinfo .avatar{position:absolute;left:0;top:0}}
.vidthumb-wrap{position:relative;display:block;color:#fff;text-decoration:none;line-height:1em;overflow:hidden;width:100%;height:0;padding-bottom:56.25%;background:#443e3b}
.vidthumb-wrap:after{display:block;content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;box-shadow:0 0 4em rgba(25,29,36,0.25) inset}
.vidthumb-wrap:hover,.vidthumb-wrap:focus{color:#fff}
.vidthumb-wrap:hover .vidthumb-wrap__mask,.vidthumb-wrap:focus .vidthumb-wrap__mask{opacity:0;top:100%}
.vidthumb-wrap:hover .vidthumb-wrap__mask--play,.vidthumb-wrap:focus .vidthumb-wrap__mask--play{opacity:1;top:0}
.vidthumb-wrap:hover .vidthumb-wrap__mask--play .vidthumb-wrap__mask__label,.vidthumb-wrap:focus .vidthumb-wrap__mask--play .vidthumb-wrap__mask__label{opacity:1}
.vidthumb-wrap__mask{display:block;position:absolute;opacity:0;top:100%;left:0;width:100%;height:100%;transition:0.15s ease-in;background:rgba(25,29,36,0.7)}
.vidthumb-wrap__mask__label{opacity:0;position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);transition:0.2s ease-in 0.15s;font-size:1.33em;font-family:"Merriweather",serif;font-weight:bold}
.vidthumb-wrap__image{margin:0 !important;display:block;filter:contrast(120%) saturate(120%) brightness(1.2);-webkit-filter:contrast(120%) saturate(120%) brightness(1.2);position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}
.video-element--watched .vidthumb-wrap .vidthumb-wrap__mask--watched{opacity:1;background:rgba(255,255,255,0.8);color:#191d24;top:0}
.video-element--watched .vidthumb-wrap .vidthumb-wrap__mask--watched .vidthumb-wrap__mask__label{opacity:1}
.video-element--watched .vidthumb-wrap:hover .vidthumb-wrap__mask--watched,.video-element--watched .vidthumb-wrap:focus .vidthumb-wrap__mask--watched{opacity:0;top:100%}
.videos-list,.entry-content .videos-list{list-style:none;margin:0 0 1em}
.videos-list .video-element,.entry-content .videos-list .video-element{padding-left:0}
.video-element{margin-left:0;background:#efefef;padding-left:0}
.video-element+.video-element{margin-top:1.5em}
@media (min-width: 768px){.video-element+.video-element{margin-top:2em}}
.video-element__title{margin:0.33em 0}
.video-element__meta{padding:1em 1em 1.5em}
.lecturers-list,.entry-content .lecturers-list{list-style:none;margin:0}
@media (min-width: 768px){.lecturers-list .lecturer-item,.entry-content .lecturers-list .lecturer-item{display:inline-block}.lecturers-list .lecturer-item+.lecturer-item,.entry-content .lecturers-list .lecturer-item+.lecturer-item{margin-left:1em}}
.lecturers-list .user-label_name{vertical-align:middle}
.lecturers-list .user-label__avatar{display:inline-block;vertical-align:middle;margin-bottom:0}
.meta-tag{font-size:0.75em;text-transform:uppercase;display:inline-block}
.meta-tag+.meta-tag{margin-left:1em}
.meta-tag .fa{font-size:1.125em;margin-right:0.45em}
.meta-tag img{margin:0 0.25em 0 0}
.meta-tag--access{font-weight:bold}
.meta-tag--available{color:#2e5b18}
.meta-tag--unavailable{color:#9e0000}
.video-buttons,.entry-content .video-buttons{margin:0.75em 0;list-style:none}
.video-buttons .video-buttons__node,.entry-content .video-buttons .video-buttons__node{padding-left:0}
.video-cats__header{margin-bottom:0.25em}
body .video-cats .video-cats__node{padding-left:0}
.button--vid-action{display:block;width:100%;padding:0.75em 1em;background:#fff;box-shadow:0 3px rgba(0,0,0,0.15);color:#b4b4b4;margin:0}
.button--vid-action:hover,.button--vid-action:focus{background:#fff;color:#b4b4b4}
.button--vid-action .fa{transition:0.3s ease-in;margin-left:0.33em;width:1.2em;text-align:center;margin-right:0}
.button--vid-action .button--vid-action__text--marked{display:none}
.button--vid-action .button--vid-action__text--unmarked{display:inline-block}
.button--vid-action.button--vid-action--marked{color:#443e3b}
.button--vid-action.button--vid-action--marked .fa{color:#374d02}
.button--vid-action.button--vid-action--marked .button--vid-action__text--unmarked{display:none}
.button--vid-action.button--vid-action--marked .button--vid-action__text--marked{display:inline-block}
.button--vid-action--fav.button--vid-action--marked .fa,.button--vid-action--fav.button--vid-action--marked:hover .fa{color:#9e0000}
.button--vid-action__wrap{display:block}
.button--vid-action__wrap+.button--vid-action__wrap{margin-top:0.5em}
@media (min-width: 768px){.button--vid-action .button--vid-action__text{font-size:0.875em}.button--vid-action__wrap{display:inline-block}.button--vid-action{padding:0.5em 0.625em}}
html.no-touch .button--vid-action:hover,html.no-touch .button--vid-action.button--vid-action--marked:hover{background:#fff;color:#b4b4b4}
html.no-touch .button--vid-action:hover .fa,html.no-touch .button--vid-action.button--vid-action--marked:hover .fa{color:#443e3b}
html.no-touch .button--vid-action.button--vid-action--marked .fa{position:relative}
html.no-touch .button--vid-action.button--vid-action--marked .fa:after{content:"";display:block;position:absolute;top:0;right:0;transform:rotate(45deg);transform-origin:right top;width:2px;height:0;background:red;border-right:1px solid #fff;transition:0.15s ease-in}
html.no-touch .button--vid-action.button--vid-action--marked:hover .fa:after{height:125%}
.sidebar--videos-menu{background:#efefef}
@media (min-width: 768px){.sidebar--videos-menu{background:transparent}}
.sidebar--video-view__header{margin-top:0}
.entry-section--video:first-child .entry-section__title{margin-top:0}
.video-part{margin-bottom:2.5em}
.asb-playerbox{border:1px solid #eee;box-shadow:0.5rem 0.5rem 1.25rem rgba(0,0,0,0.1);margin-bottom:1rem}
.asb-playerbox__header{padding:1rem;border-bottom:1px solid;text-transform:uppercase;font-size:0.75em}
.asb-playerbox .asb-fp{margin:0;min-height:40vh}
.asb-fp{color:#fff;text-align:center;border-radius:0 !important;background:#3e3e3e;overflow:hidden;position:relative}
.asb-fp .bg{height:100%;width:100%;position:absolute;-ms-filter:grayscale(100%) brightness(50%) blur(4px);filter:grayscale(100%) brightness(50%) blur(4px);transition:0.3s ease-in;z-index:10;background-size:cover;background-position:center center}
.asb-fp:hover .bg{height:100%;width:100%;position:absolute;text-shadow:1px 1px 2px #000;-ms-filter:grayscale(100%) brightness(90%) blur(0px);filter:grayscale(100%) brightness(90%) blur(0px)}
.asb-fp .fp-player>video{opacity:0 !important}
.asb-fp .fp-waiting{margin:26% auto}
.asb-fp .label-part{font-size:2em}
.asb-fp .label-instruction{font-size:0.9em}
.asb-fp .fp-help{display:none}
.asb-fp .fp-ui{z-index:900}
.asb-fp.is-clicked{background-image:none !important;background-color:#000 !important;-ms-filter:none !important;filter:none !important}
.asb-fp.is-clicked .bg{display:none}
.asb-fp.is-clicked .fp-player>video{opacity:1 !important}
.player-labels{position:absolute;top:0;height:100%;text-align:center;width:100%;z-index:11;color:#fff;text-shadow:1px 1px 2px #000}
.player-labels .label-part{position:absolute;top:20%;font-size:1.8em;font-weight:bold;width:100%}
.player-labels .label-instruction{position:absolute;bottom:20%;width:100%}
body .entry-section--video .video-attachments{border:1px solid #ddd}
body .entry-section--video .video-attachments__table{-webkit-hyphens:auto;hyphens:auto;font-size:0.875em;margin-bottom:0}
body .entry-section--video .video-attachments__table .vid-size{font-style:italic;font-size:0.875em;opacity:0.7;display:block;text-align:right}
@media (min-width: 768px){body .entry-section--video .video-attachments__table .vid-size{margin-left:0.5rem;display:inline-block}}
body .entry-section--video .video-attachments__link{word-break:break-all}
#video-section-report .ajax-msg,#video-section-report .ajax-loader{display:none}
.video-tagcloud__tag{margin-bottom:12px;display:inline-block}
.video-tagcloud__tag:after{content:", ";margin-right:0.3em;color:#5d5d5b;display:inline-block}
.video-tagcloud__tag:last-child:after{display:none}
.video-tagcloud__tag--strength-1{font-size:1.7em}
.video-tagcloud__tag--strength-2{font-size:1.5em}
.video-tagcloud__tag--strength-3{font-size:1.365em}
.video-tagcloud__tag--strength-4{font-size:1.125em}
.video-tagcloud__tag--strength-5{font-size:1em}
.asb-enroll-section{margin-top:3em}
.asb-enroll-section__short-enroll{position:relative;left:-1rem;width:calc(100% + 2rem);max-width:calc( 100vw);background:linear-gradient(180deg, #396105 0%, rgba(57,97,5,0.63) 100%),url(../befe811d8481df26bd2f.png) 25% 100% no-repeat,#396105;background-size:cover;padding:80px 0 166px 0;text-align:center;color:white}
@media (min-width: 42.5em){.asb-enroll-section__short-enroll{width:100vw;left:calc( calc(100vw + 2rem - 42.5em) / 2 * (-1));max-width:calc( 100vw - 1rem)}}
@media (min-width: 768px){.asb-enroll-section__short-enroll{left:calc( calc(100vw - 1rem - 42.5em) / 2 * (-1));max-width:calc( 100vw - 1rem);padding:74px 0 87px 0;background:linear-gradient(180deg, #396105 0%, rgba(57,97,5,0.63) 100%),url(../265c78325196305e130e.png) no-repeat,#396105;background-size:cover}}
@media (min-width: 1500px){.asb-enroll-section__short-enroll{left:calc( calc(1500px - 1em - 42.5em) / 2 * (-1));max-width:calc(1500px - 1em)}}
.asb-enroll-section__short-enroll:before,.asb-enroll-section__short-enroll:after{content:none}
.asb-enroll-section__short-enroll .asb-enroll-section__heading{font-size:30px;margin-bottom:50px}
@media (min-width: 768px){.asb-enroll-section__short-enroll .asb-enroll-section__heading{margin-bottom:54px;font-size:3rem}}
.asb-enroll-section__short-enroll .asb-enroll-section__subheading{text-transform:uppercase;margin-bottom:1rem;font-size:1rem;line-height:1.2em;letter-spacing:0.06em}
.asb-enroll-section__short-enroll .asb-enroll-section__button{width:100%;max-width:295px;display:inline-flex;align-items:center;justify-content:center;min-height:61px}
@media (min-width: 768px){.asb-enroll-section__short-enroll .asb-enroll-section__button{min-height:70px;max-width:324px}}
.asb-enroll-section__short-enroll .asb-enroll-section__button .button-text{display:inline-flex;align-items:center;column-gap:10px;font-size:1.125rem}
@media (min-width: 768px){.asb-enroll-section__short-enroll .asb-enroll-section__button .button-text{font-size:1.5rem}}
.asb-enroll-section__header{text-align:center}
.enroll .enroll-policy__deadline-message{font-family:"Merriweather",serif;margin-bottom:2.5rem;display:flex;flex-direction:column;align-items:center;margin-top:3rem}
.enroll .enroll-policy__deadline-message .fa{display:block;line-height:1em;font-size:1.2em;color:#191d24}
.enroll .enroll-policy__deadline-message a{color:inherit}
.enroll .enroll-policy__deadline-message.enroll-policy__deadline-message--period,.enroll .enroll-policy__deadline-message.enroll-policy__deadline-message--countdown{color:#9e0000}
.enroll .enroll-policy__deadline-message.enroll-policy__deadline-message--period .fa,.enroll .enroll-policy__deadline-message.enroll-policy__deadline-message--countdown .fa{color:inherit;opacity:0.6}
.enroll .enroll-policy__deadline-message.enroll-policy__deadline-message--period .asb-countdown--enroll.js-enroll-countdown,.enroll .enroll-policy__deadline-message.enroll-policy__deadline-message--countdown .asb-countdown--enroll.js-enroll-countdown{width:100%;display:block;margin-top:0.85rem !important}
.enroll .enroll-policy__deadline-message+.asb-enroll-section__short-enroll{margin-top:80px}
@media (min-width: 768px){.enroll .enroll-policy__deadline-message+.asb-enroll-section__short-enroll{margin-top:114px}}
.asb-enroll-section__option-choice{text-align:center}
.asb-enroll-section__options{margin-top:1em}
.asb-enroll-option{background:#f6f6f6;padding:16px;position:relative}
.asb-enroll-option+.asb-enroll-option{margin-top:0.66em}
.asb-enroll-option h3.asb-enroll-option__title{color:#212121;font-weight:normal;font-size:1.1875rem;line-height:180%}
@media (min-width: 768px){.asb-enroll-option h3.asb-enroll-option__title{font-size:1.4375rem}}
.enroll-guestinfo{margin:2em 0;text-align:center}
.asb-enroll-option__actions{margin-top:1em}
.asb-enroll-option__number{width:2em;height:2em;display:inline-block;text-align:center;line-height:1.7em;vertical-align:middle;background:#fff;border:1px solid #e1e1e0;border-radius:50%}
.asb-enroll-option__dot--custom{display:none}
.asb-enroll-section--simple{text-align:center}
.question--prelim{font-size:1.25rem}
.question--prelim>p{margin-bottom:0.75rem}
.asb-enroll-2step .question>p{margin-bottom:0.75rem}
@media (min-width: 1030px){.asb-enroll-option{padding:40px 80px}.asb-enroll-option:before,.asb-enroll-option:after{content:"";display:block;position:absolute;top:0;height:100%;width:27px;background:url(../5e56d82118795faaf207.png) top left repeat-y}.asb-enroll-option:before{left:0}.asb-enroll-option:after{right:0;transform:scaleX(-1);filter:FlipH;-ms-filter:"FlipH"}}
.asb-price{font-family:"Merriweather",serif;font-weight:bold;color:#9e0000;position:relative;display:inline-block;font-size:1.2em;vertical-align:top;padding-bottom:0.4em;border-bottom:2px solid #9e0000}
.asb-price+.asb-price{margin-left:1em}
.asb-price+.asb-price--custom{margin:1.25rem 0 0 0}
.asb-price br{display:none}
.asb-price__price{padding-bottom:0.5rem;border-bottom:0.125rem solid #9e0000}
.asb-price__desc{font-size:1rem;line-height:1.125rem}
.asb-price--part{font-size:1.25rem;line-height:1.5625rem;color:#630705;border-bottom:none;display:block;font-weight:normal}
.asb-price--custom{font-weight:bold;font-size:1rem;line-height:1.1875rem;font-family:"Lato", Arial, sans-serif;color:#ddb103;border-bottom:none}
.asb-price--btc{padding:0;border:0;color:#f7931a;font-size:0.95em}
.asb-price--btc .asb-price--btc__number{display:block}
.asb-price--btc .asb-price--btc__label{color:#50504e;text-transform:uppercase;font-size:0.75em;font-weight:normal;font-family:"Lato",Arial,sans-serif;line-height:1em;display:block}
.asb-enroll-payments-list,.entry-content .asb-enroll-payments-list{list-style:none;margin:1em 0}
.asb-enroll-payments-list--custom,.entry-content .asb-enroll-payments-list--custom{margin:0;color:#212121}
.asb-enroll-payments-list__node+.asb-enroll-payments-list__node{margin-top:0.1em}
.asb-payments-infographic1,.entry-content .asb-payments-infographic1{margin:0.7em auto 0;display:block;max-height:2.25em}
.asb-enroll-option__clubonly-label{position:relative;margin:-16px -16px 16px;width:100%;box-sizing:content-box;border-bottom:1px solid #efefef;padding:8px 16px;font-size:0.75em}
.asb-enroll-option__clubonly-label .logo_small{display:inline-block;margin-right:0.5em;vertical-align:middle;margin-bottom:0;width:1em;height:auto}
body .message{padding:1em}
@media (min-width: 1030px){body .message{margin:0 -1em 3em}}
body .message p{margin:0}
body .message p+p{margin:0.5rem 0 0}
body .message a:hover{text-decoration:none}
body .message--yellow{font-weight:normal;background:#f8d365;color:#4f3119}
body .message--yellow a{color:#382312;font-weight:bold}
body .message--red{font-weight:normal;background:#f9bfb7;color:#630705}
body .message--red a{color:#460504;font-weight:bold}
body .message--success{color:#2e5b18;background:#D9ECCE}
body .message--has-button .message__button{width:100%;margin-top:1rem}
@media (min-width: 768px){body .message--has-button{position:relative;padding-right:9.5rem}body .message--has-button .message__button{width:auto;position:absolute;right:1rem;top:1rem;max-width:11rem;margin-top:0}body .message--webinar{padding-right:12rem}}
.message-green,.message--green{font-weight:bold;color:#2e5b18}
.message--info:before{content:'\f05a';display:block;font-family:'FontAwesome' !important;margin-bottom:0.5em}
.online-courses-table__credit{white-space:nowrap}
.online-courses-table__passed{color:#558423}
.article-header .article-header--videopack{background:#efefef;padding-top:4em;padding-bottom:3em;text-shadow:none;color:#50504e}
.article-header .article-header--videopack .h1,.article-header .article-header--videopack .h2,.article-header .article-header--videopack .h3,.article-header .article-header--videopack .h4{text-shadow:none;color:#191d24}
.article-header .article-header--videopack .subtitle{font-size:0.75em}
.article-header .article-header--videopack .page-title{font-size:1.25em}
.article-header .article-header--videopack .videopack-entry__meta{text-shadow:none;margin-top:0.6em;text-align:center;color:#50504e}
.article-header .article-header--videopack .videopack-entry__meta figure{margin-bottom:1em}
@media (min-width: 1030px){.article-header .article-header--videopack .subtitle{font-size:0.875em}.article-header .article-header--videopack .page-title{font-size:2em}.article-header .article-header--videopack .videopack-entry__meta{margin-top:1.5em}}
.videopack-entry--featured{background:#ebf6d4}
.videopack__videos-count{vertical-align:middle;font-size:1.1em}
.videopack__button-buy{margin:1em auto}
.videopack__legend{list-style:none;margin:1em auto;text-transform:uppercase;font-size:0.75em;vertical-align:middle}
.videopack__legend .fa{font-size:1.25em}
.videopack__legend li{display:inline-block}
.videopack__legend li+li{margin-left:0.66em}
.videopack-bg-deco{height:10em;width:100%;position:relative;background:#2e5b18 url(../e5a7cccdc33674258242.jpg) no-repeat;background-size:cover;background-position:center center}
@media (min-width: 1030px){.videopack-bg-deco{height:16em}}
body .videopack-entry__cover--single-top{margin-top:-11em;height:12em;width:auto;position:relative;z-index:11;box-shadow:0.3em 0.3em 1em rgba(25,29,36,0.5)}
@media (min-width: 1030px){body .videopack-entry__cover--single-top{margin-top:-14em;height:16em}}
.videopacks-j15-grid{margin-bottom:3em}
.videopack-entry{padding:2em}
.videopack-entry+.videopack-entry{border-top:1px solid #ccc}
.videopack-entry .index-article__thumb-wrap{display:block;text-align:center}
body .videopack-entry--discount .asb-price,body .article-header--videopack--discount .asb-price{color:inherit;border-bottom:2px solid #443e3b;text-decoration:line-through}
body .videopack-entry--discount .asb-price--discount,body .article-header--videopack--discount .asb-price--discount{color:#9e0000;text-decoration:none;border-bottom:2px solid #9e0000}
body .videopack-entry--discount .asb-price--btc,body .article-header--videopack--discount .asb-price--btc{color:#f7931a;text-decoration:none;border-bottom:0}
.featured-label{background:#ddb103;color:#fff;font-weight:bold;padding:0.3em 0.75em;font-size:0.75em;text-transform:uppercase;margin-bottom:0.6em;display:inline-block;width:auto;clear:both}
.videopack-entry__cover{max-height:13.5em;width:auto;max-width:100%;margin:0 auto 1em}
.videopack-entry__meta{text-align:center;margin-top:0.25em;margin-bottom:0.25em}
.videopack-entry__meta figure+figure{margin-left:1em;display:inline-block}
.content-block--videopack-videos{padding:1em;text-align:left;border-bottom:1px solid rgba(93,93,91,0.25)}
@media (min-width: 768px){.content-block--videopack-videos{padding:2em 2em 3.5em}}
.content-block--videopack-purchase{text-align:center}
.content-block--videopack-purchase .videopack__image-secondary{display:none}
@media (min-width: 768px){.content-block--videopack-purchase{text-align:left}.content-block--videopack-purchase .videopack__image-secondary{display:block;float:left;margin-right:2.5em;margin-top:-6em;height:20em}.content-block--videopack-purchase .videopack-entry__meta{text-align:left}}
.videos-list--minimal{color:#fff}
.videos-list__node{background-size:cover;background-position:center center;position:relative;display:block}
.video-list__node__link{text-decoration:none;color:inherit;display:block;height:9em;position:relative;background:rgba(0,0,0,0) url(../56f230dfad136d35d0be.png) repeat-x scroll center bottom}
.video-list__node__link:hover{color:#fff}
.video-list__node__link .videos-list__node__title{margin:0}
.videos-list__node__title{position:absolute;margin:0;bottom:0;left:0;padding:1em;font-size:1em;text-shadow:1px 1px 0.4em #191d24}
@media (min-width: 1030px){.videopack-entry+.videopack-entry{border:0}.videopack-entry .index-article__thumb-wrap{float:left;margin-right:5%;width:45%}.videopack-entry__cover{max-height:100%;height:auto;width:100%;max-width:100%}.videopack-entry__data{float:right;width:50%}.videopack-entry__header{text-align:left}.videopack-entry__header .entry-title{text-align:left}.videopack-entry__meta{text-align:left}}
.mailing-list-choice,.entry-content .mailing-list-choice{list-style:none}
.mentor-box .avatar{margin-bottom:0}
.mentor-box__avatar,.mentor-box .mentor-box__avatar{margin:0 auto;display:block}
.mentor-box__name{text-align:center}
.mentor-box__subject{text-align:center}
.mentor-box__meta,.mentor-box .mentor-box__meta{list-style:none}
.meta-box__login-notice{margin-bottom:1em}
@media (min-width: 768px){.mentor-box__avatar,.mentor-box .mentor-box__avatar{margin:0 1em 0;display:block;position:absolute;left:0;top:0}.mentor-box__name{text-align:left;padding-top:1.2em;margin-top:0;margin-bottom:0.1em}.mentor-box__subject{text-align:left;margin:0}.mentor-box__header{padding-left:8em;position:relative;margin-bottom:1em;min-height:6em;display:block}}
#consulting-form .hidden{display:none}
#content .content-wrap--offer-index{margin-bottom:3em}
.archive-header--offer-index{margin-bottom:0;border-bottom:1px solid rgba(25,29,36,0.07)}
.archive-header--offer-index.archive-header--has-image{color:#fff;background-size:cover;background-position:center center}
.archive-header--offer-index.archive-header--has-image .archive-header__title{color:inherit}
@media (min-width: 768px){.archive-header--offer-index.archive-header--has-image .archive-header__title{font-size:3.66rem;margin:2.5em 0}}
.article-header--offer-index{padding:0.5em 0}
.article-header--offer-index .article-title{margin:0 0 0.33em}
@media (min-width: 768px){.article-header--offer-index .article-title{text-align:left}.article-header--offer-index{text-align:left}}
.event-index-subheading__title,.event-index-subheading .event-index-subheading__title{margin:0;text-align:center}
.meal-list-info__header{margin-bottom:1.5em}
input.meal-row__qty{width:3em;padding:0.2em 0.35em;display:inline-block;margin-left:0.33em}
.meal-order__title{margin-top:0;position:relative;padding-left:1.5em}
.meal-order__title .fa{position:absolute;left:0;top:0.33em}
.meal-order .meal-order__meal-list,.meal-order__meal-list{margin-left:2em}
.meal-order__payment-status{margin:0.4em 0.4em 0.4em 0}
.hotel-list-stats__stat{text-align:left}
.hotel-list-stats__stat__value{font-size:1.25em}
.hotel-list-stats__stat__value .fa{margin-right:0.5em}
@media (min-width: 768px){.hotel-list-stats__stat{text-align:left;float:left}.hotel-list-stats__stat+.hotel-list-stats__stat{margin-left:1.66em}.hotel-list-stats__stat__title{margin-bottom:0.33em}}
.asbiro-room{padding:0}
.asbiro-room .label{margin:0 0 0.66em;font-family:"Lato",Arial,sans-serif;font-size:0.66em;line-height:1.1em;color:#50504e}
.asbiro-room .asbiro-room__people-list{margin:0.33em 0}
.asbiro-room__header{padding:1em 1em 1em 4em;border-bottom:1px solid rgba(25,29,36,0.05);position:relative}
.asbiro-room__header__hotel{display:block;text-transform:uppercase;font-size:0.75em}
.asbiro-room__header__date{display:block}
.asbiro-room__host-avatar-wrap{display:block;position:absolute;left:1em;top:1em}
.asbiro-room__host-avatar{height:2em;width:2em}
.asbiro-room__data{padding:1em}
.asbiro-room__joining{padding:1em;border-top:1px solid rgba(25,29,36,0.05)}
.asbiro-room__joining .asbiro-room__joining__beds-number{display:inline-block;margin:0 0.5em;width:4em}
.asbiro-room__param--beds__value{font-size:1.66em;font-weight:bold;color:#191d24}
.asbiro-room__people-list__item{font-size:0.875em}
.asbiro-room__people-list__item__avatar-wrap{vertical-align:middle;display:inline-block;margin-right:0.5em}
.asbiro-room__people-list__item__phone,.asbiro-room__people-list__item__email{display:block}
.asbiro-room__people-list__item__phone .fa,.asbiro-room__people-list__item__email .fa{width:1.3em;text-align:center;margin-right:0.25em}
.asbiro-room__param--people{padding-left:0.75em}
.asbiro-room__people-list__item__avatar-wrap{display:inline-block;margin-right:0.5em;vertical-align:baseline}
.asbiro-room__people-list__item .asbiro-room__people-list__item__avatar{width:1.33em;height:1.33em;vertical-align:middle;margin:0}
@media (min-width: 768px){.asbiro-room__people-list__item__phone,.asbiro-room__people-list__item__person,.asbiro-room__people-list__item__email{display:inline-block}.asbiro-room__people-list__item__phone+*,.asbiro-room__people-list__item__person+*,.asbiro-room__people-list__item__email+*{margin-left:0.75em}.asbiro-room__header__date{display:inline-block;margin-left:0.75em}}
body .late-ads{list-style:none;padding:0;margin:0}
body .late-ads .late-ads__item{list-style:none;padding:1.5rem 1rem;border-top:1px solid #f6f6f6}
@media (min-width: 768px){body .late-ads .late-ads__item__usermeta{float:right;width:47%;font-size:0.875rem}}
body .late-ads .late-ads__item__admeta{margin-bottom:1rem}
@media (min-width: 768px){body .late-ads .late-ads__item__admeta{margin-bottom:0;float:left;width:47%}}
body .late-ads .late-ads__item__username{font-weight:bold}
body .late-ads .late-ads__item__cancel{margin-top:0.5rem}
body .late-ads .late-ads__item__comment__content{padding:0.5rem;background:#f6f6f6}
body .late-ads .late-ads__item__comment__title{font-size:0.66rem;margin:0.6em 0 0;text-transform:uppercase;color:#50504e;letter-spacing:2px;font-weight:normal}
body .late-ads .late-ads__item__type{color:#fff;background:#558423;padding:0.5rem 0.66rem;font-size:0.75em;text-transform:uppercase;font-weight:bold;display:inline-block}
.late-ads-wrap .late-ads-wrap__action-button{font-size:0.875rem}
.asbiro-awards,.entry-content .asbiro-awards{list-style:none}
.asbiro-awards__item{position:relative;padding-top:2.5em}
.asbiro-awards__item+.asbiro-awards__item{margin-top:5em}
.asbiro-awards__name{text-align:center}
.asbiro-awards__avatar{position:absolute;top:0;left:50%;transform:translate(-50%, -50%);width:3em;height:3em}
.j15-article-index-desktop-nav{font-size:0.875em;width:10rem}
@media (min-width: 1320px){.j15-article-index-desktop-nav{padding-left:1rem;width:13rem}}
@media (min-width: 1500px){.j15-article-index-desktop-nav{padding-left:1rem;width:17rem}}
.j15-article-index-desktop-nav__header{font-size:1em;font-family:"Lato",Arial,sans-serif;text-transform:uppercase;color:#5d5d5b}
.j15-article-index-desktop-nav__header .fa{margin-right:0.25em}
body .j15-article-index-desktop-nav__list{margin:0;padding:0}
body .j15-article-index-desktop-nav__list li+li,body .j15-article-index-desktop-nav__list li:first-child{border-top:1px solid #efefef}
body .j15-article-index-desktop-nav__list a{padding:0.66em 1em;color:#afafac;text-decoration:none;display:block;transition:0.3s ease-in}
body .j15-article-index-desktop-nav__list a:hover,body .j15-article-index-desktop-nav__list a:focus{color:#5d5d5b}
.j15-article-index-mobile-nav{font-size:1.125rem;text-align:left}
body .j15-article-mobile-index__item a{display:block;width:100%;padding:0.5em 0.3em;color:rgba(255,255,255,0.6);text-decoration:none;transition:0.2s ease-in}
body .j15-article-mobile-index__item a span{position:relative;border-bottom:1px solid transparent}
body .j15-article-mobile-index__item a:hover,body .j15-article-mobile-index__item a:focus{color:#fff;border-bottom:1px solid rgba(255,255,255,0.3)}
body .j15-article-index-mobile-ui-trigger{padding-left:0.5rem}
.yt-wrap{position:relative;padding-bottom:56.25%;padding-top:25px;height:0 !important;width:100% !important;margin-bottom:1.5em}
.yt-wrap iframe{position:absolute;top:0;left:0;width:100% !important;height:100% !important}
body .asb-yt-j15-grid>div{margin-bottom:0.5rem !important;margin-top:0 !important}
body .asb-yt-j15-grid .yt-wrap{margin:0}
body .j15-text-hl--style3 .asbiro-hl-box{background:transparent}
.asb-video-embed{padding:1rem}
.asb-video-embed .vidthumb-wrap{float:left;width:25%;margin:0;height:auto;min-height:0;padding:0}
.asb-video-embed .vidthumb-wrap .vidthumb-wrap__image{position:relative;transform:none;left:0}
.asb-video-embed .video-element__meta{padding:0 0 0 1rem;width:75%;margin:0;float:left}
.asb-video-embed .video-lecturers{font-size:0.725em}
.asb-video-embed .user-label__avatar{width:1.2em;height:1.2em}
.asb-video-embed .asb-video-embed__title{font-size:0.9em;margin-top:0}
@media (min-width: 768px){.asb-video-embed .video-wrap{width:33%}.asb-video-embed .video-element__meta{width:67%}.asb-video-embed .video-lecturers{font-size:0.8em}.asb-video-embed .asb-video-embed__title{font-size:1.15em}}
.asb_section--yt-ad .j15-text-hl__icon{color:#9e0000;margin-left:-0.4rem;display:inline-block}
.asb_section--yt-ad a{color:#9e0000;transition:0.2s ease-in}
.asb_section--yt-ad a:hover,.asb_section--yt-ad a:focus{color:#d10000}
.asb_section .module-contactbox__contactinfo{padding-left:2.5em}
.asb_section .module-contactbox__contactinfo .avatar{left:-2.5em}
body .asb_section__subsection:hover,body .asb_section__subsection:focus,body .asb_section__subsection:active{outline:none}
body .asb_course_feats_list{list-style:none;padding:0;margin:0}
@media (min-width: 768px){body .asb_course_feats_list{column-count:2;column-gap:1em}}
body .asb_course_feats_list__item{transition:0.3s ease-in;border:1px solid transparent;padding:1.5rem;cursor:pointer}
body .asb_course_feats_list__item+.asb_course_feats_list__item{margin-top:0}
body .asb_course_feats_list__item:hover,body .asb_course_feats_list__item:focus{border:1px solid rgba(175,175,172,0.1);box-shadow:0.3rem 0.3rem 1rem rgba(175,175,172,0.35);background:rgba(255,255,255,0.25)}
body .asb_course_feats_list__item:hover .asb_course_feats_list__item__reveal,body .asb_course_feats_list__item:focus .asb_course_feats_list__item__reveal{opacity:1}
body .asb_course_feats_list__item:hover,body .asb_course_feats_list__item:focus,body .asb_course_feats_list__item:active{outline:none}
@media (min-width: 768px){body .asb_course_feats_list__item{width:100%;display:inline-block}}
body .asb_course_feats_list__item__header{margin:0 0 0.4rem;font-family:"Lato",Arial,sans-serif;font-size:0.875em;text-transform:uppercase}
.asb_course_feats_list__item__reveal{transition:0.3s ease-in;text-transform:uppercase;font-size:0.75em;margin-top:-0.7em;color:#fff;border-radius:3px;background:#dd8812;padding:0.2rem 0.5rem;width:auto;display:inline-block;opacity:0.7}
.asb_course_feats_list__item__reveal .fa{margin-right:0.25rem}
body.page-template-template-asbiro-comparison .entry-content .size-j15-960-wide{margin-bottom:0}
@media (min-width: 768px){body.page-template-template-asbiro-comparison .asb_subsection__title{font-size:2.66em;padding-left:1.5em;background:url(../bf002569f4b1a4cd43f1.png) no-repeat left 0.18em;background-size:1em}}
.feat_comparison__chart tr{display:block}
.feat_comparison__chart tr:hover td{background:rgba(255,255,255,0.1)}
.feat_comparison__chart td{display:block}
.feat_comparison__chart .module-contactbox{background:transparent;border:1px solid rgba(255,255,255,0.05)}
@media (min-width: 768px){.feat_comparison__chart .module-contactbox__contactinfo{padding-left:3em}.feat_comparison__chart .module-contactbox__contactinfo .avatar{left:-2em}}
body .j15-modal .feat_comparison__chart__row{color:#fff;text-decoration:none;border-top:1px solid rgba(255,255,255,0.12);display:block;padding:1.33rem 1rem;margin:0;transition:0.3s ease-in;text-align:left;cursor:pointer}
body .j15-modal .feat_comparison__chart__row:hover,body .j15-modal .feat_comparison__chart__row:focus{color:#fff;background:rgba(255,255,255,0.066)}
body .j15-modal .feat_comparison__chart__row:hover .feat_comparison__chart__row__reveal,body .j15-modal .feat_comparison__chart__row:focus .feat_comparison__chart__row__reveal{background:#dd8812}
@media (min-width: 768px){body .j15-modal .feat_comparison__chart__row{padding-left:55%;position:relative;min-height:8.66rem}body .j15-modal .feat_comparison__chart__row:hover .feat_comparison__chart__row__reveal{opacity:1}}
.page-template-template-sections .feat_comparison__header{font-size:1.33em;padding-top:1rem}
.page-template-template-sections .feat_comparison__header .feat_comparison__subtitle{margin-top:0;font-size:0.6em}
@media (min-width: 768px){.page-template-template-sections .feat_comparison__header{padding:2.5rem 1rem 2rem}}
body .feat_comparison__chart__row__title{font-weight:bold;letter-spacing:0;font-size:1.25rem;text-transform:none;margin:0.5rem 0;line-height:1.25;margin-top:0.7rem}
@media (min-width: 768px){body .feat_comparison__chart__cell--title{position:absolute;top:1.8rem;left:1rem;width:45%;margin-bottom:0}}
body .feat_comparison__chart__row--active{background:rgba(255,255,255,0.02)}
body .feat_comparison__chart__row--active .feat_comparison__chart__row__title{position:relative}
body .feat_comparison__chart__row--active .feat_comparison__chart__row__title:before{position:absolute;content:'\f0da';font-family:'FontAwesome';left:-1em;line-height:1em;top:50%;transform:translateY(-50%)}
.feat_comparison__chart__row__reveal{opacity:0.5;transition:0.3s ease-in;display:inline-block;text-transform:uppercase;font-size:0.75em;margin-top:0.1rem;background:rgba(255,255,255,0.1);padding:0.2rem 0.5rem;border-radius:3px;color:#fff}
.feat_comparison__chart__row__reveal .fa{margin-right:0.33em}
.feat_comparison__chart__cell--content ul,.feat_comparison__chart__cell--content ol{padding-left:1em}
.feat_comparison__chart__cell--content ul{list-style:square}
body .feat_comparison .feat_comparsion__nav{font-size:0.75rem;text-decoration:none;transition:0.3s ease-in;padding:0.66em 1em;margin:0}
body .feat_comparison .feat_comparsion__nav .fa{padding:0;margin:0;transition:0.3s ease-in}
body .feat_comparison .feat_comparsion__nav.feat_comparsion__prev .fa{margin-right:0.5em}
body .feat_comparison .feat_comparsion__nav.feat_comparsion__next .fa{margin-left:0.5em}
body .feat_comparison .feat_comparsion__nav:hover,body .feat_comparison .feat_comparsion__nav:focus{color:#f8d365}
body .feat_comparison .feat_comparsion__nav:hover.feat_comparsion__prev .fa,body .feat_comparison .feat_comparsion__nav:focus.feat_comparsion__prev .fa{animation:arrowSwayLeft 2s infinite}
body .feat_comparison .feat_comparsion__nav:hover.feat_comparsion__next .fa,body .feat_comparison .feat_comparsion__nav:focus.feat_comparsion__next .fa{animation:arrowSwayRight 2s infinite}
header.header--minimal{background:transparent;color:#50504e;min-height:unset}
@media (min-width: 1200px){header.header--minimal #logo{margin-top:0}}
header.header--minimal #logo img.custom-logo{max-height:4rem;height:4rem}
@media (min-width: 1300px){header.header--minimal #logo img.custom-logo{height:4.5rem;max-height:4.5em}}
@media (min-width: 1500px){header.header--minimal #logo img.custom-logo{height:5rem;max-height:5em}}
body .landind-page__brand-tagline{float:right;font-size:1.1em;font-weight:400;font-style:italic;color:#9d9d9a;display:none;margin:0.6em 0 0.1em 0.2em}
@media (min-width: 768px){body .landind-page__brand-tagline{display:block}}
body.page-template-template-landing-page{background:white;color:#777775}
body.page-template-template-landing-page .entry-content h1,body.page-template-template-landing-page .entry-content h2,body.page-template-template-landing-page .entry-content h3,body.page-template-template-landing-page .entry-content h4,body.page-template-template-landing-page .entry-content h5,body.page-template-template-landing-page .entry-content h6,body.page-template-template-landing-page .entry-content .h1,body.page-template-template-landing-page .entry-content .h2,body.page-template-template-landing-page .entry-content .h3,body.page-template-template-landing-page .entry-content .h4,body.page-template-template-landing-page .entry-content .h5,body.page-template-template-landing-page .entry-content .h6{color:#1c6511}
body.page-template-template-landing-page .text-col{max-width:50rem}
body.page-template-template-landing-page.page-template-landing-page--wide .text-col{max-width:75rem}
body #content .course-track-header .category-info h3{font-size:1.5em}
@media all and (max-width: 799px){body #content .course-track-header .sep{display:none}body #content .course-track-header .col{width:100%;float:none;display:block;border:none;margin:1em 0;padding:0}body #content .course-track-header .category-info{padding-left:2.15em;margin-bottom:1.5em}body #content .course-track-header .category-info h3{font-size:1.15em;line-height:1.7}body #content .course-track-header .category-info img{height:2em}body #content .course-track-header .group-info .heading-label{margin-bottom:0.5em}body .progress-desc{font-size:1.1em}body .progress-desc .percentage:after{bottom:0}}
.ticket{padding:1.5rem 2rem;text-align:center;border:1px solid #f6f6f6;box-shadow:2px 2px 5px rgba(25,29,36,0.025);transition:.2s ease-in}
.ticket .ticket__icon{font-size:3rem;color:#787876;opacity:0.6;margin-top:2rem}
.ticket .ticket__date{margin-bottom:0}
.ticket .ticket__event{margin-top:0}
.ticket .ticket__download-wrap{margin:2rem 0 0}
.ticket:hover{border:1px solid #efefef;transform:translateY(-3px);box-shadow:2px 7px 5px rgba(25,29,36,0.05)}
.asb-user-tickets{margin-top:4rem}
body .j15-grid--comp{margin-top:2.5rem;font-size:0.875em}
body .j15-grid--comp li{padding:1em 0}
body .j15-grid--comp li+li{border-top:1px solid rgba(25,29,36,0.2)}
@media (min-width: 1030px){body .j15-grid--comp{margin-left:-4rem !important;margin-right:-4rem !important;width:auto !important}}
.ticktable{font-size:0.8em}
.ticktable td,.ticktable th{width:25%;padding:0.5rem}
@media (min-width: 768px){.ticktable{margin-left:-4rem !important;margin-right:-4rem !important;width:auto !important}.ticktable td,.ticktable th{width:13.33%}.ticktable td:first-child,.ticktable th:first-child{width:60%}}
.ticktable th.blank{border:0;background:transparent}
.ticktable thead th{font-weight:bold;background:rgba(25,29,36,0.05)}
.ticktable tbody td,.ticktable tbody th{border-top:1px solid rgba(25,29,36,0.15)}
.ticktable tbody th{text-align:left;font-weight:normal;background:transparent;cursor:help}
.ticktable tbody td{text-align:center}
.ticktable tbody tr.highlight{font-weight:bold}
.ticktable tbody tr.highlight th{font-weight:bold}
.ticktable tbody tr:hover td,.ticktable tbody tr:hover th{transition:0.15s ease-in;background:rgba(255,255,255,0.25)}
@media all and (max-width: 767px){.ticktable tbody th[data-short] span{display:none}.ticktable tbody th[data-short]:after{display:block;content:attr(data-short)}}
.enrollment-accordion__header{border:1px solid #eaedf2;margin:0.5rem -1rem 0 !important;padding:1em;cursor:pointer;transition:0.3s ease-in;background:#fff}
.enrollment-accordion__header:before{display:inline-block;content:"\f145";font-family:"FontAwesome";margin-right:0.5em;opacity:0.5}
.enrollment-accordion__header:after{transition:0.2s ease-in;transition-delay:0.3s;display:block;content:'';position:absolute;opacity:0;height:0;top:0;left:0;width:100%;z-index:0;background:linear-gradient(to bottom, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0)}
.enrollment-accordion__content{opacity:0;height:0;overflow:hidden;transition:0.3s ease-in}
.enrollment-accordion__item{outline:none !important}
.enrollment-accordion__item .asb-enroll-section{margin:0}
.enrollment-accordion__item .asb-section-decorator{display:none}
.enrollment-accordion__item.open .enrollment-accordion__content{height:auto;opacity:1;overflow:visible}
.enrollment-accordion__item.open .enrollment-accordion__header{background:#efefef;border-bottom:1px solid #efefef;position:relative}
.enrollment-accordion__item.open .enrollment-accordion__header:before{opacity:1}
.enrollment-accordion__item.open .enrollment-accordion__header:after{opacity:0.1;height:35%}
.enrollment-accordion__item:not(.open) .enrollment-accordion__header:hover{box-shadow:0.5rem 0.5rem 1.5rem rgba(25,29,36,0.1)}
.j15-text-hl__wrap .enrollment-accordion__item .asb-enroll-section{background:#fff}
.j15-text-hl__wrap .enrollment-accordion__item .asb-enroll-section:before,.j15-text-hl__wrap .enrollment-accordion__item .asb-enroll-section:after{background:#fff}
.j15-text-hl__wrap .enrollment-accordion__item .asb-enroll-section .asb-enroll-option{background:#fff;border:1px solid #eaedf2;transition:0.3s ease-in}
.j15-text-hl__wrap .enrollment-accordion__item .asb-enroll-section .asb-enroll-option:hover{box-shadow:0.5rem 0.5rem 1.5rem rgba(25,29,36,0.1)}
.j15-text-hl__wrap .enrollment-accordion__item .asb-enroll-section .asb-enroll-option:after,.j15-text-hl__wrap .enrollment-accordion__item .asb-enroll-section .asb-enroll-option:before{display:none !important}
.j15-text-hl__wrap .enrollment-accordion__item.open .enrollment-accordion__header{background:#fff;border-bottom:1px solid #fff}
.enroll-policy__ui-wrap{margin:0 -1rem}
.enroll-policy__title{text-align:center}
@media (min-width: 768px){.enroll-policy__title{font-size:3.5rem}}
.enroll-policy .enroll-policy__deadline-message{font-family:"Merriweather",serif;position:relative;padding-left:3em;margin-bottom:2.5rem}
.enroll-policy .enroll-policy__deadline-message .fa{display:block;position:absolute;left:0;top:-0.1rem;line-height:1em;font-size:2em;color:#191d24;opacity:0.6}
.enroll-policy .enroll-policy__deadline-message a{color:inherit}
.enroll-policy .enroll-policy__deadline-message.enroll-policy__deadline-message--period,.enroll-policy .enroll-policy__deadline-message.enroll-policy__deadline-message--countdown{color:#9e0000}
.enroll-policy .enroll-policy__deadline-message.enroll-policy__deadline-message--period .fa,.enroll-policy .enroll-policy__deadline-message.enroll-policy__deadline-message--countdown .fa{color:inherit}
@media (min-width: 768px){.enroll-policy .enroll-policy__deadline-message.enroll-policy__deadline-message--period .fa-bell,.enroll-policy .enroll-policy__deadline-message.enroll-policy__deadline-message--countdown .fa-bell{top:0.5rem}}
.enroll-policy .enroll-policy__deadline-message.enroll-policy__deadline-message--period .asb-countdown--enroll.js-enroll-countdown,.enroll-policy .enroll-policy__deadline-message.enroll-policy__deadline-message--countdown .asb-countdown--enroll.js-enroll-countdown{width:14.5rem;display:block;margin-top:1.1rem}
@media (min-width: 768px){.enroll-policy .enroll-policy__deadline-message.enroll-policy__deadline-message--period .asb-countdown--enroll.js-enroll-countdown,.enroll-policy .enroll-policy__deadline-message.enroll-policy__deadline-message--countdown .asb-countdown--enroll.js-enroll-countdown{display:inline-block;margin-left:0.4rem;margin-top:0}}
.enroll-policy__progress{display:none}
@media (min-width: 768px){.enroll-policy__progress{display:block;position:relative;margin-bottom:0;border:1px solid #e1e5ec;border-bottom:0;height:0.5rem;width:100%;background:#e3e1e1;overflow:hidden}}
.enroll-policy__progress__state{background:#c1c0c0;width:0;height:100%;position:absolute;left:0;top:0}
.enroll-policy__progress--first_minute .enroll-policy__progress__state{width:16.66%}
.enroll-policy__progress--regular .enroll-policy__progress__state{width:50%}
.enroll-policy__progress--last_minute .enroll-policy__progress__state{width:83.33%}
.enroll-policy__progress--closed{border-color:#d10000}
.enroll-policy__progress--closed .enroll-policy__progress__state{width:100%;background-color:#9e0000}
body .enroll-policy__nav{list-style:none;margin:0 0;padding:0}
body .enroll-policy__nav .enroll-policy__nav__item{background:#fff;color:#50504e;box-shadow:none;text-align:left;border:1px solid #e1e5ec;margin:0;width:100%;box-sizing:border-box;position:relative;padding:1rem 1rem 1rem 3rem;transition:0.3s ease-in}
body .enroll-policy__nav .enroll-policy__nav__item>*{transition:0.3s ease-in}
body .enroll-policy__nav .enroll-policy__nav__item.passed{background:#f6f6f6;color:#787876}
body .enroll-policy__nav .enroll-policy__nav__item.active{border:1px solid #4b741f !important;color:#fff;background:#558423;padding-left:3.5rem}
body .enroll-policy__nav .enroll-policy__nav__item.active .enroll-policy__nav__item__link{width:2.5rem;background:rgba(25,29,36,0.1)}
body .enroll-policy__nav .enroll-policy__nav__item.active .enroll-policy__nav__item__link:before{font-size:1.2em}
@media (min-width: 768px){body .enroll-policy__nav .enroll-policy__nav__item.active .enroll-policy__nav__item__link{top:auto;bottom:0;width:100%}}
body .enroll-policy__nav .enroll-policy__nav__item.active.current .enroll-policy__nav__item__name:before{color:inherit}
body .enroll-policy__nav .enroll-policy__nav__item.current .enroll-policy__nav__item__name:before{display:inline-block;content:'\f111';font-family:'FontAwesome' !important;animation:slowBlinker 2.25s infinite;font-size:0.66em;margin-right:0.5rem;position:relative;top:-1px;color:#558423}
@media (min-width: 768px){body .enroll-policy__nav .enroll-policy__nav__column{text-align:center;width:33.33333%;float:left}body .enroll-policy__nav .enroll-policy__nav__column:first-child{width:33.33333%;float:left}body .enroll-policy__nav .enroll-policy__nav__column:last-child{width:33.33333%;float:right;margin-right:0}body .enroll-policy__nav .enroll-policy__nav__item{padding:1rem 1rem 2.5rem 1rem;text-align:center;min-height:8rem}body .enroll-policy__nav .enroll-policy__nav__item.active{padding:1rem 1rem 3rem 1rem}}
.enroll-policy__nav__item__link{position:absolute;left:0;top:0;height:100%;width:2rem;vertical-align:center;background:rgba(120,120,118,0.1)}
.enroll-policy__nav__item__link:before{content:'\f054';display:block;left:50%;top:50%;position:absolute;transform:translate(-50%, -50%);font-family:'FontAwesome' !important;opacity:0.5}
.enroll-policy__nav__item__link span{display:none}
@media (min-width: 768px){.enroll-policy__nav__item__link{top:auto;bottom:0;height:1.5rem;width:100%}.enroll-policy__nav__item__link:before{content:'\f078'}}
body .enroll-policy__nav__column{margin:0;padding:0}
body .enroll-policy__nav__column+.enroll-policy__nav__column{margin:0}
body .enroll-policy__nav__column+.enroll-policy__nav__column .enroll-policy__nav__item{border-top:1px solid #e2e2e2}
@media (min-width: 768px){body .enroll-policy__nav__column+.enroll-policy__nav__column .enroll-policy__nav__item{border-top:1px solid #e1e5ec;border-left:1px solid #d6d6d6}}
body .enroll-policy__nav__item__deadline{font-size:0.8em;text-transform:none;margin-bottom:0.25rem;font-style:italic;font-weight:normal;font-family:"Merriweather",serif}
body .enroll-policy__nav__item__name{font-size:1rem;margin-bottom:0}
@media (min-width: 768px){body .enroll-policy__nav__item__name{line-height:1.1em;margin-top:0.33em}}
.enroll-policy__periods-wrap{padding:1rem;background:#fff;border:1px solid #ccc;border-top:6px solid #527f22}
.enroll-policy__period{display:none}
.enroll-policy__period.active{display:block}
body .enroll-policy__variants{list-style:none;margin:0;padding:0}
@media (min-width: 768px){body .enroll-policy__variants--2-items .ticket-variants__item,body .enroll-policy__variants--2-items .ticket-variants__item:first-child{width:48.94434%;float:left;margin-right:2.11132%}body .enroll-policy__variants--2-items .ticket-variants__item:last-child:not(:nth-child(2n+2)),body .enroll-policy__variants--2-items .ticket-variants__item:first-child:last-child:not(:nth-child(2n+2)){width:48.94434%;float:right;margin-right:0}body .enroll-policy__variants--2-items .ticket-variants__item:first-child,body .enroll-policy__variants--2-items .ticket-variants__item:first-child:first-child{width:48.94434%;float:left;margin-right:2.11132%}}
body .enroll-policy__period__message{margin:0 0 2rem 0;text-align:center;color:#5d5d5b}
body .enroll-policy__period__message .button{margin-top:1.5rem}
body .enroll-policy__period__message:before{content:'';display:none;font-family:'FontAwesome' !important;font-size:2em;margin-bottom:0.5rem;text-align:center;opacity:0.4;line-height:1em}
body .enroll-policy__period__message[class*='-coming']:before{display:block;content:'\f118'}
body .enroll-policy__period__message[class*='-passed']:before{display:block;content:'\f119'}
body .ticket-variant{background:#fff;border:1px solid #eaedf2;box-shadow:0.7rem 0.7rem 1.5rem rgba(25,29,36,0.033);padding:0;text-align:center}
body .ticket-variant>*{padding:0.75rem 0.75rem}
body .ticket-variant .ticket-variant__price{padding:0.5rem 0.75rem}
body .ticket-variant+.ticket-variant{margin:1.25rem 0 0}
@media (min-width: 768px){body .ticket-variant{width:31.92578%;float:left;margin-right:2.11132%;font-size:0.875rem}body .ticket-variant:last-child:not(:nth-child(2n+2)){width:31.92578%;float:right;margin-right:0}body .ticket-variant:first-child{width:31.92578%;float:left;margin-right:2.11132%}body .ticket-variant+.ticket-variant{margin-top:0}}
body .ticket-variant--upsell{background:#f6f6f6}
body .ticket-variant--upsell .ticket-variant__price{background:white}
body .ticket-variant--upsell .ticket-variant__header:before{display:block;text-align:center;font-size:0.75rem;opacity:0.6;content:'Opcjonalnie';margin-bottom:0.6rem;line-height:1em;text-transform:uppercase;letter-spacing:1px}
body .ticket-variant--upsell .ticket-variant__header>.header:before{content:'\f055'}
.ticket-variant__action__restrict{color:#5d5d5b}
.ticket-variant__action__restrict:before{display:inline-block;margin-right:0.33rem;content:'\f023';font-family:'FontAwesome' !important}
body .ticket-variant__header{padding:1.25rem 0.75rem}
body .ticket-variant__header>.header{font-weight:bold;font-size:1rem;text-transform:uppercase;font-family:"Lato",Arial,sans-serif;color:#191d24;padding:0;margin:0;background:transparent}
body .ticket-variant__header>.header:before{display:inline-block;margin-right:0.33rem;content:'\f145';font-family:'FontAwesome' !important}
body .ticket-variant__price{background:#f6f6f6;font-size:1.5rem}
body .ticket-variant__price del{font-size:0.75em}
@media (min-width: 768px){body .ticket-variant__price{font-size:1.2rem}}
.ticket-variant__club-discount{color:#558423;font-size:0.875rem}
.ticket-variant__club-discount span:after{display:inline-block;margin-left:0.33rem;opacity:0.6;font-family:'FontAwesome' !important;content:'\f05a'}
@media (min-width: 768px){.ticket-variant__club-discount{font-size:0.8125rem}}
.ticket-variant__btc-discount{background:rgba(247,147,26,0.1);color:#ef8708;cursor:pointer;font-size:0.875rem}
.ticket-variant__btc-discount:before{display:inline-block;margin-right:0.33rem;content:'\f15a';font-family:'FontAwesome' !important}
@media (min-width: 768px){.ticket-variant__btc-discount{font-size:0.8125rem}}
.ticket-variant__feats{cursor:pointer;font-size:0.875rem}
.ticket-variant__feats:after{display:inline-block;margin-left:0.33rem;opacity:0.6;font-family:'FontAwesome' !important;content:'\f05a'}
@media (min-width: 768px){.ticket-variant__feats{font-size:0.8125rem}}
.asbiro-club-modal-trigger,.ticket-variant__feats{cursor:pointer}
.scale-up-effect{animation:scale-up-center 0.6s ease-out}
.lecture-rating__value{text-align:center;margin:0.5rem 0 0.5rem}
.lecture-rating__digits{position:relative;margin-bottom:0.5rem;text-align:left}
.lecture-rating__digits__display{display:inline-block;font-size:2rem;line-height:1em}
.lecture-rating__digits__scale{font-size:0.875rem;vertical-align:top;display:inline-block;top:0;padding-left:0.25rem;opacity:0.8;position:absolute}
.lecture-rating__stars:hover .lecture-rating__stars__item.fill{color:#ddb103}
.lecture-rating__stars__item{float:left;font-size:1.5rem;color:#afafac;cursor:pointer}
.lecture-rating__stars__item:before{display:inline-block;font-family:'FontAwesome' !important;content:'\f006'}
.lecture-rating__stars__item.fill{color:#558423}
.lecture-rating__stars__item.fill:before{content:'\f005'}
body .content-wrap--faq .article-header{margin-bottom:0}
body .faq-nav{padding:1rem;background:#efefef;margin:0 0 2rem;text-align:center;list-style:none}
@media (min-width: 768px){body .faq-nav{padding:2rem 1rem}.faq-nav__item{display:inline-block}.faq-nav__item+.faq-nav__item{margin-left:1rem}}
.faq-nav__link{display:block;background:white;text-decoration:none;padding:0.5em 0.66em;font-size:0.875rem;box-shadow:0.33rem 0.33rem 1rem rgba(25,29,36,0.05);transition:0.3s ease-in}
.faq-nav__link.active{color:#fff;background:#558423;font-weight:bold}
.faq-nav__link:hover{box-shadow:0.33rem 0.33rem 1.66rem rgba(25,29,36,0.1)}
body .faq-question__trigger{cursor:pointer;color:#191d24;margin:0;position:relative}
body .faq-question__trigger:after{display:inline-block;content:'\f107';font-family:'FontAwesome' !important;position:absolute;right:0.5rem;top:1.1rem;opacity:0.66;transition:0.3s ease-in}
body .faq-question__trigger:hover:after{transform:scale(1.1);opacity:1}
.faq-question__answer{display:none;padding:0.5rem}
.faq-section{opacity:0;transition:opacity 0.3s ease-in, display 0s;visibility:hidden;display:none}
.faq-section.active{opacity:1;visibility:visible;display:block}
.faq-question .faq-question__trigger{opacity:0.8;transition:0.3s ease-in;padding:1rem 1.5rem 1rem 0.5rem}
.faq-question .faq-question__trigger:hover{opacity:0.9}
.faq-question.active .faq-question__trigger{opacity:1}
.faq-question.active .faq-question__trigger:after{content:'\f106'}
.faq-question.active .faq-question__answer{display:block}
.faq-question+.faq-question{border-top:1px solid #efefef}
.coinp-checkout-form{text-align:center;padding-bottom:3rem}
.coinp-checkout-form input[type="text"]{text-align:center}
.coinp-checkout-form__warn{text-align:left;padding-top:1rem;margin-top:2rem;color:#9e0000}
.coinp-checkout-form__warn .h3,.coinp-checkout-form__warn .h4{color:inherit}
.coinp-checkout-form .coinp-checkout-form__currency{color:#191d24;font-size:1.25rem;padding:1.5rem;font-weight:bold}
.coinp-checkout-form__qr{box-shadow:0.3rem 0.3rem 1.5rem rgba(25,29,36,0.05)}
.coinp-checkout-form__details{display:none}
body .cmodule{padding:1rem}
body .cmodule__actions{padding:1rem 0 0}
body .cmodule__actions .j15-grid>div{margin-bottom:0}
body .cmodule__actions .button{width:100%;box-sizing:border-box;margin-bottom:0;min-height:3.2rem;vertical-align:middle}
body .cmodule__labels{padding-top:0.5px}
body .cmodule__labels .asb-label{float:left}
body .cmodule--chosen{border:1px solid #558423}
.module-desc .j15-modal__title{margin-bottom:1.5rem}
.asb-countdown--enroll{background:#9e0000;color:#fff;display:inline-block;padding:0.6rem 0.4rem;width:100%;text-align:center;font-size:1.2rem}
.waitlist-enroll-module{background:#fff;box-shadow:0.66rem 0.66rem 2rem rgba(25,29,36,0.1);margin-top:1rem;padding:1rem;text-align:center}
.waitlist-enroll-module .button{display:block;margin:0.66rem auto 0}
.page-template-calendar .article-header{margin-bottom:0}
.page-template-calendar .article-header__bg{padding-bottom:4rem}
@media (min-width: 768px){.page-template-calendar .article-header__bg{padding-bottom:10rem}}
.page-template-calendar .article-header__bg--landing{padding-bottom:3rem}
@media (min-width: 768px){.page-template-calendar .article-header__bg--landing{padding-bottom:9.5rem}}
.page-template-calendar .switch-page{position:absolute;transform:translateY(-50%);width:12.1875rem;right:auto;left:-1.5rem;box-shadow:0 0.1875rem 0.3125rem rgba(0,0,0,0.15);margin:0}
@media (min-width: 768px){.page-template-calendar .switch-page{right:15.5rem;left:auto}}
.page-template-calendar .switch-page--right{right:-1.5rem;left:auto}
@media (min-width: 768px){.page-template-calendar .switch-page--right{right:2rem}}
.page-template-calendar .students-toolbox{margin:0;right:-1.5rem;position:absolute;transform:translateY(-50%)}
@media (min-width: 768px){.page-template-calendar .students-toolbox{right:-1.5rem}}
.page-template-calendar .students-toolbox__tablet-text{display:none}
@media (min-width: 768px){.page-template-calendar .students-toolbox__tablet-text{display:inline}}
.page-template-calendar .students-toolbox .fa-download{margin-right:0.2rem}
body .j15-grid.my-calendar__grid{max-width:50rem}
@media (min-width: 768px){body .j15-grid.my-calendar__grid{padding-left:1rem;padding-right:1rem}}
@media (min-width: 1030px){body .j15-grid.my-calendar__grid{padding-left:0;padding-right:0}}
body .page-top-spacing,.j15-grid+.page-top-spacing{margin-top:3rem}
@media (min-width: 768px){body .page-top-spacing,.j15-grid+.page-top-spacing{margin-top:0}}
.my-calendar-nav{margin-top:3.5rem;margin-bottom:1.5rem}
@media (min-width: 768px){.my-calendar-nav__toggle{max-width:20rem}}
.my-calendar-nav__category{display:inline-block}
.my-calendar-nav__category--chosen{background-color:#fef4ac;font-weight:bold;border-color:#ddb103}
.my-calendar-nav__category--chosen option{background:#fff}
.my-calendar-nav .j15-grid-col+.j15-grid-col{margin-top:0.5rem}
@media (min-width: 768px){.my-calendar-nav .j15-grid-col+.j15-grid-col{margin-top:0}}
.my-calendar-nav-list{text-align:right;padding:0 0}
.my-calendar-nav-list label{display:inline-block;font-family:"Lato",Arial,sans-serif;color:#2e5b18;font-style:unset;text-transform:capitalize;margin-right:15px}
.my-calendar__empty{margin-top:2rem;margin-bottom:2rem}
@media (min-width: 768px){.my-calendar__empty{margin-top:3rem;margin-bottom:3rem}}
.chrono-nav{display:flex;align-items:center;justify-content:space-between;text-align:center}
@media (min-width: 768px){.chrono-nav{width:25em;margin:0 auto}}
.chrono-nav__item{flex-basis:33%}
.chrono-nav__item--active{transition:0.3s ease-in;font-size:1.25rem;text-decoration:none;color:#2e5b18;text-shadow:0 0 0 rgba(85,132,35,0)}
.chrono-nav__item--active:hover,.chrono-nav__item--active:active{color:#558423;text-shadow:0.15em 0.15em 0.7em rgba(85,132,35,0.2)}
@media (min-width: 1030px){.chrono-nav__item--active{font-size:1.6875rem}}
.chrono-nav__item--active .fa{font-size:0.6875rem;transition:0.3s ease-in}
.chrono-nav__item--active .fa:before{position:relative;top:-0.1875rem}
@media (min-width: 1030px){.chrono-nav__item--active .fa{font-size:1rem}}
.chrono-nav__item--inactive{font-size:1.75rem;color:#afafac}
@media (min-width: 1030px){.chrono-nav__item--inactive{font-size:2.25rem}}
.chrono-nav__item--next:hover .fa,.chrono-nav__item--next:active .fa{transform:translateX(33%)}
.chrono-nav__item--prev:hover .fa,.chrono-nav__item--prev:active .fa{transform:translateX(-33%)}
.chrono-nav+.events-list{margin-top:1.5rem !important}
@media (min-width: 1030px){.chrono-nav+.events-list{margin-top:2.5rem !important}}
body .event-actions{list-style:none;margin:0;padding:0.25rem 0.25rem 0;display:flex;flex-wrap:wrap}
@media (min-width: 768px){body .event-actions{display:block}}
body .event-actions li+li{margin-top:0}
body .event-actions__item{width:25%;position:relative;box-sizing:border-box;padding:0.25rem 0.25rem 0.5rem;text-align:center;float:left}
body .event-actions__item:nth-child(4n+1){clear:left}
@media (min-width: 768px){body .event-actions__item{width:25%}body .event-actions{padding:0.5rem 0.5rem 0.25rem}}
body .my-calendar-data-j15-grid .j15-grid-col{margin:0;margin-top:0}
@media (min-width: 768px){body .my-calendar-data-j15-grid .j15-grid-col{margin-bottom:0}}
body .my-calendar-data-j15-grid .j15-grid-col+.j15-grid-col{margin-top:0}
@media (min-width: 768px){body .my-calendar-data-j15-grid .j15-grid-col+.j15-grid-col{border-top:0;border-left:1px solid #efefef}body .my-calendar-data-j15-grid--calendar2 .j15-grid-col:first-of-type{width:490px;min-width:490px}}
body .my-calendar-data-j15-grid--calendar2 .j15-grid-col .event-actions__item{width:33%}
body .my-calendar-data-j15-grid--calendar2 .j15-grid-col .event-actions__item:nth-child(3n+1){clear:left}
body .my-calendar-data-j15-grid--calendar2 .j15-grid-col .event-actions__item:nth-child(4n+1){clear:unset}
body .lecturer-cal-contact-person{padding:0 0}
body .lecturer-cal-contact-person .module-contactbox{padding-top:0.5rem;padding-bottom:0.5rem;margin-top:1.75rem}
@media (min-width: 768px){body .lecturer-cal-contact-person .module-contactbox{margin-top:0}}
body .lecturer-cal-contact-person .module-contactbox__contactinfo{font-size:13px;padding-left:0}
@media (min-width: 768px){body .lecturer-cal-contact-person .module-contactbox__contactinfo{padding-right:3.2rem}}
body .lecturer-cal-contact-person .module-contactbox__message{font-size:0.75em;text-transform:uppercase;letter-spacing:1px;color:#333;font-weight:normal}
body .lecturer-cal-contact-person .avatar{left:auto !important;right:-0.35rem}
.module--lecturer-cal .module__date{padding-left:0 !important}
.module--lecturer-cal .module__content{border-bottom:0 !important}
.module--lecturer-cal .j15-grid-col,.module--lecturer-cal .asb_section{overflow:visible}
.module--lecturer-cal .j15-grid-col+.j15-grid-col{margin-top:0}
.module--lecturer-cal .event-class__note{font-size:0.875rem;margin-top:0.5rem}
@media (min-width: 768px){.module--lecturer-cal .event-class__note{font-size:1rem}}
.asb-page-role-asb_page_lecturer_calendar .my-calendar-nav{margin-top:1rem}
@media print{*{background:transparent !important;color:black !important;text-shadow:none !important;filter:none !important;-ms-filter:none !important}a,a:visited{color:#444 !important;text-decoration:underline}a:after,a:visited:after{content:" (" attr(href) ")"}a abbr[title]:after,a:visited abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:0.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.sidebar,.page-navigation,.wp-prev-next,.respond-form,nav{display:none}}
.page-template-template-lecturers-list .j15-input-radio{display:block;position:relative;padding-left:2.875rem;margin-bottom:1.8125rem;cursor:pointer;-webkit-user-select:none;user-select:none}
.page-template-template-lecturers-list .j15-input-radio input{position:absolute;opacity:0;cursor:pointer}
.page-template-template-lecturers-list .j15-input-radio input:checked ~ .j15-input-radio__checkmark:after{display:block}
.page-template-template-lecturers-list .j15-input-radio__checkmark{position:absolute;top:0.125rem;left:0;height:1.5rem;width:1.5rem;background-color:white;border-radius:50%;border:0.0625rem solid #9C9C9C}
.page-template-template-lecturers-list .j15-input-radio__checkmark:after{content:"";position:absolute;display:none;top:50%;transform:translate(-50%, -50%);left:50%;width:0.875rem;height:0.875rem;border-radius:50%;background:#396105}
.page-template-template-lecturers-list .j15-input-radio__checkmark:hover{background-color:#558423;transition:all .3s ease-in-out}
.page-template-template-lecturers-list .j15-input-radio__title{color:#9C9C9C;font-weight:bold;font-size:1.25rem;line-height:1.5625rem;display:block;margin-bottom:0.25rem}
.page-template-template-lecturers-list .j15-input-radio__desc{color:#787876;font-size:1rem;line-height:1.25rem;display:block}
.page-template-template-lecturers-list .lecturers-list-section{position:relative;padding:2.0625rem 0 3.4375rem 0}
@media (min-width: 768px){.page-template-template-lecturers-list .lecturers-list-section{padding:7.5rem 0}}
.page-template-template-lecturers-list .lecturers-list-section:before{z-index:0;content:'';left:-1.5rem;top:0;width:100vw;height:100%;background:url(../4260460861423b4cd061.png) no-repeat center;background-size:cover;position:absolute;display:block;max-height:56.5625rem;background-position:0%}
@media (min-width: 681px){.page-template-template-lecturers-list .lecturers-list-section:before{left:calc( (100vw - 42.5em) / 2 * (-1) - 1.5rem)}}
@media (min-width: 768px){.page-template-template-lecturers-list .lecturers-list-section:before{left:calc( (100vw - 42.5em) / 2 * (-1))}}
@media (min-width: 1500px){.page-template-template-lecturers-list .lecturers-list-section:before{left:calc( (93.75rem - 42.5rem) / 2 * (-1) + 0.5rem);width:92.75rem}}
.page-template-template-lecturers-list .lecturers-list-section--temp{position:relative}
.page-template-template-lecturers-list .lecturers-list__options{background:#F2F2F280;border:1px solid rgba(25,29,36,0.03);padding:1.375rem 1.375rem 0 1.375rem;width:calc(100% + 3rem);margin-left:-1.5rem;margin-top:2.25rem}
@media (min-width: 768px){.page-template-template-lecturers-list .lecturers-list__options{margin-top:4.6875rem}}
.page-template-template-lecturers-list .lecturers-list__search{margin-bottom:0.9375rem}
.page-template-template-lecturers-list .lecturers-list__search input{height:3.625rem;font-size:1.125rem;padding:0.5rem;background:white;width:100%;border:0.0625rem solid #E5E5E5;box-sizing:border-box;outline:none}
@media (min-width: 768px){.page-template-template-lecturers-list .lecturers-list__search input{padding:0.5rem 1.5rem}}
.page-template-template-lecturers-list .lecturers-list__search input::placeholder{font-weight:bold;color:#9C9C9C}
.page-template-template-lecturers-list .lecturers-list__filters{display:flex;flex-wrap:wrap;justify-content:space-between}
.page-template-template-lecturers-list .lecturers-list__filters .j15-input-radio{width:48%;background:#396105;display:flex;align-items:center;padding-left:3.2rem;margin-bottom:1.375rem;transition:0.3s ease-in;height:3.875rem}
@media (min-width: 768px){.page-template-template-lecturers-list .lecturers-list__filters .j15-input-radio{width:23%}}
.page-template-template-lecturers-list .lecturers-list__filters .j15-input-radio__checkmark{top:50%;transform:translateY(-50%);left:1rem}
.page-template-template-lecturers-list .lecturers-list__filters .j15-input-radio__text{padding:1rem 1rem 1rem 0}
.page-template-template-lecturers-list .lecturers-list__filters .j15-input-radio__title{color:white;font-size:0.875rem;line-height:100%;font-weight:bold;margin-bottom:0.2rem}
.page-template-template-lecturers-list .lecturers-list__filters .j15-input-radio__desc{color:white;font-size:0.75rem;line-height:100%}
.page-template-template-lecturers-list .lecturers-list__filters .j15-input-radio.active{background:white;border:0.0625rem solid #E5E5E5;box-sizing:border-box;box-shadow:0.125rem 0.125rem 0.3125rem rgba(0,0,0,0.05)}
.page-template-template-lecturers-list .lecturers-list__filters .j15-input-radio.active .j15-input-radio__title,.page-template-template-lecturers-list .lecturers-list__filters .j15-input-radio.active .j15-input-radio__desc{color:#396105}
.page-template-template-lecturers-list .lecturers-list__filters .j15-input-radio.active .j15-input-radio__checkmark{border:none}
.page-template-template-lecturers-list .lecturers-list__filters .j15-input-radio.active .j15-input-radio__checkmark:after{font-family:'FontAwesome';content:"\f00c";border-radius:unset;background:transparent;width:unset;height:unset;top:45%;font-size:1.375rem}
.page-template-template-lecturers-list .lecturers-list__filters .j15-input-radio.active .j15-input-radio__checkmark:hover{background:transparent}
.page-template-template-lecturers-list .lecturers-list__nav{display:flex;justify-content:center}
.page-template-template-lecturers-list .lecturers-list__nav.hide{display:none}
.page-template-template-lecturers-list .lecturers-list__nav .btn{display:flex;align-items:center;margin-right:0.9375rem;cursor:pointer;font-size:1.125rem;color:#558423}
@media (min-width: 768px){.page-template-template-lecturers-list .lecturers-list__nav .btn{margin-right:1.25rem}}
.page-template-template-lecturers-list .lecturers-list__nav .btn-last,.page-template-template-lecturers-list .lecturers-list__nav .btn-first{font-size:0.875rem}
.page-template-template-lecturers-list .lecturers-list__nav .btn-first span{margin-right:0.3125rem}
.page-template-template-lecturers-list .lecturers-list__nav .btn-last{margin-right:0}
.page-template-template-lecturers-list .lecturers-list__nav .btn-last span{margin-left:0.3125rem}
.page-template-template-lecturers-list .lecturers-list__nav .btn.hide{display:none}
.page-template-template-lecturers-list .lecturers-list__pagination{display:flex;margin-right:0.9375rem}
@media (min-width: 768px){.page-template-template-lecturers-list .lecturers-list__pagination{margin-right:1.25rem}}
.page-template-template-lecturers-list .lecturers-list__pagination li{width:1.75rem;height:1.75rem;padding:0;font-size:1.125rem;line-height:1.375rem;color:#396105;display:flex;align-items:center;justify-content:center}
@media (min-width: 768px){.page-template-template-lecturers-list .lecturers-list__pagination li{width:2rem;height:2rem}}
.page-template-template-lecturers-list .lecturers-list__pagination li.disabled{display:none}
.page-template-template-lecturers-list .lecturers-list__pagination li.active{border:0.0625rem solid #396105;box-sizing:border-box;font-weight:bold}
.page-template-template-lecturers-list .lecturers-list__no-result{font-size:1rem;color:#4F504E;font-weight:bold;text-align:center}
.page-template-template-lecturers-list .lecturers-list__no-result.hide{display:none}
.page-template-template-lecturers-list .lecturers-list .asbiro-profiles-list--lecturers{margin-top:1.875rem}
.page-template-template-lecturers-list .lecturers-list .asbiro-profiles-list__link{background:#D9ECCE}
.page-template-template-lecturers-list .lecturers-list .asbiro-profiles-list__link--accomplished{background:#fef4ac}
.page-template-template-lecturers-list .lecturers-list .asbiro-profiles-list__link--guest{background:#efefef}
.page-template-template-lecturers-list .lecturers-list .asbiro-profiles-list__link__type{font-weight:bold;font-size:0.875rem;line-height:1.0625rem;color:#396105}
.page-template-template-lecturers-list .lecturers-list .asbiro-profiles-list__link__type--guest{color:#4F504E}
.page-template-template-lecturers-list .lecturers-list .asbiro-profiles-list__link__type--accomplished{color:#396105}
.lecturers-outstanding{position:relative;z-index:1;padding:2.0625rem 0 3.4375rem 0;margin-top:4rem}
@media (min-width: 768px){.lecturers-outstanding{margin-top:8rem;min-height:560px;padding:7.5rem 0}}
.lecturers-outstanding:before{z-index:0;content:'';left:-1.5rem;top:0;width:100vw;height:100%;background:url(../51db8e376fdc93317bda.png) no-repeat center;background-position:0%;background-size:cover;position:absolute;display:block;max-height:47.5625rem}
@media (min-width: 681px){.lecturers-outstanding:before{left:calc( (100vw - 42.5em) / 2 * (-1) - 1.5rem)}}
@media (min-width: 768px){.lecturers-outstanding:before{left:calc( (100vw - 42.5em) / 2 * (-1))}}
@media (min-width: 1500px){.lecturers-outstanding:before{left:calc( (93.75rem - 42.5rem) / 2 * (-1) + 0.5rem);width:92.75rem}}
.lecturers-outstanding--temp{position:relative}
.lecturers-outstanding__list{margin-top:2.25rem;display:flex;flex-wrap:wrap}
@media (min-width: 768px){.lecturers-outstanding__list{margin-top:4.6875rem}}
.lecturers-outstanding__item{display:flex;align-items:center;margin-bottom:1.875rem;width:100%;box-shadow:0 0 0 rgba(255,255,255,0.5);text-shadow:0 0 0 rgba(255,255,255,0.5);transition:box-shadow 0.3s ease-in}
.lecturers-outstanding__item--clickable{cursor:pointer}
.lecturers-outstanding__item--clickable:hover .lecturers-outstanding__img{box-shadow:0.25rem 0.25rem 1rem rgba(255,255,255,0.75);text-shadow:0.25rem 0.25rem 1rem rgba(255,255,255,0.75)}
@media (min-width: 460px){.lecturers-outstanding__item{width:50%}}
@media (min-width: 1200px){.lecturers-outstanding__item{width:33%}}
.lecturers-outstanding__item--temp{display:flex;align-items:center}
.lecturers-outstanding__description{display:none}
.lecturers-outstanding__profile{display:none}
.lecturers-outstanding__site{display:none}
.lecturers-outstanding__yt{display:none}
.lecturers-outstanding--temp{width:auto;height:auto;background:initial}
.lecturers-outstanding__close{display:none}
.lecturers-outstanding__name{font-weight:bold;font-size:1rem;line-height:1.25rem;color:#313030;padding-right:1rem}
.lecturers-outstanding__img{background:#fff;width:70px;height:70px;border-radius:100%;border:5px solid #fff;margin:0 1.25rem 0 0 !important}
body .lecturers-outstanding__site:hover button.user-links__toggle,body .lecturers-outstanding__site:focus button.user-links__toggle{background:#272727;box-shadow:4px 4px 4px rgba(0,0,0,0.5);transition:all .3s ease-in-out}
body.admin-bar .lecturers-outstanding__item.active .lecturers-outstanding__close{top:3.5rem;right:2rem}
.webinar-index{margin:0 auto}
.webinar-index .video-list{width:calc(100% + 3rem);margin:1rem 0 0 -1.5rem;list-style-type:none}
@media (min-width: 768px){.webinar-index .video-list{width:100%;margin:2.4rem 0 0 0}}
@media (min-width: 1030px){.webinar-index .video-list{width:calc(100% + 2.5rem);margin:2.4rem 0 0 -1.25rem}}
.webinar-index .video-list__item{text-decoration:none;padding:1rem 1.5rem 1rem 1.5rem;position:relative}
@media (min-width: 768px){.webinar-index .video-list__item{padding:0.625rem 1.25rem 1rem 1.25rem}}
.webinar-index .video-list__item:after{display:block;position:absolute;left:50%;transform:translateX(-50%);bottom:0;content:'';height:2px;width:93%;background-color:#D4D4D4}
.webinar-index .video-list__item:hover,.webinar-index .video-list__item:focus{background:#ebf6d4}
.webinar-index .video-list__item a.video-list__item__link{cursor:pointer}
.webinar-index .video-list__item__link{display:block;text-decoration:none;margin:0}
@media (min-width: 768px){.webinar-index .video-list__item__link{display:flex;flex-direction:row-reverse;justify-content:flex-end}}
.webinar-index .video-list__item__content{display:flex;flex-direction:column;position:relative;padding-top:1.1rem}
@media (min-width: 768px){.webinar-index .video-list__item__content{padding-top:0;width:100%}}
.webinar-index .video-list__item__details{display:flex;flex-direction:column}
@media (min-width: 768px){.webinar-index .video-list__item__details{flex-direction:row}}
.webinar-index .video-list__item__description{color:#4F4F4F;font-size:1.125rem;line-height:1.375rem;margin-bottom:0.4rem}
.webinar-index .video-list__item__times-and-course{display:flex;flex-direction:column;font-size:0.75rem;line-height:0.875rem;align-items:flex-start}
@media (min-width: 768px){.webinar-index .video-list__item__times-and-course{font-size:0.875rem;line-height:1.0625rem}}
.webinar-index .video-list__item__how-long{margin:0;color:#828282}
@media (min-width: 768px){.webinar-index .video-list__item__how-long{display:none}}
@media (min-width: 1030px){.webinar-index .video-list__item__how-long{display:block}}
.webinar-index .video-list__item__times-details{display:flex;flex-direction:row-reverse;color:#828282;justify-content:flex-start}
@media (min-width: 768px){.webinar-index .video-list__item__times-details{flex-direction:row}}
.webinar-index .video-list__item__hours{margin-left:0.5rem}
@media (min-width: 768px){.webinar-index .video-list__item__hours{margin-left:0}}
.webinar-index .video-list__item__date{color:#828282}
.webinar-index .video-list__item__start{position:absolute;top:0;left:0;color:#396105;font-size:0.75rem;line-height:0.875rem;margin:0}
@media (min-width: 768px){.webinar-index .video-list__item__start{position:static;top:auto;left:auto;font-size:1rem;line-height:1.1875rem;color:#828282}}
.webinar-index .video-list__item__start--strong{color:#396105}
.webinar-index .video-list__item__author-and-start{display:flex;flex-direction:column}
@media (min-width: 768px){.webinar-index .video-list__item__author-and-start{width:100%;max-width:15.375rem;margin-right:1.875rem}}
.webinar-index .video-list__item__author{color:#4F4F4F;font-weight:bold;margin-bottom:0.2rem;font-size:1rem;line-height:1.1875rem}
@media (min-width: 768px){.webinar-index .video-list__item__author{margin-bottom:0.1rem}}
.webinar-index .video-list__item__course{margin:0 0 0.2rem 0;font-size:0.75rem;line-height:0.875rem;color:#828282}
@media (min-width: 768px){.webinar-index .video-list__item__course{margin:0 0 0.25rem 0;font-size:0.875rem;line-height:1.0625rem}}
.webinar-index .video-list__item--active .video-list__item__content{position:relative;padding-left:3.4375rem;padding-top:1.3rem}
@media (min-width: 768px){.webinar-index .video-list__item--active .video-list__item__content{padding-left:4.375rem;padding-top:0}}
.webinar-index .video-list__item--active .video-list__item__content:before{position:absolute;left:0;top:0;content:'';margin-right:1rem;width:2.6875rem;min-width:2.6875rem;height:2.6875rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:url(../0468b851af1d7d5def0e.svg) no-repeat 55% 50%,#CEAE06}
@media (min-width: 768px){.webinar-index .video-list__item--active .video-list__item__content:before{top:0;width:3.375rem;min-width:3.375rem;height:3.375rem}.webinar-index .video-list__item--active .video-list__item__description{margin-bottom:0.5rem}}
.webinar-index .video-list__item--active .video-list__item__datetime{margin-bottom:0.75rem}
@media (min-width: 768px){.webinar-index .video-list__item--active .video-list__item__datetime{margin-bottom:0}}
.webinar-index .video-list__item--active .video-list__item__start{color:#CEAE06;left:3.4375rem;line-height:1.0625rem;font-size:0.875rem}
@media (min-width: 768px){.webinar-index .video-list__item--active .video-list__item__start{color:#828282;left:auto;font-size:1rem;line-height:1.1875rem}}
.webinar-index .video-list__item--active .video-list__item__start--strong{color:#CEAE06}
.page-asbiro-webinar .webinar-video-wrap{margin-top:1.25rem;position:relative;padding-bottom:56.25%;padding-top:1.875rem;height:0;overflow:hidden;margin-left:-1.5rem;width:calc(100% + 3rem);background:#212123}
@media (min-width: 768px){.page-asbiro-webinar .webinar-video-wrap{margin-top:2.5rem;margin-left:auto;width:auto;box-shadow:1.25rem 1.25rem 1.25rem rgba(0,0,0,0.12)}}
.page-asbiro-webinar .webinar-video-wrap__iframe{background:#212123;position:absolute;top:0;left:0;width:100%;height:100%}
@media (min-width: 768px){.page-asbiro-webinar .webinar-video-wrap__iframe{width:100%}}
.page-asbiro-webinar .webinar-video-wrap__other-channel-link{text-decoration:none;color:white;opacity:0.6;text-align:center;position:absolute;top:0;left:0;width:100%;height:100%;transition:0.3s ease-in;text-shadow:0.1em 0.1em 0.3em rgba(0,0,0,0.3)}
.page-asbiro-webinar .webinar-video-wrap__other-channel-link:hover,.page-asbiro-webinar .webinar-video-wrap__other-channel-link:active{opacity:1;text-shadow:0.1em 0.1em 0.45em rgba(0,0,0,0.5)}
@media (min-width: 768px){.page-asbiro-webinar .webinar-video-wrap__other-channel-link{font-size:1.7em}}
.page-asbiro-webinar .webinar-video-wrap__other-channel-label{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);font-size:1.4em;line-height:1.1}
.page-asbiro-webinar .webinar-video-wrap__other-channel-label small{display:block;margin-top:0.75em;font-size:0.66em}
.page-asbiro-webinar .webinar-video-wrap__other-channel-label small i{margin-right:0.3em;transform:translateY(2px)}
@media (min-width: 768px){.page-asbiro-webinar .webinar-video-wrap__other-channel-label small{font-size:0.5em}}
.page-asbiro-webinar .video-details__wrap{display:flex;flex-direction:column;margin:2rem 0 1rem 0}
@media (min-width: 768px){.page-asbiro-webinar .video-details__wrap{margin:2.5rem 0 1rem 0}}
.page-asbiro-webinar .video-details__button{min-width:9.375rem;display:none;text-decoration:none;margin:0 auto 2rem auto;align-items:center;justify-content:center;height:2.6875rem;text-transform:none;box-shadow:none;font-size:1.125rem;line-height:1.3125rem;width:100%;max-width:19.5rem}
@media (min-width: 768px){.page-asbiro-webinar .video-details__button{margin:0 0 1rem 0;height:4.125rem;font-size:1.4375rem;line-height:1.625rem;max-width:unset;display:inline-flex}}
.page-asbiro-webinar .video-details__button-text{position:relative;padding-left:2rem}
@media (min-width: 768px){.page-asbiro-webinar .video-details__button-text{padding-left:3.6rem}}
.page-asbiro-webinar .video-details__button-text:before{content:'\f086';font-family:FontAwesome;display:inline;position:absolute;left:0;top:50%;transform:translateY(-50%);animation-name:chatAnimation;animation-duration:1.5s;animation-iteration-count:infinite}
@media (min-width: 768px){.page-asbiro-webinar .video-details__button-text:before{margin-right:2rem}}
.page-asbiro-webinar .video-details__button--mobile{display:inline-flex}
@media (min-width: 768px){.page-asbiro-webinar .video-details__button--mobile{display:none}}
.page-asbiro-webinar .video-details h1.video-details__name{font-size:1.5rem;line-height:1.875rem;color:#4F4F4F;margin:0 0 0.5rem 0}
.page-asbiro-webinar .video-details__container{display:inline}
.page-asbiro-webinar .video-details__author{font-size:1rem;line-height:1.1875rem;margin:0;color:#4F4F4F;font-weight:bold;display:inline-block}
@media (min-width: 768px){.page-asbiro-webinar .video-details__author{font-size:1.125rem;line-height:1.375rem}}
.page-asbiro-webinar .video-details__item{margin:0;padding:0;display:inline;color:#BDBDBD}
.page-asbiro-webinar .video-details__disc{margin:0 0.6rem}
.page-asbiro-webinar .video-details__description{font-size:1rem;line-height:1.1875rem;color:black;margin:0}
.page-asbiro-webinar .link-back{text-decoration:none;border-bottom:0.0625rem solid #396105;color:#396105;margin:2rem 0 6.25rem 0;display:inline-block}
.page-asbiro-webinar .link-back:before{font-family:FontAwesome;content:'\f177';display:inline;margin-right:0.5rem}
.page-asbiro-webinar .link-back:hover,.page-asbiro-webinar .link-back:focus{color:#438523;border-bottom:0.0625rem solid #438523}
@keyframes chatAnimation{0%{transform:scale(1) translateY(-50%)}50%{transform:scale(1.2) translateY(-50%)}100%{transform:scale(1) translateY(-50%)}}
#autocomplete{max-width:400px}
#autocomplete .aa-Form:focus-within{box-shadow:0 0 0 0.125rem #89cc41,inset 0 0 0 0.125rem #89cc41}
#autocomplete .aa-Input{max-width:unset;box-shadow:none;margin:0;padding:0;border:none;transition:none;font-size:0.8rem;background:transparent}
#autocomplete .aa-Input:hover,#autocomplete .aa-Input:focus,#autocomplete .aa-Input:active,#autocomplete .aa-Input:focus-within{background:transparent}
#autocomplete .aa-InputWrapperPrefix .aa-Label{margin:0}
#autocomplete .aa-InputWrapperPrefix .aa-SubmitButton{box-shadow:none;padding:0;transition:none;width:2.25rem}
#autocomplete .aa-InputWrapperPrefix .aa-SubmitButton:hover,#autocomplete .aa-InputWrapperPrefix .aa-SubmitButton:focus,#autocomplete .aa-InputWrapperPrefix .aa-SubmitButton:active,#autocomplete .aa-InputWrapperPrefix .aa-SubmitButton:focus-within{background:transparent}
#autocomplete .aa-InputWrapperPrefix .aa-SubmitIcon{color:#558423}
#autocomplete .aa-InputWrapperSuffix .aa-ClearButton{box-shadow:none;padding:0 0.5rem}
#autocomplete .aa-InputWrapperSuffix .aa-ClearButton:hover,#autocomplete .aa-InputWrapperSuffix .aa-ClearButton:focus,#autocomplete .aa-InputWrapperSuffix .aa-ClearButton:active,#autocomplete .aa-InputWrapperSuffix .aa-ClearButton:focus-within{background:transparent}
.aa-Panel{z-index:11}
@media (min-width: 768px){.aa-Panel{min-width:500px}}
.aa-Panel .aa-ItemWrapper .aa-ItemActionButton{box-shadow:none}
.wpcf7-form input,.wpcf7-form textarea,.wpcf7-form select{border-width:1px;padding:0.75rem;font-size:1rem}
.wpcf7-form input[type=submit]{border-width:0;background:#396105;color:white}
.wpcf7-form input[type=submit]:hover,.wpcf7-form input[type=submit]:focus,.wpcf7-form input[type=submit]:active{background:#438523}
:root{--plyr-color-main: #558423}
.asb-video-single .video-section{width:calc(100% + 2rem);margin-left:-1rem}
@media (min-width: 1030px){.asb-video-single .video-section{width:100%;margin-left:auto}.asb-video-single .video-section__parts:after{content:"";position:absolute;bottom:0;left:0;display:block;width:100%;height:45px;background:linear-gradient(180deg, rgba(255,255,255,0) 0%, #fff 100%)}}
.asb-video-single .video-section__figure-part:before{content:"";position:absolute;left:1px;top:1px;display:block;width:calc(100% - 2px);height:calc(100% - 2px);background:linear-gradient(180deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 49.91%)}
.asb-video-single .video-section__overlay-part{width:calc(100% - 2px);height:calc(100% - 2px);background:linear-gradient(0deg, rgba(85,132,35,0.6), rgba(85,132,35,0.6)),linear-gradient(180deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 49.91%)}
.asb-video-single .video-section__number-part,.asb-video-single .video-section__time-part,.asb-video-single .video-section__active-part{text-shadow:2px 2px 4px rgba(0,0,0,0.33)}
.asb-video-single .nav-tabs:after{content:"";display:block;height:1px;width:calc(100% + 2rem);margin-left:-1rem;opacity:0.1;background:black;position:absolute;bottom:0.5rem}
@media (min-width: 1030px){.asb-video-single .nav-tabs:after{content:none}}
.asb-video-single .desc.active:after{opacity:1}
.asb-video-single .desc:after{content:"";position:absolute;left:0;bottom:0;display:block;height:3rem;width:100%;background-color:rgba(251,251,251,0);background-image:linear-gradient(180deg, rgba(251,251,251,0) 0%, rgba(255,255,255,0.5) 21%, #fff 67%);transition:all 0.5s ease-in-out;opacity:0}
.asb-video-single .featured-comment:before,.asb-video-single .subjects:before,.asb-video-single .languages:before,.asb-video-single .lecturer:before,.asb-video-single .categories:before,.asb-video-single .online-classes:before{content:"";display:block;height:1px;width:calc(100% + 2rem);margin-left:-1rem;opacity:0.1;background:black;position:absolute;top:0;left:0}
@media (min-width: 1030px){.asb-video-single .featured-comment:before,.asb-video-single .subjects:before,.asb-video-single .languages:before,.asb-video-single .lecturer:before,.asb-video-single .categories:before,.asb-video-single .online-classes:before{content:none;margin-left:auto}}
.asb-video-single .lecturer:first-of-type:before{content:none}
.asb-video-single .lecturer:last-of-type:after{content:"";display:block;height:1px;width:calc(100% + 2rem);margin-left:-1rem;opacity:0.1;background:black;position:absolute;bottom:0;left:0}
@media (min-width: 1030px){.asb-video-single .lecturer:last-of-type:after{content:none;margin-left:auto}}
.asb-video-single .attachment-filename{width:12rem}
@media (min-width: 360px){.asb-video-single .attachment-filename{width:14rem}}
@media (min-width: 400px){.asb-video-single .attachment-filename{width:16rem}}
@media (min-width: 450px){.asb-video-single .attachment-filename{width:20rem}}
@media (min-width: 500px){.asb-video-single .attachment-filename{width:23rem}}
@media (min-width: 550px){.asb-video-single .attachment-filename{width:26rem}}
@media (min-width: 600px){.asb-video-single .attachment-filename{width:30rem}}
@media (min-width: 650px){.asb-video-single .attachment-filename{width:33rem}}
@media (min-width: 700px){.asb-video-single .attachment-filename{width:36rem}}
@media (min-width: 750px){.asb-video-single .attachment-filename{width:39rem}}
@media (min-width: 800px){.asb-video-single .attachment-filename{width:42rem}}
@media (min-width: 850px){.asb-video-single .attachment-filename{width:45rem}}
@media (min-width: 900px){.asb-video-single .attachment-filename{width:48rem}}
@media (min-width: 950px){.asb-video-single .attachment-filename{width:51rem}}
@media (min-width: 1024px){.asb-video-single .attachment-filename{width:38rem}}
@media (min-width: 1100px){.asb-video-single .attachment-filename{width:41rem}}
@media (min-width: 1150px){.asb-video-single .attachment-filename{width:44rem}}
@media (min-width: 1200px){.asb-video-single .attachment-filename{width:46rem}}
@media (min-width: 1250px){.asb-video-single .attachment-filename{width:48rem}}
.asb-video-single #wpd-post-rating{display:none}
.asb-video-single .plyr{height:100%;max-height:520px;cursor:pointer}
.asb-video-single .plyr #player{background:black}
.asb-video-single .plyr--stopped:before,.asb-video-single .plyr--paused:before{content:"";position:absolute;left:0;top:0;display:block;width:100%;height:100%;background:black;opacity:0.5;z-index:2}
.asb-video-single .plyr--stopped .plyr__controls{display:none}
.asb-video-single .plyr__control{padding:3px}
@media (min-width: 450px){.asb-video-single .plyr__control{padding:7px}}
.asb-video-single .plyr__control svg{width:12px;height:12px}
@media (min-width: 450px){.asb-video-single .plyr__control svg{width:18px;height:18px}}
.asb-video-single .plyr__control--overlaid{width:75px;height:75px;background:white;opacity:1;transition:filter 0.5s ease-in-out;filter:drop-shadow(0px 4px 35px rgba(0,0,0,0.36))}
@media (min-width: 768px){.asb-video-single .plyr__control--overlaid{width:110px;height:110px}}
@media (min-width: 1030px){.asb-video-single .plyr__control--overlaid{width:143px;height:143px}}
.asb-video-single .plyr__control--overlaid:hover,.asb-video-single .plyr__control--overlaid:focus,.asb-video-single .plyr__control--overlaid:active{background:white;filter:drop-shadow(0px 6px 49px #438523)}
.asb-video-single .plyr__control--overlaid:hover:after,.asb-video-single .plyr__control--overlaid:focus:after,.asb-video-single .plyr__control--overlaid:active:after{border-top-color:#6ca82d}
.asb-video-single .plyr__control--overlaid:after{content:'';position:absolute;left:55%;top:50%;transform:translate(-50%, -50%) rotate(270deg);width:0;height:0;border-left:16px solid transparent;border-right:16px solid transparent;border-top:25px solid #558423;filter:drop-shadow(0px 2px 14px rgba(50,121,7,0.25));transition:border-top-color 0.5s ease-in-out}
@media (min-width: 768px){.asb-video-single .plyr__control--overlaid:after{border-left:25px solid transparent;border-right:25px solid transparent;border-top:38px solid #558423}}
@media (min-width: 1030px){.asb-video-single .plyr__control--overlaid:after{border-left:34px solid transparent;border-right:34px solid transparent;border-top:50px solid #558423}}
.asb-video-single .plyr__control--overlaid svg{display:none;fill:#558423;width:31px;height:34px}
@media (min-width: 1030px){.asb-video-single .plyr__control--overlaid svg{width:57px;height:65px}}
.asb-video-single .plyr__control--overlaid svg use{box-shadow:0px 2px 14px rgba(50,121,7,0.25)}
.asb-video-single .rating-section{background:#EAF7DE}
.asb-video-single .rating-section .lecture-rating__stars__item{color:rgb(54 83 20 / 0.55)}
.asb-video-single .rating-section .lecture-rating__stars__item.fill{--tw-text-opacity:1;color:rgb(54 83 20 / var(--tw-text-opacity, 1))}
.plyr--full-ui.plyr--video:not(.plyr--stopped) .plyr__control--overlaid{display:none !important}
.asb-page-role-asb_page_course_videos .article-header{margin-bottom:0}
.asb-page-role-asb_page_course_videos .j15-grid{padding-top:0}
.wp-block-separator.is-style-asb-separator-block{border-top:unset;border-color:#BDBDBD}
@keyframes a{0%{opacity:0}to{opacity:1}}
[data-stt]{position:relative}
[data-stt],[data-stt]:after,[data-stt]:before{box-sizing:border-box}
[data-stt]:after,[data-stt]:before{display:none;position:absolute;animation:a .5s ease-in-out}
[data-stt]:before{border-color:#536877 #536877 transparent transparent;border-radius:0 4px 0 0;border-style:solid;border-width:1px 1px 0 0;content:"";height:12px;left:calc(50% - 6px);top:calc(100% + .125em);transform:rotate(-45deg);width:12px;z-index:2}
[data-stt]:after,[data-stt]:before{background-color:#fff;position:absolute}
[data-stt]:after{border:1px solid #536877;border-radius:.25rem;box-shadow:0 0 10px rgba(0,0,0,0.4);color:#1e2b3b;content:attr(aria-label);float:left;font-size:1em;height:auto;left:calc(50% - 5rem);line-height:1.2em;margin:0;padding:1em;right:0;text-align:center;top:calc(100% + 6px + .125em);white-space:pre-wrap;min-width:10rem;max-width:12rem;width:10rem;z-index:1}
[data-stt]:active:after,[data-stt]:active:before,[data-stt]:focus:after,[data-stt]:focus:before,[data-stt]:hover:after,[data-stt]:hover:before{display:block}
[data-stt]:hover:after{z-index:3}
[data-stt]:hover:before{z-index:4}
[data-stt-fade]:after,[data-stt-fade]:before{animation:a .5s ease-in-out}
[data-stt-orientation=n]:before{top:auto;bottom:calc(100% + .125em);transform:rotate(135deg)}
[data-stt-orientation=n]:after{top:auto;bottom:calc(100% + 6px + .125em)}
[data-stt-orientation=ne]:before{top:auto;bottom:calc(100% + .125em);transform:rotate(135deg)}
[data-stt-orientation=ne]:after{top:auto;left:calc(50% - 18px);right:auto;bottom:calc(100% + 6px + .125em)}
[data-stt-orientation=nw]:before{top:auto;bottom:calc(100% + .125em);transform:rotate(135deg)}
[data-stt-orientation=nw]:after{top:auto;right:calc(50% - 18px);left:auto;bottom:calc(100% + 6px + .125em)}
[data-stt-orientation=en]:before{bottom:calc(50% - 12px / 2);left:calc(100% + .125em);top:auto;transform:rotate(225deg)}
[data-stt-orientation=en]:after{right:auto;left:calc(100% + 6px + .125em);top:auto;bottom:calc(50% - 18px)}
[data-stt-orientation=e]:before{bottom:calc(50% - 6px);left:calc(100% + .125em);top:auto;transform:rotate(225deg)}
[data-stt-orientation=e]:after{right:auto;left:calc(100% + 6px + .125em);position:absolute;overflow:hidden;white-space:nowrap;bottom:auto;top:calc(50% - 2em + 1.2em / 2);height:3.2em}
[data-stt-orientation=es]:before{bottom:calc(50% - 12px / 2);left:calc(100% + .125em);top:auto;transform:rotate(225deg)}
[data-stt-orientation=es]:after{right:auto;left:calc(100% + 6px + .125em);top:calc(50% - 18px);bottom:auto}
[data-stt-orientation=se]:after{right:auto;left:calc(50% - 18px);bottom:auto}
[data-stt-orientation=sw]:after{right:calc(50% - 18px);left:auto;bottom:auto}
[data-stt-orientation=ws]:before{bottom:calc(50% - 6px);right:calc(100% + .125em);left:auto;top:auto;transform:rotate(45deg)}
[data-stt-orientation=ws]:after{left:auto;right:calc(100% + 6px + .125em);top:calc(50% - 18px);bottom:auto}
[data-stt-orientation=w]:before{bottom:calc(50% - 6px);right:calc(100% + .125em);left:auto;top:auto;transform:rotate(45deg)}
[data-stt-orientation=w]:after{left:auto;right:calc(100% + 6px + .125em);position:absolute;overflow:hidden;white-space:nowrap;bottom:auto;top:calc(50% - 2em + 1.2em / 2);height:3.2em}
[data-stt-orientation=wn]:before{bottom:calc(50% - 6px);right:calc(100% + .125em);left:auto;top:auto;transform:rotate(45deg)}
[data-stt-orientation=wn]:after{left:auto;right:calc(100% + 6px + .125em);bottom:calc(50% - 18px);top:auto}
[data-stt-text-align=left]:after{text-align:left}
[data-stt-text-align=center]:after{text-align:center}
[data-stt-text-align=right]:after{text-align:right}

