.tab10-world-cup {
  --green: #055541;
  --bright-green: #6cc400;
  --panel-green: #d8f1cf;
}

.tab10-world-cup .layout-spacer {
  display: block;
  height: var(--space);
  flex: 0 0 auto;
}

.tab10-world-cup .panel-inner > .layout-spacer {
  width: var(--space);
  height: auto;
  flex-basis: var(--space);
}

.tab10-world-cup .intro {
  text-align: center;
}

.tab10-world-cup .intro p {
  font-size: 38px;
  font-weight: 400;
  line-height: 54px;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.tab10-world-cup .divider {
  width: min(1285px, 100%);
  height: 1px;
  margin: 0 auto;
  background: #d2d2d2;
}

.tab10-world-cup .section {
  position: relative;
  width: 100%;
  padding: 0px;
  margin: 0px;
  padding-left: 285px;
  padding-right: 285px;
}
@media (max-width: 1490px) {
  .tab10-world-cup .section {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.tab10-world-cup .section-transfer {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.tab10-world-cup .section-shell {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.tab10-world-cup .section-heading {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1490px) {
  .tab10-world-cup .section-heading {
    justify-content: flex-start;
  }
}

.heading-transfer-en {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  padding-left: 270px;
}
@media (max-width: 1490px) {
  .heading-transfer-en {
    padding-left: 0px;
  }
}

.tab10-world-cup .section-transfer .section-heading {
  justify-content: center;
}

.tab10-world-cup .section-title {
  position: relative;
  z-index: 3;
  margin: 0;
  color: var(--green);
  font-size: 56px;
  font-weight: 900;
  line-height: 72px;
  text-align: center;
}

.tab10-world-cup .section-title span {
  color: var(--bright-green);
}

.tab10-world-cup .title-transfer {
  width: auto;
}

.tab10-world-cup .slashes {
  position: static;
  z-index: 3;
  flex: 0 0 auto;
  width: 72.86px;
  height: 16.57px;
  max-width: none;
  object-fit: fill;
  margin-top: 20px;
}

@media (max-width: 1490px) {
  .tab10-world-cup .slashes {
    margin-top: 10px;
  }
}

.tab10-world-cup .slashes-left {
  margin-left: 0;
}

.tab10-world-cup .slashes-right {
  transform: rotate(180deg);
}

.tab10-world-cup .panel-layout {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100%;
  min-width: 0;
}

.tab10-world-cup .transfer-layout {
  margin-top: 0;
}

.tab10-world-cup .angle-panel {
  --cut-start-x: 99px;
  --cut-start-y: 60px;
  --cut-end-x: 66px;
  --cut-end-y: 60px;
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  min-width: 0;
  overflow: visible;
  background: transparent;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.08));
  clip-path: none;
}
@media (max-width: 1490px) {
  .tab10-world-cup .angle-panel {
    --cut-start-x: 50px;
    --cut-start-y: 50px;
  }
}

@media (max-width: 1490px) {
  .tab10-world-cup .angle-panel {
    filter: none;
  }
}

.tab10-world-cup .angle-panel::before,
.tab10-world-cup .angle-panel::after {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
}

.tab10-world-cup .angle-panel::before {
  inset: 0;
  z-index: 0;
  background: #d6f2d2;
}

.tab10-world-cup .panel-emergency::before,
.tab10-world-cup .panel-emergency::after {
  clip-path: polygon(var(--cut-start-x) 0, 100% 0, 100% calc(100% - var(--cut-end-y)), calc(100% - var(--cut-end-x)) 100%, 0 100%, 0 var(--cut-start-y));
}

.tab10-world-cup .panel-emergency::after {
  inset: 7px 0 0 9px;
  z-index: 1;
  background: #fbfffb;
}

.tab10-world-cup .panel-inner {
  position: relative;
  z-index: 3;
  display: flex;
  width: 100%;
  min-width: 0;
}

.tab10-world-cup .emergency-inner {
  align-items: flex-start;
  justify-content: space-between;
}

.tab10-world-cup .bullet-list {
  display: grid;
  gap: 16px;
  max-width: 76%;
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 50.5px;
  padding-bottom: 49.5px;
  padding-left: 64px;
  padding-bottom: 50px;
  flex-shrink: 0;
}

@media (max-width: 1490px) {
  .tab10-world-cup .bullet-list {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 28px;
  }
}

.tab10-world-cup .bullet-list li,
.tab10-world-cup .transfer-copy {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  font-size: 32px;
  font-weight: 400;
  line-height: 48px;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.tab10-world-cup .bullet-list span,
.tab10-world-cup .transfer-copy span {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.tab10-world-cup .check {
  width: 40px;
  height: 40px;
  /* margin-top: 8px; */
}

.tab10-world-cup .phone-emergency {
  margin-top: -74px;
  margin-bottom: -4px;
  margin-right: -26px;
  align-self: center;
  flex-shrink: 0;
  display: block;
}
@media (max-width: 1490px) {
  .tab10-world-cup .phone-emergency {
    margin-top: 0px;
    margin-bottom: -104px;
    margin-right: 0px;
  }
}

.tab10-world-cup .phone-transfer {
  margin-top: -174px;
  margin-bottom: -54px;
  margin-left: -26px;
  align-self: center;
  flex-shrink: 0;
  display: block;
}
@media (max-width: 1490px) {
  .tab10-world-cup .phone-transfer {
    order: 2;
    margin-top: 0px;
    margin-bottom: -104px;
    margin-left: 0px;
    margin-right: 0px;
  }
}

.tab10-world-cup .transfer-content {
  flex: 1 1 auto;
  align-self: stretch;
  min-width: 0;
  max-width: 100%;
  /* padding-left: 52px; */
  padding-right: 52px;
}

.tab10-world-cup .tip {
  padding: 16px 24px;
  background: var(--panel-green);
}

.tab10-world-cup .tip-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
}

.tab10-world-cup .tip-head img {
  width: 39px;
  height: 39px;
}

.tab10-world-cup .tip-head strong {
  color: var(--green);
  font-size: 28px;
  line-height: 48px;
}

@media (max-width: 1490px) {
  .tab10-world-cup .tip-head strong {
    font-size: 18px;
  }
}

.tab10-world-cup .tip p {
  width: 100%;
  max-width: 791px;
  margin: 0;
  font-size: 24px;
  line-height: 36px;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.tab10-world-cup .tip b {
  font-weight: 800;
}

.tab10-world-cup .cta-wrap {
  padding: 24px 24px 80px;
  text-align: center;
}

.tab10-world-cup .cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 448px;
  min-height: 103px;
  padding: 40px;
  color: #ffffff;
  font-size: 32px;
  font-weight: 800;
  line-height: 32px;
  text-decoration: none;
  background: #00aa5f;
}

@media (max-width: 1490px) {
  .tab10-world-cup .intro {
    padding-inline: 32px;
  }

  .tab10-world-cup .section-phone-emergency {
    padding-right: 32px;
  }

  .tab10-world-cup .section-phone-transfer {
    padding-left: 32px;
  }

  .tab10-world-cup .intro p {
    font-size: 30px;
    line-height: 44px;
  }

  .tab10-world-cup .panel-layout {
    flex-direction: column;
    min-height: 0;
    margin-top: 0;
  }

  .tab10-world-cup .emergency-inner {
    flex-direction: column;
    gap: 52px;
  }

  .tab10-world-cup .phone-transfer {
    align-self: center;
  }

  .tab10-world-cup .transfer-content {
    padding-left: 30px;
    padding-right: 30px;
    order: 1;
  }

  .tab10-world-cup .bullet-list,
  .tab10-world-cup .transfer-copy,
  .tab10-world-cup .tip {
    max-width: 100%;
  }

  .tab10-world-cup .layout-spacer,
  .tab10-world-cup .panel-inner > .layout-spacer {
    width: auto;
    height: var(--space-sm, var(--space-md, var(--space)));
    flex-basis: auto;
  }
}

@media (max-width: 1490px) {
  .tab10-world-cup .page,
  .tab10-world-cup .section {
    width: 100vw;
    max-width: 100vw;
  }

  .tab10-world-cup .intro p {
    font-size: 24px;
    line-height: 34px;
    word-break: break-all;
  }

  .tab10-world-cup .layout-spacer,
  .tab10-world-cup .panel-inner > .layout-spacer {
    width: auto;
    height: var(--space-sm, var(--space-md, var(--space)));
    flex-basis: auto;
  }

  .tab10-world-cup .section-title {
    font-size: 34px;
    line-height: 44px;
    word-break: break-all;
  }

  .tab10-world-cup .angle-panel {
    width: 100%;
  }

  .tab10-world-cup .angle-panel::after {
    inset: 5px 0 0 5px;
    background: #fbfffb;
  }

  .tab10-world-cup .angle-panel::before {
    background: #d6f2d2;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 calc(100% - 150px), rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(180deg, #000 0%, #000 calc(100% - 150px), rgba(0, 0, 0, 0) 100%);
  }

  .tab10-world-cup .bullet-list li,
  .tab10-world-cup .transfer-copy {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 10px;
    font-size: 19px;
    line-height: 31px;
    word-break: break-all;
  }

  .tab10-world-cup .bullet-list span,
  .tab10-world-cup .transfer-copy span,
  .tab10-world-cup .tip p {
    display: block;
    word-break: break-all;
  }

  .tab10-world-cup .check {
    width: 28px;
    height: 28px;
    margin-top: 4px;
  }

  .tab10-world-cup .tip {
    padding: 14px 16px;
  }

  .tab10-world-cup .tip p {
    width: auto;
    font-size: 18px;
    line-height: 29px;
  }

  .tab10-world-cup .cta {
    min-width: 0;
    width: 100%;
    min-height: 78px;
    padding: 26px;
    font-size: 24px;
  }
}

.tab10-world-cup .angle-panel {
  --cut-x: 99px;
  --cut-y: 60px;
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  min-width: 0;
  overflow: visible;
  background: transparent;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.08));
}

@media (max-width: 1490px) {
  .tab10-world-cup .angle-panel {
    --cut-x: 50px;
    --cut-y: 50px;
  }
}

.tab10-world-cup .angle-panel::before,
.tab10-world-cup .angle-panel::after {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  clip-path: polygon(var(--cut-x) 0, 100% 0, 100% calc(100% - var(--cut-y)), calc(100% - var(--cut-x)) 100%, 0 100%, 0 var(--cut-y));
}

.tab10-world-cup .angle-panel::before {
  top: 0;
  right: 12px;
  bottom: 24px;
  left: 0;
  z-index: 0;
  background: #d6f2d2;
}

.tab10-world-cup .angle-panel::after {
  top: 7px;
  right: 0;
  bottom: 7px;
  left: 9px;
  z-index: 1;
  background: #fbfffb;
}

.tab10-world-cup .angle-panel.is-mirrored::before,
.tab10-world-cup .angle-panel.is-mirrored::after {
  clip-path: polygon(0 0, calc(100% - var(--cut-x)) 0, 100% var(--cut-y), 100% 100%, var(--cut-x) 100%, 0 calc(100% - var(--cut-y)));
  transform: none;
}

.tab10-world-cup .angle-panel.is-mirrored::before {
  right: 0;
  left: 12px;
}

.tab10-world-cup .angle-panel.is-mirrored::after {
  right: 9px;
  left: 0;
}

@media (max-width: 1490px) {
  .tab10-world-cup .angle-panel {
    filter: drop-shadow(4px 0 10px rgba(0, 0, 0, 0.08));
  }

  .tab10-world-cup .angle-panel::after {
    background: #fbfffb;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 calc(100% - 150px), rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(180deg, #000 0%, #000 calc(100% - 150px), rgba(0, 0, 0, 0) 100%);
  }

  .tab10-world-cup .angle-panel::before {
    background: #d6f2d2;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 calc(100% - 150px), rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(180deg, #000 0%, #000 calc(100% - 150px), rgba(0, 0, 0, 0) 100%);
  }
}

.tab10-world-cup #footer .footer_state_area {
  padding-bottom: 20px;
}

.tab10-world-cup #wrap {
  padding-bottom: 0px;
}

