@import url("assets/template/css/bootstrap.min.css");
@import url("assets/template/css/font-awesome-pro.css");
@import url("assets/template/css/swiper-bundle.min.css");
@import url("assets/template/css/slick.css");
@import url("assets/template/css/magnific-popup.css");
@import url("assets/template/css/nice-select.css");
@import url("assets/template/css/custom-animation.css");
@import url("assets/template/css/spacing.css");
@import url("assets/template/css/main.css");

:root {
  --moasser-green: #59c64f;
  --moasser-green-deep: #2f9f46;
  --moasser-green-soft: #ebf8e8;
  --moasser-action: #59c64f;
  --moasser-action-deep: #2f9f46;
  --moasser-action-soft: #7bd65e;
  --moasser-navy: #10213d;
  --moasser-ink: #1c2b4a;
  --moasser-text: #5d6786;
  --moasser-line: rgba(16, 33, 61, 0.12);
  --moasser-surface: #ffffff;
  --moasser-surface-alt: #f5f8fd;
  --moasser-shadow: 0 24px 54px rgba(16, 33, 61, 0.1);
  --moasser-shadow-soft: 0 16px 36px rgba(16, 33, 61, 0.07);
  --moasser-radius: 22px;
}

html {
  scroll-behavior: smooth;
}

body.moasser-site {
  margin: 0;
  min-width: 320px;
  color: var(--moasser-text);
  background:
    radial-gradient(circle at top left, rgba(89, 198, 79, 0.12), transparent 28%),
    radial-gradient(circle at 85% 0%, rgba(36, 108, 151, 0.12), transparent 26%),
    linear-gradient(180deg, #fbfdff 0%, #f3f7fc 56%, #eef8f0 100%);
}

body.moasser-site,
body.moasser-site p,
body.moasser-site li,
body.moasser-site input,
body.moasser-site textarea,
body.moasser-site button {
  font-family: "Spartan", "Segoe UI", sans-serif;
}

body.moasser-site h1,
body.moasser-site h2,
body.moasser-site h3,
body.moasser-site h4,
body.moasser-site h5,
body.moasser-site h6 {
  color: var(--moasser-navy);
  letter-spacing: -0.03em;
}

body.moasser-site img {
  display: block;
  max-width: 100%;
}

body.moasser-site a {
  text-decoration: none;
}

body.moasser-site .container {
  width: min(1180px, calc(100vw - 32px));
}

body.moasser-site .black-bg {
  background: var(--moasser-navy) !important;
}

body.moasser-site .theme-bg {
  background: linear-gradient(135deg, var(--moasser-green-deep), var(--moasser-green)) !important;
}

body.moasser-site .yellow-style {
  color: var(--moasser-green) !important;
}

body.moasser-site .it-btn-yellow,
body.moasser-site .moasser-btn-secondary,
body.moasser-site .moasser-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 58px;
  padding: 16px 28px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    background 0.24s ease,
    color 0.24s ease,
    border-color 0.24s ease;
  color: #ffffff !important;
}

body.moasser-site .it-btn-yellow {
  background: linear-gradient(135deg, var(--moasser-action-deep), var(--moasser-action)) !important;
  box-shadow: 0 18px 40px rgba(47, 159, 70, 0.28);
}

body.moasser-site .it-btn-yellow:hover,
body.moasser-site .moasser-btn-secondary:hover,
body.moasser-site .moasser-btn-ghost:hover {
  transform: translateY(-3px);
}

body.moasser-site .it-btn-yellow:hover {
  color: #ffffff !important;
  box-shadow: 0 24px 48px rgba(47, 159, 70, 0.36);
}

body.moasser-site .moasser-btn-secondary {
  background: rgba(47, 159, 70, 0.92);
  border-color: rgba(89, 198, 79, 0.34);
  box-shadow: 0 18px 34px rgba(47, 159, 70, 0.22);
}

body.moasser-site .moasser-btn-ghost {
  background: rgba(123, 214, 94, 0.95);
  border-color: rgba(123, 214, 94, 0.34);
  box-shadow: 0 18px 34px rgba(47, 159, 70, 0.22);
}

body.moasser-site .moasser-btn-secondary:hover {
  background: var(--moasser-action-deep);
}

body.moasser-site .moasser-btn-ghost:hover {
  background: var(--moasser-action);
}

body.moasser-site .it-btn-yellow::before,
body.moasser-site .it-btn-yellow::after {
  display: none !important;
}

body.moasser-site .it-btn-yellow > span,
body.moasser-site .it-btn-yellow i,
body.moasser-site .moasser-btn-secondary > span,
body.moasser-site .moasser-btn-secondary i,
body.moasser-site .moasser-btn-ghost > span,
body.moasser-site .moasser-btn-ghost i {
  position: static !important;
  transform: none !important;
  color: inherit !important;
}

body.moasser-site .scroll-top {
  right: 24px;
  bottom: 24px;
  background: linear-gradient(135deg, var(--moasser-action-deep), var(--moasser-action)) !important;
  color: #ffffff !important;
  box-shadow: 0 18px 40px rgba(47, 159, 70, 0.24);
}

body.moasser-site .body-overlay.apply {
  opacity: 1;
  visibility: visible;
}

body.moasser-site .itoffcanvas {
  background: linear-gradient(180deg, #0d1e39, #14315b);
}

body.moasser-site .itoffcanvas__logo img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none;
  padding: 0;
  filter: saturate(1.22) contrast(1.08) brightness(1.03);
  image-rendering: -webkit-optimize-contrast;
}

body.moasser-site .itoffcanvas__text p,
body.moasser-site .itoffcanvas__info-address span,
body.moasser-site .itoffcanvas__info-address a,
body.moasser-site .offcanva-title {
  color: rgba(255, 255, 255, 0.84);
}

body.moasser-site .it-menu-mobile ul {
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

body.moasser-site .it-menu-mobile ul li {
  margin: 0;
}

body.moasser-site .it-menu-mobile ul li a {
  display: block;
  padding: 13px 0;
  color: #ffffff;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

body.moasser-site .moasser-header-top {
  padding: 10px 0;
}

body.moasser-site .moasser-top-list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}

body.moasser-site .moasser-top-list a,
body.moasser-site .moasser-top-note {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 500;
}

body.moasser-site .moasser-top-list i {
  margin-right: 8px;
  color: var(--moasser-green);
}

body.moasser-site #header-sticky {
  background: rgba(255, 255, 255, 0.94);
  transition:
    box-shadow 0.25s ease,
    background 0.25s ease,
    transform 0.25s ease;
}

body.moasser-site #header-sticky.header-sticky {
  box-shadow: 0 12px 34px rgba(16, 33, 61, 0.12);
}

body.moasser-site .moasser-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

body.moasser-site .moasser-brand img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 16px 34px rgba(16, 33, 61, 0.18);
}

body.moasser-site .moasser-brand .moasser-brand-logo-clean {
  width: 64px;
  height: 64px;
  object-fit: contain;
  border-radius: 0;
  box-shadow: none;
  background: transparent !important;
  padding: 0;
  filter: saturate(1.34) contrast(1.16) brightness(0.99);
  image-rendering: -webkit-optimize-contrast;
}

body.moasser-site .it-header-logo .moasser-brand-logo-clean {
  width: 68px;
  height: 68px;
  filter: saturate(1.88) contrast(1.32) brightness(0.93);
  transform: scale(1.04);
  transform-origin: center;
}

body.moasser-site .moasser-brand strong {
  display: block;
  color: var(--moasser-navy);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
}

body.moasser-site .moasser-brand small {
  display: block;
  margin-top: 5px;
  color: var(--moasser-text);
  font-size: 12px;
  line-height: 1.4;
}

body.moasser-site .it-header-menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

body.moasser-site .it-header-menu ul li {
  list-style: none;
}

body.moasser-site .it-header-menu ul li a {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--moasser-ink);
  font-size: 14px;
  font-weight: 700;
  border-radius: 999px;
  transition:
    background 0.24s ease,
    color 0.24s ease;
}

