@charset "utf-8";

:root {
  --life-blue: #18267e;
  --life-blue-deep: #172982;
  --life-nav: #075ca9;
  --life-accent: #146cc1;
  --life-sky: #3177d9;
  --life-bg: #f3f7fc;
  --life-line: #dbe6f3;
  --life-text: #1f2937;
  --life-muted: #667085;
  --life-card: #ffffff;
  --life-shadow: 0 18px 45px rgba(15, 35, 90, .11);
  --life-radius: 18px;
}

html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
  margin: 0;
  padding: 0;
}

header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
  font-weight: normal;
}

html, body, fieldset, img, iframe, abbr {
  border: 0;
}

html {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

body {
  min-width: 320px;
  line-height: 1.6;
  font-size: 15px;
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", Arial, sans-serif;
  color: var(--life-text);
  background: linear-gradient(180deg, #eef5fd 0, #fff 360px);
}

img {
  max-width: 100%;
  vertical-align: top;
}

li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, opacity .2s ease, transform .2s ease;
}

a:hover {
  color: var(--life-accent);
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 3px solid rgba(20, 108, 193, .32);
  outline-offset: 2px;
}

button, input, textarea, select {
  font: inherit;
}

button {
  cursor: pointer;
  border: 0;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}

.wrapper .inner {
  width: min(1460px, calc(100% - 48px));
  margin: 0 auto;
}

.search-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.headtop {
  display: none;
  background: linear-gradient(90deg, rgba(26, 48, 145, .96), rgba(18, 92, 172, .96));
  color: rgba(255, 255, 255, .9);
  font-size: 13px;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .12);
}

.topbar-inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.headtop a {
  color: rgba(255, 255, 255, .92);
}

.headtop a:hover {
  color: #fff;
}

.top-left ul,
.site-lang ul {
  display: flex;
  align-items: center;
  gap: 12px;
}

.top-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.header {
  position: relative;
  background:
    radial-gradient(circle at 74% 12%, rgba(90, 160, 226, .35), transparent 28%),
    linear-gradient(112deg, #1d2c88 0%, #1e43a2 48%, #0c70b9 100%);
  overflow: hidden;
}

.header:after {
  content: "";
  position: absolute;
  inset: auto -80px -120px auto;
  width: 360px;
  height: 260px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  transform: rotate(-18deg);
}

.header-inner {
  position: relative;
  z-index: 1;
  min-height: 144px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

.header-inner:before {
  content: "";
  position: absolute;
  top: 24px;
  right: clamp(190px, 14vw, 260px);
  width: clamp(240px, 17vw, 310px);
  height: 98px;
  background: url(images/slogan.png) no-repeat center;
  background-size: contain;
}

.navi-aside-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .14);
  position: relative;
  flex: 0 0 auto;
}

.navi-aside-toggle:before,
.navi-aside-toggle:after,
.navi-aside-toggle span {
  content: "";
  position: absolute;
  left: 11px;
  width: 20px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
}

.navi-aside-toggle:before {
  top: 13px;
  box-shadow: 0 7px 0 #fff;
}

.navi-aside-toggle span {
  top: 20px;
}

.navi-aside-toggle:after {
  top: 27px;
}

.head-left {
  order: 1;
  flex: 1 1 760px;
  min-width: 360px;
}

.sitelogo {
  position: relative;
  width: min(100%, 840px);
  height: 118px;
  background: url(images/logo.png) no-repeat left center;
  background-size: contain;
}

.sitelogo a {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block !important;
  overflow: hidden;
  text-indent: -9999px;
}

.sitelogo img,
.sitelogo .sitetitle {
  display: none !important;
}

.sitelogo .sitetitle {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
}

