.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;
  }
}
.megaMenuLang {
  display: none;
}

.siteHeader .headerContent {
  position: relative;
}

@media screen and (max-width: 576px) {
  .siteHeader {
    padding: 15px 0;
  }
  .siteHeader .headerContent {
    gap: 10px;
  }
  .siteHeader .headerLogos {
    margin-right: 0;
  }
  .siteHeader .headerLogos .mainLogo img {
    height: 38px;
  }
  .siteHeader .headerNavWrap .headerNavBg {
    display: none;
  }
  .siteHeader .headerNavWrap .headerNav {
    background: transparent;
    border: none;
    height: auto;
    padding: 0;
  }
  .siteHeader .headerNavWrap .headerNav .navItem.solutionsTrigger {
    display: none;
  }
  .siteHeader .headerNavWrap .headerNav .navItem.menuTrigger {
    gap: 8px;
    font-size: 13px;
  }
  .siteHeader .headerNavWrap .headerNav .navItem.menuTrigger .menuIcon {
    width: 20px;
    height: 14px;
  }
  .siteHeader .headerNavWrap .headerNav .navDivider {
    display: none;
  }
  .siteHeader .headerSearch {
    display: flex !important;
    position: static !important;
    background: transparent;
    border: none;
    padding: 0;
    width: 40px;
    height: 40px;
    max-width: none;
    flex: none;
    z-index: 4;
  }
  .siteHeader .headerSearch form {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .siteHeader .headerSearch form button {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #f2f2f2;
    background: #ffffff;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
  }
  .siteHeader .headerSearch form button img {
    width: 16px;
    height: auto;
    margin: 0;
  }
  .siteHeader .headerSearch form input {
    position: absolute;
    top: calc(100% + 15px);
    left: 0;
    right: 0;
    width: auto;
    height: 48px;
    background: #ffffff;
    border: 1px solid #F2F2F2;
    border-radius: 40px;
    padding: 0 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    font-size: 12px;
    font-weight: 500;
    color: #000000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    outline: none;
  }
  .siteHeader .headerSearch form input::-moz-placeholder {
    color: #888;
  }
  .siteHeader .headerSearch form input::placeholder {
    color: #888;
  }
  .siteHeader .headerSearch.active form button {
    background: #FF5A24;
    border-color: #FF5A24;
  }
  .siteHeader .headerSearch.active form button img {
    filter: brightness(0) invert(1);
  }
  .siteHeader .headerSearch.active form input {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .siteHeader .headerActions {
    margin-left: auto;
    gap: 10px;
  }
  .siteHeader .headerActions .btnSmartPump {
    height: 40px;
    width: 40px;
    padding: 0;
    justify-content: center;
    border-radius: 50%;
    aspect-ratio: 1;
    white-space: nowrap;
  }
  .siteHeader .headerActions .btnSmartPump span {
    display: none;
  }
  .siteHeader .headerActions .btnSmartPump::before {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
  }
  .siteHeader .headerActions .btnSmartPump .iconWrap img {
    width: 16px;
  }
  .siteHeader .headerActions .langSelector {
    display: none !important;
  }
  .megaMenuOverlay {
    overflow-y: auto;
    overflow-x: hidden;
  }
  .megaMenuOverlay.has-active-submenu .megaMenuNavs .menuBackBtn {
    display: flex !important;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .megaMenuOverlay .megaMenuWrapper {
    padding: 20px 0 40px;
    min-height: 100vh;
    display: flex;
    align-items: flex-start;
  }
  .megaMenuOverlay .megaMenuContainer {
    padding: 0 15px;
    min-height: auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
  }
  .megaMenuOverlay .megaMenuTop {
    margin-top: 20px;
    margin-bottom: 25px;
  }
  .megaMenuOverlay .megaMenuTop .megaMenuLogo img {
    height: 38px;
  }
  .megaMenuOverlay .megaMenuContent {
    flex-direction: column;
    gap: 30px;
  }
  .megaMenuOverlay .megaMenuLeft {
    display: none;
  }
  .megaMenuOverlay .megaMenuNavs {
    flex-direction: column;
    gap: 20px;
    padding-top: 0;
    position: relative;
    display: flex;
  }
  .megaMenuOverlay .megaMenuNavs .menuBackBtn {
    display: none;
    align-items: center;
    gap: 8px;
    border: none;
    background: transparent;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    padding: 10px 0;
    margin-bottom: 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    font-family: "Space Grotesk", sans-serif;
  }
  .megaMenuOverlay .megaMenuNavs .menuBackBtn svg {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
  }
  .megaMenuOverlay .megaMenuNavs .menuBackBtn:hover {
    color: #FF5A24;
  }
  .megaMenuOverlay .megaMenuNavs .menuBackBtn:hover svg {
    transform: translateX(-4px);
  }
  .megaMenuOverlay .megaMenuNavs .mainNav {
    width: 100%;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
  }
  .megaMenuOverlay .megaMenuNavs .mainNav.d-none {
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateX(-20px) !important;
    position: absolute !important;
    pointer-events: none !important;
  }
  .megaMenuOverlay .megaMenuNavs .mainNav li {
    margin-bottom: 0;
    border-bottom: 1px solid #f2f2f2;
  }
  .megaMenuOverlay .megaMenuNavs .mainNav li a {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #333333 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 12px 0;
    text-transform: uppercase;
    font-family: "Space Grotesk", sans-serif;
  }
  .megaMenuOverlay .megaMenuNavs .mainNav li a .arrowWrap {
    display: none;
  }
  .megaMenuOverlay .megaMenuNavs .mainNav li a::after {
    content: "";
    width: 6px;
    height: 10px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 14' fill='none'%3E%3Cpath d='M1 13L7 7L1 1' stroke='%23919191' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
    opacity: 0.7;
    transition: transform 0.3s ease;
  }
  .megaMenuOverlay .megaMenuNavs .mainNav li:not([data-target=kurumsal]):not([data-target=urunler]):not([data-target=referanslar]) a::after {
    display: none;
  }
  .megaMenuOverlay .megaMenuNavs .megaMenuSubNavsWrap {
    position: relative;
    margin-top: 0;
    min-height: auto;
  }
  .megaMenuOverlay .megaMenuNavs .megaMenuSubNavsWrap .subNav {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateX(20px);
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .megaMenuOverlay .megaMenuNavs .megaMenuSubNavsWrap .subNav.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    pointer-events: auto;
  }
  .megaMenuOverlay .megaMenuNavs .megaMenuSubNavsWrap .subNav li {
    margin-bottom: 0;
    border-bottom: 1px solid #f2f2f2;
  }
  .megaMenuOverlay .megaMenuNavs .megaMenuSubNavsWrap .subNav li a {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #555555 !important;
    padding: 10px 0;
    display: block;
    width: 100%;
  }
  .megaMenuOverlay .megaMenuRight {
    max-width: 100%;
    text-align: left;
    margin-left: 0;
  }
  .megaMenuOverlay .megaMenuRight .megaMenuRightTop {
    justify-content: flex-start;
    align-items: center;
  }
  .megaMenuOverlay .megaMenuRight .megaMenuRightTop .closeMenuBtn {
    position: absolute;
    top: 45px;
    right: 15px;
    width: 38px;
    height: 38px;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    background: #ffffff;
    color: #000000;
    font-size: 16px;
    margin: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .megaMenuOverlay .megaMenuRight .megaMenuRightTop .closeMenuBtn:hover {
    background: #000000;
    color: #ffffff;
    border-color: #000000;
  }
  .megaMenuOverlay .megaMenuRight .megaMenuRightTop .slogan {
    display: none !important;
  }
  .megaMenuOverlay .megaMenuRight .megaMenuRightBottom {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .megaMenuOverlay .megaMenuRight .megaMenuRightBottom p {
    font-size: 13px !important;
    color: #777777 !important;
    line-height: 1.5;
    margin: 0;
  }
  .megaMenuOverlay .megaMenuRight .megaMenuRightBottom a {
    font-size: 14px !important;
    color: #000000 !important;
    font-weight: 600 !important;
    margin: 0;
    text-decoration: none !important;
    transition: color 0.3s ease;
  }
  .megaMenuOverlay .megaMenuRight .megaMenuRightBottom a:hover {
    color: #FF5A24 !important;
  }
  .megaMenuOverlay .megaMenuRight .megaMenuRightBottom .megaMenuLang {
    display: flex;
    gap: 15px;
    margin-top: 10px;
    font-family: "Space Grotesk", sans-serif;
  }
  .megaMenuOverlay .megaMenuRight .megaMenuRightBottom .megaMenuLang a {
    font-size: 13px;
    color: #919191;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
    margin: 0;
  }
  .megaMenuOverlay .megaMenuRight .megaMenuRightBottom .megaMenuLang a.active, .megaMenuOverlay .megaMenuRight .megaMenuRightBottom .megaMenuLang a:hover {
    color: #FF5A24;
  }
  .smartPumpOverlay {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 40px 0;
  }
  .smartPumpOverlay .smartPumpWrapper {
    width: 95%;
    margin: auto;
    max-width: 500px;
  }
  .smartPumpOverlay .closeSmartPumpBtnMobile {
    display: flex !important;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #FF5A24;
    color: #FFFFFF;
    border: none;
    font-size: 18px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 100;
    box-shadow: 0 4px 12px rgba(255, 90, 36, 0.2);
  }
  .smartPumpOverlay .closeSmartPumpBtnMobile:hover {
    background: #e04a1b;
  }
  .smartPumpOverlay .smartPumpRight .closeSmartPumpBtn {
    display: none !important;
  }
  .smartPumpOverlay .smartPumpContainer {
    flex-direction: column;
    padding-bottom: 20px;
  }
  .smartPumpOverlay .smartPumpLeft {
    width: 100%;
    padding: 30px 20px 20px;
  }
  .smartPumpOverlay .smartPumpLeft .titleText {
    font-size: 24px;
    line-height: 30px;
  }
  .smartPumpOverlay .smartPumpLeft .rotorIconWrap {
    margin: 20px 0;
  }
  .smartPumpOverlay .smartPumpLeft .descText {
    font-size: 14px;
    line-height: 20px;
  }
  .smartPumpOverlay .smartPumpRight {
    width: 100%;
    padding: 20px;
  }
  .smartPumpOverlay .smartPumpRight .content {
    position: static !important;
    top: 0 !important;
    right: 0 !important;
    width: 100%;
  }
  .smartPumpOverlay .smartPumpRight .smartPumpRightHeader {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 15px;
  }
  .smartPumpOverlay .smartPumpRight .smartPumpRightHeader .headerTitle {
    padding: 0;
    font-size: 16px;
  }
  .smartPumpOverlay .smartPumpRight .smartPumpRightHeader .headerImgWrap {
    padding: 0;
    border-left: none;
    width: 100%;
    justify-content: flex-start;
  }
  .smartPumpOverlay .smartPumpRight .smartPumpRightHeader .headerImgWrap img {
    height: 60px;
  }
  .smartPumpOverlay .smartPumpRight .submitBtn {
    height: 55px;
    font-size: 15px;
    width: 100%;
  }
  .smartPumpOverlay .leftWatermarkImg,
  .smartPumpOverlay .vectorTop,
  .smartPumpOverlay .vectorBottom {
    display: none !important;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .siteHeader {
    padding: 20px 0;
  }
  .siteHeader .headerContent {
    gap: 15px;
  }
  .siteHeader .headerLogos {
    margin-right: 0;
  }
  .siteHeader .headerLogos .mainLogo img {
    height: 42px;
  }
  .siteHeader .headerNavWrap .headerNavBg {
    display: none;
  }
  .siteHeader .headerNavWrap .headerNav {
    background: transparent;
    border: none;
    height: auto;
    padding: 0;
  }
  .siteHeader .headerNavWrap .headerNav .navItem.solutionsTrigger {
    display: none;
  }
  .siteHeader .headerNavWrap .headerNav .navItem.menuTrigger {
    gap: 10px;
    font-size: 14px;
  }
  .siteHeader .headerNavWrap .headerNav .navItem.menuTrigger .menuIcon {
    width: 22px;
    height: 15px;
  }
  .siteHeader .headerNavWrap .headerNav .navDivider {
    display: none;
  }
  .siteHeader .headerSearch {
    display: flex !important;
    position: static !important;
    background: transparent;
    border: none;
    padding: 0;
    width: 45px;
    height: 45px;
    max-width: none;
    flex: none;
    z-index: 4;
  }
  .siteHeader .headerSearch form {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .siteHeader .headerSearch form button {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #f2f2f2;
    background: #ffffff;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
  }
  .siteHeader .headerSearch form button img {
    width: 18px;
    height: auto;
    margin: 0;
  }
  .siteHeader .headerSearch form input {
    position: absolute;
    top: calc(100% + 15px);
    left: 0;
    right: 0;
    width: auto;
    height: 50px;
    background: #ffffff;
    border: 1px solid #F2F2F2;
    border-radius: 40px;
    padding: 0 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    font-size: 13px;
    font-weight: 500;
    color: #000000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    outline: none;
  }
  .siteHeader .headerSearch form input::-moz-placeholder {
    color: #888;
  }
  .siteHeader .headerSearch form input::placeholder {
    color: #888;
  }
  .siteHeader .headerSearch.active form button {
    background: #FF5A24;
    border-color: #FF5A24;
  }
  .siteHeader .headerSearch.active form button img {
    filter: brightness(0) invert(1);
  }
  .siteHeader .headerSearch.active form input {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .siteHeader .headerActions {
    margin-left: auto;
    gap: 12px;
  }
  .siteHeader .headerActions .btnSmartPump {
    height: 45px;
    width: 45px;
    padding: 0;
    justify-content: center;
    border-radius: 50%;
    aspect-ratio: 1;
    white-space: nowrap;
  }
  .siteHeader .headerActions .btnSmartPump span {
    display: none;
  }
  .siteHeader .headerActions .btnSmartPump::before {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 22px;
    height: 22px;
  }
  .siteHeader .headerActions .btnSmartPump .iconWrap img {
    width: 18px;
  }
  .siteHeader .headerActions .langSelector {
    height: 45px;
  }
  .siteHeader .headerActions .langSelector .selected {
    padding: 0 20px;
  }
  .megaMenuOverlay {
    overflow-y: auto;
    overflow-x: hidden;
  }
  .megaMenuOverlay.has-active-submenu .megaMenuNavs .menuBackBtn {
    display: flex !important;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .megaMenuOverlay .megaMenuWrapper {
    padding: 30px 0 50px;
    min-height: 100vh;
  }
  .megaMenuOverlay .megaMenuContainer {
    padding: 0 30px;
    min-height: auto;
    width: 100%;
    position: relative;
  }
  .megaMenuOverlay .megaMenuTop {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .megaMenuOverlay .megaMenuTop .megaMenuLogo img {
    height: 42px;
  }
  .megaMenuOverlay .megaMenuContent {
    flex-direction: column;
    gap: 40px;
  }
  .megaMenuOverlay .megaMenuLeft {
    display: none;
  }
  .megaMenuOverlay .megaMenuNavs {
    flex-direction: column;
    gap: 25px;
    position: relative;
    display: flex;
  }
  .megaMenuOverlay .megaMenuNavs .menuBackBtn {
    display: none;
    align-items: center;
    gap: 8px;
    border: none;
    background: transparent;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    padding: 10px 0;
    margin-bottom: 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    font-family: "Space Grotesk", sans-serif;
  }
  .megaMenuOverlay .megaMenuNavs .menuBackBtn svg {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
  }
  .megaMenuOverlay .megaMenuNavs .menuBackBtn:hover {
    color: #FF5A24;
  }
  .megaMenuOverlay .megaMenuNavs .menuBackBtn:hover svg {
    transform: translateX(-4px);
  }
  .megaMenuOverlay .megaMenuNavs .mainNav {
    width: 100%;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
  }
  .megaMenuOverlay .megaMenuNavs .mainNav.d-none {
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateX(-20px) !important;
    position: absolute !important;
    pointer-events: none !important;
  }
  .megaMenuOverlay .megaMenuNavs .mainNav li {
    margin-bottom: 0;
    border-bottom: 1px solid #f2f2f2;
  }
  .megaMenuOverlay .megaMenuNavs .mainNav li a {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #333333 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 14px 0;
    text-transform: uppercase;
    font-family: "Space Grotesk", sans-serif;
  }
  .megaMenuOverlay .megaMenuNavs .mainNav li a::after {
    content: "";
    width: 6px;
    height: 10px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 14' fill='none'%3E%3Cpath d='M1 13L7 7L1 1' stroke='%23919191' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
    opacity: 0.7;
    transition: transform 0.3s ease;
  }
  .megaMenuOverlay .megaMenuNavs .mainNav li:not([data-target=kurumsal]):not([data-target=urunler]):not([data-target=referanslar]) a::after {
    display: none;
  }
  .megaMenuOverlay .megaMenuNavs .megaMenuSubNavsWrap {
    position: relative;
    margin-top: 0;
    min-height: auto;
  }
  .megaMenuOverlay .megaMenuNavs .megaMenuSubNavsWrap .subNav {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateX(20px);
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .megaMenuOverlay .megaMenuNavs .megaMenuSubNavsWrap .subNav.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    pointer-events: auto;
  }
  .megaMenuOverlay .megaMenuNavs .megaMenuSubNavsWrap .subNav li {
    margin-bottom: 0;
    border-bottom: 1px solid #f2f2f2;
  }
  .megaMenuOverlay .megaMenuNavs .megaMenuSubNavsWrap .subNav li a {
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #555555 !important;
    padding: 12px 0;
    display: block;
    width: 100%;
  }
  .megaMenuOverlay .megaMenuRight {
    max-width: 100%;
    text-align: left;
    margin-left: 0;
    gap: 20px;
    border-top: 1px solid #eeeeee;
    padding-top: 25px;
    margin-top: 15px;
  }
  .megaMenuOverlay .megaMenuRight .megaMenuRightTop {
    justify-content: flex-start;
    align-items: center;
  }
  .megaMenuOverlay .megaMenuRight .megaMenuRightTop .closeMenuBtn {
    position: absolute;
    top: 50px;
    right: 30px;
    width: 40px;
    height: 40px;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    background: #ffffff;
    color: #000000;
    font-size: 17px;
    margin: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .megaMenuOverlay .megaMenuRight .megaMenuRightTop .closeMenuBtn:hover {
    background: #000000;
    color: #ffffff;
    border-color: #000000;
  }
  .megaMenuOverlay .megaMenuRight .megaMenuRightTop .slogan {
    display: none !important;
  }
  .megaMenuOverlay .megaMenuRight .megaMenuRightBottom {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .megaMenuOverlay .megaMenuRight .megaMenuRightBottom p {
    font-size: 13px !important;
    color: #777777 !important;
    line-height: 1.5;
    margin: 0;
  }
  .megaMenuOverlay .megaMenuRight .megaMenuRightBottom a {
    font-size: 14px !important;
    color: #000000 !important;
    font-weight: 600 !important;
    margin: 0;
    text-decoration: none !important;
    transition: color 0.3s ease;
  }
  .megaMenuOverlay .megaMenuRight .megaMenuRightBottom a:hover {
    color: #FF5A24 !important;
  }
  .megaMenuOverlay .megaMenuRight .megaMenuRightBottom .megaMenuLang {
    display: flex;
    gap: 15px;
    margin-top: 10px;
    font-family: "Space Grotesk", sans-serif;
  }
  .megaMenuOverlay .megaMenuRight .megaMenuRightBottom .megaMenuLang a {
    font-size: 13px;
    color: #919191;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
    margin: 0;
  }
  .megaMenuOverlay .megaMenuRight .megaMenuRightBottom .megaMenuLang a.active, .megaMenuOverlay .megaMenuRight .megaMenuRightBottom .megaMenuLang a:hover {
    color: #FF5A24;
  }
  .smartPumpOverlay {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 50px 0;
  }
  .smartPumpOverlay .smartPumpWrapper {
    width: 90%;
    margin: auto;
    max-width: 600px;
  }
  .smartPumpOverlay .closeSmartPumpBtnMobile {
    display: flex !important;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #FF5A24;
    color: #FFFFFF;
    border: none;
    font-size: 18px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 100;
    box-shadow: 0 4px 12px rgba(255, 90, 36, 0.2);
  }
  .smartPumpOverlay .closeSmartPumpBtnMobile:hover {
    background: #e04a1b;
  }
  .smartPumpOverlay .smartPumpRight .closeSmartPumpBtn {
    display: none !important;
  }
  .smartPumpOverlay .smartPumpContainer {
    flex-direction: column;
    padding-bottom: 30px;
  }
  .smartPumpOverlay .smartPumpLeft {
    width: 100%;
    padding: 35px 30px 25px;
  }
  .smartPumpOverlay .smartPumpLeft .titleText {
    font-size: 26px;
    line-height: 32px;
  }
  .smartPumpOverlay .smartPumpLeft .descText {
    font-size: 15px;
  }
  .smartPumpOverlay .smartPumpRight {
    width: 100%;
    padding: 30px;
  }
  .smartPumpOverlay .smartPumpRight .content {
    position: static !important;
    top: 0 !important;
    right: 0 !important;
    width: 100%;
  }
  .smartPumpOverlay .smartPumpRight .smartPumpRightHeader .headerTitle {
    font-size: 18px;
  }
  .smartPumpOverlay .smartPumpRight .smartPumpRightHeader .headerImgWrap {
    padding: 20px 30px;
  }
  .smartPumpOverlay .smartPumpRight .submitBtn {
    height: 60px;
    font-size: 16px;
  }
  .smartPumpOverlay .leftWatermarkImg,
  .smartPumpOverlay .vectorTop,
  .smartPumpOverlay .vectorBottom {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .siteHeader {
    padding: 20px 0;
  }
  .siteHeader .headerContent {
    gap: 15px;
  }
  .siteHeader .headerLogos {
    margin-right: 0;
  }
  .siteHeader .headerLogos .mainLogo img {
    height: 45px;
  }
  .siteHeader .headerNavWrap .headerNavBg {
    display: none;
  }
  .siteHeader .headerNavWrap .headerNav {
    background: transparent;
    border: none;
    height: auto;
    padding: 0;
  }
  .siteHeader .headerNavWrap .headerNav .navItem.solutionsTrigger {
    display: none;
  }
  .siteHeader .headerNavWrap .headerNav .navItem.menuTrigger {
    gap: 10px;
    font-size: 14px;
  }
  .siteHeader .headerNavWrap .headerNav .navItem.menuTrigger .menuIcon {
    width: 22px;
    height: 15px;
  }
  .siteHeader .headerNavWrap .headerNav .navDivider {
    display: none;
  }
  .siteHeader .headerSearch {
    display: flex !important;
    position: static !important;
    background: transparent;
    border: none;
    padding: 0;
    width: 48px;
    height: 48px;
    max-width: none;
    flex: none;
    z-index: 4;
  }
  .siteHeader .headerSearch form {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .siteHeader .headerSearch form button {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #f2f2f2;
    background: #ffffff;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
  }
  .siteHeader .headerSearch form button img {
    width: 20px;
    height: auto;
    margin: 0;
  }
  .siteHeader .headerSearch form input {
    position: absolute;
    top: calc(100% + 15px);
    left: 30%;
    width: 320px;
    max-width: calc(100% - 30px);
    height: 50px;
    background: #ffffff;
    border: 1px solid #F2F2F2;
    border-radius: 40px;
    padding: 0 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    font-size: 13px;
    font-weight: 500;
    color: #000000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    outline: none;
  }
  .siteHeader .headerSearch form input::-moz-placeholder {
    color: #888;
  }
  .siteHeader .headerSearch form input::placeholder {
    color: #888;
  }
  .siteHeader .headerSearch.active form button {
    background: #FF5A24;
    border-color: #FF5A24;
  }
  .siteHeader .headerSearch.active form button img {
    filter: brightness(0) invert(1);
  }
  .siteHeader .headerSearch.active form input {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .siteHeader .headerActions {
    margin-left: auto;
    gap: 12px;
  }
  .siteHeader .headerActions .langSelector {
    height: 48px;
  }
  .siteHeader .headerActions .langSelector .selected {
    padding: 0 20px;
  }
  .megaMenuOverlay {
    overflow-y: auto;
    overflow-x: hidden;
  }
  .megaMenuOverlay.has-active-submenu .megaMenuNavs .menuBackBtn {
    display: flex !important;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .megaMenuOverlay .megaMenuWrapper {
    padding: 30px 0 50px;
    min-height: 100vh;
  }
  .megaMenuOverlay .megaMenuContainer {
    padding: 0 20px;
    min-height: auto;
    width: 100%;
    position: relative;
  }
  .megaMenuOverlay .megaMenuTop {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .megaMenuOverlay .megaMenuTop .megaMenuLogo img {
    height: 45px;
  }
  .megaMenuOverlay .megaMenuContent {
    flex-direction: column;
    gap: 40px;
  }
  .megaMenuOverlay .megaMenuLeft {
    display: none;
  }
  .megaMenuOverlay .megaMenuNavs {
    flex-direction: column;
    gap: 25px;
    position: relative;
    display: flex;
  }
  .megaMenuOverlay .megaMenuNavs .menuBackBtn {
    display: none;
    align-items: center;
    gap: 8px;
    border: none;
    background: transparent;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    padding: 10px 0;
    margin-bottom: 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    font-family: "Space Grotesk", sans-serif;
  }
  .megaMenuOverlay .megaMenuNavs .menuBackBtn svg {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
  }
  .megaMenuOverlay .megaMenuNavs .menuBackBtn:hover {
    color: #FF5A24;
  }
  .megaMenuOverlay .megaMenuNavs .menuBackBtn:hover svg {
    transform: translateX(-4px);
  }
  .megaMenuOverlay .megaMenuNavs .mainNav {
    width: 100%;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
  }
  .megaMenuOverlay .megaMenuNavs .mainNav.d-none {
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateX(-20px) !important;
    position: absolute !important;
    pointer-events: none !important;
  }
  .megaMenuOverlay .megaMenuNavs .mainNav li {
    margin-bottom: 0;
    border-bottom: 1px solid #f2f2f2;
  }
  .megaMenuOverlay .megaMenuNavs .mainNav li a {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #333333 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 14px 0;
    text-transform: uppercase;
    font-family: "Space Grotesk", sans-serif;
  }
  .megaMenuOverlay .megaMenuNavs .mainNav li a::after {
    content: "";
    width: 6px;
    height: 10px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 14' fill='none'%3E%3Cpath d='M1 13L7 7L1 1' stroke='%23919191' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
    opacity: 0.7;
    transition: transform 0.3s ease;
  }
  .megaMenuOverlay .megaMenuNavs .mainNav li:not([data-target=kurumsal]):not([data-target=urunler]):not([data-target=referanslar]) a::after {
    display: none;
  }
  .megaMenuOverlay .megaMenuNavs .megaMenuSubNavsWrap {
    position: relative;
    margin-top: 0;
    min-height: auto;
  }
  .megaMenuOverlay .megaMenuNavs .megaMenuSubNavsWrap .subNav {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateX(20px);
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .megaMenuOverlay .megaMenuNavs .megaMenuSubNavsWrap .subNav.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    pointer-events: auto;
  }
  .megaMenuOverlay .megaMenuNavs .megaMenuSubNavsWrap .subNav li a {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #555555 !important;
    padding: 12px 0;
    display: block;
    width: 100%;
  }
  .megaMenuOverlay .megaMenuRight {
    max-width: 100%;
    text-align: left;
    margin-left: 0;
    gap: 20px;
    border-top: 1px solid #eeeeee;
    padding-top: 25px;
    margin-top: 15px;
  }
  .megaMenuOverlay .megaMenuRight .megaMenuRightTop {
    justify-content: flex-start;
    align-items: center;
  }
  .megaMenuOverlay .megaMenuRight .megaMenuRightTop .closeMenuBtn {
    position: absolute;
    top: 45px;
    right: 20px;
    width: 42px;
    height: 42px;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    background: #ffffff;
    color: #000000;
    font-size: 18px;
    margin: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .megaMenuOverlay .megaMenuRight .megaMenuRightTop .closeMenuBtn:hover {
    background: #000000;
    color: #ffffff;
    border-color: #000000;
  }
  .megaMenuOverlay .megaMenuRight .megaMenuRightTop .slogan {
    display: none !important;
  }
  .megaMenuOverlay .megaMenuRight .megaMenuRightBottom {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .megaMenuOverlay .megaMenuRight .megaMenuRightBottom p {
    font-size: 13px !important;
    color: #777777 !important;
    line-height: 1.5;
    margin: 0;
  }
  .megaMenuOverlay .megaMenuRight .megaMenuRightBottom a {
    font-size: 14px !important;
    color: #000000 !important;
    font-weight: 600 !important;
    margin: 0;
    text-decoration: none !important;
    transition: color 0.3s ease;
  }
  .megaMenuOverlay .megaMenuRight .megaMenuRightBottom a:hover {
    color: #FF5A24 !important;
  }
  .megaMenuOverlay .megaMenuRight .megaMenuRightBottom .megaMenuLang {
    display: flex;
    gap: 15px;
    margin-top: 10px;
    font-family: "Space Grotesk", sans-serif;
  }
  .megaMenuOverlay .megaMenuRight .megaMenuRightBottom .megaMenuLang a {
    font-size: 13px;
    color: #919191;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
    margin: 0;
  }
  .megaMenuOverlay .megaMenuRight .megaMenuRightBottom .megaMenuLang a.active, .megaMenuOverlay .megaMenuRight .megaMenuRightBottom .megaMenuLang a:hover {
    color: #FF5A24;
  }
  .smartPumpOverlay {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 50px 0;
  }
  .smartPumpOverlay .smartPumpWrapper {
    width: 90%;
    margin: auto;
    max-width: 900px;
  }
  .smartPumpOverlay .closeSmartPumpBtnMobile {
    display: flex !important;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #FF5A24;
    color: #FFFFFF;
    border: none;
    font-size: 18px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 100;
    box-shadow: 0 4px 12px rgba(255, 90, 36, 0.2);
  }
  .smartPumpOverlay .closeSmartPumpBtnMobile:hover {
    background: #e04a1b;
  }
  .smartPumpOverlay .smartPumpRight .closeSmartPumpBtn {
    display: none !important;
  }
  .smartPumpOverlay .vectorTop {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    top: -45px !important;
  }
  .smartPumpOverlay .smartPumpContainer {
    padding-bottom: 50px;
  }
  .smartPumpOverlay .smartPumpLeft {
    width: 45%;
    padding: 25px 30px;
  }
  .smartPumpOverlay .smartPumpLeft .titleText {
    font-size: 28px;
    line-height: 34px;
  }
  .smartPumpOverlay .smartPumpRight {
    width: 55%;
    padding: 0 30px 30px 0;
  }
  .smartPumpOverlay .smartPumpRight .content {
    position: static !important;
    top: 0 !important;
    right: 0 !important;
    width: 100%;
  }
  .smartPumpOverlay .smartPumpRight .smartPumpRightHeader .headerTitle {
    font-size: 18px;
    padding: 0 20px;
  }
  .smartPumpOverlay .smartPumpRight .smartPumpRightHeader .headerImgWrap {
    padding: 25px 40px;
  }
  .smartPumpOverlay .smartPumpRight .smartPumpRightHeader .headerImgWrap img {
    height: 70px;
  }
  .smartPumpOverlay .smartPumpRight .submitBtn {
    height: 60px;
  }
  .smartPumpOverlay .leftWatermarkImg {
    left: 180px;
    width: 200px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .siteHeader {
    padding: 25px 0;
  }
  .siteHeader .headerLogos {
    margin-right: 20px;
  }
  .siteHeader .headerLogos .mainLogo img {
    height: 48px;
  }
  .siteHeader .headerNavWrap .headerNavBg {
    filter: blur(50px);
  }
  .siteHeader .headerNavWrap .headerNav {
    height: 50px;
    padding: 0 15px;
  }
  .siteHeader .headerNavWrap .headerNav .navItem {
    font-size: 13px;
  }
  .siteHeader .headerNavWrap .headerNav .navItem.menuTrigger {
    gap: 10px;
  }
  .siteHeader .headerNavWrap .headerNav .navItem.solutionsTrigger {
    gap: 8px;
  }
  .siteHeader .headerNavWrap .headerNav .navDivider {
    margin: 0 12px;
  }
  .siteHeader .headerSearch {
    display: flex !important;
    position: static !important;
    background: transparent;
    border: none;
    padding: 0;
    width: 50px;
    height: 50px;
    max-width: none;
    flex: none;
    z-index: 4;
  }
  .siteHeader .headerSearch form {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .siteHeader .headerSearch form button {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #f2f2f2;
    background: #ffffff;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
  }
  .siteHeader .headerSearch form button img {
    width: 20px;
    height: auto;
    margin: 0;
  }
  .siteHeader .headerSearch form input {
    position: absolute;
    top: calc(100% + 15px);
    right: 30%;
    width: 320px;
    max-width: calc(100% - 30px);
    height: 50px;
    background: #ffffff;
    border: 1px solid #F2F2F2;
    border-radius: 40px;
    padding: 0 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    font-size: 13px;
    font-weight: 500;
    color: #000000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    outline: none;
  }
  .siteHeader .headerSearch form input::-moz-placeholder {
    color: #888;
  }
  .siteHeader .headerSearch form input::placeholder {
    color: #888;
  }
  .siteHeader .headerSearch.active form button {
    background: #FF5A24;
    border-color: #FF5A24;
  }
  .siteHeader .headerSearch.active form button img {
    filter: brightness(0) invert(1);
  }
  .siteHeader .headerSearch.active form input {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .siteHeader .headerActions {
    gap: 10px;
  }
  .siteHeader .headerActions .btnSmartPump {
    height: 50px;
    padding: 0 20px;
    font-size: 12px;
    gap: 8px;
    white-space: nowrap;
  }
  .siteHeader .headerActions .btnSmartPump span {
    white-space: nowrap;
  }
  .siteHeader .headerActions .btnSmartPump .iconWrap img {
    width: 18px;
  }
  .siteHeader .headerActions .langSelector {
    height: 50px;
  }
  .siteHeader .headerActions .langSelector .selected {
    padding: 0 20px;
    font-size: 13px;
  }
  .megaMenuOverlay .megaMenuContainer {
    max-width: 960px;
    padding: 40px 20px;
  }
  .megaMenuOverlay .megaMenuContent {
    gap: 30px;
  }
  .megaMenuOverlay .megaMenuLeft {
    display: none !important;
  }
  .megaMenuOverlay .megaMenuNavs {
    gap: 30px;
  }
  .megaMenuOverlay .megaMenuNavs .mainNav {
    width: 250px;
  }
  .smartPumpOverlay {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 60px 0;
  }
  .smartPumpOverlay .smartPumpWrapper {
    width: 90%;
    margin: auto;
    max-width: 1050px;
  }
  .smartPumpOverlay .closeSmartPumpBtnMobile {
    display: none !important;
  }
  .smartPumpOverlay .smartPumpLeft {
    padding: 30px 40px;
  }
  .smartPumpOverlay .smartPumpLeft .titleText {
    font-size: 30px;
    line-height: 36px;
  }
  .smartPumpOverlay .smartPumpRight .content {
    position: absolute !important;
    right: 60px;
    top: -140px;
  }
  .smartPumpOverlay .leftWatermarkImg {
    left: 200px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .siteHeader {
    padding: 30px 0;
  }
  .siteHeader .headerLogos {
    margin-right: 35px;
  }
  .siteHeader .headerLogos .mainLogo img {
    height: 52px;
  }
  .siteHeader .headerNavWrap .headerNav {
    height: 52px;
    padding: 0 20px;
  }
  .siteHeader .headerNavWrap .headerNav .navItem {
    font-size: 14px;
  }
  .siteHeader .headerNavWrap .headerNav .navDivider {
    margin: 0 15px;
  }
  .siteHeader .headerSearch {
    max-width: 280px;
    height: 52px;
    padding: 0 25px;
  }
  .siteHeader .headerActions {
    gap: 12px;
  }
  .siteHeader .headerActions .btnSmartPump {
    height: 52px;
    padding: 0 20px;
    font-size: 13px;
    white-space: nowrap;
  }
  .siteHeader .headerActions .btnSmartPump span {
    white-space: nowrap;
  }
  .siteHeader .headerActions .langSelector {
    height: 52px;
  }
  .siteHeader .headerActions .langSelector .selected {
    padding: 0 25px;
  }
  .megaMenuOverlay .megaMenuContainer {
    max-width: 1140px;
    padding: 40px 30px;
  }
  .megaMenuOverlay .megaMenuContent {
    gap: 40px;
  }
  .megaMenuOverlay .megaMenuLeft {
    display: none !important;
  }
  .megaMenuOverlay .megaMenuNavs {
    gap: 40px;
  }
  .megaMenuOverlay .megaMenuNavs .mainNav {
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .siteFooter {
    padding: 50px 0 40px;
  }
  .siteFooter .footerTopArea {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
    margin-bottom: 30px;
  }
  .siteFooter .footerTopArea:before {
    display: block !important;
    width: 150px !important;
    height: 80px !important;
    top: -55px !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
  }
  .siteFooter .footerTopArea:after {
    display: block !important;
    width: 80px !important;
    height: 46px !important;
    top: -55px !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
  }
  .siteFooter .footerBadge {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  .siteFooter .footerIntro {
    text-align: center;
    margin-bottom: 40px;
  }
  .siteFooter .footerIntro .introText {
    font-size: 18px;
    line-height: 28px;
  }
  .siteFooter .footerLogos {
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
  }
  .siteFooter .footerLogos .logoNempa {
    height: 55px;
  }
  .siteFooter .footerContentGrid {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 40px;
  }
  .siteFooter .footerMenuCol {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 5px 0 10px;
  }
  .siteFooter .footerMenuCol.active .menuTitle::after {
    transform: rotate(180deg);
  }
  .siteFooter .footerMenuCol .menuTitle {
    margin-bottom: 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    font-size: 15px;
    font-weight: 600;
    color: #000;
  }
  .siteFooter .footerMenuCol .menuTitle::after {
    content: "";
    width: 10px;
    height: 6px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
    transition: transform 0.3s ease;
  }
  .siteFooter .footerMenuCol ul {
    display: none;
    flex-direction: column;
    align-items: flex-start !important;
    padding: 10px 0;
    gap: 10px;
  }
  .siteFooter .footerMenuCol ul li {
    text-align: left;
  }
  .siteFooter .footerMenuCol ul li a {
    font-size: 14px;
    color: #555;
    display: block;
    padding: 6px 0;
  }
  .siteFooter .footerMenuCol ul li a:hover {
    color: #FF5A24;
  }
  .siteFooter .footerContactCol {
    align-items: center;
    text-align: center;
    margin-left: 0;
    padding-top: 30px;
    border-top: none;
  }
  .siteFooter .footerContactCol .contactAddress {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 15px;
    max-width: 100%;
    text-align: center;
  }
  .siteFooter .footerContactCol .contactPhones {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
    align-items: center;
  }
  .siteFooter .footerContactCol .contactPhones .phoneLink {
    font-size: 16px;
  }
  .siteFooter .footerContactCol .emailLink {
    font-size: 16px;
  }
  .siteFooter .footerContactCol .contactSpinningStar {
    display: none !important;
  }
  .siteFooter .footerBottomBar {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 25px;
    padding-top: 25px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }
  .siteFooter .footerBottomBar .copyrightText {
    font-size: 12px;
    color: #555555 !important;
  }
  .siteFooter .footerBottomBar .bottomPolicies {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 15px;
  }
  .siteFooter .footerBottomBar .bottomPolicies a {
    font-size: 12px;
    color: #555555 !important;
  }
  .siteFooter .footerBottomBar .bottomPolicies a:hover {
    color: #FF5A24 !important;
  }
  .siteFooter .footerBottomBar .bottomPolicies span {
    display: inline;
    color: rgba(0, 0, 0, 0.2) !important;
  }
  .siteFooter .footerBottomBar .bottomSocials ul {
    gap: 20px;
  }
  .siteFooter .footerBottomBar .bottomSocials ul li a .socialIconImg {
    filter: brightness(0) opacity(0.6) !important;
  }
  .siteFooter .footerBottomBar .bottomSocials ul li a .socialIconImg:hover {
    filter: brightness(0) opacity(1) !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .siteFooter {
    padding: 60px 0 40px;
  }
  .siteFooter .footerTopArea {
    margin-bottom: 40px;
  }
  .siteFooter .footerIntro .introText {
    font-size: 23px;
    line-height: 35px;
  }
  .siteFooter .footerContentGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
    margin-bottom: 60px;
  }
  .siteFooter .footerContactCol {
    grid-column: span 2;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 30px;
    margin-left: 0;
  }
  .siteFooter .footerBottomBar {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 25px;
    padding-top: 25px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }
  .siteFooter .footerBottomBar .copyrightText {
    color: #555555 !important;
  }
  .siteFooter .footerBottomBar .bottomPolicies {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 15px;
  }
  .siteFooter .footerBottomBar .bottomPolicies a {
    color: #555555 !important;
  }
  .siteFooter .footerBottomBar .bottomPolicies a:hover {
    color: #FF5A24 !important;
  }
  .siteFooter .footerBottomBar .bottomPolicies span {
    color: rgba(0, 0, 0, 0.2) !important;
  }
  .siteFooter .footerBottomBar .bottomSocials ul li a .socialIconImg {
    filter: brightness(0) opacity(0.6) !important;
  }
  .siteFooter .footerBottomBar .bottomSocials ul li a .socialIconImg:hover {
    filter: brightness(0) opacity(1) !important;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .siteFooter .footerIntro .introText {
    font-size: 28px;
    line-height: 42px;
  }
  .siteFooter .footerContentGrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }
  .siteFooter .footerContactCol {
    grid-column: span 4;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin-left: 0;
    text-align: left;
    align-items: flex-start;
  }
  .siteFooter .footerContactCol .contactAddress,
  .siteFooter .footerContactCol .contactPhones,
  .siteFooter .footerContactCol .emailLink {
    margin-bottom: 0;
  }
  .siteFooter .footerBottomBar .copyrightText {
    color: #555555 !important;
  }
  .siteFooter .footerBottomBar .bottomPolicies a {
    color: #555555 !important;
  }
  .siteFooter .footerBottomBar .bottomPolicies a:hover {
    color: #FF5A24 !important;
  }
  .siteFooter .footerBottomBar .bottomPolicies span {
    color: rgba(0, 0, 0, 0.2) !important;
  }
  .siteFooter .footerBottomBar .bottomSocials ul li a .socialIconImg {
    filter: brightness(0) opacity(0.6) !important;
  }
  .siteFooter .footerBottomBar .bottomSocials ul li a .socialIconImg:hover {
    filter: brightness(0) opacity(1) !important;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .siteFooter .footerBottomBar .copyrightText {
    color: #555555 !important;
  }
  .siteFooter .footerBottomBar .bottomPolicies a {
    color: #555555 !important;
  }
  .siteFooter .footerBottomBar .bottomPolicies a:hover {
    color: #FF5A24 !important;
  }
  .siteFooter .footerBottomBar .bottomPolicies span {
    color: rgba(0, 0, 0, 0.2) !important;
  }
  .siteFooter .footerBottomBar .bottomSocials ul li a .socialIconImg {
    filter: brightness(0) opacity(0.6) !important;
  }
  .siteFooter .footerBottomBar .bottomSocials ul li a .socialIconImg:hover {
    filter: brightness(0) opacity(1) !important;
  }
}
@media screen and (max-width: 576px) {
  .defaultPageSection .row {
    gap: 0;
  }
  .defaultPageSection [class*=col-lg-],
  .defaultPageSection [class*=col-md-] {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  .defaultPageSection .col-lg-3:empty {
    display: none !important;
    padding: 0 !important;
  }
  .defaultPageSection .bannerContent {
    padding-top: 120px;
    padding-bottom: 40px;
    text-align: center;
    align-items: center;
  }
  .defaultPageSection .breadCrumb {
    margin-bottom: 20px;
    justify-content: center;
  }
  .defaultPageSection .bannerTitle {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 25px;
    text-align: center;
  }
  .defaultPageSection .bannerLogo {
    margin-bottom: 20px;
  }
  .defaultPageSection .introSection {
    text-align: center;
  }
  .defaultPageSection .introSection .introText {
    font-size: 18px;
    line-height: 26px;
  }
  .defaultPageSection .backgroundArea {
    height: 350px;
  }
  .lineText {
    margin-bottom: 40px;
  }
  .lineText.type2 {
    padding-top: 40px;
    margin-bottom: 40px;
  }
  .mainProjectsNews {
    padding-bottom: 60px;
  }
  .mainProjectsNews .infoCardsGrid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .mainProjectsNews .infoCard {
    padding: 30px 15px 0px !important;
    min-height: auto;
    border-radius: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 576px) and (min-width: 375px) {
  .mainProjectsNews .infoCard {
    padding: 35px 20px;
  }
}
@media screen and (max-width: 576px) {
  .mainProjectsNews .cardHeader {
    margin-bottom: 25px;
    justify-content: center;
  }
  .mainProjectsNews .cardHeader .cardLabel {
    font-size: 13px;
  }
  .mainProjectsNews .leftCard .cardTitle {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .mainProjectsNews .leftCard .brandLogos {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
  }
  .mainProjectsNews .leftCard .logoRow {
    display: contents !important;
  }
  .mainProjectsNews .leftCard .logoItem {
    width: 85px !important;
    height: 60px !important;
    padding: 8px !important;
    border-radius: 8px !important;
  }
}
@media screen and (max-width: 576px) and (min-width: 375px) {
  .mainProjectsNews .leftCard .logoItem {
    width: 95px !important;
    height: 68px !important;
    padding: 10px !important;
  }
}
@media screen and (max-width: 576px) {
  .mainProjectsNews .rightCard {
    text-align: left;
  }
  .mainProjectsNews .rightCard .newsTitle {
    font-size: 20px;
    line-height: 26px;
  }
  .mainProjectsNews .rightCard .newsDesc {
    font-size: 15px;
    line-height: 22px;
  }
  .mainProjectsNews .rightCard .rightCardBottom {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 15px !important;
    margin-top: 30px !important;
  }
  .mainProjectsNews .rightCard .bottomRotor {
    width: 40px !important;
    height: 40px !important;
    flex-shrink: 0 !important;
  }
  .mainProjectsNews .rightCard .bottomProduct {
    max-width: 140px !important;
    width: 100% !important;
    flex-shrink: 1 !important;
  }
}
@media screen and (max-width: 576px) and (min-width: 375px) {
  .mainProjectsNews .rightCard .bottomProduct {
    max-width: 170px !important;
  }
}
@media screen and (max-width: 576px) {
  .mainPerformance .performanceHeader {
    margin-bottom: 40px;
  }
  .mainPerformance .performanceTitle {
    font-size: 22px;
    line-height: 28px;
  }
  .mainPerformance .imgWrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .mainPerformance .performanceBadge {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    animation: none !important;
    transform: none !important;
  }
  .mainPerformance .performanceBadge .badgeNum {
    width: 56px;
    height: 54px;
    font-size: 36px;
  }
  .mainPerformance .performanceBadge .badgeLabel p {
    font-size: 16px;
    font-weight: 400;
  }
  .productContactCatalog {
    padding-bottom: 60px;
  }
  .productContactCatalog .customCol1 {
    max-width: 100% !important;
  }
  .productContactCatalog .customCol2 {
    max-width: 100% !important;
  }
  .productContactCatalog .actionCard {
    padding: 40px 20px 30px;
  }
  .productContactCatalog .actionCard .cardTitle {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 25px;
  }
  .productContactCatalog .actionCard .cardSubtitleRow {
    margin-bottom: 25px;
  }
  .productContactCatalog .actionCard .cardSubtitleRow .line {
    display: none !important;
  }
  .productContactCatalog .actionCard .cardSubtitleRow .line2 {
    display: none !important;
  }
  .productContactCatalog .actionCard .cardSubtitleRow .subtitle {
    white-space: normal !important;
    line-height: 24px !important;
    font-size: 15px !important;
  }
  .productContactCatalog .actionCard .cardButtons {
    width: 100%;
  }
  .productContactCatalog .actionCard .cardButtons .btnAction {
    width: 100% !important;
    text-align: center !important;
  }
  .productContactCatalog .actionCard .leftCardWatermark {
    max-width: 150px;
    left: 20px;
  }
  .productContactCatalog .actionCard .rightCardImage {
    position: relative !important;
    right: auto !important;
    bottom: auto !important;
    margin-top: 25px;
    max-width: 180px !important;
    align-self: center;
    z-index: 1;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .defaultPageSection .row {
    gap: 0;
  }
  .defaultPageSection [class*=col-lg-] {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  .defaultPageSection .col-lg-3:empty {
    display: none !important;
  }
  .defaultPageSection .bannerContent {
    padding-top: 130px;
    padding-bottom: 60px;
  }
  .defaultPageSection .bannerTitle {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 40px;
  }
  .defaultPageSection .backgroundArea {
    height: 400px;
  }
  .mainProjectsNews {
    padding-bottom: 80px;
  }
  .mainProjectsNews .infoCardsGrid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .mainProjectsNews .infoCard {
    padding: 45px 30px 0;
    min-height: auto;
  }
  .mainProjectsNews .leftCard .cardTitle {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 40px;
  }
  .lineText.type2 {
    padding-top: 50px;
    margin-bottom: 50px;
  }
  .mainPerformance {
    padding: 0 0 80px;
  }
  .mainPerformance .performanceHeader {
    margin-bottom: 80px;
  }
  .mainPerformance .performanceTitle {
    font-size: 36px;
    line-height: 42px;
  }
  .mainPerformance .performanceImg.type1 {
    height: auto;
  }
  .mainPerformance .performanceBadge {
    width: 230px;
  }
  .mainPerformance .performanceBadge .badgeNum {
    width: 52px;
    height: 50px;
    font-size: 34px;
  }
  .mainPerformance .performanceBadge .badgeLabel {
    padding: 0 12px;
  }
  .mainPerformance .performanceBadge .badgeLabel p {
    font-size: 15px;
  }
  .productContactCatalog {
    padding-bottom: 60px;
  }
  .productContactCatalog .customCol1 {
    max-width: 100% !important;
  }
  .productContactCatalog .customCol2 {
    max-width: 100% !important;
  }
  .productContactCatalog .actionCard {
    padding: 50px 40px 45px;
  }
  .productContactCatalog .actionCard .cardTitle {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 35px;
  }
  .productContactCatalog .actionCard .cardSubtitleRow {
    margin-bottom: 25px;
  }
  .productContactCatalog .actionCard .cardSubtitleRow .line {
    display: none !important;
  }
  .productContactCatalog .actionCard .cardSubtitleRow .line2 {
    display: none !important;
  }
  .productContactCatalog .actionCard .cardSubtitleRow .subtitle {
    white-space: normal !important;
    line-height: 24px !important;
    font-size: 15px !important;
  }
  .productContactCatalog .actionCard .rightCardImage {
    max-width: 240px;
    right: 20px;
    z-index: 1;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .defaultPageSection .bannerContent {
    padding-top: 140px;
    padding-bottom: 80px;
  }
  .defaultPageSection .bannerTitle {
    font-size: 44px;
    line-height: 52px;
    margin-bottom: 60px;
  }
  .mainProjectsNews {
    padding-bottom: 100px;
  }
  .mainProjectsNews .infoCardsGrid {
    grid-template-columns: 1fr !important;
    gap: 25px !important;
  }
  .mainProjectsNews .infoCard {
    padding: 55px 40px 0;
    min-height: auto !important;
  }
  .mainProjectsNews .leftCard .cardTitle {
    font-size: 30px;
    line-height: 40px;
  }
  .mainPerformance {
    padding: 0 0 80px;
  }
  .mainPerformance .performanceHeader {
    margin-bottom: 80px;
  }
  .mainPerformance .performanceTitle {
    font-size: 36px;
    line-height: 42px;
  }
  .mainPerformance .performanceImg.type1 {
    height: auto;
  }
  .mainPerformance .performanceBadge {
    width: 230px;
  }
  .mainPerformance .performanceBadge .badgeNum {
    width: 52px;
    height: 50px;
    font-size: 34px;
  }
  .mainPerformance .performanceBadge .badgeLabel {
    padding: 0 12px;
  }
  .mainPerformance .performanceBadge .badgeLabel p {
    font-size: 15px;
  }
  .productContactCatalog {
    padding-bottom: 60px;
  }
  .productContactCatalog .customCol1 {
    max-width: 100% !important;
  }
  .productContactCatalog .customCol2 {
    max-width: 100% !important;
  }
  .productContactCatalog .actionCard {
    padding: 50px 40px 45px;
  }
  .productContactCatalog .actionCard .cardTitle {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 35px;
  }
  .productContactCatalog .actionCard .cardSubtitleRow {
    margin-bottom: 25px;
  }
  .productContactCatalog .actionCard .cardSubtitleRow .line {
    display: none !important;
  }
  .productContactCatalog .actionCard .cardSubtitleRow .line2 {
    display: none !important;
  }
  .productContactCatalog .actionCard .cardSubtitleRow .subtitle {
    white-space: normal !important;
    line-height: 24px !important;
    font-size: 15px !important;
  }
  .productContactCatalog .actionCard .rightCardImage {
    max-width: 320px;
    right: 40px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .mainPerformance .performanceImg.type1 {
    height: auto;
  }
  .mainPerformance .performanceBadge {
    width: 290px;
  }
  .mainPerformance .performanceBadge .badgeNum {
    width: 70px;
    height: 68px;
    font-size: 48px;
  }
  .mainPerformance .performanceBadge .badgeLabel {
    padding: 0 18px;
  }
  .mainPerformance .performanceBadge .badgeLabel p {
    font-size: 20px;
  }
  .productContactCatalog .actionCard {
    padding: 50px 40px 45px;
  }
  .productContactCatalog .actionCard .cardTitle {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 35px;
  }
  .productContactCatalog .actionCard .cardSubtitleRow {
    margin-bottom: 25px;
  }
  .productContactCatalog .actionCard .cardSubtitleRow .line {
    display: none !important;
  }
  .productContactCatalog .actionCard .cardSubtitleRow .line2 {
    display: none !important;
  }
  .productContactCatalog .actionCard .cardSubtitleRow .subtitle {
    white-space: normal !important;
    line-height: 24px !important;
    font-size: 15px !important;
  }
  .productContactCatalog .actionCard .rightCardImage {
    max-width: 280px;
    right: 20px;
    z-index: 0;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .productContactCatalog .actionCard {
    padding: 70px 60px 50px;
  }
  .productContactCatalog .actionCard .rightCardImage {
    max-width: 350px;
    right: 30px;
  }
}
@media screen and (min-width: 1701px) {
  .customCol1 {
    width: 100%;
    max-width: 550px;
  }
  .customCol2 {
    max-width: calc(100% - 550px);
    width: 100%;
  }
}
@media screen and (min-width: 801px) {
  .row {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .mainSlide {
    padding: 130px 0 60px;
    text-align: center;
  }
  .mainSlide .slideTopRow {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .mainSlide .slideLeftTop {
    max-width: 100%;
    padding-bottom: 200px;
    align-items: center;
    text-align: center;
  }
  .mainSlide .slideLeftTop .slideTitle {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .mainSlide .slideRightTop {
    text-align: left;
    margin-top: 0;
    transform: translateY(-430%);
  }
  .mainSlide .slideRightTop .rightSlogan {
    font-size: 15px;
    max-width: 100%;
  }
  .mainSlide .slideMeta {
    flex-wrap: wrap;
    gap: 12px;
  }
  .mainSlide .slideMeta .metaStatBox .statNum {
    font-size: 18px;
    padding: 8px;
  }
  .mainSlide .slideMeta .metaStatBox .statText {
    font-size: 12px;
    padding: 4px 10px;
    line-height: 12px;
  }
  .mainSlide .absoluteProductImage {
    max-width: 90%;
    right: 50%;
    transform: translateX(50%) translateY(-10px);
  }
  .mainSpecial {
    min-height: auto;
  }
  .mainSpecial .leftTopImage {
    display: none;
  }
  .mainSpecial .container {
    padding-top: 60px;
    padding-bottom: 60px;
    flex-direction: column;
    gap: 30px;
  }
  .mainSpecial .specialLeft {
    gap: 20px;
    align-items: center;
    text-align: center;
  }
  .mainSpecial .specialLeft .specialTitle {
    font-size: 22px;
    line-height: 28px;
  }
  .mainSpecial .specialLeft .specialDesc {
    font-size: 15px;
    line-height: 22px;
  }
  .mainSpecial .specialCards {
    flex-direction: column;
    gap: 10px;
  }
  .mainSpecial .specialCard {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    min-height: 70px;
  }
  .mainSpecial .specialCard:nth-child(3) {
    margin-left: 0;
  }
  .mainSpecial .specialCard .specialCardIcon {
    width: 70px;
    padding: 15px;
  }
  .mainSpecial .specialCard .specialCardIcon img {
    height: 26px;
  }
  .mainSpecial .specialCard .specialCardLabel {
    padding: 0 20px;
    font-size: 14px;
  }
  .mainHistory {
    padding: 80px 0 80px;
    text-align: center;
  }
  .mainHistory .historyTop {
    margin-bottom: 50px;
  }
  .mainHistory .historyTopContent {
    flex-direction: column;
    gap: 30px;
  }
  .mainHistory .historyTitle {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
  }
  .mainHistory .historyTopImg {
    max-width: 80px;
  }
  .mainHistory .historyCards {
    flex-direction: column;
    gap: 15px;
  }
  .mainHistory .historyCard {
    padding: 25px 20px 30px;
    border-radius: 16px;
  }
  .mainHistory .historyCard .cardVal {
    font-size: 56px;
    margin-bottom: 8px;
  }
  .mainHistory .historyCard .cardLabel {
    font-size: 16px;
  }
  .mainHistory .historyCard.brandCard .cardLabel {
    font-size: 18px;
    line-height: 24px;
    max-width: 120px;
  }
  .mainHistory .historyCard.brandCard .cardImgWrap {
    max-width: 130px;
    right: 15px;
  }
  .mainDatas {
    padding: 80px 0;
    text-align: center;
  }
  .mainDatas .datasTitle {
    font-size: 28px;
    line-height: 34px;
  }
  .mainDatas .datasDesc {
    font-size: 16px;
    line-height: 22px;
    max-width: 100%;
  }
  .mainDatas .recommendCard {
    max-width: 100%;
  }
  .mainDatas .recommendHeader {
    flex-direction: column;
  }
  .mainDatas .recommendHeader .headerLeft {
    padding: 15px 20px;
  }
  .mainDatas .recommendHeader .headerSub {
    font-size: 16px;
  }
  .mainDatas .recommendHeader .headerRight {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px;
    justify-content: flex-start;
  }
  .mainDatas .recommendForm .formRow {
    flex-direction: column;
    gap: 10px;
  }
  .mainDatas .recommendForm .submitBtn {
    width: 100%;
  }
  .mainProduct {
    padding-bottom: 60px;
    text-align: center;
  }
  .mainProduct .productTop {
    padding: 80px 0 25px;
  }
  .mainProduct .productTop .productTopLeft .topRotor {
    margin-bottom: 40px;
  }
  .mainProduct .productTop .productTopLeft .topRotor img {
    width: 35px;
    height: auto;
  }
  .mainProduct .productTop .productTopLeft .topTitle {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
    max-width: 100%;
  }
  .mainProduct .productTop .productTopLeft .topSubtitle {
    font-size: 14px;
  }
  .mainProduct .productTop .top51 {
    display: none;
  }
  .mainProduct .productMiddle {
    padding-bottom: 40px;
  }
  .mainProduct .productMiddle .productMiddleRow {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
  }
  .mainProduct .productMiddle .productTabs {
    width: 100%;
    gap: 12px;
  }
  .mainProduct .productMiddle .productTabs .productTabItem .tabLine {
    width: 40px;
  }
  .mainProduct .productMiddle .productTabs .productTabItem .tabText {
    margin-left: 15px;
    font-size: 16px;
  }
  .mainProduct .productMiddle .productTabs .productTabItem.active .tabLine {
    width: 80px;
  }
  .mainProduct .productMiddle .productImageArea {
    width: 100%;
    min-height: 250px;
  }
  .mainProduct .productMiddle .productDescArea {
    width: 100%;
    text-align: left;
    align-items: flex-start;
  }
  .mainProduct .productMiddle .productDescArea .productDescWrapper p {
    font-size: 22px;
    line-height: 28px;
    text-align: center;
  }
  .mainProduct .productMiddle .productBottomArea {
    padding-top: 30px;
  }
  .mainProduct .productMiddle .productBottomArea .bottomText {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .mainProduct .productBottom {
    padding-top: 30px;
  }
  .mainProduct .productBottom .mainProductSlide .swiper-slide {
    width: 280px;
    height: 320px;
  }
  .architectSection {
    padding: 60px 0 80px;
    text-align: center;
  }
  .architectSection .architectBadge {
    padding: 6px 16px 6px 8px;
  }
  .architectSection .architectBadge .badgeIcon {
    width: 60px;
    height: 52px;
  }
  .architectSection .architectBadge span {
    font-size: 14px;
  }
  .architectSection .comparisonSliderContainer {
    height: 250px;
    border-radius: 12px;
  }
  .architectSection .comparisonSliderContainer .imageContainer {
    height: 180px;
  }
  .architectSection .architectFooter {
    margin-top: 30px;
  }
  .architectSection .architectFooter .footerText {
    font-size: 16px;
    line-height: 24px;
  }
  .mainProduction {
    padding: 60px 0 80px;
    text-align: center;
  }
  .mainProduction .productionHeader {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 50px;
  }
  .mainProduction .productionLabel {
    margin-bottom: 30px;
  }
  .mainProduction .productionTitle {
    font-size: 32px;
    line-height: 38px;
  }
  .mainProduction .statBox .statNum {
    font-size: 80px;
  }
  .mainProduction .statBox .statLine {
    width: 200px;
  }
  .mainProduction .statBox .statText {
    font-size: 16px;
  }
  .mainProduction .productionGrid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 15px;
  }
  .mainProduction .cardDokum {
    grid-column: 1;
    grid-row: auto;
  }
  .mainProduction .cardImg1 {
    grid-column: 1;
    grid-row: auto;
  }
  .mainProduction .cardIsleme {
    grid-column: 1;
    grid-row: auto;
  }
  .mainProduction .cardImg2 {
    grid-column: 1;
    grid-row: auto;
  }
  .mainProduction .textCard {
    padding: 30px 25px;
  }
  .mainProduction .textCard .cardTitle {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .mainProduction .textCard .cardDesc {
    font-size: 14px;
    line-height: 20px;
    max-width: 100%;
  }
  .mainProduction .imgCard {
    height: 220px;
  }
  .mainProduction .productionFooter {
    margin-top: 30px;
  }
  .mainProduction .productionDiscoverBtn {
    padding: 18px 30px;
    width: 100%;
    justify-content: center;
  }
  .mainProduction .productionDiscoverBtn span {
    font-size: 15px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .mainSlide {
    padding: 130px 0 60px;
  }
  .mainSlide .slideTopRow {
    flex-direction: column;
    gap: 20px;
  }
  .mainSlide .slideLeftTop {
    max-width: 100%;
    padding-bottom: 200px;
  }
  .mainSlide .slideLeftTop .slideTitle {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .mainSlide .slideRightTop {
    text-align: left;
    margin-top: 0;
    transform: translateY(-430%);
  }
  .mainSlide .slideRightTop .rightSlogan {
    font-size: 15px;
    max-width: 100%;
  }
  .mainSlide .slideMeta {
    flex-wrap: wrap;
    gap: 12px;
  }
  .mainSlide .slideMeta .metaStatBox .statNum {
    font-size: 18px;
    padding: 8px;
  }
  .mainSlide .slideMeta .metaStatBox .statText {
    font-size: 12px;
    padding: 4px 10px;
    line-height: 12px;
  }
  .mainSlide .absoluteProductImage {
    max-width: 90%;
    right: 50%;
    transform: translateX(50%);
  }
  .mainSpecial {
    min-height: auto;
  }
  .mainSpecial .leftTopImage {
    display: none;
  }
  .mainSpecial .container {
    padding-top: 80px;
    padding-bottom: 80px;
    flex-direction: column;
    gap: 30px;
  }
  .mainSpecial .specialLeft .specialTitle {
    font-size: 28px;
    line-height: 34px;
  }
  .mainSpecial .specialCards {
    flex-direction: column;
    gap: 12px;
  }
  .mainSpecial .specialCard {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .mainSpecial .specialCard:nth-child(3) {
    margin-left: 0;
  }
  .mainHistory {
    padding: 100px 0;
  }
  .mainHistory .historyTop {
    margin-bottom: 60px;
  }
  .mainHistory .historyTopContent {
    flex-direction: column;
    gap: 30px;
  }
  .mainHistory .historyTitle {
    font-size: 30px;
    line-height: 38px;
  }
  .mainHistory .historyCards {
    flex-wrap: wrap;
    gap: 15px;
  }
  .mainHistory .historyCard {
    flex: 0 0 calc(50% - 8px);
  }
  .mainHistory .historyCard .cardVal {
    font-size: 64px;
  }
  .mainHistory .historyCard.brandCard {
    flex: 0 0 100%;
  }
  .mainDatas {
    padding: 100px 0;
  }
  .mainDatas .datasTitle {
    font-size: 34px;
    line-height: 40px;
  }
  .mainDatas .recommendHeader .headerRight {
    padding: 25px 30px;
  }
  .mainDatas .recommendForm .formRow {
    flex-direction: column;
    gap: 10px;
  }
  .mainProduct {
    padding-bottom: 80px;
  }
  .mainProduct .productTop {
    padding-top: 100px;
  }
  .mainProduct .productMiddle .productMiddleRow {
    flex-direction: column;
    gap: 30px;
  }
  .mainProduct .productMiddle .productTabs {
    width: 100%;
  }
  .mainProduct .productMiddle .productImageArea {
    width: 100%;
    min-height: 300px;
  }
  .mainProduct .productMiddle .productDescArea {
    width: 100%;
  }
  .mainProduct .productMiddle .productDescArea .productDescWrapper p {
    font-size: 28px;
    line-height: 34px;
  }
  .mainProduct .productMiddle .productBottomArea .bottomText {
    font-size: 26px;
    line-height: 34px;
  }
  .mainProduct .productBottom .mainProductSlide .swiper-slide {
    width: 300px;
    height: 340px;
  }
  .architectSection {
    padding: 80px 0 100px;
  }
  .architectSection .comparisonSliderContainer {
    height: 320px;
  }
  .mainProduction {
    padding: 80px 0 100px;
  }
  .mainProduction .productionHeader {
    flex-direction: column;
    margin-bottom: 60px;
  }
  .mainProduction .productionTitle {
    font-size: 40px;
    line-height: 48px;
  }
  .mainProduction .statBox .statNum {
    font-size: 100px;
  }
  .mainProduction .productionGrid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 15px;
  }
  .mainProduction .cardDokum,
  .mainProduction .cardIsleme,
  .mainProduction .cardImg1,
  .mainProduction .cardImg2 {
    grid-column: auto;
    grid-row: auto;
  }
  .mainProduction .textCard {
    padding: 35px 30px;
  }
  .mainProduction .textCard .cardTitle {
    font-size: 26px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .mainSlide {
    padding: 160px 0 100px;
  }
  .mainSlide .slideLeftTop {
    max-width: 500px;
    padding-bottom: 320px;
  }
  .mainSlide .slideLeftTop .slideTitle {
    font-size: 44px;
  }
  .mainSlide .absoluteProductImage {
    max-width: 600px;
  }
  .mainSpecial .container {
    padding-top: 170px;
    padding-bottom: 80px;
  }
  .mainSpecial .specialLeft .specialTitle {
    font-size: 30px;
    line-height: 36px;
  }
  .mainSpecial .specialCard:nth-child(3) {
    margin-left: 0;
  }
  .mainHistory {
    padding: 120px 0;
  }
  .mainHistory .historyCard {
    padding-bottom: 70px;
  }
  .mainHistory .historyTop {
    margin-bottom: 80px;
  }
  .mainHistory .historyTitle {
    font-size: 32px;
    line-height: 40px;
  }
  .mainHistory .historyCard .cardVal {
    font-size: 52px;
  }
  .mainDatas {
    padding: 120px 0;
  }
  .mainDatas .datasTitle {
    font-size: 38px;
    line-height: 44px;
  }
  .mainProduct .productMiddle .productTabs {
    width: 30%;
  }
  .mainProduct .productMiddle .productTabs .productTabItem .tabLine {
    width: 50px;
  }
  .mainProduct .productMiddle .productTabs .productTabItem .tabText {
    margin-left: 20px;
    font-size: 18px;
  }
  .mainProduct .productMiddle .productTabs .productTabItem.active .tabLine {
    width: 120px;
  }
  .mainProduct .productMiddle .productImageArea {
    width: 35%;
  }
  .mainProduct .productMiddle .productDescArea {
    width: 30%;
  }
  .mainProduct .productMiddle .productDescArea .productDescWrapper p {
    font-size: 30px;
    line-height: 36px;
  }
  .mainProduct .productMiddle .productBottomArea .bottomText {
    font-size: 28px;
    line-height: 36px;
  }
  .architectSection {
    padding: 100px 0 120px;
  }
  .architectSection .comparisonSliderContainer {
    height: 380px;
  }
  .mainProduction {
    padding: 0 0 120px;
  }
  .mainProduction .productionHeader {
    margin-bottom: 80px;
    flex-direction: column;
  }
  .mainProduction .productionTitle {
    font-size: 32px;
    line-height: 36px;
  }
  .mainProduction .productionLabel {
    margin-bottom: 20px;
  }
  .mainProduction .statBox .statNum {
    font-size: 120px;
  }
  .mainProduction .productionGrid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 20px;
  }
  .mainProduction .cardDokum,
  .mainProduction .cardIsleme,
  .mainProduction .cardImg1,
  .mainProduction .cardImg2 {
    grid-column: auto;
    grid-row: auto;
  }
  .mainProduction .textCard {
    padding: 40px;
  }
  .mainProduction .textCard .cardTitle {
    font-size: 28px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .mainProduction .cardIsleme {
    padding: 20px;
  }
  .mainSpecial .container {
    padding-top: 170px;
    padding-bottom: 80px;
  }
  .mainSpecial .specialLeft .specialTitle {
    font-size: 30px;
    line-height: 36px;
  }
  .mainSpecial .specialCard:nth-child(3) {
    margin-left: 0;
  }
  .mainHistory {
    padding: 120px 0;
  }
  .mainHistory .historyCard {
    padding-bottom: 70px;
  }
  .mainHistory .historyTop {
    margin-bottom: 80px;
  }
  .mainHistory .historyTitle {
    font-size: 32px;
    line-height: 40px;
  }
  .mainHistory .historyCard .cardVal {
    font-size: 52px;
  }
  .mainDatas {
    padding: 120px 0;
  }
  .mainDatas .datasTitle {
    font-size: 38px;
    line-height: 44px;
  }
  .mainProduct .productMiddle .productTabs {
    width: 30%;
  }
  .mainProduct .productMiddle .productTabs .productTabItem .tabLine {
    width: 50px;
  }
  .mainProduct .productMiddle .productTabs .productTabItem .tabText {
    margin-left: 20px;
    font-size: 18px;
  }
  .mainProduct .productMiddle .productTabs .productTabItem.active .tabLine {
    width: 120px;
  }
  .mainProduct .productMiddle .productImageArea {
    width: 35%;
  }
  .mainProduct .productMiddle .productDescArea {
    width: 30%;
  }
  .mainProduct .productMiddle .productDescArea .productDescWrapper p {
    font-size: 30px;
    line-height: 36px;
  }
  .mainProduct .productMiddle .productBottomArea .bottomText {
    font-size: 28px;
    line-height: 36px;
  }
  .architectSection {
    padding: 100px 0 120px;
  }
  .architectSection .comparisonSliderContainer {
    height: 380px;
  }
  .mainProduction {
    padding: 0 0 120px;
  }
  .mainProduction .productionHeader {
    margin-bottom: 80px;
    flex-direction: column;
  }
  .mainProduction .productionTitle {
    font-size: 32px;
    line-height: 36px;
  }
  .mainProduction .productionLabel {
    margin-bottom: 20px;
  }
  .mainProduction .statBox .statNum {
    font-size: 120px;
  }
  .mainProduction .productionGrid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 20px;
  }
  .mainProduction .cardDokum,
  .mainProduction .cardIsleme,
  .mainProduction .cardImg1,
  .mainProduction .cardImg2 {
    grid-column: auto;
    grid-row: auto;
  }
  .mainProduction .textCard {
    padding: 40px;
  }
  .mainProduction .textCard .cardTitle {
    font-size: 28px;
  }
}
@media screen and (max-width: 576px) {
  section.corporate {
    text-align: center;
  }
  section.corporate .bannerArea {
    padding-top: 120px;
    padding-bottom: 50px;
  }
  section.corporate .bannerArea .container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  section.corporate .bannerArea .backgroundArea .circleArea {
    display: none !important;
  }
  section.corporate .bannerArea .bannerContent {
    padding-top: 20px;
    align-items: center;
    text-align: center;
    width: 100%;
  }
  section.corporate .bannerArea .bannerContent .bannerTitle {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 15px;
    text-align: center;
  }
  section.corporate .bannerArea .bannerContent .bannerDesc {
    font-size: 16px;
    line-height: 24px;
  }
  section.corporate .bannerArea .rightContent {
    position: relative;
    width: 100%;
    height: 280px;
    margin-top: 30px;
    right: auto;
    bottom: auto;
  }
  section.corporate .bannerArea .rightContent .pedestalItem {
    bottom: 20px;
  }
  section.corporate .bannerArea .rightContent .pedestalItem.item1 {
    right: calc(50% - 95px);
    width: 100px;
  }
  section.corporate .bannerArea .rightContent .pedestalItem.item1 .productImg {
    width: 70px;
    margin-bottom: -15px;
  }
  section.corporate .bannerArea .rightContent .pedestalItem.item2 {
    right: calc(50% - 40px);
    width: 120px;
  }
  section.corporate .bannerArea .rightContent .pedestalItem.item2 .productImg {
    width: 50px;
    margin-bottom: -15px;
  }
  section.corporate .bannerArea .rightContent .pedestalItem.item3 {
    right: calc(50% - 150px);
    width: 90px;
  }
  section.corporate .bannerArea .rightContent .pedestalItem.item3 .productImg {
    width: 50px;
    margin-bottom: -15px;
  }
  section.corporate .corporateSlideArea {
    padding: 50px 0;
  }
  section.corporate .corporateSlideArea .containerFluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  section.corporate .corporateSlideArea .corporateSlideGrid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  section.corporate .corporateSlideArea .slideCol {
    width: 100%;
  }
  section.corporate .corporateSlideArea .slideCol .imgWrapper {
    aspect-ratio: 16/10;
  }
  section.corporate .corporateSlideArea .centerCol {
    width: 100%;
  }
  section.corporate .corporateSlideArea .centerCol .textCard {
    padding: 40px 25px;
  }
  section.corporate .corporateSlideArea .centerCol .textCard .cardHeader {
    margin-bottom: 15px;
  }
  section.corporate .corporateSlideArea .centerCol .textCard .cardLogo {
    margin-bottom: 20px;
  }
  section.corporate .corporateSlideArea .centerCol .textCard .cardText {
    font-size: 22px;
    line-height: 30px;
  }
  section.corporate .corporateDetailArea {
    margin-bottom: 60px;
  }
  section.corporate .corporateDetailArea .introDetailRow {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
    text-align: center;
  }
  section.corporate .corporateDetailArea .introDetailRow .lineCol {
    display: none;
  }
  section.corporate .corporateDetailArea .introDetailRow .textCol .mainIntroText {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  section.corporate .corporateDetailArea .introDetailRow .textCol .subIntroText {
    font-size: 15px;
    line-height: 24px;
  }
  section.corporate .corporateDetailArea .visionMissionRow .container {
    grid-template-columns: 1fr;
  }
  section.corporate .corporateDetailArea .visionMissionRow .vmCard {
    padding: 50px 15px;
    gap: 30px;
  }
  section.corporate .corporateDetailArea .visionMissionRow .vmCard:first-child {
    border-right: none;
    border-bottom: 1px solid #ECECEC;
    padding-right: 15px;
  }
  section.corporate .corporateDetailArea .visionMissionRow .vmCard:last-child {
    padding-left: 15px;
  }
  section.corporate .corporateDetailArea .visionMissionRow .vmCard .cardRight .cardTitle {
    margin: 30px 0;
  }
  section.corporate .corporateDetailArea .visionMissionRow .vmCard .cardRight .cardNum {
    font-size: 100px;
    line-height: 80px;
  }
  section.corporate .corporateGlobalArea {
    margin-bottom: 60px;
  }
  section.corporate .corporateGlobalArea .globalHeader {
    margin-bottom: 20px;
    text-align: center;
  }
  section.corporate .corporateGlobalArea .globalHeader h2 {
    font-size: 36px;
    line-height: 44px;
  }
  section.corporate .corporateGlobalArea .globalHeader h2 br {
    display: none;
  }
  section.corporate .corporateGlobalArea .globalImage {
    position: relative;
    transform: none;
    left: auto;
    top: auto;
    margin: 20px auto;
    max-width: 100%;
  }
  section.corporate .corporateGlobalArea .globalContent {
    text-align: center;
  }
  section.corporate .corporateGlobalArea .globalContent p {
    font-size: 16px;
    line-height: 24px;
  }
  section.corporate .corporateFutureArea {
    padding: 60px 0 60px;
  }
  section.corporate .corporateFutureArea .futureIntroRow {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
  }
  section.corporate .corporateFutureArea .futureIntroRow .leftCol {
    margin-top: 0;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }
  section.corporate .corporateFutureArea .futureIntroRow .leftCol .introTag {
    line-height: 19px;
  }
  section.corporate .corporateFutureArea .futureIntroRow .rightCol .futureText {
    font-size: 22px;
    line-height: 30px;
  }
  section.corporate .corporateFutureArea .futureImageWrapper {
    position: relative;
    transform: none;
    right: auto;
    left: auto;
    margin: 20px auto 0;
    max-width: 100%;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.corporate .bannerArea {
    padding-top: 130px;
    padding-bottom: 60px;
  }
  section.corporate .bannerArea .container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  section.corporate .bannerArea .backgroundArea .circleArea {
    display: none !important;
  }
  section.corporate .bannerArea .bannerContent {
    width: 100%;
    align-items: center;
    text-align: center;
  }
  section.corporate .bannerArea .bannerContent .bannerTitle {
    font-size: 38px;
    line-height: 48px;
  }
  section.corporate .bannerArea .rightContent {
    position: relative;
    width: 100%;
    height: 320px;
    margin-top: 35px;
    right: auto;
    bottom: auto;
  }
  section.corporate .corporateSlideArea {
    padding: 60px 0;
  }
  section.corporate .corporateSlideArea .corporateSlideGrid {
    grid-template-columns: 1fr;
  }
  section.corporate .corporateSlideArea .slideCol {
    width: 100%;
  }
  section.corporate .corporateSlideArea .centerCol .textCard {
    padding: 50px 40px;
  }
  section.corporate .corporateSlideArea .centerCol .textCard .cardText {
    font-size: 26px;
    line-height: 34px;
  }
  section.corporate .corporateDetailArea .introDetailRow {
    flex-direction: column;
    gap: 30px;
  }
  section.corporate .corporateDetailArea .introDetailRow .lineCol {
    display: none;
  }
  section.corporate .corporateDetailArea .introDetailRow .textCol .mainIntroText {
    font-size: 26px;
    line-height: 36px;
  }
  section.corporate .corporateDetailArea .visionMissionRow .container {
    grid-template-columns: 1fr;
  }
  section.corporate .corporateDetailArea .visionMissionRow .vmCard {
    padding: 60px 20px;
  }
  section.corporate .corporateDetailArea .visionMissionRow .vmCard:first-child {
    border-right: none;
    border-bottom: 1px solid #ECECEC;
  }
  section.corporate .corporateDetailArea .visionMissionRow .vmCard:last-child {
    padding-left: 20px;
  }
  section.corporate .corporateGlobalArea .globalHeader h2 {
    font-size: 55px;
    line-height: 65px;
  }
  section.corporate .corporateGlobalArea .globalImage {
    position: relative;
    transform: none;
    left: auto;
    top: auto;
    margin: 30px auto;
  }
  section.corporate .corporateGlobalArea .globalContent p {
    font-size: 22px;
    line-height: 32px;
  }
  section.corporate .corporateFutureArea {
    padding: 80px 0 80px;
  }
  section.corporate .corporateFutureArea .futureIntroRow {
    flex-direction: column;
    gap: 25px;
  }
  section.corporate .corporateFutureArea .futureIntroRow .leftCol {
    margin-top: 0;
  }
  section.corporate .corporateFutureArea .futureIntroRow .rightCol .futureText {
    font-size: 26px;
    line-height: 36px;
  }
  section.corporate .corporateFutureArea .futureImageWrapper {
    position: relative;
    transform: none;
    right: auto;
    left: auto;
    margin: 30px auto 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.corporate .bannerArea {
    padding-top: 130px;
    padding-bottom: 60px;
  }
  section.corporate .bannerArea .container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  section.corporate .bannerArea .backgroundArea .circleArea {
    display: none !important;
  }
  section.corporate .bannerArea .bannerContent {
    width: 100%;
    align-items: center;
    text-align: center;
  }
  section.corporate .bannerArea .bannerContent .bannerTitle {
    font-size: 38px;
    line-height: 48px;
  }
  section.corporate .bannerArea .rightContent {
    position: relative;
    width: 100%;
    height: 320px;
    margin-top: 35px;
    right: auto;
    bottom: auto;
  }
  section.corporate .corporateSlideArea {
    padding: 60px 0;
  }
  section.corporate .corporateSlideArea .corporateSlideGrid {
    grid-template-columns: 1fr;
  }
  section.corporate .corporateSlideArea .slideCol {
    width: 100%;
    flex-direction: row;
  }
  section.corporate .corporateSlideArea .centerCol .textCard {
    padding: 50px 40px;
  }
  section.corporate .corporateSlideArea .centerCol .textCard .cardText {
    font-size: 26px;
    line-height: 34px;
  }
  section.corporate .corporateDetailArea .introDetailRow {
    flex-direction: column;
    gap: 30px;
  }
  section.corporate .corporateDetailArea .introDetailRow .lineCol {
    display: none;
  }
  section.corporate .corporateDetailArea .introDetailRow .textCol .mainIntroText {
    font-size: 26px;
    line-height: 36px;
  }
  section.corporate .corporateDetailArea .visionMissionRow .container {
    grid-template-columns: 1fr;
  }
  section.corporate .corporateDetailArea .visionMissionRow .vmCard {
    padding: 60px 20px;
  }
  section.corporate .corporateDetailArea .visionMissionRow .vmCard:first-child {
    border-right: none;
    border-bottom: 1px solid #ECECEC;
  }
  section.corporate .corporateDetailArea .visionMissionRow .vmCard:last-child {
    padding-left: 20px;
  }
  section.corporate .corporateGlobalArea .globalHeader h2 {
    font-size: 55px;
    line-height: 65px;
  }
  section.corporate .corporateGlobalArea .globalImage {
    position: relative;
    transform: none;
    left: auto;
    top: auto;
    margin: 30px auto;
  }
  section.corporate .corporateGlobalArea .globalContent p {
    font-size: 22px;
    line-height: 32px;
  }
  section.corporate .corporateFutureArea {
    padding: 80px 0 80px;
  }
  section.corporate .corporateFutureArea .futureIntroRow {
    flex-direction: column;
    gap: 25px;
  }
  section.corporate .corporateFutureArea .futureIntroRow .leftCol {
    margin-top: 0;
  }
  section.corporate .corporateFutureArea .futureIntroRow .rightCol .futureText {
    font-size: 26px;
    line-height: 36px;
  }
  section.corporate .corporateFutureArea .futureImageWrapper {
    position: relative;
    transform: none;
    right: auto;
    left: auto;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 992px) {
  section.historical {
    text-align: center;
  }
  section.historical .bannerArea {
    padding-top: 120px;
    padding-bottom: 40px;
  }
  section.historical .bannerArea .container {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  section.historical .bannerArea .bannerContent {
    max-width: 100%;
    align-items: center;
    text-align: center;
  }
  section.historical .bannerArea .bannerContent .bannerTitle {
    max-width: 100%;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
  }
  section.historical .bannerArea .rightText {
    max-width: 100%;
    padding-top: 0;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin: 0 auto;
  }
  section.historical .historicalTimelineArea {
    margin-bottom: 40px;
  }
  section.historical .historicalTimelineArea .container-fluid {
    padding: 0 15px;
  }
  section.historical .historicalTimelineArea .timelineAccordion {
    flex-direction: column;
    height: auto;
    gap: 12px;
  }
  section.historical .historicalTimelineArea .timelineItem {
    width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    height: 70px;
    border-radius: 16px;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
  section.historical .historicalTimelineArea .timelineItem:first-child {
    width: 100% !important;
    min-width: 0 !important;
  }
  section.historical .historicalTimelineArea .timelineItem .collapsedContent {
    width: 100%;
    height: 70px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: static;
    opacity: 1;
    visibility: visible;
  }
  section.historical .historicalTimelineArea .timelineItem .collapsedContent .verticalYear {
    transform: none;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
  }
  section.historical .historicalTimelineArea .timelineItem .collapsedContent::after {
    content: "+";
    font-size: 24px;
    color: #ffffff;
    font-family: monospace;
  }
  section.historical .historicalTimelineArea .timelineItem .expandedContent {
    display: flex;
    flex-direction: column-reverse;
    padding: 30px 24px;
    gap: 20px;
    height: auto;
    border-radius: 16px;
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  }
  section.historical .historicalTimelineArea .timelineItem .timelineInfo {
    max-width: 100%;
    padding-top: 0;
  }
  section.historical .historicalTimelineArea .timelineItem .timelineInfo .timelineTag {
    font-size: 15px;
    font-weight: 600;
  }
  section.historical .historicalTimelineArea .timelineItem .timelineInfo .timelineText {
    font-size: 15px;
    line-height: 23px;
    margin-top: 10px;
    max-width: 100%;
  }
  section.historical .historicalTimelineArea .timelineItem .yearWrapper {
    justify-content: flex-start;
    align-items: center;
  }
  section.historical .historicalTimelineArea .timelineItem .yearWrapper .hugeYear {
    font-size: 54px;
    line-height: 1;
  }
  section.historical .historicalTimelineArea .timelineItem.active {
    height: auto;
  }
  section.historical .historicalTimelineArea .timelineItem.active .collapsedContent {
    display: none;
  }
  section.historical .historicalFeatureBanner {
    margin: 40px 0;
  }
  section.historical .historicalFeatureBanner .bannerWrapper {
    flex-direction: column;
    padding: 40px 24px 150px;
    min-height: auto;
    gap: 20px;
    border-radius: 16px;
  }
  section.historical .historicalFeatureBanner .leftCol {
    width: 100%;
  }
  section.historical .historicalFeatureBanner .leftCol .subTitle {
    font-size: 18px;
    line-height: 24px;
  }
  section.historical .historicalFeatureBanner .leftCol .subTitle br {
    display: none;
  }
  section.historical .historicalFeatureBanner .rightCol {
    width: 100%;
  }
  section.historical .historicalFeatureBanner .rightCol .description {
    font-size: 20px;
    line-height: 28px;
  }
  section.historical .historicalFeatureBanner .bannerLogo {
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
    max-width: 260px;
  }
}
@media screen and (max-width: 576px) {
  section.references {
    text-align: center;
  }
  section.references .bannerArea {
    padding-bottom: 40px;
  }
  section.references .bannerArea .container {
    flex-direction: column;
    gap: 30px;
    align-items: center;
    text-align: center;
  }
  section.references .backgroundArea .circleArea .circle {
    width: 320px;
    height: 320px;
    top: 70%;
  }
  section.references .bannerContent {
    max-width: 100%;
    align-items: center;
    text-align: center;
  }
  section.references .bannerContent .bannerTitle {
    text-align: center;
    font-size: 28px;
    line-height: 38px;
  }
  section.references .rightContent {
    margin-left: 0;
    width: 100%;
  }
  section.references .rightText {
    max-width: 100%;
    padding-top: 0;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }
  section.references .referencesGridArea {
    padding: 40px 0 60px;
  }
  section.references .referencesGridArea .referencesGrid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  section.references .referencesGridArea .referenceCard {
    min-height: 220px;
    padding: 40px 30px 30px;
    align-items: center;
    text-align: center;
  }
  section.references .referencesGridArea .referenceCard .logoWrapper {
    margin-bottom: 30px;
  }
  section.references .referencesGridArea .promoCard {
    grid-column: span 1;
    padding: 40px 30px;
    flex-direction: column;
    text-align: center;
  }
  section.references .referencesGridArea .promoCard .promoContent {
    width: 100%;
  }
  section.references .referencesGridArea .promoCard .promoContent .promoSubtitle {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  section.references .referencesGridArea .promoCard .promoContent .promoTitle {
    font-size: 22px;
    line-height: 30px;
  }
  section.references .referencesGridArea .promoCard .promoLogo {
    position: static;
    transform: none;
    margin-top: 30px;
    width: 120px;
    height: auto;
  }
  section.references .referencesStatsArea {
    padding: 60px 0 80px;
  }
  section.references .referencesStatsArea .statsTopRow {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }
  section.references .referencesStatsArea .statsTopRow .leftCol {
    padding-top: 0;
    flex-direction: column;
  }
  section.references .referencesStatsArea .statsTopRow .leftCol .subTitleLine {
    display: none;
  }
  section.references .referencesStatsArea .statsTopRow .rightCol {
    gap: 50px;
    text-align: center;
  }
  section.references .referencesStatsArea .statsTopRow .rightCol .description {
    font-size: 20px;
    line-height: 30px;
  }
  section.references .referencesStatsArea .statsBottomRow {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }
  section.references .referencesStatsArea .statsBottomRow .statItem {
    align-items: center;
    gap: 15px;
  }
  section.references .referencesStatsArea .statsBottomRow .statNumber {
    font-size: 64px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.references {
    text-align: center;
  }
  section.references .bannerArea .container {
    flex-direction: column;
    gap: 40px;
  }
  section.references .bannerContent {
    max-width: 100%;
  }
  section.references .bannerContent .bannerTitle {
    font-size: 34px;
    line-height: 44px;
  }
  section.references .rightContent {
    width: 100%;
  }
  section.references .rightText {
    max-width: 100%;
    padding-top: 0;
    font-size: 22px;
    line-height: 32px;
  }
  section.references .referencesGridArea .referencesGrid {
    grid-template-columns: repeat(2, 1fr);
  }
  section.references .referencesGridArea .promoCard {
    grid-column: span 2;
    padding: 40px 50px;
  }
  section.references .referencesGridArea .promoCard .promoContent {
    width: 75%;
  }
  section.references .referencesStatsArea {
    padding: 80px 0 100px;
  }
  section.references .referencesStatsArea .statsTopRow {
    flex-direction: column;
    gap: 50px;
  }
  section.references .referencesStatsArea .statsTopRow .leftCol {
    flex-direction: column;
  }
  section.references .referencesStatsArea .statsTopRow .leftCol .subTitleLine {
    display: none;
  }
  section.references .referencesStatsArea .statsTopRow .rightCol {
    gap: 60px;
    text-align: center;
  }
  section.references .referencesStatsArea .statsBottomRow {
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
  }
  section.references .referencesStatsArea .statsBottomRow .statItem {
    align-items: center;
  }
  section.references .referencesStatsArea .statsBottomRow .statNumber {
    font-size: 72px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.references .bannerArea .container {
    gap: 50px;
  }
  section.references .bannerContent {
    max-width: 60%;
  }
  section.references .rightText {
    font-size: 22px;
  }
  section.references .referencesGridArea .referencesGrid {
    grid-template-columns: repeat(3, 1fr);
  }
  section.references .referencesGridArea .promoCard {
    padding: 50px;
  }
  section.references .referencesGridArea .promoCard .promoContent {
    width: 70%;
  }
  section.references .referencesStatsArea {
    padding: 100px 0 120px;
  }
  section.references .referencesStatsArea .statsTopRow {
    gap: 60px;
  }
  section.references .referencesStatsArea .statsTopRow .rightCol {
    gap: 80px;
  }
  section.references .referencesStatsArea .statsTopRow .rightCol .description {
    font-size: 26px;
    line-height: 38px;
  }
  section.references .referencesStatsArea .statsBottomRow {
    gap: 60px;
    flex-wrap: wrap;
  }
  section.references .referencesStatsArea .statsBottomRow .statNumber {
    font-size: 80px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.references .bannerArea .container {
    gap: 80px;
  }
  section.references .referencesGridArea .referencesGrid {
    grid-template-columns: repeat(3, 1fr);
  }
  section.references .referencesStatsArea .statsTopRow {
    gap: 80px;
  }
  section.references .referencesStatsArea .statsBottomRow {
    gap: 80px;
  }
}
@media screen and (max-width: 576px) {
  .products {
    text-align: center;
  }
  .products .bannerArea {
    padding: 120px 0 40px;
  }
  .products .bannerArea .bannerContentRow {
    flex-direction: column;
    margin-bottom: 25px;
    gap: 15px;
  }
  .products .bannerArea .bannerContentRow .leftCol,
  .products .bannerArea .bannerContentRow .rightCol {
    width: 100% !important;
  }
  .products .bannerArea .bannerContentRow .leftCol .bannerTitle {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
  }
  .products .bannerArea .bannerContentRow .rightCol {
    padding-top: 0;
  }
  .products .bannerArea .bannerContentRow .rightCol .introText {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
  .products .bannerArea .heroExplodedPump {
    display: none !important;
  }
  .products .bannerArea .productFilterBar {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
    margin-top: 20px;
  }
  .products .bannerArea .productFilterBar .select2-container.productfilter {
    min-width: 0 !important;
    width: 100% !important;
  }
  .products .bannerArea .productFilterBar .select2-container.productfilter .select2-selection--single .select2-selection__rendered > span {
    font-size: 16px !important;
    padding: 5px 45px 5px 15px !important;
  }
  .products .bannerArea .productFilterBar .select2-container.productfilter .select2-selection--single .select2-selection__rendered > span::before {
    font-size: 13px !important;
  }
  .products .bannerArea .productFilterBar .select2-container.productfilter .select2-selection--single .select2-selection__rendered .previmg {
    width: 60px !important;
    height: 60px !important;
  }
  .products .bannerArea .productFilterBar .select2-container.productfilter .select2-selection--single .select2-selection__arrow {
    right: 15px !important;
  }
  .products .bannerArea .productFilterBar .filterSubmitBtn {
    width: 100%;
    padding: 20px !important;
    font-size: 15px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000 !important;
    color: #ffffff !important;
    border-color: #000000 !important;
  }
  .products .bannerArea .productFilterBar .filterSubmitBtn:hover {
    background: #EF7D00 !important;
    border-color: #EF7D00 !important;
    color: #ffffff !important;
  }
  .products .bannerArea .productFilterBar .rightCol {
    max-width: 100%;
  }
  .products .bannerArea .productFilterBar .rightCol .introText {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
  .products .productsGridArea {
    padding: 0 0 60px;
  }
  .products .productsGridArea .gridHeader {
    margin-bottom: 30px;
    justify-content: space-between;
  }
  .products .productsGridArea .gridHeader .headerLabel,
  .products .productsGridArea .gridHeader .headerValue {
    font-size: 16px;
  }
  .products .productsGridArea .productsGrid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .products .productsCTA {
    padding: 60px 0;
  }
  .products .productsCTA .ctaInner {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    gap: 20px;
  }
  .products .productsCTA .ctaText {
    font-size: 22px;
    line-height: 30px;
  }
  .products .productsCTA .ctaDivider {
    padding: 0;
    justify-content: center;
  }
  .products .productsCTA .ctaDivider .line {
    display: none;
  }
  .products .productsCTA .ctaDivider .badgeText {
    text-align: center;
    align-items: center;
  }
  .products .productsCTA .ctaButtons {
    flex-direction: column;
    gap: 12px;
  }
  .products .productsCTA .ctaButtons .ctaBtn {
    width: 100% !important;
    padding: 20px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .products .bannerArea {
    padding: 130px 0 60px;
  }
  .products .bannerArea .bannerContentRow {
    flex-direction: column;
    margin-bottom: 35px;
    gap: 25px;
  }
  .products .bannerArea .bannerContentRow .leftCol,
  .products .bannerArea .bannerContentRow .rightCol {
    width: 100% !important;
  }
  .products .bannerArea .bannerContentRow .leftCol .bannerTitle {
    font-size: 38px;
    line-height: 48px;
  }
  .products .bannerArea .heroExplodedPump {
    display: none !important;
  }
  .products .bannerArea .productFilterBar {
    flex-direction: column;
    align-items: stretch;
  }
  .products .bannerArea .productFilterBar .select2-container.productfilter {
    min-width: 0 !important;
    width: 100% !important;
  }
  .products .bannerArea .productFilterBar .filterSubmitBtn {
    width: 100%;
    padding: 22px !important;
    background: #000000 !important;
    color: #ffffff !important;
    border-color: #000000 !important;
  }
  .products .bannerArea .productFilterBar .filterSubmitBtn:hover {
    background: #EF7D00 !important;
    border-color: #EF7D00 !important;
    color: #ffffff !important;
  }
  .products .productsGridArea .productsGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .products .productsCTA {
    padding: 80px 0;
  }
  .products .productsCTA .ctaInner {
    flex-direction: column;
    text-align: center;
  }
  .products .productsCTA .ctaDivider {
    justify-content: center;
  }
  .products .productsCTA .ctaDivider .line {
    display: none;
  }
  .products .productsCTA .ctaDivider .badgeText {
    text-align: center;
    align-items: center;
  }
  .products .productsCTA .ctaButtons {
    justify-content: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .products .bannerArea .heroExplodedPump {
    max-width: 380px;
    right: 10px;
    top: 90px;
  }
  .products .bannerArea .bannerContentRow .leftCol {
    width: 50%;
  }
  .products .bannerArea .bannerContentRow .leftCol .bannerTitle {
    font-size: 36px;
    line-height: 44px;
  }
  .products .bannerArea .bannerContentRow .rightCol {
    width: 45%;
  }
  .products .bannerArea .productFilterBar {
    flex-wrap: wrap;
    gap: 15px;
  }
  .products .bannerArea .productFilterBar .select2-container.productfilter {
    min-width: 0 !important;
    width: calc(100% - 195px) !important;
  }
  .products .bannerArea .productFilterBar .filterSubmitBtn {
    padding: 22px !important;
    width: 180px;
    background: #000000 !important;
    color: #ffffff !important;
    border-color: #000000 !important;
  }
  .products .bannerArea .productFilterBar .filterSubmitBtn:hover {
    background: #EF7D00 !important;
    border-color: #EF7D00 !important;
    color: #ffffff !important;
  }
  .products .bannerArea .productFilterBar .rightCol {
    width: 100%;
    max-width: 100%;
    margin: 10px 0 0 0;
  }
  .products .bannerArea .productFilterBar .rightCol .introText {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }
  .products .productsGridArea .productsGrid {
    grid-template-columns: repeat(2, 1fr);
  }
  .products .productsCTA {
    padding: 80px 0;
  }
  .products .productsCTA .ctaInner {
    flex-direction: column;
    text-align: center;
    gap: 25px;
    align-items: center;
  }
  .products .productsCTA .ctaText {
    font-size: 26px;
    line-height: 34px;
  }
  .products .productsCTA .ctaDivider {
    width: 100%;
    padding: 0 10px;
    justify-content: center;
  }
  .products .productsCTA .ctaDivider .line {
    display: block;
    flex-grow: 1;
  }
  .products .productsCTA .ctaDivider .badgeText {
    text-align: center;
    align-items: center;
  }
  .products .productsCTA .ctaButtons {
    justify-content: center;
    width: 100%;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .products .bannerArea .heroExplodedPump {
    max-width: 480px;
    right: 20px;
    top: 40px;
  }
  .products .bannerArea .bannerContentRow .leftCol {
    width: 50%;
  }
  .products .bannerArea .bannerContentRow .leftCol .bannerTitle {
    font-size: 44px;
    line-height: 52px;
  }
  .products .bannerArea .bannerContentRow .rightCol {
    width: 45%;
  }
  .products .bannerArea .productFilterBar {
    gap: 15px;
  }
  .products .bannerArea .productFilterBar .select2-container.productfilter {
    min-width: 420px !important;
  }
  .products .bannerArea .productFilterBar .filterSubmitBtn {
    padding: 22px !important;
  }
  .products .bannerArea .productFilterBar .rightCol {
    max-width: 420px;
  }
  .products .bannerArea .productFilterBar .rightCol .introText {
    font-size: 18px;
    line-height: 26px;
  }
  .products .productsCTA {
    padding: 100px 0;
  }
  .products .productsCTA .ctaInner {
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
  }
  .products .productsCTA .ctaText {
    font-size: 24px;
    max-width: 32%;
  }
  .products .productsCTA .ctaDivider {
    gap: 15px;
  }
  .products .productsCTA .ctaDivider .badgeText {
    font-size: 15px;
  }
  .products .productsCTA .ctaButtons {
    gap: 12px;
  }
  .products .productsCTA .ctaBtn {
    width: 170px;
    padding: 24px 15px;
    font-size: 15px;
  }
}
@media screen and (max-width: 576px) {
  .productDetail {
    padding: 0 0 60px;
    text-align: left;
  }
  .productDetail .bannerArea .bannerContent {
    padding-bottom: 40px;
  }
  .productDetail .bannerArea .productDetailMain .row {
    margin: 0;
    width: 100%;
  }
  .productDetail .bannerArea .productDetailMain [class*=col-grid10-] {
    padding: 0;
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .productDetail .bannerArea .productGalleryWrapper {
    flex-direction: column;
    padding: 20px 15px;
    position: relative;
    min-height: auto;
  }
  .productDetail .bannerArea .productGalleryWrapper .thumbList {
    position: relative;
    left: auto;
    top: auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-top: 15px;
    gap: 8px;
    order: 2;
  }
  .productDetail .bannerArea .productGalleryWrapper .thumbItem {
    width: 65px;
    height: 65px;
    border-radius: 8px;
    padding: 3px;
  }
  .productDetail .bannerArea .productGalleryWrapper .mainImage {
    order: 1;
    width: 100%;
    height: 240px;
    padding: 10px;
  }
  .productDetail .bannerArea .productGalleryWrapper .mainImage img {
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .productDetail .bannerArea .infoTitleCard .cardHeader .iconWrap {
    padding: 12px 15px;
  }
  .productDetail .bannerArea .infoTitleCard .cardHeader .categoryLabel {
    padding: 5px 15px;
    font-size: 13px;
  }
  .productDetail .bannerArea .infoTitleCard .productMainTitle {
    padding: 15px;
    font-size: 22px;
    line-height: 28px;
  }
  .productDetail .bannerArea .infoSpecsCard .cardHeader .iconWrap {
    padding: 12px 15px;
  }
  .productDetail .bannerArea .infoSpecsCard .cardHeader .specsLabel {
    padding: 5px 15px;
    font-size: 13px;
  }
  .productDetail .bannerArea .infoSpecsCard .cardBody {
    padding: 15px;
  }
  .productDetail .bannerArea .infoSpecsCard .specsList {
    margin-bottom: 15px;
  }
  .productDetail .bannerArea .infoSpecsCard .specsList li {
    padding: 8px 0;
    gap: 8px;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .productDetail .bannerArea .infoSpecsCard .specsList li .specName {
    width: 100%;
    font-size: 13px;
    color: #7B7B7B;
  }
  .productDetail .bannerArea .infoSpecsCard .specsList li .specValue {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
  }
  .productDetail .productFeaturesOptions {
    padding: 30px 0 40px;
  }
  .productDetail .productFeaturesOptions .featureCard {
    padding: 40px 24px;
  }
  .productDetail .productFeaturesOptions .featureCard .cardHeader {
    margin-bottom: 15px;
  }
  .productDetail .productFeaturesOptions .featureCard .cardHeader .cardHeaderLine {
    margin: 25px 0;
  }
  .productDetail .productFeaturesOptions .featureCard .cardHeader .cardHeaderLine .line {
    width: 50px;
  }
  .productDetail .productFeaturesOptions .featureCard .featureList li {
    font-size: 16px;
    line-height: 24px;
  }
  .productDetail .productFeaturesOptions .featureCard.optionsCard {
    padding-bottom: 140px;
  }
  .productDetail .productFeaturesOptions .featureCard.optionsCard .watermarkLogo {
    bottom: -140px;
  }
  .productDetail .mainPerformance {
    padding-bottom: 60px;
  }
  .productDetail .mainPerformance .performanceHeader {
    margin-bottom: 30px;
  }
  .productDetail .mainPerformance .performanceHeader .performanceTitle {
    font-size: 28px;
    line-height: 36px;
  }
  .productUsageAreas {
    padding: 50px 0 0;
  }
  .productUsageAreas .usageLeft {
    gap: 25px;
    margin-bottom: 40px;
  }
  .productUsageAreas .usageLeft .usageHeader {
    gap: 15px;
  }
  .productUsageAreas .usageLeft .usageHeader .usageTitle {
    font-size: 24px;
  }
  .productUsageAreas .usageLeft .usageDesc {
    font-size: 16px;
    line-height: 24px;
  }
  .productUsageAreas .usageCards {
    gap: 15px;
  }
  .productUsageAreas .usageCard {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    min-height: 70px;
  }
  .productUsageAreas .usageCard .cardIcon {
    width: 70px;
    padding: 15px;
  }
  .productUsageAreas .usageCard .cardIcon img {
    height: 26px;
  }
  .productUsageAreas .usageCard .cardLabel {
    padding: 0 20px;
    font-size: 14px;
  }
  .otherProductsSection {
    padding-bottom: 60px;
  }
  .otherProductsSection .otherProductsHeader {
    margin-bottom: 40px;
    gap: 15px;
  }
  .otherProductsSection .otherProductsHeader .otherProductsTitle {
    font-size: 24px;
    line-height: 30px;
    max-width: 100%;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .productDetail {
    padding: 0 0 80px;
  }
  .productDetail .bannerArea .bannerContent {
    padding-bottom: 60px;
  }
  .productDetail .bannerArea .productDetailMain [class*=col-grid10-] {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .productDetail .bannerArea .productGalleryWrapper {
    flex-direction: column;
    padding: 30px;
    position: relative;
    min-height: auto;
  }
  .productDetail .bannerArea .productGalleryWrapper .thumbList {
    position: relative;
    left: auto;
    top: auto;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    gap: 12px;
    order: 2;
  }
  .productDetail .bannerArea .productGalleryWrapper .thumbItem {
    width: 80px;
    height: 80px;
  }
  .productDetail .bannerArea .productGalleryWrapper .mainImage {
    order: 1;
    width: 100%;
    height: 320px;
  }
  .productDetail .bannerArea .productGalleryWrapper .mainImage img {
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .productDetail .bannerArea .infoTitleCard .cardHeader .iconWrap {
    padding: 15px 20px;
  }
  .productDetail .bannerArea .infoTitleCard .cardHeader .categoryLabel {
    padding: 5px 20px;
    font-size: 14px;
  }
  .productDetail .bannerArea .infoTitleCard .productMainTitle {
    padding: 20px;
    font-size: 26px;
    line-height: 32px;
  }
  .productDetail .bannerArea .infoSpecsCard .cardHeader .iconWrap {
    padding: 15px 20px;
  }
  .productDetail .bannerArea .infoSpecsCard .cardHeader .specsLabel {
    padding: 5px 20px;
    font-size: 14px;
  }
  .productDetail .bannerArea .infoSpecsCard .cardBody {
    padding: 20px;
  }
  .productDetail .bannerArea .infoSpecsCard .specsList {
    margin-bottom: 20px;
  }
  .productDetail .bannerArea .infoSpecsCard .specsList li {
    padding: 10px 0;
  }
  .productDetail .bannerArea .infoSpecsCard .specsList li .specName {
    width: 45%;
    font-size: 14px;
  }
  .productDetail .bannerArea .infoSpecsCard .specsList li .specValue {
    font-size: 14px;
  }
  .productDetail .productFeaturesOptions {
    padding: 40px 0 50px;
  }
  .productDetail .productFeaturesOptions .featureCard {
    padding: 50px 30px;
  }
  .productDetail .productUsageAreas .usageCard {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .productDetail .bannerArea .productDetailMain [class*=col-grid10-] {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .productDetail .bannerArea .productGalleryWrapper {
    padding: 40px 30px;
    position: relative;
    display: flex;
    flex-direction: row;
  }
  .productDetail .bannerArea .productGalleryWrapper .thumbList {
    position: absolute;
    left: 30px;
    top: 40px;
    flex-direction: column;
    gap: 15px;
  }
  .productDetail .bannerArea .productGalleryWrapper .thumbItem {
    width: 90px;
    height: 90px;
  }
  .productDetail .bannerArea .productGalleryWrapper .mainImage {
    padding-left: 120px;
    height: 380px;
  }
  .productDetail .bannerArea .productGalleryWrapper .mainImage img {
    max-height: 100%;
  }
  .productDetail .productFeaturesOptions .featureCard .featureList {
    padding-bottom: 140px;
  }
  .productDetail .productUsageAreas .usageCard {
    flex: 0 0 calc(50% - 10px);
    max-width: 360px;
  }
  .productDetail .productUsageAreas .usageCard:nth-child(3) {
    margin-left: 0;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .productDetail .bannerArea .productDetailMain .col-grid10-xl-6 {
    width: 58.333% !important;
    flex: 0 0 58.333% !important;
    max-width: 58.333% !important;
  }
  .productDetail .bannerArea .productDetailMain .col-grid10-xl-4 {
    width: 41.667% !important;
    flex: 0 0 41.667% !important;
    max-width: 41.667% !important;
  }
  .productDetail .bannerArea .productGalleryWrapper {
    padding: 40px 20px 25px;
    position: relative;
    min-height: 480px;
    display: flex;
    flex-direction: row;
  }
  .productDetail .bannerArea .productGalleryWrapper .thumbList {
    position: absolute;
    left: 20px;
    top: 40px;
    flex-direction: column;
    gap: 12px;
  }
  .productDetail .bannerArea .productGalleryWrapper .thumbItem {
    width: 80px;
    height: 80px;
  }
  .productDetail .bannerArea .productGalleryWrapper .mainImage {
    padding-left: 95px;
    height: 340px;
  }
  .productDetail .bannerArea .productGalleryWrapper .mainImage img {
    max-height: 100%;
  }
  .productDetail .bannerArea .infoTitleCard .cardHeader .iconWrap {
    padding: 20px 25px;
  }
  .productDetail .bannerArea .infoTitleCard .cardHeader .categoryLabel {
    padding: 5px 20px;
    font-size: 14px;
  }
  .productDetail .bannerArea .infoTitleCard .productMainTitle {
    padding: 25px;
    font-size: 28px;
    line-height: 34px;
  }
  .productDetail .bannerArea .infoSpecsCard .cardHeader .iconWrap {
    padding: 20px 25px;
  }
  .productDetail .bannerArea .infoSpecsCard .cardHeader .specsLabel {
    padding: 5px 20px;
    font-size: 14px;
  }
  .productDetail .bannerArea .infoSpecsCard .cardBody {
    padding: 25px;
  }
  .productDetail .bannerArea .infoSpecsCard .specsList li {
    padding: 8px 0;
  }
  .productDetail .bannerArea .infoSpecsCard .specsList li .specName {
    width: 45%;
    font-size: 14px;
  }
  .productDetail .bannerArea .infoSpecsCard .specsList li .specValue {
    font-size: 14px;
  }
  .productDetail .productFeaturesOptions .featureCard {
    padding: 30px 40px 0;
  }
  .productUsageAreas .usageCard:nth-child(3) {
    margin: 0;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .productDetail .bannerArea .productDetailMain .col-grid10-xl-6 {
    width: 60% !important;
    flex: 0 0 60% !important;
    max-width: 60% !important;
  }
  .productDetail .bannerArea .productDetailMain .col-grid10-xl-4 {
    width: 40% !important;
    flex: 0 0 40% !important;
    max-width: 40% !important;
  }
  .productDetail .bannerArea .productGalleryWrapper {
    padding: 50px 30px 30px;
    min-height: 520px;
    display: flex;
    flex-direction: row;
  }
  .productDetail .bannerArea .productGalleryWrapper .thumbList {
    position: absolute;
    left: 30px;
    top: 50px;
    flex-direction: column;
    gap: 15px;
  }
  .productDetail .bannerArea .productGalleryWrapper .thumbItem {
    width: 110px;
    height: 110px;
  }
  .productDetail .bannerArea .productGalleryWrapper .mainImage {
    padding-left: 130px;
    height: 420px;
  }
  .productDetail .bannerArea .productGalleryWrapper .mainImage img {
    max-height: 100%;
  }
  .productUsageAreas .usageCard:nth-child(3) {
    margin: 0;
  }
}
@media screen and (max-width: 576px) {
  .productionPage {
    text-align: center;
  }
  .productionPage .bannerArea {
    padding-top: 100px;
    padding-bottom: 40px;
  }
  .productionPage .bannerArea .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .productionPage .bannerArea .bannerContent {
    width: 100%;
    align-items: center;
    text-align: center;
  }
  .productionPage .bannerArea .bannerContent .bannerTitle {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 20px;
    text-align: center;
  }
  .productionPage .bannerArea .bannerContent .bannerDesc {
    font-size: 15px;
    line-height: 22px;
  }
  .productionPage .bannerArea .bannerRightArea {
    display: flex !important;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
    height: auto;
    max-width: 280px;
    margin: 40px auto 0;
    padding: 0;
    justify-content: center;
    align-items: center;
  }
  .productionPage .bannerArea .bannerRightArea .imageContainer {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
  }
  .productionPage .bannerArea .bannerRightArea .mainProductWrap {
    max-width: 200px;
    transform: rotate(-18deg);
    margin: 0 auto;
  }
  .productionPage .bannerArea .bannerRightArea .floatingImg {
    position: absolute;
    z-index: 6;
  }
  .productionPage .bannerArea .bannerRightArea .floatingImg.pimg1 {
    width: 60px;
    top: -20px;
    left: 10px;
  }
  .productionPage .bannerArea .bannerRightArea .floatingImg.pimg2 {
    width: 30px;
    top: -25px;
    right: 30px;
  }
  .productionPage .bannerArea .bannerRightArea .floatingImg.pimg3 {
    width: 30px;
    bottom: 20px;
    left: 20px;
  }
  .productionPage .bannerArea .bannerRightArea .floatingImg.pimg4 {
    width: 45px;
    bottom: 25px;
    right: 20px;
  }
  .productionPage .bannerArea .productionIntroArea {
    padding: 50px 0 40px;
  }
  .productionPage .bannerArea .productionIntroArea .introRow {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  .productionPage .bannerArea .productionIntroArea .lineCol {
    display: none;
  }
  .productionPage .bannerArea .productionIntroArea .textCol .mainIntroText {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .productionPage .bannerArea .productionIntroArea .textCol .subIntroText {
    font-size: 14px;
    line-height: 22px;
  }
  .productionPage .bannerArea .productionStagesArea {
    padding: 0 0 60px;
  }
  .productionPage .bannerArea .productionStagesArea .stagesGrid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .productionPage .bannerArea .productionStagesArea .stageCard {
    border-radius: 16px;
  }
  .productionPage .bannerArea .productionStagesArea .stageCard .stageImg {
    height: 200px;
  }
  .productionPage .bannerArea .productionStagesArea .stageCard .stageContent {
    padding: 24px;
  }
  .productionPage .bannerArea .productionStagesArea .stageCard .stageNumber {
    font-size: 40px;
    right: 20px;
    top: 15px;
    line-height: 1;
  }
  .productionPage .bannerArea .productionStagesArea .stageCard .stageTitle {
    font-size: 18px;
  }
  .productionPage .bannerArea .productionStagesArea .stageCard .stageDesc {
    font-size: 14px;
    line-height: 22px;
  }
  .productionPage .productionStagesSection {
    padding: 0 0 60px;
  }
  .productionPage .productionStagesSection .processHeaderCard {
    padding: 20px;
  }
  .productionPage .productionStagesSection .productionGrid {
    row-gap: 20px;
  }
  .productionPage .productionStagesSection .productionGrid > div:empty {
    display: none !important;
  }
  .productionPage .productionStagesSection .processHeaderCard {
    padding: 30px 0;
    height: auto;
  }
  .productionPage .productionStagesSection .processHeaderCard .headerTop {
    justify-content: center;
  }
  .productionPage .productionStagesSection .processHeaderCard .headerTop .arrowIcon {
    display: none;
  }
  .productionPage .productionStagesSection .processHeaderCard .headerRotor {
    margin-bottom: 20px;
  }
  .productionPage .productionStagesSection .processHeaderCard .sectionTitle {
    font-size: 22px;
    line-height: 30px;
  }
  .productionPage .productionStagesSection .stageCard {
    padding: 30px 20px;
    gap: 25px;
    border-radius: 20px;
  }
  .productionPage .productionStagesSection .stageCard:before {
    display: none !important;
  }
  .productionPage .productionStagesSection .stageCard .stageDesc {
    font-size: 16px;
    line-height: 22px;
    z-index: 10;
  }
  .productionPage .productionStagesSection .stageCard .cardGraphics {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 240px;
    aspect-ratio: 504/408;
    transform: none !important;
    z-index: 5;
  }
  .productionPage .productionStagesSection .stageCard .cardFooter {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    z-index: 10;
    width: 100%;
  }
  .productionPage .productionStagesSection .stageCard .cardFooter .footerLeft {
    gap: 10px;
  }
  .productionPage .productionStagesSection .stageCard .cardFooter .footerLeft .cardTitle {
    font-size: 20px;
    line-height: 24px;
    height: auto;
  }
  .productionPage .productionStagesSection .stageCard .cardFooter .footerLeft .cardNumber {
    font-size: 36px;
    line-height: 1;
  }
  .productionPage .productionStagesSection .stageCard .cardFooter .footerRight {
    text-align: right;
    max-width: 120px;
  }
  .productionPage .productionStagesSection .stageCard .cardFooter .footerRight .captionText {
    font-size: 13px;
    line-height: 16px;
  }
  .productionPage .productionCampusSection {
    padding: 40px 0 50px;
  }
  .productionPage .productionCampusSection .campusIntroRow {
    margin-bottom: 30px;
  }
  .productionPage .productionCampusSection .campusHeader {
    margin-bottom: 15px;
    text-align: center;
  }
  .productionPage .productionCampusSection .campusDesc {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }
  .productionPage .productionCampusSection .discoverLinkWrap {
    justify-content: center;
    margin-top: 20px;
  }
  .productionCTABanner {
    padding: 50px 0 60px;
  }
  .productionCTABanner .ctaContent {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  .productionCTABanner .ctaTitle {
    font-size: 22px;
    line-height: 30px;
  }
  .productionCTABanner .ctaButtons {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }
  .productionCTABanner .ctaButtons a {
    width: 100%;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .productionPage .bannerArea {
    padding-top: 120px;
    padding-bottom: 50px;
  }
  .productionPage .bannerArea .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .productionPage .bannerArea .bannerContent {
    width: 100%;
  }
  .productionPage .bannerArea .bannerContent .bannerTitle {
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 25px;
  }
  .productionPage .bannerArea .bannerContent .bannerDesc {
    font-size: 18px;
    line-height: 26px;
  }
  .productionPage .bannerArea .bannerRightArea {
    display: flex !important;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
    height: auto;
    max-width: 380px;
    margin: 45px auto 0;
    padding: 0;
    justify-content: center;
    align-items: center;
  }
  .productionPage .bannerArea .bannerRightArea .imageContainer {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
  }
  .productionPage .bannerArea .bannerRightArea .mainProductWrap {
    max-width: 280px;
    transform: rotate(-18deg);
    margin: 0 auto;
  }
  .productionPage .bannerArea .bannerRightArea .floatingImg {
    position: absolute;
    z-index: 6;
  }
  .productionPage .bannerArea .bannerRightArea .floatingImg.pimg1 {
    width: 90px;
    top: -30px;
    left: 15px;
  }
  .productionPage .bannerArea .bannerRightArea .floatingImg.pimg2 {
    width: 45px;
    top: -35px;
    right: 50px;
  }
  .productionPage .bannerArea .bannerRightArea .floatingImg.pimg3 {
    width: 45px;
    bottom: 35px;
    left: 35px;
  }
  .productionPage .bannerArea .bannerRightArea .floatingImg.pimg4 {
    width: 65px;
    bottom: 40px;
    right: 35px;
  }
  .productionPage .bannerArea .productionIntroArea .introRow {
    flex-direction: column;
  }
  .productionPage .bannerArea .productionIntroArea .lineCol {
    display: none;
  }
  .productionPage .bannerArea .productionStagesArea .stagesGrid {
    grid-template-columns: 1fr;
  }
  .productionPage .productionStagesSection .productionGrid > div:empty {
    display: none !important;
  }
  .productionPage .productionStagesSection .processHeaderCard {
    padding: 20px;
  }
  .productionPage .productionStagesSection .stageCard {
    padding: 40px 30px;
    gap: 30px;
    border-radius: 24px;
  }
  .productionPage .productionStagesSection .stageCard:before {
    display: none !important;
  }
  .productionPage .productionStagesSection .stageCard .stageDesc {
    font-size: 18px;
    line-height: 24px;
    z-index: 10;
  }
  .productionPage .productionStagesSection .stageCard .cardGraphics {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
    aspect-ratio: 504/408;
    transform: none !important;
    z-index: 5;
  }
  .productionPage .productionStagesSection .stageCard .cardFooter {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    z-index: 10;
    width: 100%;
  }
  .productionPage .productionStagesSection .stageCard .cardFooter .footerLeft {
    gap: 15px;
  }
  .productionPage .productionStagesSection .stageCard .cardFooter .footerLeft .cardTitle {
    font-size: 24px;
    line-height: 28px;
    height: auto;
  }
  .productionPage .productionStagesSection .stageCard .cardFooter .footerLeft .cardNumber {
    font-size: 40px;
    line-height: 1;
  }
  .productionPage .productionStagesSection .stageCard .cardFooter .footerRight {
    text-align: right;
    max-width: 140px;
  }
  .productionPage .productionStagesSection .stageCard .cardFooter .footerRight .captionText {
    font-size: 15px;
    line-height: 18px;
  }
  .productionPage .productionCampusSection .campusIntroRow {
    margin-bottom: 50px;
  }
  .productionPage .productionCampusSection .discoverLinkWrap {
    justify-content: flex-start;
    margin-top: 20px;
  }
  .productionCTABanner .ctaContent {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  .productionCTABanner .ctaButtons {
    justify-content: center;
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .productionPage .bannerArea {
    padding-top: 130px;
    padding-bottom: 60px;
  }
  .productionPage .bannerArea .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .productionPage .bannerArea .bannerContent {
    width: 55%;
  }
  .productionPage .bannerArea .bannerContent .bannerTitle {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 30px;
  }
  .productionPage .bannerArea .bannerContent .bannerDesc {
    font-size: 16px;
    line-height: 24px;
    max-width: 500px;
  }
  .productionPage .bannerArea .bannerRightArea {
    display: flex !important;
    position: absolute;
    right: 0;
    top: 120px;
    width: 40%;
    height: auto;
    max-width: 360px;
    margin: 0;
    padding: 0;
  }
  .productionPage .bannerArea .bannerRightArea .imageContainer {
    position: relative;
    width: 100%;
    height: auto;
  }
  .productionPage .bannerArea .bannerRightArea .mainProductWrap {
    max-width: 250px;
  }
  .productionPage .bannerArea .bannerRightArea .floatingImg.pimg1 {
    width: 80px;
    top: -25px;
    left: 10px;
  }
  .productionPage .bannerArea .bannerRightArea .floatingImg.pimg2 {
    width: 40px;
    top: -30px;
    right: 40px;
  }
  .productionPage .bannerArea .bannerRightArea .floatingImg.pimg3 {
    width: 40px;
    bottom: 30px;
    left: 30px;
  }
  .productionPage .bannerArea .bannerRightArea .floatingImg.pimg4 {
    width: 60px;
    bottom: 35px;
    right: 30px;
  }
  .productionPage .productionStagesSection .productionGrid > div:empty {
    display: none !important;
  }
  .productionPage .productionStagesSection .processHeaderCard {
    padding: 20px;
  }
  .productionPage .productionStagesSection .stageCard {
    gap: 60px;
  }
  .productionPage .productionStagesSection .stageCard .cardGraphics {
    max-width: 320px;
  }
  .productionCTABanner {
    padding: 80px 0;
  }
  .productionCTABanner .ctaContent {
    flex-direction: column;
    text-align: center;
    gap: 25px;
  }
  .productionCTABanner .ctaTitle {
    font-size: 28px;
    line-height: 38px;
    max-width: 100%;
  }
  .productionCTABanner .ctaButtons {
    justify-content: center;
    width: 100%;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .productionPage .bannerArea .bannerContent .bannerTitle {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 40px;
  }
  .productionPage .bannerArea .bannerContent .bannerDesc {
    font-size: 20px;
    line-height: 28px;
    max-width: 600px;
  }
  .productionPage .bannerArea .bannerRightArea {
    max-width: 440px;
    top: 100px;
  }
  .productionPage .bannerArea .bannerRightArea .mainProductWrap {
    max-width: 320px;
  }
  .productionPage .bannerArea .bannerRightArea .floatingImg.pimg1 {
    width: 110px;
    top: -40px;
    left: 20px;
  }
  .productionPage .bannerArea .bannerRightArea .floatingImg.pimg2 {
    width: 55px;
    top: -45px;
    right: 60px;
  }
  .productionPage .bannerArea .bannerRightArea .floatingImg.pimg3 {
    width: 55px;
    bottom: 50px;
    left: 50px;
  }
  .productionPage .bannerArea .bannerRightArea .floatingImg.pimg4 {
    width: 80px;
    bottom: 55px;
    right: 55px;
  }
  .productionPage .productionStagesSection .productionGrid > div:empty {
    display: none !important;
  }
  .productionPage .productionStagesSection .stageCard {
    gap: 60px;
  }
  .productionPage .productionStagesSection .stageCard .cardGraphics {
    max-width: 380px;
  }
  .productionCTABanner {
    padding: 100px 0;
  }
  .productionCTABanner .ctaContent {
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
  }
  .productionCTABanner .ctaTitle {
    font-size: 28px;
    line-height: 38px;
    max-width: 60%;
  }
  .productionCTABanner .ctaButtons {
    gap: 12px;
  }
  .productionCTABanner .btnAction {
    padding: 24px 20px;
    font-size: 16px;
    border-radius: 8px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1700px) {
  .productionPage .bannerArea .bannerRightArea {
    scale: 0.5;
    right: -20%;
  }
}
@media screen and (max-width: 576px) {
  .projects {
    text-align: center;
  }
  .projects .bannerArea {
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 40px;
  }
  .projects .bannerArea .container {
    flex-wrap: wrap;
  }
  .projects .bannerArea .backgroundArea .circleArea .circle {
    width: 320px;
    height: 320px;
    top: 80%;
  }
  .projects .bannerArea .backgroundArea .circleArea:after {
    height: 250px;
  }
  .projects .bannerArea .bannerLogo {
    margin-bottom: 40px;
  }
  .projects .bannerArea .bannerLogo img {
    width: 50px;
  }
  .projects .bannerArea .bannerContent {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .projects .bannerArea .bannerTitle {
    font-size: 24px;
    line-height: 34px;
    max-width: 100%;
    text-align: center;
  }
  .projects .bannerArea .rightContent {
    max-width: 100%;
    margin: 40px auto 0;
  }
  .projects .bannerArea .rightContent .productUsageAreas {
    padding: 0;
    margin: 0;
  }
  .projects .bannerArea .rightContent .productUsageAreas .usageCards {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .projects .bannerArea .rightContent .productUsageAreas .usageCards .usageCard {
    margin: 0;
    width: 100%;
    padding: 20px 10px;
    min-height: 140px;
  }
  .projects .bannerArea .rightContent .productUsageAreas .usageCards .usageCard .cardIcon {
    height: 50px;
    margin-bottom: 15px;
  }
  .projects .bannerArea .rightContent .productUsageAreas .usageCards .usageCard .cardIcon img {
    height: 100%;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .projects .bannerArea .rightContent .productUsageAreas .usageCards .usageCard .cardLabel {
    font-size: 14px;
    line-height: 18px;
  }
  .projects .projectsListSection {
    padding: 30px 0 60px;
  }
  .projects .projectsListSection .projectsListHeader {
    padding-bottom: 20px;
  }
  .projects .projectsListSection .projectsListHeader span {
    font-size: 16px;
  }
  .projects .projectsListSection .projectItemHeader {
    padding: 25px 0;
  }
  .projects .projectsListSection .projectItemHeader .projectItemTitle {
    font-size: 20px;
    line-height: 26px;
    text-align: left;
  }
  .projects .projectsListSection .projectItemHeader .projectItemArrow {
    width: 40px;
    height: 40px;
  }
  .projects .projectsListSection .projectItemBody {
    padding: 20px 0 40px;
  }
  .projects .projectsListSection .projectMeta {
    text-align: left;
  }
  .projects .projectsListSection .projectMeta .metaValue {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .projects .projectsListSection .projectMeta .projectDescription p {
    font-size: 18px;
    line-height: 26px;
  }
  .projects .projectsListSection .detailCol.solutions {
    margin-bottom: 20px;
  }
  .projects .projectsListSection .detailCol .detailColTitle {
    padding: 15px 20px;
    font-size: 15px;
  }
  .projects .projectsListSection .detailCol ul {
    padding: 15px 20px;
    gap: 10px;
  }
  .projects .projectsListSection .detailCol ul li {
    font-size: 15px;
  }
  .projects .projectsListSection .projectGallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 25px;
  }
  .projects .projectsListSection .projectRelatedProducts {
    flex-direction: column;
    gap: 15px;
  }
  .projects .projectsListSection .projectRelatedProducts .relatedProduct {
    flex: none;
    width: 100%;
  }
  .projects .projectsListSection .productCard.type2 {
    margin-bottom: 15px;
  }
  .projects .projectsListSection .projectResult {
    padding-top: 30px;
    text-align: left;
  }
  .projects .projectsListSection .projectResult p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .projects {
    text-align: center;
  }
  .projects .bannerArea {
    margin-bottom: 0px;
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .projects .bannerArea .container {
    flex-wrap: wrap;
  }
  .projects .bannerArea .bannerContent {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
  }
  .projects .bannerArea .bannerTitle {
    font-size: 32px;
    line-height: 42px;
    text-align: center;
  }
  .projects .bannerArea .rightContent {
    margin-top: 0;
    padding-top: 0;
  }
  .projects .bannerArea .rightContent .productUsageAreas .usageCards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .projects .bannerArea .rightContent .productUsageAreas .usageCards .usageCard {
    width: 100%;
    margin: 0;
  }
  .projects .projectsListSection .projectGallery {
    grid-template-columns: repeat(3, 1fr);
  }
  .projects .projectsListSection .projectRelatedProducts {
    flex-wrap: wrap;
  }
  .projects .projectsListSection .projectRelatedProducts .relatedProduct {
    flex: 0 0 calc(50% - 8px);
  }
  .projects .projectsListSection .detailCol.solutions {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .projects .bannerArea {
    margin-bottom: 40px;
  }
  .projects .bannerArea .bannerContent {
    width: 100%;
  }
  .projects .bannerArea .container {
    flex-wrap: wrap;
  }
  .projects .bannerArea {
    margin-top: 0;
    padding-top: 0;
  }
  .projects .bannerArea .productUsageAreas {
    padding: 0;
  }
  .projects .bannerArea .productUsageAreas .usageCards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .projects .bannerArea .productUsageAreas .usageCards .usageCard {
    width: 100%;
    margin: 0;
  }
  .projects .projectsListSection .projectGallery {
    grid-template-columns: repeat(3, 1fr);
  }
  .projects .projectsListSection .detailCol.solutions {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .sustainabilityPage {
    text-align: center;
  }
  .sustainabilityPage .bannerArea {
    padding-top: 100px;
    padding-bottom: 40px;
  }
  .sustainabilityPage .bannerArea .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .sustainabilityPage .bannerArea .bannerContent {
    width: 100%;
    align-items: center;
    text-align: center;
  }
  .sustainabilityPage .bannerArea .bannerContent .bannerTitle {
    text-align: center;
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  .sustainabilityPage .bannerArea .bannerContent .bannerDesc {
    text-align: center;
    font-size: 15px;
    line-height: 22px;
  }
  .sustainabilityPage .bannerArea .bannerRightArea {
    display: flex !important;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
    height: auto;
    max-width: 280px;
    margin: 40px auto 0;
    padding: 0;
    justify-content: center;
    align-items: center;
  }
  .sustainabilityPage .bannerArea .bannerRightArea .imageContainer {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
  }
  .sustainabilityPage .bannerArea .bannerRightArea .mainProductWrap {
    max-width: 200px;
    transform: rotate(-18deg);
    margin: 0 auto;
  }
  .sustainabilityPage .bannerArea .bannerRightArea .floatingImg {
    position: absolute;
    z-index: 6;
  }
  .sustainabilityPage .bannerArea .bannerRightArea .floatingImg.pimg1 {
    width: 60px;
    top: -20px;
    left: 10px;
  }
  .sustainabilityPage .bannerArea .bannerRightArea .floatingImg.pimg2 {
    width: 30px;
    top: -25px;
    right: 30px;
  }
  .sustainabilityPage .bannerArea .bannerRightArea .floatingImg.pimg3 {
    width: 30px;
    bottom: 20px;
    left: 20px;
  }
  .sustainabilityPage .bannerArea .bannerRightArea .floatingImg.pimg4 {
    width: 45px;
    bottom: 25px;
    right: 20px;
  }
  .sustainabilityPage .sustainabilityIntroArea {
    padding: 50px 0 40px;
    text-align: center;
  }
  .sustainabilityPage .sustainabilityIntroArea .introRow {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  .sustainabilityPage .sustainabilityIntroArea .lineCol {
    display: none;
  }
  .sustainabilityPage .sustainabilityIntroArea .textCol .mainIntroText {
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
  }
  .sustainabilityPage .accordionContainer {
    gap: 20px 0;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .sustainabilityPage {
    text-align: center;
  }
  .sustainabilityPage .bannerArea {
    padding-top: 120px;
    padding-bottom: 50px;
  }
  .sustainabilityPage .bannerArea .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .sustainabilityPage .bannerArea .bannerContent {
    width: 100%;
  }
  .sustainabilityPage .bannerArea .bannerContent .bannerTitle {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 30px;
  }
  .sustainabilityPage .bannerArea .bannerContent .bannerDesc {
    font-size: 16px;
    line-height: 24px;
  }
  .sustainabilityPage .bannerArea .bannerRightArea {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    max-width: 350px;
    margin: 50px auto 0;
    padding: 0;
  }
  .sustainabilityPage .bannerArea .bannerRightArea .mainProductWrap {
    max-width: 250px;
    margin: 0 auto;
  }
  .sustainabilityPage .bannerArea .bannerRightArea .floatingImg.pimg1 {
    width: 70px;
    top: -25px;
    left: 10px;
  }
  .sustainabilityPage .bannerArea .bannerRightArea .floatingImg.pimg2 {
    width: 40px;
    top: -30px;
    right: 30px;
  }
  .sustainabilityPage .bannerArea .bannerRightArea .floatingImg.pimg3 {
    width: 40px;
    bottom: 30px;
    left: 20px;
  }
  .sustainabilityPage .bannerArea .bannerRightArea .floatingImg.pimg4 {
    width: 60px;
    bottom: 35px;
    right: 20px;
  }
  .sustainabilityPage .sustainabilityIntroArea {
    padding: 60px 0;
  }
  .sustainabilityPage .sustainabilityIntroArea .introRow {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .sustainabilityPage .sustainabilityIntroArea .textCol .mainIntroText {
    font-size: 22px;
    line-height: 32px;
    text-align: center;
  }
  .sustainabilityPage .sustainabilityIntroArea .lineCol {
    display: none;
  }
  .sustainabilityPage .accordionContainer {
    gap: 20px 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .sustainabilityPage .bannerArea {
    padding-top: 130px;
    padding-bottom: 60px;
  }
  .sustainabilityPage .bannerArea .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .sustainabilityPage .bannerArea .bannerContent {
    width: 55%;
  }
  .sustainabilityPage .bannerArea .bannerContent .bannerTitle {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 30px;
  }
  .sustainabilityPage .bannerArea .bannerContent .bannerDesc {
    font-size: 16px;
    line-height: 24px;
    max-width: 500px;
  }
  .sustainabilityPage .bannerArea .bannerRightArea {
    display: flex !important;
    position: absolute;
    right: 0;
    top: 120px;
    width: 40%;
    height: auto;
    max-width: 360px;
    margin: 0;
    padding: 0;
  }
  .sustainabilityPage .bannerArea .bannerRightArea .imageContainer {
    position: relative;
    width: 100%;
    height: auto;
  }
  .sustainabilityPage .bannerArea .bannerRightArea .mainProductWrap {
    max-width: 250px;
  }
  .sustainabilityPage .bannerArea .bannerRightArea .floatingImg.pimg1 {
    width: 80px;
    top: -25px;
    left: 10px;
  }
  .sustainabilityPage .bannerArea .bannerRightArea .floatingImg.pimg2 {
    width: 40px;
    top: -30px;
    right: 40px;
  }
  .sustainabilityPage .bannerArea .bannerRightArea .floatingImg.pimg3 {
    width: 40px;
    bottom: 30px;
    left: 30px;
  }
  .sustainabilityPage .bannerArea .bannerRightArea .floatingImg.pimg4 {
    width: 60px;
    bottom: 35px;
    right: 30px;
  }
  .sustainabilityPage .accordionContainer {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 20px;
  }
  .sustainabilityPage .sustainabilityCard {
    width: calc(50% - 10px) !important;
  }
  .sustainabilityPage .sustainabilityIntroArea {
    padding: 80px 0;
  }
  .sustainabilityPage .sustainabilityIntroArea .textCol .mainIntroText {
    font-size: 24px;
    line-height: 34px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .sustainabilityPage .bannerArea .bannerContent .bannerTitle {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 40px;
  }
  .sustainabilityPage .bannerArea .bannerContent .bannerDesc {
    font-size: 20px;
    line-height: 28px;
    max-width: 600px;
  }
  .sustainabilityPage .bannerArea .bannerRightArea {
    max-width: 440px;
    top: 100px;
  }
  .sustainabilityPage .bannerArea .bannerRightArea .mainProductWrap {
    max-width: 320px;
  }
  .sustainabilityPage .bannerArea .bannerRightArea .floatingImg.pimg1 {
    width: 110px;
    top: -40px;
    left: 20px;
  }
  .sustainabilityPage .bannerArea .bannerRightArea .floatingImg.pimg2 {
    width: 55px;
    top: -45px;
    right: 60px;
  }
  .sustainabilityPage .bannerArea .bannerRightArea .floatingImg.pimg3 {
    width: 55px;
    bottom: 50px;
    left: 50px;
  }
  .sustainabilityPage .bannerArea .bannerRightArea .floatingImg.pimg4 {
    width: 80px;
    bottom: 55px;
    right: 55px;
  }
  .sustainabilityPage .accordionContainer {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 20px;
  }
  .sustainabilityPage .sustainabilityCard {
    width: calc(50% - 10px) !important;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1700px) {
  .sustainabilityPage .bannerArea .bannerRightArea {
    scale: 0.5;
    right: -20%;
  }
}
@media screen and (max-width: 768px) {
  .mediaPage {
    text-align: center;
  }
  .mediaPage .bannerArea {
    margin-bottom: -50px;
  }
  .mediaPage .bannerArea .bannerLogo {
    margin: 30px 0;
  }
  .mediaPage .mediaGridSection {
    margin-top: -20px;
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 768px) and (max-width: 575px) {
  .mediaPage .mediaGridSection .mediaGrid {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    border: 1px solid #ECECEC !important;
    border-radius: 12px !important;
    background: #FFFFFF !important;
    overflow: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
    transition: border-color 0.3s ease !important;
  }
  .mediaPage .mediaGridSection .mediaGrid.is-open {
    border-color: #FF5A24 !important;
  }
  .mediaPage .mediaGridSection .mediaGrid.is-open .mediaCard.active {
    border-bottom: 1px solid #ECECEC !important;
  }
  .mediaPage .mediaGridSection .mediaGrid.is-open .mediaCard.active .mediaCardTitle:after {
    transform: translateY(-50%) rotate(180deg) !important;
  }
  .mediaPage .mediaGridSection .mediaGrid.is-open .mediaCard:not(.active) {
    max-height: 80px !important;
    opacity: 1 !important;
    padding: 15px 20px !important;
    pointer-events: auto !important;
  }
  .mediaPage .mediaGridSection .mediaCard {
    width: 100% !important;
    max-width: 100% !important;
    min-height: auto !important;
    background: #FFFFFF !important;
    border: none !important;
    border-radius: 0 !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    flex-direction: column !important;
    position: relative !important;
    overflow: hidden !important;
    text-decoration: none !important;
    padding: 0 !important;
  }
  .mediaPage .mediaGridSection .mediaCard:before, .mediaPage .mediaGridSection .mediaCard:after,
  .mediaPage .mediaGridSection .mediaCard .mediaCardText,
  .mediaPage .mediaGridSection .mediaCard .mediaCardImage {
    display: none !important;
  }
  .mediaPage .mediaGridSection .mediaCard .mediaCardContent {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    width: 100% !important;
    position: relative !important;
    z-index: 5 !important;
    text-align: left !important;
  }
  .mediaPage .mediaGridSection .mediaCard .mediaCardTitle {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #000000 !important;
    margin: 0 !important;
    align-self: flex-start !important;
    width: 100% !important;
    transition: color 0.3s ease !important;
  }
  .mediaPage .mediaGridSection .mediaCard:not(.active) {
    max-height: 0 !important;
    opacity: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
    border-top: 1px solid #F5F5F5 !important;
    padding: 0 20px !important;
  }
  .mediaPage .mediaGridSection .mediaCard:not(.active):hover {
    background: #FDFDFD !important;
  }
  .mediaPage .mediaGridSection .mediaCard:not(.active):hover .mediaCardTitle {
    color: #FF5A24 !important;
  }
  .mediaPage .mediaGridSection .mediaCard.active {
    order: -1 !important;
    padding: 25px 20px !important;
    cursor: pointer !important;
  }
  .mediaPage .mediaGridSection .mediaCard.active .mediaCardContent {
    height: 100% !important;
    display: flex !important;
    justify-content: center !important;
  }
  .mediaPage .mediaGridSection .mediaCard.active .mediaCardTitle {
    padding-right: 30px !important;
    position: relative !important;
  }
  .mediaPage .mediaGridSection .mediaCard.active .mediaCardTitle:after {
    content: "" !important;
    position: absolute !important;
    right: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 10px !important;
    height: 6px !important;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center !important;
    background-size: contain !important;
    transition: transform 0.3s ease !important;
  }
}
@media screen and (max-width: 768px) and (min-width: 576px) {
  .mediaPage .mediaGridSection .mediaGrid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 15px !important;
    width: 100% !important;
  }
  .mediaPage .mediaGridSection .mediaCard {
    max-width: 100% !important;
    min-height: 150px !important;
    padding: 20px 25px !important;
  }
  .mediaPage .mediaGridSection .mediaCard .mediaCardContent {
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    gap: 20px !important;
  }
  .mediaPage .mediaGridSection .mediaCard .mediaCardText {
    display: block !important;
    font-size: 14px !important;
  }
  .mediaPage .mediaGridSection .mediaCard .mediaCardTitle {
    align-self: flex-end !important;
  }
}
@media screen and (max-width: 768px) {
  .mediaPage .documentSection {
    padding-bottom: 60px;
  }
  .mediaPage .documentSection .sectionIntro {
    margin-bottom: 40px;
  }
  .mediaPage .documentSection .documentCard {
    padding: 40px 20px 20px;
  }
  .mediaPage .documentSection .documentCard .cardHeader {
    padding: 0;
    margin-bottom: 15px;
    gap: 20px;
  }
  .mediaPage .documentSection .documentCard .cardDesc {
    padding: 0;
    margin-bottom: 40px;
    font-size: 14px;
  }
  .mediaPage .documentSection .documentCard .cardActions {
    flex-direction: column;
    gap: 10px;
  }
  .mediaPage .documentSection .documentCard .cardActions a {
    width: 100%;
    padding: 18px 20px;
  }
  .mediaPage .videoArea {
    padding-bottom: 60px;
  }
  .mediaPage .videoArea .videoCard {
    height: 320px;
  }
  .mediaPage .videoArea .videoCard .videoCardContent {
    padding: 30px 20px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 15px;
  }
  .mediaPage .videoArea .videoCard .videoCardInfo {
    max-width: 100%;
  }
  .mediaPage .videoArea .videoCard .videoPlayBtn {
    align-self: center;
    margin-bottom: 0;
  }
  .mediaPage .photoGallerySection {
    padding-bottom: 40px;
  }
  .mediaPage .photoGallerySection .photoCard {
    padding: 40px 20px 30px;
  }
  .mediaPage .photoGallerySection .photoCard .cardTitle {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .mediaPage .photoGallerySection .photoCard .cardImageWrap {
    margin-bottom: 30px;
    gap: 10px;
  }
  .mediaPage .photoGallerySection .photoCard .cardImageWrap .imgItem {
    height: 100px !important;
  }
  .mediaPage .faqSection {
    padding-bottom: 60px;
  }
  .mediaPage .faqSection .faqIntro {
    margin-bottom: 30px;
  }
  .mediaPage .faqSection .faqIntro .introText {
    font-size: 18px;
    line-height: 26px;
  }
  .mediaPage .faqSection .faqAccordionWrap .faqGroup {
    margin-bottom: 30px;
  }
  .mediaPage .faqSection .faqAccordionWrap .faqGroup .groupTitle {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .mediaPage .certificateSection {
    padding-bottom: 60px;
  }
  .mediaPage .certificateSection .sectionIntro {
    margin-bottom: 30px;
  }
  .mediaPage .certificateSection .certificateCard {
    padding: 40px 20px 0;
  }
  .mediaPage .certificateSection .certificateCard .cardHeader {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .mediaPage .mediaGridSection {
    margin-top: -80px;
  }
  .mediaPage .documentSection .documentCard {
    padding: 50px 20px 20px;
  }
  .mediaPage .documentSection .documentCard .cardDesc {
    margin-bottom: 50px;
  }
  .mediaPage .videoArea .videoCard {
    height: 400px;
  }
  .mediaPage .photoGallerySection .photoCard {
    padding: 60px 40px 45px;
  }
}
@media screen and (max-width: 576px) {
  .contactPage {
    text-align: center;
  }
  .contactPage .row {
    margin: 0 !important;
  }
  .contactPage .bannerArea {
    padding-top: 120px;
    margin-bottom: 30px;
  }
  .contactPage .bannerArea .bannerContent {
    padding-top: 10px;
    padding-bottom: 0;
    align-items: center;
    text-align: center;
  }
  .contactPage .bannerArea .bannerContent .subTitle {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .contactPage .bannerArea .bannerContent .bannerLogo {
    margin-bottom: 15px;
  }
  .contactPage .bannerArea .bannerContent .bannerTitle {
    font-size: 26px;
    line-height: 34px;
    max-width: 100%;
    text-align: center;
  }
  .contactPage .bannerArea .roadmapCard {
    width: 100% !important;
    margin-top: 25px;
    margin-left: 0;
  }
  .contactPage .bannerArea .roadmapCard .cardIconArea {
    flex-shrink: 0;
  }
  .contactPage .bannerArea .roadmapCard .cardIcon {
    width: 80px;
    height: 75px;
  }
  .contactPage .bannerArea .roadmapCard .cardIcon img {
    width: 35px;
    height: 35px;
  }
  .contactPage .bannerArea .roadmapCard .cardContent {
    padding: 15px 20px;
    text-align: left;
  }
  .contactPage .bannerArea .roadmapCard .cardContent .cardLabel {
    font-size: 12px;
    margin-bottom: 6px;
  }
  .contactPage .bannerArea .roadmapCard .cardContent .cardTitle {
    font-size: 20px;
  }
  .contactPage .contactInfoSection {
    margin-bottom: 0;
  }
  .contactPage .contactInfoSection .contactInfoGrid {
    flex-direction: column;
    gap: 25px;
    text-align: center;
  }
  .contactPage .contactInfoSection .contactInfoGrid .infoCol {
    max-width: 100%;
    width: 100%;
    align-items: center;
  }
  .contactPage .contactInfoSection .contactInfoGrid .infoCol .colLabel {
    margin-bottom: 8px;
    font-size: 12px;
  }
  .contactPage .contactInfoSection .contactInfoGrid .infoCol .colText {
    font-size: 16px;
    line-height: 24px;
  }
  .contactPage .departmentsSection {
    margin-bottom: 30px;
  }
  .contactPage .departmentsSection .departmentGrid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .contactPage .departmentsSection .departmentGrid .depCard {
    padding: 25px 20px 30px;
    text-align: left;
  }
  .contactPage .departmentsSection .departmentGrid .depCard:after {
    bottom: 35px;
    height: 30px;
  }
  .contactPage .departmentsSection .departmentGrid .depCard .depDesc {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .contactPage .departmentsSection .departmentGrid .depCard .cardBottom {
    gap: 15px;
  }
  .contactPage .departmentsSection .departmentGrid .depCard .cardBottom .depTitle {
    font-size: 15px;
  }
  .contactPage .contactFormSection {
    padding: 25px 0 40px;
  }
  .contactPage .contactFormSection .formSectionTitle {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 25px;
    text-align: center;
  }
  .contactPage .contactFormSection .contactForm {
    text-align: left;
  }
  .contactPage .contactFormSection .contactForm .formGroup {
    margin-bottom: 12px;
  }
  .contactPage .contactFormSection .contactForm .customInput input {
    padding: 0 15px;
    font-size: 15px;
    height: 52px;
    border: 1px solid #EAEAEA;
  }
  .contactPage .contactFormSection .contactForm .customInput input::-moz-placeholder {
    font-size: 15px;
  }
  .contactPage .contactFormSection .contactForm .customInput input::placeholder {
    font-size: 15px;
  }
  .contactPage .contactFormSection .contactForm .customInput textarea {
    padding: 15px;
    font-size: 15px;
    min-height: 120px;
    height: auto;
    border: 1px solid #EAEAEA;
  }
  .contactPage .contactFormSection .contactForm .customInput textarea::-moz-placeholder {
    font-size: 15px;
  }
  .contactPage .contactFormSection .contactForm .customInput textarea::placeholder {
    font-size: 15px;
  }
  .contactPage .contactFormSection .contactForm .phoneInputWrap {
    height: 52px;
    border: 1px solid #EAEAEA;
  }
  .contactPage .contactFormSection .contactForm .phoneInputWrap .phonePrefix {
    width: 65px;
    font-size: 14px;
    padding: 0 8px;
  }
  .contactPage .contactFormSection .contactForm .phoneInputWrap .customInput input {
    padding-left: 10px;
    font-size: 14px;
    letter-spacing: 0.1em;
    border: none !important;
    height: 100%;
  }
  .contactPage .contactFormSection .contactForm .phoneInputWrap .customInput input::-moz-placeholder {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .contactPage .contactFormSection .contactForm .phoneInputWrap .customInput input::placeholder {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .contactPage .contactFormSection .contactForm .customSelect select {
    height: 52px;
    font-size: 15px;
    padding: 0 15px;
  }
  .contactPage .contactFormSection .contactForm .customSelect .select2-container.recommendSelect .select2-selection--single {
    height: 52px;
  }
  .contactPage .contactFormSection .contactForm .customSelect .select2-container.recommendSelect .select2-selection--single .select2-selection__rendered {
    font-size: 15px;
    padding-left: 15px;
  }
  .contactPage .contactFormSection .contactForm .submitBtn {
    width: 100%;
    height: 56px;
    padding: 0;
    font-size: 15px;
    margin-top: 10px;
  }
  .contactPage .bottomText {
    transform: none;
    margin-bottom: 50px;
    text-align: center;
  }
  .contactPage .bottomText p {
    font-size: 20px;
    line-height: 28px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .contactPage .bannerArea {
    padding-top: 130px;
    margin-bottom: 40px;
  }
  .contactPage .bannerArea .bannerContent {
    padding-top: 10px;
  }
  .contactPage .bannerArea .bannerContent .bannerTitle {
    font-size: 32px;
    line-height: 42px;
    max-width: 100%;
  }
  .contactPage .bannerArea .roadmapCard {
    width: 100% !important;
    margin-left: 0;
    margin-top: 25px;
  }
  .contactPage .bannerArea .roadmapCard .cardContent .cardTitle {
    font-size: 26px;
  }
  .contactPage .contactInfoSection .contactInfoGrid {
    flex-wrap: wrap;
    gap: 25px 40px;
  }
  .contactPage .contactInfoSection .contactInfoGrid .infoCol {
    width: calc(50% - 20px);
    max-width: 100%;
  }
  .contactPage .departmentsSection .departmentGrid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .contactPage .departmentsSection .departmentGrid .depCard {
    padding: 30px 25px;
  }
  .contactPage .departmentsSection .departmentGrid .depCard .depDesc {
    font-size: 17px;
    line-height: 24px;
  }
  .contactPage .contactFormSection {
    padding: 35px 0;
  }
  .contactPage .contactFormSection .formSectionTitle {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .contactPage .contactFormSection .contactForm .customInput input {
    height: 58px;
    font-size: 16px;
    border: 1px solid #EAEAEA;
  }
  .contactPage .contactFormSection .contactForm .customInput textarea {
    border: 1px solid #EAEAEA;
  }
  .contactPage .contactFormSection .contactForm .phoneInputWrap {
    height: 58px;
    border: 1px solid #EAEAEA;
  }
  .contactPage .contactFormSection .contactForm .customSelect .select2-container.recommendSelect .select2-selection--single {
    height: 58px;
  }
  .contactPage .contactFormSection .contactForm .submitBtn {
    width: 100%;
    height: 60px;
  }
  .contactPage .bottomText {
    transform: none;
    margin-bottom: 60px;
  }
  .contactPage .bottomText p {
    font-size: 26px;
    line-height: 34px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .contactPage .bannerArea {
    padding-top: 140px;
    margin-bottom: 50px;
  }
  .contactPage .bannerArea .row {
    flex-direction: column !important;
  }
  .contactPage .bannerArea .col-lg-7,
  .contactPage .bannerArea .col-lg-5 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  .contactPage .bannerArea .bannerContent .bannerTitle {
    font-size: 38px;
    line-height: 48px;
    max-width: 100%;
  }
  .contactPage .bannerArea .roadmapCard {
    width: 100% !important;
    max-width: 500px;
    margin-left: 0;
    margin-top: 30px;
  }
  .contactPage .contactInfoSection .col-lg-3:empty,
  .contactPage .departmentsSection .col-lg-3:empty {
    display: none;
  }
  .contactPage .contactInfoSection .col-lg-9,
  .contactPage .departmentsSection .col-lg-9 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  .contactPage .contactInfoSection .contactInfoGrid {
    gap: 25px 50px;
  }
  .contactPage .contactInfoSection .contactInfoGrid .infoCol {
    max-width: 100%;
  }
  .contactPage .departmentsSection .departmentGrid {
    grid-template-columns: repeat(3, 1fr);
  }
  .contactPage .contactFormSection .contactForm .customInput input {
    border: 1px solid #EAEAEA;
  }
  .contactPage .contactFormSection .contactForm .customInput textarea {
    border: 1px solid #EAEAEA;
  }
  .contactPage .contactFormSection .contactForm .phoneInputWrap {
    border: 1px solid #EAEAEA;
  }
  .contactPage .bottomText {
    transform: none;
    margin-bottom: 60px;
  }
  .contactPage .bottomText .row {
    flex-direction: column !important;
  }
  .contactPage .bottomText .col-lg-3:empty {
    display: none;
  }
  .contactPage .bottomText .col-lg-9 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  .contactPage .bottomText p {
    font-size: 30px;
    line-height: 38px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1399px) {
  .contactPage .bannerArea .bannerContent .bannerTitle {
    font-size: 38px;
    line-height: 48px;
  }
  .contactPage .bannerArea .roadmapCard {
    max-width: 480px;
  }
  .contactPage .bannerArea .roadmapCard .cardIcon {
    width: 120px;
    height: 115px;
  }
  .contactPage .bannerArea .roadmapCard .cardIcon img {
    width: 45px;
    height: 45px;
  }
  .contactPage .bannerArea .roadmapCard .cardContent {
    padding: 15px 25px 15px 35px;
  }
  .contactPage .bannerArea .roadmapCard .cardContent .cardTitle {
    font-size: 28px;
  }
}
@media screen and (max-width: 576px) {
  .newsPage {
    text-align: center;
  }
  .newsPage .bannerArea {
    margin-bottom: 20px;
  }
  .newsPage .bannerArea .bannerTitle {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 30px;
  }
  .newsPage .bannerArea .bannerDesc {
    font-size: 18px;
    line-height: 26px;
  }
  .newsPage .newsList {
    padding-top: 0;
    gap: 15px;
  }
  .newsCard {
    padding: 30px 20px 40px;
    min-height: 200px;
  }
  .newsCard .cardTop {
    margin-bottom: 40px;
  }
  .newsCard .cardTop .cardTitle {
    font-size: 22px;
    line-height: 28px;
    max-width: 80%;
  }
  .newsCard .cardTop .cardArrow img {
    width: 16px;
    height: 16px;
  }
  .newsCard .cardBottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .newsCard .cardBottom .cardDesc {
    font-size: 16px;
    line-height: 22px;
    max-width: 100%;
  }
  .newsDetailPage {
    text-align: center;
  }
  .newsDetailPage .bannerArea {
    padding-top: 120px;
    padding-bottom: 20px;
  }
  .newsDetailPage .bannerArea .bannerContent .bannerTitle {
    font-size: 28px;
    line-height: 36px;
  }
  .newsDetailPage .bannerCard {
    padding: 30px 20px;
  }
  .newsDetailPage .bannerCard .cardContent .cardTitle {
    font-size: 28px;
    line-height: 36px;
    max-width: 100%;
  }
  .newsDetailPage .bannerCard .cardContent .cardDate {
    margin: 30px 0 20px;
  }
  .newsDetailPage .bannerCard .bannerCardText .bannerIntroText {
    font-size: 18px;
    line-height: 24px;
    max-width: 100%;
  }
  .newsDetailPage .newsDetailContentSection {
    padding-bottom: 60px;
  }
  .newsDetailPage .newsDetailContentSection .imgArea {
    flex-direction: column;
    gap: 10px;
  }
  .newsDetailPage .newsDetailContentSection .newsDetailImgCard.card1, .newsDetailPage .newsDetailContentSection .newsDetailImgCard.card2 {
    max-width: 100%;
    width: 100%;
  }
  .newsDetailPage .newsDetailContentSection .detailContentCard {
    padding: 30px 20px;
  }
  .newsDetailPage .newsDetailContentSection .detailContentCard .editorContent h2 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 25px;
  }
  .newsDetailPage .newsDetailContentSection .detailContentCard .editorContent h2:not(:first-child) {
    margin-top: 35px;
  }
  .newsDetailPage .newsDetailContentSection .detailContentCard .editorContent p {
    font-size: 16px;
    line-height: 24px;
  }
  .newsDetailPage .newsDetailContentSection .otherNewsSlideArea {
    margin-top: 50px;
  }
  .newsDetailPage .newsDetailContentSection .otherNewsSlideArea .swiper-slide {
    width: 300px !important;
  }
  .newsDetailPage .newsDetailContentSection .otherNewsSlideArea .sliderBottomArea {
    margin-top: 40px;
    padding-right: 15px;
  }
  .contractsPage {
    text-align: center;
  }
  .contractsPage .bannerArea .bannerTitle {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 40px;
  }
  .contractsPage .bannerArea .bannerDesc {
    font-size: 18px;
    line-height: 26px;
  }
  .contractsPage .newsList {
    padding-top: 180px;
    gap: 15px;
  }
  .contractsCard {
    padding: 30px 20px 40px;
    min-height: 180px;
  }
  .contractsCard .cardTop {
    margin-bottom: 30px;
    flex-direction: column;
    gap: 20px;
  }
  .contractsCard .cardTop .cardTitle {
    font-size: 22px;
    line-height: 28px;
    max-width: 75%;
  }
  .contractsCard .cardBottom .cardDesc {
    font-size: 16px;
    line-height: 22px;
    max-width: 100%;
  }
  .contractsDetailPage {
    text-align: center;
  }
  .contractsDetailPage .bannerArea {
    padding-top: 120px;
    margin-bottom: 40px;
  }
  .contractsDetailPage .bannerArea .bannerContent .bannerTitle {
    font-size: 28px;
    line-height: 36px;
    max-width: 100%;
  }
  .contractsDetailPage .bannerArea .bannerContent .bannerDesc {
    font-size: 16px;
    line-height: 24px;
  }
  .contractsDetailPage .contractsDetailContent {
    padding-bottom: 60px;
  }
  .contractsDetailPage .contractsDetailContent .contentArea {
    padding: 30px 20px;
  }
  .contractsDetailPage .contractsDetailContent .contentArea .bannerDesc {
    font-size: 18px;
    line-height: 24px;
  }
  .contractsDetailPage .contractsDetailContent .editorContent {
    max-width: 100%;
  }
  .contractsDetailPage .contractsDetailContent .editorContent h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .contractsDetailPage .contractsDetailContent .editorContent h2:not(:first-child) {
    margin-top: 35px;
  }
  .contractsDetailPage .contractsDetailContent .editorContent p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .newsPage .bannerArea .bannerTitle {
    font-size: 32px;
    line-height: 42px;
  }
  .newsPage .newsList {
    padding-top: 0;
  }
  .newsCard {
    padding: 40px 35px 50px;
  }
  .newsCard .cardTop .cardTitle {
    font-size: 28px;
    line-height: 34px;
  }
  .newsCard .cardBottom .cardDesc {
    font-size: 18px;
    line-height: 22px;
  }
  .newsDetailPage .bannerCard {
    padding: 50px 40px;
  }
  .newsDetailPage .bannerCard .cardContent .cardTitle {
    font-size: 36px;
    line-height: 44px;
  }
  .newsDetailPage .newsDetailContentSection .imgArea {
    flex-direction: column;
  }
  .newsDetailPage .newsDetailContentSection .newsDetailImgCard.card1, .newsDetailPage .newsDetailContentSection .newsDetailImgCard.card2 {
    max-width: 100%;
    width: 100%;
  }
  .newsDetailPage .newsDetailContentSection .detailContentCard {
    padding: 50px 40px;
  }
  .newsDetailPage .newsDetailContentSection .otherNewsSlideArea .swiper-slide {
    width: 500px !important;
  }
  .contractsPage .bannerArea .bannerTitle {
    font-size: 32px;
    line-height: 42px;
  }
  .contractsPage .newsList {
    padding-top: 220px;
  }
  .contractsCard {
    padding: 40px 35px 50px;
  }
  .contractsCard .cardTop .cardTitle {
    font-size: 28px;
    line-height: 34px;
  }
  .contractsDetailPage .bannerArea {
    padding-top: 130px;
  }
  .contractsDetailPage .bannerArea .bannerContent .bannerTitle {
    font-size: 36px;
    line-height: 44px;
  }
  .contractsDetailPage .contractsDetailContent .contentArea {
    padding: 50px 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .newsDetailPage .newsDetailContentSection .detailContentCard {
    padding: 60px 60px;
  }
  .newsDetailPage .newsDetailContentSection .otherNewsSlideArea .swiper-slide {
    width: 700px !important;
  }
  .contractsDetailPage .contractsDetailContent .contentArea {
    padding: 60px 60px;
  }
  .newsPage .newsList {
    padding-top: 0;
  }
}
@media screen and (max-width: 1200px) {
  .newsPage .newsList {
    padding-top: 0;
  }
  .contractsPage .newsList {
    padding-top: 0;
  }
}
@media screen and (max-width: 576px) {
  .page404 .bannerArea {
    padding-top: 100px;
    margin-bottom: 50px;
  }
  .page404 .bannerArea .backgroundArea .circleArea .circle {
    width: 280px;
    height: 280px;
    top: 60%;
  }
  .page404 .bannerArea .content404 {
    margin-top: 50px;
  }
  .page404 .bannerArea .content404 .huge404 {
    gap: 15px;
    margin-bottom: 30px;
  }
  .page404 .bannerArea .content404 .number {
    font-size: 120px;
    line-height: 110px;
  }
  .page404 .bannerArea .content404 .illustrationInner {
    gap: 15px;
  }
  .page404 .bannerArea .content404 .illustrationInner .illustrationText span {
    font-size: 16px;
    line-height: 16px;
  }
  .page404 .bannerArea .content404 .illustrationInner .illustrationIcon {
    width: 20px;
    height: 18px;
  }
  .page404 .bannerArea .content404 .title404 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .page404 .bannerArea .content404 .desc404 {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 25px;
    padding: 0 15px;
  }
  .page404 .bannerArea .content404 .quickAccess .quickAccessTitle {
    margin-bottom: 15px;
  }
  .page404 .bannerArea .content404 .quickAccess .quickAccessLinks {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 12px;
  }
  .page404 .bannerArea .content404 .quickAccess .quickAccessLinks a {
    font-size: 15px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .page404 .bannerArea {
    padding-top: 120px;
    margin-bottom: 70px;
  }
  .page404 .bannerArea .content404 {
    margin-top: 70px;
  }
  .page404 .bannerArea .content404 .huge404 {
    gap: 30px;
    margin-bottom: 40px;
  }
  .page404 .bannerArea .content404 .number {
    font-size: 180px;
    line-height: 160px;
  }
  .page404 .bannerArea .content404 .illustrationInner {
    gap: 20px;
  }
  .page404 .bannerArea .content404 .illustrationInner .illustrationText span {
    font-size: 24px;
    line-height: 24px;
  }
  .page404 .bannerArea .content404 .illustrationInner .illustrationIcon {
    width: 24px;
    height: 22px;
  }
  .page404 .bannerArea .content404 .title404 {
    font-size: 22px;
  }
  .page404 .bannerArea .content404 .desc404 {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .page404 .bannerArea .content404 .huge404 {
    gap: 40px;
  }
  .page404 .bannerArea .content404 .number {
    font-size: 220px;
    line-height: 200px;
  }
  .page404 .bannerArea .content404 .illustrationInner .illustrationText span {
    font-size: 30px;
    line-height: 30px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .editorContentArea {
    padding: 30px;
  }
}
@media screen and (max-width: 576px) {
  .accordionItem {
    text-align: left;
  }
  .accordionItem .accordionHeader {
    padding: 20px 75px 20px 30px;
  }
  .accordionItem .accordionBody {
    padding: 0 30px;
  }
  .accordionItem.active .accordionBody {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .productCard {
    padding: 30px 20px 30px 25px;
    border-radius: 20px;
  }
  .productCard .cardTitle {
    font-size: 18px;
    margin-bottom: 20px;
    max-width: 140px;
    height: 72px;
    text-align: left;
  }
  .productCard .cardImage {
    right: 15px;
    height: 180px;
    width: 120px;
  }
  .productCard2 {
    padding: 20px 20px 30px;
  }
  .productCard2 .cardImage {
    height: 200px;
    margin-bottom: 20px;
  }
  .productCard2 .cardTitle {
    padding-left: 15px;
    font-size: 16px;
  }
  .sliderBottomArea {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1px) and (max-width: 576px) {
  .formBtn {
    margin: 0 auto;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .defaultBtn {
    padding: 13px 15px;
  }
}
@media screen and (max-width: 576px) {
  .corporateStatsArea {
    padding: 60px 0 !important;
  }
  .corporateStatsArea .container2 {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .corporateStatsArea .statsIntroRow {
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
    margin-bottom: 40px;
  }
  .corporateStatsArea .statsIntroRow .leftCol {
    margin-top: 0;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .corporateStatsArea .statsIntroRow .rightCol .statsIntroText {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
  }
  .corporateStatsArea .statsGrid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .corporateStatsArea .statsGrid .statCard {
    align-items: center;
    text-align: center;
  }
  .corporateStatsArea .statsGrid .statCard .statNumber {
    font-size: 48px;
    height: auto;
    margin-bottom: 15px;
    justify-content: center;
  }
  .corporateStatsArea .statsGrid .statCard .statNumber.big {
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 15px;
  }
  .corporateStatsArea .statsGrid .statCard .statLine {
    margin-bottom: 20px;
    width: 60px;
    margin-left: auto;
    margin-right: auto;
  }
  .corporateStatsArea .statsGrid .statCard .statText {
    font-size: 15px;
    line-height: 22px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .corporateStatsArea {
    padding: 70px 0;
  }
  .corporateStatsArea .container2 {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .corporateStatsArea .statsIntroRow {
    flex-direction: column;
    gap: 25px;
    align-items: center;
    text-align: center;
    margin-bottom: 50px;
  }
  .corporateStatsArea .statsIntroRow .leftCol {
    margin-top: 0;
  }
  .corporateStatsArea .statsIntroRow .rightCol .statsIntroText {
    font-size: 26px;
    line-height: 36px;
    text-align: center;
  }
  .corporateStatsArea .statsGrid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .corporateStatsArea .statsGrid .statCard .statNumber {
    font-size: 44px;
    height: auto;
    margin-bottom: 20px;
  }
  .corporateStatsArea .statsGrid .statCard .statNumber.big {
    font-size: 90px;
    line-height: 90px;
    margin-bottom: 20px;
  }
  .corporateStatsArea .statsGrid .statCard .statLine {
    margin-bottom: 25px;
  }
  .corporateStatsArea .statsGrid .statCard .statText {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .corporateStatsArea {
    padding: 80px 0;
  }
  .corporateStatsArea .container2 {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .corporateStatsArea .statsIntroRow {
    flex-direction: column;
    gap: 30px;
    align-items: center;
    text-align: center;
    margin-bottom: 60px;
  }
  .corporateStatsArea .statsIntroRow .leftCol {
    margin-top: 0;
  }
  .corporateStatsArea .statsIntroRow .rightCol .statsIntroText {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }
  .corporateStatsArea .statsGrid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .corporateStatsArea .statsGrid .statCard .statNumber {
    font-size: 52px;
    height: auto;
    margin-bottom: 25px;
  }
  .corporateStatsArea .statsGrid .statCard .statNumber.big {
    font-size: 110px;
    line-height: 110px;
    margin-bottom: 25px;
  }
  .corporateStatsArea .statsGrid .statCard .statLine {
    margin-bottom: 30px;
  }
  .corporateStatsArea .statsGrid .statCard .statText {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .corporateStatsArea {
    padding: 100px 0 120px;
  }
  .corporateStatsArea .container2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .corporateStatsArea .statsIntroRow {
    flex-direction: row;
    gap: 50px;
    align-items: flex-start;
    margin-bottom: 70px;
  }
  .corporateStatsArea .statsIntroRow .leftCol {
    margin-top: 15px;
  }
  .corporateStatsArea .statsIntroRow .rightCol .statsIntroText {
    font-size: 32px;
    line-height: 42px;
  }
  .corporateStatsArea .statsGrid {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
  .corporateStatsArea .statsGrid .statCard .statNumber {
    font-size: 58px;
    height: 120px;
    margin-bottom: 20px;
  }
  .corporateStatsArea .statsGrid .statCard .statNumber.big {
    font-size: 130px;
    line-height: 130px;
    margin-bottom: 20px;
  }
  .corporateStatsArea .statsGrid .statCard .statLine {
    margin-bottom: 35px;
  }
  .corporateStatsArea .statsGrid .statCard .statText {
    font-size: 18px;
    line-height: 22px;
  }
}/*# sourceMappingURL=mobile.css.map */