.plan-quantity-value input::-webkit-outer-spin-button,
.plan-quantity-value input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.plan-quantity-value input[type="number"] {
  -moz-appearance: textfield;
}
.plan-quantity-value input,
.q-button {
  height: 28px;
}
.q-button {
  background-color: var(--mb-branding-alt);
}
.q-button:hover {
  background-color: var(--mb-branding-alt-dark);
}
.control-quantity-box {
  height: 28px;
}

.ribbon-wrapper-outer {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -1px;
  right: -1px;
}

.ribbon-inner {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #fff;
  transform: rotate(45deg);
  position: relative;
  padding: 2px 0;
  left: 0px;
  top: 10px;
  width: 120px;
  text-indent: -10px;
}

.ribbon-green {
  background: radial-gradient(115.61% 115.82% at 51.87% -15.82%, rgba(41, 255, 36, 0.47) 0%, rgba(41, 255, 36, 0) 100%),
    #41ad39;
}

.lifetime-on {
  background-image: url("/assets/themes/mb1/imgs/misc/toggle-on.svg");
}
.lifetime-off {
  background-image: url("/assets/themes/mb1/imgs/misc/toggle-off.svg");
}
.lifetime-toggle-button {
  float: right;
  display: flex;
  justify-content: center;
  height: 36px;
  align-content: center;
  flex-wrap: wrap;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -10000px;
  width: 29px;
}

.togglelifetime {
  height: 65px;
}

#block-pricingboxes,
#block-new-pricingboxes {
  margin-top: -320px !important;
}
/* #block-pricingboxes.wbactive, #block-new-pricingboxes.wbactive {
      margin-top: -260px !important;
  } */

@media (max-width: 767px) {
  .price-old:empty {
    display: none !important;
  }
}

.pricing #hero-main {
  min-height: 350px;
}
.price-old {
  height: 24px;
}

.featureicon {
  visibility: hidden;
  position: relative;
}
.featureicon::after {
  visibility: visible;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.featureicon.crossmark::after {
  content: "✚";
  color: rgb(189, 24, 24);
  transform: rotate(45deg);
}
.featureicon.checkmark::after {
  content: "✔";
  color: rgb(65, 173, 57);
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: rgba(244, 246, 247, 0.5);
}
.expandarrow,
.contractarrow {
  vertical-align: 5px;
  cursor: pointer;
}
.expandarrow.collapsing,
.contractarrow.collapsing {
  display: none;
}
.expandarrow::after {
  content: "\2304";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: 5px;
}
.contractarrow::after {
  content: "\2303";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: 0;
}
#block-pricingboxes.sticky-top .badge,
#block-pricingboxes.sticky-top .price-old,
#block-pricingboxes.sticky-top .last-sold {
  display: none !important;
}
#block-pricingboxes.sticky-top .control-quantity-box {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
#block-pricingboxes.sticky-top button.button-pricing {
  margin-bottom: 0 !important;
}

#block-pricingboxes.sticky-top .pb-row {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.pricing-banner-content {
  background-color: #0e2138;
}

.pricing-banner-content p {
  display: inline;
}

.pricing-banner-content .hideOnDesktop {
  display: none !important;
}
.pricing-banner-content .hideOnMobile {
  display: none !important;
}
.pricing-banner-content .hideOnAllExceptPricing {
  display: inline !important;
}
.pricing-banner-content .hideOnAllExceptPricing .discountnumber {
  color: #ffffff !important;
}

.underlinebrush {
  background-image: url("/assets/themes/mb1/imgs/misc/underlinebrush.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 5px;
}
.badge.text-bg-light {
  background: #f4f6f7 !important;
  color: #0f37c3 !important;
}
dt a:hover {
  text-decoration: none !important;
}
dt a::after {
  display: block;
  width: 16px;
  float: right;
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  color: var(--mb-color-blue2);
}
dt a.showmore::after {
  content: url("data:image/svg+xml,%0A%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='18' y='7.41162' width='3.17647' height='18' transform='rotate(90 18 7.41162)' fill='%230F37C3'/%3E%3Crect x='10.5881' y='17.9998' width='3.17647' height='18' transform='rotate(-180 10.5881 17.9998)' fill='%230F37C3'/%3E%3C/svg%3E%0A");
}
dt a.showless::after,
dt a.showmore[aria-expanded="true"]::after {
  content: url("data:image/svg+xml,%0A%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='18' y='7.41162' width='3.17647' height='18' transform='rotate(90 18 7.41162)' fill='%230F37C3'/%3E%3C/svg%3E%0A");
}

table tbody tr.d-flex td {
  width: 25% !important;
}

.toggleplans {
  background-color: #f4f6f7 !important;
  height: 100%;
}

#toggle-yearly.active {
  border-radius: 6px 0 0 6px;
  box-shadow: 4px 0 18px rgba(0, 0, 0, 0.13);
  background-color: #ffffff !important;
  position: relative;
  font-weight: bold;
  color: #000000;
}