body.moasser-site .it-header-menu ul li a.active,
body.moasser-site .it-header-menu ul li a:hover {
  color: var(--moasser-green-deep);
  background: rgba(89, 198, 79, 0.12);
}

body.moasser-site .moasser-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

body.moasser-site .it-header-menu {
  padding-left: 12px;
}

body.moasser-site .it-header-bar button {
  width: 56px;
  height: 56px;
  border: 1px solid rgba(16, 33, 61, 0.12);
  border-radius: 18px;
  background: #ffffff;
  color: var(--moasser-navy);
  box-shadow: var(--moasser-shadow-soft);
}

body.moasser-site .moasser-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

body.moasser-site .moasser-kicker::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--moasser-green);
  box-shadow: 0 0 0 6px rgba(89, 198, 79, 0.18);
}

body.moasser-site .moasser-section-head {
  max-width: 680px;
  margin: 0 auto 56px;
  text-align: center;
}

body.moasser-site .moasser-section-head.moasser-section-head-left {
  max-width: none;
  margin: 0 0 32px;
  text-align: left;
}

body.moasser-site .moasser-section-head h2 {
  margin-bottom: 18px;
  font-size: clamp(32px, 4vw, 48px);
}

body.moasser-site .moasser-section-head p {
  font-size: 17px;
  line-height: 1.8;
}

body.moasser-site .moasser-home-hero,
body.moasser-site .moasser-breadcrumb {
  position: relative;
  overflow: hidden;
  background-color: #0f2344;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

body.moasser-site .moasser-home-hero::before,
body.moasser-site .moasser-breadcrumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(9, 23, 45, 0.92) 0%, rgba(12, 30, 54, 0.82) 45%, rgba(12, 30, 54, 0.56) 100%),
    radial-gradient(circle at top left, rgba(89, 198, 79, 0.18), transparent 30%);
  z-index: 1;
}

body.moasser-site .moasser-home-hero .container,
body.moasser-site .moasser-breadcrumb .container {
  position: relative;
  z-index: 2;
}

body.moasser-site .moasser-home-hero {
  min-height: 720px;
  padding: 138px 0 118px;
}

body.moasser-site .moasser-home-hero .it-hero-shape-2,
body.moasser-site .moasser-home-hero .it-hero-shape-3 {
  z-index: 1;
}

body.moasser-site .moasser-hero-slides {
  position: absolute;
  inset: 0;
  z-index: 0;
}

body.moasser-site .moasser-hero-slide {
  position: absolute;
  inset: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transform: scale(1.06);
  animation: moasserHeroFade 18s ease-in-out infinite;
}

body.moasser-site .moasser-hero-slide:nth-child(2) {
  animation-delay: 6s;
}

body.moasser-site .moasser-hero-slide:nth-child(3) {
  animation-delay: 12s;
}

body.moasser-site .moasser-hero-copy {
  max-width: 720px;
}

body.moasser-site .moasser-hero-copy h1 {
  margin: 18px 0 22px;
  color: #ffffff;
  font-size: clamp(42px, 6vw, 74px);
  line-height: 1.03;
}

body.moasser-site .moasser-hero-copy p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.8;
}

body.moasser-site .moasser-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

body.moasser-site .moasser-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

body.moasser-site .moasser-pill-row span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 16px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

body.moasser-site .moasser-hero-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
  max-width: 540px;
}

body.moasser-site .moasser-stat-card {
  padding: 20px 22px;
  border-radius: 20px;
  background: rgba(12, 27, 55, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
}

body.moasser-site .moasser-stat-card strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 25px;
}

body.moasser-site .moasser-stat-card span {
  display: block;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.6;
}

body.moasser-site .moasser-floating-card,
body.moasser-site .moasser-logo-chip {
  position: absolute;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: var(--moasser-shadow);
}

body.moasser-site .moasser-floating-card {
  left: 0;
  bottom: 28px;
  max-width: 290px;
  padding: 24px;
  border-radius: 28px;
}

body.moasser-site .moasser-floating-card h3 {
  margin: 12px 0 10px;
  font-size: 24px;
}

body.moasser-site .moasser-logo-chip {
  top: 22px;
  right: 22px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 22px;
}

body.moasser-site .moasser-logo-chip img {
  width: 46px;
  height: 46px;
  object-fit: cover;
  border-radius: 14px;
}

body.moasser-site .moasser-logo-chip strong {
  display: block;
  color: var(--moasser-navy);
  font-size: 13px;
  line-height: 1.4;
}

body.moasser-site .moasser-card {
  height: 100%;
  padding: 30px;
  border: 1px solid rgba(16, 33, 61, 0.08);
  border-radius: var(--moasser-radius);
  background: #ffffff;
  box-shadow: var(--moasser-shadow-soft);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

body.moasser-site .moasser-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--moasser-shadow);
}

body.moasser-site .moasser-card h3 {
  margin: 12px 0;
  font-size: 28px;
}

body.moasser-site .moasser-card p:last-child {
  margin-bottom: 0;
}

body.moasser-site .moasser-card-label {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--moasser-green-soft);
  color: var(--moasser-green-deep);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

body.moasser-site .moasser-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 24px;
}

body.moasser-site .moasser-card-footer span,
body.moasser-site .moasser-inline-link {
  color: var(--moasser-green-deep);
  font-size: 14px;
  font-weight: 700;
}

body.moasser-site .moasser-note-card {
  background: linear-gradient(180deg, #ffffff, #f3f7ff);
}

body.moasser-site .moasser-check-list,
body.moasser-site .moasser-bullet-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

body.moasser-site .moasser-check-list li,
body.moasser-site .moasser-bullet-list li {
  position: relative;
  padding-left: 28px;
  color: var(--moasser-text);
  line-height: 1.75;
}

body.moasser-site .moasser-check-list li::before,
body.moasser-site .moasser-bullet-list li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--moasser-green);
  box-shadow: 0 0 0 5px rgba(89, 198, 79, 0.16);
}

body.moasser-site .moasser-card-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  color: var(--moasser-text);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

body.moasser-site .moasser-card-meta .divider {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(47, 159, 70, 0.28);
}

body.moasser-site .moasser-news-card h3 {
  font-size: 24px;
  line-height: 1.25;
}

body.moasser-site .moasser-gallery-card {
  position: relative;
  margin: 0;
  isolation: isolate;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.moasser-site .moasser-gallery-card::before {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 40px;
  width: clamp(120px, 36%, 190px);
  height: clamp(74px, 18vw, 126px);
  border-radius: 28px 78px 26px 70px;
  background: linear-gradient(135deg, rgba(89, 198, 79, 0.22), rgba(255, 207, 102, 0.18));
  z-index: 0;
}

body.moasser-site .moasser-gallery-card:nth-child(even)::before {
  right: auto;
  left: 18px;
  border-radius: 78px 28px 70px 26px;
  background: linear-gradient(135deg, rgba(12, 97, 66, 0.2), rgba(89, 198, 79, 0.14));
}

body.moasser-site .moasser-gallery-card img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 30px 96px 26px 76px;
  box-shadow: 0 30px 56px rgba(16, 33, 61, 0.18);
  filter: saturate(1.04) contrast(1.02);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    filter 0.28s ease;
  position: relative;
  z-index: 1;
}

body.moasser-site .moasser-gallery-card:nth-child(even) img {
  border-radius: 96px 30px 76px 26px;
}

body.moasser-site .moasser-gallery-card figcaption {
  padding: 18px 8px 0;
  color: var(--moasser-ink);
  font-size: 15px;
  font-weight: 700;
}

body.moasser-site .moasser-gallery-carousel-shell {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
}

body.moasser-site .moasser-gallery-carousel-shell.is-static {
  grid-template-columns: minmax(0, 1fr);
}

body.moasser-site .moasser-gallery-carousel-shell.is-static .moasser-gallery-nav {
  display: none;
}

body.moasser-site .moasser-gallery-nav {
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  color: var(--moasser-navy);
  box-shadow: var(--moasser-shadow-soft);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease,
    color 0.22s ease,
    opacity 0.22s ease;
}

