body {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

.infographic_content .container {
  max-width: none !important;
}

#pagewrapper {
  padding: 20px 17px 20px 17px;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
#pagewrapper::before {
  position: absolute;
  top: 0;
  right: 0;
  height: 155px;
  width: 276px;
  content: "";
  background-image: url("../images/swirl.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: -1;
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  #pagewrapper {
    background-image: url("../images/background-image.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top 200px center;
  }
  #pagewrapper::before {
    right: 0;
    height: 210px;
    width: 377px;
  }
}
#pagewrapper header {
  margin-right: 25px;
  box-shadow: none;
  background: none;
}
#pagewrapper header h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 34px;
  color: #D80C24;
  letter-spacing: -0.68px;
  padding-bottom: 22px;
  display: inline-block;
}
#pagewrapper header p {
  font-family: "Segoe UI";
  font-size: 16px;
  margin: 0;
  margin-top: 5px;
}
#pagewrapper footer {
  display: flex;
  justify-content: end;
  flex-direction: column;
  align-items: center;
  margin-top: 150px;
  padding: 0 0px 20px 0px;
}
#pagewrapper footer p {
  font-family: "Segoe UI";
  font-size: 12px;
  color: #242424;
  margin-bottom: 30px;
  text-align: center;
}
#pagewrapper footer img {
  width: 127px;
  display: block;
  margin: 0 auto;
}
#pagewrapper footer .btn_wrapper button {
  border: 0;
  height: 65px;
  width: 350px;
  font-size: 23px;
  line-height: 27px;
  color: #ffffff;
  border-radius: 35px;
  background: #D80C24;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  font-family: "Segoe UI";
  cursor: pointer;
}
#pagewrapper footer .btn_wrapper button a {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#pagewrapper footer .btn_wrapper img {
  margin: 0;
  margin-right: 15px;
  width: 20px;
}
@media screen and (min-width: 992px) {
  #pagewrapper footer .btn_wrapper {
    font-size: 23px;
    width: 360px;
  }
}
@media screen and (min-width: 992px) {
  #pagewrapper footer .btn_wrapper {
    margin-left: -30px;
  }
}
@media screen and (min-width: 768px) {
  #pagewrapper footer {
    flex-direction: row;
    margin-top: 38px;
  }
  #pagewrapper footer .btn_wrapper {
    width: 50%;
    display: flex;
    justify-content: end;
  }
  #pagewrapper footer .copyright_wrapper {
    width: 50%;
    display: flex;
    justify-content: end;
  }
  #pagewrapper footer p {
    font-family: "Segoe UI";
    text-align: right;
    margin: 0;
    font-size: 9px;
    line-height: 12px;
  }
  #pagewrapper footer img {
    margin-left: 12px;
    margin-right: 0;
    width: 96px;
  }
}
@media screen and (min-width: 992px) {
  #pagewrapper footer .btn_wrapper {
    width: 50%;
    display: flex;
    justify-content: end;
    margin-right: 20px;
  }
  #pagewrapper footer .copyright_wrapper {
    width: 32%;
    display: flex;
    justify-content: end;
  }
}
@media screen and (min-width: 768px) {
  #pagewrapper {
    padding: 34px 51px 0px 40px;
  }
  #pagewrapper header {
    margin-bottom: 60px;
    margin-right: 0;
  }
  #pagewrapper header h1 {
    border-bottom: 1px solid #000000;
    line-height: normal;
  }
}
@media screen and (min-width: 1200px) {
  #pagewrapper {
    padding: 50px 0px 14px 0px;
  }
}
#pagewrapper .shionagi-timeline-wrapper {
  margin: 0 auto;
  margin-top: 30px;
  position: relative;
}
#pagewrapper .shionagi-timeline-wrapper::before {
  content: "";
  top: 0;
  left: 20px;
  height: 100%;
  width: 10px;
  position: absolute;
  background-color: #717171;
  z-index: -2;
}
#pagewrapper .shionagi-timeline-wrapper::after {
  content: "";
  top: auto;
  left: 20px;
  height: 130px;
  width: 10px;
  position: absolute;
  background: repeating-linear-gradient(to bottom, #717171 0px, #717171 11px, transparent 6px, transparent 20px);
  z-index: -2;
  bottom: -116px;
}
@media screen and (min-width: 768px) {
  #pagewrapper .shionagi-timeline-wrapper {
    margin-top: 0px;
  }
  #pagewrapper .shionagi-timeline-wrapper::after {
    display: none;
  }
  #pagewrapper .shionagi-timeline-wrapper::before {
    content: "";
    top: auto;
    left: auto;
    position: absolute;
    z-index: -2;
    bottom: 0;
    width: 100%;
    height: 10px;
    background: repeating-linear-gradient(to right, #717171 0px, #717171 11px, transparent 6px, transparent 20px);
    right: -80%;
  }
}
#pagewrapper .shionagi-timeline-wrapper .timeline {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
@media screen and (min-width: 768px) {
  #pagewrapper .shionagi-timeline-wrapper .timeline {
    justify-content: start;
    flex-direction: row;
    align-items: flex-end;
    padding-left: 0;
  }
  #pagewrapper .shionagi-timeline-wrapper .timeline .stw-item {
    width: 100%;
  }
}
#pagewrapper .shionagi-timeline-wrapper .timeline .stw-item {
  width: 100% !important;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: start;
  vertical-align: bottom;
  padding-top: 40px;
  margin-left: 5px;
  z-index: 1;
  position: relative;
}
#pagewrapper .shionagi-timeline-wrapper .timeline .stw-item a {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  #pagewrapper .shionagi-timeline-wrapper .timeline .stw-item {
    width: 26%;
    margin-bottom: -18px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 32px;
    margin-left: 0;
  }
}
#pagewrapper .shionagi-timeline-wrapper .timeline .stw-item .top {
  background-color: #ffffff;
  filter: drop-shadow(0 0 12.063px rgba(0, 0, 0, 0.25));
  position: relative;
  padding: 5px;
  border-radius: 5px;
  width: calc(100% - 140px);
}
#pagewrapper .shionagi-timeline-wrapper .timeline .stw-item .top::after {
  content: "";
  position: absolute;
  bottom: 50%;
  left: -23px;
  transform: translateY(50%);
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-right: 25px solid #ffffff;
  border-bottom: 13px solid transparent;
}
#pagewrapper .shionagi-timeline-wrapper .timeline .stw-item .top img {
  max-width: 100%;
  height: 100%;
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #pagewrapper .shionagi-timeline-wrapper .timeline .stw-item .top {
    margin-bottom: 20px;
    width: auto;
  }
  #pagewrapper .shionagi-timeline-wrapper .timeline .stw-item .top::after {
    content: "";
    position: absolute;
    bottom: -29px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 17px solid #ffffff;
  }
  #pagewrapper .shionagi-timeline-wrapper .timeline .stw-item .top img {
    width: auto;
  }
}
#pagewrapper .shionagi-timeline-wrapper .timeline .stw-item .bottom {
  width: 42px;
  height: 42px;
  background-image: url("../images/marker.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 42px 42px;
  margin-right: 40px;
}
@media screen and (min-width: 768px) {
  #pagewrapper .shionagi-timeline-wrapper .timeline .stw-item .bottom {
    background-size: 35px 35px;
    width: 35px;
    height: 35px;
    margin-right: 0;
  }
}
#pagewrapper .shionagi-timeline-wrapper .timeline .stw-item.graphic {
  flex-direction: column;
}
#pagewrapper .shionagi-timeline-wrapper .timeline .stw-item.graphic .top {
  margin-bottom: 0;
  background-color: transparent;
  filter: none;
  padding: 0;
}
#pagewrapper .shionagi-timeline-wrapper .timeline .stw-item.graphic .top::after {
  display: none;
}
#pagewrapper .shionagi-timeline-wrapper .timeline .stw-item.graphic .bottom {
  border: 3px solid #9C2A2A;
  width: 100%;
  max-width: 194px;
  border-radius: 15px;
  background-color: #ffffff;
  background-image: none;
  height: 46px;
  position: relative;
}
#pagewrapper .shionagi-timeline-wrapper .timeline .stw-item.graphic .bottom::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 20px solid #9C2A2A;
  border-bottom: 10px solid transparent;
}
#pagewrapper .shionagi-timeline-wrapper .timeline .stw-item.graphic .bottom p {
  font-size: 16px;
  color: #242424;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  margin: 0;
  font-family: "Segoe UI";
}
@media screen and (min-width: 768px) {
  #pagewrapper .shionagi-timeline-wrapper .timeline .stw-item.graphic {
    margin-bottom: -23px;
    z-index: 2;
  }
}
#pagewrapper .shionagi-timeline-wrapper .timeline.top {
  z-index: 1;
}
#pagewrapper .shionagi-timeline-wrapper .timeline.top .stw-item:nth-of-type(1) {
  padding-top: 0;
}
#pagewrapper .shionagi-timeline-wrapper .timeline.top .stw-item:nth-of-type(1).active {
  transform: scale(0) !important;
}
#pagewrapper .shionagi-timeline-wrapper .timeline.top .stw-item:nth-of-type(1)::before {
  left: -3px;
  background: linear-gradient(0deg, rgb(156, 42, 42) 80%, rgb(255, 255, 255) 100%);
}
#pagewrapper .shionagi-timeline-wrapper .timeline.top .stw-item::before {
  content: "";
  top: 0;
  left: 14px;
  height: 100%;
  width: 12px;
  position: absolute;
  z-index: -1;
  background-color: #9C2A2A;
}
#pagewrapper .shionagi-timeline-wrapper .timeline.top .stw-item .top {
  transition: transform 0.3s ease-in-out;
}
#pagewrapper .shionagi-timeline-wrapper .timeline.top .stw-item .top.active {
  transform: scale(1.1) translateX(10px);
}
#pagewrapper .shionagi-timeline-wrapper .timeline.top .stw-item .bottom {
  cursor: pointer;
}
#pagewrapper .shionagi-timeline-wrapper .timeline.top .stw-item .bottom a {
  height: 100%;
  width: 100%;
  display: block;
}
#pagewrapper .shionagi-timeline-wrapper .timeline.top .stw-item .bottom:hover .top {
  transform: scale(1.1) translateX(10px);
}
#pagewrapper .shionagi-timeline-wrapper .timeline.top .stw-item.graphic {
  margin-left: 22px;
  align-items: center;
}
#pagewrapper .shionagi-timeline-wrapper .timeline.top .stw-item.graphic .top.active {
  transform: scale(1) !important;
}
#pagewrapper .shionagi-timeline-wrapper .timeline.top .stw-item.graphic .bottom {
  width: 100% !important;
  max-width: none !important;
  cursor: default;
}
#pagewrapper .shionagi-timeline-wrapper .timeline.top .stw-item.graphic .bottom.active {
  transform: scale(1) !important;
}
#pagewrapper .shionagi-timeline-wrapper .timeline.top .stw-item.graphic .bottom::after {
  right: auto;
  left: 10px;
  top: 100%;
  transform: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid #9C2A2A;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  #pagewrapper .shionagi-timeline-wrapper .timeline.top {
    margin-left: 0;
  }
  #pagewrapper .shionagi-timeline-wrapper .timeline.top::after {
    content: "";
    position: absolute;
    bottom: -4.5px;
    left: 0;
    right: 0;
    height: 8px;
    background-color: #9C2A2A;
    width: calc(100% - 85px);
    z-index: -1;
  }
  #pagewrapper .shionagi-timeline-wrapper .timeline.top::before {
    content: "";
    position: absolute;
    bottom: -4.5px;
    left: -100%;
    right: 0;
    height: 8px;
    background-color: #9C2A2A;
    width: 100%;
    z-index: -1;
  }
  #pagewrapper .shionagi-timeline-wrapper .timeline.top .stw-item {
    margin-top: 0;
    padding: 0 10px;
    position: relative;
  }
  #pagewrapper .shionagi-timeline-wrapper .timeline.top .stw-item::before {
    content: "";
    position: absolute;
    bottom: 13px;
    left: 0;
    right: 0;
    height: 10px;
    background-color: #9C2A2A;
    width: 100%;
    z-index: 1;
    top: auto;
  }
  #pagewrapper .shionagi-timeline-wrapper .timeline.top .stw-item:nth-last-of-type(1)::before {
    width: 50%;
  }
  #pagewrapper .shionagi-timeline-wrapper .timeline.top .stw-item:nth-child(1) {
    width: 22%;
    padding: 0;
  }
  #pagewrapper .shionagi-timeline-wrapper .timeline.top .stw-item:nth-child(1)::before {
    display: none;
  }
  #pagewrapper .shionagi-timeline-wrapper .timeline.top .stw-item:nth-child(1) .top {
    transition: transform 0.3s ease-in-out;
  }
  #pagewrapper .shionagi-timeline-wrapper .timeline.top .stw-item:nth-child(1) .top img {
    max-width: none;
    height: auto;
  }
  #pagewrapper .shionagi-timeline-wrapper .timeline.top .stw-item .top {
    transition: transform 0.3s ease-in-out;
  }
  #pagewrapper .shionagi-timeline-wrapper .timeline.top .stw-item .top img {
    max-width: 150px;
    height: 88px;
  }
  #pagewrapper .shionagi-timeline-wrapper .timeline.top .stw-item .top.active {
    transform: scale(1.1) translateY(-20px);
  }
  #pagewrapper .shionagi-timeline-wrapper .timeline.top .stw-item .bottom {
    width: 35px !important;
    max-width: 327px !important;
    z-index: 3;
  }
  #pagewrapper .shionagi-timeline-wrapper .timeline.top .stw-item.graphic {
    margin-left: 0;
  }
  #pagewrapper .shionagi-timeline-wrapper .timeline.top .stw-item.graphic .bottom::after {
    right: -20px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    border-top: 10px solid transparent;
    border-left: 20px solid #9C2A2A;
    border-bottom: 10px solid transparent;
    border-right: none;
  }
}
@media screen and (min-width: 992px) {
  #pagewrapper .shionagi-timeline-wrapper .timeline.top .stw-item .top {
    transition: transform 0.3s ease-in-out;
  }
  #pagewrapper .shionagi-timeline-wrapper .timeline.top .stw-item .top img {
    max-width: 162px;
    height: 88px;
  }
  #pagewrapper .shionagi-timeline-wrapper .timeline.top .stw-item .top.active {
    transform: scale(1.27) translateY(-20px);
  }
}
#pagewrapper .shionagi-timeline-wrapper .timeline.middle {
  justify-content: space-between;
}
#pagewrapper .shionagi-timeline-wrapper .timeline.middle .stw-item {
  text-align: center;
  position: relative;
  order: 2;
}
#pagewrapper .shionagi-timeline-wrapper .timeline.middle .stw-item:nth-of-type(2) {
  order: 1;
}
#pagewrapper .shionagi-timeline-wrapper .timeline.middle .stw-item:nth-of-type(2)::before {
  content: "";
  top: -2px;
  left: 14px;
  height: 60%;
  width: 12px;
  position: absolute;
  background-color: #9C2A2A;
  z-index: -1;
}
#pagewrapper .shionagi-timeline-wrapper .timeline.middle .stw-item .top {
  height: auto;
  width: calc(100% - 140px);
  transition: transform 0.3s ease-in-out;
}
#pagewrapper .shionagi-timeline-wrapper .timeline.middle .stw-item .top.active {
  transform: scale(1.1) translateX(10px);
}
#pagewrapper .shionagi-timeline-wrapper .timeline.middle .stw-item .top p {
  font-size: 11px;
  line-height: 12px;
  font-family: "Segoe UI";
  font-weight: 700;
  padding: 0 15px;
  margin: 0;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #828282;
}
#pagewrapper .shionagi-timeline-wrapper .timeline.middle .stw-item .top img {
  display: block;
  margin: 0 auto;
  height: auto;
}
#pagewrapper .shionagi-timeline-wrapper .timeline.middle .stw-item .bottom a {
  height: 100%;
  width: 100%;
  display: block;
}
#pagewrapper .shionagi-timeline-wrapper .timeline.middle .stw-item.graphic {
  margin-left: 22px;
}
#pagewrapper .shionagi-timeline-wrapper .timeline.middle .stw-item.graphic:nth-child(1) {
  width: 22%;
  padding: 0;
  padding-top: 10px;
}
#pagewrapper .shionagi-timeline-wrapper .timeline.middle .stw-item.graphic .top {
  margin-bottom: 0;
  background-color: transparent;
  filter: none;
  padding: 0;
  height: auto;
}
#pagewrapper .shionagi-timeline-wrapper .timeline.middle .stw-item.graphic .top::after {
  display: none;
}
#pagewrapper .shionagi-timeline-wrapper .timeline.middle .stw-item.graphic .top.active {
  transform: scale(1) translateY(0);
}
#pagewrapper .shionagi-timeline-wrapper .timeline.middle .stw-item.graphic .bottom {
  border: 3px solid #717171;
  width: 100%;
  max-width: none;
  border-radius: 15px;
  background-color: #ffffff;
  background-image: none;
  height: 46px;
  position: relative;
}
#pagewrapper .shionagi-timeline-wrapper .timeline.middle .stw-item.graphic .bottom::after {
  content: "";
  position: absolute;
  right: auto;
  left: 10px;
  top: 100%;
  transform: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid #717171;
  border-bottom: none;
}
#pagewrapper .shionagi-timeline-wrapper .timeline.middle .stw-item.graphic .bottom p {
  font-size: 16px;
  color: #242424;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  margin: 0;
  font-family: "Segoe UI";
}
@media screen and (min-width: 768px) {
  #pagewrapper .shionagi-timeline-wrapper .timeline.middle {
    padding-left: 90px;
    padding-left: 12.5%;
    border: 10px solid #9C2A2A;
    border-left: 0;
    border-top-right-radius: 50px;
    /* border-top: 0; */
    border-bottom-right-radius: 50px;
    width: calc(100% - 0px);
    margin-left: 50px;
    margin-top: -4px;
    padding-right: 7%;
  }
  #pagewrapper .shionagi-timeline-wrapper .timeline.middle .stw-item {
    max-width: 172px;
    margin-bottom: -22px;
    position: relative;
    order: 1;
    padding-top: 20px;
  }
  #pagewrapper .shionagi-timeline-wrapper .timeline.middle .stw-item:nth-of-type(2) {
    order: 2;
  }
  #pagewrapper .shionagi-timeline-wrapper .timeline.middle .stw-item:nth-of-type(2)::before {
    left: -3px;
  }
  #pagewrapper .shionagi-timeline-wrapper .timeline.middle .stw-item .top {
    height: 100px;
    width: 100%;
  }
  #pagewrapper .shionagi-timeline-wrapper .timeline.middle .stw-item .top.active {
    transform: scale(1.1) translateY(-5px);
  }
  #pagewrapper .shionagi-timeline-wrapper .timeline.middle .stw-item.graphic {
    margin-bottom: -28px;
    width: 265px;
    max-width: 265px;
    margin-left: 35px;
    padding-top: 10px;
  }
  #pagewrapper .shionagi-timeline-wrapper .timeline.middle .stw-item.graphic::before {
    display: none;
  }
  #pagewrapper .shionagi-timeline-wrapper .timeline.middle .stw-item.graphic .top img {
    width: 265px;
    height: 119px;
  }
  #pagewrapper .shionagi-timeline-wrapper .timeline.middle .stw-item.graphic .bottom {
    max-width: 242px;
  }
  #pagewrapper .shionagi-timeline-wrapper .timeline.middle .stw-item.graphic .bottom::after {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 20px solid #717171;
    border-bottom: 10px solid transparent;
    border-left: transparent;
  }
  #pagewrapper .shionagi-timeline-wrapper .timeline.middle .stw-item:nth-of-type(2)::before {
    content: "";
    position: absolute;
    bottom: 13px;
    left: 50%;
    right: auto;
    height: 9px;
    background-color: #9C2A2A;
    width: 58%;
    z-index: -1;
    top: auto;
  }
}
@media screen and (min-width: 800px) {
  #pagewrapper .shionagi-timeline-wrapper .timeline.middle .stw-item:nth-of-type(2)::before {
    bottom: 13px;
    width: 60%;
  }
}
@media screen and (min-width: 920px) {
  #pagewrapper .shionagi-timeline-wrapper .timeline.middle .stw-item:nth-of-type(2)::before {
    bottom: 13px;
    width: 65%;
  }
}
@media screen and (min-width: 992px) {
  #pagewrapper .shionagi-timeline-wrapper .timeline.middle {
    width: calc(100% - 90px);
  }
  #pagewrapper .shionagi-timeline-wrapper .timeline.middle::before {
    right: 30px;
    height: 97%;
  }
  #pagewrapper .shionagi-timeline-wrapper .timeline.middle .stw-item:nth-of-type(2)::before {
    width: 70%;
  }
}
@media screen and (min-width: 1090px) {
  #pagewrapper .shionagi-timeline-wrapper .timeline.middle .stw-item:nth-of-type(2)::before {
    width: 75%;
  }
}
@media screen and (min-width: 1200px) {
  #pagewrapper .shionagi-timeline-wrapper .timeline.middle .stw-item:nth-of-type(2)::before {
    width: 80%;
  }
}
#pagewrapper .shionagi-timeline-wrapper .timeline.bottom {
  justify-content: space-between;
}
#pagewrapper .shionagi-timeline-wrapper .timeline.bottom .stw-item .top {
  display: grid;
  height: auto;
  width: calc(100% - 140px);
}
#pagewrapper .shionagi-timeline-wrapper .timeline.bottom .stw-item .top p {
  font-size: 11px;
  line-height: 12px;
  font-family: "Segoe UI";
  font-weight: 700;
  padding: 0 10px;
  margin: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #828282;
  text-align: center;
}
#pagewrapper .shionagi-timeline-wrapper .timeline.bottom .stw-item .top img {
  display: block;
  margin: 0 auto;
  height: auto;
}
#pagewrapper .shionagi-timeline-wrapper .timeline.bottom .stw-item .bottom {
  background-image: url("../images/circle.svg");
}
#pagewrapper .shionagi-timeline-wrapper .timeline.bottom .stw-item:nth-last-of-type(1) .bottom {
  background-image: none;
}
#pagewrapper .shionagi-timeline-wrapper .timeline.bottom .stw-item.graphic {
  margin-left: 22px;
}
#pagewrapper .shionagi-timeline-wrapper .timeline.bottom .stw-item.graphic .bottom {
  border: 3px solid #717171;
  max-width: none;
}
#pagewrapper .shionagi-timeline-wrapper .timeline.bottom .stw-item.graphic .bottom::after {
  content: "";
  position: absolute;
  right: auto;
  left: 10px;
  top: 100%;
  transform: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid #717171;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  #pagewrapper .shionagi-timeline-wrapper .timeline.bottom {
    padding-right: 40px;
    padding-left: 15%;
    border: 10px solid #717171;
    border-right: 0;
    border-top-left-radius: 50px;
    width: calc(100% - 0px);
    /* border-top: 0; */
    margin-top: -10px;
    border-bottom-left-radius: 50px;
  }
  #pagewrapper .shionagi-timeline-wrapper .timeline.bottom .stw-item {
    max-width: 172px;
    width: 172px !important;
    margin-bottom: -22px;
  }
  #pagewrapper .shionagi-timeline-wrapper .timeline.bottom .stw-item:nth-of-type(2) {
    margin-left: 25px;
  }
  #pagewrapper .shionagi-timeline-wrapper .timeline.bottom .stw-item .top {
    height: 100px;
    display: grid;
    width: 100%;
  }
  #pagewrapper .shionagi-timeline-wrapper .timeline.bottom .stw-item .bottom {
    background-image: url("../images/circle.svg");
  }
  #pagewrapper .shionagi-timeline-wrapper .timeline.bottom .stw-item.graphic {
    max-width: 220px;
    width: 220px;
    margin-bottom: -28px;
    position: relative;
  }
  #pagewrapper .shionagi-timeline-wrapper .timeline.bottom .stw-item.graphic .bottom {
    max-width: 220px;
    width: 220px;
    background-image: none;
  }
  #pagewrapper .shionagi-timeline-wrapper .timeline.bottom .stw-item.graphic .bottom::after {
    right: -20px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    border-top: 10px solid transparent;
    border-left: 20px solid #717171;
    border-bottom: 10px solid transparent;
    border-right: none;
  }
  #pagewrapper .shionagi-timeline-wrapper .timeline.bottom .stw-item.graphic::after {
    position: absolute;
    content: "";
    bottom: 18px;
    right: -50%;
    height: 10px;
    width: 50%;
    background-color: #717171;
    z-index: -1;
  }
}
@media screen and (min-width: 992px) {
  #pagewrapper .shionagi-timeline-wrapper .timeline.bottom {
    width: calc(100% - 85px);
    padding-left: 25%;
  }
}
@media screen and (min-width: 1025px) {
  #pagewrapper .shionagi-timeline-wrapper .timeline.bottom {
    padding-right: 80px;
    padding-left: 22%;
  }
  #pagewrapper .shionagi-timeline-wrapper .timeline.bottom::before {
    top: -2px;
  }
  #pagewrapper .shionagi-timeline-wrapper .timeline.bottom .stw-item:nth-of-type(2) {
    margin-left: 70px;
  }
}

