#banner.global {
  height: auto;
  width: 100%;
  box-shadow: 0.2rem 0 0.5rem rgba(0, 0, 0, 0.15);
}
#banner.global > .inner {
  height: auto;
  width: 100%;
}
#banner.global > .inner > .box1 {
  height: auto;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#banner.global > .inner > .box1 > .box1 {
  height: auto;
  width: 100%;
}
#banner.global > .inner > .box1 > .box1 > .img1 {
  height: auto;
  width: 100%;
  display: none;
}
@media screen and (min-aspect-ratio: 1/1) {
  #banner.global > .inner > .box1 > .box1 > .img1 {
    display: block;
  }
}
@media screen and (min-width: 738px) {
  #banner.global > .inner > .box1 > .box1 > .img1 {
    display: block;
  }
}
#banner.global > .inner > .box1 > .box1 > .img2 {
  height: auto;
  width: 100%;
  display: block;
}
@media screen and (min-aspect-ratio: 1/1) {
  #banner.global > .inner > .box1 > .box1 > .img2 {
    display: none;
  }
}
@media screen and (min-width: 738px) {
  #banner.global > .inner > .box1 > .box1 > .img2 {
    display: none;
  }
}
#banner.global > .inner > .box1 > .box2 {
  height: auto;
  width: auto;
  background-color: #000000;
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  transition: transform 0.35s;
  transform: translate(0, -50%);
}
@media screen and (min-width: 738px) {
  #banner.global > .inner > .box1 > .box2 {
    display: block;
  }
}
#banner.global > .inner > .box1 > .box2.scrolled {
  transform: translate(100%, -50%);
}
@media screen and (min-width: 738px) {
  #banner.global > .inner > .box1 > .box2 > .lst1 {
    height: auto;
    width: 5rem;
  }
}
@media screen and (min-width: 1150px) {
  #banner.global > .inner > .box1 > .box2 > .lst1 {
    width: 6rem;
  }
}
@media screen and (min-width: 1550px) {
  #banner.global > .inner > .box1 > .box2 > .lst1 {
    width: 7rem;
  }
}
#banner.global > .inner > .box1 > .box2 > .lst1 > [class^=itm] {
  height: auto;
  width: 100%;
  padding: 0rem 1rem;
}
@media screen and (min-width: 738px) {
  #banner.global > .inner > .box1 > .box2 > .lst1 > [class^=itm] {
    padding: 0rem 1.25rem;
  }
}
@media screen and (min-width: 1150px) {
  #banner.global > .inner > .box1 > .box2 > .lst1 > [class^=itm] {
    padding: 0rem 1.5rem;
  }
}
@media screen and (min-width: 1550px) {
  #banner.global > .inner > .box1 > .box2 > .lst1 > [class^=itm] {
    padding: 0rem 1.75rem;
  }
}
#banner.global > .inner > .box1 > .box2 > .lst1 > [class^=itm] > .lnk1 {
  height: auto;
  width: 100%;
  padding: 1rem 0rem;
  display: block;
}
@media screen and (min-width: 738px) {
  #banner.global > .inner > .box1 > .box2 > .lst1 > [class^=itm] > .lnk1 {
    padding: 1.25rem 0rem;
  }
}
@media screen and (min-width: 1150px) {
  #banner.global > .inner > .box1 > .box2 > .lst1 > [class^=itm] > .lnk1 {
    padding: 1.5rem 0rem;
  }
}
@media screen and (min-width: 1550px) {
  #banner.global > .inner > .box1 > .box2 > .lst1 > [class^=itm] > .lnk1 {
    padding: 1.75rem 0rem;
  }
}
#banner.global > .inner > .box1 > .box2 > .lst1 > [class^=itm] > .lnk1 > .elm1 {
  height: auto;
  width: 100%;
  display: block;
}
#banner.global > .inner > .box1 > .box2 > .lst1 > [class^=itm] > .lnk1 > .elm1 > .svg1 {
  color: #ffffff;
  display: block;
  margin: 0 auto;
  width: 66.666%;
}
#banner.global > .inner > .box1 > .box2 > .lst1 > [class^=itm] > .lnk1 > .elm1 > .svg2 {
  height: auto;
  width: 100%;
  color: #ffffff;
  display: block;
}
#banner.global > .inner > .box1 > .box2 > .lst1 > [class^=itm]:not(:last-of-type) > .lnk1 {
  border-bottom: 0.1rem solid #ffffff;
}
#banner.global > .inner > .box1 > .box3 {
  bottom: 2rem;
  display: none;
  height: auto;
  position: absolute;
  right: 2rem;
  width: calc(100% - 4rem);
}
@media screen and (min-width: 738px) {
  #banner.global > .inner > .box1 > .box3 {
    bottom: 2.5rem;
    display: block;
    right: 2.5rem;
    width: auto;
  }
}
@media screen and (min-width: 1150px) {
  #banner.global > .inner > .box1 > .box3 {
    bottom: 3rem;
    right: 3rem;
  }
}
@media screen and (min-width: 1550px) {
  #banner.global > .inner > .box1 > .box3 {
    bottom: 3.5rem;
    right: 3.5rem;
  }
}
#banner.global > .inner > .box1 > .box3 > .lst1 {
  height: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#banner.global > .inner > .box1 > .box3 > .lst1 > [class^=itm] {
  background-color: #000000;
  display: flex;
  height: auto;
  width: calc(50% - 1rem);
}
@media screen and (min-width: 738px) {
  #banner.global > .inner > .box1 > .box3 > .lst1 > [class^=itm] {
    width: auto;
  }
}
@media screen and (min-width: 738px) {
  #banner.global > .inner > .box1 > .box3 > .lst1 > [class^=itm]:not(:last-of-type) {
    margin-right: 2.5rem;
  }
}
@media screen and (min-width: 1150px) {
  #banner.global > .inner > .box1 > .box3 > .lst1 > [class^=itm]:not(:last-of-type) {
    margin-right: 2.5rem;
  }
}
@media screen and (min-width: 1550px) {
  #banner.global > .inner > .box1 > .box3 > .lst1 > [class^=itm]:not(:last-of-type) {
    margin-right: 2.5rem;
  }
}
#banner.global > .inner > .box1 > .box3 > .lst1 > [class^=itm] > .lnk1 {
  height: 100%;
  width: 100%;
  align-items: center;
  display: flex;
}
#banner.global > .inner > .box1 > .box3 > .lst1 > [class^=itm] > .lnk1.hov {
  transition: opacity 0.35s;
}
#banner.global > .inner > .box1 > .box3 > .lst1 > [class^=itm] > .lnk1.hov:hover {
  opacity: 0.5;
}
#banner.global > .inner > .box1 > .box3 > .lst1 > [class^=itm] > .lnk1 > .elm1 {
  height: auto;
  width: 100%;
  font-size: 1.04rem;
  letter-spacing: 0.075em;
  line-height: 1.36;
  color: #ffffff;
  font-weight: 500;
  display: block;
  padding: 0.5rem 0;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 738px) {
  #banner.global > .inner > .box1 > .box3 > .lst1 > [class^=itm] > .lnk1 > .elm1 {
    font-size: 1.12rem;
    line-height: 1.44;
  }
}
@media screen and (min-width: 1150px) {
  #banner.global > .inner > .box1 > .box3 > .lst1 > [class^=itm] > .lnk1 > .elm1 {
    font-size: 1.2rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 1550px) {
  #banner.global > .inner > .box1 > .box3 > .lst1 > [class^=itm] > .lnk1 > .elm1 {
    font-size: 1.28rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 738px) {
  #banner.global > .inner > .box1 > .box3 > .lst1 > [class^=itm] > .lnk1 > .elm1 {
    padding: 0.625rem 1.875rem;
  }
}
@media screen and (min-width: 1150px) {
  #banner.global > .inner > .box1 > .box3 > .lst1 > [class^=itm] > .lnk1 > .elm1 {
    padding: 0.75rem 2.25rem;
  }
}
@media screen and (min-width: 1550px) {
  #banner.global > .inner > .box1 > .box3 > .lst1 > [class^=itm] > .lnk1 > .elm1 {
    padding: 0.875rem 2.625rem;
  }
}
#banner.global > .inner > .box1 > .box3 > .lst1 > [class^=itm].itm2 > .lnk1 > .img1 {
  display: none;
}
@media screen and (min-width: 1150px) {
  #banner.global > .inner > .box1 > .box3 > .lst1 > [class^=itm].itm2 > .lnk1 > .img1 {
    display: block;
    height: 8rem;
    width: auto;
  }
}
#banner.global > .inner > .box1 > .box4 {
  bottom: 2rem;
  left: 2rem;
  position: absolute;
  width: calc(100% - 4rem);
}
@media screen and (min-width: 738px) {
  #banner.global > .inner > .box1 > .box4 {
    bottom: auto;
    left: 0;
    top: 67.5%;
  }
}
#banner.global > .inner > .box1 > .box4 > .par1 {
  height: auto;
  width: 100%;
  padding: 1rem 1rem;
  align-items: center;
  background-color: #ffffff;
  display: flex;
  height: auto;
  justify-content: center;
}
@media screen and (min-width: 738px) {
  #banner.global > .inner > .box1 > .box4 > .par1 {
    padding: 1.25rem 1.25rem;
  }
}
@media screen and (min-width: 1150px) {
  #banner.global > .inner > .box1 > .box4 > .par1 {
    padding: 1.5rem 1.5rem;
  }
}
@media screen and (min-width: 1550px) {
  #banner.global > .inner > .box1 > .box4 > .par1 {
    padding: 1.75rem 1.75rem;
  }
}
@media screen and (min-width: 738px) {
  #banner.global > .inner > .box1 > .box4 > .par1 {
    background-color: transparent;
  }
}
#banner.global > .inner > .box1 > .box4 > .par1 > .elm1 {
  height: auto;
  width: auto;
  margin-right: 2rem;
  color: #c00000;
  display: block;
  font-size: 4vw;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.36;
  text-align: center;
}
@media screen and (min-width: 738px) {
  #banner.global > .inner > .box1 > .box4 > .par1 > .elm1 {
    margin-right: 2.5rem;
  }
}
@media screen and (min-width: 1150px) {
  #banner.global > .inner > .box1 > .box4 > .par1 > .elm1 {
    margin-right: 3rem;
  }
}
@media screen and (min-width: 1550px) {
  #banner.global > .inner > .box1 > .box4 > .par1 > .elm1 {
    margin-right: 3.5rem;
  }
}
@media screen and (min-width: 738px) {
  #banner.global > .inner > .box1 > .box4 > .par1 > .elm1 {
    font-size: 2vw;
    line-height: 1.44;
  }
}
@media screen and (min-width: 1150px) {
  #banner.global > .inner > .box1 > .box4 > .par1 > .elm1 {
    font-size: 1.6vw;
    line-height: 1.52;
  }
}
@media screen and (min-width: 1550px) {
  #banner.global > .inner > .box1 > .box4 > .par1 > .elm1 {
    font-size: 1.4vw;
    line-height: 1.6;
  }
}
@media screen and (min-width: 738px) {
  #banner.global > .inner > .box1 > .box4 > .par1 > .elm1 > .elm2 {
    margin-left: 0.5em;
  }
}
@media screen and (min-width: 738px) {
  #banner.global > .inner > .box1 > .box4 > .par1 > .elm1 > .elm2 > .wd1 {
    font-family: "Open Sans", sans-serif;
    font-size: 1.4em;
  }
}
#banner.global > .inner > .box1 > .box4 > .par1 > .lnk1 {
  background: linear-gradient(to left, #c00000, #c00000 50%, #000000 50%, #000000);
  background-position: right center;
  background-size: 200% auto;
  border: 0.2rem solid #000000;
  color: #ffffff;
  display: block;
  font-size: 1.56rem;
  font-weight: 600;
  height: auto;
  letter-spacing: 0.075em;
  line-height: 1.7;
  padding: 0.25em 0;
  text-align: center;
  text-transform: uppercase;
  width: 12rem;
}
@media screen and (min-width: 738px) {
  #banner.global > .inner > .box1 > .box4 > .par1 > .lnk1 {
    font-size: 1.68rem;
    line-height: 1.8;
    width: 14rem;
  }
}
@media screen and (min-width: 1150px) {
  #banner.global > .inner > .box1 > .box4 > .par1 > .lnk1 {
    border: 0.3rem solid #000000;
    font-size: 1.8rem;
    line-height: 1.9;
    width: 16rem;
  }
}
@media screen and (min-width: 1550px) {
  #banner.global > .inner > .box1 > .box4 > .par1 > .lnk1 {
    font-size: 1.92rem;
    line-height: 2;
    width: 20rem;
  }
}
#banner.global > .inner > .box1 > .box4 > .par1 > .lnk1 > .svg1 {
  display: none;
}
@media screen and (min-width: 1150px) {
  #banner.global > .inner > .box1 > .box4 > .par1 > .lnk1 > .svg1 {
    display: inline-block;
    margin-left: 0.5em;
    transform: translateY(0.25em);
    width: 0.5em;
  }
}
#banner.global > .inner > .box1 > .box4 > .par1 > .lnk1.hov {
  transition: background 0.35s;
}
#banner.global > .inner > .box1 > .box4 > .par1 > .lnk1.hov:hover {
  background-position: left center;
}