body.moasser-site .moasser-gallery-nav:hover:not(:disabled),
body.moasser-site .moasser-gallery-nav:focus-visible:not(:disabled) {
  transform: translateY(-2px);
  background: var(--moasser-action);
  color: #ffffff;
  box-shadow: 0 18px 34px rgba(47, 159, 70, 0.24);
}

body.moasser-site .moasser-gallery-nav:disabled {
  opacity: 0.34;
  cursor: default;
  box-shadow: none;
}

body.moasser-site .moasser-gallery-viewport {
  overflow-x: auto;
  padding: 14px 4px 26px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

body.moasser-site .moasser-gallery-viewport::-webkit-scrollbar {
  display: none;
}

body.moasser-site .moasser-gallery-track {
  display: flex;
  gap: 24px;
}

body.moasser-site .moasser-gallery-slide {
  flex: 0 0 calc((100% - 48px) / 3);
  scroll-snap-align: start;
}

body.moasser-site .moasser-empty-card {
  text-align: center;
  background: linear-gradient(180deg, #ffffff, #f3f7ff);
}

body.moasser-site .moasser-number-list {
  counter-reset: step;
  display: grid;
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}

body.moasser-site .moasser-number-list li {
  position: relative;
  padding: 22px 24px 22px 84px;
  border: 1px solid var(--moasser-line);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: var(--moasser-shadow-soft);
}

body.moasser-site .moasser-number-list li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  top: 20px;
  left: 22px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--moasser-green-deep), var(--moasser-green));
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
}

body.moasser-site .moasser-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

body.moasser-site .moasser-chip-row span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--moasser-surface-alt);
  color: var(--moasser-ink);
  font-size: 13px;
  font-weight: 700;
}

body.moasser-site .moasser-image-panel {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  isolation: isolate;
  border-radius: 34px 110px 34px 34px;
  background: linear-gradient(145deg, #edf4ff, #dbe4f3);
  box-shadow: 0 28px 58px rgba(16, 33, 61, 0.18);
}

body.moasser-site .moasser-image-panel::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  width: 170px;
  height: 170px;
  border-radius: 40px 90px 32px 70px;
  background: radial-gradient(circle, rgba(89, 198, 79, 0.24), rgba(89, 198, 79, 0));
  z-index: 1;
  pointer-events: none;
}

body.moasser-site .moasser-image-panel::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 38%;
  background: linear-gradient(180deg, rgba(10, 23, 43, 0), rgba(10, 23, 43, 0.18));
  z-index: 1;
  pointer-events: none;
}

body.moasser-site .moasser-image-panel img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  transform: scale(1.03);
  filter: saturate(1.04) contrast(1.02);
  transition:
    transform 0.32s ease,
    filter 0.32s ease;
}

body.moasser-site .moasser-image-note {
  position: absolute;
  right: 24px;
  bottom: 24px;
  max-width: 280px;
  padding: 20px 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 18px 36px rgba(16, 33, 61, 0.14);
  backdrop-filter: blur(10px);
  z-index: 2;
}

body.moasser-site .moasser-image-note strong {
  display: block;
  margin-bottom: 8px;
  color: var(--moasser-navy);
}

body.moasser-site .moasser-table-wrap {
  overflow: auto;
  border: 1px solid var(--moasser-line);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: var(--moasser-shadow-soft);
}

body.moasser-site .moasser-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
}

body.moasser-site .moasser-table thead th {
  background: var(--moasser-navy);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

body.moasser-site .moasser-table th,
body.moasser-site .moasser-table td {
  padding: 18px 22px;
  border-bottom: 1px solid var(--moasser-line);
  text-align: left;
  vertical-align: top;
}

body.moasser-site .moasser-table tbody tr:last-child td {
  border-bottom: 0;
}

body.moasser-site .moasser-breadcrumb {
  padding: 110px 0 86px;
}

body.moasser-site .moasser-breadcrumb .it-breadcrumb-shape-1,
body.moasser-site .moasser-breadcrumb .it-breadcrumb-shape-2 {
  opacity: 0.22;
}

body.moasser-site .moasser-breadcrumb .it-breadcrumb-title {
  margin-bottom: 18px;
  color: #ffffff;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.04;
}

body.moasser-site .moasser-breadcrumb p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.8;
}

body.moasser-site .moasser-breadcrumb .it-breadcrumb-list {
  display: none;
}

body.moasser-site .moasser-breadcrumb .it-breadcrumb-thumb {
  position: relative;
  isolation: isolate;
}

body.moasser-site .moasser-breadcrumb .it-breadcrumb-thumb::before {
  content: "";
  position: absolute;
  right: 24px;
  bottom: -14px;
  width: clamp(130px, 34%, 200px);
  height: clamp(78px, 18vw, 132px);
  border-radius: 30px 82px 28px 72px;
  background: linear-gradient(135deg, rgba(89, 198, 79, 0.22), rgba(255, 207, 102, 0.18));
  z-index: 0;
}

body.moasser-site .moasser-breadcrumb .it-breadcrumb-thumb img:first-child {
  width: 100%;
  max-width: 500px;
  height: 360px;
  margin-left: auto;
  border-radius: 34px 108px 30px 82px;
  object-fit: cover;
  box-shadow: 0 30px 58px rgba(16, 33, 61, 0.2);
  filter: saturate(1.04) contrast(1.02);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    filter 0.28s ease;
  position: relative;
  z-index: 1;
}

body.moasser-site .moasser-breadcrumb .it-breadcrumb-thumb img:last-child {
  width: 110px;
}

body.moasser-site .moasser-contact-card {
  text-align: center;
}

body.moasser-site .moasser-contact-icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
  border-radius: 22px;
  background: var(--moasser-green-soft);
  color: var(--moasser-green-deep);
  font-size: 28px;
}

body.moasser-site .moasser-form-box label {
  display: block;
  margin-bottom: 8px;
  color: var(--moasser-ink);
  font-size: 14px;
  font-weight: 700;
}

body.moasser-site .moasser-form-box input,
body.moasser-site .moasser-form-box textarea {
  width: 100%;
  border: 1px solid var(--moasser-line);
  border-radius: 18px;
  background: #ffffff;
  color: var(--moasser-ink);
  padding: 16px 18px;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

body.moasser-site .moasser-form-box input:focus,
body.moasser-site .moasser-form-box textarea:focus {
  outline: 0;
  border-color: rgba(89, 198, 79, 0.45);
  box-shadow: 0 0 0 4px rgba(89, 198, 79, 0.14);
}

body.moasser-site .form-status {
  margin-top: 14px;
  color: var(--moasser-green-deep);
  font-size: 14px;
  font-weight: 600;
}

body.moasser-site .form-status.is-error {
  color: #bf3b3b;
}

body.moasser-site .form-status.is-success {
  color: var(--moasser-green-deep);
}

body.moasser-site .form-status.is-info {
  color: var(--moasser-ink);
}

body.moasser-site .moasser-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

body.moasser-site .moasser-auth-shell {
  overflow: hidden;
  border: 1px solid var(--moasser-line);
  border-radius: 34px;
  background: #ffffff;
  box-shadow: var(--moasser-shadow);
}

body.moasser-site .moasser-auth-brand {
  position: relative;
  height: 100%;
  padding: 56px 46px;
  background:
    linear-gradient(135deg, rgba(9, 23, 45, 0.92), rgba(31, 86, 209, 0.84)),
    url("2.jpg") center / cover no-repeat;
}

body.moasser-site .moasser-auth-brand::before,
body.moasser-site .moasser-auth-brand::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

body.moasser-site .moasser-auth-brand::before {
  right: -56px;
  bottom: -64px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
}

body.moasser-site .moasser-auth-brand::after {
  left: -42px;
  top: -42px;
  width: 160px;
  height: 160px;
  background: radial-gradient(circle, rgba(89, 198, 79, 0.28), rgba(89, 198, 79, 0));
}

body.moasser-site .moasser-auth-brand > * {
  position: relative;
  z-index: 1;
}

body.moasser-site .moasser-auth-brand h2 {
  margin: 18px 0 18px;
  color: #ffffff;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.02;
}

body.moasser-site .moasser-auth-brand p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.8;
}

