@charset "UTF-8";

.lp-buttonConversion {
  display: inline-block;
  max-width: 100%;
  background: #dc002f;
  color: #fff;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  .lp-buttonConversion {
    font-size: 1.6rem;
  }
}

.lp-buttonConversion-body {
  display: flex;
  align-items: center;
  padding: 12px 8px 12px 24px;
}

@media only screen and (max-width: 640px) {
  .lp-buttonConversion-body {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.lp-buttonConversion-text {
  margin-right: 16px;
}

.lp-buttonConversion-image {
  margin: -22px 0;
  border: 1px solid #ccc;
}

.lp-buttonConversion-image > img {
  min-width: 42px;
  max-width: 60px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body,
.lp-buttonConversion.of-anchor .lp-buttonConversion-body,
.lp-buttonConversion.of-arrow .lp-buttonConversion-body,
.lp-buttonConversion.of-inquiry .lp-buttonConversion-body {
  position: relative;
  padding-left: 53px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before,
.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before,
.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before,
.lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 19px;
  height: 18px;
  transform: translateY(-50%);
  content: "";
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_dl.png") no-repeat
    center center;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_anc_03.png") no-repeat
    center center;
}

.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
  left: 26px;
  height: 12px;
  border-width: 7px 0 7px 13px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

.lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_inquiry_01.png")
    no-repeat center center;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body,
.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body,
.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body,
.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body,
.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body {
  position: relative;
  padding-left: 53px;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before,
.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before,
.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before,
.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before,
.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 19px;
  height: 18px;
  transform: translateY(-50%);
  content: "";
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_usd.png")
    no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_jpy.png")
    no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_gbp.png")
    no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_krw.png")
    no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_eur.png")
    no-repeat center center;
}

.lp-buttonConversion.of-primary {
  background: #129e83;
}

.lp-buttonConversion.of-secondary {
  background: #1a90db;
}

.lp-navigationSeries {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1240px;
  margin: 20px auto;
  padding: 4px 10px;
  border: 2px solid #e5e5e5;
  color: #999;
}

div#MainContent .lp-navigationSeries {
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: anywhere;
}

@media only screen and (max-width: 1279px) {
  .lp-navigationSeries {
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media only screen and (max-width: 969px) {
  .lp-navigationSeries {
    flex-direction: column;
    align-items: center;
  }
}

.lp-navigationSeries-title {
  max-width: 600px;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.3;
}

@media only screen and (max-width: 969px) {
  .lp-navigationSeries-title {
    width: 100%;
    max-width: none;
    margin-bottom: 3px;
    text-align: center;
  }
}

.lp-navigationSeries-title + .lp-navigationSeries-linkList {
  margin-left: 10px;
}

@media only screen and (max-width: 969px) {
  .lp-navigationSeries-title + .lp-navigationSeries-linkList {
    margin-left: -10px;
  }
}

div#MainContent .lp-navigationSeries-title {
  margin-bottom: 0;
  color: #999;
  font-size: 11px;
  line-height: 1.3;
  text-transform: none;
}

div#MainContent .lp-navigationSeries-title + .lp-navigationSeries-linkList {
  margin-left: 10px;
}

@media only screen and (max-width: 969px) {
  .lp-navigationSeries-seriesNameText,
  .lp-navigationSeries-seriesText {
    display: block;
  }
}

.lp-navigationSeries-linkList {
  display: flex;
  flex-wrap: wrap;
  margin: -3px 0 0 -10px;
  color: #999;
}

div#MainContent .lp-navigationSeries-linkList {
  margin: -3px 0 0 -10px;
}

@media only screen and (max-width: 969px) {
  .lp-navigationSeries-linkList {
    justify-content: center;
    width: 100%;
  }
}

.lp-navigationSeries-linkList > li {
  display: flex;
  position: relative;
  margin-top: 3px;
  margin-left: 10px;
  background: none;
  font-size: 1.1rem;
  line-height: 1.3;
}

div#MainContent .lp-navigationSeries-linkList > li {
  margin: 3px 0 0 10px;
  padding: 0;
  background: none;
  font-size: 11px;
}

.lp-navigationSeries-linkList > li > a {
  display: block;
  position: relative;
  width: 100%;
  padding-left: 9px;
  color: #999;
  line-height: 1.3;
  text-decoration: none;
}