#main.global {
  height: auto;
  width: 100%;
  margin-bottom: 6rem;
}
@media screen and (min-width: 738px) {
  #main.global {
    margin-bottom: 7.5rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.global {
    margin-bottom: 9rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.global {
    margin-bottom: 10.5rem;
  }
}
#main.global > .inner {
  height: auto;
  width: 100%;
}
#main.global > .inner > .sec1 {
  height: auto;
  width: 100%;
}
#main.global > .inner > .sec1 > .inner {
  height: auto;
  width: 100%;
}
#main.global > .inner > .sec1 > .inner > .box1 {
  height: auto;
  width: 100%;
  padding: 2rem 2rem;
  background-color: #000000;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec1 > .inner > .box1 {
    padding: 2.5rem 2.5rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec1 > .inner > .box1 {
    padding: 3rem 3rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec1 > .inner > .box1 {
    padding: 3.5rem 3.5rem;
  }
}
#main.global > .inner > .sec1 > .inner > .box1 > .box1 {
  height: auto;
  width: 100%;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1rem;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec1 > .inner > .box1 > .box1 {
    margin-bottom: 0;
    width: 17.5rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec1 > .inner > .box1 > .box1 {
    width: 20rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec1 > .inner > .box1 > .box1 {
    width: 22.5rem;
  }
}
#main.global > .inner > .sec1 > .inner > .box1 > .box1 > .hdr1 {
  height: auto;
  width: auto;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 2.6rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec1 > .inner > .box1 > .box1 > .hdr1 {
    font-size: 3.36rem;
    width: 100%;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec1 > .inner > .box1 > .box1 > .hdr1 {
    font-size: 4.2rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec1 > .inner > .box1 > .box1 > .hdr1 {
    font-size: 5.12rem;
  }
}
#main.global > .inner > .sec1 > .inner > .box1 > .box1 > .hdr2 {
  height: auto;
  width: auto;
  margin-top: 0.5rem;
  font-size: 1.3rem;
  letter-spacing: 0.075em;
  line-height: 1.7;
  color: #ffffff;
  font-weight: 600;
  margin-left: 2rem;
  text-align: center;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec1 > .inner > .box1 > .box1 > .hdr2 {
    margin-top: 0.625rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec1 > .inner > .box1 > .box1 > .hdr2 {
    margin-top: 0.75rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec1 > .inner > .box1 > .box1 > .hdr2 {
    margin-top: 0.875rem;
  }
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec1 > .inner > .box1 > .box1 > .hdr2 {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec1 > .inner > .box1 > .box1 > .hdr2 {
    font-size: 1.5rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec1 > .inner > .box1 > .box1 > .hdr2 {
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec1 > .inner > .box1 > .box1 > .hdr2 {
    margin-left: 0;
    width: 100%;
  }
}
#main.global > .inner > .sec1 > .inner > .box1 > .box2 {
  height: auto;
  width: 100%;
  padding: 1rem 1rem;
  background-color: #ffffff;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec1 > .inner > .box1 > .box2 {
    padding: 1.25rem 1.25rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec1 > .inner > .box1 > .box2 {
    padding: 1.5rem 1.5rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec1 > .inner > .box1 > .box2 {
    padding: 1.75rem 1.75rem;
  }
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec1 > .inner > .box1 > .box2 {
    width: calc(100% - 17.5rem);
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec1 > .inner > .box1 > .box2 {
    width: calc(100% - 20rem);
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec1 > .inner > .box1 > .box2 {
    width: calc(100% - 22.5rem);
  }
}
#main.global > .inner > .sec1 > .inner > .box1 > .box2 > .box1 {
  height: auto;
  width: 100%;
}
#main.global > .inner > .sec1 > .inner > .box1 > .box2 > .box1 > [class^=lst] {
  height: auto;
  width: 100%;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#main.global > .inner > .sec1 > .inner > .box1 > .box2 > .box1 > [class^=lst]:not(:last-of-type) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec1 > .inner > .box1 > .box2 > .box1 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec1 > .inner > .box1 > .box2 > .box1 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec1 > .inner > .box1 > .box2 > .box1 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 1.75rem;
  }
}
#main.global > .inner > .sec1 > .inner > .box1 > .box2 > .box1 > [class^=lst] > .trm1 {
  height: auto;
  width: 100%;
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec1 > .inner > .box1 > .box2 > .box1 > [class^=lst] > .trm1 {
    border-right: 0.3rem solid #000000;
    margin-bottom: 0;
    justify-content: center;
    width: 6rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec1 > .inner > .box1 > .box2 > .box1 > [class^=lst] > .trm1 {
    border-right: 0.4rem solid #000000;
    width: 7rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec1 > .inner > .box1 > .box2 > .box1 > [class^=lst] > .trm1 {
    border-right: 0.5rem solid #000000;
    width: 8rem;
  }
}
#main.global > .inner > .sec1 > .inner > .box1 > .box2 > .box1 > [class^=lst] > .trm1 > .elm1 {
  height: auto;
  width: auto;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 1.56rem;
  font-weight: 700;
  margin-right: 0.5em;
  text-align: center;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec1 > .inner > .box1 > .box2 > .box1 > [class^=lst] > .trm1 > .elm1 {
    font-size: 1.68rem;
    margin-bottom: 0.625rem;
    margin-right: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec1 > .inner > .box1 > .box2 > .box1 > [class^=lst] > .trm1 > .elm1 {
    font-size: 1.8rem;
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec1 > .inner > .box1 > .box2 > .box1 > [class^=lst] > .trm1 > .elm1 {
    font-size: 1.92rem;
    margin-bottom: 0.875rem;
  }
}
#main.global > .inner > .sec1 > .inner > .box1 > .box2 > .box1 > [class^=lst] > .trm1 > .elm2 {
  height: auto;
  width: auto;
  display: block;
  font-size: 1.3rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec1 > .inner > .box1 > .box2 > .box1 > [class^=lst] > .trm1 > .elm2 {
    font-size: 1.26rem;
    width: 100%;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec1 > .inner > .box1 > .box2 > .box1 > [class^=lst] > .trm1 > .elm2 {
    font-size: 1.35rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec1 > .inner > .box1 > .box2 > .box1 > [class^=lst] > .trm1 > .elm2 {
    font-size: 1.44rem;
  }
}
#main.global > .inner > .sec1 > .inner > .box1 > .box2 > .box1 > [class^=lst] > .dsc1 {
  height: auto;
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.075em;
  line-height: 1.7;
  font-weight: 500;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec1 > .inner > .box1 > .box2 > .box1 > [class^=lst] > .dsc1 {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec1 > .inner > .box1 > .box2 > .box1 > [class^=lst] > .dsc1 {
    font-size: 1.5rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec1 > .inner > .box1 > .box2 > .box1 > [class^=lst] > .dsc1 {
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec1 > .inner > .box1 > .box2 > .box1 > [class^=lst] > .dsc1 {
    width: calc(100% - 8.5rem);
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec1 > .inner > .box1 > .box2 > .box1 > [class^=lst] > .dsc1 {
    width: calc(100% - 10rem);
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec1 > .inner > .box1 > .box2 > .box1 > [class^=lst] > .dsc1 {
    width: calc(100% - 11.5rem);
  }
}
#main.global > .inner > .sec1 > .inner > .box1 > .box2 > .box1 > [class^=lst] > .dsc2 {
  font-size: 1.3rem;
  letter-spacing: 0.075em;
  line-height: 1.7;
  font-weight: 500;
  height: auto;
  width: calc(100% - 9rem);
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec1 > .inner > .box1 > .box2 > .box1 > [class^=lst] > .dsc2 {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec1 > .inner > .box1 > .box2 > .box1 > [class^=lst] > .dsc2 {
    font-size: 1.5rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec1 > .inner > .box1 > .box2 > .box1 > [class^=lst] > .dsc2 {
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec1 > .inner > .box1 > .box2 > .box1 > [class^=lst] > .dsc2 {
    width: calc(100% - 19rem);
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec1 > .inner > .box1 > .box2 > .box1 > [class^=lst] > .dsc2 {
    width: calc(100% - 25rem);
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec1 > .inner > .box1 > .box2 > .box1 > [class^=lst] > .dsc2 {
    width: calc(100% - 29rem);
  }
}
#main.global > .inner > .sec1 > .inner > .box1 > .box2 > .box1 > [class^=lst] > .dsc3 {
  font-size: 1.3rem;
  letter-spacing: 0.075em;
  line-height: 1.7;
  height: auto;
  font-weight: 500;
  width: 7rem;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec1 > .inner > .box1 > .box2 > .box1 > [class^=lst] > .dsc3 {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec1 > .inner > .box1 > .box2 > .box1 > [class^=lst] > .dsc3 {
    font-size: 1.5rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec1 > .inner > .box1 > .box2 > .box1 > [class^=lst] > .dsc3 {
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec1 > .inner > .box1 > .box2 > .box1 > [class^=lst] > .dsc3 {
    width: 8rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec1 > .inner > .box1 > .box2 > .box1 > [class^=lst] > .dsc3 {
    width: 12rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec1 > .inner > .box1 > .box2 > .box1 > [class^=lst] > .dsc3 {
    width: 15rem;
  }
}
#main.global > .inner > .sec1 > .inner > .box1 > .box2 > .box1 > [class^=lst] > .dsc3 > .txt1 {
  display: block;
  text-align: center;
}
#main.global > .inner > .sec1 > .inner > .box1 > .box2 > .box1 > [class^=lst] > .dsc3 > .lnk1 {
  height: auto;
  width: 100%;
  background: linear-gradient(to left, #4C9CD5, #4C9CD5 50%, #000000 50%, #000000);
  background-position: right center;
  background-size: 200% auto;
  border: 0.2rem solid #000000;
  color: #ffffff;
  display: block;
  font-weight: 600;
  padding: 0.25em 0;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec1 > .inner > .box1 > .box2 > .box1 > [class^=lst] > .dsc3 > .lnk1 {
    border: 0.3rem solid #000000;
  }
}
#main.global > .inner > .sec1 > .inner > .box1 > .box2 > .box1 > [class^=lst] > .dsc3 > .lnk1 > .svg1 {
  display: none;
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec1 > .inner > .box1 > .box2 > .box1 > [class^=lst] > .dsc3 > .lnk1 > .svg1 {
    display: inline-block;
    margin-right: 0.5em;
    transform: translateY(0.25em);
    width: 0.5em;
  }
}
#main.global > .inner > .sec1 > .inner > .box1 > .box2 > .box1 > [class^=lst] > .dsc3 > .lnk1.hov {
  transition: background 0.35s;
}
#main.global > .inner > .sec1 > .inner > .box1 > .box2 > .box1 > [class^=lst] > .dsc3 > .lnk1.hov:hover {
  background-position: left center;
}
#main.global > .inner > .sec1 > .inner > .box1 > .box2 > .box0 {
  height: auto;
  width: 100%;
}
#main.global > .inner > .sec1 > .inner > .box1 > .box2 > .box0 > .par1 {
  height: auto;
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.075em;
  line-height: 1.7;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec1 > .inner > .box1 > .box2 > .box0 > .par1 {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec1 > .inner > .box1 > .box2 > .box0 > .par1 {
    font-size: 1.5rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec1 > .inner > .box1 > .box2 > .box0 > .par1 {
    font-size: 1.6rem;
    line-height: 2;
  }
}
#main.global > .inner > .sec2 {
  height: auto;
  width: 100%;
}
#main.global > .inner > .sec2 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 115rem;
  padding: 6rem 2rem;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec2 > .inner {
    padding: 7.5rem 5rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec2 > .inner {
    padding: 9rem 6rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec2 > .inner {
    max-width: 155rem;
    padding: 10.5rem 7rem;
  }
}
#main.global > .inner > .sec2 > .inner > [class^=box] {
  height: auto;
  width: 100%;
}
#main.global > .inner > .sec2 > .inner > [class^=box]:not(:last-of-type) {
  margin-bottom: 3rem;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec2 > .inner > [class^=box]:not(:last-of-type) {
    margin-bottom: 3.75rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec2 > .inner > [class^=box]:not(:last-of-type) {
    margin-bottom: 4.5rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec2 > .inner > [class^=box]:not(:last-of-type) {
    margin-bottom: 5.25rem;
  }
}
#main.global > .inner > .sec2 > .inner > [class^=box] > .box1 {
  height: auto;
  width: 100%;
}
#main.global > .inner > .sec2 > .inner > [class^=box] > .box1 > .hdr1 {
  height: auto;
  width: 100%;
  color: #4C9CD5;
  display: flex;
  font-family: "Open Sans", sans-serif;
  font-size: 2.08rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.36;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec2 > .inner > [class^=box] > .box1 > .hdr1 {
    font-size: 2.8rem;
    line-height: 1.44;
    width: auto;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec2 > .inner > [class^=box] > .box1 > .hdr1 {
    font-size: 3.75rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec2 > .inner > [class^=box] > .box1 > .hdr1 {
    font-size: 4rem;
    line-height: 1.6;
  }
}
#main.global > .inner > .sec2 > .inner > [class^=box] > .box1 > .hdr1 > .elm1 {
  font-size: 1.5em;
  margin-right: 0.25em;
  transform: translateY(-0.35em);
}
#main.global > .inner > .sec2 > .inner > [class^=box].box1 > .box2, #main.global > .inner > .sec2 > .inner > [class^=box].box2 > .box2, #main.global > .inner > .sec2 > .inner > [class^=box].box5 > .box2, #main.global > .inner > .sec2 > .inner > [class^=box].box6 > .box2, #main.global > .inner > .sec2 > .inner > [class^=box].box7 > .box2, #main.global > .inner > .sec2 > .inner > [class^=box].box8 > .box2, #main.global > .inner > .sec2 > .inner > [class^=box].box10 > .box2, #main.global > .inner > .sec2 > .inner > [class^=box].box12 > .box2, #main.global > .inner > .sec2 > .inner > [class^=box].box13 > .box2, #main.global > .inner > .sec2 > .inner > [class^=box].box15 > .box2 {
  height: auto;
  width: 100%;
}
#main.global > .inner > .sec2 > .inner > [class^=box].box1 > .box2 > [class^=par], #main.global > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=par], #main.global > .inner > .sec2 > .inner > [class^=box].box5 > .box2 > [class^=par], #main.global > .inner > .sec2 > .inner > [class^=box].box6 > .box2 > [class^=par], #main.global > .inner > .sec2 > .inner > [class^=box].box7 > .box2 > [class^=par], #main.global > .inner > .sec2 > .inner > [class^=box].box8 > .box2 > [class^=par], #main.global > .inner > .sec2 > .inner > [class^=box].box10 > .box2 > [class^=par], #main.global > .inner > .sec2 > .inner > [class^=box].box12 > .box2 > [class^=par], #main.global > .inner > .sec2 > .inner > [class^=box].box13 > .box2 > [class^=par], #main.global > .inner > .sec2 > .inner > [class^=box].box15 > .box2 > [class^=par] {
  height: auto;
  width: 100%;
  font-size: 1.17rem;
  letter-spacing: 0.0375em;
  line-height: 1.7;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box1 > .box2 > [class^=par], #main.global > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=par], #main.global > .inner > .sec2 > .inner > [class^=box].box5 > .box2 > [class^=par], #main.global > .inner > .sec2 > .inner > [class^=box].box6 > .box2 > [class^=par], #main.global > .inner > .sec2 > .inner > [class^=box].box7 > .box2 > [class^=par], #main.global > .inner > .sec2 > .inner > [class^=box].box8 > .box2 > [class^=par], #main.global > .inner > .sec2 > .inner > [class^=box].box10 > .box2 > [class^=par], #main.global > .inner > .sec2 > .inner > [class^=box].box12 > .box2 > [class^=par], #main.global > .inner > .sec2 > .inner > [class^=box].box13 > .box2 > [class^=par], #main.global > .inner > .sec2 > .inner > [class^=box].box15 > .box2 > [class^=par] {
    font-size: 1.26rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box1 > .box2 > [class^=par], #main.global > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=par], #main.global > .inner > .sec2 > .inner > [class^=box].box5 > .box2 > [class^=par], #main.global > .inner > .sec2 > .inner > [class^=box].box6 > .box2 > [class^=par], #main.global > .inner > .sec2 > .inner > [class^=box].box7 > .box2 > [class^=par], #main.global > .inner > .sec2 > .inner > [class^=box].box8 > .box2 > [class^=par], #main.global > .inner > .sec2 > .inner > [class^=box].box10 > .box2 > [class^=par], #main.global > .inner > .sec2 > .inner > [class^=box].box12 > .box2 > [class^=par], #main.global > .inner > .sec2 > .inner > [class^=box].box13 > .box2 > [class^=par], #main.global > .inner > .sec2 > .inner > [class^=box].box15 > .box2 > [class^=par] {
    font-size: 1.35rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box1 > .box2 > [class^=par], #main.global > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=par], #main.global > .inner > .sec2 > .inner > [class^=box].box5 > .box2 > [class^=par], #main.global > .inner > .sec2 > .inner > [class^=box].box6 > .box2 > [class^=par], #main.global > .inner > .sec2 > .inner > [class^=box].box7 > .box2 > [class^=par], #main.global > .inner > .sec2 > .inner > [class^=box].box8 > .box2 > [class^=par], #main.global > .inner > .sec2 > .inner > [class^=box].box10 > .box2 > [class^=par], #main.global > .inner > .sec2 > .inner > [class^=box].box12 > .box2 > [class^=par], #main.global > .inner > .sec2 > .inner > [class^=box].box13 > .box2 > [class^=par], #main.global > .inner > .sec2 > .inner > [class^=box].box15 > .box2 > [class^=par] {
    font-size: 1.44rem;
    line-height: 2;
  }
}
#main.global > .inner > .sec2 > .inner > [class^=box].box1 > .box2 > [class^=par]:not(:last-of-type), #main.global > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=par]:not(:last-of-type), #main.global > .inner > .sec2 > .inner > [class^=box].box5 > .box2 > [class^=par]:not(:last-of-type), #main.global > .inner > .sec2 > .inner > [class^=box].box6 > .box2 > [class^=par]:not(:last-of-type), #main.global > .inner > .sec2 > .inner > [class^=box].box7 > .box2 > [class^=par]:not(:last-of-type), #main.global > .inner > .sec2 > .inner > [class^=box].box8 > .box2 > [class^=par]:not(:last-of-type), #main.global > .inner > .sec2 > .inner > [class^=box].box10 > .box2 > [class^=par]:not(:last-of-type), #main.global > .inner > .sec2 > .inner > [class^=box].box12 > .box2 > [class^=par]:not(:last-of-type), #main.global > .inner > .sec2 > .inner > [class^=box].box13 > .box2 > [class^=par]:not(:last-of-type), #main.global > .inner > .sec2 > .inner > [class^=box].box15 > .box2 > [class^=par]:not(:last-of-type) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box1 > .box2 > [class^=par]:not(:last-of-type), #main.global > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=par]:not(:last-of-type), #main.global > .inner > .sec2 > .inner > [class^=box].box5 > .box2 > [class^=par]:not(:last-of-type), #main.global > .inner > .sec2 > .inner > [class^=box].box6 > .box2 > [class^=par]:not(:last-of-type), #main.global > .inner > .sec2 > .inner > [class^=box].box7 > .box2 > [class^=par]:not(:last-of-type), #main.global > .inner > .sec2 > .inner > [class^=box].box8 > .box2 > [class^=par]:not(:last-of-type), #main.global > .inner > .sec2 > .inner > [class^=box].box10 > .box2 > [class^=par]:not(:last-of-type), #main.global > .inner > .sec2 > .inner > [class^=box].box12 > .box2 > [class^=par]:not(:last-of-type), #main.global > .inner > .sec2 > .inner > [class^=box].box13 > .box2 > [class^=par]:not(:last-of-type), #main.global > .inner > .sec2 > .inner > [class^=box].box15 > .box2 > [class^=par]:not(:last-of-type) {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box1 > .box2 > [class^=par]:not(:last-of-type), #main.global > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=par]:not(:last-of-type), #main.global > .inner > .sec2 > .inner > [class^=box].box5 > .box2 > [class^=par]:not(:last-of-type), #main.global > .inner > .sec2 > .inner > [class^=box].box6 > .box2 > [class^=par]:not(:last-of-type), #main.global > .inner > .sec2 > .inner > [class^=box].box7 > .box2 > [class^=par]:not(:last-of-type), #main.global > .inner > .sec2 > .inner > [class^=box].box8 > .box2 > [class^=par]:not(:last-of-type), #main.global > .inner > .sec2 > .inner > [class^=box].box10 > .box2 > [class^=par]:not(:last-of-type), #main.global > .inner > .sec2 > .inner > [class^=box].box12 > .box2 > [class^=par]:not(:last-of-type), #main.global > .inner > .sec2 > .inner > [class^=box].box13 > .box2 > [class^=par]:not(:last-of-type), #main.global > .inner > .sec2 > .inner > [class^=box].box15 > .box2 > [class^=par]:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box1 > .box2 > [class^=par]:not(:last-of-type), #main.global > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=par]:not(:last-of-type), #main.global > .inner > .sec2 > .inner > [class^=box].box5 > .box2 > [class^=par]:not(:last-of-type), #main.global > .inner > .sec2 > .inner > [class^=box].box6 > .box2 > [class^=par]:not(:last-of-type), #main.global > .inner > .sec2 > .inner > [class^=box].box7 > .box2 > [class^=par]:not(:last-of-type), #main.global > .inner > .sec2 > .inner > [class^=box].box8 > .box2 > [class^=par]:not(:last-of-type), #main.global > .inner > .sec2 > .inner > [class^=box].box10 > .box2 > [class^=par]:not(:last-of-type), #main.global > .inner > .sec2 > .inner > [class^=box].box12 > .box2 > [class^=par]:not(:last-of-type), #main.global > .inner > .sec2 > .inner > [class^=box].box13 > .box2 > [class^=par]:not(:last-of-type), #main.global > .inner > .sec2 > .inner > [class^=box].box15 > .box2 > [class^=par]:not(:last-of-type) {
    margin-bottom: 1.75rem;
  }
}
#main.global > .inner > .sec2 > .inner > [class^=box].box1 > .box2 > [class^=par] > .lnk1, #main.global > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=par] > .lnk1, #main.global > .inner > .sec2 > .inner > [class^=box].box5 > .box2 > [class^=par] > .lnk1, #main.global > .inner > .sec2 > .inner > [class^=box].box6 > .box2 > [class^=par] > .lnk1, #main.global > .inner > .sec2 > .inner > [class^=box].box7 > .box2 > [class^=par] > .lnk1, #main.global > .inner > .sec2 > .inner > [class^=box].box8 > .box2 > [class^=par] > .lnk1, #main.global > .inner > .sec2 > .inner > [class^=box].box10 > .box2 > [class^=par] > .lnk1, #main.global > .inner > .sec2 > .inner > [class^=box].box12 > .box2 > [class^=par] > .lnk1, #main.global > .inner > .sec2 > .inner > [class^=box].box13 > .box2 > [class^=par] > .lnk1, #main.global > .inner > .sec2 > .inner > [class^=box].box15 > .box2 > [class^=par] > .lnk1 {
  color: #B22A30;
}
#main.global > .inner > .sec2 > .inner > [class^=box].box1 > .box2 > [class^=par] > .lnk1.hov, #main.global > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=par] > .lnk1.hov, #main.global > .inner > .sec2 > .inner > [class^=box].box5 > .box2 > [class^=par] > .lnk1.hov, #main.global > .inner > .sec2 > .inner > [class^=box].box6 > .box2 > [class^=par] > .lnk1.hov, #main.global > .inner > .sec2 > .inner > [class^=box].box7 > .box2 > [class^=par] > .lnk1.hov, #main.global > .inner > .sec2 > .inner > [class^=box].box8 > .box2 > [class^=par] > .lnk1.hov, #main.global > .inner > .sec2 > .inner > [class^=box].box10 > .box2 > [class^=par] > .lnk1.hov, #main.global > .inner > .sec2 > .inner > [class^=box].box12 > .box2 > [class^=par] > .lnk1.hov, #main.global > .inner > .sec2 > .inner > [class^=box].box13 > .box2 > [class^=par] > .lnk1.hov, #main.global > .inner > .sec2 > .inner > [class^=box].box15 > .box2 > [class^=par] > .lnk1.hov {
  transition: opacity 0.35s;
}
#main.global > .inner > .sec2 > .inner > [class^=box].box1 > .box2 > [class^=par] > .lnk1.hov:hover, #main.global > .inner > .sec2 > .inner > [class^=box].box2 > .box2 > [class^=par] > .lnk1.hov:hover, #main.global > .inner > .sec2 > .inner > [class^=box].box5 > .box2 > [class^=par] > .lnk1.hov:hover, #main.global > .inner > .sec2 > .inner > [class^=box].box6 > .box2 > [class^=par] > .lnk1.hov:hover, #main.global > .inner > .sec2 > .inner > [class^=box].box7 > .box2 > [class^=par] > .lnk1.hov:hover, #main.global > .inner > .sec2 > .inner > [class^=box].box8 > .box2 > [class^=par] > .lnk1.hov:hover, #main.global > .inner > .sec2 > .inner > [class^=box].box10 > .box2 > [class^=par] > .lnk1.hov:hover, #main.global > .inner > .sec2 > .inner > [class^=box].box12 > .box2 > [class^=par] > .lnk1.hov:hover, #main.global > .inner > .sec2 > .inner > [class^=box].box13 > .box2 > [class^=par] > .lnk1.hov:hover, #main.global > .inner > .sec2 > .inner > [class^=box].box15 > .box2 > [class^=par] > .lnk1.hov:hover {
  opacity: 0.5;
}
#main.global > .inner > .sec2 > .inner > [class^=box].box3 > .box2, #main.global > .inner > .sec2 > .inner > [class^=box].box11 > .box2 {
  height: auto;
  width: 100%;
}
#main.global > .inner > .sec2 > .inner > [class^=box].box3 > .box2 > [class^=par], #main.global > .inner > .sec2 > .inner > [class^=box].box11 > .box2 > [class^=par] {
  height: auto;
  width: 100%;
  margin-bottom: 1rem;
  font-size: 1.17rem;
  letter-spacing: 0.0375em;
  line-height: 1.7;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box3 > .box2 > [class^=par], #main.global > .inner > .sec2 > .inner > [class^=box].box11 > .box2 > [class^=par] {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box3 > .box2 > [class^=par], #main.global > .inner > .sec2 > .inner > [class^=box].box11 > .box2 > [class^=par] {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box3 > .box2 > [class^=par], #main.global > .inner > .sec2 > .inner > [class^=box].box11 > .box2 > [class^=par] {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box3 > .box2 > [class^=par], #main.global > .inner > .sec2 > .inner > [class^=box].box11 > .box2 > [class^=par] {
    font-size: 1.26rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box3 > .box2 > [class^=par], #main.global > .inner > .sec2 > .inner > [class^=box].box11 > .box2 > [class^=par] {
    font-size: 1.35rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box3 > .box2 > [class^=par], #main.global > .inner > .sec2 > .inner > [class^=box].box11 > .box2 > [class^=par] {
    font-size: 1.44rem;
    line-height: 2;
  }
}
#main.global > .inner > .sec2 > .inner > [class^=box].box3 > .box2 > .lst1, #main.global > .inner > .sec2 > .inner > [class^=box].box11 > .box2 > .lst1 {
  height: auto;
  width: 100%;
  font-size: 1.17rem;
  letter-spacing: 0.0375em;
  line-height: 1.7;
  list-style: disc;
  padding-left: 1.5em;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box3 > .box2 > .lst1, #main.global > .inner > .sec2 > .inner > [class^=box].box11 > .box2 > .lst1 {
    font-size: 1.26rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box3 > .box2 > .lst1, #main.global > .inner > .sec2 > .inner > [class^=box].box11 > .box2 > .lst1 {
    font-size: 1.35rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box3 > .box2 > .lst1, #main.global > .inner > .sec2 > .inner > [class^=box].box11 > .box2 > .lst1 {
    font-size: 1.44rem;
    line-height: 2;
  }
}
#main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 {
  height: auto;
  width: 100%;
}
#main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=box] {
  height: auto;
  width: 100%;
}
#main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=box]:not(:last-of-type) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=box]:not(:last-of-type) {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=box]:not(:last-of-type) {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=box]:not(:last-of-type) {
    margin-bottom: 3.5rem;
  }
}
#main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=box] > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=box] > .box1 {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=box] > .box1 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=box] > .box1 {
    margin-bottom: 1.75rem;
  }
}
#main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=box] > .box1 > .hdr1 {
  height: auto;
  width: 100%;
  font-size: 1.82rem;
  letter-spacing: 0.0375em;
  line-height: 1.36;
  color: #B22A30;
  font-weight: 700;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=box] > .box1 > .hdr1 {
    font-size: 1.96rem;
    line-height: 1.44;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=box] > .box1 > .hdr1 {
    font-size: 2.1rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=box] > .box1 > .hdr1 {
    font-size: 2.24rem;
    line-height: 1.6;
  }
}
#main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=box] > .box1 > .hdr1 > .elm1 {
  margin-right: 0.5em;
}
#main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=box] > .box1 > .hdr2 {
  height: auto;
  width: 100%;
  margin-top: 0.5rem;
  font-size: 1.3rem;
  letter-spacing: 0.0375em;
  line-height: 1.7;
  font-weight: 600;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=box] > .box1 > .hdr2 {
    margin-top: 0.625rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=box] > .box1 > .hdr2 {
    margin-top: 0.75rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=box] > .box1 > .hdr2 {
    margin-top: 0.875rem;
  }
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=box] > .box1 > .hdr2 {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=box] > .box1 > .hdr2 {
    font-size: 1.5rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > [class^=box] > .box1 > .hdr2 {
    font-size: 1.6rem;
    line-height: 2;
  }
}
#main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box1 > .box2 {
  height: auto;
  width: 100%;
}
#main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box1 > .box2 > [class^=lst] {
  height: auto;
  width: 100%;
}
#main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box1 > .box2 > [class^=lst]:not(:last-of-type) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box1 > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box1 > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box1 > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 1.75rem;
  }
}
#main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box1 > .box2 > [class^=lst] > .trm1 {
  height: auto;
  width: 100%;
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
  letter-spacing: 0.0375em;
  line-height: 1.7;
  font-weight: 600;
  text-decoration: underline;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box1 > .box2 > [class^=lst] > .trm1 {
    margin-bottom: 0.625rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box1 > .box2 > [class^=lst] > .trm1 {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box1 > .box2 > [class^=lst] > .trm1 {
    margin-bottom: 0.875rem;
  }
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box1 > .box2 > [class^=lst] > .trm1 {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box1 > .box2 > [class^=lst] > .trm1 {
    font-size: 1.5rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box1 > .box2 > [class^=lst] > .trm1 {
    font-size: 1.6rem;
    line-height: 2;
  }
}
#main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box1 > .box2 > [class^=lst] > .dsc1 {
  height: auto;
  width: 100%;
  font-size: 1.17rem;
  letter-spacing: 0.0375em;
  line-height: 1.7;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box1 > .box2 > [class^=lst] > .dsc1 {
    font-size: 1.26rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box1 > .box2 > [class^=lst] > .dsc1 {
    font-size: 1.35rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box1 > .box2 > [class^=lst] > .dsc1 {
    font-size: 1.44rem;
    line-height: 2;
  }
}
#main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box1 > .box2 > [class^=lst] > .dsc1 > .par1 {
  height: auto;
  width: 100%;
  padding-left: 1.5em;
}
#main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box1 > .box2 > [class^=lst] > .dsc1 > .lst1 {
  height: auto;
  width: 100%;
  font-size: 1.17rem;
  letter-spacing: 0.0375em;
  line-height: 1.7;
  list-style: "- ";
  padding-left: 1.5em;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box1 > .box2 > [class^=lst] > .dsc1 > .lst1 {
    font-size: 1.26rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box1 > .box2 > [class^=lst] > .dsc1 > .lst1 {
    font-size: 1.35rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box1 > .box2 > [class^=lst] > .dsc1 > .lst1 {
    font-size: 1.44rem;
    line-height: 2;
  }
}
#main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box2 > .box2 {
  height: auto;
  width: 100%;
}
#main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box2 > .box2 > [class^=par] {
  height: auto;
  width: 100%;
  margin-bottom: 1rem;
  font-size: 1.17rem;
  letter-spacing: 0.0375em;
  line-height: 1.7;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box2 > .box2 > [class^=par] {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box2 > .box2 > [class^=par] {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box2 > .box2 > [class^=par] {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box2 > .box2 > [class^=par] {
    font-size: 1.26rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box2 > .box2 > [class^=par] {
    font-size: 1.35rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box2 > .box2 > [class^=par] {
    font-size: 1.44rem;
    line-height: 2;
  }
}
#main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box2 > .box2 > [class^=lst] {
  height: auto;
  width: 100%;
  font-size: 1.17rem;
  letter-spacing: 0.0375em;
  line-height: 1.7;
  list-style: disc;
  padding-left: 1.5em;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box2 > .box2 > [class^=lst] {
    font-size: 1.26rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box2 > .box2 > [class^=lst] {
    font-size: 1.35rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box2 > .box2 > [class^=lst] {
    font-size: 1.44rem;
    line-height: 2;
  }
}
#main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box2 > .box2 > [class^=lst] > .itm1 {
  height: auto;
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box2 > .box2 > [class^=lst] > .itm1 {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box2 > .box2 > [class^=lst] > .itm1 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box2 > .box2 > [class^=lst] > .itm1 {
    margin-bottom: 1.75rem;
  }
}
#main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box2 > .box2 > [class^=lst] > .itm1 > .par1 {
  height: auto;
  width: 100%;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box2 > .box2 > [class^=lst] > .itm1 > .par1 {
    margin-bottom: 0.625rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box2 > .box2 > [class^=lst] > .itm1 > .par1 {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box2 > .box2 > [class^=lst] > .itm1 > .par1 {
    margin-bottom: 0.875rem;
  }
}
#main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box2 > .box2 > [class^=lst] > .itm1 > [class^=lst] {
  height: auto;
  width: 100%;
  padding: 0.5rem 0.5rem;
  border: 0.1rem solid #c0c0c0;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box2 > .box2 > [class^=lst] > .itm1 > [class^=lst] {
    padding: 0.625rem 0.625rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box2 > .box2 > [class^=lst] > .itm1 > [class^=lst] {
    padding: 0.75rem 0.75rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box2 > .box2 > [class^=lst] > .itm1 > [class^=lst] {
    padding: 0.875rem 0.875rem;
  }
}
#main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box2 > .box2 > [class^=lst] > .itm1 > [class^=lst]:not(:last-of-type) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box2 > .box2 > [class^=lst] > .itm1 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box2 > .box2 > [class^=lst] > .itm1 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box2 > .box2 > [class^=lst] > .itm1 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 1.75rem;
  }
}
#main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box2 > .box2 > [class^=lst] > .itm1 > [class^=lst] > .trm1 {
  height: auto;
  width: 100%;
  font-size: 1.17rem;
  letter-spacing: 0.0375em;
  line-height: 1.7;
  color: #4C9546;
  font-weight: 600;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box2 > .box2 > [class^=lst] > .itm1 > [class^=lst] > .trm1 {
    font-size: 1.26rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box2 > .box2 > [class^=lst] > .itm1 > [class^=lst] > .trm1 {
    font-size: 1.35rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box2 > .box2 > [class^=lst] > .itm1 > [class^=lst] > .trm1 {
    font-size: 1.44rem;
    line-height: 2;
  }
}
#main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box2 > .box2 > [class^=lst] > .itm1 > [class^=lst] > .dsc1 {
  height: auto;
  width: 100%;
  font-size: 1.17rem;
  letter-spacing: 0.0375em;
  line-height: 1.7;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box2 > .box2 > [class^=lst] > .itm1 > [class^=lst] > .dsc1 {
    font-size: 1.26rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box2 > .box2 > [class^=lst] > .itm1 > [class^=lst] > .dsc1 {
    font-size: 1.35rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box2 > .box2 > [class^=lst] > .itm1 > [class^=lst] > .dsc1 {
    font-size: 1.44rem;
    line-height: 2;
  }
}
#main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box2 > .box2 > [class^=lst] > .itm1 > [class^=lst].lst3 > .dsc1 > .lst1 {
  height: auto;
  width: 100%;
  margin-top: 1rem;
  padding: 0.5rem 0.5rem;
  background-color: #f0f0f0;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box2 > .box2 > [class^=lst] > .itm1 > [class^=lst].lst3 > .dsc1 > .lst1 {
    margin-top: 1.25rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box2 > .box2 > [class^=lst] > .itm1 > [class^=lst].lst3 > .dsc1 > .lst1 {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box2 > .box2 > [class^=lst] > .itm1 > [class^=lst].lst3 > .dsc1 > .lst1 {
    margin-top: 1.75rem;
  }
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box2 > .box2 > [class^=lst] > .itm1 > [class^=lst].lst3 > .dsc1 > .lst1 {
    padding: 0.625rem 0.625rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box2 > .box2 > [class^=lst] > .itm1 > [class^=lst].lst3 > .dsc1 > .lst1 {
    padding: 0.75rem 0.75rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box2 > .box2 > [class^=lst] > .itm1 > [class^=lst].lst3 > .dsc1 > .lst1 {
    padding: 0.875rem 0.875rem;
  }
}
#main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box2 > .box2 > [class^=lst] > .itm1 > [class^=lst].lst3 > .dsc1 > .lst1 > .trm1 {
  font-weight: 600;
}
#main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box2 > .box2 > [class^=lst] > .itm2 {
  height: auto;
  width: 100%;
}
#main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box2 > .box2 > [class^=lst] > .itm2 > .par1 {
  height: auto;
  width: 100%;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box2 > .box2 > [class^=lst] > .itm2 > .par1 {
    margin-bottom: 0.625rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box2 > .box2 > [class^=lst] > .itm2 > .par1 {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box2 > .box2 > [class^=lst] > .itm2 > .par1 {
    margin-bottom: 0.875rem;
  }
}
#main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box2 > .box2 > [class^=lst] > .itm2 > .lst1 {
  height: auto;
  width: 100%;
  font-size: 1.17rem;
  letter-spacing: 0.0375em;
  line-height: 1.7;
  list-style: "- ";
  padding-left: 1em;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box2 > .box2 > [class^=lst] > .itm2 > .lst1 {
    font-size: 1.26rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box2 > .box2 > [class^=lst] > .itm2 > .lst1 {
    font-size: 1.35rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 .box2 > .box2 > [class^=lst] > .itm2 > .lst1 {
    font-size: 1.44rem;
    line-height: 2;
  }
}
#main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > .lst1 {
  height: auto;
  width: 100%;
  font-size: 1.17rem;
  letter-spacing: 0.0375em;
  line-height: 1.7;
  list-style: disc;
  padding-left: 1.5em;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > .lst1 {
    font-size: 1.26rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > .lst1 {
    font-size: 1.35rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box4 > .box2 > .lst1 {
    font-size: 1.44rem;
    line-height: 2;
  }
}
#main.global > .inner > .sec2 > .inner > [class^=box].box9 > .box2 {
  height: auto;
  width: 100%;
}
#main.global > .inner > .sec2 > .inner > [class^=box].box9 > .box2 > [class^=box] {
  height: auto;
  width: 100%;
}
#main.global > .inner > .sec2 > .inner > [class^=box].box9 > .box2 > [class^=box]:not(:last-of-type) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box9 > .box2 > [class^=box]:not(:last-of-type) {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box9 > .box2 > [class^=box]:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box9 > .box2 > [class^=box]:not(:last-of-type) {
    margin-bottom: 1.75rem;
  }
}
#main.global > .inner > .sec2 > .inner > [class^=box].box9 > .box2 > [class^=box] > .hdr1 {
  height: auto;
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.0375em;
  line-height: 1.7;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box9 > .box2 > [class^=box] > .hdr1 {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box9 > .box2 > [class^=box] > .hdr1 {
    font-size: 1.5rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box9 > .box2 > [class^=box] > .hdr1 {
    font-size: 1.6rem;
    line-height: 2;
  }
}
#main.global > .inner > .sec2 > .inner > [class^=box].box9 > .box2 > [class^=box] > .hdr1 > .elm1 {
  display: inline-block;
  font-weight: 600;
  text-decoration: underline;
}
#main.global > .inner > .sec2 > .inner > [class^=box].box9 > .box2 > [class^=box] > .hdr1 > .elm2 {
  display: inline-block;
  font-size: 0.9em;
  margin-left: 0.5em;
}
#main.global > .inner > .sec2 > .inner > [class^=box].box9 > .box2 > [class^=box] > .lst1 {
  height: auto;
  width: 100%;
  font-size: 1.17rem;
  letter-spacing: 0.0375em;
  line-height: 1.7;
  list-style: disc;
  padding-left: 1.5em;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box9 > .box2 > [class^=box] > .lst1 {
    font-size: 1.26rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box9 > .box2 > [class^=box] > .lst1 {
    font-size: 1.35rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box9 > .box2 > [class^=box] > .lst1 {
    font-size: 1.44rem;
    line-height: 2;
  }
}
#main.global > .inner > .sec2 > .inner > [class^=box].box9 > .box2 > [class^=box] > .lst1 > [class^=itm] {
  height: auto;
  width: 100%;
}
#main.global > .inner > .sec2 > .inner > [class^=box].box9 > .box2 > [class^=box] > .lst1 > [class^=itm] > .elm1 {
  display: inline-block;
  font-weight: 500;
}
#main.global > .inner > .sec2 > .inner > [class^=box].box9 > .box2 > [class^=box] > .lst1 > [class^=itm] > .elm2 {
  display: inline-block;
  font-size: 0.9em;
  margin-left: 0.5em;
}
#main.global > .inner > .sec2 > .inner > [class^=box].box9 > .box2 > [class^=box] > .lst2 {
  height: auto;
  width: 100%;
  margin-top: 0.5rem;
  padding-left: 1.5rem;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box9 > .box2 > [class^=box] > .lst2 {
    margin-top: 0.625rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box9 > .box2 > [class^=box] > .lst2 {
    margin-top: 0.75rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box9 > .box2 > [class^=box] > .lst2 {
    margin-top: 0.875rem;
  }
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box9 > .box2 > [class^=box] > .lst2 {
    padding-left: 1.875rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box9 > .box2 > [class^=box] > .lst2 {
    padding-left: 2.25rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box9 > .box2 > [class^=box] > .lst2 {
    padding-left: 2.625rem;
  }
}
#main.global > .inner > .sec2 > .inner > [class^=box].box9 > .box2 > [class^=box] > .lst2 > .trm1 {
  height: auto;
  width: 100%;
  font-size: 1.04rem;
  letter-spacing: 0.0375em;
  line-height: 1.7;
  font-weight: 500;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box9 > .box2 > [class^=box] > .lst2 > .trm1 {
    font-size: 1.12rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box9 > .box2 > [class^=box] > .lst2 > .trm1 {
    font-size: 1.2rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box9 > .box2 > [class^=box] > .lst2 > .trm1 {
    font-size: 1.28rem;
    line-height: 2;
  }
}
#main.global > .inner > .sec2 > .inner > [class^=box].box9 > .box2 > [class^=box] > .lst2 > [class^=dsc] {
  height: auto;
  width: 100%;
  font-size: 1.04rem;
  letter-spacing: 0.0375em;
  line-height: 1.7;
  padding-left: 0.75em;
  position: relative;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box9 > .box2 > [class^=box] > .lst2 > [class^=dsc] {
    font-size: 1.12rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box9 > .box2 > [class^=box] > .lst2 > [class^=dsc] {
    font-size: 1.2rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box9 > .box2 > [class^=box] > .lst2 > [class^=dsc] {
    font-size: 1.28rem;
    line-height: 2;
  }
}
#main.global > .inner > .sec2 > .inner > [class^=box].box9 > .box2 > [class^=box] > .lst2 > [class^=dsc] > .elm1 {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
  width: 0.75em;
}
#main.global > .inner > .sec2 > .inner > [class^=box].box14 > .box2 > .lst1 {
  height: auto;
  width: 100%;
  font-size: 1.17rem;
  letter-spacing: 0.0375em;
  line-height: 1.7;
  list-style: disc;
  padding-left: 1.5em;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box14 > .box2 > .lst1 {
    font-size: 1.26rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box14 > .box2 > .lst1 {
    font-size: 1.35rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec2 > .inner > [class^=box].box14 > .box2 > .lst1 {
    font-size: 1.44rem;
    line-height: 2;
  }
}
#main.global > .inner > .sec3 {
  height: auto;
  width: 100%;
}
#main.global > .inner > .sec3 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 40rem;
  padding: 0 2rem;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec3 > .inner {
    max-width: 90rem;
    padding: 0 5rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec3 > .inner {
    max-width: 115rem;
    padding: 0 6rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec3 > .inner {
    max-width: 155rem;
    padding: 0 7rem;
  }
}
#main.global > .inner > .sec3 > .inner > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 4rem;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec3 > .inner > .box1 {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec3 > .inner > .box1 {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec3 > .inner > .box1 {
    margin-bottom: 7rem;
  }
}
#main.global > .inner > .sec3 > .inner > .box1 > .lst1 {
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#main.global > .inner > .sec3 > .inner > .box1 > .lst1 > [class^=itm] {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec3 > .inner > .box1 > .lst1 > [class^=itm] {
    width: 35rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec3 > .inner > .box1 > .lst1 > [class^=itm] {
    width: 37.5rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec3 > .inner > .box1 > .lst1 > [class^=itm] {
    width: 40rem;
  }
}
#main.global > .inner > .sec3 > .inner > .box1 > .lst1 > [class^=itm]:not(:last-of-type) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec3 > .inner > .box1 > .lst1 > [class^=itm]:not(:last-of-type) {
    margin-bottom: 0;
    margin-right: 2.5rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec3 > .inner > .box1 > .lst1 > [class^=itm]:not(:last-of-type) {
    margin-right: 3rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec3 > .inner > .box1 > .lst1 > [class^=itm]:not(:last-of-type) {
    margin-right: 3.5rem;
  }
}
#main.global > .inner > .sec3 > .inner > .box1 > .lst1 > [class^=itm] > .lnk1 {
  height: auto;
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.075em;
  line-height: 2.72;
  border: 0.3rem solid #000000;
  background-color: #ffffff;
  color: #000000;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin: 0 auto;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec3 > .inner > .box1 > .lst1 > [class^=itm] > .lnk1 {
    font-size: 1.4rem;
    line-height: 2.88;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec3 > .inner > .box1 > .lst1 > [class^=itm] > .lnk1 {
    font-size: 1.5rem;
    line-height: 3.04;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec3 > .inner > .box1 > .lst1 > [class^=itm] > .lnk1 {
    font-size: 1.6rem;
    line-height: 3.2;
  }
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec3 > .inner > .box1 > .lst1 > [class^=itm] > .lnk1 {
    border: 0.4rem solid #000000;
    width: 35rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec3 > .inner > .box1 > .lst1 > [class^=itm] > .lnk1 {
    border: 0.5rem solid #000000;
    width: 37.5rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec3 > .inner > .box1 > .lst1 > [class^=itm] > .lnk1 {
    border: 0.6rem solid #000000;
    width: 40rem;
  }
}
#main.global > .inner > .sec3 > .inner > .box1 > .lst1 > [class^=itm] > .lnk1 > .svg1 {
  color: #DB3422;
  display: inline-block;
  margin-right: 0.5em;
  transform: translateY(0.25em);
  width: 1em;
}
#main.global > .inner > .sec3 > .inner > .box1 > .lst1 > [class^=itm] > .lnk1.hov {
  transition: background 0.175s;
}
#main.global > .inner > .sec3 > .inner > .box1 > .lst1 > [class^=itm] > .lnk1.hov:hover {
  background: #000000;
  color: #ffffff;
}
#main.global > .inner > .sec3 > .inner > .box2 {
  height: auto;
  width: 100%;
  position: relative;
}
#main.global > .inner > .sec3 > .inner > .box2 > .box1 {
  height: auto;
  width: 100%;
}
#main.global > .inner > .sec3 > .inner > .box2 > .box1 > .lnk1 {
  height: auto;
  width: 100%;
  background: linear-gradient(to left, #4CC5D5, #4C9CD5 50%, #000000 50%, #000000);
  background-position: right center;
  background-size: 200% auto;
  border: 0.4rem solid #000000;
  display: block;
  padding: 2rem;
  position: relative;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec3 > .inner > .box2 > .box1 > .lnk1 {
    border: 0.5rem solid #000000;
    padding: 2.5rem 2.5rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec3 > .inner > .box2 > .box1 > .lnk1 {
    border: 0.6rem solid #000000;
    padding: 6rem 3rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec3 > .inner > .box2 > .box1 > .lnk1 {
    border: 0.7rem solid #000000;
    padding: 7rem 3.5rem;
  }
}
#main.global > .inner > .sec3 > .inner > .box2 > .box1 > .lnk1 > .hdr1 {
  height: auto;
  width: 100%;
  font-size: 3.9rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec3 > .inner > .box2 > .box1 > .lnk1 > .hdr1 {
    font-size: 4.9rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec3 > .inner > .box2 > .box1 > .lnk1 > .hdr1 {
    font-size: 6rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec3 > .inner > .box2 > .box1 > .lnk1 > .hdr1 {
    font-size: 7.2rem;
  }
}
#main.global > .inner > .sec3 > .inner > .box2 > .box1 > .lnk1 > .hdr2 {
  height: auto;
  width: 100%;
  margin-top: 2rem;
  font-size: 1.56rem;
  letter-spacing: 0.075em;
  line-height: 1.36;
  font-weight: 600;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec3 > .inner > .box2 > .box1 > .lnk1 > .hdr2 {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec3 > .inner > .box2 > .box1 > .lnk1 > .hdr2 {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec3 > .inner > .box2 > .box1 > .lnk1 > .hdr2 {
    margin-top: 3.5rem;
  }
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec3 > .inner > .box2 > .box1 > .lnk1 > .hdr2 {
    font-size: 1.68rem;
    line-height: 1.44;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec3 > .inner > .box2 > .box1 > .lnk1 > .hdr2 {
    font-size: 1.8rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec3 > .inner > .box2 > .box1 > .lnk1 > .hdr2 {
    font-size: 1.92rem;
    line-height: 1.6;
  }
}
#main.global > .inner > .sec3 > .inner > .box2 > .box1 > .lnk1 > .svg1 {
  display: block;
  height: auto;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec3 > .inner > .box2 > .box1 > .lnk1 > .svg1 {
    right: 2.5rem;
    width: 5rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec3 > .inner > .box2 > .box1 > .lnk1 > .svg1 {
    right: 3rem;
    width: 6rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec3 > .inner > .box2 > .box1 > .lnk1 > .svg1 {
    right: 3.5rem;
    width: 7rem;
  }
}
#main.global > .inner > .sec3 > .inner > .box2 > .box1 > .lnk1 > .svg1 .cls-1 {
  fill: #000000;
}
#main.global > .inner > .sec3 > .inner > .box2 > .box1 > .lnk1.hov {
  transition: background 0.175s;
}
#main.global > .inner > .sec3 > .inner > .box2 > .box1 > .lnk1.hov:hover {
  background-position: left center;
}
#main.global > .inner > .sec3 > .inner > .box2 > .box1 > .lnk1.hov:hover > .hdr1 {
  color: #ffffff;
}
#main.global > .inner > .sec3 > .inner > .box2 > .box1 > .lnk1.hov:hover > .hdr2 {
  color: #ffffff;
}
#main.global > .inner > .sec3 > .inner > .box2 > .box1 > .lnk1.hov:hover > .svg1 .cls-1 {
  fill: #ffffff;
}
#main.global > .inner > .sec3 > .inner > .box2 > .box2 {
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
}
#main.global > .inner > .sec3 > .inner > .box2 > .box2 > .par1 {
  height: auto;
  width: 100%;
  font-size: 1.56rem;
  letter-spacing: 0.075em;
  line-height: 1.7;
  font-weight: 500;
  left: 0;
  position: absolute;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec3 > .inner > .box2 > .box2 > .par1 {
    font-size: 1.68rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec3 > .inner > .box2 > .box2 > .par1 {
    font-size: 1.8rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec3 > .inner > .box2 > .box2 > .par1 {
    font-size: 1.92rem;
    line-height: 2;
  }
}
#main.global > .inner > .sec4 {
  height: auto;
  width: 100%;
}
#main.global > .inner > .sec4 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 40rem;
  padding: 6rem 2rem;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec4 > .inner {
    max-width: 90rem;
    padding: 7.5rem 5rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec4 > .inner {
    max-width: 115rem;
    padding: 9rem 6rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec4 > .inner {
    max-width: 155rem;
    padding: 10.5rem 7rem;
  }
}
#main.global > .inner > .sec4 > .inner > .box1 {
  height: auto;
  width: 100%;
  padding: 1rem 1rem;
  border: 0.2rem solid #181818;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec4 > .inner > .box1 {
    padding: 1.25rem 1.25rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec4 > .inner > .box1 {
    padding: 1.5rem 1.5rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec4 > .inner > .box1 {
    padding: 1.75rem 1.75rem;
  }
}
#main.global > .inner > .sec4 > .inner > .box1 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec4 > .inner > .box1 > .box1 {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec4 > .inner > .box1 > .box1 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec4 > .inner > .box1 > .box1 {
    margin-bottom: 1.75rem;
  }
}
#main.global > .inner > .sec4 > .inner > .box1 > .box1 > .hdr1 {
  height: auto;
  width: 100%;
  font-size: 1.56rem;
  letter-spacing: 0.075em;
  line-height: 1.7;
  font-weight: 600;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec4 > .inner > .box1 > .box1 > .hdr1 {
    font-size: 1.68rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec4 > .inner > .box1 > .box1 > .hdr1 {
    font-size: 1.8rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec4 > .inner > .box1 > .box1 > .hdr1 {
    font-size: 1.92rem;
    line-height: 2;
  }
}
#main.global > .inner > .sec4 > .inner > .box1 > .box2 {
  height: auto;
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec4 > .inner > .box1 > .box2 {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec4 > .inner > .box1 > .box2 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec4 > .inner > .box1 > .box2 {
    margin-bottom: 1.75rem;
  }
}
#main.global > .inner > .sec4 > .inner > .box1 > .box2 > [class^=par] {
  height: auto;
  width: 100%;
  font-size: 1.17rem;
  letter-spacing: 0.075em;
  line-height: 1.7;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec4 > .inner > .box1 > .box2 > [class^=par] {
    font-size: 1.26rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec4 > .inner > .box1 > .box2 > [class^=par] {
    font-size: 1.35rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec4 > .inner > .box1 > .box2 > [class^=par] {
    font-size: 1.44rem;
    line-height: 2;
  }
}
#main.global > .inner > .sec4 > .inner > .box1 > .box2 > [class^=par]:not(:last-of-type) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 738px) {
  #main.global > .inner > .sec4 > .inner > .box1 > .box2 > [class^=par]:not(:last-of-type) {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1150px) {
  #main.global > .inner > .sec4 > .inner > .box1 > .box2 > [class^=par]:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1550px) {
  #main.global > .inner > .sec4 > .inner > .box1 > .box2 > [class^=par]:not(:last-of-type) {
    margin-bottom: 1.75rem;
  }
}

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