body.moasser-site .moasser-auth-brand .moasser-bullet-list {
  margin: 28px 0 0;
}

body.moasser-site .moasser-auth-brand .moasser-bullet-list li {
  color: rgba(255, 255, 255, 0.94);
}

body.moasser-site .moasser-auth-brand .moasser-bullet-list li::before {
  background: #ffffff;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.14);
}

body.moasser-site .moasser-auth-support {
  display: grid;
  gap: 10px;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

body.moasser-site .moasser-auth-support span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.moasser-site .moasser-auth-support a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}

body.moasser-site .moasser-auth-panel {
  padding: 52px 46px;
}

body.moasser-site .moasser-auth-panel h3 {
  margin: 18px 0 14px;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.08;
}

body.moasser-site .moasser-auth-panel > p {
  margin-bottom: 24px;
  color: var(--moasser-text);
  font-size: 17px;
  line-height: 1.8;
}

body.moasser-site .moasser-password-wrap {
  position: relative;
}

body.moasser-site .moasser-password-wrap input {
  padding-right: 94px;
}

body.moasser-site .moasser-password-toggle {
  position: absolute;
  top: 50%;
  right: 10px;
  min-height: 42px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: var(--moasser-green-soft);
  color: var(--moasser-green-deep);
  font-size: 13px;
  font-weight: 700;
  transform: translateY(-50%);
}

body.moasser-site .moasser-password-toggle:hover,
body.moasser-site .moasser-password-toggle:focus-visible {
  background: var(--moasser-green);
  color: #ffffff;
}

body.moasser-site .moasser-auth-options {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

body.moasser-site .moasser-check {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--moasser-text);
  font-size: 14px;
  font-weight: 600;
}

body.moasser-site .moasser-check input {
  width: 18px;
  height: 18px;
  accent-color: var(--moasser-green-deep);
}

body.moasser-site .moasser-auth-panel .it-btn-yellow {
  width: 100%;
}

body.moasser-site .moasser-auth-note {
  margin-top: 22px;
  padding: 20px 22px;
  border: 1px solid rgba(89, 198, 79, 0.18);
  border-radius: 22px;
  background: var(--moasser-green-soft);
}

body.moasser-site .moasser-auth-note strong {
  display: block;
  margin-bottom: 8px;
  color: var(--moasser-navy);
}

body.moasser-site .moasser-auth-note p {
  margin: 0;
  color: var(--moasser-text);
  font-size: 14px;
  line-height: 1.7;
}

body.moasser-site .moasser-admin-alert {
  margin-bottom: 32px;
  padding: 18px 20px;
  border: 1px solid rgba(16, 33, 61, 0.1);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: var(--moasser-shadow-soft);
}

body.moasser-site .moasser-admin-alert strong {
  display: block;
  margin-bottom: 6px;
  color: var(--moasser-navy);
}

body.moasser-site .moasser-admin-alert p {
  margin: 0;
  color: var(--moasser-text);
}

body.moasser-site .moasser-admin-alert.is-success {
  border-color: rgba(47, 159, 70, 0.22);
  background: #f4fbf2;
}

body.moasser-site .moasser-admin-alert.is-error {
  border-color: rgba(191, 59, 59, 0.2);
  background: #fff4f4;
}

body.moasser-site .moasser-admin-alert.is-info {
  border-color: rgba(31, 86, 209, 0.14);
  background: #f4f8ff;
}

body.moasser-site.page-admin-dashboard {
  background:
    radial-gradient(circle at top left, rgba(89, 198, 79, 0.1), transparent 34%),
    linear-gradient(180deg, #f4f8f5 0%, #eef4ff 52%, #f8fbff 100%);
}

body.moasser-site .moasser-admin-main {
  position: relative;
}

body.moasser-site .moasser-admin-section {
  scroll-margin-top: 130px;
}

body.moasser-site .moasser-admin-hero-panel {
  height: 100%;
  padding: 42px;
  border-radius: 36px;
  background:
    linear-gradient(135deg, rgba(9, 23, 45, 0.94), rgba(25, 68, 139, 0.88)),
    url("8.jpg") center / cover no-repeat;
  box-shadow: 0 28px 60px rgba(16, 33, 61, 0.16);
}

body.moasser-site .moasser-admin-hero-panel .moasser-card-label {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

body.moasser-site .moasser-admin-hero-panel .it-breadcrumb-title {
  margin: 20px 0 18px;
  color: #ffffff;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.02;
}

body.moasser-site .moasser-admin-hero-panel p {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.8;
}

body.moasser-site .moasser-admin-jump-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 28px;
}

body.moasser-site .moasser-admin-jump-link {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 150px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  backdrop-filter: blur(14px);
  transition:
    transform 0.22s ease,
    background 0.22s ease,
    border-color 0.22s ease;
}

body.moasser-site .moasser-admin-jump-link:hover,
body.moasser-site .moasser-admin-jump-link:focus-visible {
  transform: translateY(-3px);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.26);
}

body.moasser-site .moasser-admin-jump-link span {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.82;
}

body.moasser-site .moasser-admin-jump-link strong {
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
}

body.moasser-site .moasser-admin-focus-card {
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 34px;
  border-radius: 36px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 249, 255, 0.96));
}

body.moasser-site .moasser-admin-focus-card h3 {
  margin: 14px 0 10px;
  color: var(--moasser-navy);
  font-size: 32px;
  line-height: 1.08;
}

body.moasser-site .moasser-admin-focus-card p {
  margin: 0;
  color: var(--moasser-text);
}

body.moasser-site .moasser-admin-mini-grid {
  display: grid;
  gap: 14px;
}

body.moasser-site .moasser-admin-mini-card {
  padding: 18px 20px;
  border: 1px solid rgba(16, 33, 61, 0.08);
  border-radius: 24px;
  background: #ffffff;
}

body.moasser-site .moasser-admin-mini-card strong {
  display: block;
  color: var(--moasser-navy);
  font-size: 22px;
  line-height: 1.3;
}

body.moasser-site .moasser-admin-mini-card span {
  display: block;
  margin-top: 8px;
  color: var(--moasser-text);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.moasser-site .moasser-admin-stat strong {
  display: block;
  margin: 18px 0 12px;
  color: var(--moasser-navy);
  font-size: clamp(38px, 5vw, 54px);
  line-height: 1;
}

body.moasser-site .moasser-admin-stat {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background: linear-gradient(180deg, #ffffff, #f5f9ff);
}

body.moasser-site .moasser-admin-stat::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--moasser-green), #1f56d1);
}

body.moasser-site.page-admin-dashboard .moasser-card:hover {
  transform: none;
  box-shadow: var(--moasser-shadow-soft);
}

body.moasser-site .moasser-admin-section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

body.moasser-site .moasser-admin-section-head h2 {
  margin: 14px 0 10px;
  color: var(--moasser-navy);
  font-size: clamp(34px, 4.5vw, 48px);
  line-height: 1.04;
}

body.moasser-site .moasser-admin-section-head p {
  max-width: 720px;
  margin: 0;
}

body.moasser-site .moasser-admin-section-badge {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid rgba(16, 33, 61, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--moasser-navy);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.moasser-site .moasser-admin-panel {
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 255, 0.96));
}

body.moasser-site .moasser-admin-panel-sticky {
  position: sticky;
  top: 116px;
}

body.moasser-site .moasser-admin-panel-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

body.moasser-site .moasser-admin-panel-header h3 {
  margin: 14px 0 0;
  font-size: 32px;
  line-height: 1.08;
}

body.moasser-site .moasser-admin-panel-header p {
  max-width: 340px;
  margin: 2px 0 0;
  font-size: 15px;
  line-height: 1.75;
}

body.moasser-site .moasser-admin-list {
  display: grid;
  gap: 24px;
}