/* p77 tab container overrides */
.tab10-world-cup {
  overflow: hidden;
}

.tab10-world-cup .section {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

.tab10-world-cup .section-phone-emergency .emergency-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(300px, 24vw, 397px);
  align-items: center;
  gap: 32px;
}

.tab10-world-cup .section-phone-emergency .bullet-list {
  width: 100%;
  max-width: none;
  min-width: 0;
  flex-shrink: 1;
  padding-right: 0;
}

.tab10-world-cup .section-phone-emergency .phone-emergency {
  width: 100%;
  max-width: 260px;
  margin-top: -74px;
  margin-bottom: -4px;
  margin-right: -24px;
}

.tab10-world-cup .section-phone-transfer .emergency-inner {
  display: grid;
  grid-template-columns: clamp(300px, 24vw, 404px) minmax(0, 1fr);
  align-items: center;
  gap: 32px;
}

.tab10-world-cup .section-phone-transfer .phone-transfer {
  width: 100%;
  max-width: 260px;
  margin-top: -174px;
  margin-bottom: -54px;
  margin-left: -24px;
}

.tab10-world-cup .phone img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media (max-width: 1490px) {
  .tab10-world-cup .page,
  .tab10-world-cup .section {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 1490px) {
  .tab10-world-cup .section-phone-emergency .emergency-inner,
  .tab10-world-cup .section-phone-transfer .emergency-inner {
    display: flex;
    flex-direction: column;
  }

  .tab10-world-cup .section-phone-transfer .phone-transfer {
    order: 2;
  }

  .tab10-world-cup .section-phone-emergency .phone-emergency,
  .tab10-world-cup .section-phone-transfer .phone-transfer {
    margin: 0;
  }
}

/* p77 tab flexbox layout overrides */
.tab10-world-cup .section-phone-emergency .emergency-inner,
.tab10-world-cup .section-phone-transfer .emergency-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  /* gap: clamp(24px, 3vw, 56px); */
}

