.data-section {
  padding: 6rem 0 0;
}

.data-blk {
  margin: 0 0 8rem;
}

.data-title {
  margin: 4.4rem 0 4rem;
}

.data-title h1 {
  font-size: 28px;
  line-height: 124.3%;
  letter-spacing: 0.085em;
  color: #E77160;
}

.domestic-blk {
  background: #FBF3F2;
  padding: 4rem 5rem;
  margin: 0 0 1rem;
  display: flex;
}

.domestic-lft {
  width: 30%;
}

.domestic-lft>h2 {
  font-size: 32px;
  line-height: 161.3%;
  color: #E77160;
  margin: 0 0 0.2rem;
}

.domestic-lft>p {
  font-size: 14px;
  line-height: 153.8%;
  color: #E77160;
}

.base-blk {
  margin: 0 0 0.6rem;
}

.base-blk i {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 120px;
  line-height: 104.3%;
  color: #E77160;
  font-style: normal;
}

.base-blk span {
  font-size: 32px;
  line-height: 161.3%;
  color: #E77160;
  position: relative;
  top: -5px;
}

.domestic-rgt {
  width: 70%;
}

.domestic-img-blk {
  position: relative;
}

.domestic-img-blk img {
  margin: 0 auto;
}

.domestic-para {
  display: none;
}

.sales-blk {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: 1rem;
  display: flex;
}

.sales-lft {
  width: 50%;
  padding: 0 0.5rem;
}

.annual-blk {
  background: #FBF3F2;
  padding: 3rem;
  height: 100%;
}

.annual-title {
  margin: 0 0 2rem;
}

.annual-title h2 {
  font-size: 20px;
  line-height: 161.3%;
  color: #E77160;
  text-align: center;
}

.annual-svg {
  text-align: center;
}