#toggle-payonce.active {
  box-shadow: -4px 0 18px rgba(0, 0, 0, 0.13);
  border-radius: 0 6px 6px 0;
  background-color: #ffffff !important;
  position: relative;
  font-weight: bold;
  color: #000000;
}
.pbox-container .pbox-card .price-current {
  white-space: nowrap !important;
}

.sticky-top .plans-btns {
  display: none;
}

@media (max-width: 992px) {
  /*     #block-pricingboxes.wbactive, #block-new-pricingboxes.wbactive {
      margin-top: -180px !important;
  } */
  #block-pricingboxes,
  #block-new-pricingboxes {
    margin-top: -240px !important;
  }
  table tbody tr.d-flex td {
    width: 100% !important;
  }
  .featureicon {
    text-align: right !important;
  }
}

@media (max-width: 575px) {
  div #launcher {
    display: none;
  }
}

/* BFCM 2023 Stylings */
.bfcm2023 header.mb-redesign {
  background: radial-gradient(37.84% 22.84% at 50% 39.17%, rgba(0, 0, 0, 0.49) 0%, rgba(0, 0, 0, 0) 100%),
    radial-gradient(21.91% 35% at 50.05% 68.43%, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%),
    url("/assets/imgs/bfcm/2023/bfcm-bg-new.webp"), lightgray -19.678px -362.763px / 103.172% 241.338% no-repeat;
  background-blend-mode: multiply, multiply, normal;
}
.bfcm2023 .pricing-banner-content {
  background: #5c0f12;
  font-size: 28px;
}
.bfcm2023 .pricing-banner-content .discountnumber {
  color: #fd1635;
}
.bfcm2023 .ribbon-wrapper-outer .ribbon-green {
  background: linear-gradient(0deg, #000 0%, #000 100%), linear-gradient(134deg, #c6b9ab 3.67%, #635d57 100.4%);
}
.bfcm2023 .ribbon-wrapper-outer .bg-warning {
  background: #fd1735 !important;
  color: #ffffff !important;
}
.bfcm2023 .button-mailbird-free.btn-mb.btn-mb-2,
.bfcm2023 #product-box-mailbird-standard-pay-once button {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.11) 85.42%, rgba(0, 0, 0, 0.16) 100%), #000 !important;
}
.bfcm2023 #product-box-mailbird-premium-pay-once button {
  background: #fd1635 !important;
}
/* BFCM 2023 Stylings */

