@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap";:root{--font-body:"Inter",sans-serif;--font-heading:"Poppins",sans-serif;--transition-default:0.3s;--text-weight-base:400;--text-weight-medium:500;--text-h-m:24px;--text-h-l:32px;--text-h-xl:40px;--text-h-xxl:48px;--text-b-l:20px;--text-b-m:16px;--text-b-s:14px;--gap-xs:8px;--gap-s:12px;--gap-m:16px;--gap-l:24px;--gap-xl:32px;--gap-xxl:40px;--green-200:#5a5;--green-400:#29ab65;--green-500:#18d625;--red-200:#ffa3a3;--red-400:#dc2323;--yellow-200:#ffff9c;--yellow-400:#dcdc23;--black-400:#171a1e;--blue-400:#30a6e8;--white-400:#fff;--amber-200:#fcf5e8;--amber-300:#f0e9dc;--amber-400:#fff8ec;--amber-450:#fffbf4;--amber-500:#fcf6ed;--amber-600:#efe6d4;--amber-700:#ffe3ce;--gray-50:rgba(23,26,30,.05);--gray-100:rgba(23,26,30,.1);--gray-200:rgba(23,26,30,.5);--gray-400:#c6c9cf;--orange-400:#e48616;--orange-500:#d37f1a;--color-graph-axis:rgba(0,0,0,.2);--color-graph-legend:rgba(0,0,0,.7);--text-secondary:var(--gray-200);--container-standard:1344px;--container-middle:1120px;--container-narrow:672px;--report-pic-max-width:1024px;--separator:#171a1e1a;--bg-message:#f5ebd8;--bg-message-my:var(--amber-700)}*{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}body,html{overflow-x:hidden}body{font-size:var(--text-b-m);line-height:24px;color:var(--black-400);font-family:var(--font-body);background-color:var(--amber-300);margin:0}h1,h2,h3,h4,h5,h6,p,ul{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading)}h1{font-size:var(--text-h-xxl);font-weight:var(--text-weight-medium);line-height:56px}@media(max-width:1024px){h1{font-size:var(--text-h-xl);font-weight:var(--text-weight-base);line-height:48px}}@media(max-width:768px){h1{font-size:var(--text-h-l);font-weight:var(--text-weight-base);line-height:40px}}@media(max-width:450px){h1{font-size:var(--text-h-m);font-weight:var(--text-weight-medium);line-height:32px}}h2{font-size:var(--text-h-xl);font-weight:var(--text-weight-base);line-height:48px}@media(max-width:1024px){h2{font-size:var(--text-h-l);font-weight:var(--text-weight-base);line-height:40px}}@media(max-width:768px){h2{font-size:var(--text-h-m);font-weight:var(--text-weight-medium);line-height:32px}}h3{font-size:var(--text-h-l);font-weight:var(--text-weight-base);line-height:40px}@media(max-width:1024px){h3{font-size:var(--text-h-m);font-weight:var(--text-weight-medium);line-height:32px}}h4,h5,h6{font-size:var(--text-h-m);font-weight:var(--text-weight-medium);line-height:32px}a{text-decoration:none;cursor:pointer;transition:all .3s}a:hover{color:var(--orange-400)}ol,ul{list-style:none}a,button,input,select,textarea{color:var(--black-400);font-family:var(--font-body);outline:none}.container{margin:0 auto;width:calc(100% - 96px);max-width:var(--container-standard)}@media(max-width:768px){.container{width:calc(100% - 32px);padding-bottom:120px}}.icon{width:1.5em;height:1.5em}.input,input,textarea{font-size:var(--text-b-s);line-height:22px;border-radius:4px;border:1px solid var(--gray-400);background-color:var(--amber-400);padding:8px 16px;transition:all .2s}.input:-webkit-autofill,.input:active,.input:focus,.input:hover,input:-webkit-autofill,input:active,input:focus,input:hover,textarea:-webkit-autofill,textarea:active,textarea:focus,textarea:hover{background-color:var(--amber-400)}.input:hover,input:hover,textarea:hover{border:1px solid var(--black-400)}.input:focus,input:focus,textarea:focus{border:1px solid var(--gray-400)}textarea{resize:vertical}a svg{width:1.5em;height:1.5em}.disabled{pointer-events:none;opacity:.4}.link_active{color:var(--orange-400)}.link_active:hover{color:var(--black-400)}.hideScroll{overflow-y:hidden}.not-found-page footer,.not-found-page header{display:none!important}.not-found-page .container{width:100%;max-width:100%;margin:0;padding-bottom:0}