@charset "UTF-8";
/* line 2, theme.scss */
.rtx-v9 {
  --ink:#111821;
  --muted:#6b727a;
  --paper:#f3f0ea;
  --paper2:#faf8f3;
  --dark:#121a22;
  --dark2:#1d2833;
  --line:rgba(17,24,33,.12);
  --line-dark:rgba(255,255,255,.12);
  --orange:#e06336;
  --orange2:#b84f32;
  --green:#536f5a;
  --tile:#252f38;
  --radius:26px;
  --shadow:0 26px 80px rgba(0,0,0,.24);
  position: relative;
  overflow: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  isolation: isolate; }

/* line 26, theme.scss */
.rtx-v9 * {
  box-sizing: border-box; }

/* line 27, theme.scss */
.rtx-v9 img {
  max-width: 100%;
  display: block; }

/* line 28, theme.scss */
.rtx-v9 a {
  color: inherit;
  text-decoration: none; }

/* line 29, theme.scss */
.rtx-v9 button, .rtx-v9 input, .rtx-v9 select, .rtx-v9 textarea {
  font: inherit; }

/* line 30, theme.scss */
.rtx-bg {
  position: fixed;
  inset: 0;
  z-index: -2;
  background: radial-gradient(circle at var(--mx, 70%) var(--my, 20%), rgba(224, 99, 54, 0.18), rgba(0, 0, 0, 0) 28%), linear-gradient(135deg, #0d1319 0, #19222c 38%, #f3f0ea 38.2%, #f3f0ea 100%);
  opacity: .28;
  pointer-events: none; }

/* line 31, theme.scss */
.rtx-container {
  width: min(1480px, calc(100% - 64px));
  margin: 0 auto; }

/* line 32, theme.scss */
.rtx-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 800;
  font-size: 12px; }

/* line 33, theme.scss */
.rtx-kicker:before {
  content: "";
  width: 28px;
  height: 2px;
  background: currentColor;
  display: block; }

/* line 34, theme.scss */
.rtx-topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 76px;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 28px;
  padding: 14px 36px;
  background: rgba(13, 19, 25, 0.9);
  color: #fff;
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform .28s ease, background .28s ease; }

/* line 35, theme.scss */
.rtx-topbar.is-hidden {
  transform: translateY(-100%); }

/* line 36, theme.scss */
.rtx-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0; }

/* line 37, theme.scss */
.rtx-brand-mark {
  width: 28px;
  height: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  flex: 0 0 auto; }

/* line 38, theme.scss */
.rtx-brand-mark i {
  display: block;
  background: var(--orange);
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14); }

/* line 39, theme.scss */
.rtx-brand b {
  display: block;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -.06em; }

/* line 40, theme.scss */
.rtx-brand small {
  display: block;
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  line-height: 1.1; }

/* line 41, theme.scss */
.rtx-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.78); }

/* line 42, theme.scss */
.rtx-nav a {
  position: relative;
  padding: 8px 0;
  white-space: nowrap; }

/* line 43, theme.scss */
.rtx-nav a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .22s ease; }

/* line 44, theme.scss */
.rtx-nav a:hover:after {
  transform: scaleX(1); }

/* line 45, theme.scss */
.rtx-phone {
  display: block;
  text-align: right;
  color: #fff;
  white-space: nowrap; }

/* line 46, theme.scss */
.rtx-phone b {
  display: block;
  font-size: 16px;
  line-height: 1.05; }

/* line 47, theme.scss */
.rtx-phone span {
  display: block;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px; }

/* line 48, theme.scss */
.rtx-top-cta, .rtx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border: 0;
  border-radius: 4px;
  background: var(--orange);
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(224, 99, 54, 0.24);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }

/* line 49, theme.scss */
.rtx-top-cta:hover, .rtx-btn:hover {
  transform: translateY(-2px);
  background: #f07143;
  box-shadow: 0 18px 42px rgba(224, 99, 54, 0.34); }

/* line 50, theme.scss */
.rtx-btn--ghost {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: none; }

/* line 51, theme.scss */
.rtx-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.12); }

/* line 52, theme.scss */
.rtx-burger {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 12px;
  color: #fff;
  padding: 0 11px; }

/* line 53, theme.scss */
.rtx-burger span {
  display: block;
  height: 2px;
  margin: 6px 0;
  background: #fff; }

/* line 54, theme.scss */
.rtx-hero {
  position: relative;
  min-height: 720px;
  color: #fff;
  background: #0e151c;
  overflow: hidden; }

/* line 55, theme.scss */
.rtx-hero-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  transform-origin: center;
  transition: transform .3s ease; }

/* line 56, theme.scss */
.rtx-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.98) contrast(1.04) brightness(0.78);
  transform: scale(1.03); }

