@font-face {
  font-family: "Overpass";
  font-style: normal;
  font-weight: 100 900;
  src: url("/fonts/qFdH35WCmI96Ajtm81GlU9vgwBcI.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 100 900;
  src: url("/fonts/0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5a7du3mhPy0.woff2")
    format("woff2");
  font-display: swap;
}

html {
  -webkit-font-smoothing: antialiased;
  background-color: #f4f4f4;
  color: #000a68;
  font-family: "Overpass", "ArialFallback";
  line-height: 1.5;
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
  font-size: 22px;
}
@media (min-width: 1024px) {
  :root {
    --fontSize-h1: 48px;
    --fontSize-h2: 36px;
    --fontSize-h3: 28px;
    --fontSize-h4: 25px;
    --fontSize-label: 17px;
    --fontSize-courant: 15px;
    --fontSize-small: 14px;
    --fontSize-xsmall: 12px;
    --fontWeight-title: 800;
    --fontWeight-important: 950;
    --fontWeight-light: 100;
    --fontWeight-courant: 400;
    --fontWeight-label: 600;
  }
}

:root {
  --color-transparent: transparent;
  --color-deepBlue: #000a68;
  --color-deepGrayBlue: #0f1337;
  --color-liveProgramBlue: #1f234a;
  --color-focusBlue: #48c7ff;
  --color-focusBlueHover: #daf4ff;
  --color-tickerBlue: #2d27aa;
  --color-stimuliBlue: #30e6d5;
  --color-rvbBlue: #0000ff;
  --color-tf1PlusBlue: #1937ff;
  --color-brandNewsStartBlue: #1b71e6;
  --color-goldenYellow: #ffb628;
  --color-lightYellow: #ffdb9e;
  --color-highlightYellow: #faee42;
  --color-darkestBlue: #01052c;
  --color-blurDarkestBlue: #01052cdb;
  --color-darkBlue: #263089;
  --color-darkBlueOpacity: #2630893b;
  --color-midBlue: #9599c2;
  --color-secondaryInactive: #abadc1;
  --color-lighterBlue: #f9f9ff;
  --color-lightBlue: #f0f0ff;
  --color-lightGrayBlue: #ebebfc;
  --color-lightGrayBlueOpacity: #ebebfc42;
  --color-purple: #5729ff;
  --color-pink: #ff2560;
  --color-white: #ffffff;
  --color-red: #ec0000;
  --color-lightRed: #ff4848;
  --color-focusRed: #ff6666;
  --color-darkRed: #9e1649;
  --color-gray: #c0c0c0;
  --color-grayOpacity: #ffffff42;
  --color-lightGray: #e0e0e2;
  --color-lightGrayOpacity: #e0e0e233;
  --color-infoBlue: #608cfe;
  --color-backDropColor: #0606068c;
  --color-midGray: #d9d9d9;
  --theme-bodyBackground: white;
  --theme-fontColor: #000a68;
  --theme-secondaryFontColor: #9599c2;
  --theme-buttonBackground: #f0f0ff;
  --theme-headerBackground: #000a68;
  --theme-dotColor: #000a68;
  --font-overpass: "Overpass", ArialFallback;
  --font-noto: "NotoSans", "ArialFallback";
}

@media (min-width: 1350px) {
  :root {
    --player-pip-left: max(10px, calc(100vw / 2 - 314px - 300px - 60px));
  }
}
@media (min-width: 1024px) {
  :root {
    --player-pip-left: max(10px, calc(100vw / 3 - 344px));
  }
}
:root {
  --player-pip-left: 10px;
}
input:focus {
  outline: none;
}
.feed .card.cardDiscovery,
.feed .detail .byline,
.feed .detail .detailHeadline {
  -webkit-margin-before: 16px;
  -webkit-margin-after: 16px;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  margin-top: 16px;
}
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: uppercase;
}
.a11y {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  border: 0 !important;
  height: 1px !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
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;
}
hr {
  box-sizing: content-box;
  height: 0;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
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 {
  text-transform: none;
}
button {
  -webkit-appearance: button;
  cursor: pointer;
}
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;
}
.feed .homepageTheme:has(.ad.click-wp) .full-width-container {
  position: relative;
}
.feed .homepageTheme:has(.ad.click-wp) .full-width-container.top-head {
  background-color: transparent;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.05);
}
.feed
  .homepageTheme:has(.ad.click-wp)
  .full-width-container.top-head
  .ad-risingstar-container {
  position: relative;
  z-index: 1001;
}
.feed
  .homepageTheme:has(.ad.click-wp)
  .full-width-container.top-head
  .a11yNotification,
