/* Escopado para .unisuam-home-embed — gerado por build-home.py */
.unisuam-home-embed{
  --font-family: 'Ubuntu', sans-serif;
  --bg-page: #ffffff;
  --bg-light: #f1f2f6;
  --bg-white: #ffffff;
  --text-main: #2f3542;
  --text-soft: #57606f;
  --blue-900: #004070;
  --orange: #ef7d00;
  --orange-strong: #ef7d00;
  --pink: #e5457a;
  --green: #07ad6a;
  --footer-bg: #20242d;
  --footer-bg-dark: #1a1a1a;
  --shadow-soft: 0 12px 24px rgba(16, 34, 64, 0.08);
  --shadow-card: 0 10px 20px rgba(11, 32, 61, 0.09);
  --radius-lg: 8px;
  --container: 1140px;
}
.hoverPadrao {
  transition: all .4s;
}
.hoverPadrao:hover {
  opacity: .8;
  transition: all .4s;
}
.unisuam-home-embed *, .unisuam-home-embed *::before, .unisuam-home-embed *::after{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.unisuam-home-embed{
  scroll-behavior: smooth;
}
.unisuam-home-embed{
  font-family: var(--font-family);
  background: var(--bg-page);
  color: var(--text-main);
  line-height: 1.4;
}
.unisuam-home-embed img{
  display: block;
  max-width: 100%;
  height: auto;
}
.unisuam-home-embed .hs_cos_wrapper{
  max-width: 100%;
}
.unisuam-home-embed .su-top-nav .hs_cos_wrapper{
  display: flex;
  align-items: stretch;
  gap: 32px;
  height: 100%;
}
.unisuam-home-embed .su-tools-shortcuts .hs_cos_wrapper{
  display: flex;
  gap: 6px;
}
.unisuam-home-embed .su-hero-actions .hs_cos_wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.unisuam-home-embed .su-chip-row .hs_cos_wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.unisuam-home-embed .su-footer-meta .hs_cos_wrapper{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  flex-wrap: wrap;
}
.unisuam-home-embed .su-top-actions > .hs_cos_wrapper{
  display: block;
}
.unisuam-home-embed .su-header-bottom .container > .hs_cos_wrapper{
  flex: 0 0 auto;
  width: 558px;
  max-width: 100%;
}
.unisuam-home-embed .su-brand .hs_cos_wrapper, .unisuam-home-embed .su-hero-media .hs_cos_wrapper, .unisuam-home-embed .su-rec-card .hs_cos_wrapper, .unisuam-home-embed .su-partners-row .hs_cos_wrapper, .unisuam-home-embed .su-post-thumb .hs_cos_wrapper, .unisuam-home-embed .su-impact-image .hs_cos_wrapper, .unisuam-home-embed .su-discover-illustration .hs_cos_wrapper{
  display: block;
}
.unisuam-home-embed .su-hero-media .hs_cos_wrapper img, .unisuam-home-embed .su-rec-card .hs_cos_wrapper img, .unisuam-home-embed .su-partners-row .hs_cos_wrapper img, .unisuam-home-embed .su-post-thumb .hs_cos_wrapper img, .unisuam-home-embed .su-impact-image .hs_cos_wrapper img, .unisuam-home-embed .su-impact-image img, .unisuam-home-embed .su-post-thumb img, .unisuam-home-embed .su-discover-illustration .hs_cos_wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.unisuam-home-embed a{
  color: inherit;
  text-decoration: none;
}
.unisuam-home-embed button, .unisuam-home-embed input{
  font: inherit;
}
.unisuam-home-embed .container{
  width: min(var(--container), 100% - 48px);
  margin: 0 auto;
}
.unisuam-home-embed .su-page{
  overflow-x: hidden;
}
.unisuam-home-embed .su-main{
  display: block;
}
.unisuam-home-embed .su-center{
  text-align: center;
}
.unisuam-home-embed .skip-nav{
  position: absolute;
  top: -120px;
  left: 0;
  background: var(--blue-900);
  color: #fff;
  padding: 10px 14px;
  z-index: 999;
}
.unisuam-home-embed .skip-nav:focus{
  top: 0;
}
.unisuam-home-embed .su-section-title{
  font-family: var(--font-family);
  font-size: 48px;
  line-height: 1;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
  font-weight: 700;
}
#cursos .su-section-title {
  color: #2f3542;c
}
.unisuam-home-embed .su-section-subtitle{
  color: #fff;
  font-size: 18px;
  line-height: 1.78;
}
.unisuam-home-embed .su-chip-row{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.unisuam-home-embed .su-chip{
  border: 1px solid #cfd8e4;
  background: #fff;
  border-radius: 999px;
  padding: 5px 12px;
  font-size: 11px;
  font-weight: 700;
  color: #67758a;
  appearance: none;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.unisuam-home-embed .su-chip.active{
  background: var(--orange);
  color: #fff;
  border-color: var(--orange);
}
.unisuam-home-embed .su-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 9px 16px;
  border: 1px solid transparent;
  cursor: pointer;
}
.unisuam-home-embed .su-btn--primary{
  background: var(--orange-strong);
  color: #fff;
}
.unisuam-home-embed .su-btn--outline{
  border-color: #d9e1ed;
  background: #fff;
  color: #6a7b91;
}
.unisuam-home-embed .su-btn--white{
  border-color: #d2dbe7;
  color: #5f7087;
  background: #fff;
}
@keyframes su-bordered-btn-arrow-kick {
  0% {
    transform: translateX(0);
  }

  45% {
    transform: translateX(4px);
  }

  100% {
    transform: translateX(0);
  }
}
.unisuam-home-embed .su-texto-midia__cta:not(.su-texto-midia__cta--link), .unisuam-home-embed .su-np-acc__cta, .unisuam-home-embed .su-up-card__btn, .unisuam-home-embed .su-up-polos__btn, .unisuam-home-embed .su-course-tile .su-btn, .unisuam-home-embed .su-newsletter-form .su-btn, .unisuam-home-embed .su-newsletter-form .su-btn--newsletter, .unisuam-home-embed .su-blog-card--featured .su-blog-card__btn, .unisuam-home-embed .su-hero-content-box .su-btn, .unisuam-home-embed .su-hero-content-box .su-btn.su-btn--primary, .unisuam-home-embed .su-highlight-tile .su-btn--highlight{
  gap: 8px;
}
.unisuam-home-embed .su-texto-midia__cta:not(.su-texto-midia__cta--link)::after, .unisuam-home-embed .su-np-acc__cta::after, .unisuam-home-embed .su-up-card__btn::after, .unisuam-home-embed .su-up-polos__btn::after, .unisuam-home-embed .su-course-tile .su-btn::after, .unisuam-home-embed .su-newsletter-form .su-btn::after, .unisuam-home-embed .su-newsletter-form .su-btn--newsletter::after, .unisuam-home-embed .su-blog-card--featured .su-blog-card__btn::after, .unisuam-home-embed .su-hero-content-box .su-btn::after, .unisuam-home-embed .su-hero-content-box .su-btn.su-btn--primary::after, .unisuam-home-embed .su-highlight-tile .su-btn--highlight::after{
  content: '→';
  display: inline-block;
  flex-shrink: 0;
  font-size: 18px;
  line-height: 1;
  position: relative;
  top: -2px;
  color: inherit;
}
.unisuam-home-embed .su-texto-midia__cta:not(.su-texto-midia__cta--link):hover::after, .unisuam-home-embed .su-texto-midia__cta:not(.su-texto-midia__cta--link):focus-visible::after, .unisuam-home-embed .su-np-acc__cta:hover::after, .unisuam-home-embed .su-np-acc__cta:focus-visible::after, .unisuam-home-embed .su-up-card__btn:hover::after, .unisuam-home-embed .su-up-card__btn:focus-visible::after, .unisuam-home-embed .su-up-polos__btn:hover::after, .unisuam-home-embed .su-up-polos__btn:focus-visible::after, .unisuam-home-embed .su-course-tile .su-btn:hover::after, .unisuam-home-embed .su-course-tile .su-btn:focus-visible::after, .unisuam-home-embed .su-newsletter-form .su-btn:hover::after, .unisuam-home-embed .su-newsletter-form .su-btn:focus-visible::after, .unisuam-home-embed .su-newsletter-form .su-btn--newsletter:hover::after, .unisuam-home-embed .su-newsletter-form .su-btn--newsletter:focus-visible::after, .unisuam-home-embed .su-blog-card--featured .su-blog-card__btn:hover::after, .unisuam-home-embed .su-blog-card--featured .su-blog-card__btn:focus-visible::after, .unisuam-home-embed .su-hero-content-box .su-btn:hover::after, .unisuam-home-embed .su-hero-content-box .su-btn:focus-visible::after, .unisuam-home-embed .su-hero-content-box .su-btn.su-btn--primary:hover::after, .unisuam-home-embed .su-hero-content-box .su-btn.su-btn--primary:focus-visible::after, .unisuam-home-embed .su-highlight-tile .su-btn--highlight:hover::after, .unisuam-home-embed .su-highlight-tile .su-btn--highlight:focus-visible::after{
  animation: su-bordered-btn-arrow-kick 0.45s ease;
}
@media (prefers-reduced-motion: reduce) {.unisuam-home-embed .su-texto-midia__cta:not(.su-texto-midia__cta--link):hover::after, .unisuam-home-embed .su-texto-midia__cta:not(.su-texto-midia__cta--link):focus-visible::after, .unisuam-home-embed .su-np-acc__cta:hover::after, .unisuam-home-embed .su-np-acc__cta:focus-visible::after, .unisuam-home-embed .su-up-card__btn:hover::after, .unisuam-home-embed .su-up-card__btn:focus-visible::after, .unisuam-home-embed .su-up-polos__btn:hover::after, .unisuam-home-embed .su-up-polos__btn:focus-visible::after, .unisuam-home-embed .su-course-tile .su-btn:hover::after, .unisuam-home-embed .su-course-tile .su-btn:focus-visible::after, .unisuam-home-embed .su-newsletter-form .su-btn:hover::after, .unisuam-home-embed .su-newsletter-form .su-btn:focus-visible::after, .unisuam-home-embed .su-newsletter-form .su-btn--newsletter:hover::after, .unisuam-home-embed .su-newsletter-form .su-btn--newsletter:focus-visible::after, .unisuam-home-embed .su-blog-card--featured .su-blog-card__btn:hover::after, .unisuam-home-embed .su-blog-card--featured .su-blog-card__btn:focus-visible::after, .unisuam-home-embed .su-hero-content-box .su-btn:hover::after, .unisuam-home-embed .su-hero-content-box .su-btn:focus-visible::after, .unisuam-home-embed .su-hero-content-box .su-btn.su-btn--primary:hover::after, .unisuam-home-embed .su-hero-content-box .su-btn.su-btn--primary:focus-visible::after, .unisuam-home-embed .su-highlight-tile .su-btn--highlight:hover::after, .unisuam-home-embed .su-highlight-tile .su-btn--highlight:focus-visible::after{
    animation: none;
  }}
  #noticias-blog {
    padding-bottom: 80px !important;
  }