/* line 57, theme.scss */
.rtx-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 12, 16, 0.92) 0%, rgba(8, 12, 16, 0.64) 42%, rgba(8, 12, 16, 0.2) 68%, rgba(8, 12, 16, 0.76) 100%), linear-gradient(0deg, rgba(8, 12, 16, 0.86), transparent 42%); }

/* line 58, theme.scss */
.rtx-hero-inner {
  position: relative;
  z-index: 2;
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 780px) 320px;
  align-items: center;
  justify-content: space-between;
  gap: 56px;
  padding: 88px 0 110px; }

/* line 59, theme.scss */
.rtx-hero-copy h1 {
  max-width: 760px;
  margin: 24px 0 18px;
  font-size: clamp(58px, 7vw, 116px);
  line-height: .9;
  letter-spacing: -.075em;
  font-weight: 900; }

/* line 60, theme.scss */
.rtx-hero-copy p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 23px;
  line-height: 1.4; }

/* line 61, theme.scss */
.rtx-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px; }

/* line 62, theme.scss */
.rtx-hero-facts {
  display: grid;
  gap: 16px; }

/* line 63, theme.scss */
.rtx-hero-facts article {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 0 14px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(12, 18, 24, 0.44);
  backdrop-filter: blur(12px);
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22); }

/* line 64, theme.scss */
.rtx-hero-facts .rtx-ico {
  grid-row: 1 / span 2;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  border-radius: 14px;
  font-size: 21px; }

/* line 65, theme.scss */
.rtx-hero-facts b {
  font-size: 16px; }

/* line 66, theme.scss */
.rtx-hero-facts p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
  line-height: 1.35; }

/* line 67, theme.scss */
.rtx-section {
  position: relative;
  padding: 72px 0; }

/* line 68, theme.scss */
.rtx-section--light {
  background: var(--paper); }

/* line 69, theme.scss */
.rtx-section--dark {
  background: linear-gradient(135deg, #111922, #202b36);
  color: #fff; }

/* line 70, theme.scss */
.rtx-puzzle:before, .rtx-section--dark:before, .rtx-section--mount:before {
  content: "";
  position: absolute;
  top: -18px;
  left: 14%;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: inherit;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.02); }

/* line 71, theme.scss */
.rtx-section--dark:before {
  left: 72%;
  background: #17212b; }

/* line 72, theme.scss */
.rtx-section-title {
  margin-bottom: 34px; }

/* line 73, theme.scss */
.rtx-section-title h2, .rtx-mount-head h2, .rtx-cta-text h2 {
  margin: 12px 0 0;
  max-width: 900px;
  font-size: clamp(34px, 4vw, 64px);
  line-height: .98;
  letter-spacing: -.055em; }

/* line 74, theme.scss */
.rtx-section-title p {
  max-width: 470px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 18px; }

/* line 75, theme.scss */
.rtx-section--dark .rtx-section-title p {
  color: rgba(255, 255, 255, 0.62); }

/* line 76, theme.scss */
.rtx-section-title--row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px; }

/* line 77, theme.scss */
.rtx-link-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid currentColor;
  border-radius: 4px;
  background: transparent;
  color: inherit;
  font-weight: 800;
  cursor: pointer;
  opacity: .86;
  white-space: nowrap; }

/* line 78, theme.scss */
.rtx-benefits {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.42);
  box-shadow: 0 16px 46px rgba(20, 23, 26, 0.06); }

/* line 79, theme.scss */
.rtx-benefits article {
  position: relative;
  min-height: 190px;
  padding: 26px 22px;
  border-right: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.32);
  overflow: hidden; }

/* line 80, theme.scss */
.rtx-benefits article:last-child {
  border-right: 0; }

/* line 81, theme.scss */
.rtx-benefits article:after {
  content: "";
  position: absolute;
  right: -18px;
  bottom: -18px;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: rgba(224, 99, 54, 0.12);
  transform: rotate(45deg);
  transition: transform .35s ease; }

/* line 82, theme.scss */
.rtx-benefits article:hover:after {
  transform: rotate(45deg) translate(-10px, -10px); }

/* line 83, theme.scss */
.rtx-benefits span {
  color: var(--orange);
  font-weight: 900;
  font-size: 34px;
  letter-spacing: -.08em; }

/* line 84, theme.scss */
.rtx-benefits b {
  display: block;
  margin-top: 18px;
  font-size: 16px; }

/* line 85, theme.scss */
.rtx-benefits p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.42; }

/* line 86, theme.scss */
.rtx-catalog-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px; }

/* line 87, theme.scss */
.rtx-product-card {
  min-width: 0;
  padding: 12px 12px 16px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--line-dark);
  border-radius: 6px;
  overflow: hidden;
  transition: transform .25s ease, background .25s ease, border-color .25s ease; }

/* line 88, theme.scss */
.rtx-product-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.26); }

/* line 89, theme.scss */
.rtx-product-card figure {
  height: 160px;
  margin: 0 0 14px;
  border-radius: 4px;
  overflow: hidden;
  background: #26313c; }

/* line 90, theme.scss */
.rtx-product-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease; }

