#main.topic {
  height: auto;
  width: 100%;
  margin-bottom: 4.5rem;
}
@media screen and (min-width: 570px) {
  #main.topic {
    margin-bottom: 5.25rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 980px) {
  #main.topic {
    margin-bottom: 7.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic {
    margin-bottom: 9rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic {
    margin-bottom: 12rem;
  }
}
#main.topic > .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.topic > .inner {
    max-width: 59.5rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic > .inner {
    max-width: 78rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 980px) {
  #main.topic > .inner {
    max-width: 104rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic > .inner {
    max-width: 132rem;
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic > .inner {
    max-width: 176rem;
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic > .inner {
    align-items: flex-start;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#main.topic > .inner > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 3rem;
  background-color: #33250b;
}
@media screen and (min-width: 570px) {
  #main.topic > .inner > .box1 {
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic > .inner > .box1 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 980px) {
  #main.topic > .inner > .box1 {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic > .inner > .box1 {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic > .inner > .box1 {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic > .inner > .box1 {
    width: 20rem;
  }
}
@media screen and (min-width: 980px) {
  #main.topic > .inner > .box1 {
    width: 25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic > .inner > .box1 {
    width: 30rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic > .inner > .box1 {
    width: 35rem;
  }
}
#main.topic > .inner > .box1 > .box1 {
  height: auto;
  width: 100%;
}
#main.topic > .inner > .box1 > .box1 > .hdr1, #main.topic > .inner > .box1 > .box1 > .lnk1 {
  height: auto;
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  line-height: 1.8;
  padding: 0.75rem 0.75rem;
  border-bottom: 0.2rem solid #ffffff;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 570px) {
  #main.topic > .inner > .box1 > .box1 > .hdr1, #main.topic > .inner > .box1 > .box1 > .lnk1 {
    font-size: 1.35rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #main.topic > .inner > .box1 > .box1 > .hdr1, #main.topic > .inner > .box1 > .box1 > .lnk1 {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #main.topic > .inner > .box1 > .box1 > .hdr1, #main.topic > .inner > .box1 > .box1 > .lnk1 {
    font-size: 1.45rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic > .inner > .box1 > .box1 > .hdr1, #main.topic > .inner > .box1 > .box1 > .lnk1 {
    font-size: 1.5rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic > .inner > .box1 > .box1 > .hdr1, #main.topic > .inner > .box1 > .box1 > .lnk1 {
    font-size: 1.6rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 570px) {
  #main.topic > .inner > .box1 > .box1 > .hdr1, #main.topic > .inner > .box1 > .box1 > .lnk1 {
    padding: 0.875rem 0.875rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic > .inner > .box1 > .box1 > .hdr1, #main.topic > .inner > .box1 > .box1 > .lnk1 {
    padding: 1rem 1rem;
  }
}
@media screen and (min-width: 980px) {
  #main.topic > .inner > .box1 > .box1 > .hdr1, #main.topic > .inner > .box1 > .box1 > .lnk1 {
    padding: 1.25rem 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic > .inner > .box1 > .box1 > .hdr1, #main.topic > .inner > .box1 > .box1 > .lnk1 {
    padding: 1.5rem 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic > .inner > .box1 > .box1 > .hdr1, #main.topic > .inner > .box1 > .box1 > .lnk1 {
    padding: 2rem 2rem;
  }
}
#main.topic > .inner > .box1 > .box1 > .hdr1.hdr1, #main.topic > .inner > .box1 > .box1 > .lnk1.hdr1 {
  display: none;
}
@media screen and (min-width: 740px) {
  #main.topic > .inner > .box1 > .box1 > .hdr1.hdr1, #main.topic > .inner > .box1 > .box1 > .lnk1.hdr1 {
    display: block;
  }
}
#main.topic > .inner > .box1 > .box1 > .hdr1.lnk1, #main.topic > .inner > .box1 > .box1 > .lnk1.lnk1 {
  display: block;
  position: relative;
}
@media screen and (min-width: 740px) {
  #main.topic > .inner > .box1 > .box1 > .hdr1.lnk1, #main.topic > .inner > .box1 > .box1 > .lnk1.lnk1 {
    display: none;
  }
}
#main.topic > .inner > .box1 > .box1 > .hdr1.lnk1 > .elm2, #main.topic > .inner > .box1 > .box1 > .lnk1.lnk1 > .elm2 {
  background-color: #ffffff;
  height: 0.1rem;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transition: transform 0.5s;
  width: 1rem;
}
#main.topic > .inner > .box1 > .box1 > .hdr1.lnk1 > .elm2::before, #main.topic > .inner > .box1 > .box1 > .lnk1.lnk1 > .elm2::before {
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  content: "";
  display: block;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transform: rotate(90deg);
  transition: transform 0.5s, opacity 0.5s;
}
#main.topic > .inner > .box1 > .box1 > .hdr1.lnk1.hov, #main.topic > .inner > .box1 > .box1 > .lnk1.lnk1.hov {
  transition: opacity 0.35s;
}
#main.topic > .inner > .box1 > .box1 > .hdr1.lnk1.hov:hover, #main.topic > .inner > .box1 > .box1 > .lnk1.lnk1.hov:hover {
  opacity: 0.5;
}
#main.topic > .inner > .box1 > .box1 > .hdr1.lnk1.active > .elm2, #main.topic > .inner > .box1 > .box1 > .lnk1.lnk1.active > .elm2 {
  transform: translateY(-50%);
}
#main.topic > .inner > .box1 > .box1 > .hdr1.lnk1.active > .elm2::before, #main.topic > .inner > .box1 > .box1 > .lnk1.lnk1.active > .elm2::before {
  opacity: 0;
  transform: rotate(90deg);
}
#main.topic > .inner > .box1 > .box1 > .lst1 {
  height: auto;
  width: 100%;
  padding: 0.75rem 0rem;
  display: none;
}
@media screen and (min-width: 570px) {
  #main.topic > .inner > .box1 > .box1 > .lst1 {
    padding: 0.875rem 0rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic > .inner > .box1 > .box1 > .lst1 {
    padding: 1rem 0rem;
  }
}
@media screen and (min-width: 980px) {
  #main.topic > .inner > .box1 > .box1 > .lst1 {
    padding: 1.25rem 0rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic > .inner > .box1 > .box1 > .lst1 {
    padding: 1.5rem 0rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic > .inner > .box1 > .box1 > .lst1 {
    padding: 2rem 0rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic > .inner > .box1 > .box1 > .lst1 {
    display: block;
  }
}
#main.topic > .inner > .box1 > .box1 > .lst1 > [class^=itm] {
  height: auto;
  width: 100%;
  padding: 0rem 1.125rem;
}
@media screen and (min-width: 570px) {
  #main.topic > .inner > .box1 > .box1 > .lst1 > [class^=itm] {
    padding: 0rem 1.3125rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic > .inner > .box1 > .box1 > .lst1 > [class^=itm] {
    padding: 0rem 1.5rem;
  }
}
@media screen and (min-width: 980px) {
  #main.topic > .inner > .box1 > .box1 > .lst1 > [class^=itm] {
    padding: 0rem 1.875rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic > .inner > .box1 > .box1 > .lst1 > [class^=itm] {
    padding: 0rem 2.25rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic > .inner > .box1 > .box1 > .lst1 > [class^=itm] {
    padding: 0rem 3rem;
  }
}
#main.topic > .inner > .box1 > .box1 > .lst1 > [class^=itm] > .lnk1 {
  height: auto;
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  line-height: 2.7;
  color: #ffffff;
  display: block;
  font-weight: 700;
}
@media screen and (min-width: 570px) {
  #main.topic > .inner > .box1 > .box1 > .lst1 > [class^=itm] > .lnk1 {
    font-size: 1.35rem;
    line-height: 2.775;
  }
}
@media screen and (min-width: 740px) {
  #main.topic > .inner > .box1 > .box1 > .lst1 > [class^=itm] > .lnk1 {
    font-size: 1.4rem;
    line-height: 2.85;
  }
}
@media screen and (min-width: 980px) {
  #main.topic > .inner > .box1 > .box1 > .lst1 > [class^=itm] > .lnk1 {
    font-size: 1.45rem;
    line-height: 2.925;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic > .inner > .box1 > .box1 > .lst1 > [class^=itm] > .lnk1 {
    font-size: 1.5rem;
    line-height: 3;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic > .inner > .box1 > .box1 > .lst1 > [class^=itm] > .lnk1 {
    font-size: 1.6rem;
    line-height: 3.15;
  }
}
#main.topic > .inner > .box1 > .box1 > .lst1 > [class^=itm] > .lnk1.hov {
  transition: opacity 0.35s;
}
#main.topic > .inner > .box1 > .box1 > .lst1 > [class^=itm] > .lnk1.hov:hover {
  opacity: 0.5;
}
#main.topic > .inner > .box1 > .box1 > .lst1 > [class^=itm].current > .lnk1 {
  color: #d2b48c;
}
#main.topic > .inner > .box2 {
  height: auto;
  width: 100%;
  margin-bottom: 4.5rem;
}
@media screen and (min-width: 570px) {
  #main.topic > .inner > .box2 {
    margin-bottom: 5.25rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic > .inner > .box2 {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 980px) {
  #main.topic > .inner > .box2 {
    margin-bottom: 7.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic > .inner > .box2 {
    margin-bottom: 9rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic > .inner > .box2 {
    margin-bottom: 12rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic > .inner > .box2 {
    width: calc(100% - 24rem);
  }
}
@media screen and (min-width: 980px) {
  #main.topic > .inner > .box2 {
    width: calc(100% - 30rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.topic > .inner > .box2 {
    width: calc(100% - 36rem);
  }
}
@media screen and (min-width: 1600px) {
  #main.topic > .inner > .box2 {
    width: calc(100% - 43rem);
  }
}
#main.topic > .inner > .box2 > .box0 {
  height: auto;
  width: 100%;
  margin: 4.5rem 0rem;
}
@media screen and (min-width: 570px) {
  #main.topic > .inner > .box2 > .box0 {
    margin: 5.25rem 0rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic > .inner > .box2 > .box0 {
    margin: 6rem 0rem;
  }
}
@media screen and (min-width: 980px) {
  #main.topic > .inner > .box2 > .box0 {
    margin: 7.5rem 0rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic > .inner > .box2 > .box0 {
    margin: 9rem 0rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic > .inner > .box2 > .box0 {
    margin: 12rem 0rem;
  }
}
#main.topic > .inner > .box2 > .box0 > .par1 {
  height: auto;
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 570px) {
  #main.topic > .inner > .box2 > .box0 > .par1 {
    font-size: 1.35rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic > .inner > .box2 > .box0 > .par1 {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 980px) {
  #main.topic > .inner > .box2 > .box0 > .par1 {
    font-size: 1.45rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic > .inner > .box2 > .box0 > .par1 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic > .inner > .box2 > .box0 > .par1 {
    font-size: 1.6rem;
  }
}
#main.topic > .inner > .box3 {
  height: auto;
  width: 100%;
}
#main.topic > .inner > .box3 > .lst1 {
  display: flex;
  background-color: #ffffff;
  border: 0.1rem solid #f8f8f8;
}
#main.topic > .inner > .box3 > .lst1 > [class^=itm] {
  height: auto;
  width: 33.333%;
}
#main.topic > .inner > .box3 > .lst1 > [class^=itm] > .lnk1, #main.topic > .inner > .box3 > .lst1 > [class^=itm] > .elm1 {
  font-size: 1.17rem;
  letter-spacing: 0.2em;
  line-height: 3.6;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (min-width: 570px) {
  #main.topic > .inner > .box3 > .lst1 > [class^=itm] > .lnk1, #main.topic > .inner > .box3 > .lst1 > [class^=itm] > .elm1 {
    font-size: 1.215rem;
    line-height: 3.7;
  }
}
@media screen and (min-width: 740px) {
  #main.topic > .inner > .box3 > .lst1 > [class^=itm] > .lnk1, #main.topic > .inner > .box3 > .lst1 > [class^=itm] > .elm1 {
    font-size: 1.26rem;
    line-height: 3.8;
  }
}
@media screen and (min-width: 980px) {
  #main.topic > .inner > .box3 > .lst1 > [class^=itm] > .lnk1, #main.topic > .inner > .box3 > .lst1 > [class^=itm] > .elm1 {
    font-size: 1.305rem;
    line-height: 3.9;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic > .inner > .box3 > .lst1 > [class^=itm] > .lnk1, #main.topic > .inner > .box3 > .lst1 > [class^=itm] > .elm1 {
    font-size: 1.35rem;
    line-height: 4;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic > .inner > .box3 > .lst1 > [class^=itm] > .lnk1, #main.topic > .inner > .box3 > .lst1 > [class^=itm] > .elm1 {
    font-size: 1.44rem;
    line-height: 4.2;
  }
}
#main.topic > .inner > .box3 > .lst1 > [class^=itm] > .lnk1.elm1, #main.topic > .inner > .box3 > .lst1 > [class^=itm] > .elm1.elm1 {
  color: #c0c0c0;
}
#main.topic > .inner > .box3 > .lst1 > [class^=itm] > .lnk1.lnk1.hov, #main.topic > .inner > .box3 > .lst1 > [class^=itm] > .elm1.lnk1.hov {
  transition: opacity 0.35s;
}
#main.topic > .inner > .box3 > .lst1 > [class^=itm] > .lnk1.lnk1.hov:hover, #main.topic > .inner > .box3 > .lst1 > [class^=itm] > .elm1.lnk1.hov:hover {
  opacity: 0.5;
}
#main.topic > .inner > .box3 > .lst1 > [class^=itm].itm1 > .lnk1, #main.topic > .inner > .box3 > .lst1 > [class^=itm].itm1 > .elm1 {
  padding: 0rem 0.75rem;
}
@media screen and (min-width: 570px) {
  #main.topic > .inner > .box3 > .lst1 > [class^=itm].itm1 > .lnk1, #main.topic > .inner > .box3 > .lst1 > [class^=itm].itm1 > .elm1 {
    padding: 0rem 0.875rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic > .inner > .box3 > .lst1 > [class^=itm].itm1 > .lnk1, #main.topic > .inner > .box3 > .lst1 > [class^=itm].itm1 > .elm1 {
    padding: 0rem 1rem;
  }
}
@media screen and (min-width: 980px) {
  #main.topic > .inner > .box3 > .lst1 > [class^=itm].itm1 > .lnk1, #main.topic > .inner > .box3 > .lst1 > [class^=itm].itm1 > .elm1 {
    padding: 0rem 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic > .inner > .box3 > .lst1 > [class^=itm].itm1 > .lnk1, #main.topic > .inner > .box3 > .lst1 > [class^=itm].itm1 > .elm1 {
    padding: 0rem 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic > .inner > .box3 > .lst1 > [class^=itm].itm1 > .lnk1, #main.topic > .inner > .box3 > .lst1 > [class^=itm].itm1 > .elm1 {
    padding: 0rem 2rem;
  }
}
#main.topic > .inner > .box3 > .lst1 > [class^=itm].itm1 > .lnk1::before, #main.topic > .inner > .box3 > .lst1 > [class^=itm].itm1 > .elm1::before {
  content: "\f0d9";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  margin-right: 0.5em;
}
#main.topic > .inner > .box3 > .lst1 > [class^=itm].itm2 > .lnk1, #main.topic > .inner > .box3 > .lst1 > [class^=itm].itm2 > .elm1 {
  text-align: center;
}
#main.topic > .inner > .box3 > .lst1 > [class^=itm].itm3 > .lnk1, #main.topic > .inner > .box3 > .lst1 > [class^=itm].itm3 > .elm1 {
  padding: 0rem 0.75rem;
  text-align: right;
}
@media screen and (min-width: 570px) {
  #main.topic > .inner > .box3 > .lst1 > [class^=itm].itm3 > .lnk1, #main.topic > .inner > .box3 > .lst1 > [class^=itm].itm3 > .elm1 {
    padding: 0rem 0.875rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic > .inner > .box3 > .lst1 > [class^=itm].itm3 > .lnk1, #main.topic > .inner > .box3 > .lst1 > [class^=itm].itm3 > .elm1 {
    padding: 0rem 1rem;
  }
}
@media screen and (min-width: 980px) {
  #main.topic > .inner > .box3 > .lst1 > [class^=itm].itm3 > .lnk1, #main.topic > .inner > .box3 > .lst1 > [class^=itm].itm3 > .elm1 {
    padding: 0rem 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic > .inner > .box3 > .lst1 > [class^=itm].itm3 > .lnk1, #main.topic > .inner > .box3 > .lst1 > [class^=itm].itm3 > .elm1 {
    padding: 0rem 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic > .inner > .box3 > .lst1 > [class^=itm].itm3 > .lnk1, #main.topic > .inner > .box3 > .lst1 > [class^=itm].itm3 > .elm1 {
    padding: 0rem 2rem;
  }
}
#main.topic > .inner > .box3 > .lst1 > [class^=itm].itm3 > .lnk1::after, #main.topic > .inner > .box3 > .lst1 > [class^=itm].itm3 > .elm1::after {
  content: "\f0da";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  margin-left: 0.5em;
}
#main.topic.archive > .inner > .box2 > .box1, #main.topic.taxonomy > .inner > .box2 > .box1 {
  height: auto;
  width: 100%;
}
#main.topic.archive > .inner > .box2 > .box1 > [class^=box], #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] {
  height: auto;
  width: 100%;
  background-color: #ffffff;
}
@media screen and (min-width: 980px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box], #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] {
    align-items: center;
    display: flex;
  }
}
#main.topic.archive > .inner > .box2 > .box1 > [class^=box]:not(:last-of-type), #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box]:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 570px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box]:not(:last-of-type), #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box]:not(:last-of-type) {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box]:not(:last-of-type), #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box]:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 980px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box]:not(:last-of-type), #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box]:not(:last-of-type) {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box]:not(:last-of-type), #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box]:not(:last-of-type) {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box]:not(:last-of-type), #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box]:not(:last-of-type) {
    margin-bottom: 4rem;
  }
}
#main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box1 {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 740px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box1 {
    width: 20rem;
  }
}
@media screen and (min-width: 980px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box1 {
    width: 25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box1 {
    width: 30rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box1 {
    width: 35rem;
  }
}
#main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box1 > .lnk1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box1 > .lnk1 {
  height: auto;
  width: 100%;
  display: block;
}
#main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box1 > .lnk1 > .img1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box1 > .lnk1 > .img1 {
  height: auto;
  width: 100%;
  display: block;
}
#main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box1 > .lnk1.hov, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box1 > .lnk1.hov {
  overflow: hidden;
  transition: opacity 0.35s;
}
#main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box1 > .lnk1.hov > .img1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box1 > .lnk1.hov > .img1 {
  transition: transform 0.35s;
}
#main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box1 > .lnk1.hov:hover, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box1 > .lnk1.hov:hover {
  opacity: 0.5;
}
#main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box1 > .lnk1.hov:hover > .img1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box1 > .lnk1.hov:hover > .img1 {
  transform: scale(1.05);
}
#main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 {
  height: auto;
  width: 100%;
  padding: 1.5rem;
}
@media screen and (min-width: 570px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 {
    padding: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 {
    padding: 0 2.5rem;
    width: calc(100% - 20rem);
  }
}
@media screen and (min-width: 980px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 {
    padding: 0 2.5rem;
    width: calc(100% - 25rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 {
    padding: 0 3rem;
    width: calc(100% - 30rem);
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 {
    padding: 0 4rem;
    width: calc(100% - 35rem);
  }
}
#main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 {
  margin: -0.375rem -0.375rem;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  width: calc(100% + 0.75rem);
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 570px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 {
    margin: -0.4375rem -0.4375rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 {
    margin: -0.5rem -0.5rem;
  }
}
@media screen and (min-width: 980px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 {
    margin: -0.625rem -0.625rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 {
    margin: -0.75rem -0.75rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 {
    margin: -1rem -1rem;
  }
}
@media screen and (min-width: 570px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 {
    width: calc(100% + 0.875rem);
  }
}
@media screen and (min-width: 740px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 {
    width: calc(100% + 1rem);
  }
}
@media screen and (min-width: 980px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 {
    width: calc(100% + 1.25rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 {
    width: calc(100% + 1.5rem);
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 {
    width: calc(100% + 2rem);
  }
}
#main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm], #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] {
  padding: 0.375rem 0.375rem;
  height: auto;
  width: auto;
}
@media screen and (min-width: 570px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm], #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] {
    padding: 0.4375rem 0.4375rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm], #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] {
    padding: 0.5rem 0.5rem;
  }
}
@media screen and (min-width: 980px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm], #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] {
    padding: 0.625rem 0.625rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm], #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] {
    padding: 0.75rem 0.75rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm], #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] {
    padding: 1rem 1rem;
  }
}
@media screen and (min-width: 570px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 {
    margin-bottom: 0.875rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 980px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 {
    margin-bottom: 2rem;
  }
}
#main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .lnk1, #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .elm1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .lnk1, #main.topic.taxonomy > .inner > .box2 > .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: #33250b;
  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.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .lnk1, #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .elm1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .lnk1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .elm1 {
    font-size: 1.08rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .lnk1, #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .elm1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .lnk1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .elm1 {
    font-size: 1.12rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .lnk1, #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .elm1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .lnk1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .elm1 {
    font-size: 1.16rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .lnk1, #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .elm1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .lnk1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .elm1 {
    font-size: 1.2rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .lnk1, #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .elm1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .lnk1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .elm1 {
    font-size: 1.28rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 570px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .lnk1, #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .elm1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .lnk1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .elm1 {
    padding: 0rem 0.875rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .lnk1, #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .elm1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .lnk1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .elm1 {
    padding: 0rem 1rem;
  }
}
@media screen and (min-width: 980px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .lnk1, #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .elm1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .lnk1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .elm1 {
    padding: 0rem 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .lnk1, #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .elm1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .lnk1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .elm1 {
    padding: 0rem 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .lnk1, #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .elm1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .lnk1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .elm1 {
    padding: 0rem 2rem;
  }
}
@media screen and (min-width: 570px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .lnk1, #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .elm1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .lnk1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .elm1 {
    border-radius: 1.1988rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .lnk1, #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .elm1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .lnk1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .elm1 {
    border-radius: 1.2768rem;
  }
}
@media screen and (min-width: 980px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .lnk1, #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .elm1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .lnk1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .elm1 {
    border-radius: 1.3572rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .lnk1, #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .elm1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .lnk1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .elm1 {
    border-radius: 1.44rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .lnk1, #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .elm1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .lnk1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .elm1 {
    border-radius: 1.6128rem;
  }
}
#main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .lnk1.hov, #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .elm1.hov, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .lnk1.hov, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .elm1.hov {
  transition: background-color 0.35s;
}
#main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .lnk1.hov:hover, #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .elm1.hov:hover, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .lnk1.hov:hover, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .lst1 > [class^=itm] > .elm1.hov:hover {
  background-color: #d2b48c;
}
#main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .hdr1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .hdr1 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 570px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .hdr1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .hdr1 {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .hdr1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .hdr1 {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 980px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .hdr1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .hdr1 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .hdr1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .hdr1 {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .hdr1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .hdr1 {
    margin-bottom: 4rem;
  }
}
#main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .hdr1 > .lnk1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .hdr1 > .lnk1 {
  height: auto;
  width: 100%;
  font-size: 1.56rem;
  letter-spacing: 0.1em;
  line-height: 1.44;
  display: block;
  font-weight: 700;
}
@media screen and (min-width: 570px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .hdr1 > .lnk1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .hdr1 > .lnk1 {
    font-size: 1.62rem;
    line-height: 1.48;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .hdr1 > .lnk1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .hdr1 > .lnk1 {
    font-size: 1.68rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 980px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .hdr1 > .lnk1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .hdr1 > .lnk1 {
    font-size: 1.74rem;
    line-height: 1.56;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .hdr1 > .lnk1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .hdr1 > .lnk1 {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .hdr1 > .lnk1, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .hdr1 > .lnk1 {
    font-size: 1.92rem;
    line-height: 1.68;
  }
}
#main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .hdr1 > .lnk1.hov, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .hdr1 > .lnk1.hov {
  transition: color 0.35s;
}
#main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .hdr1 > .lnk1.hov:hover, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .hdr1 > .lnk1.hov:hover {
  color: #d2b48c;
}
#main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .hdr2, #main.topic.taxonomy > .inner > .box2 > .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.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .hdr2, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .hdr2 {
    font-size: 1.08rem;
    line-height: 1.48;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .hdr2, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .hdr2 {
    font-size: 1.12rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 980px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .hdr2, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .hdr2 {
    font-size: 1.16rem;
    line-height: 1.56;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .hdr2, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .hdr2 {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.archive > .inner > .box2 > .box1 > [class^=box] > .box2 > .hdr2, #main.topic.taxonomy > .inner > .box2 > .box1 > [class^=box] > .box2 > .hdr2 {
    font-size: 1.28rem;
    line-height: 1.68;
  }
}
#main.topic.single > .inner > .box2 > .box1 {
  height: auto;
  width: 100%;
  padding: 1.5rem 1.5rem;
  background-color: #ffffff;
}
@media screen and (min-width: 570px) {
  #main.topic.single > .inner > .box2 > .box1 {
    padding: 1.75rem 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box2 > .box1 {
    padding: 2rem 2rem;
  }
}
@media screen and (min-width: 980px) {
  #main.topic.single > .inner > .box2 > .box1 {
    padding: 2.5rem 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box2 > .box1 {
    padding: 3rem 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box2 > .box1 {
    padding: 4rem 4rem;
  }
}
#main.topic.single > .inner > .box2 > .box1 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 2.25rem;
}
@media screen and (min-width: 570px) {
  #main.topic.single > .inner > .box2 > .box1 > .box1 {
    margin-bottom: 2.625rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box2 > .box1 > .box1 {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 980px) {
  #main.topic.single > .inner > .box2 > .box1 > .box1 {
    margin-bottom: 3.75rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box2 > .box1 > .box1 {
    margin-bottom: 4.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box2 > .box1 > .box1 {
    margin-bottom: 6rem;
  }
}
#main.topic.single > .inner > .box2 > .box1 > .box1 > .lst1 {
  margin: -0.375rem -0.375rem;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  width: calc(100% + 0.75rem);
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 570px) {
  #main.topic.single > .inner > .box2 > .box1 > .box1 > .lst1 {
    margin: -0.4375rem -0.4375rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box2 > .box1 > .box1 > .lst1 {
    margin: -0.5rem -0.5rem;
  }
}
@media screen and (min-width: 980px) {
  #main.topic.single > .inner > .box2 > .box1 > .box1 > .lst1 {
    margin: -0.625rem -0.625rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box2 > .box1 > .box1 > .lst1 {
    margin: -0.75rem -0.75rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box2 > .box1 > .box1 > .lst1 {
    margin: -1rem -1rem;
  }
}
@media screen and (min-width: 570px) {
  #main.topic.single > .inner > .box2 > .box1 > .box1 > .lst1 {
    width: calc(100% + 0.875rem);
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box2 > .box1 > .box1 > .lst1 {
    width: calc(100% + 1rem);
  }
}
@media screen and (min-width: 980px) {
  #main.topic.single > .inner > .box2 > .box1 > .box1 > .lst1 {
    width: calc(100% + 1.25rem);
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box2 > .box1 > .box1 > .lst1 {
    width: calc(100% + 1.5rem);
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box2 > .box1 > .box1 > .lst1 {
    width: calc(100% + 2rem);
  }
}
#main.topic.single > .inner > .box2 > .box1 > .box1 > .lst1 > [class^=itm] {
  padding: 0.375rem 0.375rem;
  height: auto;
  width: auto;
}
@media screen and (min-width: 570px) {
  #main.topic.single > .inner > .box2 > .box1 > .box1 > .lst1 > [class^=itm] {
    padding: 0.4375rem 0.4375rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box2 > .box1 > .box1 > .lst1 > [class^=itm] {
    padding: 0.5rem 0.5rem;
  }
}
@media screen and (min-width: 980px) {
  #main.topic.single > .inner > .box2 > .box1 > .box1 > .lst1 > [class^=itm] {
    padding: 0.625rem 0.625rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box2 > .box1 > .box1 > .lst1 > [class^=itm] {
    padding: 0.75rem 0.75rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box2 > .box1 > .box1 > .lst1 > [class^=itm] {
    padding: 1rem 1rem;
  }
}
@media screen and (min-width: 570px) {
  #main.topic.single > .inner > .box2 > .box1 > .box1 > .lst1 {
    margin-bottom: 0.875rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box2 > .box1 > .box1 > .lst1 {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 980px) {
  #main.topic.single > .inner > .box2 > .box1 > .box1 > .lst1 {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box2 > .box1 > .box1 > .lst1 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box2 > .box1 > .box1 > .lst1 {
    margin-bottom: 2rem;
  }
}
#main.topic.single > .inner > .box2 > .box1 > .box1 > .lst1 > [class^=itm] > .lnk1, #main.topic.single > .inner > .box2 > .box1 > .box1 > .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: #33250b;
  border-radius: 1.872rem;
  color: #ffffff;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (min-width: 570px) {
  #main.topic.single > .inner > .box2 > .box1 > .box1 > .lst1 > [class^=itm] > .lnk1, #main.topic.single > .inner > .box2 > .box1 > .box1 > .lst1 > [class^=itm] > .elm1 {
    font-size: 1.08rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box2 > .box1 > .box1 > .lst1 > [class^=itm] > .lnk1, #main.topic.single > .inner > .box2 > .box1 > .box1 > .lst1 > [class^=itm] > .elm1 {
    font-size: 1.12rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #main.topic.single > .inner > .box2 > .box1 > .box1 > .lst1 > [class^=itm] > .lnk1, #main.topic.single > .inner > .box2 > .box1 > .box1 > .lst1 > [class^=itm] > .elm1 {
    font-size: 1.16rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box2 > .box1 > .box1 > .lst1 > [class^=itm] > .lnk1, #main.topic.single > .inner > .box2 > .box1 > .box1 > .lst1 > [class^=itm] > .elm1 {
    font-size: 1.2rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box2 > .box1 > .box1 > .lst1 > [class^=itm] > .lnk1, #main.topic.single > .inner > .box2 > .box1 > .box1 > .lst1 > [class^=itm] > .elm1 {
    font-size: 1.28rem;
    line-height: 2.1;
  }
}
@media screen and (min-width: 570px) {
  #main.topic.single > .inner > .box2 > .box1 > .box1 > .lst1 > [class^=itm] > .lnk1, #main.topic.single > .inner > .box2 > .box1 > .box1 > .lst1 > [class^=itm] > .elm1 {
    padding: 0rem 0.875rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box2 > .box1 > .box1 > .lst1 > [class^=itm] > .lnk1, #main.topic.single > .inner > .box2 > .box1 > .box1 > .lst1 > [class^=itm] > .elm1 {
    padding: 0rem 1rem;
  }
}
@media screen and (min-width: 980px) {
  #main.topic.single > .inner > .box2 > .box1 > .box1 > .lst1 > [class^=itm] > .lnk1, #main.topic.single > .inner > .box2 > .box1 > .box1 > .lst1 > [class^=itm] > .elm1 {
    padding: 0rem 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box2 > .box1 > .box1 > .lst1 > [class^=itm] > .lnk1, #main.topic.single > .inner > .box2 > .box1 > .box1 > .lst1 > [class^=itm] > .elm1 {
    padding: 0rem 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box2 > .box1 > .box1 > .lst1 > [class^=itm] > .lnk1, #main.topic.single > .inner > .box2 > .box1 > .box1 > .lst1 > [class^=itm] > .elm1 {
    padding: 0rem 2rem;
  }
}
@media screen and (min-width: 570px) {
  #main.topic.single > .inner > .box2 > .box1 > .box1 > .lst1 > [class^=itm] > .lnk1, #main.topic.single > .inner > .box2 > .box1 > .box1 > .lst1 > [class^=itm] > .elm1 {
    border-radius: 1.1988rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box2 > .box1 > .box1 > .lst1 > [class^=itm] > .lnk1, #main.topic.single > .inner > .box2 > .box1 > .box1 > .lst1 > [class^=itm] > .elm1 {
    border-radius: 1.2768rem;
  }
}
@media screen and (min-width: 980px) {
  #main.topic.single > .inner > .box2 > .box1 > .box1 > .lst1 > [class^=itm] > .lnk1, #main.topic.single > .inner > .box2 > .box1 > .box1 > .lst1 > [class^=itm] > .elm1 {
    border-radius: 1.3572rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box2 > .box1 > .box1 > .lst1 > [class^=itm] > .lnk1, #main.topic.single > .inner > .box2 > .box1 > .box1 > .lst1 > [class^=itm] > .elm1 {
    border-radius: 1.44rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box2 > .box1 > .box1 > .lst1 > [class^=itm] > .lnk1, #main.topic.single > .inner > .box2 > .box1 > .box1 > .lst1 > [class^=itm] > .elm1 {
    border-radius: 1.6128rem;
  }
}
#main.topic.single > .inner > .box2 > .box1 > .box1 > .lst1 > [class^=itm] > .lnk1.hov, #main.topic.single > .inner > .box2 > .box1 > .box1 > .lst1 > [class^=itm] > .elm1.hov {
  transition: background-color 0.35s;
}
#main.topic.single > .inner > .box2 > .box1 > .box1 > .lst1 > [class^=itm] > .lnk1.hov:hover, #main.topic.single > .inner > .box2 > .box1 > .box1 > .lst1 > [class^=itm] > .elm1.hov:hover {
  background-color: #d2b48c;
}
#main.topic.single > .inner > .box2 > .box1 > .box1 > .hdr1 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.56rem;
  letter-spacing: 0.1em;
  line-height: 1.44;
  border-bottom: 0.1rem solid #c0c0c0;
  font-weight: 700;
}
@media screen and (min-width: 570px) {
  #main.topic.single > .inner > .box2 > .box1 > .box1 > .hdr1 {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box2 > .box1 > .box1 > .hdr1 {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 980px) {
  #main.topic.single > .inner > .box2 > .box1 > .box1 > .hdr1 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box2 > .box1 > .box1 > .hdr1 {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box2 > .box1 > .box1 > .hdr1 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 570px) {
  #main.topic.single > .inner > .box2 > .box1 > .box1 > .hdr1 {
    padding-bottom: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box2 > .box1 > .box1 > .hdr1 {
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 980px) {
  #main.topic.single > .inner > .box2 > .box1 > .box1 > .hdr1 {
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box2 > .box1 > .box1 > .hdr1 {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box2 > .box1 > .box1 > .hdr1 {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 570px) {
  #main.topic.single > .inner > .box2 > .box1 > .box1 > .hdr1 {
    font-size: 1.62rem;
    line-height: 1.48;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box2 > .box1 > .box1 > .hdr1 {
    font-size: 1.68rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 980px) {
  #main.topic.single > .inner > .box2 > .box1 > .box1 > .hdr1 {
    font-size: 1.74rem;
    line-height: 1.56;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box2 > .box1 > .box1 > .hdr1 {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box2 > .box1 > .box1 > .hdr1 {
    font-size: 1.92rem;
    line-height: 1.68;
  }
}
#main.topic.single > .inner > .box2 > .box1 > .box1 > .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.topic.single > .inner > .box2 > .box1 > .box1 > .hdr2 {
    font-size: 1.08rem;
    line-height: 1.48;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box2 > .box1 > .box1 > .hdr2 {
    font-size: 1.12rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 980px) {
  #main.topic.single > .inner > .box2 > .box1 > .box1 > .hdr2 {
    font-size: 1.16rem;
    line-height: 1.56;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box2 > .box1 > .box1 > .hdr2 {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box2 > .box1 > .box1 > .hdr2 {
    font-size: 1.28rem;
    line-height: 1.68;
  }
}
#main.topic.single > .inner > .box2 > .box1 > .box2 {
  height: auto;
  width: 100%;
  font-size: 1.17rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (min-width: 570px) {
  #main.topic.single > .inner > .box2 > .box1 > .box2 {
    font-size: 1.215rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box2 > .box1 > .box2 {
    font-size: 1.26rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  #main.topic.single > .inner > .box2 > .box1 > .box2 {
    font-size: 1.305rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box2 > .box1 > .box2 {
    font-size: 1.35rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box2 > .box1 > .box2 {
    font-size: 1.44rem;
    line-height: 2.1;
  }
}
#main.topic.single > .inner > .box2 > .box1 > .box2 p {
  height: auto;
  width: 100%;
}
#main.topic.single > .inner > .box2 > .box1 > .box2 p:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 570px) {
  #main.topic.single > .inner > .box2 > .box1 > .box2 p:not(:last-child) {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box2 > .box1 > .box2 p:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 980px) {
  #main.topic.single > .inner > .box2 > .box1 > .box2 p:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box2 > .box1 > .box2 p:not(:last-child) {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box2 > .box1 > .box2 p:not(:last-child) {
    margin-bottom: 4rem;
  }
}
#main.topic.single > .inner > .box2 > .box1 > .box2 h1, #main.topic.single > .inner > .box2 > .box1 > .box2 h2, #main.topic.single > .inner > .box2 > .box1 > .box2 h3, #main.topic.single > .inner > .box2 > .box1 > .box2 h4, #main.topic.single > .inner > .box2 > .box1 > .box2 h5, #main.topic.single > .inner > .box2 > .box1 > .box2 h6 {
  height: auto;
  width: 100%;
  color: #241a08;
  font-weight: 700;
}
#main.topic.single > .inner > .box2 > .box1 > .box2 h1:not(:first-child), #main.topic.single > .inner > .box2 > .box1 > .box2 h2:not(:first-child), #main.topic.single > .inner > .box2 > .box1 > .box2 h3:not(:first-child), #main.topic.single > .inner > .box2 > .box1 > .box2 h4:not(:first-child), #main.topic.single > .inner > .box2 > .box1 > .box2 h5:not(:first-child), #main.topic.single > .inner > .box2 > .box1 > .box2 h6:not(:first-child) {
  margin-top: 3rem;
}
@media screen and (min-width: 570px) {
  #main.topic.single > .inner > .box2 > .box1 > .box2 h1:not(:first-child), #main.topic.single > .inner > .box2 > .box1 > .box2 h2:not(:first-child), #main.topic.single > .inner > .box2 > .box1 > .box2 h3:not(:first-child), #main.topic.single > .inner > .box2 > .box1 > .box2 h4:not(:first-child), #main.topic.single > .inner > .box2 > .box1 > .box2 h5:not(:first-child), #main.topic.single > .inner > .box2 > .box1 > .box2 h6:not(:first-child) {
    margin-top: 3.5rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box2 > .box1 > .box2 h1:not(:first-child), #main.topic.single > .inner > .box2 > .box1 > .box2 h2:not(:first-child), #main.topic.single > .inner > .box2 > .box1 > .box2 h3:not(:first-child), #main.topic.single > .inner > .box2 > .box1 > .box2 h4:not(:first-child), #main.topic.single > .inner > .box2 > .box1 > .box2 h5:not(:first-child), #main.topic.single > .inner > .box2 > .box1 > .box2 h6:not(:first-child) {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 980px) {
  #main.topic.single > .inner > .box2 > .box1 > .box2 h1:not(:first-child), #main.topic.single > .inner > .box2 > .box1 > .box2 h2:not(:first-child), #main.topic.single > .inner > .box2 > .box1 > .box2 h3:not(:first-child), #main.topic.single > .inner > .box2 > .box1 > .box2 h4:not(:first-child), #main.topic.single > .inner > .box2 > .box1 > .box2 h5:not(:first-child), #main.topic.single > .inner > .box2 > .box1 > .box2 h6:not(:first-child) {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box2 > .box1 > .box2 h1:not(:first-child), #main.topic.single > .inner > .box2 > .box1 > .box2 h2:not(:first-child), #main.topic.single > .inner > .box2 > .box1 > .box2 h3:not(:first-child), #main.topic.single > .inner > .box2 > .box1 > .box2 h4:not(:first-child), #main.topic.single > .inner > .box2 > .box1 > .box2 h5:not(:first-child), #main.topic.single > .inner > .box2 > .box1 > .box2 h6:not(:first-child) {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box2 > .box1 > .box2 h1:not(:first-child), #main.topic.single > .inner > .box2 > .box1 > .box2 h2:not(:first-child), #main.topic.single > .inner > .box2 > .box1 > .box2 h3:not(:first-child), #main.topic.single > .inner > .box2 > .box1 > .box2 h4:not(:first-child), #main.topic.single > .inner > .box2 > .box1 > .box2 h5:not(:first-child), #main.topic.single > .inner > .box2 > .box1 > .box2 h6:not(:first-child) {
    margin-top: 8rem;
  }
}
#main.topic.single > .inner > .box2 > .box1 > .box2 h1:not(:last-child), #main.topic.single > .inner > .box2 > .box1 > .box2 h2:not(:last-child), #main.topic.single > .inner > .box2 > .box1 > .box2 h3:not(:last-child), #main.topic.single > .inner > .box2 > .box1 > .box2 h4:not(:last-child), #main.topic.single > .inner > .box2 > .box1 > .box2 h5:not(:last-child), #main.topic.single > .inner > .box2 > .box1 > .box2 h6:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 570px) {
  #main.topic.single > .inner > .box2 > .box1 > .box2 h1:not(:last-child), #main.topic.single > .inner > .box2 > .box1 > .box2 h2:not(:last-child), #main.topic.single > .inner > .box2 > .box1 > .box2 h3:not(:last-child), #main.topic.single > .inner > .box2 > .box1 > .box2 h4:not(:last-child), #main.topic.single > .inner > .box2 > .box1 > .box2 h5:not(:last-child), #main.topic.single > .inner > .box2 > .box1 > .box2 h6:not(:last-child) {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box2 > .box1 > .box2 h1:not(:last-child), #main.topic.single > .inner > .box2 > .box1 > .box2 h2:not(:last-child), #main.topic.single > .inner > .box2 > .box1 > .box2 h3:not(:last-child), #main.topic.single > .inner > .box2 > .box1 > .box2 h4:not(:last-child), #main.topic.single > .inner > .box2 > .box1 > .box2 h5:not(:last-child), #main.topic.single > .inner > .box2 > .box1 > .box2 h6:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 980px) {
  #main.topic.single > .inner > .box2 > .box1 > .box2 h1:not(:last-child), #main.topic.single > .inner > .box2 > .box1 > .box2 h2:not(:last-child), #main.topic.single > .inner > .box2 > .box1 > .box2 h3:not(:last-child), #main.topic.single > .inner > .box2 > .box1 > .box2 h4:not(:last-child), #main.topic.single > .inner > .box2 > .box1 > .box2 h5:not(:last-child), #main.topic.single > .inner > .box2 > .box1 > .box2 h6:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box2 > .box1 > .box2 h1:not(:last-child), #main.topic.single > .inner > .box2 > .box1 > .box2 h2:not(:last-child), #main.topic.single > .inner > .box2 > .box1 > .box2 h3:not(:last-child), #main.topic.single > .inner > .box2 > .box1 > .box2 h4:not(:last-child), #main.topic.single > .inner > .box2 > .box1 > .box2 h5:not(:last-child), #main.topic.single > .inner > .box2 > .box1 > .box2 h6:not(:last-child) {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box2 > .box1 > .box2 h1:not(:last-child), #main.topic.single > .inner > .box2 > .box1 > .box2 h2:not(:last-child), #main.topic.single > .inner > .box2 > .box1 > .box2 h3:not(:last-child), #main.topic.single > .inner > .box2 > .box1 > .box2 h4:not(:last-child), #main.topic.single > .inner > .box2 > .box1 > .box2 h5:not(:last-child), #main.topic.single > .inner > .box2 > .box1 > .box2 h6:not(:last-child) {
    margin-bottom: 4rem;
  }
}
#main.topic.single > .inner > .box2 > .box1 > .box2 h1 {
  font-size: 1.6em;
}
#main.topic.single > .inner > .box2 > .box1 > .box2 h2 {
  font-size: 1.5em;
}
#main.topic.single > .inner > .box2 > .box1 > .box2 h3 {
  font-size: 1.4em;
}
#main.topic.single > .inner > .box2 > .box1 > .box2 h4 {
  font-size: 1.3em;
}
#main.topic.single > .inner > .box2 > .box1 > .box2 h5 {
  font-size: 1.2em;
}
#main.topic.single > .inner > .box2 > .box1 > .box2 h6 {
  font-size: 1.1em;
}
#main.topic.single > .inner > .box2 > .box1 > .box2 ul, #main.topic.single > .inner > .box2 > .box1 > .box2 ol, #main.topic.single > .inner > .box2 > .box1 > .box2 blockquote, #main.topic.single > .inner > .box2 > .box1 > .box2 hr {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 570px) {
  #main.topic.single > .inner > .box2 > .box1 > .box2 ul, #main.topic.single > .inner > .box2 > .box1 > .box2 ol, #main.topic.single > .inner > .box2 > .box1 > .box2 blockquote, #main.topic.single > .inner > .box2 > .box1 > .box2 hr {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box2 > .box1 > .box2 ul, #main.topic.single > .inner > .box2 > .box1 > .box2 ol, #main.topic.single > .inner > .box2 > .box1 > .box2 blockquote, #main.topic.single > .inner > .box2 > .box1 > .box2 hr {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 980px) {
  #main.topic.single > .inner > .box2 > .box1 > .box2 ul, #main.topic.single > .inner > .box2 > .box1 > .box2 ol, #main.topic.single > .inner > .box2 > .box1 > .box2 blockquote, #main.topic.single > .inner > .box2 > .box1 > .box2 hr {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box2 > .box1 > .box2 ul, #main.topic.single > .inner > .box2 > .box1 > .box2 ol, #main.topic.single > .inner > .box2 > .box1 > .box2 blockquote, #main.topic.single > .inner > .box2 > .box1 > .box2 hr {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box2 > .box1 > .box2 ul, #main.topic.single > .inner > .box2 > .box1 > .box2 ol, #main.topic.single > .inner > .box2 > .box1 > .box2 blockquote, #main.topic.single > .inner > .box2 > .box1 > .box2 hr {
    margin-bottom: 4rem;
  }
}
#main.topic.single > .inner > .box2 > .box1 > .box2 ul li {
  list-style: disc;
  margin-left: 1.5em;
  width: calc(100% - 1.5em);
}
#main.topic.single > .inner > .box2 > .box1 > .box2 ol li {
  list-style: decimal;
  margin-left: 1.5em;
  width: calc(100% - 1.5em);
}
#main.topic.single > .inner > .box2 > .box1 > .box2 blockquote {
  padding: 0.75rem 0.75rem;
  background-color: #fcfcfc;
}
@media screen and (min-width: 570px) {
  #main.topic.single > .inner > .box2 > .box1 > .box2 blockquote {
    padding: 0.875rem 0.875rem;
  }
}
@media screen and (min-width: 740px) {
  #main.topic.single > .inner > .box2 > .box1 > .box2 blockquote {
    padding: 1rem 1rem;
  }
}
@media screen and (min-width: 980px) {
  #main.topic.single > .inner > .box2 > .box1 > .box2 blockquote {
    padding: 1.25rem 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main.topic.single > .inner > .box2 > .box1 > .box2 blockquote {
    padding: 1.5rem 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main.topic.single > .inner > .box2 > .box1 > .box2 blockquote {
    padding: 2rem 2rem;
  }
}
#main.topic.single > .inner > .box2 > .box1 > .box2 hr {
  border: solid #f0f0f0;
  border-width: 0.1rem 0 0 0;
  width: 66.666%;
}
#main.topic.single > .inner > .box2 > .box1 > .box2 img {
  height: auto;
  width: 100%;
  display: inline-block;
}
#main.topic.single > .inner > .box2 > .box1 > .box2 h1 strong, #main.topic.single > .inner > .box2 > .box1 > .box2 h2 strong, #main.topic.single > .inner > .box2 > .box1 > .box2 h3 strong, #main.topic.single > .inner > .box2 > .box1 > .box2 h4 strong, #main.topic.single > .inner > .box2 > .box1 > .box2 h5 strong, #main.topic.single > .inner > .box2 > .box1 > .box2 h6 strong, #main.topic.single > .inner > .box2 > .box1 > .box2 p strong, #main.topic.single > .inner > .box2 > .box1 > .box2 li strong, #main.topic.single > .inner > .box2 > .box1 > .box2 blockquote strong {
  font-weight: bold;
}
#main.topic.single > .inner > .box2 > .box1 > .box2 h1 em, #main.topic.single > .inner > .box2 > .box1 > .box2 h2 em, #main.topic.single > .inner > .box2 > .box1 > .box2 h3 em, #main.topic.single > .inner > .box2 > .box1 > .box2 h4 em, #main.topic.single > .inner > .box2 > .box1 > .box2 h5 em, #main.topic.single > .inner > .box2 > .box1 > .box2 h6 em, #main.topic.single > .inner > .box2 > .box1 > .box2 p em, #main.topic.single > .inner > .box2 > .box1 > .box2 li em, #main.topic.single > .inner > .box2 > .box1 > .box2 blockquote em {
  font-style: italic;
}
#main.topic.single > .inner > .box2 > .box1 > .box2 h1 s, #main.topic.single > .inner > .box2 > .box1 > .box2 h2 s, #main.topic.single > .inner > .box2 > .box1 > .box2 h3 s, #main.topic.single > .inner > .box2 > .box1 > .box2 h4 s, #main.topic.single > .inner > .box2 > .box1 > .box2 h5 s, #main.topic.single > .inner > .box2 > .box1 > .box2 h6 s, #main.topic.single > .inner > .box2 > .box1 > .box2 p s, #main.topic.single > .inner > .box2 > .box1 > .box2 li s, #main.topic.single > .inner > .box2 > .box1 > .box2 blockquote s {
  text-decoration: line-through;
}
#main.topic.single > .inner > .box2 > .box1 > .box2 h1 sup, #main.topic.single > .inner > .box2 > .box1 > .box2 h2 sup, #main.topic.single > .inner > .box2 > .box1 > .box2 h3 sup, #main.topic.single > .inner > .box2 > .box1 > .box2 h4 sup, #main.topic.single > .inner > .box2 > .box1 > .box2 h5 sup, #main.topic.single > .inner > .box2 > .box1 > .box2 h6 sup, #main.topic.single > .inner > .box2 > .box1 > .box2 p sup, #main.topic.single > .inner > .box2 > .box1 > .box2 li sup, #main.topic.single > .inner > .box2 > .box1 > .box2 blockquote sup {
  font-size: 0.8em;
  vertical-align: super;
}
#main.topic.single > .inner > .box2 > .box1 > .box2 h1 sub, #main.topic.single > .inner > .box2 > .box1 > .box2 h2 sub, #main.topic.single > .inner > .box2 > .box1 > .box2 h3 sub, #main.topic.single > .inner > .box2 > .box1 > .box2 h4 sub, #main.topic.single > .inner > .box2 > .box1 > .box2 h5 sub, #main.topic.single > .inner > .box2 > .box1 > .box2 h6 sub, #main.topic.single > .inner > .box2 > .box1 > .box2 p sub, #main.topic.single > .inner > .box2 > .box1 > .box2 li sub, #main.topic.single > .inner > .box2 > .box1 > .box2 blockquote sub {
  font-size: 0.8em;
  vertical-align: sub;
}
#main.topic.single > .inner > .box2 > .box1 > .box2 h1 a, #main.topic.single > .inner > .box2 > .box1 > .box2 h2 a, #main.topic.single > .inner > .box2 > .box1 > .box2 h3 a, #main.topic.single > .inner > .box2 > .box1 > .box2 h4 a, #main.topic.single > .inner > .box2 > .box1 > .box2 h5 a, #main.topic.single > .inner > .box2 > .box1 > .box2 h6 a, #main.topic.single > .inner > .box2 > .box1 > .box2 p a, #main.topic.single > .inner > .box2 > .box1 > .box2 li a, #main.topic.single > .inner > .box2 > .box1 > .box2 blockquote a {
  color: #ff0000;
  transition: opacity 0.35s;
  word-wrap: break-word;
}
#main.topic.single > .inner > .box2 > .box1 > .box2 h1 a::after, #main.topic.single > .inner > .box2 > .box1 > .box2 h2 a::after, #main.topic.single > .inner > .box2 > .box1 > .box2 h3 a::after, #main.topic.single > .inner > .box2 > .box1 > .box2 h4 a::after, #main.topic.single > .inner > .box2 > .box1 > .box2 h5 a::after, #main.topic.single > .inner > .box2 > .box1 > .box2 h6 a::after, #main.topic.single > .inner > .box2 > .box1 > .box2 p a::after, #main.topic.single > .inner > .box2 > .box1 > .box2 li a::after, #main.topic.single > .inner > .box2 > .box1 > .box2 blockquote a::after {
  content: "\f360";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  margin: 0 0.25em;
}
#main.topic.single > .inner > .box2 > .box1 > .box2 h1 a:hover, #main.topic.single > .inner > .box2 > .box1 > .box2 h2 a:hover, #main.topic.single > .inner > .box2 > .box1 > .box2 h3 a:hover, #main.topic.single > .inner > .box2 > .box1 > .box2 h4 a:hover, #main.topic.single > .inner > .box2 > .box1 > .box2 h5 a:hover, #main.topic.single > .inner > .box2 > .box1 > .box2 h6 a:hover, #main.topic.single > .inner > .box2 > .box1 > .box2 p a:hover, #main.topic.single > .inner > .box2 > .box1 > .box2 li a:hover, #main.topic.single > .inner > .box2 > .box1 > .box2 blockquote a:hover {
  opacity: 0.5;
}
#main.topic.single > .inner > .box2 > .box1 > .box2 .wp-caption-text {
  text-align: center;
}
#main.topic.single > .inner > .box2 > .box1 > .box2 .ytb {
  height: auto;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
#main.topic.single > .inner > .box2 > .box1 > .box2 .ytb > iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  position: absolute;
}

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