body.moasser-site .moasser-admin-item {
  padding: 24px;
  border: 1px solid rgba(16, 33, 61, 0.08);
  border-radius: 26px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
}

body.moasser-site .moasser-admin-edit-card {
  padding: 28px;
}

body.moasser-site .moasser-admin-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

body.moasser-site .moasser-admin-toolbar h4 {
  margin: 12px 0 0;
  color: var(--moasser-navy);
  font-size: 24px;
  line-height: 1.2;
}

body.moasser-site .moasser-admin-item-meta {
  margin-top: 0;
}

body.moasser-site .moasser-admin-item-id {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(16, 33, 61, 0.05);
  color: var(--moasser-text);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

body.moasser-site .moasser-admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

body.moasser-site .moasser-admin-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--moasser-green-deep), var(--moasser-green));
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    background 0.24s ease,
    color 0.24s ease,
    border-color 0.24s ease;
}

body.moasser-site .moasser-admin-button:hover,
body.moasser-site .moasser-admin-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(47, 159, 70, 0.18);
  color: #ffffff;
}

body.moasser-site .moasser-admin-button.is-light {
  background: #ffffff;
  color: var(--moasser-green-deep);
  border-color: rgba(47, 159, 70, 0.18);
}

body.moasser-site .moasser-admin-button.is-light:hover,
body.moasser-site .moasser-admin-button.is-light:focus-visible {
  box-shadow: 0 18px 34px rgba(16, 33, 61, 0.08);
  color: var(--moasser-green-deep);
}

body.moasser-site .moasser-admin-button.is-danger {
  background: #fff4f4;
  color: #bf3b3b;
  border-color: rgba(191, 59, 59, 0.18);
}

body.moasser-site .moasser-admin-button.is-danger:hover,
body.moasser-site .moasser-admin-button.is-danger:focus-visible {
  box-shadow: 0 18px 34px rgba(191, 59, 59, 0.12);
  color: #bf3b3b;
}

body.moasser-site .moasser-admin-status {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.moasser-site .moasser-admin-status.is-new {
  background: var(--moasser-green-soft);
  color: var(--moasser-green-deep);
}

body.moasser-site .moasser-admin-status.is-resolved {
  background: #eef4ff;
  color: #1f56d1;
}

body.moasser-site .moasser-admin-photo-card {
  height: 100%;
}

body.moasser-site .moasser-admin-photo-frame {
  overflow: hidden;
  border-radius: 28px;
}

body.moasser-site .moasser-admin-photo {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 20px 42px rgba(16, 33, 61, 0.14);
}

body.moasser-site .moasser-admin-photo-header {
  margin: 22px 0 16px;
}

body.moasser-site .moasser-admin-photo-header h3 {
  font-size: 24px;
}

body.moasser-site .moasser-admin-form-note {
  margin: 0;
  color: var(--moasser-text);
  font-size: 14px;
  line-height: 1.7;
}

body.moasser-site .moasser-admin-empty {
  margin: 0;
  padding: 20px 22px;
  border: 1px dashed rgba(16, 33, 61, 0.12);
  border-radius: 24px;
  background: #ffffff;
}

body.moasser-site .moasser-admin-contact-card {
  padding: 28px;
}

body.moasser-site .moasser-admin-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

body.moasser-site .moasser-admin-contact-field {
  padding: 16px 18px;
  border: 1px solid rgba(16, 33, 61, 0.08);
  border-radius: 22px;
  background: #ffffff;
}

body.moasser-site .moasser-admin-contact-field span,
body.moasser-site .moasser-admin-message-box span {
  display: block;
  margin-bottom: 8px;
  color: var(--moasser-text);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.moasser-site .moasser-admin-contact-field strong {
  display: block;
  color: var(--moasser-navy);
  font-size: 16px;
  line-height: 1.6;
}

body.moasser-site .moasser-admin-message-box {
  padding: 18px 20px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(16, 33, 61, 0.08);
}

body.moasser-site .moasser-admin-message-box p {
  margin: 0;
  color: var(--moasser-text);
  line-height: 1.85;
}

body.moasser-site .it-btn-yellow:disabled,
body.moasser-site .moasser-admin-button:disabled {
  cursor: not-allowed;
  opacity: 0.7;
  transform: none !important;
  box-shadow: none !important;
}

body.moasser-site .moasser-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

body.moasser-site .moasser-photo-grid img {
  width: 100%;
  height: 260px;
  border-radius: 30px 96px 26px 76px;
  object-fit: cover;
  box-shadow: 0 28px 52px rgba(16, 33, 61, 0.16);
  filter: saturate(1.04) contrast(1.02);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    filter 0.28s ease;
}

body.moasser-site .moasser-news-strip {
  display: grid;
  gap: 24px;
}

body.moasser-site .moasser-newsletter {
  position: relative;
  z-index: 2;
  margin-bottom: -90px;
}

body.moasser-site .moasser-newsletter .moasser-card {
  padding: 42px;
  background: linear-gradient(135deg, var(--moasser-green-deep), var(--moasser-green));
}

body.moasser-site .moasser-newsletter h2,
body.moasser-site .moasser-newsletter p {
  color: #ffffff;
}

body.moasser-site .it-footer-area {
  position: relative;
}

body.moasser-site .it-footer-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(240, 247, 255, 0.96)),
    radial-gradient(circle at top right, rgba(89, 198, 79, 0.12), transparent 28%);
}

body.moasser-site .it-footer-area .container {
  position: relative;
  z-index: 1;
}

body.moasser-site .moasser-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

body.moasser-site .moasser-footer-brand img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  filter: saturate(1.22) contrast(1.08) brightness(1.03);
  image-rendering: -webkit-optimize-contrast;
}

body.moasser-site img[src="logo.jpeg"] {
  filter: saturate(1.18) contrast(1.08) brightness(1.02);
  image-rendering: -webkit-optimize-contrast;
}

body.moasser-site .moasser-footer-brand strong {
  display: block;
  color: var(--moasser-navy);
  font-size: 18px;
  line-height: 1.3;
}

body.moasser-site .moasser-footer-brand small {
  display: block;
  margin-top: 5px;
  color: var(--moasser-text);
  font-size: 13px;
  line-height: 1.6;
}

body.moasser-site .it-footer-widget-title,
body.moasser-site .it-footer-widget-text p,
body.moasser-site .it-footer-widget-menu ul li a,
body.moasser-site .it-footer-widget-contact ul li,
body.moasser-site .it-footer-widget-contact ul li a,
body.moasser-site .it-footer-widget-contact ul li span {
  color: var(--moasser-text) !important;
}

body.moasser-site .it-footer-widget-title {
  color: var(--moasser-navy) !important;
  margin-bottom: 22px;
}

body.moasser-site .it-footer-widget-menu ul li a:hover,
body.moasser-site .it-footer-widget-contact ul li a:hover {
  color: var(--moasser-green-deep) !important;
}