/* line 91, theme.scss */
.rtx-product-card:hover figure img {
  transform: scale(1.06); }

/* line 92, theme.scss */
.rtx-product-card b {
  display: block;
  font-size: 16px; }

/* line 93, theme.scss */
.rtx-product-card p {
  min-height: 42px;
  margin: 7px 0 14px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.32; }

/* line 94, theme.scss */
.rtx-swatches {
  display: flex;
  gap: 8px; }

/* line 95, theme.scss */
.rtx-swatches i {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: #202a32; }

/* line 96, theme.scss */
.rtx-swatches i:nth-child(2) {
  background: #b35a38; }

/* line 97, theme.scss */
.rtx-swatches i:nth-child(3) {
  background: #536f5a; }

/* line 98, theme.scss */
.rtx-swatches i:nth-child(4) {
  background: #a77740; }

/* line 99, theme.scss */
.rtx-use-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px; }

/* line 100, theme.scss */
.rtx-use-grid article {
  position: relative;
  height: 250px;
  border-radius: 8px;
  overflow: hidden;
  background: #111922;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.12); }

/* line 101, theme.scss */
.rtx-use-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease; }

/* line 102, theme.scss */
.rtx-use-grid article:hover img {
  transform: scale(1.05); }

/* line 103, theme.scss */
.rtx-use-grid article:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(9, 15, 20, 0.86), rgba(9, 15, 20, 0.08) 58%); }

/* line 104, theme.scss */
.rtx-use-grid div {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 12px; }

/* line 105, theme.scss */
.rtx-use-grid span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 12px;
  color: var(--orange);
  font-weight: 900; }

/* line 106, theme.scss */
.rtx-use-grid b {
  font-size: 17px;
  line-height: 1.1; }

/* line 107, theme.scss */
.rtx-section--mount {
  background: var(--paper2); }

/* line 108, theme.scss */
.rtx-mount-head {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  align-items: start;
  margin-bottom: 32px; }

/* line 109, theme.scss */
.rtx-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr) 230px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.06); }

/* line 110, theme.scss */
.rtx-steps article, .rtx-steps aside {
  position: relative;
  min-height: 160px;
  padding: 24px;
  border-right: 1px solid var(--line); }

/* line 111, theme.scss */
.rtx-steps article:after {
  content: "→";
  position: absolute;
  right: -11px;
  top: 50%;
  z-index: 2;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--muted); }

/* line 112, theme.scss */
.rtx-steps span {
  display: block;
  margin-bottom: 16px;
  color: var(--orange);
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.08em; }

/* line 113, theme.scss */
.rtx-steps b {
  display: block;
  font-size: 15px;
  line-height: 1.18; }

/* line 114, theme.scss */
.rtx-steps p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35; }

/* line 115, theme.scss */
.rtx-steps aside {
  border-right: 0;
  background: linear-gradient(135deg, #16202a, #27323d);
  color: #fff; }

/* line 116, theme.scss */
.rtx-steps aside p {
  color: rgba(255, 255, 255, 0.62); }

/* line 117, theme.scss */
.rtx-projects {
  display: flex;
  gap: 14px;
  overflow: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
  cursor: grab; }

/* line 118, theme.scss */
.rtx-projects::-webkit-scrollbar {
  height: 8px; }

/* line 119, theme.scss */
.rtx-projects::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.22);
  border-radius: 99px; }

/* line 120, theme.scss */
.rtx-projects article {
  position: relative;
  flex: 0 0 420px;
  height: 270px;
  border-radius: 8px;
  overflow: hidden;
  background: #18222d;
  border: 1px solid var(--line-dark);
  scroll-snap-align: start; }

/* line 121, theme.scss */
.rtx-projects article:first-child {
  flex-basis: 560px; }

/* line 122, theme.scss */
.rtx-projects img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease; }

/* line 123, theme.scss */
.rtx-projects article:hover img {
  transform: scale(1.05); }

/* line 124, theme.scss */
.rtx-projects article:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(8, 13, 18, 0.86), transparent 62%); }

/* line 125, theme.scss */
.rtx-projects div {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 2; }

/* line 126, theme.scss */
.rtx-projects span {
  color: var(--orange);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 900; }

/* line 127, theme.scss */
.rtx-projects b {
  display: block;
  margin-top: 6px;
  font-size: 22px;
  line-height: 1.05; }

