:root{--color-black:#000;--color-bg:rgba(16, 16, 16, 1);--color-white:#fff;--color-active:#c84904;--color-red:#cc3f3f}.is-hidden{display:none!important}@font-face{font-family:libre baskerville;src:local("libre baskerville"),local("librebaskerville"),url(/fonts/LibreBaskerville-Bold.otf)format("otf");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:libre baskerville;src:local("libre baskerville"),local("librebaskerville"),url(/fonts/LibreBaskerville-Regular.otf)format("otf");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:libre baskerville;src:local("libre baskerville"),local("librebaskerville"),url(/fonts/LibreBaskerville-Italic.otf)format("otf");font-weight:400;font-style:italic;font-display:swap}body{--content-margin:60px;--content-padding:40px;--font-text:sans-serif;--font-heading:'libre baskerville', serif;position:relative;margin:0;line-height:1;font-family:var(--font-text);min-height:100vh;font-size:clamp(14px,2.8vw,16px);line-height:1.2}@media(max-width:1199px){body{--content-margin:24px;--content-padding:24px}}@media(max-width:767px){body{--content-margin:0;--content-padding:16px}}#main{position:relative;z-index:5;padding-bottom:60px}@media(max-width:767px){#main{padding-bottom:80px}}h1,.h1{color:var(--color-white);font-family:var(--font-heading);font-size:clamp(28px,5.6vw,48px);font-weight:400;line-height:normal;margin:0;margin-bottom:clamp(14px,2.8vw,16px);letter-spacing:0}h2,.h2{color:var(--color-white);font-family:var(--font-heading);font-size:clamp(24px,4.8vw,32px);font-weight:400;line-height:normal;margin:0;margin-bottom:clamp(12px,2.4vw,15px);letter-spacing:0}h3,.h3{color:var(--color-white);font-family:var(--font-heading);font-size:clamp(18px,3.6vw,20px);font-weight:400;line-height:normal;margin:clamp(10px,2vw,12px)0;letter-spacing:0}a{color:currentColor}p{margin:clamp(8px,1.6vw,16px)0}img{max-width:100%}.bg-image{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1}.bg-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}button,.button{cursor:pointer;display:flex;align-items:center;justify-content:center;padding:12px 16px;background-color:transparent;border:1px solid var(--color-white);color:var(--color-white);font-size:14px;height:40px;transition:color .3s,background-color .3s}button:hover,.button:hover{background-color:var(--color-white);color:var(--color-black)}.header{--header-side-margin:60px;--transition-time:300ms;position:relative;width:calc(100% - 2 * var(--content-margin));z-index:100;padding:52px var(--content-margin)0}@media(max-width:1199px){.header{padding-top:20px}}@media(max-width:767px){.header{padding-top:0}}.header__main{position:relative;z-index:101;background-color:var(--color-bg);color:var(--color-white);padding:24px var(--content-padding);height:83px;display:flex;justify-content:space-between;align-items:center}.header__logo{height:100%;margin-left:20%;transform:translateX(-50%)}@media(max-width:1679px){.header__logo{margin-left:25%}}@media(max-width:1199px){.header__logo{margin-left:30%}}@media(max-width:991px){.header__logo{margin-left:35%}}@media(max-width:767px){.header__logo{margin-left:0;transform:translateX(0)}}.header__logo img{height:100%}.header__desktop-right-content{display:flex;align-items:center;max-height:39px}@media(max-width:1199px){.header__desktop-right-content{display:none}}.header__lang-switcher{width:45px;background-color:var(--color-black);border:1px solid transparent;align-self:flex-start}@media(max-width:1199px){.header__lang-switcher{width:35px}}.header__lang-switcher.is-open{padding:10px 0;box-shadow:0 3px 6px var(--color-white)}.header__lang-switcher.is-open .selectable{display:block}.header__lang-switcher .current{cursor:pointer}.header__lang-switcher .selectable{display:none;margin-top:15px}.header__mobile-menu-icon{display:none;cursor:pointer;width:30px;height:20px;position:relative}@media(max-width:1199px){.header__mobile-menu-icon{display:flex;align-items:center}}.header__mobile-menu-icon .line{background-color:var(--color-white);height:2px;width:100%}.header__mobile-menu-icon .line:before{background-color:var(--color-white);content:"";height:2px;position:absolute;top:0;left:0;width:100%;transform-origin:0;transform:rotate(0);transition:all var(--transition-time)linear 0s}.header__mobile-menu-icon .line:after{background-color:var(--color-white);content:"";height:2px;position:absolute;bottom:0;left:0;width:100%;transform-origin:0;transform:rotate(0);transition:all var(--transition-time)linear 0s}.header__mobile-menu-icon.is-open{width:20px}.header__mobile-menu-icon.is-open .line{height:0}.header__mobile-menu-icon.is-open .line:before{transform:rotate(45deg);width:26px}.header__mobile-menu-icon.is-open .line:after{transform:rotate(-45deg);width:26px}.header__mobile-submenu{display:none;background-color:var(--color-black);color:var(--color-white);overflow:hidden;box-shadow:0 2px 3px var(--color-white);height:0;transition:height var(--transition-time)ease-in-out}@media(max-width:1199px){.header__mobile-submenu{display:block}}.header__mobile-submenu .link{padding:12px var(--content-padding)}.header__languages{display:flex;justify-content:space-between;align-items:center;padding:12px var(--content-padding)}.header__languages .lang-group{display:flex;align-items:center;cursor:pointer}.header__languages .shorthand{padding-left:6px;text-transform:uppercase;font-weight:500;font-size:14px}.header .lang-icon{width:25px;height:25px;cursor:pointer;margin:0 10px;display:inline-block}@media(max-width:1199px){.header .lang-icon{margin:0}}.header .lang-icon+.lang-icon{margin-top:15px}.header .lang-icon.lang--sl{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.14' height='24' viewBox='0 0 24.14 24'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23f0f0f0;%7D.b%7Bfill:%230052b4;%7D.c%7Bfill:%23d80027;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(0 -0.14)'%3E%3Ccircle class='a' cx='12' cy='12' r='12' transform='translate(0.14 0.14)'/%3E%3Cpath class='b' d='M23.389,103.323H10.5v-3.149H4.2v3.149H.751a12.114,12.114,0,0,0,0,8.4l11.319,1.05,11.319-1.05a12.114,12.114,0,0,0,0-8.4Z' transform='translate(0 -95.451)'/%3E%3Cpath class='c' d='M27.242,352.915a12.074,12.074,0,0,0,11.319-7.872H15.923A12.074,12.074,0,0,0,27.242,352.915Z' transform='translate(-15.172 -328.775)'/%3E%3Cpath class='a' d='M89.043,156.352v1.05c0,2.41,3.149,3.149,3.149,3.149s3.149-.738,3.149-3.149v-1.05l-1.05,1.05-2.1-1.574-2.1,1.574Z' transform='translate(-84.845 -148.48)'/%3E%3C/g%3E%3C/svg%3E")50%/contain no-repeat}.header .lang-icon.lang--en{background:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Ccircle style='fill:%23F0F0F0;' cx='256' cy='256' r='256'/%3E%3Cg%3E%3Cpath style='fill:%230052B4;' d='M52.92,100.142c-20.109,26.163-35.272,56.318-44.101,89.077h133.178L52.92,100.142z'/%3E%3Cpath style='fill:%230052B4;' d='M503.181,189.219c-8.829-32.758-23.993-62.913-44.101-89.076l-89.075,89.076H503.181z'/%3E%3Cpath style='fill:%230052B4;' d='M8.819,322.784c8.83,32.758,23.993,62.913,44.101,89.075l89.074-89.075L8.819,322.784L8.819,322.784 z'/%3E%3Cpath style='fill:%230052B4;' d='M411.858,52.921c-26.163-20.109-56.317-35.272-89.076-44.102v133.177L411.858,52.921z'/%3E%3Cpath style='fill:%230052B4;' d='M100.142,459.079c26.163,20.109,56.318,35.272,89.076,44.102V370.005L100.142,459.079z'/%3E%3Cpath style='fill:%230052B4;' d='M189.217,8.819c-32.758,8.83-62.913,23.993-89.075,44.101l89.075,89.075V8.819z'/%3E%3Cpath style='fill:%230052B4;' d='M322.783,503.181c32.758-8.83,62.913-23.993,89.075-44.101l-89.075-89.075V503.181z'/%3E%3Cpath style='fill:%230052B4;' d='M370.005,322.784l89.075,89.076c20.108-26.162,35.272-56.318,44.101-89.076H370.005z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='fill:%23D80027;' d='M509.833,222.609h-220.44h-0.001V2.167C278.461,0.744,267.317,0,256,0 c-11.319,0-22.461,0.744-33.391,2.167v220.44v0.001H2.167C0.744,233.539,0,244.683,0,256c0,11.319,0.744,22.461,2.167,33.391 h220.44h0.001v220.442C233.539,511.256,244.681,512,256,512c11.317,0,22.461-0.743,33.391-2.167v-220.44v-0.001h220.442 C511.256,278.461,512,267.319,512,256C512,244.683,511.256,233.539,509.833,222.609z'/%3E%3Cpath style='fill:%23D80027;' d='M322.783,322.784L322.783,322.784L437.019,437.02c5.254-5.252,10.266-10.743,15.048-16.435 l-97.802-97.802h-31.482V322.784z'/%3E%3Cpath style='fill:%23D80027;' d='M189.217,322.784h-0.002L74.98,437.019c5.252,5.254,10.743,10.266,16.435,15.048l97.802-97.804 V322.784z'/%3E%3Cpath style='fill:%23D80027;' d='M189.217,189.219v-0.002L74.981,74.98c-5.254,5.252-10.266,10.743-15.048,16.435l97.803,97.803 H189.217z'/%3E%3Cpath style='fill:%23D80027;' d='M322.783,189.219L322.783,189.219L437.02,74.981c-5.252-5.254-10.743-10.266-16.435-15.047 l-97.802,97.803V189.219z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A")50%/contain no-repeat}.header .lang-icon.lang--de{background:url("data:image/svg+xml,%3Csvg%20enable-background=%22new%200%200%2082.653%2082.653%22%20height=%2282.653%22%20id=%22Layer_1%22%20viewBox=%220%200%2082.653%2082.653%22%20width=%2282.653%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%3E%3Cpattern%20height=%2269%22%20id=%22Polka_Dot_Pattern%22%20overflow=%22visible%22%20patternUnits=%22userSpaceOnUse%22%20viewBox=%222.125%20-70.896%2069%2069%22%20width=%2269%22%20x=%22-8.673%22%20y=%2291.327%22%3E%3Cg%3E%3Cpolygon%20fill=%22none%22%20points=%2271.125,-1.896%202.125,-1.896%202.125,-70.896%2071.125,-70.896%22/%3E%3Cpolygon%20fill=%22%23f7bc60%22%20points=%2271.125,-1.896%202.125,-1.896%202.125,-70.896%2071.125,-70.896%22/%3E%3Cg%3E%3Cpath%20d=%22M61.772-71.653c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.01.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M54.105-71.653c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.01.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M46.439-71.653c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.01.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M38.772-71.653c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.01.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M31.105-71.653c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.01.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M23.439-71.653c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.01.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M15.772-71.653c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.01.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M8.105-71.653c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.01.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M.439-71.653c.018.072.008.127-.026.19C.361-71.362.3-71.4.248-71.335c-.051.063-.099.276-.079.362-.169.058-.01.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.07.339-.263.376-.46.016-.082.01-.145.039-.221.038-.103.111-.16.09-.293-.01-.062-.051-.12-.064-.187-.021-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.215.124-.215.224.002.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3C/g%3E%3Cg%3E%3Cpath%20d=%22M69.439-71.653c.018.072.008.127-.026.19-.052.101-.113.063-.165.128-.051.063-.099.276-.079.362-.169.058-.01.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.07.339-.263.376-.46.016-.082.01-.145.039-.221.038-.103.111-.16.09-.293-.01-.062-.051-.12-.064-.187-.021-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.215.124-.215.224.002.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3C/g%3E%3Cpath%20d=%22M.495-71.653c.018.072.008.127-.026.19-.052.101-.113.063-.165.128-.051.063-.099.276-.079.362-.169.058-.01.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.07.339-.263.376-.46.016-.082.01-.145.039-.221.038-.103.111-.16.09-.293-.01-.062-.051-.12-.064-.187-.021-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.215.124-.215.224C.5-71.68.503-71.744.51-71.626c-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cg%3E%3Cg%3E%3Cpath%20d=%22M69.439-64.001c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.01.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M61.778-64.001c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M54.118-64.001c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M46.458-64.001c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M38.797-64.001c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M31.137-64.001c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M23.477-64.001c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M15.816-64.001c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M8.156-64.001c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M.495-64.001c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.01.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143C2-61.45%202.217-61.397%202.391-61.46c.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3C/g%3E%3Cg%3E%3Cpath%20d=%22M69.439-56.348c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.01.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M61.778-56.348c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M54.118-56.348c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M46.458-56.348c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M38.797-56.348c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M31.137-56.348c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M23.477-56.348c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M15.816-56.348c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M8.156-56.348c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M.495-56.348c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.01.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224C.5-56.374.503-56.438.51-56.32c-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3C/g%3E%3Cg%3E%3Cpath%20d=%22M69.439-48.695c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.01.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M61.778-48.695c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M54.118-48.695c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M46.458-48.695c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M38.797-48.695c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M31.137-48.695c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M23.477-48.695c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M15.816-48.695c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M8.156-48.695c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M.495-48.695c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.01.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3C/g%3E%3Cg%3E%3Cpath%20d=%22M69.439-41.042c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.01.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M61.778-41.042c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M54.118-41.042c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M46.458-41.042c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M38.797-41.042c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M31.137-41.042c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M23.477-41.042c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M15.816-41.042c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M8.156-41.042c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169C8.15-41.004%208.149-41.02%208.14-41.04%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M.495-41.042c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.01.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3C/g%3E%3Cg%3E%3Cpath%20d=%22M69.439-33.39c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.01.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M61.778-33.39c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M54.118-33.39c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M46.458-33.39c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M38.797-33.39c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M31.137-33.39c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M23.477-33.39c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M15.816-33.39c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M8.156-33.39c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M.495-33.39c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.01.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224C.5-33.416.503-33.48.51-33.362c-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3C/g%3E%3Cg%3E%3Cpath%20d=%22M69.439-25.736c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.01.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M61.778-25.736c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M54.118-25.736c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M46.458-25.736c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M38.797-25.736c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M31.137-25.736c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M23.477-25.736c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M15.816-25.736c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M8.156-25.736c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M.495-25.736c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.01.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3C/g%3E%3Cg%3E%3Cpath%20d=%22M69.439-18.084c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.01.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M61.778-18.084c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M54.118-18.084c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M46.458-18.084c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M38.797-18.084c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M31.137-18.084c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M23.477-18.084c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M15.816-18.084c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M8.156-18.084c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M.495-18.084c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.01.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224C.5-18.11.503-18.175.51-18.057c-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3C/g%3E%3Cg%3E%3Cpath%20d=%22M69.439-10.431c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362C69-9.692%2069.159-9.523%2069.154-9.4c-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M61.778-10.431c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M54.118-10.431c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M46.458-10.431c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M38.797-10.431c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M31.137-10.431c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M23.477-10.431c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M15.816-10.431c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.009.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.177.042.384-.104.543-.143.18-.043.397.01.571-.053C17.933-7.969%2017.839-8.227%2018-8.34c.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M8.156-10.431c.018.072.007.127-.026.19-.053.101-.112.063-.165.128C7.915-10.05%207.866-9.836%207.886-9.75%207.717-9.692%207.876-9.523%207.871-9.4%207.868-9.351%207.83-9.295%207.826-9.239c-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631C9.114-7.652%209.321-7.799%209.48-7.837c.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M.495-10.431c.018.072.007.127-.026.19-.053.101-.112.063-.165.128C.254-10.05.205-9.836.225-9.75.056-9.692.215-9.523.21-9.4c-.002.05-.041.105-.045.161-.01.119.017.266.068.37C.33-8.671.501-8.456.668-8.325c.19.148.365.572.608.631C1.454-7.652%201.66-7.799%201.819-7.837%202-7.88%202.217-7.827%202.391-7.89c.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46C3.477-8.933%203.471-8.995%203.5-9.071c.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cpath%20d=%22M69.439-2.778c.018.072.008.127-.026.19C69.361-2.487%2069.3-2.525%2069.248-2.46c-.051.063-.099.276-.079.362C69-2.04%2069.159-1.871%2069.154-1.748c-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631C70.397.0%2070.604-.146%2070.763-.185c.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.07.339-.263.376-.46.016-.082.01-.145.039-.221.038-.103.111-.16.09-.293-.01-.062-.051-.12-.064-.187-.021-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.215.124-.215.224.002.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M61.778-2.778c.018.072.007.127-.026.19C61.7-2.487%2061.64-2.525%2061.587-2.46c-.05.063-.099.276-.079.362-.169.058-.01.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631C62.737.0%2062.943-.146%2063.103-.185c.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224C61.915-3.117%2061.78-3.02%2061.781-2.92c.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M54.118-2.778c.018.072.007.127-.026.19C54.04-2.487%2053.98-2.525%2053.927-2.46c-.05.063-.099.276-.079.362-.169.058-.01.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631C55.077.0%2055.283-.146%2055.442-.185c.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224C54.255-3.117%2054.12-3.02%2054.121-2.92c.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M46.458-2.778c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.01.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631C47.416.0%2047.623-.146%2047.782-.185c.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224C46.594-3.117%2046.459-3.02%2046.46-2.92c.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M38.797-2.778c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.01.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631C39.756.0%2039.962-.146%2040.122-.185c.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224C38.934-3.117%2038.799-3.02%2038.8-2.92c.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M31.137-2.778c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.01.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631C32.095.0%2032.302-.146%2032.461-.185c.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224C31.273-3.117%2031.139-3.02%2031.14-2.92c.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M23.477-2.778c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.01.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631C24.435.0%2024.642-.146%2024.801-.185c.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169-.021.011-.021-.005-.03-.025%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M15.816-2.778c.018.072.007.127-.026.19-.053.101-.112.063-.165.128-.05.063-.099.276-.079.362-.169.058-.01.227-.015.35-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631C16.774.0%2016.981-.146%2017.14-.185c.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789-.18.034-.287.126-.442.207-.17.088-.139.166-.318.224-.081.026-.216.124-.215.224.001.115.005.051.012.169C15.81-2.74%2015.809-2.756%2015.8-2.776%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M8.156-2.778c.018.072.007.127-.026.19C8.077-2.487%208.018-2.525%207.965-2.46c-.05.063-.099.276-.079.362-.169.058-.01.227-.015.35C7.868-1.698%207.83-1.643%207.826-1.587c-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631C9.114.0%209.321-.146%209.48-.185c.18-.043.397.01.571-.053.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.069.339-.263.376-.46.016-.082.01-.145.039-.221.039-.103.111-.16.09-.293-.01-.062-.052-.12-.064-.187-.022-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789C8.954-3.54%208.847-3.448%208.692-3.367c-.17.088-.139.166-.318.224C8.292-3.117%208.158-3.02%208.159-2.92%208.16-2.805%208.164-2.869%208.17-2.751%208.15-2.74%208.149-2.756%208.14-2.776%22%20fill=%22%23fff%22/%3E%3Cpath%20d=%22M.495-2.778c.018.072.008.127-.026.19C.417-2.487.356-2.525.304-2.46.253-2.397.205-2.184.225-2.098.056-2.04.215-1.871.21-1.748c-.002.05-.041.105-.045.161-.01.119.017.266.068.37.097.198.268.413.435.544.19.148.365.572.608.631.178.042.384-.104.543-.143.181-.043.398.01.572-.052.222-.079.127-.337.288-.45.104-.074.287-.01.406-.051.2-.07.339-.263.376-.46C3.477-1.28%203.471-1.343%203.5-1.419c.038-.103.111-.16.09-.293-.01-.062-.051-.12-.064-.187-.021-.114.002-.224.0-.337-.003-.2.017-.379-.078-.55-.38-.688-1.236-.929-1.975-.789C1.293-3.54%201.187-3.448%201.031-3.367c-.17.088-.139.166-.318.224C.632-3.117.498-3.02.498-2.92.5-2.805.503-2.869.51-2.751.489-2.74.488-2.756.479-2.776%22%20fill=%22%23fff%22/%3E%3C/g%3E%3C/g%3E%3C/pattern%3E%3Cg%3E%3Cpath%20d=%22M41.325.0C23.083.0%207.614%2011.824%202.133%2028.223H80.52C75.04%2011.824%2059.569.0%2041.325.0z%22%20fill=%22%231a1a1a%22/%3E%3ClinearGradient%20gradientTransform=%22matrix(-4.371139e-008%201%20-1%20-4.371139e-008%20-196.7094%2021.65)%22%20gradientUnits=%22userSpaceOnUse%22%20id=%22SVGID_1_%22%20x1=%2232.7778%22%20x2=%2261.0024%22%20y1=%22-238.0361%22%20y2=%22-238.0361%22%3E%3Cstop%20offset=%220%22%20style=%22stop-color:%23FCD447%22/%3E%3Cstop%20offset=%22.6235%22%20style=%22stop-color:%23FCD447%22/%3E%3Cstop%20offset=%221%22%20style=%22stop-color:%23FFDE78%22/%3E%3C/linearGradient%3E%3Cpath%20d=%22M41.325%2082.653c18.244.0%2033.714-11.824%2039.195-28.225H2.133c5.481%2016.401%2020.95%2028.225%2039.192%2028.225z%22%20fill=%22url(%23SVGID_1_)%22/%3E%3ClinearGradient%20gradientUnits=%22userSpaceOnUse%22%20id=%22SVGID_2_%22%20x1=%220%22%20x2=%2282.6528%22%20y1=%2241.3257%22%20y2=%2241.3257%22%3E%3Cstop%20offset=%220%22%20style=%22stop-color:%23ED2224%22/%3E%3Cstop%20offset=%221%22%20style=%22stop-color:%23E61E25%22/%3E%3C/linearGradient%3E%3Cpath%20d=%22M82.653%2041.327c0-4.582-.758-8.985-2.133-13.104H2.133C.757%2032.342.0%2036.745.0%2041.327s.757%208.984%202.133%2013.101H80.52C81.895%2050.311%2082.653%2045.909%2082.653%2041.327z%22%20fill=%22url(%23SVGID_2_)%22/%3E%3C/g%3E%3C/svg%3E")50%/contain no-repeat}.header .lang-icon.lang--it{background:url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 900 775.98'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;%7D.cls-2%7Bclip-path:url(%23clip-path);%7D.cls-3%7Bfill:%2300873d;%7D.cls-4%7Bfill:%23fff;%7D.cls-5%7Bfill:%23e00024;%7D%3C/style%3E%3CclipPath id='clip-path'%3E%3Ccircle class='cls-1' cx='450' cy='387.99' r='387.99'/%3E%3C/clipPath%3E%3C/defs%3E%3Ctitle%3EFlag-of-Italy%3C/title%3E%3Cg class='cls-2'%3E%3Crect class='cls-3' x='0' width='300' height='775.98'/%3E%3Crect class='cls-4' x='300' width='300' height='775.98'/%3E%3Crect class='cls-5' x='600' width='300' height='775.98'/%3E%3C/g%3E%3C/svg%3E")50%/contain no-repeat}.footer{position:relative;z-index:5;bottom:0;margin-left:var(--content-margin);margin-right:var(--content-margin);display:block}.footer__body{background-color:var(--color-bg);color:var(--color-white);padding:0 var(--content-padding);margin-bottom:4px}@media(max-width:767px){.footer__body{margin-bottom:0}}.footer__columns{display:flex;justify-content:space-between;align-items:center;gap:0}@media(max-width:767px){.footer__columns{flex-direction:column}}.footer__column{flex-basis:33.33%;display:flex;flex-direction:column;gap:8px;justify-content:center;align-items:center;padding:36px 0}@media(max-width:767px){.footer__column{padding:16px 0;flex-basis:100%}}.footer__social-icons{display:flex;flex-direction:row;gap:12px;justify-content:center}.footer__copyright{width:100%;display:flex;justify-content:center;padding-bottom:14px}@media(min-width:768px){.footer.is-fixed{position:fixed;left:0;right:0;bottom:0}}.content{margin-left:var(--content-margin);margin-right:var(--content-margin)}.content__body{background-color:var(--color-bg);color:var(--color-white);padding:var(--content-padding);max-width:40%}@media(max-width:1679px){.content__body{max-width:50%}}@media(max-width:1199px){.content__body{max-width:60%}}@media(max-width:991px){.content__body{max-width:70%}}@media(max-width:767px){.content__body{max-width:100%}}.content__image{display:flex;justify-content:center;margin-bottom:clamp(20px,4vw,32px)}.router-links{display:flex;align-items:center;font-weight:500;color:var(--color-white);font-size:14px;text-transform:uppercase}@media(max-width:1199px){.router-links{flex-direction:column;text-transform:none}}.router-links .link{cursor:pointer;padding:0 20px}@media(max-width:1199px){.router-links .link{padding:16px var(--content-padding)}}.router-links .link.is-active{color:var(--color-active)}.router-links .link a{color:inherit;text-decoration:none}.map__canvas{width:100%;min-height:420px}.maplibregl-popup-content{min-width:120px;font-size:1rem;color:var(--color-black)}.pricelist__list{display:flex;min-height:40px;margin-bottom:20px;overflow-y:auto;max-width:100%}.pricelist__tab{cursor:pointer;padding-left:14px;padding-right:14px;min-width:128px;border:0;background-color:transparent;border-bottom:2px solid rgba(255,255,255,.3);color:var(--color-white);flex-grow:1;display:flex;justify-content:center;align-items:center;letter-spacing:.05em;font-size:16px;text-shadow:none}.pricelist__tab:hover,.pricelist__tab[aria-selected=true]{border-bottom-color:var(--color-white)}.pricelist__panel .list{list-style:none;padding-left:0;margin-top:0;margin-bottom:0}.pricelist__panel .list--sub{padding-left:20px;list-style:disc}.gallery{display:flex;flex-wrap:wrap;gap:2rem;justify-content:flex-start;padding:2rem 0}.gallery__item{border-radius:.5rem;overflow:hidden;width:200px;max-width:100%}.gallery__image{width:100%;aspect-ratio:4/3}.gallery__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block}.form{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form input,.form textarea{border:none;border-bottom:1px solid var(--color-white);padding:8px 12px;background:0 0;color:var(--color-white);font-family:var(--font-body)}.form input:hover,.form input:focus,.form textarea:hover,.form textarea:focus{outline:none}.form-label.is-touched .form input:invalid,.form-label.is-touched .form textarea:invalid{border-color:var(--color-red)}.form .form-label{grid-column:span 1;display:flex;flex-direction:column;gap:8px}@media(max-width:419px){.form .form-label{grid-column:span 2}}.form .form-label--full-width{grid-column:span 2}.form .form-label.is-touched input:invalid{border-color:var(--color-red)}.form__invalid-msg{grid-column:span 2;color:var(--color-red);font-size:14px;display:none}.form__error{color:var(--color-red)}.form.is-touched:has(.is-touched input:invalid) .form__invalid-msg{display:block}