.MainLayout{padding-top:60px;transition:padding-top .3s ease-in-out}.MainLayout.isScrolled{padding-top:50px}.Footer__Wrapper{position:relative;display:flex;align-items:center;padding:0 20px;height:var(--footer-height-xs)}@media screen and (min-width:768px){.Footer__Wrapper{padding:0 60px}}@media screen and (min-width:1200px){.Footer__Wrapper{padding:30px 0;margin:0 auto;width:var(--container-max-md-width)}}@media screen and (min-width:1600px){.Footer__Wrapper{width:var(--container-max-lg-width);height:var(--footer-height-lg)}}.Footer__Wrapper:before{content:"";position:absolute;z-index:-1;top:0;bottom:0;left:50%;width:100vw;transform:translateX(-50%);background-color:var(--blue)}.Footer__Content{flex:0 0 100%;display:flex;justify-content:space-between;align-items:center}.Footer__Name{font-family:var(--title);font-size:16px;line-height:1em;color:var(--white)}@media screen and (min-width:1200px){.Footer__Name{font-size:20px}}.Footer__Link,.Footer__Links{display:flex;align-items:center}.Footer__Link{justify-content:center;height:36px;width:36px;transition:opacity .3s ease-in-out}.Footer__Link:hover{opacity:.7}.Footer__Icon{width:20px;height:auto}.LanguageSwitcher{height:100%}.LanguageSwitcher__List{display:flex;align-items:center}@media screen and (min-width:1200px){.LanguageSwitcher__List{height:100%}}.LanguageSwitcher__Item{position:relative;display:flex;align-items:center;padding:0 10px;height:30px;line-height:1em;font-size:14px;text-transform:uppercase;transition:color .3s ease-in-out}@media screen and (min-width:1200px){.LanguageSwitcher__Item{cursor:pointer}}.LanguageSwitcher__Item:hover{color:var(--orange)}.LanguageSwitcher__Item:after{content:"";position:absolute;top:30%;right:0;bottom:30%;width:1px;background-color:var(--blue)}.LanguageSwitcher__Item:first-child{padding-left:0}.LanguageSwitcher__Item:last-child{padding-right:0}.LanguageSwitcher__Item:last-child:after{display:none}.Download,.LanguageSwitcher__Item--active{font-weight:700;color:var(--orange)}.Download{display:flex;align-items:center;padding:0 10px;height:30px;border-radius:5px;border:1px solid var(--orange);transition:background-color .3s ease-in-out,color .3s ease-in-out}.Download svg{margin-right:5px;stroke:var(--orange);width:18px;height:18px;transition:stroke .3s ease-in-out}.Download:hover{color:var(--white);background-color:var(--orange)}.Download:hover svg{stroke:var(--white)}:root{--min-width-xs:320px;--min-width-sm:768px;--min-width-md:1200px;--min-width-lg:1600px;--container-max-md-width:1100px;--container-max-lg-width:1440px;--nav-height:60px;--footer-height-xs:76px;--footer-height-lg:96px}.Nav{position:fixed;z-index:1000;top:0;right:0;left:0;max-width:100vw}.Nav__Container{position:relative;display:flex;justify-content:space-between;align-items:center;padding:0 20px;height:var(--nav-height)}@media screen and (min-width:768px){.Nav__Container{padding:0 60px}}@media screen and (min-width:1200px){.Nav__Container{padding:0;margin:0 auto;width:var(--container-max-md-width)}}@media screen and (min-width:1600px){.Nav__Container{width:var(--container-max-lg-width)}}.Nav__Container:before{content:"";position:absolute;z-index:-1;top:0;bottom:0;left:50%;width:100vw;transform:translateX(-50%);background-color:var(--white)}.Nav__Logo svg{width:92px;height:26px}.Nav__Actions{display:flex;align-items:center;gap:20px}@media screen and (min-width:1200px){.Nav__Actions{gap:40px}}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}:root{--black:#000;--black-rgb:0,0,0;--white:#fff;--white-rgb:255,255,255;--white-d5:rgb(242.25,242.25,242.25);--gray:#555555;--gray-medium:#CED6E0;--gray-light:#EAEAEA;--gray-extralight:#F8F8F8;--brown:#CDC9C3;--red:#FF4757;--yellow:#E8DAB2;--blue:#4F6D7A;--blue-light:#C0D6DF;--orange:#DD6E42;--orange-l10:rgb(228.7757847534,143.1614349776,109.2242152466);--green:#2ED573;--title:"Playfair Display",serif;--main:"Roboto",sans-serif}@font-face{font-family:Playfair Display;src:url(/_next/static/media/PlayfairDisplay-Regular.3c5f2c05.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(/_next/static/media/Roboto-Light.f7e0bb49.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}body{content:"xs"}@media screen and (min-width:768px){body{content:"sm"}}@media screen and (min-width:1200px){body{content:"md"}}@media screen and (min-width:1600px){body{content:"lg"}}body{padding:0;margin:0;max-width:100vw;overflow-x:hidden;font-family:var(--main);font-size:14px;color:var(--gray);line-height:1.375em;background-color:var(--gray-extralight)}@media screen and (min-width:1200px){body{font-size:16px}}*{box-sizing:border-box}p{white-space:pre-line}a{text-decoration:none;color:inherit}img{display:block;max-width:100%;height:auto}.grecaptcha-badge{visibility:hidden}