/* Canonical bundled S-Core Dream font family. */
@font-face {
  font-family: 'SCDream';
  src: url('SCDream1.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'S-Core1';
  src: url('SCDream1.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SCDream';
  src: url('SCDream2.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'S-Core2';
  src: url('SCDream2.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SCDream';
  src: url('SCDream3.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'S-Core3';
  src: url('SCDream3.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SCDream';
  src: url('SCDream4.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'S-Core4';
  src: url('SCDream4.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SCDream';
  src: url('SCDream5.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'S-Core5';
  src: url('SCDream5.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SCDream';
  src: url('SCDream6.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'S-Core6';
  src: url('SCDream6.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SCDream';
  src: url('SCDream7.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'S-Core7';
  src: url('SCDream7.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SCDream';
  src: url('SCDream8.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'S-Core8';
  src: url('SCDream8.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SCDream';
  src: url('SCDream9.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'S-Core9';
  src: url('SCDream9.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Static-export responsive safeguards. Loaded last on purpose. */
html, body { max-width: 100%; overflow-x: hidden; }
@supports (overflow: clip) { html, body { overflow-x: clip; } }
.upb_row_bg[data-bg-override="full"] {
  min-width: 100vw !important;
  width: 100vw !important;
  left: 50% !important;
  right: auto !important;
  margin-left: -50vw !important;
}

/* Script-free Ultimate Addons horizontal carousel. */
[data-static-carousel] .slick-list {
  width: 100% !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
[data-static-carousel] .slick-list::-webkit-scrollbar { display: none; }
[data-static-carousel] .slick-track {
  width: 100% !important;
  transform: none !important;
  display: grid !important;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 60px) / 3);
  gap: 30px;
}
[data-static-carousel] .slick-track::before,
[data-static-carousel] .slick-track::after { display: none !important; }
[data-static-carousel] .slick-slide {
  display: block !important;
  float: none !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  scroll-snap-align: start;
}
[data-static-carousel] .slick-cloned { display: none !important; }
@media (max-width: 991px) {
  [data-static-carousel] .slick-track { grid-auto-columns: calc((100% - 30px) / 2); }
}
@media (max-width: 767px) {
  .vc_hidden-xs { display: none !important; }
  [data-static-carousel] .slick-track { grid-auto-columns: 100%; gap: 15px; }
}
@media (min-width: 768px) and (max-width: 991px) { .vc_hidden-sm { display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) { .vc_hidden-md { display: none !important; } }
@media (min-width: 1200px) { .vc_hidden-lg { display: none !important; } }

/* Stable fallback for the missing Defaults-child icon in the yellow CTA. */
#ubtn-7823 {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
#ubtn-7823 .ubtn-text { order: 1;    padding-right: 20px; }
#ubtn-7823 .ubtn-icon {
  order: 2;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
}
#ubtn-7823 .ubtn-icon i { display: none !important; }
#ubtn-7823 .ubtn-icon::before {
  content: '\1F4B8';
  display: block;
  font-family: "Segoe UI Emoji", "Apple Color Emoji", sans-serif;
  font-size: 19px;
  line-height: 1;
}

/* Testimonial arrows and dots without the broken icon-font glyphs. */
#testi-carousel .ult-carousel-wrapper { position: relative; padding: 0 42px 42px; }
#testi-carousel .slick-prev,
#testi-carousel .slick-next {
  appearance: none;
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 36px !important;
  height: 44px !important;
  margin: -42px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 8px;
  background: transparent !important;
  color: #333 !important;
  cursor: pointer;
}
#testi-carousel .slick-prev { left: -20px !important; }
#testi-carousel .slick-next { right: -20px !important; }
#testi-carousel .slick-prev::before,
#testi-carousel .slick-next::before {
  display: block !important;
  width: 100%;
  height: 100%;
  background: none !important;
  color: #333 !important;
  font: 700 34px/44px Arial, sans-serif !important;
  opacity: 1 !important;
}
#testi-carousel .slick-prev::before { content: '\2039' !important; }
#testi-carousel .slick-next::before { content: '\203a' !important; }
#testi-carousel .slick-prev i,
#testi-carousel .slick-next i { display: none !important; }
#testi-carousel .slick-prev:hover,
#testi-carousel .slick-next:hover,
#testi-carousel .slick-prev:focus-visible,
#testi-carousel .slick-next:focus-visible {
  background: #f0f0f0 !important;
  outline: none;
}
#testi-carousel .slick-dots {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 2px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 14px;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}
#testi-carousel .slick-dots li {
  display: block !important;
  width: 11px !important;
  height: 11px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 50%;
  background: #8c8c8c;
  cursor: pointer;
}
#testi-carousel .slick-dots li.slick-active { background: #111; }
#testi-carousel .slick-dots i { display: none !important; }

@media (max-width: 767px) {
  #testi-carousel .ult-carousel-wrapper { padding: 0 0px 40px; }
  #testi-carousel .slick-prev,
  #testi-carousel .slick-next { width: 28px !important; }
  #testi-carousel .slick-prev { left: -10px !important; }
  #testi-carousel .slick-next { right: -10px !important; }
  #testi-carousel .slick-prev::before,
  #testi-carousel .slick-next::before { font-size: 30px !important; }
  #testi-carousel .aio-icon-description { overflow-wrap: anywhere; word-break: keep-all; }
}
