:root {
  --webinarignition-var-blue: #0d6efd;
  --webinarignition-var-indigo: #6610f2;
  --webinarignition-var-purple: #6f42c1;
  --webinarignition-var-pink: #d63384;
  --webinarignition-var-red: #dc3545;
  --webinarignition-var-orange: #fd7e14;
  --webinarignition-var-yellow: #ffc107;
  --webinarignition-var-green: #198754;
  --webinarignition-var-teal: #20c997;
  --webinarignition-var-cyan: #0dcaf0;
  --webinarignition-var-white: #fff;
  --webinarignition-var-gray: #6c757d;
  --webinarignition-var-gray-dark: #343a40;
  --webinarignition-var-primary: #0d6efd;
  --webinarignition-var-secondary: #6c757d;
  --webinarignition-var-success: #198754;
  --webinarignition-var-info: #0dcaf0;
  --webinarignition-var-warning: #ffc107;
  --webinarignition-var-danger: #dc3545;
  --webinarignition-var-light: #ced4da;
  --webinarignition-var-dark: #212529;
  --webinarignition-var-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --webinarignition-var-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --webinarignition-var-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  /* FSE Colors with fallback alternative colors */
    --wi-fse-color-primary: var(--wp--preset--color--primary, #6d6ffc);
  --wi-fse-color-secondary: var(--wp--preset--color--secondary, #f0f0f0);
  --wi-fse-color-background: var(--wp--preset--color--background, #ffffff);
  --wi-fse-color-foreground: var(--wp--preset--color--foreground, #222222);
  --wi-fse-color-base: var(--wp--preset--color--base, #eaeaea);
  --wi-fse-color-accent: var(--wp--preset--color--accent, #ff5722);
}

.wi-h1,
#webinarignition .wi-h1,
.wi-h2,
#webinarignition .wi-h2,
.wi-h3,
#webinarignition .wi-h3,
.wi-h4,
#webinarignition .wi-h4,
.wi-h5,
#webinarignition .wi-h5,
.wi-h6,
#webinarignition .wi-h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.wi-h1,
#webinarignition .wi-h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .wi-h1,
  #webinarignition .wi-h1 {
    font-size: 2.5rem;
  }
}

.wi-h2,
#webinarignition .wi-h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .wi-h2,
  #webinarignition .wi-h2 {
    font-size: 2rem;
  }
}

.wi-h3,
#webinarignition .wi-h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .wi-h3,
  #webinarignition .wi-h3 {
    font-size: 1.75rem;
  }
}

.wi-h4,
#webinarignition .wi-h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .wi-h4,
  #webinarignition .wi-h4 {
    font-size: 1.5rem;
  }
}

.wi-h5,
#webinarignition .wi-h5 {
  font-size: 1.25rem;
}

.wi-h6,
#webinarignition .wi-h6 {
  font-size: 1rem;
}

.wi-small,
#webinarignition .wi-small {
  font-size: 0.875em;
}

[hidden] {
  display: none !important;
}

.justify-content-start {
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.justify-content-evenly {
  -webkit-justify-content: space-evenly !important;
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !important;
}
#wi_ctaVideo {
	position: relative;
	width: 100%;
}

#wi_ctaVideoPlayer {
	width: 100%;
	height: 100%;
}

/* Match thank-you CTA unmute: comfortable tap target; avoid vh height squeezing label */
#wi_ctaVideo > .wi_videoPlayerUnmute {
	position: absolute;
	min-width: 124px;
	width: auto;
	max-width: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top: 0;
	margin-left: 0;
	z-index: 9999;
	display: none;
	padding: 0.75rem 1.25rem;
	min-height: 44px;
	box-sizing: border-box;
	line-height: 1.25;
	height: auto;
}

#wi_ctaVideo > .wi_videoPlayerMute {
	background: no-repeat;
	border: none;
	width: 7%;
	padding: 0 2% 1% 2%;
	position: absolute;
	transform: scale(1.5);
	bottom: 10px;
	left: 10px;
	display: none;
	box-shadow: none;
	transition: none;
	z-index: 9999;
	cursor: pointer;
}

#wi_ctaVideo > .wi_videoPlayerReplay {
	position: absolute;
	min-width: 140px;
	width: auto;
	max-width: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	z-index: 9999;
	display: none;
	padding: 0.75rem 1.25rem;
	min-height: 44px;
	box-sizing: border-box;
	line-height: 1.25;
	height: auto;
}

.wi-register-page-wrapper{
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.wi-register-page-wrapper h2{
  color: var(--wp--preset--color--contrast, #000) !important;
  background: var(--wp--preset--color--base, #fff);
  padding-top: 0;
  font-size: 1.7rem;
  font-family: inherit;
  font-weight: bold;
  margin-top: 0;
}

.wi-align-items-start {
  wi-align-items: flex-start !important;
}

.wi-align-items-end {
  wi-align-items: flex-end !important;
}

.wi-align-items-center {
  wi-align-items: center !important;
}

.wi-align-items-baseline {
  wi-align-items: baseline !important;
}

.wi-align-items-stretch {
  wi-align-items: stretch !important;
}

.align-content-start {
  -webkit-align-content: flex-start !important;
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -webkit-align-content: flex-end !important;
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -webkit-align-content: center !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -webkit-align-content: space-between !important;
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -webkit-align-content: space-around !important;
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -webkit-align-content: stretch !important;
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.wi-position-static {
  position: static !important;
}

.wi-position-relative {
  position: relative !important;
}

.wi-position-absolute {
  position: absolute !important;
}

.wi-position-fixed {
  position: fixed !important;
}

.wi-position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.wi-bottom-0 {
  bottom: 0 !important;
}

.wi-bottom-50 {
  bottom: 50% !important;
}

.wi-bottom-100 {
  bottom: 100% !important;
}

.wi-start-0 {
  left: 0 !important;
}

.wi-start-50 {
  left: 50% !important;
}

.wi-start-100 {
  left: 100% !important;
}

.wi-end-0 {
  right: 0 !important;
}

.wi-end-50 {
  right: 50% !important;
}

.wi-end-100 {
  right: 100% !important;
}

.translate-middle {
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.wi-mm-0 {
  margin: 0 !important;
}

.wi-mm-1 {
  margin: 0.25rem !important;
}

.wi-mm-2 {
  margin: 0.5rem !important;
}

.wi-mm-3 {
  margin: 1rem !important;
}

.wi-mm-4 {
  margin: 1.5rem !important;
}

.wi-mm-5 {
  margin: 3rem !important;
}

.wi-mm-auto {
  margin: auto !important;
}

.wi-mmx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.wi-mmx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.wi-mmx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.wi-mmx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.wi-mmx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.wi-mmx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.wi-mmx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.wi-mmy-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.wi-mmy-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.wi-mmy-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.wi-mmy-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.wi-mmy-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.wi-mmy-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.wi-mmy-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.wi-mmt-0 {
  margin-top: 0 !important;
}

.wi-mmt-1 {
  margin-top: 0.25rem !important;
}

.wi-mmt-2 {
  margin-top: 0.5rem !important;
}

.wi-mmt-3 {
  margin-top: 1rem !important;
}

.wi-mmt-4 {
  margin-top: 1.5rem !important;
}

.wi-mmt-5 {
  margin-top: 3rem !important;
}

.wi-mmt-auto {
  margin-top: auto !important;
}

.wi-mme-0 {
  margin-right: 0 !important;
}

.wi-mme-1 {
  margin-right: 0.25rem !important;
}

.wi-mme-2 {
  margin-right: 0.5rem !important;
}

.wi-mme-3 {
  margin-right: 1rem !important;
}

.wi-mme-4 {
  margin-right: 1.5rem !important;
}

.wi-mme-5 {
  margin-right: 3rem !important;
}

.wi-mme-auto {
  margin-right: auto !important;
}

.wi-mmb-0 {
  margin-bottom: 0 !important;
}

.wi-mmb-1 {
  margin-bottom: 0.25rem !important;
}

.wi-mmb-2 {
  margin-bottom: 0.5rem !important;
}

.wi-mmb-3 {
  margin-bottom: 1rem !important;
}

.wi-mmb-4 {
  margin-bottom: 1.5rem !important;
}

.wi-mmb-5 {
  margin-bottom: 3rem !important;
}

.wi-mmb-auto {
  margin-bottom: auto !important;
}

.wi-mms-0 {
  margin-left: 0 !important;
}

.wi-mms-1 {
  margin-left: 0.25rem !important;
}

.wi-mms-2 {
  margin-left: 0.5rem !important;
}

.wi-mms-3 {
  margin-left: 1rem !important;
}

.wi-mms-4 {
  margin-left: 1.5rem !important;
}

.wi-mms-5 {
  margin-left: 3rem !important;
}

.wi-mms-auto {
  margin-left: auto !important;
}

.wi-p-0 {
  padding: 0 !important;
}

.wi-p-1 {
  padding: 0.25rem !important;
}

.wi-p-2 {
  padding: 0.5rem !important;
}

/* .wi-p-3 {
    padding: 1rem !important; } */

.wi-p-4 {
  padding: 1.5rem !important;
}

.wi-p-5 {
  padding: 3rem !important;
}

.wi-px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.wi-px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.wi-px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.wi-px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.wi-px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.wi-px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.wi-py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.wi-py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.wi-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.wi-py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.wi-py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.wi-py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.wi-pt-0 {
  padding-top: 0 !important;
}

.wi-pt-1 {
  padding-top: 0.25rem;
}

.wi-pt-2 {
  padding-top: 0.5rem !important;
}

.wi-pt-3 {
  padding-top: 1rem !important;
}

.wi-pt-4 {
  padding-top: 1.5rem !important;
}

.wi-pt-5 {
  padding-top: 3rem !important;
}

.wi-pe-0 {
  padding-right: 0 !important;
}

.wi-pe-1 {
  padding-right: 0.25rem !important;
}

.wi-pe-2 {
  padding-right: 0.5rem !important;
}

.wi-pe-3 {
  padding-right: 1rem !important;
}

.wi-pe-4 {
  padding-right: 1.5rem !important;
}

.wi-pe-5 {
  padding-right: 3rem !important;
}

.wi-pb-0 {
  padding-bottom: 0 !important;
}

.wi-pb-1 {
  padding-bottom: 0.25rem !important;
}

.wi-pb-2 {
  padding-bottom: 0.5rem !important;
}

.wi-pb-3 {
  padding-bottom: 1rem !important;
}

.wi-pb-4 {
  padding-bottom: 1.5rem !important;
}

.wi-pb-5 {
  padding-bottom: 3rem !important;
}

.wi-ps-0 {
  padding-left: 0 !important;
}

.wi-ps-1 {
  padding-left: 0.25rem !important;
}

.wi-ps-2 {
  padding-left: 0.5rem !important;
}

.wi-ps-3 {
  padding-left: 1rem !important;
}

.wi-ps-4 {
  padding-left: 1.5rem !important;
}

.wi-ps-5 {
  padding-left: 3rem !important;
}

.wi-text-primary {
  color: #0d6efd !important;
}

.wi-text-secondary {
  color: #6c757d !important;
}

.wi-text-success {
  color: #198754 !important;
}

.wi-text-info {
  color: #0dcaf0 !important;
}

.wi-text-warning {
  color: #ffc107 !important;
}

.wi-text-danger {
  color: #dc3545 !important;
}

.wi-text-light {
  color: #ced4da !important;
}

.wi-text-dark {
  color: #212529 !important;
}

.wi-text-white {
  color: #fff !important;
}

.wi-text-body {
  color: #212529 !important;
}

.wi-text-muted {
  color: #6c757d !important;
}

.wi-text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.wi-text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.wi-text-reset {
  color: inherit !important;
}

.wi-bg-primary {
  background-color: #0d6efd !important;
}

.wi-bg-secondary {
  background-color: #6c757d !important;
}

.wi-bg-success {
  background-color: #198754 !important;
}

.wi-bg-info {
  background-color: #0dcaf0 !important;
}

.wi-bg-warning {
  background-color: #ffc107 !important;
}

.wi-bg-danger {
  background-color: #dc3545 !important;
}

.wi-bg-light {
  background-color: #ced4da !important;
}

.wi-bg-dark {
  background-color: #212529 !important;
}

.wi-bg-body {
  background-color: #fff !important;
}

.wi-bg-white {
  background-color: #fff !important;
}

.wi-bg-transparent {
  background-color: transparent !important;
}

.wi-bg-gradient {
  background-image: var(--webinarignition-var-gradient) !important;
}

@media (min-width: 576px) {
  .justify-content-sm-start {
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-justify-content: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .wi-align-items-sm-start {
    wi-align-items: flex-start !important;
  }
  .wi-align-items-sm-end {
    wi-align-items: flex-end !important;
  }
  .wi-align-items-sm-center {
    wi-align-items: center !important;
  }
  .wi-align-items-sm-baseline {
    wi-align-items: baseline !important;
  }
  .wi-align-items-sm-stretch {
    wi-align-items: stretch !important;
  }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .wi-mm-sm-0 {
    margin: 0 !important;
  }
  .wi-mm-sm-1 {
    margin: 0.25rem !important;
  }
  .wi-mm-sm-2 {
    margin: 0.5rem !important;
  }
  .wi-mm-sm-3 {
    margin: 1rem !important;
  }
  .wi-mm-sm-4 {
    margin: 1.5rem !important;
  }
  .wi-mm-sm-5 {
    margin: 3rem !important;
  }
  .wi-mm-sm-auto {
    margin: auto !important;
  }
  .wi-mmx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .wi-mmx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .wi-mmx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .wi-mmx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .wi-mmx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .wi-mmx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .wi-mmx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .wi-mmy-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .wi-mmy-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .wi-mmy-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .wi-mmy-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .wi-mmy-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .wi-mmy-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .wi-mmy-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .wi-mmt-sm-0 {
    margin-top: 0 !important;
  }
  .wi-mmt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .wi-mmt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .wi-mmt-sm-3 {
    margin-top: 1rem !important;
  }
  .wi-mmt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .wi-mmt-sm-5 {
    margin-top: 3rem !important;
  }
  .wi-mmt-sm-auto {
    margin-top: auto !important;
  }
  .wi-mme-sm-0 {
    margin-right: 0 !important;
  }
  .wi-mme-sm-1 {
    margin-right: 0.25rem !important;
  }
  .wi-mme-sm-2 {
    margin-right: 0.5rem !important;
  }
  .wi-mme-sm-3 {
    margin-right: 1rem !important;
  }
  .wi-mme-sm-4 {
    margin-right: 1.5rem !important;
  }
  .wi-mme-sm-5 {
    margin-right: 3rem !important;
  }
  .wi-mme-sm-auto {
    margin-right: auto !important;
  }
  .wi-mmb-sm-0 {
    margin-bottom: 0 !important;
  }
  .wi-mmb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .wi-mmb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .wi-mmb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .wi-mmb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .wi-mmb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .wi-mmb-sm-auto {
    margin-bottom: auto !important;
  }
  .wi-mms-sm-0 {
    margin-left: 0 !important;
  }
  .wi-mms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .wi-mms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .wi-mms-sm-3 {
    margin-left: 1rem !important;
  }
  .wi-mms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .wi-mms-sm-5 {
    margin-left: 3rem !important;
  }
  .wi-mms-sm-auto {
    margin-left: auto !important;
  }
  .wi-p-sm-0 {
    padding: 0 !important;
  }
  .wi-p-sm-1 {
    padding: 0.25rem !important;
  }
  .wi-p-sm-2 {
    padding: 0.5rem !important;
  }
  .wi-p-sm-3 {
    padding: 1rem !important;
  }
  .wi-p-sm-4 {
    padding: 1.5rem !important;
  }
  .wi-p-sm-5 {
    padding: 3rem !important;
  }
  .wi-px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .wi-px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .wi-px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .wi-px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .wi-px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .wi-px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .wi-py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .wi-py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .wi-py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .wi-py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .wi-py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .wi-py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .wi-pt-sm-0 {
    padding-top: 0 !important;
  }
  .wi-pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .wi-pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .wi-pt-sm-3 {
    padding-top: 1rem !important;
  }
  .wi-pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .wi-pt-sm-5 {
    padding-top: 3rem !important;
  }
  .wi-pe-sm-0 {
    padding-right: 0 !important;
  }
  .wi-pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .wi-pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .wi-pe-sm-3 {
    padding-right: 1rem !important;
  }
  .wi-pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .wi-pe-sm-5 {
    padding-right: 3rem !important;
  }
  .wi-pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .wi-pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .wi-pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .wi-pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .wi-pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .wi-pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .wi-ps-sm-0 {
    padding-left: 0 !important;
  }
  .wi-ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .wi-ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .wi-ps-sm-3 {
    padding-left: 1rem !important;
  }
  .wi-ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .wi-ps-sm-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  .justify-content-md-start {
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-justify-content: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .wi-align-items-md-start {
    wi-align-items: flex-start !important;
  }
  .wi-align-items-md-end {
    wi-align-items: flex-end !important;
  }
  .wi-align-items-md-center {
    wi-align-items: center !important;
  }
  .wi-align-items-md-baseline {
    wi-align-items: baseline !important;
  }
  .wi-align-items-md-stretch {
    wi-align-items: stretch !important;
  }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .wi-mm-md-0 {
    margin: 0 !important;
  }
  .wi-mm-md-1 {
    margin: 0.25rem !important;
  }
  .wi-mm-md-2 {
    margin: 0.5rem !important;
  }
  .wi-mm-md-3 {
    margin: 1rem !important;
  }
  .wi-mm-md-4 {
    margin: 1.5rem !important;
  }
  .wi-mm-md-5 {
    margin: 3rem !important;
  }
  .wi-mm-md-auto {
    margin: auto !important;
  }
  .wi-mmx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .wi-mmx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .wi-mmx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .wi-mmx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .wi-mmx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .wi-mmx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .wi-mmx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .wi-mmy-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .wi-mmy-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .wi-mmy-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .wi-mmy-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .wi-mmy-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .wi-mmy-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .wi-mmy-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .wi-mmt-md-0 {
    margin-top: 0 !important;
  }
  .wi-mmt-md-1 {
    margin-top: 0.25rem !important;
  }
  .wi-mmt-md-2 {
    margin-top: 0.5rem !important;
  }
  .wi-mmt-md-3 {
    margin-top: 1rem !important;
  }
  .wi-mmt-md-4 {
    margin-top: 1.5rem !important;
  }
  .wi-mmt-md-5 {
    margin-top: 3rem !important;
  }
  .wi-mmt-md-auto {
    margin-top: auto !important;
  }
  .wi-mme-md-0 {
    margin-right: 0 !important;
  }
  .wi-mme-md-1 {
    margin-right: 0.25rem !important;
  }
  .wi-mme-md-2 {
    margin-right: 0.5rem !important;
  }
  .wi-mme-md-3 {
    margin-right: 1rem !important;
  }
  .wi-mme-md-4 {
    margin-right: 1.5rem !important;
  }
  .wi-mme-md-5 {
    margin-right: 3rem !important;
  }
  .wi-mme-md-auto {
    margin-right: auto !important;
  }
  .wi-mmb-md-0 {
    margin-bottom: 0 !important;
  }
  .wi-mmb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .wi-mmb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .wi-mmb-md-3 {
    margin-bottom: 1rem !important;
  }
  .wi-mmb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .wi-mmb-md-5 {
    margin-bottom: 3rem !important;
  }
  .wi-mmb-md-auto {
    margin-bottom: auto !important;
  }
  .wi-mms-md-0 {
    margin-left: 0 !important;
  }
  .wi-mms-md-1 {
    margin-left: 0.25rem !important;
  }
  .wi-mms-md-2 {
    margin-left: 0.5rem !important;
  }
  .wi-mms-md-3 {
    margin-left: 1rem !important;
  }
  .wi-mms-md-4 {
    margin-left: 1.5rem !important;
  }
  .wi-mms-md-5 {
    margin-left: 3rem !important;
  }
  .wi-mms-md-auto {
    margin-left: auto !important;
  }
  .wi-p-md-0 {
    padding: 0 !important;
  }
  .wi-p-md-1 {
    padding: 0.25rem !important;
  }
  .wi-p-md-2 {
    padding: 0.5rem !important;
  }
  .wi-p-md-3 {
    padding: 1rem !important;
  }
  .wi-p-md-4 {
    padding: 1.5rem !important;
  }
  .wi-p-md-5 {
    padding: 3rem !important;
  }
  .wi-px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .wi-px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .wi-px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .wi-px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .wi-px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .wi-px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .wi-py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .wi-py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .wi-py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .wi-py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .wi-py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .wi-py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .wi-pt-md-0 {
    padding-top: 0 !important;
  }
  .wi-pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .wi-pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .wi-pt-md-3 {
    padding-top: 1rem !important;
  }
  .wi-pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .wi-pt-md-5 {
    padding-top: 3rem !important;
  }
  .wi-pe-md-0 {
    padding-right: 0 !important;
  }
  .wi-pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .wi-pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .wi-pe-md-3 {
    padding-right: 1rem !important;
  }
  .wi-pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .wi-pe-md-5 {
    padding-right: 3rem !important;
  }
  .wi-pb-md-0 {
    padding-bottom: 0 !important;
  }
  .wi-pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .wi-pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .wi-pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .wi-pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .wi-pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .wi-ps-md-0 {
    padding-left: 0 !important;
  }
  .wi-ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .wi-ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .wi-ps-md-3 {
    padding-left: 1rem !important;
  }
  .wi-ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .wi-ps-md-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .justify-content-lg-start {
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-justify-content: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .wi-align-items-lg-start {
    wi-align-items: flex-start !important;
  }
  .wi-align-items-lg-end {
    wi-align-items: flex-end !important;
  }
  .wi-align-items-lg-center {
    wi-align-items: center !important;
  }
  .wi-align-items-lg-baseline {
    wi-align-items: baseline !important;
  }
  .wi-align-items-lg-stretch {
    wi-align-items: stretch !important;
  }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .wi-mm-lg-0 {
    margin: 0 !important;
  }
  .wi-mm-lg-1 {
    margin: 0.25rem !important;
  }
  .wi-mm-lg-2 {
    margin: 0.5rem !important;
  }
  .wi-mm-lg-3 {
    margin: 1rem !important;
  }
  .wi-mm-lg-4 {
    margin: 1.5rem !important;
  }
  .wi-mm-lg-5 {
    margin: 3rem !important;
  }
  .wi-mm-lg-auto {
    margin: auto !important;
  }
  .wi-mmx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .wi-mmx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .wi-mmx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .wi-mmx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .wi-mmx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .wi-mmx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .wi-mmx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .wi-mmy-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .wi-mmy-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .wi-mmy-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .wi-mmy-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .wi-mmy-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .wi-mmy-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .wi-mmy-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .wi-mmt-lg-0 {
    margin-top: 0 !important;
  }
  .wi-mmt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .wi-mmt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .wi-mmt-lg-3 {
    margin-top: 1rem !important;
  }
  .wi-mmt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .wi-mmt-lg-5 {
    margin-top: 3rem !important;
  }
  .wi-mmt-lg-auto {
    margin-top: auto !important;
  }
  .wi-mme-lg-0 {
    margin-right: 0 !important;
  }
  .wi-mme-lg-1 {
    margin-right: 0.25rem !important;
  }
  .wi-mme-lg-2 {
    margin-right: 0.5rem !important;
  }
  .wi-mme-lg-3 {
    margin-right: 1rem !important;
  }
  .wi-mme-lg-4 {
    margin-right: 1.5rem !important;
  }
  .wi-mme-lg-5 {
    margin-right: 3rem !important;
  }
  .wi-mme-lg-auto {
    margin-right: auto !important;
  }
  .wi-mmb-lg-0 {
    margin-bottom: 0 !important;
  }
  .wi-mmb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .wi-mmb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .wi-mmb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .wi-mmb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .wi-mmb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .wi-mmb-lg-auto {
    margin-bottom: auto !important;
  }
  .wi-mms-lg-0 {
    margin-left: 0 !important;
  }
  .wi-mms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .wi-mms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .wi-mms-lg-3 {
    margin-left: 1rem !important;
  }
  .wi-mms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .wi-mms-lg-5 {
    margin-left: 3rem !important;
  }
  .wi-mms-lg-auto {
    margin-left: auto !important;
  }
  .wi-p-lg-0 {
    padding: 0 !important;
  }
  .wi-p-lg-1 {
    padding: 0.25rem !important;
  }
  .wi-p-lg-2 {
    padding: 0.5rem !important;
  }
  .wi-p-lg-3 {
    padding: 1rem !important;
  }
  .wi-p-lg-4 {
    padding: 1.5rem !important;
  }
  .wi-p-lg-5 {
    padding: 3rem !important;
  }
  .wi-px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .wi-px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .wi-px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .wi-px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .wi-px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .wi-px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .wi-py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .wi-py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .wi-py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .wi-py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .wi-py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .wi-py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .wi-pt-lg-0 {
    padding-top: 0 !important;
  }
  .wi-pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .wi-pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .wi-pt-lg-3 {
    padding-top: 1rem !important;
  }
  .wi-pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .wi-pt-lg-5 {
    padding-top: 3rem !important;
  }
  .wi-pe-lg-0 {
    padding-right: 0 !important;
  }
  .wi-pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .wi-pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .wi-pe-lg-3 {
    padding-right: 1rem !important;
  }
  .wi-pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .wi-pe-lg-5 {
    padding-right: 3rem !important;
  }
  .wi-pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .wi-pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .wi-pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .wi-pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .wi-pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .wi-pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .wi-ps-lg-0 {
    padding-left: 0 !important;
  }
  .wi-ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .wi-ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .wi-ps-lg-3 {
    padding-left: 1rem !important;
  }
  .wi-ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .wi-ps-lg-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .justify-content-xl-start {
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -webkit-justify-content: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .wi-align-items-xl-start {
    wi-align-items: flex-start !important;
  }
  .wi-align-items-xl-end {
    wi-align-items: flex-end !important;
  }
  .wi-align-items-xl-center {
    wi-align-items: center !important;
  }
  .wi-align-items-xl-baseline {
    wi-align-items: baseline !important;
  }
  .wi-align-items-xl-stretch {
    wi-align-items: stretch !important;
  }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .wi-mm-xl-0 {
    margin: 0 !important;
  }
  .wi-mm-xl-1 {
    margin: 0.25rem !important;
  }
  .wi-mm-xl-2 {
    margin: 0.5rem !important;
  }
  .wi-mm-xl-3 {
    margin: 1rem !important;
  }
  .wi-mm-xl-4 {
    margin: 1.5rem !important;
  }
  .wi-mm-xl-5 {
    margin: 3rem !important;
  }
  .wi-mm-xl-auto {
    margin: auto !important;
  }
  .wi-mmx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .wi-mmx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .wi-mmx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .wi-mmx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .wi-mmx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .wi-mmx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .wi-mmx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .wi-mmy-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .wi-mmy-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .wi-mmy-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .wi-mmy-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .wi-mmy-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .wi-mmy-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .wi-mmy-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .wi-mmt-xl-0 {
    margin-top: 0 !important;
  }
  .wi-mmt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .wi-mmt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .wi-mmt-xl-3 {
    margin-top: 1rem !important;
  }
  .wi-mmt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .wi-mmt-xl-5 {
    margin-top: 3rem !important;
  }
  .wi-mmt-xl-auto {
    margin-top: auto !important;
  }
  .wi-mme-xl-0 {
    margin-right: 0 !important;
  }
  .wi-mme-xl-1 {
    margin-right: 0.25rem !important;
  }
  .wi-mme-xl-2 {
    margin-right: 0.5rem !important;
  }
  .wi-mme-xl-3 {
    margin-right: 1rem !important;
  }
  .wi-mme-xl-4 {
    margin-right: 1.5rem !important;
  }
  .wi-mme-xl-5 {
    margin-right: 3rem !important;
  }
  .wi-mme-xl-auto {
    margin-right: auto !important;
  }
  .wi-mmb-xl-0 {
    margin-bottom: 0 !important;
  }
  .wi-mmb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .wi-mmb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .wi-mmb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .wi-mmb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .wi-mmb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .wi-mmb-xl-auto {
    margin-bottom: auto !important;
  }
  .wi-mms-xl-0 {
    margin-left: 0 !important;
  }
  .wi-mms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .wi-mms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .wi-mms-xl-3 {
    margin-left: 1rem !important;
  }
  .wi-mms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .wi-mms-xl-5 {
    margin-left: 3rem !important;
  }
  .wi-mms-xl-auto {
    margin-left: auto !important;
  }
  .wi-p-xl-0 {
    padding: 0 !important;
  }
  .wi-p-xl-1 {
    padding: 0.25rem !important;
  }
  .wi-p-xl-2 {
    padding: 0.5rem !important;
  }
  .wi-p-xl-3 {
    padding: 1rem !important;
  }
  .wi-p-xl-4 {
    padding: 1.5rem !important;
  }
  .wi-p-xl-5 {
    padding: 3rem !important;
  }
  .wi-px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .wi-px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .wi-px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .wi-px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .wi-px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .wi-px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .wi-py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .wi-py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .wi-py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .wi-py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .wi-py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .wi-py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .wi-pt-xl-0 {
    padding-top: 0 !important;
  }
  .wi-pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .wi-pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .wi-pt-xl-3 {
    padding-top: 1rem !important;
  }
  .wi-pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .wi-pt-xl-5 {
    padding-top: 3rem !important;
  }
  .wi-pe-xl-0 {
    padding-right: 0 !important;
  }
  .wi-pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .wi-pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .wi-pe-xl-3 {
    padding-right: 1rem !important;
  }
  .wi-pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .wi-pe-xl-5 {
    padding-right: 3rem !important;
  }
  .wi-pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .wi-pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .wi-pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .wi-pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .wi-pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .wi-pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .wi-ps-xl-0 {
    padding-left: 0 !important;
  }
  .wi-ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .wi-ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .wi-ps-xl-3 {
    padding-left: 1rem !important;
  }
  .wi-ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .wi-ps-xl-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .justify-content-xxl-start {
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    -webkit-justify-content: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .wi-align-items-xxl-start {
    wi-align-items: flex-start !important;
  }
  .wi-align-items-xxl-end {
    wi-align-items: flex-end !important;
  }
  .wi-align-items-xxl-center {
    wi-align-items: center !important;
  }
  .wi-align-items-xxl-baseline {
    wi-align-items: baseline !important;
  }
  .wi-align-items-xxl-stretch {
    wi-align-items: stretch !important;
  }
  .align-content-xxl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xxl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .wi-mm-xxl-0 {
    margin: 0 !important;
  }
  .wi-mm-xxl-1 {
    margin: 0.25rem !important;
  }
  .wi-mm-xxl-2 {
    margin: 0.5rem !important;
  }
  .wi-mm-xxl-3 {
    margin: 1rem !important;
  }
  .wi-mm-xxl-4 {
    margin: 1.5rem !important;
  }
  .wi-mm-xxl-5 {
    margin: 3rem !important;
  }
  .wi-mm-xxl-auto {
    margin: auto !important;
  }
  .wi-mmx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .wi-mmx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .wi-mmx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .wi-mmx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .wi-mmx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .wi-mmx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .wi-mmx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .wi-mmy-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .wi-mmy-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .wi-mmy-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .wi-mmy-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .wi-mmy-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .wi-mmy-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .wi-mmy-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .wi-mmt-xxl-0 {
    margin-top: 0 !important;
  }
  .wi-mmt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .wi-mmt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .wi-mmt-xxl-3 {
    margin-top: 1rem !important;
  }
  .wi-mmt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .wi-mmt-xxl-5 {
    margin-top: 3rem !important;
  }
  .wi-mmt-xxl-auto {
    margin-top: auto !important;
  }
  .wi-mme-xxl-0 {
    margin-right: 0 !important;
  }
  .wi-mme-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .wi-mme-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .wi-mme-xxl-3 {
    margin-right: 1rem !important;
  }
  .wi-mme-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .wi-mme-xxl-5 {
    margin-right: 3rem !important;
  }
  .wi-mme-xxl-auto {
    margin-right: auto !important;
  }
  .wi-mmb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .wi-mmb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .wi-mmb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .wi-mmb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .wi-mmb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .wi-mmb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .wi-mmb-xxl-auto {
    margin-bottom: auto !important;
  }
  .wi-mms-xxl-0 {
    margin-left: 0 !important;
  }
  .wi-mms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .wi-mms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .wi-mms-xxl-3 {
    margin-left: 1rem !important;
  }
  .wi-mms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .wi-mms-xxl-5 {
    margin-left: 3rem !important;
  }
  .wi-mms-xxl-auto {
    margin-left: auto !important;
  }
  .wi-p-xxl-0 {
    padding: 0 !important;
  }
  .wi-p-xxl-1 {
    padding: 0.25rem !important;
  }
  .wi-p-xxl-2 {
    padding: 0.5rem !important;
  }
  .wi-p-xxl-3 {
    padding: 1rem !important;
  }
  .wi-p-xxl-4 {
    padding: 1.5rem !important;
  }
  .wi-p-xxl-5 {
    padding: 3rem !important;
  }
  .wi-px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .wi-px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .wi-px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .wi-px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .wi-px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .wi-px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .wi-py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .wi-py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .wi-py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .wi-py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .wi-py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .wi-py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .wi-pt-xxl-0 {
    padding-top: 0 !important;
  }
  .wi-pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .wi-pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .wi-pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .wi-pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .wi-pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .wi-pe-xxl-0 {
    padding-right: 0 !important;
  }
  .wi-pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .wi-pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .wi-pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .wi-pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .wi-pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .wi-pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .wi-pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .wi-pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .wi-pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .wi-pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .wi-pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .wi-ps-xxl-0 {
    padding-left: 0 !important;
  }
  .wi-ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .wi-ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .wi-ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .wi-ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .wi-ps-xxl-5 {
    padding-left: 3rem !important;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

.wi-container,
.wi-container-fluid,
.wi-container-sm,
.wi-container-md,
.wi-container-lg,
.wi-container-xl,
.wi-container-xxl {
  width: 100%;
  padding-right: var(--webinarignition-var-gutter-x, 0.75rem);
  padding-left: var(--webinarignition-var-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .wi-container,
  .wi-container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .wi-container,
  .wi-container-sm,
  .wi-container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .wi-container,
  .wi-container-sm,
  .wi-container-md,
  .wi-container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .wi-container,
  .wi-container-sm,
  .wi-container-md,
  .wi-container-lg,
  .wi-container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .wi-container,
  .wi-container-sm,
  .wi-container-md,
  .wi-container-lg,
  .wi-container-xl,
  .wi-container-xxl {
    max-width: 1320px;
  }
}

.wi-row {
  --webinarignition-var-gutter-x: 1.5rem;
  --webinarignition-var-gutter-y: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(var(--webinarignition-var-gutter-y) * -1);
  margin-right: calc(var(--webinarignition-var-gutter-x) / -2);
  margin-left: calc(var(--webinarignition-var-gutter-x) / -2);
}
.wi-row > * {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--webinarignition-var-gutter-x) / 2);
  padding-left: calc(var(--webinarignition-var-gutter-x) / 2);
  margin-top: var(--webinarignition-var-gutter-y);
}

.wi-col {
  -webkit-flex: 1 0 0%;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

.wi-row-cols-auto > * {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.wi-row-cols-1 > * {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

.wi-row-cols-2 > * {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.wi-row-cols-3 > * {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333%;
}

.wi-row-cols-4 > * {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

.wi-row-cols-5 > * {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20%;
}

.wi-row-cols-6 > * {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66667%;
}

.wi-col-auto {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.wi-col-1 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.33333%;
}

.wi-col-2 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66667%;
}

.wi-col-3 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

.wi-col-4 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333%;
}

.wi-col-5 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.66667%;
}

.wi-col-6 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.wi-col-7 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.33333%;
}

.wi-col-8 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.66667%;
}

.wi-col-9 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%;
}

.wi-col-10 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.33333%;
}

.wi-col-11 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.66667%;
}

.wi-col-12 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

.wi-offset-1 {
  margin-left: 8.33333%;
}

.wi-offset-2 {
  margin-left: 16.66667%;
}

.wi-offset-3 {
  margin-left: 25%;
}

.wi-offset-4 {
  margin-left: 33.33333%;
}

.wi-offset-5 {
  margin-left: 41.66667%;
}

.wi-offset-6 {
  margin-left: 50%;
}

.wi-offset-7 {
  margin-left: 58.33333%;
}

.wi-offset-8 {
  margin-left: 66.66667%;
}

.wi-offset-9 {
  margin-left: 75%;
}

.wi-offset-10 {
  margin-left: 83.33333%;
}

.wi-offset-11 {
  margin-left: 91.66667%;
}

.wi-g-0,
.wi-gx-0 {
  --webinarignition-var-gutter-x: 0;
}

.wi-g-0,
.wi-gy-0 {
  --webinarignition-var-gutter-y: 0;
}

.wi-g-1,
.wi-gx-1 {
  --webinarignition-var-gutter-x: 0.25rem;
}

.wi-g-1,
.wi-gy-1 {
  --webinarignition-var-gutter-y: 0.25rem;
}

.wi-g-2,
.wi-gx-2 {
  --webinarignition-var-gutter-x: 0.5rem;
}

.wi-g-2,
.wi-gy-2 {
  --webinarignition-var-gutter-y: 0.5rem;
}

.wi-g-3,
.wi-gx-3 {
  --webinarignition-var-gutter-x: 1rem;
}

.wi-g-3,
.wi-gy-3 {
  --webinarignition-var-gutter-y: 1rem;
}

.wi-g-4,
.wi-gx-4 {
  --webinarignition-var-gutter-x: 1.5rem;
}

.wi-g-4,
.wi-gy-4 {
  --webinarignition-var-gutter-y: 1.5rem;
}

.wi-g-5,
.wi-gx-5 {
  --webinarignition-var-gutter-x: 3rem;
}

.wi-g-5,
.wi-gy-5 {
  --webinarignition-var-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .wi-col-sm {
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .wi-row-cols-sm-auto > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .wi-row-cols-sm-1 > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .wi-row-cols-sm-2 > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .wi-row-cols-sm-3 > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .wi-row-cols-sm-4 > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .wi-row-cols-sm-5 > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .wi-row-cols-sm-6 > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .wi-col-sm-auto {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .wi-col-sm-1 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .wi-col-sm-2 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .wi-col-sm-3 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .wi-col-sm-4 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .wi-col-sm-5 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .wi-col-sm-6 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .wi-col-sm-7 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .wi-col-sm-8 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .wi-col-sm-9 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .wi-col-sm-10 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .wi-col-sm-11 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .wi-col-sm-12 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .wi-offset-sm-0 {
    margin-left: 0;
  }
  .wi-offset-sm-1 {
    margin-left: 8.33333%;
  }
  .wi-offset-sm-2 {
    margin-left: 16.66667%;
  }
  .wi-offset-sm-3 {
    margin-left: 25%;
  }
  .wi-offset-sm-4 {
    margin-left: 33.33333%;
  }
  .wi-offset-sm-5 {
    margin-left: 41.66667%;
  }
  .wi-offset-sm-6 {
    margin-left: 50%;
  }
  .wi-offset-sm-7 {
    margin-left: 58.33333%;
  }
  .wi-offset-sm-8 {
    margin-left: 66.66667%;
  }
  .wi-offset-sm-9 {
    margin-left: 75%;
  }
  .wi-offset-sm-10 {
    margin-left: 83.33333%;
  }
  .wi-offset-sm-11 {
    margin-left: 91.66667%;
  }
  .wi-g-sm-0,
  .wi-gx-sm-0 {
    --webinarignition-var-gutter-x: 0;
  }
  .wi-g-sm-0,
  .wi-gy-sm-0 {
    --webinarignition-var-gutter-y: 0;
  }
  .wi-g-sm-1,
  .wi-gx-sm-1 {
    --webinarignition-var-gutter-x: 0.25rem;
  }
  .wi-g-sm-1,
  .wi-gy-sm-1 {
    --webinarignition-var-gutter-y: 0.25rem;
  }
  .wi-g-sm-2,
  .wi-gx-sm-2 {
    --webinarignition-var-gutter-x: 0.5rem;
  }
  .wi-g-sm-2,
  .wi-gy-sm-2 {
    --webinarignition-var-gutter-y: 0.5rem;
  }
  .wi-g-sm-3,
  .wi-gx-sm-3 {
    --webinarignition-var-gutter-x: 1rem;
  }
  .wi-g-sm-3,
  .wi-gy-sm-3 {
    --webinarignition-var-gutter-y: 1rem;
  }
  .wi-g-sm-4,
  .wi-gx-sm-4 {
    --webinarignition-var-gutter-x: 1.5rem;
  }
  .wi-g-sm-4,
  .wi-gy-sm-4 {
    --webinarignition-var-gutter-y: 1.5rem;
  }
  .wi-g-sm-5,
  .wi-gx-sm-5 {
    --webinarignition-var-gutter-x: 3rem;
  }
  .wi-g-sm-5,
  .wi-gy-sm-5 {
    --webinarignition-var-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  .wi-col-md {
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .wi-row-cols-md-auto > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .wi-row-cols-md-1 > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .wi-row-cols-md-2 > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .wi-row-cols-md-3 > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .wi-row-cols-md-4 > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .wi-row-cols-md-5 > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .wi-row-cols-md-6 > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .wi-col-md-auto {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .wi-col-md-1 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .wi-col-md-2 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .wi-col-md-3 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .wi-col-md-4 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .wi-col-md-5 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .wi-col-md-6 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .wi-col-md-7 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .wi-col-md-8 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .wi-col-md-9 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .wi-col-md-10 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .wi-col-md-11 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .wi-col-md-12 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .wi-offset-md-0 {
    margin-left: 0;
  }
  .wi-offset-md-1 {
    margin-left: 8.33333%;
  }
  .wi-offset-md-2 {
    margin-left: 16.66667%;
  }
  .wi-offset-md-3 {
    margin-left: 25%;
  }
  .wi-offset-md-4 {
    margin-left: 33.33333%;
  }
  .wi-offset-md-5 {
    margin-left: 41.66667%;
  }
  .wi-offset-md-6 {
    margin-left: 50%;
  }
  .wi-offset-md-7 {
    margin-left: 58.33333%;
  }
  .wi-offset-md-8 {
    margin-left: 66.66667%;
  }
  .wi-offset-md-9 {
    margin-left: 75%;
  }
  .wi-offset-md-10 {
    margin-left: 83.33333%;
  }
  .wi-offset-md-11 {
    margin-left: 91.66667%;
  }
  .wi-g-md-0,
  .wi-gx-md-0 {
    --webinarignition-var-gutter-x: 0;
  }
  .wi-g-md-0,
  .wi-gy-md-0 {
    --webinarignition-var-gutter-y: 0;
  }
  .wi-g-md-1,
  .wi-gx-md-1 {
    --webinarignition-var-gutter-x: 0.25rem;
  }
  .wi-g-md-1,
  .wi-gy-md-1 {
    --webinarignition-var-gutter-y: 0.25rem;
  }
  .wi-g-md-2,
  .wi-gx-md-2 {
    --webinarignition-var-gutter-x: 0.5rem;
  }
  .wi-g-md-2,
  .wi-gy-md-2 {
    --webinarignition-var-gutter-y: 0.5rem;
  }
  .wi-g-md-3,
  .wi-gx-md-3 {
    --webinarignition-var-gutter-x: 1rem;
  }
  .wi-g-md-3,
  .wi-gy-md-3 {
    --webinarignition-var-gutter-y: 1rem;
  }
  .wi-g-md-4,
  .wi-gx-md-4 {
    --webinarignition-var-gutter-x: 1.5rem;
  }
  .wi-g-md-4,
  .wi-gy-md-4 {
    --webinarignition-var-gutter-y: 1.5rem;
  }
  .wi-g-md-5,
  .wi-gx-md-5 {
    --webinarignition-var-gutter-x: 3rem;
  }
  .wi-g-md-5,
  .wi-gy-md-5 {
    --webinarignition-var-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  .wi-col-lg {
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .wi-row-cols-lg-auto > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .wi-row-cols-lg-1 > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .wi-row-cols-lg-2 > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .wi-row-cols-lg-3 > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .wi-row-cols-lg-4 > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .wi-row-cols-lg-5 > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .wi-row-cols-lg-6 > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .wi-col-lg-auto {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .wi-col-lg-1 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .wi-col-lg-2 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .wi-col-lg-3 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .wi-col-lg-4 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .wi-col-lg-5 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .wi-col-lg-6 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .wi-col-lg-7 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .wi-col-lg-8 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .wi-col-lg-9 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .wi-col-lg-10 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .wi-col-lg-11 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .wi-col-lg-12 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .wi-offset-lg-0 {
    margin-left: 0;
  }
  .wi-offset-lg-1 {
    margin-left: 8.33333%;
  }
  .wi-offset-lg-2 {
    margin-left: 16.66667%;
  }
  .wi-offset-lg-3 {
    margin-left: 25%;
  }
  .wi-offset-lg-4 {
    margin-left: 33.33333%;
  }
  .wi-offset-lg-5 {
    margin-left: 41.66667%;
  }
  .wi-offset-lg-6 {
    margin-left: 50%;
  }
  .wi-offset-lg-7 {
    margin-left: 58.33333%;
  }
  .wi-offset-lg-8 {
    margin-left: 66.66667%;
  }
  .wi-offset-lg-9 {
    margin-left: 75%;
  }
  .wi-offset-lg-10 {
    margin-left: 83.33333%;
  }
  .wi-offset-lg-11 {
    margin-left: 91.66667%;
  }
  .wi-g-lg-0,
  .wi-gx-lg-0 {
    --webinarignition-var-gutter-x: 0;
  }
  .wi-g-lg-0,
  .wi-gy-lg-0 {
    --webinarignition-var-gutter-y: 0;
  }
  .wi-g-lg-1,
  .wi-gx-lg-1 {
    --webinarignition-var-gutter-x: 0.25rem;
  }
  .wi-g-lg-1,
  .wi-gy-lg-1 {
    --webinarignition-var-gutter-y: 0.25rem;
  }
  .wi-g-lg-2,
  .wi-gx-lg-2 {
    --webinarignition-var-gutter-x: 0.5rem;
  }
  .wi-g-lg-2,
  .wi-gy-lg-2 {
    --webinarignition-var-gutter-y: 0.5rem;
  }
  .wi-g-lg-3,
  .wi-gx-lg-3 {
    --webinarignition-var-gutter-x: 1rem;
  }
  .wi-g-lg-3,
  .wi-gy-lg-3 {
    --webinarignition-var-gutter-y: 1rem;
  }
  .wi-g-lg-4,
  .wi-gx-lg-4 {
    --webinarignition-var-gutter-x: 1.5rem;
  }
  .wi-g-lg-4,
  .wi-gy-lg-4 {
    --webinarignition-var-gutter-y: 1.5rem;
  }
  .wi-g-lg-5,
  .wi-gx-lg-5 {
    --webinarignition-var-gutter-x: 3rem;
  }
  .wi-g-lg-5,
  .wi-gy-lg-5 {
    --webinarignition-var-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  .wi-col-xl {
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .wi-row-cols-xl-auto > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .wi-row-cols-xl-1 > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .wi-row-cols-xl-2 > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .wi-row-cols-xl-3 > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .wi-row-cols-xl-4 > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .wi-row-cols-xl-5 > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .wi-row-cols-xl-6 > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .wi-col-xl-auto {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .wi-col-xl-1 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .wi-col-xl-2 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .wi-col-xl-3 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .wi-col-xl-4 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .wi-col-xl-5 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .wi-col-xl-6 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .wi-col-xl-7 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .wi-col-xl-8 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .wi-col-xl-9 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .wi-col-xl-10 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .wi-col-xl-11 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .wi-col-xl-12 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .wi-offset-xl-0 {
    margin-left: 0;
  }
  .wi-offset-xl-1 {
    margin-left: 8.33333%;
  }
  .wi-offset-xl-2 {
    margin-left: 16.66667%;
  }
  .wi-offset-xl-3 {
    margin-left: 25%;
  }
  .wi-offset-xl-4 {
    margin-left: 33.33333%;
  }
  .wi-offset-xl-5 {
    margin-left: 41.66667%;
  }
  .wi-offset-xl-6 {
    margin-left: 50%;
  }
  .wi-offset-xl-7 {
    margin-left: 58.33333%;
  }
  .wi-offset-xl-8 {
    margin-left: 66.66667%;
  }
  .wi-offset-xl-9 {
    margin-left: 75%;
  }
  .wi-offset-xl-10 {
    margin-left: 83.33333%;
  }
  .wi-offset-xl-11 {
    margin-left: 91.66667%;
  }
  .wi-g-xl-0,
  .wi-gx-xl-0 {
    --webinarignition-var-gutter-x: 0;
  }
  .wi-g-xl-0,
  .wi-gy-xl-0 {
    --webinarignition-var-gutter-y: 0;
  }
  .wi-g-xl-1,
  .wi-gx-xl-1 {
    --webinarignition-var-gutter-x: 0.25rem;
  }
  .wi-g-xl-1,
  .wi-gy-xl-1 {
    --webinarignition-var-gutter-y: 0.25rem;
  }
  .wi-g-xl-2,
  .wi-gx-xl-2 {
    --webinarignition-var-gutter-x: 0.5rem;
  }
  .wi-g-xl-2,
  .wi-gy-xl-2 {
    --webinarignition-var-gutter-y: 0.5rem;
  }
  .wi-g-xl-3,
  .wi-gx-xl-3 {
    --webinarignition-var-gutter-x: 1rem;
  }
  .wi-g-xl-3,
  .wi-gy-xl-3 {
    --webinarignition-var-gutter-y: 1rem;
  }
  .wi-g-xl-4,
  .wi-gx-xl-4 {
    --webinarignition-var-gutter-x: 1.5rem;
  }
  .wi-g-xl-4,
  .wi-gy-xl-4 {
    --webinarignition-var-gutter-y: 1.5rem;
  }
  .wi-g-xl-5,
  .wi-gx-xl-5 {
    --webinarignition-var-gutter-x: 3rem;
  }
  .wi-g-xl-5,
  .wi-gy-xl-5 {
    --webinarignition-var-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  .wi-col-xxl {
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .wi-row-cols-xxl-auto > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .wi-row-cols-xxl-1 > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .wi-row-cols-xxl-2 > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .wi-row-cols-xxl-3 > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .wi-row-cols-xxl-4 > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .wi-row-cols-xxl-5 > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .wi-row-cols-xxl-6 > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .wi-col-xxl-auto {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .wi-col-xxl-1 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .wi-col-xxl-2 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .wi-col-xxl-3 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .wi-col-xxl-4 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .wi-col-xxl-5 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .wi-col-xxl-6 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .wi-col-xxl-7 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .wi-col-xxl-8 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .wi-col-xxl-9 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .wi-col-xxl-10 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .wi-col-xxl-11 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .wi-col-xxl-12 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .wi-offset-xxl-0 {
    margin-left: 0;
  }
  .wi-offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .wi-offset-xxl-2 {
    margin-left: 16.66667%;
  }
  .wi-offset-xxl-3 {
    margin-left: 25%;
  }
  .wi-offset-xxl-4 {
    margin-left: 33.33333%;
  }
  .wi-offset-xxl-5 {
    margin-left: 41.66667%;
  }
  .wi-offset-xxl-6 {
    margin-left: 50%;
  }
  .wi-offset-xxl-7 {
    margin-left: 58.33333%;
  }
  .wi-offset-xxl-8 {
    margin-left: 66.66667%;
  }
  .wi-offset-xxl-9 {
    margin-left: 75%;
  }
  .wi-offset-xxl-10 {
    margin-left: 83.33333%;
  }
  .wi-offset-xxl-11 {
    margin-left: 91.66667%;
  }
  .wi-g-xxl-0,
  .wi-gx-xxl-0 {
    --webinarignition-var-gutter-x: 0;
  }
  .wi-g-xxl-0,
  .wi-gy-xxl-0 {
    --webinarignition-var-gutter-y: 0;
  }
  .wi-g-xxl-1,
  .wi-gx-xxl-1 {
    --webinarignition-var-gutter-x: 0.25rem;
  }
  .wi-g-xxl-1,
  .wi-gy-xxl-1 {
    --webinarignition-var-gutter-y: 0.25rem;
  }
  .wi-g-xxl-2,
  .wi-gx-xxl-2 {
    --webinarignition-var-gutter-x: 0.5rem;
  }
  .wi-g-xxl-2,
  .wi-gy-xxl-2 {
    --webinarignition-var-gutter-y: 0.5rem;
  }
  .wi-g-xxl-3,
  .wi-gx-xxl-3 {
    --webinarignition-var-gutter-x: 1rem;
  }
  .wi-g-xxl-3,
  .wi-gy-xxl-3 {
    --webinarignition-var-gutter-y: 1rem;
  }
  .wi-g-xxl-4,
  .wi-gx-xxl-4 {
    --webinarignition-var-gutter-x: 1.5rem;
  }
  .wi-g-xxl-4,
  .wi-gy-xxl-4 {
    --webinarignition-var-gutter-y: 1.5rem;
  }
  .wi-g-xxl-5,
  .wi-gx-xxl-5 {
    --webinarignition-var-gutter-x: 3rem;
  }
  .wi-g-xxl-5,
  .wi-gy-xxl-5 {
    --webinarignition-var-gutter-y: 3rem;
  }
}

.wi-lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.wi-display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .wi-display-1 {
    font-size: 5rem;
  }
}

.wi-display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .wi-display-2 {
    font-size: 4.5rem;
  }
}

.wi-display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .wi-display-3 {
    font-size: 4rem;
  }
}

.wi-display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .wi-display-4 {
    font-size: 3.5rem;
  }
}

.wi-display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .wi-display-5 {
    font-size: 3rem;
  }
}

.wi-display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .wi-display-6 {
    font-size: 2.5rem;
  }
}

.wi-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.wi-list-inline {
  padding-left: 0;
  list-style: none;
}

.wi-list-inline-item {
  display: inline-block;
}
.wi-list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.wi-initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.wi-blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.wi-blockquote > :last-child {
  margin-bottom: 0;
}

.wi-blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.wi-blockquote-footer::before {
  content: "\2014\00A0";
}

#webinarignition {
  margin: 0;
  font-family: Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#webinarignition h1,
#webinarignition .wi-h1,
#webinarignition h2,
#webinarignition .wi-h2,
#webinarignition h3,
#webinarignition .wi-h3,
#webinarignition h4,
#webinarignition .wi-h4,
#webinarignition h5,
#webinarignition .wi-h5,
#webinarignition h6,
#webinarignition .wi-h6 {
  font-family: Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
}
#webinarignition .wi-lead {
  font-size: 1.25rem;
  font-weight: 300;
}
#webinarignition .wi-display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  #webinarignition .wi-display-1 {
    font-size: 5rem;
  }
}
#webinarignition .wi-display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  #webinarignition .wi-display-2 {
    font-size: 4.5rem;
  }
}
#webinarignition .wi-display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  #webinarignition .wi-display-3 {
    font-size: 4rem;
  }
}
#webinarignition .wi-display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  #webinarignition .wi-display-4 {
    font-size: 3.5rem;
  }
}
#webinarignition .wi-display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  #webinarignition .wi-display-5 {
    font-size: 3rem;
  }
}
#webinarignition .wi-display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  #webinarignition .wi-display-6 {
    font-size: 2.5rem;
  }
}
#webinarignition .wi-list-unstyled {
  padding-left: 0;
  list-style: none;
}
#webinarignition .wi-list-inline {
  padding-left: 0;
  list-style: none;
}
#webinarignition .wi-list-inline-item {
  display: inline-block;
}
#webinarignition .wi-list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
#webinarignition .wi-initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
#webinarignition .wi-blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
#webinarignition .wi-blockquote > :last-child {
  margin-bottom: 0;
}
#webinarignition .wi-blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
#webinarignition .wi-blockquote-footer::before {
  content: "\2014\00A0";
}
#webinarignition a {
  text-decoration: none;
}

