/* General */
.container {
  min-width: 744px;
}
#apparel-2018 {
    max-width: 1176px;
    padding: 0;
    margin: 0 auto 20px;
    border: 0;
}
#apparel-2018 section h2 {
  color: #969696;
  margin: 0;
}
#apparel-2018 img {
  margin: 0;
}
section {
  margin: 0 0 30px;
  position: relative;
  overflow: hidden;
}
section.ad-banner {
  position: relative;
}
section.ad-banner img {
  margin: 0;
}
section h2 {
  position: absolute;
  z-index: 200;
  font-size: 28px;
  font-family: arial;
  line-height: 32px;
  color: #969696;
  display: flex;
}
section h2 span {
  font-size: 18px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-left: 15px;
  padding-left: 18px;
  border-left: solid 1px #969696;
}
section > div {
  position: absolute;
  display: inline-block;
}
section > div img {
  width: 100% !important;
}
section .caption,
section .desc-block {
  font-family: arial;
  font-size: 11px;
  letter-spacing: 0.3px;
  line-height: 1.2;
  color: #969696;
}
section .caption {
  position: absolute;
  z-index: 10;
  white-space: nowrap;
  padding: 5px 10px;
}
section .color-w {
  color: #fff;
}
section .wa-h100 {
  height: 100%;
  width: auto !important;
}
section .box-v,
section .box-b,
section .box-t {
  width: 100%;
  position: absolute;
  border-width: 2px;
  border-style: solid;
}
section .box-v {
  height: 100%;
}
section .box-b,
section .box-t {
  height: 50%;
}
section .box-v,
section .box-b {
  bottom: 0;
}
section .box-t {
  top: 0;
}
section .caption:hover,
section .color-w:hover {
  color: #333;
}
section .caption.pos-br {
  bottom: 30px;
  right: -75%;
}
section .caption.pos-bl {
  bottom: 30px;
  left: -75%;
  text-align: right;
}
section .caption.pos-bc {
  bottom: -20%;
  left: 0;
  right: 0;
  text-align: center;
}
section .caption.pos-tc {
  top: -20%;
  left: 0;
  right: 0;
  text-align: center;
}
section .caption.pos-tl {
  top: 30px;
  left: -75%;
  text-align: right;
}
section .caption.pos-lcv {
  top: 50%;
  left: -75%;
  transform: rotate(90deg);
}
section .caption.pos-rcv {
  top: 50%;
  right: -75%;
  transform: rotate(90deg);
}
section .caption:before,
section .caption:after  {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border: 0 solid transparent;
}
section .caption.pos-br:before,
section .caption.pos-tr:before {
  left: -5px;
  top: 7px;
  border-top-width: 5px; 
  border-right-width: 8px;
  border-right-color: #9D9F9E; 
  border-bottom-width: 5px; 
}
section .caption.pos-br.color-w:before,
section .caption.pos-tr.color-w:before {
  border-right-color: #fff;
}
section .caption.pos-bl:before,
section .caption.pos-tl:before,
section .caption.pos-atr:after {
  right: -5px;
  top: 7px;
  border-top-width: 5px; 
  border-left-width: 8px;
  border-left-color: #9D9F9E; 
  border-bottom-width: 5px; 
}
section .caption.pos-bl.color-w:before,
section .caption.pos-tl.color-w:before,
section .caption.pos-atr.color-w:after {
  border-left-color: #fff;
}
section .caption.pos-bc:before {
  left: 49%;
  top: -10px;
  border-left-width: 5px; 
  border-bottom-width: 8px;
  border-bottom-color: #9D9F9E; 
  border-right-width: 5px; 
}
section .caption.pos-bc.color-w:before {
  border-bottom-color: #fff;
}
section .caption.pos-tc:before,
section .caption.pos-atc:after {
  left: 49%;
  bottom: -10px;
  border-left-width: 5px; 
  border-top-width: 8px;
  border-top-color: #9D9F9E; 
  border-right-width: 5px; 
}
section .caption.pos-tc.color-w:before {
  border-top-color: #fff;
}
section .caption.pos-lcv:before {
  left: -5px;
  top: 8px;
  border-left-width: 5px; 
  border-bottom-width: 8px;
  border-bottom-color: #9D9F9E; 
  border-right-width: 5px; 
}
section .caption.pos-lcv.color-w:before {
  border-bottom-color: #fff;
}
section .caption.pos-rcv:before,
section .caption.pos-abr:after {
  top: 11px;
  border-left-width: 5px; 
  border-top-width: 8px;
  border-top-color: #9D9F9E; 
  border-right-width: 5px; 
}
section .caption.pos-rcv:before {
  left: -5px;
}
section .caption.pos-abr:after {
  right: -3px;
}
section .caption.pos-rcv.color-w:before {
  border-top-color: #fff;
}
section .triangle {
  width: 0; 
  height: 0;
}
section .triangle.pos-bl,
section .desc-block.pos-bl {
  bottom: 0;
  left: 0;
}
section .triangle.pos-br,
section .desc-block.pos-br {
  bottom: 0;
  right: 0;
}
section .triangle.pos-tr,
section .desc-block.pos-tr {
  top: 0;
  right: 0;
}
section .triangle.pos-tl,
section .desc-block.pos-tl {
  top: 0;
  left: 0;
}
section .triangle.pos-tc {
  top: 0;
  left: 50%;
}
section .triangle.pos-bc {
  bottom: 0;
  left: 50%;
}
section .triangle.pos-lc,
section .desc-block.pos-lc {
  top: 50%;
  left: 0;
}
section .triangle.pos-bl {
  border-bottom-style: solid;
  border-bottom-color: #FEE1D1; 
  border-right-style: solid;
  border-right-color: transparent;
}
section .triangle.pos-tl {
  border-top-style: solid;
  border-top-color: #FEE1D1; 
  border-right-style: solid;
  border-right-color: transparent;
}
section .triangle.pos-br {
  border-bottom-style: solid;
  border-bottom-color: #FEE1D1; 
  border-left-style: solid;
  border-left-color: transparent;
}
section .triangle.pos-tr {
  border-top-style: solid;
  border-top-color: #FEE1D1; 
  border-left-style: solid;
  border-left-color: transparent;
}
section .triangle.pos-tc {
  border-top-style: solid;
  border-top-color: #FEE1D1; 
  border-left-style: solid;
  border-left-color: transparent;
  border-right-style: solid;
  border-right-color: transparent;
}
section .triangle.pos-bc {
  border-bottom-style: solid;
  border-bottom-color: #FEE1D1; 
  border-left-style: solid;
  border-left-color: transparent;
  border-right-style: solid;
  border-right-color: transparent;
}
section .triangle.pos-lc {
  border-left-style: solid;
  border-left-color: #FEE1D1; 
  border-top-style: solid;
  border-top-color: transparent;
  border-bottom-style: solid;
  border-bottom-color: transparent;
}
section .desc-block {
  padding: 10px;
  margin: 15px;
  text-align: left;
  background-color: rgba(246,246,246,0.4);
}
@media (min-width: 996px) {
  section h2 {
    font-size: 37px;
    line-height: 42px;
  }
  section h2 span {
    font-size: 22px;
    letter-spacing: 4px;
  }
  section .caption,
  section .desc-block {
    font-size: 13px;
  }
  section .caption.pos-tc:before,
  section .caption.pos-atc:after {
    bottom: -11px;
    border-left-width: 6px; 
    border-top-width: 9px;
    border-right-width: 6px; 
  }
  section .caption.pos-br:before,
  section .caption.pos-tr:before {
    left: -6px;
    border-top-width: 6px; 
    border-right-width: 9px;
    border-bottom-width: 6px; 
  }
  section .caption.pos-bl:before,
  section .caption.pos-tl:before,
  section .caption.pos-atr:after  {
    right: -6px;
    border-top-width: 6px; 
    border-left-width: 9px;
    border-bottom-width: 6px; 
  }
  section .caption.pos-bc:before {
    border-left-width: 6px; 
    border-bottom-width: 9px;
    border-right-width: 6px; 
  }
  section .caption.pos-lcv:before {
    left: -7px;
    border-left-width: 6px; 
    border-bottom-width: 9px;
    border-right-width: 6px; 
  }
  section .caption.pos-rcv:before,
  section .caption.pos-abr:after {
    border-left-width: 6px; 
    border-top-width: 9px;
    border-right-width: 6px; 
  }
  section .caption.pos-rcv:before {
    left: -7px;
  }
  section .caption.pos-abr:after {
    right: -5px;
  }
  section .desc-block {
    padding: 15px;
    margin: 20px;
  }
}
@media (min-width: 1200px) {
  section h2 {
    font-size: 44px;
    line-height: 50px;
  }
  section h2 span {
    font-size: 26px;
    letter-spacing: 5px;
  }
  section .caption,
  section .desc-block  {
    font-size: 15px;
  }
  section .caption.pos-tc:before,
  section .caption.pos-atc:after {
    bottom: -12px;
    border-left-width: 7px; 
    border-top-width: 10px;
    border-right-width: 7px; 
  }
  section .caption.pos-br:before,
  section .caption.pos-tr:before {
    left: -7px;
    border-top-width: 7px; 
    border-right-width: 10px;
    border-bottom-width: 7px; 
  }
  section .caption.pos-bl:before,
  section .caption.pos-tl:before,
  section .caption.pos-atr:after  {
    right: -7px;
    border-top-width: 7px; 
    border-left-width: 10px;
    border-bottom-width: 7px; 
  }
  section .caption.pos-bc:before {
    border-left-width: 7px; 
    border-bottom-width: 10px;
    border-right-width: 7px; 
  }
  section .caption.pos-lcv:before {
    left: -9px;
    border-left-width: 7px; 
    border-bottom-width: 10px;
    border-right-width: 7px; 
  }
  section .caption.pos-rcv:before {
    border-left-width: 7px; 
    border-top-width: 10px;
    border-right-width: 7px; 
  }
  section .caption.pos-rcv:before {
    left: -9px;
  }
  section .caption.pos-abr:after {
    right: -7px;
  }
  section .desc-block {
    padding: 20px;
    margin: 30px;
  }
}
/* Section 1 */
#s01 {
  height: 550px;
}
#s01-1 {
  top: 9.1954%;
  left: 0;
  width: 21.3675%;
}
#s01-2 {
  top: 9.1954%;
  left: 29.487%;
  width: 16.9230769%;
}
#s01-3 {
  bottom: 0;
  left: 43.16239%;
  width: 18.7179487%;
}
#s01-4 {
  top: 0px;
  left: 52.64957%;
  width: 38.547%;
}
#s01-4 .pos-tl {
  left: -8%;
}
#s01-5 {
  bottom: 0;
  right: 0px;
  width: 20.42735%;
}
#s01-t1 {
  border-bottom-width: 316px; 
  border-right-width: 418px;
}
#s01-t2 {
  border-top-width: 120px; 
  border-left-width: 160px;
}
#s01-b1 {
  width: 33%;
}
@media (min-width: 996px) {
  #s01 {
    height: 720px;
  }
  #s01-t1 {
    border-bottom-width: 414px; 
    border-right-width: 546px;
  }
  #s01-t2 {
    border-top-width: 156px; 
    border-left-width: 208px;
  }
}
@media (min-width: 1200px) {
  #s01 {
    height: 870px;
  }
  #s01-t1 {
    border-bottom-width: 500px; 
    border-right-width: 660px;
  }
  #s01-t2 {
    border-top-width: 188px; 
    border-left-width: 250px;
  }
}