.head-right {
  order: 3;
  width: min(310px, 34vw);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

.site-lang,
.site-lang a {
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
}

.wp-search,
.wp_search {
  width: 100%;
  position: relative;
  border: 1px solid rgba(255, 255, 255, .36);
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(8px);
}

.wp_search {
  box-sizing: border-box;
  overflow: hidden;
}

.wp-search form {
  display: block;
}

.wp_search table,
.wp_search tbody,
.wp_search tr,
.wp_search td {
  display: block;
  height: auto !important;
  border: 0;
  padding: 0;
}

.wp_search table,
.wp_search tbody,
.wp_search tr {
  width: 100%;
}

.wp_search td {
  width: auto;
}

.wp-search .search-input,
.wp_search td:first-child {
  margin-right: 46px;
  padding-left: 16px;
}

.wp-search .search-title,
.wp_search .keyword {
  width: 100% !important;
  height: 38px;
  border: 0;
  color: #fff;
  background: transparent;
  outline: 0;
  box-sizing: border-box;
  font-size: 14px;
}

.wp-search .search-title::placeholder {
  color: rgba(255, 255, 255, .74);
}

.wp-search .search-btn,
.wp_search td:last-child {
  position: absolute;
  right: 4px;
  top: 4px;
  width: 32px;
  height: 32px;
}

.wp-search .search-submit,
.wp_search .search {
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: #fff url(images/sous.png) no-repeat center;
  cursor: pointer;
  font-size: 0;
  color: transparent;
}

.nav {
  background: linear-gradient(90deg, rgba(26, 48, 145, .96), rgba(18, 92, 172, .96));
  box-shadow: 0 12px 30px rgba(0, 78, 161, .16);
  position: relative;
  z-index: 30;
}

.navi-slide-head {
  display: none !important;
}

.nav .wp-menu {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.nav .wp-menu .menu-item {
  position: relative;
}

.nav .wp-menu .menu-link {
  display: block;
  min-height: 50px;
  line-height: 50px;
  padding: 0 18px;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
}

.nav .wp-menu .menu-item.hover .menu-link,
.nav .wp-menu .menu-link:hover {
  color: #fff;
  background: rgba(255, 255, 255, .18);
}

.nav .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 100;
  min-width: 168px;
  padding: 8px 0;
  background: linear-gradient(180deg, rgba(31, 90, 169, .98), rgba(28, 67, 148, .98));
  box-shadow: 0 16px 34px rgba(2, 24, 70, .18);
}

.nav .wp-menu .menu-item:hover > .sub-menu,
.nav .wp-menu .menu-item.hover > .sub-menu,
.nav .sub-menu .sub-item:hover > .sub-menu,
.nav .sub-menu .sub-item.hover > .sub-menu {
  display: block;
}

.nav .sub-menu .sub-item {
  position: relative;
}

.nav .sub-menu .sub-link {
  display: block;
  position: relative;
  padding: 10px 30px 10px 18px;
  color: #fff;
  white-space: nowrap;
}

.nav .sub-menu .sub-menu {
  left: 100%;
  top: -8px;
  min-width: 180px;
  background: linear-gradient(180deg, rgba(24, 73, 153, .98), rgba(21, 56, 132, .98));
  box-shadow: 16px 16px 34px rgba(2, 24, 70, .2);
}

.nav .sub-menu .sub-menu:before {
  content: "";
  position: absolute;
  left: -8px;
  top: 0;
  width: 8px;
  height: 100%;
}

.nav .sub-menu .sub-item:has(> .sub-menu) > .sub-link:after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 1px solid rgba(255, 255, 255, .88);
  border-bottom: 1px solid rgba(255, 255, 255, .88);
  transform: translateY(-50%) rotate(-45deg);
}

.nav .sub-menu .sub-link:hover {
  color: #fff;
  background: rgba(112, 178, 235, .34);
}

.home-hero {
  padding: 34px 0 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .32), rgba(255, 255, 255, 0)),
    var(--life-bg);
}

.hero-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.feature-panel {
  position: relative;
  order: 1;
  grid-column: span 2;
  display: flex;
  flex-direction: column;
}

.notice-panel {
  order: 3;
  grid-column: span 1;
}

.news-panel {
  order: 2;
}

.feature-panel,
.notice-panel,
.info-card {
  background: var(--life-card);
  border: 1px solid rgba(219, 230, 243, .9);
  border-radius: var(--life-radius);
  box-shadow: var(--life-shadow);
  overflow: hidden;
  transition: transform .34s ease, box-shadow .34s ease, border-color .34s ease;
  will-change: transform;
}

.feature-panel:hover,
.notice-panel:hover,
.info-card:hover {
  transform: translateY(-4px);
  border-color: rgba(49, 119, 217, .24);
  box-shadow: 0 24px 58px rgba(15, 35, 90, .16);
}

.section-head {
  position: relative;
  z-index: 2;
  min-height: 62px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--life-line);
  background: var(--life-card);
}

.section-head h2 {
  position: relative;
  color: var(--life-blue);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .5px;
}

.section-head h2:after {
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 7px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--life-accent), var(--life-sky));
  transition: width .28s ease;
}

.feature-panel:hover .section-head h2:after,
.notice-panel:hover .section-head h2:after,
.info-card:hover .section-head h2:after {
  width: 52px;
}

.section-head .more_btn,
.section-head .more_btn a,
.section-head .more_text {
  color: var(--life-muted);
  font-size: 14px;
}

.section-head .more_btn:hover,
.section-head .more_btn a:hover {
  color: var(--life-accent);
}

.feature-panel > .more,
.notice-panel > .more,
.info-card > .more {
  display: none;
}

.section-head.compact {
  min-height: 58px;
}

.section-head.compact h2 {
  font-size: 20px;
}

.feature-slider,
.feature-panel > .slider-list {
  position: relative;
  flex: 1 1 auto;
  min-height: 392px;
  overflow: hidden;
}

.slider-list {
  position: relative;
  height: 100%;
  min-height: 392px;
}

.slider-item {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .62s ease, visibility .62s ease;
}

.slider-item.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.slider-link {
  display: grid;
  grid-template-columns: 1fr;
  height: 100%;
  color: #fff;
  background: #0f1a63;
}

.slider-img {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #dbe6f3;
}

.slider-img:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 20, 70, .04) 0, rgba(8, 20, 70, .2) 42%, rgba(8, 20, 70, .76) 100%);
}

.slider-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
}

