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

a {
  background-color: transparent
}

strong {
  font-weight: bolder
}

img {
  border-style: none
}

button {
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button {
  overflow: visible
}

button {
  text-transform: none
}

button {
  -webkit-appearance: button
}

button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

button:-moz-focusring {
  outline: 1px dotted ButtonText
}

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

html {
  box-sizing: border-box;
  font-size: 100%
}

*,:after,:before {
  box-sizing: inherit
}

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic
}

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: 0 0;
  line-height: 1;
  cursor: auto
}

button {
  font-family: inherit
}

div,li,p,ul {
  margin: 0;
  padding: 0
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility
}

strong {
  line-height: inherit
}

strong {
  font-weight: 700
}

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer
}

a:focus,a:hover {
  color: #1468a0
}

a img {
  border: 0
}

ul {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6
}

li {
  font-size: inherit
}

ul {
  list-style-type: disc
}

ul {
  margin-left: 1.25rem
}

@media print {
  * {
      background: 0 0!important;
      color: #000!important;
      color-adjust: economy;
      box-shadow: none!important;
      text-shadow: none!important
  }

  a,a:visited {
      text-decoration: underline
  }

  img {
      page-break-inside: avoid
  }

  img {
      max-width: 100%!important
  }

  @page {
      margin: .5cm
  }

  p {
      orphans: 3;
      widows: 3
  }
}

.grid-x {
  display: flex;
  flex-flow: row wrap
}

.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem;
  padding: .85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color .25s ease-out,color .25s ease-out;
  font-family: inherit;
  font-size: .9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer
}

.button {
  background-color: #1779ba;
  color: #fefefe
}

.button:focus,.button:hover {
  background-color: #14679e;
  color: #fefefe
}

a.button:focus,a.button:hover {
  text-decoration: none
}

.hide {
  display: none!important
}

.main-bar:after,.secondary-bar:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both
}

* {
  outline: none;
  box-sizing: border-box
}