/* Section 2 */
#s02 {
  height: 986px;
}
#s02 h2 {
  top: 1%;
  left: 49%;
}
#s02-1 {
  top: 0.2%;
  left: 3%;
  width: 26.153846%;
}
#s02-2 {
  top: 16%;
  left: 33%;
  width: 20.76923%;
}
#s02-2 .pos-bl {
  bottom: 20%;
}
#s02-3 {
  top: 0;
  right: 0;
  width: 58.975%;
  height: 50%;
  overflow: hidden;
}
#s02-3 .pos-tl {
  left: 18%;
  top: 15%;
}
#s02-4 {
  top: 50%;
  left: 0;
  width: 50%;
  height: 50%;
}
#s02-4 .pos-tl {
  left: 18%;
  top: 50%;
}
#s02-5 {
  top: 50%;
  left: 50%;
  width: 30.769231%;
}
#s02-5 .pos-tr {
  right: -15%;
  top: 15%;
}
#s02-6 {
  bottom: 0;
  right: 2%;
  width: 21.11111%;
}
#s02-6 .pos-bl {
  bottom: 25%;
}
#s02-x1 {
  border-color: #C5F0F9;
}
#s02-x2 {
  border-color: #C5F0F9;
  border-top-width: 0;
}
#s02-t1 {
  border-bottom-color: #C5F0F9;
  border-bottom-width: 522px; 
  border-left-width: 416px;
}
#s02-t11 {
  border-bottom-color: #fff;
  border-bottom-width: 520px; 
  border-left-width: 414px;
}
#s02-t12 {
  border-bottom-color: #C5F0F9;
  border-bottom-width: 177px; 
  border-left-width: 141px;
}
#s02-t13 {
  right: 50%;
  border-bottom-color: #C5F0F9;
  border-bottom-width: 68px; 
  border-left-width: 55px;
}
#s02-t2 {
  left: 43%;
  border-top-color: #C5F0F9;
  border-top-width: 246px; 
  border-left-width: 115px;
  border-right-width: 115px;
}
#s02-t3 {
  top: 33.73%;
  border-left-color: #C5F0F9;
  border-left-width: 218px;
  border-top-width: 160px;
  border-bottom-width: 160px;
}
#s02-t4 {
  border-top-color: #C5F0F9;
  border-top-width: 672px; 
  border-right-width: 315px;
}
#s02-t41 {
  border-top-color: #fff;
  border-top-width: 668px; 
  border-right-width: 313px;
}
#s02-b1 {
  top: 45%;
  width: 17.5%;
}
@media (min-width: 996px) {
  #s02 {
    height: 1278px;
  }
  #s02-t1 {
    border-bottom-width: 677px; 
    border-left-width: 540px;
  }
  #s02-t11 {
    border-bottom-width: 675px; 
    border-left-width: 538px;
  }
  #s02-t12 {
    border-bottom-width: 229px; 
    border-left-width: 183px;
  }
  #s02-t13 {
    border-bottom-width: 80px; 
    border-left-width: 64px;
  }
  #s02-t2 {
    border-top-width: 319px; 
    border-left-width: 149px;
    border-right-width: 149px;
  }
  #s02-t3 {
    border-left-width: 282px;
    border-top-width: 208px;
    border-bottom-width: 208px;
  }
  #s02-t4 {
    border-top-width: 872px; 
    border-right-width: 411px;
  }
  #s02-t41 {
    border-top-width: 868px; 
    border-right-width: 409px;
  }
}
@media (min-width: 1200px) {
  #s02 {
    height: 1540px;
  }
  #s02-t1 {
    border-bottom-width: 816px; 
    border-left-width: 650px;
  }
  #s02-t11 {
    border-bottom-width: 814px; 
    border-left-width: 648px;
  }
  #s02-t12 {
    border-bottom-width: 276px; 
    border-left-width: 220px;
  }
  #s02-t13 {
    border-bottom-width: 93px; 
    border-left-width: 74px;
  }
  #s02-t2 {
    border-top-width: 384px; 
    border-left-width: 180px;
    border-right-width: 180px;
  }
  #s02-t3 {
    border-left-width: 340px; 
    border-top-width: 250px;
    border-bottom-width: 250px;
  }
  #s02-t4 {
    border-top-width: 1050px; 
    border-right-width: 495px;
  }
  #s02-t41 {
    border-top-width: 1046px; 
    border-right-width: 493px;
  }
}

