.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 32px;
  background-color: #0000005b;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.modal-inner {
  max-width: 450px;
  width: 100%;
  border-radius: 16px;
  padding: 20px;
  padding-top: 50px;
  background-color: #fff;
  position: relative;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (min-width: 300px) and (max-width: 1024px) {
  .article {
    width: 100% !important;
  }
}
* {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.tf-hide {
  display: none !important;
}

:root {
  --base-font-family: "Montserrat";
  --base-font-weight: 500;
  --secondary-font-family: "Montserrat";
  --button-border-radius: pill;
  --font-size-xs: 10px;
  --font-size-sm: 12px;
  --font-size-sm-2: 14px;
  --font-size-md: 16px;
  --font-size-lg: 20px;
  --font-size-xl: 24px;
  --font-size-xxl: 32px;
  --background: #f5f5f5;
  --surface: #fff;
  --on-background: #000000;
  --on-surface-100: #e9e9e9;
  --on-surface-200: #909090;
  --on-surface-300: #212121;
  --on-surface-400: #1a1a1a;
  --on-primary: #ffffff;
  --on-secondary: on-secondary;
  --primary-100: #fce9e9;
  --primary-200: #ee8f93;
  --primary-300: #dd1f26;
  --primary-400: #b1191e;
  --secondary-100: #e9ecf4;
  --secondary-200: #90a0c6;
  --secondary-300: #21418d;
  --secondary-400: #1a3471;
  --status-success-100: #eafaf0;
  --status-success-200: #29b85d;
  --status-critical-100: #ffede9;
  --status-critical-200: #e64620;
  --status-warning-100: #fffaec;
  --status-warning-200: #e1ba3b;
  --tabs-active: #21418d;
  --tabs-background: #fff;
  --on-tab-active: #212121;
  --on-tab-inactive: #909090;
  --games-wordflower: #ff9527;
  --games-quiz: #f5665f;
  --games-suduko: #6192cc;
  --games-crossword: #5ac3b6;
  --btn-background-color: #000000;
  --btn-border-color: #000000;
  --btn-text-color: #fff;
  --btn-action-background-color: #dd1f26;
  --btn-action-border-color: #dd1f26;
  --btn-action-text-color: #fff;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

html,
body {
  margin: 0;
  padding: 0;
  height: auto;
}

body {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  background-color: #f5f5f5;
  padding-top: 48px;
  padding-bottom: 58px;
}

@media (min-width: 300px) and (max-width: 1024px) {
  body {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

img:-moz-loading {
  visibility: hidden;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover,
a:focus,
a:active {
  outline: 0;
}

::selection,
::-webkit-selection,
::-moz-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}

strong {
  font-weight: 700;
  font-style: normal;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

a {
  background-color: transparent;
}

strong {
  font-weight: bolder;
}

img {
  border-style: none;
}

input {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

input {
  overflow: visible;
}

[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

:root {
  --swiper-theme-color: #007aff;
}

.wrapper {
  width: 100%;
  max-width: 980px;
  margin: auto;
}

.container {
  display: flex;
}

@media (min-width: 1024px) {
  #main-content {
    padding: 8px;
    background-color: #f5f5f5;
    max-width: 996px;
  }
}

@media (min-width: 300px) and (max-width: 1024px) {
  #main-content {
    padding-bottom: 60px;
    width: 100vw;
    position: relative;
  }
}

.tf-lhs-col {
  width: 664px;
  margin-right: 16px;
  align-self: flex-start;
}

@media (min-width: 300px) and (max-width: 1024px) {
  .tf-lhs-col {
    width: 100%;
    margin-right: 0;
  }
}

.tf-rhs-col {
  width: 300px;
  flex: 0 0 auto;
  align-self: flex-start;
  position: relative;
}

.tf-rhs-col--inner {
  margin-bottom: 80px;
  position: relative;
}

.adblock {
  text-align: center;
  margin: 0 auto;
  min-height: 1px;
  margin-bottom: 16px;
  position: relative;
}

@media (min-width: 300px) and (max-width: 1024px) {
  .adblock {
    width: 100%;
  }
}

.ad-expand {
  height: 0;
  overflow: hidden;
}

.transitional-ad {
  z-index: 2146000000;
}

.pos-fixed {
  position: fixed;
}

.adslot-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 auto;
  background-color: #f5f5f5;
}

.adslot-header {
  font-size: 10px;
  text-transform: uppercase;
  color: #909090;
  margin-bottom: 8px;
}

@media (min-width: 300px) and (max-width: 1024px) {
  .adslot-header {
    margin-top: 8px;
  }
}

.tf-rhs-col .adslot-container {
  background-color: rgba(0, 0, 0, 0);
}

.most-read-widget .adslot-header {
  margin-bottom: 0;
}

.brandbar {
  width: 100%;
  height: 48px;
  top: 0;
  background-color: #000;
  margin-bottom: 8px;
  cursor: default;
  display: flex;
  position: fixed;
  z-index: 11;
}

.brandbar .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brandbar__links {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  font-size: 0;
}

.brandbar__links li {
  display: inline-block;
  margin-right: 8px;
  position: relative;
}

.brandbar__links li > span {
  display: flex;
  align-items: center;
}

.brandbar__links li > a {
  text-decoration: none;
  font-size: 12px;
  color: #fff;
  display: block;
  font-weight: bold;
}

.brandbar__links li > a:hover {
  opacity: 0.8;
}

.brandbar__links .links--image {
  display: inline-flex;
  align-items: center;
}

.brandbar__links .links--image a {
  display: flex;
  align-items: center;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.brandbar__links .links--image a img {
  max-height: 22px;
  max-width: 62px;
  min-height: 22px;
}

.brandbar__links .links--image a span {
  white-space: nowrap;
  margin: 0 8px 0 4px;
}

.brandbar__links .links--image:after {
  display: none;
}

.brandbar .links--dropdown {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  display: flex;
  align-items: center;
  width: auto;
  flex: 0 0 auto;
  line-height: 22px;
  min-height: 48px;
  max-height: 48px;
}

.brandbar .links--dropdown > span:after {
  content: "";
  width: 16px;
  height: 16px;
  min-height: 16px;
  min-width: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  /* background-image: url("./images/nova/icons/icon-arrow-white.svg"); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px;
}

.brandbar .links--dropdown > span:hover {
  opacity: 0.8;
}

.brandbar .links--dropdown:hover > span:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.brandbar .links--dropdown:hover .brandbar__dropdown {
  display: flex;
}

.brandbar .links__dropdown--image img {
  margin-right: 4px;
  max-height: 22px;
  width: 22px;
}

.brandbar .links__dropdown--image > span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.brandbar .links__dropdown--image > span:after {
  margin-left: 5px;
}

.brandbar__dropdown {
  position: absolute;
  top: 48px;
  right: 0;
  z-index: 100;
  padding: 16px 12px;
  background-color: #fff;
  display: none;
  justify-content: space-between;
  width: auto;
  min-width: 220px;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.06);
}

.brandbar__dropdown:before {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  top: -5px;
  left: 0;
}

.brandbar__dropdown--column {
  color: #000;
  line-height: 21px;
  width: fit-content;
  margin: 0;
  padding: 0 12px;
  min-width: 145px;
}

.brandbar__dropdown--column a {
  font-size: 14px;
  color: #000;
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 20px;
}

.brandbar__dropdown--column a:hover {
  text-decoration: underline;
}

.brandbar__dropdown--column a:last-child {
  margin-bottom: 0;
}

.header {
  width: 100%;
  margin-bottom: 8px;
}

@media (min-width: 1024px) {
  .header {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.06);
  }
}

@media (min-width: 300px) and (max-width: 1024px) {
  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 8px;
    height: 48px;
    background-color: #fff;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 0;
  }
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  padding: 24px 16px;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.header-container--content {
  margin-left: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 680px;
  height: 40px;
}

.header__logo {
  display: block;
  flex: 0 0 auto;
}

.header__logo > img {
  width: auto;
  height: 40px;
}

@media (min-width: 300px) and (max-width: 1024px) {
  .header__logo > img {
    height: 22px;
  }
}

.auth {
  margin: 0;
  padding: 0;
  display: flex;
}

.auth li {
  list-style: none;
  display: inline-flex;
  align-items: center;
}

.auth__subscribe a {
  font-size: 12px;
  color: #fff;
  background-color: #dd1f26;
  outline: 0;
  padding: 4px 12px;
  border: 1px solid #dd1f26;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  display: inline-block;
  width: auto;
  overflow: hidden;
  border-radius: 100px;
  font-weight: bold;
  flex: 0 0 auto;
  padding: 0 12px;
  line-height: 24px;
  max-height: 24px;
}

.auth__subscribe a:hover,
.auth__subscribe a:focus {
  outline: 0;
  background-color: #b0191e;
}

.auth__subscribe a:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.auth__login a {
  font-size: 12px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  outline: 0;
  padding: 4px 8px;
  border: 1px solid rgba(0, 0, 0, 0);
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  display: inline-block;
  width: auto;
  overflow: hidden;
  border-radius: 100px;
  font-weight: bold;
  flex: 0 0 auto;
  padding: 0 12px;
  line-height: 24px;
  max-height: 24px;
  margin: 0 0 0 8px;
}

.auth__login a:hover,
.auth__login a:focus {
  outline: 0;
  background-color: rgba(0, 0, 0, 0);
}

.auth__login a:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

@media (min-width: 300px) and (max-width: 1024px) {
  .auth__login a {
    color: #000;
    margin: 0 8px 0 0;
  }
}

.header__nav {
  width: 100%;
  background-color: #fff;
}

@media (min-width: 1024px) {
  .header__nav {
    border-top: 1px solid #e9e9e9;
  }
}

@media (min-width: 300px) and (max-width: 1024px) {
  .header__nav {
    background-color: #fff;
  }
}

.header__nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  height: 40px;
}

@media (min-width: 300px) and (max-width: 1024px) {
  .header__nav > ul {
    text-align: justify;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

.header__nav > ul > li {
  display: flex;
  flex: 0 1 auto;
  white-space: nowrap;
  position: relative;
}

@media (min-width: 300px) and (max-width: 1024px) {
  .header__nav > ul > li {
    margin-right: 20px;
  }
}

.header__nav > ul > li > a {
  font-size: 12px;
  color: #212121;
  padding: 0 8px;
  font-weight: normal;
  display: flex;
  align-items: center;
  height: 100%;
  text-transform: uppercase;
}

@media (min-width: 300px) and (max-width: 1024px) {
  .header__nav > ul > li > a {
    font-size: 10px;
    color: #909090;
    font-weight: bold;
  }
}

.header__nav > ul > li > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  display: block;
  opacity: 0;
  background-color: #dd1f26;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.header__nav > ul > li:hover a,
.header__nav > ul > li.is-active a {
  color: #dd1f26;
}

@media (min-width: 300px) and (max-width: 1024px) {
  .header__nav > ul > li:hover a,
  .header__nav > ul > li.is-active a {
    color: #212121;
  }
}

.header__nav > ul > li:hover a:after,
.header__nav > ul > li.is-active a:after {
  opacity: 1;
}

.header__nav > ul > li.has-children:after {
  content: "";
  width: 20px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: 1;
  opacity: 1;
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
  /* background-image: url("./images/nova/icons/icon-arrow-black-down.svg"); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.header__nav > ul > li.has-children:hover:after {
  opacity: 1;
  -webkit-transform: rotate(-180deg) translateY(6px);
  -ms-transform: rotate(-180deg) translateY(6px);
  transform: rotate(-180deg) translateY(6px);
}

.header__nav > ul > li.has-children:hover > .sub-nav {
  display: flex;
}

.header__nav > ul > li.has-children > a {
  padding-right: 24px;
}

.header__nav > ul > li .sub-nav {
  display: none;
  flex-direction: column;
  background-color: #fff;
  position: absolute;
  min-width: 180px;
  top: 100%;
  left: 0;
  z-index: 10;
  list-style: none;
  margin: 0;
  padding: 0;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.header__nav > ul > li .sub-nav li a {
  font-size: 12px;
  color: #212121;
  display: block;
  padding: 8px 24px 8px 16px;
  font-weight: normal;
  text-transform: uppercase;
}

.header__nav > ul > li .sub-nav li a:hover {
  background-color: #f5f5f5;
}

@media (min-width: 1024px) {
  .header__nav > ul > li.header__nav--fade {
    font-weight: bold;
  }

  .header__nav > ul > li.header__nav--fade:before {
    content: "";
    width: 9px;
    height: 20px;
    position: absolute;
    top: 10px;
    left: 15px;
    z-index: 1;
    /* background-image: url("./images/nova/icons/icon-arrow-left-grey.svg"); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .header__nav > ul > li.header__nav--fade a {
    font-weight: bold;
    padding: 13px 20px 13px 32px;
    color: #909090;
    background: #f5f5f5;
  }

  .header__nav > ul > li.header__nav--fade a:after {
    display: none;
  }
}

.header .social-control {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  margin-left: 12px;
}

.header .social-control li {
  display: flex;
  align-items: center;
  height: 24px;
  width: 24px;
  margin-left: 4px;
}

.header .social-control li a {
  display: block;
}

.header .social-control li a img {
  width: 100%;
  height: auto;
}

.header .social-links {
  height: 24px;
}

.header .social-links .social-control .social-item {
  width: 24px;
}

.header .social-links .social-control .social-item a img {
  height: 24px;
  filter: none;
}

.header__search {
  position: relative;
}

.header__search input[type="text"] {
  font-size: 16px;
  color: #909090;
  margin-bottom: 0;
  padding: 0 12px;
  height: 40px;
  width: 100%;
  border: 1px solid #909090;
  background-color: #fff;
  transition: 0.2s ease-in border, 0.2s ease-in outline;
  overflow: hidden;
  border-radius: 100px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.header__search input[type="text"]:focus {
  outline: 1px solid #000;
  border-color: #000;
}

.header__search input[type="text"]::-webkit-input-placeholder,
.header__search input[type="text"]:-ms-input-placeholder {
  color: #aaa;
}

.header__search input[type="text"] {
  width: 280px;
  font-weight: 500;
  padding-left: 41px;
}

.footer__nav ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}

.footer__nav ul li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
  position: relative;
}

.footer__nav ul li:after {
  content: "|";
  margin-left: 5px;
  font-size: 12px;
}

.footer__nav ul li:last-child:after,
.footer__nav ul li:nth-of-type(3):after,
.footer__nav ul li:nth-of-type(5):after,
.footer__nav ul li:nth-of-type(9):after {
  display: none;
}

.footer__nav ul li a {
  font-size: 12px;
  color: #212121;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  line-height: 20px;
}

@media (min-width: 300px) and (max-width: 1024px) {
  .footer__nav ul li a {
    border-bottom: none;
  }
}

.footer__nav ul li a:hover {
  border-bottom: 1px solid #212121;
}

@media (min-width: 300px) and (max-width: 1024px) {
  .footer__nav ul li a:hover {
    border-bottom: none;
  }
}

.footer--rhs {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 16px;
  margin-bottom: 24px;
}

.footer__app-links {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.footer__app-links a {
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  width: 50%;
  margin-bottom: 4px;
}

.footer__app-links a:hover {
  opacity: 0.8;
}

.footer__app-links a img {
  height: 50px;
}

.footer__social-title {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  color: #909090;
  font-size: 12px;
}

.footer__social .social-links {
  margin: 8px auto;
  margin: 8px auto;
  flex-direction: column;
}

.footer__social .social-links .social-control {
  margin: 0;
  padding: 0;
}

.footer__social .social-links .social-control .social-item {
  margin: 0 4px 0 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  display: inline-block;
}

.footer__social .social-links .social-control .social-item:hover {
  opacity: 0.8;
}

.footer__social .social-links .social-control .social-item a img {
  width: 24px;
  height: 24px;
}

.footer__copyright {
  font-size: 12px;
  color: #212121;
  line-height: 20px;
  display: block;
  margin: 16px 0;
}

.footer__copyright .popia {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
}

.footer__copyright a {
  color: #212121;
  display: block;
  line-height: 15px;
}

.footer__copyright a:hover {
  text-decoration: underline;
}

.footer__copyright a.footer__btn {
  background: #212121;
  display: inline-block;
  line-height: 16px;
  font-size: 10px;
  letter-spacing: 0.6px;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  padding: 0 8px;
  overflow: hidden;
  border-radius: 2px;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -moz-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  margin-top: 8px;
  width: fit-content;
}

.footer__copyright a.footer__btn:hover,
.footer__copyright a.footer__btn:focus,
.footer__copyright a.footer__btn:active {
  background-color: #080808;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0;
}

.footer__copyright a.footer__contact {
  display: flex;
  margin: 0 0 12px 32px;
  color: #212121;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  position: relative;
  width: fit-content;
}

.footer__copyright a.footer__contact:hover {
  border-bottom: 1px solid #212121;
}

.footer__copyright a.footer__contact:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: -32px;
  top: -4px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/img/Email.svg");
}

.footer__third-party {
  width: 65px;
  height: 35px;
  margin-top: 8px;
}

@media (min-width: 300px) and (max-width: 1024px) {
  .footer__nav {
    max-width: 100%;
    width: 100%;
    z-index: 99;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    background: #fff;
    height: max-content;
    box-shadow: 0 -2px 2px 2px rgba(0, 0, 0, 0.02);
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    overflow: visible;
    padding: 16px;
  }

  .footer__nav ul {
    text-align: center;
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
    list-style: none;
    flex-wrap: wrap;
  }

  .footer__nav ul li {
    flex: 1;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    position: relative;
    padding-bottom: 5px;
    width: max-content;
  }

  .footer__nav ul li:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: rgba(0, 0, 0, 0);
    margin: 0;
  }

  .footer__nav ul li:after {
    display: none;
  }

  .footer__nav ul li a {
    text-decoration: none;
  }

  .footer__nav ul li a:hover {
    text-decoration: none;
  }

  .footer__nav ul li:hover:before {
    background-color: #21418d;
  }
}

.article-item__prime-unlock {
  display: none;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 4px;
  right: 4px;
  background-image: url("/img/icon-unlock.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}

@media print {
  #main-content.wrapper {
    background-color: rgba(0, 0, 0, 0);
  }
}

.tf-hide {
  display: none !important;
}

.most-read-widget {
  background-color: #fff;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.06);
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0;
}

.most-read-widget input {
  display: none;
}

.most-read-widget input:checked + label {
  color: #212121;
  border-bottom: 3px solid #21418d;
}

.most-read-widget label {
  width: 50%;
  color: #909090;
  text-align: center;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  padding: 11px 13px;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: color 0.2s ease, border 0.2s ease;
  -moz-transition: color 0.2s ease, border 0.2s ease;
  -o-transition: color 0.2s ease, border 0.2s ease;
  transition: color 0.2s ease, border 0.2s ease;
}

.most-read-widget label:hover {
  color: #212121;
  border-bottom: 3px solid #21418d;
}

.most-read-widget #tab-0:checked ~ #content-tab-0 {
  display: block;
}

.most-read-widget__tab {
  display: none;
  width: 100%;
}

.most-read-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.most-read-widget ul li:nth-of-type(1):before {
  content: "1";
}

.most-read-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.most-read-widget ul li:nth-of-type(2):before {
  content: "2";
}

.most-read-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.most-read-widget ul li:nth-of-type(3):before {
  content: "3";
}

.most-read-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.most-read-widget ul li:nth-of-type(4):before {
  content: "4";
}

.most-read-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.most-read-widget ul li:nth-of-type(5):before {
  content: "5";
}

.most-read-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.most-read-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.most-read-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.most-read-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.most-read-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.most-read-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.most-read-widget label {
  font-size: 10px;
  font-weight: bold;
}

.most-read-widget__tab ul li {
  display: flex;
  align-items: center;
  padding: 8px 0;
}

.most-read-widget__tab ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 12px;
}

.most-read-widget__tab ul li:before {
  font-size: 24px;
  line-height: 30px;
  color: #212121;
  font-weight: bold;
  border-right: 3px solid #e9e9e9;
  min-width: 49px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.most-read-widget__tab ul li a {
  display: flex;
  color: #212121;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  padding: 0 16px 0 12px;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.most-read-widget__tab ul li a:hover {
  color: #545454;
}

.tf-hide {
  display: none !important;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */

.article-locked {
  /* -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none */
}

.related-tags {
  margin-bottom: 16px;
  text-align: left;
}

.related-tags__header {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #909090;
  margin: 12px 0;
}

.related-tags a {
  display: inline-block;
  margin: 0 4px 0 0;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
  padding: 4px 12px;
  color: #fff;
  background-color: #212121;
  overflow: hidden;
  border-radius: 100px;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.related-tags a:hover {
  background-color: #3b3b3b;
}

:root {
  --box-height: 38px;
  --box-width: 38px;
  --currentColor: #dd1f26;
  --color-black: $on-surface-300;
}

.social-sharing {
  display: flex;
  align-items: center;
}

.social-sharing ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.social-sharing ul li {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

@media (min-width: 300px) and (max-width: 1024px) {
  .social-sharing ul li {
    width: 34px;
    height: 34px;
  }
}

.social-sharing ul li img {
  width: 100%;
  height: auto;
}

.social-sharing ul li:last-child {
  margin-right: 0;
}

.social-sharing ul li:hover {
  opacity: 0.5;
}

.article {
  background-color: #fff;
  position: relative;
  padding: 16px;
  overflow: hidden;
  border-radius: 2px;
}

@media (min-width: 300px) and (max-width: 1024px) {
  .article {
    width: 100vw;
  }
}

.article .adslot-container {
  background-color: rgba(0, 0, 0, 0);
}

.article--top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

@media (min-width: 300px) and (max-width: 1024px) {
  .article--top {
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 12px;
  }
}

.article--top-bar {
  display: flex;
  align-items: center;
}

.article--top-bar-right {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.article--top-bar-right span {
  font-size: 12px;
  line-height: 12px;
  color: #212121;
  margin-right: 8px;
}

.article__prime {
  margin: 0 8px 0 0;
}

.article__prime:empty {
  margin: 0;
}

.article__details {
  display: flex;
  flex-direction: column-reverse;
}

@media (min-width: 300px) and (max-width: 1024px) {
  .article__details {
    flex-direction: column;
    margin-top: 8px;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}

.article__details div {
  margin-right: 8px;
}

.article__author {
  font-size: 12px;
}

.article__accreditation {
  font-size: 10px;
  margin-top: 8px;
}

.article__accreditation img {
  height: 16px;
  display: block;
}

.article__title {
  font-size: 32px;
  color: #212121;
  line-height: 36px;
  font-weight: bold;
  margin-top: 16px;
  margin-bottom: 16px;
}

@media (min-width: 300px) and (max-width: 1024px) {
  .article__title {
    font-size: 24px;
    line-height: 30px;
    margin-top: 12px;
    margin-bottom: 12px;
  }
}

.article__featured-image {
  position: relative;
  margin: 0 -16px 16px;
}

.article__featured-image img {
  min-width: 100%;
}

.article__date {
  font-size: 10px;
  color: #212121;
  display: inline-flex;
  align-items: center;
  margin: 0;
}

.article__date:before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  margin-right: 6px;
  background-image: url("/img/icon-time-black.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 50%;
}

.article .bookmark {
  font-size: 0;
  padding-right: 0;
}

.article .bookmark img {
  height: 18px;
}

.article__social-share {
  display: flex;
  justify-content: left;
  align-items: center;
}

@media (min-width: 300px) and (max-width: 1024px) {
  .article__social-share {
    margin-top: 16px;
  }
}

.article__social-share .bookmark {
  flex: 0 0 auto;
}

.article__social-share .bookmark .button__icon {
  border: 1px solid #e9e9e9;
  align-items: center;
  height: 34px;
  justify-content: space-evenly;
  padding: 0 16px;
  font-size: 12px;
  line-height: 30px;
  color: #212121;
  border-radius: 25px;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.article__social-share .bookmark .button__icon:hover,
.article__social-share .bookmark .button__icon:focus {
  background-color: #e9e9e9;
}

.article__social-share .bookmark .button__icon img {
  margin-right: 4px;
}

.article__social-share .bookmark .button__icon.show {
  display: flex;
}

@media (min-width: 300px) and (max-width: 1024px) {
  .article__social-share .bookmark .button__icon {
    padding: 0 8px;
    line-height: 32px;
  }

  .article__social-share .bookmark .button__icon img {
    margin-right: 0;
  }

  .article__social-share .bookmark .button__icon span {
    display: none;
  }
}

.article__social-share .button__icon {
  border: 1px solid #e9e9e9;
  display: flex;
  align-items: center;
  height: 34px;
  justify-content: space-evenly;
  padding: 0 16px;
  font-size: 12px;
  line-height: 30px;
  color: #212121;
  margin-right: 12px;
  border-radius: 25px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

@media (min-width: 300px) and (max-width: 1024px) {
  .article__social-share .button__icon {
    margin-right: 8px;
  }
}

.article__social-share .button__icon:last-child {
  margin-right: 0;
}

.article__social-share .button__icon:hover,
.article__social-share .button__icon:focus {
  background-color: #e9e9e9;
}

@media (min-width: 300px) and (max-width: 1024px) {
  .article__social-share .button__icon {
    padding: 0 16px;
    line-height: 32px;
    white-space: nowrap;
  }
}

.article__social-share .button__icon img {
  height: 18px;
  width: auto;
  margin-right: 4px;
}

.article__social-share span {
  font-size: 12px;
  margin-right: 4px;
}

@media (min-width: 300px) and (max-width: 1024px) {
  #main-content {
    overflow: hidden;
  }
}

.tf-hide {
  display: none !important;
}

.weather-widget {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 12px;
}

@media (min-width: 300px) and (max-width: 1024px) {
  .weather-widget {
    color: #000;
  }
}

.weather-widget__data {
  border-left: 1px solid #e9e9e9;
  margin-left: 12px;
  padding: 2px 0 2px 12px;
}

@media (min-width: 300px) and (max-width: 1024px) {
  .weather-widget__data {
    border-left: none;
    margin-left: 0;
    padding: 2px 0;
    color: #000;
  }
}

.weather-widget__data--date {
  margin: 0;
}

.weather-widget__data--city {
  font-weight: bold;
  color: #000;
}

@media (min-width: 300px) and (max-width: 1024px) {
  .weather-widget__data--city {
    font-size: 10px;
    color: #000;
  }
}

.weather-widget__image {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  display: block;
}

@media (min-width: 300px) and (max-width: 1024px) {
  .weather-widget__image {
    width: 18px;
    height: 18px;
    order: 2;
    outline: 0;
  }
}

.weather-widget--locked {
  margin-left: 12px;
  min-width: 190px;
}

@media (min-width: 300px) and (max-width: 1024px) {
  .weather-widget--locked {
    min-width: 0;
  }
}

.weather-widget--locked .weather-widget__image {
  flex: 0 0 auto;
  width: 37px;
  height: 24px;
}

.weather-widget--locked .weather-widget__image:after {
  content: "";
  width: 40px;
  height: 26px;
  display: block;
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  background-image: url("/img/icon-weather-black.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (min-width: 300px) and (max-width: 1024px) {
  .weather-widget--locked .weather-widget__image:after {
    background-image: url("/img/icon-weather-black.svg");
  }
}

@media (min-width: 300px) and (max-width: 1024px) {
  .weather-widget--locked .weather-widget__data {
    display: none;
  }
}

.tf-hide {
  display: none !important;
}

.featured-category {
  padding: 16px;
  background-color: #fff;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  border-radius: 2px;
  -webkit-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 300px) and (max-width: 1024px) {
  .featured-category {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 0;
    box-shadow: none;
  }

  .featured-category:after {
    content: "";
    border-bottom: 1px solid #e9e9e9;
    width: calc(100% - 32px);
    display: block;
    margin: -1px auto 0;
    bottom: 0;
    height: 1px;
    left: 16px;
    position: absolute;
  }
}

.featured-category__header {
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  min-height: 40px;
  color: #212121;
  margin: 0 0 0 -16px;
  border-bottom: 1px solid #e9e9e9;
  width: calc(32px + 100%);
  padding: 0 16px 16px;
}

.featured-category__header a {
  color: #212121;
}

.featured-category--container {
  position: relative;
  min-height: 143px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 16px;
  border-bottom: 1px solid #e9e9e9;
  text-align: left;
}

.featured-category--url:last-child > div {
  border-bottom: 0;
}

.featured-category__title {
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
  color: #212121;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.featured-category__synopsis {
  display: flex;
  flex-direction: column;
}

.featured-category__date {
  font-size: 10px;
  color: #212121;
  display: block;
  align-items: center;
  justify-content: center;
  margin: auto 0 0 0;
}

.featured-category__image {
  width: 88px;
  height: 88px;
  flex: 0 0 auto;
  margin-left: 8px;
  position: relative;
  background-color: #f5f5f5;
  overflow: hidden;
  overflow: hidden;
  border-radius: 6px;
}

.featured-category__image img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
}

.featured-category__read-more {
  font-size: 16px;
  color: #fff;
  background-color: #212121;
  outline: 0;
  padding: 12px 12px;
  border: 1px solid #212121;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  display: inline-block;
  width: auto;
  overflow: hidden;
  border-radius: 100px;
  height: 48px;
  font-weight: bold;
  text-align: center;
  display: block;
  margin: 16px 0 0 0;
}

.featured-category__read-more:hover,
.featured-category__read-more:focus {
  outline: 0;
  background-color: #080808;
}

.featured-category__read-more:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.featured-category--slider-container {
  position: relative;
}

.tf-hide {
  display: none !important;
}

.traffic-widget {
  padding: 16px;
  background-color: #fff;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  border-radius: 2px;
  -webkit-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  margin-bottom: 16px;
}

.traffic-widget__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  min-height: 40px;
  color: #212121;
  margin: 0 0 16px -16px;
  border-bottom: 1px solid #e9e9e9;
  width: calc(32px + 100%);
  padding: 0 16px 16px;
}

.traffic-widget__blurb {
  display: block;
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 19px;
}

.traffic-widget__btn {
  font-size: 16px;
  color: #fff;
  background-color: #212121;
  outline: 0;
  padding: 12px 12px;
  border: 1px solid #212121;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  display: inline-block;
  width: auto;
  overflow: hidden;
  border-radius: 100px;
  height: 48px;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-top: 16px;
}

.traffic-widget__btn:hover,
.traffic-widget__btn:focus {
  outline: 0;
  background-color: #080808;
}

.traffic-widget__btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.comment {
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.btn_comm {
  width: 100%;
}

.block-avatar img {
  border-radius: 50%;
}

.fb-comment__text-input {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.comment-block-input__input {
  border: none;
  outline: none;
  background-color: inherit;
  flex: 0 1 70%;
}

.comment-block-input__button {
  border: none;
  font-weight: 500;
  float: right;
  cursor: pointer;
  color: #365899;
  padding: 10px;
}

.fb-post {
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dddfe2;
  border-radius: 3px;
  font: 400 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fb-comment__sort {
  color: #365899 !important;
  cursor: pointer;
  margin: 10px 0;
}

.fb-comment__sort:hover {
  text-decoration: underline;
}

.fb-comment__avatar {
  height: 32px;
  width: 32px;
  object-fit: cover;
  margin-right: 8px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 0;
}

.fb-comment__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  margin: 10px 0;
}

.fb-comment__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.fb-comment__text {
  width: 100%;
  margin: 0;
  padding: 8px 10px;
  color: #1d2129;
  background-color: #f2f3f5;
  border-radius: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.fb-comment__author {
  font-weight: 600;
  color: #365899 !important;
  text-decoration: none;
  cursor: pointer;
}

.fb-comment__author:hover {
  text-decoration: underline;
}

.fb-comment__react {
  text-decoration: none;
  color: #365899 !important;
}

.fb-comment__react:after {
  content: "·";
  color: #606770;
  padding: 3px;
}

.fb-comment__posted {
  color: #606770;
}

.fb-comment__like {
  position: absolute;
  bottom: -12px;
  right: 0;
  height: 20px;
  width: 47px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  color: #8d949e;
  font-size: 11px;
  font-weight: 400;
  padding: 2px 1px 2px 2px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5px;
}

.fb-comment__like img {
  height: 18px;
  width: 18px;
  display: inline-block;
  margin-right: 3px;
  padding: 0;
}

@media screen and (max-width: 600px) {
  .fb-post {
    width: 100%;
    margin: 0;
    padding: 5px;
  }

  .fb-comment__text {
    max-width: 100%;
  }
}

.facebook_header {
  background: #4267b2;
  padding: 10px;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.facebook_text {
  color: #fff;
  font-size: 20px;
}

@media (max-width: 768px) {
  .container {
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
  }
  .brandbar__links {
    flex-wrap: wrap;
  }
  .brandbar {
    padding: 16px;
    height: max-content;
    position: relative !important;
  }
}

.article-content a {
  color: #365899 !important;
  font-weight: 600;
}

.article-content span {
  color: #365899 !important;
}

.article-content li {
  list-style-type: disc;
  list-style-position: inside;
}

* {
  scroll-padding-top: 100px;
}

.article__title a {
  color: #20418d;
  transition: all 0.2s linear;
}

@media (hover: hover) {
  .article__title a:hover {
    color: #dd1f26;
  }
}

@media (hover: none) {
  .article__title a:active {
    color: #dd1f26;
  }
}

.article__subtitle {
  color: #666;
  font-size: 23px !important;
}

@media (max-width: 992px) {
  .article__subtitle {
    font-size: 19px !important;
  }
}

.article__subtitle span {
  color: #20418d;
}

.article-content p a {
  color: #20418d;
  transition: all 0.2s linear;
  font-weight: 800;
}

@media (hover: hover) {
  .article-content p a:hover {
    color: #dd1f26 !important;
  }
}

@media (hover: none) {
  .article-content p a:active {
    color: #dd1f26 !important;
  }
}

.article-content p span {
  color: #20418d;
  font-weight: 700;
}

.accent {
  padding: 20px;
  border-left: 4px solid #ff2622;
  background: #fff7f7;
  margin-bottom: 20px;
  margin-top: 40px;
}

.accent p:last-of-type {
  margin-bottom: 0;
}

.accent h2 {
  margin-top: 0;
}

.list li {
  list-style: auto !important;
  margin-bottom: 8px;
}

.reg-button {
  width: 100%;
  max-width: 400px;
  background: red;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 10px 20px;
  border-radius: 20px;
  color: white;
  font-size: 18px;
  transition: background 0.2s ease;
  &:hover {
    background: darkred;
  }
}
.reg-close-button {
  font-size: 35px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}