.lp-navigationSeries-linkList > li > a::before {
  display: block;
  position: absolute;
  top: 4px;
  left: -2px;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  content: "";
}

div#MainContent .lp-navigationSeries-linkList > li > a:link {
  color: #999;
}

div#MainContent .lp-navigationSeries-linkList > li > a::before {
  top: 0.3em;
}

.lp-navigationSeries-linkList > li > a:hover,
.lp-navigationSeries-linkList > li > a:focus {
  text-decoration: underline;
}

.lp-section.of-arrow,
.lp-card.of-arrow {
  position: relative;
}

.lp-section.of-arrow::after,
.lp-card.of-arrow::after {
  display: block;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 50px 65px 0;
  border-style: solid;
  border-color: #fff transparent transparent;
  content: "";
}

@media only screen and (max-width: 767px) {
  .lp-section.of-arrow::after,
  .lp-card.of-arrow::after {
    bottom: -34px;
    border-width: 34px 44px 0;
  }
}

.lp-jumbotron {
  background-color: #d1eaf8;
}

.lp-jumbotron-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.lp-jumbotron-content > *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .lp-jumbotron-content {
    flex-direction: column;
    padding: 30px 20px 20px;
  }
}

.lp-jumbotron-body {
  flex: 1;
  margin-bottom: 10px;
  padding-top: 10px;
}

@media only screen and (max-width: 767px) {
  .lp-jumbotron-body {
    flex: 0 1 auto;
    width: 100%;
    padding-top: 0;
    text-align: center;
  }
}

.lp-jumbotron-body > *:last-child {
  margin-bottom: 0;
}

.lp-jumbotron-title {
  margin-bottom: 5px;
  color: #333;
  font-size: 3rem;
  line-height: 1.3;
}

@media only screen and (max-width: 1280px) {
  .lp-jumbotron-title {
    font-size: calc(1.8rem + ((1vw - 0.767rem) * (2.33918)));
  }
}

@media only screen and (max-width: 767px) {
  .lp-jumbotron-title {
    margin-bottom: 5px;
    font-size: 1.8rem;
  }
}

.lp-jumbotron-title > em {
  font-size: 5.2rem;
}

@media only screen and (max-width: 1280px) {
  .lp-jumbotron-title > em {
    font-size: calc(3.2rem + ((1vw - 0.767rem) * (3.89864)));
  }
}

@media only screen and (max-width: 767px) {
  .lp-jumbotron-title > em {
    font-size: 3.2rem;
  }
}

.lp-jumbotron-title.of-primary {
  font-size: 3rem;
}

@media only screen and (max-width: 1280px) {
  .lp-jumbotron-title.of-primary {
    font-size: calc(1.8rem + ((1vw - 0.767rem) * (2.33918)));
  }
}

@media only screen and (max-width: 767px) {
  .lp-jumbotron-title.of-primary {
    font-size: 1.8rem;
  }
}

.lp-jumbotron-image {
  max-width: 490px;
  height: 440px;
  min-height: 0;
  margin-bottom: 10px;
  margin-left: 10px;
}

@media only screen and (max-width: 1280px) {
  .lp-jumbotron-image {
    width: calc(32rem + ((1vw - 0.767rem) * (33.1384)));
    height: calc(28.8rem + ((1vw - 0.767rem) * (29.62963)));
    margin-left: calc(0rem + ((1vw - 0.767rem) * (1.94932)));
  }
}

@media only screen and (max-width: 767px) {
  .lp-jumbotron-image {
    width: 320px;
    height: 288px;
    margin-left: 0;
  }
}

.lp-section.of-primary,
.lp-section.of-secondary,
.lp-section.of-tertiary,
.lp-section.of-quaternary {
  position: relative;
}

