/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/banner/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-banner-banner {
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .wp-block-banner-banner.bottom-banner .banner-container {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .wp-block-banner-banner.bottom-banner .banner-container .content-container {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .wp-block-banner-banner.bottom-banner .banner-container .content-container.center {
    top: auto;
    transform: translate(0, 0);
    bottom: 65px;
  }
}
.wp-block-banner-banner.bottom-banner .banner-container .content-container.center .title {
  font-family: "SansCN-Bold";
  font-weight: bold;
  font-size: 2.8645833333vw;
}
@media screen and (max-width: 768px) {
  .wp-block-banner-banner.bottom-banner .banner-container .content-container.center .title {
    font-size: 20px;
  }
}
.wp-block-banner-banner.bottom-banner .banner-container .content-container.center .description {
  font-family: "SansCN-Regular";
  font-weight: normal;
  font-size: 1.8229166667vw;
}
@media screen and (max-width: 768px) {
  .wp-block-banner-banner.bottom-banner .banner-container .content-container.center .description {
    font-size: 14px;
  }
}
.wp-block-banner-banner.text-center .content-container.center {
  justify-content: center;
  text-align: center;
  transform: translate(-50%, -125%);
}
.wp-block-banner-banner.mask .image-container:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 22, 109, 0.49);
}
.wp-block-banner-banner.hide-for-pc {
  display: none;
}
@media screen and (max-width: 768px) {
  .wp-block-banner-banner.hide-for-pc {
    display: block;
  }
}
.wp-block-banner-banner.hide-for-mb {
  display: block;
}
@media screen and (max-width: 768px) {
  .wp-block-banner-banner.hide-for-mb {
    display: none;
  }
}

