@font-face {
  font-family: SequelSans;
  src:
    url("/fonts/SequelSans-RomanBody.woff") format("woff"),
    url("/fonts/SequelSans-RomanBody.woff2") format("woff2"),
    url("/fonts/SequelSans-RomanBody.eot") format("embedded-opentype"),
    url("/fonts/SequelSans-RomanBody.ttf") format("truetype"),
    url("/fonts/SequelSans-RomanBody.svg") format("svg");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}

@font-face {
  font-family: SequelSans;
  src:
    url("/fonts/SequelSans-Body.woff") format("woff"),
    url("/fonts/SequelSans-Body.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: block;
}

@font-face {
  font-family: SequelSans;
  src:
    url("/fonts/SequelSans-ObliqueBody.woff") format("woff"),
    url("/fonts/SequelSans-ObliqueBody.eot") format("embedded-opentype"),
    url("/fonts/SequelSans-ObliqueBody.ttf") format("truetype"),
    url("/fonts/SequelSans-ObliqueBody.svg") format("svg");
  font-style: oblique;
  font-weight: 500;
  font-display: block;
}

@font-face {
  font-family: SequelSans;
  src:
    url("/fonts/SequelSans-BoldBody.woff") format("woff"),
    url("/fonts/SequelSans-BoldBody.woff2") format("woff2"),
    url("/fonts/SequelSans-BoldBody.eot") format("embedded-opentype"),
    url("/fonts/SequelSans-BoldBody.ttf") format("truetype"),
    url("/fonts/SequelSans-BoldBody.svg") format("svg");
  font-style: normal;
  font-weight: 600;
  font-display: block;
}

@font-face {
  font-family: SequelSans;
  src:
    url("/fonts/SequelSans-BoldOblBody.woff") format("woff"),
    url("/fonts/SequelSans-BoldOblBody.eot") format("embedded-opentype"),
    url("/fonts/SequelSans-BoldOblBody.ttf") format("truetype"),
    url("/fonts/SequelSans-BoldOblBody.svg") format("svg");
  font-style: oblique;
  font-weight: 600;
  font-display: block;
}

@font-face {
  font-family: SequelSans;
  src:
    url("/fonts/SequelSans-BlackBody.woff") format("woff"),
    url("/fonts/SequelSans-BlackBody.woff2") format("woff2"),
    url("/fonts/SequelSans-BlackBody.eot") format("embedded-opentype"),
    url("/fonts/SequelSans-BlackBody.ttf") format("truetype"),
    url("/fonts/SequelSans-BlackBody.svg") format("svg");
  font-style: normal;
  font-weight: 700;
  font-display: block;
}

@font-face {
  font-family: SequelSans;
  src:
    url("/fonts/SequelSans-BlackOblBody.woff") format("woff"),
    url("/fonts/SequelSans-BlackOblBody.woff2") format("woff2"),
    url("/fonts/SequelSans-BlackOblBody.eot") format("embedded-opentype"),
    url("/fonts/SequelSans-BlackOblBody.ttf") format("truetype"),
    url("/fonts/SequelSans-BlackOblBody.svg") format("svg");
  font-style: oblique;
  font-weight: 700;
  font-display: block;
}

@font-face {
  font-family: bt-icons;
  src:
    url("/fonts/bt-icons.woff2") format("woff2"),
    url("/fonts/bt-icons.woff") format("woff"),
    url("/fonts/bt-icons.eot") format("embedded-opentype"),
    url("/fonts/bt-icons.ttf") format("truetype"),
    url("/fonts/bt-icons.svg") format("svg");
  font-style: normal;
  font-weight: 300;
  font-display: block;
}

*,
:after,
:before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}
@media (max-width: 600px) {
  html {
    scroll-padding-top: 10%;
  }
}
figure,
footer,
header,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: SequelSans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212121;
  text-align: left;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul {
  margin-bottom: 1rem;
}
ul {
  margin-top: 0;
}
b {
  font-weight: bolder;
}
a {
  color: #3767ff;
  text-decoration: underline;
  background-color: transparent;
  font-weight: 500;
}
a:hover {
  color: #2195bf;
}
figure {
  margin: 0 0 1rem;
}
img {
  border-style: none;
}
img {
  vertical-align: middle;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
.container {
  width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 544px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1040px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1040px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.text_content {
  margin-top: 20px;
  font-size: 18px !important;
  color: #212121 !important;
  font-weight: 400 !important;
}
.text_content:first-child {
  margin-top: 0;
}
.col-12,
.col-lg-8,
.col-lg-12,
.col-md-12,
.col-sm-12,
.col-xl-8,
.col-xl-12 {
  position: relative;
  width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 544px) {
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1600px) {
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.article-content:after {
  display: block;
  clear: both;
  content: "";
}
.flex-row {
  flex-direction: row !important;
}
@supports (position: sticky) {
}
body,
html {
  height: 100%;
}
body {
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f4f4f4;
}
figure {
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
}
.content-wrapper {
  width: 100%;
  float: left;
  overflow: hidden;
}
.main-content {
  margin-bottom: 2rem;
}
#content {
  position: relative;
}
@media (min-width: 1024px) {
  #content {
    min-height: 1440px;
  }
}
.container.bg {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-device-width: 1366px) and (max-device-height: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse) {
  .container.bg {
    padding: 0;
    margin: 0;
    max-width: none;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (pointer: coarse) {
  .container.bg {
    padding: 0;
    margin: 0;
    max-width: none;
  }
}
@media (max-width: 1023.98px) {
  .container.bg {
    padding: 0;
    margin: 0;
    max-width: none;
  }
}
p {
  line-height: 1.4;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h1,
h2,
h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h3 {
  font-size: 28px;
}
@media (max-width: 767.98px) {
  h3 {
    font-size: 24px;
  }
}
.article-content > p:first-of-type,
.article-content h2,
.article-content h3,
.article__header .article-date,
.article__header .article-title,
.sticky-header__hamburger label,
.sticky-header__link,
h1,
h2,
h3 {
  font-weight: 400;
}
.timeago {
  color: #000;
}
.article__header .article-title,
.sticky-header__hamburger label,
.sticky-header__link,
h1,
h2,
h3 {
  font-family: SequelSans, sans-serif;
  font-weight: 700;
}
.article-content > p:first-of-type,
.article-content h2,
.article-content h3,
.article__header .article-date {
  font-family: SequelSans, sans-serif;
  font-weight: 600;
}

/*! '' */

/*! '' */

/*! '' */

/*! '' */

/*! '' */

/*! '' */

/*! '' */

/*! '' */

/*! '' */

/*! '' */

/*! '' */

/*! '' */

/*! '' */

/*! '' */

/*! '' */

/*! '' */

/*! '' */

/*! '' */

/*! '' */

/*! '' */

/*! '' */

/*! '' */

/*! '' */

/*! '' */

/*! '' */

/*! '' */

/*! '' */

/*! '' */

/*! '' */

/*! '' */

/*! '' */

/*! '' */

/*! '' */

/*! '' */

/*! '' */

/*! '' */

/*! '' */

/*! '' */

/*! '' */

/*! '' */

/*! '' */

/*! '' */

/*! '' */

/*! '' */

/*! '' */

/*! '' */

/*! '' */

/*! '' */

/*! '' */

/*! '' */

/*! '' */

/*! '' */
/*!Logo Example:
1: logo width
2: background-color (Optional - default $col-news);

.my-green-logo {
@extend .bt-logo-flat;
@include logo-width(20rem, green);
}*/
/*!Logo Example:
1: logo height
2: background-color (Optional - default $col-news);

.my-small-logo {
@extend .bt-logo-flat;
@include logo-height(1rem);
}*/
.flex-row {
  display: flex;
  flex-wrap: wrap;
  clear: both;
  list-style: none;
}
a:hover {
  text-decoration: underline;
}
.article-content
  .article-embed-poll
  .sg-button:not(:disabled):not(.disabled).active,
.article-content
  .article-embed-poll
  .sg-button:not(:disabled):not(.disabled):active,
.article
  ajax-content-block
  .article-embed-poll
  .sg-button:not(:disabled):not(.disabled).active,
.article
  ajax-content-block
  .article-embed-poll
  .sg-button:not(:disabled):not(.disabled):active,
.btn-news:not(:disabled):not(.disabled).active,
.btn-news:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #ca180e;
  border-color: #ca180e;
}
.btn-news-invert:not(:disabled):not(.disabled).active,
.btn-news-invert:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #dfdfdf;
  border-color: #ca180e;
}
.btn-black:not(:disabled):not(.disabled).active,
.btn-black:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #020202;
  border-color: #020202;
}
.btn-sport:not(:disabled):not(.disabled).active,
.btn-sport:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #002478;
  border-color: #002478;
}
.article-content
  .article-embed-poll
  .box-plus-author
  .sg-button:not(:disabled):not(.disabled).active,