.slider-item.is-active .slider-img img {
  animation: lifeSlideZoom 5.2s ease both;
}

.slider-text {
  position: relative;
  z-index: 2;
  align-self: end;
  display: block;
  padding: 0 30px 34px;
}

.slider-text strong {
  display: block;
  max-width: 92%;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.3;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.slider-item.is-active .slider-text strong,
.slider-item.is-active .slider-text em,
.slider-item.is-active .slider-text span {
  animation: lifeTextRise .62s ease both;
}

.slider-item.is-active .slider-text em {
  animation-delay: .08s;
}

.slider-item.is-active .slider-text span {
  animation-delay: .14s;
}

.slider-text em {
  display: inline-block;
  margin-top: 12px;
  font-style: normal;
  color: rgba(255, 255, 255, .82);
}

.slider-text span {
  display: block;
  max-width: 720px;
  margin-top: 10px;
  color: rgba(255, 255, 255, .86);
  line-height: 1.7;
}

.slider-control {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 10px 22px rgba(2, 20, 65, .22);
  transform: translateY(-50%);
  transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.slider-control:hover {
  background: #fff;
  box-shadow: 0 14px 28px rgba(2, 20, 65, .28);
}

.slider-control:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  border-left: 2px solid var(--life-blue);
  border-bottom: 2px solid var(--life-blue);
}

.slider-prev {
  left: 18px;
}

.slider-prev:before {
  transform: translate(-35%, -50%) rotate(45deg);
}

.slider-next {
  right: 18px;
}

.slider-next:before {
  transform: translate(-65%, -50%) rotate(-135deg);
}

.slider-dots {
  position: absolute;
  right: 28px;
  bottom: 28px;
  z-index: 3;
  display: flex;
  gap: 8px;
}

.slider-dots button {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .58);
  transition: width .2s ease, background-color .2s ease, transform .2s ease;
}

.slider-dots button.is-active {
  width: 24px;
  background: #fff;
}

.slider-dots button:hover {
  transform: translateY(-2px);
}

.notice-panel {
  display: flex;
  flex-direction: column;
}

.notice-ticker,
.notice-panel > .notice-list {
  position: relative;
  z-index: 1;
  height: 392px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 2px 20px 12px;
  background: var(--life-card);
}

.notice-item {
  position: relative;
  display: grid;
  box-sizing: border-box;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  min-height: 54px;
  border-bottom: 1px dashed #d5e1ef;
}

.notice-item > a,
.notice-item > .notice-row {
  display: contents;
}

.notice-date {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  min-width: 46px;
  border-radius: 999px;
  color: var(--life-blue);
  font-size: 12px;
  background: #eef5fd;
}

.notice-title {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
}

.notice-title a,
.notice-item > a:first-child + a {
  display: block !important;
  min-width: 0;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: inherit;
  background: none !important;
  transform: none !important;
}

.notice-item > a:first-child + a {
  grid-column: 2;
  grid-row: 1;
}

.notice-title a:before,
.notice-item > a:first-child + a:before {
  content: none !important;
}

.notice-list {
  transition: opacity .24s ease;
}

.notice-ticker:hover .notice-list,
.notice-ticker:focus-within .notice-list,
.notice-panel > .notice-list:hover,
.notice-panel > .notice-list:focus-within {
  opacity: .92;
}

.home-columns {
  padding: 0 0 36px;
  background: var(--life-bg);
}

.column-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.column-grid .info-card:nth-child(1) {
  order: 4;
}

.column-grid .info-card:nth-child(2) {
  order: 2;
}

.column-grid .info-card:nth-child(3) {
  order: 3;
}

.column-grid .info-card:nth-child(4) {
  order: 1;
}

.info-card {
  min-height: 0;
  box-shadow: 0 14px 34px rgba(15, 35, 90, .08);
}

.card-list,
.info-card > .news-list {
  padding: 12px 24px 18px;
}

.news-panel-list,
.news-panel > .news-list {
  height: 392px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 2px 20px 12px;
}

.news-list li {
  position: relative;
  display: grid;
  box-sizing: border-box;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 44px;
  padding-left: 16px;
  border-bottom: 1px solid #edf2f8;
  transition: color .2s ease, transform .2s ease, background-color .2s ease;
}

.column-grid .news-list li {
  grid-template-columns: minmax(0, 1fr);
}

.news-panel-list .news-list li,
.news-panel > .news-list li {
  grid-template-columns: minmax(0, 1fr) 46px;
  min-height: 54px;
  gap: 8px;
  border-bottom: 1px dashed #d5e1ef;
}

.news-list li a {
  color: inherit;
}

