:root{--primary:var(--navi-500);--primary-25:var(--navi-25);--primary-50:var(--navi-50);--primary-100:var(--navi-100);--primary-200:var(--navi-200);--primary-300:var(--navi-300);--primary-400:var(--navi-400);--primary-500:var(--navi-500);--primary-600:var(--navi-600);--primary-700:var(--navi-700);--primary-800:var(--navi-800);--primary-900:var(--navi-900);--primary-950:var(--navi-950);--primary-text:var(--grayscale-900);--primary-text-25:var(--grayscale-25);--primary-text-50:var(--grayscale-50);--primary-text-100:var(--grayscale-100);--primary-text-200:var(--grayscale-200);--primary-text-300:var(--grayscale-300);--primary-text-400:var(--grayscale-400);--primary-text-500:var(--grayscale-500);--primary-text-600:var(--grayscale-600);--primary-text-700:var(--grayscale-700);--primary-text-800:var(--grayscale-800);--primary-text-900:var(--grayscale-900);--primary-text-950:var(--grayscale-950);--navi-25:#f5fbfc;--navi-50:#e6f4f8;--navi-100:#d6eef4;--navi-200:#c7e8f0;--navi-300:#b8e2eb;--navi-400:#6bc5d3;--navi-500:#00a0ac;--navi-600:#008493;--navi-700:#006979;--navi-800:#004f5e;--navi-900:#003642;--navi-950:#001d25;--grayscale-25:#fcfcfd;--grayscale-50:#f8fafc;--grayscale-100:#eef2f6;--grayscale-200:#e3e8ef;--grayscale-300:#cdd5df;--grayscale-400:#9aa4b2;--grayscale-500:#697586;--grayscale-600:#4b5565;--grayscale-700:#364152;--grayscale-800:#202939;--grayscale-900:#121926;--grayscale-950:#0d121c;--decoration-coral:#fb7d48;--decoration-coral-light:#ffdfca;--decoration-coral-lighter:#faeee5;--decoration-sky:#38a5c8;--decoration-sky-light:#d4eff8;--decoration-sky-lighter:#e9f6fb;--decoration-emerald:#34a75b;--decoration-emerald-light:#cbead9;--decoration-emerald-lighter:#eaf7f0;--decoration-brick:#da4a3e;--decoration-brick-light:#f7d0c7;--decoration-brick-lighter:#fceeeb;--linear-blue:linear-gradient(255deg,#003343,#002733)}@keyframes bobAnimation1{0%,to{transform:translateY(0)}50%{transform:translateY(-5%)}}@keyframes bobAnimation2{0%,to{transform:translateY(0)}50%{transform:translateY(7%)}}@keyframes bobAnimation3{0%,to{transform:translateY(0)}50%{transform:translateY(-3%)}}.bob-animation-1{will-change:transform;animation:bobAnimation1 6s ease-in-out infinite}.bob-animation-2{will-change:transform;animation:bobAnimation2 5s ease-in-out infinite}.bob-animation-3{will-change:transform;animation:bobAnimation3 3.5s ease-in-out infinite}@keyframes slideRight{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes slideLeft{0%{transform:translateX(0)}to{transform:translateX(50%)}}@keyframes slideUp{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.slide-right{animation:slideRight 50s linear infinite}.slide-right:hover{animation-play-state:paused}.slide-left{animation:slideLeft 50s linear infinite}.pause,.slide-left:hover{animation-play-state:paused}.slide-up{animation:slideUp 50s linear infinite}.slide-up:hover{animation-play-state:paused}@keyframes shakeAndPause{0%,5.31%{transform:rotate(-10deg)}10.62%,5.31%{transform:rotate(10deg)}10.62%,15.93%{transform:rotate(-10deg)}15.93%,21.24%{transform:rotate(10deg)}21.24%,26.55%{transform:rotate(-10deg)}26.55%,31.86%{transform:rotate(10deg)}31.86%,37.17%{transform:rotate(-10deg)}37.17%,42.48%{transform:rotate(10deg)}42.48%,47.79%{transform:rotate(-10deg)}47.79%,53.1%{transform:rotate(10deg)}53.1%,to{transform:rotate(0deg)}}.shake{animation:shakeAndPause 4.26s linear infinite}@keyframes dashboardBob1{0%,to{transform:translateX(0);transform:translateY(0)}50%{transform:translateX(.2em);transform:translateY(-.8em)}}@keyframes dashboardBob2{0%,to{transform:translateX(0);transform:translateY(0)}50%{transform:translateX(0);transform:translateY(-.5em)}}@keyframes dashboardBob3{0%,to{transform:translateX(0);transform:translateY(0)}50%{transform:translateX(0);transform:translateY(.6em)}}@keyframes dashboardBob4{0%,to{transform:translateX(0);transform:translateY(0)}50%{transform:translateX(0);transform:translateY(-.3em)}}@keyframes dashboardBob5{0%,to{transform:translateX(0);transform:translateY(0)}50%{transform:translateX(0);transform:translateY(.2em)}}.dashboard--bob-animation-1{will-change:transform;animation:dashboardBob1 7s ease-in-out infinite}.dashboard--bob-animation-2{will-change:transform;animation:dashboardBob2 5.5s ease-in-out infinite}.dashboard--bob-animation-3{will-change:transform;animation:dashboardBob3 6.25s ease-in-out infinite}.dashboard--bob-animation-4{will-change:transform;animation:dashboardBob4 3.5s ease-in-out infinite}.dashboard--bob-animation-5{will-change:transform;animation:dashboardBob5 4s ease-in-out infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loader{animation:spin 2s linear infinite;will-change:transform}@keyframes skeletonPulse{0%{background-color:#f0f0f0}50%{background-color:#e0e0e0}to{background-color:#f0f0f0}}.skeleton-pulse{animation:skeletonPulse 1.5s infinite}*{box-sizing:border-box;padding:0;margin:0}html{font-size:16px;line-height:1.5;background-color:#fff;font-feature-settings:none;font-variant-ligatures:none}body{background-color:#fff!important}body,main{display:flex;flex-direction:column;width:100%;color:var(--primary-text)}main{flex-grow:1;gap:24px}a{text-decoration:none;color:var(--primary-text)}.coverImage{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.splide__pagination{display:none!important}.visible-track .splide__track{overflow:visible!important}.splide__arrow{background-color:#fff!important;width:64px!important;height:64px!important;top:10%!important;border:1px solid transparent!important;transition:opacity .3s ease,border-color .3s ease}.splide__arrow:active{border-color:var(--primary)!important}@media(max-width:991px){.splide__arrow{width:48px!important;height:48px!important}}@media(max-width:768px){.splide__arrow{width:40px!important;height:40px!important}}.splide__slide.full-opacity-focus-slides{transition:opacity .3s ease}.splide__slide.full-opacity-focus-slides:not(.is-active){opacity:.3}.mapboxgl-popup-content{width:221px!important;padding:0;border-radius:12px}.mapboxgl-popup-close-button{color:#fff;font-size:20px;right:10px;top:10px;display:none}.mapboxgl-popup-anchor-left .mapboxgl-popup-tip{border-right-color:#202939}.mapboxgl-popup-anchor-top .mapboxgl-popup-tip{border-bottom-color:#202939}.mapboxgl-ctrl-attrib-inner,.mapboxgl-ctrl-bottom-left,.mapboxgl-ctrl-bottom-right{display:none}#ot-sdk-btn-floating{visibility:hidden!important}