.feed
  .homepageTheme:has(.ad.click-wp)
  .full-width-container.top-head
  .globalHeader {
  position: relative;
  z-index: 1;
}
.feed .homepageTheme:has(.ad.click-wp) .full-width-container.mid-content {
  background-color: #f9f9f9;
  overflow-x: clip;
  padding-bottom: 28px;
  position: relative;
}
.feed
  .homepageTheme:has(.ad.click-wp)
  .full-width-container.mid-content
  .feed-content {
  margin: 0 auto;
  max-width: 1170px;
  position: relative;
  z-index: 2;
}
.feed
  .homepageTheme:has(.ad.click-wp)
  .full-width-container.mid-content
  .feed-content
  .wallpaper-ad-wrap {
  display: block;
  height: 100%;
  position: absolute;
  top: 12px;
}
.feed
  .homepageTheme:has(.ad.click-wp)
  .full-width-container.mid-content
  .feed-content
  .wallpaper-ad-wrap
  .ad {
  cursor: pointer;
  height: 1000px;
  position: sticky;
  top: 0;
  width: 407px;
  z-index: 1;
}
.feed
  .homepageTheme:has(.ad.click-wp)
  .full-width-container.mid-content
  .feed-content
  .wallpaper-ad-wrap.left {
  left: -407px;
}
.feed
  .homepageTheme:has(.ad.click-wp)
  .full-width-container.mid-content
  .feed-content
  .wallpaper-ad-wrap.left
  .ad {
  background-position: 0 0;
  float: left;
  padding-top: 0;
}
.feed
  .homepageTheme:has(.ad.click-wp)
  .full-width-container.mid-content
  .feed-content
  .wallpaper-ad-wrap.right {
  right: -407px;
}
.feed
  .homepageTheme:has(.ad.click-wp)
  .full-width-container.mid-content
  .feed-content
  .wallpaper-ad-wrap.right
  .ad {
  background-position: 100% 0;
  float: right;
}
.feed
  .homepageTheme:has(.ad.click-wp)
  .full-width-container.mid-content
  .feed-content
  .pageComponent {
  margin-top: 4px;
  padding-bottom: 44px;
  padding-top: 40px;
}
.feed
  .homepageTheme:has(.ad.click-wp)
  .full-width-container.mid-content
  .globalFooter {
  position: relative;
  z-index: 1;
}
.feed .homepageTheme:has(.ad.click-wp) .full-width-container.bottom-foot {
  background-color: transparent;
}
.feed
  .advertisement:not(.native-ad):not(.outofpage):not(.ad-interscroller):not(
    :has(.teads-adCall)
  ):has(iframe)
  > div:first-child:before {
  color: #a7a7a7;
  content: "ADVERTISEMENT";

  font-size: 0.75rem;
  font-weight: 600;
  left: 50%;
  line-height: 1.13rem;
  position: absolute;
  transform: translate(-50%, -100%);
}
.feed
  .advertisement:not(.native-ad):not(.outofpage):not(.ad-interscroller):has(
    .teads-adCall
  ):has(.teads-inread)
  > div:first-child:before {
  color: #a7a7a7;
  content: "ADVERTISEMENT";

  font-size: 0.75rem;
  font-weight: 600;
  left: 50%;
  line-height: 1.13rem;
  position: absolute;
  transform: translate(-50%, -100%);
}
.feed .ad-bigbox-double-inread:has(.ad-interscroller),
.feed .ad-in-read:has(.ad-interscroller) {
  width: 100%;
}
.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 .full-width-container > .content {
  background-color: #fff;
  min-height: 800px;
  padding-bottom: 16px;
  padding-top: 16px;
}
.feed .card {
  align-items: flex-start;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  clear: both;
  color: #000a68;
  display: flex;
  flex-direction: row;
  margin-bottom: 0.5rem;
  overflow: hidden;
  text-decoration: none;
  transition: 0.4s;
}
.feed .card:hover {
  box-shadow: 0 0 0 3px #cbcbcb;
}
.feed .card:focus {
  box-shadow: 0 0 0 3px #e60505;
  outline: 0;
  transform: none;
}
.feed .card .contentWrapper {
  color: #000a68;
  display: flex;
  flex-grow: 1;
  text-decoration: none;
  width: 100%;
}
.feed .card .card-content {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  width: 100%;
}
.feed .card .headlineLink {
  color: #000a68;
  text-decoration: none;
}
.feed .card .headlineLink:focus,
.feed .card .headlineLink:hover {
  color: #545454;
  text-decoration: underline;
}
.feed .card .mediaItem {
  min-height: 0;
  position: relative;
  width: 100%;
}
.feed .card.cardDiscovery {
  align-items: center;
  background-color: #fff;
  border: unset;
  border-bottom: 1px solid #e0e0e0;
  border-left-style: none;
  border-right-style: none;
  border-top-style: none;
  cursor: default;
  flex: 1 1 190px;
  flex-direction: column;
  margin: 0.5rem 0.5rem 0;
  overflow: unset;
}
.feed .card.cardDiscovery:hover {
  box-shadow: none;
}
.feed .card.cardDiscovery:focus {
  box-shadow: 0 0 0 3px #e60505;
}
.feed .card.cardDiscovery .contentWrapper {
  align-self: stretch;
}
.feed .card.cardDiscovery .contentWrapper .card-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0.8rem 0.5rem 0 0;
  padding: 0;
}
.feed .card.cardDiscovery .contentWrapper .headline {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.1875rem;
  margin: 0;
}
.feed .card.cardDiscovery.isTrending {
  border-bottom: none;
  border-right: 1px solid #cbcbcb;
  margin-right: 0;
  padding-right: 0.5rem;
}
.feed .card.cardDiscovery.isTrending .card-content {
  padding-left: 28px;
}
.feed .card.cardDiscovery.isTrending .readerCount {
  margin: 0.5rem 0;
}
.feed .vertical .card.cardDiscovery {
  border-bottom: 1px solid #e0e0e0;
  border-right: none;
  flex: 1 1 auto;
}
.feed .vertical .card.cardDiscovery .headline {
  margin-bottom: 0.5rem;
}
.feed .vertical .card.cardDiscovery .readerCount {
  margin-top: 0;
}
.feed .vertical .card.cardDiscovery.isTrending {
  padding-right: 0;
}
.feed .vertical .card.cardDiscovery.isTrending .card-content {
  margin-right: 0;
}
.feed .card.cardDiscovery .rankIndicator {
  color: #000a68;

  font-size: 26px;
  font-weight: 300;
  height: 0;
  left: -27px;
  position: relative;
}
@media only screen and (max-width: 849px) {
  .feed .card.cardDiscovery .rankIndicator {
    font-size: 22px;
  }
}
.feed .vertical .card.cardDiscovery .rankIndicator {
  font-size: 22px;
}
.feed .card.cardDiscovery .readerCount {
  color: #545454;
  font-size: 0.8rem;
  text-transform: none;
}
.feed .card .headline {
  flex-grow: 1;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35rem;
  margin-top: 0.5rem;
}
.feed
  .carouselWrapper
  .carousel
  .itemContainer
  .itemList
  > ul
  > .cardContainer
  .card.card-cqw:hover:not(:focus) {
  box-shadow: 0 0 0 2px #fff;
}
.feed
  .oc-l-sectionContainer-olympicsLight
  .carouselWrapper
  .carousel
  .itemContainer
  .itemList
  > ul:hover:not(:focus) {
  box-shadow: 0 0 0 2px #000a68;
}
.feed .contentList .card {
  overflow: hidden;
}
.feed .contentList:not(.contentListSwimlane) .listDisplay.contentListCards {
  list-style-type: none;
  padding: 0;
}
.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: 30px;
  margin: 1rem auto 0;
  max-width: 660px;
}

@media (max-width: 1100px) {
  .feed .detail.detailBody .detailBodyContainer.withSidebar {
    grid-template-columns: 1fr;
    max-width: 730px;
  }
}
.feed .detail.detailBody .detailBodyContainer .detailMainCol {
  flex: 0 1 46rem;
  max-width: 100%;
  min-width: 0;
}
.feed .detail.detailBody .detailBodyContainer .detailSideRail {
  display: flex;
  flex: 0 0 300px;
  flex-direction: column;
  max-width: 300px;
  position: relative;
}
.feed .detail.detailBody .detailBodyContainer .detailSideRail .stickyContainer {
  flex-grow: 0.9;
}
.feed
  .detail.detailBody
  .detailBodyContainer
  .detailSideRail
  .stickyContainer
  > div {
  position: sticky;
  top: 100px;
}
@media (max-width: 1100px) {
  .feed .detail.detailBody .detailBodyContainer .detailSideRail {
    flex: 1 1 auto;
    max-width: 100%;
  }
}
@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 .detailDiscovery .contentList .contentListCards {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0 -0.6rem;
}
.feed .detail .detailHeadline {
  color: #000a68;
  font-size: 2rem;
  line-height: 1.3;
}
@media (max-width: 640px) {
  .feed .detail .detailHeadline {
    font-size: 1.625rem;
  }
}
.feed .detail .byline {
  -webkit-font-smoothing: antialiased;
  align-items: center;
  color: #545454;
  display: flex;

  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
}
.feed .detail .byline .author-image {
  margin: 0 0.5rem 0 0;
  min-width: 40px;
}
.feed .detail .byline .author-image img {
  aspect-ratio: 1;
}
.feed .detail .byline .timeStamp {
  display: inline-block;
}
.feed .detail .byline a {
  border-bottom: 1px solid #d8d8d8;
  color: #0550c8;
  text-decoration: none;
  transition: background-color 0.25s linear;
}
.feed .detail .byline a:focus,
.feed .detail .byline a:hover {
  background-color: #d8d8d8;
}
.feed .detail .relatedlinks {
  margin-top: 2.5rem;
}
.feed .detail .relatedlinks .relatedLink {
  border-bottom: 1px solid #d8d8d8;
  color: #0550c8;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.25s linear;
}
.feed .detail .relatedlinks .relatedLink:focus,
.feed .detail .relatedlinks .relatedLink:hover {
  background-color: #d8d8d8;
}
.feed .detail .relatedlinks .relatedListItem {
  margin: 1rem 0;
}
.feed .detail .detail-link-label {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 1.2rem;
}
.feed .detail .detail-link-label a {
  color: #757575;
  text-decoration: none;
}
.feed .detail .detail-link-label a:hover {
  text-decoration: underline;
}
.feed .detail .detail-link-label span {
  font-size: 1rem;
}
.feed .detail .detail-link-label span span:first-child {
  color: #757575;
  padding: 0 0.5rem;
}
.feed .heading-element {
  display: inline-block;
  line-height: 1.3;
  margin: 0;
}
.feed .heading-element-h3 {
  font-size: 1.625rem;
  font-weight: 700;
}
@media (max-width: 600px) {
  .feed .heading-element-h3 {
    font-size: 1.5rem;
  }
}
.feed .label {
  background-color: transparent;
  color: #545454;
  font-size: 0.8rem;
  font-weight: 700;
}
.feed .label .labelText {
  text-transform: uppercase;
}
.feed .label.flag {
  background-color: #fff;
  color: #545454;
}
.feed .relatedlinks .relatedLink {
  font-size: 1rem;
}
.feed .relatedlinks .relatedLink .label {
  display: inline;
  font-size: 0.8rem;
  margin-right: 0.2rem;
}
.feed .relatedlinks .relatedLink .label .labelText {
  padding: 0.2rem;
  padding-bottom: inherit;
}
.feed .detail.detailBody :not(.card) .label {
  margin-left: 0;
}
.feed .cardDiscovery .contentWrapper .card-content .label {
  margin-bottom: 0.5rem;
}
.feed .cardDiscovery.isTrending .card-content .label.flag {
  display: inline-flex;
}
.feed .newsTheme .label.flag .labelText {
  background-color: #fff;
  color: #e60505;
}

