/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./src/components/articleImageThumbnail/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************/
.article-image-thumbnail {
  position: relative;
  min-height: 7rem;
}
.article-image-thumbnail .article-image-thumbnail-image {
  width: 100%;
}
.article-image-thumbnail .article-image-thumbnail-icon {
  position: absolute;
  bottom: 1.3rem;
  left: 1.3rem;
  width: 4.3rem;
  height: 4.3rem;
}
.article-image-thumbnail.on-focus, .article-image-thumbnail:focus, .article-image-thumbnail:hover {
  outline: solid 0.3rem #dc0028;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./src/components/articleVideoThumbnail/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************/
.article-video-thumbnail {
  position: relative;
}
.article-video-thumbnail .article-video-thumbnail-image {
  width: 100%;
}
.article-video-thumbnail .article-video-thumbnail-overlay {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
.article-video-thumbnail .article-video-thumbnail-overlay .article-video-thumbnail-overlay-icon {
  width: 4.3rem;
  height: 4.3rem;
  margin: 0 0 1.6rem 1.6rem;
}
.article-video-thumbnail .article-video-thumbnail-overlay .article-video-thumbnail-overlay-headline {
  padding: 1.6rem;
  background-color: #2d3c46;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.03rem;
  line-height: 2.7rem;
}
.article-video-thumbnail.on-focus, .article-video-thumbnail:focus, .article-video-thumbnail:hover {
  outline: solid 0.3rem #dc0028;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./src/lib/fullScreen/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************/
.full-screen {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.full-screen .full-screen-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
          flex-grow: 1;
}
.full-screen .full-screen-close-button {
  position: absolute;
  top: 4rem;
  right: 6.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  padding: 1.1rem 2.1rem;
  color: #ffffff;
  -webkit-transition: background-color 0.25s, opacity 0.25s;
  transition: background-color 0.25s, opacity 0.25s;
}
.full-screen .full-screen-close-button > * {
  margin-right: 1.9rem;
}
.full-screen .full-screen-close-button > *:last-child {
  margin-right: 0;
}
.full-screen .full-screen-close-button.fade {
  opacity: 0;
}
.full-screen .full-screen-close-button.on-focus, .full-screen .full-screen-close-button:focus, .full-screen .full-screen-close-button:hover {
  background-color: #dc0028;
}
.full-screen .full-screen-close-button .full-screen-close-button-icon {
  font-size: 2rem;
}
.full-screen .full-screen-close-button .full-screen-close-button-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0.03rem;
  line-height: 2.5rem;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./src/components/articleModal/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************/
.article-modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  background-color: #000000;
}
.article-modal .article-modal-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  overflow: hidden;
  width: 76.8rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  padding: 4.3rem;
  background-color: #0a1923;
}
.article-modal .article-modal-wrapper > * {
  margin-bottom: 2.1rem;
}
.article-modal .article-modal-wrapper > *:last-child {
  margin-bottom: 0;
}
.article-modal .article-modal-wrapper .article-modal-top-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  text-transform: uppercase;
}
.article-modal .article-modal-wrapper .article-modal-top-row > * {
  margin-right: 1.6rem;
}
.article-modal .article-modal-wrapper .article-modal-top-row > *:last-child {
  margin-right: 0;
}
.article-modal .article-modal-wrapper .article-modal-top-row .article-modal-categories-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  color: #46555f;
}
.article-modal .article-modal-wrapper .article-modal-top-row .article-modal-categories-wrapper > * {
  margin-right: 0.5rem;
}
.article-modal .article-modal-wrapper .article-modal-top-row .article-modal-categories-wrapper > *:last-child {
  margin-right: 0;
}
.article-modal .article-modal-wrapper .article-modal-top-row .article-modal-timestamp {
  color: #7d8c96;
}
.article-modal .article-modal-wrapper .article-modal-top-row .article-modal-categories-wrapper,
.article-modal .article-modal-wrapper .article-modal-top-row .article-modal-timestamp {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.7rem;
}
.article-modal .article-modal-wrapper .article-modal-headers-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
.article-modal .article-modal-wrapper .article-modal-headers-wrapper > * {
  margin-bottom: 1.1rem;
}
.article-modal .article-modal-wrapper .article-modal-headers-wrapper > *:last-child {
  margin-bottom: 0;
}
.article-modal .article-modal-wrapper .article-modal-headers-wrapper .article-modal-subheader {
  color: #f2414a;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.03rem;
  line-height: 2.7rem;
}
.article-modal .article-modal-wrapper .article-modal-headers-wrapper .article-modal-header {
  color: #ffffff;
  font-size: 2.9rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 3.2rem;
}
.article-modal .article-modal-wrapper .article-modal-lead-paragraph {
  color: #ffffff;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 3.2rem;
}
.article-modal .article-modal-wrapper .article-modal-video-thumbnail,
.article-modal .article-modal-wrapper .article-modal-image-thumbnail {
  width: 100%;
}
.article-modal .article-modal-wrapper .article-modal-paragraph {
  color: #ffffff;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 3.2rem;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./src/components/contentSectionLargeArticleItem/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************/
.content-section-large-article-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: 47.4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
.content-section-large-article-item .content-section-large-article-item-badge-list {
  position: absolute;
  top: 0.8rem;
  right: 1.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.content-section-large-article-item .content-section-large-article-item-badge-list > * {
  margin-right: 0.5rem;
}
.content-section-large-article-item .content-section-large-article-item-badge-list > *:last-child {
  margin-right: 0;
}
.content-section-large-article-item .content-section-large-article-item-badge-list .content-section-large-article-item-badge {
  padding: 0.3rem 0.7rem;
  border-radius: 0.3rem;
  background-color: #46555f;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.6rem;
  text-transform: capitalize;
}
.content-section-large-article-item .content-section-large-article-item-play-icon {
  position: absolute;
  top: 8.5rem;
  left: 1.3rem;
  width: 4.3rem;
  height: 4.3rem;
}
.content-section-large-article-item .content-section-large-article-item-image {
  height: 14.1rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-section-large-article-item .content-section-large-article-item-image-caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  height: 11.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  padding: 1.6rem;
  background-color: #2d3c46;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.content-section-large-article-item .content-section-large-article-item-image-caption > * {
  margin-bottom: 1.1rem;
}
.content-section-large-article-item .content-section-large-article-item-image-caption > *:last-child {
  margin-bottom: 0;
}
.content-section-large-article-item .content-section-large-article-item-image-caption .content-section-large-article-item-subtitle {
  overflow: hidden;
  color: #aab9c3;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.03rem;
  line-height: 1.9rem;
  text-overflow: ellipsis;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  white-space: nowrap;
}
.content-section-large-article-item .content-section-large-article-item-image-caption .content-section-large-article-item-title {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
          flex-grow: 1;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  -webkit-hyphens: manual;
     -moz-hyphens: manual;
      -ms-hyphens: manual;
          hyphens: manual;
  letter-spacing: 0.03rem;
  line-height: 2.7rem;
  text-overflow: ellipsis;
}
.content-section-large-article-item.on-focus .content-section-large-article-item-image-caption, .content-section-large-article-item:focus .content-section-large-article-item-image-caption, .content-section-large-article-item:hover .content-section-large-article-item-image-caption {
  background-color: #dc0028;
}
.content-section-large-article-item.on-focus .content-section-large-article-item-image-caption .content-section-large-article-item-subtitle, .content-section-large-article-item:focus .content-section-large-article-item-image-caption .content-section-large-article-item-subtitle, .content-section-large-article-item:hover .content-section-large-article-item-image-caption .content-section-large-article-item-subtitle {
  color: #ffffff;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./src/components/contentSectionNewsTickerItem/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************/
.ticker-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  height: 3.875rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.ticker-item .ticker-item-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  padding: 0 1.6rem 0 1.6rem;
  background-color: #2d3c46;
  color: #ffffff;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.125rem;
  text-transform: uppercase;
}
.ticker-item .ticker-item-contentbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  padding: 0 1.5rem 0 1.5rem;
  border-width: 0.125rem 0;
  border-style: solid;
  border-color: #dc0028;
  margin-left: 1rem;
}
.ticker-item .ticker-item-contentbox .ticker-item-content {
  color: #f5f6f8;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.031rem;
  line-height: 2.5rem;
}
.ticker-item.on-focus .ticker-item-title, .ticker-item:focus .ticker-item-title, .ticker-item:hover .ticker-item-title {
  background-color: #dc0028;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./src/components/contentSectionSmallArticleItem/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************/
.content-section-small-article-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: 27.8rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
.content-section-small-article-item .content-section-small-article-item-badge-list {
  position: absolute;
  top: 0.8rem;
  right: 1.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.content-section-small-article-item .content-section-small-article-item-badge-list > * {
  margin-right: 0.5rem;
}
.content-section-small-article-item .content-section-small-article-item-badge-list > *:last-child {
  margin-right: 0;
}
.content-section-small-article-item .content-section-small-article-item-badge-list .content-section-small-article-item-badge {
  padding: 0.3rem 0.7rem;
  border-radius: 0.3rem;
  background-color: #46555f;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.6rem;
  text-transform: capitalize;
}
.content-section-small-article-item .content-section-small-article-item-play-icon {
  position: absolute;
  top: 10.1rem;
  left: 1.3rem;
  width: 4.3rem;
  height: 4.3rem;
}
.content-section-small-article-item .content-section-small-article-item-image {
  height: 15.7rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-section-small-article-item .content-section-small-article-item-image-caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  height: 11.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  padding: 1.6rem;
  background-color: #2d3c46;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.content-section-small-article-item .content-section-small-article-item-image-caption > * {
  margin-bottom: 1.1rem;
}
.content-section-small-article-item .content-section-small-article-item-image-caption > *:last-child {
  margin-bottom: 0;
}
.content-section-small-article-item .content-section-small-article-item-image-caption .content-section-small-article-item-subtitle {
  overflow: hidden;
  color: #aab9c3;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.03rem;
  line-height: 1.9rem;
  text-overflow: ellipsis;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  white-space: nowrap;
}
.content-section-small-article-item .content-section-small-article-item-image-caption .content-section-small-article-item-title {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
          flex-grow: 1;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  -webkit-hyphens: manual;
     -moz-hyphens: manual;
      -ms-hyphens: manual;
          hyphens: manual;
  letter-spacing: 0.03rem;
  line-height: 2.7rem;
  text-overflow: ellipsis;
}
.content-section-small-article-item.on-focus .content-section-small-article-item-image-caption, .content-section-small-article-item:focus .content-section-small-article-item-image-caption, .content-section-small-article-item:hover .content-section-small-article-item-image-caption {
  background-color: #dc0028;
}
.content-section-small-article-item.on-focus .content-section-small-article-item-image-caption .content-section-small-article-item-subtitle, .content-section-small-article-item:focus .content-section-small-article-item-image-caption .content-section-small-article-item-subtitle, .content-section-small-article-item:hover .content-section-small-article-item-image-caption .content-section-small-article-item-subtitle {
  color: #ffffff;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./src/components/contentSectionStockMarketItem/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************/
.stock-market-item {
  width: 17.75rem;
  height: 11rem;
  background-color: #14232d;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.stock-market-item.on-focus, .stock-market-item:focus, .stock-market-item:hover {
  background-color: #dc0028;
}
.stock-market-item.on-focus .stock-market-item-value,
.stock-market-item.on-focus .stock-market-item-value-change-positive,
.stock-market-item.on-focus .stock-market-item-value-change-negative, .stock-market-item:focus .stock-market-item-value,
.stock-market-item:focus .stock-market-item-value-change-positive,
.stock-market-item:focus .stock-market-item-value-change-negative, .stock-market-item:hover .stock-market-item-value,
.stock-market-item:hover .stock-market-item-value-change-positive,
.stock-market-item:hover .stock-market-item-value-change-negative {
  color: #ffffff;
}
.stock-market-item .stock-market-item-title {
  padding-top: 1.5rem;
  padding-left: 2rem;
  color: #e1e6eb;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
}
.stock-market-item .stock-market-item-value {
  padding-top: 1.5rem;
  padding-left: 2rem;
  color: #aab9c3;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
}
.stock-market-item .stock-market-item-value-change-positive {
  padding-left: 2rem;
  color: #60bd81;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
}
.stock-market-item .stock-market-item-value-change-negative {
  padding-left: 2rem;
  color: #f2414a;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./src/components/contentSection/style.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************/
.content-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
.content-section > * {
  margin-bottom: 2.1rem;
}
.content-section > *:last-child {
  margin-bottom: 0;
}
.content-section .content-section-title {
  color: #e1e6eb;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 2.5rem;
  text-transform: uppercase;
}
.content-section .content-section-item-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  overflow: hidden;
}
.content-section .content-section-item-list > * {
  margin-right: 1.6rem;
}
.content-section .content-section-item-list > *:last-child {
  margin-right: 0;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./src/components/content/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************/
.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-flex-shrink: 1;
          flex-shrink: 1;
}
.main > * {
  margin-bottom: 4.7rem;
}
.main > *:last-child {
  margin-bottom: 0;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./src/components/errorModal/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************/
.error-modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  background-color: #000000;
}
.error-modal .error-modal-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  overflow: hidden;
  width: 76.8rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  padding: 4.3rem;
  background-color: #0a1923;
  scroll-behavior: smooth;
}
.error-modal .error-modal-wrapper .error-modal-title {
  background-color: #0a1923;
  color: #ffffff;
  font-size: 4rem;
}
.error-modal .error-modal-wrapper .error-modal-name {
  color: #aab9c3;
  font-size: 2rem;
}
.error-modal .error-modal-wrapper .error-modal-message {
  color: #aab9c3;
  font-size: 2rem;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./src/components/menuItem/style.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************/
.menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  padding: 1.1rem 2.1rem;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.menu-item > * {
  margin-right: 1.6rem;
}
.menu-item > *:last-child {
  margin-right: 0;
}
.menu-item.menu-item-selected {
  border-radius: 0.3rem 0.5rem 0.5rem 0.3rem;
  border-left: 0.3rem solid #dc0028;
  background-color: #2d3c46;
  box-shadow: 0.3rem 1.1rem 2.1rem rgba(0, 0, 0, 0.15);
}
.menu-item.menu-item-selected .menu-item-label {
  color: #ffffff;
}
.menu-item.on-focus, .menu-item:focus, .menu-item:hover, .menu-item.menu-item-selected.on-focus, .menu-item.menu-item-selected:focus, .menu-item.menu-item-selected:hover {
  background-color: #dc0028;
  box-shadow: 0.3rem 1.1rem 2.1rem rgba(0, 0, 0, 0.15);
}
.menu-item.on-focus .menu-item-label, .menu-item:focus .menu-item-label, .menu-item:hover .menu-item-label, .menu-item.menu-item-selected.on-focus .menu-item-label, .menu-item.menu-item-selected:focus .menu-item-label, .menu-item.menu-item-selected:hover .menu-item-label {
  color: #ffffff;
}
.menu-item.on-focus .menu-item-icon, .menu-item:focus .menu-item-icon, .menu-item:hover .menu-item-icon, .menu-item.menu-item-selected.on-focus .menu-item-icon, .menu-item.menu-item-selected:focus .menu-item-icon, .menu-item.menu-item-selected:hover .menu-item-icon {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
.menu-item .menu-item-icon {
  height: 2.4rem;
  color: #aab9c3;
}
.menu-item .menu-item-label {
  color: #aab9c3;
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0.03rem;
  line-height: 2.5rem;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./src/components/submenuItem/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************/
.submenu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  padding: 1.1rem 2.1rem;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.submenu-item > * {
  margin-right: 1.6rem;
}
.submenu-item > *:last-child {
  margin-right: 0;
}
.submenu-item.submenu-item-selected {
  border-radius: 0.3rem 0.5rem 0.5rem 0.3rem;
  border-left: 0.3rem solid #dc0028;
  background-color: #2d3c46;
  box-shadow: 0.3rem 1.1rem 2.1rem rgba(0, 0, 0, 0.15);
}
.submenu-item.submenu-item-selected .submenu-item-label {
  color: #ffffff;
}
.submenu-item.on-focus, .submenu-item:focus, .submenu-item:hover, .submenu-item.submenu-item-selected.on-focus, .submenu-item.submenu-item-selected:focus, .submenu-item.submenu-item-selected:hover {
  background-color: #dc0028;
  box-shadow: 0.3rem 1.1rem 2.1rem rgba(0, 0, 0, 0.15);
}
.submenu-item.on-focus .submenu-item-label, .submenu-item:focus .submenu-item-label, .submenu-item:hover .submenu-item-label, .submenu-item.submenu-item-selected.on-focus .submenu-item-label, .submenu-item.submenu-item-selected:focus .submenu-item-label, .submenu-item.submenu-item-selected:hover .submenu-item-label {
  color: #ffffff;
}
.submenu-item .submenu-item-label {
  color: #aab9c3;
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0.03rem;
  line-height: 2.5rem;
  white-space: nowrap;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./src/components/submenuGroup/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************/
.submenu-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  min-width: 20rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
.submenu-group > * {
  margin-bottom: 0.5rem;
}
.submenu-group > *:last-child {
  margin-bottom: 0;
}
.submenu-group .submenu-group-label {
  padding: 0 0 0 2.1rem;
  color: #46555f;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.7rem;
}
.submenu-group .submenu-group-items-wrapper {
  overflow: hidden;
}
.submenu-group .submenu-group-items-wrapper .submenu-group-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
.submenu-group .submenu-group-items-wrapper .submenu-group-items > * {
  margin-bottom: 0.5rem;
}
.submenu-group .submenu-group-items-wrapper .submenu-group-items > *:last-child {
  margin-bottom: 0;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./src/components/submenu/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************/
.submenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  padding: 3.2rem 0 0 3.9rem;
}
.submenu > * {
  margin-bottom: 3.2rem;
}
.submenu > *:last-child {
  margin-bottom: 0;
}
.submenu .submenu-back-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  padding: 1.1rem 2.1rem;
  border-radius: 0.5rem;
  color: #aab9c3;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.submenu .submenu-back-button > * {
  margin-right: 1.6rem;
}
.submenu .submenu-back-button > *:last-child {
  margin-right: 0;
}
.submenu .submenu-back-button .back-button-icon {
  font-size: 2.5rem;
}
.submenu .submenu-back-button .back-button-label {
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0.03rem;
  line-height: 2.5rem;
}
.submenu .submenu-back-button:focus, .submenu .submenu-back-button:hover {
  background-color: #dc0028;
  box-shadow: 0.3rem 1.1rem 2.1rem rgba(0, 0, 0, 0.15);
  color: #ffffff;
}
.submenu .submenu-title {
  padding: 0 2.1rem;
  color: #ffffff;
  font-size: 2.9rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 3.2rem;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./src/components/menuGroup/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************/
.menu-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  min-width: 20rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
.menu-group > * {
  margin-bottom: 1.1rem;
}
.menu-group > *:last-child {
  margin-bottom: 0;
}
.menu-group .menu-group-label {
  padding: 0 0 0 2.1rem;
  color: #46555f;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.7rem;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./src/components/menu/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************/
.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  padding: 3.2rem 0 0 3.9rem;
}
.menu > * {
  margin-bottom: 4.2rem;
}
.menu > *:first-child {
  margin-bottom: 3.2rem;
}
.menu > *:last-child {
  margin-bottom: 0;
}
.menu .menu-live-tv-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  padding: 1.1rem 2.1rem;
  border-radius: 0.5rem;
  color: #aab9c3;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.menu .menu-live-tv-button > * {
  margin-right: 1.6rem;
}
.menu .menu-live-tv-button > *:last-child {
  margin-right: 0;
}
.menu .menu-live-tv-button .live-tv-button-icon {
  font-size: 2.5rem;
}
.menu .menu-live-tv-button .live-tv-button-label {
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0.03rem;
  line-height: 2.5rem;
}
.menu .menu-live-tv-button.on-focus, .menu .menu-live-tv-button:focus, .menu .menu-live-tv-button:hover {
  background-color: #dc0028;
  box-shadow: 0.3rem 1.1rem 2.1rem rgba(0, 0, 0, 0.15);
  color: #ffffff;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./src/components/credits/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************/
.credits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  padding: 4.3rem;
  background-color: #000000;
}
.credits .credits-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
.credits .credits-wrapper > * {
  margin-bottom: 2rem;
}
.credits .credits-wrapper > *:last-child {
  margin-bottom: 0;
}
.credits .credits-wrapper .credits-header {
  color: #ffffff;
  font-size: 5rem;
  text-align: center;
  text-transform: uppercase;
}
.credits .credits-wrapper .credits-teravolt-logo-wrapper {
  text-align: center;
}
.credits .credits-wrapper .credits-teravolt-logo-wrapper .credits-teravolt-logo {
  height: 12rem;
}
.credits .credits-wrapper .credits-rows > * {
  margin-bottom: 5rem;
}
.credits .credits-wrapper .credits-rows > *:last-child {
  margin-bottom: 0;
}
.credits .credits-wrapper .credits-rows .credits-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
.credits .credits-wrapper .credits-rows .credits-row > * {
  margin-right: 5rem;
}
.credits .credits-wrapper .credits-rows .credits-row > *:last-child {
  margin-right: 0;
}
.credits .credits-wrapper .credits-rows .credits-row .credits-entry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.credits .credits-wrapper .credits-rows .credits-row .credits-entry > * {
  margin-bottom: 1rem;
}
.credits .credits-wrapper .credits-rows .credits-row .credits-entry > *:last-child {
  margin-bottom: 0;
}
.credits .credits-wrapper .credits-rows .credits-row .credits-entry .credits-entry-photo {
  width: 12rem;
  height: 12rem;
  border-radius: 6rem;
}
.credits .credits-wrapper .credits-rows .credits-row .credits-entry .credits-entry-caption {
  text-align: center;
}
.credits .credits-wrapper .credits-rows .credits-row .credits-entry .credits-entry-caption .credits-entry-name,
.credits .credits-wrapper .credits-rows .credits-row .credits-entry .credits-entry-caption .credits-entry-role {
  color: #ffffff;
}
.credits .credits-wrapper .credits-rows .credits-row .credits-entry .credits-entry-caption .credits-entry-name {
  font-size: 1.9rem;
}
.credits .credits-wrapper .credits-rows .credits-row .credits-entry .credits-entry-caption .credits-entry-role {
  font-size: 1.5rem;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./src/components/footer/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************/
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  padding: 1.1rem 6rem 1.1rem 0.7rem;
  background-color: #14232d;
}
.footer > * {
  margin-right: 3.2rem;
}
.footer > *:last-child {
  margin-right: 0;
}
.footer .footer-left-sections,
.footer .footer-right-sections {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  overflow: hidden;
}
.footer .footer-left-sections > *,
.footer .footer-right-sections > * {
  margin-right: 3.2rem;
}
.footer .footer-left-sections > *:last-child,
.footer .footer-right-sections > *:last-child {
  margin-right: 0;
}
.footer .footer-left-sections .footer-section,
.footer .footer-right-sections .footer-section {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
.footer .footer-left-sections .footer-section > *,
.footer .footer-right-sections .footer-section > * {
  margin-right: 1.1rem;
}
.footer .footer-left-sections .footer-section > *:last-child,
.footer .footer-right-sections .footer-section > *:last-child {
  margin-right: 0;
}
.footer .footer-left-sections .footer-section .footer-section-color,
.footer .footer-right-sections .footer-section .footer-section-color {
  display: inline-block;
  width: 2.1rem;
  height: 1.3rem;
  border-radius: 0.1rem;
}
.footer .footer-left-sections .footer-section .footer-section-color.footer-section-color-green,
.footer .footer-right-sections .footer-section .footer-section-color.footer-section-color-green {
  background-color: #008d10;
}
.footer .footer-left-sections .footer-section .footer-section-color.footer-section-color-red,
.footer .footer-right-sections .footer-section .footer-section-color.footer-section-color-red {
  background-color: #be0028;
}
.footer .footer-left-sections .footer-section .footer-section-color.footer-section-color-yellow,
.footer .footer-right-sections .footer-section .footer-section-color.footer-section-color-yellow {
  background-color: #f3d900;
}
.footer .footer-left-sections .footer-section .footer-section-color.footer-section-color-blue,
.footer .footer-right-sections .footer-section .footer-section-color.footer-section-color-blue {
  background-color: #0139dd;
}
.footer .footer-left-sections .footer-section .footer-section-text,
.footer .footer-right-sections .footer-section .footer-section-text {
  overflow: hidden;
  color: #aab9c3;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.6rem;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
.footer .footer-left-sections {
  -webkit-flex-shrink: 1;
          flex-shrink: 1;
}
.footer .footer-left-sections .footer-section.footer-section-app-version {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.footer .footer-left-sections .footer-section.footer-section-user-agent {
  -webkit-flex-shrink: 1;
          flex-shrink: 1;
}
.footer .footer-left-sections .footer-section .footer-section-text.footer-section-text-app-version {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.footer .footer-left-sections .footer-section .footer-section-text.footer-section-text-user-agent {
  -webkit-flex-shrink: 1;
          flex-shrink: 1;
}
.footer .footer-right-sections {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./src/components/dateTime/style.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************/
.date-time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.date-time > * {
  margin-right: 1rem;
}
.date-time > *:last-child {
  margin-right: 0;
}
.date-time .date,
.date-time .separator,
.date-time .time {
  color: #7d8c96;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.3rem;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./src/components/weather/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************/
.weather-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
.weather-section > * {
  margin-bottom: 0.1rem;
}
.weather-section > *:last-child {
  margin-bottom: 0;
}
.weather-section .weather-section-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.weather-section .weather-section-row > * {
  margin-right: 0.7rem;
}
.weather-section .weather-section-row > *:last-child {
  margin-right: 0;
}
.weather-section .weather-section-row .weather-section-text,
.weather-section .weather-section-row .weather-section-city {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3rem;
  text-transform: uppercase;
}
.weather-section .weather-section-row .weather-section-text {
  color: #46555f;
}
.weather-section .weather-section-row .weather-section-city,
.weather-section .weather-section-row .weather-section-temperature,
.weather-section .weather-section-row .weather-section-temperature-unit {
  color: #7d8c96;
}
.weather-section .weather-section-row .weather-section-icon {
  height: 2.1rem;
}
.weather-section .weather-section-row .weather-section-temperature,
.weather-section .weather-section-row .weather-section-temperature-unit {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.1rem;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./src/components/header/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************/
.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  padding: 4rem 1.3rem 0.7rem 6rem;
}
.header .left-elements,
.header .rightElements {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.header .left-elements > *,
.header .rightElements > * {
  margin-right: 2.1rem;
}
.header .left-elements > *:last-child,
.header .rightElements > *:last-child {
  margin-right: 0;
}
.header .left-elements .header-logo {
  height: 4.3rem;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./src/components/imageViewer/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************/
.image-viewer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./src/lib/progressBar/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************/
.progress-bar {
  width: 100%;
  -webkit-flex-shrink: 1;
          flex-shrink: 1;
  background-color: #46555f;
}
.progress-bar .progress-bar-progress {
  background-color: #dc0028;
}
.progress-bar,
.progress-bar .progress-bar-progress {
  height: 0.4rem;
  border-radius: 0.2rem;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./src/components/videoPlayerUI/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************/
.video-player-ui {
  position: relative;
  width: 100%;
  height: 100%;
}
.video-player-ui .video-player-ui-top-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.video-player-ui .video-player-ui-bottom-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 33.3rem;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.video-player-ui .video-player-ui-top-overlay,
.video-player-ui .video-player-ui-bottom-overlay {
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.video-player-ui .video-player-ui-top-overlay.fade,
.video-player-ui .video-player-ui-bottom-overlay.fade {
  opacity: 0;
}
.video-player-ui .video-player-ui-info {
  position: absolute;
  top: 6rem;
  left: 6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: 65rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.video-player-ui .video-player-ui-info > * {
  margin-bottom: 1.1rem;
}
.video-player-ui .video-player-ui-info > *:last-child {
  margin-bottom: 0;
}
.video-player-ui .video-player-ui-info.fade {
  opacity: 0;
}
.video-player-ui .video-player-ui-info .video-player-ui-info-subheading {
  color: #f2414a;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.03rem;
}
.video-player-ui .video-player-ui-info .video-player-ui-info-heading {
  color: #ffffff;
  font-size: 2.9rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
.video-player-ui .video-player-ui-control {
  position: absolute;
  bottom: 7.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.video-player-ui .video-player-ui-control > * {
  margin-bottom: 1.7rem;
}
.video-player-ui .video-player-ui-control > *:last-child {
  margin-bottom: 0;
}
.video-player-ui .video-player-ui-control .video-player-ui-control-stats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  padding: 0 6rem;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.video-player-ui .video-player-ui-control .video-player-ui-control-stats > * {
  margin-right: 1.6rem;
}
.video-player-ui .video-player-ui-control .video-player-ui-control-stats > *:last-child {
  margin-right: 0;
}
.video-player-ui .video-player-ui-control .video-player-ui-control-stats.fade {
  opacity: 0;
}
.video-player-ui .video-player-ui-control .video-player-ui-control-stats .video-player-ui-control-stats-progress-bar {
  width: 100%;
  height: 0.4rem;
  border-radius: 0.2rem;
  background-color: #46555f;
}
.video-player-ui .video-player-ui-control .video-player-ui-control-stats .video-player-ui-control-stats-progress-bar .progress-bar-progress {
  height: 0.4rem;
  border-radius: 0.2rem;
  background-color: #dc0028;
}
.video-player-ui .video-player-ui-control .video-player-ui-control-stats .video-player-ui-control-stats-progress-bar.video-player-ui-control-stats-progress-bar-advertise .progress-bar-progress {
  background-color: #f9be03;
}
.video-player-ui .video-player-ui-control .video-player-ui-control-stats .video-player-ui-control-stats-time-gone,
.video-player-ui .video-player-ui-control .video-player-ui-control-stats .video-player-ui-control-stats-time-remaining,
.video-player-ui .video-player-ui-control .video-player-ui-control-stats .video-player-ui-control-stats-advertise-label {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.7rem;
}
.video-player-ui .video-player-ui-control .video-player-ui-control-stats .video-player-ui-control-stats-advertise-label {
  color: #f9be03;
  text-transform: uppercase;
}
.video-player-ui .video-player-ui-control .video-player-ui-control-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.video-player-ui .video-player-ui-control .video-player-ui-control-buttons > * {
  margin-right: 4rem;
}
.video-player-ui .video-player-ui-control .video-player-ui-control-buttons > *:last-child {
  margin-right: 0;
}
.video-player-ui .video-player-ui-control .video-player-ui-control-buttons.fade {
  opacity: 0;
}
.video-player-ui .video-player-ui-control .video-player-ui-control-buttons .video-player-ui-control-button-move-back-10-second,
.video-player-ui .video-player-ui-control .video-player-ui-control-buttons .video-player-ui-control-button-play-pause,
.video-player-ui .video-player-ui-control .video-player-ui-control-buttons .video-player-ui-control-button-move-forward-10-second {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: 6.4rem;
  height: 5.7rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  color: #ffffff;
  font-size: 3.6rem;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.video-player-ui .video-player-ui-control .video-player-ui-control-buttons .video-player-ui-control-button-move-back-10-second.fade,
.video-player-ui .video-player-ui-control .video-player-ui-control-buttons .video-player-ui-control-button-play-pause.fade,
.video-player-ui .video-player-ui-control .video-player-ui-control-buttons .video-player-ui-control-button-move-forward-10-second.fade {
  opacity: 0;
}
.video-player-ui .video-player-ui-control .video-player-ui-control-buttons .video-player-ui-control-button-move-back-10-second.on-focus, .video-player-ui .video-player-ui-control .video-player-ui-control-buttons .video-player-ui-control-button-move-back-10-second:focus, .video-player-ui .video-player-ui-control .video-player-ui-control-buttons .video-player-ui-control-button-move-back-10-second:hover,
.video-player-ui .video-player-ui-control .video-player-ui-control-buttons .video-player-ui-control-button-play-pause.on-focus,
.video-player-ui .video-player-ui-control .video-player-ui-control-buttons .video-player-ui-control-button-play-pause:focus,
.video-player-ui .video-player-ui-control .video-player-ui-control-buttons .video-player-ui-control-button-play-pause:hover,
.video-player-ui .video-player-ui-control .video-player-ui-control-buttons .video-player-ui-control-button-move-forward-10-second.on-focus,
.video-player-ui .video-player-ui-control .video-player-ui-control-buttons .video-player-ui-control-button-move-forward-10-second:focus,
.video-player-ui .video-player-ui-control .video-player-ui-control-buttons .video-player-ui-control-button-move-forward-10-second:hover {
  background-color: #dc0028;
}
.video-player-ui .video-player-ui-video {
  width: 100%;
  height: 100%;
  background-color: #0a1923;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./src/lib/toggle/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************/
.toggle {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  padding: 0.8rem 0.8rem 0.8rem 1.3rem;
  border-radius: 2.1rem;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.toggle > * {
  margin-right: 2rem;
}
.toggle > *:last-child {
  margin-right: 0;
}
.toggle .toggle-overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  padding: 0.3rem;
}
.toggle .toggle-overlay .toggle-switch-icon {
  color: #ffffff;
  font-size: 2.1rem;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}
.toggle .toggle-active-icon {
  color: #aab9c3;
}
.toggle .toggle-inactive-icon {
  color: #0a1923;
}
.toggle.toggle-active {
  background-color: #aab9c3;
}
.toggle.toggle-active .toggle-overlay {
  -webkit-box-pack: right;
  -webkit-justify-content: right;
     -moz-box-pack: right;
          justify-content: right;
}
.toggle.toggle-inactive {
  background-color: #2d3c46;
}
.toggle.toggle-inactive .toggle-overlay {
  -webkit-box-pack: left;
  -webkit-justify-content: left;
     -moz-box-pack: left;
          justify-content: left;
}
.toggle.on-focus, .toggle:focus, .toggle:hover {
  background-color: #dc0028;
}
.toggle.on-focus .toggle-inactive-icon,
.toggle.on-focus .toggle-active-icon, .toggle:focus .toggle-inactive-icon,
.toggle:focus .toggle-active-icon, .toggle:hover .toggle-inactive-icon,
.toggle:hover .toggle-active-icon {
  color: #ffffff;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./src/components/debug/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************/
.debug {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 4.3rem;
  background-color: #000000;
}
.debug .debug-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
.debug .debug-wrapper > * {
  margin-bottom: 3rem;
}
.debug .debug-wrapper > *:last-child {
  margin-bottom: 0;
}
.debug .debug-wrapper .debug-header {
  color: #ffffff;
  font-size: 5rem;
  text-transform: uppercase;
}
.debug .debug-wrapper .debug-subheader {
  color: #ffffff;
  font-size: 3rem;
  text-transform: uppercase;
}
.debug .debug-wrapper .values-list,
.debug .debug-wrapper .controls-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
.debug .debug-wrapper .values-list > *,
.debug .debug-wrapper .controls-list > * {
  margin-bottom: 2rem;
}
.debug .debug-wrapper .values-list > *:last-child,
.debug .debug-wrapper .controls-list > *:last-child {
  margin-bottom: 0;
}
.debug .debug-wrapper .values-list .values-list-entry,
.debug .debug-wrapper .values-list .controls-list-entry,
.debug .debug-wrapper .controls-list .values-list-entry,
.debug .debug-wrapper .controls-list .controls-list-entry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.debug .debug-wrapper .values-list .values-list-entry > *,
.debug .debug-wrapper .values-list .controls-list-entry > *,
.debug .debug-wrapper .controls-list .values-list-entry > *,
.debug .debug-wrapper .controls-list .controls-list-entry > * {
  margin-right: 2rem;
}
.debug .debug-wrapper .values-list .values-list-entry > *:last-child,
.debug .debug-wrapper .values-list .controls-list-entry > *:last-child,
.debug .debug-wrapper .controls-list .values-list-entry > *:last-child,
.debug .debug-wrapper .controls-list .controls-list-entry > *:last-child {
  margin-right: 0;
}
.debug .debug-wrapper .values-list .values-list-entry .values-list-entry-name,
.debug .debug-wrapper .values-list .values-list-entry .values-list-entry-value,
.debug .debug-wrapper .values-list .values-list-entry .controls-list-entry-name,
.debug .debug-wrapper .values-list .values-list-entry .controls-list-entry-control,
.debug .debug-wrapper .values-list .controls-list-entry .values-list-entry-name,
.debug .debug-wrapper .values-list .controls-list-entry .values-list-entry-value,
.debug .debug-wrapper .values-list .controls-list-entry .controls-list-entry-name,
.debug .debug-wrapper .values-list .controls-list-entry .controls-list-entry-control,
.debug .debug-wrapper .controls-list .values-list-entry .values-list-entry-name,
.debug .debug-wrapper .controls-list .values-list-entry .values-list-entry-value,
.debug .debug-wrapper .controls-list .values-list-entry .controls-list-entry-name,
.debug .debug-wrapper .controls-list .values-list-entry .controls-list-entry-control,
.debug .debug-wrapper .controls-list .controls-list-entry .values-list-entry-name,
.debug .debug-wrapper .controls-list .controls-list-entry .values-list-entry-value,
.debug .debug-wrapper .controls-list .controls-list-entry .controls-list-entry-name,
.debug .debug-wrapper .controls-list .controls-list-entry .controls-list-entry-control {
  color: #ffffff;
  font-size: 1.5rem;
}
.debug .debug-wrapper .values-list .values-list-entry .values-list-entry-name,
.debug .debug-wrapper .values-list .values-list-entry .controls-list-entry-name,
.debug .debug-wrapper .values-list .controls-list-entry .values-list-entry-name,
.debug .debug-wrapper .values-list .controls-list-entry .controls-list-entry-name,
.debug .debug-wrapper .controls-list .values-list-entry .values-list-entry-name,
.debug .debug-wrapper .controls-list .values-list-entry .controls-list-entry-name,
.debug .debug-wrapper .controls-list .controls-list-entry .values-list-entry-name,
.debug .debug-wrapper .controls-list .controls-list-entry .controls-list-entry-name {
  width: 15rem;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  font-weight: 500;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./src/lib/withSpinner/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************/
.loading-spinner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./src/components/layout/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************/
#app {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
#app .layout-spinner {
  height: 100%;
}
#app .layout-spinner .loading-spinner-icon {
  width: 10rem;
}
#app .menu-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  overflow: hidden;
  height: 82%;
  -webkit-flex-shrink: 1;
          flex-shrink: 1;
}
#app .menu-content-wrapper > * {
  margin-right: 10rem;
}
#app .menu-content-wrapper > *:last-child {
  margin-right: 0;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./src/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "IBM Plex Sans";
  src: url(/assets/bundle/797df44c42582047d759.otf) format("opentype"), url(/assets/bundle/52492efdda44d1087253.eot) format("embedded-opentype"), url(/assets/bundle/2724dc1f58c747f3152d.ttf) format("truetype"), url(/assets/bundle/a1b8f67ae2383dead920.woff) format("woff"), url(/assets/bundle/a1b8f67ae2383dead920.woff) format("woff2");
}
* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
     -moz-box-flex: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  padding: 0;
  margin: 0;
  cursor: default;
  font-family: "IBM Plex Sans", sans-serif;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

object[type="application/oipfApplicationManager"] {
  width: 0;
  height: 0;
}

html,
body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: 100vw;
  height: 100vh;
  background-color: #0a1923;
  font-size: 10px;
}

body ul {
  list-style: none;
}
body button {
  border: none;
  border-radius: 0.8rem;
  background: none;
}
body .hidden {
  visibility: hidden;
}

/*# sourceMappingURL=app.28a145b1.css.map*/