body {
  font-size: 16px;
  min-width: 20em;
  margin: 0;
}
html {
  -webkit-font-smoothing: antialiased;
  background-color: #f4f4f4;
  color: #000;
  font-family: Open Sans, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}
input:focus {
  outline: none;
}
a {
  cursor: pointer;
}
h2 {
  margin: 20px 0;
}
button {
  background-color: #fff;
  border: 3px solid #e60505;
  border-radius: 0;
  color: #e60505;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25rem;
  text-align: center;
  text-transform: none;
  cursor: pointer;
}
figure,
footer,
header,
main,
nav {
  display: block;
}
a:focus,
button:focus {
  outline: 3px solid #0550c8;
}
a:active,
a:hover,
button:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
b {
  font-weight: 700;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
button,
input,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button[disabled] {
  cursor: default;
}
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol li,
ul li {
  font-size: 16px;
}
ol li {
  margin-bottom: 24px;
}
figure {
  margin: 24px 0;
}
body,
p {
  font-size: 16px;
  color: rgb(0, 0, 0);
  font-family: "Open Sans", sans-serif !important;
  line-height: 1.65 !important;
}
h1,
h2,
h3 {
  font-family: Stag, sans-serif !important;
  line-height: 1.4 !important;
}
.my-body a {
  color: #0550c8 !important;
}
.my-body > a:has(> img) {
  display: block;
  margin-bottom: 20px;

  line-height: 0;
}
.my-body > a > img {
  width: 100%;
}
.a11y {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.feed .detail .byline,
.feed .detail .detailHeadline,
.feed .story {
  -webkit-margin-before: 16px;
  -webkit-margin-after: 16px;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  margin-top: 16px;
}
.feed .appContainer {
  background-color: #fff;
}
.feed .appContainer.loaded {
  opacity: 1;
}
.feed .appContainer .pageComponent {
  margin: 0 auto;
  max-width: 80rem;
  padding-left: 16px;
  padding-right: 16px;
  transition: max-width 0.3s ease-out;
}
.feed .appContainer > .content {
  background-color: #fff;
  min-height: 800px;
  padding-bottom: 16px;
  padding-top: 16px;
}
.feed .imageMedia {
  display: inline;
}
.feed .imageMedia .placeholder {
  background: radial-gradient(#fff, #cbcbcb);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.feed .imageMedia .placeholder img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.feed .detail {
  overflow-x: unset;
}
.feed .detail.detailBody .withFlex {
  display: flex;
  flex-flow: wrap;
}
.feed .detail.detailBody .detailBodyContainer {
  display: grid;
  gap: 40px;
  margin: 1rem auto 0;
  max-width: 1060px;
}
.feed .detail.detailBody .detailBodyContainer.withSidebar {
  grid-template-columns: 1fr;
}
.detailBodyContainer.withSidebar .withFlex {
  width: 100%;
  justify-content: center;
}
@media (max-width: 1100px) {
  .feed .detail.detailBody .detailBodyContainer.withSidebar {
    grid-template-columns: 1fr;
    max-width: 720px;
  }
}
.feed .detail.detailBody .detailBodyContainer .detailMainCol {
  flex: 0 1 87%;
  max-width: 100%;
  min-width: 0;
}
@media (max-width: 768px) {
  .feed .detail.detailBody .detailBodyContainer {
    margin-top: 0;
  }
}
.feed .detail .detailDiscovery {
  margin: 2.5rem auto 0;
  max-width: 78rem;
  width: 100%;
}
@media (max-width: 1100px) {
  .feed .detail .detailDiscovery {
    margin: 0 auto;
    max-width: 45rem;
  }
}
.feed .detail .detailHeadline {
  color: #000;
  font-size: 30px;
  line-height: 1.3;
}
@media (max-width: 600px) {
  .feed .detail .detailHeadline {
    font-size: 1.625rem;
  }
}
.feed .detail .byline {
  -webkit-font-smoothing: antialiased;
  align-items: center;
  color: #545454;
  display: flex;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.feed .detail .byline .timeStamp {
  display: inline-block;
}
@media (min-width: 641px) and (max-width: 960px) {
  .feed .detail .byline {
    font-size: 16px;
    line-height: 24px;
  }
}
.feed
  .landingPlus
  .targetedAds
  input:first-of-type:not(:checked)
  ~ .visualSwitch
  .knob {
  left: 2em;
}
.feed .bannerFocus:focus-visible .winterOlympicsBrandBannerLogo {
  outline: 2px dashed #fff;
  outline-offset: 8px;
}
.feed .story {
  color: #222;
  font-size: 1rem;
  line-height: 150%;
}
.feed .story h2 {
  font-size: 24px !important;
  font-weight: 700;
  font-family: "Open Sans", sans-serif !important;
  line-height: 1.3;
}
@media (max-width: 600px) {
  .feed .story h2 {
    font-size: 1.5rem;
  }
  .feed .detail.detailBody .detailBodyContainer .detailMainCol {
    flex: 1 1 auto;
  }
}
.feed .story p {
  margin-bottom: 28px;
  margin-top: 0;
}
.feed .story a {
  color: #0550c8;
  text-decoration: none !important;
  transition: background-color 0.25s linear;
  font-weight: bold;
}
.feed .story a:focus,
.feed .story a:hover {
  background-color: #d8d8d8;
}
.feed .story li a {
  font-weight: 700;
}
@media (max-width: 640px) {
  .feed .story {
    font-size: 1rem;
    line-height: 1.625rem;
  }
  .feed .story p {
    margin-bottom: 28px;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .feed .story {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .feed .story p {
    margin-bottom: 32px;
  }
}
.feed .toggleSwitch input:not(:checked):hover + label {
  cursor: pointer;
  text-decoration: underline;
}
.feed .toggleSwitch input:not(:checked) + label {
  z-index: 1;
}
.feed .toggleSwitch input:first-of-type:not(:checked) ~ .visualSwitch .knob {
  left: 1.7em;
}
.feed .olympicSportsList .sportsName:not(:disabled):focus-within,
.feed .olympicSportsList .sportsName:not(:disabled):hover {
  outline: 3px solid #0550c8;
}
.feed .icon .chevronIcon {
  fill: #e60505;
  background-color: #fff;
  border-radius: 10px;
  margin-left: 2px;
  padding: 3px 2px 1px;
  vertical-align: middle;
}
.feed .icon {
  display: inline;
}
.feed .icon .logoIcon {
  fill: #e60505;
  margin-left: 1rem;
  vertical-align: middle;
}
.feed .icon .logoIcon.logoNews {
  fill: #fff;
}
.feed .newsTheme .globalHeader {
  border-bottom: none;
}
.feed .newsTheme .globalHeader .menuNavWrapper {
  height: 48px;
}
.feed .newsTheme .globalHeader .sideMenu .navLink {
  line-height: normal;
}
.feed .newsTheme .globalHeader .landingNav {
  background-color: #e60505;
}
.feed .newsTheme .globalHeader .landingNav .subNavList {
  background: transparent;
}
.feed .newsTheme .globalHeader .landingNav .subNavList .navLink {
  color: #fff;
  font-weight: 700;
}
.feed
  .newsTheme
  .globalHeader
  .landingNav
  .subNavList
  .gemSectionLink
  .navLink {
  color: #fff;
  font-weight: 400;
}
.feed .newsTheme .globalHeader .landingNav .subNavList a.subNavLink:focus {
  outline-color: #fff;
}
.feed .newsTheme .globalHeader .landingNav .moreItemsNav .moreButton {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.feed
  .newsTheme
  .globalHeader
  .landingNav
  .moreItemsNav
  .moreButton
  .chevronIcon {
  fill: #fff;
  background: #e60505;
  border: none;
}
.feed
  .newsTheme
  .globalHeader
  .landingNav
  .moreItemsNav
  .moreButton:focus
  .chevronIcon,
.feed
  .newsTheme
  .globalHeader
  .landingNav
  .moreItemsNav
  .moreButton:hover
  .chevronIcon {
  fill: #e60505;
  background: #fff;
  border: none;
}
.feed .newsTheme .detail .detailHeadline {
  font-family: Stag Medium, Trebuchet;
  font-weight: 300;
}
@media print {
  .feed .appContainer .comments,
  .feed .appContainer .globalHeader .landingNav,
  .feed .appContainer .globalHeader .menuButton,
  .feed .appContainer .landingNav,
  .feed .appContainer .navLink.search {
    display: none;
  }
  .feed .appContainer .globalHeader {
    position: static !important;
  }
}
.tab-W7PUB:focus-visible {
  outline: 2px dotted #545454;
}
.title-reUIw {
  -webkit-font-smoothing: antialiased;
  background-color: transparent;
  border-bottom: 1px solid #000;
  color: #000;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.7em;
  margin-bottom: 0.5em;
  padding: 0;
  text-transform: uppercase;
}
.comments-qSzEf .title-reUIw {
  margin-top: 11px;
}

.filter .checkbox:focus:not(:focus-visible) {
  outline: none;
}
.feed .globalHeader .landingNav {
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
  margin: 0 auto;
  min-height: 48px;
}
.feed .globalHeader .landingNav .landingWrapper {
  margin: 0 auto;
  max-width: 80rem;
  padding-left: 16px;
  padding-right: 16px;
}
.feed .globalHeader .landingNav .subNavList {
  align-items: center;
  flex-wrap: nowrap;
  height: 48px;
  overflow: hidden;
  margin: 0;
  position: relative;
  white-space: nowrap;
}
.feed .globalHeader .landingNav .subNavList .subNavListItem {
  margin: 0;
  padding: 0 1.5rem;
  white-space: nowrap;
  width: auto;
}
.feed .globalHeader .landingNav .subNavList .subNavListItem.gemWrapper {
  padding-left: 0;
}
@media (max-width: 640px) {
  .landingNav .subNavList .subNavListItem {
    padding: 0 0.8rem;
  }
}
.landingNav .subNavList .navLink {
  outline: 3px solid transparent;
}
.profileButtonWrapper {
  display: flex;
}
.profileButtonWrapper .profileButtonNav {
  fill: #545454;
  stroke: #545454;
  background-color: transparent;
  border: none;
  color: #545454;
  cursor: pointer;
  padding: 12px 16px;
  text-decoration: none;
}
.profileButtonWrapper .profileButtonNav .profileText {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 700;
}
@media only screen and (max-width: 600px) {
  .profileButtonWrapper .profileButtonNav .profileText {
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
  }
}
.profileButtonWrapper .profileButtonNav .icon {
  bottom: -0.125rem;
  position: relative;
}
.profileButtonWrapper .profileButtonNav:hover {
  fill: #e60505;
  stroke: #e60505;
  color: #e60505;
}
.feed .globalHeader {
  background: #fff;
  color: #fff;
  width: 100%;
  z-index: 1000;
}
.feed .globalHeader .menuNavWrapper {
  background-color: #fff;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 80rem;
  overflow: visible;

  position: relative;
}
.feed .globalHeader .logo,
.feed .globalHeader .menuNavWrapper {
  align-items: center;
  justify-content: space-between;
  display: flex;
  height: 48px;
}
.feed .globalHeader .logo {
  color: #000;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: none;
  z-index: 1;
}
.feed .globalHeader .gemSectionLink {
  margin: 0;
  padding: 0 1rem;
  vertical-align: baseline;
  white-space: nowrap;
}
.feed .globalHeader .gemSectionLink .icon {
  display: none;
}
.feed .globalHeader .gemSectionLink .icon .logoIcon {
  margin-left: 0;
}
.feed .globalHeader .gemSectionLink .navLink {
  font-family: Stag Medium, Trebuchet;
  font-size: 1.75rem;
  font-weight: 300;
}
.feed .globalHeader .gemSectionLink .navLink:hover {
  text-decoration: underline;
}
.feed .globalHeader .gemSectionLink .navLink .icon {
  align-items: center;
  display: flex;
  justify-content: center;
  outline: inherit;
}
.feed .globalHeader .navLink,
.feed .globalHeader .navLink:active,
.feed .globalHeader .navLink:link,
.feed .globalHeader .navLink:visited {
  color: #000;
  cursor: pointer;
  text-decoration: none;
}
.feed .globalHeader .navLink:focus,
.feed .globalHeader .navLink:hover {
  color: #e60505;
  text-decoration: underline;
}
.feed .globalHeader .sideMenu {
  align-self: center;
  display: flex;
  min-width: 3rem;
  text-align: center;
}
.feed .globalHeader .sideMenu .navLink {
  align-self: center;
  color: #000;
  display: inline-block;
  padding: 12px 16px;
}
.feed .globalHeader .sideMenu .search {
  fill: #545454;
  border: 0;
  color: #545454;
  text-decoration: none;
}
.feed .globalHeader .sideMenu .search .searchText {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 700;
  margin-left: 6px;
  margin-right: 10px;
}
.feed .globalHeader .sideMenu .search:hover {
  fill: #e60505;
  color: #e60505;
}
@media only screen and (max-width: 600px) {
  .feed .globalHeader .sideMenu .search .searchText {
    display: none;
  }
}
.feed .globalHeader .menuButton {
  align-self: center;
  display: flex;
  align-items: center;
  gap: 8px;
  border: none;
  background-color: transparent;
  box-sizing: border-box;
  color: #e60505;
  font-size: 1rem;
  font-weight: 700;
  overflow: hidden;
  padding: 12px 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  z-index: 100;
}
.menuButton .inner {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #222;
  padding: 2px 5px;
  border-radius: 20px;
  color: #222;
}
.feed .globalHeader .menuButton:focus,
.feed .globalHeader .menuButton:hover {
  color: #000;
}
@media only screen and (max-width: 600px) and (min-width: 370px) {
  .feed .globalHeader .menuNavWrapper {
    padding-left: 10px;
    padding-right: 0;
  }
  .feed .globalHeader .menuNavWrapper .logo {
    padding-right: 10px;
  }
  .feed .globalHeader .menuNavWrapper .menuButton {
    padding: 12px 10px;
  }
  .feed .globalHeader .menuNavWrapper .sideMenu .navLink {
    padding-left: 14px;
    padding-right: 15px;
  }
}
.feed .globalHeader .navItem .navLink:focus,
.feed .globalHeader .navItem .navLink:hover {
  text-decoration: underline;
}
.feed .globalHeader .subNavList {
  display: flex;
  flex-flow: row wrap;
  padding-left: 0;
}
.feed .globalHeader .subNavList:after {
  content: "";
  flex: auto;
  padding: 0 1rem;
  width: 21%;
}
.feed .globalHeader .subNavList .subNavListItem {
  flex: 0 0 auto;
  list-style-type: none;
  padding: 0 1rem;
  width: 21%;
}
.feed .globalHeader .subNavList .subNavListItem .subNavLink {
  color: #545454;
  font-weight: 400;
  text-transform: none;
}
.feed .globalHeader .moreItemsNav {
  text-align: right;
}
.feed .globalHeader .moreItemsNav .moreButton {
  background: transparent;
  border: 1px solid #cbcbcb;
  color: #222;
  font-size: 0.9rem;
  height: 2rem;
  padding: 0 0.2rem 0 0.3rem;
  white-space: nowrap;
}
.feed .globalHeader .moreItemsNav .moreButton .chevronIcon {
  fill: #222;
  background: #fff;
  border: none;
}
.feed .globalHeader .moreItemsNav .moreButton:focus .chevronIcon,
.feed .globalHeader .moreItemsNav .moreButton:hover .chevronIcon {
  fill: #fff;
  background: #222;
  border: none;
}
.feed .globalHeader .responsiveNav {
  position: relative;
}
.feed .globalHeader .responsiveNav .moreItemsNav {
  text-align: right;
}
.feed .globalHeader .responsiveNav .moreItemsNav .moreButton {
  background: transparent;
  border: 1px solid #cbcbcb;
  color: #222;
  font-size: 0.9rem;
  height: 2rem;
  padding: 0 0.2rem 0 0.3rem;
  white-space: nowrap;
}
.feed .globalHeader .responsiveNav .moreItemsNav .moreButton .chevronIcon {
  fill: #222;
  background: #fff;
  border: none;
}
.feed .globalHeader .responsiveNav .moreItemsNav .moreButton:focus .chevronIcon,
.feed
  .globalHeader
  .responsiveNav
  .moreItemsNav
  .moreButton:hover
  .chevronIcon {
  fill: #fff;
  background: #222;
  border: none;
}
.feed .globalHeader .responsiveNav .subNavListItem {
  position: static;
  white-space: nowrap;
}
.feed .globalHeader .responsiveNav .subNavListItem.moreNavTrigger {
  margin-left: 0;
  padding-right: 0;
  position: relative;
  visibility: hidden;
}
.feed .globalHeader .responsiveNav .subNavListItem.moreNavTrigger.active {
  visibility: visible;
}
.feed .globalHeader .responsiveNav .gemWrapper .gemSectionLink {
  padding: 0;
}
.feed .globalFooter {
  background-color: #fff;
}
.feed .globalFooter .footerBody {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 80rem;
}
.feed .globalFooter .extendedFooter {
  background-color: #fff;
  color: #000;
  margin: 0 auto;
  max-width: 80rem;
}
.feed .globalFooter .extendedFooter .footerColumn {
  align-self: baseline;
}
.feed .globalFooter .basicFooter {
  background-color: #000;
  color: #fff;
}
.feed .globalFooter .basicFooter .footerColumn {
  align-self: center;
}
.feed .globalFooter .footerList {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.feed .globalFooter .footerColumn {
  flex: 1 1 130px;
  font-size: 0.85em;
  padding: 16px;
}
.feed .globalFooter .footerLink {
  color: #0550c8;
  text-decoration: none;
}
.feed .globalFooter .footerLink:focus,
.feed .globalFooter .footerLink:hover {
  text-decoration: underline;
}
.feed .globalFooter .footerHeading {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.7em;
  margin-top: 0;
}
.feed .globalFooter .footerItem {
  margin-bottom: 0.5rem;
}
.feed .globalFooter .copyright,
.feed .globalFooter .extendedLogoLink,
.feed .globalFooter .radioCanada {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: none;
}
.feed .globalFooter .extendedLogo {
  flex: 1 1 230px;
  font-size: 1.3rem;
}
.feed .globalFooter .extendedLogo .placeholder {
  background: none;
}
.feed .globalFooter .extendedLogo img {
  position: relative;
  width: 220px;
}
.feed .globalFooter .copyright {
  flex: 2 0 230px;
}
.feed .globalFooter .radioCanada:focus,
.feed .globalFooter .radioCanada:hover {
  text-decoration: underline;
}
.feed .globalFooter .cbcWatch {
  border-bottom: 1px solid #d8d8d8;
  text-decoration: none;
  transition: background-color 0.25s linear;
}
.feed .globalFooter .cbcWatch:focus,
.feed .globalFooter .cbcWatch:hover {
  background-color: #d8d8d8;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .navItem.subNavListItem {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .feed .globalHeader .landingNav .subNavList .subNavListItem {
    font-size: 12px;
    padding-right: 5px;
  }
}
.my-grey {
  color: rgb(117, 117, 117) !important;
}
@media print {
  body {
    display: none !important;
  }
}
:root {
  --mainColor: #2000f2;
  --text: #fff;
  --input-color: #000;
  --valid-input-color: #000;
}
.link {
  color: #0550c8 !important;
}
h1 {
  font-size: 30px;
  font-family: "BBC Reith Serif Bold";
  font-weight: bold !important;
}
h2 {
  font-size: 24px;
  font-family: "BBC Reith Serif Medium";
}
p {
  font-size: 18px;
  font-weight: 400;
  font-family: "BBC Reith Serif Medium";

  line-height: 140%;
}
span {
  font-family: "BBC Reith Serif Medium";
}
.top__list * {
  color: #000;
}
.top__list {
  margin-bottom: 80px;
  padding-top: 12px;
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .top__list {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .top__list {
    margin-bottom: 35px;
  }
}
.top__list .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}
.top__list .item .place {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
  width: 210px;
}
@media screen and (max-width: 991px) {
  .top__list .item .place {
    width: 150px;
  }
}
.top__list .item .place__num {
  width: 36px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .top__list .item .place__num {
    width: 26px;
    font-size: 14px;
  }
}
.top__list .item .place__avatar {
  width: 40px;
  margin-left: 7px;
}
.top__list .item .place__avatar img {
  display: block;
}
.top__list .item .place__name {
  margin-left: 20px;
  font-size: 15px;
}
@media screen and (max-width: 991px) {
  .top__list .item .place__name {
    margin-left: 20px;
  }
}
.top__list .item .progress {
  flex-grow: 1;
  margin-left: 20px;
}
@media screen and (max-width: 991px) {
  .top__list .item .progress {
    margin-left: 10px;
  }
}
.progress {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
  border: none;
  box-shadow: none;
}
.progress__bar {
  display: block;
  height: 25px;
  width: 0;
  margin-right: 20px;
  background-color: #2763be;
  background-image: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.1) 25%,
    transparent 25%,
    transparent 50%,
    rgba(0, 0, 0, 0.1) 50%,
    rgba(0, 0, 0, 0.1) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
  border-radius: 3px;
  animation: progress-bar-stripes 2s linear infinite;
  transition: 800ms ease-out;
}
.progress__info {
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .progress__info {
    font-size: 14px;
  }
  .top__list .item {
    flex-direction: column;
  }
  .top__list .item .place {
    width: 100% !important;
  }
  .progress {
    width: 100%;
    margin: 10px 0px;
  }
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
#calculator {
  text-align: center;
  padding: 30px 0;

  background-color: #fff;
  animation: fadeIn 0.5s ease-in-out;
  width: 100%;
}
#slider-container {
  position: relative;
  margin-bottom: 2px;
  height: 110px;
}
#slider {
  width: 100%;
  opacity: 0;
  animation: fadeIn 0.5s ease-in-out 0.5s forwards;
  -webkit-appearance: none;
  appearance: none;
  height: 20px !important;
  background: #10316a;
  border-radius: 10px;
  outline: none;
  padding: 0;
  position: relative;
  z-index: 2;
}
#slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #3498db;
  margin-top: 0px !important;
  z-index: 3;
}
#current-value {
  width: 30%;
  margin: 0 auto;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 16px;
  margin-top: -5px;
  margin-bottom: 10px;
  border-left: 2px solid #5cb95c;
  border-right: 2px solid #5cb95c;
  border-bottom: 2px solid #5cb95c;
}
.slider-labels {
  width: 100% !important;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.slider-labels span {
  position: relative;
}
.slider-labels span::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background: #000;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
}
.result {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 1px;
  opacity: 0;
  animation: fadeIn 0.5s ease-in-out 1s forwards;
}
.feed .story h2 {
  margin-bottom: 18px;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
#calculator {
  text-align: center;
  margin: 0 auto;
}
.top__list .item .place__avatar img {
  display: block;
}

.top__list .item .place {
  width: 240px;
}
.removedDecoration {
  border: 5px solid rgb(255, 0, 0);
  padding: 16px;
}
.fb--container label {
  cursor: pointer;
  color: #666;
  font-weight: 700;
  vertical-align: middle;
}
.fb--container label input {
  font-weight: 400;
}
.fb--container textarea {
  max-width: 100%;
}
.fb--container button,
.fb--container input,
.fb--container label,
.fb--container td,
.fb--container textarea {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.fb--container p {
  margin: 1em 0;
}
.fb--container a {
  color: #365899;
  cursor: pointer;
  text-decoration: none;
}
.fb--container button {
  margin: 0;
}
.fb--container a:hover {
  text-decoration: underline;
}
.fb--container img {
  border: 0;
}
.fb--container ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.fb--container abbr {
  border-bottom: none;
  text-decoration: none;
}
.fb--container .clearfix::after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.fb--container .clearfix {
  zoom: 1;
}
.fb--container ::-webkit-input-placeholder {
  color: #90949c;
}
.fb--container :focus::-webkit-input-placeholder {
  color: #bec2c9;
}
.fb--container ._42ft {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
}
.fb--container ._42ft:hover {
  text-decoration: none;
}
.fb--container ._42fr {
  cursor: default;
}
.fb--container .lfloat {
  float: left;
}
.fb--container .rfloat {
  float: right;
}
.fb--container .fss {
  font-size: 9px;
}
.fb--container .fsm {
  font-size: 12px;
}
.fb--container .fwn {
  font-weight: 400;
}
.fb--container .fcg {
  color: #90949c;
}
.fb--container a._p {
  display: block;
}
.fb--container ._4jy0 {
  border: 1px solid;
  border-radius: 2px;
  box-sizing: content-box;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  padding: 0 8px;
  position: relative;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
}
.fb--container ._4jy0::before {
  content: "";
  display: inline-block;
  height: 20px;
  vertical-align: middle;
}
.fb--container ._4jy0 .img {
  bottom: 1px;
  position: relative;
  vertical-align: middle;
}
.fb--container ._517h {
  background-color: #f6f7f9;
  border-color: #ced0d4;
  color: #4b4f56;
}
.fb--container ._517h:hover {
  background-color: #e9ebee;
}
.fb--container ._517h:active {
  background-color: #dddfe2;
  border-color: #bec2c9;
}
.fb--container ._4jy1 {
  color: #fff;
}
.fb--container ._4jy1 {
  background-color: #4267b2;
  border-color: #4267b2;
}
.fb--container ._4jy1:hover {
  background-color: #365899;
  border-color: #365899;
}
.fb--container ._4jy1:active {
  background-color: #29487d;
  border-color: #29487d;
}
.fb--container ._4jy1._42fr {
  background-color: #9cb4d8;
  border-color: #9cb4d8;
}
.fb--container ._4jy3,
.fb--container ._4jy3._42fr:active {
  line-height: 22px;
}
.fb--container ._50f3 {
  font-size: 12px;
  line-height: 16px;
}
.fb--container ._50f7 {
  font-weight: 700;
}
.fb--container ._42ef {
  overflow: hidden;
}
.fb--container ._51mz {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
.fb--container ._51mx:first-child > ._51m- {
  padding-top: 0;
}
.fb--container ._51mx:last-child > ._51m- {
  padding-bottom: 0;
}
.fb--container ._51mz ._51mw {
  padding-right: 0;
}
.fb--container ._51mz ._51m-:first-child {
  padding-left: 0;
}
.fb--container ._8o,
.fb--container ._8o .img {
  display: block;
}
.fb--container ._8s {
  margin-right: 8px;
}
.fb--container ._6a {
  display: inline-block;
}
.fb--container ._6b {
  vertical-align: middle;
}
.fb--container ._ohe {
  float: left;
}
.fb--container ._ohf {
  float: right;
}
.fb--container ._4qba {
  font-style: normal;
}
.fb--container ._3-8m {
  margin-bottom: 4px;
  margin-top: 4px;
}
.fb--container ._3-8y {
  margin-top: 12px;
}
.fb--container ._3-8_ {
  margin-right: 4px;
}
.fb--container ._3-96 {
  margin-bottom: 12px;
}
.fb--container ._3-99 {
  margin-left: 4px;
}
.fb--container ._2ph- {
  padding: 8px;
}
.fb--container ._2pi8 {
  padding-left: 8px;
  padding-right: 8px;
}
.fb--container ._2pis {
  padding-left: 8px;
}
.fb--container ._2agf {
  word-wrap: normal;
}
.fb--container ._55pe {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}
.fb--container a.uiLinkSubtle {
  color: #90949c;
}
.fb--container .uiInputLabel {
  position: relative;
}
.fb--container .uiInputLabelInput {
  margin: 0;
  padding: 0;
  position: absolute;
}
.fb--container .UFIInputContainer {
  position: relative;
}
.fb--container .UFICommentAttachmentButtons {
  bottom: 0;
  height: 24px;
  position: absolute;
  right: 0;
}
.fb--container .UFICommentActorName {
  font-weight: 700;
}
.fb--container ._5v47 {
  display: inline;
  white-space: nowrap;
}
.fb--container ._5uzb {
  padding-right: 3px;
}
.fb--container .sp_-J_-HgF_hOz {
  background-size: auto;
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  width: 16px;
}
.fb--container .sp_-J_-HgF_hOz.sx_0beb10 {
  width: 13px;
  height: 15px;
  background-position: 0 -713px;
}
.fb--container .sp_LOJ2j-KswDP {
  display: inline-block;
  height: 16px;
  width: 16px;
}
.fb--container .sp_LOJ2j-KswDP.sx_1e62d4 {
  width: 12px;
  height: 12px;
  background-position: -365px -220px;
}
.fb--container .sp_LOJ2j-KswDP.sx_32ff1f {
  width: 9px;
  height: 8px;
  background-position: -207px -196px;
}
.fb--container ._56q9 {
  font-size: 14px;
  line-height: 1.358;
  word-break: break-word;
  word-wrap: break-word;
}
.fb--container ._44ri {
  border-left: 1px dotted #d3d6db;
}
.fb--container ._2vq9 {
  font-size: 12px;
  line-height: 1.358;
  padding-top: 2px;
}
.fb--container ._2vq9 a {
  color: #4267b2;
}
.fb--container ._2vq9 .livetimestamp,
.fb--container ._2vq9 .uiLinkSubtle {
  color: #90949c;
}
.fb--container ._4iy4 {
  bottom: -2px;
  position: relative;
}
.fb--container ._4q1v {
  color: #90949c;
  display: inline;
}
.fb--container ._4q1v a {
  color: #90949c;
}
.fb--container ._5mdd {
  word-wrap: break-word;
}
.fb--container ._5mdd ._5v47 {
  font-size: 14px;
}
.fb--container ._5mdd a {
  color: #4267b2;
}
.fb--container ._2392 {
  margin-bottom: 24px;
}
.fb--container ._4uyl ._1cb {
  border: 1px solid #d3d6db;
  word-wrap: break-word;
}
.fb--container ._1zz8 ._1u9t {
  min-height: 40px;
}
.fb--container ._1u9t {
  box-sizing: border-box;
  vertical-align: top;
  width: 100%;
}
.fb--container ._4uyl ._1u9t {
  font-size: 14px;
  padding: 12px 8px;
}
.fb--container ._5tr6 {
  background: #f6f7f9;
  text-align: right;
}
.fb--container ._5tr6 ._42fr:active,
.fb--container ._5tr6 button {
  font-size: 14px;
  white-space: normal;
}
.fb--container ._4uym {
  border-width: 0 1px 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-color: #d3d6db;
  border-bottom-color: #d3d6db;
  border-left-color: #d3d6db;
  border-image: initial;
  border-top-style: initial;
  border-top-color: initial;
}
.fb--container ._1u0n {
  line-height: 24px;
}
.fb--container ._491z {
  border-bottom: 1px solid #e9ebee;
  line-height: 25px;
  margin-bottom: 24px;
  padding: 8px 0;
}
.fb--container ._pup {
  color: #4b4f56;
}
.fb--container ._1ci {
  height: 48px;
  width: 48px;
}
.fb--container ._1cj {
  height: 36px;
  width: 36px;
}
.fb--container ._5yct {
  background-color: #f6f7f9;
  color: #365899;
}
.fb--container ._55sg {
  vertical-align: baseline;
}
.fb--container ._kv1 {
  position: relative;
}
.fb--container .uiInputLabelInput._kv1 {
  position: absolute;
}
img.fb-comment__person-photo {
  object-fit: contain;
}
.fb-comment__body {
  margin-top: 20px;
}
.fb-comment__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0;
}
.fb-comment__comment-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.fb-comment__comment {
  display: flex;
  gap: 15px;
}
.fb-comment__person-photo {
  width: 50px;
  height: 50px;
  object-fit: cover;
  flex-shrink: 0;
}
.fb-comment__comment-content {
  flex-direction: column;
}
.fb-comment__name {
  font-weight: 600;
  color: #365899;
  font-size: 14px;
  line-height: 1.4;
}
.fb-comment__text {
  font-size: 14px;
  color: #4b4f56;
  margin: 4px 0 8px !important;
}
.fb-comment__meta {
  display: flex;
  gap: 6px;
  align-items: center;
}
.fb-comment__like {
  color: #4267b2;
  font-size: 12px;
  cursor: pointer;
}
.fb-comment__reply {
  color: #4267b2;
  font-size: 12px;
  cursor: pointer;
}
.fb-comment__like-colvo {
  font-size: 12px;
  color: #90949c;
  display: flex;
  gap: 3px;
}
.fb-comment__like-colvo:before {
  width: 10px !important;
}
.fb-comment__date {
  font-size: 12px;
  color: #90949c;
}
.fb-comment__answer {
  margin-left: 65px;
  padding-left: 10px;
  border-left: 1px dotted #d3d6db;
}
p {
  font-size: 18px;
  width: 100%;
  line-height: 24px;
}
.top__list {
  margin-bottom: 25px;
  padding-top: 12px;
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .top__list {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .top__list {
    margin-bottom: 35px;
  }
}
.top__list .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}
.top__list .item .place {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
  width: 270px;
}
@media screen and (max-width: 991px) {
  .top__list .item .place {
    width: 150px;
  }
}
.top__list .item .place__num {
  width: 36px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .top__list .item .place__num {
    width: 26px;
    font-size: 14px;
  }
}
.top__list .item .place__avatar {
  width: 40px;
  margin-left: 7px;
}
.top__list .item .place__avatar img {
  display: block;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  object-fit: cover;
}
.top__list .item .place__name {
  margin-left: 20px;
}
@media screen and (max-width: 991px) {
  .top__list .item .place__name {
    margin-left: 10px;
  }
}
.top__list .item .progress {
  flex-grow: 1;
  margin-left: 20px;
}
@media screen and (max-width: 991px) {
  .top__list .item .progress {
    margin-left: 10px;
  }
}
.progress {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
  border: none;
  box-shadow: none;
}
.progress__bar {
  display: block;
  height: 25px;
  width: 0;
  margin-right: 20px;
  background-color: #2dee4b;
  background-image: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.1) 25%,
    transparent 25%,
    transparent 50%,
    rgba(0, 0, 0, 0.1) 50%,
    rgba(0, 0, 0, 0.1) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
  border-radius: 3px;
  animation: progress-bar-stripes 2s linear infinite;
  transition: 800ms ease-out;
}
.progress__info {
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .progress__info {
    font-size: 14px;
  }
  .top__list .item {
    flex-direction: column;
  }
  .top__list .item .place {
    width: 100% !important;
  }
  .progress {
    width: 100%;
    margin: 10px 0px;
  }
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.reg-form-wrapp {
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
}