.annual-para {
  margin: 1rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.annual-para p {
  font-size: 14px;
  line-height: 153.8%;
  color: #E77160;
}

.sales-title {
  margin: 0 0 6rem;
}

.sales-title h2 {
  font-size: 20px;
  line-height: 161.3%;
  color: #E77160;
  text-align: center;
}


.sales-para {
  margin: 2rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sales-para p {
  font-size: 14px;
  line-height: 153.8%;
  color: #E77160;
}

.sales-rgt {
  width: 50%;
  padding: 0 0.5rem;
}

.business-blk {
  background: #FBF3F2;
  padding: 3rem;
  height: 100%;
}

.business-bar {
  margin: 0 0 1rem;
}

.business-bar img {
  margin: 0 auto;
}

.fy-blk {
  text-align: center;
}

.fy-blk span {
  font-size: 14px;
  line-height: 198.3%;
  letter-spacing: 0.085em;
  color: #E77160;
}

.no-age-blk {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: 1rem;
  display: flex;
}

.no-age-lft {
  width: 40%;
  padding: 0 0.5rem;
}

.number-otr {
  background: #FBF3F2;
  padding: 3rem;
  height: 100%;
}

.no-age-title {
  margin: 0 0 2rem;
}

.no-age-title h2 {
  font-size: 20px;
  line-height: 161.3%;
  color: #E77160;
  text-align: center;
}

.number-blk {
  width: 216px;
  height: 216px;
  border: 4px solid #E77160;
  border-radius: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.number-blk>span {
  font-size: 18px;
  line-height: 161.3%;
  color: #E77160;
}

.number-inr i {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 70px;
  line-height: 104.3%;
  letter-spacing: -0.04em;
  color: #E77160;
}

.number-inr em {
  font-style: normal;
  font-size: 32px;
  line-height: 161.3%;
  color: #E77160;
}

.number-svg {
  position: absolute;
  bottom: -28px;
  right: -21px;
}

.no-age-rgt {
  width: 60%;
  padding: 0 0.5rem;
}

.age-otr {
  background: #FBF3F2;
  padding: 4rem;
  height: 100%;
}

.age-tp {
  margin: 0 0 3rem;
}

.age-tp ul {
  overflow: hidden;
  display: flex;
}

.age-tp ul li {
  list-style-type: none;
  padding: 1rem 0;
  text-align: center;
  position: relative;
}

.age-tp ul li::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-bottom: 59px solid #F08E7F;
  border-left: 10px solid transparent;
}

.age-tp ul li:nth-child(1) {
  width: 55%;
  background: #E77160;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}

.age-tp ul li:nth-child(2) {
  width: 18%;
  background: #F08E7F;
}

.age-tp ul li:nth-child(2)::after {
  border-bottom-color: #F8ABA0;
}

.age-tp ul li:nth-child(3) {
  width: 14%;
  background: #F8ABA0;
}

.age-tp ul li:nth-child(3)::after {
  border-bottom-color: #FBCAC3;
}

.age-tp ul li:nth-child(4) {
  width: 13%;
  background: #FBCAC3;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.age-tp ul li:nth-child(4)::after {
  display: none;
}

.age-tp ul li span {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 24px;
  line-height: 100.3%;
  color: #FFFFFF;
  position: relative;
  left: -5px;
}

.age-tp ul li span i {
  font-style: normal;
  font-size: 14px;
  line-height: 153.8%;
  color: #FFFFFF;
}

.age-btm {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.age-btm-lft ul {
  display: flex;
  flex-wrap: wrap;
}

.age-btm-lft ul li {
  font-family: 'Poppins';
  list-style-type: none;
  width: 50%;
  font-weight: 600;
  font-size: 26px;
  line-height: 100.3%;
  color: #E77160;
  padding: 0 0 0.6rem;
}

.age-btm-lft ul li:nth-child(3),
.age-btm-lft ul li:nth-child(4) {
  padding: 0;
}

.age-btm-lft ul li i {
  font-style: normal;
  font-size: 16px;
  line-height: 153.8%;
  color: #E77160;
}

.age-btm-lft ul li i:first-child,
.age-btm-lft ul li em {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

.age-btm-lft ul li span {
  font-size: 16px;
  line-height: 153.8%;
  color: #E77160;
  padding: 0 0.4rem;
}

.age-btm-lft ul li em {
  font-style: normal;
  font-size: 13px;
  line-height: 153.8%;
  color: #E77160;
}

.age-btm-rgt {
  background: #445476;
  min-width: 167px;
  padding: 0.7rem 0;
  position: relative;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.age-btm-rgt::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 10px solid #445476;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}

.age-btm-rgt span {
  font-size: 20px;
  line-height: 161.3%;
}

.age-btm-rgt i {
  font-style: normal;
  font-size: 48px;
  line-height: 104.3%;
  padding: 0 0.4rem;
}

.age-btm-rgt em {
  font-style: normal;
  font-size: 24px;
  line-height: 161.3%;
  align-self: end;
}

.gender-blk {
  background: #FBF3F2;
  padding: 3rem;
  margin: 0 0 1rem;
}

.gender-title {
  margin: 0 0 2rem;
}

.gender-title h2 {
  font-size: 20px;
  line-height: 161.3%;
  color: #E77160;
  text-align: center;
}

.gender-img {
  margin: 0 0 2rem;
}

.gender-svg {
  text-align: center;
}

.gender-otr {
  max-width: 640px;
  margin: 0 auto 2rem;
  display: flex;
  align-items: center;
}

.gender-cm {
  width: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gender-cm span {
  font-size: 32px;
  line-height: 161.3%;
  text-align: center;
  color: #E77160;
  padding: 0 0 0 4rem;
}

.gender-cm i {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 70px;
  line-height: 99.3%;
  text-align: center;
  color: #E77160;
  padding: 0 0.4rem;
}

.gender-cm em {
  font-style: normal;
  font-size: 24px;
  line-height: 161.3%;
  text-align: center;
  color: #E77160;
  align-self: end;
}

.gender-para {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.gender-para p {
  font-size: 14px;
  line-height: 153.8%;
  color: #E77160;
  padding: 0 0 0 3rem;
}

.rate-blk {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  display: flex;
  flex-wrap: wrap;
}

.rate-cm {
  width: 33.33%;
  padding: 0 0.5rem;
  margin: 0 0 1rem;
}

.rate-cm:nth-child(4) {
  width: 66.66%;
}

.rate-cm:nth-child(4) .rate-para {
  max-width: 388px;
  margin: 0 auto;
}

.rate-inr {
  background: #FBF3F2;
  padding: 3rem;
  height: 100%;
}

.rate-title {
  margin: 0 0 2rem;
}

.rate-title h2 {
  font-size: 20px;
  line-height: 161.3%;
  color: #E77160;
  text-align: center;
}

.rate-svg {
  text-align: center;
  margin: 0 0 2rem;
}

.rate-middle {
  display: flex;
  justify-content: center;
}

.rate-rgt {
  margin: 0 0 0 4rem;
}

.person-blk ul {
  background: #FFFFFF;
  padding: 2rem;
  max-width: 294px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.person-blk ul::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 20px solid #ffffff;
  border-bottom: 10px solid transparent;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}

.person-blk ul li {
  list-style-type: none;
  width: 50%;
  padding: 0 0 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.person-blk ul li:nth-child(5),
.person-blk ul li:nth-child(6) {
  padding: 0;
}

.person-blk ul li span {
  font-size: 14px;
  line-height: 92.8%;
  color: #FFFFFF;
  background: #445476;
  min-width: 58px;
  text-align: center;
  padding: 0.4rem 0 0.3rem;
}

.person-blk ul li i {
  font-style: normal;
  font-size: 14px;
  line-height: 92.8%;
  color: #445476;
  padding: 0 0 0 0.6rem;
}

.rate-para p {
  font-size: 14px;
  line-height: 153.8%;
  color: #E77160;
}

/****=========Responsive CSS Start=============*******/
@media all and (max-width: 1024px) {
  .sales-para p br {
    display: none;
  }

  .age-otr {
    padding: 4rem 1.6rem;
  }

  .rate-para p br {
    display: none;
  }
}

@media all and (max-width: 960px) {
  .domestic-blk {
    padding: 4rem 3rem;
  }

  .sales-blk {
    flex-direction: column;
  }

  .sales-lft {
    width: 100%;
    margin: 0 0 1rem;
  }

  .sales-rgt {
    width: 100%;
  }

  .no-age-blk {
    flex-direction: column;
  }

  .no-age-lft {
    width: 100%;
    margin: 0 0 1rem;
  }

  .no-age-rgt {
    width: 100%;
  }

  .gender-svg object {
    width: 100%;
  }

  .gender-para p {
    padding: 0;
  }

  .rate-blk {
    flex-direction: column;
  }

  .rate-cm {
    width: 100%;
  }

  .rate-cm:nth-child(4) {
    width: 100%;
  }

  .rate-para {
    text-align: center;
  }

  .return-text {
    margin-top: 0px;
  }
}


.call-to-action-left {
  background-image: url(/wp-content/uploads/2022/09/025-2.png);
}

.call-to-action-right {
  background-image: url(/wp-content/uploads/2022/09/advantage-img01-2-1-1.png);
}

@media screen and (max-width: 767px) {
  .call-to-action-right {
    background-image: url('/wp-content/uploads/2022/10/advantage-img01-3.png');
  }

  .call-to-action-left {
    background-image: url(/wp-content/uploads/2022/09/025-2-1.png);
  }

  .data-section {
    padding: 1rem 0 0;
  }

  .data-blk {
    margin: 0 0 5rem;
  }

  .data-title {
    margin: 0 0 3rem;
  }

  .data-title h1 {
    font-size: 20px;
  }

  .domestic-blk {
    padding: 2rem 1.6rem;
    flex-direction: column;
  }

  .domestic-lft {
    width: 100%;
  }

  .domestic-lft>h2 {
    font-size: 20px;
    margin: 0;
  }

  .domestic-lft>p {
    display: none;
  }

  .base-blk {
    margin: 0;
  }

  .base-blk i {
    font-size: 96px;
  }

  .domestic-rgt {
    width: 100%;
    margin-top: -80px;
  }

  .domestic-img-blk {
    margin: 0 0 1rem;
  }

  .domestic-para {
    display: block;
  }

  .domestic-para p {
    font-size: 14px;
    line-height: 153.8%;
    color: #E77160;
  }

  .annual-blk {
    padding: 3rem 1.6rem;
  }

  .business-blk {
    padding: 3rem 1.6rem;
  }

  .sales-title {
    margin: 0 0 3rem;
  }

  .fy-blk {
    display: none;
  }

  .number-otr {
    padding: 3rem 1.6rem 4rem;
  }

  .age-otr {
    padding: 3rem 1.6rem;
  }

  .age-tp {
    margin: 0 0 2rem;
  }

  .age-tp ul li::after {
    border-bottom: 51px solid #F08E7F;
  }

  .age-tp ul li span {
    font-size: 16px;
  }

  .age-tp ul li span i {
    font-size: 10px;
  }

  .age-btm {
    flex-direction: column;
  }

  .age-btm-lft {
    margin: 0 0 2rem;
  }

  .age-btm-rgt {
    width: 100%;
    background: #ffffff;
    color: #445476;
    padding: 1.1rem 0;
  }

  .age-btm-rgt::after {
    border-left: 5px solid transparent;
    border-bottom: 10px solid #ffffff;
    border-right: 5px solid transparent;
    border-top: inherit;
    left: 50%;
    top: -10px;
    transform: translateX(-50%);
  }

  .age-btm-rgt i {
    font-size: 36px;
  }

  .age-btm-rgt em {
    font-size: 20px;
  }

  .gender-blk {
    padding: 3rem 1.6rem;
  }

  .gender-img {
    margin: 0 0 1rem;
  }

  .gender-otr {
    margin: 0 auto 1.6rem;
  }

  .gender-cm span {
    font-size: 16px;
    padding: 0 0 0 1rem;
  }

  .gender-cm i {
    font-size: 40px;
    padding: 0 0.2rem;
  }

  .gender-cm em {
    font-size: 16px;
  }

  .gender-para {
    text-align: left;
  }

  .rate-inr {
    padding: 3rem 1.6rem;
  }

  .rate-middle {
    flex-direction: column;
  }

  .rate-rgt {
    margin: 0 0 1.6rem;
  }

  .person-blk ul {
    max-width: inherit;
    padding: 1.4rem 1rem;
  }

  .person-blk ul::before {
    border-left: 10px solid transparent;
    border-bottom: 20px solid #ffffff;
    border-right: 10px solid transparent;
    border-top: inherit;
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
  }

  .person-blk ul li i {
    padding: 0 0 0 0.4rem;
  }

  .rate-para {
    text-align: left;
  }
}

@media only screen and (max-width: 359px) {
  .age-tp ul li:nth-child(1) {
    width: 48%;
  }

  .age-tp ul li:nth-child(4) {
    width: 20%;
  }
}