/* line 128, theme.scss */
.rtx-cta {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(135deg, var(--orange), #a5402c); }

/* line 129, theme.scss */
.rtx-cta:before {
  content: "";
  position: absolute;
  left: 48%;
  top: -50px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: var(--paper);
  z-index: 2; }

/* line 130, theme.scss */
.rtx-cta-inner {
  position: relative;
  z-index: 3;
  min-height: 430px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 520px;
  gap: 44px;
  align-items: center;
  padding: 66px 0; }

/* line 131, theme.scss */
.rtx-cta-text p {
  max-width: 650px;
  margin: 18px 0 24px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px; }

/* line 132, theme.scss */
.rtx-mini-calc {
  display: grid;
  grid-template-columns: 190px 190px minmax(220px, 1fr);
  gap: 12px;
  max-width: 760px;
  align-items: stretch; }

/* line 133, theme.scss */
.rtx-mini-calc label, .rtx-result {
  display: block;
  padding: 14px 16px;
  background: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .07em; }

/* line 134, theme.scss */
.rtx-mini-calc input, .rtx-mini-calc select {
  width: 100%;
  margin-top: 8px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -.04em; }

/* line 135, theme.scss */
.rtx-mini-calc option {
  color: #111; }

/* line 136, theme.scss */
.rtx-result b {
  display: block;
  color: #fff;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: -.04em; }

/* line 137, theme.scss */
.rtx-result span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400; }

/* line 138, theme.scss */
.rtx-formbox {
  position: relative;
  z-index: 4;
  padding: 28px;
  background: rgba(17, 24, 33, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  box-shadow: var(--shadow); }

/* line 139, theme.scss */
.rtx-formbox h3 {
  margin: 0 0 8px;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -.05em; }

/* line 140, theme.scss */
.rtx-form {
  display: grid;
  gap: 14px; }

/* line 141, theme.scss */
.rtx-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px; }

/* line 142, theme.scss */
.rtx-form label, .rtx-agree span {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 700; }

/* line 143, theme.scss */
.rtx-form input, .rtx-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  padding: 12px 14px;
  outline: none; }

/* line 144, theme.scss */
.rtx-form textarea {
  min-height: 94px;
  resize: vertical; }

/* line 145, theme.scss */
.rtx-form input:focus, .rtx-form textarea:focus {
  border-color: rgba(224, 99, 54, 0.9); }

/* line 146, theme.scss */
.rtx-agree {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  margin: 0; }

/* line 147, theme.scss */
.rtx-agree input {
  width: 18px;
  min-height: 18px;
  margin-top: 2px;
  accent-color: var(--orange); }

/* line 148, theme.scss */
.rtx-cta-img {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 46%;
  height: 100%;
  object-fit: cover;
  opacity: .34;
  mix-blend-mode: multiply; }

/* line 149, theme.scss */
.rtx-footer {
  background: #111922;
  color: #fff;
  padding: 40px 0; }

/* line 150, theme.scss */
.rtx-footer-grid {
  display: grid;
  grid-template-columns: 260px 1fr auto auto;
  gap: 42px;
  align-items: start; }

/* line 151, theme.scss */
.rtx-footer p {
  margin: 0;
  max-width: 360px;
  color: rgba(255, 255, 255, 0.6); }

/* line 152, theme.scss */
.rtx-footer nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 24px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px; }

/* line 153, theme.scss */
.rtx-footer address {
  display: grid;
  gap: 5px;
  font-style: normal;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px; }

/* line 154, theme.scss */
.rtx-footer address b {
  color: #fff;
  font-size: 18px; }

/* line 155, theme.scss */
[data-reveal] {
  opacity: 0;
  transform: translateY(34px) scale(0.98);
  transition: opacity 0.65s ease, transform 0.65s cubic-bezier(0.2, 0.8, 0.2, 1); }

/* line 156, theme.scss */
[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0) scale(1); }

/* line 157, theme.scss */
.rtx-success {
  display: none;
  margin: 0 0 6px;
  padding: 14px 16px;
  border-radius: 10px;
  background: #3d5544;
  color: #fff;
  font-size: 14px;
  line-height: 1.35; }

/* line 158, theme.scss */
.rtx-success.is-show {
  display: block; }

/* line 159, theme.scss */
.rtx-error {
  margin: 5px 0 0;
  color: #ffb098;
  font-size: 12px;
  line-height: 1.25; }

/* line 160, theme.scss */
.rtx-captcha-area {
  margin: 0; }

@media (max-width: 1280px) {
  /* line 162, theme.scss */
  .rtx-topbar {
    grid-template-columns: auto 1fr auto; }

  /* line 163, theme.scss */
  .rtx-top-cta {
    display: none; }

  /* line 164, theme.scss */
  .rtx-nav {
    gap: 18px; }

  /* line 165, theme.scss */
  .rtx-benefits, .rtx-catalog-grid {
    grid-template-columns: repeat(3, 1fr); }

  /* line 166, theme.scss */
  .rtx-use-grid {
    grid-template-columns: repeat(2, 1fr); }

  /* line 167, theme.scss */
  .rtx-use-grid article:last-child {
    grid-column: 1 / -1; }

  /* line 168, theme.scss */
  .rtx-steps {
    grid-template-columns: repeat(3, 1fr); }

  /* line 169, theme.scss */
  .rtx-steps aside {
    grid-column: auto; }

  /* line 170, theme.scss */
  .rtx-cta-inner {
    grid-template-columns: 1fr; }

  /* line 171, theme.scss */
  .rtx-formbox {
    max-width: 720px; }

  /* line 172, theme.scss */
  .rtx-cta-img {
    width: 100%;
    opacity: .16; } }
