:root{--h1:48px;--h2:38px;--h3:28px;--h4:20px;--h5:16px;--h6:13px;--small_text:12px;--base-text:13px;--smallest:9px;--width-base:1700;--width-current:100vw;--width-multiplier:var(--width-current) /var(--width-base);--black:#000;--dark-black:#101010;--white:#fff;--dark-gray:#323232;--dark-blue:#262f4b;--blue:#344066;--light-blue:#475276;--gray:#9ba0b2;--gray-300:#ebecf0;--light-gray:#fbfbfb;--red:#e31e25;--green:#5cb585;--green-100:#d1e9e8;--orange:#ef5f31;--orange-100:#faebe7;--blue-100:#ecefff;--blue-150:#8ed5ff;--blue-200:#61a8eb;--blue-600:#2977bd;--blue-700:#1c3f94;--blue-800:#344066;--blue-logo:#1c3f94;--link-color:#61a8eb;--text-primary:#101010;--text-secondary:#fff;--text-descr:#b3b3b3;--text-dark-descr:#9ba0b2;--text-green:#347854;--text-orange:#ef5f31;--text-blue:#262f4b;--border-black:#101010;--border-color:#e8e8e8;--border-dark-gray:#878a94;--border-light-gray:#c8c8c8;--border-orange:#ef5f31;--line-blue:#475273;--line:#f2f2f2;--border-footer:#3a3a3a;--error:#e31e25;--success:#5cb585;--green-default:#4fb07c;--green-hover:#459a6c;--green-pressed:#347854;--white-default:#fff;--white-hover:#fbfbfb;--white-pressed:#e8e8e8;--orange-default:#ef5f31;--orange-hover:#e63c06;--orange-pressed:#c23103;--red-default:#e31e25;--red-hover:#c8191f;--blue-default:#344066;--blue-hover:#262f4b;--blue-pressed:#121b38;--light-green-hover:#dcefe5;--light-green-pressed:#aecec2;--light-blue-hover:#d3d7e7;--light-blue-pressed:#949ec5;--light-orange-hover:#ffdfd5;--light-orange-pressed:#f2aa93;--active-filter:#fef7f3;--disabled:#e8e8e8}@media screen and (max-width:1024px){:root{--width-base:1024;--h1:calc(var(--width-multiplier)*48);--h2:calc(var(--width-multiplier)*38);--h3:calc(var(--width-multiplier)*28);--h4:calc(var(--width-multiplier)*20);--h5:calc(var(--width-multiplier)*16)}}@media screen and (max-width:860px){:root{--width-base:860}}@media screen and (max-width:680px){:root{--width-base:680;--h4:16px;--h5:14px;--h6:14px;--base-text:14px}}@media screen and (max-width:480px){:root{--width-base:580}}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:300;src:url(/fonts/montserrat/Montserrat-Light_300.ttf) format("truetype")}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:400;src:url(/fonts/montserrat/Montserrat-Regular_400.ttf) format("truetype")}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:600;src:url(/fonts/montserrat/Montserrat-SemiBold_600.ttf) format("truetype")}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:700;src:url(/fonts/montserrat/Montserrat-Bold_700.ttf) format("truetype")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:url(/fonts/roboto/Roboto-Light_300.ttf) format("truetype")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:url(/fonts/roboto/Roboto-Regular_400.ttf) format("truetype")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:url(/fonts/roboto/Roboto-Bold_700.ttf) format("truetype")}@font-face{font-display:swap;font-family:Caveat;font-style:normal;font-weight:400;src:url(/fonts/caveat/Caveat-Regular_400.ttf) format("truetype")}.box_shadow{box-shadow:0 0 4px 0 rgba(0,0,0,.08)}.box_shadow_clear{box-shadow:none}.border_radius{border-radius:2px}.border_radius_4{border-radius:4px}.border_radius_8{border-radius:8px}.border_radius_12{border-radius:12px}.border_radius_20{border-radius:20px}.border_radius_clear{border-radius:0}.circle{border-radius:50%}.box{background-color:var(--white);border:1px solid var(--border-color);border-radius:2px;padding:8px}.flex_direction_column{flex-direction:column}.transition{transition:.2s ease-in-out}.transition_directive_animate{transition:.5s linear}.default_translate{transform:translateY(-5px)}.default_box_shadow{box-shadow:3px 4px 9px 0 rgba(34,60,80,.2)}.border_radius_32{border-radius:32px}.reportMsfoFactsetTableScrollTtl{display:none}.spacer{flex-grow:1}.exportingToPdf{padding-left:40px}.pdf-header-wrapper{align-items:center;display:flex;padding:20px}.pdf-header{border-bottom:none;margin:0;padding:0;text-align:right}.pdf-header .pdf-logo{display:inline-block}.report-selectors{align-items:baseline;display:flex;flex-wrap:wrap;gap:20px}@media screen and (max-width:680px){.report-selectors{gap:initial}}.report-selectors .tabs{flex-wrap:nowrap;gap:12px;justify-content:normal;margin:0}@media screen and (max-width:680px){.report-selectors .tabs{flex-wrap:wrap;width:100%}}.report-selectors .tabs li{cursor:pointer;flex-grow:0}.report-selectors .tabs li:last-child{margin-right:0}.report-selectors .tabs .item{background-color:var(--white);border:1px solid var(--border-color);border-radius:20px;color:var(--text-primary);display:flex;padding:12px;position:relative;text-decoration:none;transition:initial;white-space:nowrap}.report-selectors .tabs .item.active{background-color:var(--orange-default);border-color:var(--border-orange);color:var(--text-secondary)}.report-selectors .tabs .item:hover{background:var(--orange);border-color:var(--border-orange);color:var(--text-secondary)}@media screen and (max-width:680px){.report-selectors .tabs .item{white-space:normal}}.report-selectors .msfoType{margin-bottom:0}.report-selectors+.tagList{margin-bottom:20px}@media screen and (max-width:680px){.report-selectors-text{margin-bottom:20px;order:-1;width:100%}}.reporting-name-bold{font-weight:700}.hero{padding:20px 0 0}@media screen and (max-width:1024px){.hero{padding:20px 10px 0}}.hero__title{float:none;margin:0;width:100%}.hero__description{font-size:var(--h4);line-height:1.3;margin-bottom:60px;max-width:90%;padding-right:27%}#toPdfLink{background:var(--light-gray) url(/img/icons/stack.svg#pdf) no-repeat 8px 50%;background-size:24px 24px;border:1px solid var(--border-color);border-radius:2px;color:var(--text-primary);cursor:pointer;margin-left:auto;padding:12px 12px 12px 40px;text-decoration:none}#toPdfLink:hover{background-color:var(--gray-300);border-color:var(--gray);box-shadow:0 0 4px 0 rgba(0,0,0,.08)}@media screen and (max-width:680px){#toPdfLink{background-position:50%;margin:0;min-height:40px;min-width:40px;padding:0}#toPdfLink .toPdf__text{display:none}}.toPdf__wrapper{align-items:center;display:flex;gap:20px;margin-top:20px}@media screen and (max-width:680px){.toPdf__wrapper{gap:0}}.toPdf__wrapper .navigation{margin:0}.ifrsIndicators .reportDate{max-width:600px}.ifrsIndicators .tableGallery{margin-bottom:30px}@media screen and (max-width:680px){.report-selectors{flex-wrap:wrap}.pdf_file{min-height:auto}}
