.edu-category {
  --edu-category-red: #d71920;
  --edu-category-red-dark: #91050b;
  --edu-category-navy: #14264a;
  --edu-category-copy: #5f6d84;
  --edu-category-line: #e9edf3;
  --edu-category-soft: #fff7f5;
  position: relative;
  overflow: clip;
  background:
    radial-gradient(circle at 4% 34%, rgba(215, 25, 32, .045), transparent 22%),
    #fff;
  color: var(--edu-category-navy);
  font-family: "EduTime Sans","EduTime Sans Fallback",Arial,sans-serif;
}

.edu-category,
.edu-category * {
  box-sizing: border-box;
}

.edu-category__container {
  width: min(1200px, calc(100% - 40px));
  margin-right: auto;
  margin-left: auto;
}

.edu-category a {
  text-decoration: none !important;
}

.edu-category-hero {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  border-bottom: 1px solid rgba(215, 25, 32, .1);
  background:
    radial-gradient(circle at 87% 13%, rgba(215, 25, 32, .1) 0 5%, transparent 5.2%),
    radial-gradient(circle at 6% 92%, rgba(255, 204, 66, .14) 0 10%, transparent 10.2%),
    linear-gradient(118deg, #fff 0%, #fff9f7 52%, #fff1ee 100%);
}

.edu-category-hero::before,
.edu-category-hero::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.edu-category-hero::before {
  top: -225px;
  right: -140px;
  width: 470px;
  height: 470px;
  border: 1px dashed rgba(215, 25, 32, .18);
  box-shadow: 0 0 0 66px rgba(215, 25, 32, .025);
}

.edu-category-hero::after {
  right: 15%;
  bottom: -95px;
  width: 160px;
  height: 160px;
  background: rgba(215, 25, 32, .04);
}

.edu-category-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 440px;
  align-items: center;
  grid-template-columns: minmax(0, .96fr) minmax(440px, 1.04fr);
  gap: clamp(32px, 4.5vw, 66px);
  padding-top: 42px;
  padding-bottom: 42px;
}

.edu-category__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 35px;
  color: #8a94a5;
  font-size: 12px;
}

.edu-category__breadcrumb a {
  color: #657087 !important;
  transition: color .24s ease;
}

.edu-category__breadcrumb a:hover {
  color: var(--edu-category-red) !important;
}

.edu-category-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: var(--edu-category-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.edu-category-hero__eyebrow i {
  display: block;
  width: 34px;
  height: 2px;
  background: var(--edu-category-red);
}

#wrapper .edu-category-hero h1,
.edu-category-hero h1 {
  max-width: 720px;
  margin: 0 !important;
  color: var(--edu-category-navy) !important;
  font-family: "EduTime Sans","EduTime Sans Fallback",Arial,sans-serif !important;
  font-size: clamp(38px, 4.25vw, 62px) !important;
  font-weight: 850 !important;
  letter-spacing: -.045em !important;
  line-height: 1.08 !important;
  text-transform: none !important;
}

.edu-category-hero__content > p {
  max-width: 680px;
  margin: 20px 0 0 !important;
  color: var(--edu-category-copy) !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
}

.edu-category-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.edu-category-hero__meta span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 5px;
  padding: 8px 14px;
  border: 1px solid rgba(215, 25, 32, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .84);
  color: #727d90;
  font-size: 11px;
  box-shadow: 0 7px 20px rgba(55, 31, 28, .045);
  backdrop-filter: blur(8px);
}

.edu-category-hero__meta strong {
  color: var(--edu-category-red);
  font-size: 12px;
}

.edu-category-hero__visual {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  justify-self: end;
  min-height: 0;
  padding: 0;
  border: 1px solid rgba(215, 25, 32, .12);
  border-radius: 28px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 28px 65px rgba(105, 45, 40, .14);
  transform: rotate(2deg);
}