@media (max-width: 980px) {
  /* line 175, theme.scss */
  .rtx-container {
    width: min(100% - 32px, 760px); }

  /* line 176, theme.scss */
  .rtx-topbar {
    grid-template-columns: auto auto;
    justify-content: space-between;
    padding: 12px 16px; }

  /* line 177, theme.scss */
  .rtx-nav, .rtx-phone {
    display: none; }

  /* line 178, theme.scss */
  .rtx-burger {
    display: block; }

  /* line 179, theme.scss */
  .rtx-topbar.is-open .rtx-nav {
    display: grid;
    position: absolute;
    left: 16px;
    right: 16px;
    top: 70px;
    justify-content: stretch;
    gap: 0;
    padding: 14px;
    background: #121a22;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    box-shadow: var(--shadow); }

  /* line 180, theme.scss */
  .rtx-topbar.is-open .rtx-nav a {
    padding: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08); }

  /* line 181, theme.scss */
  .rtx-hero, .rtx-hero-inner {
    min-height: auto; }

  /* line 182, theme.scss */
  .rtx-hero-inner {
    grid-template-columns: 1fr;
    padding: 92px 0 64px; }

  /* line 183, theme.scss */
  .rtx-hero-copy h1 {
    font-size: 58px; }

  /* line 184, theme.scss */
  .rtx-hero-copy p {
    font-size: 18px; }

  /* line 185, theme.scss */
  .rtx-hero-facts {
    grid-template-columns: 1fr 1fr; }

  /* line 186, theme.scss */
  .rtx-section {
    padding: 54px 0; }

  /* line 187, theme.scss */
  .rtx-section-title--row, .rtx-mount-head {
    display: block; }

  /* line 188, theme.scss */
  .rtx-section-title p {
    max-width: none; }

  /* line 189, theme.scss */
  .rtx-benefits, .rtx-catalog-grid, .rtx-use-grid, .rtx-steps {
    grid-template-columns: 1fr; }

  /* line 190, theme.scss */
  .rtx-benefits article, .rtx-steps article, .rtx-steps aside {
    border-right: 0;
    border-bottom: 1px solid var(--line); }

  /* line 191, theme.scss */
  .rtx-steps article:after {
    display: none; }

  /* line 192, theme.scss */
  .rtx-projects article, .rtx-projects article:first-child {
    flex-basis: 82vw; }

  /* line 193, theme.scss */
  .rtx-mini-calc, .rtx-form-row, .rtx-footer-grid {
    grid-template-columns: 1fr; } }
@media (max-width: 560px) {
  /* line 196, theme.scss */
  .rtx-brand b {
    font-size: 20px; }

  /* line 197, theme.scss */
  .rtx-brand small {
    max-width: 150px; }

  /* line 198, theme.scss */
  .rtx-hero-copy h1 {
    font-size: 46px;
    letter-spacing: -.06em; }

  /* line 199, theme.scss */
  .rtx-actions {
    display: grid; }

  /* line 200, theme.scss */
  .rtx-hero-facts {
    grid-template-columns: 1fr; }

  /* line 201, theme.scss */
  .rtx-benefits article {
    min-height: 150px; }

  /* line 202, theme.scss */
  .rtx-section-title h2, .rtx-mount-head h2, .rtx-cta-text h2 {
    font-size: 36px; }

  /* line 203, theme.scss */
  .rtx-product-card figure {
    height: 210px; }

  /* line 204, theme.scss */
  .rtx-use-grid article {
    height: 290px; }

  /* line 205, theme.scss */
  .rtx-cta-inner {
    padding: 48px 0; }

  /* line 206, theme.scss */
  .rtx-formbox {
    padding: 20px; } }
@media (prefers-reduced-motion: reduce) {
  /* line 209, theme.scss */
  .rtx-v9 * {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important; }

  /* line 210, theme.scss */
  [data-reveal] {
    opacity: 1 !important;
    transform: none !important; } }
/* RTX Top Visual Pack: GitHub-inspired motion layer, safe for InSales */
/* line 215, theme.scss */
.rtx-v9 {
  --deep:#090f14;
  --steel:#2f3d49; }

/* line 216, theme.scss */
.rtx-topbar {
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.18); }

/* line 217, theme.scss */
.rtx-topbar:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(224, 99, 54, 0.8), transparent);
  opacity: .55; }

/* line 218, theme.scss */
.rtx-hero {
  min-height: 760px; }

/* line 219, theme.scss */
.rtx-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 96px);
  mask-image: linear-gradient(90deg, #000, transparent 78%);
  pointer-events: none; }

