@charset "UTF-8";@keyframes plyr-progress{to{background-position:var(--plyr-progress-loading-size,25px) 0}}@keyframes plyr-popup{0%{opacity:0.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:var(--plyr-font-family,inherit);font-variant-numeric:tabular-nums;font-weight:var(--plyr-font-weight-regular,400);line-height:var(--plyr-line-height,1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow 0.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:var(--plyr-badge-background,hsl(216,15%,34%));border-radius:var(--plyr-badge-border-radius,2px);color:var(--plyr-badge-text-color,#fff);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 0.3s ease;bottom:0;display:none;font-size:var(--plyr-font-size-small,13px);left:0;padding:var(--plyr-control-spacing,10px);position:absolute;text-align:center;transition:transform 0.4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media (min-width:480px){.plyr__captions{font-size:var(--plyr-font-size-base,15px);padding:calc(var(--plyr-control-spacing, 10px) * 2)}}@media (min-width:768px){.plyr__captions{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(calc(var(--plyr-control-spacing, 10px) * -4))}.plyr__caption{background:var(--plyr-captions-background,rgba(0,0,0,0.8));border-radius:4px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:var(--plyr-captions-text-color,#fff);line-height:185%;padding:0.2em 0.5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:transparent;border:0;border-radius:var(--plyr-control-radius,4px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:calc(var(--plyr-control-spacing, 10px) * 0.7);position:relative;transition:all 0.1s ease-in-out}.plyr__control svg{display:block;fill:currentColor;height:var(--plyr-control-icon-size,18px);pointer-events:none;width:var(--plyr-control-icon-size,18px)}.plyr__control:focus{outline:0}.plyr__control:focus-visible{outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,hsl(198,100%,50%))));outline-offset:2px}a.plyr__control{text-decoration:none}a.plyr__control:after,a.plyr__control:before{display: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{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: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:calc(var(--plyr-control-spacing, 10px) / 4)}.plyr__controls .plyr__controls__item.plyr__time{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__controls:empty{display:none}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip]{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 0.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 0.2s ease;background:var(--plyr-menu-background,rgba(255,255,255,0.9));border-radius:var(--plyr-menu-radius,8px);bottom:100%;box-shadow:var(--plyr-menu-shadow,0 1px 2px rgba(0,0,0,0.15));color:var(--plyr-menu-color,hsl(216,15%,34%));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 0.35s cubic-bezier(0.4,0,0.2,1),width 0.35s cubic-bezier(0.4,0,0.2,1)}.plyr__menu__container:after{border:var(--plyr-menu-arrow-size,4px) solid transparent;border-top-color:var(--plyr-menu-background,rgba(255,255,255,0.9));content:"";height:0;position:absolute;right:calc(var(--plyr-control-icon-size, 18px) / 2 + calc(var(--plyr-control-spacing, 10px) * 0.7) - var(--plyr-menu-arrow-size, 4px) / 2);top:100%;width:0}.plyr__menu__container [role=menu]{padding:calc(var(--plyr-control-spacing, 10px) * 0.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:var(--plyr-menu-color,hsl(216,15%,34%));display:flex;font-size:var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));padding:calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 1.5) calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5);-webkit-user-select:none;-ms-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:var(--plyr-menu-item-arrow-size,4px) solid transparent;content:"";position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4)}.plyr__menu__container .plyr__control--forward:after{border-left-color:var(--plyr-menu-arrow-color,hsl(216,15%,52%));right:calc(calc(var(--plyr-control-spacing, 10px) * 0.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:currentColor}.plyr__menu__container .plyr__control--back{font-weight:var(--plyr-font-weight-regular,400);margin:calc(var(--plyr-control-spacing, 10px) * 0.7);margin-bottom:calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);padding-left:calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);position:relative;width:calc(100% - calc(var(--plyr-control-spacing, 10px) * 0.7) * 2)}.plyr__menu__container .plyr__control--back:after{border-right-color:var(--plyr-menu-arrow-color,hsl(216,15%,52%));left:calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--back:before{background:var(--plyr-menu-back-border-color,hsl(216,15%,88%));box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);content:"";height:1px;left:0;margin-top:calc(calc(var(--plyr-control-spacing, 10px) * 0.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:currentColor}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:calc(var(--plyr-control-spacing, 10px) * 0.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,0.1);content:"";display:block;flex-shrink:0;height:16px;margin-right:var(--plyr-control-spacing,10px);transition:all 0.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 0.3s ease,opacity 0.3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,hsl(198,100%,50%))))}.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(34.68,39.576,46.92,0.1)}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:calc((calc(var(--plyr-control-spacing, 10px) * 0.7) - 2px) * -1);overflow:hidden;padding-left:calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 3.5);pointer-events:none}.plyr--full-ui input[type=range]{appearance:none;background:transparent;border:0;border-radius:calc(var(--plyr-range-thumb-height, 13px) * 2);color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,hsl(198,100%,50%))));display:block;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 0.3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:transparent;border:0;border-radius:calc(var(--plyr-range-track-height, 5px) / 2);height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow 0.3s ease;transition:box-shadow 0.3s ease;-webkit-user-select:none;user-select:none;background-image:linear-gradient(to right,currentColor var(--value,0%),transparent var(--value,0%))}.plyr--full-ui input[type=range]::-webkit-slider-thumb{background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(34.68,39.576,46.92,0.15),0 0 0 1px rgba(34.68,39.576,46.92,0.2));height:var(--plyr-range-thumb-height,13px);position:relative;-webkit-transition:all 0.2s ease;transition:all 0.2s ease;width:var(--plyr-range-thumb-height,13px);appearance:none;margin-top:calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2 * -1)}.plyr--full-ui input[type=range]::-moz-range-track{background:transparent;border:0;border-radius:calc(var(--plyr-range-track-height, 5px) / 2);height:var(--plyr-range-track-height,5px);-moz-transition:box-shadow 0.3s ease;transition:box-shadow 0.3s ease;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(34.68,39.576,46.92,0.15),0 0 0 1px rgba(34.68,39.576,46.92,0.2));height:var(--plyr-range-thumb-height,13px);position:relative;-moz-transition:all 0.2s ease;transition:all 0.2s ease;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:calc(var(--plyr-range-track-height, 5px) / 2);height:var(--plyr-range-track-height,5px)}.plyr--full-ui input[type=range]::-ms-track{background:transparent;border:0;border-radius:calc(var(--plyr-range-track-height, 5px) / 2);height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow 0.3s ease;transition:box-shadow 0.3s ease;-ms-user-select:none;user-select:none;color:transparent}.plyr--full-ui input[type=range]::-ms-fill-upper{background:transparent;border:0;border-radius:calc(var(--plyr-range-track-height, 5px) / 2);height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow 0.3s ease;transition:box-shadow 0.3s ease;-ms-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:transparent;border:0;border-radius:calc(var(--plyr-range-track-height, 5px) / 2);height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow 0.3s ease;transition:box-shadow 0.3s ease;-ms-user-select:none;user-select:none;background:currentColor}.plyr--full-ui input[type=range]::-ms-thumb{background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(34.68,39.576,46.92,0.15),0 0 0 1px rgba(34.68,39.576,46.92,0.2));height:var(--plyr-range-thumb-height,13px);position:relative;-ms-transition:all 0.2s ease;transition:all 0.2s ease;width:var(--plyr-range-thumb-height,13px);margin-top:0}.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 var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,hsl(198,100%,50%))));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-moz-range-track{outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,hsl(198,100%,50%))));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-ms-track{outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,hsl(198,100%,50%))));outline-offset:2px}.plyr__poster{background-color:var(--plyr-video-background,var(--plyr-video-background,rgb(0,0,0)));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity 0.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:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__time+.plyr__time:before{content:"⁄";margin-right:var(--plyr-control-spacing,10px)}@media (max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:var(--plyr-tooltip-background,#fff);border-radius:var(--plyr-tooltip-radius,5px);bottom:100%;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,0.15));color:var(--plyr-tooltip-color,hsl(216,15%,34%));font-size:var(--plyr-font-size-small,13px);font-weight:var(--plyr-font-weight-regular,400);left:50%;line-height:1.3;margin-bottom:calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);opacity:0;padding:calc(var(--plyr-control-spacing, 10px) / 2) calc(calc(var(--plyr-control-spacing, 10px) / 2) * 1.5);pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(0.8);transform-origin:50% 100%;transition:transform 0.2s 0.1s ease,opacity 0.2s 0.1s ease;white-space:nowrap;z-index:2}.plyr__tooltip:before{border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:calc(var(--plyr-tooltip-arrow-size, 4px) * -1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control:focus-visible .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%,0) 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:translate(0,10px) scale(0.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:calc(var(--plyr-control-icon-size, 18px) / 2 + calc(var(--plyr-control-spacing, 10px) * 0.7))}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translate(0,10px) scale(0.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip:before{left:auto;right:calc(var(--plyr-control-icon-size, 18px) / 2 + calc(var(--plyr-control-spacing, 10px) * 0.7));transform:translateX(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0,0) scale(1)}.plyr__progress{left:calc(var(--plyr-range-thumb-height, 13px) * 0.5);margin-right:var(--plyr-range-thumb-height,13px);position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:calc(var(--plyr-range-thumb-height, 13px) * -0.5);margin-right:calc(var(--plyr-range-thumb-height, 13px) * -0.5);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:transparent;border:0;border-radius:100px;height:var(--plyr-range-track-height,5px);left:0;margin-top:calc(var(--plyr-range-track-height, 5px) / 2 * -1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:transparent}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:var(--plyr-range-track-height,5px);-webkit-transition:width 0.2s ease;transition:width 0.2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:var(--plyr-range-track-height,5px);-moz-transition:width 0.2s ease;transition:width 0.2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width 0.2s ease;transition:width 0.2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,rgba(34.68,39.576,46.92,0.6)) 25%,transparent 25%,transparent 50%,var(--plyr-progress-loading-background,rgba(34.68,39.576,46.92,0.6)) 50%,var(--plyr-progress-loading-background,rgba(34.68,39.576,46.92,0.6)) 75%,transparent 75%,transparent);background-repeat:repeat-x;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:transparent}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:var(--plyr-video-progress-buffered-background,rgba(255,255,255,0.25))}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:var(--plyr-audio-progress-buffered-background,rgba(193.4175,199.8435,209.4825,0.6))}.plyr__progress__marker{background-color:var(--plyr-progress-marker-background,#fff);border-radius:1px;height:var(--plyr-range-track-height,5px);position:absolute;top:50%;transform:translate(-50%,-50%);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:calc(var(--plyr-control-spacing, 10px) / 2);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:var(--plyr-audio-controls-background,#fff);border-radius:inherit;color:var(--plyr-audio-control-color,hsl(216,15%,34%));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:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,hsl(198,100%,50%))));color:var(--plyr-audio-control-color-hover,#fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193.4175,199.8435,209.4825,0.6)))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193.4175,199.8435,209.4825,0.6)))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193.4175,199.8435,209.4825,0.6)))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(34.68,39.576,46.92,0.15),0 0 0 1px rgba(34.68,39.576,46.92,0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(34.68,39.576,46.92,0.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(34.68,39.576,46.92,0.15),0 0 0 1px rgba(34.68,39.576,46.92,0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(34.68,39.576,46.92,0.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(34.68,39.576,46.92,0.15),0 0 0 1px rgba(34.68,39.576,46.92,0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(34.68,39.576,46.92,0.1))}.plyr--audio .plyr__progress__buffer{color:var(--plyr-audio-progress-buffered-background,rgba(193.4175,199.8435,209.4825,0.6))}.plyr--video{overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:var(--plyr-video-background,var(--plyr-video-background,rgb(0,0,0)));border-radius:inherit;height:100%;margin:auto;overflow:hidden;position:relative;width:100%}@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,.plyr__video-wrapper--fixed-ratio{aspect-ratio:16/9}.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:var(--plyr-video-controls-background,linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.75)));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:var(--plyr-video-control-color,#fff);left:0;padding:calc(var(--plyr-control-spacing, 10px) / 2);padding-top:calc(var(--plyr-control-spacing, 10px) * 2);position:absolute;right:0;transition:opacity 0.4s ease-in-out,transform 0.4s ease-in-out;z-index:3}@media (min-width:480px){.plyr--video .plyr__controls{padding:var(--plyr-control-spacing,10px);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:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,hsl(198,100%,50%))));color:var(--plyr-video-control-color-hover,#fff)}.plyr__control--overlaid{background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,hsl(198,100%,50%))));border:0;border-radius:100%;color:var(--plyr-video-control-color,#fff);display:none;left:50%;opacity:0.9;padding:calc(var(--plyr-control-spacing, 10px) * 1.5);position:absolute;top:50%;transform:translate(-50%,-50%);transition:0.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:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,rgba(255,255,255,0.25)))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,rgba(255,255,255,0.25)))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,rgba(255,255,255,0.25)))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(34.68,39.576,46.92,0.15),0 0 0 1px rgba(34.68,39.576,46.92,0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(255,255,255,0.5))}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(34.68,39.576,46.92,0.15),0 0 0 1px rgba(34.68,39.576,46.92,0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(255,255,255,0.5))}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(34.68,39.576,46.92,0.15),0 0 0 1px rgba(34.68,39.576,46.92,0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(255,255,255,0.5))}.plyr--video .plyr__progress__buffer{color:var(--plyr-video-progress-buffered-background,rgba(255,255,255,0.25))}.plyr:-ms-fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:fullscreen video{height:100%}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-ms-fullscreen .plyr__captions{font-size:var(--plyr-font-size-xlarge,21px)}.plyr:fullscreen .plyr__captions{font-size:var(--plyr-font-size-xlarge,21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.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:var(--plyr-font-size-xlarge,21px)}}.plyr--fullscreen-fallback{position:fixed;inset:0;z-index:10000000}.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:hsl(216,15%,16%);border-radius:2px;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:var(--plyr-control-spacing,10px);z-index:3}.plyr__ads:empty:after{display:none}.plyr__cues{background:currentColor;display:block;height:var(--plyr-range-track-height,5px);left:0;opacity:0.8;position:absolute;top:50%;transform:translateY(-50%);width:3px;z-index:3}.plyr__preview-thumb{background-color:var(--plyr-tooltip-background,#fff);border-radius:var(--plyr-menu-radius,8px);bottom:100%;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,0.15));margin-bottom:calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);opacity:0;padding:3px;pointer-events:none;position:absolute;transform:translate(0,10px) scale(0.8);transform-origin:50% 100%;transition:transform 0.2s 0.1s ease,opacity 0.2s 0.1s ease;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0,0) scale(1)}.plyr__preview-thumb:before{border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:calc(var(--plyr-tooltip-arrow-size, 4px) * -1);content:"";height:0;left:calc(50% + var(--preview-arrow-offset));position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:hsl(216,15%,79%);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 rgba(0,0,0,0.15);content:"";pointer-events:none}.plyr__preview-thumb__image-container img{max-height:none;max-width:none}.plyr__preview-thumb__time-container{background:var(--plyr-video-controls-background,linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.75)));border-bottom-left-radius:calc(var(--plyr-menu-radius, 8px) - 1px);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: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 0.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);overflow:hidden;border:0!important;height:1px!important;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}:root{--plyr-color-main:var(--bs-secondary);--plyr-font-weight-regular:500;--plyr-control-radius:1rem;--plyr-control-icon-size:var(--bs-body-font-size);--plyr-control-spacing:0.75rem;--plyr-control-border-radius:0.375rem;--plyr-menu-background:var(--bs-dark);--plyr-font-family:var(--ccp-heading-font-family);--plyr-font-size-time:var(--bs-body-font-size);--plyr-tooltip-background:color-mix(in srgb,var(--bs-dark) 80%,var(--bs-secondary));--plyr-tooltip-color:var(--bs-light);--plyr-tooltip-shadow:0 2px 10px rgba(0,0,0,0.2)}.plyr{border-radius:0.5rem;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,0.1)}:root{--bs-primary-rgb:var(--ccp-color-3)}#ccp-ones{overflow-x:hidden}.diego-layout-grid{--dlg-container-width:1320px;display:-ms-grid;display:grid;-ms-grid-columns:100%;grid-template:1fr/100%;overflow:hidden;grid-area:1/1/-1/-1;-ms-grid-row-align:stretch;align-self:stretch;display:grid;-ms-grid-columns:[c-start] 1fr [c-content-start] minmax(0,calc(var(--dlg-container-width) / 1.5)) [c-img-start] minmax(0,calc(var(--dlg-container-width) / 2.5)) 1fr [c-img-end c-end];grid-template-columns:[c-start] 1fr [c-content-start] minmax(0,calc(var(--dlg-container-width) / 1.5)) [c-img-start] minmax(0,calc(var(--dlg-container-width) / 2.5)) 1fr [c-img-end c-end];-ms-grid-rows:[r-start] 1fr [r-end];grid-template-rows:[r-start] 1fr [r-end];grid-template-areas:". alts-content laptop laptop" ". alts-content laptop laptop"}.diego-layout-grid__content,.diego-layout-grid__image{grid-row:r-start/r-end}.diego-layout-grid__content{-ms-grid-row:1;-ms-grid-row-span:2;-ms-grid-column:2;grid-area:alts-content;-ms-grid-row-align:center;align-self:center;padding:1rem}.diego-layout-grid__content .display-4{font-size:calc(1.625rem + 4.5vw)}@media (min-width:1200px){.diego-layout-grid__content .display-4{font-size:5rem}}.diego-layout-grid__image{-ms-grid-row:1;-ms-grid-row-span:2;-ms-grid-column:3;-ms-grid-column-span:2;grid-area:laptop}.diego-layout-grid img{width:800px;height:750px;object-fit:cover;object-position:0 100%;margin-left:auto;margin-right:0;display:block}@media (max-width:575.98px){.diego-layout-grid{grid-template-areas:". alts-content alts-content ." ". laptop laptop ."}.diego-layout-grid img{width:100%;height:auto;object-fit:contain;object-position:0 0}.diego-layout-grid__content{-ms-grid-row:1;-ms-grid-row-span:1;-ms-grid-column:2;-ms-grid-column-span:2}.diego-layout-grid__image{-ms-grid-row:2;-ms-grid-row-span:1;-ms-grid-column:2;-ms-grid-column-span:2}}.pre-login--hero-device-grid-2{display:-ms-grid;display:grid;width:100%;transform-origin:left 50%}@media (min-width:768px){.pre-login--hero-device-grid-2{transform:scale(1.5)}}@media (min-width:992px){.pre-login--hero-device-grid-2{transform:scale(1.8)}}@media (min-width:1200px){.pre-login--hero-device-grid-2{transform:scale(1.3)}}.pre-login--hero-device-grid-2{-ms-grid-rows:[r-start r-ipad-start] 0.55fr [r-iphone-start] 1fr [r-ipad-end] 0.35fr [r-end r-iphone-end];grid-template-rows:[r-start r-ipad-start] 0.55fr [r-iphone-start] 1fr [r-ipad-end] 0.35fr [r-end r-iphone-end];-ms-grid-columns:[c-start c-iphone-start] 0.25fr [c-ipad-start] 0.133fr [c-iphone-end] 1fr [c-end c-ipad-end];grid-template-columns:[c-start c-iphone-start] 0.25fr [c-ipad-start] 0.133fr [c-iphone-end] 1fr [c-end c-ipad-end]}.pre-login--hero-device-grid-2>:first-child{-ms-grid-row:1;-ms-grid-column:1}.pre-login--hero-device-grid-2>:nth-child(2){-ms-grid-row:1;-ms-grid-column:2}.pre-login--hero-device-grid-2>:nth-child(3){-ms-grid-row:1;-ms-grid-column:3}.pre-login--hero-device-grid-2>:nth-child(4){-ms-grid-row:1;-ms-grid-column:4}.pre-login--hero-device-grid-2>:nth-child(5){-ms-grid-row:1;-ms-grid-column:5}.pre-login--hero-device-grid-2>:nth-child(6){-ms-grid-row:1;-ms-grid-column:6}.pre-login--hero-device-grid-2>:nth-child(7){-ms-grid-row:1;-ms-grid-column:7}.pre-login--hero-device-grid-2>:nth-child(8){-ms-grid-row:1;-ms-grid-column:8}.pre-login--hero-device-grid-2>:nth-child(9){-ms-grid-row:1;-ms-grid-column:9}.pre-login--hero-device-grid-2>:nth-child(10){-ms-grid-row:2;-ms-grid-column:1}.pre-login--hero-device-grid-2>:nth-child(11){-ms-grid-row:2;-ms-grid-column:2}.pre-login--hero-device-grid-2>:nth-child(12){-ms-grid-row:2;-ms-grid-column:3}.pre-login--hero-device-grid-2>:nth-child(13){-ms-grid-row:2;-ms-grid-column:4}.pre-login--hero-device-grid-2>:nth-child(14){-ms-grid-row:2;-ms-grid-column:5}.pre-login--hero-device-grid-2>:nth-child(15){-ms-grid-row:2;-ms-grid-column:6}.pre-login--hero-device-grid-2>:nth-child(16){-ms-grid-row:2;-ms-grid-column:7}.pre-login--hero-device-grid-2>:nth-child(17){-ms-grid-row:2;-ms-grid-column:8}.pre-login--hero-device-grid-2>:nth-child(18){-ms-grid-row:2;-ms-grid-column:9}.pre-login--hero-device-grid-2>:nth-child(19){-ms-grid-row:3;-ms-grid-column:1}.pre-login--hero-device-grid-2>:nth-child(20){-ms-grid-row:3;-ms-grid-column:2}.pre-login--hero-device-grid-2>:nth-child(21){-ms-grid-row:3;-ms-grid-column:3}.pre-login--hero-device-grid-2>:nth-child(22){-ms-grid-row:3;-ms-grid-column:4}.pre-login--hero-device-grid-2>:nth-child(23){-ms-grid-row:3;-ms-grid-column:5}.pre-login--hero-device-grid-2>:nth-child(24){-ms-grid-row:3;-ms-grid-column:6}.pre-login--hero-device-grid-2>:nth-child(25){-ms-grid-row:3;-ms-grid-column:7}.pre-login--hero-device-grid-2>:nth-child(26){-ms-grid-row:3;-ms-grid-column:8}.pre-login--hero-device-grid-2>:nth-child(27){-ms-grid-row:3;-ms-grid-column:9}.pre-login--hero-device-grid-2>:nth-child(28){-ms-grid-row:4;-ms-grid-column:1}.pre-login--hero-device-grid-2>:nth-child(29){-ms-grid-row:4;-ms-grid-column:2}.pre-login--hero-device-grid-2>:nth-child(30){-ms-grid-row:4;-ms-grid-column:3}.pre-login--hero-device-grid-2>:nth-child(31){-ms-grid-row:4;-ms-grid-column:4}.pre-login--hero-device-grid-2>:nth-child(32){-ms-grid-row:4;-ms-grid-column:5}.pre-login--hero-device-grid-2>:nth-child(33){-ms-grid-row:4;-ms-grid-column:6}.pre-login--hero-device-grid-2>:nth-child(34){-ms-grid-row:4;-ms-grid-column:7}.pre-login--hero-device-grid-2>:nth-child(35){-ms-grid-row:4;-ms-grid-column:8}.pre-login--hero-device-grid-2>:nth-child(36){-ms-grid-row:4;-ms-grid-column:9}.pre-login--hero-device-grid-2>:nth-child(37){-ms-grid-row:5;-ms-grid-column:1}.pre-login--hero-device-grid-2>:nth-child(38){-ms-grid-row:5;-ms-grid-column:2}.pre-login--hero-device-grid-2>:nth-child(39){-ms-grid-row:5;-ms-grid-column:3}.pre-login--hero-device-grid-2>:nth-child(40){-ms-grid-row:5;-ms-grid-column:4}.pre-login--hero-device-grid-2>:nth-child(41){-ms-grid-row:5;-ms-grid-column:5}.pre-login--hero-device-grid-2>:nth-child(42){-ms-grid-row:5;-ms-grid-column:6}.pre-login--hero-device-grid-2>:nth-child(43){-ms-grid-row:5;-ms-grid-column:7}.pre-login--hero-device-grid-2>:nth-child(44){-ms-grid-row:5;-ms-grid-column:8}.pre-login--hero-device-grid-2>:nth-child(45){-ms-grid-row:5;-ms-grid-column:9}.pre-login--hero-device-grid-2>:nth-child(46){-ms-grid-row:6;-ms-grid-column:1}.pre-login--hero-device-grid-2>:nth-child(47){-ms-grid-row:6;-ms-grid-column:2}.pre-login--hero-device-grid-2>:nth-child(48){-ms-grid-row:6;-ms-grid-column:3}.pre-login--hero-device-grid-2>:nth-child(49){-ms-grid-row:6;-ms-grid-column:4}.pre-login--hero-device-grid-2>:nth-child(50){-ms-grid-row:6;-ms-grid-column:5}.pre-login--hero-device-grid-2>:nth-child(51){-ms-grid-row:6;-ms-grid-column:6}.pre-login--hero-device-grid-2>:nth-child(52){-ms-grid-row:6;-ms-grid-column:7}.pre-login--hero-device-grid-2>:nth-child(53){-ms-grid-row:6;-ms-grid-column:8}.pre-login--hero-device-grid-2>:nth-child(54){-ms-grid-row:6;-ms-grid-column:9}.pre-login--hero-device-grid-2>:nth-child(55){-ms-grid-row:7;-ms-grid-column:1}.pre-login--hero-device-grid-2>:nth-child(56){-ms-grid-row:7;-ms-grid-column:2}.pre-login--hero-device-grid-2>:nth-child(57){-ms-grid-row:7;-ms-grid-column:3}.pre-login--hero-device-grid-2>:nth-child(58){-ms-grid-row:7;-ms-grid-column:4}.pre-login--hero-device-grid-2>:nth-child(59){-ms-grid-row:7;-ms-grid-column:5}.pre-login--hero-device-grid-2>:nth-child(60){-ms-grid-row:7;-ms-grid-column:6}.pre-login--hero-device-grid-2>:nth-child(61){-ms-grid-row:7;-ms-grid-column:7}.pre-login--hero-device-grid-2>:nth-child(62){-ms-grid-row:7;-ms-grid-column:8}.pre-login--hero-device-grid-2>:nth-child(63){-ms-grid-row:7;-ms-grid-column:9}.pre-login--hero-device-grid-2>:nth-child(64){-ms-grid-row:8;-ms-grid-column:1}.pre-login--hero-device-grid-2>:nth-child(65){-ms-grid-row:8;-ms-grid-column:2}.pre-login--hero-device-grid-2>:nth-child(66){-ms-grid-row:8;-ms-grid-column:3}.pre-login--hero-device-grid-2>:nth-child(67){-ms-grid-row:8;-ms-grid-column:4}.pre-login--hero-device-grid-2>:nth-child(68){-ms-grid-row:8;-ms-grid-column:5}.pre-login--hero-device-grid-2>:nth-child(69){-ms-grid-row:8;-ms-grid-column:6}.pre-login--hero-device-grid-2>:nth-child(70){-ms-grid-row:8;-ms-grid-column:7}.pre-login--hero-device-grid-2>:nth-child(71){-ms-grid-row:8;-ms-grid-column:8}.pre-login--hero-device-grid-2>:nth-child(72){-ms-grid-row:8;-ms-grid-column:9}.pre-login--hero-device-grid-2>:nth-child(73){-ms-grid-row:9;-ms-grid-column:1}.pre-login--hero-device-grid-2>:nth-child(74){-ms-grid-row:9;-ms-grid-column:2}.pre-login--hero-device-grid-2>:nth-child(75){-ms-grid-row:9;-ms-grid-column:3}.pre-login--hero-device-grid-2>:nth-child(76){-ms-grid-row:9;-ms-grid-column:4}.pre-login--hero-device-grid-2>:nth-child(77){-ms-grid-row:9;-ms-grid-column:5}.pre-login--hero-device-grid-2>:nth-child(78){-ms-grid-row:9;-ms-grid-column:6}.pre-login--hero-device-grid-2>:nth-child(79){-ms-grid-row:9;-ms-grid-column:7}.pre-login--hero-device-grid-2>:nth-child(80){-ms-grid-row:9;-ms-grid-column:8}.pre-login--hero-device-grid-2>:nth-child(81){-ms-grid-row:9;-ms-grid-column:9}.pre-login--hero-device-grid-2 img{pointer-events:none}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__ipad,.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__iphone{transform-style:preserve-3d}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__iphone{grid-column:c-iphone-start/c-iphone-end;grid-row:r-iphone-start/r-iphone-end;display:-ms-grid;display:grid;-ms-grid-rows:[r-start] 0.28fr [r-screen-start] 1fr [r-screen-end] 0.1fr [r-end];grid-template-rows:[r-start] 0.28fr [r-screen-start] 1fr [r-screen-end] 0.1fr [r-end];-ms-grid-columns:[c-start] 0.055fr [c-screen-start] 1fr [c-screen-end] 0.06fr [c-end];grid-template-columns:[c-start] 0.055fr [c-screen-start] 1fr [c-screen-end] 0.06fr [c-end]}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__iphone>:first-child{-ms-grid-row:1;-ms-grid-column:1}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__iphone>:nth-child(2){-ms-grid-row:1;-ms-grid-column:2}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__iphone>:nth-child(3){-ms-grid-row:1;-ms-grid-column:3}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__iphone>:nth-child(4){-ms-grid-row:1;-ms-grid-column:4}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__iphone>:nth-child(5){-ms-grid-row:1;-ms-grid-column:5}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__iphone>:nth-child(6){-ms-grid-row:1;-ms-grid-column:6}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__iphone>:nth-child(7){-ms-grid-row:1;-ms-grid-column:7}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__iphone>:nth-child(8){-ms-grid-row:2;-ms-grid-column:1}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__iphone>:nth-child(9){-ms-grid-row:2;-ms-grid-column:2}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__iphone>:nth-child(10){-ms-grid-row:2;-ms-grid-column:3}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__iphone>:nth-child(11){-ms-grid-row:2;-ms-grid-column:4}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__iphone>:nth-child(12){-ms-grid-row:2;-ms-grid-column:5}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__iphone>:nth-child(13){-ms-grid-row:2;-ms-grid-column:6}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__iphone>:nth-child(14){-ms-grid-row:2;-ms-grid-column:7}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__iphone>:nth-child(15){-ms-grid-row:3;-ms-grid-column:1}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__iphone>:nth-child(16){-ms-grid-row:3;-ms-grid-column:2}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__iphone>:nth-child(17){-ms-grid-row:3;-ms-grid-column:3}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__iphone>:nth-child(18){-ms-grid-row:3;-ms-grid-column:4}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__iphone>:nth-child(19){-ms-grid-row:3;-ms-grid-column:5}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__iphone>:nth-child(20){-ms-grid-row:3;-ms-grid-column:6}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__iphone>:nth-child(21){-ms-grid-row:3;-ms-grid-column:7}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__iphone>:nth-child(22){-ms-grid-row:4;-ms-grid-column:1}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__iphone>:nth-child(23){-ms-grid-row:4;-ms-grid-column:2}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__iphone>:nth-child(24){-ms-grid-row:4;-ms-grid-column:3}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__iphone>:nth-child(25){-ms-grid-row:4;-ms-grid-column:4}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__iphone>:nth-child(26){-ms-grid-row:4;-ms-grid-column:5}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__iphone>:nth-child(27){-ms-grid-row:4;-ms-grid-column:6}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__iphone>:nth-child(28){-ms-grid-row:4;-ms-grid-column:7}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__iphone>:nth-child(29){-ms-grid-row:5;-ms-grid-column:1}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__iphone>:nth-child(30){-ms-grid-row:5;-ms-grid-column:2}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__iphone>:nth-child(31){-ms-grid-row:5;-ms-grid-column:3}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__iphone>:nth-child(32){-ms-grid-row:5;-ms-grid-column:4}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__iphone>:nth-child(33){-ms-grid-row:5;-ms-grid-column:5}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__iphone>:nth-child(34){-ms-grid-row:5;-ms-grid-column:6}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__iphone>:nth-child(35){-ms-grid-row:5;-ms-grid-column:7}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__iphone>:nth-child(36){-ms-grid-row:6;-ms-grid-column:1}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__iphone>:nth-child(37){-ms-grid-row:6;-ms-grid-column:2}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__iphone>:nth-child(38){-ms-grid-row:6;-ms-grid-column:3}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__iphone>:nth-child(39){-ms-grid-row:6;-ms-grid-column:4}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__iphone>:nth-child(40){-ms-grid-row:6;-ms-grid-column:5}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__iphone>:nth-child(41){-ms-grid-row:6;-ms-grid-column:6}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__iphone>:nth-child(42){-ms-grid-row:6;-ms-grid-column:7}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__iphone>:nth-child(43){-ms-grid-row:7;-ms-grid-column:1}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__iphone>:nth-child(44){-ms-grid-row:7;-ms-grid-column:2}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__iphone>:nth-child(45){-ms-grid-row:7;-ms-grid-column:3}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__iphone>:nth-child(46){-ms-grid-row:7;-ms-grid-column:4}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__iphone>:nth-child(47){-ms-grid-row:7;-ms-grid-column:5}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__iphone>:nth-child(48){-ms-grid-row:7;-ms-grid-column:6}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__iphone>:nth-child(49){-ms-grid-row:7;-ms-grid-column:7}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__iphone picture.pre-login--hero-device-grid-2__iphone__frame{grid-column:c-start/c-end;grid-row:r-start/r-end;transform-style:preserve-3d}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__iphone picture.pre-login--hero-device-grid-2__iphone__frame>img{width:100%;height:100%;object-fit:contain}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__iphone .pre-login--hero-device-grid-2__iphone__screen-container{grid-column:c-screen-start/c-screen-end;grid-row:r-screen-start/r-screen-end;display:-ms-grid;display:grid;overflow:hidden;background-color:white}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__iphone .pre-login--hero-device-grid-2__iphone__screen-container picture{-ms-grid-row:1;-ms-grid-row-span:1;-ms-grid-column:1;-ms-grid-column-span:1;grid-area:1/1/2/2;width:100%;height:100%}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__iphone .pre-login--hero-device-grid-2__iphone__screen-container picture>img{width:100%;height:100%;object-fit:contain}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__ipad{grid-column:c-ipad-start/c-ipad-end;grid-row:r-ipad-start/r-ipad-end;display:-ms-grid;display:grid;-ms-grid-rows:[r-start] 4.25% [r-screen-start] min-content [r-screen-end] 4% [r-end];grid-template-rows:[r-start] 4.25% [r-screen-start] min-content [r-screen-end] 4% [r-end];-ms-grid-columns:[c-start] 0.033fr [c-screen-start] 1fr [c-screen-end] 0.033fr [c-end];grid-template-columns:[c-start] 0.033fr [c-screen-start] 1fr [c-screen-end] 0.033fr [c-end]}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__ipad>:first-child{-ms-grid-row:1;-ms-grid-column:1}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__ipad>:nth-child(2){-ms-grid-row:1;-ms-grid-column:2}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__ipad>:nth-child(3){-ms-grid-row:1;-ms-grid-column:3}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__ipad>:nth-child(4){-ms-grid-row:1;-ms-grid-column:4}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__ipad>:nth-child(5){-ms-grid-row:1;-ms-grid-column:5}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__ipad>:nth-child(6){-ms-grid-row:1;-ms-grid-column:6}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__ipad>:nth-child(7){-ms-grid-row:1;-ms-grid-column:7}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__ipad>:nth-child(8){-ms-grid-row:2;-ms-grid-column:1}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__ipad>:nth-child(9){-ms-grid-row:2;-ms-grid-column:2}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__ipad>:nth-child(10){-ms-grid-row:2;-ms-grid-column:3}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__ipad>:nth-child(11){-ms-grid-row:2;-ms-grid-column:4}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__ipad>:nth-child(12){-ms-grid-row:2;-ms-grid-column:5}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__ipad>:nth-child(13){-ms-grid-row:2;-ms-grid-column:6}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__ipad>:nth-child(14){-ms-grid-row:2;-ms-grid-column:7}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__ipad>:nth-child(15){-ms-grid-row:3;-ms-grid-column:1}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__ipad>:nth-child(16){-ms-grid-row:3;-ms-grid-column:2}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__ipad>:nth-child(17){-ms-grid-row:3;-ms-grid-column:3}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__ipad>:nth-child(18){-ms-grid-row:3;-ms-grid-column:4}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__ipad>:nth-child(19){-ms-grid-row:3;-ms-grid-column:5}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__ipad>:nth-child(20){-ms-grid-row:3;-ms-grid-column:6}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__ipad>:nth-child(21){-ms-grid-row:3;-ms-grid-column:7}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__ipad>:nth-child(22){-ms-grid-row:4;-ms-grid-column:1}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__ipad>:nth-child(23){-ms-grid-row:4;-ms-grid-column:2}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__ipad>:nth-child(24){-ms-grid-row:4;-ms-grid-column:3}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__ipad>:nth-child(25){-ms-grid-row:4;-ms-grid-column:4}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__ipad>:nth-child(26){-ms-grid-row:4;-ms-grid-column:5}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__ipad>:nth-child(27){-ms-grid-row:4;-ms-grid-column:6}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__ipad>:nth-child(28){-ms-grid-row:4;-ms-grid-column:7}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__ipad>:nth-child(29){-ms-grid-row:5;-ms-grid-column:1}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__ipad>:nth-child(30){-ms-grid-row:5;-ms-grid-column:2}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__ipad>:nth-child(31){-ms-grid-row:5;-ms-grid-column:3}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__ipad>:nth-child(32){-ms-grid-row:5;-ms-grid-column:4}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__ipad>:nth-child(33){-ms-grid-row:5;-ms-grid-column:5}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__ipad>:nth-child(34){-ms-grid-row:5;-ms-grid-column:6}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__ipad>:nth-child(35){-ms-grid-row:5;-ms-grid-column:7}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__ipad>:nth-child(36){-ms-grid-row:6;-ms-grid-column:1}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__ipad>:nth-child(37){-ms-grid-row:6;-ms-grid-column:2}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__ipad>:nth-child(38){-ms-grid-row:6;-ms-grid-column:3}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__ipad>:nth-child(39){-ms-grid-row:6;-ms-grid-column:4}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__ipad>:nth-child(40){-ms-grid-row:6;-ms-grid-column:5}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__ipad>:nth-child(41){-ms-grid-row:6;-ms-grid-column:6}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__ipad>:nth-child(42){-ms-grid-row:6;-ms-grid-column:7}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__ipad>:nth-child(43){-ms-grid-row:7;-ms-grid-column:1}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__ipad>:nth-child(44){-ms-grid-row:7;-ms-grid-column:2}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__ipad>:nth-child(45){-ms-grid-row:7;-ms-grid-column:3}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__ipad>:nth-child(46){-ms-grid-row:7;-ms-grid-column:4}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__ipad>:nth-child(47){-ms-grid-row:7;-ms-grid-column:5}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__ipad>:nth-child(48){-ms-grid-row:7;-ms-grid-column:6}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__ipad>:nth-child(49){-ms-grid-row:7;-ms-grid-column:7}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__ipad .pre-login--hero-device-grid-2__ipad__screen-container{grid-area:r-screen-start/c-screen-start/r-screen-end/c-screen-end}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__ipad picture.pre-login--hero-device-grid-2__ipad__frame{grid-area:r-start/c-start/r-end/c-end}.pre-login--hero-device-grid-2 .pre-login--hero-device-grid-2__ipad picture.pre-login--hero-device-grid-2__ipad__frame>img{width:100%;height:100%;object-fit:contain}.pre-login--hero-device-grid{display:-ms-grid;display:grid;max-width:576px}@media (min-width:1400px){.pre-login--hero-device-grid{transform-origin:0% 50%;margin-right:-3rem;margin-left:-1rem;transform:scale(1.3)}}@media (max-width:767.98px){.pre-login--hero-device-grid{max-width:350px;margin:auto}}.pre-login--hero-device-grid{-ms-grid-columns:[c-start c-iphone-start] 0.2fr [c-ipad-start] 0.2fr [c-iphone-end c-caption-start] 1fr [c-end c-ipad-end c-caption-end];grid-template-columns:[c-start c-iphone-start] 0.2fr [c-ipad-start] 0.2fr [c-iphone-end c-caption-start] 1fr [c-end c-ipad-end c-caption-end];-ms-grid-rows:[r-start r-ipad-start] 0.6fr [r-iphone-start] 0.9fr [r-ipad-end r-caption-start] 0.125fr [r-end r-iphone-end r-caption-end];grid-template-rows:[r-start r-ipad-start] 0.6fr [r-iphone-start] 0.9fr [r-ipad-end r-caption-start] 0.125fr [r-end r-iphone-end r-caption-end]}.pre-login--hero-device-grid>:first-child{-ms-grid-row:1;-ms-grid-column:1}.pre-login--hero-device-grid>:nth-child(2){-ms-grid-row:1;-ms-grid-column:2}.pre-login--hero-device-grid>:nth-child(3){-ms-grid-row:1;-ms-grid-column:3}.pre-login--hero-device-grid>:nth-child(4){-ms-grid-row:1;-ms-grid-column:4}.pre-login--hero-device-grid>:nth-child(5){-ms-grid-row:1;-ms-grid-column:5}.pre-login--hero-device-grid>:nth-child(6){-ms-grid-row:1;-ms-grid-column:6}.pre-login--hero-device-grid>:nth-child(7){-ms-grid-row:1;-ms-grid-column:7}.pre-login--hero-device-grid>:nth-child(8){-ms-grid-row:1;-ms-grid-column:8}.pre-login--hero-device-grid>:nth-child(9){-ms-grid-row:1;-ms-grid-column:9}.pre-login--hero-device-grid>:nth-child(10){-ms-grid-row:1;-ms-grid-column:10}.pre-login--hero-device-grid>:nth-child(11){-ms-grid-row:1;-ms-grid-column:11}.pre-login--hero-device-grid>:nth-child(12){-ms-grid-row:2;-ms-grid-column:1}.pre-login--hero-device-grid>:nth-child(13){-ms-grid-row:2;-ms-grid-column:2}.pre-login--hero-device-grid>:nth-child(14){-ms-grid-row:2;-ms-grid-column:3}.pre-login--hero-device-grid>:nth-child(15){-ms-grid-row:2;-ms-grid-column:4}.pre-login--hero-device-grid>:nth-child(16){-ms-grid-row:2;-ms-grid-column:5}.pre-login--hero-device-grid>:nth-child(17){-ms-grid-row:2;-ms-grid-column:6}.pre-login--hero-device-grid>:nth-child(18){-ms-grid-row:2;-ms-grid-column:7}.pre-login--hero-device-grid>:nth-child(19){-ms-grid-row:2;-ms-grid-column:8}.pre-login--hero-device-grid>:nth-child(20){-ms-grid-row:2;-ms-grid-column:9}.pre-login--hero-device-grid>:nth-child(21){-ms-grid-row:2;-ms-grid-column:10}.pre-login--hero-device-grid>:nth-child(22){-ms-grid-row:2;-ms-grid-column:11}.pre-login--hero-device-grid>:nth-child(23){-ms-grid-row:3;-ms-grid-column:1}.pre-login--hero-device-grid>:nth-child(24){-ms-grid-row:3;-ms-grid-column:2}.pre-login--hero-device-grid>:nth-child(25){-ms-grid-row:3;-ms-grid-column:3}.pre-login--hero-device-grid>:nth-child(26){-ms-grid-row:3;-ms-grid-column:4}.pre-login--hero-device-grid>:nth-child(27){-ms-grid-row:3;-ms-grid-column:5}.pre-login--hero-device-grid>:nth-child(28){-ms-grid-row:3;-ms-grid-column:6}.pre-login--hero-device-grid>:nth-child(29){-ms-grid-row:3;-ms-grid-column:7}.pre-login--hero-device-grid>:nth-child(30){-ms-grid-row:3;-ms-grid-column:8}.pre-login--hero-device-grid>:nth-child(31){-ms-grid-row:3;-ms-grid-column:9}.pre-login--hero-device-grid>:nth-child(32){-ms-grid-row:3;-ms-grid-column:10}.pre-login--hero-device-grid>:nth-child(33){-ms-grid-row:3;-ms-grid-column:11}.pre-login--hero-device-grid>:nth-child(34){-ms-grid-row:4;-ms-grid-column:1}.pre-login--hero-device-grid>:nth-child(35){-ms-grid-row:4;-ms-grid-column:2}.pre-login--hero-device-grid>:nth-child(36){-ms-grid-row:4;-ms-grid-column:3}.pre-login--hero-device-grid>:nth-child(37){-ms-grid-row:4;-ms-grid-column:4}.pre-login--hero-device-grid>:nth-child(38){-ms-grid-row:4;-ms-grid-column:5}.pre-login--hero-device-grid>:nth-child(39){-ms-grid-row:4;-ms-grid-column:6}.pre-login--hero-device-grid>:nth-child(40){-ms-grid-row:4;-ms-grid-column:7}.pre-login--hero-device-grid>:nth-child(41){-ms-grid-row:4;-ms-grid-column:8}.pre-login--hero-device-grid>:nth-child(42){-ms-grid-row:4;-ms-grid-column:9}.pre-login--hero-device-grid>:nth-child(43){-ms-grid-row:4;-ms-grid-column:10}.pre-login--hero-device-grid>:nth-child(44){-ms-grid-row:4;-ms-grid-column:11}.pre-login--hero-device-grid>:nth-child(45){-ms-grid-row:5;-ms-grid-column:1}.pre-login--hero-device-grid>:nth-child(46){-ms-grid-row:5;-ms-grid-column:2}.pre-login--hero-device-grid>:nth-child(47){-ms-grid-row:5;-ms-grid-column:3}.pre-login--hero-device-grid>:nth-child(48){-ms-grid-row:5;-ms-grid-column:4}.pre-login--hero-device-grid>:nth-child(49){-ms-grid-row:5;-ms-grid-column:5}.pre-login--hero-device-grid>:nth-child(50){-ms-grid-row:5;-ms-grid-column:6}.pre-login--hero-device-grid>:nth-child(51){-ms-grid-row:5;-ms-grid-column:7}.pre-login--hero-device-grid>:nth-child(52){-ms-grid-row:5;-ms-grid-column:8}.pre-login--hero-device-grid>:nth-child(53){-ms-grid-row:5;-ms-grid-column:9}.pre-login--hero-device-grid>:nth-child(54){-ms-grid-row:5;-ms-grid-column:10}.pre-login--hero-device-grid>:nth-child(55){-ms-grid-row:5;-ms-grid-column:11}.pre-login--hero-device-grid>:nth-child(56){-ms-grid-row:6;-ms-grid-column:1}.pre-login--hero-device-grid>:nth-child(57){-ms-grid-row:6;-ms-grid-column:2}.pre-login--hero-device-grid>:nth-child(58){-ms-grid-row:6;-ms-grid-column:3}.pre-login--hero-device-grid>:nth-child(59){-ms-grid-row:6;-ms-grid-column:4}.pre-login--hero-device-grid>:nth-child(60){-ms-grid-row:6;-ms-grid-column:5}.pre-login--hero-device-grid>:nth-child(61){-ms-grid-row:6;-ms-grid-column:6}.pre-login--hero-device-grid>:nth-child(62){-ms-grid-row:6;-ms-grid-column:7}.pre-login--hero-device-grid>:nth-child(63){-ms-grid-row:6;-ms-grid-column:8}.pre-login--hero-device-grid>:nth-child(64){-ms-grid-row:6;-ms-grid-column:9}.pre-login--hero-device-grid>:nth-child(65){-ms-grid-row:6;-ms-grid-column:10}.pre-login--hero-device-grid>:nth-child(66){-ms-grid-row:6;-ms-grid-column:11}.pre-login--hero-device-grid>:nth-child(67){-ms-grid-row:7;-ms-grid-column:1}.pre-login--hero-device-grid>:nth-child(68){-ms-grid-row:7;-ms-grid-column:2}.pre-login--hero-device-grid>:nth-child(69){-ms-grid-row:7;-ms-grid-column:3}.pre-login--hero-device-grid>:nth-child(70){-ms-grid-row:7;-ms-grid-column:4}.pre-login--hero-device-grid>:nth-child(71){-ms-grid-row:7;-ms-grid-column:5}.pre-login--hero-device-grid>:nth-child(72){-ms-grid-row:7;-ms-grid-column:6}.pre-login--hero-device-grid>:nth-child(73){-ms-grid-row:7;-ms-grid-column:7}.pre-login--hero-device-grid>:nth-child(74){-ms-grid-row:7;-ms-grid-column:8}.pre-login--hero-device-grid>:nth-child(75){-ms-grid-row:7;-ms-grid-column:9}.pre-login--hero-device-grid>:nth-child(76){-ms-grid-row:7;-ms-grid-column:10}.pre-login--hero-device-grid>:nth-child(77){-ms-grid-row:7;-ms-grid-column:11}.pre-login--hero-device-grid>:nth-child(78){-ms-grid-row:8;-ms-grid-column:1}.pre-login--hero-device-grid>:nth-child(79){-ms-grid-row:8;-ms-grid-column:2}.pre-login--hero-device-grid>:nth-child(80){-ms-grid-row:8;-ms-grid-column:3}.pre-login--hero-device-grid>:nth-child(81){-ms-grid-row:8;-ms-grid-column:4}.pre-login--hero-device-grid>:nth-child(82){-ms-grid-row:8;-ms-grid-column:5}.pre-login--hero-device-grid>:nth-child(83){-ms-grid-row:8;-ms-grid-column:6}.pre-login--hero-device-grid>:nth-child(84){-ms-grid-row:8;-ms-grid-column:7}.pre-login--hero-device-grid>:nth-child(85){-ms-grid-row:8;-ms-grid-column:8}.pre-login--hero-device-grid>:nth-child(86){-ms-grid-row:8;-ms-grid-column:9}.pre-login--hero-device-grid>:nth-child(87){-ms-grid-row:8;-ms-grid-column:10}.pre-login--hero-device-grid>:nth-child(88){-ms-grid-row:8;-ms-grid-column:11}.pre-login--hero-device-grid>:nth-child(89){-ms-grid-row:9;-ms-grid-column:1}.pre-login--hero-device-grid>:nth-child(90){-ms-grid-row:9;-ms-grid-column:2}.pre-login--hero-device-grid>:nth-child(91){-ms-grid-row:9;-ms-grid-column:3}.pre-login--hero-device-grid>:nth-child(92){-ms-grid-row:9;-ms-grid-column:4}.pre-login--hero-device-grid>:nth-child(93){-ms-grid-row:9;-ms-grid-column:5}.pre-login--hero-device-grid>:nth-child(94){-ms-grid-row:9;-ms-grid-column:6}.pre-login--hero-device-grid>:nth-child(95){-ms-grid-row:9;-ms-grid-column:7}.pre-login--hero-device-grid>:nth-child(96){-ms-grid-row:9;-ms-grid-column:8}.pre-login--hero-device-grid>:nth-child(97){-ms-grid-row:9;-ms-grid-column:9}.pre-login--hero-device-grid>:nth-child(98){-ms-grid-row:9;-ms-grid-column:10}.pre-login--hero-device-grid>:nth-child(99){-ms-grid-row:9;-ms-grid-column:11}.pre-login--hero-device-grid>:nth-child(100){-ms-grid-row:10;-ms-grid-column:1}.pre-login--hero-device-grid>:nth-child(101){-ms-grid-row:10;-ms-grid-column:2}.pre-login--hero-device-grid>:nth-child(102){-ms-grid-row:10;-ms-grid-column:3}.pre-login--hero-device-grid>:nth-child(103){-ms-grid-row:10;-ms-grid-column:4}.pre-login--hero-device-grid>:nth-child(104){-ms-grid-row:10;-ms-grid-column:5}.pre-login--hero-device-grid>:nth-child(105){-ms-grid-row:10;-ms-grid-column:6}.pre-login--hero-device-grid>:nth-child(106){-ms-grid-row:10;-ms-grid-column:7}.pre-login--hero-device-grid>:nth-child(107){-ms-grid-row:10;-ms-grid-column:8}.pre-login--hero-device-grid>:nth-child(108){-ms-grid-row:10;-ms-grid-column:9}.pre-login--hero-device-grid>:nth-child(109){-ms-grid-row:10;-ms-grid-column:10}.pre-login--hero-device-grid>:nth-child(110){-ms-grid-row:10;-ms-grid-column:11}.pre-login--hero-device-grid>:nth-child(111){-ms-grid-row:11;-ms-grid-column:1}.pre-login--hero-device-grid>:nth-child(112){-ms-grid-row:11;-ms-grid-column:2}.pre-login--hero-device-grid>:nth-child(113){-ms-grid-row:11;-ms-grid-column:3}.pre-login--hero-device-grid>:nth-child(114){-ms-grid-row:11;-ms-grid-column:4}.pre-login--hero-device-grid>:nth-child(115){-ms-grid-row:11;-ms-grid-column:5}.pre-login--hero-device-grid>:nth-child(116){-ms-grid-row:11;-ms-grid-column:6}.pre-login--hero-device-grid>:nth-child(117){-ms-grid-row:11;-ms-grid-column:7}.pre-login--hero-device-grid>:nth-child(118){-ms-grid-row:11;-ms-grid-column:8}.pre-login--hero-device-grid>:nth-child(119){-ms-grid-row:11;-ms-grid-column:9}.pre-login--hero-device-grid>:nth-child(120){-ms-grid-row:11;-ms-grid-column:10}.pre-login--hero-device-grid>:nth-child(121){-ms-grid-row:11;-ms-grid-column:11}.pre-login--hero-device-grid [class*=pre-login--hero-device-grid__] img{display:block;max-width:100%;height:auto}.pre-login--hero-device-grid .pre-login--hero-device-grid__iphone{grid-area:r-iphone-start/c-iphone-start/r-iphone-end/c-iphone-end}.pre-login--hero-device-grid .pre-login--hero-device-grid__ipad{grid-area:r-ipad-start/c-ipad-start/r-ipad-end/c-ipad-end}.pre-login--hero-device-grid .pre-login--hero-device-grid__caption{grid-area:r-caption-start/c-caption-start/r-caption-end/c-caption-end}#value-proposition--content{display:-ms-grid;display:grid;-ms-grid-rows:1fr;-ms-grid-columns:1fr;grid-template:[r-start] "stage" 1fr [r-end]/[c-start] 1fr [c-end]}#vp--financial-advisors--content,#vp--fund-managers--content{-ms-grid-row:1;-ms-grid-column:1;grid-area:stage}#vp--financial-advisors--content:not(.active),#vp--fund-managers--content:not(.active){visibility:hidden;display:block}.two-layer-section{display:-ms-grid;display:grid;-ms-grid-rows:1fr;-ms-grid-columns:1fr;grid-template:1fr/1fr}.two-layer-section>*{position:relative;grid-area:1/1/-1/-1;z-index:1}.two-layer-section .bg-container{display:-ms-grid;display:grid;-ms-grid-rows:1fr;-ms-grid-columns:auto;grid-template:"splash" 1fr/auto;place-items:stretch}.two-layer-section .bg-container>*{-ms-grid-row:1;-ms-grid-column:1;grid-area:splash;position:relative;z-index:1}.two-layer-section .bg-container picture{width:100%;height:100%;display:-ms-grid!important;display:grid!important;-ms-grid-rows:1fr;-ms-grid-columns:1fr;grid-template:"img" 1fr/1fr;place-items:center}.two-layer-section .bg-container img{-ms-grid-row:1;-ms-grid-column:1;grid-area:img;position:absolute;width:100%;height:100%;object-fit:cover}.two-layer-section .bg-container:after,.two-layer-section .bg-container:before{-ms-grid-row:1;-ms-grid-column:1;grid-area:splash;content:"";position:relative;display:block;width:100%;height:100%}.two-layer-section .bg-container:after{-ms-grid-row:1;-ms-grid-column:1;grid-area:splash;content:"";position:relative;z-index:1;display:block;width:100%;height:100%}.two-layer-section .fg-container{display:flex;align-items:center;padding:3rem 0}#ccp-media-section{background-size:cover,cover;background-position:center center}@keyframes pulse{0%{transform:scale(1);opacity:0.33}to{transform:scale(1.66);opacity:0}}#ccp-media-section .ccp-disc-pulse-animation{animation:pulse 0.66s ease infinite}#ccp-media-section .bg-container:before{background-image:linear-gradient(to right,#002152 40%,rgba(0,33,82,0.12))}#unlock-sign-up .bg-container:after{background-color:rgba(19,33,73,0.8)}.timeline{display:block;flex:1 0 100%}.timeline__line{width:100%;border-top:3px solid #132149;position:absolute}.timeline__track{max-width:var(--ccp-bs-container);display:flex;position:relative;justify-content:space-evenly;top:-0.7rem;margin:auto}.timeline__node{display:-ms-grid;display:grid;justify-items:center}@media (max-width:767.98px){.timeline{display:none}}.award-section{background-size:cover;background-position:center;padding-block:5rem;color:var(--bs-primary)}@media (min-width:768px){.award-section .container{max-width:calc(var(--ccp-bs-container) * 1.2)}}.award-comp{cursor:default;--award-grayscale:grayscale(1)}.award-comp:hover{--award-grayscale:grayscale(0)}.award-comp{width:100%;max-width:550px;display:-ms-grid;display:grid;-ms-grid-columns:minmax(2rem,5rem) 2rem minmax(auto,350px) 2rem minmax(2rem,5rem);grid-template:auto auto auto/minmax(2rem,5rem) minmax(auto,350px) minmax(2rem,5rem);grid-template-areas:". h ." ". p ." ". img .";gap:0rem 2rem;margin-block-start:2rem;margin:2rem 0rem;container-type:inline-size}@media (max-width:767.98px){.award-comp{column-gap:0.5rem;padding-inline:0.25rem;--award-grayscale:grayscale(0)}}.award-comp img.laurel{width:100%;max-width:3.5rem;-ms-grid-column-align:center;justify-self:center;grid-row:1/-1;display:block;margin-inline:auto}@media (max-width:767.98px){.award-comp img.laurel{-ms-grid-row-align:center;align-self:center}}.award-comp .laurel--start{margin-inline-end:0.125rem;-ms-grid-column-align:start;justify-self:start;-ms-grid-column:1;-ms-grid-column-span:1;grid-column:1/span 1}.award-comp .laurel--end{margin-inline-start:0.125rem;-ms-grid-column-align:end;justify-self:end;grid-column:-2/span 1}.award-comp picture:has(img.award-logo){display:contents}.award-comp img.award-logo{-ms-grid-row:5;-ms-grid-column:3;aspect-ratio:16/9;width:100%;height:100%;max-width:100%;max-height:4rem;display:block;margin-block-start:0.5rem;margin-inline:auto;object-fit:contain;object-position:center;grid-area:img;align-self:center;filter:var(--award-grayscale);transition:filter 0.25s}.award-comp p{margin-block:0;line-height:1.33;text-wrap:balance;-ms-grid-row-align:center;align-self:center}.award-comp p.label-1{-ms-grid-row:1;-ms-grid-column:3;grid-area:h;text-transform:uppercase;font-weight:700;font-size:clamp(0.75rem,3.5cqw,1rem)}.award-comp p.label-2{-ms-grid-row:3;-ms-grid-column:3;grid-area:p;font-style:italic;font-size:clamp(1rem,4.5cqw,1.5rem)}@media (min-width:768px){.award-comp p.label-1,.award-comp p.label-2{grid-column:1/-1}}.ccp-insight.ccp-insight--image,.ratio{position:relative;width:100%}.ccp-insight.ccp-insight--image:before,.ratio:before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ccp-insight.ccp-insight--image>*,.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ccp-insight.ccp-insight--image,.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.8571428571%}.ccp-insight-flow-grid{--insight-grid-cols:4;display:-ms-grid;display:grid;-ms-grid-columns:;grid-template-columns:repeat(var(--insight-grid-cols,4),minmax(200px,370px));grid-gap:2rem;justify-content:space-evenly;margin:2rem 0}@media (min-width:768px) and (max-width:991.98px){.ccp-insight-flow-grid{--insight-grid-cols:3}}@media (max-width:767.98px){.ccp-insight-flow-grid{--insight-grid-cols:2}}@media (max-width:575.98px){.ccp-insight-flow-grid{--insight-grid-cols:1}}.ccp-insight-block{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;grid-row-gap:0.25rem;align-content:baseline}.ccp-insight.ccp-insight--image{border-radius:var(--bs-border-radius-xl,calc(0.375rem * 3));overflow:hidden;transition:box-shadow 0.33s ease}.ccp-insight-block:hover .ccp-insight.ccp-insight--image{box-shadow:0 4px 0.5rem 0 rgba(19,33,73,0.5)}.ccp-insight.ccp-insight--image img{width:100%;height:100%;object-fit:cover;object-position:center}.ccp-insight.ccp-insight--date,.ccp-insight.ccp-insight--heading,.ccp-insight.ccp-insight--truncated-text{margin-top:0.25rem}.ccp-insight.ccp-insight--date,.ccp-insight.ccp-insight--truncated-text{color:#868d98}.ccp-insight.ccp-insight--date{font-size:1rem}.ccp-insight.ccp-insight--heading{font-weight:600;line-height:1.25;display:-webkit-box;max-width:100%;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;font-size:calc(1.275rem + 0.3vw)}@media (min-width:1200px){.ccp-insight.ccp-insight--heading{font-size:1.5rem}}.ccp-insight.ccp-insight--heading{color:var(--ccp-color-1)}.ccp-insight.ccp-insight--truncated-text{display:box;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden}body.ccp-dialog-open{overflow:hidden}.ccp-video-modal{padding:0;border-radius:0.8rem;border:none;box-shadow:0 0.5rem 1rem rgba(0,0,0,0.15);background:none;opacity:0;scale:0.85;transition:opacity 0.25s ease,scale 0.25s ease,display 0.25s allow-discrete,overlay 0.25s allow-discrete}.ccp-video-modal[open]{opacity:1;scale:1}@starting-style{.ccp-video-modal[open]{opacity:0;scale:0.85}}.ccp-video-modal__inner-dialog{width:80vw;max-width:900px}.ccp-video-modal::-ms-backdrop{background-color:color-mix(in srgb,color-mix(in srgb,var(--bs-primary) 70%,var(--bs-dark)) 95%,transparent);cursor:pointer;-ms-transition:background-color 0.25s ease,display 0.25s allow-discrete,overlay 0.25s allow-discrete;transition:background-color 0.25s ease,display 0.25s allow-discrete,overlay 0.25s allow-discrete}.ccp-video-modal::backdrop{background-color:color-mix(in srgb,color-mix(in srgb,var(--bs-primary) 70%,var(--bs-dark)) 95%,transparent);cursor:pointer;transition:background-color 0.25s ease,display 0.25s allow-discrete,overlay 0.25s allow-discrete}@starting-style{.ccp-video-modal::-ms-backdrop{background-color:transparent}.ccp-video-modal::backdrop{background-color:transparent}}