.lp-section.of-primary::before,
.lp-section.of-secondary::before,
.lp-section.of-tertiary::before,
.lp-section.of-quaternary::before {
  display: block;
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.lp-section.of-arrow {
  margin-bottom: 0;
}

.lp-section.of-arrow + .lp-section > .lp-section-content {
  padding-top: 30px;
}

@media only screen and (max-width: 767px) {
  .lp-section.of-arrow + .lp-section > .lp-section-content {
    padding-top: 50px;
  }
}

.lp-section.of-primary::before {
  background-color: #6bb9ea;
}

.lp-section.of-primary.of-arrow::after {
  border-color: #6bb9ea transparent transparent;
}

.lp-section.of-secondary::before {
  background-color: #0c6ec6;
}

.lp-section.of-secondary.of-arrow::after {
  border-color: #0c6ec6 transparent transparent;
}

.lp-section.of-tertiary::before {
  background-color: #cfeaf8;
}

.lp-section.of-tertiary.of-arrow::after {
  border-color: #cfeaf8 transparent transparent;
}

.lp-section-content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 126px;
}

@media only screen and (max-width: 1280px) {
  .lp-section-content {
    padding-right: calc(2rem + ((1vw - 0.36rem) * (11.52174)));
    padding-left: calc(2rem + ((1vw - 0.36rem) * (11.52174)));
  }
}

@media only screen and (max-width: 767px) {
  .lp-section-content {
    max-width: 100%;
    padding: 24px 20px;
  }
}

.lp-section-content.of-primary {
  padding: 0 20px;
}

@media only screen and (max-width: 767px) {
  .lp-section-content.of-primary {
    padding: 24px 20px;
  }
}

.lp-section-content.of-secondary {
  padding: 0 300px;
}

@media only screen and (max-width: 1280px) {
  .lp-section-content.of-secondary {
    padding-right: calc(2rem + ((1vw - 0.36rem) * (30.43478)));
    padding-left: calc(2rem + ((1vw - 0.36rem) * (30.43478)));
  }
}

@media only screen and (max-width: 767px) {
  .lp-section-content.of-secondary {
    padding: 24px 20px;
  }
}

.lp-section-content-inner {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 1280px) {
  .lp-section-content-inner {
    padding-top: calc(0rem + ((1vw - 0.36rem) * (4.34783)));
    padding-bottom: calc(0rem + ((1vw - 0.36rem) * (4.34783)));
  }
}

