@charset "UTF-8";@keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size,25px) 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{0%{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:inherit;font-family:var(--plyr-font-family,inherit);font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular,400);line-height:1.7;line-height:var(--plyr-line-height,1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui :after,.plyr--full-ui :before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5464;background:var(--plyr-badge-background,#4a5464);border-radius:2px;border-radius:var(--plyr-badge-border-radius,2px);color:#fff;color:var(--plyr-badge-text-color,#fff);font-size:9px;font-size:var(--plyr-font-size-badge,9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:13px;font-size:var(--plyr-font-size-small,13px);left:0;padding:10px;padding:var(--plyr-control-spacing,10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media (min-width:480px){.plyr__captions{font-size:15px;font-size:var(--plyr-font-size-base,15px);padding:20px;padding:calc(var(--plyr-control-spacing, 10px)*2)}}@media (min-width:768px){.plyr__captions{font-size:18px;font-size:var(--plyr-font-size-large,18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px);transform:translateY(calc(var(--plyr-control-spacing, 10px)*-4))}.plyr__caption{background:#000c;background:var(--plyr-captions-background,#000c);border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color,#fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:#0000;border:0;border-radius:3px;border-radius:var(--plyr-control-radius,3px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7);position:relative;transition:all .3s ease}.plyr__control svg{fill:currentColor;display:block;height:18px;height:var(--plyr-control-icon-size,18px);pointer-events:none;width:18px;width:var(--plyr-control-icon-size,18px)}.plyr__control:focus{outline:0}.plyr__control:focus-visible{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}a.plyr__control{text-decoration:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,a.plyr__control:after,a.plyr__control:before{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px;margin-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px;padding-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px;padding:0 calc(var(--plyr-control-spacing, 10px)/2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip],.plyr__controls:empty{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:#ffffffe6;background:var(--plyr-menu-background,#ffffffe6);border-radius:4px;border-radius:var(--plyr-menu-radius,4px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-menu-shadow,0 1px 2px #00000026);color:#4a5464;color:var(--plyr-menu-color,#4a5464);font-size:15px;font-size:var(--plyr-font-size-base,15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container:after{border:4px solid #0000;border-top-color:#ffffffe6;border:var(--plyr-menu-arrow-size,4px) solid #0000;border-top-color:var(--plyr-menu-background,#ffffffe6);content:"";height:0;position:absolute;right:14px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5464;color:var(--plyr-menu-color,#4a5464);display:flex;font-size:13px;font-size:var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));padding:4.66667px 10.5px;padding:calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);-webkit-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control:after{border:4px solid #0000;border:var(--plyr-menu-item-arrow-size,4px) solid #0000;content:"";position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px;padding-right:calc(var(--plyr-control-spacing, 10px)*.7*4)}.plyr__menu__container .plyr__control--forward:after{border-left-color:#728197;border-left-color:var(--plyr-menu-arrow-color,#728197);right:6.5px;right:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--forward:focus-visible:after,.plyr__menu__container .plyr__control--forward:hover:after{border-left-color:initial}.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular,400);margin:7px;margin:calc(var(--plyr-control-spacing, 10px)*.7);margin-bottom:3.5px;margin-bottom:calc(var(--plyr-control-spacing, 10px)*.7/2);padding-left:28px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*4);position:relative;width:calc(100% - 14px);width:calc(100% - var(--plyr-control-spacing, 10px)*.7*2)}.plyr__menu__container .plyr__control--back:after{border-right-color:#728197;border-right-color:var(--plyr-menu-arrow-color,#728197);left:6.5px;left:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--back:before{background:#dcdfe5;background:var(--plyr-menu-back-border-color,#dcdfe5);box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);content:"";height:1px;left:0;margin-top:3.5px;margin-top:calc(var(--plyr-control-spacing, 10px)*.7/2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back:focus-visible:after,.plyr__menu__container .plyr__control--back:hover:after{border-right-color:initial}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container .plyr__control[role=menuitemradio]:after,.plyr__menu__container .plyr__control[role=menuitemradio]:before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]:before{background:#0000001a;content:"";display:block;flex-shrink:0;height:16px;margin-right:10px;margin-right:var(--plyr-control-spacing,10px);transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]:after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{background:#00b2ff;background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible:before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before{background:#23282f1a}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:-5px;margin-right:calc(var(--plyr-control-spacing, 10px)*.7*-1 - -2px);overflow:hidden;padding-left:24.5px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*3.5);pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;appearance:none;background:#0000;border:0;border-radius:26px;border-radius:calc(var(--plyr-range-thumb-height, 13px)*2);color:#00b2ff;color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));display:block;height:19px;height:calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));margin:0;min-width:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:#0000;background-image:linear-gradient(90deg,currentColor 0,#0000 0);background-image:linear-gradient(to right,currentColor var(--value,0),#0000 var(--value,0));border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:-4px;margin-top:calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/2*-1);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-track{background:#0000;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px)}.plyr--full-ui input[type=range]::-ms-track{color:#0000}.plyr--full-ui input[type=range]::-ms-fill-upper,.plyr--full-ui input[type=range]::-ms-track{background:#0000;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:#0000;background:currentColor;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:0;position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-moz-range-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-ms-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr__poster{background-color:#000;background-color:var(--plyr-video-background,var(--plyr-video-background,#000));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}.plyr__time{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__time+.plyr__time:before{content:"⁄";margin-right:10px;margin-right:var(--plyr-control-spacing,10px)}@media (max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:#ffffffe6;background:var(--plyr-tooltip-background,#ffffffe6);border-radius:5px;border-radius:var(--plyr-tooltip-radius,5px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);color:#4a5464;color:var(--plyr-tooltip-color,#4a5464);font-size:13px;font-size:var(--plyr-font-size-small,13px);font-weight:400;font-weight:var(--plyr-font-weight-regular,400);left:50%;line-height:1.3;margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:5px 7.5px;padding:calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;white-space:nowrap;z-index:2}.plyr__tooltip:before{border-left:4px solid #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #ffffffe6;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#ffffffe6);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control:focus-visible .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translateY(10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before{left:16px;left:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7)}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translateY(10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip:before{left:auto;right:16px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);transform:translateX(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0) scale(1)}.plyr__progress{left:6.5px;left:calc(var(--plyr-range-thumb-height, 13px)*.5);margin-right:13px;margin-right:var(--plyr-range-thumb-height,13px);position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-6.5px;margin-left:calc(var(--plyr-range-thumb-height, 13px)*-.5);margin-right:-6.5px;margin-right:calc(var(--plyr-range-thumb-height, 13px)*-.5);width:calc(100% + 13px);width:calc(100% + var(--plyr-range-thumb-height, 13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{left:0;max-width:120px;overflow-wrap:break-word}.plyr__progress__buffer{-webkit-appearance:none;background:#0000;border:0;border-radius:100px;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin-top:-2.5px;margin-top:calc((var(--plyr-range-track-height, 5px)/2)*-1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:#0000}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,#23282f99 25%,#0000 0,#0000 50%,#23282f99 0,#23282f99 75%,#0000 0,#0000);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,#23282f99) 25%,#0000 25%,#0000 50%,var(--plyr-progress-loading-background,#23282f99) 50%,var(--plyr-progress-loading-background,#23282f99) 75%,#0000 75%,#0000);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:#0000}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:#ffffff40;background-color:var(--plyr-video-progress-buffered-background,#ffffff40)}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:#c1c8d199;background-color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}.plyr__progress__marker{background-color:#fff;background-color:var(--plyr-progress-marker-background,#fff);border-radius:1px;height:5px;height:var(--plyr-range-track-height,5px);position:absolute;top:50%;transform:translate(-50%,-50%);width:3px;width:var(--plyr-progress-marker-width,3px);z-index:3}.plyr__volume{align-items:center;display:flex;position:relative}.plyr__volume input[type=range]{margin-left:5px;margin-left:calc(var(--plyr-control-spacing, 10px)/2);margin-right:5px;margin-right:calc(var(--plyr-control-spacing, 10px)/2);max-width:90px;min-width:60px;position:relative;z-index:2}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background,#fff);border-radius:inherit;color:#4a5464;color:var(--plyr-audio-control-color,#4a5464);padding:10px;padding:var(--plyr-control-spacing,10px)}.plyr--audio .plyr__control:focus-visible,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-audio-control-color-hover,#fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--audio .plyr__progress__buffer{color:#c1c8d199;color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}.plyr--video{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio::before{float:left;padding-top:56.25%;content:''}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio::after{display:block;content:'';clear:both}@supports not (aspect-ratio:16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;color:var(--plyr-video-control-color,#fff);left:0;padding:5px;padding:calc(var(--plyr-control-spacing, 10px)/2);padding-top:20px;padding-top:calc(var(--plyr-control-spacing, 10px)*2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media (min-width:480px){.plyr--video .plyr__controls{padding:10px;padding:var(--plyr-control-spacing,10px);padding-top:35px;padding-top:calc(var(--plyr-control-spacing, 10px)*3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control:focus-visible,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-video-control-color-hover,#fff)}.plyr__control--overlaid{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));border:0;border-radius:100%;color:#fff;color:var(--plyr-video-control-color,#fff);display:none;left:50%;opacity:.9;padding:15px;padding:calc(var(--plyr-control-spacing, 10px)*1.5);position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--video .plyr__progress__buffer{color:#ffffff40;color:var(--plyr-video-progress-buffered-background,#ffffff40)}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen video{height:100%}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;bottom:0;height:100%;left:0;margin:0;position:fixed;right:0;top:0;width:100%;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads:after{background:#23282f;border-radius:2px;bottom:10px;bottom:var(--plyr-control-spacing,10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;right:var(--plyr-control-spacing,10px);z-index:3}.plyr__ads:empty:after{display:none}.plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height,5px);left:0;opacity:.8;position:absolute;top:50%;transform:translateY(-50%);width:3px;z-index:3}.plyr__preview-thumb{background-color:#ffffffe6;background-color:var(--plyr-tooltip-background,#ffffffe6);border-radius:5px;border-radius:var(--plyr-tooltip-radius,5px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:3px;pointer-events:none;position:absolute;transform:translateY(10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0) scale(1)}.plyr__preview-thumb:before{border-left:4px solid #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #ffffffe6;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#ffffffe6);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:calc(50% + var(--preview-arrow-offset));position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:4px;border-radius:calc(var(--plyr-tooltip-radius, 5px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img,.plyr__preview-thumb__image-container:after{height:100%;left:0;position:absolute;top:0;width:100%}.plyr__preview-thumb__image-container:after{border-radius:inherit;box-shadow:inset 0 0 0 1px #00000026;content:"";pointer-events:none}.plyr__preview-thumb__image-container img{max-height:none;max-width:none}.plyr__preview-thumb__time-container{background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:4px;border-bottom-left-radius:calc(var(--plyr-tooltip-radius, 5px) - 1px);border-bottom-right-radius:4px;border-bottom-right-radius:calc(var(--plyr-tooltip-radius, 5px) - 1px);bottom:0;left:0;line-height:1.1;padding:20px 6px 6px;position:absolute;right:0;z-index:3}.plyr__preview-thumb__time-container span{color:#fff;font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);border:0!important;height:1px!important;overflow:hidden;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}
@charset "UTF-8";
/** Global styles */ /** Colors */
/** Fonts */
/**************************************************************
-> Define font-face custom typefaces
**************************************************************/
@font-face {
  font-family: "Euclid Circular B";
  src: url("../fonts/EuclidCircularB-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Euclid Circular B";
  src: url("../fonts/EuclidCircularB-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Euclid Circular B";
  src: url("../fonts/EuclidCircularB-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Euclid Circular B";
  src: url("../fonts/EuclidCircularB-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Euclid Circular B";
  src: url("../fonts/EuclidCircularB-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  accent-color: #2E1BFF;
}

html {
  box-sizing: border-box;
  font-size: 10px;
  -webkit-overflow-scrolling: auto; /* Stops scrolling immediately */
  overscroll-behavior-y: none;
  overflow-x: hidden;
}

body {
  font-family: "Euclid Circular B", sans-serif;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  background: #020834;
  overflow-x: hidden;
}
body.modal-open {
  overflow: hidden;
}

p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 400;
  margin: 0 0 3rem;
}
p.large {
  font-size: 2rem;
  line-height: 1.5;
}

h1 {
  font-size: 5rem;
  line-height: 1;
  font-weight: 500;
}
@media (min-width: 769px) {
  h1 {
    font-size: 8rem;
  }
}

h2 {
  font-size: 3rem;
  line-height: 1.333;
  font-weight: 500;
}
@media (min-width: 769px) {
  h2 {
    font-size: 5rem;
    line-height: 1.2;
  }
}

h3 {
  font-size: 3rem;
  line-height: 1.333;
  font-weight: 400;
}
@media (min-width: 769px) {
  h3 {
    font-size: 4rem;
    line-height: 1.25;
  }
}

h4 {
  font-size: 2.5rem;
  line-height: 1.24;
  font-weight: 500;
}
@media (min-width: 769px) {
  h4 {
    font-size: 3rem;
    line-height: 1.333;
  }
}

h5 {
  font-size: 2.5rem;
  line-height: 1.24;
  font-weight: 400;
}
@media (min-width: 769px) {
  h5 {
    font-size: 3rem;
    line-height: 1.333;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}
*:focus,
*::before:focus,
*::after:focus {
  outline: none !important;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

figure {
  padding: 0;
  margin: 0;
}

.meta {
  color: #00D5FF;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.9rem;
  font-weight: 600;
  letter-spacing: 0.15rem;
  display: block;
  margin-bottom: 1rem;
}

.container {
  max-width: 118rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 769px) {
  .container {
    display: flex;
    flex-direction: column;
  }
}
.container.flex {
  display: flex;
}

button {
  border: 0;
  padding: 0;
  background: none;
}
button:focus {
  outline: none;
}

a {
  color: #00D5FF;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #FFFFFF;
}

.prose > *:first-child {
  margin-top: 0;
}
.prose > *:last-child {
  margin-bottom: 0;
}
.prose h2, .prose h3 {
  font-size: 2rem;
  line-height: 1.333;
  font-weight: 500;
  margin: 4rem 0 3rem;
}
.prose figure {
  width: 100%;
  max-width: 100%;
  margin: 6rem 0;
}
.prose figure img {
  margin: 0;
}
.prose img {
  display: block;
  max-width: 100%;
  border-radius: 1rem;
  margin: 6rem 0;
}
.prose hr {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  border: none;
}
.prose ul,
.prose ol {
  margin: 0 0 3rem;
  padding: 0;
}
.prose li {
  margin-left: 4.1rem;
}
.prose ol li {
  padding-left: 2rem;
}

@media (min-width: 769px) {
  [data-animation=fadeInUp] {
    opacity: 0;
  }
}

@media (max-width: 768px) {
  [data-speed] {
    transform: translateY(0) !important;
  }
}

.plyr {
  max-height: 80vh;
}

.gradient::before, .gradient::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  z-index: 2;
  background: #020834;
  left: 0;
}
.gradient::before {
  top: 0;
  height: 45%;
  background: linear-gradient(0deg, rgba(2, 8, 52, 0) 0%, #020834 100%);
}
.gradient::after {
  bottom: 0;
  height: 65%;
  background: linear-gradient(180deg, rgba(2, 8, 52, 0) 0%, #020834 100%);
}

@media (min-width: 769px) {
  .mobile-only {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .desktop-only {
    display: none !important;
  }
}

.border-top {
  position: relative;
}
.border-top::before {
  content: "";
  display: block;
  width: calc(100% - 4rem);
  left: 2rem;
  top: 0;
  height: 0.1rem;
  opacity: 0.3;
  background: #FFFFFF;
  position: absolute;
}

.border-bottom {
  position: relative;
}
.border-bottom::after {
  content: "";
  display: block;
  width: calc(100% - 4rem);
  left: 2rem;
  bottom: 0;
  height: 0.1rem;
  opacity: 0.3;
  background: #FFFFFF;
  position: absolute;
}

.hidden {
  display: none !important;
}

.text-highlight::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0.5rem;
  top: 50%;
  background: #00D5FF;
  border-radius: 1rem;
  left: 0;
  min-height: 11.3rem;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .text-highlight::before {
    min-height: 10rem;
  }
}

.backdrop {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100vw;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}

.popup {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 201;
  top: 10rem;
  width: 111rem;
  max-width: 90%;
  left: 50%;
  transform: translateX(-50%);
  background: #020834;
  border-radius: 2rem;
  box-shadow: 0 0 7rem 0 rgba(0, 0, 0, 0.05);
  padding: 4rem;
}
@media (max-width: 768px) {
  .popup {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    border-radius: 0;
    transform: none;
    box-shadow: none;
    max-width: 100%;
    padding: 1.9rem 1.9rem 6rem 1.9rem;
    overflow: scroll;
  }
}
.popup__close {
  background: #2E1BFF;
  height: 6.8rem;
  width: 6.8rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -3.4rem;
  top: -3.4rem;
  cursor: pointer;
  z-index: 12;
}
@media (max-width: 768px) {
  .popup__close {
    width: 4.2rem;
    height: 4.2rem;
    top: 3rem;
    right: 3rem;
  }
  .popup__close svg {
    height: 1.4rem;
    width: 1.4rem;
  }
}

.wrap {
  position: relative;
}

.scroll-down .site-header {
  transform: translate3d(0, -100%, 0);
}

.scroll-up .site-header {
  transform: none;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: transform 0.5s ease-in-out;
  transform: none;
}
@media (max-width: 1000px) {
  .site-header {
    position: absolute;
  }
}
.site-header::before {
  content: "";
  display: block;
  height: 12rem;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(2, 8, 52);
  background: linear-gradient(0deg, rgba(2, 8, 52, 0) 0%, rgb(2, 8, 52) 100%);
}
.site-header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 3rem 0;
}
@media (max-width: 1000px) {
  .site-header .inner {
    padding: 3.5rem 0;
  }
}
.site-header .brand {
  width: 18.5rem;
}
.site-header a {
  font-family: "Euclid Circular B", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.9rem;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.site-header a:hover {
  color: #00D5FF;
}
.site-header .current-menu-item a {
  color: #00D5FF;
}
@media (max-width: 1000px) {
  .site-header .nav-primary {
    display: none;
  }
}
.site-header .nav-primary ul.nav {
  display: flex;
  margin: 0;
  padding: 0 3rem;
  list-style: none;
  gap: 3rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.2);
  border-radius: 5rem;
}
.site-header .nav-primary ul.nav > li {
  line-height: 1.9rem;
}
.site-header .nav-primary ul.nav > li > a {
  padding: 2.2rem 0;
}
.site-header .nav-primary ul.nav > li.menu-item-has-children > a {
  pointer-events: none;
}
.site-header .nav-primary ul.nav > li.menu-item-has-children > a::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.828' height='5.414' viewBox='0 0 8.828 5.414'%3E%3Cg id='Icon_feather-chevron-down' data-name='Icon feather-chevron-down' transform='translate(1.414 1.414)'%3E%3Cpath id='Icon_feather-chevron-down-2' data-name='Icon feather-chevron-down' d='M9,13.5l3,3,3-3' transform='translate(-9 -13.5)' fill='none' stroke='%2300d5ff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
  height: 1rem;
  width: 1rem;
  display: block;
  background-repeat: no-repeat;
  background-position: center 3px;
  transition: all 0.3s ease-in-out;
}
.site-header .nav-primary ul.nav > li.menu-item-has-children:hover > a::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.828' height='5.414' viewBox='0 0 8.828 5.414'%3E%3Cg id='Icon_feather-chevron-down' data-name='Icon feather-chevron-down' transform='translate(1.414 1.414)'%3E%3Cpath id='Icon_feather-chevron-down-2' data-name='Icon feather-chevron-down' d='M9,13.5l3,3,3-3' transform='translate(-9 -13.5)' fill='none' stroke='%232E1BFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
  transform: rotateX(180deg);
}
.site-header .nav-primary ul.nav ul.sub-menu {
  visibility: hidden;
  opacity: 0;
  top: 6.3rem;
  left: -2rem;
  padding: 0;
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.16);
  list-style: none;
  position: absolute;
  min-width: calc(100% + 4rem);
}
.site-header .nav-primary ul.nav ul.sub-menu a {
  color: #000846;
  padding: 1rem 3.4rem 1rem 2rem;
  display: block;
  border-bottom: 0.1rem solid #D9D9D9;
  background: #FFFFFF;
  white-space: nowrap;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.site-header .nav-primary ul.nav ul.sub-menu a:hover {
  color: #2E1BFF;
}
.site-header .nav-primary ul.nav ul.sub-menu a::after {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  position: absolute;
  right: 2rem;
  top: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='7.797' viewBox='0 0 8 7.797'%3E%3Cpath id='Icon_awesome-arrow-right' data-name='Icon awesome-arrow-right' d='M3.4,3.17l.4-.4a.427.427,0,0,1,.605,0L7.874,6.242a.427.427,0,0,1,0,.605L4.4,10.319a.427.427,0,0,1-.605,0l-.4-.4a.429.429,0,0,1,.007-.612L5.56,7.26H.429A.427.427,0,0,1,0,6.832V6.26a.427.427,0,0,1,.429-.429H5.56L3.409,3.782A.426.426,0,0,1,3.4,3.17Z' transform='translate(0 -2.647)' fill='%232e1bff'/%3E%3C/svg%3E%0A");
}
.site-header .nav-primary ul.nav ul.sub-menu li:first-child a {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.site-header .nav-primary ul.nav ul.sub-menu li:last-child {
  border-bottom: 0;
}
.site-header .nav-primary ul.nav ul.sub-menu li:last-child a {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.site-header .nav-primary ul.nav ul.sub-menu ul.sub-menu {
  position: relative;
  left: 0;
  opacity: 1;
  min-width: 100%;
  top: 0;
  height: 0;
}
.site-header .nav-primary ul.nav ul.sub-menu ul.sub-menu a {
  border-radius: 0;
  font-size: 1.2rem;
  padding: 1rem 2rem 1rem 2rem;
}
.site-header .nav-primary ul.nav ul.sub-menu ul.sub-menu a::after {
  content: none;
}

.wrap {
  min-height: 500px;
}

.page-footer {
  background: #01051F;
  z-index: 3;
  overflow: hidden;
}
.page-footer .footer-top {
  padding: 6rem 0 4rem;
  position: relative;
  z-index: 5;
}
@media (min-width: 1000px) {
  .page-footer .footer-top {
    padding-top: 12rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 500px) {
  .page-footer .footer-top .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 750px) {
  .page-footer .footer-top .container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1000px) {
  .page-footer .footer-top .container {
    grid-template-columns: 33% repeat(3, auto);
  }
}
.page-footer .background {
  position: absolute;
  width: 100%;
  height: 100%;
}
.page-footer .background::before {
  content: "";
  display: block;
  width: 100vw;
  background: rgb(1, 5, 31);
  position: absolute;
  z-index: 2;
  height: 20rem;
  background: linear-gradient(0deg, rgba(1, 5, 31, 0) 0%, rgb(1, 5, 31) 100%);
}
@media (min-width: 1000px) {
  .page-footer .background::before {
    height: 100%;
    background: linear-gradient(0deg, rgb(1, 5, 31) 0%, rgba(1, 5, 31, 0) 50%, rgb(1, 5, 31) 100%);
  }
}
.page-footer .background svg {
  position: absolute;
  z-index: 1;
  width: 110vw;
  left: 12vw;
  top: 2rem;
  height: auto;
}
.page-footer .background svg::before{
  float: left;
  padding-top: 1.136;
  content: '';
}
.page-footer .background svg::after{
  display: block;
  content: '';
  clear: both;
}
@media (min-width: 500px) {
  .page-footer .background svg {
    opacity: 0.5;
  }
}
@media (min-width: 1000px) {
  .page-footer .background svg {
    opacity: 0.3;
    width: 67vw;
    left: -6vw;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 999px) {
  .page-footer .icon-footer-desktop {
    display: none;
  }
}
@media (min-width: 1000px) {
  .page-footer .icon-footer {
    display: none;
  }
}
.page-footer .logo {
  padding: 0 0 5rem;
  margin: 0;
  z-index: 11;
}
@media (min-width: 500px) {
  .page-footer .logo {
    grid-column: 1/-1;
  }
}
@media (min-width: 1000px) {
  .page-footer .logo {
    grid-column: 1/2;
    padding-top: 15.7rem;
  }
}
.page-footer .logo svg {
  width: 100%;
  max-width: 22.1rem;
  height: 2.4rem;
}
@media (min-width: 1000px) {
  .page-footer .logo svg {
    max-width: 27.7rem;
    height: 3rem;
  }
}
.page-footer p {
  line-height: 1.9rem;
  font-weight: 500;
}
.page-footer .heading {
  font-size: 2rem;
  margin: 0 0 2rem;
}
.page-footer .contact {
  margin: 5rem 0 4rem;
}
@media (min-width: 500px) {
  .page-footer .contact {
    margin-top: 0;
  }
}
.page-footer .contact .heading {
  font-size: 2rem;
  margin: 0 0 2rem;
}
.page-footer .contact p {
  font-size: 1.4rem;
  margin: 0 0 1rem;
}
.page-footer .contact a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 500;
}
@media (max-width: 768px) {
  .page-footer .contact a {
    font-size: 1.8rem;
  }
}
.page-footer .contact .button {
  margin-top: 2.4rem;
}
@media (min-width: 500px) {
  .page-footer .navigation {
    margin-bottom: 4rem;
  }
}
.page-footer .navigation .nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.9rem;
}
.page-footer .navigation a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.9rem;
  padding-right: 32px;
  display: inline-flex;
  align-items: center;
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .page-footer .navigation a {
    font-size: 1.8rem;
  }
}
.page-footer .navigation a::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='7.797' viewBox='0 0 8 7.797'%3E%3Cpath id='Icon_awesome-arrow-right' data-name='Icon awesome-arrow-right' d='M3.4,3.17l.4-.4a.427.427,0,0,1,.605,0L7.874,6.242a.427.427,0,0,1,0,.605L4.4,10.319a.427.427,0,0,1-.605,0l-.4-.4a.429.429,0,0,1,.007-.612L5.56,7.26H.429A.427.427,0,0,1,0,6.832V6.26a.427.427,0,0,1,.429-.429H5.56L3.409,3.782A.426.426,0,0,1,3.4,3.17Z' transform='translate(0 -2.647)' fill='%232e1bff'/%3E%3C/svg%3E%0A");
  display: block;
  width: 0.8rem;
  height: 0.8rem;
}
.page-footer .social .heading {
  margin-bottom: 3rem;
}
.page-footer .social .button {
  display: inline-flex;
  gap: 0.7rem;
  align-items: center;
}
.page-footer .footer-bottom {
  padding-bottom: 5rem;
  position: relative;
  z-index: 2;
}
.page-footer .footer-bottom .nav-legal {
  position: relative;
}
@media (min-width: 1000px) {
  .page-footer .footer-bottom .nav-legal {
    display: flex;
    gap: 1.5rem;
    margin-left: 33%;
    justify-content: flex-start;
  }
}
.page-footer .footer-bottom .nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1000px) {
  .page-footer .footer-bottom .nav {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
  }
}
.page-footer .footer-bottom .nav a {
  font-weight: 500;
}
.page-footer .footer-bottom a, .page-footer .footer-bottom p, .page-footer .footer-bottom li {
  color: #BEBEBE;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1.9rem;
}
.page-footer .footer-bottom p, .page-footer .footer-bottom li {
  margin-bottom: 1rem;
}
@media (min-width: 1000px) {
  .page-footer .footer-bottom p, .page-footer .footer-bottom li {
    margin-bottom: 0;
  }
}
.page-footer .footer-bottom p {
  margin-bottom: 5rem;
}
@media (min-width: 1000px) {
  .page-footer .footer-bottom p {
    margin-bottom: 0;
  }
}
.page-footer .site-by {
  display: flex;
  align-items: center;
  color: #fff;
  margin-top: 2rem;
  pointer-events: none;
}
@media (min-width: 769px) {
  .page-footer .site-by {
    margin-top: 0;
  }
}
@media (min-width: 1000px) {
  .page-footer .site-by {
    justify-content: flex-end;
    margin-top: -2.9rem;
  }
}
.page-footer .site-by p {
  font-family: "Euclid Circular B", sans-serif;
  font-size: 1.5rem;
  margin-right: 1.5rem;
  margin-bottom: 0;
  pointer-events: all;
}
.page-footer .site-by a {
  display: block;
  width: 3.45rem;
  height: 3.45rem;
  pointer-events: all;
}
.page-footer .site-by a:hover svg {
  color: #00D5FF;
}
.page-footer .site-by svg {
  width: 3.45rem;
  height: 3.45rem;
  color: #fff;
  transition: color 0.3s ease;
}

.mobile-nav-icon {
  position: fixed;
  top: 2rem;
  right: 2rem;
  height: 4.2rem;
  width: 4.2rem;
  padding: 1rem;
  cursor: pointer;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 200;
  background: #2E1BFF;
  border-radius: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1000px) {
  .mobile-nav-icon {
    display: none;
  }
}
.mobile-nav-icon.scroll-down {
  transform: translateY(-8rem);
}
.mobile-nav-icon.active .background {
  opacity: 1;
  transform: scale(1);
}
.mobile-nav-icon .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2E1BFF;
  border-radius: 100%;
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.15s ease-out, transform 0.15s ease-out;
  z-index: 1;
}
.mobile-nav-icon .burger-button {
  position: relative;
  height: 1.8rem;
  width: 1.8rem;
  display: block;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  pointer-events: all;
  cursor: pointer;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 2;
}
.mobile-nav-icon .burger-bar {
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 0.2rem;
  width: 1.8rem;
  margin-top: -1px;
  border-radius: 1rem;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.mobile-nav-icon .burger-bar--1 {
  transform: translateY(-5px);
}
.mobile-nav-icon .burger-bar--2 {
  transform-origin: 100% 50%;
  transform: scaleX(1);
}
.mobile-nav-icon .burger-button:hover .burger-bar--2 {
  transform: scaleX(1);
}
.mobile-nav-icon .no-touchevents .burger-bar--2:hover {
  transform: scaleX(1);
}
.mobile-nav-icon .burger-bar--3 {
  transform: translateY(5px);
}
.mobile-nav-icon .active .burger-button {
  transform: rotate(-180deg);
}
.mobile-nav-icon .active .burger-bar {
  background-color: #fff;
}
.mobile-nav-icon .active .burger-bar--1 {
  transform: rotate(45deg);
}
.mobile-nav-icon .active .burger-bar--2 {
  opacity: 0;
}
.mobile-nav-icon .active .burger-bar--3 {
  transform: rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.3rem 2rem 2rem;
  overflow-y: scroll;
  -ms-overflow-style: none;
  z-index: 100;
  background: #000846;
  opacity: 0;
  pointer-events: none;
  transition: transform 0s;
}
.mobile-menu::-webkit-scrollbar {
  display: none;
}
.mobile-menu .nav > li {
  display: block;
  padding: 2rem 0;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.mobile-menu .nav > li.menu-item-has-children::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cg id='Button_Open' data-name='Button/Open' transform='translate(-338 -151)'%3E%3Crect id='Rectangle_2316' data-name='Rectangle 2316' width='18' height='2' rx='1' transform='translate(338 159)' fill='%2300d5ff'/%3E%3Crect id='Rectangle_2317' data-name='Rectangle 2317' width='18' height='2' rx='1' transform='translate(346.002 169) rotate(-90)' fill='%2300d5ff'/%3E%3C/g%3E%3C/svg%3E%0A");
  display: block;
  height: 18px;
  width: 18px;
  position: absolute;
  right: 0;
  top: 3.2rem;
  background-repeat: no-repeat;
  background-position: center;
}
.mobile-menu .nav > li.menu-item-has-children.open::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='2' viewBox='0 0 18 2'%3E%3Cg id='Button_Open' data-name='Button/Open' transform='translate(-338 -159)'%3E%3Crect id='Rectangle_2316' data-name='Rectangle 2316' width='18' height='2' rx='1' transform='translate(338 159)' fill='%2300d5ff'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.mobile-menu .nav > li > a {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 4rem;
  letter-spacing: -0.01rem;
}
.mobile-menu .sub-menu {
  height: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.mobile-menu .sub-menu > li:first-child {
  padding-top: 3rem;
}
.mobile-menu .sub-menu ul.sub-menu {
  padding-left: 3rem;
  height: auto;
}
.mobile-menu .sub-menu ul.sub-menu li:first-child {
  padding-top: 2rem;
}
.mobile-menu.slide-out {
  transition: transform 1.5s ease-out;
  transform: translateX(-101%);
}
.mobile-menu a {
  color: #fff;
  text-decoration: none;
  font-family: "Euclid Circular B", sans-serif;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 400;
}
.mobile-menu a .description {
  display: none;
}
.mobile-menu a .new-badge {
  display: none;
}
.mobile-menu ul {
  padding: 0;
}
.mobile-menu li.current-menu-item:not(.menu-item-has-children) > a {
  color: #00D5FF;
}
.mobile-menu ul {
  list-style-type: none;
}
.mobile-menu .nav-primary {
  margin-top: 8.3rem;
}
.mobile-menu .mobile-search-trigger {
  color: #fff;
  padding: 1rem;
  cursor: pointer;
}
.mobile-menu .mobile-search-trigger svg {
  width: 1.6rem;
}

@keyframes slidein {
  from {
    transform: translateX(-25%);
  }
  to {
    transform: translateX(0%);
  }
}
.fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/** Dependancy styles */
/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.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;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/** Component styles */
.cookie-banner {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: calc(100% - 10rem);
  bottom: 0;
  left: 0;
  background-color: #020834;
  padding: 1.9rem 3rem;
  transform: translateY(100%);
  transition: transform 1s ease;
  border-top-right-radius: 1rem;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.16);
  z-index: 50;
  border: 0.1rem solid #262626;
  border-bottom: 0;
  border-left: 0;
}
@media (max-width: 768px) {
  .cookie-banner {
    flex-direction: column;
    width: 100%;
    left: 0;
    border-radius: 0;
    max-width: 100vw;
    padding: 2rem;
    border-right: 0;
    align-items: flex-start;
    gap: 2rem;
  }
}
.cookie-banner.active {
  transform: translateY(0);
  transition: transform 0 ease;
}
.cookie-banner p {
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0 1.5rem 0 0;
}
.cookie-banner strong {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
}
.cookie-banner strong a {
  text-decoration: none;
}
.cookie-banner a {
  display: inline-block;
  text-decoration: underline;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.cookie-banner a:last-child {
  padding-left: 1rem;
}
.cookie-banner a:hover {
  opacity: 0.7;
}
.cookie-banner .link {
  margin-left: 1.5rem;
}
.cookie-banner .button {
  background-color: #2E1BFF;
  color: #fff;
  padding: 1rem 3rem;
  font-family: "Euclid Circular B", sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 2rem;
}
@media (max-width: 768px) {
  .cookie-banner .button {
    margin: 1rem 0 0;
  }
}
.cookie-banner .button::after {
  top: 1.5rem;
}

.button {
  font-family: "Euclid Circular B", sans-serif;
  display: inline-block;
  font-size: 1.7rem;
  line-height: 2rem !important;
  font-weight: 500;
  padding: 2rem 3rem;
  background-color: #2E1BFF;
  border-radius: 3rem;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
  max-width: 100%;
  overflow: hidden;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  border: 0;
}
.button::after {
  content: "";
  position: absolute;
  right: 3rem;
  top: 2.5rem;
  height: 1.07rem;
  width: 1.098rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.982' height='10.704' viewBox='0 0 10.982 10.704'%3E%3Cpath d='M4.669,3.364l.544-.544a.586.586,0,0,1,.831,0l4.765,4.762a.586.586,0,0,1,0,.831L6.044,13.178a.586.586,0,0,1-.831,0l-.544-.544a.589.589,0,0,1,.01-.841L7.633,8.98H.588A.587.587,0,0,1,0,8.391V7.607a.587.587,0,0,1,.588-.588H7.633L4.679,4.2A.585.585,0,0,1,4.669,3.364Z' transform='translate(0 -2.647)' fill='%23fff'/%3E%3C/svg%3E%0A");
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.button:hover {
  background-color: #00D5FF;
  border-radius: 1.6rem;
  padding-right: 5.3rem;
}
.button:hover::after {
  opacity: 1;
}

.button-outline {
  font-family: "Euclid Circular B", sans-serif;
  display: inline-block;
  font-size: 1.7rem;
  line-height: 2rem !important;
  font-weight: 500;
  padding: 2rem 3rem;
  background-color: #2E1BFF;
  border-radius: 3rem;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
  max-width: 100%;
  overflow: hidden;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  border: 0;
  border: 0.1rem solid #FFFFFF;
  background: transparent;
}
.button-outline::after {
  content: "";
  position: absolute;
  right: 3rem;
  top: 2.5rem;
  height: 1.07rem;
  width: 1.098rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.982' height='10.704' viewBox='0 0 10.982 10.704'%3E%3Cpath d='M4.669,3.364l.544-.544a.586.586,0,0,1,.831,0l4.765,4.762a.586.586,0,0,1,0,.831L6.044,13.178a.586.586,0,0,1-.831,0l-.544-.544a.589.589,0,0,1,.01-.841L7.633,8.98H.588A.587.587,0,0,1,0,8.391V7.607a.587.587,0,0,1,.588-.588H7.633L4.679,4.2A.585.585,0,0,1,4.669,3.364Z' transform='translate(0 -2.647)' fill='%23fff'/%3E%3C/svg%3E%0A");
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.button-outline:hover {
  background-color: #00D5FF;
  border-radius: 1.6rem;
  padding-right: 5.3rem;
}
.button-outline:hover::after {
  opacity: 1;
}
.button-outline:hover {
  background-color: #00D5FF;
  border-color: #00D5FF;
}

.card {
  border: 0.1rem solid rgba(255, 255, 255, 0.13);
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  background: rgb(2, 8, 52);
  background: linear-gradient(196deg, rgba(2, 8, 52, 0.15) 0%, rgb(2, 8, 52) 100%);
  position: relative;
  display: block;
}
.card__highlight {
  position: absolute;
  left: 0;
  top: 0;
  height: 83%;
  width: 0.5rem;
  border-top-left-radius: 0.5rem;
  background: rgb(0, 213, 255);
  background: linear-gradient(340deg, rgba(0, 213, 255, 0) 10%, rgb(0, 213, 255) 100%);
}
.card__number {
  color: #00D5FF;
  font-size: 1.2rem;
  line-height: 1.9rem;
  letter-spacing: 0.15rem;
  font-weight: 600;
  position: absolute;
  top: 3rem;
  right: 3rem;
}
@media (max-width: 768px) {
  .card__number {
    right: 2rem;
    top: 2rem;
  }
}

.underline {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 2.2rem);
  height: auto;
}
.underline__border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0.3;
  border: 0.1rem solid white;
}
.underline__circle {
  position: absolute;
  bottom: -2.2rem;
  left: 0;
  transform: translateX(-2.2rem);
  opacity: 0;
}
@media (max-width: 1100px) {
  .underline__circle {
    max-width: 60rem;
  }
}
.underline__circle__outer {
  height: 4.4rem;
  width: 4.4rem;
  border: 0.1rem solid #FFFFFF;
  border-radius: 4.4rem;
  opacity: 0.3;
}
.underline__circle__inner {
  height: 1.8rem;
  width: 1.8rem;
  background: #00D5FF;
  border-radius: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.testimonials {
  background: #020834;
  position: relative;
}
.testimonials::before {
  content: "";
  position: absolute;
  z-index: 2;
  display: block;
  height: 100%;
  width: 15rem;
  left: 0;
  top: 0;
  background: rgb(2, 8, 52);
  background: linear-gradient(270deg, rgba(2, 8, 52, 0) 0%, rgb(2, 8, 52) 100%);
}
@media (max-width: 1300px) {
  .testimonials::before {
    display: none;
  }
}
.testimonials::after {
  content: "";
  position: absolute;
  z-index: 2;
  display: block;
  height: 100%;
  width: 15rem;
  right: 0;
  top: 0;
  background: rgb(2, 8, 52);
  background: linear-gradient(90deg, rgba(2, 8, 52, 0) 0%, rgb(2, 8, 52) 100%);
}
@media (max-width: 900px) {
  .testimonials::after {
    display: none;
  }
}
.testimonials .container {
  padding-top: 9rem;
  padding-bottom: 11.3rem;
}
@media (max-width: 768px) {
  .testimonials .container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.testimonials h2 {
  margin: 0 0 7.3rem;
}
@media (max-width: 768px) {
  .testimonials h2 {
    margin-bottom: 4rem;
  }
}
@media (max-width: 1350px) {
  .testimonials figure {
    padding-left: 9.7rem;
  }
}
@media (max-width: 900px) {
  .testimonials figure {
    padding-left: 0;
  }
}
.testimonials blockquote {
  margin: 0;
}
.testimonials blockquote p {
  font-size: 4rem;
  line-height: 5rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .testimonials blockquote p {
    font-size: 2.1rem;
    line-height: 2.9rem;
  }
}
.testimonials figcaption span {
  font-weight: 700;
}
.testimonials .swiper {
  overflow: visible;
  width: 100%;
}
.testimonials .swiper-slide {
  height: auto;
}
.testimonials .swiper-slide svg {
  position: absolute;
  top: 1rem;
  left: -9.7rem;
}
@media (max-width: 1350px) {
  .testimonials .swiper-slide svg {
    left: 0;
  }
}
@media (max-width: 900px) {
  .testimonials .swiper-slide svg {
    position: static;
    margin-bottom: 2rem;
  }
}
.testimonials .swiper-slide svg:last-of-type {
  float: right;
  left: calc(100% + 3rem);
}
@media (max-width: 1350px) {
  .testimonials .swiper-slide svg:last-of-type {
    left: calc(100% + 3rem);
  }
}
.testimonials .swiper-button-prev,
.testimonials .swiper-button-next {
  height: 6.2rem;
  width: 6.2rem;
  border-radius: 10rem;
  background: blue;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 2rem);
  right: 10rem;
  z-index: 3;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 900px) {
  .testimonials .swiper-button-prev,
  .testimonials .swiper-button-next {
    display: none;
  }
}
.testimonials .swiper-button-prev svg,
.testimonials .swiper-button-next svg {
  width: 1.4rem;
  height: 1.4rem;
}
.testimonials .swiper-button-prev svg path,
.testimonials .swiper-button-next svg path {
  fill: #FFFFFF;
}
.testimonials .swiper-button-prev.swiper-button-disabled,
.testimonials .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.testimonials .swiper-button-prev {
  left: 10rem;
}
@media (max-width: 1300px) {
  .testimonials .swiper-button-prev {
    display: none;
  }
}
.testimonials .swiper-button-prev svg {
  transform: rotateZ(180deg);
}
.testimonials .swiper-pagination {
  position: static;
  text-align: left;
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .testimonials .swiper-pagination {
    margin-top: 4rem;
  }
}
.testimonials .swiper-pagination-bullet {
  width: 4rem;
  height: 0.9rem;
  background: #2E1BFF;
  border-radius: 1rem;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.testimonials .swiper-pagination-bullet-active {
  width: 6rem;
}
.testimonials .swiper-pagination-bullet-active b {
  animation-name: countingBar;
  animation-duration: 4s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}
.testimonials .swiper-pagination-bullet b {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 0;
  height: 0.9rem;
  border-radius: 1rem;
  background-color: #00D5FF;
}
.testimonials .testimonial__quote {
  color: #00D5FF;
}

@keyframes countingBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.hero {
  position: relative;
  z-index: 4;
}
.hero::before {
  height: 80%;
}
.hero .fill {
  -o-object-position: right center;
     object-position: right center;
}
@media (max-width: 768px) {
  .hero .fill {
    -o-object-position: 80% center;
       object-position: 80% center;
  }
}
.hero h1 {
  padding: 21rem 0 11rem;
  margin: 0;
}
@media (max-width: 768px) {
  .hero h1 {
    padding: 16rem 0 8rem;
  }
}
.hero .container {
  position: relative;
  z-index: 3;
}

@media (max-width: 768px) {
  body.esg .hero h1 {
    font-size: 3rem;
  }
}

.split-content {
  position: relative;
  z-index: 2;
}
.split-content .container {
  display: flex;
  -moz-column-gap: 3.8rem;
       column-gap: 3.8rem;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 3;
  position: relative;
  padding-top: 13.6rem;
  padding-bottom: 13.6rem;
}
@media (max-width: 1100px) {
  .split-content .container {
    flex-direction: column;
  }
}
@media (max-width: 1000px) {
  .split-content .container {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
@media (max-width: 768px) {
  .split-content .container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.split-content__title {
  width: 50%;
}
@media (max-width: 1100px) {
  .split-content__title {
    width: 100%;
  }
}
.split-content__title-container {
  padding: 0 2rem 0 6rem;
  gap: 5rem;
  width: 100%;
}
@media (max-width: 1100px) {
  .split-content__title-container {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .split-content__title-container {
    gap: 3rem;
    padding: 0 2rem 0 2.5rem;
  }
}
.split-content__title-container .underline {
  bottom: -5rem;
}
@media (max-width: 768px) {
  .split-content__title-container .underline {
    bottom: -3rem;
  }
}
.split-content .button {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .split-content .button {
    margin-top: 0;
  }
}
.split-content__heading {
  display: flex;
  gap: 4.5rem;
  align-items: center;
  min-height: 12rem;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .split-content__heading {
    gap: 1.9rem;
    margin-bottom: 5rem;
    min-height: 10rem;
  }
}
.split-content h2 {
  margin: 0;
  font-size: 5rem;
  line-height: 6rem;
  letter-spacing: -0.01rem;
}
@media (max-width: 768px) {
  .split-content h2 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
.split-content__content {
  position: relative;
}
@media (max-width: 1100px) {
  .split-content__content {
    width: 100%;
    margin-top: 3rem;
  }
}
@media (max-width: 1100px) {
  .split-content__content svg {
    display: none;
  }
}
.split-content__content svg:first-child {
  position: absolute;
  top: 0;
  left: 0;
}
.split-content__content svg:last-child {
  transform: rotate(180deg);
  position: absolute;
  bottom: 0;
  right: 0;
}
.split-content__content .button {
  margin-top: 0;
}
.split-content__content-container {
  max-width: 45.3rem;
  padding: 4.8rem 5.2rem 5.3rem;
}
@media (max-width: 1100px) {
  .split-content__content-container {
    max-width: unset;
    padding: 0;
  }
}
.split-content__logos {
  position: static;
}
@media (max-width: 1100px) {
  .split-content__logos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 2.9rem;
         column-gap: 2.9rem;
    position: absolute;
    right: 10rem;
    top: -5rem;
  }
}
@media (max-width: 900px) {
  .split-content__logos {
    position: static;
    margin: 0 auto 6rem;
  }
}
.split-content__logo {
  height: 14.7rem;
  width: 14.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #FFFFFF;
  position: absolute;
  top: 27rem;
  left: 2rem;
  margin: auto;
}
@media (max-width: 1100px) {
  .split-content__logo {
    position: static;
    width: 13rem;
    height: 13rem;
  }
}
.split-content__logo img {
  max-width: 80%;
}
.split-content__logo-container {
  position: static;
}
@media (max-width: 1100px) {
  .split-content__logo-container:first-child {
    grid-column: 1/-1;
  }
}
.split-content__logo-container:first-child .split-content__logo {
  height: 15.8rem;
  width: 15.8rem;
  top: -6rem;
  left: 35%;
}
@media (max-width: 1100px) {
  .split-content__logo-container:first-child .split-content__logo {
    width: 13rem;
    height: 13rem;
  }
}
.split-content__logo-container:last-child .split-content__logo {
  width: 22.5rem;
  height: 22.5rem;
  left: 30%;
  top: 34rem;
}
@media (max-width: 1100px) {
  .split-content__logo-container:last-child .split-content__logo {
    width: 13rem;
    height: 13rem;
  }
}

.icon-card-content .container {
  display: flex;
  gap: 12.5rem;
  position: relative;
  z-index: 3;
  padding-top: 12.5rem;
  padding-bottom: 8.3rem;
  justify-content: stretch;
  align-items: center;
}
@media (max-width: 1100px) {
  .icon-card-content .container {
    flex-direction: column;
    gap: 3rem;
  }
}
@media (max-width: 1000px) {
  .icon-card-content .container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.icon-card-content__content {
  width: 50%;
}
@media (max-width: 1100px) {
  .icon-card-content__content {
    width: 100%;
  }
}
.icon-card-content__content h2 {
  margin: 0;
}
@media (max-width: 768px) {
  .icon-card-content__content h2 {
    font-size: 5rem;
    line-height: 6rem;
    letter-spacing: -0.01rem;
  }
}
.icon-card-content__title {
  margin-bottom: 6rem;
}
.icon-card-content__title-content {
  padding-bottom: 4rem;
}
.icon-card-content__title-content.text-highlight {
  padding-bottom: 0;
  padding-left: 5rem;
}
.icon-card-content__title-content.text-highlight::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0.5rem;
  top: 50%;
  background: #00D5FF;
  border-radius: 1rem;
  left: 0;
  min-height: 11.3rem;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .icon-card-content__title-content.text-highlight::before {
    min-height: 10rem;
  }
}
.icon-card-content__card {
  width: calc(100% - 12.5rem - 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60rem;
}
@media (max-width: 1100px) {
  .icon-card-content__card {
    width: 100%;
    min-height: 33.7rem;
  }
}
.icon-card-content__logo {
  position: absolute;
  right: 3rem;
  bottom: 4rem;
  height: 3rem;
  width: 3.4rem;
}
.icon-card-content__icon img {
  width: 17.1rem;
}
@media (max-width: 1100px) {
  .icon-card-content__icon img {
    max-height: 14.2rem;
  }
}
.icon-card-content__content-container .underline {
  bottom: -5.6rem;
}

.intro {
  z-index: 3;
  padding: 5rem 0 8rem;
}
@media (max-width: 768px) {
  .intro {
    padding: 2rem 0 5rem;
  }
}
.intro .text-highlight {
  padding-left: 9rem;
  max-width: 87.2rem;
  margin: 0;
}
@media (max-width: 768px) {
  .intro .text-highlight {
    padding-left: 2.8rem;
  }
}
.intro p.lead {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .intro p.lead {
    font-size: 2rem;
    line-height: 3rem;
    letter-spacing: -0.01rem;
  }
}
.intro p:last-of-type {
  margin-bottom: 0;
}

.filter {
  font-size: 1.4rem;
  line-height: 1.9rem;
  font-weight: 500;
  white-space: nowrap;
}
.filter__selected, .filter-button {
  padding: 1.1rem 2rem;
  border: 0.1rem solid rgba(217, 217, 217, 0.2);
  border-radius: 5.2rem;
  cursor: pointer;
  color: #FFFFFF;
  font-family: "Euclid Circular B", sans-serif;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  display: flex;
  gap: 1rem;
  align-items: center;
}
@media (max-width: 768px) {
  .filter__selected, .filter-button {
    font-size: 1.4rem;
    line-height: 1.9rem;
  }
}
.filter__selected svg, .filter-button svg {
  position: relative;
  top: 0.1rem;
  transition: all 0.3s ease-in-out;
}
.filter__selected svg path, .filter-button svg path {
  transition: all 0.3s ease-in-out;
}
.filter__selected:focus svg, .filter-button:focus svg {
  transform: rotateX(180deg);
}
.filter__selected:focus svg path, .filter-button:focus svg path {
  stroke: #2E1BFF;
}
.filter__selected.selected, .filter-button.selected {
  background: #2E1BFF;
  border-color: #2E1BFF;
}
.filter__selected.selected:focus svg path, .filter-button.selected:focus svg path {
  stroke: #FFFFFF;
}
.filter__options {
  visibility: hidden;
  opacity: 0;
  top: 5.3rem;
  left: 0;
  padding: 0;
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.16);
  list-style: none;
  position: absolute;
  min-width: 100%;
  z-index: 1;
  border-radius: 1rem;
  height: auto;
  overflow: scroll;
}
.filter__options::-webkit-scrollbar {
  display: none;
  -ms-overflow-style: none;
}
.filter__options li {
  overflow: hidden;
}
.filter__option {
  color: #000846;
  padding: 1rem 2.2rem 1rem 2rem;
  display: block;
  border-bottom: 0.1rem solid #D9D9D9;
  background: #FFFFFF;
  white-space: nowrap;
  position: relative;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  cursor: pointer;
}
.filter__option:first-child {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.filter__option:last-child {
  border-bottom: 0;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.filter__option:hover {
  color: #2E1BFF;
}

.filters {
  display: flex;
  gap: 1rem;
  overflow-x: scroll;
  padding-bottom: 50rem;
  margin-bottom: -45rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
  pointer-events: none;
  position: relative;
}
.filters > * {
  pointer-events: all;
}
.filters::-webkit-scrollbar {
  display: none;
}
.filters__clear {
  opacity: 0;
  visibility: hidden;
  padding: 1.1rem 2rem;
  cursor: pointer;
  color: #FFFFFF;
  font-family: "Euclid Circular B", sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.9rem;
  letter-spacing: 0.15rem;
  font-weight: 600;
  white-space: nowrap;
}

.gform_wrapper.gravity-theme .gfield_label {
  font-size: 1.6rem;
  line-height: 3rem;
}
.gform_wrapper.gravity-theme .gfield_required {
  display: none;
}
.gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 2.1rem;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
  border: 0;
  background: transparent;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none;
}
.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  color: #E60000;
}
.gform_wrapper.gravity-theme .gform_validation_errors > h2 .gform-icon {
  display: none;
}
.gform_wrapper.gravity-theme [aria-invalid=true] + label,
.gform_wrapper.gravity-theme label + [aria-invalid=true],
.gform_wrapper.gravity-theme .gfield_error legend,
.gform_wrapper.gravity-theme .gfield_error label,
.gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label,
.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
  color: #E60000;
}
.gform_wrapper.gravity-theme .gfield_validation_message {
  padding: 0 !important;
  background: transparent;
  border: 0;
  font-weight: 500;
  font-size: 1.4rem !important;
  line-height: 1.9rem !important;
  margin-top: 1rem;
}
.gform_wrapper.gravity-theme .gfield_consent_label {
  font-size: 1.1rem;
  line-height: 1.8rem;
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  gap: 2rem;
  align-items: center;
}
@media (max-width: 768px) {
  .gform_wrapper.gravity-theme .gfield_consent_label {
    align-items: flex-start;
  }
}
.gform_wrapper.gravity-theme .gfield_consent_label::before {
  display: block;
  content: "";
  width: 3rem;
  height: 3rem;
  background: #f5f5f5;
  border: 0.2rem solid #D5D5D5;
  border-radius: 0.5rem;
  flex: 0 0 3rem;
  cursor: pointer;
}
.gform_wrapper.gravity-theme .gfield input[type=text],
.gform_wrapper.gravity-theme .gfield input[type=email],
.gform_wrapper.gravity-theme .gfield input[type=tel],
.gform_wrapper.gravity-theme .gfield textarea {
  height: 6rem;
  border-radius: 1rem;
  border: 0.1rem solid #D9D9D9;
  padding: 2rem;
  font-family: "Euclid Circular B", sans-serif;
  font-size: 1.6rem;
  line-height: 3rem;
}
.gform_wrapper.gravity-theme .gfield input[type=text]::-moz-placeholder, .gform_wrapper.gravity-theme .gfield input[type=email]::-moz-placeholder, .gform_wrapper.gravity-theme .gfield input[type=tel]::-moz-placeholder, .gform_wrapper.gravity-theme .gfield textarea::-moz-placeholder {
  color: #BEBEBE;
  opacity: 1;
}
.gform_wrapper.gravity-theme .gfield input[type=text]::placeholder,
.gform_wrapper.gravity-theme .gfield input[type=email]::placeholder,
.gform_wrapper.gravity-theme .gfield input[type=tel]::placeholder,
.gform_wrapper.gravity-theme .gfield textarea::placeholder {
  color: #BEBEBE;
  opacity: 1;
}
.gform_wrapper.gravity-theme .gfield textarea {
  height: 12.5rem !important;
  display: block;
}
.gform_wrapper.gravity-theme .gfield select {
  background: #020834;
  border: 0;
  color: #FFFFFF;
  border-radius: 10rem;
  padding: 2rem 4.6rem 2rem 3rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1.4rem;
  line-height: 1.9rem;
  font-weight: 500;
  font-family: "Euclid Circular B", sans-serif;
  width: auto;
  white-space: break-spaces;
  background-position: right 3rem center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.828' height='5.414' viewBox='0 0 8.828 5.414'%3E%3Cg id='Icon_feather-chevron-down' data-name='Icon feather-chevron-down' transform='translate(52.414 1.414)'%3E%3Cpath id='Icon_feather-chevron-down-2' data-name='Icon feather-chevron-down' d='M9,13.5l3,3,3-3' transform='translate(-60 -13.5)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.gform_wrapper.gravity-theme .gfield input[type=checkbox] {
  display: none;
}
.gform_wrapper.gravity-theme .gfield input[type=checkbox]:checked ~ .gfield_consent_label::before {
  background: #2E1BFF;
  border-color: #2E1BFF;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.574' height='12.36' viewBox='0 0 16.574 12.36'%3E%3Cpath id='Icon_awesome-check' data-name='Icon awesome-check' d='M5.63,16.694.243,11.308a.829.829,0,0,1,0-1.172L1.415,8.964a.829.829,0,0,1,1.172,0l3.629,3.629L13.988,4.82a.829.829,0,0,1,1.172,0l1.172,1.172a.829.829,0,0,1,0,1.172L6.8,16.694A.829.829,0,0,1,5.63,16.694Z' transform='translate(0 -4.577)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}
.gform_wrapper.gravity-theme .gfield input[type=file] {
  background: linear-gradient(270deg, #FFFFFF 89%, #FFFFFF, transparent);
  border-radius: 1rem;
  color: #BEBEBE;
  font-family: "Euclid Circular B", sans-serif;
  font-size: 1.6rem;
  line-height: 3rem;
}
.gform_wrapper.gravity-theme .gfield input[type=file]::file-selector-button {
  height: 6.2rem;
  background: #2E1BFF;
  border-radius: 1rem;
  border: 0;
  color: #FFFFFF;
  padding: 2rem 3rem;
  font-family: "Euclid Circular B", sans-serif;
  font-size: 1.7rem;
  line-height: 2rem;
  font-weight: 500;
  margin-right: 2.8rem;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
}
.gform_wrapper.gravity-theme .gfield input[type=file]::file-selector-button:hover {
  background: #00D5FF;
}

.gform_confirmation_message {
  margin-top: 2rem;
}
.gform_confirmation_message br {
  display: none;
}
.gform_confirmation_message img {
  margin: auto;
}
.gform_confirmation_message p:first-of-type {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 500;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.gform_confirmation_message p:last-of-type {
  font-size: 1.6rem;
  text-align: center;
  margin: 0;
}

input.button {
  background-repeat: no-repeat;
  background-position: right 3rem center;
}
input.button:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.982' height='10.704' viewBox='0 0 10.982 10.704'%3E%3Cpath d='M4.669,3.364l.544-.544a.586.586,0,0,1,.831,0l4.765,4.762a.586.586,0,0,1,0,.831L6.044,13.178a.586.586,0,0,1-.831,0l-.544-.544a.589.589,0,0,1,.01-.841L7.633,8.98H.588A.587.587,0,0,1,0,8.391V7.607a.587.587,0,0,1,.588-.588H7.633L4.679,4.2A.585.585,0,0,1,4.669,3.364Z' transform='translate(0 -2.647)' fill='%23fff'/%3E%3C/svg%3E%0A");
}

.video {
  --plyr-control-radius: 100%;
  padding-top: 10rem;
  padding-bottom: 12rem;
}
@media (max-width: 1000px) {
  .video {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
@media (max-width: 768px) {
  .video {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.video__container {
  box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.16);
  border-radius: 1rem;
  overflow: hidden;
}
.video .plyr button {
  background: #2E1BFF;
  padding: 2rem;
}
.video .plyr button:hover {
  background: #00D5FF;
}
.video .plyr--video .plyr__controls {
  padding: 2rem;
  background: none;
}
.video .plyr__controls .plyr__controls__item {
  margin-left: 1rem;
}
.video .plyr__controls .plyr__controls__item:first-child {
  margin-left: 0 !important;
}
.video .plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  transform: translateY(-61.7%) !important;
}
.video .plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 100%;
}
.video .plyr:-webkit-full-screen.plyr--vimeo > .plyr__video-wrapper > .plyr__video-embed__container {
  transform: none !important;
  position: initial;
}
.video .plyr:-webkit-full-screen, .video .plyr:-webkit-full-screen iframe {
  height: 100vh;
}
.video .plyr:fullscreen,
.video .plyr:-webkit-full-screen,
.video .plyr:fullscreen iframe,
.video .plyr:-webkit-full-screen iframe {
  height: 100vh;
}
.video .plyr {
  max-height: 100vh !important;
}
.video .plyr--full-ui input[type=range] {
  color: #00D5FF;
}

/** Template-specific styles */
section.not-found {
  padding-top: 20.4rem;
  padding-bottom: 21.4rem;
  margin: 0;
}
@media (max-width: 1000px) {
  section.not-found {
    padding-top: 12rem;
    padding-bottom: 3rem;
  }
}
section.not-found .meta {
  margin-bottom: 1.5rem;
}
section.not-found h1 {
  margin: 0 0 3rem;
}
@media (max-width: 768px) {
  section.not-found h1 {
    font-size: 3rem;
    line-height: 4rem;
    letter-spacing: -0.01rem;
  }
}
section.not-found p {
  max-width: 63.5rem;
}
section.not-found p:last-of-type {
  margin-bottom: 0;
}
section.not-found .button {
  margin-bottom: 0;
}

.home-hero {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #020834;
}
@media (max-width: 768px) {
  .home-hero {
    height: auto;
    padding-top: 27.4rem;
  }
}
@media (max-width: 768px) {
  .home-hero.gradient::before {
    height: 38.88vw;
    top: 0;
  }
}
@media (max-width: 768px) {
  .home-hero.gradient::after {
    height: 86.4vw;
    top: 0;
  }
}
.home-hero__icon {
  position: absolute;
  right: -1rem;
  top: 0;
  height: 100%;
  width: auto;
  animation-name: quickFade;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
.home-hero__icon::before{
  float: left;
  padding-top: 98.98862199747157%;
  content: '';
}
.home-hero__icon::after{
  display: block;
  content: '';
  clear: both;
}
@media (max-width: 768px) {
  .home-hero__icon {
    transform: none;
  }
}
.home-hero__icon--top {
  z-index: 2;
  -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 150% 100%);
          clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 150% 100%);
  animation-name: rotate;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-delay: 0.5s;
  right: 0;
}
.home-hero svg {
  display: block;
  width: 100%;
  height: auto;
}
.home-hero h1 {
  max-width: 55.5rem;
  margin: 6rem 0 3rem;
}
@media (max-width: 768px) {
  .home-hero h1 {
    margin-top: 2rem;
  }
}
.home-hero p {
  max-width: 47.5rem;
}
.home-hero__video {
  z-index: 1;
  mix-blend-mode: luminosity;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .home-hero__video {
    width: 100%;
    height: auto;
  }
  .home-hero__video::before{
    float: left;
    padding-top: 86.4%;
    content: '';
  }
  .home-hero__video::after{
    display: block;
    content: '';
    clear: both;
  }
}
.home-hero video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
}
.home-hero .container {
  position: relative;
  z-index: 3;
}
.home-hero__article {
  position: absolute;
  z-index: 3;
  bottom: 5rem;
  right: 5rem;
  max-width: 40.5rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.13);
  box-shadow: 0 0 5rem 0 #020834;
  background: #020834;
  border-radius: 1rem;
  padding: 2rem;
  text-decoration: none;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
@media (max-width: 1000px) {
  .home-hero__article {
    right: 2rem;
    bottom: 10rem;
  }
}
@media (max-width: 768px) {
  .home-hero__article {
    position: static;
    margin: 2rem;
    width: calc(100% - 4rem);
  }
}
.home-hero__article:hover {
  transform: translateY(-1rem);
}
.home-hero__article:hover svg path {
  fill: #2E1BFF;
}
.home-hero__article svg path {
  transition: all 0.3s ease-in-out;
}
.home-hero__article .meta {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-hero__article .title {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 500;
  display: block;
}
.home-hero__article svg {
  height: 1rem;
  width: 1rem;
}

.home-about .container {
  display: flex;
  -moz-column-gap: 3.8rem;
       column-gap: 3.8rem;
  justify-content: space-between;
  align-items: center;
  z-index: 3;
  position: relative;
}
@media (max-width: 1100px) {
  .home-about .container {
    flex-direction: column;
  }
}
.home-about__metrics {
  padding: 10.7rem 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: calc(55% - 0.8rem);
}
@media (max-width: 1100px) {
  .home-about__metrics {
    width: 100%;
    max-width: 80rem;
  }
}
@media (max-width: 768px) {
  .home-about__metrics {
    padding-bottom: 6.6rem;
    padding-top: 0;
  }
}
.home-about__metric {
  padding: 4rem 2rem 4rem 5rem;
  display: flex;
  align-items: center;
  gap: 5rem;
  width: 100%;
}
@media (max-width: 1100px) {
  .home-about__metric {
    margin-right: 2.2rem;
    width: calc(100% - 2.2rem);
  }
}
@media (max-width: 768px) {
  .home-about__metric {
    padding: 4rem 0 4rem 3rem;
    gap: 3rem;
  }
}
.home-about__metric::before {
  content: "";
  position: absolute;
  height: 68%;
  width: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  background: #00D5FF;
  border-radius: 1rem;
  left: 0;
}
.home-about__metric:last-child {
  max-width: 45.8rem;
  margin-top: 3rem;
}
@media (max-width: 1100px) {
  .home-about__metric:last-child {
    max-width: 60rem;
  }
}
@media (max-width: 768px) {
  .home-about svg {
    width: 8rem;
  }
}
.home-about__figure {
  font-size: 12rem;
  line-height: 9.2rem;
  display: block;
  letter-spacing: -0.01rem;
  font-weight: 500;
  margin-bottom: 3rem;
}
@media (max-width: 1100px) {
  .home-about__figure {
    font-size: 9rem;
    margin-bottom: 2rem;
  }
}
.home-about__label {
  display: block;
  letter-spacing: -0.01rem;
  font-size: 2rem;
  line-height: 2rem;
  max-width: 15rem;
}
.home-about__content {
  display: flex;
  justify-content: center;
  width: calc(45% - 0.8rem);
}
@media (max-width: 1100px) {
  .home-about__content {
    width: 100%;
  }
}
.home-about__content h2 {
  margin: 1rem 0 3rem;
}
.home-about__content .button {
  margin-top: 1rem;
}
@media (max-width: 1100px) {
  .home-about__content svg {
    display: none;
  }
}
.home-about__content svg:first-child {
  position: absolute;
  top: 0;
  left: 0;
}
.home-about__content svg:last-child {
  transform: rotate(180deg);
  position: absolute;
  bottom: 0;
  right: 0;
}
.home-about__content-container {
  max-width: 34.9rem;
  padding: 4.8rem 0 10.2rem;
}
@media (max-width: 1100px) {
  .home-about__content-container {
    max-width: unset;
    padding-top: 0;
  }
}

.home-keyfacts {
  padding-top: 15.9rem;
}
@media (max-width: 1000px) {
  .home-keyfacts {
    padding-top: 8rem;
  }
}
@media (max-width: 768px) {
  .home-keyfacts {
    padding-top: 0;
  }
}
.home-keyfacts .container {
  z-index: 3;
  position: relative;
}
.home-keyfacts h2 {
  margin: 1rem 0 3rem;
}
.home-keyfacts__content {
  margin-bottom: 10rem;
}
@media (max-width: 768px) {
  .home-keyfacts__content {
    margin-bottom: 0;
  }
}
.home-keyfacts__metrics {
  gap: 3rem;
  justify-content: center;
  text-align: center;
  padding-bottom: 15rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .home-keyfacts__metrics {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    row-gap: 2rem;
    padding-bottom: 5rem;
  }
}
.home-keyfacts__metric {
  height: 35rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  align-items: center;
  width: calc((100% - 12rem) / 5);
  flex: 0 0 calc((100% - 12rem) / 5);
  overflow: hidden;
}
@media (max-width: 1000px) {
  .home-keyfacts__metric {
    width: calc((100% - 3rem) / 2);
    flex: 0 0 calc((100% - 3rem) / 2);
  }
}
@media (max-width: 768px) {
  .home-keyfacts__metric {
    height: 22.1rem;
    width: calc((100% - 1.5rem) / 2);
    flex: 0 0 calc((100% - 1.5rem) / 2);
  }
}
.home-keyfacts__metric:nth-child(2), .home-keyfacts__metric:nth-child(4) {
  top: 6rem;
}
@media (max-width: 1000px) {
  .home-keyfacts__metric:nth-child(2), .home-keyfacts__metric:nth-child(4) {
    top: 0;
  }
}
.home-keyfacts__figure {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 2.8rem;
  letter-spacing: -0.01rem;
  max-width: 15rem;
}
@media (max-width: 768px) {
  .home-keyfacts__figure {
    max-width: 12.4rem;
  }
}
.home-keyfacts__label {
  max-width: 13rem;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #00D5FF;
}
@media (max-width: 768px) {
  .home-keyfacts__label {
    color: #FFFFFF;
    max-width: 12.4rem;
  }
}

.home-news {
  padding: 12.2rem 0 14.2rem;
  position: relative;
}
@media (max-width: 768px) {
  .home-news {
    padding: 5rem 0;
  }
}
.home-news__container {
  position: relative;
}
.home-news__container::before {
  content: "";
  position: absolute;
  z-index: 3;
  display: block;
  height: 100%;
  width: 15rem;
  left: 0;
  top: 0;
  background: rgb(2, 8, 52);
  background: linear-gradient(270deg, rgba(2, 8, 52, 0) 0%, rgb(2, 8, 52) 100%);
}
@media (max-width: 1300px) {
  .home-news__container::before {
    display: none;
  }
}
.home-news__container::after {
  content: "";
  position: absolute;
  z-index: 3;
  display: block;
  height: 100%;
  width: 15rem;
  right: 0;
  top: 0;
  background: rgb(2, 8, 52);
  background: linear-gradient(90deg, rgba(2, 8, 52, 0) 0%, rgb(2, 8, 52) 100%);
}
@media (max-width: 900px) {
  .home-news__container::after {
    display: none;
  }
}
.home-news .swiper {
  overflow: visible;
  width: 100%;
}
.home-news .swiper-slide {
  height: auto;
}
.home-news .container {
  position: relative;
  z-index: 3;
  align-items: flex-start;
}
.home-news .card {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  padding: 4rem 4rem 6rem;
  min-height: 44.2rem;
  height: 100%;
}
@media (max-width: 768px) {
  .home-news .card {
    padding: 3rem 2rem 4rem;
    height: 100%;
  }
}
.home-news .card h3 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 500;
  margin: 0 0 1.5rem;
  color: #FFFFFF;
}
.home-news .card p {
  color: #BFBFBF;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.home-news .card .meta {
  margin-bottom: 1.5rem;
  color: #00D5FF;
  text-transform: none;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 2.8rem;
  font-weight: 700;
}
.home-news .card__background {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border: 0.1rem solid rgba(255, 255, 255, 0.13);
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  background: rgb(2, 8, 52);
  background: linear-gradient(196deg, rgba(2, 8, 52, 0.15) 0%, rgb(2, 8, 52) 100%);
  transition: all 0.3s ease-in-out;
}
.home-news .card__read-more {
  font-size: 1.6rem;
  font-weight: 500;
  color: #FFFFFF;
  position: absolute;
  right: 3rem;
  bottom: 2rem;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.home-news .card__read-more svg {
  margin-left: 1rem;
}
.home-news .card:hover .card__background {
  height: calc(100% + 2rem);
  width: calc(100% + 2rem);
  top: -1rem;
  left: -1rem;
}
.home-news .card:hover .card__read-more {
  opacity: 1;
}
.home-news .card:hover p:not(.meta) {
  color: #FFFFFF;
}
.home-news__content {
  margin: 0 0 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 4;
  position: relative;
}
.home-news h2 {
  margin: 0;
}
.home-news .swiper-button-prev,
.home-news .swiper-button-next {
  height: 6.2rem;
  width: 6.2rem;
  border-radius: 10rem;
  background: blue;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 2rem);
  right: 10rem;
  z-index: 4;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 900px) {
  .home-news .swiper-button-prev,
  .home-news .swiper-button-next {
    display: none;
  }
}
.home-news .swiper-button-prev svg,
.home-news .swiper-button-next svg {
  width: 1.4rem;
  height: 1.4rem;
}
.home-news .swiper-button-prev svg path,
.home-news .swiper-button-next svg path {
  fill: #FFFFFF;
}
.home-news .swiper-button-prev.swiper-button-disabled,
.home-news .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.home-news .swiper-button-prev {
  left: 10rem;
}
@media (max-width: 1300px) {
  .home-news .swiper-button-prev {
    display: none;
  }
}
.home-news .swiper-button-prev svg {
  transform: rotateZ(180deg);
}
@media (max-width: 768px) {
  .home-news .button {
    margin-top: 4rem;
  }
}

.home .split-content .container {
  padding-bottom: 20.8rem;
}
@media (max-width: 1000px) {
  .home .split-content .container {
    padding-bottom: 10rem;
  }
}
@media (max-width: 768px) {
  .home .split-content .container {
    padding-bottom: 5rem;
  }
}
.home .split-content h2 {
  font-size: 7rem;
  line-height: 7rem;
}
@media (max-width: 768px) {
  .home .split-content h2 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
.home .split-content__content {
  top: 16.8rem;
}
@media (max-width: 1100px) {
  .home .split-content__content {
    top: 0;
  }
}

@keyframes rotate {
  0% {
    -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 150% 100%);
            clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 150% 100%);
  }
  100% {
    -webkit-clip-path: polygon(-100% 0%, 100% 0%, 100% 100%, -25% 100%);
            clip-path: polygon(-100% 0%, 100% 0%, 100% 100%, -25% 100%);
  }
}
@keyframes quickFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.career-grid {
  background: #020834;
  padding-bottom: 12rem;
}
@media (max-width: 1000px) {
  .career-grid {
    padding-bottom: 5rem;
  }
}
.career-grid .container {
  position: relative;
  z-index: 3;
}
.career-grid__grid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 5rem;
}
@media (max-width: 768px) {
  .career-grid__grid {
    row-gap: 3rem;
  }
}
.career-grid .card {
  padding: 6rem;
}
@media (max-width: 768px) {
  .career-grid .card {
    padding: 3rem;
  }
}
.career-grid .card__highlight {
  height: 100%;
}
.career-grid .card__container {
  display: flex;
  gap: 6rem;
}
@media (max-width: 900px) {
  .career-grid .card__container {
    flex-direction: column;
    gap: 2rem;
  }
}
.career-grid .card__meta {
  width: 40%;
  flex: 0 0 40%;
}
@media (max-width: 900px) {
  .career-grid .card__meta {
    width: 100%;
    flex: 0 0 100%;
  }
}
.career-grid .card .title {
  font-size: 3rem;
  line-height: 3.5rem;
  margin: 0 0 2rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .career-grid .card .title {
    font-size: 2.5rem;
  }
}
.career-grid .card .sector {
  margin: 0 0 2rem;
}
.career-grid .card .location {
  margin: 0;
}
.career-grid .card .description p {
  color: #BFBFBF;
}
.career-grid > .fill {
  height: 50vw;
  top: -15vw;
}
.career-grid.gradient::before {
  top: -15vw;
  height: 22.5vw;
}
.career-grid.gradient::after {
  top: 2.5vw;
  height: 32.5vw;
}
.career-grid .filter {
  display: flex;
  gap: 1rem;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media (max-width: 768px) {
  .career-grid .filter {
    padding: 0 2rem;
  }
}
.career-grid .filter::-webkit-scrollbar {
  display: none;
}
.career-grid .filter-button {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .career-grid .filter-button {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .career-grid .filter-container h2 {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .career-grid .filter-container {
    padding: 0;
  }
  .career-grid .filter-container::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    width: 4.1rem;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, rgba(2, 8, 52, 0) 0%, #020834 100%);
  }
}

.contact-details .container {
  display: flex;
  gap: 9.5rem;
  padding-bottom: 10.8rem;
  padding-top: 5rem;
  align-items: flex-start;
}
@media (max-width: 1000px) {
  .contact-details .container {
    flex-direction: column;
    gap: 5rem;
  }
}
@media (max-width: 768px) {
  .contact-details .container {
    padding-bottom: 5rem;
    padding-top: 0;
  }
}
.contact-details__content {
  width: 38rem;
  flex: 0 0 38rem;
}
@media (max-width: 768px) {
  .contact-details__content {
    width: 100%;
    flex: unset;
  }
}
.contact-details__form {
  background: #FFFFFF;
  padding: 4rem;
  border-radius: 2rem;
  box-shadow: 0 0 3rem 0 rgba(0, 0, 0, 0.05);
  width: calc(100% - 38rem - 9.5rem);
  flex: 0 0 calc(100% - 38rem - 9.5rem);
  display: flex;
  justify-content: center;
}
@media (max-width: 1000px) {
  .contact-details__form {
    width: 100%;
    flex: unset;
  }
}
@media (max-width: 768px) {
  .contact-details__form {
    padding: 4rem 2rem;
  }
}
.contact-details__form .gform_wrapper.gravity-theme .gfield_label {
  color: #213C4D;
}
.contact-details__form .gform_wrapper.gravity-theme .gfield_consent_label {
  color: #61616C;
}
.contact-details__form .gform_wrapper.gravity-theme .gform_footer, .contact-details__form .gform_wrapper.gravity-theme .gform_page_footer {
  padding-bottom: 0;
}
.contact-details__form .button {
  height: 6.2rem;
}
.contact-details h2 {
  font-size: 3rem;
  line-height: 4rem;
  margin: 6rem 0 2rem;
}
.contact-details p {
  margin: 0;
}
.contact-details address {
  font-style: normal;
}
.contact-details a {
  color: #FFFFFF;
  font-weight: 400;
}
.contact-details .gform_confirmation_message {
  margin-top: 0;
}
.contact-details .gform_confirmation_message p {
  color: #000846;
}
.contact-details .gform_confirmation_message p:last-of-type {
  color: #61616C;
}

@media (max-width: 1000px) {
  .template-investment section:last-of-type {
    margin-bottom: 5rem;
  }
}
.template-investment .split-content__icon {
  width: 50px;
}

.text-content {
  padding-top: 20rem;
  padding-bottom: 9rem;
  max-width: 73rem;
}
@media (max-width: 768px) {
  .text-content {
    padding-top: 12rem;
  }
}
.text-content .meta {
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.5rem;
  line-height: 2.8rem;
  margin: 0 0 1.5rem;
}
.text-content h1 {
  font-size: 5rem;
  line-height: 6rem;
  letter-spacing: -0.01rem;
  margin: 0;
}
@media (max-width: 768px) {
  .text-content h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
.text-content h2 {
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: -0.01rem;
  margin: 3rem 0;
}
.text-content h2:first-child {
  margin-top: 0;
}
.text-content p ~ h2 {
  margin-top: 6rem;
}
.text-content ul {
  list-style: none;
}
.text-content ul li::before {
  content: "•";
  color: #00D5FF;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.text-content ol {
  list-style-type: decimal-leading-zero;
  margin: 4rem 0;
}
.text-content ol > li {
  font-weight: 500;
  font-size: 2rem;
  padding-left: 1rem;
}
.text-content ol > li::marker {
  color: #00D5FF;
  font-weight: 700;
}
.text-content ol ol {
  list-style-type: lower-alpha;
  margin-top: 2rem;
  padding-left: 0;
}
.text-content ol ol > li {
  font-weight: 400;
  font-size: 1.8rem;
}
.text-content li {
  margin: 0 0 1rem;
}
.text-content img {
  margin: 6rem 0;
  border-radius: 1rem;
  width: 100%;
  height: auto;
}

.text-page-content .text-content {
  padding-top: 0;
}

.team-grid {
  background: #020834;
  padding-bottom: 12rem;
}
@media (max-width: 768px) {
  .team-grid {
    padding-bottom: 5rem;
  }
}
.team-grid .container {
  position: relative;
  z-index: 3;
}
.team-grid__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 5rem;
}
@media (max-width: 1000px) {
  .team-grid__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .team-grid__grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 3rem;
  }
}
.team-grid p {
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 0;
  color: #BFBFBF;
}
@media (max-width: 768px) {
  .team-grid p {
    font-size: 1.3rem;
  }
}
.team-grid .title {
  font-size: 2rem;
  line-height: 2.8rem;
  margin-bottom: 1rem;
  color: #FFFFFF;
  font-weight: 500;
}
@media (max-width: 768px) {
  .team-grid .title {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 0.5rem;
  }
}
.team-grid .bio,
.team-grid .cv {
  display: none;
}
.team-grid .view-profile {
  font-size: 1.6rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  font-weight: 500;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.team-grid .card {
  border: 0;
  transition: all 0.3s ease-in-out;
  background: transparent;
  cursor: pointer;
  display: grid;
  grid-template-rows: max-content;
  overflow: hidden;
}
.team-grid .card__image {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 2rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  overflow: hidden;
  background-color: #161934;
  transition: all 0.3s ease-in-out;
}
.team-grid .card__image::before{
  float: left;
  padding-top: 108.23529411764704%;
  content: '';
}
.team-grid .card__image::after{
  display: block;
  content: '';
  clear: both;
}
.team-grid .card__image::after {
  height: 8.8rem;
  width: 100%;
  background: linear-gradient(180deg, rgba(2, 8, 52, 0) 0%, rgb(2, 8, 52) 100%);
  bottom: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.team-grid .card__image-container {
  mix-blend-mode: luminosity;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.team-grid .card__content {
  position: relative;
  border: 0.1rem solid rgba(255, 255, 255, 0.13);
  padding: 2rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  background: linear-gradient(196deg, rgba(2, 8, 52, 0.15) 0%, rgb(2, 8, 52) 100%);
}
@media (max-width: 768px) {
  .team-grid .card__content {
    padding: 2rem 1.2rem;
  }
}
.team-grid .card__highlight {
  border-top-left-radius: 0;
  width: 0.4rem;
}
@media (min-width: 769px) {
  .team-grid .card:hover .card__image {
    background-color: transparent;
  }
  .team-grid .card:hover .card__image::after {
    opacity: 1;
  }
  .team-grid .card:hover .card__image-container {
    transform: scale(1.15);
    background-color: transparent;
  }
  .team-grid .card:hover .view-profile {
    opacity: 1;
  }
}
.team-grid > .fill {
  height: 50vw;
  top: -15vw;
}
.team-grid.gradient::before {
  top: -15vw;
  height: 22.5vw;
}
.team-grid.gradient::after {
  top: 2.5vw;
  height: 32.5vw;
}
.team-grid .filter {
  display: flex;
  gap: 1rem;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media (max-width: 768px) {
  .team-grid .filter {
    padding: 0 2rem;
  }
}
.team-grid .filter::-webkit-scrollbar {
  display: none;
}
.team-grid .filter-button {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .team-grid .filter-button {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .team-grid .filter-container {
    padding: 0;
  }
  .team-grid .filter-container::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    width: 4.1rem;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, rgba(2, 8, 52, 0) 0%, #020834 100%);
  }
}

.team-popup {
  display: flex;
  gap: 8.5rem;
  align-items: center;
  padding-right: 9.5rem;
}
@media (max-width: 1200px) {
  .team-popup {
    padding-right: 5rem;
    gap: 5rem;
  }
}
@media (max-width: 1000px) {
  .team-popup {
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .team-popup {
    flex-direction: column;
    padding-right: 1.9rem;
    gap: 4rem;
  }
}
.team-popup__image-container {
  flex: 0 0 35rem;
  width: 35rem;
}
.team-popup__image-container::before{
  float: left;
  padding-top: 121.31782945736433%;
  content: '';
}
.team-popup__image-container::after{
  display: block;
  content: '';
  clear: both;
}
@media (max-width: 1000px) {
  .team-popup__image-container {
    width: 35%;
    flex: 0 0 35%;
  }
}
@media (max-width: 768px) {
  .team-popup__image-container {
    width: 100%;
  }
}
.team-popup__image {
  border-radius: 1rem;
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-popup .title {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 500;
  margin: 0 0 0.4rem;
}
@media (max-width: 768px) {
  .team-popup .title {
    margin-bottom: 2rem;
  }
}
.team-popup .role {
  font-size: 2.5rem;
  line-height: 2.8rem;
  margin: 0 0 2rem;
}
@media (max-width: 768px) {
  .team-popup .role {
    font-size: 1.8rem;
  }
}
.team-popup .bio p:last-child {
  margin-bottom: 0;
}
.team-popup .cv {
  margin-top: 2rem;
}

.ourfirm-where .container {
  display: flex;
  -moz-column-gap: 15.4rem;
       column-gap: 15.4rem;
  justify-content: space-between;
  align-items: center;
  z-index: 3;
  position: relative;
  padding-top: 11.4rem;
  padding-bottom: 20.6rem;
}
@media (max-width: 1100px) {
  .ourfirm-where .container {
    flex-direction: column;
  }
}
@media (max-width: 1000px) {
  .ourfirm-where .container {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
@media (max-width: 768px) {
  .ourfirm-where .container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.ourfirm-where__content {
  width: calc(50% - 15.4rem);
  padding-left: 6.6rem;
}
@media (max-width: 1100px) {
  .ourfirm-where__content {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .ourfirm-where__content {
    padding-left: 0;
  }
}
.ourfirm-where__image {
  width: 50%;
  position: relative;
  padding: 8.9rem 0;
}
@media (max-width: 1100px) {
  .ourfirm-where__image {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .ourfirm-where__image {
    padding: 5.5rem 0;
  }
}
.ourfirm-where__image > svg:first-child {
  position: absolute;
  top: 0;
  left: 0;
}
.ourfirm-where__image > svg:last-child {
  transform: rotate(180deg);
  position: absolute;
  bottom: 0;
  right: 0;
}
.ourfirm-where .icon-map-dots {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.ourfirm-where .icon-map-dots .icon-map-dot {
  position: absolute;
  left: 6.9%;
  top: 81.9%;
}
@media (max-width: 768px) {
  .ourfirm-where .icon-map-dots .icon-map-dot {
    left: 23%;
    top: 50.5%;
  }
  .ourfirm-where .icon-map-dots .icon-map-dot svg {
    height: 0.8rem;
    width: 0.8rem;
  }
}
.ourfirm-where .icon-map-dots .icon-map-dot:first-of-type {
  left: 40.5%;
  top: 70.5%;
}
@media (max-width: 768px) {
  .ourfirm-where .icon-map-dots .icon-map-dot:first-of-type {
    left: 44%;
    top: 43.5%;
  }
}
.ourfirm-where .icon-map-dots .icon-map-dot:last-of-type {
  top: 55.2%;
  left: 22%;
}
@media (max-width: 768px) {
  .ourfirm-where .icon-map-dots .icon-map-dot:last-of-type {
    top: 34.2%;
    left: 32%;
  }
}
.ourfirm-where__svg {
  width: 28.236rem;
  height: 28.236rem;
  margin: auto;
}
.ourfirm-where__svg svg {
  display: block;
  margin: auto;
}
@media (max-width: 768px) {
  .ourfirm-where__svg svg {
    max-width: 17.6rem;
    max-height: 17.6rem;
  }
}
.ourfirm-where__heading {
  position: relative;
}
.ourfirm-where__heading h2 {
  margin: 0 0 3rem;
}
@media (max-width: 768px) {
  .ourfirm-where__heading h2 {
    padding: 3.1rem 0 3.1rem 3rem;
  }
}
.ourfirm-where__heading::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0.5rem;
  top: 0;
  background: #00D5FF;
  border-radius: 1rem;
  left: -6.6rem;
  min-height: 11.3rem;
}
@media (max-width: 768px) {
  .ourfirm-where__heading::before {
    min-height: 10rem;
    height: 100%;
    top: 0;
    left: 0;
  }
}

.ourfirm-values .container {
  display: flex;
  -moz-column-gap: 15.4rem;
       column-gap: 15.4rem;
  justify-content: flex-end;
  align-items: flex-start;
  z-index: 3;
  position: relative;
  padding-top: 19.1rem;
  padding-bottom: 12.1rem;
}
@media (max-width: 1100px) {
  .ourfirm-values .container {
    flex-direction: column;
    gap: 5rem;
  }
}
@media (max-width: 1000px) {
  .ourfirm-values .container {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
@media (max-width: 768px) {
  .ourfirm-values .container {
    gap: 3rem;
    padding: 5rem 0;
  }
}
@media (max-width: 768px) {
  .ourfirm-values .container::before {
    display: none;
  }
}
.ourfirm-values__title {
  position: sticky;
  width: 30%;
  top: 20rem;
}
@media (max-width: 1100px) {
  .ourfirm-values__title {
    position: relative;
    top: 0;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .ourfirm-values__title {
    width: 100%;
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .ourfirm-values__title br {
    display: none;
  }
}
.ourfirm-values__title-content {
  position: relative;
}
.ourfirm-values__title-content h2 {
  margin: 0 0 4.2rem;
  padding-left: 6rem;
}
@media (max-width: 768px) {
  .ourfirm-values__title-content h2 {
    padding: 3.1rem 0 3.1rem 3rem;
    margin: 0;
  }
}
.ourfirm-values__title-content::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0.5rem;
  top: 0;
  background: #00D5FF;
  border-radius: 1rem;
  left: 0;
}
.ourfirm-values .card {
  padding: 5rem 5rem 6.6rem;
  height: 100%;
}
@media (max-width: 768px) {
  .ourfirm-values .card {
    padding: 4rem 2rem 6rem;
  }
}
.ourfirm-values .card h3 {
  margin: 0 0 2rem;
  font-size: 5rem;
  line-height: 6rem;
  letter-spacing: -0.01rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .ourfirm-values .card h3 {
    font-size: 2.6rem;
    line-height: 3.5rem;
  }
}
.ourfirm-values .card p {
  margin: 0;
}
@media (max-width: 768px) {
  .ourfirm-values .card p {
    color: #BFBFBF;
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
.ourfirm-values__values {
  width: 60%;
}
@media (max-width: 1100px) {
  .ourfirm-values__values {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .ourfirm-values .swiper-wrapper {
    flex-direction: column;
    gap: 5rem;
  }
}
@media (max-width: 768px) {
  .ourfirm-values .swiper-wrapper {
    padding: 0 2rem;
  }
}
.ourfirm-values .swiper-slide {
  height: auto;
}
@media (max-width: 1100px) {
  .ourfirm-values .underline {
    display: none;
  }
}
.ourfirm-values .underline__circle__inner {
  height: 9.4rem;
  width: 9.4rem;
  background: transparent;
  border: 1px solid white;
  border-radius: 100%;
  opacity: 0.1;
}
.ourfirm-values .underline__circle svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.portfolio-grid {
  background: #020834;
  padding-bottom: 12rem;
}
.portfolio-grid .container {
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .portfolio-grid .container {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .portfolio-grid__filters {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.portfolio-grid__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 5rem;
}
@media (max-width: 1000px) {
  .portfolio-grid__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .portfolio-grid__grid {
    grid-template-columns: 1fr;
    row-gap: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.portfolio-grid a {
  display: block;
}
.portfolio-grid p {
  margin: 0;
  color: #BFBFBF;
}
.portfolio-grid p:first-of-type {
  color: #FFFFFF;
  font-weight: 600;
}
.portfolio-grid .card {
  border: 0;
  transition: all 0.3s ease-in-out;
  background: transparent;
}
.portfolio-grid .card:hover {
  transform: translateY(-1rem);
}
.portfolio-grid .card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  overflow: hidden;
}
.portfolio-grid .card__image::before{
  float: left;
  padding-top: 66.57142857142857%;
  content: '';
}
.portfolio-grid .card__image::after{
  display: block;
  content: '';
  clear: both;
}
.portfolio-grid .card__image img:last-child {
  max-width: 15rem;
  filter: brightness(0) invert(1);
}
.portfolio-grid .card__content {
  position: relative;
  border: 0.1rem solid rgba(255, 255, 255, 0.13);
  padding: 2.7rem 3rem 5rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  background: linear-gradient(196deg, rgba(2, 8, 52, 0.15) 0%, rgb(2, 8, 52) 100%);
}
.portfolio-grid .card__highlight {
  border-top-left-radius: 0;
}
.portfolio-grid > .fill {
  height: 50vw;
  top: -15vw;
}
.portfolio-grid.gradient::before {
  top: -15vw;
  height: 22.5vw;
}
.portfolio-grid.gradient::after {
  top: 2.5vw;
  height: 32.5vw;
}

.post-grid {
  background: #020834;
  padding-bottom: 18rem;
}
@media (max-width: 768px) {
  .post-grid {
    padding-bottom: 5rem;
  }
}
.post-grid .container {
  position: relative;
  z-index: 5;
}
.post-grid .filter-container {
  z-index: 6;
  pointer-events: none;
}
.post-grid__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
@media (max-width: 768px) {
  .post-grid__grid {
    grid-template-columns: 1fr;
  }
}
.post-grid .card {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  padding: 4rem 4rem 6rem;
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .post-grid .card {
    padding: 3rem 2rem 4rem;
  }
}
.post-grid .card .meta {
  margin-bottom: 1.5rem;
  color: #00D5FF;
  text-transform: none;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 2.8rem;
  font-weight: 700;
}
.post-grid .card h3 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 500;
  margin: 0 0 1.5rem;
  color: #FFFFFF;
}
.post-grid .card p {
  color: #BFBFBF;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.post-grid .card__background {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border: 0.1rem solid rgba(255, 255, 255, 0.13);
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  background: rgb(2, 8, 52);
  background: linear-gradient(196deg, rgba(2, 8, 52, 0.15) 0%, rgb(2, 8, 52) 100%);
  transition: all 0.3s ease-in-out;
}
.post-grid .card__read-more {
  font-size: 1.6rem;
  font-weight: 500;
  color: #FFFFFF;
  position: absolute;
  right: 3rem;
  bottom: 2rem;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.post-grid .card__read-more svg {
  margin-left: 1rem;
}
.post-grid .card:hover .card__background {
  height: calc(100% + 2rem);
  width: calc(100% + 2rem);
  top: -1rem;
  left: -1rem;
}
.post-grid .card:hover .card__read-more {
  opacity: 1;
}
.post-grid .card:hover p:not(.meta) {
  color: #FFFFFF;
}
.post-grid > .fill {
  height: 50vw;
  top: 0;
}
.post-grid.gradient::before {
  top: 0;
  height: 22.5vw;
}
.post-grid.gradient::after {
  top: 17.5vw;
  height: 32.5vw;
}
@media (max-width: 768px) {
  .post-grid .filters {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.post-grid .filter {
  display: flex;
  gap: 1rem;
}
.post-grid .filter::-webkit-scrollbar {
  display: none;
}
.post-grid .filter-button {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .post-grid .filter-button {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .post-grid .filter-container {
    padding: 0;
  }
  .post-grid .filter-container::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    width: 4.1rem;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, rgba(2, 8, 52, 0) 0%, #020834 100%);
  }
}

.post-pagination {
  display: flex;
  gap: 2rem;
  margin-top: 3rem;
  align-items: center;
}
.post-pagination .next:empty {
  display: none;
}
.post-pagination .next a {
  font-family: "Euclid Circular B", sans-serif;
  display: inline-block;
  font-size: 1.7rem;
  line-height: 2rem !important;
  font-weight: 500;
  padding: 2rem 3rem;
  background-color: #2E1BFF;
  border-radius: 3rem;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
  max-width: 100%;
  overflow: hidden;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  border: 0;
  display: block;
}
.post-pagination .next a::after {
  content: "";
  position: absolute;
  right: 3rem;
  top: 2.5rem;
  height: 1.07rem;
  width: 1.098rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.982' height='10.704' viewBox='0 0 10.982 10.704'%3E%3Cpath d='M4.669,3.364l.544-.544a.586.586,0,0,1,.831,0l4.765,4.762a.586.586,0,0,1,0,.831L6.044,13.178a.586.586,0,0,1-.831,0l-.544-.544a.589.589,0,0,1,.01-.841L7.633,8.98H.588A.587.587,0,0,1,0,8.391V7.607a.587.587,0,0,1,.588-.588H7.633L4.679,4.2A.585.585,0,0,1,4.669,3.364Z' transform='translate(0 -2.647)' fill='%23fff'/%3E%3C/svg%3E%0A");
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.post-pagination .next a:hover {
  background-color: #00D5FF;
  border-radius: 1.6rem;
  padding-right: 5.3rem;
}
.post-pagination .next a:hover::after {
  opacity: 1;
}
.post-pagination .prev:empty {
  display: none;
}
.post-pagination .prev a {
  font-family: "Euclid Circular B", sans-serif;
  display: inline-block;
  font-size: 1.7rem;
  line-height: 2rem !important;
  font-weight: 500;
  padding: 2rem 3rem;
  background-color: #2E1BFF;
  border-radius: 3rem;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
  max-width: 100%;
  overflow: hidden;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  border: 0;
  border: 0.1rem solid #FFFFFF;
  background: transparent;
  display: block;
}
.post-pagination .prev a::after {
  content: "";
  position: absolute;
  right: 3rem;
  top: 2.5rem;
  height: 1.07rem;
  width: 1.098rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.982' height='10.704' viewBox='0 0 10.982 10.704'%3E%3Cpath d='M4.669,3.364l.544-.544a.586.586,0,0,1,.831,0l4.765,4.762a.586.586,0,0,1,0,.831L6.044,13.178a.586.586,0,0,1-.831,0l-.544-.544a.589.589,0,0,1,.01-.841L7.633,8.98H.588A.587.587,0,0,1,0,8.391V7.607a.587.587,0,0,1,.588-.588H7.633L4.679,4.2A.585.585,0,0,1,4.669,3.364Z' transform='translate(0 -2.647)' fill='%23fff'/%3E%3C/svg%3E%0A");
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.post-pagination .prev a:hover {
  background-color: #00D5FF;
  border-radius: 1.6rem;
  padding-right: 5.3rem;
}
.post-pagination .prev a:hover::after {
  opacity: 1;
}
.post-pagination .prev a:hover {
  background-color: #00D5FF;
  border-color: #00D5FF;
}
.post-pagination .page-numbers {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 2rem;
}

.single-related {
  position: relative;
}
.single-related .container {
  position: relative;
  z-index: 3;
  align-items: flex-start;
}
.single-related .container:first-of-type {
  padding-top: 9rem;
}
@media (max-width: 768px) {
  .single-related .container:first-of-type {
    padding-top: 4.4rem;
  }
}
.single-related .container:last-of-type {
  padding-bottom: 9rem;
}
@media (max-width: 768px) {
  .single-related .container:last-of-type {
    padding-bottom: 6rem;
  }
}
.single-related__posts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
@media (max-width: 900px) {
  .single-related__posts {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.single-related .card {
  padding: 4rem 4rem 6rem;
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .single-related .card {
    padding: 3rem 2rem 4rem;
  }
}
.single-related .card h3 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 500;
  margin: 0 0 1.5rem;
  color: #FFFFFF;
}
.single-related .card p {
  color: #BFBFBF;
  margin: 0;
}
.single-related .card .meta {
  margin-bottom: 1.5rem;
  color: #00D5FF;
  text-transform: none;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 2.8rem;
  font-weight: 700;
}
.single-related .card:hover {
  transform: translateY(-1rem);
}
.single-related__content {
  margin: 0 0 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 4;
  position: relative;
  width: 100%;
}
.single-related h2 {
  margin: 0;
}

.careers-related {
  position: relative;
}
.careers-related .container {
  position: relative;
  z-index: 3;
  align-items: flex-start;
}
.careers-related .container:first-of-type {
  padding-top: 9rem;
}
@media (max-width: 768px) {
  .careers-related .container:first-of-type {
    padding-top: 4.4rem;
  }
}
.careers-related .container:last-of-type {
  padding-bottom: 9rem;
}
@media (max-width: 768px) {
  .careers-related .container:last-of-type {
    padding-bottom: 6rem;
  }
}
.careers-related__posts {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 3rem;
}
.careers-related__content {
  margin: 0 0 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 4;
  position: relative;
  width: 100%;
}
.careers-related h2 {
  margin: 0;
}
.careers-related .card {
  padding: 6rem;
}
@media (max-width: 768px) {
  .careers-related .card {
    padding: 3rem;
  }
}
.careers-related .card__highlight {
  height: 100%;
}
.careers-related .card__container {
  display: flex;
  gap: 6rem;
}
@media (max-width: 900px) {
  .careers-related .card__container {
    flex-direction: column;
    gap: 2rem;
  }
}
.careers-related .card__meta {
  width: 40%;
  flex: 0 0 40%;
}
@media (max-width: 900px) {
  .careers-related .card__meta {
    width: 100%;
    flex: 0 0 100%;
  }
}
.careers-related .card .title {
  font-size: 3rem;
  line-height: 3.5rem;
  margin: 0 0 2rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .careers-related .card .title {
    font-size: 2.5rem;
  }
}
.careers-related .card .sector {
  margin: 0 0 2rem;
}
.careers-related .card .location {
  margin: 0;
}
.careers-related .card .description p {
  color: #BFBFBF;
}

.single-careers .text-content {
  padding-top: 0;
}
@media (max-width: 900px) {
  .single-careers .text-content {
    order: 1;
  }
}
.single-careers .button {
  margin-top: 1rem;
}
.single-careers .container {
  gap: 4rem;
  position: relative;
  z-index: 3;
}
@media (max-width: 900px) {
  .single-careers .container {
    flex-direction: column;
    gap: 5rem;
  }
}
.single-careers .career-info {
  min-width: 38rem;
}
.single-careers .career-info h2 {
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: -0.01rem;
  margin: 2rem 0;
}
.single-careers .career-info svg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.single-careers .career-info p {
  padding-left: 2.5rem;
  margin: 2rem 0;
}
.single-careers .post-content > .fill {
  height: 50vw;
  top: 0;
}
.single-careers .post-content.gradient::before {
  top: 0;
  height: 22.5vw;
}
.single-careers .post-content.gradient::after {
  top: 17.5vw;
  height: 32.5vw;
}

.apply-popup {
  gap: 9.5rem;
  display: flex;
}
@media (max-width: 1000px) {
  .apply-popup {
    flex-direction: column;
    gap: 5rem;
  }
}
@media (max-width: 768px) {
  .apply-popup {
    padding-top: 8rem;
  }
}
.apply-popup__content {
  width: 35%;
  flex: 0 0 35%;
}
@media (max-width: 1000px) {
  .apply-popup__content {
    width: 100%;
    flex: auto;
  }
}
.apply-popup__form {
  width: calc(100% - 9.5rem - 35%);
  flex: 0 0 calc(100% - 9.5rem - 35%);
}
@media (max-width: 1000px) {
  .apply-popup__form {
    width: 100%;
    flex: auto;
  }
}
.apply-popup h2 {
  margin: 0 0 3rem;
}
@media (max-width: 768px) {
  .apply-popup h2 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .apply-popup p {
    margin-bottom: 0;
  }
}

.template-experts .team-popup__image-container {
  display: none;
}
.template-experts .team-grid .card {
  display: flex;
}
.template-experts .card__image {
  display: none !important;
}
.template-experts .card__content {
  border-radius: 1rem;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
@media (max-width: 600px) {
  .template-experts .team-grid__grid {
    grid-template-columns: 1fr;
  }
}
