@font-face {
  font-family: "MR Inter";
  src: url("assets/Inter-VariableFont_slnt,wght.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --mrux-black: #050505;
  --mrux-ink: #141414;
  --mrux-white: #f7f7f4;
  --mrux-paper: #ecece7;
  --mrux-red: #c8102e;
  --mrux-line-dark: rgba(255, 255, 255, .18);
  --mrux-line-light: rgba(0, 0, 0, .16);
  --mrux-ease: cubic-bezier(.16, 1, .3, 1);
}

body.mr-premium-ux {
  color: var(--mrux-ink);
  background: var(--mrux-black);
  font-family: "MR Inter", Inter, Arial, sans-serif;
}

.mr-premium-ux #wrapper,
.mr-premium-ux #main,
.mr-premium-ux .content-area {
  background: var(--mrux-black);
}

.mr-premium-ux #main,
.mr-premium-ux #main p,
.mr-premium-ux #main a,
.mr-premium-ux #main h1,
.mr-premium-ux #main h2,
.mr-premium-ux #main h3,
.mr-premium-ux #main h4,
.mr-premium-ux #header,
.mr-premium-ux #footer {
  font-family: "MR Inter", Inter, Arial, sans-serif;
  letter-spacing: 0;
}

.mr-premium-ux #main h1,
.mr-premium-ux #main h2,
.mr-premium-ux #main h3,
.mr-premium-ux #main h4 {
  font-weight: 530;
  text-transform: none;
}

.mr-premium-ux .header-top {
  display: none;
}

.mr-premium-ux #header {
  min-height: 76px;
}

.mr-premium-ux .header-wrapper,
.mr-premium-ux .header-main,
.mr-premium-ux .stuck .header-main {
  background: rgba(5, 5, 5, .92) !important;
}

.mr-premium-ux .header-main {
  height: 76px !important;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  backdrop-filter: blur(18px);
}

.mr-premium-ux #logo {
  width: 206px !important;
}

.mr-premium-ux #logo img {
  max-height: 48px !important;
  object-fit: contain;
  object-position: left center;
}

.mr-premium-ux .header-nav > li > a,
.mr-premium-ux .mobile-nav > li > a {
  color: rgba(255, 255, 255, .78) !important;
  font-size: 13px;
  font-weight: 560;
  letter-spacing: 0;
  text-transform: none;
}

.mr-premium-ux .header-nav > li:last-child > a {
  min-height: 44px;
  padding: 0 18px;
  border-radius: 4px;
  color: #fff !important;
  background: var(--mrux-red);
}

.mr-premium-ux .nav-line-bottom > li > a::before {
  background: var(--mrux-red);
}

.mr-premium-ux .absolute-footer {
  padding: 26px 0;
  border-top: 1px solid var(--mrux-line-dark);
  color: rgba(255, 255, 255, .58);
  background: var(--mrux-black);
}