/* Section 3 */
#s03 {
  height: 580px;
}
#s03 h2 {
  top: 1%;
  right: 10%;
}
#s03-1 {
  top: 19%;
  left: 2%;
  width: 24.188%;
}
#s03-2 {
  top: 3%;
  left: 21%;
  width: 23.33333%;
}
#s03-2 .pos-tl {
  font-size: 15px;
}
#s03-3 {
  top: 31%;
  left: 30%;
  width: 19.23077%;
}
#s03-4 {
  left: 8%;
  bottom: 2%;
  width: 34.4444444%;
}
#s03-4 .pos-lcv {
  left: -32%;
}
#s03-5 {
  left: 60%;
  top: 14%;
  width: 24.615385%;
}
#s03-5 .pos-rcv {
  right: -55%;
}
#s03-x1 {
  border-color: #FFF45C;
}
#s03-t1 {
  border-top-color: #FFF45C;
  border-top-width: 320px; 
  border-right-width: 230px;
}
#s03-t2 {
  border-bottom-color: #FFF45C;
  border-bottom-width: 580px; 
  border-left-width: 416px;
}
#s03-t3 {
  left: 40%;
  border-bottom-color: #fff;
  border-bottom-width: 122px; 
  border-left-width: 74px;
  border-right-width: 74px;
}
#s03-b1 {
  width: 32%;
}
@media (min-width: 996px) {
  #s03 {
    height: 752px;
  }
  #s03-2 .pos-tl {
    font-size: 17px;
  }
  #s03-t1 {
    border-top-width: 415px; 
    border-right-width: 299px;
  }
  #s03-t2 {
    border-bottom-width: 752px; 
    border-left-width: 540px;
  }
  #s03-t3 {
    border-bottom-width: 158px; 
    border-left-width: 95px;
    border-right-width: 95px;
  }
}
@media (min-width: 1200px) {
  #s03 {
    height: 906px;
  }
  #s03-2 .pos-tl {
    font-size: 20px;
  }
  #s03-t1 {
    border-top-width: 500px; 
    border-right-width: 360px;
  }
  #s03-t2 {
    border-bottom-width: 906px; 
    border-left-width: 650px;
  }
  #s03-t3 {
    border-bottom-width: 190px; 
    border-left-width: 115px;
    border-right-width: 115px;
  }
}