.video-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 4;
}
.video-section #roadmap-video {
  cursor: pointer;
}
.video-section .video-frame {
  position: relative;
  height: 100%;
}
.video-section .video-frame::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #ffffff;
}
.video-section .video-frame video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  clip-path: inset(0px 1px);
}
.video-section .video-frame video:focus {
  outline: none !important;
}

.video-footer {
  position: absolute;
  bottom: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  max-width: 1200px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}
.video-footer .btn_wrapper {
  margin-left: 20px;
}
@media screen and (min-width: 992px) {
  .video-footer {
    justify-content: center;
  }
  .video-footer .btn_wrapper {
    margin-left: -30px;
  }
}
.video-footer .copyright_wrapper {
  position: absolute;
  right: 14px;
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.video-footer .copyright_wrapper p {
  font-size: 9px;
  text-align: right;
  margin-right: 10px;
  font-family: "Segoe UI";
  color: #717171;
  line-height: 12px;
}

#close-animation {
  border: 0;
  height: 50px;
  width: 310px;
  font-size: 18px;
  color: #ffffff;
  border-radius: 25px;
  background: #D80C24;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  font-family: "Segoe UI";
  cursor: pointer;
}
#close-animation img {
  margin-right: 15px;
}
@media screen and (min-width: 992px) {
  #close-animation {
    font-size: 23px;
    width: 360px;
  }
}/*# sourceMappingURL=style.css.map */