/* Techinoes refreshed theme */
:root{
  --bg-0:#071018;
  --bg-1:#0d1822;
  --bg-2:#17212c;
  --surface:#ffffff;
  --surface-soft:#fbfcfd;
  --surface-muted:#f1f5f8;
  --text:#102235;
  --text-soft:#6a7786;
  --line:rgba(15,35,55,.08);
  --accent:#b58b45;
  --accent-2:#b58b45;
  --accent-3:#6fb78a;
  --shadow:0 16px 40px rgba(7,16,27,.10);
  --shadow-strong:0 22px 52px rgba(7,16,27,.16);
  --radius:24px;
}

html,body{
  background:
    radial-gradient(circle at top left, rgba(181,139,69,.07), transparent 28%),
    radial-gradient(circle at 85% 15%, rgba(181,139,69,.05), transparent 22%),
    linear-gradient(180deg,#fbfcfd 0%,#eff3f7 100%);
  color:var(--text);
}

body{
  overflow-x:hidden;
}

body::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 20% 15%, rgba(181,139,69,.05), transparent 30%),
    radial-gradient(circle at 90% 12%, rgba(181,139,69,.04), transparent 24%),
    radial-gradient(circle at 50% 100%, rgba(111,183,138,.04), transparent 28%);
  z-index:-1;
}

/* Icon refresh */
:before,
:after{
  color:var(--accent);
}

.material-icons,
.menu i,
.pop-menu .clopme,
.top-ser form ul li:after,
.ban-search ul li:before,
.ser-head .ban-search ul li.sr-sea:before,
.hot-page2-hom-pre-3 i,
.al:after{
  color:var(--accent);
}

.hom-top,
.ad-head{
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}

.hom-top{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index:40;
  padding:18px 0;
  background:rgba(10,18,26,.58);
  box-shadow:0 10px 28px rgba(3,10,18,.18);
  border-bottom:1px solid rgba(255,255,255,.10);
}

.hom-top.dmact{
  background:rgba(10,18,26,.96);
  box-shadow:0 18px 42px rgba(4,10,18,.36);
}

.hom-top.dmact .top-ser{
  display:flex;
  opacity:1;
  visibility:visible;
}

.inner-page .hom-top{
  background:linear-gradient(180deg,rgba(9,21,33,.88) 0%,rgba(7,17,26,.94) 100%);
  box-shadow:0 14px 38px rgba(4,10,18,.28);
  border-bottom:1px solid rgba(255,255,255,.08);
  padding:14px 0;
}

.inner-page .hom-top.dmact{
  background:linear-gradient(180deg,rgba(7,17,26,.96) 0%,rgba(6,14,22,.98) 100%);
}

.inner-page .top-ser form ul li input{
  background:rgba(255,255,255,.14);
  border-color:rgba(255,255,255,.20);
  color:#f5f8fb;
  height:38px;
}

.inner-page .top-ser form ul li input::placeholder{
  color:#9fb1c1;
}

.inner-page .top-ser form ul li.sbtn button{
  background:rgba(181,139,69,.98);
  width:38px;
  height:38px;
}

.top-ser form ul li input{
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 8px 18px rgba(2,8,14,.10);
}