.mr-premium-ux .absolute-footer .container {
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.mr-premium-ux .mrux-shell,
.mr-premium-ux .mrux-shell.row {
  max-width: 1280px !important;
}

.mr-premium-ux .mrux-section {
  padding: 124px 0;
}

.mr-premium-ux .mrux-section .section-content {
  z-index: 2;
}

.mr-premium-ux .mrux-anchor {
  position: absolute;
  top: -84px;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.mr-premium-ux .mrux-paper {
  color: var(--mrux-ink);
  background: var(--mrux-paper);
}

.mr-premium-ux .mrux-white {
  color: var(--mrux-ink);
  background: var(--mrux-white);
}

.mr-premium-ux .mrux-dark {
  color: var(--mrux-white);
  background: var(--mrux-black);
}

.mr-premium-ux .mrux-dark h1,
.mr-premium-ux .mrux-dark h2,
.mr-premium-ux .mrux-dark h3,
.mr-premium-ux .mrux-dark h4 {
  color: var(--mrux-white);
}

.mr-premium-ux .mrux-kicker p,
.mr-premium-ux .mrux-kicker-dark p {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
  font-weight: 520;
  letter-spacing: .15em;
  line-height: 1.2;
  text-transform: uppercase;
}

.mr-premium-ux .mrux-kicker p {
  color: rgba(255, 255, 255, .7);
}

.mr-premium-ux .mrux-kicker-dark p {
  color: rgba(0, 0, 0, .56);
}

.mr-premium-ux .mrux-kicker p::before,
.mr-premium-ux .mrux-kicker-dark p::before {
  content: "";
  flex: 0 0 36px;
  height: 1px;
  background: var(--mrux-red);
}

.mr-premium-ux .mrux-display h1,
.mr-premium-ux .mrux-display h2 {
  margin: 0;
  font-size: clamp(48px, 6vw, 88px);
  font-weight: 520;
  line-height: .98;
  text-wrap: balance;
}

.mr-premium-ux .mrux-lead p {
  color: rgba(0, 0, 0, .66);
  font-size: 18px;
  line-height: 1.7;
}

.mr-premium-ux .mrux-dark .mrux-lead p {
  color: rgba(255, 255, 255, .64);
}

.mr-premium-ux .button.mrux-button,
.mr-premium-ux .mrux-button .button {
  min-height: 46px;
  margin: 0 10px 10px 0;
  padding: 0 18px;
  border: 1px solid var(--mrux-red);
  border-radius: 4px;
  color: #fff;
  background: var(--mrux-red);
  font-size: 13px;
  font-weight: 620;
  letter-spacing: 0;
  line-height: 44px;
  text-transform: none;
}

.mr-premium-ux .button.mrux-button.is-outline {
  border-color: rgba(255, 255, 255, .32);
  background: rgba(0, 0, 0, .18);
}

.mr-premium-ux .mrux-hero {
  min-height: calc(100svh - 76px);
  background: var(--mrux-black);
}

.mr-premium-ux .mrux-hero .banner-inner,
.mr-premium-ux .mrux-hero .banner-bg,
.mr-premium-ux .mrux-hero .banner-layers {
  min-height: calc(100svh - 76px);
}

.mr-premium-ux .mrux-hero .overlay {
  background: linear-gradient(90deg, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, .46) 50%, rgba(0, 0, 0, .08) 78%) !important;
}

.mr-premium-ux .mrux-hero-box {
  max-width: 760px;
}

.mr-premium-ux .mrux-hero-logo img {
  width: min(570px, 64vw);
  max-height: 200px;
  object-fit: contain;
  object-position: left center;
}

.mr-premium-ux .mrux-hero-copy p {
  max-width: 680px;
  color: rgba(255, 255, 255, .84);
  font-size: clamp(18px, 2vw, 27px);
  line-height: 1.4;
}

.mr-premium-ux .mrux-facts {
  max-width: none !important;
  margin: 0 !important;
  border-top: 1px solid var(--mrux-line-dark);
  border-bottom: 1px solid var(--mrux-line-dark);
  background: var(--mrux-black);
}

.mr-premium-ux .mrux-fact {
  padding: 22px 14px;
  border-right: 1px solid var(--mrux-line-dark);
  color: rgba(255, 255, 255, .68);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
  letter-spacing: .12em;
  text-align: center;
  text-transform: uppercase;
}

.mr-premium-ux .mrux-profile-image,
.mr-premium-ux .mrux-profile-image .banner-inner,
.mr-premium-ux .mrux-profile-image .banner-bg {
  min-height: 640px;
}

.mr-premium-ux .mrux-career-intro {
  position: sticky;
  top: 116px;
}

.mr-premium-ux .mrux-career-list > .col-inner {
  border-top: 1px solid var(--mrux-line-light);
}

.mr-premium-ux .mrux-career-item {
  margin: 0 !important;
  padding: 34px 0 38px;
  border-bottom: 1px solid var(--mrux-line-light);
}

.mr-premium-ux .mrux-career-meta p {
  color: rgba(0, 0, 0, .48);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
  letter-spacing: .12em;
  line-height: 1.5;
  text-transform: uppercase;
}

.mr-premium-ux .mrux-career-meta strong {
  color: var(--mrux-red);
  font-size: 12px;
}

.mr-premium-ux .mrux-career-copy h3 {
  margin: 0 0 16px;
  color: var(--mrux-ink);
  font-size: clamp(28px, 3vw, 43px);
  line-height: 1.05;
}

.mr-premium-ux .mrux-career-copy p {
  color: rgba(0, 0, 0, .64);
  font-size: 15px;
  line-height: 1.7;
}

.mr-premium-ux .mrux-photo-band {
  padding: 0;
  color: #fff;
  background: var(--mrux-black);
}

.mr-premium-ux .mrux-photo-band .row {
  max-width: none !important;
}

.mr-premium-ux .mrux-photo-image,
.mr-premium-ux .mrux-photo-image .banner-inner,
.mr-premium-ux .mrux-photo-image .banner-bg {
  min-height: 650px;
}

.mr-premium-ux .mrux-statement > .col-inner {
  min-height: 650px;
  display: flex;
  align-items: flex-end;
  padding: clamp(38px, 6vw, 84px);
  border-left: 1px solid var(--mrux-line-dark);
}

.mr-premium-ux .mrux-statement p {
  color: #fff;
  font-size: clamp(28px, 3.6vw, 52px);
  line-height: 1.08;
  text-wrap: balance;
}

.mr-premium-ux .mrux-project-grid {
  row-gap: 70px;
}

.mr-premium-ux .mrux-project > .col-inner {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 18px;
  border-top: 1px solid var(--mrux-line-dark);
}

.mr-premium-ux .mrux-project-media,
.mr-premium-ux .mrux-project-media .banner-inner,
.mr-premium-ux .mrux-project-media .banner-bg {
  min-height: 360px;
}

.mr-premium-ux .mrux-project-meta {
  margin-top: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--mrux-line-dark);
}