.news-list li > a,
.news-list li > span,
.news-list .news-title {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-list li a,
.news-list li > a:first-child + a {
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  transform: none !important;
}

.news-list .news-title a,
.news-list li > span > a {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-list li > a:first-child + a {
  grid-column: 1;
  grid-row: 1;
  display: block !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-panel-list .news-list span,
.news-panel > .news-list span {
  font-size: 15px;
}

.news-panel-list .news-list em,
.news-panel > .news-list em {
  font-size: 12px;
  width: 46px;
  text-align: right;
}

.news-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 21px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--life-accent);
  transition: transform .2s ease, background-color .2s ease;
}

.news-list li a:before {
  content: none !important;
}

.news-list li:hover {
  transform: translateX(4px);
  background: linear-gradient(90deg, rgba(20, 108, 193, .06), rgba(255, 255, 255, 0));
}

.news-list li:hover:before {
  transform: scale(1.35);
  background: var(--life-sky);
}

.news-list span {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-list em {
  color: var(--life-muted);
  font-size: 13px;
  font-style: normal;
}

.quick-wrap {
  background: var(--life-bg);
  border-top: 1px solid var(--life-line);
}

.quick-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.quick-links {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  gap: 16px;
  min-width: 0;
}

.quick-links ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.quick-links a {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 24px 0 18px;
  border-radius: 18px;
  color: var(--life-blue);
  background: #fff;
  border: 1px solid var(--life-line);
  box-shadow: 0 10px 26px rgba(15, 35, 90, .07);
  transition: color .24s ease, background-color .24s ease, border-color .24s ease, box-shadow .24s ease, transform .24s ease;
}

.quick-links a:hover {
  color: #fff;
  background: var(--life-accent);
  border-color: rgba(20, 108, 193, .2);
  box-shadow: 0 16px 34px rgba(20, 108, 193, .2);
  transform: translateY(-3px);
}

.quick-links a:before {
  content: "";
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  border-radius: 10px;
  background: linear-gradient(135deg, #eaf3ff, #cfe3fb);
  box-shadow: inset 0 0 0 1px rgba(20, 108, 193, .14);
  transition: transform .24s ease, background-color .24s ease;
}

.quick-links a:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, .34) 48%, transparent 66%);
  transform: translateX(-120%);
  transition: transform .55s ease;
}

.quick-links .quick-logo-card {
  max-width: 420px;
  padding-left: 16px;
}

.quick-links .quick-logo-card:before {
  display: none;
}