.banner-container {
  position: relative;
  font-size: 0;
}
.banner-container .banner-header-container {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .banner-container .banner-header-container {
    position: relative;
  }
}
.banner-container .image-content-button {
  position: relative;
}
.banner-container .image-content-button .image-content {
  position: relative;
}
.banner-container .image-container img {
  width: 100%;
  height: auto;
  z-index: -1;
  border: none;
}
.banner-container .image-container img.hide-for-mb {
  display: block;
}
@media screen and (max-width: 768px) {
  .banner-container .image-container img.hide-for-mb {
    display: none;
  }
}
.banner-container .image-container img.hide-for-pc {
  display: none;
}
@media screen and (max-width: 768px) {
  .banner-container .image-container img.hide-for-pc {
    display: block;
  }
}
.banner-container .content-container {
  z-index: 1;
  max-width: calc(1200 * 100vw / 1920);
  margin: 0 auto;
  display: flex;
  color: #FFFFFF;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 5.2083333333vw;
  padding-top: 2.0833333333vw;
  transform: translate(-50%, 0);
  display: flex;
}
@media screen and (max-width: 768px) {
  .banner-container .content-container {
    max-width: none;
    margin: 0 30px;
    box-sizing: border-box;
    transform: translate(0, 0);
    left: 0;
    width: auto;
    top: 0;
    height: 100%;
    padding-top: 40px;
  }
}
.banner-container .content-container.center {
  bottom: auto;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .banner-container .content-container.center {
    top: 0;
    transform: translate(0, 0);
  }
}
.banner-container .content-container.flex-left {
  justify-content: flex-start;
}
.banner-container .content-container.flex-right {
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .banner-container .content-container.flex-right {
    max-width: none;
    margin: 0 30px;
    box-sizing: border-box;
    transform: translate(0, 0);
    right: 0;
    width: auto;
    top: 0;
    height: 100%;
    padding-top: 40px;
  }
}
.banner-container .content-container.flex-right .flex-direction {
  text-align: right;
}
.banner-container .content-container.flex-right .flex-direction .button {
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .banner-container .content-container.flex-right .flex-direction .button {
    position: absolute;
    right: 0;
    bottom: 60px;
  }
}
.banner-container .content-container.flex-right .brand-container {
  justify-content: flex-end;
}
.banner-container .content-container .brand-container {
  display: flex;
}
.banner-container .content-container .brand-container .brand {
  font-family: "Nexa Bold";
  font-weight: normal;
  color: #FFFFFF;
  padding: 6px 16px 0 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  background-color: #FD671A;
  font-size: 2.8645833333vw;
  line-height: 1.2;
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .banner-container .content-container .brand-container .brand {
    font-size: 21px;
  }
}
.banner-container .content-container .title {
  font-size: calc(62 * 100vw / 1920);
  font-weight: 600;
  font-family: "Nexa Bold";
}
@media screen and (max-width: 768px) {
  .banner-container .content-container .title {
    font-size: 25px;
  }
}
.banner-container .content-container .subtitle {
  font-size: calc(50 * 100vw / 1920);
  font-weight: 600;
  font-family: "SansCN-Bold";
}
@media screen and (max-width: 768px) {
  .banner-container .content-container .subtitle {
    font-size: 27px;
  }
}
.banner-container .content-container .description {
  font-size: calc(25 * 100vw / 1920);
  margin-top: 5px;
  font-family: "SansCN-Bold";
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .banner-container .content-container .description {
    font-size: 15px;
    font-weight: normal;
  }
}
.banner-container .content-container .button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  .banner-container .content-container .button {
    position: absolute;
    left: 0;
    bottom: 60px;
  }
}
.banner-container .content-container .button a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FD671A;
  border: 1px solid #FD671A;
  text-decoration: none;
  background-color: #FFFFFF;
  padding: 0.8333333333vw 4.1666666667vw;
  margin: 0px;
  letter-spacing: 1px;
  font-family: "SansCN-Regular";
  font-size: calc(20 * 100vw / 1920);
  text-align: center;
  border-radius: 2.0833333333vw;
}
.banner-container .content-container .button a:hover {
  background: linear-gradient(to right, rgb(242, 111, 40), rgb(242, 111, 40));
  color: rgb(255, 255, 255);
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .banner-container .content-container .button a {
    padding: 8px 45px;
    border-radius: 20px;
    font-size: 15px;
  }
}
.banner-container .bottom-container .page-width-container.right-border {
  border-radius: 0 0 80px 0;
}
@media screen and (max-width: 768px) {
  .banner-container .bottom-container .page-width-container.right-border {
    border-radius: 0 0 50px 0;
  }
}
.banner-container .bottom-container .page-width-container.left-border {
  border-radius: 0 0 0 80px;
}
@media screen and (max-width: 768px) {
  .banner-container .bottom-container .page-width-container.left-border {
    border-radius: 0 0 0 50px;
  }
}
.banner-container .bottom-container .page-width {
  max-width: 62.5vw;
  width: 100%;
  margin: 0 auto;
  padding: 3.6458333333vw 0;
  box-sizing: border-box;
  color: #FFFFFF;
  min-height: 17.7083333333vw;
}
@media screen and (max-width: 768px) {
  .banner-container .bottom-container .page-width {
    max-width: none;
    padding: 15px 0 85px 0;
    width: auto;
    margin: 0 45px;
  }
}
.banner-container .bottom-container .page-width .bottom-content-container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .banner-container .bottom-container .page-width .bottom-content-container {
    flex-direction: column;
    align-items: center;
  }
}
.banner-container .bottom-container .page-width .bottom-content-container img {
  max-height: 2.5vw;
  width: auto;
}
@media screen and (max-width: 768px) {
  .banner-container .bottom-container .page-width .bottom-content-container img {
    max-height: 30px;
  }
}
.banner-container .bottom-container .page-width .bottom-content-container .banner-tip-description {
  display: flex;
  padding-top: 0.5208333333vw;
}
@media screen and (max-width: 768px) {
  .banner-container .bottom-container .page-width .bottom-content-container .banner-tip-description {
    flex-direction: column;
  }
}
.banner-container .bottom-container .page-width .bottom-content-container .bottom-tip {
  font-size: 1.3020833333vw;
  font-family: "SansCN-Medium";
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .banner-container .bottom-container .page-width .bottom-content-container .bottom-tip {
    font-size: 23px;
    line-height: 1.8;
  }
}
.banner-container .bottom-container .page-width .bottom-content-container .bottom-description {
  font-size: 1.0416666667vw;
  margin-left: 0.5208333333vw;
  padding: 0 0.5208333333vw;
  border-radius: 0.2083333333vw;
  border: 1px solid #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .banner-container .bottom-container .page-width .bottom-content-container .bottom-description {
    font-size: 13px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .banner-container .bottom-container .page-width .bottom-content-container .logo-description {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .banner-container .bottom-container .page-width .bottom-content-container .logo-description img {
    width: 225px;
    max-height: none;
  }
}
.banner-container .bottom-container .page-width .bottom-content-container.flex-left .title {
  order: 1;
}
.banner-container .bottom-container .page-width .bottom-content-container.flex-left .title::after {
  left: 0;
}
@media screen and (max-width: 768px) {
  .banner-container .bottom-container .page-width .bottom-content-container.flex-left .title {
    text-align: left;
  }
}
.banner-container .bottom-container .page-width .bottom-content-container.flex-left .logo-description {
  order: 2;
}
.banner-container .bottom-container .page-width .bottom-content-container.flex-right .title {
  order: 2;
}
.banner-container .bottom-container .page-width .bottom-content-container.flex-right .title::after {
  right: 0;
}
@media screen and (max-width: 768px) {
  .banner-container .bottom-container .page-width .bottom-content-container.flex-right .title {
    order: 1;
    text-align: right;
  }
}
.banner-container .bottom-container .page-width .bottom-content-container.flex-right .logo-description {
  order: 1;
}
.banner-container .bottom-container .page-width .title {
  position: relative;
  font-size: 3.3854166667vw;
  font-weight: 600;
  font-family: "Nexa Bold";
}
.banner-container .bottom-container .page-width .title::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 0.2083333333vw;
  width: 2.5vw;
  background-color: #FD671A;
  right: 0;
  bottom: -4px;
}
.banner-container .bottom-container .page-width .title.white::after {
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .banner-container .bottom-container .page-width .title {
    font-size: 25px;
    width: 100%;
    text-align: right;
  }
  .banner-container .bottom-container .page-width .title::after {
    width: 19px;
    height: 2px;
  }
}
.banner-container .bottom-container .page-width .subtitle {
  font-size: calc(50 * 100vw / 1920);
}
.banner-container .bottom-container .page-width .button-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 10.4166666667vw;
}
.banner-container .bottom-container .page-width .button-container a {
  outline: none;
  text-decoration: none;
  display: block;
  background-color: #FFFFFF;
  color: chocolate;
  padding: 0.5208333333vw 1.0416666667vw;
  border-radius: 2.0833333333vw;
  font-size: calc(20 * 100vw / 1920);
}

