.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: 100vh;
  }
  .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 {
    position: fixed;
    top: 12px;
    left: 0;
    transform: none;
    width: 100%;
    max-width: 100%;
    padding: 0 12px;
    z-index: 1305;
  }
  .mainHeader::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.24s ease;
    z-index: 1200;
  }
  body.menu-open .mainHeader::before {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .mainHeader .headerContainer {
    width: 100%;
    min-height: 52px;
    height: 52px;
    padding: 4px;
    gap: 4px;
    border-radius: 6px;
    position: relative;
    z-index: 1301;
    overflow: visible;
  }
  .mainHeader .headerContainer::after {
    display: none;
  }
  .mainHeader .headerLogo {
    width: 52px;
    border-radius: 4px;
    position: relative;
    z-index: 1310;
  }
  .mainHeader .headerLogo img {
    width: 22px;
  }
  .mainHeader .headerSearch {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: calc(52px + 8px);
    right: 140px;
    width: auto;
    margin: 0;
    padding: 0 0 0 12px;
    border-radius: 5px;
    background-color: #121212;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    z-index: 1310;
  }
  .mainHeader .headerSearch .searchInput {
    font-size: 14px;
  }
  .mainHeader .headerSearch .searchSubmit {
    width: 44px;
  }
  .mainHeader .headerAction.searchBtn,
  .mainHeader .headerAction.langDropdown,
  .mainHeader .headerAction.openMenuBtn {
    width: 44px;
    position: relative;
    z-index: 1310;
  }
  .mainHeader .headerAction.searchBtn {
    display: flex;
    margin-left: auto;
  }
  .mainHeader .headerAction.langDropdown {
    display: flex;
  }
  .mainHeader .headerAction.langDropdown .langTrigger {
    font-size: 13px;
  }
  .mainHeader .headerAction.openMenuBtn {
    display: flex;
  }
  .mainHeader .headerContainer.searchActive .headerSearch {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .mainHeader .headerContainer.searchActive .headerAction.searchBtn {
    display: none;
  }
  .mainHeader .headerContainer.searchActive .headerAction.langDropdown,
  .mainHeader .headerContainer.searchActive .headerAction.openMenuBtn,
  .mainHeader .headerContainer.searchActive .headerNav {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .mainHeader .headerNav {
    position: fixed;
    inset: 0;
    z-index: 1300;
    height: 100dvh;
    width: 100%;
    padding: calc(52px + 22px) 12px 20px;
    background: #0f0f0f;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
  }
  body.menu-open .mainHeader .headerNav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .mainHeader .headerNav .mobileNavHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
    padding: 0 2px;
  }
  .mainHeader .headerNav .mobileNavHead .mobileNavTitle {
    color: #9c9c9c;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
  .mainHeader .headerNav .mobileNavHead .mobileMenuClose {
    border: 0;
    height: 32px;
    padding: 0 14px;
    border-radius: 6px;
    background: #1d1d1d;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
  }
  .mainHeader .headerNav .headerMenu {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100% !important;
  }
  .mainHeader .headerNav .headerMenu .menuItem {
    width: 100%;
    height: auto;
    display: block;
    flex: 0 0 auto !important;
    min-width: 0;
  }
  .mainHeader .headerNav .headerMenu .menuItem .menuLink {
    min-width: 0;
    width: 100%;
    height: 50px;
    justify-content: space-between;
    padding: 0 14px;
    font-size: 15px;
    font-weight: 600;
    gap: 10px;
    border-radius: 6px;
    background: #171717;
    color: #fff;
  }
  .mainHeader .headerNav .headerMenu .menuItem .menuLink .dropdownBadge {
    width: 22px;
    height: 20px;
    background: #2a2a2a;
    flex: 0 0 22px;
  }
  .mainHeader .headerNav .headerMenu .menuItem.active > .menuLink {
    background: #e31e24;
    color: #fff;
  }
  .mainHeader .headerNav .headerMenu .menuItem.active > .menuLink .dropdownBadge {
    background: rgba(255, 255, 255, 0.2);
  }
  .mainHeader .headerNav .headerMenu .menuItem .megaDropdown,
  .mainHeader .headerNav .headerMenu .menuItem .solutionsMenu,
  .mainHeader .headerNav .headerMenu .menuItem .corporateMenu {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 100%;
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    display: none;
    margin-top: 8px;
    width: 100% !important;
    max-width: 100% !important;
  }
  .mainHeader .headerNav .headerMenu .menuItem.active > .megaDropdown,
  .mainHeader .headerNav .headerMenu .menuItem.active > .solutionsMenu,
  .mainHeader .headerNav .headerMenu .menuItem.active > .corporateMenu {
    display: block;
  }
  .mainHeader .headerNav .headerMenu .menuItem .megaDropdown::before,
  .mainHeader .headerNav .headerMenu .menuItem .solutionsMenu::before,
  .mainHeader .headerNav .headerMenu .menuItem .corporateMenu::before {
    display: none;
  }
  .mainHeader .headerNav .headerMenu .menuItem .megaDropdown .container,
  .mainHeader .headerNav .headerMenu .menuItem .solutionsMenu .container,
  .mainHeader .headerNav .headerMenu .menuItem .corporateMenu .container {
    padding: 0;
  }
  .mainHeader .headerNav .headerMenu .menuItem .megaDropdown .megaDropdownGrid {
    grid-template-columns: 1fr;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: none;
    width: 100% !important;
  }
  .mainHeader .headerNav .headerMenu .menuItem .megaDropdown .megaDropdownCol {
    padding: 14px 12px 12px;
    border-right: 0;
    border-bottom: 1px solid #efefef;
  }
  .mainHeader .headerNav .headerMenu .menuItem .megaDropdown .megaDropdownCol:last-child {
    border-bottom: 0;
  }
  .mainHeader .headerNav .headerMenu .menuItem .megaDropdown .megaDropdownCol .top {
    padding: 0;
    gap: 8px;
  }
  .mainHeader .headerNav .headerMenu .menuItem .megaDropdown .megaDropdownCol .productCategory {
    margin-bottom: 6px;
    font-size: 12px;
  }
  .mainHeader .headerNav .headerMenu .menuItem .megaDropdown .megaDropdownCol .productTitle {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .mainHeader .headerNav .headerMenu .menuItem .megaDropdown .megaDropdownCol .productBtn {
    margin-bottom: 10px;
  }
  .mainHeader .headerNav .headerMenu .menuItem .megaDropdown .megaDropdownCol .productImgArea {
    max-width: 100%;
    max-height: 110px;
  }
  .mainHeader .headerNav .headerMenu .menuItem .solutionsMenu .solutionsGrid,
  .mainHeader .headerNav .headerMenu .menuItem .corporateMenu .corporateGrid {
    background: #fff;
    border-radius: 8px;
    padding: 12px;
    box-shadow: none;
    width: 100% !important;
  }
  .mainHeader .headerNav .headerMenu .menuItem .solutionsMenu .solutionsItem {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 10px;
    align-items: start;
    padding: 14px 0;
    border-bottom: 1px solid #efefef;
  }
  .mainHeader .headerNav .headerMenu .menuItem .solutionsMenu .solutionsItem:last-child {
    border-bottom: 0;
  }
  .mainHeader .headerNav .headerMenu .menuItem .solutionsMenu .solutionsItem .solutionsIcon {
    width: 54px;
    height: 44px;
    margin-right: 0;
  }
  .mainHeader .headerNav .headerMenu .menuItem .solutionsMenu .solutionsItem .solutionsContent {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
  }
  .mainHeader .headerNav .headerMenu .menuItem .solutionsMenu .solutionsItem .solutionsContent .solutionsTitle {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.3;
  }
  .mainHeader .headerNav .headerMenu .menuItem .solutionsMenu .solutionsItem .solutionsDesc {
    grid-column: 1/-1;
    max-width: 100%;
    margin-left: 0;
    text-align: left;
    font-size: 13px;
    line-height: 1.45;
  }
  .mainHeader .headerNav .headerMenu .menuItem .corporateMenu .corporateItem {
    padding: 14px 0;
    gap: 10px;
    border-bottom: 1px solid #efefef;
  }
  .mainHeader .headerNav .headerMenu .menuItem .corporateMenu .corporateItem:last-child {
    border-bottom: 0;
  }
  .mainHeader .headerNav .headerMenu .menuItem .corporateMenu .corporateItem .corporateTitle {
    font-size: 16px;
    line-height: 1.3;
  }
  .mainHeader .headerNav .headerMenu .menuItem .corporateMenu .corporateItem .corporateSub {
    display: block;
    margin-left: 0;
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.4;
  }
  .mainHeader.headerLight .headerNav {
    background: #e9e9e9;
  }
  .mainHeader.headerLight .headerNav .mobileNavHead .mobileMenuClose {
    background: #fff;
    color: #000;
  }
  .mainHeader.headerLight .headerNav .headerMenu .menuItem .menuLink {
    background: #fff !important;
    color: #000 !important;
  }
  .mainHeader.headerLight .headerNav .headerMenu .menuItem .menuLink .dropdownBadge {
    background: #e0e0e0 !important;
  }
  .mainHeader.headerLight .headerSearch,
  .mainHeader.headerLight .headerAction.searchBtn,
  .mainHeader.headerLight .headerAction.langDropdown .langTrigger,
  .mainHeader.headerLight .headerAction.openMenuBtn {
    background: #fff !important;
  }
  .mainHeader.headerLight .headerAction.searchBtn img,
  .mainHeader.headerLight .headerSearch .searchSubmit img {
    filter: brightness(0);
  }
  .mainHeader.headerLight .headerAction.openMenuBtn span {
    background-color: #000;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .mainHeader {
    position: fixed;
    top: 12px;
    left: 0;
    transform: none;
    width: 100%;
    max-width: 100%;
    padding: 0 14px;
    z-index: 1305;
  }
  .mainHeader::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.24s ease;
    z-index: 1200;
  }
  body.menu-open .mainHeader::before {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .mainHeader .headerContainer {
    width: 100%;
    min-height: 54px;
    height: 54px;
    padding: 4px;
    gap: 4px;
    border-radius: 6px;
    position: relative;
    z-index: 1301;
    overflow: visible;
  }
  .mainHeader .headerContainer::after {
    display: none;
  }
  .mainHeader .headerLogo {
    width: 54px;
    border-radius: 4px;
    position: relative;
    z-index: 1310;
  }
  .mainHeader .headerLogo img {
    width: 22px;
  }
  .mainHeader .headerSearch {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: calc(54px + 8px);
    right: 150px;
    width: auto;
    margin: 0;
    padding: 0 0 0 12px;
    border-radius: 5px;
    background-color: #121212;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    z-index: 1310;
  }
  .mainHeader .headerSearch .searchInput {
    font-size: 14px;
  }
  .mainHeader .headerSearch .searchSubmit {
    width: 46px;
  }
  .mainHeader .headerAction.searchBtn,
  .mainHeader .headerAction.langDropdown,
  .mainHeader .headerAction.openMenuBtn {
    width: 46px;
    position: relative;
    z-index: 1310;
  }
  .mainHeader .headerAction.searchBtn {
    display: flex;
    margin-left: auto;
  }
  .mainHeader .headerAction.langDropdown {
    display: flex;
  }
  .mainHeader .headerAction.langDropdown .langTrigger {
    font-size: 13px;
  }
  .mainHeader .headerAction.openMenuBtn {
    display: flex;
  }
  .mainHeader .headerContainer.searchActive .headerSearch {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .mainHeader .headerContainer.searchActive .headerAction.searchBtn {
    display: none;
  }
  .mainHeader .headerContainer.searchActive .headerAction.langDropdown,
  .mainHeader .headerContainer.searchActive .headerAction.openMenuBtn,
  .mainHeader .headerContainer.searchActive .headerNav {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .mainHeader .headerNav {
    position: fixed;
    inset: 0;
    z-index: 1300;
    height: 100dvh;
    width: 100%;
    padding: calc(54px + 22px) 14px 20px;
    background: #0f0f0f;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
  }
  body.menu-open .mainHeader .headerNav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .mainHeader .headerNav .mobileNavHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
    padding: 0 2px;
  }
  .mainHeader .headerNav .mobileNavHead .mobileNavTitle {
    color: #9c9c9c;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
  .mainHeader .headerNav .mobileNavHead .mobileMenuClose {
    border: 0;
    height: 32px;
    padding: 0 14px;
    border-radius: 6px;
    background: #1d1d1d;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
  }
  .mainHeader .headerNav .headerMenu {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100% !important;
  }
  .mainHeader .headerNav .headerMenu .menuItem {
    width: 100%;
    height: auto;
    display: block;
    flex: 0 0 auto !important;
    min-width: 0;
  }
  .mainHeader .headerNav .headerMenu .menuItem .menuLink {
    min-width: 0;
    width: 100%;
    height: 50px;
    justify-content: space-between;
    padding: 0 14px;
    font-size: 15px;
    font-weight: 600;
    gap: 10px;
    border-radius: 6px;
    background: #171717;
    color: #fff;
  }
  .mainHeader .headerNav .headerMenu .menuItem .menuLink .dropdownBadge {
    width: 22px;
    height: 20px;
    background: #2a2a2a;
    flex: 0 0 22px;
  }
  .mainHeader .headerNav .headerMenu .menuItem.active > .menuLink {
    background: #e31e24;
    color: #fff;
  }
  .mainHeader .headerNav .headerMenu .menuItem.active > .menuLink .dropdownBadge {
    background: rgba(255, 255, 255, 0.2);
  }
  .mainHeader .headerNav .headerMenu .menuItem .megaDropdown,
  .mainHeader .headerNav .headerMenu .menuItem .solutionsMenu,
  .mainHeader .headerNav .headerMenu .menuItem .corporateMenu {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 100%;
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    display: none;
    margin-top: 8px;
    width: 100% !important;
    max-width: 100% !important;
  }
  .mainHeader .headerNav .headerMenu .menuItem.active > .megaDropdown,
  .mainHeader .headerNav .headerMenu .menuItem.active > .solutionsMenu,
  .mainHeader .headerNav .headerMenu .menuItem.active > .corporateMenu {
    display: block;
  }
  .mainHeader .headerNav .headerMenu .menuItem .megaDropdown::before,
  .mainHeader .headerNav .headerMenu .menuItem .solutionsMenu::before,
  .mainHeader .headerNav .headerMenu .menuItem .corporateMenu::before {
    display: none;
  }
  .mainHeader .headerNav .headerMenu .menuItem .megaDropdown .container,
  .mainHeader .headerNav .headerMenu .menuItem .solutionsMenu .container,
  .mainHeader .headerNav .headerMenu .menuItem .corporateMenu .container {
    padding: 0;
  }
  .mainHeader .headerNav .headerMenu .menuItem .megaDropdown .megaDropdownGrid {
    grid-template-columns: 1fr;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: none;
    width: 100% !important;
  }
  .mainHeader .headerNav .headerMenu .menuItem .megaDropdown .megaDropdownCol {
    padding: 14px 12px 12px;
    border-right: 0;
    border-bottom: 1px solid #efefef;
  }
  .mainHeader .headerNav .headerMenu .menuItem .megaDropdown .megaDropdownCol:last-child {
    border-bottom: 0;
  }
  .mainHeader .headerNav .headerMenu .menuItem .megaDropdown .megaDropdownCol .top {
    padding: 0;
    gap: 8px;
  }
  .mainHeader .headerNav .headerMenu .menuItem .megaDropdown .megaDropdownCol .productCategory {
    margin-bottom: 6px;
    font-size: 12px;
  }
  .mainHeader .headerNav .headerMenu .menuItem .megaDropdown .megaDropdownCol .productTitle {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .mainHeader .headerNav .headerMenu .menuItem .megaDropdown .megaDropdownCol .productBtn {
    margin-bottom: 10px;
  }
  .mainHeader .headerNav .headerMenu .menuItem .megaDropdown .megaDropdownCol .productImgArea {
    max-width: 100%;
    max-height: 110px;
  }
  .mainHeader .headerNav .headerMenu .menuItem .solutionsMenu .solutionsGrid,
  .mainHeader .headerNav .headerMenu .menuItem .corporateMenu .corporateGrid {
    background: #fff;
    border-radius: 8px;
    padding: 12px;
    box-shadow: none;
    width: 100% !important;
  }
  .mainHeader .headerNav .headerMenu .menuItem .solutionsMenu .solutionsItem {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 10px;
    align-items: start;
    padding: 14px 0;
    border-bottom: 1px solid #efefef;
  }
  .mainHeader .headerNav .headerMenu .menuItem .solutionsMenu .solutionsItem:last-child {
    border-bottom: 0;
  }
  .mainHeader .headerNav .headerMenu .menuItem .solutionsMenu .solutionsItem .solutionsIcon {
    width: 54px;
    height: 44px;
    margin-right: 0;
  }
  .mainHeader .headerNav .headerMenu .menuItem .solutionsMenu .solutionsItem .solutionsContent {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
  }
  .mainHeader .headerNav .headerMenu .menuItem .solutionsMenu .solutionsItem .solutionsContent .solutionsTitle {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.3;
  }
  .mainHeader .headerNav .headerMenu .menuItem .solutionsMenu .solutionsItem .solutionsDesc {
    grid-column: 1/-1;
    max-width: 100%;
    margin-left: 0;
    text-align: left;
    font-size: 13px;
    line-height: 1.45;
  }
  .mainHeader .headerNav .headerMenu .menuItem .corporateMenu .corporateItem {
    padding: 14px 0;
    gap: 10px;
    border-bottom: 1px solid #efefef;
  }
  .mainHeader .headerNav .headerMenu .menuItem .corporateMenu .corporateItem:last-child {
    border-bottom: 0;
  }
  .mainHeader .headerNav .headerMenu .menuItem .corporateMenu .corporateItem .corporateTitle {
    font-size: 16px;
    line-height: 1.3;
  }
  .mainHeader .headerNav .headerMenu .menuItem .corporateMenu .corporateItem .corporateSub {
    display: block;
    margin-left: 0;
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.4;
  }
  .mainHeader.headerLight .headerNav {
    background: #e9e9e9;
  }
  .mainHeader.headerLight .headerNav .mobileNavHead .mobileMenuClose {
    background: #fff;
    color: #000;
  }
  .mainHeader.headerLight .headerNav .headerMenu .menuItem .menuLink {
    background: #fff !important;
    color: #000 !important;
  }
  .mainHeader.headerLight .headerNav .headerMenu .menuItem .menuLink .dropdownBadge {
    background: #e0e0e0 !important;
  }
  .mainHeader.headerLight .headerSearch,
  .mainHeader.headerLight .headerAction.searchBtn,
  .mainHeader.headerLight .headerAction.langDropdown .langTrigger,
  .mainHeader.headerLight .headerAction.openMenuBtn {
    background: #fff !important;
  }
  .mainHeader.headerLight .headerAction.searchBtn img,
  .mainHeader.headerLight .headerSearch .searchSubmit img {
    filter: brightness(0);
  }
  .mainHeader.headerLight .headerAction.openMenuBtn span {
    background-color: #000;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .mainHeader .headerNav .headerMenu .menuItem .menuLink {
    min-width: 130px;
  }
  .mainHeader .headerContainer:after {
    display: none;
  }
  .mainHeader .headerNav .headerMenu .menuItem .megaDropdown {
    width: min(920px, 100vw - 40px);
    max-width: calc(100vw - 40px);
  }
  .mainHeader .headerNav .headerMenu .menuItem .megaDropdown .megaDropdownCol {
    padding: 26px 0 0;
    min-width: 0;
  }
  .mainHeader .headerNav .headerMenu .menuItem .megaDropdown .megaDropdownCol .top {
    padding: 0 18px;
  }
  .mainHeader .headerNav .headerMenu .menuItem .megaDropdown .megaDropdownCol .productCategory {
    font-size: 11px;
    margin-bottom: 8px;
  }
  .mainHeader .headerNav .headerMenu .menuItem .megaDropdown .megaDropdownCol .productTitle {
    font-size: 16px;
    margin: 0 0 12px 0;
  }
  .mainHeader .headerNav .headerMenu .menuItem .megaDropdown .megaDropdownCol .productBtn {
    width: 28px;
    height: 28px;
    margin-bottom: 12px;
  }
  .mainHeader .headerNav .headerMenu .menuItem .megaDropdown .megaDropdownCol .productImgArea {
    max-width: 130px;
  }
  .mainHeader .headerNav .headerMenu .menuItem .solutionsMenu,
  .mainHeader .headerNav .headerMenu .menuItem .corporateMenu {
    width: min(500px, 100vw - 40px);
    max-width: calc(100vw - 40px);
    right: 0;
    left: auto;
  }
  .mainHeader .headerNav .headerMenu .menuItem .solutionsMenu .solutionsGrid,
  .mainHeader .headerNav .headerMenu .menuItem .corporateMenu .corporateGrid {
    padding: 14px 18px 16px;
  }
  .mainHeader .headerNav .headerMenu .menuItem .solutionsMenu .solutionsItem {
    padding: 14px 0;
  }
  .mainHeader .headerNav .headerMenu .menuItem .solutionsMenu .solutionsItem .solutionsIcon {
    width: 50px;
    height: 40px;
    margin-right: 14px;
  }
  .mainHeader .headerNav .headerMenu .menuItem .solutionsMenu .solutionsItem .solutionsContent {
    gap: 12px;
    min-width: 0;
  }
  .mainHeader .headerNav .headerMenu .menuItem .solutionsMenu .solutionsItem .solutionsContent .solutionsTitle {
    max-width: 145px;
    font-size: 14px;
  }
  .mainHeader .headerNav .headerMenu .menuItem .solutionsMenu .solutionsItem .solutionsContent .productBtn,
  .mainHeader .headerNav .headerMenu .menuItem .corporateMenu .corporateItem .productBtn {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
  }
  .mainHeader .headerNav .headerMenu .menuItem .solutionsMenu .solutionsItem .solutionsDesc {
    max-width: 125px;
    font-size: 11px;
    line-height: 1.4;
  }
  .mainHeader .headerNav .headerMenu .menuItem .corporateMenu .corporateItem {
    padding: 14px 0;
  }
  .mainHeader .headerNav .headerMenu .menuItem .corporateMenu .corporateItem .corporateTitle {
    font-size: 14px;
  }
  .mainHeader .headerNav .headerMenu .menuItem .corporateMenu .corporateItem .corporateTitle .corporateSub {
    display: block;
    margin-left: 0;
    margin-top: 4px;
    font-size: 11px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .mainHeader {
    top: 24px;
    max-width: 100%;
    padding: 0 18px;
  }
  .mainHeader .headerContainer::after {
    left: -14px;
    width: 86px;
  }
  .mainHeader .headerNav .headerMenu .menuItem .menuLink {
    min-width: 122px;
    font-size: 14px;
    padding: 0 12px;
  }
  .mainHeader .headerNav .headerMenu .menuItem .megaDropdown {
    width: min(1180px, 100vw - 36px);
    max-width: calc(100vw - 36px);
  }
  .mainHeader .headerNav .headerMenu .menuItem .megaDropdown .megaDropdownCol {
    padding: 38px 0 0;
    min-width: 0;
  }
  .mainHeader .headerNav .headerMenu .menuItem .megaDropdown .megaDropdownCol .top {
    padding: 0 30px;
  }
  .mainHeader .headerNav .headerMenu .menuItem .megaDropdown .megaDropdownCol .productCategory {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .mainHeader .headerNav .headerMenu .menuItem .megaDropdown .megaDropdownCol .productTitle {
    font-size: 19px;
    margin: 0 0 16px 0;
  }
  .mainHeader .headerNav .headerMenu .menuItem .megaDropdown .megaDropdownCol .productBtn {
    width: 30px;
    height: 30px;
    margin-bottom: 16px;
  }
  .mainHeader .headerNav .headerMenu .menuItem .megaDropdown .megaDropdownCol .productImgArea {
    max-width: 175px;
  }
  .mainHeader .headerNav .headerMenu .menuItem .solutionsMenu,
  .mainHeader .headerNav .headerMenu .menuItem .corporateMenu {
    width: min(640px, 100vw - 36px);
    max-width: calc(100vw - 36px);
    right: 0;
    left: auto;
  }
  .mainHeader .headerNav .headerMenu .menuItem .solutionsMenu .solutionsGrid,
  .mainHeader .headerNav .headerMenu .menuItem .corporateMenu .corporateGrid {
    padding: 18px 26px 20px;
  }
  .mainHeader .headerNav .headerMenu .menuItem .solutionsMenu .solutionsItem {
    padding: 18px 0;
  }
  .mainHeader .headerNav .headerMenu .menuItem .solutionsMenu .solutionsItem .solutionsIcon {
    width: 66px;
    height: 50px;
    margin-right: 20px;
  }
  .mainHeader .headerNav .headerMenu .menuItem .solutionsMenu .solutionsItem .solutionsContent {
    gap: 18px;
    min-width: 0;
  }
  .mainHeader .headerNav .headerMenu .menuItem .solutionsMenu .solutionsItem .solutionsContent .solutionsTitle {
    max-width: 190px;
    font-size: 18px;
  }
  .mainHeader .headerNav .headerMenu .menuItem .solutionsMenu .solutionsItem .solutionsContent .productBtn,
  .mainHeader .headerNav .headerMenu .menuItem .corporateMenu .corporateItem .productBtn {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
  }
  .mainHeader .headerNav .headerMenu .menuItem .solutionsMenu .solutionsItem .solutionsDesc {
    max-width: 150px;
    font-size: 12px;
  }
  .mainHeader .headerNav .headerMenu .menuItem .corporateMenu .corporateItem {
    padding: 18px 0;
  }
  .mainHeader .headerNav .headerMenu .menuItem .corporateMenu .corporateItem .corporateTitle {
    font-size: 18px;
  }
  .mainHeader .headerNav .headerMenu .menuItem .corporateMenu .corporateItem .corporateTitle .corporateSub {
    display: block;
    margin-left: 0;
    margin-top: 4px;
    font-size: 12px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .mainHeader .headerNav .headerMenu .menuItem .megaDropdown .megaDropdownCol .top {
    padding: 0 44px;
  }
  .mainHeader .headerNav .headerMenu .menuItem .megaDropdown .megaDropdownCol .productTitle {
    font-size: 21px;
  }
  .mainHeader .headerNav .headerMenu .menuItem .megaDropdown .megaDropdownCol .productImgArea {
    max-width: 205px;
  }
  .mainHeader .headerNav .headerMenu .menuItem .solutionsMenu .solutionsItem .solutionsContent .solutionsTitle {
    max-width: 235px;
  }
  .mainHeader .headerNav .headerMenu .menuItem .solutionsMenu .solutionsItem .solutionsDesc {
    max-width: 180px;
  }
}
@media screen and (max-width: 576px) {
  .siteFooter {
    padding-bottom: 30px;
  }
  .siteFooter .footerTop {
    margin-bottom: 34px;
    padding-bottom: 20px;
  }
  .siteFooter .footerTop .topArea .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .siteFooter .footerTop .topArea .footerLogo {
    padding: 24px 0 0;
    border-right: 0;
  }
  .siteFooter .footerTop .topArea .imgArea {
    margin-left: 0;
    max-width: 220px;
  }
  .siteFooter .footerTop .footerTopBottom {
    position: static;
    margin-top: 16px;
  }
  .siteFooter .footerMiddle {
    margin-bottom: 30px;
  }
  .siteFooter .footerMiddle .footerAddresses {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 26px;
  }
  .siteFooter .footerMiddle .footerMenus {
    flex-direction: column;
    align-items: stretch;
    gap: 26px;
  }
  .siteFooter .footerMiddle .footerMenusMain {
    gap: 22px;
  }
  .siteFooter .footerMiddle .footerMenusRow {
    flex-direction: column;
    gap: 22px;
  }
  .siteFooter .footerMiddle .footerMenuBlock {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .siteFooter .footerMiddle .footerMenuHead {
    width: 100%;
    gap: 12px;
    padding-bottom: 12px;
  }
  .siteFooter .footerMiddle .footerLinksList {
    width: 100%;
    min-width: 0;
  }
  .siteFooter .footerMiddle .footerPartners {
    max-width: 160px;
  }
  .siteFooter .footerMiddle .footerPartners img {
    max-width: 160px;
    max-height: 36px;
  }
  .siteFooter .footerBottom {
    gap: 18px;
  }
  .siteFooter .footerBottomBar {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .siteFooter .footerBadges {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
  }
  .siteFooter .footerBadges .item img {
    width: 34px;
    height: 34px;
    object-fit: contain;
  }
  .siteFooter .footerBottomLinks {
    gap: 8px;
  }
  .siteFooter .footerBottomLinks a,
  .siteFooter .footerBottomLinks .sep {
    font-size: 12px;
    line-height: 1.35;
    white-space: normal;
  }
  .siteFooter .footerCopyright p {
    white-space: normal;
    font-size: 12px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .siteFooter .footerTop .topArea .container {
    flex-wrap: wrap;
    gap: 20px;
  }
  .siteFooter .footerMiddle .footerMenus {
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
  }
  .siteFooter .footerMiddle .footerMenusRow {
    gap: 26px;
  }
  .siteFooter .footerMiddle .footerMenuBlock {
    gap: 20px;
  }
  .siteFooter .footerBottomBar {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .siteFooter .footerTop .topArea .container {
    gap: 24px;
  }
  .siteFooter .footerTop .topArea .footerLogo {
    padding-right: 24px;
  }
  .siteFooter .footerMiddle .footerMenus {
    flex-direction: column;
    align-items: stretch;
    gap: 34px;
  }
  .siteFooter .footerBottomBar {
    gap: 18px;
    align-items: flex-start;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .siteFooter .footerTop .topArea .container {
    gap: 26px;
  }
  .siteFooter .footerMiddle .footerMenus {
    gap: 30px;
  }
  .siteFooter .footerMiddle .footerMenuBlock {
    gap: 24px;
  }
}
@media screen and (max-width: 576px) {
  section.mainBanner {
    aspect-ratio: auto;
    overflow: hidden;
  }
  section.mainBanner .container {
    padding: 96px 14px 28px;
  }
  section.mainBanner .bannerTopRow {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 24px;
  }
  section.mainBanner .bannerContent .bannerSubtitle {
    font-size: 14px;
    margin-bottom: 24px;
  }
  section.mainBanner .bannerContent .bannerTitle {
    font-size: 22px;
    line-height: 1.4;
  }
  section.mainBanner .bannerSeparator {
    margin-bottom: 26px;
  }
  section.mainBanner .bannerActions {
    flex-direction: column;
    gap: 14px;
    margin-bottom: 0;
  }
  section.mainBanner .bannerActions .bannerBtn {
    font-size: 16px;
    gap: 12px;
  }
  section.mainBanner .capacityWidget {
    width: 100%;
    max-width: 100%;
    padding: 18px 14px;
    gap: 12px;
  }
  section.mainBanner .capacityWidget .widgetHeader {
    gap: 10px;
  }
  section.mainBanner .capacityWidget .widgetHeader .widgetTitle {
    font-size: 13px;
    line-height: 1.45;
    max-width: 100%;
  }
  section.mainBanner .capacityWidget .counterWrapper {
    flex-wrap: wrap;
    gap: 8px;
  }
  section.mainBanner .capacityWidget .counterWrapper .counterDigits {
    gap: 2px;
    max-width: 100%;
  }
  section.mainBanner .capacityWidget .counterWrapper .digit {
    width: 20px;
    height: 24px;
    font-size: 13px;
  }
  section.mainBanner .capacityWidget .counterWrapper .counterUnit {
    font-size: 12px;
  }
  section.mainBanner .capacityWidget .widgetSub {
    font-size: 11px;
    line-height: 1.4;
  }
  section.mainBanner .floatingWatermark {
    right: 14px;
    bottom: 14px;
    width: 42px;
    height: 42px;
  }
  .productCardsSection {
    margin: 50px 0 0px;
  }
  .productCardsSection .pageTitleArea {
    margin-bottom: 30px;
  }
  .productCardsSection .productCardsGrid {
    grid-template-columns: 1fr;
    gap: 30px 12px;
  }
  .featuresSection {
    padding: 48px 0 80px;
    overflow: hidden;
  }
  .featuresSection > .container {
    padding: 0 14px;
    justify-content: stretch;
  }
  .featuresSection .pageTitleArea {
    margin-bottom: 34px;
  }
  .featuresSection .featuresInner {
    display: block;
    min-height: 0;
  }
  .featuresSection .featuresShield {
    position: relative;
    left: auto;
    bottom: auto;
    max-width: 230px;
    margin: 0 auto 18px;
  }
  .featuresSection .featuresGrid {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .featuresSection .featureCard .top .featureTitle {
    font-size: 15px;
    padding: 0 16px;
  }
  .featuresSection .featureCard .bottom {
    padding: 24px 18px 22px;
  }
  .featuresSection .featureCard .featureDesc {
    font-size: 15px;
    line-height: 1.5;
  }
  .sectoralSection {
    padding: 58px 0 64px;
    overflow: hidden;
  }
  .sectoralSection .sectoralHeader {
    margin-bottom: 24px;
    gap: 16px;
  }
  .sectoralSection .sectoralHeaderLeft {
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sectoralSection .sectoralHeaderRight {
    overflow: hidden;
    overflow-x: auto;
    scrollbar-width: none;
    margin-top: 20px;
    -ms-overflow-style: none;
  }
  .sectoralSection .sectoralHeaderLeft .title {
    font-size: 18px;
    white-space: nowrap;
  }
  .sectoralSection .sectoralTabBtn {
    padding: 8px 16px;
    font-size: 13px;
    white-space: nowrap;
    flex: 0 0 auto;
  }
  .sectoralSection .sectoralTabs {
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 2px;
    max-width: 100%;
  }
  .sectoralSection .sectoralContentWrapper {
    padding: 18px 0;
    overflow: hidden;
  }
  .sectoralSection .sectoralWatermarkText {
    font-size: 54px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
  }
  .sectoralSection .sectoralCardFrame {
    border-radius: 24px;
    padding: 10px;
  }
  .sectoralSection .sectoralCardInner,
  .sectoralSection .sectoralImagePlaceholder,
  .sectoralSection .sectoralImagePlaceholder img {
    border-radius: 18px;
  }
  .sectoralSection .sectoralImageArea {
    height: 320px;
  }
  .sectoralSection .sectoralBadge {
    top: 20px;
    left: 20px;
    font-size: 12px;
    padding: 8px 14px;
  }
  .sectoralSection .sectoralActionArea {
    left: 20px;
    bottom: 20px;
    gap: 8px;
  }
  .sectoralSection .sectoralDiscoverBtn {
    padding: 10px 16px;
    font-size: 11px;
  }
  .sectoralSection .sectoralArrowBtn {
    width: 42px;
    height: 36px;
  }
  .sectoralSection .sectoralBottomText {
    margin-top: 24px;
  }
  .sectoralSection .sectoralBottomText p {
    font-size: 18px;
    line-height: 1.5;
  }
  .brandOverviewSection {
    padding: 0 20px;
  }
  .brandOverviewSection .container {
    padding: 80px 0 64px;
  }
  .brandOverviewSection .brandOverviewWatermark {
    left: 50%;
    transform: translateX(-50%);
    width: 240px;
  }
  .brandOverviewSection .brandOverviewHeadline {
    font-size: 18px;
    text-align: center;
    line-height: 1.35;
    margin-bottom: 36px;
  }
  .brandOverviewSection .brandOverviewCounters .row {
    gap: 12px 0;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.mainBanner {
    aspect-ratio: auto;
    overflow: hidden;
  }
  section.mainBanner .container {
    padding: 96px 14px 28px;
  }
  section.mainBanner .bannerTopRow {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 24px;
  }
  section.mainBanner .bannerContent .bannerSubtitle {
    font-size: 14px;
    margin-bottom: 24px;
  }
  section.mainBanner .bannerContent .bannerTitle {
    font-size: 22px;
    line-height: 1.4;
  }
  section.mainBanner .bannerSeparator {
    margin-bottom: 26px;
  }
  section.mainBanner .bannerActions {
    flex-direction: column;
    gap: 14px;
    margin-bottom: 0;
  }
  section.mainBanner .bannerActions .bannerBtn {
    font-size: 16px;
    gap: 12px;
  }
  section.mainBanner .capacityWidget {
    width: 100%;
    max-width: 100%;
    padding: 18px 14px;
    gap: 12px;
  }
  section.mainBanner .capacityWidget .widgetHeader {
    gap: 10px;
  }
  section.mainBanner .capacityWidget .widgetHeader .widgetTitle {
    font-size: 13px;
    line-height: 1.45;
    max-width: 100%;
  }
  section.mainBanner .capacityWidget .counterWrapper {
    flex-wrap: wrap;
    gap: 8px;
  }
  section.mainBanner .capacityWidget .counterWrapper .counterDigits {
    gap: 2px;
    max-width: 100%;
  }
  section.mainBanner .capacityWidget .counterWrapper .digit {
    width: 20px;
    height: 24px;
    font-size: 13px;
  }
  section.mainBanner .capacityWidget .counterWrapper .counterUnit {
    font-size: 12px;
  }
  section.mainBanner .capacityWidget .widgetSub {
    font-size: 11px;
    line-height: 1.4;
  }
  section.mainBanner .floatingWatermark {
    right: 14px;
    bottom: 14px;
    width: 42px;
    height: 42px;
  }
  .productCardsSection {
    margin: 30px 0 0px;
  }
  .productCardsSection .pageTitleArea {
    margin-bottom: 30px;
  }
  .productCardsSection .productCardsGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 12px;
  }
  .featuresSection {
    padding: 48px 0 80px;
    overflow: hidden;
  }
  .featuresSection > .container {
    padding: 0 14px;
    justify-content: stretch;
  }
  .featuresSection .pageTitleArea {
    margin-bottom: 34px;
  }
  .featuresSection .featuresInner {
    display: block;
    min-height: 0;
  }
  .featuresSection .featuresShield {
    position: relative;
    left: auto;
    bottom: auto;
    max-width: 230px;
    margin: 0 auto 18px;
  }
  .featuresSection .featuresGrid {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .featuresSection .featureCard .top .featureTitle {
    font-size: 15px;
    padding: 0 16px;
  }
  .featuresSection .featureCard .bottom {
    padding: 24px 18px 22px;
  }
  .featuresSection .featureCard .featureDesc {
    font-size: 15px;
    line-height: 1.5;
  }
  .sectoralSection {
    padding: 58px 0 64px;
    overflow: hidden;
  }
  .sectoralSection .sectoralHeader {
    margin-bottom: 24px;
    gap: 16px;
  }
  .sectoralSection .sectoralHeaderLeft {
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sectoralSection .sectoralHeaderRight {
    overflow: hidden;
    overflow-x: auto;
    scrollbar-width: none;
    margin-top: 20px;
    -ms-overflow-style: none;
  }
  .sectoralSection .sectoralHeaderLeft .title {
    font-size: 18px;
    white-space: nowrap;
  }
  .sectoralSection .sectoralTabBtn {
    padding: 8px 16px;
    font-size: 13px;
    white-space: nowrap;
    flex: 0 0 auto;
  }
  .sectoralSection .sectoralTabs {
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 2px;
    max-width: 100%;
  }
  .sectoralSection .sectoralContentWrapper {
    padding: 18px 0;
    overflow: hidden;
  }
  .sectoralSection .sectoralWatermarkText {
    font-size: 54px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
  }
  .sectoralSection .sectoralCardFrame {
    border-radius: 24px;
    padding: 10px;
  }
  .sectoralSection .sectoralCardInner,
  .sectoralSection .sectoralImagePlaceholder,
  .sectoralSection .sectoralImagePlaceholder img {
    border-radius: 18px;
  }
  .sectoralSection .sectoralImageArea {
    height: 320px;
  }
  .sectoralSection .sectoralBadge {
    top: 20px;
    left: 20px;
    font-size: 12px;
    padding: 8px 14px;
  }
  .sectoralSection .sectoralActionArea {
    left: 20px;
    bottom: 20px;
    gap: 8px;
  }
  .sectoralSection .sectoralDiscoverBtn {
    padding: 10px 16px;
    font-size: 11px;
  }
  .sectoralSection .sectoralArrowBtn {
    width: 42px;
    height: 36px;
  }
  .sectoralSection .sectoralBottomText {
    margin-top: 24px;
  }
  .sectoralSection .sectoralBottomText p {
    font-size: 18px;
    line-height: 1.5;
  }
  .brandOverviewSection {
    padding: 0 20px;
  }
  .brandOverviewSection .container {
    padding: 80px 0 64px;
  }
  .brandOverviewSection .brandOverviewWatermark {
    left: 50%;
    transform: translateX(-50%);
    width: 240px;
  }
  .brandOverviewSection .brandOverviewHeadline {
    font-size: 18px;
    text-align: center;
    line-height: 1.35;
    margin-bottom: 36px;
  }
  .brandOverviewSection .brandOverviewCounters .row {
    gap: 12px 0;
  }
  .brandOverviewTab {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.mainBanner {
    min-height: 880px;
    overflow: hidden;
  }
  section.mainBanner .bannerTopRow {
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
  }
  section.mainBanner .bannerContent .bannerTitle {
    font-size: 28px;
  }
  section.mainBanner .capacityWidget {
    width: 100%;
    max-width: 100%;
  }
  .productCardsSection .productCardsGrid {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }
  .sectoralSection {
    overflow: hidden;
  }
  .sectoralSection .sectoralWatermarkText {
    font-size: 148px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  .sectoralSection .sectoralImageArea {
    height: 460px;
  }
  .sectoralSection .sectoralContentWrapper {
    overflow: hidden;
  }
  .brandOverviewSection {
    padding: 0 20px;
  }
  .brandOverviewSection .container {
    padding: 80px 0 64px;
  }
  .brandOverviewSection .brandOverviewWatermark {
    left: 50%;
    transform: translateX(-50%);
    width: 240px;
  }
  .brandOverviewSection .brandOverviewHeadline {
    font-size: 18px;
    text-align: center;
    line-height: 1.35;
    margin-bottom: 36px;
  }
  .brandOverviewSection .brandOverviewCounters .row {
    gap: 12px 0;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.mainBanner {
    aspect-ratio: unset;
  }
  section.mainBanner .bannerTopRow {
    gap: 40px;
  }
  section.mainBanner .bannerContent {
    max-width: 500px;
  }
  section.mainBanner .container {
    padding: 161px 12px 60px;
  }
  .productCardsSection .productCardsGrid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .sectoralSection .sectoralWatermarkText {
    font-size: 172px;
  }
  .sectoralSection .sectoralImageArea {
    height: 500px;
  }
}
@media screen and (max-width: 1699px) {
  .brandOverviewTab {
    left: 0;
    transform: translateX(20%);
  }
}
@media screen and (max-width: 576px) {
  section.productsHero {
    min-height: 0;
    padding: 120px 0 40px;
    margin-bottom: 40px;
    gap: 36px;
  }
  section.productsHero .heroIcon {
    margin-bottom: 24px;
    width: 42px;
    height: 42px;
    padding: 10px;
  }
  section.productsHero .heroText {
    font-size: 30px;
    line-height: 1.25;
  }
  .productCardsGrid {
    grid-template-columns: 1fr;
    padding: 0 14px;
    gap: 14px;
  }
  section.productsTechSection {
    margin-top: 64px;
    padding: 0 14px 80px;
  }
  section.productsTechSection .techLeft,
  section.productsTechSection .techRight {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  section.productsTechSection .techLeft {
    padding: 0 0 24px;
  }
  section.productsTechSection .techIcon {
    margin-bottom: 20px;
    width: 42px;
    height: 42px;
    padding: 9px;
  }
  section.productsTechSection .techLabel {
    font-size: 14px;
    margin-bottom: 8px;
  }
  section.productsTechSection .techText {
    font-size: 20px;
    line-height: 1.4;
  }
  section.productsTechSection .techCellRow {
    grid-template-columns: 1fr;
  }
  section.productsTechSection .techCellRow .techCell:first-child {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  section.productsTechSection .techCellHead {
    width: 48px;
  }
  section.productsTechSection .techCell .techCellBody {
    padding: 24px 18px;
  }
  section.productsTechSection .techCell .techCellBody:before {
    width: 110px;
    height: 110px;
    left: -10px;
  }
  section.productsTechSection .techCell .techCellBody .techTitle {
    margin-bottom: 20px;
    font-size: 22px;
  }
  section.productsTechSection .techCell .techCellIcon {
    width: 56px;
    height: 50px;
  }
  section.productsTechSection .techCell .techCellFoot {
    padding: 20px 18px;
  }
  section.productsTechSection .techCell .techDesc {
    font-size: 15px;
    line-height: 1.5;
    max-width: 100%;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .productCardsGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0 16px;
    gap: 16px;
  }
  .productCardsGrid .productCard .cardTop {
    padding: 26px 22px 0;
  }
  .productCardsGrid .productCard .cardTitle {
    font-size: 26px;
    line-height: 1.15;
  }
  .productCardsGrid .productCard .cardImageArea {
    height: 230px;
    max-height: 230px;
  }
  .productCardsGrid .productCard .cardFooter {
    padding-right: 22px;
  }
  section.productsTechSection {
    padding: 0 16px 90px;
  }
  section.productsTechSection .techLeft,
  section.productsTechSection .techRight {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  section.productsTechSection .techLeft {
    padding: 0 0 28px;
  }
  section.productsTechSection .techCell .techCellBody {
    padding: 28px 22px;
  }
  section.productsTechSection .techCell .techCellBody:before {
    width: 130px;
    height: 130px;
  }
  section.productsTechSection .techCell .techCellBody .techTitle {
    font-size: 26px;
    margin-bottom: 30px;
  }
  section.productsTechSection .techCell .techCellFoot {
    padding: 24px 22px;
  }
  section.productsTechSection .techCell .techDesc {
    max-width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.productsHero {
    min-height: 860px;
    padding-top: 150px;
    margin-bottom: -80px;
    gap: 78px;
  }
  section.productsHero .heroText {
    font-size: 40px;
  }
  .productCardsGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 0 16px;
    gap: 16px;
  }
  .productCardsGrid .productCard .cardTop {
    padding: 32px 26px 0;
  }
  .productCardsGrid .productCard .cardTitle {
    font-size: 28px;
    line-height: 1.15;
  }
  .productCardsGrid .productCard .cardImageArea {
    height: 250px;
    max-height: 250px;
  }
  .productCardsGrid .productCard .cardFooter {
    padding-right: 26px;
  }
  section.productsTechSection {
    padding: 0 16px 100px;
    margin-top: 90px;
  }
  section.productsTechSection .techLeft,
  section.productsTechSection .techRight {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  section.productsTechSection .techLeft {
    padding: 0 0 36px;
  }
  section.productsTechSection .techCell .techCellBody,
  section.productsTechSection .techCell .techCellFoot {
    padding-left: 40px;
    padding-right: 40px;
  }
  section.productsTechSection .techCell .techDesc {
    max-width: 100%;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.productsHero {
    min-height: 980px;
    gap: 108px;
  }
  .productCardsGrid {
    grid-template-columns: repeat(3, 1fr);
    padding: 0 18px;
    gap: 18px;
  }
  .productCardsGrid .productCard .cardTop {
    padding: 42px 30px 0 40px;
  }
  .productCardsGrid .productCard .cardTitle {
    font-size: 30px;
  }
  .productCardsGrid .productCard .cardImageArea {
    height: 275px;
    max-height: 275px;
  }
  .productCardsGrid .productCard .cardFooter {
    padding-right: 30px;
  }
  section.productsTechSection {
    padding: 0 18px 120px;
  }
  section.productsTechSection .techLeft {
    padding: 52px 36px 56px;
  }
  section.productsTechSection .techCell .techCellBody,
  section.productsTechSection .techCell .techCellFoot {
    padding-left: 58px;
    padding-right: 58px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  section.productsTechSection .techLeft {
    padding: 60px 48px 60px 90px;
  }
  section.productsTechSection .techCell .techCellBody,
  section.productsTechSection .techCell .techCellFoot {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 576px) {
  section.pdHero {
    padding-bottom: 20px;
  }
  section.pdHero .pdHeroLayout {
    padding-top: 118px;
  }
  section.pdHero .brandOverviewTab {
    bottom: -71px;
  }
  section.pdHero .content {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  section.pdHero .pdHeroLeft,
  section.pdHero .pdHeroRight {
    display: contents;
  }
  section.pdHero .pdHeroLeft .pdMark {
    order: 1;
    margin: 0 0 14px;
    width: 32px;
    height: 32px;
  }
  section.pdHero .pdCategoryPill {
    order: 2;
    height: 36px;
    padding: 0 16px;
    font-size: 13px;
    margin-bottom: 12px;
  }
  section.pdHero .pdTitleRow {
    order: 3;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
  }
  section.pdHero .pdTitleRow .pdTitle {
    font-size: 32px;
    line-height: 1.05;
  }
  section.pdHero .pdTitleRow .pdBadge {
    font-size: 16px;
  }
  section.pdHero .pdMainImage {
    order: 4;
    height: 280px;
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 14px;
  }
  section.pdHero .pdThumbs {
    order: 5;
    width: 100%;
    height: 68px;
    padding-top: 0;
    overflow: hidden;
    margin-bottom: 22px;
  }
  section.pdHero .pdThumbs .swiper-slide {
    height: 100%;
  }
  section.pdHero .pdThumbs .pdThumb {
    width: 100%;
    height: 100%;
    padding: 6px;
  }
  section.pdHero .pdSpecsGrid {
    order: 6;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 18px;
  }
  section.pdHero .pdSpecBox {
    min-height: 0;
    padding: 16px;
  }
  section.pdHero .pdSpecBox .top {
    margin-bottom: 14px;
  }
  section.pdHero .pdSpecBox .pdSpecLabel {
    font-size: 12px;
  }
  section.pdHero .pdSpecBox .pdSpecValue {
    font-size: 16px;
  }
  section.pdHero .pdSpecBox .pdSpecIcon img {
    width: 20px;
    height: 20px;
  }
  section.pdHero .pdSpecBox.pdSpecBoxIconOnly .pdSpecIconOnly {
    width: 34px;
    height: 34px;
  }
  section.pdHero .pdHeroActions {
    order: 7;
    position: static;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 0;
  }
  section.pdHero .pdActionCard {
    min-height: 0;
  }
  section.pdHero .pdActionCardWide {
    padding: 22px 18px;
  }
  section.pdHero .pdActionCardWide p {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 12px;
  }
  section.pdHero .pdActionCardWide strong {
    font-size: 15px;
    line-height: 1.3;
  }
  section.pdHero .pdActionCardCatalog .pdCatalogImage {
    height: 150px;
  }
  section.pdHero .pdOptional {
    margin-top: 40px;
    gap: 14px;
  }
  section.pdHero .pdOptional .pdOptionalTitle {
    font-size: 19px;
  }
  section.pdHero .pdOptional .pdOptionalText {
    font-size: 14px;
    line-height: 1.5;
  }
  .pdBand {
    padding: 60px 0;
  }
  .pdBand .pdBandText {
    font-size: 19px;
    line-height: 1.5;
  }
  section.pdFeaturesSection .pdFeaturesGrid {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 56px 0 60px;
  }
  section.pdFeaturesSection .techCell .techCellHead {
    width: 64px;
    height: 64px;
  }
  section.pdFeaturesSection .techCell .techCellHead img {
    width: 30px;
    height: 30px;
  }
  section.pdFeaturesSection .techCell .techCellBody {
    padding: 20px 18px;
  }
  section.pdFeaturesSection .techCell .techCellBody:before {
    width: 160px;
    height: 160px;
    top: -60%;
    left: -20%;
  }
  section.pdFeaturesSection .techCell .techCellBody .techTitle {
    font-size: 20px;
  }
  section.pdFeaturesSection .techCell .techCellFoot {
    padding: 16px 18px;
  }
  section.pdFeaturesSection .techCell .techDesc {
    font-size: 14px;
    line-height: 1.5;
    max-width: 100%;
  }
  section.pdDrawingsSection {
    padding-bottom: 64px;
  }
  section.pdDrawingsSection .pdDrawingsGrid {
    padding: 12px;
  }
  .pdSectionHeader .container {
    gap: 12px;
  }
  .pdSectionHeader .pdSectionTitle {
    font-size: 20px;
    padding: 20px 14px 20px 0;
  }
  .pdSectionHeader .pdSectionIcon {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.pdHero .brandOverviewTab {
    width: 120px;
    height: 46px;
    bottom: -76px;
  }
  section.pdHero .content {
    display: flex;
    gap: 0;
    flex-direction: column;
  }
  section.pdHero .pdHeroLeft,
  section.pdHero .pdHeroRight {
    display: contents;
  }
  section.pdHero .pdHeroLeft .pdMark {
    order: 1;
    margin: 0 0 16px;
  }
  section.pdHero .pdCategoryPill {
    order: 2;
  }
  section.pdHero .pdTitleRow {
    order: 3;
    margin-bottom: 24px;
  }
  section.pdHero .pdTitleRow .pdTitle {
    font-size: 42px;
  }
  section.pdHero .pdMainImage {
    order: 4;
    height: 400px;
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 18px;
  }
  section.pdHero .pdThumbs {
    order: 5;
    width: 100%;
    height: 80px;
    padding-top: 0;
    overflow: hidden;
    margin-bottom: 26px;
  }
  section.pdHero .pdThumbs .swiper-slide {
    height: 100%;
  }
  section.pdHero .pdThumbs .pdThumb {
    width: 100%;
    height: 100%;
  }
  section.pdHero .pdSpecsGrid {
    order: 6;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 20px;
  }
  section.pdHero .pdHeroActions {
    order: 7;
    position: static;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }
  section.pdHero .pdActionCardCatalog .pdCatalogImage {
    height: 170px;
  }
  section.pdFeaturesSection .pdFeaturesGrid {
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 100px;
  }
  section.pdFeaturesSection .techCell .techCellBody,
  section.pdFeaturesSection .techCell .techCellFoot {
    padding-left: 32px;
    padding-right: 32px;
  }
  section.pdFeaturesSection .techCell .techDesc {
    max-width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.pdHero .brandOverviewTab {
    width: 130px;
    height: 48px;
    bottom: -80px;
  }
  section.pdHero .content {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  section.pdHero .pdHeroLeft,
  section.pdHero .pdHeroRight {
    display: contents;
  }
  section.pdHero .pdHeroLeft .pdMark {
    order: 1;
    margin: 0 0 18px;
  }
  section.pdHero .pdCategoryPill {
    order: 2;
  }
  section.pdHero .pdTitleRow {
    order: 3;
    margin-bottom: 28px;
  }
  section.pdHero .pdMainImage {
    order: 4;
    height: 480px;
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  section.pdHero .pdThumbs {
    order: 5;
    width: 100%;
    height: 90px;
    padding-top: 0;
    overflow: hidden;
    margin-bottom: 28px;
  }
  section.pdHero .pdThumbs .swiper-slide {
    height: 100%;
  }
  section.pdHero .pdThumbs .pdThumb {
    width: 100%;
    height: 100%;
  }
  section.pdHero .pdSpecsGrid {
    order: 6;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 24px;
  }
  section.pdHero .pdSpecBox {
    padding: 20px 18px;
    min-height: 160px;
  }
  section.pdHero .pdSpecBox .pdSpecValue {
    font-size: 18px;
  }
  section.pdHero .pdHeroActions {
    order: 7;
    position: static;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }
  section.pdFeaturesSection .pdFeaturesGrid {
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 130px;
  }
  section.pdFeaturesSection .techCell .techCellBody,
  section.pdFeaturesSection .techCell .techCellFoot {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.pdHero .content {
    grid-template-columns: 340px 1fr;
    gap: 36px;
  }
  section.pdHero .pdHeroLeft .pdMark {
    margin: 40px 0;
  }
  section.pdHero .pdTitleRow .pdTitle {
    font-size: 42px;
  }
  section.pdHero .pdSpecsGrid {
    gap: 8px;
  }
  section.pdHero .pdSpecBox {
    padding: 20px 18px;
    min-height: 140px;
  }
  section.pdHero .pdSpecBox .pdSpecLabel {
    font-size: 13px;
  }
  section.pdHero .pdSpecBox .pdSpecValue {
    font-size: 17px;
  }
  section.pdHero .pdHeroRight {
    grid-template-columns: minmax(0, 1fr) 90px;
    gap: 30px;
    margin-top: 0;
  }
  section.pdHero .pdMainImage {
    height: 460px;
  }
  section.pdHero .pdThumbs {
    width: 90px;
  }
  section.pdHero .pdThumbs .pdThumb {
    width: 90px;
  }
  section.pdHero .pdHeroActions {
    position: static;
    grid-column: 1/-1;
    grid-template-columns: 1fr 1fr;
    margin-top: 24px;
  }
  section.pdFeaturesSection .pdFeaturesGrid {
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 200px;
  }
  section.pdFeaturesSection .techCell .techCellBody,
  section.pdFeaturesSection .techCell .techCellFoot {
    padding-left: 58px;
    padding-right: 58px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  section.pdHero .content {
    grid-template-columns: 400px 1fr;
    gap: 70px;
  }
  section.pdHero .pdHeroLeft .pdMark {
    margin: 54px 0;
  }
  section.pdHero .pdSpecBox {
    padding: 26px 26px;
  }
  section.pdHero .pdSpecBox .pdSpecValue {
    font-size: 18px;
  }
  section.pdHero .pdHeroRight {
    gap: 70px;
  }
  section.pdHero .pdMainImage {
    height: 540px;
  }
  section.pdHero .pdHeroActions {
    position: static;
    grid-column: 1/-1;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  section.aboutHero {
    min-height: 720px;
    padding: 120px 0 28px;
  }
  section.aboutHero .aboutHeroContent {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 30px;
  }
  section.aboutHero .aboutHeroTitle {
    font-size: 34px;
    line-height: 1.2;
  }
  section.aboutHero .aboutHeroText {
    margin: 0;
    text-align: left;
    font-size: 16px;
    line-height: 1.55;
    max-width: 100%;
  }
  section.aboutHero .aboutHeroDivider {
    gap: 16px;
    padding-bottom: 18px;
  }
  section.aboutIntroSection {
    padding-bottom: 50px;
  }
  section.aboutIntroSection .aboutIntroLead {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 1.45;
  }
  section.aboutIntroSection .aboutTimeline {
    grid-template-columns: 1fr;
  }
  section.aboutIntroSection .timelineItem {
    min-height: auto;
    padding: 92px 18px 24px;
    border-right: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }
  section.aboutIntroSection .timelineYear {
    font-size: 34px;
    padding: 10px 16px;
  }
  section.aboutIntroSection .timelineItem p {
    font-size: 16px;
    line-height: 1.5;
  }
  section.aboutIntroSection .aboutSummaryBox {
    padding: 30px 16px;
  }
  section.aboutIntroSection .aboutSummaryBox p {
    font-size: 16px;
    line-height: 1.65;
  }
  section.aboutShowcaseSection {
    padding-top: 24px;
  }
  section.aboutShowcaseSection .aboutShowcaseImage {
    height: 260px;
  }
  section.aboutShowcaseSection .aboutWhyLayout {
    transform: none;
    grid-template-columns: 1fr;
    gap: 26px;
  }
  section.aboutShowcaseSection .aboutWhyLayout .whyIcon {
    margin-bottom: 20px;
  }
  section.aboutShowcaseSection .aboutWhyLayout .aboutWhyTitle {
    font-size: 50px;
    max-width: 100%;
  }
  section.aboutShowcaseSection .aboutWhyLayout .aboutWhyGrid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  section.aboutShowcaseSection .aboutWhyLayout .aboutWhyCard {
    min-height: auto;
    padding: 32px 20px 26px;
  }
  section.aboutShowcaseSection .aboutWhyLayout .whyCardTitle {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 1.3;
  }
  section.aboutShowcaseSection .aboutWhyLayout .whyCardMark {
    margin-bottom: 20px;
  }
  section.aboutShowcaseSection .aboutWhyLayout .whyCardText {
    font-size: 16px;
    line-height: 1.6;
  }
  section.aboutVisionSection {
    padding-top: 18px;
  }
  section.aboutVisionSection .visionGrid {
    grid-template-columns: 1fr;
  }
  section.aboutVisionSection .visionCard {
    padding: 24px 18px 30px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }
  section.aboutVisionSection .visionCard:last-child {
    border-bottom: 0;
  }
  section.aboutVisionSection .visionCard .visionText {
    margin-top: 20px;
  }
  section.aboutVisionSection .visionCard .visionText p {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.55;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.aboutHero .aboutHeroTitle {
    font-size: 44px;
    line-height: 1.15;
  }
  section.aboutIntroSection .aboutTimeline {
    grid-template-columns: repeat(2, 1fr);
  }
  section.aboutIntroSection .timelineItem {
    min-height: 360px;
    padding: 90px 22px 24px;
  }
  section.aboutShowcaseSection .aboutWhyLayout .aboutWhyGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.aboutHero {
    min-height: 920px;
  }
  section.aboutHero .aboutHeroContent {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 46px;
  }
  section.aboutHero .aboutHeroTitle {
    font-size: 52px;
    line-height: 1.15;
  }
  section.aboutHero .aboutHeroText {
    text-align: left;
    margin: 0;
    max-width: 100%;
  }
  section.aboutIntroSection .aboutTimeline {
    grid-template-columns: repeat(2, 1fr);
  }
  section.aboutShowcaseSection .aboutWhyLayout {
    grid-template-columns: 1fr;
    transform: none;
    gap: 40px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.aboutHero .aboutHeroTitle {
    font-size: 58px;
    line-height: 1.16;
  }
  section.aboutShowcaseSection .aboutWhyLayout {
    grid-template-columns: 280px 1fr;
    gap: 50px;
    transform: translateY(-90px);
  }
  section.aboutShowcaseSection .aboutWhyLayout .aboutWhyTitle {
    font-size: 74px;
  }
}
@media screen and (max-width: 576px) {
  section.solutionHero {
    min-height: 620px;
    padding: 120px 0 40px;
  }
  section.solutionHero .container.flex {
    margin-top: 26px;
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;
  }
  section.solutionHero .solutionHeroCard {
    width: 100%;
    height: 100px;
    grid-template-columns: 82px 1fr;
  }
  section.solutionHero .solutionHeroCard .icon img {
    width: 28px;
    height: 28px;
  }
  section.solutionHero .solutionHeroCard .solutionHeroTitle {
    font-size: 24px;
    padding-left: 16px;
    padding-right: 14px;
  }
  section.solutionHero .solutionHeroTagline {
    transform: scale(0.9);
    transform-origin: left top;
  }
  section.solutionIntroSection .container {
    padding: 70px 20px 30px;
  }
  section.solutionIntroSection .solutionIntroText {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.55;
  }
  section.solutionIntroSection .solutionFeatureRow {
    grid-template-columns: 22px 1fr;
    gap: 12px;
    align-items: start;
  }
  section.solutionIntroSection .solutionFeatureRow h3 {
    grid-column: 2/-1;
    font-size: 20px;
    line-height: 1.3;
  }
  section.solutionIntroSection .solutionFeatureRow p {
    grid-column: 1/-1;
    font-size: 16px;
    line-height: 1.55;
    margin: 4px 0 0;
  }
  section.solutionsSingleSection {
    padding: 14px 0 66px;
  }
  section.solutionsSingleSection .pdSectionHeader {
    margin-bottom: 28px;
  }
  section.solutionsSingleSection .solutionsSingleGrid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 34px;
  }
  section.solutionsSingleSection .solutionsSingleCard {
    min-height: auto;
  }
  section.solutionsSingleSection .solutionsBottomText {
    font-size: 18px;
    line-height: 1.55;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.solutionHero .solutionHeroCard {
    height: 116px;
    grid-template-columns: 96px 1fr;
  }
  section.solutionHero .solutionHeroCard .solutionHeroTitle {
    font-size: 28px;
  }
  section.solutionIntroSection .solutionFeatureRow {
    grid-template-columns: 24px 220px 1fr;
    gap: 20px;
  }
  section.solutionsSingleSection .solutionsSingleGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.solutionHero {
    min-height: 700px;
  }
  section.solutionHero .container.flex {
    gap: 14px;
  }
  section.solutionHero .solutionHeroCard .solutionHeroTitle {
    font-size: 30px;
  }
  section.solutionIntroSection .container {
    padding-top: 92px;
  }
  section.solutionIntroSection .solutionFeatureRow {
    grid-template-columns: 24px 230px 1fr;
    gap: 22px;
    padding: 34px 0;
  }
  section.solutionIntroSection .solutionFeatureRow h3 {
    font-size: 23px;
  }
  section.solutionIntroSection .solutionFeatureRow p {
    font-size: 18px;
    line-height: 1.5;
  }
  section.solutionsSingleSection .solutionsSingleGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.solutionHero {
    min-height: 760px;
  }
  section.solutionIntroSection .solutionFeatureRow {
    grid-template-columns: 26px 250px 1fr;
    gap: 26px;
    padding: 42px 0;
  }
  section.solutionsSingleSection .solutionsSingleGrid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
}
@media screen and (max-width: 576px) {
  section.contactHero .contactHeroMap {
    min-height: 720px;
  }
  section.contactHero .container {
    padding-top: 120px;
  }
  section.contactHero .container.flex {
    margin-top: 26px;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
  section.contactHero .solutionHeroCard {
    width: 100%;
    height: 102px;
    grid-template-columns: 82px 1fr;
  }
  section.contactHero .solutionHeroCard .solutionHeroTitle {
    font-size: 24px;
    padding: 0 14px;
  }
  section.contactHero .contactAddresses {
    position: static;
    padding: 14px 0 20px;
  }
  section.contactHero .contactAddresses .container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  section.contactHero .contactAddresses .addressCard {
    padding: 18px 16px;
    max-width: 100%;
  }
  section.contactMainSection > .container:first-child {
    padding-top: 84px;
  }
  section.contactMainSection .contactLead {
    margin-bottom: 38px;
    font-size: 18px;
    line-height: 1.55;
  }
  section.contactMainSection .pdSectionHeader {
    margin-bottom: 30px;
  }
  section.contactMainSection .pdSectionHeader .pdSectionTitle {
    max-width: 100%;
    padding: 24px 0;
    font-size: 24px;
    line-height: 1.2;
  }
  section.contactMainSection .pdSectionHeader p {
    font-size: 15px;
    line-height: 1.55;
  }
  section.contactMainSection .contactFormHeader {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  section.contactMainSection .contactFormHeader h2 {
    max-width: 100%;
    font-size: 24px;
  }
  section.contactMainSection .fieldRow {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 10px;
  }
  section.contactMainSection .selectFieldWrap {
    width: 100%;
  }
  section.contactMainSection .contactCustomSelectTrigger {
    height: 60px;
    padding: 0 18px;
  }
  section.contactMainSection .contactSubmitBtn {
    width: 100%;
    height: 56px;
    font-size: 14px;
  }
  .contactTrustSection .container {
    height: auto;
    flex-direction: column;
  }
  .contactTrustSection .trustLeft,
  .contactTrustSection .trustRight {
    width: 100%;
    padding: 24px 0;
  }
  .contactTrustSection .trustLeft {
    gap: 14px;
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .contactTrustSection .trustLeft h3 {
    font-size: 28px;
    line-height: 1.2;
    max-width: 100%;
  }
  .contactTrustSection .trustRight {
    padding-left: 0;
  }
  .contactTrustSection .trustRight p {
    font-size: 18px;
    line-height: 1.55;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.contactHero .contactAddresses .container {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  section.contactHero .contactAddresses {
    position: unset;
    margin-top: 40px;
    padding-bottom: 40px;
  }
  section.contactMainSection .fieldRow {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  section.contactMainSection .fieldRow.single {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.contactHero .contactHeroMap {
    min-height: 860px;
  }
  section.contactHero .contactAddresses {
    bottom: 20px;
  }
  section.contactHero .contactAddresses .addressCard {
    padding: 24px 20px;
  }
  section.contactMainSection .contactFormHeader {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  section.contactMainSection .fieldRow {
    gap: 14px;
  }
  section.contactMainSection .selectFieldWrap {
    width: calc(50% - 7px);
  }
  .contactTrustSection .container {
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
  }
  .contactTrustSection .trustLeft {
    border-right: 0;
    border-bottom: 1px solid rgb(255, 255, 255);
    padding-right: 0;
  }
  .contactTrustSection .trustRight {
    padding-left: 0;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.contactHero .contactAddresses .addressCard {
    padding: 30px 26px;
  }
  .contactTrustSection .trustLeft {
    padding-right: 34px;
    gap: 24px;
  }
  .contactTrustSection .trustRight {
    padding-left: 42px;
  }
}
@media screen and (max-width: 576px) {
  section.certicateHero {
    margin-bottom: -90px;
  }
  section.certicateHero .contactHeroMap {
    min-height: 640px;
  }
  section.certicateHero .container {
    padding-top: 120px;
  }
  section.certicateHero .container.flex {
    margin-top: 26px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  section.certicateHero .solutionHeroCard {
    width: 100%;
    height: 102px;
    grid-template-columns: 82px 1fr;
  }
  section.certicateHero .solutionHeroCard .solutionHeroTitle {
    font-size: 24px;
    padding-left: 16px;
    padding-right: 12px;
  }
  section.certicateHero .solutionHeroTagline {
    transform: none;
    transform: none;
  }
  section.certificatesGridSection {
    padding: 12px 0 60px;
  }
  section.certificatesGridSection .certificatesGrid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  section.certificatesGridSection .certificateCard .top {
    padding: 22px 18px 0;
  }
  section.certificatesGridSection .certificateCard .bottom {
    height: auto;
    min-height: 90px;
    padding: 14px 18px;
  }
  section.certificatesGridSection .certificateCard .bottom h3 {
    font-size: 17px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.certificatesGridSection .certificatesGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  section.certicateHero .solutionHeroTagline {
    transform: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.certicateHero {
    margin-bottom: -190px;
  }
  section.certicateHero .solutionHeroTagline {
    transform: none;
  }
  section.certicateHero .contactHeroMap {
    min-height: 760px;
  }
  section.certificatesGridSection .certificatesGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.certicateHero {
    margin-bottom: -260px;
  }
  section.certicateHero .solutionHeroTagline {
    transform: none;
  }
  section.certicateHero .contactHeroMap {
    min-height: 920px;
  }
  section.certificatesGridSection .certificatesGrid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
}
@media screen and (max-width: 576px) {
  body.searchPage section.certicateHero.searchHero {
    margin-bottom: -40px;
  }
  body.searchPage section.certicateHero.searchHero .contactHeroMap {
    min-height: 620px;
  }
  body.searchPage section.certicateHero.searchHero .container.flex {
    margin-top: 30px;
  }
  body.searchPage section.certicateHero.searchHero .searchHeroBottom {
    margin-top: 30px;
  }
  body.searchPage section.certicateHero.searchHero .searchPageForm {
    padding: 6px;
  }
  body.searchPage section.certicateHero.searchHero .searchPageForm .form-control {
    height: 52px;
    padding: 0 14px;
    font-size: 14px;
  }
  body.searchPage section.certicateHero.searchHero .searchPageForm .bannerBtn {
    width: 52px;
    height: 52px;
  }
  section.searchResultsSection {
    padding-bottom: 72px;
  }
  section.searchResultsSection .searchResultsList {
    grid-template-columns: 1fr;
  }
  section.searchResultsSection .searchResultItem .top {
    padding: 18px 18px 0;
  }
  section.searchResultsSection .searchResultItem .bottom {
    padding: 14px 18px 18px;
  }
  section.searchResultsSection .resultTitle {
    font-size: 19px;
  }
  section.searchResultsSection .resultDesc {
    font-size: 14px;
  }
  section.searchResultsSection .searchEmpty {
    padding: 42px 18px;
  }
  section.searchResultsSection .searchEmpty h3 {
    font-size: 28px;
  }
  section.searchResultsSection .searchHint {
    margin-top: 46px;
    padding-top: 30px;
    gap: 16px;
  }
  section.searchResultsSection .searchHint p {
    font-size: 18px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.searchResultsSection .searchResultsList {
    grid-template-columns: 1fr;
  }
  section.searchResultsSection .searchHint p {
    font-size: 22px;
    line-height: 1.45;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  body.searchPage section.certicateHero.searchHero {
    margin-bottom: -160px;
  }
  body.searchPage section.certicateHero.searchHero .contactHeroMap {
    min-height: 740px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.searchResultsSection .searchResultsList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  section.catHero {
    min-height: 640px;
    padding-top: 120px;
    margin-bottom: -250px;
  }
  section.catHero .solutionHeroTagline {
    top: -8px;
    right: 10px;
    transform: scale(0.86);
    transform-origin: top right;
  }
  section.catHero .pageBreadcrumb {
    margin-bottom: 14px;
  }
  section.catHero .pageBreadcrumb .container {
    padding: 0 14px;
  }
  section.catProductsSection .catHeroTitleBox {
    width: 100%;
    max-width: 100%;
    height: 110px;
    grid-template-columns: 84px 1fr;
  }
  section.catProductsSection .catHeroTitleBox .catHeroIcon img {
    width: 30px;
    height: 30px;
  }
  section.catProductsSection .catHeroTitleBox .catHeroTitle {
    font-size: 30px;
    padding-left: 16px;
  }
  section.catProductsSection .catProductsGrid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.catHero {
    min-height: 740px;
    margin-bottom: -310px;
  }
  section.catProductsSection .catHeroTitleBox {
    width: 100%;
    max-width: 620px;
  }
  section.catProductsSection .catProductsGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.catHero {
    min-height: 860px;
    margin-bottom: -390px;
  }
  section.catProductsSection .catProductsGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.catHero {
    min-height: 940px;
    margin-bottom: -450px;
  }
  section.catProductsSection .catProductsGrid {
    gap: 18px;
  }
}
@media screen and (max-width: 576px) {
  body.blogDetailPage section.certicateHero.blogDetailHero {
    margin-bottom: -90px;
  }
  body.blogDetailPage section.certicateHero.blogDetailHero .heroBg {
    height: 640px;
  }
  body.blogDetailPage section.certicateHero.blogDetailHero .contactHeroMap {
    min-height: 640px;
  }
  body.blogDetailPage section.certicateHero.blogDetailHero .container {
    padding-top: 120px;
  }
  body.blogDetailPage section.certicateHero.blogDetailHero .container.flex {
    margin-top: 26px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  body.blogDetailPage section.certicateHero.blogDetailHero .solutionHeroCard {
    width: 100%;
    height: auto;
    min-height: 102px;
    grid-template-columns: 72px 1fr;
  }
  body.blogDetailPage section.certicateHero.blogDetailHero .solutionHeroTitle {
    font-size: 22px;
    line-height: 1.25;
    max-width: 100%;
    padding: 18px 14px 18px 16px;
  }
  body.blogDetailPage section.certicateHero.blogDetailHero .solutionHeroTagline {
    transform: none;
    align-self: flex-end;
  }
  section.blogDetailContentSection {
    padding-bottom: 0;
  }
  section.blogDetailContentSection .blogDetailMainImage {
    border-radius: 4px;
    overflow: hidden;
  }
  section.blogDetailContentSection .blogContent {
    flex-direction: column;
    gap: 18px;
    margin-top: 28px;
  }
  section.blogDetailContentSection .blogDetailLeft {
    width: 100%;
  }
  section.blogDetailContentSection .blogDetailRight {
    max-width: 100%;
  }
  section.blogDetailContentSection .blogDetailMeta {
    padding-top: 0;
    font-size: 12px;
    line-height: 1.4;
  }
  section.blogDetailContentSection .blogDetailHeading {
    font-size: 26px;
    line-height: 1.25;
  }
  section.blogDetailContentSection .blogDetailLead {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.55;
  }
  section.blogDetailContentSection .blogDetailBody {
    margin-top: 24px;
    max-width: 100%;
  }
  section.blogDetailContentSection .blogDetailBody h3 {
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 1.35;
  }
  section.blogDetailContentSection .blogDetailBody p,
  section.blogDetailContentSection .blogDetailBody ul li {
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 1.55;
  }
  section.blogDetailContentSection .blogDetailBody ul {
    gap: 14px;
  }
  section.blogDetailContentSection .blogDetailBody ul li {
    padding-left: 24px;
  }
  section.blogListSection {
    padding-bottom: 72px;
  }
  section.blogListSection .blogCategoryFilter {
    gap: 6px;
    margin-bottom: 22px;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
    scrollbar-width: none;
  }
  section.blogListSection .blogCategoryFilter::-webkit-scrollbar {
    display: none;
  }
  section.blogListSection .blogCategoryLink {
    min-height: 38px;
    padding: 8px 14px;
    flex: 0 0 auto;
    font-size: 13px;
  }
  section.blogListSection .blogInsightsGrid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  section.blogListSection .blogEmptyState {
    padding: 30px 20px;
    font-size: 15px;
  }
  section.blogListSection .blogInsightCard .top {
    padding: 28px 20px;
  }
  section.blogListSection .blogInsightCard .top h3 {
    font-size: 17px;
    line-height: 1.3;
    max-width: 100%;
  }
  section.blogListSection .blogInsightCard .bottom {
    height: auto;
    min-height: 140px;
    padding: 22px 20px;
  }
  section.blogListSection .blogInsightCard .bottom p {
    font-size: 14px;
    line-height: 1.45;
  }
  section.blogListSection .blogBottomNote {
    margin-top: 48px;
    padding-top: 36px;
  }
  section.blogListSection .blogBottomNote .container {
    flex-direction: column;
    gap: 16px;
  }
  section.blogListSection .blogBottomNote .icon {
    width: 28px;
    height: 28px;
  }
  section.blogListSection .blogBottomNote p {
    font-size: 17px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  body.blogDetailPage section.certicateHero.blogDetailHero {
    margin-bottom: -140px;
  }
  body.blogDetailPage section.certicateHero.blogDetailHero .heroBg {
    height: 720px;
  }
  body.blogDetailPage section.certicateHero.blogDetailHero .contactHeroMap {
    min-height: 720px;
  }
  body.blogDetailPage section.certicateHero.blogDetailHero .container.flex {
    margin-top: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  body.blogDetailPage section.certicateHero.blogDetailHero .solutionHeroCard {
    width: 100%;
    height: auto;
    min-height: 120px;
    grid-template-columns: 90px 1fr;
  }
  body.blogDetailPage section.certicateHero.blogDetailHero .solutionHeroTitle {
    font-size: 28px;
    line-height: 1.25;
    max-width: 100%;
    padding: 22px 18px;
  }
  body.blogDetailPage section.certicateHero.blogDetailHero .solutionHeroTagline {
    transform: none;
    align-self: flex-end;
  }
  section.blogDetailContentSection .blogContent {
    flex-direction: column;
    gap: 22px;
    margin-top: 36px;
  }
  section.blogDetailContentSection .blogDetailRight {
    max-width: 100%;
  }
  section.blogDetailContentSection .blogDetailMeta {
    font-size: 13px;
  }
  section.blogDetailContentSection .blogDetailHeading {
    font-size: 32px;
    line-height: 1.25;
  }
  section.blogDetailContentSection .blogDetailLead {
    margin-top: 22px;
    font-size: 17px;
    line-height: 1.55;
  }
  section.blogDetailContentSection .blogDetailBody {
    margin-top: 30px;
    max-width: 100%;
  }
  section.blogDetailContentSection .blogDetailBody h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  section.blogDetailContentSection .blogDetailBody p,
  section.blogDetailContentSection .blogDetailBody ul li {
    font-size: 16px;
    line-height: 1.55;
  }
  section.blogListSection .blogInsightsGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  section.blogListSection .blogInsightCard .top {
    padding: 32px 22px;
  }
  section.blogListSection .blogInsightCard .top h3 {
    font-size: 18px;
    max-width: 100%;
  }
  section.blogListSection .blogInsightCard .bottom {
    height: auto;
    min-height: 150px;
    padding: 24px 22px;
  }
  section.blogListSection .blogBottomNote {
    margin-top: 60px;
    padding-top: 48px;
  }
  section.blogListSection .blogBottomNote .container {
    gap: 28px;
  }
  section.blogListSection .blogBottomNote p {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  body.blogDetailPage section.certicateHero.blogDetailHero {
    margin-bottom: -200px;
  }
  body.blogDetailPage section.certicateHero.blogDetailHero .heroBg {
    height: 820px;
  }
  body.blogDetailPage section.certicateHero.blogDetailHero .contactHeroMap {
    min-height: 820px;
  }
  body.blogDetailPage section.certicateHero.blogDetailHero .container.flex {
    margin-top: 36px;
    gap: 24px;
  }
  body.blogDetailPage section.certicateHero.blogDetailHero .solutionHeroCard {
    max-width: 100%;
    height: auto;
    min-height: 130px;
    grid-template-columns: 100px 1fr;
  }
  body.blogDetailPage section.certicateHero.blogDetailHero .solutionHeroTitle {
    font-size: 32px;
    line-height: 1.2;
    max-width: 100%;
    padding: 24px 20px;
  }
  body.blogDetailPage section.certicateHero.blogDetailHero .solutionHeroTagline {
    transform: none;
  }
  section.blogDetailContentSection .blogContent {
    flex-direction: column;
    gap: 24px;
    margin-top: 44px;
  }
  section.blogDetailContentSection .blogDetailRight {
    max-width: 100%;
  }
  section.blogDetailContentSection .blogDetailHeading {
    font-size: 36px;
    line-height: 1.2;
  }
  section.blogDetailContentSection .blogDetailLead {
    margin-top: 28px;
    font-size: 18px;
    line-height: 1.5;
  }
  section.blogDetailContentSection .blogDetailBody {
    margin-top: 34px;
    max-width: 100%;
  }
  section.blogDetailContentSection .blogDetailBody h3 {
    font-size: 22px;
  }
  section.blogDetailContentSection .blogDetailBody p,
  section.blogDetailContentSection .blogDetailBody ul li {
    font-size: 17px;
    line-height: 1.55;
  }
  section.blogListSection .blogInsightsGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  section.blogListSection .blogInsightCard .top {
    padding: 36px 26px;
  }
  section.blogListSection .blogInsightCard .top h3 {
    max-width: 100%;
  }
  section.blogListSection .blogInsightCard .bottom {
    height: auto;
    min-height: 160px;
    padding: 26px;
  }
  section.blogListSection .blogBottomNote {
    margin-top: 70px;
    padding-top: 60px;
  }
  section.blogListSection .blogBottomNote .container {
    gap: 40px;
  }
  section.blogListSection .blogBottomNote p {
    font-size: 22px;
    line-height: 1.45;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  body.blogDetailPage section.certicateHero.blogDetailHero {
    margin-bottom: -280px;
  }
  body.blogDetailPage section.certicateHero.blogDetailHero .heroBg {
    height: 920px;
  }
  body.blogDetailPage section.certicateHero.blogDetailHero .contactHeroMap {
    min-height: 700px;
  }
  body.blogDetailPage section.certicateHero.blogDetailHero .container.flex {
    margin-top: 40px;
    gap: 30px;
  }
  body.blogDetailPage section.certicateHero.blogDetailHero .solutionHeroCard {
    max-width: 720px;
    height: auto;
    min-height: 130px;
  }
  body.blogDetailPage section.certicateHero.blogDetailHero .solutionHeroTitle {
    font-size: 36px;
    line-height: 1.2;
    max-width: 560px;
  }
  body.blogDetailPage section.certicateHero.blogDetailHero .solutionHeroTagline {
    transform: none;
  }
  section.blogDetailContentSection .blogContent {
    gap: 48px;
    margin-top: 50px;
  }
  section.blogDetailContentSection .blogDetailHeading {
    font-size: 40px;
    line-height: 1.2;
  }
  section.blogDetailContentSection .blogDetailLead {
    margin-top: 32px;
    font-size: 18px;
  }
  section.blogDetailContentSection .blogDetailBody {
    margin-top: 36px;
  }
  section.blogDetailContentSection .blogDetailBody h3 {
    font-size: 22px;
  }
  section.blogDetailContentSection .blogDetailBody p,
  section.blogDetailContentSection .blogDetailBody ul li {
    font-size: 18px;
  }
  section.blogListSection .blogInsightsGrid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  section.blogListSection .blogInsightCard .top {
    padding: 40px 28px;
  }
  section.blogListSection .blogInsightCard .top h3 {
    font-size: 18px;
    max-width: 100%;
  }
  section.blogListSection .blogInsightCard .bottom {
    height: auto;
    min-height: 170px;
    padding: 26px 28px;
  }
  section.blogListSection .blogBottomNote {
    margin-top: 80px;
    padding-top: 80px;
  }
  section.blogListSection .blogBottomNote .container {
    gap: 60px;
  }
  section.blogListSection .blogBottomNote p {
    font-size: 24px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  body.blogDetailPage section.certicateHero.blogDetailHero {
    margin-bottom: -340px;
  }
  body.blogDetailPage section.certicateHero.blogDetailHero .contactHeroMap {
    min-height: 740px;
  }
  body.blogDetailPage section.certicateHero.blogDetailHero .solutionHeroTagline {
    transform: none;
  }
  section.blogDetailContentSection .blogContent {
    gap: 70px;
  }
  section.blogDetailContentSection .blogDetailHeading {
    font-size: 44px;
    line-height: 1.15;
  }
  section.blogListSection .blogInsightsGrid {
    grid-template-columns: repeat(3, 1fr);
  }
  section.blogListSection .blogBottomNote .container {
    gap: 90px;
  }
  section.blogListSection .blogBottomNote p {
    font-size: 26px;
  }
}
@media screen and (max-width: 576px) {
  body.legalPage section.certicateHero.legalHero {
    margin-bottom: -70px;
  }
  body.legalPage section.certicateHero.legalHero .heroBg {
    height: 640px;
  }
  body.legalPage section.certicateHero.legalHero .contactHeroMap {
    min-height: 640px;
  }
  body.legalPage section.certicateHero.legalHero .container {
    padding-top: 120px;
  }
  body.legalPage section.certicateHero.legalHero .container.flex {
    margin-top: 26px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  body.legalPage section.certicateHero.legalHero .solutionHeroCard {
    width: 100%;
    height: auto;
    min-height: 102px;
    grid-template-columns: 72px 1fr;
  }
  body.legalPage section.certicateHero.legalHero .solutionHeroTitle {
    font-size: 22px;
    line-height: 1.25;
    max-width: 100%;
    padding: 18px 14px 18px 16px;
  }
  body.legalPage section.certicateHero.legalHero .solutionHeroTagline {
    transform: none;
    align-self: flex-end;
  }
  section.legalContentSection {
    padding-bottom: 64px;
  }
  section.legalContentSection .legalContentCard {
    border-radius: 28px 28px 0 0;
    padding: 36px 16px 44px;
  }
  section.legalContentSection .legalEditorContent {
    max-width: 100%;
  }
  section.legalContentSection .legalEditorContent h2,
  section.legalContentSection .legalEditorContent h3,
  section.legalContentSection .legalEditorContent h4 {
    font-size: 16px;
    line-height: 1.35;
  }
  section.legalContentSection .legalEditorContent h3,
  section.legalContentSection .legalEditorContent h4 {
    margin-top: 16px;
  }
  section.legalContentSection .legalEditorContent h4 {
    margin-bottom: 18px;
  }
  section.legalContentSection .legalEditorContent p {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  body.legalPage section.certicateHero.legalHero {
    margin-bottom: -110px;
  }
  body.legalPage section.certicateHero.legalHero .heroBg {
    height: 720px;
  }
  body.legalPage section.certicateHero.legalHero .contactHeroMap {
    min-height: 720px;
  }
  body.legalPage section.certicateHero.legalHero .container.flex {
    margin-top: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  body.legalPage section.certicateHero.legalHero .solutionHeroCard {
    width: 100%;
    height: auto;
    min-height: 120px;
    grid-template-columns: 90px 1fr;
  }
  body.legalPage section.certicateHero.legalHero .solutionHeroTitle {
    font-size: 28px;
    line-height: 1.25;
    max-width: 100%;
    padding: 22px 18px;
  }
  body.legalPage section.certicateHero.legalHero .solutionHeroTagline {
    transform: none;
    align-self: flex-end;
  }
  section.legalContentSection {
    padding-bottom: 80px;
  }
  section.legalContentSection .legalContentCard {
    border-radius: 36px 36px 0 0;
    padding: 48px 24px 56px;
  }
  section.legalContentSection .legalEditorContent h2,
  section.legalContentSection .legalEditorContent h3,
  section.legalContentSection .legalEditorContent h4 {
    font-size: 18px;
    line-height: 1.35;
  }
  section.legalContentSection .legalEditorContent h3,
  section.legalContentSection .legalEditorContent h4 {
    margin-top: 18px;
  }
  section.legalContentSection .legalEditorContent p {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  body.legalPage section.certicateHero.legalHero {
    margin-bottom: -160px;
  }
  body.legalPage section.certicateHero.legalHero .heroBg {
    height: 820px;
  }
  body.legalPage section.certicateHero.legalHero .contactHeroMap {
    min-height: 820px;
  }
  body.legalPage section.certicateHero.legalHero .container.flex {
    margin-top: 36px;
    gap: 24px;
  }
  body.legalPage section.certicateHero.legalHero .solutionHeroCard {
    max-width: 100%;
    height: auto;
    min-height: 130px;
    grid-template-columns: 100px 1fr;
  }
  body.legalPage section.certicateHero.legalHero .solutionHeroTitle {
    font-size: 32px;
    line-height: 1.2;
    max-width: 100%;
    padding: 24px 20px;
  }
  body.legalPage section.certicateHero.legalHero .solutionHeroTagline {
    transform: none;
  }
  section.legalContentSection {
    padding-bottom: 100px;
  }
  section.legalContentSection .legalContentCard {
    border-radius: 48px 48px 0 0;
    padding: 64px 36px 72px;
  }
  section.legalContentSection .legalEditorContent h2,
  section.legalContentSection .legalEditorContent h3,
  section.legalContentSection .legalEditorContent h4 {
    font-size: 20px;
    line-height: 1.35;
  }
  section.legalContentSection .legalEditorContent p {
    font-size: 17px;
    line-height: 1.55;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  body.legalPage section.certicateHero.legalHero {
    margin-bottom: -200px;
  }
  body.legalPage section.certicateHero.legalHero .contactHeroMap {
    min-height: 700px;
  }
  body.legalPage section.certicateHero.legalHero .solutionHeroCard {
    max-width: 560px;
    height: auto;
    min-height: 130px;
  }
  body.legalPage section.certicateHero.legalHero .solutionHeroTitle {
    font-size: 34px;
    line-height: 1.2;
    max-width: 420px;
  }
  body.legalPage section.certicateHero.legalHero .solutionHeroTagline {
    transform: none;
  }
  section.legalContentSection {
    padding-bottom: 110px;
  }
  section.legalContentSection .legalContentCard {
    border-radius: 56px 56px 0 0;
    padding: 80px 56px 84px;
  }
  section.legalContentSection .legalEditorContent h2,
  section.legalContentSection .legalEditorContent h3,
  section.legalContentSection .legalEditorContent h4 {
    font-size: 22px;
  }
  section.legalContentSection .legalEditorContent p {
    font-size: 18px;
    line-height: 1.55;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  body.legalPage section.certicateHero.legalHero {
    margin-bottom: -230px;
  }
  body.legalPage section.certicateHero.legalHero .solutionHeroTagline {
    transform: none;
  }
  section.legalContentSection .legalContentCard {
    padding: 95px 90px 90px;
  }
}
@media screen and (max-width: 576px) {
  body.offerPage section.certicateHero.offerHero {
    margin-bottom: -50px;
  }
  body.offerPage section.certicateHero.offerHero .heroBg {
    height: 640px;
  }
  body.offerPage section.certicateHero.offerHero .contactHeroMap {
    min-height: 640px;
  }
  body.offerPage section.certicateHero.offerHero .container {
    padding-top: 120px;
  }
  body.offerPage section.certicateHero.offerHero .container.flex {
    margin-top: 26px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  body.offerPage section.certicateHero.offerHero .solutionHeroCard {
    width: 100%;
    height: auto;
    min-height: 102px;
    grid-template-columns: 72px 1fr;
  }
  body.offerPage section.certicateHero.offerHero .solutionHeroTitle {
    font-size: 20px;
    line-height: 1.25;
    max-width: 100%;
    padding: 18px 14px 18px 16px;
  }
  body.offerPage section.certicateHero.offerHero .solutionHeroTagline {
    transform: none;
    align-self: flex-end;
  }
  section.offerFormSection {
    padding-bottom: 72px;
  }
  section.offerFormSection .offerLead {
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.55;
  }
  section.offerFormSection .offerFormCard {
    border-radius: 20px;
  }
  section.offerFormSection .stepHead {
    min-height: 0;
    gap: 12px;
    padding: 16px 14px;
    align-items: flex-start;
  }
  section.offerFormSection .stepNo {
    font-size: 20px;
    line-height: 1.2;
    flex-shrink: 0;
  }
  section.offerFormSection .stepHead h3 {
    font-size: 16px;
    line-height: 1.3;
  }
  section.offerFormSection .stepBody {
    padding: 16px 14px 20px;
  }
  section.offerFormSection .optionGrid {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  section.offerFormSection .checkItem {
    gap: 12px;
    font-size: 14px;
    line-height: 1.45;
    align-items: flex-start;
  }
  section.offerFormSection .checkItem input {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    margin-top: 1px;
  }
  section.offerFormSection .checkItem.checkItem--kvkk {
    margin-top: 24px;
    gap: 12px;
    font-size: 13px;
    align-items: flex-start;
  }
  section.offerFormSection .offerField {
    min-height: 52px;
    padding: 0 14px;
    font-size: 14px;
  }
  section.offerFormSection .offerTextarea {
    min-height: 140px;
    padding: 16px;
    font-size: 14px;
  }
  section.offerFormSection .uploadLead {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.5;
    max-width: 100%;
  }
  section.offerFormSection .uploadDropzone {
    width: 100%;
    min-height: 74px;
  }
  section.offerFormSection .uploadIcon {
    width: 56px;
    min-height: 74px;
    flex-basis: 56px;
  }
  section.offerFormSection .uploadText {
    font-size: 13px;
    max-width: calc(100% - 56px);
    padding: 0 12px;
    line-height: 1.3;
  }
  section.offerFormSection .uploadMeta {
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.5;
    max-width: 100%;
  }
  section.offerFormSection .offerActions {
    margin-top: 28px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  section.offerFormSection .offerSubmitBtn {
    min-width: 0;
    width: 100%;
    height: 54px;
    font-size: 13px;
    padding: 0 12px;
  }
  section.offerFormSection .offerSecurity {
    max-width: 100%;
    gap: 12px;
    font-size: 13px;
    line-height: 1.35;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  body.offerPage section.certicateHero.offerHero {
    margin-bottom: -70px;
  }
  body.offerPage section.certicateHero.offerHero .heroBg {
    height: 720px;
  }
  body.offerPage section.certicateHero.offerHero .contactHeroMap {
    min-height: 720px;
  }
  body.offerPage section.certicateHero.offerHero .container.flex {
    margin-top: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  body.offerPage section.certicateHero.offerHero .solutionHeroCard {
    width: 100%;
    height: auto;
    min-height: 120px;
    grid-template-columns: 90px 1fr;
  }
  body.offerPage section.certicateHero.offerHero .solutionHeroTitle {
    font-size: 26px;
    line-height: 1.25;
    max-width: 100%;
    padding: 22px 18px;
  }
  body.offerPage section.certicateHero.offerHero .solutionHeroTagline {
    transform: none;
    align-self: flex-end;
  }
  section.offerFormSection {
    padding-bottom: 90px;
  }
  section.offerFormSection .offerLead {
    margin-bottom: 22px;
    font-size: 16px;
    line-height: 1.5;
  }
  section.offerFormSection .offerFormCard {
    border-radius: 28px;
  }
  section.offerFormSection .stepHead {
    min-height: 0;
    gap: 16px;
    padding: 18px 20px;
    align-items: flex-start;
  }
  section.offerFormSection .stepNo {
    font-size: 22px;
  }
  section.offerFormSection .stepHead h3 {
    font-size: 18px;
    line-height: 1.3;
  }
  section.offerFormSection .stepBody {
    padding: 20px;
  }
  section.offerFormSection .optionGrid {
    flex-direction: column;
    gap: 14px;
  }
  section.offerFormSection .checkItem {
    gap: 14px;
    font-size: 15px;
  }
  section.offerFormSection .checkItem.checkItem--kvkk {
    margin-top: 28px;
    font-size: 14px;
  }
  section.offerFormSection .offerTextarea {
    min-height: 160px;
    padding: 20px;
  }
  section.offerFormSection .uploadLead {
    font-size: 15px;
    margin-bottom: 18px;
    max-width: 100%;
  }
  section.offerFormSection .uploadDropzone {
    width: 100%;
    max-width: 420px;
  }
  section.offerFormSection .uploadMeta {
    max-width: 100%;
    font-size: 14px;
  }
  section.offerFormSection .offerActions {
    margin-top: 36px;
    flex-wrap: wrap;
    gap: 16px;
  }
  section.offerFormSection .offerSubmitBtn {
    min-width: 0;
    width: 100%;
    height: 56px;
    font-size: 14px;
  }
  section.offerFormSection .offerSecurity {
    max-width: 100%;
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  body.offerPage section.certicateHero.offerHero {
    margin-bottom: -90px;
  }
  body.offerPage section.certicateHero.offerHero .heroBg {
    height: 820px;
  }
  body.offerPage section.certicateHero.offerHero .contactHeroMap {
    min-height: 820px;
  }
  body.offerPage section.certicateHero.offerHero .container.flex {
    margin-top: 36px;
    gap: 24px;
  }
  body.offerPage section.certicateHero.offerHero .solutionHeroCard {
    max-width: 100%;
    height: auto;
    min-height: 130px;
    grid-template-columns: 100px 1fr;
  }
  body.offerPage section.certicateHero.offerHero .solutionHeroTitle {
    font-size: 30px;
    line-height: 1.2;
    max-width: 100%;
    padding: 24px 20px;
  }
  body.offerPage section.certicateHero.offerHero .solutionHeroTagline {
    transform: none;
  }
  section.offerFormSection {
    padding-bottom: 110px;
  }
  section.offerFormSection .offerLead {
    margin-bottom: 26px;
    font-size: 17px;
    line-height: 1.5;
  }
  section.offerFormSection .offerFormCard {
    border-radius: 32px;
  }
  section.offerFormSection .stepHead {
    min-height: 78px;
    gap: 24px;
    padding: 0 28px;
  }
  section.offerFormSection .stepNo {
    font-size: 24px;
  }
  section.offerFormSection .stepHead h3 {
    font-size: 20px;
    line-height: 1.25;
  }
  section.offerFormSection .stepBody {
    padding: 28px;
  }
  section.offerFormSection .optionGrid {
    gap: 14px 24px;
  }
  section.offerFormSection .checkItem {
    gap: 16px;
    font-size: 16px;
  }
  section.offerFormSection .checkItem.checkItem--kvkk {
    margin-top: 32px;
    font-size: 15px;
  }
  section.offerFormSection .offerTextarea {
    min-height: 180px;
    padding: 24px 28px;
  }
  section.offerFormSection .uploadLead {
    font-size: 16px;
    margin-bottom: 22px;
    max-width: 100%;
  }
  section.offerFormSection .uploadDropzone {
    width: 100%;
    max-width: 400px;
  }
  section.offerFormSection .uploadMeta {
    max-width: 100%;
  }
  section.offerFormSection .offerActions {
    margin-top: 42px;
    flex-wrap: wrap;
    gap: 18px;
  }
  section.offerFormSection .offerSubmitBtn {
    min-width: 0;
    flex: 1 1 320px;
    height: 58px;
    font-size: 14px;
  }
  section.offerFormSection .offerSecurity {
    max-width: 280px;
    font-size: 14px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  body.offerPage section.certicateHero.offerHero {
    margin-bottom: -100px;
  }
  body.offerPage section.certicateHero.offerHero .contactHeroMap {
    min-height: 700px;
  }
  body.offerPage section.certicateHero.offerHero .solutionHeroCard {
    max-width: 680px;
    height: auto;
    min-height: 130px;
  }
  body.offerPage section.certicateHero.offerHero .solutionHeroTitle {
    font-size: 34px;
    line-height: 1.2;
    max-width: 560px;
  }
  body.offerPage section.certicateHero.offerHero .solutionHeroTagline {
    transform: none;
  }
  section.offerFormSection .offerLead {
    font-size: 18px;
    line-height: 1.45;
  }
  section.offerFormSection .stepHead {
    min-height: 100px;
    gap: 40px;
    padding: 0 48px;
  }
  section.offerFormSection .stepNo {
    font-size: 26px;
  }
  section.offerFormSection .stepHead h3 {
    font-size: 24px;
  }
  section.offerFormSection .stepBody {
    padding: 36px 40px 36px 48px;
  }
  section.offerFormSection .checkItem {
    font-size: 16px;
    gap: 20px;
  }
  section.offerFormSection .checkItem.checkItem--kvkk {
    margin-top: 36px;
    font-size: 16px;
  }
  section.offerFormSection .offerTextarea {
    padding: 32px 36px;
  }
  section.offerFormSection .uploadDropzone {
    width: 360px;
  }
  section.offerFormSection .offerActions {
    margin-top: 50px;
  }
  section.offerFormSection .offerSubmitBtn {
    min-width: 380px;
    height: 60px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  body.offerPage section.certicateHero.offerHero .solutionHeroTagline {
    transform: none;
  }
  section.offerFormSection .stepHead {
    gap: 60px;
    padding: 0 72px;
  }
  section.offerFormSection .stepBody {
    padding: 40px 48px 40px 72px;
  }
  section.offerFormSection .offerSubmitBtn {
    min-width: 420px;
  }
}
@media screen and (max-width: 576px) {
  section.errorSection .errorHero {
    height: 420px;
  }
  section.errorSection .errorHero .errorHeroCode {
    max-width: 320px;
    transform: translateX(-50%) translateY(34px);
  }
  section.errorSection .pdSectionHeader {
    margin-bottom: 36px;
  }
  section.errorSection .pdSectionHeader .pdSectionTitle {
    max-width: 100%;
    padding: 24px 0;
    font-size: 22px;
    line-height: 1.2;
  }
  section.errorSection .pdSectionHeader p {
    font-size: 14px;
    line-height: 1.5;
  }
  section.errorSection .errorLinks {
    margin: 0 auto 52px;
  }
  section.errorSection .errorLinkRow {
    grid-template-columns: 18px 1fr;
    gap: 12px 14px;
    padding: 20px 0;
  }
  section.errorSection .errorLinkRow .title {
    font-size: 20px;
    line-height: 1.3;
  }
  section.errorSection .errorLinkRow .desc {
    grid-column: 1/-1;
    text-align: left;
    margin-left: 0;
    max-width: 100%;
    font-size: 15px;
    line-height: 1.5;
  }
  section.errorSection .errorLinkRow .mark img {
    width: 18px;
  }
  section.errorSection .contactTrustSection .container {
    height: auto;
    flex-direction: column;
    align-items: stretch;
  }
  section.errorSection .contactTrustSection .trustLeft,
  section.errorSection .contactTrustSection .trustRight {
    width: 100%;
    height: auto;
    padding-top: 0;
  }
  section.errorSection .contactTrustSection .trustLeft {
    gap: 12px;
    padding: 26px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.65);
  }
  section.errorSection .contactTrustSection .trustLeft h3 {
    font-size: 24px;
    line-height: 1.2;
    max-width: 100%;
  }
  section.errorSection .contactTrustSection .trustLeft .trustMark {
    width: 22px;
    height: 22px;
    margin-top: 0;
  }
  section.errorSection .contactTrustSection .trustRight {
    padding: 22px 0;
  }
  section.errorSection .contactTrustSection .trustRight p {
    font-size: 14px;
    line-height: 1.55;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.errorSection .errorHero {
    height: 560px;
  }
  section.errorSection .errorHero .errorHeroCode {
    max-width: 420px;
  }
  section.errorSection .errorLinkRow {
    grid-template-columns: 22px 1fr;
    gap: 14px 18px;
  }
  section.errorSection .errorLinkRow .desc {
    grid-column: 1/-1;
    text-align: left;
    margin-left: 0;
    max-width: 100%;
  }
  section.errorSection .contactTrustSection .container {
    height: auto;
    flex-direction: column;
    align-items: stretch;
  }
  section.errorSection .contactTrustSection .trustLeft,
  section.errorSection .contactTrustSection .trustRight {
    width: 100%;
    height: auto;
    padding-top: 0;
  }
  section.errorSection .contactTrustSection .trustLeft {
    gap: 16px;
    padding: 32px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.65);
  }
  section.errorSection .contactTrustSection .trustLeft h3 {
    font-size: 30px;
    line-height: 1.2;
    max-width: 100%;
  }
  section.errorSection .contactTrustSection .trustLeft .trustMark {
    width: 26px;
    height: 26px;
    margin-top: 0;
  }
  section.errorSection .contactTrustSection .trustRight {
    padding: 26px 0;
  }
  section.errorSection .contactTrustSection .trustRight p {
    font-size: 17px;
    line-height: 1.55;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.errorSection .errorHero {
    height: 680px;
  }
  section.errorSection .errorLinkRow {
    grid-template-columns: 20px 1fr 1fr;
    gap: 20px;
  }
  section.errorSection .errorLinkRow .title {
    font-size: 24px;
    line-height: 1.3;
  }
  section.errorSection .errorLinkRow .desc {
    font-size: 18px;
    line-height: 1.45;
  }
  section.errorSection .contactTrustSection .container {
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
  }
  section.errorSection .contactTrustSection .trustLeft,
  section.errorSection .contactTrustSection .trustRight {
    height: auto;
    padding-top: 0;
  }
  section.errorSection .contactTrustSection .trustLeft {
    gap: 20px;
    padding: 36px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.65);
  }
  section.errorSection .contactTrustSection .trustLeft h3 {
    font-size: 34px;
    line-height: 1.2;
    max-width: 100%;
  }
  section.errorSection .contactTrustSection .trustLeft .trustMark {
    width: 30px;
    height: 30px;
    margin-top: 0;
  }
  section.errorSection .contactTrustSection .trustRight {
    padding: 30px 0;
  }
  section.errorSection .contactTrustSection .trustRight p {
    font-size: 19px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.errorSection .errorHero {
    height: 760px;
  }
  section.errorSection .pdSectionHeader {
    margin-bottom: 64px;
  }
  section.errorSection .errorLinks {
    margin-bottom: 72px;
  }
  section.errorSection .contactTrustSection .container {
    height: auto;
    align-items: center;
  }
  section.errorSection .contactTrustSection .trustLeft,
  section.errorSection .contactTrustSection .trustRight {
    height: auto;
    padding-top: 0;
  }
  section.errorSection .contactTrustSection .trustLeft {
    gap: 26px;
    padding-right: 40px;
  }
  section.errorSection .contactTrustSection .trustLeft h3 {
    font-size: 36px;
    line-height: 1.15;
    max-width: 280px;
  }
  section.errorSection .contactTrustSection .trustLeft .trustMark {
    width: 32px;
    height: 32px;
    margin-top: 0;
  }
  section.errorSection .contactTrustSection .trustRight {
    padding-left: 48px;
  }
  section.errorSection .contactTrustSection .trustRight p {
    font-size: 22px;
    line-height: 1.45;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  section.errorSection .contactTrustSection .container {
    height: auto;
    align-items: center;
  }
  section.errorSection .contactTrustSection .trustLeft,
  section.errorSection .contactTrustSection .trustRight {
    height: auto;
    padding-top: 0;
  }
  section.errorSection .contactTrustSection .trustLeft {
    gap: 34px;
    padding-right: 60px;
  }
  section.errorSection .contactTrustSection .trustLeft h3 {
    font-size: 42px;
    line-height: 1.1;
    max-width: 300px;
  }
  section.errorSection .contactTrustSection .trustLeft .trustMark {
    width: 35px;
    height: 35px;
    margin-top: 0;
  }
  section.errorSection .contactTrustSection .trustRight {
    padding-left: 80px;
  }
  section.errorSection .contactTrustSection .trustRight p {
    font-size: 25px;
    line-height: 1.4;
  }
}
@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.04em;
    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: 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;
  }
}
