@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

html {
  scroll-behavior: smooth;
  scrollbar-color: #ccc #fafafa;
  scrollbar-width: thin; }

body {
  font-family: 'Roboto', Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.4;
  position: relative;
  background-color: #fff;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  body ::-webkit-scrollbar {
    width: 4px; }
  body ::-webkit-scrollbar-track {
    background: #fafafa; }
  body ::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 8px; }
  body ::-webkit-scrollbar-thumb:hover {
    background: #555; }

a {
  color: black;
  transition-property: color, background-color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out; }
  a:hover {
    text-decoration: none;
    color: #FF5722; }

.breadcrumbs {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem; }
  .breadcrumbs .category-main {
    font-weight: bold;
    font-size: 1.125rem;
    text-transform: uppercase;
    margin: 0; }
    @media (min-width: 768px) {
      .breadcrumbs .category-main {
        font-size: 1.25rem; } }
    @media (min-width: 1024px) {
      .breadcrumbs .category-main {
        font-size: 1.5rem; } }
    .breadcrumbs .category-main a {
      color: #FF5722; }
  .breadcrumbs .category-sub {
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    margin: 0; }
    .breadcrumbs .category-sub a,
    .breadcrumbs .category-sub span {
      color: #6c757d;
      display: inline-block;
      padding-left: 1rem;
      border-left: 1px solid #e9ecef;
      margin-left: 1rem; }
      .breadcrumbs .category-sub a:hover,
      .breadcrumbs .category-sub span:hover {
        color: #FF5722; }
    .breadcrumbs .category-sub.is-active a,
    .breadcrumbs .category-sub.is-active span {
      color: #FF5722; }
    @media (min-width: 768px) {
      .breadcrumbs .category-sub {
        font-size: 1rem; } }

/* zone style */
.zone {
  margin-bottom: 1.5rem; }
  @media (min-width: 1280px) {
    .zone {
      margin-bottom: 2rem; } }
  .zone__header {
    font-weight: bold;
    margin-bottom: 1rem; }
    .zone__header::after {
      display: block;
      content: "";
      clear: both; }
    .zone__header::after {
      display: block;
      content: "";
      clear: both; }
  .zone__title {
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 1rem;
    text-transform: uppercase; }
    .zone__title span,
    .zone__title a {
      display: inline-block;
      padding: 1px 0px 1px 16px;
      position: relative; }
      .zone__title span::before,
      .zone__title a::before {
        content: '';
        display: block;
        width: 4px;
        position: absolute;
        top: 0;
        left: 2px;
        bottom: 0;
        background-color: #FF5722;
        transform: skew(-15deg); }
  .zone__sub-title {
    float: right;
    font-size: 1rem;
    display: none; }
    @media (min-width: 1024px) {
      .zone__sub-title {
        display: block;
        font-size: 1.125rem; } }
    @media (min-width: 1280px) {
      .zone__sub-title {
        font-size: 1.5rem; } }
    .zone__sub-title a + a {
      margin-left: 1rem; }
  .zone__content::after {
    display: block;
    content: "";
    clear: both; }
  .zone__footer {
    margin-top: 1rem; }
  .zone--highlight {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 1rem; }
  .zone--border {
    padding: 1rem;
    border: 1px solid #000;
    border-top-width: 4px; }
    @media (min-width: 768px) {
      .zone--border {
        padding: 1.5rem; } }
  .zone--qc .zone__header {
    margin-bottom: 0.5rem; }
  .zone--qc .zone__title {
    font-size: 0.75rem;
    color: #dee2e6;
    font-weight: normal;
    text-transform: none; }
  .zone--qc .zone__content {
    padding: 0.5rem;
    background-color: #f8f9fa; }
  .zone--qc .three-cols-xs {
    font-size: 0; }
    @media (min-width: 768px) {
      .zone--qc .three-cols-xs .story {
        width: 33.33%;
        display: inline-block;
        vertical-align: top;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-top: 0 !important;
        border-bottom: none; }
        .zone--qc .three-cols-xs .story::before {
          display: none !important; } }

.qc {
  text-align: center;
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .qc {
      margin-left: 0;
      margin-right: 0; } }

.area {
  margin-bottom: 2rem; }
  .area--dark {
    background-color: #343a40;
    padding: 3rem 0 1.5rem; }
    .area--dark .zone {
      margin-bottom: 0; }
      .area--dark .zone__header {
        margin-bottom: 1.5rem; }
      .area--dark .zone__title {
        font-size: 1.5rem;
        line-height: 1; }
        .area--dark .zone__title span,
        .area--dark .zone__title a {
          color: white;
          padding-top: 0;
          padding-bottom: 0; }
        @media (min-width: 1024px) {
          .area--dark .zone__title {
            font-size: 2rem; } }
    @media (min-width: 768px) {
      .area--dark {
        padding-bottom: 3rem; } }

.page-link {
  margin-left: 0.5rem;
  min-width: 24px; }

.page-item:first-child .page-link {
  border-radius: 0; }
.page-item:last-child .page-link {
  border-radius: 0; }

/* story global */
.story {
  margin-bottom: 1.5rem; }
  .story::after {
    display: block;
    clear: both;
    content: "";
    box-sizing: border-box; }
  .story__thumb {
    margin-bottom: 0.625rem;
    overflow: hidden;
    text-align: center; }
    .story__thumb img {
      transition: all 0.2s ease-in-out; }
    .story__thumb video {
      width: 100%;
      height: auto; }
  .story__footer {
    margin-top: 0.5rem; }
  .story__title {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.4; }
    .story__title + .story__summary {
      margin-top: 0.5rem; }
    .story__title .highlight {
      color: #FF5722;
      font-style: normal;
      font-weight: 800; }
    .area--dark .story__title a {
      color: white; }
      .area--dark .story__title a:hover {
        color: #adb5bd; }
  .story__meta {
    margin-top: 0.5rem;
    font-size: 0.875rem; }
    .story__meta time {
      opacity: 0.5; }
  .story__count {
    margin-top: 0.5rem;
    opacity: 0.5;
    font-size: 0.875rem; }
  .story__summary {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    opacity: 0.8;
    display: none; }
    @media (min-width: 768px) {
      .story__summary {
        display: block; } }
  .story__cate {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.75rem;
    display: block;
    margin-top: 0.5rem; }
    .story__cate a {
      color: #FF5722; }
  .story__author {
    font-size: 0.75rem;
    display: block;
    margin-top: 0.5rem; }
  .story__sponsor {
    margin-top: 0.5rem;
    color: #FF5722;
    font-size: 0.75rem; }
  .story__related + .story__related {
    margin-top: 1rem; }
  .story__related a {
    font-weight: bold; }
    .story__related a::before {
      content: '∩äæ';
      font-family: "Font Awesome 5 Pro";
      margin-right: 1rem;
      opacity: 0.3;
      position: relative;
      top: -4px;
      font-size: 0.5rem;
      font-weight: bold; }
  .story--highlight .story__title {
    font-size: 1.25rem; }
  .story--highlight .story__cate {
    margin-left: 1.5rem !important;
    margin-bottom: 0; }
  .story--highlight .story__footer {
    margin: 1rem auto 0; }
  @media (min-width: 768px) {
    .story--highlight {
      margin-bottom: 0; }
      .story--highlight .story__title {
        font-size: 1.375rem; } }
  @media (min-width: 1024px) {
    .story--highlight .story__title {
      font-size: 1.5rem; } }
  .story--featured .story__title {
    font-size: 1.125rem; }
  .story--normal .story__title {
    font-weight: normal; }
  @media (min-width: 768px) {
    .story--secondary .story__title {
      font-size: 1.125rem; } }
  @media (min-width: 1024px) {
    .story--secondary .story__title {
      font-size: 1.5rem; } }
  .story--left .story__thumb {
    width: 90px;
    float: left;
    margin-right: 0.625rem;
    margin-bottom: 0;
    text-align: center; }
  .story--left .story__header {
    overflow: hidden; }
  .story--left.story--featured .story__thumb {
    width: initial;
    float: none;
    margin-right: 0;
    margin-bottom: 0.5rem; }
  @media (min-width: 768px) {
    .story--left.story--featured .story__thumb {
      width: 45%;
      float: left;
      margin-right: 1rem;
      margin-bottom: 0; } }
  .story--left.story--medium .story__thumb {
    width: 120px; }
  @media (min-width: 1024px) {
    .story--left.story--medium .story__thumb {
      width: 240px;
      margin-right: 1rem; } }
  @media (min-width: 768px) {
    .story--left-sm .story__thumb {
      float: none !important;
      margin: 0 0 0.5rem 0 !important;
      width: initial !important; } }
  .story--right .story__thumb {
    width: 90px;
    float: right;
    margin-left: 0.625rem;
    margin-bottom: 0; }
  .story--right .story__header {
    overflow: hidden;
    margin: 0 !important; }
  .story--border {
    position: relative;
    padding-bottom: 1rem; }
    .story--border::before {
      content: '';
      display: block;
      position: absolute;
      height: 1px;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.1); }
    .story--border:last-of-type, .story--border:last-child {
      padding-bottom: 0; }
      .story--border:last-of-type::before, .story--border:last-child::before {
        background-color: transparent; }
    @media (min-width: 768px) {
      .story--border + .story--border {
        margin-top: 1rem !important; } }
  .story--mask {
    position: relative; }
    .story--mask .story__thumb {
      margin-bottom: 0; }
      .story--mask .story__thumb a::before {
        position: absolute;
        top: 50%;
        bottom: 0;
        right: 0;
        left: 0;
        display: block;
        content: '';
        background: linear-gradient(to top, black, rgba(0, 0, 0, 0)); }
    .story--mask .story__header {
      padding-top: 0.625rem; }
    .story--mask .story__title {
      font-size: 1.125rem; }
    @media (min-width: 768px) {
      .story--mask .story__header {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 1rem; } }
  .story--timeline .story__thumb {
    max-width: 150px;
    float: right;
    margin-left: 0.5rem;
    margin-bottom: 0.5rem;
    position: relative;
    z-index: 2; }
  @media (min-width: 768px) {
    .story--timeline {
      display: flex; }
      .story--timeline .story__thumb {
        max-width: 200px; }
      .story--timeline .story__meta {
        order: 1;
        min-width: 150px;
        margin-right: 1rem;
        margin-top: 0; }
      .story--timeline .story__info {
        order: 2;
        flex-basis: calc(100% - 150px - 1rem); } }
  @media (min-width: 1024px) {
    .story--timeline .story__title {
      font-size: 1.125rem; } }
  @media (min-width: 768px) {
    .story--timeline.timeline-xs .story__thumb,
    .story--timeline.timeline-xs .story__info {
      float: none;
      max-width: 100%;
      flex-basis: 100%;
      margin: 0; } }
  .story--bullet {
    padding-left: 1rem;
    position: relative; }
    .story--bullet + .story--bullet {
      margin-top: 1rem !important; }
    .story--bullet .story__title a::before {
      content: '';
      display: block;
      width: 6px;
      height: 6px;
      position: absolute;
      background-color: #495057;
      top: 6px;
      left: 0; }
  .story--photo .story__thumb, .story--video .story__thumb {
    position: relative; }
    .story--photo .story__thumb a::after, .story--video .story__thumb a::after {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      content: '';
      background-image: url("../images/sprites.svg");
      background-size: 500px 150px;
      display: inline-block;
      width: 60px;
      height: 60px;
      background-position: -0px -50px; }
    .story--photo .story__thumb a:hover::after, .story--video .story__thumb a:hover::after {
      opacity: 0.7; }
  .story--photo .story__thumb {
    position: relative; }
    .story--photo .story__thumb a::after {
      content: '∩úä';
      font-weight: 300; }
  @media (min-width: 1024px) {
    .zone--highlight .story--photo .story__header::before {
      content: '∩éâ';
      font-weight: 300; } }
  .zone--highlight .story.story--right .story__cate {
    margin-left: 0; }
  .zone--featured .story.story--secondary {
    text-align: center; }
    .zone--featured .story.story--secondary .story__thumb {
      position: relative;
      overflow: hidden; }
      .zone--featured .story.story--secondary .story__thumb a::after {
        content: '';
        display: block;
        position: absolute;
        background-color: white;
        height: 20%;
        width: 100%;
        top: 90%;
        left: 0;
        -webkit-transform: skewY(-6deg);
        -ms-transform: skewY(-6deg);
        -o-transform: skewY(-6deg);
        transform: skewY(-6deg); }
    .zone--featured .story.story--secondary .story__cate {
      margin-bottom: 1.5rem; }
      .zone--featured .story.story--secondary .story__cate::before {
        display: none; }
  .zone--slider .story .story__header {
    margin-top: 0; }
  .zone--slider .story .story__thumb {
    position: relative;
    overflow: visible; }
    .zone--slider .story .story__thumb::after {
      display: block;
      content: '';
      width: 94%;
      height: 8px;
      background-color: #f0f0f0;
      position: absolute;
      top: 100%;
      left: 0;
      margin-top: 1px;
      margin-left: 3%; }
  @media (min-width: 768px) {
    .story {
      margin-bottom: 0; }
      .story + .story {
        margin-top: 1.5rem; } }
  .story.has-expert .story__thumb {
    position: relative; }
    .story.has-expert .story__thumb > a::after {
      display: block;
      content: '';
      position: absolute;
      top: 40%;
      right: 0;
      bottom: 0;
      left: 0;
      background-image: linear-gradient(transparent, black);
      border-bottom-left-radius: 0.5rem;
      border-bottom-right-radius: 0.5rem; }
  .story.has-expert.story--left-sm .story__thumb::after {
    display: none; }
  @media (min-width: 768px) {
    .story.has-expert.story--left-sm .story__thumb::after {
      display: block; } }
  .story .expert {
    position: absolute;
    bottom: 0.5rem;
    left: 0.5rem;
    right: 0.5rem;
    z-index: 2; }
    .story .expert__avatar {
      max-width: 3rem;
      margin-bottom: 0; }
    .story .expert__header {
      max-width: calc(100% - 3.5rem); }
    .story .expert__name, .story .expert__title {
      color: white;
      text-align: left;
      margin-bottom: 0.25rem; }
      .story .expert__name a, .story .expert__title a {
        color: white; }
        .story .expert__name a:hover, .story .expert__title a:hover {
          text-decoration: underline; }
    .story .expert__title {
      opacity: 0.7; }
    .story .expert__follow {
      color: white; }

.expert {
  display: flex; }
  .expert::after {
    display: block;
    content: "";
    clear: both; }
  .expert__avatar {
    max-width: 64px;
    margin-right: 0.5rem;
    margin-bottom: 0; }
    .expert__avatar img {
      border-radius: 4px; }
  .expert__name, .expert__title {
    font-size: 0.875rem;
    text-align: left; }
  .expert__name {
    margin-bottom: 0.5rem;
    font-weight: bold; }
  .expert__title {
    opacity: 0.5;
    margin-bottom: 0; }
  .expert__follow {
    margin-left: auto; }
    .expert__follow .button {
      border-radius: 50%;
      width: 2rem;
      height: 2rem;
      line-height: 30px;
      text-align: center;
      display: none;
      border: 1px solid #ddd;
      cursor: pointer; }
      .expert__follow .button.is-active {
        display: inline-block; }
      .expert__follow .button:hover {
        background: #e0e0e0;
        color: #333; }
      .expert__follow .button-check {
        background-color: #F01837;
        color: white;
        border-color: #F01837; }
  .expert-lg {
    flex-wrap: wrap; }
    .expert-lg .expert__avatar {
      max-width: initial;
      flex-basis: 100%;
      margin-right: 0; }
      .expert-lg .expert__avatar img {
        border-radius: 0.5rem; }
      @media (min-width: 768px) {
        .expert-lg .expert__avatar {
          max-width: 5rem;
          flex-basis: 5rem;
          margin-right: 1rem; } }
    .expert-lg .expert__name {
      font-size: 2rem;
      margin-bottom: 1rem;
      text-transform: uppercase; }
    .expert-lg .expert__title, .expert-lg .expert__detail {
      opacity: 0.8;
      margin-bottom: 0.25rem; }
    .expert-lg .expert__info {
      flex-basis: 100%;
      order: 3; }
      @media (min-width: 768px) {
        .expert-lg .expert__info {
          order: initial;
          flex-basis: calc(100% - 8.5rem); } }
    .expert-lg .expert__follow {
      flex-basis: 2rem;
      margin-left: initial; }
      @media (min-width: 768px) {
        .expert-lg .expert__follow {
          margin-left: auto; } }

*[class*="fa-"] {
  display: inline-block;
  background-image: url("../images/sprites.svg?v=1.1");
  background-size: 500px 150px;
  vertical-align: middle; }

.fa-phone {
  width: 16px;
  height: 16px;
  background-position: -0px -50px; }
.fa-envelope {
  width: 16px;
  height: 16px;
  background-position: -50px -50px; }
.fa-home {
  width: 18px;
  height: 18px;
  background-position: -200px 0px; }
  .fa-home:hover {
    background-position-x: -250px; }
.fa-search {
  width: 24px;
  height: 24px;
  background-position: 0 0; }
.fa-search-white {
  width: 24px;
  height: 24px;
  background-position: -150px 0; }
.fa-m-search {
  width: 24px;
  height: 24px;
  background-position: 0 0; }
.fa-newspaper {
  width: 24px;
  height: 24px;
  background-position: -150px -50px; }
.fa-bars {
  width: 24px;
  height: 24px;
  background-position: -100px -0px; }
.fa-times {
  width: 24px;
  height: 24px;
  display: block;
  background-position: -50px -0px; }
.fa-tags {
  width: 16px;
  height: 16px;
  background-position: -350px -0px; }
.fa-copy {
  width: 16px;
  height: 16px;
  background-position: -400px -0px; }
.fa-angle-up {
  width: 14px;
  height: 18px;
  background-position: -450px -0px; }
.fa-facebook {
  width: 24px;
  height: 24px;
  background-position: -100px -100px; }
.fa-youtube {
  width: 24px;
  height: 24px;
  background-position: -150px -100px; }
.fa-search {
  width: 24px;
  height: 24px;
  background-position: -200px -100px; }

.zone--highlight .zone__content .story-listing .story--featured .story__summary {
  display: none; }
@media (min-width: 768px) {
  .zone--highlight .zone__content {
    display: flex; }
    .zone--highlight .zone__content .story--highlight {
      flex-basis: calc(100% - 240px - 24px);
      margin-bottom: 1rem; }
    .zone--highlight .zone__content .story-listing {
      flex-basis: 240px;
      display: block;
      margin-bottom: 1rem;
      margin-left: auto; } }
@media (min-width: 1024px) {
  .zone--highlight .zone__content .story-listing .story--featured .story__summary {
    display: block; }
  .zone--highlight .zone__content .story--highlight {
    order: 2;
    margin-left: auto; }
  .zone--highlight .zone__content .story-listing {
    order: 1;
    margin-right: auto;
    margin-left: initial; } }

/* columns */
@media (min-width: 1024px) {
  .column-wrap {
    display: flex; } }
@media (min-width: 1024px) {
  .column-main {
    flex-basis: calc(100% - 300px - 24px); } }
@media (min-width: 1024px) {
  .column-sidebar {
    width: 300px;
    width: 300px;
    margin-left: auto; } }

.area--dark .story--border::before {
  background-color: rgba(255, 255, 255, 0.1); }
.area--dark .story--border:last-child::before {
  background-color: transparent; }

.site-header {
  z-index: 20;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #ddd; }
  .site-header__content {
    display: flex;
    align-items: center;
    padding: 0.5rem 0; }
    .site-header__content::after {
      display: block;
      content: "";
      clear: both; }
    .site-header__content .tool {
      margin-bottom: 0;
      display: none; }
    @media (min-width: 768px) {
      .site-header__content {
        padding: 1rem 0; }
        .site-header__content .tool {
          display: flex;
          margin-left: auto;
          align-items: center;
          position: relative; }
          .site-header__content .tool time {
            font-size: 0.875rem;
            color: #6c757d;
            margin-right: 0.5rem; }
          .site-header__content .tool .btn-search-desktop.is-active .fa-search {
            background-position-x: -300px; }
          .site-header__content .tool .input-wrap {
            position: absolute;
            right: 0;
            top: 100%;
            display: none;
            width: 300px;
            background-color: #f8f9fa;
            padding: 0.25rem 0.5rem;
            border: 1px solid #ced4da;
            box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
            z-index: 3; }
            .site-header__content .tool .input-wrap .fa-search {
              right: 0.5rem; } }
  .site-header .logo {
    margin: 0 auto 0 0; }
    .site-header .logo .img-fluid {
      max-height: 48px; }
    @media (min-width: 768px) {
      .site-header .logo {
        margin-right: 1rem; }
        .site-header .logo .img-fluid {
          max-height: 48px; } }
  .site-header .input-wrap {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    display: none; }
    .site-header .input-wrap:hover {
      border-bottom-color: #aaa; }
    .site-header .input-wrap .fa-search {
      position: absolute;
      right: 0em;
      top: 50%;
      transform: translateY(-50%); }
    .site-header .input-wrap .form-control {
      background-color: transparent;
      border-radius: 0;
      border: none;
      font-size: 0.875rem;
      height: 40px;
      padding: 0; }
      .site-header .input-wrap .form-control:hover, .site-header .input-wrap .form-control:active, .site-header .input-wrap .form-control:focus {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none; }
    @media (min-width: 768px) {
      .site-header .input-wrap {
        display: block; } }
  @media (min-width: 768px) {
    .site-header .nav-wrap {
      background-color: transparent;
      border-top: 1px solid #dee2e6;
      border-bottom: 1px solid #dee2e6; } }
  .site-header .nav {
    display: none;
    background-color: #e9ecef; }
    .site-header .nav-item {
      font-size: 1rem;
      position: relative;
      text-transform: uppercase; }
      .site-header .nav-item:last-child {
        border-bottom: none; }
    .site-header .nav-link {
      padding: 0.75rem 1rem;
      -webkit-transition: 0.2s all ease-in-out;
      -o-transition: 0.2s all ease-in-out;
      transition: 0.2s all ease-in-out; }
      .site-header .nav-link .fa-angle-down {
        display: none; }
    .site-header .nav .btn-nav-expand {
      position: absolute;
      top: 0rem;
      right: 0.5rem;
      color: white;
      -webkit-transition: 0.2s all ease-in-out;
      -o-transition: 0.2s all ease-in-out;
      transition: 0.2s all ease-in-out;
      font-size: 1.5rem; }
      .site-header .nav .btn-nav-expand.is-active {
        transform: rotate(-180deg); }
    .site-header .nav-sub {
      list-style-type: none;
      padding-left: 1rem;
      z-index: 3;
      opacity: 0.9;
      display: none; }
      .site-header .nav-sub .nav-item::before {
        display: block;
        content: '';
        width: 6px;
        height: 6px;
        background-color: white;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -3px;
        opacity: 1; }
      .site-header .nav-sub.is-active {
        display: block; }
    .site-header .nav .input-wrap {
      display: block;
      margin: 0.5rem 1rem; }
    .site-header .nav-expand > .nav-link {
      display: none; }
    .site-header .nav-expand > .nav-sub {
      padding-left: 0; }
    .site-header .nav-trigger {
      margin-left: auto !important; }
      .site-header .nav-trigger .nav-sub {
        left: auto !important;
        right: 0 !important; }
    .site-header .nav.is-active {
      display: block;
      position: fixed;
      top: 64px;
      left: 0;
      right: 0;
      bottom: 0;
      overflow: auto;
      margin: 0;
      z-index: 20; }
    @media (min-width: 768px) {
      .site-header .nav {
        display: flex;
        margin-left: 0;
        margin-right: 0;
        position: relative;
        background-color: transparent;
        padding: 0;
        border: none; }
        .site-header .nav .nav-item {
          font-size: 1rem;
          border-bottom: none;
          text-transform: uppercase; }
          .site-header .nav .nav-item::before {
            display: none; }
          .site-header .nav .nav-item:hover .nav-sub {
            display: block; }
          .site-header .nav .nav-item:hover > .nav-link {
            color: #FF5722;
            background-color: #f8f9fa; }
          .site-header .nav .nav-item.is-active > .nav-link {
            color: #FF5722; }
          .site-header .nav .nav-item + .nav-item {
            margin-left: 1px; }
          .site-header .nav .nav-item:nth-child(2):hover .fa-home {
            background-position-x: -250px; }
        .site-header .nav .nav-link {
          padding: 0.75rem 1.125rem;
          color: black; }
          .site-header .nav .nav-link .fa-angle-down {
            display: inline-block; }
        .site-header .nav .nav-sub {
          display: none;
          opacity: 1;
          position: absolute;
          top: 100%;
          left: 0;
          right: auto;
          width: 220px;
          padding-left: 0;
          background-color: #f8f9fa; }
          .site-header .nav .nav-sub .nav-link:hover {
            background-color: #e9ecef; }
        .site-header .nav .input-wrap {
          display: none; }
        .site-header .nav .btn-nav-expand {
          display: none; }
        .site-header .nav-expand > .nav-link {
          display: block; }
        .site-header .nav-expand > .nav-sub {
          left: auto;
          right: 0; }
        .site-header .nav-search-md .nav-link {
          padding-top: 0.5rem;
          padding-bottom: 0.5rem; }
        .site-header .nav-search-md .input-wrap {
          display: block;
          margin: 0; }
          .site-header .nav-search-md .input-wrap .form-control {
            color: #343a40; }
          .site-header .nav-search-md .input-wrap .fa-search {
            background-size: 250px 50px;
            width: 12px;
            height: 12px;
            background-position: 0 0; }
            .site-header .nav-search-md .input-wrap .fa-search:hover {
              opacity: 0.5; }
        .site-header .nav-search-md:hover .nav-sub {
          padding: 0.5rem;
          left: auto;
          right: 0; } }
  .site-header .m-btn {
    display: flex; }
    .site-header .m-btn .btn {
      padding: 0 0.5rem;
      min-width: 3rem;
      text-align: center; }
    @media (min-width: 768px) {
      .site-header .m-btn {
        display: none; } }
    .site-header .m-btn .fab,
    .site-header .m-btn .fal {
      font-size: 1.75rem;
      line-height: 32px; }
    .site-header .m-btn .fa-telegram {
      color: #FF5722; }
    .site-header .m-btn .fa-times {
      display: none; }
    .site-header .m-btn.is-active .fa-bars {
      display: none; }
    .site-header .m-btn.is-active .fa-times {
      display: block; }
  .site-header.is-pinned .site-header__content {
    background-color: white;
    border-bottom: 1px solid #ddd;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    padding-left: 1rem;
    padding-right: 1rem; }
  @media (max-width: 767px) {
    .site-header.is-pinned .site-header__toolbar {
      background-color: white;
      border-bottom: 1px solid #ddd;
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      z-index: 20; }
    .site-header.is-pinned time {
      display: none; }
    .site-header.is-pinned .nav {
      position: fixed;
      top: 64px;
      left: 0;
      right: 0;
      bottom: 0;
      overflow: auto;
      margin: 0; } }
  @media (min-width: 768px) {
    .site-header.is-pinned .site-header__content {
      position: static;
      padding-left: 0;
      padding-right: 0; }
    .site-header.is-pinned .nav-wrap {
      position: fixed;
      top: 0px;
      left: 0;
      right: 0;
      z-index: 20;
      background: #fff; } }
  @media (min-width: 768px) {
    .site-header {
      border-bottom: none; } }

.site-footer {
  margin-top: 1.5rem;
  background-color: #f8f9fa;
  padding: 2rem 0;
  border-top: 1px solid #dee2e6; }
  .site-footer::after {
    display: block;
    content: "";
    clear: both; }
  .site-footer p {
    margin-bottom: 0;
    font-size: 0.875rem; }
  .site-footer .title {
    font-size: 1.125rem;
    font-weight: bold;
    font-family: 'Merriweather', Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: uppercase; }
  @media (min-width: 768px) {
    .site-footer .info--sub {
      text-align: right; } }

@media (min-width: 1280px) {
  .page-detail .site-content .container {
    max-width: 988px; } }

.detail {
  /* article tag */
  /* comment */ }
  .detail-wrap {
    margin-bottom: 2rem; }
  .detail__header {
    position: relative;
    margin-bottom: 1.5rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; }
  .detail__title {
    margin: 0 0 1rem;
    line-height: 1.3;
    font-weight: bold;
    font-size: 1.5rem; }
    .detail__title-sub {
      font-size: 1.5rem;
      font-weight: bold; }
    @media (min-width: 768px) {
      .detail__title {
        font-size: 2rem; } }
  .detail__meta {
    font-size: 1rem;
    opacity: 0.5;
    margin: 0.5rem 0px; }
  .detail__summary {
    font-size: 1.125rem;
    line-height: 1.7;
    margin-bottom: 1rem;
    font-weight: bold;
    color: #495057; }
  .detail__avatar {
    text-align: center; }
    .detail__avatar figcaption {
      margin-top: 0.5rem;
      text-align: center;
      font-style: italic; }
  .detail__tools {
    display: flex;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    position: relative;
    flex-direction: column; }
    .detail__tools .detail__author {
      margin-bottom: 1rem; }
    .detail__tools::after {
      position: absolute;
      display: block;
      content: '';
      height: 1px;
      width: 100%;
      left: 0;
      bottom: 0;
      background-color: #e9ecef; }
    @media (min-width: 1024px) {
      .detail__tools {
        flex-direction: row; }
        .detail__tools .detail__author {
          margin-bottom: 0rem;
          margin-right: 1rem; } }
  .detail__share {
    line-height: 2rem;
    text-align: right; }
    .detail__share .social {
      border-radius: 50%;
      background-color: #EEEEEE;
      width: 2rem;
      height: 2rem;
      text-align: center;
      display: inline-block;
      margin: 0 0.25rem; }
      .detail__share .social i[class*="fa-"] {
        line-height: 2rem;
        display: block; }
    .detail__share .comment {
      margin-left: 0.5rem; }
  .detail__content {
    margin-left: auto;
    margin-right: auto;
    color: black;
    /* galleria */ }
    .detail__content::after {
      display: block;
      content: "";
      clear: both; }
    .detail__content p,
    .detail__content div,
    .detail__content h1,
    .detail__content h2,
    .detail__content h3,
    .detail__content h4,
    .detail__content h5 {
      font-size: 1.125rem;
      line-height: 1.4;
      margin: 0 0 1rem; }
    .detail__content ul {
      padding-left: 1.5rem; }
    .detail__content a {
      color: #FF5722; }
      .detail__content a:hover {
        text-decoration: underline; }
    .detail__content .embed-youtube,
    .detail__content img,
    .detail__content video {
      max-width: 100%;
      height: auto; }
    .detail__content .content-image,
    .detail__content .image-wrap {
      position: relative; }
      .detail__content .content-image img,
      .detail__content .image-wrap img {
        display: block;
        margin: auto;
        cursor: zoom-in; }
      .detail__content .content-image figcaption,
      .detail__content .content-image .image-caption,
      .detail__content .content-image .fig,
      .detail__content .image-wrap figcaption,
      .detail__content .image-wrap .image-caption,
      .detail__content .image-wrap .fig {
        font-style: italic;
        width: 90%;
        max-width: 640px;
        margin: 0.5rem auto 0px;
        text-align: center; }
        .detail__content .content-image figcaption *,
        .detail__content .content-image .image-caption *,
        .detail__content .content-image .fig *,
        .detail__content .image-wrap figcaption *,
        .detail__content .image-wrap .image-caption *,
        .detail__content .image-wrap .fig * {
          font-size: inherit; }
      .detail__content .content-image.pull-left, .detail__content .content-image.vertical-left,
      .detail__content .image-wrap.vertical-left, .detail__content .content-image.pull-right, .detail__content .content-image.vertical-right,
      .detail__content .image-wrap.vertical-right, .detail__content .content-image.align-right-image, .detail__content .content-image.align-left-image,
      .detail__content .image-wrap.pull-left,
      .detail__content .image-wrap.pull-right,
      .detail__content .image-wrap.align-right-image,
      .detail__content .image-wrap.align-left-image {
        margin-top: 16px;
        max-width: 50%;
        clear: none; }
        .detail__content .content-image.pull-left .fig, .detail__content .content-image.vertical-left .fig,
        .detail__content .image-wrap.vertical-left .fig,
        .detail__content .content-image.pull-left .image-caption,
        .detail__content .content-image.vertical-left .image-caption,
        .detail__content .image-wrap.vertical-left .image-caption, .detail__content .content-image.pull-right .fig, .detail__content .content-image.vertical-right .fig,
        .detail__content .image-wrap.vertical-right .fig,
        .detail__content .content-image.pull-right .image-caption,
        .detail__content .content-image.vertical-right .image-caption,
        .detail__content .image-wrap.vertical-right .image-caption, .detail__content .content-image.align-right-image .fig,
        .detail__content .content-image.align-right-image .image-caption, .detail__content .content-image.align-left-image .fig,
        .detail__content .content-image.align-left-image .image-caption,
        .detail__content .image-wrap.pull-left .fig,
        .detail__content .image-wrap.pull-left .image-caption,
        .detail__content .image-wrap.pull-right .fig,
        .detail__content .image-wrap.pull-right .image-caption,
        .detail__content .image-wrap.align-right-image .fig,
        .detail__content .image-wrap.align-right-image .image-caption,
        .detail__content .image-wrap.align-left-image .fig,
        .detail__content .image-wrap.align-left-image .image-caption {
          max-width: calc(100% - 32px); }
      .detail__content .content-image.pull-left, .detail__content .content-image.vertical-left,
      .detail__content .image-wrap.vertical-left, .detail__content .content-image.align-left-image,
      .detail__content .image-wrap.pull-left,
      .detail__content .image-wrap.align-left-image {
        float: left;
        margin-right: 30px; }
      .detail__content .content-image.pull-right, .detail__content .content-image.vertical-right,
      .detail__content .image-wrap.vertical-right, .detail__content .content-image.align-right-image,
      .detail__content .image-wrap.pull-right,
      .detail__content .image-wrap.align-right-image {
        float: right;
        margin-left: 30px; }
      .detail__content .content-image.vertical-left, .detail__content .content-image.vertical-right,
      .detail__content .image-wrap.vertical-left,
      .detail__content .image-wrap.vertical-right {
        max-width: 40%; }
    .detail__content .box-image {
      clear: both; }
      .detail__content .box-image.twin {
        display: flex; }
        .detail__content .box-image.twin .content-image {
          margin: 0 1px; }
      .detail__content .box-image.triple, .detail__content .box-image.four, .detail__content .box-image.five, .detail__content .box-image.seven {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
        flex-flow: row wrap;
        align-content: flex-end; }
        .detail__content .box-image.triple .item, .detail__content .box-image.four .item, .detail__content .box-image.five .item, .detail__content .box-image.seven .item {
          height: 230px;
          width: calc(33.33% - 2px);
          overflow: hidden;
          position: relative; }
      .detail__content .box-image.triple .item {
        height: 154px; }
        .detail__content .box-image.triple .item img {
          height: 100%;
          width: auto;
          max-width: initial;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
      .detail__content .box-image.four .item {
        width: calc(50% - 2px);
        height: 95px;
        margin-bottom: 4px; }
      .detail__content .box-image.five .item, .detail__content .box-image.seven .item {
        width: calc(40% - 2px);
        margin-bottom: 4px;
        height: 75px; }
        .detail__content .box-image.five .item-sm, .detail__content .box-image.seven .item-sm {
          flex-basis: calc(20% - 2px); }
          .detail__content .box-image.five .item-sm img, .detail__content .box-image.seven .item-sm img {
            height: 100%;
            width: auto;
            max-width: initial;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
        .detail__content .box-image.five .item-lg, .detail__content .box-image.seven .item-lg {
          width: calc(50% - 2px);
          height: 95px; }
      .detail__content .box-image.grid, .detail__content .box-image.eight {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
        flex-flow: row wrap;
        align-content: flex-end; }
        .detail__content .box-image.grid .item, .detail__content .box-image.eight .item {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          height: 190px;
          margin-bottom: 3px;
          flex-basis: calc(40% - 2px);
          justify-content: center;
          flex-direction: column;
          position: relative;
          overflow: hidden; }
          .detail__content .box-image.grid .item img, .detail__content .box-image.eight .item img {
            height: 100%;
            width: auto;
            max-width: initial;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
          .detail__content .box-image.grid .item-lg, .detail__content .box-image.eight .item-lg {
            flex-basis: calc(50% - 2px); }
        .detail__content .box-image.grid .item-vertical, .detail__content .box-image.eight .item-vertical {
          flex-basis: calc(20% - 2px); }
      .detail__content .box-image .image-wrap {
        margin: 0; }
    .detail__content table {
      width: 100%;
      max-width: 100%;
      margin-bottom: 1rem; }
      .detail__content table th,
      .detail__content table td {
        padding: .5rem;
        vertical-align: top; }
      .detail__content table.has-border th,
      .detail__content table.has-border td {
        border: 1px solid #dee2e6; }
    .detail__content .first-letter::first-letter {
      font-weight: bold;
      text-transform: uppercase;
      color: #FF5722;
      font-size: 5.4rem;
      line-height: 4.2rem;
      padding-right: 8px;
      float: left;
      vertical-align: top; }
    .detail__content .quotes {
      position: relative;
      padding: 1rem 1rem 0.5rem;
      line-height: 1.4;
      font-size: 1.125em;
      margin-bottom: 1rem;
      color: white;
      background-color: #495057;
      clear: both; }
      .detail__content .quotes.w100percent {
        max-width: 100%;
        float: none;
        margin-left: 0;
        margin-right: 0; }
      .detail__content .quotes.icon-quote {
        background: transparent;
        color: black;
        border: 4px solid #FF5722;
        padding-left: 44px;
        margin-left: 0; }
        .detail__content .quotes.icon-quote::before {
          content: '∩äì';
          font-family: "Font Awesome 5 Free";
          left: -20px;
          top: -36px;
          border: none;
          background: white;
          color: #FF5722;
          bottom: auto;
          right: auto;
          padding: 10px;
          font-size: 40px;
          font-weight: 900; }
        .detail__content .quotes.icon-quote.quotes-right {
          margin-right: 0;
          margin-left: 16px; }
    .detail__content .zone-common {
      margin: 0 -1rem 1rem;
      padding: 1rem 0;
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd; }
    .detail__content .galleria {
      height: 420px;
      /* defines a static gallery height */
      /* defines a responsive width */ }
      .detail__content .galleria a {
        color: white; }
        .detail__content .galleria a:hover {
          text-decoration: underline; }
  .detail__credit {
    text-align: right;
    font-weight: bold; }
  .detail__social {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
    .detail__social iframe {
      margin-bottom: 0.5rem; }
  .detail__source {
    padding: 0.25rem 0.5rem;
    border-radius: 2rem;
    background-color: #e9ecef;
    font-size: 0.75rem !important;
    display: inline-block; }
    .detail__source .dropdown-menu {
      padding: 0.5rem;
      max-width: 150px;
      font-size: 0.75rem;
      text-overflow: ellipsis; }
    .detail__source .link {
      margin-bottom: 0.25rem;
      display: inline-block;
      padding: 0.25rem;
      background: #f8f9fa;
      word-break: break-all; }
    .detail__source .btn-sm {
      font-size: 0.75rem; }
  .detail__tag {
    margin-top: 8px; }
    .detail__tag .tag-label {
      font-size: 1rem;
      line-height: 24px;
      margin-bottom: 8px !important;
      margin-right: 4px;
      font-weight: bold;
      display: inline-block; }
    .detail__tag .tag-item {
      color: #777;
      margin-bottom: 0.5rem;
      display: inline-block;
      font-weight: normal;
      font-size: 12px;
      padding: 0.25rem 0.5rem;
      background-color: #f0f0f0; }
      .detail__tag .tag-item:hover {
        color: #FF5722; }
      .detail__tag .tag-item + .tag-item {
        margin-left: 8px; }
  .detail__comment {
    margin: 1.5rem 0;
    padding: 1rem;
    background-color: #fafafa;
    color: black; }
    .detail__comment .title {
      font-weight: bold;
      font-size: 1.5rem;
      margin-bottom: 1.5rem; }
    .detail__comment .comment-listing {
      padding-left: 0;
      list-style-type: none; }
    .detail__comment .comment-item {
      margin-bottom: 1rem; }
      .detail__comment .comment-item .user {
        font-weight: bold;
        margin-bottom: 0.5rem; }
      .detail__comment .comment-item time {
        font-size: 0.8em;
        opacity: 0.8; }
      .detail__comment .comment-item + .comment-item {
        padding-top: 1rem;
        border-top: 1px solid #ddd; }
  .detail__footer {
    margin: 1.5rem auto 0; }
  @media (min-width: 768px) {
    .detail__meta {
      margin-top: 0; }
    .detail__tools {
      justify-content: flex-start;
      align-items: center; }
      .detail__tools::after {
        margin-left: -20%;
        left: 50%;
        width: 40%;
        background-color: black; } }
  @media (min-width: 1024px) {
    .detail__content .galleria {
      height: 562px; } }
  @media (min-width: 1280px) {
    .detail__content .galleria {
      height: 704px; } }

.area--featured {
  margin-bottom: 2rem; }
  .area--featured .detail-wrap {
    padding-top: 0; }
  .area--featured .detail__header, .area--featured .detail__content {
    text-align: left;
    max-width: initial;
    margin-bottom: 0; }
  .area--featured .detail__title {
    font-size: 1rem;
    margin-bottom: 0.5rem; }
  .area--featured .detail__meta {
    text-align: left;
    opacity: 1;
    margin-top: 0; }
    .area--featured .detail__meta time {
      opacity: 0.7; }
  .area--featured .detail__author {
    display: block;
    margin-right: 0;
    margin-top: 0.5rem; }
  .area--featured .detail__summary {
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.3;
    margin-bottom: 0.5rem;
    opacity: 0.8; }
  .area--featured .detail__source {
    font-weight: bold;
    margin-bottom: 0.5rem; }
  .area--featured .detail__content > p, .area--featured .detail__content > div, .area--featured .detail__content > h1, .area--featured .detail__content > h2, .area--featured .detail__content > h3, .area--featured .detail__content > h4, .area--featured .detail__content > h5 {
    margin-bottom: 1rem; }
  .area--featured .detail__content .galleria,
  .area--featured .detail__content .content-image,
  .area--featured .detail__content .image-wrap {
    margin-left: 0px;
    margin-right: 0px; }
  .area--featured .detail__footer {
    text-align: right;
    max-width: initial;
    margin-top: 0.5rem; }

/* ads in article content */
.detail-wrap .content-ads {
  margin: 0px auto;
  position: relative;
  overflow: initial;
  z-index: 1;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 1rem -15px;
  clear: both; }
  .detail-wrap .content-ads-frame {
    position: relative;
    width: 100%; }
  .detail-wrap .content-ads-inpage {
    display: inline-block;
    width: 100%;
    height: 100%;
    clip: rect(0px, auto, auto, 0px);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0; }
  .detail-wrap .content-ads-content {
    position: fixed;
    top: 0;
    left: 0;
    transform: translateZ(0px); }
  @media screen and (min-width: 768px) {
    .detail-wrap .content-ads {
      display: none; } }

.page-404 .site-header {
  margin-bottom: 0; }
.page-404 .site-content {
  padding: 1rem 0 2rem;
  position: relative;
  background: #2F3242;
  color: white; }
.page-404 .site-footer {
  margin-top: 0; }
.page-404 svg {
  max-width: 100%; }
.page-404 .message-box {
  font-family: Roboto;
  font-weight: 300; }
.page-404 .message-box h1 {
  font-size: 60px;
  line-height: 46px;
  margin-bottom: 40px; }
.page-404 #Polygon-1,
.page-404 #Polygon-2,
.page-404 #Polygon-3,
.page-404 #Polygon-4,
.page-404 #Polygon-4,
.page-404 #Polygon-5 {
  animation: float 1s infinite ease-in-out alternate; }
.page-404 #Polygon-2 {
  animation-delay: .2s; }
.page-404 #Polygon-3 {
  animation-delay: .4s; }
.page-404 #Polygon-4 {
  animation-delay: .6s; }
.page-404 #Polygon-5 {
  animation-delay: .8s; }
@keyframes float {
  100% {
    transform: translateY(20px); } }
@media (min-width: 768px) {
  .page-404 .site-content {
    padding: 3rem 0; } }

.page-about .site-header {
  margin-bottom: 0; }
.page-about .letter-cap {
  font-size: 1.5rem; }
  @media screen and (min-width: 1024px) {
    .page-about .letter-cap {
      font-size: 1.75rem; } }
  @media screen and (min-width: 1280px) {
    .page-about .letter-cap {
      font-size: 2rem; } }
.page-about .zone__title::before {
  display: none; }
.page-about .zone__title--sm {
  font-size: 1.125rem; }
  @media screen and (min-width: 1024px) {
    .page-about .zone__title--sm {
      font-size: 1.25rem; } }
  @media screen and (min-width: 1280px) {
    .page-about .zone__title--sm {
      font-size: 1.5rem; } }
.page-about .card-text {
  font-size: 0.75rem; }

.text-normal,
.normal-text {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: normal; }

.text-small {
  font-size: 1.25rem;
  line-height: 1.3; }

.text-link {
  color: #FF5722; }
  .text-link:hover {
    text-decoration: underline; }

.text-black {
  font-weight: 900; }

[aria-expanded="false"] .short {
  display: none; }

[aria-expanded="true"] .full {
  display: none; }
[aria-expanded="true"] .short {
  display: block; }

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 20%);
  transform: translate(0, 20%); }

a.btn {
  cursor: pointer; }
  a.btn:not([href]):not([tabindex]) {
    color: white; }

.btn-round {
  border-radius: 30px;
  min-width: 100px; }

.form-control.error {
  border: 1px solid red; }
  .form-control.error ~ .error {
    font-size: 0.875rem;
    margin-bottom: 0;
    color: red; }

.grecaptcha-badge {
  visibility: collapse !important;
  display: none !important; }

::-moz-selection {
  background: #FF5722;
  color: white; }

::selection {
  background: #FF5722;
  color: white; }

#gotop {
  position: fixed;
  bottom: 0.75rem;
  right: 0.75rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0;
  text-align: center;
  display: none;
  z-index: 3; }

.aDisable {
  cursor: auto; }

.aDisable:hover,
.aDisable:active {
  color: #000; }

/*bg tet 2023*/
/* Minimum aspect ratio */

/*# sourceMappingURL=main.css.map */
