.bt-header.bt-header-sticky, .bt-header.bt-header-fixed {
  top: -2px;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
  z-index: 3;
}
@media (max-width: 991px) {
  .bt-header.bt-header-sticky:after, .bt-header.bt-header-fixed:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #0090FF;
    width: var(--bt-page-scroll-progress);
    height: 6px;
    display: block;
    transition: transform 0.25s ease;
    z-index: 3;
  }
}
@media (min-width: 992px) {
  .bt-header.bt-header-sticky, .bt-header.bt-header-fixed {
    display: none;
  }
}
.bt-header.bt-header-sticky {
  position: fixed;
  min-height: 89px;
  left: 0;
  right: 0;
}
.bt-header.bt-header-sticky.bt-header-sticky-scrolled.bt-header-sticky-scrolled-down {
  transform: translateY(-100%);
}
@media (max-width: 991px) {
  .bt-header.bt-header-sticky.bt-header-sticky-scrolled.bt-header-sticky-scrolled-down:after {
    transform: translateY(100%);
  }
}
.bt-header.bt-header-sticky.bt-header-sticky-scrolled.bt-header-sticky-scrolled-up {
  box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.1);
}
.bt-header.bt-header-sticky:not(.bt-header-sticky-scrolled) {
  opacity: 0;
}
.bt-header.bt-header-sticky:not(.bt-header-sticky-scrolled) .bt-header-social-sharing {
  opacity: 0;
  pointer-events: none;
}
.bt-header.bt-header-sticky .bt-header-social-sharing {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 991px) {
  body:has(.bt-header-sticky-scrolled) .bt-navigation {
    top: -120px !important;
  }
}

