/* Плавная прокрутка для внутренних якорных ссылок */
html { scroll-behavior: smooth; }

/* Доступность: уважаем настройку «уменьшить движение» */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

.iti {
  width: 100%;
}

a {
  cursor: pointer;
}

.block {
  --accent-color: var(--clr-cnn);
  content-visibility: auto;
}

@media (max-width: 991px) {
  .block {
  }
}

@media (min-width: 992px) and (max-width: 1320px) {
  .main__header {
    padding-left: 24px;
    padding-right: 24px;
  }

  header.main__header.main__header--has-central {
    padding: 0;
  }
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

a {
  background-color: transparent;
}

b,
strong {
  font-weight: bolder;
}

img {
  max-width: 100%;
  border-style: none;
}

button,
input,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button {
  text-transform: none;
}

button,
[type="button"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

:root {
  --clr-cnn: #c00;
  --clr-cnn-white-0: #fff;
  --clr-cnn-white-1: #fafafa;
  --clr-cnn-grey-0: #f8f8f8;
  --clr-cnn-grey-1: #e6e6e6;
  --clr-cnn-grey-2: #8c8c8c;
  --clr-cnn-grey-3: #464646;
  --clr-cnn-grey-4: #282828;
  --clr-cnn-grey-5: #0c0c0c;
  --clr-pop: #ff007a;
  --clr-entertainment: #ff007a;
  --clr-sports: #ff5c00;
  --clr-national: #489624;
  --clr-tech: #1770c6;
  --clr-politics: #3d4953;
  --clr-elections: #3d4953;
  --clr-economy: #3dbc9e;
  --clr-international: #ffb800;
  --clr-health: #16c5d0;
  --clr-style: #8f4ef9;
  --clr-brands: #c00;
  --clr-veg: #ae2ee7;
  --clr-cnn-placeholder: #d0d0d0;
  --clr-betnational: #0026e5;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.container {
  position: relative;
  margin: 0 auto;
  padding: 0 16px;
  width: 100% !important;
}

.row {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}

[class*="col"]:not(body) {
  position: relative;
  min-height: 1px;
}

@media (min-width: 992px) {
  .container {
    max-width: 1280px !important;
  }

  .col__sidebar {
    width: 300px;
    margin-left: 72px;
    padding: 0;
  }

  .col__list {
    width: calc(100% - 372px);
  }
}

@media (max-width: 1300px) and (min-width: 991px) {
  .col__list {
    width: 72%;
  }

  .col__sidebar {
    width: 25%;
    margin-left: 3%;
  }
}

body {
  font-family: "CNN Sans Display", helveticaneue, Helvetica, Arial, Utkal,
    sans-serif;
  background-color: #fff;
}

a {
  text-decoration: none;
  color: #4d4d4d;
}

button {
  cursor: pointer;
}

button:active,
button:focus {
  outline: 0;
}

figure {
  margin: 0;
}

@keyframes pulse {
  0% {
    opacity: 0.4;
    transform: scale(0.5);
  }

  70% {
    opacity: 0.1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(0.5);
  }
}

.site__main__title {
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  overflow: hidden;
}

input[type="text"]:focus {
  outline: 0;
}

.post__content p::first-child {
  margin: 0;
}

h2 {
  font-size: 23px;
  color: #262626;
  font-weight: 700;
  line-height: 28px;
  margin: 40px 0 24px;
}

.author__name {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 12px;
  margin-bottom: 0;
  color: #4d4d4d;
  display: flex;
}

.author__name .tp__author {
  font-weight: 400;
}

.author__post__data {
  font-weight: 200;
  margin-top: 4px;
}

.author__name .tp__author:before {
  content: ", ";
  font-weight: normal;
}

.author__group span a {
  text-decoration: underline;
  color: #262626;
}

@media (max-width: 991px) {
  .row {
    display: block !important;
  }
}

:root {
  --header-desk-h: 125px;
  --header-mobi-h: 56px;
  --nav-central-h: 40px;
}

@media (max-width: 991px) {
  body:not(.single) {
    padding-top: var(--header-mobi-h);
  }
}

.main__header {
  top: 0;
  z-index: 99999;
  position: sticky;
  background-color: #000;
  border-bottom: 1px solid var(--clr-cnn-grey-1);
  width: 100%;
  left: 0;
}

.main__header .container {
  max-width: 1352px !important;
  height: 69px;
  justify-content: space-between;
}

.main__header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu__encapsulators ul {
  background-color: #fff;
}

.main__header .container,
.header__menu,
.menu__encapsulators .menu__editorials li a,
.header__actions {
  display: flex;
  align-items: center;
}

.menu__hamburguer {
  width: 16px;
  height: 12px;
}

.menu__hamburguer {
  display: flex;
  flex-direction: column;
  gap: 3.5px;
  z-index: 4;
}

.menu__hamburguer span {
  display: block;
  height: 1.5px;
  width: 16px;
  background-color: #fff;
  border-radius: 5px;
  transition: 0.25s ease-in-out;
}

.header__menu {
  gap: 40px;
  height: 69px;
  position: relative;
}

.header__menu > a {
  z-index: 4;
  width: 68px;
  height: 69px;
}

.header__menu__logo {
  width: 68px;
  height: 68px;
}

.menu__encapsulators {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: opacity 0.1s linear;
  display: block;
  top: 100%;
  background-color: #fafafa;
  height: 100vh;
  width: 280px;
  z-index: 9999;
  box-shadow: 0 8px 28px -6px rgba(0, 0, 0, 0.12),
    0 18px 88px -4px rgba(0, 0, 0, 0.14);
  left: -16px;
  overflow: auto;
}

.menu__encapsulators ul li {
  padding-left: 25px;
  min-width: 100%;
  height: fit-content;
}

.menu__encapsulators ul li a,
.has__submenu a {
  color: var(--clr-cnn-grey-4);
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  transition: all 200ms ease-in;
  padding-right: 48px;
}

.menu__encapsulators li a:hover,
.menu-item.has__submenu a:hover {
  background-color: var(--clr-cnn-grey-3);
  color: #fff;
  padding-left: 14px;
}

.menu__encapsulators label {
  background: #000;
  position: fixed;
  left: 0;
  top: 69px;
  right: 0;
  bottom: 0;
  opacity: 0.2;
  z-index: -1;
}

.menu__encapsulators .menu__editorials {
  padding: 14px 0 22px;
  position: relative;
}

.menu__editorials::before,
.menu__editorials li:before {
  content: "";
  position: absolute;
}

.menu__editorials::before {
  width: calc(100% - 32px);
  height: 1px;
  background-color: #d0d0d0;
  margin-left: 16px;
  top: 0;
}

.menu__editorials li:before {
  height: 48px;
  width: 7px;
  left: 0;
  background-color: var(--accent-color);
}

.menu__encapsulators .menu__editorials li a {
  height: 100%;
  min-height: 48px;
}

.menu__editorials .menu-item {
  --accent-color: var(--clr-cnn-grey-1);
}

.menu__editorials .ao-vivo {
  --accent-color: var(--clr-cnn);
}

.menu__editorials .pop {
  --accent-color: var(--clr-pop);
}

.menu__editorials .esportes {
  --accent-color: var(--clr-sports);
}

.menu__editorials .nacional {
  --accent-color: var(--clr-national);
}

.menu__editorials .tecnologia {
  --accent-color: var(--clr-tech);
}

.menu__editorials .politica {
  --accent-color: var(--clr-politics);
}

.menu__editorials .eleicoes {
  --accent-color: var(--clr-elections);
}

.menu__editorials .economia {
  --accent-color: var(--clr-economy);
}

.menu__editorials .internacional {
  --accent-color: var(--clr-international);
}

.menu__editorials .saude {
  --accent-color: var(--clr-health);
}

.menu__editorials .lifestyle {
  --accent-color: var(--clr-style);
}

.menu__editorials .viagem-gastronomia {
  --accent-color: var(--clr-veg);
}

.menu__encapsulators .menu__institutional .menu-item {
  border-bottom: 1px solid var(--clr-cnn-grey-1);
}

.menu__encapsulators .menu__institutional .menu-item:first-child {
  border-top: 1px solid var(--clr-cnn-grey-1);
}

.menu__encapsulators .menu__institutional .menu-item a {
  display: flex;
  width: 100%;
  align-items: center;
  height: 40px;
  margin: 16px 0;
}

.menu__encapsulators .menu__disclaimer {
  padding: 32px 0 80px;
}

.menu__disclaimer .menu-item {
  margin-bottom: 16px;
}

.menu__disclaimer .menu-item:last-child {
  padding-bottom: 80px;
}

.menu__disclaimer .menu-item a:hover {
  text-decoration: underline;
  background: unset;
  transition: unset;
  color: var(--clr-cnn-grey-4);
  padding: 0;
}

.header__central__itens,
.header__featured__links {
  display: flex;
  gap: 22px;
  align-items: center;
}

.header__central__itens {
  position: relative;
  height: 69px;
}

.header__featured__links a {
  border-bottom: 4px solid transparent;
  padding: 21px 10px;
  color: #fff;
  transition: 0.3s ease;
  font-weight: 400;
  font-size: 14px;
}

.header__featured__links a:hover {
  border-color: var(--clr-cnn);
}

.header__featured__links .ao-vivo a {
  position: relative;
  padding-left: 36px;
}

.menu__editorials .ao-vivo a::before,
.menu__editorials .ao-vivo a::after {
  display: none;
}

.ao-vivo a::before,
.ao-vivo a::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.ao-vivo a::after {
  --shadow-bg: rgba(204, 0, 0, 0.5);
  --shadow-trace: rgba(204, 0, 0, 0);
  width: 8px;
  height: 8px;
  left: 16px;
  top: calc(50% - 5px);
  background-color: var(--clr-cnn);
}

.ao-vivo a::before {
  width: 32px;
  height: 32px;
  left: 0;
  top: calc(50% - 17px);
  background-color: var(--clr-cnn);
  opacity: 0.4;
  transform: scale(0.5);
  animation: pulse 1.2s infinite;
}

.header__actions {
  gap: 12px;
  position: relative;
  width: 64px;
  height: 24px;
}

.header__actions button {
  background: transparent;
  border: 0;
  padding: 0;
  position: absolute;
  /* top: -2px; */
  transition: all ease 1s;
}

.header__actions button img {
  width: 24px;
  height: 24px;
}

@media (max-width: 991px) {
  .header__menu__logo {
    width: 55px;
    height: 55px;
  }

  .main__header,
  .header__menu {
    height: var(--header-mobi-h);
  }

  .main__header .container {
    display: block;
  }

  .main__header {
    position: fixed;
    transition: transform 0.6s ease, top 0.6s ease;
    width: 100%;
    top: 0;
  }

  .menu__editorials::before {
    display: none;
  }

  .header__menu > a {
    position: absolute;
    transform: translateX(34px);
    width: 55px;
    height: 56px;
  }

  .header__central__itens {
    overflow-x: auto;
    border-bottom: 1px solid var(--clr-cnn-grey-1);
    background-color: #fff;
    height: var(--nav-central-h);
    margin-left: -24px;
    margin-right: -16px;
  }

  .header__featured__links {
    gap: 8px;
    height: 40px;
    overflow-y: hidden;
  }

  .header__featured__links a {
    white-space: nowrap;
    padding: 8px;
    color: #000;
  }

  .header__featured__links .menu-item:first-child {
    margin-left: 10px;
  }

  .header__featured__links .menu-item:last-child {
    padding-right: 16px;
  }

  .header__actions {
    position: absolute;
    top: 16px;
    right: 18px;
  }
}

.has__submenu a {
  position: relative;
  width: 100%;
  height: 48px;
  text-align: left;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.menu__encapsulators .submenu__itens {
  position: fixed;
  top: 101px;
  width: 0;
  height: 100vh;
  margin-left: -25px;
  transition: ease 0.3s;
  padding: 16px 0 0;
  z-index: -2;
  overflow: hidden;
}

.hide__submenu,
.submenu__link {
  position: relative;
}

.hide__submenu::after,
.submenu__link::after {
  content: "";
  right: 38px;
  top: 16px;
  width: 16px;
  height: 16px;
  z-index: 0;
  display: block;
  position: absolute;
  border: solid #0c0c0c;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
}

.hide__submenu::after {
  transform: rotate(225deg);
  margin-right: -8px;
}

.has__submenu a:hover:after {
  border-color: #e6e6e6;
}

.menu__disclaimer a::after {
  top: 4px;
  width: 10px;
  height: 10px;
  right: 32px;
}

.internal__menu {
  background-color: #fafafa;
  border-bottom: 1px solid #d0d0d0;
  display: flex;
  justify-content: center;
  overflow: auto;
  position: relative;
  z-index: 9;
  scrollbar-color: #d0d0d0 transparent;
  scrollbar-width: thin;
  white-space: -moz-pre-space;
}

.internal__menu::before,
.internal__menu li:before {
  display: none;
}

.internal__menu .container {
  height: 55px;
  padding-left: 15px;
  gap: 24px;
  justify-content: unset;
}

.internal__menu::-webkit-scrollbar {
  height: 8px;
}

.internal__menu::-webkit-scrollbar-thumb {
  background-color: #d0d0d0;
  border-radius: 8px;
}

.internal__menu a {
  font-size: 14px;
  line-height: 22.5px;
  padding: 4px 16px;
  border: 1px solid var(--clr-cnn-grey-2);
  text-wrap: nowrap;
  transition: all ease 0.2s;
  border-radius: 4px;
}

.internal__menu .current-menu-item a {
  background-color: var(--accent-color);
  color: #fff;
  border-color: var(--accent-color);
}

.internal__menu a {
  color: #8c8c8c;
}

.internal__menu a:hover {
  background-color: var(--accent-color);
  color: #fff;
  border-color: var(--accent-color);
}

@media (max-width: 991px) {
  .internal__menu {
    margin: -14px 0 0 -24px;
  }

  .internal__menu .container {
    overflow-x: auto;
    display: flex;
    gap: 8px;
    padding-left: 40px;
  }
}

.internal__menu.menu__editorials .menu-item:last-child {
  padding-right: 72px;
}

.menu__encapsulators .submenu__itens {
  top: 69px;
}

body {
  --header-desk-l: 128px;
  --header-desk-s: 64px;
  --header-mobi-l: 144px;
  --header-mobi-s: 88px;
  --header-height: var(--header-desk-l);
  --header-height-logged: 96px;
  --logo-size: 80px;
  --logo-size-min: 56px;
  --header-transition-timing: 0.15s;
  --ads-height: 250px;
}

.main__header .header__actions .header__menu__user {
  position: relative;
  right: -40px;
  scale: 0.8;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  background: #fff;
  padding: 10px;
  border-radius: 100%;
}

#GLgbuttonDiv {
  position: relative;
  z-index: 999;
}

.main__header .header__actions .header__menu__user .user__container {
  position: absolute;
  /* width: calc(100% + 22px); */
  /* height: 46px; */
  display: block;
  right: -13px;
  top: 0;
}

.header__actions .s-cont {
  width: 24px;
  height: 24px;
  border-right: 1px solid var(--clr-cnn-grey-1);
  padding-right: 32px;
  position: absolute;
  z-index: 5;
  margin: 0;
}

.custom-list li {
  margin-bottom: 20px !important;
}

.custom-list {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-bottom: 20px !important;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
  font-family: var(--dls-font-stack-sans);
  font-size: 1.25rem;
  line-height: 1.5rem;
}

p a {
  color: red !important;
}

footer {
  background-color: #fff;
  padding: 36px 0 !important;
  overflow-x: hidden;
  content-visibility: auto;
}

footer.black {
  background: #0f0f0f;
}

footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__top {
  display: grid;
  grid-template-columns: 66px 174px auto;
  grid-template-areas:
    "a b c"
    "a d c"
    "a e c"
    "a f c"
    "a g c";
  gap: 0 40px;
}

.footer__logo {
  grid-area: a;
}

.footer__logo a {
  display: block;
  width: 66px;
  height: 66px;
}

/* Footer Extra */
.footer__top span {
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}

footer.black .footer__top span {
  color: #fff;
}

.footer__top .footer__slug {
  margin: 0;
  margin-bottom: 16px;
  grid-area: b;
  grid-row: 1 / 2;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  line-height: 20px;
}

.footer__live {
  display: block;
  border-top: 1px #d0d0d0 solid;
  border-bottom: 1px #d0d0d0 solid;
  padding: 19px 0 18px 0;
  padding-left: 34px;
  background: url("") left center no-repeat;
  text-transform: uppercase;
  margin-bottom: 16px;
  grid-area: e;
  grid-row: 2 / 3;
}

footer.black .footer__live {
  background: url("") left center no-repeat;
}

.footer__live span {
  margin: 0;
  padding: 0;
}

footer .footer__live:hover span {
  color: #cc0000;
}

.footer__menu_plus span {
  text-transform: uppercase;
  margin: 0;
}

.footer__menu_plus li a {
  font-size: 14px;
  line-height: 26px;
  display: block;
}

footer.black .footer__menu_plus li a {
  color: #fff;
}

.footer__menu_plus li a:hover {
  color: #cc0000;
  text-decoration: underline;
}

/* footer nav */
.footer__navigation {
  display: flex;
  flex: 1;
  grid-area: c;
}

.footer__navigation__child {
  min-width: 100%;
}

.footer__navigation ul,
.footer__main__link {
  margin: 0;
  padding: 0;
}

.footer__navigation ul.navigation__block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 32px;
}

.footer__main__link {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.footer__navigation ul.navigation__block a {
  font-size: 14px;
  line-height: 26px;
  color: #282828;
  display: block;
}

footer.black .footer__navigation ul.navigation__block a {
  color: #fff;
}

.footer__navigation ul.navigation__block a:hover {
  color: #cc0000;
  text-decoration: underline;
}

footer.black .footer__navigation ul.navigation__block a:hover {
  color: #fff;
}

/* footer follow */
.social__footer {
  border-bottom: 1px #d0d0d0 solid;
  padding-bottom: 16px;
  margin-bottom: 16px;
  grid-area: f;
  grid-row: 3 / 4;
}

.social__footer span {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
}

.footer__follow__nav {
  display: flex;
  align-items: center;
}

.footer__follow__nav ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 18px 24px;
}

.footer__follow__nav li a {
  width: 23px;
  height: 23px;
  display: block;
  overflow: hidden;
  text-indent: -999px;
  transition: opacity 0.25s ease 0s;
  background-size: initial;
  background-position: center center;
  background-repeat: no-repeat;
}

.footer__follow__nav .twitter__social__media a {
  background-image: url("");
}

footer.black .footer__follow__nav .twitter__social__media a {
  background-image: url("");
}

.footer__follow__nav .facebook__social__media a {
  background-image: url("");
}

footer.black .footer__follow__nav .facebook__social__media a {
  background-image: url("");
}

.footer__follow__nav .youtube__social__media a {
  background-image: url("");
}

footer.black .footer__follow__nav .youtube__social__media a {
  background-image: url("");
}

.footer__follow__nav .instagram__social__media a {
  background-image: url("");
}

footer.black .footer__follow__nav .instagram__social__media a {
  background-image: url("");
}

.footer__follow__nav .linkedin__social__media a {
  background-image: url("");
}

footer.black .footer__follow__nav .linkedin__social__media a {
  background-image: url("");
}

.footer__follow__nav .pinterest__social__media a {
  background-image: url("");
}

footer.black .footer__follow__nav .pinterest__social__media a {
  background-image: url("");
}

.footer__follow__nav .tiktok__social__media a {
  background-image: url("");
}

footer.black .footer__follow__nav .tiktok__social__media a {
  background-image: url("");
}

.footer__follow__nav .whatsapp__social__media a {
  background-image: url("");
}

footer.black .footer__follow__nav .whatsapp__social__media a {
  background-image: url("");
}

/* Menu plus */
.footer__menu_plus {
  grid-area: g;
  grid-row: 4 / 5;
}

/* footer separator */

/* footer bottom */
.footer__bottom {
  position: relative;
  padding-top: 16px;
  margin-top: 32px;
}

.footer__bottom:before,
.footer__bottom:after {
  content: "";
  width: 100vw;
  height: 1px;
  display: block;
  background: #a81d1d;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.footer__bottom:after {
  top: 2px;
}

.footer__bottom__nav ul {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 10px 0 14px 0;
  list-style: none;
}

.footer__bottom__nav a {
  color: #282828;
  font-size: 14px;
}

footer.black .footer__bottom__nav a {
  color: #fff;
}

.footer__bottom__nav a:hover {
  text-decoration: underline;
}

/* footer copyright */
.footer__copyright {
  color: #8c8c8c;
  font-size: 12px;
  padding-top: 6px;
  margin-top: 40px;
}

.footer__top {
  max-width: 1248px;
  margin: 0 auto;
}

/* poopup cookies */

/* RESPONSIVE */

@media (max-width: 991px) {
  .footer__top {
    grid-template-columns: 72px auto;
    grid-template-areas:
      "a b"
      "e e"
      "c c"
      "g g"
      "f f";
    gap: 0 16px;
  }

  .footer__logo,
  .footer__top .footer__slug {
    grid-row: 1 / 2;
  }

  .footer__top .footer__slug {
    margin: 0;
    display: flex;
    align-items: center;
  }

  .footer__live {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .social__footer {
    grid-row: 5;
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
  }

  .footer__menu_plus {
    margin-top: 24px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px #d0d0d0 solid;
  }

  .footer__menu_plus li a {
    font-size: 16px;
    line-height: 32px;
  }

  .footer__navigation ul.navigation__block {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    grid-gap: 0;
    overflow: hidden;
  }

  .footer__navigation ul.navigation__block a {
    font-size: 16px;
  }

  .footer__navigation ul.navigation__block .footer__main__link {
    padding: 0;
    position: relative;
    margin: 0;
    font-size: 16px;
  }

  .footer__navigation ul.navigation__block .navigation__item {
    border-bottom: 1px #d0d0d0 solid;
    padding: 0;
    overflow: hidden;
  }

  .footer__navigation
    ul.navigation__block
    .navigation__item
    .footer__main__link {
    padding: 21px 0;
  }

  .footer__navigation ul.navigation__block .footer__main__link:before {
    content: "";
    display: block;
    width: 16px;
    height: 10px;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: url("") center center no-repeat;
    background-size: contain;
  }

  footer.black
    .footer__navigation
    ul.navigation__block
    .footer__main__link:before {
    background: url("") center center no-repeat;
  }

  .footer__navigation ul.navigation__block .navigation__subitem {
    visibility: hidden;
    margin-top: -8px;
    padding-bottom: 8px;
    max-height: 0;
    transition: max-height 0.3s linear, visibility 0.3s linear;
  }

  .footer__navigation ul.navigation__block .navigation__subitem a {
    line-height: 32px;
  }

  .footer__bottom__nav ul {
    flex-direction: column;
  }

  .footer__bottom__nav a {
    line-height: 32px;
    font-size: 16px;
  }

  .footer__copyright {
    margin-top: 32px;
    padding-top: 0;
  }
}

@media (max-width: 768px) {
  .footer__top {
    grid-template-areas:
      "a a"
      "b b"
      "e e"
      "c c"
      "g g"
      "f f";
  }

  .footer__logo {
    grid-row: 1 / 1;
  }

  .footer__top .footer__slug {
    grid-row: 2 / 2;
    margin-top: 16px;
  }

  .footer__live {
    grid-row: 3 / 3;
    margin-top: 24px;
  }

  .footer__navigation {
    grid-row: 4 / 4;
  }

  .footer__menu_plus {
    grid-row: 5 / 5;
  }

  .social__footer {
    grid-row: 6 / 6;
  }
}

@import url("urn:scrapbook:download:error:http://86.54.28.235/lander/br-luciano-hang-550-short-form-alexander_1762434805/css/css2.css");

a,
body,
div,
html,
i,
img,
li,
section,
span {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

* {
  box-sizing: inherit;
}

:active,
:focus {
  outline: none;
}

html {
  box-sizing: border-box;
  font-family: Fira Sans, sans-serif;
  font-size: 17px;
}

body {
  color: #1a231a;
  line-height: 1.6;
  overflow-x: hidden !important;
  position: relative;
}

::-moz-selection {
  background-color: #e6f7e6;
}

::selection {
  background-color: #e6f7e6;
}

i {
  font-style: italic;
  /* font-family: FontAwesome; */
}

section {
  display: block;
}

img {
  height: auto;
  max-width: 100%;
}

button,
input,
textarea {
  font-family: inherit;
}

button {
  cursor: pointer;
}

.comment {
  transition: all 0.25s ease-out;
  transform: translateZ(0);
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
  /* background-image: linear-gradient(
    0deg,
    transparent 0.1176470588em,
    #00af00 0,
    #00af00 0.2352941176em,
    transparent 0
  ); */
  transition: all 0.25s ease;
}

li {
  /* margin: 0 0 1.6470588235em 2.3529411765em; */
  /* position: relative; */
}

li:before {
  position: absolute;
}

:root {
  --ratio: 75%;
}

.block-highlight .meta__block:grid-block:first-of-type a {
  margin-left: 0;
}

.comment {
  margin-bottom: 1.0588235294rem;
  z-index: 0;
}

@media (min-width: 640px) {
  .comment {
    padding-left: 3.5294117647rem;
  }
}

.index-counter__line:fist-of-type,
.liveblog-timeline__line:fist-of-type {
  flex-grow: 5;
}

.liveblog-entry .liveblog-entry-text .twitter-tweet::shadow .EmbeddedTweet {
  margin: 0 auto;
}

.block {
  display: block;
}

.comment {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.comment-content {
  display: flex;
  flex-direction: column;
}

.comment-block {
  margin: 0.5rem 0;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.204);
  padding-bottom: 0.5rem;
}

.block-avatar {
  margin-right: 1rem;
}

.block-avatar img {
  border-radius: 50%;
  width: 50px !important;
  max-width: 50px;
}

.block-info-comment span {
  background-color: rgba(0, 0, 0, 0.108);
  display: block;
  padding: 0.4rem;
  border-radius: 10px;
}

.block-info-comment__name {
  font-weight: 700;
  color: #000;
}

.block-info-line {
  display: flex;
  flex-direction: column;
  font-size: 12px;
}

.block-info-answer-flex {
  display: flex;
  margin-top: 1.5rem;
}

.block-info-line__date {
  color: rgba(0, 0, 0, 0.44);
}

.block-info-line__like {
  display: flex;
  justify-content: flex-start;
  color: #000000;
  padding-top: 3px;
  white-space: nowrap;
}

.block-info-line__like_item {
  list-style: none;
  margin-right: 1rem;
  font-size: 14px !important;
}

.block-info-line__like_item a {
  color: #3b5998;
  text-decoration: none !important;
}

._2392 {
  margin-bottom: 24px;
}

.clearfix {
  zoom: 1;
}

._ohe {
  float: left;
}

.lfloat {
  float: left;
}

._4cqr {
  position: relative;
}

._42ef {
  overflow: hidden;
}

.UFIInputContainer {
  position: relative;
}

.UFICommentAttachmentButtons {
  bottom: 0;
  height: 24px;
  position: absolute;
  right: 0;
}

._ohf {
  float: right;
}

._4jy1._42fr {
  background-color: #9cb4d8;
  border-color: #9cb4d8;
}

._5tr6 button,
._5tr6 ._42fr:active {
  font-size: 14px;
  white-space: normal;
}

._3-99 {
  margin-left: 4px;
}

._42fr {
  cursor: default;
}

._42ft {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
}

._4jy3,
._4jy3._42fr:active {
  line-height: 22px;
}

._4jy1 {
  background-color: #4267b2;
  border-color: #4267b2;
}

._4jy1 {
  color: #fff;
}

._4jy0 {
  transition: 200ms cubic-bezier(0.08, 0.52, 0.52, 1) background-color,
    200ms cubic-bezier(0.08, 0.52, 0.52, 1) box-shadow,
    200ms cubic-bezier(0.08, 0.52, 0.52, 1) transform;
}

._4jy0 {
  border: 1px solid;
  border-radius: 2px;
  box-sizing: content-box;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  justify-content: center;
  padding: 0 8px;
  position: relative;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
}

.rfloat {
  float: right;
}

:disabled {
  cursor: default;
}

[type="submit"],
button {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}

._3-8_ {
  margin-right: 4px;
}

._6b {
  vertical-align: middle;
}

._6a {
  display: inline-block;
}

._50f7 {
  font-weight: 600;
}

._4uyl ._1u9t {
  font-size: 16px;
  padding: 12px 8px;
}

._1zz8 ._1u9t {
  min-height: 40px;
}

._4uyl ._1cb {
  border: 1px solid #d3d6db;
  word-wrap: break-word;
}

._1u9t {
  box-sizing: border-box;
  vertical-align: top;
  width: 100%;
}

body,
button,
input,
textarea {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}

textarea {
  resize: vertical;
}

button,
input,
textarea {
  color: inherit;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

.block-info-line__like {
  display: flex;
  justify-content: flex-start;
  color: #000000;
  padding-top: 3px;
  white-space: nowrap;
}

._491z {
  border-bottom: 1px solid #e9ebee;
  line-height: 25px;
  margin-bottom: 24px;
  padding: 8px 0;
}

.clearfix {
  zoom: 1;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-thumbs-up:before {
  content: "👍";
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

ul,
li {
  list-style: none;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

textarea,
input[type="text"],
input[type="email"] {
  -webkit-appearance: none !important;
  border-radius: 0;
}

button {
  cursor: pointer;
}

button {
  background: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited,
a:hover {
  text-decoration: none;
}

@media (max-width: 991px) {
  .disable_mob {
    display: none !important;
  }
}

.content_text {
  font-size: 1.5em !important;
}

p b {
  font-weight: bold;
}

.article_wrapper p,
.article_wrapper h2 {
  margin-bottom: 20px;
}

.StoryPageBody_spBody__HTMLBodyText__FEUdL a {
  font-weight: bold;
  text-decoration: none;
  color: #3498db;
}

.brand-name-image {
  position: absolute;
  top: 51%;
  width: 21%;
  left: 51%;
  text-align: center;
  font-weight: 700;
  transform: translate(-50%, -50%);
  font-size: 20px;
  user-select: none;
}

@media screen and (max-width: 1079px) {
  .brand-name-image {
    font-size: 18px;
  }
}

@media screen and (max-width: 670px) {
  .brand-name-image {
    font-size: 14px;
  }
}

@media screen and (max-width: 517px) {
  .brand-name-image {
    font-size: 10px;
  }
}

@media screen and (max-width: 380px) {
  .brand-name-image {
    font-size: 8px;
  }
}

.brand-name-image.brand-name-image2 {
  top: 34%;
  left: unset;
  right: 10%;
  color: #000;
}

.custom-list li {
  list-style: disc;
}

#cd-countdown {
  display: flex;
  align-items: center;
  font-family: sans-serif;
  justify-content: center;
}

.cd-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 5px;
  position: relative;
}

.cd-digits {
  display: flex;
}

.cd-box {
  background: #fff;
  padding: 10px 15px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  min-width: 40px;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  margin: 0 2px;
}

.cd-label {
  margin-top: 5px;
  font-size: 0.8em;
  color: #333;
  text-transform: uppercase;
  position: absolute;
  bottom: -25px;
  font-weight: bold;
}

.cd-separator {
  color: black;
  border-radius: 8px;
  font-size: 3em;
  font-weight: bold;
}

@media (max-width: 550px) {
  .cd-box {
    font-size: 20px;
  }
}

@media (max-width: 500px) {
  .cd-box {
    font-size: 18px;
    padding: 10px 13px;
    min-width: initial;
  }

  .cd-separator {
    font-size: 30px;
  }
}

@media (max-width: 450px) {
  .cd-box {
    font-size: 18px;
    padding: 10px 12px;
    min-width: initial;
  }
}

@media (max-width: 400px) {
  .cd-box {
    font-size: 16px;
    padding: 10px;
    min-width: initial;
  }
}

@media (max-width: 380px) {
  .cd-box {
    margin: 0 1.5px;
  }
}
