.ewub-c-white {
  color: #FFFFFF !important;
}
.ewub-c-dark {
  color: #0F0F0F !important;
}
.ewub-c-blue {
  color: #4A89B8 !important;
}
.ewub-c-pink {
  color: #E91E8C !important;
}
.ewub-c-violet {
  color: #8B6FA3 !important;
}
.ewub-c-light {
  color: #F8F8F6 !important;
}
.ewub-c-grey {
  color: #6B6B6B !important;
}
.ewub-c-orange {
  color: #C98947 !important;
}
.ewub-c-yellow {
  color: #B89636 !important;
}
.ewub-c-green {
  color: #6A9A6A !important;
}
.ewub-c-theme {
  color: var(--ewub-uny-accent, #E91E8C) !important;
}
.ewub-c-medium {
  color: #F0F0EE !important;
}
.ewub-c-red {
  color: #C0524A !important;
}
.ewub-c-grd {
  color: linear-gradient(90deg, var(--ewub-uny-accent, #E91E8C), var(--ewub-uny-accent-hover, #C4177A)) !important;
}

.ewub-bg-white {
  background-color: #FFFFFF !important;
}
.ewub-bg-dark {
  background-color: #0F0F0F !important;
}
.ewub-bg-blue {
  background-color: #4A89B8 !important;
}
.ewub-bg-light {
  background-color: #F8F8F6 !important;
}
.ewub-bg-grey {
  background-color: #6B6B6B !important;
}
.ewub-bg-pink {
  background-color: #E91E8C !important;
}
.ewub-bg-orange {
  background-color: #C98947 !important;
}
.ewub-bg-yellow {
  background-color: #B89636 !important;
}
.ewub-bg-green {
  background-color: #6A9A6A !important;
}
.ewub-bg-theme {
  background-color: var(--ewub-uny-accent, #E91E8C) !important;
}
.ewub-bg-medium {
  background-color: #F0F0EE !important;
}
.ewub-bg-red {
  background-color: #C0524A !important;
}
.ewub-bg-violet {
  background-color: #8B6FA3 !important;
}

.ewub-bc-white {
  border-style: solid;
  border-color: #FFFFFF !important;
}
.ewub-bc-dark {
  border-style: solid;
  border-color: #0F0F0F !important;
}
.ewub-bc-blue {
  border-style: solid;
  border-color: #4A89B8 !important;
}
.ewub-bc-light {
  border-style: solid;
  border-color: #F8F8F6 !important;
}
.ewub-bc-grey {
  border-style: solid;
  border-color: #6B6B6B !important;
}
.ewub-bc-pink {
  border-style: solid;
  border-color: #E91E8C !important;
}
.ewub-bc-orange {
  border-style: solid;
  border-color: #C98947 !important;
}
.ewub-bc-yellow {
  border-style: solid;
  border-color: #B89636 !important;
}
.ewub-bc-green {
  border-style: solid;
  border-color: #6A9A6A !important;
}
.ewub-bc-theme {
  border-style: solid;
  border-color: var(--ewub-uny-accent, #E91E8C) !important;
}
.ewub-bc-medium {
  border-style: solid;
  border-color: #F0F0EE !important;
}
.ewub-bc-red {
  border-style: solid;
  border-color: #C0524A !important;
}
.ewub-bc-violet {
  border-style: solid;
  border-color: #8B6FA3 !important;
}

.ewub-b-none {
  border: none !important;
}

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

.ewub-bg-dark {
  background-color: var(--ewub-uny-section-bg, var(--ewub-uny-dark)) !important;
}

html:has(body.ewub-uny-active),
html:has(body.ewub-preview-mode) {
  overflow-x: clip;
}

:where(body.ewub-uny-active, body.ewub-preview-mode) {
  margin: 0;
  color: #0F0F0F;
  font-size: 1rem;
  font-family: "Google Sans", sans-serif;
  line-height: 1.5;
  font-smooth: always;
  scroll-behavior: smooth;
  overflow-x: clip;
}
:where(body.ewub-uny-active, body.ewub-preview-mode) button {
  outline: none;
  box-shadow: none;
}

body:where(.ewub-uny-active, .ewub-preview-mode) a {
  color: inherit;
  text-decoration: none;
}

.ewub-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  height: 48px;
  padding: 0 28px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  font-family: "Google Sans", sans-serif;
  border-radius: 8px;
  transition: background-color ease 0.2s;
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  background-color: var(--ewub-uny-accent, #E91E8C);
}
.ewub-button:hover {
  background-color: var(--ewub-uny-accent-hover, #C4177A);
  color: #FFFFFF;
}
.ewub-button.outline {
  color: #0F0F0F;
  background-color: transparent;
  border: 2px solid var(--ewub-uny-accent, #E91E8C) !important;
}
.ewub-button.outline:hover {
  border-color: var(--ewub-uny-accent, #E91E8C) !important;
  background-color: var(--ewub-uny-accent, #E91E8C);
  color: #FFFFFF;
}
.ewub-button.outline-accent {
  color: var(--ewub-uny-accent, #E91E8C);
  background-color: transparent;
  border: 2px solid var(--ewub-uny-accent, #E91E8C) !important;
}
.ewub-button.outline-accent:hover {
  background-color: var(--ewub-uny-accent, #E91E8C);
  color: #FFFFFF;
}
.ewub-button.outline-accent-dark {
  color: #0F0F0F;
  background-color: transparent;
  border: 2px solid var(--ewub-uny-accent, #E91E8C) !important;
}
.ewub-button.outline-accent-dark:hover {
  background-color: var(--ewub-uny-accent, #E91E8C);
  color: #FFFFFF;
}
.ewub-button.outline-white {
  color: #FFFFFF;
  background-color: transparent;
  border: 2px solid var(--ewub-uny-accent, #E91E8C) !important;
}
.ewub-button.outline-white:hover {
  background-color: var(--ewub-uny-accent, #E91E8C);
  color: #FFFFFF;
  border-color: var(--ewub-uny-accent, #E91E8C) !important;
}
.ewub-button.accent {
  background-color: var(--ewub-uny-accent, #E91E8C);
}
.ewub-button.accent:hover {
  background-color: var(--ewub-uny-accent-hover, #C4177A);
}
.ewub-button.white {
  background-color: #FFFFFF;
  color: #0F0F0F;
  border-color: #FFFFFF;
}
.ewub-button.white:hover {
  background-color: var(--ewub-uny-accent, #E91E8C);
  color: #FFFFFF;
  border-color: var(--ewub-uny-accent, #E91E8C);
}
.ewub-button.small {
  height: 38px;
  padding: 0 18px;
  font-size: 14px;
  min-width: auto;
}

.ewub-title {
  margin: 0;
  padding: 0;
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}
.ewub-title-hero {
  font-size: 3.75em;
  font-weight: 700;
  line-height: 1.15;
  transform: translateX(-4px);
  color: #0F0F0F;
}
@media (max-width: 1024px) {
  .ewub-title-hero {
    font-size: 2.75em;
  }
}
@media (max-width: 768px) {
  .ewub-title-hero {
    font-size: 1.75em;
  }
}
@media (max-width: 576px) {
  .ewub-title-hero {
    font-size: 1.25em;
  }
}
.ewub-title-section {
  font-size: 2.75em;
  font-weight: 700;
  line-height: 1.25;
  color: #0F0F0F;
}
@media (max-width: 1024px) {
  .ewub-title-section {
    font-size: 2em;
  }
}
@media (max-width: 576px) {
  .ewub-title-section {
    font-size: 1.6em;
  }
}
.ewub-title-section-sm {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.3;
  color: #0F0F0F;
}
@media (max-width: 1024px) {
  .ewub-title-section-sm {
    font-size: 1.6em;
  }
}
@media (max-width: 576px) {
  .ewub-title-section-sm {
    font-size: 1.4em;
  }
}
.ewub-title-card {
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.3;
}
.ewub-title-quote {
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.4;
}
.ewub-title-label {
  font-size: 0.92em;
  font-weight: 500;
  color: var(--ewub-uny-accent, #E91E8C);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.ewub-title-sub {
  font-size: 1.15em;
  font-weight: 400;
  color: #6B6B6B;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .ewub-title-sub {
    font-size: 1em;
  }
}
.ewub-title-cta {
  font-size: 1.15em;
  font-weight: 400;
  color: #6B6B6B;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .ewub-title-cta {
    font-size: 1em;
  }
}

:where(body.ewub-uny-active, body.ewub-preview-mode) input,
:where(body.ewub-uny-active, body.ewub-preview-mode) textarea,
:where(body.ewub-uny-active, body.ewub-preview-mode) select {
  font-family: "Google Sans", sans-serif;
}
:where(body.ewub-uny-active, body.ewub-preview-mode) input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  margin-left: 8px;
  cursor: pointer;
  background-color: currentColor;
  opacity: 0.55;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
:where(body.ewub-uny-active, body.ewub-preview-mode) input[type=search]:hover::-webkit-search-cancel-button,
:where(body.ewub-uny-active, body.ewub-preview-mode) input[type=search]:focus::-webkit-search-cancel-button {
  opacity: 1;
}
:where(body.ewub-uny-active, body.ewub-preview-mode) textarea {
  min-height: 120px;
  resize: vertical;
  line-height: 1.5;
}
@supports not (appearance: base-select) {
  :where(body.ewub-uny-active, body.ewub-preview-mode) select {
    appearance: none;
    padding-right: 36px;
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230F0F0F' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  }
  :where(body.ewub-uny-active, body.ewub-preview-mode) select::-ms-expand {
    display: none;
  }
  :where(body.ewub-uny-active, body.ewub-preview-mode) .ewub-table--dark select,
  :where(body.ewub-uny-active, body.ewub-preview-mode) .ewub-bg-dark select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  }
  :where(body.ewub-uny-active, body.ewub-preview-mode) select.ewub-table__filter {
    padding-right: 18px;
    background-position: right 0 center;
  }
}
:where(body.ewub-uny-active, body.ewub-preview-mode) input[type=checkbox], :where(body.ewub-uny-active, body.ewub-preview-mode) input[type=radio] {
  accent-color: var(--ewub-uny-accent, #E91E8C);
  width: 16px;
  height: 16px;
  cursor: pointer;
}