/* line 220, theme.scss */
.rtx-hero-media img {
  filter: saturate(0.92) contrast(1.16) brightness(0.62);
  transform: scale(1.08); }

/* line 221, theme.scss */
.rtx-motion-grid {
  position: absolute;
  z-index: 2;
  right: 8vw;
  top: 118px;
  width: min(32vw, 430px);
  aspect-ratio: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  transform: rotate(-9deg);
  opacity: .9;
  pointer-events: none; }

/* line 222, theme.scss */
.rtx-motion-grid i {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(135deg, rgba(224, 99, 54, 0.42), rgba(255, 255, 255, 0.07));
  border-radius: 22px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), 0 24px 60px rgba(0, 0, 0, 0.26);
  animation: rtxFloat 5.5s ease-in-out infinite; }

/* line 223, theme.scss */
.rtx-motion-grid i:nth-child(2n) {
  transform: translateY(28px);
  animation-delay: -1.1s;
  background: linear-gradient(135deg, rgba(83, 111, 90, 0.48), rgba(255, 255, 255, 0.06)); }

/* line 224, theme.scss */
.rtx-motion-grid i:nth-child(3n) {
  transform: translateY(-20px);
  animation-delay: -2s; }

@keyframes rtxFloat {
  0%,100% {
    translate: 0 0; }
  50% {
    translate: 0 -14px; } }
/* line 226, theme.scss */
.rtx-scroll-rail {
  position: absolute;
  z-index: 3;
  left: 36px;
  bottom: 34px;
  width: 1px;
  height: 170px;
  background: rgba(255, 255, 255, 0.16);
  overflow: hidden; }

/* line 227, theme.scss */
.rtx-scroll-rail span {
  display: block;
  width: 100%;
  height: 56px;
  background: var(--orange);
  animation: rtxRail 2.1s cubic-bezier(0.22, 0.8, 0.22, 1) infinite; }

@keyframes rtxRail {
  0% {
    transform: translateY(-60px);
    opacity: 0; }
  28% {
    opacity: 1; }
  100% {
    transform: translateY(180px);
    opacity: 0; } }
/* line 229, theme.scss */
.rtx-hero-copy h1 {
  text-wrap: balance;
  text-shadow: 0 20px 70px rgba(0, 0, 0, 0.42); }

/* line 230, theme.scss */
.rtx-hero-copy p {
  max-width: 760px; }

/* line 231, theme.scss */
.rtx-hero-facts article {
  transform-style: preserve-3d;
  transition: transform .25s ease, border-color .25s ease, background .25s ease; }

/* line 232, theme.scss */
.rtx-hero-facts article:hover {
  border-color: rgba(224, 99, 54, 0.45);
  background: rgba(12, 18, 24, 0.62);
  transform: translateY(-4px); }

/* line 233, theme.scss */
.rtx-marquee {
  position: relative;
  z-index: 5;
  overflow: hidden;
  padding: 17px 0;
  background: #111922;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08); }

/* line 234, theme.scss */
.rtx-marquee-track {
  display: flex;
  width: max-content;
  gap: 42px;
  animation: rtxMarquee 30s linear infinite;
  will-change: transform; }

/* line 235, theme.scss */
.rtx-marquee span {
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 12px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.68); }

/* line 236, theme.scss */
.rtx-marquee span:before {
  content: "◆";
  margin-right: 42px;
  color: var(--orange); }

@keyframes rtxMarquee {
  to {
    transform: translateX(-50%); } }
/* line 238, theme.scss */
.rtx-spec-lab {
  background: linear-gradient(135deg, #f4f0e8 0%, #efe6d8 52%, #1a252f 52.2%, #111922 100%);
  overflow: hidden; }

/* line 239, theme.scss */
.rtx-spec-lab:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 18% 16%, rgba(224, 99, 54, 0.18), rgba(0, 0, 0, 0) 28%), radial-gradient(circle at 83% 72%, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0) 24%);
  pointer-events: none; }

/* line 240, theme.scss */
.rtx-spec-lab-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 600px) 1fr;
  gap: 64px;
  align-items: center; }

/* line 241, theme.scss */
.rtx-spec-copy h2 {
  margin: 12px 0 18px;
  font-size: clamp(38px, 5vw, 72px);
  line-height: .95;
  letter-spacing: -.065em;
  max-width: 780px; }

/* line 242, theme.scss */
.rtx-spec-copy p {
  margin: 0;
  max-width: 560px;
  color: #596068;
  font-size: 18px;
  line-height: 1.5; }

/* line 243, theme.scss */
.rtx-spec-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px; }

