@keyframes pushengage-opt-in__spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.pushengage-opt-in__tooltip {
  all: unset;
  letter-spacing: normal;
  word-spacing: normal;
  text-shadow: none;
  font-family: inherit;
  box-sizing: border-box;
  border: 0;
  vertical-align: initial;
  background-repeat: no-repeat;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  text-transform: initial;
  border-width: 0;
  border-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  direction: ltr;
  position: fixed;
  max-width: 242px;
  height: auto;
  background-color: #383940;
  border-radius: 4px;
  color: #fff;
  padding: 12px 22px;
  z-index: 2147483641;
  visibility: hidden;
  min-width: 80px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.pushengage-opt-in__tooltip.pushengage-opt-in__tooltip--opened {
  visibility: visible;
}
.pushengage-opt-in__tooltip::after {
  all: unset;
  letter-spacing: normal;
  word-spacing: normal;
  text-shadow: none;
  font-family: inherit;
  box-sizing: border-box;
  border: 0;
  vertical-align: initial;
  background-repeat: no-repeat;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  text-transform: initial;
  border-width: 0;
  border-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  direction: ltr;
  content: "";
  display: block;
  position: absolute;
  border-width: 6px;
  border-style: solid;
}
.pushengage-opt-in__tooltip.pushengage-opt-in__tooltip__arrow--left::after {
  right: 100%;
  border-color: rgba(0, 0, 0, 0) #383940 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.pushengage-opt-in__tooltip.pushengage-opt-in__tooltip__arrow--right::after {
  left: 100%;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #383940;
}
.pushengage-opt-in__tooltip.pushengage-opt-in__tooltip__arrow--bottom::after {
  bottom: calc(var(--tooltip-arrow-offset) - 6px);
}
.pushengage-opt-in__tooltip.pushengage-opt-in__tooltip__arrow--top::after {
  top: calc(var(--tooltip-arrow-offset) - 6px);
}
.pushengage-opt-in__tooltip .pushengage-opt-in__tooltip__powered-by {
  box-sizing: border-box;
  position: absolute;
  font-size: 8px;
  height: 9px;
  line-height: 9px;
  cursor: pointer;
  font-weight: 500;
  background: none;
  opacity: 0.8;
  bottom: 3px;
  right: 22px;
}
.pushengage-opt-in__tooltip .pushengage-opt-in__tooltip__powered-by strong {
  text-decoration-line: underline;
  font-weight: 600;
  letter-spacing: 0.3px;
  font-size: 8px;
  line-height: 9px;
  color: inherit;
  background-color: inherit;
}
.pushengage-opt-in__tooltip p {
  all: unset;
  margin: 0 !important;
  padding: 0 !important;
  font-family: inherit !important;
}
.pushengage-opt-in__tooltip p span {
  all: unset;
  margin: 0 !important;
  padding: 0 !important;
  font-family: inherit !important;
}
.pushengage-opt-in__checkbox {
  all: unset;
  letter-spacing: normal;
  word-spacing: normal;
  text-shadow: none;
  font-family: inherit;
  box-sizing: border-box;
  border: 0;
  vertical-align: initial;
  background-repeat: no-repeat;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  text-transform: initial;
  border-width: 0;
  border-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  direction: ltr;
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
}
.pushengage-opt-in__checkbox.pushengage-opt-in__checkbox--small input[type="checkbox"] {
  width: 14px;
  height: 14px;
  min-height: 14px;
  min-width: 14px;
  max-width: 14px;
  max-height: 14px;
  margin: 2px 0 0;
  border-radius: 3.6px;
}
.pushengage-opt-in__checkbox.pushengage-opt-in__checkbox--small input[type="checkbox"]::before {
  top: 1.5px;
  left: 3.5px;
  width: 5.2px;
  height: 8.2px;
}
.pushengage-opt-in__checkbox.pushengage-opt-in__checkbox--small label {
  font-size: 11px;
}
.pushengage-opt-in__checkbox input[type="checkbox"] {
  all: unset;
  letter-spacing: normal;
  word-spacing: normal;
  text-shadow: none;
  font-family: inherit;
  box-sizing: border-box;
  border: 0;
  vertical-align: initial;
  background-repeat: no-repeat;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  text-transform: initial;
  border-width: 0;
  border-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  direction: ltr;
  position: relative;
  width: 16px;
  height: 16.3px;
  min-height: 16.3px;
  min-width: 16px;
  max-width: 16px;
  max-height: 16.3px;
  display: inline-block;
  color: #363839;
  border: 1px solid var(--checkbox-unchecked--color);
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: 0;
  cursor: pointer;
  transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
  margin: 1px 0 0;
  padding: 0;
  background-color: var(--checkbox-checked-background-color);
  background-image: none;
}
.pushengage-opt-in__checkbox input[type="checkbox"]:checked {
  border-color: var(--checkbox-checked-tick-color);
  background-color: var(--checkbox-checked-background-color);
  box-shadow: none;
  background-image: none;
}
.pushengage-opt-in__checkbox input[type="checkbox"]:checked::before {
  opacity: 1;
}
.pushengage-opt-in__checkbox input[type="checkbox"]:focus,
.pushengage-opt-in__checkbox input[type="checkbox"]:hover {
  box-shadow: none;
}
.pushengage-opt-in__checkbox input[type="checkbox"]:hover {
  opacity: 0.7;
}
.pushengage-opt-in__checkbox input[type="checkbox"]::before {
  all: unset;
  letter-spacing: normal;
  word-spacing: normal;
  text-shadow: none;
  font-family: inherit;
  box-sizing: border-box;
  border: 0;
  vertical-align: initial;
  background-repeat: no-repeat;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  text-transform: initial;
  border-width: 0;
  border-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  direction: ltr;
  position: absolute;
  content: "";
  display: block;
  top: 1px;
  left: 4.5px;
  width: 5px;
  height: 10px;
  border-style: solid;
  border-color: var(--checkbox-checked-tick-color);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}
.pushengage-opt-in__checkbox label {
  all: unset;
  position: relative;
  cursor: pointer;
  padding-left: 7px;
  margin: 0;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: calc(100% - 16px);
  word-break: break-word;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  font-family: inherit;
}
.pushengage-opt-in__switch {
  all: unset;
  letter-spacing: normal;
  word-spacing: normal;
  text-shadow: none;
  font-family: inherit;
  box-sizing: border-box;
  border: 0;
  vertical-align: initial;
  background-repeat: no-repeat;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  text-transform: initial;
  border-width: 0;
  border-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  direction: ltr;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
.pushengage-opt-in__switch.pushengage-opt-in__switch--small label.pushengage-opt-in__switch__label {
  width: 28px;
  height: 13px;
}
.pushengage-opt-in__switch.pushengage-opt-in__switch--small
  label.pushengage-opt-in__switch__label
  input:checked
  + .pushengage-opt-in__switch__slider::before {
  transform: translateX(14px);
}
.pushengage-opt-in__switch.pushengage-opt-in__switch--small
  label.pushengage-opt-in__switch__label
  .pushengage-opt-in__switch__slider::before {
  height: 10px;
  width: 10px;
  bottom: 1.5px;
}
.pushengage-opt-in__switch.pushengage-opt-in__switch--small .pushengage-opt-in__switch__label-title {
  font-size: 11px;
  line-height: 18px;
}
.pushengage-opt-in__switch.pushengage-opt-in__switch--spin.pushengage-opt-in__switch--small
  label.pushengage-opt-in__switch__label
  input:checked
  + .pushengage-opt-in__switch__slider::before {
  margin-left: 14px;
}
.pushengage-opt-in__switch.pushengage-opt-in__switch--spin
  label.pushengage-opt-in__switch__label
  .pushengage-opt-in__switch__slider::before {
  border: solid 1.5px var(--switch-checked-background-color);
  border-radius: 50%;
  border-right-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  animation: pushengage-opt-in__spin 1s infinite linear;
}
.pushengage-opt-in__switch label.pushengage-opt-in__switch__label {
  margin: 3px 0 0 0 !important;
  padding: 0 !important;
  position: relative;
  flex-shrink: 0;
}
.pushengage-opt-in__switch label.pushengage-opt-in__switch__label input {
  display: none;
}
.pushengage-opt-in__switch label.pushengage-opt-in__switch__label input:checked + .pushengage-opt-in__switch__slider {
  background-color: var(--switch-checked-background-color);
}
.pushengage-opt-in__switch label.pushengage-opt-in__switch__label .pushengage-opt-in__switch__slider {
  position: absolute;
  box-sizing: border-box;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--switch-unchecked-background-color);
  transition: transform 0.4s;
  border-radius: 34px;
}
.pushengage-opt-in__switch label.pushengage-opt-in__switch__label .pushengage-opt-in__switch__slider::before {
  all: unset;
  letter-spacing: normal;
  word-spacing: normal;
  text-shadow: none;
  font-family: inherit;
  box-sizing: border-box;
  border: 0;
  vertical-align: initial;
  background-repeat: no-repeat;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  text-transform: initial;
  border-width: 0;
  border-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  direction: ltr;
  position: absolute;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: #fff;
  transition: transform 0.4s;
  border-radius: 50%;
}
.pushengage-opt-in__switch .pushengage-opt-in__switch__label-title {
  margin-left: 6px;
  font-weight: 500;
}
.pushengage-opt-in__switch .pushengage-opt-in__switch__label-title.pushengage-opt-in__switch__label-title--ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pushengage-opt-in__popover {
  all: unset;
  letter-spacing: normal;
  word-spacing: normal;
  text-shadow: none;
  font-family: inherit;
  box-sizing: border-box;
  border: 0;
  vertical-align: initial;
  background-repeat: no-repeat;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  text-transform: initial;
  border-width: 0;
  border-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  direction: ltr;
  position: fixed;
  border-radius: 10px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(2px);
  padding: 16px;
  max-width: 360px;
  min-width: 100px;
  background-color: var(--popover-background-color);
  color: var(--popover-color);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  z-index: 2147483641;
  visibility: hidden;
}
.pushengage-opt-in__popover.pushengage-opt-in__popover--opened {
  visibility: visible !important;
}
.pushengage-opt-in__popover p {
  all: unset;
  margin: 0 !important;
  padding: 0 !important;
  font-family: inherit !important;
}
.pushengage-opt-in__popover p span {
  all: unset;
  margin: 0 !important;
  padding: 0 !important;
  font-family: inherit !important;
}
.pushengage-opt-in__safari-style {
  all: unset;
  letter-spacing: normal;
  word-spacing: normal;
  text-shadow: none;
  font-family: inherit;
  box-sizing: border-box;
  border: 0;
  vertical-align: initial;
  background-repeat: no-repeat;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  text-transform: initial;
  border-width: 0;
  border-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  direction: ltr;
  background-color: var(--opt-in-background-color);
  padding: 16px;
  position: fixed;
  visibility: visible !important;
  z-index: 2147483640;
  width: var(--opt-in-width);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.pushengage-opt-in__safari-style.pushengage-opt-in__safari-style--light {
  color: #0d0d0d;
}
.pushengage-opt-in__safari-style.pushengage-opt-in__safari-style--dark {
  color: #fff;
}
.pushengage-opt-in__safari-style.pushengage-opt-in__safari-style--pe-top-left {
  border-radius: 0 0 12px 12px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.08);
  left: 0;
  top: 0;
}
.pushengage-opt-in__safari-style.pushengage-opt-in__safari-style--pe-top-right {
  border-radius: 0 0 12px 12px;
  box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.08);
  right: 0;
  top: 0;
}
.pushengage-opt-in__safari-style.pushengage-opt-in__safari-style--pe-top-center {
  border-radius: 0 0 12px 12px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.08);
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
.pushengage-opt-in__safari-style.pushengage-opt-in__safari-style--pe-mobile-bottom {
  border-radius: 12px 12px 0 0;
  bottom: 0;
  box-shadow: 2px -2px 5px rgba(0, 0, 0, 0.08);
  left: 50%;
  transform: translate(-50%, 0);
}
.pushengage-opt-in__safari-style.pushengage-opt-in__safari-style--pe-mobile-top {
  border-radius: 0 0 12px 12px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.08);
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.pushengage-opt-in__safari-style .pushengage-opt-in__safari-style__content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.pushengage-opt-in__safari-style
  .pushengage-opt-in__safari-style__content
  .pushengage-opt-in__safari-style__icon__container {
  width: 48px;
  height: 48px;
  display: flex;
  flex-shrink: 0;
  margin-right: 13px;
}
.pushengage-opt-in__safari-style
  .pushengage-opt-in__safari-style__content
  .pushengage-opt-in__safari-style__icon__container.pushengage-opt-in__safari-style__icon__container--default-icon {
  align-items: center;
  justify-content: center;
  background-color: #4642e5;
  border-radius: 50%;
}
.pushengage-opt-in__safari-style
  .pushengage-opt-in__safari-style__content
  .pushengage-opt-in__safari-style__icon__container.pushengage-opt-in__safari-style__icon__container--default-icon
  svg {
  fill: #fff;
  width: 24px;
  height: 24px;
}
.pushengage-opt-in__safari-style
  .pushengage-opt-in__safari-style__content
  .pushengage-opt-in__safari-style__icon__container
  .pushengage-opt-in__safari-style__icon {
  background-image: var(--opt-in-icon-url);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 4px;
  display: block;
  height: auto;
  width: 100%;
  max-height: 100%;
}
.pushengage-opt-in__safari-style .pushengage-opt-in__safari-style__content .pushengage-opt-in__safari-style__title {
  word-wrap: break-word;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  display: block;
  line-height: 18px;
}
.pushengage-opt-in__safari-style .pushengage-opt-in__safari-style__content .pushengage-opt-in__safari-style__title p {
  word-wrap: break-word;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
}
.pushengage-opt-in__safari-style
  .pushengage-opt-in__safari-style__content
  .pushengage-opt-in__safari-style__title
  .ql-size-large {
  font-size: 1.5em;
  line-height: 24px;
}
.pushengage-opt-in__safari-style
  .pushengage-opt-in__safari-style__content
  .pushengage-opt-in__safari-style__title
  .ql-size-small {
  font-size: 0.75em;
  line-height: 18px;
}
.pushengage-opt-in__safari-style .pushengage-opt-in__safari-style__content .pushengage-opt-in__safari-style__title ol,
.pushengage-opt-in__safari-style .pushengage-opt-in__safari-style__content .pushengage-opt-in__safari-style__title ul {
  text-align: left;
  margin: 0 0 5px 0;
  padding: 0 0 0 1.5em;
  list-style-image: none;
}
.pushengage-opt-in__safari-style
  .pushengage-opt-in__safari-style__content
  .pushengage-opt-in__safari-style__title
  ol
  li,
.pushengage-opt-in__safari-style
  .pushengage-opt-in__safari-style__content
  .pushengage-opt-in__safari-style__title
  ul
  li {
  word-wrap: break-word;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  overflow: inherit;
  margin: 0;
  padding: 0;
}
.pushengage-opt-in__safari-style .pushengage-opt-in__safari-style__content .pushengage-opt-in__safari-style__title ol {
  list-style-type: decimal;
}
.pushengage-opt-in__safari-style .pushengage-opt-in__safari-style__content .pushengage-opt-in__safari-style__title ul {
  list-style-type: disc;
}
.pushengage-opt-in__safari-style .pushengage-opt-in__safari-style__content .pushengage-opt-in__safari-style__title p {
  line-height: 18px;
}
.pushengage-opt-in__safari-style .pushengage-opt-in__safari-style__segments {
  max-height: 300px;
  min-height: auto;
  height: auto;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 17px;
  margin-bottom: 1px;
  margin-right: -16px;
  padding-right: 16px;
}
.pushengage-opt-in__safari-style .pushengage-opt-in__safari-style__segments .pushengage-opt-in__checkbox {
  flex-basis: calc(50% - 8px);
}
.pushengage-opt-in__safari-style
  .pushengage-opt-in__safari-style__segments
  .pushengage-opt-in__checkbox:nth-child(even) {
  margin-left: 16px;
}
.pushengage-opt-in__safari-style .pushengage-opt-in__safari-style__button {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  margin-top: 11px;
}
.pushengage-opt-in__safari-style
  .pushengage-opt-in__safari-style__button
  .pushengage-opt-in__safari-style__button__allow,
