@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:rgba(0,0,0,.8);background:var(--plyr-captions-background, rgba(0, 0, 0, .8));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:rgba(0,0,0,0);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:rgba(255,255,255,.9019607843);background:var(--plyr-menu-background, rgba(255, 255, 255, .9019607843));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 rgba(0, 0, 0, .1490196078));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 rgba(0,0,0,0);border-top-color:#ffffffe6;border:var(--plyr-menu-arrow-size, 4px) solid rgba(0,0,0,0);border-top-color:var(--plyr-menu-background, rgba(255, 255, 255, .9019607843));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 rgba(0,0,0,0);border:var(--plyr-menu-item-arrow-size, 4px) solid rgba(0,0,0,0);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 #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:rgba(0,0,0,.1019607843);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:rgba(35,40,47,.1019607843)}.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:rgba(0,0,0,0);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:rgba(0,0,0,0);background-image:linear-gradient(90deg,currentColor 0,rgba(0,0,0,0) 0);background-image:linear-gradient(to right,currentColor var(--value, 0),rgba(0,0,0,0) 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 rgba(35, 40, 47, .1490196078), 0 0 0 1px rgba(35, 40, 47, .2));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:rgba(0,0,0,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);-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 rgba(35, 40, 47, .1490196078), 0 0 0 1px rgba(35, 40, 47, .2));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:rgba(0,0,0,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);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:rgba(0,0,0,0);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 rgba(35, 40, 47, .1490196078), 0 0 0 1px rgba(35, 40, 47, .2));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:"\2044";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 rgba(0, 0, 0, .1490196078));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 rgba(0,0,0,0);border-left:var(--plyr-tooltip-arrow-size, 4px) solid rgba(0,0,0,0);border-right:4px solid rgba(0,0,0,0);border-right:var(--plyr-tooltip-arrow-size, 4px) solid rgba(0,0,0,0);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:translate(-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:translate(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:rgba(0,0,0,0);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:rgba(0,0,0,0)}.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,rgba(35,40,47,.6) 25%,rgba(0,0,0,0) 0,rgba(0,0,0,0) 50%,rgba(35,40,47,.6) 0,rgba(35,40,47,.6) 75%,rgba(0,0,0,0) 0,rgba(0,0,0,0));background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background, rgba(35, 40, 47, .6)) 25%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 50%,var(--plyr-progress-loading-background, rgba(35, 40, 47, .6)) 50%,var(--plyr-progress-loading-background, rgba(35, 40, 47, .6)) 75%,rgba(0,0,0,0) 75%,rgba(0,0,0,0));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, rgba(255, 255, 255, .2509803922))}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:#c1c8d199;background-color:var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6))}.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, rgba(193, 200, 209, .6)))}.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, rgba(193, 200, 209, .6)))}.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, rgba(193, 200, 209, .6)))}.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 rgba(35, 40, 47, .1490196078), 0 0 0 1px rgba(35, 40, 47, .2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, .1019607843))}.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 rgba(35, 40, 47, .1490196078), 0 0 0 1px rgba(35, 40, 47, .2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, .1019607843))}.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 rgba(35, 40, 47, .1490196078), 0 0 0 1px rgba(35, 40, 47, .2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, .1019607843))}.plyr--audio .plyr__progress__buffer{color:#c1c8d199;color:var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, .6))}.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(rgba(0,0,0,0),rgba(0,0,0,.7490196078));background:var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .7490196078)));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, rgba(255, 255, 255, .2509803922)))}.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, rgba(255, 255, 255, .2509803922)))}.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, rgba(255, 255, 255, .2509803922)))}.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 rgba(35, 40, 47, .1490196078), 0 0 0 1px rgba(35, 40, 47, .2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, .5019607843))}.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 rgba(35, 40, 47, .1490196078), 0 0 0 1px rgba(35, 40, 47, .2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, .5019607843))}.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 rgba(35, 40, 47, .1490196078), 0 0 0 1px rgba(35, 40, 47, .2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, .5019607843))}.plyr--video .plyr__progress__buffer{color:#ffffff40;color:var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, .2509803922))}.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;height:100%;inset:0;margin:0;position:fixed;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;cursor:pointer;inset:0;overflow:hidden;position:absolute;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 rgba(0, 0, 0, .1490196078));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 rgba(0,0,0,0);border-left:var(--plyr-tooltip-arrow-size, 4px) solid rgba(0,0,0,0);border-right:4px solid rgba(0,0,0,0);border-right:var(--plyr-tooltip-arrow-size, 4px) solid rgba(0,0,0,0);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:translate(-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(rgba(0,0,0,0),rgba(0,0,0,.7490196078));background:var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .7490196078)));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{filter:blur(1px);height:100%;inset:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;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}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial)}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-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-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}html{box-sizing:border-box;-ms-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}*,*:after,*:before{box-sizing:inherit}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}body{line-height:1}strong,b{font-weight:600}em,i{font-style:italic}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}button,input,textarea,select,option{margin:0;padding:0;background-color:transparent;border:none;appearance:none;box-shadow:none;font:inherit;letter-spacing:inherit}button:focus,button:active,input:focus,input:active,textarea:focus,textarea:active,select:focus,select:active,option:focus,option:active{outline:none}a{font-family:inherit;text-decoration:none;color:inherit}img,picture,svg{max-width:100%;vertical-align:middle}svg{fill:currentColor}input,textarea,button{color:currentColor;font:inherit}a,button:not(:disabled){cursor:pointer}button:disabled{cursor:not-allowed}@font-face{font-family:Founders Grotesk wf;src:url(/wp-content/themes/oceancensus/fonts/FoundersGrotesk-Light.woff2) format("woff2"),url(/wp-content/themes/oceancensus/fonts/FoundersGrotesk-Light.woff) format("woff");font-style:normal;font-weight:300;ascent-override:100%}@font-face{font-family:Founders Grotesk wf;src:url(/wp-content/themes/oceancensus/fonts/FoundersGrotesk-Regular.woff2) format("woff2"),url(/wp-content/themes/oceancensus/fonts/FoundersGrotesk-Regular.woff) format("woff");font-style:normal;font-weight:400;ascent-override:100%}@font-face{font-family:Founders Grotesk wf;src:url(/wp-content/themes/oceancensus/fonts/FoundersGrotesk-Semibold.woff2) format("woff2"),url(/wp-content/themes/oceancensus/fonts/FoundersGrotesk-Semibold.woff) format("woff");font-style:normal;font-weight:600;ascent-override:100%}@font-face{font-family:Rift wf;src:url(/wp-content/themes/oceancensus/fonts/Rift-Light.woff2) format("woff2"),url(/wp-content/themes/oceancensus/fonts/Rift-Light.woff) format("woff");font-style:normal;font-weight:300;ascent-override:100%}@font-face{font-family:Rift wf;src:url(/wp-content/themes/oceancensus/fonts/Rift-Medium.woff2) format("woff2"),url(/wp-content/themes/oceancensus/fonts/Rift-Medium.woff) format("woff");font-style:normal;font-weight:500}@font-face{font-family:Rift wf;src:url(/wp-content/themes/oceancensus/fonts/Rift-Regular.woff2) format("woff2"),url(/wp-content/themes/oceancensus/fonts/Rift-Regular.woff) format("woff");font-style:normal;font-weight:400}@font-face{font-family:Rift wf;src:url(/wp-content/themes/oceancensus/fonts/Rift-Bold.woff2) format("woff2"),url(/wp-content/themes/oceancensus/fonts/Rift-Bold.woff) format("woff");font-style:normal;font-weight:700}:root{--black: #000;--white: #fff;--blue: #00828f;--background-color: var(--white);--text-color: var(--black);--accent-color: var(--blue);--base-font-weight: 300;--base-font-size: max(4.65116279vw, 17px);--base-line-height: 1.4;--base-letter-spacing: 0;--primary-font: "Founders Grotesk wf", sans-serif;--secondary-font: "Rift wf", sans-serif;--side-padding: 6.97674419vw;--section-spacing: 18vw;--section-spacing-smaller: 15vw;--section-spacing-larger: 18vw;--plyr-color-main: var(--accent-color);--ease-in-quad: cubic-bezier(.55, .085, .68, .53);--ease-in-cubic: cubic-bezier(.55, .055, .675, .19);--ease-in-quart: cubic-bezier(.895, .03, .685, .22);--ease-in-quint: cubic-bezier(.755, .05, .855, .06);--ease-in-expo: cubic-bezier(.95, .05, .795, .035);--ease-in-circ: cubic-bezier(.6, .04, .98, .335);--ease-out-quad: cubic-bezier(.25, .46, .45, .94);--ease-out-cubic: cubic-bezier(.215, .61, .355, 1);--ease-out-quart: cubic-bezier(.165, .84, .44, 1);--ease-out-quint: cubic-bezier(.23, 1, .32, 1);--ease-out-expo: cubic-bezier(.19, 1, .22, 1);--ease-out-circ: cubic-bezier(.075, .82, .165, 1);--ease-in-out-quad: cubic-bezier(.455, .03, .515, .955);--ease-in-out-cubic: cubic-bezier(.645, .045, .355, 1);--ease-in-out-quart: cubic-bezier(.77, 0, .175, 1);--ease-in-out-quint: cubic-bezier(.86, 0, .07, 1);--ease-in-out-expo: cubic-bezier(1, 0, 0, 1);--ease-in-out-circ: cubic-bezier(.785, .135, .15, .86)}@media (min-width: 768px){:root{--base-font-size: max(1.041667vw, 17px);--side-padding: 4.635417vw;--section-spacing: 5.73vw;--section-spacing-smaller: 5.3vw;--section-spacing-larger: 8vw}}html{min-height:100%}body{background-color:var(--background-color);font-weight:var(--base-font-weight);font-size:var(--base-font-size);line-height:var(--base-line-height);letter-spacing:var(--base-letter-spacing);font-family:var(--primary-font);color:var(--text-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;cursor:default;touch-action:manipulation}body.-no-scroll{overflow:hidden}::selection{background:var(--accent-color);color:var(--white)}.-bg-dark{--background-color: var(--black);--text-color: var(--white)}.h1,.section-text-headline.-large,.section-contact-title,.section-banner-text,.hero-title{text-transform:uppercase;font-weight:700;font-size:26.7vw;line-height:.7963;font-family:var(--secondary-font)}@media (min-width: 768px){.h1,.section-text-headline.-large,.section-contact-title,.section-banner-text,.hero-title{font-size:14.0625vw}}.h2,.section-vacancy-title.-large,.section-text-headline:not(.-large),.section-quote-text,.section-image-with-text-content-title,.section-featured-post-item-title,.popup-title,.hero-text,.hero-secondary-text{text-transform:uppercase;font-weight:500;font-size:10.46511628vw;line-height:1.075;font-family:var(--secondary-font)}@media (min-width: 768px){.h2,.section-vacancy-title.-large,.section-text-headline:not(.-large),.section-quote-text,.section-image-with-text-content-title,.section-featured-post-item-title,.popup-title,.hero-text,.hero-secondary-text{font-size:4.166667vw}}.h3,.section-story.-numbers .section-story-item-title,.popup-caption,.footer-newsletter-title,.hero-newsletter-title,.section-title,.section-text-columns-title,.section-text-title,.section-team-title,.section-story-title,.section-posts-title,.section-num-list-title,.section-logos-title,.section-jobs-title,.section-image-with-text-title,.section-featured-post-title,.section-accordion-title{text-transform:uppercase;font-weight:300;font-size:8.13953488vw;line-height:1;font-family:var(--secondary-font)}@media (max-width: 767px){.h3,.section-story.-numbers .section-story-item-title,.popup-caption,.footer-newsletter-title,.hero-newsletter-title,.section-title,.section-text-columns-title,.section-text-title,.section-team-title,.section-story-title,.section-posts-title,.section-num-list-title,.section-logos-title,.section-jobs-title,.section-image-with-text-title,.section-featured-post-title,.section-accordion-title{margin-bottom:1.5em}}@media (min-width: 768px){.h3,.section-story.-numbers .section-story-item-title,.popup-caption,.footer-newsletter-title,.hero-newsletter-title,.section-title,.section-text-columns-title,.section-text-title,.section-team-title,.section-story-title,.section-posts-title,.section-num-list-title,.section-logos-title,.section-jobs-title,.section-image-with-text-title,.section-featured-post-title,.section-accordion-title{font-size:2.604167vw}}.h4,.section-vacancy-title,.section-text-columns-item-title,.section-post-text h2,.section-num-list-item-title,.section-long-text-columns h2,.section-accordion-item-column-title,.section-accordion-item-title{font-size:1.2em;line-height:1}@media (min-width: 768px){.h4,.section-vacancy-title,.section-text-columns-item-title,.section-post-text h2,.section-num-list-item-title,.section-long-text-columns h2,.section-accordion-item-column-title,.section-accordion-item-title{font-size:max(1.5625vw,20px)}}.section-title,.section-text-columns-title,.section-text-title,.section-team-title,.section-story-title,.section-posts-title,.section-num-list-title,.section-logos-title,.section-jobs-title,.section-image-with-text-title,.section-featured-post-title,.section-accordion-title{padding-top:.48em;position:relative}.section-title:before,.section-text-columns-title:before,.section-text-title:before,.section-team-title:before,.section-story-title:before,.section-posts-title:before,.section-num-list-title:before,.section-logos-title:before,.section-jobs-title:before,.section-image-with-text-title:before,.section-featured-post-title:before,.section-accordion-title:before{content:"";opacity:.5;width:100%;height:1px;position:absolute;top:0;left:0;background-color:var(--text-color)}@media (min-resolution: 192dpi){.section-title:before,.section-text-columns-title:before,.section-text-title:before,.section-team-title:before,.section-story-title:before,.section-posts-title:before,.section-num-list-title:before,.section-logos-title:before,.section-jobs-title:before,.section-image-with-text-title:before,.section-featured-post-title:before,.section-accordion-title:before{opacity:1;height:.5px}}p:where(:not(:last-child)){margin-bottom:calc(var(--base-line-height) * 1em)}.list li,.section-text-column ul li,.section-text-columns-item-text ul li,.section-accordion-item-details ul li,.section-post-text ul li,.section-long-text-columns ul li,.section-article-text ul li,.section-featured-post-text ul li,.section-vacancy-text ul li{padding-left:.9em;position:relative}.list li:before,.section-text-column ul li:before,.section-text-columns-item-text ul li:before,.section-accordion-item-details ul li:before,.section-post-text ul li:before,.section-long-text-columns ul li:before,.section-article-text ul li:before,.section-featured-post-text ul li:before,.section-vacancy-text ul li:before{content:"";width:.25em;height:.25em;position:absolute;top:.65em;left:0;border-radius:50%;background-color:var(--accent-color)}.list li:not(:last-child),.section-text-column ul li:not(:last-child),.section-text-columns-item-text ul li:not(:last-child),.section-accordion-item-details ul li:not(:last-child),.section-post-text ul li:not(:last-child),.section-long-text-columns ul li:not(:last-child),.section-article-text ul li:not(:last-child),.section-featured-post-text ul li:not(:last-child),.section-vacancy-text ul li:not(:last-child){margin-bottom:.5em}.section-text-content p a,.section-featured-post-text p a,.popup-text p a,.section-story-item-text a,.section-accordion-item-details a,.section-text-columns-item-text a,.section-num-list-item-text a,.section-accordion-item-column-text a,.section-post-text a,.section-article-text-inner a,.section-long-text-columns a,.section-image-with-text-column a{color:var(--accent-color)}@media (pointer: fine){.section-text-content p a:hover,.section-featured-post-text p a:hover,.popup-text p a:hover,.section-story-item-text a:hover,.section-accordion-item-details a:hover,.section-text-columns-item-text a:hover,.section-num-list-item-text a:hover,.section-accordion-item-column-text a:hover,.section-post-text a:hover,.section-article-text-inner a:hover,.section-long-text-columns a:hover,.section-image-with-text-column a:hover{text-decoration:underline}}.hero+.section-text,.hero+.section-post,.hero+.section-featured-post,.hero+.section-long-text,.hero+.section-video,.hero+.section-image,.hero+.section-image-with-text,.hero+.section-text-columns,.hero+.section-quote,.hero+.section-team{padding-top:var(--section-spacing-smaller)}.section-banner+.section-text,.section-banner+.section-post,.section-banner+.section-featured-post,.section-banner+.section-long-text,.section-banner+.section-video,.section-banner+.section-image,.section-banner+.section-image-with-text,.section-banner+.section-text-columns,.section-banner+.section-quote,.section-banner+.section-team{padding-top:var(--section-spacing)}[class^=section]:not(.-bg-dark)+[class^=section].-bg-dark,[class^=section].-bg-dark+[class^=section]:not(.-bg-dark):not(.section-contact){padding-top:var(--section-spacing)}.button,.section-posts-tabs-item{--height: 3.18816169em;display:inline-flex;justify-content:space-between;align-items:center;height:var(--height);padding-left:2.22569779em;padding-right:1.50384986em;position:relative;background-color:var(--accent-color);border:1px solid transparent;border-radius:5em;text-transform:uppercase;font-weight:400;font-size:.8312em;white-space:nowrap;user-select:none;color:var(--white);transition:.15s;transition-property:background-color,border-color,color}.button .icon,.section-posts-tabs-item .icon{transition:transform .15s}.button .icon.-arrow-right,.section-posts-tabs-item .icon.-arrow-right{width:1em;height:100%}.button:not(.-no-text) .icon,.section-posts-tabs-item:not(.-no-text) .icon{margin-left:2.5em}.button.-no-text,.-no-text.section-posts-tabs-item{justify-content:center;min-width:var(--height);padding:0}.button.-larger,.-larger.section-posts-tabs-item{min-width:14.31665063em}.button.-light,.-light.section-posts-tabs-item{background-color:var(--background-color);color:var(--accent-color)}@media (pointer: fine){.button:hover,.section-posts-tabs-item:hover{background-color:transparent;border-color:currentColor;color:var(--accent-color)}.button:not(.-no-text):hover .icon.-arrow-right,.section-posts-tabs-item:not(.-no-text):hover .icon.-arrow-right{transform:translate(30%)}.button.-on-dark-bg:hover,.-on-dark-bg.section-posts-tabs-item:hover{color:var(--white)}}@media (max-width: 767px){.button:not(.-no-text),.section-posts-tabs-item:not(.-no-text){width:100%}.button:not(.-no-text) .icon,.section-posts-tabs-item:not(.-no-text) .icon{margin-left:1.5em}}@media (min-width: 768px){.button:not(.-no-text),.section-posts-tabs-item:not(.-no-text){min-width:10.58710298em}}.cookie-notice{display:flex;justify-content:space-between;align-items:center;width:100%;padding:1em var(--side-padding);position:fixed;bottom:0;left:0;z-index:10;background-color:var(--black);border-top:1px solid currentColor;color:var(--white)}.cookie-notice:not(.-visible){display:none}.cookie-notice-text{margin-bottom:0;margin-right:2em;font-size:.8em;line-height:1.2}.cookie-notice-text a{color:var(--accent-color)}.cookie-notice-text a:hover{text-decoration:underline}@media (min-width: 768px){.cookie-notice-text{padding-top:1.8em;padding-bottom:1.8em;font-size:1.5em}}.cookie-notice .button,.cookie-notice .section-posts-tabs-item{justify-content:center;padding:0}.header{display:flex;justify-content:space-between;align-items:center;width:100%;padding:6.86vw var(--side-padding);position:fixed;top:0;left:0;z-index:5;color:var(--background-color)}.header:before{content:"";opacity:0;width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1;background-image:linear-gradient(#01181a,rgba(1,24,26,.6) 45%,rgba(1,24,26,.2),rgba(1,24,26,0));pointer-events:none;transition:opacity .9s}.header.-shadow:before{opacity:1}.header.-menu-open{touch-action:none}@media (min-width: 768px){.header{padding-top:2.864583vw;padding-bottom:2.864583vw}}.header-logo{width:36.5372093vw}@media (max-width: 767px){.header-logo{position:relative;z-index:1}}@media (min-width: 768px){.header-logo{width:10.715885vw}}.header-nav{margin-top:.5em;text-transform:uppercase;font-weight:400}.header-nav-items{display:flex}.header-nav-item:not(:last-child){margin-right:1.2em}.header-nav-link{transition:opacity .15s}@media (pointer: fine){.header-nav-link:hover{opacity:.7}}@media (max-width: 767px){.header-nav{display:flex;flex-direction:column;justify-content:space-between;width:100%;height:100%;margin:0;padding:30vw var(--side-padding) 0;position:fixed;top:0;left:0;transition:.15s var(--ease-out-quart);transition-property:transform}.header-nav-items{flex-direction:column;position:relative;z-index:1;font-size:10vw;line-height:1.12;font-family:var(--secondary-font)}.header-nav-item,.header-nav-item:not(:last-child){margin:0}.header-nav-logos{width:60vw;position:relative;z-index:1}.header-nav-social{display:flex;justify-content:space-between;position:relative;z-index:1;border-top:1px dashed rgba(255,255,255,.5);font-size:3.48837209vw}.header-nav-social-link{display:inline-block;padding:1.5em 0}}@media (max-width: 767px) and (min-resolution: 192dpi){.header-nav-social{border-top-width:1px;border-top-color:#fff}}@media (max-width: 767px){.header-nav-bg{width:100%;height:100%;object-fit:cover;object-position:70% center;position:absolute;top:0;left:0;pointer-events:none}}@media (max-width: 767px){.header:not(.-menu-open) .header-nav{visibility:hidden;opacity:0;transform:translateY(-5vw)}}@media (min-width: 768px){.header-nav{font-size:max(.78125vw,12px)}.header-nav-logos,.header-nav-social,.header-nav-bg{display:none}}@media (min-width: 800px){.header-nav-item:not(:last-child){margin-right:2.1em}}@media (max-width: 1100px){.header-logos-wrapper{display:none}}.header-logos{width:15.989583vw}.header-nav-toggle{display:flex;flex-direction:column;justify-content:center;width:2.13286em;height:2.13286em;position:relative}.header-nav-toggle i{display:block;width:100%;height:1px;background-color:currentColor;transition:.15s;transition-property:opacity,transform}.header-nav-toggle i:nth-child(2){margin:.5em 0}.header.-menu-open .header-nav-toggle i:nth-child(1){transform:translateY(calc(1px + .5em)) rotate(-45deg)}.header.-menu-open .header-nav-toggle i:nth-child(2){opacity:0;transform:scaleX(0)}.header.-menu-open .header-nav-toggle i:nth-child(3){transform:translateY(calc(-1px - .5em)) rotate(45deg)}@media (min-width: 768px){.header-nav-toggle{display:none}}.hero{color:var(--background-color)}.hero-bg{max-height:100vh;position:fixed;top:0;left:0;z-index:-1;pointer-events:none;background-color:var(--black)}.hero-bg,.hero-bg:after,.hero-bg-image{width:100%;height:100%}.hero.-linear-shadow .hero-bg:after{content:"";opacity:calc(.4 + .6 * var(--scroll-progress, 0));position:absolute;top:0;left:0;background:var(--black)}.hero-bg-image{object-fit:cover}.hero-bg-video,.hero .plyr{opacity:0;width:100%;height:100%;position:absolute;top:0;left:0}@media (min-width: 768px){.hero-bg-video,.hero .plyr{object-fit:cover}}.hero-inner{padding:50vw var(--side-padding) 8vw;position:relative}.hero-inner:before{content:"";opacity:calc(1 - var(--scroll-progress, 1));width:40vw;height:40vw;position:fixed;top:0;left:0;background-image:linear-gradient(-45deg,rgba(0,0,0,0) 50%,rgba(0,0,0,.3));pointer-events:none}.hero.-small-title .hero-inner{padding-top:40vw;padding-bottom:5vw}@media (min-width: 768px){.hero-inner{padding-top:18vw}.hero.-small-title .hero-inner{padding-top:23.1vw;padding-bottom:2.864583vw}}.hero.-gradient-shadow .hero-shadow{width:100%;height:calc(100% - 3.645833vw);position:absolute;bottom:0;left:0;z-index:1;background-image:linear-gradient(to bottom,rgba(0,0,0,0),black);pointer-events:none}.hero-content{position:relative;z-index:1}@media (min-width: 768px){.hero-content{max-width:57.8125vw}}.hero-info{margin-bottom:.5em;font-size:.75em}@media (min-width: 768px){.hero-info{font-size:.9em}}.hero-title{display:flex;align-items:flex-end;margin-left:-.03em}.hero-title:not(.-small){min-height:1.5926em;margin-bottom:.16296296em}.hero-title:not(.-small):last-child{margin-bottom:.1em}.hero-info+.hero-title{min-height:0}.hero-title.-small{margin-bottom:.3em;font-size:10vw;line-height:.9}.hero-info+.hero-title.-small{margin-top:.3em}@media (min-width: 768px){.hero-title{-webkit-hyphens:none;hyphens:none}.hero-title.-small{font-size:5.208333vw}}.hero-text,.hero-secondary-text{margin-bottom:.7em}.hero-secondary-text{text-decoration:underline;text-decoration-thickness:.05em;text-underline-offset:.12em;color:var(--accent-color)}@media (min-width: 768px){.hero-secondary-text{text-underline-offset:.225em}}.hero-links{display:flex;justify-content:center;position:absolute;top:25%;left:calc(100% - 4.6875vw);z-index:1;transform:rotate(90deg);transform-origin:0% 0%;text-transform:uppercase;font-weight:400;font-size:max(.78125vw,12px)}.hero-links-item:not(:last-child){margin-right:2.92em}@media (max-width: 767px){.hero-links{display:none}}.hero-link{transition:opacity .15s}@media (pointer: fine){.hero-link:hover{opacity:.7}}.hero-lines{opacity:calc(1 - var(--scroll-progress, 0) * 1.5);pointer-events:none}.hero-line{opacity:.15;position:absolute;background-color:currentColor}.hero-lines-horizontal .hero-line{width:100%;height:1px;left:0}.hero-lines-horizontal .hero-line:nth-child(1){top:25%}.hero-lines-horizontal .hero-line:nth-child(2){top:50%}.hero-lines-horizontal .hero-line:nth-child(3){top:75%}.hero-lines-vertical .hero-line{width:1px;height:100%;top:0}.hero-lines-vertical .hero-line:nth-child(1){left:20%}.hero-lines-vertical .hero-line:nth-child(2){left:40%}.hero-lines-vertical .hero-line:nth-child(3){left:60%}.hero-lines-vertical .hero-line:nth-child(4){left:80%}.hero-circle{opacity:.15;width:3.489583vw;height:3.489583vw;position:absolute;transform:translate(-50%,-50%);border:1px solid currentColor;border-radius:50%}.hero-circle:nth-child(1){top:25%}.hero-circle:nth-child(2){top:25%}.hero-circle:nth-child(3){top:25%}.hero-circle:nth-child(4){top:25%}.hero-circle:nth-child(5){top:50%}.hero-circle:nth-child(6){top:50%}.hero-circle:nth-child(7){top:50%}.hero-circle:nth-child(8){top:50%}.hero-circle:nth-child(9){top:75%}.hero-circle:nth-child(10){top:75%}.hero-circle:nth-child(11){top:75%}.hero-circle:nth-child(12){top:75%}.hero-circle:nth-child(1){left:20%}.hero-circle:nth-child(5){left:20%}.hero-circle:nth-child(9){left:20%}.hero-circle:nth-child(2){left:40%}.hero-circle:nth-child(6){left:40%}.hero-circle:nth-child(10){left:40%}.hero-circle:nth-child(3){left:60%}.hero-circle:nth-child(7){left:60%}.hero-circle:nth-child(11){left:60%}.hero-circle:nth-child(4){left:80%}.hero-circle:nth-child(8){left:80%}.hero-circle:nth-child(12){left:80%}.hero-video-button .icon{--size: 16.27906977vw;width:var(--size);height:var(--size)}.hero-video-button-text{margin-left:.5em;text-transform:uppercase;font-weight:400}@media (max-width: 767px){.hero-video-button{margin:5vw 0 11vw}}@media (min-width: 768px){.hero-video-button{overflow:hidden;position:absolute;top:18.5vw;right:-14vw;border-radius:50%;z-index:2}.hero-video-button .icon{--size: 5.661458vw}.hero-video-button-text{display:none}}.header,.hero-bg-image,.hero-inner,.hero-bg-video{transition:.5s;transition-property:visibility,opacity}.hero.-video-playing{position:relative}.hero.-video-playing .hero-bg{z-index:0;pointer-events:all}.hero.-video-playing .hero-bg-video,.hero.-video-playing .hero-bg .plyr{opacity:1}.hero.-video-playing .hero-inner,.hero.-video-playing .hero-lines,.hero.-video-playing .hero-links{visibility:hidden;opacity:0}.hero.-video-playing~section{position:relative}.-hero-video-playing .header{visibility:hidden;opacity:0}.hero .plyr,.hero .plyr__video-embed{height:100%}@media (min-width: 768px){.hero .player,.hero .plyr__poster{object-fit:cover}}.hero-newsletter{width:max(32.708333vw,380px);position:absolute;right:var(--side-padding);bottom:4.010417vw;z-index:1;border-top:1px solid rgba(255,255,255,.5)}.hero-newsletter-form{display:flex;align-items:flex-end}.hero-newsletter .field{flex:1;margin-right:.3em}.hero-newsletter-title{margin-bottom:.4em;padding-top:.45em;font-weight:400;font-size:1.5625vw}@media (min-resolution: 192dpi){.hero-newsletter{border-width:.5px;border-color:currentColor}}@media (max-width: 767px){.hero-newsletter{display:none}}@media (min-width: 768px){.field-columns{display:flex;align-items:flex-end;justify-content:space-between}.field-columns .field{width:calc(50% - 1.041667vw)}.field-columns .field.-select{width:calc(50% - .260417vw)}}.field{position:relative}.field:not(.-select):not(.-round):before{content:"";width:100%;height:1px;position:absolute;bottom:0;left:0;transform:scaleY(.5);transform-origin:50% 100%;background-color:currentColor;pointer-events:none}:not(.field-columns)>.field:not(:last-child):not(.-no-margin),.field-columns>.field:not(.-no-margin){margin-bottom:1.75em}.field:has(.field-input:focus):before{transform:none}.field-label{position:absolute;top:0;left:0;pointer-events:none}.field.-round .field-label{top:calc(1.05em + 1px);left:calc(1.25em + 1px)}.field-input:focus~.field-label{opacity:.5}.field-input:not(:placeholder-shown)~.field-label{opacity:0}@media (max-width: 767px){.field.-round .field-label{top:calc(.65em + 1px)}}.field-input,.field-select{width:100%}.field-input{padding-bottom:.6em;border-radius:0}.field.-round .field-input{padding:1.05em 1.25em;border:1px dashed rgba(255,255,255,.5);border-radius:1.8em}.field.-round .field-input:focus{border-color:currentColor}@media (min-resolution: 192dpi){.field.-round .field-input{border-width:.5px;border-color:currentColor}.field.-round .field-input:focus{border-style:solid}}.field-input::placeholder{visibility:hidden}@media (max-width: 767px){.field.-round .field-input{padding-top:.65em;padding-bottom:.65em}}textarea.field-input{display:block;min-height:5.55em;resize:vertical}.field.-round textarea.field-input{min-height:14em;resize:none}.field-select{height:2.8em;padding-left:1.25em;position:relative;color:currentColor}@media (min-width: 768px){.field-select{height:3.6em;padding-left:2.25em}.-round-siblings .field-select{padding-left:1.25em}}.field-select-control{width:100%;height:100%;position:absolute;top:0;left:0;border:1px solid;border-radius:5em;pointer-events:none}.field-select-control:before{content:"";width:9vw;height:9vw;position:absolute;top:50%;right:.5em;transform:translateY(-50%);border-radius:50%;background-color:var(--accent-color);transition:background-color .15s}.field-select-control .icon{width:.4468em;height:.801em;position:absolute;top:1em;right:1.25em;transition:color .15s}@media (min-width: 768px){.field-select-control:before{width:2.3em;height:2.3em;right:.75em}.field-select-control .icon{top:1.4em;right:1.65em}}.footer{background-color:var(--accent-color);color:var(--background-color)}.footer ::selection{background:var(--background-color);color:var(--accent-color)}@media (max-width: 767px){.footer{padding:3vw 0}}@media (min-width: 768px){.footer{display:grid;grid-template-columns:1fr 1fr}}.footer-fragment{position:relative;border:1px rgba(0,0,0,.5)}@media (min-resolution: 192dpi){.footer-fragment{border-color:var(--text-color);border-width:.5px}}@media (max-width: 767px){.footer-fragment{padding:7vw var(--side-padding)}.footer-fragment:not(:last-child){border-bottom-style:dashed}}@media (min-width: 768px){.footer-fragment:nth-child(odd){padding-left:var(--side-padding);padding-right:2.34375vw}.footer-fragment:nth-child(even){padding-left:2.34375vw;padding-right:var(--side-padding);border-left-style:dashed}.footer-fragment:nth-child(-n+2){padding-top:2.604167vw;padding-bottom:3.229167vw}.footer-fragment:nth-last-child(-n+2){padding-top:1.458333vw;padding-bottom:2.65625vw;border-top-style:solid}.footer-fragment:nth-child(2){display:flex;flex-direction:column}}.footer-newsletter{margin-bottom:10vw;border-top:1px solid rgba(255,255,255,.5)}.footer-newsletter-form{display:flex;align-items:flex-end}.footer-newsletter .field{flex:1;margin-right:.3em}.footer-newsletter-title{margin-bottom:.9em;padding-top:.3em}@media (min-resolution: 192dpi){.footer-newsletter{border-width:.5px;border-color:currentColor}}@media (min-width: 768px){.footer-newsletter{margin-bottom:6.197917vw}.footer-newsletter-title{margin-bottom:.32em}}.footer-connect{text-transform:uppercase}.footer-connect-text{margin-bottom:1.3em;font-weight:400;font-family:var(--secondary-font)}.footer-connect-text a{transition:opacity .15s}@media (pointer: fine){.footer-connect-text a:hover{opacity:.7}}.footer-connect-item:not(:last-child){margin-right:2.65em}.footer-connect-link{transition:opacity .15s}@media (pointer: fine){.footer-connect-link:hover{opacity:.7}}@media (max-width: 767px){.footer-connect-text{margin-bottom:.5em;font-size:1.7em}}@media (min-width: 768px){.footer-connect-text{font-size:max(1.5625vw,20px)}.footer-connect-items{display:flex;font-weight:400}}.footer-nav{text-transform:uppercase;font-weight:400;line-height:1.2;font-family:var(--secondary-font)}@media (max-width: 767px){.footer-nav{font-size:1.7em}}@media (min-width: 768px){.footer-nav{font-size:max(1.5625vw,20px)}}.footer-nav-link{transition:opacity .15s}@media (pointer: fine){.footer-nav-link:hover{opacity:.7}}.footer-credits{margin-top:auto;text-transform:uppercase;font-weight:400}.footer-credits a{transition:opacity .15s}@media (pointer: fine){.footer-credits a:hover{opacity:.7}}@media (max-width: 767px){.footer-credits{margin-top:2em;font-size:12px}}.footer-links{text-transform:uppercase;line-height:1.45}.footer-link{display:inline-block;transition:opacity .15s}@media (pointer: fine){.footer-link:hover{opacity:.7}}.footer-logo{width:36.5372093vw}@media (max-width: 767px){.footer-logo{margin-top:10vw}}@media (min-width: 768px){.footer-logo{width:9.50526vw;position:absolute;top:1.458333vw;right:var(--side-padding)}}.popup{display:flex;justify-content:center;align-items:center;padding:0 var(--side-padding);position:fixed;z-index:10;transition:.25s;transition-property:visibility,opacity}.popup,.popup-overlay{width:100%;height:100%;top:0;left:0}.popup:not(.-visible){visibility:hidden;opacity:0}.popup-overlay{position:absolute;background-color:#000000a1}.popup-container{overflow:hidden;position:relative;background-color:var(--white);border-radius:2.3255814vw;transition:transform .25s}.popup:not(.-visible) .popup-container{transform:translateY(3vw)}@media (min-width: 768px){.popup-container{display:flex;border-radius:1.041667vw}}.popup-image-wrapper{position:relative}@media (min-width: 768px){.popup-image-wrapper{width:48.220436%}}.popup-image{width:100%;height:100%;object-fit:cover;pointer-events:none}.popup-caption{position:absolute;top:.58em;left:.74em;color:var(--white)}.popup-details{flex:1;display:flex;flex-direction:column;justify-content:center;padding:2.369792vw 3.541667vw 3.802083vw 3.4375vw}.popup-live{align-self:flex-start;display:inline-flex;align-items:center;height:2em;margin-bottom:1.9em;padding:.85em;background-color:var(--black);border-radius:1em;color:var(--white)}.popup-live:before{content:"";width:1.1em;height:1.1em;margin-right:.6em;background-color:red;border-radius:50%}.popup-live-text{margin-top:-.1em}@media (max-width: 767px){.popup-live{margin-top:-4em;margin-bottom:2em;position:relative;font-size:.75em}}@media (max-width: 767px){.popup-info{margin-bottom:1em}}@media (min-width: 768px){.popup-info{margin-bottom:1.9em}}.popup-title{margin-left:-.05em;font-weight:400;color:var(--accent-color)}.popup-text{margin-bottom:1em}@media (max-width: 767px){.popup-text p{margin-bottom:0;display:inline}}@media (min-width: 768px){.popup-text{columns:2;column-gap:2em;margin-bottom:1.9em}}.popup-button-container{display:flex}.popup-button-container .button:not(:first-child),.popup-button-container .section-posts-tabs-item:not(:first-child){margin-left:1.614583vw}@media (max-width: 767px){.popup-button-container .button:not(:first-child),.popup-button-container .section-posts-tabs-item:not(:first-child){display:none}}.popup-close{--size: 5.7vw;width:calc(var(--size) * 4.5);height:calc(var(--size) * 4.5);position:absolute;top:.55vw;right:0}.popup-close .icon{width:var(--size);height:var(--size)}@media (max-width: 767px){.popup-close{width:calc(var(--size) * 2.2);height:calc(var(--size) * 2.2);top:0;right:0;background:var(--accent-color);border-radius:0 2.3255814vw;color:var(--white)}}@media (min-width: 768px){.popup-close{--size: 1.225573vw}}.section-accordion{padding:0 var(--side-padding) var(--section-spacing);background-color:var(--background-color);color:var(--text-color)}.section-accordion-title{margin-bottom:8vw}@media (min-width: 768px){.section-accordion-title{margin-bottom:4.166667vw}}.section-accordion-item{--h-padding: 5vw;border:1px dashed rgba(0,0,0,.5);border-radius:1.927083vw}@media (min-resolution: 192dpi){.section-accordion-item{border-width:.5px;border-color:currentColor}}.section-accordion-item:not(:last-child){margin-bottom:5vw}.section-accordion-item:hover,.section-accordion-item.-expanded{border-style:solid}@media (min-width: 768px){.section-accordion-item{--h-padding: 1.5625vw}.section-accordion-item:not(:last-child){margin-bottom:1.354167vw}}.section-accordion-item-title{padding:3vw var(--h-padding);padding-right:2.5em;position:relative;user-select:none;cursor:pointer}@media (min-width: 768px){.section-accordion-item-title{padding-top:1.09375vw;padding-bottom:1.09375vw}}.section-accordion-item-button{display:flex;justify-content:center;align-items:center;width:9vw;height:9vw;position:absolute;top:50%;right:2vw;transform:translateY(-50%);background-color:var(--accent-color);border-radius:50%;color:var(--white);pointer-events:none}.section-accordion-item-button .icon{width:1.861668vw;height:3.3375vw}.section-accordion-item.-expanded .section-accordion-item-button .icon{transform:rotate(180deg)}@media (min-width: 768px){.section-accordion-item-button{width:2.395833vw;height:2.395833vw;right:.755208vw}.section-accordion-item-button .icon{width:.465417vw;height:.834375vw}}.section-accordion-item-details{padding:1em var(--h-padding) 1.75em}.section-accordion-item-details p,.section-accordion-item-details ul,.section-accordion-item-details ol{max-width:72ch}.section-accordion-item:not(.-expanded) .section-accordion-item-details{display:none}@media (min-width: 768px){.section-accordion-item-details.-multi-column{display:flex;justify-content:space-between}}.section-accordion-item-column{margin-top:2.604167vw;margin-bottom:3.90625vw}@media (max-width: 767px){.section-accordion-item-column:not(:last-child){margin-bottom:2em}}@media (min-width: 768px){.section-accordion-item-column{max-width:38vw}.section-accordion-item-column:not(:first-child){margin-left:4.166667vw;padding-left:4.166667vw;border-left:1px solid rgba(0,0,0,.5)}}@media (min-width: 768px) and (min-resolution: 192dpi){.section-accordion-item-column:not(:first-child){border-width:.5px;border-color:currentColor}}@media (min-width: 768px){.section-accordion-item-column:last-child{margin-right:4.166667vw}}.section-accordion-item-column-title{margin-bottom:.93333333em;color:var(--accent-color)}.section-article-text{padding:0 var(--side-padding) var(--section-spacing);background-color:var(--background-color);color:var(--text-color)}@media (min-width: 768px){.section-article-text-inner{max-width:calc(50% - 2.34375vw)}}.section-banner{display:flex;align-items:flex-end;height:81.86vw;overflow:hidden;padding:0 var(--side-padding) 8vw;position:relative;color:var(--background-color)}.section-banner:after{content:"";background-color:#00000052}.section-banner:after,.section-banner-image{width:100%;height:100%;position:absolute;top:0;left:0;pointer-events:none}.section-banner.-right{text-align:right}@media (min-width: 768px){.section-banner{height:35.416667vw;padding-bottom:3.541667vw}}.section-banner-image{object-fit:cover}.section-banner-text{position:relative;z-index:1}@media (max-width: 767px){.section-banner-text{font-size:20.93023256vw}}.section-contact{padding:8vw var(--side-padding) var(--section-spacing);position:relative;background-color:var(--black);color:var(--background-color)}@media (min-width: 768px){.section-contact{display:flex;justify-content:space-between;padding-top:3.59375vw;padding-bottom:6.770833vw}}.section-contact-column{position:relative;z-index:1}@media (min-width: 768px){.section-contact-column{width:calc(47.65625vw - var(--side-padding))}}@media (max-width: 767px){.section-contact-column:not(:first-child){margin-top:10vw}}.section-contact-title{position:relative;z-index:1;color:var(--accent-color)}@media (max-width: 767px){.section-contact-title{margin-bottom:.8em;font-size:20.93023256vw}}@media (min-width: 768px){.section-contact-title{width:30.729167vw}}.section-contact-subtitle{margin-bottom:1.46666667em;padding-top:.48em;position:relative;text-transform:uppercase;font-size:max(1.5625vw,20px);font-family:var(--secondary-font)}.section-contact-subtitle:before{content:"";opacity:.5;width:100%;height:1px;position:absolute;top:0;left:0;background-color:currentColor}@media (min-resolution: 192dpi){.section-contact-subtitle:before{opacity:1;height:.5px}}@media (max-width: 767px){.section-contact-subtitle{font-size:8.13953488vw}}.section-contact-info{font-size:1.5em;line-height:1.1}.section-contact-info dt{opacity:.5}.section-contact-info a{transition:opacity .15s}@media (pointer: fine){.section-contact-info a:hover{opacity:.7}}.section-contact-form:first-child{padding-top:3.854167vw}.section-contact-form:not(:first-child){padding-top:.7em}.section-contact-button-container{margin-top:1.85em;text-align:right}.section-contact-bg{width:100%;height:100%;object-fit:cover;object-position:70% center;position:absolute;top:0;left:0;pointer-events:none}.section-featured-post{padding:0 var(--side-padding) var(--section-spacing);background-color:var(--background-color);color:var(--text-color)}.section-featured-post-title{margin-bottom:12vw}@media (min-width: 768px){.section-featured-post-title{margin-bottom:3.229167vw}}.section-featured-post-item{overflow:hidden;border-radius:2.3255814vw}@media (min-width: 768px){.section-featured-post-item{display:flex;border-radius:1.041667vw}}.section-featured-post-image{height:auto;object-fit:cover;pointer-events:none}@media (max-width: 767px){.section-featured-post-image{aspect-ratio:1}}@media (min-width: 768px){.section-featured-post-image{width:48.220436%}}.section-featured-post-content{flex:1;display:flex;flex-direction:column;justify-content:center;padding:6vw 6vw 8vw;background-color:var(--text-color);color:var(--background-color)}@media (min-width: 768px){.section-featured-post-content{padding:4.0625vw 3.541667vw 3.802083vw 4.322917vw}}.section-featured-post-item-title{margin-left:-.05em;font-weight:400;color:var(--accent-color)}.section-featured-post-item-subtitle{margin-bottom:.95em}.section-featured-post-text{margin-top:1em;margin-bottom:3.4em}.section-featured-post-text p{max-width:25.35em}@media (min-width: 768px){.section-featured-post-text{margin-top:2.3em}.section-featured-post-text:not(.-columns){display:flex}.section-featured-post-text.-columns{columns:2;column-gap:1.15em}}.section-featured-post-footer-button-container{margin-top:8vw;text-align:center}@media (min-width: 768px){.section-featured-post-footer-button-container{margin-top:3.802083vw}}.section-image{padding:0 var(--side-padding) var(--section-spacing);background-color:var(--background-color);color:var(--text-color);user-select:none}.section-image-media{width:100%;height:auto;object-fit:cover;border-radius:2.3255814vw;pointer-events:none}@media (max-width: 767px){.section-image-media{aspect-ratio:1}}@media (min-width: 768px){.section-image-media{border-radius:1.041667vw}}.section-image-with-text{padding:0 var(--side-padding) var(--section-spacing);background-color:var(--background-color);color:var(--text-color)}.section-image-with-text-title{margin-bottom:12vw}@media (min-width: 768px){.section-image-with-text-title{margin-bottom:3.229167vw}}.section-image-with-text-content{display:flex}@media (max-width: 767px){.section-image-with-text-content{flex-direction:column-reverse}}.section-image-with-text-image{width:100%;height:auto;border-radius:2.3255814vw}@media (min-width: 768px){.section-image-with-text-image{width:43.75vw;border-radius:1.041667vw}}.section-image-with-text-text{padding-top:.416667vw}@media (max-width: 767px){.section-image-with-text-text{margin-bottom:10vw}}@media (min-width: 768px){.section-image-with-text-text{margin-left:4.0625vw}}.section-image-with-text-content-subtitle{margin-bottom:.26666667em;text-transform:uppercase;font-weight:400;font-size:1.5625vw;line-height:1;font-family:var(--secondary-font)}@media (max-width: 767px){.section-image-with-text-content-subtitle{margin:0;text-transform:uppercase;font-weight:400;font-size:10.46511628vw;line-height:1.075;font-family:var(--secondary-font);color:var(--accent-color)}}.section-image-with-text-content-title{margin-bottom:1.3em;font-weight:400;color:var(--accent-color)}@media (min-width: 768px){.section-image-with-text-columns{display:flex;justify-content:space-between}}@media (min-width: 768px){.section-image-with-text-column{width:calc(50% - 1.4479165vw)}}.section-jobs{padding:0 var(--side-padding) var(--section-spacing);background-color:var(--background-color);color:var(--text-color)}.section-jobs-header{margin-bottom:4.21875vw}@media (min-width: 768px){.section-jobs-header{display:flex;justify-content:space-between;margin-bottom:6.041667vw}}.section-jobs-title{flex:1}.section-jobs-subtitle{font-size:5.8vw;line-height:1}.section-jobs-subtitle a{text-decoration:underline;text-decoration-thickness:.05em}@media (max-width: 767px){.section-jobs-subtitle{margin-bottom:2em}}@media (min-width: 768px){.section-jobs-subtitle{width:28.697917vw;margin-top:-.2em;margin-left:2.317708vw;font-size:max(1.5625vw,20px)}}.section-jobs-item{display:flex;align-items:center;height:2.65em;padding-left:1.25em;padding-right:.4em;border:1px dashed rgba(0,0,0,.5);border-radius:5em;transition:.15s}.section-jobs-item:not(:last-child){margin-bottom:1em}.section-jobs-item h3,.section-jobs-item p{width:17.5em}.section-jobs-item p{margin:0}.section-jobs-item .button,.section-jobs-item .section-posts-tabs-item{--height: 2.4em;margin-left:auto;pointer-events:none}.section-jobs-item .button:not(:hover),.section-jobs-item .section-posts-tabs-item:not(:hover){background-color:var(--text-color);color:var(--background-color)}@media (pointer: fine){.section-jobs-item:hover{border-style:solid;border-color:currentColor}}@media (min-resolution: 192dpi){.section-jobs-item{border-width:.5px;border-color:currentColor}}.-bg-dark .section-jobs-item:not(:hover){border-color:#ffffff80}@media (max-width: 767px){.section-jobs-item p{display:none}}@media (min-width: 768px){.section-jobs-item{height:3.65em;padding-left:1.55em;padding-right:.7em}.section-jobs-item:not(:last-child){margin-bottom:1.3em}.section-jobs-item .button,.section-jobs-item .section-posts-tabs-item{--height: 2.767em}}.section-logos{padding:0 var(--side-padding) var(--section-spacing);background-color:var(--background-color);color:var(--text-color)}@media (max-width: 767px){.section-logos .button,.section-logos .section-posts-tabs-item{padding:0;justify-content:center}.section-logos .button .icon,.section-logos .section-posts-tabs-item .icon{display:none}}.section-logos-title{margin-bottom:8vw}@media (min-width: 768px){.section-logos-title{margin-bottom:2.03125vw}}.section-logos-content{border:1px dashed rgba(0,0,0,.5);border-radius:2.3255814vw}@media (min-resolution: 192dpi){.section-logos-content{border-width:.5px;border-color:currentColor}}@media (min-width: 768px){.section-logos-content{border-radius:1.88125vw}}.section-logos-items{display:flex;flex-wrap:wrap;position:relative}.section-logos-item{padding:2.5vw 0}.section-logos.-columns-2 .section-logos-item:nth-child(n+3),.section-logos.-columns-4 .section-logos-item:nth-child(n+5){border-top:1px solid rgba(0,0,0,.5)}.section-logos.-columns-2 .section-logos-item:nth-child(n+3):before,.section-logos.-columns-4 .section-logos-item:nth-child(n+5):before{content:"";width:100%;position:absolute;top:4vw;left:0;bottom:4vw;border:solid var(--background-color);border-width:0 2.5vw;pointer-events:none}@media (min-resolution: 192dpi){.section-logos.-columns-2 .section-logos-item:nth-child(n+3),.section-logos.-columns-4 .section-logos-item:nth-child(n+5){border-top-width:.5px;border-top-color:#000}}.section-logos.-columns-2 .section-logos-item{width:50%}.section-logos.-columns-4 .section-logos-item{width:25%}.section-logos-item-inner{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2.03125vw 0}.section-logos-item-inner:has(.button,.section-posts-tabs-item){padding:0}.section-logos.-columns-2 .section-logos-item:not(:nth-child(2n+1)) .section-logos-item-inner,.section-logos.-columns-4 .section-logos-item:not(:nth-child(4n+1)) .section-logos-item-inner{border-left:1px solid rgba(0,0,0,.5)}@media (min-resolution: 192dpi){.section-logos.-columns-2 .section-logos-item:not(:nth-child(2n+1)) .section-logos-item-inner,.section-logos.-columns-4 .section-logos-item:not(:nth-child(4n+1)) .section-logos-item-inner{border-left-width:.5px;border-left-color:#000}}@media (max-width: 767px){.section-logos-item-inner:has(.button,.section-posts-tabs-item){padding:5vw}}.section-logos-item-image{object-fit:contain}.section-logos.-columns-2 .section-logos-item-image{width:30vw;height:20vw}.section-logos.-columns-4 .section-logos-item-image{width:15vw;height:10vw}@media (min-width: 768px){.section-logos.-columns-2 .section-logos-item-image{width:16.979167vw;height:10.208333vw}.section-logos.-columns-4 .section-logos-item-image{width:12.6vw;height:5.73vw}}.section-logos-item-text{max-width:23.55em;margin-top:.5em;text-align:center}.section-logos-item-text:not(:last-child){margin-bottom:2em}@media (max-width: 767px){.section-logos-item-text{font-size:.75em}}.section-logos-button-container{margin-top:8vw;text-align:center}@media (min-width: 768px){.section-logos-button-container{margin-top:3.802083vw}}.section-long-text{padding:0 var(--side-padding) var(--section-spacing);background-color:var(--background-color);color:var(--text-color)}.section-long-text-lead{margin-bottom:2em;font-size:1.5em;line-height:1}@media (min-width: 768px){.section-long-text-lead{max-width:54.114583vw;margin-bottom:4.5vw;font-size:max(3.645833vw,20px)}}.section-long-text-columns h2{color:var(--accent-color)}.section-long-text-columns h2:not(:last-child){margin-bottom:1em}.section-long-text-columns p+h2{margin-top:1.65em}@media (min-width: 768px){.section-long-text-columns{columns:2;column-gap:4.6875vw}}.section-num-list{padding:0 var(--side-padding) var(--section-spacing);position:relative;background-color:var(--background-color);color:var(--text-color)}.section-num-list-header{margin-bottom:12vw;position:relative}@media (min-width: 768px){.section-num-list-header{display:flex;justify-content:space-between;margin-bottom:8.333333vw}}.section-num-list-title{flex:1}@media (min-width: 768px){.section-num-list-subtitle{width:28.697917vw;margin-top:-.2em;margin-left:2.317708vw;font-size:max(1.5625vw,20px);line-height:1}}.section-num-list-content{position:relative}.section-num-list-items{counter-reset:counter}.section-num-list-item{--padding: 8vw;padding:var(--padding) 0;padding-left:11.25vw;counter-increment:counter;position:relative;border:1px rgba(0,0,0,.5);border-bottom-style:dashed}.section-num-list-item:before{content:counters(counter,".",decimal-leading-zero);display:flex;align-items:center;position:absolute;top:var(--padding);left:0;color:var(--accent-color)}.section-num-list-item:first-child{border-top-style:dashed}.section-num-list.-bg-dark .section-num-list-item{border-color:#ffffff80}@media (min-resolution: 192dpi){.section-num-list-item,.section-num-list-item:first-child,.section-num-list.-bg-dark .section-num-list-item,.section-num-list.-bg-dark .section-num-list-item:first-child{border-width:.5px;border-color:currentColor}}@media (min-width: 768px){.section-num-list-item{--padding: 1.67vw;display:flex;align-items:center;min-height:calc(5.6em + var(--padding) * 2)}.section-num-list-item:before{top:0;bottom:0;font-size:3.645833vw}}.section-num-list-item-title{flex:1}@media (max-width: 767px){.section-num-list-item-title{margin-bottom:1em}}@media (min-width: 768px){.section-num-list-item-text{width:28.697917vw;padding-right:7.8125vw}}.section-num-list-bg{width:100%;height:100%;object-fit:cover;object-position:85% 0%;position:absolute;top:0;left:0;pointer-events:none}.section-num-list:not(.-bg-dark) .section-num-list-bg{display:none}.section-post{display:grid;gap:12vw;padding:0 var(--side-padding) var(--section-spacing);background-color:var(--background-color);color:var(--text-color)}@media (min-width: 768px){.section-post{grid-template-columns:1.6158fr 1fr;gap:4.5vw 3.12vw}}.section-post-text h2{color:var(--accent-color)}.section-post-text h2:not(:last-child){margin-bottom:1em}.section-post-text p+h2{margin-top:1.65em}@media (max-width: 767px){.section-post-text{grid-row:3}}@media (min-width: 768px){.section-post-text{max-width:43.020833vw}}.section-post-lead{margin-bottom:0;font-size:1.5em;line-height:1}@media (max-width: 767px){.section-post-lead{grid-row:1}}@media (min-width: 768px){.section-post-lead{margin-bottom:0;font-size:max(3.645833vw,20px)}}.section-post-share{margin-top:auto}.section-post-share-title{margin-bottom:.25em;padding-top:.48em;position:relative;text-transform:uppercase;font-size:8.13953488vw;font-family:var(--secondary-font)}.section-post-share-title:before{content:"";opacity:.5;width:100%;height:1px;position:absolute;top:0;left:0;background-color:currentColor}@media (min-resolution: 192dpi){.section-post-share-title:before{opacity:1;height:.5px}}@media (min-width: 768px){.section-post-share-title{margin-bottom:.66666667em;font-weight:400;font-size:max(1.5625vw,20px)}}.section-post-share-list{display:flex}.section-post-share-item:not(:last-child){margin-right:1em}@media (min-width: 768px){.section-post-share-item:not(:last-child){margin-right:2em}}.section-post-share-link{transition:opacity .15s}@media (pointer: fine){.section-post-share-link:hover{opacity:.7}}@media (max-width: 767px){.section-post-image-wrapper{grid-row:2}}.section-post-image{height:auto;border-radius:1.041667vw;pointer-events:none}@media (min-width: 768px){.section-post-image{width:32.708333vw}}.section-posts{padding:0 var(--side-padding) var(--section-spacing);background-color:var(--background-color);color:var(--text-color)}.section-posts-header{margin-bottom:4.21875vw}@media (min-width: 768px){.section-posts-header{display:flex;justify-content:space-between}}.section-posts-title{flex:1}.section-posts-subtitle{font-size:5.8vw;line-height:1}@media (max-width: 767px){.section-posts-subtitle{margin-bottom:2em}}@media (min-width: 768px){.section-posts-subtitle{width:28.697917vw;margin-top:-.2em;margin-left:2.317708vw;font-size:max(1.5625vw,20px)}}.section-posts-tabs{margin-bottom:10vw;user-select:none}.section-posts-header+.section-posts-tabs{margin-top:-1.822917vw}@media (min-width: 768px){.section-posts-tabs{display:flex;margin-bottom:3.645833vw}}.section-posts-tabs-item{justify-content:center;cursor:pointer;transition:none}.section-posts-tabs-item:not(.-active){background-color:transparent;border-color:#00000080;border-style:dashed;color:var(--text-color)}.section-posts-tabs-item:not(.-active):hover{border-style:solid}@media (min-resolution: 192dpi){.section-posts-tabs-item:not(.-active){border-width:.5px;border-color:currentColor}}.section-posts-tabs-item.-active{pointer-events:none}@media (max-width: 767px){.section-posts-tabs-item:not(:last-child){margin-bottom:2vw}}@media (min-width: 768px){.section-posts-tabs-item:not(:last-child){margin-right:1.197917vw}}.section-posts-text-tabs{margin-bottom:8vw;padding-top:8vw;user-select:none}@media (min-width: 768px){.section-posts-text-tabs{display:flex;margin-bottom:2.604167vw;padding-top:3.90625vw}}.section-posts-text-tabs-item{height:3.18816169em;display:flex;justify-content:center;align-items:center;padding:0 1em;border-radius:10em;text-transform:uppercase;font-weight:400;font-size:.8312em;cursor:pointer;transition:.15s}.section-posts-text-tabs-item:first-child{padding-left:.523em;padding-right:.523em}.section-posts-text-tabs-item:not(.-active):hover{color:var(--accent-color)}.section-posts-text-tabs-item.-active{background-color:var(--accent-color);pointer-events:none;color:var(--white)}@media (min-width: 768px){.section-posts-text-tabs-item{display:inline-flex;height:3.385417vw;font-size:1.5625vw;font-family:var(--secondary-font)}.section-posts-text-tabs-item:first-child{margin-right:.477em}.section-posts-text-tabs-item:not(:first-child){margin-left:.6vw}}.section-posts-items{display:grid;grid-template-columns:1fr;gap:8vw}@media (min-width: 768px){.section-posts-items{grid-template-columns:1fr 1fr 1fr;gap:2.317708vw}}.section-posts-item{display:block;overflow:hidden;position:relative;border-radius:2.3255814vw;background-color:var(--text-color);color:var(--background-color);transition:.15s}@media (pointer: fine){.section-posts-item:hover{background-color:var(--accent-color);color:var(--white)}}@media (min-width: 768px){.section-posts-item{border-radius:1.041667vw}}.section-posts-item-image{display:block;width:100%;height:51vw;object-fit:cover;pointer-events:none}.section-posts.-small-details .section-posts-item-image{height:67.44186047vw}@media (min-width: 768px){.section-posts-item-image{height:19.791667vw}.section-posts.-small-details .section-posts-item-image{height:22.708333vw}}.section-posts-item-details{height:35vw;padding:5vw 5vw 0}.section-posts.-small-details .section-posts-item-details{height:18.60465116vw;padding-top:3.3vw}@media (min-width: 768px){.section-posts-item-details{height:8.90625vw;padding-top:1.3vw;padding-left:1.71875vw;padding-right:1.71875vw}.section-posts.-small-details .section-posts-item-details{height:5.989583vw;padding-top:1.6vw}}.section-posts-item-date{margin-bottom:1.145833vw;font-size:.75em}@media (min-width: 768px){.section-posts-item-date{font-size:.9em}}.section-posts-item-title{text-transform:uppercase;font-weight:400;font-size:5.81vw;line-height:.96666667;font-family:var(--secondary-font)}@media (min-width: 768px){.section-posts-item-title{font-size:max(1.5625vw,20px)}}.section-posts-item-subtitle{margin-top:.05em}.section-posts-button-container{margin-top:8vw;text-align:center}@media (min-width: 768px){.section-posts-button-container{margin-top:3.802083vw}}.section-posts-item-live{display:inline-flex;align-items:center;height:2em;position:absolute;top:3vw;left:3vw;padding:.85em;background-color:var(--black);border-radius:1em;color:var(--white)}.section-posts-item-live:before{content:"";width:1.1em;height:1.1em;margin-right:.6em;background-color:red;border-radius:50%}.section-posts-item-live-text{margin-top:-.1em}@media (min-width: 768px){.section-posts-item-live{top:1.041667vw;left:1.041667vw}}.section-posts-item-play{--size: 15vw;width:var(--size);height:var(--size);position:absolute;top:calc(33% - var(--size) / 2);left:calc(50% - var(--size) / 2)}.section-posts-item-play .icon{width:100%;height:100%}@media (min-width: 768px){.section-posts-item-play{--size: 4.947917vw;top:calc(37% - var(--size) / 2)}}.section-quote{padding:0 var(--side-padding) var(--section-spacing);background-color:var(--background-color);color:var(--accent-color)}.section-quote.-bg{color:var(--white)}.section-quote.-bg .section-quote-inner{overflow:hidden;padding:8vw 5vw;position:relative;border-radius:2.3255814vw}.section-quote.-bg .section-quote-inner:after{content:"";width:100%;height:100%;position:absolute;top:0;left:0;background:rgba(0,0,0,.2)}@media (min-width: 768px){.section-quote.-bg .section-quote-inner{padding:5vw 3.5vw;border-radius:1.041667vw}}.section-quote-bg{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}.section-quote-text{margin-bottom:.4em;position:relative;z-index:1}.section-quote-text.-indent{text-indent:-.24em}@media (max-width: 767px){.section-quote-text{margin-bottom:2em;font-size:8vw}}.section-quote-source{position:relative;z-index:1;line-height:.93333333}@media (min-width: 768px){.section-quote-source{font-size:1.5em}}.section-slider{padding-bottom:var(--section-spacing);background-color:var(--background-color);color:var(--text-color)}.section-slider-container{padding:0 var(--side-padding);user-select:none}.section-slider-item{width:auto}.section-slider-item-image{width:auto;height:55vw;border-radius:1.041667vw;pointer-events:none}@media (min-width: 768px){.section-slider-item-image{height:27.083333vw}}.section-slider-nav-prev,.section-slider-nav-next{--size: 4.791667vw;width:var(--size);height:var(--size);position:absolute;top:calc(50% - 2.291666665vw);z-index:1;transform:translateY(-50%);background-color:var(--background-color);border-radius:50%;box-shadow:0 0 5px #0003;transition:.15s}.section-slider-nav-prev .icon,.section-slider-nav-next .icon{width:1.66875vw;height:.930833vw}.section-slider-nav-prev.swiper-button-disabled,.section-slider-nav-next.swiper-button-disabled{visibility:hidden;opacity:0}.section-slider-nav-prev:active,.section-slider-nav-next:active{transform:translateY(-50%) scale(.9)}@media (max-width: 767px){.section-slider-nav-prev,.section-slider-nav-next{display:none}}.section-slider-nav-prev{left:calc(var(--side-padding) / 2)}.section-slider-nav-prev .icon{transform:rotate(180deg)}.section-slider-nav-next{right:calc(var(--side-padding) / 2)}.section-slider-pagination{display:flex;justify-content:center;margin-top:3.75vw}.section-slider-pagination .swiper-pagination-bullet{--size: .833333vw;width:var(--size);height:var(--size);position:relative;border:1px solid currentColor;border-radius:50%;cursor:pointer}.section-slider-pagination .swiper-pagination-bullet:before{--radius: -.5vw;content:"";position:absolute;top:var(--radius);right:var(--radius);bottom:var(--radius);left:var(--radius)}.section-slider-pagination .swiper-pagination-bullet:not(:last-child){margin-right:.989583vw}.section-slider-pagination .swiper-pagination-bullet-active{background-color:var(--accent-color);border-color:transparent}.section-story{--item-width: 80.208333vw;--item-height: 80.208333vw;--image-width: 80.208333vw;padding-bottom:var(--section-spacing-larger);position:relative;z-index:1;background-color:var(--background-color);color:var(--text-color)}@media (min-width: 768px){.section-story{--item-width: 80.208333vw;--item-height: 39.21875vw;--image-width: 38.046875vw}}.section-story-header{margin-bottom:16vw;padding:0 var(--side-padding);position:relative}@media (min-width: 768px){.section-story-header{display:flex;justify-content:space-between;margin-bottom:6.8vw}}.section-story-title{flex:1}@media (min-width: 768px){.section-story-subtitle{width:28.697917vw;margin-top:-.2em;margin-left:2.317708vw;font-size:max(1.5625vw,20px);line-height:1}}.section-story-content{overflow:hidden;position:relative}.section-story-items-wrapper{position:relative}@media (min-width: 768px){.section-story-items-wrapper[data-item-count="1"]{height:calc(var(--item-height) * 1);max-height:100vw}.section-story-items-wrapper[data-item-count="2"]{height:calc(var(--item-height) * 2);max-height:200vw}.section-story-items-wrapper[data-item-count="3"]{height:calc(var(--item-height) * 3);max-height:300vw}.section-story-items-wrapper[data-item-count="4"]{height:calc(var(--item-height) * 4);max-height:400vw}.section-story-items-wrapper[data-item-count="5"]{height:calc(var(--item-height) * 5);max-height:500vw}.section-story-items-wrapper[data-item-count="6"]{height:calc(var(--item-height) * 6);max-height:600vw}.section-story-items-wrapper[data-item-count="7"]{height:calc(var(--item-height) * 7);max-height:700vw}.section-story-items-wrapper[data-item-count="8"]{height:calc(var(--item-height) * 8);max-height:800vw}}.section-story-items-wrapper.-fixed .section-story-items-wrapper-2{width:100%;height:fit-content;margin:auto;position:fixed;top:0;left:0;bottom:0}.section-story-items-wrapper.-bottom .section-story-items-wrapper-2{width:100%;position:absolute;bottom:0;left:0}@media (max-width: 767px){.section-story-items-wrapper-2{padding-right:var(--side-padding)}}@media (min-width: 768px){.section-story-items{display:flex;width:fit-content}.section-story-items-wrapper[data-item-count="1"] .section-story-items{transform:translate(calc(var(--progress, 0) * 0 * var(--item-width) * -1))}.section-story-items-wrapper[data-item-count="2"] .section-story-items{transform:translate(calc(var(--progress, 0) * 1 * var(--item-width) * -1))}.section-story-items-wrapper[data-item-count="3"] .section-story-items{transform:translate(calc(var(--progress, 0) * 2 * var(--item-width) * -1))}.section-story-items-wrapper[data-item-count="4"] .section-story-items{transform:translate(calc(var(--progress, 0) * 3 * var(--item-width) * -1))}.section-story-items-wrapper[data-item-count="5"] .section-story-items{transform:translate(calc(var(--progress, 0) * 4 * var(--item-width) * -1))}.section-story-items-wrapper[data-item-count="6"] .section-story-items{transform:translate(calc(var(--progress, 0) * 5 * var(--item-width) * -1))}.section-story-items-wrapper[data-item-count="7"] .section-story-items{transform:translate(calc(var(--progress, 0) * 6 * var(--item-width) * -1))}.section-story-items-wrapper[data-item-count="8"] .section-story-items{transform:translate(calc(var(--progress, 0) * 7 * var(--item-width) * -1))}}.section-story-item{flex-shrink:0;padding-left:var(--side-padding);position:relative}@media (min-width: 768px){.section-story-item{display:flex;padding-left:calc(var(--side-padding) + 7.1875vw);padding-right:calc(10.729167vw - var(--side-padding))}}.section-story-item-number{display:flex;align-items:center;padding-bottom:.175em;position:absolute;top:1em;left:.1em;font-weight:600;font-size:20.833333vw;line-height:1;transition:transform .25s var(--ease-out-quart)}@media (min-width: 768px){.section-story-item-number{top:0;bottom:0;left:calc(var(--side-padding) - .1em)}.section-story-items-wrapper[data-active-item="-1"] .section-story-item:nth-child(1) .section-story-item-number{transform:translate(calc(50% - var(--active-item-progress) * 50%))}.section-story-items-wrapper[data-active-item="-2"] .section-story-item:nth-child(1) .section-story-item-number{transform:translate(50%)}.section-story-items-wrapper[data-active-item="0"] .section-story-item:nth-child(2) .section-story-item-number{transform:translate(calc(50% - var(--active-item-progress) * 50%))}.section-story-items-wrapper[data-active-item="-1"] .section-story-item:nth-child(2) .section-story-item-number{transform:translate(50%)}.section-story-items-wrapper[data-active-item="1"] .section-story-item:nth-child(3) .section-story-item-number{transform:translate(calc(50% - var(--active-item-progress) * 50%))}.section-story-items-wrapper[data-active-item="0"] .section-story-item:nth-child(3) .section-story-item-number{transform:translate(50%)}.section-story-items-wrapper[data-active-item="2"] .section-story-item:nth-child(4) .section-story-item-number{transform:translate(calc(50% - var(--active-item-progress) * 50%))}.section-story-items-wrapper[data-active-item="1"] .section-story-item:nth-child(4) .section-story-item-number{transform:translate(50%)}.section-story-items-wrapper[data-active-item="3"] .section-story-item:nth-child(5) .section-story-item-number{transform:translate(calc(50% - var(--active-item-progress) * 50%))}.section-story-items-wrapper[data-active-item="2"] .section-story-item:nth-child(5) .section-story-item-number{transform:translate(50%)}.section-story-items-wrapper[data-active-item="4"] .section-story-item:nth-child(6) .section-story-item-number{transform:translate(calc(50% - var(--active-item-progress) * 50%))}.section-story-items-wrapper[data-active-item="3"] .section-story-item:nth-child(6) .section-story-item-number{transform:translate(50%)}.section-story-items-wrapper[data-active-item="5"] .section-story-item:nth-child(7) .section-story-item-number{transform:translate(calc(50% - var(--active-item-progress) * 50%))}.section-story-items-wrapper[data-active-item="4"] .section-story-item:nth-child(7) .section-story-item-number{transform:translate(50%)}.section-story-items-wrapper[data-active-item="6"] .section-story-item:nth-child(8) .section-story-item-number{transform:translate(calc(50% - var(--active-item-progress) * 50%))}.section-story-items-wrapper[data-active-item="5"] .section-story-item:nth-child(8) .section-story-item-number{transform:translate(50%)}}.section-story-item-image{width:100%;object-fit:cover;border-radius:2.3255814vw;pointer-events:none}@media (max-width: 767px){.section-story-item-image{height:auto;aspect-ratio:1;margin-bottom:9vw}}@media (min-width: 768px){.section-story-item-image{width:var(--image-width);height:var(--item-height);border-radius:1.041667vw}}.section-story-item-details{display:flex;flex-direction:column;justify-content:center}@media (min-width: 768px){.section-story-item-details{width:18.90625vw;margin-left:5.338542vw}}.section-story-item-count{color:var(--accent-color)}.section-story.-numbers .section-story-item-title{margin-top:-.22em;margin-bottom:.54em;color:var(--accent-color)}.section-story.-no-numbers .section-story-item-title{display:flex;align-items:center;max-width:6em;padding-bottom:.175em;position:absolute;top:1em;left:.1em;font-weight:600;font-size:14vw;line-height:.78571429}@media (min-width: 768px){.section-story.-no-numbers .section-story-item-title{top:0;bottom:0;left:calc(var(--side-padding) - .1em);font-size:7.291667vw;transition:transform .25s var(--ease-out-quart)}.section-story.-no-numbers .section-story-items-wrapper[data-active-item="-1"] .section-story-item:nth-child(1) .section-story-item-title{transform:translate(calc(50% - var(--active-item-progress) * 50%))}.section-story.-no-numbers .section-story-items-wrapper[data-active-item="-2"] .section-story-item:nth-child(1) .section-story-item-title{transform:translate(50%)}.section-story.-no-numbers .section-story-items-wrapper[data-active-item="0"] .section-story-item:nth-child(2) .section-story-item-title{transform:translate(calc(50% - var(--active-item-progress) * 50%))}.section-story.-no-numbers .section-story-items-wrapper[data-active-item="-1"] .section-story-item:nth-child(2) .section-story-item-title{transform:translate(50%)}.section-story.-no-numbers .section-story-items-wrapper[data-active-item="1"] .section-story-item:nth-child(3) .section-story-item-title{transform:translate(calc(50% - var(--active-item-progress) * 50%))}.section-story.-no-numbers .section-story-items-wrapper[data-active-item="0"] .section-story-item:nth-child(3) .section-story-item-title{transform:translate(50%)}.section-story.-no-numbers .section-story-items-wrapper[data-active-item="2"] .section-story-item:nth-child(4) .section-story-item-title{transform:translate(calc(50% - var(--active-item-progress) * 50%))}.section-story.-no-numbers .section-story-items-wrapper[data-active-item="1"] .section-story-item:nth-child(4) .section-story-item-title{transform:translate(50%)}.section-story.-no-numbers .section-story-items-wrapper[data-active-item="3"] .section-story-item:nth-child(5) .section-story-item-title{transform:translate(calc(50% - var(--active-item-progress) * 50%))}.section-story.-no-numbers .section-story-items-wrapper[data-active-item="2"] .section-story-item:nth-child(5) .section-story-item-title{transform:translate(50%)}.section-story.-no-numbers .section-story-items-wrapper[data-active-item="4"] .section-story-item:nth-child(6) .section-story-item-title{transform:translate(calc(50% - var(--active-item-progress) * 50%))}.section-story.-no-numbers .section-story-items-wrapper[data-active-item="3"] .section-story-item:nth-child(6) .section-story-item-title{transform:translate(50%)}.section-story.-no-numbers .section-story-items-wrapper[data-active-item="5"] .section-story-item:nth-child(7) .section-story-item-title{transform:translate(calc(50% - var(--active-item-progress) * 50%))}.section-story.-no-numbers .section-story-items-wrapper[data-active-item="4"] .section-story-item:nth-child(7) .section-story-item-title{transform:translate(50%)}.section-story.-no-numbers .section-story-items-wrapper[data-active-item="6"] .section-story-item:nth-child(8) .section-story-item-title{transform:translate(calc(50% - var(--active-item-progress) * 50%))}.section-story.-no-numbers .section-story-items-wrapper[data-active-item="5"] .section-story-item:nth-child(8) .section-story-item-title{transform:translate(50%)}}.section-story-item-text{min-height:7em;margin-bottom:0}@media (min-width: 768px){.section-story-item-text{margin-bottom:2.15em}.section-story-item-count+.section-story-item-text{margin-top:2.4em}}.section-story-item-button-container .button[data-direction=prev],.section-story-item-button-container [data-direction=prev].section-posts-tabs-item{margin-right:.7em}.section-story-item:first-child .section-story-item-button-container .button[data-direction=prev],.section-story-item:first-child .section-story-item-button-container [data-direction=prev].section-posts-tabs-item{display:none}.section-story-item-button-container .button[data-direction=prev] .icon,.section-story-item-button-container [data-direction=prev].section-posts-tabs-item .icon{transform:rotate(180deg)}.section-story-item:last-child .section-story-item-button-container .button[data-direction=next],.section-story-item:last-child .section-story-item-button-container [data-direction=next].section-posts-tabs-item{display:none}@media (max-width: 767px){.section-story-item-button-container{display:none}}.section-story-progress-bar{--margin: calc(var(--side-padding) + 7.1875vw);height:0;position:absolute;bottom:-4.6875vw;right:0;left:var(--margin);right:var(--margin);border-bottom:1px dashed rgba(255,255,255,.5)}.section-story-progress-bar:before{width:var(--image-width);content:"";width:38.046875vw;height:3px;position:absolute;bottom:-2px;left:0;transform:translate(calc((100vw - var(--margin) * 2 - var(--image-width)) * var(--progress)));background-color:currentColor}@media (min-resolution: 192dpi){.section-story-progress-bar{border-width:.5px;border-color:currentColor}}.section-team{padding:0 var(--side-padding) var(--section-spacing);background-color:var(--background-color);color:var(--text-color)}.section-team-header{margin-bottom:4.21875vw}@media (min-width: 768px){.section-team-header{display:flex;justify-content:space-between;margin-bottom:6.041667vw}}.section-team-title{flex:1}.section-team-subtitle{font-size:5.8vw;line-height:1}@media (max-width: 767px){.section-team-subtitle{margin-bottom:2em}}@media (min-width: 768px){.section-team-subtitle{width:28.697917vw;margin-top:-.2em;margin-left:2.317708vw;font-size:max(1.5625vw,20px)}}.section-team-items{display:grid;grid-template-columns:1fr;gap:8vw}@media (min-width: 768px){.section-team-items{grid-template-columns:repeat(var(--columns),1fr);gap:2.317708vw}.section-team-items.-columns-3{--columns: 3}.section-team-items.-columns-4{--columns: 4}.section-team-items.-columns-5{--columns: 5}.section-team-items.-columns-6{--columns: 6}}.section-team-item{height:114.92vw;overflow:hidden;position:relative;border-radius:2.3255814vw;background-color:var(--text-color);color:var(--background-color);transition:.3s var(--ease-in-out-quart)}@media (pointer: fine){.section-team-item:hover{background-color:var(--accent-color);color:var(--white)}}@media (min-width: 768px){.section-team-item{border-radius:1.041667vw}.section-team-items.-columns-3 .section-team-item{height:38.3855vw}.section-team-items.-columns-4 .section-team-item{height:28.01438762vw}.section-team-items.-columns-5 .section-team-item{height:21.79190956vw}.section-team-items.-columns-6 .section-team-item{height:17.64266199vw}}.section-team-item-image{display:block;width:100%;height:93.72vw;object-fit:cover;object-position:50% 0;pointer-events:none}@media (min-width: 768px){.section-team-item-image{height:calc(100% - 5.3125vw)}}.section-team-item-details{display:flex;flex-direction:column;justify-content:space-between;width:100%;height:21.2vw;overflow:hidden;padding:5vw 5vw 0;position:absolute;bottom:0;left:0;background-color:inherit;transition:height .3s var(--ease-in-out-quart)}@media (min-width: 768px){.section-team-item-details{display:block;height:5.3125vw;padding:1.3vw 1.71875vw}.section-team-item:hover .section-team-item-details{height:100%}}.section-team-item-name{text-transform:uppercase;font-weight:400;font-size:5.81vw;line-height:.96666667;font-family:var(--secondary-font)}@media (min-width: 768px){.section-team-item-name{overflow:hidden;text-overflow:ellipsis;margin-right:-1em;white-space:nowrap;font-size:max(1.5625vw,20px)}}.section-team-item-title{margin-top:.05em}@media (min-width: 768px){.section-team-item-title{overflow:hidden;text-overflow:ellipsis;margin-right:-1em;white-space:nowrap}}.section-team-item-text,.section-team-item-links{transition:opacity .3s var(--ease-in-out-quart)}.section-team-item:not(:hover) .section-team-item-text,.section-team-item:not(:hover) .section-team-item-links{opacity:0}@media (max-width: 767px){.section-team-item-text,.section-team-item-links{display:none}}.section-team-item-text{padding-top:.75em;font-size:.9em}@media (min-width: 768px){.section-team-item-text{max-width:24.555em}.section-team-items.-columns-3 .section-team-item-text{line-height:1.6}}.section-team-item-links{margin-top:auto;text-transform:uppercase;font-size:.75em}.section-team-item-links a{font-weight:400;transition:opacity .15s}@media (pointer: fine){.section-team-item-links a:hover{opacity:.7}}.section-text{padding:0 var(--side-padding) var(--section-spacing);background-color:var(--background-color);color:var(--text-color)}@media (max-width: 767px){.section-text{display:flex;flex-direction:column}}@media (min-width: 768px){.section-text{display:grid;grid-template-columns:1fr 1fr;gap:5.053vw 5.17241379vw}}.section-text-headline{color:var(--accent-color)}.section-text-headline:not(.-large){max-width:13.85em}.section-text-headline.-large{max-width:3.14814815em}@media (max-width: 767px){.section-text-headline{margin-bottom:1.5em}}@media (min-width: 768px){.section-text-headline{grid-column:1/3}}.section-text-content:not(:last-child){grid-column:2}.section-text-content:not(:last-child):nth-child(2){grid-row:1/3}.section-text-content:not(:last-child):nth-child(3){grid-row:2/4}@media (max-width: 767px){.section-text-content{order:4}}@media (min-width: 768px){.section-text-content{display:grid;grid-template-columns:1fr 1fr;column-gap:2.895833vw;margin-top:-.364583vw}}.section-text-column:first-child:nth-last-child(3){grid-row:1/3}.section-text-column:nth-child(2):not(:last-child) p:last-child{margin-bottom:calc(var(--base-line-height) * 1em)}@media (max-width: 767px){.section-text-column:not(:last-child){margin-bottom:calc(var(--base-line-height) * 1em)}}.section-text-button-container{margin-top:auto}.section-text-logos{margin-top:auto;padding:1.5625vw 0;border:1px dashed rgba(0,0,0,.5);border-radius:2.3255814vw}.section-text-logos-item{display:flex;justify-content:center;align-items:center;min-height:53vw}@media (min-resolution: 192dpi){.section-text-logos{border-width:.5px;border-color:currentColor}}@media (max-width: 767px){.section-text-logos{order:3;margin-bottom:12vw;padding:0 8.13953488vw}.section-text-logos-item:not(:first-child){border-top:1px solid rgba(0,0,0,.5)}}@media (min-width: 768px){.section-text-logos{display:flex;align-items:center;border-radius:1.041667vw}.section-text-logos-item{width:50%;min-height:7.291667vw}.section-text-logos-item:not(:first-child){border-left:1px solid rgba(0,0,0,.5)}}@media (min-width: 768px) and (min-resolution: 192dpi){.section-text-logos-item:not(:first-child){border-left-width:.5px;border-color:currentColor}}@media (min-width: 768px){.section-text-logos img[src*=nippon]{width:7.297917vw}}@media (min-width: 768px){.section-text-logos img[src*=nekton]{width:11.594271vw}}.section-text-text{margin-top:auto;padding-bottom:.1em;font-size:1.5em;line-height:1.03;color:#00000080}.section-text-text a{text-decoration:underline;text-decoration-thickness:.05em;color:var(--text-color);transition:opacity .15s}@media (pointer: fine){.section-text-text a:hover{opacity:.7}}.section-text.-bg-dark .section-text-text{color:#ffffff80}@media (max-width: 767px){.section-text-text{order:5;margin-top:1.5em}}.section-text-columns{padding:0 var(--side-padding) var(--section-spacing);background-color:var(--background-color);color:var(--text-color)}.section-text-columns-title{margin-bottom:8vw}@media (min-width: 768px){.section-text-columns-title{margin-bottom:2.03125vw}}.section-text-columns-content{border:1px dashed rgba(0,0,0,.5);border-radius:2.3255814vw}.section-text-columns.-bg-dark .section-text-columns-content{border-color:#ffffff80}@media (min-resolution: 192dpi){.section-text-columns-content{border-width:.5px;border-color:currentColor}}@media (min-width: 768px){.section-text-columns-content{display:flex;padding:4.6875vw 0;border-radius:1.041667vw}}.section-text-columns-item{padding:8vw 5vw}@media (max-width: 767px){.section-text-columns-item:not(:last-child){border-bottom:1px solid rgba(0,0,0,.5)}.section-text-columns.-bg-dark .section-text-columns-item:not(:last-child){border-color:#ffffff80}}@media (max-width: 767px) and (min-resolution: 192dpi){.section-text-columns-item:not(:last-child){border-width:.5px;border-color:currentColor}}@media (min-width: 768px){.section-text-columns-item{padding:.520833vw 4.166667vw}.section-text-columns-item:not(:first-child){border-left:1px solid rgba(0,0,0,.5)}.section-text-columns.-bg-dark .section-text-columns-item:not(:first-child){border-color:#ffffff80}}@media (min-width: 768px) and (min-resolution: 192dpi){.section-text-columns-item:not(:first-child){border-width:.5px;border-color:currentColor}}@media (min-width: 768px){.section-text-columns.-columns-2 .section-text-columns-item{width:50%}}@media (min-width: 768px){.section-text-columns.-columns-3 .section-text-columns-item{width:33.3333333333%}}@media (min-width: 768px){.section-text-columns.-columns-4 .section-text-columns-item{width:25%}}@media (min-width: 768px){.section-text-columns.-columns-5 .section-text-columns-item{width:20%;padding-left:1.7vw;padding-right:1.7vw}}.section-text-columns-item-title{margin-bottom:1.5em;color:var(--accent-color)}.section-text-columns-button-container{margin-top:8vw;text-align:center}@media (min-width: 768px){.section-text-columns-button-container{margin-top:3.802083vw}}.section-vacancy-wrapper{padding:15vw var(--side-padding);position:relative;background-color:var(--background-color);color:var(--text-color)}@media (min-width: 768px){.section-vacancy-wrapper{padding-top:4.08vw;padding-bottom:4.08vw}}@media (min-width: 768px){.section-vacancy-columns{display:flex;justify-content:space-between}}@media (max-width: 767px){.section-vacancy-details{margin-top:15vw;padding-top:15vw;border-top:1px dashed rgba(0,0,0,.5)}}@media (max-width: 767px) and (min-resolution: 192dpi){.section-vacancy-details{border-top-width:.5px;border-color:currentColor}}@media (min-width: 768px){.section-vacancy-details{width:35.5em;margin-left:10.416667vw}}.section-vacancy-details-list{display:grid;grid-template-columns:auto auto;column-gap:1em}.section-vacancy-details-list dt{font-weight:500;color:var(--accent-color)}@media (min-width: 768px){.section-vacancy-details-list{grid-template-columns:7.5em auto}}.section-vacancy{grid-column:1}.section-vacancy:not(:first-child){padding-top:15vw}.section-vacancy:not(:last-child){padding-bottom:15vw;border-bottom:1px dashed rgba(0,0,0,.5)}@media (min-resolution: 192dpi){.section-vacancy:not(:last-child){border-bottom-width:.5px;border-color:currentColor}}@media (min-width: 768px){.section-vacancy:not(:first-child){padding-top:4.08vw}.section-vacancy:not(:last-child){padding-bottom:3.802083vw}}.section-vacancy-title{margin-bottom:1em;color:var(--accent-color)}.section-vacancy-title.-large{margin-bottom:.5em}.section-vacancy-text{max-width:46.5em}.section-vacancy-text h3{margin-bottom:1.5em;font-weight:500;color:var(--accent-color)}.section-vacancy-text ul li:not(:last-child){margin-bottom:0}.section-vacancy-text p+h3,.section-vacancy-text ul+h3{margin-top:2em}.section-video{padding:0 var(--side-padding) var(--section-spacing);background-color:var(--background-color);color:var(--text-color);user-select:none}.section-video-inner{height:calc((100vw - var(--side-padding) * 2) * .5625);overflow:hidden;position:relative;background-color:var(--black);border-radius:2.3255814vw;color:var(--white)}@media (min-width: 768px){.section-video-inner{border-radius:1.041667vw}}.section-video-media{width:100%;height:100%;object-fit:cover;transition:.25s;transition-property:visibility,opacity}.section-video.-cover:not(.-activated) .section-video-media{visibility:hidden;opacity:0}.section-video-cover{width:100%;height:100%;position:absolute;top:0;left:0;object-fit:cover;pointer-events:none;transition:.25s;transition-property:visibility,opacity}.section-video.-activated .section-video-cover{visibility:hidden;opacity:0}.section-video-button{--size: 16.28vw;overflow:hidden;position:absolute;top:calc(50% - var(--size) / 2);left:calc(50% - var(--size) / 2);border-radius:50%}.section-video-button .icon .icon{width:var(--size);height:var(--size)}.section-video.-activated .section-video-button{visibility:hidden}@media (min-width: 768px){.section-video-button{--size: 5.661458vw}}.section-video .plyr__control--overlaid{--plyr-control-icon-size: 5.661458vw;padding:0;background:transparent url(data:image/svg+xml;base64,PHN2ZwogIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICB3aWR0aD0iMTA4LjY5OSIKICBoZWlnaHQ9IjEwOC43MDIiCiAgdmlld0JveD0iMCAwIDEwOC42OTkgMTA4LjcwMiIKICBmaWxsPSIjZmZmIgo+CiAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI1Ljg2OSAtMjUuODY5KSI+CiAgICA8cGF0aAogICAgICBkPSJNMzIuNSw2Mi45NThoMGEyLjUyLDIuNTIsMCwwLDEtMi41MTgtMi41MTVWMjguMjE3QTIuNTE4LDIuNTE4LDAsMCwxLDMyLjUsMjUuN2EyLjQ4NSwyLjQ4NSwwLDAsMSwxLjQ1NS40NzRMNTYuNDQ2LDQyLjI4OWEyLjUxMSwyLjUxMSwwLDAsMSwwLDQuMDgzTDMzLjk1OCw2Mi40ODRBMi40ODUsMi40ODUsMCwwLDEsMzIuNSw2Mi45NThabTAtMzYuMjU0YTEuNTE5LDEuNTE5LDAsMCwwLTEuNTE4LDEuNTEzVjYwLjQ0MkExLjUyLDEuNTIsMCwwLDAsMzIuNSw2MS45NThhMS40OTEsMS40OTEsMCwwLDAsLjg3Mi0uMjg2TDU1Ljg2Myw0NS41NmExLjUxMSwxLjUxMSwwLDAsMCwwLTIuNDU4TDMzLjM3NSwyNi45OTFBMS40OTIsMS40OTIsMCwwLDAsMzIuNSwyNi43WiIKICAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDEuMTQzIDM1LjM2NikiCiAgICAvPgogICAgPHBhdGgKICAgICAgZD0iTTY0LjIxMiwxMS4zNjFBNTIuODY0LDUyLjg2NCwwLDAsMSw4NC43ODQsMTEyLjkwNyw1Mi44NjMsNTIuODYzLDAsMCwxLDQzLjY0LDE1LjUxNCw1Mi41MjMsNTIuNTIzLDAsMCwxLDY0LjIxMiwxMS4zNjFabTAsMTA0LjdBNTEuODY0LDUxLjg2NCwwLDAsMCw4NC4zOTQsMTYuNDM1LDUxLjg2Myw1MS44NjMsMCwwLDAsNDQuMDMsMTExLjk4Niw1MS41MjgsNTEuNTI4LDAsMCwwLDY0LjIxMiwxMTYuMDZaIgogICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNi4wMDcgMTYuMDA4KSIKICAgIC8+CiAgICA8cGF0aAogICAgICBkPSJNNjQuMjExLDExOC41NjNhNTQuMSw1NC4xLDAsMCwxLTMwLjM4OS05LjI4NEE1NC41MDYsNTQuNTA2LDAsMCwxLDE0LjEzMyw4NS4zNjcsNTQuMDE0LDU0LjAxNCwwLDAsMSw5Ljg2MSw2NC4yMTFoNGE1MC4zNzksNTAuMzc5LDAsMSwwLDUwLjM1LTUwLjM1di00QTU0LjEwNSw1NC4xMDUsMCwwLDEsOTQuNiwxOS4xNDRhNTQuNSw1NC41LDAsMCwxLDE5LjY4OSwyMy45MUE1NC4yODQsNTQuMjg0LDAsMCwxLDEwOS4yNzcsOTQuNmE1NC41LDU0LjUsMCwwLDEtMjMuOTEsMTkuNjlBNTQuMDA4LDU0LjAwOCwwLDAsMSw2NC4yMTEsMTE4LjU2M1oiCiAgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE2LjAwOCAxNi4wMDgpIgogICAgLz4KICA8L2c+Cjwvc3ZnPg==) center center/cover no-repeat!important}.section-video .plyr__control--overlaid svg{visibility:hidden}@media (max-width: 767px){.section-video .plyr__control--overlaid{--plyr-control-icon-size: 16.28vw}}.section-video .plyr__poster{background-size:cover}.section-video .plyr--paused .plyr__controls,.section-video .plyr--loading .plyr__controls{opacity:0}.section-video .plyr--loading .plyr__controls,.section-video .plyr--loading .plyr__control--overlaid{visibility:hidden}.tabs-pane:not(.-active){display:none}