/* Section 4 */
#s04 {
  height: 984px;
}
#s04 h2 {
  top: 1%;
  left: 40%;
  color: #fff !important;
}
#s04-1 {
  top: 0;
  left: 0;
  width: 36.4957265%;
}
#s04-1 .pos-tr {
  top: 10%;
  right: -70%;
}
#s04-2 {
  top: 15%;
  left: 32%;
  width: 20.17094%;
}
#s04-3 {
  top: 0;
  right: 0;
  height: 50%;
  overflow: hidden;
  width: 37.35%;
}
#s04-4 {
  bottom: 4%;
  left: 7%;
  width: 23.076923%;
}
#s04-4 .pos-tc {
  top: -14%;
}
#s04-5 {
  top: 50%;
  left: 25.2%;
  height: 50%;
  width: 37.435897%;
}
#s04-6 {
  top: 50%;
  left: 67%;
  width: 13.760684%;
}
#s04-6 .pos-lcv {
  top: 20%;
  left: -80%;
}
#s04-7 {
  bottom: 0;
  right: 1.5%;
  width: 17.6068376%;
}
#s04-7 .pos-lcv {
  top: auto;
  bottom: 20%;
}
#s04-x1 {
  border-color: #C4C9C3;
}
#s04-x2 {
  border-color: #C4C9C3;
  border-top-width: 0;
}
#s04-t1 {
  left: 33%;
  border-top-color: #C4C9C3;
  border-top-width: 134px; 
  border-left-width: 154px;
  border-right-width: 154px;
}
#s04-t2 {
  top: 33.72%;
  border-left-color: #C4C9C3;
  border-left-width: 218px;
  border-top-width: 160px;
  border-bottom-width: 160px;
}
#s04-t3 {
  border-bottom-color: #C4C9C3;
  border-bottom-width: 74px; 
  border-right-width: 74px;
}
#s04-t4 {
  border-bottom-color: #C4C9C3;
  border-bottom-width: 206px; 
  border-left-width: 164px;
}
#s04-b1 {
  top: 46%;
  width: 21%;
}
@media (min-width: 996px) {
  #s04 {
    height: 1277px;
  }
  #s04-t1 {
    border-top-width: 174px; 
    border-left-width: 199px;
    border-right-width: 199px;
  }
  #s04-t2 {
    border-left-width: 282px;
    border-top-width: 208px;
    border-bottom-width: 208px;
  }
  #s04-t3 {
    border-bottom-width: 96px; 
    border-right-width: 96px;
  }
  #s04-t4 {
    border-bottom-width: 267px; 
    border-left-width: 213px;
  }
}
@media (min-width: 1200px) {
  #s04 {
    height: 1538px;
  }
  #s04-t1 {
    border-top-width: 210px; 
    border-left-width: 240px;
    border-right-width: 240px;
  }
  #s04-t2 {
    border-left-width: 340px; 
    border-top-width: 250px;
    border-bottom-width: 250px;
  }
  #s04-t3 {
    border-bottom-width: 116px; 
    border-right-width: 116px;
  }
  #s04-t4 {
    border-bottom-width: 322px; 
    border-left-width: 256px;
  }
}