.pushengage-opt-in__safari-style
  .pushengage-opt-in__safari-style__button
  .pushengage-opt-in__safari-style__button__close {
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  padding: 10px 24px;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  text-align: center;
  word-break: break-word;
  font-style: normal;
}
.pushengage-opt-in__safari-style
  .pushengage-opt-in__safari-style__button
  .pushengage-opt-in__safari-style__button__allow
  p,
.pushengage-opt-in__safari-style
  .pushengage-opt-in__safari-style__button
  .pushengage-opt-in__safari-style__button__close
  p {
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  text-align: center;
  word-break: break-word;
  font-style: normal;
}
.pushengage-opt-in__safari-style
  .pushengage-opt-in__safari-style__button
  .pushengage-opt-in__safari-style__button__allow:hover,
.pushengage-opt-in__safari-style
  .pushengage-opt-in__safari-style__button
  .pushengage-opt-in__safari-style__button__close:hover {
  opacity: 0.8;
}
.pushengage-opt-in__safari-style
  .pushengage-opt-in__safari-style__button
  .pushengage-opt-in__safari-style__button__allow {
  background-color: var(--allow-btn-background-color);
  color: #fff;
  margin-right: 8px;
}
.pushengage-opt-in__safari-style
  .pushengage-opt-in__safari-style__button
  .pushengage-opt-in__safari-style__button__close {
  background-color: var(--close-btn-background-color);
  border: var(--close-btn-border);
  color: #677489;
}
.pushengage-opt-in__safari-style .pushengage-opt-in__safari-style__powered-by {
  box-sizing: border-box;
  position: absolute;
  font-size: 8px;
  height: 9px;
  line-height: 9px;
  cursor: pointer;
  font-weight: 500;
  background: none;
  opacity: 0.8;
  bottom: 3.5px;
}
.pushengage-opt-in__safari-style .pushengage-opt-in__safari-style__powered-by strong {
  text-decoration-line: underline;
  font-weight: 600;
  letter-spacing: 0.3px;
  font-size: 8px;
  line-height: 9px;
  color: inherit;
  background-color: inherit;
}
.pushengage-opt-in__safari-style p {
  all: unset;
  margin: 0 !important;
  padding: 0 !important;
  font-family: inherit !important;
}
.pushengage-opt-in__safari-style p span {
  all: unset;
  margin: 0 !important;
  padding: 0 !important;
  font-family: inherit !important;
}
.pushengage-opt-in__large-safari-style {
  all: unset;
  letter-spacing: normal;
  word-spacing: normal;
  text-shadow: none;
  font-family: inherit;
  box-sizing: border-box;
  border: 0;
  vertical-align: initial;
  background-repeat: no-repeat;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  text-transform: initial;
  border-width: 0;
  border-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  direction: ltr;
  backdrop-filter: blur(2px);
  background-color: var(--opt-in-background-color);
  border-radius: 12px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  position: fixed;
  visibility: visible !important;
  z-index: 2147483640;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.pushengage-opt-in__large-safari-style.pushengage-opt-in__large-safari-style--light {
  color: #0d0d0d;
}
.pushengage-opt-in__large-safari-style.pushengage-opt-in__large-safari-style--dark {
  color: #fff;
}
.pushengage-opt-in__large-safari-style.pushengage-opt-in__large-safari-style--mobile {
  width: var(--opt-in-width);
  padding: 20px 25px 24px;
}
.pushengage-opt-in__large-safari-style.pushengage-opt-in__large-safari-style--mobile
  .pushengage-opt-in__large-safari-style__segments {
  margin-right: -25px;
  padding-right: 25px;
}
.pushengage-opt-in__large-safari-style.pushengage-opt-in__large-safari-style--desktop {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: var(--opt-in-width);
  padding: 20px 30px 24px;
}
.pushengage-opt-in__large-safari-style.pushengage-opt-in__large-safari-style--desktop
  .pushengage-opt-in__large-safari-style__segments {
  margin-right: -30px;
  padding-right: 30px;
}
.pushengage-opt-in__large-safari-style .pushengage-opt-in__large-safari-style__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.pushengage-opt-in__large-safari-style
  .pushengage-opt-in__large-safari-style__content
  .pushengage-opt-in__large-safari-style__icon__container {
  width: 48px;
  height: 48px;
  display: flex;
  flex-shrink: 0;
}
.pushengage-opt-in__large-safari-style
  .pushengage-opt-in__large-safari-style__content
  .pushengage-opt-in__large-safari-style__icon__container.pushengage-opt-in__large-safari-style__icon__container--default-icon {
  align-items: center;
  justify-content: center;
  background-color: #4642e5;
  border-radius: 50%;
}
.pushengage-opt-in__large-safari-style
  .pushengage-opt-in__large-safari-style__content
  .pushengage-opt-in__large-safari-style__icon__container.pushengage-opt-in__large-safari-style__icon__container--default-icon
  svg {
  fill: #fff;
  width: 24px;
  height: 24px;
}
.pushengage-opt-in__large-safari-style
  .pushengage-opt-in__large-safari-style__content
  .pushengage-opt-in__large-safari-style__icon__container
  .pushengage-opt-in__large-safari-style__icon {
  background-image: var(--opt-in-icon-url);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 4px;
  display: block;
  height: auto;
  width: 100%;
  max-height: 100%;
}
.pushengage-opt-in__large-safari-style
  .pushengage-opt-in__large-safari-style__content
  .pushengage-opt-in__large-safari-style__title {
  word-wrap: break-word;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  display: flex;
  flex-direction: column;
  line-height: 20px;
  margin: 18px auto 0;
  max-width: calc(100% - 40px);
}
.pushengage-opt-in__large-safari-style
  .pushengage-opt-in__large-safari-style__content
  .pushengage-opt-in__large-safari-style__title
  p {
  word-wrap: break-word;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
}
.pushengage-opt-in__large-safari-style
  .pushengage-opt-in__large-safari-style__content
  .pushengage-opt-in__large-safari-style__title
  .ql-size-large {
  font-size: 1.5em;
  line-height: 24px;
}
.pushengage-opt-in__large-safari-style
  .pushengage-opt-in__large-safari-style__content
  .pushengage-opt-in__large-safari-style__title
  .ql-size-small {
  font-size: 0.75em;
  line-height: 18px;
}
.pushengage-opt-in__large-safari-style
  .pushengage-opt-in__large-safari-style__content
  .pushengage-opt-in__large-safari-style__title
  ol,
.pushengage-opt-in__large-safari-style
  .pushengage-opt-in__large-safari-style__content
  .pushengage-opt-in__large-safari-style__title
  ul {
  text-align: left;
  margin: 0 0 5px 0;
  padding: 0 0 0 1.5em;
  list-style-image: none;
}
.pushengage-opt-in__large-safari-style
  .pushengage-opt-in__large-safari-style__content
  .pushengage-opt-in__large-safari-style__title
  ol
  li,
.pushengage-opt-in__large-safari-style
  .pushengage-opt-in__large-safari-style__content
  .pushengage-opt-in__large-safari-style__title
  ul
  li {
  word-wrap: break-word;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  overflow: inherit;
  margin: 0;
  padding: 0;
}
.pushengage-opt-in__large-safari-style
  .pushengage-opt-in__large-safari-style__content
  .pushengage-opt-in__large-safari-style__title
  ol {
  list-style-type: decimal;
}
.pushengage-opt-in__large-safari-style
  .pushengage-opt-in__large-safari-style__content
  .pushengage-opt-in__large-safari-style__title
  ul {
  list-style-type: disc;
}
.pushengage-opt-in__large-safari-style
  .pushengage-opt-in__large-safari-style__content
  .pushengage-opt-in__large-safari-style__title
  p {
  line-height: 20px;
}
.pushengage-opt-in__large-safari-style .pushengage-opt-in__large-safari-style__segments {
  max-height: 300px;
  min-height: auto;
  height: auto;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 18px;
}
.pushengage-opt-in__large-safari-style .pushengage-opt-in__large-safari-style__segments .pushengage-opt-in__checkbox {
  flex-basis: calc(50% - 8px);
}
.pushengage-opt-in__large-safari-style
  .pushengage-opt-in__large-safari-style__segments
  .pushengage-opt-in__checkbox:nth-child(even) {
  margin-left: 16px;
}
.pushengage-opt-in__large-safari-style .pushengage-opt-in__large-safari-style__button {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 30px;
}
.pushengage-opt-in__large-safari-style
  .pushengage-opt-in__large-safari-style__button
  .pushengage-opt-in__large-safari-style__button__allow,
.pushengage-opt-in__large-safari-style
  .pushengage-opt-in__large-safari-style__button
  .pushengage-opt-in__large-safari-style__button__close {
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  padding: 10px 24px;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  text-align: center;
  word-break: break-word;
  font-style: normal;
}
.pushengage-opt-in__large-safari-style
  .pushengage-opt-in__large-safari-style__button
  .pushengage-opt-in__large-safari-style__button__allow
  p,
.pushengage-opt-in__large-safari-style
  .pushengage-opt-in__large-safari-style__button
  .pushengage-opt-in__large-safari-style__button__close
  p {
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  text-align: center;
  word-break: break-word;
  font-style: normal;
}
.pushengage-opt-in__large-safari-style
  .pushengage-opt-in__large-safari-style__button
  .pushengage-opt-in__large-safari-style__button__allow:hover,
.pushengage-opt-in__large-safari-style
  .pushengage-opt-in__large-safari-style__button
  .pushengage-opt-in__large-safari-style__button__close:hover {
  opacity: 0.8;
}
.pushengage-opt-in__large-safari-style
  .pushengage-opt-in__large-safari-style__button
  .pushengage-opt-in__large-safari-style__button__allow {
  background-color: var(--allow-btn-background-color);
  color: #fff;
  margin-right: 10px;
}
.pushengage-opt-in__large-safari-style
  .pushengage-opt-in__large-safari-style__button
  .pushengage-opt-in__large-safari-style__button__close {
  background-color: var(--close-btn-background-color);
  border: var(--close-btn-border);
  color: #677489;
}
.pushengage-opt-in__large-safari-style .pushengage-opt-in__large-safari-style__powered-by {
  box-sizing: border-box;
  position: absolute;
  font-size: 8px;
  height: 9px;
  line-height: 9px;
  cursor: pointer;
  font-weight: 500;
  background: none;
  opacity: 0.8;
  bottom: 7.5px;
  left: 50%;
  transform: translate(-50%, 0);
}
.pushengage-opt-in__large-safari-style .pushengage-opt-in__large-safari-style__powered-by strong {
  text-decoration-line: underline;
  font-weight: 600;
  letter-spacing: 0.3px;
  font-size: 8px;
  line-height: 9px;
  color: inherit;
  background-color: inherit;
}
.pushengage-opt-in__large-safari-style p {
  all: unset;
  margin: 0 !important;
  padding: 0 !important;
  font-family: inherit !important;
}
.pushengage-opt-in__large-safari-style p span {
  all: unset;
  margin: 0 !important;
  padding: 0 !important;
  font-family: inherit !important;
}
.pushengage-opt-in__floating-bar {
  all: unset;
  letter-spacing: normal;
  word-spacing: normal;
  text-shadow: none;
  font-family: inherit;
  box-sizing: border-box;
  border: 0;
  vertical-align: initial;
  background-repeat: no-repeat;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  text-transform: initial;
  border-width: 0;
  border-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  direction: ltr;
  backdrop-filter: blur(2px);
  background-color: var(--opt-in-background-color);
  position: fixed;
  right: 0;
  visibility: visible !important;
  max-width: var(--opt-in-width);
  width: 100%;
  z-index: 2147483640;
  left: 0;
  border-radius: 0px;
}
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--light {
  color: #0d0d0d;
}
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--dark {
  color: #fff;
}
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--pe-bottom {
  bottom: 0;
  box-shadow: 0px -2px 4px rgba(121, 130, 154, 0.1);
}
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--pe-top {
  top: 0;
  box-shadow: 0px 2px 2px rgba(121, 130, 154, 0.1);
}
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--mobile .pushengage-opt-in__floating-bar__powered-by {
  box-sizing: border-box;
  position: absolute;
  font-size: 8px;
  height: 9px;
  line-height: 9px;
  cursor: pointer;
  font-weight: 500;
  background: none;
  opacity: 0.8;
  bottom: 3.5px;
}
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--mobile
  .pushengage-opt-in__floating-bar__powered-by
  strong {
  text-decoration-line: underline;
  font-weight: 600;
  letter-spacing: 0.3px;
  font-size: 8px;
  line-height: 9px;
  color: inherit;
  background-color: inherit;
}
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--desktop .pushengage-opt-in__floating-bar__powered-by {
  box-sizing: border-box;
  position: absolute;
  font-size: 8px;
  height: 9px;
  line-height: 9px;
  cursor: pointer;
  font-weight: 500;
  background: none;
  opacity: 0.8;
  bottom: 4.5px;
  right: 20px;
}
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--desktop
  .pushengage-opt-in__floating-bar__powered-by
  strong {
  text-decoration-line: underline;
  font-weight: 600;
  letter-spacing: 0.3px;
  font-size: 8px;
  line-height: 9px;
  color: inherit;
  background-color: inherit;
}
.pushengage-opt-in__floating-bar p {
  all: unset;
  margin: 0 !important;
  padding: 0 !important;
  font-family: inherit !important;
}
.pushengage-opt-in__floating-bar p span {
  all: unset;
  margin: 0 !important;
  padding: 0 !important;
  font-family: inherit !important;
}
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--desktop {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  padding: 18px 20px;
}
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--desktop .pushengage-opt-in__floating-bar__content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--desktop
  .pushengage-opt-in__floating-bar__content
  .pushengage-opt-in__floating-bar__icon__container {
  width: 48px;
  height: 48px;
  display: flex;
  flex-shrink: 0;
}
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--desktop
  .pushengage-opt-in__floating-bar__content
  .pushengage-opt-in__floating-bar__icon__container.pushengage-opt-in__floating-bar__icon__container--default-icon {
  align-items: center;
  justify-content: center;
  background-color: #4642e5;
  border-radius: 50%;
}
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--desktop
  .pushengage-opt-in__floating-bar__content
  .pushengage-opt-in__floating-bar__icon__container.pushengage-opt-in__floating-bar__icon__container--default-icon
  svg {
  fill: #fff;
  width: 24px;
  height: 24px;
}
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--desktop
  .pushengage-opt-in__floating-bar__content
  .pushengage-opt-in__floating-bar__icon__container
  .pushengage-opt-in__floating-bar__icon {
  background-image: var(--opt-in-icon-url);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 4px;
  display: block;
  height: auto;
  width: 100%;
  max-height: 100%;
}
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--desktop
  .pushengage-opt-in__floating-bar__content
  .pushengage-opt-in__floating-bar__title {
  word-wrap: break-word;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  line-height: 20px;
  margin: 0 12px;
}
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--desktop
  .pushengage-opt-in__floating-bar__content
  .pushengage-opt-in__floating-bar__title
  p {
  word-wrap: break-word;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
}
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--desktop
  .pushengage-opt-in__floating-bar__content
  .pushengage-opt-in__floating-bar__title
  .ql-size-large {
  font-size: 1.5em;
  line-height: 24px;
}
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--desktop
  .pushengage-opt-in__floating-bar__content
  .pushengage-opt-in__floating-bar__title
  .ql-size-small {
  font-size: 0.75em;
  line-height: 18px;
}
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--desktop
  .pushengage-opt-in__floating-bar__content
  .pushengage-opt-in__floating-bar__title
  ol,
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--desktop
  .pushengage-opt-in__floating-bar__content
  .pushengage-opt-in__floating-bar__title
  ul {
  text-align: left;
  margin: 0 0 5px 0;
  padding: 0 0 0 1.5em;
  list-style-image: none;
}
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--desktop
  .pushengage-opt-in__floating-bar__content
  .pushengage-opt-in__floating-bar__title
  ol
  li,
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--desktop
  .pushengage-opt-in__floating-bar__content
  .pushengage-opt-in__floating-bar__title
  ul
  li {
  word-wrap: break-word;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  overflow: inherit;
  margin: 0;
  padding: 0;
}
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--desktop
  .pushengage-opt-in__floating-bar__content
  .pushengage-opt-in__floating-bar__title
  ol {
  list-style-type: decimal;
}
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--desktop
  .pushengage-opt-in__floating-bar__content
  .pushengage-opt-in__floating-bar__title
  ul {
  list-style-type: disc;
}
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--desktop
  .pushengage-opt-in__floating-bar__content
  .pushengage-opt-in__floating-bar__title
  p {
  line-height: 20px;
}
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--desktop
  .pushengage-opt-in__floating-bar__content
  .pushengage-opt-in__floating-bar__segments {
  max-height: 300px;
  min-height: auto;
  height: auto;
  overflow-y: auto;
  margin: 0 0 0 12px;
}
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--desktop .pushengage-opt-in__floating-bar__button {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  flex-shrink: 0;
}
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--desktop
  .pushengage-opt-in__floating-bar__button
  .pushengage-opt-in__floating-bar__button__allow,
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--desktop
  .pushengage-opt-in__floating-bar__button
  .pushengage-opt-in__floating-bar__button__close {
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  padding: 10px 24px;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  text-align: center;
  word-break: break-word;
  font-style: normal;
}
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--desktop
  .pushengage-opt-in__floating-bar__button
  .pushengage-opt-in__floating-bar__button__allow
  p,
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--desktop
  .pushengage-opt-in__floating-bar__button
  .pushengage-opt-in__floating-bar__button__close
  p {
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  text-align: center;
  word-break: break-word;
  font-style: normal;
}
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--desktop
  .pushengage-opt-in__floating-bar__button
  .pushengage-opt-in__floating-bar__button__allow:hover,
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--desktop
  .pushengage-opt-in__floating-bar__button
  .pushengage-opt-in__floating-bar__button__close:hover {
  opacity: 0.8;
}
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--desktop
  .pushengage-opt-in__floating-bar__button
  .pushengage-opt-in__floating-bar__button__allow {
  background-color: var(--allow-btn-background-color);
  color: #fff;
  margin: 0 10px 0 0;
}
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--desktop
  .pushengage-opt-in__floating-bar__button
  .pushengage-opt-in__floating-bar__button__close {
  background-color: var(--close-btn-background-color);
  border: var(--close-btn-border);
  color: #677489;
}
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--mobile {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--mobile .pushengage-opt-in__floating-bar__content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--mobile
  .pushengage-opt-in__floating-bar__content
  .pushengage-opt-in__floating-bar__icon__container {
  width: 48px;
  height: 48px;
  display: flex;
  flex-shrink: 0;
  margin-right: 12px;
}
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--mobile
  .pushengage-opt-in__floating-bar__content
  .pushengage-opt-in__floating-bar__icon__container.pushengage-opt-in__floating-bar__icon__container--default-icon {
  align-items: center;
  justify-content: center;
  background-color: #4642e5;
  border-radius: 50%;
}
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--mobile
  .pushengage-opt-in__floating-bar__content
  .pushengage-opt-in__floating-bar__icon__container.pushengage-opt-in__floating-bar__icon__container--default-icon
  svg {
  fill: #fff;
  width: 24px;
  height: 24px;
}
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--mobile
  .pushengage-opt-in__floating-bar__content
  .pushengage-opt-in__floating-bar__icon__container
  .pushengage-opt-in__floating-bar__icon {
  background-image: var(--opt-in-icon-url);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 4px;
  display: block;
  height: auto;
  width: 100%;
  max-height: 100%;
}
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--mobile
  .pushengage-opt-in__floating-bar__content
  .pushengage-opt-in__floating-bar__title {
  word-wrap: break-word;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  display: block;
  line-height: 20px;
}
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--mobile
  .pushengage-opt-in__floating-bar__content
  .pushengage-opt-in__floating-bar__title
  p {
  word-wrap: break-word;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
}
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--mobile
  .pushengage-opt-in__floating-bar__content
  .pushengage-opt-in__floating-bar__title
  .ql-size-large {
  font-size: 1.5em;
  line-height: 24px;
}
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--mobile
  .pushengage-opt-in__floating-bar__content
  .pushengage-opt-in__floating-bar__title
  .ql-size-small {
  font-size: 0.75em;
  line-height: 18px;
}
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--mobile
  .pushengage-opt-in__floating-bar__content
  .pushengage-opt-in__floating-bar__title
  ol,
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--mobile
  .pushengage-opt-in__floating-bar__content
  .pushengage-opt-in__floating-bar__title
  ul {
  text-align: left;
  margin: 0 0 5px 0;
  padding: 0 0 0 1.5em;
  list-style-image: none;
}
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--mobile
  .pushengage-opt-in__floating-bar__content
  .pushengage-opt-in__floating-bar__title
  ol
  li,
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--mobile
  .pushengage-opt-in__floating-bar__content
  .pushengage-opt-in__floating-bar__title
  ul
  li {
  word-wrap: break-word;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  overflow: inherit;
  margin: 0;
  padding: 0;
}
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--mobile
  .pushengage-opt-in__floating-bar__content
  .pushengage-opt-in__floating-bar__title
  ol {
  list-style-type: decimal;
}
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--mobile
  .pushengage-opt-in__floating-bar__content
  .pushengage-opt-in__floating-bar__title
  ul {
  list-style-type: disc;
}
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--mobile
  .pushengage-opt-in__floating-bar__content
  .pushengage-opt-in__floating-bar__title
  p {
  line-height: 20px;
}
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--mobile .pushengage-opt-in__floating-bar__segments {
  max-height: 300px;
  min-height: auto;
  height: auto;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  margin: 17px 0 1px 60px;
  margin-right: -16px;
  padding-right: 16px;
}
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--mobile
  .pushengage-opt-in__floating-bar__segments
  .pushengage-opt-in__checkbox {
  flex-basis: calc(50% - 8px);
}
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--mobile
  .pushengage-opt-in__floating-bar__segments
  .pushengage-opt-in__checkbox:nth-child(even) {
  margin-left: 16px;
}
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--mobile .pushengage-opt-in__floating-bar__button {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  margin-top: 11px;
}
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--mobile
  .pushengage-opt-in__floating-bar__button
  .pushengage-opt-in__floating-bar__button__allow,
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--mobile
  .pushengage-opt-in__floating-bar__button
  .pushengage-opt-in__floating-bar__button__close {
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  padding: 10px 24px;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  text-align: center;
  word-break: break-word;
  font-style: normal;
}
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--mobile
  .pushengage-opt-in__floating-bar__button
  .pushengage-opt-in__floating-bar__button__allow
  p,
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--mobile
  .pushengage-opt-in__floating-bar__button
  .pushengage-opt-in__floating-bar__button__close
  p {
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  text-align: center;
  word-break: break-word;
  font-style: normal;
}
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--mobile
  .pushengage-opt-in__floating-bar__button
  .pushengage-opt-in__floating-bar__button__allow:hover,
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--mobile
  .pushengage-opt-in__floating-bar__button
  .pushengage-opt-in__floating-bar__button__close:hover {
  opacity: 0.8;
}
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--mobile
  .pushengage-opt-in__floating-bar__button
  .pushengage-opt-in__floating-bar__button__allow {
  background-color: var(--allow-btn-background-color);
  color: #fff;
  margin-right: 8px;
}
.pushengage-opt-in__floating-bar.pushengage-opt-in__floating-bar--mobile
  .pushengage-opt-in__floating-bar__button
  .pushengage-opt-in__floating-bar__button__close {
  background-color: var(--close-btn-background-color);
  border: var(--close-btn-border);
  color: #677489;
}
.pushengage-opt-in__sleek-opt-in-box {
  all: unset;
  letter-spacing: normal;
  word-spacing: normal;
  text-shadow: none;
  font-family: inherit;
  box-sizing: border-box;
  border: 0;
  vertical-align: initial;
  background-repeat: no-repeat;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  text-transform: initial;
  border-width: 0;
  border-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  direction: ltr;
  background-color: var(--opt-in-background-color);
  padding: 12px 16px;
  position: fixed;
  visibility: visible !important;
  z-index: 2147483640;
  width: var(--opt-in-width);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.pushengage-opt-in__sleek-opt-in-box.pushengage-opt-in__sleek-opt-in-box--light {
  color: #0d0d0d;
}
.pushengage-opt-in__sleek-opt-in-box.pushengage-opt-in__sleek-opt-in-box--dark {
  color: #fff;
}
.pushengage-opt-in__sleek-opt-in-box.pushengage-opt-in__sleek-opt-in-box--pe-top-left {
  border-radius: 0 0 12px 12px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.08);
  left: 0;
  top: 0;
}
.pushengage-opt-in__sleek-opt-in-box.pushengage-opt-in__sleek-opt-in-box--pe-top-right {
  border-radius: 0 0 12px 12px;
  box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.08);
  right: 0;
  top: 0;
}
.pushengage-opt-in__sleek-opt-in-box.pushengage-opt-in__sleek-opt-in-box--pe-top-center {
  border-radius: 0 0 12px 12px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.08);
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
.pushengage-opt-in__sleek-opt-in-box.pushengage-opt-in__sleek-opt-in-box--pe-mobile-bottom {
  border-radius: 12px 12px 0 0;
  bottom: 0;
  box-shadow: 2px -2px 5px rgba(0, 0, 0, 0.08);
  left: 50%;
  transform: translate(-50%, 0);
}
.pushengage-opt-in__sleek-opt-in-box.pushengage-opt-in__sleek-opt-in-box--pe-mobile-top {
  border-radius: 0 0 12px 12px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.08);
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.pushengage-opt-in__sleek-opt-in-box .pushengage-opt-in__sleek-opt-in-box__body {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.pushengage-opt-in__sleek-opt-in-box
  .pushengage-opt-in__sleek-opt-in-box__body
  .pushengage-opt-in__sleek-opt-in-box__header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.pushengage-opt-in__sleek-opt-in-box
  .pushengage-opt-in__sleek-opt-in-box__body
  .pushengage-opt-in__sleek-opt-in-box__header
  .pushengage-opt-in__sleek-opt-in-box__close-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.pushengage-opt-in__sleek-opt-in-box
  .pushengage-opt-in__sleek-opt-in-box__body
  .pushengage-opt-in__sleek-opt-in-box__header
  .pushengage-opt-in__sleek-opt-in-box__close-icon:hover {
  opacity: 0.7;
}
.pushengage-opt-in__sleek-opt-in-box
  .pushengage-opt-in__sleek-opt-in-box__body
  .pushengage-opt-in__sleek-opt-in-box__header
  .pushengage-opt-in__sleek-opt-in-box__close-icon
  svg {
  fill: var(--close-btn-background-color);
  width: 11px;
  height: 11px;
}
.pushengage-opt-in__sleek-opt-in-box
  .pushengage-opt-in__sleek-opt-in-box__body
  .pushengage-opt-in__sleek-opt-in-box__header
  .pushengage-opt-in__sleek-opt-in-box__header__title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.pushengage-opt-in__sleek-opt-in-box
  .pushengage-opt-in__sleek-opt-in-box__body
  .pushengage-opt-in__sleek-opt-in-box__header
  .pushengage-opt-in__sleek-opt-in-box__header__title
  .pushengage-opt-in__sleek-opt-in-box__bell-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pushengage-opt-in__sleek-opt-in-box
  .pushengage-opt-in__sleek-opt-in-box__body
  .pushengage-opt-in__sleek-opt-in-box__header
  .pushengage-opt-in__sleek-opt-in-box__header__title
  .pushengage-opt-in__sleek-opt-in-box__bell-icon
  svg {
  fill: var(--allow-btn-background-color);
  width: 12px;
  height: 12px;
}
.pushengage-opt-in__sleek-opt-in-box
  .pushengage-opt-in__sleek-opt-in-box__body
  .pushengage-opt-in__sleek-opt-in-box__header
  .pushengage-opt-in__sleek-opt-in-box__header__title
  .pushengage-opt-in__sleek-opt-in-box__site-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: calc(var(--opt-in-width) - 70px);
  margin-left: 5px;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
}
.pushengage-opt-in__sleek-opt-in-box
  .pushengage-opt-in__sleek-opt-in-box__body
  .pushengage-opt-in__sleek-opt-in-box__header
  .pushengage-opt-in__sleek-opt-in-box__header__title
  .pushengage-opt-in__sleek-opt-in-box__site-name
  * {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: calc(var(--opt-in-width) - 70px);
}
.pushengage-opt-in__sleek-opt-in-box
  .pushengage-opt-in__sleek-opt-in-box__body
  .pushengage-opt-in__sleek-opt-in-box__content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 19px;
}
.pushengage-opt-in__sleek-opt-in-box
  .pushengage-opt-in__sleek-opt-in-box__body
  .pushengage-opt-in__sleek-opt-in-box__content
  .pushengage-opt-in__sleek-opt-in-box__title {
  word-wrap: break-word;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  display: flex;
  flex-direction: column;
  line-height: 18px;
  margin-right: 18px;
  flex-grow: 1;
}
.pushengage-opt-in__sleek-opt-in-box
  .pushengage-opt-in__sleek-opt-in-box__body
  .pushengage-opt-in__sleek-opt-in-box__content
  .pushengage-opt-in__sleek-opt-in-box__title
  p {
  word-wrap: break-word;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
}
.pushengage-opt-in__sleek-opt-in-box
  .pushengage-opt-in__sleek-opt-in-box__body
  .pushengage-opt-in__sleek-opt-in-box__content
  .pushengage-opt-in__sleek-opt-in-box__title
  .ql-size-large {
  font-size: 1.5em;
  line-height: 24px;
}
.pushengage-opt-in__sleek-opt-in-box
  .pushengage-opt-in__sleek-opt-in-box__body
  .pushengage-opt-in__sleek-opt-in-box__content
  .pushengage-opt-in__sleek-opt-in-box__title
  .ql-size-small {
  font-size: 0.75em;
  line-height: 18px;
}
.pushengage-opt-in__sleek-opt-in-box
  .pushengage-opt-in__sleek-opt-in-box__body
  .pushengage-opt-in__sleek-opt-in-box__content
  .pushengage-opt-in__sleek-opt-in-box__title
  ol,
