@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: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]{-webkit-appearance:none;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,#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{-webkit-appearance:none;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;-o-object-fit:contain;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}
/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */*,:after,:before{box-sizing:border-box}:root{-moz-tab-size:4;-o-tab-size:4;tab-size:4}html{-webkit-text-size-adjust:100%;line-height:1.15}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;margin:0}hr{color:inherit;height:0}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}:-moz-ui-invalid{box-shadow:none}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}.main-content{grid-gap:0;display:grid;grid-template-columns:350px 1fr;grid-template-rows:auto}.header #logo{left:30px;position:absolute;top:30px;z-index:8000}@media (min-width:767px){.header #logo{left:65px;top:30px}}.header #logo img{filter:brightness(0) invert(1);width:110px}.header #menu{position:absolute;right:30px;top:30px;z-index:8000}@media (min-width:767px){.header #menu{left:65px;right:auto;top:125px}}.header #menu.sticky{position:fixed;top:0}.header #menu.active{z-index:9000}.header #menu.active #main-menu{display:block}.header #menu>a{background-color:#7d1718;color:#fff;cursor:pointer;display:block;font-size:15px;font-weight:400;line-height:1;margin:0 0 2px;padding:5px;text-decoration:none;text-transform:uppercase;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:165px}@media (min-width:1023px){.header #menu>a{font-size:16px}}@media (min-width:1399px){.header #menu>a{font-size:17px}}@media (min-width:1600px){.header #menu>a{font-size:18px}}@media (min-width:767px){.header #menu>a{width:110px}}.header #menu>a:hover{background-color:#671314}.header #menu>a svg{float:right;height:15px;margin:0;width:auto}.header #lang-selector{align-items:flex-end;display:flex;flex-direction:column;position:absolute;right:30px;top:60px;z-index:8000}@media (min-width:767px){.header #lang-selector{left:auto;right:65px;top:65px}}.header #lang-selector.sticky{position:fixed;top:0}.header #lang-selector.active{z-index:9000}.header #lang-selector.active #main-menu{display:block}.header #lang-selector>a{background-color:#7d1718;color:#fff;cursor:pointer;display:block;font-size:15px;font-weight:400;line-height:1;margin:0 0 2px;padding:5px;text-decoration:none;text-transform:uppercase;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:165px}@media (min-width:1023px){.header #lang-selector>a{font-size:16px}}@media (min-width:1399px){.header #lang-selector>a{font-size:17px}}@media (min-width:1600px){.header #lang-selector>a{font-size:18px}}@media (min-width:767px){.header #lang-selector>a{width:110px}}.header #lang-selector>a:hover{background-color:#671314}.header #lang-selector>a svg{float:right;height:15px;margin:0;width:auto}.header.dark-logo #logo svg{fill:#000}.footer{position:relative}.footer .content{display:grid;grid-template-columns:1fr}@media (min-width:1023px){.footer .content{grid-template-columns:1fr 4fr}}.footer p.description{font-size:19.2px;margin-bottom:2rem}@media (min-width:1023px){.footer p.description{font-size:24px;margin:0 0 5rem;width:75%}}.footer a,.footer li,.footer p{font-size:16px}.footer .menu-text{padding:30px}@media (min-width:1023px){.footer .menu-text{padding-right:5%;padding-top:4rem}}.footer .logo{padding:30px 0 0 30px}@media (min-width:1023px){.footer .logo{padding:4rem}}.footer .logo img{filter:brightness(0) invert(1);width:110px}@media screen and (min-height:1000px){.footer .logo{display:block}}.footer .logo svg{fill:#fff;height:auto;width:6em}@media (min-width:1023px){.footer .logo svg{width:9%}}.footer .social{align-items:center;display:flex;justify-content:space-between;width:40%}.footer .menu{display:grid;grid-template-areas:"partner1 partner2" "info-1 info-1" "info-2 info-2" "info-3 info-3" "info-4 info-4" "info-5 info-5" "info-6 info-6";grid-template-columns:1fr 1fr;grid-template-rows:auto}@media (min-width:1023px){.footer .menu{grid-template-areas:"partner1 info-1 info-2 info-3" "partner2 info-4 info-5 info-6";grid-template-columns:repeat(4,1fr);grid-template-rows:auto;margin-bottom:5%;padding:0}}.footer .menu ul{list-style:none;padding:0}.footer .menu a{color:#fff;text-decoration:none}.footer .menu a.underline{text-decoration:underline}.footer .menu button{background-color:#fff;border:0;width:80%}.footer .menu svg{fill:#fff;height:-moz-fit-content;height:fit-content;width:25px}.footer .menu .credits{font-size:11px;font-weight:600;margin-top:50px}@media (min-width:1023px){.footer .menu .credits{font-size:12px}}@media (min-width:1399px){.footer .menu .credits{font-size:12px}}@media (min-width:1600px){.footer .menu .credits{font-size:13px}}.footer .menu img{width:30vw}@media (min-width:1023px){.footer .menu img{width:15vw}}.footer .info-1{-ms-grid-column-span:2;grid-area:info-1;-ms-grid-column:1;-ms-grid-row:2}.footer .info-2{-ms-grid-column-span:2;grid-area:info-2;-ms-grid-column:1;-ms-grid-row:3}.footer .info-3{-ms-grid-column-span:2;grid-area:info-3;-ms-grid-column:1;-ms-grid-row:4}.footer .info-4{-ms-grid-column-span:2;grid-area:info-4;-ms-grid-column:1;-ms-grid-row:5}.footer .info-5{-ms-grid-column-span:2;grid-area:info-5;-ms-grid-column:1;-ms-grid-row:6}.footer .info-6{-ms-grid-column-span:2;grid-area:info-6;-ms-grid-column:1;-ms-grid-row:7}.footer .partner1{grid-area:partner1;-ms-grid-column:1;-ms-grid-row:1}.footer .partner2{grid-area:partner2;-ms-grid-column:2;-ms-grid-row:1}@media (min-width:1023px){.footer .info-1{-ms-grid-column-span:1;-ms-grid-column:2;-ms-grid-row:1}.footer .info-2{-ms-grid-column-span:1;-ms-grid-column:3;-ms-grid-row:1}.footer .info-3{-ms-grid-column-span:1;-ms-grid-column:4;-ms-grid-row:1}.footer .info-4{-ms-grid-column-span:1;-ms-grid-column:2;-ms-grid-row:2}.footer .info-5{-ms-grid-column-span:1;-ms-grid-column:3;-ms-grid-row:2}.footer .info-6{-ms-grid-column-span:1;-ms-grid-column:4;-ms-grid-row:2}.footer .partner1{-ms-grid-column:1;-ms-grid-row:1}.footer .partner2{-ms-grid-column:1;-ms-grid-row:2}}.footer .partner2 img{width:15vw}@media (min-width:1023px){.footer .partner2 img{width:10vw}}.banner1{background-size:cover}.banner1 div{font-size:32px;font-weight:600;line-height:1.3;padding:90px 30px}@media (min-width:1023px){.banner1 div{font-size:38px}}@media (min-width:1399px){.banner1 div{font-size:40px}}@media (min-width:1600px){.banner1 div{font-size:41px}}@media (min-width:1023px){.banner1 div{font-size:64px;padding:15rem 6rem}}@media (min-width:1023px) and (min-width:1023px){.banner1 div{font-size:80px}}@media (min-width:1023px) and (min-width:1399px){.banner1 div{font-size:83px}}@media (min-width:1023px) and (min-width:1600px){.banner1 div{font-size:86px}}.banner1.empty div{height:0;padding:0 0 56.5%}.article-list .article{display:grid;grid-template-columns:1fr;grid-template-rows:auto;margin:0 0 4rem;min-height:120px}@media (min-width:1023px){.article-list .article{grid-template-columns:1fr 2fr 1fr 65px;grid-template-rows:auto;margin:0 0 .5rem}.article-list .article .col1{margin-right:.5rem}.article-list .article .col2,.article-list .article .col3{margin:0 .5rem}}.article-list .article .col2,.article-list .article .col3{border-top:3px solid #000}.article-list .article .col2{margin:1rem 0;position:relative}@media (min-width:1023px){.article-list .article .col2{margin:0}}.article-list .article .col2 h4{margin:.5rem 0 5px}@media (min-width:1023px){.article-list .article .col2 h4{margin:0 0 10px}}.article-list .article .col2 p{margin:.5rem 0}@media (min-width:1023px){.article-list .article .col2 p{margin:0}}.article-list .article .col2 p:last-of-type{margin-bottom:35px}.article-list .article .col2>a{color:#000;display:block;font-size:12px;padding-right:1.25rem;position:relative;text-decoration:none;text-transform:uppercase}@media (min-width:1023px){.article-list .article .col2>a{font-size:13px}}@media (min-width:1399px){.article-list .article .col2>a{font-size:14px}}@media (min-width:1600px){.article-list .article .col2>a{font-size:15px}}@media (min-width:1023px){.article-list .article .col2>a{bottom:0;position:absolute;right:0}}.article-list .article .col2>a:after{color:#7d1718;content:" +";font-size:27px;font-weight:400;position:absolute;right:0;top:50%;transform:translateY(-50%)}@media (min-width:1023px){.article-list .article .col2>a:after{font-size:28px}}@media (min-width:1399px){.article-list .article .col2>a:after{font-size:30px}}@media (min-width:1600px){.article-list .article .col2>a:after{font-size:32px}}.article-list .article .col3{position:relative}.article-list .article .col3 .date{font-size:12px;margin-top:3px;text-transform:uppercase}@media (min-width:1023px){.article-list .article .col3 .date{font-size:13px}}@media (min-width:1399px){.article-list .article .col3 .date{font-size:14px}}@media (min-width:1600px){.article-list .article .col3 .date{font-size:15px}}.article-list .article .col3 .time{font-size:16px;font-weight:600;text-transform:uppercase}@media (min-width:1023px){.article-list .article .col3 .time{font-size:17px}}@media (min-width:1399px){.article-list .article .col3 .time{font-size:19px}}@media (min-width:1600px){.article-list .article .col3 .time{font-size:20px}}.article-list .article .col3 a{border-top:3px solid #000;color:#000;display:block;font-weight:600;padding:.5rem 0 0;text-decoration:none;text-transform:uppercase;width:100%}@media (min-width:1023px){.article-list .article .col3 a{bottom:0;position:absolute}}.article-list .article h4{font-size:20px;font-weight:400}@media (min-width:1023px){.article-list .article h4{font-size:21px}}@media (min-width:1399px){.article-list .article h4{font-size:23px}}@media (min-width:1600px){.article-list .article h4{font-size:24px}}.article-list .article h4 a{color:#000;text-decoration:none}.article-list .article img{height:auto;width:100%}#main-menu{display:none;z-index:9000}#main-menu div{width:100%}#main-menu div a{background-color:#6f7175;color:#fff;cursor:pointer;display:block;font-size:16px;font-weight:400;line-height:1;margin:2px 0;padding:5px 30px 5px 5px;position:relative;text-decoration:none;text-transform:uppercase;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:165px}@media (min-width:1023px){#main-menu div a{font-size:17px}}@media (min-width:1399px){#main-menu div a{font-size:19px}}@media (min-width:1600px){#main-menu div a{font-size:20px}}@media (min-width:767px){#main-menu div a{display:inline-block;font-size:12px}}@media (min-width:767px) and (min-width:1023px){#main-menu div a{font-size:13px}}@media (min-width:767px) and (min-width:1399px){#main-menu div a{font-size:14px}}@media (min-width:767px) and (min-width:1600px){#main-menu div a{font-size:15px}}#main-menu div a:hover{background-color:#7d1718;color:#fff}#main-menu div a svg{fill:#fff;height:15px;position:absolute;right:5px;top:5px;width:auto}#main-menu div ul{list-style:none;margin:0;padding:0}@media (min-width:1023px){#main-menu div ul li{line-height:1.1}}#main-menu div ul li a{background-color:#d9d5d5;color:#000}.newsletter{background-color:#fff;color:#000;margin:0;padding:100px 15% 50px}@media (min-width:1023px){.newsletter{padding:100px 0}}.newsletter .content{display:grid;grid-template-columns:0 1fr;grid-template-rows:repeat(2,auto)}@media (min-width:1023px){.newsletter .content{grid-template-columns:350px 1fr;grid-template-rows:auto}}@media (min-width:1399px){.newsletter .content{grid-template-columns:400px 1fr;grid-template-rows:auto}}.newsletter .content>div{grid-column:2}@media (min-width:1023px){.newsletter .content>div h2{margin-bottom:100px!important}}.newsletter .content>div svg *{fill:#000}.newsletter form>div{display:grid;grid-template-columns:1fr;grid-template-rows:auto;margin:50px 0}@media (min-width:1023px){.newsletter form>div{grid-gap:5rem;grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto;padding:0 15%}}.newsletter form>div input:not([type=checkbox]){margin-top:20px}.newsletter form>div input[type=submit]{cursor:pointer;margin-top:1em}.newsletter form>div div:nth-child(3){align-self:end}form input[type=email],form input[type=submit],form input[type=text]{border:1px solid #6f7175;border-radius:20px;margin:0 0 10px;padding:10px 20px;width:100%}form input[type=submit]{background-color:#6f7175;color:#fff;text-align:left;text-transform:uppercase}form select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");background-position:right .7rem top 50%;background-repeat:no-repeat;background-size:.65rem auto;margin:0 0 10px;padding:10px 15px}.cookie-bar{background-color:#6f7175;bottom:0;display:grid;grid-template-columns:1fr 30px;grid-template-rows:auto;height:100px;left:-100%;position:fixed;transition:all .5s ease-out;width:calc(100% + 30px);z-index:9000}@media (min-width:1023px){.cookie-bar{height:100px;left:-50%;width:calc(50% + 30px)}}.cookie-bar a{color:#fff;font-weight:600}.cookie-bar.expand{left:0}.cookie-bar .content-wrapper{grid-gap:20px;display:grid;grid-template-columns:30px 1fr;grid-template-rows:auto}.cookie-bar .content-wrapper .close{align-self:center;cursor:pointer;font-size:30px;justify-self:right}.cookie-bar .content-wrapper .content,.cookie-bar .open{align-self:center;justify-self:center}.cookie-bar .open{cursor:pointer;line-height:1}.cookie-bar .open svg{width:11px}.cookie-bar .open svg *{fill:#fff}.partners{background-color:#d9d5d5;transition:all .5s ease-out}@media (min-width:1023px){.partners{grid-gap:20px;bottom:100px;display:grid;grid-template-columns:1fr 30px;grid-template-rows:auto;left:-100%;position:fixed;width:calc(100% + 30px);z-index:9000}}.partners a{color:#fff;font-weight:600}.partners.expand{left:0}@media (min-width:1023px){.partners .content-wrapper{grid-gap:20px;display:grid;grid-template-columns:1fr 50px;grid-template-rows:auto}}.partners .content-wrapper .content{padding:1rem 7%}.partners .content-wrapper .content .row1,.partners .content-wrapper .content .row2{grid-gap:2rem;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto}@media (min-width:1023px){.partners .content-wrapper .content .row1,.partners .content-wrapper .content .row2{grid-gap:0 1rem;grid-template-columns:repeat(14,1fr);grid-template-rows:auto}}.partners .content-wrapper .content .row1.row2,.partners .content-wrapper .content .row2.row2{grid-template-columns:repeat(2,1fr);grid-template-rows:auto;margin-top:2rem}@media (min-width:1023px){.partners .content-wrapper .content .row1.row2,.partners .content-wrapper .content .row2.row2{grid-template-columns:repeat(4,1fr);grid-template-rows:auto}.partners .content-wrapper .content .row1 .hidden,.partners .content-wrapper .content .row2 .hidden{display:none}}.partners img{align-self:center;height:auto;width:100%}.partners .close{color:#000;cursor:pointer;display:none;float:right;font-size:30px;line-height:1;margin:20px 0 0}@media (min-width:1023px){.partners .close{display:block}}.partners .open{align-self:end;cursor:pointer;display:none;justify-self:center;line-height:1;padding-bottom:10px}.partners .open svg{width:11px}@media (min-width:1023px){.partners .open{display:block}}.arrow-title{grid-gap:2rem;display:grid;grid-template-columns:30px 1fr;grid-template-rows:auto}@media (min-width:1023px){.arrow-title{grid-gap:3rem;grid-template-columns:70px 1fr;grid-template-rows:auto}}@media (min-width:1399px){.arrow-title{grid-template-columns:95px 1fr;grid-template-rows:auto}}@media (min-width:1600px){.arrow-title{grid-template-columns:120px 1fr;grid-template-rows:auto}}.arrow-title h2,.arrow-title h3{text-transform:uppercase}.arrow-title h2{font-size:7.5vw;font-weight:400;line-height:1;margin:0;text-align:left}@media (min-width:1023px){.arrow-title h2{font-size:6.5vw}}.arrow-title h2 a{color:#fff;text-decoration:none}.arrow-title h2 a:hover{opacity:.7}.arrow-title svg{display:block;height:auto;width:100%}@media (min-width:1023px){.arrow-title.half-screen{grid-gap:3rem;grid-template-columns:40px 1fr;grid-template-rows:auto}.arrow-title.half-screen h2{font-size:4.5vw}}@media (min-width:1399px){.arrow-title.half-screen{grid-template-columns:60px 1fr;grid-template-rows:auto}}@media (min-width:1600px){.arrow-title.half-screen{grid-template-columns:90px 1fr;grid-template-rows:auto}}.arrow-title.dark-text h2 a{color:#000}.arrow-title-with-lines{grid-gap:2rem;border-bottom:2px solid #fff;border-top:2px solid #fff;display:grid;grid-template-columns:30px 1fr;grid-template-rows:auto;padding:.5rem 30px}@media (min-width:1023px){.arrow-title-with-lines{grid-gap:3rem;grid-template-columns:70px 1fr;grid-template-rows:auto;margin-left:-120px;padding:.5rem 0 .5rem 30%}}.arrow-title-with-lines h4,.arrow-title-with-lines h4 a{color:#fff;font-size:32px;margin:0;text-decoration:none;text-transform:uppercase}@media (min-width:1023px){.arrow-title-with-lines h4,.arrow-title-with-lines h4 a{font-size:38px}}@media (min-width:1399px){.arrow-title-with-lines h4,.arrow-title-with-lines h4 a{font-size:40px}}@media (min-width:1600px){.arrow-title-with-lines h4,.arrow-title-with-lines h4 a{font-size:41px}}@media (min-width:1023px){.arrow-title-with-lines h4,.arrow-title-with-lines h4 a{font-size:48px}}@media (min-width:1023px) and (min-width:1023px){.arrow-title-with-lines h4,.arrow-title-with-lines h4 a{font-size:49px}}@media (min-width:1023px) and (min-width:1399px){.arrow-title-with-lines h4,.arrow-title-with-lines h4 a{font-size:51px}}@media (min-width:1023px) and (min-width:1600px){.arrow-title-with-lines h4,.arrow-title-with-lines h4 a{font-size:52px}}.arrow-title-with-lines svg{display:block;height:auto;width:100%}.agenda{background-color:#fff;color:#000;padding:30px 0}@media (min-width:1023px){.agenda>.title{display:grid;grid-template-columns:32% 3fr 1fr;grid-template-rows:auto}}.agenda>.title h2{font-size:23px;margin:0;padding:10px 30px;text-transform:uppercase}@media (min-width:1023px){.agenda>.title h2{font-size:24px}}@media (min-width:1399px){.agenda>.title h2{font-size:26px}}@media (min-width:1600px){.agenda>.title h2{font-size:28px}}@media (min-width:1023px){.agenda>.title h2{font-size:48px;grid-column:2;grid-row:1;padding:0 0 5px}}@media (min-width:1023px) and (min-width:1023px){.agenda>.title h2{font-size:49px}}@media (min-width:1023px) and (min-width:1399px){.agenda>.title h2{font-size:51px}}@media (min-width:1023px) and (min-width:1600px){.agenda>.title h2{font-size:52px}}.agenda .listing .toggle{border-top:1px solid #000;color:#000;display:block;font-size:23px;padding-left:30px;text-decoration:none;text-transform:uppercase}@media (min-width:1023px){.agenda .listing .toggle{font-size:24px}}@media (min-width:1399px){.agenda .listing .toggle{font-size:26px}}@media (min-width:1600px){.agenda .listing .toggle{font-size:28px}}@media (min-width:1023px){.agenda .listing .toggle{padding-left:32%}}.agenda .listing .content{display:none;grid-template-columns:1fr 10px 2fr 10px 2fr;grid-template-rows:auto;padding-bottom:30px}.agenda .listing .content.active{border-top:1px solid #000;display:grid}@media (min-width:1023px){.agenda .listing .content{grid-template-columns:1fr 50px 3fr 50px 3fr 1fr;grid-template-rows:auto}}.agenda .listing .content.empty-row{grid-template-columns:1fr;grid-template-rows:auto;padding-left:30px;padding-top:10px}@media (min-width:1023px){.agenda .listing .content.empty-row{padding-left:32%}}.agenda .listing .content div{border-bottom:1px solid #000;font-size:15px;padding:4px 0;text-align:center}@media (min-width:1023px){.agenda .listing .content div{font-size:16px}}@media (min-width:1399px){.agenda .listing .content div{font-size:17px}}@media (min-width:1600px){.agenda .listing .content div{font-size:18px}}.agenda .listing .content div.date{text-transform:uppercase}.agenda .listing .content div.empty{border-bottom:0}.agenda .listing .content div.theatre,.agenda .listing .content div.title{text-align:left}.agenda .listing .content div.action{display:none;text-transform:uppercase}@media (min-width:1023px){.agenda .listing .content div.action{display:block}}.agenda .listing .content div a{color:#000;text-decoration:none}.fullscreen-hero{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100vh;position:relative;width:100vw}.fullscreen-hero:before{background-color:#000;content:" ";height:100%;left:0;opacity:.4;position:absolute;top:0;width:100%}.fullscreen-hero .title{bottom:20%;margin:0 30px;position:absolute;z-index:1}@media (min-width:1023px){.fullscreen-hero .title{left:40%;width:50%}}.fullscreen-hero .title h1{font-size:48px;font-weight:400;line-height:1;text-transform:uppercase}@media (min-width:1023px){.fullscreen-hero .title h1{font-size:49px}}@media (min-width:1399px){.fullscreen-hero .title h1{font-size:51px}}@media (min-width:1600px){.fullscreen-hero .title h1{font-size:52px}}@media (min-width:1023px){.fullscreen-hero .title h1{font-size:64px}}@media (min-width:1023px) and (min-width:1023px){.fullscreen-hero .title h1{font-size:80px}}@media (min-width:1023px) and (min-width:1399px){.fullscreen-hero .title h1{font-size:83px}}@media (min-width:1023px) and (min-width:1600px){.fullscreen-hero .title h1{font-size:86px}}.fullscreen-hero .title .excerpt{font-size:16px;margin:0 0 1rem}@media (min-width:1023px){.fullscreen-hero .title .excerpt{font-size:17px}}@media (min-width:1399px){.fullscreen-hero .title .excerpt{font-size:19px}}@media (min-width:1600px){.fullscreen-hero .title .excerpt{font-size:20px}}@media (min-width:1023px){.fullscreen-hero .title .excerpt{font-size:18px}}@media (min-width:1023px) and (min-width:1023px){.fullscreen-hero .title .excerpt{font-size:20px}}@media (min-width:1023px) and (min-width:1399px){.fullscreen-hero .title .excerpt{font-size:21px}}@media (min-width:1023px) and (min-width:1600px){.fullscreen-hero .title .excerpt{font-size:23px}}.fullscreen-hero .credits{bottom:0;margin:0 30px;position:absolute;right:0;z-index:1}.fullscreen-hero .credits p{font-size:12px;mix-blend-mode:difference}@media (min-width:1023px){.fullscreen-hero .credits p{font-size:13px}}@media (min-width:1399px){.fullscreen-hero .credits p{font-size:14px}}@media (min-width:1600px){.fullscreen-hero .credits p{font-size:15px}}.paginator{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:auto}.paginator svg{width:20px}.paginator svg *{fill:#000}.paginator>div:last-child{grid-gap:16px;align-self:center;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto;justify-self:flex-end}.paginator .is-reversed svg{transform:rotate(180deg)}.event-card{display:flex;flex-direction:column;gap:2vh;justify-content:space-between;margin-bottom:25%}@media (min-width:1023px){.event-card{margin-bottom:10%}}.event-card .event-image{background-position:0;background-repeat:no-repeat;background-size:cover;height:auto;padding-top:56.25%;position:relative;width:100%}.event-card h1{font-size:32px;margin-bottom:0}.event-card p{font-size:16px;font-weight:800;margin:0}@media (min-width:1023px){.event-card p{font-size:17px}}@media (min-width:1399px){.event-card p{font-size:19px}}@media (min-width:1600px){.event-card p{font-size:20px}}@media (min-width:1023px){.event-card p{min-height:3em}}.event-card a{background-color:transparent;border-bottom:2px solid #fff;border-top:2px solid #fff;color:#fff;display:inline-flex;font-size:16px;font-weight:800;padding:1% 0;text-decoration:none;width:30%}@media (min-width:1023px){.event-card a{font-size:17px}}@media (min-width:1399px){.event-card a{font-size:19px}}@media (min-width:1600px){.event-card a{font-size:20px}}.event-card a:hover{color:#fff}.home{@import "https://unpkg.com/swiper/swiper-bundle.min.css"}.home .top-carousel .light{display:none;height:350vh;left:0;opacity:.8;position:absolute;top:0;transform:translateX(-50%) translateY(-50%);width:350vw}@media (hover:hover){.home .top-carousel .light{display:block}}.home .top-carousel .slide{background:#6f7175 no-repeat;background-position:top;background-size:cover;height:100vh;margin-right:10px;width:100%}.home .top-carousel .slide:before{background-color:#000;content:" ";height:100%;left:0;opacity:.4;position:absolute;top:0;width:100%}.home .top-carousel .slide .caption{bottom:20%;margin:0 30px;position:absolute}@media (min-width:767px){.home .top-carousel .slide .caption{bottom:20%;margin:0;right:10%;width:35vw}}@media (min-width:1023px){.home .top-carousel .slide .caption{bottom:20%;margin:0;right:10%;width:35vw}}.home .top-carousel .slide .caption .title{font-size:27px;line-height:1;margin:0 0 .5rem}@media (min-width:1023px){.home .top-carousel .slide .caption .title{font-size:28px}}@media (min-width:1399px){.home .top-carousel .slide .caption .title{font-size:30px}}@media (min-width:1600px){.home .top-carousel .slide .caption .title{font-size:32px}}@media (min-width:1023px){.home .top-carousel .slide .caption .title{font-size:48px}}@media (min-width:1023px) and (min-width:1023px){.home .top-carousel .slide .caption .title{font-size:49px}}@media (min-width:1023px) and (min-width:1399px){.home .top-carousel .slide .caption .title{font-size:51px}}@media (min-width:1023px) and (min-width:1600px){.home .top-carousel .slide .caption .title{font-size:52px}}@media (min-width:1399px){.home .top-carousel .slide .caption .title{font-size:64px}}@media (min-width:1399px) and (min-width:1023px){.home .top-carousel .slide .caption .title{font-size:80px}}@media (min-width:1399px) and (min-width:1399px){.home .top-carousel .slide .caption .title{font-size:83px}}@media (min-width:1399px) and (min-width:1600px){.home .top-carousel .slide .caption .title{font-size:86px}}.home .top-carousel .slide .caption .excerpt{font-size:16px;margin:0 0 1rem}@media (min-width:1023px){.home .top-carousel .slide .caption .excerpt{font-size:17px}}@media (min-width:1399px){.home .top-carousel .slide .caption .excerpt{font-size:19px}}@media (min-width:1600px){.home .top-carousel .slide .caption .excerpt{font-size:20px}}@media (min-width:1023px){.home .top-carousel .slide .caption .excerpt{font-size:18px}}@media (min-width:1023px) and (min-width:1023px){.home .top-carousel .slide .caption .excerpt{font-size:20px}}@media (min-width:1023px) and (min-width:1399px){.home .top-carousel .slide .caption .excerpt{font-size:21px}}@media (min-width:1023px) and (min-width:1600px){.home .top-carousel .slide .caption .excerpt{font-size:23px}}.home .top-carousel .slide .caption a{color:#fff;font-size:27px}@media (min-width:1023px){.home .top-carousel .slide .caption a{font-size:28px}}@media (min-width:1399px){.home .top-carousel .slide .caption a{font-size:30px}}@media (min-width:1600px){.home .top-carousel .slide .caption a{font-size:32px}}.home .top-carousel .flickity-page-dots{bottom:25px;line-height:1;list-style:none;margin:0;padding:0;position:absolute;text-align:center;width:100%}.home .top-carousel .flickity-page-dots .dot{background:#fff;border-radius:50%;cursor:pointer;display:inline-block;height:30px;margin:0 8px;opacity:.25;width:30px}.home .top-carousel .flickity-page-dots .dot.is-selected{opacity:1}.home .calendar .text{display:grid;grid-template-columns:1fr 3fr;grid-template-rows:auto}.home .calendar .text h1{font-size:48px;font-weight:900;margin-top:3%}@media (min-width:1023px){.home .calendar .text h1{font-size:49px}}@media (min-width:1399px){.home .calendar .text h1{font-size:51px}}@media (min-width:1600px){.home .calendar .text h1{font-size:52px}}.home .calendar .text a{color:#7d1718;font-size:32px;font-weight:900}.home .calendar .calendar-content{display:grid;grid-template-columns:1fr 3fr;grid-template-rows:auto;margin:40px 0;overflow:hidden;position:relative}@media (min-width:1023px){.home .calendar .calendar-content{margin:0 0 40px}}.home .calendar .calendar-content:after,.home .calendar .calendar-content:before{background-color:#fff;content:" ";display:block;height:2px;position:absolute;transform:translateX(-50%);width:300vw}.home .calendar .calendar-content:after{top:48px}@media (min-width:1399px){.home .calendar .calendar-content:after{top:52px}}.home .calendar .calendar-content .calendar-carousel{grid-column:2;z-index:7000}.home .calendar .calendar-content .calendar-carousel .flickity-slider{width:100%}.home .calendar .calendar-content .calendar-carousel .flickity-prev-next-button{top:110px}.home .calendar .calendar-content .calendar-carousel .flickity-prev-next-button.previous{left:-60px}.home .calendar .calendar-content .calendar-carousel .flickity-prev-next-button.flickity-button{background-color:transparent}.home .calendar .calendar-content .calendar-carousel .flickity-prev-next-button .flickity-button-icon{fill:#fff}.home .calendar .calendar-content .calendar-carousel .flickity-page-dots{bottom:auto;height:60px;line-height:1;list-style:none;margin:0;overflow:hidden;padding:0;position:absolute;text-align:left;top:80px;width:calc(100% - 60px)}.home .calendar .calendar-content .calendar-carousel .flickity-page-dots .dot{background:#fff;border-radius:0;cursor:pointer;display:inline-block;height:30px;margin:15px 5px 0 0;opacity:.4;position:relative;width:10px}@media (min-width:1023px){.home .calendar .calendar-content .calendar-carousel .flickity-page-dots .dot{height:60px;margin:0 10px 0 0;width:50px}.home .calendar .calendar-content .calendar-carousel .flickity-page-dots .dot[data-day]:after{color:#000;content:attr(data-day);font-size:23px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}}@media (min-width:1023px) and (min-width:1023px){.home .calendar .calendar-content .calendar-carousel .flickity-page-dots .dot[data-day]:after{font-size:24px}}@media (min-width:1023px) and (min-width:1399px){.home .calendar .calendar-content .calendar-carousel .flickity-page-dots .dot[data-day]:after{font-size:26px}}@media (min-width:1023px) and (min-width:1600px){.home .calendar .calendar-content .calendar-carousel .flickity-page-dots .dot[data-day]:after{font-size:28px}}.home .calendar .calendar-content .calendar-carousel .flickity-page-dots .dot[data-highlight="1"]{background:#7d1718;opacity:.6}.home .calendar .calendar-content .calendar-carousel .flickity-page-dots .dot[data-highlight="1"]:after{color:#fff}.home .calendar .calendar-content .calendar-carousel .flickity-page-dots .dot.is-selected{opacity:1}.home .calendar .calendar-content .calendar-carousel .event{margin:0 35px 0 0;width:100%}@media (min-width:767px){.home .calendar .calendar-content .calendar-carousel .event{width:400px}}.home .calendar .calendar-content .calendar-carousel .event header{font-size:32px;margin:0 0 140px;text-transform:uppercase}@media (min-width:1023px){.home .calendar .calendar-content .calendar-carousel .event header{font-size:38px}}@media (min-width:1399px){.home .calendar .calendar-content .calendar-carousel .event header{font-size:40px}}@media (min-width:1600px){.home .calendar .calendar-content .calendar-carousel .event header{font-size:41px}}.home .calendar .calendar-content .calendar-carousel .event a{color:inherit;text-decoration:none}.home .calendar .calendar-content .calendar-carousel .event .event-header{background-color:#7d1718;color:#fff;padding:12px 8px}.home .calendar .calendar-content .calendar-carousel .event .event-header p{font-size:23px;font-weight:400;margin:0;text-transform:capitalize}@media (min-width:1023px){.home .calendar .calendar-content .calendar-carousel .event .event-header p{font-size:24px}}@media (min-width:1399px){.home .calendar .calendar-content .calendar-carousel .event .event-header p{font-size:26px}}@media (min-width:1600px){.home .calendar .calendar-content .calendar-carousel .event .event-header p{font-size:28px}}.home .calendar .calendar-content .calendar-carousel .event .event-header .month{font-weight:600}.home .calendar .calendar-content .calendar-carousel .event .event-image{background-size:cover;height:200px;position:relative}@media (min-width:1023px){.home .calendar .calendar-content .calendar-carousel .event .event-image{height:300px}}.home .calendar .calendar-content .calendar-carousel .event .event-footer{background-color:#7d1718;display:flex;flex-direction:column;transition:all .1s ease-in;width:100%}@media (min-width:1023px){.home .calendar .calendar-content .calendar-carousel .event .event-footer{bottom:0;opacity:0;position:absolute}}.home .calendar .calendar-content .calendar-carousel .event .event-footer .description{padding:2em 1em}.home .calendar .calendar-content .calendar-carousel .event .event-footer .description p{margin:0}@media (min-width:1023px){.home .calendar .calendar-content .calendar-carousel .event .event-footer:hover{opacity:1}}.home .calendar .calendar-content .calendar-carousel .event .fake-button{background-color:#fff;border:0;border-radius:32px;color:#7d1718;height:32px;margin:16px 16px 16px auto;width:96px}.home .carousel-cell{background:#8c8;border-radius:5px;counter-increment:carousel-cell;height:-moz-fit-content;height:fit-content;margin-right:10px;width:100%}@media (min-width:1023px){.home .carousel-cell{height:350px;width:40%}}.home .carousel-nav .carousel-cell{height:60px;width:30px}@media (min-width:1023px){.home .carousel-nav .carousel-cell{height:60px;width:50px}}.home .carousel-nav .carousel-cell:before{font-size:50px;line-height:80px}.home .carousel-nav .carousel-cell.is-nav-selected .box{opacity:1}.home .carousel-nav{height:130px;width:80%}@media (min-width:1023px){.home .carousel-nav{width:90%}}.home .carousel-nav.no-translation .flickity-slider{transform:translateX(0)!important}.home .carousel-nav .carousel-cell{background-color:transparent}.home .carousel-nav .flickity-button{display:none}.home .carousel-nav .month.m01:after{content:"GEN"}.home .carousel-nav .month.m02:after{content:"FEB"}.home .carousel-nav .month.m03:after{content:"MAR"}.home .carousel-nav .month.m04:after{content:"APR"}.home .carousel-nav .month.m05:after{content:"MAG"}.home .carousel-nav .month.m06:after{content:"GIU"}.home .carousel-nav .month.m07:after{content:"LUG"}.home .carousel-nav .month.m08:after{content:"AGO"}.home .carousel-nav .month.m09:after{content:"SET"}.home .carousel-nav .month.m10:after{content:"OTT"}.home .carousel-nav .month.m11:after{content:"NOV"}.home .carousel-nav .month.m12:after{content:"DIC"}.home .carousel-nav .month:after{color:#fff;font-size:16px;position:absolute;top:-100%;z-index:999}@media (min-width:1023px){.home .carousel-nav .month:after{font-size:17px}}@media (min-width:1399px){.home .carousel-nav .month:after{font-size:19px}}@media (min-width:1600px){.home .carousel-nav .month:after{font-size:20px}}@media (min-width:1023px){.home .carousel-nav .month:after{font-size:23px;top:-102%}}@media (min-width:1023px) and (min-width:1023px){.home .carousel-nav .month:after{font-size:24px}}@media (min-width:1023px) and (min-width:1399px){.home .carousel-nav .month:after{font-size:26px}}@media (min-width:1023px) and (min-width:1600px){.home .carousel-nav .month:after{font-size:28px}}.home .carousel-nav .month .box{background-color:#7d1718;color:#fff}.home .carousel-nav .flickity-viewport{height:100%!important}.home .carousel-nav .flickity-viewport .flickity-slider{align-items:flex-end;display:flex;height:100%}.home .carousel-nav .box{align-items:center;background-color:#fff;color:#000;display:flex;font-size:23px;height:100%;justify-content:center;opacity:.6;width:100%}@media (min-width:1023px){.home .carousel-nav .box{font-size:24px}}@media (min-width:1399px){.home .carousel-nav .box{font-size:26px}}@media (min-width:1600px){.home .carousel-nav .box{font-size:28px}}@media (min-width:1023px){.home .carousel-nav .box{font-size:27px}}@media (min-width:1023px) and (min-width:1023px){.home .carousel-nav .box{font-size:28px}}@media (min-width:1023px) and (min-width:1399px){.home .carousel-nav .box{font-size:30px}}@media (min-width:1023px) and (min-width:1600px){.home .carousel-nav .box{font-size:32px}}.home .carousel-month .carousel-cell{height:50%;width:33.33%}.home .carousel-main{margin-top:3vh;position:relative}.home .carousel-main .flickity-prev-next-button.next{left:88%;top:-9%}@media (min-width:1023px){.home .carousel-main .flickity-prev-next-button.next{left:94%;top:-17%}}.home .carousel-main .flickity-prev-next-button.previous{left:-13%;top:-9%}@media (min-width:1023px){.home .carousel-main .flickity-prev-next-button.previous{left:-4%;top:-17%}}.home .carousel-main .flickity-button{background:none;border:none;color:#fff;position:absolute}.home .carousel-main .flickity-prev-next-button .flickity-button-icon{height:60%;position:absolute;top:13px;width:60%}.home .carousel-month{overflow:hidden}.home .carousel-cell{border-radius:0;text-decoration:none}.home .carousel-cell .event header{font-size:32px;margin:0 0 140px;text-transform:uppercase}@media (min-width:1023px){.home .carousel-cell .event header{font-size:38px}}@media (min-width:1399px){.home .carousel-cell .event header{font-size:40px}}@media (min-width:1600px){.home .carousel-cell .event header{font-size:41px}}.home .carousel-cell .event a{color:inherit;text-decoration:none}.home .carousel-cell .event .event-header{background-color:#7d1718;color:#fff;padding:12px 8px}.home .carousel-cell .event .event-header p{font-size:23px;font-weight:400;margin:0;text-transform:capitalize}@media (min-width:1023px){.home .carousel-cell .event .event-header p{font-size:24px}}@media (min-width:1399px){.home .carousel-cell .event .event-header p{font-size:26px}}@media (min-width:1600px){.home .carousel-cell .event .event-header p{font-size:28px}}.home .carousel-cell .event .event-header .month{font-weight:600}.home .carousel-cell .event .event-image{background-size:cover;height:300px;position:relative}@media (min-width:1023px){.home .carousel-cell .event .event-image{height:260px}}.home .carousel-cell .event .event-footer{background-color:#7d1718;color:#fff;display:flex;flex-direction:column;transition:all .1s ease-in;width:100%}@media (min-width:1023px){.home .carousel-cell .event .event-footer{bottom:0;opacity:0;position:absolute}}.home .carousel-cell .event .event-footer .description{padding:2em 1em}.home .carousel-cell .event .event-footer .description p{margin:0}@media (min-width:1023px){.home .carousel-cell .event .event-footer:hover{opacity:1}}.home .carousel-cell .event .fake-button{background-color:#fff;border:0;border-radius:32px;color:#7d1718;height:32px;margin:16px 16px 16px auto;width:96px}.home .events-grid{margin:80px 0;padding:0 5%}@media (min-width:1023px){.home .events-grid{margin:200px 0}}.home .events-grid .content{-moz-column-gap:3%;column-gap:3%;display:grid;grid-auto-rows:1fr;grid-template-columns:1fr}@media (min-width:1023px){.home .events-grid .content{grid-auto-rows:1fr;grid-template-columns:1fr 1fr}}.home .teatri-e-stagioni{margin:80px 0}@media (min-width:1023px){.home .teatri-e-stagioni{margin:200px 0}}.home .teatri-e-stagioni .content{display:grid;grid-template-columns:70px 1fr;grid-template-rows:auto}@media (min-width:1023px){.home .teatri-e-stagioni .content{grid-template-columns:350px 1fr;grid-template-rows:auto}}@media (min-width:1399px){.home .teatri-e-stagioni .content{grid-template-columns:400px 1fr;grid-template-rows:auto}}.home .teatri-e-stagioni .content .arrow-title{margin:0 0 2.5rem}.home .teatri-e-stagioni .content div{grid-column:2;text-align:right}.home .teatri-e-stagioni .content div img{height:auto;margin:0 3% 50px 0;max-width:90%}.home .progetti-internazionali{margin:80px 0}@media (min-width:1023px){.home .progetti-internazionali{margin:200px 0}}.home .progetti-internazionali .content{display:grid;grid-template-columns:70px 1fr;grid-template-rows:auto}@media (min-width:1023px){.home .progetti-internazionali .content{grid-template-columns:350px 1fr;grid-template-rows:auto}}@media (min-width:1399px){.home .progetti-internazionali .content{grid-template-columns:400px 1fr;grid-template-rows:auto}}.home .progetti-internazionali .content .arrow-title{margin:0 0 2.5rem}.home .progetti-internazionali .content div{grid-column:2;text-align:right}.home .progetti-internazionali .content div div.images{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto}.home .progetti-internazionali .content div div.images img{height:auto;margin:0 3% 50px;max-width:90%}.home .progetti-speciali{margin:80px 0 0;position:relative}@media (min-width:1023px){.home .progetti-speciali{margin:200px 0 0}}.home .progetti-speciali .content{display:grid;grid-template-columns:70px 1fr;grid-template-rows:auto;position:relative;z-index:1}@media (min-width:1023px){.home .progetti-speciali .content{grid-template-columns:350px 1fr;grid-template-rows:auto}}@media (min-width:1399px){.home .progetti-speciali .content{grid-template-columns:400px 1fr;grid-template-rows:auto}}.home .progetti-speciali .content .arrow-title{margin:0 0 2.5rem}.home .progetti-speciali .content div{grid-column:2;text-align:right}.home .progetti-speciali .content div img{height:auto;margin:0 10% 50px 0;max-width:90%}.home .progetti-speciali:before{background-color:#fff;bottom:0;content:" ";height:100px;left:0;position:absolute;width:100%}.home .marquee{background-color:#fff;display:flex;flex-direction:column;gap:10px;overflow:hidden;padding:50px 0 100px;width:100%}@media (min-width:1023px){.home .marquee{padding:100px 0 200px}}.home .marquee div{animation:marquee 35s linear infinite;color:#7d1718;display:flex;font-size:180px;font-weight:800;line-height:1;white-space:nowrap}.home .marquee-bottom,.home .marquee-top{width:-moz-max-content;width:max-content}.home .marquee-bottom{animation-direction:reverse!important}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.home .chi-siamo{background-color:#fff;color:#000;margin:-1px 0;padding:0 0 50px}@media (min-width:1023px){.home .chi-siamo{padding:0 0 100px}}.home .chi-siamo .content{display:grid;grid-template-columns:70px 1fr;grid-template-rows:auto}@media (min-width:1023px){.home .chi-siamo .content{grid-template-columns:350px 1fr;grid-template-rows:auto}}@media (min-width:1399px){.home .chi-siamo .content{grid-template-columns:400px 1fr;grid-template-rows:auto}}.home .chi-siamo .content div{grid-column:2;text-align:right}.home .chi-siamo .content div .arrow-title{margin:0 0 2.5rem}.home .chi-siamo .content div svg *{fill:#000}.home .chi-siamo .content div img{height:auto;margin:0 50px 50px 0;max-width:calc(100% - 50px)}.home .teatri-nella-rete{background-color:#fff;color:#000;margin:-1px 0;padding:0 0 50px}@media (min-width:1023px){.home .teatri-nella-rete{padding:0 0 100px}}.home .teatri-nella-rete .content{display:grid;grid-template-columns:70px 1fr;grid-template-rows:auto}@media (min-width:1023px){.home .teatri-nella-rete .content{grid-template-columns:350px 1fr;grid-template-rows:auto}}@media (min-width:1399px){.home .teatri-nella-rete .content{grid-template-columns:400px 1fr;grid-template-rows:auto}}.home .teatri-nella-rete .content>div{grid-column:2}.home .teatri-nella-rete .content>div .arrow-title{margin:0 0 2.5rem}.home .teatri-nella-rete .content>div img{display:none;height:auto;margin:0 50px 50px 0;max-width:calc(100% - 50px)}@media (min-width:1023px){.home .teatri-nella-rete .content>div img{display:block}}.home .teatri-nella-rete .content>div svg *{fill:#000}.home .quote{background-color:#fff;color:#000;font-size:32px;font-weight:600;line-height:1.2;margin:-1px 0;padding:0 15%}@media (min-width:1023px){.home .quote{font-size:38px}}@media (min-width:1399px){.home .quote{font-size:40px}}@media (min-width:1600px){.home .quote{font-size:41px}}@media (min-width:1023px){.home .quote{font-size:64px;padding:100px 15%}}@media (min-width:1023px) and (min-width:1023px){.home .quote{font-size:80px}}@media (min-width:1023px) and (min-width:1399px){.home .quote{font-size:83px}}@media (min-width:1023px) and (min-width:1600px){.home .quote{font-size:86px}}.home .quote em{display:block;font-size:23px;margin:1rem 0 0}@media (min-width:1023px){.home .quote em{font-size:24px}}@media (min-width:1399px){.home .quote em{font-size:26px}}@media (min-width:1600px){.home .quote em{font-size:28px}}.home .festivals{margin:80px 0}@media (min-width:1023px){.home .festivals{margin:200px 0}}.home .festivals .content{display:grid;grid-template-columns:70px 1fr;grid-template-rows:auto}@media (min-width:1023px){.home .festivals .content{grid-template-columns:350px 1fr;grid-template-rows:auto}}@media (min-width:1399px){.home .festivals .content{grid-template-columns:400px 1fr;grid-template-rows:auto}}.home .festivals .content .arrow-title{margin:0 0 2.5rem}.home .festivals .content div{grid-column:2;text-align:right}.home .festivals .content div img{height:auto;margin:0 3% 50px 0;max-width:90%}.articles .heading{background-size:cover;color:#fff;margin:150px 0 50px;position:relative}@media (min-width:1023px){.articles .heading{display:grid;grid-template-columns:35% 1fr;grid-template-rows:auto;height:40vh;margin:0;padding-bottom:100px}}.articles .heading .content{align-self:end;grid-column:2;margin:0 30px}@media (min-width:1023px){.articles .heading .content{margin-right:130px}}.articles .heading .content h1{font-size:64px;font-weight:400;line-height:1;margin-left:15%;position:relative;text-transform:uppercase;z-index:1}@media (min-width:1023px){.articles .heading .content h1{font-size:80px}}@media (min-width:1399px){.articles .heading .content h1{font-size:83px}}@media (min-width:1600px){.articles .heading .content h1{font-size:86px}}.articles .heading .content img{height:auto;margin-top:-10%;width:100%}.articles .listing{background-color:#fff;color:#000;padding:50px 30px 100px}@media (min-width:1023px){.articles .listing{display:grid;grid-template-columns:70px 1fr;grid-template-rows:auto}}@media (min-width:1023px) and (min-width:1023px){.articles .listing{grid-template-columns:350px 1fr;grid-template-rows:auto}}@media (min-width:1023px) and (min-width:1399px){.articles .listing{grid-template-columns:400px 1fr;grid-template-rows:auto}}.articles .listing .filters{height:300px;padding-right:30px;position:sticky;top:65px}.articles .listing .filters .datepicker{margin:15px 0}.articles .listing .filters .datepicker input[type=button]{background-color:transparent;border:1px solid #6f7175;border-radius:20px;font-size:11px;margin:0 0 10px;padding:5px 10px;text-transform:uppercase}@media (min-width:1023px){.articles .listing .filters .datepicker input[type=button]{font-size:12px}}@media (min-width:1399px){.articles .listing .filters .datepicker input[type=button]{font-size:12px}}@media (min-width:1600px){.articles .listing .filters .datepicker input[type=button]{font-size:13px}}.articles .listing .filters .datepicker input[type=button].selected{background-color:#7d1718;border-color:#7d1718;color:#fff}.articles .listing .filters .datepicker input[type=text]{font-size:11px;padding:5px 10px;text-align:center;width:100px}@media (min-width:1023px){.articles .listing .filters .datepicker input[type=text]{font-size:12px}}@media (min-width:1399px){.articles .listing .filters .datepicker input[type=text]{font-size:12px}}@media (min-width:1600px){.articles .listing .filters .datepicker input[type=text]{font-size:13px}}.article .heading{background-size:cover;color:#fff;margin:150px 0 0;position:relative}@media (min-width:1023px){.article .heading{display:grid;grid-template-columns:35% 1fr;grid-template-rows:auto;margin:0;padding:200px 0 100px}}.article .heading .content{align-self:end;grid-column:2;margin:0 30px 3rem}@media (min-width:1023px){.article .heading .content{margin-right:130px}}.article .heading .content .row1{display:grid;grid-template-columns:1fr;grid-template-rows:auto}@media (min-width:1023px){.article .heading .content .row1{grid-template-columns:3fr 2fr;grid-template-rows:auto}}.article .heading .content .row1 h1{font-size:48px;font-weight:400;line-height:1;margin:0 0 1.5rem;text-transform:uppercase}@media (min-width:1023px){.article .heading .content .row1 h1{font-size:49px}}@media (min-width:1399px){.article .heading .content .row1 h1{font-size:51px}}@media (min-width:1600px){.article .heading .content .row1 h1{font-size:52px}}.article .heading .content .row1 h1.super-long{font-size:32px}@media (min-width:1023px){.article .heading .content .row1 h1.super-long{font-size:38px}}@media (min-width:1399px){.article .heading .content .row1 h1.super-long{font-size:40px}}@media (min-width:1600px){.article .heading .content .row1 h1.super-long{font-size:41px}}.article .body{background-color:#fff;color:#000}.article .body .content{display:grid;grid-template-columns:1fr;grid-template-rows:auto;padding:30px}@media (min-width:1023px){.article .body .content{grid-gap:50px;grid-template-columns:3fr 1fr;grid-template-rows:auto;padding:4rem 175px}}.article .body .content img{height:auto;width:100%}@media (min-width:1023px){.article .body .content img{margin-top:-150px}}.article .body .content a{color:#000}.article .body .content h4{font-size:15px;text-transform:uppercase}@media (min-width:1023px){.article .body .content h4{font-size:16px}}@media (min-width:1399px){.article .body .content h4{font-size:17px}}@media (min-width:1600px){.article .body .content h4{font-size:18px}}.article .body .content .text{padding:30px 0}@media (min-width:1023px){.article .body .content .text{padding:65px 97.5px}}.article .body .content .text .description{margin:0 0 5rem}.article .body .content .text .attachment{font-size:15px;font-weight:600}@media (min-width:1023px){.article .body .content .text .attachment{font-size:16px}}@media (min-width:1399px){.article .body .content .text .attachment{font-size:17px}}@media (min-width:1600px){.article .body .content .text .attachment{font-size:18px}}.article .body .content .text .attachment svg{height:20px;margin-right:20px;transform:rotate(90deg)}.article .body .content .text .attachment svg *{fill:#000}.article .body .content .text h2{font-size:32px;font-weight:400;text-transform:uppercase}@media (min-width:1023px){.article .body .content .text h2{font-size:38px}}@media (min-width:1399px){.article .body .content .text h2{font-size:40px}}@media (min-width:1600px){.article .body .content .text h2{font-size:41px}}.article .body .content .text p{margin:0 0 2rem}.article .body .date{font-size:12px;margin:0 0 30px}@media (min-width:1023px){.article .body .date{font-size:13px}}@media (min-width:1399px){.article .body .date{font-size:14px}}@media (min-width:1600px){.article .body .date{font-size:15px}}.article .body .excerpt{font-size:23px;font-weight:400;line-height:1}@media (min-width:1023px){.article .body .excerpt{font-size:24px}}@media (min-width:1399px){.article .body .excerpt{font-size:26px}}@media (min-width:1600px){.article .body .excerpt{font-size:28px}}@media (min-width:1023px){.article .body .excerpt{font-size:27px}}@media (min-width:1023px) and (min-width:1023px){.article .body .excerpt{font-size:28px}}@media (min-width:1023px) and (min-width:1399px){.article .body .excerpt{font-size:30px}}@media (min-width:1023px) and (min-width:1600px){.article .body .excerpt{font-size:32px}}.teatri-e-stagioni .heading{margin:120px 0}@media (min-width:1023px){.teatri-e-stagioni .heading{margin:100px 0}}.teatri-e-stagioni .heading .content{grid-gap:30px;display:grid;grid-template-columns:1fr;grid-template-rows:auto;margin:0 30px}@media (min-width:1023px){.teatri-e-stagioni .heading .content{grid-gap:5rem;grid-template-columns:45% 1fr;grid-template-rows:auto;margin:0 0 0 350px}}.teatri-e-stagioni .heading .content .arrow-title{margin:0 0 20px}@media (min-width:1023px){.teatri-e-stagioni .heading .content .arrow-title{font-size:15vw!important;margin:0 0 100px}}.teatri-e-stagioni .heading .content img{height:auto;width:100%}@media (min-width:1023px){.teatri-e-stagioni .heading .content img{grid-column:2;grid-row:1;height:auto;width:100%}}.teatri-e-stagioni .calendar{border-bottom:1px solid #fff;border-top:1px solid #fff;margin:50px 0 0}@media (min-width:1023px){.teatri-e-stagioni .calendar{margin:0}}.teatri-e-stagioni .calendar .row1{display:grid;grid-template-columns:1fr;grid-template-rows:auto}@media (min-width:1023px){.teatri-e-stagioni .calendar .row1{grid-template-columns:65px 1fr 65px;grid-template-rows:auto}}.teatri-e-stagioni .calendar .row1 .day{font-size:48px;text-align:center}@media (min-width:1023px){.teatri-e-stagioni .calendar .row1 .day{font-size:49px}}@media (min-width:1399px){.teatri-e-stagioni .calendar .row1 .day{font-size:51px}}@media (min-width:1600px){.teatri-e-stagioni .calendar .row1 .day{font-size:52px}}@media (min-width:1023px){.teatri-e-stagioni .calendar .row1 .day{border-right:1px solid #fff}}.teatri-e-stagioni .calendar .row1 .triggers{display:none}@media (min-width:1023px){.teatri-e-stagioni .calendar .row1 .triggers{display:grid;grid-template-columns:1fr;grid-template-rows:auto;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1000}}.teatri-e-stagioni .calendar .row1 .slides{height:400px;overflow:hidden;position:relative}.teatri-e-stagioni .calendar .row1 .slides .slide-set{display:grid;left:0;position:absolute;top:0;width:100%}.teatri-e-stagioni .calendar .row1 .slides .slide-set>div{background-position:50%;background-size:cover;height:400px;position:relative}.teatri-e-stagioni .calendar .row1 .slides .slide-set>div h4{background-color:#fff;bottom:0;color:#000;font-size:15px;font-weight:400;left:0;margin:0;padding:.5em 1em .5em 4em;position:absolute;text-transform:uppercase;width:100%}@media (min-width:1023px){.teatri-e-stagioni .calendar .row1 .slides .slide-set>div h4{font-size:16px}}@media (min-width:1399px){.teatri-e-stagioni .calendar .row1 .slides .slide-set>div h4{font-size:17px}}@media (min-width:1600px){.teatri-e-stagioni .calendar .row1 .slides .slide-set>div h4{font-size:18px}}.teatri-e-stagioni .calendar .row1 .controls{text-align:center}@media (min-width:1023px){.teatri-e-stagioni .calendar .row1 .controls{border-left:1px solid #fff}}.teatri-e-stagioni .calendar .row1 .controls svg{display:inline-block;margin:1em;width:10%}@media (min-width:1023px){.teatri-e-stagioni .calendar .row1 .controls svg{margin:.7em 0 0;width:60%}}.teatri-e-stagioni .calendar .row2{display:none}@media (min-width:1023px){.teatri-e-stagioni .calendar .row2{display:grid;grid-template-columns:32% 3fr 1fr;grid-template-rows:auto}}.teatri-e-stagioni .calendar .row2>div{border-top:1px solid #fff;font-size:20px;padding:.5rem;text-transform:uppercase}@media (min-width:1023px){.teatri-e-stagioni .calendar .row2>div{font-size:21px}}@media (min-width:1399px){.teatri-e-stagioni .calendar .row2>div{font-size:23px}}@media (min-width:1600px){.teatri-e-stagioni .calendar .row2>div{font-size:24px}}@media (min-width:1023px){.teatri-e-stagioni .calendar .row2>div{font-size:48px;padding:0 2rem}}@media (min-width:1023px) and (min-width:1023px){.teatri-e-stagioni .calendar .row2>div{font-size:49px}}@media (min-width:1023px) and (min-width:1399px){.teatri-e-stagioni .calendar .row2>div{font-size:51px}}@media (min-width:1023px) and (min-width:1600px){.teatri-e-stagioni .calendar .row2>div{font-size:52px}}@media (min-width:1023px){.teatri-e-stagioni .calendar .row2>div:first-of-type{border-right:1px solid #fff;text-align:center}.teatri-e-stagioni .calendar .row2>div:last-of-type{padding-right:65px;text-align:right}}.teatri-e-stagioni .calendar .row2>div a{display:inline-block;line-height:0}.teatri-e-stagioni .calendar .row2>div svg{transform:rotate(-90deg);width:38px}.teatri-e-stagioni .text{display:flex;flex-direction:column-reverse;margin:30% 0 20px;padding:2rem}@media (min-width:1023px){.teatri-e-stagioni .text{-moz-column-gap:2%;column-gap:2%;display:grid;grid-template-columns:1fr 2fr 2fr;grid-template-rows:auto;margin:100px 0 50px}}.teatri-e-stagioni .text h1{font-size:64px;font-weight:400;grid-column:3;line-height:1;margin:0 0 2rem;text-transform:uppercase}@media (min-width:1023px){.teatri-e-stagioni .text h1{font-size:80px}}@media (min-width:1399px){.teatri-e-stagioni .text h1{font-size:83px}}@media (min-width:1600px){.teatri-e-stagioni .text h1{font-size:86px}}.teatri-e-stagioni .text p{font-size:16px;font-weight:600;grid-column:2}@media (min-width:1023px){.teatri-e-stagioni .text p{font-size:17px}}@media (min-width:1399px){.teatri-e-stagioni .text p{font-size:19px}}@media (min-width:1600px){.teatri-e-stagioni .text p{font-size:20px}}.teatri-e-stagioni .text div{display:grid;font-size:23px;grid-column:2;grid-template-columns:2fr 1fr;padding:30px}@media (min-width:1023px){.teatri-e-stagioni .text div{font-size:24px}}@media (min-width:1399px){.teatri-e-stagioni .text div{font-size:26px}}@media (min-width:1600px){.teatri-e-stagioni .text div{font-size:28px}}@media (min-width:1023px){.teatri-e-stagioni .text div{padding:0}}.teatri-e-stagioni .text div h1{font-size:64px;font-weight:400;line-height:1;margin:0 0 2rem;text-transform:uppercase}@media (min-width:1023px){.teatri-e-stagioni .text div h1{font-size:80px}}@media (min-width:1399px){.teatri-e-stagioni .text div h1{font-size:83px}}@media (min-width:1600px){.teatri-e-stagioni .text div h1{font-size:86px}}.teatri-e-stagioni .theatres{margin:0 0 50px}.teatri-e-stagioni .theatres .content{display:grid;grid-template-columns:70px 1fr;grid-template-rows:auto;padding:50px 0 200px}@media (min-width:1023px){.teatri-e-stagioni .theatres .content{grid-template-columns:350px 1fr;grid-template-rows:auto}}@media (min-width:1399px){.teatri-e-stagioni .theatres .content{grid-template-columns:400px 1fr;grid-template-rows:auto}}.teatri-e-stagioni .theatres .content div{grid-column:2;margin:25px 0;text-align:right}.teatri-e-stagioni .theatres .content div img{height:auto;margin:0 0 50px;max-width:90%}.teatri-e-stagioni .theatres #map{height:300px}@media (min-width:1023px){.teatri-e-stagioni .theatres #map{height:700px;min-height:60vh}}.teatri-e-stagioni .theatres .gmnoprint *{background-color:#000!important;color:#fff!important}.theaters .heading{display:grid;grid-template-columns:1fr;grid-template-rows:auto;padding:150px 0 50px}@media (min-width:1023px){.theaters .heading{grid-template-columns:35% 1fr;grid-template-rows:auto;padding:150px 0 100px}}.theaters .heading .content{grid-column:2;margin:0 30px}@media (min-width:1023px){.theaters .heading .content{margin-right:130px}}.theaters .heading .content h1{font-size:48px;font-weight:400;line-height:1;margin:0 0 1.5rem;text-transform:uppercase}@media (min-width:1023px){.theaters .heading .content h1{font-size:49px}}@media (min-width:1399px){.theaters .heading .content h1{font-size:51px}}@media (min-width:1600px){.theaters .heading .content h1{font-size:52px}}.theaters .heading .content div{font-size:15px}@media (min-width:1023px){.theaters .heading .content div{font-size:16px}}@media (min-width:1399px){.theaters .heading .content div{font-size:17px}}@media (min-width:1600px){.theaters .heading .content div{font-size:18px}}@media (min-width:1023px){.theaters .heading .content div{margin-left:20px;max-width:60%}}.theaters .listing{background-color:#fff;color:#000;padding:50px 0}.theaters .listing .content{padding:0 30px}@media (min-width:1023px){.theaters .listing .content{display:grid;grid-template-columns:70px 1fr;grid-template-rows:auto}}@media (min-width:1023px) and (min-width:1023px){.theaters .listing .content{grid-template-columns:350px 1fr;grid-template-rows:auto}}@media (min-width:1023px) and (min-width:1399px){.theaters .listing .content{grid-template-columns:400px 1fr;grid-template-rows:auto}}.theaters .listing .content>div{grid-gap:2rem 3rem;display:grid;grid-column:2;grid-template-columns:1fr;grid-template-rows:auto;margin-right:30px}@media (min-width:1023px){.theaters .listing .content>div{grid-template-columns:1fr 1fr;grid-template-rows:auto;margin-right:65px}}@media (min-width:1399px){.theaters .listing .content>div{grid-template-columns:repeat(3,1fr);grid-template-rows:auto}}.theaters .listing .theater h3{font-size:23px;font-weight:400}@media (min-width:1023px){.theaters .listing .theater h3{font-size:24px}}@media (min-width:1399px){.theaters .listing .theater h3{font-size:26px}}@media (min-width:1600px){.theaters .listing .theater h3{font-size:28px}}.theaters .listing .theater h3 a{color:#000}.theaters .listing .theater svg,.theaters .listing .theater svg *{fill:#000;width:30px}.theaters.partner .listing{background-color:#d9d5d5}.theater .heading{background-position:50%;background-size:cover;display:grid;grid-template-columns:1fr;grid-template-rows:auto;height:70vh;position:relative}@media (min-width:1023px){.theater .heading{grid-template-columns:35% 1fr;grid-template-rows:auto}}.theater .heading:before{background-color:#000;content:" ";height:100%;left:0;opacity:.4;position:absolute;top:0;width:100%}.theater .heading .content{align-self:end;grid-column:2;margin:0 30px 3rem;z-index:1}@media (min-width:1023px){.theater .heading .content{margin-right:130px}}.theater .heading .content h1{font-size:32px;font-weight:400;line-height:1;margin:0 0 1.5rem;text-transform:uppercase}@media (min-width:1023px){.theater .heading .content h1{font-size:38px}}@media (min-width:1399px){.theater .heading .content h1{font-size:40px}}@media (min-width:1600px){.theater .heading .content h1{font-size:41px}}@media (min-width:1023px){.theater .heading .content h1{font-size:64px}}@media (min-width:1023px) and (min-width:1023px){.theater .heading .content h1{font-size:80px}}@media (min-width:1023px) and (min-width:1399px){.theater .heading .content h1{font-size:83px}}@media (min-width:1023px) and (min-width:1600px){.theater .heading .content h1{font-size:86px}}.theater .heading .content h2{font-size:16px;font-weight:400;line-height:1;margin:0 0 1.5rem;text-decoration:underline}@media (min-width:1023px){.theater .heading .content h2{font-size:17px}}@media (min-width:1399px){.theater .heading .content h2{font-size:19px}}@media (min-width:1600px){.theater .heading .content h2{font-size:20px}}@media (min-width:1023px){.theater .heading .content h2{font-size:48px}}@media (min-width:1023px) and (min-width:1023px){.theater .heading .content h2{font-size:49px}}@media (min-width:1023px) and (min-width:1399px){.theater .heading .content h2{font-size:51px}}@media (min-width:1023px) and (min-width:1600px){.theater .heading .content h2{font-size:52px}}@media (min-width:1023px){.theater .heading .content .details{grid-gap:64px;display:grid;grid-template-columns:repeat(2,auto);grid-template-rows:auto}}.theater .heading .content .details a{align-self:flex-end;color:inherit;text-align:right}.theater .heading .content .details a svg{display:block;margin-left:auto;transform:rotate(-90deg);width:24px}.theater .info{background-color:#fff;color:#000}.theater .info .content{display:grid;grid-template-columns:70px 1fr;grid-template-rows:auto}@media (min-width:1023px){.theater .info .content{grid-template-columns:350px 1fr;grid-template-rows:auto}}@media (min-width:1399px){.theater .info .content{grid-template-columns:400px 1fr;grid-template-rows:auto}}.theater .info .content>div{display:grid;grid-column:2;grid-template-columns:1fr;grid-template-rows:auto;padding:3rem 0}@media (min-width:1023px){.theater .info .content>div{grid-template-columns:1fr 1fr 1fr 1fr 65px;grid-template-rows:auto}}.theater .info .content .contact{border-top:3px solid #000;font-size:12px;grid-column:span 2;padding:1em 0 0;text-transform:uppercase}@media (min-width:1023px){.theater .info .content .contact{font-size:13px}}@media (min-width:1399px){.theater .info .content .contact{font-size:14px}}@media (min-width:1600px){.theater .info .content .contact{font-size:15px}}.theater .info .content .contact .social{margin:2rem 0}.theater .info .content .contact .social a{display:inline-block;margin-right:5px}.theater .info .content .contact .social a svg{height:30px;width:30px}.theater .info .content .ticketing{border-top:3px solid #000;padding:1em 0 0}.theater .info .content .ticketing p{margin:0 0 .5rem;text-transform:none}.theater .info .content .ticketing .ticket-office-description{margin-top:35px}.theater .info .content .address{border-top:3px solid #000;font-size:12px;text-transform:uppercase}@media (min-width:1023px){.theater .info .content .address{font-size:13px}}@media (min-width:1399px){.theater .info .content .address{font-size:14px}}@media (min-width:1600px){.theater .info .content .address{font-size:15px}}.theater .info .content a{color:#000;font-weight:600}.theater .calendar{background-color:#fff;color:#000;padding:0 30px}.theater .calendar:last-child{padding-bottom:100px}@media (min-width:1023px){.theater .calendar{display:grid;grid-template-columns:70px 1fr;grid-template-rows:auto}}@media (min-width:1023px) and (min-width:1023px){.theater .calendar{grid-template-columns:350px 1fr;grid-template-rows:auto}}@media (min-width:1023px) and (min-width:1399px){.theater .calendar{grid-template-columns:400px 1fr;grid-template-rows:auto}}@media (min-width:1023px){.theater .calendar>div{grid-column:2}}.theater .calendar .event{display:grid;grid-template-columns:1fr;grid-template-rows:auto;margin:0 0 4rem;min-height:120px}@media (min-width:1023px){.theater .calendar .event{grid-template-columns:1fr 2fr 1fr 65px;grid-template-rows:auto;margin:0 0 .5rem}.theater .calendar .event .col1{margin-right:.5rem}.theater .calendar .event .col2,.theater .calendar .event .col3{margin:0 .5rem}}.theater .calendar .event .col2,.theater .calendar .event .col3{border-top:3px solid #000}.theater .calendar .event .col2{margin:1rem 0;position:relative}@media (min-width:1023px){.theater .calendar .event .col2{margin:0}}.theater .calendar .event .col2 h4{margin:.5rem 0 5px}@media (min-width:1023px){.theater .calendar .event .col2 h4{margin:0 0 10px}}.theater .calendar .event .col2 p{margin:.5rem 0}@media (min-width:1023px){.theater .calendar .event .col2 p{margin:0}}.theater .calendar .event .col2 p:last-of-type{margin-bottom:35px}.theater .calendar .event .col2>a{color:#000;display:block;font-size:12px;padding-right:1.25rem;position:relative;text-decoration:none;text-transform:uppercase}@media (min-width:1023px){.theater .calendar .event .col2>a{font-size:13px}}@media (min-width:1399px){.theater .calendar .event .col2>a{font-size:14px}}@media (min-width:1600px){.theater .calendar .event .col2>a{font-size:15px}}@media (min-width:1023px){.theater .calendar .event .col2>a{bottom:0;position:absolute;right:0}}.theater .calendar .event .col2>a:after{color:#7d1718;content:" +";font-size:27px;font-weight:400;position:absolute;right:0;top:50%;transform:translateY(-50%)}@media (min-width:1023px){.theater .calendar .event .col2>a:after{font-size:28px}}@media (min-width:1399px){.theater .calendar .event .col2>a:after{font-size:30px}}@media (min-width:1600px){.theater .calendar .event .col2>a:after{font-size:32px}}.theater .calendar .event .col3{position:relative}.theater .calendar .event .col3 .date{font-size:12px;margin-top:3px;text-transform:uppercase}@media (min-width:1023px){.theater .calendar .event .col3 .date{font-size:13px}}@media (min-width:1399px){.theater .calendar .event .col3 .date{font-size:14px}}@media (min-width:1600px){.theater .calendar .event .col3 .date{font-size:15px}}.theater .calendar .event .col3 .time{font-size:16px;font-weight:600;text-transform:uppercase}@media (min-width:1023px){.theater .calendar .event .col3 .time{font-size:17px}}@media (min-width:1399px){.theater .calendar .event .col3 .time{font-size:19px}}@media (min-width:1600px){.theater .calendar .event .col3 .time{font-size:20px}}.theater .calendar .event .col3 a{border-top:3px solid #000;color:#000;display:block;font-weight:600;padding:.5rem 0 0;text-decoration:none;text-transform:uppercase;width:100%}@media (min-width:1023px){.theater .calendar .event .col3 a{bottom:0;position:absolute}}.theater .calendar .event h4{font-size:20px;font-weight:400}@media (min-width:1023px){.theater .calendar .event h4{font-size:21px}}@media (min-width:1399px){.theater .calendar .event h4{font-size:23px}}@media (min-width:1600px){.theater .calendar .event h4{font-size:24px}}.theater .calendar .event h4 a{color:#000;text-decoration:none}.theater .calendar .event img{height:auto;width:100%}.theater-info .heading{background-size:cover;color:#fff;display:grid;grid-template-columns:1fr;grid-template-rows:auto;min-height:70vh;padding-bottom:100px;position:relative}@media (min-width:1023px){.theater-info .heading{grid-template-columns:35% 1fr;grid-template-rows:auto}}.theater-info .heading .content{align-self:end;grid-column:2;margin:0 30px 3rem}@media (min-width:1023px){.theater-info .heading .content{margin-right:130px}}.theater-info .heading .content .row1{font-size:18px;font-weight:400}@media (min-width:1023px){.theater-info .heading .content .row1{font-size:20px}}@media (min-width:1399px){.theater-info .heading .content .row1{font-size:21px}}@media (min-width:1600px){.theater-info .heading .content .row1{font-size:23px}}@media (min-width:767px){.theater-info .heading .content .row1{font-size:23px;padding:0 0 15% 30%}}@media (min-width:767px) and (min-width:1023px){.theater-info .heading .content .row1{font-size:24px}}@media (min-width:767px) and (min-width:1399px){.theater-info .heading .content .row1{font-size:26px}}@media (min-width:767px) and (min-width:1600px){.theater-info .heading .content .row1{font-size:28px}}@media (min-width:1600px){.theater-info .heading .content .row1{font-size:32px}}@media (min-width:1600px) and (min-width:1023px){.theater-info .heading .content .row1{font-size:38px}}@media (min-width:1600px) and (min-width:1399px){.theater-info .heading .content .row1{font-size:40px}}@media (min-width:1600px) and (min-width:1600px){.theater-info .heading .content .row1{font-size:41px}}.theater-info .info{background-color:#fff;color:#000}.theater-info .info>.content{display:grid;grid-template-columns:1fr;grid-template-rows:auto;padding:30px}@media (min-width:1023px){.theater-info .info>.content{grid-gap:50px;grid-template-columns:3fr 1fr;grid-template-rows:auto;padding:4rem 175px}}.theater-info .info>.content img{height:auto;width:100%}@media (min-width:1023px){.theater-info .info>.content img{margin-top:-150px}}.theater-info .info>.content a{color:#000}.theater-info .info>.content h4{font-size:15px;text-transform:uppercase}@media (min-width:1023px){.theater-info .info>.content h4{font-size:16px}}@media (min-width:1399px){.theater-info .info>.content h4{font-size:17px}}@media (min-width:1600px){.theater-info .info>.content h4{font-size:18px}}.theater-info .info>.content .text{padding:30px 0}@media (min-width:1023px){.theater-info .info>.content .text{padding:65px 97.5px}}.theater-info .info>.content .text .description{margin:0 0 5rem}.theater-info .info>.content .text h2{font-size:32px;font-weight:400;text-transform:uppercase}@media (min-width:1023px){.theater-info .info>.content .text h2{font-size:38px}}@media (min-width:1399px){.theater-info .info>.content .text h2{font-size:40px}}@media (min-width:1600px){.theater-info .info>.content .text h2{font-size:41px}}.theater-info .info>.content .text p{margin:0 0 2rem}.theater-info .info>.content .text .attachment{font-size:15px;font-weight:600}@media (min-width:1023px){.theater-info .info>.content .text .attachment{font-size:16px}}@media (min-width:1399px){.theater-info .info>.content .text .attachment{font-size:17px}}@media (min-width:1600px){.theater-info .info>.content .text .attachment{font-size:18px}}.theater-info .info>.content .text .attachment svg{height:20px;margin-right:20px;transform:rotate(90deg)}.theater-info .info>.content .text .attachment svg *{fill:#000}.theater-info .info>.content .theter-info{font-size:12px}@media (min-width:1023px){.theater-info .info>.content .theter-info{font-size:13px}}@media (min-width:1399px){.theater-info .info>.content .theter-info{font-size:14px}}@media (min-width:1600px){.theater-info .info>.content .theter-info{font-size:15px}}.theater-info .info>.content .theter-info h4{border-bottom:2px solid #000;padding-bottom:5px}.theater-info .info>.content .theter-info .social{margin:2rem 0}.theater-info .info>.content .theter-info .social a{display:inline-block;margin-right:5px}.theater-info .info>.content .theter-info .social a svg{height:35px;width:35px}.theater-info .info>.content .ticketing-info{font-size:12px;margin:3rem 0 0}@media (min-width:1023px){.theater-info .info>.content .ticketing-info{font-size:13px}}@media (min-width:1399px){.theater-info .info>.content .ticketing-info{font-size:14px}}@media (min-width:1600px){.theater-info .info>.content .ticketing-info{font-size:15px}}.theater-info .info>.content .ticketing-info h4{border-top:2px solid #000;margin:0 0 .5rem;padding-top:5px}.theater-info .info>.content .ticketing-info a{cursor:pointer;text-decoration:none;text-transform:lowercase}.theater-info .info>.content .ticketing-info a.buy{cursor:pointer;font-weight:600;text-transform:uppercase}.theater-info .info>.content .ticketing-info p{border-bottom:2px solid #000;margin:0;padding:.4rem 0}.theater-info .info>.content .replicas{font-size:12px;margin:4rem 0 0}@media (min-width:1023px){.theater-info .info>.content .replicas{font-size:13px}}@media (min-width:1399px){.theater-info .info>.content .replicas{font-size:14px}}@media (min-width:1600px){.theater-info .info>.content .replicas{font-size:15px}}.theater-info .info>.content .replicas a{text-decoration:none;text-transform:uppercase}.theater-info .info>.content .replicas p{border-bottom:2px solid #000;margin:0;padding:.4rem 0}.theater-info .info>.content .replicas p:first-of-type{border-top:2px solid #000}.international-projects .heading{margin:120px 0 0}@media (min-width:1023px){.international-projects .heading{margin:100px 0 0}}.international-projects .heading .content{grid-gap:30px;display:grid;grid-template-columns:1fr;grid-template-rows:auto;margin:0 30px}@media (min-width:1023px){.international-projects .heading .content{grid-gap:5rem;grid-template-columns:45% 1fr;grid-template-rows:auto;margin:0 0 0 350px}}.international-projects .heading .content .arrow-title{margin:0 0 20px}@media (min-width:1023px){.international-projects .heading .content .arrow-title{margin:0 0 100px}}.international-projects .heading .content img{height:auto;width:100%}@media (min-width:1023px){.international-projects .heading .content img{grid-column:2;grid-row:1;height:auto;width:100%}}.international-projects .text{background-color:#fff;color:#000;display:grid;grid-template-columns:1fr;grid-template-rows:auto;padding-top:50px}@media (min-width:1023px){.international-projects .text{grid-template-columns:2fr 3fr 1fr;grid-template-rows:auto;padding-top:100px}}.international-projects .text div{font-size:16px;grid-column:2;padding:0 30px}@media (min-width:1023px){.international-projects .text div{font-size:17px}}@media (min-width:1399px){.international-projects .text div{font-size:19px}}@media (min-width:1600px){.international-projects .text div{font-size:20px}}@media (min-width:1023px){.international-projects .text div{font-size:23px;padding:0}}@media (min-width:1023px) and (min-width:1023px){.international-projects .text div{font-size:24px}}@media (min-width:1023px) and (min-width:1399px){.international-projects .text div{font-size:26px}}@media (min-width:1023px) and (min-width:1600px){.international-projects .text div{font-size:28px}}@media (min-width:1023px){.international-projects .text div{padding:0}}.international-projects .text div h1{font-size:32px;font-weight:400;line-height:1;margin:0 0 2rem;text-transform:uppercase}@media (min-width:1023px){.international-projects .text div h1{font-size:38px}}@media (min-width:1399px){.international-projects .text div h1{font-size:40px}}@media (min-width:1600px){.international-projects .text div h1{font-size:41px}}@media (min-width:1023px){.international-projects .text div h1{font-size:64px}}@media (min-width:1023px) and (min-width:1023px){.international-projects .text div h1{font-size:80px}}@media (min-width:1023px) and (min-width:1399px){.international-projects .text div h1{font-size:83px}}@media (min-width:1023px) and (min-width:1600px){.international-projects .text div h1{font-size:86px}}.international-projects>img{display:block;height:auto;width:100%}.companies-and-artists .companies{background-color:#fff;color:#000}.companies-and-artists .companies>div:first-child{border-bottom:2px solid #000;height:48px;margin-bottom:48px}.companies-and-artists .companies>div:last-child{display:grid;grid-template-columns:1fr;grid-template-rows:repeat(3,auto);padding-bottom:200px}@media (min-width:1023px){.companies-and-artists .companies>div:last-child{grid-template-columns:repeat(3,1fr);grid-template-rows:auto}}.companies-and-artists .companies>div:last-child>div{position:relative}@media (min-width:1023px){.companies-and-artists .companies>div:last-child>div{border-bottom:2px solid #000}.companies-and-artists .companies>div:last-child>div:not(:last-child){border-right:2px solid #000}}.companies-and-artists .companies>div:last-child>div h2{border-bottom:2px solid #000;border-top:2px solid #000;font-size:27px;font-weight:400;padding:1rem 0;text-align:center}@media (min-width:1023px){.companies-and-artists .companies>div:last-child>div h2{font-size:28px}}@media (min-width:1399px){.companies-and-artists .companies>div:last-child>div h2{font-size:30px}}@media (min-width:1600px){.companies-and-artists .companies>div:last-child>div h2{font-size:32px}}.companies-and-artists .companies>div:last-child>div h3{font-size:32px;font-weight:400;padding:0 30px}@media (min-width:1023px){.companies-and-artists .companies>div:last-child>div h3{font-size:38px}}@media (min-width:1399px){.companies-and-artists .companies>div:last-child>div h3{font-size:40px}}@media (min-width:1600px){.companies-and-artists .companies>div:last-child>div h3{font-size:41px}}.companies-and-artists .companies>div:last-child>div h3 a{color:inherit;text-decoration:none}.companies-and-artists .companies>div:last-child>div h3:hover{color:#7d1718;text-decoration:underline}.companies-and-artists .companies>div:last-child>div h3:hover+img{display:block}@media (min-width:1023px){.companies-and-artists .companies>div:last-child>div:not(:last-child) h3:hover+img{right:calc(-100% - 2px)}.companies-and-artists .companies>div:last-child>div:last-child h3:hover+img{right:100%}}.companies-and-artists .companies>div:last-child>div img{display:none;position:absolute;transform:translateY(-25%);width:100%;z-index:9}.festivals .heading{padding:0 0 50px}@media (min-width:1023px){.festivals .heading{padding:0 0 100px}}.festivals .heading .content{display:grid;grid-template-columns:1fr;grid-template-rows:auto;margin:0 30px}@media (min-width:1023px){.festivals .heading .content{grid-template-columns:3fr 2fr;grid-template-rows:auto;margin:0 0 0 350px}}.festivals .heading .content h1{font-size:48px;font-weight:400;line-height:1;margin-top:150px;text-transform:uppercase}@media (min-width:1023px){.festivals .heading .content h1{font-size:49px}}@media (min-width:1399px){.festivals .heading .content h1{font-size:51px}}@media (min-width:1600px){.festivals .heading .content h1{font-size:52px}}@media (min-width:1023px){.festivals .heading .content h1{font-size:64px}}@media (min-width:1023px) and (min-width:1023px){.festivals .heading .content h1{font-size:80px}}@media (min-width:1023px) and (min-width:1399px){.festivals .heading .content h1{font-size:83px}}@media (min-width:1023px) and (min-width:1600px){.festivals .heading .content h1{font-size:86px}}.festivals .heading .content img{height:auto;width:100%}.festivals .calendar>div{margin:0 0 20px}@media (min-width:1023px){.festivals .calendar>div{margin:0 0 50px}}.festivals .calendar img{width:100%}@media (min-width:1023px){.festivals .calendar img{margin:1.5rem 0 0 30%;width:60%}}.festivals .footer{background-color:#fff;color:#000}.festivals .footer .row1{font-size:23px;padding:30px 65px}@media (min-width:1023px){.festivals .footer .row1{font-size:24px}}@media (min-width:1399px){.festivals .footer .row1{font-size:26px}}@media (min-width:1600px){.festivals .footer .row1{font-size:28px}}@media (min-width:1023px){.festivals .footer .row1{padding:3rem 65px 3rem 30%}}.festivals .footer .row1 ol,.festivals .footer .row1 ul{padding:0}.festivals .footer .row1 ol li,.festivals .footer .row1 ul li{list-style:none;margin:0 0 1rem}.festivals .footer .row1 p{margin:0 0 1rem}.festivals .footer .row2{line-height:0}.festivals .footer .row2 img{width:100%}.event .heading{background-position:50%;background-size:cover;display:grid;grid-template-columns:1fr;grid-template-rows:auto;height:70vh;position:relative}.event .heading:before{background-color:#000;content:" ";height:100%;left:0;opacity:.4;position:absolute;top:0;width:100%}@media (min-width:1023px){.event .heading{grid-template-columns:30% 1fr;grid-template-rows:auto}}.event .heading .content{align-self:end;margin:0 30px 3rem}@media (min-width:1023px){.event .heading .content{grid-column:2;margin-right:130px}}.event .heading .content h1{font-size:32px;font-weight:400;line-height:1;margin:0 0 1.5rem;position:relative;text-transform:uppercase;z-index:1}@media (min-width:1023px){.event .heading .content h1{font-size:38px}}@media (min-width:1399px){.event .heading .content h1{font-size:40px}}@media (min-width:1600px){.event .heading .content h1{font-size:41px}}@media (min-width:767px){.event .heading .content h1{font-size:48px}}@media (min-width:767px) and (min-width:1023px){.event .heading .content h1{font-size:49px}}@media (min-width:767px) and (min-width:1399px){.event .heading .content h1{font-size:51px}}@media (min-width:767px) and (min-width:1600px){.event .heading .content h1{font-size:52px}}@media (min-width:1023px){.event .heading .content h1{font-size:64px}}@media (min-width:1023px) and (min-width:1023px){.event .heading .content h1{font-size:80px}}@media (min-width:1023px) and (min-width:1399px){.event .heading .content h1{font-size:83px}}@media (min-width:1023px) and (min-width:1600px){.event .heading .content h1{font-size:86px}}.event .heading .content h2{font-size:48px;font-weight:400;line-height:1;margin:0 0 1.5rem;text-decoration:underline}@media (min-width:1023px){.event .heading .content h2{font-size:49px}}@media (min-width:1399px){.event .heading .content h2{font-size:51px}}@media (min-width:1600px){.event .heading .content h2{font-size:52px}}.event .info{background-color:#fff;color:#000}.event .info .content{font-size:23px;padding:30px}@media (min-width:1023px){.event .info .content{font-size:24px}}@media (min-width:1399px){.event .info .content{font-size:26px}}@media (min-width:1600px){.event .info .content{font-size:28px}}@media (min-width:1023px){.event .info .content{padding:4rem 100px 4rem 250px}}.event .info .content .row1 .description{margin:0 0 5rem}.event .info .content .row1 p{margin:0 2rem 2rem}.event .info .content .row1 a{color:#000;font-weight:600}.event .info .content .row1 .attachment{font-size:15px;font-weight:600}@media (min-width:1023px){.event .info .content .row1 .attachment{font-size:16px}}@media (min-width:1399px){.event .info .content .row1 .attachment{font-size:17px}}@media (min-width:1600px){.event .info .content .row1 .attachment{font-size:18px}}.event .info .content .row1 .attachment svg{height:20px;margin-right:20px;transform:rotate(90deg)}.event .info .content .row1 .attachment svg *{fill:#000}.event .info .content .row2{align-items:center;-moz-column-gap:2rem;column-gap:2rem;display:grid;grid-template-columns:2fr auto}@media (min-width:1023px){.event .info .content .row2{grid-template-columns:2fr 1fr;grid-template-rows:auto}}.event .info .content .row2 h2{font-size:32px;font-weight:400;line-height:1;margin:2rem 0 0;text-transform:uppercase}@media (min-width:1023px){.event .info .content .row2 h2{font-size:38px}}@media (min-width:1399px){.event .info .content .row2 h2{font-size:40px}}@media (min-width:1600px){.event .info .content .row2 h2{font-size:41px}}@media (min-width:1023px){.event .info .content .row2 h2{font-size:48px}}@media (min-width:1023px) and (min-width:1023px){.event .info .content .row2 h2{font-size:49px}}@media (min-width:1023px) and (min-width:1399px){.event .info .content .row2 h2{font-size:51px}}@media (min-width:1023px) and (min-width:1600px){.event .info .content .row2 h2{font-size:52px}}.event .info .content .row2 .filter-date-group{align-items:center;align-self:flex-end;display:flex;gap:1rem;justify-content:end}.event .info .content .row2 .filter-date-group #scheduleFilter{background-color:#7d1718;color:#fff;font-size:16px;padding:5px 0;text-transform:uppercase;width:auto}.event .info .content .row2 .filter-date-group .date{align-self:end;font-size:48px;font-weight:400;justify-self:end}@media (min-width:1023px){.event .info .content .row2 .filter-date-group .date{font-size:49px}}@media (min-width:1399px){.event .info .content .row2 .filter-date-group .date{font-size:51px}}@media (min-width:1600px){.event .info .content .row2 .filter-date-group .date{font-size:52px}}@media (max-width:768px){.event .info .content .row2{grid-template-columns:1fr;grid-template-rows:auto auto auto}.event .info .content .row2 h2{margin-bottom:1rem;text-align:left}.event .info .content .row2 .filter-date-group{align-items:center;display:flex;flex-direction:column;gap:0;justify-content:center;row-gap:0}.event .info .content .row2 .filter-date-group #scheduleFilter{order:2;width:100%}.event .info .content .row2 .filter-date-group .date{align-self:flex-end;order:1}}.event .info .content .social{margin:2rem 0 4rem 25%}.event .info .content .social a{display:inline-block;margin-right:5px}.event .info .content .social a svg{height:30px;width:30px}.event .calendar{background-color:#fff;color:#000;padding:0 30px 100px}@media (min-width:1023px){.event .calendar{display:grid;grid-template-columns:70px 1fr;grid-template-rows:auto}}@media (min-width:1023px) and (min-width:1023px){.event .calendar{grid-template-columns:350px 1fr;grid-template-rows:auto}}@media (min-width:1023px) and (min-width:1399px){.event .calendar{grid-template-columns:400px 1fr;grid-template-rows:auto}}@media (min-width:1023px){.event .calendar>div{grid-column:2}}.event .calendar .event{display:grid;grid-template-columns:1fr;grid-template-rows:auto}@media (max-width:1022px){.event .calendar .event{margin-bottom:30px}}@media (min-width:1023px){.event .calendar .event{grid-template-columns:1fr 2fr 1fr 65px;grid-template-rows:auto;margin:0 0 .2rem}.event .calendar .event .col1{margin-right:.5rem}.event .calendar .event .col2,.event .calendar .event .col3{margin:0 .5rem}}.event .calendar .event .col2{border-top:3px solid #000}@media (max-width:1022px){.event .calendar .event .col2{border-top:0}}@media (min-width:1023px){.event .calendar .event .col3{border-top:3px solid #000}}.event .calendar .event .col2{margin:1rem 0;position:relative}@media (min-width:1023px){.event .calendar .event .col2{margin:0}}.event .calendar .event .col2 h4{margin:.5rem 0 5px}@media (min-width:1023px){.event .calendar .event .col2 h4{margin:0 0 10px}}.event .calendar .event .col2 p{margin:.5rem 0}@media (min-width:1023px){.event .calendar .event .col2 p{margin:0}}.event .calendar .event .col2 p:last-of-type{margin-bottom:25px}.event .calendar .event .col2>a{color:#000;display:block;font-size:12px;padding-right:1.25rem;position:relative;text-decoration:none;text-transform:uppercase}@media (min-width:1023px){.event .calendar .event .col2>a{font-size:13px}}@media (min-width:1399px){.event .calendar .event .col2>a{font-size:14px}}@media (min-width:1600px){.event .calendar .event .col2>a{font-size:15px}}@media (min-width:1023px){.event .calendar .event .col2>a{bottom:0;position:absolute;right:0}}.event .calendar .event .col2>a:after{color:#7d1718;content:" +";font-size:27px;font-weight:400;position:absolute;right:0;top:50%;transform:translateY(-50%)}@media (min-width:1023px){.event .calendar .event .col2>a:after{font-size:28px}}@media (min-width:1399px){.event .calendar .event .col2>a:after{font-size:30px}}@media (min-width:1600px){.event .calendar .event .col2>a:after{font-size:32px}}.event .calendar .event .col3{position:relative}.event .calendar .event .col3 .date{font-size:12px;margin-top:3px;text-transform:uppercase}@media (min-width:1023px){.event .calendar .event .col3 .date{font-size:13px}}@media (min-width:1399px){.event .calendar .event .col3 .date{font-size:14px}}@media (min-width:1600px){.event .calendar .event .col3 .date{font-size:15px}}.event .calendar .event .col3 .time{font-size:16px;font-weight:600;text-transform:uppercase}@media (min-width:1023px){.event .calendar .event .col3 .time{font-size:17px}}@media (min-width:1399px){.event .calendar .event .col3 .time{font-size:19px}}@media (min-width:1600px){.event .calendar .event .col3 .time{font-size:20px}}.event .calendar .event .col3 p.buy{cursor:pointer;padding:.1rem 0}.event .calendar .event .col3 button.buy{background-color:#7d1718;border:0;color:#fff;cursor:pointer;padding:.2rem;text-align:left;text-transform:uppercase;width:50%}@media (min-width:1023px){.event .calendar .event .col3 button.buy{width:75%}}.event .calendar .event .col3 a{border-top:3px solid #000;color:#7d1718;display:block;font-weight:600;padding:.5rem 0 0;text-decoration:none;text-transform:uppercase;width:100%}@media (min-width:1023px){.event .calendar .event .col3 a{bottom:0;position:absolute}}@media (max-width:1022px){.event .calendar .event .col3 a{border-bottom:3px solid #000;border-top:0;padding:15px 0}}.event .calendar .event .col3 a.buy{padding:.5rem 0}@media (min-width:1023px){.event .calendar .event .col3 a.buy{padding:.2rem 0 0}}.event .calendar .event h4{font-size:20px;font-weight:400}@media (min-width:1023px){.event .calendar .event h4{font-size:21px}}@media (min-width:1399px){.event .calendar .event h4{font-size:23px}}@media (min-width:1600px){.event .calendar .event h4{font-size:24px}}.event .calendar .event h4 a{color:#000;text-decoration:none}.event .calendar .event img{height:auto;width:100%}.event .credits{background-color:#fff;color:#000;display:flex;flex-wrap:wrap;gap:4%;justify-content:flex-start;padding-bottom:50px}.event .credits p{padding-bottom:30px;width:100%}@media (min-width:1023px){.event .credits{padding:2rem 0 10rem}}.event .credits .credits-images{align-items:center;display:flex;justify-content:center;max-width:18%;-o-object-fit:cover;object-fit:cover}.event .credits .credits-images img{max-height:60px;width:100%}@media (max-width:768px){.event .credits-images{max-width:48%}.event .credits{padding-bottom:50px}}.schedule .heading{background-size:cover;color:#fff;margin:150px 0 0;position:relative}@media (min-width:1023px){.schedule .heading{display:grid;grid-template-columns:35% 1fr;grid-template-rows:auto;height:70vh;margin:0;padding-bottom:100px}}.schedule .heading .content{align-self:end;grid-column:2;margin:0 30px 3rem}@media (min-width:1023px){.schedule .heading .content{margin-right:130px}}.schedule .heading .content .row1{margin:0 0 1.5rem}@media (min-width:1023px){.schedule .heading .content .row1{margin:0;padding:0 0 15% 30%}}.schedule .heading .content .row1 .date{font-size:23px;font-weight:400;line-height:1}@media (min-width:1023px){.schedule .heading .content .row1 .date{font-size:24px}}@media (min-width:1399px){.schedule .heading .content .row1 .date{font-size:26px}}@media (min-width:1600px){.schedule .heading .content .row1 .date{font-size:28px}}@media (min-width:1023px){.schedule .heading .content .row1 .date{font-size:32px}}@media (min-width:1023px) and (min-width:1023px){.schedule .heading .content .row1 .date{font-size:38px}}@media (min-width:1023px) and (min-width:1399px){.schedule .heading .content .row1 .date{font-size:40px}}@media (min-width:1023px) and (min-width:1600px){.schedule .heading .content .row1 .date{font-size:41px}}.schedule .heading .content .row1 .event-owner a{color:#7d1718;text-decoration:none}.schedule .heading .content .row1 .event-owner a:hover{text-decoration:underline!important}.schedule .heading .content .row1 .long-date{font-size:23px;font-weight:400;line-height:1}@media (min-width:1023px){.schedule .heading .content .row1 .long-date{font-size:24px}}@media (min-width:1399px){.schedule .heading .content .row1 .long-date{font-size:26px}}@media (min-width:1600px){.schedule .heading .content .row1 .long-date{font-size:28px}}@media (min-width:1023px){.schedule .heading .content .row1 .long-date{font-size:32px}}@media (min-width:1023px) and (min-width:1023px){.schedule .heading .content .row1 .long-date{font-size:38px}}@media (min-width:1023px) and (min-width:1399px){.schedule .heading .content .row1 .long-date{font-size:40px}}@media (min-width:1023px) and (min-width:1600px){.schedule .heading .content .row1 .long-date{font-size:41px}}.schedule .heading .content .row2{display:grid;grid-template-columns:1fr;grid-template-rows:auto}@media (min-width:1023px){.schedule .heading .content .row2{grid-template-columns:3fr 2fr;grid-template-rows:auto}}.schedule .heading .content .row2 h1{font-size:48px;font-weight:400;line-height:1;margin:0 0 1.5rem;text-transform:uppercase}@media (min-width:1023px){.schedule .heading .content .row2 h1{font-size:49px}}@media (min-width:1399px){.schedule .heading .content .row2 h1{font-size:51px}}@media (min-width:1600px){.schedule .heading .content .row2 h1{font-size:52px}}.schedule .heading .content .row2 h1.super-long{font-size:32px}@media (min-width:1023px){.schedule .heading .content .row2 h1.super-long{font-size:38px}}@media (min-width:1399px){.schedule .heading .content .row2 h1.super-long{font-size:40px}}@media (min-width:1600px){.schedule .heading .content .row2 h1.super-long{font-size:41px}}.schedule .heading .content .row2 h2{font-size:20px;font-weight:400;line-height:1;margin:0 0 1.5rem;text-decoration:underline}@media (min-width:1023px){.schedule .heading .content .row2 h2{font-size:21px}}@media (min-width:1399px){.schedule .heading .content .row2 h2{font-size:23px}}@media (min-width:1600px){.schedule .heading .content .row2 h2{font-size:24px}}.schedule .heading .content .row2 .location-time{align-self:center;font-size:12px;text-transform:uppercase}@media (min-width:1023px){.schedule .heading .content .row2 .location-time{font-size:13px}}@media (min-width:1399px){.schedule .heading .content .row2 .location-time{font-size:14px}}@media (min-width:1600px){.schedule .heading .content .row2 .location-time{font-size:15px}}.schedule .info{background-color:#fff;color:#000}.schedule .info .content{display:grid;grid-template-columns:1fr;grid-template-rows:auto;padding:30px}@media (min-width:1023px){.schedule .info .content{grid-gap:50px;grid-template-columns:3fr 1fr;grid-template-rows:auto;padding:4rem 175px}}.schedule .info .content img{height:auto;width:100%}@media (min-width:1023px){.schedule .info .content img{margin-top:-150px}}.schedule .info .content a{color:#000}.schedule .info .content h4{font-size:15px;text-transform:uppercase}@media (min-width:1023px){.schedule .info .content h4{font-size:16px}}@media (min-width:1399px){.schedule .info .content h4{font-size:17px}}@media (min-width:1600px){.schedule .info .content h4{font-size:18px}}.schedule .info .content .text{padding:30px 0}@media (min-width:1023px){.schedule .info .content .text{padding:65px 97.5px}}.schedule .info .content .text .description{margin:0 0 5rem}.schedule .info .content .text h2{font-size:32px;font-weight:400;text-transform:uppercase}@media (min-width:1023px){.schedule .info .content .text h2{font-size:38px}}@media (min-width:1399px){.schedule .info .content .text h2{font-size:40px}}@media (min-width:1600px){.schedule .info .content .text h2{font-size:41px}}.schedule .info .content .text p{margin:0 0 2rem}.schedule .info .content .text .attachments{margin-top:5rem}.schedule .info .content .text .attachments .attachment{font-size:15px;font-weight:600}@media (min-width:1023px){.schedule .info .content .text .attachments .attachment{font-size:16px}}@media (min-width:1399px){.schedule .info .content .text .attachments .attachment{font-size:17px}}@media (min-width:1600px){.schedule .info .content .text .attachments .attachment{font-size:18px}}.schedule .info .content .text .attachments .attachment svg{height:20px;margin-right:20px;transform:rotate(90deg)}.schedule .info .content .text .attachments .attachment svg *{fill:#000}.schedule .info .content .theter-info{font-size:12px}@media (min-width:1023px){.schedule .info .content .theter-info{font-size:13px}}@media (min-width:1399px){.schedule .info .content .theter-info{font-size:14px}}@media (min-width:1600px){.schedule .info .content .theter-info{font-size:15px}}.schedule .info .content .theter-info h4{border-bottom:2px solid #000;padding-bottom:5px}.schedule .info .content .theter-info .social{margin:2rem 0}.schedule .info .content .theter-info .social a{display:inline-block;margin-right:5px}.schedule .info .content .theter-info .social a svg{height:35px;width:35px}.schedule .info .content .ticketing-info{font-size:12px;margin:3rem 0 0}@media (min-width:1023px){.schedule .info .content .ticketing-info{font-size:13px}}@media (min-width:1399px){.schedule .info .content .ticketing-info{font-size:14px}}@media (min-width:1600px){.schedule .info .content .ticketing-info{font-size:15px}}.schedule .info .content .ticketing-info h4{border-top:2px solid #000;margin:0 0 .5rem;padding-top:5px}.schedule .info .content .ticketing-info a{text-decoration:none;text-transform:lowercase}.schedule .info .content .ticketing-info p{border-bottom:2px solid #000;margin:0;padding:.4rem 0}.schedule .info .content .ticketing-info p.buy{padding:.1rem 0}.schedule .info .content .ticketing-info button.buy{background-color:#7d1718;border:0;color:#fff;cursor:pointer;padding:.2rem;text-align:left;text-transform:uppercase;width:75%}.schedule .info .content .replicas{font-size:12px;margin:4rem 0 0}@media (min-width:1023px){.schedule .info .content .replicas{font-size:13px}}@media (min-width:1399px){.schedule .info .content .replicas{font-size:14px}}@media (min-width:1600px){.schedule .info .content .replicas{font-size:15px}}.schedule .info .content .replicas a{text-decoration:none;text-transform:uppercase}.schedule .info .content .replicas p{border-bottom:2px solid #000;margin:0;padding:.4rem 0}.schedule .info .content .replicas p:first-of-type{border-top:2px solid #000}.company .heading a{color:inherit;text-decoration:none}.company .heading>div:last-child .title-banner{background-color:#fff;color:#000;direction:rtl;padding:15px 30px}@media (min-width:1023px){.company .heading>div:last-child .title-banner{padding:15px 195px}}.company .heading>div:last-child .title-banner svg{align-self:center}.company .heading>div:last-child .title-banner svg *{fill:#000}.company .heading>div:last-child .title-banner h2{text-transform:none}.company .heading>div:last-child .cover{position:relative}.company .heading>div:last-child .cover img{display:block;-o-object-fit:cover;object-fit:cover;width:100%}.company .heading>div:last-child .cover .credits{bottom:0;font-size:16px;margin:30px;mix-blend-mode:difference;position:absolute;right:0}@media (min-width:1023px){.company .heading>div:last-child .cover .credits{font-size:17px}}@media (min-width:1399px){.company .heading>div:last-child .cover .credits{font-size:19px}}@media (min-width:1600px){.company .heading>div:last-child .cover .credits{font-size:20px}}.company .shows{background-color:#fff;color:#000}.company .shows h2{border-bottom:2px solid #000;font-size:64px;font-weight:400;margin:0;padding:15px 30px}@media (min-width:1023px){.company .shows h2{font-size:80px}}@media (min-width:1399px){.company .shows h2{font-size:83px}}@media (min-width:1600px){.company .shows h2{font-size:86px}}@media (min-width:1023px){.company .shows h2{padding:15px 195px}}.company .shows h3{font-size:32px;font-weight:400;margin:0}@media (min-width:1023px){.company .shows h3{font-size:38px}}@media (min-width:1399px){.company .shows h3{font-size:40px}}@media (min-width:1600px){.company .shows h3{font-size:41px}}@media (min-width:1023px){.company .shows h3{font-size:48px}}@media (min-width:1023px) and (min-width:1023px){.company .shows h3{font-size:49px}}@media (min-width:1023px) and (min-width:1399px){.company .shows h3{font-size:51px}}@media (min-width:1023px) and (min-width:1600px){.company .shows h3{font-size:52px}}.company .shows h4{border-bottom:2px solid #000;font-size:18px;font-weight:400;margin:0;padding:.5rem 30px;position:relative}@media (min-width:1023px){.company .shows h4{font-size:20px}}@media (min-width:1399px){.company .shows h4{font-size:21px}}@media (min-width:1600px){.company .shows h4{font-size:23px}}@media (min-width:1023px){.company .shows h4{font-size:27px;padding:.5rem 37.5px}}@media (min-width:1023px) and (min-width:1023px){.company .shows h4{font-size:28px}}@media (min-width:1023px) and (min-width:1399px){.company .shows h4{font-size:30px}}@media (min-width:1023px) and (min-width:1600px){.company .shows h4{font-size:32px}}@media (min-width:1023px){.company .shows h4:after{background:#fff;content:"";height:100%;position:absolute;right:-2px;top:0;width:2px}}.company .shows img{width:100%}.company .shows p{margin:0}.company .shows p.is-uppercase{text-transform:uppercase}.company .shows .show-title{border-bottom:2px solid #000;cursor:pointer;display:grid;grid-template-columns:1fr 48px;grid-template-rows:auto;padding:.5rem 30px}@media (min-width:1023px){.company .shows .show-title{padding-left:195px;padding-right:65px}}.company .shows .show-title>div:last-child{align-self:center}.company .shows .show-title>div:last-child svg{height:45px}.company .shows .show-title>div:last-child svg *{fill:currentColor;stroke:currentColor}.company .shows .show-body{border-bottom:2px solid #000;border-top:2px solid #000;display:grid;grid-template-columns:1fr;grid-template-rows:auto}@media (min-width:1023px){.company .shows .show-body{grid-template-columns:repeat(3,1fr);grid-template-rows:auto}.company .shows .show-body>div:not(:last-child){border-right:2px solid #000}}.company .shows .show-body>div>div{border-bottom:2px solid #000;padding:30px}@media (min-width:1023px){.company .shows .show-body>div>div{padding:37.5px}}.company .shows .show-body>div>div.is-thin{padding:15px 30px}@media (min-width:1023px){.company .shows .show-body>div>div.is-thin{padding:15px 37.5px}.company .shows .show-body>div>div:last-child{border-bottom:none}}.company .description{background-color:#fff;color:#000}.company .description>div:first-child{font-weight:600;padding:30px}@media (min-width:1023px){.company .description>div:first-child{-moz-column-count:2;column-count:2;padding:65px 65px 65px 325px}}.company .description>div:first-child p{font-size:20px;margin:0 0 1rem}@media (min-width:1023px){.company .description>div:first-child p{font-size:21px}}@media (min-width:1399px){.company .description>div:first-child p{font-size:23px}}@media (min-width:1600px){.company .description>div:first-child p{font-size:24px}}.company .description>div:nth-child(2){padding:30px;width:100%}@media (min-width:1023px){.company .description>div:nth-child(2){padding:65px 325px 65px 65px}}.company .description>div:nth-child(2) img{width:100%}.company .description a{display:block;font-size:23px;font-weight:400;padding:0 30px 2rem;text-decoration:none}@media (min-width:1023px){.company .description a{font-size:24px}}@media (min-width:1399px){.company .description a{font-size:26px}}@media (min-width:1600px){.company .description a{font-size:28px}}@media (min-width:1023px){.company .description a{font-size:64px;padding-right:65px;text-align:right}}@media (min-width:1023px) and (min-width:1023px){.company .description a{font-size:80px}}@media (min-width:1023px) and (min-width:1399px){.company .description a{font-size:83px}}@media (min-width:1023px) and (min-width:1600px){.company .description a{font-size:86px}}.company .description>div:last-child{padding:30px;width:100%}@media (min-width:1023px){.company .description>div:last-child{padding:65px 65px 65px 325px}}.company .description>div:last-child img{width:100%}.ater-foundation .content{background-color:#fff;color:#000}.ater-foundation .top-banners{display:grid;grid-template-areas:"left-banner" "right-banner";grid-template-columns:1fr;grid-template-rows:50vh 50vh}@media (min-width:1023px){.ater-foundation .top-banners{grid-template-areas:"left-banner right-banner" "left-banner blank";grid-template-columns:1fr 1fr;grid-template-rows:50vh 50vh}}.ater-foundation .top-banners .banner{background-repeat:no-repeat;background-size:cover;display:none}.ater-foundation .top-banners .banner:first-child{display:block;grid-area:left-banner;-ms-grid-column:1;-ms-grid-row:1}.ater-foundation .top-banners .banner:nth-child(2){display:block;grid-area:right-banner;-ms-grid-column:1;-ms-grid-row:2}.ater-foundation .top-banners .blank{grid-area:blank}.ater-foundation .bottom-banners{display:grid;grid-template-areas:"top-banner" "left-banner" "bottom-text" "right-banner";grid-template-columns:1fr;grid-template-rows:50vh 100vh auto 50vh}@media (min-width:1023px){.ater-foundation .bottom-banners{grid-gap:65px;grid-template-areas:"empty       top-banner" "left-banner right-banner" "left-banner bottom-text";grid-template-columns:1fr 1.5fr;grid-template-rows:75vh 100vh 50vh;padding-right:65px}.ater-foundation .bottom-banners>.banner:first-child{-ms-grid-row-span:3;-ms-grid-column:1;-ms-grid-row:3}.ater-foundation .bottom-banners>.banner:nth-child(2){-ms-grid-column:3;-ms-grid-row:3}}.ater-foundation .bottom-banners .banner{background-repeat:no-repeat;background-size:cover;display:block}.ater-foundation .bottom-banners .banner:first-child{grid-area:top-banner;-ms-grid-column:1;-ms-grid-row:1}.ater-foundation .bottom-banners .banner:nth-child(2){-ms-grid-row-span:1;grid-area:left-banner;-ms-grid-column:1;-ms-grid-row:2}.ater-foundation .bottom-banners .banner:nth-child(3){grid-area:right-banner;-ms-grid-column:1;-ms-grid-row:4}.ater-foundation .bottom-banners :last-child{align-self:center;font-weight:600;grid-area:bottom-text;-ms-grid-column:1;-ms-grid-row:3;padding:30px;text-transform:uppercase;transform:translateY(-26px)}@media (min-width:1023px){.ater-foundation .top-banners .banner:first-child{-ms-grid-row-span:2;-ms-grid-column:1;-ms-grid-row:1}.ater-foundation .top-banners .banner:nth-child(2){-ms-grid-column:2;-ms-grid-row:1}.ater-foundation .top-banners .blank{-ms-grid-column:2;-ms-grid-row:2}.ater-foundation .bottom-banners .banner:first-child{-ms-grid-column:3;-ms-grid-row:1}.ater-foundation .bottom-banners .banner:nth-child(2){-ms-grid-row-span:2;-ms-grid-column:1;-ms-grid-row:1}.ater-foundation .bottom-banners>.banner:nth-child(2){-ms-grid-row-span:3;-ms-grid-column:1;-ms-grid-row:3}.ater-foundation .bottom-banners .banner:nth-child(3){-ms-grid-column:2;-ms-grid-row:1}.ater-foundation .bottom-banners>.banner:nth-child(3){-ms-grid-column:3;-ms-grid-row:3}.ater-foundation .bottom-banners :last-child{-ms-grid-column:3;-ms-grid-row:5}}.ater-foundation .bottom-banners :last-child{font-size:27px}@media (min-width:1023px){.ater-foundation .bottom-banners :last-child{font-size:28px}}@media (min-width:1399px){.ater-foundation .bottom-banners :last-child{font-size:30px}}@media (min-width:1600px){.ater-foundation .bottom-banners :last-child{font-size:32px}}.ater-foundation .menu{padding-top:30px}@media (min-width:1023px){.ater-foundation .menu{padding-bottom:65px}}.ater-foundation .menu svg{align-self:center}.ater-foundation .menu svg *{fill:currentColor;stroke:currentColor}.ater-foundation .menu .menu-item{padding-bottom:65px}@media (min-width:1023px){.ater-foundation .menu .menu-item{padding:65px 0}}.ater-foundation .menu .menu-item .menu-title{grid-gap:12px;cursor:pointer;display:grid;grid-template-columns:1fr 48px;grid-template-rows:auto}@media (min-width:767px){.ater-foundation .menu .menu-item .menu-title{margin-left:auto;width:75%}}.ater-foundation .menu .menu-item .menu-title .close-menu{align-self:center}@media (min-width:1023px){.ater-foundation .menu .menu-item .menu-title .close-menu{padding-right:65px;text-align:right}}.ater-foundation .menu .menu-item .menu-title .close-menu svg{width:30px}.ater-foundation .menu .menu-item .menu-content{padding:30px}@media (min-width:1023px){.ater-foundation .menu .menu-item .menu-content{padding:65px 0 0}.ater-foundation .menu .menu-item .menu-content.is-with-columns{-moz-column-count:2;column-count:2;-moz-column-gap:65px;column-gap:65px}}.ater-foundation .menu .menu-item .menu-content.is-with-columns p{line-height:2;margin:0}.ater-foundation .menu .menu-item .menu-content.is-grid{grid-gap:65px;display:grid;grid-template-columns:1fr;grid-template-rows:auto}@media (min-width:1023px){.ater-foundation .menu .menu-item .menu-content.is-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:auto}}.ater-foundation .menu .menu-item .menu-content.is-grid p{line-height:2;margin:0}.ater-foundation .menu .menu-item .menu-content a{color:inherit}.ater-foundation .menu .menu-item .menu-content ul{padding:1em}@media (min-width:1023px){.ater-foundation .menu .menu-item .menu-content:not(.is-fullwidth),.ater-foundation .menu .menu-item .menu-title{margin-left:auto;padding-left:30px;padding-right:30px;width:80%}}.ater-foundation .downloads{border-bottom:2px solid #000;display:grid}.ater-foundation .downloads .title-container{border-top:2px solid #000;cursor:pointer;padding-left:30px;padding-right:30px}@media (min-width:1023px){.ater-foundation .downloads .title-container{padding-left:195px;padding-right:65px}}.ater-foundation .downloads .title-container h3{align-self:center;font-size:23px;font-weight:400;margin:0;text-transform:uppercase}@media (min-width:1023px){.ater-foundation .downloads .title-container h3{font-size:24px}}@media (min-width:1399px){.ater-foundation .downloads .title-container h3{font-size:26px}}@media (min-width:1600px){.ater-foundation .downloads .title-container h3{font-size:28px}}.ater-foundation .downloads .title-container p{font-size:20px;margin:0}@media (min-width:1023px){.ater-foundation .downloads .title-container p{font-size:21px}}@media (min-width:1399px){.ater-foundation .downloads .title-container p{font-size:23px}}@media (min-width:1600px){.ater-foundation .downloads .title-container p{font-size:24px}}.ater-foundation .downloads .title-container .underline{text-decoration:underline}.ater-foundation .downloads .title-container .download-arrow{display:inline-block;padding-top:.5em;text-align:right}.ater-foundation .downloads .title-container .download-arrow svg{transform:rotate(90deg);width:24px}.ater-foundation .downloads .title-container .download-arrow a{color:inherit}.ater-foundation .downloads .content-container{border-top:2px solid #000;line-height:2;padding-bottom:100px;padding-left:30px;padding-top:30px}@media (min-width:1023px){.ater-foundation .downloads .content-container{padding-left:195px;padding-right:130px}}.ater-foundation .downloads .content-container p{margin:0}.ater-foundation .downloads .content-container .columns{margin-bottom:64px}.ater-foundation .downloads .attachments{font-size:20px;font-weight:600}@media (min-width:1023px){.ater-foundation .downloads .attachments{font-size:21px}}@media (min-width:1399px){.ater-foundation .downloads .attachments{font-size:23px}}@media (min-width:1600px){.ater-foundation .downloads .attachments{font-size:24px}}.ater-foundation .downloads .attachments svg{height:20px;margin-right:20px;transform:rotate(90deg)}.standard .heading{background-size:cover;color:#fff;margin:150px 0 0;position:relative}@media (min-width:1023px){.standard .heading{display:grid;grid-template-columns:35% 1fr;grid-template-rows:auto;margin:0;padding:250px 0 50px}}.standard .heading .content{align-self:end;grid-column:2;margin:0 30px 3rem}@media (min-width:1023px){.standard .heading .content{margin-right:130px}}.standard .heading .content .row1{margin:0 0 1.5rem}@media (min-width:1023px){.standard .heading .content .row1{margin:0;padding:0 0 15% 30%}}.standard .heading .content .row1 .date{font-size:23px;font-weight:400;line-height:1}@media (min-width:1023px){.standard .heading .content .row1 .date{font-size:24px}}@media (min-width:1399px){.standard .heading .content .row1 .date{font-size:26px}}@media (min-width:1600px){.standard .heading .content .row1 .date{font-size:28px}}@media (min-width:1023px){.standard .heading .content .row1 .date{font-size:32px}}@media (min-width:1023px) and (min-width:1023px){.standard .heading .content .row1 .date{font-size:38px}}@media (min-width:1023px) and (min-width:1399px){.standard .heading .content .row1 .date{font-size:40px}}@media (min-width:1023px) and (min-width:1600px){.standard .heading .content .row1 .date{font-size:41px}}.standard .heading .content .row2{display:grid;grid-template-columns:1fr;grid-template-rows:auto}@media (min-width:1023px){.standard .heading .content .row2{grid-template-columns:3fr 2fr;grid-template-rows:auto}}.standard .heading .content .row2 h1{font-size:32px;font-weight:400;line-height:1;margin:0 0 1.5rem;text-transform:uppercase}@media (min-width:1023px){.standard .heading .content .row2 h1{font-size:38px}}@media (min-width:1399px){.standard .heading .content .row2 h1{font-size:40px}}@media (min-width:1600px){.standard .heading .content .row2 h1{font-size:41px}}.standard .body{background-color:#fff;color:#000}.standard .body .content{display:grid;grid-template-columns:1fr;grid-template-rows:auto;padding:30px}@media (min-width:1023px){.standard .body .content{grid-gap:50px;grid-template-columns:3fr 1fr;grid-template-rows:auto;padding:4rem 175px}}.standard .body .content+.content{padding-top:0}.standard .body .content img{height:auto;width:100%}.standard .body .content .credits{font-size:12px;margin-top:0}@media (min-width:1023px){.standard .body .content .credits{font-size:13px}}@media (min-width:1399px){.standard .body .content .credits{font-size:14px}}@media (min-width:1600px){.standard .body .content .credits{font-size:15px}}@media (min-width:1023px){.standard .body .content:first-child img{margin-top:-150px}}.standard .body .content a{color:#000}.standard .body .content h4{font-size:15px;text-transform:uppercase}@media (min-width:1023px){.standard .body .content h4{font-size:16px}}@media (min-width:1399px){.standard .body .content h4{font-size:17px}}@media (min-width:1600px){.standard .body .content h4{font-size:18px}}.standard .body .content .text{padding:30px 0}@media (min-width:1023px){.standard .body .content .text{padding:65px 97.5px 0}}.standard .body .content .text h2{font-size:32px;font-weight:400;text-transform:uppercase}@media (min-width:1023px){.standard .body .content .text h2{font-size:38px}}@media (min-width:1399px){.standard .body .content .text h2{font-size:40px}}@media (min-width:1600px){.standard .body .content .text h2{font-size:41px}}.standard .body .content .text p{margin:0 0 2rem}.newsletter-unsubscribed .heading{padding:50% 15% 100px}@media (min-width:1023px){.newsletter-unsubscribed .heading{padding:20% 15% 100px}}.newsletter-unsubscribed .heading h1{font-size:32px}@media (min-width:1023px){.newsletter-unsubscribed .heading h1{font-size:38px}}@media (min-width:1399px){.newsletter-unsubscribed .heading h1{font-size:40px}}@media (min-width:1600px){.newsletter-unsubscribed .heading h1{font-size:41px}}.newsletter-unsubscribed .heading>div{grid-gap:64px;display:grid;grid-template-columns:auto 32px 1fr;grid-template-rows:auto}.newsletter-unsubscribed .heading>div a{color:#fff;font-size:23px}@media (min-width:1023px){.newsletter-unsubscribed .heading>div a{font-size:24px}}@media (min-width:1399px){.newsletter-unsubscribed .heading>div a{font-size:26px}}@media (min-width:1600px){.newsletter-unsubscribed .heading>div a{font-size:28px}}.newsletter-unsubscribed .heading>div svg{align-self:center;width:100%}body,html{background-color:#000;color:#fff;font-family:Arimo,sans-serif;font-size:15px;font-weight:400;line-height:1.4}@media (min-width:1023px){body,html{font-size:16px}}@media (min-width:1399px){body,html{font-size:17px}}@media (min-width:1600px){body,html{font-size:18px}}h1,h2,h3,h4,h5{margin:0 0 1rem}a{color:#000}a:hover{color:#7d1718}.double-line{border-bottom:2px solid #fff;border-top:2px solid #fff;color:#fff;display:block;font-size:20px;padding:2px 0;text-align:center;text-decoration:none;text-transform:uppercase}@media (min-width:1023px){.double-line{font-size:21px}}@media (min-width:1399px){.double-line{font-size:23px}}@media (min-width:1600px){.double-line{font-size:24px}}@media (min-width:1023px){.double-line{font-size:32px;padding:2px 0 2px 45%;text-align:left}}@media (min-width:1023px) and (min-width:1023px){.double-line{font-size:38px}}@media (min-width:1023px) and (min-width:1399px){.double-line{font-size:40px}}@media (min-width:1023px) and (min-width:1600px){.double-line{font-size:41px}}.border-top-line{border-top:3px solid #000}