.article-content
  .article-embed-poll
  .box-plus-author
  .sg-button:not(:disabled):not(.disabled):active,
.article
  ajax-content-block
  .article-embed-poll
  .box-plus-author
  .sg-button:not(:disabled):not(.disabled).active,
.article
  ajax-content-block
  .article-embed-poll
  .box-plus-author
  .sg-button:not(:disabled):not(.disabled):active,
.box-plus-author
  .article-content
  .article-embed-poll
  .sg-button:not(:disabled):not(.disabled).active,
.box-plus-author
  .article-content
  .article-embed-poll
  .sg-button:not(:disabled):not(.disabled):active,
.box-plus-author
  .article
  ajax-content-block
  .article-embed-poll
  .sg-button:not(:disabled):not(.disabled).active,
.box-plus-author
  .article
  ajax-content-block
  .article-embed-poll
  .sg-button:not(:disabled):not(.disabled):active,
.box-plus-author .btn-border:not(:disabled):not(.disabled).active,
.box-plus-author .btn-border:not(:disabled):not(.disabled):active,
.box-plus-author .btn:not(:disabled):not(.disabled).active,
.box-plus-author .btn:not(:disabled):not(.disabled):active,
.box-plus-author
  .scribble-live
  .load-more-post:not(:disabled):not(.disabled).active,