.wi-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 0 !important;
  list-style: none;
}

.wi-nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .wi-nav-link {
    transition: none;
  }
}
.wi-nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.wi-nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
/* HCR shortcode generates its own .wi-hcr-room-header inside .webinar_video_cta_sidebar_combine;
   only the legacy standalone #webinarHeader (no HCR class) must be hidden to avoid duplication. */
.webinar_video_cta_sidebar_combine #webinarHeader:not(.wi-hcr-room-header) {
  display: none;
}
.webinar-modern-header-container{
  display:flex;
  flex-wrap: wrap;
  /* background-color: #ced4da; */
  background-color: #fafafa;
  max-width: 5500px;
  padding: 0 16px;
  gap: 2%;
  justify-content: space-between;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
#webinarFooter+div{
  background-color: #fafafa;

}
.webinar-modern-title-container{
  padding: 8px 0;  
}

.webinar-host-name-container{
  padding: 8px 0;
  margin-left: 13%;
}
@media screen and (max-width: 756px) {
  .webinar-host-name-container {
    margin-left: 0 !important;
  }
}
.webinar_video_cta_sidebar_combine #webinarFooter {
  display: none;
}
.wi-nav-tabs .wi-nav-item {
  list-style-type: none;
  list-style: none;
  margin: 0;
}
.wi-nav-tabs .wi-nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.wi-nav-tabs .wi-nav-link:hover,
.wi-nav-tabs .wi-nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.wi-nav-tabs .wi-nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.wi-nav-tabs .wi-nav-link.active,
.wi-nav-tabs .wi-nav-item.show .wi-nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.wi-nav-tabs .wi-dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.wi-nav-pills .wi-nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}

.wi-nav-pills .wi-nav-link.active,
.wi-nav-pills .show > .wi-nav-link {
  color: #fff;
  background-color: #0d6efd;
}

.wi-nav-fill > .wi-nav-link,
.wi-nav-fill .wi-nav-item {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.wi-nav-justified > .wi-nav-link,
.wi-nav-justified .wi-nav-item {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.wi-nav-fill .wi-nav-item .wi-nav-link,
.wi-nav-justified .wi-nav-item .wi-nav-link {
  width: 100%;
}

.wi-tab-content {
  position: relative;
  max-height: none;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}

.wi-tab-content > .wi-tab-pane {
  /* position: absolute; */
  width: auto;
  /* height: auto !important; */
  /* visibility: hidden;
    opacity: 0; */
  display: none;
}

.wi-tab-content > .active {
  display: block;
  flex: 1 1 auto;
  min-height: 0;
  padding: 1rem;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  height: auto;
}

@media screen and (min-width: 992px) {
    .wi-tab-content > .active {
      height: 100%;
    }
    /* Live chat/Q&A: keep scroll on #chatQAMessages, not the whole tab (nested scroll + trackpad on macOS). */
    .wi-tab-content > .wi-tab-pane.wi-live-qa-pane.active {
      display: flex;
      flex-direction: column;
      min-height: 0;
      overflow-x: hidden;
      overflow-y: hidden;
      box-sizing: border-box;
    }
}

@media screen and (max-width: 991px) {
    /* Sticky footers on all modern live shells: template uses body#webinarignition.webinar_page (not only .webinar_page_modern). */
    body#webinarignition.webinar_page,
    .webinar_page_modern {
      padding-bottom: max(90px, calc(70px + env(safe-area-inset-bottom, 0px)));
      box-sizing: border-box;
    }
    body#webinarignition.webinar_page #webinarFooter,
    .webinar_page_modern #webinarFooter {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      max-width: 100%;
      z-index: 100;
      font-size: 14px;
      background: #fafafa;
      box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08);
    }
    #webinarignition.webinar_page_modern .webinar-modern-title-container .wi-h4,
    #webinarignition.webinar_page_modern .webinar-host-name-container .wi-h4 {
      font-size: 16px;
    }
    /* Mobile CTA fill: video stacks on top, sidebar fills remaining height below (#A001). */
    #webinarContent {
      display: flex;
      flex-direction: column;
    }
    #webinar-content-container-X {
      flex: 1 1 auto;
      min-height: 0;
      flex-direction: column;
      flex-wrap: nowrap;
    }
    #webinarVideo {
      flex: 0 0 auto;
    }
    /* #A002/#A004/#A005 — Cap video on mobile; 100ms room needs more vertical room than 16:9 embeds.
       :has() picks integration before JS debounce; overflow + relative CTA avoid sidebar "behind video". */
    #webinarContent #webinarVideo:not(:has(.webinarVideoCtaCombined.wi-100ms-layout)):not(:has(#vidBox.wi-100ms-vidbox)) {
      max-height: min(50vh, 50dvh) !important;
      overflow: hidden !important;
    }
    /* #A006: JS is single-source of height for 100ms — CSS cap caused clipping of Join Now
       on participant mobile (admin-bar shrinks effective cap differently than participants). */
    #webinarContent #webinarVideo:has(.webinarVideoCtaCombined.wi-100ms-layout),
    #webinarContent #webinarVideo:has(#vidBox.wi-100ms-vidbox) {
      max-height: none !important;
      overflow: hidden !important;
    }
    #webinarContent #webinarVideo:not(:has(.webinarVideoCtaCombined.wi-100ms-layout)):not(:has(#vidBox.wi-100ms-vidbox)) #vidBox,
    #webinarContent #webinarVideo:not(:has(.webinarVideoCtaCombined.wi-100ms-layout)):not(:has(#vidBox.wi-100ms-vidbox)) .webinarVideoCtaCombined {
      max-height: min(50vh, 50dvh) !important;
    }
    #webinarContent #webinarVideo:has(.webinarVideoCtaCombined.wi-100ms-layout) #vidBox,
    #webinarContent #webinarVideo:has(.webinarVideoCtaCombined.wi-100ms-layout) .webinarVideoCtaCombined,
    #webinarContent #webinarVideo:has(#vidBox.wi-100ms-vidbox) #vidBox,
    #webinarContent #webinarVideo:has(#vidBox.wi-100ms-vidbox) .webinarVideoCtaCombined {
      max-height: none !important;
    }
    #webinarContent #webinarVideo .webinarVideoCtaCombined {
      position: relative !important;
    }
    #webinarSidebar {
      flex: 1 1 auto;
      min-height: 0;
      overflow-y: auto;
      min-height: 40vh;
    }
}

.webinar-video-sidebar-comb {
  display: flex;
  width: 100%;
}
.webinar-video-sidebar-comb .webinarVideo {
  width: 70%;
}
.webinarVideo {
  position: relative;
}

/* 100ms meeting iframe: clip outer #vidBox + flex-fill so iframe always uses full available
 * height/width (#A734 — fix tiny video on portrait + admin desktop preview). */
#vidBox.wi-100ms-vidbox {
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
  padding: 0;
  background: #000;
}
#vidBox.wi-100ms-vidbox > .wi-hms-root,
#vidBox.wi-100ms-vidbox #wi-hms-root {
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  min-height: 0; /* override inline min-height:min(560px,80vh) so flex parent decides height */
  display: flex;
}
#vidBox.wi-100ms-vidbox #wi-hms-root > iframe,
#vidBox.wi-100ms-vidbox iframe {
  display: block;
  flex: 1 1 auto;
  width: 100% !important;
  max-width: 100%;
  height: 100% !important;
  min-height: 100%;
  border: 0;
  /* #A006 splash: iframe fades in after 100ms app shell renders; prevents white flash */
  opacity: 0;
  transition: opacity 0.25s ease;
}
#vidBox.wi-100ms-vidbox #wi-hms-root > iframe.wi-hms-ready,
#vidBox.wi-100ms-vidbox iframe.wi-hms-ready {
  opacity: 1;
}
/* #A006 splash: dark background fills the gap between DOM-ready and iframe paint */
#vidBox.wi-100ms-vidbox .wi-hms-root,
#wi-hms-root {
  background: #0b0f17;
}
/* Loading overlay sits above the dark bg and hides once the iframe is in DOM */
#wi-hms-root .wi-hms-loading {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0b0f17;
  pointer-events: none;
}
/* Hide overlay as soon as iframe exists (CSS-only, no JS race) */
#wi-hms-root:has(> iframe) .wi-hms-loading {
  display: none;
}
@keyframes wi-hms-spin {
  to { transform: rotate(360deg); }
}
.wi-hms-loading-spinner {
  width: 36px;
  height: 36px;
  border: 3px solid rgba(255, 255, 255, 0.15);
  border-top-color: rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  animation: wi-hms-spin 0.8s linear infinite;
}

/*
 * 100ms join gate (participant + host): theme-neutral card on dark #vidBox.
 * Dual selectors: some stacks omit .wi-100ms-vidbox on #vidBox; block themes often zero `p` margins/fonts.
 */
#vidBox.wi-100ms-vidbox .wi-hms-join-wrap,
#webinarignition.webinar_page .webinarVideoCtaCombined.wi-100ms-layout #vidBox .wi-hms-join-wrap {
  box-sizing: border-box;
  text-align: center;
  max-width: 32rem;
  margin: clamp(28px, 10vh, 80px) auto 12px;
  padding: 16px 18px 18px;
  border-radius: 10px;
  background: rgba(248, 250, 252, 0.96);
  border: 1px solid rgba(15, 23, 42, 0.12);
  -webkit-font-smoothing: antialiased;
  position: relative;
  z-index: 4;
}
#vidBox.wi-100ms-vidbox .wi-hms-join-wrap .wi-hms-join-hint,
#webinarignition.webinar_page .webinarVideoCtaCombined.wi-100ms-layout #vidBox .wi-hms-join-wrap .wi-hms-join-hint {
  display: block;
  margin: 0 0 12px;
  color: #0f172a !important;
  font-size: clamp(14px, 2.4vw, 16px) !important;
  line-height: 1.5 !important;
  font-weight: 500 !important;
  min-height: 2.75em;
}
#vidBox.wi-100ms-vidbox .wi-hms-join-wrap .wi-hms-join-btn.wiButton,
#webinarignition.webinar_page .webinarVideoCtaCombined.wi-100ms-layout #vidBox .wi-hms-join-wrap .wi-hms-join-btn.wiButton {
  color: #fff !important;
  background-color: #1e40af !important;
  border-color: #1e3a8a !important;
}
#vidBox.wi-100ms-vidbox .wi-hms-join-wrap .wi-hms-join-btn.wiButton:hover,
#vidBox.wi-100ms-vidbox .wi-hms-join-wrap .wi-hms-join-btn.wiButton:focus,
#webinarignition.webinar_page .webinarVideoCtaCombined.wi-100ms-layout #vidBox .wi-hms-join-wrap .wi-hms-join-btn.wiButton:hover,
#webinarignition.webinar_page .webinarVideoCtaCombined.wi-100ms-layout #vidBox .wi-hms-join-wrap .wi-hms-join-btn.wiButton:focus {
  background-color: #1d4ed8 !important;
  border-color: #1e40af !important;
  color: #fff !important;
}
#vidBox.wi-100ms-vidbox .wi-hms-join-wrap .wi-hms-join-error,
#webinarignition.webinar_page .webinarVideoCtaCombined.wi-100ms-layout #vidBox .wi-hms-join-wrap .wi-hms-join-error {
  color: #b91c1c !important;
}

#webinarignition.webinar_page .webinarVideoCtaCombined.wi-100ms-layout #vidBox .wi-hms-root {
  position: relative;
  z-index: 1;
}

.webinarVideoCtaCombined.wi-100ms-layout > .webinarVideo {
  overflow: hidden;
}
/* 100ms: CTA overlay container must pass pointer events through to the interactive
   100ms iframe. Without this, styleOverlayCTA() sets height:100% + position:absolute
   on .webinarVideoCTA which captures all clicks. (#A043 — H6 confirmed via elementFromPoint.) */
.webinarVideoCtaCombined.wi-100ms-layout > .webinarVideoCTA {
  pointer-events: none;
}
.webinarVideoCtaCombined.wi-100ms-layout > .webinarVideoCTA .cta-overlay-show-icon,
.webinarVideoCtaCombined.wi-100ms-layout > .webinarVideoCTA .cta-overlay-hide-icon {
  pointer-events: auto;
}
.webinarVideoCtaCombined.wi-100ms-layout > .webinarVideoCTA .timedUnderArea.hippopotemus {
  pointer-events: none;
  height: auto !important;
  min-height: 0 !important;
  max-height: 50% !important;
  bottom: 70px;
  top: auto !important;
}
.webinarVideoCtaCombined.wi-100ms-layout > .webinarVideoCTA .timedUnderArea.hippopotemus > * {
  pointer-events: auto;
}
/* 100ms: #vidOvl (z-index:99) is a YouTube click-blocker — must stay hidden for 100ms rooms. */
.webinarVideoCtaCombined.wi-100ms-layout #vidOvl {
  display: none !important;
  pointer-events: none !important;
}
@media (min-width: 992px) {
  /* Match setVideoRatio (100ms): do not vertically center in a full-height #webinarVideo. */
  #webinarVideo .webinarVideoCtaCombined.wi-100ms-layout {
    top: 0 !important;
    left: 0 !important;
    right: 0;
    transform: none !important;
  }
}
.webinarVideo #vidBox #video-loading-block {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  height: 0px;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
  /* font-size: .5em; */
  z-index: 100;
  cursor: pointer;
  border-radius: 50px;
  padding: 0 10px;
  font-size: 15px;
}
.webinarVideo #vidBox #video-loading-block #video-loading-text {
  color: #fff;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
}
.webinarVideo #vidBox #muted-autoplay-block #unmute-button {
  position: absolute;
  height: 60px;
  width: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
  /* font-size: .5em; */
  z-index: 100;
  cursor: pointer;
  border-radius: 15px;
  padding: 0 10px;
  font-size: 15px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}
