.nw26-product-mega,
.nw26-site-mega,
.nw26-site-menu,
.nw26-product-mega *,
.nw26-site-mega *,
.nw26-site-menu * {
  box-sizing: border-box;
  letter-spacing: 0;
}

header.header,
header {
  z-index: 520 !important;
}

header.header {
  background: rgba(255, 255, 255, .96) !important;
  border-bottom: 1px solid #e8eef6;
  backdrop-filter: blur(14px);
}

header.header .main {
  height: 72px !important;
}

header.header .logo img {
  width: auto !important;
  height: auto !important;
  aspect-ratio: 255 / 50;
  max-width: 100%;
  max-height: 34px !important;
  object-fit: contain;
  display: block;
}

header.header .hnav > .itemLi {
  height: 72px !important;
}

header.header .hnav > .itemLi > .item,
header.header .hnav > .itemLi > .item .t1 {
  font-size: 16px !important;
  line-height: 1.4;
  letter-spacing: 0;
}

@media (min-width: 991px) {
  header.header .main {
    gap: 16px;
  }

  header.header .menu_button {
    display: none !important;
  }

  header.header .navMobile {
    display: none !important;
  }

  header.header .logo {
    flex: 0 1 210px;
    min-width: 138px;
  }

  header.header .nav {
    flex: 1 1 auto;
    min-width: 0;
  }

  header.header .hnav {
    width: 100%;
    flex-wrap: nowrap !important;
    gap: 0 8px;
  }

  header.header .hnav > .itemLi {
    flex: 0 0 auto;
  }

  header.header .nw26-header-search-wrap {
    flex: 0 0 196px;
  }
}

@media (min-width: 991px) and (max-width: 1279px) {
  header.header .main {
    gap: 10px;
  }

  header.header .logo {
    flex-basis: 160px;
  }

  header.header .hnav {
    gap: 0 2px;
  }

  header.header .hnav > .itemLi {
    padding-right: 7px !important;
    padding-left: 7px !important;
  }

  header.header .hnav > .itemLi > .item,
  header.header .hnav > .itemLi > .item .t1 {
    font-size: 15px !important;
  }

  header.header .nw26-header-search-wrap {
    flex-basis: 156px;
  }
}

header.header .hnav > .itemLi.active > .item {
  color: #1268f3 !important;
}

header .hnav > li.nw26-nav-item > .nav-child {
  z-index: 530;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-12px);
  transform-origin: top center;
}

@media (min-width: 991px) {
  header .hnav > li.nw26-nav-item > .nav-child {
    top: var(--nw26-mega-top, 72px) !important;
  }
}

header .hnav > li.nw26-nav-item > .nav-child.nw26-general-mega-wrap {
  position: fixed !important;
  z-index: 540;
  top: var(--nw26-mega-top, 76px) !important;
  left: 0 !important;
  width: 100% !important;
  min-width: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  transform: translateY(-12px) !important;
  border: 0 !important;
  border-top: 1px solid #e3ebf5 !important;
  border-radius: 0 !important;
  background: #f7fbff !important;
  box-shadow: 0 24px 54px rgba(24, 58, 103, .16) !important;
}

header .hnav > li.nw26-nav-item:hover > .nav-child,
header .hnav > li.nw26-nav-item:focus-within > .nav-child,
header .hnav > li.nw26-nav-item.nw26-mega-open > .nav-child {
  display: block !important;
  height: auto;
  opacity: 1;
  visibility: visible;
  transform: translateY(0) !important;
  animation: nw26-menu-slide-down .24s cubic-bezier(.22, .61, .36, 1) both;
}