body.moasser-site .it-copyright-area {
  background: linear-gradient(135deg, var(--moasser-navy), #183a67) !important;
}

body.moasser-site .it-copyright-left p,
body.moasser-site .it-copyright-left a {
  color: #ffffff !important;
}

body.moasser-site .it-copyright-left a {
  text-decoration: underline;
}

@media (max-width: 1199px) {
  body.moasser-site .moasser-hero-stats {
    max-width: 520px;
  }

  body.moasser-site .moasser-admin-hero-panel,
  body.moasser-site .moasser-admin-focus-card {
    padding: 34px;
  }

  body.moasser-site .moasser-admin-panel-sticky {
    position: static;
  }

  body.moasser-site .moasser-auth-brand,
  body.moasser-site .moasser-auth-panel {
    padding: 42px 32px;
  }
}

@media (max-width: 991px) {
  body.moasser-site .moasser-top-list {
    gap: 12px;
  }

  body.moasser-site .moasser-home-hero {
    min-height: auto;
    padding: 110px 0 92px;
  }

  body.moasser-site .moasser-image-panel img {
    min-height: 420px;
  }

  body.moasser-site .moasser-breadcrumb {
    padding: 90px 0 72px;
  }

  body.moasser-site .moasser-breadcrumb .it-breadcrumb-thumb {
    margin-top: 28px;
  }

  body.moasser-site .moasser-image-panel {
    border-radius: 30px 84px 30px 30px;
  }

  body.moasser-site .moasser-breadcrumb .it-breadcrumb-thumb::before,
  body.moasser-site .moasser-gallery-card::before,
  body.moasser-site.page-home .moasser-about-photo-single::before,
  body.moasser-site.page-home .moasser-showcase-card::before {
    width: 122px;
    height: 74px;
  }

  body.moasser-site .moasser-auth-shell {
    border-radius: 30px;
  }

  body.moasser-site .moasser-gallery-slide {
    flex-basis: calc((100% - 24px) / 2);
  }

  body.moasser-site .moasser-admin-jump-links {
    gap: 12px;
  }

  body.moasser-site .moasser-admin-jump-link {
    min-width: calc(50% - 6px);
  }

  body.moasser-site .moasser-admin-section-head,
  body.moasser-site .moasser-admin-toolbar {
    flex-direction: column;
  }

  body.moasser-site .moasser-admin-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.moasser-site .container {
    width: min(100vw - 24px, 100%);
  }

  body.moasser-site .moasser-brand img {
    width: 52px;
    height: 52px;
  }

  body.moasser-site .moasser-brand .moasser-brand-logo-clean {
    width: 52px;
    height: 52px;
  }

  body.moasser-site .moasser-brand strong {
    font-size: 15px;
  }

  body.moasser-site .moasser-brand small {
    font-size: 11px;
  }

  body.moasser-site .moasser-auth-brand,
  body.moasser-site .moasser-auth-panel {
    padding: 34px 22px;
  }

  body.moasser-site .moasser-admin-hero-panel,
  body.moasser-site .moasser-admin-focus-card,
  body.moasser-site .moasser-admin-panel,
  body.moasser-site .moasser-admin-item,
  body.moasser-site .moasser-admin-contact-card {
    padding: 24px 20px;
  }

  body.moasser-site .moasser-admin-hero-panel .it-breadcrumb-title,
  body.moasser-site .moasser-auth-panel h3 {
    font-size: clamp(28px, 10vw, 36px);
  }

  body.moasser-site .moasser-admin-panel-header h3,
  body.moasser-site .moasser-admin-section-head h2 {
    font-size: clamp(28px, 9vw, 36px);
  }

  body.moasser-site .moasser-admin-jump-link {
    min-width: 100%;
  }

  body.moasser-site .moasser-admin-contact-grid {
    grid-template-columns: 1fr;
  }

  body.moasser-site .moasser-auth-options {
    align-items: flex-start;
  }

  body.moasser-site .moasser-admin-item {
    padding: 20px;
  }

  body.moasser-site .moasser-admin-actions {
    flex-direction: column;
  }

  body.moasser-site .moasser-admin-button {
    width: 100%;
  }

  body.moasser-site .moasser-admin-photo {
    height: 220px;
  }

  body.moasser-site .it-header-logo,
  body.moasser-site .it-header-menu {
    padding: 0;
  }

  body.moasser-site .moasser-button-row,
  body.moasser-site .moasser-pill-row {
    gap: 12px;
  }

  body.moasser-site .moasser-gallery-carousel-shell {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  body.moasser-site .moasser-gallery-nav {
    display: none;
  }

  body.moasser-site .moasser-gallery-viewport {
    padding: 0 0 18px;
  }

  body.moasser-site .moasser-gallery-track {
    gap: 14px;
  }

  body.moasser-site .moasser-gallery-slide {
    flex-basis: 100%;
  }

  body.moasser-site .moasser-hero-stats,
  body.moasser-site .moasser-photo-grid {
    grid-template-columns: 1fr;
  }

  body.moasser-site .moasser-gallery-card::before,
  body.moasser-site .moasser-breadcrumb .it-breadcrumb-thumb::before,
  body.moasser-site.page-home .moasser-about-photo-single::before,
  body.moasser-site.page-home .moasser-showcase-card::before {
    display: none;
  }

  body.moasser-site .moasser-image-panel {
    border-radius: 28px 72px 28px 28px;
  }

  body.moasser-site .moasser-breadcrumb .it-breadcrumb-thumb img:first-child,
  body.moasser-site .moasser-gallery-card img,
  body.moasser-site .moasser-photo-grid img,
  body.moasser-site.page-home .moasser-about-photo-single img,
  body.moasser-site.page-home .moasser-showcase-card img,
  body.moasser-site.page-home .moasser-showcase-card-right img,
  body.moasser-site.page-home .moasser-home-feature-academics .moasser-about-photo-single img {
    border-radius: 20px;
    box-shadow: 0 18px 34px rgba(16, 33, 61, 0.12);
  }

  body.moasser-site .moasser-floating-card,
  body.moasser-site .moasser-logo-chip {
    position: static;
    max-width: none;
    margin-top: 18px;
  }

  body.moasser-site .moasser-card,
  body.moasser-site .moasser-newsletter .moasser-card {
    padding: 24px;
  }

  body.moasser-site .moasser-section-head {
    margin-bottom: 40px;
  }

  body.moasser-site .moasser-breadcrumb .it-breadcrumb-title {
    font-size: 38px;
  }

  body.moasser-site .moasser-breadcrumb p,
  body.moasser-site .moasser-hero-copy p {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.moasser-site .moasser-hero-slide {
    animation: none;
    transform: none;
  }

  body.moasser-site .moasser-hero-slide:first-child {
    opacity: 1;
  }
}

@keyframes moasserHeroFade {
  0%,
  28% {
    opacity: 1;
    transform: scale(1);
  }

  33%,
  100% {
    opacity: 0;
    transform: scale(1.06);
  }
}

body.moasser-site.page-home {
  --moasser-home-accent: var(--moasser-green-deep);
  --moasser-home-ink: var(--moasser-navy);
  --moasser-home-soft: var(--moasser-surface-alt);
  --moasser-home-line: var(--moasser-line);
}

body.moasser-site.page-home .moasser-header-top {
  display: none;
}

body.moasser-site.page-home #header-sticky {
  background: #ffffff;
  border-bottom: 1px solid rgba(16, 33, 61, 0.08);
}

body.moasser-site.page-home #header-sticky.header-sticky {
  box-shadow: 0 18px 40px rgba(16, 33, 61, 0.08);
}

body.moasser-site .moasser-home-header-row .moasser-brand {
  gap: 12px;
}

body.moasser-site .moasser-home-header-row {
  --bs-gutter-x: 24px;
}

body.moasser-site .moasser-home-header-row .moasser-brand strong {
  max-width: 200px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.05;
}

body.moasser-site .moasser-home-header-row .moasser-brand small {
  display: none;
}

body.moasser-site .moasser-home-header-row .it-header-menu ul {
  justify-content: flex-start;
  gap: 0;
}

body.moasser-site .moasser-home-header-row .it-header-menu ul li a {
  min-height: 44px;
  padding: 10px 9px;
  color: var(--moasser-home-ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  border-radius: 12px;
  background: transparent !important;
  white-space: nowrap;
}

body.moasser-site .moasser-home-header-row .it-header-menu ul li a.active,
body.moasser-site .moasser-home-header-row .it-header-menu ul li a:hover {
  color: var(--moasser-home-accent);
  background: rgba(89, 198, 79, 0.12) !important;
}

body.moasser-site .moasser-home-header-row .moasser-header-actions .it-btn-yellow {
  min-height: 52px;
  padding: 14px 20px;
  font-size: 13px;
  gap: 10px;
  white-space: nowrap;
}

body.moasser-site.page-home .moasser-home-hero {
  min-height: calc(100vh - 90px);
  padding: 120px 0 88px;
  background: #0f2344;
}

body.moasser-site.page-home .moasser-home-hero::before {
  background:
    linear-gradient(100deg, rgba(9, 23, 45, 0.92) 0%, rgba(12, 30, 54, 0.82) 45%, rgba(12, 30, 54, 0.56) 100%),
    radial-gradient(circle at top left, rgba(89, 198, 79, 0.18), transparent 30%);
}

body.moasser-site.page-home .moasser-home-hero .it-hero-shape-2,
body.moasser-site.page-home .moasser-home-hero .it-hero-shape-3 {
  display: none;
}

body.moasser-site.page-home .moasser-hero-slides {
  z-index: 0;
}

body.moasser-site.page-home .moasser-hero-slide {
  filter: saturate(0.9) contrast(1.02);
}

body.moasser-site.page-home .moasser-kicker {
  color: var(--moasser-home-accent);
  font-size: 16px;
  letter-spacing: 0.08em;
}

body.moasser-site.page-home .moasser-kicker::before {
  width: 10px;
  height: 10px;
  background: var(--moasser-home-accent);
  box-shadow: 0 0 0 7px rgba(89, 198, 79, 0.18);
}

body.moasser-site.page-home .moasser-hero-copy {
  max-width: 760px;
  padding: 24px 0;
}

body.moasser-site.page-home .moasser-hero-copy h1 {
  margin: 18px 0 28px;
  color: #ffffff;
  max-width: 760px;
  font-size: clamp(64px, 9vw, 112px);
  line-height: 0.94;
  letter-spacing: -0.03em;
}

body.moasser-site.page-home .moasser-hero-copy h1 .moasser-hero-line {
  display: block;
  white-space: nowrap;
}

body.moasser-site.page-home .moasser-hero-copy p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  line-height: 1.75;
}

body.moasser-site.page-home .moasser-hero-copy .moasser-pill-row {
  max-width: 620px;
}

body.moasser-site.page-home .moasser-pill-row span {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
}

body.moasser-site.page-home .moasser-hero-copy .moasser-button-row {
  margin-top: 38px;
}

body.moasser-site.page-home .moasser-button-row .it-btn-yellow,
body.moasser-site.page-home .moasser-button-row .moasser-btn-secondary,
body.moasser-site.page-home .moasser-button-row .moasser-btn-ghost,
body.moasser-site.page-home .it-footer-widget-btn .it-btn-yellow {
  min-height: 52px;
  padding: 14px 20px;
  font-size: 13px;
  gap: 10px;
  white-space: nowrap;
}

body.moasser-site .moasser-whatsapp-float {
  position: fixed;
  top: 108px;
  right: 22px;
  z-index: 1200;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, #129c4a, #25d366);
  color: #ffffff;
  box-shadow: 0 18px 40px rgba(18, 156, 74, 0.3);
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    background 0.24s ease;
}

body.moasser-site .moasser-whatsapp-float i {
  font-size: 2rem;
  color: inherit;
}

body.moasser-site .moasser-whatsapp-float:hover,
body.moasser-site .moasser-whatsapp-float:focus {
  transform: translateY(-3px) scale(1.02);
  background: linear-gradient(135deg, #0f8e42, #1fc85e);
  box-shadow: 0 22px 44px rgba(18, 156, 74, 0.36);
}

body.moasser-site.page-home .moasser-hero-pagination {
  position: absolute;
  right: 34px;
  top: 50%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  transform: translateY(-50%);
}

body.moasser-site.page-home .moasser-hero-pagination::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 50%;
  width: 1px;
  background: rgba(255, 255, 255, 0.34);
  transform: translateX(-50%);
}

body.moasser-site.page-home .moasser-hero-pagination-item {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.12);
  animation: moasserHeroPager 18s infinite;
}