.webinarVideo #vidBox #muted-autoplay-block #unmute-button #unmute-icon {
  height: 50px;
  width: 50px;
}
.webinarVideo #vidBox .video-js .vjs-big-play-button {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  z-index: 100;
  display: none !important;
}

#webinarLoader {
  z-index: 999999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: rgba(255, 255, 255, 0.8);
}
#webinarLoader .box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  width: 200px;
  height: 200px;
  font-size: 30px;
}
#webinarLoader .box .box-inner {
  display: inline-block;
  width: 200px;
  height: 200px;
  font-size: 30px;
  padding: 1em;
  position: relative;
  margin-bottom: 0.25em;
  vertical-align: top;
  transition: 0.3s color, 0.3s border, 0.3s -webkit-transform, 0.3s opacity;
  transition: 0.3s color, 0.3s border, 0.3s transform, 0.3s opacity;
  text-align: center;
}
#webinarLoader [class*="loader-"] {
  display: inline-block;
  width: 1em;
  height: 1em;
  color: inherit;
  vertical-align: middle;
  pointer-events: none;
}
#webinarLoader .loader-14 {
  border-radius: 50%;
  box-shadow: 0 1em 0 -0.2em currentcolor;
  position: relative;
  -webkit-animation: loader-14 0.8s ease-in-out alternate infinite;
  animation: loader-14 0.8s ease-in-out alternate infinite;
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s;
  top: -1em;
}
#webinarLoader .loader-14:after,
#webinarLoader .loader-14:before {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  box-shadow: inherit;
  -webkit-animation: inherit;
  animation: inherit;
}
#webinarLoader .loader-14:before {
  left: -1em;
  -webkit-animation-delay: 0.48s;
  animation-delay: 0.48s;
}
#webinarLoader .loader-14:after {
  right: -1em;
  -webkit-animation-delay: 0.16s;
  animation-delay: 0.16s;
}

@-webkit-keyframes loader-14 {
  0% {
    box-shadow: 0 2em 0 -0.2em currentcolor;
  }
  100% {
    box-shadow: 0 1em 0 -0.2em currentcolor;
  }
}

@keyframes loader-14 {
  0% {
    box-shadow: 0 2em 0 -0.2em currentcolor;
  }
  100% {
    box-shadow: 0 1em 0 -0.2em currentcolor;
  }
}

#askQThankyou h4,
#askQThankyou .wi-h4 {
  font-size: 18px;
}

#askQThankyou h5,
#askQThankyou .wi-h5 {
  font-size: 16px;
}
#webinarFooter{
  min-height: 40px;
}
body#webinarignition.webinar_page #webinarFooter .wi-p-2 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
body#webinarignition.webinar_page #webinarFooter .bottomArea .wiContainer {
  line-height: 1.25;
}
body#webinarignition.webinar_page #webinarFooter .bottomArea .wiContainer > div + div {
  margin-top: 4px !important;
}
#webinarFooter p {
  margin-bottom: 5px;
}

.wi-tab-content #simple-ajax-chat #sac-output {
  float: none;
  width: 100%;
  margin-bottom: 15px;
}

.wi-tab-content #simple-ajax-chat #sac-panel {
  float: none;
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

.headlineArea {
  padding: 20px 0 10px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

/* ===================================
    Buttons
   =================================== */
.wiButton {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: bold;
  text-decoration: none;
}

.wiButton:focus,
.wiButton:active:focus,
.wiButton.active:focus,
.wiButton.focus,
.wiButton:active.focus,
.wiButton.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.wiButton:hover,
.wiButton:focus,
.wiButton.focus {
  /* color: #333333; */
  text-decoration: none;
}
.ticketInfoIcon2, .ticketInfoIcon{
  width: 60px;
}
.wiButton:active,
.wiButton.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.wiButton.disabled,
.wiButton[disabled],
fieldset[disabled] .wiButton {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}

a.wiButton.disabled,
fieldset[disabled] a.wiButton {
  pointer-events: none;
}

.wiButton-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.wiButton-primary:focus,
.wiButton-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}

.wiButton-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}

.wiButton-primary:active,
.wiButton-primary.active,
.open > .dropdown-toggle.wiButton-primary {
  color: #ffffff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}

.wiButton-primary:active:hover,
.wiButton-primary.active:hover,
.open > .dropdown-toggle.wiButton-primary:hover,
.wiButton-primary:active:focus,
.wiButton-primary.active:focus,
.open > .dropdown-toggle.wiButton-primary:focus,
.wiButton-primary:active.focus,
.wiButton-primary.active.focus,
.open > .dropdown-toggle.wiButton-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}

.wiButton-primary.disabled:hover,
.wiButton-primary[disabled]:hover,
fieldset[disabled] .wiButton-primary:hover,
.wiButton-primary.disabled:focus,
.wiButton-primary[disabled]:focus,
fieldset[disabled] .wiButton-primary:focus,
.wiButton-primary.disabled.focus,
.wiButton-primary[disabled].focus,
fieldset[disabled] .wiButton-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.wiButton-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}

.wiButton-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.wiButton-success:focus,
.wiButton-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}

.wiButton-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}

.wiButton-success:active,
.wiButton-success.active,
.open > .dropdown-toggle.wiButton-success {
  color: #ffffff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}

.wiButton-success:active:hover,
.wiButton-success.active:hover,
.open > .dropdown-toggle.wiButton-success:hover,
.wiButton-success:active:focus,
.wiButton-success.active:focus,
.open > .dropdown-toggle.wiButton-success:focus,
.wiButton-success:active.focus,
.wiButton-success.active.focus,
.open > .dropdown-toggle.wiButton-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}

.wiButton-success.disabled:hover,
.wiButton-success[disabled]:hover,
fieldset[disabled] .wiButton-success:hover,
.wiButton-success.disabled:focus,
.wiButton-success[disabled]:focus,
fieldset[disabled] .wiButton-success:focus,
.wiButton-success.disabled.focus,
.wiButton-success[disabled].focus,
fieldset[disabled] .wiButton-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.wiButton-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}

.wiButton-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.wiButton-info:focus,
.wiButton-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.wiButton-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.wiButton-info:active,
.wiButton-info.active,
.open > .dropdown-toggle.wiButton-info {
  color: #ffffff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}

.wiButton-info:active:hover,
.wiButton-info.active:hover,
.open > .dropdown-toggle.wiButton-info:hover,
.wiButton-info:active:focus,
.wiButton-info.active:focus,
.open > .dropdown-toggle.wiButton-info:focus,
.wiButton-info:active.focus,
.wiButton-info.active.focus,
.open > .dropdown-toggle.wiButton-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.wiButton-info.disabled:hover,
.wiButton-info[disabled]:hover,
fieldset[disabled] .wiButton-info:hover,
.wiButton-info.disabled:focus,
.wiButton-info[disabled]:focus,
fieldset[disabled] .wiButton-info:focus,
.wiButton-info.disabled.focus,
.wiButton-info[disabled].focus,
fieldset[disabled] .wiButton-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.wiButton-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.subheader{
  color: var(--wp--preset--color--contrast, #000) !important;
  background: var(--wp--preset--color--base, #fff);
  font-weight: 500 !important;
  font-family: inherit;
  padding-bottom: 0px !important;
  font-size: 1.1rem;
  margin-bottom: 10px;
}
.wiButton-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;

}
.wi-text-center{
  text-align: center;
}

.wiButton-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.wiButton-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.wiButton-block {
  display: block;
  width: 100%;
}
.wi-live-btn{
  width:auto !important;
}
.wi-evergreen-btn{
  width:auto !important;
}

#optinBTN {
  width: 100%;
  /* background-color: var(--wp--preset--color--contrast, #111111); */
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-repeat: no-repeat;
  background-position: right center;
  text-shadow: initial;
  font-family: inherit;
  font-size: 16px;
  box-sizing: border-box;
  /* color: var(--wp--preset--color--base, #fff); */
  
}
/* #optinBTN ID beats .wi-fse-primary-cta alone — mirror FSE CTA when wrapped (Hello/Elementor/shortcodes + classic LP body). */
.wi-sc-hosted #optinBTN.wi-fse-primary-cta.wiButton.addedArrow,
body.wi-wb-registration-landing #optinBTN.wi-fse-primary-cta.wiButton.addedArrow,
body.wi_registration #optinBTN.wi-fse-primary-cta.wiButton.addedArrow {
  --wi-fse-p: var(--wi-cta-bg, var(--wi-fse-cta-fill, var(--wp--preset--color--contrast, #32373c)));
  --wi-fse-c: var(--wi-cta-color, var(--wi-fse-cta-text, var(--wp--preset--color--base, #ffffff)));
  /* Rim from page/surface tone so light CTAs don’t melt into the same-toned background. */
  --wi-fse-cta-rim: color-mix(
    in srgb,
    var(--wi-fse-surface-bg, var(--wp--preset--color--base, #ffffff)) 80%,
    var(
      --wi-fse-on-light-chrome-text,
      var(--wp--preset--color--contrast, #1a1a1a)
    ) 20%
  );
  cursor: pointer;
  box-sizing: border-box;
  width: 100%;
  min-width: 188px;
  min-height: var(--wp--preset--spacing--50, 3rem);
  margin: 0;
  font-size: var(
    --wp--preset--font-size--medium,
    var(--wp--preset--font-size--small, 1rem)
  );
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  border: 1px solid var(--wi-fse-cta-rim) !important;
  border-radius: 0.33em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.875rem 3.75rem !important;
  background-color: var(--wi-fse-p) !important;
  background-image: none !important;
  color: var(--wi-fse-c) !important;
  -webkit-text-fill-color: var(--wi-fse-c) !important;
  background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  text-shadow: none;
  box-shadow: none !important;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    filter 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
  position: relative;
  overflow: hidden;
}
/* Arrow strip: inline SVG mask painted in the button's ink color (currentColor via background-color). arrows2.png is <11% alpha — invisible on bright CTAs; mask+color gives solid chevrons regardless of CTA hue. Same fade gradient as arrows2.png so look is familiar, just fully opaque. */
.wi-sc-hosted #optinBTN.wi-fse-primary-cta.wiButton.addedArrow::after,
body.wi-wb-registration-landing #optinBTN.wi-fse-primary-cta.wiButton.addedArrow::after,
body.wi_registration #optinBTN.wi-fse-primary-cta.wiButton.addedArrow::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 4rem;
  height: 100%;
  background-color: var(--wi-fse-c, #111);
  -webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 40' fill='none' stroke='black' stroke-width='5.5' stroke-linecap='round' stroke-linejoin='round'><path opacity='0.3' d='M8 12 L18 20 L8 28'/><path opacity='0.55' d='M22 12 L32 20 L22 28'/><path opacity='0.8' d='M36 12 L46 20 L36 28'/><path opacity='1' d='M50 12 L60 20 L50 28'/></svg>");
          mask-image: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 40' fill='none' stroke='black' stroke-width='5.5' stroke-linecap='round' stroke-linejoin='round'><path opacity='0.3' d='M8 12 L18 20 L8 28'/><path opacity='0.55' d='M22 12 L32 20 L22 28'/><path opacity='0.8' d='M36 12 L46 20 L36 28'/><path opacity='1' d='M50 12 L60 20 L50 28'/></svg>");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: auto 60%;
          mask-size: auto 60%;
  pointer-events: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.wi-sc-hosted #optinBTN.wi-fse-primary-cta.wiButton.addedArrow:hover,
body.wi-wb-registration-landing #optinBTN.wi-fse-primary-cta.wiButton.addedArrow:hover,
body.wi_registration #optinBTN.wi-fse-primary-cta.wiButton.addedArrow:hover {
  filter: none;
  background-color: color-mix(in srgb, var(--wi-fse-p) 68%, #000) !important;
  color: var(--wi-fse-c) !important;
  -webkit-text-fill-color: var(--wi-fse-c) !important;
  transform: translateY(-2px);
  box-shadow:
    0 8px 24px color-mix(in srgb, var(--wi-fse-p) 42%, transparent),
    0 2px 8px rgba(0, 0, 0, 0.14) !important;
}
.wi-sc-hosted #optinBTN.wi-fse-primary-cta.wiButton.addedArrow:hover::after,
body.wi-wb-registration-landing #optinBTN.wi-fse-primary-cta.wiButton.addedArrow:hover::after,
body.wi_registration #optinBTN.wi-fse-primary-cta.wiButton.addedArrow:hover::after {
  transform: translateX(2px) scale(1.08);
}
.wi-sc-hosted #optinBTN.wi-fse-primary-cta.wiButton.addedArrow:active,
.wi-sc-hosted #optinBTN.wi-fse-primary-cta.wiButton.addedArrow.active,
body.wi-wb-registration-landing #optinBTN.wi-fse-primary-cta.wiButton.addedArrow:active,
body.wi-wb-registration-landing #optinBTN.wi-fse-primary-cta.wiButton.addedArrow.active,
body.wi_registration #optinBTN.wi-fse-primary-cta.wiButton.addedArrow:active,
body.wi_registration #optinBTN.wi-fse-primary-cta.wiButton.addedArrow.active {
  filter: none;
  background-color: color-mix(in srgb, var(--wi-fse-p) 58%, #000) !important;
  transform: translateY(0);
  box-shadow: 0 2px 8px color-mix(in srgb, var(--wi-fse-p) 30%, transparent) !important;
}
.wi-sc-hosted #optinBTN.wi-fse-primary-cta.wiButton.addedArrow:active::after,
.wi-sc-hosted #optinBTN.wi-fse-primary-cta.wiButton.addedArrow.active::after,
body.wi-wb-registration-landing #optinBTN.wi-fse-primary-cta.wiButton.addedArrow:active::after,
body.wi-wb-registration-landing #optinBTN.wi-fse-primary-cta.wiButton.addedArrow.active::after,
body.wi_registration #optinBTN.wi-fse-primary-cta.wiButton.addedArrow:active::after,
body.wi_registration #optinBTN.wi-fse-primary-cta.wiButton.addedArrow.active::after {
  transform: translateX(1px) scale(1.02);
}
@supports not (background-color: color-mix(in srgb, red, blue)) {
  .wi-sc-hosted #optinBTN.wi-fse-primary-cta.wiButton.addedArrow:hover,
  body.wi-wb-registration-landing #optinBTN.wi-fse-primary-cta.wiButton.addedArrow:hover,
  body.wi_registration #optinBTN.wi-fse-primary-cta.wiButton.addedArrow:hover {
    filter: brightness(0.88);
    transform: translateY(-1px);
  }
  .wi-sc-hosted #optinBTN.wi-fse-primary-cta.wiButton.addedArrow:active,
  .wi-sc-hosted #optinBTN.wi-fse-primary-cta.wiButton.addedArrow.active,
  body.wi-wb-registration-landing #optinBTN.wi-fse-primary-cta.wiButton.addedArrow:active,
  body.wi-wb-registration-landing #optinBTN.wi-fse-primary-cta.wiButton.addedArrow.active,
  body.wi_registration #optinBTN.wi-fse-primary-cta.wiButton.addedArrow:active,
  body.wi_registration #optinBTN.wi-fse-primary-cta.wiButton.addedArrow.active {
    filter: brightness(0.82);
  }
}
#optinBTNText{
  font-size: inherit;
  font-weight: inherit;
}
/* Astra / .button gradient-text: keep label same ink as button */
.wi-sc-hosted #optinBTN.wi-fse-primary-cta #optinBTNText,
body.wi-wb-registration-landing #optinBTN.wi-fse-primary-cta #optinBTNText,
body.wi_registration #optinBTN.wi-fse-primary-cta #optinBTNText {
  color: inherit !important;
  -webkit-text-fill-color: inherit !important;
}

/* Astra / .entry-content button: theme !important on background & text — re-assert bridge after theme sheet */
.entry-content .wi-sc-hosted #optinBTN.wi-fse-primary-cta.wiButton.addedArrow,
body.wi-wb-registration-landing .entry-content #optinBTN.wi-fse-primary-cta.wiButton.addedArrow,
body.wi-wb-registration-landing main .wp-block-post-content #optinBTN.wi-fse-primary-cta.wiButton.addedArrow {
  background: var(--wi-fse-p, var(--wi-cta-bg, var(--wi-fse-cta-fill, #32373c))) !important;
  color: var(--wi-fse-c, var(--wi-fse-cta-text, #ffffff)) !important;
  -webkit-text-fill-color: var(--wi-fse-c, var(--wi-fse-cta-text, #ffffff)) !important;
  opacity: 1 !important;
}
/* Astra body classes: ast-single-post / ast-plain-container — not .ast-page */
body.ast-plain-container .entry-content .wi-sc-hosted #optinBTN.wi-fse-primary-cta.wiButton.addedArrow,
body.ast-single-post .entry-content .wi-sc-hosted #optinBTN.wi-fse-primary-cta.wiButton.addedArrow,
.ast-page .entry-content .wi-sc-hosted #optinBTN.wi-fse-primary-cta.wiButton.addedArrow,
body.wi-wb-registration-landing.ast-plain-container .entry-content #optinBTN.wi-fse-primary-cta.wiButton.addedArrow,
body.wi-wb-registration-landing.ast-single-post .entry-content #optinBTN.wi-fse-primary-cta.wiButton.addedArrow {
  background: var(--wi-fse-p, var(--wi-cta-bg, var(--wi-fse-cta-fill, #32373c))) !important;
  color: var(--wi-fse-c, var(--wi-fse-cta-text, #ffffff)) !important;
  -webkit-text-fill-color: var(--wi-fse-c, var(--wi-fse-cta-text, #ffffff)) !important;
  opacity: 1 !important;
}

/* Astra: .entry-content a often gets gradient `background` !important — grid labels were invisible */
body.ast-plain-container .entry-content .wi_grid_container a.wi_grid_cta_btn,
body.ast-plain-container .entry-content .wi_grid_container a.wi_grid_cta_btn:link,
body.ast-plain-container .entry-content .wi_grid_container a.wi_grid_cta_btn:visited,
body.ast-single-post .entry-content .wi_grid_container a.wi_grid_cta_btn,
body.ast-single-post .entry-content .wi_grid_container a.wi_grid_cta_btn:link,
body.ast-single-post .entry-content .wi_grid_container a.wi_grid_cta_btn:visited,
body.wi-wb-registration-landing .entry-content .wi_grid_container a.wi_grid_cta_btn,
body.wi-wb-registration-landing .entry-content .wi_grid_container a.wi_grid_cta_btn:link,
body.wi-wb-registration-landing .entry-content .wi_grid_container a.wi_grid_cta_btn:visited,
.ast-page .entry-content .wi_grid_container a.wi_grid_cta_btn,
.ast-page .entry-content .wi_grid_container a.wi_grid_cta_btn:link,
.ast-page .entry-content .wi_grid_container a.wi_grid_cta_btn:visited {
  background: var(--wi-fse-cta-fill, #1a1a1a) !important;
  background-color: var(--wi-cta-bg, var(--wi-fse-cta-fill, #32373c)) !important;
  color: var(--wi-fse-cta-text, #ffffff) !important;
  -webkit-text-fill-color: var(--wi-fse-cta-text, #ffffff) !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
}

#optinBTN:focus-visible {
  outline: none;
}
#optinBTN:focus{
  outline: none;
}
/* ===================================
    Forms
   =================================== */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type="email"].wiFormControl,
input[type="number"].wiFormControl,
input[type="password"].wiFormControl,
input[type="search"].wiFormControl,
input[type="tel"].wiFormControl,
input[type="text"].wiFormControl,
input[type="url"].wiFormControl,
textarea.wiFormControl,
.wiFormControl {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

input[type="email"].wiFormControl:focus,
input[type="number"].wiFormControl:focus,
input[type="password"].wiFormControl:focus,
input[type="search"].wiFormControl:focus,
input[type="tel"].wiFormControl:focus,
input[type="text"].wiFormControl:focus,
input[type="url"].wiFormControl:focus,
textarea.wiFormControl:focus,
.wiFormControl:focus {
  border-color: #66afe9;
  outline: 0;
}

.wiFormControl::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.wiFormControl:-ms-input-placeholder {
  color: #999999;
}

.wiFormControl::-webkit-input-placeholder {
  color: #999999;
}

.wiFormControl::-ms-expand {
  background-color: transparent;
  border: 0;
}

.wiFormControl[disabled],
.wiFormControl[readonly],
fieldset[disabled] .wiFormControl {
  background-color: #eeeeee;
  opacity: 1;
}

.wiFormControl[disabled],
fieldset[disabled] .wiFormControl {
  cursor: not-allowed;
}

textarea.wiFormControl {
  height: auto;
}

.wiFormControl.errorField {
  color: #972121 !important;
  border: 1px solid #972121 !important;
}

.wiFormControl.errorField::-moz-placeholder {
  color: rgba(151, 33, 33, 0.5) !important;
}

.wiFormControl.errorField:-ms-input-placeholder {
  color: rgba(151, 33, 33, 0.5) !important;
}

.wiFormControl.errorField::-webkit-input-placeholder {
  color: rgba(151, 33, 33, 0.5) !important;
}

.wiFormControl.successField {
  color: #3f8707 !important;
  border: 1px solid #3f8707 !important;
}

.wiFormControl.successField::-moz-placeholder {
  color: rgba(63, 135, 7, 0.5) !important;
}

.wiFormControl.successField:-ms-input-placeholder {
  color: rgba(63, 135, 7, 0.5) !important;
}

.wiFormControl.successField::-webkit-input-placeholder {
  color: rgba(63, 135, 7, 0.5) !important;
}

.wiSpamMessage {
  font-size: 0.875rem;
  /* color: var(--wp--preset--color--contrast); */
  text-align: center;
  margin-top: 3px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].wiFormControl,
  input[type="time"].wiFormControl,
  input[type="datetime-local"].wiFormControl,
  input[type="month"].wiFormControl {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

.wiFormGroup {
  padding-bottom: 15px;
  /* color: var(--wp--preset--color--contrast) !important; */
  font-size: 1rem;
  font-family: inherit !important;
  font-weight: 500;
  box-sizing: border-box !important;
}

.wiFormGroup .intl-tel-input {
  width: 100%;
}

.wiFormGroup input {
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875em;
  margin: 0 0 0.1em 0;
  padding: 1em 1.2em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.wiFormRadio,
.wiFormCheckbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.2;
  font-size: 1rem;
  font-weight: 400;
  color: var(--wp--preset--color--contrast, #000);
}

.wi-required-text{
  /* color: var(--wp--preset--color--contrast, #000); */
  /* color:  #000; */
  font-size: 0.875rem; /* 14px */
  margin: 5px;
  margin: 0px 0 0px 0;
  padding-top: 7px;
}
.wiFormRadio, .wiFormCheckbox a{
  color: var(--wp--preset--color--contrast, #000);
}

/* .wi-shortcode-color a{ 
  color: white; 
} */
.gdpr-tc input[type="checkbox"] {
  margin: 0;
}
input.wiFormControl:focus {
  border: 1px solid green;
  outline: 2px solid #4caf50; /* optional, enhances visibility */
  outline-offset: 2px;
}
.wi-mb-2{
  margin-bottom: 2px !important;
}
.wi-error-message{
  display: none;
  font-size: 0.875rem;
  background: #f72a1b;
  color: #fff;
  padding: 0px 4px;
  border-radius: 2px;
  font-weight: 500;
}
.wiFormRadio.disabled label,
.wiFormCheckbox.disabled label,
fieldset[disabled] .wiFormRadio label,
fieldset[disabled] .wiFormCheckbox label {
  cursor: not-allowed;
}

.wiFormRadio label,
.wiFormCheckbox label {
  padding-left: 5px;
  padding-right: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.wiFormRadio-sm label,
.wiFormCheckbox-sm label {
  font-size: 0.875rem;  
  color: var(--wp--preset--color--contrast) !important;
  font-weight: 400;
  font-family: inherit !important;
}

.wiFormRadio-md label,
.wiFormCheckbox-md label {
  padding-left: 0;
  color: var(--wp--preset--color--contrast, #000);
  font-size: 0.875rem;
  font-weight: 400;
}

.wiFormRadio-lg label,
.wiFormCheckbox-lg label {
  font-size: 18px;
}

.wiFormRadio-xl label,
.wiFormCheckbox-xl label {
  font-size: 22px;
}

.wiFormRadio input[type="radio"],
.wiFormRadio-inline input[type="radio"],
.wiFormCheckbox input[type="checkbox"],
.wiFormCheckbox-inline input[type="checkbox"] {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  accent-color: var(--wp--preset--color--contrast);

}
/* .wi-shortcode-color input[type="radio"],
.wi-shortcode-color input[type="checkbox"]
{
  accent-color: white;
} */

.wiFormRadio + .wiFormRadio,
.wiFormCheckbox + .wiFormCheckbox {
  margin-top: -5px;
}

.wiFormRadio-inline,
.wiFormCheckbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

.wiFormRadio-inline.disabled,
.wiFormCheckbox-inline.disabled,
fieldset[disabled] .wiFormRadio-inline,
fieldset[disabled] .wiFormCheckbox-inline {
  cursor: not-allowed;
}

.wiFormRadio-inline + .wiFormRadio-inline,
.wiFormCheckbox-inline + .wiFormCheckbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.wiFormControl-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.wiFormControl-static.input-lg,
.wiFormControl-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.wiFormGroup-sm .wiFormControl {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.wiFormGroup-sm select.wiFormControl {
  height: 30px;
  line-height: 30px;
}

.wiFormGroup-sm textarea.wiFormControl,
.wiFormGroup-sm select[multiple].wiFormControl {
  height: auto;
}

.wiFormGroup-sm .wiFormControl-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.wiFormGroup-lg input[type="email"].wiFormControl,
.wiFormGroup-lg input[type="number"].wiFormControl,
.wiFormGroup-lg input[type="password"].wiFormControl,
.wiFormGroup-lg input[type="search"].wiFormControl,
.wiFormGroup-lg input[type="tel"].wiFormControl,
.wiFormGroup-lg input[type="text"].wiFormControl,
.wiFormGroup-lg input[type="url"].wiFormControl,
.wiFormGroup-lg textarea.wiFormControl,
.wiFormGroup-lg .wiFormControl {
  height: 43px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.3333333;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: initial;
}

.wiFormGroup-lg select.wiFormControl {
  height: 46px;
  box-sizing: border-box;
}

.wiFormGroup-lg textarea.wiFormControl,
.wiFormGroup-lg select[multiple].wiFormControl {
  height: auto;
  box-sizing: border-box;
}

.wiFormGroup-lg .wiFormControl-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.wiTicketSection {
  margin-bottom: 25px;
}

.ctaArea.video {
  padding: 15px;
  background-color: #212121;
}

.ctaArea.video.no-player-border {
  padding: 0;
}
.wi_reg_desc_wrap{
  display: flex;
}
.wi_label_reg_form{
  font-size: 16px;
}

.ctaArea.video img {
  width: 100%;
  height: auto;
}

/*
 * Thank-you CTA: global .ctaArea.video above uses #212121 (shared with registration).
 * TY shells must stay transparent so the message + player read on light columns (ty_message_area.php).
 */
.page-thankyou_cp .ctaArea.video,
body.wi-ty-gb-page .wi-ty-gb__col--right .ctaArea.video,
body.wi-wb-registration-landing .cpTyTwoCol .cpRightSide .ctaArea.video,
body.wi-wb-registration-landing .cpWrapper .cpTyTwoCol .cpRightSide .ctaArea.video {
  background-color: transparent !important;
}

/* ===================================
    Registration page
   =================================== */
.wiOptinHeadline {
  margin-bottom: 15px;
}

.wiOptinHeadline1 {
  text-align: center;
  display: block;
  font-size: 25px;
  font-weight: bold;
}

.wiOptinHeadline2 {
  text-align: center;
  font-size: 20px;
}

.wiSalesCopy {
  padding: 10px;
}

.wiSalesCopy p:last-child {
  margin-bottom: 0;
}

.addedArrow {
  background-image: url(../images/arrows2.png);
  background-repeat: no-repeat;
  background-position: right center;
  /* Full height; anchor graphic flush to right edge (x y = horizontal right, vertical center). */
  background-size: auto 100%;
}

.innerHeadline {
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  background-color: #0496ac;
  padding: 20px;
  padding-left: 40px;
  padding-right: 40px;
  border-top: 4px solid rgba(0, 0, 0, 0.2);
  border-bottom: 4px solid rgba(0, 0, 0, 0.06);
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
  -webkit-filter: dropshadow(color=rgba(0, 0, 0, 0.2), offx=2, offy=2);
  filter: dropshadow(color=rgba(0, 0, 0, 0.2), offx=2, offy=2);
}

.autoTitle,
.autoSubTitle {
  font-weight: 500;
  color: var(--wp--preset--color--contrast) !important;
  margin-top: 0;
  margin-bottom: 6px;
}

.hostInfoBlock {
  background-color: white;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 5px;
}

.hostInfoPhoto {
  overflow: hidden;
  text-align: center;
}

.hostInfoPhoto img {
  height: 100%;
  max-height: 350px;
  width: auto;
  max-width: none;
  display: inline-block;
}

.hostInfoCopy {
  font-size: 14px;
}

@media only screen and (min-width: 576px) {
  .hostInfoBlock {
    position: relative;
    padding-left: 130px;
    min-height: 120px;
  }
  .hostInfoPhoto {
    left: 10px;
    top: 10px;
    width: 100px;
    height: 100px;
  }
}


/* ===================================
    Thankyou page
   =================================== */

.tyTicketInfoContainer {
  position: relative;
  height: auto;
  padding: 5px;
  padding-left: 75px;
  min-height: 55px;
}

.tyTicketInfoContainer::before {
  display: inline-block;
  position: absolute;
  width: 55px;
  text-align: center;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "FontAwesome";
  font-size: 45px;
  color: #878787;
}

.tyTicketInfoContainer.tyTicketInfoContainerWebinar::before {
  content: "\f108";
}

.tyTicketInfoContainer.tyTicketInfoContainerHost::before {
  content: "\f130";
}

.tyTicketInfoNewHeadline {
  font-size: 18px;
}

.webinarURLArea {
  /* background-color: #FFF; */
  padding: 20px 30px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  border-radius: 12px;
}

.webinarURLHeadline {
  font-size: 22px;
  font-weight: bolder;
  margin-bottom: 10px;
}

.webinarURLHeadline2 {
  font-size: 12px;
}

@media only screen and (min-width: 992px) {
  .tyHeadlineContainer {
    position: relative;
    height: auto;
  }
  /* .tyHeadlineContainer::before {
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "FontAwesome";
    content: "\f14a";
    font-size: 80px;
    color: #6a9f37;
  } */
}

/* ===================================
    Webinar page
   =================================== */
#webinarVideo {
  background: #000000;
  position: relative;
  /* #A005 — native <video> / iframe aspect can update this from JS for layout + future caps */
  --wi-video-ratio: 16 / 9;
}

.webinarVideoCtaCombined {
  position: relative;
}

/* Live YouTube: iframe (0) < interaction blocker (1) < CTA overlay (2) < mute UI (3) */
.webinarVideoCtaCombined > .webinarVideo {
  z-index: 1;
}
.webinarVideoCtaCombined > .webinarVideoCTA {
  z-index: 2;
}
.webinarVideoCtaCombined > .wi-youtube-mute-top-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}
.webinarVideoCtaCombined > .wi-youtube-mute-top-layer .youtube-mute-controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.webinarVideoCtaCombined > .wi-youtube-mute-top-layer .youtube-mute-controls .loading-indicator,
.webinarVideoCtaCombined > .wi-youtube-mute-top-layer .youtube-mute-controls .mute-unmute-btn,
.webinarVideoCtaCombined > .wi-youtube-mute-top-layer .youtube-mute-controls .unmute-btn {
  pointer-events: auto;
}

.webinarVideo,
.webinarVideoCTA {
  /*padding: 15px;*/
}

.webinarVideoCTA {
  padding: 0;
}

.timedUnderArea {
  /* border: 5px solid #000000; */
}

.wi-tab-content .timedUnderArea {
  border: none;
}


.webinarVideoCTA.webinarVideoCTAActive {
  display: block;
}

.webinarVideo .ctaArea {
  /*border: 2px solid rgba(0,0,0,0.13);*/
  /*-webkit-box-shadow: 0 1px 11px 1px rgba(0,0,0,0.35);*/
  /*-moz-box-shadow: 0 1px 11px 1px rgba(0,0,0,0.35);*/
  /*box-shadow: 0 1px 11px 1px rgba(0,0,0,0.35);*/
  /*margin-left: 0px;*/
}

.webinarTopBar {
  padding: 10px 12px;
  background-color: #242424;
  color: #fff;
  font-weight: bold;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.timedUnderArea {
  background-color: #fff;
  padding: 15px;
}

#webinarSidebar .timedUnderArea {
  padding: 0;
  height: 100%;
}

.webinarInner {
  padding: 15px 10px 0px 10px;
  border-top: 3px solid rgba(0, 0, 0, 0.06);
}

.webinarTitleBar {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.02);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  /*border-top: 1px solid rgba(0,0,0,0.10);*/
  padding: 10px;
}

.webinarTitleBarAdded {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.webinarTitleBar i {
  margin-right: 10px;
}

.webinarInfoCopy {
  font-size: 12px;
  line-height: 21px;
  color: #4a4a4a;
  margin-bottom: 5px;
}

/* .eventDate {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
} */

.eventDate.fixed-type * {
  vertical-align: middle;
}

.eventDate.fixed-type span {
  margin-right: 10px;
  font-weight: 700;
  font-size: 1.1rem;
}
.wi_date_time_wrap{
  display: flex;
  flex-direction: column;
}
.dateIcon {
  flex-shrink: 0;
  min-width: 72px;
  width: 72px;
  max-width: none;
  white-space: nowrap;
  background-image: url(../images/datebgnew.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  min-height: 78px;
  height: 78px;
  overflow: visible;
  box-sizing: content-box;
}

/*
 * Live registration row (HC + shortcode): .dateIcon is background-only; inner .dateMonth/.dateDay
 * stay empty in live-dates.php but still matched global .dateDay padding — broke the calendar tile.
 * Class .wi-live-dates-wrap is only used on that template (inc/lp/partials/registration_page/live-dates.php).
 * #A101 — Explicit flex row: without display:flex, FSE / theme rules treat .eventDate as block and stack
 * .dateIcon above .dateInfo (calendar tile no longer sits left of the headline copy).
 */
.eventDate.wi-live-dates-wrap {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap;
	align-items: center !important;
	justify-content: flex-start;
	gap: 14px;
	width: 100%;
	box-sizing: border-box;
}

/*
 * WI shortcode host — scope invariant (touchpoints + Prüfmodus):
 * Registration vs Grid vs Footer vs gb_sc_custom; Admin + Inkognito = zwei Prüfmodi derselben Invariante.
 * Host-Modifier: .wi-sc-hosted--wi-webinar-block | .wi-sc-hosted--wi-grid | .wi-sc-hosted--wi-footer (set in block-editor-theme-override.php).
 * Vollständige Tabelle / Patch-Gate: .cursor/rules/wi-shortcode-css-scope.mdc
 */

/*
 * #A108 — Live row uses .wi-live-dates-wrap (not .evergreen-Registration); .optinFormArea has padding 0 1rem — without
 * the same inset the calendar tile sits flush-left while fields start 1rem in. Match horizontal padding everywhere the SC stacks.
 */
body.wi-wb-registration-landing .eventDate.wi-live-dates-wrap,
body.wi-wb-registration-landing .wi-sc-hosted .eventDate.wi-live-dates-wrap,
.entry-content .wi-sc-hosted .eventDate.wi-live-dates-wrap,
.wi-sc-hosted .eventDate.wi-live-dates-wrap {
	padding-left: 1rem;
	padding-right: 1rem;
	box-sizing: border-box;
}

.wi-sc-hosted:has(.wi-sc-design-stack) > div:nth-child(2) > .eventDate.wi-live-dates-wrap {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
	box-sizing: border-box !important;
}

/* Wrapper zeroes optin horizontal padding — keep live row flush to the same box as the form. */
body.wi-wb-registration-landing .wi-register-page-wrapper .wi-sc-hosted .eventDate.wi-live-dates-wrap {
	padding-left: 0;
	padding-right: 0;
}

body.wi-wb-registration-landing .wi-register-page-wrapper .wi-sc-hosted:has(.wi-sc-design-stack) > div:nth-child(2) > .eventDate.wi-live-dates-wrap {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.eventDate.wi-live-dates-wrap .dateInfo.wi_date_time_wrap,
.eventDate.wi-live-dates-wrap .dateInfo {
	flex: 1 1 auto;
	min-width: 0;
	align-self: center;
}

.eventDate.wi-live-dates-wrap .dateIcon {
	box-sizing: border-box !important;
	width: 72px !important;
	min-width: 72px !important;
	max-width: 72px !important;
	height: 72px !important;
	min-height: 72px !important;
	max-height: 72px !important;
	padding: 3px !important;
	overflow: visible;
	flex-shrink: 0;
	background-origin: content-box !important;
	background-clip: padding-box !important;
	background-size: contain !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.eventDate.wi-live-dates-wrap .dateIcon .dateMonth,
.eventDate.wi-live-dates-wrap .dateIcon .dateDay,
.eventDate.wi-live-dates-wrap .dateIcon .dateDayWeek {
	display: none !important;
}

.wi_fix_wrap{

  display: flex;

  gap: 10px;

  align-items: center;

}

.wi_fix_wrap .wi_date_and_time_wrap{

  display: flex;

  flex-direction: column;

  gap: 0px;

}

.wi_fix_wrap .wi_img_wrap {
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.wi_fix_wrap .wi_img_wrap img {
  width: 56px;
  max-width: 100%;
  height: auto;
  max-height: 72px;
  object-fit: contain;
}

.wi_fix_wrap .fixed-web-time{

  font-weight: 500 !important;

  display: flex;

  gap: 10px;

}

.wi_webinar_timezone{

    width: 100%;

  height: 43px;

  padding-bottom: 15px;

  border-radius: 5px;

  padding: 0 15px;



  border: 1px solid rgba(0, 0, 0, 0.1);

  color: #555555;

  background-color: #ffffff;

  margin-bottom: 5px;

}


.dateMonth {
  padding-top: 9px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  width: fit-content;
  line-height: 10px;
  text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.25);
  -webkit-filter: dropshadow(color=rgba(0, 0, 0, 0.25), offx=-1, offy=-1);
  filter: dropshadow(color=rgba(0, 0, 0, 0.25), offx=-1, offy=-1);
  margin: auto;
}

.dateDay {
  padding-top: 17px;
  text-transform: uppercase;
  text-align: center;
  color: #2a2a2a;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  width: 70px;
  width: fit-content;
  margin: auto;
}

.ticketSection.ticketSectionNew.ts, .eventDate.ticketSectionNew.ts{
	box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  padding: 20px 10px !important;
  border-radius: 12px;
  margin-bottom: 0px;
  background-color: var(--wp--preset--color--base);
  overflow: visible;
  /* background: white !important; */
}

.eventDate.ticketSectionNew.ts {
  display: flex;
  align-items: center;
  gap: 14px;
  overflow: visible;
}


.dateDayWeek {
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  line-height: 12px;
 width: 70px;
  margin-left: 0.5px;
}

.dateInfo {
  /* padding-left: 10px; */
}

.newticketTest{
  display: flex;
  align-items: center;
  gap: 14px;
}

.dateHeadline {
  font-size: 1.12rem;
  /* padding-top: 20px; */
  /* font-weight: bold; */
  font-family: inherit;
}

.dateSubHeadline {
  font-size: 1.1rem;
  font-family: inherit;
}

.webinarVideoCtaCombined .webinarVideoCTA {
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.webinarVideoCtaCombined .webinarVideoCTA .timedUnderArea {
  position: absolute;
  bottom: 50px;
  left: 0;
  height: auto;
}
/* Legacy timed CTAs only — `!important` here used to win over JS and forced `overflow:auto` on live overlay
 * (.hippopotemus), which showed a grey vertical scrollbar track on the video (#A724). */
.webinarVideoCtaCombined .webinarVideoCTA .timedUnderArea:not(.hippopotemus) {
  overflow: auto !important;
}
.webinarVideoCtaCombined
  .webinarVideoCTA
  .timedUnderArea
  .wig_overlayOrderBTNCopy {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.webinarVideoCtaCombined
  .webinarVideoCTA
  .timedUnderArea
  .wig_overlayOrderBTNCopy p{
    width: 100%;
  }
/* Legacy non-overlay timed areas — keep 60% width. Live overlay (.hippopotemus) gets width from JS / max-width only. */
.webinarVideoCtaCombined .webinarVideoCTA .test-7:not(.hippopotemus) {
  display: flex;
  bottom: 0px;
  left: 0;
  right: 0;
  height: auto;
  width: 60%;
  background-color: #fff;
  padding: 15px;
  border-radius: 6px;
}
.webinarVideoCtaCombined .webinarVideoCTA .test-7.hippopotemus {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: auto;
  max-width: min(96%, 920px);
  min-height: 0;
  box-sizing: border-box;
}
.webinarVideoCtaCombined .webinarVideoCTA .test-7.hippopotemus > [id^="orderBTNCopy"] {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background-color: #fff;
}
.webinarVideoCtaCombined .webinarVideoCTA .test-7.hippopotemus > [id^="orderBTNCopy"] > div {
  flex: 1 1 auto;
  min-height: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.webinarVideoCtaCombined .webinarVideoCTA .test-7.hippopotemus > [id^="orderBTNCopy"] iframe {
  flex: 1 1 auto;
  min-height: 0;
  width: 100%;
  box-sizing: border-box;
}
.webinarVideoCtaCombined .webinarVideoCTA .test-7.hippopotemus > [id^="orderBTNArea"] {
  flex-shrink: 0;
}

/* Live overlay slot: JS sets --wi-live-overlay-cta-slot-px on :root; !important wins over legacy height:auto. */
.webinarVideoCtaCombined .webinarVideoCTA .timedUnderArea.test-7.hippopotemus {
  height: var(--wi-live-overlay-cta-slot-px) !important;
  min-height: var(--wi-live-overlay-cta-slot-px) !important;
  max-height: var(--wi-live-overlay-cta-slot-px) !important;
  overflow: hidden !important;
}
.test-7{
  position: relative;
}
.cta-overlay-hide-icon img{
  width: 33px;
}
.cta-overlay-hide-icon{
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  background: #ced4d969;
  border-radius: 6px;
  display: flex;
  cursor: pointer;
  z-index: 99999;
}
.cta-overlay-hide-icon:hover{
  background: #ced4d9;
}
.cta-overlay-show-icon img{
  width: 33px;
}
/* Pin inside video/overlay stack — top:-70vh was clipped by #webinarContent { overflow:hidden }. */
.cta-overlay-show-icon{
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 8px #eaeaea;
  border-radius: 6px;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 100000;
}
.cta-overlay-show-icon:hover{
  background: #ced4d9;
}
.webinarVideoCtaCombined .webinarVideoCTA .test-7 #orderBTNCopy {
  width: 100%;
}

.Test_Class_HOLA.additional_autoaction_item.timedUnderArea.timedUnderAreaOverlay.right_cta_class {
  left: auto;
  right: 0px;
}

.Test_Class_HOLA.additional_autoaction_item.timedUnderArea.timedUnderAreaOverlay.right_cta_class.active {
  visibility: visible;
  z-index: 100;
}

.right_cta_class{
  left: auto !important;
  right: 0px !important;
}

/* Small Devices, Tablets */
@media only screen and (max-width: 992px) {
  /* #webinarTabsContent{
        height: 600px !important;
    } */


    .wiFormGroup-lg input[type="email"].wiFormControl,
.wiFormGroup-lg input[type="number"].wiFormControl,
.wiFormGroup-lg input[type="password"].wiFormControl,
.wiFormGroup-lg input[type="search"].wiFormControl,
.wiFormGroup-lg input[type="tel"].wiFormControl,
.wiFormGroup-lg input[type="text"].wiFormControl,
.wiFormGroup-lg input[type="url"].wiFormControl,
.wiFormGroup-lg textarea.wiFormControl,
.wiFormGroup-lg .wiFormControl {
height: 43px;
}
.wi_webinar_timezone{
  height: 46px;
}
  .webinarTabsContent-inner .wi-tab-pane.additional_autoaction_item {
    position: relative;
    height: auto;
    left: 100vw;
  }
  .webinarTabsContent-inner .wi-tab-pane.additional_autoaction_item.active {
    left: 0;
  }
  .sidebar-toggle-container{
    display: none !important;
  }
}

#no-autoplay-block {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}

#mobile-play-button {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
  cursor: pointer;
}

#mobile-overlay {
  background: black;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 90;
}

#mobile-play-button-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 150px;
  margin: auto;
  z-index: 200;
  color: white;
  width: 20%;
  height: 30px;
  text-align: center;
  font-size: 1.8em;
}
.webinar-video-sidebar-comb #webinarSidebarSlot {
  width: 30% !important;
}

#video-loading-content-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 80px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 150px;
  z-index: 110;
  border-radius: 10px;
}

#video-loading-overlay {
  background: white;
}

#video-loading-overlay,
#muted-overlay,
#mobile-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 90;
}

#autoReplay > div.vjs-control-bar {
  z-index: 101;
}

#vidOvl {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 99;
}
.timedUnderAreaOverlay.wi-cta-tab {
  /* z-index:101; */
  z-index: 100;
}
.wi-tab-pane.additional_autoaction_item {
  left: 100vw;
}
.wi-tab-pane.additional_autoaction_item.active {
  left: 0;
}

.additional_autoaction_item
  .amelia-v2-booking
  #amelia-container.am-fs__wrapper {
  max-width: 100%;
  margin: 0 auto;
}

.additional_autoaction_item .amelia-v2-booking {
  width: 100%;
}

.optOR {
  text-align: center;
  margin: 15px;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.6);
}

/* .paidWebinarBlock{
  max-width: 765px;
} */

.paidWebinarBlock #stripepayment input{
  padding: 0.2em 1.2em;
  border-radius: 6px;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
  width: 99%;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  font-size: 1rem;
  margin: 0 0 0.7em 0;
  height: 55px;
}
.paidWebinarBlock #stripepayment .form-row{
  margin-bottom: 10px;
  margin-top: 10px;
}
.paidWebinarBlock .button.large{
  padding-top: 1.03125em;
  padding-bottom: 1.03125em;
  text-decoration: none !important;
  padding-right: 2em;
  padding-left: 2em;
  /* font-size: 1.25em; */
  transition: background-color 300ms ease-out;
  cursor: pointer;
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  color: white;
  border-radius: 4px;
  width: 100%;
}
.paidWebinarBlock .button-container{
  width: 100%;
}
.paidWebinarBlock .ccCards{
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 12px;
  background-color: #F9F9F9;
  padding: 10px;
  color: #878787;
  padding-right: 20px;
  padding-left: 0px;
  padding-bottom: 20px;
  border-radius: 6px;
  text-align: right;
  width: 102%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.salesWrapper .expiryDataWrapper{
  width: 103% !important;
}

.salesWrapper .ccCards{
  width: 99% !important;
}

.salesWrapper .button-container a{
  width: 99% !important;
}



#webinar-content-container-X{
  position: relative;
}
.sidebar-toggle-container{
  display: flex;
  margin-top: 10px;
  margin-left: 10px;
  width: 2.5rem;
  border-radius: 4px;
  visibility: hidden;
  cursor: pointer;
  position: absolute;
  top: 40vh;
  right: -46px;
  box-shadow: 0px 0px 8px #eaeaea;
  z-index: 9999;
  background-color: rgba(0,0,0,0.1);
}
.showOnVideo{
  right: 10px;
}
.sidebar-visible{
  visibility: visible;
}
.tyHeadlineIcon {
  display: flex;
  justify-content: center;
  align-items: center !important;
}

.ctaArea.video{
  border-radius: 0px;
  overflow: hidden;
  min-height: 190px;
}


/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  /* mobile_css */
  .wi_reg_optin_profile_img{
  max-width: 45px;
}

/* Hero rows with video + reg SC need to stack on phones — do not force nowrap there (see #A120). */
.wi_no_stack_columns:not(:has(.ctaArea.video)) {
  flex-wrap: nowrap !important;
    overflow-x: auto; /* optional for horizontal scroll */
}
/*
 * Narrow first column was for icon-only strips. If that column hosts evergreen “Select date”
 * (#webinar_start_date), 50px max-width made the dropdown smaller than the form below (#A722).
 */
.wi_no_stack_columns:not(:has(.ctaArea.video)) > .wp-block-column:first-child:not(:has(#webinar_start_date)) {
  flex-basis: auto !important;
    max-width: 50px; /* adjust based on content */
 }
  .wi_col_reg_optin_section{
  padding: 0 !important;
  margin-top: 50px !important;
}
  #wi_ctaVideo > .wi_videoPlayerMute{
    width: 10%;
   
  }
  #wi_ctaVideo > .wi_videoPlayerUnmute{
    padding: 0.75rem 1.25rem;
    min-width: 124px;
    width: auto;
    min-height: 44px;
  }
  .wiOptinHeadline2{
    text-align: left;
  }
  .dateIcon {
    min-width: 68px;
    width: 68px;
    min-height: 74px;
    height: 74px;
    max-width: none;
    background-size: contain;
    background-position: center center;
  }
  #webinarTabsContent {
    padding: 0 !important;
  }
  #mobile-play-button-text {
    display: none;
  }
  .webinar-video-sidebar-comb {
    flex-direction: column;
  }
  .webinar-video-sidebar-comb .webinarVideo {
    width: 100%;
  }
  .webinar-video-sidebar-comb #webinarSidebarSlot {
    width: 100% !important;
  }
  .headlineArea .wiContainer{
    align-items: flex-start;
  }
  .thankyou_cp_preview .wiOptinHeadline2{
    text-align: left;
  }
}

.hr-line-on-off{
  width: 2px;
  border: none;
  background-color: #d2cece;
  margin: 0;
}

/* Live + evergreen (modern room): do not let Bootstrap 25% sidebar crush CTAs, Freemius, or Q&A. */
@media (min-width: 992px) {
  body#webinarignition.webinar_page #webinar-content-container-X {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
  }

  body#webinarignition.webinar_page #webinar-content-container-X > #webinarVideo.wi-col-lg-9 {
    -webkit-flex: 1 1 0 !important;
    -ms-flex: 1 1 0 !important;
    flex: 1 1 0 !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0;
  }

  body#webinarignition.webinar_page #webinar-content-container-X > #webinarSidebar.wi-col-lg-3,
  body#webinarignition.webinar_page #webinar-content-container-X > #webinarSidebarSlot.wi-col-lg-3 {
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 320px !important;
    max-width: min(480px, 45vw) !important;
  }

  /* In case a stack uses the comb helper class (video + slot side-by-side). */
  .webinar-video-sidebar-comb {
    flex-wrap: nowrap;
    align-items: stretch;
  }
  .webinar-video-sidebar-comb .webinarVideo {
    flex: 1 1 0;
    min-width: 0;
    width: auto !important;
  }
  .webinar-video-sidebar-comb #webinarSidebar,
  .webinar-video-sidebar-comb #webinarSidebarSlot {
    flex: 0 0 auto;
    width: auto !important;
    min-width: 320px !important;
    max-width: min(480px, 45vw) !important;
  }
}

/* #A770 — Standard modern room sidebar CTA: flex-chain so iframe height="100%" resolves
   to sidebar height (= video height via flex stretch) instead of content height.
   Desktop only — on mobile the sidebar stacks with height:auto, where 100% = content-size, which is fine.
   Mirrors the HCR-room chain (#A059e) but scoped to the standard live-room wrapper. */
@media (min-width: 992px) {
  body#webinarignition.webinar_page #webinarSidebar {
    display: flex !important;
    flex-direction: column !important;
  }
  body#webinarignition.webinar_page #webinarSidebar > .wi-col-12 {
    flex: 1 1 0 !important;
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
  }
  body#webinarignition.webinar_page #webinarSidebar #webinarTabsContent,
  body#webinarignition.webinar_page #webinarSidebar #webinarTabsContent > .webinarTabsContent-inner,
  body#webinarignition.webinar_page #webinarSidebar #webinarTabsContent > .webinarTabsContent-inner > .wi-tab-content {
    flex: 1 1 0 !important;
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
  }
  body#webinarignition.webinar_page #webinarSidebar #webinarTabsContent .wi-tab-pane.active {
    flex: 1 1 0 !important;
    min-height: 0 !important;
    overflow-y: auto !important;
    display: flex !important;
    flex-direction: column !important;
  }
  body#webinarignition.webinar_page #webinarSidebar #webinarTabsContent .wi-tab-pane.active .timedUnderArea,
  body#webinarignition.webinar_page #webinarSidebar #webinarTabsContent .wi-tab-pane.active .additional_autoaction_item,
  body#webinarignition.webinar_page #webinarSidebar #webinarTabsContent .wi-tab-pane.active [id^=orderBTN] {
    flex: 1 1 0 !important;
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
  }
  /* .orderBTNCopy is the inner CTA wrapper between .timedUnderArea and the iframe.
     Without flex on this layer height:100% on the iframe resolves against content-size only. */
  body#webinarignition.webinar_page #webinarSidebar #webinarTabsContent .wi-tab-pane.active .orderBTNCopy,
  body#webinarignition.webinar_page #webinarSidebar #webinarTabsContent .wi-tab-pane.active .wi-cta-fill {
    flex: 1 1 0 !important;
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
  }
  /* #A002 — orderBTNArea (CTA button row) must NOT grow when empty; only the content above should fill. */
  body#webinarignition.webinar_page #webinarSidebar #webinarTabsContent .wi-tab-pane.active [id^=orderBTNArea] {
    flex: 0 0 auto !important;
  }
  /* wpautop wraps shortcode iframes in <p> — make it flex-transparent */
  body#webinarignition.webinar_page #webinarSidebar #webinarTabsContent .wi-tab-pane.active p {
    flex: 1 1 0 !important;
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    margin: 0 !important;
  }
  body#webinarignition.webinar_page #webinarSidebar #webinarTabsContent .wi-tab-pane.active iframe,
  body#webinarignition.webinar_page #webinarSidebar #webinarTabsContent .wi-tab-pane.active [id^=advanced_iframe],
  body#webinarignition.webinar_page #webinarSidebar #webinarTabsContent .wi-tab-pane.active .ai-class,
  body#webinarignition.webinar_page #webinarSidebar #webinarTabsContent .wi-tab-pane.active .aiContainer {
    flex: 1 1 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 200px !important;
    border: none !important;
    display: block !important;
    box-sizing: border-box;
  }
}

