*,:after,:before{box-sizing:border-box;margin:0}html{box-sizing:border-box;font-family:var(--text-article-body-font-family);font-size:62.5%;-ms-text-size-adjust:none;-webkit-text-size-adjust:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}body,html{height:100%}body{font-family:var(--text-font);font-size:1.6rem;line-height:2.6rem;min-height:100vh;overflow-x:hidden}body.locked{height:100%;overflow:hidden;position:fixed;width:100%}body.dimmed:after{background-color:#00000080;content:"";inset:0;pointer-events:none;position:fixed;z-index:800}a,body,button{color:var(--text-color)}input[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none}.container,.section.centered{margin:0 auto;max-width:1216px;padding-left:var(--spacing-3);padding-right:var(--spacing-3);width:100%}@media (min-width:1280px){.container,.section.centered{padding-left:0;padding-right:0}}.wrapper{display:flex;flex-wrap:wrap;gap:3.2rem}a.button,button.button{align-items:center;background:var(--primary-color-dark);border:none;border-radius:var(--border-radius);color:var(--white-color);cursor:pointer;display:flex;font-family:var(--text-button-font-family);font-size:var(--text-button-sm-font-size);font-weight:var(--text-button-font-weight);justify-content:center;line-height:var(--text-button-sm-line-height);padding:var(--spacing-2);text-align:center;text-decoration:none;transition:width var(--transition-speed);width:auto}@media (min-width:1280px){a.button,button.button{font-size:var(--text-button-md-font-size);font-weight:var(--text-button-md-font-weight,var(--text-button-font-weight));line-height:var(--text-button-md-line-height)}}a.button--alt,button.button--alt{background:var(--alt-color);color:var(--primary-color-dark)}a.button:after,button.button:after{content:"";--svg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cg fill='none'%3E%3Cg stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='1.5' clip-path='url(%23a)'%3E%3Cpath stroke-width='1.983' d='M5 16.064h18.984'/%3E%3Cpath stroke-width='2' d='m17.292 8 8 8-8 8'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M4 7h23v18H4z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/g%3E%3C/svg%3E");background-color:currentColor;display:inline-flex;height:2rem;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;opacity:0;transform:translate(var(--spacing-default));transition:all var(--transition-speed);width:0}a.button:hover:after,button.button:hover:after{opacity:1;transform:translate(var(--spacing-1));width:2rem}a.button--left-oriented:after,a.button--non-animated:after,button.button--left-oriented:after,button.button--non-animated:after{content:none}a.button--left-oriented:hover:before,button.button--left-oriented:hover:before{transform:translate(calc(var(--spacing-1)*-1)) rotate(180deg)}a.button--left-oriented:before,button.button--left-oriented:before{content:"";--svg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cg fill='none'%3E%3Cg stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='1.5' clip-path='url(%23a)'%3E%3Cpath stroke-width='1.983' d='M5 16.064h18.984'/%3E%3Cpath stroke-width='2' d='m17.292 8 8 8-8 8'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M4 7h23v18H4z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/g%3E%3C/svg%3E");background-color:var(--primary-color-dark);color:var(--white-color);display:inline-flex;font-size:2.2rem;height:1em;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;transform:translate(calc(var(--spacing-default)*-1)) rotate(180deg);transition:all var(--transition-speed);width:1em}a.button--outline,button.button--outline{background:var(--white-color);border:1px solid var(--neutral-color-3);color:var(--primary-color-dark)}a.button--outline:after,button.button--outline:after{background:currentColor}a.button--inverted,button.button--inverted{background:var(--white-color);color:var(--primary-color-dark)}a.button--primary,button.button--primary{color:var(--primary-color)}a.button--primary-bg,button.button--primary-bg{background-color:var(--primary-color);color:var(--white-color)}a.button--secondary-bg,button.button--secondary-bg{background:var(--secondary-color);color:var(--primary-color-dark)}a.button--small,button.button--small{padding:var(--spacing-1) var(--spacing-3)}a.button--medium,button.button--medium{height:3.6rem;padding:0 var(--spacing-3)}a.button--large,button.button--large{height:4.6rem;padding:0 1.6rem}a.button--large:hover:after,button.button--large:hover:after{width:2.6rem}a.button--more.disabled,button.button--more.disabled{opacity:.5;pointer-events:none}a.button--more:after,a.button--more:hover:after,button.button--more:after,button.button--more:hover:after{transform:translate(var(--spacing-default)) rotate(90deg)}a.button--more.hidden,button.button--more.hidden{display:none}a.button.passive-arrow,button.button.passive-arrow{height:3.6rem}a.button.passive-arrow:after,button.button.passive-arrow:after{font-size:1rem;padding-left:1rem;transform:scale(1);transition:all var(--transition-speed);width:2.2rem}a.button.passive-arrow:hover:after,button.button.passive-arrow:hover:after{transform:translate(.6rem)}a.button.outline,button.button.outline{background:var(--white-color);border:1px solid var(--primary-color-dark);color:var(--primary-color-dark)}a.button.loading,button.button.loading{padding-right:7rem;position:relative}a.button.loading:before,button.button.loading:before{align-items:center;background-color:inherit;border-radius:var(--border-radius);bottom:0;content:"Even geduld...";display:flex;left:0;padding:0 1.6rem;position:absolute;top:0;width:100%}a.button.loading:after,button.button.loading:after{animation:load-animate 1s linear infinite;border:5px solid var(--white-color);border-radius:var(--border-radius-round);content:"";height:2rem;position:absolute;right:1.6rem;transform:all;width:2rem}@keyframes load-animate{0%{opacity:1;transform:scale(1)}50%{opacity:.35;transform:scale(.8)}to{opacity:1;transform:scale(1)}}:lang(en) .button.loading:before{content:"Please wait..."}.overflow-x-hidden{overflow-x:hidden}.no-scroll{overflow:hidden}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.popup{background-color:var(--white-color);border-radius:.5rem;box-shadow:0 0 8px #00000040;left:-1.5rem;padding:3rem 1.5rem;position:absolute;top:5rem;visibility:hidden;width:100vw;z-index:3}@media (min-width:766px){.popup{left:0;scroll-margin:5rem;width:37.5rem}}@media (min-width:1280px){.popup{left:-11rem}}@media (min-width:766px){.popup:before{border-bottom:1rem solid var(--white-color);border-left:1rem solid transparent;border-right:1rem solid transparent;bottom:100%;content:"";left:1.2rem;position:absolute}}@media (min-width:1280px){.popup:before{left:calc(50% - 1rem)}}.popup.visible{animation:fadeIn calc(var(--transition-speed)/1.6) ease-out;display:block;visibility:visible;z-index:4}@media (min-width:1280px){.popup.share:only-of-type{left:-13.5rem}}.popup+.share{left:-1.5rem;padding:3rem 1.5rem 1rem}@media (min-width:766px){.popup+.share{left:21rem}}@media (min-width:1280px){.popup+.share{left:3rem}}.popup .header{display:flex;justify-content:space-between;margin-bottom:1rem}.popup .header span{font-family:var(--text-h3-font-family);font-size:var(--text-h3-sm-font-size);font-weight:var(--text-h3-font-weight);line-height:var(--text-h3-sm-line-height)}@media (min-width:1280px){.popup .header span{font-size:var(--text-h3-md-font-size);font-weight:var(--text-h3-md-font-weight,var(--text-h3-font-weight));line-height:var(--text-h3-md-line-height)}}.popup .header svg{cursor:pointer;height:var(--spacing-4);width:var(--spacing-4)}.popup ol{list-style:none;padding:var(--spacing-1) 0 var(--spacing-2) 0}.popup ol li{border-bottom:1px solid #ced0d4;cursor:pointer;font-family:var(--text-body-font-family);font-size:var(--text-body-sm-font-size);font-weight:var(--text-body-font-weight);line-height:var(--text-body-sm-line-height);padding:var(--spacing-3) 0;text-transform:capitalize}@media (min-width:1280px){.popup ol li{font-size:var(--text-body-md-font-size);font-weight:var(--text-body-md-font-weight,var(--text-body-font-weight));line-height:var(--text-body-md-line-height)}}.popup ol li:first-child,.popup ol li:last-child{text-transform:none}.popup ol li:hover,.popup ol li:hover path{color:var(--primary-color);fill:var(--primary-color)}.popup ol li div{display:flex;gap:1.2rem}.popup ol li div svg{justify-content:space-evenly;width:var(--spacing-4)}.popup .footer{font-family:var(--text-body-font-family);font-size:var(--text-body-sm-font-size);font-weight:var(--text-body-font-weight);line-height:var(--text-body-sm-line-height)}@media (min-width:1280px){.popup .footer{font-size:var(--text-body-md-font-size);font-weight:var(--text-body-md-font-weight,var(--text-body-font-weight));line-height:var(--text-body-md-line-height)}}.popup .footer:hover{color:var(--primary-color)}.popup .copy-success{align-items:center;color:var(--success-color);display:flex;font-weight:700}.popup .copy-success .checkmark{background-color:var(--success-color);border-radius:var(--border-radius-round);display:flex;height:var(--spacing-4);justify-content:center;width:var(--spacing-4)}.popup .copy-success .checkmark svg{width:var(--spacing-3)}.popup .copy-success .checkmark svg path{fill:#fff}.visually-hidden{left:-9999px;position:absolute}.section:has(.component.app-menu-wrapper){position:sticky;top:0;z-index:var(--level-1-index)}@media (min-width:375px){[element\:hidden=mobile]{display:none!important}}@media (max-width:375px){[element\:visible=mobile]{display:none!important}}@media (min-width:766px){[element\:hidden=tablet]{display:none!important}}@media (max-width:766px){[element\:visible=tablet]{display:none!important}}@media (min-width:1024px){[element\:hidden=desktop]{display:none!important}}@media (max-width:1024px){[element\:visible=desktop]{display:none!important}}:root{--border-radius:6px;--border-radius-round:50%;--transition-speed:.3s;--transition-speed-fast:.1s;--text-hero-font-family:Merriweather,serif;--text-hero-font-weight:400;--text-hero-sm-font-size:2.4rem;--text-hero-sm-line-height:3.2rem;--text-hero-md-font-size:5rem;--text-hero-md-line-height:5.6rem;--text-hero-md-font-weight:600;--text-h1-font-family:Merriweather,serif;--text-h1-font-weight:400;--text-h1-sm-font-size:2.4rem;--text-h1-sm-line-height:3.2rem;--text-h1-md-font-size:3rem;--text-h1-md-line-height:4rem;--text-h2-font-family:Inter,sans-serif;--text-h2-font-weight:600;--text-h2-sm-font-size:1.9rem;--text-h2-sm-line-height:2.4rem;--text-h2-md-font-size:2.2rem;--text-h2-md-line-height:2.8rem;--text-h3-font-family:Inter,sans-serif;--text-h3-font-weight:600;--text-h3-sm-font-size:1.8rem;--text-h3-sm-line-height:2.4rem;--text-h3-md-font-size:1.8rem;--text-h3-md-line-height:2.4rem;--text-h4-font-family:Inter,sans-serif;--text-h4-font-weight:600;--text-h4-sm-font-size:1.6rem;--text-h4-sm-line-height:2.4rem;--text-h4-md-font-size:1.6rem;--text-h4-md-line-height:2.4rem;--text-intro-font-family:Merriweather,serif;--text-intro-font-weight:400;--text-intro-sm-font-size:1.7rem;--text-intro-sm-line-height:2.8rem;--text-intro-md-font-size:2rem;--text-intro-md-line-height:3.2rem;--text-article-body-font-family:Merriweather,serif;--text-article-body-font-weight:400;--text-article-body-sm-font-size:1.4rem;--text-article-body-sm-line-height:2.4rem;--text-article-body-md-font-size:1.7rem;--text-article-body-md-line-height:2.8rem;--text-body-font-family:Merriweather,serif;--text-body-font-weight:400;--text-body-sm-font-size:1.4rem;--text-body-sm-line-height:2.4rem;--text-body-md-font-size:1.5rem;--text-body-md-line-height:2.4rem;--text-section-title-font-family:Merriweather,serif;--text-section-title-font-weight:400;--text-section-title-sm-font-size:2rem;--text-section-title-sm-line-height:2.4rem;--text-section-title-md-font-size:2.2rem;--text-section-title-md-line-height:3.2rem;--text-note-font-family:Inter,sans-serif;--text-note-font-weight:400;--text-note-sm-font-size:1.3rem;--text-note-sm-line-height:1.6rem;--text-note-md-font-size:1.3rem;--text-note-md-line-height:1.6rem;--text-tag-font-family:Inter,sans-serif;--text-tag-font-weight:600;--text-tag-sm-font-size:1.1rem;--text-tag-sm-line-height:1.6rem;--text-tag-md-font-size:1.2rem;--text-tag-md-line-height:1.6rem;--text-menu-font-family:Inter,sans-serif;--text-menu-font-weight:600;--text-menu-sm-font-size:1.4rem;--text-menu-sm-line-height:2.4rem;--text-menu-md-font-size:1.6rem;--text-menu-md-line-height:2.4rem;--text-button-font-family:Inter,sans-serif;--text-button-font-weight:600;--text-button-sm-font-size:1.3rem;--text-button-sm-line-height:1.3rem;--text-button-md-font-size:1.3rem;--text-button-md-line-height:1.3rem;--spacing-default:.4rem;--spacing-1:.8rem;--spacing-2:1.2rem;--spacing-3:1.6rem;--spacing-4:2.4rem;--spacing-5:4rem;--spacing-6:6.4rem;--spacing-7:9.6rem;--neutral-color-0:#141414;--neutral-color-1:#fff;--neutral-color-2:#f5f5f5;--neutral-color-3:#dedede;--neutral-color-4:#bbb;--neutral-color-5:#767676;--neutral-color-6:#969696;--button-font:var(--heading-font);--border-color:#e5e2e2;--grey-color-light:#f1f3f4;--level-1-index:800;--level-2-index:900}.alignleft,.alignright{block-size:auto}.alignnone{width:100%!important}.size-full{width:100%}.alignleft.size-full,.alignright.size-full{border-radius:.6rem;margin-left:0;margin-right:0;width:100%}.alignright{float:right;margin-left:2.4rem}.alignleft{float:left;margin-right:2.4rem}.alignleft,.alignright{height:auto;margin-bottom:2.4rem;margin-top:2.8rem;width:auto}.aligncenter{height:auto;width:100%!important}.wp-caption{margin-bottom:2.4rem}@media print{img,svg,table{-moz-column-break-inside:avoid;break-inside:avoid}.row-wrapper.sticky{position:static!important}.column.ad,[type=ad_slot],[type=app_footer],[type=app_menu],[type=article_operations],[type=article_related_articles],[type=article_related_tags],[type=articles_list_textual],[type=checklist] button,[type=checklists] button,[type=highlight_block],[type=news_overview],[type=newsletter_subscribe],[type=section_header],[type=top_ad]{display:none!important}[type=article_body]{-moz-columns:2;column-count:2;-moz-column-fill:auto;column-fill:auto;-moz-column-gap:var(--spacing-4);column-gap:var(--spacing-4);display:block!important;height:100%}}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(./Inter-normal-400-cyrillic-ext.B2xhLi22.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(./Inter-normal-400-cyrillic.CMZtQduZ.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(./Inter-normal-400-greek-ext.CGAr0uHJ.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(./Inter-normal-400-greek.CaVNZxsx.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(./Inter-normal-400-vietnamese.CBcvBZtf.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(./Inter-normal-400-latin-ext.DO1Apj_S.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(./Inter-normal-400-latin.Dx4kXJAl.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(./Inter-normal-400-cyrillic-ext.B2xhLi22.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(./Inter-normal-400-cyrillic.CMZtQduZ.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(./Inter-normal-400-greek-ext.CGAr0uHJ.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(./Inter-normal-400-greek.CaVNZxsx.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(./Inter-normal-400-vietnamese.CBcvBZtf.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(./Inter-normal-400-latin-ext.DO1Apj_S.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(./Inter-normal-400-latin.Dx4kXJAl.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Kanit;font-style:normal;font-weight:400;src:url(./Kanit-normal-400-thai.D80Pglro.woff2) format("woff2");unicode-range:u+02d7,u+0303,u+0331,u+0e01-0e5b,u+200c-200d,u+25cc}@font-face{font-display:swap;font-family:Kanit;font-style:normal;font-weight:400;src:url(./Kanit-normal-400-vietnamese.DRI8YWyb.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Kanit;font-style:normal;font-weight:400;src:url(./Kanit-normal-400-latin-ext.B2xPf58u.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Kanit;font-style:normal;font-weight:400;src:url(./Kanit-normal-400-latin.BUlsQXH3.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Kanit;font-style:normal;font-weight:500;src:url(./Kanit-normal-500-thai.BB8gri04.woff2) format("woff2");unicode-range:u+02d7,u+0303,u+0331,u+0e01-0e5b,u+200c-200d,u+25cc}@font-face{font-display:swap;font-family:Kanit;font-style:normal;font-weight:500;src:url(./Kanit-normal-500-vietnamese.BzTrpCM3.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Kanit;font-style:normal;font-weight:500;src:url(./Kanit-normal-500-latin-ext.EHs3suD6.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Kanit;font-style:normal;font-weight:500;src:url(./Kanit-normal-500-latin.CX_4XcKi.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Merriweather;font-stretch:100%;font-style:normal;font-weight:400;src:url(./Merriweather-normal-400-cyrillic-ext.Bkm5NjZG.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Merriweather;font-stretch:100%;font-style:normal;font-weight:400;src:url(./Merriweather-normal-400-cyrillic.BWxnF87P.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Merriweather;font-stretch:100%;font-style:normal;font-weight:400;src:url(./Merriweather-normal-400-vietnamese.BXYScXBD.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Merriweather;font-stretch:100%;font-style:normal;font-weight:400;src:url(./Merriweather-normal-400-latin-ext.BZx4mOJf.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Merriweather;font-stretch:100%;font-style:normal;font-weight:400;src:url(./Merriweather-normal-400-latin.BovdrKvB.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Merriweather;font-stretch:100%;font-style:normal;font-weight:700;src:url(./Merriweather-normal-400-cyrillic-ext.Bkm5NjZG.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Merriweather;font-stretch:100%;font-style:normal;font-weight:700;src:url(./Merriweather-normal-400-cyrillic.BWxnF87P.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Merriweather;font-stretch:100%;font-style:normal;font-weight:700;src:url(./Merriweather-normal-400-vietnamese.BXYScXBD.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Merriweather;font-stretch:100%;font-style:normal;font-weight:700;src:url(./Merriweather-normal-400-latin-ext.BZx4mOJf.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Merriweather;font-stretch:100%;font-style:normal;font-weight:700;src:url(./Merriweather-normal-400-latin.BovdrKvB.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Raleway;font-style:normal;font-weight:400;src:url(./Raleway-normal-400-cyrillic-ext.Dc5xu4We.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Raleway;font-style:normal;font-weight:400;src:url(./Raleway-normal-400-cyrillic.CqKTn0sv.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Raleway;font-style:normal;font-weight:400;src:url(./Raleway-normal-400-vietnamese.wikBsL6_.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Raleway;font-style:normal;font-weight:400;src:url(./Raleway-normal-400-latin-ext.CwtNDoQR.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Raleway;font-style:normal;font-weight:400;src:url(./Raleway-normal-400-latin.CSF1BaNN.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Raleway;font-style:normal;font-weight:600;src:url(./Raleway-normal-400-cyrillic-ext.Dc5xu4We.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Raleway;font-style:normal;font-weight:600;src:url(./Raleway-normal-400-cyrillic.CqKTn0sv.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Raleway;font-style:normal;font-weight:600;src:url(./Raleway-normal-400-vietnamese.wikBsL6_.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Raleway;font-style:normal;font-weight:600;src:url(./Raleway-normal-400-latin-ext.CwtNDoQR.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Raleway;font-style:normal;font-weight:600;src:url(./Raleway-normal-400-latin.CSF1BaNN.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:400;src:url(./Roboto-normal-400-cyrillic-ext.mFIB_JhL.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:400;src:url(./Roboto-normal-400-cyrillic.B1tIhOr4.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:400;src:url(./Roboto-normal-400-greek-ext.DnPa8eh0.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:400;src:url(./Roboto-normal-400-greek.DAIrzMIp.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:400;src:url(./Roboto-normal-400-math.SopRAUEK.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:400;src:url(./Roboto-normal-400-symbols.Bm5C9Z0M.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:400;src:url(./Roboto-normal-400-vietnamese.CaxB3VTI.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:400;src:url(./Roboto-normal-400-latin-ext.Dqr_DJ6L.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:400;src:url(./Roboto-normal-400-latin.CHnqiQTt.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:500;src:url(./Roboto-normal-400-cyrillic-ext.mFIB_JhL.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:500;src:url(./Roboto-normal-400-cyrillic.B1tIhOr4.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:500;src:url(./Roboto-normal-400-greek-ext.DnPa8eh0.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:500;src:url(./Roboto-normal-400-greek.DAIrzMIp.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:500;src:url(./Roboto-normal-400-math.SopRAUEK.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:500;src:url(./Roboto-normal-400-symbols.Bm5C9Z0M.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:500;src:url(./Roboto-normal-400-vietnamese.CaxB3VTI.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:500;src:url(./Roboto-normal-400-latin-ext.Dqr_DJ6L.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:500;src:url(./Roboto-normal-400-latin.CHnqiQTt.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Rubik;font-style:normal;font-weight:400;src:url(./Rubik-normal-400-arabic.CZKz9PFy.woff2) format("woff2");unicode-range:u+06??,u+0750-077f,u+0870-088e,u+0890-0891,u+0897-08e1,u+08e3-08ff,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe70-fe74,u+fe76-fefc,u+102e0-102fb,u+10e60-10e7e,u+10ec2-10ec4,u+10efc-10eff,u+1ee00-1ee03,u+1ee05-1ee1f,u+1ee21-1ee22,u+1ee24,u+1ee27,u+1ee29-1ee32,u+1ee34-1ee37,u+1ee39,u+1ee3b,u+1ee42,u+1ee47,u+1ee49,u+1ee4b,u+1ee4d-1ee4f,u+1ee51-1ee52,u+1ee54,u+1ee57,u+1ee59,u+1ee5b,u+1ee5d,u+1ee5f,u+1ee61-1ee62,u+1ee64,u+1ee67-1ee6a,u+1ee6c-1ee72,u+1ee74-1ee77,u+1ee79-1ee7c,u+1ee7e,u+1ee80-1ee89,u+1ee8b-1ee9b,u+1eea1-1eea3,u+1eea5-1eea9,u+1eeab-1eebb,u+1eef0-1eef1}@font-face{font-display:swap;font-family:Rubik;font-style:normal;font-weight:400;src:url(./Rubik-normal-400-cyrillic-ext.BjodpZir.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Rubik;font-style:normal;font-weight:400;src:url(./Rubik-normal-400-cyrillic.DveCct9I.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Rubik;font-style:normal;font-weight:400;src:url(./Rubik-normal-400-hebrew.aKm06Uuc.woff2) format("woff2");unicode-range:u+0307-0308,u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-display:swap;font-family:Rubik;font-style:normal;font-weight:400;src:url(./Rubik-normal-400-latin-ext.BmHZjB9M.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Rubik;font-style:normal;font-weight:400;src:url(./Rubik-normal-400-latin.CnQIisVs.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Rubik;font-style:normal;font-weight:600;src:url(./Rubik-normal-400-arabic.CZKz9PFy.woff2) format("woff2");unicode-range:u+06??,u+0750-077f,u+0870-088e,u+0890-0891,u+0897-08e1,u+08e3-08ff,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe70-fe74,u+fe76-fefc,u+102e0-102fb,u+10e60-10e7e,u+10ec2-10ec4,u+10efc-10eff,u+1ee00-1ee03,u+1ee05-1ee1f,u+1ee21-1ee22,u+1ee24,u+1ee27,u+1ee29-1ee32,u+1ee34-1ee37,u+1ee39,u+1ee3b,u+1ee42,u+1ee47,u+1ee49,u+1ee4b,u+1ee4d-1ee4f,u+1ee51-1ee52,u+1ee54,u+1ee57,u+1ee59,u+1ee5b,u+1ee5d,u+1ee5f,u+1ee61-1ee62,u+1ee64,u+1ee67-1ee6a,u+1ee6c-1ee72,u+1ee74-1ee77,u+1ee79-1ee7c,u+1ee7e,u+1ee80-1ee89,u+1ee8b-1ee9b,u+1eea1-1eea3,u+1eea5-1eea9,u+1eeab-1eebb,u+1eef0-1eef1}@font-face{font-display:swap;font-family:Rubik;font-style:normal;font-weight:600;src:url(./Rubik-normal-400-cyrillic-ext.BjodpZir.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Rubik;font-style:normal;font-weight:600;src:url(./Rubik-normal-400-cyrillic.DveCct9I.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Rubik;font-style:normal;font-weight:600;src:url(./Rubik-normal-400-hebrew.aKm06Uuc.woff2) format("woff2");unicode-range:u+0307-0308,u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-display:swap;font-family:Rubik;font-style:normal;font-weight:600;src:url(./Rubik-normal-400-latin-ext.BmHZjB9M.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Rubik;font-style:normal;font-weight:600;src:url(./Rubik-normal-400-latin.CnQIisVs.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Saira;font-stretch:100%;font-style:normal;font-weight:400;src:url(./Saira-normal-400-vietnamese.DilLk5LW.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Saira;font-stretch:100%;font-style:normal;font-weight:400;src:url(./Saira-normal-400-latin-ext.TDpbOEVk.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Saira;font-stretch:100%;font-style:normal;font-weight:400;src:url(./Saira-normal-400-latin.SRoMMzpo.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Saira;font-stretch:100%;font-style:normal;font-weight:600;src:url(./Saira-normal-400-vietnamese.DilLk5LW.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Saira;font-stretch:100%;font-style:normal;font-weight:600;src:url(./Saira-normal-400-latin-ext.TDpbOEVk.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Saira;font-stretch:100%;font-style:normal;font-weight:600;src:url(./Saira-normal-400-latin.SRoMMzpo.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Titillium Web;font-style:normal;font-weight:400;src:url(./Titillium_Web-normal-400-latin-ext.Bot9mzhf.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Titillium Web;font-style:normal;font-weight:400;src:url(./Titillium_Web-normal-400-latin.BmGsO8Gb.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Titillium Web;font-style:normal;font-weight:600;src:url(./Titillium_Web-normal-600-latin-ext.u1udDzIn.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Titillium Web;font-style:normal;font-weight:600;src:url(./Titillium_Web-normal-600-latin.DBtSc4_g.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}a[data-v-17840087]{-webkit-text-decoration:underline solid var(--neutral-color-0);text-decoration:underline solid var(--neutral-color-0);text-underline-offset:var(--spacing-default);transition:text-decoration-color var(--transition-speed)}a[data-v-17840087]:hover{text-decoration-color:transparent}.notification[data-v-907aeef9]{align-items:center;background-color:var(--notification-bg-color,#322f35);border:var(--notification-border,none);border-radius:var(--border-radius);display:flex;gap:var(--spacing-2);padding:0 var(--spacing-3);width:100%}.message-wrapper[data-v-907aeef9]{display:flex;flex-direction:column;flex-grow:1;padding-bottom:var(--spacing-3);padding-top:var(--spacing-3)}@media (min-width:766px){.message-wrapper[data-v-907aeef9]{align-items:flex-start;flex-direction:row;justify-content:space-between}}.message-wrapper .action[data-v-907aeef9]{align-self:flex-end;font-family:var(--text-body-font-family);font-size:var(--text-body-sm-font-size);font-weight:var(--text-body-font-weight);line-height:var(--text-body-sm-line-height)}@media (min-width:1280px){.message-wrapper .action[data-v-907aeef9]{font-size:var(--text-body-md-font-size);font-weight:var(--text-body-md-font-weight,var(--text-body-font-weight));line-height:var(--text-body-md-line-height)}}.message[data-v-907aeef9]{color:var(--notification-text-color,var(--neutral-color-1));font-family:var(--text-body-font-family);font-size:var(--text-body-sm-font-size);font-weight:var(--text-body-font-weight);line-height:var(--text-body-sm-line-height)}@media (min-width:1280px){.message[data-v-907aeef9]{font-size:var(--text-body-md-font-size);font-weight:var(--text-body-md-font-weight,var(--text-body-font-weight));line-height:var(--text-body-md-line-height)}}[data-v-907aeef9] a{color:var(--notification-link-color,#b290ea);text-decoration:none}[data-v-907aeef9] a:hover{color:var(--notification-link-hover-color,#f5eff7)}.icon[data-v-907aeef9]{color:var(--notification-icon-color,#f5eff7);cursor:pointer;flex-shrink:0}button[data-v-819d03ed]{background:none;border:none;color:var(--notification-link-color,#b290ea);cursor:pointer;font-family:var(--text-body-font-family);font-size:var(--text-body-sm-font-size);font-weight:var(--text-body-font-weight);line-height:var(--text-body-sm-line-height)}@media (min-width:1280px){button[data-v-819d03ed]{font-size:var(--text-body-md-font-size);font-weight:var(--text-body-md-font-weight,var(--text-body-font-weight));line-height:var(--text-body-md-line-height)}}button[data-v-819d03ed]:hover{color:var(--notification-link-hover-color,#f5eff7)}.notifications[data-v-8037daed]{bottom:1.5rem;display:flex;flex-direction:column;gap:2rem;left:0;margin-left:auto;margin-right:auto;position:fixed;right:0;width:calc(100% - var(--spacing-3)*2);z-index:var(--level-2-index)}@media (min-width:1280px){.notifications[data-v-8037daed]{max-width:1005px;width:-moz-fit-content;width:fit-content}}.list-item[data-v-8037daed]{transition:all .5s}.list-enter[data-v-8037daed],.list-enter-active[data-v-8037daed],.list-leave-active[data-v-8037daed],.list-leave-to[data-v-8037daed]{opacity:0;transform:translateY(30px)}@media (min-width:1280px){.mobile-only[data-v-8037daed]{display:none}}.column.article .image-block,.column.article .paywall .cta-block,.column.article .registration-block{padding-left:var(--spacing-5);padding-right:var(--spacing-5)}.column[data-v-e27f241f]{display:flex;flex-direction:column}.column>.component[data-v-e27f241f]:not(:first-child){margin-top:var(--spacing-5)}.column>.component:not(:first-child)[type=article_author_dates][data-v-e27f241f],.column>.component:not(:first-child)[type=article_authors][data-v-e27f241f],.column>.component:not(:first-child)[type=article_dates][data-v-e27f241f],.column>.component:not(:first-child)[type=article_intro][data-v-e27f241f],.column>.component:not(:first-child)[type=article_toc_desktop][data-v-e27f241f]{margin-top:var(--spacing-2)}.row-wrapper[data-v-a76d74d2]{display:flex;gap:4rem;justify-content:center}.row-wrapper.sticky[data-v-a76d74d2]{position:sticky;top:0;z-index:var(--level-1-index)}.row-wrapper.padding[data-v-a76d74d2],.row-wrapper.padding_bottom[data-v-a76d74d2],.row-wrapper.padding_inset[data-v-a76d74d2]{padding-bottom:var(--spacing-5)}.row-wrapper.padding[data-v-a76d74d2],.row-wrapper.padding_inset[data-v-a76d74d2],.row-wrapper.padding_top[data-v-a76d74d2]{padding-top:var(--spacing-5)}.row-wrapper.padding_inset[data-v-a76d74d2]{padding-left:var(--spacing-3);padding-right:var(--spacing-3)}@media (min-width:1280px){.row-wrapper.padding_inset[data-v-a76d74d2]{padding-left:var(--spacing-5);padding-right:var(--spacing-5)}}.row[data-v-a76d74d2]{overflow:auto;width:1216px}.scroll[data-v-a76d74d2]{--gap:1.6rem;display:flex;gap:var(--gap);overflow-x:auto;-webkit-overflow-scrolling:touch;padding:0;scroll-snap-type:x mandatory}@media (min-width:1280px){.scroll[data-v-a76d74d2]{--gap:3.2rem;overflow-x:hidden}}.scroll .column[data-v-a76d74d2]{flex-shrink:0;padding-left:var(--spacing-3);scroll-snap-align:start;width:80%}@media (min-width:1280px){.scroll .column[data-v-a76d74d2]{padding:0;width:calc(100%/var(--b1f9ac46) - 2.2rem)}}.scroll .column[data-v-a76d74d2]:last-child{padding-right:var(--spacing-3)}@media (min-width:1280px){.scroll .column[data-v-a76d74d2]:last-child{padding-right:0}}button[data-v-a76d74d2]{display:none}@media (min-width:1280px){button[data-v-a76d74d2]{all:unset;cursor:pointer}}.row-wrapper.sticky[data-v-e6c2b977]{position:sticky;top:0;z-index:var(--level-1-index)}.row-wrapper.padding[data-v-e6c2b977],.row-wrapper.padding_bottom[data-v-e6c2b977],.row-wrapper.padding_inset[data-v-e6c2b977]{padding-bottom:var(--spacing-5)}.row-wrapper.padding[data-v-e6c2b977],.row-wrapper.padding_inset[data-v-e6c2b977],.row-wrapper.padding_top[data-v-e6c2b977]{padding-top:var(--spacing-5)}.row-wrapper.padding_inset[data-v-e6c2b977]{padding-left:var(--spacing-3);padding-right:var(--spacing-3)}@media (min-width:1280px){.row-wrapper.padding_inset[data-v-e6c2b977]{padding-left:var(--spacing-5);padding-right:var(--spacing-5)}}.row-wrapper.section_header[data-v-e6c2b977]{margin-bottom:calc((var(--spacing-5) - var(--spacing-4))*-1)}.row[data-v-e6c2b977]{--gap:3.2rem;display:flex;flex-direction:column;gap:var(--gap);width:100%}.row.reverse[data-v-e6c2b977]{flex-direction:column-reverse}@media (min-width:766px){.row[data-v-e6c2b977],.row.reverse[data-v-e6c2b977]{flex-direction:row}}.row .column[data-v-e6c2b977]:empty{display:none}@media (min-width:766px){.row .column.ad[data-v-e6c2b977]{flex-shrink:0;width:30rem}.row .column.article[data-v-e6c2b977]{margin-right:calc(11.5rem - var(--gap));width:59.2rem}.row .column.article[data-v-e6c2b977]:not(:only-child){margin-left:auto}}@media (max-width:766px){.row .column[data-v-e6c2b977]{width:100%!important}}@media (min-width:766px){.row .column.article+.column.ad[data-v-e6c2b977]:empty{display:flex}}.row[data-v-e6c2b977]:has(.column:only-child):has(.hero){flex-direction:row}@media (max-width:766px){.row[data-v-e6c2b977]:has(.column:nth-child(2)):has(.hero){height:auto!important}}.row[data-v-e6c2b977]:has(.column:nth-child(n+3)):has([type=article_highlight]){flex-direction:column}@media (max-width:1280px){.row:has(.column:nth-child(n+3)):has([type=article_highlight]) .column[data-v-e6c2b977]{width:100%!important}}@media (max-width:1280px) and (min-width:766px){.row:has(.column:nth-child(n+3)):has([type=article_highlight]) .column[data-v-e6c2b977]:is(:nth-child(2),:nth-child(3)){width:calc(50% - 1.6rem)!important}}@media (max-width:1280px){.row[data-v-e6c2b977]:has(.column:nth-child(n+3)):has([type=article_highlight]) .component[type=article_highlight]{max-height:100%}}@media (min-width:766px){.row[data-v-e6c2b977]:has(.column:nth-child(n+3)):has([type=article_highlight]){flex-direction:row;flex-wrap:wrap;justify-content:space-between}}@media (min-width:1280px){.row[data-v-e6c2b977]:has(.column:nth-child(n+3)):has([type=article_highlight]){flex-wrap:nowrap;justify-content:unset}}section[data-v-e6c2b977]:not(:has(.row>.column:not(:empty))){display:none}div[data-v-af20c1de]{border-radius:var(--border-radius);bottom:var(--spacing-3);left:var(--spacing-3);position:fixed;z-index:var(--level-2-index)}.grid[data-v-6a6a9994]{display:flex;flex-direction:column}.grid[data-v-6a6a9994]>*{margin-top:var(--spacing-5)}.grid>.gapless-bottom[data-v-6a6a9994]+*,.grid>.gapless-top[data-v-6a6a9994],.grid[data-v-6a6a9994]>:first-child{margin-top:0}.error[data-v-edd9630d] .information-block{align-items:flex-start}