.unisuam-home-embed .su-header{
  position: relative;
  z-index: 20;
}
.unisuam-home-embed .su-header-sticky{
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.unisuam-home-embed .su-header-sticky.is-fixed{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1200;
  transform: translateY(-100%);
  pointer-events: none;
}
.unisuam-home-embed .su-header-sticky.is-fixed.is-revealed{
  transform: translateY(0);
  pointer-events: auto;
  box-shadow: 0 8px 24px rgba(15, 29, 46, 0.18);
}
@media (prefers-reduced-motion: reduce) {.unisuam-home-embed .su-header-sticky{
    transition: none;
  }}
.unisuam-home-embed .su-header-top{
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
}
.unisuam-home-embed .su-header-top .container, .unisuam-home-embed .su-header-top__bar{
  min-height: 80px;
  display: flex;
  align-items: stretch;
  gap: 24px;
}
.unisuam-home-embed .su-header-top__brand{
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.unisuam-home-embed .su-header-top__nav-slot{
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: stretch;
  min-width: 0;
}
.unisuam-home-embed .su-header-top__actions{
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.unisuam-home-embed .su-header-top__brand > .hs_cos_wrapper, .unisuam-home-embed .su-header-top__nav-slot > .hs_cos_wrapper, .unisuam-home-embed .su-header-top__actions > .hs_cos_wrapper{
  display: contents;
}
.unisuam-home-embed .su-header-menu-btn{
  display: none;
}
.unisuam-home-embed .su-header-mobile-nav{
  position: fixed;
  z-index: 1300;
}
.unisuam-home-embed .su-header-mobile-nav[hidden]:not(.is-open){
  display: none !important;
}
.unisuam-home-embed .su-header-mobile-nav.is-open{
  display: block;
}
.unisuam-home-embed .su-header-mobile-nav__panel{
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.unisuam-home-embed .su-header-mobile-nav__body{
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 0;
}
.unisuam-home-embed .su-header-mobile-nav__nav{
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}
.unisuam-home-embed .su-header-mobile-nav__item{
  border-bottom: 1px solid #f1f2f6;
  position: relative;
}
.unisuam-home-embed .su-header-mobile-nav__item.is-active{
  background: var(--su-mobile-item-active-bg, #f1f2f6);
}
.unisuam-home-embed .su-header-mobile-nav__item.is-active.is-open{
  background: var(--su-mobile-item-active-bg, #f1f2f6);
}
.unisuam-home-embed .su-header-mobile-nav__item.is-active.is-open .su-header-mobile-nav__sub{
  background: var(--su-mobile-item-active-bg, #f1f2f6);
}
.unisuam-home-embed .su-header-mobile-nav__item.is-active::after{
  background: var(--su-mobile-item-accent, #ef7d00);
  border-radius: 8px;
  content: "";
  height: 48px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
}
.unisuam-home-embed .su-header-mobile-nav__item.is-active.is-open::after{
  border-radius: 0;
  height: 100%;
  top: 0;
  transform: none;
}
.unisuam-home-embed .su-header-mobile-nav__link{
  align-items: center;
  color: #57606f;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  gap: 8px;
  justify-content: flex-end;
  line-height: 24px;
  min-height: 64px;
  opacity: var(--su-mobile-nav-fade, 1);
  padding: 0 16px;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.12s ease-out;
}
.unisuam-home-embed .su-header-mobile-nav__link-label{
  text-align: right;
}
.unisuam-home-embed .su-header-mobile-nav__sub{
  background: #ffffff;
  border-bottom: 1px solid #f1f2f6;
  display: flex;
  flex-direction: column;
  padding: 0 16px 12px;
}
.unisuam-home-embed .su-header-mobile-nav__sub[hidden]{
  display: none !important;
}
.unisuam-home-embed .su-header-mobile-nav__sublink{
  align-items: flex-end;
  border-bottom: 1px solid #f1f2f6;
  color: #57606f;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  gap: 6px;
  justify-content: flex-end;
  line-height: 24px;
  opacity: var(--su-mobile-nav-fade, 1);
  padding: 12px 0;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.12s ease-out;
}
.unisuam-home-embed .su-header-mobile-nav__sublink:last-child{
  border-bottom: 0;
}
.unisuam-home-embed .su-header-mobile-nav__sublink-main{
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  width: 100%;
}
.unisuam-home-embed .su-header-mobile-nav__sublink-icons{
  align-items: center;
  display: inline-flex;
  flex-shrink: 0;
  gap: 4px;
}
.unisuam-home-embed .su-header-mobile-nav__sublink-label{
  text-align: right;
}
.unisuam-home-embed .su-header-mobile-nav__sublink-chevron, .unisuam-home-embed .su-header-mobile-nav__link-chevron, .unisuam-home-embed .su-header-mobile-nav__link-custom-icon, .unisuam-home-embed .su-header-mobile-nav__sublink-icon, .unisuam-home-embed .su-header-mobile-nav__sublink .su-header-menu-icon--img{
  color: #57606f;
  flex-shrink: 0;
  height: 16px;
  width: 16px;
}
.unisuam-home-embed .su-header-menu__tags{
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  width: 100%;
}
.unisuam-home-embed .su-header-menu__tags--mobile{
  justify-content: flex-end;
}
.unisuam-home-embed .su-header-menu__tags--desktop{
  flex-wrap: nowrap;
  gap: 6px;
  justify-content: flex-start;
  margin-top: 6px;
  width: 100%;
}
.unisuam-home-embed .su-top-nav__sublink.has-tags{
  padding-bottom: 14px;
}
.unisuam-home-embed .su-top-nav__dropdown .su-header-menu__tag{
  font-size: 9px;
  letter-spacing: 0.03em;
  padding: 4px 8px;
}
.unisuam-home-embed .su-header-menu__tag{
  border: 1px solid currentColor;
  border-radius: 999px;
  display: inline-flex;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1;
  padding: 4px 8px;
  text-transform: uppercase;
  white-space: nowrap;
}
.unisuam-home-embed .su-header-mobile-nav__item.is-open > .su-header-mobile-nav__link .su-header-mobile-nav__link-chevron{
  transform: rotate(180deg);
}
.unisuam-home-embed .su-header-mobile-nav__link-chevron{
  transition: transform 0.2s ease, opacity 0.12s ease-out;
}
@media (prefers-reduced-motion: reduce) {.unisuam-home-embed .su-header-mobile-nav__link, .unisuam-home-embed .su-header-mobile-nav__sublink{
    transition: none;
  }}
.unisuam-home-embed .su-header-mobile-nav__social{
  flex-shrink: 0;
  padding: 16px 16px 8px;
}
.unisuam-home-embed .su-header-mobile-nav__social-list{
  align-items: center;
  display: flex;
  gap: 0;
  justify-content: center;
}
.unisuam-home-embed .su-header-mobile-nav__social-list a{
  align-items: center;
  color: #57606f;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  text-decoration: none;
  width: 48px;
}
.unisuam-home-embed .su-header-mobile-nav__social-icon{
  height: 24px;
  width: 24px;
}
.unisuam-home-embed .su-header-mobile-nav__quickbar{
  background: #2f3542;
  border-top: 2px solid #57606f;
  flex-shrink: 0;
  padding: 16px;
}
.unisuam-home-embed .su-header-mobile-nav__quickbar .su-mobile-footer-bar__inner, .unisuam-home-embed .su-header-mobile-nav__quickbar-inner{
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}
.unisuam-home-embed .su-header-mobile-nav__quickbar .su-mobile-footer-bar__icons, .unisuam-home-embed .su-header-mobile-nav__quickbar-inner .su-mobile-footer-bar__icons{
  align-items: center;
  display: flex;
  gap: 15px;
}
.unisuam-home-embed .su-header-mobile-nav__quickbar .su-mobile-footer-bar__icon-btn, .unisuam-home-embed .su-header-mobile-nav__quickbar-inner .su-mobile-footer-bar__icon-btn{
  align-items: center;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  width: 48px;
}
.unisuam-home-embed .su-header-mobile-nav__quickbar .su-mobile-footer-bar__icon-btn img, .unisuam-home-embed .su-header-mobile-nav__quickbar-inner .su-mobile-footer-bar__icon-btn img{
  display: block;
  height: 48px;
  object-fit: contain;
  width: 48px;
}
.unisuam-home-embed .su-header-mobile-nav__quickbar-icon, .unisuam-home-embed .su-header-mobile-nav__quickbar-btn svg{
  display: block;
  height: 24px;
  width: 24px;
  color: #ffffff;
  stroke: currentColor;
}
.unisuam-home-embed .su-header-mobile-nav__quickbar .su-mobile-footer-bar__cta, .unisuam-home-embed .su-header-mobile-nav__quickbar-inner .su-mobile-footer-bar__cta, .unisuam-home-embed .su-header-mobile-nav__quickbar .su-header-cta{
  align-items: center;
  background: #ef7d00;
  border: 1px solid #f1f2f6;
  border-radius: 4px;
  color: #ffffff !important;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 700;
  height: 48px;
  justify-content: center;
  line-height: 1;
  min-width: 172px;
  padding: 8px 16px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.unisuam-home-embed body.su-header-menu-open{
  overflow: hidden;
}
.unisuam-home-embed body.su-header-menu-open .su-header-sticky{
  pointer-events: auto;
  position: relative;
  transform: none !important;
  z-index: 1301;
}
.unisuam-home-embed body.su-header-menu-open .su-mobile-footer-bar{
  pointer-events: auto;
  transform: translateY(0) !important;
  z-index: 1400;
}
.unisuam-home-embed .su-brand{
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  width: 173px;
  height: 35px;
}
.unisuam-home-embed .su-brand img{
  width: 173px;
  height: 35px;
  object-fit: contain;
}
.unisuam-home-embed .su-top-nav{
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 32px;
  height: 100%;
  margin: 0;
  padding: 0;
}
.unisuam-home-embed .su-top-nav > .su-top-nav__item > .su-top-nav__link, .unisuam-home-embed .su-top-nav > .su-top-nav__link{
  color: #747d8c;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 100%;
  position: relative;
  padding: 0 2px;
  text-decoration: none;
  box-sizing: border-box;
}
.unisuam-home-embed .su-top-nav__item{
  align-items: stretch;
  display: flex;
  height: 100%;
  position: relative;
}
.unisuam-home-embed .su-top-nav__item.has-children:hover .su-top-nav__dropdown, .unisuam-home-embed .su-top-nav__item.has-children:focus-within .su-top-nav__dropdown{
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}
.unisuam-home-embed .su-top-nav__dropdown{
  align-items: stretch;
  background: #ffffff;
  border: 1px solid #f1f2f6;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(15, 29, 46, 0.12);
  display: flex;
  flex-direction: column;
  left: 0;
  min-width: 420px;
  opacity: 0;
  padding: 4px 0;
  pointer-events: none;
  position: absolute;
  right: auto;
  top: calc(100% + 2px);
  transform: translateY(6px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    visibility 0.2s ease;
  visibility: hidden;
  width: max-content;
  max-width: 480px;
  z-index: 20;
}
.unisuam-home-embed .su-top-nav__dropdown--mega{
  align-items: flex-start;
  flex-direction: row;
  gap: 28px;
  max-width: min(960px, 92vw);
  min-width: min(720px, 90vw);
  padding: 20px 24px 24px;
}
.unisuam-home-embed .su-top-nav__dropdown-col{
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  gap: 2px;
  min-width: 160px;
}
.unisuam-home-embed .su-top-nav__dropdown-col-title, .unisuam-home-embed .su-top-nav__dropdown-heading{
  color: #20242d;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.3;
  margin: 0 0 8px;
  text-transform: uppercase;
}
.unisuam-home-embed .su-top-nav__dropdown-link{
  color: #57606f;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
  padding: 6px 0;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s ease;
}
.unisuam-home-embed .su-top-nav__dropdown-link.is-section-title, .unisuam-home-embed .su-top-nav__dropdown-link.is-emphasized{
  color: #20242d;
  font-style: italic;
  font-weight: 600;
  margin-top: 4px;
}
.unisuam-home-embed .su-top-nav__dropdown-link:hover, .unisuam-home-embed .su-top-nav__dropdown-link:focus-visible{
  color: #ef7d00;
}
.unisuam-home-embed .su-top-nav__dropdown-spacer{
  display: block;
  height: 12px;
}
.unisuam-home-embed .su-top-nav__dropdown-image-link{
  display: inline-block;
  margin: 4px 0 8px;
  max-width: 100%;
}
.unisuam-home-embed .su-top-nav__dropdown-image-link img{
  display: block;
  height: auto;
  max-height: 36px;
  max-width: 100%;
  width: auto;
}
.unisuam-home-embed .su-top-nav__dropdown-image-link.is-banner img{
  max-height: none;
  max-width: 180px;
}
.unisuam-home-embed .su-header-mobile-nav__group-heading{
  color: #20242d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 14px 0 6px;
  text-align: right;
  text-transform: uppercase;
}
.unisuam-home-embed .su-header-mobile-nav__sublink.is-section-title, .unisuam-home-embed .su-header-mobile-nav__sublink.is-emphasized{
  font-style: italic;
  font-weight: 600;
}
.unisuam-home-embed .su-header-mobile-nav__image-link{
  display: flex;
  justify-content: flex-end;
  padding: 10px 0;
}
.unisuam-home-embed .su-header-mobile-nav__image-link img{
  display: block;
  height: auto;
  max-height: 40px;
  max-width: 100%;
}
.unisuam-home-embed .su-header-mobile-nav__image-link.is-banner img{
  max-height: none;
  max-width: 200px;
}
.unisuam-home-embed .su-top-nav__sublink{
  align-items: flex-start;
  box-sizing: border-box;
  color: #57606f;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 400;
  gap: 6px;
  height: auto;
  justify-content: flex-start;
  line-height: 20px;
  padding: 12px 20px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
  width: 100%;
}
.unisuam-home-embed .su-top-nav__sublink + .su-top-nav__sublink{
  border-top: 1px solid #f1f2f6;
}
.unisuam-home-embed .su-top-nav__sublink-top{
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  width: 100%;
}
.unisuam-home-embed .su-top-nav__sublink-label{
  flex: 1;
  text-align: left;
}
.unisuam-home-embed .su-top-nav__sublink-icons{
  align-items: center;
  display: inline-flex;
  flex-shrink: 0;
  gap: 4px;
}
.unisuam-home-embed .su-top-nav__sublink-chevron{
  color: #57606f;
  height: 14px;
  width: 14px;
}
.unisuam-home-embed .su-top-nav__sublink:hover, .unisuam-home-embed .su-top-nav__sublink:focus-visible{
  background: #f8f9fb;
  color: var(--su-menu-hover-text, #2f3542);
}
.unisuam-home-embed .su-top-nav__sublink:hover .su-top-nav__sublink-chevron, .unisuam-home-embed .su-top-nav__sublink:focus-visible .su-top-nav__sublink-chevron{
  color: inherit;
}
.unisuam-home-embed .su-top-nav__icon, .unisuam-home-embed .su-top-nav__caret, .unisuam-home-embed .su-top-nav__sublink-icon, .unisuam-home-embed .su-header-menu-icon--img{
  flex-shrink: 0;
  height: 14px;
  width: 14px;
}
.unisuam-home-embed .su-top-nav__icon--img, .unisuam-home-embed .su-header-menu-icon--img{
  object-fit: contain;
}
.unisuam-home-embed .su-top-nav > .su-top-nav__item > .su-top-nav__link::after, .unisuam-home-embed .su-top-nav > .su-top-nav__link::after{
  background: #ef7d00;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  transition: opacity 0.2s ease;
}
.unisuam-home-embed .su-top-nav > .su-top-nav__item > .su-top-nav__link:hover::after, .unisuam-home-embed .su-top-nav > .su-top-nav__item > .su-top-nav__link:focus-visible::after, .unisuam-home-embed .su-top-nav > .su-top-nav__link:hover::after, .unisuam-home-embed .su-top-nav > .su-top-nav__link:focus-visible::after{
  background: var(--su-menu-hover-accent, #ef7d00);
  opacity: 1;
}
.unisuam-home-embed .su-top-nav > .su-top-nav__item > .su-top-nav__link:hover, .unisuam-home-embed .su-top-nav > .su-top-nav__item > .su-top-nav__link:focus-visible, .unisuam-home-embed .su-top-nav > .su-top-nav__link:hover, .unisuam-home-embed .su-top-nav > .su-top-nav__link:focus-visible{
  color: var(--su-menu-hover-text, #747d8c);
}
.unisuam-home-embed .su-top-actions{
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.unisuam-home-embed .su-header-ghost-btn{
  align-items: center;
  background: #ffffff;
  border: 1px solid #747d8c;
  border-radius: 4px;
  box-sizing: border-box;
  color: #57606f;
  display: inline-flex;
  font-size: 14px;
  font-weight: 400;
  gap: 8px;
  line-height: 1;
  min-height: 40px;
  padding: 8px 12px;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.2s ease;
  white-space: nowrap;
}
.unisuam-home-embed .su-header-ghost-btn:hover, .unisuam-home-embed .su-header-ghost-btn:focus-visible{
  opacity: 0.85;
}
.unisuam-home-embed .su-header-ghost-icon, .unisuam-home-embed .su-header-ghost-btn svg{
  color: inherit;
  display: block;
  flex-shrink: 0;
  height: 18px;
  width: 18px;
}
.unisuam-home-embed .su-header-cta{
  align-items: center;
  background: #ef7d00;
  border: 1px solid #ef7d00;
  border-radius: 4px;
  box-sizing: border-box;
  color: #ffffff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  min-width: 0;
  padding: 8px 16px;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.2s ease;
  white-space: nowrap;
}
.unisuam-home-embed .su-header-cta:hover, .unisuam-home-embed .su-header-cta:focus-visible{
  opacity: 0.9;
}
.unisuam-home-embed .su-header-bottom{
  background: linear-gradient(57.21deg, #0f96ae 0%, #004070 100%);
  border-bottom: 2px solid rgba(111, 192, 206, 1);
}
.unisuam-home-embed .su-header-bottom .container{
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
}
.unisuam-home-embed .su-search-container{
  display: flex;
  align-items: stretch;
  width: 558px;
  max-width: 100%;
  margin: 0;
  flex: 0 0 auto;
}
.unisuam-home-embed .su-search-form{
  display: flex;
  align-items: stretch;
  width: 100%;
  background: transparent;
  border: 1px solid var(--su-search-border-color, #ffffff);
  border-radius: var(--su-search-border-radius, 4px);
  height: var(--su-search-form-height, 48px);
  overflow: hidden;
}
.unisuam-home-embed .su-search-input{
  flex: 1;
  min-width: 0;
  background: transparent;
  border: none;
  color: var(--su-search-input-color, #ffffff);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  outline: none;
  padding: 0 16px;
}
.unisuam-home-embed .su-search-input::placeholder{
  color: var(--su-search-placeholder-color, #ffffff);
}
.unisuam-home-embed .su-search-btn{
  background: var(--su-search-btn-bg, rgba(0, 64, 112, 0.5));
  border: none;
  color: var(--su-search-icon-color, #ffffff);
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}
.unisuam-home-embed .su-search-icon, .unisuam-home-embed .su-search-btn svg{
  width: 24px;
  height: 24px;
  display: block;
  flex-shrink: 0;
  color: var(--su-search-icon-color, #ffffff);
  stroke: currentColor;
}
.unisuam-home-embed .su-advanced-search-btn{
  display: flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: 1px solid #747d8c;
  border-radius: 999px;
  color: #747d8c;
  font-size: 14px;
  font-weight: 400;
  padding: 0 14px;
  height: 32px;
  cursor: pointer;
  text-transform: uppercase;
}
.unisuam-home-embed .su-filter-icon{
  width: 18px;
  height: 18px;
}
.unisuam-home-embed .su-tools-shortcuts{
  display: flex;
  gap: 6px;
}
.unisuam-home-embed .su-tools-shortcuts a{
  min-width: 36px;
  text-align: center;
  color: #e2f1fb;
  border: 1px solid #2f698f;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 10px;
}
.unisuam-home-embed .su-hero{
  background: var(--bg-light);
  padding: 32px 0 26px;
}
.unisuam-home-embed .su-hero-grid{
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 30px;
  align-items: center;
}
.unisuam-home-embed .su-hero-copy h1{
  font-size: 32px;
  margin-bottom: 10px;
  line-height: 1.02;
  letter-spacing: -0.02em;
}
.unisuam-home-embed .su-hero-copy p{
  color: #6b7990;
  font-size: 13px;
  margin-bottom: 16px;
}
.unisuam-home-embed .su-hero-actions{
  display: flex;
  gap: 8px;
}
.unisuam-home-embed .su-hero-media{
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  background: #fff;
}
.unisuam-home-embed .su-hero-media img{
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.unisuam-home-embed .su-hero-badge{
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 8px;
  padding: 8px 10px;
  box-shadow: 0 10px 18px rgba(11, 35, 65, 0.12);
}
.unisuam-home-embed .su-hero-badge strong{
  display: block;
  font-size: 11px;
  color: #1a3b5a;
}
.unisuam-home-embed .su-hero-badge span{
  font-size: 10px;
  color: #718096;
}
.unisuam-home-embed .su-hero-dots{
  margin-top: 10px;
  display: flex;
  justify-content: center;
  gap: 6px;
}
.unisuam-home-embed .su-hero-dots i{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cfd8e4;
}
.unisuam-home-embed .su-hero-dots i.active{
  background: var(--orange-strong);
}
.unisuam-home-embed .su-recognitions{
  background: linear-gradient(90deg, #ef7d00 0%, #f06800 45%, #e5457a 100%);
  color: #fff;
  padding: 40px 0;
}
.unisuam-home-embed .su-rec-head{
  text-align: center;
  margin-bottom: 22px;
}
.unisuam-home-embed .su-rec-head h2{
  font-size: 48px;
  margin-bottom: 8px;
  line-height: 1;
  font-weight: 700;
}
.unisuam-home-embed .su-rec-head p{
  font-size: 18px;
  line-height: 1.34;
  opacity: 0.9;
}
.unisuam-home-embed .su-rec-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.unisuam-home-embed .su-rec-card{
  background: #fff;
  border-radius: 8px;
  box-shadow: var(--shadow-card);
  text-align: center;
  padding: 20px 16px;
  color: #57606f;
}
.unisuam-home-embed .su-rec-card img{
  width: 48px;
  height: 48px;
  margin: 0 auto 10px;
}
.unisuam-home-embed .su-rec-card strong{
  display: block;
  font-size: 18px;
  line-height: 1.34;
  color: #2f3542;
  font-weight: 700;
}
.unisuam-home-embed .su-rec-card span{
  display: block;
  font-size: 14px;
  line-height: 1.34;
  opacity: 1;
  margin-top: 4px;
}
.unisuam-home-embed .su-rec-slider__inner{
  display: flex;
  align-items: center;
  gap: 14px;
}
.unisuam-home-embed .su-rec-slider__nav{
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.unisuam-home-embed .su-rec-slider__swiper{
  flex: 1;
}
.unisuam-home-embed .su-products{
  background: var(--bg-light);
  padding: 40px 0;
}
.unisuam-home-embed .su-products .su-section-subtitle{
  margin-bottom: 12px;
}
.unisuam-home-embed .su-products-panel{
  margin-top: 16px;
  background: #fff;
  border: 1px solid #dbe3ee;
  border-radius: 14px;
  box-shadow: var(--shadow-soft);
  padding: 16px;
}
.unisuam-home-embed .su-products-grid{
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 14px;
}
.unisuam-home-embed .su-product-main{
  border: 1px solid #e8edf4;
  border-radius: 10px;
  padding: 14px;
  background: #fff;
}
.unisuam-home-embed .su-product-main h3{
  font-size: 22px;
  margin-bottom: 4px;
}
.unisuam-home-embed .su-product-main p{
  font-size: 11px;
  color: #72839b;
  margin-bottom: 10px;
}
.unisuam-home-embed .su-badge-row{
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
}
.unisuam-home-embed .su-badge{
  border-radius: 999px;
  font-size: 9px;
  font-weight: 700;
  padding: 4px 8px;
  color: #fff;
}
.unisuam-home-embed .su-badge.blue{
  background: #0d84d8;
}
.unisuam-home-embed .su-badge.pink{
  background: #e6589d;
}
.unisuam-home-embed .su-price-line{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.unisuam-home-embed .su-price-line .price{
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
}
.unisuam-home-embed .su-price-line .old{
  font-size: 10px;
  color: #8fa0b6;
  text-decoration: line-through;
}
.unisuam-home-embed .su-product-main .su-btn{
  min-width: 170px;
}
.unisuam-home-embed .su-product-side{
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
}
.unisuam-home-embed .su-mini-card{
  border: 1px solid #e8edf4;
  border-radius: 10px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.unisuam-home-embed .su-mini-card .icon{
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #e8f2ff;
  color: #0b5f9b;
  font-size: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}
.unisuam-home-embed .su-mini-card h4{
  font-size: 13px;
  margin-bottom: 3px;
}
.unisuam-home-embed .su-mini-card p{
  font-size: 10px;
  color: #72839b;
}
.unisuam-home-embed .su-featured{
  background: #f1f2f6;
  padding: 80px 0;
}
.unisuam-home-embed .su-featured .su-section-title{
  max-width: 524px;
}
.unisuam-home-embed .su-featured .su-chip-row{
  margin: 40px 0 40px;
  gap: 16px;
}
.unisuam-home-embed .su-featured .su-chip{
  border: 1px solid #57606f;
  color: #57606f;
  border-radius: 4px;
  padding: 12px 32px;
  min-height: 42px;
  font-family: Ubuntu, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  background: #ffffff;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.unisuam-home-embed .su-featured .su-chip:hover{
  background: #f09906;
  border-color: #f09906;
  color: #ffffff;
}
.unisuam-home-embed .su-featured .su-chip.active, .unisuam-home-embed .su-featured .su-chip.active:hover{
  background: #ef7d00;
  border-color: #f06800;
  color: #ffffff;
}
.unisuam-home-embed .su-featured-slider{
  width: 100%;
}
.unisuam-home-embed .su-featured-viewport{
  width: 100%;
}
.unisuam-home-embed .su-featured-pagination{
  display: none;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}
.unisuam-home-embed .su-featured-pagination__dot{
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #d1d5db;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: width 0.2s ease, background-color 0.2s ease;
}
.unisuam-home-embed .su-featured-pagination__dot.is-active{
  width: 32px;
  background: #ef7d00;
}
.unisuam-home-embed .su-featured-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.unisuam-home-embed .su-course-tile{
  border: 1.74px solid #f1f2f6;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 16px rgba(15, 32, 65, 0.08);
  padding: 0 16px 16px;
  display: flex;
  flex-direction: column;
  min-height: 414px;
  max-height: 414px;
}
.unisuam-home-embed .su-course-accent{
  height: 7px;
  margin: 0 -16px 14px;
  border-radius: 14px 14px 0 0;
}
.unisuam-home-embed .su-course-accent.cyan, .unisuam-home-embed .su-course-accent.blue{
  background: linear-gradient(191deg, #cfeaef 0%, #0f96ae 50%);
}
.unisuam-home-embed .su-course-accent.pink{
  background: linear-gradient(189deg, #fadae4 0%, #e5457a 50%);
}
.unisuam-home-embed .su-course-accent.purple{
  background: linear-gradient(262deg, #E5D7E8 0%, #7D378D 50%)
}
.unisuam-home-embed .su-course-head{
  display: flex;
  gap: 6px;
  align-items: center;
  margin-bottom: 12px;
  min-height: 18px;
}
.unisuam-home-embed .su-course-badge{
  font-size: 10px;
  font-weight: 400;
  border-radius: 12px;
  padding: 2px 8px;
  color: #0f1f38;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.02em;
}
.unisuam-home-embed .su-course-badge--primary{
  background: transparent;
  border-radius: 0;
  padding: 0;
  color: #0f96ae;
}
.unisuam-home-embed .su-course-badge--secondary{
  color: #ffffff !important;
  font-weight: 700;
  border-radius: 14px;
  padding: 3px 7px;
}
.unisuam-home-embed .su-course-badge--primary.blue, .unisuam-home-embed .su-course-badge--primary.cyan{
  color: #0f96ae;
}
.unisuam-home-embed .su-course-badge--secondary.blue, .unisuam-home-embed .su-course-badge--secondary.cyan{
  background: #0f96ae;
}
.unisuam-home-embed .su-course-badge--primary.pink{
  color: #e5457a;
}
.unisuam-home-embed .su-course-badge--secondary.pink{
  background: #e5457a;
}
.unisuam-home-embed .su-course-badge--secondary.purple{
  background: #7D378D;
}
.unisuam-home-embed .su-course-badge--primary.purple{
  color: #7D378D;
}
.unisuam-home-embed .su-course-badge--primary.orange{
  color: #ef7d00;
}
.unisuam-home-embed .su-course-badge--secondary.orange{
  background: #ef7d00;
}
.unisuam-home-embed .su-course-badge--secondary.yellow{
  background: #f4b000;
  color: #20242d;
}
.unisuam-home-embed .su-course-badge--secondary.dark{
  background: #20242d;
}
.unisuam-home-embed .su-course-tile h4{
  font-size: 21px;
  line-height: 1.33;
  min-height: 56px;
  margin-bottom: 21px;
  font-weight: 600;
  color: #2f3542;
  text-transform: uppercase;
  letter-spacing: 0;
}
.unisuam-home-embed .su-course-starting{
  font-size: 14px;
  line-height: 1;
  margin-bottom: 4px;
  color: #0f96ae;
  font-weight: 700;
  letter-spacing: 0;
}
.unisuam-home-embed .su-course-tile--pink .su-course-starting{
  color: #e5457a;
}
.unisuam-home-embed .su-course-old-line{
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 2px;
  line-height: 1;
}
.unisuam-home-embed .su-course-old-price{
  font-size: 16px;
  font-weight: 400;
  text-decoration: line-through;
  color: #747d8c;
}
.unisuam-home-embed .su-course-old-suffix{
  font-size: 16px;
  font-weight: 400;
  color: #747d8c;
}
.unisuam-home-embed .su-course-tile .price{
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 6px;
  color: #2f3542;
  letter-spacing: 0;
}
.unisuam-home-embed .su-course-price-suffix{
  font-size: 16px;
  color: #747d8c;
  margin-bottom: 14px;
  line-height: 1;
  font-weight: 700;
}
.unisuam-home-embed .su-course-divider{
  height: 1px;
  background: #f1f2f6;
  margin-bottom: 14px;
}
.unisuam-home-embed .su-course-details{
  display: grid;
  grid-template-columns: 77px minmax(0, 1fr);
  gap: 8px 35px;
  margin-bottom: 14px;
  min-height: 52px;
}
.unisuam-home-embed .su-course-detail strong{
  display: block;
  color: #0f96ae;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 6px;
}
.unisuam-home-embed .su-course-tile--pink .su-course-detail strong{
  color: #e5457a;
}
.unisuam-home-embed .su-course-detail span{
  display: block;
  color: #747d8c;
  font-size: 12.5px;
  line-height: 1.25;
}
.unisuam-home-embed .su-course-tile .su-btn{
  margin-top: auto;
  width: 100%;
  min-height: 49px;
  border-radius: 4px;
  font-size: 17px;
  font-weight: 700;
  background: #ffffff;
  border: 1.74px solid #ef7d00;
  color: #ef7d00;
  letter-spacing: 0;
  text-transform: uppercase;
  line-height: 1;
  transition: opacity 0.2s ease;
}
.unisuam-home-embed .su-course-tile .su-btn:hover, .unisuam-home-embed .su-course-tile .su-btn:focus-visible{
  opacity: 0.8;
}
.unisuam-home-embed .su-highlight-tile{
  border-radius: 16px;
  background: #232730;
  border: none;
  color: #fff;
  padding: 22px 16px 16px;
  display: flex;
  flex-direction: column;
  min-height: 414px;
  max-height: 414px;
  box-shadow: 0 8px 24px rgba(15, 32, 65, 0.16);
}
.unisuam-home-embed .su-highlight-badges{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  min-height: 18px;
}
.unisuam-home-embed .su-highlight-badge{
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  color: #EF7D00 !important;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.unisuam-home-embed .su-highlight-badge--primary{
  background: transparent;
  color: #ef7d00;
  padding: 0;
  border-radius: 0;
}
.unisuam-home-embed .su-highlight-badge--secondary{
  background: #ef7d00;
  color: #0e223f !important;
  border-radius: 999px;
  padding: 4px 10px;
}
.unisuam-home-embed .su-featured .su-highlight-tile h4, .unisuam-home-embed .su-highlight-tile h4{
  font-size: 24px;
  margin-bottom: 12px;
  color: #ffffff !important;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 700;
}
.unisuam-home-embed .su-featured .su-highlight-tile p, .unisuam-home-embed .su-highlight-tile p{
  font-size: 14px;
  color: #ffffff !important;
  line-height: 1.4;
  margin-bottom: 14px;
}
.unisuam-home-embed .su-highlight-divider{
  display: block;
  width: 100%;
  height: 1px;
  margin: 0 0 18px;
  border: 0;
  background: rgba(255, 255, 255, 0.14);
}
.unisuam-home-embed .su-highlight-illustration{
  margin: 0 0 18px;
  border-radius: 8px;
  height: 188px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.unisuam-home-embed .su-highlight-tile .su-btn--highlight{
  margin-top: auto;
  width: 100%;
  min-height: 52px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  background: #ef7d00 !important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  letter-spacing: 0;
  gap: 8px;
  transition: opacity 0.2s ease;
}
.unisuam-home-embed .su-highlight-tile .su-btn--highlight:hover, .unisuam-home-embed .su-highlight-tile .su-btn--highlight:focus-visible{
  opacity: 0.8;
}
.unisuam-home-embed #hs_cos_wrapper_widget_1780510131395 .su-featured p, .unisuam-home-embed #hs_cos_wrapper_widget_1780510131395 .su-featured span, .unisuam-home-embed #hs_cos_wrapper_widget_1780510131395 .su-featured li{
  color: #fff;
}
.unisuam-home-embed .su-highlight-cta-icon{
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.unisuam-home-embed .su-featured-bottom{
  margin-top: 12px;
}
.unisuam-home-embed .su-research{
  background: #20242D;
  padding: 0 0 80px;
  padding-top: 80px;
}
.unisuam-home-embed .su-research .su-section-title{
  max-width: 524px;
}
.unisuam-home-embed .su-research .su-section-subtitle{
  max-width: 524px;
  margin-bottom: 40px;
}
.unisuam-home-embed .su-research-top{
  display: block;
  margin-bottom: 0;
}
.unisuam-home-embed .su-stat-grid{
  display: none;
}
.unisuam-home-embed .su-stat-box{
  border: 1px solid #cde1d8;
  border-radius: 8px;
  background: #f8fffb;
  text-align: center;
  padding: 10px 6px;
}
.unisuam-home-embed .su-stat-box strong{
  display: block;
  color: var(--green);
  font-size: 26px;
  line-height: 1;
}
.unisuam-home-embed .su-stat-box span{
  display: block;
  font-size: 10px;
  color: #5f7187;
  margin-top: 4px;
}
.unisuam-home-embed .su-research-cards{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.unisuam-home-embed .su-research-card{
  /* border: 1px solid #dfe4ea; */
  border-radius: 8px;
  background: #2f3542;
  padding: 16px 16px 20px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
}
.unisuam-home-embed .su-research-card__media{
  height: 126px;
  border-radius: 6px;
  overflow: hidden;
  margin: 0 0 16px;
  background: #1b1f27;
  transition:  all .4s;
}
/* .unisuam-home-embed .su-research-card__media:hover{
  zoom: 140%;
  transition:  all .4s;
} */
.unisuam-home-embed .su-research-card__media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.unisuam-home-embed .su-research-card h4{
  font-size: 30px;
  margin-bottom: 14px;
  line-height: 1.2;
  color: #ffffff;
}
.unisuam-home-embed .su-research-card p{
  font-size: 18px;
  color: #ffffff;
  line-height: 1.5;
  margin-bottom: 16px;
}
.unisuam-home-embed .su-research-card__link{
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px !important;
  line-height: 1.2;
  font-weight: 700;
  color: #ef7d00 !important;
  margin-top: auto;
}
.unisuam-home-embed .su-research-card__link:hover{
  text-decoration: underline;
}
.unisuam-home-embed .su-research-card__link::after{
  content: '→';
  display: inline-block;
  font-size: 25px !important;
  line-height: 1;
  top: -5px;
  position: relative;
  color: inherit;
}
.unisuam-home-embed .su-research-card__link:hover::after, .unisuam-home-embed .su-research-card__link:focus-visible::after{
  animation: su-fixed-price-cta-arrow-kick 0.45s ease;
}
@media (prefers-reduced-motion: reduce) {.unisuam-home-embed .su-research-card__link:hover::after, .unisuam-home-embed .su-research-card__link:focus-visible::after{
    animation: none;
  }}
.unisuam-home-embed .su-partners{
  background: #fff;
  padding: 0 0 80px;
}
.unisuam-home-embed .su-partners-row{
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  grid-template-rows: auto auto auto;
  align-items: center;
  gap: 14px;
  padding: 18px 20px 28px;
  border-radius: 8px;
  /* background: #f1f2f4; */
  overflow: hidden;
  position: relative;
}
.unisuam-home-embed .su-partners-title{
  grid-column: 1 / -1;
  grid-row: 1;
  text-align: center;
  color: var(--Expand-Palete-US-Grayscale-US-Dark-Gray-2-US, #2f3542);
  font-family: Ubuntu, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  leading-trim: both;
  text-edge: cap;
  margin: 0 0 4px;
}
.unisuam-home-embed .su-partners-nav--prev{
  grid-column: 1;
  grid-row: 2;
}
.unisuam-home-embed .su-partners-nav--next{
  grid-column: 3;
  grid-row: 2;
}
.unisuam-home-embed .su-partners-pagination{
  grid-column: 1 / -1;
  grid-row: 3;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
}
.wrap-su-partners {
  background-color: #2F3542 !important;
  padding-top: 80px !important;
}
.unisuam-home-embed .su-partners-pagination[hidden]{
  display: none !important;
}
.unisuam-home-embed .su-partners-pagination:not([hidden]){
  display: flex;
}
.unisuam-home-embed .su-partners-pagination__dot{
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #d1d5db !important;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: width 0.2s ease, background-color 0.2s ease;
}
.unisuam-home-embed .su-partners-pagination__dot.is-active{
  width: 28px;
  height: 8px;
  background: #f28000 !important;
}
.unisuam-home-embed .su-partners-slider-wrap{
  width: 100%;
}
.unisuam-home-embed .su-partners-viewport{
  grid-column: 2;
  grid-row: 2;
  overflow: hidden;
  width: 100%;
  min-width: 0;
}
.unisuam-home-embed .su-partners-track{
  display: flex;
  align-items: center;
  gap: 0;
  transform: translateX(0);
}
.unisuam-home-embed .su-partners-slide{
  flex: 0 0 20%;
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
}
.unisuam-home-embed .su-partners-row img{
  height: 102px;
  width: 170px;
  object-fit: contain;
  opacity: 1;
  filter: brightness(0) invert(1);
}
.unisuam-home-embed .su-partners-nav{
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid #a4abb6 !important;
  background: transparent !important;
  color: #a4abb6 !important;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  flex-shrink: 0;
  transition: opacity 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.unisuam-home-embed .su-partners-nav.is-disabled{
  opacity: 0.45;
  cursor: default;
}
.unisuam-home-embed .su-partners-nav:not(.is-disabled):hover, .unisuam-home-embed .su-partners-nav:not(.is-disabled):focus-visible{
  border-color: #8f97a3 !important;
  color: #8f97a3 !important;
  background: transparent !important;
}
.unisuam-home-embed .su-partners-nav__icon{
  width: 18px;
  height: 18px;
  display: block;
}
.unisuam-home-embed .su-news{
  background: #ffffff;
  padding: 80px 0 0;
}
.unisuam-home-embed .su-news .su-section-title{
  max-width: 524px;
  margin: 40px 0 40px;
  color: #2f3542;
}
.unisuam-home-embed .su-news-grid{
  display: grid;
  grid-template-columns: 558px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  margin-bottom: 0;
}
.unisuam-home-embed .su-news-side{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.unisuam-home-embed .su-blog-card{
  
  border-radius: 8px;
  background: #ffffff;
  overflow: hidden;
}
.unisuam-home-embed .su-blog-card__media{
  position: relative;
  background: #dfe4ea;
  overflow: hidden;
  transition:  all .4s;
}
.unisuam-home-embed .su-blog-card__media:hover{
  zoom:  135%;
  transition:  all .4s;
}
.unisuam-home-embed .su-blog-card__media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.unisuam-home-embed .su-blog-card--featured{
  border: none;
  border-radius: 8px;
  background: #20242d;
  box-shadow: 0 8px 24px rgba(15, 32, 65, 0.1);
}
.unisuam-home-embed .su-blog-card--featured .su-blog-card__media{
  height: 220px;
  background: #dfe4ea;
}
.unisuam-home-embed .su-blog-card--featured .su-blog-card__media img{
  height: 220px;
  border-radius: 8px 8px 0 0;
}
.unisuam-home-embed .su-blog-card--featured .su-blog-card__body{
  background: #20242d !important;
  padding: 20px 24px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.unisuam-home-embed .su-news .su-blog-card--featured, .unisuam-home-embed .su-blog-card--featured{
  background: #20242d !important;
}
.unisuam-home-embed .su-blog-card__date{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.34;
  color: #ef7d00;
}
.unisuam-home-embed .su-blog-card__date-icon{
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  stroke: currentColor;
}
.unisuam-home-embed .su-blog-card--compact .su-blog-card__date-icon{
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid currentColor;
  display: inline-block;
  position: relative;
}
.unisuam-home-embed .su-blog-card--compact .su-blog-card__date-icon::after{
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  top: 4px;
  left: 4px;
}
.unisuam-home-embed .su-news .su-blog-card--featured h3, .unisuam-home-embed .su-blog-card--featured h3{
  font-size: 22px;
  line-height: 1.3;
  color: #ffffff !important;
  margin-bottom: 16px;
  font-weight: 700;
}
.unisuam-home-embed .su-blog-card--featured .su-blog-card__btn{
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 700;
  width: auto;
  min-width: 170px;
  min-height: 56px;
  padding: 16px 24px;
  border-radius: 4px;
  border: 1px solid #f38b24;
  background: transparent !important;
  color: #f38b24 !important;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-decoration: none !important;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.unisuam-home-embed .su-blog-card--featured .su-blog-card__btn:hover, .unisuam-home-embed .su-blog-card--featured .su-blog-card__btn:focus-visible{
  background: #f38b24 !important;
  border-color: #f38b24 !important;
  color: #ffffff !important;
}
.unisuam-home-embed .su-blog-card--compact .su-blog-card__media{
  height: 220px;
}
.unisuam-home-embed .su-blog-card__body{
  padding: 14px 0 0;
}
.unisuam-home-embed .su-blog-card--compact h3{
  font-size: 24px;
  line-height: 1.2;
  color: #57606f;
  margin-bottom: 12px;
}
.unisuam-home-embed .su-blog-card--compact .su-blog-card__link{
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px !important;
  line-height: 1.2;
  font-weight: 700;
  color: #ef7d00 !important;
}
.unisuam-home-embed .su-blog-card--compact .su-blog-card__link:hover{
  text-decoration: underline;
}
.unisuam-home-embed .su-blog-card--compact .su-blog-card__link::after{
  content: '→';
  display: inline-block;
  font-size: 25px !important;
  line-height: 1;
  top: -5px;
  position: relative;
  color: inherit;
}
.unisuam-home-embed .su-blog-card--compact .su-blog-card__link:hover::after, .unisuam-home-embed .su-blog-card--compact .su-blog-card__link:focus-visible::after{
  animation: su-fixed-price-cta-arrow-kick 0.45s ease;
}
@media (prefers-reduced-motion: reduce) {.unisuam-home-embed .su-blog-card--compact .su-blog-card__link:hover::after, .unisuam-home-embed .su-blog-card--compact .su-blog-card__link:focus-visible::after{
    animation: none;
  }}
.unisuam-home-embed .su-newsletter-wrap{
  background: #57606f;
  padding: 40px 0 80px;
}
.unisuam-home-embed .su-newsletter-card{
  max-width: 752px;
  margin: -80px auto 0 auto;
  transform: translateY(-36px);
  border: 1px solid #ffffff;
  border-radius: 16px;
  background: linear-gradient(205deg, #f1f2f6 0%, #ffffff 100%);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16);
  padding: 40px 24px;
  text-align: left;
}
.unisuam-home-embed .su-newsletter-card h3{
  font-size: 32px;
  color: #2f3542;
  margin-bottom: 14px;
  line-height: 1;
}
.unisuam-home-embed .su-newsletter-card p{
  color: #57606f;
  font-size: 18px;
  margin-bottom: 24px;
  line-height: 1.34;
}
.unisuam-home-embed .su-newsletter-form{
  display: grid;
  grid-template-columns: minmax(0, 1fr) 219px;
  gap: 12px;
}
.unisuam-home-embed .su-newsletter-form input{
  height: 48px;
  border: 1px solid #ced6e0;
  border-radius: 8px;
  font-size: 16px;
  color: #57606f;
  padding: 0 16px;
  background: #ffffff;
}
.unisuam-home-embed .su-newsletter-form input::placeholder{
  color: #a4b0be;
}
.unisuam-home-embed .su-newsletter-form .su-btn, .unisuam-home-embed .su-newsletter-form .su-btn--newsletter{
  min-height: 47px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #ef7d00;
  background: #ffffff;
  color: #ef7d00;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.unisuam-home-embed .su-newsletter-btn-icon{
  flex-shrink: 0;
}
.unisuam-home-embed .su-impact{
  background: #F1F2F6;
  padding: 0 0 80px;
  padding-top: 80px;
}
.unisuam-home-embed .su-impact .su-section-title{
  max-width: 388px;
}
#impacto .su-section-title {
  color: #2f3542 !important;
}
#impacto .su-section-subtitle {
  color: #2f3542 !important;
}
.unisuam-home-embed .su-impact .su-section-subtitle{
  max-width: 558px;
  margin-bottom: 40px;
}
.unisuam-home-embed .su-impact .su-chip-row{
  margin: 0 0 32px;
}
.unisuam-home-embed .su-impact .su-chip{
  border: 1px solid #cccccc;
  color: #555555;
  border-radius: 4px;
  padding: 16px 32px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  appearance: none;
  -webkit-appearance: none;
  background: #ffffff;
  background-color: #ffffff;
  box-shadow: none;
  cursor: pointer;
}
.unisuam-home-embed .su-impact button.su-chip{
  background: #ffffff;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #555555;
}
.unisuam-home-embed .su-impact .su-chip.active, .unisuam-home-embed .su-impact button.su-chip.active{
  background: #006687;
  background-color: #006687;
  border-color: #006687;
  color: #ffffff;
  font-weight: 700;
}
.unisuam-home-embed .su-impact-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.unisuam-home-embed .su-impact-card{
  border: none;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.unisuam-home-embed .su-impact-image{
  height: 128px;
  background: linear-gradient(135deg, #9ab8d5, #6687aa);
  transition: all .4s;
}
.unisuam-home-embed .su-impact-card:nth-child(2) .su-impact-image{
  background: linear-gradient(135deg, #c2c7d0, #9da5b1);
}
.unisuam-home-embed .su-impact-card:nth-child(3) .su-impact-image{
  background: linear-gradient(135deg, #beb8af, #8d857a);
}

.su-impact-image:hover{
    zoom: 135%;
    position: relative;
    transition: all .4s;
}


.unisuam-home-embed .su-impact-content{
  padding: 24px 16px 20px;
}
.unisuam-home-embed .su-impact-content h4{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.34;
  color: #212529;
  text-transform: uppercase;
}
.unisuam-home-embed .su-impact-content p{
  font-size: 18px;
  color: #495057;
  line-height: 1.34;
  margin-bottom: 0;
}
.unisuam-home-embed .su-impact-content .su-btn{
  margin-top: 16px;
}
.unisuam-home-embed .su-course-tile.is-hidden, .unisuam-home-embed .su-highlight-tile.is-hidden, .unisuam-home-embed .su-impact-card.is-hidden{
  display: none;
}
.unisuam-home-embed .su-fixed-price{
  background: #F1F2F6;
  padding: 112px 0 40px;
  margin-bottom: 50px;
}
.unisuam-home-embed .su-fixed-price__top{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}
.unisuam-home-embed .su-fixed-price__copy{
  padding-right: 20px;
}
.unisuam-home-embed .su-fixed-price__heading{
  font-family: var(--font-family);
  font-size: 48px;
  line-height: 1;
  margin-bottom: 16px;
  color: #000000;
  font-weight: 700;
}
.unisuam-home-embed .su-fixed-price__subheading{
  font-size: 24px;
  line-height: 1.2;
  color: #57606f;
  margin-bottom: 20px;
  font-weight: 400;
}
.unisuam-home-embed .su-fixed-price__description{
  font-size: 18px;
  line-height: 1.56;
  color: #57606f;
  margin-bottom: 20px;
  max-width: 558px;
}
.unisuam-home-embed .su-fixed-price__cta{
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px !important;
  line-height: 1.2;
  font-weight: 700;
  color: #ef7d00 !important;
}
.unisuam-home-embed .su-fixed-price__cta:hover{
  text-decoration: underline;
}
.unisuam-home-embed .su-fixed-price__cta::after{
  content: '→';
  display: inline-block;
  font-size: 25px !important;
  line-height: 1;
  top: -5px;
  position: relative;
  color: inherit;
}
.unisuam-home-embed .su-fixed-price__cta:hover::after, .unisuam-home-embed .su-fixed-price__cta:focus-visible::after{
  animation: su-fixed-price-cta-arrow-kick 0.45s ease;
}
@keyframes su-fixed-price-cta-arrow-kick {
  0% {
    transform: translateX(0);
  }

  45% {
    transform: translateX(6px);
  }

  100% {
    transform: translateX(0);
  }
}
@media (prefers-reduced-motion: reduce) {.unisuam-home-embed .su-fixed-price__cta:hover::after, .unisuam-home-embed .su-fixed-price__cta:focus-visible::after{
    animation: none;
  }}
.unisuam-home-embed .su-fixed-price__media{
  min-height: 313px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #dfe4ea;
  background: #f1f2f6;
}
.unisuam-home-embed .su-fixed-price__media img, .unisuam-home-embed .su-fixed-price__media video, .unisuam-home-embed .su-fixed-price__media-fallback{
  width: 100%;
  height: 100%;
}
.unisuam-home-embed .su-fixed-price__media img{
  object-fit: cover;
}
.unisuam-home-embed .su-fixed-price__media video{
  object-fit: cover;
  display: block;
}
.unisuam-home-embed .su-fixed-price__video-wrap{
  position: relative;
  width: 100%;
  height: 100%;
}
.unisuam-home-embed .su-fixed-price__video-wrap iframe{
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.unisuam-home-embed .su-fixed-price__media-fallback{
  background: linear-gradient(135deg, #d5dde8 0%, #b9c8d8 100%);
}
.unisuam-home-embed .su-why{
  background: #fff;
  padding: 0 0 80px;
}
.unisuam-home-embed .su-why__layout{
  display: grid;
  grid-template-columns: 364px minmax(0, 1fr);
  align-items: stretch;
  border-radius: 8px;
  overflow: hidden;
}
.unisuam-home-embed .su-why__media{
  position: relative;
  min-height: 504px;
  background: #0f1d2e;
  overflow: hidden;
  isolation: isolate;
}
.unisuam-home-embed .su-why__media-wrap{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.unisuam-home-embed .su-why__media-swiper{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.unisuam-home-embed .su-why__media-swiper .swiper-wrapper, .unisuam-home-embed .su-why__media-slide{
  height: 100%;
}
.unisuam-home-embed .su-why__media-slide{
  overflow: hidden;
}
.unisuam-home-embed .su-why__media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.unisuam-home-embed .su-why__media-wrap--has-gallery::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(15, 29, 46, 0) 72%, rgba(15, 29, 46, 0.35) 100%);
  z-index: 1;
}
.unisuam-home-embed .su-why__media-pagination{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 6px;
}
.unisuam-home-embed .su-why__media-pagination .swiper-pagination-bullet{
  width: 8px;
  height: 8px;
  margin: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
  opacity: 1;
}
.unisuam-home-embed .su-why__media-pagination .swiper-pagination-bullet-active{
  background: #ffffff;
}
.unisuam-home-embed .su-why__panel{
  border: none;
  background: #212c3c;
  border-radius: 0 8px 8px 0;
  overflow: hidden;
}
.unisuam-home-embed .su-why__heading{
  font-size: 18px;
  line-height: 1.34;
  color: #ffffff;
  padding: 28px 40px 22px;
  margin: 0;
  font-weight: 700;
  
}
.unisuam-home-embed .su-why__grid{
  display: flex;
  flex-direction: column;
}
.unisuam-home-embed .su-why__divider{
  height: 1px;
  margin: 0 40px;
  background: rgba(255, 255, 255, 0.12);
  flex-shrink: 0;
}
.unisuam-home-embed .su-why__row{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  position: relative;
}
.unisuam-home-embed .su-why__card{
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 28px 32px;
  min-height: 0;
  position: relative;
  border-top: none;
}
.unisuam-home-embed .su-why__icon{
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.unisuam-home-embed .su-why__icon img{
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.unisuam-home-embed .su-why__icon [data-lucide]{
  width: 28px;
  height: 28px;
  stroke-width: 1.75;
}
.unisuam-home-embed .su-why__row:nth-child(1) > .su-why__card:nth-child(1) .su-why__icon{
  color: #f2a007;
}
.unisuam-home-embed .su-why__row:nth-child(1) > .su-why__card:nth-child(2) .su-why__icon{
  color: #3cb878;
}
.unisuam-home-embed .su-why__row:nth-child(2) > .su-why__card:nth-child(1) .su-why__icon{
  color: #9b6fd8;
}
.unisuam-home-embed .su-why__row:nth-child(2) > .su-why__card:nth-child(2) .su-why__icon{
  color: #3d9fd8;
}
.unisuam-home-embed .su-why__row:nth-child(3) > .su-why__card:nth-child(1) .su-why__icon{
  color: #e45c9a;
}
.unisuam-home-embed .su-why__row:nth-child(3) > .su-why__card:nth-child(2) .su-why__icon{
  color: #b8c5d3;
}
.unisuam-home-embed .su-why__content{
  flex: 1;
  min-width: 0;
}
.unisuam-home-embed .su-why__title{
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.01em;
}
.unisuam-home-embed .su-why__subtitle{
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.92);
  text-transform: uppercase;
  margin: 2px 0 0;
}
.unisuam-home-embed .su-why__link{
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px !important;
  line-height: 1.2;
  font-weight: 700;
  color: #ef7d00 !important;
  margin-top: 12px;
}
.unisuam-home-embed .su-why__link:hover{
  text-decoration: underline;
}
.unisuam-home-embed .su-why__link::after{
  content: '→';
  display: inline-block;
  font-size: 25px !important;
  line-height: 1;
  top: -5px;
  position: relative;
  color: inherit;
}
.unisuam-home-embed .su-why__link:hover::after, .unisuam-home-embed .su-why__link:focus-visible::after{
  animation: su-fixed-price-cta-arrow-kick 0.45s ease;
}
@media (prefers-reduced-motion: reduce) {.unisuam-home-embed .su-why__link:hover::after, .unisuam-home-embed .su-why__link:focus-visible::after{
    animation: none;
  }}
.unisuam-home-embed .su-units{
  background: #fff;
  padding: 0 0 80px;
}
.unisuam-home-embed .su-units__heading{
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 40px;
  color: #000000;
  font-weight: 700;
}
.unisuam-home-embed .su-units__list{
  border: 1px solid #e1e4e8;
  border-radius: 8px;
  overflow: hidden;
  background: #f4f6f8;
}
.unisuam-home-embed .su-units__list--polos{
  margin-top: 16px;
}
.unisuam-home-embed .su-units__accordion{
  border-bottom: 1px solid #e1e4e8;
}
.unisuam-home-embed .su-units__accordion:last-child{
  border-bottom: none;
}
.unisuam-home-embed .su-units__trigger{
  width: 100%;
  min-height: 65px;
  display: grid;
  grid-template-columns: 32px 1fr 24px;
  align-items: center;
  gap: 16px;
  padding: 20px 25px;
  border: 0;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  background-color: transparent;
  box-shadow: none;
  color: #535b67;
  text-align: left;
  cursor: pointer;
  font: inherit;
}
.unisuam-home-embed .su-units button.su-units__trigger{
  background: transparent;
  background-color: transparent;
}
.unisuam-home-embed .su-units__trigger:hover, .unisuam-home-embed .su-units__trigger:focus-visible, .unisuam-home-embed .su-units button.su-units__trigger:hover, .unisuam-home-embed .su-units button.su-units__trigger:focus-visible{
  background: rgba(255, 255, 255, 0.45);
  background-color: rgba(255, 255, 255, 0.45);
  outline: none;
}
.unisuam-home-embed .su-units__accordion.is-open .su-units__trigger, .unisuam-home-embed .su-units__accordion.is-open button.su-units__trigger{
  background: #ffffff;
  background-color: #ffffff;
}
.unisuam-home-embed .su-units__item-left{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f29131;
  font-size: 16px;
}
.unisuam-home-embed .su-units__item-left svg, .unisuam-home-embed .su-units__item-left i, .unisuam-home-embed .su-units__item-left svg *{
  color: #f29131;
  stroke: #f29131;
}
.unisuam-home-embed .su-units__item-label{
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}
.unisuam-home-embed .su-units__item-right{
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  color: #a0a0a0;
  font-size: 16px;
}
.unisuam-home-embed .su-units__item-right svg, .unisuam-home-embed .su-units__item-right i, .unisuam-home-embed .su-units__item-right svg *{
  color: #a0a0a0;
  stroke: #a0a0a0;
}
.unisuam-home-embed .su-units__item-right svg, .unisuam-home-embed .su-units__item-right i{
  transition: transform 0.2s ease;
}
.unisuam-home-embed .su-units__accordion.is-open .su-units__item-right svg, .unisuam-home-embed .su-units__accordion.is-open .su-units__item-right i{
  transform: rotate(180deg);
}
.unisuam-home-embed .su-np-acc__panel, .unisuam-home-embed .su-units__panel{
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.unisuam-home-embed .su-np-acc__panel-inner, .unisuam-home-embed .su-units__panel-inner{
  min-height: 0;
}
@media (prefers-reduced-motion: reduce) {.unisuam-home-embed .su-np-acc__panel, .unisuam-home-embed .su-units__panel{
    transition: none;
  }}
.unisuam-home-embed .su-units__panel{
  background: #ffffff;
  border-top: 1px solid transparent;
}
.unisuam-home-embed .su-units__accordion.is-open .su-units__panel{
  border-top-color: #e1e4e8;
}
.unisuam-home-embed .su-units__panel-inner{
  padding: 24px;
}
.unisuam-home-embed .su-units__panel-inner--campus{
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(230px, 0.75fr);
  gap: 16px;
  align-items: start;
  background: #f5f7fb;
  border-radius: 8px;
}
.unisuam-home-embed .su-units__campus-map{
  min-width: 0;
}
.unisuam-home-embed .su-units__campus-info{
  display: grid;
  gap: 18px;
  align-content: start;
  padding-top: 8px;
}
.unisuam-home-embed .su-units__region-image{
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid #e1e4e8;
}
.unisuam-home-embed .su-units__region-image img{
  display: block;
  width: 100%;
  height: auto;
  min-height: 160px;
  max-height: 280px;
  object-fit: cover;
  object-position: center;
}
.unisuam-home-embed .su-units__details{
  display: grid;
  gap: 12px;
  margin-bottom: 16px;
}
.unisuam-home-embed .su-units__details--campus{
  margin-bottom: 0;
  gap: 16px;
}
.unisuam-home-embed .su-units__detail{
  display: grid;
  gap: 4px;
  margin: 0;
}
.unisuam-home-embed .su-units__detail-label{
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #535b67;
}
.unisuam-home-embed .su-units__detail-value{
  font-size: 16px;
  line-height: 1.5;
  color: #535b67;
}
.unisuam-home-embed .su-units__detail-link{
  color: inherit;
  text-decoration: none;
}
.unisuam-home-embed .su-units__detail-link:hover{
  color: #f29131;
}
.unisuam-home-embed .su-units__rich-text{
  font-size: 16px;
  line-height: 1.6;
  color: #535b67;
  margin-bottom: 16px;
}
.unisuam-home-embed .su-units__rich-text--polo-grid{
  margin-bottom: 0;
}
.unisuam-home-embed .su-units__polo-grid{
  display: grid;
  gap: 0;
}
.unisuam-home-embed .su-units__polo-row{
  display: grid;
  grid-template-columns: minmax(140px, 0.9fr) minmax(260px, 1.7fr) minmax(140px, 0.9fr) minmax(140px, 0.9fr) minmax(220px, 1.2fr);
  gap: 18px;
  align-items: start;
  padding: 14px 0;
  border-top: 1px solid #e1e4e8;
}
.unisuam-home-embed .su-units__polo-row:first-child{
  border-top: 0;
  padding-top: 0;
}
.unisuam-home-embed .su-units__polo-name, .unisuam-home-embed .su-units__polo-address, .unisuam-home-embed .su-units__polo-phone, .unisuam-home-embed .su-units__polo-contact, .unisuam-home-embed .su-units__polo-hours{
  font-size: 12px;
  line-height: 1.55;
  color: #535b67;
}
.unisuam-home-embed .su-units__polo-name{
  font-weight: 700;
  color: #2f3542;
}
.unisuam-home-embed .su-units__polo-contact{
  text-decoration: none;
}
.unisuam-home-embed .su-units__polo-contact--email, .unisuam-home-embed .su-units__polo-contact--link{
  color: #0f96ae;
}
.unisuam-home-embed .su-units__polo-contact--email:hover{
  text-decoration: underline;
}
.unisuam-home-embed .su-units__rich-text p:last-child{
  margin-bottom: 0;
}
.unisuam-home-embed .su-units__map{
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e1e4e8;
  margin-bottom: 20px;
  background: #ffffff;
}
.unisuam-home-embed .su-units__panel-inner--campus .su-units__map{
  margin-bottom: 0;
}
.unisuam-home-embed .su-units__map iframe{
  display: block;
  width: 100%;
  height: 280px;
  border: 0;
}
.unisuam-home-embed .su-units__cta{
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px !important;
  line-height: 1.2;
  font-weight: 700;
  color: #ef7d00 !important;
  margin-top: 4px;
}
.unisuam-home-embed .su-units__cta--button{
  min-height: 42px;
  justify-content: center;
  width: 100%;
  border: 1px solid #ef7d00;
  border-radius: 4px;
  padding: 0 18px;
  font-size: 11px !important;
  letter-spacing: 0.02em;
  margin-top: 0;
}
.unisuam-home-embed .su-units__cta:hover{
  text-decoration: underline;
}
.unisuam-home-embed .su-units__cta--button:hover{
  background: rgba(239, 125, 0, 0.06);
  text-decoration: none;
}
.unisuam-home-embed .su-units__cta::after{
  content: '→';
  display: inline-block;
  font-size: 25px !important;
  line-height: 1;
  top: -5px;
  position: relative;
  color: inherit;
}
.unisuam-home-embed .su-units__cta--button::after{
  content: none;
}
.unisuam-home-embed .su-units__cta:hover::after, .unisuam-home-embed .su-units__cta:focus-visible::after{
  animation: su-fixed-price-cta-arrow-kick 0.45s ease;
}
@media (prefers-reduced-motion: reduce) {.unisuam-home-embed .su-units__cta:hover::after, .unisuam-home-embed .su-units__cta:focus-visible::after{
    animation: none;
  }}
.unisuam-home-embed .su-footer{
  background: var(--footer-bg);
  color: #ffffff;
  padding: 0;
}
.unisuam-home-embed .su-footer-main{
  position: relative;
  padding: 56px 0 154px;
}
.unisuam-home-embed .su-footer-grid{
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
}
.unisuam-home-embed .su-footer-col h5, .unisuam-home-embed .su-footer-col__subheading, .unisuam-home-embed .su-footer-col__social-title{
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 19.16px;
  text-transform: uppercase;
  margin: 0 0 24px;
}
.unisuam-home-embed .su-footer-col__subheading, .unisuam-home-embed .su-footer-col__social-title{
  margin-top: 40px;
}
.unisuam-home-embed .su-footer-subtitle{
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
  line-height: 15.475px;
  color: #ffffff;
  margin: 0 0 26px;
}
.unisuam-home-embed .su-footer-col ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.unisuam-home-embed .su-footer-col li{
  margin-bottom: 11.79px;
}
.unisuam-home-embed .su-footer-col li:last-child{
  margin-bottom: 0;
}
.unisuam-home-embed .su-footer-col a{
  color: #ffffff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}
.unisuam-home-embed .su-footer-col--porque .su-footer-col__links--small a{
  font-size: 10.317px;
  line-height: 13.264px;
}
.unisuam-home-embed .su-footer-col--atendimento > ul:first-child{
  margin-top: 51px;
}
.unisuam-home-embed .su-footer-stricto{
  margin: 16px 0 0;
}
.unisuam-home-embed .su-footer-stricto-title{
  display: block;
  font-size: 12px;
  line-height: 13.264px;
  color: #ffffff;
}
.unisuam-home-embed .su-footer-stricto-note{
  display: block;
  font-size: 8px;
  line-height: 13.264px;
  letter-spacing: -0.16px;
  color: #ffffff;
}
.unisuam-home-embed .su-footer-col__extra{
  margin-top: 16px;
}
.unisuam-home-embed .su-footer-col__extra a{
  line-height: 13.264px;
}
.unisuam-home-embed .su-footer-col__after-list{
  margin-top: 16px;
}
.unisuam-home-embed .su-footer-col__after-list a{
  font-size: 12px;
  line-height: 13.264px;
}
.unisuam-home-embed .su-footer-social{
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 8px;
}
.unisuam-home-embed .su-footer-social a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.unisuam-home-embed .su-footer-social img, .unisuam-home-embed .su-footer-social svg{
  display: block;
}
.unisuam-home-embed .su-footer-social-icon{
  width: 20px;
  height: 20px;
  stroke-width: 1.9;
}
.unisuam-home-embed .su-footer-emec{
  position: absolute;
  right: 0;
  bottom: 40px;
  width: 267px;
  max-width: 100%;
}
.unisuam-home-embed .su-footer-emec-card{
  display: flex;
  align-items: center;
  gap: 14px;
  background: #ffffff;
  border-radius: 5.789px;
  padding: 7px 12px 7px 7px;
  min-height: 95.603px;
}
.unisuam-home-embed .su-footer-emec-qr{
  width: 82px;
  height: 82px;
  flex-shrink: 0;
  object-fit: contain;
}
.unisuam-home-embed .su-footer-emec-copy p{
  font-size: 11.577px;
  line-height: 1.2;
  color: #343434;
  font-weight: 700;
  margin: 0 0 6px;
  text-transform: uppercase;
}
.unisuam-home-embed .su-footer-emec-logo{
  width: 105px;
  height: auto;
  display: block;
}
.unisuam-home-embed .su-footer-divider{
  height: 1px;
  background: #747d8c;
  margin-bottom: 44px;
}
.unisuam-home-embed .su-footer-meta{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  flex-wrap: wrap;
  padding-bottom: 44px;
  border-top: none;
}
.unisuam-home-embed .su-footer-meta a, .unisuam-home-embed .su-footer-meta__item{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}
.unisuam-home-embed .su-footer-meta__chevron{
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.unisuam-home-embed .su-footer-subbar{
  background: var(--footer-bg-dark);
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.unisuam-home-embed .su-footer-subbar p{
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  color: #57606f;
  font-weight: 400;
}
@media (max-width: 960px) {.unisuam-home-embed .su-top-nav{
    display: none;
  }
.unisuam-home-embed .su-products-grid, .unisuam-home-embed .su-research-top{
    grid-template-columns: 1fr;
  }
.unisuam-home-embed .su-featured-grid, .unisuam-home-embed .su-research-cards, .unisuam-home-embed .su-news-side, .unisuam-home-embed .su-impact-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.unisuam-home-embed .su-news-grid{
    grid-template-columns: 1fr;
  }
.unisuam-home-embed .su-partners-slide{
    flex-basis: 33.333%;
    width: 33.333%;
  }
.unisuam-home-embed .su-fixed-price__top{
    grid-template-columns: 1fr;
  }
.unisuam-home-embed .su-fixed-price__copy{
    padding-right: 0;
  }
.unisuam-home-embed .su-fixed-price__heading, .unisuam-home-embed .su-units__heading{
    font-size: 42px;
  }
.unisuam-home-embed .su-footer-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.unisuam-home-embed .su-footer-emec{
    position: static;
    width: 100%;
    margin-top: 32px;
  }}
@media (max-width: 760px) {.unisuam-home-embed .container{
    width: calc(100% - 28px);
  }
.unisuam-home-embed .su-header-top{
    box-shadow: none;
  }
.unisuam-home-embed .su-header-top .container, .unisuam-home-embed .su-header-top__bar{
    min-height: 56px;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
  }
.unisuam-home-embed .su-header-top__brand{
    display: flex;
    align-items: center;
  }
.unisuam-home-embed .su-header-top__actions{
    display: flex;
    align-items: center;
    width: auto;
    margin-left: auto;
    flex-shrink: 0;
  }
.unisuam-home-embed .su-header-top__nav-slot{
    display: none;
  }
.unisuam-home-embed .su-top-actions{
    display: flex;
    align-items: center;
    width: auto;
    gap: 8px;
    justify-content: flex-end;
  }
.unisuam-home-embed .su-header-ghost-label{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
.unisuam-home-embed .su-header-ghost-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    min-width: 40px;
    padding: 0;
    border: 1px solid #dbe4ee;
    border-radius: 6px;
    color: #9ca3af;
    position: relative;
    background: #ffffff;
    text-decoration: none;
  }
.unisuam-home-embed .su-header-ghost-icon, .unisuam-home-embed .su-header-ghost-btn svg{
    width: 18px;
    height: 18px;
    display: block;
    flex-shrink: 0;
    color: #9ca3af;
    stroke: currentColor;
  }
.unisuam-home-embed .su-header-ghost-btn [data-lucide="user"]{
    color: #9ca3af;
  }
.unisuam-home-embed .su-header-cta{
    display: none !important;
  }
.unisuam-home-embed .su-header-menu-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    min-width: 40px;
    padding: 0;
    border: 1px solid #dbe4ee;
    border-radius: 6px;
    background: #ffffff;
    color: #9ca3af;
    cursor: pointer;
    flex-shrink: 0;
  }
.unisuam-home-embed .su-header-menu-icon, .unisuam-home-embed .su-header-menu-btn svg{
    width: 18px;
    height: 18px;
    display: block;
    flex-shrink: 0;
  }
.unisuam-home-embed .su-header-menu-btn.is-open{
    background: #2f3542;
    border-color: #2f3542;
    color: #ffffff;
  }
.unisuam-home-embed body.su-header-menu-open .su-header-sticky{
    pointer-events: auto;
    position: relative;
    transform: none !important;
    z-index: 1301;
  }
.unisuam-home-embed body.su-header-menu-open .su-header-top{
    position: relative;
    z-index: 1301;
    box-shadow: none;
  }
.unisuam-home-embed body.su-header-menu-open .su-header-bottom{
    position: relative;
    z-index: 1301;
  }
.unisuam-home-embed .su-header-mobile-nav.is-open{
    top: var(--su-mobile-header-sticky-h, 108px);
    right: 0;
    bottom: var(--su-mobile-footer-bar-h, 0px);
    left: 0;
    height: auto;
  }
.unisuam-home-embed body.su-has-mobile-footer-bar .su-header-mobile-nav.is-open{
    bottom: var(--su-mobile-footer-bar-h, 64px);
  }
.unisuam-home-embed .su-brand{
    width: auto;
    height: 32px;
  }
.unisuam-home-embed .su-brand img{
    width: auto;
    height: 32px;
    max-width: 148px;
  }
.unisuam-home-embed .su-header-bottom .container{
    justify-content: stretch;
    min-height: 52px;
    padding: 8px 14px 10px;
  }
.unisuam-home-embed .su-header-bottom .container > .hs_cos_wrapper{
    width: 100%;
  }
.unisuam-home-embed .su-search-container{
    width: 100%;
    max-width: none;
  }
.unisuam-home-embed .su-hero-grid{
    grid-template-columns: 1fr;
  }
.unisuam-home-embed .su-hero-copy h1, .unisuam-home-embed .su-section-title{
    font-size: 28px;
  }
.unisuam-home-embed .su-fixed-price{
    padding: 40px 0 26px;
  }
.unisuam-home-embed .su-fixed-price__heading, .unisuam-home-embed .su-units__heading{
    font-size: 32px;
    line-height: 1.04;
  }
.unisuam-home-embed .su-fixed-price__subheading{
    font-size: 21px;
    margin-bottom: 12px;
  }
.unisuam-home-embed .su-fixed-price__description{
    font-size: 15px;
    line-height: 1.6;
  }
.unisuam-home-embed .su-why{
    padding: 0 0 40px;
  }
.unisuam-home-embed .su-why__layout{
    grid-template-columns: 1fr;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(15, 29, 46, 0.1);
  }
.unisuam-home-embed .su-why__media{
    min-height: 0;
    height: 232px;
  }
.unisuam-home-embed .su-why__media-wrap, .unisuam-home-embed .su-why__media-swiper, .unisuam-home-embed .su-why__media-swiper .swiper-wrapper, .unisuam-home-embed .su-why__media-slide, .unisuam-home-embed .su-why__media img{
    height: 100%;
    min-height: 0;
  }
.unisuam-home-embed .su-why__media-wrap--has-gallery::after{
    display: none;
  }
.unisuam-home-embed .su-why__panel{
    border: none;
    border-radius: 0 0 10px 10px;
    background: #212c3c;
  }
.unisuam-home-embed .su-why__heading{
    padding: 20px 18px 18px;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;
    position: relative;
    border-bottom: none;
  }
.unisuam-home-embed .su-why__heading::after{
    content: '';
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.12);
  }
.unisuam-home-embed .su-why__grid{
    display: flex;
    flex-direction: column;
  }
.unisuam-home-embed .su-why__divider{
    margin: 0 18px;
  }
.unisuam-home-embed .su-why__row{
    display: flex;
    flex-direction: column;
    position: relative;
  }
.unisuam-home-embed .su-why__card{
    border-top: none;
    padding: 18px;
    min-height: 0;
    gap: 14px;
    align-items: flex-start;
    position: relative;
  }
.unisuam-home-embed .su-why__row .su-why__card:not(:first-child)::before{
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    right: 18px;
    height: 1px;
    background: rgba(255, 255, 255, 0.12);
    z-index: 1;
  }
.unisuam-home-embed .su-why__icon{
    width: 36px;
    height: 36px;
    margin-top: 2px;
    font-size: 0;
  }
.unisuam-home-embed .su-why__icon [data-lucide], .unisuam-home-embed .su-why__icon img{
    width: 28px;
    height: 28px;
  }
.unisuam-home-embed .su-why__content{
    flex: 1;
    min-width: 0;
  }
.unisuam-home-embed .su-why__title{
    font-size: 13px;
    line-height: 1.35;
    margin: 0;
  }
.unisuam-home-embed .su-why__subtitle{
    font-size: 13px;
    line-height: 1.35;
    margin: 0;
  }
.unisuam-home-embed .su-why__link{
    margin-top: 10px;
  }
.unisuam-home-embed .su-units{
    padding: 10px 0 40px;
  }
.unisuam-home-embed .su-units__item-label{
    font-size: 15px;
  }
.unisuam-home-embed .su-units__panel-inner{
    padding: 16px;
  }
.unisuam-home-embed .su-units__polo-row{
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 12px 0;
  }
.unisuam-home-embed .su-units__map iframe{
    height: 220px;
  }
.unisuam-home-embed .su-hero-media img{
    height: 220px;
  }
.unisuam-home-embed .su-featured{
    padding: 40px 0;
  }
.unisuam-home-embed .su-featured-viewport{
    overflow: hidden;
  }
.unisuam-home-embed .su-featured-grid{
    display: flex;
    gap: 12px;
    grid-template-columns: none;
    align-items: stretch;
    will-change: transform;
  }
.unisuam-home-embed .su-featured-pagination{
    display: flex;
    margin-top: 18px;
  }
.unisuam-home-embed .su-featured .su-chip{
    padding: 10px 16px;
    min-height: 38px;
    font-size: 12px;
  }
.unisuam-home-embed .su-course-tile, .unisuam-home-embed .su-highlight-tile{
    width: min(100%, 280px);
    flex: 0 0 min(100%, 280px);
    min-height: 414px;
    max-height: 414px;
    flex-shrink: 0;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(15, 32, 65, 0.1);
  }
.unisuam-home-embed .su-course-accent{
    height: 8px;
    border-radius: 16px 16px 0 0;
  }
.unisuam-home-embed .su-course-tile h4, .unisuam-home-embed .su-highlight-tile h4{
    font-size: 22px;
    min-height: 0;
    margin-bottom: 16px;
  }
.unisuam-home-embed .su-course-starting{
    font-size: 13px;
  }
.unisuam-home-embed .su-course-starting, .unisuam-home-embed .su-course-price-suffix, .unisuam-home-embed .su-highlight-tile p{
    font-size: 12px;
  }
.unisuam-home-embed .su-course-old-price, .unisuam-home-embed .su-course-old-suffix{
    font-size: 13px;
  }
.unisuam-home-embed .su-course-tile .price{
    font-size: 34px;
  }
.unisuam-home-embed .su-course-details{
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 12px 16px;
  }
.unisuam-home-embed .su-course-detail strong, .unisuam-home-embed .su-course-detail span{
    font-size: 13px;
  }
.unisuam-home-embed .su-course-tile .su-btn, .unisuam-home-embed .su-highlight-tile .su-btn--highlight{
    min-height: 48px;
    font-size: 15px;
    border-radius: 8px;
  }
.unisuam-home-embed .su-news{
    padding: 40px 0 0;
  }
.unisuam-home-embed .su-news .su-section-title{
    font-size: 28px;
    line-height: 1.15;
    margin: 0 0 24px;
    max-width: none;
  }
.unisuam-home-embed .su-news-grid{
    display: flex;
    flex-direction: column;
    gap: 20px;
    grid-template-columns: none;
  }
.unisuam-home-embed .su-news-side{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
.unisuam-home-embed .su-blog-card--featured{
    border: none;
    border-radius: 12px;
    background: #20242d !important;
    box-shadow: 0 8px 24px rgba(15, 32, 65, 0.1);
    overflow: hidden;
  }
.unisuam-home-embed .su-blog-card--featured .su-blog-card__media, .unisuam-home-embed .su-blog-card--featured .su-blog-card__media img{
    height: 200px;
  }
.unisuam-home-embed .su-blog-card--featured .su-blog-card__media img{
    border-radius: 12px 12px 0 0;
  }
.unisuam-home-embed .su-blog-card--featured .su-blog-card__body{
    background: #20242d !important;
    padding: 18px 16px 20px;
    border-radius: 0 0 12px 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
.unisuam-home-embed .su-news .su-blog-card--featured h3, .unisuam-home-embed .su-blog-card--featured h3{
    color: #ffffff !important;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 16px;
  }
.unisuam-home-embed .su-news .su-blog-card--featured .su-blog-card__date, .unisuam-home-embed .su-blog-card--featured .su-blog-card__date{
    color: #ef7d00 !important;
    font-size: 13px;
    margin-bottom: 12px;
  }
.unisuam-home-embed .su-blog-card--featured .su-blog-card__btn{
    min-width: 170px;
    min-height: 44px;
    font-size: 14px;
    padding: 10px 20px;
    border-color: #f38b24 !important;
    background: transparent !important;
    color: #f38b24 !important;
  }
.unisuam-home-embed .su-blog-card--featured .su-blog-card__btn:hover, .unisuam-home-embed .su-blog-card--featured .su-blog-card__btn:focus-visible{
    background: #f38b24 !important;
    border-color: #f38b24 !important;
    color: #ffffff !important;
  }
.unisuam-home-embed .su-blog-card--compact{
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
.unisuam-home-embed .su-blog-card--compact .su-blog-card__media{
    height: 110px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 10px;
  }
.unisuam-home-embed .su-blog-card--compact .su-blog-card__body{
    padding: 0;
  }
.unisuam-home-embed .su-blog-card--compact .su-blog-card__date{
    color: #9ca3af !important;
    font-size: 11px;
    margin-bottom: 8px;
    gap: 6px;
  }
.unisuam-home-embed .su-blog-card--compact .su-blog-card__date-icon{
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 0;
    stroke: currentColor;
  }
.unisuam-home-embed .su-blog-card--compact .su-blog-card__date-icon::after{
    display: none;
  }
.unisuam-home-embed .su-blog-card--compact h3{
    font-size: 14px;
    line-height: 1.35;
    color: #2f3542 !important;
    margin-bottom: 10px;
    font-weight: 700;
  }
.unisuam-home-embed .su-blog-card--compact .su-blog-card__link{
    font-size: 13px !important;
  }
.unisuam-home-embed .su-blog-card--compact .su-blog-card__link::after{
    font-size: 20px !important;
    top: -3px;
  }
.unisuam-home-embed .su-rec-grid, .unisuam-home-embed .su-research-cards, .unisuam-home-embed .su-impact-grid, .unisuam-home-embed .su-footer-grid{
    grid-template-columns: 1fr;
  }
.unisuam-home-embed .su-partners{
    padding: 0 0 40px;
  }
.unisuam-home-embed .su-partners-slider-wrap{
    width: 100%;
  }
.unisuam-home-embed .su-partners-row{
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    grid-template-rows: auto auto auto;
    gap: 10px 8px;
    padding: 20px 14px 18px;
    border-radius: 10px;
    align-items: center;
  }
.unisuam-home-embed .su-partners-title{
    margin: 0 0 6px;
  }
.unisuam-home-embed .su-partners-slide{
    padding: 0 6px;
  }
.unisuam-home-embed .su-partners-row img{
    height: 80px;
    width: auto;
    max-width: 200px;
  }
.unisuam-home-embed .su-partners-nav{
    width: 40px;
    height: 40px;
    flex-shrink: 0;
  }
.unisuam-home-embed .su-partners-nav__icon{
    width: 18px;
    height: 18px;
  }
.unisuam-home-embed .su-partners-pagination:not([hidden]){
    display: flex;
    margin-top: 10px;
  }
.unisuam-home-embed .su-newsletter-wrap{
    background: #f1f2f6;
    padding: 24px 0 40px;
  }
.unisuam-home-embed .su-newsletter-card{
    transform: none;
    max-width: none;
    margin: 0;
    border: none;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(15, 32, 65, 0.1);
    padding: 24px 20px;
  }
.unisuam-home-embed .su-newsletter-card h3{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
  }
.unisuam-home-embed .su-newsletter-card p{
    font-size: 15px;
    line-height: 1.45;
    margin-bottom: 20px;
  }
.unisuam-home-embed .su-newsletter-form{
    display: flex;
    flex-direction: column;
    gap: 12px;
    grid-template-columns: none;
  }
.unisuam-home-embed .su-newsletter-form input{
    width: 100%;
    min-height: 48px;
  }
.unisuam-home-embed .su-newsletter-form .su-btn, .unisuam-home-embed .su-newsletter-form .su-btn--newsletter{
    width: 100%;
    min-height: 48px;
  }
.unisuam-home-embed .su-footer-main{
    padding-bottom: 40px;
  }
.unisuam-home-embed .su-footer-grid{
    gap: 28px;
  }
.unisuam-home-embed .su-footer-meta{
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
.unisuam-home-embed .su-footer-meta .hs_cos_wrapper{
    flex-direction: column;
    justify-content: center;
    gap: 16px;
  }
.unisuam-home-embed .su-footer-subbar{
    min-height: 72px;
    padding: 16px 0;
  }}
.unisuam-home-embed .su-main-dnd, .unisuam-home-embed .su-header-dnd, .unisuam-home-embed .su-footer-dnd{
  width: 100%;
}
.unisuam-home-embed .su-header-top__inner, .unisuam-home-embed .su-header-bottom__inner{
  width: min(var(--container), 100% - 48px);
  margin-inline: auto;
}
.unisuam-home-embed .su-header-top__inner{
  min-height: 52px;
  display: flex;
  align-items: center;
}
.unisuam-home-embed .su-header-bottom__inner{
  min-height: 46px;
  display: flex;
  align-items: center;
}
.unisuam-home-embed .su-header-dnd--top .dnd-section > .row-fluid{
  display: flex;
  align-items: center;
  gap: 18px;
  width: 100%;
}
.unisuam-home-embed .su-header-dnd--top .dnd-column:nth-child(2){
  flex: 1;
}
.unisuam-home-embed .su-header-dnd--bottom .dnd-section > .row-fluid{
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}
.unisuam-home-embed .su-header-dnd--bottom .dnd-column:first-child{
  flex: 1;
}
.unisuam-home-embed .su-footer-dnd__columns > .row-fluid{
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
}
.unisuam-home-embed .su-footer-dnd__meta > .row-fluid{
  margin-top: 28px;
}
.unisuam-home-embed .su-footer-dnd--subbar .dnd-section > .row-fluid{
  width: min(var(--container), 100% - 48px);
  margin-inline: auto;
  text-align: center;
}
.unisuam-home-embed .su-main-dnd .dnd-section + .dnd-section{
  margin-top: 0;
}
@media (max-width: 1024px) {.unisuam-home-embed .su-footer-dnd__columns > .row-fluid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}
@media (max-width: 767px) {.unisuam-home-embed .su-header-dnd--top .dnd-section > .row-fluid, .unisuam-home-embed .su-header-dnd--bottom .dnd-section > .row-fluid{
    flex-direction: column;
    align-items: stretch;
  }
.unisuam-home-embed .su-footer-dnd__columns > .row-fluid{
    grid-template-columns: 1fr;
  }}
.unisuam-home-embed .su-mobile-footer-bar{
  display: none;
}
@media (max-width: 760px) {.unisuam-home-embed body.su-has-mobile-footer-bar{
    padding-bottom: calc(64px + env(safe-area-inset-bottom, 0px));
  }
.unisuam-home-embed .su-mobile-footer-bar{
    --su-mobile-footer-bar-bg: #2F3542;
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1100;
    background: #2F3542;
    box-shadow: 0 -4px 16px rgba(15, 32, 65, 0.12);
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0px));
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
  }
.unisuam-home-embed .su-mobile-footer-bar.is-hidden{
    transform: translateY(100%);
    pointer-events: none;
  }
.unisuam-home-embed .su-mobile-footer-bar{
    --su-mobile-footer-bar-cta-bg: #ef7d00;
    --su-mobile-footer-bar-cta-text: #2F3542;
  }
.unisuam-home-embed .su-mobile-footer-bar__inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }
.unisuam-home-embed .su-mobile-footer-bar__icons{
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
  }
.unisuam-home-embed .su-mobile-footer-bar__icon-btn{
    width: 40px;
    height: 40px;
    min-width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    text-decoration: none !important;
    transition: opacity 0.2s ease;
  }
.unisuam-home-embed .su-mobile-footer-bar__icon-btn:hover, .unisuam-home-embed .su-mobile-footer-bar__icon-btn:focus-visible{
    opacity: 0.8;
  }
.unisuam-home-embed .su-mobile-footer-bar__icon-btn img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 50%;
  }
.unisuam-home-embed .su-mobile-footer-bar__icon-btn--ring img{
    object-fit: contain;
    padding: 2px;
  }
.unisuam-home-embed .su-mobile-footer-bar__cta{
    flex: 1 1 auto;
    min-width: 0;
    max-width: 52%;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 4px;
    background: var(--su-mobile-footer-bar-cta-bg);
    color: var(--su-mobile-footer-bar-cta-text) !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none !important;
    white-space: nowrap;
    transition: opacity 0.2s ease;
  }
.unisuam-home-embed .su-mobile-footer-bar__cta:hover, .unisuam-home-embed .su-mobile-footer-bar__cta:focus-visible{
    opacity: 0.8;
  }}
@media (max-width: 760px) and (prefers-reduced-motion: reduce) {.unisuam-home-embed .su-mobile-footer-bar{
    transition: none;
  }}
.unisuam-home-embed body.su-search-modal-open{
  overflow: hidden;
}
.unisuam-home-embed .su-search-modal{
  position: fixed;
  inset: 0;
  z-index: 1200;
  pointer-events: none;
}
.unisuam-home-embed .su-search-modal.is-open{
  pointer-events: auto;
}
.unisuam-home-embed .su-search-modal__backdrop{
  position: absolute;
  inset: 0;
  background: rgba(15, 32, 65, 0.45);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.unisuam-home-embed .su-search-modal.is-open .su-search-modal__backdrop{
  opacity: 1;
}
.unisuam-home-embed .su-search-modal__panel{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  color: #212c3c;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
  transform: translateY(-100%);
  transition: transform 0.35s ease;
  max-height: min(80vh, 640px);
  display: flex;
  flex-direction: column;
}
.unisuam-home-embed .su-search-modal.is-open .su-search-modal__panel{
  transform: translateY(0);
}
.unisuam-home-embed .su-search-modal__header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  border-bottom: 1px solid #e8edf3;
}
.unisuam-home-embed .su-search-modal__title{
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #212c3c;
}
.unisuam-home-embed .su-search-modal__close{
  appearance: none;
  border: 1px solid #dbe4ee;
  background: #ffffff;
  color: #57606f;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.unisuam-home-embed .su-search-modal__close:hover{
  color: #212c3c;
  border-color: #747d8c;
}
.unisuam-home-embed .su-search-modal__body{
  padding: 16px 24px 24px;
  overflow-y: auto;
}
.unisuam-home-embed .su-search-modal__term{
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.4;
  color: #57606f;
}
.unisuam-home-embed .su-search-modal__status{
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.4;
  color: #57606f;
}
.unisuam-home-embed .su-search-modal__status.is-loading{
  color: #004070;
}
.unisuam-home-embed .su-search-modal__status.is-error{
  color: #c0392b;
}
.unisuam-home-embed .su-search-modal__status.is-empty{
  color: #747d8c;
}
.unisuam-home-embed .su-search-modal__groups{
  display: grid;
  gap: 24px;
}
.unisuam-home-embed .su-search-modal__category-title{
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #004070;
}
.unisuam-home-embed .su-search-modal__results{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.unisuam-home-embed .su-search-modal__result-item{
  margin: 0;
}
.unisuam-home-embed .su-search-modal__result-link{
  display: block;
  padding: 14px 16px;
  border: 1px solid #e8edf3;
  border-radius: 4px;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.unisuam-home-embed .su-search-modal__result-link:hover{
  border-color: #0f96ae;
  box-shadow: 0 4px 12px rgba(15, 150, 174, 0.12);
}
.unisuam-home-embed .su-search-modal__result-title{
  display: block;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  color: #004070;
}
.unisuam-home-embed .su-search-modal__result-desc{
  display: block;
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.45;
  color: #57606f;
}
@media (max-width: 767px) {.unisuam-home-embed .su-search-modal__header, .unisuam-home-embed .su-search-modal__body{
    padding-left: 16px;
    padding-right: 16px;
  }
.unisuam-home-embed .su-search-modal__panel{
    max-height: 88vh;
  }}