.top-ser form ul li.sbtn button{
  background:linear-gradient(135deg,#b58b45 0%,#9d7533 100%);
  box-shadow:0 10px 18px rgba(181,139,69,.18);
}

.inner-page .hom-nav .bl li a{
  background:rgba(255,255,255,.04);
  border-color:rgba(255,255,255,.12);
  color:#eff6fb;
  height:30px;
  min-height:30px;
  padding:0 11px;
  font-size:13px;
  line-height:1;
}

.inner-page .hom-nav .bl li:last-child a{
  background:rgba(181,139,69,.18);
  border-color:rgba(181,139,69,.34);
  color:#fff;
}

.inner-page .menu i{
  background:rgba(181,139,69,.95);
  color:#fff;
  width:36px;
  height:36px;
  line-height:1;
  font-size:22px;
}

.hom-top .container,
.hom-nav{
  position:relative;
}

.menu{
  position:relative;
  z-index:70;
}

.menu i{
  width:36px;
  height:36px;
  top:3px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:rgba(181,139,69,.88);
  color:#fff;
  font-size:22px;
  line-height:1;
  box-shadow:0 10px 18px rgba(181,139,69,.16);
}

.top-log{
  display:flex;
  align-items:center;
}

.top-log .ic-logo{
  width:auto;
  height:38px;
  margin-top:-2px;
  filter:drop-shadow(0 10px 16px rgba(0,0,0,.18));
}

.top-ser{
  width:42%;
  padding:0 0 0 38px;
  display:flex;
  align-items:center;
  opacity:1;
  visibility:visible;
  z-index:3;
}

.top-ser form{
  width:100%;
  padding:4px;
  border-radius:999px;
  background:rgba(10,18,26,.78);
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 14px 30px rgba(0,0,0,.24);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

.top-ser form ul{
  display:flex;
  align-items:center;
  width:100%;
  margin:0;
}

.top-ser form ul li{
  float:none;
  margin:0;
}

.top-ser form ul li.sr-sea{
  flex:1 1 auto;
  width:auto;
}

.top-ser form ul li.sbtn{
  position:static;
  flex:0 0 39px;
  width:39px;
  min-width:39px;
}

.top-ser form ul li input{
  height:39px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.28);
  background:rgba(255,255,255,.24);
  color:#f6fbff;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08), 0 12px 30px rgba(0,0,0,.12);
}

.top-ser form ul li input::placeholder{
  color:#aabacc;
}

.top-ser form ul li.sbtn button{
  width:39px;
  height:39px;
  right:0;
  border-radius:999px;
  border:0;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
  line-height:1;
  color:#fff;
  background:linear-gradient(135deg,#b58b45 0%,#9d7533 100%);
  box-shadow:0 10px 18px rgba(181,139,69,.30);
}

.top-ser form ul li.sbtn button i{
  color:#fff;
  display:block;
  line-height:1;
  font-size:24px;
  margin:0;
}

.top-ser form ul li.sbtn button:hover{
  background:linear-gradient(135deg,#c19754,#a87b34);
}

.hom-nav .bl li a{
  display:inline-flex;
  align-items:center;
  height:32px;
  min-height:32px;
  padding:0 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.05);
  color:#f5f8fb;
  font-weight:600;
  font-size:14px;
  line-height:1;
  letter-spacing:.03em;
  box-shadow:0 8px 18px rgba(0,0,0,.08);
}

.hom-nav .bl li a:hover{
  transform:translateY(-1px);
  background:rgba(255,255,255,.10);
}

.hom-nav .bl li:last-child a{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(181,139,69,.45);
  color:#f4fbff;
}

.hom-nav .bl li:last-child a:hover{
  background:rgba(255,255,255,.12);
}

.pop-menu{
  position:fixed !important;
  top:0 !important;
  right:0 !important;
  bottom:0 !important;
  left:0 !important;
  width:100vw !important;
  height:100vh !important;
  min-height:100vh !important;
  max-height:100vh !important;
  display:none;
  overflow-y:auto;
  padding:32px 0 42px;
  background:
    radial-gradient(circle at 20% 10%, rgba(181,139,69,.10), transparent 28%),
    radial-gradient(circle at 85% 8%, rgba(181,139,69,.06), transparent 24%),
    linear-gradient(180deg, rgba(7,13,20,.94), rgba(13,20,28,.92));
  z-index:9999;
  backdrop-filter:blur(22px);
  -webkit-backdrop-filter:blur(22px);
}

.pop-menu,
.pop-menu *{
  box-sizing:border-box;
}

.pop-menu .clopme{
  right:14px;
  top:12px;
  position:absolute;
  z-index:10002;
  width:34px;
  height:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:rgba(181,139,69,.94);
  font-size:24px;
  line-height:1;
  cursor:pointer;
  color:#fff;
  box-shadow:0 10px 18px rgba(0,0,0,.18);
}

.pop-menu .container{
  width:min(1140px, calc(100vw - 32px));
  max-width:none;
}

.pop-menu .row{
  position:relative;
  margin-left:0;
  margin-right:0;
}

.pmenu-sear{
  width:100%;
  margin-bottom:14px;
}

.pmenu-sear form input{
  width:100%;
  border:1px solid rgba(255,255,255,.16);
  border-radius:18px;
  padding:14px 16px 14px 18px;
  background:rgba(255,255,255,.08);
  color:#fff;
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}

.pmenu-sear form input::placeholder{
  color:#b8c6d5;
}

.pmenu-cat,
.pmenu-eve{
  float:none;
  width:100%;
}

.pmenu-cat{
  padding-right:0;
  margin-bottom:22px;
}

.pmenu-eve{
  margin-bottom:12px;
}

.pmenu-cat h4,
.pmenu-eve h4{
  color:#eff6fb;
}

.pmenu-cat ul li a{
  color:#d8e4ef;
}

.pmenu-cat ul li a:hover{
  color:#fff;
}

.pm-box{
  border-radius:20px;
  overflow:hidden;
  padding:24px;
  color:#eaf3fa;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  box-shadow:var(--shadow);
}

.pmenu-eve ul li div:hover{
  transform:translateY(-5px);
  box-shadow:0 22px 28px -20px rgba(0,0,0,.5);
}

.pmenu-eve ul li:nth-child(1) div{
  background:rgba(255,255,255,.08);
  color:#eaf3fa;
}

.pmenu-eve ul li:nth-child(2) div{
  background:rgba(255,255,255,.86);
  color:#102235;
}

.pmenu-eve ul li:nth-child(2) div h4,
.pmenu-eve ul li:nth-child(2) div p{
  color:#102235;
}

.pmenu-eve ul li:nth-child(2) div:hover{
  box-shadow:0 22px 28px -20px rgba(0,0,0,.35);
}

.pm-box h4{
  font-size:24px;
  font-weight:700;
  letter-spacing:-.02em;
}

.pm-box p{
  color:#bbcad8;
}

.hom-head{
  position:relative;
  margin-bottom:0;
  padding:132px 0 108px;
  background:
    radial-gradient(circle at 20% 15%, rgba(15,136,183,.20), transparent 30%),
    radial-gradient(circle at 80% 10%, rgba(201,162,90,.12), transparent 22%),
    linear-gradient(135deg, #06111a 0%, #0b2235 45%, #12324b 100%);
  overflow:hidden;
}

.hom-head:before{
  pointer-events:none;
  background:linear-gradient(180deg, rgba(2,8,14,.28), rgba(2,8,14,.68));
}

.hom-head:after{
  pointer-events:none;
  height:120px;
  bottom:-2px;
  background:linear-gradient(180deg, rgba(246,249,252,0) 0%, rgba(246,249,252,.45) 72%, rgba(246,249,252,1) 100%);
}

.ban-tit{
  margin-bottom:22px;
}

.ban-tit h1{
  margin:0;
  color:#d5e2ee;
  font-weight:400;
}

.ban-tit h1 b{
  display:block;
  font-size:56px;
  line-height:1.02;
  color:#fff;
  text-shadow:0 14px 40px rgba(0,0,0,.22);
}

.ban-search{
  width:min(940px,100%);
  padding:18px;
  border-radius:28px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 24px 60px rgba(7,16,27,.18);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}

.ban-search ul li input{
  height:58px;
  border-radius:16px;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(255,255,255,.22);
  box-shadow:0 14px 30px rgba(7,16,27,.08);
}

.ban-search ul li input::placeholder{
  color:#6d7e90;
}

.ban-search ul li input[type=submit]{
  background:linear-gradient(135deg,#b58b45 0%,#9d7533 100%);
  color:#fff;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
  box-shadow:0 12px 20px rgba(181,139,69,.16);
}

.ban-search ul li input[type=submit]:hover{
  background:linear-gradient(135deg,#c59a54 0%,#ae823c 100%);
}

.ban-ql ul{
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 14px 34px rgba(7,16,27,.10);
}

.ban-ql ul li div{
  background:rgba(255,255,255,.76);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}

.ban-ql ul li div h5,
.ban-ql ul li div h5 span{
  color:#17324a;
}

.home-tit{
  padding-top:84px;
  margin-bottom:32px;
}

.home-tit h2{
  font-size:44px;
  font-weight:700;
  color:#102235;
  letter-spacing:-.03em;
}

.home-tit h2 span{
  color:var(--accent-2);
}

.home-tit p{
  color:var(--text-soft);
}

.land-packages{
  padding:86px 0 82px;
  background:linear-gradient(180deg,rgba(244,247,250,.8) 0%, rgba(251,252,253,.92) 100%);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}

.land-pack-grid{
  height:210px;
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 14px 30px rgba(7,16,27,.08);
  border:1px solid rgba(255,255,255,.30);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}

.land-pack-grid-img img{
  height:210px;
}

.land-pack-grid-text h4{
  font-size:18px;
  font-weight:700;
  padding:18px;
  background:rgba(255,255,255,.70);
  color:#102235;
}

.land-pack .more,
.more-btn{
  background:linear-gradient(135deg,#b58b45 0%,#9d7533 100%);
  border-radius:999px;
  box-shadow:0 12px 24px rgba(181,139,69,.18);
}

.more-btn:hover,
.land-pack .more:hover{
  color:#fff;
  transform:translateY(-1px);
}

.hot-page2-hom-pre,
.smbox,
.pro-eve-box,
.eve-box,
.home-list-pop,
.hot-page2-hom-pre-head,
.list-pop,
.ud-pro-link,
.ud-payment,
.us-pro-sec-1{
  border-radius:22px;
  box-shadow:var(--shadow);
}

.hot-page2-hom-pre,
.smbox,
.pro-eve-box,
.home-list-pop,
.ud-pro-link,
.ud-payment,
.us-pro-sec-1{
  background:rgba(255,255,255,.72);
  border:1px solid rgba(255,255,255,.28);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}

.hot-page2-hom-pre-head{
  background:linear-gradient(135deg,#b58b45 0%,#9d7533 100%);
}

.hot-page2-hom-pre-tit h3,
.list-pop .tit h2,
.home-list-pop-desc h3{
  color:#102235;
}

.hot-page2-hom-pre ul li{
  border-bottom:1px solid rgba(15,35,55,.08);
}

.hot-page2-hom-pre ul li:hover{
  background:rgba(255,255,255,.52);
}

.pro-eve-box:hover{
  transform:translateY(-5px);
  box-shadow:0 22px 34px -20px rgba(7,16,27,.22);
}

.eve-box div:nth-child(2),
.pro-listing-box div:nth-child(2){
  background:rgba(255,255,255,.72);
}

.ser-head .ban-search{
  background:rgba(255,255,255,.82);
}

.cookiealert{
  background:rgba(10,18,26,.76);
  color:#eff6fb;
  border-top:1px solid rgba(255,255,255,.08);
  box-shadow:0 -16px 34px rgba(7,16,27,.18);
  backdrop-filter:blur(20px);
  -webkit-backdrop-filter:blur(20px);
}

.cookiealert a{
  color:var(--accent);
}

.wed-hom-footer{
  position:relative;
  overflow:hidden;
  background:linear-gradient(180deg,rgba(9,21,33,.72) 0%,rgba(7,17,26,.82) 100%);
  color:#d7e3ef;
  padding-top:70px;
  border-top:1px solid rgba(255,255,255,.08);
  box-shadow:0 -18px 48px rgba(4,10,18,.28);
  backdrop-filter:blur(20px);
  -webkit-backdrop-filter:blur(20px);
}

.wed-hom-footer:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at top left,rgba(255,255,255,.08),transparent 34%),
    radial-gradient(circle at top right,rgba(181,139,69,.10),transparent 28%);
  pointer-events:none;
}

.wed-hom-footer .home-tit h2,
.wed-hom-footer h4,
.wed-hom-footer a{
  color:#eff6fb;
}

.wed-hom-footer p,
.wed-hom-footer li,
.wed-hom-footer .home-tit p{
  color:#9fb1c1;
}

.wed-foot-link,
.fot-app{
  position:relative;
  z-index:1;
  border-top-color:rgba(255,255,255,.10);
}

.wed-foot-link{
  padding:18px 16px 6px;
  margin:0 0 22px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:28px;
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.03));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 18px 40px rgba(4,10,18,.18);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}

.wed-foot-link ul{
  margin-bottom:22px;
}

.wed-foot-link ul li a{
  display:inline-block;
  padding:6px 0;
  color:#dfeaf3;
}

.wed-foot-link ul li a:hover{
  color:var(--accent);
}

.foot-count ul li a{
  color:#eff6fb;
}

.foot-count{
  position:relative;
  z-index:1;
  margin-top:10px;
  padding:14px 18px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:999px;
  background:rgba(255,255,255,.04);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}

.foot-count ul{
  margin:0;
}

.foot-count ul li a{
  color:#fff;
}

.foot-count ul li a:hover{
  color:var(--accent);
}

.cr{
  background:linear-gradient(180deg,rgba(6,14,22,.65),rgba(4,10,16,.78));
  border-top:1px solid rgba(255,255,255,.08);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}

.cr p{
  color:#b4c2cf;
}

.cr a{
  color:var(--accent);
}

.pagination > li > a,
.pagination > li > span{
  border-radius:999px;
  margin:0 5px;
  padding:8px 14px;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(255,255,255,.68);
  color:#102235;
  box-shadow:0 10px 22px rgba(7,16,27,.08);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover{
  background:linear-gradient(135deg,rgba(181,139,69,.92) 0%,rgba(157,117,51,.92) 100%);
  border-color:rgba(181,139,69,.18);
  color:#fff;
  box-shadow:0 14px 26px rgba(181,139,69,.22);
}

.pagination > li > a:hover,
.pagination > li > span:hover{
  background:rgba(255,255,255,.82);
  border-color:rgba(181,139,69,.24);
  color:#102235;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > span:hover{
  background:rgba(255,255,255,.42);
  color:#9aa8b8;
  border-color:rgba(255,255,255,.18);
  box-shadow:none;
}

.chosen-container{
  border:1px solid rgba(255,255,255,.24);
  border-radius:16px;
  background:rgba(255,255,255,.72);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}

.chosen-container-single .chosen-single,
.chosen-container-multi .chosen-choices{
  background:rgba(255,255,255,.72);
  border:0;
  box-shadow:none;
}

.cat-hero,
.cat-subcats,
.cat-gallery{
  padding:24px 0 0;
}

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

.cat-hero-shell{
  position:relative;
  overflow:hidden;
  border-radius:32px;
  min-height:340px;
  padding:38px;
  border:1px solid rgba(255,255,255,.16);
  background:
    linear-gradient(135deg, rgba(7,16,24,.88), rgba(13,26,38,.72)),
    linear-gradient(135deg, rgba(181,139,69,.10), rgba(255,255,255,.04));
  background-size:cover;
  background-position:center;
  box-shadow:0 28px 60px rgba(7,16,27,.20);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}

.cat-hero-overlay{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 12% 20%, rgba(181,139,69,.20), transparent 26%),
    radial-gradient(circle at 84% 20%, rgba(255,255,255,.10), transparent 22%),
    linear-gradient(180deg, rgba(7,16,24,.10), rgba(7,16,24,.58));
}

.cat-hero-grid{
  position:relative;
  z-index:1;
  align-items:stretch;
}

.cat-hero-copy{
  padding-right:18px;
}

.cat-hero-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:16px;
  padding:8px 14px;
  border-radius:999px;
  font-size:13px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#f6efe3;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.14);
}

.cat-hero-copy h1{
  margin:0;
  color:#fff;
  font-size:clamp(34px, 4.5vw, 64px);
  line-height:1;
  font-weight:700;
  text-shadow:0 10px 30px rgba(0,0,0,.18);
}

.cat-hero-copy p{
  max-width:640px;
  margin:18px 0 0;
  color:rgba(242,247,252,.84);
  font-size:17px;
  line-height:1.8;
}

.cat-hero-meta{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}

.cat-hero-chip{
  min-width:160px;
  padding:16px 18px;
  border-radius:20px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10);
}

.cat-hero-chip b,
.cat-hero-chip span{
  display:block;
}

.cat-hero-chip b{
  color:#fff;
  font-size:24px;
  line-height:1.1;
}

.cat-hero-chip span{
  margin-top:4px;
  color:rgba(236,243,249,.78);
  font-size:13px;
}

.cat-hero-panel{
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:28px;
  border-radius:26px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10), 0 14px 30px rgba(0,0,0,.12);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}

