@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:4px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color,#fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:#0000;border:0;border-radius:4px;border-radius:var(--plyr-control-radius,4px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;padding:calc(var(--plyr-control-spacing,10px)*.7);position:relative;transition:all .1s ease-in-out}.plyr__control svg{display:block;fill:currentColor;height:18px;height:var(--plyr-control-icon-size,18px);pointer-events:none;width:18px;width:var(--plyr-control-icon-size,18px)}.plyr__control:focus{outline:0}.plyr__control:focus-visible{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}a.plyr__control{text-decoration:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,a.plyr__control:after,a.plyr__control:before{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px;margin-left:calc(var(--plyr-control-spacing,10px)/ 4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px;padding-left:calc(var(--plyr-control-spacing,10px)/ 4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px;padding:0 calc(var(--plyr-control-spacing,10px)/ 2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip],.plyr__controls:empty{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:#ffffffe6;background:var(--plyr-menu-background,#ffffffe6);border-radius:8px;border-radius:var(--plyr-menu-radius,8px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-menu-shadow,0 1px 2px #00000026);color:#4a5464;color:var(--plyr-menu-color,#4a5464);font-size:15px;font-size:var(--plyr-font-size-base,15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container:after{border:4px solid #0000;border-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]{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{appearance:none;background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:-4px;margin-top:calc((var(--plyr-range-thumb-height,13px) - var(--plyr-range-track-height,5px))/ 2*-1);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-track{background:#0000;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/ 2);height:5px;height:var(--plyr-range-track-height,5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/ 2);height:5px;height:var(--plyr-range-track-height,5px)}.plyr--full-ui input[type=range]::-ms-track{color:#0000}.plyr--full-ui input[type=range]::-ms-fill-upper,.plyr--full-ui input[type=range]::-ms-track{background:#0000;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/ 2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:#0000;background:currentColor;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/ 2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:0;position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-moz-range-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-ms-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr__poster{background-color:#000;background-color:var(--plyr-video-background,var(--plyr-video-background,#000));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}.plyr__time{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__time+.plyr__time:before{content:"⁄";margin-right:10px;margin-right:var(--plyr-control-spacing,10px)}@media (max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:#fff;background:var(--plyr-tooltip-background,#fff);border-radius:5px;border-radius:var(--plyr-tooltip-radius,5px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);color:#4a5464;color:var(--plyr-tooltip-color,#4a5464);font-size:13px;font-size:var(--plyr-font-size-small,13px);font-weight:400;font-weight:var(--plyr-font-weight-regular,400);left:50%;line-height:1.3;margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing,10px)/ 2*2);opacity:0;padding:5px 7.5px;padding:calc(var(--plyr-control-spacing,10px)/ 2) calc(var(--plyr-control-spacing,10px)/ 2*1.5);pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;white-space:nowrap;z-index:2}.plyr__tooltip:before{border-left:4px solid #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #fff;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size,4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control:focus-visible .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translateY(10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before{left:16px;left:calc(var(--plyr-control-icon-size,18px)/ 2 + var(--plyr-control-spacing,10px)*.7)}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translateY(10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip:before{left:auto;right:16px;right:calc(var(--plyr-control-icon-size,18px)/ 2 + var(--plyr-control-spacing,10px)*.7);transform:translateX(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0) scale(1)}.plyr__progress{left:6.5px;left:calc(var(--plyr-range-thumb-height,13px)*.5);margin-right:13px;margin-right:var(--plyr-range-thumb-height,13px);position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-6.5px;margin-left:calc(var(--plyr-range-thumb-height,13px)*-.5);margin-right:-6.5px;margin-right:calc(var(--plyr-range-thumb-height,13px)*-.5);width:calc(100% + 13px);width:calc(100% + var(--plyr-range-thumb-height,13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{left:0;max-width:120px;overflow-wrap:break-word}.plyr__progress__buffer{-webkit-appearance:none;background:#0000;border:0;border-radius:100px;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin-top:-2.5px;margin-top:calc(var(--plyr-range-track-height,5px)/ 2*-1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:#0000}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,#23282f99 25%,#0000 0,#0000 50%,#23282f99 0,#23282f99 75%,#0000 0,#0000);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,#23282f99) 25%,#0000 25%,#0000 50%,var(--plyr-progress-loading-background,#23282f99) 50%,var(--plyr-progress-loading-background,#23282f99) 75%,#0000 75%,#0000);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:#0000}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:#ffffff40;background-color:var(--plyr-video-progress-buffered-background,#ffffff40)}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:#c1c8d199;background-color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}.plyr__progress__marker{background-color:#fff;background-color:var(--plyr-progress-marker-background,#fff);border-radius:1px;height:5px;height:var(--plyr-range-track-height,5px);position:absolute;top:50%;transform:translate(-50%,-50%);width:3px;width:var(--plyr-progress-marker-width,3px);z-index:3}.plyr__volume{align-items:center;display:flex;position:relative}.plyr__volume input[type=range]{margin-left:5px;margin-left:calc(var(--plyr-control-spacing,10px)/ 2);margin-right:5px;margin-right:calc(var(--plyr-control-spacing,10px)/ 2);max-width:90px;min-width:60px;position:relative;z-index:2}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background,#fff);border-radius:inherit;color:#4a5464;color:var(--plyr-audio-control-color,#4a5464);padding:10px;padding:var(--plyr-control-spacing,10px)}.plyr--audio .plyr__control:focus-visible,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-audio-control-color-hover,#fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--audio .plyr__progress__buffer{color:#c1c8d199;color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}.plyr--video{overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));border-radius:inherit;height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{aspect-ratio:16/9}@supports not (aspect-ratio:16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;color:var(--plyr-video-control-color,#fff);left:0;padding:5px;padding:calc(var(--plyr-control-spacing,10px)/ 2);padding-top:20px;padding-top:calc(var(--plyr-control-spacing,10px)*2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media (min-width:480px){.plyr--video .plyr__controls{padding:10px;padding:var(--plyr-control-spacing,10px);padding-top:35px;padding-top:calc(var(--plyr-control-spacing,10px)*3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control:focus-visible,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-video-control-color-hover,#fff)}.plyr__control--overlaid{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));border:0;border-radius:100%;color:#fff;color:var(--plyr-video-control-color,#fff);display:none;left:50%;opacity:.9;padding:15px;padding:calc(var(--plyr-control-spacing,10px)*1.5);position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--video .plyr__progress__buffer{color:#ffffff40;color:var(--plyr-video-progress-buffered-background,#ffffff40)}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen video{height:100%}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;height:100%;inset:0;margin:0;position:fixed;width:100%;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr__ads{border-radius:inherit;cursor:pointer;inset:0;overflow:hidden;position:absolute;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads:after{background:#23282f;border-radius:2px;bottom:10px;bottom:var(--plyr-control-spacing,10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;right:var(--plyr-control-spacing,10px);z-index:3}.plyr__ads:empty:after{display:none}.plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height,5px);left:0;opacity:.8;position:absolute;top:50%;transform:translateY(-50%);width:3px;z-index:3}.plyr__preview-thumb{background-color:#fff;background-color:var(--plyr-tooltip-background,#fff);border-radius:8px;border-radius:var(--plyr-menu-radius,8px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing,10px)/ 2*2);opacity:0;padding:3px;pointer-events:none;position:absolute;transform:translateY(10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0) scale(1)}.plyr__preview-thumb:before{border-left:4px solid #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #fff;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size,4px)*-1);content:"";height:0;left:calc(50% + var(--preview-arrow-offset));position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:7px;border-radius:calc(var(--plyr-menu-radius,8px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img,.plyr__preview-thumb__image-container:after{height:100%;left:0;position:absolute;top:0;width:100%}.plyr__preview-thumb__image-container:after{border-radius:inherit;box-shadow:inset 0 0 0 1px #00000026;content:"";pointer-events:none}.plyr__preview-thumb__image-container img{max-height:none;max-width:none}.plyr__preview-thumb__time-container{background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:7px;border-bottom-left-radius:calc(var(--plyr-menu-radius,8px) - 1px);border-bottom-right-radius:7px;border-bottom-right-radius:calc(var(--plyr-menu-radius,8px) - 1px);bottom:0;left:0;line-height:1.1;padding:20px 6px 6px;position:absolute;right:0;z-index:3}.plyr__preview-thumb__time-container span{color:#fff;font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__preview-scrubbing{filter:blur(1px);height:100%;inset:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);border:0!important;height:1px!important;overflow:hidden;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}:root{--base-font-size:1rem;--container-width:1400px;--container-left-padding:15px;--container-right-padding:15px}*,::after,::before{padding:0;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box}body{padding:0;margin:0;font-size:100%;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}ol,ul{list-style:none}a{text-decoration:none;color:inherit}img{display:block;height:auto;max-width:100%;border:0}button,input,select,textarea{border:none;font-family:inherit;font-size:inherit;line-height:inherit;color:inherit;background:0 0;outline:0}button{background-color:transparent;cursor:pointer}input[type=email],input[type=password],input[type=text],textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none}table{border-spacing:0;border-collapse:collapse}blockquote{padding:0;margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}iframe{max-width:100%;border:0}:focus{outline:2px solid var(--color-1);outline-offset:2px}abbr[title],code,kbd,pre,samp{font-family:monospace;font-size:1em}q{quotes:"“" "”" "‘" "’"}@media screen and (max-width:767px){.light-theme .desktop-home{display:none}}.light-theme .brochure__module{display:none}.light-theme .social-icons-footer{border-bottom:1px solid #666e7a}@media screen and (max-width:767px){.dmg-footer.remove-ft-dmg-img::after,.dmg-footer.remove-ft-dmg-img::before{display:none}}@media screen and (max-width:767px){.dark-theme .desktop-home{display:none}}.dark-theme .brochure__module{display:none}.dark-theme .social-icons-footer{border-bottom:1px solid #666e7a}@media screen and (min-width:768px){.mobile-home{display:none}}@media screen and (max-width:767px){.footer.splash-footer{display:none}}*,::after,::before{padding:0;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box}html{-webkit-text-size-adjust:100%;font-size:100%;font-size:24px;line-height:1.5}@media screen and (max-width:1600px){html{font-size:23px}}@media only screen and (min-width:1199px) and (max-width:1366px){html{font-size:24px}}@media screen and (max-width:1199px){html{font-size:20px}}@media screen and (max-width:600px){html{font-size:24px}}body{font-family:var(--font-family-base);font-size:1rem;line-height:1.5;color:#333;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.o--hiddeon{overflow:hidden}.container{width:100%;max-width:1432px;padding-right:20px;padding-left:20px;margin:0 auto}@media only screen and (min-width:1199px) and (max-width:1366px){.container{max-width:1126px}}img{display:block;height:auto;max-width:100%}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}button{border:none;border-radius:0;background:0 0;cursor:pointer}::-webkit-file-upload-button,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}:focus{outline:0}:focus-visible{outline:1px solid #000}.mt-0{margin-top:0!important}.mb-0{margin-bottom:0!important}.ml-0{margin-left:0!important}.mr-0{margin-right:0!important}.mt-auto{margin-top:auto}.mb-auto{margin-bottom:auto}.ml-auto{margin-left:auto}.mr-auto{margin-right:auto}.pt-0{padding-top:0!important}.pb-0{padding-bottom:0!important}.p-0{padding:0!important}.m-0{margin:0!important}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.clearfix::after{clear:both;display:block;content:""}b,strong{font-weight:600}hr{width:100%;height:10px;margin:15px 0;background:#ccc}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}[hidden]{display:none}details summary{cursor:pointer}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}summary{display:list-item}audio,canvas,progress,video{display:block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template{display:none}a{background-color:transparent}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}sub,sup{vertical-align:baseline;position:relative;font-size:75%;line-height:0}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{margin-bottom:20px;font-family:monospace;font-size:1em}figure{margin:0 0 10px}button,select{text-transform:none}legend{display:table;max-width:100%;padding:0;white-space:normal;color:inherit}.glightbox-button-hidden{display:none!important}section{clear:both;padding:91px 0 100px}section.two__col-tab-module{padding-bottom:66px}@media screen and (max-width:1600px){section.two__col-tab-module{padding:64px 0 70px}}@media screen and (max-width:1199px){section.two__col-tab-module{padding:44px 0 22px}}@media screen and (max-width:1600px){section{padding:64px 0 70px}}@media screen and (max-width:1199px){section{padding:44px 0}}.btn__center{text-align:center}@media screen and (max-width:600px){.social__media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.social__media a{display:inline-block;margin-right:12px}.social__media a:hover svg path{fill:var(--color-1)}.social__media a svg path{-webkit-transition:all .4s;transition:all .4s}.reveal{overflow:hidden}.reveal img{-webkit-transform-origin:left;transform-origin:left}span.animated_text{color:rgba(239,74,77,.19);background:-webkit-gradient(linear,left top,right top,from(var(--color-2)),to(var(--color-2))) no-repeat;background:linear-gradient(to right,var(--color-2),var(--color-2)) no-repeat;background-size:0;-webkit-transition:background-size cubic-bezier(.1,.5,.5,1) .1s!important;transition:background-size cubic-bezier(.1,.5,.5,1) .1s!important}span.animated_text{-webkit-background-clip:text;background-clip:text}.d-none{display:none!important}@media screen and (max-width:1024px){.d-none.d-md-block{display:block!important}}@media screen and (max-width:1199px){.d-none.d-lg-block{display:block!important}}@media screen and (max-width:1024px){.d-md-none{display:none!important}}@media screen and (max-width:992px){.d-sm-none{display:none!important}}@media screen and (max-width:992px){.d-sm-block{display:block!important}}@media screen and (max-width:992px){a.d-sm-block{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}}.swiper__btns{position:relative;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;display:none;margin-top:54px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:24px}@media screen and (max-width:1199px){.swiper__btns{display:-webkit-box;display:-ms-flexbox;display:flex}}.swiper__btns .swiper-button-next,.swiper__btns .swiper-button-prev{position:static;width:24px;height:24px;border-radius:50%;color:var(--color-1);background-color:#fff}.swiper__btns .swiper-button-next:after,.swiper__btns .swiper-button-prev:after{display:none}.swiper__btns .swiper-button-next .arrow__right,.swiper__btns .swiper-button-prev .arrow__right{position:relative;right:1px;display:inline-block;padding:3px;border:solid var(--color-1);border-width:0 2px 2px 0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.swiper__btns .swiper-button-prev{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.heading__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:1199px){.heading__row h2 br{display:none}}.heading__row .heading__left{padding-right:20px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:70%;flex-basis:70%}@media screen and (max-width:992px){.heading__row .heading__left{-ms-flex-preferred-size:100%;flex-basis:100%}}.heading__row .heading__right{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:30%;flex-basis:30%;text-align:right}@media screen and (max-width:992px){.heading__row .heading__right{max-width:360px}}.skip-link{position:absolute;top:0;left:-9999px}.skip-link:focus{top:10px;left:10px;z-index:1000;padding:3px 15px;font-size:.88rem;color:#000;background-color:var(--color-1)}.generic__module p{color:#d5d5d5}.generic__module ul{list-style:disc;list-style-position:inside;padding-left:0}.generic__module ul ol,.generic__module ul ul{padding-left:20px}.generic__module ol{list-style:auto;list-style-position:inside;padding-left:0}.generic__module ol ol,.generic__module ol ul{padding-left:20px}.generic__module .btn__wrap,.generic__module h1,.generic__module h2,.generic__module h3,.generic__module h4,.generic__module h5,.generic__module h6,.generic__module ol,.generic__module p,.generic__module ul{margin-bottom:20px!important}.generic__module .btn__wrap{min-height:65px;padding-top:20px}@media screen and (max-width:600px){.generic__module .btn__wrap{min-height:50px}}.generic__module .gallery-tab{margin-top:7px;display:inline-block;margin-bottom:2px}.generic__module.pb-0{margin-bottom:-20px!important}.generic__module.align__right{text-align:right}.generic__module.align__right ol,.generic__module.align__right ul{direction:rtl}.generic__module.align__right ol ol,.generic__module.align__right ol ul,.generic__module.align__right ul ol,.generic__module.align__right ul ul{padding-left:0;padding-right:20px;margin-top:10px}.generic__module.align__right .btn__wrap{-webkit-box-pack:right;-ms-flex-pack:right;justify-content:right}.generic__module.align__right .btn__wrap a:last-child{margin:0}.generic__module.align__center{text-align:center}.generic__module.align__center .btn__wrap{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.generic__module.align__center .btn__wrap a:last-child{margin:0}.admin-bar .inner__header+main{padding-top:140px}.inner__header+main .banner{margin-top:-2px}.search__block{margin-bottom:30px}.search__block:last-child{margin-bottom:0}.admin-bar .inner__header+main{padding-top:120px!important}.fl-builder-edit .three__col-no-spacing .swiper-slide,.fl-builder-edit .three__d-slider-module .swiper-slide{width:33.33%}.gbtn.gnext,.gbtn.gprev{width:80px!important;height:80px!important;border-radius:50%!important;background-color:#fff!important;-webkit-transition:all .4s;transition:all .4s}.gbtn.gnext:hover,.gbtn.gprev:hover{background-color:var(--color-1)!important}@media screen and (max-width:767px){.gbtn.gnext,.gbtn.gprev{top:auto!important;bottom:30px!important;width:40px!important;height:40px!important}}.gbtn.gnext path,.gbtn.gprev path{fill:#000!important}.goverlay{-webkit-filter:blur(30px);filter:blur(30px)}.glightbox-clean .gslide-media{border-radius:0}.glightbox-container{background-color:#000}.glightbox-container.glightbox-custom .gnext.gprev{display:none}.glightbox-container.glightbox-custom .gclose{position:absolute;top:15px;right:10px;width:35px;height:35px}.glightbox-container.glightbox-custom .gclose path{fill:#fff}.custom-back-btn{-webkit-transition:all .4s;transition:all .4s}.custom-back-btn:hover{color:var(--color-1)!important}@media screen and (max-width:1199px){.custom-back-btn{display:none}}.align__right{text-align:right}.align__right .heading__row{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.align__center{text-align:center}.align__center .heading__row{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.align__left{text-align:center}.align__left .heading__row{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.heading__with-para{margin-bottom:2.56rem}@media screen and (max-width:600px){.heading__with-para{margin-bottom:1.333rem}}.heading__with-para h2{margin-bottom:1rem}footer,main{-webkit-transition:all .6s;transition:all .6s}#onetrust-banner-sdk #onetrust-accept-btn-handler,#onetrust-banner-sdk #onetrust-pc-btn-handler,#onetrust-banner-sdk #onetrust-policy-text,#onetrust-banner-sdk #onetrust-reject-all-handler{font-size:13px!important}.transform__none{-webkit-transform:none!important;transform:none!important}@media screen and (min-width:767px){#onetrust-policy-title{font-size:20px!important}#ot-pc-title{font-size:22.5px!important}}.btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:700;color:var(--color-1)}.btn:hover svg path{fill:var(--color-2)}.btn-secondary{font-weight:600;color:var(--color-1)}.btn-secondary.color-2{color:var(--color-2)}.btn-secondary.color-2:hover{color:var(--color-1)}.btn-secondary.color-2:hover svg path{fill:var(--color-1)}.btn-secondary.color-2 svg path{fill:var(--color-2)}.btn{font-size:20px;font-size:.8333333333rem;line-height:1.2}@media only screen and (min-width:1199px) and (max-width:1366px){.btn{font-size:16px;font-size:.6666666667rem;line-height:1.2}}@media screen and (max-width:600px){.btn{font-size:12px;font-size:.5rem;line-height:1.1666666667}}.btn.btn-primary{position:relative;margin:30px 0 30px 38px;color:#fff}.btn.btn-primary.color-1{color:#000}.btn.btn-primary.color-1:hover{color:var(--color-2)}.btn.btn-primary.color-1:hover svg path{fill:var(--color-2)}.btn.btn-primary.color-1 svg path{fill:#000}.btn.btn-primary.color-1 span{background-color:var(--color-1)}.btn.btn-primary.color-1 span:after,.btn.btn-primary.color-1 span:before{background-color:var(--color-1)}.btn.btn-primary.color-1 em{background-color:var(--color-1)}.btn.btn-primary.color-black{color:#000}.btn.btn-primary.color-black:hover{color:var(--color-2)}.btn.btn-primary.color-black:hover svg path{fill:var(--color-2)}.btn.btn-primary.color-black svg path{fill:#000}.btn.btn-primary.color-black span{background-color:#fff}.btn.btn-primary.color-black span:after,.btn.btn-primary.color-black span:before{background-color:#fff}.btn.btn-primary.color-black em{background-color:#fff}@media screen and (min-width:1199px){.btn.btn-primary:hover{color:var(--color-1)}.btn.btn-primary:hover i,.btn.btn-primary:hover svg{-webkit-transform:translateX(20px);transform:translateX(20px)}.btn.btn-primary:hover span:after{-webkit-transform:scale(1.3);transform:scale(1.3)}.btn.btn-primary:hover span:before{-webkit-transform:scale(1.6);transform:scale(1.6)}.btn.btn-primary:hover span em{-webkit-transform:scale(1.9);transform:scale(1.9)}.btn.btn-primary:hover svg path{fill:var(--color-1)}}@media only screen and (min-width:1199px) and (max-width:1366px){.btn.btn-primary{margin:13px 0 16px 22px}}@media screen and (max-width:600px){.btn.btn-primary{margin:28px 0 28px 20px}}.btn.btn-primary i{position:relative;z-index:4;display:inline-block;font-style:normal;-webkit-transition:all .4s;transition:all .4s;width:calc(100% - 32px)}.btn.btn-primary svg{-webkit-transition:all .4s;transition:all .4s}.btn.btn-primary svg path{-webkit-transition:all .4s;transition:all .4s}.btn.btn-primary span{position:absolute;top:0;bottom:0;left:-38px;z-index:4;display:inline-block;width:77px;height:77px;margin:auto;border-radius:50px;background-color:var(--color-2)}.btn.btn-primary span:after,.btn.btn-primary span:before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;width:100%;height:100%;border-radius:50px;background-color:var(--color-2);opacity:.8;-webkit-transition:all .3s;transition:all .3s;-webkit-transform:scale(0);transform:scale(0);content:""}.btn.btn-primary span:before{z-index:2;opacity:.5;-webkit-transition:all .5s;transition:all .5s;-webkit-transform:scale(0);transform:scale(0)}@media only screen and (min-width:1199px) and (max-width:1366px){.btn.btn-primary span{left:-18px;width:43px;height:43px}}@media screen and (max-width:600px){.btn.btn-primary span{left:-20px;width:50px;height:50px}}.btn.btn-primary span em{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;width:100%;height:100%;border-radius:50px;background-color:var(--color-2);opacity:.3;-webkit-transition:all .7s;transition:all .7s;-webkit-transform:scale(0);transform:scale(0)}.btn svg path{-webkit-transition:all .4s;transition:all .4s;fill:#fff}.btn svg{margin-left:16px}@media only screen and (min-width:1199px) and (max-width:1366px){.btn svg{margin-left:5px;-webkit-transform:scale(.6);transform:scale(.6)}}@media screen and (max-width:600px){.btn svg{margin-left:3px;-webkit-transform:scale(.6);transform:scale(.6)}}.btn__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:22px 45px}h1{margin-bottom:20px;font-weight:700;color:#000;font-size:clamp(26px,6.5vw,110px);line-height:clamp(35px,8vw,135px)}@media screen and (max-width:600px){h1{font-size:clamp(26px,8.5vw,128px);line-height:clamp(35px,10.5vw,153px)}}h2{margin-bottom:2.56rem;font-weight:600;color:#000;font-size:52px;font-size:2.1666666667rem;line-height:1.2}@media screen and (max-width:1600px){h2{font-size:48px;font-size:2rem;line-height:1.1458333333}}@media only screen and (min-width:1199px) and (max-width:1366px){h2{font-size:40px;font-size:1.6666666667rem;line-height:1.2}}@media screen and (max-width:1199px){h2{font-size:40px;font-size:1.6666666667rem;line-height:1.25}}@media screen and (max-width:600px){h2{margin-bottom:1.333rem;font-size:32px;font-size:1.3333333333rem;line-height:1.1875}}@media screen and (max-width:360px){h2{margin-bottom:1.7rem;font-size:35px;font-size:1.4583333333rem;line-height:1.1428571429}}h3{margin-bottom:1.208rem;font-weight:600;color:#000;font-size:36px;font-size:1.5rem;line-height:1.2}@media screen and (max-width:600px){h3{margin-bottom:.8rem;font-size:26px;font-size:1.0833333333rem;line-height:1.1538461538}}h4{margin-bottom:20px;font-weight:600;color:#000;font-size:28px;font-size:1.1666666667rem;line-height:1.2}@media screen and (max-width:600px){h4{margin-bottom:12px;font-size:22px;font-size:.9166666667rem;line-height:1.2727272727}}h5{margin-bottom:20px;font-weight:500;color:#000;font-size:24px;font-size:1rem;line-height:1.2}@media screen and (max-width:600px){h5{margin-bottom:12px;font-size:18px;font-size:.75rem;line-height:1.3333333333}}h6{margin-bottom:20px;font-weight:500;color:#000;font-size:20px;font-size:.8333333333rem;line-height:1.25}@media screen and (max-width:600px){h6{margin-bottom:12px;font-size:16px;font-size:.6666666667rem;line-height:1.25}}p{margin-bottom:20px;font-weight:400;color:#474747;font-size:24px;font-size:1rem;line-height:1.2}@media only screen and (min-width:1199px) and (max-width:1366px){p{font-size:18px;font-size:.75rem;line-height:1.1388888889}}@media screen and (max-width:600px){p{font-size:17px;font-size:.7083333333rem;line-height:1.4117647059}}a{color:var(--color-1);-webkit-transition:color .3s ease;transition:color .3s ease}a:focus,a:hover{text-decoration:none;color:var(--color-2)}a{font-size:18px;font-size:.75rem;line-height:1.6666666667}ol,ul{padding-left:20px;margin-bottom:20px}ol li,ul li{margin-bottom:10px;color:#000;font-size:20px;font-size:.8333333333rem;line-height:1.2}ul{list-style-type:disc}ol{list-style-type:decimal}ol ol,ul ul{margin-bottom:0}blockquote{margin-bottom:20px;font-style:italic;color:var(--color-1);font-size:18px;font-size:.75rem;line-height:1.6666666667}code{padding:.2em .4em;color:var(--color-1);font-size:18px;font-size:.75rem;line-height:1.6666666667}.btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:700;color:var(--color-1)}.btn:hover svg path{fill:var(--color-2)}.btn-secondary{font-weight:600;color:var(--color-1)}.btn-secondary.color-2{color:var(--color-2)}.btn-secondary.color-2:hover{color:var(--color-1)}.btn-secondary.color-2:hover svg path{fill:var(--color-1)}.btn-secondary.color-2 svg path{fill:var(--color-2)}.btn{font-size:20px;font-size:.8333333333rem;line-height:1.2}@media only screen and (min-width:1199px) and (max-width:1366px){.btn{font-size:16px;font-size:.6666666667rem;line-height:1.2}}@media screen and (max-width:600px){.btn{font-size:12px;font-size:.5rem;line-height:1.1666666667}}.btn.btn-primary{position:relative;margin:30px 0 30px 38px;color:#fff}.btn.btn-primary.color-1{color:#000}.btn.btn-primary.color-1:hover{color:var(--color-2)}.btn.btn-primary.color-1:hover svg path{fill:var(--color-2)}.btn.btn-primary.color-1 svg path{fill:#000}.btn.btn-primary.color-1 span{background-color:var(--color-1)}.btn.btn-primary.color-1 span:after,.btn.btn-primary.color-1 span:before{background-color:var(--color-1)}.btn.btn-primary.color-1 em{background-color:var(--color-1)}.btn.btn-primary.color-black{color:#000}.btn.btn-primary.color-black:hover{color:var(--color-2)}.btn.btn-primary.color-black:hover svg path{fill:var(--color-2)}.btn.btn-primary.color-black svg path{fill:#000}.btn.btn-primary.color-black span{background-color:#fff}.btn.btn-primary.color-black span:after,.btn.btn-primary.color-black span:before{background-color:#fff}.btn.btn-primary.color-black em{background-color:#fff}@media screen and (min-width:1199px){.btn.btn-primary:hover{color:var(--color-1)}.btn.btn-primary:hover i,.btn.btn-primary:hover svg{-webkit-transform:translateX(20px);transform:translateX(20px)}.btn.btn-primary:hover span:after{-webkit-transform:scale(1.3);transform:scale(1.3)}.btn.btn-primary:hover span:before{-webkit-transform:scale(1.6);transform:scale(1.6)}.btn.btn-primary:hover span em{-webkit-transform:scale(1.9);transform:scale(1.9)}.btn.btn-primary:hover svg path{fill:var(--color-1)}}@media only screen and (min-width:1199px) and (max-width:1366px){.btn.btn-primary{margin:13px 0 16px 22px}}@media screen and (max-width:600px){.btn.btn-primary{margin:28px 0 28px 20px}}.btn.btn-primary i{position:relative;z-index:4;display:inline-block;font-style:normal;-webkit-transition:all .4s;transition:all .4s;width:calc(100% - 32px)}.btn.btn-primary svg{-webkit-transition:all .4s;transition:all .4s}.btn.btn-primary svg path{-webkit-transition:all .4s;transition:all .4s}.btn.btn-primary span{position:absolute;top:0;bottom:0;left:-38px;z-index:4;display:inline-block;width:77px;height:77px;margin:auto;border-radius:50px;background-color:var(--color-2)}.btn.btn-primary span:after,.btn.btn-primary span:before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;width:100%;height:100%;border-radius:50px;background-color:var(--color-2);opacity:.8;-webkit-transition:all .3s;transition:all .3s;-webkit-transform:scale(0);transform:scale(0);content:""}.btn.btn-primary span:before{z-index:2;opacity:.5;-webkit-transition:all .5s;transition:all .5s;-webkit-transform:scale(0);transform:scale(0)}@media only screen and (min-width:1199px) and (max-width:1366px){.btn.btn-primary span{left:-18px;width:43px;height:43px}}@media screen and (max-width:600px){.btn.btn-primary span{left:-20px;width:50px;height:50px}}.btn.btn-primary span em{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;width:100%;height:100%;border-radius:50px;background-color:var(--color-2);opacity:.3;-webkit-transition:all .7s;transition:all .7s;-webkit-transform:scale(0);transform:scale(0)}.btn svg path{-webkit-transition:all .4s;transition:all .4s;fill:#fff}.btn svg{margin-left:16px}@media only screen and (min-width:1199px) and (max-width:1366px){.btn svg{margin-left:5px;-webkit-transform:scale(.6);transform:scale(.6)}}@media screen and (max-width:600px){.btn svg{margin-left:3px;-webkit-transform:scale(.6);transform:scale(.6)}}.btn__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:22px 45px}.align_center .two__col .tow__col-left img{margin:auto}.align_center .heading__row{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.align_center ol,.align_center ul{list-style-position:inside}.align_center h1,.align_center h2,.align_center h3,.align_center h4,.align_center h5,.align_center h6,.align_center p{text-align:center}.align_center .btn__center{text-align:center}.align_center+.speaker__popup .speaker__popup--body{text-align:center}.align_center+.speaker__popup img{display:block;margin:0 auto}.align_center+.speaker__popup ol,.align_center+.speaker__popup ul{list-style-position:inside}.align_center+.speaker__popup .follow-us-linkedin span{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.align_center img{margin:auto}.align_center .text-right{text-align:center}.align_center .two__col-full-wrapper .two__col-full-right h3{display:inline-block}.align_right .two__col .tow__col-left img{margin-left:auto}.align_right .text-center{text-align:right}.align_right .btn__center{text-align:right}.align_right .heading__row{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.align_right ol,.align_right ul{list-style-position:inside;direction:rtl}.align_right h1,.align_right h2,.align_right h3,.align_right h4,.align_right h5,.align_right h6,.align_right p{text-align:right}.align_right+.speaker__popup .speaker__popup--body{padding-top:50px;text-align:right}.align_right+.speaker__popup ol,.align_right+.speaker__popup ul{list-style-position:inside;direction:rtl}.align_right+.speaker__popup img{margin-left:auto;margin-top:10px}.align_right+.speaker__popup .follow-us-linkedin span{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media screen and (max-width:991px){.align_right+.speaker__popup .speaker__popup--close{right:unset;left:0}}.align_right .two__col-full-wrapper .two__col-full-right h3{display:inline-block}.align_right .two__col-full-wrapper .two__col-full-right h3{padding-left:0!important;padding-right:35px}.align_right .two__col-full-wrapper .two__col-full-right h3 span{left:unset!important;right:0}.align_default .btn__center{text-align:left}.align_default .text-center{text-align:left}.align_default .text-right{text-align:left}.align_default h1,.align_default h2,.align_default h3,.align_default h4,.align_default h5,.align_default h6,.align_default p{text-align:left}body.o__hidden{overflow:hidden}.o__hidden .header{z-index:9}@media screen and (max-width:768px){.light-theme .colocated-wrap{display:none!important}}@media screen and (max-width:767px){.light-theme .header .header__col--left a{display:none!important}.light-theme .header .header__col--left a.light-theme-logo{display:block!important}}@media screen and (max-width:767px) and (max-width:393px){.light-theme .header .header__col--left a.light-theme-logo{max-width:75px}}@media screen and (max-width:767px){.light-theme .menu__wrap h4{display:none}}@media screen and (max-width:767px){.light-theme .header{background-color:#121212;position:sticky}.light-theme .header .menu__wrap .menu__icon span{width:24px;height:2px;background:rgba(255,255,255,.75)!important}.light-theme .header .search-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:8px}.light-theme .header .header__top-block{display:none}.light-theme .header .co__located-logo{display:none!important}.light-theme .header .header__row{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.light-theme .header .header__row .header__col.header-col--details{display:inline;max-width:230px;-webkit-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;padding-left:0}}@media screen and (max-width:767px) and (max-width:390px){.light-theme .header .header__row .header__col.header-col--details{margin-top:15px;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;width:100%;padding-left:15px}}@media screen and (max-width:767px) and (max-width:393px){.light-theme .header .header__row .header__col.header-col--details{max-width:193px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}@media screen and (max-width:767px){.light-theme .header .header__row .header__col.header-col--details p{font-size:11px;font-style:normal;font-weight:400;color:rgba(75,85,99,.6588235294)!important}.light-theme .header .header__row .header__col.header-col--details h6{font-size:16px;font-style:normal;font-weight:700;color:#4b5563!important;margin-bottom:5px}}@media screen and (max-width:767px) and (max-width:767px){.light-theme .header .header__row .header__col.header-col--center{display:none}}@media screen and (max-width:767px) and (max-width:393px){.light-theme .header .header__row .header__col.header__col--left img{max-width:75px}}@media screen and (max-width:767px) and (max-width:393px){.light-theme .header .header__row .header__col.header__col--left{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media screen and (max-width:767px) and (max-width:393px){.light-theme .header .header__row .header__col.header__col--right{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}}@media screen and (max-width:768px){.dark-theme .colocated-wrap{display:none!important}}@media screen and (max-width:767px){.dark-theme .header .header__col--left a{display:none!important}.dark-theme .header .header__col--left a.light-theme-logo{display:block!important}}@media screen and (max-width:767px) and (max-width:393px){.dark-theme .header .header__col--left a.light-theme-logo{max-width:75px}}@media screen and (max-width:767px){.dark-theme .menu__wrap h4{display:none}}@media screen and (max-width:767px){.dark-theme .header{background-color:#121212!important;position:sticky}.dark-theme .header .menu__wrap .menu__icon span{width:24px;height:2px;background:rgba(255,255,255,.75)!important}.dark-theme .header .search-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:8px}.dark-theme .header .header__top-block{display:none}.dark-theme .header .co__located-logo{display:none!important}.dark-theme .header .header__row{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.dark-theme .header .header__row .header__col.header-col--details{display:inline;max-width:230px;-webkit-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;padding-left:0}}@media screen and (max-width:767px) and (max-width:390px){.dark-theme .header .header__row .header__col.header-col--details{margin-top:15px;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;width:100%;padding-left:15px}}@media screen and (max-width:767px) and (max-width:393px){.dark-theme .header .header__row .header__col.header-col--details{max-width:193px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}@media screen and (max-width:767px){.dark-theme .header .header__row .header__col.header-col--details p{font-size:11px;font-style:normal;font-weight:400;color:rgba(221,221,221,.66)!important}.dark-theme .header .header__row .header__col.header-col--details h6{font-size:16px;font-style:normal;font-weight:700;color:#ddd!important;margin-bottom:5px}}@media screen and (max-width:767px) and (max-width:767px){.dark-theme .header .header__row .header__col.header-col--center{display:none}}@media screen and (max-width:767px) and (max-width:393px){.dark-theme .header .header__row .header__col.header__col--left img{max-width:75px}}@media screen and (max-width:767px) and (max-width:393px){.dark-theme .header .header__row .header__col.header__col--left{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media screen and (max-width:767px) and (max-width:393px){.dark-theme .header .header__row .header__col.header__col--right{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}}.header{position:fixed;z-index:7;top:0;left:0;width:100%;padding-bottom:.5rem;-webkit-transition:all .6s;transition:all .6s}.header:after{position:absolute;z-index:-1;top:-100%;left:0;width:100%;height:100%;background-color:#000;content:""}.header .header__col--left .light-theme-logo{display:none!important}.header .search-bar{padding:12px 10px;display:none;border-radius:8px;border:1px solid rgba(69,69,69,.5)}.header .search-bar svg{margin-right:8px}.header .search-bar input{color:#a3a3a3;font-size:10px;font-weight:500}.header .search-bar input:focus-visible{outline:0}.header .search-bar input::-webkit-input-placeholder{font-size:10px;font-style:normal;font-weight:500;line-height:37px}.header .search-bar input::-moz-placeholder{font-size:10px;font-style:normal;font-weight:500;line-height:37px}.header .search-bar input:-ms-input-placeholder{font-size:10px;font-style:normal;font-weight:500;line-height:37px}.header .search-bar input::-ms-input-placeholder{font-size:10px;font-style:normal;font-weight:500;line-height:37px}.header .search-bar input::placeholder{font-size:10px;font-style:normal;font-weight:500;line-height:37px}.header .header__top-block{-webkit-transition:all .3s;transition:all .3s}.header.scrolled{background-color:#000}.header.scrolled .header_main{padding-top:.5rem}.header.scrolled .header__top-block{visibility:hidden;padding:0;opacity:0;height:0;-webkit-transform:translateY(-150px);transform:translateY(-150px)}.header.scrolled .header__top-block *{opacity:0;height:0}.header.inner__header{background-color:#000}.header.inner__header.scrolled{padding:.5rem 0}.header.inner__header .header_main{padding-top:1.333rem;padding-bottom:1.333rem}.header .header_main{padding-top:1rem}@media screen and (max-width:575px){.header .header_main{padding-top:.5rem}}.header__row{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0 -15px}@media screen and (max-width:1366px){.header__row{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media screen and (max-width:992px){.header__row{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media screen and (max-width:450px){.header__row{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.header__row .header__col{max-width:415px;padding:0 15px}.header__row .header__col.header__col--left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:560px}@media screen and (max-width:800px){.header__row .header__col.header__col--left{max-width:415px}}@media screen and (max-width:450px){.header__row .header__col.header__col--left{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.header__row .header__col.header__col--left .colocated-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;gap:0 15px;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width:600px){.header__row .header__col.header__col--left .colocated-wrap{max-width:195px}}@media screen and (max-width:450px){.header__row .header__col.header__col--left .colocated-wrap{margin-top:5px}}.header__row .header__col.header__col--left .colocated-wrap .colocated-image-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:0 15px;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width:600px){.header__row .header__col.header__col--left .colocated-wrap .colocated-image-wrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.header__row .header__col.header__col--left .colocated-wrap span{font-size:12px;line-height:1.6666666667;text-align:center;width:100%;display:block;margin-bottom:4px}@media screen and (max-width:575px){.header__row .header__col.header__col--left .colocated-wrap span{font-size:10px;line-height:3.6}}.header__row .header__col.header__col--left .colocated-wrap a img{min-width:unset!important;max-width:200px!important;width:100%}@media screen and (max-width:575px){.header__row .header__col.header__col--left .colocated-wrap a img{max-width:60px!important}}.header__row .header__col.header__col--left .colocated-wrap a:only-of-type img{max-width:106px!important}@media screen and (max-width:1200px){.header__row .header__col.header__col--left .colocated-wrap a:only-of-type img{max-width:120px!important}}@media screen and (max-width:575px){.header__row .header__col.header__col--left .colocated-wrap a:only-of-type img{max-width:65px!important}}.header__row .header__col.header__col--left img{min-width:150px}@media screen and (max-width:1199px){.header__row .header__col.header__col--left img{max-width:120px;min-width:120px}}@media screen and (max-width:575px){.header__row .header__col.header__col--left img{max-width:115px!important;min-width:unset}}.header__row .header__col.header__col--left a{display:block;padding-right:24px}.header__row .header__col.header__col--left a.co__located-logo{padding-right:0}@media screen and (max-width:575px){.header__row .header__col.header__col--left a.co__located-logo{position:relative;top:-10px}}@media screen and (max-width:800px){.header__row .header__col.header__col--left a.co__located-logo img{max-width:120px!important}}@media screen and (max-width:575px){.header__row .header__col.header__col--left a.co__located-logo img{max-width:65px}}@media screen and (max-width:575px){.header__row .header__col.header__col--left a{padding-right:20px}}.header__row .header__col.header__col--left a span{line-height:12px;color:#fff;text-align:center;font-size:10px;font-weight:600}@media screen and (max-width:575px){.header__row .header__col.header__col--left a span{font-size:6px}}.header__row .header__col.header-col--center{-ms-flex-item-align:center;align-self:center;margin-top:30px}@media screen and (max-width:992px){.header__row .header__col.header-col--center{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;width:100%;max-width:100%;margin-top:0}}@media screen and (max-width:600px){.header__row .header__col.header-col--center{display:none}}.header__row .header__col.header-col--center p{margin-bottom:6px;color:#e8e8e8;font-weight:700}.header__row .header__col.header-col--center p:first-child{font-weight:400}.header__row .header__col.header-col--center p:last-child{font-size:20px;font-size:.8333333333rem;line-height:1.2}@media screen and (max-width:1366px){.header__row .header__col.header-col--center p:last-child{font-weight:600}}@media screen and (max-width:1199px){.header__row .header__col.header-col--center p{font-size:19px;font-size:.7916666667rem;line-height:1.1578947368}}.header__row .header__col.header-col--details{-ms-flex-item-align:end;align-self:flex-end}@media screen and (min-width:768px){.header__row .header__col.header-col--details{display:none}}@media screen and (max-width:992px){.header__row .header__col.header-col--details{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;width:100%;max-width:100%}}@media screen and (max-width:600px){.header__row .header__col.header-col--details{display:none}}.header__row .header__col.header-col--details p{margin-bottom:6px;color:#e8e8e8;font-weight:700}.header__row .header__col.header-col--details p:first-child{font-weight:400}.header__row .header__col.header-col--details p:last-child{font-size:20px;font-size:.8333333333rem;line-height:1.2}@media screen and (max-width:1366px){.header__row .header__col.header-col--details p:last-child{font-weight:600}}@media screen and (max-width:1199px){.header__row .header__col.header-col--details p{font-size:19px;font-size:.7916666667rem;line-height:1.1578947368}}.menu__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;cursor:pointer}.menu__wrap h4{padding-right:12px;margin-bottom:0;color:#fff}@media screen and (max-width:600px){.menu__wrap h4{display:none}}.menu__wrap .menu__icon{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width:600px){.menu__wrap .menu__icon{position:unset}}@media screen and (max-width:480px){.menu__wrap .menu__icon.active{margin-bottom:7px}}.menu__wrap .menu__icon.active .menu__icons{opacity:0;-webkit-transform:translateY(-5px);transform:translateY(-5px)}.menu__wrap .menu__icon.active .menu__icon-close{opacity:1;-webkit-transform:translateY(-5px);transform:translateY(-5px)}@media screen and (max-width:1199px){.menu__wrap .menu__icon.active .menu__icon-close{position:fixed;top:15px;right:15px;-webkit-transform:none;transform:none}}.menu__wrap .menu__icon .menu__icons{position:relative;top:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transition:all .6s;transition:all .6s}@media screen and (max-width:600px){.menu__wrap .menu__icon .menu__icons{top:0}}.menu__wrap .menu__icon .menu__icon-close{position:absolute;top:0;right:-5px;opacity:0;-webkit-transition:all .6s;transition:all .6s;-webkit-transform:translateY(7px);transform:translateY(7px)}@media screen and (max-width:1199px){.menu__wrap .menu__icon .menu__icon-close{z-index:6}}.menu__wrap .menu__icon span{display:block;width:20px;height:1px;margin-bottom:8px;background-color:var(--color-1)}.menu__wrap .menu__icon span:nth-child(2){width:20px}.menu__wrap .menu__icon span:nth-child(3){width:23px;margin-bottom:0}@media screen and (max-width:600px){.menu__wrap .menu__icon span{margin-bottom:7px}}.main__menu{position:absolute;top:130%;left:0;width:100%;padding:67px 69px 51px 93px;opacity:0;background:#000;-webkit-transition:all .6s;transition:all .6s;pointer-events:none}.main__menu.active{opacity:1;pointer-events:all}@media screen and (min-width:1200px){.main__menu{-webkit-transform:none!important;transform:none!important;max-height:calc(100vh - 350px);overflow:auto}}@media screen and (max-width:1366px){.main__menu{padding:40px}}@media screen and (max-width:1199px){.main__menu{position:fixed;z-index:5;top:0;left:0;overflow:auto;width:40%;height:100vh;padding-bottom:200px!important}}@media screen and (max-width:992px){.main__menu{width:50%}}@media screen and (max-width:767px){.main__menu{width:70%}}@media screen and (max-width:500px){.main__menu{width:100%;padding:50px 15px 15px}}.main__menu a{color:#fff;font-weight:700;font-size:25px;font-size:1.0416666667rem;line-height:1.2}.main__menu-wrapp{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}@media screen and (max-width:1366px){.main__menu-wrapp{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width:1199px){.main__menu-wrapp{display:block}}@media screen and (max-width:1199px){.main__menu-col{padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid #3b3b3b}}.main__menu-col a{position:relative;display:block;padding-right:20px}.main__menu-col a.with__submenu span{position:absolute;top:0;right:0;display:none;font-weight:400}@media screen and (max-width:1199px){.main__menu-col a.with__submenu span{display:block}}.main__menu-col a i{font-style:normal}.main__menu-list{margin-bottom:26px}@media screen and (max-width:1199px){.main__menu-list{display:none;margin-bottom:10px}}.main__menu-list ul{padding:0;margin-top:26px;list-style:none}@media screen and (max-width:1199px){.main__menu-list ul{margin-top:18px;margin-bottom:0}}.main__menu-list ul li{margin-bottom:20px}.main__menu-list ul li:last-child{margin-bottom:0}.main__menu-list ul li a{-webkit-transition:all .4s;transition:all .4s;font-weight:400;font-size:18px;font-size:.75rem;line-height:1.1666666667}.main__menu-list ul li a:hover{color:var(--color-1)}.backdrop{position:fixed;z-index:4;top:0;right:0;display:none;width:100%;height:100%;opacity:0;background-color:#000;pointer-events:none}.backdrop.active{opacity:.7}@media screen and (max-width:1199px){.backdrop{display:block}}@media screen and (max-width:1199px){.o--hiddeon header{z-index:9}.main__menu.active{-webkit-transform:none!important;transform:none!important}}.page-scrolled .header.scrolled{top:0!important}.page-scrolled .brochure__module.on-top{display:none}.yelp-header .menu__wrap{display:none}@media screen and (max-width:767px){.light-theme .header.splash-screen{background-color:#f9fafb!important}.light-theme .header.splash-screen .menu__wrap .menu__icon span{background:rgba(0,0,0,.75)!important}.light-theme .header.splash-screen .search-bar{border:1px solid rgba(69,69,69,.5)!important}.light-theme .header.splash-screen .search-bar form{line-height:0;width:100%}.light-theme .header.splash-screen .search-bar input{color:#a3a3a3!important;width:100%}.light-theme .header .header__row .header__col.header-col--center p{color:#4b5563!important}.light-theme .header .header__row .header__col.header-col--center p:last-child{color:rgba(75,85,99,.66)!important}}.dark-theme .header .search-bar form{line-height:0;width:100%}.dark-theme .header input{width:100%}.dark-theme .bg-module-bg-0,.dark-theme .scrolled-module-bg-0.scrolled{background-color:#121212!important}@media screen and (max-width:992px){.header__row .header__col.header-col--details{display:none}}@media screen and (max-width:800px){.header__row .header__col.header-col--center{margin-top:10px}}@media screen and (max-width:767px){.header__row .header__col.header-col--center{display:none}.banner__dates.d-sm-block{display:block!important}}@media screen and (max-width:992px){.header__row .header__col.header-col--center{text-align:center}}@media screen and (max-width:445px){.header__row .header__col.header__col--left img{max-width:90px!important}}@media screen and (max-width:350px){.header__row .header__col.header__col--left img{max-width:80px!important}}@media screen and (max-width:445px){.header__row .header__col.header__col--left a.co__located-logo img{max-width:120px!important}}.footer{padding:63px 0 0;background-color:#000}@media screen and (max-width:1366px){.footer .container{max-width:100%}}.footer .social__media a{margin-right:7px}.footer .social__media svg{-webkit-transform:scale(.75);transform:scale(.75)}@media screen and (max-width:600px){.footer .social__media svg{-webkit-transform:scale(.9);transform:scale(.9)}}.footer ul{list-style-type:none;padding-left:0;margin-bottom:0}.footer ul li{margin-bottom:10px;color:#fff}@media screen and (max-width:1365px){.footer ul li{font-size:18px;font-size:.75rem;line-height:1.2222222222}}@media screen and (max-width:600px){.footer ul li{font-size:15px;font-size:.625rem;line-height:1.3333333333}}.footer ul li a{color:#fff;-webkit-transition:all .4s;transition:all .4s;font-size:20px;font-size:.8333333333rem;line-height:1.2}.footer ul li a:hover{color:var(--color-1)}@media screen and (max-width:1365px){.footer ul li a{font-size:18px;font-size:.75rem;line-height:1.2222222222}}@media screen and (max-width:600px){.footer ul li a{font-size:15px;font-size:.625rem;line-height:1.3333333333}}.footer ol{list-style-type:none;padding-left:0}.footer .btn{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:23px}@media screen and (max-width:600px){.footer .btn:first-child{margin-bottom:5px}}.footer__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.footer__row .footer__left{width:24%;padding-right:20px}@media screen and (max-width:1366px){.footer__row .footer__left{width:18%}.footer__row .footer__left img{max-width:132px}}@media screen and (max-width:1366px) and (max-width:600px){.footer__row .footer__left img{width:80px}}@media screen and (max-width:1366px) and (max-width:380px){.footer__row .footer__left img{margin-bottom:20px}}@media screen and (max-width:1199px){.footer__row .footer__left{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:30px}}@media screen and (max-width:600px){.footer__row .footer__left{display:block;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.footer__row .footer__right{display:grid;width:76%;grid-template-columns:1.4fr 1.4fr 1fr;-webkit-column-gap:15px;-moz-column-gap:15px;column-gap:15px}@media screen and (max-width:1366px){.footer__row .footer__right{width:82%}}@media screen and (max-width:1199px){.footer__row .footer__right{width:100%;margin-top:25px}}@media screen and (max-width:900px){.footer__row .footer__right{grid-template-columns:1fr 1fr}.footer__row .footer__right .footer__right--col{margin-bottom:20px}}@media screen and (max-width:900px){.footer__row .footer__right{margin-top:32px}}@media screen and (max-width:700px){.footer__row .footer__right{grid-template-columns:1fr}}.footer__row .footer__right h5{font-weight:700;color:var(--color-2)}@media screen and (max-width:600px){.footer__row .footer__right h5{margin-bottom:28px;font-size:18px;font-size:.75rem;line-height:1.2}}.footer__row .footer__right .footer__right--col ul li span{padding-left:25px}.footer__location{margin-top:67px}@media screen and (max-width:1199px){.footer__location{margin-top:0}}@media screen and (max-width:600px){.footer__location{margin-top:30px}}.footer__location p{margin-bottom:0;color:#fff}@media screen and (max-width:600px){.footer__location p{color:#fff;font-size:18px;font-size:.75rem;line-height:1.2}}.footer__location span{display:block;color:#fff;font-size:16px;font-size:.6666666667rem;line-height:1.2}@media screen and (max-width:600px){.footer__location span{color:#8a8a8a;font-size:15px;font-size:.625rem;line-height:1.2}}.footer__bottom--row{display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-template-columns:2fr 1fr}@media screen and (max-width:600px){.footer__bottom--row{padding-bottom:44px;grid-template-columns:1fr}}.footer__bottom{padding:24px 0 15px;margin-top:38px;border-top:1.5px solid #474747}@media screen and (max-width:900px){.footer__bottom{margin-top:0}}@media screen and (max-width:600px){.footer__bottom{padding-top:0;border-top:none}.footer__bottom .footer__bottom--row{padding-top:24px;border-top:1.5px solid #474747}}.footer__bottom p{margin-bottom:0;color:#fff;font-size:16px;font-size:.6666666667rem;line-height:1.2}@media screen and (max-width:600px){.footer__bottom p{font-size:12px;font-size:.5rem;line-height:1.2}}.footer__bottom a{display:block;font-weight:600;text-align:right;color:var(--color-2);font-size:28px;font-size:1.1666666667rem;line-height:1.2}.footer__bottom a:hover{color:var(--color-1)}@media screen and (max-width:600px){.footer__bottom a{font-size:13px;font-size:.5416666667rem;line-height:1.2}}@media screen and (max-width:600px){.footer__bottom a{margin-top:10px;text-align:left}}.dmg-footer{position:relative;width:100%;padding:30px 0 20px;font-family:Montserrat,sans-serif!important;background:#fff;background-position:0 -100px;background-size:cover}.dmg-footer .blurp-text p{line-height:20px}.dmg-footer:before{position:absolute;top:0;left:0;z-index:0;width:100%;height:100%;background:url(../images/connectbg-left-1.png) no-repeat;background-position:0 0!important;background-size:auto 100%;content:""}@media screen and (max-width:1024px){.dmg-footer:before{background-position:64% -93%;opacity:.6}}.dmg-footer:after{position:absolute;top:0;right:0;z-index:0;width:100%;height:100%;background:url(../images/connectbg-right-1.png) no-repeat;background-position:100% 0;background-size:auto 100%;content:""}@media screen and (max-width:767px){.dmg-footer:after,.dmg-footer:before{opacity:.5}}@media screen and (max-width:767px){.dmg-footer:before{width:200px;background-size:contain}}.dmg-footer .container{position:relative;z-index:6}.dmg-logo{text-align:center}.dmg-logo img{margin:auto}.dmg-links{display:-webkit-box;display:-ms-flexbox;display:flex;padding:9px 0;margin:10px 0;border-top:1px solid #acacac;border-bottom:1px solid #acacac;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;-webkit-box-pack:space-between;-webkit-box-align:center}.dmg-social-link{width:15%}@media screen and (max-width:1199px){.dmg-social-link{width:100%;text-align:center}.dmg-footer ul{text-align:center}}.dmg-social-link ul li{display:inline-block;margin-right:7px}.dmg-social-link ul li a{vertical-align:middle;display:inline-block}.dmg-social-link ul li a img{vertical-align:middle;display:block}.dmg-menu{display:-webkit-box;display:-ms-flexbox;display:flex;width:54%;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:center}@media screen and (max-width:1199px){.dmg-menu{width:100%;margin:10px 0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.dmg-menu ul li{display:inline-block;margin:0 2px;font-size:16px;font-weight:300;line-height:24px;color:#000}.dmg-menu ul li:last-child a{padding-right:0}.dmg-menu ul li:last-child a:after{content:""}@media screen and (max-width:1024px){.dmg-menu ul li{font-size:15px}}.dmg-menu ul li a{position:relative;display:inline-block;padding-right:8px;font-size:16px;font-weight:500;text-decoration:none;color:#000;-webkit-transition:all .4s ease;transition:all .4s ease}.dmg-menu ul li a:hover{color:#d6e03d}.dmg-menu ul li a:hover:after{color:#000}.dmg-menu ul li a:active{color:#d6e03d}.dmg-menu ul li a:active:after{color:#000}.dmg-menu ul li a:after{position:absolute;top:0;right:-4px;content:"|"}@media screen and (min-width:768px){.wrap-center-aligned{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.gmg-ft-logo{display:-webkit-box;display:-ms-flexbox;display:flex;width:31%;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:right;-webkit-box-pack:flex-end}.gmg-ft-logo p{margin:0;font-size:12px;font-weight:500;text-transform:uppercase;color:#121010}@media screen and (max-width:767px){.gmg-ft-logo p{width:100%;margin-bottom:5px;text-align:center}}.dmg-footer-extra-logo{max-width:60px;padding-left:10px}.dmg-logo-white{display:none}.dmg-social-link.social-link-white{display:none}.dmg-social-link ul{padding:0;margin:0}.ft-logo-white{display:none}.ls-cw{display:inline-block;max-width:49px;padding-left:10px}body .gmg-ft-logo.ft-logo-blk p{color:#000!important}.dmg-menu ul{padding:0;margin:0;text-align:center}@media (max-width:1199px){.gmg-ft-logo{width:100%;padding-top:10px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.dmg-menu{width:100%;margin:10px 0}.dmg-social-link{width:100%;text-align:center}.dmg-social-link ul{text-align:center}}@media screen and (max-width:767px){.gmg-ft-logo{width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-webkit-box-pack:center}}.blurp-text{text-align:center}.blurp-text p{max-width:900px;margin:0 auto;font-size:13px;color:#000}.banner{position:relative;display:block;width:100%;max-width:100%;margin:0;background:#fff;background-repeat:no-repeat;background-size:cover;overflow:hidden;padding-bottom:20px;min-height:100vh}.banner .banner__counter{font-family:Inter,sans-serif;text-align:right;margin-top:46px}@media screen and (max-width:767px){.banner .banner__counter{position:absolute;bottom:150px;right:15px}}.banner .banner__counter span{text-shadow:none;color:transparent;-webkit-text-stroke:2px #fff;font-size:4rem;line-height:0}@media screen and (max-width:1200px){.banner .banner__counter span{font-size:2rem}}@media screen and (max-width:600px){.banner .banner__counter span{font-size:1.5rem}}.banner .banner__video{position:absolute;-o-object-fit:cover;object-fit:cover;z-index:4;right:0;top:0;width:100%;height:100%;pointer-events:none}.banner .banner__video .plyr__poster{display:none!important}.banner .banner__video .plyr__video-wrapper{padding-bottom:56.25%}.banner .banner__video video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;left:0;top:0}.banner .banner__video .plyr--video{height:100%}.banner .banner__img{position:absolute;top:0;left:0;z-index:3;width:100%;height:100%}.banner .banner__img img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.banner .container{position:relative;z-index:4;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:calc(100vh - 2rem)}@media screen and (max-width:1366px){.banner .container{min-height:calc(100vh - 1.3rem)}}@media screen and (max-width:600px){.banner .container{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-bottom:100px}}.banner .banner__content{padding-top:80px}@media screen and (max-width:992px){.banner .banner__content{padding-top:130px}}@media screen and (max-width:600px){.banner .banner__content{padding-top:80px}}.banner .btn{color:#fff}.banner__text h1{color:#fff}.banner__text h1 i{position:relative;padding-left:95px;font-style:normal;letter-spacing:-3px}.banner__text h1 i.color-1{color:var(--color-1)}@media screen and (max-width:767px){.banner__text h1 i{padding-left:0}}.banner__text h1 .small-text{position:absolute;top:22px;width:100%;padding-left:38px;font-weight:500;letter-spacing:normal;font-size:clamp(12px,2.3vw,36px);line-height:clamp(13px,2.8vw,44px)}@media screen and (max-width:1480px){.banner__text h1 .small-text{top:14px}}@media screen and (max-width:1024px){.banner__text h1 .small-text{top:8px;padding-left:25px}}@media screen and (max-width:600px){.banner__text h1 .small-text{font-size:clamp(12px,3vw,45px);line-height:clamp(13px,3.8vw,54px);top:5px}}.banner__text .highlight{text-shadow:none;color:transparent;-webkit-text-stroke:2px #fff}.banner__text .highlight.color-1{-webkit-text-stroke:2px var(--color-1)}.banner__footer{display:grid;margin-top:40px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-template-columns:1fr 1fr}@media screen and (max-width:767px){.banner__footer{margin-top:40px}}@media screen and (max-width:767px){.banner__footer{grid-template-columns:1fr}.banner__footer .social__media{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-top:20px}}@media screen and (max-width:600px){.banner__footer .social__media{display:none}}.banner__footer .banner__btn{text-align:right}@media screen and (max-width:1490px){.banner__footer .banner__btn{margin-right:20px}}@media screen and (max-width:767px){.banner__footer .banner__btn{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;text-align:left;margin-right:0}}.banner__dates{margin-top:35px}@media screen and (max-width:992px){.banner__dates.d-sm-block{display:none!important}}@media screen and (max-width:767px){.banner__dates.d-sm-block{display:block!important}}.banner__dates p{font-size:15px;font-size:.625rem;line-height:1.2;color:#fff;margin-bottom:5px}.inner__banner{padding:55px 0 61px;margin:0;background-color:var(--color-2)}@media screen and (max-width:1366px){.inner__banner{padding:40px 0}}@media screen and (max-width:1024px){.inner__banner{padding:30px 0}}.inner__banner h1{margin-bottom:17px;font-weight:600;color:#fff;font-size:52px;font-size:2.1666666667rem;line-height:1.2}@media screen and (max-width:600px){.inner__banner h1{font-size:40px;font-size:1.6666666667rem;line-height:1.25}}.inner__banner.align_left h1{text-align:left}.inner__banner.align_center h1{text-align:center}.inner__banner.align_right h1{text-align:right}.breadcrumb{position:relative;text-align:right}.breadcrumb:after{position:absolute;top:0;bottom:0;left:-28vw;width:100vw;height:1.5px;margin:auto;background-color:#fff;content:""}@media screen and (max-width:600px){.breadcrumb:after{display:none}}.breadcrumb ul{list-style:none;position:relative;z-index:2;display:inline-block;padding:0 0 0 40px;margin:0;background-color:var(--color-2)}@media screen and (max-width:600px){.breadcrumb ul{display:block;padding-top:0;margin-top:15px;border-top:1px solid #fff}}.breadcrumb ul li{display:inline;padding-left:2px;color:#fff;font-size:24px;font-size:1rem;line-height:1.2}@media screen and (max-width:600px){.breadcrumb ul li{font-size:15px;font-size:.625rem;line-height:1.6666666667}}.breadcrumb ul li a{font-weight:500;color:#fff;font-size:24px;font-size:1rem;line-height:1.2}@media screen and (max-width:600px){.breadcrumb ul li a{font-size:15px;font-size:.625rem;line-height:1.6666666667}}.breadcrumb ul li+li:before{padding:0;color:#fff;content:"/ "}.mobile-banner{position:relative;min-height:190px;padding:91px 10px 42px}@media screen and (min-width:768px){.mobile-banner{display:none}}.mobile-banner__img{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.mobile-banner__img img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.mobile-banner__content{max-width:255px}.mobile-banner__content h1{font-size:18px;line-height:110%;color:#ddd;margin-bottom:0}.mobile-banner__content p{font-size:13px;line-height:100%;color:rgba(221,221,221,.6588235294);margin-bottom:0;margin-top:20px}.two__col{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:42%;flex-basis:42%;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.two__col .tow__col-left{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:42%;flex-basis:42%;overflow:hidden}@media screen and (max-width:1199px){.two__col .tow__col-left{-ms-flex-preferred-size:100%;flex-basis:100%}}.two__col .tow__col-left .play__btn-v2{position:absolute;top:0;right:0;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:rgba(0,0,0,.4)}.two__col .tow__col-left img{width:100%}@media screen and (max-width:1199px){.two__col .tow__col-left img{width:initial}}@media screen and (max-width:600px){.two__col .tow__col-left img{width:100%}}.two__col .tow__col-right{padding-left:120px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:58%;flex-basis:58%}@media screen and (max-width:1366px){.two__col .tow__col-right{padding-left:96px}.two__col .tow__col-right h2{margin-bottom:1.2rem}}@media screen and (max-width:1199px){.two__col .tow__col-right{padding-left:0;margin-top:25px;-ms-flex-preferred-size:100%;flex-basis:100%}}.two__col .tow__col-right .btn-primary{margin-top:53px}@media screen and (max-width:1199px){.two__col .tow__col-right .btn-primary{margin-top:50px}}@media screen and (max-width:600px){.two__col .tow__col-right .btn-primary{margin-top:30px}}.align_center .tow__col-right{text-align:center}.align_right .tow__col-right{text-align:right}.two__col-reverse-module{background-color:var(--color-1);overflow:hidden}@media screen and (max-width:600px){.two__col-reverse-module h3{margin-bottom:20px;font-size:18px;font-size:.75rem;line-height:1.2}}.two__col-reverse-module .two__col{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.two__col-reverse-module .two__col .tow__col-left,.two__col-reverse-module .two__col .tow__col-right{-ms-flex-preferred-size:50%;flex-basis:50%}@media screen and (max-width:1199px){.two__col-reverse-module .two__col .tow__col-left,.two__col-reverse-module .two__col .tow__col-right{-ms-flex-preferred-size:100%;flex-basis:100%}}.two__col-reverse-module .two__col .tow__col-right{direction:ltr;padding-left:80px}@media screen and (max-width:1400px){.two__col-reverse-module .two__col .tow__col-right{padding-left:30px}}@media screen and (max-width:1199px){.two__col-reverse-module .two__col .tow__col-right{padding-left:0;margin-top:28px}}.two__col.two__col--reverse{direction:rtl;text-align:left}@media screen and (max-width:1199px){.two__col.two__col--reverse{direction:ltr}}.two__col.two__col--reverse .animated_text,.two__col.two__col--reverse h2{direction:ltr}.two__col.two__col--reverse .tow__col-right{direction:ltr;padding-right:80px;padding-left:0}@media screen and (max-width:1400px){.two__col.two__col--reverse .tow__col-right{padding-right:30px}}@media screen and (max-width:1199px){.two__col.two__col--reverse .tow__col-right{padding-right:0}}.two__col.two__col--reverse .tow__col-right .btn-primary{direction:ltr}@media screen and (min-width:1199px){.two__col-parent .swiper-wrapper{display:block}.two__col-parent .swiper-wrapper .swiper-slide{width:auto!important}}.two_col-img-bottom{background-color:var(--color-2)}@media screen and (max-width:1024px){.two_col-img-bottom{padding:44px 0}}.two_col-img-bottom h2{color:#fff}.two_col-img-bottom h2 span{color:var(--color-1)}.two_col-img-bottom .two__col.two__col-reverse{direction:rtl}.two_col-img-bottom .two__col.two__col-reverse .tow__col-right{direction:ltr}@media screen and (max-width:480px){.two_col-img-bottom .two__col.two__col-reverse .tow__col-left{direction:ltr}}.two_col-img-bottom .two__col .tow__col-left{-ms-flex-preferred-size:34%;flex-basis:34%;-ms-flex-item-align:end;align-self:flex-end}@media screen and (max-width:1024px){.two_col-img-bottom .two__col .tow__col-left{-ms-flex-preferred-size:100%;flex-basis:100%}.two_col-img-bottom .two__col .tow__col-left img{max-width:350px}}.two_col-img-bottom .two__col .tow__col-right{padding:100px;-ms-flex-preferred-size:66%;flex-basis:66%}@media screen and (max-width:1024px){.two_col-img-bottom .two__col .tow__col-right{padding:0;-ms-flex-preferred-size:100%;flex-basis:100%}}@media screen and (min-width:1199px){.reverse__block--slider .swiper__btns{display:none}}.reverse__block--slider .swiper-slide:nth-child(even) .two__col{direction:rtl;text-align:left}@media screen and (max-width:1199px){.reverse__block--slider .swiper-slide:nth-child(even) .two__col{direction:ltr}}.reverse__block--slider .swiper-slide:nth-child(even) .two__col .tow__col-right{direction:ltr;padding-right:80px;padding-left:0}@media screen and (max-width:1400px){.reverse__block--slider .swiper-slide:nth-child(even) .two__col .tow__col-right{padding-right:30px}}@media screen and (max-width:1199px){.reverse__block--slider .swiper-slide:nth-child(even) .two__col .tow__col-right{padding-right:0}}.reverse__block--slider .swiper-slide:nth-child(even) .two__col .tow__col-right .btn-primary{direction:ltr}.counter__module{background-color:#000}@media screen and (max-width:600px){.counter__module{padding-bottom:22px}}.counter__module h2{max-width:911px;margin-top:50px;margin-bottom:0;color:#fff}@media screen and (max-width:600px){.counter__module h2{margin-top:20px}}.counter__wrapper{display:grid;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;grid-template-columns:repeat(4,1fr);-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;row-gap:30px}@media screen and (max-width:992px){.counter__wrapper{grid-template-columns:repeat(2,1fr);gap:20px}}@media screen and (max-width:380px){.counter__wrapper{grid-template-columns:repeat(1,1fr);gap:20px}}.counter__wrapper p{max-width:252px;margin:auto;text-align:center;color:#8a8a8a}@media only screen and (min-width:1199px) and (max-width:1366px){.counter__wrapper p{font-size:16px;font-size:.6666666667rem;line-height:1.2}}@media screen and (max-width:992px){.counter__wrapper p{margin:inherit;text-align:left}}@media screen and (max-width:380px){.counter__wrapper p{margin:auto;text-align:center}}.counter__box{margin-bottom:30px;text-align:center}@media screen and (max-width:1366px){.counter__box{margin-bottom:18px}}@media screen and (max-width:992px){.counter__box{margin-bottom:6px;text-align:left}}@media screen and (max-width:380px){.counter__box{text-align:center}}.counter__box .counter,.counter__box span{text-shadow:none;font-family:var(--font-family-secondary);font-weight:700;letter-spacing:6px;text-align:center;color:transparent;-webkit-text-stroke:2px var(--color-1);font-size:48px;font-size:2rem;line-height:1.2270833333}@media screen and (max-width:1400px){.counter__box .counter,.counter__box span{font-size:54px;font-size:2.25rem;line-height:1.2490740741}}@media only screen and (min-width:1199px) and (max-width:1366px){.counter__box .counter,.counter__box span{font-size:40px;font-size:1.6666666667rem;line-height:1.2}}@media screen and (max-width:1199px){.counter__box .counter,.counter__box span{font-size:44px;font-size:1.8333333333rem;line-height:1.3056818182}}@media screen and (max-width:600px){.counter__box .counter,.counter__box span{letter-spacing:1px;font-size:28px;font-size:1.1666666667rem;line-height:1.3571428571}}@media screen and (max-width:600px){.counter__module+.video__module{padding-top:0}}.video__module{margin:0;background-color:#000}@media screen and (max-width:600px){.video__module{padding-bottom:40px!important}}.video__container{position:relative}@media screen and (max-width:600px){.video__container{padding:0 20px}}.video__container video{width:100%;height:auto}.video__container .play__btn{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;width:100%;height:100%;margin:auto}@media screen and (max-width:767px){.video__container .play__btn svg{-webkit-transform:scale(.32);transform:scale(.32)}}.video__popup{position:relative}.video__popup img{width:100%}.video__popup .glightbox__video{position:absolute;top:0;left:0;z-index:3;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:767px){.video__popup .glightbox__video svg{-webkit-transform:scale(.3);transform:scale(.3)}}.tab__img{-webkit-animation:fadeOutIn .6s ease-in-out forwards;animation:fadeOutIn .6s ease-in-out forwards;display:none;opacity:0}.tab__img.show{-webkit-animation:fadeInOut .6s ease-in-out forwards;animation:fadeInOut .6s ease-in-out forwards;display:block;opacity:1}.tab__img p{padding:23px 47px;margin-bottom:0;font-weight:600;color:#fff;background-color:#000;font-size:28px;font-size:1.1666666667rem;line-height:1.2}@media screen and (max-width:1400px){.tab__img p{font-size:20px;font-size:.8333333333rem;line-height:1.2}}.two__col-tab{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.two__col-tab .two__col-tab-left{width:100%;max-width:703px}@media screen and (max-width:1600px){.two__col-tab .two__col-tab-left{max-width:600px}}@media screen and (max-width:1400px){.two__col-tab .two__col-tab-left{max-width:500px}}@media screen and (max-width:1199px){.two__col-tab .two__col-tab-left{display:none}}.two__col-tab .two__col-tab-right{width:calc(100% - 703px);padding-left:120px}@media screen and (max-width:1600px){.two__col-tab .two__col-tab-right{width:calc(100% - 600px);padding-left:30px}}@media screen and (max-width:1400px){.two__col-tab .two__col-tab-right{width:calc(100% - 500px)}}@media screen and (max-width:1199px){.two__col-tab .two__col-tab-right{width:100%;padding-left:20px}}.two__col-tab-module.full_width_tab{background-color:#171717}.two__col-tab-module.full_width_tab h2,.two__col-tab-module.full_width_tab h4{color:#fff}.two__col-tab-module.full_width_tab p{color:#8a8a8a}.two__col-tab-module.full_width_tab .accordion__wrapper .accordion__content{padding-bottom:0}.two__col-tab-module.full_width_tab .accordion__wrapper .accordion__content .btn{margin-bottom:19px}.two__col-tab-module.full_width_tab .accordion__wrapper .accordion__head{padding:25px 30px 18px 0;border-color:#474747}.two__col-tab-module.full_width_tab .accordion__wrapper .accordion__head svg path{stroke:#fff}.two__col-tab-module .container--left{max-width:1670px;padding-left:0;margin:0}@media screen and (min-width:1921px){.two__col-tab-module .container--left{margin:auto}}.accordion__wrapper>div:last-child p:last-child{margin-bottom:0}.accordion__wrapper .accordion__head{position:relative;padding:25px 30px 25px 0;margin-bottom:0;border-top:2px solid rgba(0,0,0,.2);cursor:pointer}.accordion__wrapper .accordion__head.show span{-webkit-transform:rotate(180deg);transform:rotate(180deg)}@media screen and (max-width:1400px){.accordion__wrapper .accordion__head{padding:20px 30px 12px 0;font-size:20px;font-size:.8333333333rem;line-height:1.2}}@media screen and (max-width:1200px){.accordion__wrapper .accordion__head{font-size:24px;font-size:1rem;line-height:1.375}}@media screen and (max-width:600px){.accordion__wrapper .accordion__head{padding:14px 30px 14px 0;font-size:18px;font-size:.75rem;line-height:1.2222222222}.accordion__wrapper .accordion__head svg{-webkit-transform:scale(.7);transform:scale(.7)}}.accordion__wrapper .accordion__head span{position:absolute;top:28px;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .4s;transition:all .4s}@media screen and (max-width:1400px){.accordion__wrapper .accordion__head span{top:20px}}@media screen and (max-width:600px){.accordion__wrapper .accordion__head span{top:11px}}.accordion__wrapper .accordion__content .accordion__content-wrapp{padding-bottom:15px}@media screen and (min-width:1366px){.accordion__wrapper .accordion__content p{margin-bottom:10px}}@media screen and (max-width:1400px){.accordion__wrapper .accordion__content a{display:-webkit-box;display:-ms-flexbox;display:flex}}.accordion__wrapper .accordion__content img{display:none;margin-top:20px;margin-bottom:30px}@media screen and (max-width:1199px){.accordion__wrapper .accordion__content img{display:block}}@-webkit-keyframes fadeInOut{0%{opacity:0;-webkit-transform:translateY(-50px);transform:translateY(-50px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInOut{0%{opacity:0;-webkit-transform:translateY(-50px);transform:translateY(-50px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fadeOutIn{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(50px);transform:translateY(50px)}}@keyframes fadeOutIn{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(50px);transform:translateY(50px)}}.speakers{background-color:#000}.speakers h2{color:#fff}.speakers .btn-primary{margin-top:45px;height:auto}.speakers.align_center .heading__row{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.speakers.align_center .speaker__card{text-align:center}.speakers.align_center .btn-wrap{text-align:center}.speakers.align_center .btn-wrap a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:auto}.speakers.align_right .heading__row{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.speakers.align_right .speaker__card{text-align:right}.speakers.align_right .btn-wrap{text-align:right}.speakers.align_right .btn-wrap a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:auto}@media screen and (max-width:1199px){.speaker__wrapper{overflow:hidden}}@media screen and (min-width:1199px){.speaker__wrapper .swiper-wrapper{display:grid;grid-template-columns:repeat(4,1fr)}}.speaker__wrapper .swiper__btns{display:none}@media screen and (max-width:1199px){.speaker__wrapper .swiper__btns{display:-webkit-box;display:-ms-flexbox;display:flex}}.speaker__card{position:relative;height:100%;overflow:hidden}.speaker__card:hover img{-webkit-filter:grayscale(0);filter:grayscale(0)}.speaker__card:hover .speaker__details{opacity:1}.speaker__card:hover .speaker__details h3{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.speaker__card a{position:absolute;width:100%;height:100%;z-index:4;background-color:transparent;left:0;top:0}.speaker__card img{-webkit-filter:grayscale(100%);filter:grayscale(100%);-webkit-transition:all .6s cubic-bezier(.645,.045,.355,1);transition:all .6s cubic-bezier(.645,.045,.355,1);width:100%}@media screen and (max-width:1199px){.speaker__card img{-webkit-filter:none!important;filter:none!important}}.speaker__card .speaker__details{position:absolute;top:0;left:0;z-index:3;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;padding:30px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;background-color:rgba(254,186,18,.75);opacity:0;-webkit-transition:all .6s cubic-bezier(.645,.045,.355,1);transition:all .6s cubic-bezier(.645,.045,.355,1)}@media screen and (max-width:1199px){.speaker__card .speaker__details{height:auto;background:0 0!important;background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent))!important;background:linear-gradient(to top,rgba(0,0,0,.5),transparent)!important;opacity:1;padding:20px 15px;bottom:0}}@media screen and (max-width:600px){.speaker__card .speaker__details{padding:0 15px 10px}}.speaker__card .speaker__details h3{-webkit-transition:all .6s cubic-bezier(.645,.045,.355,1);transition:all .6s cubic-bezier(.645,.045,.355,1);-webkit-transform:translateY(-20px);transform:translateY(-20px)}@media screen and (max-width:1366px){.speaker__card .speaker__details h3{font-size:20px;font-size:.8333333333rem;line-height:1.2}}@media screen and (max-width:1199px){.speaker__card .speaker__details h3{margin-bottom:0;-webkit-transform:translateY(0);transform:translateY(0);font-size:23px;font-size:.9583333333rem;line-height:1.2173913043;color:#fff!important}.speaker__card .speaker__details h3 br{display:none}}@media screen and (max-width:600px){.speaker__card .speaker__details h3{font-size:22px;font-size:.9166666667rem;line-height:1.1363636364}}.speaker__card .speaker__details p{margin:24px 0 0;color:#000}@media screen and (max-width:1199px){.speaker__card .speaker__details p{margin:3px 0 0;color:#fff!important}}@media screen and (max-width:600px){.speaker__card .speaker__details p{font-size:18px;font-size:.75rem;line-height:1.1111111111}}.speaker__card .speaker__details span{color:#474747;font-size:20px;font-size:.8333333333rem;line-height:1.2}@media screen and (max-width:1199px){.speaker__card .speaker__details span{display:none}}.speaker__col--last{height:100%}.speaker__col--last .speaker__col{height:100%}@media screen and (max-width:1199px){.speaker__col--last{display:none!important}}.speaker__col--last .speaker__details{position:static;height:100%;background:0 0;opacity:1}.speaker__col--last .speaker__details h3{margin-bottom:1.9rem;color:#fff;-webkit-transform:none;transform:none}@media screen and (max-width:460px){.speaker__col--last .speaker__details h3{display:none}}.speaker__popup{position:fixed;width:100%;height:100%;margin:auto;left:0;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:7;background-color:rgba(0,0,0,.8);padding:15px;opacity:0;pointer-events:none;-webkit-transition:all .4s;transition:all .4s;-webkit-transform:scale(1.2);transform:scale(1.2)}.speaker__popup.active{opacity:1;pointer-events:all;-webkit-transform:scale(1);transform:scale(1)}.speaker__popup .speaker__popup--close{width:50px;height:50px;background-color:#000;position:absolute;right:0;top:0;z-index:7;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.speaker__popup .speaker__popup--close svg{width:30px;height:30px}.speaker__popup .speaker__popup--close svg path{fill:#fff}.speaker__popup .speaker__popup--body{max-width:1300px;width:100%;background-color:#fff;padding:20px;max-height:90%;overflow:auto;display:grid;grid-template-columns:1fr 3fr;gap:30px;position:relative}@media screen and (max-width:991px){.speaker__popup .speaker__popup--body{grid-template-columns:1fr;gap:15px}}.speaker__popup .speaker__popup--body .speaker__popup--details{margin-bottom:20px}.speaker__popup .speaker__popup--body .speaker__popup--details h3{margin-bottom:8px}.speaker__popup .speaker__popup--body .speaker__popup--details span{display:block;font-weight:600;color:#000;font-size:.8rem}.speaker__popup .speaker__popup--body p{font-size:.8rem}@media screen and (max-width:600px){.speaker__popup .speaker__popup--body p{font-size:17px;font-size:.7083333333rem;line-height:1.4117647059}}.follow-us-linkedin svg{width:25px;height:24px;position:relative;top:5px}.two__col-brochure{background-color:#000}.two__col-brochure h2{color:#fff}.two__col-brochure.align_center .brochure__col{text-align:center}.two__col-brochure.align_center .btn-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.two__col-brochure.align_right .brochure__col{text-align:right}.two__col-brochure.align_right .btn-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.brochure__row{display:grid;grid-template-columns:1fr 1fr;-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px}.brochure__row.brochure__row-reverse{direction:rtl}.brochure__row.brochure__row-reverse .brochure__col{direction:ltr}@media screen and (max-width:992px){.brochure__row.brochure__row-reverse .brochure__col{text-align:left}}.brochure__row.brochure__row-reverse .brochure__img img{margin-right:auto;margin-left:initial}@media screen and (max-width:992px){.brochure__row{grid-template-columns:1fr}}@media screen and (min-width:1199px){.brochure__row .btn-primary{margin-top:3.041rem}}.brochure__img{text-align:center}.brochure__img img{margin-left:auto}@media screen and (max-width:992px){.brochure__img img{margin:inherit;margin-bottom:38px}}.two_col_card{padding:24px 0;background-color:#121212}@media screen and (min-width:768px){.two_col_card{display:none}}.two_col_card__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -8px}.two_col_card__wrapper .two_col_card__content{width:calc(50% - 16px);background-color:#0d0d0d;margin:0 8px 16px;border:1px solid transparent;border-radius:8px;background-image:-webkit-gradient(linear,left top,left bottom,from(#000),to(#000)),-webkit-gradient(linear,left bottom,left top,from(rgba(255,255,255,.3)),to(rgba(255,255,255,.05)));background-image:linear-gradient(#000,#000),linear-gradient(0deg,rgba(255,255,255,.3) 0,rgba(255,255,255,.05) 100%);background-origin:border-box;background-clip:content-box,border-box;color:#fff}@media screen and (max-width:340px){.two_col_card__wrapper .two_col_card__content{width:100%}}.two_col_card__wrapper .two_col_card__content .content-wrapper{border-radius:6px;padding:16px 16px 10px}.two_col_card__wrapper .two_col_card__content p{margin-bottom:0;color:#ddd;font-size:16px;font-style:normal;font-weight:500}.two_col_card__wrapper .two_col_card__content .card__image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-bottom:17px}.two_col_card__wrapper .btn-wrapper{width:100%}.two_col_card__wrapper .btn-wrapper a{background-color:#1d76d2;text-align:center;padding:12px 16px;border-radius:100px;width:100%;color:#fff;font-size:15px;font-style:normal;font-weight:500;display:inline-block;margin-top:24px}.two_col_card__wrapper .btn-wrapper a:first-child{margin-top:10px}@media screen and (max-width:767px){.light-theme .two_col_card{background-color:#f9fafb}.light-theme .two_col_card__wrapper .two_col_card__content{background-image:none;background-color:#fff;-webkit-box-shadow:0 4px 12px 0 rgba(0,0,0,.1);box-shadow:0 4px 12px 0 rgba(0,0,0,.1)}.light-theme .two_col_card__wrapper .two_col_card__content p{color:#4b5563}}.number__fill{background-color:#000}.number__fill h2{margin-bottom:0;color:#fff}@media screen and (max-width:380px){.number__fill h2{text-align:center}}@supports (-moz-appearance:none){.number__fill-element h3{line-height:87%}}.number__fill-element{text-align:center}.number__fill-element h3{font-family:var(--font-family-secondary);font-weight:700;line-height:87%;color:transparent;color:transparent;background:-webkit-gradient(linear,left top,right top,from(var(--color-1)),to(var(--color-1))) no-repeat;background:linear-gradient(to right,var(--color-1),var(--color-1)) no-repeat;background-size:0;-webkit-text-stroke:2px var(--color-1);font-size:96px;font-size:4rem}.number__fill-element h3.animated_number{-webkit-background-clip:text;background-clip:text}@media screen and (max-width:1199px){.number__fill-element h3{line-height:80%}}@media screen and (max-width:1366px){.number__fill-element h3{margin-bottom:0;font-size:72px;font-size:3rem}}@media screen and (max-width:1024px){.number__fill-element h3{font-size:66px;font-size:2.75rem}}@media screen and (max-width:600px){.number__fill-element h3{margin-bottom:.2rem;font-size:35px;font-size:1.4583333333rem}}.number__fill-element p{max-width:232px;margin:auto;margin-top:1.3rem;margin-bottom:0;color:#8a8a8a}@media screen and (max-width:1366px){.number__fill-element p{margin-top:.88rem}}@media screen and (max-width:1024px){.number__fill-element p{font-size:.88rem}}@media screen and (max-width:600px){.number__fill-element p{margin-top:0;font-size:12px;font-size:.5rem;line-height:1.2}}.number__fill-wrap{display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-template-columns:1fr 2fr;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}@media screen and (max-width:1024px){.number__fill-wrap{grid-template-columns:1fr}}.number__fill-col:nth-child(2){display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 -15px;-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:35px}@media screen and (max-width:1024px){.number__fill-col:nth-child(2){margin-top:30px}}@media screen and (max-width:380px){.number__fill-col:nth-child(2){-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.number__fill-col .number__fill-block{width:33.33%;padding:0 15px}@media screen and (max-width:389px){.number__fill-col .number__fill-block{width:100%}}.news__module{background-color:#000;overflow:hidden}.news__module h2{padding-right:30px;color:#fff}.news__module .swiper__btns{display:none}@media screen and (max-width:1199px){.news__module .swiper__btns{display:-webkit-box;display:-ms-flexbox;display:flex}}.swiper-slide.news__col--first{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:1199px){.swiper-slide.news__col--first{display:none}}@media screen and (min-width:1199px){.news__row .swiper-wrapper{display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-template-columns:repeat(3,1fr);-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px}}.news__card{position:relative;padding:0 0 30px;margin-bottom:30px}@media screen and (max-width:1366px){.news__card{padding:0 0 40px}}@media screen and (max-width:1199px){.news__card{padding:0 0 0;margin-bottom:0}}.news__card .news__img,.news__card h3,.news__card p{-webkit-transition:all .4s;transition:all .4s}.news__card:hover .btn{padding:0 30px}.news__card:hover .news__hover-img{opacity:1;pointer-events:all}.news__card:hover .news__img,.news__card:hover h3,.news__card:hover p{-webkit-transform:scale(.98);transform:scale(.98)}.news__card .news__hover-img{margin-top:-2px;position:absolute;top:0;left:0;z-index:3;width:100%;height:100%;opacity:0;pointer-events:none;-webkit-transition:all .4s;transition:all .4s}.news__card .news__hover-img:after{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(239,74,77,.6);content:""}@media screen and (max-width:1199px){.news__card .news__hover-img{display:none}}.news__card .news__hover-img h3{position:absolute;bottom:0;z-index:3;padding:24px 24px 60px;margin-bottom:17px;color:#fff;font-size:28px;font-size:1.1666666667rem;line-height:1.2}@media screen and (max-width:1366px){.news__card .news__hover-img h3{font-size:20px;font-size:.8333333333rem;line-height:1.2}}.news__card .news__hover-img img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.news__card .news__content{position:relative;padding-bottom:43px;margin-top:27px}@media screen and (max-width:1366px){.news__card .news__content{padding-bottom:40px}}@media screen and (max-width:575px){.news__card .news__content{padding-bottom:0}}.news__card .news__content h3{margin-bottom:17px;color:#fff;font-size:28px;font-size:1.1666666667rem;line-height:1.2}@media screen and (max-width:1366px){.news__card .news__content h3{font-size:20px;font-size:.8333333333rem;line-height:1.2}}.news__card .news__content p{color:#d5d5d5;font-size:24px;font-size:1rem;line-height:1.1666666667;margin-bottom:0}@media screen and (max-width:1366px){.news__card .news__content p{font-size:16px;font-size:.6666666667rem;line-height:1.2}}@media screen and (max-width:600px){.news__card .news__content p{font-size:15px;font-size:.625rem;line-height:1.2}}.news__card .news__content .btn{position:absolute;bottom:0;left:0;z-index:4;-webkit-transition:all .4s;transition:all .4s}@media screen and (max-width:575px){.news__card .news__content .btn{position:static}}.three__col-no-spacing{background-color:var(--color-2)}.three__col-no-spacing h2{color:#fff}.three__col-no-spacing .animated_text{color:rgba(254,186,18,.42);background:-webkit-gradient(linear,left top,right top,from(var(--color-1)),to(var(--color-1))) no-repeat;background:linear-gradient(to right,var(--color-1),var(--color-1)) no-repeat}.three__col-no-spacing .animated_text{-webkit-background-clip:text;background-clip:text}.three__col-no-spacing .swiper-slide{height:auto;background-color:#000}.blank__img-card{position:relative;overflow:hidden}.blank__img-card:hover:after{opacity:0}.blank__img-card:hover .hover__content{opacity:1;-webkit-transform:translate(0);transform:translate(0)}.blank__img-card:hover img{-webkit-transform:scale(1);transform:scale(1)}.blank__img-card:after{position:absolute;top:0;left:0;z-index:2;width:100%;height:100%;background-color:rgba(239,74,77,.5);-webkit-transition:all .5s;transition:all .5s;content:""}@media screen and (max-width:1199px){.blank__img-card:after{display:none}}.blank__img-card.active:after{opacity:0}.blank__img-card.active .hover__content{opacity:1;-webkit-transform:translate(0);transform:translate(0)}.blank__img-card.active img{-webkit-transform:scale(1);transform:scale(1)}.blank__img-card img{-webkit-transition:all .5s;transition:all .5s;-webkit-transform:scale(1.1);transform:scale(1.1);width:100%}@media screen and (max-width:1199px){.blank__img-card img{-webkit-transform:scale(1);transform:scale(1)}}.blank__img-card .hover__content{position:absolute;bottom:0;left:0;z-index:3;width:100%;height:auto;padding:25px 30px 20px;background-color:#000;opacity:0;-webkit-transition:all .6s;transition:all .6s;-webkit-transform:translateY(20px);transform:translateY(20px)}@media screen and (max-width:1199px){.blank__img-card .hover__content{position:static;padding:20px 15px;opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.blank__img-card .hover__content a{margin-top:20px}}.blank__img-card .hover__content p{color:#fff}@media screen and (max-width:1366px){.blank__img-card .hover__content p{margin-bottom:5px}}@media screen and (max-width:1199px){.blank__img-card .hover__content p{margin-bottom:0}}.content_anim-module{position:relative;overflow-x:hidden;background-color:#000}.content_anim-module:after{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;background-color:rgba(0,0,0,.9);content:"";display:none}@media screen and (max-width:1199px){.content_anim-module .heading__row.d-sm-block{display:block!important}}.content_anim-module h2{color:#fff}.content_anim-module h2 span{color:rgba(254,186,18,.42);background:-webkit-gradient(linear,left top,right top,from(var(--color-1)),to(var(--color-1))) no-repeat;background:linear-gradient(to right,var(--color-1),var(--color-1)) no-repeat}.content_anim-module h2 span{-webkit-background-clip:text;background-clip:text}.content_anim-row{position:relative;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width:1199px){.content_anim-row .heading__row.d-sm-none{display:none}}.content_anim-row .content_anim-left{width:56%;padding-right:84px}@media screen and (max-width:1199px){.content_anim-row .content_anim-left{width:100%;padding-right:0}}@media screen and (max-width:1199px){.content_anim-row .content_anim-left{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.content_anim-row .content_anim-left .btn-primary{margin-top:6.1rem}@media screen and (max-width:1199px){.content_anim-row .content_anim-left .btn-primary{margin-top:3rem}}@media screen and (max-width:600px){.content_anim-row .content_anim-left .btn-primary{margin-top:24px}}.content_anim-row .content_anim-right{width:44%}.content_anim-row .content_anim-right img{height:100%;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:1199px){.content_anim-row .content_anim-right{width:100%;margin-bottom:32px}}@media screen and (max-width:1199px){.content_anim-row .content_anim-right{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.content__anim-list{position:relative}@media screen and (max-width:1199px){.content__anim-list{margin-bottom:11px}}.content__anim-list:hover .content__anim-body{opacity:1;-webkit-transform:scale(1);transform:scale(1);pointer-events:all}.content__anim-list h3{padding-bottom:30px;padding-left:40px;margin-bottom:30px;border-bottom:1px solid #474747;font-weight:400;color:#fff;font-size:24px;font-size:1rem;line-height:1.1666666667}@media only screen and (min-width:1199px) and (max-width:1366px){.content__anim-list h3{font-size:16px;font-size:.6666666667rem;line-height:1.2;padding-bottom:15px;margin-bottom:15px}}@media screen and (max-width:1199px){.content__anim-list h3{padding-bottom:13px;margin-bottom:0;padding-left:30px}}@media screen and (max-width:440px){.content__anim-list h3{font-size:15px;font-size:.625rem;line-height:1.2}}.content__anim-list h3 span{position:absolute;left:0;top:2px}@media screen and (max-width:1366px){.content__anim-list h3 span{-webkit-transform:scale(.8);transform:scale(.8);top:-1px}}@media screen and (max-width:1199px){.content__anim-list h3 span{display:block}}@media screen and (max-width:767px){.content__anim-list h3 span{top:0}}@media screen and (max-width:600px){.content__anim-list h3 span{top:3px}}@media screen and (max-width:440px){.content__anim-list h3 span{top:-2px}}.content__anim-list h3 span svg{-webkit-transition:-webkit-transform .4s;transition:-webkit-transform .4s;transition:transform .4s;transition:transform .4s,-webkit-transform .4s}@media screen and (max-width:440px){.content__anim-list h3 span svg{-webkit-transform:scale(.7);transform:scale(.7)}}@media screen and (max-width:1199px){.content__anim-list h3.active svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}@media screen and (max-width:440px){.content__anim-list h3.active svg{-webkit-transform:rotate(180deg) scale(.7);transform:rotate(180deg) scale(.7)}}.content__anim-list .content__anim-body{position:absolute;top:-50%;left:60%;z-index:3;width:100%;padding:18px 24px;background-color:#fff;z-index:3;opacity:0;max-width:609px;-webkit-transform:scale(.8);transform:scale(.8);pointer-events:none}@media screen and (min-width:1199px){.content__anim-list .content__anim-body{height:auto!important;-webkit-transition:all .4s!important;transition:all .4s!important}}@media screen and (max-width:1600px){.content__anim-list .content__anim-body{width:90%;padding:20px 15px}}@media screen and (max-width:1366px){.content__anim-list .content__anim-body{width:90%;max-width:461px;padding:13px 16px}}@media screen and (max-width:1199px){.content__anim-list .content__anim-body{background-color:transparent;padding:0;max-width:100%;padding:15px}}.content__anim-list .content__anim-body .btn{margin-top:25px}@media screen and (max-width:1366px){.content__anim-list .content__anim-body .btn{margin-top:12px}}.content__anim-list .content__anim-body .btn svg path{fill:var(--color-2)}@media screen and (max-width:1199px){.content__anim-list .content__anim-body{-webkit-transform:none!important;transform:none!important;opacity:1!important;visibility:visible!important;position:static;margin-bottom:0;width:100%;height:0;padding:0}.content__anim-list .content__anim-body .content__anim-wrapp{padding:9px 15px 15px}}.content__anim-list .content__anim-body h4{margin-bottom:14px;font-size:24px;font-size:1rem;line-height:1.2}@media screen and (max-width:1366px){.content__anim-list .content__anim-body h4{font-size:20px;font-size:.8333333333rem;line-height:1.2;margin-bottom:5px}}@media screen and (max-width:1199px){.content__anim-list .content__anim-body h4{display:none}}.content__anim-list .content__anim-body p{margin-bottom:0;font-size:24px;font-size:1rem;line-height:1.2}@media screen and (max-width:1366px){.content__anim-list .content__anim-body p{font-size:18px;font-size:.75rem;line-height:1.3333333333}}@media screen and (max-width:1199px){.content__anim-list .content__anim-body p{color:#8a8a8a}}@media screen and (max-width:600px){.content__anim-list .content__anim-body p{font-size:17px;font-size:.7083333333rem;line-height:1.4117647059}}.testimonial{background-color:var(--color-1);position:relative;overflow:hidden}.testimonial .bg__text{position:absolute;bottom:0;left:0;font-size:14.583rem;line-height:9rem;color:rgba(255,255,255,.08);text-transform:uppercase;white-space:nowrap}@media screen and (max-width:1366px){.testimonial .bg__text{-webkit-transform:scale(.7);transform:scale(.7);-webkit-transform-origin:left bottom;transform-origin:left bottom}}@media screen and (max-width:992px){.testimonial .bg__text{-webkit-transform:scale(.5);transform:scale(.5)}}.testimonial:after{position:absolute;top:0;left:0;font-size:14.583rem;line-height:9rem;color:rgba(255,255,255,.08);content:attr(data-text);text-transform:uppercase;white-space:nowrap}@media screen and (max-width:1366px){.testimonial:after{-webkit-transform:scale(.7);transform:scale(.7);-webkit-transform-origin:left top;transform-origin:left top}}@media screen and (max-width:992px){.testimonial:after{-webkit-transform:scale(.5);transform:scale(.5)}}.testimonial:before{position:absolute;top:0;bottom:0;margin:auto;left:0;font-size:14.583rem;line-height:9rem;color:rgba(255,255,255,.08);content:attr(data-text);text-transform:uppercase;white-space:nowrap;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:1366px){.testimonial:before{-webkit-transform:scale(.7);transform:scale(.7);-webkit-transform-origin:left center;transform-origin:left center}}@media screen and (max-width:992px){.testimonial:before{-webkit-transform:scale(.5);transform:scale(.5)}}.testimonial .swiper-wrapper{-webkit-transition-timing-function:linear!important;transition-timing-function:linear!important}.testimonial.align_center .heading__row{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.testimonial.align_right .heading__row{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.tesimonial__slider{margin:auto}@media screen and (max-width:1024px){.tesimonial__slider{padding:0 20px!important}}.tesimonial__slider .testimonial__card{position:relative;padding:84px 72px 84px}@media only screen and (min-width:1199px) and (max-width:1366px){.tesimonial__slider .testimonial__card{padding:50px 30px}}@media screen and (max-width:1199px){.tesimonial__slider .testimonial__card{padding:32px}}@media screen and (max-width:380px){.tesimonial__slider .testimonial__card{padding:30px 15px}}@media screen and (max-width:600px){.tesimonial__slider .testimonial__card svg{-webkit-transform:scale(.7);transform:scale(.7)}}.tesimonial__slider h3{margin-top:52px;font-weight:400;text-align:center;color:#fff;font-size:24px;font-size:1rem;line-height:1.2}@media only screen and (min-width:1199px) and (max-width:1366px){.tesimonial__slider h3{font-size:16px;font-size:.6666666667rem;line-height:1.2;margin-top:0}}@media screen and (max-width:1199px){.tesimonial__slider h3{margin-top:0}}@media screen and (max-width:480px){.tesimonial__slider h3{font-size:15px;font-size:.625rem;line-height:1.3333333333}}.tesimonial__slider .swiper-slide{max-width:552px;background:#000;height:auto}@media screen and (max-width:1366px){.tesimonial__slider .swiper-slide{max-width:408px}}@media screen and (max-width:1023px){.tesimonial__slider .swiper-slide{max-width:inherit;margin:0}}.testimonial__profile{margin-top:60px;text-align:center}@media only screen and (min-width:1199px) and (max-width:1366px){.testimonial__profile{margin-top:20px}}@media screen and (max-width:1199px){.testimonial__profile{margin-top:24px}}@media screen and (max-width:600px){.testimonial__profile img{max-width:42px}}.testimonial__profile h4{margin-bottom:5px;font-weight:500;color:#fff;font-size:24px;font-size:1rem;line-height:1.2;text-align:center}@media only screen and (min-width:1199px) and (max-width:1366px){.testimonial__profile h4{font-size:20px;font-size:.8333333333rem;line-height:1.2;font-weight:600}}@media screen and (max-width:480px){.testimonial__profile h4{font-size:18px;font-size:.75rem;line-height:1.3333333333}}.testimonial__profile p{margin-bottom:0;color:#8a8a8a;font-size:20px;font-size:.8333333333rem;line-height:1.2;text-align:center}@media only screen and (min-width:1199px) and (max-width:1366px){.testimonial__profile p{font-size:16px;font-size:.6666666667rem;line-height:1.2}}@media screen and (max-width:480px){.testimonial__profile p{font-size:15px;font-size:.625rem;line-height:1.3333333333}}.testimonial__profile img{margin:auto auto 21px;border-radius:50%}.four__col-module{background-color:#000}.four__col-module h2{color:#fff}.four__col-module h2 span{color:rgba(254,186,18,.42);background:-webkit-gradient(linear,left top,right top,from(var(--color-1)),to(var(--color-1))) no-repeat;background:linear-gradient(to right,var(--color-1),var(--color-1)) no-repeat}.four__col-module h2 span{-webkit-background-clip:text;background-clip:text}.expand__details{position:absolute;bottom:0;left:0;z-index:3;width:100%;padding:20px;opacity:0}@media screen and (max-width:1199px){.expand__details{background-color:#000;-webkit-transform:translateY(0);transform:translateY(0);opacity:1;-webkit-animation:none!important;animation:none!important}}.expand__details h4{margin-bottom:14px;color:#8a8a8a}@media screen and (max-width:1366px){.expand__details h4{margin-bottom:8px;font-size:20px;font-size:.8333333333rem;line-height:1.2}}@media screen and (max-width:1199px){.expand__details h4{color:#fff}}@media screen and (max-width:600px){.expand__details h4{margin-bottom:8px;font-size:18px;font-size:.75rem;line-height:1.2}}.expand__details p{margin-bottom:8px}@media screen and (max-width:1366px){.expand__details p{font-size:16px;font-size:.6666666667rem;line-height:1.2}}@media screen and (max-width:600px){.expand__details p{font-size:17px;font-size:.7083333333rem;line-height:1.4117647059}}.expand__details p{color:#fff}.expander__warpper{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (min-width:1199px){.expander__warpper{gap:24px}}.expander__warpper .expand__head{position:absolute;bottom:0;left:0;z-index:2;width:100%;padding:20px;color:#8a8a8a}@media screen and (max-width:1366px){.expander__warpper .expand__head{font-weight:600;font-size:20px;font-size:.8333333333rem;line-height:1.2}}@media screen and (max-width:1199px){.expander__warpper .expand__head{display:none}}.expander__warpper .swiper-slide{width:auto}.expander__warpper .expand__card{position:relative;overflow:hidden;-webkit-transition:all .4s;transition:all .4s}@media screen and (min-width:1199px){.expander__warpper .expand__card{width:25%!important}}.expander__warpper .expand__card:after{position:absolute;bottom:0;left:0;z-index:1;width:100%;height:100%;background:-webkit-gradient(linear,left top,left bottom,color-stop(39.55%,rgba(0,0,0,0)),color-stop(82.12%,rgba(0,0,0,.5)));background:linear-gradient(180deg,rgba(0,0,0,0) 39.55%,rgba(0,0,0,.5) 82.12%);-webkit-transition:opacity .4s;transition:opacity .4s;content:""}.expander__warpper .expand__card:hover:after{opacity:0}.expander__warpper .expand__card:hover .expand__head{opacity:0}.expander__warpper .expand__card:hover .expand__details{background-color:#000;opacity:1;-webkit-animation:text-fade 1s;animation:text-fade 1s;opacity:1}@media screen and (max-width:1199px){.expander__warpper .expand__card:hover .expand__details{-webkit-animation:none;animation:none}}.expander__warpper .expand__card:hover h4{color:#fff}@media screen and (min-width:1199px){.expander__warpper .expand__card.normal{width:calc(25% - 20px)!important}}@media screen and (min-width:1199px){.expander__warpper .expand__card.short{width:calc(20% - 20px)!important}}@media screen and (min-width:1199px){.expander__warpper .expand__card.short.normal{width:calc(25% - 20px)!important}}@media screen and (min-width:1199px){.expander__warpper .expand__card.wide{width:calc(40% - 20px)!important}}.expander__warpper .expand__card img{-o-object-fit:cover;object-fit:cover;width:100%;height:733px}@media screen and (max-width:1199px){.expander__warpper .expand__card img{height:560px}}@-webkit-keyframes text-fade{0%{opacity:0}35%{opacity:0;-webkit-transform:translateY(15%);transform:translateY(15%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes text-fade{0%{opacity:0}35%{opacity:0;-webkit-transform:translateY(15%);transform:translateY(15%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.three__d-slider-module{background-color:var(--color-2)}.three__d-slider-module h2{color:#fff}.three__d-slider-module .swiper-btn-next-v5,.three__d-slider-module .swiper-btn-prev-v5{display:none}@media screen and (max-width:1199px){.three__d-slider-module .swiper-btn-next-v5,.three__d-slider-module .swiper-btn-prev-v5{display:-webkit-box;display:-ms-flexbox;display:flex}}.three__d-slider-module.align_center .heading__row{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.three__d-slider-module.align_right .heading__row{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.three__d-slider{position:relative;margin-bottom:47px}@media screen and (max-width:1366px){.three__d-slider{margin-bottom:20px}}@media screen and (max-width:1199px){.three__d-slider{margin-bottom:25px}}.three__d-slider .swiper-slide{width:300px}@media screen and (max-width:600px){.three__d-slider .swiper-slide img{width:100%}}.three__d-slider .swiper-wrapper{pointer-events:none}.three__d-slider .swiper-wrapper .swiper-slide,.three__d-slider .swiper-wrapper a{pointer-events:all}.three__d-slider .swiper-slide{z-index:9!important;padding:1px}.three__d-slider .three__d-icon{position:absolute;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:rgba(0,0,0,.4)}.agenda__module{background-color:#000}.agenda__module .heading__row{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.agenda__module.agenda__wp .agenda__wrapper{display:block!important}.agenda__module h2{color:#fff}@media screen and (max-width:600px){.agenda__module .btn__center{text-align:left}}.agenda__module label{display:block;margin-bottom:16px;text-align:left;color:#fff;font-size:24px;font-size:1rem;line-height:1.2}@media screen and (max-width:1366px){.agenda__module label{font-size:16px;font-size:.6666666667rem;line-height:1.2}}.agenda__module select{width:100%;padding:10px 45px 10px 10px;border:1px solid #fff;color:#fff;background-color:#000;background-repeat:no-repeat;background-position:98% center;-moz-appearance:none;-webkit-appearance:none;appearance:none;cursor:pointer;outline:0!important;font-size:24px;font-size:1rem;line-height:1.2}@media screen and (max-width:1366px){.agenda__module select{font-size:16px;font-size:.6666666667rem;line-height:1.2}}@media screen and (max-width:600px){.agenda__module select{background-size:15px}}.agenda__wrapper{display:none;margin:50px 0 95px}.agenda__wrapper.active{display:block}@media screen and (max-width:1366px){.agenda__wrapper{margin-bottom:70px}}@media screen and (max-width:600px){.agenda__wrapper{margin:32px 0 21px}}.agenda__wrapper .agenda__row{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:30px;border-bottom:1.5px solid #474747;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-bottom:20px}@media screen and (max-width:600px){.agenda__wrapper .agenda__row{margin-bottom:14px}}.agenda__wrapper .agenda__row .agenda__col-left{width:20%}@media screen and (max-width:992px){.agenda__wrapper .agenda__row .agenda__col-left{width:100%}}.agenda__wrapper .agenda__row .agenda__col-left h5{color:#fff}@media screen and (max-width:992px){.agenda__wrapper .agenda__row .agenda__col-left h5{margin-bottom:11px;color:rgba(240,240,240,.5019607843)}}@media screen and (max-width:600px){.agenda__wrapper .agenda__row .agenda__col-left h5{font-size:12px;font-size:.5rem;line-height:1.2083333333}}.agenda__wrapper .agenda__row .agenda__col-right{width:80%;padding-left:20px}@media screen and (max-width:992px){.agenda__wrapper .agenda__row .agenda__col-right{width:100%;padding-left:0}}.agenda__accordion .agenda__accordion-head{cursor:pointer}.agenda__accordion .agenda__accordion-head div,.agenda__accordion .agenda__accordion-head p,.agenda__accordion .agenda__accordion-head ul{padding-right:30px;font-size:.8rem}@media screen and (max-width:600px){.agenda__accordion .agenda__accordion-head div,.agenda__accordion .agenda__accordion-head p,.agenda__accordion .agenda__accordion-head ul{margin-bottom:13px;font-size:17px;font-size:.7083333333rem;line-height:1.4117647059}}.agenda__accordion .agenda__accordion-head.active h4 span{-webkit-transform:rotate(180deg);transform:rotate(180deg)}@media screen and (max-width:600px){.agenda__accordion .agenda__accordion-head.active h4 span{-webkit-transform:rotate(180deg) scale(.7);transform:rotate(180deg) scale(.7)}}.agenda__accordion .agenda__accordion-head h4{position:relative;padding-right:30px;margin-bottom:5px;color:#fff}@media screen and (max-width:600px){.agenda__accordion .agenda__accordion-head h4{font-size:23px;font-size:.9583333333rem;line-height:1.1304347826;margin-bottom:15px}}.agenda__accordion .agenda__accordion-head h4 span{-webkit-transform-origin:center;transform-origin:center;position:absolute;top:8px;right:0;-webkit-transition:-webkit-transform .4s;transition:-webkit-transform .4s;transition:transform .4s;transition:transform .4s,-webkit-transform .4s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:600px){.agenda__accordion .agenda__accordion-head h4 span{top:0;-webkit-transform:scale(.7);transform:scale(.7)}}.agenda__accordion .agenda__accordion-head ul{margin-bottom:0}.agenda__accordion .agenda__accordion-head p{color:#8a8a8a}.agenda__accordion .agenda__accordion-head p:last-child{margin-bottom:0}@media screen and (max-width:600px){.agenda__accordion .agenda__accordion-head p{margin-bottom:13px;font-size:17px;font-size:.7083333333rem;line-height:1.4117647059}}.agenda__speaker-list{display:grid;grid-template-columns:repeat(3,1fr);-webkit-column-gap:15px;-moz-column-gap:15px;column-gap:15px;margin-top:15px;row-gap:15px}@media screen and (max-width:992px){.agenda__speaker-list{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:600px){.agenda__speaker-list{grid-template-columns:repeat(1,1fr)}}.agenda__speaker-box{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:5px;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.agenda__speaker-box .agenda__speaker-img{width:100%;max-width:78px}@media screen and (max-width:1366px){.agenda__speaker-box .agenda__speaker-img{max-width:55px}}.agenda__speaker-box .agenda__speaker-img img{border-radius:50%}.agenda__speaker-box .agenda__speaker-details{width:calc(100% - 78px);padding-left:16px}@media screen and (max-width:1366px){.agenda__speaker-box .agenda__speaker-details{width:calc(100% - 55px)}}.agenda__speaker-box .agenda__speaker-details h4{margin-bottom:2px;color:#fff}@media screen and (max-width:600px){.agenda__speaker-box .agenda__speaker-details h4{font-size:15px;font-size:.625rem;line-height:1.2}}.agenda__speaker-box .agenda__speaker-details p{margin-bottom:0;color:#8a8a8a}@media screen and (max-width:600px){.agenda__speaker-box .agenda__speaker-details p{font-size:12px;font-size:.5rem;line-height:1.2}}@media screen and (max-width:1366px){.agenda__wrapper h4,.agenda__wrapper h5,.agenda__wrapper p{font-size:20px;font-size:.8333333333rem;line-height:1.2}}.agenda__select-wrap{position:relative}.agenda__select-wrap span{position:absolute;right:15px;top:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;pointer-events:none}.single__logo-card{padding:15px;text-align:center}@media screen and (max-width:600px){.single__logo-card{padding:10px;text-align:left}}.single__logo-card h5{margin-bottom:30px;font-weight:400;color:#8a8a8a;font-size:16px;font-size:.6666666667rem;line-height:1.375}@media screen and (max-width:600px){.single__logo-card h5{margin-bottom:15px;font-size:12px;font-size:.5rem;line-height:1.2}}.single__log-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:80px}@media screen and (max-width:1366px){.single__log-row{row-gap:48px}}@media screen and (max-width:992px){.single__log-row{row-gap:25px}}@media screen and (max-width:992px){.single__log-row{row-gap:15px}}.single__log-row .single_logo-col{width:25%}@media screen and (max-width:767px){.single__log-row .single_logo-col{width:33.33%}}@media screen and (max-width:390px){.single__log-row .single_logo-col{width:50%}}.single__logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:600px){.single__logo{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.single_logo-slider.align_center .heading__row{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.single_logo-slider.align_right .heading__row{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.infinite_logo-slider{background-color:#f7f7f7}.infinite_logo-slider.align_center .heading__row{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.infinite_logo-slider.align_right .heading__row{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.infinite_logo-swiper .swiper-wrapper{-webkit-transition-timing-function:linear;transition-timing-function:linear}.infinite_logo-swiper .swiper-wrapper .swiper-slide{display:-webkit-box;display:-ms-flexbox;display:flex;height:auto;max-width:255px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:1199px){.infinite_logo-swiper .swiper-wrapper .swiper-slide{max-width:150px}}.two_col--full{margin:0;background-color:var(--color-1)}.two_col--full.two_col--full-reverse{direction:rtl}.two_col--full.two_col--full-reverse .two__col-full-right{direction:ltr}@media screen and (max-width:1024px){.two_col--full.two_col--full-reverse .two__col-full-right{padding-top:0}}.two_col--full.two_col--full-reverse .container-fulid{padding-right:0;padding-left:20px}.two_col--full.two_col--full-reverse .two__col-full-left .btn__wrap{direction:ltr}.two_col--full .container-fulid{max-width:1670px;padding-left:0;margin:0}@media screen and (min-width:1921px){.two_col--full .container-fulid{margin:auto}}@media screen and (max-width:1024px){.two_col--full .container-fulid{padding:0 20px!important}}.two_col--full.align_center .two__col-full-right{text-align:center}.two_col--full.align_center .btn__wrap{text-align:center}.two_col--full.align_right .two__col-full-right{text-align:right}.two_col--full.align_right h3{padding-left:0!important;padding-right:35px}.two_col--full.align_right h3 span{left:unset!important;right:0}.two_col--full.align_right .btn__wrap{text-align:right}.two__col-full-wrapper{display:grid;grid-template-columns:1fr 1fr}@media screen and (max-width:1024px){.two__col-full-wrapper{grid-template-columns:1fr}}.two__col-full-wrapper .two__col-full-right{padding:100px 80px 100px}@media screen and (max-width:1400px){.two__col-full-wrapper .two__col-full-right{padding:60px 40px 60px}}@media screen and (max-width:1024px){.two__col-full-wrapper .two__col-full-right{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;padding:0}}.two__col-full-wrapper .two__col-full-right h2{margin-bottom:10px}.two__col-full-wrapper .two__col-full-right h3{position:relative;padding-left:35px}@media screen and (max-width:1366px){.two__col-full-wrapper .two__col-full-right h3{font-size:20px;font-size:.8333333333rem;line-height:1.2}}@media screen and (max-width:600px){.two__col-full-wrapper .two__col-full-right h3{font-size:18px;font-size:.75rem;line-height:1.2}}.two__col-full-wrapper .two__col-full-right h3 span{position:absolute;top:5px;left:0}@media screen and (max-width:1366px){.two__col-full-wrapper .two__col-full-right h3 span{top:-5px;-webkit-transform:scale(.8);transform:scale(.8)}}@media screen and (max-width:1199px){.two__col-full-wrapper .two__col-full-right h3 span{top:-4px}}.two__col-full-wrapper .two__col-full-right .btn__wrap{margin-top:45px}@media screen and (max-width:1024px){.two__col-full-wrapper .two__col-full-left{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.two__col-full-wrapper .two__col-full-left .btn__wrap{margin-top:32px}}.two__col-full-wrapper .two__col-full-left img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}@media screen and (max-width:1024px){.two__col-full-wrapper .two__col-full-left img{height:auto}}.two_col-card-row{display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-template-columns:1fr 1fr;gap:48px}@media screen and (max-width:1199px){.two_col-card-row{-webkit-box-align:inherit;-ms-flex-align:inherit;align-items:inherit}}@media screen and (max-width:1024px){.two_col-card-row{gap:22px}}@media screen and (max-width:767px){.two_col-card-row{grid-template-columns:1fr}}@media screen and (max-width:1199px){.two_col-card-row .two_col-card-col img{-o-object-fit:cover;object-fit:cover;height:100%}}.two_col-card-row h2{padding-right:40px;margin-bottom:0}@media screen and (max-width:1366px){.two_col-card-row h2{padding-right:0}}.two_col-card-row+.two_col-card-row{margin-top:68px}@media screen and (max-width:767px){.two_col-card-row+.two_col-card-row{margin-top:30px}}.two_col-card .btn__wrap{margin-top:68px}@media screen and (max-width:767px){.two_col-card .btn__wrap{margin-top:30px}}.two__col-card{padding:18px 24px;-webkit-box-shadow:0 4px 100px 0 rgba(0,0,0,.1019607843);box-shadow:0 4px 100px 0 rgba(0,0,0,.1019607843);-webkit-transition:all .4s;transition:all .4s}.two__col-card:hover{-webkit-box-shadow:none;box-shadow:none}.two__col-card h3{margin-bottom:16px;color:#474747}.two__col-card p{margin-bottom:0;color:#8a8a8a}.flexible__module h2{margin-bottom:30px}@media screen and (max-width:600px){.flexible__module h2{margin-bottom:15px}}.flexible__module.align_center .flexible__card{text-align:center}.flexible__module.align_center .flexible__card .btn__wrap{text-align:center}.flexible__module.align_right .flexible__card{text-align:right}.flexible__module.align_right .flexible__card .btn__wrap{text-align:right}.flexible__row{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 -15px;margin-top:36px;-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:30px}@media screen and (max-width:600px){.flexible__row{margin-top:18px;row-gap:15px}}.flexible__row .flexible__col{max-width:50%;padding:0 15px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:20%;flex-basis:20%}@media screen and (max-width:1199px){.flexible__row .flexible__col{width:33.33%;-webkit-box-flex:initial;-ms-flex-positive:initial;flex-grow:initial;-ms-flex-preferred-size:inherit;flex-basis:inherit}}@media screen and (max-width:992px){.flexible__row .flexible__col{width:50%}}@media screen and (max-width:575px){.flexible__row .flexible__col{width:100%;max-width:100%}}.flexible__card .btn__wrap{margin-top:27px}@media screen and (max-width:1199px){.flexible__card .btn__wrap{margin-top:12px;line-height:0}}.flexible__card .flexible__card-img{margin-bottom:25px}@media screen and (max-width:600px){.flexible__card .flexible__card-img{margin-bottom:12px}}.flexible__card .flexible__card-img img{width:100%}.flexible__card p{color:#8a8a8a}@media screen and (max-width:600px){.flexible__card p{margin-bottom:12px}}.error__row{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}@media screen and (max-width:1199px){.error__row{gap:20px}}@media screen and (max-width:767px){.error__row{grid-template-columns:repeat(2,1fr);row-gap:40px}}@media screen and (max-width:600px){.error__row{grid-template-columns:repeat(1,1fr);row-gap:20px}.error__row img{width:100%}}.error__content{margin-top:15px}.error__box{position:relative}.error__box .error__badge{position:absolute;top:-15px;right:0;left:0;margin:auto;text-align:center}.error__box .error__badge span{padding:8px 45px;font-size:.8rem;text-align:center;color:#fff;background-color:var(--color-2)}.error_form{background-color:var(--color-2)}.error_form h2{color:#fff}.error_field{position:relative}.error_field.search__page-field{margin-bottom:20px}.error_field.search__page-field input{border-color:#000;color:#000}.error_field.search__page-field input::-webkit-input-placeholder{color:#000}.error_field.search__page-field input::-moz-placeholder{color:#000}.error_field.search__page-field input:-ms-input-placeholder{color:#000}.error_field.search__page-field input::-ms-input-placeholder{color:#000}.error_field.search__page-field input::placeholder{color:#000}.error_field.search__page-field .search__btn svg path{stroke:#000}.error_field input{width:100%;padding-right:45px;padding-bottom:15px;border-bottom:1px solid #fff;font-size:.88rem;color:#fff;outline:0}.error_field input::-webkit-input-placeholder{color:#fff;opacity:.7}.error_field input::-moz-placeholder{color:#fff;opacity:.7}.error_field input:-ms-input-placeholder{color:#fff;opacity:.7}.error_field input::-ms-input-placeholder{color:#fff;opacity:.7}.error_field input::placeholder{color:#fff;opacity:.7}.search__btn{position:absolute;top:0;right:10px}.search__btn svg{width:35px;height:35px}.search__btn svg path{stroke:#fff}.gallery__listing .btn{margin-top:3.5rem;cursor:pointer}@media screen and (max-width:1366px){.gallery__listing .btn{margin-top:2rem}}.gallery__tags{margin-bottom:18px}.gallery__tags span{display:inline-block;padding:14px 24px;margin-right:5px;margin-bottom:10px;border-radius:40px;background:#d9d9d9;cursor:pointer;-webkit-transition:all .4s;transition:all .4s;font-size:14px;font-size:.5833333333rem;line-height:1.2142857143}.gallery__tags span:hover{color:#000;background-color:var(--color-1)}.gallery__tags span.active{color:#fff;background-color:var(--color-2)}@media screen and (max-width:1024px){.gallery__tags span{padding:9px 12px}}.gallery__row{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 -12.5px;-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:25px}@media screen and (max-width:600px){.gallery__row{margin:0 -7.5px;row-gap:15px}}.gallery__row .gallery__col{max-width:50%;padding:0 12.5px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:33.33%;flex-basis:33.33%}.gallery__row .gallery__col:hover a:after{opacity:.4}.gallery__row .gallery__col:hover img{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}@media screen and (max-width:600px){.gallery__row .gallery__col{padding:0 7.5px}}@media screen and (max-width:500px){.gallery__row .gallery__col{max-width:100%;-ms-flex-preferred-size:50%;flex-basis:50%}}.gallery__row .gallery__col a{position:relative;display:block;height:100%;overflow:hidden}.gallery__row .gallery__col a:after{position:absolute;top:0;left:0;z-index:2;width:100%;height:100%;background-color:#000;opacity:0;-webkit-transition:opacity .4s;transition:opacity .4s;content:""}.gallery__row .gallery__col a span{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:-webkit-box;display:-ms-flexbox;display:flex;margin:auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:767px){.gallery__row .gallery__col a span{-webkit-transform:scale(.6);transform:scale(.6)}}.gallery__row .gallery__col img{width:calc(100% + 50px);max-width:calc(100% + 50px);-webkit-transition:all .4s;transition:all .4s;-webkit-transform:translate3d(-40px,0,0);transform:translate3d(-40px,0,0)}@media screen and (max-width:500px){.gallery__row .gallery__col img{-o-object-fit:cover;object-fit:cover;height:100%}}.voice__row{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 -15px;-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:30px}@media screen and (max-width:1024px){.voice__row{margin-top:0}}.voice__row .voice__col{width:25%;padding:0 15px}.voice__row .voice__col:first-child{width:50%}@media screen and (max-width:1024px){.voice__row .voice__col:first-child{width:100%}}.voice__row .voice__col:first-child .voice__details{max-width:360px}@media screen and (max-width:575px){.voice__row .voice__col:first-child .voice__details{max-width:100%}}.voice__row .voice__col:first-child p{font-size:16px}@media screen and (max-width:1024px){.voice__row .voice__col{width:33.33%}}@media screen and (max-width:992px){.voice__row .voice__col{width:50%}}@media screen and (max-width:575px){.voice__row .voice__col{width:100%}}.voice__card{position:relative;border-radius:4px;overflow:hidden}.voice__card:after{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.8)),to(transparent));background:linear-gradient(to top,rgba(0,0,0,.8),transparent);content:""}.voice__card:hover .voice__details{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.voice__card:hover .voice__img img{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.voice__card a{position:absolute;top:0;left:0;z-index:4;width:100%;height:100%}.voice__card .voice__img{border-radius:4px;overflow:hidden}.voice__card .voice__img img{width:calc(100% + 25px);max-width:calc(100% + 25px);border-radius:4px;-webkit-transition:-webkit-transform .4s;transition:-webkit-transform .4s;transition:transform .4s;transition:transform .4s,-webkit-transform .4s;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}@media screen and (max-width:575px){.voice__card .voice__img img{-o-object-fit:cover;object-fit:cover;height:300px}}.voice__card .voice__details{position:absolute;bottom:0;left:0;z-index:2;padding:23px 29px;-webkit-transition:all .4s;transition:all .4s}@media screen and (max-width:1366px){.voice__card .voice__details{padding:15px}}.voice__card .voice__details h4{margin-bottom:2px;font-weight:400;color:#fff;font-size:19px;font-size:.7916666667rem;line-height:1.3157894737}.voice__card .voice__details p{margin-bottom:0;font-size:14px;line-height:24px;color:#fff}.voice__card .voice__play{position:absolute;top:15px;right:15px;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;width:50px;height:50px;border-radius:50%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.voice__card .voice__play span{width:25px;height:25px}.voice__card .voice__play svg path{fill:#fff}.brochure__module{background-color:#000}.brochure__slider{max-width:728px;margin:auto}.brochure__module.on-top{position:fixed;top:0;z-index:8;width:100%;padding:20px 0;margin-top:-100%;-webkit-transition:all .9s;transition:all .9s}.brochure__module.on-top.active{margin-top:0}@media screen and (max-width:1024px){.brochure__module.on-top{padding-right:30px}}.brochure__module.on-top .brochure-close-btn{position:absolute;top:30px;right:30px;opacity:.7;cursor:pointer}@media screen and (max-width:1024px){.brochure__module.on-top .brochure-close-btn{top:0;right:2px;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;margin:auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.brochure__module.on-top span{display:block;width:40px;height:40px;margin-bottom:5px;margin-left:auto;-webkit-transition:all .1s;transition:all .1s}@media screen and (max-width:1024px){.brochure__module.on-top span{height:30px}}@media screen and (max-width:600px){.brochure__module.on-top span{height:20px}}@media screen and (max-width:1024px){.brochure__module.on-top span svg{width:30px;height:30px}}@media screen and (max-width:600px){.brochure__module.on-top span svg{width:20px;height:20px}}.brochure__module.on-top span svg path{fill:#fff}.admin-bar .brochure__module.on-top.active{margin-top:33px}.patronage{padding:10px 0 8px;background-color:#000;-webkit-transition:all .6s;transition:all .6s;text-align:center}.patronage .patronage-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.patronage img{margin-right:10px;border:1px solid #000;border-radius:50%}.patronage p{margin-bottom:0;color:#fff;-webkit-transition:all .3s;transition:all .3s;font-size:16px}@media screen and (max-width:600px){.patronage p{line-height:12.75px;font-size:10px}}.header__top{padding:10px 0;-webkit-transition:padding .4s;transition:padding .4s}.header__top-hamburger{width:12px}.header__top-hamburger span{display:block;width:6px;height:2px;margin-left:auto;border-radius:2px;background-color:#fff}.header__top-hamburger span:first-child{width:12px;margin-bottom:5px}.header__top-row{display:grid;grid-template-columns:repeat(2,1fr)}@media screen and (max-width:600px){.header__top-row{grid-template-columns:2.5fr 1fr}}.header__top-row h6{padding-left:13px;margin-bottom:0;color:#fff;font-weight:400;font-size:.7rem}@media screen and (max-width:600px){.header__top-row h6{font-size:12px}}.header__top-row .header__top-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__top-row .header__top-left .header__top-click{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.header__top-row .header__top-right .social__media{text-align:right;max-height:32px}.header__top-row .header__top-right .social__media a{-webkit-transform:scale(.75);transform:scale(.75)}@media screen and (max-width:1024px){.header__top-row .header__top-right .social__media{display:none}}.header__top-row .header__top-right .social__media a{display:inline-block;margin:0 5px}.fixed-popup{position:fixed;z-index:8;top:0;left:0;overflow:auto;width:100%;height:100vh;padding:15px;opacity:0;background:#000;-webkit-transition:all .4s;transition:all .4s;-webkit-transform:translateY(50px);transform:translateY(50px);pointer-events:none}.fixed-popup.active{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);pointer-events:all}.fixed-popup .fixed-port-folio{max-width:1430px;margin:auto}.fixed-popup .close-porfolio{position:absolute;top:15px;right:30px;cursor:pointer}@media screen and (max-width:1024px){.fixed-popup .close-porfolio{top:15px;right:15px}}.fixed-popup .close-porfolio p{padding:0 10px;font-size:20px;color:#fff}.fixed-popup .close-porfolio p:hover{color:#feba12!important}.fixed-popup h3{margin-bottom:40px;color:#fff;text-align:center}@media screen and (max-width:1024px){.fixed-popup h3{padding-right:30px;text-align:left;font-size:20px;font-size:.8333333333rem;line-height:1.0714285714}}.fixed-popup .list-portflio{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}@media screen and (max-width:1199px){.fixed-popup .list-portflio{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:767px){.fixed-popup .list-portflio{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:400px){.fixed-popup .list-portflio{grid-template-columns:repeat(1,1fr)}}.fixed-popup a{color:#fff;-webkit-transition:color .4s;transition:color .4s}.fixed-popup a:hover{color:var(--color-1)}.fixed-popup .porfolio-head{margin:18px 0 6px;color:#fff;font-weight:700;font-size:17px;line-height:1.5}.fixed-popup .porfolio-image img{width:40px}.fixed-popup .port-folio-content li{color:#fff}.yelp_banner{position:relative;min-height:716px;overflow:hidden;padding-bottom:20px;margin-top:-4px}.yelp_banner::before{content:"";position:absolute;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:5}@media screen and (max-width:1199px){.yelp_banner{min-height:600px}}.yelp_banner .banner__video{position:absolute;-o-object-fit:cover;object-fit:cover;z-index:4;right:0;top:0;width:100%;height:100%}.yelp_banner .banner__img{position:absolute;top:0;left:0;z-index:3;width:100%;height:100%}.yelp_banner .banner__img img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.yelp_banner .container{position:relative;z-index:6;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:512px}.yelp_banner .banner__content{padding-top:230px;max-width:1112px}@media screen and (max-width:600px){.yelp_banner .banner__content{padding-top:150px}}.yelp_banner .banner__content h1{color:#fff;font-size:52px;font-size:2.1666666667rem;line-height:100%;margin-bottom:30px;font-weight:600}@media screen and (max-width:1199px){.yelp_banner .banner__content h1{font-size:40px;font-size:1.6666666667rem;margin-bottom:20px}}@media screen and (max-width:600px){.yelp_banner .banner__content h1{font-size:32px;font-size:1.3333333333rem;margin-bottom:10px}}@media screen and (max-width:360px){.yelp_banner .banner__content h1{font-size:35px;font-size:1.4583333333rem}}.yelp_banner .banner__content p{color:#fff;font-size:28px;font-size:1.1666666667rem;line-height:normal;font-weight:400}@media screen and (max-width:1199px){.yelp_banner .banner__content p{font-size:22px;font-size:.9166666667rem;margin-bottom:12px}}@media screen and (max-width:600px){.yelp_banner .banner__content p{font-size:20px;font-size:.8333333333rem}}.yelp_banner .banner__content p span{color:#feba12;font-weight:700}.yelp_banner .banner__content .banner__btn{margin-top:40px}@media screen and (max-width:1199px){.yelp_banner .banner__content .banner__btn{margin-top:20px}}@media screen and (max-width:600px){.yelp_banner .banner__content .banner__btn{margin-top:12px}}.yelp_banner .btn{color:#fff}.yelp-footer{padding:50px 0}@media screen and (max-width:475px){.yelp-footer{padding:25px 0}}.yelp-footer .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:1199px){.yelp-footer .container{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.yelp-footer .container .img_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:1199px){.yelp-footer .container .img_wrapper{gap:10px}}@media screen and (max-width:475px){.yelp-footer .container .img_wrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media screen and (max-width:375px){.yelp-footer .container .img_wrapper{gap:5px}}.yelp-footer .container .img_wrapper span{font-size:20px;font-size:.8333333333rem;color:#fff}@media screen and (max-width:475px){.yelp-footer .container .img_wrapper span{font-size:15px;font-size:.625rem}}.yelp-footer .container ul{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:0}@media screen and (max-width:475px){.yelp-footer .container ul{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.yelp-footer .container ul li{margin-bottom:0}.yelp-footer .container ul li:not(:last-child){margin-right:5px;padding-right:5px;border-right:1px solid #fff}.social-icons-footer{padding:0;background-color:#121212}@media screen and (min-width:768px){.social-icons-footer{display:none}}.social-icons-footer .social-icons-wrap{background-color:#0d0d0d;border-radius:40px 40px 0 0;-webkit-box-shadow:0 4px 30px 0 rgba(255,255,255,.04);box-shadow:0 4px 30px 0 rgba(255,255,255,.04)}.social-icons-footer .social-icons-list{padding:24px 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -25px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.social-icons-footer .social-icons-list .social-icons-item{line-height:0;width:calc(20% - 50px);margin:0 25px 25px;max-width:26px}.social-icons-footer .social-icons-list .social-icons-item a{line-height:0}@media screen and (max-width:767px){.light-theme .social-icons-footer{background-color:#f9fafb}.light-theme .social-icons-footer .social-icons-wrap{background-color:#f9fafb;background:#fff;-webkit-box-shadow:0 4px 30px 0 rgba(0,0,0,.2);box-shadow:0 4px 30px 0 rgba(0,0,0,.2)}.light-theme .social-icons-footer .social-icons-list{padding:25px 0;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 -25px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.light-theme .social-icons-footer .social-icons-list .social-icons-item{width:calc(20% - 50px);margin:0 25px}.light-theme .social-icons-footer .social-icons-list .social-icons-item svg path{fill:#4b5563}}:root{--color-1:#FEBA12;--color-2:#EF4A4D;--color-3:#526FB5;--font-family-base:"Syne",sans-serif;--font-family-secondary:"Inter",sans-serif}