@media only screen and (max-width: 767px) {
  .lp-section-content-inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.lp-section-content-inner > *:last-child {
  margin-bottom: 0;
}

.lp-headingLevel2 {
  margin-bottom: 10px;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .lp-headingLevel2 {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
}

.lp-mediaAsset {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .lp-mediaAsset {
    flex-direction: column-reverse;
  }
}

.lp-mediaAsset-body {
  flex: 1;
  padding: 10px 0 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .lp-mediaAsset-body {
    flex: 0 1 auto;
    width: 100%;
    padding: 0;
  }
}

.lp-mediaAsset-body.of-primary {
  flex: 0 1 auto;
}

.lp-mediaAsset-text {
  font-size: 4rem;
  font-weight: bold;
}

@media only screen and (max-width: 1280px) {
  .lp-mediaAsset-text {
    font-size: calc(2.4rem + ((1vw - 0.767rem) * (3.11891)));
  }
}

@media only screen and (max-width: 767px) {
  .lp-mediaAsset-text {
    font-size: 2.4rem;
  }
}

.lp-mediaAsset-text.of-primary {
  color: #fff;
}

.lp-mediaAsset-image {
  min-height: 0%;
  margin-right: 24px;
}

.lp-mediaAsset-image.of-borderLine {
  border: 1px solid #dbdbdb;
}

@media only screen and (max-width: 767px) {
  .lp-mediaAsset-image {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.lp-mediaAsset:last-child {
  margin-bottom: 0;
}

.lp-mediaAsset.of-primary .lp-mediaAsset-image {
  width: 288px;
  margin-right: 20px;
}

@media only screen and (max-width: 1280px) {
  .lp-mediaAsset.of-primary .lp-mediaAsset-image {
    width: calc(14.8rem + ((1vw - 0.767rem) * (27.29045)));
  }
}

@media only screen and (max-width: 767px) {
  .lp-mediaAsset.of-primary .lp-mediaAsset-image {
    width: 148px;
  }
}

.lp-listButton {
  margin-bottom: 20px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .lp-listButton {
    padding: 0;
  }
}

.lp-listButton > *:last-child {
  margin-bottom: 0;
}

.lp-listButton > li {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .lp-buttonConversion-text {
    font-size: 2rem;
  }
}

.lp-buttonConversion.of-large .lp-buttonConversion-body {
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 45px 20px 104px;
}

@media only screen and (max-width: 767px) {
  .lp-buttonConversion.of-large .lp-buttonConversion-body {
    align-items: center;
    padding: 55px 20px 15px 20px;
  }
}

.lp-buttonConversion.of-large .lp-buttonConversion-body > :last-child {
  margin-bottom: 0;
}

.lp-buttonConversion.of-large .lp-buttonConversion-body::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 40px;
  width: 40px;
  height: 38px;
  transform: translateY(-50%);
  background-image: url("../../img/landing_page/lp_mark-guide_01090464/lp_mark-guide_01090464_icon_01.png");
  background-size: contain;
  content: "";
}

@media only screen and (max-width: 767px) {
  .lp-buttonConversion.of-large .lp-buttonConversion-body::before {
    top: 20px;
    left: 50%;
    width: 30px;
    height: 28px;
    transform: translateX(-50%) translateY(0);
  }
}

.lp-buttonConversion.of-large .lp-buttonConversion-text {
  max-width: 100%;
  margin-right: 0;
  margin-bottom: 8px;
  font-size: 2rem;
  text-align: left;
}

@media only screen and (max-width: 1280px) {
  .lp-buttonConversion.of-large .lp-buttonConversion-text {
    font-size: calc(1.6rem + ((1vw - 0.767rem) * (0.77973)));
  }
}

@media only screen and (max-width: 767px) {
  .lp-buttonConversion.of-large .lp-buttonConversion-text {
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: center;
  }
}

.lp-buttonConversion.of-large .lp-buttonConversion-text > em {
  font-size: 4rem;
  font-weight: bold;
}

@media only screen and (max-width: 1280px) {
  .lp-buttonConversion.of-large .lp-buttonConversion-text > em {
    font-size: calc(1.6rem + ((1vw - 0.767rem) * (4.67836)));
  }
}

@media only screen and (max-width: 767px) {
  .lp-buttonConversion.of-large .lp-buttonConversion-text > em {
    font-size: 1.6rem;
  }
}

.lp-card {
  padding: 40px;
  background-color: #fff;
}

@media only screen and (max-width: 1280px) {
  .lp-card {
    padding-top: calc(3rem + ((1vw - 0.767rem) * (1.94932)));
    padding-right: calc(2rem + ((1vw - 0.767rem) * (3.89864)));
    padding-bottom: calc(3rem + ((1vw - 0.767rem) * (1.94932)));
    padding-left: calc(2rem + ((1vw - 0.767rem) * (3.89864)));
  }
}

@media only screen and (max-width: 767px) {
  .lp-card {
    padding: 30px 20px;
  }
}

.lp-card.of-arrow {
  margin-bottom: 50px;
}

.lp-card > *:last-child {
  margin-bottom: 0;
}

.lp-listChecker {
  margin-bottom: 25px;
  padding: 0 65px;
}

@media only screen and (max-width: 1280px) {
  .lp-listChecker {
    padding-right: calc(0rem + ((1vw - 0.767rem) * (12.67057)));
    padding-left: calc(0rem + ((1vw - 0.767rem) * (12.67057)));
  }
}

@media only screen and (max-width: 767px) {
  .lp-listChecker {
    margin-bottom: 20px;
    padding: 0;
  }
}

.lp-listChecker > li {
  position: relative;
  margin-bottom: 10px;
  padding: 4px 10px 10px 55px;
  border-bottom: 1px dashed #dbdbdb;
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .lp-listChecker > li {
    margin-bottom: 10px;
    padding-left: 35px;
    font-size: 1.6rem;
  }
}

.lp-listChecker > li::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 32px;
  background-image: url("../../img/landing_page/lp_mark-guide_01090464/lp_mark-guide_01090464_icon_02.png");
  background-size: contain;
  content: "";
}

@media only screen and (max-width: 767px) {
  .lp-listChecker > li::before {
    top: 5px;
    width: 30px;
    height: 24px;
  }
}

.lp-listChecker > *:last-child {
  margin-bottom: 0;
}

.lp-textLead {
  margin-bottom: 33px;
  font-size: 3rem;
  line-height: 1.2;
  text-align: center;
}

@media only screen and (max-width: 1280px) {
  .lp-textLead {
    margin-bottom: calc(2.4rem + ((1vw - 0.767rem) * (1.75439)));
    font-size: calc(1.6rem + ((1vw - 0.767rem) * (2.72904)));
  }
}

@media only screen and (max-width: 767px) {
  .lp-textLead {
    margin-bottom: 24px;
    font-size: 1.6rem;
  }
}

.lp-textLead.of-large {
  padding: 20px 0;
  color: #fff;
  font-size: 3.8rem;
  font-weight: bold;
}

@media only screen and (max-width: 1280px) {
  .lp-textLead.of-large {
    font-size: calc(2rem + ((1vw - 0.767rem) * (3.50877)));
  }
}

@media only screen and (max-width: 767px) {
  .lp-textLead.of-large {
    padding: 0;
    font-size: 2rem;
  }
}

.lp-textLineup {
  display: inline-block;
  max-width: 100%;
  color: #ff0;
  text-align: left;
}

@media only screen and (max-width: 1280px) {
  .lp-textLineup {
    font-size: calc(1.6rem + ((1vw - 0.767rem) * (0.77973)));
  }
}

@media only screen and (max-width: 767px) {
  .lp-textLineup {
    margin: auto;
    font-size: 1.6rem;
    text-align: center;
  }
}

.lp-media {
  margin-bottom: 40px;
}

@media only screen and (max-width: 1280px) {
  .lp-media {
    margin-bottom: calc(2.4rem + ((1vw - 0.767rem) * (3.11891)));
  }
}

@media only screen and (max-width: 767px) {
  .lp-media {
    margin-bottom: 24px;
  }
}

.lp-media-body {
  margin-bottom: 15px;
}

.lp-media-text {
  position: relative;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 1280px) {
  .lp-media-text {
    font-size: calc(2.4rem + ((1vw - 0.767rem) * (3.11891)));
  }
}

@media only screen and (max-width: 767px) {
  .lp-media-text {
    font-size: 2.4rem;
  }
}

.lp-media-text:last-child {
  margin-bottom: 0;
}

.lp-media-image {
  text-align: center;
}

.lp-media-image.of-borderLine {
  border: 1px solid #dbdbdb;
}

.lp-media-image > *:last-child {
  margin-bottom: 0;
}

.lp-media > *:last-child {
  margin-bottom: 0;
}

.lp-layout-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -30px 0 0 -32px;
}

@media only screen and (max-width: 1280px) {
  .lp-layout-grid {
    margin-left: calc(-2.4rem + ((1vw - 0.767rem) * (-1.55945)));
  }
}

@media only screen and (max-width: 767px) {
  .lp-layout-grid {
    margin: -30px 0 0 -24px;
  }
}

.lp-layout-grid-column {
  width: 100%;
  padding-top: 30px;
}

.lp-layout-grid-column > *:last-child {
  margin-bottom: 0;
}

.lp-layout-grid.of-column-2 .lp-layout-grid-column {
  width: 50%;
  padding-top: 30px;
  padding-left: 32px;
}

@media only screen and (max-width: 1280px) {
  .lp-layout-grid.of-column-2 .lp-layout-grid-column {
    padding-left: calc(2.4rem + ((1vw - 0.767rem) * (1.55945)));
  }
}

@media only screen and (max-width: 767px) {
  .lp-layout-grid.of-column-2 .lp-layout-grid-column {
    padding-left: 24px;
  }
}

.lp-utility-text-large {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 1280px) {
  .lp-utility-text-large {
    font-size: calc(1.8rem + ((1vw - 0.767rem) * (2.33918)));
  }
}

@media only screen and (max-width: 767px) {
  .lp-utility-text-large {
    font-size: 1.8rem;
  }
}

.lp-utility-text-large:last-child {
  margin-bottom: 0;
}

.lp-utility-text-small {
  font-size: 2.5rem;
}

.lp-utility-textColor-primary {
  color: #f2b700;
}

.lp-utility-borderBottom {
  border-bottom: 1px solid #fff;
}

@media only screen and (max-width: 767px) {
  .lp-smallScreen-hide {
    display: none;
  }
}
