
*,
*::before,
*::after {
 box-sizing: border-box;
}
	p{line-height: 30px;}
	td:first-child {
  font-weight: bold;
}
	div main article div{margin: 0;}
	input[name=plus]{border:none;color:#fff;cursor:pointer;font-size:1.083em;width:60px;}
	

.warning {
  background: #f7d7dd;
}
.warning ul{
  display: block !important;
}



	input{padding:5px;width:48%;}
	div main ul li{
  background: #AD9CA3;
  border-radius: 6px;
  padding: 0;
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.05);
}
	article p,article h2,article h3,article h4 {padding:18px 13px;margin:0;}
	td {
  padding: 20px;
  border-bottom: 1px solid #A6C6B6;
  transition: background-color 0.3s;
}
	aside{width:327px;float:left;padding: 0 20px 0 0;}
	main{margin:0;width:1000px;float:right;}
	

body div main article div div {
  width: 50%;
  float: left;
  background: #F2F5F8;
  font-size: clamp(16px, 1.57vw, 17px);
}

body div main article div div:nth-child(2) {
  background: #FFF4F9;
}


	main nav ol,article div p,aside,ul{overflow:hidden;}
	h4 {margin: 0;}
	#menu_1{display: none;width:100%;list-style: none;}
	li {padding: 13px 0;}
	div main article ul {display: block;margin: auto;padding: revert;overflow: hidden;}
	div main article ul li,div main article ol li {
height: auto;
text-align:left;
margin: 15px 0 0 19px ;
list-style: disc;
box-shadow:none;
border-radius: 0;
background: unset;
width:auto;
float:none;
text-align:left;
overflow: unset;}
	header img{margin:0;padding:0;}
	body div main article div {font-size: 0.827em;display: inline-block;width: 100%;white-space: unset;}
	header div{width: 1347px;position: relative;}
	ol{padding:0 13px;}
	footer ul li {list-style:none;}
	footer{background:#eee;clear:both;}
	article form input{width:50%;}
	tr:hover td {
  background-color: #AAA5AB;
  cursor: pointer;
}
	.right{float:right;}
	main nav ol{margin:0;padding:0;font-size:0.848em;border-bottom:1px solid #AD9CA3;border-top:1px solid #444;}
	div main article ul li p{position: unset;}
	div main div ul li {
      padding: 0;
      width: auto;
      white-space: nowrap;
      float: left;
      margin:8px;
      box-shadow: unset;
    }
	header div nav{margin: 0; width: 1347px;}
	figure{margin:0;position: relative;}
	#button,#button1{display:none;}
	table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 19px 0;
  text-align: left;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 5px 17px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
	body{color:#333;margin:0;font-size: clamp(16px, 1.57vw, 17px);font-family:Lato !important;}
	div main article ul li a{color:#333 !important;}
	div main div ul {
      flex-wrap: unset;
      display: inline-block; 
      margin: 0;
      padding: 0;
      list-style: none; 
    }
	div main ul li img{filter:brightness(80%);margin:0;}
	article h1 {
	font-size: 2.294em;
	text-align:left;
	background: linear-gradient(89deg, #A6C6B6, #AD9CA3 61%);
  background-clip: border-box;
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;}
	th {
  background-color: #7B6A71;
  color: #ffffff;
  padding: 19px;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 2px solid #A6C6B6;
}
	footer div div{float:left;width:333px;}
	div{width:1347px;margin:0 auto;padding:0;}
	div main ul li ul li {
  margin: 0;
  padding: 1px 0;
  text-align:left; 
  border-bottom: 1px solid #AD9CA3;
  }
	aside ul li{list-style: none;border-bottom: 1px solid #AD9CA3;padding: 0;}
	

details {
  background: #F3FFFD;
  border-left: 1px solid #B3A598;
  padding: 9px 13px;
  margin-bottom: 14px;
}

details summary {
  font-weight: 700;
  cursor: pointer;
  outline: none;
}


	article ul ol a{color:#999;}
	div main ul li figure figcaption{text-align: unset;background: unset;font-size: inherit;width:100%;position:unset;padding:7px 12px;}
	a:hover{text-decoration:underline;}
	h2 {
background: linear-gradient(94deg, #C2B8B3, #AAA5AB 60%);
  background-clip: border-box;
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
    }
	.left{float:left;}
	div main ul li{
  text-align:center;
  position:relative;
  width:100%;
  list-style:none;
  float:left;
  
}
	footer{text-align:right;font-size:0.866em;padding:23px 0 0;overflow:hidden;}
	ul li p {margin: 13px 13px;}
	div main ul ul li a {color: #666 !important;}
	header{width:100%;position: relative;}
	article form button,header div nav form button{
border: 3px solid #AD9CA3;
 padding: 11px;
 border-radius: 0 10px 10px 0;
 color: #666;
 background: #fff;
 font-weight: bolder;
 }
	article{overflow: hidden;word-wrap: normal;word-break: break-word;white-space: normal;}
	div main div {
      width: 100%;
      overflow: hidden; 
      white-space: nowrap;

      padding-top: 8px;
      font-size: small;
    }
	textarea{width:99%;height:100px;}
	img{max-width:100%;height:auto;}
	 @keyframes marquee {
      from {
        transform: translateX(0);
      }
      to {
        transform: translateX(-100%);
      }
    }
	div main div {width: 1000px;}
	tr:nth-child(even) {
  background-color: #eee;
}
	#menu li{margin:0;padding:10px;list-style:none;float:left;
align-items: center;
 display: flex;
 height: 100px;}
	div main div ul li a{color:#666}
	

.note {
  background: #F3FDF2;
}
.note ul{
  display: block !important;
}

	div main ul li span a{color: #666;}
	article {border-radius: 6px; width: auto;padding: 11px;}
	#menu li:hover > ul {
  display: block;
}
	.left{list-style-type:none;}
	
div main  ul {
  display: grid;
  gap: 1rem;
  padding: 0;
  margin: 10px;
  list-style: none;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  justify-items: stretch;
  
}

div main  ul li {
  width: auto;
  float: none;
  margin: 0;
  list-style: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  overflow: hidden;
  text-align: left;
}

div main  ul li figure {
  margin: 0;
  width: 100%;
  height: 100%;
}

div main ul li img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

div main ul ul li {
  float: none;
  width: auto;
  margin: 0;
  padding: 2px 0;
}


div main :not(article) ul:has(li:nth-child(4)):not(:has(li:nth-child(5))) {
  grid-template-columns: repeat(2, 1fr);
}

div main ul:has(li:nth-child(4)):not(:has(li:nth-child(5))) li:first-child {
  grid-column: span 1;
  width: 100%;
  height: 100%;
}

div main article ul:has(li:nth-child(4)):not(:has(li:nth-child(5))) li:first-child {
  grid-column: unset;
}

div main :not(article) ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  align-items: start;
  margin: 0;
  padding: 0;
}


div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(1) {
  grid-column: 1;
  grid-row: span 3;
}

div main article ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(1) {
  grid-column: unset;
  grid-row: span unset;
}

div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(2) {
  grid-column: 2;
  grid-row: span 3;
}

div main article ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(2) {
  grid-column: unset;
  grid-row: span unset;
}

div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(3),
div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(4),
div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(5) {
  grid-column: 3;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

div main article ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(3),
div main article ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(4),
div main article ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(5) {
  grid-column: unset;
  display: list-item;
  align-items: unset;
}

div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(3),
div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(4),
div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(5) {
  grid-column: 3;
  height: auto;
}

div main article ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(3),
div main article ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(4),
div main article ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(5) {
  grid-column: unset;
}

div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(3) figure,
div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(4) figure,
div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(5) figure {
  position: unset;
}


div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(n+3) figure {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
}

div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(n+3) figure img {
  width: 86px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
}

div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(n+3) figure figcaption {
  display: block;
  font-size: 0.9rem;
  text-align: left;
  margin-left: 0.5rem;
  line-height: 1.2em;
  overflow-wrap: break-word;
  position: initial;
}

div main ul:has(li:nth-child(6)):not(:has(li:nth-child(7))) {
  grid-template-columns: repeat(3, 1fr);
}

div main ul:has(li:nth-child(6)):not(:has(li:nth-child(7))) li:first-child {
  grid-column: span 2;
  grid-row: span 2;
  width: 100%;
  height: 100%;
}

div main article ul:has(li:nth-child(6)):not(:has(li:nth-child(7))) li:first-child {
  grid-column: unset;
}


div main ul:has(li:nth-child(7)) {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

div main ul:has(li:nth-child(7)) li:first-child {
  grid-column: span 2;
  grid-row: span 2;
  width: 100%;
  height: 100%;
}

div main article ul:has(li:nth-child(7)) li:first-child {
  grid-column: unset;
  grid-row: unset;
}

div main ul:has(li:nth-child(7)) li:first-child figure {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

div main ul:has(li:nth-child(7)) li:first-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

div main ul:has(li:nth-child(7)) li:first-child figcaption {
  position: absolute;
}

div main article ul:has(li:nth-child(7)) li:first-child figcaption {
  position: unset;
}

	a{text-decoration:none;color:#666;font-weight:lighter;}
	#menu ul li a:hover {
  background: #666;
}
	
    body {
      margin: 0;
      height: 100vh;
      background: linear-gradient(36deg, #FDF5FD, #FEFDF3);
      background-size: 200% 200%;
    }
  
	article form input,header form input{padding: 11px;border: none; border-radius: 10px 0 0 10px;}
	

.tip {
  background: #A6C6B6;
}

.tip ul{
  display: block !important;
}


	aside ul{margin: 0 0 13px 0; padding:0;}
	main figcaption {
 position: absolute;
 bottom: 108px;
 text-align: center;
 width: 100%;
 background: #fff;
 font-size: 21px;
 padding: 14px;
}
	main nav ol li{float:left;list-style-type:disc;margin-left:30px;}
	div main h2{border-bottom: 2px solid #B3A598}
	div main ul li a{color:#fff;}
	.left{text-align:left;}
	#menu ul li a {
  display: block;
  padding: 10px 14px;
  color: #fff;
  text-decoration: none;
}
	aside h3,figure {text-align:center;}
	article a{text-decoration:none;color:#0052A3;font-weight:bold;}
	main article h1 {padding: 0;margin:0;}
	div main ul{padding:0;}
	header div #menu,header div #menu_1{margin: 0;padding:0;}
	#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 999999;
  top: 100px;
  left: 0;
  background: #AD9CA3;
  display: none; 
  width: 100%;
}
	div main article p{margin: 0 0 0 12px;
 border-left: 1px none #B3A598;}
	main img{margin:8px 0;border-radius: 6px;}

@media only screen and (max-width:800px){
	#button:hover,#button1:hover { 
  background: #444; 
}
	aside ul{margin:0;padding:0;flex-wrap: wrap;
 display: flex;}
	header img{width:100px;}
	article h1,article h2,article h3,article h4,article p{
  text-align:left;
  }
	td:last-child {
    border-bottom: none;
  }
	#menu a:hover { 
  background: #f4b400; 
  color: #fff; 
}
	div main h2 {text-transform: capitalize;padding: 13px;}
	#menu_1 ul,#menu ul { 
  list-style: none; 
  margin: 0; 
  padding: 0; 
  display: contents; 
  flex-direction: column; 
  align-items: center; 
}
	div main ul li a{color:#666;}
	aside ul li a, div main ul li a {
 text-decoration: none;
 display: block;
 overflow: hidden;
}
	aside ul li a img, div main ul li a img {
  float: left;
  width: 150px;
  aspect-ratio: 6 / 5;
  margin: 0 12px 0 0;
  border-radius: 6px 0 0 6px;
}
	aside ul li:first-child a img, div main ul li:first-child a img {width: 100%;float: none;margin:0;padding:0;border-radius: 0;}
	body div,article,img,main,ul{margin:0;}
	div main ul{
      gap: unset;
      display: block !important;
    }
    
    div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(3),
    div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(4),
    div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))),
    div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(5) {
      gap: unset;
      display: block !important;
    }
        
    div main ul:has(li:nth-child(7)) li:first-child figcaption {
      position: unset  !important;
    }
        
	#menu_1 li,#menu li { 
  margin: 0; 
  padding: 0;
  width: 100%; 
  text-align: left; 
  align-items: unset;
  display: block;
  height: auto;
}
	header form button,header form input,article form button,article form input{width:auto;}
	main nav ol a{display:unset;}
	main img {
 border-radius: 0;
}
	aside ul li, div main ul li {
  width:100%;
  height: auto;
  margin: 12px 0;
  text-align:center;
  float:none;
 align-items: center;
 background: #fff;
 padding:0;
 border-radius: 6px;
 box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
}
	thead {
    display: none;
  }
	#menu li:hover > ul {
  display: unset;
}
	body div{width:100%;}
	div main article ul li {margin: 0;}
	aside ul li a figure figcaption,main p {color: #666;text-align: left;margin: 0;padding: 20px;}
	header div nav {width: 100%;}
	aside ul li:first-child a figure figcaption, div main ul li:first-child a figure figcaption {text-align: left;position: unset;transform: none; padding: 9px 5px;}
	footer ul {padding:0;}
	table {
    border: 0;
  }
	#menu ul li a:hover {
  background: #fff;
}
	#menu_1 a,#menu a { 
  text-decoration: none;
  display: block; 
  margin: 9px;
  padding: 0 0 8px 4px;
  transition: background 0.4s, color 0.1s; 
  border-bottom: 1px solid #d4d4d4;
}
	article {float: none;width: auto;}
	#menu_1 { 
  display: block; 
}
	div main ul li ul li {
  padding:8px 14px;
  border: 1px solid #d2d0d0;
  margin: 6px;
  border-radius: 5px;
  box-shadow: 0 1px 3px 0 #d2d0d0;
  border-bottom: none;
  }
	div main ul li a figure figcaption {position: unset;color: #666;text-align: left;margin: 0;padding: 15px 0;line-height: 1.4;min-height: 2.8em;}
	article form input, header form input{flex: 1;}
	div main ul li p a {color:#666}
	td::before {
    content: attr(data-label);
    position: absolute;
    left: 19px;
    text-align: left;
    font-weight: bold;
  }
	aside,main{width:100%;margin:0;}
	footer div div {float: none;width: 100%;}
	#menu ul li a {
      color:#666;
    }
	tr {
    display: block;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 12px;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }
	aside ul li:first-child a p, div main ul li:first-child a p {text-align: center;position: unset;transform: none; padding: 9px 5px;}
	#button,#button1 { 
  position: absolute; 
  color: #fff; 
  margin: 12px 14px; 
  padding: 0;
  border: none; 
  border-radius: 7px; 
  transition: background 0.3s; 
  top:15px;
  right:15px;
  z-index:9998;
  width: 40px;
  height: 30px;
  display:block;
  cursor:pointer;
}
	
body div main article div div {
  width: 100%;
  float: none;
}
	#menu { 
  position: unset;
  display: none;
  top: 0; 
  left: 0; 
  width: 100%; 
  z-index: 9999; 
  background: #ffffff; 
  box-shadow: 0 5px 4px rgba(0, 0, 0, 0.1); 
  padding: 0; 
}
	div main ul {
 list-style: none;
 padding: 0;
}
	div main article ul li {
  padding: 7px 8px;
  display: revert;
  overflow: hidden;
   }
	#menu.active { 
  display: block; 
}
	article img,header div{width:100%;}
	main nav ol,footer{text-align:center;}
	div main ul li a p {color: #666;text-align: center;margin: 0;padding: 15px 0;line-height: 1.4;min-height: 2.8em;}
	.left,aside,main{float:none;}
	div main div {width: 100%;}
	aside ul li p{padding: 0 9px;}
	div main article ul {padding: 0;margin: 0;}
	aside {text-align:left;padding:0;}
	div main ul li p{position: inherit;text-align: left;}
	header form{width: 100%;display: flex;}
	td {
    display: block;
    text-align: left;
    padding: 11px 18px;
    position: relative;
    border-bottom: 1px solid #e5e7eb;
  }
}