.quick-logo {
  position: relative;
  z-index: 1;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  background: linear-gradient(135deg, #f6fbff, #dcecfb);
  box-shadow: inset 0 0 0 1px rgba(20, 108, 193, .14);
  transition: transform .24s ease, background-color .24s ease;
}

.quick-logo:before,
.quick-logo:after {
  content: "";
  position: absolute;
  transition: transform .24s ease, background-color .24s ease, border-color .24s ease;
}

.quick-logo-home:before {
  left: 8px;
  top: 12px;
  width: 16px;
  height: 15px;
  border-radius: 2px 2px 4px 4px;
  background: linear-gradient(180deg, #7db5ee, #2a78cf);
}

.quick-logo-home:after {
  left: 5px;
  top: 7px;
  width: 22px;
  height: 18px;
  background: linear-gradient(135deg, #eef6ff 0 22%, #5d9fe5 23% 100%);
  clip-path: polygon(50% 0, 100% 44%, 83% 44%, 83% 100%, 62% 100%, 62% 68%, 38% 68%, 38% 100%, 17% 100%, 17% 44%, 0 44%);
}

.quick-logo-admin:before {
  left: 7px;
  top: 8px;
  width: 18px;
  height: 15px;
  border-radius: 3px;
  background: linear-gradient(135deg, #eef6ff 0 18%, #7db5ee 19% 52%, #2a78cf 53% 100%);
}

.quick-logo-admin:after {
  left: 12px;
  top: 22px;
  width: 8px;
  height: 4px;
  border-radius: 1px 1px 2px 2px;
  background: #2a78cf;
  box-shadow: 0 4px 0 -1px #5d9fe5;
}

.quick-logo-abe:before {
  left: 9px;
  bottom: 7px;
  width: 14px;
  height: 16px;
  border-radius: 8px 8px 2px 2px;
  background: linear-gradient(180deg, #7db5ee, #146cc1);
}

.quick-logo-abe:after {
  left: 8px;
  top: 7px;
  width: 16px;
  height: 12px;
  border-radius: 16px 2px 16px 2px;
  background: linear-gradient(135deg, #eef6ff, #4f93dd);
  transform: rotate(-18deg);
}

.quick-logo-mpr:before {
  left: 7px;
  bottom: 8px;
  width: 18px;
  height: 10px;
  border-radius: 4px 4px 2px 2px;
  background: linear-gradient(135deg, #146cc1 0 45%, #8bbff2 46% 100%);
  clip-path: polygon(0 100%, 35% 22%, 54% 60%, 75% 14%, 100% 100%);
}

.quick-logo-mpr:after {
  left: 14px;
  top: 7px;
  width: 4px;
  height: 17px;
  border-radius: 4px;
  background: #146cc1;
  box-shadow: -5px 4px 0 -1px #5d9fe5, 5px 3px 0 -1px #5d9fe5;
}

.quick-logo-card span:last-child {
  position: relative;
  z-index: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.quick-logo-card:hover .quick-logo {
  background: rgba(255, 255, 255, .92);
  transform: translateX(2px) rotate(-4deg);
}

.quick-links a:hover:before {
  background: rgba(255, 255, 255, .92);
  transform: translateX(2px) rotate(-4deg);
}

.quick-links a:hover:after {
  transform: translateX(120%);
}

.botlinks {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.botlinks .links-wrap {
  position: relative;
  width: 150px;
  background: #fff;
  border: 1px solid var(--life-line);
  border-radius: 12px;
}

.botlinks .links-arrow {
  display: block;
  line-height: 38px;
  padding: 0 34px 0 14px;
  color: var(--life-muted);
}

.botlinks .links-arrow:after {
  content: "";
  position: absolute;
  right: 14px;
  top: 15px;
  width: 8px;
  height: 8px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
}

.botlinks .link-items {
  display: none;
  position: absolute;
  right: 0;
  bottom: 44px;
  z-index: 20;
  min-width: 220px;
  padding: 8px;
  background: #fff;
  border: 1px solid var(--life-line);
  border-radius: 12px;
  box-shadow: var(--life-shadow);
}

.botlinks .links-wrap:hover .link-items,
.botlinks .links-wrap:focus-within .link-items,
.botlinks .links-wrap.wrap-open .link-items {
  display: block;
}

.botlinks .link-items a {
  display: block;
  padding: 8px 10px;
  color: var(--life-text);
  border-radius: 8px;
  white-space: nowrap;
}

.botlinks .link-items a:hover {
  color: var(--life-blue);
  background: #eef5fd;
}

.footer {
  color: rgba(255, 255, 255, .86);
  background:
    radial-gradient(circle at 86% 18%, rgba(80, 168, 232, .45), transparent 28%),
    radial-gradient(circle at 18% 0, rgba(255, 255, 255, .12), transparent 22%),
    linear-gradient(100deg, #14227b 0%, #1a3096 48%, #0d6fb9 100%);
  background-size: 140% 140%, 130% 130%, 160% 160%;
  animation: lifeFooterDrift 12s ease-in-out infinite alternate;
}

.footer-inner {
  min-height: 116px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 18px 0;
}

.footer p {
  margin: 3px 0;
  font-size: 15px;
  line-height: 1.7;
}

.foot-left {
  flex: 1 1 auto;
}

.foot-right {
  flex: 0 0 auto;
}

.foot-right img {
  width: 112px;
  height: 112px;
  object-fit: contain;
}

.l-banner {
  min-height: 210px;
  background: linear-gradient(120deg, rgba(24, 38, 126, .56), rgba(20, 108, 193, .34)), url(images/list_banner.jpg) center/cover no-repeat;
}

.l-banner img {
  display: none;
}

#l-container {
  padding: 34px 0 48px;
  background: var(--life-bg);
}

#l-container .mod {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 28px;
}

.col_menu,
.col_news {
  float: none;
  width: auto;
  margin: 0;
}

.col_menu {
  background: #fff;
  border-radius: var(--life-radius);
  box-shadow: 0 14px 34px rgba(15, 35, 90, .08);
  overflow: hidden;
  align-self: start;
  transition: transform .34s ease, box-shadow .34s ease;
}

.col_menu_head {
  color: #fff;
  background: linear-gradient(135deg, var(--life-blue), var(--life-accent));
}

.col_menu_head h3 {
  font-size: 20px;
  font-weight: 700;
}

.col_name_text {
  display: block;
  padding: 18px 22px;
}

.col_list ul,
.col_list li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  background: none !important;
}

.col_list a {
  position: relative;
  display: block;
  margin: 0 !important;
  padding: 13px 20px 13px 44px;
  color: var(--life-text);
  font-weight: 600;
  border-bottom: 1px solid #edf2f8;
  background: #fff !important;
  background-image: none !important;
  transition: color .2s ease, background-color .2s ease, transform .2s ease;
}

.col_list a:before {
  content: "";
  position: absolute;
  left: 22px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #9fb4d2;
  transform: translateY(-50%);
  transition: background-color .2s ease, transform .2s ease;
}

.col_list a:hover,
.col_list a.selected {
  color: var(--life-blue);
  background: #eef5fd !important;
}

.col_list a:hover:before,
.col_list a.selected:before {
  background: var(--life-accent);
  transform: translateY(-50%) scale(1.25);
}

.col_list .wp_column.selected > .col_item_link,
.col_list .sub-item.selected > .sub-item-link {
  color: var(--life-blue);
  background: linear-gradient(90deg, rgba(20, 108, 193, .12), rgba(255, 255, 255, 0)) !important;
}

.col_list .sub_list a {
  padding-left: 58px;
  font-size: 14px;
}

.col_list .sub_list a:before {
  left: 36px;
  width: 6px;
  height: 6px;
}

.col_list .sub_list .sub_list a {
  padding-left: 72px;
  font-size: 13px;
}

.col_list .sub_list .sub_list a:before {
  left: 50px;
}

.col_news_box {
  margin: 0;
  min-height: 520px;
  background: #fff;
  border-radius: var(--life-radius);
  box-shadow: 0 14px 34px rgba(15, 35, 90, .08);
  overflow: hidden;
  transition: transform .34s ease, box-shadow .34s ease;
}

.col_menu:hover,
.col_news_box:hover,
#d-container .inner:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 52px rgba(15, 35, 90, .13);
}

.col_news_head {
  padding: 22px 28px 0;
  border-bottom: 1px solid var(--life-line);
}

.col_metas {
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
}

.col_metas .col_title h2 {
  display: inline-block;
  padding-bottom: 14px;
  color: var(--life-blue);
  font-size: 24px;
  border-bottom: 3px solid var(--life-accent);
}

.col_metas .col_path {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  align-self: flex-start;
  max-width: 100%;
  padding: 8px 12px;
  border: 1px solid rgba(219, 230, 243, .9);
  border-radius: 999px;
  color: var(--life-muted);
  font-size: 13px;
  line-height: 1.4;
  background: linear-gradient(180deg, #f8fbff, #eef5fd);
}

.col_metas .col_path .path_name {
  color: var(--life-blue);
  font-weight: 600;
}

.col_metas .col_path a {
  color: #53657d;
}

.col_metas .col_path a:hover {
  color: var(--life-accent);
}

.col_metas .col_path .possplit {
  position: relative;
  width: 12px;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
}

.col_metas .col_path .possplit:before {
  content: "/";
  color: #98a6ba;
}

.col_news_con {
  padding: 12px 28px 30px;
}

.col_news_list .news_list li,
.col_news_list .list2 li {
  display: flex !important;
  align-items: center;
  min-height: 58px;
  border-bottom: 1px solid #edf2f8;
  box-sizing: border-box;
}

.col_news_list .news_list li.clearfix:after,
.col_news_list .list2 li.clearfix:after {
  content: none !important;
  display: none !important;
}

.col_news_list .news_list li a,
.col_news_list .list2 li {
  line-height: 1.45;
}

.col_news_list .news_list li > a,
.col_news_list .list2 li > a {
  display: flex !important;
  flex: 1 1 auto;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 58px;
  min-width: 0;
  padding: 0 !important;
  box-sizing: border-box;
}

.col_news_list .news_title {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.col_news_list .news_title,
.col_news_list .news_meta {
  float: none !important;
}

.col_news_list .news_title a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.col_news_list .news_meta {
  flex: 0 0 auto;
  margin-left: 18px;
  color: var(--life-muted);
  font-variant-numeric: tabular-nums;
  line-height: 1.45;
  white-space: nowrap;
}

.col_news_list .news_list li > a .news_meta,
.col_news_list .list2 li > a .news_meta {
  margin-left: 0;
}

.col_news_list .wp_paging {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 18px;
  padding: 18px 0 0;
  border-top: 1px solid #edf2f8;
  color: var(--life-muted);
  font-size: 14px;
}

.col_news_list .wp_paging li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 32px;
}

.col_news_list .wp_paging a,
.col_news_list .wp_paging span {
  display: inline-flex;
  align-items: center;
}

.col_news_list .wp_paging a {
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid #dbe6f3;
  border-radius: 999px;
  color: #53657d;
  background: #fff;
}

.col_news_list .wp_paging a:hover {
  color: #fff;
  border-color: var(--life-accent);
  background: var(--life-accent);
}

.col_news_list .wp_paging em {
  padding: 0 3px;
  color: var(--life-blue);
  font-style: normal;
  font-weight: 700;
}

.col_news_list .wp_paging .pageNum {
  width: 46px;
  height: 28px;
  box-sizing: border-box;
  border: 1px solid #dbe6f3;
  border-radius: 8px;
  color: var(--life-text);
  text-align: center;
  background: #fff;
}

#d-container {
  padding: 34px 0 48px;
  background: var(--life-bg);
}

#d-container .inner {
  background: #fff;
  border-radius: var(--life-radius);
  box-shadow: 0 14px 34px rgba(15, 35, 90, .08);
  transition: transform .34s ease, box-shadow .34s ease;
}

.infobox {
  max-width: 980px;
  margin: 0 auto;
  padding: 42px 58px 56px;
}

.article h1.arti_title {
  color: var(--life-blue);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.35;
  text-align: center;
}

.article h2.arti_title {
  margin-top: 8px;
  color: var(--life-muted);
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}

.arti_metas {
  margin-top: 18px;
  padding: 12px;
  color: var(--life-muted);
  font-size: 13px;
  text-align: center;
  background: #f7fafd;
  border-radius: 12px;
}

.arti_metas span {
  margin: 0 8px;
}

.article .entry {
  margin-top: 28px;
}

.article .entry .read,
.article .entry .read p {
  color: #2f3a4a;
  font-size: 16px;
  line-height: 1.9;
}

.article .entry .read p {
  margin-bottom: 16px;
}

.article .entry img,
.article .entry table {
  max-width: 100%;
}

.wp-navi-aside {
  display: none;
}

.wp-navi-aside-active {
  display: block;
}

.aside-inner {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -236px;
  z-index: 1001;
  width: 236px;
  overflow-y: auto;
  background: #fff;
  box-shadow: 18px 0 42px rgba(2, 20, 65, .22);
}

.navi-aside-mask {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, .38);
}

.navi-aside-head {
  padding: 15px 18px;
  color: #fff;
  background: var(--life-blue);
}

.navi-aside-wrap ul {
  border-bottom: 1px solid var(--life-line);
}

.navi-aside-wrap a {
  display: block;
  padding: 12px 18px;
  border-bottom: 1px solid #edf2f8;
}

.navi-aside-wrap .sub-menu {
  display: none;
  background: #f7fafd;
}

.navi-aside-wrap .sub-menu a {
  padding-left: 30px;
  font-size: 14px;
}

#jumphandle {
  position: fixed;
  right: 14px;
  bottom: 22px;
  z-index: 900;
  display: none;
  padding: 5px;
  border: 1px solid rgba(7, 92, 169, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 12px 30px rgba(13, 42, 104, .16);
  backdrop-filter: blur(8px);
}

#jumphandle a {
  position: relative;
  display: block;
  width: 34px;
  height: 34px;
  margin-top: 6px;
  border-radius: 50%;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  color: transparent;
  text-indent: -9999px;
  background: linear-gradient(135deg, var(--life-nav), var(--life-sky));
  box-shadow: 0 8px 16px rgba(7, 92, 169, .26);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

#jumphandle a:first-child {
  margin-top: 0;
}

#jumphandle a:hover {
  background: linear-gradient(135deg, var(--life-accent), #4a8ce6);
  box-shadow: 0 10px 20px rgba(7, 92, 169, .34);
  transform: translateY(-1px);
}

#gotop:before,
#gobot:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 9px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

#gotop:before {
  transform: translate(-50%, -35%) rotate(225deg);
}

#gobot:before {
  transform: translate(-50%, -65%) rotate(45deg);
}

.motion-ready .sitelogo,
.motion-ready .head-right,
.motion-ready .nav {
  opacity: 0;
  transform: translateY(16px);
}

.motion-ready .header-inner:before {
  opacity: 0;
}

.motion-ready.motion-booted .sitelogo,
.motion-ready.motion-booted .head-right,
.motion-ready.motion-booted .nav {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .62s ease, transform .62s ease;
}

.motion-ready.motion-booted .header-inner:before {
  opacity: 1;
  transition: opacity .62s ease;
  transition-delay: .08s;
}

.motion-ready.motion-booted .head-right {
  transition-delay: .14s;
}

.motion-ready.motion-booted .nav {
  transition-delay: .2s;
}

.motion-ready .reveal-item {
  opacity: 0;
  transform: translate3d(var(--reveal-x, 0), var(--reveal-y, 24px), 0) scale(.94);
  filter: blur(3px);
  will-change: transform, opacity, filter;
}

.motion-ready .reveal-item.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
  transition: opacity .82s ease, transform .96s cubic-bezier(.18, .78, .24, 1), filter .82s ease;
  transition-delay: calc(var(--reveal-order, 0) * 85ms);
}

