:root{--color-white:#fff;--color-grey55:#555;--color-greyBA:#bababa;--color-greyDA:#dadada;--color-air:#00a0d2;--color-airM4:#e5f5fa;--color-carbon:#020202}.cb{clear:both}.cb:after,.cb:before{content:" ";display:table}.cb:after{clear:both}body,html{font-size:14px}.Input,.Textarea{font-size:13px;line-height:20px;font-weight:300;color:var(--color-carbon);line-height:36px;width:100%;padding:0 8px 0 8px;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid var(--color-greyDA);outline:medium none;border-radius:0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;background:var(--color-white);word-break:normal;-webkit-transition:-webkit-box-shadow .2s ease-in-out;transition:-webkit-box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out,-webkit-box-shadow .2s ease-in-out}.Input::-webkit-input-placeholder,.Textarea::-webkit-input-placeholder{color:var(--color-grey99);font-size:13px}.Input:-moz-placeholder,.Textarea:-moz-placeholder{color:var(--color-grey99);font-size:13px}.Input :-ms-input-placeholder,.Textarea :-ms-input-placeholder{color:var(--color-grey99);font-size:13px}.Input:focus,.Textarea:focus{-webkit-box-shadow:0 7px 18px rgba(0,0,0,.12);box-shadow:0 7px 18px rgba(0,0,0,.12)}.Input:disabled,.Textarea:disabled{background:var(--color-greyF5);color:var(--color-grey99)}@media only screen and (max-width:1441px){.Input,.Textarea{font-size:12px;line-height:30px}}.Input.has-error,.Textarea.has-error{border-color:var(--color-fire)}.Input{height:36px}.Input__wrapper{width:100%;max-width:420px;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.Input__wrapper .Input+Input{margin-left:12px}.Input__wrapper--search:after{content:"";position:absolute;top:0;right:0;height:36px;width:36px;font-family:Frontiers-Iconography!important;color:var(--color-grey55);font-size:24px;line-height:24px;font-weight:300!important;text-align:center;line-height:36px}.Input--number{width:80px}.Textarea{line-height:16px;padding:8px;resize:vertical;height:120px;max-height:300px}.Textarea::-webkit-scrollbar{background:transparent;-webkit-appearance:none;width:12px;height:12px}.Textarea::-webkit-scrollbar-thumb{border-radius:0;background-color:rgba(2,2,2,.3);-webkit-box-shadow:0 0 1px hsla(0,0%,100%,.5);border-radius:6px;border:3px solid var(--color-white)}@-moz-document url-prefix(){.Textarea{scrollbar-width:thin}}.CheckBox{position:relative;padding-left:24px;margin:5px auto 5px 0;cursor:pointer;font-size:13px;line-height:20px;font-weight:300;line-height:16px;color:var(--color-grey55);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-flex-item-align:start;align-self:flex-start;display:inline-block}.CheckBox:hover input~.CheckBox__mark{border-color:var(--color-air)}.CheckBox:hover input:disabled~.CheckBox__mark{border-color:var(--color-greyBA);opacity:.5}.CheckBox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.CheckBox input:checked~.CheckBox__mark:after{content:"";color:var(--color-air)}.CheckBox input:disabled~.CheckBox__mark{opacity:.5}.CheckBox__mark{position:relative;position:absolute;top:0;left:0;height:20px;width:20px;margin-top:-3px}.CheckBox__mark:after{content:"";font-family:Frontiers-Iconography!important;color:var(--color-greyBA);font-size:20px;line-height:20px;font-weight:300!important;width:20px;height:20px;position:absolute}.RadioButton{position:relative;padding-left:26px;cursor:pointer;font-size:22px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;line-height:16px}.RadioButton:hover input~.RadioButton__mark{border-color:var(--color-air)}.RadioButton:hover input:disabled~.RadioButton__mark{border-color:var(--color-greyBA);opacity:.5}.RadioButton__label{font-size:13px;line-height:20px;font-weight:300;line-height:16px;color:var(--color-carbon)}.RadioButton--textarea{display:-webkit-box;display:-ms-flexbox;display:flex}.RadioButton--textarea .RadioButton__label{margin-top:4px}.RadioButton--textarea .Textarea{margin-left:10px}.RadioButton input{position:absolute;opacity:0;cursor:pointer}.RadioButton input:checked~.RadioButton__mark{border-color:var(--color-air);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.07),inset 0 3px 2px rgba(0,0,0,.1);box-shadow:0 2px 4px rgba(0,0,0,.07),inset 0 3px 2px rgba(0,0,0,.1)}.RadioButton input:checked~.RadioButton__mark:after{background:var(--color-air)}.RadioButton input:checked~.RadioButton__mark+.RadioButton__label{color:var(--color-carbon)}.RadioButton input:checked:disabled+.RadioButton__label,.RadioButton input:checked:disabled~.RadioButton__mark,.RadioButton input:disabled~.RadioButton__mark,.RadioButton input:disabled~.RadioButton__mark+.RadioButton__label{opacity:.5}.RadioButton__mark{position:absolute;top:8px;left:0;border:2px solid var(--color-greyBA);-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.07),inset 0 6px 1px 0 rgba(0,0,0,.03);box-shadow:0 2px 4px 0 rgba(0,0,0,.07),inset 0 6px 1px 0 rgba(0,0,0,.03);height:16px;width:16px;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:var(--color-white);border-radius:50%;-webkit-transition:border .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;transition:border .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;transition:border .2s ease-in-out,box-shadow .2s ease-in-out;transition:border .2s ease-in-out,box-shadow .2s ease-in-out,-webkit-box-shadow .2s ease-in-out}.RadioButton__mark:after{content:"";position:absolute;top:3px;left:3px;width:6px;height:6px;background:transparent;border-radius:50%;-webkit-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out}.RadioButton__form{display:none;padding-left:20px;margin-top:10px}.RadioButton__form[data-check=checked]{display:block}.RadioButton__wrapper+.RadioButton__wrapper{margin-top:15px}.RadioButton__wrapper--other{display:-webkit-box;display:-ms-flexbox;display:flex}.RadioButton__wrapper--other .RadioButton{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-right:24px}.RadioButton__wrapper--other .RadioButton__label{line-height:38px}@media only screen and (max-width:1441px){.RadioButton__wrapper--other .RadioButton__label{line-height:34px}}.RadioButton__wrapper--other .RadioButton__mark{top:calc(50% - 9px)}.RadioButton__wrapper--column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.RadioButton__wrapper--column .RadioButton{margin-bottom:12px}.RadioButton__wrapper--column .RadioButton__mark{top:4px}.Backoffice__header{background:transparent;border-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-width:0;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding:20px 30px}@media only screen and (max-width:1441px){.Backoffice__header{padding:20px}}.Backoffice__header>*+*{margin-left:8px}.Backoffice__header>*+.KebabMenu{margin-left:4px}@media only screen and (max-width:740px){.Backoffice__header>*+*{margin-bottom:10px}}.Backoffice__header__backArrow{width:24px;height:36px;cursor:pointer;-webkit-transition:opacity .4s;transition:opacity .4s;position:relative}.Backoffice__header__backArrow:before{content:"";position:absolute;font-family:Frontiers-Iconography!important;color:var(--color-grey55);font-size:24px;line-height:24px;font-weight:300!important;line-height:36px}.Backoffice__header__backArrow:hover{opacity:.6}.Backoffice__header__title{margin-right:8px;font-size:24px;line-height:33px;font-weight:700;color:var(--color-carbon);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media only screen and (max-width:740px){.Backoffice__header__title{font-size:20px;margin-top:-12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.Backoffice__header__breadcamp{width:20px;height:36px;cursor:pointer;-webkit-transition:opacity .4s;transition:opacity .4s;position:relative;margin-left:-5px}.Backoffice__header__breadcamp:before{content:"";position:absolute;font-family:Frontiers-Iconography!important;color:var(--color-grey55);font-size:20px;line-height:20px;font-weight:300!important;line-height:36px}.Backoffice__header__breadcamp:hover{opacity:.6}.Backoffice__header__link{font-size:18px;line-height:25px;font-weight:300;color:var(--color-air);text-decoration:underline;margin-top:3px}.Backoffice__header__customView{margin-left:0}.Backoffice__header__customView .ActionsDropDown{top:3px}.Backoffice__header__customView .ActionsDropDown__trigger{padding-left:0;color:var(--color-carbon);font-size:13px;line-height:20px;font-weight:300;padding-right:18px}.Backoffice__header__customView .ActionsDropDown__trigger:after{color:var(--color-grey99);font-size:14px;line-height:14px}.Backoffice__header__customView .ActionsDropDown__menu{z-index:20}@media only screen and (max-width:563px){.Backoffice__header__customView .ActionsDropDown__menu{left:auto;right:0}.Backoffice__header__customView .ActionsDropDown__menu:before{left:auto;right:30px}}@media only screen and (max-width:740px){.Backoffice__header .Button{margin-bottom:10px}}.Backoffice__header .KebabMenu__list{z-index:111}.Backoffice__header>.SearchInput{margin-bottom:0;min-width:184px}@media only screen and (max-width:740px){.Backoffice__header>.SearchInput{margin-bottom:10px;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:50vw}}.Backoffice__header>.SearchInput__wrapper{margin:0}@media only screen and (max-width:740px){.Backoffice__header>.SearchInput__wrapper{margin-bottom:10px;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:50vw}}.Backoffice__header .FiltersContainer>.DropDown .DropDown__selectedValue{font-weight:300;color:var(--color-carbon)}.Backoffice__header .FiltersContainer>.DropDown .DropDown__titleContainer{font-size:13px}.Backoffice__forms{width:100%;max-width:760px;margin:0 auto;padding-bottom:40px;margin-top:30px}@media only screen and (max-width:1024px){.Backoffice__forms{width:calc(100% - 40px);margin:20px}}.Backoffice__forms--flex-cols{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width:563px){.Backoffice__forms--flex-cols{-ms-flex-wrap:wrap;flex-wrap:wrap}}.Backoffice__forms--twoCol{display:grid;grid:min-content/repeat(2,1fr);-webkit-column-gap:32px;-moz-column-gap:32px;column-gap:32px}.Backoffice__forms__wrapper{grid-column-end:span 1}.Backoffice__forms__wrapper--fullWidth{grid-column-end:span 2;margin:24px 0}.Backoffice__forms__wrapper--flexEnd{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.Backoffice__forms__wrapper>label{display:block}.Backoffice__forms__wrapper legend.Backoffice__forms__title{margin:0;padding:30px 0 8px 0}.Backoffice__forms__wrapper .RadioButton__wrapper--basic>*{display:block;margin-bottom:8px}.Backoffice__forms__wrapper .RadioButton__wrapper--basic>* .RadioButton__mark{top:2px}.Backoffice__forms__wrapper .RadioButton__wrapper--basic.RadioButton__wrapper--row{display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px}.Backoffice__forms__col{-ms-flex-preferred-size:calc(50% - 15px);flex-basis:calc(50% - 15px)}@media only screen and (max-width:563px){.Backoffice__forms__col{-ms-flex-preferred-size:100%;flex-basis:100%}}.Backoffice__forms__title{font-size:13px;line-height:20px;font-weight:700;color:var(--color-carbon);margin:30px 0 8px 0}.Backoffice__forms__block{background-color:var(--color-white);-webkit-box-shadow:0 3px 7px 0 rgba(0,0,0,.1);box-shadow:0 3px 7px 0 rgba(0,0,0,.1)}.Backoffice__forms__block+.Backoffice__forms__block{margin-top:30px}.Backoffice__forms__block:last-child{border-bottom:none}.Backoffice__forms__block .SwitchBlock{-webkit-box-shadow:none;box-shadow:none}.Backoffice__forms__tile{height:65px;border-bottom:1px solid var(--color-greyDA);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;padding:0 20px}.Backoffice__forms__tile>*{-ms-flex-item-align:center;align-self:center}.Backoffice__forms__tile__title{font-size:15px;line-height:21px;font-weight:500;color:var(--color-carbon)}.Backoffice__forms__tileFlex{min-height:65px;border-bottom:1px solid var(--color-greyDA);padding:20px}.Backoffice__forms__text{font-size:13px;line-height:20px;font-weight:300;color:var(--color-grey55);margin-bottom:15px}.Backoffice__forms .Textarea{width:100%;height:145px}.Backoffice__forms .Input.is-disabled,.Backoffice__forms .Textarea.is-disabled{opacity:1;background:var(--color-greyF0);color:var(--color-grey99)}.Backoffice__wrapperFormsWithFooter{margin-bottom:56px}.Backoffice__showFilters{min-width:36px;height:36px;border:1px solid var(--color-greyDA);background-color:var(--color-white);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;cursor:pointer;-webkit-transition:border .2s ease-in-out,background-color .2s ease-in-out;transition:border .2s ease-in-out,background-color .2s ease-in-out;-webkit-box-sizing:border-box;box-sizing:border-box}.Backoffice__showFilters:before{content:"";font-family:Frontiers-Iconography!important;color:var(--color-grey99);font-size:22px;line-height:22px;font-weight:300!important;position:absolute;top:0;left:0;cursor:pointer;width:100%;height:100%;line-height:36px;text-align:center;-webkit-transition:color .2s ease-in-out;transition:color .2s ease-in-out}.Backoffice__showFilters:hover{border-color:var(--color-greyBA)}.Backoffice__showFilters:hover:before{color:var(--color-grey55)}.Backoffice__showFilters--active{border-color:var(--color-air);background:var(--color-airM4)}.Backoffice__showFilters--active:before{color:var(--color-air)}.Backoffice__showFilters--active:hover{border-color:var(--color-air)}.Backoffice__showFilters--active:hover:before{color:var(--color-air)}.Backoffice__chooseColumns .MultiSelect{width:48px;margin-bottom:0}.Backoffice__chooseColumns .MultiSelect__menuWrapper{width:240px;z-index:1021;top:calc(100% + 4px)}@media only screen and (max-width:1024px){.Backoffice__chooseColumns .MultiSelect__menuWrapper{bottom:auto!important;width:90vw;max-width:none}}.Backoffice__chooseColumns .MultiSelect__titleContainer{-webkit-transition:border .2s ease-in-out,background-color .2s ease-in-out;transition:border .2s ease-in-out,background-color .2s ease-in-out;position:relative;padding:0;font-weight:300}.Backoffice__chooseColumns .MultiSelect__titleContainer:after{content:"";font-size:20px;line-height:20px;top:calc(50% - 10px);left:7px;width:20px;height:20px;-webkit-transition:color .2s ease-in-out;transition:color .2s ease-in-out}.Backoffice__chooseColumns .MultiSelect__titleContainer:after,.Backoffice__chooseColumns .MultiSelect__titleContainer:before{font-family:Frontiers-Iconography!important;color:var(--color-grey99);font-weight:300!important;position:absolute;cursor:pointer}.Backoffice__chooseColumns .MultiSelect__titleContainer:before{content:"";font-size:12px;line-height:12px;top:calc(50% - 6px);right:6px;width:12px;height:12px;-webkit-transition:color .2s ease-in-out,-webkit-transform .28s cubic-bezier(.37,.74,.15,1);transition:color .2s ease-in-out,-webkit-transform .28s cubic-bezier(.37,.74,.15,1);transition:color .2s ease-in-out,transform .28s cubic-bezier(.37,.74,.15,1);transition:color .2s ease-in-out,transform .28s cubic-bezier(.37,.74,.15,1),-webkit-transform .28s cubic-bezier(.37,.74,.15,1)}.Backoffice__chooseColumns .MultiSelect__titleContainer:hover:before{color:var(--color-grey77)}.Backoffice__chooseColumns .MultiSelect__titleContainer--active{border-color:var(--color-air);background:var(--color-airM4)}.Backoffice__chooseColumns .MultiSelect__titleContainer--active:after,.Backoffice__chooseColumns .MultiSelect__titleContainer--active:before{color:var(--color-air)}.Backoffice__chooseColumns .MultiSelect__titleContainer--active:before{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.Backoffice__chooseColumns .MultiSelect__titleContainer--active:hover{border-color:var(--color-air)}.Backoffice__chooseColumns .MultiSelect__titleContainer--active:hover:after,.Backoffice__chooseColumns .MultiSelect__titleContainer--active:hover:before{color:var(--color-air)}.Backoffice__chooseColumns .MultiSelect__emptyValue,.Backoffice__chooseColumns .MultiSelect__selectedValue,.Backoffice__chooseColumns .MultiSelect__title,.Backoffice__chooseColumns .MultiSelect__titleContainer.is-filtered .MultiSelect__emptyValue,.Backoffice__chooseColumns .MultiSelect__titleContainer.is-filtered .MultiSelect__selectedValue,.Backoffice__chooseColumns .MultiSelect__titleContainer.is-filtered .MultiSelect__title{display:none}.Backoffice .KebabMenu__list{top:calc(100% + 4px)}.Backoffice__label{color:var(--color-white);text-transform:uppercase;margin-left:5px;display:inline-block;border:1px solid var(--color-label);background:var(--color-label);font-size:10px;line-height:18px;font-weight:500;padding:0 7px}.Backoffice__label--outline{border:1px solid var(--color-label);background:var(--color-bg-outline-label);color:var(--color-label)}.Backoffice__label--outline.Backoffice__label--grey{color:var(--color-grey99)}.Backoffice__label--orange{--color-label:var(--color-star);--color-bg-outline-label:rgba(var(--color-star),0.05)}.Backoffice__label--yellow{--color-label:var(--color-energy);--color-bg-outline-label:rgba(var(--color-energy),0.05)}.Backoffice__label--green{--color-label:var(--color-cell);--color-bg-outline-label:rgba(var(--color-cell),0.05)}.Backoffice__label--blueGreen{--color-label:var(--color-aqua);--color-bg-outline-label:rgba(var(--color-aqua),0.05)}.Backoffice__label--red{--color-label:var(--color-fire);--color-bg-outline-label:rgba(var(--color-fire),0.05)}.Backoffice__label--holy{--color-label:var(--color-holy);--color-bg-outline-label:rgba(var(--color-holy),0.05)}.Backoffice__label--cosmos{--color-label:var(--color-cosmos);--color-bg-outline-label:rgba(var(--color-cosmos),0.05)}.Backoffice__label--maincolor{--color-label:var(--color-air);--color-bg-outline-label:rgba(var(--color-air),0.05)}.Backoffice__label--bio{--color-label:var(--color-bio);--color-bg-outline-label:rgba(var(--color-bio),0.05)}.Backoffice__label--grey{--color-label:var(--color-greyBA);--color-bg-outline-label:rgba(var(--color-greyBA),0.05)}.Backoffice__thumb{width:var(--size-thumb);height:var(--size-thumb);overflow:hidden;position:relative}.Backoffice__thumb img{position:absolute;height:100%;width:auto;-webkit-transform:translateX(calc(-50% + var(--size-thumb)/2));transform:translateX(calc(-50% + var(--size-thumb)/2))}.Backoffice__thumb--xl{--size-thumb:136px}.Backoffice__thumb--l{--size-thumb:120px}.Backoffice__thumb--m{--size-thumb:96px}.Backoffice__thumb--s{--size-thumb:56px}.Backoffice__thumb--xs{--size-thumb:32px}.Backoffice__footer{height:56px;position:fixed;bottom:0;right:0;width:100%;border-top:1px solid var(--color-greyF0);background-color:var(--color-greyF5);-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-transition:bottom .4s cubic-bezier(.37,.74,.15,1);transition:bottom .4s cubic-bezier(.37,.74,.15,1);-webkit-box-shadow:0 -6px 14px 0 rgba(0,0,0,.05);box-shadow:0 -6px 14px 0 rgba(0,0,0,.05);padding:0 30px;z-index:100}.Backoffice__footer--hidden{bottom:-56px;overflow:hidden}.Backoffice__footer__wrapperForms{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:100%;max-width:760px;margin:0 auto}.Backoffice__footer .Button+.Button{margin-left:15px}.Backoffice__spinner{background:transparent;width:36px;height:36px;margin:0 Auto;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.Backoffice__spinner{position:absolute;left:calc(50% - 18px);-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite}.Backoffice__spinner:before{content:"";font-family:Frontiers-Iconography!important;color:var(--color-air);font-size:36px;line-height:36px;font-weight:300!important;top:-18px;width:36px;height:36px}}.Backoffice__spinner circle{border:var(--color-air);fill:none;stroke-width:4px;stroke-dashoffset:-70px;stroke-dasharray:70px;-webkit-animation:loading 1.4s linear infinite,color-load 10s linear infinite;animation:loading 1.4s linear infinite,color-load 10s linear infinite;position:relative}.Backoffice__spinner__wrapper{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.Backoffice__spinner__wrapper{position:relative}}.Backoffice__loadingPulse{width:60px;height:60px;position:relative}.Backoffice__loadingPulse:after,.Backoffice__loadingPulse:before{content:"";width:100%;height:100%;opacity:.5;position:absolute;background-color:var(--color-air);top:0;left:0;border-radius:50%;-webkit-animation:sk-bounce 2s ease-in-out infinite;animation:sk-bounce 2s ease-in-out infinite}.Backoffice__loadingPulse:after{-webkit-animation:sk-bounce 2s ease-in-out infinite;animation:sk-bounce 2s ease-in-out infinite;-webkit-animation-delay:-1s;animation-delay:-1s}.Backoffice__loadingPulse--air:after,.Backoffice__loadingPulse--air:before{background-color:var(--color-air);opacity:.4}.Backoffice__loadingPulse--white:after,.Backoffice__loadingPulse--white:before{background-color:var(--color-white);opacity:.6}.Backoffice__loadingPulse--grey:after,.Backoffice__loadingPulse--grey:before{background-color:var(--color-grey99);opacity:.6}.SidePanel--tabs .SidePanel__body,.SidePanel--tabs .Tabs__details{padding:0 0;background-color:var(--color-greyF5)}.SidePanel--tabs .Tabs{overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.SidePanel--tabs .Tabs__details{overflow:auto;-webkit-box-flex:1;-ms-flex:1;flex:1}.SidePanel--tabs .Tabs__details::-webkit-scrollbar{background:var(--color-greyDA);-webkit-appearance:none;width:10px;height:10px}.SidePanel--tabs .Tabs__details::-webkit-scrollbar-thumb{background-color:var(--color-greyBA);-webkit-box-shadow:0 0 1px hsla(0,0%,100%,.5);border-radius:0;border:none}@-moz-document url-prefix(){.SidePanel--tabs .Tabs__details{scrollbar-width:thin}}@media only screen and (max-width:1024px){.SidePanel--tabs .Backoffice__forms{width:100%;margin-left:auto;margin-right:auto}}@media only screen and (max-width:768px){.SidePanel--tabs .Backoffice__forms{width:calc(100% - 40px);margin-left:20px;margin-right:20px}}.Messaging{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin:5px 0;padding:0 0 0 16px;font-size:11px;line-height:17px;font-weight:500;color:var(--color-carbon)}.Messaging:before{font-family:Frontiers-Iconography!important;color:var(--color-air);font-size:12px;line-height:12px;font-weight:300!important;position:absolute;top:2px;left:0;width:12px}.Messaging__error:before{content:"";color:var(--color-fire)}.Messaging__success:before{content:"";color:var(--color-cell)}.Modal__footer .Messaging__error,.SidePanel__footer .Messaging__error{-ms-flex-negative:1;flex-shrink:1}.Modal .Backoffice__forms,.Modal .Backoffice__forms__title:first-child{margin-top:0}.Modal .Backoffice__forms{padding-bottom:0}.SidePanel__footer *+*{margin-left:15px}.Table__headline .Table__cell:first-child:not(.Table__cell--picker),.Table__list .Table__cell:first-child:not(.Table__cell--picker){padding-left:20px}.FeedbackPage{width:100%;max-width:680px;margin:140px auto 100px auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width:1024px){.FeedbackPage{margin-top:100px}}.FeedbackPage__title{font-size:18px;line-height:25px;font-weight:700;color:var(--color-carbon);margin:20px 15px 10px 15px}.FeedbackPage__text{font-size:13px;line-height:20px;font-weight:300;color:var(--color-grey55);margin:0 15px}.FeedbackPage__actions .Button.Button{margin-top:12px;margin-bottom:0}.FeedbackPage__actions .Button.Button+.Button{margin-left:24px}.FeedbackPage__block{margin-top:20px;background:var(--color-white);-webkit-box-shadow:0 3px 7px 0 rgba(0,0,0,.1);box-shadow:0 3px 7px 0 rgba(0,0,0,.1);border:1px solid var(--color-greyDA);width:100%;padding:30px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:25px}@media only screen and (max-width:740px){.FeedbackPage__block{padding:20px 15px;border:none}}.FeedbackPage__block__wrapper{width:100%;max-width:340px;margin:0 auto}.FeedbackPage__block__title{font-size:15px;line-height:21px;font-weight:900;color:var(--color-carbon);margin-bottom:10px}.FeedbackPage__block__title span{font-size:13px;line-height:20px;font-weight:300;color:var(--color-grey99)}.FeedbackPage__block__title+.Input{margin-bottom:20px}.FeedbackPage__block .RadioButton__wrapper{margin-left:5px}.FeedbackPage .Button{margin-bottom:25px}.FeedbackPage .RadioButton__label{color:var(--color-carbon)}.FeedbackPage__iconSubscribe{width:100px;height:52px;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIGhlaWdodD0iNTIiPjxwYXRoIGRhdGEtbmFtZT0iUmVjdMOhbmd1bG8gNjI5IiBkPSJNMTAwIDM2SDB2LTNoMjdWMGg0N3YzM2gyNnYzek0zMi42NTYgM0w1MC41IDE3LjU3OCA2OC4zNDQgM0gzMi42NTZ6bTM4LjQgMS42MjFMNTAuNSAyMS40MTcgMjkuOTM3IDQuNjIxVjMzaDQxLjEyNFY0LjYyMXoiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iIzAyMDIwMiIvPjxjaXJjbGUgZGF0YS1uYW1lPSJFbGlwc2UgMTA3OSIgY3g9IjcyLjUiIGN5PSIzNC41IiByPSIxNy41IiBmaWxsPSIjZjVmNWY1Ii8+PGNpcmNsZSBkYXRhLW5hbWU9IkVsaXBzZSAxMDc5IGNvcGlhIiBjeD0iNzIuNSIgY3k9IjM0LjUiIHI9IjEzIiBmaWxsPSIjZmZmIi8+PHBhdGggZGF0YS1uYW1lPSJFbGlwc2UgODUyIiBkPSJNNzIuNSA0OUExNC41IDE0LjUgMCAxMTg3IDM0LjUgMTQuNSAxNC41IDAgMDE3Mi41IDQ5em0tLjAzMS0yNS45ODRhMTEuNTM5IDExLjUzOSAwIDEwMTEuNTM5IDExLjUzOSAxMS41MzkgMTEuNTM5IDAgMDAtMTEuNTM5LTExLjUzOXpNNzAuOCA0MC4yMTNsLTUuNDYtNS40NTUgMi4wNDYtMi4wNDYgMy40MTQgMy40MSA2LjgxNC02LjgyMiAyLjA0NiAyLjA0NnoiIGZpbGw9IiM5NWMyM2QiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) no-repeat 50% 50%}.FormPage{width:100%;max-width:680px;margin:140px auto 100px auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width:1024px){.FormPage{margin-top:100px}}.FormPage__title{font-size:18px;line-height:25px;font-weight:700;color:var(--color-carbon);margin:20px 15px 10px 15px}.FormPage__text{font-size:13px;line-height:20px;font-weight:300;color:var(--color-grey55);margin:0 15px}.FormPage__actions .Button+.Button{margin-left:24px}.FormPage__block{margin-top:20px;background:var(--color-white);-webkit-box-shadow:0 3px 7px 0 rgba(0,0,0,.1);box-shadow:0 3px 7px 0 rgba(0,0,0,.1);border:1px solid var(--color-greyDA);width:100%;padding:30px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:25px}@media only screen and (max-width:740px){.FormPage__block{padding:20px 15px;border:none}}.FormPage__block__wrapper{width:100%;max-width:340px;margin:0 auto}.FormPage__block__title{font-size:15px;line-height:21px;font-weight:700;color:var(--color-carbon);margin-top:15px}.FormPage__block__title:first-child{margin-top:0}.FormPage__block__title span{font-size:13px;line-height:20px;font-weight:300;color:var(--color-grey99)}.FormPage__block__title+.Input{margin-bottom:20px}.FormPage .Button{margin-bottom:25px}.FormPage .Input{margin:5px 0}@font-face{font-family:Frontiers-Iconography-Next;src:url(https://static2.frontiersin.org/static-resources/FrontiersIconography.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:MuseoSans;src:url(https://static2.frontiersin.org/static-resources/MuseoSans300.woff2) format("woff2");font-weight:300;font-style:normal}@font-face{font-family:MuseoSans;src:url(https://static2.frontiersin.org/static-resources/MuseoSans500.woff2) format("woff2");font-weight:500;font-style:normal}@font-face{font-family:MuseoSans;src:url(https://static2.frontiersin.org/static-resources/MuseoSans700.woff2) format("woff2");font-weight:700;font-style:normal}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(3turn);transform:rotate(3turn)}}@keyframes rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(3turn);transform:rotate(3turn)}}@-webkit-keyframes bounce{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(5px);transform:translateY(5px)}}@keyframes bounce{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(5px);transform:translateY(5px)}}@-webkit-keyframes sk-bounce{0%,to{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-bounce{0%,to{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes pulse{0%{-webkit-transform:scale(0);transform:scale(0);opacity:1}to{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes pulse{0%{-webkit-transform:scale(0);transform:scale(0);opacity:1}to{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@-webkit-keyframes loading{0%{-webkit-transform:rotate(-90deg) translate(0);transform:rotate(-90deg) translate(0);-webkit-transform-origin:50%;transform-origin:50%;stroke-dashoffset:140px}50%{stroke-dashoffset:70px}to{-webkit-transform:rotate(270deg) translate(0);transform:rotate(270deg) translate(0);-webkit-transform-origin:50%;transform-origin:50%;stroke-dashoffset:0}}@keyframes loading{0%{-webkit-transform:rotate(-90deg) translate(0);transform:rotate(-90deg) translate(0);-webkit-transform-origin:50%;transform-origin:50%;stroke-dashoffset:140px}50%{stroke-dashoffset:70px}to{-webkit-transform:rotate(270deg) translate(0);transform:rotate(270deg) translate(0);-webkit-transform-origin:50%;transform-origin:50%;stroke-dashoffset:0}}@-webkit-keyframes color-load{0%{stroke:var(--maincolor40)}10%{stroke:var(--maincolor40)}20%{stroke:var(--maincolor0)}30%{stroke:var(--maincolor40)}40%{stroke:var(--maincolor40)}50%{stroke:var(--maincolor0)}60%{stroke:var(--maincolor40)}70%{stroke:var(--maincolor40)}80%{stroke:var(--maincolor0)}90%{stroke:var(--maincolor40)}to{stroke:var(--maincolor0)}}@keyframes color-load{0%{stroke:var(--maincolor40)}10%{stroke:var(--maincolor40)}20%{stroke:var(--maincolor0)}30%{stroke:var(--maincolor40)}40%{stroke:var(--maincolor40)}50%{stroke:var(--maincolor0)}60%{stroke:var(--maincolor40)}70%{stroke:var(--maincolor40)}80%{stroke:var(--maincolor0)}90%{stroke:var(--maincolor40)}to{stroke:var(--maincolor0)}}@-webkit-keyframes draw{to{stroke-dashoffset:0}}@keyframes draw{to{stroke-dashoffset:0}}:root{--blue90:#001959;--blue80:#001991;--blue70:#0024b0;--blue60:#002fca;--blue55:#0035d4;--blue50:#003bde;--blue40:#0c4ded;--blue30:#3673f7;--blue20:#6d9efd;--blue10:#aecbff;--blue5:#cee1ff;--blue0:#eef5ff;--sky90:#064b80;--sky80:#015b98;--sky70:#006eaf;--sky60:#0081c2;--sky55:#0089c9;--sky50:#0092d1;--sky40:#00a0dc;--sky30:#2bb1e8;--sky20:#61c4f1;--sky10:#9fdaf8;--sky5:#c8e9fb;--sky0:#f3faff;--teal90:#264543;--teal80:#256662;--teal70:#18867d;--teal60:#00a091;--teal55:#0aae9c;--teal50:#15bca8;--teal40:#31d1bb;--teal30:#53e2cc;--teal20:#7aeedb;--teal10:#a5f7e8;--teal5:#c6fbf1;--teal0:#e8fffb;--red90:#59001e;--red80:#7d0022;--red70:#9f0223;--red60:#bd0b25;--red55:#c91329;--red50:#d51a2c;--red40:#e7323b;--red30:#f2575d;--red20:#fa8589;--red10:#feb9bb;--red5:#ffd6d7;--red0:#fff3f3;--orange90:#591804;--orange80:#822907;--orange70:#a93f0c;--orange60:#bb4107;--orange55:#d14900;--orange50:#e56000;--orange40:#ff8b33;--orange30:#ffb062;--orange20:#ffcb8d;--orange10:#ffe4be;--orange5:#ffedd5;--orange0:#fff6ec;--purple90:#1d1359;--purple80:#2d1d7f;--purple70:#402ba3;--purple60:#553cc2;--purple55:#6046cf;--purple50:#6c51dc;--purple40:#856df0;--purple30:#a589fa;--purple20:#c6acff;--purple10:#e4d3ff;--purple5:#efe4ff;--purple0:#f9f5ff;--green90:#1b5958;--green80:#216958;--green70:#287753;--green60:#2c8147;--green55:#338e3c;--green50:#459d3a;--green40:#54c247;--green30:#74d56d;--green20:#96e392;--green10:#bdf0bc;--green5:#e5fae5;--green0:#f6fff7;--cyan90:#004659;--cyan80:#04586d;--cyan70:#01697e;--cyan60:#04798b;--cyan55:#058899;--cyan50:#1898a4;--cyan40:#20bbc5;--cyan30:#42d6e0;--cyan20:#80e7ed;--cyan10:#b8f2f5;--cyan5:#d3f8fa;--cyan0:#eefeff;--grey90:#282828;--grey80:#545454;--grey70:#6b6b6b;--grey65:#878787;--grey60:#a2a2a2;--grey50:#bfbfbf;--grey40:#d5d5d5;--grey30:#e6e6e6;--grey20:#f0f0f0;--grey10:#f7f7f7;--grey5:#f8f8f8;--grey0:#fff;--black:#282828;--white:#fff}:root,[theme=blue]{--maincolor90:var(--blue90);--maincolor80:var(--blue80);--maincolor70:var(--blue70);--maincolor60:var(--blue60);--maincolor55:var(--blue55);--maincolor50:var(--blue50);--maincolor40:var(--blue40);--maincolor30:var(--blue30);--maincolor20:var(--blue20);--maincolor10:var(--blue10);--maincolor5:var(--blue5);--maincolor0:var(--blue0)}[theme=red]{--maincolor90:var(--red90);--maincolor80:var(--red80);--maincolor70:var(--red70);--maincolor60:var(--red60);--maincolor55:var(--red55);--maincolor50:var(--red50);--maincolor40:var(--red40);--maincolor30:var(--red30);--maincolor20:var(--red20);--maincolor10:var(--red10);--maincolor5:var(--red5);--maincolor0:var(--red0)}[theme=orange]{--maincolor90:var(--orange90);--maincolor80:var(--orange80);--maincolor70:var(--orange70);--maincolor60:var(--orange60);--maincolor55:var(--orange55);--maincolor50:var(--orange50);--maincolor40:var(--orange40);--maincolor30:var(--orange30);--maincolor20:var(--orange20);--maincolor10:var(--orange10);--maincolor5:var(--orange5);--maincolor0:var(--orange0)}[theme=purple]{--maincolor90:var(--purple90);--maincolor80:var(--purple80);--maincolor70:var(--purple70);--maincolor60:var(--purple60);--maincolor55:var(--purple55);--maincolor50:var(--purple50);--maincolor40:var(--purple40);--maincolor30:var(--purple30);--maincolor20:var(--purple20);--maincolor10:var(--purple10);--maincolor5:var(--purple5);--maincolor0:var(--purple0)}[theme=green]{--maincolor90:var(--green90);--maincolor80:var(--green80);--maincolor70:var(--green70);--maincolor60:var(--green60);--maincolor55:var(--green55);--maincolor50:var(--green50);--maincolor40:var(--green40);--maincolor30:var(--green30);--maincolor20:var(--green20);--maincolor10:var(--green10);--maincolor5:var(--green5);--maincolor0:var(--green0)}[theme=cyan]{--maincolor90:var(--cyan90);--maincolor80:var(--cyan80);--maincolor70:var(--cyan70);--maincolor60:var(--cyan60);--maincolor55:var(--cyan55);--maincolor50:var(--cyan50);--maincolor40:var(--cyan40);--maincolor30:var(--cyan30);--maincolor20:var(--cyan20);--maincolor10:var(--cyan10);--maincolor5:var(--cyan5);--maincolor0:var(--cyan0)}[theme=sky]{--maincolor90:var(--sky90);--maincolor80:var(--sky80);--maincolor70:var(--sky70);--maincolor60:var(--sky60);--maincolor55:var(--sky55);--maincolor50:var(--sky50);--maincolor40:var(--sky40);--maincolor30:var(--sky30);--maincolor20:var(--sky20);--maincolor10:var(--sky10);--maincolor5:var(--sky5);--maincolor0:var(--sky0)}:root{--spacing-vertical-sm:48px;--spacing-vertical-l:64px;--spacing-vertical-xl:80px;--spacing-carousel:24px;--ibar-mix-height:56px}@media only screen and (max-width:1024px){:root{--spacing-vertical-sm:40px;--spacing-vertical-l:48px;--spacing-vertical-xl:64px;--ibar-height:48px;--ibar-mix-height:0}}:root{--layout-col-1:calc(4.16667vw - 33.33333px);--layout-col-2:calc(8.33333vw - 34.66667px);--layout-col-3:calc(12.5vw - 36px);--layout-col-4:calc(16.66667vw - 37.33333px);--layout-col-5:calc(20.83333vw - 38.66667px);--layout-col-6:calc(25vw - 40px);--layout-col-7:calc(29.16667vw - 41.33333px);--layout-col-8:calc(33.33333vw - 42.66667px);--layout-col-9:calc(37.5vw - 44px);--layout-col-10:calc(41.66667vw - 45.33333px);--layout-col-11:calc(45.83333vw - 46.66667px);--layout-col-12:calc(50vw - 48px);--layout-col-13:calc(54.16667vw - 49.33333px);--layout-col-14:calc(58.33333vw - 50.66667px);--layout-col-15:calc(62.5vw - 52px);--layout-col-16:calc(66.66667vw - 53.33333px);--layout-col-17:calc(70.83333vw - 54.66667px);--layout-col-18:calc(75vw - 56px);--layout-col-19:calc(79.16667vw - 57.33333px);--layout-col-20:calc(83.33333vw - 58.66667px);--layout-col-21:calc(87.5vw - 60px);--layout-col-22:calc(91.66667vw - 61.33333px);--layout-col-23:calc(95.83333vw - 62.66667px);--layout-col-24:calc(100vw - 64px);--layout-gap:32px;--layout-margin-extra-gap:8px;--ibar-height:64px;--layout-max-width-px:1920;--layout-max-width:1890px}@media only screen and (min-width:1921px){:root{--layout-col-1:45.41667px;--layout-col-1:46.66667px;--layout-col-2:125.33333px;--layout-col-3:204px;--layout-col-4:282.66667px;--layout-col-5:361.33333px;--layout-col-6:440px;--layout-col-7:518.66667px;--layout-col-8:597.33333px;--layout-col-9:676px;--layout-col-10:754.66667px;--layout-col-11:833.33333px;--layout-col-12:912px;--layout-col-13:990.66667px;--layout-col-14:1069.33333px;--layout-col-15:1148px;--layout-col-16:1226.66667px;--layout-col-17:1305.33333px;--layout-col-18:1384px;--layout-col-19:1462.66667px;--layout-col-20:1541.33333px;--layout-col-21:1620px;--layout-col-22:1698.66667px;--layout-col-23:1777.33333px;--layout-col-24:1856px;--layout-gap:32px;--layout-margin-extra-gap:0px}}@media only screen and (max-width:1024px){:root{--layout-col-1:calc(4.16667vw - 16.66667px);--layout-col-2:calc(8.33333vw - 17.33333px);--layout-col-3:calc(12.5vw - 18px);--layout-col-4:calc(16.66667vw - 18.66667px);--layout-col-5:calc(20.83333vw - 19.33333px);--layout-col-6:calc(25vw - 20px);--layout-col-7:calc(29.16667vw - 20.66667px);--layout-col-8:calc(33.33333vw - 21.33333px);--layout-col-9:calc(37.5vw - 22px);--layout-col-10:calc(41.66667vw - 22.66667px);--layout-col-11:calc(45.83333vw - 23.33333px);--layout-col-12:calc(50vw - 24px);--layout-col-13:calc(54.16667vw - 24.66667px);--layout-col-14:calc(58.33333vw - 25.33333px);--layout-col-15:calc(62.5vw - 26px);--layout-col-16:calc(66.66667vw - 26.66667px);--layout-col-17:calc(70.83333vw - 27.33333px);--layout-col-18:calc(75vw - 28px);--layout-col-19:calc(79.16667vw - 28.66667px);--layout-col-20:calc(83.33333vw - 29.33333px);--layout-col-21:calc(87.5vw - 30px);--layout-col-22:calc(91.66667vw - 30.66667px);--layout-col-23:calc(95.83333vw - 31.33333px);--layout-col-24:calc(100vw - 32px);--layout-gap:16px;--ibar-height:48px}}@media only screen and (max-width:768px){:root{--layout-col-1:calc(6.25vw - 17px);--layout-col-2:calc(12.5vw - 18px);--layout-col-3:calc(18.75vw - 19px);--layout-col-4:calc(25vw - 20px);--layout-col-5:calc(31.25vw - 21px);--layout-col-6:calc(37.5vw - 22px);--layout-col-7:calc(43.75vw - 23px);--layout-col-8:calc(50vw - 24px);--layout-col-9:calc(56.25vw - 25px);--layout-col-10:calc(62.5vw - 26px);--layout-col-11:calc(68.75vw - 27px);--layout-col-12:calc(75vw - 28px);--layout-col-13:calc(81.25vw - 29px);--layout-col-14:calc(87.5vw - 30px);--layout-col-15:calc(93.75vw - 31px);--layout-col-16:calc(100vw - 32px);--layout-gap:16px}}@media only screen and (max-width:563px){:root{--layout-col-1:calc(12.5vw - 18px);--layout-col-2:calc(25vw - 20px);--layout-col-3:calc(37.5vw - 22px);--layout-col-4:calc(50vw - 24px);--layout-col-5:calc(62.5vw - 26px);--layout-col-6:calc(75vw - 28px);--layout-col-7:calc(87.5vw - 30px);--layout-col-8:calc(100vw - 32px);--layout-gap:16px}}a,a:active,a:hover{text-decoration:none}*{-webkit-font-smoothing:antialiased}:focus{outline:none}ul{list-style:none}ol,ul{margin:0;padding:0}input,textarea{font-family:MuseoSans,Helvetica,Arial,sans-serif}input[type=number]::-webkit-inner-spin-Button,input[type=number]::-webkit-outer-spin-Button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}input::-ms-clear{display:none}a,a:active{color:inherit}body{overflow-x:hidden}body,html{margin:0;padding:0;font-family:MuseoSans,Helvetica,Arial,sans-serif;color:var(--black)}.l-spacer{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.is-disabled{pointer-events:none;opacity:.5}.is-hidden{display:none}.is-visible{display:block}.is-inside-mask{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}h1,h2,h3,h4,h5,h6,p{margin:0;font-weight:inherit}button{font-family:inherit;font-size:100%;line-height:1.15;margin:0;padding:0;overflow:visible;text-transform:none;-webkit-appearance:button;border:0;background:none}button:hover{cursor:pointer}fieldset{border:0;padding:0;margin:0;min-width:0}figure{margin:0}:after:focus:not(:focus-visible),:before:focus:not(:focus-visible),:focus:not(:focus-visible){outline:none}.Button:not(.Button--linkButton):focus-visible,.Link:not(.Link--linkType):focus-visible,.MessagesCarousel__dots__item:focus-visible,[class^=Card]:focus-visible{position:relative;z-index:1;outline-offset:-4px}.Button:not(.Button--linkButton):focus-visible *,.Link:not(.Link--linkType):focus-visible *,.MessagesCarousel__dots__item:focus-visible *,[class^=Card]:focus-visible *{z-index:-1}:not(input[type=text],textarea):focus-visible,:not(input[type=text],textarea):focus-visible+.RadioInputList__checkmark{outline:4px solid var(--sky50)}@media only screen and (max-width:1024px){:not(input[type=text],textarea):focus-visible,:not(input[type=text],textarea):focus-visible+.RadioInputList__checkmark{outline:none}}.acc-hidden{position:absolute;white-space:nowrap;width:1px;height:1px;overflow:hidden;border:0;padding:0;clip:rect(0 0 0 0);clip-path:inset(50%);margin:-1px}@media(prefers-reduced-motion:reduce){*,:after,:before{-webkit-transition:none!important;transition:none!important;-webkit-animation:none!important;animation:none!important;scroll-behavior:auto!important}}.BypassBlock__firstEl{display:none}.BypassBlock__wrapper{padding:8px 40px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--grey10);display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;left:-1000px;top:-1000px;width:1px;height:1px;text-align:left;overflow:hidden;outline:none}.BypassBlock__wrapper:focus{position:fixed;top:0;left:0;z-index:99;width:100%;height:auto}.BypassBlock__wrapper:focus~#__nuxt{top:48px}.BypassBlock__wrapper:focus~#__nuxt .Ibar>.Ibar__journal--mix,.BypassBlock__wrapper:focus~#__nuxt .Ibar>.Ibar__main{top:47px}.BypassBlock__wrapper:focus~#__nuxt .Ibar>.Ibar__journal{top:112px}.BypassBlock__button{padding:6px 16px;background-color:var(--blue50);border-radius:32px;font-size:.875rem;line-height:1.25rem;line-height:1.2rem}.BypassBlock__button,.TooltipD{color:var(--white);font-weight:500}.TooltipD{position:fixed;padding:8px 3px;background:var(--black);font-size:.75rem;line-height:1.0625rem;width:auto;max-width:360px;-webkit-box-shadow:0 0 2px rgba(40,40,40,.12),0 0 1px rgba(40,40,40,.08),0 0 3px rgba(40,40,40,.04);box-shadow:0 0 2px rgba(40,40,40,.12),0 0 1px rgba(40,40,40,.08),0 0 3px rgba(40,40,40,.04);-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:2px;padding:3px 8px;opacity:0;-webkit-transition:opacity .24s cubic-bezier(.37,.74,.15,1);transition:opacity .24s cubic-bezier(.37,.74,.15,1);z-index:2000}.TooltipD:after{content:"";font-family:Frontiers-Iconography-Next!important;color:var(--black);font-size:16px;width:16px;height:16px;position:absolute;bottom:-10px;right:calc(50% - 8px)}.TooltipD--bottom:after{-webkit-transform:rotate(180deg);transform:rotate(180deg);top:-10px;bottom:auto}.TooltipD--right:after{right:12px}.TooltipD--left:after{left:12px;right:auto}.TooltipD--side.TooltipD--left:after{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);right:-10px;left:auto;bottom:calc(50% - 8px)}.TooltipD--side.TooltipD--right:after{-webkit-transform:rotate(90deg);transform:rotate(90deg);left:-10px;right:auto;bottom:calc(50% - 8px)}.FloatingDirectiveElement{--floating-element-margin:40px;position:fixed;margin:0;right:var(--floating-element-margin);z-index:30;bottom:0;opacity:0;visibility:hidden;-webkit-transition:opacity .48s cubic-bezier(.37,.74,.15,1),visibility .48s cubic-bezier(.37,.74,.15,1),bottom .48s cubic-bezier(.37,.74,.15,1);transition:opacity .48s cubic-bezier(.37,.74,.15,1),visibility .48s cubic-bezier(.37,.74,.15,1),bottom .48s cubic-bezier(.37,.74,.15,1)}@media only screen and (max-width:1024px){.FloatingDirectiveElement{--floating-element-margin:24px}}@media only screen and (max-width:563px){.FloatingDirectiveElement{--floating-element-margin:16px}}.FloatingDirectiveElement--visible{bottom:var(--floating-element-margin);opacity:1;visibility:visible}.FloatingDirectiveElement--left{right:auto;left:var(--floating-element-margin)}.FloatingDirectiveElement--center{right:50%;-webkit-transform:translateX(50%);transform:translateX(50%)}.FloatingDirectiveElement--footerRelative{position:absolute;bottom:auto;top:calc(var(--floating-element-margin)*-1);-webkit-transform:translateY(-100%);transform:translateY(-100%)}.FloatingDirectiveElement--footerRelative.FloatingDirectiveElement--center{-webkit-transform:translate(50%,-100%);transform:translate(50%,-100%)}.Tooltip.Tooltip{border-radius:3px}.Tooltip.Tooltip--dark{background:var(--black)}.Tooltip.Tooltip--dark .Tooltip__arrow:after{color:var(--black);content:""}.Tooltip.Tooltip--dark .Tooltip__content,.Tooltip.Tooltip--dark .Tooltip__content:before,.Tooltip.Tooltip--dark .Tooltip__title{color:var(--white);-webkit-font-smoothing:antialiased}:root{font-size:16px}.SideMenu__header{font-size:14px;line-height:20px;font-weight:700;color:var(--color-carbon)}.SwitchBlock,.SwitchBlock__wrapper,.Tooltip__wrapper{position:relative}.SwitchBlock__clickDisabled{position:absolute;top:5px;right:10px;width:50px;height:50px;z-index:1;cursor:pointer}@media only screen and (max-width:740px){.SwitchBlock__clickDisabled{right:5px;top:2px}}.LayoutSideMenu__right{padding-top:20px}@media only screen and (max-width:1024px){.LayoutSideMenu__right{padding-top:15px}}@media only screen and (max-width:563px){.LayoutSideMenu__right{padding-top:10px}}.Backoffice__forms--connect{max-width:680px}@media only screen and (max-width:1024px){.Backoffice__forms--connect{margin-right:auto;margin-left:auto}}.Backoffice__forms--connect:last-child{margin-bottom:60px}@media only screen and (max-width:740px){.Backoffice__forms--connect .SwitchBlock{padding:15px}}.Backoffice__forms--connect .SwitchBlock__slotWrapper,.Backoffice__forms--connect .SwitchBlock__text{width:100%;font-size:13px;line-height:18px;font-weight:300;color:var(--color-grey55)}.Backoffice__forms--connect .SwitchBlock__slotWrapper .Input__wrapper,.Backoffice__forms--connect .SwitchBlock__slotWrapper .SearchInput__wrapper{margin-top:15px;margin-bottom:12px;max-width:none}.Backoffice__forms--connect .SwitchBlock__slotWrapper .Input{max-width:none}.Backoffice__forms--connect .SwitchBlock__flex{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-right:60px}@media only screen and (max-width:1024px){.Backoffice__forms--connect .SwitchBlock__flex{padding-right:40px}}@media only screen and (max-width:563px){.Backoffice__forms--connect .SwitchBlock__flex{padding-right:20px}}.Backoffice__forms--connect .SwitchBlock.is-disabled .SwitchBlock__text{opacity:.5}.Backoffice__forms--connect .SwitchBlock>.Switcher{height:25px;margin-top:0}.Backoffice__forms--connect .SwitchBlock>.Switcher .Switcher__guide{top:7px}.Backoffice__forms--connect .SwitchBlock>.Switcher .Switcher__handler{top:4px}.Backoffice__forms--connect .SwitchBlock--is-off .SwitchBlock__label{color:var(--color-grey55)}.Backoffice__forms--connect .Tooltip{-webkit-box-sizing:border-box;box-sizing:border-box;max-width:260px}.Backoffice__forms--connect .Tooltip--Bottom{-webkit-transform:none;transform:none;right:10px;left:auto}.Backoffice__forms--connect .Tooltip--Bottom:after{right:18px}.Backoffice__forms--connect.Tooltip__wrapper{padding:0}@media only screen and (max-width:740px){.Backoffice__forms--connect .SwitchBlock--two-rows{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.Backoffice__forms--fromEmail{padding-bottom:0}@media only screen and (max-width:768px){.LayoutSideMenu__left.LayoutSideMenu__left{padding-top:30px!important;background-color:var(--color-white)}}.SideMenu__breadCrumbsWay>ul>li:first-child{font-weight:700;color:var(--color-grey55);padding-right:3px}.FormPage__iconUnsubscribed{width:100px;height:52px;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIGhlaWdodD0iNTIiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0Y1RjVGNSIgZD0iTTI3IDBoNDZ2MzVIMjdWMHoiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiMwMjAyMDIiIGQ9Ik0wIDMzaDEwMHYzSDB2LTN6Ii8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjMDIwMjAyIiBkPSJNMjcgMHYzNmg0N1YwSDI3em00MS4zNDQgM0w1MC40OTcgMTcuNTc4IDMyLjY1NiAzaDM1LjY4OHpNMjkuOTM3IDMyLjk5OFY0LjYyMWwyMC41NiAxNi43OTZMNzEuMDYxIDQuNjIxdjI4LjM3N0gyOS45Mzd6Ii8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjRjVGNUY1IiBkPSJNNzIuNSAxN0M4Mi4xNjUgMTcgOTAgMjQuODM1IDkwIDM0LjVTODIuMTY1IDUyIDcyLjUgNTIgNTUgNDQuMTY1IDU1IDM0LjUgNjIuODM1IDE3IDcyLjUgMTd6Ii8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjOTk5IiBkPSJNNzIuNSA0OUM2NC40OTIgNDkgNTggNDIuNTA4IDU4IDM0LjVTNjQuNDkyIDIwIDcyLjUgMjAgODcgMjYuNDkyIDg3IDM0LjUgODAuNTA4IDQ5IDcyLjUgNDl6bTAtMjZDNjYuMTQ5IDIzIDYxIDI4LjE0OSA2MSAzNC41UzY2LjE0OSA0NiA3Mi41IDQ2IDg0IDQwLjg1MSA4NCAzNC41IDc4Ljg1MSAyMyA3Mi41IDIzeiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iIzk5OSIgZD0iTTc5LjE1NyAzOS4wMzVsLTIuMTIyIDIuMTIyLTQuNTM1LTQuNTM2LTQuNTM2IDQuNTM2LTIuMTIxLTIuMTIyIDQuNTM2LTQuNTM1LTQuNTM2LTQuNTM2IDIuMTIxLTIuMTIxIDQuNTM2IDQuNTM2IDQuNTM1LTQuNTM2IDIuMTIyIDIuMTIxLTQuNTM2IDQuNTM2IDQuNTM2IDQuNTM1eiIvPjwvc3ZnPg==) no-repeat 50% 50%}.FormPage__iconSubscribe{width:100px;height:52px;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIGhlaWdodD0iNTIiPjxwYXRoIGRhdGEtbmFtZT0iUmVjdMOhbmd1bG8gNjI5IiBkPSJNMTAwIDM2SDB2LTNoMjdWMGg0N3YzM2gyNnYzek0zMi42NTYgM0w1MC41IDE3LjU3OCA2OC4zNDQgM0gzMi42NTZ6bTM4LjQgMS42MjFMNTAuNSAyMS40MTcgMjkuOTM3IDQuNjIxVjMzaDQxLjEyNFY0LjYyMXoiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iIzAyMDIwMiIvPjxjaXJjbGUgZGF0YS1uYW1lPSJFbGlwc2UgMTA3OSIgY3g9IjcyLjUiIGN5PSIzNC41IiByPSIxNy41IiBmaWxsPSIjZjVmNWY1Ii8+PGNpcmNsZSBkYXRhLW5hbWU9IkVsaXBzZSAxMDc5IGNvcGlhIiBjeD0iNzIuNSIgY3k9IjM0LjUiIHI9IjEzIiBmaWxsPSIjZmZmIi8+PHBhdGggZGF0YS1uYW1lPSJFbGlwc2UgODUyIiBkPSJNNzIuNSA0OUExNC41IDE0LjUgMCAxMTg3IDM0LjUgMTQuNSAxNC41IDAgMDE3Mi41IDQ5em0tLjAzMS0yNS45ODRhMTEuNTM5IDExLjUzOSAwIDEwMTEuNTM5IDExLjUzOSAxMS41MzkgMTEuNTM5IDAgMDAtMTEuNTM5LTExLjUzOXpNNzAuOCA0MC4yMTNsLTUuNDYtNS40NTUgMi4wNDYtMi4wNDYgMy40MTQgMy40MSA2LjgxNC02LjgyMiAyLjA0NiAyLjA0NnoiIGZpbGw9IiM5NWMyM2QiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) no-repeat 50% 50%}.FeedbackPage,.FormPage{margin-top:100px}@media only screen and (max-width:1024px){.FeedbackPage,.FormPage{margin-top:80px}}@media only screen and (max-width:563px){.FeedbackPage,.FormPage{margin-top:60px}}.FeedbackPage__iconUnsubscribed{width:100px;height:52px;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIGhlaWdodD0iNTIiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0Y1RjVGNSIgZD0iTTI3IDBoNDZ2MzVIMjdWMHoiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiMwMjAyMDIiIGQ9Ik0wIDMzaDEwMHYzSDB2LTN6Ii8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjMDIwMjAyIiBkPSJNMjcgMHYzNmg0N1YwSDI3em00MS4zNDQgM0w1MC40OTcgMTcuNTc4IDMyLjY1NiAzaDM1LjY4OHpNMjkuOTM3IDMyLjk5OFY0LjYyMWwyMC41NiAxNi43OTZMNzEuMDYxIDQuNjIxdjI4LjM3N0gyOS45Mzd6Ii8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjRjVGNUY1IiBkPSJNNzIuNSAxN0M4Mi4xNjUgMTcgOTAgMjQuODM1IDkwIDM0LjVTODIuMTY1IDUyIDcyLjUgNTIgNTUgNDQuMTY1IDU1IDM0LjUgNjIuODM1IDE3IDcyLjUgMTd6Ii8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjOTk5IiBkPSJNNzIuNSA0OUM2NC40OTIgNDkgNTggNDIuNTA4IDU4IDM0LjVTNjQuNDkyIDIwIDcyLjUgMjAgODcgMjYuNDkyIDg3IDM0LjUgODAuNTA4IDQ5IDcyLjUgNDl6bTAtMjZDNjYuMTQ5IDIzIDYxIDI4LjE0OSA2MSAzNC41UzY2LjE0OSA0NiA3Mi41IDQ2IDg0IDQwLjg1MSA4NCAzNC41IDc4Ljg1MSAyMyA3Mi41IDIzeiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iIzk5OSIgZD0iTTc5LjE1NyAzOS4wMzVsLTIuMTIyIDIuMTIyLTQuNTM1LTQuNTM2LTQuNTM2IDQuNTM2LTIuMTIxLTIuMTIyIDQuNTM2LTQuNTM1LTQuNTM2LTQuNTM2IDIuMTIxLTIuMTIxIDQuNTM2IDQuNTM2IDQuNTM1LTQuNTM2IDIuMTIyIDIuMTIxLTQuNTM2IDQuNTM2IDQuNTM2IDQuNTM1eiIvPjwvc3ZnPg==) no-repeat 50% 50%}.FeedbackPage__module{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.FeedbackPage__text{text-align:center}.Form__iconUnsubscribed{width:100px;height:52px;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIGhlaWdodD0iNTIiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0Y1RjVGNSIgZD0iTTI3IDBoNDZ2MzVIMjdWMHoiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiMwMjAyMDIiIGQ9Ik0wIDMzaDEwMHYzSDB2LTN6Ii8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjMDIwMjAyIiBkPSJNMjcgMHYzNmg0N1YwSDI3em00MS4zNDQgM0w1MC40OTcgMTcuNTc4IDMyLjY1NiAzaDM1LjY4OHpNMjkuOTM3IDMyLjk5OFY0LjYyMWwyMC41NiAxNi43OTZMNzEuMDYxIDQuNjIxdjI4LjM3N0gyOS45Mzd6Ii8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjRjVGNUY1IiBkPSJNNzIuNSAxN0M4Mi4xNjUgMTcgOTAgMjQuODM1IDkwIDM0LjVTODIuMTY1IDUyIDcyLjUgNTIgNTUgNDQuMTY1IDU1IDM0LjUgNjIuODM1IDE3IDcyLjUgMTd6Ii8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjOTk5IiBkPSJNNzIuNSA0OUM2NC40OTIgNDkgNTggNDIuNTA4IDU4IDM0LjVTNjQuNDkyIDIwIDcyLjUgMjAgODcgMjYuNDkyIDg3IDM0LjUgODAuNTA4IDQ5IDcyLjUgNDl6bTAtMjZDNjYuMTQ5IDIzIDYxIDI4LjE0OSA2MSAzNC41UzY2LjE0OSA0NiA3Mi41IDQ2IDg0IDQwLjg1MSA4NCAzNC41IDc4Ljg1MSAyMyA3Mi41IDIzeiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iIzk5OSIgZD0iTTc5LjE1NyAzOS4wMzVsLTIuMTIyIDIuMTIyLTQuNTM1LTQuNTM2LTQuNTM2IDQuNTM2LTIuMTIxLTIuMTIyIDQuNTM2LTQuNTM1LTQuNTM2LTQuNTM2IDIuMTIxLTIuMTIxIDQuNTM2IDQuNTM2IDQuNTM1LTQuNTM2IDIuMTIyIDIuMTIxLTQuNTM2IDQuNTM2IDQuNTM2IDQuNTM1eiIvPjwvc3ZnPg==) no-repeat 50% 50%}.Form__iconSubscribe{width:100px;height:52px;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIGhlaWdodD0iNTIiPjxwYXRoIGRhdGEtbmFtZT0iUmVjdMOhbmd1bG8gNjI5IiBkPSJNMTAwIDM2SDB2LTNoMjdWMGg0N3YzM2gyNnYzek0zMi42NTYgM0w1MC41IDE3LjU3OCA2OC4zNDQgM0gzMi42NTZ6bTM4LjQgMS42MjFMNTAuNSAyMS40MTcgMjkuOTM3IDQuNjIxVjMzaDQxLjEyNFY0LjYyMXoiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iIzAyMDIwMiIvPjxjaXJjbGUgZGF0YS1uYW1lPSJFbGlwc2UgMTA3OSIgY3g9IjcyLjUiIGN5PSIzNC41IiByPSIxNy41IiBmaWxsPSIjZjVmNWY1Ii8+PGNpcmNsZSBkYXRhLW5hbWU9IkVsaXBzZSAxMDc5IGNvcGlhIiBjeD0iNzIuNSIgY3k9IjM0LjUiIHI9IjEzIiBmaWxsPSIjZmZmIi8+PHBhdGggZGF0YS1uYW1lPSJFbGlwc2UgODUyIiBkPSJNNzIuNSA0OUExNC41IDE0LjUgMCAxMTg3IDM0LjUgMTQuNSAxNC41IDAgMDE3Mi41IDQ5em0tLjAzMS0yNS45ODRhMTEuNTM5IDExLjUzOSAwIDEwMTEuNTM5IDExLjUzOSAxMS41MzkgMTEuNTM5IDAgMDAtMTEuNTM5LTExLjUzOXpNNzAuOCA0MC4yMTNsLTUuNDYtNS40NTUgMi4wNDYtMi4wNDYgMy40MTQgMy40MSA2LjgxNC02LjgyMiAyLjA0NiAyLjA0NnoiIGZpbGw9IiM5NWMyM2QiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) no-repeat 50% 50%}.Backoffice__forms__title{font-size:14px;line-height:14px}.Backoffice__forms__text{line-height:18px}.Backoffice__forms--connect .SwitchBlock__label{width:100%;font-size:13px;line-height:18px;font-weight:300;color:var(--color-carbon)}.Backoffice__forms--connect .SwitchBlock--is-off .SwitchBlock__label{color:var(--color-carbon)}.SearchInput{margin-bottom:12px!important;margin-top:15px}.SearchInput__icon{color:var(--color-greyBA)}.TagCloud__tag{background-color:var(--color-airM4)}.TagCloud__tag__close{background-color:var(--color-airM4)!important;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important;-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.TagCloud__tag__close:before{color:var(--color-air)!important;position:static!important;top:auto!important;left:auto!important}.TagCloud__tag--info .TagCloud__tag__close{background-color:var(--color-airM4)!important}.TagCloud__tag--info .TagCloud__tag__close:before{color:var(--color-air)!important}#app{position:relative;padding-top:66px}body{background:var(--grey20)}.fade-enter-active,.fade-leave-active{-webkit-transition:opacity .4s;transition:opacity .4s}.fade-enter,.fade-leave-to{opacity:0}.Subscribe__success.Subscribe__success{margin-bottom:25px;text-align:center}.Subscribe__success.Subscribe__success+.Subscribe__success{margin-bottom:20px}[class*=" ico-"],[class^=ico-]{font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.test-font,[class*=" ico-"],[class^=ico-]{font-family:Frontiers-Iconography!important}.ico-facebook:before{content:""}.ico-instagram:before{content:""}.ico-linkedin:before{content:""}.ico-twitter:before{content:""}.ico-account_balance_wallet:before{content:""}.ico-account_role:before{content:""}.ico-add_people:before{content:""}.ico-alert_article:before{content:""}.ico-alert_outline:before{content:""}.ico-alert:before{content:""}.ico-approve:before{content:""}.ico-arrow-right:before{content:""}.ico-arrow_basic_down:before{content:""}.ico-arrow_basic_left:before{content:""}.ico-arrow_basic_right:before{content:""}.ico-arrow_basic_up:before{content:""}.ico-arrow_left:before{content:""}.ico-articles:before{content:""}.ico-authors:before{content:""}.ico-blocked_outline:before{content:""}.ico-blocked:before{content:""}.ico-bookmark_border:before{content:""}.ico-bookmark:before{content:""}.ico-calendar:before{content:""}.ico-change_role:before{content:""}.ico-chat:before{content:""}.ico-check:before{content:""}.ico-close:before{content:""}.ico-column_manager:before{content:""}.ico-deactivate_onboarding:before{content:""}.ico-delay:before{content:""}.ico-delete:before{content:""}.ico-dowload:before{content:""}.ico-endorsed:before{content:""}.ico-error_outline:before{content:""}.ico-error:before{content:""}.ico-filter_trigger:before{content:""}.ico-flag:before{content:""}.ico-help_outline:before{content:""}.ico-help:before{content:""}.ico-home:before{content:""}.ico-hourglass_outline:before{content:""}.ico-hourglass:before{content:""}.ico-impact:before{content:""}.ico-info_outline:before{content:""}.ico-info:before{content:""}.ico-invoice:before{content:""}.ico-link:before{content:""}.ico-list:before{content:""}.ico-manage:before{content:""}.ico-mdi_swap_horiz:before{content:""}.ico-more_options:before{content:""}.ico-more:before{content:""}.ico-newsletter_outline:before{content:""}.ico-newsletter:before{content:""}.ico-no_response:before{content:""}.ico-open_in_new:before{content:""}.ico-production_forum:before{content:""}.ico-public:before{content:""}.ico-remind_alert:before{content:""}.ico-request_revision:before{content:""}.ico-research_topics:before{content:""}.ico-review_forum:before{content:""}.ico-rss:before{content:""}.ico-search:before{content:""}.ico-sections:before{content:""}.ico-set_unavailability:before{content:""}.ico-stopped_outline:before{content:""}.ico-stopped:before{content:""}.ico-subdirectory_arrow_right:before{content:""}.ico-submit:before{content:""}.ico-upload:before{content:""}.ico-users:before{content:""}.ico-varios_content:before{content:""}.ico-view:before{content:""}.ico-withdrawn:before{content:""}.ico-group:before{content:""}.ico-published:before{content:""}.ico-verified:before{content:""}.ico-more_options_horizontal:before{content:""}.ico-contact_list:before{content:""}.ico-edit:before{content:""}.ico-power:before{content:""}.ico-spinner:before{content:""}.ico-files:before{content:""}.ico-papers:before{content:""}.ico-picture:before{content:""}.ico-check_outline:before{content:""}.ico-check_filled:before{content:""}.ico-fees:before{content:""}.ico-funding:before{content:""}.ico-history:before{content:""}.ico-offline:before{content:""}.ico-online:before{content:""}.ico-print:before{content:""}.ico-save:before{content:""}.ico-settings:before{content:""}.ico-share:before{content:""}.ico-tenant:before{content:""}.ico-no_view:before{content:""}.ico-quotes:before{content:""}.ico-expand_arrow:before{content:""}.ico-collapse_arrow:before{content:""}.ico-drag:before{content:""}.ico-fullscreen:before{content:""}.ico-comment:before{content:""}.ico-ebook:before{content:""}.ico-journal_settings:before{content:""}.ico-hub:before{content:""}.ico-pushpin:before{content:""}.ico-user_settings:before{content:""}.ico-star:before{content:""}.ico-star_dashed:before{content:""}.ico-subscription_settings:before{content:""}.ico-touch:before{content:""}.ico-users1:before{content:""}.ico-user_promotion:before{content:""}.ico-beta:before{content:""}.ico-reload:before{content:""}.ico-redo:before{content:""}.ico-undo:before{content:""}.ico-balance:before{content:""}.ico-code:before{content:""}.ico-copy:before{content:""}.ico-exit:before{content:""}.ico-fullscreen1:before{content:""}.ico-no_fullscreen:before{content:""}.ico-gearcheck:before{content:""}.ico-lock:before{content:""}.ico-unlock:before{content:""}.ico-remove_people:before{content:""}.ico-delete_filled:before{content:""}.ico-separator:before{content:""}.ico-bullet:before{content:""}.ico-ico_bullet:before{content:""}.ico-checkbox_default:before{content:""}.ico-checked:before{content:""}.ico-excluded:before{content:""}.ico-unchecker:before{content:""}.ico-call:before{content:""}.ico-language:before{content:""}.ico-less:before{content:""}.ico-player:before{content:""}.ico-pause:before{content:""}.ico-place:before{content:""}.ico-target:before{content:""}.ico-video:before{content:""}.ico-work_outline:before{content:""}.ico-work:before{content:""}.ico-radio_default:before{content:""}.ico-radio_active:before{content:""}.ico-stop:before{content:""}.ico-clock_outline:before{content:""}.ToastMessage{font-size:13px;line-height:32px;font-weight:500;color:var(--color-white);padding:0 16px 0 32px;background:var(--color-carbon);-webkit-box-shadow:0 3px 7px 0 rgba(0,0,0,.1);box-shadow:0 3px 7px 0 rgba(0,0,0,.1);white-space:nowrap;position:fixed;bottom:16px;left:calc(50% + 95px);-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:2}@media only screen and (max-width:768px){.ToastMessage{left:50%}}.ToastMessage:before{content:"";font-family:Frontiers-Iconography!important;color:var(--color-white);font-size:15px;line-height:15px;font-weight:300!important;position:absolute;top:9px;left:12px}.ToastMessage--error{background:var(--color-fire)}.ToastMessage--error:before{content:""}
/*# sourceMappingURL=app.15222481.css.map */