.feed .appContainer:is(.homepageTheme, .betaTheme) .feed-content.content {
  background-color: #f9f9f9;
  padding: 0;
}
.feed .appContainer:is(.homepageTheme, .betaTheme) .globalFooter {
  margin-top: 0;
}
.feed .appContainer:is(.homepageTheme, .betaTheme) .flexibleLandingPage {
  padding-bottom: 44px;
  padding-top: 44px;
}
.feed
  .appContainer:is(.homepageTheme, .betaTheme)
  .flexibleLandingPage.pageComponent {
  max-width: 1170px;
}
@media only screen and (max-width: 767px) {
  .feed
    .appContainer:is(.homepageTheme, .betaTheme)
    .flexibleLandingPage.pageComponent {
    align-content: center;
    max-width: 548px;
  }
}
.feed
  .appContainer:is(.homepageTheme, .betaTheme)
  .flexibleLandingPage
  .sectionContainer {
  padding-bottom: 20px !important;
}
.feed
  .appContainer:is(.homepageTheme, .betaTheme)
  .flexibleLandingPage
  .sectionContainer.noHeading,
.feed
  .appContainer:is(.homepageTheme, .betaTheme)
  .flexibleLandingPage
  .sectionContainer:last-child {
  padding-bottom: 0 !important;
}
.feed .bannerFocus:focus-visible .winterOlympicsBrandBannerLogo {
  outline: 2px dashed #fff;
  outline-offset: 8px;
}
.feed .verticalCardList.cardList {
  margin-top: 1rem;
}
.feed .verticalCardList.cardList .contentList .contentListCards {
  margin-left: 0;
  margin-right: 0;
}
.feed .verticalCardList.cardList .contentList .contentListCards .card {
  margin: 0;
}
.feed .verticalCardList.cardList .contentList .contentListCards .card:hover {
  z-index: 50;
}
.feed
  .verticalCardList.cardList
  .contentList
  .contentListCards
  .card:not(:first-child) {
  border-top: none;
}
.feed .trendingList {
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  display: flex;
  flex-flow: row wrap;

  list-style: none;
  padding: 0;
}
.feed .trendingList-sidebar {
  margin-bottom: 1rem;
  min-height: 437px;
}
.feed .trendingList-sidebar .trendingList .listDisplay,
.feed .trendingList-sidebar .trendingList .verticalCardList {
  margin-top: 0;
  width: 100%;
}
.feed .author-image {
  height: 40px;
  padding: 0;
  width: 40px;
}
.feed .author-image .placeholder {
  background: none;
}
.feed .author-image .placeholder img {
  background: none;
  border: 1px solid #cbcbcb;
  border-radius: 50%;
  box-sizing: border-box;
}

.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 .newsTheme .card:focus,
.feed .newsTheme .card:hover {
  box-shadow: 0 0 0 3px #e60505;
}
.feed .newsTheme .card .headline {
  font-weight: 300;
}
.feed .newsTheme .card.cardDiscovery .contentWrapper .headline {
  font-weight: 700;
}
.feed .newsTheme .card.cardDiscovery:hover {
  box-shadow: none;
}
.feed .newsTheme .detail .detailHeadline {
  font-weight: 300;
}

.storyWrapper a {
  color: #e60306;
}

.post-container {
  margin: 0 auto;
  background-color: white;
  border: 1px solid #e1e8ed;
  border-radius: 15px;
  width: 100%;
  max-width: 600px;
  padding: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.post-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.profile-pic {
  width: 50px;
  height: 50px;
  background-color: #000a68;
  border-radius: 50%;
  margin-right: 10px;
}
.profile-pic img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.user-info {
  flex-grow: 1;
}
.user-name {
  font-weight: bold;
  font-size: 16px;
  margin: 0;
  cursor: pointer;
}
.user-handle {
  color: #657786;
  font-size: 14px;
  margin: 0;
}
.verified {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-left: 5px;
}
.post-content {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.post-actions {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.actions-left {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 300px;
}
.actions-right {
  display: flex;
  gap: 10px;
}
.action-item {
  display: flex;
  align-items: center;
  color: #657786;
  font-size: 14px;
  cursor: pointer;
}
.action-icon {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
@media (max-width: 500px) {
  .post-container {
    padding: 10px;
  }
  .profile-pic {
    width: 40px;
    height: 40px;
  }
  .profile-pic img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
  .user-name {
    font-size: 14px;
  }
  .user-handle {
    font-size: 12px;
  }
  .post-content {
    font-size: 14px;
  }
  .action-icon {
    width: 16px;
    height: 16px;
  }
  .action-item {
    font-size: 12px;
  }
}
.custom-blue-button {
  background-color: #0000ff;
  color: #ffffff !important;
  width: 70%;
  padding: 15px 30px;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  text-align: center !important;
  font-weight: bold;
}
.custom-blue-button:hover {
  background-color: #0000cc;
}

#calculator {
  text-align: center;
  background-color: #fff;
  animation: fadeIn 0.5s ease-in-out;
  width: 100%;
}
#slider-container {
  position: relative;
  margin-bottom: 20px;
}
#slider {
  width: 100%;
  opacity: 0;
  animation: fadeIn 0.5s ease-in-out 0.5s forwards;
  -webkit-appearance: none;
  appearance: none;
  height: 20px !important;
  background: #ea1a1a;
  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 #ea1a1a;
  margin-top: 0px !important;
  z-index: 3;
}
#current-value {
  width: 30%;
  margin: 0 auto;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 18px;
  margin-top: -5px;
  margin-bottom: 10px;
  border-left: 2px solid #ea1a1a;
  border-right: 2px solid #ea1a1a;
  border-bottom: 2px solid #ea1a1a;
}
.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: #000a68;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
}
.result {
  font-size: 18px;
  margin-bottom: 10px;
  opacity: 0;
  animation: fadeIn 0.5s ease-in-out 1s forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
img.fb-comment__person-photo {
  object-fit: contain;
  min-width: 50px;
}

@media (max-width: 768px) {
  .fb-comment__btn {
    font-size: 10px !important;
  }
}

.fb-comment__heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 0;
  border-bottom: 1px solid #e9ebee;
  align-items: center;
}

.fb-comment__container {
  margin: 20px 0;

  line-height: 1.2;
}

.fb-comment__heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 0;
  border-bottom: 1px solid #e9ebee;
}

.fb-comment__colvo {
  font-weight: 600;
  font-size: 14px;
  color: #4b4f56;
}

.fb-comment__sort_title {
  color: #4b4f56;
  font-size: 14px;
}

.fb-comment__sort_by {
  background-color: #f5f6f7;
  color: #4b4f56 !important;
  line-height: 22px;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  padding: 4px;
  border-radius: 2px;
  border: 1px solid #ccd0d5;
  appearance: unset !important;
}

.fb-comment__form-block {
  display: flex;
  gap: 10px;
  margin: 15px 0;
}

.fb-comment__form-img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  flex-shrink: 0;
}

.fb-comment__form {
  border: 1px solid #d3d6db;
  flex-grow: 1;
}

.fb-comment__add-comment {
  min-height: 40px;
  padding: 12px;
  width: 100%;
  box-sizing: border-box;
  cursor: text;

  font-size: 16px;
  resize: none;
  border: none;
  outline: none;
}

.fb-comment__add-comment:focus {
  border: none;
}

.fb-comment__form-post {
  border-top: 1px solid #d3d6db;
  background: #f5f6f7;
  padding: 8px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.fb-comment__also {
  display: flex;
  align-items: center;
  gap: 5px;
}

.fb-comment__also-text {
  font-size: 11px;
  color: #90949c;
}

.fb-comment__btn {
  background-color: #9cb4d8;
  color: #fff !important;

  font-weight: 700;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 2px;
  flex-shrink: 0;
  border: none;
}

.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 !important;
  font-size: 14px;
  line-height: 1.4;

  &:hover {
    text-decoration: underline;
  }
}

.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,
.fb-comment__reply {
  color: #4267b2 !important;
  font-size: 12px;

  &:hover {
    text-decoration: underline;
  }
}