.pushengage-opt-in__sleek-opt-in-box
  .pushengage-opt-in__sleek-opt-in-box__body
  .pushengage-opt-in__sleek-opt-in-box__content
  .pushengage-opt-in__sleek-opt-in-box__title
  ul {
  text-align: left;
  margin: 0 0 5px 0;
  padding: 0 0 0 1.5em;
  list-style-image: none;
}
.pushengage-opt-in__sleek-opt-in-box
  .pushengage-opt-in__sleek-opt-in-box__body
  .pushengage-opt-in__sleek-opt-in-box__content
  .pushengage-opt-in__sleek-opt-in-box__title
  ol
  li,
.pushengage-opt-in__sleek-opt-in-box
  .pushengage-opt-in__sleek-opt-in-box__body
  .pushengage-opt-in__sleek-opt-in-box__content
  .pushengage-opt-in__sleek-opt-in-box__title
  ul
  li {
  word-wrap: break-word;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  overflow: inherit;
  margin: 0;
  padding: 0;
}
.pushengage-opt-in__sleek-opt-in-box
  .pushengage-opt-in__sleek-opt-in-box__body
  .pushengage-opt-in__sleek-opt-in-box__content
  .pushengage-opt-in__sleek-opt-in-box__title
  ol {
  list-style-type: decimal;
}
.pushengage-opt-in__sleek-opt-in-box
  .pushengage-opt-in__sleek-opt-in-box__body
  .pushengage-opt-in__sleek-opt-in-box__content
  .pushengage-opt-in__sleek-opt-in-box__title
  ul {
  list-style-type: disc;
}
.pushengage-opt-in__sleek-opt-in-box
  .pushengage-opt-in__sleek-opt-in-box__body
  .pushengage-opt-in__sleek-opt-in-box__content
  .pushengage-opt-in__sleek-opt-in-box__title
  p {
  line-height: 18px;
}
.pushengage-opt-in__sleek-opt-in-box
  .pushengage-opt-in__sleek-opt-in-box__body
  .pushengage-opt-in__sleek-opt-in-box__content
  .pushengage-opt-in__sleek-opt-in-box__icon__container {
  width: 48px;
  height: 48px;
  display: flex;
  flex-shrink: 0;
}
.pushengage-opt-in__sleek-opt-in-box
  .pushengage-opt-in__sleek-opt-in-box__body
  .pushengage-opt-in__sleek-opt-in-box__content
  .pushengage-opt-in__sleek-opt-in-box__icon__container.pushengage-opt-in__sleek-opt-in-box__icon__container--default-icon {
  align-items: center;
  justify-content: center;
  background-color: #4642e5;
  border-radius: 50%;
}
.pushengage-opt-in__sleek-opt-in-box
  .pushengage-opt-in__sleek-opt-in-box__body
  .pushengage-opt-in__sleek-opt-in-box__content
  .pushengage-opt-in__sleek-opt-in-box__icon__container.pushengage-opt-in__sleek-opt-in-box__icon__container--default-icon
  svg {
  fill: #fff;
  width: 24px;
  height: 24px;
}
.pushengage-opt-in__sleek-opt-in-box
  .pushengage-opt-in__sleek-opt-in-box__body
  .pushengage-opt-in__sleek-opt-in-box__content
  .pushengage-opt-in__sleek-opt-in-box__icon__container
  .pushengage-opt-in__sleek-opt-in-box__icon {
  background-image: var(--opt-in-icon-url);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 4px;
  display: block;
  height: auto;
  width: 100%;
  max-height: 100%;
}
.pushengage-opt-in__sleek-opt-in-box
  .pushengage-opt-in__sleek-opt-in-box__body
  .pushengage-opt-in__sleek-opt-in-box__segments {
  max-height: 300px;
  min-height: auto;
  height: auto;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
  margin-right: -16px;
  padding-right: 16px;
}
.pushengage-opt-in__sleek-opt-in-box
  .pushengage-opt-in__sleek-opt-in-box__body
  .pushengage-opt-in__sleek-opt-in-box__segments
  .pushengage-opt-in__checkbox {
  flex-basis: calc(50% - 8px);
}
.pushengage-opt-in__sleek-opt-in-box
  .pushengage-opt-in__sleek-opt-in-box__body
  .pushengage-opt-in__sleek-opt-in-box__segments
  .pushengage-opt-in__checkbox:nth-child(even) {
  margin-left: 16px;
}
.pushengage-opt-in__sleek-opt-in-box
  .pushengage-opt-in__sleek-opt-in-box__body
  .pushengage-opt-in__sleek-opt-in-box__button {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-top: 11px;
}
.pushengage-opt-in__sleek-opt-in-box
  .pushengage-opt-in__sleek-opt-in-box__body
  .pushengage-opt-in__sleek-opt-in-box__button
  .pushengage-opt-in__sleek-opt-in-box__button__allow {
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  padding: 10px 24px;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  text-align: center;
  word-break: break-word;
  font-style: normal;
  background-color: var(--allow-btn-background-color);
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
}
.pushengage-opt-in__sleek-opt-in-box
  .pushengage-opt-in__sleek-opt-in-box__body
  .pushengage-opt-in__sleek-opt-in-box__button
  .pushengage-opt-in__sleek-opt-in-box__button__allow
  p {
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  text-align: center;
  word-break: break-word;
  font-style: normal;
}
.pushengage-opt-in__sleek-opt-in-box
  .pushengage-opt-in__sleek-opt-in-box__body
  .pushengage-opt-in__sleek-opt-in-box__button
  .pushengage-opt-in__sleek-opt-in-box__button__allow:hover {
  opacity: 0.8;
}
.pushengage-opt-in__sleek-opt-in-box .pushengage-opt-in__sleek-opt-in-box__body p {
  all: unset;
  margin: 0 !important;
  padding: 0 !important;
  font-family: inherit !important;
}
.pushengage-opt-in__sleek-opt-in-box .pushengage-opt-in__sleek-opt-in-box__body p span {
  all: unset;
  margin: 0 !important;
  padding: 0 !important;
  font-family: inherit !important;
}
.pushengage-opt-in__sleek-opt-in-box
  .pushengage-opt-in__sleek-opt-in-box__body
  .pushengage-opt-in__sleek-opt-in-box__powered-by {
  box-sizing: border-box;
  position: absolute;
  font-size: 8px;
  height: 9px;
  line-height: 9px;
  cursor: pointer;
  font-weight: 500;
  background: none;
  opacity: 0.8;
  right: 16px;
  bottom: 3px;
}
.pushengage-opt-in__sleek-opt-in-box
  .pushengage-opt-in__sleek-opt-in-box__body
  .pushengage-opt-in__sleek-opt-in-box__powered-by
  strong {
  text-decoration-line: underline;
  font-weight: 600;
  letter-spacing: 0.3px;
  font-size: 8px;
  line-height: 9px;
  color: inherit;
  background-color: inherit;
}
.pushengage-opt-in__bell {
  all: unset;
  letter-spacing: normal;
  word-spacing: normal;
  text-shadow: none;
  font-family: inherit;
  box-sizing: border-box;
  border: 0;
  vertical-align: initial;
  background-repeat: no-repeat;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  text-transform: initial;
  border-width: 0;
  border-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  direction: ltr;
  backdrop-filter: blur(2px);
  bottom: var(--bell-bottom);
  box-shadow: 0px 4px 6px rgba(121, 130, 154, 0.1);
  display: block;
  position: fixed;
  visibility: visible !important;
  z-index: 2147483640;
  border-radius: 50%;
  background-color: var(--bell-background-color);
}
.pushengage-opt-in__bell.pushengage-opt-in__bell--right {
  right: var(--bell-right);
}
.pushengage-opt-in__bell.pushengage-opt-in__bell--left {
  left: var(--bell-left);
}
.pushengage-opt-in__bell .pushengage-opt-in__bell__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: var(--bell-height);
  width: var(--bell-width);
}
.pushengage-opt-in__bell .pushengage-opt-in__bell__icon svg {
  width: 18px;
  height: 22px;
  fill: var(--bell-color);
}
.pushengage-opt-in__bell__tooltip .pushengage-opt-in__bell__tooltip__title {
  word-wrap: break-word;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  font-weight: 700;
  line-height: 20px;
}
.pushengage-opt-in__bell__tooltip .pushengage-opt-in__bell__tooltip__title p {
  word-wrap: break-word;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
}
.pushengage-opt-in__bell__tooltip .pushengage-opt-in__bell__tooltip__title .ql-size-large {
  font-size: 1.5em;
  line-height: 24px;
}
.pushengage-opt-in__bell__tooltip .pushengage-opt-in__bell__tooltip__title .ql-size-small {
  font-size: 0.75em;
  line-height: 18px;
}
.pushengage-opt-in__bell__tooltip .pushengage-opt-in__bell__tooltip__title ol,
.pushengage-opt-in__bell__tooltip .pushengage-opt-in__bell__tooltip__title ul {
  text-align: left;
  margin: 0 0 5px 0;
  padding: 0 0 0 1.5em;
  list-style-image: none;
}
.pushengage-opt-in__bell__tooltip .pushengage-opt-in__bell__tooltip__title ol li,
.pushengage-opt-in__bell__tooltip .pushengage-opt-in__bell__tooltip__title ul li {
  word-wrap: break-word;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  overflow: inherit;
  margin: 0;
  padding: 0;
}
.pushengage-opt-in__bell__tooltip .pushengage-opt-in__bell__tooltip__title ol {
  list-style-type: decimal;
}
.pushengage-opt-in__bell__tooltip .pushengage-opt-in__bell__tooltip__title ul {
  list-style-type: disc;
}
.pushengage-opt-in__bell__tooltip .pushengage-opt-in__bell__tooltip__title p {
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
}
.pushengage-opt-in__bell__tooltip .pushengage-opt-in__bell__tooltip__button {
  font-size: 10px;
  font-weight: 600;
  line-height: 20px;
  word-break: break-word;
  font-style: normal;
  margin: 14px 0 0 0;
  cursor: pointer;
  padding: 0;
  border-radius: 0;
  text-decoration-line: underline;
}
.pushengage-opt-in__bell__tooltip .pushengage-opt-in__bell__tooltip__button p {
  font-size: 10px;
  font-weight: 600;
  line-height: 20px;
  word-break: break-word;
  font-style: normal;
}
.pushengage-opt-in__bell__tooltip .pushengage-opt-in__bell__tooltip__powered-by {
  box-sizing: border-box;
  position: absolute;
  font-size: 8px;
  height: 9px;
  line-height: 9px;
  cursor: pointer;
  font-weight: 500;
  background: none;
  opacity: 0.8;
  bottom: 3px;
  right: 22px;
}
.pushengage-opt-in__bell__tooltip .pushengage-opt-in__bell__tooltip__powered-by strong {
  text-decoration-line: underline;
  font-weight: 600;
  letter-spacing: 0.3px;
  font-size: 8px;
  line-height: 9px;
  color: inherit;
  background-color: inherit;
}
.pushengage-opt-in__bell__tooltip .pushengage-opt-in__bell__tooltip__segments {
  max-height: 300px;
  min-height: auto;
  height: auto;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-top: 10px;
  margin-right: -22px;
  padding-right: 22px;
}
.pushengage-opt-in__bell__tooltip
  .pushengage-opt-in__bell__tooltip__segments
  .pushengage-opt-in__checkbox
  input[type="checkbox"] {
  margin-top: 3px;
}
.pushengage-opt-in__bell__tooltip .pushengage-opt-in__bell__tooltip__segments label {
  font-size: 10px;
}
.pushengage-unsubscribe-widget {
  all: unset;
  letter-spacing: normal;
  word-spacing: normal;
  text-shadow: none;
  font-family: inherit;
  box-sizing: border-box;
  border: 0;
  vertical-align: initial;
  background-repeat: no-repeat;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  text-transform: initial;
  border-width: 0;
  border-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  direction: ltr;
}
.pushengage-unsubscribe-widget.pushengage-unsubscribe-widget--bell.pushengage-unsubscribe-widget--hidden
  .pushengage-unsubscribe-widget__opt-in {
  display: none;
  visibility: hidden !important;
}
.pushengage-unsubscribe-widget.pushengage-unsubscribe-widget--bell.pushengage-unsubscribe-widget--hidden
  .pushengage-unsubscribe-widget__tooltip {
  visibility: visible !important;
}
.pushengage-unsubscribe-widget.pushengage-unsubscribe-widget--bell.pushengage-unsubscribe-widget--hidden
  .pushengage-unsubscribe-widget__tooltip
  .pushengage-unsubscribe-widget__tooltip-msg {
  display: none;
}
.pushengage-unsubscribe-widget.pushengage-unsubscribe-widget--bell.pushengage-unsubscribe-widget--hidden
  .pushengage-unsubscribe-widget__tooltip
  .pushengage-unsubscribe-widget__tooltip-thanks-msg {
  display: block;
}
.pushengage-unsubscribe-widget.pushengage-unsubscribe-widget--bell.pushengage-unsubscribe-widget--automated-notification-enabled
  .pushengage-unsubscribe-widget__opt-in
  .pushengage-opt-in__switch__label-title--enabled {
  display: block;
}
.pushengage-unsubscribe-widget.pushengage-unsubscribe-widget--bell.pushengage-unsubscribe-widget--automated-notification-enabled
  .pushengage-unsubscribe-widget__opt-in
  .pushengage-opt-in__switch__label-title--disabled {
  display: none;
}
.pushengage-unsubscribe-widget.pushengage-unsubscribe-widget--bell
  .pushengage-unsubscribe-widget__opt-in
  .pushengage-unsubscribe-widget__title {
  word-wrap: break-word;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  color: #0d0d0d;
  text-align: center;
  line-height: 18px;
  margin-bottom: 16px;
}
.pushengage-unsubscribe-widget.pushengage-unsubscribe-widget--bell
  .pushengage-unsubscribe-widget__opt-in
  .pushengage-unsubscribe-widget__title
  p {
  word-wrap: break-word;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
}
.pushengage-unsubscribe-widget.pushengage-unsubscribe-widget--bell
  .pushengage-unsubscribe-widget__opt-in
  .pushengage-unsubscribe-widget__title
  .ql-size-large {
  font-size: 1.5em;
  line-height: 24px;
}
.pushengage-unsubscribe-widget.pushengage-unsubscribe-widget--bell
  .pushengage-unsubscribe-widget__opt-in
  .pushengage-unsubscribe-widget__title
  .ql-size-small {
  font-size: 0.75em;
  line-height: 18px;
}
.pushengage-unsubscribe-widget.pushengage-unsubscribe-widget--bell
  .pushengage-unsubscribe-widget__opt-in
  .pushengage-unsubscribe-widget__title
  ol,