.edu-category-hero__visual::before {
  position: absolute;
  z-index: -1;
  inset: 18px -20px -18px 20px;
  border-radius: inherit;
  background: linear-gradient(145deg, #d71920, #8e0208);
  content: "";
  opacity: .13;
  transform: rotate(-5deg);
}

.edu-category-hero__image,
.edu-category-hero__visual .edu-category__placeholder {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  border-radius: 27px;
  object-fit: cover;
}

.edu-category-hero__stamp {
  position: absolute;
  right: -20px;
  bottom: 30px;
  display: grid;
  min-width: 142px;
  min-height: 74px;
  place-content: center;
  padding: 10px 18px;
  border: 4px solid #fff;
  border-radius: 18px 8px 18px 8px;
  background: var(--edu-category-red);
  color: #fff !important;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 14px 30px rgba(145, 5, 11, .24);
  transform: rotate(-4deg);
}

.edu-category-hero__stamp strong {
  color: #fff !important;
  font-size: 13px;
}

.edu-category-hero__orbit {
  position: absolute;
  z-index: 4;
  top: -28px;
  right: 25px;
  width: 76px;
  height: 76px;
  border: 1px dashed rgba(215, 25, 32, .42);
  border-radius: 50%;
  background: rgba(255, 255, 255, .18);
  animation: edu-category-orbit 8s linear infinite !important;
  animation-iteration-count: infinite !important;
}

.edu-category-hero__orbit::after {
  position: absolute;
  top: -7px;
  left: 50%;
  width: 13px;
  height: 13px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--edu-category-red);
  box-shadow: 0 4px 10px rgba(145, 5, 11, .35), 0 0 0 5px rgba(215, 25, 32, .13);
  content: "";
  transform: translateX(-50%);
}

@keyframes edu-category-orbit {
  to { transform: rotate(360deg); }
}

.edu-category-topics {
  position: relative;
  z-index: 3;
  border-bottom: 1px solid var(--edu-category-line);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 10px 30px rgba(30, 45, 72, .045);
}

.edu-category-topics .edu-category__container {
  display: flex;
  min-height: 76px;
  align-items: center;
  gap: 18px;
}

.edu-category-topics__label {
  flex: 0 0 auto;
  color: var(--edu-category-navy);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.edu-category-topics__links {
  display: flex;
  min-width: 0;
  flex: 1;
  gap: 8px;
  overflow-x: auto;
  padding: 12px 0;
  scrollbar-width: none;
}

.edu-category-topics__links::-webkit-scrollbar {
  display: none;
}

.edu-category-topics__links a {
  display: inline-flex;
  min-height: 38px;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid #e5e8ee;
  border-radius: 10px;
  background: #fff;
  color: #48556d !important;
  font-size: 11px;
  font-weight: 700;
  transition: border-color .26s ease, background-color .26s ease, color .26s ease, transform .26s ease;
}

.edu-category-topics__links a:hover {
  border-color: rgba(215, 25, 32, .24);
  background: var(--edu-category-soft);
  color: var(--edu-category-red) !important;
  transform: translateY(-1px);
}

.edu-category-topics__links small {
  display: grid;
  min-width: 21px;
  height: 21px;
  place-items: center;
  padding: 0 5px;
  border-radius: 999px;
  background: #f3f5f8;
  color: #818b9c;
  font-size: 8px;
}

.edu-category-majors {
  position: relative;
  z-index: 2;
  padding: 48px 0 50px;
  border-bottom: 1px solid rgba(215, 25, 32, .08);
  background:
    radial-gradient(circle at 94% 12%, rgba(215, 25, 32, .07), transparent 22%),
    linear-gradient(145deg, #fffaf8, #fff 62%);
}

.edu-category-majors .edu-category__section-heading {
  margin-bottom: 20px;
}

.edu-category-majors__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.edu-category-majors__grid > a {
  display: grid;
  min-width: 0;
  min-height: 94px;
  align-items: center;
  padding: 16px;
  border: 1px solid #e7eaf0;
  border-radius: 16px;
  background: rgba(255, 255, 255, .94);
  color: var(--edu-category-navy) !important;
  box-shadow: 0 10px 28px rgba(24, 39, 68, .055);
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 12px;
  transition: border-color .3s ease, box-shadow .3s ease, transform .3s cubic-bezier(.22, .72, .25, 1);
}

.edu-category-majors__grid > a:hover {
  border-color: rgba(215, 25, 32, .24);
  box-shadow: 0 16px 34px rgba(100, 38, 40, .11);
  transform: translateY(-3px);
}

.edu-category-majors__icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  background: #fff1ef;
  color: var(--edu-category-red);
}

.edu-category-majors__icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.edu-category-majors__grid > a > span:nth-child(2) {
  min-width: 0;
}

.edu-category-majors__grid strong,
.edu-category-majors__grid small {
  display: block;
}

.edu-category-majors__grid strong {
  overflow: hidden;
  color: var(--edu-category-navy);
  font-size: 13px;
  font-weight: 820;
  line-height: 1.35;
  text-overflow: ellipsis;
}

.edu-category-majors__grid small {
  margin-top: 4px;
  color: #8a94a4;
  font-size: 9px;
}

.edu-category-majors__grid i {
  color: var(--edu-category-red);
  font-size: 16px;
  font-style: normal;
  transition: transform .25s ease;
}

.edu-category-majors__grid > a:hover i {
  transform: translateX(3px);
}

.edu-category__content {
  padding-top: 58px;
  padding-bottom: 72px;
}

.edu-category__section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 22px;
}