@keyframes nw26-menu-slide-down {
  from {
    opacity: 0;
    transform: translateY(-14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

header .hnav .nw26-product-mega {
  position: fixed;
  z-index: 540;
  top: var(--nw26-mega-top, 76px);
  left: 0;
  width: 100%;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  transform: translateY(-12px);
  border: 0;
  border-top: 1px solid #e3ebf5;
  border-radius: 0;
  background: #f7fbff;
  box-shadow: none;
  color: #1b2638;
  text-align: left;
  white-space: normal;
}

header .hnav > li.nw26-nav-item > .nw26-site-mega {
  position: fixed;
  z-index: 540;
  top: var(--nw26-mega-top, 76px);
  left: 0;
  width: 100%;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  transform: translateY(-12px);
  border: 0;
  border-top: 1px solid #e3ebf5;
  border-radius: 0;
  background: #f7fbff;
  box-shadow: 0 24px 54px rgba(24, 58, 103, .16);
  color: #1b2638;
  text-align: left;
  white-space: normal;
}

header .hnav .nav-child > .nw26-site-mega {
  display: block;
  position: static;
  width: 100%;
  transform: none;
}

header.header .nw26-header-search-wrap {
  position: relative;
  flex: 0 0 196px;
  min-width: 0;
}

header.header .nw26-header-search {
  width: 100%;
  height: 36px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 36px;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, .04);
  transition: border-color .18s ease, box-shadow .18s ease;
}

header.header .nw26-header-search:hover {
  border-color: #94a3b8;
}

header.header .nw26-header-search:focus-within {
  border-color: #1268f3;
  box-shadow: 0 0 0 3px rgba(18, 104, 243, .12);
}

header.header .nw26-header-search .input {
  width: 100% !important;
  min-width: 0;
  height: 34px !important;
  padding: 0 8px 0 12px !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0;
  color: #172033;
  background: transparent !important;
  font-size: 14px;
  line-height: 34px;
  cursor: text !important;
  transition: none !important;
}

header.header .nw26-header-search .input::-webkit-search-cancel-button {
  width: 14px;
  height: 14px;
  cursor: pointer;
}

header.header .nw26-header-search .input::placeholder {
  color: #8793a5 !important;
  opacity: 1;
}

header.header .nw26-header-search .input:focus,
header.header .nw26-header-search .input:not(:placeholder-shown) {
  width: 100% !important;
  height: 34px !important;
  padding: 0 8px 0 12px !important;
}

header.header .nw26-header-search .nw26-header-search__submit {
  position: static !important;
  width: 36px !important;
  height: 34px !important;
  display: grid !important;
  place-items: center;
  padding: 0;
  border: 0;
  border-left: 1px solid #e2e8f0;
  border-radius: 0;
  color: #1268f3;
  background: transparent !important;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  z-index: 1 !important;
  transition: color .18s ease, background-color .18s ease, border-color .18s ease;
}

header.header .nw26-header-search:hover .nw26-header-search__submit {
  border-left-color: #cbd5e1;
}

header.header .nw26-header-search .nw26-header-search__submit:hover,
header.header .nw26-header-search .nw26-header-search__submit:focus-visible {
  color: #0b50c7;
  background: #eef5ff !important;
  outline: 0;
}

header.header .nw26-header-search .nw26-header-search__submit:active {
  background: #dbeafe !important;
}

.backtop,
[back-btn].down .backtop {
  left: auto !important;
  right: 18px !important;
}

.nw26-site-mega__inner {
  width: min(1320px, 100%);
  min-height: 360px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  background: rgba(248, 252, 255, .97);
}

.nw26-site-mega__summary {
  min-width: 0;
  overflow: hidden;
  padding: 34px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid #dce8f5;
  background: #edf6ff;
  white-space: normal !important;
  text-align: left !important;
}

.nw26-site-mega__summary > * {
  max-width: 100%;
  white-space: normal !important;
  overflow-wrap: anywhere;
}

.nw26-site-mega__summary span {
  color: #1268f3;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.nw26-site-mega__summary strong {
  margin-top: 14px;
  color: #172033;
  font-size: 24px;
  line-height: 1.42;
}

.nw26-site-mega__summary p {
  margin: 14px 0 0;
  color: #617089;
  font-size: 14px;
  line-height: 1.8;
}

.nw26-solution-mega__summary--no-cta > a {
  display: none;
}

.nw26-site-mega__summary a {
  width: fit-content;
  margin-top: 24px;
  color: #1268f3;
  font-weight: 800;
  text-decoration: none;
}

.nw26-site-mega__summary i[class*="fa-"] {
  margin-left: 7px;
}

.nw26-site-mega__grid {
  min-width: 0;
  padding: 34px 42px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 22px;
  align-content: center;
}

.nw26-site-mega__grid--compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nw26-site-mega__grid a {
  min-width: 0;
  min-height: 118px;
  padding: 22px 22px 20px 70px;
  position: relative;
  border: 1px solid transparent;
  border-radius: 6px;
  background: rgba(255, 255, 255, .72);
  color: #1b2638;
  text-decoration: none;
  text-align: left !important;
  transition: border-color .18s, background .18s, color .18s, transform .18s, box-shadow .18s;
}

.nw26-site-mega__grid a:hover,
.nw26-site-mega__grid a:focus-visible {
  outline: none;
  border-color: #9cc8ff;
  background: #fff;
  color: #1268f3;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(24, 87, 160, .12);
}

.nw26-site-mega__grid a.active {
  border-color: #9cc8ff;
  background: #fff;
  color: #1268f3;
}

.nw26-site-mega__grid i[class*="fa-"] {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 30px;
  color: #1268f3;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.nw26-site-mega__grid strong,
.nw26-site-mega__grid span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nw26-site-mega__grid a:hover strong,
.nw26-site-mega__grid a:focus-visible strong {
  transform: translateX(3px);
}

.nw26-site-mega__grid a strong {
  transition: transform .18s ease;
}

.nw26-site-mega__grid strong {
  font-size: 17px;
  line-height: 1.45;
  white-space: nowrap;
}

.nw26-site-mega__grid span {
  margin-top: 8px;
  color: #68788f;
  font-size: 13px;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.nw26-site-mega__inner--products {
  min-height: 0;
  align-items: stretch;
}

.nw26-site-mega__grid--products {
  padding-top: 24px;
  padding-bottom: 24px;
  gap: 10px 22px;
  align-content: start;
}

.nw26-site-mega__grid--products a {
  min-height: 82px;
  padding-top: 14px;
  padding-bottom: 13px;
}

.nw26-site-mega__grid--products i[class*="fa-"] {
  top: 17px;
}

.nw26-site-mega__grid--products span {
  margin-top: 4px;
  -webkit-line-clamp: 1;
}

header .hnav .nav-child .nw26-site-menu {
  width: min(380px, calc(100vw - 36px));
  padding: 16px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 22px 55px rgba(25, 55, 95, .16);
}

.nw26-site-menu__head {
  min-height: 48px;
  padding: 0 12px 12px;
  display: flex;
  align-items: center;
  gap: 11px;
  border-bottom: 1px solid #e4edf8;
  color: #172033;
  text-align: left;
}

.nw26-site-menu__head i[class*="fa-"] {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eef5ff;
  color: #1268f3;
}

.nw26-site-menu .nav-child1 {
  padding: 12px 0 0 !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 4px !important;
}

.nw26-site-menu .nav-child1 dd a {
  min-height: 44px;
  padding: 0 12px !important;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  border: 0 !important;
  border-radius: 4px;
  color: #1b2638;
  font-size: 15px !important;
  text-align: left;
  transition: color .18s, background .18s, transform .18s;
}

.nw26-site-menu .nav-child1 dd a::after {
  display: none !important;
}

.nw26-site-menu .nav-child1 dd a:hover,
.nw26-site-menu .nav-child1 dd a.active {
  background: #eef5ff;
  color: #1268f3;
  transform: translateX(2px);
}

.nw26-product-mega__inner {
  width: min(1320px, 100%);
  min-height: 390px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  background: rgba(248, 252, 255, .98);
  text-align: left !important;
}

.nw26-product-mega__groups {
  padding: 28px 32px 26px;
  display: grid;
  align-content: start;
  gap: 6px;
  border-right: 1px solid #dce8f5;
  background: #edf6ff;
  text-align: left !important;
}

.nw26-product-mega__heading {
  margin-bottom: 12px;
  text-align: left !important;
}

.nw26-product-mega__heading span,
.nw26-product-mega__heading strong {
  display: block;
}

.nw26-product-mega__heading span {
  color: #1268f3;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.nw26-product-mega__heading strong {
  margin-top: 8px;
  color: #172033;
  font-size: 24px;
  line-height: 1.4;
}

.nw26-product-mega__groups button {
  position: relative;
  min-height: 67px;
  padding: 10px 40px 10px 14px;
  border: 1px solid transparent;
  border-radius: 5px;
  background: rgba(255, 255, 255, .25);
  color: #1b2638;
  text-align: left;
  cursor: pointer;
  text-align: left !important;
  transition: color .18s, background .18s, border-color .18s, transform .18s, box-shadow .18s;
}

.nw26-product-mega__groups button > i {
  position: absolute;
  top: 50%;
  right: 16px;
  color: #8ba0ba;
  font-size: 18px;
  transform: translateY(-50%);
}

.nw26-product-mega__groups button:hover,
.nw26-product-mega__groups button:focus-visible,
.nw26-product-mega__groups button.active {
  outline: none;
  border-color: #a8cefa;
  background: #fff;
  color: #1268f3;
  transform: translateX(4px);
  box-shadow: 0 9px 22px rgba(24, 87, 160, .10);
}

.nw26-product-mega__groups button.active > i {
  color: #1268f3;
}

.nw26-product-mega__groups strong,
.nw26-product-mega__groups span {
  display: block;
}

.nw26-product-mega__groups strong {
  font-size: 18px;
  line-height: 1.5;
}

.nw26-product-mega__groups span {
  margin-top: 5px;
  color: #738198;
  font-size: 13px;
  line-height: 1.5;
}

.nw26-product-mega__content {
  position: relative;
  min-width: 0;
  padding: 28px 42px;
  isolation: isolate;
}

.nw26-product-mega__panel-head {
  min-height: 58px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 16px;
  text-align: left !important;
}

.nw26-product-mega__panel-head > span {
  color: #b9d7fb;
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
}

.nw26-product-mega__panel-head strong {
  color: #172033;
  font-size: 20px;
}

.nw26-product-mega__panel-head p {
  margin: 4px 0 0;
  color: #68788f;
  font-size: 13px;
  line-height: 1.5;
}

.nw26-product-mega__content::after {
  display: none;
  pointer-events: none;
}

.nw26-product-mega__content section {
  padding: 0;
  background: transparent;
  animation: nw26-product-panel-in .22s ease both;
}

.nw26-product-mega__content section[hidden] {
  display: none;
}

.nw26-product-mega__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 20px;
}

.nw26-product-mega__grid a {
  min-width: 0;
  min-height: 74px;
  padding: 12px 14px 12px 58px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border: 1px solid transparent;
  border-radius: 6px;
  background: rgba(255, 255, 255, .72);
  color: #1b2638;
  text-decoration: none;
  text-align: left !important;
  transition: border-color .18s, background .18s, color .18s, transform .18s, box-shadow .18s;
}

.nw26-product-mega__grid i[class*="fa-"] {
  position: absolute;
  top: 50%;
  left: 16px;
  width: 28px;
  display: block;
  color: #1268f3;
  font-size: 23px;
  font-weight: 400;
  text-align: center;
  transform: translateY(-50%);
}

.nw26-product-mega__grid a:hover,
.nw26-product-mega__grid a:focus-visible,
.nw26-product-mega__grid a.active {
  outline: none;
  border-color: #9cc8ff;
  background: #fff;
  color: #1268f3;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(24, 87, 160, .12);
}

.nw26-product-mega__grid a.active {
  box-shadow: inset 3px 0 #1268f3;
}

@keyframes nw26-product-panel-in {
  from {
    opacity: 0;
    transform: translateX(10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.nw26-product-mega__grid strong,
.nw26-product-mega__grid span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nw26-product-mega__grid strong {
  font-size: 17px;
  line-height: 1.5;
}

.nw26-product-mega__grid span {
  margin-top: 4px;
  color: #6f7d91;
  font-size: 14px;
  line-height: 1.5;
}

.nw26-mobile-product-groups {
  padding: 4px 0 12px;
}

.nw26-mobile-product-groups section {
  padding: 12px 24px 4px;
}

.nw26-mobile-product-groups h3 {
  margin: 0 0 8px;
  color: #65758d;
  font-size: 13px;
  font-weight: 700;
  text-align: left !important;
}

.navMobile .nw26-mobile-product-groups a {
  min-height: 44px;
  padding: 10px 12px !important;
  display: flex !important;
  align-items: center;
  justify-content: flex-start !important;
  gap: 12px;
  border-radius: 4px;
  text-align: left !important;
}

.navMobile .nw26-mobile-product-groups a.active {
  background: #eef5ff;
  color: #1268f3;
}

.navMobile .nw26-mobile-product-groups a > i[class*="fa-"],
.navMobile .nw26-mobile-product-groups a > .gj-icon-line {
  width: 22px;
  color: #1268f3 !important;
  font-weight: 400;
  text-align: center;
}

@media (max-width: 990px) {
  header.header {
    padding: 0 !important;
  }

  header.header .main {
    height: 64px !important;
    gap: 12px;
  }

  header.header .logo {
    margin-right: auto;
    max-width: calc(100vw - 190px);
  }

  header.header .logo img {
    max-width: 100%;
    max-height: 28px !important;
  }

  .navMobile {
    --height: 64px;
    top: var(--height) !important;
    height: calc(100dvh - var(--height)) !important;
    padding: 8px 0 max(18px, env(safe-area-inset-bottom));
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: #fff;
  }

  .navMobile .list {
    display: block;
    padding: 0 16px 20px;
  }

  .navMobile .list > li {
    display: block;
    padding: 0;
    border-bottom: 1px solid #e6ebf2;
    font-size: 16px;
    line-height: normal;
  }

  .navMobile .list > li::after {
    display: none;
  }

  .navMobile .list > li > a,
  .navMobile .list > li > .t1 {
    min-height: 52px;
  }

  .navMobile .list > li > a {
    width: 100%;
    padding: 0 12px;
    color: #182235;
    font-size: 16px !important;
    font-weight: 650;
    line-height: 1.35;
    text-decoration: none;
  }

  .navMobile .list > li > .t1 {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    align-items: center;
    gap: 4px;
  }

  .navMobile .list > li > .t1 > a {
    min-width: 0;
    min-height: 52px;
    padding: 0 12px;
    color: #182235;
    font-size: 16px !important;
    font-weight: 650;
    line-height: 1.35;
    text-decoration: none;
  }

  .navMobile .list > li.active > a,
  .navMobile .list > li.active > .t1 > a {
    color: #1268f3;
  }

  .navMobile .list > li.is-open > .t1 > a {
    color: #1268f3;
  }

  .nw26-mobile-nav-toggle {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #8090a4;
    cursor: pointer;
  }

  .nw26-mobile-nav-toggle:focus-visible {
    outline: 2px solid #1268f3;
    outline-offset: -2px;
  }

  .nw26-mobile-nav-toggle i[class*="fa-"] {
    margin: 0;
    font-size: 15px;
    color: #8090a4;
    transition: transform .28s cubic-bezier(.4, 0, .2, 1), color .2s ease;
  }

  .navMobile .list > li.is-open .nw26-mobile-nav-toggle {
    color: #687b93;
    background: transparent;
  }

  .navMobile .list > li.is-open .nw26-mobile-nav-toggle i[class*="fa-"] {
    transform: rotate(180deg);
  }

  .navMobile .list > li.is-open .nw26-mobile-nav-toggle i[class*="fa-"],
  .navMobile .list > li.active .nw26-mobile-nav-toggle i[class*="fa-"] {
    color: #687b93;
  }

  .navMobile .list > li > .nav-child {
    width: 100%;
    margin: 0 0 12px;
    padding: 8px;
    border: 1px solid #dce7f4;
    border-radius: 6px;
    background: #f7faff;
    animation: nw26-mobile-menu-open .2s ease both;
  }

  .navMobile .list dd a {
    min-height: 46px;
    padding: 9px 12px;
    justify-content: flex-start;
    gap: 12px;
    border-radius: 4px;
    color: #25354a;
    font-size: 15px !important;
    line-height: 1.5;
  }

  .navMobile .list dd {
    padding: 0;
  }

  .navMobile .list dd a:hover,
  .navMobile .list dd a.active {
    color: #1268f3;
    background: #eaf3ff;
  }

  .navMobile .list dd a i[class*="fa-"] {
    width: 22px;
    color: #1268f3;
    font-weight: 400;
    text-align: center;
  }

  header .hnav .nw26-product-mega,
  header .hnav .nw26-site-mega,
  header .hnav .nw26-site-menu {
    display: none !important;
  }

  header.header .menu_button {
    flex: 0 0 30px;
  }

  .nw26-mobile-product-groups {
    padding: 0;
  }

  .nw26-mobile-product-groups section {
    padding: 12px 8px 4px;
  }

  .nw26-mobile-product-groups section + section {
    margin-top: 8px;
    border-top: 1px solid #dce7f4;
  }

  .nw26-mobile-product-groups h3 {
    margin: 0 8px 6px;
    color: #65758d;
    font-size: 12px;
    line-height: 1.4;
  }

  .navMobile .nw26-mobile-product-groups a {
    min-height: 54px;
    padding: 8px 10px !important;
    gap: 10px;
  }

  .navMobile .nw26-mobile-product-groups a > span {
    min-width: 0;
    display: grid;
    gap: 2px;
  }

  .navMobile .nw26-mobile-product-groups a strong,
  .navMobile .nw26-mobile-product-groups a small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .navMobile .nw26-mobile-product-groups a strong {
    color: inherit;
    font-size: 15px;
    line-height: 1.35;
  }

  .navMobile .nw26-mobile-product-groups a small {
    color: #718096;
    font-size: 12px;
    line-height: 1.35;
  }

  .navMobile .nw26-mobile-product-groups a.active small {
    color: #4f75a8;
  }

  @keyframes nw26-mobile-menu-open {
    from {
      opacity: 0;
      transform: translateY(-6px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

@media (max-width: 560px) {
  header.header .nw26-header-search-wrap {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
  }

  header.header .logo {
    max-width: calc(100vw - 142px);
    transition: opacity .16s ease, visibility .16s ease;
  }

  header.header.nw26-search-open .logo {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  header.header .nw26-header-search {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    grid-template-columns: 0 36px;
    transition: width .2s ease, grid-template-columns .2s ease, border-color .18s ease, box-shadow .18s ease;
  }

  header.header .nw26-header-search:focus-within,
  header.header .nw26-header-search.is-open {
    width: calc(100vw - 70px);
    grid-template-columns: minmax(0, 1fr) 36px;
  }

  header.header .nw26-header-search .input {
    width: 100% !important;
    height: 34px !important;
    padding: 0 !important;
    color: transparent;
    opacity: 0;
  }

  header.header .nw26-header-search:focus-within .input,
  header.header .nw26-header-search.is-open .input {
    padding: 0 8px 0 12px !important;
    color: #172033;
    opacity: 1;
  }

  header.header .menu_button {
    position: relative;
    z-index: 11;
  }

  .navMobile .list {
    padding-right: 12px;
    padding-left: 12px;
  }

  .navMobile .list > li > a,
  .navMobile .list > li > .t1 > a {
    font-size: 15px !important;
  }
}
