@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
.bf-2025-banner .container {
  width: 100%;
  max-width: 1200px;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
.bf-2025-banner .position-relative {
  position: relative !important;
}
.bf-2025-banner .d-none {
  display: none !important;
}
.bf-2025-banner .d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.bf-2025-banner .align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.bf-2025-banner .justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.bf-2025-banner .text-size-null {
  font-size: 0;
  line-height: 0;
}
.bf-2025-banner .text-center {
  text-align: center !important;
}
.bf-2025-banner .pt-6 {
  padding-top: 6px !important;
}
@media (min-width: 1025px) {
  .bf-2025-banner .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .bf-2025-banner .d-xl-block {
    display: block !important;
  }
  .bf-2025-banner .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .bf-2025-banner .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}

.bf-2025-banner {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  color: #FFFFFF;
  background-color: #0F172A;
  overflow: hidden;
}
.bf-2025-banner > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bf-2025-banner .left-column,
.bf-2025-banner .right-column {
  position: relative;
}
.bf-2025-banner .left-column {
  width: 199px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.bf-2025-banner .right-column {
  width: 201px;
}
.bf-2025-banner .center-column img {
  max-width: 100%;
  height: auto;
}
.bf-2025-banner .decor-element {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-140px, 0);
          transform: translate(-140px, 0);
}
.bf-2025-banner .decor-element.element-02 {
  left: auto;
  right: 0;
  -webkit-transform: translate(140px, 0);
          transform: translate(140px, 0);
}
.bf-2025-banner-title-block {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0;
  color: #B591F4;
}
.bf-2025-banner-description-block {
  margin-top: 4px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #94A3B8;
}
.bf-2025-banner-timer {
  margin-top: 4px;
  padding: 6px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 184px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #FFFFFF;
  border-radius: 12px;
  background-color: #334155;
}
.bf-2025-banner-timer-display {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.bf-2025-banner-timer-display.loaded {
  opacity: 1;
}
.bf-2025-banner-timer-spinner {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin: 0 auto;
  border-radius: 50%;
  background: conic-gradient(from 180deg at 50% 50%, rgba(82, 0, 255, 0) 0deg, #FFFFFF 360deg);
  -webkit-animation: spin 2s infinite linear;
          animation: spin 2s infinite linear;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.bf-2025-banner-timer-spinner::before {
  content: "";
  border-radius: 50%;
  width: 80%;
  height: 80%;
  background-color: #334155;
}
.bf-2025-banner-timer-spinner.hide {
  opacity: 0;
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.bf-2025-banner-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bf-2025-banner-link .sr-only {
  position: absolute;
  inset: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}