/* Section 5 */
#s05 {
  height: 1169px;
}
#s05-1 {
  left: 5%;
  top: 7%;
  width: 26.75213675%;
}
#s05-2 {
  left: 38%;
  bottom: 50%;
  width: 20.17094%
}
#s05-2 .pos-lcv {
  left: -55%;
}
#s05-3 {
  left: 50%;
  top: 0;
  width: 34.188%;
}
#s05-3 .pos-lcv {
  left: -25%;
}
#s05-4 {
  right: 0;
  bottom: 50%;
  width: 20.42735%;
}
#s05-5 {
  left: 5%;
  top: 50%;
  width: 22.99145%;
}
#s05-5 .pos-lcv {
  left: -55%;
}
#s05-6 {
  left: 35%;
  top: 50%;
  width: 37.179487%;
}
#s05-6 .pos-lcv {
  left: -20%;
}
#s05-7 {
  right: 3%;
  bottom: 0;
  width: 28.034188%;
}
#s05-7 .pos-lcv {
  left: -35%;
  top: 30%;
}
#s05-x1 {
  border-color: #E6D2B7;
  border-top-width: 0;
}
#s05-t1 {
  bottom: 50%;
  border-bottom-color: #E6D2B7;
  border-bottom-width: 384px; 
  border-right-width: 384px;
}
#s05-t2 {
  border-top-color: #E6D2B7;
  border-top-width: 154px; 
  border-left-width: 154px;
}
#s05-t3 {
  border-bottom-color: #E6D2B7;
  border-bottom-width: 141px; 
  border-right-width: 179px;
}
#s05-t4 {
  top: 50%;
  border-top-color: #E6D2B7;
  border-top-width: 288px; 
  border-left-width: 224px;
}
#s05-b1 {
  bottom: 5%;
  left: 35%;
  width: 30%;
}
@media (min-width: 996px) {
  #s05 {
    height: 1516px;
  }
  #s05-t1 {
    border-bottom-width: 498px; 
    border-right-width: 498px;
  }
  #s05-t2 {
    border-top-width: 199px; 
    border-left-width: 199px;
  }
  #s05-t3 {
    border-bottom-width: 183px; 
    border-right-width: 232px;
  }
  #s05-t4 {
    border-top-width: 374px; 
    border-left-width: 291px;
  }
}
@media (min-width: 1200px) {
  #s05 {
    height: 1826px;
  }
  #s05-t1 {
    border-bottom-width: 600px; 
    border-right-width: 600px;
  }
  #s05-t2 {
    border-top-width: 240px; 
    border-left-width: 240px;
  }
  #s05-t3 {
    border-bottom-width: 220px; 
    border-right-width: 280px;
  }
  #s05-t4 {
    border-top-width: 450px; 
    border-left-width: 350px;
  }
}

/* Nav list */
.anchor-list {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 8px rgba(80, 80, 80, 0.2);
  z-index: 2000;
}
.anchor-list li {
  padding: 0 !important;
  border: 0;
  position: relative;
  transition: all 0.3s;
}
.anchor-list-link {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-family: arial;
  font-weight: 600;
  font-size: 40px;
  color: #969696 !important;
  transition: all 0.3s;
  opacity: 0.9;
}
.anchor-list-link:hover {
  color: #686868 !important;
  width: 70px;
  opacity: 1;
}
.anchor-list li:hover {
  margin-left: -10px;
}
#anchor-list {
  position: fixed;
  right: 0;
  top: 40%;
}
#nav-s01 {
  background-color: #FEE1D1;
}
#nav-s02 {
  background-color: #C5F0F9;
}
#nav-s03 {
  background-color: #FFF45C;
}
#nav-s04 {
  background-color: #C4C9C3;
}
#nav-s05 {
  background-color: #E6D2B7;
}