@font-face {
  font-display: swap;
  font-family: "Neue";
  font-weight: 700;
  src: url("../assets/fonts/NHaasGroteskTXStd-75Bd.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Helvetica Neue RIT";
  font-weight: 700;
  src: url("../assets/fonts/HelveticaNeueLTCom-Bd.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Helvetica Neue RIT";
  font-weight: 500;
  src: url("../assets/fonts/HelveticaNeueMedium.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Helvetica Neue RIT";
  font-weight: 300;
  src: url("../assets/fonts/HelveticaNeueLight.woff2") format("woff2");
}

:root {
  --orange: #f76902;
  --black: #000;
  --dark: #1a1a1a;
  --white: #fff;
  --muted: #d9d9d9;
  --text: #1f2128;
  --container: 1280px;
  --small: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--text);
  font-family: "Open Sans", "Helvetica Neue RIT", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  overflow-x: hidden;
}

body.is-menu-open {
  overflow: hidden;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  border: 0;
  cursor: pointer;
  font: inherit;
}

p,
h1,
h2,
h3,
blockquote {
  margin: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.container,
.container--small {
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.container {
  max-width: var(--container);
}

.container--small {
  max-width: var(--small);
}



.button {
  align-items: center;
  display: inline-flex;
  font-family: "Open Sans", "Helvetica Neue RIT", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  min-height: 50px;
  min-width: 250px;
  padding: 15px 32px;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.button--orange {
  background: var(--orange);
  color: var(--white);
}

.button--orange:hover {
  background: var(--black);
  box-shadow: inset 0 0 0 3px var(--orange);
}

.button--dark {
  background: #2a2d33;
  color: var(--white);
}

.button--dark:hover {
  background: var(--black);
}

.button--light {
  background: var(--muted);
  color: #202020;
}

.button--light:hover {
  background: var(--white);
  box-shadow: inset 0 0 0 2px #202020;
}

.button--Main,
.benefits__ActionButton {
  align-items: center;
  border-radius: 0;
  display: inline-flex;
  font-family: "Open Sans", "Helvetica Neue RIT", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  min-height: 50px;
  padding: 14px 30px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.2s ease;
}

.button--Main.orange,
.benefits__ActionButton--primary {
  background: var(--orange);
  color: var(--white);
}

.button--Main.black {
  background: var(--black);
  color: var(--white);
}

.benefits__ActionButton--secondary {
  background: var(--muted);
  color: #202020;
}

.twoButtons {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  text-align: center;
  z-index: 260;
}

.twoButtons a {
  padding: 0;
  width: 250px;
}

.bottomMargin {
  margin-bottom: 60px;
}

.button-row {
  display: flex;
  gap: 32px;
  justify-content: center;
}

.navigation {
  background: var(--white);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.navigation__wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 90px;
}

.navigation__logo img {
  width: 155px;
}

.navigation__links {
  align-items: center;
  display: flex;
  gap: 28px;
  font-family: "Open Sans", "Helvetica Neue RIT", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.navigation__links a {
  display: block;
  padding: 34px 0;
  position: relative;
}

.navigation__links a::after {
  background: var(--orange);
  bottom: 0;
  content: "";
  height: 4px;
  left: 50%;
  opacity: 0;
  position: absolute;
  transform: translateX(-50%);
  transition: opacity 0.2s ease;
  width: 40px;
}

.navigation__links a:hover {
  color: var(--orange);
}

.navigation__links a:hover::after {
  opacity: 1;
}

.navigation__hamburger {
  background: transparent;
  display: none;
  height: 26px;
  position: relative;
  width: 32px;
}

.navigation__hamburger span,
.navigation__hamburger::before,
.navigation__hamburger::after {
  background: var(--black);
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 32px;
}

.navigation__hamburger span {
  top: 12px;
}

.navigation__hamburger::before {
  top: 4px;
}

.navigation__hamburger::after {
  bottom: 4px;
}

.hero {
  align-items: center;
  background: var(--black);
  display: flex;
  min-height: 640px;
  overflow: hidden;
  position: relative;
}

.hero__image,
.hero__overlay {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.hero__image {
  object-fit: cover;
  object-position: center;
}

.hero__overlay {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.38) 46%, rgba(0, 0, 0, 0.1) 100%);
}

.hero__content {
  color: var(--white);
  max-width: 1280px;
  padding-bottom: 96px;
  padding-top: 96px;
  position: relative;
  z-index: 2;
}

.eyebrow {
  color: var(--orange);
  font-family: "Open Sans", "Helvetica Neue RIT", Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.hero h1 {
  font-family: "Open Sans", "Helvetica Neue RIT", Arial, sans-serif;
  font-size: clamp(43px, 5.7vw, 62px);
  font-weight: 700;
  line-height: 1.16;
  margin: 46px 0 30px;
  max-width:950px;
 }

.hero__lead {
  font-size: clamp(22px, 2.1vw, 28px);
  font-weight: 300;
  line-height: 1.35;
  margin-bottom: 38px;
  max-width: 610px;
}

.hero__lead strong {
  font-weight: 700;
}

.intro {
  background: var(--orange);
  color: var(--white);
  padding: 112px 0 98px;
}

.intro h2 {
  color: var(--black);
  font-family: "Open Sans", "Helvetica Neue RIT", Arial, sans-serif;
  font-size: clamp(42px, 5vw, 54px);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 auto;
  max-width: 1220px;
  text-align: center;
}

.intro h2 span,
.intro h2 br + * {
  color: var(--white);
}

.intro__subline {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.35;
  margin-top: 42px;
  text-align: center;
}

.intro__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 76px auto 0;
  max-width: 1120px;
}

.stat {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding: 31px 58px;
}

.stat:nth-child(odd) {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.stat p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.35;
}

.stat strong {
  color: var(--black);
  display: block;
  font-family: "Open Sans", "Helvetica Neue RIT", Arial, sans-serif;
  font-size: clamp(46px, 4.1vw, 58px);
  font-weight: 700;
  line-height: 1.05;
  margin: 12px 0 8px;
}

.intro__cta {
  align-items: center;
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(0, 1fr) 300px;
  margin: 82px auto 0;
  max-width: 1120px;
}

.intro__cta p {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.35;
}

.benefits {
  background: var(--white);
  padding: 120px 0 86px;
  position: relative;
}

.corner {
  pointer-events: none;
  position: absolute;
}

.corner--top {
  left: 0;
  top: 0;
  width: 230px;
}

.benefits h2 {
  color: var(--orange);
  font-family: "Open Sans", "Helvetica Neue RIT", Arial, sans-serif;
  font-size: clamp(40px, 4.7vw, 58px);
  line-height: 1.2;
  margin: 0 auto;
  max-width: 940px;
  text-align: center;
}

.benefits h2 span {
  color: var(--text);
}

.benefits__lead {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
  margin: 42px auto 0;
  max-width: 800px;
  text-align: center;
}

.benefits__grid {
  display: grid;
  gap: 30px 44px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 72px auto 0;
  max-width: 980px;
}

.benefit-card {
  align-items: center;
  border: 1px solid #e4e4e4;
  display: grid;
  gap: 22px;
  grid-template-columns: 78px minmax(0, 1fr);
  min-height: 108px;
  padding: 18px 28px;
}

.benefit-card span {
  align-items: center;
  background: var(--orange);
  border-radius: 50%;
  display: flex;
  height: 76px;
  justify-content: center;
  width: 76px;
}

.benefit-card img {
  height: 42px;
  object-fit: contain;
  width: 42px;
}

.benefit-card p {
  color: var(--black);
  font-family: "Open Sans", "Helvetica Neue RIT", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.benefits .button-row {
  margin-top: 62px;
}

.work-market {
  background: var(--dark);
  color: var(--white);
  padding: 108px 0 112px;
}

.work-market h2 {
  font-family: "Open Sans", "Helvetica Neue RIT", Arial, sans-serif;
  font-size: clamp(40px, 4.7vw, 58px);
  line-height: 1.3;
  margin: 0 auto 74px;
  max-width: 850px;
  text-align: center;
}

.work-market h2 span {
  color: var(--orange);
}

.work-market__grid {
  display: grid;
  gap: 74px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.work-market article {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding: 34px 0 40px;
  text-align: center;
}

.work-market p {
  font-size: 20px;
  font-weight: 300;
}

.work-market strong {
  color: var(--orange);
  display: block;
  font-family: "Open Sans", "Helvetica Neue RIT", Arial, sans-serif;
  font-size: 54px;
  line-height: 1;
  margin: 16px 0;
}

.process {
  background: var(--white);
  padding: 108px 0 74px;
  text-align: center;
}

.process h2 {
  color: var(--orange);
  font-family: "Open Sans", "Helvetica Neue RIT", Arial, sans-serif;
  font-size: clamp(46px, 5.4vw, 72px);
  font-weight: 700;
  line-height: 1.15;
  margin: 0 auto 86px;
  max-width: 1060px;
}

.process__steps {
  display: grid;
  gap: 60px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 48px;
  text-align: left;
}

.process__steps article {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: auto minmax(0, 1fr);
}

.process__steps strong {
  color: var(--black);
  font-family: "Open Sans", "Helvetica Neue RIT", Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(90px, 10vw, 140px);
  line-height: 0.85;
}

.process__steps p {
  color: var(--black);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.35;
}

.process__note {
  color: var(--black);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.35;
  margin: 46px auto 0;
  max-width: 900px;
}

.dark-cta {
  background: var(--dark);
  color: var(--white);
  padding: 108px 0 116px;
  text-align: center;
}

.dark-cta h2 {
  font-family: "Open Sans", "Helvetica Neue RIT", Arial, sans-serif;
  font-size: clamp(42px, 5vw, 62px);
  line-height: 1.22;
}

.dark-cta h2 span {
  color: var(--orange);
}

.dark-cta p {
  font-size: 26px;
  font-weight: 300;
  line-height: 1.35;
  margin: 60px auto 54px;
  max-width: 1050px;
}

.contact {
  background: var(--white);
  padding: 86px 0 112px;
  text-align: center;
}

.contact__rule {
  background: #202020;
  height: 3px;
  margin: 0 auto 76px;
  max-width: 440px;
}

.contact h2 {
  font-family: "Open Sans", "Helvetica Neue RIT", Arial, sans-serif;
  font-size: clamp(34px, 4vw, 42px);
  line-height: 1.25;
  margin: 0 auto 54px;
  max-width: 970px;
}

.contact h2 span {
  color: var(--orange);
}

.contact__grid {
  display: grid;
  gap: 70px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  text-align: left;
}

.contact__item {
  align-items: flex-start;
  display: flex;
  gap: 26px;
  justify-content: center;
}

.contact__item img {
  flex: 0 0 36px;
  width: 36px;
}

.contact__item a,
.contact__item strong {
  color: var(--black);
  font-size: 22px;
  font-weight: 700;
  text-decoration: underline;
}

.contact__item strong {
  text-decoration: none;
}

.footer {
  background: var(--black);
  color: var(--white);
  padding: 86px 0 48px;
}

.footer__wrapper {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.footer__brand {
  align-items: flex-start;
  display: flex;
  gap: 68px;
}

.footer__brand img {
  width: 160px;
}

.footer__brand ul {
  display: flex;
  gap: 46px;
}

.footer__brand li,
.footer__meta span {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.45;
}

.footer__meta {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.footer__socials {
  display: flex;
  gap: 16px;
}

.footer__socials img {
  height: 24px;
  width: 24px;
}

.cookie {
  background: #555;
  border-bottom: 3px solid var(--orange);
  border-top: 3px solid var(--orange);
  bottom: 0;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.28);
  color: var(--white);
  left: 0;
  padding: 30px;
  position: fixed;
  right: 0;
  z-index: 2000;
}

.cookie[hidden] {
  display: none;
}

.cookie p {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.52;
  margin: 0 auto 20px;
  max-width: 1280px;
}

.cookie a {
  color: var(--orange);
  text-decoration: underline;
}

.cookie__actions,
.cookie__settings {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 auto;
  max-width: 1280px;
}

.cookie__settings[hidden] {
  display: none;
}

.cookie label {
  align-items: center;
  display: flex;
  font-size: 18px;
  gap: 8px;
}

.cookie .button {
  border-radius: 6px;
  font-size: 18px;
  line-height: 20px;
  min-height: 50px;
  min-width: 0;
  padding: 15px 25px;
  width: auto;
}

.cookie .button--light {
  background: var(--orange);
  color: var(--white);
}

.cookie-reopen {
  background: linear-gradient(135deg, transparent 0 50%, var(--orange) 50%);
  bottom: 0;
  color: var(--white);
  font-size: 25px;
  height: 80px;
  left: 0;
  padding: 38px 0 0 12px;
  position: fixed;
  text-align: left;
  width: 80px;
  z-index: 1999;
}

.cookie-reopen[hidden] {
  display: none;
}

.footer_gdpr.gdpr {
  background-color: #555;
  border-bottom: 3px solid var(--orange);
  border-top: 3px solid var(--orange);
  bottom: 0;
  box-shadow: 0 4px 8px #0003, 0 6px 20px #00000030;
  color: var(--white);
  left: 0;
  margin-bottom: 0;
  padding: 30px;
  position: fixed;
  width: 100%;
  z-index: 9999 !important;
}

.footer_gdpr .container {
  max-width: 1280px;
}

.footer_gdpr .mb_20 {
  font-family: "Open Sans", "Helvetica Neue RIT", Arial, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 32px;
}

.footer_gdpr .mb_20 a {
  color: var(--orange);
  text-decoration: underline;
}

.footer_gdpr .panel1 {
  margin-top: 20px;
}

.footer_gdpr .allCookeSubmit,
.footer_gdpr .mb_10,
.footer_gdpr .cookeSelectSubmit {
  background-color: var(--orange);
  border-radius: 6px;
  color: var(--white);
  font-family: "Open Sans", "Helvetica Neue RIT", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 20px;
  padding: 15px 25px;
  text-transform: uppercase;
}

.footer_gdpr .mk-trc.mr_10 {
  align-items: center;
  display: flex;
  font-family: "Open Sans", "Helvetica Neue RIT", Arial, sans-serif;
  font-size: 21px;
  gap: 14px;
  line-height: 29px;
  margin-bottom: 10px;
}

.footer_gdpr .mk-trc.mr_10 input {
  display: inline-block;
}

.footer_gdpr .col-md-12.col-sm-12.mt_10 {
  margin-top: 20px;
}

.triangle-bottomleft {
  border-bottom: 80px solid var(--orange);
  border-right: 80px solid transparent;
  bottom: 0;
  cursor: pointer;
  height: 0;
  left: 0;
  position: fixed;
  width: 0;
  z-index: 99999 !important;
}

.triangle-bottomleft i {
  font-size: 25px;
  left: 15px;
  position: absolute;
  top: 45px;
}

@media (max-width: 1100px) {
  .navigation__links {
    gap: 18px;
    font-size: 13px;
  }

  .degree,
  .degree--reverse {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.92fr);
  }

  .degree--reverse {
    grid-template-columns: minmax(390px, 0.92fr) minmax(0, 1fr);
  }

  .degree__content,
  .degree--reverse .degree__content {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 900px) {
  .navigation__wrapper {
    min-height: 72px;
  }

  .navigation__hamburger {
    display: block;
  }

  .navigation__links {
    background: var(--white);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.12);
    display: none;
    flex-direction: column;
    gap: 0;
    left: 0;
    padding: 16px 24px 24px;
    position: absolute;
    right: 0;
    top: 72px;
  }

  .navigation__links.is-open {
    display: flex;
  }

  .navigation__links a {
    padding: 12px 0;
  }

  .navigation__links a::after {
    display: none;
  }

  .hero {
    min-height: 600px;
  }

  .hero__content {
    padding-bottom: 72px;
    padding-top: 72px;
  }

  .intro__stats,
  .benefits__grid,
  .work-market__grid,
  .process__steps,
  .contact__grid {
    grid-template-columns: 1fr;
  }

  .stat {
    border-right: 0 !important;
    padding-left: 0;
    padding-right: 0;
  }

  .intro__cta {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .intro__cta .button {
    justify-self: center;
  }

  .degree,
  .degree--reverse {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .degree--reverse .degree__media,
  .degree--reverse .degree__content {
    grid-column: auto;
    grid-row: auto;
  }

  .degree__content {
    order: 1;
    padding: 70px 24px 44px;
  }

  .degree__media {
    min-height: 680px;
    order: 2;
  }

  .degree__media img {
    object-fit: contain;
    object-position: center bottom;
  }

  .degree__name {
    left: 28px;
    top: 18%;
  }

  .degree--reverse .degree__name {
    left: 28px;
    right: auto;
  }

  .testimonial,
  .testimonial--orange,
  .testimonial--dark {
    bottom: 22px;
    left: 16px;
    right: 16px;
    width: auto;
  }

  .button-row {
    align-items: center;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .container,
  .container--small {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button,
  .degree__buttons {
    width: 100%;
  }

  .navigation__logo img {
    width: 112px;
  }

  .hero {
    min-height: 520px;
  }

  .hero__image {
    object-position: 58% center;
  }

  .hero__overlay {
    background: rgba(0, 0, 0, 0.54);
  }

  .hero h1 {
    font-size: 44px;
    line-height: 1.12;
    margin: 28px 0 24px;
    max-width: 100%;
  }

  .eyebrow {
    font-size: 17px;
  }

  .hero__lead,
  .intro__subline,
  .intro__cta p,
  .dark-cta p {
    font-size: 20px;
  }

  .intro,
  .benefits,
  .work-market,
  .process,
  .dark-cta,
  .contact {
    padding-bottom: 72px;
    padding-top: 72px;
  }

  .intro h2,
  .benefits h2,
  .work-market h2,
  .process h2,
  .dark-cta h2 {
    font-size: 36px;
    line-height: 1.2;
  }

  .intro h2 {
    max-width: 350px;
  }

  .intro__subline {
    margin-top: 28px;
  }

  .intro__stats {
    margin-top: 46px;
  }

  .benefits__grid {
    gap: 18px;
    margin-top: 42px;
  }

  .benefit-card {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 22px;
    text-align: center;
  }

  .corner--top {
    width: 120px;
  }

  .work-market__grid {
    gap: 0;
  }

  .degree::before,
  .degree::after {
    display: none;
  }

  .degree__content {
    padding-top: 58px;
  }

  .degree__code {
    font-size: 20px;
  }

  .degree h2 {
    font-size: 40px;
  }

  .degree__content > p:not(.degree__code):not(.degree__duration) {
    font-size: 16px;
  }

  .degree__media {
    min-height: 560px;
  }

  .testimonial {
    font-size: 13px;
    line-height: 1.35;
    padding: 24px 20px;
  }

  .testimonial::before,
  .testimonial::after {
    font-size: 84px;
  }

  .process__steps {
    gap: 26px;
  }

  .process__steps article {
    gap: 18px;
  }

  .process__steps strong {
    font-size: 88px;
  }

  .contact__rule {
    margin-bottom: 48px;
  }

  .contact__item {
    justify-content: flex-start;
  }

  .contact__item a,
  .contact__item strong {
    font-size: 18px;
  }

  .footer__brand,
  .footer__brand ul,
  .footer__meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer__brand {
    gap: 30px;
  }

  .footer__brand ul,
  .footer__meta {
    gap: 18px;
  }

  .cookie {
    max-height: 88vh;
    overflow: auto;
    padding: 20px;
  }

  .cookie p,
  .cookie label {
    font-size: 14px;
    line-height: 1.35;
  }

  .cookie__actions,
  .cookie__settings {
    align-items: stretch;
    flex-direction: column;
  }

  .cookie .button {
    border-radius: 0;
    font-size: 14px;
    min-height: 44px;
    padding: 12px 18px;
    width: 100%;
  }

  .footer_gdpr.gdpr {
    padding: 20px;
  }

  .footer_gdpr .mb_20 {
    font-size: 14px;
    line-height: 19px;
  }

  .footer_gdpr .panel1 .col-md-12 {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .footer_gdpr .allCookeSubmit,
  .footer_gdpr .mb_10,
  .footer_gdpr .cookeSelectSubmit {
    font-size: 14px;
    line-height: 18px;
    margin-right: 0;
    padding: 10px 12px;
    width: 100%;
  }

  .footer_gdpr .mk-trc.mr_10 {
    font-size: 14px;
    line-height: 18px;
  }

  .triangle-bottomleft {
    border-bottom-width: 60px;
    border-right-width: 60px;
  }

  .triangle-bottomleft i {
    font-size: 18px;
    left: 11px;
    top: 34px;
  }
}




/* Degrees section copied from source landing. Only rem->px for standalone /re sizing. */
.degrees {
    color: #fff;
    position: relative;
}

.degrees .absolute {
    position: absolute;
}

.degrees__Title {
    max-width: 600px;
    padding-top: 180px;
    width: 100%;
    z-index: 999;
}

@media (max-width: 768px) {
    .degrees__Title {
        order: -1;
        padding: 80px 20px 40px;
    }
}

.degrees__Title h3 {
    color: white;
    font-size: 23px;
    font-weight: 600;
    line-height: 36px;
    text-transform: uppercase;
}

.degrees__Title h2 {
    color: #f76902;
    font-size: 64px;
    font-weight: 600;
    line-height: 90px;
    margin: 25px 0 80px;
    max-width: 455px;
    width: 100%;
}

@media (max-width: 768px) {
    .degrees__Title h2 {
        font-size: 32px;
        line-height: 38px;
        margin: 20px 0 40px;
        max-width: 280px;
        width: 100%;
    }
}

.degrees__Description {
    max-width: 600px;
    padding-bottom: 180px;
    width: 100%;
}

@media (max-width: 768px) {
    .degrees__Description {
        padding: 40px 20px;
        max-width: unset;
    }
}

.degrees__Description > div + div {
    margin-top: 40px;
}

.degrees__Description p {
    font-family: "Open Sans", "Helvetica Neue RIT", Arial, sans-serif, "Helvetica Neue RIT", Arial, sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
}

@media (max-width: 768px) {
    .degrees__Description p {
        font-size: 16px;
        line-height: 21px;
    }
}

.degrees__Description p span {
    font-family: "Open Sans", "Helvetica Neue RIT", Arial, sans-serif, "Helvetica Neue RIT", Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .degrees__Description p span {
        font-size: 16px;
        line-height: 21px;
    }
}

.degrees__ItemWrapper {
    column-gap: 70px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
}

@media (max-width: 768px) {
    .degrees__ItemWrapper {
        grid-template-columns: 1fr;
        padding: 0 20px;
        position: relative;
    }
}

.degrees__Item {
    position: relative;
}

.degrees__Item {
    overflow: hidden;
}

.degrees__Item:nth-of-type(2n) .degrees__ItemWrapper {
    margin-left: auto;
}

@media (max-width: 768px) {
    .degrees__Item:nth-of-type(2n) .degrees__ItemWrapper {
        margin-left: 0;
    }
}

.degrees__ImageWrapper {
    grid-column: 1 / 2;
}

.degrees__Title,
.degrees__Description {
    grid-column: 2 / 3;
}

.degrees__Item:nth-of-type(2n) .degrees__ImageWrapper {
    grid-column: 2 / 3;
}

.degrees__Item:nth-of-type(2n) .degrees__Title,
.degrees__Item:nth-of-type(2n) .degrees__Description {
    grid-column: 1 / 2;
    padding-left: 160px;
}

@media (max-width: 768px) {
    .degrees__ImageWrapper,
    .degrees__Title,
    .degrees__Description,
    .degrees__Item:nth-of-type(2n) .degrees__ImageWrapper,
    .degrees__Item:nth-of-type(2n) .degrees__Title,
    .degrees__Item:nth-of-type(2n) .degrees__Description {
        grid-column: unset;
        padding-left: 0;
        padding-right: 0;
    }
}

.degrees__Item:nth-of-type(2n) .degrees__ItemWrapper h2 {
    color: #000;
}

.degrees__Item:nth-of-type(2n) .degrees__ItemWrapper button {
    background-color: #000;
}

.degrees__Item .button--Main {
    position: relative;
    z-index: 105;
}

@media (max-width: 768px) {
    .degrees__Item .button--Main {
        padding: 17px 0;
    }
}

.degrees__ImageWrapper {
    grid-row: 1 / 10;
    min-width: 645px;
    position: relative;
    z-index: 100;
}

.degrees__ImageWrapper {
    overflow: hidden;
    min-width: 0;
}

@media (max-width: 768px) {
    .degrees__ImageWrapper {
        grid-row: unset;
        max-width: unset;
        min-height: 765px;
        min-width: unset;
        width: 100%;
    }
}

@media (min-width: 769px) and (max-width: 1300px) {
    .degrees__ItemWrapper {
        column-gap: 40px;
    }

    .degrees__ImageWrapper {
        min-width: 0;
        width: 100%;
    }

    .degrees__Title,
    .degrees__Description {
        max-width: 100%;
    }

    .degrees__Item:nth-of-type(2n) .degrees__Title,
    .degrees__Item:nth-of-type(2n) .degrees__Description {
        padding-left: 80px;
    }
}

@media (max-width: 768px) {
    .degrees__Title,
    .degrees__Description {
        position: relative;
        z-index: 130;
    }
}

.degrees__MainImage {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.degrees__Testimonial {
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 6px;
    color: #fff;
    font-family: "Open Sans", "Helvetica Neue RIT", Arial, sans-serif, "Helvetica Neue RIT", Arial, sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    padding: 45px 32px;
    position: absolute;
    width: 90%;
    z-index: 120;
}

.degrees__Testimonial:before{
    content: '"';
    position: absolute;
    font-family: "Open Sans", "Helvetica Neue RIT", Arial, sans-serif, "Helvetica Neue RIT", Arial, sans-serif;
    font-size: 160px;
    font-weight: 700;
    top: 30px;
}

.degrees__Testimonial:after {
    content: '"';
    position: absolute;
    font-family: "Open Sans", "Helvetica Neue RIT", Arial, sans-serif, "Helvetica Neue RIT", Arial, sans-serif;
    font-size: 160px;
    font-weight: 700;
    bottom: 22px;
    right: 20px;
    transform: rotate(180deg);
}

.degrees__Testimonial--dark {
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
}

.degrees__Testimonial--accent {
    background-color: rgba(247, 105, 2, 0.75);
    color: #fff;
}

.degrees__Testimonial--left {
    bottom: 300px;
    left: 0;
}

.degrees__Testimonial--right {
    bottom: 300px;
    right: 0;
}

@media (max-width: 768px) {
    .degrees__Testimonial {
        border-radius: 10px;
        bottom: 16px;
        font-size: 14px;
        line-height: 20px;
        left: 16px;
        padding: 18px 16px;
        right: 16px;
        width: auto;
    }

    .degrees__Testimonial--right {
        left: 16px;
        right: 16px;
    }
}

@media (max-width: 768px) {
    .degrees__Testimonial:before,
    .degrees__Testimonial:after {
        font-size: 90px;
    }

    .degrees__Testimonial:before {
        top: 5px;
    }

    .degrees__Testimonial:after {
        bottom: 10px;
        right: 16px;
    }
}

.degrees__DescriptionItem {
    margin-top: 80px;
    max-width: 491px;
    padding-left: 20px;
    width: 100%;
}

.degrees__DescriptionItem > div + div {
    margin-top: 40px;
}

.degrees__DescriptionItem h3 {
    color: #f6be00;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
}

.degrees__DescriptionItem p {
    font-family: "Open Sans", "Helvetica Neue RIT", Arial, sans-serif, "Helvetica Neue RIT", Arial, sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
}

.degrees__DescriptionItem p span {
    font-family: "Open Sans", "Helvetica Neue RIT", Arial, sans-serif, "Helvetica Neue RIT", Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.degrees__DescriptionItem button {
    margin-top: 60px;
}

.degrees__HowLong {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .degrees__HowLong {
        margin: 0 0 0 20px;
    }
}

.degrees__HowLong:before {
    background-color: #fff;
    content: "";
    display: block;
    margin-left: -20px;
    max-height: 48px;
    max-width: 1px;
    min-height: 48px;
    min-width: 1px;
}

@media (max-width: 768px) {
    .degrees__HowLong:before {
        margin-left: -15px;
    }
}

.degrees__HowLong p {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    max-width: 240px;
    width: 100%;
}

@media (max-width: 768px) {
    .degrees__HowLong p {
        font-size: 16px;
        line-height: 24px;
    }
}

.degrees__Name {
    border-left: 1px solid #fff;
    font-family: "Open Sans", "Helvetica Neue RIT", Arial, sans-serif, "Helvetica Neue RIT", Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    left: 160px;
    line-height: 18px;
    max-width: 119px;
    padding-left: 10px;
    position: absolute;
    top: 267px;
    width: 100%;
    z-index: 120;
}

@media (max-width: 768px) {
    .degrees__Name {
        border-left: 1px solid #fff;
        font-size: 14px;
        line-height: 18px;
        left: 24px;
        margin: 0;
        max-width: 140px;
        padding-left: 10px;
        position: absolute;
        top: 420px;
        width: 100%;
        z-index: 140;
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    }
}

.degrees__Name span {
    font-weight: 700;
}

.degrees__Item:nth-of-type(2) .degrees__Name {
    left: unset;
        right: 165px;
        top: 280px;
}

@media (max-width: 768px) {
    .degrees__Item:nth-of-type(1) .degrees__Name {
        left: 20px;
        right: unset;
        top: -700px;
    }


    .degrees__Item:nth-of-type(2) .degrees__Name {
        top: -800px;
        right: unset;
        left: 10px;
            
    }

    .degrees__Item:nth-of-type(3) .degrees__Name {
        right: unset;
        top: -600px;
    }
}

.degrees__Item:nth-of-type(4) .degrees__Name {
    left: unset;
    right: 165px;
    top: 280px;
}

@media (max-width: 768px) {
    .degrees__Item:nth-of-type(4) .degrees__Name {
        left: 10px;
        right: unset;
        top: -500px;
    }
}

@media (max-width: 768px) {
    .degrees__Description .benefits__ActionButton {
        display: block;
        margin: 20px auto 0;
        padding: 14px 20px;
        text-align: center;
        width: 100%;
    }
}

img.degree__NewMediaDesignCorner {
    left: 0;
    max-width: 600px;
    top: 0;
    width: 100%;
    z-index: 50;
}

@media (max-width: 768px) {
    img.degree__NewMediaDesignCorner {
        display: none;
    }
}

img.degree__NewMediaDesignLine--Bottom {
    bottom: 78px;
    max-width: 143px;
    right: 0;
    width: 100%;
}

@media (max-width: 768px) {
    img.degree__NewMediaDesignLine--Bottom {
        display: none;
    }
}

img.degree__NewMediaDesignLine {
    left: 0;
    max-width: 743px;
    top: 50px;
    width: 100%;
    z-index: 75;
}

@media (max-width: 768px) {
    img.degree__NewMediaDesignLine {
        display: none;
    }
}

img.degree__NewMediaCorner--Mobile {
    display: none;
}

@media (max-width: 768px) {
    img.degree__NewMediaCorner--Mobile {

    }
}

img.degree__NewMediaLine--Mobile {
    display: none;
}

@media (max-width: 768px) {
    img.degree__NewMediaLine--Mobile {
        display: block;
        max-width: 310px;
        right: 0;
        top: 392px;
        width: 100%;
        z-index: -1;
    }
}

img.degree__ITLine--Left {
    left: 0;
    max-width: 100px;
    top: 0;
    z-index: 50;
}

@media (max-width: 768px) {
    img.degree__ITLine--Left {
        display: none;
    }
}

img.degree__ITLine--Right {
    max-width: 730px;
    right: 0;
    top: 203px;
    width: 100%;
    z-index: 75;
}

@media (max-width: 768px) {
    img.degree__ITLine--Right {
        display: none;
    }
}

img.degree__ITCorner--Bottom {
    bottom: 0;
    max-width: 600px;
    right: 0;
    width: 100%;
    z-index: 75;
}

@media (max-width: 768px) {
    img.degree__ITCorner--Bottom {
        display: none;
    }
}

img.degree__ITLine--Mobile {
    display: none;
}

@media (max-width: 768px) {
    img.degree__ITLine--Mobile {
        display: block;
        left: 0;
        max-width: 310px;
        top: 392px;
        width: 100%;
        z-index: -1;
    }
}

img.degree__ITCorner--Mobile {
    display: none;
}

@media (max-width: 768px) {
    img.degree__ITCorner--Mobile {

    }
}

img.degree__BusinessCorner--Left {
    bottom: 0;
    left: 0;
    max-width: 600px;
    width: 100%;
    z-index: 50;
}

@media (max-width: 768px) {
    img.degree__BusinessCorner--Left {
        display: none;
    }
}

img.degree__BusinessLine--Right {
    max-width: 73px;
    right: 0;
    top: 158px;
    width: 100%;
    z-index: 75;
}

@media (max-width: 768px) {
    img.degree__BusinessLine--Right {
        display: none;
    }
}

img.degree__BusinessCorner--Right {
    max-width: 318px;
    right: 0;
    top: 0;
    z-index: 50;
}

@media (max-width: 768px) {
    img.degree__BusinessCorner--Right {
        display: none;
    }
}

img.degree__BusinessLine--Left {
    left: 0;
    max-width: 734px;
    top: 219px;
    z-index: 75;
}

@media (max-width: 768px) {
    img.degree__BusinessLine--Left {
        display: none;
    }
}

img.degree__BusinessLine--Mobile {
    display: none;
}

@media (max-width: 768px) {
    img.degree__BusinessLine--Mobile {
        display: block;
        max-width: 310px;
        right: 0;
        top: 392px;
        width: 100%;
        z-index: -1;
    }
}

img.degree__BusinessCorner--Mobile {
    display: none;
}

@media (max-width: 768px) {
    img.degree__BusinessCorner--Mobile {

    }
}

img.degree__ServiceCorner--Top {
    left: 0;
    max-width: 315px;
    top: 0;
    z-index: 50;
}

@media (max-width: 768px) {
    img.degree__ServiceCorner--Top {
        display: none;
    }
}

img.degree__ServiceLine--Top {
    left: 0;
    max-width: 84px;
    top: 81px;
    width: 100%;
    z-index: 75;
}

@media (max-width: 768px) {
    img.degree__ServiceLine--Top {
        display: none;
    }
}

img.degree__ServiceCorner--Bottom {
    bottom: 0;
    max-width: 884px;
    right: 0;
    width: 100%;
    z-index: 50;
}

@media (max-width: 768px) {
    img.degree__ServiceCorner--Bottom {
        display: none;
    }
}

img.degree__ServiceLine--Right {
    bottom: 0;
    max-width: 1180px;
    right: 0;
    z-index: 75;
}

@media (max-width: 768px) {
    img.degree__ServiceLine--Right {
        display: none;
    }
}

img.degree__ServiceLine--Mobile {
    display: none;
}

@media (max-width: 768px) {
    img.degree__ServiceLine--Mobile {
        display: block;
        left: 0;
        max-width: 310px;
        top: 392px;
        width: 100%;
        z-index: -1;
    }
}

img.degree__ServiceCorner--Mobile {
    display: none;
}

@media (max-width: 768px) {
    img.degree__ServiceCorner--Mobile {

    }
}


.degrees__Description span a {
    text-decoration: underline;
}