.mr-premium-ux .mrux-project-meta p {
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, .5);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.mr-premium-ux .mrux-project-copy h3 {
  margin: 26px 0 18px;
  color: #fff;
  font-size: clamp(38px, 4vw, 58px);
  line-height: .98;
}

.mr-premium-ux .mrux-project-copy h4 {
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.2;
}

.mr-premium-ux .mrux-project-copy p {
  color: rgba(255, 255, 255, .62);
  font-size: 15px;
  line-height: 1.65;
}

.mr-premium-ux .mrux-project .mrux-button {
  align-self: flex-start;
  margin-top: 18px;
}

.mr-premium-ux .mrux-territory,
.mr-premium-ux .mrux-territory .banner-inner,
.mr-premium-ux .mrux-territory .banner-bg,
.mr-premium-ux .mrux-closing,
.mr-premium-ux .mrux-closing .banner-inner,
.mr-premium-ux .mrux-closing .banner-bg {
  min-height: 760px;
}

.mr-premium-ux .mrux-inner-hero {
  padding: 116px 0 92px;
  border-bottom: 1px solid var(--mrux-line-dark);
  color: #fff;
  background: var(--mrux-black);
}

.mr-premium-ux .mrux-inner-hero h1 {
  max-width: 1050px;
  margin: 0;
  color: #fff;
  font-size: clamp(54px, 8vw, 112px);
  line-height: .94;
}

.mr-premium-ux .mrux-inner-hero p {
  max-width: 720px;
  color: rgba(255, 255, 255, .64);
  font-size: 18px;
  line-height: 1.65;
}

.mr-premium-ux .mrux-story-image,
.mr-premium-ux .mrux-story-image .banner-inner,
.mr-premium-ux .mrux-story-image .banner-bg {
  min-height: 560px;
}

.mr-premium-ux .mrux-story-copy h2 {
  margin-bottom: 28px;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1;
}

.mr-premium-ux .mrux-story-copy p,
.mr-premium-ux .mrux-legal p {
  color: rgba(0, 0, 0, .68);
  font-size: 16px;
  line-height: 1.75;
}

.mr-premium-ux .mrux-legal h2,
.mr-premium-ux .mrux-legal h3 {
  margin: 48px 0 18px;
  color: var(--mrux-ink);
}

.mr-premium-ux .mrux-posts .box {
  overflow: hidden;
  border: 1px solid var(--mrux-line-light);
  border-radius: 4px;
  background: #fff;
}

.mr-premium-ux .mrux-posts .box-text {
  padding: 24px;
}

.mr-premium-ux .mrux-posts .post-title {
  color: var(--mrux-ink);
  font-size: 22px;
  line-height: 1.2;
}

.mr-premium-ux .mrux-course-image,
.mr-premium-ux .mrux-course-image .banner-inner,
.mr-premium-ux .mrux-course-image .banner-bg {
  min-height: 620px;
}

.mr-premium-ux .mrux-contact-form,
.mr-premium-ux .mrux-legal {
  max-width: 900px;
  margin-inline: auto;
}