body.moasser-site.page-home .moasser-hero-pagination-item:nth-child(2) {
  animation-delay: 6s;
}

body.moasser-site.page-home .moasser-hero-pagination-item:nth-child(3) {
  animation-delay: 12s;
}

body.moasser-site.page-home .moasser-home-eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--moasser-home-accent);
  font-size: 18px;
  letter-spacing: 0.04em;
}

body.moasser-site.page-home .moasser-section-head {
  max-width: 760px;
}

body.moasser-site.page-home .moasser-section-head h2,
body.moasser-site.page-home .moasser-home-copy h2,
body.moasser-site.page-home .moasser-showcase-title h2 {
  color: var(--moasser-home-ink);
  font-size: clamp(42px, 5vw, 78px);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

body.moasser-site.page-home .moasser-home-about {
  background: #ffffff;
}

body.moasser-site.page-home .moasser-home-feature-academics {
  background: var(--moasser-home-soft);
}

body.moasser-site.page-home .moasser-home-feature-admissions {
  border-top: 1px solid rgba(31, 31, 31, 0.06);
}

body.moasser-site.page-home .moasser-about-collage {
  max-width: 520px;
}

body.moasser-site.page-home .moasser-home-feature-academics .moasser-about-collage {
  margin-left: auto;
}

body.moasser-site.page-home .moasser-about-photo-single {
  position: relative;
  isolation: isolate;
  margin: 0;
  aspect-ratio: 4 / 3;
}

body.moasser-site.page-home .moasser-about-photo-single::before {
  content: "";
  position: absolute;
  right: 18px;
  bottom: -14px;
  width: clamp(120px, 34%, 190px);
  height: clamp(76px, 18vw, 126px);
  border-radius: 28px 78px 26px 70px;
  background: linear-gradient(135deg, rgba(89, 198, 79, 0.22), rgba(255, 207, 102, 0.18));
  z-index: 0;
}

body.moasser-site.page-home .moasser-home-feature-academics .moasser-about-photo-single::before {
  right: auto;
  left: 18px;
  border-radius: 78px 28px 70px 26px;
  background: linear-gradient(135deg, rgba(12, 97, 66, 0.2), rgba(89, 198, 79, 0.14));
}

body.moasser-site.page-home .moasser-about-photo-single img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px 96px 26px 76px;
  box-shadow: 0 30px 56px rgba(16, 33, 61, 0.18);
  filter: saturate(1.04) contrast(1.02);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    filter 0.28s ease;
  position: relative;
  z-index: 1;
}

body.moasser-site.page-home .moasser-home-feature-academics .moasser-about-photo-single img {
  border-radius: 96px 30px 76px 26px;
}

body.moasser-site.page-home .moasser-home-copy {
  max-width: 560px;
}

body.moasser-site.page-home .moasser-home-copy p {
  color: #525252;
  font-size: 18px;
  line-height: 1.9;
}

body.moasser-site.page-home .moasser-home-checks {
  display: grid;
  gap: 18px;
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
}

body.moasser-site.page-home .moasser-home-checks li {
  position: relative;
  padding-left: 42px;
  color: var(--moasser-home-ink);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.65;
}

body.moasser-site.page-home .moasser-home-checks li::before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--moasser-home-ink);
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 28px;
}

body.moasser-site.page-home .moasser-home-showcase {
  background: #ffffff;
}

body.moasser-site.page-home .moasser-showcase-title {
  max-width: 520px;
  margin: 12px 0 34px auto;
}

body.moasser-site.page-home .moasser-showcase-card {
  position: relative;
  isolation: isolate;
  margin: 0;
}

body.moasser-site.page-home .moasser-showcase-card::before {
  content: "";
  position: absolute;
  right: 18px;
  top: 18px;
  width: clamp(130px, 30%, 190px);
  height: clamp(84px, 16vw, 126px);
  border-radius: 28px 78px 26px 70px;
  background: linear-gradient(135deg, rgba(89, 198, 79, 0.2), rgba(255, 207, 102, 0.16));
  z-index: 0;
}

body.moasser-site.page-home .moasser-showcase-card-right::before {
  right: auto;
  left: 18px;
  border-radius: 78px 28px 70px 26px;
  background: linear-gradient(135deg, rgba(12, 97, 66, 0.18), rgba(89, 198, 79, 0.14));
}

body.moasser-site.page-home .moasser-showcase-card img {
  width: 100%;
  position: relative;
  z-index: 1;
  object-fit: cover;
  border-radius: 34px 112px 30px 84px;
  box-shadow: 0 30px 56px rgba(16, 33, 61, 0.18);
  filter: saturate(1.04) contrast(1.02);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    filter 0.28s ease;
}