.blue-logo {
  display: none;
}
@media screen and (max-width: 768px) {
  .blue-logo {
    display: block;
  }
}

.white-logo {
  display: none;
}

.show-blue-logo .blue-logo {
  display: block;
}

.show-white-logo .white-logo {
  display: block;
}
@media screen and (max-width: 768px) {
  .show-white-logo .white-logo {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .show-white-logo nav svg {
    fill: #19166D;
  }
}

.show-blue-logo .wp-block-navigation-item {
  color: rgba(0, 0, 0, 0.7);
}

.show-white-logo .wp-block-navigation-item {
  color: #FFFFFF;
}
.show-white-logo .wp-block-navigation-item .wp-block-navigation-item {
  color: rgba(0, 0, 0, 0.7);
}

.is-layout-constrained > .alignwide {
  max-width: none !important;
}

.footer-container .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
  flex-basis: auto !important;
}

.icon-list {
  display: flex;
  gap: 0.9895833333vw;
  padding-bottom: 1.3020833333vw;
  max-width: calc(1200 * 100vw / 1920);
  margin: 0 auto !important;
  border-bottom: 1px solid #FFFFFF;
  width: 100%;
}

.footer-lang-info {
  max-width: calc(1200 * 100vw / 1920);
  margin: 0 auto !important;
  width: 100%;
  gap: 1.25vw !important;
}