body,html {
  margin: 0;
  padding: 0;
  color: var(--color01,#212335);
  background-color: var(--colorBackground01,#fff);
  height: 100%
}

body,html {
  font-family: sans-serif
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-size: var(--global-size,20px);
  line-height: var(--global-lineheight,32px)
}

html body {
  height: auto;
  min-height: 100vh
}

a,a:link,a:visited {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease
}

button {
  cursor: pointer
}

body {
  display: flex;
  flex-direction: column
}

@supports(-webkit-touch-callout:none) {
}

body .overlay-corporate-mask {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  top: 0;
  z-index: 100;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease
}

header.header {
  margin: 0 auto;
  border-bottom: 1px solid transparent
}

@media only screen and (min-width: 0) {
  header.header {
      max-width:var(--content-maxwidth,1296px)
  }
}

@media only screen and (min-width: 768px) {
  header.header {
      max-width:var(--content-maxwidth,1296px)
  }
}

@media only screen and (min-width: 1024px) {
  header.header {
      max-width:var(--content-maxwidth,984px)
  }
}

@media only screen and (min-width: 1296px) {
  header.header {
      max-width:var(--content-maxwidth,1400px)
  }
}

@media only screen and (min-width: 0) {
  header.header {
      padding-left:var(--article-padding,20px)
  }
}

@media only screen and (min-width: 768px) {
  header.header {
      padding-left:var(--article-padding,30px)
  }
}

@media only screen and (min-width: 1024px) {
  header.header {
      padding-left:var(--article-padding,10px)
  }
}

@media only screen and (min-width: 1296px) {
  header.header {
      padding-left:var(--article-padding,12px)
  }
}

@media only screen and (min-width: 0) {
  header.header {
      padding-right:var(--article-padding,20px)
  }
}

@media only screen and (min-width: 768px) {
  header.header {
      padding-right:var(--article-padding,30px)
  }
}

@media only screen and (min-width: 1024px) {
  header.header {
      padding-right:var(--article-padding,10px)
  }
}

@media only screen and (min-width: 1296px) {
  header.header {
      padding-right:var(--article-padding,12px)
  }
}

@media only screen and (min-width: 768px) {
  header.header {
      border-bottom:0
  }
}

header.header a:hover,header.header button:hover {
  color: var(--launch__label-color,#009)
}

header.header:after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #cdcdd6;
  left: 20px;
  right: 20px
}

.main-bar {
  text-align: center;
  height: 40px;
  margin: 7px 0;
  position: relative
}

.secondary-bar {
  height: 0;
  overflow: visible;
  -webkit-transition: height .3s ease;
  -moz-transition: height .3s ease;
  -ms-transition: height .3s ease;
  transition: height .3s ease;
  font-family: sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #212335
}

.secondary-bar__inner {
  position: relative;
  border: 0;
  height: 100%
}

.secondary-bar .topics {
  display: none;
  position: absolute;
  left: 0;
  right: 200px
}

.secondary-bar .topics__title {
  font-weight: 600;
  padding-right: 20px;
  width: 100px;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap
}

.secondary-bar .topics__nav {
  padding-left: 100px;
  position: relative;
  overflow: hidden
}

.secondary-bar .topics__nav__list__item {
  display: inline-block;
  padding-right: 20px
}

.secondary-bar .topics__nav__list__item:last-child {
  padding-right: 0
}

.secondary-bar .topics__nav__list.visible-list {
  display: inline-table
}

.secondary-bar .topics__nav__list.visible-list .topics__nav__list__item {
  display: table-cell;
  white-space: nowrap
}

.secondary-bar .topics__nav__button {
  font-weight: 600;
  margin: 0;
  padding: 0;
  background: 0 0;
  border: 0;
  color: #212335;
  opacity: .8;
  font-size: 20px;
  width: 20px;
  height: 6px;
  line-height: 0;
  position: relative;
  top: -2px
}

.secondary-bar .social {
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  margin-top: 13px;
  position: absolute;
  top: -2px;
  right: 0
}

@media only screen and (max-width: 767px) {
  .header-menu .header-menu__live {
      left:auto;
      right: 0;
      border-left: 0;
      padding-left: 0
  }

  .secondary-bar .social {
      display: none
  }
}

@media only screen and (min-width: 768px) {
  header.header:after {
      display:none
  }

  .main-bar {
      text-align: left;
      height: 30px;
      margin: 16px 0
  }

  .secondary-bar__inner {
      padding: 9px 0 8px;
      border-top: 1px solid #cdcdd6
  }

  .secondary-bar .topics {
      display: block
  }

  .secondary-bar .social {
      margin-top: 0;
      top: 10px
  }
}

@media only screen and (min-width: 1024px) {
  .main-bar {
      margin:20px 0
  }

  .main-bar {
      height: 38px
  }

  .secondary-bar {
      height: 41px
  }

  .secondary-bar__inner {
      padding: 11px 0 10px 190px
  }

  .secondary-bar__inner .topics {
      left: 190px
  }

  .secondary-bar__inner .social {
      top: 12px
  }
}

@media only screen and (min-width: 1296px) {
  .main-bar {
      margin:25px 0
  }

  .main-bar {
      height: 48px
  }

  .secondary-bar {
      height: 49px
  }

  .secondary-bar__inner {
      padding: 15px 0 15px 212px
  }

  .secondary-bar__inner .topics {
      left: 212px
  }

  .secondary-bar__inner .social {
      top: 13px;
      height: 20px;
      line-height: 20px
  }
}

.header-menu {
  font-family: sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #212335;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: -35px
}

.header-menu .button {
  font-weight: 600;
  margin: 0;
  padding: 0;
  background: 0 0;
  border: 0;
  color: #212335
}

.header-menu__nav {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 228px;
  height: 20px;
  text-align: left;
  overflow: hidden
}

.header-menu__nav__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative
}

.header-menu__nav__list__item {
  white-space: nowrap;
  height: 20px;
  max-height: 20px
}

.header-menu__nav__list__item .link {
  height: 20px;
  line-height: 20px;
  display: block;
  letter-spacing: 0
}

.header-menu__nav__list.visible-list {
  display: inline-table
}

.header-menu__nav__list.visible-list .header-menu__nav__list__item {
  display: table-cell;
  margin: 0;
  padding: 0 16px 0 0
}

.header-menu__nav__list.visible-list .header-menu__nav__list__item:last-child {
  padding-right: 0;
  height: 20px;
  line-height: 20px
}

.header-menu__nav__list.hidden-list {
  color: #212335;
  position: absolute;
  border: 0;
  box-shadow: 0 0 2px 2px hsla(0,0%,55.3%,.3);
  background-color: var(--sharebox-background,#fff);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  top: 44px;
  right: -33px;
  z-index: 15;
  text-align: center
}

.header-menu__nav__list.hidden-list:after,.header-menu__nav__list.hidden-list:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 50%;
  left: auto;
  width: 0;
  height: 0;
  border-style: solid
}

.header-menu__nav__list.hidden-list:before {
  margin: -12px -15px 0 0;
  border-width: 0 15px 12px;
  border-color: transparent transparent hsla(0,0%,55.3%,.3)
}

.header-menu__nav__list.hidden-list:after {
  margin: -10px -13px 0 0;
  border-width: 0 13px 10px;
  border-color: transparent transparent #fff
}

.header-menu__nav__list.hidden-list .header-menu__nav__list__item {
  padding: 5px 15px
}

.header-menu__nav__button {
  font-size: 24px;
  width: 23px;
  height: 20px;
  line-height: 0
}

.header-menu__nav__button.button {
  padding-bottom: 14px
}

.header-menu__tgr {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  height: 20px;
  line-height: 20px;
  text-align: center
}

.header-menu__tgr .button {
  height: 20px;
  font-size: 16px;
  line-height: 20px;
  display: block;
  margin: 0 auto;
  text-align: center
}

.header-menu__tgr .button:after {
  display: none
}

.header-menu__live {
  position: absolute;
  left: 84px;
  right: auto;
  bottom: 0;
  height: 20px;
  line-height: 20px;
  padding-left: 6px;
  border-left: 1px solid #cdcdd6;
  width: auto;
  white-space: nowrap
}

.header-menu__live .link {
  height: 20px;
  line-height: 20px;
  display: block
}

@media only screen and (min-width: 768px) {
  .header-menu {
      position:absolute;
      top: 5px;
      left: 160px;
      right: 190px;
      bottom: auto;
      min-width: 300px;
      height: 20px;
      line-height: 20px
  }

  .header-menu__nav {
      display: block;
      right: 266px
  }

  .header-menu__tgr {
      top: 0;
      left: auto;
      right: 140px;
      bottom: auto;
      width: 126px;
      border-left: 1px solid #cdcdd6
  }

  .header-menu__live {
      top: 0;
      left: auto;
      right: 0;
      bottom: auto;
      width: 140px;
      padding-left: 16px
  }
}

@media only screen and (min-width: 1024px) {
  .header-menu {
      top:9px;
      left: 170px;
      right: 260px;
      font-size: 16px
  }

  .header-menu__nav__list.visible-list .header-menu__nav__list__item {
      padding-right: 20px
  }

  .header-menu__nav__list.hidden-list {
      top: 45px
  }

  .header-menu__live {
      padding-left: 16px;
      width: 140px
  }
}

@media only screen and (min-width: 1296px) {
  .header-menu {
      font-size:18px;
      line-height: 24px;
      height: 24px;
      top: 13px;
      left: 212px;
      right: 270px
  }

  .header-menu__nav {
      height: 24px;
      line-height: 24px;
      right: 319px
  }

  .header-menu__nav__button {
      width: 25px;
      font-size: 25px
  }

  .header-menu__nav__button.button {
      padding-bottom: 16px
  }

  .header-menu__nav__list.hidden-list {
      top: 47px
  }

  .header-menu__tgr {
      width: 156px;
      right: 163px
  }

  .header-menu__tgr,.header-menu__tgr .button {
      height: 24px;
      line-height: 24px
  }

  .header-menu__tgr .button span {
      font-size: 18px;
      height: 24px;
      line-height: 24px
  }

  .header-menu__live {
      width: 164px;
      padding-left: 24px
  }

  .header-menu__live,.header-menu__live .link {
      height: 24px;
      line-height: 24px
  }
}

.mask-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  background: #000;
  opacity: 0;
  z-index: 100;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  -ms-transition: opacity .5s ease;
  transition: opacity .5s ease
}