/* BFCM 2024 Stylings */
.bfcm2024 header.mb-redesign {
  background: radial-gradient(37.84% 22.84% at 50% 39.17%, rgba(0, 0, 0, 0.49) 0%, rgba(0, 0, 0, 0) 100%),
    radial-gradient(21.91% 35% at 50.05% 68.43%, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%),
    url("/assets/imgs/bfcm/2023/bfcm-bg-new.webp"), lightgray -19.678px -362.763px / 103.172% 241.338% no-repeat;
  background-blend-mode: multiply, multiply, normal;
}
.bfcm2024 .pricing-banner-content {
  background-color: #5c0f12 !important;
}
.bfcm2024 .pricing-banner-content .discountnumber {
  color: #fd1635 !important;
}
.bfcm2024 .pdiscountribbon {
  background: linear-gradient(0deg, #000 0%, #000 100%), linear-gradient(134deg, #c6b9ab 3.67%, #635d57 100.4%) !important;
}
.bfcm2024 .pdiscountribbon.bg-warning {
  background: #fd1735 !important;
}
.bfcm2024 .button-mailbird-free.btn-mb.btn-mb-2 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.11) 85.42%, rgba(0, 0, 0, 0.16) 100%), #000 !important;
}
.bfcm2024 #product-box-mailbird-standard-yearly button,
.bfcm2024 #product-box-mailbird-premium-yearly button,
.bfcm2024 #product-box-mailbird-standard-pay-once button,
.bfcm2024 #product-box-mailbird-premium-pay-once button {
  background: #fd1635 !important;
}
.bfcm2024 .q-button {
  background: #5c0f12 !important;
}
.bfcm2024 #block-pricingboxes-late-2024 .lifetime-on {
  background-image: url(/assets/themes/mb1/imgs/misc/bfcm-toggle-on-v2.svg) !important;
}
.bfcm2024 #block-pricingboxes-late-2024 .lifetime-off {
  background-image: url(/assets/themes/mb1/imgs/misc/bfcm-toggle-off-v2.svg) !important;
}
.bfcm2024 .fa-circle-check,
.bfcm2024 .table-tabs .table-tab.tab-active,
.bfcm2024 .plans-comparison-container .table.table-plans tbody tr td:last-child .plan-value {
  color: #5c0f12 !important;
}
.bfcm2024 #block-pricingcomparison table thead[id] tr th {
  background: #dadada !important;
}
.bfcm2024 #block-pricingcomparison .btn-mb-2-alt {
  background-color: transparent !important;
  border-color: #5c0f12 !important;
  color: #5c0f12 !important;
}
.bfcm2024 #block-downloadcounter.mb-late-2024 .bg-full:before {
  background-color: #000000 !important;
  background-image: url(/assets/themes/mb1/imgs/bgs/bfcm-background-waves.webp) !important;
  background-size: cover !important;
  background-position: center -450px !important;
}
.bfcm2024 #block-downloadcounter.mb-late-2024 .btn-mb-4 {
  background-color: var(--mb-branding-1) !important;
  border-color: var(--mb-branding-1) !important;
  color: var(--mb-branding-white) !important;
}
@media (max-width: 992px) {
  .bfcm2024 #block-downloadcounter.mb-late-2024 .bg-full:before {
    background-position: 0 center !important;
  }
}
/* BFCM 2024 Stylings */

