 @media only screen and (min-width: 0em) {:root {--primary: #d81f26;--secondary: #101010;--secondaryLight: #232323;--secondaryColor: #101010;--headerColor: #101010;--bodyTextColor: #4c4c4c;--bodyTextColorWhite: #f2f2f2;--success: #1f7a45;--topperFontSize: clamp(0.6875rem, 1.3vw, 0.8125rem);--headerFontSize: clamp(2.375rem, 6.6vw, 4.125rem);--bodyFontSize: 1.0625rem;--bodyFontSizeSm: 1rem;--sectionPadding: clamp(4rem, 8vw, 7.5rem) 1.5rem;--red: #d81f26;--red-dark: #a4151b;--red-deep: #7c0f13;--red-wash: rgba(216, 31, 38, 0.12);--ink: #101010;--ink-soft: #1c1c1c;--graphite: #2e2e2e;--slate: #6b6b6b;--smoke: #f3f3f1;--smoke-deep:#e4e4e1;--white: #ffffff;--border: rgba(16, 16, 16, 0.14);--border-strong: #101010;--border-light: rgba(255, 255, 255, 0.18);--shadow-hard: 8px 8px 0 var(--ink);--shadow-hard-red: 8px 8px 0 var(--red);--shadow-soft: 0 1.25rem 2.5rem rgba(16, 16, 16, 0.14);--font-display: 'Barlow Condensed', 'Arial Narrow', sans-serif;--font-body: 'Barlow', system-ui, -apple-system, sans-serif;}*, *::before, *::after {margin: 0;padding: 0;box-sizing: border-box;}body, html {margin: 0;padding: 0;overflow-x: hidden;font-family: var(--font-body);font-size: 100%;color: var(--bodyTextColor);background: var(--white);-webkit-font-smoothing: antialiased;}h1, h2, h3, h4, h5, h6 {margin: 0;font-family: var(--font-display);font-weight: 700;letter-spacing: -0.01em;color: var(--headerColor);}p, li {margin: 0;font-size: var(--bodyFontSize);line-height: 1.75em;font-weight: 400;color: var(--bodyTextColor);}a {color: inherit;text-decoration: none;}a:hover, button:hover {cursor: pointer;}img {display: block;max-width: 100%;}:focus-visible {outline: 3px solid var(--red);outline-offset: 3px;}.container, .dex-shell {position: relative;margin: auto;width: 100%;max-width: 78rem;}.skip {z-index: -1111111;position: absolute;top: 0;left: 0;opacity: 0;}.skip:focus {z-index: 1000000;top: 0.75rem;left: 0.75rem;opacity: 1;padding: 0.9rem 1.5rem;font-family: var(--font-body);font-size: 0.8125rem;font-weight: 700;letter-spacing: 0.08em;text-transform: uppercase;color: var(--white);background: var(--ink);border-radius: 0;outline: 3px solid var(--red);outline-offset: 2px;}.dex-flag {display: inline-block;padding: 0.5rem 1rem;font-family: var(--font-body);font-size: var(--topperFontSize);font-weight: 700;letter-spacing: 0.2em;line-height: 1;text-transform: uppercase;color: var(--white);background: var(--red);border-radius: 0;}.dex-flag--dark {color: var(--white);background: var(--ink);}.dex-peak {display: block;width: 3.25rem;height: 1.125rem;margin: 0 auto 1.25rem;background: var(--red);clip-path: polygon(50% 0, 100% 100%, 78% 100%, 50% 34%, 22% 100%, 0 100%);}.dex-peak--light {background: var(--white);}.dex-shingles {display: block;width: 100%;height: 3.25rem;background-color: var(--ink);background-image: repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0 1px, transparent 1px 1.625rem), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.14) 0 1px, transparent 1px 4.5rem);border-top: 5px solid var(--red);}.dex-h2 {margin: 1.25rem 0 0;font-family: var(--font-display);font-size: var(--headerFontSize);font-weight: 700;line-height: 0.95;letter-spacing: -0.02em;color: var(--headerColor);}.dex-h2 span {color: var(--red);}.dex-h2--light {color: var(--white);}.dex-h2--light span {color: var(--red);}.dex-text {margin: 1.35rem auto 0;width: 100%;max-width: 42rem;font-size: var(--bodyFontSize);line-height: 1.75;font-weight: 400;color: var(--bodyTextColor);}.dex-text--light {color: rgba(242, 242, 242, 0.84);}.dex-head {max-width: 46rem;margin: 0 auto 3.25rem;text-align: center;}.dex-btn, .cs-button-solid, .cs-button {position: relative;z-index: 1;display: inline-flex;align-items: center;justify-content: center;gap: 0.6rem;margin-top: 2rem;padding: 1.15rem 2.5rem;font-family: var(--font-body);font-size: 0.875rem;font-weight: 700;letter-spacing: 0.16em;line-height: 1;text-transform: uppercase;text-decoration: none;color: var(--white);background: var(--red);border: 2px solid var(--red);border-radius: 0;transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;}.dex-btn:hover, .cs-button-solid:hover, .cs-button:hover {background: var(--ink);border-color: var(--ink);color: var(--white);transform: translate(-3px, -3px);box-shadow: 6px 6px 0 var(--red);}.dex-btn--ghost {color: var(--ink);background: transparent;border-color: var(--ink);}.dex-btn--ghost:hover {color: var(--white);background: var(--ink);border-color: var(--ink);box-shadow: 6px 6px 0 var(--red);}.dex-actions {display: flex;flex-wrap: wrap;align-items: center;justify-content: center;gap: 1rem;}@media (prefers-reduced-motion: reduce) {*, *::before, *::after {animation-duration: 0.001ms !important;transition-duration: 0.001ms !important;scroll-behavior: auto !important;}}}@media only screen and (min-width: 48rem) {:root {--bodyFontSize: 1.0625rem;--bodyFontSizeSm: 1rem;}}@media only screen and (min-width: 3000px) {body, html {font-size: 0.55vw;}}@media only screen and (max-width: 63.9375rem) {#cs-navigation {width: 100%;padding: 0 1.25rem;box-sizing: border-box;background: var(--white);border-bottom: 3px solid var(--ink);position: fixed;z-index: 10000;transition: box-shadow 0.3s ease;}#cs-navigation.scrolled {box-shadow: 0 0.5rem 1.5rem rgba(16, 16, 16, 0.12);}#cs-navigation::before {content: '';width: 100%;height: 0vh;background: rgba(16, 16, 16, 0.6);position: absolute;display: block;top: 100%;right: 0;z-index: -1100;opacity: 0;transition: height 0.5s ease, opacity 0.5s ease;}#cs-navigation.cs-active::before {height: 150vh;opacity: 1;}#cs-navigation.cs-active .cs-ul-wrapper {opacity: 1;transform: scaleY(1);transition-delay: 0.1s;}#cs-navigation.cs-active .cs-li {transform: translateY(0);opacity: 1;}#cs-navigation .cs-container {width: 100%;height: 5.75rem;display: flex;justify-content: space-between;align-items: center;}#cs-navigation .cs-logo {height: 4.75rem;max-width: 12rem;display: flex;align-items: center;z-index: 10;flex-shrink: 0;}#cs-navigation .cs-logo img {height: 100%;width: auto;max-width: 100%;object-fit: contain;}#cs-navigation .cs-toggle {width: 2.875rem;height: 2.875rem;background: var(--ink);border: 2px solid var(--ink);border-radius: 0;display: flex;justify-content: center;align-items: center;cursor: pointer;flex-shrink: 0;transition: background 0.25s ease, border-color 0.25s ease;}#cs-navigation .cs-toggle:hover {background: var(--red);border-color: var(--red);}#cs-navigation .cs-box {width: 1.375rem;height: 0.875rem;position: relative;}#cs-navigation .cs-line {width: 100%;height: 2px;background: var(--white);border-radius: 0;position: absolute;left: 50%;transform: translateX(-50%);}#cs-navigation .cs-line1 {top: 0;transform-origin: center;transition: transform 0.5s ease, top 0.3s ease;}#cs-navigation .cs-line2 {top: 50%;transform: translateX(-50%) translateY(-50%);transition: top 0.3s ease, transform 0.5s ease;}#cs-navigation .cs-line3 {bottom: 0;transition: bottom 0.3s ease, opacity 0.3s ease;}#cs-navigation .cs-active .cs-line1 {top: 50%;transform: translate(-50%, -50%) rotate(225deg);}#cs-navigation .cs-active .cs-line2 {top: 50%;transform: translate(-50%, -50%) rotate(-225deg);}#cs-navigation .cs-active .cs-line3 {bottom: 100%;opacity: 0;}#cs-navigation .cs-ul-wrapper {width: 100%;background: var(--white);border-bottom: 3px solid var(--ink);position: absolute;top: 100%;left: 0;z-index: -1;opacity: 0;transform: scaleY(0);transform-origin: top;transition: transform 0.35s ease, opacity 0.3s ease;overflow: hidden;}#cs-navigation .cs-ul {margin: 0;padding: 1rem 1.25rem 1.75rem;width: 100%;display: flex;flex-direction: column;align-items: stretch;gap: 0.25rem;}#cs-navigation .cs-li {list-style: none;width: 100%;transform: translateY(-1rem);opacity: 0;transition: transform 0.5s ease, opacity 0.5s ease;}#cs-navigation.cs-active .cs-li:nth-of-type(1) {transition-delay: 0.1s;}#cs-navigation.cs-active .cs-li:nth-of-type(2) {transition-delay: 0.15s;}#cs-navigation.cs-active .cs-li:nth-of-type(3) {transition-delay: 0.2s;}#cs-navigation.cs-active .cs-li:nth-of-type(4) {transition-delay: 0.25s;}#cs-navigation.cs-active .cs-li:nth-of-type(5) {transition-delay: 0.3s;}#cs-navigation .cs-li-link {font-family: var(--font-body);font-size: 0.9375rem;font-weight: 700;letter-spacing: 0.16em;text-transform: uppercase;text-decoration: none;color: var(--ink);display: flex;align-items: center;justify-content: center;padding: 1rem;border-radius: 0;transition: color 0.2s ease, background 0.2s ease;}#cs-navigation .cs-li-link:hover, #cs-navigation .cs-li-link.cs-active {color: var(--white);background: var(--ink);}#cs-navigation .cs-button-solid {display: none;}#cs-navigation .cs-contact-mobile {margin-top: 0.75rem;}#cs-navigation .cs-contact-mobile .cs-li-link {color: var(--white);background: var(--red);}#cs-navigation .cs-contact-mobile .cs-li-link:hover {color: var(--white);background: var(--ink);}}@media only screen and (min-width: 64rem) {#cs-navigation {width: 100%;padding: 0 2rem;box-sizing: border-box;background: var(--white);border-bottom: 3px solid var(--ink);position: fixed;z-index: 10000;transition: box-shadow 0.3s ease;}#cs-navigation.scrolled {box-shadow: 0 0.5rem 1.5rem rgba(16, 16, 16, 0.12);}#cs-navigation .cs-container {width: 100%;height: 5.75rem;max-width: 84rem;margin: 0 auto;display: flex;justify-content: space-between;align-items: center;gap: 2rem;}#cs-navigation .cs-toggle {display: none;}#cs-navigation .cs-logo {height: 4rem;max-width: 15rem;display: flex;align-items: center;flex-shrink: 0;}#cs-navigation .cs-logo img {height: 100%;width: auto;max-width: 100%;object-fit: contain;}#cs-navigation .cs-ul-wrapper {position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}#cs-navigation .cs-ul {margin: 0;padding: 0;display: flex;align-items: center;gap: clamp(1.5rem, 2.6vw, 2.75rem);}#cs-navigation .cs-li {list-style: none;padding: 2rem 0;}#cs-navigation .cs-li-link {font-family: var(--font-body);font-size: 0.8125rem;font-weight: 700;letter-spacing: 0.18em;text-transform: uppercase;text-decoration: none;color: var(--ink);display: block;position: relative;padding: 0.35rem 0;transition: color 0.2s ease;}#cs-navigation .cs-li-link::after {content: '';position: absolute;bottom: 0;left: 50%;width: 0;height: 4px;background: var(--red);transform: translateX(-50%);transition: width 0.3s ease;}#cs-navigation .cs-li-link:hover {color: var(--red);}#cs-navigation .cs-li-link:hover::after {width: 100%;}#cs-navigation .cs-li-link.cs-active {color: var(--red);}#cs-navigation .cs-li-link.cs-active::after {width: 100%;}#cs-navigation .cs-button-solid {margin-top: 0;font-size: 0.8125rem;padding: 1rem 1.75rem;flex-shrink: 0;white-space: nowrap;}#cs-navigation .cs-contact-mobile {display: none;}}@media only screen and (min-width: 0rem) {.dex-banner {position: relative;isolation: isolate;overflow: hidden;padding: 8.5rem 1.5rem 4rem;text-align: center;background: var(--ink);font-family: var(--font-body);}.dex-banner-bg {position: absolute;inset: 0;z-index: -3;width: 100%;height: 100%;object-fit: cover;object-position: center;}.dex-banner::before {content: '';position: absolute;inset: 0;z-index: -2;background: linear-gradient(180deg, rgba(16, 16, 16, 0.88) 0%, rgba(16, 16, 16, 0.7) 55%, rgba(16, 16, 16, 0.92) 100%);}.dex-banner::after {content: '';position: absolute;z-index: -1;left: 0;right: 0;bottom: 0;height: 3rem;background-color: var(--ink);background-image: repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0 1px, transparent 1px 1.5rem), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.14) 0 1px, transparent 1px 4.5rem);border-top: 5px solid var(--red);}.dex-banner-inner {max-width: 48rem;margin: 0 auto;}.dex-banner-title {margin: 1.25rem 0 0;font-family: var(--font-display);font-size: clamp(2.75rem, 8.6vw, 5rem);font-weight: 700;line-height: 0.95;letter-spacing: -0.025em;color: var(--white);}.dex-banner-title span {color: var(--red);}}@media only screen and (min-width: 48rem) {.dex-banner {padding: 10rem 2.5rem 5.5rem;}}@media only screen and (min-width: 64rem) {.dex-banner {padding: 11.5rem 3rem 6.5rem;}}@media only screen and (min-width: 0rem) {#dex-cta {position: relative;isolation: isolate;overflow: hidden;padding: 5rem 1.5rem;text-align: center;background: var(--ink);font-family: var(--font-body);}#dex-cta .dex-cta-bg {position: absolute;inset: 0;z-index: -3;width: 100%;height: 100%;object-fit: cover;object-position: center;}#dex-cta::before {content: '';position: absolute;inset: 0;z-index: -2;background: linear-gradient(180deg, rgba(16, 16, 16, 0.92) 0%, rgba(16, 16, 16, 0.78) 50%, rgba(124, 15, 19, 0.86) 100%);}#dex-cta::after {content: '';position: absolute;z-index: -1;top: 0;left: 0;right: 0;height: 3rem;background-color: var(--ink);background-image: repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0 1px, transparent 1px 1.5rem), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.14) 0 1px, transparent 1px 4.5rem);border-bottom: 5px solid var(--red);}#dex-cta .dex-cta-inner {position: relative;max-width: 46rem;margin: 2rem auto 0;display: flex;flex-direction: column;align-items: center;}#dex-cta .dex-cta-title {margin: 1.25rem 0 0;font-family: var(--font-display);font-size: clamp(2.375rem, 7.4vw, 4rem);font-weight: 700;line-height: 0.95;letter-spacing: -0.025em;color: var(--white);}#dex-cta .dex-cta-title span {color: var(--red);}#dex-cta .dex-cta-phone {display: inline-block;margin-top: 1.5rem;padding-bottom: 0.35rem;font-family: var(--font-body);font-size: 1rem;font-weight: 700;letter-spacing: 0.14em;text-transform: uppercase;color: var(--white);border-bottom: 3px solid var(--red);transition: color 0.2s ease;}#dex-cta .dex-cta-phone:hover {color: var(--red);}}@media only screen and (min-width: 48rem) {#dex-cta {padding: 6.5rem 2.5rem;}}@media only screen and (min-width: 64rem) {#dex-cta {padding: 8rem 3rem;}}@media only screen and (min-width: 0rem) {#cs-footer-dex {position: relative;background: var(--white);border-top: 3px solid var(--ink);font-family: var(--font-body);}#cs-footer-dex::before {content: '';position: absolute;top: 0;left: 0;right: 0;height: 0.5rem;background-image: repeating-linear-gradient(135deg, var(--red) 0 1rem, var(--ink) 1rem 2rem);pointer-events: none;}#cs-footer-dex .cs-footer-top {position: relative;max-width: 78rem;margin: 0 auto;padding: 4.5rem 1.5rem 3rem;display: grid;grid-template-columns: 1fr;gap: 2.75rem;text-align: center;justify-items: center;}#cs-footer-dex .cs-footer-brand {display: flex;flex-direction: column;align-items: center;}#cs-footer-dex .cs-logo {display: inline-block;width: 12.5rem;max-width: 80%;padding: 1rem 1.25rem;background: var(--white);border: 2px solid var(--ink);border-radius: 0;}#cs-footer-dex .cs-logo-img {width: 100%;height: auto;display: block;}#cs-footer-dex .cs-footer-col {display: flex;flex-direction: column;align-items: center;}#cs-footer-dex .cs-footer-title {margin: 0 0 1.25rem;font-family: var(--font-body);font-size: 0.75rem;font-weight: 700;letter-spacing: 0.2em;text-transform: uppercase;color: var(--red);}#cs-footer-dex .cs-footer-nav {display: flex;flex-direction: column;align-items: center;gap: 0.85rem;}#cs-footer-dex .cs-link {font-family: var(--font-body);font-size: 0.9375rem;font-weight: 500;color: var(--bodyTextColor);text-decoration: none;transition: color 0.2s ease;}#cs-footer-dex .cs-link:hover {color: var(--red);}#cs-footer-dex .cs-footer-phone {display: inline-block;margin-top: 1rem;font-family: var(--font-body);font-size: 1rem;font-weight: 700;letter-spacing: 0.1em;text-transform: uppercase;color: var(--ink);text-decoration: none;transition: color 0.2s ease;}#cs-footer-dex .cs-footer-phone:hover {color: var(--red);}#cs-footer-dex .cs-footer-cta {display: inline-flex;align-items: center;justify-content: center;padding: 1rem 2rem;font-family: var(--font-body);font-size: 0.8125rem;font-weight: 700;letter-spacing: 0.16em;text-transform: uppercase;text-decoration: none;color: var(--white);background: var(--red);border: 2px solid var(--red);border-radius: 0;transition: background 0.25s ease, border-color 0.25s ease;}#cs-footer-dex .cs-footer-cta:hover {background: var(--ink);border-color: var(--ink);}#cs-footer-dex .cs-bottom {max-width: 78rem;margin: 0 auto;padding: 1.5rem;border-top: 1px solid var(--border);display: flex;flex-direction: column;align-items: center;gap: 0.5rem;text-align: center;}#cs-footer-dex .cs-credit {display: block;font-size: 0.8125rem;font-weight: 500;line-height: 1.6;color: var(--slate);}#cs-footer-dex .cs-credit a {color: var(--ink);font-weight: 700;}#cs-footer-dex .cs-credit a:hover {color: var(--red);}}@media only screen and (min-width: 64rem) {#cs-footer-dex .cs-footer-top {grid-template-columns: 1.3fr 1fr 1fr;gap: 4rem;padding: 6rem 3rem 3.5rem;text-align: left;justify-items: start;align-items: start;}#cs-footer-dex .cs-footer-brand {align-items: flex-start;}#cs-footer-dex .cs-logo {max-width: 12.5rem;}#cs-footer-dex .cs-footer-col {align-items: flex-start;}#cs-footer-dex .cs-footer-nav {align-items: flex-start;}#cs-footer-dex .cs-bottom {flex-direction: row;justify-content: space-between;align-items: center;text-align: left;padding: 1.75rem 3rem;}}