#top-navigation{position:fixed;inset:0;z-index:3;box-sizing:border-box;width:100%;height:-moz-min-content;height:min-content;padding:10px 20px;background-color:var(--main-darkest);border-bottom:1px solid var(--main-dark)}@media(max-width:991.98px){#top-navigation{display:grid;grid-template-rows:var(--nav-height) min-content;min-height:var(--nav-height)}}@media(min-width:992px){#top-navigation{height:var(--nav-height);padding:8px 20px}}#top-navigation.open{grid-template-rows:var(--nav-height) 1fr}#top-navigation .content-limiter,#top-navigation .limited-content{height:100%}#top-navigation .content-limiter{overflow:hidden}#top-navigation ul{list-style:none}#top-navigation ul li{min-height:40px}#top-navigation .logo{height:46px}#top-navigation .inner-wrapper{display:flex;flex-flow:row nowrap;align-items:center;justify-content:flex-start;width:100%;height:100%}#top-navigation .inner-wrapper .mobile{display:block;margin-left:auto}@media(min-width:992px){#top-navigation .inner-wrapper .mobile{display:none}}#top-navigation .inner-wrapper .desktop-items{display:none;flex-flow:row nowrap;-moz-column-gap:49px;column-gap:49px;align-items:center;justify-content:flex-start;height:100%;margin-left:auto;white-space:nowrap}@media(min-width:992px){#top-navigation .inner-wrapper .desktop-items{display:flex}}#top-navigation .inner-wrapper .desktop-items .menu-item,#top-navigation .inner-wrapper .desktop-items .menu-item>button{height:100%}#top-navigation .inner-wrapper .desktop-items .menu-item>a{display:flex;flex-flow:row;align-items:center;justify-content:center;height:100%}html{--main-light:#b9dcd2;--main-dark:#253746;--main-darkest:#121b22;--web-light-bg:#e9f7f3;--web-grey:#565f70;--web-grey-light:#dbdbdb;--web-text-grey:#565f70;--inactive-grey-dark:#6f6f6f;--inactive-grey-light:#a8a8a8;--black:#000;--white:#fff;--alert:#a40000;--alert-light:red;--main-radius:15px;--font-scale:1}.react-select{box-sizing:border-box;--cms-color:var(--main-darkest);min-height:50px;z-index:2000}@media(min-width:992px){.react-select{min-height:60px}}.react-select .react-select__control{background-color:var(--main-darkest);border:1px solid var(--main-light);border-radius:15px;box-shadow:none!important;min-height:50px}@media(min-width:992px){.react-select .react-select__control{min-height:60px}}.react-select .react-select__control.react-select__control--is-focused{outline:3px solid var(--main-light)!important;outline-offset:-1px}.react-select .react-select__control:hover{border:1px solid var(--main-light)}.react-select .react-select__value-container .react-select__single-value{color:var(--inactive-grey-light);font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-weight:300;line-height:22px;font-size:calc(18px*var(--font-scale))}@media(min-width:992px){.react-select .react-select__value-container .react-select__single-value{font-size:calc(20px*var(--font-scale));line-height:40px}}.react-select .react-select__value-container.react-select__value-container--has-value .react-select__single-value{color:var(--white)}.react-select .react-select__value-container .react-select__placeholder{color:var(--inactive-grey-light);font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-weight:300;line-height:22px;font-size:calc(18px*var(--font-scale))}@media(min-width:992px){.react-select .react-select__value-container .react-select__placeholder{font-size:calc(20px*var(--font-scale));line-height:40px}}.react-select .react-select__value-container .react-select__input-container{color:var(--white)}.react-select .react-select__value-container .react-select__input{font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-weight:300;line-height:22px;font-size:calc(18px*var(--font-scale))}@media(min-width:992px){.react-select .react-select__value-container .react-select__input{font-size:calc(20px*var(--font-scale));line-height:40px}}.react-select__menu,.react-select__menu-list{min-width:320px;max-height:min(250px,50dvh)!important}.react-select__menu{background-color:transparent!important;box-shadow:none!important}.react-select__menu-portal{z-index:999!important}.react-select__menu-list{border-radius:15px;border:1px solid var(--main-light);background-color:var(--main-darkest);box-sizing:border-box;padding-left:20px;padding-right:20px;padding-top:10px!important;padding-bottom:10px!important}.react-select__menu-list .react-select__option{cursor:pointer;background-color:var(--main-darkest);color:var(--white);padding:0 20px;border-radius:5px;font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-weight:300;line-height:22px;font-size:calc(18px*var(--font-scale))}.react-select__menu-list .react-select__option:not(:last-child){margin-bottom:20px}@media(min-width:992px){.react-select__menu-list .react-select__option{font-size:calc(20px*var(--font-scale));line-height:40px}}.react-select__menu-list .react-select__option.react-select__option--is-focused,.react-select__menu-list .react-select__option.react-select__option--is-selected{background-color:var(--main-dark)}html{padding:0;margin:0;--nav-height-scale:0.75;--nav-height:calc(68px * var(--nav-height-scale));font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}@media(min-width:992px){html{--nav-height:calc(94px * var(--nav-height-scale))}}body{min-width:100%;min-height:100dvh;padding:0}body,div,h1,h2,h3,h4,h5,h6,li,p,ul{margin:0}li,ul{padding:0}a,button{cursor:pointer}body>main{box-sizing:border-box;overflow:hidden auto}@media(max-width:991.98px){body>main{padding-top:calc(var(--nav-height) + 20px)}}@media(min-width:992px){body>main{padding-top:var(--nav-height)}}body{overflow-x:hidden}body,body main{position:relative}body main{z-index:2}#gyroid-background{position:absolute;top:0;right:0;z-index:1}.no-decoration{text-decoration:none}