@import"https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap";:root{--wfm-container-width: 1200px;--wfm-side-padding: 40px;--wfm-header-height: 100px;--wfm-section-skew: 100px;--wfm-color-main: #595959;--wfm-color-accent: #324B71;--wfm-ease: cubic-bezier(.745, 0, .18, 1);--wfm-transition: all .2s var(--wfm-ease)}@media (max-width: 768px){:root{--wfm-section-skew: 40px}}/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */*,:before,:after{box-sizing:border-box;border-style:solid;border-width:0;min-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0}main{display:block}p,table,blockquote,address,pre,iframe,form,figure,dl{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}ul,ol{margin:0;padding:0;list-style:none}dt{font-weight:700}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;margin:0;clear:both;color:inherit}pre{font-family:monospace,monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none;color:inherit}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}svg,img,embed,object,iframe{vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:transparent;padding:0;margin:0;border-radius:0;text-align:inherit;text-transform:inherit}button,[type=button],[type=reset],[type=submit]{cursor:pointer}button:disabled,[type=button]:disabled,[type=reset]:disabled,[type=submit]:disabled{cursor:default}:-moz-focusring{outline:auto}select:disabled{opacity:inherit}option{padding:0}fieldset{margin:0;padding:0;min-width:0}legend{padding:0}progress{vertical-align:baseline}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type=number]{-moz-appearance:textfield}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]:focus{outline:auto}table{border-color:inherit;border-collapse:collapse}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:700}.section{position:relative;clip-path:polygon(0 var(--wfm-section-skew),100% 0,100% calc(100% - var(--wfm-section-skew)),0 100%);margin-top:calc(var(--wfm-section-skew) * -1);padding-block:200px}.section.-dark{background:var(--wfm-color-accent);color:#fff}.section:not(.-dark) .typo-h3{color:var(--wfm-color-accent)}.section .section_background{opacity:0;z-index:-1;position:absolute;top:calc(50% - 20px);left:50%;width:100vw;height:100%;translate:-50% -50%;clip-path:polygon(0 var(--wfm-section-skew),100% 0,100% calc(100% - var(--wfm-section-skew)),0 100%)}.section .section_background img{width:100%;height:100%;object-fit:cover}.section.-in-viewport .section_background{top:50%;opacity:1;transition:opacity 1s ease-out,top 1s ease-out}.section.-dark .section_background{height:calc(100% - 200px)}.section .section_inner{display:flex;flex-direction:column;gap:50px}.section .section_header{text-align:center;translate:0 20px;opacity:0}.section.-in-viewport .section_header{translate:0;opacity:1;transition:translate .2s ease-in-out,opacity .2s ease-in-out}.section .section_body{position:relative;padding-block-start:50px;translate:0 20px;opacity:0}.section .section_body.-two-cols{display:grid;grid-template-columns:1fr 1fr;gap:40px}.section .section_body:after{content:"";display:block;position:absolute;top:0;left:50%;width:50px;height:2px;translate:-50% 0;background:currentColor}@media (max-width: 768px){.section .section_body.-two-cols{grid-template-columns:1fr}}.section.-in-viewport .section_body{translate:0;opacity:1;transition:translate .2s ease-in-out .1s,opacity .2s ease-in-out .1s}.section .section_metas{text-align:end}@media (max-width: 768px){.section .section_metas{text-align:start}}.container{width:calc(100% - var(--wfm-side-padding) * 2);max-width:calc(var(--wfm-container-width) - var(--wfm-side-padding) * 2);margin:0 auto}.footer{background:var(--wfm-color-accent);padding-block:calc(var(--wfm-section-skew) + 50px) 50px;color:#fff;margin-top:calc(var(--wfm-section-skew) * -1)}@keyframes wfm-header-in{0%{top:calc(var(--wfm-header-height) * -1)}to{top:0}}.header{position:fixed;display:flex;align-items:center;top:0;left:0;width:100%;z-index:200;background:#fff;height:var(--wfm-header-height);transition:translate .2s ease-in-out;animation:wfm-header-in .7s var(--wfm-ease) forwards}body.scrolled-down .header:not(:hover){translate:0 -100%}.header .header_container{display:flex;align-items:center}.header .header_spacer{flex-grow:1}.header .header_logo img{height:70px}@media (max-width: 768px){.header .header_logo img{height:60px}}@media (max-width: 768px){.header .header_nav{position:absolute;top:100%;left:0;width:100%;background:#fff;translate:100% 0;transition:var(--wfm-transition)}}@media (max-width: 768px){.header .header_nav-burger-button:focus-within~.header_nav{translate:0 0}}.header .header_nav-burger-button{font-size:30px;width:1em;height:1em;position:relative;cursor:pointer}.header .header_nav-burger-button:focus-within{pointer-events:none}.header .header_nav-burger-button:focus-within .header_nav-burger{background:transparent}.header .header_nav-burger-button:focus-within .header_nav-burger:before{top:0;rotate:-45deg}.header .header_nav-burger-button:focus-within .header_nav-burger:after{top:0;rotate:45deg}.header .header_nav-burger{display:none;width:1em;height:.07em;background:currentColor;position:absolute;top:50%;left:0}@media (max-width: 768px){.header .header_nav-burger{display:block}}.header .header_nav-burger:before,.header .header_nav-burger:after{content:"";position:absolute;width:1em;height:.07em;background:currentColor;transition:var(--wfm-transition)}.header .header_nav-burger:before{top:-.3em}.header .header_nav-burger:after{top:.3em}.header .header_nav-menu{display:flex;gap:30px}@media (max-width: 768px){.header .header_nav-menu{flex-direction:column;padding-inline:var(--wfm-side-padding);padding-block:50px}}.header .header_nav-menu-item-link{text-transform:uppercase;font-weight:700;font-size:12px;letter-spacing:.05em}body{font-family:Titillium Web,sans-serif;overflow-x:hidden}.main{padding-block-start:var(--wfm-header-height)}.intro .intro_read-more{margin-block-start:50px;translate:calc(-50% - 20px) 0}.button{background:var(--wfm-color-accent);padding:10px 15px;text-decoration:none!important;font-weight:700;text-transform:uppercase;display:inline-flex;align-self:flex-start;white-space:nowrap;align-items:center;gap:10px;position:relative}.button:has(svg){padding-inline-end:20px}.button svg{width:1em;height:1em}.button svg path{fill:currentColor}.button:after{content:"";position:absolute;top:calc(100% - 2px);left:0;width:0;height:2px;background:currentColor;transition:var(--wfm-transition);opacity:.3}.button:hover:after,.button:focus:after{width:100%}.expandable{position:relative}.expandable .expandable_button~*{height:0;overflow:hidden;transition:var(--wfm-transition)}@-moz-document url-prefix(){.expandable .expandable_button~*{height:auto;max-height:0}}@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none){.expandable .expandable_button~*{height:auto;max-height:0}}.-dark .expandable{color:#fff}.expandable .expandable_button{overflow:hidden;position:relative;display:inline-block;transition:var(--wfm-transition);height:1lh;width:80px;font-weight:700;cursor:pointer;text-transform:uppercase}.expandable .expandable_button:after{content:"";position:absolute;top:calc(100% - 2px);left:0;width:0;height:2px;background:currentColor;transition:var(--wfm-transition);opacity:.3}.expandable .expandable_button:hover:after,.expandable .expandable_button:focus:after{width:100%}.expandable .expandable_button:before{color:var(--wfm-color-accent);content:"+ Read more"}.-dark .expandable .expandable_button:before{color:#fff}.expandable:has(.expandable_button:checked) .expandable_button{height:0}.expandable:has(.expandable_button:checked) .expandable_button:after{opacity:0}.expandable:has(.expandable_button:checked) .expandable_button~*{height:calc-size(auto,size)}@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none){.expandable:has(.expandable_button:checked) .expandable_button~*{max-height:2000px}}@-moz-document url-prefix(){.expandable:has(.expandable_button:checked) .expandable_button~*{max-height:2000px}}.typo-rhythm{display:flex;flex-direction:column;gap:1em}body{font-size:13px;font-weight:400;line-height:24px;color:var(--wfm-color-main);-webkit-font-smoothing:antialiased}body ::selection{background:var(--wfm-color-accent);color:#fff}.typo-h2,.typo-format h2{font-weight:700;text-transform:uppercase;font-size:18px;line-height:24px}.typo-h3,.typo-format h3{font-size:26px;line-height:32px}.typo-ul,.typo-format ul{display:flex;flex-direction:column;gap:.3em}.typo-ul li,.typo-format ul li{padding-inline-start:30px;position:relative}.typo-ul li:before,.typo-format ul li:before{content:"-";position:absolute;left:15px;color:var(--wfm-color-accent)}.-dark :is(.typo-ul li):before,.-dark :is(.typo-format ul li):before{color:#fff}.typo-link,.typo-format a{color:var(--wfm-color-accent);text-decoration:underline}.-dark .typo-link,.-dark :is(.typo-format a){color:#fff}
