@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap";html,body{font-family:Work Sans,Arial,sans-serif;color:var(--c-blue);height:100%;padding:0;margin:0;overscroll-behavior:none}.no-animations .audio-control *{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.no-animations .word li{animation:none!important}.intro-hidden{opacity:0}:root{--c-blue: #003478;--c-azure: #008AC2;--c-white: #FFFFFF;--c-petrol: #008ac24d;--c-standby: rgba(0, 17, 40, 1)}:root{--f-work-sans: "Work Sans", Arial, sans-serif}.sr-only{border:0!important;clip:rect(1px,1px,1px,1px)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.sr-only-focusable:focus,.sr-only-focusable:active{clip:auto!important;clip-path:none!important;height:auto!important;margin:auto!important;overflow:visible!important;width:auto!important;white-space:normal!important}.filter-colors{position:fixed;top:0;right:0;width:4px;height:4px;background-color:transparent;z-index:999}html.filtered{filter:invert(1)}@layer reset{*{box-sizing:inherit;margin:0;padding:0;border:0;font:inherit}*:after,*:before{box-sizing:inherit}html{box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main,form legend{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}.detailNews blockquote,.detailHowto blockquote,.detailPage blockquote,.templateOne blockquote{border-bottom:0;border-top:0}button,select,textarea,input{color:inherit;line-height:inherit;background-color:transparent}button,select,textarea,input[type=button],input[type=email],input[type=number],input[type=password],input[type=search],input[type=submit],input[type=tel],input[type=text],input[type=url]{-webkit-appearance:none;-moz-appearance:none;appearance:none}textarea{resize:vertical;overflow:auto}select::-ms-expand{display:none}input::-ms-clear{display:none}table{border-collapse:collapse;border-spacing:0}img,video,svg{max-width:100%}a{text-decoration:none}}:root{--t-transition: all .4s ease;--t-transition-fast: all .2s ease;--t-transition-slow: all .8s ease;--t-transition-super-slow: all 1s var(--t-ease-module);--t-timing: .4s;--t-timing-slow: .6s;--t-timing-fast: .2s;--t-timing-ultra-slow: 1s;--t-timing-ultra-slow-2: 2s;--t-ease: ease;--t-ease-module: cubic-bezier(.36, 0, .29, 1);--t-ease-boost: cubic-bezier(.55, .085, 0, .99);--t-header-ease: cubic-bezier(.09, .72, .76, 1.01);--t-transition-header: all var(--t-timing) var(--t-header-ease);--t-title: all .8s var(--t-ease-module);--t-card: all .8s var(--t-ease-module)}:root{--max-2500: 2500px;--max-1920: 1920px;--max-1600: 1600px;--max-1400: 1400px;--pd-max-cnt: 118px;--pd-mid-l-cnt: 48px;--pd-mid-s-cnt: 32px;--pd-min-cnt: 24px;--gutter-m: 16px;--gutter-t: 24px;--gutter-d: 32px;--column-m: 6;--column-t: 8;--column-d: 12;--base-rem: 16;--scrolling-up: 32px}.animation{position:fixed;bottom:12px;right:12px;width:30px;height:30px;display:flex;justify-content:center;align-items:center;background-color:var(--c-white);border-radius:100%;z-index:99;transition:var(--t-transition);cursor:pointer}@media (min-width: 768px){.animation{bottom:20px;right:20px}}@media (min-width: 860px){.animation{bottom:36.5px;right:40px}}@media (min-width: 1440px){.animation{right:120px}}.animation svg,.animation path{width:14px;height:14px;transition:var(--t-transition)}.animation:hover{background-color:var(--c-azure)}.animation:hover svg,.animation:hover path{fill:var(--c-white);stroke:var(--c-white)}.animation.animation--play .animation__shape--play{transform:translate(calc(-50% + 1px),-50%) scale(0);opacity:0}.animation.animation--play .animation__shape--pause{transform:translate(-50%,-50%) scale(1);opacity:1}.animation__shape{display:flex;justify-content:center;align-items:center;position:absolute;top:50%;left:50%;transform-origin:center center;transition:var(--t-transition);opacity:1}.animation__shape.animation__shape--play{transform:translate(calc(-50% + 1px),-50%) scale(1);opacity:1}.animation__shape.animation__shape--play svg,.animation__shape.animation__shape--play path{stroke-width:0px}.animation__shape.animation__shape--pause{transform:translate(-50%,-50%) scale(0);opacity:0}.audio-control{position:relative;width:36px;height:36px;border-radius:4px;background-color:var(--c-blue);display:flex;align-items:center;justify-content:center;z-index:50;transition:var(--t-transition);cursor:pointer}.audio-control:hover{background:var(--c-azure)}.audio-control:focus-visible{border:2px solid var(--c-white);outline:2px solid}.audio-track{opacity:0;pointer-events:none}.audio-control__icon{width:100%;height:100%;display:flex;justify-content:center;align-items:center;gap:2px;position:relative;pointer-events:none}.audio-control__icon .audio-line{display:block;background-color:var(--c-white);width:2px;height:6px;transition:var(--t-transition);pointer-events:none;border-radius:20%}.audio-control__icon #audio-line-1{transform:scaleY(1)}.audio-control__icon #audio-line-2{transform:scaleY(.8)}.audio-control__icon #audio-line-3{transform:scaleY(1.2)}.audio-control__icon #audio-line-4{transform:scaleY(.8)}.audio-control__icon #audio-line-5{transform:scaleY(1)}.audio-control:not(.disabled) #audio-line-1{animation:audioWave1 1.6s infinite ease-in-out;animation-delay:0s}.audio-control:not(.disabled) #audio-line-2{animation:audioWave2 1.6s infinite ease-in-out;animation-delay:.2s}.audio-control:not(.disabled) #audio-line-3{animation:audioWave3 1.6s infinite ease-in-out;animation-delay:.4s}.audio-control:not(.disabled) #audio-line-4{animation:audioWave4 1.6s infinite ease-in-out;animation-delay:.6s}.audio-control:not(.disabled) #audio-line-5{animation:audioWave5 1.6s infinite ease-in-out;animation-delay:.8s}.no-animations .audio-control:not(.disabled) #audio-line-1{transform:scaleY(1)}.no-animations .audio-control:not(.disabled) #audio-line-2{transform:scaleY(1.6)}.no-animations .audio-control:not(.disabled) #audio-line-3{transform:scaleY(2.2)}.no-animations .audio-control:not(.disabled) #audio-line-4{transform:scaleY(1.6)}.no-animations .audio-control:not(.disabled) #audio-line-5{transform:scaleY(1)}@keyframes audioWave1{0%,to{transform:scaleY(1)}50%{transform:scaleY(2.2)}}@keyframes audioWave2{0%,to{transform:scaleY(.8)}50%{transform:scaleY(2.2)}}@keyframes audioWave3{0%,to{transform:scaleY(1.2)}50%{transform:scaleY(2.2)}}@keyframes audioWave4{0%,to{transform:scaleY(.8)}50%{transform:scaleY(2.2)}}@keyframes audioWave5{0%,to{transform:scaleY(1)}50%{transform:scaleY(2.2)}}.section{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:2;transition:opacity .3s ease-out;pointer-events:none;transform:translateZ(0);backface-visibility:hidden}.section__content{position:absolute;top:0;left:0;width:100vw;height:100vh;pointer-events:none;transform:translateZ(0);backface-visibility:hidden}.section__content--interact{pointer-events:initial}.hero-content{opacity:0;left:0;padding:0 20px}@media (min-width: 768px){.hero-content{left:20px}}@media (min-width: 1440px){.hero-content{left:100px}}.hero-title{display:inline-block;margin:0 0 20px;font-family:Work Sans,Arial,sans-serif;font-style:normal;font-weight:700;font-size:2.625rem;line-height:80%;text-transform:uppercase}@media (min-width: 768px){.hero-title{margin:0 0 32px;font-size:4.5rem}}.hero-title.hero-title--secondary{font-family:Work Sans,Arial,sans-serif;font-style:normal;font-size:1.75rem;font-weight:500;line-height:110%;text-transform:none}@media (min-width: 768px){.hero-title.hero-title--secondary{font-size:3rem}}@media (max-width: 767px){.hero-title.hero-title--energy{transform:translateY(-500%)}}.hero-title .group{display:inline;margin:0}.hero-title .word{display:inline-flex;gap:4px;margin-left:0;opacity:0;pointer-events:none;position:absolute}.hero-title .word.active{opacity:1;pointer-events:auto;position:relative}.hero-title .word li{list-style:none;opacity:1;filter:blur(0);transform:translateY(0);animation-fill-mode:forwards;margin:0 -2px}html.inactivity .hero-title .word li{animation:none!important}.hero-title .word span{margin-right:10px}@media (min-width: 1024px){.hero-title .word span{margin-right:20px}}@keyframes disappear{0%{opacity:1;filter:blur(0);transform:translateY(0)}to{opacity:0;filter:blur(20px);transform:translateY(-20px)}}@keyframes appear{0%{opacity:0;filter:blur(20px);transform:translateY(20px)}to{opacity:1;filter:blur(0);transform:translateY(0)}}.hero-description{font-family:Work Sans,Arial,sans-serif;font-style:normal;font-weight:300;font-size:1.25rem;line-height:120%;margin:0}@media (min-width: 768px){.hero-description{font-size:1.5rem}}.animation-main,.animation-card{opacity:0;transform:translateY(calc(0% + var(--scrolling-up)));transition:var(--t-card);filter:blur(10px)}.animation-main.is-animating,.animation-card.is-animating{opacity:1;transform:translateY(0);filter:blur(0px)}.animation-main.animation-card--reverse:has(+.animation-card--reverse.is-animating),.animation-card.animation-card--reverse:has(+.animation-card--reverse.is-animating){transform:translateY(calc(0% - var(--scrolling-up)))}.animation-title{opacity:0;transform:translateY(calc(0% + var(--scrolling-up)));transition:all .4s ease .6s}.animation-title.is-animating{opacity:1;transform:translateY(0);transition:all .4s ease}:root{--blur-max: 10px;--glow-max: 200px;--scale-in: .98;--scale-out: 1.02;--anim-dur: .6s;--easing: ease-in-out}@keyframes blur-fade-in-mobile{0%{opacity:0;transform:scale(var(--scale-in)) translateY(18%)}45%{opacity:1}60%{transform:scale(1.02) translateY(0)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes blur-fade-in-desktop{0%{opacity:0;transform:scale(var(--scale-in)) translateY(18%);filter:blur(var(--blur-max));text-shadow:0 0 var(--glow-max) var(--c-white)}45%{opacity:1}60%{transform:scale(1.02) translateY(0);filter:blur(calc(var(--blur-max) * .25));text-shadow:0 0 calc(var(--glow-max) * .25) var(--c-white)}to{opacity:1;transform:scale(1) translateY(0);filter:blur(0);text-shadow:0 0 0 var(--c-white)}}@keyframes blur-fade-out-mobile{0%{opacity:1;transform:scale(1) translateY(0)}40%{opacity:1}55%{transform:scale(1.02) translateY(0)}to{opacity:0;transform:scale(var(--scale-out)) translateY(-18%)}}@keyframes blur-fade-out-desktop{0%{opacity:1;transform:scale(1) translateY(0);filter:blur(0);text-shadow:0 0 0 var(--c-white)}40%{opacity:1}55%{transform:scale(1.02) translateY(0);filter:blur(calc(var(--blur-max) * .25));text-shadow:0 0 calc(var(--glow-max) * .25) var(--c-white)}to{opacity:0;transform:scale(var(--scale-out)) translateY(-18%);filter:blur(var(--blur-max));text-shadow:0 0 var(--glow-max) var(--c-white)}}.animation-title:not(.is-animating) span{opacity:0;animation:blur-fade-out-mobile var(--anim-dur) var(--easing) both}@media (min-width: 1024px){.animation-title:not(.is-animating) span{animation:blur-fade-out-desktop var(--anim-dur) var(--easing) both}}.animation-title.is-animating span{opacity:1;animation:blur-fade-in-mobile var(--anim-dur) var(--easing) both}@media (min-width: 1024px){.animation-title.is-animating span{animation:blur-fade-in-desktop var(--anim-dur) var(--easing) both}}.animation-title:not(.is-animating) span:nth-child(1){animation-delay:.08s}.animation-title.is-animating span:nth-child(1){animation-delay:.08s}.animation-title:not(.is-animating) span:nth-child(2){animation-delay:.16s}.animation-title.is-animating span:nth-child(2){animation-delay:.16s}.animation-title:not(.is-animating) span:nth-child(3){animation-delay:.24s}.animation-title.is-animating span:nth-child(3){animation-delay:.24s}.animation-title:not(.is-animating) span:nth-child(4){animation-delay:.32s}.animation-title.is-animating span:nth-child(4){animation-delay:.32s}.animation-title:not(.is-animating) span:nth-child(5){animation-delay:.4s}.animation-title.is-animating span:nth-child(5){animation-delay:.4s}.animation-title:not(.is-animating) span:nth-child(6){animation-delay:.48s}.animation-title.is-animating span:nth-child(6){animation-delay:.48s}.animation-title:not(.is-animating) span:nth-child(7){animation-delay:.56s}.animation-title.is-animating span:nth-child(7){animation-delay:.56s}.animation-title:not(.is-animating) span:nth-child(8){animation-delay:.64s}.animation-title.is-animating span:nth-child(8){animation-delay:.64s}.animation-title:not(.is-animating) span:nth-child(9){animation-delay:.72s}.animation-title.is-animating span:nth-child(9){animation-delay:.72s}.animation-title:not(.is-animating) span:nth-child(10){animation-delay:.8s}.animation-title.is-animating span:nth-child(10){animation-delay:.8s}.animation-title:not(.is-animating) span:nth-child(11){animation-delay:.88s}.animation-title.is-animating span:nth-child(11){animation-delay:.88s}.animation-title:not(.is-animating) span:nth-child(12){animation-delay:.96s}.animation-title.is-animating span:nth-child(12){animation-delay:.96s}@media (max-width: 767px){@keyframes blur-fade-out{0%,55%,to{filter:none!important}0%{opacity:1}to{opacity:0}}@keyframes blur-fade-in{0%,45%,60%,to{filter:none!important}0%{opacity:0}to{opacity:1}}@keyframes appear{0%,to{filter:none!important}0%{opacity:0}to{opacity:1}}@keyframes disappear{0%,to{filter:none!important}0%{opacity:1}to{opacity:0}}}.card-primary{padding:32px 24px;text-align:center;margin:auto;position:absolute;width:90%;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;filter:blur(10px)}@media (max-width: 767px){.card-primary{filter:none!important}}@media (min-width: 768px){.card-primary{padding:48px 32px;width:70%;font-size:2rem}}@media (min-width: 1024px){.card-primary{width:40%;font-size:2rem}}@media (max-width: 1023px){.card-primary{border:1px solid rgba(255,255,255,.5);background:linear-gradient(113deg,#efefef99 6.28%,#ffffff14 83.11%);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}}@media (max-width: 1023px){.card-primary.card-primary--no-bg{border:0;background:none;-webkit-backdrop-filter:none;backdrop-filter:none}}.card-primary i.azure{font-family:Work Sans,Arial,sans-serif;font-style:normal;font-weight:400}.card-primary.is-animating{transform:translate(-50%,calc(-50% - var(--scrolling-up)))}.card-primary.card--flex{display:flex;gap:8px;width:-moz-fit-content;width:fit-content;translate:-25% 0}.card-primary__text{font-family:Work Sans,Arial,sans-serif;font-style:normal;font-weight:300;font-size:1.375rem;line-height:120%;color:var(--c-blue)}@media (min-width: 768px){.card-primary__text{font-size:2rem}}.card-primary__text strong{font-weight:500}.card-primary__text.card-primary__text--offset-1{transform:translateY(-200%)}.card-primary__text.card-primary__text--offset-2{transform:translateY(-100%)}.card-primary__text.card-primary__text--offset-3{transform:translateY(0)}.card-primary__text.card-primary__text--offset-4{transform:translateY(100%)}.card-primary.is-animating i{opacity:0;animation:fadeInBlur .6s forwards}.card-primary.is-animating i:nth-of-type(1){animation-delay:0s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(1){animation-delay:0s}.card-primary.is-animating i:nth-of-type(2){animation-delay:.05s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(2){animation-delay:.07s}.card-primary.is-animating i:nth-of-type(3){animation-delay:.1s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(3){animation-delay:.14s}.card-primary.is-animating i:nth-of-type(4){animation-delay:.15s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(4){animation-delay:.21s}.card-primary.is-animating i:nth-of-type(5){animation-delay:.2s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(5){animation-delay:.28s}.card-primary.is-animating i:nth-of-type(6){animation-delay:.25s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(6){animation-delay:.35s}.card-primary.is-animating i:nth-of-type(7){animation-delay:.3s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(7){animation-delay:.42s}.card-primary.is-animating i:nth-of-type(8){animation-delay:.35s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(8){animation-delay:.49s}.card-primary.is-animating i:nth-of-type(9){animation-delay:.4s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(9){animation-delay:.56s}.card-primary.is-animating i:nth-of-type(10){animation-delay:.45s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(10){animation-delay:.63s}.card-primary.is-animating i:nth-of-type(11){animation-delay:.5s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(11){animation-delay:.7s}.card-primary.is-animating i:nth-of-type(12){animation-delay:.55s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(12){animation-delay:.77s}.card-primary.is-animating i:nth-of-type(13){animation-delay:.6s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(13){animation-delay:.84s}.card-primary.is-animating i:nth-of-type(14){animation-delay:.65s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(14){animation-delay:.91s}.card-primary.is-animating i:nth-of-type(15){animation-delay:.7s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(15){animation-delay:.98s}.card-primary.is-animating i:nth-of-type(16){animation-delay:.75s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(16){animation-delay:1.05s}.card-primary.is-animating i:nth-of-type(17){animation-delay:.8s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(17){animation-delay:1.12s}.card-primary.is-animating i:nth-of-type(18){animation-delay:.85s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(18){animation-delay:1.19s}.card-primary.is-animating i:nth-of-type(19){animation-delay:.9s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(19){animation-delay:1.26s}.card-primary.is-animating i:nth-of-type(20){animation-delay:.95s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(20){animation-delay:1.33s}.card-primary.is-animating i:nth-of-type(21){animation-delay:1s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(21){animation-delay:1.4s}.card-primary.is-animating i:nth-of-type(22){animation-delay:1.05s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(22){animation-delay:1.47s}.card-primary.is-animating i:nth-of-type(23){animation-delay:1.1s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(23){animation-delay:1.54s}.card-primary.is-animating i:nth-of-type(24){animation-delay:1.15s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(24){animation-delay:1.61s}.card-primary.is-animating i:nth-of-type(25){animation-delay:1.2s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(25){animation-delay:1.68s}.card-primary.is-animating i:nth-of-type(26){animation-delay:1.25s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(26){animation-delay:1.75s}.card-primary.is-animating i:nth-of-type(27){animation-delay:1.3s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(27){animation-delay:1.82s}.card-primary.is-animating i:nth-of-type(28){animation-delay:1.35s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(28){animation-delay:1.89s}.card-primary.is-animating i:nth-of-type(29){animation-delay:1.4s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(29){animation-delay:1.96s}.card-primary.is-animating i:nth-of-type(30){animation-delay:1.45s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(30){animation-delay:2.03s}.card-primary.is-animating i:nth-of-type(31){animation-delay:1.5s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(31){animation-delay:2.1s}.card-primary.is-animating i:nth-of-type(32){animation-delay:1.55s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(32){animation-delay:2.17s}.card-primary.is-animating i:nth-of-type(33){animation-delay:1.6s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(33){animation-delay:2.24s}.card-primary.is-animating i:nth-of-type(34){animation-delay:1.65s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(34){animation-delay:2.31s}.card-primary.is-animating i:nth-of-type(35){animation-delay:1.7s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(35){animation-delay:2.38s}.card-primary.is-animating i:nth-of-type(36){animation-delay:1.75s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(36){animation-delay:2.45s}.card-primary.is-animating i:nth-of-type(37){animation-delay:1.8s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(37){animation-delay:2.52s}.card-primary.is-animating i:nth-of-type(38){animation-delay:1.85s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(38){animation-delay:2.59s}.card-primary.is-animating i:nth-of-type(39){animation-delay:1.9s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(39){animation-delay:2.66s}.card-primary.is-animating i:nth-of-type(40){animation-delay:1.95s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(40){animation-delay:2.73s}.card-primary.is-animating i:nth-of-type(41){animation-delay:2s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(41){animation-delay:2.8s}.card-primary.is-animating i:nth-of-type(42){animation-delay:2.05s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(42){animation-delay:2.87s}.card-primary.is-animating i:nth-of-type(43){animation-delay:2.1s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(43){animation-delay:2.94s}.card-primary.is-animating i:nth-of-type(44){animation-delay:2.15s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(44){animation-delay:3.01s}.card-primary.is-animating i:nth-of-type(45){animation-delay:2.2s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(45){animation-delay:3.08s}.card-primary.is-animating i:nth-of-type(46){animation-delay:2.25s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(46){animation-delay:3.15s}.card-primary.is-animating i:nth-of-type(47){animation-delay:2.3s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(47){animation-delay:3.22s}.card-primary.is-animating i:nth-of-type(48){animation-delay:2.35s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(48){animation-delay:3.29s}.card-primary.is-animating i:nth-of-type(49){animation-delay:2.4s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(49){animation-delay:3.36s}.card-primary.is-animating i:nth-of-type(50){animation-delay:2.45s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(50){animation-delay:3.43s}.card-primary.is-animating i:nth-of-type(51){animation-delay:2.5s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(51){animation-delay:3.5s}.card-primary.is-animating i:nth-of-type(52){animation-delay:2.55s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(52){animation-delay:3.57s}.card-primary.is-animating i:nth-of-type(53){animation-delay:2.6s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(53){animation-delay:3.64s}.card-primary.is-animating i:nth-of-type(54){animation-delay:2.65s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(54){animation-delay:3.71s}.card-primary.is-animating i:nth-of-type(55){animation-delay:2.7s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(55){animation-delay:3.78s}.card-primary.is-animating i:nth-of-type(56){animation-delay:2.75s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(56){animation-delay:3.85s}.card-primary.is-animating i:nth-of-type(57){animation-delay:2.8s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(57){animation-delay:3.92s}.card-primary.is-animating i:nth-of-type(58){animation-delay:2.85s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(58){animation-delay:3.99s}.card-primary.is-animating i:nth-of-type(59){animation-delay:2.9s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(59){animation-delay:4.06s}.card-primary.is-animating i:nth-of-type(60){animation-delay:2.95s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(60){animation-delay:4.13s}.card-primary.is-animating i:nth-of-type(61){animation-delay:3s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(61){animation-delay:4.2s}.card-primary.is-animating i:nth-of-type(62){animation-delay:3.05s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(62){animation-delay:4.27s}.card-primary.is-animating i:nth-of-type(63){animation-delay:3.1s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(63){animation-delay:4.34s}.card-primary.is-animating i:nth-of-type(64){animation-delay:3.15s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(64){animation-delay:4.41s}.card-primary.is-animating i:nth-of-type(65){animation-delay:3.2s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(65){animation-delay:4.48s}.card-primary.is-animating i:nth-of-type(66){animation-delay:3.25s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(66){animation-delay:4.55s}.card-primary.is-animating i:nth-of-type(67){animation-delay:3.3s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(67){animation-delay:4.62s}.card-primary.is-animating i:nth-of-type(68){animation-delay:3.35s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(68){animation-delay:4.69s}.card-primary.is-animating i:nth-of-type(69){animation-delay:3.4s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(69){animation-delay:4.76s}.card-primary.is-animating i:nth-of-type(70){animation-delay:3.45s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(70){animation-delay:4.83s}.card-primary.is-animating i:nth-of-type(71){animation-delay:3.5s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(71){animation-delay:4.9s}.card-primary.is-animating i:nth-of-type(72){animation-delay:3.55s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(72){animation-delay:4.97s}.card-primary.is-animating i:nth-of-type(73){animation-delay:3.6s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(73){animation-delay:5.04s}.card-primary.is-animating i:nth-of-type(74){animation-delay:3.65s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(74){animation-delay:5.11s}.card-primary.is-animating i:nth-of-type(75){animation-delay:3.7s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(75){animation-delay:5.18s}.card-primary.is-animating i:nth-of-type(76){animation-delay:3.75s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(76){animation-delay:5.25s}.card-primary.is-animating i:nth-of-type(77){animation-delay:3.8s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(77){animation-delay:5.32s}.card-primary.is-animating i:nth-of-type(78){animation-delay:3.85s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(78){animation-delay:5.39s}.card-primary.is-animating i:nth-of-type(79){animation-delay:3.9s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(79){animation-delay:5.46s}.card-primary.is-animating i:nth-of-type(80){animation-delay:3.95s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(80){animation-delay:5.53s}.card-primary.is-animating i:nth-of-type(81){animation-delay:4s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(81){animation-delay:5.6s}.card-primary.is-animating i:nth-of-type(82){animation-delay:4.05s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(82){animation-delay:5.67s}.card-primary.is-animating i:nth-of-type(83){animation-delay:4.1s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(83){animation-delay:5.74s}.card-primary.is-animating i:nth-of-type(84){animation-delay:4.15s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(84){animation-delay:5.81s}.card-primary.is-animating i:nth-of-type(85){animation-delay:4.2s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(85){animation-delay:5.88s}.card-primary.is-animating i:nth-of-type(86){animation-delay:4.25s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(86){animation-delay:5.95s}.card-primary.is-animating i:nth-of-type(87){animation-delay:4.3s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(87){animation-delay:6.02s}.card-primary.is-animating i:nth-of-type(88){animation-delay:4.35s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(88){animation-delay:6.09s}.card-primary.is-animating i:nth-of-type(89){animation-delay:4.4s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(89){animation-delay:6.16s}.card-primary.is-animating i:nth-of-type(90){animation-delay:4.45s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(90){animation-delay:6.23s}.card-primary.is-animating i:nth-of-type(91){animation-delay:4.5s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(91){animation-delay:6.3s}.card-primary.is-animating i:nth-of-type(92){animation-delay:4.55s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(92){animation-delay:6.37s}.card-primary.is-animating i:nth-of-type(93){animation-delay:4.6s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(93){animation-delay:6.44s}.card-primary.is-animating i:nth-of-type(94){animation-delay:4.65s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(94){animation-delay:6.51s}.card-primary.is-animating i:nth-of-type(95){animation-delay:4.7s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(95){animation-delay:6.58s}.card-primary.is-animating i:nth-of-type(96){animation-delay:4.75s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(96){animation-delay:6.65s}.card-primary.is-animating i:nth-of-type(97){animation-delay:4.8s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(97){animation-delay:6.72s}.card-primary.is-animating i:nth-of-type(98){animation-delay:4.85s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(98){animation-delay:6.79s}.card-primary.is-animating i:nth-of-type(99){animation-delay:4.9s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(99){animation-delay:6.86s}.card-primary.is-animating i:nth-of-type(100){animation-delay:4.95s}.card-primary.card-primary--slowAnimation.is-animating i:nth-of-type(100){animation-delay:6.93s}.card-primary__wordContainer{position:relative}.card-primary__text--absolute{position:absolute;left:0;top:0}.card-secondary{border:1px solid rgba(255,255,255,.5);background:linear-gradient(113deg,#efefef99 6.28%,#ffffff14 83.11%);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);padding:32px 24px;text-align:left;margin:auto;width:calc(100% - 40px);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;filter:blur(10px)}.card-secondary.is-animating{transform:translate(-50%,calc(-50% - var(--scrolling-up)))}@media (min-width: 768px){.card-secondary{width:484px;padding:48px 32px}}@media (max-width: 767px){.card-secondary{filter:none!important}}@media (min-width: 768px){.card-secondary.card-secondary--left{left:40px;transform:translateY(-50%)}.card-secondary.card-secondary--left.is-animating{transform:translateY(calc(-50% - var(--scrolling-up)))}}@media (min-width: 1440px){.card-secondary.card-secondary--left{left:120px}}@media (min-width: 768px){.card-secondary.card-secondary--right{left:auto;right:40px;transform:translateY(-50%)}.card-secondary.card-secondary--right.is-animating{transform:translateY(calc(-50% - var(--scrolling-up)))}}@media (min-width: 1440px){.card-secondary.card-secondary--right{right:120px}}.card-secondary i.azure{font-family:Work Sans,Arial,sans-serif;font-style:normal;font-weight:600}.card-secondary.card-secondary--noblur{-webkit-backdrop-filter:none;backdrop-filter:none;border:0;background:none}.card-secondary span{color:var(--c-azure)}.card-secondary__text{width:100%;font-family:Work Sans,Arial,sans-serif;font-style:normal;font-weight:400;font-size:1.125rem;line-height:140%;color:var(--c-blue)}.card-secondary__images{position:relative;display:flex;justify-content:flex-start;align-items:flex-start;gap:20px;margin-top:20px}.card-secondary__images--logo{position:relative;display:flex;justify-content:center;align-items:center;gap:20px;margin-top:20px}.card-secondary__images--logo img{width:1200%;height:auto}.card-secondary__image-sdg{width:calc(33.333% - 13.5px);display:block}.card-full{background-color:#fff;padding:0;text-align:center;margin:auto;position:absolute;width:100%;top:0%;left:0%;opacity:0}@media (max-width: 767px){.card-full{filter:none!important}}.card-full i.azure{font-family:Work Sans,Arial,sans-serif;font-style:normal;font-weight:400}@keyframes fadeInBlur{0%{opacity:0;filter:blur(10px)}to{opacity:1;filter:blur(0)}}@media (max-width: 767px){@keyframes fadeInBlur{0%,55%,to{filter:none!important}0%{opacity:0}to{opacity:1}}}.card-full__video{height:100vh;display:flex;align-items:center;justify-content:center}.card-full__video video{height:100%;width:auto}.card-end{background-color:transparent;padding:0;text-align:center;margin:auto;position:absolute;width:100%;top:0%;left:0%;opacity:0}.card-end .card-end__content{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;margin-top:50%}@media (max-width: 767px){.card-end .card-end__content .loading-element__button-enter.end-button{margin-top:0}}@media (min-width: 768px){.card-end .card-end__content{flex-direction:row;gap:28px;margin-top:auto}}.header{display:flex;align-items:center;justify-content:space-between;position:fixed;width:100%;height:68px;padding:0 20px;z-index:99}@media (min-width: 768px){.header{padding:0 40px;height:75px}}@media (min-width: 1440px){.header{padding:0 120px}}.header-logo{width:100px}@media (min-width: 768px){.header-logo{width:140px}}.header-ctas{display:flex;justify-content:flex-end;align-items:center;gap:8px}.is-landing .header .header-logo,.is-landing .header .audio-control,.is-landing .header .navigation{visibility:hidden}.button-language{position:relative;width:36px;height:36px;border-radius:4px;background-color:var(--c-white);color:var(--c-blue);display:flex;align-items:center;justify-content:center;z-index:50;transition:var(--t-transition);cursor:pointer;font-family:Work Sans,Arial,sans-serif;font-style:normal;font-size:.75rem;font-weight:500;line-height:110%}@media (min-width: 768px){.button-language{font-size:.875rem}}.button-language:hover{background:var(--c-azure);color:var(--c-white)}#app{position:relative;height:10000px;z-index:20}@media (min-width: 768px){#app{height:20000px}}canvas{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1;touch-action:pan-y}.debug-container{position:fixed;right:180px;top:26px;z-index:150}@media (min-width: 1440px){.debug-container{right:240px}}.scene{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;height:calc(var(--vh, 1%) * 100);background-size:cover;background-repeat:no-repeat;background-position:center;z-index:2;transform:translateZ(0);backface-visibility:hidden;opacity:0}.scene--first{background-image:linear-gradient(to bottom,#f7f9fb 20.62%,#aecfe180);background-size:100% 100%;z-index:1;opacity:1}.scene--second{transform:scale(1);opacity:0;background-image:url(/backgrounds/bg-02.jpg)}.scene--third{width:100vw;height:100vh}.scene--third img{width:auto;height:100%;min-width:200vw;-o-object-fit:cover;object-fit:cover;-o-object-position:left center;object-position:left center}.scene--fourth{transform:scale(1);opacity:0;background-image:url(/backgrounds/bg-panels-mid.webp)}.scene--fifth{transform:scale(1);opacity:0;margin-top:12vh;background-image:url(/backgrounds/bg-city.jpg);background-size:cover;background-position:50% 68%;transform-origin:50% 68%}@media (max-width: 767px){.scene--fifth{margin-top:-3vh}}.scene--sixth{transform:scale(1);opacity:0;background-image:url(/backgrounds/bg-molecules.jpg)}.bottom{position:fixed;bottom:140px;opacity:0}@media (min-width: 768px){.bottom{bottom:100px}}@media (min-width: 1600px){.bottom{bottom:40px}}.center{position:fixed;top:45%;opacity:0}.loading-element{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--c-white);background-image:linear-gradient(#f7f9fb 20.62%,#aecfe180);background-size:100% 100%;display:flex;justify-content:space-between;align-items:center;flex-direction:column;z-index:20;font-family:Work Sans,Arial,sans-serif;color:var(--c-blue);opacity:0;visibility:hidden;transition:opacity .7s ease,visibility .7s ease}.loading-element__version{position:fixed;top:20px;right:20px;color:var(--c-blue);font-family:Work Sans,Arial,sans-serif;font-size:.75rem}.loading-element__logo-container{padding-top:18px;z-index:2}.loading-element__logo{width:120px;height:auto}.loading-element__main-title{font-weight:400;font-size:2rem}.loading-element__subtitle{font-weight:300;font-size:2rem}.loading-element__central-block{text-align:center;border-radius:20px;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;overflow:hidden;box-sizing:border-box;padding:5vh;z-index:2}.loading-element__bg-image{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/images/bg_loader.svg);background-size:100% 100%;background-repeat:no-repeat;background-position:center;opacity:1;z-index:1;animation:spin 40s linear infinite}.loading-element__button-enter-wrapper{width:120px;height:40px;transition:var(--t-transition-super-slow);opacity:0;z-index:1;margin-top:50px}.loading-element__button-enter-wrapper.visible{opacity:1}.loading-element__button-enter{display:flex;align-items:center;justify-content:center;width:120px;height:40px;cursor:pointer}.loading-element__button-enter:focus-visible:before{border:4px solid var(--c-white);outline:4px solid var(--c-azure)}.loading-element__button-enter:before{content:"";position:absolute;background:var(--c-blue);border-radius:20px;width:120px;height:40px;transition:all .2s ease-in-out}.loading-element__button-enter:after{content:"";position:absolute;background:#00347866;border-radius:20px;width:120px;height:40px;transition:all .2s ease-in-out;z-index:-2}.loading-element__button-enter:hover:before{transform:scaleX(1.1) scaleY(1.1)}.loading-element__button-enter:hover:after{transform:scaleX(1.17) scaleY(1.29)}.loading-element__button-enter.end-button{margin-top:50vh;color:var(--c-white);width:-moz-fit-content;width:fit-content;min-width:190px;padding:28px 16px;position:relative}.loading-element__button-enter.end-button:before,.loading-element__button-enter.end-button:after{width:100%}.loading-element__button-enter.end-button.end-button--outline:before{background:var(--c-white);border:1px solid var(--c-blue)}.loading-element__button-enter.end-button.end-button--outline span{color:var(--c-blue)}.loading-element__button-enter span{display:inline-block;opacity:1;color:var(--c-white);filter:blur(0);transform:translateY(0)}.loading-element__button-enter.animating span{animation-name:blurOut,blurIn;animation-duration:.4s,.4s;animation-timing-function:ease,ease;animation-fill-mode:forwards;animation-direction:normal}.loading-element__button-enter.animating span:nth-child(1){animation-delay:0s,.3s}.loading-element__button-enter.animating span:nth-child(2){animation-delay:.14s,.3s}.loading-element__button-enter.animating span:nth-child(3){animation-delay:.1s,.3s}.loading-element__button-enter.animating span:nth-child(4){animation-delay:.05s,.3s}.loading-element__button-enter.animating span:nth-child(5){animation-delay:.15s,.3s}@keyframes blurOut{0%{opacity:1;filter:blur(0)}to{opacity:0;filter:blur(8px)}}@keyframes blurIn{0%{opacity:0;filter:blur(8px)}to{opacity:1;filter:blur(0)}}.loading-element__progress-text{text-align:center;font-size:54px;font-size:2.25rem;font-weight:700;color:var(--c-blue);padding:7px 16px;z-index:100;opacity:0;transition:var(--t-transition-super-slow);pointer-events:none}@media (min-width: 768px){.loading-element__progress-text{position:relative;bottom:20px;padding:10px 16px}}.loading-element__progress-text.visible{opacity:1}.loading-element__progress-text.scroll-up{opacity:0;transform:scale(1.1)}.loading-element__canvas-container{position:fixed}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.navigation{position:fixed;width:100%;z-index:99;bottom:0;transform:translateY(100%)}html.is-tabbing .navigation{transform:translateY(0)!important;opacity:1!important}html.is-tabbing.is-landing .navigation{opacity:0!important;transform:translateY(100%)!important}.navigation__content{position:relative;width:100%;margin:0 auto}@media (min-width: 768px){.navigation__content{margin-bottom:-4px}}@media (min-width: 860px){.navigation__content{width:840px;margin-bottom:-4px}}.navigation__image{width:100%;display:block;position:relative}.navigation__image svg{position:relative;top:1px;left:50%;transform:translate(-50%);opacity:0}@media (min-width: 768px){.navigation__image svg{opacity:1}}.navigation__menu{position:absolute;top:10px;left:50%;transform:translate(-50%);width:60%;height:100%;display:flex;justify-content:center}@media (max-width: 767px){.navigation__menu{max-width:420px;width:75%;padding:6px 30px;border-radius:48px;border:1px solid rgba(255,255,255,.6);background:linear-gradient(116deg,#efefef99 10.92%,#ffffff14 96.4%)}}@media (min-width: 768px){.navigation__menu:before{content:"";position:absolute;background-color:var(--c-white);width:calc(100% - 1px);height:2px;top:15px}}@media (min-width: 768px){.navigation__menu:after{content:"";position:absolute;background-color:var(--c-azure);width:calc(var(--progress, 0%) - 1px);height:2px;border-radius:4px;top:15px;left:0;z-index:2;transition:var(--t-transition)}}.navigation__menu:has(.navigation__btn:hover) .navigation__btn.active:not(:hover) .navigation__label{opacity:0;transition:opacity .3s ease}.navigation__item{flex:1 0 0;display:flex;justify-content:flex-start;transition:var(--t-transition);height:24px;z-index:3}@media (min-width: 768px){.navigation__item{height:30px}}.navigation__item:last-child{flex:0 0 30px}.navigation__item>.navigation__btn.active .navigation__label{position:absolute;top:30px;left:50%;opacity:1;transform:translate(-50%) translateY(0);transition:opacity .8s ease,transform .8s ease}@media (min-width: 768px){.navigation__item>.navigation__btn.active .navigation__label{top:32px;transition:opacity .6s ease,transform .6s ease}}.navigation__item>.navigation__btn:hover:not(.active) .navigation__label{position:absolute;top:30px;left:50%;opacity:1;transform:translate(-50%) translateY(0);transition:opacity .8s ease,transform .8s ease}@media (min-width: 768px){.navigation__item>.navigation__btn:hover:not(.active) .navigation__label{top:32px;transition:opacity .6s ease,transform .6s ease}}.navigation__item>.navigation__btn:not(:hover):not(.active) .navigation__label{opacity:0;transform:translate(-50%) translateY(10px);transition:opacity 2s ease,transform 6s ease}@media (min-width: 768px){.navigation__item>.navigation__btn:not(:hover):not(.active) .navigation__label{transition:opacity .1s ease,transform .6s ease}}.navigation__item>.navigation__btn:hover:not(.active) .navigation__icon,.navigation__item>.navigation__btn.active .navigation__icon{background-color:var(--c-white)}.navigation__item>.navigation__btn:hover:not(.active) .navigation__icon:before,.navigation__item>.navigation__btn.active .navigation__icon:before{width:14px;height:14px;background-color:var(--c-azure)}.navigation__item>.navigation__btn:hover:not(.active) .navigation__icon:after,.navigation__item>.navigation__btn.active .navigation__icon:after{background-color:var(--c-petrol)}.navigation__btn{display:flex;align-items:center;background-color:transparent;border:none;overflow:hidden;cursor:pointer}.navigation__btn:focus-visible{border-radius:100%;outline:2px solid}.navigation__icon{position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0;width:24px;height:24px;border-radius:100%;background-color:var(--c-white);transition:var(--t-transition)}@media (min-width: 768px){.navigation__icon{width:30px;height:30px}}.navigation__icon:before{content:"";display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;border-radius:100%;background-color:var(--c-blue);transition:var(--t-transition)}.navigation__icon:after{content:"";position:absolute;display:block;width:24px;height:24px;border-radius:100%;transition:var(--t-transition)}.navigation__wrapper-label{overflow:hidden;display:flex;width:100%;height:30px}.navigation__label{font-family:Work Sans,Arial,sans-serif;font-style:normal;font-weight:500;font-size:.8125rem;line-height:160%;letter-spacing:.15px;display:flex;align-items:center;white-space:nowrap;overflow:hidden;position:absolute;top:42px;left:50%;height:30px;padding:0 20px 0 10px;background-color:transparent;opacity:0;pointer-events:none;transform:translate(-50%) translateY(10px);transition:opacity .3s ease,transform .3s ease}@media (min-width: 768px){.navigation__label{top:32px;font-size:.875rem}}.scroll-explore{display:block;position:fixed;bottom:20px;left:50%;transform:translate(-50%);z-index:9;color:var(--c-blue);font-family:Work Sans,Arial,sans-serif;font-style:normal;font-weight:400;font-size:.875rem;line-height:160%;letter-spacing:.15px;transition:var(--t-transition);text-align:center}@media (min-width: 768px){.scroll-explore{bottom:24px}}@media (min-width: 1024px){.scroll-explore{bottom:40px}}.scroll-explore.scroll-hidden{transform:translate(-50%,69%);opacity:0}html.inactivity:not(.block-scroll) .standby{opacity:.9}.standby{display:flex!important;justify-content:center;align-items:center;flex-direction:column;position:fixed;width:100vw;height:100vh;top:0;left:0;padding:20px;background-color:var(--c-standby);color:var(--c-white);transition:var(--t-transition);pointer-events:none;opacity:0;z-index:99999}.standby__title{font-family:Work Sans,Arial,sans-serif;font-style:normal;font-weight:700;font-size:1rem;line-height:140%;text-align:center;text-transform:uppercase;margin-bottom:32px}.standby__description{font-family:Work Sans,Arial,sans-serif;font-style:normal;font-weight:400;font-size:1rem;line-height:140%;text-align:center;margin-bottom:32px}.standby__info{font-family:Work Sans,Arial,sans-serif;font-style:normal;font-weight:400;font-size:.875rem;line-height:140%;text-align:center}