.pushengage-unsubscribe-widget.pushengage-unsubscribe-widget--bell
  .pushengage-unsubscribe-widget__opt-in
  .pushengage-unsubscribe-widget__title
  ul {
  text-align: left;
  margin: 0 0 5px 0;
  padding: 0 0 0 1.5em;
  list-style-image: none;
}
.pushengage-unsubscribe-widget.pushengage-unsubscribe-widget--bell
  .pushengage-unsubscribe-widget__opt-in
  .pushengage-unsubscribe-widget__title
  ol
  li,
.pushengage-unsubscribe-widget.pushengage-unsubscribe-widget--bell
  .pushengage-unsubscribe-widget__opt-in
  .pushengage-unsubscribe-widget__title
  ul
  li {
  word-wrap: break-word;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  overflow: inherit;
  margin: 0;
  padding: 0;
}
.pushengage-unsubscribe-widget.pushengage-unsubscribe-widget--bell
  .pushengage-unsubscribe-widget__opt-in
  .pushengage-unsubscribe-widget__title
  ol {
  list-style-type: decimal;
}
.pushengage-unsubscribe-widget.pushengage-unsubscribe-widget--bell
  .pushengage-unsubscribe-widget__opt-in
  .pushengage-unsubscribe-widget__title
  ul {
  list-style-type: disc;
}
.pushengage-unsubscribe-widget.pushengage-unsubscribe-widget--bell
  .pushengage-unsubscribe-widget__opt-in
  .pushengage-unsubscribe-widget__button {
  border-radius: 4px;
  border: 1px solid #d8d8d8;
  color: #677489;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  padding: 7px 12px;
  cursor: pointer;
}
.pushengage-unsubscribe-widget.pushengage-unsubscribe-widget--bell
  .pushengage-unsubscribe-widget__opt-in
  .pushengage-unsubscribe-widget__button:hover {
  opacity: 0.7;
}
.pushengage-unsubscribe-widget.pushengage-unsubscribe-widget--bell
  .pushengage-unsubscribe-widget__opt-in
  .pushengage-unsubscribe-widget__switch {
  margin-bottom: 12px;
}
.pushengage-unsubscribe-widget.pushengage-unsubscribe-widget--bell
  .pushengage-unsubscribe-widget__opt-in
  .pushengage-unsubscribe-widget__switch
  .pushengage-opt-in__switch__label-title {
  color: #364253;
}
.pushengage-unsubscribe-widget.pushengage-unsubscribe-widget--bell
  .pushengage-unsubscribe-widget__opt-in
  .pushengage-opt-in__switch__label-title--enabled {
  display: none;
}
.pushengage-unsubscribe-widget.pushengage-unsubscribe-widget--bell
  .pushengage-unsubscribe-widget__opt-in
  .pushengage-opt-in__switch__label-title--disabled {
  display: block;
}
.pushengage-unsubscribe-widget.pushengage-unsubscribe-widget--bell
  .pushengage-unsubscribe-widget__opt-in
  .pushengage-unsubscribe-widget__powered-by {
  box-sizing: border-box;
  position: absolute;
  font-size: 8px;
  height: 9px;
  line-height: 9px;
  cursor: pointer;
  font-weight: 500;
  background: none;
  opacity: 0.8;
  bottom: 3.5px;
  right: 16px;
}
.pushengage-unsubscribe-widget.pushengage-unsubscribe-widget--bell
  .pushengage-unsubscribe-widget__opt-in
  .pushengage-unsubscribe-widget__powered-by
  strong {
  text-decoration-line: underline;
  font-weight: 600;
  letter-spacing: 0.3px;
  font-size: 8px;
  line-height: 9px;
  color: inherit;
  background-color: inherit;
}
.pushengage-unsubscribe-widget.pushengage-unsubscribe-widget--bell .pushengage-unsubscribe-widget__tooltip-thanks-msg {
  display: none;
}
.pushengage-unsubscribe-widget .pushengage-unsubscribe-widget__tooltip .pushengage-unsubscribe-widget__tooltip__title {
  word-wrap: break-word;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  font-weight: 700;
  line-height: 20px;
}
.pushengage-unsubscribe-widget
  .pushengage-unsubscribe-widget__tooltip
  .pushengage-unsubscribe-widget__tooltip__title
  p {
  word-wrap: break-word;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
}
.pushengage-unsubscribe-widget
  .pushengage-unsubscribe-widget__tooltip
  .pushengage-unsubscribe-widget__tooltip__title
  .ql-size-large {
  font-size: 1.5em;
  line-height: 24px;
}
.pushengage-unsubscribe-widget
  .pushengage-unsubscribe-widget__tooltip
  .pushengage-unsubscribe-widget__tooltip__title
  .ql-size-small {
  font-size: 0.75em;
  line-height: 18px;
}
.pushengage-unsubscribe-widget
  .pushengage-unsubscribe-widget__tooltip
  .pushengage-unsubscribe-widget__tooltip__title
  ol,