#cta-controls-bar{
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 8px;
  padding: 4px 8px;
  transition: all 0.3s ease-in-out;
  /* Allow floating Node relay tooltip above the bar (was clipping with overflow:hidden). */
  overflow: visible;
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 991.98px) {
  html,
  body#webinarignition.webinar_page {
    height: auto !important;
    min-height: 100dvh !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
  }

  #webinarContent {
    display: block !important;
    flex: 0 0 auto !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  #webinar-content-container-X {
    display: block !important;
    flex-direction: column !important;
    height: auto !important;
    overflow: visible !important;
  }

  #webinarVideo,
  #webinarSidebar {
    flex: 0 0 auto !important;
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
  }

  #webinarSidebar {
    position: static !important;
    left: 0 !important;
    right: auto !important;
    transform: none !important;
    margin-top: 0 !important;
  }

  #webinarVideo .webinarVideoCtaCombined {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
  }

  #webinarTabsContent,
  #webinarTabsContent .webinarTabsContent-inner,
  #webinarTabsContent .wi-tab-content,
  #webinarTabsContent .wi-tab-pane.active {
    height: auto !important;
  }

  #webinarSidebar .additional_autoaction_item,
  #tab-cta-sidebar {
    max-height: min(75dvh, 680px) !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }

  /* Q&A below video: bounded column — messages scroll inside, not the whole page (see setStackedQaChatMessagesMaxHeight in webinar-modern.js).
   * Stacked live pages use #webinarSidebarSlot (see webinar-sidebar.php); panes may omit .wi-live-qa-pane, so :has(#chatQA) / active #askQArea covers both templates. */
  #webinarTabsContent .wi-tab-pane.wi-live-qa-pane.active,
  #webinarSidebar .wi-tab-pane.wi-live-qa-pane.active,
  #webinarSidebarSlot .wi-tab-pane.wi-live-qa-pane.active,
  #webinarTabsContent .wi-tab-pane.active:has(#chatQA),
  #webinarSidebar .wi-tab-pane.active:has(#chatQA),
  #webinarSidebarSlot .wi-tab-pane.active:has(#chatQA) {
    display: flex;
    flex-direction: column;
    /* Floor so stacked mobile layout never shrinks the Q&A “window” to a sliver (#A749); inner #chatQAMessages still uses min-height:0 for scroll. */
    min-height: clamp(220px, 34dvh, 520px);
  }

  /* One-way Q&A (“we”): same comfortable minimum as chat tab (sidebar slot + default aside). */
  #webinarTabsContent .wi-live-qa-pane.active #askQArea,
  #webinarSidebar .wi-live-qa-pane.active #askQArea,
  #webinarSidebarSlot .wi-live-qa-pane.active #askQArea,
  #webinarTabsContent .wi-tab-pane.active #askQArea,
  #webinarSidebar .wi-tab-pane.active #askQArea,
  #webinarSidebarSlot .wi-tab-pane.active #askQArea {
    min-height: clamp(200px, 30dvh, 480px);
    box-sizing: border-box;
  }

  #webinarTabsContent .wi-live-qa-pane.active #chatQArea,
  #webinarSidebar .wi-live-qa-pane.active #chatQArea,
  #webinarSidebarSlot .wi-live-qa-pane.active #chatQArea,
  #webinarTabsContent .wi-tab-pane.active:has(#chatQA) #chatQArea,
  #webinarSidebar .wi-tab-pane.active:has(#chatQA) #chatQArea,
  #webinarSidebarSlot .wi-tab-pane.active:has(#chatQA) #chatQArea {
    display: flex;
    flex-direction: column;
    min-height: 0;
    flex: 1 1 auto;
    max-height: 100%;
  }

  #webinarTabsContent .wi-live-qa-pane.active #chatQA,
  #webinarSidebar .wi-live-qa-pane.active #chatQA,
  #webinarSidebarSlot .wi-live-qa-pane.active #chatQA,
  #webinarTabsContent .wi-tab-pane.active:has(#chatQA) #chatQA,
  #webinarSidebar .wi-tab-pane.active:has(#chatQA) #chatQA,
  #webinarSidebarSlot .wi-tab-pane.active:has(#chatQA) #chatQA {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    max-height: 100%;
    margin-bottom: 10px;
  }

  #webinarTabsContent .wi-live-qa-pane.active #chatQAMessages,
  #webinarSidebar .wi-live-qa-pane.active #chatQAMessages,
  #webinarSidebarSlot .wi-live-qa-pane.active #chatQAMessages,
  #webinarTabsContent .wi-tab-pane.active:has(#chatQA) #chatQAMessages,
  #webinarSidebar .wi-tab-pane.active:has(#chatQA) #chatQAMessages,
  #webinarSidebarSlot .wi-tab-pane.active:has(#chatQA) #chatQAMessages {
    flex: 1 1 auto;
    min-height: 0;
    /* height/ max-height set by JS for true “remaining viewport”; fallback if script late */
    max-height: min(100%, 50dvh) !important;
    height: auto !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }

  #webinarTabsContent .wi-live-qa-pane.active #chatQASubmit,
  #webinarSidebar .wi-live-qa-pane.active #chatQASubmit,
  #webinarSidebarSlot .wi-live-qa-pane.active #chatQASubmit,
  #webinarTabsContent .wi-tab-pane.active:has(#chatQA) #chatQASubmit,
  #webinarSidebar .wi-tab-pane.active:has(#chatQA) #chatQASubmit,
  #webinarSidebarSlot .wi-tab-pane.active:has(#chatQA) #chatQASubmit {
    flex: 0 0 auto;
  }

  /* Admin CTA bar: on small screens keep controls one-line and scroll horizontally instead of pushing video down. */
  #cta-controls-bar {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 4px;
    padding: 4px 8px;
    min-height: 44px;
    max-height: 96px;
    overflow-x: hidden;
    overflow-y: auto;
    white-space: normal;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }
  #wi-live-qa-admin-toggle-slot {
    width: auto;
    max-width: none;
    box-sizing: border-box;
    padding: 0;
    flex: 0 0 auto;
  }
  #wi-live-qa-admin-toggle-slot .wi-live-qa-chat-toggle-wrap {
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    min-width: 0;
    gap: 4px;
  }
  #wi-live-qa-admin-toggle-slot .wi-live-master-switch-select {
    flex: 0 0 auto;
    min-width: 112px;
    max-width: 140px;
  }
  #cta-toggle-container {
    width: auto;
    max-width: none;
    box-sizing: border-box;
    flex: 0 0 auto;
    min-width: 0;
    padding: 0;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    gap: 2px;
    justify-content: flex-start;
  }
  #cta-toggle-container .cta-toggle,
  #cta-toggle-container .toggle-btn,
  #cta-toggle-container .hide-show-cta-btn,
  #cta-toggle-container .cta-reload-btn {
    flex: 0 0 auto;
  }
}

.webinarVideoCtaCombined .webinarVideoCTA .timedUnderAreaOverlay,
.webinarVideoCtaCombined .webinarVideoCTA .timedUnderArea {
  box-sizing: border-box;
}

.webinarVideoCtaCombined .webinarVideoCTA .timedUnderArea {
  top: 20px !important;
  bottom: auto !important;
}

.webinarVideoCtaCombined .webinarVideoCTA [id^="orderBTNCopy"] {
  overscroll-behavior: contain;
  overflow-x: hidden;
  min-height: 0;
}

/* Live-room sidebar CTA panes: short CTAs use content height; iframe/checkout CTAs get a usable scrollable viewport. */
#webinarTabsContent .wi-tab-pane[id^="tab-new-tab-content"],
#webinarSidebar .wi-tab-pane[id^="tab-new-tab-content"],
#webinarSidebarSlot .wi-tab-pane[id^="tab-new-tab-content"] {
  box-sizing: border-box;
  height: auto;
  min-height: 0;
  overflow: visible;
}
#webinarTabsContent .wi-tab-pane[id^="tab-new-tab-content"] .timedUnderArea,
#webinarSidebar .wi-tab-pane[id^="tab-new-tab-content"] .timedUnderArea,
#webinarSidebarSlot .wi-tab-pane[id^="tab-new-tab-content"] .timedUnderArea {
  box-sizing: border-box;
  height: auto;
  min-height: 0;
}
#webinarTabsContent .wi-tab-pane[id^="tab-new-tab-content"] .orderBTNCopy:has(iframe),
#webinarSidebar .wi-tab-pane[id^="tab-new-tab-content"] .orderBTNCopy:has(iframe),
#webinarSidebarSlot .wi-tab-pane[id^="tab-new-tab-content"] .orderBTNCopy:has(iframe) {
  min-height: clamp(320px, 42dvh, 620px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

/* Chat toggle + live CTAs: one row when there is room, wrapped rows when labels exceed the bar width. */
@media (min-width: 992px) {
  #cta-controls-bar {
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    min-height: 44px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  #wi-live-qa-admin-toggle-slot {
    padding: 0 0 0 8px;
    align-items: center;
    align-self: center;
  }
  /* Make CTAs flow inline next to "Chat: an/aus" by dissolving the container
     into direct flex items of #cta-controls-bar. Descendant selectors still work
     because display:contents keeps the element in the DOM. Mobile (<992px) keeps
     the old scrollable-row layout via the block below. */
  #cta-toggle-container {
    display: contents;
  }
}
#wi-live-qa-admin-toggle-slot {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  box-sizing: border-box;
}
#wi-live-qa-admin-toggle-slot .wi-live-qa-chat-toggle-wrap {
  margin: 0;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}

/* Admin live room: keep "Chat: on/off" on one line (narrow bars were wrapping the label). */
#wi-live-qa-toggle-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  max-width: none;
  white-space: nowrap;
}
#wi-live-qa-toggle-btn span {
  white-space: nowrap;
}

/* Match status row height to segmented CTA (32px) for vertical centering in the bar. */
#wi-live-qa-admin-toggle-slot .wi-live-master-switch-select {
  height: 32px !important;
  min-height: 32px !important;
  box-sizing: border-box;
}
#wi-live-qa-toggle-btn {
  height: 32px !important;
  min-height: 32px !important;
  box-sizing: border-box;
  padding: 0 10px !important;
  line-height: 1.2 !important;
}
#wi-live-qa-admin-toggle-slot .wi-live-qa-chat-toggle-wrap {
  gap: 4px;
}

#cta-toggle-container {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
  box-sizing: border-box;
  overflow-x: visible;
}

/* Live admin CTA: segmented control (eye | green | reload) — flush, no gray slivers; match bar height. */
#cta-toggle-container .cta-toggle {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  align-self: center;
  gap: 0;
  margin: 0;
}
#cta-toggle-container .cta-toggle .hide-show-cta-btn,
#cta-toggle-container .cta-toggle .cta-reload-btn {
  margin: 0 !important;
  margin-left: -1px !important;
  box-sizing: border-box !important;
  width: 30px !important;
  height: 32px !important;
  min-width: 30px !important;
  min-height: 32px !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 0 !important;
  vertical-align: middle;
}
#cta-toggle-container .cta-toggle .hide-show-cta-btn {
  margin-left: 0 !important;
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
#cta-toggle-container .cta-toggle .cta-reload-btn {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
#cta-toggle-container .cta-toggle .toggle-btn {
  margin: 0 !important;
  margin-left: -1px !important;
  box-sizing: border-box !important;
  min-height: 32px !important;
  height: 32px !important;
  padding: 0 10px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 0 !important;
  line-height: 1.2 !important;
}
#cta-toggle-container .cta-toggle .toggle-btn span {
  line-height: 1.2;
}

/* Admin-only: Node relay status (hover / focus on "i" only — not the chat toggle). */
.wi-node-relay-admin-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}
.wi-node-relay-hover-target {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* Invisible hit area below "i" so the cursor can move into the tip without closing it. */
.wi-node-relay-hover-target::before {
  content: "";
  position: absolute;
  left: -4px;
  right: -4px;
  top: 100%;
  height: 220px;
  z-index: 12040;
}
.wi-node-relay-info-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.65);
  background: rgba(0, 0, 0, 0.28);
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: 13px;
  line-height: 1;
  cursor: help;
  box-sizing: border-box;
}
.wi-node-relay-info-btn:hover,
.wi-node-relay-info-btn:focus {
  background: rgba(0, 0, 0, 0.45);
  outline: none;
}
.wi-node-relay-info-tip {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 8px;
  bottom: auto;
  min-width: 268px;
  max-width: min(340px, calc(100vw - 32px));
  padding: 10px 12px;
  background: #1e1e1e;
  color: #eee;
  font-size: 12px;
  line-height: 1.45;
  border-radius: 6px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
  z-index: 12050;
  text-align: left;
  font-weight: 400;
  max-height: min(70vh, 420px);
  overflow-y: auto;
}
.wi-node-relay-hover-target:hover .wi-node-relay-info-tip,
.wi-node-relay-hover-target:focus-within .wi-node-relay-info-tip {
  display: block;
}
.wi-node-relay-tip-row {
  margin-top: 6px;
  display: block;
}
.wi-node-relay-tip-k {
  display: block;
  color: #aaa;
  font-size: 11px;
}
.wi-node-relay-tip-v {
  display: block;
  color: #fff;
  word-break: break-word;
  font-weight: 700;
}
.wi-node-relay-tip-title {
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  margin: 0 0 4px;
}
.wi-node-relay-tip-tz {
  margin-top: 8px;
  padding-top: 6px;
  border-top: 1px solid #444;
  font-size: 11px;
  color: #999;
}
#cta-controls-bar.bar-closed{
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-width: 0 !important;
  opacity: 0;
  overflow: hidden !important;
}
#cta-toggle-parent-container{
  position: relative;
  overflow: visible;
}
.cta-toggle{
  display: flex; 
  align-items: center; 
  /* gap: 5px; */
  border-radius: 10px;
  position: relative;
}
.toggle-btn{
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  max-width: 200px; /* Adjust this value as needed */
  white-space: nowrap; 
  overflow: hidden; 
  text-overflow: ellipsis;
}
/* .tooltip-btn {
  position: relative;
} */

.tooltip-btn::before {
  content: attr(data-tooltip);
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -10px;
  left: 30px;
  transform: translateX(-50%);
  background-color: #333;
  color: white;
  text-align: center;
  border-radius: 6px;
  padding: 8px 12px;
  white-space: nowrap;
  z-index: 1000;
  font-size: 12px;
  transition: opacity 0.3s, visibility 0.3s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  z-index: 9;
}

.tooltip-btn:hover::before {
  visibility: visible;
  opacity: 1;
}

.toggle-icon-container:hover{
  background-color: rgba(255, 255, 255, 1);
}
.down-icon{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 49%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  box-shadow: 0px 0px 8px #eaeaea;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  z-index: 9999999;
  cursor: pointer;
}
.down-icon:hover{
  background-color: rgb(215, 210, 210);
}
.settings-icon-air{
  left: 52%;
}
.settings-icon-air:hover{
  background-color: rgb(215, 210, 210);
}
@media (max-width: 1199px) { 
  .down-icon{
    left: 47%;
  }
  .settings-icon-air{
    left: 53%;
  }
}
@media (max-width: 768px) {
  .down-icon{
    left: 48%;
  }
  .settings-icon-air{
    left: 58%;
  }
}
@media (max-width:480px) {
  .down-icon{
    left: 44%;
  }
  .settings-icon-air{
    left: 55%;
  }
}