.cat-hero-panel h4{
  margin:0;
  color:#fff;
  font-size:28px;
  font-weight:700;
}

.cat-hero-panel p{
  margin:10px 0 22px;
  color:rgba(235,242,248,.78);
  line-height:1.8;
}

.cat-hero-actions{
  display:grid;
  gap:12px;
}

.cat-hero-actions a,
.cat-chip{
  transition:transform .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease, color .25s ease;
}

.cat-hero-actions a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:10px 18px;
  border-radius:16px;
  background:linear-gradient(135deg,#b58b45 0%,#9d7533 100%);
  color:#fff;
  font-weight:700;
  letter-spacing:.02em;
  box-shadow:0 14px 24px rgba(181,139,69,.22);
}

.cat-hero-actions a:last-child{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:none;
}

.cat-hero-actions a:hover,
.cat-chip:hover{
  transform:translateY(-2px);
}

.cat-subcats-shell,
.cat-gallery-head{
  border-radius:28px;
  padding:30px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.68);
  box-shadow:0 18px 44px rgba(7,16,27,.08);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}

.cat-subcats-head{
  margin-bottom:20px;
}

.sub-cat-title{
  display:block;
  margin:0 0 12px;
  padding:0;
  color:#102235;
  font-size:30px;
  line-height:1.2;
  font-weight:700;
  letter-spacing:-.02em;
  background:transparent !important;
  box-shadow:none !important;
  border:none !important;
}

.cat-subcats-head h4,
.cat-gallery-head h2{
  margin:0;
  color:#102235;
  font-size:32px;
  font-weight:700;
}

.cat-subcats-head p,
.cat-gallery-head p{
  margin:0;
  color:var(--text-soft);
  line-height:1.7;
}

.cat-subcats-head{
  position:relative;
  padding-bottom:18px;
}

.cat-subcats-head:after{
  content:"";
  display:block;
  width:96px;
  height:3px;
  margin-top:14px;
  border-radius:999px;
  background:linear-gradient(90deg,#b58b45 0%,rgba(181,139,69,0) 100%);
}

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

.cat-chip{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:58px;
  padding:12px 16px;
  border-radius:18px;
  background:rgba(255,255,255,.84);
  border:1px solid rgba(15,35,55,.08);
  color:#102235;
  font-weight:700;
  text-align:center;
  box-shadow:0 10px 22px rgba(7,16,27,.08);
}

.cat-chip:hover{
  color:#102235;
  border-color:rgba(181,139,69,.34);
  box-shadow:0 16px 30px rgba(7,16,27,.12);
}

.cat-subcats-shell p,
.cat-gallery-head p{
  color:#5b6c80;
}

.cat-gallery{
  padding-bottom:10px;
}

.cat-gallery .pro-rel-posts{
  margin-top:22px;
}

.cat-gallery .us-ppg-com ul{
  margin-top:18px;
}

.category-page-shell{
  position:relative;
  padding:70px 0 28px;
}

.category-page-shell.is-christmas-page{
  background:
    radial-gradient(circle at top left, rgba(212,90,87,.08), transparent 28%),
    radial-gradient(circle at 88% 8%, rgba(111,183,138,.08), transparent 24%),
    linear-gradient(180deg, rgba(252,253,255,.96) 0%, rgba(247,248,251,.98) 100%);
}

.category-page-shell.is-christmas-page:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(180deg, rgba(255,255,255,.26), rgba(255,255,255,0) 16%),
    radial-gradient(circle at 12% 12%, rgba(255,255,255,.28), transparent 8%),
    radial-gradient(circle at 32% 8%, rgba(255,255,255,.18), transparent 7%),
    radial-gradient(circle at 54% 10%, rgba(255,255,255,.22), transparent 7%),
    radial-gradient(circle at 76% 12%, rgba(255,255,255,.16), transparent 8%),
    radial-gradient(circle at 92% 9%, rgba(255,255,255,.22), transparent 7%);
  opacity:.65;
}

