header.svelte-1vl88vm{--padding: 4px;--hamburger-width: 18px;--hamburger-height: 3px;--hamburger-spacing: 3px;--submenu-height: 40px;--submenu-transition: .1s ease-in-out;position:sticky;z-index:100;top:0;display:grid;grid-template-columns:18px 1fr calc(var(--flap-width) * .8) 1fr 18px;grid-template-columns:var(--hamburger-width) 1fr calc(var(--flap-width) * .8) 1fr var( --hamburger-width );align-items:flex-end;height:var(--header-height);width:100%;margin:0;padding:0 16px;background:var(--theme-color-darkblue);font-size:12px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;line-height:1;color:#fff}header.svelte-1vl88vm:before{content:"";position:absolute;z-index:-2;top:0;right:0;bottom:0;left:0;background:inherit}header.svelte-1vl88vm:after{content:"";position:absolute;z-index:-1;top:100%;left:calc(50% - var(--flap-width) / 2);width:var(--flap-width);height:var(--flap-height);background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='Layer_1'%20data-name='Layer%201'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200.13%20130.08%2024.50'%3e%3cdefs%3e%3cstyle%3e%20.cls-1%20{%20fill:%20%2314181f;%20fill-rule:%20evenodd;%20}%20%3c/style%3e%3c/defs%3e%3cpath%20class='cls-1'%20d='M0,0c31.49,0,32.76,24.63,65.04,24.63S98.59,0,130.08,0H0Z'%20/%3e%3c/svg%3e") top center / contain no-repeat}@media (max-width: 960px){header.svelte-1vl88vm{grid-template-columns:var(--hamburger-width) auto var(--hamburger-width)}}.center.svelte-1vl88vm{margin:auto;height:var(--header-height);padding-top:calc(var(--header-height) / 2 - 4px)}.menu.svelte-1vl88vm{display:flex;flex-direction:row;flex:1 1 auto;align-items:center;justify-content:stretch;height:100%;padding-left:var(--padding)}@media (max-width: 960px){.menu.svelte-1vl88vm{display:none}}.menu-item.svelte-1vl88vm{flex:1 1 auto}.menu-item.svelte-1vl88vm a:where(.svelte-1vl88vm){display:flex;align-items:flex-end;justify-content:center;min-width:100%;padding:var(--padding);color:inherit;white-space:nowrap;text-align:center}.menu-item[aria-current=page].svelte-1vl88vm a:where(.svelte-1vl88vm){color:var(--theme-color-yellow)}.login.svelte-1vl88vm{display:flex;align-items:center;justify-content:center;width:50px;height:50px;margin:auto}.submenu-wrap.svelte-1vl88vm{position:relative;visibility:hidden;opacity:0;z-index:-2;transform:translateY(calc(var(--submenu-height) * -1));transition:var(--submenu-transition);transition-property:visibility,opacity,transform}.submenu-wrap.svelte-1vl88vm:before{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid var(--theme-color-orange)}.submenu.svelte-1vl88vm{height:var(--submenu-height);left:50%;top:0;translate:-50% 0;position:absolute;display:flex;align-items:center;color:#444;font-size:.89em}.submenu.svelte-1vl88vm a:where(.svelte-1vl88vm){padding:min(.75cqi,8px)}.parent-menu.svelte-1vl88vm:after{content:"";position:absolute;z-index:-3;top:100%;left:0;right:0;height:var(--submenu-height);background:#fff;border-bottom:var(--header-line-height) solid var(--theme-color-orange);transform:translateY(-100%);transition:var(--submenu-transition);transition-property:transform}.svelte-1vl88vm:is(.parent-menu:where(.svelte-1vl88vm):focus-within,.parent-menu:where(.svelte-1vl88vm):hover):after{transform:translateY(0)}:is(.parent-menu:where(.svelte-1vl88vm):focus-within,.parent-menu:where(.svelte-1vl88vm):hover) .submenu-wrap.svelte-1vl88vm{visibility:visible;opacity:1;transform:translateY(0)}@keyframes svelte-1vl88vm-burger1{0%{transform:translateY(0)}50%{transform:translateY(0)}}@keyframes svelte-1vl88vm-burger2{0%{transform:translateY(0)}50%{transform:translateY(0)}}@keyframes svelte-1vl88vm-burger3{0%{transform:translateY(0)}50%{transform:translateY(0)}}@keyframes svelte-1vl88vm-burger4{0%{transform:translateY(0)}50%{transform:translateY(0)}}.hamburger.svelte-1vl88vm{--animation-duration: 125ms;position:relative;display:block;height:100%;z-index:999;color:var(--theme-color-yellow)}.hamburger.svelte-1vl88vm>div:where(.svelte-1vl88vm){position:absolute;top:calc(50% - var(--hamburger-height) / 2);top:calc(50% - round(up,var(--hamburger-height) / 2,1px));transform:translate(-50%)}@media (max-width: 960px){.hamburger.svelte-1vl88vm>div:where(.svelte-1vl88vm){bottom:50%;transform:translate(-50%)}}.hamburger.svelte-1vl88vm>div:where(.svelte-1vl88vm){left:50%;width:var(--hamburger-width);height:var(--hamburger-height);background-color:currentColor}.svelte-1vl88vm:is(.hamburger:where(.svelte-1vl88vm)>div:where(.svelte-1vl88vm)):before,.svelte-1vl88vm:is(.hamburger:where(.svelte-1vl88vm)>div:where(.svelte-1vl88vm)):after{position:absolute;content:"";width:inherit;height:inherit;background-color:var(--theme-color-blue)}.svelte-1vl88vm:is(.hamburger:where(.svelte-1vl88vm)>div:where(.svelte-1vl88vm)):before{transform:translateY(calc(-1 * (var(--hamburger-spacing) + var(--hamburger-height))));animation:svelte-1vl88vm-burger3 var(--animation-duration) linear}.svelte-1vl88vm:is(.hamburger:where(.svelte-1vl88vm)>div:where(.svelte-1vl88vm)):after{transform:translateY(calc(var(--hamburger-spacing) + var(--hamburger-height)));animation:svelte-1vl88vm-burger4 var(--animation-duration) linear}.menu-open .hamburger.svelte-1vl88vm>div:where(.svelte-1vl88vm){visibility:hidden}.svelte-1vl88vm:is(.menu-open .hamburger:where(.svelte-1vl88vm)>div:where(.svelte-1vl88vm)):before,.svelte-1vl88vm:is(.menu-open .hamburger:where(.svelte-1vl88vm)>div:where(.svelte-1vl88vm)):after{visibility:visible;transform-origin:center center;transform:translateY(0);transition:all var(--animation-duration) linear}.svelte-1vl88vm:is(.menu-open .hamburger:where(.svelte-1vl88vm)>div:where(.svelte-1vl88vm)):before{transform:rotate(-45deg);animation:svelte-1vl88vm-burger1 var(--animation-duration) linear}.svelte-1vl88vm:is(.menu-open .hamburger:where(.svelte-1vl88vm)>div:where(.svelte-1vl88vm)):after{transform:rotate(45deg);animation:svelte-1vl88vm-burger2 var(--animation-duration) linear}.side-menu-wrap.svelte-1vl88vm{display:flex;justify-content:flex-end;position:fixed;z-index:9999;top:var(--header-height);bottom:0;right:calc((100% - min(100%,var(--site-width)))/2);width:var(--site-width);max-width:100%;overflow:hidden;pointer-events:none}.no-js .side-menu-wrap.svelte-1vl88vm{display:flex;position:relative;order:1;top:auto;top:initial;right:auto;right:initial;width:100%}.side-menu.svelte-1vl88vm{--padding: 32px;position:absolute;display:flex;width:280px;max-width:100%;height:100%;flex-direction:column;background:#303030;overflow:hidden auto;color:#fff;font-size:12px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;line-height:1;transition:.25s cubic-bezier(.48,-.01,.33,1);transition-property:transform,visibility}.no-js .side-menu.svelte-1vl88vm{position:relative;width:100%}.side-menu.svelte-1vl88vm{visibility:hidden;pointer-events:none;transform:translate(100%)}.no-js .side-menu.svelte-1vl88vm,.menu-open .side-menu.svelte-1vl88vm{visibility:visible;pointer-events:all;transform:translate(0)}.sidemenu-heading.svelte-1vl88vm{background:#232323;padding:18px 26px;margin-bottom:13px}.subsidemenu.svelte-1vl88vm{padding:12px 0 0 32px;text-transform:none}.sidemenu-item.svelte-1vl88vm a:where(.svelte-1vl88vm){display:block;padding:16px var(--padding);color:inherit;border:1px solid transparent}.svelte-1vl88vm:is(.sidemenu-item:where(.svelte-1vl88vm) a:where(.svelte-1vl88vm)):hover,.svelte-1vl88vm:is(.sidemenu-item:where(.svelte-1vl88vm) a:where(.svelte-1vl88vm)):focus{background:#3e3e3e;border-color:#444}.contact-info.svelte-1vl88vm{margin-top:auto;display:flex;flex-direction:column;gap:.8em;text-transform:none;font-size:16px;font-weight:400;padding:0 var(--padding) var(--padding)}.contact-info.svelte-1vl88vm a:where(.svelte-1vl88vm){display:flex;align-items:center;background:#3e3e3e;border:1px solid #444444;border-radius:9999px;padding:1px;color:#fff}:is(.contact-info:where(.svelte-1vl88vm) a:where(.svelte-1vl88vm)) svg.svelte-1vl88vm{width:32px;height:32px;margin-right:12px}footer.svelte-d8tp18{position:relative;z-index:0;container-type:inline-size;container-name:footer;width:100vw;max-width:var(--site-width);margin-top:auto;background:var(--theme-color-darkblue);color:#fff;font-size:12px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}footer.svelte-d8tp18 a{color:inherit}footer.svelte-d8tp18:before{content:"";position:absolute;z-index:-1;bottom:100%;margin-bottom:-1px;left:calc(50% - var(--flap-width) / 2);width:var(--flap-width);height:var(--flap-height);background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='Layer_1'%20data-name='Layer%201'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200.13%20130.08%2024.50'%3e%3cdefs%3e%3cstyle%3e%20.cls-1%20{%20fill:%20%2314181f;%20fill-rule:%20evenodd;%20}%20%3c/style%3e%3c/defs%3e%3cpath%20class='cls-1'%20d='M0,0c31.49,0,32.76,24.63,65.04,24.63S98.59,0,130.08,0H0Z'%20/%3e%3c/svg%3e") top center / contain no-repeat;transform:scaleY(-1)}.logo.svelte-d8tp18{position:absolute;left:50%;transform:translate(-50%,-50%)}.container.svelte-d8tp18{max-width:1080px;margin:0 auto;padding:0 var(--site-side-spacing)}.layout.svelte-d8tp18{margin:calc(30px + 2cqi) auto 8cqi;display:grid;grid-template-columns:1fr auto 1fr;grid-gap:40px 0;gap:40px 0;align-items:stretch;text-align:center}@media (max-width: 760px){.layout.svelte-d8tp18{grid-template-columns:1fr}}.left.svelte-d8tp18,.center.svelte-d8tp18,.right.svelte-d8tp18,.nav.svelte-d8tp18{display:flex;flex-direction:column;gap:.75em}@media (min-width: 760.02px){.left.svelte-d8tp18{text-align:left}}@media (min-width: 760.02px){.right.svelte-d8tp18{text-align:right}}.copyright.svelte-d8tp18,.cookie-link.svelte-d8tp18{color:var(--theme-color-grey)!important}.bottom-logo.svelte-d8tp18{max-width:100px;margin:-42px auto 16px}.bottom-lines.svelte-d8tp18{display:flex;flex-direction:column;justify-content:space-between;height:30px}.bottom-lines.svelte-d8tp18:before,.bottom-lines.svelte-d8tp18:after{content:"";display:block}.bottom-lines.svelte-d8tp18:before{height:8px;background:var(--theme-color-yellow)}.bottom-lines.svelte-d8tp18:after{height:12px;background:var(--theme-color-blue)}:root{--font-primary: "Roboto Flex Variable", sans-serif;--font-secondary: var(--font-primary);--font-heading: "neue-montreal", sans-serif;--theme-color-red: #e60e75;--theme-color-lightgrey: #f0f1f3;--theme-color-grey: #606060;--theme-color-darkgrey: #262626;--theme-color-yellow: #ffd576;--theme-color-orange: #fc9200;--theme-color-blue: #3876bb;--theme-color-darkblue: #14181f;--theme-color-lightblue: #f8fcff;--theme-color-pink: #e06ca6;--font-body: var(--font-primary);--font-size: 15px;--font-weight: 400;--font-style: normal;--color-text: #404040;--link-color: var(--theme-color-blue);--link-color--visited: var(--link-color);--link-color--hover: var(--link-color);--link-color--focus: var(--link-color);--site-background-color: #34393c;--site-background-image: none;--site-width: 1280px;--site-side-spacing: 16px;--site-gap: min(3.333vw, 40px)}@media (min-width: 960.02px){:root{--site-side-spacing: 24px}}:root{--flap-width: max(200px, min(320px, 50vw));--flap-height: calc(var(--flap-width) / (130 / 25));--flap-logo-size: max(64px, var(--flap-width) * .25);--header-height: 36px;--header-padding: 20px;--header-line-height: 5px}@media (min-width: 960.02px){:root{--header-padding: 36px}}@font-face{font-family:neue-montreal;src:url(/_app/immutable/assets/PPNeueMontreal-Bold.CXsqV9IZ.woff2) format("woff2");font-weight:700;font-display:swap;font-style:normal}:root{font-family:Roboto Flex Variable,sans-serif;font-family:var(--font-body);font-size:15px;font-size:var(--font-size);font-weight:400;font-weight:var(--font-weight);font-style:normal;font-style:var(--font-style);font-variation-settings:"slnt" 0;color:#404040;color:var(--color-text);line-height:1.4}*,*:before,*:after{box-sizing:border-box}*{scroll-margin-top:68px;scroll-margin-top:calc(var(--header-height) + var(--site-side-spacing) * 2)}body{min-height:100dvh;margin:0;background:#34393c none no-repeat top left / cover;background:var(--site-background-color) var(--site-background-image) no-repeat top left / cover;overflow:hidden scroll}h1,h2,h3,h4,h5,h6{padding:0;margin:0;line-height:1.25em;font-family:neue-montreal,sans-serif;font-family:var(--font-heading);font-weight:700}p{margin:0 0 1.25em}a{color:#3876bb;color:var(--link-color);text-decoration:none}a:where(:visited){color:#3876bb;color:var(--link-color--visited)}a:where(:hover){color:#3876bb;color:var(--link-color--hover)}a:where(:focus){color:#3876bb;color:var(--link-color--focus)}:root a[href=""]{text-decoration:line-through!important;color:red!important}img{display:block;height:auto;max-width:100%}hr{display:block;border-style:none;border-width:0;background-color:#1e88ec;height:2px;margin:40px auto;width:80%;max-width:180px}ul{list-style:square;padding-left:calc(7px + .8em);margin:0 0 2em}:is(ul li)::marker{font-size:1.25em;background:currentColor;color:#fc9200;color:var(--theme-color-orange)}.visually-hidden{border:0;clip:rect(0 0 0 0);height:auto;margin:0;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}@media (max-width: 760px){.only-desktop{display:none!important}}@media (min-width: 760.02px){.only-mobile{display:none!important}}#acceptricsBannerText{color:#404040!important;color:var(--color-text)!important}@font-face{font-family:Roboto Flex Variable;font-style:oblique 0deg 10deg;font-display:swap;font-weight:100 1000;src:url(/_app/immutable/assets/roboto-flex-cyrillic-ext-slnt-normal.BzQsenwi.woff2) format("woff2-variations");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Roboto Flex Variable;font-style:oblique 0deg 10deg;font-display:swap;font-weight:100 1000;src:url(/_app/immutable/assets/roboto-flex-cyrillic-slnt-normal.BTNE7V-Y.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Roboto Flex Variable;font-style:oblique 0deg 10deg;font-display:swap;font-weight:100 1000;src:url(/_app/immutable/assets/roboto-flex-greek-slnt-normal.CL0q9Vig.woff2) format("woff2-variations");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Roboto Flex Variable;font-style:oblique 0deg 10deg;font-display:swap;font-weight:100 1000;src:url(/_app/immutable/assets/roboto-flex-vietnamese-slnt-normal.KvQPozao.woff2) format("woff2-variations");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Roboto Flex Variable;font-style:oblique 0deg 10deg;font-display:swap;font-weight:100 1000;src:url(/_app/immutable/assets/roboto-flex-latin-ext-slnt-normal.DVcBOic1.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Roboto Flex Variable;font-style:oblique 0deg 10deg;font-display:swap;font-weight:100 1000;src:url(/_app/immutable/assets/roboto-flex-latin-slnt-normal.D1BfYCgn.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.site-wrap.svelte-16rbxhd{background:#fff;max-width:2000px;margin:auto}.site.svelte-16rbxhd{display:flex;flex-direction:column;min-height:100dvh;align-items:center;max-width:var(--site-width);margin:auto;background:#fff}.content.svelte-16rbxhd{width:100%;container-type:inline-size;container-name:content}
