@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;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}
@font-face{font-display:swap;font-family:Telegraf;font-style:normal;font-weight:400;src:url(../fonts/Telegraf-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Telegraf;font-style:normal;font-weight:500;src:url(../fonts/Telegraf-Medium.woff2) format("woff2")}:root{accent-color:#e6332a}html{-webkit-overflow-scrolling:auto;box-sizing:border-box;font-size:10px;overscroll-behavior-y:none}body,html{overflow-x:hidden}body{background:#fff;color:#080808;font-family:Telegraf,sans-serif;font-size:1.8rem;font-weight:400;line-height:3rem;margin:0;padding:0}@media (min-width:769px){body{font-size:2rem;line-height:3.5rem}}body.modal-open{overflow:hidden}p{font-size:1.8rem;font-weight:400;line-height:3rem;margin:0 0 3rem}@media (min-width:769px){p{font-size:2rem;line-height:3.5rem;margin:0 0 3.5rem}}p.large{font-size:2.6rem}h1,p strong{font-weight:500}h1{font-size:5rem;letter-spacing:-.25rem;line-height:5.9rem;text-transform:uppercase}@media (min-width:769px){h1{font-size:11.5rem;letter-spacing:0;line-height:7.3rem}}h2{font-size:2.8rem;font-weight:500;letter-spacing:.05rem;line-height:3.6rem}@media (min-width:769px){h2{font-size:5rem;letter-spacing:-.05rem;line-height:5.6rem}}h3{font-size:2.8rem;font-weight:500;line-height:3.6rem}@media (min-width:769px){h3{font-size:4rem;letter-spacing:-.05rem;line-height:4.7rem}}h4,h5,h6{font-size:1.8rem;font-weight:400;line-height:3rem}@media (min-width:769px){h4,h5,h6{font-size:2rem;line-height:3.5rem}}*,:after,:before{-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;box-sizing:border-box;position:relative}:after:focus,:before:focus,:focus{outline:none!important}img{display:block;height:auto;max-width:100%}figure{margin:0;padding:0}.container{margin:0 auto;max-width:125.4rem;padding:0 3.5rem;width:100%}@media (max-width:769px){.container{display:flex;flex-direction:column;padding:0 2.2rem}}.container.flex{display:flex}.container--narrow{margin:0 auto;max-width:97.5rem}button{background:none;border:0;padding:0}button:focus{outline:none}a{color:#080808;font-weight:500;text-decoration:underline;text-decoration-thickness:1px;transition:all .3s ease-in-out}a:hover{opacity:.7}.prose>:first-child{margin-top:0}.prose>:last-child{margin-bottom:0}.prose figure{margin:6rem 0;max-width:100%;width:100%}.prose figure img{margin:0}.prose img{border-radius:1rem;display:block;margin:6rem 0;max-width:100%}.prose hr{background:hsla(0,0%,100%,.3);border:none;height:1px;width:100%}.prose ol,.prose ul{margin:0 0 3rem;padding:0}.prose li{margin-left:4.1rem}.prose ol li{padding-left:2rem}@media (min-width:769px){[data-animation=fadeInUp]{opacity:0}}@media (max-width:768px){[data-speed]{transform:translateY(0)!important}}@media (min-width:769px){.mobile-only{display:none!important}}@media (max-width:768px){.desktop-only{display:none!important}}.hidden{display:none!important}.backdrop{background:rgba(0,0,0,.4);z-index:10}.backdrop,.popup{height:100vh;left:0;opacity:0;position:fixed;top:0;visibility:hidden;width:100vw}.popup{background:#fff;z-index:201}@media (max-width:768px){.popup{overflow:scroll}}.header{align-content:center;align-items:center;display:flex;justify-content:space-between;padding:2.2rem}@media (min-width:769px){.header{padding:2.5rem 3.5rem}}.header .brand{align-items:center;display:flex}.header .brand svg{color:#000;height:45px;width:100%}.header__filters{display:flex;gap:4.4rem;left:50%;line-height:1.5rem;list-style:none;margin:0;padding:0;position:absolute;top:3.6rem;transform:translateX(-50%)}@media (max-width:768px){.header__filters{display:none}}.header__filters a{font-size:1.6rem;font-weight:400;letter-spacing:.05rem;line-height:1.5rem;text-decoration:none;text-transform:uppercase}.header__filters a.active{color:#e6332a}.header .menu-close{cursor:pointer}.header .menu-link{align-items:center;align-self:center;color:#000;display:flex;left:unset;line-height:1;margin-right:7rem;padding:1.3rem 2rem;position:relative;top:unset;z-index:99}@media screen and (min-width:767px){.header .menu-link{margin-right:15rem}}.header .menu-link svg{height:2rem;width:2rem}.header .menu-link svg path{fill:#e6332a}.header .menu-button{height:4.6rem;left:unset;padding:.8rem 3.8rem;position:fixed;right:3.5rem;top:2.5rem;z-index:99}@media (max-width:768px){.header .menu-button{background:none;height:auto;padding:0;right:2.2rem;top:1.5rem}.header .menu-button:before{content:none}}.header .menu-button span{display:none}@media (min-width:769px){.header .menu-button span{display:inline}.header .menu-button svg{display:none}}.mobile-menu{background:#fff;display:flex;flex-direction:column;gap:6rem;height:100vh;justify-content:center;left:0;opacity:0;padding:2.2rem;position:fixed;top:0;visibility:hidden;width:100vw;z-index:100}@media (min-width:769px){.mobile-menu{display:none}}.mobile-menu .menu-close{cursor:pointer;position:absolute;right:2.2rem;top:3rem}.mobile-menu__contact{align-items:center;color:#080808;display:flex;gap:1rem;letter-spacing:.1rem;text-transform:uppercase}.mobile-menu__contact span{text-decoration:underline;text-underline-offset:.1rem}.mobile-menu nav ul{display:flex;flex-direction:column;list-style:none;margin:0;padding:0;row-gap:1.6rem}.mobile-menu nav a{color:#080808;font-size:5vh;font-weight:400;letter-spacing:-.05rem;line-height:5vh;text-decoration:none;text-transform:uppercase}.desktop-menu{background:#fff;height:100vh;left:0;opacity:0;position:fixed;top:0;visibility:hidden;width:100vw;z-index:100}@media (max-width:768px){.desktop-menu{display:none}}.desktop-menu__bar{background-image:url(/app/themes/box2box/dist/images/menu-background.jpg)}.desktop-menu__bar,.desktop-menu__bar:after{content:"";display:block;height:14rem;left:0;position:absolute;top:50%;transform:translateY(-50%);width:100vw;z-index:-1}.desktop-menu__bar:after{background:linear-gradient(0deg,rgba(0,0,0,.4),rgba(0,0,0,.4))}.desktop-menu:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='82.578' height='84.319' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.625 42.444h81m.069-.302L40.4 83.435m0-82.551 41.293 41.293' stroke='%23FFF' stroke-width='1.25' fill='none' fill-rule='evenodd' stroke-linecap='square'/%3E%3C/svg%3E");content:"";height:84.3189336px;pointer-events:none;position:absolute;right:10rem;top:50%;transform:translateY(-50%);width:82.5776706px}.desktop-menu .menu-close{position:absolute;right:3.5rem;top:2.3rem;z-index:2}.desktop-menu .menu-primary-navigation-container{display:block;height:100vh;width:100vw}.desktop-menu nav ul{border-radius:100%;height:91vw;left:-72vw;list-style:none;margin:0;padding:0;position:absolute;top:0;transform-origin:center center;transition:all .2s ease-out 0s;width:91vw}.desktop-menu nav a{color:rgba(8,8,8,.1);display:block;font-size:7vw;font-weight:400;letter-spacing:-.05rem;line-height:7vw;text-decoration:none;text-transform:uppercase;white-space:nowrap}@media (min-width:1500px){.desktop-menu nav a{font-size:9.5rem;line-height:9.5rem}}.desktop-menu nav a:before{font-size:1.8rem;font-weight:400;left:-3.5rem;line-height:2.2rem;opacity:0;position:absolute;top:.5rem;transition:all .3s ease-in-out}.desktop-menu nav li{display:inline-block;left:100%;position:absolute;top:50%;transform:translateY(-50%);transform-origin:0 0;width:80vw;z-index:100}.desktop-menu nav li.selected a{color:#fff}.desktop-menu nav li.selected a:before{opacity:1}.desktop-menu nav li:first-child a:before{content:"01"}.desktop-menu nav li:nth-child(2) a:before{content:"02"}.desktop-menu nav li:nth-child(3) a:before{content:"03"}.desktop-menu nav li:nth-child(4) a:before{content:"04"}.desktop-menu nav li:nth-child(5) a:before{content:"05"}.desktop-menu nav li:nth-child(6) a:before{content:"06"}.desktop-menu nav li:nth-child(7) a:before{content:"07"}.desktop-menu nav li:nth-child(8) a:before{content:"08"}.desktop-menu nav li:nth-child(9) a:before{content:"01"}.desktop-menu nav li:nth-child(10) a:before{content:"02"}.desktop-menu nav li:nth-child(11) a:before{content:"03"}.desktop-menu nav li:nth-child(12) a:before{content:"04"}.desktop-menu nav li:nth-child(13) a:before{content:"05"}.desktop-menu nav li:nth-child(14) a:before{content:"06"}.desktop-menu nav li:nth-child(15) a:before{content:"07"}.desktop-menu nav li:nth-child(16) a:before{content:"08"}.desktop-menu nav li:nth-child(17) a:before{content:"01"}.desktop-menu nav li:nth-child(18) a:before{content:"02"}.desktop-menu nav li:nth-child(19) a:before{content:"03"}.desktop-menu nav li:nth-child(20) a:before{content:"04"}.desktop-menu nav li:nth-child(21) a:before{content:"05"}.desktop-menu nav li:nth-child(22) a:before{content:"06"}.desktop-menu nav li:nth-child(23) a:before{content:"07"}.desktop-menu nav li:nth-child(24) a:before{content:"08"}.footer{background:#080808;padding:3.5rem}@media (max-width:768px){.footer{padding:4.5rem 2.2rem}}.footer__top{display:flex;justify-content:space-between;margin-bottom:16.2rem}@media (max-width:768px){.footer__top{flex-direction:column;gap:5.1rem;margin-bottom:6.6rem}}.footer__top p{color:#fff;font-size:5.2rem;letter-spacing:-.05rem;line-height:5.4rem;margin:0;max-width:72.8rem;text-transform:uppercase}@media (max-width:768px){.footer__top p{font-size:3.8rem;line-height:4rem}}.footer__contact{text-align:right}@media (max-width:768px){.footer__contact{text-align:left}}.footer__social{display:flex;gap:.8rem;justify-content:flex-end;margin:2.9rem 0 0;padding:0}@media (max-width:768px){.footer__social{justify-content:flex-start;margin:2rem 0 0}}.footer__social svg{color:#fff;height:2rem;width:2rem}.footer__social a{align-items:center;border:.1rem solid rgba(230,51,42,.6);display:flex;height:4.4rem;justify-content:center;width:4.4rem}.footer__social a:hover{border-color:#fff}.footer__email{align-items:center;color:#fff;display:flex;font-size:1.8rem;gap:1.1rem;letter-spacing:.1rem;line-height:2.4rem;text-transform:uppercase}@media (max-width:768px){.footer__email{flex-direction:row-reverse;justify-content:flex-end}}.footer__email span{text-decoration:underline}.footer__bottom{align-items:flex-end;display:flex;justify-content:space-between}@media (max-width:1000px){.footer__bottom{align-items:flex-start;flex-direction:column}}.footer__offices{display:grid;gap:2.3rem;grid-template-columns:repeat(5,1fr);max-width:70%}@media (max-width:1000px){.footer__offices{max-width:100%;width:100%}}@media (max-width:768px){.footer__offices{gap:3rem;grid-template-columns:1fr}}.footer__offices a,.footer__offices p{color:#fff;font-family:Telegraf,sans-serif;font-size:1.4rem;letter-spacing:.1rem;line-height:1.8rem;margin:0 0 1.8rem;text-transform:uppercase}.footer__offices a:last-child,.footer__offices p:last-child{margin-bottom:0}.footer__offices a{align-items:center;display:flex;gap:1rem;text-decoration:underline}@media (max-width:768px){.footer__offices a{text-decoration:none}}.footer__offices svg{display:none}@media (max-width:768px){.footer__offices svg{display:block}.footer__office{border-bottom:.1rem solid #2f2f2f;padding-bottom:3rem}}.footer__links{margin-bottom:2rem;text-align:right}@media (max-width:1000px){.footer__links{order:1;text-align:left}}.footer__links a{color:#fff;font-size:1.4rem}@media (max-width:1000px){.footer__legal{display:flex;flex-direction:column-reverse;gap:2.4rem;margin-top:3rem}}.footer__legal p{align-items:center;color:#fff;display:flex;font-size:1.4rem;gap:1rem;justify-content:flex-end;letter-spacing:.1rem;line-height:1.8rem;margin:0;text-align:right;text-transform:uppercase}@media (max-width:1000px){.footer__legal p{justify-content:flex-start;text-align:left}}.footer__site-by{margin-bottom:1.5rem}.footer__site-by svg{color:#fff;width:3.7rem}@keyframes slidein{0%{transform:translateX(-25%)}to{transform:translateX(0)}}.fill{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff")}:root{--swiper-theme-color:#007aff}.swiper{list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);width:100%}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid transparent;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px}.swiper-pagination-lock{display:none}#cookie-notice{background-color:#fff!important;border:0;border-radius:0;bottom:0;left:unset;max-width:59.1rem;max-width:100%;min-width:unset;padding:5.5rem 6.5rem 5rem;position:fixed;right:0;width:59.1rem;z-index:101}@media (max-width:768px){#cookie-notice{padding:3.1rem 2.2rem 2.8rem}}#cookie-notice .cookie-notice-container{padding:0;position:static;text-align:left}#cookie-notice h2{color:#080808;font-family:Telegraf,sans-serif;font-size:4rem;font-weight:400;letter-spacing:-.05rem;line-height:4.7rem;margin:0 0 2rem;text-transform:uppercase}@media (max-width:768px){#cookie-notice h2{font-size:2.8rem;line-height:4.7rem;margin:0 0 1.5rem}}#cookie-notice p{color:#080808;font-family:Telegraf,sans-serif;font-size:1.8rem;font-weight:400;letter-spacing:0;line-height:3rem;margin:0 0 3.6rem}@media (max-width:768px){#cookie-notice p{font-size:1.5rem;line-height:2rem;margin:0 0 2.9rem}}#cookie-notice .button{margin:0}#cookie-notice #cn-close-notice,#cookie-notice #cn-refuse-cookie:before{display:none}#cookie-notice.cookie-notice-hidden{padding:0}.button{background-color:transparent;border:0;color:#080808;cursor:pointer;display:inline-block;font-family:Telegraf,sans-serif;font-size:1.8rem;font-weight:400;left:-.5rem;letter-spacing:.05rem;line-height:2.4rem!important;opacity:1;padding:1.75rem 3.8rem;position:relative;text-decoration:none;text-transform:uppercase;top:-.5rem;white-space:nowrap}.button,.button:before{transition:all .3s ease-in-out}.button:before{background:linear-gradient(90deg,#e6332a 1px,transparent 0) 0 0,linear-gradient(90deg,#e6332a 1px,transparent 0) 0 100%,linear-gradient(270deg,#e6332a 1px,transparent 0) 100% 0,linear-gradient(270deg,#e6332a 1px,transparent 0) 100% 100%,linear-gradient(180deg,#e6332a 1px,transparent 0) 0 0,linear-gradient(180deg,#e6332a 1px,transparent 0) 100% 0,linear-gradient(0deg,#e6332a 1px,transparent 0) 0 100%,linear-gradient(0deg,#e6332a 1px,transparent 0) 100% 100%;background-repeat:no-repeat;content:"";position:absolute}.button:hover{opacity:1}.button:hover:before{height:100%;left:0;top:0;width:100%}.button:before{background-size:10px 10px;height:calc(100% - 10px);left:5px;top:5px;width:calc(100% - 10px)}.large-cta-button{text-align:center}.large-cta-button a{background-color:transparent;border:0;color:#080808;cursor:pointer;display:inline-block;display:block;font-family:Telegraf,sans-serif;font-size:5rem;font-weight:500;letter-spacing:-.05rem;line-height:5.7rem!important;margin:0 auto 11rem;max-width:75.6rem;opacity:1;padding:6.7rem 3.8rem 8.7rem;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;transition:all .3s ease-in-out;white-space:nowrap;white-space:normal;width:100%}.large-cta-button a:before{background:linear-gradient(90deg,#e6332a 1px,transparent 0) 0 0,linear-gradient(90deg,#e6332a 1px,transparent 0) 0 100%,linear-gradient(270deg,#e6332a 1px,transparent 0) 100% 0,linear-gradient(270deg,#e6332a 1px,transparent 0) 100% 100%,linear-gradient(180deg,#e6332a 1px,transparent 0) 0 0,linear-gradient(180deg,#e6332a 1px,transparent 0) 100% 0,linear-gradient(0deg,#e6332a 1px,transparent 0) 0 100%,linear-gradient(0deg,#e6332a 1px,transparent 0) 100% 100%;background-repeat:no-repeat;content:"";position:absolute;transition:all .3s ease-in-out}.large-cta-button a:hover{opacity:1}.large-cta-button a:hover:before{height:100%;left:0;top:0;width:100%}@media (max-width:768px){.large-cta-button a{display:inline-block;font-size:2.5rem;line-height:3rem!important;margin:0 auto 7rem;max-width:90%;padding:4rem 6.8rem 4.7rem;width:auto}}.large-cta-button a:before{background-size:4.2rem 4.2rem;height:calc(100% - 4.2rem);left:1.9rem;top:1.9rem;width:calc(100% - 4.2rem)}@media (max-width:768px){.large-cta-button a:before{background-size:3.2rem 3.2rem;height:calc(100% - 3.2rem);width:calc(100% - 3.2rem)}}.large-cta-button a span{color:#e6332a;display:block;font-size:1.8rem;font-weight:400;letter-spacing:.05rem;line-height:2.4rem;margin-bottom:1.5rem}@media (max-width:768px){.large-cta-button a span{font-size:1.4rem;line-height:1.8rem;margin-bottom:1rem}}.intro{margin-bottom:5rem;margin-top:6.4rem}@media (min-width:769px){.intro{margin-top:7.5rem}}.intro__container{margin:auto;max-width:125.4rem;padding:0 2.2rem}@media (min-width:769px){.intro__container{padding:0 3.5rem}}.intro__meta{color:#e6332a;font-size:1.8rem;letter-spacing:.005rem;line-height:2.4rem;margin:0 0 2.5rem;text-transform:uppercase}.intro h1{font-size:4.2rem;font-weight:500;line-height:4.5rem;margin:0 0 3.6rem}@media (min-width:769px){.intro h1{font-size:8.2rem;line-height:7.3rem;margin:0 0 7.5rem;max-width:89.6rem}.intro__lower{align-items:flex-end;display:flex;flex-direction:row-reverse}}.intro__description{margin-bottom:6.8rem;padding-bottom:7.5rem}@media (min-width:769px){.intro__description{margin-bottom:0;margin-left:auto;max-width:50.2rem;padding-bottom:3.9rem;padding-right:3.8rem}}.intro__description svg{bottom:0;position:absolute;right:0}.intro span{align-items:center;display:flex;font-size:1.7rem;gap:1rem;letter-spacing:.01rem;line-height:2.1rem;text-transform:uppercase}@media (min-width:769px){.intro span{padding-bottom:3.9rem}}.full-width-image{display:flex;margin-bottom:17rem;margin-top:7.4rem}@media (max-width:768px){.full-width-image{margin-bottom:4.5rem;margin-top:5.8rem}}.full-width-image img{margin-top:auto;-o-object-fit:cover;object-fit:cover}@media (max-width:768px){.full-width-image img{aspect-ratio:390/280}}@media (min-width:769px){.callout{margin-bottom:18.7rem;margin-top:12rem}}.callout p{font-size:2.8rem;line-height:3.6rem;margin-bottom:3rem;text-transform:uppercase}@media (min-width:769px){.callout p{font-size:5rem;letter-spacing:-.05rem;line-height:5.6rem;max-width:86.4rem;padding-left:4.7rem;padding-top:4.7rem}}.callout p svg{height:4.2rem;left:0;position:absolute;top:0;transform:rotate(180deg);width:4.2rem}@media (max-width:768px){.callout p svg{display:none}}.text-image{display:flex;gap:10%;margin:0 0 15.4rem}@media (max-width:1000px){.text-image{flex-wrap:wrap;gap:5rem}}@media (max-width:768px){.text-image{gap:3.5rem;margin:0 0 7.2rem}}.text-image__image{width:40%}@media (max-width:1000px){.text-image__image{width:100%}}@media (max-width:768px){.text-image__image{padding:0 2.2rem}}.text-image__image img{aspect-ratio:569/721;height:100%;-o-object-fit:cover;object-fit:cover}@media (max-width:768px){.text-image__image img{height:auto}}.text-image h2{font-size:4rem;font-weight:400;line-height:4.7rem;margin:0 0 3.7rem;text-transform:uppercase}@media (max-width:768px){.text-image h2{display:none;font-size:2.8rem;line-height:3.6rem;margin:0 0 2.2rem}.text-image p{color:#343434}}.text-image p:last-child{margin-bottom:0}.text-image__container{display:flex;flex-direction:column;justify-content:center;max-width:63.8rem;padding:5.2rem 3.5rem 5.2rem 0}@media (max-width:1000px){.text-image__container{max-width:100%;padding:0 3.5rem}}@media (max-width:768px){.text-image__container{padding:0 2.2rem}}.text-image--second{justify-content:flex-end;margin-bottom:7rem}@media (min-width:769px){.text-image--second{margin-bottom:13rem}}.text-image--second .text-image__image{order:2;width:50%}@media (max-width:1000px){.text-image--second .text-image__image{order:1;width:100%}}.text-image--second .text-image__image img{aspect-ratio:709/532}@media (max-width:768px){.text-image--second h2{display:block}}.text-image--second .text-image__container{max-width:50.4rem;order:1;padding:5.2rem 0 5.2rem 3.5rem}@media (max-width:1000px){.text-image--second .text-image__container{max-width:100%;order:2;padding:0 3.5rem}}@media (max-width:768px){.text-image--second .text-image__container{padding:0 2.2rem}}@keyframes noise{0%,to{background-position:0 0}10%{background-position:-5% -10%}20%{background-position:-15% 5%}30%{background-position:7% -25%}40%{background-position:20% 25%}50%{background-position:-25% 10%}60%{background-position:15% 5%}70%{background-position:0 15%}80%{background-position:25% 35%}90%{background-position:-10% 10%}}body.home .header{position:fixed;width:100%;z-index:100}body.home .header .brand svg,body.home .header .menu-button{color:#fff}body.home .video-container{background:#000;height:100%;left:0;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100%;z-index:-1}body.home .video-container iframe{height:56.25vw;left:50%;min-height:100vh;min-width:177.77vh;position:absolute;top:50%;transform:translate(-50%,-50%);width:100vw}body.home .hero{align-items:flex-end;display:flex;height:100vh;padding:2.3rem 3.5rem;width:100vw}body.home .hero:after,body.home .hero:before{content:"";height:100%;left:0;position:absolute;top:0;width:100%}body.home .hero:before{animation:noise .2s infinite;background-image:url(/app/themes/box2box/dist/images/noise.png);pointer-events:none;z-index:2}body.home .hero:after{background:#080808;opacity:.35;z-index:3}body.home .hero__gradient{background:#000;background:linear-gradient(180deg,rgba(0,0,0,.4),transparent);content:"";height:17%;left:0;position:absolute;top:0;width:100%;z-index:4}body.home .hero__gradient--bottom{background:linear-gradient(0deg,rgba(0,0,0,.4),transparent);bottom:0;height:28%;top:unset}body.home .hero__sound{align-items:center;bottom:0;cursor:pointer;display:flex;gap:1.3rem;height:3.8rem;position:absolute;right:0}@media (max-width:768px){body.home .hero__sound{margin-top:2rem;position:relative;width:100%}}body.home .hero__sound span{color:#fff;font-size:1.6rem;letter-spacing:.01rem;line-height:2rem;text-transform:uppercase}body.home .hero__sound .hide{display:none}body.home .hero__productions{align-items:flex-end;display:flex;justify-content:space-between;width:100%;z-index:5}@media (max-width:768px){body.home .hero__productions{flex-wrap:wrap}}body.home .hero__menu{display:flex;flex-direction:column;list-style-type:none;margin:0 0 1.2rem;opacity:0;padding:0;visibility:hidden}body.home .hero__menu li{display:inline-block}body.home .hero__menu a{color:#fff;display:inline-block;font-size:1.6rem;font-weight:400;letter-spacing:.01rem;line-height:2.8rem;text-decoration:underline;text-decoration-color:transparent;text-transform:uppercase}body.home .hero__menu a:hover{color:#e6332a;text-decoration-color:#e6332a}body.home .hero__image{opacity:0;visibility:hidden}@media (max-width:768px){body.home .hero__image{display:none}}body.home .hero__button{align-items:center;color:#fff;cursor:pointer;display:flex;font-family:Telegraf,sans-serif;font-size:1.6rem;gap:.85rem;letter-spacing:.01rem;line-height:2rem;text-transform:uppercase}body.home .hero__button span{transition:all .3s ease-in-out}body.home .hero__button svg{transform:translateY(-.2rem)}body.home .hero__button:hover span{opacity:.3}.team-grid{margin-bottom:13rem;padding:0 2.2rem}@media (min-width:769px){.team-grid{padding:0 3.5rem}}.team-grid .card__image-container{aspect-ratio:325/400;background-size:cover;filter:grayscale(1)}.team-grid__grid{-moz-column-gap:2.3rem;column-gap:2.3rem;display:grid;grid-template-columns:repeat(1,1fr);row-gap:2.3rem}@media (min-width:769px){.team-grid__grid{row-gap:6rem}}@media (min-width:550px){.team-grid__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:769px){.team-grid__grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1000px){.team-grid__grid{grid-template-columns:repeat(4,1fr)}}.team-grid .view-profile{align-items:center;background:#000;color:#fff;display:flex;font-size:1.6rem;gap:1.7rem;height:100%;justify-content:center;letter-spacing:.01rem;line-height:2.1rem;position:absolute;right:100%;text-transform:uppercase;top:0;transition:all .3s ease-in-out;width:100%}.team-grid .card{cursor:pointer;overflow:hidden}.team-grid .card__content{margin-top:.9rem}@media (min-width:769px){.team-grid .card__content{margin-top:1.5rem}.team-grid .card:hover .view-profile{right:0}}.team-grid .role,.team-grid .title{font-size:1.6rem;letter-spacing:.01rem;line-height:2.1rem;margin:0;text-transform:uppercase}.team-grid .bio{display:none}.team-popup__container{align-items:center;display:flex;gap:9.2rem;height:100%;margin:0 auto;max-width:125.4rem;padding:0 2.2rem}@media (max-width:1200px){.team-popup__container{gap:5rem}}@media (max-width:768px){.team-popup__container{flex-direction:column;gap:0;height:auto;padding:0}}@media (min-width:769px){.team-popup__container{padding:0 3.5rem}}.team-popup .button{left:unset;position:absolute;right:3.5rem;top:2.3rem;width:auto;z-index:2}@media (max-width:768px){.team-popup .button{padding:0;z-index:2}.team-popup .button:before{content:none}.team-popup .button span{display:none}}.team-popup .button svg{display:none}@media (max-width:768px){.team-popup .button svg{display:block}}.team-popup__image-column{flex:0 0 39.4rem;width:39.4rem}@media (max-width:1000px){.team-popup__image-column{flex:0 0 35%;width:35%}}@media (max-width:768px){.team-popup__image-column{position:static;width:100%}}.team-popup__image-container{aspect-ratio:394/486}.team-popup__image{filter:grayscale(1);height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;width:100%}.team-popup .role,.team-popup .title{font-size:3.8rem;letter-spacing:.05rem;line-height:3.8rem;margin:0;text-transform:uppercase}.team-popup .role{border-bottom:.1rem solid rgba(0,0,0,.15);margin-bottom:3.2rem;padding-bottom:1.7rem}.team-popup .bio,.team-popup .role,.team-popup .title{max-width:67.3rem}.team-popup .bio p:last-child{margin-bottom:0}.team-popup__arrows{display:flex;gap:1.1rem;margin-top:2.9rem;z-index:2}@media (max-width:768px){.team-popup__arrows{bottom:5rem;left:2.2rem;position:absolute}}.team-popup__arrow{cursor:pointer;transition:all .3s ease-in-out}.team-popup__arrow[disabled]{opacity:.2}.team-popup__arrow path{stroke:#e6332a;transition:all .3s ease-in-out}.team-popup__arrow--left svg{transform:rotate(180deg)}.team-popup__arrow:hover path{stroke:#080808}@media (max-width:768px){.team-popup__content{padding:4.9rem 2.2rem 15rem;width:100%}}.template-people .intro{margin-bottom:8rem}@media (max-width:768px){.template-people .intro{margin-bottom:5rem}}.about-banner{margin-bottom:6rem;overflow:hidden}@media (min-width:769px){.about-banner{align-items:center;display:flex;height:calc(100vh - 18rem);justify-content:center;margin-bottom:9rem}}.about-banner__video{filter:brightness(1.2) opacity(.8);height:48.8rem;overflow:hidden;width:48.8rem}@media (max-width:768px){.about-banner__video{aspect-ratio:1;height:auto;width:100%}}.about-banner__video video{aspect-ratio:1/1;height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;top:0;width:100%;z-index:-1}.about-banner__video svg{bottom:-5.8rem;position:absolute;right:-5.4rem}.about-banner h1{font-size:11.5rem;left:50%;letter-spacing:-.25rem;line-height:18.5rem;margin:0;position:absolute;text-align:center;text-transform:uppercase;top:50%;transform:translate(-50%,-50%);width:100%;z-index:2}@media (max-width:768px){.about-banner h1{font-size:5rem;letter-spacing:-.25rem;line-height:5.5rem;margin-bottom:4.6rem;margin-top:8.6rem;position:static;text-align:left;transform:none}}.about-featured-links{margin-bottom:17.3rem}@media (max-width:768px){.about-featured-links{margin-bottom:9.5rem}}.about-featured-links__image{margin-bottom:11.5rem;margin-left:auto;max-width:100%;width:calc(50% + 47.55rem)}@media (max-width:768px){.about-featured-links__image{margin-bottom:6.2rem;padding:0 2.2rem;width:auto}}.about-featured-links__image img{aspect-ratio:16/9;height:auto;-o-object-fit:cover;object-fit:cover;width:100%}.about-featured-links__container{margin:auto;max-width:102.1rem;padding:0 3.5rem}@media (max-width:768px){.about-featured-links__container{padding:0 2.2rem}}.about-featured-links h2{font-size:4rem;font-weight:400;line-height:4.7rem;margin:0 0 5.2rem;text-transform:uppercase}@media (max-width:768px){.about-featured-links h2{font-size:2.8rem;line-height:3.6rem;margin:0 0 2.2rem}}.about-featured-links__content{margin-bottom:5rem}@media (max-width:768px){.about-featured-links__content{margin-bottom:3rem}}.about-featured-links__links{list-style:none;margin:0 0 8.8rem;padding:0}@media (max-width:768px){.about-featured-links__links{margin-bottom:2.2rem}}.about-featured-links__links svg{opacity:0;position:absolute;right:0;top:50%;transform:translateY(-50%);transition:all .3s ease-in-out}@media (max-width:768px){.about-featured-links__links svg{display:none}}.about-featured-links__links a{border-bottom:1px solid rgba(8,8,8,.15);color:#818181;display:block;font-size:2rem;line-height:3rem;padding:2.3rem 0;text-decoration:none}.about-featured-links__links a:hover{color:#080808;opacity:1}.about-featured-links__links a:hover svg{opacity:1}.about-featured-links__links li:last-of-type a{border-bottom:0}@media (min-width:769px){.about-featured-links__button{text-align:center}}.single-productions .intro{border-bottom:1px solid rgba(8,8,8,.15);margin-left:auto;margin-right:auto;max-width:calc(100% - 7rem)}@media (max-width:768px){.single-productions .intro{max-width:calc(100% - 4.4rem)}}.single-productions .intro__container{padding:0}.single-productions .intro__meta{display:inline-block;text-decoration:none}.single-productions .intro__meta:hover{text-decoration:underline}@media (max-width:768px){.single-productions .intro__meta{margin:0 0 2rem}}.single-productions .intro h1{margin-bottom:6.1rem}@media (max-width:768px){.single-productions .intro h1{font-size:5rem;letter-spacing:-.25rem;line-height:5.9rem;margin-bottom:3rem}}.single-productions .intro-feature{aspect-ratio:1440/771;cursor:none;display:block;margin:auto auto 9.1rem;max-height:100vh;width:auto}.single-productions .intro-feature__logo{bottom:5.7rem;left:7.6rem;max-height:30rem;max-width:30rem;position:absolute}@media (max-width:768px){.single-productions .intro-feature__logo{bottom:2.8rem;left:2.2rem;max-height:22rem;max-width:22rem}}.single-productions .intro-feature__video{aspect-ratio:1440/771;cursor:none;height:56.25vw;max-height:100vh;max-width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.single-productions .intro-feature__image{width:100%}.single-productions .cursor{display:none;left:0;pointer-events:none;position:fixed;top:0;transition:opacity .3s ease-in-out;z-index:20}@media (max-width:768px){.single-productions .cursor{left:50%;opacity:1!important;position:absolute;top:50%;transform:translate(-50%,-50%)!important}}.single-productions .cursor-background{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.single-productions .trailer-popup__container{background:#080808;height:100%;width:100%}.single-productions .trailer-popup video{height:100%;width:100%}.single-productions .trailer-popup .button{color:#fff;height:4.6rem;left:unset;padding:.8rem 3.8rem;position:absolute;right:3.5rem;top:2.3rem;width:auto;z-index:2}@media (max-width:768px){.single-productions .trailer-popup .button{padding:0}.single-productions .trailer-popup .button:before{content:none}.single-productions .trailer-popup .button span{display:none}}.single-productions .trailer-popup .button svg{display:none}@media (max-width:768px){.single-productions .trailer-popup .button svg{display:block}}.single-productions .seasons{margin-bottom:11.4rem}@media (max-width:768px){.single-productions .seasons{margin-bottom:9.6rem;padding:0}}.single-productions .seasons__button{text-align:center}@media (max-width:768px){.single-productions .seasons__button{padding:0 2.2rem;text-align:left}}.single-productions .seasons .tabs{margin-bottom:9.4rem}@media (max-width:768px){.single-productions .seasons .tabs{margin-bottom:5.5rem}}.single-productions .seasons .tabs__buttons{-ms-overflow-style:none;display:flex;gap:4.6rem;margin-bottom:8.1rem;overflow-x:scroll;scrollbar-width:none}@media (max-width:768px){.single-productions .seasons .tabs__buttons{gap:3rem;margin-bottom:6.2rem;padding:0 2.2rem}}.single-productions .seasons .tabs__buttons::-webkit-scrollbar{display:none}.single-productions .seasons .tabs__button{color:#818181;font-size:1.6rem;left:0;line-height:2rem!important;padding:1rem 2.2rem;top:0}.single-productions .seasons .tabs__button:before{height:100%;left:0;opacity:0;top:0;width:100%}.single-productions .seasons .tabs__button.active,.single-productions .seasons .tabs__button:hover{color:#080808}.single-productions .seasons .tabs__button.active:before{opacity:1}.single-productions .seasons .tabs__content{display:none}@media (max-width:768px){.single-productions .seasons .tabs__content{padding:0 2.2rem}}.single-productions .seasons .tabs__content.active{display:block}.single-productions .seasons h2{font-size:4.6rem;letter-spacing:.05rem;line-height:5.4rem;margin:0 0 4rem;text-transform:uppercase}@media (max-width:768px){.single-productions .seasons h2{font-size:2.8rem;line-height:3.6rem;margin-bottom:3rem}}.single-productions .seasons p:last-child{margin-bottom:0}@media (max-width:768px){.single-productions .seasons p{color:#343434}}.single-productions .meta{margin:auto;max-width:calc(100% - 7rem)}@media (max-width:768px){.single-productions .meta{max-width:calc(100% - 4.4rem)}}.single-productions .meta__container{border-bottom:1px solid rgba(8,8,8,.08);border-top:1px solid rgba(8,8,8,.08);padding:6rem 0}@media (max-width:768px){.single-productions .meta__container{padding:5rem 0}}.single-productions .meta__item{min-width:14rem;width:calc(25% - 7.5rem)}@media (max-width:768px){.single-productions .meta__item{margin:auto}}.single-productions .meta__items{display:flex;flex-wrap:wrap;gap:10rem;justify-content:left}@media (max-width:768px){.single-productions .meta__items{gap:3.5rem;padding:0;text-align:center}}.single-productions .meta__heading{color:#e6332a;margin:0 0 .7rem}.single-productions .meta p{font-size:1.8rem;letter-spacing:0;line-height:3rem}.single-productions .meta p:last-child{margin:0}.single-productions .images{align-items:center;display:flex;gap:11.7rem;margin:14.3rem 0 4.4rem}@media (max-width:768px){.single-productions .images{margin:3.5rem 0 5.3rem}}.single-productions .images img{max-width:100%}.single-productions .images img:first-child{width:calc(53% - 5.85rem)}@media (max-width:768px){.single-productions .images img:first-child{display:none}}.single-productions .images img:last-child{width:calc(47% - 5.85rem)}@media (max-width:768px){.single-productions .images img:last-child{width:100%}}.single-productions .images--mobile{display:none}@media (max-width:768px){.single-productions .images--mobile{display:block;margin:0 0 3.5rem}}.single-productions .images--mobile img:first-child{width:100%}@media (max-width:768px){.single-productions .images--mobile img:first-child{display:block}}.single-productions .awards{margin-bottom:15.3rem}@media (max-width:768px){.single-productions .awards{margin-bottom:7.2rem;padding:0}}.single-productions .awards .tabs__buttons{-ms-overflow-style:none;display:flex;gap:4.8rem;margin-bottom:5rem;overflow-x:scroll;scrollbar-width:none}@media (max-width:768px){.single-productions .awards .tabs__buttons{gap:3rem;margin-bottom:4rem;padding:0 2.2rem}}.single-productions .awards .tabs__buttons::-webkit-scrollbar{display:none}.single-productions .awards .tabs__button{border-bottom:1px solid transparent;color:#818181;font-size:1.6rem;left:0;line-height:2rem!important;padding:0 0 .7rem;top:0}.single-productions .awards .tabs__button:before{content:none}.single-productions .awards .tabs__button:hover{color:#080808}.single-productions .awards .tabs__button.active{border-color:#e6332a;color:#080808}.single-productions .awards .tabs__content{display:none}@media (max-width:768px){.single-productions .awards .tabs__content{padding:0 2.2rem}}.single-productions .awards .tabs__content.active{display:block}.single-productions .awards h2{font-size:6.7rem;letter-spacing:-.05rem;line-height:11.7rem;margin:0 0 1rem;text-transform:uppercase}@media (max-width:768px){.single-productions .awards h2{font-size:4.6rem;line-height:8rem;padding:0 2.2rem}}.single-productions .awards h3{color:#818181;font-size:2rem;font-weight:400;line-height:3rem;margin:0 0 .5rem}@media (max-width:768px){.single-productions .awards h3{color:#e6332a;margin-bottom:1.5rem;margin-top:4rem}}.single-productions .awards p:last-child{margin-bottom:0}@media (max-width:768px){.single-productions .awards p{color:#343434}}.single-productions .image-slider{margin-bottom:12.8rem}.single-productions .image-slider .swiper{overflow:visible}.single-productions .image-slider .swiper-slide{aspect-ratio:905/570;height:auto;opacity:.2;transition:opacity .3s ease-in-out}@media (max-width:768px){.single-productions .image-slider .swiper-slide{opacity:1}}.single-productions .image-slider .swiper-slide.swiper-slide-active{opacity:1}.single-productions .image-slider .swiper-slide img{height:100%;-o-object-fit:cover;object-fit:cover}@media (max-width:768px){.single-productions .image-slider .swiper-slide img{height:auto}}.single-productions .image-slider .swiper-buttons{display:flex;justify-content:space-between;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:150%;z-index:10}@media (max-width:1500px){.single-productions .image-slider .swiper-buttons{width:130%}}@media (max-width:1200px){.single-productions .image-slider .swiper-buttons{display:none}}.single-productions .image-slider .swiper-button-next,.single-productions .image-slider .swiper-button-prev{cursor:pointer;transition:all .3s ease-in-out}.single-productions .image-slider .swiper-button-prev{left:0}.single-productions .image-slider .swiper-button-prev:hover{left:-1.5rem}.single-productions .image-slider .swiper-button-next{right:0}.single-productions .image-slider .swiper-button-next:hover{right:-1.5rem}@media (max-width:768px){.single-productions .image-slider .swiper-wrapper{display:flex;flex-direction:column;gap:3rem}}.single-productions .large-cta-button{margin-top:13rem}@media (max-width:768px){.single-productions .large-cta-button{margin-top:7rem}}.single-productions .basic-content{margin:12.5rem auto}@media (max-width:768px){.single-productions .basic-content{margin:5rem auto}}.single-productions .basic-content h2{font-size:4.6rem;line-height:5.4rem;margin:0 0 4rem;text-transform:uppercase}@media (max-width:768px){.single-productions .basic-content h2{font-size:2.8rem;line-height:3.6rem;margin-bottom:3rem}}.productions-grid{margin-bottom:10.6rem;margin-top:2.6rem;padding:0 3.5rem}@media (max-width:768px){.productions-grid{padding:0}}.productions-grid__filter{overflow:hidden;padding:0 2.2rem}@media (min-width:769px){.productions-grid__filter{display:none}}.productions-grid__button{align-items:center;border-bottom:1px solid #080808;color:#080808;display:flex;font-family:Telegraf,sans-serif;font-size:1.7rem;font-weight:400;justify-content:space-between;letter-spacing:.1rem;line-height:2.1rem;padding:1.6rem 0;text-decoration:none;text-transform:uppercase;width:100%}.productions-grid__filters{display:flex;flex-direction:column;gap:1.5rem;height:0;line-height:1.5rem;list-style:none;margin:2rem 0 3.3rem;overflow:hidden;padding:0}.productions-grid__filters a{font-size:1.7rem;font-weight:400;letter-spacing:.1rem;line-height:2.1rem;text-decoration:none;text-transform:uppercase}.productions-grid__filters a.active{color:#e6332a}.productions-grid__grid{-moz-column-gap:2.3rem;column-gap:2.3rem;display:grid;grid-template-columns:repeat(4,1fr);row-gap:2.7rem}@media (max-width:768px){.productions-grid__grid{grid-template-columns:1fr;row-gap:3.6rem}}.productions-grid .card{grid-column:span 1;grid-row:span 1;text-decoration:none}.productions-grid .card__image-container{background-size:cover;height:15vw;width:100%}@media (max-width:768px){.productions-grid .card__image-container{aspect-ratio:390/288;height:auto}}@media (min-width:769px){.productions-grid .card:nth-child(10n-9){grid-column:span 2;grid-row:span 2}.productions-grid .card:nth-child(10n-9) .card__image-container{height:calc(30vw + 54px)}.productions-grid .card:nth-child(10n-2){grid-column:span 2;grid-row:span 2}.productions-grid .card:nth-child(10n-2) .card__image-container{height:calc(30vw + 54px)}}.productions-grid .card__image:before{background:rgba(8,8,8,.4);content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:all .3s ease-in-out;width:100%;z-index:1}.productions-grid .card__logo{bottom:2rem;left:2rem;max-width:200px;opacity:0;position:absolute;transition:all .3s ease-in-out;z-index:2}.productions-grid .card p{font-size:1.6rem;line-height:1.5rem;margin:1rem 0 0;text-decoration:none;text-transform:uppercase;transition:all .3s ease-in-out}@media (max-width:768px){.productions-grid .card p{font-size:1.8rem;line-height:1.8rem;margin:1.7rem 0 0;padding:0 2.2rem}}.productions-grid .card video{height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;width:100%}.productions-grid .card:hover,.productions-grid .card:hover .card__image:before,.productions-grid .card:hover .card__logo{opacity:1}.productions-grid .card:hover p{color:#e6332a}body.template-careers .intro{border-bottom:1px solid rgba(8,8,8,.15);margin-left:3.5rem;margin-right:3.5rem}@media (max-width:768px){body.template-careers .intro{margin-left:2.2rem;margin-right:2.2rem}}body.template-careers .intro__container{padding:0}body.template-careers .intro__meta{margin:0 0 2rem}body.template-careers .intro h1{font-size:11.5rem;letter-spacing:.005em;line-height:1;margin-bottom:4.4rem}@media (max-width:1000px){body.template-careers .intro h1{font-size:9rem}}@media (max-width:768px){body.template-careers .intro h1{font-size:5rem;letter-spacing:-.025em;line-height:5.9rem;margin-bottom:3.8rem}}body.template-careers .image-slider{margin-bottom:14rem}@media (max-width:768px){body.template-careers .image-slider{margin-bottom:5rem}}body.template-careers .image-slider .swiper-wrapper{transition-timing-function:linear}body.template-careers .image-slider .swiper-slide{align-items:center;display:flex;height:auto}@media (max-width:768px){body.template-careers .image-slider img{aspect-ratio:390/423;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}}.careers-top-content{margin-bottom:13.6rem;padding-bottom:4.75rem}@media (max-width:768px){.careers-top-content{align-items:flex-start;margin-bottom:11.8rem;padding-bottom:7.7rem}}.careers-top-content__top{align-items:center;-moz-column-gap:10rem;column-gap:10rem;display:flex;margin-bottom:6rem}@media (max-width:1400px){.careers-top-content__top{-moz-column-gap:5rem;column-gap:5rem}}@media (max-width:1000px){.careers-top-content__top{align-items:flex-start;flex-direction:column;row-gap:2.5rem}}@media (max-width:768px){.careers-top-content__top{margin-bottom:5.5rem}}.careers-top-content h2{font-size:5rem;font-weight:400;letter-spacing:-.005em;line-height:5.6rem;margin:0;text-transform:uppercase}@media (max-width:768px){.careers-top-content h2{font-size:2.8rem;letter-spacing:.005em;line-height:3.6rem}}.careers-top-content__content{flex-shrink:0;max-width:46.4rem;padding-right:1.6rem}@media (max-width:768px){.careers-top-content__content{padding-right:0}}.careers-top-content__content :last-child{margin-bottom:0}.careers-top-content p{font-size:2.6rem;letter-spacing:0;line-height:3.5rem}@media (max-width:768px){.careers-top-content p{font-size:1.8rem;line-height:3rem}}.careers-top-content svg{bottom:0;position:absolute;right:3.5rem}@media (max-width:768px){.careers-top-content svg{right:2.2rem}}.careers-bottom-content{display:flex;flex-direction:row-reverse;gap:10%;justify-content:flex-start;margin:0 0 13rem}@media (max-width:1000px){.careers-bottom-content{flex-wrap:wrap;gap:6.3rem}}@media (max-width:768px){.careers-bottom-content{flex-direction:row;margin:0 0 7rem}}.careers-bottom-content__image{width:50%}@media (max-width:1000px){.careers-bottom-content__image{width:100%}}@media (max-width:768px){.careers-bottom-content__image{padding:0 2.2rem}}.careers-bottom-content__image img{aspect-ratio:709/721;height:100%;-o-object-fit:cover;object-fit:cover}@media (max-width:768px){.careers-bottom-content__image img{aspect-ratio:347/352}}.careers-bottom-content h2{font-size:5rem;font-weight:400;letter-spacing:-.005em;line-height:5.7rem;margin:0 0 4.2rem;text-transform:uppercase}@media (max-width:768px){.careers-bottom-content h2{font-size:2.8rem;line-height:3.6rem;margin:0 0 2.2rem}}.careers-bottom-content p{font-size:2rem;line-height:3.4rem}.careers-bottom-content p:last-child{margin-bottom:0}.careers-bottom-content__container{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;max-width:40%;padding:5.2rem 0 5.2rem calc(50vw - 59.2rem)}@media (max-width:1254px){.careers-bottom-content__container{padding:5.2rem 0 5.2rem 3.5rem}}@media (max-width:1000px){.careers-bottom-content__container{max-width:100%;padding:0 3.5rem}}@media (max-width:768px){.careers-bottom-content__container{padding:0 2.2rem}}.careers-bottom-content .button{margin-top:12.8rem}@media (max-width:768px){.careers-bottom-content .button{margin-top:5.5rem}}.career-list{margin-bottom:24.4rem}.career-list h2{font-size:5rem;font-weight:400;letter-spacing:-.005em;line-height:5.7rem;margin:0 0 5.9rem;text-transform:uppercase}.career-list__header{border-bottom:1px solid rgba(8,8,8,.15);display:grid;grid-template-columns:repeat(4,1fr);margin-left:-2.3rem;padding:2.6rem 2.3rem;width:calc(100% + 4.6rem)}@media (max-width:1100px){.career-list__header{margin-left:0;padding:0;width:100%}.career-list__header .location,.career-list__header .title,.career-list__header .type{display:none}}.career-list__header p{color:#e6332a;font-size:1.6rem;letter-spacing:.01em;line-height:2rem;text-transform:uppercase}.career-list__row{border-bottom:1px solid rgba(8,8,8,.15);display:grid;grid-template-columns:repeat(4,1fr);height:7.6rem;margin-left:-2.3rem;overflow:hidden;padding:2.1rem 2.3rem;width:calc(100% + 4.6rem)}.career-list .location,.career-list .role,.career-list .title,.career-list .type{font-size:2rem;letter-spacing:.01em;line-height:3.4rem;margin:0;text-transform:uppercase}.career-list .title{cursor:pointer;grid-column:1/3}.career-list .location{grid-column:3/4}.career-list .type{grid-column:4/5}.career-list .role{color:#e6332a;margin-top:7.6rem}.career-list .description{grid-column:2/5;margin-top:7.6rem;padding-bottom:10.4rem}.career-list .button{margin-top:4.5rem}.career-list svg{cursor:pointer;position:absolute;right:2.1rem;top:2rem}.career-list span{display:none}@media (max-width:1100px){.career-list__row{height:7.6rem;margin-left:0;padding:2.1rem 0;width:100%}.career-list .location{grid-column:1/3;margin-top:5rem}.career-list .title{grid-column:1/5}.career-list .type{grid-column:3/5;margin-top:5rem}.career-list .description,.career-list .role{grid-column:1/5}.career-list .role{margin-top:5rem}.career-list .description{margin-top:2rem;padding-bottom:5rem}.career-list span{color:#e6332a;display:block}.career-list .button{margin-top:1.5rem}}@media (max-width:768px){.career-list{margin-bottom:8rem}.career-list h2{font-size:2.8rem;letter-spacing:-.005em;line-height:3.8rem;margin-bottom:4rem}.career-list .title{font-size:1.6rem}.career-list svg{height:2.4rem;right:.5rem;top:2.4rem;width:2.4rem}.career-list .location,.career-list .role,.career-list .type{font-size:1.8rem;letter-spacing:0;line-height:3rem}}body.template-content .intro{border-bottom:1px solid rgba(8,8,8,.15);margin-left:3.5rem;margin-right:3.5rem}@media (max-width:768px){body.template-content .intro{margin-left:2.2rem;margin-right:2.2rem}}body.template-content .intro__container{padding:0}body.template-content .intro__meta{margin:0 0 2rem}body.template-content .intro h1{font-size:11.5rem;letter-spacing:.005em;line-height:1;margin-bottom:4.4rem}@media (max-width:1000px){body.template-content .intro h1{font-size:9rem}}@media (max-width:768px){body.template-content .intro h1{font-size:5rem;letter-spacing:-.025em;line-height:5.9rem;margin-bottom:3.8rem}}body.template-content .basic-content{margin-bottom:16rem;margin-top:17rem}@media (max-width:768px){body.template-content .basic-content{margin-bottom:3.6rem;margin-top:6.6rem}}body.template-content .basic-content h2{font-weight:400;text-transform:uppercase}body.template-content .callout{margin-bottom:19.1rem}@media (max-width:768px){body.template-content .callout{margin-bottom:6.5rem}body.template-content .callout p:first-child{padding-top:7.3rem}}body.template-content .callout p:last-child{margin-bottom:0}@media (max-width:768px){body.template-content .callout svg{display:block;height:3.9rem;width:3.9rem}body.template-content .text-image{gap:6.5rem}body.template-content .text-image__image{padding:0}}body.template-content .text-image--first{margin:0 0 18rem}@media (max-width:768px){body.template-content .text-image--first{margin:0 0 5rem}body.template-content .text-image--first h2{display:block}}body.template-content .text-image--second h2{font-size:5rem;letter-spacing:-.005em;line-height:5.5rem;margin:0 0 3rem}@media (max-width:768px){body.template-content .text-image--second h2{display:block;font-size:2.8rem;letter-spacing:.005em;line-height:3.6rem}}body.template-content .logos{border-bottom:1px solid rgba(8,8,8,.08);border-top:1px solid rgba(8,8,8,.08);margin:0 3.5rem 18rem;padding:6.7rem 0}@media (max-width:768px){body.template-content .logos{margin:0 2.2rem 3rem;padding:3.5rem 0}}body.template-content .logos .container{align-items:center;display:flex;flex-direction:row;gap:5rem;justify-content:center;padding:0}@media (max-width:768px){body.template-content .logos img,body.template-content .logos svg{max-height:3.5rem;width:auto}body.template-content .logos img:nth-child(2),body.template-content .logos svg:nth-child(2){display:none}}body.template-policy .header{z-index:4}body.template-policy .header #LogoGroup_133 path{fill:#fff}body.template-policy .header .menu-button{color:#fff}body.template-policy .policy-hero{margin-top:-9.1rem}body.template-policy .policy-hero:after,body.template-policy .policy-hero:before{background:#000;content:"";left:0;position:absolute;width:100%}body.template-policy .policy-hero:before{height:100%;opacity:.3;top:0;z-index:1}body.template-policy .policy-hero:after{background:linear-gradient(180deg,transparent,rgba(0,0,0,.4));bottom:0;height:50%;z-index:2}body.template-policy .policy-hero__container{aspect-ratio:1440/810}@media (max-width:768px){body.template-policy .policy-hero__container{aspect-ratio:unset;height:50rem}}body.template-policy .policy-hero img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}body.template-policy .policy-hero .container{bottom:12rem;left:50%;position:absolute;transform:translateX(-50%);z-index:3}@media (max-width:1000px){body.template-policy .policy-hero .container{bottom:6rem}}body.template-policy .policy-hero h1{color:#fff;font-size:8.5rem;letter-spacing:-.025em;line-height:8.5rem;margin:0}@media (max-width:768px){body.template-policy .policy-hero h1{font-size:6rem;line-height:6rem}}body.template-policy .policy-hero p{color:#e6332a;margin:0 0 2rem;text-transform:uppercase}body.template-policy .basic-content{margin-bottom:15rem;margin-top:15rem}@media (max-width:768px){body.template-policy .basic-content{margin-bottom:5rem;margin-top:5rem}}body.template-policy .basic-content h2{font-size:4rem;font-weight:400;letter-spacing:-.005em;line-height:4.7rem;margin-bottom:3rem;margin-top:13rem;text-transform:uppercase}@media (max-width:768px){body.template-policy .basic-content h2{font-size:2.8rem;font-weight:500;letter-spacing:.05rem;line-height:3.6rem;margin-top:6rem}}body.template-policy .basic-content :first-child{margin-top:0}body.template-policy .basic-content :last-child{margin-bottom:0}body.template-policy ol{margin:0 0 3.5rem}body.template-policy ol li{margin-bottom:.7rem;padding-left:1.5rem}body.template-policy ol li::marker{color:#e6332a;font-size:1.6rem}body.error404 .header{z-index:4}body.error404 .header #LogoGroup_133 path{fill:#fff}body.error404 .header .menu-button{color:#fff}body.error404 .footer{display:none}body.error404 .error-hero{margin-top:-9.1rem}body.error404 .error-hero:after,body.error404 .error-hero:before{background:#000;content:"";left:0;position:absolute;width:100%}body.error404 .error-hero:before{height:100%;opacity:.3;top:0;z-index:1}body.error404 .error-hero:after{background:linear-gradient(180deg,transparent,rgba(0,0,0,.4));bottom:0;height:50%;z-index:2}body.error404 .error-hero__container{height:100vh}body.error404 .error-hero img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}body.error404 .error-hero .container{bottom:7.3rem;left:50%;position:absolute;transform:translateX(-50%);z-index:3}@media (max-width:1000px){body.error404 .error-hero .container{bottom:10rem}}body.error404 .error-hero h1{color:#fff;font-size:8.5rem;letter-spacing:-.025em;line-height:8.5rem;margin:0 0 3rem}@media (max-width:768px){body.error404 .error-hero h1{font-size:6rem;line-height:6rem}}body.error404 .error-hero p{color:#fff;font-size:2rem;line-height:3rem;margin:0 0 3rem}body.error404 .error-hero .button{color:#fff}body.single-post h2{font-size:4.6rem;font-weight:400;letter-spacing:.005em;line-height:5.4rem;text-transform:uppercase}@media (max-width:768px){body.single-post h2{font-size:2.8rem;line-height:3.6rem}}body.single-post .about-featured-links{margin-bottom:13rem}@media (max-width:768px){body.single-post .about-featured-links{margin-bottom:4rem}}body.single-post .about-featured-links__links a{font-weight:400}body.single-post .full-width-image{margin-bottom:13.8rem;margin-top:5.2rem}@media (max-width:768px){body.single-post .full-width-image{margin-bottom:5.8rem;margin-top:5.8rem}body.single-post .full-width-image:before{content:none}}body.single-post .single-banner{margin-top:10rem}@media (max-width:768px){body.single-post .single-banner{margin-top:8.6rem}}body.single-post .single-banner .meta{color:#e6332a;font-size:1.8rem;letter-spacing:.005em;line-height:2.4rem;margin:0 0 2rem;text-decoration:none;text-transform:uppercase}body.single-post .single-banner .meta:hover{text-decoration:underline}body.single-post .single-banner h1{border-bottom:1px solid rgba(8,8,8,.15);font-size:5rem;font-weight:400;letter-spacing:-.005em;line-height:5.7rem;margin:0;padding-bottom:5.8rem}@media (max-width:768px){body.single-post .single-banner h1{font-size:4.2rem;line-height:4.5rem;padding-bottom:3.8rem}}body.single-post .basic-content :first-child{margin-top:0}body.single-post .basic-content .video-iframe{padding-top:56.25%;position:relative}body.single-post .basic-content .video-iframe iframe{height:100%;left:0;position:absolute;top:0;width:100%}body.single-post .basic-content iframe{margin:auto;max-width:100%;width:100%}body.blog .intro{border-bottom:1px solid rgba(8,8,8,.15);margin-left:3.5rem;margin-right:3.5rem}@media (max-width:768px){body.blog .intro{margin-left:2.2rem;margin-right:2.2rem}}body.blog .intro__container{padding:0}body.blog .intro__meta{margin:0 0 2rem}body.blog .intro h1{font-size:11.5rem;letter-spacing:.005em;line-height:1;margin-bottom:4.4rem}@media (max-width:1000px){body.blog .intro h1{font-size:9rem}}@media (max-width:768px){body.blog .intro h1{font-size:5rem;letter-spacing:-.025em;line-height:5.9rem;margin-bottom:3.8rem}}body.blog .post-grid{margin-bottom:13rem;padding:0 3.3rem}@media (max-width:768px){body.blog .post-grid{margin-bottom:7rem;padding:0 2.2rem}}body.blog .post-grid__grid{-moz-column-gap:2.3rem;column-gap:2.3rem;display:flex;flex-wrap:wrap}body.blog .post-grid .meta-row{display:flex;gap:2rem;justify-content:space-between;margin-bottom:.8rem}body.blog .post-grid .card{border-bottom:1px solid rgba(8,8,8,.15);display:flex;flex-direction:column;margin-bottom:7rem;padding-bottom:7rem;text-decoration:none}@media (max-width:768px){body.blog .post-grid .card{margin-bottom:5rem;padding-bottom:5rem}}body.blog .post-grid .card:nth-of-type(-n+3){width:calc(33.33333% - 1.53333rem)}@media (max-width:768px){body.blog .post-grid .card:nth-of-type(-n+3){width:100%}}body.blog .post-grid .card:nth-of-type(n+4){width:calc(25% - 1.725rem)}@media (max-width:1200px){body.blog .post-grid .card:nth-of-type(n+4){width:calc(33.33333% - 1.53333rem)}}@media (max-width:768px){body.blog .post-grid .card:nth-of-type(n+4){width:100%}}body.blog .post-grid .image-container{aspect-ratio:440/326;display:flex;margin-top:auto}body.blog .post-grid .image-container img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}body.blog .post-grid .featured,body.blog .post-grid .meta{color:#e6332a;font-size:1.6rem;letter-spacing:-.005em;line-height:2.7rem;margin:0;text-transform:uppercase}body.blog .post-grid h3{font-size:3rem;font-weight:400;letter-spacing:-.005em;line-height:3.6rem;margin:0 0 5.5rem;text-transform:uppercase}body.blog .post-pagination{display:flex;gap:2rem;justify-content:center}body.blog .post-pagination a{font-weight:400;text-decoration:none}body.blog .post-pagination .current{color:#e6332a}

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