.page{background-color:#fff;font-family:var(--font-family-base);font-size:var(--fs-base);font-weight:var(--font-weight-regular);line-height:var(--lh-base)}.page__content{width:100%;max-width:100%;margin:0 auto;display:flex;flex-direction:column;padding:0;box-sizing:border-box;min-height:100vh}@media screen and (max-width: 768px){.page__content{width:100%}}@media screen and (max-width: 480px){.page__content{width:100%}}.header{background-image:url(/se_project_newsexplorer_frontend/assets/search_bkgd_image-CTpfJBLO.jpg);background-size:cover;height:576px;position:relative;background-position:center;width:100%;max-width:100%;margin:0 auto;box-sizing:border-box}.header__nav-group{position:relative;height:80px;padding:0 104px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.2)}.header__logo{font-family:var(--font-family-slab);font-size:var(--fs-l);line-height:var(--lh-l);font-weight:var(--font-weight-bold);color:#fff;text-decoration:none}.header__searchForm-group{display:flex;flex-direction:column;position:relative;margin:80px auto;max-width:608px}.header__headline{font-family:var(--font-family-slab);font-size:var(--fs-huge);line-height:var(--lh-huge);font-weight:var(--font-weight-regular);color:#fff;margin:0 0 32px}.header__subhead{font-family:var(--font-family-base);font-size:var(--fs-m);line-height:var(--lh-m);font-weight:var(--font-weight-regular);color:#fff;margin:0 0 88px}@media screen and (max-width: 768px){.header{width:100%;height:400px;margin:0}.header__nav-group{height:66px;padding:0 40px}.header__nav-group:after{margin-left:-40px;margin-right:-40px}.header__nav-home{font-size:var(--fs-base);line-height:var(--lh-base);height:66px}.header__signInBtn--loggedOut{width:152px;padding:8px 0;font-size:var(--fs-base);line-height:var(--lh-base);margin-left:16px}.header__searchForm-group{margin:38px auto 48px;max-width:452px}.header__headline{font-size:var(--fs-xxlT);line-height:var(--lh-xxlT);margin:0 0 16px}.header__subhead{font-size:var(--fs-m);line-height:var(--lh-m);margin:0 0 48px}}@media screen and (max-width: 480px){.header{width:100%;height:536px;margin:0;background-image:url(/se_project_newsexplorer_frontend/assets/georgia-de-lotz--UsJoNxLaNo-unsplash-BUiC1uS3.png);background-size:cover;background-position:center}.header__nav-group{height:56px;padding:16px;box-sizing:border-box}.header__logo{font-family:var(--font-family-slab);font-size:var(--fs-base);line-height:var(--lh-m);font-weight:var(--font-weight-bold);color:#fff;text-decoration:none}.header__searchForm-group{margin:30px auto 0;width:100%;padding:0 16px;box-sizing:border-box}.header__headline{font-size:var(--fs-xxlT);line-height:var(--lh-xxlT);margin:0 auto 19px 0;width:100%}.header__subhead{font-size:var(--fs-m);line-height:var(--lh-m);margin:0 auto 122px 0}}.searchForm__input{width:100%;max-width:608px;height:64px;border-radius:100px;background-color:#fff;font-family:var(--font-family-base);font-size:var(--fs-base);line-height:var(--lh-base);font-weight:var(--font-weight-regular);padding:21px 0 21px 24px;box-sizing:border-box;position:relative;border:none;color:#b6bcbf}.searchForm__button{width:100%;max-width:168px;height:64px;border-radius:100px;background-color:#2f71e5;font-family:var(--font-family-base);font-size:var(--fs-base);line-height:var(--lh-base);font-weight:var(--font-weight-regular);box-sizing:border-box;position:absolute;right:-0;bottom:-0;border:none;color:#fff}.searchForm__button:hover{background-color:#347eff}.searchForm__button:active{background-color:#2a65cc}@media screen and (max-width: 768px){.searchForm__input{max-width:452px;height:56px;font-family:var(--font-family-base);font-size:var(--fs-base);line-height:var(--lh-base);font-weight:var(--font-weight-regular);padding:17px 0 17px 24px}.searchForm__button{width:160px;height:56px;font-family:var(--font-family-base);font-size:var(--fs-m);line-height:var(--lh-m);font-weight:var(--font-weight-medium);padding:16px 52px;position:absolute;right:-0;bottom:-0}}@media screen and (max-width: 480px){.searchForm{display:flex;flex-direction:column;gap:16px;width:100%}.searchForm__input{width:100%;height:56px;padding:17px 0 17px 24px;position:relative}.searchForm__button{max-width:452px;width:100%;height:56px;padding:16px 52px;position:relative}}.navigation{display:flex;align-items:center;flex-wrap:wrap;gap:16px}.navigation__home{position:relative;font-family:var(--font-family-base);font-size:var(--fs-m);line-height:var(--lh-m);font-weight:var(--font-weight-medium);color:#fff;text-decoration:none;display:flex;align-items:center;justify-content:center;height:80px;min-width:68px;padding:0 8px;margin:0;border-bottom:3px solid rgba(255,255,255)}.navigation__nav-saved-articles{position:relative;font-family:var(--font-family-base);font-size:var(--fs-m);line-height:var(--lh-m);font-weight:var(--font-weight-medium);color:#b6bcbf;text-decoration:none;display:flex;align-items:center;justify-content:center;height:80px;min-width:120px;padding:0 12px;margin-left:34px}.navigation_signInBtn--loggedOut{display:flex;align-items:center;justify-content:center;width:auto;min-width:120px;border:2px solid rgba(255,255,255);border-radius:100px;background:transparent;color:#fff;padding:12px 16px;font-family:var(--font-family-base);font-size:var(--fs-m);line-height:var(--lh-m);font-weight:var(--font-weight-medium);margin-left:34px;cursor:pointer}.navigation__signOutBtn{display:flex;align-items:center;justify-content:center;gap:14px;height:48px;padding:0 19px;border:2px solid rgba(255,255,255);border-radius:100px;background:transparent;color:#fff;font-family:var(--font-family-base);font-size:var(--fs-m);line-height:var(--lh-m);font-weight:var(--font-weight-medium);margin-left:32px;cursor:pointer}.navigation__saved-news{display:flex;align-items:center;list-style:none;padding:0;margin:0;gap:16px}.navigation__saved-news-home,.navigation__saved-news-articles{position:relative;font-family:var(--font-family-base);font-size:var(--fs-m);line-height:var(--lh-m);font-weight:var(--font-weight-medium);color:#000;text-decoration:none;display:flex;align-items:center;justify-content:center;height:80px;min-width:68px;padding:0 8px}.navigation__saved-news-articles{min-width:120px;margin-left:34px}.navigation__saved-news-articles--active{border-bottom:3px solid #000}.navigation__saved-news-signOutBtn{display:flex;align-items:center;justify-content:center;gap:14px;height:48px;padding:0 19px;border:2px solid #000;border-radius:100px;background:transparent;color:#000;font-family:var(--font-family-base);font-size:var(--fs-m);line-height:var(--lh-m);font-weight:var(--font-weight-medium);margin-left:32px;cursor:pointer}.navigation__saved-news-logOutIcon{height:17.41px}.navigation__mobile{display:none;position:relative}.navigation__mobileBtn{display:flex;flex-direction:column;justify-content:center;gap:3px;width:24px;height:24px;background:none;border:none;padding:0;cursor:pointer}.navigation__mobileBtn .navigation__bar{height:2px;width:100%;background-color:#fff;border-radius:2px}.navigation__mobileBtn.navigation__mobileBtn--black .navigation__bar{background-color:#000}@media screen and (max-width: 768px){.navigation__home,.navigation__saved-news-home,.navigation__saved-news-articles{font-size:var(--fs-base);line-height:var(--lh-base);height:66px;min-width:60px;margin-left:16px}.navigation_signInBtn--loggedOut,.navigation__signOutBtn,.navigation__saved-news-signOutBtn{width:auto;min-width:100px;padding:8px 12px;font-size:var(--fs-base);line-height:var(--lh-base);margin-left:16px;border:2px solid #d1d2d6}.navigation{gap:8px;flex-wrap:wrap}@media screen and (max-width: 480px){.navigation,.navigation__saved-news{display:none}.navigation__mobile{display:flex;flex-direction:row;align-items:center}.navigation__articlesIconWhite,.navigation__HomeIcon{background-color:transparent;width:32px;height:32px;border-style:none;margin-right:16px;margin-top:5px}.navigation__MobileSignOutBtn{background-color:transparent;width:20px;height:20px;border-style:none;margin-top:5px;padding:0}}}.newsCardList{display:flex;flex-direction:column;padding:0 104px;background-color:#f5f6f7;max-width:100vw;width:100%;margin:0 auto;box-sizing:border-box;position:relative}.newsCardList__title{font-family:var(--font-family-slab);font-size:var(--fs-hero);line-height:var(--lh-hero);font-weight:var(--font-weight-regular);color:#000;margin:80px 0 64px}.newsCardList__item{list-style:none;margin:0;padding:0}.newsCardList__cards{display:flex;flex-wrap:wrap;flex-direction:row;gap:16px;padding:0;margin:0;align-items:center;justify-content:center}.newsCardList__show-more-btn{width:100%;max-width:288px;height:64px;border-radius:100px;background-color:#fff;font-family:var(--font-family-base);font-size:var(--fs-m);line-height:var(--lh-m);font-weight:var(--font-weight-medium);padding:20px;box-sizing:border-box;border:none;color:#000;align-self:center;margin:64px 0 80px;cursor:pointer}.newsCardList__show-more-btn:hover{background-color:#e8e8e8}.newsCardList__nothing-found{text-align:center;font-family:var(--font-family-base);font-size:var(--fs-m);line-height:var(--lh-m);font-weight:var(--font-weight-medium);margin:20px 0;color:#888}.newsCardList__error{text-align:center;color:red;font-family:var(--font-family-base);font-size:var(--fs-m);line-height:var(--lh-m);font-weight:var(--font-weight-medium);margin:20px 0}@media screen and (max-width: 768px){.newsCardList{padding:0 40px}.newsCardList__title{font-size:var(--fs-xlT);line-height:var(--lh-xlY);margin:40px 0 32px}.newsCardList__cards{gap:8px}.newsCardList__show-more-btn{padding:16px;margin:32px 0 40px}}@media screen and (max-width: 480px){.newsCardList{padding:32px 16px 26px;display:flex;flex-direction:column;background-color:#f5f6f7}.newsCardList__title{font-size:var(--fs-xlT);line-height:var(--lh-xlT);margin:0 0 58px}.newsCardList__cards{flex-direction:column;gap:16px;padding:0;margin:0}.newsCardList__show-more-btn{width:100%;max-width:288px;height:64px;border-radius:100px;background-color:#fff;font-family:var(--font-family-base);font-size:var(--fs-m);line-height:var(--lh-m);font-weight:var(--font-weight-medium);padding:20px;box-sizing:border-box;border:none;color:#000;align-self:center;margin:21px 0 0;cursor:pointer}}.card{max-width:400px;height:576px;border-radius:16px;overflow:hidden;background-color:#fff;position:relative}.card__keyword-and-delete-icon{display:flex;position:relative}.card__keywords{font-family:var(--font-family-base);font-size:var(--fs-m);line-height:var(--lh-m);font-weight:var(--font-weight-regular);height:40px;background-color:#fff;border-radius:10px;padding:0 22px;display:flex;align-items:center;max-width:290px;position:absolute;top:24px;left:24px}.card__image{width:100%;height:272px;object-fit:cover;object-position:center;margin:0;display:block}.card__content{padding:24px;margin:0}.card__date{font-family:var(--font-family-alt);font-size:var(--fs-m);line-height:var(--lh-m);font-weight:var(--font-weight-regular);color:#b6bcbf;margin:0 0 12px}.card__title{font-family:var(--font-family-slab);font-size:var(--fs-xxl);line-height:var(--lh-xxl);font-weight:var(--font-weight-regular);color:#000;margin:0 0 16px;height:60px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}.card__description{font-family:var(--font-family-base);font-size:var(--fs-base);line-height:var(--lh-base);font-weight:var(--font-weight-regular);color:#000;margin:0 0 18px;height:110px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}.card__source{font-family:var(--font-family-slab);font-size:var(--fs-base);line-height:var(--lh-base);font-weight:var(--font-weight-bold);color:#b6bcbf;text-transform:uppercase;margin:0;text-decoration:none;cursor:pointer}.card__bookmark-wrapper{display:flex;position:absolute;right:24px;top:24px}.card__bookmark{background-image:url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='40'%20height='40'%20rx='8'%20fill='white'/%3e%3cpath%20d='M26%2012V27.9424L20.6182%2023.7139L20%2023.2285L19.3818%2023.7139L14%2027.9424V12H26Z'%20stroke='%23B6BCBF'%20stroke-width='2'/%3e%3c/svg%3e");background-size:contain;width:40px;height:40px;margin-left:5px;cursor:pointer}.card__bookmark.logged-in:not(.card__bookmark--saved):hover{background-image:url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='40'%20height='40'%20rx='8'%20fill='white'/%3e%3cpath%20d='M26%2012V27.9424L20.6182%2023.7139L20%2023.2285L19.3818%2023.7139L14%2027.9424V12H26Z'%20stroke='%231A1B22'%20stroke-width='2'/%3e%3c/svg%3e")}.card__bookmark--saved{background-image:url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='40'%20height='40'%20rx='8'%20fill='white'/%3e%3cpath%20d='M13%2012C13%2011.4477%2013.4477%2011%2014%2011H26C26.5523%2011%2027%2011.4477%2027%2012V30L20%2024.5L13%2030V12Z'%20fill='%232F71E5'/%3e%3c/svg%3e");background-size:contain;width:40px;height:40px;margin-left:5px}.card__bookmark-message{width:182px;height:40px;background-color:#fff;border-radius:10px;font-family:var(--font-family-base);font-size:var(--fs-xs);line-height:var(--lh-xs);font-weight:var(--font-weight-medium);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease}.card__bookmark-wrapper:hover .card__bookmark-message{opacity:1}.card__bookmark-delete{background-image:url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='40'%20height='40'%20rx='8'%20fill='white'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M23%2011H17V13H11V15H29V13H23V11ZM13%2017V28C13%2029.1046%2013.8954%2030%2015%2030H25C26.1046%2030%2027%2029.1046%2027%2028V17H25V28H15V17H13ZM17%2017L17%2026H19L19%2017H17ZM21%2017V26H23V17H21Z'%20fill='%23B6BCBF'/%3e%3c/svg%3e");background-size:contain;width:40px;height:40px;position:absolute;top:24px;right:24px;border:none;background-color:transparent}.card__bookmark-delete:hover{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20viewBox='0%200%2040%2040'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.7.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.1%20Build%208)%20--%3e%3cdefs%3e%3cstyle%3e%20.st0%20{%20fill-rule:%20evenodd;%20}%20.st1%20{%20fill:%20%23fff;%20}%20%3c/style%3e%3c/defs%3e%3crect%20class='st1'%20width='40'%20height='40'%20rx='8'%20ry='8'/%3e%3cpath%20class='st0'%20d='M23,11h-6v2h-6v2h18v-2h-6v-2ZM13,17v11c0,1.1.9,2,2,2h10c1.1,0,2-.9,2-2v-11h-2v11h-10v-11h-2ZM17,17v9h2v-9h-2ZM21,17v9h2v-9h-2Z'/%3e%3c/svg%3e")}@media screen and (max-width: 768px){.card{max-width:224px;height:auto;border-radius:16px;overflow:hidden;background-color:#fff;position:relative}.card__keyword-and-delete-icon{display:flex}.card__image{max-width:224px;height:150px;margin:0;display:block}.card__content{padding:16px;box-sizing:border-box;margin:0}.card__title{font-family:var(--font-family-slab);font-size:var(--fs-lT);line-height:var(--lh-lT);height:72px}.card__description{font-size:var(--fs-base);line-height:var(--lh-base);height:88px}.card__source{font-size:var(--fs-mT);line-height:var(--lh-mT)}.card__bookmark-wrapper{right:8px;top:8px}.card__bookmark-message{width:164px}.card__bookmark-delete{background-image:url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='40'%20height='40'%20rx='8'%20fill='white'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M23%2011H17V13H11V15H29V13H23V11ZM13%2017V28C13%2029.1046%2013.8954%2030%2015%2030H25C26.1046%2030%2027%2029.1046%2027%2028V17H25V28H15V17H13ZM17%2017L17%2026H19L19%2017H17ZM21%2017V26H23V17H21Z'%20fill='%23B6BCBF'/%3e%3c/svg%3e");background-size:contain;width:40px;height:40px;border:none;background-color:transparent;top:8px;right:8px}.card__keywords{top:8px;left:8px}}@media screen and (max-width: 480px){.card{max-width:288px;height:440px;border-radius:16px;overflow:hidden;background-color:#fff;position:relative}.card__image{max-width:288px;height:196px;object-fit:cover;object-position:center;margin:0;display:block}.card__title{font-size:var(--fs-lT);line-height:var(--lh-lT);margin:0 0 16px;height:48px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}.card__description{font-family:var(--font-family-base);font-size:var(--fs-base);line-height:var(--lh-base);font-weight:var(--font-weight-regular);color:#000;margin:0 0 18px;height:66px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}}.preloader{background-color:#f5f6f7;padding:80px 580px;display:flex;flex-direction:column;align-items:center}.preloader__circle{display:block;width:50px;height:50px;border:1px solid #1a1b22;border-bottom-color:#d1d2d6;border-radius:50%;inset:0;margin:auto;animation:spin .75s infinite linear}@keyframes spin{to{transform:rotate(360deg)}}.preloader__title{font-family:var(--font-family-base);font-size:var(--fs-m);line-height:var(--lh-m);font-weight:var(--font-weight-regular);color:#b6bcbf;width:280px;text-align:center;margin:24px 0 0}.about{background-color:#fff;width:100%;max-width:1440px;padding:0 24px;align-items:flex-start;margin:0 auto;box-sizing:border-box;display:flex;gap:56px}.about__image{max-width:464px;flex-shrink:0;width:100%;aspect-ratio:1 / 1;border-radius:50%;object-fit:cover;margin:80px 0;justify-content:flex-start}.about__story{flex:1;width:100%;max-width:600px;margin:131px 0 0}.about__title{font-family:var(--font-family-slab);font-size:var(--fs-hero);line-height:var(--lh-hero);font-weight:var(--font-weight-regular);color:#000;margin:0 0 24px}.about__body{margin:0 0 36px;font-family:var(--font-family-base);font-size:var(--fs-m);line-height:var(--lh-m);font-weight:var(--font-weight-regular)}@media screen and (max-width: 768px){.about{display:flex;gap:32px}.about__image{max-width:232px;width:100%;aspect-ratio:1 / 1;border-radius:50%;object-fit:cover;margin:40px 0}.about__story{margin:40px 0 0;width:424px}.about__title{font-size:var(--fs-xlT);line-height:var(--lh-xxlT);margin:0 0 16px}}@media screen and (max-width: 480px){.about{flex-direction:column;max-width:100%;width:100%;margin:0 auto;padding:32px 24px 0;align-items:center}.about__story{margin:24px 0 128px;width:100%;min-width:288px}.about__image{max-width:272px;width:100%;aspect-ratio:1 / 1;border-radius:50%;object-fit:cover;margin:0 auto}.about__title{margin:0 0 16px}}.footer{width:100%;max-width:1440px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;background-color:#fff;padding:32px 104px 26px;box-sizing:border-box}.footer__copyright{font-family:var(--font-family-base);font-size:var(--fs-base);line-height:var(--lh-base);font-weight:var(--font-weight-regular);color:#b6bcbf}.footer__nav-group{display:flex;align-items:center;gap:40px}.footer__leftGroup{display:flex;gap:40px}.footer__rightGroup{display:flex;gap:24px}.footer__nav-home,.footer__nav-tripleTen{font-family:var(--font-family-base);font-size:var(--fs-m);line-height:var(--lh-m);font-weight:var(--font-weight-regular);color:#000;text-decoration:none}.footer__nav-gitHubLogo,.footer__nav-LinkedInLogo{width:24px}@media screen and (max-width: 768px){.footer{width:100%;max-width:768px;padding:24px 40px}.footer__copyright{margin:0}}@media screen and (max-width: 480px){.footer{width:100%;max-width:100%;padding:22px 18px;flex-direction:column-reverse}.footer__nav-group{display:flex;align-items:flex-start;justify-content:space-between;width:100%}.footer__leftGroup{display:flex;flex-direction:column;gap:32px}.footer__rightGroup{display:flex;flex-direction:row;gap:24px;margin-left:auto}.footer__copyright{font-size:var(--fs-sb);line-height:var(--lh-sb);margin-top:40px}}.savedNews{padding:62px 0;display:flex;flex-direction:column;background-color:#f5f6f7;max-width:100%;width:100%;margin:0 auto;box-sizing:border-box;position:relative}.savedNews__noArticles{font-family:var(--font-family-base);font-size:var(--fs-m);line-height:var(--lh-m);font-weight:var(--font-weight-regular);padding:80px 104px}.savedNews__cardsList{display:flex;flex-wrap:wrap;flex-direction:row;gap:16px;padding:62px 0 64px}@media screen and (max-width: 480px){.savedNews{padding:0}}.savedNewsHeader{width:100%;max-width:100%;margin:0 auto;box-sizing:border-box}.savedNewsHeader__nav-group{position:relative;height:80px;padding:0 104px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #d1d2d6}.savedNewsHeader__logo{font-family:var(--font-family-slab);font-size:var(--fs-l);line-height:var(--lh-l);font-weight:var(--font-weight-bold);color:#000;text-decoration:none}.savedNewsHeader__nav{display:flex;align-items:center;list-style:none;padding:0;margin:0}.savedNewsHeader__title-group{padding:0 104px;margin:40px 0;box-sizing:border-box}.savedNewsHeader__subhead{font-family:var(--font-family-base);font-size:var(--fs-m);line-height:var(--lh-m);font-weight:var(--font-weight-regular);color:#1a1b2280;margin:0}.savedNewsHeader__title{font-family:var(--font-family-slab);font-size:var(--fs-hero);line-height:var(--lh-hero);font-weight:var(--font-weight-regular);width:100%;max-width:530px;margin:28px 0 30px}.savedNewsHeader__keywords{font-family:var(--font-family-base);font-size:var(--fs-m);line-height:var(--lh-m);font-weight:var(--font-weight-regular);width:100%;max-width:712px;margin:0}@media screen and (max-width: 768px){.savedNewsHeader{width:100%;padding:0;margin:0}.savedNewsHeader__nav-group{height:66px;padding:0 40px}.savedNewsHeader__title-group{padding:0 40px;margin:40px 0}.savedNewsHeader__title{font-size:var(--fs-xlT);line-height:var(--lh-xlT);max-width:336px;margin:16px 0}.savedNewsHeader__keywords{max-width:100%}}@media screen and (max-width: 480px){.savedNewsHeader{width:100%;padding:0;margin:0}.savedNewsHeader__nav-group{height:56px;padding:0 20px;box-sizing:border-box}.savedNewsHeader__nav-group:after{margin-left:-16px;margin-right:-16px}.savedNewsHeader__subhead{font-family:var(--font-family-base);font-size:var(--fs-xs);line-height:var(--lh-m);font-weight:var(--font-weight-regular);color:#1a1b2280;margin:0}.savedNewsHeader__title-group{padding:8px 20px 32px;margin:0}.savedNewsHeader__title{font-size:var(--fs-xlT);line-height:var(--lh-xlT);max-width:288px;margin:16px 0 50px}.savedNewsHeader__keywords{max-width:100%}}.modal{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;visibility:hidden}.modal__close-btn{position:absolute;top:-28px;right:-28px;border-style:none;padding:0;margin:0;background:transparent}.modal__close-btn img{width:22px;height:22px;display:block}.modal__content{background-color:#fff;position:relative;padding:34px 36px 28px;max-width:430px;box-sizing:border-box;width:100%;border-radius:16px}.modal__form{display:flex;flex-direction:column;width:100%}.modal__input{display:block;width:100%;margin:9px 0 0;padding:0 0 9px;border-style:none;border-bottom:1px solid rgba(0,0,0,.2);font-family:var(--font-family-alt);font-size:var(--fs-s);line-height:var(--lh-s);font-weight:var(--font-weight-regular)}.modal__input::placeholder{color:#0003}.modal__label{margin:31px 0 0;font-family:var(--font-family-alt);font-size:var(--fs-xs);line-height:var(--lh-xs);font-weight:var(--font-weight-regular);color:#2f71e5}.modal--opened{visibility:visible}.modal__submit{background-color:#e6e8eb;white-space:nowrap;display:inline-block;margin:39px 0 16px;width:auto;text-align:center;border-radius:32px;border-style:none;height:64px;width:358px;font-family:var(--font-family-base);font-size:var(--fs-m);line-height:var(--lh-m);font-weight:var(--font-weight-medium);color:#b6bcbf}.modal__title{margin:0 0 -9px;font-family:var(--font-family-base);font-size:var(--fs-xl);line-height:var(--lh-xl);font-weight:var(--font-weight-black);color:#000}.modal__submit_valid{background-color:#000;cursor:pointer}.modal__submit_valid:hover{background-color:#0009}.modal__submit_invalid{cursor:not-allowed}.modal__error{color:#ff4d00;display:block;margin-top:8px}.modal__alternate-button{border-style:none;background:transparent;margin-left:10px;color:#000;font-family:var(--font-family-alt);font-size:var(--fs-s);line-height:var(--lh-s);font-weight:var(--font-weight-regular)}.modal__alternate-title{font-family:var(--font-family-alt);font-size:var(--fs-s);line-height:var(--lh-s);font-weight:var(--font-weight-regular);color:#2f71e5}.modal__button-group{display:flex;flex-direction:column;justify-content:center;align-items:center}@media screen and (max-width: 480px){.modal{align-items:flex-start;margin-top:56px}.modal__content{background-color:#fff;position:relative;padding:16px 16px 1600px;max-width:430px;box-sizing:border-box;width:100%;border-radius:16px}.modal__submit{width:288px;margin:23px 0 16px}.modal__close-btn{top:-34px;right:20px}.modal__close-btn img{width:13px;height:13px}}.confirmationModal__container{border-radius:16px;display:flex;flex-direction:column;align-items:flex-start;margin-left:2px}.confirmationModal__title{font-family:var(--font-family-base);font-size:var(--fs-xl);line-height:1.2;font-weight:var(--font-weight-black);margin:9px 0 32px}.confirmationModal__button_group{display:flex;flex-direction:column;align-items:flex-start}.confirmationModal__button{border-style:none;border-radius:100px;background:transparent;font-family:var(--font-family-alt);font-size:var(--fs-m);line-height:var(--lh-m);font-weight:var(--font-weight-regular);cursor:pointer;padding:0}.confirmationModal__button--delete{color:#2f71e5}.confirmationModal__button--delete:hover{color:red}.confirmationModal__button--cancel{color:#000}.registerSuccess__container{border-radius:16px;display:flex;flex-direction:column;align-items:flex-start;margin-left:2px}.registerSuccess__title{font-family:var(--font-family-base);font-size:var(--fs-xl);line-height:var(--lh-xl);font-weight:var(--font-weight-black);margin:9px 0 14px}.registerSuccess__signInBtn--loggedOut{border:2px solid rgba(255,255,255);border-radius:100px;background:transparent;color:#2f71e5;font-family:var(--font-family-alt);font-size:var(--fs-m);line-height:var(--lh-m);font-weight:var(--font-weight-regular);cursor:pointer;padding:0;margin-bottom:24px}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}@font-face{font-family:Inter;font-style:normal;font-weight:400;src:url(/se_project_newsexplorer_frontend/assets/inter-400-regular-qutc5kle.woff2) format("woff2"),url(/se_project_newsexplorer_frontend/assets/inter-400-regular-DzE3sXQr.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:500;src:url(/se_project_newsexplorer_frontend/assets/inter-500-CPwiR-kq.woff2) format("woff2"),url(/se_project_newsexplorer_frontend/assets/inter-500-C8GenLAp.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:url(/se_project_newsexplorer_frontend/assets/roboto-400-regular-CEEi-WbQ.woff2) format("woff2"),url(/se_project_newsexplorer_frontend/assets/roboto-400-regular-CKhRtUFO.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:url(/se_project_newsexplorer_frontend/assets/roboto-500-DRg8azjQ.woff2) format("woff2"),url(/se_project_newsexplorer_frontend/assets/roboto-500-BU-otfqs.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:url(/se_project_newsexplorer_frontend/assets/roboto-700-CqGedB_1.woff2) format("woff2"),url(/se_project_newsexplorer_frontend/assets/roboto-700-CCwTn0--.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:url(/se_project_newsexplorer_frontend/assets/roboto-900-BEowQPyJ.woff2) format("woff2"),url(/se_project_newsexplorer_frontend/assets/roboto-900-Blac3EU0.woff) format("woff")}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:400;src:url(/se_project_newsexplorer_frontend/assets/roboto-slab-400-regular-CGZ9feuv.woff2) format("woff2"),url(/se_project_newsexplorer_frontend/assets/roboto-slab-400-regular-CwRj1CH-.woff) format("woff")}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:700;src:url(/se_project_newsexplorer_frontend/assets/roboto-slab-700-U4tbeySt.woff2) format("woff2"),url(/se_project_newsexplorer_frontend/assets/roboto-slab-700-DZvX1nQI.woff) format("woff")}@font-face{font-family:Source Sans Pro;font-style:normal;font-weight:400;src:url(/se_project_newsexplorer_frontend/assets/SourceSansPro-Regular-DinI_OKj.woff) format("woff")}@font-face{font-family:Source Sans Pro;font-style:normal;font-weight:700;src:url(/se_project_newsexplorer_frontend/assets/SourceSansPro-Bold-CC1T6vQR.woff) format("woff")}:root{--font-family-base: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-family-slab: "Roboto Slab", Georgia, serif;--font-family-ui: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-family-alt: "Source Sans Pro", "Helvetica Neue", sans-serif;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-bold: 700;--font-weight-black: 900;--fs-xs: 12px;--lh-xs: 1;--fs-s: 14px;--lh-s: 1;--fs-sb: 15px;--lh-sb: 20px;--fs-base: 16px;--lh-base: 22px;--fs-m: 18px;--lh-m: 24px;--fs-l: 20px;--lh-l: 24px;--fs-xl: 24px;--lh-xl: 24px;--fs-xxl: 26px;--lh-xxl: 30px;--fs-hero: 40px;--lh-hero: 46px;--fs-huge: 60px;--lh-huge: 64px;--fs-mT: 16px;--lh-mT: 20px;--fs-lT: 22px;--lh-lT: 24px;--fs-xlT: 30px;--lh-xlT: 34px;--fs-xxlT: 36px;--lh-xxlT: 40px}
