@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500&display=swap";:root{--background-1: #F5F1E8;--background-1-transparent: rgb(245 241 232 / 90%);--background-2: #FFFFFF;--background-3: #F8F6F0;--background-4: #E8E4D9;--foreground-1: #2C5F5D;--foreground-2: #4A7C7A;--accent-1: #2C5F5D;--accent-2: #367B78;--accent-3: #4A9693}*{margin:0;padding:0;box-sizing:border-box}html{height:100%;width:100%}body{background:var(--background-1);font-family:IBM Plex Sans,sans-serif;color:var(--foreground-1)}h1{font-size:48px;line-height:150%;font-weight:500}h2{font-size:32px;line-height:40px;font-weight:500}h3{font-size:24px;line-height:32px;font-weight:500}h4{font-size:20px;line-height:28px;color:var(--foreground-2);font-weight:500}p{color:var(--foreground-2);font-size:16px;line-height:150%}a{color:var(--foreground-1);font-weight:medium;transition:.12s ease-out;text-decoration:none}a:hover{color:var(--accent-3)!important}button{font-family:IBM Plex Sans,sans-serif;padding:8px 16px;font-size:16px;border-radius:10px;background:var(--background-2);border:none;color:var(--foreground-1);cursor:pointer;position:relative;top:0;transition:box-shadow .12s ease-out,top .12s ease-out;font-weight:500}button:hover{background:var(--background-3);top:-2px;box-shadow:0 8px 16px #2c5f5d26}button:active{top:1px;box-shadow:0 8px 16px #2c5f5d1a}button.cta{background:var(--accent-1)}button.cta:hover{background:var(--accent-2)}a:focus-visible,button:focus-visible{outline:2px solid var(--accent-2);outline-offset:2px;border-radius:10px}main{display:flex;flex-direction:column;align-items:center;margin:0 auto;gap:64px}nav{display:flex;justify-content:center;padding:16px;width:100%;position:sticky;top:0;background:var(--background-1-transparent);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:2}.nav-inner{max-width:1052px;display:flex;justify-content:space-between;align-items:center;width:100%}nav .left,nav .right{display:flex;gap:16px;align-items:center}nav .left .logo{width:48px;height:48px;display:flex;align-items:center;justify-content:center}nav .left .logo img{width:100%;height:100%;object-fit:contain}nav .left .name{color:var(--foreground-1);font-weight:500;font-size:20px}section{display:flex;flex-direction:column;gap:32px;justify-content:center;align-items:center;max-width:1056px;width:100%;padding:0 16px}.buttons{display:flex;gap:16px;justify-content:center}.hero .header-container{display:flex;flex-direction:column;gap:16px;text-align:center;max-width:800px}.features .grid{display:flex;flex-direction:column;gap:32px;width:100%}.features .tile{width:100%;height:200px;background:var(--background-2);border-radius:32px;display:flex;align-items:center;overflow:hidden}.features .row .tile.small{width:50%;flex-direction:column}.features .row{display:flex;gap:32px}.features .row.centered{justify-content:center}.features .tile .text{padding:16px;display:flex;flex-direction:column;gap:8px;flex:1}.features .tile .text h3{text-align:center}.features .row .tile.small .text{flex:revert}.features .row .tile .media{background:var(--background-3)}.features .grid .tile.large .media{width:600px;height:340px;border-top-left-radius:32px;margin-top:auto;background:var(--background-3)}.features .row .tile.small .media{width:calc(100% - 64px);flex:1;border-radius:32px 32px 0 0}.call-to-action .callout-container{width:100%;border-radius:32px;background:var(--background-2);padding:64px 32px;display:flex;flex-direction:column;gap:32px;align-items:center}.call-to-action .callout-container .text{display:flex;flex-direction:column;gap:16px;text-align:center;max-width:400px}.call-to-action .callout-container .buttons button:not(.cta){background:var(--background-3)}.call-to-action .callout-container .buttons button:not(.cta):hover{background:var(--background-4)}footer{background:var(--background-1);padding:64px 16px;width:100%;display:flex;justify-content:center}footer .inner{max-width:1052px;display:flex;justify-content:space-between;width:100%}footer .inner .column{display:flex;flex-direction:column;gap:16px}footer .inner .column .logo{width:48px;height:48px;display:flex;align-items:center;justify-content:center}footer .inner .column .logo img{width:100%;height:100%;object-fit:contain}footer .inner .column .name{color:var(--foreground-1);font-weight:500;font-size:20px}footer .inner .column a{color:var(--foreground-2)}footer .column p{color:var(--foreground-1);font-weight:500}.map-section{text-align:center}.map-container{width:100%;max-width:800px;background:linear-gradient(135deg,var(--background-2) 0%,var(--background-3) 100%);border-radius:32px;padding:32px;margin:0 auto;box-shadow:0 8px 32px #2c5f5d1a;border:1px solid var(--background-4)}.region-map{width:100%;height:auto;border-radius:16px;overflow:hidden}.country{fill:url(#countryGradient);stroke:#fff;stroke-width:1.5;transition:all .4s ease;cursor:pointer}.country:hover{fill:url(#hoverGradient);stroke-width:2;transform:scale(1.02);transform-origin:center}.label-bg{fill:#ffffffe6;stroke:#2c5f5d33;stroke-width:1;opacity:.8}.country-label{font-family:IBM Plex Sans,sans-serif;font-size:11px;font-weight:600;fill:var(--foreground-1);text-anchor:middle;pointer-events:none;text-shadow:0 1px 2px rgba(255,255,255,.8)}.map-description{max-width:600px;margin:24px auto 0;text-align:center;font-size:15px;line-height:1.6}@media (max-width: 768px){.country-label{font-size:9px}.label-bg{opacity:.9}.map-container{padding:16px}}@media (max-width: 480px){.country-label{font-size:8px}.label-bg{r:"16"}}