.wi-max-w-80{
  max-width: 80px;
}
.down-icon{
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Reuseable Classes For Gutenberg */
.wi-font-bold{
  font-weight: bold !important;
}
.wi-max-w-1000{
  max-width: 1000px !important;
}
.wi-mt-5{
  margin-top: 5px;
}
.wi-max-w-1340{
  max-width: 1340px;
}
.wi-shadow{
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
.wi-font-normal{
  font-weight: normal;
}
.wi-m-auto{
  margin: auto !important;
}
.wi-mt-0{
  margin-top: 0 !important;
}
.wi-mt-175{
  margin-top: -175px !important;
}
.wi-mt-115-nagative{
  margin-top: -115px !important;
}
.wi-border-top-right-15{
  border-top-right-radius: 15px;
}
.wi-border-top-left-15{
  border-top-left-radius: 15px;
}
.wi-border-bottom-right-15{
  border-bottom-right-radius: 15px;
}
.wi-border-bottom-left-15{
  border-bottom-left-radius: 15px;
}
.wi-mt-25{
  margin-top: 25px !important;
}
.wi-space-between-columns > .wp-block-column {
  flex-grow: 0;
}

.wi-space-between-columns {
  justify-content: space-between !important;
}

.wi-center-columns {
  justify-content: center !important;
}
.wi-center-columns > .wp-block-column {
  flex-grow: 0;
}

.wi-gb-container{
  max-width: 1340px !important;
}

.wi-label{
  font-size: 1rem;
  /* color: var(--wp--preset--color--contrast, rgb(51, 65, 85)); */
  font-weight: 500;
  font-family: inherit !important;

}

label .autoTitle{
  font-size: 1rem !important;
  text-align: left;
  font-family: inherit;
  font-weight: 500;
  margin-bottom: 3px;
}



.wiFormGroup-lg .wiFormControl{
  margin-bottom: 5px;
}

.wiFormGroup.wiFormGroup-lg label{
  font-size: 1rem;
  margin-bottom: 5px;
  line-height: initial;
  font-weight: 500;
  /* color: var(--wp--preset--color--contrast, rgb(51, 65, 85)); */
}

.wi-datetime-icon-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    overflow: visible;
}
.wi-datetime-icon-wrap .wi-icon-wrap {
    min-width: 64px;
    min-height: 70px;
    width: auto;
    height: auto;
    max-height: none;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.wi-datetime-icon-wrap .wi-icon-wrap img {
    display: block;
    width: 56px;
    max-width: 100%;
    height: auto;
    max-height: 72px;
    object-fit: contain;
}

.wi-datetime-icon-wrap .wi-datetime{
    display: flex;
    flex-direction: column;
    gap: 3px;
    align-items: center;
}

.wi-datetime-icon-wrap .wi-date{
    font-size: 1.3rem !important;
    line-height: 1;

}

.wi-datetime-icon-wrap .wi-time{
    font-weight: 500 !important;
  font-family: inherit;
  width: 100%;
  margin-right: 0 !important;
}

.optinFormArea.optin-form-area{
  /* background: var(--wp--preset--color--base, #fff); */
  padding: 0 1rem 1rem 1rem;
  margin-top: 0;
}

.wi-register-page-wrapper .optinFormArea.optin-form-area{
  padding: 0 !important;
}


.wiFormGroup select{
color: rgb(51, 65, 85);
}

/*
 * FSE registration: .eventDate comes after .evergreen-Registration in legacy CSS and resets
 * align-items:center — flex children (the date <select>) shrink. Stretch + column matches opt-in fields.
 */
body.wi-wb-registration-landing .eventDate.evergreen-Registration {
  flex-direction: column !important;
  align-items: stretch !important;
  width: 100%;
  max-width: 100%;
  /* Match .optinFormArea horizontal inset (0 1rem …) so “Select date” lines up with fields below. */
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
}
body.wi-wb-registration-landing .eventDate.evergreen-Registration .wiFormGroup {
  width: 100% !important;
  max-width: 100% !important;
  align-self: stretch !important;
}
body.wi-wb-registration-landing .eventDate.evergreen-Registration .wiFormGroup.wiFormGroup-lg label.wi-label {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
}
/* Evergreen date/time selects sit in .eventDate (sibling of .optinFormArea), not inside the form. */
body.wi-wb-registration-landing .eventDate select.wiFormControl,
body.wi-wb-registration-landing .wiFormGroup-lg select.wiFormControl,
body.wi-wb-registration-landing .optinFormArea select.wiFormControl,
body.wi-wb-registration-landing .wi_registration select.wiFormControl {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  height: 46px !important;
  padding: 10px 16px !important;
  font-size: 16px !important;
  line-height: 1.35 !important;
}

/*
 * Reg SC on normal pages (no body.wi-wb-registration-landing): legacy .eventDate flex + align-items:center
 * shrinks the “Select date” row vs .optinFormArea — mirror full-width selects + stretch groups.
 */
.wi-sc-hosted .eventDate.evergreen-Registration .wiFormGroup.wiFormGroup-lg,
.wi-sc-hosted .eventDate.evergreen-Registration .wiFormGroup {
  width: 100% !important;
  max-width: 100% !important;
  align-self: stretch !important;
  box-sizing: border-box;
}
.wi-sc-hosted .eventDate.evergreen-Registration select.wiFormControl,
.wi-sc-hosted .optinFormArea.optin-form-area select.wiFormControl {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  height: 46px !important;
  padding: 10px 16px !important;
  font-size: 16px !important;
  line-height: 1.35 !important;
}

/*
 * FSE / block-theme registration: full-width inputs in a wide column look oversized and clip long emails.
 * Cap stack width and allow horizontal scroll inside inputs so full addresses stay reachable.
 * Inside .wi-sc-hosted, width + centering live on the host — not on each sibling (else date block centers narrower than form).
 */
body.wi-wb-registration-landing .eventDate.evergreen-Registration,
body.wi-wb-registration-landing .optinFormArea.optin-form-area {
  max-width: min(100%, 26rem);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
body.wi-wb-registration-landing .wi-sc-hosted .eventDate.evergreen-Registration,
body.wi-wb-registration-landing .wi-sc-hosted .optinFormArea.optin-form-area {
  max-width: none !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body.wi-wb-registration-landing .wi-sc-hosted:not(:has(.wi-sc-design-stack)) {
  max-width: min(100%, 26rem);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  box-sizing: border-box;
}

/* Shortcode stack: theme columns often zero horizontal padding — pin same inset as .optinFormArea (1rem). */
body.wi-wb-registration-landing .wi-sc-hosted > .eventDate.evergreen-Registration,
body.wi-wb-registration-landing .wi-sc-hosted > .optinFormArea.optin-form-area {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  box-sizing: border-box !important;
}
body.wi-wb-registration-landing .wi-sc-hosted > .eventDate.evergreen-Registration select.wiFormControl {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.wi-wb-registration-landing .optinFormArea.optin-form-area input.wiFormControl,
body.wi-wb-registration-landing .optinFormArea.optin-form-area textarea.wiFormControl,
body.wi-wb-registration-landing .wi_registration input.wiFormControl,
body.wi-wb-registration-landing .wi_registration textarea.wiFormControl {
  overflow-x: auto;
}
/* Shortcode-hosted in entry-content: do NOT margin-auto each sibling (date block drifts right vs form). */
.entry-content .wi-sc-hosted:not(:has(.wi-sc-design-stack)) {
  max-width: min(100%, 26rem);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  box-sizing: border-box;
}

/* [wi_grid] host: opt-in 26rem cap above is for registration stacks only — grid needs full column for multi-track layout. */
.entry-content .wi-sc-hosted.wi-sc-hosted--wi-grid,
.wp-block-post-content .wi-sc-hosted.wi-sc-hosted--wi-grid,
body.wi-wb-registration-landing .wi-sc-hosted.wi-sc-hosted--wi-grid {
  max-width: 100% !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box;
}

/*
 * Same intent without relying on `wi-sc-hosted--wi-grid` on the host (cached HTML / shortcode path may omit it).
 * `data-wi-grid-instance` is always emitted on `.wi_grid_container` by `[wi_grid]`.
 */
.entry-content .wi-sc-hosted:has(.wi_grid_container[data-wi-grid-instance]),
.wp-block-post-content .wi-sc-hosted:has(.wi_grid_container[data-wi-grid-instance]),
body.wi-wb-registration-landing .wi-sc-hosted:has(.wi_grid_container[data-wi-grid-instance]),
.wp-site-blocks .wi-sc-hosted:has(.wi_grid_container[data-wi-grid-instance]) {
  max-width: 100% !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box;
}

.entry-content .wi-sc-hosted .eventDate.evergreen-Registration,
.entry-content .wi-sc-hosted .optinFormArea.optin-form-area {
  max-width: none !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box;
}
body.wi-wb-registration-landing .entry-content .wi-sc-hosted .eventDate.evergreen-Registration {
  padding-left: 1rem;
  padding-right: 1rem;
}
.entry-content .wi-sc-hosted .eventDate.evergreen-Registration .wiFormGroup.wiFormGroup-lg label.wi-label {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
}
.entry-content .wi-sc-hosted .optinFormArea.optin-form-area input.wiFormControl,
.entry-content .wi-sc-hosted .optinFormArea.optin-form-area textarea.wiFormControl {
  overflow-x: auto;
}

/* First child hidden status input must not participate in flex layout (pushes date block sideways). */
.wi-sc-hosted > input.wi_webinar_status[type="hidden"] {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/*
 * #A100 — Shortcode admin FABs (Site Editor / Styles / Settings): absolutely positioned so they do not
 * consume horizontal space in flex columns (symmetric green card preview for admins).
 * #A106 — Top-right gutter so the stack sits clearly aside from TY/reg copy (was top-left over headline).
 */
.wi-sc-hosted.wi-sc-hosted--admin-fabs .wi-sc-design-stack {
  position: absolute;
  left: auto !important;
  right: clamp(0.5rem, 2.5vw, 1.25rem);
  top: clamp(0.35rem, 1.5vw, 0.75rem);
  z-index: 50;
  pointer-events: auto;
}

/*
 * #A081d Shortcode admin icons column: date block + form share one max-width column so left/right edges align.
 * (Works with or without body.wi-wb-registration-landing.) Stack is out-of-flow when .wi-sc-hosted--admin-fabs (#A100).
 */
.wi-sc-hosted:has(.wi-sc-design-stack) > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  max-width: min(100%, 26rem);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  box-sizing: border-box;
}

/*
 * #A294 [wi_grid] + admin FABs: nth-child(2) wraps the shortcode output; the 26rem cap above is for
 * registration date+form stacks. For grids it collapses auto-fit to one column for logged-in admins only.
 */
.wi-sc-hosted.wi-sc-hosted--wi-grid:has(.wi-sc-design-stack) > div:nth-child(2) {
  display: block;
  max-width: 100% !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box;
}
.wi-sc-hosted:has(.wi-sc-design-stack) > div:nth-child(2) > .eventDate.evergreen-Registration,
.wi-sc-hosted:has(.wi-sc-design-stack) > div:nth-child(2) > .optinFormArea.optin-form-area {
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  box-sizing: border-box !important;
}
.wi-sc-hosted:not(:has(.wi-sc-design-stack)) {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  max-width: min(100%, 26rem);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  box-sizing: border-box;
}

/*
 * Split block layout (e.g. two wp-block-columns): video shortcode lives alone in the left column.
 * The 26rem cap is for a single-column date+form stack — do not shrink the video column vs. the form column.
 */
.wi-sc-hosted:not(:has(.wi-sc-design-stack)):has(.ctaArea.video):not(:has(.optinFormArea.optin-form-area)),
body.wi-wb-registration-landing .wi-sc-hosted:not(:has(.wi-sc-design-stack)):has(.ctaArea.video):not(:has(.optinFormArea.optin-form-area)),
.entry-content .wi-sc-hosted:not(:has(.wi-sc-design-stack)):has(.ctaArea.video):not(:has(.optinFormArea.optin-form-area)) {
  max-width: none !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.wi-sc-hosted:has(.wi-sc-design-stack) > div:nth-child(2):has(.ctaArea.video):not(:has(.optinFormArea.optin-form-area)) {
  max-width: none !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/*
 * #A095 / #A109 / #A120 — FSE GB hero (video | form): tight responsive gap + column inset (was looser #A110).
 * Covers three common column wrappers: #signup, .wi-register-page-wrapper, .wi_no_stack_columns.
 * Caps #wi_ctaVideo height in the two-column row so portrait/small frames do not leave huge pillarboxed areas.
 */
body.wi-wb-registration-landing .entry-content .wp-block-columns:has(> .wp-block-column#signup):has(.ctaArea.video),
body.wi-wb-registration-landing .entry-content .wp-block-columns.wi-register-page-wrapper:has(.ctaArea.video),
body.wi-wb-registration-landing .entry-content .wp-block-columns.wi_no_stack_columns:has(.ctaArea.video),
.entry-content .wp-block-columns:has(> .wp-block-column#signup):has(.ctaArea.video),
.entry-content .wp-block-columns.wi-register-page-wrapper:has(.ctaArea.video),
.entry-content .wp-block-columns.wi_no_stack_columns:has(.ctaArea.video) {
  align-items: flex-start !important;
  gap: clamp(0.3rem, 0.9vw, 0.75rem) !important;
  column-gap: clamp(0.3rem, 0.9vw, 0.75rem) !important;
  row-gap: clamp(0.3rem, 0.9vw, 0.75rem) !important;
}

/*
 * #A115 — FSE GB hero (mint row): match width + horizontal inset to the next row (often inner columns are
 * alignfull while hero is alignwide; editor may use spacing--20 on the row vs spacing--60 on cards below).
 */
body.wi-wb-registration-landing .entry-content .wp-block-group.is-layout-constrained > .wp-block-columns.alignwide.has-accent-5-background-color:has(.ctaArea.video) {
  /* alignwide can be wider than the next row’s alignfull columns — snap to parent width */
  max-width: 100% !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/*
 * #A115 — Mint hero: same inset as accent-5 host/bio rows below (editor uses spacing--60 on those cards).
 * Uniform padding in rem via theme preset + clamp fallback; column vertical padding zeroed in #A115b so this is the single shell inset.
 */
body.wi-wb-registration-landing .entry-content .wp-block-columns.has-accent-5-background-color:has(.ctaArea.video),
.entry-content .wp-block-columns.has-accent-5-background-color:has(.ctaArea.video) {
  padding-top: var(--wp--preset--spacing--60, clamp(1.25rem, 0.65rem + 2.4vw, 3rem)) !important;
  padding-right: var(--wp--preset--spacing--60, clamp(1.25rem, 0.65rem + 2.4vw, 3rem)) !important;
  padding-bottom: var(--wp--preset--spacing--60, clamp(1.25rem, 0.65rem + 2.4vw, 3rem)) !important;
  padding-left: var(--wp--preset--spacing--60, clamp(1.25rem, 0.65rem + 2.4vw, 3rem)) !important;
  box-sizing: border-box;
}

/* Let row padding handle inset; avoid stacking with editor column padding (spacing--50) on video / #signup. */
body.wi-wb-registration-landing .entry-content .wp-block-columns.has-accent-5-background-color:has(.ctaArea.video) .wi-sc-hosted,
.entry-content .wp-block-columns.has-accent-5-background-color:has(.ctaArea.video) .wi-sc-hosted {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

body.wi-wb-registration-landing .entry-content .wp-block-columns.has-accent-5-background-color:has(.ctaArea.video) > .wp-block-column:has(.ctaArea.video),
.entry-content .wp-block-columns.has-accent-5-background-color:has(.ctaArea.video) > .wp-block-column:has(.ctaArea.video) {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

body.wi-wb-registration-landing .entry-content .wp-block-columns:has(> .wp-block-column#signup):has(.ctaArea.video) > .wp-block-column,
body.wi-wb-registration-landing .entry-content .wp-block-columns.wi-register-page-wrapper:has(.ctaArea.video) > .wp-block-column,
body.wi-wb-registration-landing .entry-content .wp-block-columns.wi_no_stack_columns:has(.ctaArea.video) > .wp-block-column,
.entry-content .wp-block-columns:has(> .wp-block-column#signup):has(.ctaArea.video) > .wp-block-column,
.entry-content .wp-block-columns.wi-register-page-wrapper:has(.ctaArea.video) > .wp-block-column,
.entry-content .wp-block-columns.wi_no_stack_columns:has(.ctaArea.video) > .wp-block-column {
  align-self: flex-start !important;
  padding-left: clamp(0.2rem, 1.2vw, 0.85rem) !important;
  padding-right: clamp(0.2rem, 1.2vw, 0.85rem) !important;
  box-sizing: border-box;
}

/* #A115b — mint hero: shell padding is on the row (#A115); columns use 0 (overrides editor spacing--50 / horizontal). */
body.wi-wb-registration-landing .entry-content .wp-block-columns.has-accent-5-background-color:has(> .wp-block-column#signup):has(.ctaArea.video) > .wp-block-column,
body.wi-wb-registration-landing .entry-content .wp-block-columns.has-accent-5-background-color.wi-register-page-wrapper:has(.ctaArea.video) > .wp-block-column,
body.wi-wb-registration-landing .entry-content .wp-block-columns.has-accent-5-background-color.wi_no_stack_columns:has(.ctaArea.video) > .wp-block-column,
.entry-content .wp-block-columns.has-accent-5-background-color:has(> .wp-block-column#signup):has(.ctaArea.video) > .wp-block-column,
.entry-content .wp-block-columns.has-accent-5-background-color.wi-register-page-wrapper:has(.ctaArea.video) > .wp-block-column,
.entry-content .wp-block-columns.has-accent-5-background-color.wi_no_stack_columns:has(.ctaArea.video) > .wp-block-column {
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}

/*
 * #A116 — Bordered registration “card” shell (e.g. mmh-register-now-1 white, mmh-register-now-2 accent):
 * equal inset top/left/right + column gap; bottom 30% larger; fluid (rem + vw via clamp).
 * `has-border-color` scopes to editor card pattern; exclude accent-5 mint hero row (handled by #A115/#A115b).
 */
body.wi-wb-registration-landing .entry-content .wp-block-columns.wi-register-page-wrapper.has-background.has-border-color:has(.ctaArea.video):not(.has-accent-5-background-color) {
  --wi-reg-card-shell-pad: clamp(0.875rem, 0.5rem + 1.85vw, 1.875rem);
  padding-top: var(--wi-reg-card-shell-pad) !important;
  padding-right: var(--wi-reg-card-shell-pad) !important;
  padding-left: var(--wi-reg-card-shell-pad) !important;
  padding-bottom: calc(var(--wi-reg-card-shell-pad) * 1.3) !important;
  box-sizing: border-box;
  column-gap: var(--wi-reg-card-shell-pad) !important;
  gap: var(--wi-reg-card-shell-pad) !important;
}

body.wi-wb-registration-landing .entry-content .wp-block-columns.wi-register-page-wrapper.has-background.has-border-color:has(.ctaArea.video):not(.has-accent-5-background-color) > .wp-block-column {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.wi-wb-registration-landing .entry-content .wp-block-columns:has(.ctaArea.video) > .wp-block-column:has(.ctaArea.video),
.entry-content .wp-block-columns:has(.ctaArea.video) > .wp-block-column:has(.ctaArea.video) {
  align-self: flex-start;
}

body.wi-wb-registration-landing .entry-content .wp-block-columns:has(.ctaArea.video) .ctaArea.video,
.entry-content .wp-block-columns:has(.ctaArea.video) .ctaArea.video {
  padding: clamp(0.1rem, 0.6vw, 0.4rem) !important;
  min-height: 0 !important;
}

body.wi-wb-registration-landing .entry-content .wp-block-columns:has(.ctaArea.video) #wi_ctaVideo,
.entry-content .wp-block-columns:has(.ctaArea.video) #wi_ctaVideo {
  min-height: 0 !important;
  max-height: clamp(11rem, 52vmin, 72vh);
  aspect-ratio: 16 / 9;
  width: 100%;
  box-sizing: border-box;
}

body.wi-wb-registration-landing .entry-content .wp-block-columns:has(.ctaArea.video) #wi_ctaVideoPlayer,
.entry-content .wp-block-columns:has(.ctaArea.video) #wi_ctaVideoPlayer {
  min-height: 0 !important;
  max-height: 100%;
}

/*
 * #A097 — Registration shortcode in hero row: fill the column (no 26rem cap); min width ≈ CTA text + padding.
 * `ch` tracks longer translations; `rem` keeps a sane floor when fit-content is unreliable on flex hosts.
 * `body.wi-wb-registration-landing` prefix beats body-scoped 26rem caps on `.wi-sc-hosted`.
 */
body.wi-wb-registration-landing .entry-content .wp-block-columns.wi-register-page-wrapper > .wp-block-column .wi-sc-hosted:has(.optinFormArea.optin-form-area),
body.wi-wb-registration-landing .entry-content .wp-block-columns:has(> .wp-block-column#signup) > .wp-block-column#signup .wi-sc-hosted:has(.optinFormArea.optin-form-area),
body.wi-wb-registration-landing .entry-content .wp-block-columns:has(.wi_col_reg_optin_section) > .wp-block-column.wi_col_reg_optin_section .wi-sc-hosted:has(.optinFormArea.optin-form-area),
.entry-content .wp-block-columns.wi-register-page-wrapper > .wp-block-column .wi-sc-hosted:has(.optinFormArea.optin-form-area),
.entry-content .wp-block-columns:has(> .wp-block-column#signup) > .wp-block-column#signup .wi-sc-hosted:has(.optinFormArea.optin-form-area),
.entry-content .wp-block-columns:has(.wi_col_reg_optin_section) > .wp-block-column.wi_col_reg_optin_section .wi-sc-hosted:has(.optinFormArea.optin-form-area) {
  max-width: none !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  min-width: min(100%, max(11.5rem, 22ch)) !important;
  box-sizing: border-box;
}

/*
 * #A097b — Same hero: template blocks often inline flex-basis 30%/70%; widen the opt-in column so the SC can read “full size”.
 */
body.wi-wb-registration-landing .entry-content .wp-block-columns.wi-register-page-wrapper:has(.wi_col_reg_optin_section):has(.ctaArea.video) > .wp-block-column.wi_col_reg_optin_section,
.entry-content .wp-block-columns.wi-register-page-wrapper:has(.wi_col_reg_optin_section):has(.ctaArea.video) > .wp-block-column.wi_col_reg_optin_section {
  flex-basis: 44% !important;
  flex-grow: 1 !important;
  min-width: min(100%, max(11.5rem, 22ch)) !important;
  max-width: none !important;
}
body.wi-wb-registration-landing .entry-content .wp-block-columns.wi-register-page-wrapper:has(.wi_col_reg_optin_section):has(.ctaArea.video) > .wp-block-column:has(.ctaArea.video),
.entry-content .wp-block-columns.wi-register-page-wrapper:has(.wi_col_reg_optin_section):has(.ctaArea.video) > .wp-block-column:has(.ctaArea.video) {
  flex-basis: 56% !important;
  flex-grow: 1 !important;
  min-width: 0 !important;
}

/* #A097b — mmh-register-now-3 style: #signup column + video sibling (no .wi_col_reg_optin_section). */
body.wi-wb-registration-landing .entry-content .wp-block-columns:has(> .wp-block-column#signup):has(.ctaArea.video) > .wp-block-column#signup,
.entry-content .wp-block-columns:has(> .wp-block-column#signup):has(.ctaArea.video) > .wp-block-column#signup {
  flex-basis: 44% !important;
  flex-grow: 1 !important;
  min-width: min(100%, max(11.5rem, 22ch)) !important;
  max-width: none !important;
}
body.wi-wb-registration-landing .entry-content .wp-block-columns:has(> .wp-block-column#signup):has(.ctaArea.video) > .wp-block-column:has(.ctaArea.video):not(#signup),
.entry-content .wp-block-columns:has(> .wp-block-column#signup):has(.ctaArea.video) > .wp-block-column:has(.ctaArea.video):not(#signup) {
  flex-basis: 56% !important;
  flex-grow: 1 !important;
  min-width: 0 !important;
}

/*
 * #A120 — Narrow viewports: stack video above registration shortcode (single column). Scoped to hero
 * `.ctaArea.video` + opt-in column patterns only — does not target `[wi_grid]` / `.wi_grid_container`.
 */
@media (max-width: 781px) {
  body.wi-wb-registration-landing .entry-content .wp-block-columns:has(> .wp-block-column#signup):has(.ctaArea.video),
  body.wi-wb-registration-landing .entry-content .wp-block-columns.wi-register-page-wrapper:has(.ctaArea.video),
  body.wi-wb-registration-landing .entry-content .wp-block-columns.wi_no_stack_columns:has(.ctaArea.video),
  body.wi-wb-registration-landing .wp-block-post-content .wp-block-columns:has(> .wp-block-column#signup):has(.ctaArea.video),
  body.wi-wb-registration-landing .wp-block-post-content .wp-block-columns.wi-register-page-wrapper:has(.ctaArea.video),
  body.wi-wb-registration-landing .wp-block-post-content .wp-block-columns.wi_no_stack_columns:has(.ctaArea.video),
  .entry-content .wp-block-columns:has(> .wp-block-column#signup):has(.ctaArea.video),
  .entry-content .wp-block-columns.wi-register-page-wrapper:has(.ctaArea.video),
  .entry-content .wp-block-columns.wi_no_stack_columns:has(.ctaArea.video),
  .wp-block-post-content .wp-block-columns:has(> .wp-block-column#signup):has(.ctaArea.video),
  .wp-block-post-content .wp-block-columns.wi-register-page-wrapper:has(.ctaArea.video),
  .wp-block-post-content .wp-block-columns.wi_no_stack_columns:has(.ctaArea.video) {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
  }
  body.wi-wb-registration-landing .entry-content .wp-block-columns:has(> .wp-block-column#signup):has(.ctaArea.video) > .wp-block-column,
  body.wi-wb-registration-landing .entry-content .wp-block-columns.wi-register-page-wrapper:has(.ctaArea.video) > .wp-block-column,
  body.wi-wb-registration-landing .entry-content .wp-block-columns.wi_no_stack_columns:has(.ctaArea.video) > .wp-block-column,
  body.wi-wb-registration-landing .wp-block-post-content .wp-block-columns:has(> .wp-block-column#signup):has(.ctaArea.video) > .wp-block-column,
  body.wi-wb-registration-landing .wp-block-post-content .wp-block-columns.wi-register-page-wrapper:has(.ctaArea.video) > .wp-block-column,
  body.wi-wb-registration-landing .wp-block-post-content .wp-block-columns.wi_no_stack_columns:has(.ctaArea.video) > .wp-block-column,
  .entry-content .wp-block-columns:has(> .wp-block-column#signup):has(.ctaArea.video) > .wp-block-column,
  .entry-content .wp-block-columns.wi-register-page-wrapper:has(.ctaArea.video) > .wp-block-column,
  .entry-content .wp-block-columns.wi_no_stack_columns:has(.ctaArea.video) > .wp-block-column,
  .wp-block-post-content .wp-block-columns:has(> .wp-block-column#signup):has(.ctaArea.video) > .wp-block-column,
  .wp-block-post-content .wp-block-columns.wi-register-page-wrapper:has(.ctaArea.video) > .wp-block-column,
  .wp-block-post-content .wp-block-columns.wi_no_stack_columns:has(.ctaArea.video) > .wp-block-column {
    flex-basis: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    min-width: 0 !important;
  }
}

@media (max-width: 380px) {
  body.wi-wb-registration-landing .entry-content .wp-block-columns:has(> .wp-block-column#signup):has(.ctaArea.video),
  body.wi-wb-registration-landing .entry-content .wp-block-columns.wi-register-page-wrapper:has(.ctaArea.video),
  body.wi-wb-registration-landing .entry-content .wp-block-columns.wi_no_stack_columns:has(.ctaArea.video),
  .entry-content .wp-block-columns:has(> .wp-block-column#signup):has(.ctaArea.video),
  .entry-content .wp-block-columns.wi-register-page-wrapper:has(.ctaArea.video),
  .entry-content .wp-block-columns.wi_no_stack_columns:has(.ctaArea.video) {
    flex-wrap: wrap !important;
  }
}

.wi-sc-hosted:not(:has(.wi-sc-design-stack)) > .eventDate.evergreen-Registration,
.wi-sc-hosted:not(:has(.wi-sc-design-stack)) > .optinFormArea.optin-form-area {
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
  /* Default: no horizontal inset so “Select date” matches .optinFormArea field width on normal pages. */
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
}

/* Registration landing: restore 1rem inset after the rule above (comes later in cascade). */
body.wi-wb-registration-landing .wi-sc-hosted:not(:has(.wi-sc-design-stack)) > .eventDate.evergreen-Registration,
body.wi-wb-registration-landing .wi-sc-hosted:not(:has(.wi-sc-design-stack)) > .optinFormArea.optin-form-area {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  box-sizing: border-box !important;
}
/* Override legacy global .eventDate flex center when evergreen (all viewports). */
.wi-sc-hosted .eventDate.evergreen-Registration.hola,
.wi-sc-hosted .eventDate.evergreen-Registration,
.entry-content .wi-sc-hosted .eventDate.evergreen-Registration {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
}

.evergreen-Registration .wiFormGroup  label{
  line-height: 1.4 !important;
  font-family: inherit;
  font-weight: 500 !important;
}



.wi-register-page-wrapper .ctaArea.video{
  border-radius: 15px;
  overflow: hidden;
}
.wi-padding{
  padding: 2rem !important;
}

/* #A109b / #A110 / #A120 — GB outer shell: leaner padding so hero columns keep room (two-col longer). */
body.wi-wb-registration-landing .entry-content .wi-padding {
  padding: clamp(0.45rem, 1.6vw, 1rem) clamp(0.3rem, 1.4vw, 1rem) !important;
}

.wi-reg-profile-img-wrap img{
  border-radius: 50%;
}

.wiFormCheckbox input[type="checkbox"]:focus{
  color: transparent;
}


.wi-ignore-fsc.optinFormArea.optin-form-area{
  background: var(--wi-brand-color)
}

.wi-ignore-fsc .wiFormGroup.wiFormGroup-lg label{
  color: var(--wi-brand-contrast-color);
}

.wi-ignore-fsc .wiSpamMessage{
  color: var(--wi-brand-contrast-color);
}
.wi-ignore-fsc .wi-required-text{
  color: var(--wi-brand-contrast-color);
}
.wi-ignore-fsc.wi-live-dates-wrap{
 background: var(--wi-brand-color);
}
.wi-ignore-fsc .dateHeadline{
  color: var(--wi-brand-contrast-color);
}
.wi-ignore-fsc .dateSubHeadline{
  color: var(--wi-brand-contrast-color);
}
.wi-ignore-fsc .gdprHeading{
color: var(--wi-brand-contrast-color);
}


.wi-ignore-fsc .wiFormRadio-sm label,
.wi-ignore-fsc .wiFormCheckbox-sm label{
  color: var(--wi-brand-contrast-color) !important;
}
.wi-ignore-fsc .wiFormCheckbox a{
  color: var(--wi-brand-contrast-color);
}
.wi-ignore-fsc .wiFormCheckbox-md label{
  color: var(--wi-brand-contrast-color);
}
.wi-ignore-fsc .wiFormCheckbox input[type="checkbox"]{
  accent-color: var(--wi-brand-contrast-color);
}

.wi-ignore-fsc.eventDate{
  background: var(--wi-brand-color);
}

.wi-ignore-fsc .wi-date{
  color: var(--wi-brand-contrast-color);
}

.wi-ignore-fsc .wi-time{
  color: var(--wi-brand-contrast-color);
}
.wi-ignore-fsc .fixed-web-date{
  color: var(--wi-brand-contrast-color);
}
.wi-ignore-fsc .fixed-web-time{
  color: var(--wi-brand-contrast-color);
}

.wi-ignore-fsc .autoSubTitle{
  color: var(--wi-brand-contrast-color) !important;
}


/* style for custom reg page */
.wi-default-reg-page .evergreen-Registration .wiFormGroup label{
  font-weight: 600 !important;
}

.wi-default-reg-page .headlineArea{
  background-color: #fff;
}

.wi-default-reg-page .wi-required-text{
  color: #434343 !important;
}
.wi-default-reg-page .wiFormGroup-lg .wiFormControl{
  margin-bottom: 5px !important;
}

.wi-default-reg-page  .subheader{
  color: #434343 !important;
}
.wi-default-reg-page .wiFormCheckbox label {
  color: #434343 !important;
  line-height: 1.5 !important;
}
.wi-default-reg-page .dateHeadline{
  color: #434343;
}
.wi-default-reg-page .dateSubHeadline{
  color: #434343;
}
.wi-default-reg-page .customFieldDiv label{
  line-height: 1.5 !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  color: #434343 !important;
}
.wi-default-reg-page .wiFormCheckbox label{
  margin-bottom: 0.50rem !important;
}
.wi-default-reg-page  .wiFormRadio,
.wi-default-reg-page  .wiFormCheckbox{
  line-height: 0 !important;
}
.wi-default-reg-page .gdprConsentField label{
  padding-left: 0 !important;
}
.wi-default-reg-page .gdprHeading{
  padding: 10px 0 !important;
  color: #434343;
}
.wi-default-reg-page .wiSpamMessage{
  color: #434343;
}
.wi-default-reg-page  .customFieldDiv label{
  width: auto;
}
.wi-default-reg-page .autoSubTitle{
  color: #4d4d4d !important;
  font-weight: 600 !important;
  font-size: 0.875rem !important;
  font-family: inherit !important;
}
.wi-default-reg-page .autoTitle {
    color: #4d4d4d !important;
  font-weight: 500 !important;
  font-size: 1rem !important;
  font-family: inherit !important;
}
.wi-default-reg-page .gdprSectionWrapper a{
  text-decoration: underline !important;
  color: black;
} 
.wi-default-reg-page .eventDate{
  background-color: #fff !important;
  padding: 0;
}
.wi-default-reg-page .wi-datetime-icon-wrap .wi-datetime{
  gap: 7px;
}

.wi-default-reg-page  .optinFormArea.optin-form-area{
  background-color: white;
  padding: 0;
}
.wi-default-reg-page .subheader{
  padding: 0 5px;
}

/* Multicolumn Css*/
/* .wi-reg-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.wi-reg-row .wiFormGroup {
  flex: 1 1 30%;
} */
/* Multicolmn reg form css */

/* mobile_devices */
@media only screen and (max-width: 767px) {

  .thankyou-page-container{
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .wi-reg-profile-img-wrap figure{
    width: 100%;
    max-width: 100%;
  }
  .wi-reg-profile-img-wrap img{
    border-radius: 100px;
    width: 150px;
    max-width: 150px;
    margin: auto;
    display: block;
  }
  .wi-reg-profile-img-wrap-gb-1 img{
    width: 70px;
    max-width: 150px;
    display: block;
  }


  .wi-padding{
    padding: 2rem 1rem !important;
  }
  body.wi-wb-registration-landing .entry-content .wi-padding {
    padding: clamp(0.8rem, 3.8vw, 1.35rem) clamp(0.45rem, 3.2vw, 1rem) !important;
  }
  .wi-default-reg-page .hostInfoPhoto{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 10px auto;
  }
  .optinFormArea.optin-form-area{
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .wi-default-reg-page .wiOptinHeadline2{
    text-align: center;
  }
  .wi-error-message{
    font-size: 0.875rem;
  }
  .wi-label{
     font-size: 1rem; 
  }
  .wi-required-text{
    font-size: 0.875rem;
  }
  .wiFormRadio-md label, .wiFormCheckbox-md label{
    font-size: 0.875rem;
  }
  .wiSpamMessage{
    font-size: 0.875rem;
  }
  .wiSalesCopy p{
    font-size: 0.875rem;
  }
  .wi-timezone-inline{
    font-size: 1rem;
  }

  .wi-date-inline{
    font-size: 1rem;
  }
  .eventDate {
    font-size: 1rem;
    /* background: var(--wp--preset--color--base, #fff); */
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 1rem;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    overflow: visible;
  }
  .eventDate.evergreen-Registration.hola{
    flex-direction: column;
  }
  .eventDate.fixed-type{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .wi-live-dates-wrap{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

  .wi-register-page-wrapper .eventDate{
    padding-right: 0;
    padding-left: 0;
  }


  .wi-register-page-wrapper h2{
    font-size: 1.3rem;
  }
  .dateSubHeadline{
    font-size: 0.95rem;
  }
  #optinBTNText{
    font-size: inherit;
  }
  .gdprHeading{
    font-size: 0.875rem;
  }
  .wiFormGroup{
    font-size: 1rem;
  }
  .wi-time-inline{
    font-size: 1rem;
  }
  .wi-sm-p-15{
    padding: 15px !important;
  }
  .wi-sm-pb-50{
    padding-bottom: 50px !important;
  }
  .wi-sm-p-20{
    padding: 20px !important;
  }
  .wi-sm-font-20{
    font-size: 20px;
  }
  .wi-max-w-50px{
    max-width: 50px !important;
  }

  .wi-instructor-col img{
    max-width: 100px;
  width: 50px;
  }
  .wi-instructor-col   .wp-block-columns {
    flex-direction: row !important;
    flex-wrap: wrap;
  }

  .wi-instructor-col  .wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
  }

  .wiFormGroup-lg input[type="email"].wiFormControl, .wiFormGroup-lg input[type="number"].wiFormControl, .wiFormGroup-lg input[type="password"].wiFormControl, .wiFormGroup-lg input[type="search"].wiFormControl, .wiFormGroup-lg input[type="tel"].wiFormControl, .wiFormGroup-lg input[type="text"].wiFormControl, .wiFormGroup-lg input[type="url"].wiFormControl, .wiFormGroup-lg textarea.wiFormControl, .wiFormGroup-lg input.wiFormControl:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="submit"]):not([type="button"]):not([type="image"]){
    font-size: 0.875rem;
    padding: 12px 10px;
    align-items: center;
    display: flex;
    justify-content: left;
    height: 43px;
    font-weight: 400;
    margin-bottom: 0;
  }
  /* Select must stay block-level full width; display:flex on <select> shrinks the control. */
  .wiFormGroup-lg select.wiFormControl {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    font-size: 0.875rem;
    padding: 12px 10px;
    height: 43px;
    font-weight: 400;
    margin-bottom: 0;
  }
  .gdprHeading{
    font-size: 1rem;
  }


}

@media (min-width: 768px) {
  /* Styles for tablets, laptops, desktops — NOT mobile */
  .example {
    background-color: blue;
  }
  .wi-md-max-w-500{
    max-width: 500px !important;
  }
}

/*
 * FSE CTA: align with theme.json elements.button (Twenty Twenty-Five and Core pattern):
 * fill = preset contrast, label = preset base (inverted in dark style variations → matches Site Editor).
 * --wi-fse-accent from PHP bridge still wins when themes use non-standard slugs.
 * Fallbacks: --wi-cta-* (PHP bridge), primary/contrast presets, then WI dark #32373c.
 */
.wi-fse-primary-cta.wiButton.addedArrow,
#webinarSidebar .wi-fse-primary-cta.button.addedArrow,
#webinarSidebar a.wi-fse-primary-cta.button.addedArrow {
  --wi-fse-p: var(--wi-cta-bg, var(--wi-fse-cta-fill, var(--wi-fse-accent, var(--wp--preset--color--contrast, var(--wp--preset--color--primary, #32373c)))));
  --wi-fse-c: var(--wi-cta-color, var(--wi-fse-cta-text, var(--wp--preset--color--base, #ffffff)));
  --wi-fse-cta-rim: color-mix(
    in srgb,
    var(--wi-fse-surface-bg, var(--wp--preset--color--base, #ffffff)) 80%,
    var(
      --wi-fse-on-light-chrome-text,
      var(--wp--preset--color--contrast, #1a1a1a)
    ) 20%
  );
  box-sizing: border-box;
  min-width: 188px;
  min-height: var(--wp--preset--spacing--50, 3rem);
  margin: 0;
  font-size: var(
    --wp--preset--font-size--medium,
    var(--wp--preset--font-size--small, 1rem)
  );
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  border: 1px solid var(--wi-fse-cta-rim) !important;
  border-radius: 0.33em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.875rem 3.25rem !important;
  background-color: var(--wi-fse-p) !important;
  background-image: url(../images/arrows2.png) !important;
  background-repeat: no-repeat !important;
  background-position: right 0.35rem center !important;
  background-size: auto 112% !important;
  color: var(--wi-fse-c) !important;
  -webkit-text-fill-color: var(--wi-fse-c) !important;
  text-shadow: none;
  box-shadow: none !important;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    filter 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-size 0.2s ease;
}
.wi-fse-primary-cta.wiButton.addedArrow:hover,
#webinarSidebar .wi-fse-primary-cta.button.addedArrow:hover,
#webinarSidebar a.wi-fse-primary-cta.button.addedArrow:hover {
  filter: none;
  background-color: color-mix(in srgb, var(--wi-fse-p) 68%, #000) !important;
  background-size: auto 124% !important;
  color: var(--wi-fse-c) !important;
  -webkit-text-fill-color: var(--wi-fse-c) !important;
  transform: translateY(-2px);
  box-shadow:
    0 8px 24px color-mix(in srgb, var(--wi-fse-p) 42%, transparent),
    0 2px 8px rgba(0, 0, 0, 0.14) !important;
}
.wi-fse-primary-cta.wiButton.addedArrow:active,
.wi-fse-primary-cta.wiButton.addedArrow.active,
#webinarSidebar .wi-fse-primary-cta.button.addedArrow:active,
#webinarSidebar a.wi-fse-primary-cta.button.addedArrow:active {
  background-image: url(../images/arrows2.png) !important;
  filter: none;
  background-color: color-mix(in srgb, var(--wi-fse-p) 58%, #000) !important;
  background-size: auto 108% !important;
  transform: translateY(0);
  box-shadow: 0 2px 8px color-mix(in srgb, var(--wi-fse-p) 30%, transparent) !important;
}
#webinarSidebar .wi-fse-primary-cta.wiButton-block {
  width: auto !important;
  display: inline-flex !important;
  align-self: center !important;
}
.wi-fse-primary-cta.wiButton.addedArrow:focus-visible,
#webinarSidebar .wi-fse-primary-cta.button.addedArrow:focus-visible {
  outline: 2px solid var(--wp--preset--color--secondary, currentColor);
  outline-offset: 2px;
}
@supports not (background-color: color-mix(in srgb, red, blue)) {
  .wi-fse-primary-cta.wiButton.addedArrow:hover,
  #webinarSidebar .wi-fse-primary-cta.button.addedArrow:hover,
  #webinarSidebar a.wi-fse-primary-cta.button.addedArrow:hover {
    filter: brightness(0.86);
  }
  .wi-fse-primary-cta.wiButton.addedArrow:active,
  .wi-fse-primary-cta.wiButton.addedArrow.active,
  #webinarSidebar .wi-fse-primary-cta.button.addedArrow:active,
  #webinarSidebar a.wi-fse-primary-cta.button.addedArrow:active {
    filter: brightness(0.8);
  }
}

/* Thank-you / countdown page: join CTA fully hidden until countdown expires.
   JS (webinarignition_expired_cd in after-footer.js) removes .wi-ty-live-join-hidden on expiry. */
a.wi-ty-live-join-btn.wi-ty-live-join-hidden {
  display: none !important;
}

/* TY / MP4 CTA: beat theme .wp-block-button__link; label stays white (theme primary is often red for links). */
body#webinarignition #wi_ctaVideo > button.wi_videoPlayerUnmute.wi-fse-primary-cta.wiButton.addedArrow,
body#webinarignition #wi_ctaVideo > button.wi_videoPlayerReplay.wi-fse-primary-cta.wiButton.addedArrow {
  --wi-fse-p: var(--wi-cta-bg, var(--wi-fse-cta-fill, var(--wi-fse-accent, #32373c)));
  --wi-fse-c: var(--wi-cta-color, var(--wi-fse-cta-text, #ffffff));
  background-color: var(--wi-fse-p) !important;
  color: var(--wi-fse-c) !important;
  background-image: url(../images/arrows2.png) !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
  background-size: auto 100% !important;
  text-shadow: none !important;
  border: none !important;
  box-shadow: none !important;
}
body#webinarignition #wi_ctaVideo > button.wi_videoPlayerUnmute.wi-fse-primary-cta.wiButton.addedArrow:hover,
body#webinarignition #wi_ctaVideo > button.wi_videoPlayerReplay.wi-fse-primary-cta.wiButton.addedArrow:hover {
  background-color: color-mix(in srgb, var(--wi-fse-p) 86%, #000) !important;
  color: var(--wi-fse-c) !important;
}

/*
 * TY shortcodes inside theme pages: body has wi-wb-registration-landing but NOT id=webinarignition — rules above do not apply.
 * Neutral URL / message copy; green MP4 + calendar CTAs; sized video box so player is visible.
 */
body.wi-wb-registration-landing #wi_ctaVideo {
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 12.5rem;
  box-sizing: border-box;
}
body.wi-wb-registration-landing #wi_ctaVideoPlayer {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 12.5rem;
  object-fit: contain;
  background: #000;
}
body.wi-wb-registration-landing #wi_ctaVideo > button.wi_videoPlayerUnmute.wi-fse-primary-cta.wiButton.addedArrow,
body.wi-wb-registration-landing #wi_ctaVideo > button.wi_videoPlayerReplay.wi-fse-primary-cta.wiButton.addedArrow {
  --wi-fse-p: var(--wi-cta-bg, var(--wi-fse-cta-fill, var(--wi-fse-accent, #32373c)));
  --wi-fse-c: var(--wi-cta-color, var(--wi-fse-cta-text, #ffffff));
  background-color: var(--wi-fse-p) !important;
  color: var(--wi-fse-c) !important;
  background-image: url(../images/arrows2.png) !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
  background-size: auto 100% !important;
  text-shadow: none !important;
  border: none !important;
  box-shadow: none !important;
}
body.wi-wb-registration-landing #wi_ctaVideo > button.wi_videoPlayerUnmute.wi-fse-primary-cta.wiButton.addedArrow:hover,
body.wi-wb-registration-landing #wi_ctaVideo > button.wi_videoPlayerReplay.wi-fse-primary-cta.wiButton.addedArrow:hover {
  background-color: color-mix(in srgb, var(--wi-fse-p) 86%, #000) !important;
  color: var(--wi-fse-c) !important;
}

/*
 * #A096 — Gutenberg/native TY: same MP4 unmute/replay look as registration (wi-wb-registration-landing block above).
 * TY body is often wi-ty-gb-page + page-thankyou_cp without wi-wb-registration-landing.
 */
body.wi-ty-gb-page #wi_ctaVideo > button.wi_videoPlayerUnmute.wi-fse-primary-cta.wiButton.addedArrow,
body.wi-ty-gb-page #wi_ctaVideo > button.wi_videoPlayerReplay.wi-fse-primary-cta.wiButton.addedArrow {
  --wi-fse-p: var(--wi-cta-bg, var(--wi-fse-cta-fill, var(--wi-fse-accent, #32373c)));
  --wi-fse-c: var(--wi-cta-color, var(--wi-fse-cta-text, #ffffff));
  background-color: var(--wi-fse-p) !important;
  color: var(--wi-fse-c) !important;
  background-image: url(../images/arrows2.png) !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
  background-size: auto 100% !important;
  text-shadow: none !important;
  border: none !important;
  box-shadow: none !important;
}
body.wi-ty-gb-page #wi_ctaVideo > button.wi_videoPlayerUnmute.wi-fse-primary-cta.wiButton.addedArrow:hover,
body.wi-ty-gb-page #wi_ctaVideo > button.wi_videoPlayerReplay.wi-fse-primary-cta.wiButton.addedArrow:hover {
  background-color: color-mix(in srgb, var(--wi-fse-p) 86%, #000) !important;
  color: var(--wi-fse-c) !important;
}
@supports not (background-color: color-mix(in srgb, red, blue)) {
  body.wi-ty-gb-page #wi_ctaVideo > button.wi_videoPlayerUnmute.wi-fse-primary-cta.wiButton.addedArrow:hover,
  body.wi-ty-gb-page #wi_ctaVideo > button.wi_videoPlayerReplay.wi-fse-primary-cta.wiButton.addedArrow:hover {
    filter: brightness(0.86);
  }
}

body.wi-wb-registration-landing .webinarURLArea {
  color: var(--wi-fse-body-text, var(--wp--preset--color--contrast, #1d2327)) !important;
  background: transparent none !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border-radius: 0;
}
body.wi-wb-registration-landing .webinarURLArea .webinarURLHeadline,
body.wi-wb-registration-landing .webinarURLArea .webinarURLHeadline2,
body.wi-wb-registration-landing .webinarURLArea .webinarURLHeadline i,
body.wi-wb-registration-landing .webinarURLArea .webinarURLHeadline2 i {
  color: inherit !important;
}
body.wi-wb-registration-landing .webinarURLArea a {
  color: inherit !important;
  text-decoration: none;
}
body.wi-wb-registration-landing .webinarURLArea #webbyURL {
  /* Always dark text on light field — FSE dark presets set --wi-fse-body-text light, which fails on #fff. */
  color: #000000 !important;
  -webkit-text-fill-color: #000000 !important;
  background-color: #ffffff !important;
  border: 1px solid rgba(15, 23, 42, 0.28) !important;
  caret-color: #000000 !important;
}
body.wi-wb-registration-landing .ctaArea.video .wi_ty_cta_message_below {
  background: transparent none !important;
  background-color: transparent !important;
  box-shadow: none !important;
  color: var(--wi-fse-heading-text, var(--wi-fse-body-text, var(--wp--preset--color--contrast, #1d2327))) !important;
  -webkit-text-fill-color: var(--wi-fse-heading-text, var(--wi-fse-body-text, var(--wp--preset--color--contrast, #1d2327))) !important;
}
body.wi-wb-registration-landing .ctaArea.video .wi_ty_cta_message_below h3,
body.wi-wb-registration-landing .ctaArea.video .wi_ty_cta_message_below p,
body.wi-wb-registration-landing .ctaArea.video .wi_ty_cta_message_below a,
body.wi-wb-registration-landing .ctaArea.video .wi_ty_cta_message_below * {
  color: inherit !important;
  -webkit-text-fill-color: inherit !important;
}
body.wi-wb-registration-landing .ticketCalendarArea .wi-btns-wrap a.wi-fse-primary-cta.wp-block-button__link,
body.wi-wb-registration-landing .ticketCalendarArea .wi-btns-wrap a.wp-block-button__link,
body.wi-wb-registration-landing .ticketCalendarArea .wi-btns-wrap a.button,
body.wi-wb-registration-landing .ticketCalendarArea .wi-btns-wrap a.wiButton {
  /*
   * GB/native TY: same fill as the registration CTA button (--wi-fse-cta-fill = reg button colour).
   * No arrow image – arrow strip belongs on #optinBTN.addedArrow only.
   * HC/cpWrapper/page-thankyou_cp contexts override below with santegra-style outline.
   */
  background-color: var(--wi-fse-cta-fill, var(--wi-fse-accent, var(--wp--preset--color--primary))) !important;
  background-image: none !important;
  color: var(--wi-fse-cta-text, #ffffff) !important;
  border: none !important;
  text-decoration: none !important;
  text-shadow: none !important;
}
body.wi-wb-registration-landing .ticketCalendarArea .wi-btns-wrap a.wp-block-button__link:hover,
body.wi-wb-registration-landing .ticketCalendarArea .wi-btns-wrap a.button:hover,
body.wi-wb-registration-landing .ticketCalendarArea .wi-btns-wrap a.wiButton:hover {
  filter: brightness(0.94);
  color: var(--wi-fse-cta-text, #ffffff) !important;
}

body.wi-wb-registration-landing .ticketCDArea .wi-btns-wrap a.wi-fse-primary-cta.wp-block-button__link,
body.wi-wb-registration-landing .ticketCDArea .wi-btns-wrap a.wp-block-button__link,
body.wi-wb-registration-landing .ticketCDArea .wi-btns-wrap a.button,
body.wi-wb-registration-landing .ticketCDArea .wi-btns-wrap a.wiButton {
  opacity: 1 !important;
  background-color: var(--wi-fse-cta-fill, var(--wi-fse-accent, var(--wp--preset--color--primary))) !important;
  background-image: none !important;
  color: var(--wi-fse-cta-text, #ffffff) !important;
  border: none !important;
  text-decoration: none !important;
  text-shadow: none !important;
  -webkit-text-fill-color: var(--wi-fse-cta-text, #ffffff) !important;
}
body.wi-wb-registration-landing .ticketCDArea .wi-btns-wrap a.wp-block-button__link:hover,
body.wi-wb-registration-landing .ticketCDArea .wi-btns-wrap a.button:hover,
body.wi-wb-registration-landing .ticketCDArea .wi-btns-wrap a.wiButton:hover {
  filter: brightness(0.94);
  color: var(--wi-fse-cta-text, #ffffff) !important;
  -webkit-text-fill-color: var(--wi-fse-cta-text, #ffffff) !important;
}

/*
 * Legacy cp thank-you (cpWrapper / cpTyTwoCol) inside FSE body.wi-wb-registration-landing: broad TY rules
 * above use --wi-fse-body-text / accent tokens that can resolve to white-on-white on white cards, hiding
 * URL labels and calendar chrome. Force readable defaults on that subtree only.
 */
body.wi-wb-registration-landing .cpWrapper .webinarURLArea,
body.wi-wb-registration-landing .cpTyTwoCol .webinarURLArea {
  color: #3d4f44 !important;
}
body.wi-wb-registration-landing .cpWrapper .webinarURLArea .webinarURLHeadline,
body.wi-wb-registration-landing .cpWrapper .webinarURLArea .webinarURLHeadline2,
body.wi-wb-registration-landing .cpTyTwoCol .webinarURLArea .webinarURLHeadline,
body.wi-wb-registration-landing .cpTyTwoCol .webinarURLArea .webinarURLHeadline2,
body.wi-wb-registration-landing .cpWrapper .webinarURLArea .wiFormGroup-lg label,
body.wi-wb-registration-landing .cpTyTwoCol .webinarURLArea .wiFormGroup-lg label {
  color: #3d4f44 !important;
}
body.wi-wb-registration-landing .cpWrapper .ticketCalendarArea .optinHeadline12,
body.wi-wb-registration-landing .cpTyTwoCol .ticketCalendarArea .optinHeadline12,
body.wi-wb-registration-landing .cpWrapper .ticketCalendarArea p,
body.wi-wb-registration-landing .cpTyTwoCol .ticketCalendarArea p {
  color: #3d4f44 !important;
}
body.wi-wb-registration-landing .cpWrapper .ticketCalendarArea .wi-btns-wrap a.button,
body.wi-wb-registration-landing .cpWrapper .ticketCalendarArea .wi-btns-wrap a.wiButton,
body.wi-wb-registration-landing .cpWrapper .ticketCalendarArea .wi-btns-wrap a.wp-block-button__link,
body.wi-wb-registration-landing .cpTyTwoCol .ticketCalendarArea .wi-btns-wrap a.button,
body.wi-wb-registration-landing .cpTyTwoCol .ticketCalendarArea .wi-btns-wrap a.wiButton,
body.wi-wb-registration-landing .cpTyTwoCol .ticketCalendarArea .wi-btns-wrap a.wp-block-button__link {
  /* Santegra-style: classic WI CP default – light background, warm border */
  background-color: #e9e9e9 !important;
  background-image: none !important;
  border: 1px solid #a75b24 !important;
  color: #92311c !important;
  text-decoration: none !important;
  text-shadow: none !important;
}

/*
 * TT5 `page-webinar-registration` thank-you: body is page-thankyou_cp + id=webinarignition but markup may omit .cpWrapper.
 * Same white-on-white / invisible calendar icons as above.
 */
body#webinarignition.page-thankyou_cp.wi-wb-registration-landing .webinarURLArea,
body#webinarignition.page-thankyou_cp.wi-wb-registration-landing .ticketInfo .webinarURLArea {
  color: #3d4f44 !important;
}
body#webinarignition.page-thankyou_cp.wi-wb-registration-landing .webinarURLArea .webinarURLHeadline,
body#webinarignition.page-thankyou_cp.wi-wb-registration-landing .webinarURLArea .webinarURLHeadline2,
body#webinarignition.page-thankyou_cp.wi-wb-registration-landing .webinarURLArea .wiFormGroup-lg label {
  color: #3d4f44 !important;
}
/* Beat body.wi-wb-registration-landing … color:inherit !important on headlines (otherwise subhead inherits light token). */
body#webinarignition.page-thankyou_cp.wi-wb-registration-landing .webinarURLArea .webinarURLHeadline,
body#webinarignition.page-thankyou_cp.wi-wb-registration-landing .webinarURLArea .webinarURLHeadline i,
body#webinarignition.page-thankyou_cp.wi-wb-registration-landing .webinarURLArea .webinarURLHeadline2,
body#webinarignition.page-thankyou_cp.wi-wb-registration-landing .webinarURLArea .webinarURLHeadline2 i {
  color: #3d4f44 !important;
}
body#webinarignition.page-thankyou_cp.wi-wb-registration-landing .webinarURLArea #webbyURL {
  color: #000000 !important;
  -webkit-text-fill-color: #000000 !important;
  background-color: #ffffff !important;
  border: 1px solid rgba(15, 23, 42, 0.28) !important;
  caret-color: #000000 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 2.75rem !important;
  box-sizing: border-box !important;
  font-size: clamp(12px, 1.05vw, 14px) !important;
  line-height: 1.35 !important;
}
body#webinarignition.page-thankyou_cp.wi-wb-registration-landing .webinarURLArea .webinarURLHeadline2 {
  font-size: clamp(12px, 1.05vw, 14px) !important;
  line-height: 1.45 !important;
  margin-top: 0.5rem !important;
}
body#webinarignition.page-thankyou_cp.wi-wb-registration-landing .ticketCalendarArea .optinHeadline12,
body#webinarignition.page-thankyou_cp.wi-wb-registration-landing .ticketCalendarArea p {
  color: #3d4f44 !important;
}
body#webinarignition.page-thankyou_cp.wi-wb-registration-landing .ticketCalendarArea .wi-btns-wrap a.button,
body#webinarignition.page-thankyou_cp.wi-wb-registration-landing .ticketCalendarArea .wi-btns-wrap a.wiButton,
body#webinarignition.page-thankyou_cp.wi-wb-registration-landing .ticketCalendarArea .wi-btns-wrap a.wp-block-button__link {
  /* #A780 — HC TY (FSE page-webinar-registration): readable filled CTA. Previous outline (#e9e9e9 bg + #92311c text)
     had near-invisible contrast against the same-toned page background. Filled brand color matches the
     live-join CTA visual language and stays readable on light + dark theme presets. */
  background-color: var(--wi-cta-bg, var(--wi-fse-cta-fill, var(--wi-fse-accent, #a75b24))) !important;
  background-image: none !important;
  border: none !important;
  color: var(--wi-cta-color, var(--wi-fse-cta-text, #ffffff)) !important;
  -webkit-text-fill-color: var(--wi-cta-color, var(--wi-fse-cta-text, #ffffff)) !important;
  text-decoration: none !important;
  text-shadow: none !important;
}

/* Same TY copy/CTA fixes when using standalone Gutenberg TY shell */
.wi-ty-gb .webinarURLArea {
  color: var(--wi-fse-body-text, var(--wp--preset--color--contrast, #1d2327)) !important;
  background: transparent none !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border-radius: 0;
}
.wi-ty-gb .webinarURLArea .webinarURLHeadline,
.wi-ty-gb .webinarURLArea .webinarURLHeadline2 {
  color: inherit !important;
}
.wi-ty-gb .webinarURLArea a {
  color: inherit !important;
}
.wi-ty-gb .webinarURLArea #webbyURL {
  color: #000000 !important;
  -webkit-text-fill-color: #000000 !important;
  background-color: #ffffff !important;
  border: 1px solid rgba(15, 23, 42, 0.28) !important;
  caret-color: #000000 !important;
}
.wi-ty-gb .ctaArea.video .wi_ty_cta_message_below {
  background: transparent none !important;
  background-color: transparent !important;
  box-shadow: none !important;
  color: var(--wi-fse-heading-text, var(--wi-fse-body-text, var(--wp--preset--color--contrast, #1d2327))) !important;
  -webkit-text-fill-color: var(--wi-fse-heading-text, var(--wi-fse-body-text, var(--wp--preset--color--contrast, #1d2327))) !important;
}
.wi-ty-gb .ctaArea.video .wi_ty_cta_message_below h3,
.wi-ty-gb .ctaArea.video .wi_ty_cta_message_below p,
.wi-ty-gb .ctaArea.video .wi_ty_cta_message_below a,
.wi-ty-gb .ctaArea.video .wi_ty_cta_message_below * {
  color: inherit !important;
  -webkit-text-fill-color: inherit !important;
}
.wi-ty-gb .ticketCalendarArea .wi-btns-wrap a.wi-fse-primary-cta.wp-block-button__link,
.wi-ty-gb .ticketCalendarArea .wi-btns-wrap a.wp-block-button__link,
.wi-ty-gb .ticketCalendarArea .wi-btns-wrap a.button,
.wi-ty-gb .ticketCalendarArea .wi-btns-wrap a.wiButton,
body.wi-ty-gb-page .ticketCalendarArea .wi-btns-wrap a.wi-fse-primary-cta.wp-block-button__link,
body.wi-ty-gb-page .ticketCalendarArea .wi-btns-wrap a.wp-block-button__link,
body.wi-ty-gb-page .ticketCalendarArea .wi-btns-wrap a.button,
body.wi-ty-gb-page .ticketCalendarArea .wi-btns-wrap a.wiButton {
  /* GB shell: same fill as reg CTA button, no arrow image. HC TY (id=webinarignition) overrides below. */
  background-color: var(--wi-fse-cta-fill, var(--wi-fse-accent, var(--wp--preset--color--primary))) !important;
  background-image: none !important;
  color: var(--wi-fse-cta-text, #ffffff) !important;
  -webkit-text-fill-color: var(--wi-fse-cta-text, #ffffff) !important;
  border: none !important;
  text-decoration: none !important;
}

.wi-ty-gb .ticketCalendarArea .wi-btns-wrap a.wi-fse-primary-cta:hover,
.wi-ty-gb .ticketCalendarArea .wi-btns-wrap a.wp-block-button__link:hover,
.wi-ty-gb .ticketCalendarArea .wi-btns-wrap a.button:hover,
.wi-ty-gb .ticketCalendarArea .wi-btns-wrap a.wiButton:hover,
.wi-ty-gb .ticketCalendarArea .wi-btns-wrap a.wi-fse-primary-cta:focus-visible,
.wi-ty-gb .ticketCalendarArea .wi-btns-wrap a.wp-block-button__link:focus-visible,
.wi-ty-gb .ticketCalendarArea .wi-btns-wrap a.button:focus-visible,
.wi-ty-gb .ticketCalendarArea .wi-btns-wrap a.wiButton:focus-visible,
body.wi-ty-gb-page .ticketCalendarArea .wi-btns-wrap a.wi-fse-primary-cta:hover,
body.wi-ty-gb-page .ticketCalendarArea .wi-btns-wrap a.wp-block-button__link:hover,
body.wi-ty-gb-page .ticketCalendarArea .wi-btns-wrap a.button:hover,
body.wi-ty-gb-page .ticketCalendarArea .wi-btns-wrap a.wiButton:hover,
body.wi-ty-gb-page .ticketCalendarArea .wi-btns-wrap a.wi-fse-primary-cta:focus-visible,
body.wi-ty-gb-page .ticketCalendarArea .wi-btns-wrap a.wp-block-button__link:focus-visible,
body.wi-ty-gb-page .ticketCalendarArea .wi-btns-wrap a.button:focus-visible,
body.wi-ty-gb-page .ticketCalendarArea .wi-btns-wrap a.wiButton:focus-visible {
  /* Match WI CTA hover (readable ink); avoid wp--preset--color--base on dark hover fills. */
  background-color: color-mix(in srgb, var(--wi-cta-bg, var(--wi-fse-cta-fill, var(--wi-fse-accent, #32373c))) 68%, #000000) !important;
  background-image: none !important;
  color: var(--wi-cta-color, var(--wi-fse-cta-text, #ffffff)) !important;
  -webkit-text-fill-color: var(--wi-cta-color, var(--wi-fse-cta-text, #ffffff)) !important;
  border: none !important;
  filter: none !important;
  text-decoration: none !important;
}

/*
 * TY / countdown on block themes that use body.wi-wb-registration-landing (e.g. page-webinar-registration
 * template for thank-you): NOT body.wi-ty-gb-page — ty-gutenberg.css does not apply.
 * :has(.wi-ty-countdown-panel) = split panel + hidden live link; legacy = countdown inside <a>.
 */
body.wi-wb-registration-landing .ticketCDArea.ticketSection:has(.wi-ty-countdown-panel) {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  min-width: 0;
  box-sizing: border-box;
  /* Floated ticket rows (cp.css) must not pull countdown beside an icon column (#A098). */
  clear: both !important;
  display: flow-root;
  text-align: center;
  /* Same hairline rim as .ticketSection.ticketSectionNew.ts; no fill (countdown sits on page/column). */
  background: transparent none !important;
  background-color: transparent !important;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px !important;
  border-radius: 12px;
  padding: 20px 10px !important;
}
body.wi-wb-registration-landing .ticketCDArea.ticketSection:not(:has(.wi-ty-countdown-panel)) {
  width: 100%;
  max-width: min(22rem, 100%);
  margin-left: auto;
  margin-right: auto;
  min-width: 0;
  box-sizing: border-box;
}
body.wi-wb-registration-landing .ticketCDArea a.ticketCDAreaBTN:not(.wi-ty-live-join-btn) {
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
  width: 100% !important;
  max-width: 100%;
  min-width: 0 !important;
  box-sizing: border-box;
}
/* Beat theme / .ticketCDAreaBTN flex rule (higher specificity than a.wi-ty-live-join-hidden alone). */
body.wi-wb-registration-landing .ticketCDArea a.wi-ty-live-join-btn.wi-ty-live-join-hidden {
  display: none !important;
}
body.wi-wb-registration-landing .ticketCDArea a.ticketCDAreaBTN.wi-fse-primary-cta.wi-ty-live-join-btn:not(.wi-ty-live-join-hidden) {
  display: inline-flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  max-width: 100%;
  min-width: 0 !important;
  box-sizing: border-box;
}
body.wi-wb-registration-landing .ticketCDArea .ticketCDAreaBTN #defaultCountdown,
body.wi-wb-registration-landing .ticketCDArea .ticketCDAreaBTN .hasCountdown {
  width: 100%;
  max-width: min(22rem, 100%);
  margin-left: auto;
  margin-right: auto;
  min-width: 0;
  box-sizing: border-box;
}
body.wi-wb-registration-landing .ticketCDArea .wi-ty-countdown-panel {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  border-radius: 0;
  border: none;
  box-shadow: none;
  background: transparent none !important;
  background-color: transparent !important;
}
body.wi-wb-registration-landing .ticketCDArea .wi-ty-countdown-headline {
  margin: 0 0 0.65rem;
  font-family: var(--wp--preset--font-family--heading, var(--wp--preset--font-family--body, inherit));
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.35;
  text-align: center !important;
}
body.wi-wb-registration-landing .ticketCDArea .wi-ty-countdown-panel #defaultCountdown,
body.wi-wb-registration-landing .ticketCDArea .wi-ty-countdown-panel .hasCountdown {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

/*
 * Countdown inside CTA anchor only (legacy registration embed): gray strip + arrow — not the TY live-join link.
 */
body.wi-wb-registration-landing .ticketCDArea .ticketCDAreaBTN.wi-fse-primary-cta:not(.wi-ty-live-join-btn) {
  background-color: #ececec !important;
  background-image: url(../images/arrows2.png) !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
  background-size: auto 100% !important;
  color: #191919 !important;
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
  border-radius: 5px;
  box-shadow: none !important;
  text-shadow: none !important;
  filter: none !important;
  padding: 0.45rem 2.35rem 0.55rem 0.65rem !important;
  font-weight: 600;
}
body.wi-wb-registration-landing .ticketCDArea .ticketCDAreaBTN.wi-fse-primary-cta:not(.wi-ty-live-join-btn):hover,
body.wi-wb-registration-landing .ticketCDArea .ticketCDAreaBTN.wi-fse-primary-cta:not(.wi-ty-live-join-btn):focus {
  background-color: #e0e0e0 !important;
  color: #191919 !important;
  filter: none !important;
}
/* #A107 / #A111 / #A125 — TY countdown grid; tiles: flex-start + align-self center (Zahl↔Label tight). */
body.wi-wb-registration-landing .ticketCDArea .countdown_row,
body.wi-wb-registration-landing .tyCountdown .countdown_row {
  display: grid !important;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, 1fr);
  grid-template-rows: auto;
  gap: 0.35rem;
  width: 100%;
  box-sizing: border-box;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  align-items: stretch;
}
body.wi-wb-registration-landing .ticketCDArea .countdown_row .countdown_section,
body.wi-wb-registration-landing .tyCountdown .countdown_row .countdown_section {
  min-width: 0 !important;
  max-width: none !important;
  width: auto !important;
  margin: 0 !important;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center !important;
  align-items: center;
  align-content: center;
  gap: 0;
  min-height: clamp(2.75rem, 7.5vmin, 4.1rem) !important;
  align-self: stretch;
  padding-top: clamp(0.2rem, 0.55vmin, 0.38rem) !important;
  padding-bottom: clamp(0.2rem, 0.55vmin, 0.38rem) !important;
  padding-left: clamp(0.35rem, 1vw, 0.5rem) !important;
  padding-right: clamp(0.35rem, 1vw, 0.5rem) !important;
  border-radius: 8px;
  /* Keep the countdown visible without letting theme accent colors dominate the TY page. */
  background-color: rgba(248, 250, 252, 0.96) !important;
  background-image: linear-gradient(
    180deg,
    color-mix(in srgb, var(--wp--preset--color--base, #ffffff) 94%, var(--wp--preset--color--contrast, #1d2327) 6%),
    color-mix(in srgb, var(--wp--preset--color--base, #ffffff) 89%, var(--wp--preset--color--contrast, #1d2327) 11%)
  ) !important;
  color: var(--wp--preset--color--contrast, var(--wi-fse-body-text, var(--wp--preset--color--foreground, #1d2327))) !important;
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42);
  text-shadow: none;
}
body.wi-wb-registration-landing .ticketCDArea .countdown_amount,
body.wi-wb-registration-landing .tyCountdown .countdown_amount {
  font-size: clamp(1.45rem, 4.5vw, 2.85rem);
  line-height: 1;
  padding: 0 !important;
  margin: 0 0 -0.1em;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
body.wi-wb-registration-landing .ticketCDArea .countdown_descr,
body.wi-wb-registration-landing .tyCountdown .countdown_descr {
  font-family: var(--wp--preset--font-family--heading, var(--wp--preset--font-family--body, inherit));
  font-size: clamp(0.95rem, 1.35vw, 1.1rem);
  line-height: 1.05;
  margin: -0.38em 0 0;
  padding: 0;
  text-align: center;
}

body#webinarignition.page-thankyou_cp.wi-ty-gb-page .wi-ty-gb__card :where(
  .dateInfo,
  .dateHeadline,
  .dateSubHeadline,
  .tyTicketInfoCopy,
  .tyTicketInfoCopy b,
  .tyTicketInfoNewHeadline,
  .webinarURLArea,
  .webinarURLHeadline,
  .webinarURLHeadline i,
  .webinarURLHeadline2,
  .wi-ty-countdown-headline,
  .countdown_section,
  .countdown_amount,
  .countdown_descr,
  .ticketCalendarArea .optinHeadline12,
  .ticketCalendarArea p
) {
  color: #191919 !important;
  -webkit-text-fill-color: #191919 !important;
}

/*
 * TY in FSE page template (.thankyou-page-container): core layout often sets max-width:95% on group
 * children — webinar URL card must match ticket row width. Video + message: reduce vertical gap.
 */
body.wi-wb-registration-landing .thankyou-page-container .wp-block-columns > .wp-block-column:first-child {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.65rem;
}
body.wi-wb-registration-landing .thankyou-page-container .wp-block-columns > .wp-block-column:first-child > * {
  align-self: stretch !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}
body.wi-wb-registration-landing .thankyou-page-container .wp-block-column .ticketInfo {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100% !important;
  min-width: 0;
  box-sizing: border-box;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* #A103 — FSE native TY: same 72px tiles for date + webinar/host (legacy .ticketInfoIcon width:60px). */
body.wi-wb-registration-landing .thankyou-page-container .eventDate.ticketSectionNew.ts,
body.wi-wb-registration-landing .thankyou-page-container .ticketSection.ticketSectionNew.ts.newticketTest {
  align-items: center;
}

body.wi-wb-registration-landing .thankyou-page-container .dateIcon,
body.wi-wb-registration-landing .thankyou-page-container .ticketInfoIcon,
body.wi-wb-registration-landing .thankyou-page-container .ticketInfoIcon2 {
  width: 72px !important;
  min-width: 72px !important;
  max-width: 72px !important;
  height: 72px !important;
  min-height: 72px !important;
  max-height: 72px !important;
  flex-shrink: 0;
  box-sizing: border-box !important;
  display: flex !important;
  float: none !important;
  align-items: center;
  justify-content: center;
  margin: 0;
}

body.wi-wb-registration-landing .thankyou-page-container .dateIcon {
  overflow: hidden;
  background-size: 82% auto !important;
  background-position: center center !important;
}

body.wi-wb-registration-landing .thankyou-page-container .ticketInfoIcon,
body.wi-wb-registration-landing .thankyou-page-container .ticketInfoIcon2 {
  overflow: visible;
}

body.wi-wb-registration-landing .thankyou-page-container .ticketInfoIcon img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  margin: 0 auto;
  /* #A103 — Align PNG weight with calendar row (ty-gutenberg). */
  transform: scale(1.14) !important;
  transform-origin: center center !important;
}

body.wi-wb-registration-landing .thankyou-page-container .ticketInfoIcon2 img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  margin: 0 auto;
  transform: scale(1.18, 1.08) !important;
  transform-origin: center center !important;
}

body.wi-wb-registration-landing .thankyou-page-container .eventDate .dateInfo,
body.wi-wb-registration-landing .thankyou-page-container .eventDate .dateHeadline,
body.wi-wb-registration-landing .thankyou-page-container .eventDate .dateSubHeadline {
  font-family: var(--wp--preset--font-family--heading, var(--wp--preset--font-family--body, inherit));
}

body.wi-wb-registration-landing .thankyou-page-container .tyTicketWebinar .tyTicketInfoCopy,
body.wi-wb-registration-landing .thankyou-page-container .tyTicketHost .tyTicketInfoCopy {
  font-family: var(--wp--preset--font-family--heading, var(--wp--preset--font-family--body, inherit));
}

/* Native FSE TY: webinar/host — match .dateHeadline / .dateSubHeadline scale + family. */
body.wi-wb-registration-landing .thankyou-page-container .tyTicketWebinar .tyTicketInfoCopy > b,
body.wi-wb-registration-landing .thankyou-page-container .tyTicketHost .tyTicketInfoCopy > b {
  font-family: inherit;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.35;
  display: block;
  margin: 0 0 0.2rem;
  opacity: 1;
  color: var(--wp--preset--color--contrast, var(--wi-fse-body-text, #1d2327));
}

body.wi-wb-registration-landing .thankyou-page-container .tyTicketWebinar .tyTicketInfoNewHeadline,
body.wi-wb-registration-landing .thankyou-page-container .tyTicketHost .tyTicketInfoNewHeadline {
  font-family: var(--wp--preset--font-family--heading, var(--wp--preset--font-family--body, inherit));
  font-size: 1.12rem !important;
  line-height: 1.35 !important;
  font-weight: 700;
  margin: 0 !important;
  color: var(--wp--preset--color--contrast, var(--wi-fse-body-text, #1d2327));
}

body.wi-wb-registration-landing .thankyou-page-container .webinarURLArea,
body.wi-wb-registration-landing .thankyou-page-container .webinarURLArea .wiFormGroup-lg {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0;
  box-sizing: border-box;
  margin-left: 0 !important;
  margin-right: 0 !important;
  clear: both;
  flex: 0 0 auto;
  align-self: stretch !important;
}
body.wi-wb-registration-landing .thankyou-page-container .webinarURLArea #webbyURL {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
/* TY URL block: same hairline rim as info cards; transparent fill (user request). */
body.wi-wb-registration-landing .thankyou-page-container .webinarURLArea,
body.wi-ty-gb-page .wi-ty-gb__col--left .webinarURLArea {
  background: transparent none !important;
  background-color: transparent !important;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px !important;
  border-radius: 12px;
  padding: 20px 10px !important;
}
body.wi-wb-registration-landing .thankyou-page-container .webinarURLHeadline,
body.wi-wb-registration-landing .thankyou-page-container .webinarURLHeadline2,
body.wi-ty-gb-page .wi-ty-gb__col--left .webinarURLHeadline,
body.wi-ty-gb-page .wi-ty-gb__col--left .webinarURLHeadline2 {
  color: var(--wi-fse-body-text, var(--wp--preset--color--contrast, #1d2327)) !important;
}

body.wi-wb-registration-landing .thankyou-page-container .webinarURLHeadline2,
body.wi-ty-gb-page .wi-ty-gb__col--left .webinarURLHeadline2 {
  font-family: var(--wp--preset--font-family--heading, var(--wp--preset--font-family--body, inherit));
  font-size: 1.1rem;
  line-height: 1.35;
  font-weight: 400;
}
body.wi-wb-registration-landing .thankyou-page-container .webinarURLArea .webinarURLHeadline i,
body.wi-ty-gb-page .wi-ty-gb__col--left .webinarURLArea .webinarURLHeadline i {
  color: inherit;
}
body.wi-wb-registration-landing .thankyou-page-container .webinarURLArea #webbyURL,
body.wi-ty-gb-page .wi-ty-gb__col--left .webinarURLArea #webbyURL {
  /* Solid light field: color-mix(..., --wp--preset--color--base) goes dark in TT5 dark presets and kills contrast. */
  background-color: #ffffff !important;
  color: #000000 !important;
  -webkit-text-fill-color: #000000 !important;
  caret-color: #000000 !important;
  border: 1px solid rgba(15, 23, 42, 0.28) !important;
  background-position: right 0.75rem center;
  font-weight: 600 !important;
  font-size: clamp(13px, 1.05vw, 15px) !important;
}
/* Autofill / core theme inputs can override #webbyURL; keep URL readable on light field. */
body.wi-wb-registration-landing .wi-ty-gb .wi-ty-gb__col--left .webinarURLArea input#webbyURL.wiFormControl:-webkit-autofill,
body.wi-wb-registration-landing .wi-ty-gb .wi-ty-gb__col--left .webinarURLArea input#webbyURL.wiFormControl:-webkit-autofill:hover,
body.wi-wb-registration-landing .wi-ty-gb .wi-ty-gb__col--left .webinarURLArea input#webbyURL.wiFormControl:-webkit-autofill:focus,
body.wi-wb-registration-landing .thankyou-page-container .webinarURLArea input#webbyURL.wiFormControl:-webkit-autofill,
body.wi-wb-registration-landing .thankyou-page-container .webinarURLArea input#webbyURL.wiFormControl:-webkit-autofill:hover,
body.wi-wb-registration-landing .thankyou-page-container .webinarURLArea input#webbyURL.wiFormControl:-webkit-autofill:focus {
  -webkit-text-fill-color: #000000 !important;
  box-shadow: 0 0 0 1000px #ffffff inset !important;
  transition: background-color 99999s ease-out;
}
body.wi-wb-registration-landing .thankyou-page-container .is-layout-constrained .webinarURLArea,
body.wi-wb-registration-landing .thankyou-page-container .is-layout-constrained .ticketSection,
body.wi-wb-registration-landing .thankyou-page-container .is-layout-constrained .ticketCDArea,
body.wi-wb-registration-landing .thankyou-page-container .is-layout-constrained .eventDate {
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body.wi-wb-registration-landing .thankyou-page-container .wp-block-column .ticketSection,
body.wi-wb-registration-landing .thankyou-page-container .wp-block-column .ticketCDArea,
body.wi-wb-registration-landing .thankyou-page-container .wp-block-column .eventDate {
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body.wi-wb-registration-landing .thankyou-page-container .ctaArea.video #wi_ctaVideo {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
body.wi-wb-registration-landing .thankyou-page-container .ctaArea.video .video-js {
  margin-bottom: 0 !important;
}
body.wi-wb-registration-landing .thankyou-page-container .ctaArea.video .wi_ty_cta_message_below {
  margin-top: 0.85rem !important;
  padding-top: 0.65rem !important;
}
body.wi-wb-registration-landing .thankyou-page-container .ctaArea.video .wi_ty_cta_message_below h3:first-child {
  margin-top: 0;
  margin-bottom: 0.35rem;
}
body.wi-wb-registration-landing .thankyou-page-container .ctaArea.video {
  padding: 8px 10px 6px !important;
  background-color: transparent !important;
}

body.wi-wb-registration-landing .thankyou-page-container .ctaArea.video .wi_ty_cta_message_below {
  background: transparent none !important;
  background-color: transparent !important;
  box-shadow: none !important;
  color: var(--wi-fse-heading-text, var(--wi-fse-body-text, var(--wp--preset--color--contrast, #1d2327))) !important;
  -webkit-text-fill-color: var(--wi-fse-heading-text, var(--wi-fse-body-text, var(--wp--preset--color--contrast, #1d2327))) !important;
}
body.wi-wb-registration-landing .thankyou-page-container .ctaArea.video .wi_ty_cta_message_below h3,
body.wi-wb-registration-landing .thankyou-page-container .ctaArea.video .wi_ty_cta_message_below p,
body.wi-wb-registration-landing .thankyou-page-container .ctaArea.video .wi_ty_cta_message_below * {
  color: inherit !important;
  -webkit-text-fill-color: inherit !important;
}

/* Blocker catches clicks for iframe; cursor stays default — only mute/unmute use pointer */
.youtube-interaction-blocker {
  cursor: default !important;
}
.youtube-video-container {
  cursor: default;
}

.youtube-video-container .mute-unmute-btn.wiButton.addedArrow.wi-fse-primary-cta,
.wi-youtube-mute-top-layer .mute-unmute-btn.wiButton.addedArrow.wi-fse-primary-cta {
  width: auto;
  height: auto !important;
  align-self: center;
  max-width: 92%;
}
.youtube-video-container .mute-unmute-btn.wiButton.addedArrow.wi-fse-primary-cta .mute-icon,
.wi-youtube-mute-top-layer .mute-unmute-btn.wiButton.addedArrow.wi-fse-primary-cta .mute-icon {
  text-align: center;
}
.youtube-video-container .unmute-btn.wi-youtube-mute-fab,
.wi-youtube-mute-top-layer .unmute-btn.wi-youtube-mute-fab {
  --wi-fse-p: var(--wi-cta-bg, var(--wi-fse-cta-fill, var(--wi-fse-accent, var(--wp--preset--color--contrast, var(--wp--preset--color--primary, #32373c)))));
  --wi-fse-c: var(--wi-cta-color, var(--wi-fse-cta-text, #ffffff));
  background-color: var(--wi-fse-p) !important;
  color: var(--wi-fse-c) !important;
  border: none !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  width: 58px !important;
  height: 58px !important;
  min-width: 58px;
  min-height: 58px;
  font-size: 0;
  cursor: pointer;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
  position: absolute;
  bottom: 18px;
  left: 18px;
  padding: 8px;
  z-index: 2;
}
.youtube-video-container .unmute-btn.wi-youtube-mute-fab::before,
.wi-youtube-mute-top-layer .unmute-btn.wi-youtube-mute-fab::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  margin: 0 auto;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 9v6h4l5 5V4L7 9H3zm13.5 3A4.5 4.5 0 0014 7.97v8.05A4.5 4.5 0 0016.5 12zm-2.5-8.5v2.06A7 7 0 0118 12a7 7 0 01-4 6.44v2.06A9 9 0 0020 12a9 9 0 00-6-8.5z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 9v6h4l5 5V4L7 9H3zm13.5 3A4.5 4.5 0 0014 7.97v8.05A4.5 4.5 0 0016.5 12zm-2.5-8.5v2.06A7 7 0 0118 12a7 7 0 01-4 6.44v2.06A9 9 0 0020 12a9 9 0 00-6-8.5z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.youtube-video-container .unmute-btn.wi-youtube-mute-fab:hover,
.wi-youtube-mute-top-layer .unmute-btn.wi-youtube-mute-fab:hover {
  transform: scale(1.06);
  filter: none;
  background-color: color-mix(in srgb, var(--wi-fse-p) 86%, #000) !important;
}
@supports not (background-color: color-mix(in srgb, red, blue)) {
  .youtube-video-container .unmute-btn.wi-youtube-mute-fab:hover,
  .wi-youtube-mute-top-layer .unmute-btn.wi-youtube-mute-fab:hover {
    filter: brightness(0.92);
  }
}
.youtube-video-container .unmute-btn.wi-youtube-mute-fab img,
.wi-youtube-mute-top-layer .unmute-btn.wi-youtube-mute-fab img {
  width: 28px;
  height: 28px;
  display: none;
  margin: 0 auto;
  filter: brightness(0) invert(1);
}
.youtube-video-container .unmute-btn.wi-youtube-mute-fab img + *,
.wi-youtube-mute-top-layer .unmute-btn.wi-youtube-mute-fab img + * {
  display: none;
}

/* CTA overlay: keep scrollable when content is tall (e.g. Freemius). */
.webinarVideoCtaCombined .webinarVideoCTA .timedUnderAreaOverlay.wi-cta-tab {
  max-height: min(88vh, 920px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}
/* Calendar buttons — centered in all themes and contexts */
/* Calendar buttons — flex row, centered */
.wi-btns-wrap,
.wi-calendar-btns {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  gap: 12px;
  flex-wrap: wrap;
  text-align: center;
}
/* Override wiButton-block (display:block; width:100%) inside the flex row */
.wi-btns-wrap .wiButton-block,
.wi-btns-wrap .wiButton,
.wi-calendar-btns .wp-block-button {
  width: auto !important;
  display: inline-flex !important;
  flex: 0 0 auto;
}
@media screen and (max-width: 480px) {
  .wi-btns-wrap,
  .wi-calendar-btns {
    flex-direction: column !important;
    align-items: center !important;
  }
  .wi-btns-wrap .wiButton-block,
  .wi-btns-wrap .wiButton,
  .wi-calendar-btns .wp-block-button {
    width: 100% !important;
  }
}

/* ─────────────────────────────────────────────────────────────────────────
   CP Thank-you page: hero header + 2-column card (thankyou_cp.php)
   ───────────────────────────────────────────────────────────────────────── */

/* ty-headline.php: success icon on same row as main headline (subhead below). */
.tyHeadlineLeadRow {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  gap: 0.75rem 1rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.tyHeadlineLeadRow .tyHeadlineIcon {
  flex-shrink: 0;
  line-height: 0;
  margin-top: 0.2em;
  color: var(--wp--preset--color--primary, #2e7d32);
}
.tyHeadlineLeadRow .tyHeadlineIcon .wi-ty-success-check {
  color: inherit;
}
.tyHeadlineLeadRow .tyHeadlineTextStack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  min-width: min-content;
  flex: 0 0 auto;
}
.tyHeadlineLeadRow .optinHeadline1 {
  /* One line with icon; row scrolls horizontally on very narrow viewports. */
  flex: 0 0 auto;
  min-width: min-content;
  margin-bottom: 0 !important;
  text-align: center;
  display: flex;
  flex-wrap: nowrap !important;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  line-height: 1.25;
  white-space: nowrap;
}
.tyHeadlineLeadRow .wi-ty-success-check svg {
  width: 2.5rem !important;
  height: 2.5rem !important;
  display: block;
}
body:not(.wi-ty-gb-page) .tyHeadlineCopy:has(.tyHeadlineLeadRow) {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
body:not(.wi-ty-gb-page) .tyHeadlineCopy:has(.tyHeadlineLeadRow) .tyHeadlineTextStack .optinHeadline2,
body:not(.wi-ty-gb-page) .tyHeadlineCopy:has(.tyHeadlineLeadRow) .tyHeadlineTextStack .wiOptinHeadline2 {
  width: auto;
  max-width: 100%;
  margin: 0;
  text-align: center;
  white-space: nowrap;
  color: var(--wp--preset--color--contrast, #3d4f44);
}

/* No linked thank-you pages: single headline + subhead — match centered TY hero. */
.tyHeadlineCopy:not(:has(.tyHeadlineLeadRow)) .optinHeadline1,
.tyHeadlineCopy:not(:has(.tyHeadlineLeadRow)) .optinHeadline2 {
  text-align: center;
}

/* Thank-you hero: success strip + typography (template may add its own .tyHeadlineIcon — hide duplicate) */
.page-thankyou_cp .headlineArea.wi-ty-hero {
  padding: clamp(16px, 3vw, 28px) 0 8px;
  text-align: center;
  background: linear-gradient(165deg, #f4f7f5 0%, #e8f0eb 45%, #e3ebe6 100%);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.page-thankyou_cp .headlineArea.wi-ty-hero .wi-ty-hero__container {
  max-width: 52rem;
}

/* Icon + headline on one row (compact); subhead stays under copy block */
.page-thankyou_cp .headlineArea.wi-ty-hero .wi-ty-hero__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 14px 16px;
}

.page-thankyou_cp .headlineArea.wi-ty-hero .wi-ty-hero__mark {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  margin-top: 0.2em;
  border-radius: 50%;
  background: linear-gradient(145deg, #fff 0%, #f1f8f2 100%);
  box-shadow: 0 2px 10px rgba(46, 125, 50, 0.16), 0 0 0 1px rgba(46, 125, 50, 0.12);
  color: #2e7d32;
  font-size: 1.35rem;
  line-height: 1;
}

.page-thankyou_cp .headlineArea.wi-ty-hero .wi-ty-hero__mark .wi-ty-success-check {
  color: #2e7d32;
  display: inline-flex;
  line-height: 0;
}

.page-thankyou_cp .headlineArea.wi-ty-hero .wi-ty-hero__mark .wi-ty-success-check svg {
  width: 1.35rem;
  height: 1.35rem;
  display: block;
}

.tyHeadlineIcon .wi-ty-success-check {
  color: #2e7d32;
  line-height: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tyHeadlineIcon .wi-ty-success-check svg {
  width: 2.75rem;
  height: 2.75rem;
  display: block;
}

.page-thankyou_cp .headlineArea.wi-ty-hero .tyHeadlineContainer {
  flex: 1 1 16rem;
  min-width: min(100%, 12rem);
  max-width: min(100%, 52rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  text-align: center;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.page-thankyou_cp .headlineArea.wi-ty-hero .tyHeadlineContainer .tyHeadlineIcon,
.page-thankyou_cp .headlineArea.wi-ty-hero .tyHeadlineLeadRow .tyHeadlineIcon {
  display: none;
}

.page-thankyou_cp .headlineArea.wi-ty-hero .tyHeadlineCopy {
  width: 100%;
  max-width: min(100%, 52rem);
  text-align: center;
}

.page-thankyou_cp .headlineArea.wi-ty-hero .tyHeadlineCopy .optinHeadline1,
.page-thankyou_cp .headlineArea.wi-ty-hero .tyHeadlineCopy .wiOptinHeadline1 {
  font-size: clamp(1.375rem, 2.5vw, 1.875rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--wp--preset--color--contrast, #14221a);
  margin: 0 0 0.5em;
  white-space: nowrap;
}

.page-thankyou_cp .headlineArea.wi-ty-hero .tyHeadlineCopy .optinHeadline2,
.page-thankyou_cp .headlineArea.wi-ty-hero .tyHeadlineCopy .wiOptinHeadline2 {
  font-size: clamp(0.95rem, 1.6vw, 1.0625rem);
  line-height: 1.55;
  color: var(--wp--preset--color--contrast, #3d4f44);
  margin: 0;
  font-weight: 400;
  white-space: nowrap;
}

.page-thankyou_cp .mainWrapper {
  background-color: #eceff1;
}

/* Grey background outside the card — tight gap under hero, above green accent */
.page-thankyou_cp .cpWrapperWrapper {
  padding: 0 0 48px;
  background-color: #eceff1;
}

/* Constrain and center the inner container */
.page-thankyou_cp .cpWrapperWrapper .wiContainer,
.page-thankyou_cp .cpWrapperWrapper .container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Card/box on cpWrapper — column stack + top accent bar */
.page-thankyou_cp .cpWrapper {
  position: relative;
  background: #fff !important;
  box-shadow: 0 4px 6px -1px rgba(15, 23, 42, 0.06), 0 12px 28px -8px rgba(15, 23, 42, 0.1) !important;
  border: 1px solid rgba(15, 23, 42, 0.06) !important;
  border-radius: 16px !important;
  overflow: hidden;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch;
  padding: 0 !important;
}

.page-thankyou_cp .cpWrapper::before {
  content: "";
  display: block;
  height: 4px;
  flex-shrink: 0;
  background: linear-gradient(90deg, #1b5e20 0%, #43a047 38%, #66bb6a 62%, #1b5e20 100%);
  opacity: 0.95;
}

.page-thankyou_cp .cpTyTwoCol {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  /* flex-start: avoid equal-height column + margin-top:auto pushing right CTA down */
  align-items: flex-start;
  width: 100%;
  min-width: 0;
}

/* Legacy ticket box pulls up with negative margin; neutralize so right column can align */
.page-thankyou_cp .cpTyTwoCol .ticketWrapper {
  margin: 0;
}

/* Each column gets its own padding */
.page-thankyou_cp .cpTyTwoCol .cpLeftSide,
.page-thankyou_cp .cpTyTwoCol .cpRightSide {
  flex: 0 0 50% !important;
  max-width: 50% !important;
  min-width: 0;
  padding: clamp(20px, 3vw, 32px);
  box-sizing: border-box;
}

/* cp.css margin on .cpRightSide; stack CTA from top (theme/cpres_ty margin-left on wide screens) */
.page-thankyou_cp .cpTyTwoCol .cpRightSide {
  margin-left: 0 !important;
  margin-top: 0 !important;
  width: auto !important;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.page-thankyou_cp .cpTyTwoCol .cpRightSide .ctaArea {
  margin-top: 0 !important;
  margin-left: 0 !important;
}

/* Right column content aligned with left column — column padding (clamp 20–32px) is the only inset */
.page-thankyou_cp .cpTyTwoCol .cpRightSide .ctaArea:not(.video) {
  padding: 0;
  text-align: left !important;
}

.page-thankyou_cp .cpTyTwoCol .cpRightSide .ctaArea:not(.video) h3,
.page-thankyou_cp .cpTyTwoCol .cpRightSide .ctaArea:not(.video) p {
  text-align: left;
}

.page-thankyou_cp .cpTyTwoCol .cpRightSide .remindersBlock {
  margin-top: 0;
  margin-left: 0 !important;
  padding-left: 0;
  padding-right: 0;
}

.page-thankyou_cp .cpTyTwoCol .cpRightSide .ctaArea h3:first-child,
.page-thankyou_cp .cpTyTwoCol .cpRightSide .ctaArea .optinHeadline:first-child {
  margin-top: 0;
}

/* main.css uses margin-top:auto for video CTA inside stretched flex — reset on TY */
.page-thankyou_cp .ctaArea.video {
  margin-top: 0 !important;
}

/*
 * HC thank-you (cpres_ty.css): .cpRightSide .ctaArea.video uses a white card (#fff).
 * FSE/theme tokens (--wi-fse-body-text, --wp--preset--color--contrast) can still resolve to light ink
 * → “Looking forward…” block invisible. Force readable body copy on that shell only.
 */
.page-thankyou_cp .cpTyTwoCol .cpRightSide .ctaArea.video .wi_ty_cta_message_below,
.page-thankyou_cp .cpTyTwoCol .cpRightSide .ctaArea.video .wi_ty_cta_message_below h3,
.page-thankyou_cp .cpTyTwoCol .cpRightSide .ctaArea.video .wi_ty_cta_message_below p,
.page-thankyou_cp .cpTyTwoCol .cpRightSide .ctaArea.video .wi_ty_cta_message_below a,
.page-thankyou_cp .cpTyTwoCol .cpRightSide .ctaArea.video .wi_ty_cta_message_below * {
  color: #1d2327 !important;
  -webkit-text-fill-color: #1d2327 !important;
}

.page-thankyou_cp .cpTyTwoCol .cpLeftSide {
  width: auto !important;
  overflow-x: hidden;
  overflow-y: visible;
}

/* Left column: subtle right border separator */
.page-thankyou_cp .cpTyTwoCol .cpLeftSide {
  border-right: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(180deg, #fafcfb 0%, #fff 28%);
}

@media (max-width: 768px) {
  .page-thankyou_cp .headlineArea.wi-ty-hero .wi-ty-hero__inner {
    gap: 10px 12px;
  }

  .page-thankyou_cp .headlineArea.wi-ty-hero .wi-ty-hero__mark {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.2rem;
    margin-top: 0.15em;
  }

  .page-thankyou_cp .cpTyTwoCol {
    flex-wrap: wrap !important;
  }
  .page-thankyou_cp .cpTyTwoCol .cpLeftSide,
  .page-thankyou_cp .cpTyTwoCol .cpRightSide {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    border-right: none;
  }
  .page-thankyou_cp .cpTyTwoCol .cpLeftSide {
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    background: #fff;
  }
}

/* Gutenberg thank-you template: force side-by-side columns on wide viewports */
@media (min-width: 782px) {
  .thankyou-page-container > .wp-block-columns,
  .thankyou-page-container .wp-block-columns.is-style-default {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: flex-start;
  }
  .thankyou-page-container .wp-block-columns > .wp-block-column {
    flex-basis: 50% !important;
    flex-grow: 0 !important;
    max-width: 50% !important;
    min-width: 0;
  }
}

/* #A055 — Calendar / clock art + FA calendar icons: avoid intermittent clip (overflow stacks, subpixel). */
.ticketCalendarArea .wi-btns-wrap a.button,
.ticketCalendarArea .wi-btns-wrap a.wiButton,
.ticketCalendarArea .wi-btns-wrap a.wp-block-button__link,
.wi-ty-gb .ticketCalendarArea .wi-btns-wrap a.button,
.wi-ty-gb .ticketCalendarArea .wi-btns-wrap a.wiButton,
.wi-ty-gb .ticketCalendarArea .wi-btns-wrap a.wp-block-button__link {
  overflow: visible;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  line-height: 1.25;
  box-sizing: border-box;
}
.ticketCalendarArea .wi-btns-wrap a i[class^="icon-"],
.ticketCalendarArea .wi-btns-wrap a i[class*=" icon-"],
.wi-ty-gb .ticketCalendarArea .wi-btns-wrap a i[class^="icon-"],
.wi-ty-gb .ticketCalendarArea .wi-btns-wrap a i[class*=" icon-"] {
  display: inline-block;
  overflow: visible;
  line-height: 1;
  vertical-align: middle;
  margin-right: 0.35em;
}

/*
 * #A082 — FSE page-webinar-registration: global footer shortcode on one row; TY native — no duplicate WI footers.
 * Template prints [webinarignition_footer] after post content; hide copies inside .wp-block-post-content + legacy append.
 * #A094 — Also center footer on default-template reg pages + TY (not only body … webinar-registration …).
 * #A099 — One physical line: flex-wrap was splitting Privacy | Imprint | © … onto separate rows; nowrap + scroll on narrow viewports.
 * #A112 — Block + inline centering (not flex on mixed text/links): flex was clipping long one-line copy inside narrow columns.
 * alignfull: break out to 100vw so the scrollable strip matches the viewport, not the content column width.
 */
/*
 * #A127 — Footer SC everywhere: full width + wrap on narrow viewports. Rolls back #A099/#A112 one-line-nowrap which forced horizontal scroll
 * on mobile even on plain WP pages using [webinarignition_footer]. Shortcode output ships its own inline CSS now (class-only, no body class),
 * so these selectors stay here only to keep legacy-scoped overrides consistent and to win vs. theme block rules that target .entry-content.
 */
body[class*="webinar-registration"] .wi-webinarignition-footer.wi-registration-global-footer,
.entry-content .wi-webinarignition-footer.wi-registration-global-footer,
body.wi-wb-registration-landing .wi-webinarignition-footer.wi-registration-global-footer,
body.wi-ty-gb-page .wi-webinarignition-footer.wi-registration-global-footer {
  display: block;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: max(1rem, env(safe-area-inset-left, 0px));
  padding-right: max(1rem, env(safe-area-inset-right, 0px));
  box-sizing: border-box;
  overflow-x: visible;
  overflow-y: visible;
}
body[class*="webinar-registration"] .wi-webinarignition-footer.wi-registration-global-footer.alignfull,
.entry-content .wi-webinarignition-footer.wi-registration-global-footer.alignfull,
body.wi-wb-registration-landing .wi-webinarignition-footer.wi-registration-global-footer.alignfull,
body.wi-ty-gb-page .wi-webinarignition-footer.wi-registration-global-footer.alignfull {
  width: 100vw;
  max-width: 100vw;
  position: relative;
  left: 50%;
  right: auto;
  margin-left: -50vw;
  margin-right: -50vw;
}
@media (max-width: 781px) {
  body[class*="webinar-registration"] .wi-webinarignition-footer.wi-registration-global-footer.alignfull,
  .entry-content .wi-webinarignition-footer.wi-registration-global-footer.alignfull,
  body.wi-wb-registration-landing .wi-webinarignition-footer.wi-registration-global-footer.alignfull,
  body.wi-ty-gb-page .wi-webinarignition-footer.wi-registration-global-footer.alignfull {
    width: 100%;
    max-width: 100%;
    position: static;
    left: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
body[class*="webinar-registration"] .wi-webinarignition-footer.wi-registration-global-footer a,
.entry-content .wi-webinarignition-footer.wi-registration-global-footer a,
body.wi-wb-registration-landing .wi-webinarignition-footer.wi-registration-global-footer a,
body.wi-ty-gb-page .wi-webinarignition-footer.wi-registration-global-footer a {
  color: inherit !important;
  white-space: normal;
}

/* Legacy append + in-content footer shortcode: template after post content already prints the global footer. */
body.wi-ty-native.page-thankyou_cp .wi-ty-native-footer-append {
  display: none !important;
}
body.wi-ty-native.page-thankyou_cp[class*="webinar-registration"] .entry-content.wp-block-post-content .wi-webinarignition-footer {
  display: none !important;
}

/*
 * #A118 — GB opt-in column (live row + form), mobile: single horizontal inset on `.wi-sc-hosted` so
 * `.eventDate.wi-live-dates-wrap` and `.optinFormArea` share the same left edge (placed last in this file
 * so it wins over `.wi-sc-hosted > .optinFormArea` padding rules above).
 */
@media only screen and (max-width: 767px) {
	body.wi-wb-registration-landing #signup .wi-sc-hosted:not(:has(.wi-sc-design-stack)),
	body.wi-wb-registration-landing .wi_col_reg_optin_section .wi-sc-hosted:not(:has(.wi-sc-design-stack)) {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
		box-sizing: border-box !important;
	}
	body.wi-wb-registration-landing #signup .wi-sc-hosted:not(:has(.wi-sc-design-stack)) > .eventDate.wi-live-dates-wrap,
	body.wi-wb-registration-landing #signup .wi-sc-hosted:not(:has(.wi-sc-design-stack)) > .eventDate.evergreen-Registration,
	body.wi-wb-registration-landing #signup .wi-sc-hosted:not(:has(.wi-sc-design-stack)) > .optinFormArea.optin-form-area,
	body.wi-wb-registration-landing .wi_col_reg_optin_section .wi-sc-hosted:not(:has(.wi-sc-design-stack)) > .eventDate.wi-live-dates-wrap,
	body.wi-wb-registration-landing .wi_col_reg_optin_section .wi-sc-hosted:not(:has(.wi-sc-design-stack)) > .eventDate.evergreen-Registration,
	body.wi-wb-registration-landing .wi_col_reg_optin_section .wi-sc-hosted:not(:has(.wi-sc-design-stack)) > .optinFormArea.optin-form-area {
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		box-sizing: border-box !important;
	}
}

/*
 * #A119 — Evergreen “Select date” inside `.wi-sc-form-wrap--flat` (nested under .wi-sc-hosted): global
 * `.eventDate` padding / theme rules can still win over wi-sc-form.css. Keep terminal override at EOF.
 */
body .entry-content .wi-sc-hosted .wi-sc-form-wrap.wi-sc-form-wrap--flat .eventDate.evergreen-Registration.hola,
body .entry-content .wi-sc-hosted .wi-sc-form-wrap.wi-sc-form-wrap--flat .eventDate.evergreen-Registration,
body .wp-block-post-content .wi-sc-hosted .wi-sc-form-wrap.wi-sc-form-wrap--flat .eventDate.evergreen-Registration.hola,
body .wp-block-post-content .wi-sc-hosted .wi-sc-form-wrap.wi-sc-form-wrap--flat .eventDate.evergreen-Registration {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/*
 * #A718 — Standalone live/console uses body#webinarignition; core/theme global styles can still cap width.
 */
html body#webinarignition.webinar_page,
body#webinarignition.webinar_page {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	/* Desktop live layout uses JS pixel heights for #webinarContent; min-height:100vh + dvh children caused extra document scroll (#A725). */
	min-height: 0;
	box-sizing: border-box;
}
@media (max-width: 991.98px) {
	body#webinarignition.webinar_page {
		min-height: 100vh;
	}
}
body#webinarignition.webinar_page #webinarHeader,
body#webinarignition.webinar_page #webinarContent,
body#webinarignition.webinar_page #webinarFooter,
body#webinarignition.webinar_page #webinar-content-container-X {
	width: 100% !important;
	max-width: none !important;
	box-sizing: border-box;
}

/*
 * Oxygen theme: outer layout max-width shrinks WI live/console into a centered column. Relax wrappers
 * only when body carries Oxygen’s class and WI marks the webinar surface (#webinarignition).
 */
body.oxygen.webinar_page #webinarignition,
body.oxygen.webinar_page_modern #webinarignition {
	max-width: 100% !important;
	width: 100% !important;
	margin-left: auto !important;
	margin-right: auto !important;
	box-sizing: border-box !important;
}
body.oxygen.webinar_page .oxy-inner-content,
body.oxygen.webinar_page .ct-inner-content,
body.oxygen.webinar_page #inner_content,
body.oxygen.webinar_page .site-content,
body.oxygen.webinar_page #content,
body.oxygen.webinar_page .entry-content,
body.oxygen.webinar_page_modern .oxy-inner-content,
body.oxygen.webinar_page_modern .ct-inner-content,
body.oxygen.webinar_page_modern #inner_content,
body.oxygen.webinar_page_modern .site-content,
body.oxygen.webinar_page_modern #content,
body.oxygen.webinar_page_modern .entry-content {
	max-width: none !important;
	width: 100% !important;
	box-sizing: border-box !important;
}

/*
 * #A001/#A002 — WI modern surface isolation. FSE/theme values may enter only through
 * WI variables; broad theme selectors must not reshape modern shortcode/TY/live UI.
 * HC/legacy templates are intentionally left out of this contract.
 */
.wi-sc-hosted,
.wi-registration-wrapper,
.wi_grid_container,
.webinar-block-shell,
body.wi-ty-gb-page,
body#webinarignition.webinar_page #webinarHeader,
body#webinarignition.webinar_page #webinarContent,
body#webinarignition.webinar_page #webinarFooter {
	box-sizing: border-box;
	font-family: var(--wi-font-family, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif) !important;
	color: var(--wi-text-color, var(--wi-fse-body-text, #1d2327));
}
.wi-sc-hosted *,
.wi-sc-hosted *::before,
.wi-sc-hosted *::after,
.wi-registration-wrapper *,
.wi-registration-wrapper *::before,
.wi-registration-wrapper *::after,
.wi_grid_container *,
.wi_grid_container *::before,
.wi_grid_container *::after,
.webinar-block-shell *,
.webinar-block-shell *::before,
.webinar-block-shell *::after,
body.wi-ty-gb-page .ticketCDArea,
body.wi-ty-gb-page .ticketCDArea *,
body.wi-ty-gb-page .ticketCDArea *::before,
body.wi-ty-gb-page .ticketCDArea *::after {
	box-sizing: inherit;
}
.wi-sc-hosted :where(h1,h2,h3,h4,h5,h6,.wiOptinHeadline,.wiOptinHeadline1,.wiOptinHeadline2),
.wi-registration-wrapper :where(h1,h2,h3,h4,h5,h6,.wiOptinHeadline,.wiOptinHeadline1,.wiOptinHeadline2),
.wi_grid_container :where(h1,h2,h3,h4,h5,h6),
.webinar-block-shell :where(h1,h2,h3,h4,h5,h6),
body.wi-ty-gb-page :where(.ticketCDArea h1,.ticketCDArea h2,.ticketCDArea h3,.ticketCDArea h4) {
	font-family: var(--wi-font-family, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif) !important;
	color: var(--wi-heading-color, var(--wi-fse-heading-text, var(--wi-text-color, #1d2327))) !important;
	-webkit-text-fill-color: var(--wi-heading-color, var(--wi-fse-heading-text, var(--wi-text-color, #1d2327))) !important;
}
.wi-sc-hosted :where(input,select,textarea,button),
.wi-registration-wrapper :where(input,select,textarea,button),
.webinar-block-shell :where(input,select,textarea,button),
body.wi-ty-gb-page .ticketCDArea :where(input,select,textarea,button) {
	font-family: var(--wi-font-family, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif) !important;
}
.wi-sc-hosted :where(.wiButton,.button,#optinBTN,.wi_grid_cta_btn),
.wi-registration-wrapper :where(.wiButton,.button,#optinBTN,.wi_grid_cta_btn),
.wi_grid_container :where(.wiButton,.button,.wi_grid_cta_btn),
.webinar-block-shell :where(.wiButton,.button,#optinBTN),
body.wi-ty-gb-page .ticketCDArea :where(.wiButton,.button,.ticketCDAreaBTN) {
	font-family: var(--wi-font-family, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif) !important;
}
body#webinarignition.webinar_page .wiContainer {
	max-width: none;
}
.wi-sc-hosted :where(p,span:not(#optinBTNText):not(#optinBTNLoading),label,li,small,strong,em),
.wi-registration-wrapper :where(p,span:not(#optinBTNText):not(#optinBTNLoading),label,li,small,strong,em),
.wi_grid_container :where(p,span:not(#optinBTNText):not(#optinBTNLoading),label,li,small,strong,em),
.webinar-block-shell :where(p,span:not(#optinBTNText):not(#optinBTNLoading),label,li,small,strong,em),
body.wi-ty-gb-page .ticketCDArea :where(p,span:not(#optinBTNText):not(#optinBTNLoading),label,li,small,strong,em) {
	font-family: var(--wi-font-family, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif) !important;
	color: var(--wi-text-color, var(--wi-fse-body-text, #1d2327)) !important;
	-webkit-text-fill-color: var(--wi-text-color, var(--wi-fse-body-text, #1d2327)) !important;
}
.wi-sc-hosted .wiButton,
.wi-sc-hosted .button,
.wi-sc-hosted #optinBTN,
.wi-sc-hosted .wi_grid_cta_btn,
.wi-registration-wrapper .wiButton,
.wi-registration-wrapper .button,
.wi-registration-wrapper #optinBTN,
.wi-registration-wrapper .wi_grid_cta_btn,
.wi_grid_container .wiButton,
.wi_grid_container .button,
.wi_grid_container .wi_grid_cta_btn,
.webinar-block-shell .wiButton,
.webinar-block-shell .button,
.webinar-block-shell #optinBTN,
body.wi-ty-gb-page .ticketCDArea .wiButton,
body.wi-ty-gb-page .ticketCDArea .button,
body.wi-ty-gb-page .ticketCDArea .ticketCDAreaBTN {
	font-family: var(--wi-font-family, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif) !important;
}


/* #A003 — Opt-in label must match button ink (nested #optinBTNText must not pick up body text tokens). */
.wi-sc-hosted #optinBTN #optinBTNText,
.wi-registration-wrapper #optinBTN #optinBTNText,
.webinar-block-shell #optinBTN #optinBTNText {
	color: inherit !important;
	-webkit-text-fill-color: inherit !important;
}


/* =====================================================================
   #A059 — HCR Shortcode Room in GB / Block-Theme Context
   ===================================================================== */

/* 1. Full-width shell: breakout of theme content-max-width (full-bleed technique).
   We use 100vw + negative margin so the shell fills the viewport even when the GB
   post-content block is constrained by the theme's content-width preset. */
.wi-high-capacity-gb-shortcode-shell {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
  margin-right: 0;
  box-sizing: border-box;
  display: block;
  position: relative;
  overflow-x: hidden;
}

/* 2. HCR header: make it visible in the shortcode context (was hidden by the parent rule above) */
.wi-high-capacity-gb-shortcode-shell #webinarHeader,
.wi-high-capacity-gb-shortcode-shell .wi-hcr-room-header {
  display: block !important;
}

/* 3. Video + vidBox: fill available viewport height (no setContentHeight JS runs here).
   #A061: removed 580px cap so YT/100ms player uses full window height instead of letterboxing.
   Scope to the outer HCR column (#webinarVideo.wi-hcr-video-col) so the inner legacy
   .webinarVideo nodes from the fragment partial are not affected. */
.wi-high-capacity-gb-shortcode-shell #webinarVideo.wi-hcr-video-col {
  min-height: clamp(260px, calc(100vh - 120px), 100vh);
  position: relative;
  /* Layout: take all remaining width next to the sidebar (do not depend on JS adding
     wi-col-lg-9 — selectors below also kept as a fallback). */
  flex: 1 1 0 !important;
  min-width: 0 !important;
  width: auto !important;
  max-width: none !important;
}
.wi-high-capacity-gb-shortcode-shell #webinarVideo.wi-hcr-video-col #vidBox,
.wi-high-capacity-gb-shortcode-shell #webinarVideo.wi-hcr-video-col > .webinarVideo {
  /* Explicit height required so youtube-video-container's height:100% resolves correctly.
     Without this the percentage resolves to 0 and YouTube plays at a smaller size (#A775).
     #A061: scale with viewport instead of fixed 580px clamp. */
  min-height: clamp(240px, calc(100vh - 130px), 100vh);
  height: clamp(240px, calc(100vh - 130px), 100vh);
}
/* Admin bar offset: subtract WP admin bar height from viewport calc */
body.admin-bar .wi-high-capacity-gb-shortcode-shell #webinarVideo.wi-hcr-video-col {
  min-height: clamp(260px, calc(100vh - 166px), calc(100vh - 46px));
}
body.admin-bar .wi-high-capacity-gb-shortcode-shell #webinarVideo.wi-hcr-video-col #vidBox,
body.admin-bar .wi-high-capacity-gb-shortcode-shell #webinarVideo.wi-hcr-video-col > .webinarVideo {
  min-height: clamp(240px, calc(100vh - 176px), calc(100vh - 46px));
  height: clamp(240px, calc(100vh - 176px), calc(100vh - 46px));
}
@media screen and (min-width: 783px) {
  body.admin-bar .wi-high-capacity-gb-shortcode-shell #webinarVideo.wi-hcr-video-col {
    min-height: clamp(260px, calc(100vh - 152px), calc(100vh - 32px));
  }
  body.admin-bar .wi-high-capacity-gb-shortcode-shell #webinarVideo.wi-hcr-video-col #vidBox,
  body.admin-bar .wi-high-capacity-gb-shortcode-shell #webinarVideo.wi-hcr-video-col > .webinarVideo {
    min-height: clamp(240px, calc(100vh - 162px), calc(100vh - 32px));
    height: clamp(240px, calc(100vh - 162px), calc(100vh - 32px));
  }
}
/* Sidebar: ensure it has a flex basis so it sits next to the video (independent of
   wi-col-lg-3 class which depends on legacy JS). */
@media (min-width: 992px) {
  .wi-high-capacity-gb-shortcode-shell #webinarSidebar {
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 280px !important;
    max-width: min(400px, 38vw) !important;
  }
}
/* Propagate height to the YouTube/video wrapper and its iframe */
.wi-high-capacity-gb-shortcode-shell #vidBox .youtube-video-container,
.wi-high-capacity-gb-shortcode-shell #vidBox .webinarIframe,
.wi-high-capacity-gb-shortcode-shell #vidBox > div:not(.webinarVideoCTA):not(#webinarVideoCTA) {
  height: 100% !important;
  min-height: 100% !important;
}

/* 4. Side-by-side layout for video + sidebar inside shortcode shell */
.wi-high-capacity-gb-shortcode-shell .webinar-video-sidebar-comb {
  display: flex;
  width: 100%;
  align-items: stretch;
}
@media (min-width: 992px) {
  .wi-high-capacity-gb-shortcode-shell .webinar-video-sidebar-comb .webinarVideo {
    flex: 1 1 0;
    min-width: 0;
    width: auto !important;
  }
  .wi-high-capacity-gb-shortcode-shell .webinar-video-sidebar-comb #webinarSidebarSlot,
  .wi-high-capacity-gb-shortcode-shell .webinar-video-sidebar-comb #webinarSidebar {
    flex: 0 0 auto;
    width: auto !important;
    min-width: 300px !important;
    max-width: min(420px, 40vw) !important;
  }
}
@media (max-width: 991.98px) {
  .wi-high-capacity-gb-shortcode-shell .webinar-video-sidebar-comb {
    flex-direction: column;
  }
  .wi-high-capacity-gb-shortcode-shell .webinar-video-sidebar-comb .webinarVideo,
  .wi-high-capacity-gb-shortcode-shell .webinar-video-sidebar-comb #webinarSidebarSlot,
  .wi-high-capacity-gb-shortcode-shell .webinar-video-sidebar-comb #webinarSidebar {
    width: 100% !important;
  }
}

/* 5. Hide WP editor heading + intro paragraph on HCR room template pages */
/* HCR page title hidden via page content cleanup (see wi-hcr-admin.php) */

/* 6. Mobile: WP admin bar offset for sticky HCR header */
body.admin-bar .wi-high-capacity-gb-shortcode-shell .wi-hcr-room-header,
body.admin-bar .wi-high-capacity-gb-shortcode-shell #webinarHeader {
  scroll-margin-top: 46px;
}
@media screen and (min-width: 783px) {
  body.admin-bar .wi-high-capacity-gb-shortcode-shell .wi-hcr-room-header,
  body.admin-bar .wi-high-capacity-gb-shortcode-shell #webinarHeader {
    scroll-margin-top: 32px;
  }
}

/* 7. Mobile: ensure Q&A tabs are not obscured (z-index above CTA overlay layers) */
.wi-high-capacity-gb-shortcode-shell .wi-nav-tabs {
  position: relative;
  z-index: 10;
}

/* 8. Footer in HCR shortcode: show WP theme footer, not the WI legacy footer */
.webinar_video_cta_sidebar_combine.wi-high-capacity-gb-shortcode-shell #webinarFooter {
  display: none !important;
}


/* =====================================================================
   #A059b — HCR Content Row: flex layout for video + injected sidebar
   ===================================================================== */

/* HCR content row: side-by-side video + sidebar (Bootstrap-style columns applied by JS) */
.wi-high-capacity-gb-shortcode-shell .wi-hcr-content-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* Video column: flex-grow fills remaining space (PHP may omit wi-col-lg-9 on #webinarVideo) */
.wi-high-capacity-gb-shortcode-shell #webinarVideo,
.wi-high-capacity-gb-shortcode-shell #webinarVideo.wi-hcr-video-col,
.wi-high-capacity-gb-shortcode-shell #webinarVideo.wi-col-lg-9 {
  flex: 1 1 0 !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0;
}

/* Sidebar column: fixed width range (PHP may omit wi-col-lg-3) */
.wi-high-capacity-gb-shortcode-shell #webinarSidebar,
.wi-high-capacity-gb-shortcode-shell #webinarSidebar.wi-col-lg-3 {
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: 280px !important;
  max-width: min(400px, 38vw) !important;
}

/* Stack video + sidebar below 992px (matches modern room behavior) */
@media (max-width: 991.98px) {
  .wi-high-capacity-gb-shortcode-shell .wi-hcr-content-row {
    flex-direction: column;
  }
  .wi-high-capacity-gb-shortcode-shell #webinarVideo,
  .wi-high-capacity-gb-shortcode-shell #webinarVideo.wi-hcr-video-col,
  .wi-high-capacity-gb-shortcode-shell #webinarVideo.wi-col-lg-9,
  .wi-high-capacity-gb-shortcode-shell #webinarSidebar,
  .wi-high-capacity-gb-shortcode-shell #webinarSidebar.wi-col-lg-3 {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex: 0 0 auto !important;
  }
}


/* =====================================================================
   #A059c — HCR Room: Sidebar-Pane-Height, Overlay-CTA fill, Mobile video
   ===================================================================== */

/* 1. Sidebar CTA pane: cap height so footer isn't pushed far below.
   Legacy JS (setSidebarCtaPaneHeights) doesn't run in the HCR/GB context because
   #webinarContent and body#webinarignition are absent. We provide CSS fallback. */
.wi-high-capacity-gb-shortcode-shell #webinarSidebar .wi-tab-pane.active {
  max-height: calc(100vh - 150px) !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}
.wi-high-capacity-gb-shortcode-shell #webinarSidebar .wi-tab-pane.active .orderBTNCopy {
  max-height: calc(100vh - 170px) !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
}
.wi-high-capacity-gb-shortcode-shell #webinarSidebar .wi-tab-pane.active .orderBTNCopy:has(iframe) {
  min-height: clamp(280px, 42vh, 540px) !important;
}
.wi-high-capacity-gb-shortcode-shell #webinarSidebar .wi-tab-pane.active iframe {
  min-height: clamp(280px, 38vh, 520px) !important;
  height: clamp(280px, 38vh, 520px) !important;
  width: 100% !important;
}

/* 2. Overlay CTA: ensure it fills the full video area and the iframe inside is visible.
   The overlay container (.webinarVideoCTA) is absolute over #vidBox. We ensure the
   inner #overlayCta* div and its iframe fill the available height. */
.wi-high-capacity-gb-shortcode-shell .webinarVideoCTA,
.wi-high-capacity-gb-shortcode-shell #webinarVideoCTA {
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 100% !important;
  width: 100% !important;
  position: absolute !important;
  overflow: hidden;
}
.wi-high-capacity-gb-shortcode-shell .webinarVideoCTA .ctaArea,
.wi-high-capacity-gb-shortcode-shell #webinarVideoCTA .ctaArea {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; /* anchor CTA content to bottom so small content rises from bottom (#A775) */
}
.wi-high-capacity-gb-shortcode-shell [id^="overlayCta"] {
  height: 100%;
  display: flex !important;
  flex-direction: column;
}
.wi-high-capacity-gb-shortcode-shell [id^="overlayCta"] .timedUnderArea,
.wi-high-capacity-gb-shortcode-shell [id^="overlayCta"] .orderBTNCopy {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  display: flex !important;
  flex-direction: column !important;
  -webkit-overflow-scrolling: touch;
}
/* wpautop wraps iframes in <p> — make it flex-transparent so height:100% resolves (#A775).
   The overlay CTA uses #orderBTN{n} (not .orderBTNCopy) as the direct flex child. */
.wi-high-capacity-gb-shortcode-shell [id^="overlayCta"] [id^="orderBTN"] > p,
.wi-high-capacity-gb-shortcode-shell [id^="overlayCta"] .orderBTNCopy > p,
.wi-high-capacity-gb-shortcode-shell [id^="overlayCta"] .timedUnderArea > p {
  flex: 1 1 0 !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  height: auto !important;
}
.wi-high-capacity-gb-shortcode-shell [id^="overlayCta"] iframe,
.wi-high-capacity-gb-shortcode-shell [id^="overlayCta"] [id^="orderBTN"] > p > iframe,
.wi-high-capacity-gb-shortcode-shell [id^="overlayCta"] .orderBTNCopy > p > iframe {
  width: 100% !important;
  min-height: clamp(320px, 50vh, 600px);
  height: 100% !important;
  flex: 1 1 0 !important;
  display: block !important;
}

/* 3. Mobile: override legacy #webinarVideo min-height so the video column keeps usable height. */
@media (max-width: 991.98px) {
  .wi-high-capacity-gb-shortcode-shell #webinarVideo,
  .wi-high-capacity-gb-shortcode-shell #webinarVideo.wi-hcr-video-col {
    min-height: clamp(220px, 50vw, 400px) !important;
    height: auto !important;
  }
  .wi-high-capacity-gb-shortcode-shell #webinarVideo .webinarVideo,
  .wi-high-capacity-gb-shortcode-shell #webinarVideo #vidBox {
    min-height: clamp(200px, 48vw, 380px) !important;
  }
  /* Sidebar on mobile: content-height only */
  .wi-high-capacity-gb-shortcode-shell #webinarSidebar {
    min-height: 0 !important;
    max-height: none !important;
    height: auto !important;
  }
  .wi-high-capacity-gb-shortcode-shell #webinarSidebar .wi-tab-pane.active {
    max-height: 60vh !important;
  }
}


/* =====================================================================
   #A059e — HCR Sidebar CTA: Flex-Chain so iframe height="100%" works
   DOM: #webinarSidebar > .wi-col-12 > #webinarTabsContent > .wi-tab-pane.active
   Percent heights on iframes only resolve when EVERY parent has explicit height.
   We build a display:flex column chain from sidebar down to iframe.
   ===================================================================== */

/* 1. Content row: no wrapping on desktop, stretch children to equal height */
@media (min-width: 992px) {
  .wi-high-capacity-gb-shortcode-shell .wi-hcr-content-row {
    flex-wrap: nowrap !important;
    align-items: stretch !important;
  }
}

/* 2. Sidebar: flex column */
.wi-high-capacity-gb-shortcode-shell #webinarSidebar {
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
}

/* 3. .wi-col-12 wrapper (direct child of sidebar injected by JS): fill the sidebar */
.wi-high-capacity-gb-shortcode-shell #webinarSidebar > .wi-col-12 {
  flex: 1 1 0 !important;
  min-height: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
}

/* 4. #webinarTabsContent (the actual tab-pane container): fill below tab nav */
.wi-high-capacity-gb-shortcode-shell #webinarTabsContent {
  flex: 1 1 0 !important;
  min-height: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
}

/* 4b. .webinarTabsContent-inner: another wrapper between content and pane */
.wi-high-capacity-gb-shortcode-shell #webinarTabsContent > .webinarTabsContent-inner {
  flex: 1 1 0 !important;
  min-height: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
}

/* 4c. .wi-tab-content: ANOTHER wrapper between .webinarTabsContent-inner and .wi-tab-pane */
.wi-high-capacity-gb-shortcode-shell .webinarTabsContent-inner > .wi-tab-content {
  flex: 1 1 0 !important;
  min-height: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
}

/* 5. Active pane: fills .wi-tab-content.
   Note: webinar-modern.js setSidebarCtaPaneHeights sets inline style height:auto !important
   which ignores flex-basis. We override with min-height to guarantee visible content. */
.wi-high-capacity-gb-shortcode-shell #webinarTabsContent .wi-tab-pane.active {
  flex: 1 1 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow-y: auto !important;
  display: flex !important;
  flex-direction: column !important;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

/* 6. CTA content wrappers inside the pane */
.wi-high-capacity-gb-shortcode-shell #webinarTabsContent .wi-tab-pane.active .timedUnderArea,
.wi-high-capacity-gb-shortcode-shell #webinarTabsContent .wi-tab-pane.active .orderBTNCopy,
.wi-high-capacity-gb-shortcode-shell #webinarTabsContent .wi-tab-pane.active .additional_autoaction_item,
.wi-high-capacity-gb-shortcode-shell #webinarTabsContent .wi-tab-pane.active [id^=orderBTN] {
  flex: 1 1 0 !important;
  min-height: 0 !important;
  display: flex !important;
  flex-direction: column !important;
}

/* 7. iframe and advanced-iframe wrapper: fill remaining height.
   height="100%" on [advanced_iframe] now resolves correctly through the chain. */
.wi-high-capacity-gb-shortcode-shell #webinarTabsContent .wi-tab-pane.active iframe,
.wi-high-capacity-gb-shortcode-shell #webinarTabsContent .wi-tab-pane.active [id^=advanced_iframe],
.wi-high-capacity-gb-shortcode-shell #webinarTabsContent .wi-tab-pane.active .ai-class {
  flex: 1 1 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 200px !important;
  border: none !important;
  display: block !important;
  box-sizing: border-box;
}

/* Mobile: stacked sidebar — fixed max-height + scroll, not stretch */
@media (max-width: 991.98px) {
  .wi-high-capacity-gb-shortcode-shell #webinarSidebar {
    overflow: visible !important;
    /* On mobile the sidebar stacks below the video; remove flex column stretch
       so it sizes to its own content height */
    height: auto !important;
    max-height: none !important;
  }
  .wi-high-capacity-gb-shortcode-shell #webinarSidebar > .wi-col-12 {
    overflow: visible !important;
    flex: 0 0 auto !important;
  }
  .wi-high-capacity-gb-shortcode-shell #webinarTabsContent,
  .wi-high-capacity-gb-shortcode-shell #webinarTabsContent .webinarTabsContent-inner,
  .wi-high-capacity-gb-shortcode-shell #webinarTabsContent .wi-tab-content {
    flex: 0 0 auto !important;
    height: auto !important;
    overflow: visible !important;
    min-height: 0 !important;
  }
  .wi-high-capacity-gb-shortcode-shell #webinarTabsContent .wi-tab-pane.active {
    max-height: 60vh !important;
    overflow-y: auto !important;
    flex: 0 0 auto !important;
    display: block !important;
    height: auto !important;
  }
  .wi-high-capacity-gb-shortcode-shell #webinarTabsContent .wi-tab-pane.active iframe,
  .wi-high-capacity-gb-shortcode-shell #webinarTabsContent .wi-tab-pane.active [id^="advanced_iframe"] {
    min-height: clamp(280px, 50vh, 480px) !important;
    height: clamp(280px, 50vh, 480px) !important;
    flex: none !important;
  }
}


/* =====================================================================
   #A059j — HCR: Overlay-CTA z-index higher than 100ms join-wrap (z:4)
   ===================================================================== */
.wi-high-capacity-gb-shortcode-shell #vidBox .webinarVideoCTA,
.wi-high-capacity-gb-shortcode-shell #vidBox #webinarVideoCTA,
.wi-high-capacity-gb-shortcode-shell #vidBox .wi-live-overlay-cta-fallback {
  z-index: 10 !important;
}


/* =====================================================================
   #A767 / #A059k — HCR Sidebar CTA: pass flex-chain through wpautop <p>
   wpautop wraps [advanced_iframe] / Freemius checkout in <p>, which is not
   a flex container by default. iframe { flex:1 1 0; height:100% } in the
   #A059e chain then collapses to ~200 px because <p> stays at content height.
   Make the <p> wrapper transparent in the flex column so iframe expands
   to the available pane height. Scope: HCR shortcode shell only.
   ===================================================================== */
.wi-high-capacity-gb-shortcode-shell #webinarTabsContent .wi-tab-pane.active .orderBTNCopy > p,
.wi-high-capacity-gb-shortcode-shell #webinarTabsContent .wi-tab-pane.active .orderBTNCopy > div:has(> iframe),
.wi-high-capacity-gb-shortcode-shell #webinarTabsContent .wi-tab-pane.active .orderBTNCopy > div:has(> [id^="advanced_iframe"]) {
  flex: 1 1 0 !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.wi-high-capacity-gb-shortcode-shell #webinarTabsContent .wi-tab-pane.active .orderBTNCopy > p > iframe,
.wi-high-capacity-gb-shortcode-shell #webinarTabsContent .wi-tab-pane.active .orderBTNCopy > p > [id^="advanced_iframe"] {
  flex: 1 1 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: clamp(420px, 60vh, 720px) !important;
  border: none !important;
  display: block !important;
}

@media (max-width: 991.98px) {
  .wi-high-capacity-gb-shortcode-shell #webinarTabsContent .wi-tab-pane.active .orderBTNCopy > p {
    display: block !important;
    flex: 0 0 auto !important;
  }
  .wi-high-capacity-gb-shortcode-shell #webinarTabsContent .wi-tab-pane.active .orderBTNCopy > p > iframe,
  .wi-high-capacity-gb-shortcode-shell #webinarTabsContent .wi-tab-pane.active .orderBTNCopy > p > [id^="advanced_iframe"] {
    height: clamp(360px, 60vh, 620px) !important;
    min-height: clamp(360px, 60vh, 620px) !important;
  }
}



/* =====================================================================
   #A771 — Q&A tab + pane: hide when wi-qa-tab-hidden (Chat: off toggle)
   The same rule exists as an inline style in webinar-modern.php for the
   standard live room. We duplicate it in the external CSS so it also
   covers HCR shortcode rooms that never render webinar-modern.php.
   ===================================================================== */
#webinarTabs li.wi-live-qa-sidebar.wi-qa-tab-hidden,
#webinarTabsContent .wi-tab-pane.wi-live-qa-pane.wi-qa-tab-hidden,
#webinarSidebar .wi-tab-pane.wi-live-qa-pane.wi-qa-tab-hidden,
#webinarSidebarSlot .wi-tab-pane.wi-live-qa-pane.wi-qa-tab-hidden {
  display: none !important;
}

/* =====================================================================
   #A774 — Sidebar CTA button-only tab: full-width pane, centered small button
   When the CTA tab has no iframe content (button-only), the active pane
   should fill the available space edge-to-edge, and the button should be
   auto-width and centered rather than a full-width block.
   ===================================================================== */

/* Remove inner padding on button-only pane so the pane is truly edge-to-edge */
#webinarTabsContent .wi-tab-pane[id^="tab-new-tab-content"].active:not(:has(.orderBTNCopy:not(:empty))),
#webinarSidebar .wi-tab-pane[id^="tab-new-tab-content"].active:not(:has(.orderBTNCopy:not(:empty))),
#webinarSidebarSlot .wi-tab-pane[id^="tab-new-tab-content"].active:not(:has(.orderBTNCopy:not(:empty))) {
  padding: 0 !important;
}

/* Center the button container horizontally in the pane */
#webinarTabsContent .wi-tab-pane[id^="tab-new-tab-content"] [id^="orderBTNAreaPanel"],
#webinarSidebar .wi-tab-pane[id^="tab-new-tab-content"] [id^="orderBTNAreaPanel"],
#webinarSidebarSlot .wi-tab-pane[id^="tab-new-tab-content"] [id^="orderBTNAreaPanel"] {
  display: flex;
  justify-content: center;
  padding: 1rem 1rem 1rem;
  width: 100%;
  box-sizing: border-box;
}

/* FSE/block-theme sidebar button: auto width, centered, reasonable max-width */
#webinarTabsContent .wi-tab-pane[id^="tab-new-tab-content"] [id^="orderBTNAreaPanel"] .wi-fse-primary-cta.wiButton,
#webinarSidebar .wi-tab-pane[id^="tab-new-tab-content"] [id^="orderBTNAreaPanel"] .wi-fse-primary-cta.wiButton,
#webinarSidebarSlot .wi-tab-pane[id^="tab-new-tab-content"] [id^="orderBTNAreaPanel"] .wi-fse-primary-cta.wiButton {
  width: auto !important;
  max-width: 90%;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

/* =====================================================================
   #A779 — HCR Sidebar: fully hide when all tabs are collapsed (no flash)
   When Q&A is off and no CTA tabs exist, the sidebar collapses to a 5px
   stub due to flex box model. wi-hcr-sidebar-empty is added by JS when
   applyLiveQaSidebarVisibility removes the last visible tab.
   ===================================================================== */
.wi-high-capacity-gb-shortcode-shell #webinarSidebar.wi-hcr-sidebar-empty {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
}
.wi-high-capacity-gb-shortcode-shell #webinarVideo.wi-col-lg-12 {
  flex: 1 1 100% !important;
  width: 100% !important;
  max-width: 100% !important;
}
/* Sticky-hide override: needed because .hide() (inline display:none) loses
   to other stylesheet rules that use display:flex !important on overlay CTA layers. */
.wi-cta-user-hidden,
.wi-cta-user-hidden[id^="overlayCta"],
.wi-cta-user-hidden[id^="orderBTN"],
.wi-cta-user-hidden[id^="wi-cta-"],
.wi-high-capacity-gb-shortcode-shell .wi-cta-user-hidden,
.wi-high-capacity-gb-shortcode-shell [id^="overlayCta"].wi-cta-user-hidden,
.wi-high-capacity-gb-shortcode-shell [id^="overlayCta"] .timedUnderArea.wi-cta-user-hidden {
    display: none !important;
}


/* HCR YT audio-on: match registration / TY MP4 "Audio On" (#wi_ctaVideo … wi-fse-primary-cta) + qa-form #chatQuestion.
   #vidBox scope + long selector beats stray theme rules. width:auto undoes wiButton-block in the video overlay. */
.wi-high-capacity-gb-shortcode-shell #vidBox .mute-unmute-btn.button.addedArrow.wiButton.wiButton-block.wiButton-lg.wi-fse-primary-cta.wp-block-button__link {
  width: auto !important;
  max-width: 92%;
  margin-left: auto !important;
  margin-right: auto !important;
  --wi-fse-p: var(--wi-cta-bg, var(--wi-fse-cta-fill, var(--wi-fse-accent, #32373c)));
  --wi-fse-c: var(--wi-cta-color, var(--wi-fse-cta-text, #ffffff));
  background-color: var(--wi-fse-p) !important;
  background-image: url(../images/arrows2.png) !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
  background-size: auto 100% !important;
  color: var(--wi-fse-c) !important;
  -webkit-text-fill-color: var(--wi-fse-c) !important;
  text-shadow: none !important;
  border: none !important;
  box-shadow: none !important;
}
.wi-high-capacity-gb-shortcode-shell #vidBox .mute-unmute-btn.button.addedArrow.wiButton.wiButton-block.wiButton-lg.wi-fse-primary-cta.wp-block-button__link:hover {
  background-color: color-mix(in srgb, var(--wi-fse-p) 86%, #000) !important;
  color: var(--wi-fse-c) !important;
  -webkit-text-fill-color: var(--wi-fse-c) !important;
}

/*
 * Jetpack Instant Search injects a fixed overlay with z-index:2147483647
 * that blocks pointer events on the 100ms live-room iframe. Disable it on
 * WI webinar pages where search UI is not needed.
 */
body#webinarignition .jetpack-instant-search__overlay {
  display: none !important;
}