.motion-ready .feature-panel.reveal-item.is-visible:hover,
.motion-ready .notice-panel.reveal-item.is-visible:hover,
.motion-ready .info-card.reveal-item.is-visible:hover {
  transform: translateY(-4px);
}

.motion-ready .col_menu.reveal-item.is-visible:hover,
.motion-ready .col_news_box.reveal-item.is-visible:hover,
.motion-ready #d-container .inner.reveal-item.is-visible:hover {
  transform: translateY(-3px);
}

.motion-ready .bottom-motion .quick-inner,
.motion-ready .bottom-motion .footer-inner {
  opacity: .86;
  transform: translateY(18px);
  filter: blur(1.5px);
  transition: opacity .72s ease, transform .82s cubic-bezier(.18, .78, .24, 1), filter .72s ease;
}

.motion-ready .bottom-motion.bottom-motion-run .quick-inner,
.motion-ready .bottom-motion.bottom-motion-run .footer-inner {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.motion-ready .bottom-motion .quick-links li,
.motion-ready .bottom-motion .botlinks .links-wrap,
.motion-ready .bottom-motion .foot-left,
.motion-ready .bottom-motion .foot-right {
  opacity: .88;
  transform: translateY(10px);
  transition: opacity .66s ease, transform .76s cubic-bezier(.18, .78, .24, 1);
}

.motion-ready .bottom-motion.bottom-motion-run .quick-links li,
.motion-ready .bottom-motion.bottom-motion-run .botlinks .links-wrap,
.motion-ready .bottom-motion.bottom-motion-run .foot-left,
.motion-ready .bottom-motion.bottom-motion-run .foot-right {
  opacity: 1;
  transform: translateY(0);
}

.motion-ready .bottom-motion .quick-links li:nth-child(2) {
  transition-delay: .06s;
}

.motion-ready .bottom-motion .quick-links li:nth-child(3),
.motion-ready .bottom-motion .botlinks .links-wrap:nth-child(1),
.motion-ready .bottom-motion .foot-right {
  transition-delay: .12s;
}

.motion-ready .bottom-motion .quick-links li:nth-child(4),
.motion-ready .bottom-motion .botlinks .links-wrap:nth-child(2) {
  transition-delay: .18s;
}

@keyframes lifeSlideZoom {
  from {
    transform: scale(1.075);
  }

  to {
    transform: scale(1.02);
  }
}

@keyframes lifeTextRise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes lifeFooterDrift {
  from {
    background-position: 0% 45%, 15% 0%, 0% 50%;
  }

  to {
    background-position: 100% 55%, 0% 18%, 100% 50%;
  }
}

@media (max-width: 1180px) {
  .nav .wp-menu {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .nav .wp-menu .menu-link {
    padding: 0 14px;
  }

  .hero-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-panel {
    grid-column: 1 / -1;
  }

  .notice-panel {
    grid-column: span 1;
  }

  .notice-ticker,
  .notice-panel > .notice-list {
    height: 392px;
  }

  .column-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .wrapper .inner {
    width: min(100% - 32px, 1460px);
  }

  .header-inner {
    min-height: 124px;
  }

  .header-inner:before {
    top: 24px;
    right: 300px;
    width: 180px;
    height: 78px;
  }

  .head-right {
    width: 260px;
  }

  .head-left {
    min-width: 300px;
  }

  .sitelogo {
    height: 96px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .feature-panel,
  .notice-panel {
    grid-column: 1 / -1;
  }

  .column-grid {
    grid-template-columns: 1fr;
  }

  .info-card {
    min-height: auto;
  }

  #l-container .mod {
    grid-template-columns: 1fr;
  }

  .col_menu_con {
    display: none;
  }

  .column-switch {
    display: block;
  }
}

@media (max-width: 760px) {
  body {
    font-size: 14px;
    background: var(--life-bg);
  }

  .topbar-inner {
    justify-content: center;
  }

  .top-left,
  .site-lang {
    display: none;
  }

  .top-right {
    justify-content: center;
    font-size: 12px;
  }

  .header-inner {
    min-height: 96px;
    gap: 14px;
  }

  .header-inner:before {
    display: none;
  }

  .navi-aside-toggle {
    display: block;
  }

  .sitelogo {
    height: 66px;
  }

  .head-left {
    flex: 1;
    min-width: 0;
  }

  .head-right {
    display: none;
  }

  .nav {
    display: none;
  }

  .home-hero {
    padding-top: 18px;
  }

  .section-head {
    min-height: 56px;
    padding: 0 18px;
  }

  .section-head h2 {
    font-size: 19px;
  }

  .feature-slider,
  .slider-list {
    height: auto;
    min-height: 0;
  }

  .slider-list {
    aspect-ratio: 16 / 10;
    min-height: 0;
  }

  .slider-text {
    padding: 0 20px 24px;
  }

  .slider-text strong {
    max-width: calc(100% - 54px);
    font-size: 20px;
  }

  .slider-text span {
    display: none;
  }

  .slider-control {
    width: 36px;
    height: 36px;
  }

  .notice-ticker,
  .notice-panel > .notice-list {
    height: 348px;
    padding: 2px 16px 10px;
  }

  .notice-item {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 7px;
    min-height: 48px;
  }

  .notice-date {
    min-width: 44px;
    height: 24px;
    font-size: 12px;
  }

  .quick-inner,
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .quick-links,
  .quick-links ul {
    width: 100%;
  }

  .quick-links a,
  .quick-links .quick-logo-card {
    max-width: 100%;
  }

  .foot-right img {
    width: 96px;
    height: 96px;
  }

  .botlinks .link-items {
    left: 0;
    right: auto;
  }

  .infobox {
    padding: 28px 20px 36px;
  }

  .arti_metas span {
    display: block;
    margin: 4px 0;
  }
}

@media (max-width: 480px) {
  .wrapper .inner {
    width: calc(100% - 24px);
  }

  .top-right span {
    display: none;
  }

  .feature-panel,
  .notice-panel,
  .info-card,
  .col_menu,
  .col_news_box,
  #d-container .inner {
    border-radius: 14px;
  }

  .slider-list {
    aspect-ratio: 4 / 3;
    min-height: 0;
  }

  .slider-text strong {
    font-size: 18px;
  }

  .card-list,
  .info-card > .news-list {
    padding: 10px 18px 18px;
  }

  .news-list li {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    padding: 10px 0 10px 16px;
  }

  .column-grid .news-list li {
    grid-template-columns: minmax(0, 1fr);
  }

  .news-panel-list .news-list li,
  .news-panel > .news-list li {
    grid-template-columns: minmax(0, 1fr) 44px;
  }

  .news-panel-list,
  .news-panel > .news-list {
    height: 348px;
    padding: 2px 16px 10px;
  }

  .news-panel-list .news-list li,
  .news-panel > .news-list li {
    min-height: 48px;
    gap: 7px;
  }

  .news-panel-list .news-list em,
  .news-panel > .news-list em {
    width: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

  .motion-ready .sitelogo,
  .motion-ready .header-inner:before,
  .motion-ready .head-right,
  .motion-ready .nav,
  .motion-ready .reveal-item {
    opacity: 1 !important;
    transform: none !important;
  }
}
