.rssNews{display:grid;grid-template:" .    .     .    .           .   " 16px " .    image .    article     .   " fit-content(132px) " .    .     .    .           .   " 16px /16px 208px 16px 1fr 16px;user-select:none}.rssNews:not(:last-child){border-bottom:1px solid var(--color-support-1)}.rssNews--block{display:grid;grid-auto-flow:row;margin-top:12px;row-gap:12px}.rssNews--fullwidth:hover .rssNews__title{text-decoration:underline}.rssNews--wrapper{background-color:var(--color-support-5);border-radius:8px}.rssNews--section:not(:last-of-type){border-bottom:1px solid var(--color-support-1)}.rssNews--section:last-of-type{padding-bottom:4px}.rssNews--section:first-of-type{padding-top:4px}.rssNews__article{display:grid;grid-area:article;grid-template:" badges        " max-content " title         " max-content " perex         " max-content " description   " max-content/1fr}.rssNews__imageWrapper{align-items:center;align-self:center;border-radius:8px;display:flex;grid-area:image;height:132px;overflow:hidden}@media only screen and (max-width:639px){.rssNews__imageWrapper{height:unset}}.rssNews__imageWrapper:hover~.rssNews__article .rssNews__title{text-decoration:underline}.rssNews__imageWrapper--empty{background:var(--color-combination-8) no-repeat 50%/40px auto;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' fill='%23555e61'%3E%3Cpath d='m35.456 0 4.543 4.539v30.922L35.456 40H4.543L0 35.461V19.3h8.261V4.539L12.805 0h22.651zm-.566 1.366H13.371L9.629 5.105v30.356l-3.176 3.172H34.89l3.742-3.739V5.105L34.89 1.366zm-26.629 19.3H1.368v14.228l3.446 3.444 3.447-3.444V20.666zM35.87 31.734v1.365H12.393v-1.365H35.87zm0-4.112v1.366H12.393v-1.366H35.87zm0-4.185v1.365H12.393v-1.365H35.87zm0-4.134v1.366H12.393v-1.366H35.87zM14.846 6.875c.062 0 .126.012.193.04a.483.483 0 0 1 .166.106l1.374 1.372c.044.045.079.1.106.167a.51.51 0 0 1 .04.194v6.049c0 .043.023.065.067.065h2.533c.045 0 .067.023.067.066v1.534c0 .044-.022.065-.067.065h-6.866c-.045 0-.067-.021-.067-.065v-1.534c0-.043.022-.066.067-.066h2.533c.044 0 .067-.022.067-.065v-5.93a.33.33 0 0 0-.093-.24.329.329 0 0 0-.241-.093h-2.266c-.045 0-.067-.022-.067-.067V6.942c0-.045.022-.067.067-.067zm20.966-.045v9.673H21.375V6.83h14.437zm-1.368 1.365H22.743v6.942h11.7V8.195z'/%3E%3C/svg%3E");height:132px}@media only screen and (max-width:639px){.rssNews__imageWrapper--empty{height:90px}}.theme--dark .rssNews__imageWrapper--empty{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' fill='%23c8cdcd'%3E%3Cpath d='m35.456 0 4.543 4.539v30.922L35.456 40H4.543L0 35.461V19.3h8.261V4.539L12.805 0h22.651zm-.566 1.366H13.371L9.629 5.105v30.356l-3.176 3.172H34.89l3.742-3.739V5.105L34.89 1.366zm-26.629 19.3H1.368v14.228l3.446 3.444 3.447-3.444V20.666zM35.87 31.734v1.365H12.393v-1.365H35.87zm0-4.112v1.366H12.393v-1.366H35.87zm0-4.185v1.365H12.393v-1.365H35.87zm0-4.134v1.366H12.393v-1.366H35.87zM14.846 6.875c.062 0 .126.012.193.04a.483.483 0 0 1 .166.106l1.374 1.372c.044.045.079.1.106.167a.51.51 0 0 1 .04.194v6.049c0 .043.023.065.067.065h2.533c.045 0 .067.023.067.066v1.534c0 .044-.022.065-.067.065h-6.866c-.045 0-.067-.021-.067-.065v-1.534c0-.043.022-.066.067-.066h2.533c.044 0 .067-.022.067-.065v-5.93a.33.33 0 0 0-.093-.24.329.329 0 0 0-.241-.093h-2.266c-.045 0-.067-.022-.067-.067V6.942c0-.045.022-.067.067-.067zm20.966-.045v9.673H21.375V6.83h14.437zm-1.368 1.365H22.743v6.942h11.7V8.195z'/%3E%3C/svg%3E")}.rssNews__badges{display:flex;flex-wrap:wrap;gap:4px 6px;grid-area:badges}.rssNews__badge{align-items:center;background-color:var(--color-support-1);border-radius:4px;color:var(--color-secondary-2);display:flex;font-size:11px;font-weight:700;letter-spacing:.4px;padding:4px 8px;text-transform:uppercase}.rssNews__badge:hover{text-decoration:underline}.rssNews__badgeLogo{margin-right:6px}.rssNews__image{border-radius:8px;height:156px;width:208px}.rssNews__titleAndPerex{cursor:pointer;display:grid;grid-area:title/title/perex;grid-template-areas:"title" "perex"}.rssNews__titleAndPerex:hover .rssNews__title{text-decoration:underline}.rssNews__title{color:var(--color-secondary-2);font-size:18px;font-weight:700;grid-area:title;line-height:24px;max-height:46px}.rssNews__perex,.rssNews__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;margin-top:4px;overflow:hidden;text-overflow:ellipsis}.rssNews__perex{color:var(--color-support-4);font-size:13px;grid-area:perex;line-height:18px;max-height:36px}.rssNews__description{color:var(--color-support-3);column-gap:1ex;display:flex;font-size:11px;grid-area:description;margin-top:8px}.rssNews__resource{color:var(--color-support-4);flex-shrink:0;font-weight:700}@media only screen and (max-width:639px){.rssNews{border-bottom:1px solid var(--color-support-1);grid-template:" .    .     .    .       .   " 6px " .    image .    article .   " minmax(80px,auto) " .    .     .    .       .   " 6px /12px 120px 12px 1fr 12px;padding:8px 0}.rssNews:not(:last-child){border-bottom:initial}.rssNews--block{border-top:1px solid var(--color-support-1);margin-top:0;row-gap:8px}.rssNews--section:not(:last-of-type){border-bottom:initial}.rssNews--section:last-of-type{padding-bottom:6px}.rssNews--section:first-of-type{padding-top:6px}.rssNews--wrapper{border-radius:initial}.rssNews__image{border-radius:8px;height:90px;width:120px}.rssNews__title{font-size:13px;line-height:18px;max-height:36px}.rssNews__perex{display:none}.rssNews__description{margin-top:4px}}.fsNews .rssNews{--width-rssNewsImg:192px;--width-rssNewsContentSeparator:18px;--width-rssNewsSeparator:9px;align-items:center;border-bottom:0;grid-template:" .   image .    article . " auto/var(--width-rssNewsSeparator) var(--width-rssNewsImg) var(--width-rssNewsContentSeparator) 1fr var(--width-rssNewsSeparator);margin-bottom:20px;padding:0}.fsNews .rssNews:hover .rssNews__title{text-decoration:underline}.fsNews .rssNews:last-of-type{margin-bottom:0}.fsNews .rssNews__badge{font-weight:400}.fsNews .rssNews__title{-webkit-line-clamp:3;margin-top:0;max-height:none}.fsNews .rssNews__description{align-items:center;display:flex;flex-wrap:wrap;font-size:12px;margin-bottom:-4px;margin-top:4px;min-height:24px}.fsNews .rssNews__description:empty{display:none}.fsNews .rssNews__provider{margin:4px 8px 4px 0}.fsNews .rssNews__provider:empty+.fsNewsArticle__updated{visibility:hidden}@media only screen and (max-width:639px){.fsNews .rssNews{align-items:flex-start;grid-template:" image .    article" auto/120px 12px 1fr;margin:0 9px;padding:0 0 12px}.fsNews .rssNews:not(:first-of-type){border-top:1px solid var(--color-support-1);padding:12px 0}.fsNews .rssNews__title{-webkit-line-clamp:unset;font-size:16px;line-height:20px}.fsNews .rssNews__description{margin-top:0}}@media only screen and (min-width:1188px){.isWide .fsNews:not(.fsNews--side) .rssNews{--width-rssNewsImg:222px;--width-rssNewsContentSeparator:24px;--width-rssNewsSeparator:12px}.isWide .fsNews:not(.fsNews--side) .rssNews__title{font-size:20px;line-height:1.4}}.fsNews--side .rssNews{grid-template:" image .    article " auto/102px 12px 1fr;margin-bottom:16px}.fsNews--side .rssNews__title{font-size:14px;line-height:1.29}@media only screen and (min-width:calc(1047px + 1px)){.fsNews--side .rssNews__title{-webkit-line-clamp:4}}@media only screen and (max-width:1047px){.fsNews--side .rssNews{flex-shrink:0;grid-template:" image" auto " article" min-content/1fr;margin-bottom:0;width:206px}.fsNews--side .rssNews__article{box-sizing:border-box;height:100%;padding-top:8px}.fsNews--side .rssNews__title{line-height:1.43}}@media only screen and (min-width:calc(1047px + 1px)){.fsNews__horizontal.hasTopped .rssNews:first-child:nth-last-child(4)~.rssNews,.fsNews__horizontal.noTopped .rssNews:first-child:nth-last-child(3),.fsNews__horizontal.noTopped .rssNews:first-child:nth-last-child(3)~.rssNews{flex:1;grid-template:" .   image   . " auto " .   .       ." var(--width-rssNewsSeparator) " .   article . " min-content /var(--width-rssNewsSeparator) 1fr var(--width-rssNewsSeparator);margin-bottom:0}.fsNews__horizontal.hasTopped .rssNews:first-child:nth-last-child(4)~.rssNews .rssNews__title,.fsNews__horizontal.noTopped .rssNews:first-child:nth-last-child(3) .rssNews__title,.fsNews__horizontal.noTopped .rssNews:first-child:nth-last-child(3)~.rssNews .rssNews__title{-webkit-line-clamp:4;font-size:16px;line-height:1.38}}.fsNews__horizontal.hasTopped .rssNews:first-of-type{--width-toppedImg:300px;--width-toppedContentSeparator:24px;grid-template:" .                             image                  .                                   article ." auto/var(--width-rssNewsSeparator) var(--width-toppedImg) var(--width-toppedContentSeparator) 1fr var(--width-rssNewsSeparator);margin-bottom:18px;width:100%}@media only screen and (max-width:639px){.fsNews__horizontal.hasTopped .rssNews:first-of-type{grid-template:" image   " auto " .       " 12px " article " min-content/1fr;margin-bottom:16px;padding:0}}@media only screen and (min-width:1188px){.isWide .fsNews__horizontal.hasTopped .rssNews:first-of-type{--width-toppedImg:358px;--width-toppedContentSeparator:30px;margin-bottom:24px}.isWide .fsNews__horizontal.hasTopped .rssNews:first-of-type .rssNews__title{-webkit-line-clamp:5;font-size:32px;line-height:30px}}.fsNews__horizontal.hasTopped .rssNews:first-of-type:only-of-type{margin-bottom:0}@media only screen and (max-width:639px){.fsNews__horizontal.hasTopped .rssNews:first-of-type:only-of-type{margin-bottom:10px}}.fsNews__horizontal.hasTopped .rssNews:first-of-type .rssNews__title{-webkit-line-clamp:5;color:var(--color-combination-2);font-size:25px;line-height:30px}@media only screen and (max-width:639px){.fsNews__horizontal.hasTopped .rssNews:first-of-type .rssNews__title{font-size:22px}}.fsNews__slider .rssNews{margin:0 0 16px}.fsNews__slider .rssNews:not(:first-of-type){border-top:unset;padding:0}@media only screen and (max-width:1048px){.fsNews__slider .rssNews{margin:0}}.newsTabSkeleton{display:flex;flex-direction:column}.newsTabSkeleton__header{background-color:var(--color-skeleton-1);height:26px}.newsTabSkeleton__post{border-bottom:1px solid var(--color-border-1);display:grid;grid-template:" image . .           .     " 12px " image . title       title " 20px " image . .           .     " 12px " image . description .     " 13px " image . .           .     " 90px/210px 10px 120px 1fr;padding:10px}@media only screen and (max-width:639px){.newsTabSkeleton__post{grid-template:" image . .           .     " 12px " image . title       title " 16px " image . .           .     " 12px " image . description .     " 11px " image . .           .     " 15px/110px 10px 120px 1fr}}.newsTabSkeleton__post>*{-webkit-animation-duration:1.5s;-webkit-animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;-webkit-animation-name:placeholderShimmer;-webkit-animation-timing-function:linear;background-color:var(--color-skeleton-1);background-image:linear-gradient(to right,var(--color-skeleton-1) 0,var(--color-skeleton-2) 20%,var(--color-skeleton-1) 40%,var(--color-skeleton-1) 100%);background-repeat:repeat-y;background-size:800px 1px}.newsTabSkeleton__post :first-of-type{border-radius:8px;grid-area:image}.newsTabSkeleton__post :nth-of-type(2){grid-area:title;width:80%}.newsTabSkeleton__post :nth-of-type(3){grid-area:description}.fsNewsEmbed{display:flex;justify-content:center}.fsNewsEmbed--ig{margin-bottom:10px}.fsNewsEmbed--ig iframe{margin-bottom:0!important;width:100%!important}.fsNewsEmbed--ig iframe:not(.instagram-media-rendered){border:unset!important}@media only screen and (max-width:360px){.fsNewsEmbed--ig blockquote,.fsNewsEmbed--ig iframe{min-width:100%!important}}.fsNewsEmbed--tw{margin-bottom:10px}.fsNewsEmbed--tw>div{margin:0 auto!important}.fsNewsEmbed--tw iframe{width:100%!important}.fsNews__section{background-color:var(--color-combination-9);border-radius:8px;margin-bottom:12px;padding:28px 27px}.fsNews__section:last-of-type{margin-bottom:0}@media only screen and (min-width:1188px){.fsNews__section:last-of-type{margin-bottom:12px}.isWide .fsNews__section{padding:32px 36px}}@media only screen and (max-width:639px){.fsNews__section{border-radius:0;padding:20px 3px 6px}}.fsNews__legal{border-bottom:1px solid var(--color-support-1);margin:-16px -15px 16px}.fsNews__legal .lac__box{margin-bottom:12px}@media only screen and (min-width:1188px){.isWide .fsNews__legal{margin:-16px -20px 16px}.isWide .fsNews__legal .lac__box{margin-bottom:16px}}@media only screen and (max-width:639px){.fsNews__legal{margin:-12px 5px 16px}.fsNews__legal .lac__box{margin:0 0 8px;top:0}}.fsNews__legal:empty{display:none}.fsNews__side{line-height:normal;margin-bottom:32px;overflow-x:auto}@media only screen and (min-width:calc(1047px + 1px)){.fsNews .fsNews--side{display:none}}@media only screen and (max-width:639px){.fsNews--side .fsNews__section{padding:20px 3px 16px}}.fsNews__slider{grid-column-gap:12px;align-items:flex-start;display:flex;overflow-x:auto;padding:0 9px}@media only screen and (min-width:calc(1047px + 1px)){.fsNews__slider{grid-column-gap:0;display:block;overflow-x:auto;padding:0}}.fsNews__name{align-items:center;display:flex;margin:4px 0}.fsNews__name:after{background-color:var(--color-support-2);border-radius:50%;content:"";display:inline-block;flex-shrink:0;height:4px;margin-left:8px;margin-right:8px;width:4px}.fsNews__photo{border-radius:8px;height:auto;margin-bottom:8px;width:100%}.fsNews__provider{color:var(--color-support-3);line-height:1.38}.fsNews__label{color:var(--color-support-4);margin-right:5px}.fsNews__perex{font-weight:700;margin-bottom:16px}.fsNews__content,.fsNews__perex{font-size:18px;line-height:1.78}.fsNews__content a,.fsNews__perex a{color:var(--color-primary);text-decoration:underline}.fsNews__content a:hover,.fsNews__perex a:hover{text-decoration:none}.fsNews__mentions{border-top:1px solid var(--color-support-1);display:flex;flex-wrap:wrap;font-size:13px;font-weight:700;margin-top:26px;padding-top:26px}.fsNews__mentionTitle{color:var(--color-combination-17);margin-bottom:16px;text-transform:uppercase;width:100%}.fsNews__mentionAvatar{background-color:var(--color-white);border-radius:8px;height:30px;margin-left:-6px;margin-right:8px;padding:1px;width:30px}.fsNews__mentionItem{align-items:center;background-color:var(--color-combination-8);border-radius:8px;color:var(--color-combination-2);display:flex;height:32px;margin-bottom:8px;margin-right:8px;padding:2px 8px;text-decoration:none}.fsNews__mentionItem:last-of-type{margin-right:0}.fsNews__mentionItem:hover{background-color:var(--color-combination-6)}@media only screen and (max-width:639px){.fsNews__title{font-size:26px;line-height:1.31;margin-bottom:8px}.fsNews__content,.fsNews__perex{font-size:16px;line-height:1.5}.fsNews__provider{display:flex;flex-direction:column;font-size:12px;line-height:1.33}.fsNews__label{margin-bottom:4px;margin-right:0}}.fsNews__horizontal{align-items:flex-start;display:flex;flex-wrap:wrap}.fsNewsArticle{color:var(--color-combination-2);margin-left:8px;margin-right:8px}.fsNewsArticle h2{font-size:26px;margin:24px 0 18px}.fsNewsArticle p{margin:18px 0}.fsNewsArticle div[itemprop=publisher]{display:none}.fsNewsArticle__title{font-size:40px;font-weight:700;line-height:54px;margin-bottom:8px}.fsNewsArticle__author{align-items:center;color:var(--color-support-3);display:flex;flex-wrap:wrap;font-size:12px;margin-bottom:8px}.fsNewsArticle__published{flex-shrink:0;margin:4px 8px 4px 0}.fsNewsArticle__published:empty+.fsNewsArticle__updated{visibility:hidden}.fsNewsArticle__updated{background-color:var(--color-live);border-radius:4px;color:var(--color-primary);margin:4px 0;padding:4px 8px}.theme--dark .fsNewsArticle__updated{background-color:rgba(200,0,55,.64);color:var(--color-combination-1)}.fsNewsArticle__name{align-items:center;display:flex;margin:4px 0}.fsNewsArticle__name:after{background-color:var(--color-support-2);border-radius:50%;content:"";display:inline-block;flex-shrink:0;height:4px;margin-left:8px;margin-right:8px;width:4px}.fsNewsArticle__photo{border-radius:8px;height:auto;margin-bottom:8px;width:100%}.fsNewsArticle__photoWrapper{margin-bottom:24px}.fsNewsArticle__provider{color:var(--color-support-3);display:flex;flex-wrap:wrap;justify-content:space-between;line-height:1.38}.fsNewsArticle__label{color:var(--color-support-4);margin-right:5px}.fsNewsArticle__perex{font-size:20px;font-weight:700;line-height:30px;margin-bottom:24px}.fsNewsArticle__content{font-size:18px;line-height:28px}.fsNewsArticle__content a,.fsNewsArticle__perex a{color:var(--color-primary);text-decoration:underline}.fsNewsArticle__content a:hover,.fsNewsArticle__perex a:hover{text-decoration:none}.fsNewsArticle__mentions{border-top:1px solid var(--color-support-1);display:flex;flex-wrap:wrap;font-size:13px;font-weight:700;margin-top:26px;padding-top:26px}.fsNewsArticle__mentionTitle{color:var(--color-combination-17);margin-bottom:16px;text-transform:uppercase;width:100%}.fsNewsArticle__mentionAvatar{background-color:var(--color-white);border-radius:8px;height:30px;margin-left:-6px;margin-right:8px;padding:1px;width:30px}.fsNewsArticle__mentionItem{align-items:center;background-color:var(--color-combination-8);border-radius:8px;color:var(--color-combination-2);display:flex;height:32px;margin-bottom:8px;margin-right:8px;padding:2px 8px;text-decoration:none}.fsNewsArticle__mentionItem:last-of-type{margin-right:0}.fsNewsArticle__mentionItem:hover{background-color:var(--color-combination-6)}.fsNewsArticle .ui-image{font-size:13px;margin-bottom:24px}@media only screen and (max-width:639px){.fsNewsArticle h2{font-size:22px}.fsNewsArticle p{margin:17px 0}.fsNewsArticle__title{font-size:28px;line-height:34px;margin-bottom:8px}.fsNewsArticle__perex{font-size:19px;line-height:25px;margin-bottom:19px}.fsNewsArticle__content{font-size:17px;line-height:24px}.fsNewsArticle__photoWrapper{margin-bottom:16px}.fsNewsArticle__updated{padding:1px 4px}.fsNewsArticle__provider{display:flex;flex-direction:column;font-size:12px;line-height:1.33}.fsNewsArticle__label{margin-bottom:4px;margin-right:0}.fsNewsArticle__mentions{margin-bottom:6px}}.bottomBorder{position:relative}.bottomBorder:before{background-color:var(--color-primary-2);border-radius:1.5px 1.5px 0 0;bottom:0;content:"";height:4px;position:absolute;transform:translateY(0);width:100%}.fsNewsMenu{display:grid;position:relative}body:not(.background-add-on) .fsNewsMenu{border-bottom:1px solid var(--color-combination-12)}.fsNewsMenu__content{background-color:var(--color-combination-7);box-sizing:border-box;display:grid;grid-area:content;grid-auto-flow:column;grid-template-columns:1fr max-content;grid-template-rows:60px;padding:0 20px;position:relative;width:100%}body.background-add-on .fsNewsMenu__content{border-bottom:1px solid var(--color-combination-12)}.fsNewsMenu__items{display:flex;flex-flow:row wrap;margin:0 -14px}.fsNewsMenu__item{color:var(--color-support-4);cursor:pointer;font-weight:700;line-height:16px;margin:0 14px;padding:22px 0;position:relative;text-transform:uppercase;white-space:nowrap}.fsNewsMenu__item:not(.fsNewsMenu__item--active):hover{color:var(--color-combination-2)}body:not(.fsNewsPage--detail) .fsNewsMenu__item--active{color:var(--color-primary);position:relative}body:not(.fsNewsPage--detail) .fsNewsMenu__item--active:before{background-color:var(--color-primary-2);border-radius:1.5px 1.5px 0 0;bottom:0;content:"";height:4px;position:absolute;transform:translateY(0);width:100%}body:not(.fsNewsPage--detail).theme--dark .fsNewsMenu__item--active{color:#fff}.fsNewsMenu__more{align-items:center;color:var(--color-support-4);cursor:pointer;display:flex;font-weight:700;line-height:16px;margin-left:28px;text-transform:uppercase}.fsNewsMenu__more:not(.fsNewsMenu__more--active):hover{color:var(--color-combination-2)}body:not(.fsNewsPage--detail) .fsNewsMenu__more--active{color:var(--color-primary);position:relative}body:not(.fsNewsPage--detail) .fsNewsMenu__more--active:before{background-color:var(--color-primary-2);border-radius:1.5px 1.5px 0 0;bottom:0;content:"";height:4px;position:absolute;transform:translateY(0);width:100%}body:not(.fsNewsPage--detail).theme--dark .fsNewsMenu__more--active{color:#fff}.fsNewsMenu__more--open:not(.fsNewsMenu__more--active){color:var(--color-combination-2)}.fsNewsMenu__moreIcon{height:12px;margin-left:8px;transform:rotate(-90deg);width:12px}.fsNewsMenu__more--open .fsNewsMenu__moreIcon{transform:rotate(90deg)}.fsNewsMenu__dropdown{background:var(--color-support-5);border-radius:8px;box-shadow:0 2px 25px 0 rgba(0,0,0,.1);box-sizing:border-box;display:flex;flex-direction:column;gap:8px;max-width:calc(100% - 16px);padding:16px 20px;position:absolute;right:0;top:46px;z-index:var(--zIndex-menuMinority)}.fsNewsMenu__dropdownItem{border-radius:4px;box-sizing:border-box;color:var(--color-combination-5);cursor:pointer;font-weight:700;padding:8px 12px;text-transform:uppercase}.fsNewsMenu__dropdownItem:hover,body:not(.fsNewsPage--detail) .fsNewsMenu__dropdownItem--active{background-color:rgba(var(--color-support-2-rgb),.2);color:var(--color-combination-3)}.fsNewsMenu__dropdownItem--hidden{display:none}@media only screen and (max-width:1048px){.fsNewsMenu__dropdown{right:8px}}@media only screen and (max-width:1047px){body:not(.background-add-on) .fsNewsMenu{border-bottom:unset}.fsNewsMenu__content{padding:0 24px}}@media only screen and (max-width:799px){.fsNewsMenu__content{padding:0 20px}.fsNewsMenu__items:last-child{margin-right:0}.fsNewsMenu__item{font-size:12px}.fsNewsMenu__item:first-child{margin-left:22px}.fsNewsMenu__more{font-size:12px;margin-right:8px}}@media only screen and (max-width:639px){.fsNewsMenu__content{grid-template-rows:46px;padding:0 12px}.fsNewsMenu__item{padding:15px 0 16px}.fsNewsMenu__item:first-child{margin-left:14px}.fsNewsMenu__more{margin-right:0}.fsNewsMenu__dropdown{top:36px}}