.mr-premium-ux .mrux-contact-form input,
.mr-premium-ux .mrux-contact-form select,
.mr-premium-ux .mrux-contact-form textarea {
  min-height: 46px;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 3px;
  background: #fff;
  box-shadow: none;
}

.mr-premium-ux .mrux-contact-form button,
.mr-premium-ux .mrux-contact-form input[type="submit"] {
  min-height: 46px;
  border-radius: 4px;
  color: #fff;
  background: var(--mrux-red);
  text-transform: none;
}

.mr-premium-ux .mrux-tool-hero {
  padding: 100px 0 78px;
  border-bottom: 1px solid var(--mrux-line-dark);
  color: #fff;
  background: var(--mrux-black);
}

.mr-premium-ux .mrux-tool-hero h1 {
  max-width: 960px;
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(48px, 7vw, 92px);
  line-height: .96;
}

.mr-premium-ux .mrux-tool-hero .mrux-lead p {
  max-width: 680px;
  color: rgba(255, 255, 255, .66);
}

.mr-premium-ux .mrux-tool-area {
  min-height: 54vh;
}

.mr-premium-ux .mrux-tool-panel > .col-inner {
  width: 100%;
  padding: clamp(24px, 5vw, 64px);
  border: 1px solid var(--mrux-line-light);
  border-radius: 4px;
  background: #fff;
  overflow-x: auto;
}

.mr-premium-ux .mrux-tool-panel,
.mr-premium-ux .mrux-tool-panel * {
  max-width: 100%;
}

.mr-premium-ux .mrux-tool-panel,
.mr-premium-ux .mrux-tool-panel > .col-inner,
.mr-premium-ux .mrux-tool-panel .slicewp-form,
.mr-premium-ux .mrux-tool-panel .slicewp-field-wrapper {
  min-width: 0;
  width: 100%;
}

.mr-premium-ux .mrux-tool-panel p,
.mr-premium-ux .mrux-tool-panel label,
.mr-premium-ux .mrux-tool-panel a {
  overflow-wrap: anywhere;
}

.mr-premium-ux .mrux-tool-panel iframe,
.mr-premium-ux .mrux-tool-panel canvas,
.mr-premium-ux .mrux-tool-panel video,
.mr-premium-ux .mrux-tool-panel img {
  height: auto;
  max-width: 100%;
}

.mr-premium-ux .mrux-tool-panel table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
}

.mr-premium-ux .mrux-tool-panel .mrux-table-scroll,
.mr-premium-ux .mrux-tool-panel .slicewp-table-wrapper,
.mr-premium-ux .mrux-tool-panel .slicewp-tab-content {
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
}

.mr-premium-ux .mrux-tool-panel input:not([type="checkbox"]):not([type="radio"]),
.mr-premium-ux .mrux-tool-panel select,
.mr-premium-ux .mrux-tool-panel textarea {
  width: 100%;
  max-width: 100%;
  min-height: 46px;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 3px;
  background: #fff;
  box-shadow: none;
}

.mr-premium-ux .mrux-tool-panel button,
.mr-premium-ux .mrux-tool-panel input[type="submit"],
.mr-premium-ux .mrux-tool-panel .button {
  min-height: 44px;
  border-radius: 4px;
  letter-spacing: 0;
  text-transform: none;
}

body.mr-premium-ux .mrux-tool-panel .slicewp-button-primary,
body.mr-premium-ux .mrux-tool-panel input[type="submit"] {
  border-color: var(--mrux-red) !important;
  color: #fff !important;
  background: var(--mrux-red) !important;
}

.mr-premium-ux .mrux-tool-unavailable {
  padding: clamp(28px, 5vw, 58px);
  border-left: 3px solid var(--mrux-red);
  background: var(--mrux-paper);
}

