a,abbr,acronym,address,applet,article,aside,audio,big,blockquote,body,button,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,iframe,img,input,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,select,small,span,strike,sub,summary,sup,table,tbody,td,textarea,tfoot,th,thead,time,tr,tt,ul,var,video{margin:0;padding:0;font-size:100%;vertical-align:baseline;box-sizing:border-box;border:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:none}table{border-collapse:collapse;border-spacing:0}a{text-decoration:none}:focus{outline:0}.clear{clear:both}
@keyframes f-spinner{to{transform:rotate(360deg)}}@keyframes f-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeOut{to{opacity:0}}@keyframes f-crossfadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-crossfadeOut{to{opacity:0}}@keyframes f-slideInPrevX{0%{transform:translate(calc(100% + var(--f-carousel-gap, 0)))}to{transform:translateZ(0)}}@keyframes f-slideInNextX{0%{transform:translate(calc(-100% - var(--f-carousel-gap, 0)))}to{transform:translateZ(0)}}@keyframes f-slideOutNextX{to{transform:translate(calc(-100% - var(--f-carousel-gap, 0)))}}@keyframes f-slideOutPrevX{to{transform:translate(calc(100% + var(--f-carousel-gap, 0)))}}@keyframes f-slideInPrevY{0%{transform:translateY(calc(100% + var(--f-carousel-gap, 0)))}to{transform:translateZ(0)}}@keyframes f-slideInNextY{0%{transform:translateY(calc(-100% - var(--f-carousel-gap, 0)))}to{transform:translateZ(0)}}@keyframes f-slideOutNextY{to{transform:translateY(calc(-100% - var(--f-carousel-gap, 0)))}}@keyframes f-slideOutPrevY{to{transform:translateY(calc(100% + var(--f-carousel-gap, 0)))}}@keyframes f-zoomInUp{0%{transform:scale(var(--f-zoomInUp-scale, .975)) translate3d(var(--f-zoomInUp-x, 0),var(--f-zoomInUp-y, 16px),0);opacity:var(--f-zoomInUp-opacity, 0)}to{transform:scale(1) translateZ(0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(var(--f-zoomOutDown-scale, .975)) translate3d(var(--f-zoomOutDown-x, 0),var(--f-zoomOutDown-y, 16px),0);opacity:0}}@keyframes f-throwOutUp{to{transform:translate3d(0,calc(var(--f-throwOutUp-y, 150px)*-1),0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0,var(--f-throwOutDown-y, 150px),0);opacity:0}}@keyframes f-progressbar{0%{transform:scaleX(0)}to{transform:scaleX(1)}}:root{--f-button-width:40px;--f-button-height:40px;--f-button-border:0;--f-button-border-radius:0;--f-button-color:#374151;--f-button-bg:#f8f8f8;--f-button-shadow:none;--f-button-transition:all .15s ease;--f-button-transform:none;--f-button-outline-width:1px;--f-button-outline-color:rgba(0, 0, 0, .7);--f-button-svg-width:20px;--f-button-svg-height:20px;--f-button-svg-stroke-width:1.5;--f-button-svg-fill:none;--f-button-svg-filter:none;--f-button-svg-opacity:1;--f-button-svg-disabled-opacity:.5;--f-button-svg-transition:opacity .15s ease;--f-button-svg-transform:none}.f-button{width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);transform:var(--f-button-transform);transition:var(--f-button-transition);-webkit-backdrop-filter:var(--f-button-backdrop-filter);backdrop-filter:var(--f-button-backdrop-filter);display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;pointer-events:all;cursor:pointer;overflow:hidden}@media (hover:hover){.f-button:hover:not([aria-disabled]){color:var(--f-button-hover-color, var(--f-button-color));background-color:var(--f-button-hover-bg, var(--f-button-bg))}}.f-button:active:not([aria-disabled]){color:var(--f-button-active-color, var(--f-button-hover-color, var(--f-button-color)));background-color:var(--f-button-active-bg, var(--f-button-hover-bg, var(--f-button-bg)))}.f-button:focus{outline:0}.f-button:focus-visible{outline:var(--f-button-outline-width) solid var(--f-button-outline-color);outline-offset:var(--f-button-outline-offset);position:relative;z-index:1}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);transform:var(--f-button-svg-transform);fill:var(--f-button-svg-fill);filter:var(--f-button-svg-filter);opacity:var(--f-button-svg-opacity, 1);transition:var(--f-button-svg-transition);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;pointer-events:none}.f-button[aria-disabled]{cursor:default}.f-button[aria-disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}:root{--f-spinner-color-1:rgba(0, 0, 0, .1);--f-spinner-color-2:rgba(17, 24, 28, .8);--f-spinner-width:50px;--f-spinner-height:50px;--f-spinner-border-radius:50%;--f-spinner-border-width:4px}.f-spinner{position:absolute;top:50%;left:50%;margin:calc(var(--f-spinner-width)*-.5) 0 0 calc(var(--f-spinner-height)*-.5);padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height);border-radius:var(--f-spinner-border-radius);border:var(--f-spinner-border-width) solid var(--f-spinner-color-1);border-top-color:var(--f-spinner-color-2);animation:f-spinner .75s linear infinite,f-fadeIn .2s ease .2s both}.f-panzoom,.f-zoomable{position:relative;overflow:hidden;display:flex;align-items:center;flex-direction:column}.f-panzoom:after,.f-panzoom:before,.f-zoomable:after,.f-zoomable:before{display:block;content:""}.f-panzoom:not(.has-controls):before,.f-zoomable:not(.has-controls):before{margin-bottom:auto}.f-panzoom:after,.f-zoomable:after{margin-top:auto}.f-panzoom__wrapper{position:relative}.f-panzoom__wrapper.will-zoom-out{cursor:zoom-out}.f-panzoom__wrapper.can-drag{cursor:move;cursor:grab}.f-panzoom__wrapper.will-zoom-in{cursor:zoom-in}.f-panzoom__wrapper.is-dragging{cursor:move;cursor:grabbing}.f-panzoom__wrapper.has-error{display:none}.f-panzoom__content,.f-panzoom__wrapper{min-width:0;min-height:0;max-width:100%;max-height:100%}.f-panzoom__content.has-lazyerror,.f-panzoom__content.is-lazyloading,.f-panzoom__wrapper>img.f-panzoom__content{visibility:hidden}img.f-panzoom__content,picture.f-panzoom__content img{vertical-align:top;-o-object-fit:contain;object-fit:contain;transition:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.f-panzoom__viewport{display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.f-panzoom__viewport>.f-panzoom__content{display:block;width:100%;height:100%;-o-object-fit:fill;object-fit:fill}picture.f-panzoom__content img{width:100%;height:auto;max-height:100%}.f-fadeIn{animation:var(--f-transition-duration, .2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, .2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}.f-crossfadeIn{animation:var(--f-transition-duration, .2s) ease both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, .2s)*.2) ease calc(var(--f-transition-duration, .2s)*.8) both f-crossfadeOut;z-index:1}.is-horizontal .f-slideIn.from-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInNextX}.is-horizontal .f-slideIn.from-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInPrevX}.is-horizontal .f-slideOut.to-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutNextX}.is-horizontal .f-slideOut.to-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutPrevX}.is-vertical .f-slideIn.from-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInNextY}.is-vertical .f-slideIn.from-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInPrevY}.is-vertical .f-slideOut.to-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutNextY}.is-vertical .f-slideOut.to-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutPrevY}.f-zoomInUp{animation:var(--f-transition-duration, .3s) ease both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, .3s) ease both f-zoomOutDown}.f-throwOutUp{animation:var(--f-throwOutUp-duration, .2s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throwOutDown-duration, .2s) ease-out both f-throwOutDown}.f-carousel__slide.has-html{overflow:auto}.f-html{position:relative;margin:var(--f-html-margin, 0);padding:var(--f-html-padding, 2rem);color:var(--f-html-color, currentColor);background:var(--f-html-bg)}.f-html.is-error{text-align:center}.has-gmap .f-html,.has-iframe .f-html,.has-pdf .f-html{box-sizing:border-box;min-height:1px;overflow:visible;width:100%;height:100%}.has-gmap .f-html,.has-pdf .f-html{padding:0}.f-iframe{display:block;margin:0;border:0;height:100%;width:100%}.f-caption{align-self:center;flex-shrink:0;max-width:100%;max-height:calc(80vh - 100px);overflow:auto;margin:var(--f-caption-margin);padding:var(--f-caption-padding, 16px 4px);overflow-wrap:anywhere;line-height:var(--f-caption-line-height);color:var(--f-caption-color);background:var(--f-caption-bg);font:var(--f-caption-font)}.has-html5video .f-html,.has-vimeo .f-html,.has-youtube .f-html{padding:0;width:100%;height:100%;max-width:var(--f-video-width, 960px);max-height:var(--f-video-height, 540px);aspect-ratio:var(--f-video-aspect-ratio);min-height:1px;overflow:visible;background:var(--f-video-bg, rgba(0, 0, 0, .9))}.f-html5video{border:0;display:block;height:100%;width:100%;background:0 0}.f-button.is-arrow{--f-button-width:var(--f-arrow-width, 46px);--f-button-height:var(--f-arrow-height, 46px);--f-button-svg-width:var(--f-arrow-svg-width, 24px);--f-button-svg-height:var(--f-arrow-svg-height, 24px);--f-button-svg-stroke-width:var(--f-arrow-svg-stroke-width, 1.75);--f-button-border-radius:var(--f-arrow-border-radius, unset);--f-button-bg:var(--f-arrow-bg, transparent);--f-button-hover-bg:var(--f-arrow-hover-bg, var(--f-arrow-bg));--f-button-active-bg:var(--f-arrow-active-bg, var(--f-arrow-hover-bg));--f-button-shadow:var(--f-arrow-shadow);--f-button-color:var(--f-arrow-color);--f-button-hover-color:var(--f-arrow-hover-color, var(--f-arrow-color));--f-button-active-color:var( --f-arrow-active-color, var(--f-arrow-hover-color) );overflow:visible}.f-button.is-arrow.is-next,.f-button.is-arrow.is-prev{position:absolute;transform:translate(0);z-index:20}.is-horizontal .f-button.is-arrow.is-next,.is-horizontal .f-button.is-arrow.is-prev{inset:50% auto auto;transform:translateY(-50%)}.is-horizontal.is-ltr .f-button.is-arrow.is-prev{left:var(--f-arrow-pos, 0)}.is-horizontal.is-ltr .f-button.is-arrow.is-next{right:var(--f-arrow-pos, 0)}.is-horizontal.is-rtl .f-button.is-arrow.is-prev{right:var(--f-arrow-pos, 0);transform:translateY(-50%) rotateY(180deg)}.is-horizontal.is-rtl .f-button.is-arrow.is-next{left:var(--f-arrow-pos, 0);transform:translateY(-50%) rotateY(180deg)}.is-vertical.is-ltr .f-button.is-arrow.is-prev,.is-vertical.is-rtl .f-button.is-arrow.is-prev{top:var(--f-arrow-pos, 0);right:auto;bottom:auto;left:50%;transform:translate(-50%)}.is-vertical.is-ltr .f-button.is-arrow.is-next,.is-vertical.is-rtl .f-button.is-arrow.is-next{top:auto;right:auto;bottom:var(--f-arrow-pos, 0);left:50%;transform:translate(-50%)}.is-vertical .f-button.is-arrow.is-next svg,.is-vertical .f-button.is-arrow.is-prev svg{transform:rotate(90deg)}.f-carousel__toolbar{--f-progressbar-height:100%;display:grid;grid-template-columns:1fr auto 1fr;margin:var(--f-toolbar-margin, 0);padding:var(--f-toolbar-padding, 8px);line-height:var(--f-toolbar-line-height);background:var(--f-toolbar-bg, none);box-shadow:var(--f-toolbar-shadow, none);-webkit-backdrop-filter:var(--f-toolbar-backdrop-filter);backdrop-filter:var(--f-toolbar-backdrop-filter);position:relative;z-index:20;color:var(--f-toolbar-color, currentColor);font-size:var(--f-toolbar-font-size, 17px);font-weight:var(--f-toolbar-font-weight, inherit);font-family:var(--f-toolbar-font, -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif);text-shadow:var(--f-toolbar-text-shadow);text-align:center;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;white-space:nowrap;pointer-events:none}.f-carousel__toolbar.is-absolute{position:absolute;top:0;left:0;right:0}.f-carousel__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start;gap:var(--f-toolbar-gap, 0);pointer-events:none}.f-carousel__toolbar__column.is-left{justify-self:flex-start;justify-content:flex-start}.f-carousel__toolbar__column.is-middle{justify-content:center}.f-carousel__toolbar__column.is-right{justify-self:flex-end;justify-content:flex-end;flex-flow:nowrap}.f-carousel__toolbar__column>*{pointer-events:all}.f-carousel:has(.f-carousel__slide.is-fullsize) [data-panzoom-action=toggleFull] g{display:none}[data-autoplay-action=toggle] svg g:first-child{display:flex}[data-autoplay-action=toggle] svg g:last-child{display:none}.has-autoplay [data-autoplay-action=toggle] svg g:first-child{display:none}.has-autoplay [data-autoplay-action=toggle] svg g:last-child{display:flex}:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:first-child,:fullscreen [data-fullscreen-action=toggle] svg g:first-child{display:none}:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:last-child,:fullscreen [data-fullscreen-action=toggle] svg g:last-child{display:flex}.f-carousel__counter{position:relative;display:flex;flex-direction:row;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin:var(--f-counter-margin, 0);padding:var(--f-counter-padding, 4px);line-height:var(--f-counter-line-height);background:var(--f-counter-bg);border-radius:var(--f-counter-border-radius)}.f-carousel__counter span{padding:0 var(--f-counter-gap, 4px)}:root{--f-thumbs-gap:8px;--f-thumbs-margin:0;--f-thumbs-padding-x:8px;--f-thumbs-padding-y:8px;--f-thumbs-z-index:1;--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-fit:cover;--f-thumb-opacity:1;--f-thumb-transition:opacity .3s ease, transform .15s ease;--f-thumb-border:none;--f-thumb-border-radius:4px;--f-thumb-transfors:none;--f-thumb-shadow:none;--f-thumb-bg:linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .05));--f-thumb-focus-shadow:inset 0 0 0 .8px #222, inset 0 0 0 2.25px #fff;--f-thumb-selected-shadow:inset 0 0 0 .8px #222, inset 0 0 0 2.25px #fff}.f-thumbs{--f-carousel-slide-width:calc(var(--f-thumb-width) + var(--f-thumbs-gap));--f-carousel-slide-height:calc(var(--f-thumb-height) + var(--f-thumbs-gap));--f-carousel-gap:0;flex-shrink:0;max-height:calc(var(--f-carousel-slide-height) + var(--f-thumbs-padding-y)*2);margin:var(--f-thumbs-margin);padding:0;background:var(--f-thumbs-bg);-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:max-height .3s ease;z-index:var(--f-thumbs-z-index);overflow:hidden}.f-thumbs__viewport{margin:var(--f-thumbs-padding-y) var(--f-thumbs-padding-x);overflow:visible;display:grid}.f-thumbs__slide{position:relative;grid-area:1/1;display:flex;align-items:center;flex-direction:column;width:var(--f-carousel-slide-width);height:var(--f-carousel-slide-height);margin:0;padding:calc(var(--f-thumbs-gap)*.5);cursor:pointer;overflow:visible}.f-thumbs__slide:hover button{opacity:var(--f-thumb-hover-opacity, 1);transform:var(--f-thumb-hover-transform, none)}.f-thumbs__slide:hover button:after{border:var(--f-thumb-hover-border, none);box-shadow:var(--f-thumb-hover-shadow, var(--f-thumb-shadow))}.f-thumbs__slide button{all:unset;margin:auto;padding:0;position:relative;overflow:visible;width:100%;height:100%;outline:0;transition:var(--f-thumb-transition);border-radius:var(--f-thumb-border-radius);opacity:var(--f-thumb-opacity);transform:var(--f-thumb-transform);background:var(--f-thumb-bg)}.f-thumbs__slide button:after{content:"";position:absolute;inset:0;z-index:1;transition:none;border-radius:inherit;border:var(--f-thumb-border);box-shadow:var(--f-thumb-shadow)}.f-thumbs__slide button:focus-within{opacity:var(--f-thumb-focus-opacity, 1);transform:var(--f-thumb-focus-transform, none)}.f-thumbs__slide button:focus-within:after{border:var(--f-thumb-focus-border, none);box-shadow:var(--f-thumb-focus-shadow, var(--f-thumb-shadow))}.f-thumbs__slide:active{opacity:var(--f-thumb-active-opacity, 1);transform:var(--f-thumb-active-transform, none)}.f-thumbs__slide:active:after{border:var(--f-thumb-active-border, none);box-shadow:var(--f-thumb-active-shadow, var(--f-thumb-shadow))}.f-thumbs__slide.is-selected{z-index:2}.f-thumbs__slide.is-selected button{opacity:var(--f-thumb-selected-opacity, 1);transform:var(--f-thumb-selected-transform, none)}.f-thumbs__slide.is-selected button:after{border:var(--f-thumb-selected-border, none);box-shadow:var(--f-thumb-selected-shadow, var(--f-thumb-shadow))}.f-thumbs__slide img{display:block;width:100%;height:100%;-o-object-fit:var(--f-thumb-fit);object-fit:var(--f-thumb-fit);border-radius:inherit;pointer-events:none}.f-thumbs.is-modern .f-thumbs__slide button:after,.f-thumbs__slide img.has-lazyerror{display:none}.f-thumbs.is-modern{--f-thumb-clip-width:46px;--f-thumb-extra-gap:16px;--f-carousel-slide-width:calc( var(--f-thumb-clip-width) + var(--f-thumbs-gap) );--f-carousel-slide-height:var(--f-thumb-height);--width-diff:calc((var(--f-thumb-width) - var(--f-thumb-clip-width)));--f-transition-duration:.25s;--f-transition-easing:ease-out}.f-thumbs.is-modern .f-thumbs__viewport{width:calc(100% + var(--width-diff)*2);margin-left:calc(var(--width-diff)*-1)}.f-thumbs.is-modern .f-thumbs__slide{--clip-shift:calc((var(--width-diff) * .5) * var(--progress));--clip-path:inset( 0 var(--clip-shift) round var(--f-thumb-border-radius, 0) );padding:0;overflow:visible;left:var(--shift, 0);will-change:left;transition:left var(--f-transition-duration) var(--f-transition-easing)}.f-thumbs.is-modern .f-thumbs__slide button{display:block;margin-left:-50%;width:var(--f-thumb-width);clip-path:var(--clip-path);border:0;box-shadow:none;transition:clip-path var(--f-transition-duration) var(--f-transition-easing),opacity var(--f-thumb-transition-duration, .2s) var(--f-thumb-transition-easing, ease)}.f-thumbs.is-modern .f-thumbs__slide:focus:not(:focus-visible){outline:0}.f-thumbs.is-modern .f-thumbs__slide:focus-within:not(.is-selected) button:before{content:"";position:absolute;z-index:1;top:0;left:var(--clip-shift);bottom:0;right:var(--clip-shift);transition:border var(--f-transition-duration) var(--f-transition-easing),box-shadow var(--f-transition-duration) var(--f-transition-easing);border-radius:inherit;border:var(--f-thumb-focus-border, none);box-shadow:var(--f-thumb-focus-shadow, none)}.f-thumbs.is-modern.is-syncing{--f-transition-duration:0s}.f-progressbar{position:absolute;top:0;left:0;right:0;z-index:30;height:var(--f-progressbar-height, 3px);transform:scaleX(0);transform-origin:0;background:var(--f-progressbar-color, var(--f-carousel-theme-color, #575ad6));-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;animation-name:f-progressbar;animation-play-state:running;animation-timing-function:linear}[data-fullscreen-action=toggle] svg g:first-child{display:flex}[data-fullscreen-action=toggle] svg g:last-child{display:none}.in-fullscreen-mode>.f-carousel{flex:1;min-width:0!important;min-height:0!important}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--f-body-margin, 0px) + var(--f-scrollbar-compensate, 0px));overflow:hidden!important;overscroll-behavior-y:none}.fancybox__dialog{width:100%;height:100vh;max-height:unset;max-width:unset;padding:0;margin:0;border:0;overflow:hidden;background:0 0}.fancybox__dialog:focus{outline:0}.fancybox__dialog::backdrop{opacity:0}@supports (height:100dvh){.fancybox__dialog{height:100dvh}}.fancybox__container{--fancybox-color:#dbdbdb;--fancybox-backdrop-bg:rgba(24, 24, 27, .95);--f-toolbar-margin:0;--f-toolbar-padding:8px;--f-toolbar-gap:0;--f-toolbar-color:#ddd;--f-toolbar-font-size:16px;--f-toolbar-font-weight:500;--f-toolbar-font:-apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;--f-toolbar-line-height:var(--f-button-height);--f-toolbar-text-shadow:1px 1px 1px rgba(0, 0, 0, .75);--f-toolbar-shadow:none;--f-toolbar-bg:none;--f-counter-margin:0;--f-counter-padding:0px 10px;--f-counter-gap:4px;--f-counter-line-height:var(--f-button-height);--f-carousel-gap:17px;--f-carousel-slide-width:100%;--f-carousel-slide-height:100%;--f-carousel-slide-padding:0;--f-carousel-slide-bg:unset;--f-html-color:#222;--f-html-bg:#fff;--f-error-color:#fff;--f-error-bg:#333;--f-caption-margin:0;--f-caption-padding:16px 4px;--f-caption-color:var(--fancybox-color, #dbdbdb);--f-caption-bg:transparent;--f-caption-font:inherit;--f-caption-line-height:1.375;--f-spinner-color-1:rgba(255, 255, 255, .2);--f-spinner-color-2:rgba(255, 255, 255, .8);--f-spinner-width:50px;--f-spinner-height:50px;--f-spinner-border-radius:50%;--f-spinner-border-width:4px;--f-progressbar-color:rgba(255, 255, 255, .2);--f-button-width:46px;--f-button-height:46px;--f-button-color:#ddd;--f-button-hover-color:#fff;--f-button-outline-width:1px;--f-button-outline-color:rgba(255, 255, 255, .75);--f-button-outline-offset:0px;--f-button-bg:rgba(54, 54, 54, .75);--f-button-border:0;--f-button-border-radius:0;--f-button-shadow:none;--f-button-transition:all .2s ease;--f-button-transform:none;--f-button-svg-width:24px;--f-button-svg-height:24px;--f-button-svg-stroke-width:1.75;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24, 24, 27, .01)), drop-shadow(1px 2px 1px rgba(24, 24, 27, .05));--f-button-svg-fill:none;--f-button-svg-disabled-opacity:.5;--f-arrow-pos:32px;--f-arrow-width:50px;--f-arrow-height:50px;--f-arrow-svg-width:24px;--f-arrow-svg-height:24px;--f-arrow-svg-stroke-width:2;--f-arrow-border-radius:50%;--f-arrow-bg:rgba(54, 54, 54, .65);--f-arrow-color:#ddd;--f-arrow-hover-color:#fff;--f-thumbs-margin:0px;--f-thumbs-padding-x:8px;--f-thumbs-padding-y:8px;--f-thumbs-bg:none;--f-thumb-transition:all .2s ease;--f-thumb-width:94px;--f-thumb-height:76px;--f-thumb-opacity:1;--f-thumb-border:none;--f-thumb-shadow:none;--f-thumb-transform:none;--f-thumb-focus-opacity:1;--f-thumb-focus-border:none;--f-thumb-focus-shadow:inset 0 0 0 2px rgba(255, 255, 255, .65);--f-thumb-focus-transform:none;--f-thumb-hover-opacity:1;--f-thumb-hover-border:none;--f-thumb-hover-transform:none;--f-thumb-active-opacity:var(--f-thumb-hover-opacity);--f-thumb-active-border:var(--f-thumb-hover-border);--f-thumb-active-transform:var(--f-thumb-hover-transform);--f-thumb-selected-opacity:1;--f-thumb-selected-border:none;--f-thumb-selected-shadow:inset 0 0 0 2px #fff;--f-thumb-selected-transform:none;position:absolute;inset:0;overflow:hidden;outline:0;display:flex;flex-direction:column}.fancybox__container[theme=light]{--fancybox-color:#222;--fancybox-backdrop-bg:rgba(255, 255, 255, .97);--f-toolbar-color:var(--fancybox-color, #222);--f-toolbar-text-shadow:none;--f-toolbar-font-weight:400;--f-html-color:var(--fancybox-color, #222);--f-html-bg:#fff;--f-error-color:#555;--f-error-bg:#fff;--f-video-bg:#fff;--f-caption-color:#333;--f-spinner-color-1:rgba(0, 0, 0, .2);--f-spinner-color-2:rgba(0, 0, 0, .8);--f-spinner-border-width:3.5px;--f-progressbar-color:rgba(111, 111, 116, .2);--f-button-color:#333;--f-button-hover-color:#000;--f-button-outline-color:rgba(0, 0, 0, .85);--f-button-bg:rgba(255, 255, 255, .85);--f-button-svg-stroke-width:1.3;--f-button-svg-filter:none;--f-arrow-bg:rgba(255, 255, 255, .85);--f-arrow-color:#333;--f-arrow-hover-color:#000;--f-arrow-svg-stroke-width:1.3;--f-close-button-color:#555;--f-close-button-hover-color:#000;--f-thumb-bg:linear-gradient(#ebeff2, #e2e8f0);--f-thumb-focus-shadow:0 0 0 1.8px #fff, 0px 0px 0px 2.25px #888;--f-thumb-selected-shadow:0 0 0 1.8px #fff, 0px 0px 0px 2.25px #000}.fancybox__container::backdrop{background-color:transparent}.fancybox__container .fancybox__carousel>.fancybox__viewport>.fancybox__slide.is-selected>:not(.f-html,.f-panzoom__wrapper,.f-spinner),.fancybox__container .fancybox__carousel>.fancybox__viewport>.fancybox__slide:not(.is-selected),.fancybox__container .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container>:not(.fancybox__carousel){opacity:var(--f-drag-opacity, 1)}.fancybox__container:not(.is-ready,.is-hiding){visibility:hidden}.fancybox__container.is-revealing .fancybox__carousel>.fancybox__viewport>.fancybox__slide.is-selected>:not(.f-html,.f-panzoom__wrapper,.f-spinner),.fancybox__container.is-revealing .fancybox__carousel>.fancybox__viewport>.fancybox__slide:not(.is-selected),.fancybox__container.is-revealing .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-revealing>:not(.fancybox__carousel){animation:var(--f-interface-enter-duration, .35s) ease none f-fadeIn}.fancybox__container.is-hiding .fancybox__carousel>.fancybox__viewport>.fancybox__slide.is-selected>:not(.f-html,.f-panzoom__wrapper),.fancybox__container.is-hiding .fancybox__carousel>.fancybox__viewport>.fancybox__slide:not(.is-selected),.fancybox__container.is-hiding .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-hiding>:not(.fancybox__carousel){animation:var(--f-interface-exit-duration, .35s) ease forwards f-fadeOut}.fancybox__container.is-idle .f-carousel__toolbar{pointer-events:none;opacity:0}.fancybox__container.is-idle .f-button.is-arrow{opacity:0}.fancybox__container.is-idle.is-ready .f-carousel__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__container.is-idle.is-ready .f-button.is-arrow{animation:.15s ease-out both f-fadeOut}.fancybox__backdrop{position:fixed;inset:0;z-index:-1;background:var(--fancybox-backdrop-bg)}.fancybox__carousel{flex:1;display:flex;flex-direction:column;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__carousel.is-vertical{--f-carousel-slide-height:100%}.fancybox__carousel.is-ltr{direction:ltr}.fancybox__carousel.is-rtl{direction:rtl}.fancybox__carousel>.f-button.is-arrow:before{position:absolute;content:"";inset:-30px;z-index:1}.fancybox__carousel>.f-progressbar{background-color:var(--fancybox-color)}.fancybox__carousel,.fancybox__slide,.fancybox__viewport{position:relative;min-width:0;min-height:0}.fancybox__viewport{display:grid;flex:1;overflow:visible;transform:translate3d(0,var(--f-drag-offset, 0),0)}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__viewport [contenteditable],.fancybox__viewport [data-selectable]{cursor:auto}.fancybox__slide{box-sizing:border-box;grid-area:1/1;display:flex;align-items:center;flex-direction:column;width:var(--f-carousel-slide-width);height:var(--f-carousel-slide-height);max-width:100%;margin:0;padding:var(--f-carousel-slide-padding);background:var(--f-carousel-slide-bg);backface-visibility:hidden;transform:translateZ(0);will-change:transform}.fancybox__slide:after,.fancybox__slide:before{display:block;content:""}.fancybox__slide:before{margin-bottom:auto}.fancybox__slide:after{margin-top:auto}.fancybox__slide.is-selected{z-index:1}.fancybox__slide.f-zoomable{overflow:visible}.fancybox__slide.has-error{--f-html-color:var(--f-error-color, --f-html-color);--f-html-bg:var(--f-error-bg, --f-html-bg)}.fancybox__slide.has-html{overflow:auto;padding:8px}.fancybox__slide.has-close-btn{padding-top:34px}.fancybox__slide .f-button[data-fancybox-close]{--f-button-width:var(--f-close-button-width, 34px);--f-button-height:var(--f-close-button-height, 34px);--f-button-border-radius:var(--f-close-border-radius, 4px);--f-button-color:var(--f-close-button-color, #fff);--f-button-hover-color:var(--f-close-button-hover-color, #fff);--f-button-bg:var(--f-close-button-bg, transparent);--f-button-hover-bg:var(--f-close-button-hover-bg, transparent);--f-button-active-bg:var(--f-close-button-active-bg, transparent);--f-button-svg-width:var(--f-close-button-svg-width, 22px);--f-button-svg-height:var(--f-close-button-svg-height, 22px);position:absolute;top:calc(var(--f-button-height)*-1);right:0;z-index:40}.fancybox__slide .f-spinner{cursor:pointer}.fancybox__container.is-closing .f-caption,.fancybox__slide.is-loading .f-caption{visibility:hidden}
@charset "UTF-8";@keyframes turn{0%{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes fade{0%,25%,to{opacity:1}35%{opacity:.5}50%{opacity:0}}@keyframes animatedBg{0%{background-position:0 100%}to{background-position:100% 100%}}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes modal-video{0%{opacity:0}to{opacity:1}}@keyframes modal-video-inner{0%{transform:translate(0,100px)}to{transform:translate(0,0)}}@font-face{font-family:"Museo";src:url(https://use.typekit.net/af/036a04/00000000000000007735da11/31/l?primer=19e22326407baa22e24dbf97694ecfebb3b5e74ea485d31fd395694769e48f8c&fvd=n3&v=3) format("woff2"),url(https://use.typekit.net/af/036a04/00000000000000007735da11/31/d?primer=19e22326407baa22e24dbf97694ecfebb3b5e74ea485d31fd395694769e48f8c&fvd=n3&v=3) format("woff"),url(https://use.typekit.net/af/036a04/00000000000000007735da11/31/a?primer=19e22326407baa22e24dbf97694ecfebb3b5e74ea485d31fd395694769e48f8c&fvd=n3&v=3) format("opentype");font-display:swap;font-style:normal;font-weight:300;font-stretch:normal}@font-face{font-family:"Museo";src:url(https://use.typekit.net/af/5f1616/00000000000000007735da09/31/l?primer=19e22326407baa22e24dbf97694ecfebb3b5e74ea485d31fd395694769e48f8c&fvd=n1&v=3) format("woff2"),url(https://use.typekit.net/af/5f1616/00000000000000007735da09/31/d?primer=19e22326407baa22e24dbf97694ecfebb3b5e74ea485d31fd395694769e48f8c&fvd=n1&v=3) format("woff"),url(https://use.typekit.net/af/5f1616/00000000000000007735da09/31/a?primer=19e22326407baa22e24dbf97694ecfebb3b5e74ea485d31fd395694769e48f8c&fvd=n1&v=3) format("opentype");font-display:swap;font-style:normal;font-weight:100;font-stretch:normal}@font-face{font-family:"Museo";src:url(https://use.typekit.net/af/2989c9/00000000000000007735da17/31/l?primer=19e22326407baa22e24dbf97694ecfebb3b5e74ea485d31fd395694769e48f8c&fvd=n5&v=3) format("woff2"),url(https://use.typekit.net/af/2989c9/00000000000000007735da17/31/d?primer=19e22326407baa22e24dbf97694ecfebb3b5e74ea485d31fd395694769e48f8c&fvd=n5&v=3) format("woff"),url(https://use.typekit.net/af/2989c9/00000000000000007735da17/31/a?primer=19e22326407baa22e24dbf97694ecfebb3b5e74ea485d31fd395694769e48f8c&fvd=n5&v=3) format("opentype");font-display:swap;font-style:normal;font-weight:500;font-stretch:normal}@font-face{font-family:"Museo";src:url(https://use.typekit.net/af/69a3e8/00000000000000007735da1d/31/l?primer=19e22326407baa22e24dbf97694ecfebb3b5e74ea485d31fd395694769e48f8c&fvd=n7&v=3) format("woff2"),url(https://use.typekit.net/af/69a3e8/00000000000000007735da1d/31/d?primer=19e22326407baa22e24dbf97694ecfebb3b5e74ea485d31fd395694769e48f8c&fvd=n7&v=3) format("woff"),url(https://use.typekit.net/af/69a3e8/00000000000000007735da1d/31/a?primer=19e22326407baa22e24dbf97694ecfebb3b5e74ea485d31fd395694769e48f8c&fvd=n7&v=3) format("opentype");font-display:swap;font-style:normal;font-weight:700;font-stretch:normal}@font-face{font-family:"Museo";src:url(https://use.typekit.net/af/91b08f/00000000000000007735da1f/31/l?primer=19e22326407baa22e24dbf97694ecfebb3b5e74ea485d31fd395694769e48f8c&fvd=n9&v=3) format("woff2"),url(https://use.typekit.net/af/91b08f/00000000000000007735da1f/31/d?primer=19e22326407baa22e24dbf97694ecfebb3b5e74ea485d31fd395694769e48f8c&fvd=n9&v=3) format("woff"),url(https://use.typekit.net/af/91b08f/00000000000000007735da1f/31/a?primer=19e22326407baa22e24dbf97694ecfebb3b5e74ea485d31fd395694769e48f8c&fvd=n9&v=3) format("opentype");font-display:swap;font-style:normal;font-weight:900;font-stretch:normal}body,html{border:0;vertical-align:baseline}a,abbr,acronym,address,applet,article,aside,audio,big,blockquote,button,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,embed,fieldset,figcaption,figure,form,h1,h2,h3,h4,h5,h6,hgroup,iframe,input,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,select,small,span,strike,sub,summary,sup,table,tbody,td,textarea,tfoot,th,thead,time,tr,tt,ul,var,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;box-sizing:border-box}html,img{margin:0;padding:0;font-size:100%}body,footer,header,img{box-sizing:border-box}footer{display:block}body,header{margin:0}footer,header,img{vertical-align:baseline}header{font-size:100%}article,aside,details,figcaption,figure,header,hgroup,menu,nav,section{display:block}body{font-family:"Museo",Arial,Helvetica Neue,Helvetica,sans-serif;font-style:normal;font-weight:300;line-height:150%;background:#fff;color:#000;font-size:14px;padding:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:none}table{border-collapse:collapse;border-spacing:0}a{text-decoration:none;color:#4c565c}footer,header,img{border:0}:focus{outline:0}.clear{clear:both}:root{scroll-behavior:smooth!important;--site-width-min:85vw;--site-width-max:1080px;--container:1354px;--column-gap:60px;--site-width:var(--site-width-min);--site-padding:calc((100vw - var(--site-width)) / 2)}@supports (padding:min(10%,100px)){:root{--site-width:min(var(--site-width-min), var(--site-width-max));--site-padding:calc((100vw - var(--site-width)) / 2)}}body::-webkit-scrollbar{width:1em}body::-webkit-scrollbar-track{background-color:rgba(5,5,5,.4)}body::-webkit-scrollbar-thumb{background-color:#4c565c;outline:unset}html{box-sizing:border-box;-ms-overflow-style:scrollbar}.loadingBox .loading:before,body.blur:before{content:"";position:absolute;left:0;top:0;right:0;bottom:0}body.blur:before{width:100%;height:100%;background:rgba(12,25,39,.9);filter:blur(10px);z-index:9999999}body.stop-scroll{height:100%;min-height:100%;overflow:hidden}main{min-height:100vh;position:relative;width:100%}.hr,hr{display:none!important}.container{display:block;width:var(--container);max-width:100%;padding:91px 0 56px;margin:0 auto}.columns,.columns.cards .column .imgBox{display:flex;width:100%;justify-content:center;align-items:flex-start}.columns{flex-wrap:wrap;gap:var(--column-gap)}.columns.nogap{padding:0;gap:0}.columns.nogap .column{padding:0;overflow:hidden;align-items:center;width:50%}.columns .column{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:stretch;align-items:flex-start;width:calc(var(--container)/2 - var(--column-gap)/2)}.columns .column.wauto{width:auto}.columns .column.w100{width:100%;flex:1}.columns .column.vcenter{align-self:center}.columns .column .imgBox{display:flex;width:100%;height:378px;border-radius:16px;overflow:hidden}.campaigns ul li a .imgBox img,.columns .column .imgBox img,.medias ul li a .imgBox img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.columns .column .titleBox,.columns .column .titleBox div,.columns .column .titleBox h1,.columns .column .titleBox h2,.columns .column .titleBox h3,.columns .column .titleBox h4,.columns .column .titleBox h5,.columns .column .titleBox h6,.columns .column .titleBox h7,.columns .column .titleBox p,.columns .column .titleBox span{font-weight:300;font-size:40px;line-height:100%;letter-spacing:-.04em}.columns .column .descBox{font-weight:300}.columns .column .descBox h1,.columns .column .descBox h2,.columns .column .descBox h3,.columns .column .descBox h4,.columns .column .descBox h5,.columns .column .descBox h6,.columns .column .descBox h7{font-weight:300;font-size:24px;line-height:30px;letter-spacing:-.02em;margin:0 0 20px}.columns .column .descBox strong,.columns.cards .column .descBox strong,.columns.techdetails .column .descBox strong,.howtoget .sticky-content-desc .sticky-content-desc-title strong,.howtoget .sticky-content-desc .sticky-content-desc-txt strong{font-weight:500}.columns.cards{margin:0 0 100px}.columns.cards .column .imgBox{height:406px;border-radius:20px;background:#caedf1;overflow:visible;padding:20px 16px 0}.columns.cards .column .imgBox img,.columns.techdetails .column .imgBox img{height:auto;width:100%;-o-object-fit:cover;object-fit:cover}.columns.cards .column .titleBox{margin:18px 0 20px}.columns.cards .column .descBox p,.columns.techdetails .column .descBox p{font-weight:300;font-size:18px;line-height:24px;letter-spacing:0;margin:0 0 20px}.columns.techdetails{margin:100px 0;--column-gap:52px;gap:var(--column-gap)}.columns.techdetails .column .imgBox{display:flex;width:100%;height:426px;justify-content:center;align-items:flex-start;border-radius:16px}.columns.techdetails .column .titleBox{font-weight:500;font-size:24px;line-height:28px;letter-spacing:0;margin:0 0 20px}.columns.techdetails .column .descBox p{font-size:16px;line-height:22px}.template{border:solid 2px #000;margin:10px}.btn,.btn span{text-align:center}.btn{display:flex;padding:13px 25px;border-radius:4px;background:#fff;flex-wrap:nowrap;box-sizing:border-box;transition:all .3s ease-in-out;width:-moz-fit-content;width:fit-content}.btn span{font-size:16px;font-weight:300;line-height:19px;letter-spacing:-.02em;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;transition:color .2s ease-in-out}.btn:hover{background:#d5dc36;border-color:#d5dc36;cursor:pointer}.btn span,.btn.blue:hover span,.btn.yellow:hover span,.btn:hover span{color:#0c1927}.btn.border{background:0 0;padding:12px 25px;border-radius:8px;border:1.5px solid rgba(255,255,255,.5)}.btn.border span{font-size:clamp(.875rem,.625rem + .3125vw,1rem);font-size:16px;font-weight:700;line-height:24px;line-height:clamp(clamp(clamp(clamp(clamp(clamp(clamp(clamp(clamp(clamp(clamp(1em,1.48em,25px),1.4em,28px),1.28em,32px),1.16em,36px),1.12em,40px),1.1em,44px),1.08em,54px),1.06em,68px),1.04em,80px),1.02em,96px),1em,128px)!important;color:#fff}.btn.yellow{padding:13px 10px;background:#d5dc36}.btn.yellow span{color:#0c1927}.btn.blue:hover,.btn.yellow:hover{background:#fff;border-color:#fff}.btn.blue,.btn.white,.btn.yellow{border-radius:8px;border:unset}.btn.blue{padding:13px 10px;background:#50b0d7}.btn.blue span,.btn.white span,.btn.yellow span{font-size:16px;font-size:clamp(.875rem,.625rem + .3125vw,1rem);font-weight:700;line-height:24px;line-height:clamp(clamp(clamp(clamp(clamp(clamp(clamp(clamp(clamp(clamp(clamp(1em,1.48em,25px),1.4em,28px),1.28em,32px),1.16em,36px),1.12em,40px),1.1em,44px),1.08em,54px),1.06em,68px),1.04em,80px),1.02em,96px),1em,128px)!important}.btn.blue span{color:#fff;letter-spacing:-.02em}.btn.white{padding:13px 25px;background:#fff}.btn.white span{color:#0c1927}.btn.arrow{padding:0;flex-wrap:nowrap;box-sizing:border-box;border:unset;border-radius:28px}.btn.arrow span{flex-direction:row;position:relative;text-align:left;font-weight:500;font-size:16px;line-height:21px;letter-spacing:-.02em;color:#fff;padding:11px 49px 11px 30px}.btn.arrow span:after,.btn.arrow span:before,.btn.slidetop span:before{content:"";transition:all .3s ease}.btn.arrow span:before{position:absolute;right:4px;top:4px;width:35px;height:35px;background:#1c98a6;border-radius:100%;margin:0 0 0 10px;z-index:1}.btn.arrow span:after,.btn.slidetop span:before{background-image:url(../images/sprite.webp)}.btn.arrow span:after{background-position:0 -94px;width:9px;height:9px;position:absolute;right:17px;top:17px;z-index:2}.btn.arrow.light{background:#fff}.btn.arrow.light span,header .right .menu li.lang a:hover span,header.fixed .right .menu li.lang a span,header.megamenu .right .menu li.lang a span{color:#4c565c}.btn.arrow,.btn.arrow.light span:before,.btn.arrow:hover.light{background:#24b8c9}.btn.arrow span:after,.btn.arrow.light span:after{filter:brightness(0) invert(1)}.btn.arrow.small span{font-size:16px;font-weight:300;line-height:19px;padding:12px 49px 12px 30px}.btn.arrow:hover{background:#22d0e4}.btn.arrow:hover span,.btn.arrow:hover.light span{color:#fff}.btn.arrow:hover span::before,.btn.arrow:hover.light span:before,.btn.slidetop,.cms-content table thead tr{background:#fff}.btn.arrow:hover span:after,.btn.arrow:hover.light span:after{filter:unset}.btn.slidetop{padding:0;border-radius:100%;height:60px;border:1px solid #93a6b2;width:60px;align-items:center;justify-content:center;position:fixed;right:30px;bottom:15px;z-index:9999;opacity:0;transition:opacity .3s cubic-bezier(.4,0,.2,1)}.btn.slidetop.active{opacity:1}.btn.arrow span,.btn.slidetop span,.section-splash{display:flex;align-items:center;justify-content:flex-start}.btn.slidetop span{flex-direction:row;position:relative;text-align:left;font-weight:500;font-size:13px;font-size:clamp(.75rem,.625rem + .15625vw,.8125rem);line-height:clamp(clamp(clamp(clamp(clamp(clamp(clamp(clamp(clamp(clamp(clamp(1em,1.48em,25px),1.4em,28px),1.28em,32px),1.16em,36px),1.12em,40px),1.1em,44px),1.08em,54px),1.06em,68px),1.04em,80px),1.02em,96px),1em,128px)!important;letter-spacing:-.02em;color:#fff}.btn.slidetop span:before{background-position:0 -165px;width:24px;height:24px;z-index:1}.btn.slidetop:hover{background:#24b8c9;border:1px solid #24b8c9}.btn.slidetop:hover span:before{filter:brightness(0) invert(1)}.btn.w100{width:100%;text-align:center}.btn.w100 span{justify-content:center}.section-splash{flex-direction:column;gap:8px;margin:80px auto 40px;width:860px;max-width:100%;align-self:center}.section-splash .section-subtitle,.section-splash .section-title{font-weight:300;font-size:80px;line-height:100%;letter-spacing:-.033em;text-align:center;white-space:nowrap;color:#000}.section-splash .section-subtitle{font-size:40px;letter-spacing:-.04em}.section-splash .section-desc{font-weight:300;font-size:24px;line-height:30px;letter-spacing:0;text-align:center;color:#000}.loadingBox{position:fixed;top:0;left:0;width:100%;height:100%;background:#0c1927}.loadingBox .loading,.loadingBox .loading .logo{position:absolute;width:120px;height:120px;left:50%;top:50%;margin:-60px 0 0 -60px}.loadingBox .loading *{box-sizing:border-box}.loadingBox .loading .logo{content:"";width:73px;height:30px;margin:-15px 0 0 -36.5px;animation:fade 2s linear infinite}.loadingBox .loading .logo svg{width:100%;height:100%;min-width:100%;min-height:100%}.loadingBox .loading:before{border-top:solid 2px #54e5f6;border-radius:50%;animation:turn 2s infinite linear}.modalBox{width:1180px;padding:40px;display:none}.modalBox.warningBox{width:600px;padding:0;border-radius:4px}.modalBox.warningBox .top .title{padding:25px 40px;margin:0}.modalBox.warningBox .top .desc{padding:25px 40px 35px}.modalBox.warningBox .fancybox-close-small{padding:15px!important;top:20px!important;right:20px!important;background-color:transparent;border-radius:0;background-image:url(../sprite/search_close.png)}.modalBox.warningError .top,.modalBox.warningSucces .top{align-items:center}.modalBox.warningSucces .top .iconBox{width:100%;display:flex;justify-content:center;margin:60px 0 0}.modalBox.warningError .top .iconBox i,.modalBox.warningSucces .top .iconBox i{width:100px;height:103px;display:flex;background-image:url(../img/modalSucces.svg);background-repeat:no-repeat}.modalBox.warningSucces .top .title{width:80%;text-align:center;border:0}.modalBox.warningSucces .top .linkBox{justify-content:center;margin:0 0 60px}.modalBox.warningError .top .iconBox{width:100%;display:flex;justify-content:center;margin:60px 0 0}.modalBox.warningError .top .iconBox i{height:100px;background-image:url(../img/modalError.svg)}.modalBox.warningError .top .title{width:80%;text-align:center;border:0}.modalBox.warningError .top .linkBox{justify-content:center;margin:0 0 60px}.modalBox .top{width:100%;display:flex;flex-direction:column}.modalBox .top .title{width:100%;font-size:24px;line-height:29px;font-weight:500;letter-spacing:-1px;color:#000;padding:0 0 25px;margin:0 0 25px;border-bottom:1px solid #e5e5e5}.modalBox .top .desc{width:100%;font-size:16px;line-height:22px;font-weight:300;color:#575757;max-height:520px;overflow-y:auto}.modalBox .top .desc .textBox{width:100%;margin:0 0 30px;padding:0 45px 0 0}.modalBox .top .desc .textBox ul li:last-child,.modalBox .top .desc .textBox:last-child{margin:0}.modalBox .top .desc .textBox strong{color:#575757}.modalBox .top .desc .textBox .bigTitle,.modalBox .top .desc .textBox h2,.modalBox .top .desc .textBox h3,.modalBox .top .desc .textBox h4,.modalBox .top .desc .textBox p{font-weight:500;font-size:34px;line-height:41px;letter-spacing:-.03em;color:#000;margin:0 0 15px}.modalBox .top .desc .textBox p{font-weight:300;font-size:18px;line-height:28px;margin:0 0 30px}.modalBox .top .desc .textBox a{font-weight:700;color:#009486;transition:color .4s ease-in-out}.modalBox .top .desc .textBox a:hover{color:#000}.modalBox .top .desc .textBox ul li{position:relative;font-weight:400;font-size:18px;line-height:28px;color:#000;padding:0 0 0 25px;margin:0 0 10px}.modalBox .top .desc .textBox ul li::before{content:"";position:absolute;left:0;top:11.5px;width:5px;height:5px;border-radius:50%;background-color:#00ba98}.modalBox .top .desc .textBox ul li a{font-weight:400}.modalBox .fancybox-close-small{width:60px;height:60px;background-color:#24b8c9;border-radius:50%;padding:0!important;right:40px!important;top:17.5px!important;outline:0}.modalBox .fancybox-close-small svg{background-image:url(../sprites/close.png);background-repeat:no-repeat;background-position:center center;filter:brightness(0) invert(1)}.modalBox .fancybox-close-small svg path,header .center .menu li .megamenu_list,header .left .menu.mobile li a:before,header .left .menu.mobile li a:hover:before,header .right .menu li.lang a span::before,header .right .menu li.lang a:hover span::before,header .right .menu li.socials{display:none}.modalBox .mCSB_scrollTools .mCSB_draggerContainer{height:100%;top:0}::-moz-selection{background:#0c1927;color:#fff}::selection{background:#0c1927;color:#fff}::-webkit-input-placeholder,input::-webkit-input-placeholder{font-family:"Museo";font-weight:100;font-size:16px;line-height:20px;color:#8d8d8d;letter-spacing:0}@media screen and (max-width:1366px){.columns,.columns.techdetails{width:100%;justify-content:center;gap:20px;--column-gap:20px}.columns .column,.columns.techdetails .column,.summary .columns .column:first-child,.summary .columns .column:last-child{width:calc(50% - 10px)}}@media screen and (max-width:820px){.section-splash{width:75%;margin:30px auto}.section-splash .section-title{font-size:50px}.section-splash .section-desc{font-size:20px;line-height:26px}.btn.arrow.small span{font-size:14px;font-weight:300;line-height:19px;letter-spacing:-.5px;white-space:nowrap;padding:12px 46px 12px 15px}main{position:relative;width:100%;overflow:hidden}}@media screen and (max-width:550px){main{padding:58px 0 0}.section-splash{width:100%;padding:0 15px;margin:53px auto 23px}.section-splash .section-title{font-size:32px;line-height:36px}.section-splash .section-desc{font-size:20px;line-height:26px}.btn.arrow.small span{font-size:14px;font-weight:300;line-height:19px;letter-spacing:-.3px;white-space:nowrap;padding:10px 44px 9px 22px}.btn.arrow span:before{position:absolute;right:3px;top:3px;width:32px;height:32px;background:#1c98a6;border-radius:100%;margin:0 0 0 9px;z-index:1}.btn.arrow span:after{right:14px;top:15px}.columns,.columns.techdetails{padding:50px 15px 20px;width:100%;justify-content:center;flex-direction:column;gap:20px}.columns .column,.columns.techdetails .column,.summary .columns .column:first-child,.summary .columns .column:last-child{width:100%;justify-content:stretch}.spread .columns,.spread.hastitle .columns{padding:56px 15px 48px}.spread .columns:nth-child(2n+2){background:0 0;flex-direction:column-reverse}.columns .column .imgBox{height:197px}.columns .column .titleBox,.columns .column .titleBox div,.columns .column .titleBox h1,.columns .column .titleBox h2,.columns .column .titleBox h3,.columns .column .titleBox h4,.columns .column .titleBox h5,.columns .column .titleBox h6,.columns .column .titleBox h7,.columns .column .titleBox p,.columns .column .titleBox span,.columns.cards .column .titleBox,.columns.cards .column .titleBox h2,.columns.cards .column .titleBox h3,.columns.cards .column .titleBox h4{font-weight:300;font-size:18px;line-height:120%;letter-spacing:-.04em}.columns .column .descBox,.columns .column .descBox div,.columns .column .descBox h1,.columns .column .descBox h2,.columns .column .descBox h3,.columns .column .descBox h4,.columns .column .descBox h5,.columns .column .descBox h6,.columns .column .descBox h7,.columns .column .descBox p,.columns .column .descBox span,.columns.cards .column .descBox,.columns.cards .column .descBox p{font-weight:300;font-size:14px;line-height:18px;letter-spacing:-.02em}.columns.techdetails{margin:0}}@media (print),(prefers-reduced-motion:reduce){.animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}}header,header .right .menu li.socials ul.socials{display:flex;flex-direction:row;align-items:center;justify-content:space-between}header,header .left .menu.mobile li a{transition:all .3s cubic-bezier(.4,0,.2,1)}header,header .left,header .left .logo{display:-moz-flex;display:-ms-flexbox}header{-webkit-box-orient:horizontal;-moz-flex-direction:row;width:100%;padding:0 60px;padding:0 clamp(2.5rem,0rem + 3.125vw,3.75rem);height:132px;position:fixed;top:0;gap:20px;z-index:9999999;transform:translateZ(0);will-change:transform,height,background-color,box-shadow}header .left,header .left .logo{display:flex}header .left{width:14.2857142857vw}header .left .logo{transition:all .3s cubic-bezier(.4,0,.2,1)}header .left .logo a,header .left .logo a svg{width:100%;min-width:100%}header .left .logo a svg{height:100%;min-height:100%;transition:fill .4s ease}header .left .logo a svg path{transition:fill .4s ease}header .left .menu{gap:5px;flex-wrap:nowrap;z-index:9999999}header .left .menu.mobile{display:none;align-items:center}header .left .menu.mobile li a{align-items:center;flex-wrap:nowrap;justify-content:center;gap:0;position:relative;text-indent:-9999px}header .left .menu.mobile li a:after{content:""}header .left .menu.mobile li.hamburger a:after,header .right .menu li.lang a span:after{background-image:url(../images/sprite.webp);background-position:0 -521px;width:32px;height:32px}header .center{position:unset}header .center,header .center .menu,header .center .menu li,header .left .logo a,header .left .menu,header .left .menu.mobile li a{display:-moz-flex;display:flex}header .center .menu{gap:5px;flex-wrap:nowrap;background:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:56px;padding:9px;z-index:9999999}header .center .menu:hover{background:#fff;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px)}header .center .menu:hover li a{color:#000}header .center .menu li{align-items:center;justify-content:center}header .center .menu li a{font-size:22px;font-size:clamp(1.125rem,.625rem + .625vw,1.375rem);font-weight:300;line-height:100%;line-height:clamp(clamp(clamp(clamp(clamp(clamp(clamp(clamp(clamp(clamp(clamp(1em,1.48em,25px),1.4em,28px),1.28em,32px),1.16em,36px),1.12em,40px),1.1em,44px),1.08em,54px),1.06em,68px),1.04em,80px),1.02em,96px),1em,128px);text-align:center;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;padding:6.5px 20px 5.5px;color:#fff;background:0 0;border-radius:38px}header .center .menu li a:hover{background:#e2fcff}header .center .menu li.active a{color:#fff;background:#24b8c9}header .center .menu li.selected a{background:#e2fcff;color:#000}header .center .megamenu{-moz-flex-direction:row;flex-direction:row;width:100%;padding:110px clamp(2.5rem,0rem + 3.125vw,3.75rem) 60px;justify-content:flex-start;align-items:flex-start;position:absolute;background:#e0f1f5;left:0;top:0;gap:20px;border-bottom-right-radius:60px;border-bottom-left-radius:60px;transition:all .3s ease-in-out;z-index:-2;display:none}header .center .megamenu .megamenu_left{display:flex}header .center .megamenu .megamenu_right{display:flex;flex-direction:column;gap:43px;align-self:flex-start;padding:48px 0 0 clamp(5rem,-2.5rem + 9.375vw,8.75rem)}header .center .megamenu .megamenu_right .megamenu_title{font-weight:500;font-size:26px;line-height:100%;letter-spacing:-2%;color:#4c565c}header .center .megamenu .megamenu_right .megamenu_list{display:flex;flex-flow:column wrap;width:100%;-moz-column-count:2;column-count:2;-moz-column-gap:66px;column-gap:66px;row-gap:14px;height:94px;position:relative}header .center .megamenu .megamenu_right .megamenu_list li{display:flex;justify-content:flex-start;width:auto;font-stretch:normal;font-style:normal;height:22px;white-space:nowrap}header .center .megamenu .megamenu_right .megamenu_list li,header .center .megamenu .megamenu_right .megamenu_list li a{font-weight:300;font-size:18px;line-height:22px;letter-spacing:0;color:#4c565c}.topknot .breadcrumb li a:hover,header .center .megamenu .megamenu_right .megamenu_list li a:hover,header .center .megamenu .megamenu_right .megamenu_list li.selected a{text-decoration:underline}header .center .megamenu::after{content:"";position:absolute;top:0;right:129px;background:url(../content/megamenu_bg.webp) center right no-repeat;background-size:contain;width:100%;height:100%;z-index:-1}header .center .megamenu.active{display:flex;z-index:999999}header .right,header .right .menu,header .right .menu li{display:-moz-flex;display:flex}header .right{align-items:center;justify-content:flex-end;width:14.2857142857vw;gap:30px}header .right .menu,header .right .menu li{flex-wrap:nowrap}header .right .menu{gap:18px;gap:clamp(.9375rem,.5625rem + .46875vw,1.125rem)}header .right .menu li{align-items:center;justify-content:center}header .center .menu li a,header .right .menu li a{white-space:nowrap;transition:all .3s cubic-bezier(.4,0,.2,1)}header .right .menu li.lang a,header .right .menu li.lang a:hover{background:0 0;border-radius:unset}header .right .menu li.lang a span{padding:12px 0 12px 29px;color:#fff}header .right .menu li.lang a span:after{content:"";background-position:0 -553px;width:24px;height:24px;top:9px;left:0;right:unset;filter:brightness(0) invert(1)}header .right .menu li.lang a:hover span::after{filter:unset}header .right .menu li.socials ul.socials{flex-wrap:nowrap;gap:10px;padding:8px 40px;border:solid 1px #fff;background:#24b8c9;border-radius:56px}header .right .menu li.socials ul.socials li a{width:20px;height:20px;display:flex;align-items:center;justify-content:center;position:relative;transition:all .4s ease-in-out}header .right .menu li.socials ul.socials li a i{position:relative;z-index:2;display:block;transition:all .4s ease-in-out;filter:brightness(0) invert(1)}header .right .menu li.socials ul.socials li a.facebook i{width:10px;height:18px;background:url(../images/socials_facebook.svg) no-repeat}header .right .menu li.socials ul.socials li a.twitter i{width:18px;height:17px;background:url(../images/socials_x.svg) no-repeat}header .right .menu li.socials ul.socials li a.youtube i{width:18px;height:13px;background:url(../images/socials_youtube.svg) no-repeat}header .right .menu li.socials ul.socials li a.instagram i{width:18px;height:18px;background:url(../images/socials_instagram.svg) no-repeat}header .right .menu li.socials ul.socials li a.linkedin i{width:14px;height:14px;background:url(../sprite/linkedin.webp) no-repeat}header .right .menu li.socials ul.socials li a:hover i{filter:brightness(0) invert(1)}header.megamenu .left,header.megamenu .right{z-index:9999999}header.fixed .left .logo a svg path,header.megamenu .left .logo a svg path{fill:#4c565c}footer .top .left .logo a svg path.logo_o,header.fixed .left .logo a svg path.logo_o,header.megamenu .left .logo a svg path.logo_o{fill:#24b8c9}header.megamenu .center .menu{background:#fff;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px)}header.megamenu .center .menu li a{color:#000}header.megamenu .center .menu li.active a{color:#fff}header.megamenu .center .menu li.selected a{background:#e2fcff;color:#000}header.megamenu .right .menu li.lang a span::before{display:none}header.megamenu .right .menu li.lang a span::after{filter:unset}header.fixed{height:76px;background:#e0f1f5}header.fixed.megamenu .center .megamenu{transition:all .3s ease-in-out;padding:54px clamp(2.5rem,0rem + 3.125vw,3.75rem) 60px}header.fixed .right .menu li.lang a span::before{display:none}header.fixed .right .menu li.lang a span::after{filter:unset}@media screen and (max-width:1024px){header .center .megamenu .megamenu_left{display:flex;max-width:45%}header .center .megamenu .megamenu_left img{width:100%}header .center .megamenu .megamenu_right{padding:48px 0 0 clamp(2.5rem,-2.5rem + 6.25vw,5rem)}}@media screen and (max-width:820px){header{gap:20px}header .left .logo{height:36px;width:auto}header .right{width:auto;gap:20px}header .center .megamenu{padding:110px clamp(2.5rem,0rem + 3.125vw,3.75rem) 40px;border-bottom-right-radius:40px;border-bottom-left-radius:40px}header.fixed.megamenu .center .megamenu{padding:80px clamp(2.5rem,0rem + 3.125vw,3.75rem) 40px}header .center .megamenu .megamenu_left{max-width:40%}header .center .megamenu .megamenu_right{gap:10px;padding:18px 0 0;width:100%}header .center .megamenu .megamenu_right .megamenu_title{font-size:22px}header .center .megamenu .megamenu_right .megamenu_list{-moz-column-gap:30px;column-gap:30px;row-gap:10px}header .center .menu li a{padding:6.5px 15px 5.5px;font-size:16px}header .center .megamenu .megamenu_right .megamenu_list li,header .center .megamenu .megamenu_right .megamenu_list li a{font-weight:300;font-size:16px;line-height:20px;letter-spacing:0;color:#4c565c}}@media screen and (max-width:550px){header,header .left{flex-direction:row;justify-content:space-between}header{padding:0 15px;height:58px;align-items:flex-start;background:#24b8c9}header .left{width:100%;flex-wrap:nowrap;gap:20px;min-height:58px;align-items:center;align-self:center}header,header .left .logo,header .left .menu.mobile li a{transition:all .1s cubic-bezier(.4,0,.2,1)}header .left .menu.mobile{display:flex;flex-direction:row}header .center{display:none;width:100%;flex-direction:column;margin:22px 0 0}header .center .menu:not(.megamenu_list){display:none;flex-direction:column;gap:10px;align-items:flex-start;background:unset;-webkit-backdrop-filter:unset;backdrop-filter:unset;border-radius:unset;padding:0;transition:all .3s cubic-bezier(.4,0,.2,1)}header .center .menu:not(.megamenu_list) li{width:100%;align-items:flex-start;justify-content:flex-start}header .center .menu:not(.megamenu_list) li a{width:100%;font-size:24px;text-align:left;border-radius:56px;background:#fff;color:#4c565c;padding:8px 23px 8px 20px;position:relative}header .center .menu:not(.megamenu_list) li a::before{content:"";background-image:url(../images/sprite.webp);background-position:0 -601px;width:16px;height:16px;position:absolute;top:15px;right:23px}header .center .menu:not(.megamenu_list) li .megamenu_list{display:none;flex-direction:column;width:100%;gap:14px;margin-top:10px;padding:20px}header .center .menu:not(.megamenu_list) li .megamenu_list li a{background:unset;color:#fff;border-radius:unset;font-size:18px;font-weight:300;padding:0;letter-spacing:0}header .center .menu:not(.megamenu_list) li .megamenu_list li a::before,header.open .center .menu:not(.megamenu_list) li .megamenu_list,header.open .center .menu:not(.megamenu_list) li.active .megamenu_list li a::before{display:none}header .center .menu:not(.megamenu_list):hover{background:unset;-webkit-backdrop-filter:unset;backdrop-filter:unset}header .center .megamenu,header.open .left .menu.mobile li,header.open:before{display:none}header .right{display:none;width:100%;flex-direction:column;margin:0}header .right .menu{flex-direction:row;flex-wrap:wrap;-moz-column-gap:16px;column-gap:16px;row-gap:10px;justify-content:space-between}header .right .menu li,header .right .menu li.apply,header .right .menu li.apply a,header .right .menu li.lang,header .right .menu li.lang a,header .right .menu li.lang a span,header .right .menu li.socials a,header .right .menu li.socials a span{width:100%}header .right .menu li.apply,header.open .left .logo{order:1}header .right .menu li.apply a{font-size:14px}header .right .menu li.apply a span{width:100%;text-align:center;padding:10px 35px 9px;justify-content:center}header .right .menu li.apply a:hover{background:#fff}header .right .menu li.apply a:hover span{color:#4c565c}header .right .menu li.apply a:hover span:before{background:#24b8c9}header .right .menu li.apply a:hover span:after{filter:brightness(0) invert(1)}header .right .menu li.socials{width:100%;order:2}header .right .menu li.socials .socials{width:100%;gap:30px;padding:8px 25px}header .right .menu li.socials a{font-size:18px}header .right .menu li.lang{order:3;border-radius:28px;background:#fff}header .right .menu li.lang a{font-size:14px}header .right .menu li.lang a span{padding:10px 46px 10px 22px;color:#4c565c;line-height:18px}header .right .menu li.lang a span:before{display:block;content:"";position:absolute;right:3px;top:3px;width:32px;height:32px;background:#24b8c9;border-radius:100%;margin:0 0 0 10px;z-index:1;transition:all .3s ease}header .right .menu li.lang a span:after{top:7px;right:7px;left:unset;filter:brightness(0) invert(1)}header.fixed{height:58px}header.fixed.open,header.open{height:100vh}header.open{flex-direction:column;max-height:100vh;gap:20px;overflow:auto;background:#24b8c9;padding:0 15px 30px}header.open .left .menu{display:flex;order:2}header.open .left .menu.mobile{order:2;flex-basis:50%;justify-content:flex-end;align-items:center}header.open .left .menu.mobile li.hamburger{display:flex;width:auto}header.open .left .menu.mobile li.hamburger a:after{background-image:url(../images/sprite.webp);background-position:0 -473px;width:24px;height:24px}header.open .center{display:flex;flex-basis:100%}header.open .center .menu:not(.megamenu_list){display:flex;flex-direction:column;gap:10px;align-items:flex-start}header.open .center .menu:not(.megamenu_list) li{flex-direction:column}header.open .center .menu:not(.megamenu_list) li.active a{color:#4c565c}header.open .center .menu:not(.megamenu_list) li.active a::before{background-image:url(../images/sprite.webp);background-position:0 -617px;width:16px;height:16px}header.open .center .menu:not(.megamenu_list) li.active .megamenu_list{display:flex}header.open .center .menu:not(.megamenu_list) li.active .megamenu_list li a{color:#fff}header.open .right{display:flex;margin:0}header.open .right .menu{display:flex;order:2;flex-basis:100%;justify-content:center;align-items:center}header.open .right .menu li{display:flex}}@font-face{font-family:"swiper-icons";src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff;--swiper-preloader-color:var(--swiper-theme-color);--swiper-wrapper-transition-timing-function:initial}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper,.swiper-wrapper{position:relative;z-index:1}.swiper{margin-left:auto;margin-right:auto;overflow:hidden;list-style:none;padding:0;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{width:100%;height:100%;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),transparent)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent;opacity:0;z-index:-2}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{opacity:0;z-index:-1}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}.swiper-scrollbar{position:absolute;background:#fff;border-radius:8px;height:4px;width:200px;bottom:0;left:50%}.swiper-pagination{width:-moz-min-content;padding:0;right:0;border-radius:100px;margin:0 auto;justify-content:space-around;row-gap:unset;-moz-column-gap:16px;column-gap:unset;height:18px;display:flex;align-items:center;transition-property:transform;box-sizing:content-box;flex-wrap:nowrap;flex-direction:unset;width:auto;position:absolute;bottom:30px;z-index:102;display:block;text-align:center;left:0}.swiper-pagination .swiper-pagination-bullet{display:inline-block;width:6px;height:6px;border-radius:100%;background-color:#fff;margin:0 10px;cursor:pointer;position:relative;transition:all .3s ease}.swiper-pagination .swiper-pagination-bullet:before{content:"";position:absolute;width:14px;height:14px;bottom:-6px;left:-6px;background:0 0;border:solid 2px #fff;border-radius:100%;opacity:0;transition:all .3s ease}.swiper-button-prev:hover:after,.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before{opacity:1}.campaign-details .campaign-left .campaign-share ul.socials li a i circle,.campaign-details .campaign-left .campaign-share ul.socials li a svg circle,.campaign-details .campaign-left .campaign-share ul.socials li a.facebook i circle,.campaign-details .campaign-left .campaign-share ul.socials li a.facebook i path,.campaign-details .campaign-left .campaign-share ul.socials li a.facebook svg circle,.campaign-details .campaign-left .campaign-share ul.socials li a.facebook svg path,.campaign-details .campaign-left .campaign-share ul.socials li a.instagram i circle,.campaign-details .campaign-left .campaign-share ul.socials li a.instagram i path,.campaign-details .campaign-left .campaign-share ul.socials li a.instagram svg circle,.campaign-details .campaign-left .campaign-share ul.socials li a.instagram svg path,.campaign-details .campaign-left .campaign-share ul.socials li a.linkedin i circle,.campaign-details .campaign-left .campaign-share ul.socials li a.linkedin i path,.campaign-details .campaign-left .campaign-share ul.socials li a.linkedin svg circle,.campaign-details .campaign-left .campaign-share ul.socials li a.linkedin svg path,.campaign-details .campaign-left .campaign-share ul.socials li a.twitter i circle,.campaign-details .campaign-left .campaign-share ul.socials li a.twitter i path,.campaign-details .campaign-left .campaign-share ul.socials li a.twitter svg circle,.campaign-details .campaign-left .campaign-share ul.socials li a.twitter svg path,.campaign-details .campaign-left .campaign-share ul.socials li a.youtube i circle,.campaign-details .campaign-left .campaign-share ul.socials li a.youtube i path,.campaign-details .campaign-left .campaign-share ul.socials li a.youtube svg circle,.campaign-details .campaign-left .campaign-share ul.socials li a.youtube svg path,.spread.template .columns .column .imgBox img,.swiper-pagination.disabled{display:none}.swiper-pagination.swiper-pagination-lock{display:none!important}.packetsBox .swiper-pagination,.reasons-content-slider .swiper-pagination{width:-moz-min-content;width:min-content;position:absolute;padding:0;bottom:-32px;left:0;right:0;border-radius:100px;margin:0 auto;justify-content:space-around;row-gap:unset;-moz-column-gap:16px;column-gap:unset;height:14px;display:flex;align-items:center;transition-property:transform;box-sizing:content-box;flex-wrap:nowrap;flex-direction:unset}.swiper-button-next,.swiper-button-prev{top:calc(50% - 45px);top:calc(50% - clamp(3.75rem,0rem + 4.6875vw,5.625rem)/2);z-index:2;display:inline-block;cursor:pointer;border-radius:50%;-webkit-border-radius:50%;transition:box-shadow .3s;-webkit-transition:box-shadow .3s;-moz-transition:box-shadow .3s;-o-transition:box-shadow .3s;background:unset;opacity:0}.swiper-button-prev{left:80px;left:clamp(2.5rem,-2.5rem + 6.25vw,5rem);transform:rotate(180deg)}.swiper-button-prev:before{content:"";background-image:url(../images/sprite.webp);background-position:0 -44px;width:14px;height:26px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);z-index:2;transition:all .3s ease}.swiper-button-prev,.swiper-button-prev:after{width:90px;width:clamp(3.75rem,0rem + 4.6875vw,5.625rem);height:90px;height:clamp(3.75rem,0rem + 4.6875vw,5.625rem);position:absolute}.swiper-button-prev:after{content:"";left:0;top:0;z-index:1;border-radius:100%;background:#24b8c9;opacity:.3;transition:all .3s ease}.swiper-button-prev:hover:before{left:calc(50% + 6px)}.swiper-button-next{right:80px;right:clamp(2.5rem,-2.5rem + 6.25vw,5rem)}.swiper-button-next:before{content:"";background-image:url(../images/sprite.webp);background-position:0 -44px;width:14px;height:26px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);z-index:2;transition:all .3s ease}.swiper-button-next,.swiper-button-next:after{width:90px;width:clamp(3.75rem,0rem + 4.6875vw,5.625rem);height:90px;height:clamp(3.75rem,0rem + 4.6875vw,5.625rem);position:absolute}.swiper-button-next:after{content:"";left:0;top:0;z-index:1;border-radius:100%;background:#24b8c9;opacity:.3;transition:all .3s ease}.campaigns ul li a:hover .imgBox .campaigns_details,.supplypoints ul li a:hover span,.supplypoints ul li a:hover:after,.supplypoints ul li a:hover:before,.swiper-button-next:hover:after{opacity:1}.swiper-button-next:hover:before{left:calc(50% + 6px)}.banner-section{position:relative;z-index:0}.banner-section .main-banner{width:100%;height:100vh;margin:0;text-align:center}.banner-section .main-banner .banner img,.banner-section .main-banner video{-o-object-fit:cover;object-fit:cover;height:100%;width:100%;transition:all 2s}.banner-section .main-banner .banner,.banner-section .main-banner .slide-inner{width:100%;height:100vh;position:relative}.banner-section .main-banner .slide-inner .video-area{width:100%;height:100%;position:relative;z-index:2}.banner-section .main-banner .slide-inner .video-js{width:100%;height:100%}.banner-section .main-banner .slide-inner .video-js .vjs-text-track-display{display:none!important;opacity:0!important}.banner-section .main-banner .banner{display:block}.banner-section .main-banner .banner img{z-index:1}.banner-section .main-banner .banner:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:linear-gradient(180deg,transparent 49.52%,rgba(0,0,0,.8) 100%);z-index:2}.banner-section .main-banner .bannerTxt,.banner-section .main-banner .bannerTxtArea,.modal-video{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;position:absolute;z-index:100}.banner-section .main-banner .bannerTxtArea{height:100%;width:100%;left:0;top:0}.banner-section .main-banner .bannerTxt,.modal-video{width:840px;max-width:100%;left:60px;bottom:100px}.banner-section .main-banner .bannerTxt .bannerTxtTitle,.banner-section .main-banner .bannerTxt .bannerTxtTitle a{font-weight:300;font-size:100px;line-height:96px;letter-spacing:-4px;text-align:left;color:#fff}.banner-section .main-banner .bannerTxt .bannerTxtDesc{width:600px;max-width:100%;text-align:left;margin:23px 0 15px}.banner-section .main-banner .bannerTxt .bannerTxtDesc,.banner-section .main-banner .bannerTxt .bannerTxtDesc a{font-weight:300;font-size:24px;line-height:30px;letter-spacing:-1px;color:#fff}.banner-section .main-banner .bannerTxt .bannerTxtBtn,.banner-section .main-banner .bannerTxt .bannerVideoBtn{display:flex}.banner-section .main-banner .bannerTxt .bannerVideoBtn .btn{position:relative;background:0 0;border-color:transparent;height:80px;padding:0;align-items:center}.banner-section .main-banner .bannerTxt .bannerVideoBtn .btn:before{content:"";position:absolute;left:6px;top:6px;width:66px;height:66px;border-radius:100%;background:rgba(255,255,255,.2);border:2px dashed transparent;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:all .4s ease}.banner-section .main-banner .bannerTxt .bannerVideoBtn .btn:after{content:"";position:absolute;left:29.7px;top:24.8px;background-image:url(../images/sprite.webp);background-position:0 -928px;width:26px;height:32px;transform:scale(.7);transition:all .4s ease}.banner-section .main-banner .bannerTxt .bannerVideoBtn .btn span{color:#fff;padding:0 0 0 92px;font-weight:500;font-size:18px;line-height:100%;letter-spacing:-.02em}.banner-section .main-banner .bannerTxt .bannerVideoBtn .btn:hover:before{left:0;top:0;width:76px;height:76px;border-radius:100%;background:0 0;-webkit-backdrop-filter:unset;backdrop-filter:unset;border:2px dashed #fff;animation:rotate 4s linear infinite;-webkit-animation:rotate 4s linear infinite;animation-direction:reverse}.banner-section .main-banner .bannerTxt .bannerVideoBtn .btn:hover:after{left:30.92px;top:24.86px;transform:scale(1)}.banner-section .play-btn{width:90px;height:90px;display:inline-block;cursor:pointer;left:80px;position:absolute;margin:0;bottom:30px;border-radius:50%;-webkit-border-radius:50%;transition:box-shadow .3s;-webkit-transition:box-shadow .3s;-moz-transition:box-shadow .3s;-o-transition:box-shadow .3s}.banner-section .play-btn:before{content:"";background-image:url(../images/sprite.webp);background-position:0 -906px;width:19px;height:22px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);z-index:1}.banner-section .play-btn:after{content:"";width:84px;height:84px;position:absolute;left:0;top:0;z-index:1;border-radius:100%;border:solid 3px rgba(255,255,255,.3)}.banner-section .play-btn.pause:before,.topknot .breadcrumb li::before{background-image:url(../images/sprite.webp);background-position:0 -882px;width:24px;height:24px}.banner-section:hover .swiper-button-next,.banner-section:hover .swiper-button-prev{opacity:.6}.modal-video{align-items:center;justify-content:center;border-radius:6px;padding:0;position:fixed;bottom:-100%;z-index:9999999;height:720px;max-height:calc(100vh - 100px);left:0;margin:0 auto;right:0;width:1200px;opacity:0;transition:opacity .2s ease-out,bottom .6s ease-out;-webkit-overflow-scrolling:touch}.modal-video .modally-table{display:table;width:100%;min-height:100%}.modal-video .modally-table .modally-cell{display:table-cell;vertical-align:middle;position:relative}.modal-video .modally-table .modally-cell .modally{margin:0 auto;position:relative;width:100%;height:auto;box-sizing:border-box;padding:0;border-radius:6px;z-index:99999999}.campaign-details .campaign-left .campaign-share ul.socials li.tooltip-button .tooltip-icon,.modal-video .modally-table .modally-cell .modally .iframe-landing{position:relative}.modal-video .modally-table .modally-cell .modally .iframe-landing iframe,.modal-video .modally-table .modally-cell .modally .iframe-landing video{display:block;width:100%!important;height:100%!important;position:absolute;top:0;left:0;border:0;margin:0}.modal-video .modally-table .modally-cell .modally .modally-close-button{border:0;margin:0;overflow:visible;cursor:pointer;background:0 0;position:absolute;top:-40px;right:-20px;padding:12px 20px;font-size:32px;line-height:23px;opacity:1;transition:opacity .25s ease-in-out;font-weight:300;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#fff}.modal-video.open{bottom:calc((100vh - 720px)/2);opacity:1}.modal-video.open .modally-underlay{position:fixed;background:rgba(23,23,23,.2509803922);cursor:pointer;width:100%;height:100%;top:0;left:0;z-index:1;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.close{margin-top:-20px;margin-right:-20px;text-shadow:0 1px 0 #fff}.modal-video-close,.supplypoints ul li a:hover img{opacity:0}.modal-video-close .modal-video-movie-wrap{transform:translate(0,100px)}.modal-video-body,.modal-video-inner{display:flex;justify-content:center;height:100%}.modal-video-body{width:1200px;max-width:calc(100% - 30px);margin:0 auto;padding:0;box-sizing:border-box}.modal-video-inner{align-items:center;width:100%}@media (orientation:landscape){.modal-video-inner{padding:0;box-sizing:border-box}}.modal-video-movie-wrap{width:100%;height:0;position:relative;padding-bottom:56.25%;background-color:#333;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video-inner;transform:translate(0,0);transition:transform .3s ease-out}.modal-video-movie-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:6px;overflow:hidden}.modal-video-close-btn{position:absolute;z-index:2;top:20px;right:20px;display:inline-block;width:46px;height:46px;overflow:hidden;border:0;background:#fff;border-radius:100%;cursor:pointer}.modal-video-close-btn:before{transform:rotate(45deg)}.modal-video-close-btn:after{transform:rotate(-45deg)}.modal-video-close-btn:after,.modal-video-close-btn:before{content:"";position:absolute;height:2px;width:calc(100% - 32px);top:calc(50% - 1px);left:calc(50% - 7px);background:#333;border-radius:5px}@media screen and (max-width:1366px){.banner-section .main-banner .bannerTxt .bannerTxtTitle,.banner-section .main-banner .bannerTxt .bannerTxtTitle a{font-size:80px;line-height:76px}.modal-video .modally-table .modally-cell .modally{width:calc(100% - 20px)}}@media screen and (max-width:767px){.banner-section .autoplay-progress,.banner-section .swiper-button-next,.banner-section .swiper-button-prev{display:none}.banner-section .main-banner{max-height:calc(100vh + 4px)}}@media screen and (max-width:550px){.banner-section .main-banner{max-height:unset;height:auto}.banner-section .main-banner .swiper-slide{height:auto}.banner-section .main-banner .slide-inner{height:100%;display:flex;flex-direction:column;justify-content:stretch}.banner-section .main-banner .banner{width:100%;max-width:100%}.banner-section .main-banner video{background-color:#caedf1}.banner-section .main-banner .banner,.banner-section .main-banner .slide-inner .video-js{height:240px;min-height:240px;max-height:240px;overflow:hidden}.banner-section .main-banner .bannerTxtArea{position:relative!important}.banner-section .main-banner .bannerTxt{width:100%;height:100%;max-width:100%;position:relative;top:unset;left:unset;right:unset;padding:24px 15px 60px;bottom:unset;background:#caedf1;align-items:center;justify-content:flex-start}.banner-section .main-banner .bannerTxt .bannerTxtTitle,.banner-section .main-banner .bannerTxt .bannerTxtTitle a{font-size:32px;font-weight:500;line-height:36px;text-align:center;letter-spacing:-.2px;color:#000}.banner-section .main-banner .bannerTxt .bannerTxtDesc{width:100%;max-width:100%;text-align:center;margin:10px 0 16px}.banner-section .main-banner .bannerTxt .bannerTxtDesc,.banner-section .main-banner .bannerTxt .bannerTxtDesc a{font-weight:500;font-size:14px;line-height:20px;letter-spacing:-.1px;color:#000}.banner-section .main-banner .bannerTxt .bannerVideoBtn .btn{height:48px}.banner-section .main-banner .bannerTxt .bannerVideoBtn .btn:before,.banner-section .main-banner .bannerTxt .bannerVideoBtn .btn:hover:before{left:3.5px;top:3.5px;width:37px;height:37px;border-radius:100%;background:#24b8c9;border:2px dashed transparent;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:all .4s ease}.banner-section .main-banner .bannerTxt .bannerVideoBtn .btn:after,.banner-section .main-banner .bannerTxt .bannerVideoBtn .btn:hover:after{left:12.7px;top:8.8px;transform:scale(.4)}.banner-section .main-banner .bannerTxt .bannerVideoBtn .btn span{color:#000;padding:0 0 0 58px;font-weight:500;font-size:14px;line-height:100%;letter-spacing:-.02em}.swiper-pagination .swiper-pagination-bullet{background-color:#050505}.swiper-pagination .swiper-pagination-bullet:before{border:solid 2px #050505}.modal-video .modally-table .modally-cell .modally{width:calc(100% - 20px)}}@property --myColor1{syntax:"<color>";initial-value:#fff;inherits:false}@property --myColor2{syntax:"<color>";initial-value:#accfdf;inherits:false}@property --myColor3{syntax:"<color>";initial-value:#accfdf;inherits:false}@property --myColor4{syntax:"<color>";initial-value:#caedf1;inherits:false}.topknot{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:332px;gap:17px;background:linear-gradient(180deg,#24b8c9 0,#0696a7 100%);font-weight:300;font-size:60px;line-height:66px;letter-spacing:-.04em;text-align:center;color:#fff}.topknot,.topknot.double{padding:0 0 30px}.topknot div,.topknot h1,.topknot h2,.topknot h3,.topknot h4,.topknot h5,.topknot h6,.topknot h7,.topknot p,.topknot span{width:840px;max-width:100%;font-weight:300;font-size:60px;line-height:66px;letter-spacing:-.04em;text-align:center;color:#fff;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.topknot .breadcrumb,.topknot .breadcrumb li{display:flex;align-items:center;justify-content:center;position:relative}.topknot .breadcrumb{flex-direction:row;-moz-column-gap:26px;column-gap:26px;height:auto;flex-wrap:wrap;border:1px solid rgba(255,255,255,.3);padding:6px 19px 6px 9px;border-radius:34px;min-height:32px}.topknot .breadcrumb li{font-weight:300;height:20px;line-height:19px;letter-spacing:0;text-align:left;vertical-align:middle}.topknot .breadcrumb li,.topknot .breadcrumb li a{color:#fff;font-size:14px}.topknot .breadcrumb li::before{content:"";background-position:0 -733px;width:16px;height:16px;position:absolute;top:2px;left:-21px}.topknot .breadcrumb li:first-child{text-indent:-999999999px;width:20px;height:20px}.topknot .breadcrumb li:first-child a{width:20px;height:20px;z-index:2;display:block}.topknot .breadcrumb li:first-child a:hover{text-decoration:unset}.topknot .breadcrumb li:first-child::before{content:"";background-image:url(../images/sprite.webp);background-position:0 -862px;width:20px;height:20px;position:absolute;top:0;left:0}.topknot.template{width:250px;height:70px;padding:0 0 20px;font-weight:300;color:#000;font-size:7px;line-height:100%;letter-spacing:-.02em}.topknot.template div,.topknot.template h1,.topknot.template h2,.topknot.template h3,.topknot.template h4,.topknot.template h5,.topknot.template h6,.topknot.template h7,.topknot.template p,.topknot.template span{display:inline;background:#000;font-weight:300;color:#000;font-size:7px;line-height:100%;letter-spacing:-.02em}.summary{padding:91px 0 56px}.summary .columns{gap:142px}.summary .columns .column:first-child{width:550px}.summary .columns .column:first-child,.summary .columns .column:first-child div,.summary .columns .column:first-child h1,.summary .columns .column:first-child h2,.summary .columns .column:first-child h3,.summary .columns .column:first-child h4,.summary .columns .column:first-child h5,.summary .columns .column:first-child h6,.summary .columns .column:first-child h7,.summary .columns .column:first-child p,.summary .columns .column:first-child span{font-weight:300;font-size:40px;line-height:120%;letter-spacing:-.04em}.summary .columns .column:last-child{width:663px}.summary .columns .column:last-child,.summary .columns .column:last-child div,.summary .columns .column:last-child h1,.summary .columns .column:last-child h2,.summary .columns .column:last-child h3,.summary .columns .column:last-child h4,.summary .columns .column:last-child h5,.summary .columns .column:last-child h6,.summary .columns .column:last-child h7,.summary .columns .column:last-child p,.summary .columns .column:last-child span{font-weight:300;font-size:18px;line-height:24px;letter-spacing:-.02em}.cms-content ol.list li ol li:last-child,.cms-content ol.list li ul li:last-child,.cms-content ol.list li:last-child,.cms-content ul.list li:last-child,.summary .columns .column:last-child p{margin:0}.summary.template{width:250px;padding:20px 0}.summary.template .columns{padding:20px 0;gap:30px}.summary.template .columns .column{gap:3px}.summary.template .columns .column:first-child{width:70px;font-weight:300;font-size:9px;line-height:100%;letter-spacing:-.04em}.summary.template .columns .column:first-child div,.summary.template .columns .column:first-child h1,.summary.template .columns .column:first-child h2,.summary.template .columns .column:first-child h3,.summary.template .columns .column:first-child h4,.summary.template .columns .column:first-child h5,.summary.template .columns .column:first-child h6,.summary.template .columns .column:first-child h7,.summary.template .columns .column:first-child p,.summary.template .columns .column:first-child span{display:inline;background:#000;font-weight:300;font-size:6px;line-height:100%;letter-spacing:-.04em}.summary.template .columns .column:last-child{width:110px;font-weight:300;font-size:4px;line-height:7px;letter-spacing:-.02em}.summary.template .columns .column:last-child div,.summary.template .columns .column:last-child h1,.summary.template .columns .column:last-child h2,.summary.template .columns .column:last-child h3,.summary.template .columns .column:last-child h4,.summary.template .columns .column:last-child h5,.summary.template .columns .column:last-child h6,.summary.template .columns .column:last-child h7,.summary.template .columns .column:last-child p,.summary.template .columns .column:last-child span{display:inline;background:#000;font-weight:300;font-size:3px;line-height:100%;letter-spacing:-.02em}.spread .columns{align-items:center;padding:100px 0;background:#caedf1}.spread .columns:nth-child(2n+2){background:0 0;flex-direction:row-reverse}.spread .columns .column{gap:20px}.spread .columns .column .descBox,.spread.hastitle .columns .column .descBox{font-size:18px;line-height:24px;letter-spacing:-.02em}.spread .columns .column .descBox p{margin:0}.spread.hastitle .titleBox{display:flex;width:900px;flex-basis:900px;max-width:100%;margin:0 calc((100% - 900px)/2)}.spread.hastitle .titleBox,.spread.hastitle .titleBox div,.spread.hastitle .titleBox h1,.spread.hastitle .titleBox h2,.spread.hastitle .titleBox h3,.spread.hastitle .titleBox h4,.spread.hastitle .titleBox h5,.spread.hastitle .titleBox h6,.spread.hastitle .titleBox h7,.spread.hastitle .titleBox p,.spread.hastitle .titleBox span{font-weight:300;font-size:24px;line-height:30px;letter-spacing:-.02em;text-align:center}.spread.hastitle .columns{align-items:flex-start}.spread.hastitle .columns .column .descBox{font-weight:300}.spread.hastitle .columns .column .descBox div,.spread.hastitle .columns .column .descBox h1,.spread.hastitle .columns .column .descBox h2,.spread.hastitle .columns .column .descBox h3,.spread.hastitle .columns .column .descBox h4,.spread.hastitle .columns .column .descBox h5,.spread.hastitle .columns .column .descBox h6,.spread.hastitle .columns .column .descBox h7,.spread.hastitle .columns .column .descBox p,.spread.hastitle .columns .column .descBox span{font-weight:300;font-size:16px;line-height:22px;letter-spacing:-.02em}.cms-content .tableBox table,.cms-content ol.list li ol li p,.cms-content ol.list li p,.cms-content ol.list li ul li p,.cms-content table tbody tr td p,.cms-content table td p,.cms-content table thead tr td p,.cms-content ul.list li p,.cms-content ul.list li ul li p,.spread.hastitle .columns .column .descBox P{margin:0}.spread.hastitle .columns:nth-child(2n+2) .column .descBox{font-weight:300;font-size:18px;line-height:24px;letter-spacing:-.02em}.spread.hastitle .columns:nth-child(2n+2) .column .descBox div,.spread.hastitle .columns:nth-child(2n+2) .column .descBox h1,.spread.hastitle .columns:nth-child(2n+2) .column .descBox h2,.spread.hastitle .columns:nth-child(2n+2) .column .descBox h3,.spread.hastitle .columns:nth-child(2n+2) .column .descBox h4,.spread.hastitle .columns:nth-child(2n+2) .column .descBox h5,.spread.hastitle .columns:nth-child(2n+2) .column .descBox h6,.spread.hastitle .columns:nth-child(2n+2) .column .descBox h7,.spread.hastitle .columns:nth-child(2n+2) .column .descBox p,.spread.hastitle .columns:nth-child(2n+2) .column .descBox span{font-weight:300;font-size:18px;line-height:24px;letter-spacing:0}.spread.hastitle .columns:nth-child(2n+2) .column .descBox strong div,.spread.hastitle .columns:nth-child(2n+2) .column .descBox strong h1,.spread.hastitle .columns:nth-child(2n+2) .column .descBox strong h2,.spread.hastitle .columns:nth-child(2n+2) .column .descBox strong h3,.spread.hastitle .columns:nth-child(2n+2) .column .descBox strong h4,.spread.hastitle .columns:nth-child(2n+2) .column .descBox strong h5,.spread.hastitle .columns:nth-child(2n+2) .column .descBox strong h6,.spread.hastitle .columns:nth-child(2n+2) .column .descBox strong h7,.spread.hastitle .columns:nth-child(2n+2) .column .descBox strong p,.spread.hastitle .columns:nth-child(2n+2) .column .descBox strong span{font-weight:300;font-size:24px;line-height:24px;letter-spacing:0}.spread.hastitle .columns:nth-child(2n+2) .column .descBox p{margin:0}.spread.template{width:250px}.spread.template .columns{padding:20px 0;gap:10px}.spread.template .columns .column{width:100px;gap:5px}.spread.template .columns .column .imgBox{height:70px;border-radius:8px;background:#000}.spread.template .columns .column .titleBox{font-weight:300;font-size:4px;line-height:100%;letter-spacing:-.04em}.spread.template .columns .column .titleBox div,.spread.template .columns .column .titleBox h1,.spread.template .columns .column .titleBox h2,.spread.template .columns .column .titleBox h3,.spread.template .columns .column .titleBox h4,.spread.template .columns .column .titleBox h5,.spread.template .columns .column .titleBox h6,.spread.template .columns .column .titleBox h7,.spread.template .columns .column .titleBox p,.spread.template .columns .column .titleBox span{display:inline;background:#000;font-weight:300;font-size:4px;line-height:100%;letter-spacing:-.04em}.spread.template .columns .column .descBox{font-weight:300;font-size:4px;line-height:7px;letter-spacing:-.02em}.spread.template .columns .column .descBox div,.spread.template .columns .column .descBox h1,.spread.template .columns .column .descBox h2,.spread.template .columns .column .descBox h3,.spread.template .columns .column .descBox h4,.spread.template .columns .column .descBox h5,.spread.template .columns .column .descBox h6,.spread.template .columns .column .descBox h7,.spread.template .columns .column .descBox p,.spread.template .columns .column .descBox span{display:inline;background:#000;font-weight:300;font-size:3px;line-height:100%;letter-spacing:-.02em}.spread.template .columns:nth-child(2n+2) .column{width:100px}.spread.template .columns:nth-child(2n+2) .column .descBox{font-weight:300;font-size:4px;line-height:7px;letter-spacing:-.02em}.spread.template .columns:nth-child(2n+2) .column .descBox div,.spread.template .columns:nth-child(2n+2) .column .descBox h1,.spread.template .columns:nth-child(2n+2) .column .descBox h2,.spread.template .columns:nth-child(2n+2) .column .descBox h3,.spread.template .columns:nth-child(2n+2) .column .descBox h4,.spread.template .columns:nth-child(2n+2) .column .descBox h5,.spread.template .columns:nth-child(2n+2) .column .descBox h6,.spread.template .columns:nth-child(2n+2) .column .descBox h7,.spread.template .columns:nth-child(2n+2) .column .descBox p,.spread.template .columns:nth-child(2n+2) .column .descBox span{display:inline;background:#000;font-weight:300;font-size:3px;line-height:100%;letter-spacing:-.02em}.spread.template.hastitle .columns .titleBox{width:120px;flex-basis:120px;max-width:100%;margin:0 40px;font-weight:300;font-size:4px;line-height:100%;letter-spacing:-.04em}.spread.template.hastitle .columns .titleBox div,.spread.template.hastitle .columns .titleBox h1,.spread.template.hastitle .columns .titleBox h2,.spread.template.hastitle .columns .titleBox h3,.spread.template.hastitle .columns .titleBox h4,.spread.template.hastitle .columns .titleBox h5,.spread.template.hastitle .columns .titleBox h6,.spread.template.hastitle .columns .titleBox h7,.spread.template.hastitle .columns .titleBox p,.spread.template.hastitle .columns .titleBox span{display:inline;background:#000;font-weight:300;font-size:4px;line-height:100%;letter-spacing:-.04em}.campaign-details,.campaigns ul,.medias ul{display:flex;flex-direction:row;flex-wrap:nowrap;width:var(--container);max-width:100%;margin:0 auto;justify-content:space-between}.campaign-details .campaign-left,.medias ul li a{display:flex;flex-direction:column;gap:14px}.medias ul li a .imgBox{display:flex;width:100%;height:300px;border-radius:16px;overflow:hidden}.medias ul li a .titleBox{font-weight:300;font-size:24px;letter-spacing:-.02em;width:-moz-fit-content;width:fit-content;position:relative}.campaigns ul li a .imgBox:before,.medias ul li a .titleBox:before{content:"";position:absolute;left:0;background:#4c565c;opacity:0;transition:all .3s ease-in-out}.medias ul li a .titleBox:before{height:1px;bottom:-3px;margin:0 auto;width:25%}.medias ul li a:hover .titleBox{color:#24b8c9}.medias ul li a:hover .titleBox:before{width:100%;background:#24b8c9;opacity:1}.campaign-details,.campaigns ul{flex-wrap:wrap;margin:100px auto;gap:30px}.campaigns ul li{width:calc(50% - 15px);height:auto;display:flex}.campaigns ul li a{display:flex;width:100%;flex-direction:column}.campaigns ul li a .imgBox{display:flex;width:100%;height:447px;min-height:447px;overflow:hidden;position:relative}.campaigns ul li a .imgBox .campaigns_details{position:absolute;left:50%;top:50%;margin:-21.5px 0 0 -92px;padding:13px 31px;border-radius:45px;text-align:center;color:#fff;font-weight:500;font-size:16px;line-height:100%;letter-spacing:-.03em;border:1.5px solid #fff;opacity:0;transition:all .3s ease-in-out}.campaigns ul li a .imgBox:before{top:0;width:100%;height:100%}.campaigns ul li a .titleBox{display:flex;flex-direction:column;gap:16px;align-items:flex-start;justify-content:flex-start;height:100%;width:100%;background:#e2fcff;padding:20px 30px 23px;border-bottom-left-radius:20px;border-bottom-right-radius:20px}.campaigns ul li a .titleBox .campaigns_tag{background:#24b8c9;color:#fff;font-weight:500;border-radius:30px;padding:6.5px 20px;text-align:center;font-size:14px;line-height:120%;letter-spacing:-.03em}.campaigns ul li a .titleBox h2{font-weight:500;font-size:24px;line-height:26px;letter-spacing:-.03em;color:#000}.campaigns ul li a:hover .imgBox:before{opacity:.9}.campaign-details{flex-wrap:nowrap;gap:60px;align-items:flex-start}.campaign-details .campaign-left{width:calc(32% - 30px);gap:20px}.campaign-details .campaign-left .imgBox{display:flex;width:100%;height:532px;border-radius:20px;overflow:hidden;position:relative}.campaign-details .campaign-left .imgBox img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.campaign-details .campaign-left .campaign-share ul.socials{display:flex;flex-direction:row;flex-wrap:nowrap;gap:10px;align-items:center;justify-content:flex-end}.campaign-details .campaign-left .campaign-share ul.socials li:first-child{font-weight:300;font-size:16px;line-height:100%;letter-spacing:-.03em;margin:0 4px 0 0}.campaign-details .campaign-left .campaign-share ul.socials li a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;position:relative;border:1.5px solid rgba(76,86,92,.15);border-radius:50%;transition:all .4s ease-in-out;cursor:pointer}.campaign-details .campaign-left .campaign-share ul.socials li a i,.campaign-details .campaign-left .campaign-share ul.socials li a svg{position:relative;z-index:2;display:block;transition:all .4s ease-in-out;color:#4c565c;stroke:#4c565c}.campaign-details .campaign-left .campaign-share ul.socials li a.facebook i,.campaign-details .campaign-left .campaign-share ul.socials li a.facebook svg,footer ul.socials li a.facebook i{width:9.73px;height:18px;background:url(../images/socials_facebook.svg) no-repeat}.campaign-details .campaign-left .campaign-share ul.socials li a.twitter i,.campaign-details .campaign-left .campaign-share ul.socials li a.twitter svg,footer ul.socials li a.twitter i{width:18px;height:16.27px;background:url(../images/socials_x.svg) no-repeat}.campaign-details .campaign-left .campaign-share ul.socials li a.youtube i,.campaign-details .campaign-left .campaign-share ul.socials li a.youtube svg,footer ul.socials li a.youtube i{width:18px;height:12.55px;background:url(../images/socials_youtube.svg) no-repeat}.campaign-details .campaign-left .campaign-share ul.socials li a.instagram i,.campaign-details .campaign-left .campaign-share ul.socials li a.instagram svg,footer ul.socials li a.instagram i{width:18px;height:18px;background:url(../images/socials_instagram.svg) no-repeat}.campaign-details .campaign-left .campaign-share ul.socials li a.linkedin i,.campaign-details .campaign-left .campaign-share ul.socials li a.linkedin svg,footer ul.socials li a.linkedin i{width:14px;height:14px;background:url(../sprite/linkedin.webp) no-repeat}.campaign-details .campaign-left .campaign-share ul.socials li a.mail i,.campaign-details .campaign-left .campaign-share ul.socials li a.mail svg,.campaign-details .campaign-left .campaign-share ul.socials li a.whatsapp i,.campaign-details .campaign-left .campaign-share ul.socials li a.whatsapp svg{stroke:unset}.campaign-details .campaign-left .campaign-share ul.socials li a.mail i path,.campaign-details .campaign-left .campaign-share ul.socials li a.mail svg path,.campaign-details .campaign-left .campaign-share ul.socials li a.whatsapp i path,.campaign-details .campaign-left .campaign-share ul.socials li a.whatsapp svg path,footer .top .left .logo a svg path{fill:#4c565c}.campaign-details .campaign-left .campaign-share ul.socials li a:hover{background:#24b8c9;border:1.5px solid #24b8c9}.campaign-details .campaign-left .campaign-share ul.socials li a:hover i,.campaign-details .campaign-left .campaign-share ul.socials li a:hover svg,footer ul.socials li a:hover i{filter:brightness(0) invert(1)}.campaign-details .campaign-left .campaign-share ul.socials li.tooltip-button .tooltip-icon::before{content:"";display:none;position:absolute;z-index:9998;top:-8px;left:14px;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #24b8c9}.campaign-details .campaign-left .campaign-share ul.socials li.tooltip-button .tooltip-icon::after{display:none;position:absolute;z-index:9999;top:-36px;left:-31px;width:100px;height:28px;color:#fff;font-size:12px;line-height:28px;text-align:center;background:#24b8c9;border-radius:6px}.campaign-details .campaign-left .campaign-share ul.socials li.tooltip-button .tooltip-icon.copyurl::after{content:"Linki kopyala"}.campaign-details .campaign-left .campaign-share ul.socials li.tooltip-button .tooltip-icon.whatsapp::after{content:"Whatsapp ile paylaş";width:120px;left:-40px}.campaign-details .campaign-left .campaign-share ul.socials li.tooltip-button .tooltip-icon.whatsapp::before{left:13px}.campaign-details .campaign-left .campaign-share ul.socials li.tooltip-button .tooltip-icon.facebook::after{content:"Facebook ile paylaş";width:120px;left:-40px}.campaign-details .campaign-left .campaign-share ul.socials li.tooltip-button .tooltip-icon.facebook::before{left:13px}.campaign-details .campaign-left .campaign-share ul.socials li.tooltip-button .tooltip-icon.twitter::after{content:"𝕏 ile paylaş";width:90px;left:-25px}.campaign-details .campaign-left .campaign-share ul.socials li.tooltip-button .tooltip-icon.twitter::before{left:14px}.campaign-details .campaign-left .campaign-share ul.socials li.tooltip-button .tooltip-icon.mail::after{content:"Mail ile paylaş"}.campaign-details .campaign-left .campaign-share ul.socials li.tooltip-button .tooltip-icon.mail::before{left:13px}.campaign-details .campaign-left .campaign-share ul.socials li.tooltip-button .tooltip-icon:hover::after,.campaign-details .campaign-left .campaign-share ul.socials li.tooltip-button .tooltip-icon:hover::before{display:block}.campaign-details .campaign-left .campaign-share ul.socials li.tooltip-button .tooltip-icon:active{outline:0}.campaign-details .campaign-left .campaign-share ul.socials li.tooltip-button .tooltip-icon:focus{outline:0}.campaign-details .campaign-left .campaign-share ul.socials li.tooltip-button .tooltip-icon.copyurl:active::after{content:"Kopyalandı!"}.campaign-details .campaign-left .campaign-share ul.socials li.tooltip-button .tooltip-icon.copyurl:focus::after{content:"Kopyalandı!"}.campaign-details .campaign-right{width:calc(68% - 30px)}.howtoget{position:relative;overflow-x:hidden;background:linear-gradient(180deg,var(--myColor1) 0%,var(--myColor2) 40.38%,var(--myColor3) 85%,var(--myColor4) 100%);transition:--myColor1 2s,--myColor2 2s,--myColor3 2s,--myColor4 2s}.howtoget .progress-bar,.howtoget .section-splash{position:absolute;left:50%;transform:translateX(-50%);z-index:1000;transition:opacity .5s ease}.howtoget .section-splash{margin:0 auto;width:-moz-max-content;width:max-content;top:0}.howtoget .progress-bar{top:143px;width:600px;height:70px;display:flex;justify-content:space-between;align-items:center;padding:0}.howtoget.fixed .section-splash{position:fixed;margin:0 auto;top:126px;left:50%;transform:translateX(-50%)}.howtoget.fixed .progress-bar{position:fixed;top:265px}.howtoget .progress-bar-fill,.howtoget .progress-bar::before{position:absolute;top:50%;left:70px;max-width:calc(100% - 140px);height:4px;transform:translateY(-50%);border-radius:10px}.howtoget .progress-bar-fill{width:0%;background:linear-gradient(90deg,rgba(76,86,92,.2),rgba(76,86,92,.2));z-index:1;transition:width .3s ease}.howtoget .progress-bar::before{content:"";width:100%;background:rgba(0,0,0,.1);z-index:0}.howtoget .progress-step{width:70px;height:70px;background:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:20px;color:#333;position:relative;z-index:2;transition:all .3s ease;background:#4c565c;box-shadow:0 2px 10px rgba(0,0,0,.1);border:2px solid #fff;cursor:pointer}.howtoget .progress-step:hover{transform:scale(1);box-shadow:0 4px 15px rgba(0,0,0,.15)}.howtoget .progress-step.active{background:#24b8c9;color:#fff;transform:scale(1);border-color:#fff}.howtoget .story-container{max-width:1354px;margin:0 auto;padding:0;overflow:hidden}.howtoget .story-section{display:flex;justify-content:center;align-items:center;height:100vh;min-height:100vh;padding:315px 0 0;gap:132px;max-width:100%;margin:0 auto}.howtoget .sticky-content-desc{display:flex;flex-direction:column;width:662px;height:540px;justify-content:flex-start;align-items:flex-start;padding:70px 80px;background:#fff;border-radius:30px}.howtoget .sticky-content-desc .sticky-content-desc-title{font-weight:300;font-size:40px;line-height:120%;letter-spacing:-.04em;color:#000}.howtoget .sticky-content-desc .sticky-content-desc-txt{font-weight:300;font-size:24px;line-height:34px;letter-spacing:-.02em;margin:20px 0 60px;color:#000}.howtoget .sticky-content-anim{flex:1;display:flex;justify-content:center;align-items:center;height:420px}.howtoget .sticky-content-anim svg{width:100%;max-width:560px;height:100%;-o-object-fit:cover;object-fit:cover;background:#fff;border-radius:30px;transition:transform .3s ease}.howtoget.first-theme{--myColor1:#FFFFFF;--myColor2:#ACCFDF;--myColor3:#ACCFDF;--myColor4:#CAEDF1}.howtoget.second-theme{--myColor1:#CAEDF1;--myColor2:#CAEDF1;--myColor3:#CAEDF1;--myColor4:#EBF2F5}.howtoget.last-theme{--myColor1:#EBF2F5;--myColor2:#EBF2F5;--myColor3:#EBF2F5;--myColor4:#FFFFFF}.cms-content,.wheretouse{display:flex;width:100%;flex-direction:column}.wheretouse{margin:0 0 41px}.wheretouse .wheretouse-container{display:flex;flex-direction:row;flex-wrap:nowrap;gap:71px;width:1353px;max-width:100%;align-self:center;justify-content:space-around;align-items:flex-start;position:relative}.wheretouse .wheretouse-container .wheretouse-desc{flex:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:95px 0 0}.wheretouse .wheretouse-container .wheretouse-desc .wheretouse-desc-title{font-weight:300;font-size:80px;line-height:120%;letter-spacing:-.06em;color:#000}.wheretouse .wheretouse-container .wheretouse-desc .wheretouse-desc-txt{font-weight:300;font-size:24px;line-height:30px;letter-spacing:-.02em;margin:8px 0 0;color:#000}.wheretouse .wheretouse-container .wheretouse-desc .wheretouse-desc-txt strong{font-weight:500}.wheretouse .wheretouse-container .wheretouse-banner{width:620px;height:580px;padding:0;position:relative;overflow:visible}.wheretouse .wheretouse-container .wheretouse-banner .swiper-slide{height:100%;background:#fff;position:relative;text-align:center}.wheretouse .wheretouse-container .wheretouse-banner .swiper-slide:before{content:"";position:absolute;left:0;top:40px;width:calc(50% - 10px);height:calc(100% - 127px);background:#ebf2f5;border-radius:30px;z-index:0}.wheretouse .wheretouse-container .wheretouse-banner .swiper-slide:after{content:"";position:absolute;right:0;top:0;width:calc(50% - 10px);height:calc(100% - 127px);background:#ebf2f5;border-radius:30px;z-index:0}.wheretouse .wheretouse-container .wheretouse-banner .swiper-slide img{position:relative;z-index:1}.wheretouse .wheretouse-container .wheretouse-banner .swiper-pagination-container,.wheretouse .wheretouse-container .wheretouse-banner .swiper-slide .swiper-slide-title{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;margin:73px 0 0;width:300px;max-width:100%;height:44px}.wheretouse .wheretouse-container .wheretouse-banner .swiper-slide .swiper-slide-title .swiper-slide-txt{display:flex;align-items:center;justify-content:center;width:auto;height:44px;background:#fff;border-radius:44px;padding:7px 28px;min-width:130px;font-weight:500;font-size:24px;line-height:30px;letter-spacing:-.02em;text-align:center;color:#000}.wheretouse .wheretouse-container .wheretouse-banner .swiper-pagination-container{position:absolute;top:0;right:0;margin:30px 0 0;height:16px}.wheretouse .wheretouse-container .wheretouse-banner .swiper-pagination{bottom:unset;top:0}.wheretouse .wheretouse-container .wheretouse-banner .swiper-pagination .swiper-pagination-bullet{background-color:#000}.wheretouse .wheretouse-container .wheretouse-banner .swiper-pagination .swiper-pagination-bullet:before{border:solid 2px #000}.cms-content{font-weight:300;font-size:16px;letter-spacing:0;color:#000}.cms-content .tableBox{display:flex;width:100%;overflow-x:scroll;margin:24px 0 40px}.cms-content table{display:table;border-collapse:separate;box-sizing:border-box;text-indent:initial;border-spacing:0;border:solid 1px #e7e7ed;max-width:100%;overflow-x:scroll;border-radius:4px;margin:24px 0 40px}.cms-content table tr{display:table-row;vertical-align:inherit;border:0}.cms-content table td{display:table-cell;vertical-align:inherit;border:0}.cms-content table thead tr td{padding:12px;font-size:16px;font-weight:500;line-height:150%;color:#000;border:0;border-bottom:1px solid #e7e7ed;vertical-align:middle}.cms-content table tbody{display:table-row-group;vertical-align:middle;border:0}.cms-content table tbody tr td{padding:21.5px 12px;font-size:14px;font-weight:300;line-height:150%;color:#000;border:0;vertical-align:middle}.cms-content table tbody tr td:first-child{border-left:0}.cms-content p{margin:0 0 20px}.cms-content ol.list,.cms-content ul.list{width:100%;display:flex;flex-direction:column;margin:0 0 30px}.cms-content ol.list li,.cms-content ol.list li ol li,.cms-content ol.list li ul li,.cms-content ul.list li,.cms-content ul.list li ul li{width:100%;padding:0 0 0 34px;position:relative;letter-spacing:0;margin:0 0 20px}.cms-content ol.list li ol li::before,.cms-content ol.list li ul li::before,.cms-content ol.list li::before{content:"";background-image:url(../images/sprite.webp);background-position:0 -713px;width:20px;height:20px;position:absolute;top:2px;left:2px}.cms-content ol.list li ol,.cms-content ol.list li ul,.cms-content ul.list li ul{width:calc(100% - 20px);display:flex;flex-direction:column;margin:10px 0 5px 20px}.cms-content ol.list li ol li::before,.cms-content ol.list li ul li::before{background-position:0 -749px;width:18px;height:18px}.cms-content ul.list li,.cms-content ul.list li ul li{padding:0 0 0 30px}.cms-content ul.list li ul li::before,.cms-content ul.list li::before{content:"";width:6px;height:6px;display:block;background-color:#000;border-radius:50%;position:absolute;top:5px;left:12px}.cms-content ul.list li ul li::before{width:4px;height:4px}.cms-content h1,.cms-content h2,.cms-content h3{font-weight:300;font-size:24px;line-height:150%}.cms-content h3{font-size:22px}.cms-content h4,.cms-content h5,.cms-content h6{font-weight:300;font-size:20px;line-height:150%}.tabbed{overflow-x:hidden;margin:0}.tabbed [type=radio]{display:none}.tabbed .tabs{display:flex;align-items:stretch;justify-content:center;gap:10px;list-style:none;padding:0;margin:0 0 50px}.tabbed .tabs .tab>label,.tabbed .tabs-mobile label{display:flex;border:1.5px solid #485156;background:#fff;padding:14px 39px;border-radius:60px;color:#485156;font-size:24px;line-height:30px;font-weight:300;letter-spacing:-.02em;cursor:pointer;transition:all .3s}.tabbed .tabs .tab:hover label{border:1.5px solid #24b8c9;background:#24b8c9;color:#fff;opacity:.7}.tabbed .tab-content{display:none}.tabbed .tabs-mobile{display:none;margin:0 0 10px}.tabbed .tabs-mobile label{width:100%;align-items:center;justify-content:center;padding:14px;text-align:center;border-radius:10px}.tabbed [type=radio]:nth-of-type(1):checked~.tabs .tab:nth-of-type(1) label,.tabbed [type=radio]:nth-of-type(1):checked~.tabs-mobile:nth-of-type(1) label,.tabbed [type=radio]:nth-of-type(2):checked~.tabs .tab:nth-of-type(2) label,.tabbed [type=radio]:nth-of-type(2):checked~.tabs-mobile:nth-of-type(3) label,.tabbed [type=radio]:nth-of-type(3):checked~.tabs .tab:nth-of-type(3) label,.tabbed [type=radio]:nth-of-type(3):checked~.tabs-mobile:nth-of-type(5) label,.tabbed [type=radio]:nth-of-type(4):checked~.tabs .tab:nth-of-type(4) label,.tabbed [type=radio]:nth-of-type(4):checked~.tabs-mobile:nth-of-type(7) label,.tabbed [type=radio]:nth-of-type(5):checked~.tabs .tab:nth-of-type(5) label,.tabbed [type=radio]:nth-of-type(5):checked~.tabs-mobile:nth-of-type(9) label{border:1.5px solid #24b8c9;background:#24b8c9;color:#fff}.tabbed [type=radio]:nth-of-type(1):checked~.tab-content:nth-of-type(2),.tabbed [type=radio]:nth-of-type(2):checked~.tab-content:nth-of-type(4),.tabbed [type=radio]:nth-of-type(3):checked~.tab-content:nth-of-type(6),.tabbed [type=radio]:nth-of-type(4):checked~.tab-content:nth-of-type(8),.tabbed [type=radio]:nth-of-type(5):checked~.tab-content:nth-of-type(10){display:block}.supplypoints{display:flex;flex-direction:column;width:var(--container);max-width:100%;margin:50px auto 0;border-radius:20px;padding:40px 30px 30px;background:#caedf1}.accordion .accordionTitle,.supplypoints .supplypointsTitle{font-weight:300;font-size:40px;line-height:100%;letter-spacing:-.04em;text-align:center;margin:0 0 40px}.supplypoints ul,.techsoln ul{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:var(--gap)}.supplypoints ul{align-items:center;--gap:6px;--columns:5}.supplypoints ul li{display:none}.supplypoints ul li.show{display:flex}.supplypoints ul li a{display:flex;width:100%;height:100%;background-color:#fff;border-radius:3px;position:relative;transition:background-color .2s ease-in-out}.supplypoints ul li a img{opacity:1;width:100%;height:auto;transition:opacity .2s ease-in-out}.supplypoints ul li a span{position:absolute;top:21px;left:22px;font-weight:300;font-size:16px;line-height:19px;letter-spacing:-.02em;color:#fff;width:105px;opacity:0;transition:opacity .2s ease-in-out}.supplypoints ul li a:after,.supplypoints ul li a:before{content:"";position:absolute;transition:opacity .2s ease;opacity:0}.supplypoints ul li a:before{right:22px;top:22.5px;width:35px;height:35px;background:#1c98a6;border-radius:100%;margin:0;z-index:1}.supplypoints ul li a:after{background-image:url(../images/sprite.webp);background-position:0 -94px;width:9px;height:9px;right:36px;top:36.5px;z-index:2;filter:brightness(0) invert(1)}.supplypoints ul li a:hover{background-color:#24b8c9}.techsoln,.techsoln ul li a{display:flex;flex-direction:column}.techsoln{width:var(--container);max-width:100%;margin:0 auto}.techsoln ul{align-items:flex-start;--gap:32px;--columns:3;row-gap:50px}.supplypoints ul li,.techsoln ul li{width:calc(100%/var(--columns) - var(--gap) + var(--gap)/var(--columns))}.techsoln ul li a{gap:4px}.techsoln ul li a .imgBox{display:flex;width:100%;height:300px;border-radius:16px;overflow:hidden;margin:0 0 10px;max-height:282px;align-items:center;justify-content:center;aspect-ratio:4/3}.techsoln ul li a .imgBox img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;aspect-ratio:4/3}.techsoln ul li a .titleBox{font-weight:300;font-size:24px;line-height:100%;letter-spacing:-.02em;width:-moz-fit-content;width:fit-content;position:relative}.techsoln ul li a .titleBox:before,footer ul.menu li a:before{content:"";position:absolute;height:1px;bottom:-3px;margin:0 auto;left:0;width:25%;background:#4c565c;opacity:0;transition:all .3s ease-in-out}.techsoln ul li a .descBox{font-weight:500;font-size:16px;line-height:22px;letter-spacing:0;width:-moz-fit-content;width:fit-content}.techsoln ul li a:hover .titleBox,footer ul.menu li a:hover{color:#24b8c9}.techsoln ul li a:hover .titleBox:before,footer ul.menu li a:hover:before{width:100%;background:#24b8c9;opacity:1}.accordion{width:100%}.accordion .accordionTitle{font-size:60px;font-weight:400;line-height:60px;color:#000;margin:0 0 45px}.accordion .accordionColumn{margin:0 0 1px;border-bottom:solid 1px #0c2e4e;overflow:hidden;transition:height .4s ease-in-out}.accordion .accordionColumn.open .title,.accordion.alternate .accordionColumn.open .title{color:#000;height:auto}.accordion .accordionColumn.open .title::after{transform:rotate(0deg)}.accordion .accordionColumn .title{color:#000;font-size:24px;font-style:normal;font-weight:400;line-height:130%;letter-spacing:-.72px;position:relative;padding:29px 50px;transition:background-color .4s ease-in-out;cursor:pointer}.accordion .accordionColumn .title::after,.accordion .accordionColumn .title::before{position:absolute;bottom:0;margin-bottom:auto;margin-top:auto;transition:all .2s ease-in-out}.accordion .accordionColumn .title::after{content:"";right:0;top:0;background-image:url(../images/sprite.webp);background-position:0 -341px;width:48px;height:48px;transform:rotate(180deg);filter:brightness(0)}.accordion .accordionColumn .title::before{content:attr(data-title);left:0;top:29px;color:#000;font-size:24px;font-style:normal;font-weight:400;line-height:36px;letter-spacing:-.72px}.accordion .accordionColumn .desc{color:#000;font-size:16px;font-style:normal;font-weight:400;line-height:22px;padding:0 50px 40px}.accordion .accordionColumn .desc p{font-weight:400;font-size:16px;line-height:22px;letter-spacing:normal;color:#000;margin:0 0 20px}.accordion .accordionColumn .desc p:last-child,.accordion.alternate .accordionColumn .desc p:last-child{margin:0}.accordion .accordionColumn .desc strong,.accordion.alternate .accordionColumn .desc strong{font-weight:700}.accordion .accordionColumn .desc a{color:#54e5f6;text-decoration:underline;display:inline-block}.accordion .accordionColumn:first-child{margin:0;border-top:solid 1px #0c2e4e;border-bottom:solid 1px #0c2e4e}.accordion.alternate .accordionColumn{margin:0 0 1px;border-bottom:solid 1px #0c2e4e;overflow:hidden;transition:height .4s ease-in-out}.accordion.alternate .accordionColumn .title::after,.accordion.alternate .accordionColumn.open .title::after{background-image:url(../images/sprite.webp);background-position:0 -213px;width:40px;height:40px;filter:unset;transform:unset}.accordion.alternate .accordionColumn .title{color:#000;font-size:24px;font-style:normal;font-weight:400;line-height:36px;letter-spacing:-.03em;position:relative;padding:29px 50px;transition:background-color .4s ease-in-out;cursor:pointer}.accordion.alternate .accordionColumn .title::after{content:"";position:absolute;right:0;bottom:0;top:0;margin-bottom:auto;margin-top:auto;background-position:0 -301px;transition:unset}.accordion.alternate .accordionColumn .desc{font-size:16px;font-style:normal;font-weight:400;line-height:22px;padding:0 50px 40px;color:#000}.accordion.alternate .accordionColumn .desc p{font-weight:400;font-size:16px;line-height:22px;letter-spacing:normal;color:#000;margin:0 0 20px}.accordion.alternate .accordionColumn .desc a{color:#54e5f6;text-decoration:underline}.accordion.alternate .accordionColumn:first-child{margin:0;border-top:solid 1px #0c2e4e;border-bottom:solid 1px #0c2e4e}@media screen and (max-width:1536px){.howtoget .story-container{padding:0 clamp(2.5rem,0rem + 3.125vw,3.75rem)}.howtoget.fixed .section-splash{top:86px}.section-splash .section-title{font-size:60px}.howtoget .progress-bar{top:117px}.howtoget.fixed .progress-bar{top:200px}.howtoget .story-section{padding:275px 0 0;gap:92px}.howtoget .sticky-content-desc{width:662px;height:440px;padding:40px 50px}}@media screen and (max-width:1366px){.columns{--column-gap:20px}.columns.techdetails{width:100%;justify-content:center;gap:20px;--column-gap:20px}.columns .column,.columns.techdetails .column,.summary .columns .column:first-child,.summary .columns .column:last-child{width:calc(50% - 10px)}.medias ul{width:100%;max-width:100%;margin:0 auto;gap:25px;padding:0 15px}.medias ul li a .imgBox{height:220px}.summary{padding:20px 0}.campaign-details{flex-wrap:nowrap;gap:30px;padding:0 15px;margin:60px auto 5px;align-items:flex-start}.campaign-details .campaign-left{width:calc(32% - 15px);gap:20px}.campaign-details .campaign-right{width:calc(68% - 15px)}.summary .columns .column:first-child{width:100%}.summary .columns .column:last-child{width:100%}.spread .columns{flex-direction:row}.spread .columns:nth-child(2n+2){background:0 0;flex-direction:row-reverse}.spread.hastitle .columns{flex-direction:row}.columns .column .imgBox{display:flex;width:100%;height:600px;border-radius:16px;overflow:hidden}.columns.techdetails .column .imgBox{height:auto}.columns,.spread .columns,.spread.hastitle .columns{padding:56px 15px 48px}.columns{width:100%;justify-content:center;gap:20px}.summary .columns{gap:20px}.campaigns ul{padding:0 15px}.spread.hastitle .titleBox{display:flex;width:100%;flex-basis:100%;max-width:100%;margin:0 auto}.wheretouse .wheretouse-container{padding:0 15px;gap:50px}.columns.cards{flex-wrap:unset}.columns.cards .column{display:flex;flex-wrap:wrap;justify-content:stretch;align-items:flex-start;width:calc(var(--container)/2 - var(--column-gap)/2)}.section-splash .section-subtitle,.section-splash .section-title{white-space:unset}.supplypoints,.techsoln{width:calc(100% - 40px);margin:0 20px}}@media screen and (max-width:1280px){.howtoget .story-section{gap:30px}.howtoget .sticky-content-desc{width:500px}.howtoget .sticky-content-desc .sticky-content-desc-title{font-size:30px}.howtoget .sticky-content-desc .sticky-content-desc-txt{font-size:20px;line-height:28px;margin:20px 0 40px}.wheretouse .wheretouse-container .wheretouse-desc{padding:45px 0 0}.wheretouse .wheretouse-container .wheretouse-desc .wheretouse-desc-title{font-size:50px}.wheretouse .wheretouse-container .wheretouse-desc .wheretouse-desc-txt{font-size:20px;line-height:26px}}@media screen and (max-width:1024px) and (min-height:1280px){.howtoget .story-section{gap:10px;padding:305px 0 0;flex-direction:column}.howtoget .sticky-content-desc{width:100%;height:auto;padding:40px 20px}.howtoget .sticky-content-anim{width:100%;height:auto}.howtoget .sticky-content-anim svg{max-width:100%;max-height:34vh;height:100%}.wheretouse .wheretouse-container{gap:26px;flex-direction:column}}@media screen and (max-width:1024px){.columns.cards .column:first-child{width:calc(30% - 20px);height:auto}.columns.cards .column .imgBox{height:auto}.accordion{width:100%;padding:0 15px}}@media screen and (max-width:820px){.howtoget .story-section{gap:10px;padding:305px 0 0;flex-direction:column}.howtoget .sticky-content-desc{width:100%;height:auto;padding:40px 20px}.howtoget .sticky-content-anim{width:100%;height:auto}.howtoget .sticky-content-anim svg{max-width:100%;max-height:34vh;height:100%}.wheretouse .wheretouse-container{gap:26px;flex-direction:column}.techsoln ul{display:flex;flex-wrap:wrap;--gap:20px;--columns:2;gap:var(--gap)}.columns,.spread .columns,.spread.hastitle .columns{padding:20px 15px}.columns .column,.columns.techdetails .column,.summary .columns .column:first-child,.summary .columns .column:last-child{width:100%}.summary .columns .column:first-child,.summary .columns .column:first-child div,.summary .columns .column:first-child h1,.summary .columns .column:first-child h2,.summary .columns .column:first-child h3,.summary .columns .column:first-child h4,.summary .columns .column:first-child h5,.summary .columns .column:first-child h6,.summary .columns .column:first-child h7,.summary .columns .column:first-child p,.summary .columns .column:first-child span{font-weight:300;font-size:30px;line-height:100%;letter-spacing:-.04em}.columns .column .titleBox,.columns .column .titleBox div,.columns .column .titleBox h1,.columns .column .titleBox h2,.columns .column .titleBox h3,.columns .column .titleBox h4,.columns .column .titleBox h5,.columns .column .titleBox h6,.columns .column .titleBox h7,.columns .column .titleBox p,.columns .column .titleBox span{font-weight:300;font-size:30px;line-height:100%;letter-spacing:-.04em}.cms-content h3,.cms-content h4,.cms-content h5,.cms-content h6{font-weight:300;font-size:22px;line-height:150%}.columns .column .descBox,.columns .column .descBox div,.columns .column .descBox h1,.columns .column .descBox h2,.columns .column .descBox h3,.columns .column .descBox h4,.columns .column .descBox h5,.columns .column .descBox h6,.columns .column .descBox h7,.columns .column .descBox p,.columns.cards .column .descBox p,.tabbed .tabs .tab>label,.tabbed .tabs-mobile label{font-weight:300;font-size:20px;line-height:26px;letter-spacing:-.02em}.cms-content p{display:block;margin:0 0 10px}.spread .columns .column{gap:10px}.campaign-details{display:flex;flex-direction:column;flex-wrap:wrap;width:100%;max-width:100%;padding:0 15px;justify-content:space-between}.campaigns ul{flex-wrap:wrap;margin:40px auto;gap:20px}.campaigns ul li{width:calc(50% - 10px)}.campaign-details .campaign-left{width:100%;gap:20px}.campaign-details .campaign-left .imgBox{height:453px}.campaign-details .campaign-right,.wheretouse .wheretouse-container .wheretouse-banner .swiper-slide img{width:100%}.topknot{padding:0 0 40px;height:262px;font-weight:300;font-size:40px;line-height:46px}.topknot div,.topknot h1,.topknot h2,.topknot h3,.topknot h4,.topknot h5,.topknot h6,.topknot h7,.topknot p,.topknot span{width:840px;max-width:calc(100% - 30px);font-weight:300;font-size:40px;line-height:46px;letter-spacing:-.04em;text-align:center;color:#fff}.section-splash .section-subtitle,.section-splash .section-title{white-space:unset;font-size:30px}.tabbed .tabs .tab>label,.tabbed .tabs-mobile label{display:flex;border:1.5px solid #485156;background:#fff;padding:10px 30px;border-radius:60px;color:#485156;line-height:30px;cursor:pointer;transition:all .3s}.supplypoints .supplypointsTitle{font-size:30px;margin:0 0 30px}.columns.cards{margin:0 0 60px}.columns.techdetails{margin:40px 0}.accordion .accordionTitle{font-size:30px;line-height:34px;margin:0 0 15px}.accordion.alternate{padding:30px 20px}.accordion .accordionColumn .title,.accordion.alternate .accordionColumn .title{padding:18px 40px 13px 30px;font-size:20px;line-height:24px}.accordion .accordionColumn .title::before{top:18px;font-size:20px;line-height:24px}.accordion.alternate .accordionColumn .title::after,.accordion.alternate .accordionColumn.open .title::after{right:0}.accordion .accordionColumn .desc,.accordion.alternate .accordionColumn .desc{padding:0 40px 15px 30px}.container{padding:20px 0}}@media screen and (max-width:550px){.topknot{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:auto;font-weight:300;font-size:32px;line-height:36px;letter-spacing:-.04em;text-align:center;color:#fff}.topknot,.topknot.double{padding:20px 15px}.topknot div,.topknot h1,.topknot h2,.topknot h3,.topknot h4,.topknot h5,.topknot h6,.topknot h7,.topknot p,.topknot span{width:840px;max-width:100%;font-weight:300;font-size:28px;line-height:32px;letter-spacing:-.04em;text-align:center;color:#fff}.summary{padding:0}.summary .columns{gap:10px}.summary .columns .column:first-child,.summary .columns .column:first-child div,.summary .columns .column:first-child h1,.summary .columns .column:first-child h2,.summary .columns .column:first-child h3,.summary .columns .column:first-child h4,.summary .columns .column:first-child h5,.summary .columns .column:first-child h6,.summary .columns .column:first-child h7,.summary .columns .column:first-child p,.summary .columns .column:first-child span{font-weight:300;font-size:24px;line-height:120%;letter-spacing:-.04em}.summary .columns .column:first-child{width:100%}.summary .columns .column:last-child{width:100%}.summary .columns .column:last-child,.summary .columns .column:last-child div,.summary .columns .column:last-child h1,.summary .columns .column:last-child h2,.summary .columns .column:last-child h3,.summary .columns .column:last-child h4,.summary .columns .column:last-child h5,.summary .columns .column:last-child h6,.summary .columns .column:last-child h7,.summary .columns .column:last-child p,.summary .columns .column:last-child span{font-weight:300;font-size:14px;line-height:18px;letter-spacing:0}.spread .columns{padding:56px 15px 48px;flex-direction:column-reverse}.spread .columns:nth-child(2n+2){background:0 0;flex-direction:column-reverse}.spread.hastitle .columns{flex-direction:column;padding:56px 15px 48px}.spread.hastitle .titleBox{display:flex;width:100%;flex-basis:100%;max-width:100%;margin:0 auto}.spread.hastitle .titleBox,.spread.hastitle .titleBox div,.spread.hastitle .titleBox h1,.spread.hastitle .titleBox h2,.spread.hastitle .titleBox h3,.spread.hastitle .titleBox h4,.spread.hastitle .titleBox h5,.spread.hastitle .titleBox h6,.spread.hastitle .titleBox h7,.spread.hastitle .titleBox p,.spread.hastitle .titleBox span{font-weight:300;font-size:18px;line-height:24px;letter-spacing:-.02em;text-align:center}.columns .column .imgBox{height:197px}.columns .column .titleBox,.columns .column .titleBox div,.columns .column .titleBox h1,.columns .column .titleBox h2,.columns .column .titleBox h3,.columns .column .titleBox h4,.columns .column .titleBox h5,.columns .column .titleBox h6,.columns .column .titleBox h7,.columns .column .titleBox p,.columns .column .titleBox span{font-weight:300;font-size:18px;line-height:120%;letter-spacing:-.04em}.columns .column .descBox,.columns .column .descBox div,.columns .column .descBox h1,.columns .column .descBox h2,.columns .column .descBox h3,.columns .column .descBox h4,.columns .column .descBox h5,.columns .column .descBox h6,.columns .column .descBox h7,.columns .column .descBox p,.columns .column .descBox span,.columns.cards .column .descBox p,.spread .columns .column .descBox,.spread.hastitle .columns .column .descBox{font-weight:300;font-size:14px;line-height:18px;letter-spacing:-.02em}.campaign-details{gap:25px;margin:60px auto 5px}.campaign-details,.campaigns ul,.medias ul{display:flex;flex-direction:column;flex-wrap:wrap;width:100%;max-width:100%;padding:0 15px;justify-content:space-between}.medias ul{margin:0 auto;gap:25px}.campaigns ul{margin:60px 0 5px;gap:20px}.campaigns ul li{width:100%}.campaigns ul li a .imgBox{height:auto;min-height:240px}.campaigns ul li a .imgBox img{height:-moz-fit-content;height:fit-content;width:100%;-o-object-fit:cover;aspect-ratio:3/2;object-fit:cover}.campaigns ul li a .titleBox{padding:20px 20px 33px}.campaigns ul li a .titleBox .campaigns_tag{background:#24b8c9;color:#fff;font-weight:500;border-radius:30px;padding:4px 15px;text-align:center;font-size:12px;line-height:120%;letter-spacing:-.03em}.campaigns ul li a .titleBox h2{font-weight:300;font-size:24px;line-height:26px;letter-spacing:-.03em;color:#000}.medias ul li a{align-items:center;gap:16px}.medias ul li a .titleBox{font-size:16px;line-height:120%}.medias ul li a .imgBox{display:flex;width:100%;height:240px;border-radius:16px;overflow:hidden;-o-object-fit:cover;object-fit:cover}.campaign-details .campaign-left{width:100%;gap:20px}.campaign-details .campaign-left .imgBox{height:453px}.campaign-details .campaign-left .campaign-share ul.socials{justify-content:center}.campaign-details .campaign-right,.wheretouse .wheretouse-container .wheretouse-banner .swiper-slide img{width:100%}.cms-content h1,.cms-content h2{padding-bottom:20px;font-weight:300;font-size:22px;line-height:120%}.cms-content h3,.cms-content h4,.cms-content h5,.cms-content h6{font-weight:300;font-size:16px;line-height:120%}.cms-content ul.list li,.cms-content ul.list li ul li{margin:0 0 10px;padding:0 0 0 25px;line-height:inherit}.howtoget .story-container{padding:0 15px}.howtoget .sticky-content-desc .sticky-content-desc-title{font-size:24px}.howtoget .sticky-content-desc .sticky-content-desc-txt{font-size:14px;line-height:18px;margin:10px 0 20px}.section-splash .section-title{font-size:32px;line-height:36px}.howtoget .progress-bar{top:105px;width:calc(100% - 30px);height:48px}.howtoget .story-section{gap:10px;padding:268px 0 0;flex-direction:column;justify-content:flex-start}.howtoget .progress-step{width:48px;height:48px}.howtoget .progress-bar-fill,.howtoget .progress-bar::before{left:48px;max-width:calc(100% - 96px)}.howtoget .progress-step svg{width:24px;height:auto}.howtoget .sticky-content-anim{width:100%;height:100%}.howtoget .sticky-content-anim svg{max-width:100%;max-height:unset;height:100%}.wheretouse .wheretouse-container .wheretouse-banner{width:100%;max-width:100%;height:auto}.wheretouse .wheretouse-container .wheretouse-banner .swiper-pagination-container,.wheretouse .wheretouse-container .wheretouse-banner .swiper-slide .swiper-slide-title{width:50%}.wheretouse .wheretouse-container .wheretouse-banner .swiper-slide .swiper-slide-title .swiper-slide-txt{padding:7px 15px;min-width:130px;font-weight:500;font-size:16px}.tabbed .tabs{display:none}.tabbed .tabs-mobile{display:flex;padding:0 15px}.tabbed .tab-content .columns,.tabbed .tab-content .columns.cards{margin:0;padding:0 15px 30px;gap:0}.section-splash .section-subtitle,.section-splash .section-title{white-space:unset}.section-splash .section-subtitle{font-size:24px;letter-spacing:-.04em}.columns.cards{flex-wrap:wrap}.columns.cards .column{display:flex;flex-wrap:wrap;justify-content:stretch;align-items:flex-start;width:100%}.columns.cards .column:first-child{width:100%}.columns.cards .column .imgBox{height:210px;padding:10px 0 0}.columns.cards .column .imgBox img{height:270px;max-height:270px;width:auto;max-width:100%}.supplypoints{display:flex;flex-direction:column;width:calc(100% - 30px);margin:30px auto 0;border-radius:10px;padding:24px 10px 30px}.supplypoints .supplypointsTitle{font-weight:300;font-size:24px;line-height:100%;text-align:center;margin:0 0 23px}.supplypoints ul,.techsoln ul{display:flex;flex-wrap:wrap;gap:var(--gap)}.supplypoints ul{justify-content:flex-start;align-items:center;--gap:9px;--columns:2}.supplypoints ul li a span{top:11px}.supplypoints ul li a:before{top:12.5px}.supplypoints ul li a:after{top:26.5px}.techsoln{width:calc(100% - 30px);margin:0 15px}.techsoln ul{--gap:25px;--columns:1}.columns.techdetails{margin:0}.accordion .accordionColumn .title,.accordion.alternate .accordionColumn .title{font-size:18px;line-height:20px}.accordion.alternate .accordionColumn .desc{font-size:14px;font-style:normal;font-weight:300;line-height:18px}}@media screen and (max-width:375px) and (max-height:700px){.howtoget .section-splash .section-desc{display:none}.howtoget .progress-bar{top:45px;width:calc(100% - 30px);height:48px}.howtoget.fixed .progress-bar{top:130px}.howtoget .story-section{gap:10px;padding:188px 0 0;flex-direction:column;justify-content:flex-start}.howtoget .sticky-content-desc{width:100%;height:auto;padding:20px}.howtoget .sticky-content-desc .sticky-content-desc-title{font-size:16px}.howtoget .sticky-content-desc .sticky-content-desc-txt{font-size:12px;line-height:16px;margin:10px 0 20px}}section.section-logos{display:flex;flex-direction:column;justify-content:center;align-items:center;width:calc(100% - 40px);margin:100px 20px 0;padding:51px 20px 60px;border-radius:20px;position:relative;overflow:hidden;background:linear-gradient(180deg,#24b8c9 0,#0696a7 100%)}section.section-logos:after,section.section-logos:before{content:"";position:absolute;top:0;height:100%;width:25%;z-index:2;background:linear-gradient(180deg,#24b8c9 0,#0696a7 100%)}section.section-logos:before{left:0;-webkit-mask-image:linear-gradient(90deg,#000 0,#000 25%,#000 50%,transparent 100%)}section.section-logos:after{right:0;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 25%,#000 50%,#000 100%)}section.section-logos .footer-logos-title{width:800px;max-width:100%;font-weight:300;font-size:40px;line-height:46px;letter-spacing:-.02em;text-align:center;color:#fff}section.section-logos .footer-logos-first,section.section-logos .footer-logos-last{width:1360px;max-width:100%;margin:25px auto 12px;padding:0;position:relative;overflow:hidden;z-index:1}section.section-logos .footer-logos-first .swiper-wrapper{transition-timing-function:linear!important}section.section-logos .footer-logos-first .swiper-slide{width:auto!important}section.section-logos .footer-logos-first .img-responsive{display:block;max-width:100%;height:auto}section.section-logos .footer-logos-last{margin:12px auto 25px}section.section-logos .footer-logos-last .swiper-wrapper{transition-timing-function:linear!important}section.section-logos .footer-logos-last .swiper-slide{width:auto!important}section.section-logos .footer-logos-last .img-responsive{display:block;max-width:100%;height:auto}footer,footer .box .boxTitle{letter-spacing:-.02em;color:#4c565c}footer{justify-content:flex-start;align-items:stretch;padding:0 60px;margin:20px 0 0;padding:clamp(3.75rem,1.25rem + 3.125vw,5rem) clamp(2.5rem,0rem + 3.125vw,3.75rem) clamp(2.5rem,0rem + 3.125vw,3.75rem) clamp(1.25rem,0rem + 1.5625vw,1.875rem);font-weight:300;font-size:18px;line-height:24px;background:#fff;position:relative;overflow:hidden}footer,footer .box,footer ul.menu{display:flex;flex-direction:column}footer .box{justify-content:center;width:auto}footer .box .boxTitle{font-weight:500;font-size:24px;line-height:100%;white-space:nowrap;margin:0 0 40px}footer .box.bkm{display:none}footer ul.menu{gap:14px;align-items:flex-start;justify-content:flex-start}footer .top .left .motto,footer ul.menu li a{font-weight:300;font-size:18px;letter-spacing:0;color:#4c565c}footer ul.menu li a{line-height:22px;white-space:nowrap;position:relative}footer ul.socials{flex-wrap:nowrap;gap:10px;align-items:center;justify-content:center}footer ul.socials li a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;position:relative;border:1.5px solid rgba(76,86,92,.15);border-radius:50%;transition:all .4s ease-in-out;cursor:pointer}footer ul.socials li a i{position:relative;z-index:2;display:block;transition:all .4s ease-in-out}footer ul.socials li a:hover{background:#24b8c9;border:1.5px solid #24b8c9}footer .bg{position:absolute;bottom:0;top:unset;right:-164px;z-index:0}footer .top,footer ul.socials{display:flex;flex-direction:row}footer .top{justify-content:space-between;align-items:flex-start;z-index:1}footer .top .left,footer .top .right{display:flex;flex-direction:column;align-items:flex-start}footer .top .left .motto{line-height:100%;margin:10px 0 30px}footer .top .left .bkm{display:flex;align-items:flex-start;justify-content:flex-start;content:"";background-image:url(../images/sprite.webp);background-position:0 -413px;width:102px;height:60px;margin:128px 0 0}footer .top .right{flex-direction:row;justify-content:flex-end;width:auto;padding:0 clamp(1.25rem,-3.75rem + 6.25vw,3.75rem);gap:80px}footer .bottom,footer .bottom ul.menu{display:flex;flex-direction:row;align-items:center}footer .bottom{width:100%;justify-content:space-between;flex-wrap:nowrap;padding:30px 0;z-index:1;margin:27px 0 0;position:relative}footer .bottom .box{flex-direction:row;gap:4px}footer .bottom ul.menu{gap:30px;justify-content:center}footer .bottom::before{content:"";position:absolute;top:-1px;left:0;width:100%;height:1px;background:rgba(36,184,201,.4)}@media screen and (max-width:1536px){section.section-logos:after,section.section-logos:before{width:10%}}@media screen and (max-width:1024px){footer .bottom{gap:30px}}@media screen and (max-width:820px){footer{line-height:18px}section.section-logos{margin:20px 20px 0}footer,footer .top .left .motto,footer ul.menu li a{font-size:14px}footer .bottom ul.menu,footer .top .right{gap:20px}footer .top .left .bkm{margin:20px 0 0}footer .bottom{gap:20px;flex-wrap:wrap}footer .bottom .box:first-child{flex-basis:calc(50% - 10px);width:calc(50% - 10px);order:2}footer .bottom .box{flex-basis:100%;width:100%;order:1}}@media screen and (max-width:550px){section.section-logos{justify-content:center;align-items:center;width:100%;margin:55px 0 0;padding:35px 15px 40px;border-radius:unset}footer .box .boxTitle,section.section-logos .footer-logos-title{font-weight:500;font-size:18px;line-height:120%;letter-spacing:-.02em}.section-logos img{height:30px}footer{padding:0}footer .bg,footer .bottom:before,footer .top .left .bkm,footer .top .left .motto,footer .top:after{display:none}footer .box .boxTitle{white-space:nowrap;margin:0 0 20px;color:#4c565c}footer .box.bkm{display:flex}footer ul.menu{gap:14px;margin:0;flex-direction:column}footer ul.menu li a{line-height:17px;white-space:unset}footer .top{flex-direction:column;flex-wrap:unset;padding:0}footer .top .left{width:100%;justify-content:center;align-items:center}footer .top .left .socials{margin:20px auto}footer .top .right,footer ul.menu{width:100%;align-items:flex-start;justify-content:flex-start}footer .top .right{flex-wrap:wrap;padding:16px 15px;row-gap:29px;-moz-column-gap:20px;column-gap:20px;border-top:solid 1px #d9d9d9}footer .top .right .box:nth-child(1),footer .top .right .box:nth-child(2){order:1;width:calc(50% - 10px);align-self:flex-start}footer .top .right .box:nth-child(2){order:2}footer .top .right .box:nth-child(3),footer .top .right .box:nth-child(4){order:3;width:calc(50% - 10px);align-self:flex-start}footer .top .right .box:nth-child(4){order:4}footer .top .right .box:nth-child(4) .bkm{display:flex;align-items:flex-start;justify-content:flex-start;content:"";background-image:url(../images/sprite.webp);background-position:0 -413px;width:102px;height:60px;margin:0}footer .bottom{flex-wrap:wrap;padding:16px 0;gap:14px;margin:0;border-top:solid 1px #d9d9d9}footer .bottom .box:nth-child(1){order:2;width:100%;min-width:100%;padding:0 15px;align-self:center}footer .bottom .box:nth-child(2){border-bottom:solid 1px #d9d9d9;order:1;width:100%;min-width:100%;position:relative;padding:0 15px 16px;margin:0}footer .bottom .box:nth-child(3){order:3;width:100%;min-width:100%;padding:0 15px;align-self:center;flex-wrap:nowrap;flex-direction:row;justify-content:flex-start;gap:6px}footer .bottom ul.menu{gap:14px;align-items:flex-start;justify-content:flex-start}footer .bottom ul.menu li{width:calc(50% - 10px)}footer .bottom ul.menu,footer ul.apps-list{flex-wrap:wrap;width:100%}footer ul.apps-list.desktop{display:none}footer ul.apps-list,footer ul.apps-list.mobile{display:flex;flex-direction:row;align-items:center;justify-content:center}footer ul.apps-list li svg{display:block;vertical-align:middle;width:calc((100vw - 50px)/2);height:auto}footer .btn.signup{display:flex;margin:0 0 25px;justify-content:center}footer .bottom .box:first-child{flex-basis:100%;width:100%;order:3;text-align:center}}