/* line 244, theme.scss */
.rtx-spec-pills span {
  padding: 10px 14px;
  border: 1px solid rgba(17, 24, 33, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em; }

/* line 245, theme.scss */
.rtx-tile-board {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  min-height: 520px;
  perspective: 1100px; }

/* line 246, theme.scss */
.rtx-tile-board:before {
  content: "";
  position: absolute;
  inset: 54px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 34px;
  transform: rotate(-7deg); }

/* line 247, theme.scss */
.rtx-tile-board article {
  position: relative;
  overflow: hidden;
  min-height: 240px;
  border-radius: 26px;
  background: #18232d;
  border: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
  transform: translate3d(0, 0, 0) rotate(var(--r, 0deg));
  transition: transform 0.35s cubic-bezier(0.22, 0.8, 0.22, 1), filter 0.35s ease; }

/* line 248, theme.scss */
.rtx-tile-board article:nth-child(1) {
  --r:-4deg;
  margin-top: 36px; }

/* line 249, theme.scss */
.rtx-tile-board article:nth-child(2) {
  --r:5deg; }

/* line 250, theme.scss */
.rtx-tile-board article:nth-child(3) {
  --r:4deg; }

/* line 251, theme.scss */
.rtx-tile-board article:nth-child(4) {
  --r:-5deg;
  margin-top: -28px; }

/* line 252, theme.scss */
.rtx-tile-board article:hover {
  transform: translateY(-10px) rotate(0deg) scale(1.02);
  filter: saturate(1.06); }

/* line 253, theme.scss */
.rtx-tile-board img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
  filter: contrast(1.1) brightness(0.72); }

/* line 254, theme.scss */
.rtx-tile-board article:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(7, 11, 16, 0.86), transparent 56%); }

/* line 255, theme.scss */
.rtx-tile-board b, .rtx-tile-board span {
  position: absolute;
  z-index: 2;
  left: 20px; }

/* line 256, theme.scss */
.rtx-tile-board b {
  bottom: 42px;
  color: #fff;
  font-size: 24px;
  letter-spacing: -.04em; }

/* line 257, theme.scss */
.rtx-tile-board span {
  bottom: 20px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 800; }

/* line 258, theme.scss */
.rtx-product-card, .rtx-use-grid article, .rtx-projects article {
  will-change: transform; }

/* line 259, theme.scss */
.rtx-product-card {
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.045));
  box-shadow: 0 22px 68px rgba(0, 0, 0, 0.14); }

/* line 260, theme.scss */
.rtx-product-card figure {
  border-radius: 14px;
  height: 190px; }

/* line 261, theme.scss */
.rtx-product-card:hover {
  transform: translateY(-10px) rotate(0.4deg); }

/* line 262, theme.scss */
.rtx-benefits {
  border-radius: 24px;
  overflow: hidden; }

/* line 263, theme.scss */
.rtx-benefits article {
  transition: transform .28s ease, background .28s ease; }

/* line 264, theme.scss */
.rtx-benefits article:hover {
  transform: translateY(-6px);
  background: #fff;
  z-index: 2;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.1); }

/* line 265, theme.scss */
.rtx-use-grid article {
  border-radius: 24px; }

/* line 266, theme.scss */
.rtx-use-grid article:hover {
  transform: translateY(-8px); }

/* line 267, theme.scss */
.rtx-steps {
  border-radius: 24px;
  overflow: hidden; }

/* line 268, theme.scss */
.rtx-steps article:before {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 18px;
  height: 3px;
  background: linear-gradient(90deg, var(--orange), transparent);
  transform: scaleX(0.35);
  transform-origin: left;
  transition: transform .32s ease; }

/* line 269, theme.scss */
.rtx-steps article:hover:before {
  transform: scaleX(1); }

/* line 270, theme.scss */
.rtx-projects article {
  border-radius: 28px;
  scroll-snap-align: start; }

/* line 271, theme.scss */
.rtx-projects article:before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  z-index: 2;
  opacity: 0;
  transition: opacity .28s ease;
  pointer-events: none; }

/* line 272, theme.scss */
.rtx-projects article:hover:before {
  opacity: 1; }

/* line 273, theme.scss */
.rtx-contact-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 22px;
  max-width: 760px; }

/* line 274, theme.scss */
.rtx-contact-cards a, .rtx-contact-cards address {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 58px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.17);
  color: #fff;
  font-style: normal;
  backdrop-filter: blur(12px); }

/* line 275, theme.scss */
.rtx-contact-cards span {
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 800; }

/* line 276, theme.scss */
.rtx-contact-cards b {
  font-size: 17px;
  line-height: 1.2; }

/* line 277, theme.scss */
.rtx-formbox {
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(17, 24, 33, 0.96), rgba(9, 15, 20, 0.94)); }

/* line 278, theme.scss */
.rtx-formbox:before {
  content: "";
  display: block;
  height: 5px;
  margin: -28px -28px 24px;
  background: linear-gradient(90deg, var(--orange), rgba(83, 111, 90, 0.85), transparent);
  border-radius: 28px 28px 0 0; }

/* line 279, theme.scss */
.rtx-btn, .rtx-top-cta, .rtx-link-btn {
  position: relative;
  overflow: hidden; }