.edu-category__section-heading > div > span {
  display: block;
  margin-bottom: 5px;
  color: var(--edu-category-red);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

#wrapper .edu-category__section-heading h2,
.edu-category__section-heading h2 {
  margin: 0 !important;
  color: var(--edu-category-navy) !important;
  font-size: clamp(24px, 2.5vw, 34px) !important;
  font-weight: 850 !important;
  letter-spacing: -.03em !important;
  line-height: 1.2 !important;
  text-transform: none !important;
}

.edu-category__section-heading > p {
  max-width: 430px;
  margin: 0 !important;
  color: #7a8597 !important;
  font-size: 12px !important;
  line-height: 1.55 !important;
  text-align: right;
}

.edu-category-featured {
  margin-bottom: 58px;
}

.edu-category-featured__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.48fr) minmax(330px, .52fr);
  gap: 18px;
}

.edu-category-featured__primary,
.edu-category-featured__mini,
.edu-category-card {
  border: 1px solid var(--edu-category-line);
  background: #fff;
  box-shadow: 0 14px 38px rgba(24, 39, 68, .065);
}

.edu-category-featured__primary {
  display: grid;
  min-width: 0;
  overflow: hidden;
  border-radius: 22px;
  align-items: center;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, 1fr);
  transition: border-color .34s ease, box-shadow .34s ease, transform .34s cubic-bezier(.22, .72, .25, 1);
}

.edu-category-featured__primary:hover {
  border-color: rgba(215, 25, 32, .2);
  box-shadow: 0 20px 48px rgba(71, 39, 42, .11);
  transform: translateY(-3px);
}

.edu-category-featured__media,
.edu-category-card__media {
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
  background: #f4f6f9;
}

.edu-category-featured__media {
  width: 100%;
  min-height: 0;
  aspect-ratio: 16 / 9;
  align-self: center;
}

.edu-category-featured__image,
.edu-category-card__image,
.edu-category-featured__mini-image {
  display: block;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.22, .72, .25, 1);
}

.edu-category-featured__primary:hover .edu-category-featured__image,
.edu-category-card:hover .edu-category-card__image,
.edu-category-featured__mini:hover .edu-category-featured__mini-image {
  transform: scale(1.035);
}

.edu-category-featured__media > span,
.edu-category-card__media > span {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  max-width: calc(100% - 28px);
  overflow: hidden;
  padding: 6px 10px;
  border-radius: 7px;
  background: rgba(215, 25, 32, .92);
  color: #fff;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .045em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  backdrop-filter: blur(5px);
}

.edu-category-featured__body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(20px, 2.2vw, 28px);
}

.edu-category-card__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #8a94a4;
  font-size: 9px;
  font-weight: 600;
}

.edu-category-card__meta time,
.edu-category-card__meta span {
  position: relative;
}

.edu-category-card__meta span::before {
  position: absolute;
  top: 50%;
  left: -9px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--edu-category-red);
  content: "";
  transform: translateY(-50%);
}

#wrapper .edu-category-featured__body h2,
.edu-category-featured__body h2 {
  margin: 14px 0 12px !important;
  font-size: clamp(22px, 2vw, 30px) !important;
  font-weight: 850 !important;
  letter-spacing: -.035em !important;
  line-height: 1.25 !important;
  text-transform: none !important;
}

.edu-category-featured__body h2 a,
.edu-category-card h2 a,
.edu-category-featured__mini h2 a {
  color: var(--edu-category-navy) !important;
  transition: color .25s ease;
}