.box-plus-author
  .scribble-live
  .load-more-post:not(:disabled):not(.disabled):active,
.btn-consumer:not(:disabled):not(.disabled).active,
.btn-consumer:not(:disabled):not(.disabled):active,
.scribble-live
  .box-plus-author
  .load-more-post:not(:disabled):not(.disabled).active,
.scribble-live
  .box-plus-author
  .load-more-post:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #0080af;
  border-color: #0080af;
}
.btn-gray:not(:disabled):not(.disabled).active,
.btn-gray:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #cecece;
  border-color: #cecece;
}
.btn-facebook:not(:disabled):not(.disabled).active,
.btn-facebook:not(:disabled):not(.disabled):active,
.btn-facebook:not([href]):not([href]):not(:disabled):not(.disabled).active,
.btn-facebook:not([href]):not([href]):not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #384b78;
  border-color: #384b78;
}
@media (max-width: 1023.98px) {
  .article__header
    .btn-messenger.btn-round:not(:disabled):not(.disabled).active,
  .article__header
    .btn-messenger.btn-round:not(:disabled):not(.disabled):active,
  .article__header
    .btn-messenger.btn-round:not([href]):not([href]):not(:disabled):not(
      .disabled
    ).active,
  .article__header
    .btn-messenger.btn-round:not([href]):not([href]):not(:disabled):not(
      .disabled
    ):active,
  .article__share-bottom
    .btn-messenger.btn-round:not(:disabled):not(.disabled).active,
  .article__share-bottom
    .btn-messenger.btn-round:not(:disabled):not(.disabled):active,
  .article__share-bottom
    .btn-messenger.btn-round:not([href]):not([href]):not(:disabled):not(
      .disabled
    ).active,
  .article__share-bottom
    .btn-messenger.btn-round:not([href]):not([href]):not(:disabled):not(
      .disabled
    ):active,
  .sticky-article .btn-messenger.btn-round:not(:disabled):not(.disabled).active,
  .sticky-article .btn-messenger.btn-round:not(:disabled):not(.disabled):active,
  .sticky-article
    .btn-messenger.btn-round:not([href]):not([href]):not(:disabled):not(
      .disabled
    ).active,
  .sticky-article
    .btn-messenger.btn-round:not([href]):not([href]):not(:disabled):not(
      .disabled
    ):active {
    color: #fff;
    background-color: #0064db;
    border-color: #0064db;
  }
}
.btn-twitter:not(:disabled):not(.disabled).active,
.btn-twitter:not(:disabled):not(.disabled):active,
.btn-twitter:not([href]):not([href]):not(:disabled):not(.disabled).active,
.btn-twitter:not([href]):not([href]):not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #198ceb;
  border-color: #198ceb;
}
.btn-breaking:not(:disabled):not(.disabled).active,
.btn-breaking:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #ffd40a;
  border-color: #ffd40a;
}
.btn-rss:not(:disabled):not(.disabled).active,
.btn-rss:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #bf7300;
  border-color: #bf7300;
}
.btn-clear:not(:disabled):not(.disabled).active,
.btn-clear:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.btn-green:not(:disabled):not(.disabled).active,
.btn-green:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #1e9331;
  border-color: #1e9331;
}
.btn-round.btn-sms:not(:disabled):not(.disabled).active,
.btn-round.btn-sms:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #1e9331;
  border-color: #1e9331;
}