/* line 280, theme.scss */
.rtx-btn:after, .rtx-top-cta:after, .rtx-link-btn:after {
  content: "";
  position: absolute;
  inset: -40% auto -40% -70%;
  width: 58%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  transform: skewX(-18deg);
  transition: left .55s ease; }

/* line 281, theme.scss */
.rtx-btn:hover:after, .rtx-top-cta:hover:after, .rtx-link-btn:hover:after {
  left: 120%; }

/* line 282, theme.scss */
.is-motion-ready [data-reveal] {
  transition-duration: .82s; }

/* line 283, theme.scss */
.rtx-tilt-active {
  transition: none !important; }

@media (max-width: 1280px) {
  /* line 285, theme.scss */
  .rtx-motion-grid {
    opacity: .5;
    right: -80px; }

  /* line 286, theme.scss */
  .rtx-spec-lab-inner {
    grid-template-columns: 1fr; }

  /* line 287, theme.scss */
  .rtx-spec-lab {
    background: linear-gradient(180deg, #f4f0e8 0%, #efe6d8 46%, #111922 46.2%, #111922 100%); }

  /* line 288, theme.scss */
  .rtx-tile-board {
    max-width: 860px;
    margin: 0 auto; } }
@media (max-width: 980px) {
  /* line 291, theme.scss */
  .rtx-hero:before, .rtx-motion-grid, .rtx-scroll-rail {
    display: none; }

  /* line 292, theme.scss */
  .rtx-marquee-track {
    animation-duration: 22s; }

  /* line 293, theme.scss */
  .rtx-tile-board {
    min-height: auto; }

  /* line 294, theme.scss */
  .rtx-tile-board article, .rtx-tile-board img {
    min-height: 220px; }

  /* line 295, theme.scss */
  .rtx-contact-cards a, .rtx-contact-cards address {
    grid-template-columns: 1fr;
    gap: 4px; } }
@media (max-width: 560px) {
  /* line 298, theme.scss */
  .rtx-marquee {
    padding: 13px 0; }

  /* line 299, theme.scss */
  .rtx-marquee-track {
    gap: 28px; }

  /* line 300, theme.scss */
  .rtx-marquee span:before {
    margin-right: 28px; }

  /* line 301, theme.scss */
  .rtx-tile-board {
    grid-template-columns: 1fr; }

  /* line 302, theme.scss */
  .rtx-tile-board article:nth-child(n) {
    margin-top: 0;
    transform: none; }

  /* line 303, theme.scss */
  .rtx-spec-copy p {
    font-size: 16px; } }
@media (prefers-reduced-motion: reduce) {
  /* line 306, theme.scss */
  .rtx-motion-grid i, .rtx-scroll-rail span, .rtx-marquee-track {
    animation: none !important; } }
/* RTX clean-home guard: removes leftover Cream/InSales header, promo strip, slider and bottom mobile panel from the home page. */
/* line 311, theme.scss */
body.rtx-clean-home > .page_layout > header,
body.rtx-clean-home > .page_layout > footer,
body.rtx-clean-home > [data-fixed-panels="bottom"],
body.rtx-clean-home .outside-widgets .cookie,
body.rtx-clean-home .outside-widgets .button-on-top {
  display: none !important; }

/* line 318, theme.scss */
body.rtx-clean-home > .page_layout {
  padding-top: 0 !important; }

/* line 321, theme.scss */
body.rtx-clean-home main {
  margin: 0 !important;
  padding: 0 !important; }

/* ATRIX62 brand insertion: visible logo layer, no change to catalog/cart/system templates. */
/* line 327, theme.scss */
.rtx-brand--atrix {
  gap: 14px;
  min-width: 190px; }

/* line 328, theme.scss */
.rtx-brand--atrix .rtx-brand-logo {
  display: block;
  width: 210px;
  height: auto;
  max-height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.24)); }

/* line 329, theme.scss */
.rtx-brand--atrix .rtx-brand-fallback {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0; }

/* line 330, theme.scss */
.rtx-brand--footer .rtx-brand-logo {
  width: 240px;
  max-height: 68px; }

@media (max-width: 1280px) {
  /* line 332, theme.scss */
  .rtx-brand--atrix .rtx-brand-logo {
    width: 186px;
    max-height: 54px; } }
@media (max-width: 980px) {
  /* line 335, theme.scss */
  .rtx-brand--atrix {
    min-width: 0; }

  /* line 336, theme.scss */
  .rtx-brand--atrix .rtx-brand-logo {
    width: 176px;
    max-height: 50px; } }
@media (max-width: 560px) {
  /* line 339, theme.scss */
  .rtx-brand--atrix .rtx-brand-logo {
    width: 146px;
    max-height: 44px; }

  /* line 340, theme.scss */
  .rtx-brand--footer .rtx-brand-logo {
    width: 190px;
    max-height: 56px; } }