.bt-header-social-sharing {
  background-color: light-dark(#fff, #1D1D1D);
  width: 100%;
  height: 100%;
  min-height: 86px;
  padding: 12px 24px;
  z-index: 2;
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .bt-header-social-sharing {
    display: grid;
    grid-template-columns: 1fr min-content;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .bt-header-social-sharing {
    display: none;
    pointer-events: none;
  }
}
.bt-header-social-sharing .text {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  z-index: 1;
  transition: all 0.5s ease;
}
.bt-header-social-sharing .sharing {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  z-index: 2;
  transition: all 0.5s ease;
}
.bt-header-social-sharing .action {
  position: relative;
  background-color: light-dark(#FAFAFA, #1D1D1D);
  color: light-dark(#000, #fff);
  fill: light-dark(#000, #fff);
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  z-index: 1;
  transition: all 0.5s ease;
}
.dark-background .bt-header-social-sharing .action {
  background-color: var(--gray-550);
  color: var(--bt-white);
  fill: var(--bt-white);
}
.bt-header-social-sharing .action svg {
  width: 100%;
  height: 100%;
  display: block;
}
.bt-header-social-sharing .action svg path {
  transition: all 0.5s ease;
}
.bt-header-social-sharing.expanded .text {
  opacity: 0;
  pointer-events: none;
}
.bt-header-social-sharing.expanded .action {
  background-color: transparent;
}
.bt-header-social-sharing.expanded .action svg .share {
  opacity: 0;
}
.bt-header-social-sharing:not(.expanded) .sharing {
  opacity: 0;
  pointer-events: none;
}
.bt-header-social-sharing:not(.expanded) .action svg .close {
  opacity: 0;
}

.bt-page-title {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .bt-page-title:not(:last-child):not(.no-margin) {
    margin-bottom: 16px;
  }
  .bt-page-title:not(:last-child):not(.no-margin).margin-md {
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .bt-page-title:not(:last-child):not(.no-margin) {
    margin-bottom: 32px;
  }
  .bt-page-title:not(:last-child):not(.no-margin).margin-md {
    margin-bottom: 48px;
  }
}
.bt-page-title .bt-page-title-grid {
  display: flex;
}
.bt-page-title .bt-page-title-grid:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .bt-page-title .bt-page-title-grid {
    gap: 8px;
  }
}
@media (min-width: 992px) {
  .bt-page-title .bt-page-title-grid {
    gap: 10px;
  }
}
.bt-page-title .bt-page-title-grid h1 {
  flex: 1;
}
@media (max-width: 991px) {
  .bt-page-title .bt-page-title-grid h1 {
    line-height: 1.16;
    font-family: "Inter Variable", sans-serif;
    font-size: 32px;
    letter-spacing: -0.69px;
  }
}
@media (min-width: 992px) {
  .bt-page-title .bt-page-title-grid h1 {
    line-height: 1.06;
    font-family: "Inter Variable", sans-serif;
    font-size: 54px;
    letter-spacing: -1.2px;
  }
}
.bt-page-title .bt-page-title-grid .bt-page-title-icon {
  background-color: #0090FF;
  color: #fff;
  border-radius: 50%;
  display: block;
  text-decoration: none;
  transition: all 0.2s ease;
}
.bt-page-title .bt-page-title-grid .bt-page-title-icon:hover {
  background-color: #009EE0;
}
.bt-page-title .bt-page-title-grid .bt-page-title-icon i {
  display: block;
}
@media (max-width: 991px) {
  .bt-page-title .bt-page-title-grid .bt-page-title-icon {
    margin-top: 9px;
    width: 20px;
    height: 20px;
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .bt-page-title .bt-page-title-grid .bt-page-title-icon {
    margin-top: 13px;
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}

.bt-default-grid {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .bt-default-grid {
    flex-flow: column;
    gap: 24px;
  }
}
@media (min-width: 992px) {
  .bt-default-grid {
    -moz-column-gap: 24px;
         column-gap: 24px;
    row-gap: 104px;
  }
}
.bt-default-grid .bt-default-grid-center {
  min-width: 0;
  flex: 1;
}
.bt-default-grid-aside {
  min-width: 0;
  flex-basis: 100%;
  flex: 1;
}
@media (min-width: 992px) {
  .bt-default-grid-aside {
    max-width: 384px;
  }
  .bt-default-grid-aside-sticky {
    position: sticky;
    top: 24px;
    top: 117px;
  }
}
.bt-default-grid .bt-default-grid-bottom {
  min-width: 0;
}
@media (min-width: 992px) {
  .bt-default-grid .bt-default-grid-bottom {
    flex: 0 0 100%;
  }
}

.bt-breadcrumbs {
  position: relative;
  padding-bottom: 8px;
  z-index: 2;
}
@media (max-width: 991px) {
  .bt-breadcrumbs {
    line-height: 18px;
    font-size: 13px;
    overflow: visible;
  }
}
@media (min-width: 992px) {
  .bt-breadcrumbs {
    line-height: 28px;
  }
}
.bt-breadcrumbs .main {
  margin: 0;
  padding: 0;
  display: inline-grid;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  gap: 8px;
  list-style: none;
}
.bt-breadcrumbs .main > li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  z-index: 1;
}
[data-color-scheme=dark] .bt-breadcrumbs .main > li {
  color: #fff;
}
.bt-breadcrumbs .main > li > a,
.bt-breadcrumbs .main > li > span {
  color: #000B13;
  flex: 1;
  display: flex;
  align-items: center;
  transition: color 0.25s ease;
}
[data-color-scheme=dark] .bt-breadcrumbs .main > li > a,
[data-color-scheme=dark] .bt-breadcrumbs .main > li > span {
  color: #fff;
}
.bt-breadcrumbs .main > li > a .text {
  flex: 1;
}
.bt-breadcrumbs .main > li > a:hover, .bt-breadcrumbs .main > li > a.active {
  color: #0090FF;
}
.bt-breadcrumbs .main > li > a.active {
  pointer-events: none;
}
.bt-breadcrumbs .main > li > a > bt-icon {
  color: #0090FF;
  width: 24px;
}
.bt-breadcrumbs .main > li > .bar {
  color: var(--gray-250);
}
.dark-background .bt-breadcrumbs .main > li > .bar {
  color: #fff;
}
.bt-breadcrumbs .main > li > .dot {
  background-color: var(--gray-250);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
}
.dark-background .bt-breadcrumbs .main > li > .dot {
  background-color: #fff;
}

.bt-article-page-content {
  background-color: light-dark(#f4f4f5, #1D1D1D);
  overflow: hidden;
}
@media (max-width: 991px) {
  .bt-article-page-content {
    margin-left: -24px;
    margin-right: -24px;
  }
}
@media (min-width: 992px) {
  .bt-article-page-content {
    border-radius: 12px;
  }
}
@media (max-width: 991px) {
  .bt-article-page-content:not(:last-child):not(.no-margin) {
    margin-bottom: 12px;
  }
}
@media (min-width: 992px) {
  .bt-article-page-content:not(:last-child):not(.no-margin) {
    margin-bottom: 24px;
  }
}
.bt-article-page-content .image {
  overflow: hidden;
}
@media (max-width: 991px) {
  .bt-article-page-content .image {
    border-radius: 0 0 20px 20px;
  }
}
@media (min-width: 992px) {
  .bt-article-page-content .image {
    border-radius: 20px;
  }
}
.bt-article-page-content .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 991px) {
  .bt-article-page-content .content {
    padding: 24px;
  }
}
@media (min-width: 992px) {
  .bt-article-page-content .content {
    padding: 84px;
  }
}
@media (min-width: 992px) {
  .bt-article-page-content .content:not(:first-child) {
    padding-top: 64px;
  }
}
@media (min-width: 992px) {
  .bt-article-page-content .content:not(:last-child) {
    padding-bottom: 64px;
  }
}
.bt-article-page-content .content img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 12px;
  display: block;
}
@media (max-width: 991px) {
  .bt-article-page-content .content img:not(:first-child) {
    margin-top: 32px;
  }
  .bt-article-page-content .content img:not(:first-child) {
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .bt-article-page-content .content img:not(:first-child) {
    margin-top: 32px;
  }
  .bt-article-page-content .content img:not(:first-child) {
    margin-bottom: 64px;
  }
}
.bt-article-page-content .content blockquote {
  position: relative;
  background-color: #FAFAFA;
  background-color: light-dark(#FAFAFA, #444);
  min-height: 144px;
  margin-left: 0;
  margin-right: 0;
  border-radius: 12px;
}
@media (max-width: 991px) {
  .bt-article-page-content .content blockquote {
    padding: 24px 24px 24px 24px;
  }
  .bt-article-page-content .content blockquote:not(:first-child) {
    margin-top: 32px;
  }
  .bt-article-page-content .content blockquote:not(:first-child) {
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .bt-article-page-content .content blockquote {
    padding: 48px 48px 48px 48px;
  }
  .bt-article-page-content .content blockquote:not(:first-child) {
    margin-top: 32px;
  }
  .bt-article-page-content .content blockquote:not(:first-child) {
    margin-bottom: 32px;
  }
}
.bt-article-page-content .content blockquote .box-with-image {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 24px;
  align-items: center;
  border-top: 1px solid var(--gray-200);
}
@media (max-width: 991px) {
  .bt-article-page-content .content blockquote .box-with-image {
    margin-left: -48px;
    padding-top: 24px;
    margin-top: 24px;
  }
}
@media (min-width: 992px) {
  .bt-article-page-content .content blockquote .box-with-image {
    margin-left: -94px;
    padding-top: 32px;
    margin-top: 32px;
  }
}
.bt-article-page-content .content blockquote .box-with-image img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bt-article-page-content .content blockquote .box-with-image .name {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 0;
}
.bt-article-page-content .content blockquote .box-with-image .function {
  color: #67686A;
}
.bt-article-page-content .content .box-blue {
  background-color: var(--blue-t05);
  padding: 48px;
  border-radius: 12px;
}
@media (max-width: 991px) {
  .bt-article-page-content .content .box-blue:not(:first-child) {
    margin-top: 32px;
  }
  .bt-article-page-content .content .box-blue:not(:first-child) {
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .bt-article-page-content .content .box-blue:not(:first-child) {
    margin-top: 32px;
  }
  .bt-article-page-content .content .box-blue:not(:last-child) {
    margin-bottom: 64px;
  }
}
.bt-article-page-content .content .video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  z-index: 1;
}
@media (max-width: 991px) {
  .bt-article-page-content .content .video:not(:last-child) {
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .bt-article-page-content .content .video:not(:last-child) {
    margin-bottom: 64px;
  }
}
.bt-article-page-content .content .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  z-index: 1;
}
.bt-article-page-content .content > iframe,
.bt-article-page-content .content > p iframe {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  z-index: 1;
}
@media (max-width: 991px) {
  .bt-article-page-content .content > iframe:not(:last-child),
  .bt-article-page-content .content > p iframe:not(:last-child) {
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .bt-article-page-content .content > iframe:not(:last-child),
  .bt-article-page-content .content > p iframe:not(:last-child) {
    margin-bottom: 64px;
  }
}
.bt-article-page-content .content .bt-action-primary {
  justify-self: start;
}
.bt-article-page-content .content .bt-action-primary:hover {
  fill: #1a76ff;
  background-color: #cfe3ff;
  color: #1a76ff;
}

.bt-article-page-feedback {
  background-color: light-dark(#f4f4f5, #1D1D1D);
  display: flex;
  align-items: center;
  border-radius: 12px;
}
@media (max-width: 991px) {
  .bt-article-page-feedback {
    padding: 24px;
    gap: 12px;
  }
}
@media (min-width: 992px) {
  .bt-article-page-feedback {
    padding: 32px;
    gap: 24px;
  }
}
@media (max-width: 991px) {
  .bt-article-page-feedback:not(:last-child):not(.no-margin) {
    margin-bottom: 12px;
  }
}
@media (min-width: 992px) {
  .bt-article-page-feedback:not(:last-child):not(.no-margin) {
    margin-bottom: 24px;
  }
}
.bt-article-page-feedback .text {
  flex: 1;
  line-height: 1.25;
  font-size: 19px;
  letter-spacing: 0;
}
.bt-article-page-feedback .textstrong {
  font-weight: 600;
}
.bt-article-page-feedback .action {
  display: flex;
  align-items: center;
  gap: 8px;
}
.bt-article-page-feedback .action button {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bt-article-page-feedback .action button.up {
  background-color: #0090FF;
}
.bt-article-page-feedback .action button.down {
  background-color: #ED1C24;
}
.bt-article-page-feedback .action button bt-icon {
  fill: #fff;
  width: 16px;
}
.bt-article-page-feedback .action button bt-icon[symbol=like] {
  margin-bottom: 1px;
}
.bt-article-page-feedback .action button bt-icon[symbol=dislike] {
  margin-top: 1px;
}

.bt-similar-article {
  display: grid;
  margin-bottom: 24px;
  padding: 40px;
  background: light-dark(#f4f4f5, #1D1D1D);
  border-radius: 12px;
  gap: 24px;
}
.bt-similar-article .article {
  overflow: hidden;
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 16px;
}
.bt-similar-article .article:not(:last-of-type) {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--gray-200);
}
.bt-similar-article .content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.bt-similar-article .content .actions {
  margin-top: auto;
  display: none;
}
.bt-similar-article .content .bt-btn.bt-btn-regular {
  min-height: unset;
  background: transparent;
  color: #0090FF;
  border: 0;
  padding: 0;
  margin-top: auto;
}
.dark-background .bt-similar-article .content .bt-btn.bt-btn-regular {
  background: transparent;
  border: 0;
}
.bt-similar-article .content h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  font-family: "Inter", sans-serif;
  color: light-dark(#000, #67686A);
}
.dark-background .bt-similar-article .content h4 {
  color: #67686A;
}
.bt-similar-article .content h4:hover {
  color: #0090FF;
}
.bt-similar-article .content .date {
  margin-bottom: 8px;
}
.bt-similar-article .background-image {
  height: 76px;
  width: 76px;
  border-radius: 8px;
  overflow: hidden;
}
.bt-similar-article img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.bt-aside-newsletter {
  background-color: light-dark(#f4f4f5, #1D1D1D);
  color: light-dark(#000B13, #fff);
  padding: 36px;
  border-radius: 12px;
  overflow: hidden;
}
.bt-aside-newsletter p {
  color: #67686A;
}
.bt-aside-newsletter .error-text {
  color: #ED1C24;
  font-size: 12px;
}
.bt-aside-newsletter .bt-aside-newsletter-text {
  overflow: hidden;
}
@media (max-width: 991px) {
  .bt-aside-newsletter .bt-aside-newsletter-text:not(:last-child):not(.no-margin) {
    margin-bottom: 12px;
  }
}
@media (min-width: 992px) {
  .bt-aside-newsletter .bt-aside-newsletter-text:not(:last-child):not(.no-margin) {
    margin-bottom: 24px;
  }
}
.bt-aside-newsletter .bt-aside-newsletter-text p > a {
  color: #0090FF;
}
@media (max-width: 991px) {
  .bt-aside-newsletter .bt-aside-newsletter-form:not(:last-child):not(.no-margin) {
    margin-bottom: 12px;
  }
}
@media (min-width: 992px) {
  .bt-aside-newsletter .bt-aside-newsletter-form:not(:last-child):not(.no-margin) {
    margin-bottom: 24px;
  }
}
.bt-aside-newsletter .bt-aside-newsletter-form .bt-aside-newsletter-form-fieldset {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  gap: 8px;
}
@media (max-width: 991px) {
  .bt-aside-newsletter .bt-aside-newsletter-form .bt-aside-newsletter-form-fieldset:not(:last-child):not(.no-margin) {
    margin-bottom: 12px;
  }
}
@media (min-width: 992px) {
  .bt-aside-newsletter .bt-aside-newsletter-form .bt-aside-newsletter-form-fieldset:not(:last-child):not(.no-margin) {
    margin-bottom: 24px;
  }
}
.bt-aside-newsletter .bt-aside-newsletter-form .bt-aside-newsletter-form-fieldset .bt-aside-newsletter-form-fields {
  background-color: #fff;
  padding: 8px;
  border-radius: 56px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.dark-background .bt-aside-newsletter .bt-aside-newsletter-form .bt-aside-newsletter-form-fieldset .bt-aside-newsletter-form-fields {
  background-color: var(--gray-550);
}
.bt-aside-newsletter .bt-aside-newsletter-form .bt-aside-newsletter-form-fieldset .bt-aside-newsletter-form-fields input {
  background-color: transparent;
  color: #000B13;
  width: 100%;
  height: 48px;
  border: 0;
  padding: 0 12px;
  flex: 1;
  display: block;
}
.dark-background .bt-aside-newsletter .bt-aside-newsletter-form .bt-aside-newsletter-form-fieldset .bt-aside-newsletter-form-fields input {
  color: #fff;
}
.bt-aside-newsletter .bt-aside-newsletter-form .bt-aside-newsletter-form-fieldset .bt-aside-newsletter-form-fields button,
.bt-aside-newsletter .bt-aside-newsletter-form .bt-aside-newsletter-form-fieldset .bt-aside-newsletter-form-fields .bt-aside-newsletter-submit-button-animation {
  background-color: #0090FF;
  color: #fff;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
}
.bt-aside-newsletter .bt-aside-newsletter-form .bt-aside-newsletter-form-fieldset .bt-aside-newsletter-form-fields button {
  transition: background-color 0.25s ease;
}
.bt-aside-newsletter .bt-aside-newsletter-form .bt-aside-newsletter-form-fieldset .bt-aside-newsletter-form-fields button:hover {
  background-color: #009EE0;
}
.bt-aside-newsletter .bt-aside-newsletter-form .bt-aside-newsletter-form-fieldset .bt-aside-newsletter-form-fields bt-icon {
  fill: #fff;
  width: 24px;
}

.bt-page-sticky {
  position: fixed;
  left: 24px;
  bottom: 24px;
  width: 84px;
  gap: 24px;
  z-index: 3;
}
@media (max-width: 991px) {
  .bt-page-sticky {
    display: none;
  }
}
@media (min-width: 992px) {
  .bt-page-sticky {
    display: grid;
  }
}
.bt-page-sticky:not(.bt-loaded) {
  opacity: 0;
  transform: translateY(100%);
}

.bt-page-social-sharing {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .bt-page-social-sharing {
    display: flex;
    justify-content: left;
    gap: 16px;
  }
}
@media (min-width: 992px) {
  .bt-page-social-sharing {
    padding: 20px;
    display: grid;
    gap: 26px;
  }
}
.bt-page-social-sharing button {
  background-color: transparent;
  color: #000B13;
  fill: #000B13;
  margin: 0;
  padding: 0;
  border: 0;
  transition: all 0.25s ease;
}
@media (max-width: 991px) {
  .bt-page-social-sharing button {
    width: 44px;
    height: 44px;
  }
}
@media (min-width: 992px) {
  .bt-page-social-sharing button {
    width: 44px;
    height: 44px;
  }
}
[data-color-scheme=dark] .bt-page-social-sharing button {
  fill: #fff;
}
@media (min-width: 992px) {
  .bt-page-social-sharing button:hover bt-icon {
    color: #0090FF;
    fill: #0090FF;
  }
}
.bt-page-social-sharing button bt-icon {
  width: 44px;
}
@media (min-width: 992px) {
  .bt-page-social-sharing button.color:hover bt-icon {
    color: #0090FF;
  }
}
[data-color-scheme=dark] .bt-page-social-sharing button.color bt-icon {
  fill: #fff !important;
}
@media (min-width: 992px) {
  [data-color-scheme=dark] .bt-page-social-sharing button.color:hover path {
    fill: #009EE0 !important;
  }
}

.bt-page-social-sharing-selected-text {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--gray-150);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
  display: flex;
  z-index: 2;
  transition: opacity 0.5s ease;
}
@media (max-width: 991px) {
  .bt-page-social-sharing-selected-text {
    padding: 8px;
    border-radius: 12px;
    gap: 8px;
  }
}
@media (min-width: 992px) {
  .bt-page-social-sharing-selected-text {
    padding: 16px;
    border-radius: 20px;
    gap: 16px;
  }
}
.bt-page-social-sharing-selected-text:not(.showing) {
  opacity: 0;
  pointer-events: none;
}
.bt-page-social-sharing-selected-text button {
  background-color: transparent;
  color: #000B13;
  fill: #000B13;
  border: 0;
  display: block;
}
@media (max-width: 991px) {
  .bt-page-social-sharing-selected-text button {
    width: 28px;
    height: 28px;
  }
}
@media (min-width: 992px) {
  .bt-page-social-sharing-selected-text button {
    width: 44px;
    height: 44px;
  }
}
.dark-background .bt-page-social-sharing-selected-text button {
  color: #fff;
  fill: #fff;
}
@media (min-width: 992px) {
  .bt-page-social-sharing-selected-text button:hover {
    color: #0090FF;
    fill: #0090FF;
  }
}
.bt-page-social-sharing-selected-text button svg {
  width: 100%;
  height: 100%;
  display: block;
}
@media (min-width: 992px) {
  .bt-page-social-sharing-selected-text button.color:hover path {
    fill: #009EE0 !important;
  }
}
.dark-background .bt-page-social-sharing-selected-text button.color path {
  fill: #fff !important;
}
@media (min-width: 992px) {
  .dark-background .bt-page-social-sharing-selected-text button.color:hover path {
    fill: #009EE0 !important;
  }
}

.bt-page-progress {
  position: relative;
  background-color: light-dark(#fff, #1D1D1D);
  width: 84px;
  height: 84px;
  padding: 8px;
  border-radius: 50%;
  box-shadow: 16px 16px 12px -5px rgba(0, 0, 0, 0.15);
  display: grid;
  transition: all 0.5s ease;
  z-index: 1;
}
.dark-background .bt-page-progress {
  background-color: #1D1D1D;
}
.bt-page-progress .circle {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  grid-column: 1;
  grid-row: 1;
  z-index: 1;
  box-shadow: 6px 12px 42px -12px rgba(0, 0, 0, 0.15);
}
.bt-page-progress .circle svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}
.bt-page-progress .circle svg .fill {
  fill: transparent;
  stroke: #0090FF;
  stroke-width: 8px;
}
.bt-page-progress .circle svg .knob {
  fill: #0090FF;
  stroke: #fff;
  stroke-width: 2px;
}
.bt-page-progress .number {
  position: relative;
  margin: auto;
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  z-index: 2;
}

.bt-container[padding-inline="16"] {
  padding-inline: 24px;
}

.bt-blog-grafic-display {
  display: flex;
  gap: 16px;
}
@media (max-width: 991px) {
  .bt-blog-grafic-display {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .bt-blog-grafic-display .bt-blog-grafic-display-imagine {
    width: 384px;
  }
}
.bt-blog-grafic-display .bt-blog-grafic-display-imagine img {
  width: 100%;
}
@media (min-width: 992px) {
  .bt-blog-grafic-display .bt-blog-grafic-display-text {
    flex: 1;
  }
}
.bt-blog-grafic-display .bt-blog-grafic-display-text li::marker {
  color: #0090FF;
}

body {
  font-size: 16px;
  line-height: 1.4;
  font-family: Inter Variable, sans-serif;
}