/*!----------------------------------------------- */
.sticky-header__logo {
  background-image: url("/img/BT_logo.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0;
  overflow: hidden;
}
.article-container {
  background-color: #fff;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1023.98px) {
  .article-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767.98px) {
  .article-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.article__header {
  padding: 32px 0px 30px;
  background: #fff;
}
@media (max-width: 1023.98px) {
  .article__header {
    padding: 19px 40px;
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (max-width: 767.98px) {
  .article__header {
    padding: 14px 20px 3px;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.article__header .article-date {
  margin-left: 2px;
  font-size: 12px;
  margin-bottom: 0;
  display: inline;
}
@media (min-width: 1024px) {
  .article__header .article-date {
    font-size: 14px;
    margin-left: 3px;
  }
}
.article__header .article-title {
  max-width: 760px;
  font-size: 42px;
  margin-bottom: 1rem;
  margin-top: 0.9rem;
  line-height: 52px;
}
@media (max-width: 1023.98px) {
  .article__header .article-title {
    font-size: 36px;
    margin-top: 12px;
    line-height: 42px;
  }
}
@media (max-width: 767.98px) {
  .article__header .article-title {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 1rem;
    margin-top: 0.9rem;
  }
}
.article__header .article-embed-with-caption {
  margin-bottom: -20px;
  overflow: visible;
}
@media (max-width: 1023.98px) {
  .article__header .article-embed-with-caption {
    margin-bottom: -5px;
  }
}
@media (max-width: 767.98px) {
  .article__header .article-embed-with-caption {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.article__header .article-embed-with-caption:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 767.98px) {
  .article__header .article-image-main {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (max-width: 767.98px) {
  .article__header .article-image-main img {
    max-width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    min-width: 100%;
  }
}
@media (max-width: 767.98px) {
  @supports (-webkit-touch-callout: none) {
  }
}
.article-content {
  font-size: 20px;
  color: #212121;
}
@media (max-width: 1023.98px) {
  .article-content {
    font-size: 17px;
  }
}
.article-content > p {
  font-size: 18px;
  color: #212121;
  margin-bottom: 1.4rem;
  line-height: 27px;
}
@media (max-width: 1023.98px) {
  .article-content > p {
    font-size: 17px;
    line-height: 23px;
  }
}
@media (max-width: 767.98px) {
  .article-content > p {
    font-size: 17px;
    line-height: 25px;
  }
}
.article-content > p:first-of-type {
  margin-bottom: 33px;
}
@media (max-width: 767.98px) {
  .article-content > p:first-of-type {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 28px;
  }
}
.article-content > p a {
  text-decoration: underline;
}
.article-content h2,
.article-content h3 {
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-size: 18px;
  color: #000;
}
.article-content > p:first-of-type {
  font-size: 23px;
  color: #000;
  line-height: 30px;
}
@media (max-width: 1023.98px) {
  .article-content > p:first-of-type {
    font-size: 20px;
    line-height: 27px;
  }
}
@media (max-width: 1023.98px) {
  .article-content > p:first-of-type {
    font-size: 1.2rem;
  }
}

/*!
$col-backgrund, 
$col-header,
$col-subheader,
$col-bullet
$col-highlight,*/
/*!
1. $col-backgrund, 
2. $col-title,
3. $col-header,
4. $col-subheader,
5. $col-highlight,
6. $col-btn-text: null 
7: $col-color;
*/
@supports (-webkit-overflow-scrolling: touch) {
}
.sticky-header {
  display: inline-block;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  height: 113px;
}
@media (max-width: 1023.98px) {
  .sticky-header {
    height: 140px;
  }
}
@media (max-width: 767.98px) {
  .sticky-header {
    height: 95px;
  }
}
.sticky-header__wrapper {
  z-index: 3;
  position: relative;
  background: #fff;
}
@media (min-width: 1024px) {
  .sticky-header__wrapper {
    border-bottom: 1px solid #eee;
  }
}
.sticky-header__container {
  position: relative;
}
@media (max-width: 1023.98px) {
  .sticky-header__container:after {
    content: "";
    transition: all 0.3s;
    position: absolute;
    width: 100%;
    height: 80px;
    background: #fff;
    z-index: 1;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 767.98px) {
  .sticky-header__container:after {
    height: 73px;
  }
}
.sticky-header__container.container-fluid {
  display: flex;
  padding: 30px 40px;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
}
@media (max-width: 1023.98px) {
  .sticky-header__container.container-fluid {
    padding: 17px 40px;
  }
}
@media (max-width: 767.98px) {
  .sticky-header__container.container-fluid {
    padding: 14px 20px;
  }
}
.sticky-header__logo {
  height: 45px;
  width: 161.1734693878px;
  display: inline-block;
  z-index: 1;
  display: block;
  transition: all 0.3s;
}
@media (max-width: 1100px) {
  .sticky-header__logo {
    height: 34px;
    width: 121.7755102041px;
    display: inline-block;
    margin-right: 20px;
    display: block;
  }
}
@media (max-width: 370px) {
  .sticky-header__logo {
    height: 28px;
    width: 100.2857142857px;
    display: inline-block;
    display: block;
  }
}
.sticky-header__logo-container {
  display: flex;
  align-content: center;
  width: 161px;
}
@media (max-width: 1100px) {
  .sticky-header__logo-container {
    width: 141px;
  }
}
@media (max-width: 1023.98px) {
  .sticky-header__logo-container {
    z-index: 2;
  }
}
.sticky-header__nav {
  padding: 0;
  margin: 0;
  transition: all 0.3s;
  background: #fff;
}
@media (max-width: 1023.98px) {
  .sticky-header__nav {
    position: absolute;
    z-index: 0;
    order: 1;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    max-width: 100%;
    padding: 5px 40px;
    text-align: center;
    align-content: center;
    border-bottom: 1px solid #eee;
    bottom: -60px;
    left: 0;
  }
}
@media (max-width: 767.98px) {
  .sticky-header__nav {
    padding: 0 20px;
    width: 100%;
    bottom: -25px;
  }
}
.sticky-header__list {
  display: flex;
  margin-bottom: 0;
  margin-top: 0;
  gap: 20px;
}
@media (max-width: 1599.98px) {
  .sticky-header__list {
    justify-content: space-between;
    padding: 0;
    flex: 1;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .sticky-header__list {
    margin-bottom: 16px;
    margin-top: 16px;
  }
}
@media (max-width: 767.98px) {
  .sticky-header__list {
    margin: 0;
    width: 100%;
  }
}
.sticky-header__link {
  text-transform: uppercase;
  list-style: none;
}
.sticky-header__hamburger-container {
  display: flex;
  padding: 0;
  margin: 0;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1023.98px) {
  .sticky-header__hamburger-container {
    justify-content: flex-end;
    z-index: 2;
  }
}
.sticky-header__hamburger-container > li {
  list-style: none;
  margin-left: 40px;
  transition: all 0.3s;
}
@media (max-width: 1023.98px) {
  .sticky-header__hamburger-container > li {
    margin-left: 26px;
  }
}
@media (max-width: 767.98px) {
  .sticky-header__hamburger-container > li {
    margin-left: 20px;
  }
}
@media (max-width: 370px) {
  .sticky-header__hamburger-container > li {
    margin-left: 15px;
  }
}
.sticky-header__hamburger {
  height: 53px;
}
@media (max-width: 1023.98px) {
  .sticky-header__hamburger {
    height: 46px;
  }
}
.sticky-header__hamburger label {
  color: #000;
  font-size: 11px;
  letter-spacing: 0.22px;
  font-weight: 600;
  overflow: hidden;
  opacity: 1;
  display: block;
  margin-top: 7px;
  margin-bottom: 0;
  height: 15px;
  transition:
    height 0.3s ease-in-out,
    margin 0.3s;
  pointer-events: none;
}
@media (max-width: 1023.98px) {
  .sticky-header__hamburger label {
    font-size: 10px;
    letter-spacing: 0.2px;
    margin-top: 4px;
  }
}
.sticky-header__hamburger-profil {
  min-width: 44px;
  text-align: center;
}
@media (max-width: 1023.98px) {
  .sticky-header__hamburger-profil {
    min-width: 40px;
  }
}
.sticky-header__hamburger-profil-toggle {
  flex-direction: column;
  align-items: center;
  display: flex;
  cursor: pointer;
}
.sticky-header__hamburger-profil-toggle:hover {
  color: #212121;
}
.sticky-header__hamburger-profil-icon {
  background-repeat: no-repeat;
  background-size: 30px;
  height: 30px;
  width: 30px;
  cursor: pointer;
  pointer-events: none;
}
.sticky-header__hamburger-profil-login .sticky-header__hamburger-profil-icon {
  background-image: url("/img/login-icon.svg");
}
.sticky-header__hamburger-menu {
  width: 32px;
}
.sticky-header__hamburger-menu-toggle {
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.sticky-header__hamburger-menu > div[data-component="MenuToggle"] {
  display: flex;
}
.sticky-header__hamburger-menu-icon {
  width: 32px;
  height: 30px;
  position: relative;
  transition: none;
  cursor: pointer;
  right: 1px;
  display: block;
  pointer-events: none;
}
.sticky-header__hamburger-menu-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000;
  border-radius: 9px;
  opacity: 1;
  left: 1px;
}
@media (max-width: 767.98px) {
  .sticky-header__hamburger-menu-icon span {
    left: 0;
  }
}
.sticky-header__hamburger-menu-icon span:first-child {
  top: 7px;
}
.sticky-header__hamburger-menu-icon span:nth-child(2),
.sticky-header__hamburger-menu-icon span:nth-child(3) {
  top: 15px;
}
.sticky-header__hamburger-menu-icon span:nth-child(4) {
  top: 23px;
}
.sticky-header__hamburger-menu:focus {
  outline: none;
}
.body-wrapper {
  width: 100%;
  display: inline-block;
  position: relative;
}
.profile-menu--overlay {
  width: 100%;
  position: absolute;
  height: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 0;
  top: 114px;
}
@media (max-width: 1023.98px) {
  .profile-menu--overlay {
    top: 81px;
  }
}
@media (max-width: 767.98px) {
  .profile-menu--overlay {
    top: 72px;
  }
}
@media (max-width: 370px) {
  .profile-menu--overlay {
    display: none;
  }
}
body {
  display: block;
}

@media (max-width: 450px) {
  .sticky-header__nav {
    display: none;
  }

  .sticky-header {
    height: 74px;
  }
}
a {
  color: #e11229 !important;
}

a:hover {
  color: #007fff !important;
}

.article__header--collapse .article-embed-with-caption {
  margin-bottom: 0;
}

.article-content > p:first-of-type {
  margin-bottom: 1.4rem;
}

h2.h2 {
  margin: 1.5rem 0;
  font-size: 23px;
  color: #212121;
}

.text_content b:only-child {
  font-size: inherit;
}

[data-zoomable] img {
  max-height: 400px;
}

.article-image img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: unset;
  max-height: 550px;
  margin-bottom: 1rem;
  object-fit: contain;
  object-position: center;
  background-color: rgba(0, 0, 0, 0.1);
}

video {
  width: 100%;
  height: 100%;
  display: block;
}

.reg li::marker {
  font-weight: 600;
}

.button-link {
  background-color: #e11229;
  color: white !important;
  padding: 15px;
  margin-top: 30px;
  display: block;
  max-width: 100%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 1rem;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.button-link:hover {
  color: #fff !important;
  background-color: #007fff;
  text-decoration: none;
}
/*=============COMMENTS==============*/

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

.comment-like {
  border-top: 1px solid #7e7e7e;
  border-bottom: 1px solid #7e7e7e;
  max-width: 96%;
  width: 100%;
  margin: 0 auto;
}

.comment-like__row {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 1rem;
}

.thumbs-up-icon {
  display: inline-block;
  background-image: url("/img/svg-thumb-up.svg");
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
  margin-right: 2px;
}

.comment-like__row-block {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 16px;
}

.comment-like__row-block .comment-header__icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}

.comment-header__icon-thumbs {
  background-image: url("/img/svg-thumb-up2.svg");
}

.comment-header__icon-comment {
  background-image: url("/img/comment-alt.svg");
}

.comment-header__icon-share {
  background-image: url("/img/share-icon.svg");
}

.comment-actual {
  text-align: right;
  margin-right: 1rem;
  margin-top: 1rem;
  color: #7e7e7e;
  font-size: 16px;
}

.comment-content {
  display: flex;
  flex-direction: column;
}

.comment-block {
  margin: 0.5rem 1rem;
  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;
  max-width: none;
}

.block-info-comment span,
.block-info-comment .comment-span {
  background-color: rgba(0, 0, 0, 0.108);
  display: block;
  padding: 0.4rem;
  border-radius: 10px;
  font-size: 16px;
}

.block-info-comment [data-zoomable] {
  width: fit-content;
  height: fit-content;
}

.block-info-comment [data-zoomable] img {
  max-height: 400px;
  max-width: 400px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.block-info-answer img {
  margin-top: 0.5rem;
  display: block;
}

.block-info-comment__name {
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #000;
}

.block-info-comment__pin {
  display: inline-flex;
  width: 22px;
  height: 22px;
  margin-bottom: 0.2rem;
  margin-left: 0.2rem;
}

.block-info-comment__pin img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.block-info-comment__extra {
  display: inline-flex;
  margin-left: 0.2rem;
  font-weight: 400;
  font-size: 12px;
  color: #7e7e7e;
}

.block-info-line {
  display: flex;
  flex-direction: column;
  font-size: 0.9rem;
}

.block-info-answer-flex {
  display: flex;
  margin-top: 1.5rem;
}

.block-info-line__date {
  color: rgba(0, 0, 0, 0.44);
}

.block-info-line__date span {
  line-height: 1;
}

.block-info-line__like {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  color: #000000;
  font-size: 12px;
  white-space: nowrap;
}

.block-info-line__like_item {
  list-style: none;
  margin-right: 1rem;
  pointer-events: none;
}

.block-info-line__like_item a {
  color: #7e7e7e !important;
  text-decoration: none;
}

@media (max-width: 450px) {
  .comment-like__row {
    font-size: 0.8rem;
  }

  .block-avatar img {
    width: 40px;
  }

  .block-info-comment span {
    font-size: 14px;
  }

  .block-info-line {
    position: relative;
    margin-bottom: 15px;
  }

  .block-info-line__date {
    position: absolute;
    bottom: -15px;
  }
}

@media (max-width: 767px) {
  .eager {
    margin-bottom: 20px;
  }
}

@media (max-width: 400px) {
  .comment-like__row {
    padding-left: 0;
    padding-right: 0;
  }

  .comment-like__row-block {
    font-size: 14px;
  }

  .comment-like__row-block .comment-header__icon {
    width: 15px;
    height: 15px;
  }

  .comment-block {
    margin: 0.5rem 0;
  }

  .block-avatar {
    margin-right: 0.5rem;
  }
}
:root {
  /* Fonts */
  --ff-fb: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --ff-tw:
    "Chirp", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif;
  --ff-rd:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  --ff-main: var(--ff-fb);
  --font-size: 15px;
  /* Colors */
  --bg-color: #ffffff;
  --cite-color: #666666;
  --name-color: #050505;
  --text-color: #222222;
  --secondary-color: #65676b;
  --verified-color: #0866ff;
  --border-radius: 8px;
  --hashtag-color: #1da1f2;
}
[data-zoomable] {
  position: relative;
  display: block;
  cursor: zoom-in;
  /* Safari */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

[data-zoomable] img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* Safari */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  image-rendering: -webkit-optimize-contrast;
}

[data-zoomable]::after {
  content: "";
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  z-index: 2;
  width: 48px;
  height: 48px;
  color: #e11229;
  background-image: url(/img/lupa.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.5;
  pointer-events: none;
  user-select: none;
}
@font-face {
  font-family: "Times New Roman";
  src:
    local("Times New Roman"),
    url("/fonts/TimesNewRoman.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

.widjet-doc__page-btn:hover:not(:disabled) {
  background: #eef4ff;
}

.widjet-doc__page-btn:active:not(:disabled) {
  transform: translateY(0);
  box-shadow: none;
}
:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
  --iti-border-color: #ccc;
  --iti-dialcode-color: #999;
  --iti-dropdown-bg: white;
  --iti-spacer-horizontal: 20px;
  --iti-flag-height: 12px;
  --iti-flag-width: 16px;
  --iti-border-width: 1px;
  --iti-arrow-height: 4px;
  --iti-arrow-width: 6px;
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding: 10px;
  --iti-arrow-color: #555;
  --iti-path-flags-1x: url(bd95ef49b665a571ca04.webp?v=1);
  --iti-path-flags-2x: url(bea0200ba7ea874b359f.webp?v1=);
  --iti-path-globe-1x: url(7fb216c936a98b90918e.webp?v1=);
  --iti-path-globe-2x: url(5dc7e51d6b5d42fc2be4.webp?v1=);
  --iti-flag-sprite-width: 3904px;
  --iti-flag-sprite-height: 12px;
  --iti-mobile-popup-margin: 30px;
}
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  ):hover,
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  ):hover
  button {
  cursor: pointer;
}
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  )
  .iti-aio__selected-country-primary:hover,
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  )
  .iti-aio__selected-country:has(+ .iti-aio__dropdown-content:hover)
  .iti-aio__selected-country-primary {
  background-color: var(--iti-hover-color);
}

.reg-v4__content {
  position: relative;
  max-width: 645px;
  margin: 0 auto;
  padding-top: 16px;
  padding-bottom: 8px;
  padding-left: 75px;
}

.reg-v4__content::before {
  content: "";
  position: absolute;
  top: 80px;
  left: 68px;
  width: 1px;
  height: 74%;
  background-color: #000;
}

.reg-v4__user {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  margin-left: -32px;
  margin-bottom: 11px;
}

.reg-v4__avatar {
  position: relative;
  width: 50px;
  height: 50px;
  margin-right: 9px;
}

.reg-v4__avatar > img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.reg-v4__user p {
  margin: 0;
  font-size: 18px;
}

.reg-v4__content .reg-v4__title {
  width: fit-content;
  margin-bottom: 25px;
  margin-top: -10px;
  margin-left: 27px;
  padding: 9px 10px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 23px;
  line-height: 100%;
  hyphens: auto;
  background-color: #fecd2f;
}

.reg-v4__content > ul {
  margin: 0 auto 25px;
  padding: 0;
  font: inherit;
  text-align: left;
  list-style: none;
}

.reg-v4__content > ul li {
  position: relative;
  margin: 8px 0;
  padding-left: 12px;
  font-size: 18px;
}

.reg-v4__content > ul li:last-child {
  margin-top: 20px;
}

.reg-v4__content > ul li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: -12px;
  width: 11px;
  height: 11px;
  background-color: #000;
  border-radius: 50%;
}

.reg-v4 .reg-v4__text {
  font-size: 18px;
  color: #464b5a;
}

.reg-v4 .button-link {
  display: inline-block;
  width: 80%;
  margin: 0 auto;
  padding: 15px;
  font-weight: 700;
  font-size: 17px;
  line-height: 100%;
  color: #ffffff;
  background-color: #db2d36;
  border-radius: 4px;
  margin-left: 75px;
}

.reg-v4 .button-link:hover {
  color: #ffffff;
  background-color: #007fff;
}

@media (max-width: 767px) {
  .reg-v4__content {
    padding-bottom: 20px;
    padding-left: 38px;
  }

  .reg-v4__content::before {
    left: 31px;
    height: 72%;
  }
}

@media (max-width: 575px) {
  .reg-v4 .button-link {
    width: 90%;
    margin-left: 10px;
  }
}

.video-block {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 25px;
}

.var-img_gif__item {
  display: none;
}

#gif .var-img_gif__item:nth-child(2) {
  display: block;
}

.modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  padding: 10px;
}
.modal.active {
  display: flex;
}
.modal::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(6px) saturate(0.95);
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
}
.modal.active::before {
  opacity: 1;
  pointer-events: auto;
}

.form-wrapper {
  position: relative;
  width: 100%;
  max-width: 450px;
  margin-inline: auto;
  background: #fff;
  border-radius: 10px;
  /* padding: 18px; */
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.32);
  transform: translateY(12px) scale(0.98);
  opacity: 0;
  will-change: transform, opacity;
}

.modal.active .form-wrapper {
  animation: form-zoom 320ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

@keyframes form-zoom {
  from {
    transform: translateY(12px) scale(0.98);
    opacity: 0;
  }
  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

.modal-close {
  position: absolute;
  right: 8px;
  top: 8px;
  background: transparent;
  border: none;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  color: #666;
}