.category-page-shell.is-christmas-page .cat-hero,
.category-page-shell.is-christmas-page .cat-subcats,
.category-page-shell.is-christmas-page .cat-gallery{
  position:relative;
  z-index:1;
}

.cat-hero.is-christmas .cat-hero-shell{
  background:
    linear-gradient(135deg, rgba(90,13,22,.84), rgba(18,56,38,.72)),
    linear-gradient(135deg, rgba(255,255,255,.05), rgba(255,200,110,.08));
}

.cat-hero.is-christmas .cat-hero-shell:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 20% 18%, rgba(255,255,255,.18), transparent 12%),
    radial-gradient(circle at 34% 32%, rgba(255,255,255,.14), transparent 10%),
    radial-gradient(circle at 68% 26%, rgba(255,255,255,.12), transparent 12%),
    radial-gradient(circle at 78% 60%, rgba(255,214,153,.16), transparent 10%);
  pointer-events:none;
  mix-blend-mode:screen;
}

.cat-hero.is-christmas .cat-hero-overlay{
  background:
    radial-gradient(circle at 14% 20%, rgba(255,99,132,.24), transparent 24%),
    radial-gradient(circle at 80% 18%, rgba(111,183,138,.22), transparent 22%),
    radial-gradient(circle at 50% 100%, rgba(255,214,153,.16), transparent 30%),
    linear-gradient(180deg, rgba(8,12,16,.08), rgba(8,12,16,.58));
}

.cat-hero.is-christmas .cat-hero-kicker{
  background:rgba(255,255,255,.12);
  border-color:rgba(255,255,255,.18);
}

.cat-hero.is-christmas .cat-hero-chip{
  background:linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.06));
  border-color:rgba(255,255,255,.16);
}

.cat-hero.is-christmas .cat-hero-actions a{
  background:linear-gradient(135deg,#d45a57 0%,#b8454a 100%);
  box-shadow:0 14px 24px rgba(180,69,74,.24);
}

.cat-hero.is-christmas .cat-hero-actions a:last-child{
  background:rgba(255,255,255,.10);
}

.cat-subcats.is-christmas .cat-subcats-shell,
.cat-subcats.is-christmas .cat-gallery-head{
  border-color:rgba(255,212,153,.28);
  box-shadow:0 18px 44px rgba(90,13,22,.08);
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(248,249,252,.92)),
    linear-gradient(135deg, rgba(212,90,87,.05), rgba(111,183,138,.04));
}

.cat-subcats.is-christmas .cat-subcats-shell:before,
.cat-subcats.is-christmas .cat-gallery-head:before{
  content:"";
  display:block;
  height:4px;
  margin:-30px -30px 22px;
  border-radius:28px 28px 0 0;
  background:linear-gradient(90deg,#d45a57 0%,#b58b45 48%,#6fb78a 100%);
}

.cat-subcats.is-christmas .sub-cat-title:after,
.cat-subcats.is-christmas .cat-subcats-head:after{
  background:linear-gradient(90deg,#d45a57 0%,rgba(212,90,87,0) 100%);
}

.cat-subcats.is-christmas .cat-chip{
  background:linear-gradient(180deg, rgba(255,255,255,.94), rgba(250,252,253,.86));
  border-color:rgba(212,90,87,.12);
}

.cat-subcats.is-christmas .cat-chip:hover{
  border-color:rgba(212,90,87,.28);
}

.cat-subcats.is-christmas .cat-gallery-head{
  position:relative;
  overflow:hidden;
}

.cat-subcats.is-christmas .cat-gallery-head{
  padding-top:28px;
}

.cat-subcats.is-christmas .cat-gallery-head:before{
  margin-top:-28px;
}

.cat-subcats.is-christmas .cat-gallery-head h2{
  color:#8f1e28;
}

.cat-subcats.is-christmas .cat-gallery-head p{
  color:#6a7786;
}

.cat-subcats.is-christmas .pagination > li > a,
.cat-subcats.is-christmas .pagination > li > span{
  border-color:rgba(212,90,87,.14);
}

.cat-subcats.is-christmas .pagination > .active > a,
.cat-subcats.is-christmas .pagination > .active > span,
.cat-subcats.is-christmas .pagination > .active > a:hover,
.cat-subcats.is-christmas .pagination > .active > span:hover{
  background:linear-gradient(135deg,rgba(212,90,87,.94) 0%,rgba(181,139,69,.94) 100%);
  box-shadow:0 14px 26px rgba(212,90,87,.22);
}

.christmas-floaters{
  position:absolute;
  inset:0;
  pointer-events:none;
  overflow:hidden;
  z-index:0;
}

.christmas-floaters:before,
.christmas-floaters:after{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    radial-gradient(circle, rgba(255,255,255,.65) 0 1.3px, transparent 1.5px),
    radial-gradient(circle, rgba(255,255,255,.4) 0 1px, transparent 1.4px);
  background-size:120px 120px, 180px 180px;
  background-position:0 0, 40px 60px;
  opacity:.30;
  animation:christmasFloat 20s linear infinite;
}

.christmas-floaters:after{
  opacity:.16;
  animation-duration:28s;
  background-size:170px 170px, 260px 260px;
  background-position:60px 30px, 100px 120px;
}

@keyframes christmasFloat{
  from{transform:translateY(0);}
  to{transform:translateY(120px);}
}

.subcategory-page-shell{
  position:relative;
  padding:40px 0 28px;
}

.subcategory-page-shell:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at top left, rgba(181,139,69,.06), transparent 28%),
    radial-gradient(circle at 88% 8%, rgba(111,183,138,.05), transparent 24%);
  pointer-events:none;
}

.subcat-hero{
  padding:10px 0 22px;
}

.subcat-hero-shell{
  position:relative;
  overflow:hidden;
  border-radius:32px;
  padding:38px;
  border:1px solid rgba(255,255,255,.18);
  background:
    linear-gradient(135deg, rgba(9,21,33,.90), rgba(17,31,44,.82)),
    linear-gradient(135deg, rgba(181,139,69,.10), rgba(255,255,255,.04));
  box-shadow:0 28px 60px rgba(7,16,27,.20);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}

.subcat-hero-shell:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 18% 18%, rgba(181,139,69,.16), transparent 22%),
    radial-gradient(circle at 84% 18%, rgba(255,255,255,.10), transparent 18%),
    radial-gradient(circle at 72% 72%, rgba(111,183,138,.10), transparent 18%);
  pointer-events:none;
}

.subcat-hero-grid{
  position:relative;
  z-index:1;
  align-items:stretch;
}

.subcat-hero-copy{
  padding-right:18px;
}

.subcat-hero-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:16px;
  padding:8px 14px;
  border-radius:999px;
  font-size:13px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#f6efe3;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.14);
}

.subcat-hero-copy h1{
  margin:0;
  color:#fff;
  font-size:clamp(34px, 4.5vw, 60px);
  line-height:1;
  font-weight:700;
  text-shadow:0 10px 30px rgba(0,0,0,.18);
}

.subcat-hero-copy p{
  max-width:680px;
  margin:18px 0 0;
  color:rgba(242,247,252,.84);
  font-size:17px;
  line-height:1.8;
}

.subcat-hero-meta{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}

.subcat-hero-chip{
  min-width:170px;
  padding:16px 18px;
  border-radius:20px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10);
}

.subcat-hero-chip b,
.subcat-hero-chip span{
  display:block;
}

.subcat-hero-chip b{
  color:#fff;
  font-size:24px;
  line-height:1.1;
}

.subcat-hero-chip span{
  margin-top:4px;
  color:rgba(236,243,249,.78);
  font-size:13px;
}

.subcat-hero-panel{
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:28px;
  border-radius:26px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10), 0 14px 30px rgba(0,0,0,.12);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}