.edu-category-featured__body h2 a:hover,
.edu-category-card h2 a:hover,
.edu-category-featured__mini h2 a:hover {
  color: var(--edu-category-red) !important;
}

.edu-category-featured__body > p,
.edu-category-card__body > p {
  margin: 0 !important;
  color: var(--edu-category-copy) !important;
  font-size: 12px !important;
  line-height: 1.7 !important;
}

.edu-category-featured__body > p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.edu-category-card__more {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  color: var(--edu-category-red) !important;
  font-size: 10px;
  font-weight: 800;
}

.edu-category-card__more span {
  transition: transform .25s ease;
}

.edu-category-card__more:hover span {
  transform: translateX(3px);
}

.edu-category-featured__side {
  display: grid;
  min-width: 0;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 11px;
}

.edu-category-featured__mini {
  display: grid;
  min-width: 0;
  overflow: hidden;
  border-radius: 15px;
  align-items: center;
  grid-template-columns: minmax(140px, 44%) minmax(0, 1fr);
  transition: border-color .28s ease, box-shadow .28s ease, transform .28s ease;
}

.edu-category-featured__mini:hover {
  border-color: rgba(215, 25, 32, .18);
  box-shadow: 0 14px 30px rgba(71, 39, 42, .1);
  transform: translateX(2px);
}

.edu-category-featured__mini-media {
  display: block;
  width: 100%;
  min-height: 0;
  overflow: hidden;
  border-radius: 12px;
  background: #f4f6f9;
  aspect-ratio: 16 / 9;
  align-self: center;
}

.edu-category-featured__mini > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 12px 13px;
}

.edu-category-featured__mini time,
.edu-category-featured__mini > div > span {
  color: #8a94a4;
  font-size: 8px;
}

#wrapper .edu-category-featured__mini h2,
.edu-category-featured__mini h2 {
  display: -webkit-box;
  margin: 5px 0 !important;
  overflow: hidden;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.42 !important;
  text-transform: none !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.edu-category-list {
  margin-top: 10px;
}

.edu-category-list__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.edu-category-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border-radius: 18px;
  transition: border-color .34s ease, box-shadow .34s ease, transform .34s cubic-bezier(.22, .72, .25, 1);
}

.edu-category-card:hover {
  border-color: rgba(215, 25, 32, .2);
  box-shadow: 0 20px 42px rgba(71, 39, 42, .11);
  transform: translateY(-4px);
}

.edu-category-card__media {
  aspect-ratio: 16 / 9;
}

.edu-category-card__body {
  display: flex;
  min-height: 236px;
  flex: 1;
  flex-direction: column;
  padding: 17px;
}

