.mktw-widget,
.mktw-widget *,
.mktw-widget *::before,
.mktw-widget *::after {
  box-sizing: border-box;
}

.mktw-widget {
  --mktw-accent: #10cbe5;
  --mktw-text: #071326;
  --mktw-muted: #526079;
  --mktw-container: 1280px;
  font-family: inherit;
}

.mktw-widget button,
.mktw-widget input,
.mktw-widget textarea,
.mktw-widget select {
  font: inherit;
}

.mktw-widget img {
  display: block;
  max-width: 100%;
}

.mktw-widget a {
  text-decoration: none;
}

.mktw-full-bleed {
  position: relative;
  left: 50%;
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  margin-left: 0;
  margin-right: 0;
  transform: translateX(-50%);
}

.mktw-section {
  width: 100%;
  color: var(--mktw-text);
}

.mktw-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.mktw-section-heading h2 {
  margin: 0;
  color: var(--mktw-text);
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -.025em;
}

.mktw-section-heading > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;
  color: #0755a6;
  font-size: 14px;
  font-weight: 700;
}

.mktw-section-heading > a:hover,
.mktw-section-heading > a:focus-visible {
  color: var(--mktw-accent);
}

.mktw-scroll-track {
  scrollbar-width: thin;
  scrollbar-color: rgba(15, 208, 232, .5) transparent;
}

.mktw-scroll-track::-webkit-scrollbar {
  height: 5px;
}

.mktw-scroll-track::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(15, 208, 232, .48);
}

.mktw-carousel-shell {
  position: relative;
}

.mktw-track-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid #dce3ee;
  border-radius: 50%;
  background: #fff;
  color: #071326;
  font-size: 27px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  box-shadow: 0 8px 26px rgba(3, 14, 35, .12);
  transition: color .2s ease, border-color .2s ease, transform .2s ease;
}

.mktw-track-arrow:hover,
.mktw-track-arrow:focus-visible {
  color: var(--mktw-accent);
  border-color: var(--mktw-accent);
  transform: translateY(-50%) scale(1.05);
  outline: none;
}

.mktw-track-arrow--prev { left: -19px; }
.mktw-track-arrow--next { right: -19px; }

.elementor-widget-mkt_woo_header,
.elementor-widget-mkt_woo_footer,
.elementor-widget-mkt_woo_header > .elementor-widget-container,
.elementor-widget-mkt_woo_footer > .elementor-widget-container {
  width: 100%;
  max-width: none;
  overflow: visible;
}

@media (max-width: 767px) {
  .mktw-section-heading {
    align-items: flex-end;
    margin-bottom: 18px;
  }

  .mktw-section-heading h2 {
    font-size: 24px;
  }

  .mktw-section-heading > a {
    font-size: 12px;
  }

  .mktw-track-arrow {
    display: none;
  }

  .mktw-mobile-carousel .mktw-scroll-track {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 14px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
  }

  .mktw-mobile-carousel .mktw-scroll-track > * {
    flex: 0 0 min(86vw, 360px);
    scroll-snap-align: start;
  }
}