.subcat-hero-panel h4{
  margin:0;
  color:#fff;
  font-size:28px;
  font-weight:700;
}

.subcat-hero-panel p{
  margin:10px 0 22px;
  color:rgba(235,242,248,.78);
  line-height:1.8;
}

.subcat-hero-actions{
  display:grid;
  gap:12px;
}

.subcat-hero-actions a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:10px 18px;
  border-radius:16px;
  background:linear-gradient(135deg,#b58b45 0%,#9d7533 100%);
  color:#fff;
  font-weight:700;
  letter-spacing:.02em;
  box-shadow:0 14px 24px rgba(181,139,69,.22);
}

.subcat-hero-actions a:last-child{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:none;
}

.subcategory-page-shell #subcat-gallery{
  padding-top:8px;
}

.subcategory-page-shell .blog-head-inn{
  border-radius:28px;
  padding:28px 30px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.72);
  box-shadow:0 18px 44px rgba(7,16,27,.08);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}

.subcategory-page-shell .blog-head-inn h1{
  margin:0;
  color:#102235;
  font-size:34px;
  font-weight:700;
  letter-spacing:-.02em;
}

.subcategory-page-shell .blog-head-inn p{
  margin:10px 0 0;
  color:var(--text-soft);
  line-height:1.7;
}

.subcategory-page-shell .subcat-gallery-head{
  border-radius:28px;
  padding:28px 30px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.72);
  box-shadow:0 18px 44px rgba(7,16,27,.08);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}

.subcategory-page-shell .subcat-gallery-head h2{
  margin:0;
  color:#102235;
  font-size:34px;
  font-weight:700;
  letter-spacing:-.02em;
}

.subcategory-page-shell .subcat-gallery-head p{
  margin:10px 0 0;
  color:var(--text-soft);
  line-height:1.7;
}

.subcategory-page-shell .pro-rel-posts{
  margin-top:22px;
}

.subcategory-page-shell .us-ppg-com ul{
  margin-top:18px;
}

.subcategory-page-shell .pro-eve-box{
  background:rgba(255,255,255,.84);
  border:1px solid rgba(255,255,255,.22);
}

.subcategory-page-shell .pro-eve-box > div:last-of-type{
  background:rgba(255,255,255,.96);
}

.subcategory-page-shell .pro-eve-box h2{
  color:#112235;
  margin:0;
  font-size:16px;
  line-height:1.35;
}

.subcategory-page-shell .pagination > li > a,
.subcategory-page-shell .pagination > li > span{
  border-color:rgba(255,255,255,.22);
}

.latest-page-shell{
  position:relative;
  padding:70px 0 40px;
}

.latest-page-shell:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at top left, rgba(181,139,69,.06), transparent 28%),
    radial-gradient(circle at 88% 8%, rgba(111,183,138,.05), transparent 24%);
  pointer-events:none;
}

.latest-hero{
  padding:28px 0 30px;
}

.latest-hero-shell{
  position:relative;
  overflow:hidden;
  border-radius:32px;
  padding:40px;
  border:1px solid rgba(255,255,255,.16);
  background:
    linear-gradient(135deg, rgba(8,18,28,.94), rgba(17,31,44,.86)),
    linear-gradient(135deg, rgba(181,139,69,.12), rgba(255,255,255,.05));
  box-shadow:0 30px 70px rgba(7,16,27,.22);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}

.latest-hero-shell:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 18% 18%, rgba(181,139,69,.16), transparent 22%),
    radial-gradient(circle at 84% 18%, rgba(255,255,255,.10), transparent 18%),
    radial-gradient(circle at 72% 72%, rgba(111,183,138,.10), transparent 18%);
  pointer-events:none;
}

.latest-hero-grid{
  position:relative;
  z-index:1;
  align-items:stretch;
}

.latest-hero-copy{
  padding-right:18px;
}

.latest-hero-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:16px;
  padding:8px 14px;
  border-radius:999px;
  font-size:13px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#f6efe3;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.14);
}

.latest-hero-copy h1{
  margin:0;
  color:#fff;
  font-size:clamp(34px, 4.5vw, 60px);
  line-height:1;
  font-weight:700;
  text-shadow:0 10px 30px rgba(0,0,0,.18);
}

.latest-hero-copy p{
  max-width:680px;
  margin:18px 0 0;
  color:rgba(242,247,252,.84);
  font-size:17px;
  line-height:1.8;
}

.latest-hero-meta{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}

.latest-hero-chip{
  min-width:170px;
  padding:16px 18px;
  border-radius:20px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10);
}

.latest-hero-chip b,
.latest-hero-chip span{
  display:block;
}

.latest-hero-chip b{
  color:#fff;
  font-size:24px;
  line-height:1.1;
}

.latest-hero-chip span{
  margin-top:4px;
  color:rgba(236,243,249,.78);
  font-size:13px;
}

.latest-hero-panel{
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:28px;
  border-radius:26px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10), 0 14px 30px rgba(0,0,0,.12);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}

.latest-hero-panel h4{
  margin:0;
  color:#fff;
  font-size:28px;
  font-weight:700;
}

.latest-hero-panel p{
  margin:10px 0 22px;
  color:rgba(235,242,248,.78);
  line-height:1.8;
}

.latest-hero-actions{
  display:grid;
  gap:12px;
}

.latest-hero-actions a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:10px 18px;
  border-radius:16px;
  background:linear-gradient(135deg,#b58b45 0%,#9d7533 100%);
  color:#fff;
  font-weight:700;
  letter-spacing:.02em;
  box-shadow:0 14px 24px rgba(181,139,69,.22);
}

.latest-hero-actions a:last-child{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:none;
}

.latest-gallery{
  padding-top:18px;
}

.latest-gallery-head{
  border-radius:28px;
  padding:28px 30px;
  border:1px solid rgba(255,255,255,.18);
  background:linear-gradient(135deg, rgba(255,255,255,.88), rgba(246,248,250,.78));
  box-shadow:0 18px 44px rgba(7,16,27,.08);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}

.latest-gallery-head h2{
  margin:0;
  color:#102235;
  font-size:34px;
  font-weight:700;
  letter-spacing:-.02em;
}

.latest-gallery-head p{
  margin:10px 0 0;
  color:var(--text-soft);
  line-height:1.7;
}

.latest-page-shell .pro-rel-posts{
  margin-top:22px;
}

.latest-page-shell .us-ppg-com ul{
  margin-top:18px;
}

.latest-page-shell .pro-eve-box{
  background:rgba(255,255,255,.84);
  border:1px solid rgba(255,255,255,.22);
}

.latest-page-shell .pro-eve-box > div:last-of-type{
  background:rgba(255,255,255,.96);
}

.latest-page-shell .pro-eve-box h2{
  color:#112235;
  margin:0;
  font-size:16px;
  line-height:1.35;
}

.latest-page-shell .pagination > li > a,
.latest-page-shell .pagination > li > span{
  border-color:rgba(181,139,69,.26);
  background:rgba(255,255,255,.72);
  color:#243247;
}

.latest-page-shell .pagination > .active > a,
.latest-page-shell .pagination > .active > span,
.latest-page-shell .pagination > li > a:hover{
  background:linear-gradient(135deg,#b58b45 0%,#9d7533 100%);
  border-color:#b58b45;
  color:#fff;
}

.about-page-shell{
  position:relative;
  padding:24px 0 44px;
}

.about-page-shell:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at top left, rgba(181,139,69,.07), transparent 30%),
    radial-gradient(circle at 86% 14%, rgba(15,111,154,.05), transparent 24%);
  pointer-events:none;
}

.about-hero{
  padding:10px 0 24px;
}

.about-hero-shell,
.about-content-shell{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.16);
  border-radius:32px;
  background:
    linear-gradient(135deg, rgba(8,18,28,.94), rgba(17,31,44,.86)),
    linear-gradient(135deg, rgba(181,139,69,.10), rgba(255,255,255,.04));
  box-shadow:0 28px 64px rgba(7,16,27,.18);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}

.about-hero-shell{
  padding:42px;
}