.pushengage-unsubscribe-widget
  .pushengage-unsubscribe-widget__tooltip
  .pushengage-unsubscribe-widget__tooltip__title
  ul {
  text-align: left;
  margin: 0 0 5px 0;
  padding: 0 0 0 1.5em;
  list-style-image: none;
}
.pushengage-unsubscribe-widget
  .pushengage-unsubscribe-widget__tooltip
  .pushengage-unsubscribe-widget__tooltip__title
  ol
  li,
.pushengage-unsubscribe-widget
  .pushengage-unsubscribe-widget__tooltip
  .pushengage-unsubscribe-widget__tooltip__title
  ul
  li {
  word-wrap: break-word;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  overflow: inherit;
  margin: 0;
  padding: 0;
}
.pushengage-unsubscribe-widget
  .pushengage-unsubscribe-widget__tooltip
  .pushengage-unsubscribe-widget__tooltip__title
  ol {
  list-style-type: decimal;
}
.pushengage-unsubscribe-widget
  .pushengage-unsubscribe-widget__tooltip
  .pushengage-unsubscribe-widget__tooltip__title
  ul {
  list-style-type: disc;
}
.pushengage-unsubscribe-widget
  .pushengage-unsubscribe-widget__tooltip
  .pushengage-unsubscribe-widget__tooltip__title
  p {
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
}
.pushengage-unsubscribe-widget.pushengage-unsubscribe-widget--button {
  height: 56px;
  min-width: 200px;
  position: fixed;
  bottom: 0;
  z-index: 2147483640;
  visibility: visible !important;
  text-align: center;
  width: max-content;
}
.pushengage-unsubscribe-widget.pushengage-unsubscribe-widget--button.pushengage-unsubscribe-widget--right {
  right: 0;
}
.pushengage-unsubscribe-widget.pushengage-unsubscribe-widget--button.pushengage-unsubscribe-widget--left {
  left: 0;
}
.pushengage-unsubscribe-widget.pushengage-unsubscribe-widget--button.pushengage-unsubscribe-widget--dark
  .pushengage-unsubscribe-widget__powered-by {
  color: #fff;
}
.pushengage-unsubscribe-widget.pushengage-unsubscribe-widget--button.pushengage-unsubscribe-widget--light
  .pushengage-unsubscribe-widget__powered-by {
  color: #0d0d0d;
}
.pushengage-unsubscribe-widget.pushengage-unsubscribe-widget--button.pushengage-unsubscribe-widget--initial-state
  .pushengage-unsubscribe-widget__opt-in
  .pushengage-unsubscribe-widget__title {
  display: block;
}
.pushengage-unsubscribe-widget.pushengage-unsubscribe-widget--button.pushengage-unsubscribe-widget--initial-state
  .pushengage-unsubscribe-widget__opt-in
  .pushengage-unsubscribe-widget__thanks-msg,
.pushengage-unsubscribe-widget.pushengage-unsubscribe-widget--button.pushengage-unsubscribe-widget--initial-state
  .pushengage-unsubscribe-widget__opt-in
  .pushengage-unsubscribe-widget__action {
  display: none;
}
.pushengage-unsubscribe-widget.pushengage-unsubscribe-widget--button.pushengage-unsubscribe-widget--action-state
  .pushengage-unsubscribe-widget__opt-in
  .pushengage-unsubscribe-widget__action {
  display: block;
}
.pushengage-unsubscribe-widget.pushengage-unsubscribe-widget--button.pushengage-unsubscribe-widget--action-state
  .pushengage-unsubscribe-widget__opt-in
  .pushengage-unsubscribe-widget__title,
.pushengage-unsubscribe-widget.pushengage-unsubscribe-widget--button.pushengage-unsubscribe-widget--action-state
  .pushengage-unsubscribe-widget__opt-in
  .pushengage-unsubscribe-widget__thanks-msg {
  display: none;
}
.pushengage-unsubscribe-widget.pushengage-unsubscribe-widget--button.pushengage-unsubscribe-widget--final-state
  .pushengage-unsubscribe-widget__opt-in
  .pushengage-unsubscribe-widget__thanks-msg {
  display: block;
}
.pushengage-unsubscribe-widget.pushengage-unsubscribe-widget--button.pushengage-unsubscribe-widget--final-state
  .pushengage-unsubscribe-widget__opt-in
  .pushengage-unsubscribe-widget__title,
.pushengage-unsubscribe-widget.pushengage-unsubscribe-widget--button.pushengage-unsubscribe-widget--final-state
  .pushengage-unsubscribe-widget__opt-in
  .pushengage-unsubscribe-widget__action {
  display: none;
}
.pushengage-unsubscribe-widget.pushengage-unsubscribe-widget--button .pushengage-unsubscribe-widget__opt-in {
  padding: 14px 24px;
  display: flex;
  flex-direction: column;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  background-color: var(--widget-background-color);
  color: var(--widget-color);
  box-shadow: 0px -2px 4px rgba(121, 130, 154, 0.1);
  border-radius: 8px 0 0 0;
  margin: 10px 10px 0 0;
}
.pushengage-unsubscribe-widget.pushengage-unsubscribe-widget--button
  .pushengage-unsubscribe-widget__opt-in
  .pushengage-unsubscribe-widget__title {
  cursor: pointer;
}
.pushengage-unsubscribe-widget.pushengage-unsubscribe-widget--button
  .pushengage-unsubscribe-widget__opt-in
  .pushengage-unsubscribe-widget__action {
  display: none;
}
.pushengage-unsubscribe-widget.pushengage-unsubscribe-widget--button
  .pushengage-unsubscribe-widget__opt-in
  .pushengage-unsubscribe-widget__action
  span:nth-child(2),