.mr-premium-ux .mrux-tool-unavailable span {
  color: var(--mrux-red);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.mr-premium-ux .mrux-tool-unavailable h3 {
  margin: 16px 0 10px;
  color: var(--mrux-ink);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.05;
}

.mr-premium-ux .mrux-tool-unavailable p {
  margin: 0;
  color: rgba(0, 0, 0, .62);
}

.mr-premium-ux .slicewp-nav-tab-wrapper {
  display: flex;
  max-width: 100%;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 8px;
}

.mr-premium-ux .slicewp-nav-tab-wrapper a {
  flex: 0 0 auto;
}

.mr-premium-ux .mrux-tool-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* Editorial template for published columns. */
.mr-premium-article #main,
.mr-premium-article .blog-single {
  background: var(--mrux-paper);
}

.mr-premium-article .blog-single {
  padding: 0;
  overflow: hidden;
}

.mr-premium-article .blog-single > .row {
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
}

.mr-premium-article .blog-single > .row > .large-9 {
  flex-basis: 100%;
  max-width: 100%;
  padding: 0;
}

.mr-premium-article .post-sidebar {
  display: none;
}

.mr-premium-article .article-inner {
  width: 100%;
}

.mr-premium-article .entry-header {
  padding: 112px 24px 96px;
  border-bottom: 1px solid var(--mrux-line-dark);
  color: var(--mrux-white);
  background: var(--mrux-black);
}

.mr-premium-article .entry-header-text {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  text-align: left;
}

.mr-premium-article .entry-category {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, .66);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace !important;
  font-size: 10px;
  font-weight: 520;
  letter-spacing: .12em;
  line-height: 1.5;
  text-transform: uppercase;
}

.mr-premium-article .entry-category::before {
  content: "";
  flex: 0 0 36px;
  height: 1px;
  margin-right: 4px;
  background: var(--mrux-red);
}

.mr-premium-article .entry-category a {
  color: rgba(255, 255, 255, .72) !important;
}

.mr-premium-article .entry-title {
  max-width: 1080px;
  margin: 0;
  color: var(--mrux-white);
  font-size: 88px;
  font-weight: 520;
  line-height: .96;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.mr-premium-article .entry-header .entry-divider {
  display: none;
}

.mr-premium-article .entry-header .entry-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 34px;
  color: rgba(255, 255, 255, .52);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace !important;
  font-size: 0;
  letter-spacing: .08em;
  line-height: 1.5;
  text-transform: uppercase;
}

.mr-premium-article .entry-header .entry-meta a,
.mr-premium-article .entry-header .entry-meta time {
  color: rgba(255, 255, 255, .62) !important;
  font-family: inherit;
  font-size: 10px;
}

.mr-premium-article .entry-header .byline::before {
  content: "/";
  margin-right: 10px;
  color: var(--mrux-red);
  font-size: 10px;
}

.mr-premium-article .entry-content {
  width: calc(100% - 40px);
  max-width: 790px;
  margin: 0 auto;
  padding: 92px 0 54px;
  color: var(--mrux-ink);
}

.mr-premium-article .entry-content p,
.mr-premium-article .entry-content li {
  color: rgba(20, 20, 20, .82);
  font-size: 18px;
  line-height: 1.82;
}

.mr-premium-article .entry-content > p:first-child {
  margin-bottom: 34px;
  color: var(--mrux-ink);
  font-size: 23px;
  line-height: 1.58;
}

.mr-premium-article .entry-content p {
  margin-bottom: 28px;
}

.mr-premium-article .entry-content h2,
.mr-premium-article .entry-content h3,
.mr-premium-article .entry-content h4 {
  margin: 58px 0 22px;
  color: var(--mrux-ink);
  line-height: 1.08;
}

.mr-premium-article .entry-content h2 {
  font-size: 42px;
}

.mr-premium-article .entry-content h3 {
  font-size: 30px;
}

.mr-premium-article .entry-content a:not(.button) {
  color: var(--mrux-red);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.mr-premium-article .entry-content blockquote {
  margin: 48px 0;
  padding: 4px 0 4px 28px;
  border-left: 2px solid var(--mrux-red);
  color: var(--mrux-ink);
  font-size: 25px;
  line-height: 1.5;
}

.mr-premium-article .entry-content img,
.mr-premium-article .entry-content figure {
  height: auto;
  max-width: 100%;
}

.mr-premium-article .entry-content .wp-caption-text {
  color: rgba(20, 20, 20, .55);
  font-size: 12px;
  line-height: 1.5;
}

.mr-premium-article .blog-share {
  margin-top: 64px;
  padding-top: 28px;
  border-top: 1px solid var(--mrux-line-light);
  text-align: left;
}

.mr-premium-article .blog-share .is-divider {
  display: none;
}

.mr-premium-article .blog-share .button {
  border-color: rgba(0, 0, 0, .24);
  color: var(--mrux-ink) !important;
  background: transparent !important;
}

.mr-premium-article .article-inner > .entry-meta,
.mr-premium-article .entry-author,
.mr-premium-article .navigation-post,
.mr-premium-article #comments {
  width: calc(100% - 40px);
  max-width: 790px;
  margin-inline: auto;
}

