.background{display:flex;flex-direction:column;justify-content:center;align-items:center;position:absolute;z-index:-100;width:100%;height:100vh;top:0;left:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;background-color:#010c0e}.background.fixed{position:fixed}.background .circle-gradient{display:flex;width:100%;height:100vh;opacity:.7;background:radial-gradient(circle at top right,rgba(0,95,100,.5) 20%,rgba(0,95,100,.1) 100%)}.background .squares{opacity:.75}.background .squares .square{display:flex;position:absolute;background-color:#005f64}.background .squares .square:first-child{width:8rem;height:8rem;top:5rem;right:0;opacity:.11;border-radius:.6rem;transform:translateX(42%) rotate(30deg)}.background .squares .square:nth-child(2){width:5rem;height:5rem;top:5rem;right:0;opacity:.18;border-radius:.35rem;transform:translateX(-30%) translateY(120%) rotate(68deg)}.background .squares .square:nth-child(3){width:3rem;height:3rem;top:5rem;right:0;opacity:.25;border-radius:.5rem;transform:translateX(-30%) translateY(450%) rotate(8deg)}.background .squares .square:nth-child(4){width:15rem;height:15rem;bottom:0;right:0;opacity:.1;border-radius:.5rem;transform:translateX(30%) translateY(35%) rotate(17deg)}.background .squares .square:nth-child(5){width:7rem;height:7rem;bottom:0;right:0;opacity:.2;border-radius:.5rem;transform:translateX(20%) translateY(-100%) rotate(-10deg)}.background .squares .square:nth-child(6){width:4rem;height:4rem;bottom:0;right:0;opacity:.08;border-radius:.5rem;transform:translateX(-330%) translateY(10%) rotate(-36.5deg)}.background .squares .square:nth-child(7){width:5rem;height:5rem;bottom:0;right:0;opacity:.15;border-radius:.5rem;transform:translateX(-60%) translateY(50%) rotate(5deg)}.background .squares .square:nth-child(8){width:8rem;height:8rem;bottom:0;left:0;opacity:.1;border-radius:.5rem;transform:translateX(190%) translateY(50%) rotate(-12deg)}.background .squares .square:nth-child(9){width:8rem;height:8rem;bottom:0;left:0;opacity:.3;border-radius:.5rem;transform:translateX(-70%) translateY(-50%) rotate(-30deg)}.background .squares .square:nth-child(10){width:6rem;height:6rem;bottom:0;left:0;opacity:.12;border-radius:.5rem;transform:translateX(120%) translateY(-120%) rotate(-8deg)}.background .squares .square:nth-child(11){width:4.5rem;height:4.5rem;bottom:0;left:0;opacity:.2;border-radius:.5rem;transform:translateX(240%) translateY(-100%) rotate(32deg)}.background .squares .square:nth-child(12){width:7rem;height:7rem;bottom:0;left:0;opacity:.1;border-radius:.5rem;transform:translateX(-50%) translateY(-600%) rotate(109deg)}.background .squares .square:nth-child(13){width:4rem;height:4rem;bottom:0;left:0;opacity:.15;border-radius:.5rem;transform:translateX(-20%) translateY(-980%) rotate(40deg)}main{display:flex;flex-direction:column;justify-content:center;align-items:center}.button,input.button{all:unset;display:flex;flex-wrap:nowrap;white-space:nowrap;flex-direction:row;justify-content:center;align-items:center;position:relative;color:#000;cursor:pointer;width:min-content;transition:all .2s ease;box-shadow:none}.button.pad,input.button.pad{padding:.75rem 1.5rem;border-radius:.5rem;background-color:hsla(0,0%,100%,.75);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.button.pad:hover,input.button.pad:hover{background-color:#005f64;color:#fff}.button.pad:hover *,input.button.pad:hover *{color:#fff}.button.exit-animation,input.button.exit-animation{transition:transform .3s cubic-bezier(.175,.885,.32,1.275)}.button.scroll-top-button,input.button.scroll-top-button{display:flex;aspect-ratio:1;width:1rem;padding:.75rem;margin:0 1rem 1rem 0;background-color:rgba(0,95,100,.5);border-radius:5px}.button.scroll-top-button i,input.button.scroll-top-button i{color:hsla(0,0%,100%,.8)}.span-copy{display:inline-flex;justify-content:center;align-items:center;position:relative;background-color:transparent;padding:.1rem 2.5rem .1rem .5rem;border-radius:.5rem;cursor:pointer;transition:background-color .3s ease,padding .3s ease .2s;overflow:hidden}.span-copy:hover{background-color:hsla(0,0%,100%,.1);padding-right:2.75rem;transition:background-color .3s ease,padding .3s ease}.span-copy:hover .icon-copy{visibility:visible;opacity:1;transform:translateY(0);transition:visibility .2s ease .2s,opacity .2s .2s,transform .2s cubic-bezier(.175,.885,.32,1.275) .2s}.span-copy:hover.copied .icon-copy{transform:translateY(2.5rem);visibility:hidden;opacity:0}.span-copy:hover.copied .icon-copied,.span-copy:hover.copied .icon-copy{transition:visibility .2s ease .2s,opacity .2s .2s,transform .2s cubic-bezier(.175,.885,.32,1.275)}.span-copy:hover.copied .icon-copied{visibility:visible;opacity:1;transform:translateY(0)}.span-copy .icon-copied,.span-copy .icon-copy{transform:translateY(2.5rem)}.span-copy .icon-copied,.span-copy .icon-copy,.span-copy svg.icon-copied{display:flex;position:absolute;right:.75rem;height:60%;padding-left:.5rem;visibility:hidden;opacity:0;transition:visibility .2s ease,opacity .2s,transform .2s cubic-bezier(.175,.885,.32,1.275) .2s}.span-copy svg.icon-copied{transform:translateY(-2.5rem)}.button-fullwidth{display:flex;position:relative;flex-direction:row;justify-content:flex-end;align-items:center;width:100%}.button-fullwidth .hider,.button-fullwidth .hider-info{width:100%;height:100%;overflow:hidden}.button-fullwidth .hider-info{position:absolute}.button-fullwidth .submit-button{display:flex;position:relative;flex-direction:row;justify-content:center;align-items:center;align-self:flex-end}.button-fullwidth .submit-button .button{z-index:12}.button-fullwidth .submit-button .loader{z-index:10;display:flex;position:absolute;width:2.5rem;height:.5rem;transform:translateY(calc(50% - .25rem));justify-content:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.button-fullwidth .submit-button .loader div{position:absolute;top:0;width:.5rem;height:.5rem;border-radius:50%;background:hsla(0,0%,100%,.5);animation-timing-function:cubic-bezier(0,1,1,0)}.button-fullwidth .submit-button .loader div:first-child{left:0;animation:lds-ellipsis1 .6s infinite}.button-fullwidth .submit-button .loader div:nth-child(2){left:0;animation:lds-ellipsis2 .6s infinite}.button-fullwidth .submit-button .loader div:nth-child(3){left:1rem;animation:lds-ellipsis2 .6s infinite}.button-fullwidth .submit-button .loader div:nth-child(4){left:2rem;animation:lds-ellipsis3 .6s infinite}@keyframes lds-ellipsis1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes lds-ellipsis2{0%{transform:translate(0)}to{transform:translate(1rem)}}.button-fullwidth .info{position:absolute;z-index:11;display:flex;flex-wrap:nowrap;flex-direction:row;gap:.75rem;padding:.5rem 1rem;border-radius:.5rem;justify-content:center;align-items:center;right:0;transform:translateX(110%);transition:transform .3s ease-out}.button-fullwidth .info span{font-size:1rem;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none}.button-fullwidth .info.success{background-color:#005f64}.button-fullwidth .info.error{background-color:#952004}.button-fullwidth .icon{z-index:10}form.error .submit-button .button,form.loading .submit-button .button,form.sent .submit-button .button{cursor:wait;transform:translateX(110%)}form.loading .submit-button .loader{opacity:1;visibility:visible}form.error .info.error,form.sent .info.success{transform:translateX(0)}.children-container{position:absolute;bottom:0;transform:translateY(100%);z-index:12}.cookies-consent-popup{display:flex;position:fixed;flex-direction:row;justify-content:space-between;align-items:flex-end;bottom:0;left:0;width:calc(100% - 0rem);border-radius:0;padding:2rem;gap:10rem;z-index:61;background:linear-gradient(120deg,rgba(0,0,0,.25),rgba(0,0,0,.5));-webkit-backdrop-filter:blur(15px) saturate(120%);backdrop-filter:blur(15px) saturate(120%);box-shadow:0 .25rem 2rem .2rem rgba(0,0,0,.3)}.cookies-consent-popup .text{display:flex;flex-direction:column;gap:.25rem;flex:1 1;overflow:hidden}.cookies-consent-popup .title{font-size:1.5rem;font-weight:700;color:#fff}.cookies-consent-popup .description{font-size:1rem;line-height:1.4rem;color:#d2e6d7;max-height:6rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;cursor:default}.cookies-consent-popup .description.showAll{max-height:none;display:inline;-webkit-line-clamp:none}.cookies-consent-popup .description a{font-weight:700;margin-left:1rem}.cookies-consent-popup .buttons{display:flex;flex-direction:row;gap:1rem}.cookies-consent-popup .buttons .accept-all{flex:1.5 1;border:1px solid #fff;background-color:#fff;padding:.75rem;border-radius:5px}.cookies-consent-popup .buttons .accept-all,.cookies-consent-popup .buttons .accept-all *{color:#000}.cookies-consent-popup .buttons .accept-essentials{flex:0 1;border:2px solid hsla(0,0%,100%,.1);background-color:transparent;border-radius:5px;padding:.75rem}.cookies-consent-popup .buttons .accept-essentials,.cookies-consent-popup .buttons .accept-essentials *{color:#fff}@media(max-width:1200px){.cookies-consent-popup{flex-direction:column;gap:2rem}.cookies-consent-popup .buttons{width:100%}.cookies-consent-popup .text{max-width:100%}}.floating{position:fixed;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:28;bottom:0;transition:visibility .75s ease,opacity .75s ease,transform .75s cubic-bezier(.8,-.5,.2,1.4)}.floating.left{left:0}.floating.right{right:0}.floating.center{left:50%;transform:translateX(-50%)}header.top~.floating.hideOnTop{visibility:hidden;opacity:0;transform:translateY(100%);transition:visibility .25s ease,opacity .25s ease,transform .25s ease}.footer{position:relative;min-height:10rem;background:linear-gradient(180deg,rgba(1,12,14,0),#010c0e 75%);padding-top:5rem;color:#fff;z-index:2}.footer,.footer .content{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.footer .content{max-width:1200px;gap:4rem;padding-top:4rem;padding-bottom:4rem}.footer .blocks{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;row-gap:2rem;column-gap:2rem;width:100%}.footer .blocks .block{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.75rem;max-width:25%;overflow:hidden}.footer .blocks .block .link{font-size:.9rem;font-weight:400}.footer .blocks .block .link.title{font-size:1rem;font-weight:700}.footer .line{flex-wrap:wrap;row-gap:1rem;column-gap:1.5rem;width:100%}.footer .line,.footer .line .container{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.footer .line .container{gap:1.75rem}.footer .line .brands{font-size:1.25rem}.footer .line a,.footer .line span{font-size:.9rem}.footer .line .certifications{display:flex;flex-wrap:wrap;row-gap:2rem;column-gap:2rem;flex-direction:row;justify-content:space-evenly;align-items:center;width:100%;opacity:.75}.footer .line .certifications .image-box{display:flex;height:30px}.footer .line .certifications img{position:inherit!important;object-fit:contain;width:inherit!important}@media(max-width:1050px){.footer .content{padding:4rem 5rem}.footer .blocks{display:grid;grid-template-columns:repeat(auto-fit,minmax(10rem,1fr))}.footer .blocks .block{max-width:unset}.footer .line{flex-direction:column}}.image-box-container{width:100%;display:grid;grid-template-columns:repeat(auto-fill,minmax(15rem,1fr));grid-gap:3rem;padding:.5rem;z-index:10}.image-box-container .image-box{display:flex;flex-direction:column;justify-content:center;padding:2rem;max-height:7rem;max-width:30rem}.image-box-container .image-box img{display:flex;position:inherit!important;object-fit:contain;width:100%!important;height:100%!important;max-width:100%;z-index:12;filter:drop-shadow(.6rem .75rem 1rem rgba(1,12,14,.5));-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.image-suspense{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;aspect-ratio:16/9;max-width:30rem;border-radius:.5rem;animation:suspense-animation 1s ease-in-out infinite alternate}@keyframes suspense-animation{0%{background-color:hsla(0,0%,100%,.025)}to{background-color:rgba(0,95,100,.5)}}header{display:flex;flex-direction:row;justify-content:center;align-items:center;position:fixed;left:0;right:0;top:0;width:100vw;height:5rem;z-index:30;padding-right:1.25rem;padding-left:1.25rem;color:#e0e0e0;transition:transform .25s ease,background-color .5s ease,box-shadow .25s ease}header.scroll-down{transform:translateY(-5rem)}header.scroll-up{box-shadow:0 .25rem 1.5rem .2rem rgba(0,0,0,.1);background-color:rgba(1,12,14,.5)}header nav{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;max-width:1920px;height:100%}header nav>*{z-index:30}header .container-logo{display:flex;flex-direction:row;height:100%;padding:.875rem 0;align-items:center;justify-content:flex-start}header .container-logo img{display:flex;position:unset!important;width:auto!important;height:100%;object-fit:contain;cursor:pointer}.menu-large{display:flex;justify-content:center;align-items:center;position:relative;flex-direction:row;gap:2rem;height:100%;animation:large-menu-entry .75s ease both}@keyframes large-menu-entry{0%{opacity:0}to{opacity:1}}.menu-burger{display:flex;justify-content:center;align-items:center;aspect-ratio:1;width:2.5rem;border-radius:.25rem;background-color:hsla(0,0%,100%,.1);transition:background-color .2s ease;cursor:pointer}.menu-burger:hover{background-color:hsla(0,0%,100%,.15)}.menu-burger .icon-menu{transition:transform .2s ease-out}.menu-burger .icon-menu.open{transform:rotate(180deg)}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.menu-small-container{display:flex;flex-direction:column;align-items:center;position:fixed;z-index:29;top:0;left:0;width:100vw;height:100%;max-height:100vh;background-color:rgba(1,12,14,.5);box-shadow:0 .25rem 1.5rem .2rem rgba(0,0,0,.1);opacity:0;visibility:hidden;transition:opacity .2s ease-out,visibility .2s ease-out,transform .2s ease-out,-webkit-backdrop-filter .2s ease-out;transition:opacity .2s ease-out,visibility .2s ease-out,backdrop-filter .2s ease-out,transform .2s ease-out;transition:opacity .2s ease-out,visibility .2s ease-out,backdrop-filter .2s ease-out,transform .2s ease-out,-webkit-backdrop-filter .2s ease-out;-webkit-backdrop-filter:grayscale(.25) blur(.8rem);backdrop-filter:grayscale(.25) blur(.8rem)}.menu-small-container.open{opacity:1;visibility:visible;transform:translateY(0)}.menu-small-container .menu-small{display:flex;flex-direction:column;justify-content:space-between;overflow:auto;width:100%;height:100%;transition:padding .2s ease}.menu-small-container .menu-small .links-container{display:flex;flex:1 1;flex-direction:column;margin-top:5rem;padding:3rem 5rem 2rem;gap:1.5rem;overflow-y:auto}@media(max-width:550px){.menu-small-container .menu-small .links-container{padding:3rem 3rem 2rem}}@media(max-width:450px){.menu-small-container .menu-small .links-container{padding:2rem}}.glass-background{display:flex;position:absolute;top:0;left:0;width:100%;height:100%;-webkit-backdrop-filter:blur(.8rem);backdrop-filter:blur(.8rem)}.nav-bar-margin{display:flex;width:100vw;height:5rem;z-index:30}.language-switcher.normal{display:flex;position:relative;flex-direction:column;justify-content:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:31;animation:language-entry 1s ease both}@keyframes language-entry{0%{opacity:0}to{opacity:1}}.language-switcher.normal .switcher{display:flex;flex-direction:row;justify-content:center;align-items:center;font-size:1rem;width:2.5rem;height:1.8rem;border-radius:.25rem;cursor:pointer;color:#e0e0e0;background-color:hsla(0,0%,100%,.1);transition:color .1s ease}.language-switcher.normal .switcher:hover{color:#fff}.language-switcher.normal .list{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;position:absolute;gap:.4rem;padding:.5rem .75rem;top:2.16rem;right:0;color:#e0e0e0;background-color:hsla(0,0%,100%,.1);border-radius:.25rem;opacity:0;visibility:hidden;transition:visibility .1s ease,opacity .1s ease}.language-switcher.normal .list.open{visibility:visible;opacity:1;animation:swing-in-top-fwd .15s}.language-switcher.normal .list .link{transition:color .1s ease}.language-switcher.normal .list .link:hover{color:#fff}.language-switcher.normal .list .link.selected{font-weight:700}.language-switcher.mobile{display:flex;flex-direction:row;justify-content:space-around;align-items:center;width:100%;padding:1rem;flex-shrink:0;background-color:rgba(1,12,14,.5)}.language-switcher.mobile .link{font-size:1rem}.language-switcher.mobile .link.selected{font-weight:700}div.mobile{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;transition:background-color .1s ease,color .1s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#e0e0e0;font-size:1.75rem}@keyframes entry{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}div.mobile:first-child{animation:entry .4s ease 0ms both}div.mobile:nth-child(2){animation:entry .4s ease 75ms both}div.mobile:nth-child(3){animation:entry .4s ease .15s both}div.mobile:nth-child(4){animation:entry .4s ease 225ms both}div.mobile:nth-child(5){animation:entry .4s ease .3s both}div.mobile:nth-child(6){animation:entry .4s ease 375ms both}div.mobile:nth-child(7){animation:entry .4s ease .45s both}div.mobile:nth-child(8){animation:entry .4s ease 525ms both}div.mobile:nth-child(9){animation:entry .4s ease .6s both}div.mobile:nth-child(10){animation:entry .4s ease 675ms both}div.mobile:nth-child(11){animation:entry .4s ease .75s both}div.mobile:nth-child(12){animation:entry .4s ease 825ms both}div.mobile:nth-child(13){animation:entry .4s ease .9s both}div.mobile:nth-child(14){animation:entry .4s ease 975ms both}div.mobile:nth-child(15){animation:entry .4s ease 1.05s both}div.mobile:nth-child(16){animation:entry .4s ease 1125ms both}div.mobile:nth-child(17){animation:entry .4s ease 1.2s both}div.mobile:nth-child(18){animation:entry .4s ease 1275ms both}div.mobile:nth-child(19){animation:entry .4s ease 1.35s both}div.mobile:nth-child(20){animation:entry .4s ease 1425ms both}div.mobile:nth-child(21){animation:entry .4s ease 1.5s both}div.mobile:nth-child(22){animation:entry .4s ease 1575ms both}div.mobile:nth-child(23){animation:entry .4s ease 1.65s both}div.mobile:nth-child(24){animation:entry .4s ease 1725ms both}div.mobile:nth-child(25){animation:entry .4s ease 1.8s both}div.mobile:nth-child(26){animation:entry .4s ease 1875ms both}div.mobile:nth-child(27){animation:entry .4s ease 1.95s both}div.mobile:nth-child(28){animation:entry .4s ease 2025ms both}div.mobile:nth-child(29){animation:entry .4s ease 2.1s both}div.mobile:nth-child(30){animation:entry .4s ease 2175ms both}div.mobile:nth-child(31){animation:entry .4s ease 2.25s both}div.mobile:nth-child(32){animation:entry .4s ease 2325ms both}div.mobile:nth-child(33){animation:entry .4s ease 2.4s both}div.mobile:nth-child(34){animation:entry .4s ease 2475ms both}div.mobile:nth-child(35){animation:entry .4s ease 2.55s both}div.mobile:nth-child(36){animation:entry .4s ease 2625ms both}div.mobile:nth-child(37){animation:entry .4s ease 2.7s both}div.mobile:nth-child(38){animation:entry .4s ease 2775ms both}div.mobile:nth-child(39){animation:entry .4s ease 2.85s both}div.mobile:nth-child(40){animation:entry .4s ease 2925ms both}div.mobile:nth-child(41){animation:entry .4s ease 3s both}div.mobile:nth-child(42){animation:entry .4s ease 3075ms both}div.mobile:nth-child(43){animation:entry .4s ease 3.15s both}div.mobile:nth-child(44){animation:entry .4s ease 3225ms both}div.mobile:nth-child(45){animation:entry .4s ease 3.3s both}div.mobile:nth-child(46){animation:entry .4s ease 3375ms both}div.mobile:nth-child(47){animation:entry .4s ease 3.45s both}div.mobile:nth-child(48){animation:entry .4s ease 3525ms both}div.mobile:nth-child(49){animation:entry .4s ease 3.6s both}div.mobile:nth-child(50){animation:entry .4s ease 3675ms both}div.mobile:nth-child(51){animation:entry .4s ease 3.75s both}div.mobile:nth-child(52){animation:entry .4s ease 3825ms both}div.mobile:nth-child(53){animation:entry .4s ease 3.9s both}div.mobile:nth-child(54){animation:entry .4s ease 3975ms both}div.mobile:nth-child(55){animation:entry .4s ease 4.05s both}div.mobile:nth-child(56){animation:entry .4s ease 4125ms both}div.mobile:nth-child(57){animation:entry .4s ease 4.2s both}div.mobile:nth-child(58){animation:entry .4s ease 4275ms both}div.mobile:nth-child(59){animation:entry .4s ease 4.35s both}div.mobile:nth-child(60){animation:entry .4s ease 4425ms both}div.mobile:nth-child(61){animation:entry .4s ease 4.5s both}div.mobile:nth-child(62){animation:entry .4s ease 4575ms both}div.mobile:nth-child(63){animation:entry .4s ease 4.65s both}div.mobile:nth-child(64){animation:entry .4s ease 4725ms both}div.mobile:nth-child(65){animation:entry .4s ease 4.8s both}div.mobile:nth-child(66){animation:entry .4s ease 4875ms both}div.mobile:nth-child(67){animation:entry .4s ease 4.95s both}div.mobile:nth-child(68){animation:entry .4s ease 5025ms both}div.mobile:nth-child(69){animation:entry .4s ease 5.1s both}div.mobile:nth-child(70){animation:entry .4s ease 5175ms both}div.mobile:nth-child(71){animation:entry .4s ease 5.25s both}div.mobile:nth-child(72){animation:entry .4s ease 5325ms both}div.mobile:nth-child(73){animation:entry .4s ease 5.4s both}div.mobile:nth-child(74){animation:entry .4s ease 5475ms both}div.mobile:nth-child(75){animation:entry .4s ease 5.55s both}div.mobile:nth-child(76){animation:entry .4s ease 5625ms both}div.mobile:nth-child(77){animation:entry .4s ease 5.7s both}div.mobile:nth-child(78){animation:entry .4s ease 5775ms both}div.mobile:nth-child(79){animation:entry .4s ease 5.85s both}div.mobile:nth-child(80){animation:entry .4s ease 5925ms both}div.mobile:nth-child(81){animation:entry .4s ease 6s both}div.mobile:nth-child(82){animation:entry .4s ease 6075ms both}div.mobile:nth-child(83){animation:entry .4s ease 6.15s both}div.mobile:nth-child(84){animation:entry .4s ease 6225ms both}div.mobile:nth-child(85){animation:entry .4s ease 6.3s both}div.mobile:nth-child(86){animation:entry .4s ease 6375ms both}div.mobile:nth-child(87){animation:entry .4s ease 6.45s both}div.mobile:nth-child(88){animation:entry .4s ease 6525ms both}div.mobile:nth-child(89){animation:entry .4s ease 6.6s both}div.mobile:nth-child(90){animation:entry .4s ease 6675ms both}div.mobile:nth-child(91){animation:entry .4s ease 6.75s both}div.mobile:nth-child(92){animation:entry .4s ease 6825ms both}div.mobile:nth-child(93){animation:entry .4s ease 6.9s both}div.mobile:nth-child(94){animation:entry .4s ease 6975ms both}div.mobile:nth-child(95){animation:entry .4s ease 7.05s both}div.mobile:nth-child(96){animation:entry .4s ease 7125ms both}div.mobile:nth-child(97){animation:entry .4s ease 7.2s both}div.mobile:nth-child(98){animation:entry .4s ease 7275ms both}div.mobile:nth-child(99){animation:entry .4s ease 7.35s both}div.mobile:nth-child(100){animation:entry .4s ease 7425ms both}div.mobile:nth-child(101){animation:entry .4s ease 7.5s both}div.mobile .link-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;cursor:pointer;padding:.4rem .75rem;border-radius:.5rem}div.mobile .link-container:hover{color:#d2e6d7}div.mobile .link{width:100%}div.mobile .link-container:active{background-color:hsla(0,0%,100%,.05)}div.mobile .icon{transition:transform .2s ease-out}div.mobile .icon.open{transform:rotate(180deg)}div.mobile .subLinks-container{display:flex;flex-direction:column;width:100%;padding-left:1.75rem;gap:.9rem}div.mobile .subLinks-container li{display:flex;width:100%;font-size:1.25rem}div.mobile .subLinks-container li .link{width:100%}div.mobile .subLinks-container li:first-child{padding-top:.5rem}@keyframes right-entry{0%{opacity:0;transform:translateX(5%)}to{opacity:1;transform:translateX(0)}}div.mobile .subLinks-container li:first-child{animation:right-entry .2s ease-out 0ms both}div.mobile .subLinks-container li:nth-child(2){animation:right-entry .2s ease-out 50ms both}div.mobile .subLinks-container li:nth-child(3){animation:right-entry .2s ease-out .1s both}div.mobile .subLinks-container li:nth-child(4){animation:right-entry .2s ease-out .15s both}div.mobile .subLinks-container li:nth-child(5){animation:right-entry .2s ease-out .2s both}div.mobile .subLinks-container li:nth-child(6){animation:right-entry .2s ease-out .25s both}div.mobile .subLinks-container li:nth-child(7){animation:right-entry .2s ease-out .3s both}div.mobile .subLinks-container li:nth-child(8){animation:right-entry .2s ease-out .35s both}div.mobile .subLinks-container li:nth-child(9){animation:right-entry .2s ease-out .4s both}div.mobile .subLinks-container li:nth-child(10){animation:right-entry .2s ease-out .45s both}div.mobile .subLinks-container li:nth-child(11){animation:right-entry .2s ease-out .5s both}div.mobile .subLinks-container li:nth-child(12){animation:right-entry .2s ease-out .55s both}div.mobile .subLinks-container li:nth-child(13){animation:right-entry .2s ease-out .6s both}div.mobile .subLinks-container li:nth-child(14){animation:right-entry .2s ease-out .65s both}div.mobile .subLinks-container li:nth-child(15){animation:right-entry .2s ease-out .7s both}div.mobile .subLinks-container li:nth-child(16){animation:right-entry .2s ease-out .75s both}div.mobile .subLinks-container li:nth-child(17){animation:right-entry .2s ease-out .8s both}div.mobile .subLinks-container li:nth-child(18){animation:right-entry .2s ease-out .85s both}div.mobile .subLinks-container li:nth-child(19){animation:right-entry .2s ease-out .9s both}div.mobile .subLinks-container li:nth-child(20){animation:right-entry .2s ease-out .95s both}div.mobile .subLinks-container li:nth-child(21){animation:right-entry .2s ease-out 1s both}div.mobile .subLinks-container li:nth-child(22){animation:right-entry .2s ease-out 1.05s both}div.mobile .subLinks-container li:nth-child(23){animation:right-entry .2s ease-out 1.1s both}div.mobile .subLinks-container li:nth-child(24){animation:right-entry .2s ease-out 1.15s both}div.mobile .subLinks-container li:nth-child(25){animation:right-entry .2s ease-out 1.2s both}div.mobile .subLinks-container li:nth-child(26){animation:right-entry .2s ease-out 1.25s both}div.mobile .subLinks-container li:nth-child(27){animation:right-entry .2s ease-out 1.3s both}div.mobile .subLinks-container li:nth-child(28){animation:right-entry .2s ease-out 1.35s both}div.mobile .subLinks-container li:nth-child(29){animation:right-entry .2s ease-out 1.4s both}div.mobile .subLinks-container li:nth-child(30){animation:right-entry .2s ease-out 1.45s both}div.mobile .subLinks-container li:nth-child(31){animation:right-entry .2s ease-out 1.5s both}div.mobile .subLinks-container li:nth-child(32){animation:right-entry .2s ease-out 1.55s both}div.mobile .subLinks-container li:nth-child(33){animation:right-entry .2s ease-out 1.6s both}div.mobile .subLinks-container li:nth-child(34){animation:right-entry .2s ease-out 1.65s both}div.mobile .subLinks-container li:nth-child(35){animation:right-entry .2s ease-out 1.7s both}div.mobile .subLinks-container li:nth-child(36){animation:right-entry .2s ease-out 1.75s both}div.mobile .subLinks-container li:nth-child(37){animation:right-entry .2s ease-out 1.8s both}div.mobile .subLinks-container li:nth-child(38){animation:right-entry .2s ease-out 1.85s both}div.mobile .subLinks-container li:nth-child(39){animation:right-entry .2s ease-out 1.9s both}div.mobile .subLinks-container li:nth-child(40){animation:right-entry .2s ease-out 1.95s both}div.mobile .subLinks-container li:nth-child(41){animation:right-entry .2s ease-out 2s both}div.mobile .subLinks-container li:nth-child(42){animation:right-entry .2s ease-out 2.05s both}div.mobile .subLinks-container li:nth-child(43){animation:right-entry .2s ease-out 2.1s both}div.mobile .subLinks-container li:nth-child(44){animation:right-entry .2s ease-out 2.15s both}div.mobile .subLinks-container li:nth-child(45){animation:right-entry .2s ease-out 2.2s both}div.mobile .subLinks-container li:nth-child(46){animation:right-entry .2s ease-out 2.25s both}div.mobile .subLinks-container li:nth-child(47){animation:right-entry .2s ease-out 2.3s both}div.mobile .subLinks-container li:nth-child(48){animation:right-entry .2s ease-out 2.35s both}div.mobile .subLinks-container li:nth-child(49){animation:right-entry .2s ease-out 2.4s both}div.mobile .subLinks-container li:nth-child(50){animation:right-entry .2s ease-out 2.45s both}div.mobile .subLinks-container li:nth-child(51){animation:right-entry .2s ease-out 2.5s both}div.mobile .subLinks-container li:nth-child(52){animation:right-entry .2s ease-out 2.55s both}div.mobile .subLinks-container li:nth-child(53){animation:right-entry .2s ease-out 2.6s both}div.mobile .subLinks-container li:nth-child(54){animation:right-entry .2s ease-out 2.65s both}div.mobile .subLinks-container li:nth-child(55){animation:right-entry .2s ease-out 2.7s both}div.mobile .subLinks-container li:nth-child(56){animation:right-entry .2s ease-out 2.75s both}div.mobile .subLinks-container li:nth-child(57){animation:right-entry .2s ease-out 2.8s both}div.mobile .subLinks-container li:nth-child(58){animation:right-entry .2s ease-out 2.85s both}div.mobile .subLinks-container li:nth-child(59){animation:right-entry .2s ease-out 2.9s both}div.mobile .subLinks-container li:nth-child(60){animation:right-entry .2s ease-out 2.95s both}div.mobile .subLinks-container li:nth-child(61){animation:right-entry .2s ease-out 3s both}div.mobile .subLinks-container li:nth-child(62){animation:right-entry .2s ease-out 3.05s both}div.mobile .subLinks-container li:nth-child(63){animation:right-entry .2s ease-out 3.1s both}div.mobile .subLinks-container li:nth-child(64){animation:right-entry .2s ease-out 3.15s both}div.mobile .subLinks-container li:nth-child(65){animation:right-entry .2s ease-out 3.2s both}div.mobile .subLinks-container li:nth-child(66){animation:right-entry .2s ease-out 3.25s both}div.mobile .subLinks-container li:nth-child(67){animation:right-entry .2s ease-out 3.3s both}div.mobile .subLinks-container li:nth-child(68){animation:right-entry .2s ease-out 3.35s both}div.mobile .subLinks-container li:nth-child(69){animation:right-entry .2s ease-out 3.4s both}div.mobile .subLinks-container li:nth-child(70){animation:right-entry .2s ease-out 3.45s both}div.mobile .subLinks-container li:nth-child(71){animation:right-entry .2s ease-out 3.5s both}div.mobile .subLinks-container li:nth-child(72){animation:right-entry .2s ease-out 3.55s both}div.mobile .subLinks-container li:nth-child(73){animation:right-entry .2s ease-out 3.6s both}div.mobile .subLinks-container li:nth-child(74){animation:right-entry .2s ease-out 3.65s both}div.mobile .subLinks-container li:nth-child(75){animation:right-entry .2s ease-out 3.7s both}div.mobile .subLinks-container li:nth-child(76){animation:right-entry .2s ease-out 3.75s both}div.mobile .subLinks-container li:nth-child(77){animation:right-entry .2s ease-out 3.8s both}div.mobile .subLinks-container li:nth-child(78){animation:right-entry .2s ease-out 3.85s both}div.mobile .subLinks-container li:nth-child(79){animation:right-entry .2s ease-out 3.9s both}div.mobile .subLinks-container li:nth-child(80){animation:right-entry .2s ease-out 3.95s both}div.mobile .subLinks-container li:nth-child(81){animation:right-entry .2s ease-out 4s both}div.mobile .subLinks-container li:nth-child(82){animation:right-entry .2s ease-out 4.05s both}div.mobile .subLinks-container li:nth-child(83){animation:right-entry .2s ease-out 4.1s both}div.mobile .subLinks-container li:nth-child(84){animation:right-entry .2s ease-out 4.15s both}div.mobile .subLinks-container li:nth-child(85){animation:right-entry .2s ease-out 4.2s both}div.mobile .subLinks-container li:nth-child(86){animation:right-entry .2s ease-out 4.25s both}div.mobile .subLinks-container li:nth-child(87){animation:right-entry .2s ease-out 4.3s both}div.mobile .subLinks-container li:nth-child(88){animation:right-entry .2s ease-out 4.35s both}div.mobile .subLinks-container li:nth-child(89){animation:right-entry .2s ease-out 4.4s both}div.mobile .subLinks-container li:nth-child(90){animation:right-entry .2s ease-out 4.45s both}div.mobile .subLinks-container li:nth-child(91){animation:right-entry .2s ease-out 4.5s both}div.mobile .subLinks-container li:nth-child(92){animation:right-entry .2s ease-out 4.55s both}div.mobile .subLinks-container li:nth-child(93){animation:right-entry .2s ease-out 4.6s both}div.mobile .subLinks-container li:nth-child(94){animation:right-entry .2s ease-out 4.65s both}div.mobile .subLinks-container li:nth-child(95){animation:right-entry .2s ease-out 4.7s both}div.mobile .subLinks-container li:nth-child(96){animation:right-entry .2s ease-out 4.75s both}div.mobile .subLinks-container li:nth-child(97){animation:right-entry .2s ease-out 4.8s both}div.mobile .subLinks-container li:nth-child(98){animation:right-entry .2s ease-out 4.85s both}div.mobile .subLinks-container li:nth-child(99){animation:right-entry .2s ease-out 4.9s both}div.mobile .subLinks-container li:nth-child(100){animation:right-entry .2s ease-out 4.95s both}div.mobile .subLinks-container li:nth-child(101){animation:right-entry .2s ease-out 5s both}div.normal{display:flex;flex-direction:row;justify-content:center;align-items:center;font-weight:400;font-size:1rem;position:relative}div.normal .link{width:100%}div.normal .menu-link{border-bottom:2px solid transparent}div.normal .menu-link.menu-link-active{position:relative}div.normal .menu-link.menu-link-active:after{content:"";bottom:.35rem;left:1.75rem;justify-self:center;align-self:center;position:absolute;display:flex;background-color:rgba(0,95,100,.5);height:2px;animation:menu-link-entry .5s cubic-bezier(.24,.11,.56,1.01) both}@keyframes menu-link-entry{0%{width:0;opacity:0}to{width:calc(100% + .5rem - 4rem);opacity:1}}div.normal .link-container{display:flex;flex-direction:row;align-items:center;justify-content:center;cursor:default}div.normal .link-container.with-subLinks{background-color:blue}div.normal .link-container .link-container-title{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.25rem;padding:.75rem 2rem}div.normal .link-container>a.link{padding:.75rem 2rem}div.normal .link-container:hover{color:#d2e6d7}div.normal .link-container .indicator{display:flex;position:absolute;width:.35rem;top:0;aspect-ratio:1;opacity:.75;border-radius:100%;pointer-events:none;background-color:#d2e6d7;box-shadow:0 0 .5rem .1rem rgba(210,230,215,.4)}div.normal .sub-menu-container{display:flex;position:absolute;justify-content:center;align-items:center;width:175%;height:2.5rem;top:-.05rem;opacity:0;visibility:hidden;transform:translateY(1.2rem) scale(.25) rotateX(90deg)}div.normal .sub-menu-container .sub-menu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;flex-direction:column;position:absolute;top:2.5rem;background:linear-gradient(105deg,#005f64,#002f31);box-shadow:0 .25rem 1.5rem .2rem rgba(0,0,0,.1);border-radius:.5rem;padding:.25rem}div.normal .sub-menu-container .sub-menu .sub-menu-title{font-weight:600;margin-bottom:.25rem}div.normal .sub-menu-container .sub-menu li{font-size:1rem;display:flex;flex-direction:row;width:100%;white-space:nowrap}div.normal .sub-menu-container .sub-menu li a.link{position:relative;padding:1.15rem 1.35rem;border-radius:.25rem;background-color:transparent;transition:all .15s ease;cursor:pointer}div.normal .sub-menu-container .sub-menu li a.link.current{background-color:rgba(1,12,14,.15);text-shadow:1px 2px 4px rgba(0,0,0,.4)}div.normal .sub-menu-container .sub-menu li a.link:hover{background-color:rgba(1,12,14,.15)}div.normal .sub-menu-container .sub-menu li a.link:active{border-color:rgba(1,12,14,.1)}div.normal.with-subLinks .link-container .icon{transition:transform .2s ease-out}div.normal.with-subLinks .link-container:hover .sub-menu-container{opacity:1;visibility:visible;transform:translateY(0) scale(1) rotateX(0deg)}div.normal.with-subLinks .link-container:hover .icon{transform:rotate(180deg)}