.tab10-world-cup .section-phone-emergency .bullet-list,
.tab10-world-cup .section-phone-transfer .transfer-content {
  box-sizing: border-box;
  flex: 1 1 0;
  min-width: 0;
  max-width: none;
}

.tab10-world-cup .section-phone-emergency .bullet-list {
  padding-right: 0;
}

.tab10-world-cup .section-phone-emergency .bullet-list li,
.tab10-world-cup .section-phone-transfer .transfer-copy {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  white-space: normal !important;
}

.tab10-world-cup .section-phone-emergency .bullet-list span,
.tab10-world-cup .section-phone-transfer .transfer-copy span,
.tab10-world-cup .section-phone-transfer .tip p {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  white-space: normal !important;
  overflow-wrap: break-word;
  word-break: normal;
}

.tab10-world-cup .section-phone-transfer .tip {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 1280px) {
  .tab10-world-cup .section-phone-emergency .bullet-list li,
  .tab10-world-cup .section-phone-transfer .transfer-copy {
    font-size: 26px;
    line-height: 40px;
  }
}

@media (max-width: 1490px) {
  .tab10-world-cup .section-phone-emergency .emergency-inner,
  .tab10-world-cup .section-phone-transfer .emergency-inner {
    flex-direction: column;
  }

  .tab10-world-cup .section-phone-emergency .phone-emergency,
  .tab10-world-cup .section-phone-transfer .phone-transfer {
    flex-basis: auto;
    width: min(404px, 78vw);
    max-width: 260px;
    margin: 0;
  }

  .tab10-world-cup .section-phone-emergency .bullet-list,
  .tab10-world-cup .section-phone-transfer .transfer-content {
    flex-basis: auto;
    width: 100%;
    max-width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .tab10-world-cup .section-phone-transfer .phone-transfer {
    order: 2;
  }
}

/* Match p77 tab typography while keeping World Cup colors. */
.tab10-world-cup .intro p,
.tab10-world-cup .section-phone-emergency .bullet-list li,
.tab10-world-cup .section-phone-transfer .transfer-copy,
.tab10-world-cup .section-phone-transfer .tip p {
  font-family: inherit;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0;
}

.tab10-world-cup .section-title {
  font-family: inherit;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 0;
}

.tab10-world-cup .section-title span {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.tab10-world-cup .heading-emergency-en {
  align-items: flex-start;
  gap: 12px;
}

.tab10-world-cup .heading-emergency-en .section-title {
  text-align: left;
}

.tab10-world-cup .heading-emergency-en .slashes-left {
  margin-top: 8px;
}

.tab10-world-cup .heading-transfer-en .section-title {
  text-align: left;
}

.tab10-world-cup .section-title .title-highlight {
  color: var(--bright-green);
}

.tab10-world-cup .section-title .title-rest {
  color: var(--green);
}

.tab10-world-cup .mobile-title-break {
  display: none;
}

.tab10-world-cup .slashes-mobile-inline {
  display: inline-block;
}

.tab10-world-cup .slashes-desktop {
  display: none;
}

.tab10-world-cup .heading-transfer-en .slashes-mobile-inline {
  width: 72.86px;
  height: 16.57px;
  margin-top: 0;
  margin-left: 10px;
  vertical-align: 0.05em;
}

@media (min-width: 1490px) {
  .tab10-world-cup .heading-emergency-en {
    align-items: center;
    gap: 24px;
  }

  .tab10-world-cup .heading-emergency-en .section-title {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .tab10-world-cup .mobile-title-break {
    display: block;
  }

  .tab10-world-cup .mobile-title-space {
    display: none;
  }
}

.tab10-world-cup .section-phone-transfer .tip-head strong {
  font-family: inherit;
  font-size: 22px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0;
}

@media (max-width: 1490px) {
  .tab10-world-cup .intro p,
  .tab10-world-cup .section-phone-emergency .bullet-list li,
  .tab10-world-cup .section-phone-transfer .transfer-copy,
  .tab10-world-cup .section-phone-transfer .tip p {
    font-size: 22px;
    line-height: 34px;
  }

  .tab10-world-cup .section-title {
    line-height: 42px;
  }
}

/* Restore the source mobile fadeout after p77 overrides. */
@media (max-width: 1490px) {
  .tab10-world-cup .angle-panel::before,
  .tab10-world-cup .angle-panel::after {
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 calc(100% - 150px), rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(180deg, #000 0%, #000 calc(100% - 150px), rgba(0, 0, 0, 0) 100%);
  }
}

.tab-content-banner-desc {
  margin-bottom: 0px;
}

.en .app-box__title-txt {
  font-size: 36px;
}

@media (max-width: 760px) {
  .en .app-box__title-txt {
    font-size: 24px;
  }
}