.mr-premium-article .article-inner > .entry-meta {
  padding: 24px 0 44px;
  border-top: 1px solid var(--mrux-line-light);
  color: rgba(20, 20, 20, .56);
  font-size: 12px;
  line-height: 1.6;
  text-align: left;
}

.mr-premium-article .article-inner > .entry-meta a {
  color: var(--mrux-ink);
}

.mr-premium-article .entry-author {
  padding: 32px 0;
  border-top: 1px solid var(--mrux-line-light);
}

.mr-premium-article .entry-author .author-name {
  color: var(--mrux-ink);
  font-size: 20px;
}

.mr-premium-article .navigation-post {
  border-top: 1px solid var(--mrux-line-light);
  border-bottom: 1px solid var(--mrux-line-light);
}

.mr-premium-article .navigation-post .flex-row {
  border: 0;
}

.mr-premium-article .navigation-post a {
  display: block;
  padding: 28px 0;
  color: var(--mrux-ink);
  font-size: 14px;
  line-height: 1.45;
}

.mr-premium-article #comments {
  padding: 54px 0 100px;
}

.mr-premium-article #comments input,
.mr-premium-article #comments textarea {
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 3px;
  background: #fff;
  box-shadow: none;
}

.mr-premium-article #comments input[type="submit"] {
  min-height: 46px;
  border-color: var(--mrux-red);
  border-radius: 4px;
  color: #fff;
  background: var(--mrux-red);
  text-transform: none;
}

.mrux-progress {
  position: fixed;
  z-index: 10001;
  inset: 0 0 auto;
  height: 2px;
  pointer-events: none;
}

.mrux-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--mrux-red);
}

.mrux-motion-ready .mrux-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .85s var(--mrux-ease), transform .85s var(--mrux-ease);
}

.mrux-motion-ready .mrux-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 849px) {
  .mr-premium-ux .header-main {
    height: 68px !important;
  }

  .mr-premium-ux #logo {
    width: 168px !important;
  }

  .mr-premium-ux #logo img {
    max-height: 42px !important;
  }

  .mr-premium-ux .mrux-section {
    padding: 88px 0;
  }

  .mr-premium-ux .mrux-hero,
  .mr-premium-ux .mrux-hero .banner-inner,
  .mr-premium-ux .mrux-hero .banner-bg,
  .mr-premium-ux .mrux-hero .banner-layers {
    min-height: 820px;
  }

  .mr-premium-ux .mrux-hero .overlay {
    background: rgba(0, 0, 0, .62) !important;
  }

  .mr-premium-ux .mrux-hero-logo img {
    width: min(470px, 92vw);
  }

  .mr-premium-ux .mrux-fact {
    border-right: 0;
    border-bottom: 1px solid var(--mrux-line-dark);
  }

  .mr-premium-ux .mrux-career-intro {
    position: static;
    margin-bottom: 48px;
  }

  .mr-premium-ux .mrux-photo-image,
  .mr-premium-ux .mrux-photo-image .banner-inner,
  .mr-premium-ux .mrux-photo-image .banner-bg {
    min-height: 520px;
  }

  .mr-premium-ux .mrux-statement > .col-inner {
    min-height: 340px;
    border-top: 1px solid var(--mrux-line-dark);
    border-left: 0;
  }

  .mr-premium-ux .mrux-project-media,
  .mr-premium-ux .mrux-project-media .banner-inner,
  .mr-premium-ux .mrux-project-media .banner-bg {
    min-height: 58vw;
  }

  .mr-premium-ux .mrux-territory,
  .mr-premium-ux .mrux-territory .banner-inner,
  .mr-premium-ux .mrux-territory .banner-bg,
  .mr-premium-ux .mrux-closing,
  .mr-premium-ux .mrux-closing .banner-inner,
  .mr-premium-ux .mrux-closing .banner-bg {
    min-height: 680px;
  }

  .mr-premium-ux .mrux-inner-hero {
    padding: 90px 0 72px;
  }

  .mr-premium-ux .mrux-tool-hero {
    padding: 86px 0 66px;
  }

  .mr-premium-ux .mrux-tool-area {
    min-height: 0;
  }

  .mr-premium-ux .mrux-tool-panel table {
    font-size: 13px;
  }

  .mr-premium-article .entry-header {
    padding: 88px 24px 74px;
  }

  .mr-premium-article .entry-title {
    font-size: 62px;
  }

  .mr-premium-article .entry-content {
    padding-top: 74px;
  }
}