.footer-container .column-container {
  flex-grow: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.footer-container .trp-language-switcher > div {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  background-image: none;
  padding: 4px 0 3px 0;
}

.footer-container .trp-language-switcher a {
  color: #FFFFFF;
}

.footer-container .trp-language-switcher a:hover {
  background: transparent !important;
}

.footer-container .trp-language-switcher > div a {
  display: flex;
  gap: 1.0416666667vw;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.0416666667vw !important;
  padding: 0.3645833333vw 0.625vw !important;
}

.footer-container .trp-ls-shortcode-current-language {
  width: auto !important;
}

.footer-container .trp-ls-shortcode-language {
  width: auto !important;
  padding: 0 !important;
}

.footer-container .trp-language-switcher {
  width: auto;
  height: auto;
  font-size: 0;
}

.footer-container {
  padding: 7.0833333333vw 0.5208333333vw !important;
}

.footer-logo {
  max-width: calc(1200 * 100vw / 1920);
  margin: 0 auto !important;
  width: 100%;
  padding-bottom: 1.875vw;
  border-bottom: 1px solid #FFFFFF;
}

.footer-menu-container.wp-block-columns {
  max-width: calc(1200 * 100vw / 1920);
  margin: 0 auto !important;
  width: 100%;
  flex-wrap: nowrap;
}

.wp-block-list.list-style-none {
  padding: 2.5vw 0 0 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.0416666667vw;
}

.wp-block-list.list-style-none li {
  list-style: none;
}

.trp-ls-shortcode-language {
  display: none;
}

.wp-block-navigation .wp-block-navigation__container {
  gap: 2.4479166667vw;
}

.wp-block-navigation .wp-block-navigation__container .wp-block-navigation-item__content {
  font-size: 1.0416666667vw;
}

.wp-block-navigation .wp-block-navigation__container .wp-block-navigation-item__content {
  font-size: 0.9375vw;
}

header .blue-logo img,
header .white-logo img {
  height: 2.6041666667vw !important;
}

header .wp-block-button__link {
  padding: 0.5729166667vw 1.9270833333vw;
  font-size: 0.9375vw;
}

footer .footer-logo img {
  height: 2.7604166667vw;
  width: auto !important;
}

footer .footer-menu-container {
  padding: 2.5520833333vw 0 !important;
  gap: 3.90625vw;
}

footer .footer-menu-container .wp-block-heading {
  font-size: 1.0416666667vw !important;
}

footer .wp-block-list.list-style-none li {
  font-size: 0.78125vw !important;
}

footer .icon-list img {
  width: 2.0833333333vw !important;
  height: auto !important;
}

footer .icon-list {
  display: flex;
  gap: 0.9895833333vw;
  padding-bottom: 1.3020833333vw;
  max-width: 62.5vw;
  margin: 0 auto !important;
  border-bottom: 1px solid #FFFFFF;
  width: 100%;
}

footer .font-17 {
  font-size: 0.8854166667vw !important;
}

.has-small-font-size.font-17 {
  font-size: 0.8854166667vw !important;
}

footer .footer-lang-info .font-17.hide-for-pc {
  display: none;
}

.wp-block-navigation__container li .wp-block-navigation-submenu .wp-block-navigation-link a {
  padding: 1.0416666667vw;
  text-decoration: none;
}

.wp-block-navigation__container li .wp-block-navigation-submenu .wp-block-navigation-link a:hover {
  background-color: #F6FAFD;
  color: #19166D;
}

footer .footer-menu-container a:hover {
  color: #FD671A;
}

@media screen and (max-width: 768px) {
  .show-blue-logo .wp-block-buttons,
  .show-white-logo .wp-block-buttons {
    display: none;
  }
  .show-blue-logo .wp-block-image img {
    height: 26px !important;
    width: auto;
  }
  .show-blue-logo .wp-block-image,
  .show-white-logo .wp-block-image {
    order: 2;
  }
  .show-white-logo .wp-block-image img {
    height: 26px !important;
    width: auto;
  }
  .show-white-logo .wp-block-group nav,
  .show-blue-logo .wp-block-group nav {
    order: 1;
  }
  .show-blue-logo .wp-block-group nav button {
    color: #19166D;
  }
  .show-white-logo .wp-block-group.has-global-padding,
  .show-blue-logo .wp-block-group.has-global-padding {
    padding: 19px 16px;
    background-color: #FFFFFF;
  }
  .show-white-logo .wp-block-group.alignwide,
  .show-blue-logo .wp-block-group.alignwide {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .show-blue-logo .has-modal-open .wp-block-navigation-item__content,
  .show-white-logo .has-modal-open .wp-block-navigation-item__content {
    color: rgba(0, 0, 0, 0.56);
    font-size: 15px !important;
    padding: 15px 16px !important;
  }
  .show-blue-logo .has-modal-open,
  .show-white-logo .has-modal-open {
    padding: 0;
  }
  .show-white-logo .has-modal-open .wp-block-navigation__container,
  .show-blue-logo .has-modal-open .wp-block-navigation__container {
    width: 100%;
    gap: 0 !important;
    border-bottom: 1px solid #EEEEEE;
  }
  .show-white-logo .has-modal-open .wp-block-navigation__container li,
  .show-blue-logo .has-modal-open .wp-block-navigation__container li {
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #EEEEEE;
  }
  .show-white-logo .has-modal-open .wp-block-navigation__container li a,
  .show-blue-logo .has-modal-open .wp-block-navigation__container li a {
    padding: 15px 16px;
    outline: none !important;
  }
  .show-white-logo .has-modal-open .wp-block-navigation__container li .wp-block-navigation-submenu,
  .show-blue-logo .has-modal-open .wp-block-navigation__container li .wp-block-navigation-submenu {
    background-color: #F6FAFD !important;
    border-bottom: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 8px;
    width: 100% !important;
  }
  .show-white-logo .has-modal-open .wp-block-navigation__container li .wp-block-navigation-submenu li,
  .show-blue-logo .has-modal-open .wp-block-navigation__container li .wp-block-navigation-submenu li {
    border-top: none;
    padding-left: 0;
    padding-right: 0;
  }
  .show-blue-logo .wp-block-navigation__responsive-container-close,
  .show-white-logo .wp-block-navigation__responsive-container-close {
    right: 16px;
    top: 16px;
  }
  .footer-menu-container.wp-block-columns {
    max-width: none !important;
    flex-wrap: wrap !important;
    gap: 60px !important;
  }
  .footer-menu-container .wp-block-column:nth-of-type(2n+1) {
    width: calc(55% - 30px);
  }
  .footer-menu-container .wp-block-column:nth-of-type(2n) {
    width: calc(45% - 30px);
  }
  .footer-logo {
    max-width: none !important;
    padding-bottom: 18px !important;
  }
  .footer-logo img {
    height: 26px !important;
  }
  footer > .wp-block-group {
    padding: 60px 30px !important;
  }
  .footer-menu-container .wp-block-column .wp-block-heading {
    font-size: 18px !important;
  }
  footer .wp-block-list.list-style-none li {
    font-size: 13px !important;
  }
  .wp-block-list.list-style-none {
    padding-top: 34px;
  }
  footer .icon-list {
    max-width: none;
    justify-content: center;
    padding-bottom: 21px;
    gap: 19px;
    margin-top: 20px;
  }
  footer .icon-list img {
    width: 38px !important;
  }
  footer .footer-lang-info {
    flex-direction: column;
    max-width: none;
  }
  footer .footer-lang-info .trp-language-switcher {
    display: flex;
    justify-content: center;
  }
  footer .footer-lang-info .trp-language-switcher a {
    outline: none;
    font-size: 15px !important;
  }
  footer .footer-lang-info .font-17 {
    font-size: 13px !important;
    display: none;
  }
  footer .footer-lang-info .font-17.show {
    display: block;
  }
  footer .footer-lang-info .font-17.hide-for-pc {
    display: block;
  }
  footer .footer-lang-info .trp-block-container {
    margin-bottom: 25px;
  }
  header .white-logo,
  header .blue-logo {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

/*# sourceMappingURL=style-index.css.map*/