#main.home.toplevel {
  height: auto;
  width: 100%;
}
#main.home.toplevel > .inner {
  height: auto;
  width: 100%;
}
#main.home.toplevel > .inner > .sec1 {
  height: auto;
  width: 100%;
  padding: 6rem 0rem;
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec1 {
    padding: 7rem 0rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec1 {
    padding: 8rem 0rem;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec1 {
    padding: 10rem 0rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec1 {
    padding: 12rem 0rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec1 {
    padding: 16rem 0rem;
  }
}
#main.home.toplevel > .inner > .sec1 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 38rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec1 > .inner {
    max-width: 59.5rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec1 > .inner {
    max-width: 78rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec1 > .inner {
    max-width: 104rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec1 > .inner {
    max-width: 112rem;
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec1 > .inner {
    max-width: 116rem;
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec1 > .inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}
#main.home.toplevel > .inner > .sec1 > .inner > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec1 > .inner > .box1 {
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec1 > .inner > .box1 {
    margin-bottom: 0;
    width: 40%;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec1 > .inner > .box1 {
    width: 50%;
  }
}
#main.home.toplevel > .inner > .sec1 > .inner > .box1 > .img1 {
  display: block;
  margin: 0 auto;
  width: 60%;
}
#main.home.toplevel > .inner > .sec1 > .inner > .box2 {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec1 > .inner > .box2 {
    border-left: 0.2rem solid #f0f0f0;
    padding-left: 4rem;
    width: 60%;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec1 > .inner > .box2 {
    padding-left: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec1 > .inner > .box2 {
    padding-left: 6rem;
    width: 50%;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec1 > .inner > .box2 {
    padding-left: 8rem;
  }
}
#main.home.toplevel > .inner > .sec1 > .inner > .box2 > .par1 {
  height: auto;
  width: 100%;
  font-size: 1.56rem;
  letter-spacing: 0.1em;
  line-height: 2.16;
  font-family: "Noto Serif JP", sans-serif;
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec1 > .inner > .box2 > .par1 {
    font-size: 1.62rem;
    line-height: 2.22;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec1 > .inner > .box2 > .par1 {
    font-size: 1.68rem;
    line-height: 2.28;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec1 > .inner > .box2 > .par1 {
    font-size: 1.74rem;
    line-height: 2.34;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec1 > .inner > .box2 > .par1 {
    font-size: 1.8rem;
    line-height: 2.4;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec1 > .inner > .box2 > .par1 {
    font-size: 1.92rem;
    line-height: 2.52;
  }
}
#main.home.toplevel > .inner > .sec1 > .inner > .box2 > .par1 > .elm1 {
  font-size: 1.2em;
}
#main.home.toplevel > .inner > .sec2 {
  height: auto;
  width: 100%;
  padding: 4.5rem 0rem;
  background: center center no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec2 {
    padding: 5.25rem 0rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec2 {
    padding: 6rem 0rem;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec2 {
    padding: 7.5rem 0rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec2 {
    padding: 9rem 0rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec2 {
    padding: 12rem 0rem;
  }
}
#main.home.toplevel > .inner > .sec2::after {
  border: 0.3rem solid #ffffff;
  content: "";
  display: block;
  height: calc(100% - 1.5rem);
  left: 0.75rem;
  position: absolute;
  top: 0.75rem;
  width: calc(100% - 1.5rem);
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec2::after {
    border: 0.35rem solid #ffffff;
    height: calc(100% - 1.75rem);
    left: 0.875rem;
    top: 0.875rem;
    width: calc(100% - 1.75rem);
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec2::after {
    border: 0.4rem solid #ffffff;
    height: calc(100% - 2rem);
    left: 1rem;
    top: 1rem;
    width: calc(100% - 2rem);
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec2::after {
    border: 0.45rem solid #ffffff;
    height: calc(100% - 2.5rem);
    left: 1.25rem;
    top: 1.25rem;
    width: calc(100% - 2.5rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec2::after {
    border: 0.5rem solid #ffffff;
    height: calc(100% - 3rem);
    left: 1.5rem;
    top: 1.5rem;
    width: calc(100% - 3rem);
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec2::after {
    border: 0.55rem solid #ffffff;
    height: calc(100% - 4rem);
    left: 2rem;
    top: 2rem;
    width: calc(100% - 4rem);
  }
}
#main.home.toplevel > .inner > .sec2 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 39.5rem;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec2 > .inner {
    max-width: 61.25rem;
    padding-left: 2.625rem;
    padding-right: 2.625rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec2 > .inner {
    max-width: 80rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec2 > .inner {
    max-width: 87.5rem;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec2 > .inner {
    max-width: 98rem;
    padding-left: 9rem;
    padding-right: 9rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec2 > .inner {
    max-width: 104rem;
    padding-left: 12rem;
    padding-right: 12rem;
  }
}
#main.home.toplevel > .inner > .sec2 > .inner > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec2 > .inner > .box1 {
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec2 > .inner > .box1 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec2 > .inner > .box1 {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec2 > .inner > .box1 {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec2 > .inner > .box1 {
    margin-bottom: 8rem;
  }
}
#main.home.toplevel > .inner > .sec2 > .inner > .box1 > .hdr1 {
  height: auto;
  width: 100%;
  color: #ffffff;
  font-size: 3.12rem;
  font-family: "Amiri", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec2 > .inner > .box1 > .hdr1 {
    font-size: 3.64rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec2 > .inner > .box1 > .hdr1 {
    font-size: 3.92rem;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec2 > .inner > .box1 > .hdr1 {
    font-size: 4.35rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec2 > .inner > .box1 > .hdr1 {
    font-size: 4.8rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec2 > .inner > .box1 > .hdr1 {
    font-size: 5.44rem;
  }
}
#main.home.toplevel > .inner > .sec2 > .inner > .box2 {
  height: auto;
  width: 100%;
}
#main.home.toplevel > .inner > .sec2 > .inner > .box2 > [class^=lst] {
  height: auto;
  width: 100%;
}
#main.home.toplevel > .inner > .sec2 > .inner > .box2 > [class^=lst]:not(:last-of-type) {
  margin-bottom: 2.25rem;
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec2 > .inner > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 2.625rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec2 > .inner > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec2 > .inner > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 3.75rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec2 > .inner > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 4.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec2 > .inner > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 6rem;
  }
}
#main.home.toplevel > .inner > .sec2 > .inner > .box2 > [class^=lst] > .trm1 {
  height: auto;
  width: 100%;
  margin-bottom: 0.75rem;
  position: relative;
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec2 > .inner > .box2 > [class^=lst] > .trm1 {
    margin-bottom: 0.875rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec2 > .inner > .box2 > [class^=lst] > .trm1 {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec2 > .inner > .box2 > [class^=lst] > .trm1 {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec2 > .inner > .box2 > [class^=lst] > .trm1 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec2 > .inner > .box2 > [class^=lst] > .trm1 {
    margin-bottom: 2rem;
  }
}
#main.home.toplevel > .inner > .sec2 > .inner > .box2 > [class^=lst] > .trm1 > .elm1 {
  height: auto;
  width: auto;
  color: #ffffff;
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 2.6rem;
  left: 0;
  letter-spacing: 0.1em;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec2 > .inner > .box2 > [class^=lst] > .trm1 > .elm1 {
    font-size: 2.97rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec2 > .inner > .box2 > [class^=lst] > .trm1 > .elm1 {
    font-size: 3.36rem;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec2 > .inner > .box2 > [class^=lst] > .trm1 > .elm1 {
    font-size: 3.77rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec2 > .inner > .box2 > [class^=lst] > .trm1 > .elm1 {
    font-size: 4.2rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec2 > .inner > .box2 > [class^=lst] > .trm1 > .elm1 {
    font-size: 4.8rem;
  }
}
#main.home.toplevel > .inner > .sec2 > .inner > .box2 > [class^=lst] > .trm1 > .elm2 {
  height: auto;
  width: 100%;
  color: #ffffff;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 1.95rem;
  font-weight: 700;
  height: auto;
  letter-spacing: 0.1em;
  line-height: 1.35;
  padding-left: 5rem;
  text-transform: uppercase;
  transform: translateY(-0.14625em);
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec2 > .inner > .box2 > [class^=lst] > .trm1 > .elm2 {
    font-size: 2.19375rem;
    line-height: 1.3875;
    padding-left: 5.5rem;
    transform: translateY(-0.1503125em);
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec2 > .inner > .box2 > [class^=lst] > .trm1 > .elm2 {
    font-size: 2.45rem;
    line-height: 1.425;
    padding-left: 6rem;
    transform: translateY(-0.154375em);
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec2 > .inner > .box2 > [class^=lst] > .trm1 > .elm2 {
    font-size: 2.71875rem;
    line-height: 1.4625;
    padding-left: 6.5rem;
    transform: translateY(-0.1584375em);
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec2 > .inner > .box2 > [class^=lst] > .trm1 > .elm2 {
    font-size: 3rem;
    line-height: 1.5;
    padding-left: 7rem;
    transform: translateY(-0.1625em);
    width: calc(100% - 7rem);
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec2 > .inner > .box2 > [class^=lst] > .trm1 > .elm2 {
    font-size: 3.4rem;
    line-height: 1.575;
    padding-left: 7.5rem;
    transform: translateY(-0.170625em);
  }
}
#main.home.toplevel > .inner > .sec2 > .inner > .box2 > [class^=lst] > .dsc1 {
  height: auto;
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #ffffff;
  font-weight: 500;
  padding-left: 5rem;
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec2 > .inner > .box2 > [class^=lst] > .dsc1 {
    font-size: 1.35rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec2 > .inner > .box2 > [class^=lst] > .dsc1 {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec2 > .inner > .box2 > [class^=lst] > .dsc1 {
    font-size: 1.45rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec2 > .inner > .box2 > [class^=lst] > .dsc1 {
    font-size: 1.5rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec2 > .inner > .box2 > [class^=lst] > .dsc1 {
    font-size: 1.6rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec2 > .inner > .box2 > [class^=lst] > .dsc1 {
    padding-left: 5.5rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec2 > .inner > .box2 > [class^=lst] > .dsc1 {
    padding-left: 6rem;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec2 > .inner > .box2 > [class^=lst] > .dsc1 {
    padding-left: 6.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec2 > .inner > .box2 > [class^=lst] > .dsc1 {
    padding-left: 7rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec2 > .inner > .box2 > [class^=lst] > .dsc1 {
    padding-left: 7.5rem;
  }
}
#main.home.toplevel > .inner > .sec3 {
  height: auto;
  width: 100%;
  padding: 4.5rem 0rem;
  background-color: #fcfcfc;
  position: relative;
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec3 {
    padding: 5.25rem 0rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec3 {
    padding: 6rem 0rem;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec3 {
    padding: 7.5rem 0rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec3 {
    padding: 9rem 0rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec3 {
    padding: 12rem 0rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec3::before {
    background-color: rgba(210, 180, 140, 0.15);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 55%;
    z-index: 1;
  }
}
#main.home.toplevel > .inner > .sec3 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 38rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec3 > .inner {
    max-width: 59.5rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec3 > .inner {
    max-width: 78rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec3 > .inner {
    max-width: 104rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec3 > .inner {
    max-width: 112rem;
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec3 > .inner {
    max-width: 116rem;
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
#main.home.toplevel > .inner > .sec3 > .inner > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box1 {
    margin-bottom: 0.875rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box1 {
    display: block;
    margin-bottom: 0;
    position: absolute;
    right: 2rem;
    top: 0;
    width: auto;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box1 {
    right: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box1 {
    right: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box1 {
    right: 4rem;
  }
}
#main.home.toplevel > .inner > .sec3 > .inner > .box1 > .hdr1 {
  height: auto;
  width: 100%;
  color: #d2b48c;
  font-family: "Oswald", sans-serif;
  font-size: 1.04rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box1 > .hdr1 {
    font-size: 1.08rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box1 > .hdr1 {
    color: rgba(210, 180, 140, 0.3);
    font-size: 5.6rem;
    width: auto;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box1 > .hdr1 {
    font-size: 5.8rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box1 > .hdr1 {
    font-size: 7.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box1 > .hdr1 {
    font-size: 9.6rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box1.ani {
    opacity: 0;
    transform: translateX(100%);
    transition: opacity 1s, transform 0.7s cubic-bezier(0.8, 0.2, 0.2, 0.8);
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box1.ani.view {
    opacity: 1;
    transform: translateX(0);
  }
}
#main.home.toplevel > .inner > .sec3 > .inner > .box2 {
  height: auto;
  width: 100%;
  margin-bottom: 3rem;
}
#main.home.toplevel > .inner > .sec3 > .inner > .box2 > .hdr1 {
  height: auto;
  width: 100%;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box2 > .hdr1 {
    font-size: 2.7rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box2 > .hdr1 {
    font-size: 2.8rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box2 > .hdr1 {
    font-size: 2.9rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box2 > .hdr1 {
    font-size: 3rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box2 > .hdr1 {
    font-size: 3.2rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box2 > .hdr1 {
    text-align: left;
  }
}
#main.home.toplevel > .inner > .sec3 > .inner > .box2 > .hdr2 {
  height: auto;
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  line-height: 1.8;
  color: #33250b;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box2 > .hdr2 {
    font-size: 1.35rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box2 > .hdr2 {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box2 > .hdr2 {
    font-size: 1.45rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box2 > .hdr2 {
    font-size: 1.5rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box2 > .hdr2 {
    font-size: 1.6rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box2 > .hdr2 {
    text-align: left;
  }
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box2 {
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box2 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box2 {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box2 {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box2 {
    margin-bottom: 8rem;
  }
}
#main.home.toplevel > .inner > .sec3 > .inner > .box3 {
  height: auto;
  width: 100%;
}
#main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] {
    align-items: center;
    display: flex;
  }
}
#main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box]:not(:last-of-type) {
  margin-bottom: 4.5rem;
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box]:not(:last-of-type) {
    margin-bottom: 5.25rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box]:not(:last-of-type) {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box]:not(:last-of-type) {
    margin-bottom: 7.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box]:not(:last-of-type) {
    margin-bottom: 9rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box]:not(:last-of-type) {
    margin-bottom: 12rem;
  }
}
#main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box1 {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box1 {
    width: calc(70% - 1rem);
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box1 {
    width: calc(70% - 1.25rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box1 {
    width: calc(70% - 1.5rem);
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box1 {
    width: calc(70% - 2rem);
  }
}
#main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box1 > .img1 {
  height: auto;
  width: 100%;
  display: block;
}
#main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 {
  padding: 2.25rem 2.25rem;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
}
#main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > .hdr1 {
  height: auto;
  width: 100%;
  margin-bottom: 2.25rem;
  font-size: 1.95rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > .hdr1 {
    margin-bottom: 2.625rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > .hdr1 {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > .hdr1 {
    margin-bottom: 3.75rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > .hdr1 {
    margin-bottom: 4.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > .hdr1 {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > .hdr1 {
    font-size: 2.025rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > .hdr1 {
    font-size: 2.1rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > .hdr1 {
    font-size: 2.175rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > .hdr1 {
    font-size: 2.25rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > .hdr1 {
    font-size: 2.4rem;
    line-height: 2.1;
  }
}
#main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > .hdr1::after {
  background-color: #ff0000;
  content: "";
  display: block;
  height: 0.2rem;
  left: calc(50% - 0.75rem);
  position: absolute;
  top: calc(100% + 0.75rem);
  width: 1.5rem;
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > .hdr1::after {
    bottom: -0.875rem;
    left: calc(50% - 0.875rem);
    top: calc(100% + 0.875rem);
    width: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > .hdr1::after {
    bottom: -1rem;
    left: calc(50% - 1rem);
    top: calc(100% + 1.5rem);
    width: 2rem;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > .hdr1::after {
    bottom: -1.25rem;
    left: calc(50% - 1.25rem);
    top: calc(100% + 1.25rem);
    width: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > .hdr1::after {
    bottom: -1.5rem;
    left: calc(50% - 1.5rem);
    top: calc(100% + 1.5rem);
    width: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > .hdr1::after {
    bottom: -2rem;
    left: calc(50% - 2rem);
    top: calc(100% + 2rem);
    width: 4rem;
  }
}
#main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > .hdr2 {
  height: auto;
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  line-height: 1.8;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > .hdr2 {
    font-size: 1.35rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > .hdr2 {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > .hdr2 {
    font-size: 1.45rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > .hdr2 {
    font-size: 1.5rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > .hdr2 {
    font-size: 1.6rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 {
    padding: 2.625rem 2.625rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 {
    padding: 3rem 3rem;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 {
    padding: 3.75rem 3.75rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 {
    padding: 4.5rem 4.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 {
    padding: 6rem 6rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 {
    margin-left: -8rem;
    width: calc(30% + 9rem);
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 {
    margin-left: -10rem;
    width: calc(30% + 11.25rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 {
    margin-left: -6rem;
    width: calc(30% + 7.5rem);
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 {
    margin-left: -8rem;
    width: calc(30% + 10rem);
  }
}
#main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > .par1 {
  height: auto;
  width: 100%;
  margin-top: 1.5rem;
  font-size: 1.17rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > .par1 {
    margin-top: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > .par1 {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > .par1 {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > .par1 {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > .par1 {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > .par1 {
    font-size: 1.215rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > .par1 {
    font-size: 1.26rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > .par1 {
    font-size: 1.305rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > .par1 {
    font-size: 1.35rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > .par1 {
    font-size: 1.44rem;
    line-height: 2.1;
  }
}
#main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > .par2 {
  height: auto;
  width: 100%;
  margin-top: 0.75rem;
  font-size: 1.17rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #d2b48c;
  text-align: right;
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > .par2 {
    margin-top: 0.875rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > .par2 {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > .par2 {
    margin-top: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > .par2 {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > .par2 {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > .par2 {
    font-size: 1.215rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > .par2 {
    font-size: 1.26rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > .par2 {
    font-size: 1.305rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > .par2 {
    font-size: 1.35rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > .par2 {
    font-size: 1.44rem;
    line-height: 2.1;
  }
}
#main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > .par2 > .lnk1 {
  border-bottom: 0.1rem dotted #d2b48c;
}
#main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > .par2 > .lnk1.hov {
  transition: opacity 0.35s;
}
#main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > .par2 > .lnk1.hov:hover {
  opacity: 0.5;
}
#main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > .par2 > .lnk1 > .elm1 {
  margin-right: 0.5em;
}
#main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > .par2 > .lnk1.hov {
  transition: opacity 0.35s;
}
#main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box] > .box2 > .par2 > .lnk1.hov:hover {
  opacity: 0.5;
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box]:nth-of-type(2n-1) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box]:nth-of-type(2n-1) > .box2 {
    margin-right: -8rem;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box]:nth-of-type(2n-1) > .box2 {
    margin-right: -10rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box]:nth-of-type(2n-1) > .box2 {
    margin-right: -6rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box]:nth-of-type(2n-1) > .box2 {
    margin-right: -8rem;
  }
}
#main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box].ani > .box1 {
  overflow: hidden;
  position: relative;
}
#main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box].ani > .box1::before, #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box].ani > .box1::after {
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  transition: transform 0.35s cubic-bezier(0.8, 0.2, 0.2, 0.8);
}
#main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box].ani > .box1::before {
  background-color: #241a08;
  transition-delay: 0.5s;
}
#main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box].ani > .box1::after {
  background-color: #f8f8f8;
}
#main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box].ani.view > .box1::before, #main.home.toplevel > .inner > .sec3 > .inner > .box3 > [class^=box].ani.view > .box1::after {
  transform: translateX(100%);
}
#main.home.toplevel > .inner > .sec4 {
  height: auto;
  width: 100%;
  padding: 4.5rem 0rem;
  background-color: #33250b;
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec4 {
    padding: 5.25rem 0rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec4 {
    padding: 6rem 0rem;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec4 {
    padding: 7.5rem 0rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec4 {
    padding: 9rem 0rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec4 {
    padding: 12rem 0rem;
  }
}
#main.home.toplevel > .inner > .sec4 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 38rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec4 > .inner {
    max-width: 59.5rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec4 > .inner {
    max-width: 78rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec4 > .inner {
    max-width: 104rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec4 > .inner {
    max-width: 112rem;
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec4 > .inner {
    max-width: 116rem;
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
#main.home.toplevel > .inner > .sec4 > .inner > .inner {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner {
    position: relative;
  }
}
#main.home.toplevel > .inner > .sec4 > .inner > .inner > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 2.25rem;
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box1 {
    margin-bottom: 2.625rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box1 {
    margin-bottom: 0;
    left: calc(50% - 12rem);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24rem;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box1 {
    left: calc(50% - 13.5rem);
    width: 27rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box1 {
    left: calc(50% - 15rem);
    width: 30rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box1 {
    left: calc(50% - 16.5rem);
    width: 33rem;
  }
}
#main.home.toplevel > .inner > .sec4 > .inner > .inner > .box1 > .hdr1 {
  height: auto;
  width: 100%;
  color: #ffffff;
  font-size: 2.6rem;
  font-family: "Amiri", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box1 > .hdr1 {
    font-size: 3.0375rem;
    line-height: 1.48;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box1 > .hdr1 {
    font-size: 3.5rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box1 > .hdr1 {
    font-size: 3.9875rem;
    line-height: 1.56;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box1 > .hdr1 {
    font-size: 4.5rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box1 > .hdr1 {
    font-size: 5.2rem;
    line-height: 1.68;
  }
}
#main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 {
    display: flex;
    justify-content: space-between;
  }
}
#main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] {
  height: auto;
  width: 100%;
  padding: 0.75rem 0.75rem;
  background-color: #ffffff;
  position: relative;
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] {
    padding: 0.875rem 0.875rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] {
    padding: 1rem 1rem;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] {
    padding: 1.25rem 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] {
    padding: 1.5rem 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] {
    padding: 2rem 2rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] {
    width: calc(50% - 12rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] {
    width: calc(50% - 15rem);
  }
}
#main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box].ani {
  opacity: 0;
  transform: translateY(1.5rem);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box].ani {
    transform: translateY(2rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box].ani {
    transform: translateY(3rem);
  }
}
#main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box].ani.view {
  opacity: 1;
  transform: translateY(0);
}
#main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box]:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box]:not(:last-of-type) {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box]:not(:last-of-type) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box]:nth-of-type(2) {
    transition-delay: 0.35s;
  }
}
#main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] > .hdr1 {
  height: auto;
  width: 100%;
  font-size: 1.82rem;
  letter-spacing: 0.2em;
  line-height: 1.8;
  color: #d2b48c;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] > .hdr1 {
    font-size: 1.89rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] > .hdr1 {
    font-size: 1.96rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] > .hdr1 {
    font-size: 2.03rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] > .hdr1 {
    font-size: 2.1rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] > .hdr1 {
    font-size: 2.24rem;
    line-height: 2.1;
  }
}
#main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] > .par1 {
  height: auto;
  width: 100%;
  margin-top: 0.75rem;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] > .par1 {
    margin-top: 0.875rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] > .par1 {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] > .par1 {
    margin-top: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] > .par1 {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] > .par1 {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] > .par1 {
    font-size: 1.35rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] > .par1 {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] > .par1 {
    font-size: 1.45rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] > .par1 {
    font-size: 1.5rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] > .par1 {
    font-size: 1.6rem;
    line-height: 2.1;
  }
}
#main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] > .lst1 {
  height: auto;
  width: 100%;
  margin-top: 0.75rem;
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] > .lst1 {
    margin-top: 0.875rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] > .lst1 {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] > .lst1 {
    margin-top: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] > .lst1 {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] > .lst1 {
    margin-top: 2rem;
  }
}
#main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] > .lst1 > [class^=itm] {
  height: auto;
  width: 100%;
}
#main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] > .lst1 > [class^=itm] > .elm1 {
  height: auto;
  width: 100%;
  margin-bottom: 0.75rem;
  padding: 0.75rem 0.75rem;
  font-size: 1.56rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  background-color: #d2b48c;
  color: #ffffff;
  display: block;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] > .lst1 > [class^=itm] > .elm1 {
    margin-bottom: 0.875rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] > .lst1 > [class^=itm] > .elm1 {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] > .lst1 > [class^=itm] > .elm1 {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] > .lst1 > [class^=itm] > .elm1 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] > .lst1 > [class^=itm] > .elm1 {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] > .lst1 > [class^=itm] > .elm1 {
    padding: 0.875rem 0.875rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] > .lst1 > [class^=itm] > .elm1 {
    padding: 1rem 1rem;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] > .lst1 > [class^=itm] > .elm1 {
    padding: 1.25rem 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] > .lst1 > [class^=itm] > .elm1 {
    padding: 1.5rem 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] > .lst1 > [class^=itm] > .elm1 {
    padding: 2rem 2rem;
  }
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] > .lst1 > [class^=itm] > .elm1 {
    font-size: 1.62rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] > .lst1 > [class^=itm] > .elm1 {
    font-size: 1.68rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] > .lst1 > [class^=itm] > .elm1 {
    font-size: 1.74rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] > .lst1 > [class^=itm] > .elm1 {
    font-size: 1.8rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] > .lst1 > [class^=itm] > .elm1 {
    font-size: 1.92rem;
    line-height: 2.1;
  }
}
#main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] > .lst1 > [class^=itm] > .elm2 {
  height: auto;
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  display: block;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] > .lst1 > [class^=itm] > .elm2 {
    font-size: 1.35rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] > .lst1 > [class^=itm] > .elm2 {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] > .lst1 > [class^=itm] > .elm2 {
    font-size: 1.45rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] > .lst1 > [class^=itm] > .elm2 {
    font-size: 1.5rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] > .lst1 > [class^=itm] > .elm2 {
    font-size: 1.6rem;
    line-height: 2.1;
  }
}
#main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] > .par1 {
  height: auto;
  width: auto;
  font-size: 1.17rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  right: 0;
  position: absolute;
  text-align: right;
  top: 100%;
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] > .par1 {
    font-size: 1.215rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] > .par1 {
    font-size: 1.26rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] > .par1 {
    font-size: 1.305rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] > .par1 {
    font-size: 1.35rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] > .par1 {
    font-size: 1.44rem;
    line-height: 2.1;
  }
}
#main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] > .par1 > .lnk1 {
  color: #ffffff;
}
#main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] > .par1 > .lnk1 > .elm1 {
  background: #ffffff;
  border-radius: 50%;
  color: #33250b;
  display: inline-block;
  height: 1.5em;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 1.5em;
}
#main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] > .par1 > .lnk1 > .elm1 > .ico1 {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-40%, -40%);
}
#main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] > .par1 > .lnk1 > .elm2 {
  margin-left: 0.5em;
  vertical-align: middle;
}
#main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] > .par1 > .lnk1.hov {
  transition: opacity 0.35s;
}
#main.home.toplevel > .inner > .sec4 > .inner > .inner > .box2 > [class^=box] > .par1 > .lnk1.hov:hover {
  opacity: 0.5;
}
#main.home.toplevel > .inner > .sec5 {
  height: auto;
  width: 100%;
  padding: 4.5rem 0rem;
  background-color: #fcfcfc;
  position: relative;
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec5 {
    padding: 5.25rem 0rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec5 {
    padding: 6rem 0rem;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec5 {
    padding: 7.5rem 0rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec5 {
    padding: 9rem 0rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec5 {
    padding: 12rem 0rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec5::before {
    background-color: rgba(210, 180, 140, 0.1);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 45%;
    z-index: 1;
  }
}
#main.home.toplevel > .inner > .sec5 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 38rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec5 > .inner {
    max-width: 59.5rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec5 > .inner {
    max-width: 78rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec5 > .inner {
    max-width: 104rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec5 > .inner {
    max-width: 112rem;
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec5 > .inner {
    max-width: 116rem;
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
#main.home.toplevel > .inner > .sec5 > .inner > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box1 {
    margin-bottom: 0.875rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box1 {
    display: block;
    margin-bottom: 0;
    position: absolute;
    right: 2rem;
    top: 0;
    width: auto;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box1 {
    right: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box1 {
    right: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box1 {
    right: 4rem;
  }
}
#main.home.toplevel > .inner > .sec5 > .inner > .box1 > .hdr1 {
  height: auto;
  width: 100%;
  color: #d2b48c;
  font-family: "Oswald", sans-serif;
  font-size: 1.04rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box1 > .hdr1 {
    font-size: 1.08rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box1 > .hdr1 {
    color: rgba(210, 180, 140, 0.3);
    font-size: 5.6rem;
    width: auto;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box1 > .hdr1 {
    font-size: 5.8rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box1 > .hdr1 {
    font-size: 7.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box1 > .hdr1 {
    font-size: 9.6rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box1.ani {
    opacity: 0;
    transform: translateX(100%);
    transition: opacity 1s, transform 0.7s cubic-bezier(0.8, 0.2, 0.2, 0.8);
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box1.ani.view {
    opacity: 1;
    transform: translateX(0);
  }
}
#main.home.toplevel > .inner > .sec5 > .inner > .box2 {
  height: auto;
  width: 100%;
  margin-bottom: 3rem;
}
#main.home.toplevel > .inner > .sec5 > .inner > .box2 > .hdr1 {
  height: auto;
  width: 100%;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box2 > .hdr1 {
    font-size: 2.7rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box2 > .hdr1 {
    font-size: 2.8rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box2 > .hdr1 {
    font-size: 2.9rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box2 > .hdr1 {
    font-size: 3rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box2 > .hdr1 {
    font-size: 3.2rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box2 > .hdr1 {
    text-align: left;
  }
}
#main.home.toplevel > .inner > .sec5 > .inner > .box2 > .hdr2 {
  height: auto;
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  line-height: 1.8;
  color: #33250b;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box2 > .hdr2 {
    font-size: 1.35rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box2 > .hdr2 {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box2 > .hdr2 {
    font-size: 1.45rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box2 > .hdr2 {
    font-size: 1.5rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box2 > .hdr2 {
    font-size: 1.6rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box2 > .hdr2 {
    text-align: left;
  }
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box2 {
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box2 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box2 {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box2 {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box2 {
    margin-bottom: 8rem;
  }
}
#main.home.toplevel > .inner > .sec5 > .inner > .box3 {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box3 {
    background-color: #ffffff;
    padding: 2rem;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box3 {
    padding: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box3 {
    padding: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box3 {
    padding: 4rem;
  }
}
#main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner {
  margin: -0.75rem -0.75rem;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  width: calc(100% + 1.5rem);
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner {
    margin: -0.875rem -0.875rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner {
    margin: -1rem -1rem;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner {
    margin: -1.25rem -1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner {
    margin: -1.5rem -1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner {
    margin: -2rem -2rem;
  }
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner {
    width: calc(100% + 1.75rem);
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner {
    width: calc(100% + 2rem);
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner {
    width: calc(100% + 2.5rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner {
    width: calc(100% + 3rem);
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner {
    width: calc(100% + 4rem);
  }
}
#main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner > [class^=box] {
  padding: 0.75rem 0.75rem;
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner > [class^=box] {
    padding: 0.875rem 0.875rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner > [class^=box] {
    padding: 1rem 1rem;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner > [class^=box] {
    padding: 1.25rem 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner > [class^=box] {
    padding: 1.5rem 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner > [class^=box] {
    padding: 2rem 2rem;
  }
}
#main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner > [class^=box] {
  height: auto;
  width: 100%;
  width: 50%;
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner > [class^=box] {
    width: 33.333%;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner > [class^=box] {
    width: 25%;
  }
}
#main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner > [class^=box] > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner > [class^=box] > .box1 {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner > [class^=box] > .box1 {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner > [class^=box] > .box1 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner > [class^=box] > .box1 {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner > [class^=box] > .box1 {
    margin-bottom: 4rem;
  }
}
#main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner > [class^=box] > .box1 > .img1 {
  height: auto;
  width: 100%;
  display: block;
}
#main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner > [class^=box] > .box2 {
  height: auto;
  width: 100%;
}
#main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner > [class^=box] > .box2 > .hdr1 {
  height: auto;
  width: 100%;
  margin-bottom: 0.75rem;
  font-size: 1.56rem;
  letter-spacing: 0.2em;
  line-height: 1.44;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner > [class^=box] > .box2 > .hdr1 {
    margin-bottom: 0.875rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner > [class^=box] > .box2 > .hdr1 {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner > [class^=box] > .box2 > .hdr1 {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner > [class^=box] > .box2 > .hdr1 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner > [class^=box] > .box2 > .hdr1 {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner > [class^=box] > .box2 > .hdr1 {
    font-size: 1.62rem;
    line-height: 1.48;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner > [class^=box] > .box2 > .hdr1 {
    font-size: 1.68rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner > [class^=box] > .box2 > .hdr1 {
    font-size: 1.74rem;
    line-height: 1.56;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner > [class^=box] > .box2 > .hdr1 {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner > [class^=box] > .box2 > .hdr1 {
    font-size: 1.92rem;
    line-height: 1.68;
  }
}
#main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner > [class^=box] > .box2 > .hdr2 {
  height: auto;
  width: 100%;
  margin-bottom: 0.75rem;
  font-size: 1.04rem;
  letter-spacing: 0.1em;
  line-height: 1.44;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner > [class^=box] > .box2 > .hdr2 {
    margin-bottom: 0.875rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner > [class^=box] > .box2 > .hdr2 {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner > [class^=box] > .box2 > .hdr2 {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner > [class^=box] > .box2 > .hdr2 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner > [class^=box] > .box2 > .hdr2 {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner > [class^=box] > .box2 > .hdr2 {
    font-size: 1.08rem;
    line-height: 1.48;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner > [class^=box] > .box2 > .hdr2 {
    font-size: 1.12rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner > [class^=box] > .box2 > .hdr2 {
    font-size: 1.16rem;
    line-height: 1.56;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner > [class^=box] > .box2 > .hdr2 {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner > [class^=box] > .box2 > .hdr2 {
    font-size: 1.28rem;
    line-height: 1.68;
  }
}
#main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner > [class^=box] > .box2 > .par1 {
  height: auto;
  width: 100%;
  font-size: 0.91rem;
  letter-spacing: 0.1em;
  line-height: 1.44;
  text-align: center;
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner > [class^=box] > .box2 > .par1 {
    font-size: 0.945rem;
    line-height: 1.48;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner > [class^=box] > .box2 > .par1 {
    font-size: 0.98rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner > [class^=box] > .box2 > .par1 {
    font-size: 1.015rem;
    line-height: 1.56;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner > [class^=box] > .box2 > .par1 {
    font-size: 1.05rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner > [class^=box] > .box2 > .par1 {
    font-size: 1.12rem;
    line-height: 1.68;
  }
}
#main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner > [class^=box].ani > .box1 {
  overflow: hidden;
  position: relative;
}
#main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner > [class^=box].ani > .box1::before, #main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner > [class^=box].ani > .box1::after {
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  transition: transform 0.35s cubic-bezier(0.8, 0.2, 0.2, 0.8);
}
#main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner > [class^=box].ani > .box1::before {
  background-color: #241a08;
  transition-delay: 0.5s;
}
#main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner > [class^=box].ani > .box1::after {
  background-color: #fcfcfc;
}
#main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner > [class^=box].ani.view > .box1::before, #main.home.toplevel > .inner > .sec5 > .inner > .box3 > .inner > [class^=box].ani.view > .box1::after {
  transform: translateX(100%);
}
#main.home.toplevel > .inner > .sec6 {
  height: auto;
  width: 100%;
  padding: 4.5rem 0rem;
  background-color: rgba(210, 180, 140, 0.2);
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec6 {
    padding: 5.25rem 0rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec6 {
    padding: 6rem 0rem;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec6 {
    padding: 7.5rem 0rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec6 {
    padding: 9rem 0rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec6 {
    padding: 12rem 0rem;
  }
}
#main.home.toplevel > .inner > .sec6 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 35rem;
  position: relative;
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec6 > .inner {
    max-width: 56rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec6 > .inner {
    max-width: 74rem;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec6 > .inner {
    max-width: 99rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec6 > .inner {
    max-width: 100rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec6 > .inner {
    max-width: 100rem;
  }
}
#main.home.toplevel > .inner > .sec6 > .inner > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box1 {
    margin-bottom: 0.875rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box1 {
    display: block;
    margin-bottom: 0;
    position: absolute;
    right: 2rem;
    top: 0;
    width: auto;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box1 {
    right: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box1 {
    right: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box1 {
    right: 4rem;
  }
}
#main.home.toplevel > .inner > .sec6 > .inner > .box1 > .hdr1 {
  height: auto;
  width: 100%;
  color: #d2b48c;
  font-family: "Oswald", sans-serif;
  font-size: 1.04rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box1 > .hdr1 {
    font-size: 1.08rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box1 > .hdr1 {
    color: rgba(210, 180, 140, 0.3);
    font-size: 5.6rem;
    width: auto;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box1 > .hdr1 {
    font-size: 5.8rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box1 > .hdr1 {
    font-size: 7.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box1 > .hdr1 {
    font-size: 9.6rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box1.ani {
    opacity: 0;
    transform: translateX(100%);
    transition: opacity 1s, transform 0.7s cubic-bezier(0.8, 0.2, 0.2, 0.8);
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box1.ani.view {
    opacity: 1;
    transform: translateX(0);
  }
}
#main.home.toplevel > .inner > .sec6 > .inner > .box2 {
  height: auto;
  width: 100%;
  margin-bottom: 3rem;
}
#main.home.toplevel > .inner > .sec6 > .inner > .box2 > .hdr1 {
  height: auto;
  width: 100%;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box2 > .hdr1 {
    font-size: 2.7rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box2 > .hdr1 {
    font-size: 2.8rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box2 > .hdr1 {
    font-size: 2.9rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box2 > .hdr1 {
    font-size: 3rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box2 > .hdr1 {
    font-size: 3.2rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box2 > .hdr1 {
    text-align: left;
  }
}
#main.home.toplevel > .inner > .sec6 > .inner > .box2 > .hdr2 {
  height: auto;
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  line-height: 1.8;
  color: #33250b;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box2 > .hdr2 {
    font-size: 1.35rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box2 > .hdr2 {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box2 > .hdr2 {
    font-size: 1.45rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box2 > .hdr2 {
    font-size: 1.5rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box2 > .hdr2 {
    font-size: 1.6rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box2 > .hdr2 {
    text-align: left;
  }
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box2 {
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box2 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box2 {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box2 {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box2 {
    margin-bottom: 8rem;
  }
}
#main.home.toplevel > .inner > .sec6 > .inner > .box3 {
  height: auto;
  width: 100%;
}
#main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box0 {
  height: auto;
  width: 100%;
  background-color: #ffffff;
}
#main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box0 > .par1 {
  height: auto;
  width: 100%;
  padding: 2.25rem 1.5rem;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box0 > .par1 {
    padding: 2.625rem 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box0 > .par1 {
    padding: 3rem 2rem;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box0 > .par1 {
    padding: 3.75rem 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box0 > .par1 {
    padding: 4.5rem 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box0 > .par1 {
    padding: 6rem 4rem;
  }
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box0 > .par1 {
    font-size: 1.35rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box0 > .par1 {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box0 > .par1 {
    font-size: 1.45rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box0 > .par1 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box0 > .par1 {
    font-size: 1.6rem;
  }
}
#main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 {
  height: auto;
  width: 100%;
}
#main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] {
  height: auto;
  width: 100%;
  background-color: #ffffff;
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] {
    align-items: center;
    display: flex;
  }
}
#main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box]:not(:last-of-type) {
  margin-bottom: 2.25rem;
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box]:not(:last-of-type) {
    margin-bottom: 2.625rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box]:not(:last-of-type) {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box]:not(:last-of-type) {
    margin-bottom: 3.75rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box]:not(:last-of-type) {
    margin-bottom: 4.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box]:not(:last-of-type) {
    margin-bottom: 6rem;
  }
}
#main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box].ani {
  opacity: 0;
  transform: translateY(1.5rem);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box].ani {
    transform: translateY(2rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box].ani {
    transform: translateY(3rem);
  }
}
#main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box].ani.view {
  opacity: 1;
  transform: translateY(0);
}
#main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box1 {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box1 {
    width: 25rem;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box1 {
    width: 27.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box1 {
    width: 30rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box1 {
    width: 22.5rem;
  }
}
#main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box1 > .lnk1 {
  height: auto;
  width: 100%;
  display: block;
}
#main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box1 > .lnk1 > .img1 {
  height: auto;
  width: 100%;
  display: block;
}
#main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box1 > .lnk1.hov {
  overflow: hidden;
}
#main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box1 > .lnk1.hov > .img1 {
  transition: transform 0.35s;
}
#main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box1 > .lnk1.hov:hover > .img1 {
  transform: scale(1.05);
}
#main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 {
  height: auto;
  width: 100%;
  padding: 1.5rem;
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 {
    padding: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 {
    padding: 0 2rem;
    width: calc(100% - 25rem);
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 {
    padding: 0 2.5rem;
    width: calc(100% - 27.5rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 {
    padding: 0 3rem;
    width: calc(100% - 30rem);
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 {
    padding: 0 4rem;
    width: calc(100% - 32.5rem);
  }
}
#main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .lst1 {
  margin: -0.375rem -0.375rem;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  width: calc(100% + 0.75rem);
  margin-bottom: 1.125rem;
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .lst1 {
    margin: -0.4375rem -0.4375rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .lst1 {
    margin: -0.5rem -0.5rem;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .lst1 {
    margin: -0.625rem -0.625rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .lst1 {
    margin: -0.75rem -0.75rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .lst1 {
    margin: -1rem -1rem;
  }
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .lst1 {
    width: calc(100% + 0.875rem);
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .lst1 {
    width: calc(100% + 1rem);
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .lst1 {
    width: calc(100% + 1.25rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .lst1 {
    width: calc(100% + 1.5rem);
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .lst1 {
    width: calc(100% + 2rem);
  }
}
#main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] {
  padding: 0.375rem 0.375rem;
  height: auto;
  width: auto;
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] {
    padding: 0.4375rem 0.4375rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] {
    padding: 0.5rem 0.5rem;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] {
    padding: 0.625rem 0.625rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] {
    padding: 0.75rem 0.75rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] {
    padding: 1rem 1rem;
  }
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .lst1 {
    margin-bottom: 1.3125rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .lst1 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .lst1 {
    margin-bottom: 1.875rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .lst1 {
    margin-bottom: 2.25rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .lst1 {
    margin-bottom: 3rem;
  }
}
#main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .lnk1, #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .elm1 {
  height: auto;
  width: auto;
  font-size: 1.04rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  padding: 0rem 0.75rem;
  background-color: #241a08;
  border-radius: 1.1232rem;
  color: #ffffff;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .lnk1, #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .elm1 {
    font-size: 1.08rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .lnk1, #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .elm1 {
    font-size: 1.12rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .lnk1, #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .elm1 {
    font-size: 1.16rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .lnk1, #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .elm1 {
    font-size: 1.2rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .lnk1, #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .elm1 {
    font-size: 1.28rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .lnk1, #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .elm1 {
    padding: 0rem 0.875rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .lnk1, #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .elm1 {
    padding: 0rem 1rem;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .lnk1, #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .elm1 {
    padding: 0rem 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .lnk1, #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .elm1 {
    padding: 0rem 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .lnk1, #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .elm1 {
    padding: 0rem 2rem;
  }
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .lnk1, #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .elm1 {
    border-radius: 1.1988rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .lnk1, #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .elm1 {
    border-radius: 1.2768rem;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .lnk1, #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .elm1 {
    border-radius: 1.3572rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .lnk1, #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .elm1 {
    border-radius: 1.44rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .lnk1, #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .elm1 {
    border-radius: 1.6128rem;
  }
}
#main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .lnk1.hov, #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .elm1.hov {
  transition: background-color 0.35s;
}
#main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .lnk1.hov:hover, #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .elm1.hov:hover {
  background-color: #d2b48c;
}
#main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .hdr1 {
  height: auto;
  width: 100%;
}
#main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .hdr1 > .lnk1 {
  height: auto;
  width: 100%;
  margin-bottom: 1.125rem;
  font-size: 1.56rem;
  letter-spacing: 0.1em;
  line-height: 1.44;
  display: block;
  font-weight: 700;
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .hdr1 > .lnk1 {
    margin-bottom: 1.3125rem;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .hdr1 > .lnk1 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .hdr1 > .lnk1 {
    margin-bottom: 1.875rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .hdr1 > .lnk1 {
    margin-bottom: 2.25rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .hdr1 > .lnk1 {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .hdr1 > .lnk1 {
    font-size: 1.62rem;
    line-height: 1.48;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .hdr1 > .lnk1 {
    font-size: 1.68rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .hdr1 > .lnk1 {
    font-size: 1.74rem;
    line-height: 1.56;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .hdr1 > .lnk1 {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .hdr1 > .lnk1 {
    font-size: 1.92rem;
    line-height: 1.68;
  }
}
#main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .hdr1 > .lnk1.hov {
  transition: color 0.35s;
}
#main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .hdr1 > .lnk1:hover {
  color: #d2b48c;
}
#main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .hdr2 {
  height: auto;
  width: 100%;
  font-size: 1.04rem;
  letter-spacing: 0.1em;
  line-height: 1.44;
  text-align: right;
}
@media screen and (min-width: 570px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .hdr2 {
    font-size: 1.08rem;
    line-height: 1.48;
  }
}
@media screen and (min-width: 740px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .hdr2 {
    font-size: 1.12rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 980px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .hdr2 {
    font-size: 1.16rem;
    line-height: 1.56;
  }
}
@media screen and (min-width: 1200px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .hdr2 {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1600px) {
  #main.home.toplevel > .inner > .sec6 > .inner > .box3 > .box1 > [class^=box] > .box2 > .hdr2 {
    font-size: 1.28rem;
    line-height: 1.68;
  }
}

/*# sourceMappingURL=home.css.map */
