
  body.p040da19f *,
  body.p040da19f *::before,
  body.p040da19f *::after{
 box-sizing: border-box;
}

  body.p040da19f div main div{width: 1000px;}

  body.p040da19f div main h2{border-bottom: 4px solid #C8BB97}

  body.p040da19f footer{background:#eee;clear:both;}

  body.p040da19f aside ul{margin: 0 0 8px 0; padding:0;}

  body.p040da19f{
      margin: 0;
      height: 100vh;
      background: linear-gradient(127deg, #FBF1F7, #F9F6F5);
      background-size: 200% 200%;
    }

  body.p040da19f details{
  background: #F4FEF1;
  border-left: 3px solid #C8BB97;
  padding: 8px 15px;
  margin-bottom: 15px;
}

  body.p040da19f details summary{
  font-weight: 900;
  cursor: pointer;
  outline: none;
}

  body.p040da19f div main article ul{display: block;margin: auto;padding: revert;overflow: hidden;}

  body.p040da19f div main ul li figure figcaption{text-align: unset;background: unset;font-size: inherit;width:100%;position:unset;padding:7px 12px;}

  body.p040da19f figure{margin:0;position: relative;}

  body.p040da19f main figcaption{
 position: absolute;
 bottom: 113px;
 text-align: center;
 width: 100%;
 background: #fff;
 font-size: 23px;
 padding: 15px;
}

  body.p040da19f header{width:100%;position: relative;}

  body.p040da19f div main div ul li a{color:#666}

  body.p040da19f div main ul ul li a{color: #666 !important;}

  body.p040da19f input{padding:5px;width:48%;}

  body.p040da19f aside h3,
  body.p040da19f figure{text-align:center;}

  body.p040da19f header div nav{margin: 0; width: 1324px;}

  body.p040da19f .note{
  background: #F3FBF1;
}

  body.p040da19f .note ul{
  display: block !important;
}

  body.p040da19f td:first-child{
  font-weight: bold;
}

  body.p040da19f .left{text-align:left;}

  body.p040da19f .warning{
  background: #f8d4d6;
}

  body.p040da19f .warning ul{
  display: block !important;
}

  body.p040da19f div main div ul li{
      padding: 0;
      width: auto;
      white-space: nowrap;
      float: left;
      margin:8px;
      box-shadow: unset;
    }

  body.p040da19f article h1{
	font-size: 2.486em;
	text-align:left;
	background: linear-gradient(85deg, #B59FB7, #A2A0B4 61%);
  background-clip: border-box;
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;}

  body.p040da19f tr:hover td{
  background-color: #A19DAA;
  cursor: pointer;
}

  body.p040da19f{color:#333;margin:0;font-size: clamp(15px, 1.60vw, 18px);font-family:Montserrat !important;}

  body.p040da19f 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;
  
}

  body.p040da19f 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;
}

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

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

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

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

  body.p040da19f 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%;
}

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

  body.p040da19f 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;
}

  body.p040da19f 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;
}

  body.p040da19f 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;
}

  body.p040da19f 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;
}

  body.p040da19f 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;
}

  body.p040da19f div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(3),
  body.p040da19f div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(4),
  body.p040da19f 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;
}

  body.p040da19f div main article ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(3),
  body.p040da19f div main article ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(4),
  body.p040da19f 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;
}

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

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

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

  body.p040da19f 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%;
}

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

  body.p040da19f 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;
}

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

  body.p040da19f 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%;
}

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

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

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

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

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

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

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

  body.p040da19f div main article ul:has(li:nth-child(7)) li:first-child figcaption{
  position: unset;
}

  body.p040da19f td{
  padding: 17px;
  border-bottom: 1px solid #B59FB7;
  transition: background-color 0.3s;
}

  body.p040da19f div main div{
      width: 100%;
      overflow: hidden; 
      white-space: nowrap;

      padding-top: 8px;
      font-size: small;
    }

  body.p040da19f footer{text-align:right;font-size:0.847em;padding:23px 0 0;overflow:hidden;}

  body.p040da19f ul li p{margin: 13px 13px;}

  body.p040da19f a{text-decoration:none;color:#666;font-weight:lighter;}

  body.p040da19f .left{float:left;}

  body.p040da19f header div #menu_c0fb,
  body.p040da19f header div #menu1_c0fb{margin: 0;padding:0;}

  body.p040da19f footer div div{float:left;width:333px;}

  body.p040da19f div main article div div{
  width: 50%;
  float: left;
  background: #FEFCF5;
  font-size: clamp(15px, 1.60vw, 18px);
}

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

  body.p040da19f img{max-width:100%;height:auto;}

  body.p040da19f div main ul{padding:0;}

  body.p040da19f tr:nth-child(even){
  background-color: #eee;
}

  body.p040da19f ol{padding:0 13px;}

  body.p040da19f main img{margin:13px 0;border-radius: 15px;}

  body.p040da19f .right{float:right;}

  body.p040da19f .left{list-style-type:none;}

  body.p040da19f article{border-radius: 15px; width: auto;padding: 13px;}

  body.p040da19f main{margin:0;width:1000px;float:left;}

  body.p040da19f div main ul li{
  text-align:center;
  position:relative;
  width:100%;
  list-style:none;
  float:left;
  
}

  body.p040da19f div main ul li a{color:#fff;}

  body.p040da19f div main article ul li p{position: unset;}

  body.p040da19f a:hover{text-decoration:underline;}

  body.p040da19f .tip{
  background: #B59FB7;
}

  body.p040da19f .tip ul{
  display: block !important;
}

  body.p040da19f article form input{width:50%;}

  body.p040da19f th{
  background-color: #706E82;
  color: #ffffff;
  padding: 16px;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 2px solid #B59FB7;
}

  body.p040da19f header div{width: 1324px;position: relative;}

  body.p040da19f article a{text-decoration:none;color:#0075EB;font-weight:bold;}

  body.p040da19f h4{margin: 0;}

  body.p040da19f main nav ol li{float:left;list-style-type:disc;margin-left:30px;}

  body.p040da19f div main article div{margin: 0;}

  body.p040da19f div main div ul{
      flex-wrap: unset;
      display: inline-block; 
      margin: 0;
      padding: 0;
      list-style: none; 
    }

  body.p040da19f div main ul li ul li{
  margin: 0;
  padding: 1px 0;
  text-align:left; 
  border-bottom: 1px solid #A2A0B4;
  }

  body.p040da19f div main ul li{
  background: #A2A0B4;
  border-radius: 15px;
  padding: 0;
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.10);
}

  body.p040da19f table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 20px 0;
  text-align: left;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

  body.p040da19f input[name=plus]{border:none;color:#fff;cursor:pointer;font-size:1.275em;width:60px;}

  body.p040da19f div main article p{margin: 0 0 0 10px;
 border-left: 1px none #C8BB97;}

  body.p040da19f header img{margin:0;padding:0;}

  body.p040da19f div main article ul li a{color:#333 !important;}

  body.p040da19f textarea{width:99%;height:100px;}

  body.p040da19f aside{width:314px;float:right;padding: 0 0 0 10px;}

  body.p040da19f main article h1{padding: 0;margin:0;}

  body.p040da19f div main ul li span a{color: #666;}

  body.p040da19f li{padding: 14px 0;}

  body.p040da19f footer ul li{list-style:none;}

  body.p040da19f div main article ul li,
  body.p040da19f div main article ol li{
height: auto;
text-align:left;
margin: 7px 0 0 18px ;
list-style: disc;
box-shadow:none;
border-radius: 0;
background: unset;
width:auto;
float:none;
text-align:left;
overflow: unset;}

  body.p040da19f article{overflow: hidden;word-wrap: normal;word-break: break-word;white-space: normal;}

  body.p040da19f article p,
  body.p040da19f article h2,
  body.p040da19f article h3,
  body.p040da19f article h4{padding:17px 12px;margin:0;}

  body.p040da19f div main ul li img{filter:brightness(80%);margin:0;}

  body.p040da19f h2{
background: linear-gradient(80deg, #B3BCC4, #A19DAA 73%);
  background-clip: border-box;
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
    }

  body.p040da19f aside ul li{list-style: none;border-bottom: 1px solid #A2A0B4;padding: 0;}

  body.p040da19f div{width:1324px;margin:0 auto;padding:0;}

  body.p040da19f main nav ol{margin:0;padding:0;font-size:0.881em;border-bottom:1px solid #A2A0B4;border-top:1px solid #444;}

  body.p040da19f p{line-height: 28px;}

  body.p040da19f article ul ol a{color:#999;}

  body.p040da19f div main article div{font-size: 0.916em;display: inline-block;width: 100%;white-space: unset;}




@keyframes marquee {
  body.p040da19f from{
        transform: translateX(0);
      }

  body.p040da19f to{
        transform: translateX(-100%);
      }

    }

@media only screen and (max-width:800px){
  body.p040da19f div main article ul li{
  padding: 6px 19px;
  display: revert;
  overflow: hidden;
   }

  body.p040da19f div main ul{
      gap: unset;
      display: block !important;
    }

  body.p040da19f div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(3),
  body.p040da19f div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(4),
  body.p040da19f div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))),
  body.p040da19f div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(5){
      gap: unset;
      display: block !important;
    }

  body.p040da19f div main ul:has(li:nth-child(7)) li:first-child figcaption{
      position: unset  !important;
    }

  body.p040da19f aside ul li a,
  body.p040da19f div main ul li a{
 text-decoration: none;
 display: block;
 overflow: hidden;
}

  body.p040da19f article img,
  body.p040da19f header div{width:100%;}

  body.p040da19f aside ul li:first-child a p,
  body.p040da19f div main ul li:first-child a p{text-align: center;position: unset;transform: none; padding: 9px 6px;}

  body.p040da19f main nav ol,
  body.p040da19f footer{text-align:center;}

  body.p040da19f article{float: none;width: auto;}

  body.p040da19f main nav ol a{display:unset;}

  body.p040da19f div main ul li a figure figcaption{position: unset;color: #666;text-align: left;margin: 0;padding: 18px 0;line-height: 1.5;min-height: 3em;}

  body.p040da19f aside,
  body.p040da19f main{width:100%;margin:0;}

  body.p040da19f table{
    border: 0;
  }

  body.p040da19f aside ul li:first-child a figure figcaption,
  body.p040da19f div main ul li:first-child a figure figcaption{text-align: left;position: unset;transform: none; padding: 9px 6px;}

  body.p040da19f td::before{
    content: attr(data-label);
    position: absolute;
    left: 17px;
    text-align: left;
    font-weight: bold;
  }

  body.p040da19f aside ul li,
  body.p040da19f div main ul li{
  width:100%;
  height: auto;
  margin: 11px 0;
  text-align:center;
  float:none;
 align-items: center;
 background: #fff;
 padding:0;
 border-radius: 15px;
 box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}

  body.p040da19f div main h2{text-transform: capitalize;padding: 13px;}

  body.p040da19f main img{
 border-radius: 0;
}

  body.p040da19f div{width:100%;}

  body.p040da19f aside ul{margin:0;padding:0;flex-wrap: wrap;
 display: flex;}

  body.p040da19f thead{
    display: none;
  }

  body.p040da19f div main ul li a p{color: #666;text-align: center;margin: 0;padding: 20px 0;line-height: 1.5;min-height: 3em;}

  body.p040da19f div main ul li p a{color:#666}

  body.p040da19f aside ul li a img,
  body.p040da19f div main ul li a img{
  float: left;
  width: 160px;
  aspect-ratio: 6 / 5;
  margin: 0 12px 0 0;
  border-radius: 15px 0 0 15px;
}

  body.p040da19f div main article div div{
  width: 100%;
  float: none;
}

  body.p040da19f div main ul li p{position: inherit;text-align: left;}

  body.p040da19f div main div{width: 100%;}

  body.p040da19f td{
    display: block;
    text-align: left;
    padding: 15px 16px;
    position: relative;
    border-bottom: 1px solid #e5e7eb;
  }

  body.p040da19f header div nav{width: 100%;}

  body.p040da19f aside ul li:first-child a img,
  body.p040da19f div main ul li:first-child a img{width: 100%;float: none;margin:0;padding:0;border-radius: 0;}

  body.p040da19f article h1,
  body.p040da19f article h2,
  body.p040da19f article h3,
  body.p040da19f article h4,
  body.p040da19f article p{
  text-align:left;
  }

  body.p040da19f .left,
  body.p040da19f aside,
  body.p040da19f main{float:none;}

  body.p040da19f div main ul li ul li{
  padding:7px 12px;
  border: 1px solid #d2d0d0;
  margin: 8px;
  border-radius: 7px;
  box-shadow: 0 3px 3px 0 #d2d0d0;
  border-bottom: none;
  }

  body.p040da19f footer div div{float: none;width: 100%;}

  body.p040da19f td:last-child{
    border-bottom: none;
  }

  body.p040da19f div,
  body.p040da19f article,
  body.p040da19f img,
  body.p040da19f main,
  body.p040da19f ul{margin:0;}

  body.p040da19f aside{text-align:left;padding:0;}

  body.p040da19f div main ul{
 list-style: none;
 padding: 0;
}

  body.p040da19f tr{
    display: block;
    margin-bottom: 17px;
    border: 1px solid #ddd;
    border-radius: 13px;
    box-shadow: 0 3px 11px rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }

  body.p040da19f div main article ul li{margin: 0;}

  body.p040da19f aside ul li p{padding: 0 6px;}

  body.p040da19f aside ul li a figure figcaption,
  body.p040da19f main p{color: #666;text-align: left;margin: 0;padding: 16px;}

  body.p040da19f div main article ul{padding: 0;margin: 0;}

  body.p040da19f footer ul{padding:0;}

  body.p040da19f div main ul li a{color:#666;}

}