.displayResposive {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 576px) {
  .displayResposive.show-xs {
    display: block;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .displayResposive.show-sm {
    display: block;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .displayResposive.show-md {
    display: block;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .displayResposive.show-lg {
    display: block;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .displayResposive.show-xl {
    display: block;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1920px) {
  .displayResposive.show-xxl {
    display: block;
  }
}
@media screen and (min-width: 1921px) {
  .displayResposive.show-3xl {
    display: block;
  }
}

html.debugMode:before {
  z-index: 10000;
  content: "";
  position: fixed;
  right: 5px;
  top: 5px;
  background: red;
  color: #fff;
  display: none;
  width: 35px;
  height: 35px;
  padding: 0;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
html.debugMode:after {
  z-index: 10000;
  content: "";
  position: fixed;
  right: 40px;
  top: 5px;
  background: blue;
  color: #fff;
  display: none;
  width: 35px;
  height: 35px;
  padding: 0;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

@media screen and (min-width: 1px) {
  html.debugMode:after {
    content: "xs";
    display: flex;
  }
}
@media screen and (min-width: 577px) {
  html.debugMode:after {
    content: "sm";
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  html.debugMode:after {
    content: "md";
    display: flex;
  }
}
@media screen and (min-width: 993px) {
  html.debugMode:after {
    content: "lg";
    display: flex;
  }
}
@media screen and (min-width: 1201px) {
  html.debugMode:after {
    content: "xl";
    display: flex;
  }
}
@media screen and (min-width: 1401px) {
  html.debugMode:after {
    content: "xxl";
    display: flex;
  }
}
@media screen and (min-width: 1921px) {
  html.debugMode:after {
    content: "3xl";
    display: flex;
  }
}
@media screen and (min-width: 2561px) {
  html.debugMode:after {
    content: "4xl";
    display: flex;
  }
}
@media screen and (max-width: 2559px) {
  html.debugMode:before {
    content: "4xl";
    display: flex;
  }
}
@media screen and (max-width: 1919px) {
  html.debugMode:before {
    content: "3xl";
    display: flex;
  }
}
@media screen and (max-width: 1399px) {
  html.debugMode:before {
    content: "xxl";
    display: flex;
  }
}
@media screen and (max-width: 1199px) {
  html.debugMode:before {
    content: "xl";
    display: flex;
  }
}
@media screen and (max-width: 991px) {
  html.debugMode:before {
    content: "lg";
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  html.debugMode:before {
    content: "md";
    display: flex;
  }
}
@media screen and (max-width: 575px) {
  html.debugMode:before {
    content: "sm";
    display: flex;
  }
}
@media screen and (max-width: -1px) {
  html.debugMode:before {
    content: "xs";
    display: flex;
  }
}
@media screen and (max-width: 576px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
  body {
    margin: 0;
  }
  body.menu-open {
    overflow: hidden;
    height: 1080px;
  }
  .container,
  .container-fluid,
  .container2,
  .container3,
  .customContainer,
  .leftPaddingContainer {
    max-width: 100%;
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
    margin-left: auto;
    margin-right: auto;
  }
  .row {
    --bs-gutter-x: 14px;
  }
  img,
  svg,
  video,
  canvas,
  iframe {
    max-width: 100%;
    height: auto;
  }
  section,
  header,
  footer {
    overflow-x: clip;
  }
  .productCard,
  .productCard2,
  .solutionsSingleCard,
  .blogInsightCard,
  .certificateCard,
  .searchResultItem,
  .addressCard,
  .offerFormCard,
  .legalContentCard {
    width: 100%;
    min-width: 0;
  }
  .productCard .cardTop,
  .productCard2 .catCardMeta {
    padding-left: 18px;
    padding-right: 18px;
  }
  .productCard .cardTitle {
    font-size: 24px;
    line-height: 1.2;
  }
  .productCard .cardImageArea {
    height: 210px;
    max-height: 210px;
  }
  .productCard .cardFooter {
    padding-right: 18px;
    height: 62px;
  }
  .productCard2 {
    min-height: auto;
  }
  .productCard2 .catCardSeries {
    font-size: 18px;
  }
  .productCard2 .catCardTitle {
    font-size: 16px;
    max-width: 100%;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .container,
  .container-fluid,
  .container2,
  .container3,
  .customContainer,
  .leftPaddingContainer {
    max-width: 100%;
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .row {
    --bs-gutter-x: 18px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .container,
  .container-fluid,
  .container2,
  .container3,
  .customContainer,
  .leftPaddingContainer {
    max-width: 100%;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .container,
  .container-fluid,
  .container2,
  .container3,
  .customContainer,
  .leftPaddingContainer {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 576px) {
  .mainHeader {
    max-width: 100%;
  }
  .mainHeader .headerContainer {
    min-height: 72px;
    padding: 0 16px;
  }
  .mainHeader .headerLogo {
    width: 140px;
    height: 28px;
  }
  .mainHeader .headerRight {
    gap: 12px;
    min-width: 0;
  }
  .mainHeader .headerNav {
    position: fixed;
    inset: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100dvh;
    padding: 88px 16px 24px;
    background: #0f0f0f;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s;
  }
  .mainHeader .headerMenu {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .mainHeader .menuLink {
    width: 100%;
    justify-content: space-between;
    padding: 14px 16px;
    font-size: 16px;
    color: #fff;
    background: #171717;
  }
  .mainHeader .menuIcon span {
    background: #fff;
  }
  .mainHeader .menuIcon span:nth-child(2) {
    background: #45a041;
  }
  .mainHeader .headerTools {
    width: 84px;
    height: 32px;
  }
  .mainHeader .headerTools .searchBtn img {
    width: 12px;
    height: 12px;
  }
  .mainHeader .headerTools .toolsSep {
    height: 32px;
  }
  .mainHeader .headerTools .langTrigger {
    font-size: 12px;
    line-height: 18px;
  }
  .mainHeader .headerTools .langList {
    width: 52px;
  }
  .mainHeader .headerTools .langList a {
    height: 32px;
    font-size: 12px;
  }
  .mainHeader .openMenuBtn {
    display: flex;
    position: relative;
    z-index: 4;
  }
  .mainHeader .searchPanel {
    min-height: 0;
  }
  .mainHeader .searchPanelInner {
    padding: 96px 16px 40px;
  }
  .mainHeader .searchHeadline {
    margin: 0 0 28px;
    font-size: 22px;
    line-height: 30px;
  }
  .mainHeader .searchInput {
    height: 56px;
    padding: 0 16px;
    font-size: 15px;
    line-height: 20px;
  }
  .mainHeader .techPanel {
    left: 0;
    width: 100%;
    max-width: 100%;
    min-height: 0;
  }
  .mainHeader .techPanelInner {
    flex-direction: column;
    gap: 28px;
    min-height: 0;
    padding: 88px 16px 32px;
  }
  .mainHeader .techCol {
    width: 100%;
    padding-top: 0;
  }
  .mainHeader .techCol + .techCol {
    width: 100%;
    margin-left: 0;
  }
  .mainHeader .techColHead {
    width: 36px;
    height: 36px;
    margin: 0 0 20px;
  }
  .mainHeader .techNum {
    font-size: 16px;
  }
  .mainHeader .techColTitle {
    margin: 0 0 16px;
    max-width: none;
    font-size: 18px;
    line-height: 24px;
  }
  .mainHeader .techLinks a {
    font-size: 16px;
    line-height: 30px;
    white-space: normal;
  }
  .mainHeader .techAside {
    width: 100%;
    margin-left: 0;
    padding: 24px 0 0;
    border-left: 0;
    border-top: 1px solid #dfdfdf;
  }
  .mainHeader .techAsideText {
    margin: 0 0 20px;
    max-width: none;
    font-size: 16px;
    line-height: 22px;
  }
  .mainHeader .techAsideImg {
    width: 220px;
  }
  .mainHeader.headerLight .headerNav {
    background: #e9e9e9;
  }
  .mainHeader.headerLight .menuLink {
    color: #000;
    background: #fff;
  }
  .mainHeader.headerLight .menuIcon span:nth-child(1),
  .mainHeader.headerLight .menuIcon span:nth-child(3) {
    background: #000;
  }
  body.menu-open {
    overflow: hidden;
  }
  body.menu-open .mainHeader .headerNav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  body.menu-open .mainHeader .headerLogo {
    position: relative;
    z-index: 4;
  }
  body.menu-open .mainHeader .headerLogo .logoLight {
    display: none;
  }
  body.menu-open .mainHeader .headerLogo .logoDark {
    display: block;
  }
  body.menu-open .mainHeader .openMenuBtn span:nth-child(1),
  body.menu-open .mainHeader .openMenuBtn span:nth-child(3) {
    background: #000;
  }
  body.menu-open .mainHeader.headerLight .openMenuBtn span:nth-child(2) {
    background: #45a041;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .mainHeader {
    max-width: 100%;
  }
  .mainHeader .headerContainer {
    min-height: 80px;
    padding: 0 24px;
  }
  .mainHeader .headerLogo {
    width: 160px;
    height: 30px;
  }
  .mainHeader .headerRight {
    gap: 14px;
    min-width: 0;
  }
  .mainHeader .headerNav {
    position: fixed;
    inset: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100dvh;
    padding: 100px 24px 32px;
    background: #0f0f0f;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s;
  }
  .mainHeader .headerMenu {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .mainHeader .menuLink {
    width: 100%;
    justify-content: space-between;
    padding: 16px 18px;
    font-size: 17px;
    color: #fff;
    background: #171717;
  }
  .mainHeader .menuIcon span {
    background: #fff;
  }
  .mainHeader .menuIcon span:nth-child(2) {
    background: #45a041;
  }
  .mainHeader .headerTools {
    width: 88px;
    height: 34px;
  }
  .mainHeader .headerTools .toolsSep {
    height: 34px;
  }
  .mainHeader .headerTools .langTrigger {
    font-size: 13px;
  }
  .mainHeader .openMenuBtn {
    display: flex;
    position: relative;
    z-index: 4;
  }
  .mainHeader .searchPanel {
    min-height: 0;
  }
  .mainHeader .searchPanelInner {
    padding: 110px 24px 48px;
  }
  .mainHeader .searchHeadline {
    margin: 0 0 36px;
    font-size: 26px;
    line-height: 34px;
  }
  .mainHeader .searchInput {
    height: 72px;
    padding: 0 24px;
    font-size: 18px;
    line-height: 22px;
  }
  .mainHeader .techPanel {
    left: 0;
    width: 100%;
    max-width: 100%;
    min-height: 0;
  }
  .mainHeader .techPanelInner {
    flex-direction: column;
    gap: 32px;
    min-height: 0;
    padding: 100px 24px 40px;
  }
  .mainHeader .techCol {
    width: 100%;
    padding-top: 0;
  }
  .mainHeader .techCol + .techCol {
    width: 100%;
    margin-left: 0;
  }
  .mainHeader .techColTitle {
    margin: 0 0 20px;
    max-width: none;
    font-size: 20px;
    line-height: 24px;
  }
  .mainHeader .techLinks a {
    font-size: 17px;
    line-height: 32px;
    white-space: normal;
  }
  .mainHeader .techAside {
    width: 100%;
    margin-left: 0;
    padding: 28px 0 0;
    border-left: 0;
    border-top: 1px solid #dfdfdf;
  }
  .mainHeader .techAsideText {
    margin: 0 0 24px;
    max-width: none;
    font-size: 17px;
    line-height: 23px;
  }
  .mainHeader .techAsideImg {
    width: 260px;
  }
  .mainHeader.headerLight .headerNav {
    background: #e9e9e9;
  }
  .mainHeader.headerLight .menuLink {
    color: #000;
    background: #fff;
  }
  .mainHeader.headerLight .menuIcon span:nth-child(1),
  .mainHeader.headerLight .menuIcon span:nth-child(3) {
    background: #000;
  }
  body.menu-open {
    overflow: hidden;
  }
  body.menu-open .mainHeader .headerNav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  body.menu-open .mainHeader .headerLogo {
    position: relative;
    z-index: 4;
  }
  body.menu-open .mainHeader .headerLogo .logoLight {
    display: none;
  }
  body.menu-open .mainHeader .headerLogo .logoDark {
    display: block;
  }
  body.menu-open .mainHeader .openMenuBtn span:nth-child(1),
  body.menu-open .mainHeader .openMenuBtn span:nth-child(3) {
    background: #000;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .mainHeader {
    max-width: 100%;
  }
  .mainHeader .headerContainer {
    min-height: 88px;
    padding: 0 32px;
  }
  .mainHeader .headerLogo {
    width: 170px;
    height: 32px;
  }
  .mainHeader .headerRight {
    gap: 24px;
  }
  .mainHeader .headerMenu {
    gap: 20px;
  }
  .mainHeader .menuLink {
    font-size: 14px;
    gap: 10px;
  }
  .mainHeader .searchPanelInner {
    padding: 120px 40px 56px;
  }
  .mainHeader .searchHeadline {
    margin: 0 0 40px;
    font-size: 28px;
    line-height: 36px;
  }
  .mainHeader .searchInput {
    height: 84px;
    padding: 0 32px;
    font-size: 20px;
  }
  .mainHeader .techPanel {
    left: 0;
    width: 100%;
    max-width: 100%;
    min-height: 0;
  }
  .mainHeader .techPanelInner {
    flex-wrap: wrap;
    gap: 32px;
    min-height: 0;
    padding: 110px 32px 48px;
  }
  .mainHeader .techCol {
    width: calc(50% - 16px);
  }
  .mainHeader .techCol + .techCol {
    width: calc(50% - 16px);
    margin-left: 0;
  }
  .mainHeader .techColTitle {
    font-size: 20px;
    line-height: 24px;
  }
  .mainHeader .techLinks a {
    font-size: 17px;
    line-height: 32px;
    white-space: normal;
  }
  .mainHeader .techAside {
    width: 100%;
    margin-left: 0;
    padding: 32px 0 0;
    border-left: 0;
    border-top: 1px solid #dfdfdf;
  }
  .mainHeader .techAsideImg {
    width: 280px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .mainHeader {
    max-width: 100%;
  }
  .mainHeader .headerContainer {
    min-height: 96px;
    padding: 0 40px;
  }
  .mainHeader .headerLogo {
    width: 180px;
  }
  .mainHeader .headerRight {
    gap: 28px;
  }
  .mainHeader .headerMenu {
    gap: 28px;
  }
  .mainHeader .menuLink {
    font-size: 15px;
    gap: 12px;
  }
  .mainHeader .searchPanelInner {
    padding: 140px 64px 64px;
  }
  .mainHeader .searchHeadline {
    margin: 0 0 48px;
    font-size: 30px;
    line-height: 40px;
  }
  .mainHeader .searchInput {
    height: 96px;
    padding: 0 40px;
    font-size: 22px;
  }
  .mainHeader .techPanel {
    left: 0;
    width: 100%;
    max-width: 100%;
    min-height: 0;
  }
  .mainHeader .techPanelInner {
    flex-wrap: wrap;
    gap: 40px;
    min-height: 0;
    padding: 120px 40px 48px;
  }
  .mainHeader .techCol {
    width: calc(50% - 20px);
  }
  .mainHeader .techCol + .techCol {
    width: calc(50% - 20px);
    margin-left: 0;
  }
  .mainHeader .techAside {
    width: 100%;
    margin-left: 0;
    padding: 32px 0 0;
    border-left: 0;
    border-top: 1px solid #e5e5e5;
  }
  .mainHeader .techAsideImg {
    width: 300px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .mainHeader .headerContainer {
    padding: 0 48px;
  }
  .mainHeader .headerRight {
    gap: 36px;
  }
  .mainHeader .headerMenu {
    gap: 36px;
  }
  .mainHeader .searchPanelInner {
    padding: 150px 120px 70px;
  }
  .mainHeader .techPanel {
    max-width: calc(100% - 280px);
  }
  .mainHeader .techPanelInner {
    padding: 110px 0 0 56px;
  }
  .mainHeader .techCol + .techCol {
    margin-left: 72px;
  }
  .mainHeader .techAside {
    margin-left: 48px;
    padding: 80px 64px 0 64px;
  }
}
@media screen and (max-width: 1200px) {
  .mainHeader.panelOpen .headerLogo .logoLight {
    display: none;
  }
  .mainHeader.panelOpen .headerLogo .logoDark {
    display: block;
  }
  .mainHeader.panelOpen .openMenuBtn span {
    background: #000;
  }
  .mainHeader.panelOpen .openMenuBtn span:nth-child(2) {
    background: #45a041;
  }
  .mainHeader.searchOpen .openMenuBtn span {
    background: #000;
  }
  .mainHeader.searchOpen .openMenuBtn span:nth-child(2) {
    background: #45a041;
  }
}
@media screen and (max-width: 576px) {
  .homeQuote {
    padding: 0 14px;
  }
  .homeQuote .quoteInner {
    padding: 48px 0 0;
  }
  .homeQuote .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .homeQuote .quoteText {
    max-width: none;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.4px;
  }
  .homeQuote .quoteMark {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(160px, 45vw);
    align-self: flex-end;
  }
  .siteFooter {
    --footerBandHeight: 200px;
    max-width: calc(100% - 28px);
    padding: 48px 0 28px;
  }
  .siteFooter .footerMain {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    padding-bottom: 40px;
  }
  .siteFooter .footerLogo {
    width: 140px;
  }
  .siteFooter .footerBrands {
    width: min(260px, 100%);
    max-width: 100%;
    margin-top: 32px;
  }
  .siteFooter .footerNav {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
    margin-top: 40px;
  }
  .siteFooter .footerColTitle {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
  }
  .siteFooter .footerLinks a {
    font-size: 15px;
    line-height: 28px;
  }
  .siteFooter .footerCta {
    align-items: flex-start;
    text-align: left;
    max-width: none;
    width: 100%;
    gap: 24px;
  }
  .siteFooter .yearBadge {
    width: 132px;
    height: 111px;
    align-self: flex-start;
  }
  .siteFooter .badgeFrame {
    width: 132px;
    height: 111px;
  }
  .siteFooter .badgeContent {
    left: 20px;
    top: 10px;
  }
  .siteFooter .badgeYearNum {
    font-size: 22px;
  }
  .siteFooter .badgeYearSuffix {
    font-size: 14px;
  }
  .siteFooter .badgeLines {
    margin-top: 14px;
    font-size: 14px;
    line-height: 16px;
  }
  .siteFooter .footerCtaText {
    max-width: none;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.5px;
  }
  .siteFooter .arrowLink .linkLabel {
    white-space: normal;
    font-size: 15px;
    line-height: 22px;
  }
  .siteFooter .arrowLink .linkIcon img {
    width: 40px;
    height: 40px;
  }
  .siteFooter .footerAddresses {
    flex-direction: column;
    gap: 28px;
    margin-top: 40px;
  }
  .siteFooter .addressTitle {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
  }
  .siteFooter .addressText,
  .siteFooter .addressContact {
    font-size: 14px;
    line-height: 20px;
  }
  .siteFooter .footerBottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-top: 36px;
    font-size: 13px;
    line-height: 22px;
  }
  .siteFooter .legalLinks {
    gap: 8px;
  }
  .siteFooter .footerFxMask {
    right: 12px;
    bottom: calc(var(--footerBandHeight) - 120px);
    width: min(200px, 55vw);
    height: 178px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .homeQuote {
    padding: 0 20px;
  }
  .homeQuote .quoteInner {
    padding: 56px 0 0;
  }
  .homeQuote .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }
  .homeQuote .quoteText {
    max-width: none;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.5px;
  }
  .homeQuote .quoteMark {
    position: relative;
    right: auto;
    bottom: auto;
    width: 180px;
    align-self: flex-end;
  }
  .siteFooter {
    --footerBandHeight: 240px;
    max-width: calc(100% - 28px);
    padding: 56px 0 32px;
  }
  .siteFooter .footerMain {
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    padding-bottom: 48px;
  }
  .siteFooter .footerBrands {
    width: min(300px, 100%);
    margin-top: 40px;
  }
  .siteFooter .footerNav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 28px;
    margin-top: 48px;
  }
  .siteFooter .footerColTitle {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 26px;
  }
  .siteFooter .footerLinks a {
    font-size: 15px;
    line-height: 30px;
  }
  .siteFooter .footerCta {
    align-items: flex-start;
    text-align: left;
    max-width: none;
    gap: 28px;
  }
  .siteFooter .yearBadge {
    align-self: flex-start;
  }
  .siteFooter .footerCtaText {
    max-width: none;
    font-size: 26px;
    line-height: 34px;
    letter-spacing: -0.6px;
  }
  .siteFooter .arrowLink .linkLabel {
    white-space: normal;
  }
  .siteFooter .footerAddresses {
    flex-wrap: wrap;
    gap: 28px;
    margin-top: 48px;
  }
  .siteFooter .footerAddress {
    flex: 1 1 calc(50% - 14px);
    min-width: 220px;
  }
  .siteFooter .footerBottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-top: 40px;
    font-size: 14px;
    line-height: 24px;
  }
  .siteFooter .footerFxMask {
    right: 24px;
    bottom: calc(var(--footerBandHeight) - 140px);
    width: min(260px, 40vw);
    height: 232px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .homeQuote .quoteInner {
    padding: 64px 0 0;
  }
  .homeQuote .quoteText {
    max-width: 640px;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: -0.6px;
  }
  .homeQuote .quoteMark {
    width: 200px;
    bottom: -60px;
  }
  .siteFooter {
    --footerBandHeight: 280px;
    padding: 64px 0 36px;
  }
  .siteFooter .footerMain {
    flex-direction: column;
    gap: 48px;
    padding-bottom: 48px;
  }
  .siteFooter .footerBrands {
    width: 300px;
    margin-top: 48px;
  }
  .siteFooter .footerNav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin-top: 56px;
  }
  .siteFooter .footerColTitle {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
  }
  .siteFooter .footerLinks a {
    font-size: 15px;
    line-height: 30px;
  }
  .siteFooter .footerCta {
    align-items: flex-start;
    text-align: left;
    max-width: none;
    gap: 28px;
  }
  .siteFooter .yearBadge {
    align-self: flex-start;
  }
  .siteFooter .footerCtaText {
    max-width: 480px;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.7px;
  }
  .siteFooter .footerAddresses {
    flex-wrap: wrap;
    gap: 32px;
    margin-top: 56px;
  }
  .siteFooter .footerAddress {
    flex: 1 1 calc(33.333% - 22px);
    min-width: 200px;
  }
  .siteFooter .footerBottom {
    flex-wrap: wrap;
    gap: 16px 24px;
    margin-top: 48px;
    font-size: 14px;
    line-height: 24px;
  }
  .siteFooter .footerFxMask {
    right: 40px;
    width: min(320px, 36vw);
    height: 286px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .homeQuote .quoteText {
    max-width: 820px;
    font-size: 30px;
    line-height: 40px;
  }
  .homeQuote .quoteMark {
    width: 240px;
    bottom: -100px;
  }
  .siteFooter {
    --footerBandHeight: 320px;
    max-width: calc(100% - 36px);
    padding: 72px 0 40px;
  }
  .siteFooter .footerMain {
    flex-direction: column;
    gap: 56px;
    padding-bottom: 52px;
  }
  .siteFooter .footerBrands {
    width: 320px;
    margin-top: 56px;
  }
  .siteFooter .footerNav {
    gap: 36px;
    margin-top: 64px;
  }
  .siteFooter .footerColTitle {
    font-size: 17px;
  }
  .siteFooter .footerLinks a {
    font-size: 16px;
    line-height: 32px;
  }
  .siteFooter .footerCta {
    align-items: flex-start;
    text-align: left;
    max-width: none;
  }
  .siteFooter .yearBadge {
    align-self: flex-start;
  }
  .siteFooter .footerCtaText {
    max-width: 520px;
    font-size: 28px;
    line-height: 36px;
  }
  .siteFooter .footerAddresses {
    gap: 36px;
    margin-top: 64px;
  }
  .siteFooter .footerBottom {
    margin-top: 56px;
    font-size: 15px;
  }
  .siteFooter .footerFxMask {
    right: 48px;
    width: 380px;
    height: 340px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .homeQuote .quoteText {
    max-width: 1000px;
    font-size: 32px;
    line-height: 42px;
  }
  .homeQuote .quoteMark {
    width: 260px;
  }
  .siteFooter .footerMain {
    gap: 48px;
  }
  .siteFooter .footerNav {
    gap: 40px;
    margin-top: 72px;
  }
  .siteFooter .footerCtaText {
    font-size: 30px;
    line-height: 38px;
  }
  .siteFooter .footerAddresses {
    gap: 40px;
    margin-top: 72px;
  }
  .siteFooter .footerFxMask {
    right: 120px;
    width: 460px;
  }
}
@media screen and (max-width: 576px) {
  .homeHero {
    min-height: 0;
    padding: 120px 0 48px;
    --heroBandHeight: 280px;
  }
  .homeHero .heroInner {
    min-height: 0;
  }
  .homeHero .heroEyebrow {
    font-size: 16px;
    line-height: 22px;
  }
  .homeHero .yearBadge {
    width: 132px;
    height: 111px;
    margin-top: 28px;
  }
  .homeHero .badgeFrame {
    width: 132px;
    height: 111px;
  }
  .homeHero .badgeContent {
    left: 20px;
    top: 10px;
    right: 12px;
  }
  .homeHero .badgeYearNum {
    font-size: 22px;
  }
  .homeHero .badgeYearSuffix {
    font-size: 14px;
  }
  .homeHero .badgeLines {
    margin-top: 14px;
    font-size: 14px;
    line-height: 16px;
  }
  .homeHero .heroBottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    margin-top: 36px;
  }
  .homeHero .heroTitle {
    max-width: none;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: -1px;
  }
  .homeHero .heroActions {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-top: 0;
  }
  .homeHero .arrowLink .linkLabel {
    white-space: normal;
    font-size: 16px;
    line-height: 24px;
  }
  .homeHero .arrowLink .linkIcon {
    width: 40px;
    height: 40px;
  }
  .homeHero::before {
    right: 12px;
    bottom: calc(var(--heroBandHeight) - 140px);
    width: min(220px, 55vw);
    height: 196px;
  }
  .homeStats .statsList {
    grid-template-columns: minmax(0, 1fr);
  }
  .homeStats .statsItem {
    padding: 28px 0;
    gap: 16px;
  }
  .homeStats .statsItem + .statsItem {
    border-left: 0;
    border-top: 1px solid #2e2e2e;
  }
  .homeStats .statsValue {
    font-size: 28px;
    line-height: 1.15;
  }
  .homeStats .statsLabel {
    font-size: 13px;
    line-height: 18px;
  }
  .homeStats .statsIcon {
    width: 36px;
  }
  .homeTech {
    padding: 64px 0;
  }
  .homeTech .techLayout {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }
  .homeTech .sectionHead {
    min-height: 0;
    padding-top: 0;
    gap: 20px;
  }
  .homeTech .sectionTitle {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.8px;
  }
  .homeTech .sectionTitle .titleLineWithIcon {
    gap: 12px;
    margin-bottom: 6px;
  }
  .homeTech .sectionTitle .titleBadge {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    top: 0;
  }
  .homeTech .sectionTitle .titleBadge img {
    width: 52px;
    height: 36px;
  }
  .homeTech .sectionText {
    max-width: none;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.3px;
  }
  .homeTech .techCards {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }
  .techCard {
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 0;
  }
  .techCard::before, .techCard::after {
    display: none;
  }
  .techCard .cardTitle {
    min-height: 0;
    padding: 24px 20px 0;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.4px;
  }
  .techCard .cardText {
    height: auto;
    min-height: 120px;
    padding: 24px 20px 28px;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.2px;
  }
  .homeSectors {
    padding: 56px 0;
  }
  .homeSectors .sectorsTop {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
    padding-bottom: 0;
    gap: 20px;
  }
  .homeSectors .sectionHead {
    padding-bottom: 0;
    gap: 16px;
  }
  .homeSectors .sectorsVisual {
    position: relative;
    bottom: auto;
    right: auto;
    max-width: 240px;
    margin: 0 auto;
  }
  .homeSectors .sectorsCardsFluid {
    padding-left: 14px;
    padding-right: 14px;
  }
  .homeSectors .sectorCards {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: auto;
    gap: 12px;
    transition: none;
    grid-template-columns: none;
  }
  .homeSectors .sectionTag {
    line-height: 1.4;
  }
  .homeSectors .sectionTitle {
    max-width: none;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -0.7px;
  }
  .homeSectors .sectorsNote {
    margin-top: 32px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.3px;
  }
  .sectorCard {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    min-height: 0;
    border-color: #226c1f;
    cursor: default;
  }
  .sectorCard .cardIcon {
    width: 28px;
    height: 78px;
    background: #226c1f;
  }
  .sectorCard .cardClosed {
    display: none;
  }
  .sectorCard .cardOpen {
    position: relative;
    inset: auto;
    opacity: 1;
    pointer-events: auto;
  }
  .sectorCard .cardTitle {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.5px;
  }
  .sectorCard .cardOpen .cardHead {
    flex: 0 0 auto;
    min-height: 0;
    border-bottom: 1px solid #226c1f;
  }
  .sectorCard .cardOpen .cardHeadText {
    padding: 20px;
  }
  .sectorCard .cardOpen .cardIconCol {
    flex-basis: 72px;
    width: 72px;
    padding-top: 20px;
    border-left: 1px solid #226c1f;
  }
  .sectorCard .cardOpen .cardTags {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.2px;
  }
  .sectorCard .cardOpen .cardText {
    padding: 20px;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.2px;
  }
  .homeFacility {
    padding: 56px 0 0;
  }
  .homeFacility .sectionTag {
    margin-bottom: 28px;
    line-height: 1.4;
  }
  .homeFacility .facilityGallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .homeFacility .galleryItem,
  .homeFacility .galleryItem.isNarrow {
    width: 100%;
    height: 100px;
  }
  .homeFacility .facilityText {
    max-width: none;
    margin-top: 24px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.4px;
  }
  .homeFacility .arrowLink {
    margin-top: 28px;
  }
  .homeFacility .arrowLink .linkLabel {
    white-space: normal;
    font-size: 16px;
  }
  .homeFacility .arrowLink .linkIcon {
    width: 40px;
    height: 40px;
  }
  .homeEcosystem {
    padding: 56px 0 20px;
  }
  .homeEcosystem .sectionTitle {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -0.7px;
  }
  .homeEcosystem .ecoCardsFluid {
    margin-top: 28px;
    padding-left: 14px;
    padding-right: 14px;
  }
  .homeEcosystem .ecoCards {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }
  .ecoCard {
    height: auto;
    min-height: 200px;
    padding: 24px 20px 0;
  }
  .ecoCard .cardTitle {
    max-width: none;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.4px;
  }
  .ecoCard .cardBottom {
    margin-top: 16px;
  }
  .ecoCard .cardMedia {
    max-width: 88px;
  }
  .ecoCard .cardIndex {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .homeHero {
    min-height: 0;
    padding: 140px 0 64px;
    --heroBandHeight: 320px;
  }
  .homeHero .heroInner {
    min-height: 0;
  }
  .homeHero .heroEyebrow {
    font-size: 18px;
    line-height: 24px;
  }
  .homeHero .yearBadge {
    margin-top: 36px;
  }
  .homeHero .heroBottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    margin-top: 40px;
  }
  .homeHero .heroTitle {
    max-width: none;
    font-size: 42px;
    line-height: 48px;
    letter-spacing: -1.2px;
  }
  .homeHero .heroActions {
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 0;
  }
  .homeHero .arrowLink .linkLabel {
    white-space: normal;
  }
  .homeHero::before {
    right: 24px;
    width: min(280px, 40vw);
    height: 250px;
    bottom: calc(var(--heroBandHeight) - 160px);
  }
  .homeStats .statsList {
    grid-template-columns: minmax(0, 1fr);
  }
  .homeStats .statsItem {
    padding: 36px 0;
  }
  .homeStats .statsItem + .statsItem {
    border-left: 0;
    border-top: 1px solid #2e2e2e;
  }
  .homeStats .statsValue {
    font-size: 32px;
  }
  .homeTech {
    padding: 80px 0;
  }
  .homeTech .techLayout {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }
  .homeTech .sectionHead {
    min-height: 0;
    padding-top: 0;
  }
  .homeTech .sectionTitle {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -1px;
  }
  .homeTech .sectionTitle .titleBadge {
    width: 56px;
    height: 56px;
    border-radius: 14px;
  }
  .homeTech .sectionTitle .titleBadge img {
    width: 64px;
    height: 44px;
  }
  .homeTech .sectionText {
    max-width: none;
    font-size: 17px;
    line-height: 26px;
  }
  .homeTech .techCards {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }
  .techCard {
    width: 100%;
    max-width: none;
    height: auto;
  }
  .techCard::before, .techCard::after {
    display: none;
  }
  .techCard .cardTitle {
    min-height: 0;
    padding: 28px 24px 0;
    font-size: 22px;
    line-height: 28px;
  }
  .techCard .cardText {
    height: auto;
    min-height: 132px;
    padding: 28px 24px 32px;
    font-size: 16px;
    line-height: 22px;
  }
  .homeSectors {
    padding: 72px 0;
  }
  .homeSectors .sectorsTop {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
    padding-bottom: 0;
    gap: 24px;
  }
  .homeSectors .sectionHead {
    padding-bottom: 0;
  }
  .homeSectors .sectorsVisual {
    position: relative;
    bottom: auto;
    right: auto;
    max-width: 320px;
    margin: 0 auto;
  }
  .homeSectors .sectorCards {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    transition: none;
    grid-template-columns: none;
  }
  .homeSectors .sectionTitle {
    max-width: none;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: -0.9px;
  }
  .homeSectors .sectorsNote {
    margin-top: 40px;
    font-size: 18px;
    line-height: 26px;
  }
  .sectorCard {
    flex: 1 1 calc(50% - 10px);
    width: auto;
    max-width: calc(50% - 10px);
    height: auto;
    min-height: 0;
    border-color: #226c1f;
    cursor: default;
  }
  .sectorCard .cardIcon {
    width: 32px;
    height: 88px;
    background: #226c1f;
  }
  .sectorCard .cardClosed {
    display: none;
  }
  .sectorCard .cardOpen {
    position: relative;
    inset: auto;
    opacity: 1;
    pointer-events: auto;
  }
  .sectorCard .cardTitle {
    font-size: 24px;
    line-height: 30px;
  }
  .sectorCard .cardOpen .cardHead {
    flex: 0 0 auto;
    border-bottom: 1px solid #226c1f;
  }
  .sectorCard .cardOpen .cardHeadText {
    padding: 24px;
  }
  .sectorCard .cardOpen .cardIconCol {
    flex-basis: 88px;
    width: 88px;
    padding-top: 24px;
    border-left: 1px solid #226c1f;
  }
  .sectorCard .cardOpen .cardTags {
    font-size: 15px;
    line-height: 22px;
  }
  .sectorCard .cardOpen .cardText {
    padding: 24px;
    font-size: 16px;
    line-height: 24px;
  }
  .homeFacility {
    padding: 72px 0 0;
  }
  .homeFacility .sectionTag {
    margin-bottom: 36px;
  }
  .homeFacility .facilityGallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .homeFacility .galleryItem,
  .homeFacility .galleryItem.isNarrow {
    width: 100%;
    height: 120px;
  }
  .homeFacility .facilityText {
    max-width: none;
    margin-top: 28px;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.5px;
  }
  .homeFacility .arrowLink {
    margin-top: 36px;
  }
  .homeEcosystem {
    padding: 72px 0 24px;
  }
  .homeEcosystem .sectionTitle {
    font-size: 34px;
    line-height: 40px;
    letter-spacing: -0.9px;
  }
  .homeEcosystem .ecoCardsFluid {
    margin-top: 36px;
  }
  .homeEcosystem .ecoCards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  .ecoCard {
    height: auto;
    min-height: 240px;
    padding: 28px 24px 0;
  }
  .ecoCard .cardTitle {
    max-width: none;
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .homeHero {
    min-height: 0;
    padding: 180px 0 72px;
    --heroBandHeight: 380px;
  }
  .homeHero .heroInner {
    min-height: 0;
  }
  .homeHero .heroBottom {
    flex-wrap: wrap;
    gap: 32px;
    margin-top: 48px;
  }
  .homeHero .heroTitle {
    max-width: 100%;
    font-size: 56px;
    line-height: 62px;
    letter-spacing: -1.4px;
  }
  .homeHero .heroActions {
    flex-wrap: wrap;
    margin-top: 0;
    gap: 28px;
  }
  .homeHero::before {
    right: 40px;
    width: min(360px, 38vw);
    height: 320px;
  }
  .homeStats .statsItem {
    padding: 48px 24px;
  }
  .homeStats .statsValue {
    font-size: 32px;
  }
  .homeTech {
    padding: 100px 0;
  }
  .homeTech .techLayout {
    grid-template-columns: minmax(0, 1fr);
    gap: 36px;
  }
  .homeTech .sectionHead {
    min-height: 0;
    padding-top: 0;
  }
  .homeTech .sectionTitle {
    font-size: 48px;
    line-height: 52px;
    letter-spacing: -1.2px;
  }
  .homeTech .sectionTitle .titleBadge {
    width: 64px;
    height: 64px;
    border-radius: 16px;
  }
  .homeTech .sectionTitle .titleBadge img {
    width: 74px;
    height: 50px;
  }
  .homeTech .sectionText {
    max-width: 560px;
    font-size: 18px;
    line-height: 26px;
  }
  .homeTech .techCards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .techCard {
    width: 100%;
    height: auto;
  }
  .techCard::before, .techCard::after {
    display: none;
  }
  .techCard .cardTitle {
    min-height: 0;
    padding: 32px 28px 0;
    font-size: 22px;
    line-height: 28px;
  }
  .techCard .cardText {
    height: auto;
    min-height: 140px;
    padding: 28px 28px 32px;
    font-size: 16px;
    line-height: 22px;
  }
  .homeSectors {
    padding: 80px 0;
  }
  .homeSectors .sectorsTop {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
    padding-bottom: 40px;
    gap: 24px;
  }
  .homeSectors .sectionHead {
    padding-bottom: 0;
  }
  .homeSectors .sectorsVisual {
    position: relative;
    bottom: auto;
    right: auto;
    max-width: 380px;
    margin-left: auto;
  }
  .homeSectors .sectorCards {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    transition: none;
    grid-template-columns: none;
  }
  .homeSectors .sectionTitle {
    max-width: none;
    font-size: 42px;
    line-height: 48px;
    letter-spacing: -1.1px;
  }
  .homeSectors .sectorsNote {
    margin-top: 48px;
    font-size: 20px;
    line-height: 28px;
  }
  .sectorCard {
    flex: 1 1 calc(50% - 10px);
    width: auto;
    max-width: calc(50% - 10px);
    height: auto;
    min-height: 0;
    border-color: #226c1f;
    cursor: default;
  }
  .sectorCard .cardIcon {
    background: #226c1f;
  }
  .sectorCard .cardClosed {
    display: none;
  }
  .sectorCard .cardOpen {
    position: relative;
    inset: auto;
    opacity: 1;
    pointer-events: auto;
  }
  .sectorCard .cardOpen .cardHead {
    flex: 0 0 auto;
    border-bottom: 1px solid #226c1f;
  }
  .sectorCard .cardOpen .cardHeadText {
    padding: 28px;
  }
  .sectorCard .cardOpen .cardIconCol {
    flex-basis: 110px;
    width: 110px;
    padding-top: 28px;
    border-left: 1px solid #226c1f;
  }
  .sectorCard .cardOpen .cardTags {
    font-size: 16px;
    line-height: 24px;
  }
  .sectorCard .cardOpen .cardText {
    padding: 28px;
    font-size: 17px;
    line-height: 24px;
  }
  .sectorCard .cardTitle {
    font-size: 26px;
    line-height: 32px;
  }
  .homeFacility {
    padding: 90px 0 0;
  }
  .homeFacility .sectionTag {
    margin-bottom: 48px;
  }
  .homeFacility .facilityGallery {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
  }
  .homeFacility .galleryItem,
  .homeFacility .galleryItem.isNarrow {
    width: 100%;
    height: 110px;
  }
  .homeFacility .facilityText {
    max-width: none;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.6px;
  }
  .homeFacility .arrowLink {
    margin-top: 48px;
  }
  .homeEcosystem {
    padding: 80px 0 24px;
  }
  .homeEcosystem .sectionTitle {
    font-size: 42px;
    line-height: 48px;
    letter-spacing: -1.1px;
  }
  .homeEcosystem .ecoCardsFluid {
    margin-top: 48px;
  }
  .homeEcosystem .ecoCards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }
  .ecoCard {
    height: 300px;
    padding: 32px 28px 0;
  }
  .ecoCard .cardTitle {
    max-width: none;
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .homeHero {
    min-height: 0;
    padding: 220px 0 80px;
  }
  .homeHero .heroTitle {
    max-width: 700px;
    font-size: 68px;
    line-height: 74px;
    letter-spacing: -1.8px;
  }
  .homeHero .heroActions {
    flex-wrap: wrap;
    gap: 28px;
    margin-top: 80px;
  }
  .homeHero::before {
    right: 80px;
    width: 400px;
    height: 360px;
  }
  .homeStats .statsItem {
    padding: 52px 40px;
  }
  .homeStats .statsValue {
    font-size: 34px;
  }
  .homeTech {
    padding: 120px 0;
  }
  .homeTech .techLayout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
    gap: 32px;
  }
  .homeTech .sectionTitle {
    font-size: 56px;
    line-height: 60px;
    letter-spacing: -1.5px;
  }
  .homeTech .sectionTitle .titleBadge {
    width: 72px;
    height: 72px;
    border-radius: 18px;
  }
  .homeTech .sectionTitle .titleBadge img {
    width: 82px;
    height: 56px;
  }
  .homeTech .sectionText {
    font-size: 18px;
    line-height: 26px;
  }
  .homeTech .techCards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .techCard {
    width: 100%;
    height: auto;
  }
  .techCard .cardTitle {
    min-height: 120px;
    padding: 32px 32px 0;
    font-size: 22px;
    line-height: 28px;
  }
  .techCard .cardText {
    height: auto;
    min-height: 150px;
    padding: 32px 32px 36px;
    font-size: 16px;
    line-height: 22px;
  }
  .homeSectors .sectorsTop {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.8fr);
    min-height: 320px;
    padding-bottom: 80px;
  }
  .homeSectors .sectorsVisual {
    max-width: 480px;
    bottom: -80px;
  }
  .homeSectors .sectionTitle {
    font-size: 48px;
    line-height: 54px;
    letter-spacing: -1.3px;
  }
  .homeSectors .sectorsNote {
    font-size: 22px;
    line-height: 30px;
  }
  .homeSectors .sectorCards {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    gap: 16px;
    transition: none;
    grid-template-columns: none;
  }
  .sectorCard {
    flex: 1 1 calc(50% - 8px);
    width: auto;
    max-width: calc(50% - 8px);
    height: auto;
    min-height: 0;
    border-color: #226c1f;
    cursor: default;
  }
  .sectorCard .cardIcon {
    background: #226c1f;
  }
  .sectorCard .cardClosed {
    display: none;
  }
  .sectorCard .cardOpen {
    position: relative;
    inset: auto;
    opacity: 1;
    pointer-events: auto;
  }
  .sectorCard .cardOpen .cardHead {
    flex: 0 0 auto;
    border-bottom: 1px solid #226c1f;
  }
  .sectorCard .cardOpen .cardHeadText {
    padding: 28px;
  }
  .sectorCard .cardOpen .cardIconCol {
    flex-basis: 120px;
    width: 120px;
    padding-top: 28px;
    border-left: 1px solid #226c1f;
  }
  .sectorCard .cardOpen .cardTags {
    font-size: 18px;
    line-height: 28px;
  }
  .sectorCard .cardOpen .cardText {
    padding: 28px;
    font-size: 18px;
    line-height: 26px;
  }
  .sectorCard .cardTitle {
    font-size: 28px;
    line-height: 34px;
  }
  .homeFacility .facilityGallery {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .homeFacility .galleryItem,
  .homeFacility .galleryItem.isNarrow {
    width: 100%;
    height: 120px;
  }
  .homeFacility .facilityText {
    font-size: 26px;
    line-height: 36px;
  }
  .homeEcosystem .sectionTitle {
    font-size: 48px;
    line-height: 54px;
    letter-spacing: -1.3px;
  }
  .homeEcosystem .ecoCardsFluid {
    margin-top: 64px;
  }
  .homeEcosystem .ecoCards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .ecoCard {
    height: 320px;
    padding: 36px 32px 0;
  }
  .ecoCard .cardTitle {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .homeHero .heroTitle {
    font-size: 80px;
    line-height: 88px;
  }
  .homeHero::before {
    right: 120px;
    width: 460px;
  }
  .homeTech .techLayout {
    grid-template-columns: minmax(0, 520px) minmax(0, 1fr);
    gap: 36px;
  }
  .homeTech .sectionTitle {
    font-size: 68px;
    line-height: 72px;
  }
  .homeTech .techCards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .techCard {
    width: 100%;
  }
  .homeSectors .sectionTitle {
    font-size: 56px;
    line-height: 62px;
  }
  .homeFacility .facilityGallery {
    grid-template-columns: 140px 140px minmax(0, 1fr) minmax(0, 1fr);
  }
  .homeFacility .galleryItem {
    width: 100%;
  }
  .homeFacility .galleryItem.isNarrow {
    width: 100%;
  }
  .homeEcosystem .sectionTitle {
    font-size: 56px;
    line-height: 62px;
  }
  .homeEcosystem .ecoCards {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media screen and (max-width: 576px) {
  .aboutHero {
    padding-top: 96px;
  }
  .aboutHero > .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .aboutHero .pageTag {
    margin-bottom: 28px;
  }
  .aboutHero .heroTitle {
    max-width: none;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.6px;
  }
  .aboutHero .heroGallery {
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    gap: 12px;
    margin-top: 36px;
  }
  .aboutHero .galleryItem {
    height: 180px;
  }
  .aboutTimeline,
  .techPageProcess {
    padding: 64px 0 72px;
  }
  .aboutTimeline > .container,
  .techPageProcess > .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .aboutTimeline .timelineLayout,
  .techPageProcess .timelineLayout {
    grid-template-columns: minmax(0, 1fr);
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 32px;
  }
  .aboutTimeline .sectionTitle,
  .techPageProcess .sectionTitle {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.6px;
  }
  .aboutTimeline .timelineItem,
  .techPageProcess .timelineItem {
    min-height: 0;
    -moz-column-gap: 20px;
         column-gap: 20px;
    padding-bottom: 36px;
  }
  .aboutTimeline .timelineItem:last-child,
  .techPageProcess .timelineItem:last-child {
    padding-bottom: 0;
  }
  .aboutTimeline .timelineItem::before,
  .techPageProcess .timelineItem::before {
    height: calc(100% - 36px);
  }
  .aboutTimeline .timelineItem.isActive .timelineDot::after,
  .techPageProcess .timelineItem.isActive .timelineDot::after {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
  }
  .aboutTimeline .itemTitle,
  .techPageProcess .itemTitle {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.5px;
  }
  .aboutTimeline .itemYear,
  .techPageProcess .itemYear {
    font-size: 18px;
    line-height: 20px;
  }
  .aboutTimeline .itemText,
  .techPageProcess .itemText {
    margin-top: 20px;
    max-width: none;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.35px;
  }
  .techPageProcess .processTitle {
    max-width: none;
    font-size: 24px;
    line-height: 32px;
  }
  .aboutStats {
    padding: 48px 0 56px;
  }
  .aboutStats .statsBackdrop {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -1.2px;
    white-space: normal;
  }
  .aboutStats .statsGrid {
    grid-template-columns: minmax(0, 1fr);
  }
  .aboutStats .statsItem {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #fff;
    padding: 28px 88px 28px 0;
  }
  .aboutStats .statsItem:nth-child(2), .aboutStats .statsItem:nth-child(3) {
    padding-left: 0;
  }
  .aboutStats .statsItem:last-child {
    border-bottom: 0;
    padding-right: 88px;
  }
  .aboutStats .statsValue {
    margin-bottom: 12px;
    font-size: 28px;
  }
  .aboutStats .statsLabel {
    font-size: 16px;
  }
  .aboutStats .statsText {
    max-width: none;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.35px;
  }
  .aboutStats .statsIcon {
    width: 72px;
    height: 72px;
  }
  .aboutStats .statsIcon img {
    width: 32px;
    height: 32px;
  }
  .aboutApproach {
    padding: 64px 0 80px;
  }
  .aboutApproach > .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .aboutApproach .pageTag {
    height: 40px;
  }
  .aboutApproach .pageTag .pageTagMark {
    width: 40px;
    height: 40px;
  }
  .aboutApproach .pageTag .pageTagLabel {
    height: 40px;
    padding: 0 14px 0 12px;
    font-size: 14px;
    letter-spacing: -0.3px;
    white-space: normal;
  }
  .aboutApproach .sectionTitle {
    margin-top: 36px;
    max-width: none;
    font-size: 26px;
    line-height: 34px;
    letter-spacing: -0.7px;
  }
  .aboutApproach .sectionTitle br {
    display: none;
  }
  .aboutApproach .sectionText {
    margin-top: 20px;
    max-width: none;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.4px;
  }
  .aboutVision {
    padding-bottom: 80px;
  }
  .aboutVision > .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .aboutVision .visionBackdrop {
    margin-bottom: -12px;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -1px;
    white-space: normal;
  }
  .aboutVision .visionLayout {
    display: flex;
    flex-direction: column;
    gap: 28px;
    min-height: 0;
    padding-top: 24px;
  }
  .aboutVision .visionVisual {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    width: min(280px, 78vw);
    max-width: 100%;
    margin: 0 auto;
    aspect-ratio: 679/709;
  }
  .aboutVision .visionVisual img {
    width: 100%;
    height: 100%;
  }
  .aboutVision .visionCards {
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    margin-left: 0;
    gap: 12px;
  }
  .aboutVision .visionCard {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    padding: 0;
    overflow: visible;
    box-sizing: border-box;
  }
  .aboutVision .visionCard:nth-child(1), .aboutVision .visionCard:nth-child(2) {
    grid-column: auto;
  }
  .aboutVision .visionCard::before {
    display: none;
  }
  .aboutVision .cardTitle {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 28px 24px 0;
    box-sizing: border-box;
    background: #ededed;
    box-shadow: inset -15px -19px 84px 0 #e3ffe2;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.45px;
  }
  .aboutVision .cardLine {
    position: relative;
    left: auto;
    top: auto;
    z-index: 1;
    display: block;
    align-self: stretch;
    width: auto;
    max-width: none;
    height: 8px;
    margin: 0;
    padding: 18px 24px 22px;
    box-sizing: content-box;
    background: #ededed;
    box-shadow: inset -15px -19px 84px 0 #e3ffe2;
  }
  .aboutVision .cardLine::after {
    content: "";
    position: absolute;
    left: 24px;
    top: 18px;
    width: 115px;
    height: 8px;
    background: #14ff09;
    box-shadow: 0 0 64px 0 #14ff09;
  }
  .aboutVision .cardText {
    position: relative;
    left: auto;
    top: auto;
    z-index: 1;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 24px 24px 28px;
    box-sizing: border-box;
    background: #fff;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.35px;
  }
  .aboutQuote {
    padding: 48px 0;
  }
  .aboutQuote .quoteInner {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .aboutQuote .quoteText {
    max-width: none;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.45px;
  }
  .aboutQuote .quoteMark {
    width: min(140px, 40vw);
    align-self: flex-end;
  }
  .sampleCta {
    padding: 0 14px;
  }
  .sampleCta .sampleCtaInner {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
    padding: 36px 20px;
    gap: 24px;
  }
  .sampleCta .sampleCtaCopy {
    padding-top: 0;
    padding-bottom: 0;
  }
  .sampleCta .sampleCtaTitle {
    margin-bottom: 16px;
    max-width: none;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.6px;
  }
  .sampleCta .sampleCtaText {
    max-width: none;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.35px;
  }
  .sampleCta .sampleCtaVisual {
    width: 100%;
    height: 220px;
    margin: 0;
  }
  .sampleCta .sampleCtaBars {
    width: 78%;
  }
  .sampleCta .sampleCtaShoe {
    width: 72%;
    max-height: none;
  }
  .sampleCta .arrowLink {
    justify-self: start;
    margin-top: 0;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .aboutHero {
    padding-top: 110px;
  }
  .aboutHero > .container {
    padding-left: 28px;
    padding-right: 28px;
  }
  .aboutHero .pageTag {
    margin-bottom: 36px;
  }
  .aboutHero .heroTitle {
    max-width: none;
    font-size: 26px;
    line-height: 34px;
    letter-spacing: -0.7px;
  }
  .aboutHero .heroGallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 14px;
    margin-top: 48px;
  }
  .aboutHero .galleryItem {
    height: 180px;
  }
  .aboutTimeline,
  .techPageProcess {
    padding: 72px 0 80px;
  }
  .aboutTimeline > .container,
  .techPageProcess > .container {
    padding-left: 28px;
    padding-right: 28px;
  }
  .aboutTimeline .timelineLayout,
  .techPageProcess .timelineLayout {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 36px;
  }
  .aboutTimeline .sectionTitle,
  .techPageProcess .sectionTitle {
    font-size: 26px;
    line-height: 34px;
  }
  .aboutTimeline .timelineItem,
  .techPageProcess .timelineItem {
    min-height: 0;
    -moz-column-gap: 28px;
         column-gap: 28px;
    padding-bottom: 40px;
  }
  .aboutTimeline .timelineItem:last-child,
  .techPageProcess .timelineItem:last-child {
    padding-bottom: 0;
  }
  .aboutTimeline .timelineItem::before,
  .techPageProcess .timelineItem::before {
    height: calc(100% - 40px);
  }
  .aboutTimeline .itemTitle,
  .techPageProcess .itemTitle {
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 26px;
  }
  .aboutTimeline .itemYear,
  .techPageProcess .itemYear {
    font-size: 20px;
  }
  .aboutTimeline .itemText,
  .techPageProcess .itemText {
    margin-top: 24px;
    max-width: none;
    font-size: 16px;
    line-height: 24px;
  }
  .techPageProcess .processTitle {
    max-width: none;
    font-size: 26px;
    line-height: 34px;
  }
  .aboutStats {
    padding: 56px 0 64px;
  }
  .aboutStats .statsBackdrop {
    font-size: 52px;
    line-height: 56px;
    letter-spacing: -1.5px;
    white-space: normal;
  }
  .aboutStats .statsGrid {
    grid-template-columns: minmax(0, 1fr);
  }
  .aboutStats .statsItem {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #fff;
    padding: 32px 100px 32px 0;
  }
  .aboutStats .statsItem:nth-child(2), .aboutStats .statsItem:nth-child(3) {
    padding-left: 0;
  }
  .aboutStats .statsItem:last-child {
    border-bottom: 0;
  }
  .aboutStats .statsValue {
    font-size: 32px;
  }
  .aboutStats .statsLabel {
    font-size: 17px;
  }
  .aboutStats .statsText {
    max-width: none;
    font-size: 16px;
    line-height: 24px;
  }
  .aboutStats .statsIcon {
    width: 84px;
    height: 84px;
  }
  .aboutApproach {
    padding: 72px 0 96px;
  }
  .aboutApproach > .container {
    padding-left: 28px;
    padding-right: 28px;
  }
  .aboutApproach .pageTag {
    height: 44px;
  }
  .aboutApproach .pageTag .pageTagMark {
    width: 44px;
    height: 44px;
  }
  .aboutApproach .pageTag .pageTagLabel {
    height: 44px;
    padding: 0 18px 0 14px;
    font-size: 16px;
    white-space: normal;
  }
  .aboutApproach .sectionTitle {
    margin-top: 40px;
    max-width: none;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: -0.8px;
  }
  .aboutApproach .sectionTitle br {
    display: none;
  }
  .aboutApproach .sectionText {
    margin-top: 24px;
    max-width: none;
    font-size: 17px;
    line-height: 28px;
  }
  .aboutVision {
    padding-bottom: 96px;
  }
  .aboutVision > .container {
    padding-left: 28px;
    padding-right: 28px;
  }
  .aboutVision .visionBackdrop {
    margin-bottom: -16px;
    font-size: 48px;
    line-height: 52px;
    letter-spacing: -1.4px;
    white-space: normal;
  }
  .aboutVision .visionLayout {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-top: 28px;
  }
  .aboutVision .visionVisual {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    width: min(360px, 70vw);
    max-width: 100%;
    margin: 0 auto;
  }
  .aboutVision .visionVisual img {
    width: 100%;
    height: 100%;
  }
  .aboutVision .visionCards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    margin-left: 0;
    gap: 14px;
  }
  .aboutVision .visionCard {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    padding: 0;
    overflow: visible;
    box-sizing: border-box;
  }
  .aboutVision .visionCard:nth-child(1), .aboutVision .visionCard:nth-child(2) {
    grid-column: auto;
  }
  .aboutVision .visionCard::before {
    display: none;
  }
  .aboutVision .cardTitle {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 28px 24px 0;
    box-sizing: border-box;
    background: #ededed;
    box-shadow: inset -15px -19px 84px 0 #e3ffe2;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.45px;
  }
  .aboutVision .cardLine {
    position: relative;
    left: auto;
    top: auto;
    z-index: 1;
    display: block;
    align-self: stretch;
    width: auto;
    max-width: none;
    height: 8px;
    margin: 0;
    padding: 18px 24px 22px;
    box-sizing: content-box;
    background: #ededed;
    box-shadow: inset -15px -19px 84px 0 #e3ffe2;
  }
  .aboutVision .cardLine::after {
    content: "";
    position: absolute;
    left: 24px;
    top: 18px;
    width: 115px;
    height: 8px;
    background: #14ff09;
    box-shadow: 0 0 64px 0 #14ff09;
  }
  .aboutVision .cardText {
    position: relative;
    left: auto;
    top: auto;
    z-index: 1;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 24px 24px 28px;
    box-sizing: border-box;
    background: #fff;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.35px;
  }
  .aboutQuote .quoteInner {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .aboutQuote .quoteText {
    max-width: none;
    font-size: 22px;
    line-height: 32px;
  }
  .aboutQuote .quoteMark {
    width: 160px;
    align-self: flex-end;
  }
  .sampleCta {
    padding: 0 20px;
  }
  .sampleCta .sampleCtaInner {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
    padding: 40px 28px;
    gap: 28px;
  }
  .sampleCta .sampleCtaCopy {
    padding-top: 0;
    padding-bottom: 0;
  }
  .sampleCta .sampleCtaTitle {
    margin-bottom: 18px;
    max-width: none;
    font-size: 28px;
    line-height: 36px;
  }
  .sampleCta .sampleCtaText {
    max-width: none;
    font-size: 16px;
    line-height: 24px;
  }
  .sampleCta .sampleCtaVisual {
    width: 100%;
    height: 240px;
  }
  .sampleCta .arrowLink {
    justify-self: start;
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .aboutHero {
    padding-top: 120px;
  }
  .aboutHero > .container {
    padding-left: 36px;
    padding-right: 36px;
  }
  .aboutHero .pageTag {
    margin-bottom: 48px;
  }
  .aboutHero .heroTitle {
    max-width: none;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.85px;
  }
  .aboutHero .heroGallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 16px;
    margin-top: 56px;
  }
  .aboutHero .galleryItem {
    height: 200px;
  }
  .aboutTimeline,
  .techPageProcess {
    padding: 80px 0 96px;
  }
  .aboutTimeline > .container,
  .techPageProcess > .container {
    padding-left: 36px;
    padding-right: 36px;
  }
  .aboutTimeline .timelineLayout,
  .techPageProcess .timelineLayout {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 40px;
  }
  .aboutTimeline .sectionTitle,
  .techPageProcess .sectionTitle {
    font-size: 28px;
    line-height: 38px;
  }
  .aboutTimeline .timelineItem,
  .techPageProcess .timelineItem {
    min-height: 0;
    -moz-column-gap: 36px;
         column-gap: 36px;
    padding-bottom: 44px;
  }
  .aboutTimeline .timelineItem:last-child,
  .techPageProcess .timelineItem:last-child {
    padding-bottom: 0;
  }
  .aboutTimeline .timelineItem::before,
  .techPageProcess .timelineItem::before {
    height: calc(100% - 43px);
  }
  .aboutTimeline .itemTitle,
  .techPageProcess .itemTitle {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 26px;
  }
  .aboutTimeline .itemText,
  .techPageProcess .itemText {
    margin-top: 28px;
    max-width: 640px;
    font-size: 17px;
    line-height: 26px;
  }
  .techPageProcess .processTitle {
    max-width: none;
    font-size: 28px;
    line-height: 36px;
  }
  .aboutStats {
    padding: 64px 0 72px;
  }
  .aboutStats .statsBackdrop {
    font-size: 64px;
    line-height: 68px;
    letter-spacing: -1.8px;
    white-space: normal;
  }
  .aboutStats .statsGrid {
    grid-template-columns: minmax(0, 1fr);
  }
  .aboutStats .statsItem {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #fff;
    padding: 36px 110px 36px 0;
  }
  .aboutStats .statsItem:nth-child(2), .aboutStats .statsItem:nth-child(3) {
    padding-left: 0;
  }
  .aboutStats .statsItem:last-child {
    border-bottom: 0;
  }
  .aboutStats .statsValue {
    font-size: 34px;
  }
  .aboutStats .statsText {
    max-width: 520px;
    font-size: 17px;
    line-height: 24px;
  }
  .aboutApproach {
    padding: 80px 0 110px;
  }
  .aboutApproach > .container {
    padding-left: 36px;
    padding-right: 36px;
  }
  .aboutApproach .pageTag {
    height: 48px;
  }
  .aboutApproach .pageTag .pageTagMark {
    width: 48px;
    height: 48px;
  }
  .aboutApproach .pageTag .pageTagLabel {
    height: 48px;
    font-size: 17px;
  }
  .aboutApproach .sectionTitle {
    margin-top: 48px;
    max-width: 480px;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: -0.95px;
  }
  .aboutApproach .sectionText {
    margin-top: 28px;
    max-width: none;
    font-size: 18px;
    line-height: 28px;
  }
  .aboutVision {
    padding-bottom: 110px;
  }
  .aboutVision > .container {
    padding-left: 36px;
    padding-right: 36px;
  }
  .aboutVision .visionBackdrop {
    margin-bottom: -20px;
    font-size: 64px;
    line-height: 68px;
    letter-spacing: -1.8px;
    white-space: normal;
  }
  .aboutVision .visionLayout {
    display: flex;
    flex-direction: column;
    gap: 36px;
    padding-top: 36px;
  }
  .aboutVision .visionVisual {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    width: min(440px, 55vw);
    max-width: 100%;
    margin: 0 auto;
  }
  .aboutVision .visionVisual img {
    width: 100%;
    height: 100%;
  }
  .aboutVision .visionCards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    margin-left: 0;
    gap: 16px;
  }
  .aboutVision .visionCard {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    padding: 0;
    overflow: visible;
    box-sizing: border-box;
  }
  .aboutVision .visionCard:nth-child(1), .aboutVision .visionCard:nth-child(2) {
    grid-column: auto;
  }
  .aboutVision .visionCard::before {
    display: none;
  }
  .aboutVision .cardTitle {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 32px 28px 0;
    box-sizing: border-box;
    background: #ededed;
    box-shadow: inset -15px -19px 84px 0 #e3ffe2;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.45px;
  }
  .aboutVision .cardLine {
    position: relative;
    left: auto;
    top: auto;
    z-index: 1;
    display: block;
    align-self: stretch;
    width: auto;
    max-width: none;
    height: 8px;
    margin: 0;
    padding: 20px 28px 24px;
    box-sizing: content-box;
    background: #ededed;
    box-shadow: inset -15px -19px 84px 0 #e3ffe2;
  }
  .aboutVision .cardLine::after {
    content: "";
    position: absolute;
    left: 28px;
    top: 20px;
    width: 115px;
    height: 8px;
    background: #14ff09;
    box-shadow: 0 0 64px 0 #14ff09;
  }
  .aboutVision .cardText {
    position: relative;
    left: auto;
    top: auto;
    z-index: 1;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 28px 28px 32px;
    box-sizing: border-box;
    background: #fff;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.35px;
  }
  .aboutQuote .quoteText {
    max-width: 640px;
    font-size: 24px;
    line-height: 34px;
  }
  .aboutQuote .quoteMark {
    width: 180px;
  }
  .sampleCta {
    padding: 0 20px;
  }
  .sampleCta .sampleCtaInner {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
    padding: 48px 36px;
    gap: 32px;
  }
  .sampleCta .sampleCtaCopy {
    padding-top: 0;
    padding-bottom: 0;
  }
  .sampleCta .sampleCtaTitle {
    margin-bottom: 20px;
    max-width: none;
    font-size: 32px;
    line-height: 40px;
  }
  .sampleCta .sampleCtaText {
    max-width: 560px;
    font-size: 17px;
    line-height: 26px;
  }
  .sampleCta .sampleCtaVisual {
    width: 100%;
    max-width: 360px;
    height: 280px;
    justify-self: center;
  }
  .sampleCta .arrowLink {
    justify-self: start;
    margin-top: 0;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .aboutHero {
    padding-top: 130px;
  }
  .aboutHero > .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .aboutHero .pageTag {
    margin-bottom: 56px;
  }
  .aboutHero .heroTitle {
    max-width: none;
    font-size: 36px;
    line-height: 46px;
    letter-spacing: -1px;
  }
  .aboutHero .heroGallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 18px;
    margin-top: 64px;
  }
  .aboutHero .galleryItem {
    height: 220px;
  }
  .aboutTimeline,
  .techPageProcess {
    padding: 96px 0 110px;
  }
  .aboutTimeline > .container,
  .techPageProcess > .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .aboutTimeline .timelineLayout,
  .techPageProcess .timelineLayout {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 48px;
  }
  .aboutTimeline .sectionTitle,
  .techPageProcess .sectionTitle {
    font-size: 30px;
    line-height: 42px;
  }
  .aboutTimeline .timelineItem,
  .techPageProcess .timelineItem {
    min-height: 0;
    -moz-column-gap: 44px;
         column-gap: 44px;
    padding-bottom: 48px;
  }
  .aboutTimeline .timelineItem:last-child,
  .techPageProcess .timelineItem:last-child {
    padding-bottom: 0;
  }
  .aboutTimeline .timelineItem::before,
  .techPageProcess .timelineItem::before {
    height: calc(100% - 43px);
  }
  .aboutTimeline .itemText,
  .techPageProcess .itemText {
    margin-top: 36px;
    max-width: 720px;
    font-size: 18px;
    line-height: 26px;
  }
  .techPageProcess .processTitle {
    max-width: none;
    font-size: 28px;
    line-height: 36px;
  }
  .aboutStats {
    padding: 68px 0 80px;
  }
  .aboutStats .statsBackdrop {
    font-size: 72px;
    line-height: 76px;
    letter-spacing: -2px;
    white-space: normal;
  }
  .aboutStats .statsGrid {
    grid-template-columns: minmax(0, 1fr);
  }
  .aboutStats .statsItem {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #fff;
    padding: 40px 120px 40px 0;
  }
  .aboutStats .statsItem:nth-child(2), .aboutStats .statsItem:nth-child(3) {
    padding-left: 0;
  }
  .aboutStats .statsItem:last-child {
    border-bottom: 0;
  }
  .aboutStats .statsValue {
    font-size: 36px;
  }
  .aboutStats .statsText {
    max-width: 560px;
    font-size: 18px;
    line-height: 26px;
  }
  .aboutApproach {
    padding: 96px 0 120px;
  }
  .aboutApproach > .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .aboutApproach .sectionTitle {
    margin-top: 56px;
    max-width: 520px;
    font-size: 38px;
    line-height: 48px;
    letter-spacing: -1.1px;
  }
  .aboutApproach .sectionText {
    margin-top: 32px;
    max-width: none;
    font-size: 20px;
    line-height: 30px;
  }
  .aboutVision {
    padding-bottom: 120px;
  }
  .aboutVision > .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .aboutVision .visionBackdrop {
    margin-bottom: -24px;
    font-size: 80px;
    line-height: 84px;
    letter-spacing: -2.2px;
    white-space: normal;
  }
  .aboutVision .visionLayout {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-top: 48px;
  }
  .aboutVision .visionVisual {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    width: min(520px, 48vw);
    max-width: 100%;
    margin: 0 auto;
  }
  .aboutVision .visionVisual img {
    width: 100%;
    height: 100%;
  }
  .aboutVision .visionCards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    margin-left: 0;
    gap: 16px;
  }
  .aboutVision .visionCard {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    padding: 0;
    overflow: visible;
    box-sizing: border-box;
  }
  .aboutVision .visionCard:nth-child(1), .aboutVision .visionCard:nth-child(2) {
    grid-column: auto;
  }
  .aboutVision .visionCard::before {
    display: none;
  }
  .aboutVision .cardTitle {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 36px 32px 0;
    box-sizing: border-box;
    background: #ededed;
    box-shadow: inset -15px -19px 84px 0 #e3ffe2;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.45px;
  }
  .aboutVision .cardLine {
    position: relative;
    left: auto;
    top: auto;
    z-index: 1;
    display: block;
    align-self: stretch;
    width: auto;
    max-width: none;
    height: 8px;
    margin: 0;
    padding: 22px 32px 26px;
    box-sizing: content-box;
    background: #ededed;
    box-shadow: inset -15px -19px 84px 0 #e3ffe2;
  }
  .aboutVision .cardLine::after {
    content: "";
    position: absolute;
    left: 32px;
    top: 22px;
    width: 115px;
    height: 8px;
    background: #14ff09;
    box-shadow: 0 0 64px 0 #14ff09;
  }
  .aboutVision .cardText {
    position: relative;
    left: auto;
    top: auto;
    z-index: 1;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 28px 32px 32px;
    box-sizing: border-box;
    background: #fff;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: -0.35px;
  }
  .aboutQuote .quoteText {
    max-width: 780px;
    font-size: 28px;
    line-height: 36px;
  }
  .aboutQuote .quoteMark {
    width: 220px;
  }
  .sampleCta .sampleCtaInner {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
    padding: 48px 40px;
    gap: 28px;
  }
  .sampleCta .sampleCtaCopy {
    padding-top: 0;
    padding-bottom: 0;
  }
  .sampleCta .sampleCtaTitle {
    margin-bottom: 20px;
    max-width: none;
    font-size: 36px;
    line-height: 44px;
  }
  .sampleCta .sampleCtaText {
    max-width: 640px;
    font-size: 18px;
    line-height: 26px;
  }
  .sampleCta .sampleCtaVisual {
    width: 100%;
    max-width: 400px;
    height: 300px;
    justify-self: center;
  }
  .sampleCta .arrowLink {
    justify-self: start;
    margin-top: 0;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .aboutHero > .container {
    padding-left: 60px;
    padding-right: 60px;
  }
  .aboutHero .heroTitle {
    max-width: 1100px;
    font-size: 40px;
    line-height: 52px;
    letter-spacing: -1.15px;
  }
  .aboutHero .heroGallery {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.2fr) minmax(0, 2fr) minmax(0, 2fr);
    width: 100%;
    gap: 20px;
    margin-top: 72px;
  }
  .aboutHero .galleryItem {
    height: 240px;
  }
  .aboutTimeline > .container,
  .techPageProcess > .container {
    padding-left: 60px;
    padding-right: 60px;
  }
  .aboutTimeline .timelineLayout,
  .techPageProcess .timelineLayout {
    grid-template-columns: 200px minmax(0, 1fr);
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  .aboutTimeline .sectionTitle,
  .techPageProcess .sectionTitle {
    font-size: 30px;
    line-height: 48px;
  }
  .aboutTimeline .timelineItem,
  .techPageProcess .timelineItem {
    min-height: 220px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .aboutTimeline .timelineItem::before,
  .techPageProcess .timelineItem::before {
    height: 180px;
  }
  .aboutTimeline .timelineItem:last-child,
  .techPageProcess .timelineItem:last-child {
    min-height: 0;
  }
  .aboutTimeline .itemText,
  .techPageProcess .itemText {
    max-width: 700px;
    font-size: 18px;
    line-height: 26px;
  }
  .aboutStats .statsBackdrop {
    font-size: 88px;
    line-height: 72px;
    letter-spacing: -2.4px;
  }
  .aboutStats .statsItem {
    min-height: 300px;
    padding: 48px 32px 36px 0;
  }
  .aboutStats .statsItem:nth-child(2), .aboutStats .statsItem:nth-child(3) {
    padding-left: 48px;
  }
  .aboutStats .statsValue {
    font-size: 34px;
  }
  .aboutStats .statsText {
    max-width: 360px;
    font-size: 17px;
    line-height: 24px;
  }
  .aboutStats .statsIcon {
    width: 88px;
    height: 88px;
  }
  .aboutApproach > .container {
    padding-left: 60px;
    padding-right: 60px;
  }
  .aboutApproach .sectionTitle {
    margin-top: 64px;
    font-size: 42px;
    line-height: 52px;
  }
  .aboutApproach .sectionText {
    font-size: 22px;
    line-height: 32px;
  }
  .aboutVision > .container {
    padding-left: 60px;
    padding-right: 60px;
  }
  .aboutVision .visionBackdrop {
    margin-bottom: -32px;
    font-size: 120px;
    line-height: 90px;
    letter-spacing: -3.2px;
  }
  .aboutVision .visionVisual {
    left: -20px;
    width: 480px;
    max-width: 42%;
    bottom: -20px;
  }
  .aboutVision .visionVisual img {
    width: 100%;
  }
  .aboutVision .visionCards {
    grid-template-columns: repeat(2, minmax(0, 280px));
    width: auto;
    margin-left: 220px;
    gap: 16px;
  }
  .aboutVision .visionCard {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    padding: 0;
    overflow: visible;
    box-sizing: border-box;
  }
  .aboutVision .visionCard:nth-child(1), .aboutVision .visionCard:nth-child(2) {
    grid-column: auto;
  }
  .aboutVision .visionCard::before {
    display: none;
  }
  .aboutVision .cardTitle {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 40px 36px 0;
    box-sizing: border-box;
    background: #ededed;
    box-shadow: inset -15px -19px 84px 0 #e3ffe2;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.45px;
  }
  .aboutVision .cardLine {
    position: relative;
    left: auto;
    top: auto;
    z-index: 1;
    display: block;
    align-self: stretch;
    width: auto;
    max-width: none;
    height: 8px;
    margin: 0;
    padding: 24px 36px 28px;
    box-sizing: content-box;
    background: #ededed;
    box-shadow: inset -15px -19px 84px 0 #e3ffe2;
  }
  .aboutVision .cardLine::after {
    content: "";
    position: absolute;
    left: 36px;
    top: 24px;
    width: 115px;
    height: 8px;
    background: #14ff09;
    box-shadow: 0 0 64px 0 #14ff09;
  }
  .aboutVision .cardText {
    position: relative;
    left: auto;
    top: auto;
    z-index: 1;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 28px 36px 36px;
    box-sizing: border-box;
    background: #fff;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: -0.35px;
  }
  .sampleCta .sampleCtaInner {
    padding: 0 60px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1700px) {
  .aboutHero > .container {
    padding-left: 100px;
    padding-right: 100px;
  }
  .aboutHero .heroTitle {
    max-width: 1200px;
    font-size: 44px;
    line-height: 56px;
  }
  .aboutHero .heroGallery {
    grid-template-columns: minmax(0, 228fr) minmax(0, 228fr) minmax(0, 482fr) minmax(0, 482fr);
    width: 100%;
  }
  .aboutTimeline > .container {
    padding-left: 100px;
    padding-right: 100px;
  }
  .aboutTimeline .timelineLayout {
    -moz-column-gap: 160px;
         column-gap: 160px;
  }
  .aboutApproach > .container {
    padding-left: 100px;
    padding-right: 100px;
  }
  .aboutApproach .sectionTitle {
    margin-top: 72px;
    font-size: 46px;
    line-height: 58px;
  }
  .aboutApproach .sectionText {
    font-size: 24px;
    line-height: 34px;
  }
  .aboutVision > .container {
    padding-left: 100px;
    padding-right: 100px;
  }
  .aboutVision .visionBackdrop {
    font-size: 160px;
    line-height: 100px;
    letter-spacing: -4.4px;
  }
  .aboutVision .visionVisual {
    left: -30px;
    width: 560px;
    max-width: 46%;
  }
  .aboutVision .visionVisual img {
    width: 100%;
  }
  .aboutVision .visionCards {
    margin-left: 280px;
    grid-template-columns: repeat(3, minmax(0, 300px));
    gap: 18px;
  }
  .aboutVision .visionCard {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    padding: 0;
    overflow: visible;
    box-sizing: border-box;
  }
  .aboutVision .visionCard::before {
    display: none;
  }
  .aboutVision .cardTitle {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 40px 36px 0;
    box-sizing: border-box;
    background: #ededed;
    box-shadow: inset -15px -19px 84px 0 #e3ffe2;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.45px;
  }
  .aboutVision .cardLine {
    position: relative;
    left: auto;
    top: auto;
    z-index: 1;
    display: block;
    align-self: stretch;
    width: auto;
    max-width: none;
    height: 8px;
    margin: 0;
    padding: 24px 36px 28px;
    box-sizing: content-box;
    background: #ededed;
    box-shadow: inset -15px -19px 84px 0 #e3ffe2;
  }
  .aboutVision .cardLine::after {
    content: "";
    position: absolute;
    left: 36px;
    top: 24px;
    width: 115px;
    height: 8px;
    background: #14ff09;
    box-shadow: 0 0 64px 0 #14ff09;
  }
  .aboutVision .cardText {
    position: relative;
    left: auto;
    top: auto;
    z-index: 1;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 28px 36px 36px;
    box-sizing: border-box;
    background: #fff;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: -0.35px;
  }
  .aboutVision .visionCard:nth-child(1) {
    grid-column: 2;
  }
  .aboutVision .visionCard:nth-child(2) {
    grid-column: 3;
  }
  .sampleCta .sampleCtaInner {
    padding: 0 100px;
  }
}
@media screen and (max-width: 576px) {
  .technologiesPage .pageTag {
    margin-bottom: 24px;
  }
  .techPageHero > .container {
    padding: 100px 20px 40px;
    min-height: 0;
  }
  .techPageHero .heroLayout {
    position: relative;
    z-index: 2;
  }
  .techPageHero .heroContent {
    position: relative;
    z-index: 2;
    flex: none;
    width: 100%;
    max-width: none;
  }
  .techPageHero .pageTag {
    margin-bottom: 28px;
  }
  .techPageHero .heroText {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.5px;
  }
  .techPageHero .heroVisual {
    display: none;
  }
  .techPageSpecs {
    padding: 56px 0 64px;
  }
  .techPageSpecs > .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .techPageSpecs .pageTag {
    margin-bottom: 28px;
  }
  .techPageSpecs .specsTable {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .techPageSpecs .specsRow {
    grid-template-columns: repeat(4, minmax(140px, 1fr));
    min-width: 640px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .techPageSpecs .specsCell {
    padding: 16px 0 18px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.35px;
  }
  .techPageLayers {
    flex-direction: column;
  }
  .techPageLayers .layersVisualCol {
    flex: none;
    width: 100%;
    max-width: none;
  }
  .techPageLayers .layersVisualCol .pageTag {
    position: relative;
    left: auto;
    top: auto;
    margin: 32px 20px 20px;
  }
  .techPageLayers .layerArrowBtn {
    left: 20px;
    top: auto;
    bottom: 24px;
    width: 40px;
    height: 40px;
  }
  .techPageLayers .layerArrowBtn img {
    width: 40px;
    height: 40px;
  }
  .techPageLayers .layersVisual {
    min-height: 280px;
    aspect-ratio: 1330/1047;
    height: auto;
  }
  .techPageLayers .layersContent {
    width: 100%;
  }
  .techPageLayers .layerItem {
    height: auto;
    min-height: 0;
    padding: 28px 20px 24px;
  }
  .techPageLayers .layerTitle {
    max-width: none;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.45px;
  }
  .techPageLayers .layerText {
    max-width: none;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.35px;
  }
  .techPageLayers .layerIndex {
    margin-top: 24px;
    line-height: 1.2;
  }
  .techPageLayers .layerLine {
    left: 20px;
    width: 100px;
  }
  .techPageProcess {
    padding: 64px 0 72px;
  }
  .techPageProcess > .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .techPageProcess .processTitle {
    max-width: none;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.6px;
  }
  .techPageGallery {
    padding: 48px 0 20px;
  }
  .techPageGallery .pageTag {
    margin-left: 0;
    margin-bottom: 28px;
  }
  .techPageGallery .modelGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .techPageGallery .modelCard {
    height: 180px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .technologiesPage .pageTag {
    margin-bottom: 28px;
  }
  .techPageHero > .container {
    padding: 110px 28px 48px;
    min-height: 280px;
  }
  .techPageHero .heroLayout {
    position: relative;
    z-index: 2;
  }
  .techPageHero .heroContent {
    position: relative;
    z-index: 2;
    flex: 0 1 100%;
    max-width: 480px;
  }
  .techPageHero .pageTag {
    margin-bottom: 36px;
  }
  .techPageHero .heroText {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.55px;
  }
  .techPageHero .heroVisual {
    opacity: 0.45;
    max-width: 70%;
    pointer-events: none;
  }
  .techPageSpecs {
    padding: 64px 0 80px;
  }
  .techPageSpecs > .container {
    padding-left: 28px;
    padding-right: 28px;
  }
  .techPageSpecs .pageTag {
    margin-bottom: 36px;
  }
  .techPageSpecs .specsTable {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .techPageSpecs .specsRow {
    grid-template-columns: repeat(4, minmax(150px, 1fr));
    min-width: 680px;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
  .techPageSpecs .specsCell {
    padding: 18px 0 22px;
    font-size: 15px;
    line-height: 24px;
  }
  .techPageLayers {
    flex-direction: column;
  }
  .techPageLayers .layersVisualCol {
    flex: none;
    width: 100%;
    max-width: none;
  }
  .techPageLayers .layersVisualCol .pageTag {
    position: relative;
    left: auto;
    top: auto;
    margin: 40px 28px 24px;
  }
  .techPageLayers .layerArrowBtn {
    left: 28px;
    top: auto;
    bottom: 28px;
  }
  .techPageLayers .layersVisual {
    min-height: 340px;
    aspect-ratio: 1330/1047;
    height: auto;
  }
  .techPageLayers .layerItem {
    height: auto;
    min-height: 0;
    padding: 32px 28px 28px;
  }
  .techPageLayers .layerTitle {
    max-width: none;
    font-size: 20px;
    line-height: 26px;
  }
  .techPageLayers .layerText {
    max-width: none;
    font-size: 16px;
    line-height: 24px;
  }
  .techPageLayers .layerIndex {
    margin-top: 28px;
    line-height: 1.2;
  }
  .techPageLayers .layerLine {
    left: 28px;
  }
  .techPageProcess {
    padding: 72px 0 80px;
  }
  .techPageProcess > .container {
    padding-left: 28px;
    padding-right: 28px;
  }
  .techPageProcess .processTitle {
    max-width: none;
    font-size: 26px;
    line-height: 34px;
  }
  .techPageGallery {
    padding: 56px 0 20px;
  }
  .techPageGallery .pageTag {
    margin-left: 0;
    margin-bottom: 32px;
  }
  .techPageGallery .modelGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .techPageGallery .modelCard {
    height: 220px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .techPageHero > .container {
    padding: 120px 36px 56px;
    min-height: 300px;
  }
  .techPageHero .heroLayout {
    position: relative;
    z-index: 2;
  }
  .techPageHero .heroContent {
    position: relative;
    z-index: 2;
    max-width: 520px;
  }
  .techPageHero .pageTag {
    margin-bottom: 48px;
  }
  .techPageHero .heroText {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.65px;
  }
  .techPageHero .heroVisual {
    opacity: 0.45;
    max-width: 68%;
    pointer-events: none;
  }
  .techPageSpecs {
    padding: 72px 0 96px;
  }
  .techPageSpecs > .container {
    padding-left: 36px;
    padding-right: 36px;
  }
  .techPageSpecs .pageTag {
    margin-bottom: 48px;
  }
  .techPageSpecs .specsTable {
    overflow-x: auto;
  }
  .techPageSpecs .specsRow {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    -moz-column-gap: 20px;
         column-gap: 20px;
    min-width: 0;
  }
  .techPageSpecs .specsCell {
    padding: 20px 0 24px;
    font-size: 15px;
    line-height: 24px;
  }
  .techPageLayers {
    flex-direction: column;
  }
  .techPageLayers .layersVisualCol {
    flex: none;
    width: 100%;
    max-width: none;
  }
  .techPageLayers .layersVisualCol .pageTag {
    position: relative;
    left: auto;
    top: auto;
    margin: 48px 36px 28px;
  }
  .techPageLayers .layerArrowBtn {
    left: 36px;
    top: 42%;
  }
  .techPageLayers .layersVisual {
    min-height: 420px;
    aspect-ratio: 1330/1047;
    height: auto;
  }
  .techPageLayers .layerItem {
    height: auto;
    min-height: 0;
    padding: 36px 32px 32px;
  }
  .techPageLayers .layerTitle {
    max-width: none;
    font-size: 22px;
    line-height: 28px;
  }
  .techPageLayers .layerText {
    max-width: none;
    font-size: 16px;
    line-height: 24px;
  }
  .techPageLayers .layerIndex {
    margin-top: 28px;
    line-height: 1.2;
  }
  .techPageProcess {
    padding: 80px 0 88px;
  }
  .techPageProcess > .container {
    padding-left: 36px;
    padding-right: 36px;
  }
  .techPageProcess .processTitle {
    max-width: none;
    font-size: 28px;
    line-height: 36px;
  }
  .techPageGallery {
    padding: 64px 0 24px;
  }
  .techPageGallery .pageTag {
    margin-left: 0;
    margin-bottom: 36px;
  }
  .techPageGallery .modelGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }
  .techPageGallery .modelCard {
    height: 240px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .techPageHero > .container {
    padding: 130px 40px 64px;
    min-height: 320px;
  }
  .techPageHero .heroLayout {
    position: relative;
    z-index: 2;
  }
  .techPageHero .heroContent {
    position: relative;
    z-index: 2;
    max-width: 560px;
  }
  .techPageHero .pageTag {
    margin-bottom: 56px;
  }
  .techPageHero .heroText {
    font-size: 26px;
    line-height: 34px;
    letter-spacing: -0.7px;
  }
  .techPageHero .heroVisual {
    opacity: 0.45;
    max-width: 640px;
    pointer-events: none;
  }
  .techPageSpecs {
    padding: 80px 0 120px;
  }
  .techPageSpecs > .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .techPageSpecs .pageTag {
    margin-bottom: 56px;
  }
  .techPageSpecs .specsRow {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .techPageSpecs .specsCell {
    padding: 22px 0 28px;
    font-size: 16px;
    line-height: 28px;
  }
  .techPageLayers {
    flex-direction: column;
  }
  .techPageLayers .layersVisualCol {
    flex: none;
    width: 100%;
    max-width: none;
  }
  .techPageLayers .layersVisualCol .pageTag {
    position: relative;
    left: auto;
    top: auto;
    margin: 56px 40px 32px;
  }
  .techPageLayers .layerArrowBtn {
    left: 40px;
    top: 40%;
  }
  .techPageLayers .layersVisual {
    min-height: 480px;
    aspect-ratio: 1330/1047;
    height: auto;
  }
  .techPageLayers .layerItem {
    height: auto;
    min-height: 0;
    padding: 40px 36px 32px;
  }
  .techPageLayers .layerTitle {
    max-width: none;
    font-size: 22px;
    line-height: 30px;
  }
  .techPageLayers .layerText {
    max-width: none;
    font-size: 17px;
    line-height: 24px;
  }
  .techPageLayers .layerIndex {
    margin-top: 32px;
    line-height: 1.2;
  }
  .techPageProcess {
    padding: 96px 0 96px;
  }
  .techPageProcess > .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .techPageProcess .processTitle {
    max-width: none;
    font-size: 30px;
    line-height: 38px;
  }
  .techPageGallery {
    padding: 72px 0 24px;
  }
  .techPageGallery .pageTag {
    margin-left: 0;
    margin-bottom: 40px;
  }
  .techPageGallery .modelGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }
  .techPageGallery .modelCard {
    height: 280px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .techPageHero > .container {
    padding: 140px 60px 100px;
    min-height: 340px;
  }
  .techPageHero .heroContent {
    position: relative;
    z-index: 2;
    flex: 0 1 560px;
    max-width: 560px;
  }
  .techPageHero .pageTag {
    margin-bottom: 72px;
  }
  .techPageHero .heroText {
    font-size: 28px;
    line-height: 36px;
  }
  .techPageHero .heroVisual {
    max-width: 620px;
  }
  .techPageSpecs {
    padding: 96px 0 160px;
  }
  .techPageSpecs > .container {
    padding-left: 60px;
    padding-right: 60px;
  }
  .techPageSpecs .pageTag {
    margin-bottom: 64px;
  }
  .techPageSpecs .specsRow {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .techPageSpecs .specsCell {
    font-size: 17px;
    line-height: 30px;
    padding: 24px 0 30px;
  }
  .techPageLayers .layersVisualCol {
    flex: 0 0 58%;
    max-width: 58%;
  }
  .techPageLayers .layersVisualCol .pageTag {
    left: 60px;
    top: 64px;
  }
  .techPageLayers .layerArrowBtn {
    left: 60px;
  }
  .techPageLayers .layersVisual {
    min-height: 720px;
  }
  .techPageLayers .layerItem {
    height: auto;
    min-height: 280px;
    padding: 44px 40px 36px;
  }
  .techPageLayers .layerTitle {
    font-size: 22px;
    line-height: 30px;
  }
  .techPageLayers .layerText {
    font-size: 16px;
    line-height: 24px;
  }
  .techPageLayers .layerIndex {
    margin-top: 28px;
    line-height: 1.2;
  }
  .techPageProcess > .container {
    padding-left: 60px;
    padding-right: 60px;
  }
  .techPageProcess .timelineLayout {
    grid-template-columns: 280px minmax(0, 1fr);
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  .techPageProcess .processTitle {
    max-width: none;
    font-size: 32px;
    line-height: 40px;
  }
  .techPageGallery .pageTag {
    margin-left: 40px;
  }
  .techPageGallery .modelGrid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
  }
  .techPageGallery .modelCard {
    height: 300px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1700px) {
  .techPageHero > .container {
    padding: 140px 80px 120px;
  }
  .techPageHero .heroContent {
    max-width: 640px;
  }
  .techPageHero .heroVisual {
    max-width: 720px;
  }
  .techPageSpecs {
    padding: 100px 0 200px;
  }
  .techPageSpecs > .container {
    padding-left: 100px;
    padding-right: 100px;
  }
  .techPageSpecs .pageTag {
    margin-bottom: 72px;
  }
  .techPageSpecs .specsRow {
    -moz-column-gap: 28px;
         column-gap: 28px;
  }
  .techPageSpecs .specsCell {
    font-size: 18px;
    line-height: 34px;
  }
  .techPageLayers .layersVisualCol {
    flex: 0 0 900px;
    max-width: 62%;
  }
  .techPageLayers .layersVisualCol .pageTag {
    left: 100px;
  }
  .techPageLayers .layerArrowBtn {
    left: 100px;
  }
  .techPageLayers .layersVisual {
    min-height: 860px;
  }
  .techPageLayers .layerItem {
    height: auto;
    min-height: 300px;
    padding: 48px 44px;
  }
  .techPageProcess > .container {
    padding-left: 100px;
    padding-right: 100px;
  }
  .techPageProcess .timelineLayout {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
  .techPageProcess .processTitle {
    font-size: 34px;
    line-height: 42px;
  }
  .techPageGallery .pageTag {
    margin-left: 80px;
  }
}
@media screen and (max-width: 576px) {
  .techOverviewPage .pageHero {
    padding-bottom: 40px;
  }
  .techOverviewPage .pageHero > .container {
    min-height: 0;
    padding-top: 16px;
  }
  .techOverviewPage .pageHero .title {
    max-width: none;
    gap: 24px;
  }
  .techOverviewPage .pageHero .pageTag {
    margin-bottom: 16px;
  }
  .techOverviewPage .pageHero .heroTitle {
    max-width: none;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.55px;
  }
  .techOverviewPage .techOverviewGrid {
    padding-bottom: 56px;
  }
  .techOverviewPage .techOverviewGrid > .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .techOverviewPage .techOverviewGrid .techCards {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }
  .techOverviewPage .techOverviewGrid .techCard {
    min-height: 0;
    height: auto;
    padding: 28px 20px 0;
    gap: 14px;
  }
  .techOverviewPage .techOverviewGrid .cardCopy {
    max-width: none;
    flex: 1 1 auto;
  }
  .techOverviewPage .techOverviewGrid .cardTitle {
    max-width: none;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.45px;
  }
  .techOverviewPage .techOverviewGrid .cardText {
    max-width: none;
    margin-top: 20px;
    padding-bottom: 24px;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.35px;
  }
  .techOverviewPage .techOverviewGrid .cardNum {
    line-height: 48px;
    font-size: 18px;
  }
  .techOverviewPage .techOverviewGrid .cardVisual {
    width: 64px;
    height: 160px;
    flex-shrink: 0;
  }
  .techOverviewPage .techOverviewGrid .cardVisual img {
    width: 100%;
    height: 100%;
  }
  .techOverviewPage .techOverviewGrid .cardVisual.isRotate {
    width: 88px;
    height: 116px;
  }
  .techOverviewPage .techOverviewGrid .cardVisual.isWide {
    width: 100px;
    height: 92px;
  }
  .techOverviewPage .techOverviewGrid .techCard:nth-child(6) .cardTitle,
  .techOverviewPage .techOverviewGrid .techCard:nth-child(6) .cardText {
    max-width: none;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .techOverviewPage .pageHero {
    padding-bottom: 48px;
  }
  .techOverviewPage .pageHero > .container {
    min-height: 0;
  }
  .techOverviewPage .pageHero .title {
    max-width: none;
    gap: 28px;
  }
  .techOverviewPage .pageHero .pageTag {
    margin-bottom: 18px;
  }
  .techOverviewPage .pageHero .heroTitle {
    max-width: none;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.6px;
  }
  .techOverviewPage .techOverviewGrid {
    padding-bottom: 64px;
  }
  .techOverviewPage .techOverviewGrid > .container {
    padding-left: 28px;
    padding-right: 28px;
  }
  .techOverviewPage .techOverviewGrid .techCards {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }
  .techOverviewPage .techOverviewGrid .techCard {
    min-height: 0;
    height: auto;
    padding: 36px 28px 0;
    gap: 18px;
  }
  .techOverviewPage .techOverviewGrid .cardCopy {
    max-width: none;
  }
  .techOverviewPage .techOverviewGrid .cardTitle {
    max-width: none;
    font-size: 20px;
    line-height: 28px;
  }
  .techOverviewPage .techOverviewGrid .cardText {
    max-width: none;
    margin-top: 28px;
    padding-bottom: 28px;
    font-size: 16px;
    line-height: 24px;
  }
  .techOverviewPage .techOverviewGrid .cardNum {
    line-height: 56px;
  }
  .techOverviewPage .techOverviewGrid .cardVisual {
    width: 80px;
    height: 200px;
  }
  .techOverviewPage .techOverviewGrid .cardVisual img {
    width: 100%;
    height: 100%;
  }
  .techOverviewPage .techOverviewGrid .cardVisual.isRotate {
    width: 120px;
    height: 156px;
  }
  .techOverviewPage .techOverviewGrid .cardVisual.isWide {
    width: 150px;
    height: 138px;
  }
  .techOverviewPage .techOverviewGrid .techCard:nth-child(6) .cardTitle,
  .techOverviewPage .techOverviewGrid .techCard:nth-child(6) .cardText {
    max-width: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .techOverviewPage .pageHero {
    padding-bottom: 52px;
  }
  .techOverviewPage .pageHero > .container {
    min-height: 300px;
  }
  .techOverviewPage .pageHero .title {
    gap: 32px;
  }
  .techOverviewPage .pageHero .heroTitle {
    max-width: 420px;
    font-size: 26px;
    line-height: 34px;
    letter-spacing: -0.7px;
  }
  .techOverviewPage .techOverviewGrid {
    padding-bottom: 72px;
  }
  .techOverviewPage .techOverviewGrid > .container {
    padding-left: 36px;
    padding-right: 36px;
  }
  .techOverviewPage .techOverviewGrid .techCards {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }
  .techOverviewPage .techOverviewGrid .techCard {
    min-height: 260px;
    height: auto;
    padding: 40px 32px 0;
    gap: 20px;
  }
  .techOverviewPage .techOverviewGrid .cardCopy {
    max-width: 60%;
  }
  .techOverviewPage .techOverviewGrid .cardTitle {
    max-width: none;
    font-size: 22px;
    line-height: 30px;
  }
  .techOverviewPage .techOverviewGrid .cardText {
    max-width: none;
    margin-top: 36px;
    padding-bottom: 32px;
    font-size: 16px;
    line-height: 24px;
  }
  .techOverviewPage .techOverviewGrid .cardVisual {
    width: 96px;
    height: 240px;
  }
  .techOverviewPage .techOverviewGrid .cardVisual img {
    width: 100%;
    height: 100%;
  }
  .techOverviewPage .techOverviewGrid .cardVisual.isRotate {
    width: 140px;
    height: 184px;
  }
  .techOverviewPage .techOverviewGrid .cardVisual.isWide {
    width: 180px;
    height: 166px;
  }
  .techOverviewPage .techOverviewGrid .techCard:nth-child(6) .cardTitle,
  .techOverviewPage .techOverviewGrid .techCard:nth-child(6) .cardText {
    max-width: none;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .techOverviewPage .pageHero {
    padding-bottom: 56px;
  }
  .techOverviewPage .pageHero > .container {
    min-height: 320px;
  }
  .techOverviewPage .pageHero .heroTitle {
    max-width: 400px;
    font-size: 28px;
    line-height: 36px;
  }
  .techOverviewPage .techOverviewGrid {
    padding-bottom: 80px;
  }
  .techOverviewPage .techOverviewGrid > .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .techOverviewPage .techOverviewGrid .techCards {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }
  .techOverviewPage .techOverviewGrid .techCard {
    min-height: 280px;
    height: auto;
    padding: 44px 36px 0;
    gap: 20px;
  }
  .techOverviewPage .techOverviewGrid .cardCopy {
    max-width: 62%;
  }
  .techOverviewPage .techOverviewGrid .cardTitle {
    max-width: none;
    font-size: 24px;
    line-height: 34px;
  }
  .techOverviewPage .techOverviewGrid .cardText {
    max-width: none;
    margin-top: 40px;
    padding-bottom: 32px;
    font-size: 17px;
    line-height: 24px;
  }
  .techOverviewPage .techOverviewGrid .cardVisual {
    width: 104px;
    height: 250px;
  }
  .techOverviewPage .techOverviewGrid .cardVisual img {
    width: 100%;
    height: 100%;
  }
  .techOverviewPage .techOverviewGrid .cardVisual.isRotate {
    width: 150px;
    height: 196px;
  }
  .techOverviewPage .techOverviewGrid .cardVisual.isWide {
    width: 190px;
    height: 176px;
  }
  .techOverviewPage .techOverviewGrid .techCard:nth-child(6) .cardTitle,
  .techOverviewPage .techOverviewGrid .techCard:nth-child(6) .cardText {
    max-width: none;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .techOverviewPage .pageHero .heroTitle {
    max-width: 420px;
  }
  .techOverviewPage .techOverviewGrid {
    padding-bottom: 88px;
  }
  .techOverviewPage .techOverviewGrid > .container {
    padding-left: 60px;
    padding-right: 60px;
  }
  .techOverviewPage .techOverviewGrid .techCards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .techOverviewPage .techOverviewGrid .techCard {
    min-height: 300px;
    padding: 48px 40px 0;
    gap: 20px;
  }
  .techOverviewPage .techOverviewGrid .cardCopy {
    max-width: 280px;
  }
  .techOverviewPage .techOverviewGrid .cardTitle {
    font-size: 22px;
    line-height: 32px;
  }
  .techOverviewPage .techOverviewGrid .cardText {
    margin-top: 40px;
    max-width: none;
    padding-bottom: 32px;
    font-size: 16px;
    line-height: 22px;
  }
  .techOverviewPage .techOverviewGrid .cardVisual {
    width: 100px;
    height: 260px;
  }
  .techOverviewPage .techOverviewGrid .cardVisual img {
    width: 100%;
    height: 100%;
  }
  .techOverviewPage .techOverviewGrid .cardVisual.isRotate {
    width: 150px;
    height: 196px;
  }
  .techOverviewPage .techOverviewGrid .cardVisual.isWide {
    width: 190px;
    height: 176px;
  }
  .techOverviewPage .techOverviewGrid .techCard:nth-child(6) .cardTitle {
    max-width: none;
    line-height: 30px;
  }
  .techOverviewPage .techOverviewGrid .techCard:nth-child(6) .cardText {
    max-width: none;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1700px) {
  .techOverviewPage .pageHero > .container,
  .techOverviewPage .techOverviewGrid > .container {
    padding-left: 100px;
    padding-right: 100px;
  }
  .techOverviewPage .techOverviewGrid .techCards {
    gap: 18px;
  }
  .techOverviewPage .techOverviewGrid .techCard {
    min-height: 320px;
    padding: 52px 48px 0;
  }
  .techOverviewPage .techOverviewGrid .cardTitle {
    font-size: 24px;
    line-height: 36px;
  }
  .techOverviewPage .techOverviewGrid .cardText {
    margin-top: 48px;
    font-size: 17px;
    line-height: 22px;
  }
  .techOverviewPage .techOverviewGrid .cardVisual {
    width: 112px;
    height: 290px;
  }
  .techOverviewPage .techOverviewGrid .cardVisual img {
    width: 100%;
    height: 100%;
  }
  .techOverviewPage .techOverviewGrid .cardVisual.isRotate {
    width: 180px;
    height: 236px;
  }
  .techOverviewPage .techOverviewGrid .cardVisual.isWide {
    width: 230px;
    height: 212px;
  }
}
@media screen and (max-width: 576px) {
  .sectorsPage .pageTag.tag2 {
    margin-bottom: 36px;
  }
  .sectorsPage .pageHero {
    padding-bottom: 40px;
    margin-bottom: 48px;
  }
  .sectorsPage .pageHero > .container {
    min-height: 0;
    padding-top: 16px;
  }
  .sectorsPage .pageHero .title {
    max-width: none;
    gap: 24px;
  }
  .sectorsPage .pageHero .pageTag {
    margin-bottom: 20px;
  }
  .sectorsPage .pageHero .heroTitle {
    max-width: none;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.5px;
  }
  .sectorsPage .pageHero .heroSubtitle {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.4px;
  }
  .sectorsPage .sectorPageDetail > .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sectorsPage .sectorPageDetail .sectorTabs {
    grid-template-columns: minmax(0, 1fr);
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 0;
    margin-bottom: 8px;
  }
  .sectorsPage .sectorPageDetail .sectorTab button {
    padding-bottom: 14px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.4px;
    white-space: normal;
  }
  .sectorsPage .sectorPageDetail .sectorVisual {
    max-width: none;
    height: auto;
    aspect-ratio: 1302/659;
    padding-bottom: 20px;
  }
  .sectorsPage .sectorPageDetail .sectorFeatures .container {
    grid-template-columns: minmax(0, 1fr);
    padding-left: 20px;
    padding-right: 20px;
  }
  .sectorsPage .sectorPageDetail .featureCol {
    padding: 36px 0;
    border-right: 0;
    border-bottom: 1px solid #bdbdbd;
  }
  .sectorsPage .sectorPageDetail .featureCol:nth-child(2), .sectorsPage .sectorPageDetail .featureCol:last-child {
    padding-left: 0;
    padding-right: 0;
  }
  .sectorsPage .sectorPageDetail .featureCol:last-child {
    border-bottom: 0;
  }
  .sectorsPage .sectorPageDetail .featureIcon {
    margin-bottom: 28px;
  }
  .sectorsPage .sectorPageDetail .featureLabel {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 20px;
  }
  .sectorsPage .sectorPageDetail .featureText {
    max-width: none;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.35px;
  }
  .sectorsPage .sectorPageCert {
    padding: 48px 0 0;
  }
  .sectorsPage .sectorPageCert > .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sectorsPage .sectorPageCert .certText {
    max-width: none;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.5px;
  }
  .sectorsPage .techPageGallery {
    padding-top: 56px;
  }
  .sectorsPage .techPageGallery .pageTag {
    margin-left: 0;
    margin-bottom: 28px;
  }
  .sectorsPage .techPageGallery .modelGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .sectorsPage .techPageGallery .modelCard {
    height: 200px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .sectorsPage .pageTag.tag2 {
    margin-bottom: 48px;
  }
  .sectorsPage .pageHero {
    padding-bottom: 48px;
    margin-bottom: 56px;
  }
  .sectorsPage .pageHero > .container {
    min-height: 0;
  }
  .sectorsPage .pageHero .title {
    max-width: none;
    gap: 28px;
  }
  .sectorsPage .pageHero .pageTag {
    margin-bottom: 28px;
  }
  .sectorsPage .pageHero .heroTitle {
    max-width: none;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.55px;
  }
  .sectorsPage .pageHero .heroSubtitle {
    font-size: 17px;
    line-height: 28px;
  }
  .sectorsPage .sectorPageDetail > .container {
    padding-left: 28px;
    padding-right: 28px;
  }
  .sectorsPage .sectorPageDetail .sectorTabs {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 0;
  }
  .sectorsPage .sectorPageDetail .sectorTab button {
    padding-bottom: 14px;
    font-size: 17px;
    line-height: 26px;
    white-space: normal;
  }
  .sectorsPage .sectorPageDetail .sectorVisual {
    max-width: none;
    height: auto;
    aspect-ratio: 1302/659;
    padding-bottom: 24px;
  }
  .sectorsPage .sectorPageDetail .sectorFeatures .container {
    grid-template-columns: minmax(0, 1fr);
    padding-left: 28px;
    padding-right: 28px;
  }
  .sectorsPage .sectorPageDetail .featureCol {
    padding: 40px 0;
    border-right: 0;
    border-bottom: 1px solid #bdbdbd;
  }
  .sectorsPage .sectorPageDetail .featureCol:nth-child(2), .sectorsPage .sectorPageDetail .featureCol:last-child {
    padding-left: 0;
    padding-right: 0;
  }
  .sectorsPage .sectorPageDetail .featureCol:last-child {
    border-bottom: 0;
  }
  .sectorsPage .sectorPageDetail .featureIcon {
    margin-bottom: 32px;
  }
  .sectorsPage .sectorPageDetail .featureLabel {
    margin-bottom: 18px;
    font-size: 17px;
  }
  .sectorsPage .sectorPageDetail .featureText {
    max-width: none;
    font-size: 16px;
    line-height: 24px;
  }
  .sectorsPage .sectorPageCert {
    padding: 56px 0 0;
  }
  .sectorsPage .sectorPageCert > .container {
    padding-left: 28px;
    padding-right: 28px;
  }
  .sectorsPage .sectorPageCert .certText {
    max-width: none;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.65px;
  }
  .sectorsPage .techPageGallery .pageTag {
    margin-left: 0;
  }
  .sectorsPage .techPageGallery .modelGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .sectorsPage .techPageGallery .modelCard {
    height: 240px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .sectorsPage .pageTag.tag2 {
    margin-bottom: 64px;
  }
  .sectorsPage .pageHero {
    padding-bottom: 56px;
    margin-bottom: 64px;
  }
  .sectorsPage .pageHero > .container {
    min-height: 300px;
  }
  .sectorsPage .pageHero .title {
    max-width: 560px;
    gap: 32px;
  }
  .sectorsPage .pageHero .pageTag {
    margin-bottom: 32px;
  }
  .sectorsPage .pageHero .heroTitle {
    max-width: none;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.65px;
  }
  .sectorsPage .pageHero .heroSubtitle {
    font-size: 18px;
    line-height: 30px;
  }
  .sectorsPage .sectorPageDetail > .container {
    padding-left: 36px;
    padding-right: 36px;
  }
  .sectorsPage .sectorPageDetail .sectorTabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 4px;
  }
  .sectorsPage .sectorPageDetail .sectorTab button {
    padding-bottom: 16px;
    font-size: 17px;
    line-height: 26px;
    white-space: normal;
  }
  .sectorsPage .sectorPageDetail .sectorVisual {
    max-width: none;
    height: auto;
    aspect-ratio: 1302/659;
    max-height: 420px;
    padding-bottom: 24px;
  }
  .sectorsPage .sectorPageDetail .sectorFeatures .container {
    grid-template-columns: minmax(0, 1fr);
    padding-left: 36px;
    padding-right: 36px;
  }
  .sectorsPage .sectorPageDetail .featureCol {
    padding: 48px 0;
    border-right: 0;
    border-bottom: 1px solid #bdbdbd;
  }
  .sectorsPage .sectorPageDetail .featureCol:nth-child(2), .sectorsPage .sectorPageDetail .featureCol:last-child {
    padding-left: 0;
    padding-right: 0;
  }
  .sectorsPage .sectorPageDetail .featureCol:last-child {
    border-bottom: 0;
  }
  .sectorsPage .sectorPageDetail .featureIcon {
    margin-bottom: 36px;
  }
  .sectorsPage .sectorPageDetail .featureText {
    max-width: none;
    font-size: 17px;
    line-height: 26px;
  }
  .sectorsPage .sectorPageCert {
    padding: 64px 0 0;
  }
  .sectorsPage .sectorPageCert > .container {
    padding-left: 36px;
    padding-right: 36px;
  }
  .sectorsPage .sectorPageCert .certText {
    max-width: none;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: -0.8px;
  }
  .sectorsPage .techPageGallery .pageTag {
    margin-left: 0;
  }
  .sectorsPage .techPageGallery .modelGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }
  .sectorsPage .techPageGallery .modelCard {
    height: 260px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .sectorsPage .pageTag.tag2 {
    margin-bottom: 72px;
  }
  .sectorsPage .pageHero {
    padding-bottom: 64px;
    margin-bottom: 72px;
  }
  .sectorsPage .pageHero > .container {
    min-height: 340px;
  }
  .sectorsPage .pageHero .title {
    max-width: 640px;
    gap: 36px;
  }
  .sectorsPage .pageHero .heroTitle {
    max-width: none;
    font-size: 26px;
    line-height: 34px;
    letter-spacing: -0.7px;
  }
  .sectorsPage .pageHero .heroSubtitle {
    font-size: 18px;
    line-height: 32px;
  }
  .sectorsPage .sectorPageDetail > .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .sectorsPage .sectorPageDetail .sectorTabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 6px;
  }
  .sectorsPage .sectorPageDetail .sectorTab button {
    padding-bottom: 16px;
    font-size: 18px;
    line-height: 28px;
    white-space: normal;
  }
  .sectorsPage .sectorPageDetail .sectorVisual {
    max-width: none;
    height: auto;
    aspect-ratio: 1302/659;
    max-height: 480px;
    padding-bottom: 28px;
  }
  .sectorsPage .sectorPageDetail .sectorFeatures .container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-left: 40px;
    padding-right: 40px;
  }
  .sectorsPage .sectorPageDetail .featureCol {
    padding: 48px 28px 48px 0;
    border-right: 1px solid #bdbdbd;
  }
  .sectorsPage .sectorPageDetail .featureCol:nth-child(2) {
    padding-left: 28px;
    padding-right: 28px;
  }
  .sectorsPage .sectorPageDetail .featureCol:last-child {
    padding-left: 28px;
    padding-right: 0;
    border-right: 0;
  }
  .sectorsPage .sectorPageDetail .featureIcon {
    margin-bottom: 36px;
  }
  .sectorsPage .sectorPageDetail .featureText {
    max-width: none;
    font-size: 16px;
    line-height: 24px;
  }
  .sectorsPage .sectorPageCert {
    padding: 72px 0 0;
  }
  .sectorsPage .sectorPageCert > .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .sectorsPage .sectorPageCert .certText {
    max-width: none;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.9px;
  }
  .sectorsPage .techPageGallery .pageTag {
    margin-left: 0;
  }
  .sectorsPage .techPageGallery .modelGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }
  .sectorsPage .techPageGallery .modelCard {
    height: 300px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .sectorsPage .pageHero {
    margin-bottom: 72px;
  }
  .sectorsPage .pageHero .title {
    max-width: 680px;
  }
  .sectorsPage .pageHero .heroTitle {
    font-size: 28px;
    line-height: 36px;
  }
  .sectorsPage .sectorPageDetail > .container {
    padding-left: 60px;
    padding-right: 60px;
  }
  .sectorsPage .sectorPageDetail .sectorTabs {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .sectorsPage .sectorPageDetail .sectorTab button {
    font-size: 18px;
    line-height: 32px;
    white-space: normal;
  }
  .sectorsPage .sectorPageDetail .sectorVisual {
    height: auto;
    aspect-ratio: 1302/659;
    max-height: 520px;
  }
  .sectorsPage .sectorPageDetail .sectorFeatures .container {
    padding-left: 60px;
    padding-right: 60px;
  }
  .sectorsPage .sectorPageDetail .featureCol {
    padding: 56px 40px 56px 0;
  }
  .sectorsPage .sectorPageDetail .featureCol:nth-child(2) {
    padding-left: 40px;
    padding-right: 40px;
  }
  .sectorsPage .sectorPageDetail .featureCol:last-child {
    padding-left: 40px;
    padding-right: 0;
  }
  .sectorsPage .sectorPageDetail .featureText {
    max-width: none;
    font-size: 17px;
    line-height: 26px;
  }
  .sectorsPage .sectorPageCert > .container {
    padding-left: 60px;
    padding-right: 60px;
  }
  .sectorsPage .sectorPageCert .certText {
    max-width: none;
    font-size: 32px;
    line-height: 44px;
  }
  .sectorsPage .techPageGallery .pageTag {
    margin-left: 40px;
  }
  .sectorsPage .techPageGallery .modelGrid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
  }
  .sectorsPage .techPageGallery .modelCard {
    height: 320px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1700px) {
  .sectorsPage .pageHero > .container,
  .sectorsPage .sectorPageDetail > .container,
  .sectorsPage .sectorPageCert > .container {
    padding-left: 100px;
    padding-right: 100px;
  }
  .sectorsPage .sectorPageDetail .sectorTab button {
    font-size: 20px;
    line-height: 36px;
    white-space: normal;
  }
  .sectorsPage .sectorPageDetail .sectorVisual {
    height: 560px;
  }
  .sectorsPage .sectorPageDetail .sectorFeatures .container {
    padding-left: 100px;
    padding-right: 100px;
  }
  .sectorsPage .sectorPageDetail .featureCol {
    padding: 64px 56px 64px 0;
  }
  .sectorsPage .sectorPageDetail .featureCol:nth-child(2) {
    padding-left: 56px;
    padding-right: 56px;
  }
  .sectorsPage .sectorPageDetail .featureCol:last-child {
    padding-left: 56px;
    padding-right: 0;
  }
  .sectorsPage .sectorPageDetail .featureText {
    font-size: 18px;
    line-height: 26px;
  }
  .sectorsPage .sectorPageCert .certText {
    font-size: 36px;
    line-height: 48px;
  }
  .sectorsPage .techPageGallery .pageTag {
    margin-left: 80px;
  }
}
@media screen and (max-width: 576px) {
  .sustainabilityPage .pageHero {
    padding-bottom: 40px;
  }
  .sustainabilityPage .pageHero > .container {
    min-height: 0;
    padding-top: 16px;
  }
  .sustainabilityPage .pageHero .title {
    max-width: none;
    gap: 28px;
  }
  .sustainabilityPage .pageHero .pageTag {
    margin-bottom: 8px;
  }
  .sustainabilityPage .pageHero .heroTitle {
    max-width: none;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.5px;
  }
  .sustainabilityPage .pageHero .heroSubtitle {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.4px;
  }
  .sustainabilityPage .pageHero .heroArt {
    max-width: 100%;
  }
  .sustainFacility {
    min-height: 0;
    padding: 72px 0;
  }
  .sustainFacility .facilityMedia::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.35) 100%);
  }
  .sustainFacility .facilityText {
    max-width: none;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.5px;
  }
  .sustainPanels .panelRow {
    grid-template-columns: minmax(0, 1fr);
  }
  .sustainPanels .sustainPanel {
    min-height: 0;
    padding: 48px 20px;
  }
  .sustainPanels .sustainPanel:first-child {
    border-right: 0;
    border-bottom: 4px solid #bdbdbd;
  }
  .sustainPanels .panelInner {
    max-width: none;
    min-height: 0;
  }
  .sustainPanels .panelText p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.4px;
  }
  .sustainPanels .panelText .panelTextLead {
    margin-top: 20px;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.5px;
  }
  .sustainPanels .panelBadge {
    gap: 16px;
    margin-top: 36px;
    padding-top: 0;
    align-items: flex-start;
  }
  .sustainPanels .badgeIcon {
    width: 72px;
    height: 72px;
    border-radius: 12px;
  }
  .sustainPanels .badgeIcon img {
    width: 36px;
    height: 40px;
  }
  .sustainPanels .sustainPanel:last-child .badgeIcon img {
    width: 34px;
    height: 34px;
  }
  .sustainPanels .badgeLabel {
    max-width: none;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.4px;
  }
  .sustainClosing {
    padding: 56px 0;
  }
  .sustainClosing .closingText {
    max-width: none;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.5px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .sustainabilityPage .pageHero {
    padding-bottom: 48px;
  }
  .sustainabilityPage .pageHero > .container {
    min-height: 0;
  }
  .sustainabilityPage .pageHero .title {
    max-width: none;
    gap: 36px;
  }
  .sustainabilityPage .pageHero .heroTitle {
    max-width: none;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.55px;
  }
  .sustainabilityPage .pageHero .heroSubtitle {
    font-size: 17px;
    line-height: 28px;
  }
  .sustainabilityPage .pageHero .heroArt {
    max-width: 420px;
  }
  .sustainFacility {
    min-height: 0;
    padding: 88px 0;
  }
  .sustainFacility .facilityMedia::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.28) 100%);
  }
  .sustainFacility .facilityText {
    max-width: none;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.65px;
  }
  .sustainPanels .panelRow {
    grid-template-columns: minmax(0, 1fr);
  }
  .sustainPanels .sustainPanel {
    min-height: 0;
    padding: 56px 28px;
  }
  .sustainPanels .sustainPanel:first-child {
    border-right: 0;
    border-bottom: 4px solid #bdbdbd;
  }
  .sustainPanels .panelInner {
    max-width: none;
    min-height: 0;
  }
  .sustainPanels .panelText p {
    font-size: 17px;
    line-height: 26px;
  }
  .sustainPanels .panelText .panelTextLead {
    margin-top: 24px;
    font-size: 22px;
    line-height: 30px;
  }
  .sustainPanels .panelBadge {
    gap: 20px;
    margin-top: 40px;
    padding-top: 0;
  }
  .sustainPanels .badgeIcon {
    width: 88px;
    height: 88px;
    border-radius: 14px;
  }
  .sustainPanels .badgeIcon img {
    width: 44px;
    height: 48px;
  }
  .sustainPanels .badgeLabel {
    max-width: none;
    font-size: 18px;
    line-height: 24px;
  }
  .sustainClosing {
    padding: 72px 0;
  }
  .sustainClosing .closingText {
    max-width: none;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.65px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .sustainabilityPage .pageHero {
    padding-bottom: 52px;
  }
  .sustainabilityPage .pageHero > .container {
    min-height: 320px;
  }
  .sustainabilityPage .pageHero .title {
    max-width: 520px;
    gap: 44px;
  }
  .sustainabilityPage .pageHero .heroTitle {
    max-width: none;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.65px;
  }
  .sustainabilityPage .pageHero .heroSubtitle {
    font-size: 18px;
    line-height: 30px;
  }
  .sustainabilityPage .pageHero .heroArt {
    max-width: 480px;
  }
  .sustainFacility {
    min-height: 480px;
    padding: 0;
  }
  .sustainFacility .facilityText {
    max-width: 640px;
    font-size: 26px;
    line-height: 34px;
    letter-spacing: -0.7px;
  }
  .sustainPanels .panelRow {
    grid-template-columns: minmax(0, 1fr);
  }
  .sustainPanels .sustainPanel {
    min-height: 0;
    padding: 72px 36px;
  }
  .sustainPanels .sustainPanel:first-child {
    border-right: 0;
    border-bottom: 4px solid #bdbdbd;
  }
  .sustainPanels .panelInner {
    max-width: 720px;
    min-height: 0;
  }
  .sustainPanels .panelText p {
    font-size: 18px;
    line-height: 26px;
  }
  .sustainPanels .panelText .panelTextLead {
    margin-top: 28px;
    font-size: 24px;
    line-height: 32px;
  }
  .sustainPanels .panelBadge {
    gap: 24px;
    margin-top: 48px;
    padding-top: 0;
  }
  .sustainPanels .badgeIcon {
    width: 96px;
    height: 96px;
    border-radius: 14px;
  }
  .sustainPanels .badgeIcon img {
    width: 48px;
    height: 52px;
  }
  .sustainPanels .badgeLabel {
    max-width: 360px;
    font-size: 20px;
    line-height: 26px;
  }
  .sustainClosing {
    padding: 96px 0;
  }
  .sustainClosing .closingText {
    max-width: none;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: -0.8px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .sustainabilityPage .pageHero {
    padding-bottom: 56px;
  }
  .sustainabilityPage .pageHero > .container {
    min-height: 360px;
  }
  .sustainabilityPage .pageHero .title {
    max-width: 580px;
    gap: 52px;
  }
  .sustainabilityPage .pageHero .heroTitle {
    max-width: none;
    font-size: 26px;
    line-height: 34px;
    letter-spacing: -0.7px;
  }
  .sustainabilityPage .pageHero .heroSubtitle {
    font-size: 18px;
    line-height: 32px;
  }
  .sustainabilityPage .pageHero .heroArt {
    max-width: 520px;
  }
  .sustainFacility {
    min-height: 520px;
  }
  .sustainFacility .facilityText {
    max-width: 720px;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.8px;
  }
  .sustainPanels .panelRow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sustainPanels .sustainPanel {
    min-height: 0;
    padding: 72px 40px;
  }
  .sustainPanels .sustainPanel:first-child {
    border-right: 4px solid #bdbdbd;
  }
  .sustainPanels .panelInner {
    max-width: none;
    min-height: 0;
  }
  .sustainPanels .panelText p {
    font-size: 18px;
    line-height: 26px;
  }
  .sustainPanels .panelText .panelTextLead {
    margin-top: 28px;
    font-size: 22px;
    line-height: 30px;
  }
  .sustainPanels .panelBadge {
    gap: 24px;
    margin-top: 48px;
    padding-top: 0;
    flex-wrap: wrap;
  }
  .sustainPanels .badgeIcon {
    width: 96px;
    height: 96px;
    border-radius: 14px;
  }
  .sustainPanels .badgeIcon img {
    width: 48px;
    height: 52px;
  }
  .sustainPanels .badgeLabel {
    max-width: none;
    flex: 1 1 160px;
    font-size: 18px;
    line-height: 24px;
  }
  .sustainClosing {
    padding: 110px 0;
  }
  .sustainClosing .closingText {
    max-width: none;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.9px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .sustainabilityPage .pageHero > .container {
    min-height: 380px;
  }
  .sustainabilityPage .pageHero .title {
    max-width: 640px;
    gap: 56px;
  }
  .sustainabilityPage .pageHero .heroTitle {
    font-size: 28px;
    line-height: 36px;
  }
  .sustainabilityPage .pageHero .heroArt {
    max-width: 560px;
  }
  .sustainFacility {
    min-height: 560px;
  }
  .sustainFacility .facilityText {
    max-width: 820px;
    font-size: 30px;
    line-height: 38px;
  }
  .sustainPanels .sustainPanel {
    min-height: 640px;
    padding: 100px 56px 80px 60px;
  }
  .sustainPanels .panelInner {
    max-width: none;
    min-height: 0;
  }
  .sustainPanels .panelText p {
    font-size: 20px;
    line-height: 28px;
  }
  .sustainPanels .panelText .panelTextLead {
    margin-top: 28px;
    font-size: 24px;
    line-height: 32px;
  }
  .sustainPanels .panelBadge {
    gap: 28px;
    padding-top: 56px;
  }
  .sustainPanels .badgeIcon {
    width: 104px;
    height: 104px;
  }
  .sustainPanels .badgeIcon img {
    width: 52px;
    height: 56px;
  }
  .sustainPanels .badgeLabel {
    font-size: 20px;
    line-height: 26px;
  }
  .sustainClosing {
    padding: 120px 0;
  }
  .sustainClosing .closingText {
    max-width: none;
    font-size: 32px;
    line-height: 44px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1700px) {
  .sustainabilityPage .pageHero .heroArt {
    max-width: 600px;
  }
  .sustainFacility {
    min-height: 620px;
  }
  .sustainFacility .facilityText {
    max-width: 900px;
    font-size: 32px;
    line-height: 40px;
  }
  .sustainPanels .sustainPanel {
    min-height: 720px;
    padding: 120px 72px 100px 100px;
  }
  .sustainPanels .panelText p {
    font-size: 22px;
    line-height: 28px;
  }
  .sustainPanels .panelText .panelTextLead {
    font-size: 26px;
    line-height: 34px;
  }
  .sustainPanels .panelBadge {
    gap: 32px;
    padding-top: 72px;
  }
  .sustainPanels .badgeIcon {
    width: 112px;
    height: 112px;
  }
  .sustainPanels .badgeLabel {
    font-size: 22px;
    line-height: 28px;
  }
  .sustainClosing {
    padding: 140px 0;
  }
  .sustainClosing .closingText {
    font-size: 36px;
    line-height: 48px;
  }
}
@media screen and (max-width: 576px) {
  .contactPage .pageHero {
    padding-bottom: 40px;
  }
  .contactPage .pageHero .container {
    min-height: 0;
    padding-top: 16px;
  }
  .contactPage .pageHero .title {
    max-width: none;
    gap: 28px;
  }
  .contactPage .pageHero .pageTag {
    margin-bottom: 8px;
  }
  .contactPage .pageHero .heroTitle {
    max-width: none;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.5px;
  }
  .contactPage .pageHero .heroSubtitle {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.4px;
  }
  .contactPage .pageHero .heroArt {
    max-width: 100%;
  }
  .contactLocations .locationsGrid {
    grid-template-columns: minmax(0, 1fr);
  }
  .contactLocations .locationCard {
    min-height: 0;
    padding: 36px 20px;
    border-right: 0;
    border-bottom: 4px solid #bdbdbd;
  }
  .contactLocations .locationCard:last-child {
    border-bottom: 0;
  }
  .contactLocations .locationCard.isMap {
    grid-column: auto;
    min-height: 240px;
    border-right: 0;
    border-bottom: 4px solid #bdbdbd;
  }
  .contactLocations .locationCard.isMap .contactMap,
  .contactLocations .locationCard.isMap #map,
  .contactLocations .locationCard.isMap [id^=map] {
    min-height: 240px;
  }
  .contactLocations .locationTitle {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1.2px;
  }
  .contactLocations .locationText,
  .contactLocations .locationContact {
    font-size: 15px;
    line-height: 22px;
  }
  .contactLocations .locationText {
    margin-bottom: 20px;
  }
  .contactFormSection {
    padding: 48px 0 64px;
  }
  .contactFormSection .pageTag {
    margin-bottom: 32px;
  }
  .contactFormSection .formRow,
  .contactFormSection .formRow.isSelects {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    margin-bottom: 12px;
  }
  .contactFormSection .formField {
    width: 100%;
    max-width: none;
  }
  .contactFormSection .formSubmit {
    width: 100%;
    max-width: none;
    height: 60px;
    font-size: 18px;
  }
  .select2-container.contactSelect .select2-selection--single {
    height: 70px;
  }
  .select2-container.contactSelect .select2-selection--single .select2-selection__rendered {
    padding-right: 40px;
    font-size: 15px;
    line-height: 70px;
  }
  .select2-container.contactSelect .select2-selection--single .select2-selection__arrow {
    right: 18px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .contactPage .pageHero {
    padding-bottom: 48px;
  }
  .contactPage .pageHero .container {
    min-height: 0;
  }
  .contactPage .pageHero .title {
    max-width: none;
    gap: 36px;
  }
  .contactPage .pageHero .heroTitle {
    max-width: none;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.55px;
  }
  .contactPage .pageHero .heroSubtitle {
    font-size: 17px;
    line-height: 28px;
  }
  .contactPage .pageHero .heroArt {
    max-width: 420px;
  }
  .contactLocations .locationsGrid {
    grid-template-columns: minmax(0, 1fr);
  }
  .contactLocations .locationCard {
    min-height: 0;
    padding: 48px 28px;
    border-right: 0;
    border-bottom: 4px solid #bdbdbd;
  }
  .contactLocations .locationCard:last-child {
    border-bottom: 0;
  }
  .contactLocations .locationCard.isMap {
    min-height: 280px;
    border-right: 0;
  }
  .contactLocations .locationCard.isMap .contactMap,
  .contactLocations .locationCard.isMap #map,
  .contactLocations .locationCard.isMap [id^=map] {
    min-height: 280px;
  }
  .contactLocations .locationTitle {
    margin-bottom: 28px;
    font-size: 15px;
    line-height: 28px;
  }
  .contactLocations .locationText,
  .contactLocations .locationContact {
    font-size: 15px;
    line-height: 22px;
  }
  .contactFormSection {
    padding: 56px 0 72px;
  }
  .contactFormSection .pageTag {
    margin-bottom: 40px;
  }
  .contactFormSection .formRow,
  .contactFormSection .formRow.isSelects {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    margin-bottom: 14px;
  }
  .contactFormSection .formField {
    width: 100%;
    max-width: none;
  }
  .contactFormSection .formSubmit {
    width: 100%;
    max-width: 280px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .contactPage .pageHero {
    padding-bottom: 52px;
  }
  .contactPage .pageHero .container {
    min-height: 320px;
  }
  .contactPage .pageHero .title {
    max-width: 520px;
    gap: 44px;
  }
  .contactPage .pageHero .heroTitle {
    max-width: none;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.65px;
  }
  .contactPage .pageHero .heroSubtitle {
    font-size: 18px;
    line-height: 30px;
  }
  .contactPage .pageHero .heroArt {
    max-width: 480px;
  }
  .contactLocations .locationsGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
    background: #bdbdbd;
  }
  .contactLocations .locationCard {
    min-height: 0;
    padding: 56px 32px;
    border-right: 0;
  }
  .contactLocations .locationCard.isMap {
    grid-column: 1/-1;
    min-height: 300px;
    border-right: 0;
  }
  .contactLocations .locationCard.isMap .contactMap,
  .contactLocations .locationCard.isMap #map,
  .contactLocations .locationCard.isMap [id^=map] {
    min-height: 300px;
  }
  .contactLocations .locationTitle {
    margin-bottom: 32px;
  }
  .contactLocations .locationText,
  .contactLocations .locationContact {
    font-size: 15px;
    line-height: 22px;
  }
  .contactFormSection {
    padding: 64px 0 80px;
  }
  .contactFormSection .pageTag {
    margin-bottom: 48px;
  }
  .contactFormSection .formRow,
  .contactFormSection .formRow.isSelects {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 16px;
  }
  .contactFormSection .formField {
    width: 100%;
    max-width: none;
  }
  .contactFormSection .formSubmit {
    width: 170px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .contactPage .pageHero {
    padding-bottom: 56px;
  }
  .contactPage .pageHero .container {
    min-height: 360px;
  }
  .contactPage .pageHero .title {
    max-width: 580px;
    gap: 52px;
  }
  .contactPage .pageHero .heroTitle {
    max-width: none;
    font-size: 26px;
    line-height: 34px;
    letter-spacing: -0.7px;
  }
  .contactPage .pageHero .heroSubtitle {
    font-size: 18px;
    line-height: 32px;
  }
  .contactPage .pageHero .heroArt {
    max-width: 520px;
  }
  .contactLocations .locationsGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
    background: #bdbdbd;
  }
  .contactLocations .locationCard {
    min-height: 0;
    padding: 64px 40px;
    border-right: 0;
  }
  .contactLocations .locationCard.isMap {
    grid-column: 1/-1;
    min-height: 320px;
    border-right: 0;
  }
  .contactLocations .locationCard.isMap .contactMap,
  .contactLocations .locationCard.isMap #map,
  .contactLocations .locationCard.isMap [id^=map] {
    min-height: 320px;
  }
  .contactLocations .locationTitle {
    margin-bottom: 36px;
  }
  .contactFormSection {
    padding: 68px 0 88px;
  }
  .contactFormSection .pageTag {
    margin-bottom: 56px;
  }
  .contactFormSection .formRow,
  .contactFormSection .formRow.isSelects {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 18px;
  }
  .contactFormSection .formField {
    width: 100%;
    max-width: none;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .contactPage .pageHero .container {
    min-height: 380px;
  }
  .contactPage .pageHero .title {
    max-width: 640px;
    gap: 56px;
  }
  .contactPage .pageHero .heroTitle {
    font-size: 28px;
    line-height: 36px;
  }
  .contactPage .pageHero .heroArt {
    max-width: 580px;
  }
  .contactLocations .locationsGrid {
    grid-template-columns: minmax(0, 1.2fr) repeat(3, minmax(0, 1fr));
  }
  .contactLocations .locationCard {
    min-height: 320px;
    padding: 64px 36px;
  }
  .contactLocations .locationCard.isMap {
    min-height: 320px;
  }
  .contactLocations .locationCard.isMap .contactMap,
  .contactLocations .locationCard.isMap #map,
  .contactLocations .locationCard.isMap [id^=map] {
    min-height: 320px;
  }
  .contactLocations .locationTitle {
    margin-bottom: 36px;
    font-size: 15px;
  }
  .contactLocations .locationText,
  .contactLocations .locationContact {
    font-size: 15px;
    line-height: 21px;
  }
  .contactFormSection .pageTag {
    margin-bottom: 64px;
  }
  .contactFormSection .formRow {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }
  .contactFormSection .formRow.isSelects {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .contactFormSection .formField {
    width: 100%;
    max-width: none;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1700px) {
  .contactPage .pageHero .heroArt {
    max-width: 640px;
  }
  .contactLocations .locationsGrid {
    grid-template-columns: minmax(0, 560px) repeat(3, minmax(0, 1fr));
  }
  .contactLocations .locationCard {
    padding: 72px 48px;
  }
  .contactFormSection .formRow {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }
  .contactFormSection .formRow.isSelects {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .contactFormSection .formField {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 576px) {
  .talepPage .pageHero {
    padding-bottom: 40px;
  }
  .talepPage .pageHero > .container {
    min-height: 0;
    padding-top: 16px;
  }
  .talepPage .pageHero .title {
    max-width: none;
    gap: 28px;
  }
  .talepPage .pageHero .pageTag {
    margin-bottom: 24px;
  }
  .talepPage .pageHero .heroTitle {
    max-width: none;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.5px;
  }
  .talepPage .pageHero .heroSubtitle {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.4px;
  }
  .talepPage .pageHero .heroArt {
    max-width: 100%;
  }
  .talepPage .talepFormSection {
    padding: 40px 0 0;
  }
  .talepPage .talepFormSection > .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .talepPage .talepFormSection .formGroup {
    margin-bottom: 28px;
  }
  .talepPage .talepFormSection .formGroup.isLast {
    margin-bottom: 28px;
  }
  .talepPage .talepFormSection .pageTag {
    margin-bottom: 20px;
  }
  .talepPage .talepFormSection .formRow {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }
  .talepPage .talepFormSection .formField {
    width: 100%;
    max-width: none;
  }
  .talepPage .talepFormSection .fieldIdle {
    left: 18px;
    right: 18px;
    flex-wrap: wrap;
    gap: 2px 6px;
    white-space: normal;
  }
  .talepPage .talepFormSection .fieldName,
  .talepPage .talepFormSection .fieldHint {
    font-size: 14px;
    line-height: 20px;
  }
  .talepPage .talepFormSection .fieldHint {
    display: none;
  }
  .talepPage .talepFormSection .fieldInput {
    padding: 0 18px;
    font-size: 15px;
    line-height: 24px;
  }
  .talepPage .talepFormSection .choiceLegend {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.4px;
  }
  .talepPage .talepFormSection .choiceRow {
    flex-direction: column;
    align-items: flex-start;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 12px;
  }
  .talepPage .talepFormSection .choiceList {
    gap: 12px;
  }
  .talepPage .talepFormSection .choiceText {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.35px;
  }
  .talepPage .talepFormSection .formSubmit {
    width: 100%;
    max-width: none;
    height: 60px;
    padding: 0 18px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.4px;
    text-align: center;
  }
  .talepPage .talepFormSection .talepNote {
    max-width: none;
    margin-top: 48px;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.5px;
  }
  .talepPage .aboutStats {
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .talepPage .pageHero {
    padding-bottom: 48px;
  }
  .talepPage .pageHero > .container {
    min-height: 0;
  }
  .talepPage .pageHero .title {
    max-width: none;
    gap: 32px;
  }
  .talepPage .pageHero .pageTag {
    margin-bottom: 36px;
  }
  .talepPage .pageHero .heroTitle {
    max-width: none;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.55px;
  }
  .talepPage .pageHero .heroSubtitle {
    font-size: 17px;
    line-height: 28px;
  }
  .talepPage .pageHero .heroArt {
    max-width: 480px;
  }
  .talepPage .talepFormSection {
    padding: 48px 0 0;
  }
  .talepPage .talepFormSection > .container {
    padding-left: 28px;
    padding-right: 28px;
  }
  .talepPage .talepFormSection .formGroup {
    margin-bottom: 32px;
  }
  .talepPage .talepFormSection .formRow {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }
  .talepPage .talepFormSection .formField {
    width: 100%;
    max-width: none;
  }
  .talepPage .talepFormSection .fieldIdle {
    flex-wrap: wrap;
    white-space: normal;
  }
  .talepPage .talepFormSection .fieldHint {
    display: none;
  }
  .talepPage .talepFormSection .choiceLegend {
    font-size: 18px;
    line-height: 32px;
  }
  .talepPage .talepFormSection .choiceRow {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 12px;
  }
  .talepPage .talepFormSection .choiceText {
    font-size: 16px;
    line-height: 28px;
  }
  .talepPage .talepFormSection .formSubmit {
    width: 100%;
    max-width: 420px;
    height: 64px;
    font-size: 17px;
    line-height: 28px;
  }
  .talepPage .talepFormSection .talepNote {
    max-width: none;
    margin-top: 64px;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.65px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .talepPage .pageHero {
    padding-bottom: 56px;
  }
  .talepPage .pageHero > .container {
    min-height: 320px;
  }
  .talepPage .pageHero .title {
    max-width: 560px;
    gap: 36px;
  }
  .talepPage .pageHero .pageTag {
    margin-bottom: 48px;
  }
  .talepPage .pageHero .heroTitle {
    max-width: none;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.65px;
  }
  .talepPage .pageHero .heroSubtitle {
    font-size: 18px;
    line-height: 30px;
  }
  .talepPage .pageHero .heroArt {
    max-width: 520px;
  }
  .talepPage .talepFormSection {
    padding: 56px 0 0;
  }
  .talepPage .talepFormSection > .container {
    padding-left: 36px;
    padding-right: 36px;
  }
  .talepPage .talepFormSection .formRow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .talepPage .talepFormSection .formField {
    width: 100%;
    max-width: none;
  }
  .talepPage .talepFormSection .fieldIdle {
    white-space: normal;
  }
  .talepPage .talepFormSection .fieldHint {
    font-size: 14px;
  }
  .talepPage .talepFormSection .choiceLegend {
    font-size: 18px;
    line-height: 32px;
  }
  .talepPage .talepFormSection .choiceRow {
    -moz-column-gap: 24px;
         column-gap: 24px;
    row-gap: 12px;
  }
  .talepPage .talepFormSection .choiceText {
    font-size: 17px;
    line-height: 32px;
  }
  .talepPage .talepFormSection .formSubmit {
    width: 100%;
    max-width: 360px;
    font-size: 18px;
  }
  .talepPage .talepFormSection .talepNote {
    max-width: none;
    margin-top: 80px;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: -0.8px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .talepPage .pageHero {
    padding-bottom: 60px;
  }
  .talepPage .pageHero > .container {
    min-height: 360px;
  }
  .talepPage .pageHero .title {
    max-width: 620px;
    gap: 40px;
  }
  .talepPage .pageHero .pageTag {
    margin-bottom: 64px;
  }
  .talepPage .pageHero .heroTitle {
    max-width: none;
    font-size: 26px;
    line-height: 34px;
    letter-spacing: -0.7px;
  }
  .talepPage .pageHero .heroSubtitle {
    font-size: 18px;
    line-height: 32px;
  }
  .talepPage .pageHero .heroArt {
    max-width: 560px;
    opacity: 0.45;
  }
  .talepPage .talepFormSection {
    padding: 64px 0 0;
  }
  .talepPage .talepFormSection > .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .talepPage .talepFormSection .formRow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
  .talepPage .talepFormSection .formField {
    width: 100%;
    max-width: none;
  }
  .talepPage .talepFormSection .fieldIdle {
    white-space: normal;
  }
  .talepPage .talepFormSection .choiceLegend {
    font-size: 18px;
    line-height: 36px;
  }
  .talepPage .talepFormSection .choiceRow {
    -moz-column-gap: 28px;
         column-gap: 28px;
    row-gap: 12px;
  }
  .talepPage .talepFormSection .choiceText {
    font-size: 18px;
    line-height: 36px;
  }
  .talepPage .talepFormSection .formSubmit {
    width: 100%;
    max-width: 360px;
    font-size: 18px;
  }
  .talepPage .talepFormSection .talepNote {
    max-width: none;
    margin-top: 96px;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.9px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .talepPage .pageHero > .container {
    min-height: 380px;
  }
  .talepPage .pageHero .title {
    max-width: 680px;
  }
  .talepPage .pageHero .pageTag {
    margin-bottom: 72px;
  }
  .talepPage .pageHero .heroTitle {
    font-size: 28px;
    line-height: 36px;
  }
  .talepPage .pageHero .heroArt {
    max-width: 640px;
  }
  .talepPage .talepFormSection > .container {
    padding-left: 60px;
    padding-right: 60px;
  }
  .talepPage .talepFormSection .formRow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }
  .talepPage .talepFormSection .formField {
    width: 100%;
    max-width: none;
  }
  .talepPage .talepFormSection .choiceRow {
    -moz-column-gap: 28px;
         column-gap: 28px;
  }
  .talepPage .talepFormSection .choiceText {
    font-size: 18px;
    line-height: 36px;
  }
  .talepPage .talepFormSection .formSubmit {
    width: 100%;
    max-width: 360px;
  }
  .talepPage .talepFormSection .talepNote {
    max-width: none;
    margin-top: 100px;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: -0.95px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1700px) {
  .talepPage .pageHero .pageTag {
    margin-bottom: 84px;
  }
  .talepPage .pageHero .heroArt {
    max-width: 720px;
  }
  .talepPage .talepFormSection > .container {
    padding-left: 100px;
    padding-right: 100px;
  }
  .talepPage .talepFormSection .formRow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }
  .talepPage .talepFormSection .formField {
    width: 100%;
    max-width: none;
  }
  .talepPage .talepFormSection .talepNote {
    max-width: 1200px;
    margin-top: 110px;
    font-size: 36px;
    line-height: 48px;
  }
}
@media screen and (max-width: 576px) {
  .page404Hero {
    padding: 72px 0 48px;
  }
  .page404Hero .page404Visual {
    width: min(280px, 78vw);
    margin: 0 auto -28px;
  }
  .page404Hero .page404Code {
    font-size: 56px;
    letter-spacing: -1.68px;
  }
  .page404Hero .page404Text {
    max-width: none;
    margin: 0 auto;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.4px;
  }
  .page404Hero .page404Links {
    flex-direction: column;
    align-items: center;
    gap: 4px;
    margin-top: 28px;
  }
  .page404Hero .page404Links a {
    white-space: normal;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: -0.4px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .page404Hero {
    padding: 88px 0 56px;
  }
  .page404Hero .page404Visual {
    width: min(360px, 70vw);
    margin: 0 auto -36px;
  }
  .page404Hero .page404Code {
    font-size: 72px;
    letter-spacing: -2.16px;
  }
  .page404Hero .page404Text {
    max-width: 560px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.5px;
  }
  .page404Hero .page404Links {
    gap: 6px 20px;
    margin-top: 36px;
  }
  .page404Hero .page404Links a {
    white-space: normal;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.45px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .page404Hero {
    padding: 96px 0 64px;
  }
  .page404Hero .page404Visual {
    width: min(440px, 58vw);
    margin: 0 auto -44px;
  }
  .page404Hero .page404Code {
    font-size: 88px;
    letter-spacing: -2.64px;
  }
  .page404Hero .page404Text {
    max-width: 680px;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.55px;
  }
  .page404Hero .page404Links {
    gap: 8px 24px;
    margin-top: 40px;
  }
  .page404Hero .page404Links a {
    font-size: 17px;
    line-height: 32px;
    letter-spacing: -0.5px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .page404Hero {
    padding: 104px 0 72px;
  }
  .page404Hero .page404Visual {
    width: min(500px, 48vw);
    margin: 0 auto -52px;
  }
  .page404Hero .page404Code {
    font-size: 104px;
    letter-spacing: -3.12px;
  }
  .page404Hero .page404Text {
    max-width: 780px;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.7px;
  }
  .page404Hero .page404Links {
    gap: 8px 28px;
    margin-top: 48px;
  }
  .page404Hero .page404Links a {
    font-size: 18px;
    line-height: 34px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .page404Hero {
    padding: 112px 0 84px;
  }
  .page404Hero .page404Visual {
    width: 520px;
  }
  .page404Hero .page404Text {
    max-width: 880px;
    font-size: 26px;
    line-height: 36px;
  }
  .page404Hero .page404Links {
    margin-top: 52px;
  }
}
@media screen and (max-width: 992px) {
  .policySection .pageTag {
    max-width: 100%;
    height: auto;
    min-height: 36px;
    box-sizing: border-box;
  }
  .policySection .pageTag .pageTagLabel {
    white-space: normal;
    line-height: 1.25;
    padding: 8px 8px 8px 17px;
  }
  .policySection .policyTitle {
    margin-bottom: 48px;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.72px;
  }
  .policySection .policyLayout {
    flex-direction: column;
    gap: 32px;
  }
  .policySection .policyTabs {
    flex: none;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px 20px;
  }
  .policySection .policyTabBtn {
    width: auto;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.48px;
  }
  .policySection .policyPanels {
    max-width: none;
  }
}
@media screen and (max-width: 576px) {
  .policySection .pageTag {
    margin-bottom: 32px;
  }
  .policySection .pageTag .pageTagLabel {
    font-size: 14px;
    padding: 6px 6px 6px 12px;
  }
  .policySection .policyTitle {
    margin-bottom: 32px;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.5px;
  }
  .policySection .policyTabs {
    flex-direction: column;
    gap: 0;
  }
  .policySection .policyTabBtn {
    font-size: 16px;
    line-height: 32px;
  }
  .policySection .policyContent {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.4px;
  }
  .policySection .policyContent p,
  .policySection .policyContent ol {
    margin-bottom: 20px;
  }
  .policySection .policySubtitle {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 576px) {
  .editorContent {
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .editorContent h1,
  .editorContent h2,
  .editorContent h3,
  .editorContent h4 {
    max-width: 100%;
  }
  .editorContent p,
  .editorContent li {
    font-size: 16px;
    line-height: 1.6;
  }
  .editorContent table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 576px) {
  input,
  textarea,
  select,
  button {
    max-width: 100%;
  }
  .form-control {
    height: 52px;
    font-size: 14px;
    padding-left: 14px;
    padding-right: 14px;
  }
  textarea.form-control,
  .form-control.offerField--note {
    padding-top: 14px;
    padding-bottom: 14px;
    height: 65px;
  }
  .offerTextarea {
    padding-top: 14px;
    padding-bottom: 14px;
    height: auto;
  }
  .fieldRow,
  .contactGrid,
  .optionGrid {
    width: 100%;
    min-width: 0;
  }
  .selectFieldWrap {
    width: 100%;
    max-width: 100%;
  }
  .contactCustomSelectTrigger {
    height: 56px;
    font-size: 14px;
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .form-control {
    height: 56px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .form-control {
    height: 60px;
  }
}
@media screen and (max-width: 576px) {
  .accordion,
  .accordionItem {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .tabs,
  .tabList {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 576px) {
  .pageBreadcrumb .breadcrumbList {
    gap: 6px;
  }
  .pageBreadcrumb .breadcrumbItem {
    font-size: 10px;
    letter-spacing: 0.4px;
    line-height: 1.4;
  }
  .pageTitleArea .container {
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .pageTitleArea .leftLogo {
    width: 82px;
    height: 20px;
  }
  .pageTitleArea .icon {
    width: 40px;
    height: 40px;
  }
  .pageTitleArea .title {
    font-size: 18px;
    line-height: 1.35;
  }
  .pdSectionHeader .container {
    flex-wrap: wrap;
    gap: 12px;
    padding: 20px;
  }
  .pdSectionHeader .pdSectionTitle {
    width: 100%;
    border-right: 0;
    font-size: 22px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .pageTitleArea .container {
    gap: 20px;
    flex-wrap: wrap;
  }
  .pdSectionHeader .container {
    flex-wrap: wrap;
    gap: 18px;
  }
  .pdSectionHeader .pdSectionTitle {
    padding-right: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .pageTitleArea .container {
    gap: 26px;
  }
  .pdSectionHeader .container {
    gap: 26px;
  }
  .pdSectionHeader .pdSectionTitle {
    padding-right: 26px;
  }
}
@media screen and (max-width: 1200px) {
  .pageHero .heroArt {
    opacity: 0.45;
    height: 360px;
  }
}
@media screen and (max-width: 576px) {
  .pageHero {
    padding-top: 100px;
  }
  .pageHero .heroArt {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .aboutSectionBadge {
    width: 116px;
    height: 34px;
  }
  .aboutSectionBadge span {
    font-size: 12px;
  }
}
@media screen and (max-width: 576px) {
  .capacityWidget {
    padding: 15px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .productCard .cardFooter {
    height: 60px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .productCard .cardFooter {
    height: 60px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .productCard .cardFooter {
    height: 75px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .productCard .cardFooter {
    height: 60px;
    padding-right: 10px;
  }
}/*# sourceMappingURL=mobile.css.map */