#page-updated {
  color: #fff;
  background: var(--launch__label-color,#009);
  font-family: sans-serif;
  font-size: 13px;
  text-align: center;
  height: 22px;
  line-height: 18px;
  padding: 2px 0;
  overflow: hidden
}

#page-updated .date,#page-updated .hour {
  display: inline-block
}

#page-updated .hour {
  position: relative;
  padding-left: 12px
}

#page-updated .hour:before {
  content: "\00B7";
  position: absolute;
  left: 2px;
  font-size: 26px;
  display: inline-block
}

.prefooter {
  background-color: var(--prefooter-background,#212335);
  color: var(--prefooter-color,#fff);
  padding-top: 52px;
  padding-bottom: 40px
}

@media only screen and (min-width: 768px) {
  .prefooter {
      display:block
  }
}

@media only screen and (min-width: 1024px) {
  .prefooter {
      padding-top:64px;
      padding-bottom: 60px
  }
}

@media only screen and (min-width: 1024px) and (max-width:1295px) {
  .prefooter .cell-footerfirst .prefooter__wrapper {
      padding-right:10px
  }

  .prefooter .cell-footersecond .prefooter__wrapper {
      padding-left: 10px;
      padding-right: 10px
  }

  .prefooter .cell-social .prefooter__wrapper {
      padding-left: 10px
  }
}

@media only screen and (min-width: 1296px) {
  .prefooter {
      padding-top:72px;
      padding-bottom: 68px
  }
}

.prefooter__container {
  padding-left: 18px;
  padding-right: 18px;
  margin: 0 auto 40px;
}

@media only screen and (min-width: 0) {
  .prefooter__container {
      max-width:var(--content-maxwidth,1296px)
  }
}

@media only screen and (min-width: 768px) {
  .prefooter__container {
      max-width:var(--content-maxwidth,1296px)
  }
}

@media only screen and (min-width: 1024px) {
  .prefooter__container {
      max-width:var(--content-maxwidth,984px)
  }
}

@media only screen and (min-width: 1296px) {
  .prefooter__container {
      max-width:var(--content-maxwidth,1296px)
  }
}

@media only screen and (min-width: 1024px) {
  .prefooter__container {
      padding-left:0;
      padding-right: 0
  }
}

.prefooter .cell-footerfirst {
  width: 50%
}

.prefooter .cell-footerfirst .prefooter__list {
  column-count: 2
}

@media only screen and (min-width: 1024px) {
  .prefooter .cell-footerfirst .prefooter__list {
      column-count:3
  }
}

.prefooter .cell-footersecond {
  width: 50%
}

.prefooter .cell-footersecond .prefooter__list {
  column-count: 2
}

@media only screen and (min-width: 1024px) {
  .prefooter .cell-footersecond {
      width:33.33333%
  }
}

.prefooter .cell-redazioni {
  width: 75%;
  margin-top: 16px
}

@media only screen and (min-width: 1024px) {
  .prefooter .cell-redazioni {
      width:100%;
      order: 4
  }

  .prefooter .cell-redazioni .prefooter__list {
      column-count: 6
  }
}

.prefooter .cell-social {
  width: 25%;
  margin-top: 16px
}

@media only screen and (min-width: 1024px) {
  .prefooter .cell-social {
      width:16.66667%;
      order: 3;
      margin-top: 0
  }
}

.prefooter__wrapper {
  padding: 0 12px
}

.prefooter__title {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 12px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--prefooter__divider-color,#5e5e6e);
  font-family: sans-serif
}

.prefooter__list {
  display: block;
  max-height: none;
  column-count: 3;
  column-gap: 24px;
  margin-left: 0;
  margin-bottom: 0;
  list-style: none
}

.prefooter__list__item {
  font-size: 16px!important;
  line-height: 20px!important;
  color: var(--prefooter__link-color,#cdcdd6);
  padding-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.prefooter__list__item a:hover {
  color: #99b6ff
}

@supports(-webkit-hyphens: none) {
}

@media only screen and (min-width: 1024px) {
  @supports(-webkit-hyphens:none) {
  }
}

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

a {
  background-color: transparent
}

img {
  border-style: none
}

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

html {
  box-sizing: border-box;
  font-size: 100%
}

*,:after,:before {
  box-sizing: inherit
}

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic
}

div,p {
  margin: 0;
  padding: 0
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility
}

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer
}

a:focus,a:hover {
  color: #1468a0
}

a img {
  border: 0
}

@media print {
  * {
      background: 0 0!important;
      color: #000!important;
      color-adjust: economy;
      box-shadow: none!important;
      text-shadow: none!important
  }

  a,a:visited {
      text-decoration: underline
  }

  img {
      page-break-inside: avoid
  }

  img {
      max-width: 100%!important
  }

  @page {
      margin: .5cm
  }

  p {
      orphans: 3;
      widows: 3
  }
}

* {
  outline: none;
  box-sizing: border-box
}

body,html {
  margin: 0;
  padding: 0;
  color: var(--color01,#212335);
  background-color: var(--colorBackground01,#fff);
  height: 100%
}

body,html {
  font-family: sans-serif
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-size: var(--global-size,20px);
  line-height: var(--global-lineheight,32px)
}

html body {
  height: auto;
  min-height: 100vh
}

a,a:link,a:visited {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease
}

body {
  display: flex;
  flex-direction: column
}

@supports(-webkit-touch-callout:none) {
}

@supports(-webkit-hyphens: none) {
}

@media only screen and (min-width: 1024px) {
  @supports(-webkit-hyphens:none) {
  }
}

.mob_footer {
  display: none
}

@media(max-width: 500px) {
  .grid-x,.prefooter__container {
      display:none!important
  }

  .mob_footer {
      display: block!important
  }
}

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

a {
  background-color: transparent
}

.mb_search {
  display: none
}

img {
  border-style: none
}

button {
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button {
  overflow: visible
}

button {
  text-transform: none
}

button {
  -webkit-appearance: button
}

button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

button:-moz-focusring {
  outline: 1px dotted ButtonText
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: sans-serif
}

html {
  box-sizing: border-box;
  font-size: 100%
}

*,:after,:before {
  box-sizing: inherit
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic
}

ul {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6
}

@media print {
  * {
      background: 0 0!important;
      color: #000!important;
      color-adjust: economy;
      box-shadow: none!important;
      text-shadow: none!important
  }

  a,a:visited {
      text-decoration: underline
  }

  img {
      page-break-inside: avoid
  }

  img {
      max-width: 100%!important
  }

  @page {
      margin: .5cm
  }
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem;
  padding: .85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color .25s ease-out,color .25s ease-out;
  font-family: sans-serif;
  font-size: .9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer
}

.button {
  background-color: #1779ba;
  color: #fefefe
}

.button:focus,.button:hover {
  background-color: #14679e;
  color: #fefefe
}

a.button:focus,a.button:hover {
  text-decoration: none
}

.hide {
  display: none!important
}

.main-bar:after,.secondary-bar:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both
}

a,a:link,a:visited {
  text-decoration: none;
  color: inherit!important;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
  cursor: pointer!important
}

button {
  cursor: pointer
}

body {
  flex-direction: column
}

@supports(-webkit-touch-callout:none) {
}

body .overlay-corporate-mask {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  top: 0;
  z-index: 100;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease
}

header.header {
  margin: 0 auto;
  border-bottom: 1px solid transparent
}

@media only screen and (min-width: 0) {
  header.header {
      max-width:var(--content-maxwidth,1296px)
  }
}

@media only screen and (min-width: 768px) {
  header.header {
      max-width:var(--content-maxwidth,1296px)
  }
}

@media only screen and (min-width: 1296px) {
  header.header {
      max-width:var(--content-maxwidth,1296px)
  }
}

@media only screen and (min-width: 0) {
  header.header {
      padding-left:var(--article-padding,20px)
  }
}

@media only screen and (min-width: 768px) {
  header.header {
      padding-left:var(--article-padding,30px)
  }
}

@media only screen and (min-width: 1024px) {
  header.header {
      padding-left:var(--article-padding,10px)
  }
}

@media only screen and (min-width: 1296px) {
  header.header {
      padding-left:var(--article-padding,12px)
  }
}

@media only screen and (min-width: 0) {
  header.header {
      padding-right:var(--article-padding,20px)
  }
}

@media only screen and (min-width: 768px) {
  header.header {
      padding-right:var(--article-padding,30px)
  }
}

@media only screen and (min-width: 1024px) {
  header.header {
      padding-right:var(--article-padding,10px)
  }
}

@media only screen and (min-width: 1296px) {
  header.header {
      padding-right:var(--article-padding,12px)
  }
}

@media only screen and (min-width: 768px) {
  header.header {
      border-bottom:0
  }
}

header.header a:hover,header.header button:hover {
  color: var(--launch__label-color,#009)
}

header.header:after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #cdcdd6;
  left: 20px;
  right: 20px
}

.main-bar {
  text-align: center;
  height: 40px;
  margin: 7px 0;
  position: relative
}

.secondary-bar {
  height: 0;
  overflow: visible;
  -webkit-transition: height .3s ease;
  -moz-transition: height .3s ease;
  -ms-transition: height .3s ease;
  transition: height .3s ease;
  font-family: sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #212335
}

.secondary-bar__inner {
  position: relative;
  border: 0;
  height: 100%
}

.secondary-bar .topics {
  display: none;
  position: absolute;
  left: 0;
  right: 200px
}

.secondary-bar .topics__title {
  font-weight: 600;
  padding-right: 20px;
  width: 100px;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap
}

.secondary-bar .topics__nav {
  padding-left: 130px;
  position: relative;
  overflow: hidden
}

.secondary-bar .topics__nav__list__item {
  display: inline-block;
  padding-right: 20px
}

.secondary-bar .topics__nav__list__item:last-child {
  padding-right: 0
}

.secondary-bar .topics__nav__list.visible-list {
  display: inline-table
}

.secondary-bar .topics__nav__list.visible-list .topics__nav__list__item {
  display: table-cell;
  white-space: nowrap
}

.secondary-bar .topics__nav__button {
  font-weight: 600;
  margin: 0;
  padding: 0;
  background: 0 0;
  border: 0;
  color: #212335;
  opacity: .8;
  font-size: 20px;
  width: 20px;
  height: 6px;
  line-height: 0;
  position: relative;
  top: -2px
}

.secondary-bar .social {
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  margin-top: 13px;
  position: absolute;
  top: -2px;
  right: 0
}

@media only screen and (max-width: 767px) {
  .header-menu .header-menu__live {
      left:auto;
      right: 0;
      border-left: 0;
      padding-left: 0
  }

  .secondary-bar .social {
      display: none
  }
}

@media only screen and (min-width: 870px) {
  .secondary-bar {
      height:37px;
      overflow: hidden
  }
}

@media only screen and (max-width: 870px) {
  .secondary-bar__inner {
      display:none
  }
}

@media only screen and (min-width: 768px) {
  header.header:after {
      display:none
  }

  .main-bar {
      text-align: left;
      height: 30px;
      margin: 16px 0
  }

  .secondary-bar__inner {
      padding: 9px 0 8px;
      border-top: 1px solid #cdcdd6
  }

  .secondary-bar .topics {
      display: block
  }

  .secondary-bar .social {
      margin-top: 0;
      top: 10px
  }
}

@media only screen and (min-width: 1024px) {
  .main-bar {
      margin:20px 0
  }

  .main-bar {
      height: 38px
  }

  .secondary-bar {
      height: 41px
  }

  .secondary-bar__inner {
      padding: 11px 0 10px 190px
  }

  .secondary-bar__inner .social {
      top: 12px
  }
}

@media only screen and (min-width: 1296px) {
  .main-bar {
      margin:25px 0
  }

  .main-bar {
      height: 48px
  }

  .secondary-bar {
      height: 49px
  }

  .secondary-bar__inner {
      padding: 15px 0 15px 212px
  }

  .secondary-bar__inner .topics {
      left: 212px
  }

  .secondary-bar__inner .social {
      top: 13px;
      height: 20px;
      line-height: 20px
  }
}

.header-menu {
  font-family: sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #212335;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: -35px
}

.header-menu .button {
  font-weight: 600;
  margin: 0;
  padding: 0;
  background: 0 0;
  border: 0;
  color: #212335
}

.header-menu__nav {
  display: none;
  position: absolute;
  top: -8px;
  left: 0;
  right: 228px;
  height: 20px;
  text-align: left;
  overflow: hidden
}

.header-menu__nav__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative
}

.header-menu__nav__list__item {
  white-space: nowrap;
  height: 20px;
  max-height: 20px
}

.header-menu__nav__list__item .link {
  height: 20px;
  line-height: 20px;
  display: block;
  letter-spacing: 0;
  font-size: 16px;
  cursor: pointer!important
}

.header-menu__nav__list.visible-list {
  display: inline-table
}

.header-menu__nav__list.visible-list .header-menu__nav__list__item {
  display: table-cell;
  margin: 0;
  padding: 0 16px 0 0
}

.header-menu__nav__list.visible-list .header-menu__nav__list__item:last-child {
  padding-right: 0;
  height: 20px;
  line-height: 20px
}

.header-menu__nav__list.hidden-list {
  color: #212335;
  position: absolute;
  border: 0;
  box-shadow: 0 0 2px 2px hsla(0,0%,55.3%,.3);
  background-color: var(--sharebox-background,#fff);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  top: 44px;
  right: -33px;
  z-index: 15;
  text-align: center
}

.header-menu__nav__list.hidden-list:after,.header-menu__nav__list.hidden-list:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 50%;
  left: auto;
  width: 0;
  height: 0;
  border-style: solid
}

.header-menu__nav__list.hidden-list:before {
  margin: -12px -15px 0 0;
  border-width: 0 15px 12px;
  border-color: transparent transparent hsla(0,0%,55.3%,.3)
}

.header-menu__nav__list.hidden-list:after {
  margin: -10px -13px 0 0;
  border-width: 0 13px 10px;
  border-color: transparent transparent #fff
}

.header-menu__nav__list.hidden-list .header-menu__nav__list__item {
  padding: 5px 15px
}

.header-menu__nav__button {
  font-size: 24px;
  width: 23px;
  height: 20px;
  line-height: 0
}

.header-menu__nav__button.button {
  padding-bottom: 14px
}

.header-menu__tgr {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  height: 20px;
  line-height: 20px;
  text-align: center
}

.header-menu__tgr .button {
  height: 20px;
  font-size: 16px;
  line-height: 20px;
  display: block;
  margin: 0 auto;
  text-align: center
}

.header-menu__tgr .button:after {
  display: none
}

.header-menu__live {
  position: absolute;
  left: 84px;
  right: auto;
  bottom: 0;
  height: 20px;
  line-height: 20px;
  padding-left: 6px;
  border-left: 1px solid #cdcdd6;
  width: auto;
  white-space: nowrap
}

.header-menu__live .link {
  height: 20px;
  line-height: 20px;
  display: block
}

@media only screen and (min-width: 768px) {
  .header-menu {
      position:absolute;
      top: 5px;
      left: 160px;
      right: 190px;
      bottom: auto;
      min-width: 300px;
      height: 20px;
      line-height: 20px
  }

  .header-menu__nav {
      display: block;
      right: 266px
  }

  .header-menu__tgr {
      top: -5px;
      left: auto;
      right: 140px;
      bottom: auto;
      width: 126px;
      border-left: 1px solid #cdcdd6
  }

  .header-menu__live {
      top: 0;
      left: auto;
      right: 0;
      bottom: auto;
      width: 140px;
      padding-left: 16px
  }
}

@media only screen and (min-width: 1024px) {
  .header-menu {
      top:9px;
      left: 170px;
      right: 260px;
      font-size: 16px
  }

  .header-menu__nav__list.visible-list .header-menu__nav__list__item {
      padding-right: 20px
  }

  .header-menu__nav__list.hidden-list {
      top: 45px
  }

  .header-menu__live {
      padding-left: 16px;
      width: 140px
  }
}

@media only screen and (min-width: 1296px) {
  .header-menu {
      font-size:18px;
      line-height: 24px;
      height: 24px;
      top: 13px;
      left: 212px;
      right: 270px
  }

  .header-menu__nav {
      height: 24px;
      line-height: 24px;
      right: 319px
  }

  .header-menu__nav__button {
      width: 25px;
      font-size: 25px
  }

  .header-menu__nav__button.button {
      padding-bottom: 16px
  }

  .header-menu__nav__list.hidden-list {
      top: 47px
  }

  .header-menu__tgr {
      width: 156px;
      right: 163px
  }

  .header-menu__tgr,.header-menu__tgr .button {
      height: 24px;
      line-height: 24px
  }

  .header-menu__tgr .button span {
      font-size: 16px;
      height: 24px;
      line-height: 24px
  }

  .header-menu__live {
      width: 164px;
      padding-left: 24px
  }

  .header-menu__live,.header-menu__live .link {
      height: 24px;
      line-height: 24px
  }
}

.mask-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  background: #000;
  opacity: 0;
  z-index: 100;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  -ms-transition: opacity .5s ease;
  transition: opacity .5s ease
}

#page-updated {
  color: #fff;
  background: var(--launch__label-color,#009);
  font-family: sans-serif;
  font-size: 13px;
  text-align: center;
  height: 30px;
  line-height: 18px;
  padding: 2px 0;
  overflow: hidden
}

#page-updated .date,#page-updated .hour {
  display: inline-block
}

#page-updated .hour {
  position: relative;
  padding-left: 12px
}

#page-updated .hour:before {
  content: "\00B7";
  position: absolute;
  left: 2px;
  font-size: 26px;
  display: inline-block
}

@supports(-webkit-hyphens: none) {
}

@media only screen and (min-width: 1024px) {
  @supports(-webkit-hyphens:none) {
  }
}

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

@media(max-width: 1024px) {
  .header-menu__tgr {
      display:none
  }

  .header-menu__live {
      display: none
  }
}

@media(max-width: 800px) {
  .mb_search {
      display:block!important
  }
}

@media(max-width: 800px) {
  .l {
      display:flex;
      justify-content: space-between;
      top: -7px!important
  }

  .log {
      width: 125px!important
  }
}

@media(max-width: 1296px) {
  .header-menu__tgr,.header-menu__nav {
      display:none!important
  }
}

@media(max-width: 770px) {
  .live_tag_search {
      display:none
  }

  .header-menu__live>a {
      top: 0!important
  }
}

@media(max-width: 995px) {
  .secondary-bar .social {
      display:none
  }
}

.footer {
  text-align: center;
}