/* BFCM 2025 Stylings */
.bfcm2025.black-friday {
  --bfcm-primary-color: #e156e3;
  --bfcm-secondary-color: #7c2f7d;
}
.bfcm2025.cyber-monday {
  --bfcm-primary-color: #8773fd;
  --bfcm-secondary-color: #4726ff;
}
.bfcm2025 header #mbmainmenu #mb-nav-lang .dropdown-toggle::after {
    display: inline-block !important;
}
.bfcm2025 header #mbmainmenu {
  background-color: unset !important;
  transition: unset !important;
  box-shadow: unset !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  z-index: 1030;
}
.bfcm2025 header #mbmainmenu #mb-callout {
  display: none !important;
}
.bfcm2025 .btn.btn-mb-2,
.bfcm2025 .btn.btn-mb-2:hover,
.bfcm2025 .btn.btn-mb-2:visited {
  background: linear-gradient(180deg, var(--bfcm-primary-color) 0%, var(--bfcm-secondary-color) 136.11%) !important;
  border: none !important;
  min-height: 50px !important;
}
.bfcm2025 .btn.btn-mb-2:active,
.bfcm2025 .btn.btn-mb-2:first-child:active {
  background: var(--bfcm-secondary-color) !important;
}
.bfcm2025 .btn.btn-mb-2-alt,
.bfcm2025 .btn.btn-mb-2-alt:hover,
.bfcm2025 .btn.btn-mb-2-alt:visited {
  background-color: transparent !important;
  border-color: var(--bfcm-primary-color) !important;
  color: var(--bfcm-primary-color) !important;
}
.bfcm2025 .btn.btn-mb-2-alt:active,
.bfcm2025 .btn.btn-mb-2-alt:first-child:active {
  border-color: var(--bfcm-primary-color) !important;
  color: var(--bfcm-primary-color) !important;
}
.bfcm2025 .btn.btn-mb-4,
.bfcm2025 .btn.btn-mb-4:hover,
.bfcm2025 .btn.btn-mb-4:visited {
  background: #000000 !important;
  border-color: #000000 !important;
}
.bfcm2025 .btn.btn-mb-4:active,
.bfcm2025 .btn.btn-mb-4:first-child:active {
  border-color: #000000 !important;
  color: #000000 !important;
}
.bfcm2025 .btn-mb-3-alt:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: var(--mb-branding-dark) !important;
}
.bfcm2025 .pricing-banner-content {
  background-color: var(--bfcm-primary-color) !important;
}
.bfcm2025 .pricing-banner-content .discountnumber {
  color: #000000 !important;
}
.bfcm2025 .pdiscountribbon {
  background: linear-gradient(0deg, #000 0%, #000 100%), linear-gradient(134deg, #c6b9ab 3.67%, #635d57 100.4%) !important;
}
.bfcm2025 .pdiscountribbon.bg-warning {
  background: #fd1735 !important;
}
.bfcm2025 .button-mailbird-free.btn-mb.btn-mb-2 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.11) 85.42%, rgba(0, 0, 0, 0.16) 100%), #000 !important;
}
.bfcm2025 #product-box-mailbird-standard-yearly button,
.bfcm2025 #product-box-mailbird-premium-yearly button,
.bfcm2025 #product-box-mailbird-standard-pay-once button,
.bfcm2025 #product-box-mailbird-premium-pay-once button {
  background: #000000 !important;
}
.bfcm2025 .q-button {
  background: var(--bfcm-primary-color) !important;
}
.bfcm2025 #block-pricingboxes-late-2024 .lifetime-on {
  background-image: url(/assets/themes/mb1/imgs/misc/bfcm-toggle-on-v2.svg) !important;
}
.bfcm2025 #block-pricingboxes-late-2024 .lifetime-off {
  background-image: url(/assets/themes/mb1/imgs/misc/bfcm-toggle-off-v2.svg) !important;
}
.bfcm2025.black-friday #block-pricing-boxes {
  background: radial-gradient(56.03% 45.68% at 34.16% 46.09%, rgba(225, 86, 227, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #000000;
}
.bfcm2025.cyber-monday #block-pricing-boxes {
  background: radial-gradient(56.03% 45.68% at 34.16% 46.09%, rgba(111, 87, 253, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #000000;
}
.bfcm2025.black-friday #block-pricing-boxes > h2 a,
.bfcm2025.cyber-monday #block-pricing-boxes > h2 a {
  color: var(--bfcm-primary-color);
}
.bfcm2025.black-friday #block-pricing-boxes .pricing-box .badge {
  color: #431C7D;
  background-color: rgba(238, 163, 239, 0.75);
}
.bfcm2025.cyber-monday #block-pricing-boxes .pricing-box .badge {
  color: #431C7D;
  background-color: rgba(183, 171, 254, 1);
}
.bfcm2025.black-friday #block-pricing-boxes .pricing-box .topside {
  background: #B71AB9;
}
.bfcm2025.cyber-monday #block-pricing-boxes .pricing-box .topside {
  background: #4C36C7;
}
.bfcm2025.black-friday #block-pricing-boxes .pricing-box .bottomside {
  background: linear-gradient(180deg, #E156E3 13.9%, #652DFF 105.05%);
  box-shadow: 0px 10.5128px 85.6045px rgba(0, 0, 0, 0.25);
}
.bfcm2025.cyber-monday #block-pricing-boxes .pricing-box .bottomside {
  background: linear-gradient(180deg, #A192FE 0%, #4726FF 117.34%);
  box-shadow: 0px 10.5128px 85.6045px rgba(0, 0, 0, 0.25);
}
.bfcm2025.black-friday #block-pricing-boxes .pricing-box .toggles-wrapper {
  background: #B71AB9;
}
.bfcm2025.cyber-monday #block-pricing-boxes .pricing-box .toggles-wrapper {
  background: #4C36C7;
}
.bfcm2025 #block-pricing-boxes .pricing-box .toggles-wrapper:not(:has(:nth-child(2))) {
  display: none !important;
}
.bfcm2025.black-friday #block-pricing-boxes #leave-me-alone-card,
.bfcm2025.black-friday #block-pricing-boxes #lifetime-updates-card {
  background: linear-gradient(180deg, #bd4aeb 0%, #652dff 100%);
  box-shadow: 0px 10.5128px 85.6045px rgba(0, 0, 0, 0.25);
}
.bfcm2025.cyber-monday #block-pricing-boxes #leave-me-alone-card,
.bfcm2025.cyber-monday #block-pricing-boxes #lifetime-updates-card {
  background: linear-gradient(180deg, #A192FE 0%, #4726FF 117.34%);
  box-shadow: 0px 10.5128px 85.6045px rgba(0, 0, 0, 0.25);
}
.bfcm2025.black-friday #block-pricing-boxes #leave-me-alone-card .topside,
.bfcm2025.black-friday #block-pricing-boxes #lifetime-updates-card .topside {
  background: #B71AB9;
}
.bfcm2025.cyber-monday #block-pricing-boxes #leave-me-alone-card .topside,
.bfcm2025.cyber-monday #block-pricing-boxes #lifetime-updates-card .topside {
  background: #4C36C7;
}
.bfcm2025.black-friday #block-pricing-boxes #leave-me-alone-card .close-button,
.bfcm2025.black-friday #block-pricing-boxes #lifetime-updates-card .close-button {
  color: #B71AB9;
}
.bfcm2025.cyber-monday #block-pricing-boxes #leave-me-alone-card .close-button,
.bfcm2025.cyber-monday #block-pricing-boxes #lifetime-updates-card .close-button {
  color: #4C36C7;
}
@media (max-width: 1280px) {
  .bfcm2025.black-friday #block-pricing-boxes #leave-me-alone-card,
  .bfcm2025.black-friday #block-pricing-boxes #lifetime-updates-card {
    background: #B71AB9;
    box-shadow: 0px -2px 5.6px rgba(0, 0, 0, 0.14), 0px -4px 21.8px rgba(0, 0, 0, 0.2);
  }
  .bfcm2025.cyber-monday #block-pricing-boxes #leave-me-alone-card,
  .bfcm2025.cyber-monday #block-pricing-boxes #lifetime-updates-card {
    background: #4C36C7;
    box-shadow: 0px -2px 5.6px rgba(0, 0, 0, 0.14), 0px -4px 21.8px rgba(0, 0, 0, 0.2);
  }
}
.bfcm2025 #block-pricingcomparison {
  scroll-margin-top: 100px;
}
.bfcm2025.black-friday #block-pricingcomparison {
  background: radial-gradient(44.03% 45.68% at 79.16% 52.09%, rgba(225, 86, 227, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
    #000000;
}
.bfcm2025.cyber-monday #block-pricingcomparison {
  background: radial-gradient(44.03% 45.68% at 79.16% 52.09%, rgba(111, 87, 253, 0.26) 0%, rgba(0, 0, 0, 0.26) 100%),
    #000000;
}
.bfcm2025 #block-pricingcomparison .table-tabs .table-tab i .fa-microsoft,
.bfcm2025 #block-pricingcomparison .table-tabs .table-tab i .fa-apple {
  width: 24px;
  height: 24px;
}
.bfcm2025 #block-pricingcomparison .table-tabs .table-tab .name {
  font-size: 16px !important;
}
.bfcm2025 #block-pricingcomparison .table.table-plans tbody {
  background: rgba(255 255 255 / 4%) !important;
}
.bfcm2025 #block-pricingcomparison .table.table-plans tbody tr td .plan-feature-name {
  color: #eaeaea !important;
}
.bfcm2025 #block-pricingcomparison .table.table-plans tbody tr td .plan-value {
  color: #ceced4 !important;
}
.bfcm2025 #block-pricingcomparison .table.table-plans tbody tr td .fa-circle-question {
  color: #6b6c73 !important;
}
.bfcm2025 #block-pricingcomparison .table-tabs .table-tab.tab-active,
.bfcm2025 #block-pricingcomparison .table.table-plans tbody tr td:last-child .plan-value {
  color: var(--bfcm-primary-color) !important;
}
.bfcm2025 #block-pricingcomparison .table.table-plans tbody tr td .fa-circle-check {
  color: #CECED4 !important;
  width: 20px;
  height: 20px;
}
.bfcm2025 #block-pricingcomparison .table.table-plans tbody tr td:last-child .fa-circle-check {
  color: #903cff !important;
  width: 20px;
  height: 20px;
}
.bfcm2025 #block-pricingcomparison table thead tr th {
  color: #eaeaea !important;
}
.bfcm2025 #block-pricingcomparison table thead[id] tr th {
  background: rgba(255 255 255 / 6%) !important;
}
.bfcm2025 #block-pricingcomparison .table.table-plans tbody tr td {
  border-color: #000000 !important;
}
.bfcm2025 #block-pricingcomparison .btn-mb-2-alt {
  background-color: transparent !important;
  border-color: var(--bfcm-primary-color) !important;
  color: var(--bfcm-primary-color) !important;
}
.bfcm2025 #block-press img {
  filter: invert(4.83%) sepia(0.003%) saturate(59.02%) hue-rotate(29.75deg) brightness(102.79%) contrast(71.21%);
}
.bfcm2025.black-friday #block-features {
  background: radial-gradient(50.89% 40.08% at 48.18% 34.29%, rgba(225, 86, 227, 0.2) 0%, rgba(0, 0, 0, 0) 100%), #000000 !important;
}
.bfcm2025.cyber-monday #block-features {
  background: radial-gradient(50.89% 40.08% at 48.18% 34.29%, rgba(111, 87, 253, 0.2) 0%, rgba(0, 0, 0, 0) 100%), #000000 !important;
}
.bfcm2025 #block-downloadcounter.mb-late-2024 .bg-full:before {
  background-color: #000000 !important;
  background-image: url(/assets/themes/mb1/imgs/bgs/bfcm-background-waves.webp) !important;
  background-size: cover !important;
  background-position: center -450px !important;
}
.bfcm2025 #block-downloadcounter.mb-late-2024 .btn-mb-4 {
  background-color: var(--mb-branding-1) !important;
  border-color: var(--mb-branding-1) !important;
  color: var(--mb-branding-white) !important;
}
@media (max-width: 992px) {
  .bfcm2025 #block-downloadcounter.mb-late-2024 .bg-full:before {
    background-position: 0 center !important;
  }
}
.bfcm2025.black-friday #block-testimonials {
  background: radial-gradient(35.68% 31.7% at 28.41% 43.23%, rgba(225, 86, 227, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
    #000000 !important;
}
.bfcm2025.cyber-monday #block-testimonials {
  background: radial-gradient(35.68% 31.7% at 28.41% 43.23%, rgba(111, 87, 253, 0.38) 0%, rgba(0, 0, 0, 0.38) 100%),
    #000000 !important;
}
.bfcm2025 #block-testimonials .testimonial-card {
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0px 6px 36px rgba(0, 0, 0, 0.3);
  border-radius: 16px;
  padding: 32px !important;
}
.bfcm2025.black-friday #block-testimonials .testimonial-card {
  border: 1px solid #563e58;
}
.bfcm2025.cyber-monday #block-testimonials .testimonial-card {
  border: 1px solid #3E4358;
}
.bfcm2025 #block-testimonials .testimonial-card .testimonial-card-title,
.bfcm2025 #block-testimonials .testimonial-card .testimonial-card-rating,
.bfcm2025 #block-testimonials .embla__controls {
  display: none !important;
}
.bfcm2025 #block-testimonials .testimonial-card .testimonial-card-content {
  color: #eaeaea;
}
.bfcm2025 #block-testimonials .testimonial-card .testimonial-card-profile {
  color: #ceced4;
}
.bfcm2025 #block-testimonials .testimonial-card .testimonial-card-profile .profile-picture {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255 255 255 / 8%);
  font-family: Arial;
  font-size: 22px;
  font-weight: 400;
  color: #ceced4;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.bfcm2025 #block-testimonials .testimonials-heading {
  color: #ffffff;
}
.bfcm2025 #block-testimonials .testimonial-card {
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0px 6px 36px rgba(0, 0, 0, 0.3);
  border-radius: 16px;
}
.bfcm2025 #block-testimonials .embla__button {
  background: #903cff;
  color: #ffffff;
}
.bfcm2025 #block-testimonials .embla__dot:after {
  background: #ceced4;
}
.bfcm2025 #block-testimonials .embla__dot--selected:after {
  background: var(--bfcm-primary-color);
}
.bfcm2025.black-friday #block-faq {
  background: radial-gradient(37.08% 39.95% at 94.79% 58.15%, rgba(225, 86, 227, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
    #000000 !important;
}
.bfcm2025.cyber-monday #block-faq {
  background: radial-gradient(37.08% 39.95% at 94.79% 58.15%, rgba(111, 87, 253, 0.23) 0%, rgba(0, 0, 0, 0.23) 100%),
    #000000 !important;
}
.bfcm2025 #block-faq .faqblock {
  max-width: 924px;
}
.bfcm2025 #block-faq .faqblock > p a {
  color: var(--bfcm-primary-color) !important;
}
.bfcm2025 #block-faq .faqblock dl {
  background: rgba(255 255 255 / 6%) !important;
}
.bfcm2025 #block-faq .faqblock dl dt a {
  color: #FFFFFF !important;
}
.bfcm2025 #block-faq .faqblock dl dd {
  color: #CECED4 !important;
}
.bfcm2025 #block-faq .faqblock dl dt a.showmore::after {
  --icon-mask: url('data:image/svg+xml,<svg width="18" height="19" viewBox="0 0 18 4" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="18" y="0.412109" width="3.17647" height="18" rx="1.58824" transform="rotate(90 18 0.412109)" fill="currentColor"/></svg>');
  content: "";
  width: 18px;
  height: 19px;
  min-width: 18px;
  background-color: var(--bfcm-primary-color) !important;
  -webkit-mask: var(--icon-mask) no-repeat center / contain;
  mask: var(--icon-mask) no-repeat center / contain;
}
.bfcm2025 #block-faq .faqblock dl dt a.showmore[aria-expanded="false"]::after {
  --icon-mask: url('data:image/svg+xml,<svg width="18" height="19" viewBox="0 0 18 19" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="7.41162" y="0.5" width="3.17647" height="18" rx="1.58824" fill="currentColor"/><rect x="18" y="7.91211" width="3.17647" height="18" rx="1.58824" transform="rotate(90 18 7.91211)" fill="currentColor"/></svg>');
  content: "";
  width: 18px;
  height: 19px;
  min-width: 18px;
  background-color: var(--bfcm-primary-color) !important;
  -webkit-mask: var(--icon-mask) no-repeat center / contain;
  mask: var(--icon-mask) no-repeat center / contain;
}
.bfcm2025 #block-lower-banner.black-friday {
  min-height: 789px;
  background: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0) 20%, rgba(0,0,0,0) 80%, rgba(0,0,0,1)),
    url(/assets/imgs/bfcm/2025/footer-background-bf.webp),
    linear-gradient(90deg, #00040d 55.73%, #000000 100%), #000000;
  background-position: left center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.bfcm2025 #block-lower-banner.cyber-monday {
  min-height: 789px;
  background: url(/assets/imgs/bfcm/2025/footer-background-cm.webp),
    linear-gradient(90deg, #00040d 55.73%, #000000 100%), #000000;
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.bfcm2025 #block-lower-banner.cyber-monday .content-container {
  position: relative;
  padding: 60px 138px;
  background: rgba(19, 17, 19, 0.8);
  border-radius: 32px;
  z-index: 0;
}
.bfcm2025 #block-lower-banner.cyber-monday .content-container::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(154.93deg, #7267b2 5.04%, #312c4c 59.26%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.bfcm2025.black-friday #block-copycredits .social-buttons img {
  filter: brightness(0) saturate(100%) invert(32%) sepia(95%) saturate(841%) hue-rotate(263deg) brightness(88%) contrast(91%);
}
.bfcm2025.cyber-monday #block-copycredits .social-buttons img {
  filter: brightness(0) saturate(100%) invert(32%) sepia(37%) saturate(3467%) hue-rotate(233deg) brightness(101%) contrast(98%);
}
@media (max-width: 1400px) {
  .bfcm2025 #block-lower-banner {
    min-height: 600px;
  }
  .bfcm2025 #block-lower-banner.black-friday {
    background-size: 200%;
    background-position: left center;
    background-repeat: no-repeat;
  }
  .bfcm2025 #block-lower-banner.cyber-monday .content-container {
    padding: 32px;
  }
  .bfcm2025 .btn.btn-mb-2 {
    padding: 6px 4px !important;
  }
}
@media (max-width: 767px) {
    .bfcm2025 #block-faq .faqblock dl {
        background: transparent !important;
        border-bottom: 1px solid #3E3F43 !important;
    }
}
/* BFCM 2025 Stylings */