.about-hero-grid{
  position:relative;
  z-index:1;
  align-items:stretch;
}

.about-hero-copy{
  padding-right:18px;
}

.about-hero-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:16px;
  padding:8px 14px;
  border-radius:999px;
  font-size:13px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#f6efe3;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.14);
}

.about-hero-copy h1{
  margin:0;
  color:#fff;
  font-size:clamp(34px, 4.6vw, 62px);
  line-height:1;
  font-weight:700;
  text-shadow:0 10px 30px rgba(0,0,0,.18);
}

.about-hero-copy p{
  max-width:700px;
  margin:18px 0 0;
  color:rgba(242,247,252,.84);
  font-size:17px;
  line-height:1.85;
}

.about-hero-panel{
  height:100%;
  padding:28px;
  border-radius:26px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10), 0 14px 30px rgba(0,0,0,.12);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}

.about-hero-panel h4{
  margin:0;
  color:#fff;
  font-size:28px;
  font-weight:700;
}

.about-hero-panel ul{
  margin:18px 0 0;
  padding:0;
  list-style:none;
}

.about-hero-panel ul li{
  position:relative;
  padding-left:22px;
  margin-top:14px;
  color:rgba(235,242,248,.82);
  line-height:1.7;
}

.about-hero-panel ul li:before{
  content:"";
  position:absolute;
  left:0;
  top:.72em;
  width:8px;
  height:8px;
  border-radius:50%;
  background:linear-gradient(135deg,#b58b45 0%,#9d7533 100%);
  box-shadow:0 0 0 4px rgba(181,139,69,.14);
}

.about-content{
  padding-top:10px;
}

.about-content-shell{
  padding:36px;
}

.about-story h2{
  margin:0;
  color:#f8fbff;
  font-size:34px;
  line-height:1.1;
}

.about-story p{
  margin:18px 0 0;
  color:rgba(242,247,252,.84);
  font-size:17px;
  line-height:1.85;
}

.about-facts{
  display:grid;
  gap:14px;
}

.about-fact{
  padding:20px 22px;
  border-radius:22px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10);
}

.about-fact b{
  display:block;
  color:#fff;
  font-size:20px;
  line-height:1.2;
}

.about-fact span{
  display:block;
  margin-top:6px;
  color:rgba(236,243,249,.78);
  line-height:1.7;
}

@media screen and (max-width: 991px){
  .about-hero-shell,
  .about-content-shell{
    padding:26px;
  }

  .about-hero-copy{
    padding-right:0;
    margin-bottom:18px;
  }

  .about-hero-panel{
    padding:22px;
  }
}

@media screen and (max-width: 767px){
  .about-page-shell{
    padding:16px 0 28px;
  }

  .about-hero-copy h1{
    font-size:30px;
  }

  .about-story h2{
    font-size:28px;
  }
}

.policy-page-shell{
  position:relative;
  padding:24px 0 44px;
}

.policy-page-shell:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at top left, rgba(181,139,69,.07), transparent 30%),
    radial-gradient(circle at 86% 14%, rgba(111,183,138,.05), transparent 24%);
  pointer-events:none;
}

.policy-hero{
  padding:10px 0 24px;
}

.policy-hero-shell,
.policy-content-shell{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.16);
  border-radius:32px;
  background:
    linear-gradient(135deg, rgba(8,18,28,.94), rgba(17,31,44,.86)),
    linear-gradient(135deg, rgba(181,139,69,.10), rgba(255,255,255,.04));
  box-shadow:0 28px 64px rgba(7,16,27,.18);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}

.policy-hero-shell{
  padding:42px;
}

.policy-hero-grid{
  position:relative;
  z-index:1;
  align-items:stretch;
}

.policy-hero-copy{
  padding-right:18px;
}

.policy-hero-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:16px;
  padding:8px 14px;
  border-radius:999px;
  font-size:13px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#f6efe3;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.14);
}

.policy-hero-copy h1{
  margin:0;
  color:#fff;
  font-size:clamp(34px, 4.6vw, 62px);
  line-height:1;
  font-weight:700;
  text-shadow:0 10px 30px rgba(0,0,0,.18);
}

.policy-hero-copy p{
  max-width:700px;
  margin:18px 0 0;
  color:rgba(242,247,252,.84);
  font-size:17px;
  line-height:1.85;
}

.policy-hero-panel{
  height:100%;
  padding:28px;
  border-radius:26px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10), 0 14px 30px rgba(0,0,0,.12);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}

.policy-hero-panel h4{
  margin:0;
  color:#fff;
  font-size:28px;
  font-weight:700;
}

.policy-hero-panel ul{
  margin:18px 0 0;
  padding:0;
  list-style:none;
}

.policy-hero-panel ul li{
  position:relative;
  padding-left:22px;
  margin-top:14px;
  color:rgba(235,242,248,.82);
  line-height:1.7;
}

.policy-hero-panel ul li:before{
  content:"";
  position:absolute;
  left:0;
  top:.72em;
  width:8px;
  height:8px;
  border-radius:50%;
  background:linear-gradient(135deg,#b58b45 0%,#9d7533 100%);
  box-shadow:0 0 0 4px rgba(181,139,69,.14);
}

.policy-content{
  padding-top:10px;
}

.policy-content-shell{
  padding:36px;
}

.policy-summary-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}

.policy-summary-card{
  padding:20px 22px;
  border-radius:22px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10);
}

.policy-summary-card b{
  display:block;
  color:#fff;
  font-size:20px;
  line-height:1.2;
}

.policy-summary-card span{
  display:block;
  margin-top:6px;
  color:rgba(236,243,249,.78);
  line-height:1.7;
}

.policy-article{
  margin-top:30px;
}

.policy-section + .policy-section{
  margin-top:28px;
  padding-top:28px;
  border-top:1px solid rgba(255,255,255,.10);
}

.policy-section h2{
  margin:0;
  color:#f8fbff;
  font-size:30px;
  line-height:1.15;
}

.policy-section p{
  margin:16px 0 0;
  color:rgba(242,247,252,.84);
  font-size:17px;
  line-height:1.85;
}

.policy-note{
  margin-top:30px;
  padding:20px 22px;
  border-radius:22px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
}

.policy-note p{
  margin:0;
  color:rgba(242,247,252,.84);
  font-size:16px;
  line-height:1.8;
}

.policy-note a{
  color:#f0c26d;
  font-weight:700;
}

@media screen and (max-width: 991px){
  .policy-hero-shell,
  .policy-content-shell{
    padding:26px;
  }

  .policy-hero-copy{
    padding-right:0;
    margin-bottom:18px;
  }

  .policy-hero-panel{
    padding:22px;
  }

  .policy-summary-grid{
    grid-template-columns:1fr;
  }
}

@media screen and (max-width: 767px){
  .policy-page-shell{
    padding:16px 0 28px;
  }

  .policy-hero-copy h1{
    font-size:30px;
  }

  .policy-section h2{
    font-size:26px;
  }
}

.contact-page-shell{
  position:relative;
  padding:24px 0 44px;
}

.contact-page-shell:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at top left, rgba(181,139,69,.07), transparent 30%),
    radial-gradient(circle at 86% 14%, rgba(111,183,138,.05), transparent 24%);
  pointer-events:none;
}

.contact-hero{
  padding:10px 0 24px;
}

.contact-hero-shell,
.contact-content-shell{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.16);
  border-radius:32px;
  background:
    linear-gradient(135deg, rgba(8,18,28,.94), rgba(17,31,44,.86)),
    linear-gradient(135deg, rgba(181,139,69,.10), rgba(255,255,255,.04));
  box-shadow:0 28px 64px rgba(7,16,27,.18);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}

.contact-hero-shell{
  padding:42px;
}

.contact-hero-grid{
  position:relative;
  z-index:1;
  align-items:stretch;
}

.contact-hero-copy{
  padding-right:18px;
}

.contact-hero-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:16px;
  padding:8px 14px;
  border-radius:999px;
  font-size:13px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#f6efe3;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.14);
}

.contact-hero-copy h1{
  margin:0;
  color:#fff;
  font-size:clamp(34px, 4.6vw, 62px);
  line-height:1;
  font-weight:700;
  text-shadow:0 10px 30px rgba(0,0,0,.18);
}