.pushengage-unsubscribe-widget.pushengage-unsubscribe-widget--button
  .pushengage-unsubscribe-widget__opt-in
  .pushengage-unsubscribe-widget__action
  span:nth-child(3) {
  text-decoration-line: underline;
  cursor: pointer;
}
.pushengage-unsubscribe-widget.pushengage-unsubscribe-widget--button
  .pushengage-unsubscribe-widget__opt-in
  .pushengage-unsubscribe-widget__action
  span:nth-child(2) {
  margin: 0 8px;
}
.pushengage-unsubscribe-widget.pushengage-unsubscribe-widget--button
  .pushengage-unsubscribe-widget__opt-in
  .pushengage-unsubscribe-widget__powered-by {
  box-sizing: border-box;
  position: absolute;
  font-size: 8px;
  height: 9px;
  line-height: 9px;
  cursor: pointer;
  font-weight: 500;
  background: none;
  opacity: 0.8;
  bottom: 2.5px;
  right: 34px;
}
.pushengage-unsubscribe-widget.pushengage-unsubscribe-widget--button
  .pushengage-unsubscribe-widget__opt-in
  .pushengage-unsubscribe-widget__powered-by
  strong {
  text-decoration-line: underline;
  font-weight: 600;
  letter-spacing: 0.3px;
  font-size: 8px;
  line-height: 9px;
  color: inherit;
  background-color: inherit;
}
.pushengage-unsubscribe-widget.pushengage-unsubscribe-widget--button .pushengage-unsubscribe-widget__close-icon {
  position: absolute;
  box-sizing: border-box;
  top: 0;
  right: 0;
  cursor: pointer;
  border-radius: 20px;
  background-color: var(--widget-color);
  box-shadow: 0px 4px 6px 0px rgba(121, 130, 154, 0.1);
  backdrop-filter: blur(2px);
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pushengage-unsubscribe-widget.pushengage-unsubscribe-widget--button .pushengage-unsubscribe-widget__close-icon svg {
  fill: var(--widget-background-color);
  width: 10px;
  height: 10px;
}
.pushengage-unsubscribe-widget.pushengage-unsubscribe-widget--button
  .pushengage-unsubscribe-widget__close-icon
  svg:hover {
  opacity: 0.7;
}
.pushengage-subscriber-recovery-widget {
  all: unset;
  letter-spacing: normal;
  word-spacing: normal;
  text-shadow: none;
  font-family: inherit;
  box-sizing: border-box;
  border: 0;
  vertical-align: initial;
  background-repeat: no-repeat;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  text-transform: initial;
  border-width: 0;
  border-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  direction: ltr;
}
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--bell
  .pushengage-subscriber-recovery-widget__tooltip
  .pushengage-subscriber-recovery-widget__tooltip__title {
  word-wrap: break-word;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  font-weight: 700;
  line-height: 20px;
}
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--bell
  .pushengage-subscriber-recovery-widget__tooltip
  .pushengage-subscriber-recovery-widget__tooltip__title
  p {
  word-wrap: break-word;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
}
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--bell
  .pushengage-subscriber-recovery-widget__tooltip
  .pushengage-subscriber-recovery-widget__tooltip__title
  .ql-size-large {
  font-size: 1.5em;
  line-height: 24px;
}
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--bell
  .pushengage-subscriber-recovery-widget__tooltip
  .pushengage-subscriber-recovery-widget__tooltip__title
  .ql-size-small {
  font-size: 0.75em;
  line-height: 18px;
}
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--bell
  .pushengage-subscriber-recovery-widget__tooltip
  .pushengage-subscriber-recovery-widget__tooltip__title
  ol,
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--bell
  .pushengage-subscriber-recovery-widget__tooltip
  .pushengage-subscriber-recovery-widget__tooltip__title
  ul {
  text-align: left;
  margin: 0 0 5px 0;
  padding: 0 0 0 1.5em;
  list-style-image: none;
}
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--bell
  .pushengage-subscriber-recovery-widget__tooltip
  .pushengage-subscriber-recovery-widget__tooltip__title
  ol
  li,
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--bell
  .pushengage-subscriber-recovery-widget__tooltip
  .pushengage-subscriber-recovery-widget__tooltip__title
  ul
  li {
  word-wrap: break-word;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  overflow: inherit;
  margin: 0;
  padding: 0;
}
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--bell
  .pushengage-subscriber-recovery-widget__tooltip
  .pushengage-subscriber-recovery-widget__tooltip__title
  ol {
  list-style-type: decimal;
}
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--bell
  .pushengage-subscriber-recovery-widget__tooltip
  .pushengage-subscriber-recovery-widget__tooltip__title
  ul {
  list-style-type: disc;
}
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--bell
  .pushengage-subscriber-recovery-widget__tooltip
  .pushengage-subscriber-recovery-widget__tooltip__title
  p {
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
}
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--bell
  .pushengage-subscriber-recovery-widget__tooltip
  .pushengage-subscriber-recovery-widget__tooltip__powered-by {
  box-sizing: border-box;
  position: absolute;
  font-size: 8px;
  height: 9px;
  line-height: 9px;
  cursor: pointer;
  font-weight: 500;
  background: none;
  opacity: 0.8;
  bottom: 3px;
  right: 22px;
}
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--bell
  .pushengage-subscriber-recovery-widget__tooltip
  .pushengage-subscriber-recovery-widget__tooltip__powered-by
  strong {
  text-decoration-line: underline;
  font-weight: 600;
  letter-spacing: 0.3px;
  font-size: 8px;
  line-height: 9px;
  color: inherit;
  background-color: inherit;
}
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--button {
  height: 56px;
  min-width: 200px;
  position: fixed;
  z-index: 2147483640;
  visibility: visible !important;
  text-align: center;
  width: max-content;
}
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--button.pushengage-subscriber-recovery-widget--dark
  .pushengage-subscriber-recovery-widget__powered-by {
  color: #fff;
}
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--button.pushengage-subscriber-recovery-widget--light
  .pushengage-subscriber-recovery-widget__powered-by {
  color: #0d0d0d;
}
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--button.pushengage-subscriber-recovery-widget--bottom-right {
  bottom: 0;
  right: 0;
}
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--button.pushengage-subscriber-recovery-widget--bottom-right
  .pushengage-subscriber-recovery-widget__body {
  border-radius: 8px 0 0 0;
  margin: 10px 10px 0 0;
}
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--button.pushengage-subscriber-recovery-widget--bottom-right
  .pushengage-subscriber-recovery-widget__close-icon {
  top: 0;
  right: 0;
}
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--button.pushengage-subscriber-recovery-widget--bottom-right
  .pushengage-subscriber-recovery-widget__powered-by {
  right: 34px;
}
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--button.pushengage-subscriber-recovery-widget--bottom-left {
  bottom: 0;
  left: 0;
}
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--button.pushengage-subscriber-recovery-widget--bottom-left
  .pushengage-subscriber-recovery-widget__body {
  border-radius: 8px 0 0 0;
  margin: 10px 10px 0 0;
}
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--button.pushengage-subscriber-recovery-widget--bottom-left
  .pushengage-subscriber-recovery-widget__close-icon {
  top: 0;
  right: 0;
}
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--button.pushengage-subscriber-recovery-widget--bottom-left
  .pushengage-subscriber-recovery-widget__powered-by {
  right: 34px;
}
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--button.pushengage-subscriber-recovery-widget--bottom-center {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--button.pushengage-subscriber-recovery-widget--bottom-center
  .pushengage-subscriber-recovery-widget__body {
  border-radius: 8px 0 0 0;
  margin: 10px 10px 0 0;
}
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--button.pushengage-subscriber-recovery-widget--bottom-center
  .pushengage-subscriber-recovery-widget__close-icon {
  top: 0;
  right: 0;
}
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--button.pushengage-subscriber-recovery-widget--bottom-center
  .pushengage-subscriber-recovery-widget__powered-by {
  right: 34px;
}
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--button.pushengage-subscriber-recovery-widget--right-top {
  top: calc(var(--widget-width) + 90px);
  right: 0px;
  transform-origin: top left;
  transform: rotate(270deg) translateY(calc(var(--widget-width) - 56px));
}
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--button.pushengage-subscriber-recovery-widget--right-top
  .pushengage-subscriber-recovery-widget__body {
  border-radius: 8px 0 0 0;
  margin: 10px 10px 0 0;
}
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--button.pushengage-subscriber-recovery-widget--right-top
  .pushengage-subscriber-recovery-widget__close-icon {
  right: 0;
  top: 0;
}
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--button.pushengage-subscriber-recovery-widget--right-top
  .pushengage-subscriber-recovery-widget__powered-by {
  right: 34px;
}
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--button.pushengage-subscriber-recovery-widget--right-bottom {
  bottom: var(--widget-width);
  right: 0px;
  transform-origin: bottom right;
  transform: rotate(270deg) translateY(0px);
}
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--button.pushengage-subscriber-recovery-widget--right-bottom
  .pushengage-subscriber-recovery-widget__body {
  border-radius: 8px 0 0 0;
  margin: 10px 10px 0 0;
}
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--button.pushengage-subscriber-recovery-widget--right-bottom
  .pushengage-subscriber-recovery-widget__close-icon {
  right: 0;
  top: 0;
}
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--button.pushengage-subscriber-recovery-widget--right-bottom
  .pushengage-subscriber-recovery-widget__powered-by {
  right: 34px;
}
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--button.pushengage-subscriber-recovery-widget--right-center {
  bottom: calc(50% + var(--widget-width) / 2);
  right: 0px;
  transform-origin: bottom right;
  transform: rotate(270deg) translateY(0px);
}
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--button.pushengage-subscriber-recovery-widget--right-center
  .pushengage-subscriber-recovery-widget__body {
  border-radius: 8px 0 0 0;
  margin: 10px 10px 0 0;
}
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--button.pushengage-subscriber-recovery-widget--right-center
  .pushengage-subscriber-recovery-widget__close-icon {
  right: 0;
  top: 0;
}
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--button.pushengage-subscriber-recovery-widget--right-center
  .pushengage-subscriber-recovery-widget__powered-by {
  right: 34px;
}
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--button.pushengage-subscriber-recovery-widget--left-top {
  top: calc(var(--widget-width) - 56px + 90px);
  left: 0px;
  transform-origin: bottom left;
  transform: rotate(270deg) translateY(56px);
}
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--button.pushengage-subscriber-recovery-widget--left-top
  .pushengage-subscriber-recovery-widget__body {
  border-radius: 0 0 0 8px;
  margin: 0px 10px 10px 0;
}
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--button.pushengage-subscriber-recovery-widget--left-top
  .pushengage-subscriber-recovery-widget__close-icon {
  right: 0;
  bottom: 0;
}
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--button.pushengage-subscriber-recovery-widget--left-top
  .pushengage-subscriber-recovery-widget__powered-by {
  right: 34px;
  top: 2.5px;
  bottom: unset;
}
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--button.pushengage-subscriber-recovery-widget--left-bottom {
  bottom: 0;
  left: 0px;
  transform-origin: bottom left;
  transform: rotate(270deg) translateY(56px);
}
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--button.pushengage-subscriber-recovery-widget--left-bottom
  .pushengage-subscriber-recovery-widget__body {
  border-radius: 0 0 0 8px;
  margin: 0px 10px 10px 0;
}
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--button.pushengage-subscriber-recovery-widget--left-bottom
  .pushengage-subscriber-recovery-widget__close-icon {
  right: 0;
  bottom: 0;
}
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--button.pushengage-subscriber-recovery-widget--left-bottom
  .pushengage-subscriber-recovery-widget__powered-by {
  right: 34px;
  top: 2.5px;
  bottom: unset;
}
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--button.pushengage-subscriber-recovery-widget--left-center {
  bottom: calc(50% - var(--widget-width) / 2);
  left: 0px;
  transform-origin: bottom left;
  transform: rotate(270deg) translateY(56px);
}
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--button.pushengage-subscriber-recovery-widget--left-center
  .pushengage-subscriber-recovery-widget__body {
  border-radius: 0 0 0 8px;
  margin: 0px 10px 10px 0;
}
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--button.pushengage-subscriber-recovery-widget--left-center
  .pushengage-subscriber-recovery-widget__close-icon {
  right: 0;
  bottom: 0;
}
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--button.pushengage-subscriber-recovery-widget--left-center
  .pushengage-subscriber-recovery-widget__powered-by {
  right: 34px;
  top: 2.5px;
  bottom: unset;
}
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--button
  .pushengage-subscriber-recovery-widget__body {
  padding: 14px 24px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  background-color: var(--widget-background-color);
  color: var(--widget-color);
  box-shadow: 0px -2px 4px rgba(121, 130, 154, 0.1);
}
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--button
  .pushengage-subscriber-recovery-widget__body
  .pushengage-subscriber-recovery-widget__title {
  padding-left: 10px;
  cursor: pointer;
}
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--button
  .pushengage-subscriber-recovery-widget__body
  .pushengage-subscriber-recovery-widget__bell-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--button
  .pushengage-subscriber-recovery-widget__body
  .pushengage-subscriber-recovery-widget__bell-icon
  svg {
  fill: var(--widget-color);
  width: 14px;
  height: 14px;
}
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--button
  .pushengage-subscriber-recovery-widget__body
  .pushengage-subscriber-recovery-widget__powered-by {
  box-sizing: border-box;
  position: absolute;
  font-size: 8px;
  height: 9px;
  line-height: 9px;
  cursor: pointer;
  font-weight: 500;
  background: none;
  opacity: 0.8;
  bottom: 2.5px;
}
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--button
  .pushengage-subscriber-recovery-widget__body
  .pushengage-subscriber-recovery-widget__powered-by
  strong {
  text-decoration-line: underline;
  font-weight: 600;
  letter-spacing: 0.3px;
  font-size: 8px;
  line-height: 9px;
  color: inherit;
  background-color: inherit;
}
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--button
  .pushengage-subscriber-recovery-widget__close-icon {
  position: absolute;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 20px;
  background-color: var(--widget-color);
  box-shadow: 0px 4px 6px 0px rgba(121, 130, 154, 0.1);
  backdrop-filter: blur(2px);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--button
  .pushengage-subscriber-recovery-widget__close-icon
  svg {
  fill: var(--widget-background-color);
  width: 10px;
  height: 10px;
}
.pushengage-subscriber-recovery-widget.pushengage-subscriber-recovery-widget--button
  .pushengage-subscriber-recovery-widget__close-icon
  svg:hover {
  opacity: 0.7;
}
.pushengage-reset-notification-permission-popup {
  all: unset;
  letter-spacing: normal;
  word-spacing: normal;
  text-shadow: none;
  font-family: inherit;
  box-sizing: border-box;
  border: 0;
  vertical-align: initial;
  background-repeat: no-repeat;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  text-transform: initial;
  border-width: 0;
  border-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  direction: ltr;
  visibility: visible !important;
  overflow: hidden;
  position: fixed;
  z-index: 2147483640;
  width: var(--popup-width);
  min-height: 401px;
  background-color: var(--popup-background-color);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(2px);
  border-radius: 12px;
  padding: 25px 40px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  overflow-y: auto;
}
.pushengage-reset-notification-permission-popup.pushengage-reset-notification-permission-popup--mobile {
  padding: 20px 25px;
}
.pushengage-reset-notification-permission-popup.pushengage-reset-notification-permission-popup--light {
  color: #0d0d0d;
}
.pushengage-reset-notification-permission-popup.pushengage-reset-notification-permission-popup--dark {
  color: #fff;
}
.pushengage-reset-notification-permission-popup .pushengage-reset-notification-permission-popup__title {
  word-wrap: break-word;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  text-align: center;
  line-height: 20px;
  margin-bottom: 10px;
}
.pushengage-reset-notification-permission-popup .pushengage-reset-notification-permission-popup__title p {
  word-wrap: break-word;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
}
.pushengage-reset-notification-permission-popup .pushengage-reset-notification-permission-popup__title .ql-size-large {
  font-size: 1.5em;
  line-height: 24px;
}
.pushengage-reset-notification-permission-popup .pushengage-reset-notification-permission-popup__title .ql-size-small {
  font-size: 0.75em;
  line-height: 18px;
}
.pushengage-reset-notification-permission-popup .pushengage-reset-notification-permission-popup__title ol,
.pushengage-reset-notification-permission-popup .pushengage-reset-notification-permission-popup__title ul {
  text-align: left;
  margin: 0 0 5px 0;
  padding: 0 0 0 1.5em;
  list-style-image: none;
}
.pushengage-reset-notification-permission-popup .pushengage-reset-notification-permission-popup__title ol li,
.pushengage-reset-notification-permission-popup .pushengage-reset-notification-permission-popup__title ul li {
  word-wrap: break-word;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  overflow: inherit;
  margin: 0;
  padding: 0;
}
.pushengage-reset-notification-permission-popup .pushengage-reset-notification-permission-popup__title ol {
  list-style-type: decimal;
}
.pushengage-reset-notification-permission-popup .pushengage-reset-notification-permission-popup__title ul {
  list-style-type: disc;
}
.pushengage-reset-notification-permission-popup .pushengage-reset-notification-permission-popup__image__container {
  width: 48px;
  height: 48px;
  width: 100%;
  height: 246px;
  display: flex;
  border-radius: 2px;
}
.pushengage-reset-notification-permission-popup
  .pushengage-reset-notification-permission-popup__image__container
  .pushengage-reset-notification-permission-popup__image {
  background-image: var(--opt-in-icon-url);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 4px;
  display: block;
  height: auto;
  width: 100%;
  max-height: 100%;
  background-image: var(--instruction-url);
}
.pushengage-reset-notification-permission-popup .pushengage-reset-notification-permission-popup__button {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  margin-top: 20px;
}
.pushengage-reset-notification-permission-popup
  .pushengage-reset-notification-permission-popup__button
  .pushengage-reset-notification-permission-popup__button__retry,
.pushengage-reset-notification-permission-popup
  .pushengage-reset-notification-permission-popup__button
  .pushengage-reset-notification-permission-popup__button__close {
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  padding: 10px 24px;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  text-align: center;
  word-break: break-word;
  font-style: normal;
}
.pushengage-reset-notification-permission-popup
  .pushengage-reset-notification-permission-popup__button
  .pushengage-reset-notification-permission-popup__button__retry
  p,
.pushengage-reset-notification-permission-popup
  .pushengage-reset-notification-permission-popup__button
  .pushengage-reset-notification-permission-popup__button__close
  p {
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  text-align: center;
  word-break: break-word;
  font-style: normal;
}
.pushengage-reset-notification-permission-popup
  .pushengage-reset-notification-permission-popup__button
  .pushengage-reset-notification-permission-popup__button__retry:hover,
.pushengage-reset-notification-permission-popup
  .pushengage-reset-notification-permission-popup__button
  .pushengage-reset-notification-permission-popup__button__close:hover {
  opacity: 0.8;
}
.pushengage-reset-notification-permission-popup
  .pushengage-reset-notification-permission-popup__button
  .pushengage-reset-notification-permission-popup__button__retry {
  background-color: var(--retry-btn-background-color);
  color: #fff;
  margin-right: 8px;
}
.pushengage-reset-notification-permission-popup
  .pushengage-reset-notification-permission-popup__button
  .pushengage-reset-notification-permission-popup__button__retry
  .pushengage-reset-notification-permission-popup__button__retry__loading {
  margin-right: 6px;
  animation: pushengage-opt-in__spin 1s infinite linear;
  display: none;
}
.pushengage-reset-notification-permission-popup
  .pushengage-reset-notification-permission-popup__button
  .pushengage-reset-notification-permission-popup__button__retry
  .pushengage-reset-notification-permission-popup__button__retry__loading.disabled {
  pointer-events: none;
  opacity: 0.7;
  cursor: not-allowed;
}
.pushengage-reset-notification-permission-popup
  .pushengage-reset-notification-permission-popup__button
  .pushengage-reset-notification-permission-popup__button__close {
  background-color: var(--close-btn-background-color);
  border: var(--close-btn-border);
  color: #677489;
}
.pushengage-reset-notification-permission-popup p {
  all: unset;
  margin: 0 !important;
  padding: 0 !important;
  font-family: inherit !important;
}
.pushengage-reset-notification-permission-popup p span {
  all: unset;
  margin: 0 !important;
  padding: 0 !important;
  font-family: inherit !important;
}
.pushengage-subscription-overlay {
  all: unset;
  letter-spacing: normal;
  word-spacing: normal;
  text-shadow: none;
  font-family: inherit;
  box-sizing: border-box;
  border: 0;
  vertical-align: initial;
  background-repeat: no-repeat;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  text-transform: initial;
  border-width: 0;
  border-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  direction: ltr;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 2147483641;
  visibility: visible !important;
  background-color: var(--overlay-background-color);
  color: #0d0d0d;
}
.pushengage-subscription-overlay.pushengage-subscription-overlay--notice-enabled
  .pushengage-subscription-overlay__notice {
  display: block;
}
.pushengage-subscription-overlay.pushengage-subscription-overlay--notice-enabled
  .pushengage-subscription-overlay__powered-by {
  background: none;
  padding: 0;
  bottom: 4.5px;
  opacity: 0.8;
  right: 25px;
  height: 9px;
}
.pushengage-subscription-overlay.pushengage-subscription-overlay--light.pushengage-subscription-overlay--notice-enabled
  .pushengage-subscription-overlay__powered-by {
  color: #0d0d0d;
}
.pushengage-subscription-overlay.pushengage-subscription-overlay--dark.pushengage-subscription-overlay--notice-enabled
  .pushengage-subscription-overlay__powered-by {
  color: #fff;
}
.pushengage-subscription-overlay .pushengage-subscription-overlay__close-btn {
  position: absolute;
  box-sizing: border-box;
  right: 12px;
  top: 10px;
  cursor: pointer;
}
.pushengage-subscription-overlay .pushengage-subscription-overlay__close-btn:hover {
  opacity: 0.8;
}
.pushengage-subscription-overlay .pushengage-subscription-overlay__close-btn svg {
  fill: #fff;
  width: 20px;
  height: 20px;
}
.pushengage-subscription-overlay .pushengage-subscription-overlay__powered-by {
  box-sizing: border-box;
  position: absolute;
  font-size: 8px;
  height: 9px;
  line-height: 9px;
  cursor: pointer;
  font-weight: 500;
  background: none;
  opacity: 0.8;
  right: 10px;
  bottom: 0;
  background-color: #fff;
  padding: 3px 10px;
  border-radius: 4px 4px 0 0;
  font-size: 9px;
  z-index: 1;
  opacity: 1;
  height: 15px;
}
.pushengage-subscription-overlay .pushengage-subscription-overlay__powered-by strong {
  text-decoration-line: underline;
  font-weight: 600;
  letter-spacing: 0.3px;
  font-size: 8px;
  line-height: 9px;
  color: inherit;
  background-color: inherit;
}
.pushengage-subscription-overlay .pushengage-subscription-overlay__notice {
  display: none;
  position: absolute;
  box-sizing: border-box;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 25px;
  background-color: var(--notice-background-color);
  color: var(--notice-color);
  border-radius: 4px 4px 0 0;
}
.pushengage-subscription-overlay
  .pushengage-subscription-overlay__notice
  .pushengage-subscription-overlay__notice__title {
  word-wrap: break-word;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  font-size: 15px;
  line-height: 145%;
}
.pushengage-subscription-overlay
  .pushengage-subscription-overlay__notice
  .pushengage-subscription-overlay__notice__title
  p {
  word-wrap: break-word;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
}
.pushengage-subscription-overlay
  .pushengage-subscription-overlay__notice
  .pushengage-subscription-overlay__notice__title
  .ql-size-large {
  font-size: 1.5em;
  line-height: 24px;
}
.pushengage-subscription-overlay
  .pushengage-subscription-overlay__notice
  .pushengage-subscription-overlay__notice__title
  .ql-size-small {
  font-size: 0.75em;
  line-height: 18px;
}
.pushengage-subscription-overlay
  .pushengage-subscription-overlay__notice
  .pushengage-subscription-overlay__notice__title
  ol,
.pushengage-subscription-overlay
  .pushengage-subscription-overlay__notice
  .pushengage-subscription-overlay__notice__title
  ul {
  text-align: left;
  margin: 0 0 5px 0;
  padding: 0 0 0 1.5em;
  list-style-image: none;
}
.pushengage-subscription-overlay
  .pushengage-subscription-overlay__notice
  .pushengage-subscription-overlay__notice__title
  ol
  li,
.pushengage-subscription-overlay
  .pushengage-subscription-overlay__notice
  .pushengage-subscription-overlay__notice__title
  ul
  li {
  word-wrap: break-word;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  overflow: inherit;
  margin: 0;
  padding: 0;
}
.pushengage-subscription-overlay
  .pushengage-subscription-overlay__notice
  .pushengage-subscription-overlay__notice__title
  ol {
  list-style-type: decimal;
}
.pushengage-subscription-overlay
  .pushengage-subscription-overlay__notice
  .pushengage-subscription-overlay__notice__title
  ul {
  list-style-type: disc;
}
.pushengage-subscription-overlay .pushengage-subscription-overlay_opt-in {
  position: absolute;
  box-sizing: border-box;
  top: 160px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.08);
  width: var(--opt-in-width);
  left: 50%;
  transform: translateX(-50%);
}
.pushengage-subscription-overlay .pushengage-subscription-overlay_opt-in .pushengage-subscription-overlay_opt-in_image {
  background-image: var(--opt-in-icon-url);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 4px;
  display: block;
  height: auto;
  width: 100%;
  max-height: 100%;
  background-image: var(--opt-in-quieterUI-permission-image);
  height: var(--opt-in-image-height);
  border-radius: 12px 12px 0 0;
  background-size: 100% 100%;
}
.pushengage-subscription-overlay
  .pushengage-subscription-overlay_opt-in
  .pushengage-subscription-overlay_opt-in_message {
  word-wrap: break-word;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  line-height: 20px;
  padding: 12px 20px 20px;
}
.pushengage-subscription-overlay
  .pushengage-subscription-overlay_opt-in
  .pushengage-subscription-overlay_opt-in_message
  p {
  word-wrap: break-word;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
}
.pushengage-subscription-overlay
  .pushengage-subscription-overlay_opt-in
  .pushengage-subscription-overlay_opt-in_message
  .ql-size-large {
  font-size: 1.5em;
  line-height: 24px;
}
.pushengage-subscription-overlay
  .pushengage-subscription-overlay_opt-in
  .pushengage-subscription-overlay_opt-in_message
  .ql-size-small {
  font-size: 0.75em;
  line-height: 18px;
}
.pushengage-subscription-overlay
  .pushengage-subscription-overlay_opt-in
  .pushengage-subscription-overlay_opt-in_message
  ol,
.pushengage-subscription-overlay
  .pushengage-subscription-overlay_opt-in
  .pushengage-subscription-overlay_opt-in_message
  ul {
  text-align: left;
  margin: 0 0 5px 0;
  padding: 0 0 0 1.5em;
  list-style-image: none;
}
.pushengage-subscription-overlay
  .pushengage-subscription-overlay_opt-in
  .pushengage-subscription-overlay_opt-in_message
  ol
  li,
.pushengage-subscription-overlay
  .pushengage-subscription-overlay_opt-in
  .pushengage-subscription-overlay_opt-in_message
  ul
  li {
  word-wrap: break-word;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  overflow: inherit;
  margin: 0;
  padding: 0;
}
.pushengage-subscription-overlay
  .pushengage-subscription-overlay_opt-in
  .pushengage-subscription-overlay_opt-in_message
  ol {
  list-style-type: decimal;
}
.pushengage-subscription-overlay
  .pushengage-subscription-overlay_opt-in
  .pushengage-subscription-overlay_opt-in_message
  ul {
  list-style-type: disc;
}
.pushengage-campaign-alert-widget {
  all: unset;
  letter-spacing: normal;
  word-spacing: normal;
  text-shadow: none;
  font-family: inherit;
  box-sizing: border-box;
  border: 0;
  vertical-align: initial;
  background-repeat: no-repeat;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  text-transform: initial;
  border-width: 0;
  border-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  direction: ltr;
  visibility: visible !important;
  color: #0d0d0d;
}
.pushengage-campaign-alert-widget.pushengage-campaign-alert-widget--alert-sent
  .pushengage-campaign-alert-widget__opt-in__title {
  display: none !important;
}
.pushengage-campaign-alert-widget.pushengage-campaign-alert-widget--alert-sent
  .pushengage-campaign-alert-widget__opt-in__title.pushengage-campaign-alert-widget__opt-in__title--alert-sent {
  display: block !important;
}
.pushengage-campaign-alert-widget.pushengage-campaign-alert-widget--alert-sent
  .pushengage-campaign-alert-widget__opt-in__button {
  display: none !important;
}
.pushengage-campaign-alert-widget
  .pushengage-campaign-alert-widget__opt-in
  .pushengage-campaign-alert-widget__opt-in__title {
  word-wrap: break-word;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  line-height: 20px;
  color: var(--text-color);
}
.pushengage-campaign-alert-widget
  .pushengage-campaign-alert-widget__opt-in
  .pushengage-campaign-alert-widget__opt-in__title
  p {
  word-wrap: break-word;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
}
.pushengage-campaign-alert-widget
  .pushengage-campaign-alert-widget__opt-in
  .pushengage-campaign-alert-widget__opt-in__title
  .ql-size-large {
  font-size: 1.5em;
  line-height: 24px;
}
.pushengage-campaign-alert-widget
  .pushengage-campaign-alert-widget__opt-in
  .pushengage-campaign-alert-widget__opt-in__title
  .ql-size-small {
  font-size: 0.75em;
  line-height: 18px;
}
.pushengage-campaign-alert-widget
  .pushengage-campaign-alert-widget__opt-in
  .pushengage-campaign-alert-widget__opt-in__title
  ol,
.pushengage-campaign-alert-widget
  .pushengage-campaign-alert-widget__opt-in
  .pushengage-campaign-alert-widget__opt-in__title
  ul {
  text-align: left;
  margin: 0 0 5px 0;
  padding: 0 0 0 1.5em;
  list-style-image: none;
}
.pushengage-campaign-alert-widget
  .pushengage-campaign-alert-widget__opt-in
  .pushengage-campaign-alert-widget__opt-in__title
  ol
  li,
.pushengage-campaign-alert-widget
  .pushengage-campaign-alert-widget__opt-in
  .pushengage-campaign-alert-widget__opt-in__title
  ul
  li {
  word-wrap: break-word;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  overflow: inherit;
  margin: 0;
  padding: 0;
}
.pushengage-campaign-alert-widget
  .pushengage-campaign-alert-widget__opt-in
  .pushengage-campaign-alert-widget__opt-in__title
  ol {
  list-style-type: decimal;
}
.pushengage-campaign-alert-widget
  .pushengage-campaign-alert-widget__opt-in
  .pushengage-campaign-alert-widget__opt-in__title
  ul {
  list-style-type: disc;
}
.pushengage-campaign-alert-widget
  .pushengage-campaign-alert-widget__opt-in
  .pushengage-campaign-alert-widget__opt-in__title
  p {
  line-height: 20px;
  color: var(--text-color);
}
.pushengage-campaign-alert-widget
  .pushengage-campaign-alert-widget__opt-in
  .pushengage-campaign-alert-widget__opt-in__title.pushengage-campaign-alert-widget__opt-in__title--alert-sent {
  display: none;
}
.pushengage-campaign-alert-widget
  .pushengage-campaign-alert-widget__opt-in
  .pushengage-campaign-alert-widget__opt-in__button {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  word-break: break-word;
  font-style: normal;
  color: var(--allow-button-color);
  margin: 6px 10px 0 0;
  cursor: pointer;
  padding: 0;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.pushengage-campaign-alert-widget
  .pushengage-campaign-alert-widget__opt-in
  .pushengage-campaign-alert-widget__opt-in__button
  p {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  word-break: break-word;
  font-style: normal;
}
.pushengage-campaign-alert-widget
  .pushengage-campaign-alert-widget__opt-in
  .pushengage-campaign-alert-widget__powered-by {
  box-sizing: border-box;
  position: absolute;
  font-size: 8px;
  height: 9px;
  line-height: 9px;
  cursor: pointer;
  font-weight: 500;
  background: none;
  opacity: 0.8;
  bottom: 3.5px;
}
.pushengage-campaign-alert-widget
  .pushengage-campaign-alert-widget__opt-in
  .pushengage-campaign-alert-widget__powered-by
  strong {
  text-decoration-line: underline;
  font-weight: 600;
  letter-spacing: 0.3px;
  font-size: 8px;
  line-height: 9px;
  color: inherit;
  background-color: inherit;
}
.pushengage-subscription-reminder-prompt {
  all: unset;
  letter-spacing: normal;
  word-spacing: normal;
  text-shadow: none;
  font-family: inherit;
  box-sizing: border-box;
  border: 0;
  vertical-align: initial;
  background-repeat: no-repeat;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  text-transform: initial;
  border-width: 0;
  border-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  direction: ltr;
  position: fixed;
  z-index: 2147483640;
  background-color: var(--opt-in-background-color);
  visibility: visible !important;
  color: var(--opt-in-color);
  width: var(--opt-in-width);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
}
.pushengage-subscription-reminder-prompt.pushengage-subscription-reminder-prompt--light {
  color: #0d0d0d;
}
.pushengage-subscription-reminder-prompt.pushengage-subscription-reminder-prompt--dark {
  color: #fff;
}
.pushengage-subscription-reminder-prompt.pushengage-subscription-reminder-prompt--left {
  left: 100px;
  top: 135px;
}
.pushengage-subscription-reminder-prompt.pushengage-subscription-reminder-prompt--right {
  right: 100px;
  top: 135px;
}
.pushengage-subscription-reminder-prompt.pushengage-subscription-reminder-prompt--center {
  top: 135px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
}
.pushengage-subscription-reminder-prompt.pushengage-subscription-reminder-prompt--bottom_right {
  right: 100px;
  bottom: 0px;
  border-radius: 12px 12px 0 0;
}
.pushengage-subscription-reminder-prompt.pushengage-subscription-reminder-prompt--bottom_left {
  left: 100px;
  bottom: 0px;
  border-radius: 12px 12px 0 0;
}
.pushengage-subscription-reminder-prompt .pushengage-subscription-reminder-prompt__image {
  background-image: var(--opt-in-icon-url);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 4px;
  display: block;
  height: auto;
  width: 100%;
  max-height: 100%;
  background-image: var(--opt-in-quieterUI-permission-image);
  height: var(--opt-in-image-height);
  border-radius: 12px 12px 0 0;
  background-size: 100% 100%;
}
.pushengage-subscription-reminder-prompt .pushengage-subscription-reminder-prompt__content {
  padding: 12px 24px 24px;
}
.pushengage-subscription-reminder-prompt
  .pushengage-subscription-reminder-prompt__content
  .pushengage-subscription-reminder-prompt__message {
  word-wrap: break-word;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  line-height: 20px;
  color: var(--opt-in-color);
}
.pushengage-subscription-reminder-prompt
  .pushengage-subscription-reminder-prompt__content
  .pushengage-subscription-reminder-prompt__message
  p {
  word-wrap: break-word;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
}
.pushengage-subscription-reminder-prompt
  .pushengage-subscription-reminder-prompt__content
  .pushengage-subscription-reminder-prompt__message
  .ql-size-large {
  font-size: 1.5em;
  line-height: 24px;
}
.pushengage-subscription-reminder-prompt
  .pushengage-subscription-reminder-prompt__content
  .pushengage-subscription-reminder-prompt__message
  .ql-size-small {
  font-size: 0.75em;
  line-height: 18px;
}
.pushengage-subscription-reminder-prompt
  .pushengage-subscription-reminder-prompt__content
  .pushengage-subscription-reminder-prompt__message
  ol,
.pushengage-subscription-reminder-prompt
  .pushengage-subscription-reminder-prompt__content
  .pushengage-subscription-reminder-prompt__message
  ul {
  text-align: left;
  margin: 0 0 5px 0;
  padding: 0 0 0 1.5em;
  list-style-image: none;
}
.pushengage-subscription-reminder-prompt
  .pushengage-subscription-reminder-prompt__content
  .pushengage-subscription-reminder-prompt__message
  ol
  li,
.pushengage-subscription-reminder-prompt
  .pushengage-subscription-reminder-prompt__content
  .pushengage-subscription-reminder-prompt__message
  ul
  li {
  word-wrap: break-word;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  overflow: inherit;
  margin: 0;
  padding: 0;
}
.pushengage-subscription-reminder-prompt
  .pushengage-subscription-reminder-prompt__content
  .pushengage-subscription-reminder-prompt__message
  ol {
  list-style-type: decimal;
}
.pushengage-subscription-reminder-prompt
  .pushengage-subscription-reminder-prompt__content
  .pushengage-subscription-reminder-prompt__message
  ul {
  list-style-type: disc;
}
.pushengage-subscription-reminder-prompt
  .pushengage-subscription-reminder-prompt__content
  .pushengage-subscription-reminder-prompt__button {
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  padding: 10px 24px;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  text-align: center;
  word-break: break-word;
  font-style: normal;
  margin-top: 19px;
  background-color: var(--button-background-color);
  color: var(--button-color);
  display: inline-flex;
  cursor: pointer;
}
.pushengage-subscription-reminder-prompt
  .pushengage-subscription-reminder-prompt__content
  .pushengage-subscription-reminder-prompt__button
  p {
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  text-align: center;
  word-break: break-word;
  font-style: normal;
}
.pushengage-subscription-reminder-prompt
  .pushengage-subscription-reminder-prompt__content
  .pushengage-subscription-reminder-prompt__button:hover {
  opacity: 0.8;
}
.pushengage-subscription-reminder-prompt
  .pushengage-subscription-reminder-prompt__content
  .pushengage-subscription-reminder-prompt__powered-by {
  box-sizing: border-box;
  position: absolute;
  font-size: 8px;
  height: 9px;
  line-height: 9px;
  cursor: pointer;
  font-weight: 500;
  background: none;
  opacity: 0.8;
  bottom: 7.5px;
  right: 24px;
}
.pushengage-subscription-reminder-prompt
  .pushengage-subscription-reminder-prompt__content
  .pushengage-subscription-reminder-prompt__powered-by
  strong {
  text-decoration-line: underline;
  font-weight: 600;
  letter-spacing: 0.3px;
  font-size: 8px;
  line-height: 9px;
  color: inherit;
  background-color: inherit;
}
.pushengage-subscription-management-widget {
  all: unset;
  letter-spacing: normal;
  word-spacing: normal;
  text-shadow: none;
  font-family: inherit;
  box-sizing: border-box;
  border: 0;
  vertical-align: initial;
  background-repeat: no-repeat;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  text-transform: initial;
  border-width: 0;
  border-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  direction: ltr;
  visibility: visible !important;
}
.pushengage-subscription-management-widget.pushengage-subscription-management-widget--light {
  color: #0d0d0d;
}
.pushengage-subscription-management-widget.pushengage-subscription-management-widget--dark {
  color: #fff;
}
.pushengage-subscription-management-widget .pushengage-subscription-management-widget__bell {
  position: fixed;
  z-index: var(--z-index);
  backdrop-filter: blur(2px);
  box-shadow: 0px 4px 6px rgba(121, 130, 154, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bell-background-color);
  cursor: pointer;
  height: var(--bell-height);
  width: var(--bell-width);
}
.pushengage-subscription-management-widget .pushengage-subscription-management-widget__bell svg {
  fill: var(--bell-color);
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__bell.pushengage-subscription-management-widget__bell--default
  svg {
  width: 19px;
  height: 19px;
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__bell.pushengage-subscription-management-widget__bell--large
  svg {
  width: 23px;
  height: 23px;
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__bell.pushengage-subscription-management-widget__bell--small
  svg {
  width: 15px;
  height: 15px;
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__bell.pushengage-subscription-management-widget__bell--left {
  left: 0;
  border-radius: 0px 8px 8px 0px;
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__bell.pushengage-subscription-management-widget__bell--right {
  right: 0;
  border-radius: 8px 0px 0px 8px;
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__bell.pushengage-subscription-management-widget__bell--bottom {
  bottom: var(--bell-bottom);
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__bell.pushengage-subscription-management-widget__bell--top {
  top: var(--bell-top);
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__bell.pushengage-subscription-management-widget__bell--center {
  bottom: 50%;
  transform: translateY(calc(-50% + var(--bell-height)));
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__tooltip
  .pushengage-subscription-management-widget__tooltip__title {
  word-wrap: break-word;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  font-weight: 700;
  line-height: 20px;
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__tooltip
  .pushengage-subscription-management-widget__tooltip__title
  p {
  word-wrap: break-word;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__tooltip
  .pushengage-subscription-management-widget__tooltip__title
  .ql-size-large {
  font-size: 1.5em;
  line-height: 24px;
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__tooltip
  .pushengage-subscription-management-widget__tooltip__title
  .ql-size-small {
  font-size: 0.75em;
  line-height: 18px;
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__tooltip
  .pushengage-subscription-management-widget__tooltip__title
  ol,
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__tooltip
  .pushengage-subscription-management-widget__tooltip__title
  ul {
  text-align: left;
  margin: 0 0 5px 0;
  padding: 0 0 0 1.5em;
  list-style-image: none;
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__tooltip
  .pushengage-subscription-management-widget__tooltip__title
  ol
  li,
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__tooltip
  .pushengage-subscription-management-widget__tooltip__title
  ul
  li {
  word-wrap: break-word;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  overflow: inherit;
  margin: 0;
  padding: 0;
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__tooltip
  .pushengage-subscription-management-widget__tooltip__title
  ol {
  list-style-type: decimal;
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__tooltip
  .pushengage-subscription-management-widget__tooltip__title
  ul {
  list-style-type: disc;
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__tooltip
  .pushengage-subscription-management-widget__tooltip__title
  p {
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
}
.pushengage-subscription-management-widget .pushengage-subscription-management-widget__opt-in {
  z-index: var(--z-index);
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__opt-in.pushengage-subscription-management-widget__opt-in--center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__opt-in.pushengage-subscription-management-widget__opt-in--granted:not(
    :has(.pushengage-subscription-management-widget__opt-in__unsubscribe)
  ):not(:has(.pushengage-subscription-management-widget__opt-in__auto-notification))
  .pushengage-subscription-management-widget__opt-in__segment {
  margin-top: 0;
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__opt-in.pushengage-subscription-management-widget__opt-in--granted
  .pushengage-subscription-management-widget__opt-in__subscribe {
  display: none;
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__opt-in.pushengage-subscription-management-widget__opt-in--denied
  .pushengage-subscription-management-widget__opt-in__unsubscribe,
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__opt-in.pushengage-subscription-management-widget__opt-in--denied
  .pushengage-subscription-management-widget__opt-in__auto-notification {
  display: none;
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__opt-in
  .pushengage-subscription-management-widget__opt-in__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__opt-in
  .pushengage-subscription-management-widget__opt-in__header
  .pushengage-subscription-management-widget__opt-in__title {
  word-wrap: break-word;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 18px;
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__opt-in
  .pushengage-subscription-management-widget__opt-in__header
  .pushengage-subscription-management-widget__opt-in__title
  p {
  word-wrap: break-word;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__opt-in
  .pushengage-subscription-management-widget__opt-in__header
  .pushengage-subscription-management-widget__opt-in__title
  .ql-size-large {
  font-size: 1.5em;
  line-height: 24px;
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__opt-in
  .pushengage-subscription-management-widget__opt-in__header
  .pushengage-subscription-management-widget__opt-in__title
  .ql-size-small {
  font-size: 0.75em;
  line-height: 18px;
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__opt-in
  .pushengage-subscription-management-widget__opt-in__header
  .pushengage-subscription-management-widget__opt-in__title
  ol,
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__opt-in
  .pushengage-subscription-management-widget__opt-in__header
  .pushengage-subscription-management-widget__opt-in__title
  ul {
  text-align: left;
  margin: 0 0 5px 0;
  padding: 0 0 0 1.5em;
  list-style-image: none;
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__opt-in
  .pushengage-subscription-management-widget__opt-in__header
  .pushengage-subscription-management-widget__opt-in__title
  ol
  li,
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__opt-in
  .pushengage-subscription-management-widget__opt-in__header
  .pushengage-subscription-management-widget__opt-in__title
  ul
  li {
  word-wrap: break-word;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  overflow: inherit;
  margin: 0;
  padding: 0;
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__opt-in
  .pushengage-subscription-management-widget__opt-in__header
  .pushengage-subscription-management-widget__opt-in__title
  ol {
  list-style-type: decimal;
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__opt-in
  .pushengage-subscription-management-widget__opt-in__header
  .pushengage-subscription-management-widget__opt-in__title
  ul {
  list-style-type: disc;
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__opt-in
  .pushengage-subscription-management-widget__opt-in__header
  .pushengage-subscription-management-widget__opt-in__close {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__opt-in
  .pushengage-subscription-management-widget__opt-in__header
  .pushengage-subscription-management-widget__opt-in__close:hover {
  opacity: 0.7;
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__opt-in
  .pushengage-subscription-management-widget__opt-in__header
  .pushengage-subscription-management-widget__opt-in__close
  svg {
  width: 13px;
  height: 13px;
  fill: var(--opt-in-close-icon-color);
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__opt-in
  .pushengage-opt-in__switch:not(:last-child) {
  margin-bottom: 10px;
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__opt-in
  .pushengage-subscription-management-widget__opt-in__segment {
  max-height: 300px;
  min-height: auto;
  height: auto;
  overflow-y: auto;
  margin-top: 8px;
  margin-right: -16px;
  padding-right: 16px;
  margin-bottom: 8px;
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__opt-in
  .pushengage-subscription-management-widget__opt-in__segment
  .pushengage-subscription-management-widget__opt-in__segment__title {
  word-wrap: break-word;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  line-height: 18px;
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__opt-in
  .pushengage-subscription-management-widget__opt-in__segment
  .pushengage-subscription-management-widget__opt-in__segment__title
  p {
  word-wrap: break-word;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__opt-in
  .pushengage-subscription-management-widget__opt-in__segment
  .pushengage-subscription-management-widget__opt-in__segment__title
  .ql-size-large {
  font-size: 1.5em;
  line-height: 24px;
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__opt-in
  .pushengage-subscription-management-widget__opt-in__segment
  .pushengage-subscription-management-widget__opt-in__segment__title
  .ql-size-small {
  font-size: 0.75em;
  line-height: 18px;
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__opt-in
  .pushengage-subscription-management-widget__opt-in__segment
  .pushengage-subscription-management-widget__opt-in__segment__title
  ol,
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__opt-in
  .pushengage-subscription-management-widget__opt-in__segment
  .pushengage-subscription-management-widget__opt-in__segment__title
  ul {
  text-align: left;
  margin: 0 0 5px 0;
  padding: 0 0 0 1.5em;
  list-style-image: none;
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__opt-in
  .pushengage-subscription-management-widget__opt-in__segment
  .pushengage-subscription-management-widget__opt-in__segment__title
  ol
  li,
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__opt-in
  .pushengage-subscription-management-widget__opt-in__segment
  .pushengage-subscription-management-widget__opt-in__segment__title
  ul
  li {
  word-wrap: break-word;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  overflow: inherit;
  margin: 0;
  padding: 0;
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__opt-in
  .pushengage-subscription-management-widget__opt-in__segment
  .pushengage-subscription-management-widget__opt-in__segment__title
  ol {
  list-style-type: decimal;
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__opt-in
  .pushengage-subscription-management-widget__opt-in__segment
  .pushengage-subscription-management-widget__opt-in__segment__title
  ul {
  list-style-type: disc;
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__opt-in
  .pushengage-subscription-management-widget__opt-in__segment
  .pushengage-subscription-management-widget__opt-in__segment__segments {
  display: flex;
  flex-wrap: wrap;
  margin-top: 14px;
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__opt-in
  .pushengage-subscription-management-widget__opt-in__segment
  .pushengage-subscription-management-widget__opt-in__segment__segments
  .pushengage-opt-in__checkbox {
  flex-basis: calc(50% - 8px);
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__opt-in
  .pushengage-subscription-management-widget__opt-in__segment
  .pushengage-subscription-management-widget__opt-in__segment__segments
  .pushengage-opt-in__checkbox:nth-child(even) {
  margin-left: 16px;
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__opt-in
  .pushengage-subscription-management-widget__opt-in__powered-by {
  box-sizing: border-box;
  position: absolute;
  font-size: 8px;
  height: 9px;
  line-height: 9px;
  cursor: pointer;
  font-weight: 500;
  background: none;
  opacity: 0.8;
  bottom: 3.5px;
  right: 16px;
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__opt-in
  .pushengage-subscription-management-widget__opt-in__powered-by
  strong {
  text-decoration-line: underline;
  font-weight: 600;
  letter-spacing: 0.3px;
  font-size: 8px;
  line-height: 9px;
  color: inherit;
  background-color: inherit;
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__unsubscribe__popover.pushengage-opt-in__popover {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.08);
  z-index: var(--z-index);
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__unsubscribe__popover
  .pushengage-subscription-management-widget__unsubscribe__popover__title {
  word-wrap: break-word;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 12px;
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__unsubscribe__popover
  .pushengage-subscription-management-widget__unsubscribe__popover__title
  p {
  word-wrap: break-word;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__unsubscribe__popover
  .pushengage-subscription-management-widget__unsubscribe__popover__title
  .ql-size-large {
  font-size: 1.5em;
  line-height: 24px;
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__unsubscribe__popover
  .pushengage-subscription-management-widget__unsubscribe__popover__title
  .ql-size-small {
  font-size: 0.75em;
  line-height: 18px;
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__unsubscribe__popover
  .pushengage-subscription-management-widget__unsubscribe__popover__title
  ol,
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__unsubscribe__popover
  .pushengage-subscription-management-widget__unsubscribe__popover__title
  ul {
  text-align: left;
  margin: 0 0 5px 0;
  padding: 0 0 0 1.5em;
  list-style-image: none;
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__unsubscribe__popover
  .pushengage-subscription-management-widget__unsubscribe__popover__title
  ol
  li,
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__unsubscribe__popover
  .pushengage-subscription-management-widget__unsubscribe__popover__title
  ul
  li {
  word-wrap: break-word;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  overflow: inherit;
  margin: 0;
  padding: 0;
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__unsubscribe__popover
  .pushengage-subscription-management-widget__unsubscribe__popover__title
  ol {
  list-style-type: decimal;
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__unsubscribe__popover
  .pushengage-subscription-management-widget__unsubscribe__popover__title
  ul {
  list-style-type: disc;
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__unsubscribe__popover
  .pushengage-subscription-management-widget__unsubscribe__popover__button {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__unsubscribe__popover
  .pushengage-subscription-management-widget__unsubscribe__popover__button
  .pushengage-subscription-management-widget__unsubscribe__popover__button_allow,
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__unsubscribe__popover
  .pushengage-subscription-management-widget__unsubscribe__popover__button
  .pushengage-subscription-management-widget__unsubscribe__popover__button_close {
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  padding: 10px 24px;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  text-align: center;
  word-break: break-word;
  font-style: normal;
  padding: 4.5px 7px;
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__unsubscribe__popover
  .pushengage-subscription-management-widget__unsubscribe__popover__button
  .pushengage-subscription-management-widget__unsubscribe__popover__button_allow
  p,
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__unsubscribe__popover
  .pushengage-subscription-management-widget__unsubscribe__popover__button
  .pushengage-subscription-management-widget__unsubscribe__popover__button_close
  p {
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  text-align: center;
  word-break: break-word;
  font-style: normal;
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__unsubscribe__popover
  .pushengage-subscription-management-widget__unsubscribe__popover__button
  .pushengage-subscription-management-widget__unsubscribe__popover__button_allow:hover,
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__unsubscribe__popover
  .pushengage-subscription-management-widget__unsubscribe__popover__button
  .pushengage-subscription-management-widget__unsubscribe__popover__button_close:hover {
  opacity: 0.8;
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__unsubscribe__popover
  .pushengage-subscription-management-widget__unsubscribe__popover__button
  .pushengage-subscription-management-widget__unsubscribe__popover__button_allow {
  background-color: var(--allow-btn-background-color);
  color: var(--allow-btn-color);
  margin-right: 8px;
}
.pushengage-subscription-management-widget
  .pushengage-subscription-management-widget__unsubscribe__popover
  .pushengage-subscription-management-widget__unsubscribe__popover__button
  .pushengage-subscription-management-widget__unsubscribe__popover__button_close {
  background-color: var(--close-btn-background-color);
  border: var(--close-btn-border);
  color: var(--close-btn-color);
}
.pushengage-debug-container {
  all: unset;
  letter-spacing: normal;
  word-spacing: normal;
  text-shadow: none;
  font-family: inherit;
  box-sizing: border-box;
  border: 0;
  vertical-align: initial;
  background-repeat: no-repeat;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  text-transform: initial;
  border-width: 0;
  border-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  direction: ltr;
  background-color: #fff;
  color: #0d0d0d;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.08);
  position: fixed;
  right: 60px;
  bottom: 30px;
  width: 800px;
  border-radius: 0.75rem;
  padding: 20px 10px 0px 10px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  z-index: 2147483639;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 1rem;
  overflow-y: hidden;
  overflow-x: auto;
  border: 1px solid #b4b2f4;
  font-weight: 500;
}
.pushengage-debug-container .pushengage-debug-container--header {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.pushengage-debug-container .pushengage-debug-container--header .pushengage-debug-container--title {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pushengage-debug-container
  .pushengage-debug-container--header
  .pushengage-debug-container--title
  .pushengage-debug-container--close {
  cursor: pointer;
  font-size: 0.9rem;
  line-height: 1.1rem;
  opacity: 0.7;
  position: absolute;
  right: 16px;
  top: 14px;
}
.pushengage-debug-container
  .pushengage-debug-container--header
  .pushengage-debug-container--title
  .pushengage-debug-container--close:hover {
  opacity: 1;
}
.pushengage-debug-container
  .pushengage-debug-container--header
  .pushengage-debug-container--title
  .pushengage-debug-container--close
  svg {
  fill: #0d0d0d;
}
.pushengage-debug-container .pushengage-debug-container--header .pushengage-debug-container--desc {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #737373;
}
.pushengage-debug-container .pushengage-debug-container--content {
  min-height: 200px;
  max-height: 500px;
  overflow-y: auto;
  padding-bottom: 20px;
}
.pushengage-debug-container .pushengage-debug-container--content pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  background-color: #f5f7fa;
  margin: 0 0 0.25rem;
  padding: 0 0.25rem;
  color: #3b3b3b;
  border-radius: 0.25rem;
}
@media (min-width: 700px) and (max-width: 900px) {
  .pushengage-debug-container {
    width: 600px;
  }
}
@media (max-width: 700px) {
  .pushengage-debug-container {
    left: 0;
    right: 0;
    bottom: unset;
    top: 80px;
    border-radius: 4px;
    width: 100%;
  }
  .pushengage-debug-container .pushengage-debug-container--content {
    max-height: 450px;
    overflow-y: auto;
  }
}