#wrapper .edu-category-card h2,
.edu-category-card h2 {
  display: -webkit-box;
  margin: 10px 0 8px !important;
  overflow: hidden;
  font-size: 16px !important;
  font-weight: 820 !important;
  letter-spacing: -.018em !important;
  line-height: 1.42 !important;
  text-transform: none !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.edu-category-card__body > p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.edu-category-card .edu-category-card__more {
  margin-top: auto;
  padding-top: 15px;
}

.edu-category__placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  background:
    radial-gradient(circle at 80% 20%, rgba(215, 25, 32, .12), transparent 26%),
    linear-gradient(145deg, #fff7f5, #f4f6fa);
  color: rgba(215, 25, 32, .48);
}

.edu-category__placeholder svg {
  width: 64px;
  height: 64px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.edu-category-pagination {
  margin: 42px 0 0;
}

.edu-category-pagination .page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.edu-category-pagination .page-numbers li {
  margin: 0 !important;
}

.edu-category-pagination a.page-numbers,
.edu-category-pagination span.page-numbers {
  display: inline-flex;
  min-width: 40px;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #e2e6ed;
  border-radius: 10px;
  background: #fff;
  color: #526077 !important;
  font-size: 10px;
  font-weight: 750;
  box-shadow: 0 6px 16px rgba(27, 43, 70, .045);
  transition: border-color .25s ease, background-color .25s ease, color .25s ease, transform .25s ease;
}

.edu-category-pagination a.page-numbers:hover,
.edu-category-pagination span.page-numbers.current {
  border-color: var(--edu-category-red);
  background: var(--edu-category-red);
  color: #fff !important;
  transform: translateY(-1px);
}

.edu-category-pagination .prev,
.edu-category-pagination .next {
  min-width: 105px !important;
}

.edu-category-cta {
  position: relative;
  display: grid;
  align-items: center;
  margin-top: 58px;
  padding: 25px 28px;
  overflow: hidden;
  border-radius: 22px;
  background:
    radial-gradient(circle at 90% 15%, rgba(255, 255, 255, .16) 0 8%, transparent 8.2%),
    linear-gradient(120deg, #d71920, #a2050b 58%, #720003);
  color: #fff;
  box-shadow: 0 20px 44px rgba(139, 4, 10, .2);
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 20px;
}

.edu-category-cta::after {
  position: absolute;
  right: -75px;
  bottom: -120px;
  width: 250px;
  height: 250px;
  border: 1px dashed rgba(255, 255, 255, .25);
  border-radius: 50%;
  content: "";
}

.edu-category-cta__icon {
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 18px;
  background: rgba(255, 255, 255, .12);
}

.edu-category-cta__icon svg {
  width: 35px;
  height: 35px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.edu-category-cta > div:nth-child(2) {
  position: relative;
  z-index: 1;
}

.edu-category-cta > div > span {
  display: block;
  margin-bottom: 3px;
  color: rgba(255, 255, 255, .75);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

#wrapper .edu-category-cta h2,
.edu-category-cta h2 {
  margin: 0 !important;
  color: #fff !important;
  font-size: 22px !important;
  font-weight: 850 !important;
  line-height: 1.25 !important;
  text-transform: none !important;
}

.edu-category-cta p {
  margin: 4px 0 0 !important;
  color: rgba(255, 255, 255, .78) !important;
  font-size: 11px !important;
}

.edu-category-cta > a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 18px;
  border-radius: 12px;
  background: #fff;
  color: var(--edu-category-red-dark) !important;
  font-size: 10px;
  font-weight: 850;
  box-shadow: 0 10px 25px rgba(68, 0, 3, .2);
  transition: box-shadow .28s ease, transform .28s ease;
}

.edu-category-cta > a:hover {
  box-shadow: 0 14px 30px rgba(68, 0, 3, .28);
  transform: translateY(-2px);
}

.edu-category-seo {
  margin-top: 42px;
  padding: clamp(25px, 4vw, 48px);
  border: 1px solid #e7eaf0;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(24, 39, 68, .055);
  color: #4e5c73;
  font-size: 14px;
  line-height: 1.75;
}

.edu-category-seo > :first-child {
  margin-top: 0 !important;
}

.edu-category-seo > :last-child {
  margin-bottom: 0 !important;
}

#wrapper .edu-category-seo h2,
#wrapper .edu-category-seo h3,
.edu-category-seo h2,
.edu-category-seo h3 {
  color: var(--edu-category-navy) !important;
  font-family: inherit !important;
  font-weight: 820 !important;
  text-transform: none !important;
}

.edu-category-seo a {
  color: var(--edu-category-red) !important;
}

.edu-category-empty {
  display: grid;
  min-height: 330px;
  place-items: center;
  align-content: center;
  padding: 35px;
  border: 1px dashed rgba(215, 25, 32, .25);
  border-radius: 24px;
  background: var(--edu-category-soft);
  text-align: center;
}

.edu-category-empty > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: var(--edu-category-red);
  color: #fff;
  font-family: Georgia, serif;
  font-size: 24px;
}

.edu-category-empty h2 {
  margin: 15px 0 5px !important;
  color: var(--edu-category-navy) !important;
  text-transform: none !important;
}

.edu-category-empty p {
  max-width: 540px;
  margin: 0 !important;
  color: var(--edu-category-copy) !important;
}

.edu-category-empty a {
  margin-top: 18px;
  padding: 10px 18px;
  border-radius: 10px;
  background: var(--edu-category-red);
  color: #fff !important;
  font-size: 11px;
  font-weight: 800;
}

.edu-major-section + .edu-major-section {
  margin-top: 64px;
}

.edu-major-schools__grid {
  grid-template-columns: minmax(0, 1fr);
}

.edu-major-schools .edu-school-card > .col-inner {
  grid-template-columns: 150px minmax(0, 1fr) 170px;
}

.edu-major-schools .edu-school-logo img {
  height: 112px !important;
}

.edu-major-schools__more {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  margin-top: 20px;
  padding: 10px 16px;
  border: 1px solid rgba(215, 25, 32, .18);
  border-radius: 11px;
  background: #fff7f5;
  color: var(--edu-category-red) !important;
  font-size: 11px;
  font-weight: 820;
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.edu-major-schools__more:hover {
  border-color: rgba(215, 25, 32, .35);
  box-shadow: 0 10px 24px rgba(100, 38, 40, .09);
  transform: translateY(-2px);
}

@media (max-width: 1024px) {
  .edu-category-hero__grid {
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 38px;
  }

  .edu-category-featured__layout {
    grid-template-columns: minmax(0, 1fr) 320px;
  }

  .edu-category-list__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .edu-category-majors__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 849px) {
  .edu-category__container {
    width: min(calc(100% - 28px), 680px);
  }

  .edu-category-hero {
    min-height: 0;
  }

  .edu-category-hero__grid {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 26px;
    padding-bottom: 42px;
  }

  .edu-category__breadcrumb {
    margin-bottom: 25px;
  }

  #wrapper .edu-category-hero h1,
  .edu-category-hero h1 {
    font-size: clamp(32px, 9vw, 46px) !important;
  }

  .edu-category-hero__content > p {
    margin-top: 14px !important;
    font-size: 14px !important;
  }

  .edu-category-hero__visual {
    width: min(92%, 470px);
    justify-self: center;
  }

  .edu-category-topics .edu-category__container {
    display: block;
    padding: 12px 0 8px;
  }

  .edu-category-topics__label {
    display: block;
    margin-bottom: 1px;
  }

  .edu-category__content {
    padding-top: 42px;
    padding-bottom: 52px;
  }

  .edu-category-majors {
    padding: 38px 0 40px;
  }

  .edu-category-majors__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .edu-category__section-heading {
    display: block;
  }

  .edu-category__section-heading > p {
    margin-top: 7px !important;
    text-align: left;
  }

  .edu-category-featured__layout {
    grid-template-columns: 1fr;
  }

  .edu-category-featured__primary {
    grid-template-columns: 1fr;
  }

  .edu-category-featured__side {
    grid-template-rows: none;
  }

  .edu-category-featured__mini {
    grid-template-columns: minmax(142px, 36%) minmax(0, 1fr);
  }

  .edu-category-list__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .edu-major-schools .edu-school-card > .col-inner {
    grid-template-columns: 120px minmax(0, 1fr);
  }

  .edu-major-schools .edu-school-actions {
    grid-column: 1 / -1;
  }

  .edu-category-cta {
    grid-template-columns: 58px minmax(0, 1fr);
    padding: 22px;
  }

  .edu-category-cta__icon {
    width: 56px;
    height: 56px;
  }

  .edu-category-cta > a {
    grid-column: 1 / -1;
    width: 100%;
  }
}

@media (max-width: 560px) {
  .edu-category__container {
    width: calc(100% - 24px);
  }

  .edu-category-hero__visual {
    width: calc(100% - 16px);
  }

  .edu-category-hero__stamp {
    right: -10px;
    bottom: 18px;
    min-width: 122px;
    min-height: 62px;
  }

  .edu-category-hero__orbit {
    top: -22px;
    right: 18px;
    width: 62px;
    height: 62px;
  }

  .edu-category-list__grid {
    grid-template-columns: 1fr;
  }

  .edu-category-majors__grid {
    grid-template-columns: 1fr;
  }

  .edu-category-card__body {
    min-height: 218px;
  }

  .edu-major-schools .edu-school-card > .col-inner {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 12px;
    padding: 15px !important;
  }

  .edu-major-schools .edu-school-logo,
  .edu-major-schools .edu-school-logo img {
    width: 82px !important;
    height: 82px !important;
  }

  .edu-category-featured__body {
    padding: 23px 19px;
  }

  .edu-category-featured__mini {
    grid-template-columns: 116px minmax(0, 1fr);
  }

  .edu-category-featured__mini-media {
    min-height: 0;
  }

  .edu-category-pagination a.page-numbers,
  .edu-category-pagination span.page-numbers {
    min-width: 36px;
    min-height: 36px;
    padding: 7px 10px;
  }

  .edu-category-pagination .prev,
  .edu-category-pagination .next {
    min-width: 92px !important;
  }

  .edu-category-cta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .edu-category-cta > a {
    width: 100%;
  }
}