.contact-hero-copy p{
  max-width:700px;
  margin:18px 0 0;
  color:rgba(242,247,252,.84);
  font-size:17px;
  line-height:1.85;
}

.contact-hero-panel{
  height:100%;
  padding:28px;
  border-radius:26px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10), 0 14px 30px rgba(0,0,0,.12);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}

.contact-hero-panel h4{
  margin:0;
  color:#fff;
  font-size:28px;
  font-weight:700;
}

.contact-hero-panel ul{
  margin:18px 0 0;
  padding:0;
  list-style:none;
}

.contact-hero-panel ul li{
  position:relative;
  padding-left:22px;
  margin-top:14px;
  color:rgba(235,242,248,.82);
  line-height:1.7;
}

.contact-hero-panel ul li:before{
  content:"";
  position:absolute;
  left:0;
  top:.72em;
  width:8px;
  height:8px;
  border-radius:50%;
  background:linear-gradient(135deg,#b58b45 0%,#9d7533 100%);
  box-shadow:0 0 0 4px rgba(181,139,69,.14);
}

.contact-content{
  padding-top:10px;
}

.contact-content-shell{
  padding:36px;
}

.contact-summary-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}

.contact-summary-card{
  padding:20px 22px;
  border-radius:22px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10);
}

.contact-summary-card b{
  display:block;
  color:#fff;
  font-size:20px;
  line-height:1.2;
}

.contact-summary-card span{
  display:block;
  margin-top:6px;
  color:rgba(236,243,249,.78);
  line-height:1.7;
}

.contact-detail-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin-top:30px;
}

.contact-detail-card{
  padding:24px;
  border-radius:24px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10);
}

.contact-detail-card h2{
  margin:0;
  color:#f8fbff;
  font-size:28px;
  line-height:1.15;
}

.contact-detail-card p{
  margin:16px 0 0;
  color:rgba(242,247,252,.84);
  font-size:17px;
  line-height:1.85;
}

.contact-detail-card a{
  color:#f0c26d;
  font-weight:700;
}

.detail-page-shell{
  position:relative;
  padding:24px 0 44px;
}

.detail-page-shell:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at top left, rgba(181,139,69,.08), transparent 30%),
    radial-gradient(circle at 86% 14%, rgba(111,183,138,.05), transparent 24%);
  pointer-events:none;
}

.detail-hero{
  padding:10px 0 24px;
}

.detail-hero-shell,
.detail-content-shell{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.16);
  border-radius:32px;
  background:
    linear-gradient(135deg, rgba(8,18,28,.94), rgba(17,31,44,.86)),
    linear-gradient(135deg, rgba(181,139,69,.10), rgba(255,255,255,.04));
  box-shadow:0 28px 64px rgba(7,16,27,.18);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}

.detail-hero-shell{
  padding:32px;
}

.detail-hero-grid{
  align-items:center;
}

.detail-image-wrap{
  position:relative;
  min-height:420px;
  border-radius:28px;
  overflow:hidden;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 18px 44px rgba(7,16,27,.18);
}

.detail-image-wrap.is-placeholder{
  display:flex;
  align-items:center;
  justify-content:center;
  background:
    radial-gradient(circle at top left, rgba(181,139,69,.18), transparent 36%),
    radial-gradient(circle at bottom right, rgba(112,145,189,.16), transparent 34%),
  linear-gradient(135deg, rgba(15,25,36,.96), rgba(30,44,60,.88));
}

.detail-image-placeholder{
  position:relative;
  z-index:1;
  width:min(92%, 420px);
  margin:0 auto;
  padding:28px 24px;
  border-radius:26px;
  text-align:center;
  background:rgba(11,21,32,.72);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 18px 36px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

.detail-placeholder-badge{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 12px;
  margin-bottom:16px;
  border-radius:999px;
  background:rgba(181,139,69,.18);
  border:1px solid rgba(181,139,69,.28);
  color:#f8e6bb;
  font-size:12px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.detail-image-placeholder h3{
  margin:0;
  color:#fff;
  font-size:22px;
  line-height:1.25;
  text-shadow:0 2px 10px rgba(0,0,0,.35);
}

.detail-image-placeholder p{
  margin:12px 0 0;
  color:rgba(243,247,251,.88);
  font-size:15px;
  line-height:1.75;
  text-shadow:0 2px 10px rgba(0,0,0,.26);
}

.detail-image-wrap.is-placeholder:before{
  content:"Wallpaper preview unavailable";
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-56%);
  padding:10px 16px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  color:#f4f8fd;
  font-size:13px;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.detail-image-wrap.is-placeholder:after{
  content:attr(data-label);
  position:absolute;
  top:calc(50% + 24px);
  left:50%;
  width:min(88%, 320px);
  transform:translateX(-50%);
  color:rgba(236,243,249,.82);
  font-size:15px;
  line-height:1.5;
  text-align:center;
}

.detail-main-image{
  display:block;
  width:100%;
  min-height:420px;
  height:100%;
  object-fit:cover;
}

.detail-image-badge{
  position:absolute;
  left:18px;
  bottom:18px;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(7,13,20,.72);
  color:#fff;
  font-size:13px;
  font-weight:700;
  letter-spacing:.03em;
  border:1px solid rgba(255,255,255,.12);
}

.detail-copy{
  padding-left:16px;
  margin-top:120px;
}

.detail-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:16px;
  padding:8px 14px;
  border-radius:999px;
  font-size:13px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#f6efe3;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.14);
}

.detail-copy h1{
  margin:0;
  color:#fff;
  font-size:clamp(30px, 3.8vw, 56px);
  line-height:1.05;
  font-weight:700;
  text-shadow:0 10px 30px rgba(0,0,0,.18);
}

.detail-copy p{
  max-width:600px;
  margin:16px 0 0;
  color:rgba(242,247,252,.84);
  font-size:17px;
  line-height:1.8;
}

.detail-stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:24px;
}

.detail-stat{
  padding:16px 18px;
  border-radius:20px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10);
}

.detail-stat b,
.detail-stat span{
  display:block;
}

.detail-stat b{
  color:#fff;
  font-size:18px;
  line-height:1.2;
}

.detail-stat span{
  margin-top:4px;
  color:rgba(236,243,249,.78);
  font-size:13px;
}

.detail-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}

.detail-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:10px 18px;
  border-radius:16px;
  font-weight:700;
  color:#fff;
}

.detail-btn-primary{
  background:linear-gradient(135deg,#b58b45 0%,#9d7533 100%);
  box-shadow:0 14px 24px rgba(181,139,69,.22);
}

.detail-btn-secondary{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
}

.detail-content{
  padding-top:10px;
}

.detail-content-shell{
  padding:32px;
}

.detail-description h2,
.detail-related-head h2{
  margin:0;
  color:#f8fbff;
  font-size:30px;
  line-height:1.15;
}

.detail-description p,
.detail-related-head p{
  margin:14px 0 0;
  color:rgba(242,247,252,.84);
  font-size:17px;
  line-height:1.8;
}

.detail-tags{
  margin-top:28px;
}

.detail-tags h4,
.detail-share h4{
  margin:0 0 14px;
  color:#fff;
  font-size:22px;
}

.detail-tags a{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 12px;
  margin:0 8px 8px 0;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.08);
  color:#edf4fb;
}

.detail-share{
  margin-top:28px;
}

.detail-related{
  padding-top:10px;
}

.detail-related-head{
  border-radius:28px;
  padding:26px 28px;
  margin-bottom:20px;
  border:1px solid rgba(255,255,255,.16);
  background:
    linear-gradient(135deg, rgba(8,18,28,.94), rgba(17,31,44,.86)),
    linear-gradient(135deg, rgba(181,139,69,.10), rgba(255,255,255,.04));
  box-shadow:0 18px 44px rgba(7,16,27,.18);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}

.detail-page-shell .pro-rel-posts{
  margin-top:0;
}

.detail-page-shell .us-ppg-com ul{
  margin:18px 0 0;
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:16px;
}