body.moasser-site.page-home .moasser-showcase-card-left img {
  height: 620px;
}

body.moasser-site.page-home .moasser-showcase-card-right img {
  height: 760px;
  border-radius: 112px 34px 84px 30px;
}

body.moasser-site.page-home .moasser-showcase-copy {
  max-width: 520px;
  padding-top: 24px;
}

body.moasser-site .moasser-breadcrumb .it-breadcrumb-thumb:hover img:first-child,
body.moasser-site .moasser-gallery-card:hover img,
body.moasser-site .moasser-image-panel:hover img,
body.moasser-site.page-home .moasser-about-photo-single:hover img,
body.moasser-site.page-home .moasser-showcase-card:hover img,
body.moasser-site .moasser-photo-grid img:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 36px 64px rgba(16, 33, 61, 0.2);
  filter: saturate(1.07) contrast(1.03);
}

body.moasser-site.page-home .moasser-showcase-copy span {
  display: block;
  margin-bottom: 12px;
  color: #666666;
  font-size: 16px;
}

body.moasser-site.page-home .moasser-showcase-copy h3 {
  color: var(--moasser-home-ink);
  font-size: clamp(40px, 4vw, 60px);
  line-height: 1.02;
}

body.moasser-site.page-home .gray-bg {
  background: var(--moasser-surface-alt) !important;
}

body.moasser-site.page-home .gray-bg .moasser-card-label {
  background: var(--moasser-green-soft);
  color: var(--moasser-home-accent);
}

body.moasser-site.page-home .moasser-home-gallery {
  position: relative;
}

body.moasser-site.page-home .moasser-home-gallery .moasser-section-head {
  margin-bottom: 34px;
}

body.moasser-site.page-home .moasser-home-gallery .moasser-section-head p {
  max-width: 700px;
}

body.moasser-site.page-home .moasser-home-gallery-carousel {
  position: relative;
}

body.moasser-site.page-home .moasser-gallery-slide img {
  height: 360px;
}

body.moasser-site.page-home .moasser-gallery-slide figcaption {
  padding: 20px 10px 0;
  font-size: 16px;
}

body.moasser-site.page-home .gray-bg .moasser-card {
  border-radius: 28px;
  background: #ffffff;
  box-shadow: none;
}

body.moasser-site.page-home .gray-bg .moasser-card h3,
body.moasser-site.page-home .moasser-newsletter h2 {
  letter-spacing: -0.03em;
}

body.moasser-site.page-home .moasser-newsletter .moasser-card {
  border-radius: 28px;
}

body.moasser-site.page-home .moasser-newsletter p {
  max-width: 560px;
  margin-bottom: 0;
}

body.moasser-site.page-home .moasser-newsletter .moasser-card,
body.moasser-site.page-academics .moasser-newsletter .moasser-card {
  background: linear-gradient(135deg, #1f56d1, #3f7cf2);
}

body.moasser-site.page-home .moasser-newsletter .moasser-kicker,
body.moasser-site.page-academics .moasser-newsletter .moasser-kicker {
  color: rgba(239, 245, 255, 0.92);
}

body.moasser-site.page-home .moasser-newsletter .moasser-kicker::before,
body.moasser-site.page-academics .moasser-newsletter .moasser-kicker::before {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.16);
}

@media (min-width: 1200px) {
  body.moasser-site #header-sticky {
    padding: 10px 0;
  }

  body.moasser-site .moasser-home-header-row {
    flex-wrap: nowrap;
    align-items: center;
  }

  body.moasser-site .moasser-home-brand-col .it-header-logo {
    display: flex;
    align-items: center;
    min-height: 100%;
  }

  body.moasser-site .moasser-home-brand-col {
    flex: 0 0 272px;
    width: 272px;
    max-width: 272px;
  }

  body.moasser-site .moasser-home-nav-col {
    flex: 1 1 auto;
    width: auto;
    max-width: none;
    min-width: 0;
    padding-right: 6px;
  }

  body.moasser-site .moasser-home-actions-col {
    flex: 0 0 198px;
    width: 198px;
    max-width: 198px;
    padding-left: 10px;
  }

  body.moasser-site .moasser-home-header-row .it-header-menu {
    padding-left: 0;
  }
}

@media (max-width: 1199px) {
  body.moasser-site.page-home .moasser-home-hero {
    min-height: auto;
    padding: 110px 0 84px;
  }

  body.moasser-site.page-home .moasser-hero-copy h1 {
    font-size: clamp(60px, 9vw, 96px);
  }

  body.moasser-site.page-home .moasser-about-collage {
    max-width: 470px;
  }
}

@media (max-width: 991px) {
  body.moasser-site.page-home .moasser-hero-pagination {
    right: 18px;
  }

  body.moasser-site.page-home .moasser-about-collage {
    max-width: 520px;
    margin: 0 auto;
  }

  body.moasser-site.page-home .moasser-showcase-title {
    margin: 0 0 28px;
  }

  body.moasser-site.page-home .moasser-showcase-card-right img {
    height: 620px;
  }
}

@media (max-width: 767px) {
  body.moasser-site.page-home .moasser-home-hero {
    padding: 88px 0 70px;
  }

  body.moasser-site .moasser-whatsapp-float {
    top: 92px;
    right: 14px;
    width: 58px;
    height: 58px;
  }

  body.moasser-site .moasser-whatsapp-float i {
    font-size: 1.8rem;
  }

  body.moasser-site.page-home .moasser-hero-copy h1 {
    font-size: clamp(48px, 16vw, 78px);
  }

  body.moasser-site.page-home .moasser-hero-copy h1 .moasser-hero-line {
    display: inline;
    white-space: normal;
  }

  body.moasser-site.page-home .moasser-hero-pagination {
    display: none;
  }

  body.moasser-site.page-home .moasser-pill-row span {
    min-height: 38px;
    padding: 8px 14px;
    font-size: 12px;
  }

  body.moasser-site.page-home .moasser-section-head h2,
  body.moasser-site.page-home .moasser-home-copy h2,
  body.moasser-site.page-home .moasser-showcase-title h2 {
    font-size: clamp(34px, 12vw, 52px);
  }

  body.moasser-site.page-home .moasser-about-collage {
    max-width: none;
  }

  body.moasser-site.page-home .moasser-about-photo-single {
    aspect-ratio: 4 / 3;
  }

  body.moasser-site.page-home .moasser-about-photo-single,
  body.moasser-site.page-home .moasser-showcase-card {
    overflow: hidden;
    border-radius: 20px;
  }

  body.moasser-site.page-home .moasser-about-photo-single::before,
  body.moasser-site.page-home .moasser-showcase-card::before {
    display: none;
  }

  body.moasser-site.page-home .moasser-about-photo-single img,
  body.moasser-site.page-home .moasser-showcase-card img,
  body.moasser-site.page-home .moasser-showcase-card-right img,
  body.moasser-site.page-home .moasser-home-feature-academics .moasser-about-photo-single img {
    border-radius: 20px;
    box-shadow: 0 18px 34px rgba(16, 33, 61, 0.12);
  }

  body.moasser-site.page-home .moasser-gallery-slide img {
    height: clamp(240px, 72vw, 360px);
    border-radius: 20px;
  }

  body.moasser-site.page-home .moasser-showcase-card-left img,
  body.moasser-site.page-home .moasser-showcase-card-right img {
    height: 360px;
  }

  body.moasser-site.page-home .moasser-showcase-copy h3 {
    font-size: 36px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.moasser-site.page-home .moasser-hero-pagination-item {
    animation: none;
  }
}

@keyframes moasserHeroPager {
  0%,
  28% {
    background: var(--moasser-home-accent);
    border-color: var(--moasser-home-accent);
  }

  33%,
  100% {
    background: rgba(0, 0, 0, 0.12);
    border-color: rgba(255, 255, 255, 0.7);
  }
}