.fb-comment__like-colvo {
  font-size: 12px;
  color: #90949c;
  display: flex;
  gap: 3px;
}

.fb-comment__like-colvo:before {
  content: url("../img/like.svg");
  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;
}

a {
  text-decoration: none;
  color: #000a68;
}

.adContainer-cPRxG:not(:has(.ad-interscroller)):not(:has(.outofpage)):not(
    :has(.teads-adCall)
  ):has(iframe) {
  background-color: #e7e7e7;
  border: 1px solid #cacaca;
}
.adContainer-cPRxG:not(:has(.ad-interscroller)):not(:has(.outofpage)):has(
    .teads-adCall
  ):has(.teads-inread) {
  background-color: #e7e7e7;
  border: 1px solid #cacaca;
}
.badge-dfdJV {
  align-items: center;
  background-color: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;

  justify-content: space-between;
  padding: 4px 8px;
  width: -moz-fit-content;
  width: fit-content;
}
.badge-dfdJV .badgeText-hbNI9 {
  color: #000a68;

  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: -4%;
  line-height: 1.13rem;
  line-height: normal;
}
.heading-CuIgF {
  display: flex;
  flex: 1;
}
.title-reUIw {
  -webkit-font-smoothing: antialiased;
  background-color: transparent;
  border-bottom: 1px solid #000a68;
  color: #000a68;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.7em;
  margin-bottom: 0.5em;
  padding: 0;
  text-transform: uppercase;
}
.detail-link-label {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 1.2rem;
}
.detail-link-label a {
  color: #757575;
  text-decoration: none;
}
.detail-link-label a:hover {
  text-decoration: underline;
}
.detail-link-label span {
  font-size: 1rem;
}
.detail-link-label span span:first-child {
  color: #757575;
  padding: 0 0.5rem;
}
.contentFeedback-RoTQP {
  clear: both;
  margin-top: 2.5rem;
  padding: 1rem 0;
}
.contentFeedback-RoTQP .journalistLink-WCERZ,
.contentFeedback-RoTQP .reportIssue-xC8cZ,
.contentFeedback-RoTQP .trustProjectLink-QxM0q {
  border: 0;
  color: #353535;

  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5rem;
  line-height: 1.7rem;
  text-decoration: underline;
}
.contentFeedback-RoTQP .journalistLink-WCERZ:focus,
.contentFeedback-RoTQP .journalistLink-WCERZ:hover,
.contentFeedback-RoTQP .reportIssue-xC8cZ:focus,
.contentFeedback-RoTQP .reportIssue-xC8cZ:hover,
.contentFeedback-RoTQP .trustProjectLink-QxM0q:focus,
.contentFeedback-RoTQP .trustProjectLink-QxM0q:hover {
  background-color: #e7e7e7;
  text-decoration: none;
}
.contentFeedback-RoTQP .journalistLink-WCERZ:focus,
.contentFeedback-RoTQP .reportIssue-xC8cZ:focus,
.contentFeedback-RoTQP .trustProjectLink-QxM0q:focus {
  outline: 2px solid #353535;
}
.contentFeedback-RoTQP .reportIssue-xC8cZ {
  background-color: initial;
  border: none;
  color: #353535;

  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.31rem;
  line-height: 1.5rem;
  padding: 0;
  text-decoration: underline;
}
.contentFeedback-RoTQP .reportIssue-xC8cZ .icon .chevronIcon {
  fill: #353535;
  background-color: transparent;
  margin-left: 0.4rem;
}
.contentFeedback-RoTQP .reportIssue-xC8cZ:focus,
.contentFeedback-RoTQP .reportIssue-xC8cZ:hover {
  background-color: #e7e7e7;
  text-decoration: none;
}
.contentFeedback-RoTQP .reportIssue-xC8cZ:focus {
  outline: 2px solid #353535;
}
.contentFeedback-RoTQP .separator-NZujE {
  color: #353535;
  display: inline-block;
  margin: 0 0.5rem;
}
.contentFeedback-RoTQP .bottomSeparator-FdM_L {
  margin-bottom: 1rem;
}
.card-agMf7:focus-visible {
  background:
    linear-gradient(rgba(238, 0, 0, 0.24), rgba(238, 0, 0, 0.24)),
    linear-gradient(#f9f9f9, #f9f9f9);
  outline: 2px solid #e00;
  text-decoration: underline;
}
a:has(> .card-agMf7),
button:has(> .card-agMf7) {
  border-radius: 12px;
  text-decoration: none;
}
a:has(> .card-agMf7):focus,
button:has(> .card-agMf7):focus {
  outline: none;
}
a:has(> .card-agMf7):focus-visible div,
button:has(> .card-agMf7):focus-visible div {
  background:
    linear-gradient(rgba(238, 0, 0, 0.24), rgba(238, 0, 0, 0.24)),
    linear-gradient(#f9f9f9, #f9f9f9);
  outline: 2px solid #e00;
  text-decoration: underline;
}
.icon_card-_IktT:focus-visible {
  background:
    linear-gradient(hsla(0, 0%, 100%, 0.24), hsla(0, 0%, 100%, 0.24)),
    linear-gradient(#d70000, #d70000);
  outline: 2px solid #d70000;
  text-decoration: underline !important;
}
a:has(> .icon_card-_IktT),
button:has(> .icon_card-_IktT) {
  border-radius: 12px;
  display: block;
  padding-right: 16px;
  text-decoration: none;
}
a:has(> .icon_card-_IktT):focus,
button:has(> .icon_card-_IktT):focus {
  outline: none;
}
a:has(> .icon_card-_IktT):focus-visible .icon_card-_IktT,
button:has(> .icon_card-_IktT):focus-visible .icon_card-_IktT {
  background:
    linear-gradient(hsla(0, 0%, 100%, 0.24), hsla(0, 0%, 100%, 0.24)),
    linear-gradient(#d70000, #d70000);
  outline: 2px solid #d70000;
  text-decoration: underline !important;
}
a:has(> .card-_nAO4.verticalVideo-qVFr4, > .card-_nAO4.horizontalVideo-Nlv7B),
button:has(
  > .card-_nAO4.verticalVideo-qVFr4,
  > .card-_nAO4.horizontalVideo-Nlv7B
) {
  border-radius: 8px;
  outline: none;
  text-decoration: none;
}
a:has(> .card-_nAO4.verticalVideo-qVFr4, > .card-_nAO4.horizontalVideo-Nlv7B)
  .card-_nAO4.verticalVideo-qVFr4,
button:has(
    > .card-_nAO4.verticalVideo-qVFr4,
    > .card-_nAO4.horizontalVideo-Nlv7B
  )
  .card-_nAO4.verticalVideo-qVFr4 {
  outline: none;
}
a:has(
    > .card-_nAO4.verticalVideo-qVFr4,
    > .card-_nAO4.horizontalVideo-Nlv7B
  ):active
  .card-_nAO4.horizontalVideo-Nlv7B
  .imageContainer-c56s7,
a:has(
    > .card-_nAO4.verticalVideo-qVFr4,
    > .card-_nAO4.horizontalVideo-Nlv7B
  ):active
  .card-_nAO4.verticalVideo-qVFr4
  .imageContainer-c56s7,
button:has(
    > .card-_nAO4.verticalVideo-qVFr4,
    > .card-_nAO4.horizontalVideo-Nlv7B
  ):active
  .card-_nAO4.horizontalVideo-Nlv7B
  .imageContainer-c56s7,
button:has(
    > .card-_nAO4.verticalVideo-qVFr4,
    > .card-_nAO4.horizontalVideo-Nlv7B
  ):active
  .card-_nAO4.verticalVideo-qVFr4
  .imageContainer-c56s7 {
  outline: 3px solid #004c71;
}
a:has(
    > .card-_nAO4.verticalVideo-qVFr4,
    > .card-_nAO4.horizontalVideo-Nlv7B
  ):active
  svg,
button:has(
    > .card-_nAO4.verticalVideo-qVFr4,
    > .card-_nAO4.horizontalVideo-Nlv7B
  ):active
  svg {
  background-color: rgba(88, 88, 88, 0.7);
}
a:has(
    > .card-_nAO4.verticalVideo-qVFr4,
    > .card-_nAO4.horizontalVideo-Nlv7B
  ):active
  .headline-rFBTY,
button:has(
    > .card-_nAO4.verticalVideo-qVFr4,
    > .card-_nAO4.horizontalVideo-Nlv7B
  ):active
  .headline-rFBTY {
  -webkit-text-decoration: underline 2px #004c71;
  text-decoration: underline 2px #004c71;
}
a:has(
    > .card-_nAO4.verticalVideo-qVFr4,
    > .card-_nAO4.horizontalVideo-Nlv7B
  ):hover
  .card-_nAO4.horizontalVideo-Nlv7B
  .imageContainer-c56s7,
a:has(
    > .card-_nAO4.verticalVideo-qVFr4,
    > .card-_nAO4.horizontalVideo-Nlv7B
  ):hover
  .card-_nAO4.verticalVideo-qVFr4
  .imageContainer-c56s7,
button:has(
    > .card-_nAO4.verticalVideo-qVFr4,
    > .card-_nAO4.horizontalVideo-Nlv7B
  ):hover
  .card-_nAO4.horizontalVideo-Nlv7B
  .imageContainer-c56s7,
button:has(
    > .card-_nAO4.verticalVideo-qVFr4,
    > .card-_nAO4.horizontalVideo-Nlv7B
  ):hover
  .card-_nAO4.verticalVideo-qVFr4
  .imageContainer-c56s7 {
  border-radius: 8px;
  outline: 3px solid #0074ad;
}
a:has(
    > .card-_nAO4.verticalVideo-qVFr4,
    > .card-_nAO4.horizontalVideo-Nlv7B
  ):hover
  svg,
button:has(
    > .card-_nAO4.verticalVideo-qVFr4,
    > .card-_nAO4.horizontalVideo-Nlv7B
  ):hover
  svg {
  background-color: rgba(40, 40, 40, 0.7);
}
a:has(
    > .card-_nAO4.verticalVideo-qVFr4,
    > .card-_nAO4.horizontalVideo-Nlv7B
  ):hover
  .headline-rFBTY,
button:has(
    > .card-_nAO4.verticalVideo-qVFr4,
    > .card-_nAO4.horizontalVideo-Nlv7B
  ):hover
  .headline-rFBTY {
  -webkit-text-decoration: underline 2px #0074ad;
  text-decoration: underline 2px #0074ad;
}
a:has(
    > .card-_nAO4.verticalVideo-qVFr4,
    > .card-_nAO4.horizontalVideo-Nlv7B
  ):focus
  .card-_nAO4.horizontalVideo-Nlv7B
  .imageContainer-c56s7,
a:has(
    > .card-_nAO4.verticalVideo-qVFr4,
    > .card-_nAO4.horizontalVideo-Nlv7B
  ):focus
  .card-_nAO4.verticalVideo-qVFr4
  .imageContainer-c56s7,
a:has(
    > .card-_nAO4.verticalVideo-qVFr4,
    > .card-_nAO4.horizontalVideo-Nlv7B
  ):focus-visible
  .card-_nAO4.horizontalVideo-Nlv7B
  .imageContainer-c56s7,
a:has(
    > .card-_nAO4.verticalVideo-qVFr4,
    > .card-_nAO4.horizontalVideo-Nlv7B
  ):focus-visible
  .card-_nAO4.verticalVideo-qVFr4
  .imageContainer-c56s7,
button:has(
    > .card-_nAO4.verticalVideo-qVFr4,
    > .card-_nAO4.horizontalVideo-Nlv7B
  ):focus
  .card-_nAO4.horizontalVideo-Nlv7B
  .imageContainer-c56s7,
button:has(
    > .card-_nAO4.verticalVideo-qVFr4,
    > .card-_nAO4.horizontalVideo-Nlv7B
  ):focus
  .card-_nAO4.verticalVideo-qVFr4
  .imageContainer-c56s7,
button:has(
    > .card-_nAO4.verticalVideo-qVFr4,
    > .card-_nAO4.horizontalVideo-Nlv7B
  ):focus-visible
  .card-_nAO4.horizontalVideo-Nlv7B
  .imageContainer-c56s7,
button:has(
    > .card-_nAO4.verticalVideo-qVFr4,
    > .card-_nAO4.horizontalVideo-Nlv7B
  ):focus-visible
  .card-_nAO4.verticalVideo-qVFr4
  .imageContainer-c56s7 {
  outline: 3px solid #585858;
  outline-offset: 0;
}
a:has(
    > .card-_nAO4.verticalVideo-qVFr4,
    > .card-_nAO4.horizontalVideo-Nlv7B
  ):focus
  svg,
a:has(
    > .card-_nAO4.verticalVideo-qVFr4,
    > .card-_nAO4.horizontalVideo-Nlv7B
  ):focus-visible
  svg,
button:has(
    > .card-_nAO4.verticalVideo-qVFr4,
    > .card-_nAO4.horizontalVideo-Nlv7B
  ):focus
  svg,
button:has(
    > .card-_nAO4.verticalVideo-qVFr4,
    > .card-_nAO4.horizontalVideo-Nlv7B
  ):focus-visible
  svg {
  background-color: rgba(60, 60, 60, 0.7);
}
a:has(
    > .card-_nAO4.verticalVideo-qVFr4,
    > .card-_nAO4.horizontalVideo-Nlv7B
  ):focus
  .headline-rFBTY,
a:has(
    > .card-_nAO4.verticalVideo-qVFr4,
    > .card-_nAO4.horizontalVideo-Nlv7B
  ):focus-visible
  .headline-rFBTY,
button:has(
    > .card-_nAO4.verticalVideo-qVFr4,
    > .card-_nAO4.horizontalVideo-Nlv7B
  ):focus
  .headline-rFBTY,
button:has(
    > .card-_nAO4.verticalVideo-qVFr4,
    > .card-_nAO4.horizontalVideo-Nlv7B
  ):focus-visible
  .headline-rFBTY {
  -webkit-text-decoration: underline 2px #585858;
  text-decoration: underline 2px #585858;
}
a:has(
    > .card-_nAO4.verticalVideo-qVFr4,
    > .card-_nAO4.horizontalVideo-Nlv7B
  ):disabled
  svg,
button:has(
    > .card-_nAO4.verticalVideo-qVFr4,
    > .card-_nAO4.horizontalVideo-Nlv7B
  ):disabled
  svg {
  background-color: rgba(0, 0, 0, 0.7);
}
a:has(> .card-_nAO4.verticalVideo-qVFr4, > .card-_nAO4.horizontalVideo-Nlv7B)
  > div:focus-visible
  svg,
button:has(
    > .card-_nAO4.verticalVideo-qVFr4,
    > .card-_nAO4.horizontalVideo-Nlv7B
  )
  > div:focus-visible
  svg {
  background-color: rgba(60, 60, 60, 0.7);
}
a:has(> .card-_nAO4.verticalVideo-qVFr4, > .card-_nAO4.horizontalVideo-Nlv7B)
  > div:focus-visible
  .headline-rFBTY,
button:has(
    > .card-_nAO4.verticalVideo-qVFr4,
    > .card-_nAO4.horizontalVideo-Nlv7B
  )
  > div:focus-visible
  .headline-rFBTY {
  -webkit-text-decoration: underline 2px #0074ad;
  text-decoration: underline 2px #0074ad;
}
.verticalToHorizontalCard-AluQ4:has(.description-vWo4_) .headline-hLuoA {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  color: #000a68;
  display: -webkit-box;

  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.95rem;
  margin: 16px 0;
  overflow: hidden;
  padding: 0 16px;
}
.verticalToHorizontalCard-AluQ4:has(.description-vWo4_) .description-vWo4_ {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  color: #000a68;
  display: -webkit-box;

  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5rem;
  margin-top: 0;
  overflow: hidden;
  padding: 0 16px;
}
@media (min-width: 768px) {
  .verticalToHorizontalCard-AluQ4:has(.description-vWo4_) .headline-hLuoA {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    color: #000a68;
    display: -webkit-box;
    overflow: hidden;
  }
  .verticalToHorizontalCard-AluQ4:has(.description-vWo4_) .description-vWo4_ {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    color: #000a68;
    display: -webkit-box;
    overflow: hidden;
  }
}
@media (min-width: 964px) {
  .verticalToHorizontalCard-AluQ4:has(.description-vWo4_) .description-vWo4_ {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    color: #000a68;
    display: -webkit-box;
    overflow: hidden;
  }
}

a:has(> .verticalToHorizontalCard-AluQ4),
button:has(> .verticalToHorizontalCard-AluQ4) {
  border-radius: 8px;
  text-decoration: none;
}
a:has(> .verticalToHorizontalCard-AluQ4):hover,
button:has(> .verticalToHorizontalCard-AluQ4):hover {
  outline: 3px solid #0074ad;
}
a:has(> .verticalToHorizontalCard-AluQ4):hover .description-vWo4_,
a:has(> .verticalToHorizontalCard-AluQ4):hover .title-QwP65,
button:has(> .verticalToHorizontalCard-AluQ4):hover .description-vWo4_,
button:has(> .verticalToHorizontalCard-AluQ4):hover .title-QwP65 {
  -webkit-text-decoration: underline 2px #0074ad;
  text-decoration: underline 2px #0074ad;
  text-underline-offset: 3px;
}
a:has(> .verticalToHorizontalCard-AluQ4):focus,
a:has(> .verticalToHorizontalCard-AluQ4):focus-visible,
button:has(> .verticalToHorizontalCard-AluQ4):focus,
button:has(> .verticalToHorizontalCard-AluQ4):focus-visible {
  outline: 3px solid #585858;
  outline-offset: 0;
}
a:has(> .verticalToHorizontalCard-AluQ4):active,
button:has(> .verticalToHorizontalCard-AluQ4):active {
  outline: 3px solid #004c71;
}
.audioVideo-wP5MJ .imageButton-O_eiC:focus-visible,
.audioVideo-wP5MJ a:focus-visible {
  outline: 3px solid #585858;
  outline-offset: -3px;
}
.audioVideo-wP5MJ .imageButton-O_eiC:focus-visible {
  outline-offset: 0;
}
a:has(> .card-ercJe),
button:has(> .card-ercJe) {
  border-radius: 8px;
  text-decoration: none;
}
.outlined-hTmi5:focus-visible {
  outline: 2px solid #353535;
}
.filled-sh27F:focus-visible {
  background-color: #004c71;
  outline: 2px solid #e00;
}
.iconButton-ahDec.enabled-tNwNO:focus-visible svg {
  background-color: #e7e7e7;
  border: 2px solid #060606;
}
.iconButton-ahDec.dark-jYADk.enabled-tNwNO:focus-visible svg {
  background-color: gray;
}
.iconButton-ahDec.background-A5qe6.enabled-tNwNO:focus-visible svg {
  background-color: #e7e7e7;
  border: 2px solid #060606;
}
.labelledIconButton-DJXCN:focus-visible {
  border: 2px solid #353535;
  margin: -2px;
}
.labelledIconButton-DJXCN:focus-visible span {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5rem;
}
.labelledIconButton-DJXCN.horizontalNav-vNOyy:focus-visible span {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5rem;
}
.labelledIconButton-DJXCN.blackAndWhite-yKULD:focus-visible {
  border: 2px solid #fff;
  margin: -2px;
}
:has(> .swiper-UTnlA) {
  min-width: 0;
}

.ctaContainer-SVmn2
  .buttonCTA-kKuOv
  .buttonCTAContent-XOZna
  .buttonLink-jYlKG:focus-visible {
  background-color: #585858;
  outline: 2px solid #000a68;
  outline-offset: 2px;
}
.privacyPreferences {
  all: unset;
  color: #0550c8;
  cursor: pointer;
}
.privacyPreferences:hover {
  text-decoration: underline;
}
.privacyPreferences:focus {
  outline: 3px solid #0550c8;
  text-decoration: underline;
}
.feed .globalFooter {
  background-color: #fff;
  border-top: 1px solid #eaeaea;
}
.feed .appContainer .globalFooter {
  margin-top: 48px;
}
.feed .globalFooter .footerBody {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 80rem;
}
.feed .globalFooter .basicFooter {
  background-color: #000a68;
  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: 100px;
}
.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;
}
.feed .viewportLarge .globalFooter .radioCanada {
  text-align: right;
}
.feed .viewportLarge .globalFooter .copyright {
  text-align: center;
}
.navigation__navLink-JkSdI.horizontalNav-K6bCr a:focus-visible {
  border: 2px solid #353535;
  border-radius: 24px;
  margin: -2px;
}
.navigation__navLink-JkSdI.horizontalNav-K6bCr a:focus-visible a {
  -webkit-text-decoration: underline #353535;
  text-decoration: underline #353535;
}
.navigation__navLink-JkSdI.blackAndWhite-Jj5BV a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.navigation__navLink-JkSdI.blackAndWhite-Jj5BV a:focus-visible a {
  -webkit-text-decoration: underline #fff;
  text-decoration: underline #fff;
}
.chip-EZdDN:focus-visible {
  border: 2px solid #000a68;
}
.feed .globalHeader .logoWrapper .logo:focus-visible {
  border-radius: 20px;
  outline: 2px solid #000a68;
}
.feed .globalHeader .sideMenu .search:focus-visible {
  fill: #0074ad;
  border-radius: 20px;
  color: #0074ad;
  outline: 2px solid #0074ad;
  outline-offset: 4px;
}
.feed .globalHeader .menuButtonWrapper .menuButton:focus-visible .menuText {
  color: #0074ad;
}
.feed .globalHeader .menuButtonWrapper .menuButton:focus-visible svg path {
  fill: #0074ad;
}
.feed .globalHeader .menuButtonWrapper .menuButton:focus-visible {
  border-radius: 20px;
  outline: 2px solid #0074ad;
  outline-offset: 4px;
}
.filter .checkbox:focus:not(:focus-visible) {
  outline: none;
}

.form-wrapper {
  margin-block: 15px;
}
.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10000;
  background-color: #2d27aa;
  .header-content {
    padding: 8px 0;
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .logo {
    margin-right: auto;
    margin-left: 30px;
  }

  .links {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .account {
    width: 32px;
    height: 32px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .directs {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #fff;
    font-size: 15px;
    line-height: 17px;
    padding: 6px 15px;
    font-weight: 900;
    background-color: #ec0000;
    border-radius: 24px;
    text-transform: uppercase;
    svg {
      width: 20px;
      height: 20px;
      display: block;
    }
    span {
      display: block;
      position: relative;
      top: 3px;
    }
  }
  .notice {
    position: relative;

    .number-notice {
      box-sizing: border-box;
      display: flex;
      align-items: end;
      justify-content: center;
      width: 17px;
      height: 17px;
      position: absolute;
      top: -5px;
      right: -5px;
      background-color: #ec0000;
      border-radius: 50%;
      color: #fff;
      font-size: 13px;
      font-weight: 700;
      line-height: 1;
    }
  }
}

@media (max-width: 1024px) {
  .header {
    .arrow {
      padding-left: 16px;
    }
    .logo {
      margin-right: auto;
      margin-left: auto;
    }
  }
}
@media (max-width: 768px) {
  .header {
    .account,
    .directs {
      display: none;
    }
  }
}
.header-line {
  position: relative;
  z-index: 9999;
  width: 100%;
  height: 4px;
  background-color: #a500e0;
  margin-top: 82px;
}

.video-section {
  background-color: #2d27aa;
  color: #fff;

  h1 {
    font-family: "NotoSans", "ArialFallback";
    font-size: 36px;
  }

  .main-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 30px 30px 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 50px;
  }

  .video-caption {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    grid-column: 1 / 2;
    .left-block {
      display: flex;
      align-items: center;
      gap: 16px;
      span {
        color: #faee42;
        font-size: 13px;
        font-weight: 700;
        line-height: 1;
        padding-top: 3px;
      }
    }
  }
  .text-column {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
  }
  #my-video {
    display: block;
    width: 100%;
    max-width: 650px;
    height: auto;
  }

  .video-box {
    position: relative;
  }
  .video-wrapper {
    z-index: 100;
    position: relative;
    width: 100%;
    transition:
      width 0.5s cubic-bezier(0.4, 0, 0.2, 1),
      transform 0.5s ease,
      top 0.5s ease,
      left 0.5s ease,
      box-shadow 0.5s ease,
      border-radius 0.5s ease;
  }

  .video-wrapper.sticky {
    position: fixed;
    top: 90px;
    left: 5%;
    width: 320px !important;

    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    overflow: hidden;
  }

  .video-column {
    position: relative;
    min-height: 240px;
  }
}

@media (max-width: 1200px) {
  .video-section {
    .main-container {
      grid-template-columns: repeat(1, 1fr);
    }
    .text-column {
      grid-column: 1 / 2;
      /* grid-row: 1 / 3; */
    }
    #my-video {
      max-width: none;
    }
    h1 {
      font-family: "NotoSans", "ArialFallback";
      font-size: 28px;
    }
  }
}
.FooterNav__Container.jsx-2634873059 {
  background-color: #000a68;
  text-align: center;
  margin-bottom: 0px;
}
.FooterNav.jsx-2634873059 {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-rows: -webkit-max-content auto;
  grid-template-rows: max-content auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.FooterNav__Mention.jsx-2634873059 {
  padding-bottom: 27px;
  color: #fff;
  font-weight: 100;
}
@media (min-width: 768px) {
  .FooterNav__Logo.jsx-2634873059 {
    padding: 43px 0 36px 5px;
  }
}

.FooterNav__Logo.jsx-2634873059 {
  padding: 33px 0 32px 5px;
}
.FooterNav__Link.jsx-2634873059 {
  text-align: center;
  margin: 0 30px;
  padding: 0 0 16px;
  list-style-type: none;
}
.FooterNav__Link.jsx-2634873059 li.jsx-2634873059 {
  padding: 5px 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 145%;
}
.FooterNav__Link.jsx-2634873059 li.jsx-2634873059 a,
.FooterNav__Link.jsx-2634873059 li.jsx-2634873059 span,
.FooterNav__Link.jsx-2634873059 li.jsx-2634873059 button.jsx-2634873059 {
  color: #9599c2;
  font-size: 13px;
}
.Link.jsx-484472199 {
  color: inherit;
  cursor: pointer;
}
.FooterNav__Mention.jsx-2634873059 {
  padding-bottom: 27px;
  color: #fff;
  font-weight: 100;
}

.FooterNav__Container.jsx-2634873059 {
  background-color: var(--color-deepBlue);
  text-align: center;
  margin-bottom: 0px;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.justify-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.items-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ArticleBounceFolder.jsx-2019157293 {
  margin: 0 0 90px;
}
.ArticleBounceFolder.jsx-2019157293 .Headline {
  margin-bottom: 40px;
}
.ArticleBounceFolder__List_Topic.jsx-2019157293 {
  list-style: none;
  padding: 0;
  margin-bottom: 50px;
}

.Headline.jsx-1261739493 {
  color: var(--theme-fontColor);
  font-size: 38px;
  text-align: center;
  font-weight: 100;
  margin: 0;
}
.Headline.jsx-1261739493 strong {
  font-weight: 800;
}
.ArticleBounceFolder.jsx-2019157293 .StackTags {
  margin: 0 30px 20px;
}

.StackTags.jsx-4146800982 {
  margin: 0px 30px 30px;
}
@media (min-width: 1024px) {
  .StackTags__List.jsx-4146800982 {
    margin-bottom: 25px;
  }
}

.StackTags__List.jsx-4146800982 {
  list-style: none;
  padding: 0;
  row-gap: 8px;
}
.StackTags__List__Item.jsx-4146800982 {
  font-weight: 800;
  font-size: 17px;
  margin-right: 1em;
}
.StackTags__List__Item.jsx-4146800982 a {
  display: inline;
}

.Link.jsx-1747473624 {
  color: var(--color-purple);
  cursor: pointer;
}
.ArticleBounceFolder.jsx-2019157293 {
  margin: 0 0 90px;
}

.ArticleBounceFolder__List_Topic.jsx-2019157293 {
  list-style: none;
  padding: 0;
  margin-bottom: 50px;
}
.Topic.jsx-3432001519 {
  background-color: #a500e0;
}
.Topic__Container.jsx-3432001519 {
  cursor: pointer;
}
.Topic__Container.jsx-1428418400 {
  height: 100%;
  -webkit-box-flex: 12;
  -webkit-flex: 12;
  -moz-box-flex: 12;
  -ms-flex: 12;
  flex: 12;
}
.Topic__Arrow.jsx-1428418400 {
  margin-left: 10px;
}
.Topic__Container.jsx-3432001519 {
  .Topic__Container__Title.jsx-3432001519,
  .Topic__CategoryName.jsx-3432001519 {
    color: var(--color-white);
  }
}

.Topic__Container__Title.jsx-1428418400 {
  font-weight: 800;
  margin-top: 2px;
}

.Topic__CategoryName.jsx-1428418400 {
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 6px;
  display: block;
}
.items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Topic.jsx-1428418400 {
  min-height: 80px;
  /* width: 100%; */
  padding: 15px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.Link.jsx-484472199 {
  color: inherit;
  cursor: pointer;
}
.MoreLinkArticle__Link__Hidden.jsx-3890411434,
.MoreLinkArticle__Input.jsx-3890411434 {
  display: none;
  visibility: hidden;
}
.MoreLinkArticle.jsx-3890411434 {
  list-style: none;
  padding: 0;
  margin: 0 30px 20px;
}
.MoreLinkArticle__Link.jsx-3890411434:first-child {
  padding-top: 0;
}

.MoreLinkArticle__Link.jsx-3890411434 {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: var(--color-lightGrayBlue);
  padding: 1em 0;
}
.LinkArticle.jsx-669032230 {
  color: initial;
}
.MoreLinkArticle__Link.jsx-3890411434 .LinkArticle__Text {
  color: var(--theme-fontColor);
}
.LinkArticle__Text.jsx-945745683 {
  width: 100%;
  margin: auto;
  font-family: var(--font-overpass);
  font-style: normal;
  font-weight: 800;
  font-size: 15px;
  line-height: 146%;
}
.LinkArticle__Footer.jsx-945745683 {
  margin-top: 5px;
}
.Link.jsx-484472199 {
  color: inherit;
  cursor: pointer;
}

.sr-only {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.LinkArticle__Footer__Play.jsx-945745683 {
  padding-top: 2px;
  margin-right: 5px;
}
.LinkArticle__Date.jsx-945745683 {
  color: var(--color-midBlue);
  padding-top: 4px;
  font-family: var(--font-overpass);
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 100%;
}
.Icon.jsx-2118643910 {
  background-color: none;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 12px;
  height: 12px;
}

div.jsx-2118643910,
button.jsx-2118643910 {
  width: 12px;
  height: 12px;
}
svg.jsx-643385231 {
  --svg-color-primary: var(--color-white);
  --svg-color-secondary: var(--svg-color-secondary);
  width: 24px;
  height: 24px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
svg.jsx-202596365 {
  --svg-color-primary: var(--theme-fontColor);
  --svg-color-secondary: var(--color-focusBlue);
  width: 12px;
  height: 12px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
html,
body,
#__next {
  padding: 0;
  margin: 0;
  font-family: var(--font-overpass);
}
.ShowMoreButton.jsx-3326512911 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--theme-buttonBackground);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-style: hidden;
  color: var(--theme-fontColor);
  cursor: pointer;
  height: 56px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  width: 100%;
}

.ShowMoreButton.jsx-2040886461 {
  max-width: 315px;
}
.ShowMoreButton__label.jsx-3326512911 {
  font-size: 15px;
  font-weight: 600;
  margin-right: 0.5em;
  padding-top: 2px;
}
svg.jsx-2189938506 {
  --svg-color-primary: var(--theme-fontColor);
  --svg-color-secondary: var(--svg-color-secondary);
  width: 24px;
  height: 24px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.AllNews__Filter.jsx-1321978054 {
  padding: 20px 0;
  margin: 30px 0;
}
.justify-evenly {
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.AllNews__Filter__Button.jsx-1321978054 {
  background: transparent;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  border-width: 0;
  color: var(--theme-fontColor);
  cursor: pointer;
  height: 32px;
  padding: 0 12px 0;
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
  white-space: nowrap;
}
#all-news-thread-0.jsx-1321978054:checked
  ~ .AllNews__Filter.jsx-1321978054
  #AllNews__Filter__Button_0.jsx-1321978054,
#all-news-thread-1.jsx-1321978054:checked
  ~ .AllNews__Filter.jsx-1321978054
  #AllNews__Filter__Button_1.jsx-1321978054,
#all-news-thread-2.jsx-1321978054:checked
  ~ .AllNews__Filter.jsx-1321978054
  #AllNews__Filter__Button_2.jsx-1321978054,
#all-news-thread-3.jsx-1321978054:checked
  ~ .AllNews__Filter.jsx-1321978054
  #AllNews__Filter__Button_3.jsx-1321978054,
.AllNews__Filter__Button--active.jsx-1321978054 {
  background: #48c7ff;
  color: #000a68;
}
.AllNews__List.jsx-1321978054 {
  list-style: none;
  padding: 0;
  display: none;
  visibility: hidden;
}
#all-news-thread-0.jsx-1321978054:checked ~ #AllNews__List__0.jsx-1321978054,
#all-news-thread-1.jsx-1321978054:checked ~ #AllNews__List__1.jsx-1321978054,
#all-news-thread-2.jsx-1321978054:checked ~ #AllNews__List__2.jsx-1321978054,
#all-news-thread-3.jsx-1321978054:checked ~ #AllNews__List__3.jsx-1321978054,
.AllNews__List--visible.jsx-1321978054 {
  display: block;
  visibility: visible;
}
.AllNewsItem.jsx-2e8fe6ce4c477ce7 {
  padding: 8px 0;
}
.AllNews.jsx-1321978054 .LinkArticle {
  color: var(--theme-fontColor);
}
.LinkArticle__Number.jsx-3532445491 {
  font-style: italic;
  font-weight: 700;
}
.LinkArticle__Number.jsx-945745683 {
  font-family: var(--font-overpass);
  font-style: italic;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  width: 25px;
  text-align: center;
  margin-right: 20px;
}
.LinkArticle__Text.jsx-945745683 {
  width: 100%;
  margin: auto;
  font-family: var(--font-overpass);
  font-style: normal;
  font-weight: 800;
  font-size: 15px;
  line-height: 146%;
}
.Link.jsx-484472199 {
  color: inherit;
  cursor: pointer;
}
.LinkArticle__Footer.jsx-945745683 {
  margin-top: 5px;
}
.LinkArticle__Footer__Play.jsx-945745683 {
  padding-top: 2px;
  margin-right: 5px;
}
.LinkArticle__Date.jsx-945745683 {
  color: var(--color-midBlue);
  padding-top: 4px;
  font-family: var(--font-overpass);
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 100%;
}
.Icon.jsx-2118643910 {
  background-color: none;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 12px;
  height: 12px;
}
svg.jsx-202596365 {
  --svg-color-primary: var(--theme-fontColor);
  --svg-color-secondary: var(--color-focusBlue);
  width: 12px;
  height: 12px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.LinkArticle__Text.jsx-945745683 > svg {
  margin-right: 5px;
  margin-bottom: -2px;
}

svg.jsx-2775961451 {
  --svg-color-primary: var(--svg-color-primary);
  --svg-color-secondary: var(--svg-color-secondary);
  width: 16px;
  height: 16px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
#all-news-id.jsx-95874d8574924d6f:checked
  ~ .AllNews__List.jsx-95874d8574924d6f
  > .AllNewsItem__Hidden,
.AllNews__List.jsx-95874d8574924d6f :nth-child(6) ~ .ShowMoreButton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
}

.AllNews.jsx-1321978054 .ShowMoreButton {
  margin-top: 20px;
}
.ShowMoreButton.jsx-4035050319 {
  max-width: 315px;
}
@media (min-width: 1350px) {
  .Main__Body .Container-fluid-d.jsx-3130175269 {
    margin: 0 -webkit-calc(-webkit-calc(100vw - 660px) / -2);
    margin: 0 -moz-calc(-moz-calc(100vw - 660px) / -2);
    margin: 0 calc(calc(100vw - 660px) / -2);
  }
}

.Main__Body .Container-fluid-tl.jsx-3130175269,
.Main__Body .Container-fluid-d.jsx-3130175269 {
  z-index: 1;
  position: relative;
}
@media (min-width: 1350px) {
  .Container-fluid-d.jsx-3130175269 {
    width: 100vw;
    max-width: 100vw;
    min-width: 100vw;
  }
}
@media (min-width: 1350px) {
  .Main__Body .Container-fluid-d.jsx-3130175269 {
    margin: 0 -webkit-calc(-webkit-calc(100vw - 660px) / -2);
    margin: 0 -moz-calc(-moz-calc(100vw - 660px) / -2);
    margin: 0 calc(calc(100vw - 660px) / -2);
  }
}

.Main__Body .Container-fluid-tl.jsx-3130175269,
.Main__Body .Container-fluid-d.jsx-3130175269 {
  z-index: 1;
  position: relative;
}
@media (min-width: 1350px) {
  .Container-fluid-d.jsx-3130175269 {
    width: 100vw;
    max-width: 100vw;
    min-width: 100vw;
  }
}
@media (min-width: 1350px) {
  .TopicList__Content.jsx-281449236 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.TopicList__Content.jsx-281449236 {
  list-style: none;
  padding: 0;
  gap: 4px;
  max-width: 660px;
  margin: 16px auto;
}
@media (min-width: 1350px) {
  .TopicList__Content.jsx-281449236 {
    max-width: none;
  }
}
@media (min-width: 1350px) {
  .TopicList__Item.jsx-281449236 a {
    height: 100%;
    margin: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.Link.jsx-484472199 {
  color: inherit;
  cursor: pointer;
}
.Topic.jsx-2089987738 {
  background-color: #aa64f0;
}

.Topic.jsx-1428418400 {
  min-height: 80px;
  /* width: 100%; */
  padding: 15px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
@media (min-width: 1350px) {
  .Topic.jsx-1428418400 {
    width: 100%;
  }

  .TopicList__Item.jsx-281449236 .Topic {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 30px;
    gap: 12px;
  }
}
@media (min-width: 1350px) {
  .TopicList__Item.jsx-281449236 .Topic__Container {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.Topic__Container.jsx-2089987738 {
  cursor: pointer;
}
.Topic__Container.jsx-1428418400 {
  height: 100%;
  -webkit-box-flex: 12;
  -webkit-flex: 12;
  -moz-box-flex: 12;
  -ms-flex: 12;
  flex: 12;
}
@media (min-width: 1350px) {
  .TopicList__Item.jsx-281449236 .Topic__Arrow {
    margin: 0;
  }
}

.Topic__Arrow.jsx-1428418400 {
  margin-left: 10px;
}
.Topic__Container.jsx-2089987738 {
  .Topic__Container__Title.jsx-2089987738,
  .Topic__CategoryName.jsx-2089987738 {
    color: var(--color-white);
  }
}
.Topic__CategoryName.jsx-1428418400 {
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 6px;
  display: block;
}

.Topic__Container__Title.jsx-1428418400 {
  font-weight: 800;
  margin-top: 2px;
}
svg.jsx-643385231 {
  --svg-color-primary: var(--color-white);
  --svg-color-secondary: var(--svg-color-secondary);
  width: 24px;
  height: 24px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
@media (min-width: 1350px) {
  .TopicList__Item.jsx-281449236 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.Topic.jsx-2392744303 {
  background-color: #ff3156;
}
.Topic__Container.jsx-2392744303 {
  .Topic__Container__Title.jsx-2392744303,
  .Topic__CategoryName.jsx-2392744303 {
    color: var(--color-white);
  }
}
.Breadcrumb__Wrapper.jsx-3116133996 {
  padding: 30px 30px;
  color: var(--theme-fontColor);
  list-style: none;
  max-width: 660px;
  margin: 16px auto;
  font-size: 16px;
}
.Breadcrumb__Element.jsx-3116133996 {
  display: inline;
}
.Link.jsx-484472199 {
  color: inherit;
  cursor: pointer;
}
.Breadcrumb__Wrapper.jsx-3116133996 a {
  color: var(--color-midBlue);
}