.detail-page-shell .us-ppg-com ul li{
  float:none;
  width:auto;
  margin:0;
}

.detail-page-shell .pro-eve-box{
  overflow:hidden;
  border-radius:22px;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 18px 44px rgba(7,16,27,.14);
}

.detail-page-shell .pro-eve-box > div:first-child{
  background:rgba(255,255,255,.03);
}

.detail-page-shell .pro-eve-box > div:first-child img{
  width:100%;
  height:180px;
  object-fit:cover;
}

.detail-page-shell .pro-eve-box > div:last-of-type{
  padding:14px 16px 16px;
  background:rgba(255,255,255,.97);
}

.detail-page-shell .pro-eve-box h2{
  margin:0;
  color:#102235 !important;
  font-size:17px;
  line-height:1.4;
  font-weight:700;
}

.detail-page-shell .fclick{
  border-radius:22px;
}

.detail-page-shell .us-ppg-com ul li:hover .pro-eve-box{
  transform:translateY(-2px);
  box-shadow:0 22px 52px rgba(7,16,27,.22);
}

@media screen and (max-width: 991px){
  .contact-hero-shell,
  .contact-content-shell{
    padding:26px;
  }

  .contact-hero-copy{
    padding-right:0;
    margin-bottom:18px;
  }

  .contact-hero-panel{
    padding:22px;
  }

  .contact-summary-grid,
  .contact-detail-grid{
    grid-template-columns:1fr;
  }

  .detail-hero-shell,
  .detail-content-shell{
    padding:26px;
  }

  .detail-image-wrap,
  .detail-main-image{
    min-height:300px;
  }

  .detail-copy{
    padding-left:0;
    margin-top:120px;
  }

  .detail-stats{
    grid-template-columns:1fr;
  }

  .detail-page-shell .us-ppg-com ul{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 767px){
  .contact-page-shell{
    padding:16px 0 28px;
  }

  .contact-hero-copy h1{
    font-size:30px;
  }

  .contact-detail-card h2{
    font-size:26px;
  }

  .detail-page-shell{
    padding:16px 0 28px;
  }

  .detail-copy h1{
    font-size:28px;
  }

  .detail-description h2,
  .detail-related-head h2{
    font-size:26px;
  }

  .detail-image-wrap,
  .detail-main-image{
    min-height:240px;
  }

  .detail-page-shell .us-ppg-com ul{
    grid-template-columns:1fr;
  }
}

@media screen and (max-width: 991px){
  .top-ser{
    width:100%;
    padding:14px 0 0;
  }

  .ban-tit h1 b{
    font-size:44px;
  }

  .home-tit h2{
    font-size:36px;
  }

  .pop-menu .container{
    max-width:92%;
  }

  .pop-menu{
    padding-top:40px;
  }

  .pmenu-sear{
    margin-bottom:16px;
  }

  .pmenu-cat,
  .pmenu-eve{
    width:100%;
  }

  .pmenu-cat{
    margin-bottom:18px;
  }

  .pmenu-eve ul{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
  }

  .pmenu-eve ul li{
    float:none;
    width:100%;
  }

  .pmenu-eve ul li div{
    margin:0;
  }

  .pmenu-cat ul{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px 12px;
  }

  .pmenu-cat ul li{
    float:none;
    width:auto;
    padding:0;
  }

  .cat-hero-shell{
    padding:26px;
    min-height:auto;
  }

  .cat-hero-copy{
    padding-right:0;
    margin-bottom:18px;
  }

  .cat-hero-panel{
    padding:22px;
  }

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

  .cat-subcats-shell,
  .cat-gallery-head{
    padding:22px;
  }

  .pmenu-cat ul li a{
    display:block;
    padding:11px 14px;
    border-radius:14px;
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.08);
  }
}

@media screen and (min-width: 992px){
  .pop-menu .row{
    display:grid;
    grid-template-columns:repeat(4, minmax(0, 1fr));
    gap:22px 24px;
    align-items:start;
  }

  .pmenu-sear{
    grid-column:1 / 5;
    margin-bottom:8px;
  }

  .pmenu-cat{
    grid-column:1 / 4;
    margin-bottom:0;
    min-width:0;
  }

  .pmenu-eve{
    grid-column:4 / 5;
    margin-bottom:0;
    align-self:start;
  }

  .pmenu-cat ul{
    display:grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:12px 16px;
  }

  .pmenu-cat ul li{
    float:none;
    width:auto;
    padding:0;
  }

  .pmenu-eve ul{
    display:grid;
    grid-template-columns:1fr;
    gap:18px;
  }

  .pmenu-eve ul li{
    float:none;
    width:auto;
  }

  .pmenu-eve ul li div{
    margin:0;
    min-height:174px;
  }

  .pmenu-eve ul li:nth-child(1) div{
    min-height:192px;
  }

  .pmenu-eve ul li:nth-child(odd) div,
  .pmenu-eve ul li:nth-child(even) div{
    margin:0;
  }
}

@media screen and (max-width: 640px){
  .pmenu-cat ul,
  .pmenu-eve ul{
    grid-template-columns:1fr;
  }
}

@media screen and (max-width: 767px){
  .hom-head{
    padding:80px 0 60px;
  }

  .hom-top{
    padding:10px 0 8px;
  }

  .hom-nav{
    display:flex;
    align-items:center;
    flex-wrap:nowrap;
    width:100%;
    padding-top:0;
  }

  .menu{
    margin-top:-10px;
  }

  .hom-nav .bl{
    display:none;
  }

  .menu i{
    top:-6px;
    width:32px;
    height:32px;
    font-size:19px;
  }

  .top-log .ic-logo{
    height:30px;
    margin-top:-9px;
    margin-left:24px;
  }

  .top-ser{
    flex:1 1 auto;
    width:auto;
    min-width:0;
    padding:0 0 0 8px;
  }

  .top-ser form{
    width:100%;
    padding:1px;
  }

  .top-ser form ul{
    gap:6px;
  }

  .top-ser form ul li.sr-sea{
    flex:1 1 auto;
  }

  .top-ser form ul li.sbtn{
    flex:0 0 28px;
  }

  .ban-tit h1 b{
    font-size:36px;
  }

  .ban-search{
    width:100%;
    padding:14px;
  }

  .ban-search ul{
    display:flex;
    flex-direction:column;
    gap:10px;
  }

  .ban-search ul li{
    float:none;
    width:100% !important;
    margin:0 !important;
  }

  .ban-search ul li input[type=submit]{
    width:100%;
  }

  .ban-search ul li input{
    width:100%;
  }

  .ban-search ul li input,
  .top-ser form ul li input{
    height:34px;
  }

  .top-ser form ul li input{
    font-size:11px;
    padding:0 10px 0 12px;
  }

  .top-ser form ul li.sbtn button{
    width:28px;
    height:28px;
  }

  .top-ser form ul li.sbtn button i{
    font-size:16px!important;
  }

  .inner-page .top-ser{
    padding:0 0 0 8px;
  }

  .inner-page .top-ser form{
    padding:1px;
  }

  .inner-page .top-ser form ul li input{
    height:30px;
    font-size:11px;
    padding:0 10px 0 12px;
  }

  .inner-page .top-ser form ul li.sbtn button{
    width:28px;
    height:28px;
  }

  .land-pack-grid,
  .land-pack-grid-img img{
    height:190px;
  }

  .cat-hero-shell{
    border-radius:24px;
    padding:22px;
  }

  .cat-hero-meta{
    gap:10px;
  }

  .cat-hero-chip{
    min-width:calc(50% - 6px);
    flex:1 1 calc(50% - 6px);
  }

  .cat-chip-grid{
    grid-template-columns:1fr;
  }
}

@media screen and (max-width: 480px){
  .ban-tit h1 b{
    font-size:30px;
  }

  .ban-tit h1{
    font-size:18px;
  }

  .home-tit{
    padding-top:54px;
  }

  .home-tit h2{
    font-size:28px;
  }

  .land-packages{
    padding:64px 0 58px;
  }

  .land-pack-grid,
  .land-pack-grid-img img{
    height:180px;
  }
}