@media (max-width: 549px) {
  .mr-premium-ux .header-main {
    height: 64px !important;
  }

  .mr-premium-ux #logo {
    width: 146px !important;
  }

  .mr-premium-ux .header-social-icons {
    gap: 2px;
  }

  .mr-premium-ux .header-social-icons a {
    width: 25px;
    height: 32px;
    margin: 0 !important;
  }

  .mr-premium-ux .mrux-section {
    padding: 72px 0;
  }

  .mr-premium-ux .mrux-display h1,
  .mr-premium-ux .mrux-display h2,
  .mr-premium-ux .mrux-inner-hero h1 {
    font-size: 42px;
  }

  .mr-premium-ux .mrux-lead p,
  .mr-premium-ux .mrux-inner-hero p {
    font-size: 16px;
  }

  .mr-premium-ux .mrux-career-item {
    padding: 28px 0 32px;
  }

  .mr-premium-ux .mrux-career-copy h3 {
    font-size: 31px;
  }

  .mr-premium-ux .mrux-project-media,
  .mr-premium-ux .mrux-project-media .banner-inner,
  .mr-premium-ux .mrux-project-media .banner-bg {
    min-height: 350px;
  }

  .mr-premium-ux .mrux-project-copy h3 {
    font-size: 40px;
  }

  .mr-premium-ux .mrux-project-copy h4 {
    font-size: 23px;
  }

  .mr-premium-ux .mrux-story-image,
  .mr-premium-ux .mrux-story-image .banner-inner,
  .mr-premium-ux .mrux-story-image .banner-bg,
  .mr-premium-ux .mrux-course-image,
  .mr-premium-ux .mrux-course-image .banner-inner,
  .mr-premium-ux .mrux-course-image .banner-bg {
    min-height: 380px;
  }

  .mr-premium-ux .mrux-tool-hero {
    padding: 70px 0 54px;
  }

  .mr-premium-ux .mrux-tool-hero h1 {
    font-size: 42px;
  }

  .mr-premium-ux .mrux-tool-panel > .col-inner {
    padding: 20px 16px;
  }

  .mr-premium-ux .mrux-tool-panel table {
    min-width: 560px;
  }

  .mr-premium-ux .mrux-tool-panel .button,
  .mr-premium-ux .mrux-tool-panel button,
  .mr-premium-ux .mrux-tool-panel input[type="submit"] {
    width: auto;
    max-width: 100%;
    white-space: normal;
  }

  .mr-premium-article .entry-header {
    padding: 68px 20px 58px;
  }

  .mr-premium-article .entry-category {
    margin-bottom: 22px;
  }

  .mr-premium-article .entry-title {
    font-size: 44px;
    line-height: 1;
  }

  .mr-premium-article .entry-header .entry-meta {
    flex-wrap: wrap;
    margin-top: 26px;
  }

  .mr-premium-article .entry-content,
  .mr-premium-article .article-inner > .entry-meta,
  .mr-premium-article .entry-author,
  .mr-premium-article .navigation-post,
  .mr-premium-article #comments {
    width: calc(100% - 32px);
  }

  .mr-premium-article .entry-content {
    padding: 58px 0 36px;
  }

  .mr-premium-article .entry-content p,
  .mr-premium-article .entry-content li {
    font-size: 17px;
    line-height: 1.72;
  }

  .mr-premium-article .entry-content > p:first-child {
    margin-bottom: 30px;
    font-size: 21px;
    line-height: 1.55;
  }

  .mr-premium-article .entry-content h2 {
    font-size: 34px;
  }

  .mr-premium-article .entry-content h3 {
    font-size: 27px;
  }

  .mr-premium-article .blog-share {
    margin-top: 48px;
  }

  .mr-premium-article .navigation-post a {
    padding: 22px 0;
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mrux-motion-ready .mrux-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
