.hero-vimeo-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none;
}

@media (max-width: 780px) {
  html body .about-principles-carousel > button[data-about-carousel],
  html body .module-carousel > button[data-module-carousel],
  html body .professor-carousel > button[data-professor-carousel],
  html body .program-card-carousel > button[data-program-card-carousel],
  html body .program-photo-carousel > button[data-program-carousel],
  html body .testimonial-carousel-mobile > button[data-testimonial-carousel] {
    display: block !important;
    position: static !important;
    inset: auto !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    max-width: 44px !important;
    max-height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    border: 0 !important;
    border-radius: 50% !important;
    background-color: #ffdd00 !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 10px 18px !important;
    box-shadow: 0 0 0 5px rgba(255, 221, 0, .16) !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    text-indent: -9999px !important;
    opacity: 1 !important;
    visibility: visible !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  html body .about-principles-carousel > button[data-about-carousel="prev"],
  html body .module-carousel > button[data-module-carousel="prev"],
  html body .professor-carousel > button[data-professor-carousel="prev"],
  html body .program-card-carousel > button[data-program-card-carousel="prev"],
  html body .program-photo-carousel > button[data-program-carousel="prev"],
  html body .testimonial-carousel-mobile > button[data-testimonial-carousel="prev"] {
    grid-area: uniform-prev !important;
    grid-column: 1 !important;
    grid-row: 2 !important;
    justify-self: end !important;
  }

  html body .about-principles-carousel > button[data-about-carousel="next"],
  html body .module-carousel > button[data-module-carousel="next"],
  html body .professor-carousel > button[data-professor-carousel="next"],
  html body .program-card-carousel > button[data-program-card-carousel="next"],
  html body .program-photo-carousel > button[data-program-carousel="next"],
  html body .testimonial-carousel-mobile > button[data-testimonial-carousel="next"] {
    grid-area: uniform-next !important;
    grid-column: 2 !important;
    grid-row: 2 !important;
    justify-self: start !important;
  }

  html body .testimonial-carousel-mobile > .testimonial-arrow:first-child {
    justify-self: end !important;
  }

  html body .testimonial-carousel-mobile > .testimonial-arrow:last-child {
    justify-self: start !important;
  }
}

/* Controlli carosello mobile unificati in tutte le pagine. */
@media (max-width: 780px) {
  html body .about-principles-carousel,
  html body .module-carousel,
  html body .professor-carousel,
  html body .program-card-carousel,
  html body .program-photo-carousel,
  html body .testimonial-carousel-mobile {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    grid-template-rows: auto 44px !important;
    grid-template-areas:
      "mobile-track mobile-track"
      "mobile-prev mobile-next" !important;
    column-gap: 14px !important;
    row-gap: 18px !important;
    align-items: start !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  html body .about-principles-carousel > .about-principles,
  html body .module-carousel > .module-list,
  html body .professor-carousel > .professor-grid,
  html body .program-card-carousel > .program-grid,
  html body .program-photo-carousel > .program-photo-track,
  html body .testimonial-carousel-mobile > .testimonial-grid {
    grid-area: mobile-track !important;
    grid-column: 1 / -1 !important;
    grid-row: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  html body button[data-about-carousel],
  html body button[data-module-carousel],
  html body button[data-professor-carousel],
  html body button[data-program-card-carousel],
  html body button[data-program-carousel],
  html body button[data-testimonial-carousel] {
    display: block !important;
    position: static !important;
    inset: auto !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    max-width: 44px !important;
    max-height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    align-self: start !important;
    transform: none !important;
    translate: none !important;
    border: 0 !important;
    border-radius: 50% !important;
    background-color: #ffdd00 !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 10px 18px !important;
    box-shadow: 0 0 0 5px rgba(255, 221, 0, .16) !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    text-indent: -9999px !important;
    opacity: 1 !important;
    visibility: visible !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    z-index: 4 !important;
  }

  html body button[data-about-carousel]::before,
  html body button[data-about-carousel]::after,
  html body button[data-module-carousel]::before,
  html body button[data-module-carousel]::after,
  html body button[data-professor-carousel]::before,
  html body button[data-professor-carousel]::after,
  html body button[data-program-card-carousel]::before,
  html body button[data-program-card-carousel]::after,
  html body button[data-program-carousel]::before,
  html body button[data-program-carousel]::after,
  html body button[data-testimonial-carousel]::before,
  html body button[data-testimonial-carousel]::after {
    content: none !important;
    display: none !important;
  }

  html body button[data-about-carousel="prev"],
  html body button[data-module-carousel="prev"],
  html body button[data-professor-carousel="prev"],
  html body button[data-program-card-carousel="prev"],
  html body button[data-program-carousel="prev"],
  html body button[data-testimonial-carousel="prev"] {
    grid-area: mobile-prev !important;
    grid-column: 1 !important;
    grid-row: 2 !important;
    justify-self: end !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 20'%3E%3Cpath d='M10 2L2 10l8 8' fill='none' stroke='%23111318' stroke-width='3' stroke-linecap='square' stroke-linejoin='miter'/%3E%3C/svg%3E") !important;
  }

  html body button[data-about-carousel="next"],
  html body button[data-module-carousel="next"],
  html body button[data-professor-carousel="next"],
  html body button[data-program-card-carousel="next"],
  html body button[data-program-carousel="next"],
  html body button[data-testimonial-carousel="next"] {
    grid-area: mobile-next !important;
    grid-column: 2 !important;
    grid-row: 2 !important;
    justify-self: start !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 20'%3E%3Cpath d='M2 2l8 8-8 8' fill='none' stroke='%23111318' stroke-width='3' stroke-linecap='square' stroke-linejoin='miter'/%3E%3C/svg%3E") !important;
  }
}

/* Final mobile carousel alignment: keep controls below the content. */
@media (max-width: 780px) {
  /* Mantiene il logo dell'intestazione sopra al livello video di Vimeo su mobile. */
  html body .site-header {
    position: sticky !important;
    inset: auto !important;
    top: 0 !important;
    isolation: isolate !important;
    background: rgba(255, 255, 255, .94) !important;
    border-bottom: 1px solid rgba(32, 36, 42, .1) !important;
  }

  html body .site-header .brand {
    position: relative !important;
    z-index: 1003 !important;
    display: flex !important;
    align-items: center !important;
    flex: 0 1 auto !important;
    width: auto !important;
    max-width: calc(100% - 72px) !important;
    min-width: 0 !important;
    overflow: visible !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
  }

  html body .site-header .brand img {
    position: relative !important;
    z-index: 1 !important;
    display: block !important;
    width: 138px !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 40px !important;
    object-fit: contain !important;
    object-position: left center !important;
    transform: none !important;
  }

  html body .hero {
    isolation: isolate !important;
    z-index: 0 !important;
  }

  html body .hero-video {
    z-index: 0 !important;
    background: #060606 !important;
    background-image: none !important;
  }

  html body .hero-shade {
    z-index: 1 !important;
  }

  html body .hero-content,
  html body .trust-marquee {
    z-index: 2 !important;
  }

  html body .professor-carousel,
  html body .program-photo-carousel,
  html body .testimonial-carousel-mobile {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    grid-template-areas:
      "track track"
      "prev next" !important;
    column-gap: 12px !important;
    row-gap: 18px !important;
    align-items: start !important;
    position: relative !important;
    padding-bottom: 0 !important;
  }

  html body .professor-carousel > .professor-grid,
  html body .program-photo-carousel > .program-photo-track,
  html body .testimonial-carousel-mobile > .testimonial-grid {
    grid-area: track !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  html body .professor-carousel > button[data-professor-carousel],
  html body .program-photo-carousel > button[data-program-carousel],
  html body .testimonial-carousel-mobile > button[data-testimonial-carousel] {
    display: block !important;
    position: static !important;
    inset: auto !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    background-color: #ffdd00 !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    background-size: 11px 20px !important;
    border: 1px solid rgba(255, 221, 0, 0.5) !important;
    border-radius: 50% !important;
    box-shadow: 0 0 0 7px rgba(255, 221, 0, 0.16) !important;
    box-sizing: border-box !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    text-indent: -9999px !important;
    overflow: hidden !important;
    z-index: 4 !important;
  }

  html body .professor-carousel > button[data-professor-carousel]::before,
  html body .professor-carousel > button[data-professor-carousel]::after,
  html body .program-photo-carousel > button[data-program-carousel]::before,
  html body .program-photo-carousel > button[data-program-carousel]::after,
  html body .testimonial-carousel-mobile > button[data-testimonial-carousel]::before,
  html body .testimonial-carousel-mobile > button[data-testimonial-carousel]::after {
    content: none !important;
    display: none !important;
  }

  html body button[data-professor-carousel="prev"],
  html body button[data-program-carousel="prev"],
  html body button[data-testimonial-carousel="prev"] {
    grid-area: prev !important;
    justify-self: end !important;
  }

  html body button[data-professor-carousel="next"],
  html body button[data-program-carousel="next"],
  html body button[data-testimonial-carousel="next"] {
    grid-area: next !important;
    justify-self: start !important;
  }
}

/* Preserve the original colour and contrast of every photographic asset. */
html body main img {
  opacity: 1 !important;
  filter: none !important;
  -webkit-filter: none !important;
  mix-blend-mode: normal !important;
}

/* Professor portraits remain monochrome until hover, as in the approved design. */
html body .professor-card img,
html body .professor-grid article img {
  opacity: 1 !important;
  filter: grayscale(1) !important;
  -webkit-filter: grayscale(1) !important;
}

html body .professor-card:hover img,
html body .professor-grid article:hover img {
  filter: none !important;
  -webkit-filter: none !important;
}

.vimeo-cover-button {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: #111;
  overflow: hidden;
  cursor: pointer;
}

.vimeo-cover-button::before,
.vimeo-cover-button::after {
  content: none !important;
  display: none !important;
}

.vimeo-cover-button > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1 !important;
  filter: none !important;
  -webkit-filter: none !important;
}

/* Draw the play symbol geometrically so it is centred on every browser. */
html body span.vimeo-cover-play {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 48px !important;
  height: 48px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: #ffdd00 !important;
  color: transparent !important;
  display: block !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: -9999px !important;
  overflow: hidden !important;
  box-shadow: none !important;
}

html body span.vimeo-cover-play > span,
html body span.vimeo-cover-play::after {
  display: none !important;
  content: none !important;
}

html body span.vimeo-cover-play::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 13px solid #111318 !important;
  border-right: 0 !important;
  background: transparent !important;
  transform: translate(-38%, -50%) !important;
}

.vimeo-embed,
.program-detail-video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  border: 0;
}

/* One consistent chevron, centred independently of the original text glyph. */
html body button.carousel-button,
html body button.about-principles-arrow,
html body button.module-arrow,
html body button.program-card-arrow {
  padding: 0 !important;
  border-radius: 50% !important;
  background-color: #ffdd00 !important;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-size: 13px 22px !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: -9999px !important;
  overflow: hidden !important;
}

html body button.carousel-button::before,
html body button.carousel-button::after,
html body button.about-principles-arrow::before,
html body button.about-principles-arrow::after,
html body button.module-arrow::before,
html body button.module-arrow::after,
html body button.program-card-arrow::before,
html body button.program-card-arrow::after {
  content: none !important;
  display: none !important;
}

html body button[data-about-carousel="next"],
html body button[data-module-carousel="next"],
html body button[data-professor-carousel="next"],
html body button[data-program-card-carousel="next"],
html body button[data-program-carousel="next"],
html body button[data-testimonial-carousel="next"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 24'%3E%3Cpath d='M2 2l10 10L2 22' fill='none' stroke='%23111318' stroke-width='4' stroke-linecap='square' stroke-linejoin='miter'/%3E%3C/svg%3E") !important;
}

html body button[data-about-carousel="prev"],
html body button[data-module-carousel="prev"],
html body button[data-professor-carousel="prev"],
html body button[data-program-card-carousel="prev"],
html body button[data-program-carousel="prev"],
html body button[data-testimonial-carousel="prev"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 24'%3E%3Cpath d='M12 2L2 12l10 10' fill='none' stroke='%23111318' stroke-width='4' stroke-linecap='square' stroke-linejoin='miter'/%3E%3C/svg%3E") !important;
}

@media (max-width: 780px) {
  html body .professor-carousel,
  html body .program-photo-carousel,
  html body .testimonial-carousel-mobile {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    grid-template-areas:
      "track track"
      "prev next" !important;
    column-gap: 12px !important;
    row-gap: 18px !important;
    align-items: start !important;
    position: relative !important;
    padding-bottom: 0 !important;
  }

  html body .professor-carousel > .professor-grid,
  html body .program-photo-carousel > .program-photo-track,
  html body .testimonial-carousel-mobile > .testimonial-grid {
    grid-area: track !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  html body button[data-professor-carousel],
  html body button[data-program-carousel],
  html body button[data-testimonial-carousel] {
    display: block !important;
    position: static !important;
    inset: auto !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    background-position: 50% 50% !important;
    background-size: 11px 20px !important;
    box-sizing: border-box !important;
  }

  html body button[data-professor-carousel="prev"],
  html body button[data-program-carousel="prev"],
  html body button[data-testimonial-carousel="prev"] {
    grid-area: prev !important;
    justify-self: end !important;
  }

  html body button[data-professor-carousel="next"],
  html body button[data-program-carousel="next"],
  html body button[data-testimonial-carousel="next"] {
    grid-area: next !important;
    justify-self: start !important;
  }
}

/* Professor navigation is hidden on desktop; mobile carousel controls share one centred row. */
html body .professor-carousel > .professor-arrow {
  display: none !important;
}

@media (max-width: 760px) {
  html body span.vimeo-cover-play {
    width: 42px !important;
    height: 42px !important;
  }

  html body span.vimeo-cover-play::before {
    border-top-width: 7px !important;
    border-bottom-width: 7px !important;
    border-left-width: 12px !important;
  }

  html body .professor-carousel,
  html body .program-photo-carousel,
  html body .testimonial-carousel-mobile {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    grid-template-areas:
      "track track"
      "prev next" !important;
    column-gap: 12px !important;
    row-gap: 18px !important;
    align-items: start !important;
    position: relative !important;
    padding-bottom: 0 !important;
  }

  html body .professor-carousel > .professor-grid,
  html body .program-photo-carousel > .program-photo-track,
  html body .testimonial-carousel-mobile > .testimonial-grid {
    grid-area: track !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  html body .professor-carousel > .professor-arrow,
  html body .program-photo-carousel > .program-photo-arrow,
  html body .testimonial-carousel-mobile > .testimonial-arrow {
    display: block !important;
    position: static !important;
    inset: auto !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    z-index: 4 !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 11px 20px !important;
    background-color: #ffdd00 !important;
    border: 1px solid rgba(255, 221, 0, 0.5) !important;
    border-radius: 50% !important;
    box-sizing: border-box !important;
    box-shadow: 0 0 0 4px rgba(255, 221, 0, 0.16) !important;
    opacity: 1 !important;
    visibility: visible !important;
    text-indent: -9999px !important;
  }

  html body .professor-carousel > .professor-arrow::before,
  html body .professor-carousel > .professor-arrow::after,
  html body .program-photo-carousel > .program-photo-arrow::before,
  html body .program-photo-carousel > .program-photo-arrow::after,
  html body .testimonial-carousel-mobile > .testimonial-arrow::before,
  html body .testimonial-carousel-mobile > .testimonial-arrow::after {
    content: none !important;
    display: none !important;
  }

  html body button[data-professor-carousel="prev"],
  html body button[data-program-carousel="prev"],
  html body button[data-testimonial-carousel="prev"] {
    grid-area: prev !important;
    justify-self: end !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 24'%3E%3Cpath d='M12 2L2 12l10 10' fill='none' stroke='%23111318' stroke-width='4' stroke-linecap='square' stroke-linejoin='miter'/%3E%3C/svg%3E") !important;
  }

  html body button[data-professor-carousel="next"],
  html body button[data-program-carousel="next"],
  html body button[data-testimonial-carousel="next"] {
    grid-area: next !important;
    justify-self: start !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 24'%3E%3Cpath d='M2 2l10 10L2 22' fill='none' stroke='%23111318' stroke-width='4' stroke-linecap='square' stroke-linejoin='miter'/%3E%3C/svg%3E") !important;
  }
}

/* Ultima regola: stessa posizione e stessa misura per ogni freccia mobile. */
@media (max-width: 780px) {
  html body .about-principles-carousel,
  html body .module-carousel,
  html body .professor-carousel,
  html body .program-card-carousel,
  html body .program-photo-carousel,
  html body .testimonial-carousel-mobile {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: auto 44px !important;
    grid-template-areas: "uniform-track uniform-track" "uniform-prev uniform-next" !important;
    column-gap: 14px !important;
    row-gap: 18px !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  html body .about-principles-carousel > .about-principles,
  html body .module-carousel > .module-list,
  html body .professor-carousel > .professor-grid,
  html body .program-card-carousel > .program-grid,
  html body .program-photo-carousel > .program-photo-track,
  html body .testimonial-carousel-mobile > .testimonial-grid {
    grid-area: uniform-track !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  html body button[data-about-carousel],
  html body button[data-module-carousel],
  html body button[data-professor-carousel],
  html body button[data-program-card-carousel],
  html body button[data-program-carousel],
  html body button[data-testimonial-carousel] {
    display: block !important;
    position: static !important;
    inset: auto !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    max-width: 44px !important;
    max-height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    border: 0 !important;
    border-radius: 50% !important;
    background-color: #ffdd00 !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 10px 18px !important;
    box-shadow: 0 0 0 5px rgba(255, 221, 0, .16) !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    text-indent: -9999px !important;
    opacity: 1 !important;
    visibility: visible !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  html body button[data-about-carousel]::before,
  html body button[data-about-carousel]::after,
  html body button[data-module-carousel]::before,
  html body button[data-module-carousel]::after,
  html body button[data-professor-carousel]::before,
  html body button[data-professor-carousel]::after,
  html body button[data-program-card-carousel]::before,
  html body button[data-program-card-carousel]::after,
  html body button[data-program-carousel]::before,
  html body button[data-program-carousel]::after,
  html body button[data-testimonial-carousel]::before,
  html body button[data-testimonial-carousel]::after {
    content: none !important;
    display: none !important;
  }

  html body button[data-about-carousel="prev"],
  html body button[data-module-carousel="prev"],
  html body button[data-professor-carousel="prev"],
  html body button[data-program-card-carousel="prev"],
  html body button[data-program-carousel="prev"],
  html body button[data-testimonial-carousel="prev"] {
    grid-area: uniform-prev !important;
    justify-self: end !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 20'%3E%3Cpath d='M10 2L2 10l8 8' fill='none' stroke='%23111318' stroke-width='3'/%3E%3C/svg%3E") !important;
  }

  html body button[data-about-carousel="next"],
  html body button[data-module-carousel="next"],
  html body button[data-professor-carousel="next"],
  html body button[data-program-card-carousel="next"],
  html body button[data-program-carousel="next"],
  html body button[data-testimonial-carousel="next"] {
    grid-area: uniform-next !important;
    justify-self: start !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 20'%3E%3Cpath d='M2 2l8 8-8 8' fill='none' stroke='%23111318' stroke-width='3'/%3E%3C/svg%3E") !important;
  }
}

@media (max-width: 780px) {
  html body .about-principles-carousel > button[data-about-carousel],
  html body .module-carousel > button[data-module-carousel],
  html body .professor-carousel > button[data-professor-carousel],
  html body .program-card-carousel > button[data-program-card-carousel],
  html body .program-photo-carousel > button[data-program-carousel],
  html body .testimonial-carousel-mobile > button[data-testimonial-carousel] {
    display: block !important;
    position: static !important;
    inset: auto !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    max-width: 44px !important;
    max-height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    border: 0 !important;
    border-radius: 50% !important;
    background-color: #ffdd00 !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 10px 18px !important;
    box-shadow: 0 0 0 5px rgba(255, 221, 0, .16) !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    text-indent: -9999px !important;
    opacity: 1 !important;
    visibility: visible !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  html body .about-principles-carousel > button[data-about-carousel="prev"],
  html body .module-carousel > button[data-module-carousel="prev"],
  html body .professor-carousel > button[data-professor-carousel="prev"],
  html body .program-card-carousel > button[data-program-card-carousel="prev"],
  html body .program-photo-carousel > button[data-program-carousel="prev"],
  html body .testimonial-carousel-mobile > button[data-testimonial-carousel="prev"] {
    grid-area: uniform-prev !important;
    grid-column: 1 !important;
    grid-row: 2 !important;
    justify-self: end !important;
  }

  html body .about-principles-carousel > button[data-about-carousel="next"],
  html body .module-carousel > button[data-module-carousel="next"],
  html body .professor-carousel > button[data-professor-carousel="next"],
  html body .program-card-carousel > button[data-program-card-carousel="next"],
  html body .program-photo-carousel > button[data-program-carousel="next"],
  html body .testimonial-carousel-mobile > button[data-testimonial-carousel="next"] {
    grid-area: uniform-next !important;
    grid-column: 2 !important;
    grid-row: 2 !important;
    justify-self: start !important;
  }
}
