/* 知行家学 · 苹果商务页「有 Mac 都好办」完整 CSS 照抄（只换宿主，值不改） */
/* === 令牌（_apple.css）=== */
:root{--sk-body-text-color:rgb(29,29,31);--sk-headline-text-color:rgb(29,29,31);--sk-body-background-color:rgb(255,255,255);--sk-body-font-stack:text;--sk-default-stacked-margin:0.4em;--sk-paragraph-plus-element-margin:0.8em;--sk-headline-plus-first-element-margin:0.8em;--sk-headline-plus-headline-margin:0.4em;--sk-paragraph-plus-headline-margin:1.6em}
:root{--corner-radius:28px;--tile-card-gutter:20px}

/* === main.built.css === */
﻿/* =============================================================================
   main.built.css â Mac Does That æ­£å¼é¡µï¼index / index4 / index5ï¼
   æ­ç¹ï¼S â¤734px Â· M 735â1068px Â· L â¥1069px Â· XL â¥1441pxï¼trade-cardï¼
   =============================================================================
   1. åºç¡ï¼bodyï¼
   2. å¨å± â å­é / å¤§å¡ / æå­æº / Welcome Hero
   3. .trade-card ç»ä»¶
   4. #hero
   5. #china-business-case
   6. .section-resources Â· .section-select
   7. åå®¹åå¯¹é½ï¼FAQ / èµæº / æºå / get-in-touchï¼
   8. .section-faq
   9. #get-in-touch
   ============================================================================= */

/* ===== 1. åºç¡ ===== */
body {
    background-color: #ffffff;
    color: #1d1d1f;
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* ===== 2. å¨å± ===== */

.section-resources .card-small-headline {
  max-width: 18ch;
}
.card-big-headline {
  font-weight: 600 !important;
}
.section-computer .headline {
  font-weight: 600 !important;
}
.section-get-started .headline {
  font-weight: 600 !important;
}
.section-select .section-header-headline {
  font-weight: 600 !important;
}
.card-small-headline {
  font-weight: 600 !important;
}
.section-welcome {
  padding-bottom: 0px;
}
.section-select .product-tile-product-id {
  margin-bottom: 0px;
}
.product-tile-headline.height {
  height: 70px;
}
.product-tile-headline.height-1 {
  margin-top: 25px;
}

/*
 * section-select äº§åå¡ï¼overview é»è®¤ image-link è¡ min-height å  gallery èå¼ï¼
 * ä¸å¾ç align-self:flex-end è´´è¡åºï¼å¯¼è´ tabâé»è²äº§åå¾é¡¶é¨é´è·å¨å tab / åå¡ä¹é´ä¸ä¸è´ã
 * ä¸ãææäº§åã(gallery-0) é»è®¤è½¨é«å¯¹é½ï¼å¹¶è®©å¾çè´´è¡é¡¶ã
 */
.section-select .product-tile .product-tile-image-link {
  align-self: start !important;
}

.section-select .product-tile-set .product-tile.has-image-link-row .product-tile-header,
.section-select .gallery-gallery-1 .product-tile-header,
.section-select .gallery-gallery-2 .product-tile-header {
  --image-link-row: minmax(calc(max(302px, 263px) + var(--image-link-margin)), max-content);
}

.section-select .product-tile.has-badge-row.has-headline-row.has-subheading-row {
  --badge-height: 20px !important;
  --headline-height: 70px !important;
  --subheading-height: 21px !important;
}

.section-select .product-tile.has-badge-row.has-headline-row:not(.has-subheading-row) {
  --badge-height: 20px !important;
  --headline-height: 70px !important;
  --subheading-height: 0px !important;
}

.section-select .product-tile.has-headline-row.has-subheading-row:not(.has-badge-row) {
  --badge-height: 0px !important;
  --headline-height: 70px !important;
  --subheading-height: 21px !important;
}

/* ææäº§å Â· Studio Display / XDRï¼å ä½ subheading åä¸è¡é«å¯¹é½ï¼è§è§éè */
.section-select .gallery-gallery-0 .product-tile-product-studiodisplay .product-tile-subheading,
.section-select .gallery-gallery-0 .product-tile-product-studiodisplayxdr .product-tile-subheading {
  visibility: hidden;
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.product-tile-headline.height {
  		height: 61px;
	}

  .section-select .product-tile-set .product-tile.has-image-link-row .product-tile-header,
  .section-select .gallery-gallery-1 .product-tile-header,
  .section-select .gallery-gallery-2 .product-tile-header {
    --image-link-row: minmax(calc(max(280px, 255px) + var(--image-link-margin)), max-content);
  }

  .section-select .product-tile.has-badge-row.has-headline-row.has-subheading-row,
  .section-select .product-tile.has-badge-row.has-headline-row:not(.has-subheading-row),
  .section-select .product-tile.has-headline-row.has-subheading-row:not(.has-badge-row) {
    --headline-height: 61px !important;
  }
}

@media only screen and (max-width: 1068px) {
  /* S/M ç«¯ Â· ææäº§åï¼äº§åå¾âä¸æ¹åå®¹ 36px */
  .section-select .product-tile-set .product-tile {
    --image-link-margin: 36px;
  }

  .section-select .product-tile-set .product-tile.has-image-link-row .product-tile-header {
    --image-link-row: auto !important;
  }

  .section-select .product-tile-set .product-tile-image-link {
    margin-bottom: 0 !important;
  }

  .section-select .product-tile-set .product-tile-image-wrapper {
    margin-bottom: 36px;
  }

  /* S/M ç«¯ Â· æ¾ç¤ºå¨ tabï¼äº§åå¾âæ é¢ 36pxï¼æ è²åï¼ */
  .section-select .gallery-gallery-3 .product-tile-set .product-tile,
  .section-select #scroll-gallery-gallery-3 .product-tile {
    --image-link-margin: 36px;
  }

  .section-select .gallery-gallery-3 .product-tile-set .product-tile.has-image-link-row .product-tile-header,
  .section-select #scroll-gallery-gallery-3 .product-tile.has-image-link-row .product-tile-header {
    --image-link-row: auto !important;
    --swatches-row: 0 !important;
  }

  .section-select .gallery-gallery-3 .product-tile-set .product-tile-image-link,
  .section-select #scroll-gallery-gallery-3 .product-tile-image-link {
    margin-bottom: 0 !important;
  }

  .section-select .gallery-gallery-3 .product-tile-set .product-tile-image-wrapper,
  .section-select #scroll-gallery-gallery-3 .product-tile-image-wrapper {
    margin-bottom: 36px !important;
  }
}

@media only screen and (min-width: 1069px) {
  /* L ç«¯ Â· ææäº§åï¼äº§åå¾âä¸æ¹åå®¹ 40px */
  .section-select .product-tile-set .product-tile {
    --image-link-margin: 40px;
  }

  .section-select .product-tile-set .product-tile.has-image-link-row .product-tile-header {
    --image-link-row: auto !important;
  }

  .section-select .product-tile-set .product-tile-image-link {
    margin-bottom: 0 !important;
  }

  .section-select .product-tile-set .product-tile-image-wrapper {
    margin-bottom: 40px;
  }

  /* L ç«¯ Â· æ¾ç¤ºå¨ tabï¼äº§åå¾âæ é¢ 40pxï¼æ è²åï¼ */
  .section-select .gallery-gallery-3 .product-tile-set .product-tile,
  .section-select #scroll-gallery-gallery-3 .product-tile {
    --image-link-margin: 40px;
  }

  .section-select .gallery-gallery-3 .product-tile-set .product-tile.has-image-link-row .product-tile-header,
  .section-select #scroll-gallery-gallery-3 .product-tile.has-image-link-row .product-tile-header {
    --image-link-row: auto !important;
    --swatches-row: 0 !important;
  }

  .section-select .gallery-gallery-3 .product-tile-set .product-tile-image-link,
  .section-select #scroll-gallery-gallery-3 .product-tile-image-link {
    margin-bottom: 0 !important;
  }

  .section-select .gallery-gallery-3 .product-tile-set .product-tile-image-wrapper,
  .section-select #scroll-gallery-gallery-3 .product-tile-image-wrapper {
    margin-bottom: 40px !important;
  }
}

@media only screen and (max-width: 734px) {
	.product-tile-headline.height {
  		height: 51px;
	}

  .section-select .gallery-gallery-1 .product-tile-header,
  .section-select .gallery-gallery-2 .product-tile-header {
    --image-link-row: minmax(calc(max(203px, 175px) + var(--image-link-margin)), max-content);
  }

  .section-select .product-tile.has-badge-row.has-headline-row.has-subheading-row,
  .section-select .product-tile.has-badge-row.has-headline-row:not(.has-subheading-row),
  .section-select .product-tile.has-headline-row.has-subheading-row:not(.has-badge-row) {
    --headline-height: 51px !important;
  }
}


.typewriter-container-cursor {
  display: inline-block;
  width: 3px;
  height: 1em;
  background-color: #03ff00;
  vertical-align: text-bottom;
  margin-left: 1px;
  animation: blink 0.8s step-end infinite;
}

@keyframes blink {
  from,
  to {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.typewriter-container-cursor.fade-out {
  animation:
    blink2 0.8s step-end 2,
    fadeOut 0.3s ease forwards 1.6s;
}
@keyframes blink2 {
  from,
  to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.section-welcome .hero-container .hero-copy {
  margin-block-end: 0;
}
.overview-welcome-hero-logo {
    transform: translateY(0);
    margin-inline-end: 0px;
}

.overview-welcome-hero-logo img {
    display: block;
    height: auto;
    width: auto;
}

@media (min-width: 1069px) {
    .section-welcome .hero-container .overview-welcome-hero-logo img {
        height: 53px;
        width: 42px;
    }
}

@media (min-width: 735px) and (max-width: 1068px) {
    .section-welcome .hero-container .overview-welcome-hero-logo img {
        height: 44px;
        width: 36px;
    }
}

@media (max-width: 734px) {
    .section-welcome .hero-container .overview-welcome-hero-logo img {
        height: 38px;
        width: 31px;
    }
}

.section-welcome .hero-container .overview-welcome-hero-logo {
    --p-width: 42px;
    --p-height: 62px
}

@media (min-width: 735px) and (max-width: 1068px) {
    .section-welcome .hero-container .overview-welcome-hero-logo {
        --p-width: 34px;
        --p-height:44px
    }
}

@media (max-width: 734px) {
    .section-welcome .hero-container .overview-welcome-hero-logo {
        --p-width: 34px;
        --p-height:39px
    }
}

.card-big .card-big-copy + .card-big-trigger .card-big-icon,
.card-big .card-big-headline + .card-big-trigger .card-big-icon {
  --trigger-offset-block: 20px;
}
@media screen and (max-width: 734px) {
  .card-big .card-big-copy + .card-big-trigger .card-big-icon,
  .card-big .card-big-headline + .card-big-trigger .card-big-icon {
    --trigger-offset-block: 14px;
  }
  .card-big-savings.card-big {
    padding-inline-end: 32px;
  }
  .section-welcome .hero-container .overview-welcome-hero-logo {
    margin-inline-end: 4px;
  }
  #text-display {
    white-space: nowrap;
  }
  .max-width-s {
    max-width: var(--max-width-s);
  }
  .card-big-security .icon-privacy-lock {
    width: 18px;
    height: 24px;
    top: 2px;
    left: 3px;
  }
}


/* ===== 3. .trade-card ===== */

/* --- 3.1 åºç¡ --- */
.trade-card {
    align-self: flex-start;
    background-color: #f5f5f7;
    border-radius: 28px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* --- 3.2 å¾çåº --- */
.trade-card .trade-card-image-wrapper {
    height: 630px;
    overflow: hidden;
    position: relative;
}

.trade-card .trade-card-image {
    display: block;
    height: 100%;
    width: 100%;
}

.trade-card .trade-card-image-overlay {
    align-items: flex-start;
    bottom: 0;
    display: flex;
    left: 0;
    padding: 85px 0 0 80px;
    position: absolute;
    right: 0;
    top: 0;
}

.trade-card .trade-card-image-overlay.trade-flex-end {
    align-items: flex-end;
    padding: 0px 0 85px 80px;
}

.trade-card .trade-card-image-overlay .trade-card-label {
    color: #f5f5f7;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 14px;
}

.trade-card .trade-card-image-overlay .trade-card-title {
    color: #ffffff;
    font-size: 48px;
    font-weight: 600;
    line-height: 52px;
    font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* æµ·é©¬ä½ / FLIPOSï¼äº®èæ¯ä¸ä¸»æ é¢è½»é´å½±æå¯è¯»æ§ */
#china-business-case.major-gallery--trade #industry-consumer-service .trade-card-image-overlay .trade-card-title,
#china-business-case.major-gallery--trade #industry-professional-service .trade-card-image-overlay .trade-card-title {
    text-shadow:
        0 1px 3px rgba(0, 0, 0, 0.22),
        0 4px 10px rgba(0, 0, 0, 0.12);
}

/* --- 3.3 æ­£æåº --- */
.trade-card .trade-card-text-grid {
    background-color: #f5f5f7;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 32px;
    padding: 75px 80px;
}

.trade-card .trade-card-text-grid .trade-card-text-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.trade-card .trade-card-text-grid .trade-card-text-block:first-child {
    flex: 1;
    text-align: left;
}

.trade-card .trade-card-text-grid .trade-card-text-block:nth-child(2) {
    flex: 1;
}

.trade-card .trade-card-text-grid .trade-card-text-block:first-child p,
.trade-card .trade-card-text-grid .trade-card-text-block p {
    font-size: 17px;
}

.trade-card .trade-card-text-grid .trade-card-text-block:first-child p {
    color: #6e6e73;
    font-size: 19px;
    font-weight: 600;
    line-height: 23px;
    margin: 0;
}

.trade-card .trade-card-text-grid .trade-card-text-block .trade-height {
    color: #1d1d1f;
}

/* --- 3.4 ææ åº --- */
.trade-card .trade-card-text-grid .trade-card-text-block.trade-card-stat-block {
    display: flex;
    flex-direction: row;
    gap: 38px;
    justify-content: flex-end;
    text-align: left;
}

.trade-card .trade-card-stat-item {
    display: flex;
    flex-direction: column;
}

.trade-card .trade-card-stat-label {
    color: #6e6e73;
    font-size: 17px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 8px;
}

.trade-card .trade-card-stat-value {
    align-items: baseline;
    color: #1d1d1f;
    display: flex;
    font-size: 72px;
    font-weight: 600;
    gap: 4px;
    justify-content: flex-start;
    letter-spacing: 0;
    line-height: 72px;
    white-space: nowrap;
}

/* æ°å­ spanï¼Display + è´å­è·ï¼é¿å 3000 / 30000 è¿æ£ */
.trade-card .trade-card-stat-value > span:not(.trade-card-stat-unit) {
    font-family: SF Pro Display, SF Pro SC, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: -0.02em;
}

.trade-card .trade-card-stat-unit {
    color: #1d1d1f;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -0.015em;
    line-height: 44px;
}

/* --- 3.5 ååºå¼ Â· XLï¼â¥1441pxï¼--- */
@media (min-width: 1441px) {
    .section-header {
        max-width: 1200px;
    }

    .section-header h2 {
        font-size: 48px;
    }

    .section-header p {
        font-size: 21px;
    }

    .typography-tab-wrapper {
        max-width: 1200px;
    }

    .trade-tabs-panels {
        max-width: 1220px;
        padding-top: 53px;
    }

    .trade-card .trade-card-text-grid {
        gap: 40px;
        padding: 75px 80px;
    }
    
}

/* --- 3.6 ååºå¼ Â· Mï¼735â1068pxï¼--- */
@media only screen and (min-width: 735px) and (max-width: 1068px) {

    .trade-card .trade-card-image-overlay {
        padding: 70px 0 0 55px;
    }
    .trade-card .trade-card-image-overlay.trade-flex-end {
   		padding: 0px 0 70px 55px;
	}
    .trade-card .trade-card-image-wrapper {
        height: 530px;
    }

    .trade-card .trade-card-text-grid {
        padding: 60px 55px;
    }

    .trade-card .trade-card-text-grid .trade-card-text-block:first-child p {
        font-size: 17px;
        line-height: 21px;
    }

    .trade-card .trade-card-stat-value {
        font-size: 48px;
        line-height: 52px;
    }

    .trade-card .trade-card-stat-value > span:not(.trade-card-stat-unit) {
        letter-spacing: -0.022em;
    }

    .trade-card .trade-card-stat-unit {
        font-size: 28px;
        line-height: 32px;
    }
}

/* --- 3.7 ååºå¼ Â· Sï¼â¤734pxï¼--- */
@media (max-width: 734px) {
    .trade-gallery {
        margin: 0 auto;
        max-width: 400px;
    }

    .typography-tab-wrapper {
        color: #ffffff;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        max-width: 100%;
    }

    .typography-tab-scroll {
        padding: 4px;
    }

    .typography-tab-item {
        font-size: 14px;
        padding: 9px 16px;
    }

    .trade-tabs-panels {
        padding-top: 31px;
    }

    .trade-card {
        min-width: 100%;
    }

    .trade-card .trade-card-image-wrapper {
        height: 400px;
    }

    .trade-card .trade-card-image-overlay {
        align-items: flex-end;
        padding: 0 0 44px 35px;
    }

    .trade-card .trade-card-image-overlay .trade-card-label {
        font-size: 19px;
        line-height: 23px;
    }

    .trade-card .trade-card-image-overlay .trade-card-title {
        font-size: 32px;
        line-height: 36px;
    }

    /* Sï¼ä»ç¬¬ 1ã4 å¼ æ¡ä¾æ é¢åæ¶ <br>ï¼ç¬¬ 2ã3 å¼ ä¿çæ¢è¡ */
    #industry-culture .trade-card-title br,
    #industry-professional-service .trade-card-title br {
        display: none;
    }

    /* Sï¼æ±ªæ°ç®å½± / FLIPOS å°æ é¢å å¨äº®é¨ç»é¢ä¸ï¼åä¸å åéæé´å½±æå¯è¯»æ§ */
    #china-business-case.major-gallery--trade #industry-culture .trade-card-label,
    #china-business-case.major-gallery--trade #industry-professional-service .trade-card-label {
        text-shadow:
            0 2px 4px rgba(0, 0, 0, 0.55),
            0 6px 18px rgba(0, 0, 0, 0.4);
    }
    .trade-card .trade-card-text-grid .trade-card-text-block:first-child,
    .trade-card .trade-card-text-grid .trade-card-text-block:nth-child(2) {
        flex: none;
        text-align: left;
    }

    .trade-card .trade-card-text-grid .trade-card-text-block:first-child p {
        font-size: 17px;
        line-height: 21px;
    }

    .trade-card .trade-card-text-grid .trade-card-text-block p {
        font-size: 15px;
        line-height: 19px;
    }

    .trade-card .trade-card-text-grid .trade-card-text-block.trade-card-stat-block {
        gap: 25px;
        justify-content: center;
    }

    .trade-card .trade-card-text-grid .trade-card-text-block.trade-card-stat-block .trade-card-stat-label {
        font-size: 14px;
        line-height: 20px;
        text-align: left;
        white-space: nowrap;
    }

    .trade-card .trade-card-stat-value {
        font-size: 40px;
        justify-content: flex-start;
        line-height: 44px;
    }

    .trade-card .trade-card-stat-value > span:not(.trade-card-stat-unit) {
        letter-spacing: -0.025em;
    }

    .trade-card .trade-card-stat-unit {
        font-size: 24px;
        line-height: 28px;
    }
}


/* ===== 4. #hero ===== */

#hero.section-welcome {
	padding-block-start: 100px;
}

/* --- 4.1 é´è· Â· Mï¼735â1068pxï¼--- */
@media (min-width: 735px) and (max-width: 1068px) {
    #hero.section-welcome {
        padding-block-start: 120px;
        padding-block-end: 0;
    }

    #hero.section-welcome .hero-container .hero-copy {
        margin-block-start: 60px;
        margin-block-end: 100px;
    }
}

/* --- 4.2 é´è· Â· Lï¼â¥1069pxï¼--- */
@media (min-width: 1069px) {
    #hero.section-welcome .hero-container {
        margin-inline: auto;
        max-width: 1220px;
    }

    #hero.section-welcome .hero-container .hero-copy {
        margin-block-start: 60px;
        margin-block-end: 100px;
    }
}

/* --- 4.3 é´è· Â· Sï¼â¤734pxï¼--- */
@media (max-width: 734px) {
    #hero.section-welcome {
        padding-block-start: 100px;
        padding-block-end: 0;
    }

    #hero.section-welcome .hero-container .hero-copy {
        margin-block-start: 60px;
        margin-block-end: 60px;
    }
}

/* --- 4.4 headline å­å·ï¼L 72 / M 56 / S 48ï¼--- */
@media (min-width: 1069px) {
    #hero.section-welcome .typography-hero-headline {
        font-size: 72px;
        letter-spacing: -0.015em;
        line-height: 1.05;
    }
}

@media (min-width: 735px) and (max-width: 1068px) {
    #hero.section-welcome .typography-hero-headline {
        font-size: 56px;
        letter-spacing: -0.003em;
        line-height: 0.9;
    }
}

/* --- 4.4b headline å¸å± Â· L/M åè¡ï¼åè¿ overview æ¢è¡ï¼--- */
@media (min-width: 735px) {
    #hero.section-welcome .hero-headline-leading,
    #hero.section-welcome .hero-headline-phrase {
        display: inline;
        flex-basis: auto;
    }

    #hero.section-welcome #text-display {
        flex-basis: auto;
        white-space: nowrap;
    }
}

/* --- 4.5 å¸å± Â· Sï¼åå®¹åå®½ãä¸¤è¡æ é¢ï¼--- */
@media (max-width: 734px) {
    #hero.section-welcome .typography-hero-headline {
        font-size: 48px;
        letter-spacing: -0.003em;
        line-height: 1.0834933333;
    }

    #hero.section-welcome {
        --hero-content-width: min(400px, calc(100vw - 40px));
    }

    #hero.section-welcome .hero-container {
        --container-width: var(--hero-content-width);
        --copy-width: var(--hero-content-width);
        box-sizing: border-box;
        margin-inline: auto;
        max-width: var(--hero-content-width);
        overflow-x: clip;
        width: var(--hero-content-width);
    }

    #hero.section-welcome .hero-container .headline-container {
        justify-items: center;
        margin-inline: 0;
        text-align: center;
    }

    #hero.section-welcome .hero-container .headline-container .headline {
        display: block;
        text-align: center;
    }

    #hero.section-welcome .hero-headline-leading,
    #hero.section-welcome .hero-headline-phrase {
        display: block;
    }

    #hero.section-welcome .hero-container .headline-container .headline br.small {
        display: block;
    }

    #hero.section-welcome .hero-headline .hero-mac-gap {
        display: none;
    }

    #hero.section-welcome .hero-container .hero-copy {
        margin-block-end: 60px;
        margin-inline: auto;
        max-width: var(--hero-content-width);
        text-align: center;
    }

    #hero.section-welcome .hero-headline {
        overflow-x: clip;
    }

    #hero.section-welcome #text-display {
        white-space: nowrap;
    }
}


/* ===== 5. #china-business-case ===== */
/* ä» #china-business-caseï¼å¿é #hero / .section-welcome */

/* æ¨ªå card-bigï¼å¯¹é½å®ç½ overview â .current å¨äº® + 0.5s opacity è¿æ¸¡ï¼html.no-staticï¼ */
#business-gallery.scroll-gallery-card-big [data-ac-gallery-item],
#it-gallery.scroll-gallery-card-big [data-ac-gallery-item],
#employees-gallery.scroll-gallery-card-big [data-ac-gallery-item] {
    opacity: 0.2;
}

#business-gallery.scroll-gallery-card-big [data-ac-gallery-item].current,
#it-gallery.scroll-gallery-card-big [data-ac-gallery-item].current,
#employees-gallery.scroll-gallery-card-big [data-ac-gallery-item].current {
    opacity: 1;
}

html.no-static #business-gallery.scroll-gallery-card-big [data-ac-gallery-item],
html.no-static #it-gallery.scroll-gallery-card-big [data-ac-gallery-item],
html.no-static #employees-gallery.scroll-gallery-card-big [data-ac-gallery-item] {
    transition: opacity 0.5s ease;
}

/* --- 5.1 åºååéä¸ç»å»æ æ ¼ --- */
#china-business-case.major-gallery--trade {
    --section-content-width: 1220px;
    /* å¯¹é½ college-studentsï¼S åå®¹å®½ min(400px, 100vw - 40px) */
    --max-width-s: min(400px, calc(100vw - 40px));
    margin-block-start: 0;
    padding-block-end: 80px;
    background-color: #fff;
}

/* tabnav å¨ä¸ï¼è¦ç overview .scroll-gallery-card-big .controls-autoplay-tabnav { order: 2 } */
#china-business-case.major-gallery--trade.section-hero.section-gallery #gallery-china-business-case.scroll-gallery.scroll-gallery-card-big {
    display: grid !important;
    flex-direction: column !important;
    flex-flow: column nowrap !important;
    grid-template-areas: "major-tabnav" "major-content";
    grid-template-rows: auto auto;
    grid-template-columns: minmax(0, 1fr);
    overflow: visible !important;
    margin-block-start: 0;
}

/* M/L å å±æ·¡å¥æ·¡åºï¼å¿ç»§æ¿ overview æ¨ªå scroll-padding */
@media (min-width: 735px) {
    #china-business-case.major-gallery--trade.section-hero.section-gallery #gallery-china-business-case.scroll-gallery.scroll-gallery-card-big {
        --scroll-padding: unset;
    }
}

#china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery.scroll-gallery-card-big > .controls-autoplay-tabnav,
#china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery.scroll-gallery-card-big .controls-autoplay-tabnav {
    grid-area: major-tabnav;
    grid-row: 1;
    order: 0 !important;
    margin-block-start: 0 !important;
    margin-block-end: 42px !important;
}

#china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery.scroll-gallery-card-big > .scroll-container,
#china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery.scroll-gallery-card-big > .item-container {
    grid-area: major-content;
    grid-row: 2;
    order: 1 !important;
    display: grid !important;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    margin: 0 auto !important;
    max-width: 935px;
    width: 87.5vw;
    padding: 0 !important;
    overflow: visible !important;
    visibility: visible !important;
    height: auto !important;
    list-style: none;
}

/* M/Lï¼scroll-container ä»ä½ç»æåè£¹ï¼ä¸åä¸å¸å±ç */
@media (min-width: 735px) {
    #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery.scroll-gallery-card-big > .scroll-container {
        display: contents;
    }
}

/* --- 5.2 Fade å å±ï¼M/L item-containerï¼--- */
/* åæ ¼å æ¾ï¼æ¾éç± Fade.js å inline opacity + z-indexï¼å¿ç¨ opacity !importantï¼ */
#china-business-case.major-gallery--trade #gallery-china-business-case .item-container {
    position: relative;
    isolation: isolate;
}

#china-business-case.major-gallery--trade #gallery-china-business-case .item-container > .apps-gallery-item-productivity,
#china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery.scroll-gallery-card-big .item-container > [data-ac-gallery-item] {
    transition: none !important;
}

#china-business-case.major-gallery--trade #gallery-china-business-case .item-container > .apps-gallery-item-productivity {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    display: block;
    opacity: 0;
    pointer-events: none;
    position: relative;
    z-index: 0;
    will-change: opacity;
}

#china-business-case.major-gallery--trade #gallery-china-business-case .item-container > .apps-gallery-item-productivity.current,
#china-business-case.major-gallery--trade #gallery-china-business-case .item-container > .apps-gallery-item-productivity.is-fade-transitioning {
    pointer-events: auto;
}

/* JS æªå°±ç»ªæ¶ï¼HTML é¦å¼  .current å¯è§ */
#china-business-case.major-gallery--trade #gallery-china-business-case:not(.gallery-ready) .item-container > .apps-gallery-item-productivity.current {
    opacity: 1;
    z-index: 2;
}

/* --- 5.3 ç»å»å trade-card è¦ç --- */
#china-business-case.major-gallery--trade .trade-card {
    width: 100%;
    background-color: #fff;
}

#china-business-case.major-gallery--trade .trade-card-picture,
#china-business-case.major-gallery--trade .trade-card-picture .trade-card-image {
    display: block;
    height: 100%;
    width: 100%;
}

#china-business-case.major-gallery--trade .trade-card-image {
    object-fit: cover;
    object-position: center;
}

/* åä¸ªè¡ä¸ tabï¼åºé¨æ­£æ + ææ è¯´æåä¸º Semibold */
#china-business-case.major-gallery--trade #gallery-china-business-case .item-container .trade-card .trade-card-text-grid .trade-card-text-block p,
#china-business-case.major-gallery--trade #gallery-china-business-case .item-container .trade-card .trade-card-text-grid .trade-card-text-block .trade-height {
    font-weight: 600;
}

#china-business-case.major-gallery--trade #gallery-china-business-case .item-container .trade-card .trade-card-stat-label {
    font-weight: 600;
}

/* --- 5.4 controls-autoplay-tabnavï¼åºç¡ï¼--- */
#china-business-case.major-gallery--trade .controls-autoplay-tabnav {
    --icon-pos-inline: 16px;
    --controls-tabnav-width: min(935px, 85vw);
    --controls-tabnav-padding: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-block-end: 50px;
    margin-inline: auto;
    padding-inline-end: var(--controls-tabnav-padding);
    position: relative;
    width: var(--controls-tabnav-width);
}

/* --- 5.10 ååºå¼ Â· Mï¼735â1068pxï¼--- */
/* æ­£æâtabï¼ç± #hero .hero-copy margin-block-end æ§å¶ï¼#china-business-case ä¸åå å å¤è¾¹è· */
@media (min-width: 735px) and (max-width: 1068px) {
    #china-business-case.major-gallery--trade {
        margin-block-start: 0;
        padding-block-start: 0;
    }
}

@media (min-width: 735px) and (max-width: 1068px) {
    #china-business-case.major-gallery--trade .controls-autoplay-tabnav {
        --controls-tabnav-width: 600px;
        margin-block-end: 0;
    }
}

/* --- 5.9 ååºå¼ Â· Lï¼â¥1069pxï¼--- */
@media (min-width: 1069px) {
    /* æ¡é¢å®½å±ï¼overview å¸¸å¨æ­¤æ­ç¹è®¾ .controls-autoplay-tabnav { order: 2 } + column-reverse */
    #china-business-case.major-gallery--trade.section-hero.section-gallery #gallery-china-business-case.scroll-gallery.scroll-gallery-card-big {
        display: grid !important;
        flex-direction: column !important;
        margin-block-start: 0;
        --scroll-gallery-max-width: 1220px;
    }

    #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery.scroll-gallery-card-big > .controls-autoplay-tabnav,
    #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery.scroll-gallery-card-big .controls-autoplay-tabnav {
        order: 0 !important;
        grid-area: major-tabnav;
        grid-row: 1;
        --controls-tabnav-width: min(1220px, 85vw);
        margin-block-end: 50px;
        width: var(--controls-tabnav-width);
    }

    #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery.scroll-gallery-card-big > .scroll-container,
    #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery.scroll-gallery-card-big > .item-container {
        order: 1 !important;
        grid-area: major-content;
        grid-row: 2;
        max-width: 1220px;
        width: min(1220px, 87.5vw);
    }

    #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery .scroll-gallery-tabnav-wrapper {
        max-width: 1220px;
        width: min(1220px, 85vw);
    }

    #china-business-case.major-gallery--trade .controls-autoplay-tabnav .tabnav,
    #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery .scroll-gallery-tabnav-wrapper .tabnav-platter {
        width: 100%;
    }

    /* L å®½å±ï¼å tab åæå±ç¤ºï¼ä¸æ¾ç¤ºç®­å¤´ */
    #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery .tabnav-paddles,
    .section-select .select-gallery-tabnav .tabnav-paddles,
    .section-select .select-gallery-container > .tabnav .tabnav-paddles {
        display: none;
    }
}

/* --- 5.5 ååºå¼ Â· Sï¼â¤734pxï¼--- */
@media (max-width: 734px) {
    /* é²æ­¢ S é¡µé¢çº§æ¨ªåæ»å¨ï¼Tab åè¡¨ / ç»å»æº¢åºï¼ */
    body.page-mac-does-that {
        overflow-x: clip;
    }

    /* ä¸ #china-business-case åå®½å±ä¸­ï¼å¿ç¨ max-width:100% å²æ overview ç --container-width */
    #china-business-case.major-gallery--trade {
        max-width: 100%;
        overflow-x: clip;
    }

    /* Sï¼å¨è§å£å®½æ¨ªå scroll-snapï¼éå½åå¡ç°æ¾ï¼ä¸ business-gallery ä¸è´ï¼ */
    #china-business-case.major-gallery--trade.section-hero.section-gallery #gallery-china-business-case.scroll-gallery.scroll-gallery-card-big {
        --controls-tabnav-width: var(--max-width-s);
        --gap: 20px;
        --icon-pos-inline: 2px;
        --item-width: var(--max-width-s);
        --scroll-padding: calc(50vw - var(--item-width) / 2) !important;
        justify-items: center;
        max-width: 100%;
        overflow-x: clip !important;
        overflow-y: visible !important;
    }

    #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery.scroll-gallery-card-big > .controls-autoplay-tabnav {
        box-sizing: border-box;
        justify-self: center;
        margin-inline: auto !important;
        max-width: var(--max-width-s) !important;
        min-width: 0;
        padding-inline: 0 !important;
        transform: none !important;
        width: var(--max-width-s) !important;
    }

    #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery.scroll-gallery-card-big.gallery-scroll-mode > .scroll-container {
        -webkit-overflow-scrolling: touch;
        box-sizing: border-box;
        display: block !important;
        grid-template-columns: unset;
        grid-template-rows: unset;
        height: auto !important;
        margin-block-start: 25px;
        margin-inline: calc(50% - 50vw) !important;
        max-width: none !important;
        overflow-x: auto !important;
        overflow-y: visible !important;
        overscroll-behavior-x: contain;
        padding: 0 !important;
        scroll-padding-inline: var(--scroll-padding) !important;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        width: 100vw !important;
    }

    #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery.scroll-gallery-card-big.gallery-scroll-mode > .scroll-container::-webkit-scrollbar {
        display: none;
    }

    #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery.scroll-gallery-card-big.gallery-scroll-mode .item-container {
        box-sizing: border-box;
        display: grid !important;
        gap: var(--gap);
        grid-auto-flow: column;
        isolation: auto;
        margin: 0 !important;
        margin-block-start: 0 !important;
        max-width: none !important;
        overflow: visible !important;
        padding-inline: var(--scroll-padding) !important;
        position: static;
        width: fit-content !important;
    }

    /* S æ¨ªåæ»å¨ï¼éå½åå¡ç°æ¾ï¼ä¸ business-gallery ä¸è´ï¼ */
    #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery.scroll-gallery-card-big.gallery-scroll-mode .item-container > .apps-gallery-item-productivity,
    #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery.scroll-gallery-card-big.gallery-scroll-mode .item-container > [data-ac-gallery-item] {
        display: block;
        flex: none;
        grid-column: auto;
        grid-row: auto;
        min-width: 0;
        opacity: 0.2;
        pointer-events: none;
        scroll-snap-align: start;
        scroll-snap-stop: always;
        width: var(--item-width);
        will-change: opacity;
        z-index: auto;
    }

    #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery.scroll-gallery-card-big.gallery-scroll-mode .item-container > .apps-gallery-item-productivity.current,
    #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery.scroll-gallery-card-big.gallery-scroll-mode .item-container > [data-ac-gallery-item].current {
        opacity: 1;
        pointer-events: auto;
    }

    html.no-static #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery.scroll-gallery-card-big.gallery-scroll-mode .item-container > .apps-gallery-item-productivity,
    html.no-static #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery.scroll-gallery-card-big.gallery-scroll-mode .item-container > [data-ac-gallery-item] {
        transition: opacity 0.5s ease !important;
    }

    html.firefox #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery.scroll-gallery-card-big.gallery-scroll-mode .item-container > .apps-gallery-item-productivity:last-child,
    html.firefox #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery.scroll-gallery-card-big.gallery-scroll-mode .item-container > [data-ac-gallery-item]:last-child {
        scroll-snap-align: start end;
    }

    /* JS æªå°±ç»ªï¼å å± fade å ä½ï¼é¿åæ¨ªåä¸æéªå± */
    #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery.scroll-gallery-card-big:not(.gallery-scroll-mode) > .scroll-container {
        display: contents;
    }

    #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery.scroll-gallery-card-big:not(.gallery-scroll-mode) > .scroll-container,
    #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery.scroll-gallery-card-big:not(.gallery-scroll-mode) > .item-container,
    #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery.scroll-gallery-card-big:not(.gallery-scroll-mode) .item-container {
        box-sizing: border-box;
        display: grid !important;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        isolation: isolate;
        margin: 0 auto !important;
        margin-block-start: 25px;
        max-width: var(--max-width-s) !important;
        overflow: visible !important;
        padding: 0 !important;
        position: relative;
        width: var(--max-width-s) !important;
    }

    #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery.scroll-gallery-card-big:not(.gallery-scroll-mode) .item-container > .apps-gallery-item-productivity,
    #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery.scroll-gallery-card-big:not(.gallery-scroll-mode) .item-container > [data-ac-gallery-item] {
        display: block;
        grid-column: 1;
        grid-row: 1;
        min-width: 0;
        opacity: 0;
        pointer-events: none;
        position: relative;
        width: 100%;
        will-change: opacity;
        z-index: 0;
    }

    #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery.scroll-gallery-card-big:not(.gallery-scroll-mode):not(.gallery-ready) .item-container > .apps-gallery-item-productivity.current,
    #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery.scroll-gallery-card-big:not(.gallery-scroll-mode):not(.gallery-ready) .item-container > [data-ac-gallery-item].current {
        opacity: 1;
        pointer-events: auto;
        z-index: 2;
    }

    #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery.scroll-gallery-card-big:not(.gallery-ready).gallery-scroll-mode .item-container > .apps-gallery-item-productivity:not(.current),
    #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery.scroll-gallery-card-big:not(.gallery-ready).gallery-scroll-mode .item-container > [data-ac-gallery-item]:not(.current) {
        opacity: 0.2;
    }

    #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery.scroll-gallery-card-big .item-container > .apps-gallery-item-productivity .trade-card {
        width: 100%;
    }

    #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery.scroll-gallery-card-big > .controls-autoplay-tabnav {
        align-items: center;
        column-gap: 10px;
        display: flex;
        flex-direction: row;
        height: auto;
        justify-content: center;
        margin-block-end: 0;
        min-height: 0;
        overflow: visible;
        position: sticky;
        top: var(--top-local-bar-height);
        transition: background-color 0.2s ease;
        z-index: 999;
    }

    /* tabnav wrapper é controls åå®½ï¼ä¸ä¸æ¹ business-gallery ä¸è´ï¼ */
    #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery .scroll-gallery-tabnav-wrapper {
        max-width: 100%;
    }

    /* ç°åº pill å å©ä½åå®½ï¼autoplay å¨ pill å¤å³ä¾§ï¼å¿ absolute å å¨ tab åï¼ */
    #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery.scroll-gallery-card-big > .controls-autoplay-tabnav .scroll-gallery-tabnav-wrapper {
        box-sizing: border-box;
        flex: 1 1 0;
        margin-inline: 0;
        max-width: none;
        min-width: 0;
        overflow: hidden;
        width: auto;
    }

    #china-business-case.major-gallery--trade .controls-autoplay-tabnav > .autoplay,
    #gallery-china-business-case .controls-autoplay-tabnav > .autoplay {
        flex: 0 0 36px;
        height: 36px;
        inset-inline-end: auto;
        left: auto;
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        width: 36px;
    }

    html:not([dir=rtl]) #china-business-case.major-gallery--trade .controls-autoplay-tabnav .autoplay,
    html[dir=rtl] #china-business-case.major-gallery--trade .controls-autoplay-tabnav .autoplay {
        left: auto;
        right: auto;
    }

    #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery.scroll-gallery-card-big > .controls-autoplay-tabnav .scroll-gallery-tabnav,
    #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery.scroll-gallery-card-big > .controls-autoplay-tabnav .tabnav {
        box-sizing: border-box;
        margin-inline: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery.scroll-gallery-card-big > .controls-autoplay-tabnav .tabnav-platter {
        background-color: var(--tabnav-platter-background, #e8e8ed);
        border-radius: 980px;
        box-sizing: border-box;
        display: block;
        margin-inline: auto;
        max-width: 100%;
        width: fit-content;
    }

    /* section-selectï¼ç°è½¨å·¦è´´ tabnavï¼å¿å±ä¸­ï¼é¿åé»åºæç¤ºå¨ä¸é¦é¡¹éä½ï¼ */
    .section-select .select-gallery-tabnav .tabnav-platter {
        background-color: var(--tabnav-platter-background, #e8e8ed);
        border-radius: 980px;
        box-sizing: border-box;
        display: block;
        margin-inline: 0;
        max-width: 100%;
        width: 100%;
    }

    /* TabNavPillï¼å¨ mask åå¹³ç§»ï¼å¿è®© ul æå¼é¡µé¢å®½åº¦ */
    #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery .tabnav-items,
    .section-select .select-gallery-tabnav .tabnav-items {
        width: max-content;
    }

    /* S ç¨¿é¢ï¼14pxï¼tab åè¾¹è· 9Ã16.5ï¼platter åç¼© 4pxï¼æ¡ä¾åºï¼ */
    #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery .scroll-gallery-tabnav-wrapper .scroll-gallery-tabnav,
    #china-business-case.major-gallery--trade .controls-autoplay-tabnav .tabnav {
        --tabnav-height: 46px;
        --tabnav-inner-height: 38px;
        --tabnav-item-padding: 16.5px;
        --tabnav-platter-padding: 4px;
        font-size: 14px;
        letter-spacing: -0.016em;
        line-height: 1.4285914286;
    }

    /* section-select Sï¼å°ºå¯¸ä¸ #china-business-case tabnav ä¸è´ï¼38px ç®­å¤´åºï¼é overview 40px/34px å­æ ï¼ */
    .section-select .select-gallery-tabnav .tabnav.tabnav-elevated {
        --tabnav-height: 46px;
        --tabnav-inner-height: 38px;
        --tabnav-item-padding: 16.5px;
        --tabnav-platter-padding: 4px;
        font-size: 14px;
        letter-spacing: -0.016em;
        line-height: 1.4285914286;
    }

    .section-select .select-gallery-tabnav .tabnav .tabnav-paddle {
        height: var(--tabnav-paddle-width);
        width: var(--tabnav-paddle-width) !important;
    }

    .section-select .select-gallery-tabnav .tabnav .tabnav-paddle.tabnav-paddle-left::after,
    .section-select .select-gallery-tabnav .tabnav .tabnav-paddle.tabnav-paddle-right::after {
        display: none;
    }

    .section-select .select-gallery-tabnav .tabnav .tabnav-paddle svg {
        display: block;
        flex-shrink: 0;
    }

    #china-business-case.major-gallery--trade .controls-autoplay-tabnav .tabnav-link,
    #china-business-case.major-gallery--trade .controls-autoplay-tabnav .tabnav-label {
        font-size: 14px;
        line-height: 1.4285914286;
    }

    /* TabNavPill ç¨ transform å¹³ç§»ï¼å¿å¼ overflow-x:autoï¼å¦å keyboard focus ä¼ scrollIntoView é¡¶ä¹±æç¤ºå¨ */
    #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery .scroll-gallery-tabnav-wrapper .tabnav-mask,
    .section-select .select-gallery-tabnav .scroll-gallery-tabnav-wrapper .tabnav-mask {
        overflow: hidden;
        width: 100%;
    }

    #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery .scroll-gallery-tabnav-wrapper .tabnav-mask::-webkit-scrollbar,
    .section-select .select-gallery-tabnav .scroll-gallery-tabnav-wrapper .tabnav-mask::-webkit-scrollbar {
        display: none;
    }

    #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery .scroll-gallery-tabnav-wrapper .tabnav-platter,
    .section-select .select-gallery-tabnav .scroll-gallery-tabnav-wrapper .tabnav-platter {
        overflow: hidden;
    }

    #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery .tabnav-paddles,
    .section-select .select-gallery-tabnav .tabnav-paddles {
        display: flex;
    }

    #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery.scroll-gallery-card-big > .controls-autoplay-tabnav,
    #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery.scroll-gallery-card-big .controls-autoplay-tabnav {
        margin-block-end: 31px !important;
    }

    #china-business-case.major-gallery--trade .trade-card {
        align-self: stretch;
        border-radius: 28px;
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
        height: 100%;
        max-width: 100%;
        min-width: 0;
        overflow: hidden;
    }

    #china-business-case.major-gallery--trade .trade-card-image-wrapper {
        flex: 0 0 auto;
        height: 450px;
    }

    #china-business-case.major-gallery--trade .trade-card-image-overlay {
        align-items: flex-end;
        padding: 0 20px 50px 35px;
    }
    /* Sï¼æ­£æåºå¼¹æ§æå¼ï¼ææ åºè´´åºï¼åè¡å¡çç­é«ï¼stretchï¼ */
    #china-business-case.major-gallery--trade .trade-card-text-grid {
        box-sizing: border-box;
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
        gap: 41px;
        min-height: 0;
        min-width: 0;
        overflow-x: clip;
        padding: 50px 35px;
    }

    #china-business-case.major-gallery--trade .trade-card-text-grid > .trade-card-text-block:first-child {
        align-self: start;
        box-sizing: border-box;
        flex: 1 1 auto;
        max-width: 100%;
        min-width: 0;
    }

    #china-business-case.major-gallery--trade .trade-card-text-grid > .trade-card-text-block:first-child p {
        max-width: 100%;
        min-width: 0;
        overflow-wrap: anywhere;
    }

    #china-business-case.major-gallery--trade .trade-card-text-grid > .trade-card-stat-block {
        align-self: stretch;
        box-sizing: border-box;
        flex: 0 0 auto;
        margin-top: auto;
        max-width: 100%;
        min-width: 0;
    }

    /* S ååï¼åºé¨ä¸¤åç­å®½ææ ï¼é¿åå·¦åæ°å¼æå®½æ¤åå³åæ ç­¾ */
    #china-business-case.major-gallery--trade .trade-card-stat-block {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    #china-business-case.major-gallery--trade .trade-card-stat-item {
        flex: 1 1 0;
        min-width: 0;
    }
    #china-business-case.major-gallery--trade .trade-card-stat-item.consumer-item{
        margin-left: -70px;

    }

    #china-business-case.major-gallery--trade .trade-card-stat-label {
        font-size: 14px;
        line-height: 20px;
        text-align: left;
        white-space: normal;
    }

    #china-business-case.major-gallery--trade .trade-card-stat-value {
        flex-wrap: nowrap;
        font-size: 40px;
        justify-content: flex-start;
        line-height: 44px;
        white-space: nowrap;
    }

    #china-business-case.major-gallery--trade .trade-card-stat-unit {
        font-size: 24px;
        line-height: 28px;
    }

    #china-business-case.major-gallery--trade {
        margin-block-start: 0;
        padding-block-start: 0;
    }

}

/* --- 5.6 TabNavPill / tabnav ä¸ autoplay å¾æ  --- */
html:not([dir=rtl]) #china-business-case.major-gallery--trade .controls-autoplay-tabnav .autoplay {
    right: var(--icon-pos-inline);
}

html[dir=rtl] #china-business-case.major-gallery--trade .controls-autoplay-tabnav .autoplay {
    left: var(--icon-pos-inline);
}

#china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery .tabnav.scroll-gallery-tabnav {
    margin-block-start: 0;
    margin-inline: auto;
    max-width: 100%;
}

/* section-select tabnav å¯¹é½è§ Â§6ï¼M/L/S ä¸æ é¢ååå·¦ç¼ï¼--content-column-insetï¼ */
.section-select .select-gallery-tabnav .scroll-gallery-tabnav.tabnav {
    max-width: 100%;
}

@media (max-width: 734px) {
    #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery .tabnav.scroll-gallery-tabnav {
        margin-inline: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
    }

}

@media (min-width: 1069px) {
    #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery .tabnav.scroll-gallery-tabnav {
        margin-block-start: 0;
    }
}

#china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery .scroll-gallery-tabnav-wrapper {
    max-width: var(--scroll-gallery-max-width, 100%);
}

#china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery .scroll-gallery-tabnav-wrapper .scroll-gallery-tabnav {
    display: block;
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin-bottom: auto;
    margin-top: auto;
    overflow-y: hidden;
    position: relative;
}

@media (min-width: 735px) {
    #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery .scroll-gallery-tabnav-wrapper .scroll-gallery-tabnav,
    .section-select .select-gallery-tabnav .scroll-gallery-tabnav-wrapper .scroll-gallery-tabnav {
        --tabnav-height: 56px;
        font-size: 17px;
        letter-spacing: -0.022em;
        line-height: 1.4705882353;
    }

    #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery .scroll-gallery-tabnav-wrapper .tabnav-platter,
    .section-select .select-gallery-tabnav .scroll-gallery-tabnav-wrapper .tabnav-platter {
        width: fit-content;
    }
}

#china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery .scroll-gallery-tabnav-wrapper .scroll-gallery-tabnav .tabnav-item-active,
.section-select .select-gallery-tabnav .tabnav-item-active {
    pointer-events: none;
}

#china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery .scroll-gallery-tabnav-wrapper .tabnav-platter {
    border: none;
    overflow: hidden;
}

#china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery .scroll-gallery-tabnav-wrapper .tabnav-platter::-webkit-scrollbar {
    display: none;
}

#china-business-case.major-gallery--trade .controls-autoplay-tabnav .tabnav-item,
#china-business-case.major-gallery--trade .controls-autoplay-tabnav .tabnav-items {
    height: 100%;
    margin: 0;
    position: relative;
}

/* TabNavPillï¼æ»å¨é»åºæç¤ºå¨ä¾èµè¿äºåéï¼section-select ç¨ overview .tabnav-elevatedï¼è§ mac äº§åæ¯è¾åºï¼ */
#china-business-case.major-gallery--trade .controls-autoplay-tabnav .tabnav {
    --tabnav-height: 44px;
    --tabnav-inner-height: 36px;
    --tabnav-platter-padding: 4px;
    --tabnav-platter-background: #e8e8ed;
    --tabnav-platter-blur: 20px;
    --tabnav-mask-gradient-width: 22px;
    --tabnav-mask-offset: calc(var(--tabnav-paddle-width) + var(--tabnav-mask-gradient-width));
    --tabnav-mask-animation-name: "";
    --tabnav-mask-active-gradient: var(--tabnav-mask-gradient);
    --tabnav-items-offset: 0px;
    --tabnav-item-padding: 22px;
    --tabnav-item-color: #000;
    --tabnav-item-color-active: #fff;
    --tabnav-paddle-width: var(--tabnav-inner-height);
    --tabnav-paddle-color: rgba(0, 0, 0, 0.56);
    --tabnav-paddle-color-hover: rgba(0, 0, 0, 0.64);
    --tabnav-indicator-background: #1d1d1f;
    --tabnav-indicator-start: var(--tabnav-platter-padding);
    --tabnav-indicator-width: 0px;
    --tabnav-motion-gradient-delay: 280ms;
    --tabnav-mask-gradient: linear-gradient(
        90deg,
        transparent 0,
        transparent var(--tabnav-paddle-width),
        #000 calc(var(--tabnav-paddle-width) + var(--tabnav-mask-gradient-width)),
        #000 calc(100% - var(--tabnav-paddle-width) - var(--tabnav-mask-gradient-width)),
        transparent calc(100% - var(--tabnav-paddle-width)),
        transparent
    );
    --tabnav-background-color: unset;
    box-sizing: border-box;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    max-width: 100%;
    position: relative;
}

/* é»è®¤é»å­ï¼pill ä¸ .current å¨ç¨æ·åæ¢æ¶åæ­¥æ´æ°ï¼åå®¹ panel ä»æ·¡å¥å®æ */
#china-business-case.major-gallery--trade .controls-autoplay-tabnav .tabnav-item .tabnav-link,
#china-business-case.major-gallery--trade .controls-autoplay-tabnav .tabnav-item .tabnav-link .tabnav-label,
.section-select .select-gallery-tabnav .tabnav-item .tabnav-link,
.section-select .select-gallery-tabnav .tabnav-item .tabnav-link .tabnav-label {
    color: var(--tabnav-item-color, #1d1d1f);
    transition: color 0.32s cubic-bezier(0.4, 0, 0.2, 1);
}

#china-business-case.major-gallery--trade .controls-autoplay-tabnav .tabnav-item.tabnav-item-active .tabnav-link:not(.current),
#china-business-case.major-gallery--trade .controls-autoplay-tabnav .tabnav-link[aria-selected="true"]:not(.current),
.section-select .select-gallery-tabnav .tabnav-item.tabnav-item-active .tabnav-link:not(.current),
.section-select .select-gallery-tabnav .tabnav-link[aria-selected="true"]:not(.current) {
    color: var(--tabnav-item-color, #1d1d1f);
}

#china-business-case.major-gallery--trade .controls-autoplay-tabnav .tabnav-item.tabnav-item-active .tabnav-link.current,
#china-business-case.major-gallery--trade .controls-autoplay-tabnav .tabnav-link.current,
#china-business-case.major-gallery--trade .controls-autoplay-tabnav .tabnav-link.current .tabnav-label,
.section-select .select-gallery-tabnav .tabnav-item.tabnav-item-active .tabnav-link.current,
.section-select .select-gallery-tabnav .tabnav-link.current,
.section-select .select-gallery-tabnav .tabnav-link.current .tabnav-label {
    color: var(--tabnav-item-color-active, #fff);
}

/* JS æªå°±ç»ªï¼HTML é¦é¡¹ aria-selected + é»åº pill */
#china-business-case.major-gallery--trade #gallery-china-business-case:not(.gallery-ready) .controls-autoplay-tabnav .tabnav-link[aria-selected="true"] {
    color: var(--tabnav-item-color-active, #fff);
}

@media (min-width: 735px) {
    #china-business-case.major-gallery--trade .controls-autoplay-tabnav .tabnav {
        font-size: 17px;
        letter-spacing: -0.022em;
        line-height: 1.4705882353;
        width: fit-content;
    }

    .section-select .select-gallery-tabnav .tabnav.tabnav-elevated {
        font-size: 17px;
        letter-spacing: -0.022em;
        line-height: 1.4705882353;
        width: 100%;
    }
}


/* ä¸ overview scroll-gallery ä¸è´ï¼æµç°åé® + æ·±è² chevron */
#china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery .scroll-gallery-tabnav-wrapper .tabnav-paddle,
.section-select .select-gallery-tabnav .tabnav-paddle {
    background: #e8e8ed;
    color: var(--tabnav-paddle-color, rgba(0, 0, 0, 0.56));
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.15s ease-out;
}

#china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery .scroll-gallery-tabnav-wrapper .tabnav-paddle:hover:not(:disabled),
.section-select .select-gallery-tabnav .tabnav-paddle:hover:not(:disabled) {
    color: var(--tabnav-paddle-color-hover, rgba(0, 0, 0, 0.64));
}

/* TabNavPill ç¨ .tabnav-paddle-hiddenï¼å¿ç¨ HTML ä¸ç disabled éèç®­å¤´ */
#china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery .scroll-gallery-tabnav-wrapper .tabnav-paddle.tabnav-paddle-hidden,
.section-select .select-gallery-tabnav .tabnav-paddle.tabnav-paddle-hidden {
    opacity: 0;
    pointer-events: none;
}

#china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery .tabnav.with-paddles .tabnav-paddles,
.section-select .select-gallery-tabnav .tabnav.with-paddles .tabnav-paddles {
    display: flex;
}

/* --- 5.7 sticky tabnav --- */
#china-business-case.major-gallery--trade .controls-autoplay-tabnav.sticky {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: transparent;
    box-shadow: none;
}

@media (max-width: 734px) {
    #china-business-case.major-gallery--trade .controls-autoplay-tabnav.sticky {
        width: 100%;
    }

    #china-business-case.major-gallery--trade .controls-autoplay-tabnav.sticky .scroll-gallery-tabnav-wrapper {
        margin-inline: auto;
    }

    #china-business-case.major-gallery--trade .controls-autoplay-tabnav.sticky .tabnav-platter {
        margin: 0px 0 0;
    }

    /* sticky åºæ  1px é´å½±å¨ S ä¸æè¢«çæ tab ä¸æ¹å¤ä¸æ ¹çº¿ */
    #china-business-case.major-gallery--trade .controls-autoplay-tabnav.sticky {
        box-shadow: none;
    }

    /*
     * å¸é¡¶ + ç¦ç¨ï¼overview å¯¹æ´é® opacity:.5ï¼éå¸é¡¶æ¶æµåºåºå®ææ­£å¸¸ï¼å¸é¡¶æ¶ hero ä¼éåºã
     * è¡¬åç­å¤§å°çº¯è²ååºï¼é¡µåºè²ï¼ï¼opacity ä»å å¨ .svg ä¸ï¼ä¸éå¸é¡¶ç¦ç¨è§æä¸è´ã
     */
    #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery.scroll-gallery-card-big > .controls-autoplay-tabnav.sticky > .autoplay:disabled,
    #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery.scroll-gallery-card-big > .controls-autoplay-tabnav.sticky > .autoplay[disabled] {
        position: relative;
        isolation: isolate;
        opacity: 1;
        background-color: transparent;
    }

    #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery.scroll-gallery-card-big > .controls-autoplay-tabnav.sticky > .autoplay:disabled::before,
    #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery.scroll-gallery-card-big > .controls-autoplay-tabnav.sticky > .autoplay[disabled]::before {
        background-color: var(--sk-body-background-color, #fff);
        border-radius: 50%;
        content: "";
        inset: 0;
        position: absolute;
        z-index: 0;
    }

    #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery.scroll-gallery-card-big > .controls-autoplay-tabnav.sticky > .autoplay:disabled .svg,
    #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery.scroll-gallery-card-big > .controls-autoplay-tabnav.sticky > .autoplay[disabled] .svg {
        opacity: 0.5;
        position: relative;
        z-index: 1;
    }
}

/* --- 5.8 åºå section-gallery é´è· --- */
#china-business-case.major-gallery--trade.section-gallery {
    padding-top: 0px;
    padding-bottom: 180px;
}

@media (max-width: 1068px) {
    #china-business-case.major-gallery--trade.section-hero #gallery-china-business-case.scroll-gallery {
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery .scroll-gallery-tabnav-wrapper .tabnav-platter {
        width: 100%;
    }

    /* section-selectï¼éºæ»¡ wrapperï¼é¿å Android fit-content å®½åº¦ä¸º 0 */
    .section-select .select-gallery-tabnav .scroll-gallery-tabnav-wrapper .tabnav-platter {
        margin-inline: 0;
        max-width: 100%;
        width: 100%;
    }

    #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery .tabnav.with-paddles .tabnav-mask,
    .section-select .select-gallery-tabnav .tabnav.with-paddles .tabnav-mask {
        overflow: hidden;
    }
 
    #china-business-case.major-gallery--trade.section-gallery {
		padding-bottom: 160px;
	}
}

@media (max-width: 734px) {
    /* Safariï¼tabnav-platter å¿äº§ç scrollLeftï¼é¿åé®çæ¢é¡µå pill ä¸æ«é¡¹éä½ */
    html.safari #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery .scroll-gallery-tabnav-wrapper .tabnav-mask,
    html.safari #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery .scroll-gallery-tabnav-wrapper .tabnav-platter,
    html.safari #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery .tabnav-items {
        overflow: hidden;
        scroll-snap-type: none;
    }

    /* æ­£æâ tabï¼60px ä»ç± #hero .hero-copy margin-block-end æ¿æï¼å¿å¨ç»å»é¡¶å å  padding */
    #china-business-case.major-gallery--trade.section-hero #gallery-china-business-case.scroll-gallery.scroll-gallery-card-big {
        padding-top: 0;
    }

    #china-business-case.major-gallery--trade.section-gallery {
        padding-bottom: 100px;
    }
}

#china-business-case.major-gallery--trade.section-gallery .tabnav-link:before,
.section-select .select-gallery-tabnav .tabnav-link:before {
    bottom: 0;
    content: "";
    left: 0;
    /* å¿æ¡ button ç¹å»ï¼iOS Safari å¯¹ ::before + pointer-events:auto è§¦æ¸ä¸å¯é  */
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

/* ===== 6. .section-resources Â· .section-select ===== */

.section-resources {
    padding-block: 80px 107px;
}

.section-select .section-select-content .section-header {
    margin-inline: 0;
    padding-bottom: 0;
    padding-inline: 0;
    width: 100%;
}

.section-select .select-gallery-container {
    box-sizing: border-box;
    margin-inline: 0;
    max-width: none;
    width: 100%;
}

/* é¦å±éé«åº¦åç¦ç¨ height è¿æ¸¡ï¼é¿åä» 0 ç¼å¨ */
.section-select .select-gallery-container .galleries-container:not(.select-gallery-height-ready) {
    height: auto !important;
    min-height: 0;
    transition: none;
}

/* JS æªå°±ç»ªï¼ä»æ¾ç¤º active ç»å»ï¼é¿å absolute å¸å±å¨ Android ä¸çåºå¤§åç©ºç½ */
.section-select .select-gallery-container .galleries-container:not(.select-gallery-height-ready) > .gallery:not(.active) {
    display: none !important;
}

.section-select .select-gallery-container .galleries-container:not(.select-gallery-height-ready) > .gallery.active {
    position: relative !important;
    visibility: visible !important;
}

/* åæ¢æ¶ç¬æ¶æ¹é«åº¦ï¼é¿åä¸ stagger ä¸åæ­¥é æéªä¸ä¸ */
.section-select .select-gallery-container .galleries-container.select-gallery-height-lock {
    transition: none;
}

.section-select .select-gallery-container .galleries-container .scroll-gallery {
    width: 100%;
}

/* section-select tabnavï¼æ²¿ç¨ overview block + fit-contentï¼å¿ inline-flex columnï¼S ç«å±ä¼æè½¨å®½ç®æ 0ï¼ */
.section-select .select-gallery-container > .tabnav {
    --tabnav-height: 44px;
    --tabnav-inner-height: 36px;
    --tabnav-platter-background: #e8e8ed;
    --tabnav-paddle-width: var(--tabnav-inner-height);
    --tabnav-paddle-color: rgba(0, 0, 0, 0.56);
    --tabnav-paddle-color-hover: rgba(0, 0, 0, 0.64);
    box-sizing: border-box;
    display: block !important;
    height: fit-content;
    margin-inline-end: 0;
    margin-inline-start: var(--content-column-inset);
    max-width: calc(100% - var(--content-column-inset, 0px));
    min-height: var(--tabnav-height, 44px);
    opacity: 1 !important;
    position: relative;
    transform: none !important;
    visibility: visible !important;
    width: fit-content;
}

.section-select .select-gallery-container > .tabnav[data-staggered-before-item] {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
}

.section-select .select-gallery-container > .tabnav .tabnav-items,
.section-select .select-gallery-container > .tabnav .toggle-gallery-wrapper {
    background-color: var(--tabnav-platter-background, #e8e8ed);
    border-radius: 980px;
    box-sizing: border-box;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap;
    list-style: none;
    margin: 0;
    max-width: 87.5vw;
    min-height: var(--tabnav-inner-height, 36px);
    min-width: min-content;
    opacity: 1 !important;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    transform: none !important;
    visibility: visible !important;
    width: auto;
}

.section-select .select-gallery-container > .tabnav .tabnav-items::-webkit-scrollbar {
    display: none;
}

/* overview åæ¬¾æé®æ ·å¼ï¼æé«ä¼åçº§ï¼é²æ­¢åæ¯é¡µæªå è½½å°å¯¹åºè§åï¼ */
.section-select .select-gallery-container .toggle-gallery-wrapper li.tabnav-item {
    border: none;
    padding: 0;
}


.section-select .select-gallery-container .toggle-gallery-wrapper li .tabnav-button {
    background: transparent;
    border: none;
    border-radius: 32px;
    color: #1d1d1f;
    cursor: pointer;
    padding: 10px 24px;
    transform: translateZ(0);
    transition: transform 0.1s linear;
    white-space: nowrap;
}

.section-select .select-gallery-container .toggle-gallery-wrapper li .tabnav-button.active {
    background-color: #1d1d1f;
    color: #fff;
    pointer-events: none;
    transform: translateZ(1px);
}
.section-select .select-gallery-container .toggle-gallery-wrapper li+li{
    margin-left: 0px;
}
@media (max-width: 734px) {
    .section-select .select-gallery-container .toggle-gallery-wrapper li .tabnav-button {
        padding: 10px 18px;
    }
}

.section-select .select-gallery-container > .tabnav .tabnav-paddle {
    background: #e8e8ed;
    color: var(--tabnav-paddle-color, rgba(0, 0, 0, 0.56));
    top: 50%;
    transform: translateY(-50%);
}

.section-select .select-gallery-container > .tabnav .tabnav-paddle:hover:not(:disabled) {
    color: var(--tabnav-paddle-color-hover, rgba(0, 0, 0, 0.64));
}

.section-select .select-gallery-container > .tabnav .tabnav-paddle svg {
    display: block;
    flex-shrink: 0;
    height: 12px;
    width: 7px;
}

/* overview ::after ä¸åè SVG å æåç®­å¤´ */
.section-select .select-gallery-container > .tabnav .tabnav-paddle.tabnav-paddle-left::after,
.section-select .select-gallery-container > .tabnav .tabnav-paddle.tabnav-paddle-right::after {
    display: none;
}

.section-select .select-gallery-container > .tabnav .tabnav-paddles {
    display: none;
}

/* çäº§ tabnav æº¢åºï¼ç°åºå¨ .tabnavï¼mask ä»æ¸éæå­ï¼å¯¹é½ china-business-case TabNavPillï¼ */
.section-select .select-gallery-container > .tabnav.with-paddles {
    --tabnav-mask-gradient-width: 22px;
    --tabnav-mask-gradient-both: linear-gradient(
        90deg,
        transparent 0,
        transparent var(--tabnav-paddle-width, 36px),
        #000 calc(var(--tabnav-paddle-width, 36px) + var(--tabnav-mask-gradient-width, 22px)),
        #000 calc(100% - var(--tabnav-paddle-width, 36px) - var(--tabnav-mask-gradient-width, 22px)),
        transparent calc(100% - var(--tabnav-paddle-width, 36px)),
        transparent 100%
    );
    --tabnav-mask-gradient-end: linear-gradient(
        90deg,
        #000 0,
        #000 calc(100% - var(--tabnav-paddle-width, 36px) - var(--tabnav-mask-gradient-width, 22px)),
        transparent calc(100% - var(--tabnav-paddle-width, 36px)),
        transparent 100%
    );
    --tabnav-mask-gradient-start: linear-gradient(
        90deg,
        transparent 0,
        transparent var(--tabnav-paddle-width, 36px),
        #000 calc(var(--tabnav-paddle-width, 36px) + var(--tabnav-mask-gradient-width, 22px)),
        #000 100%
    );
    --tabnav-platter-padding: 4px;
    background-color: var(--tabnav-platter-background, #e8e8ed);
    border-radius: 980px;
    overflow: hidden;
}

.section-select .select-gallery-container > .tabnav.with-paddles .tabnav-items,
.section-select .select-gallery-container > .tabnav.with-paddles .toggle-gallery-wrapper {
    background-color: transparent;
    -webkit-mask-image: var(--tabnav-mask-active-gradient, none);
    mask-image: var(--tabnav-mask-active-gradient, none);
    overflow-x: auto;
    overflow-y: hidden;
    scroll-padding-inline: var(--tabnav-paddle-width, 36px);
}

.section-select .select-gallery-container > .tabnav.with-paddles.tabnav-mask-edge-end {
    --tabnav-mask-active-gradient: var(--tabnav-mask-gradient-end);
}

.section-select .select-gallery-container > .tabnav.with-paddles.tabnav-mask-edge-start {
    --tabnav-mask-active-gradient: var(--tabnav-mask-gradient-start);
}

.section-select .select-gallery-container > .tabnav.with-paddles.tabnav-mask-edge-both {
    --tabnav-mask-active-gradient: var(--tabnav-mask-gradient-both);
}

.section-select .select-gallery-container > .tabnav.with-paddles .tabnav-paddles {
    z-index: 2;
}

.section-select .select-gallery-container > .tabnav.with-paddles .tabnav-paddle {
    align-items: center;
    background: var(--tabnav-platter-background, #e8e8ed);
    border: none;
    display: flex;
    height: var(--tabnav-paddle-width, 36px);
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.15s ease-out;
    width: var(--tabnav-paddle-width, 36px) !important;
    z-index: 2;
}

.section-select .select-gallery-container > .tabnav.with-paddles .tabnav-paddle-left {
    border-bottom-left-radius: 80px;
    border-top-left-radius: 80px;
    left: var(--tabnav-platter-padding, 4px);
}

.section-select .select-gallery-container > .tabnav.with-paddles .tabnav-paddle-right {
    border-bottom-right-radius: 80px;
    border-top-right-radius: 80px;
    right: var(--tabnav-platter-padding, 4px);
}

.section-select .select-gallery-container > .tabnav.with-paddles .tabnav-paddle:not(:disabled):not(.tabnav-paddle-hidden) {
    opacity: 1;
    pointer-events: auto;
}

.section-select .select-gallery-container > .tabnav.with-paddles .tabnav-paddle:disabled,
.section-select .select-gallery-container > .tabnav.with-paddles .tabnav-paddle.tabnav-paddle-hidden {
    opacity: 0;
    pointer-events: none;
}

.section-select .select-gallery-container > .tabnav.with-paddles .tabnav-button,
.section-select .select-gallery-container > .tabnav.with-paddles .tabnav-button.active {
    transform: none;
}

/* Mï¼735â1068ï¼æº¢åºï¼éºæ»¡åå®¹å + ç®­å¤´ï¼S è§ä¸æ¹ @media (max-width:734px) ä¿æ max-content */
@media (min-width: 735px) and (max-width: 1068px) {
    .section-select .select-gallery-container > .tabnav.with-paddles {
        --tabnav-platter-padding: 4px;
        --tabnav-paddles-max-width: 100%;
        margin-inline-end: var(--content-column-inset);
        margin-inline-start: var(--content-column-inset);
        max-width: calc(100% - 2 * var(--content-column-inset));
        width: calc(100% - 2 * var(--content-column-inset));
        align-items: center;
        display: block;
        position: relative;
    }

    .section-select .select-gallery-container > .tabnav.with-paddles .tabnav-items {
        flex: 1 1 auto;
        max-width: 100%;
        min-width: 0;
        width: 100%;
    }

    .section-select .select-gallery-container > .tabnav.with-paddles .tabnav-paddles {
        display: block;
        inset: 0;
        pointer-events: none;
        position: absolute;
        z-index: 2;
    }

    .section-select .select-gallery-container > .tabnav.with-paddles .tabnav-paddle {
        position: absolute;
    }
}

/* TabNavPill å®éª markupï¼.select-gallery-tabnavï¼ */
.section-select .select-gallery-tabnav {
    box-sizing: border-box;
    display: block;
    height: auto;
    margin-block: 0;
    margin-inline: 0;
    max-width: 100%;
    min-height: var(--tabnav-height, 46px);
    position: relative;
    top: auto;
    visibility: visible;
    width: 100%;
    z-index: auto;
}

.section-select .select-gallery-tabnav .scroll-gallery-tabnav-wrapper {
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
}

.section-select .select-gallery-tabnav .scroll-gallery-tabnav.tabnav {
    display: block;
    margin-block-start: 40px;
    margin-inline-end: 0;
    margin-inline-start: var(--content-column-inset);
    max-width: 100%;
    min-height: var(--tabnav-height, 46px);
    overflow-y: hidden;
    position: relative;
    width: 100%;
}

/* TabNavPill è½¨é/æç¤ºå¨ï¼æ²¿ç¨ overviewï¼å¿è¦ç transform ä¸ mask-offset */
.section-select .select-gallery-tabnav .tabnav .tabnav-items,
.section-select .select-gallery-tabnav .tabnav.with-paddles .tabnav-items {
    width: max-content;
    max-width: none;
}

.section-select .select-gallery-tabnav .tabnav-item.tabnav-item-active {
    background: transparent !important;
    color: var(--tabnav-item-color, #1d1d1f) !important;
}

/* overview é .with-paddles æç»å¶ paddle chevronï¼ä¸ BigCardGalleryA ä¸è´ï¼ */
.section-select .select-gallery-tabnav .tabnav.with-paddles .tabnav-paddles {
    display: flex !important;
}

.section-select .select-gallery-tabnav .tabnav.tabnav-elevated {
    --tabnav-height: 44px;
    --tabnav-inner-height: 36px;
    --tabnav-platter-padding: 4px;
    --tabnav-platter-background: #e8e8ed;
    --tabnav-platter-blur: 0;
    --tabnav-mask-gradient-width: 22px;
    --tabnav-mask-offset: calc(var(--tabnav-paddle-width) + var(--tabnav-mask-gradient-width));
    --tabnav-mask-animation-name: "";
    --tabnav-mask-active-gradient: var(--tabnav-mask-gradient);
    --tabnav-items-offset: 0px;
    --tabnav-item-padding: 22px;
    --tabnav-item-color: #1d1d1f;
    --tabnav-item-color-active: #fff;
    --tabnav-paddle-width: var(--tabnav-inner-height);
    --tabnav-paddle-color: rgba(0, 0, 0, 0.56);
    --tabnav-paddle-color-hover: rgba(0, 0, 0, 0.64);
    --tabnav-indicator-background: #1d1d1f;
    --tabnav-indicator-start: var(--tabnav-platter-padding);
    --tabnav-indicator-width: 0px;
    --tabnav-motion-gradient-delay: 280ms;
    --tabnav-mask-gradient: linear-gradient(
        90deg,
        transparent 0,
        transparent var(--tabnav-paddle-width),
        #000 calc(var(--tabnav-paddle-width) + var(--tabnav-mask-gradient-width)),
        #000 calc(100% - var(--tabnav-paddle-width) - var(--tabnav-mask-gradient-width)),
        transparent calc(100% - var(--tabnav-paddle-width)),
        transparent
    );
    --tabnav-background-color: unset;
}

/* Android WebViewï¼overview é»è®¤ platter backdrop-filter ä¼å¯¼è´ç°è½¨ä¸å¯è§ä½å ä½ä»å¨ */
.section-select .select-gallery-tabnav .tabnav-platter {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: var(--tabnav-platter-background, #e8e8ed);
}

/*
 * Android WebViewï¼overview å¯¹ .tabnav-mask-noscroll ä½¿ç¨ display:contentsï¼
 * ä¼å¯¼è´ tab ææ¡/æé®ä¸ç»å¶ï¼çç½ä½æ å¯¼èªï¼ãsection-select åºå®ä¸º block å¸å±ã
 */
.section-select .select-gallery-tabnav .tabnav-mask,
.section-select .select-gallery-tabnav .tabnav-mask.tabnav-mask-noscroll {
    display: block !important;
    height: 100%;
    margin-inline-start: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
}

.section-select .select-gallery-tabnav .tabnav-indicator {
    display: block;
    visibility: visible;
}

/* JS æªå°±ç»ªï¼é¦é¡¹ .current ä»æ¾ç¤ºé»åº pill */
.section-select .select-gallery-tabnav:not(.select-gallery-tabnav--ready) .tabnav-item:first-child {
    background: var(--tabnav-indicator-background, #1d1d1f);
    border-radius: 980px;
}

.section-select .select-gallery-tabnav:not(.select-gallery-tabnav--ready) .tabnav-link.current,
.section-select .select-gallery-tabnav:not(.select-gallery-tabnav--ready) .tabnav-link[aria-selected="true"] {
    color: var(--tabnav-item-color-active, #fff);
}

.section-select .select-gallery-tabnav .tabnav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.section-select .select-gallery-tabnav .tabnav-item .tabnav-link {
    align-items: center;
    box-sizing: border-box;
    height: 100%;
    justify-content: center;
    letter-spacing: inherit;
    line-height: inherit;
    min-height: var(--tabnav-inner-height, 36px);
    text-align: center;
    width: 100%;
}

.section-select .select-gallery-tabnav .tabnav-item .tabnav-link .tabnav-label {
    display: block;
    text-align: center;
    width: 100%;
}

/* è½¨ééºæ»¡å®¹å¨ï¼é¿å Android ä¸ fit-content ç®åº 0 å®½ */
.section-select .select-gallery-tabnav .tabnav-platter {
    margin-inline: 0;
    max-width: 100%;
    width: 100%;
}

/* Mï¼735â1068ï¼/ Lï¼â¥1069ï¼ï¼ä¸æ é¢ãä¸æ¹äº§åç»å»åä¸åå®¹åå·¦ç¼ï¼æ é¢âtab 50px è§ tabnav margin-block-start */
@media only screen and (min-width: 735px) {
    .section-select .select-gallery-container {
        padding-block-start: 0;
    }

    .section-select .select-gallery-container > .tabnav,
    .section-select .select-gallery-tabnav .scroll-gallery-tabnav.tabnav {
        margin-block-end: 50px;
        margin-block-start: 50px;
    }

    .section-select .select-gallery-tabnav .scroll-gallery-tabnav-wrapper {
        margin-inline-end: 0;
        margin-inline-start: 0;
        max-width: 100%;
    }
}

@media only screen and (max-width: 734px) {
    .section-select .section-select-content .section-header {
        padding-bottom: 48px;
    }

    .section-select .select-gallery-container {
        padding-block-start: 0;
    }

    /* ä¸æ é¢ååï¼å·¦å³åç content-column-insetï¼ç¼©çªæ¶å³ä¾§ä¸è´´å± */
    .section-select .select-gallery-tabnav .scroll-gallery-tabnav-wrapper {
        margin-inline-end: var(--content-column-inset);
        margin-inline-start: var(--content-column-inset);
        max-width: calc(100% - 2 * var(--content-column-inset));
        width: calc(100% - 2 * var(--content-column-inset));
    }

    /* Sï¼è½¨å®½ä¸è¶è¿åå®¹åï¼tab å¨è½¨åæ¨ªæ»ï¼å¿æåºé¡µé¢æ¨ªåæ»å¨æ¡ */
    .section-select .select-gallery-container {
        max-width: 100%;
        overflow-x: clip;
    }

    /* Sï¼block + fit-contentï¼ä¸çº¿ä¸ä¸è´ï¼ï¼å¿ inline-flex + min-width:0 ä¼æç°è½¨åæ 0 */
    .section-select .select-gallery-container > .tabnav {
        display: block !important;
        margin-block-end: 40px;
        margin-inline-end: var(--content-column-inset);
        margin-inline-start: var(--content-column-inset);
        max-width: calc(100% - 2 * var(--content-column-inset));
        overflow: visible;
        position: relative;
        width: fit-content;
    }

    .section-select .select-gallery-container > .tabnav .tabnav-items,
    .section-select .select-gallery-container > .tabnav .toggle-gallery-wrapper {
        box-sizing: border-box;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap;
        max-width: min(87.5vw, calc(100% - 2 * var(--content-column-inset)));
        min-width: min-content;
        width: max-content;
    }

    .section-select .select-gallery-container > .tabnav .tabnav-item,
    .section-select .select-gallery-container > .tabnav .tabnav-button {
        flex-shrink: 0;
    }

    .section-select .select-gallery-container > .tabnav.with-paddles {
        min-width: min(87.5vw, calc(100% - 2 * var(--content-column-inset)));
        overflow: hidden;
        width: min(87.5vw, calc(100% - 2 * var(--content-column-inset)));
    }

    .section-select .select-gallery-container > .tabnav.with-paddles .tabnav-items,
    .section-select .select-gallery-container > .tabnav.with-paddles .toggle-gallery-wrapper {
        max-width: 100%;
        min-width: 0;
        width: 100%;
    }

    .section-select .select-gallery-container > .tabnav.with-paddles .tabnav-paddles {
        display: block;
        inset: 0;
        pointer-events: none;
        position: absolute;
        z-index: 2;
    }

    .section-select .select-gallery-container > .tabnav.with-paddles .tabnav-paddle {
        position: absolute;
    }

    .section-select .select-gallery-container .galleries-container {
        height: auto !important;
        min-height: 0;
        --select-gallery-height: auto !important;
    }

    .section-select .select-gallery-tabnav .scroll-gallery-tabnav.tabnav {
        margin-block-end: 30px;
        margin-block-start: 30px;
        margin-inline-end: var(--content-column-inset);
        margin-inline-start: var(--content-column-inset);
        max-width: calc(100% - 2 * var(--content-column-inset));
        width: fit-content;
    }

    .section-select .select-gallery-tabnav .tabnav.with-paddles .tabnav-platter {
        max-width: 100%;
        width: 100%;
    }
}

/* L å®½å±å tab åæï¼è½¨éå¯éåå®¹æ¶ç¼©ï¼:has å¨æ§ Android ä¸ä¸å¯é ï¼åç¬åï¼ */
@media only screen and (min-width: 1069px) {
    .section-select .select-gallery-tabnav .scroll-gallery-tabnav.tabnav {
        width: fit-content;
    }

    .section-select .select-gallery-tabnav .tabnav-platter {
        width: fit-content;
    }
}


    .section-resources #resources-gallery.scroll-gallery,
    .section-select .select-gallery-container .scroll-gallery {
        max-width: 100%;
        overflow-x: clip;
    }


/* ===== 7. åå®¹åå¯¹é½ï¼overview .section-content-responsiveï¼===== */
.section-faq,
.section-resources,
.section-select,
#get-in-touch.section-router {
    --section-content-width: 1220px;
    --content-column-width: min(var(--section-content-width), 87.5vw);
    --content-column-inset: calc((100vw - var(--content-column-width) - var(--modal-scrollbar-buffer, 0px)) / 2);
}

.section-faq .section-content,
.section-resources .section-resources-content,
.section-select .section-select-content,
#get-in-touch .section-content {
    box-sizing: border-box;
    margin-inline: auto;
    max-width: var(--section-content-width);
    padding-inline: 0;
    width: 87.5vw;
}

.section-resources .section-resources-content > .headline,
#get-in-touch .get-in-touch-headline {
    margin-inline: 0;
    text-align: start;
}

#get-in-touch .cards-container {
    margin-inline: 0;
    max-width: none;
    width: 100%;
}

/* å¨å®½æ¨ªåç»å»ï¼ä¸åå®¹åå·¦ç¼å¯¹é½ï¼resources / section-select åä¸å¥ï¼ */
.section-resources #resources-gallery.scroll-gallery,
.section-select .select-gallery-container .scroll-gallery {
    --gallery-side-padding: var(--content-column-inset);
    --scroll-padding: var(--content-column-inset);
}

.section-resources #resources-gallery .scroll-container,
.section-select .select-gallery-container .scroll-gallery .scroll-container {
    margin-inline: 0;
}

.section-select .select-gallery-container .scroll-gallery.gallery-align-start .scroll-container {
    scroll-padding-inline: var(--content-column-inset);
}

.section-resources #resources-gallery .item-container,
.section-select .select-gallery-container .scroll-gallery .item-container {
    padding-inline: var(--content-column-inset);
}

@media only screen and (min-width: 1069px) {
    .section-content-responsive {
        max-width: 1220px;
    }
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
    .section-faq,
    .section-resources,
    .section-select,
    #get-in-touch.section-router {
        --section-content-width: 935px;
    }
}

@media only screen and (max-width: 734px) {
    .section-faq,
    .section-resources,
    .section-select,
    #get-in-touch.section-router {
        --section-content-width: min(400px, calc(100vw - 40px));
    }

    /* åå®¹åéè§å£ç¼©ï¼å¿ç¨ 87.5vw ä¸ max-width ææ¶å¯¼è´ <400 æ¶åå®½âå¡ä½â */
    #get-in-touch .section-content {
        max-width: var(--section-content-width);
        min-width: 0;
        width: 100%;
    }
}

#get-in-touch.section-router {
    background-color: #fff;
    padding-block: 110px 120px;
    text-align: center;
}


/* ===== 8. .section-faq ===== */
.section-faq .text-gradient-apps {
    background-clip: text;
    display: inline;
    margin-bottom: -1px;
    padding-bottom: 1px;
}

.section-faq {
    background-color: #f5f5f7;
    padding-block: 142px 115px;
    position: relative;
}

.section-faq .typography-section-headline {
    font-size: 56px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.0714285714;
}

.section-faq .faq-headline {
    margin-bottom: 50px;
}

.section-faq .accordion-content .accordion-content-paragraph {
    --accordion-content-paragraph-max-width: 93%;
}

.section-faq .accordion-button {
    text-align: left;
}

/* ac-accordion åºç¡æ ·å¼ï¼college å¨ main.built.cssï¼æ¬é¡µä» overview.built.cssï¼ */
.section-faq .accordion {
    --accordion-button-padding-top: 1em;
    --accordion-button-padding-bottom: 1em;
    --accordion-border-color: #d2d2d7;
    --accordion-border-width: 1px;
    --accordion-content-padding-top: 0;
    --accordion-content-padding-bottom: 1em;
    --accordion-content-paragraph-max-width: 83.3333333333%;
    --accordion-content-paragraph-padding-top: 0;
    --accordion-content-paragraph-padding-bottom: 0.8em;
    --accordion-icon-color: #86868b;
    --accordion-icon-color-hover: #6e6e73;
    --accordion-icon-width: 1em;
    --accordion-icon-height: auto;
    --accordion-icon-stroke-width: 2.25;
    --accordion-icon-svg-width: 1em;
    --accordion-title-max-width: 83.3333333333%;
    --accordion-transition-duration: 400ms;
    list-style: none;
    margin: 0;
    padding: 0;
}

.section-faq .accordion-item {
    border-color: var(--accordion-border-color);
    border-top: var(--accordion-border-width) solid var(--accordion-border-color);
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.009em;
    line-height: 1.1666666667;
}

.section-faq .accordion-item:first-child {
    --accordion-border-width: 0;
}

.section-faq .accordion-title {
    font-size: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
}

.section-faq .accordion-title-text {
    max-width: var(--accordion-title-max-width);
}

.section-faq .accordion-button {
    align-items: center;
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    display: flex;
    font: inherit;
    justify-content: space-between;
    letter-spacing: inherit;
    margin: 0;
    padding: var(--accordion-button-padding-top) 0 var(--accordion-button-padding-bottom);
    position: relative;
    text-align: left;
    width: 100%;
}

.section-faq .accordion-button:focus-visible {
    outline: none;
}

.section-faq .accordion-button:focus-visible::after {
    outline: 2px solid var(--sk-focus-color, #0071e3);
    outline-offset: var(--sk-focus-offset, 1px);
}

.section-faq .accordion-icon {
    align-items: center;
    color: var(--accordion-icon-color);
    display: flex;
    flex-shrink: 0;
    height: var(--accordion-icon-height);
    justify-content: center;
    margin: 0;
    stroke-width: var(--accordion-icon-stroke-width);
    transition: color 0.1s linear;
    width: var(--accordion-icon-width);
}

.section-faq .accordion-icon-svg {
    overflow: visible;
    width: var(--accordion-icon-svg-width);
}

.section-faq .accordion-button:hover .accordion-icon {
    color: var(--accordion-icon-color-hover);
}

.section-faq .accordion-tray {
    height: 0;
    margin: 0;
    overflow: hidden;
    transition: height ease-in-out;
    transition-duration: var(--accordion-transition-duration);
}

.section-faq .accordion-item.expanded > .accordion-tray {
    height: auto;
}

html.js .section-faq .accordion-item.collapsed > .accordion-tray {
    height: 0;
}

.section-faq .accordion-item.expanded > .accordion-tray {
    overflow: visible;
}

.section-faq .accordion-item.animating > .accordion-tray,
.section-faq .accordion-item.collapsed > .accordion-tray {
    overflow: hidden;
}

.section-faq .accordion-content {
    padding-bottom: var(--accordion-content-padding-bottom);
    padding-top: var(--accordion-content-padding-top);
}

.section-faq .accordion-content .accordion-content-paragraph {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.022em;
    line-height: 1.4705882353;
    max-width: var(--accordion-content-paragraph-max-width);
    padding-bottom: var(--accordion-content-paragraph-padding-bottom);
    padding-top: var(--accordion-content-paragraph-padding-top);
}

@media (prefers-reduced-motion) {
    .section-faq .accordion-tray {
        transition: none;
    }
}



/* --- 8.1 ååºå¼ Â· Mï¼735â1068pxï¼--- */
@media only screen and (min-width: 735px) and (max-width: 1068px) {
    .section-select {
        padding-block: 120px 120px;
    }
    .section-faq {
        padding-block: 160px 80px;
    }

    .section-faq .faq-headline,
    .section-faq .typography-section-headline {
        color: #1d1d1f;
        font-size: 48px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 1.0834933333;
        margin-bottom: 50px;
    }

    /* åå¡ç¨¿æ é¢ä¸ºçº¯é»ï¼æ  college æ¸å */
    .section-faq .faq-headline .text-gradient-apps {
        -webkit-background-clip: unset;
        background: none;
        background-clip: unset;
        color: #1d1d1f;
    }

    .section-faq .accordion {
        --accordion-button-padding-top: 1.19em;
        --accordion-button-padding-bottom: 1.19em;
        --accordion-content-paragraph-max-width: 93%;
    }

    .section-faq .accordion-item,
    .section-faq .accordion-button.typography-eyebrow {
        font-size: 24px;
        font-weight: 600;
        letter-spacing: 0.011em;
        line-height: 1.1904761905;
    }

    .section-faq .accordion-button {
        gap: 16px;
    }

    .section-faq .accordion-title-text {
        flex: 1;
        max-width: none;
    }

    .section-faq .accordion-icon {
        --accordion-icon-width: 17px;
        --accordion-icon-svg-width: 17px;
    }
}

/* --- 8.2 ååºå¼ Â· Sï¼â¤734pxï¼--- */
@media only screen and (max-width: 734px) {
    .section-select {
        padding-block: 100px 90px;
    }

    .section-faq {
        padding-block: 100px 50px;
    }

    .section-faq .faq-headline,
    .section-faq .typography-section-headline {
        color: #1d1d1f;
        font-size: 32px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 1.125;
        margin-bottom: 28px;
    }

    .section-faq .faq-headline .text-gradient-apps {
        -webkit-background-clip: unset;
        background: none;
        background-clip: unset;
        color: #1d1d1f;
    }

    .section-faq .accordion {
        --accordion-button-padding-top: 1.05em;
        --accordion-button-padding-bottom: 1.05em;
        --accordion-content-paragraph-max-width: 93%;
    }

    .section-faq .accordion-item,
    .section-faq .accordion-button.typography-eyebrow {
        font-size: 19px;
        font-weight: 600;
        letter-spacing: 0.012em;
        line-height: 1.2105263158;
    }

    .section-faq .accordion-button {
        gap: 12px;
    }

    .section-faq .accordion-title-text {
        flex: 1;
        max-width: none;
        padding-inline-end: 0;
    }

    .section-faq .accordion-icon {
        --accordion-icon-width: 17px;
        --accordion-icon-svg-width: 17px;
    }
}


/* ===== 9. #get-in-touch ===== */

/* --- 9.1 åºç¡ï¼å¡çæ æ ¼ãæ é¢ãé¾æ¥ï¼--- */
#get-in-touch .get-in-touch-headline {
    color: #1d1d1f;
    font-size: 56px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 60px;
    text-align: left;
}

#get-in-touch .cards-container {
    align-items: stretch;
    box-sizing: border-box;
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 50px;
    text-align: center;
}

/* åä¸å¼ å¡ç­é«ï¼grid ä¸è¡ï¼æä½åºè´´åºï¼åºé¨é´è·ä»ãç«å»å¼å§ãç®å° padding-bottom */
#get-in-touch .cards-container > .card:not(.card-wechat) {
    align-self: stretch;
    box-sizing: border-box;
    min-height: auto;
}

#get-in-touch .card {
    align-items: center;
    background-color: #f5f5f7;
    border-radius: 35px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0;
    min-height: 0;
    padding: 40px 24px;
}

#get-in-touch .card:not(.card-wechat) {
    align-content: start;
    align-items: center;
    display: grid;
    grid-template-rows: auto 1fr auto;
    justify-content: flex-start;
    justify-items: center;
}

#get-in-touch .card:not(.card-wechat) .card-icon {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    grid-row: 1;
    justify-content: center;
    margin-bottom: 34px;
    width: 100%;
}

#get-in-touch .card:not(.card-wechat) .card-title {
    align-self: start;
    grid-row: 2;
}

#get-in-touch .card:not(.card-wechat) .card-actions {
    align-items: center;
    align-self: start;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    grid-row: 3;
    justify-content: flex-start;
    margin-top: 0;
    width: 100%;
}

/* åè¿ overview section-router .cardï¼å¸¸ä¸º flex + åç´å±ä¸­ï¼ */
#get-in-touch.section-router .cards-container > .card:not(.card-wechat) {
    align-content: start;
    display: grid;
    grid-template-rows: auto 1fr auto;
    justify-content: flex-start;
    justify-items: center;
    place-content: start center;
}

#get-in-touch .card-icon {
    display: block;
    line-height: 0;
    margin-bottom: 34px;
}

#get-in-touch .card-icon img {
    display: block;
    height: 56px;
    margin-inline: auto;
    width: auto;
}

#get-in-touch .card-title,
#get-in-touch .card-wechat-title {
    color: #1d1d1f;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 40px;
    margin: 0 auto 0;
    max-width: none;
    position: relative;
    text-align: center;
}

#get-in-touch .card:not(.card-wechat) .card-title {
    display: block;
    flex: 0 0 auto;
    margin-bottom: 10px;
    width: 100%;
}

#get-in-touch .card-title-copy {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
}

/* ååºå¼æ¢è¡ï¼L / M / S æ§å¶æ é¢è¡æ°ï¼ä¸å¡æ é¢ç­é« */
#get-in-touch br.large {
    display: block;
}

#get-in-touch br.medium,
#get-in-touch br.small {
    display: none;
}

@media only screen and (max-width: 1068px) {
    #get-in-touch br.large {
        display: none;
    }

    #get-in-touch br.medium {
        display: none;
    }

    #get-in-touch .card-in-person .card-actions .icon-wrapper.card-link .icon-copy br.medium{
        display: block;
    }

    #get-in-touch br.small {
        display: block;
    }
}


@media only screen and (max-width: 890px) {
    #get-in-touch .cards-container .card-title-copy .ls-p{
        position: static;
    }
    #get-in-touch .cards-container .card-title-copy .small{
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    #get-in-touch br.medium {
        display: block;
    }

    #get-in-touch br.small {
        display: none;
    }
    #get-in-touch .card-in-person .card-actions .icon-wrapper.card-link .icon-copy br.medium{
        display: none;
    }
    #get-in-touch .cards-container .card-title-copy .ls-p{
        position: absolute;
    }
    #get-in-touch .cards-container .card-title-copy .small{
        display: block;
    }
}

.ls-p {
	position: absolute;
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
    .ls-p {
		position: static;
	}
}

#get-in-touch .card-link,
#get-in-touch .card-link a,
#get-in-touch a.icon-wrapper.card-link,
#get-in-touch .icon-wrapper.card-link,
#get-in-touch .icon-wrapper.card-link .icon-copy {
    color: #06c;
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 27px;
    margin: 0;
    text-decoration: none;
}

#get-in-touch .card-link a {
    color: inherit;
    text-decoration: none;
}

#get-in-touch .card-link a:hover {
    text-decoration: underline;
}

#get-in-touch .icon-wrapper.card-link {
    align-items: center;
    align-self: center;
    box-sizing: border-box;
    /* display: inline-flex; */
    flex-shrink: 0;
    gap: 0.2em;
    justify-content: flex-start;
    margin-inline: auto;
    max-width: 100%;
    width: auto;
}

#get-in-touch .icon-wrapper.card-link .icon-copy {
    flex: 0 1 auto;
}

#get-in-touch .icon-wrapper.card-link .icon-after {
    flex-shrink: 0;
}

#get-in-touch .icon-wrapper.card-link[aria-hidden="true"] {
    block-size: 27px;
    flex-shrink: 0;
    inline-size: 0;
    margin-block-start: 8px;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    visibility: hidden;
}

#get-in-touch .icon-wrapper.card-link + .icon-wrapper.card-link {
    margin-top: 8px;
}

/* çµè¯é¾æ¥æ ç®­å¤´ï¼ä¿ç more å ä½ä»¥å¯¹é½å¶å®å¡çé¦è¡é¾æ¥ */
#get-in-touch .card-link-phone .icon-after.more {
    opacity: 0;
}

#get-in-touch .card-phone-number {
    color: #06c;
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 27px;
    margin: 0;
    text-decoration: none;
    -webkit-text-decoration: none;
}

/* iPad / Safariï¼å¿æ M ç«¯çº¯ææ¡å·ç èªå¨è¯å«ä¸º tel é¾æ¥ï¼ä¼åºç°ä¸åçº¿ï¼ */
#get-in-touch .card-phone-number,
#get-in-touch .card-phone-number a {
    text-decoration: none !important;
    -webkit-text-decoration: none !important;
}

@media only screen and (min-width: 735px) {
    #get-in-touch .card-phone .card-link-phone {
        display: none;
    }
}

@media only screen and (max-width: 734px) {
    #get-in-touch .card-phone-number {
        display: none;
    }
}

#get-in-touch .card-wechat {
    align-items: center;
    flex-direction: row;
    grid-column: 1 / -1;
    justify-content: center;
    padding: 0;
    text-align: center;
}

#get-in-touch .card-wechat-copy {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex: 1 1 50%;
    flex-direction: column;
    justify-content: center;
    max-width: 50%;
    width: 50%;
}

#get-in-touch .card-wechat .card-icon {
    margin-bottom: 34px;
}

#get-in-touch .card-wechat-title {
    margin-bottom: 0;
}

#get-in-touch .card-qrcode {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex: 1 1 50%;
    justify-content: center;
    max-width: 50%;
    width: 50%;
}

#get-in-touch .card-qrcode img {
    display: block;
    height: auto;
    width: auto;
}

/* --- 9.2 ååºå¼ Â· Lï¼â¥1069pxï¼--- */
@media only screen and (min-width: 1069px) {
    #get-in-touch .card:not(.card-wechat) {
        padding: 79px 24px 44px 24px;
    }

    /*
     * Lï¼ä¸ M ç¸åââflex + æ é¢ 2 è¡ (40Ã2) + æä½åºåé¾æ¥é«åº¦ï¼é¦è¡ CTA é½å¹³
     * br.large çæãbr.small éèæ¶æ é¢ä¸ºä¸¤è¡
     */
    #get-in-touch .card:not(.card-wechat),
    #get-in-touch.section-router .cards-container > .card:not(.card-wechat) {
        align-content: start;
        display: flex;
        flex-direction: column;
        grid-template-rows: none;
        justify-content: flex-start;
        place-content: start center;
    }

    #get-in-touch .card:not(.card-wechat) .card-icon {
        flex: 0 0 auto;
        margin-bottom: 34px;
        margin-top: 0;
    }

    #get-in-touch .card:not(.card-wechat) .card-title {
        box-sizing: border-box;
        flex: 0 0 80px;
        height: 80px;
        margin-bottom: 10px;
        max-height: 80px;
        min-height: 80px;
    }

    #get-in-touch .card:not(.card-wechat) .card-actions {
        align-self: stretch;
        flex: 0 0 62px;
        height: 62px;
        justify-content: flex-start;
        margin-top: auto;
        max-height: 62px;
        min-height: 62px;
    }

    #get-in-touch .card:not(.card-wechat) .card-icon img {
        height: 64px;
    }

    #get-in-touch .card-wechat .card-icon img {
        height: 61px;
    }

    #get-in-touch .card-qrcode {
        padding-block: 84px 83px;
        padding-inline: 0 100px;
    }

    #get-in-touch .card-qrcode img {
        height: 252px;
        width: 252px;
    }
    .section-faq{
        padding-block: 180px 90px;
    }
    .section-resources{
        padding-block: 90px 110px;
    }
    #get-in-touch.section-router{
        padding-block: 180px 180px;
    }
    #get-in-touch .cards-container{
        margin-top: 80px;
    }

}

/* --- 9.3 ååºå¼ Â· Mï¼735â1068pxï¼--- */
@media only screen and (min-width: 735px) and (max-width: 1068px) {
    #get-in-touch.section-router {
        padding-block: 160px 160px;
    }

    #get-in-touch .get-in-touch-headline {
        font-size: 48px;
        line-height: 1.0834933333;
    }

    #get-in-touch .cards-container {
        box-sizing: border-box;
        gap: 16px;
        grid-template-columns: repeat(3, 1fr);
        margin-top: 40px;
    }

    #get-in-touch .card {
        min-width: 0;
    }

    #get-in-touch .card:not(.card-wechat) {
        padding-block: 70px;
        padding-inline: 16px;
    }

    #get-in-touch .card-title,
    #get-in-touch .card-wechat-title {
        font-size: 28px;
        font-weight: 600;
        line-height: 32px;
        max-width: none;
    }

    /*
     * Mï¼flex å + æ é¢/æä½åºåºå®é«åº¦ + margin-top:auto è´´åº
     * é¿å 1fr éæ é¢å®éé«åº¦ååå¯¼è´é¦è¡ CTA ä¸é½
     */
    #get-in-touch .card:not(.card-wechat),
    #get-in-touch.section-router .cards-container > .card:not(.card-wechat) {
        align-content: start;
        display: flex;
        flex-direction: column;
        grid-template-rows: none;
        justify-content: flex-start;
        place-content: start center;
    }

    #get-in-touch .card:not(.card-wechat) .card-icon {
        flex: 0 0 auto;
        margin-bottom: 34px;
    }

    #get-in-touch .card:not(.card-wechat) .card-title {
        box-sizing: border-box;
        flex: 0 0 96px;
        height: 96px;
        margin-bottom: 10px;
        max-height: 96px;
        min-height: 96px;
    }

    #get-in-touch .card:not(.card-wechat) .card-actions {
        align-self: stretch;
        flex: 0 0 62px;
        height: 62px;
        justify-content: flex-start;
        margin-top: auto;
        max-height: 62px;
        min-height: 62px;
    }

    #get-in-touch .card-contact .card-actions .icon-wrapper.card-link[aria-hidden="true"],
    #get-in-touch .card-phone .card-actions .icon-wrapper.card-link[aria-hidden="true"] {
        display: none;
        margin: 0;
    }

    #get-in-touch .card-phone .card-actions {
        align-items: center;
    }

    #get-in-touch .card-phone-number {
        align-self: center;
        margin: 0;
        margin-inline: auto;
        width: auto;
    }

    #get-in-touch .card-icon img {
        height: 56px;
    }

    #get-in-touch .card-link,
    #get-in-touch .card-link a,
    #get-in-touch .icon-wrapper.card-link,
    #get-in-touch .icon-wrapper.card-link .icon-copy {
        font-size: 19px;
        font-weight: 400;
        line-height: 27px;
    }

    #get-in-touch .card-wechat {
        box-sizing: border-box;
        max-width: 935px;
        overflow: hidden;
        padding: 0;
        width: 100%;
    }

    #get-in-touch .card-wechat-copy {
        flex: 1 1 0;
        max-width: 62.47%;
        min-width: 0;
        width: auto;
    }

    #get-in-touch .card-qrcode {
        flex: 0 0 auto;
        flex-shrink: 0;
        max-width: none;
        padding-block: 66px;
        padding-inline: 0 clamp(40px, 8.35vw, 124.85px);
        width: auto;
    }

    #get-in-touch .card-qrcode img {
        flex-shrink: 0;
        height: 228px;
        width: 227px;
    }
}

/* --- 9.4 ååºå¼ Â· Sï¼â¤734pxï¼--- */
@media only screen and (max-width: 734px) {
    #get-in-touch.section-router {
        padding-block: 100px 100px;
    }

    #get-in-touch .get-in-touch-headline {
        color: #1d1d1f;
        font-size: 32px;
        font-weight: 600;
        line-height: 1.125;
    }

    #get-in-touch .cards-container {
        box-sizing: border-box;
        gap: 20px;
        grid-template-columns: minmax(0, 1fr);
        margin-top: 30px;
        min-width: 0;
        width: 100%;
    }

    #get-in-touch .card-title,
    #get-in-touch .card-wechat-title {
        font-size: 28px;
        font-weight: 600;
        line-height: 36px;
        max-width: none;
    }

    #get-in-touch .card:not(.card-wechat) .card-title {
        min-height: 0;
    }

    #get-in-touch .card-link,
    #get-in-touch .card-link a,
    #get-in-touch .icon-wrapper.card-link,
    #get-in-touch .icon-wrapper.card-link .icon-copy {
        font-size: 19px;
        font-weight: 400;
        line-height: 27px;
    }

    #get-in-touch .card {
        box-sizing: border-box;
        max-width: 100%;
        min-height: 290px;
        min-width: 0;
        padding: 70px 24px 70px 24px;
        width: 100%;
    }
    #get-in-touch .card-in-person {
        padding: 70px 24px 70px 24px;
    }

    #get-in-touch .card-icon {
        margin-bottom: 8px;
    }

    #get-in-touch .card-icon img {
        height: 51px;
    }

    #get-in-touch .card-wechat {
        flex-direction: column;
        max-width: 100%;
        min-height: 0;
        min-width: 0;
        overflow: hidden;
        padding: 103px 0 ;
        width: 100%;
    }

    #get-in-touch .card-wechat .card-icon {
        display: none;
    }

    #get-in-touch .card-wechat-copy {
        align-items: center;
        box-sizing: border-box;
        flex: none;
        flex-direction: column;
        height: auto;
        justify-content: flex-start;
        max-width: 100%;
        min-width: 0;
        width: 100%;
    }

    #get-in-touch .card-wechat-title {
        margin-bottom: 27px;
    }

    #get-in-touch .card-qrcode {
        box-sizing: border-box;
        flex: none;
        flex-shrink: 0;
        justify-content: center;
        margin-top: 0;
        max-width: 100%;
        min-width: 0;
        /* ä»æ¶çªå·¦å³çç½ï¼äºç»´ç åºå® 129px ä¸ç¼©æ¾ */
        padding-inline: clamp(16px, calc((100% - 129px) / 2), 116px);
        width: 100%;
    }

    #get-in-touch .card-qrcode img {
        display: block;
        flex-shrink: 0;
        height: 129px;
        margin-inline: auto;
        max-width: none;
        width: 129px;
    }
}

/* --- 5.9 #gallery-china-business-case autoplayï¼è¿åº¦åç¯èµ° overview autoplay-progressï¼ä¸ä¸æ¹ business å¾åºä¸è´ï¼--- */
#gallery-china-business-case .controls-autoplay-tabnav {
    position: relative;
}

#gallery-china-business-case .controls-autoplay-tabnav > .autoplay {
    display: block;
    pointer-events: auto;
    z-index: 3;
}

/* M/Lï¼autoplay ç»å¯¹å®ä½å¨ tab è¡å³ä¾§çç½ï¼ä¸ overview ä¸è´ï¼ */
@media (min-width: 735px) {
    #gallery-china-business-case .controls-autoplay-tabnav > .autoplay {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}

#gallery-china-business-case .autoplay[data-state='playing'] .svg-pause {
    display: block;
}

#gallery-china-business-case .autoplay[data-state='playing'] .svg-play {
    display: none;
}

#gallery-china-business-case .autoplay[data-state='paused'] .svg-pause {
    display: none;
}

#gallery-china-business-case .autoplay[data-state='paused'] .svg-play {
    display: block;
}

/* Sï¼tab ä¸ autoplay ååï¼åè¿ overview ç absolute + ç°åº pill éºæ»¡ */
@media (max-width: 734px) {
    #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery.scroll-gallery-card-big > .controls-autoplay-tabnav {
        --controls-tabnav-padding: 0 !important;
        padding-inline-end: 0 !important;
    }

    #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery.scroll-gallery-card-big > .controls-autoplay-tabnav > .autoplay {
        position: relative !important;
        top: auto !important;
        transform: none !important;
    }

    html:not([dir=rtl]) #china-business-case.major-gallery--trade #gallery-china-business-case .controls-autoplay-tabnav > .autoplay,
    html[dir=rtl] #china-business-case.major-gallery--trade #gallery-china-business-case .controls-autoplay-tabnav > .autoplay {
        left: auto !important;
        right: auto !important;
    }

    /* Sï¼ä¸ä¸æ¹ business å¾åºä¸è´ â overview.built.css .autoplay éè²ï¼å¿ç¨ initialï¼ä¼çæåéï¼ */
    #china-business-case.major-gallery--trade #gallery-china-business-case.scroll-gallery.scroll-gallery-card-big > .controls-autoplay-tabnav > .autoplay {
        --icon-background: rgb(232, 232, 237);
        --icon-color: #626264;
        --icon-fill: rgba(0, 0, 0, 0);
        --icon-stroke: var(--icon-color);
        --circle-fill: var(--icon-background);
    }
}

@media (min-width: 735px) and (max-width: 1068px) {
    /* tab åºä» 600pxãå¡çä» 87.5vwï¼ä»æ autoplay å³ç¼å¯¹é½å°å¡çå³ç¼åç¼© 16px */
    #gallery-china-business-case .controls-autoplay-tabnav {
        --controls-tabnav-padding: 52px;
        padding-inline-end: 52px;
    }

    html:not([dir=rtl]) #china-business-case.major-gallery--trade #gallery-china-business-case .controls-autoplay-tabnav > .autoplay {
        inset-inline-end: auto;
        left: auto;
        right: calc(16px - (min(87.5vw, 935px) - var(--controls-tabnav-width, 600px)) / 2);
    }

    html[dir=rtl] #china-business-case.major-gallery--trade #gallery-china-business-case .controls-autoplay-tabnav > .autoplay {
        inset-inline-end: auto;
        left: calc(16px - (min(87.5vw, 935px) - var(--controls-tabnav-width, 600px)) / 2);
        right: auto;
    }
}

@media (min-width: 1069px) {
    /* Lï¼tabnav ä¸å¡çååå®½æ¶ autoplay è·å¡çå³ç¼ 16px */
    #gallery-china-business-case .controls-autoplay-tabnav {
        --controls-tabnav-padding: 52px;
        padding-inline-end: 52px;
    }

    html:not([dir=rtl]) #china-business-case.major-gallery--trade #gallery-china-business-case .controls-autoplay-tabnav > .autoplay {
        inset-inline-end: auto;
        left: auto;
        right: calc(16px - (min(1220px, 87.5vw) - var(--controls-tabnav-width, min(1220px, 85vw))) / 2);
    }

    html[dir=rtl] #china-business-case.major-gallery--trade #gallery-china-business-case .controls-autoplay-tabnav > .autoplay {
        inset-inline-end: auto;
        left: calc(16px - (min(1220px, 87.5vw) - var(--controls-tabnav-width, min(1220px, 85vw))) / 2);
        right: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    #gallery-china-business-case .autoplay {
        display: none;
    }
}

/*Hero HL space style*/
.sf,.hero-mac-gap {
    font-family:SF Pro Display, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif;
}

/* section-select Â· S ç«å±ï¼ååºï¼Android Chrome max-content å¡å®½ + è¯¯éç»å»é«åº¦çç½ï¼ */
@media only screen and (max-width: 734px) {
    body.page-mac-does-that .section-select .select-gallery-container {
        max-width: 100% !important;
        overflow-x: clip !important;
    }

    body.page-mac-does-that .section-select .select-gallery-container > .tabnav.select-gallery-tabnav-mounted {
        display: block !important;
        margin-inline-end: var(--content-column-inset, 20px) !important;
        margin-inline-start: var(--content-column-inset, 20px) !important;
        max-width: calc(100% - 2 * var(--content-column-inset, 20px)) !important;
        min-height: var(--tabnav-height, 44px) !important;
        overflow: visible !important;
        position: relative !important;
    }

    body.page-mac-does-that .section-select .select-gallery-container > .tabnav:not(.with-paddles) .tabnav-items,
    body.page-mac-does-that .section-select .select-gallery-container > .tabnav:not(.with-paddles) .toggle-gallery-wrapper {
        display: flex !important;
        flex-direction: row !important;
        max-width: min(87.5vw, calc(100% - 2 * var(--content-column-inset, 20px))) !important;
        min-width: min-content !important;
    }

    body.page-mac-does-that .section-select .select-gallery-container > .tabnav.with-paddles.select-gallery-tabnav-mounted {
        min-width: min(87.5vw, calc(100% - 2 * var(--content-column-inset, 20px))) !important;
        overflow: hidden !important;
        width: min(87.5vw, calc(100% - 2 * var(--content-column-inset, 20px))) !important;
    }

    body.page-mac-does-that .section-select .select-gallery-container > .tabnav.with-paddles .tabnav-items,
    body.page-mac-does-that .section-select .select-gallery-container > .tabnav.with-paddles .toggle-gallery-wrapper {
        max-width: 100% !important;
        min-width: 0 !important;
        width: 100% !important;
    }

    body.page-mac-does-that .section-select .select-gallery-container > .tabnav .tabnav-item,
    body.page-mac-does-that .section-select .select-gallery-container > .tabnav .tabnav-button {
        flex-shrink: 0 !important;
    }

    body.page-mac-does-that .section-select .select-gallery-container .galleries-container {
        height: auto !important;
        min-height: 0 !important;
        --select-gallery-height: auto !important;
    }

    body.page-mac-does-that .section-select .select-gallery-container .galleries-container > .gallery:not(.active) {
        display: none !important;
        pointer-events: none !important;
        visibility: hidden !important;
    }

    body.page-mac-does-that .section-select .select-gallery-container .galleries-container > .gallery.active {
        position: relative !important;
        visibility: visible !important;
    }
}

/*æµè¯*/

.product-tile-image-wrapper{
    /* background-color: #e8e8ed; */
    
}

/*
.section-select .product-tile{
	--headline-margin: auto;
}
*/

.section-select .overview-select-product-tile-imac-24, .section-select .overview-select-product-tile-mac-mini, .section-select .overview-select-product-tile-mac-studio, .section-select .overview-select-product-tile-mba-13-15, .overview-select-product-tile-mbn, .section-select .overview-select-product-tile-mbp-14-16, .section-select .overview-select-product-tile-studio-display, .overview-select-product-tile-studio-display-xdr {
    display: block;
    --p-width: 372px;
    --p-height: 252px;
    width: var(--p-width);
    height:var(--p-height)
}

@media (max-width: 1068px) {
    .section-select .overview-select-product-tile-imac-24, .section-select .overview-select-product-tile-mac-mini, .section-select .overview-select-product-tile-mac-studio, .section-select .overview-select-product-tile-mba-13-15, .overview-select-product-tile-mbn, .section-select .overview-select-product-tile-mbp-14-16, .section-select .overview-select-product-tile-studio-display, .overview-select-product-tile-studio-display-xdr {
        --p-width: 344px;
        --p-height:233px
    }
}

@media (max-width: 734px) {
    .section-select .overview-select-product-tile-imac-24, .section-select .overview-select-product-tile-mac-mini, .section-select .overview-select-product-tile-mac-studio, .section-select .overview-select-product-tile-mba-13-15, .overview-select-product-tile-mbn, .section-select .overview-select-product-tile-mbp-14-16, .section-select .overview-select-product-tile-studio-display, .overview-select-product-tile-studio-display-xdr {
        --p-width: 232px;
        --p-height:157px
    }
}


/* === overview.built.css === */
﻿html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}abbr,blockquote,body,button,dd,dl,dt,fieldset,figure,form,h1,h2,h3,h4,h5,h6,hgroup,input,legend,li,ol,p,pre,ul{margin:0;padding:0}address,caption,code,figcaption,pre,th{font-size:1em;font-weight:400;font-style:normal}fieldset,iframe{border:0}caption,th{text-align:left}table{border-collapse:collapse;border-spacing:0}details,main,summary{display:block}audio,canvas,progress,video{vertical-align:initial}button{background:none;border:0;box-sizing:initial;color:inherit;cursor:pointer;font:inherit;line-height:inherit;overflow:visible;vertical-align:inherit}button:disabled{cursor:default}:focus-visible{outline:2px solid var(--sk-focus-color,#0071e3);outline-offset:var(--sk-focus-offset,1px)}::-moz-focus-inner{border:0;padding:0}:root{--sk-body-text-color:rgb(29,29,31);--sk-headline-text-color:rgb(29,29,31);--sk-body-background-color:rgb(255,255,255);--sk-body-font-stack:text;--sk-default-stacked-margin:0.4em;--sk-paragraph-plus-element-margin:0.8em;--sk-headline-plus-first-element-margin:0.8em;--sk-headline-plus-headline-margin:0.4em;--sk-paragraph-plus-headline-margin:1.6em}html{font-family:SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:106.25%;quotes:"â" "â"}[lang]:lang(ar){font-family:SF Pro AR,SF Pro AR Text,SF Pro Text,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}[lang]:lang(ja){font-family:SF Pro JP,SF Pro Text,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}[lang]:lang(ko){font-family:SF Pro KR,SF Pro Text,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}[lang]:lang(th){font-family:SF Pro TH,SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}[lang]:lang(zh-CN){font-family:SF Pro SC,SF Pro Text,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}[lang]:lang(zh-HK){font-family:SF Pro HK,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}[lang]:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}[lang]:lang(zh-TW){font-family:SF Pro TC,SF Pro Text,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}:lang(cs),:lang(de){quotes:"â" "â"}:lang(de-CH),:lang(de-LI){quotes:"Â«" "Â»"}:lang(fr){quotes:"Â«Â " "Â Â»"}:lang(es-ES),:lang(fr-CH){quotes:"Â«" "Â»"}:lang(hu){quotes:"â" "â"}:lang(ja-JP){quotes:"ã" "ã"}:lang(no-NO){quotes:"Â«" "Â»"}:lang(lt),:lang(pl){quotes:"â" "â"}:lang(ru){quotes:"Â« " " Â»"}:lang(zh){quotes:"ã" "ã"}:lang(zh-CN){quotes:"â" "â"}body{font-size:17px;line-height:1.4705882353;font-weight:400;letter-spacing:-0.022em;font-family:SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif;background-color:var(--sk-body-background-color,rgb(255,255,255));color:var(--sk-body-text-color,rgb(29,29,31));font-style:normal}body:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Text,SF Pro Text,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}body:lang(ja){line-height:1.3529611765;letter-spacing:0em;font-family:SF Pro JP,SF Pro Text,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}body:lang(ko){line-height:1.5882352941;font-family:SF Pro KR,SF Pro Text,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}body:lang(ko),body:lang(th),body:lang(zh){letter-spacing:0em}body:lang(th){line-height:1.3529611765;font-family:SF Pro TH,SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}body:lang(zh-CN){font-family:SF Pro SC,SF Pro Text,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}body:lang(zh-HK){font-family:SF Pro HK,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}body:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}body:lang(zh-TW){font-family:SF Pro TC,SF Pro Text,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}body,button,input,select,textarea{font-synthesis:none;-moz-font-feature-settings:"kern";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:600;color:var(--sk-headline-text-color,rgb(29,29,31))}h1 img,h2 img,h3 img,h4 img,h5 img,h6 img{display:block;margin:0}h1+*,h2+*,h3+*,h4+*,h5+*,h6+*{margin-top:var(--sk-headline-plus-first-element-margin,0.8em)}h1+h1,h1+h2,h1+h3,h1+h4,h1+h5,h1+h6,h2+h1,h2+h2,h2+h3,h2+h4,h2+h5,h2+h6,h3+h1,h3+h2,h3+h3,h3+h4,h3+h5,h3+h6,h4+h1,h4+h2,h4+h3,h4+h4,h4+h5,h4+h6,h5+h1,h5+h2,h5+h3,h5+h4,h5+h5,h5+h6,h6+h1,h6+h2,h6+h3,h6+h4,h6+h5,h6+h6{margin-top:var(--sk-headline-plus-headline-margin,0.4em)}ol+h1,ol+h2,ol+h3,ol+h4,ol+h5,ol+h6,p+h1,p+h2,p+h3,p+h4,p+h5,p+h6,ul+h1,ul+h2,ul+h3,ul+h4,ul+h5,ul+h6{margin-top:var(--sk-paragraph-plus-headline-margin,1.6em)}.heading-collapsed+*{margin-top:0}ol+*,p+*,ul+*{margin-top:var(--sk-paragraph-plus-element-margin,0.8em)}ol,ul{margin-inline-start:1.1764705882em}ol ol,ol ul,ul ol,ul ul{margin-top:0;margin-bottom:0}nav ol,nav ul{margin:0;list-style:none}li li{font-size:1em}b,strong{font-weight:600}cite,dfn,em,i{font-style:italic}abbr{border:0}:lang(ja),:lang(ko),:lang(th),:lang(zh){font-style:normal}:lang(ko){word-break:keep-all}:root{--sk-body-link-color:rgb(0,102,204);--sk-link-disabled-opacity:0.42}a{color:var(--sk-body-link-color,rgb(0,102,204));letter-spacing:inherit}a:disabled{text-decoration:none}a:hover{text-decoration:underline}a.disabled,a :disabled{opacity:var(--sk-link-disabled-opacity,0.42)}:root{--sk-focus-color:#0071e3;--sk-focus-color-alt:rgb(0,0,0);--sk-focus-offset:1px;--sk-focus-offset-container:3px}html:not([dir=rtl]){--r-sk-start:left;--r-sk-end:right;--r-sk-safe-area-inset-start:env(safe-area-inset-left);--r-sk-safe-area-inset-end:env(safe-area-inset-right);--r-sk-logical-factor:1}html[dir=rtl]{--r-sk-start:right;--r-sk-end:left;--r-sk-safe-area-inset-start:env(safe-area-inset-right);--r-sk-safe-area-inset-end:env(safe-area-inset-left);--r-sk-logical-factor:-1}.justify-content-start{justify-content:flex-start}.justify-content-end{justify-content:flex-end}.justify-content-center{justify-content:center}.justify-content-spacebetween{justify-content:space-between}.justify-content-spacearound{justify-content:space-around}.justify-content-spaceevenly{justify-content:space-evenly}.align-items-start{align-items:flex-start}.align-items-center{align-items:center}.align-items-end{align-items:flex-end}.align-self-start{align-self:flex-start}.align-self-center{align-self:center}.align-self-end{align-self:flex-end}.large-justify-content-start{justify-content:flex-start}.large-justify-content-end{justify-content:flex-end}.large-justify-content-center{justify-content:center}.large-justify-content-spacebetween{justify-content:space-between}.large-justify-content-spacearound{justify-content:space-around}.large-justify-content-spaceevenly{justify-content:space-evenly}.large-align-items-start{align-items:flex-start}.large-align-items-center{align-items:center}.large-align-items-end{align-items:flex-end}.large-align-self-start{align-self:flex-start}.large-align-self-center{align-self:center}.large-align-self-end{align-self:flex-end}@media(min-width:1441px){.xlarge-justify-content-start{justify-content:flex-start}.xlarge-justify-content-end{justify-content:flex-end}.xlarge-justify-content-center{justify-content:center}.xlarge-justify-content-spacebetween{justify-content:space-between}.xlarge-justify-content-spacearound{justify-content:space-around}.xlarge-justify-content-spaceevenly{justify-content:space-evenly}.xlarge-align-items-start{align-items:flex-start}.xlarge-align-items-center{align-items:center}.xlarge-align-items-end{align-items:flex-end}.xlarge-align-self-start{align-self:flex-start}.xlarge-align-self-center{align-self:center}.xlarge-align-self-end{align-self:flex-end}}@media(max-width:1068px){.medium-justify-content-start{justify-content:flex-start}.medium-justify-content-end{justify-content:flex-end}.medium-justify-content-center{justify-content:center}.medium-justify-content-spacebetween{justify-content:space-between}.medium-justify-content-spacearound{justify-content:space-around}.medium-justify-content-spaceevenly{justify-content:space-evenly}.medium-align-items-start{align-items:flex-start}.medium-align-items-center{align-items:center}.medium-align-items-end{align-items:flex-end}.medium-align-self-start{align-self:flex-start}.medium-align-self-center{align-self:center}.medium-align-self-end{align-self:flex-end}}@media(max-width:734px){.small-justify-content-start{justify-content:flex-start}.small-justify-content-end{justify-content:flex-end}.small-justify-content-center{justify-content:center}.small-justify-content-spacebetween{justify-content:space-between}.small-justify-content-spacearound{justify-content:space-around}.small-justify-content-spaceevenly{justify-content:space-evenly}.small-align-items-start{align-items:flex-start}.small-align-items-center{align-items:center}.small-align-items-end{align-items:flex-end}.small-align-self-start{align-self:flex-start}.small-align-self-center{align-self:center}.small-align-self-end{align-self:flex-end}}.selfclear::after,.selfclear::before{content:" ";display:table}.selfclear::after{clear:both}.visuallyhidden{position:absolute;clip:rect(1px,1px,1px,1px);clip-path:inset(0 0 99.9% 99.9%);overflow:hidden;height:1px;width:1px;padding:0;border:0}@media(inverted-colors){.no-inversion{filter:invert(1)}}.nowrap{display:inline-block;text-decoration:inherit;white-space:nowrap}.clear{clear:both}.cursor-grab{cursor:move;cursor:grab}.cursor-grabbing{cursor:move;cursor:grabbing}:root{--sk-footnote-font-size:0.6em;--sk-footnote-offset-top:-0.5em}sub,sup{position:relative;font-size:var(--sk-footnote-font-size,0.6em);vertical-align:initial}sup{top:var(--sk-footnote-offset-top,-0.5em)}sub{bottom:-0.25em}.row{display:flex;flex-flow:row wrap;width:100%}.row-reverse{flex-direction:row-reverse}.column{box-sizing:border-box;margin:0;padding:0;min-width:0}.large-offset-0{margin-inline-start:0}.large-order-0{order:0}.large-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.large-offset-1{margin-inline-start:8.3333333333%}.large-order-1{order:1}.large-2{flex-basis:16.6666666667%;max-width:16.6666666667%}.large-offset-2{margin-inline-start:16.6666666667%}.large-order-2{order:2}.large-3{flex-basis:25%;max-width:25%}.large-offset-3{margin-inline-start:25%}.large-order-3{order:3}.large-4{flex-basis:33.3333333333%;max-width:33.3333333333%}.large-offset-4{margin-inline-start:33.3333333333%}.large-order-4{order:4}.large-5{flex-basis:41.6666666667%;max-width:41.6666666667%}.large-offset-5{margin-inline-start:41.6666666667%}.large-order-5{order:5}.large-6{flex-basis:50%;max-width:50%}.large-offset-6{margin-inline-start:50%}.large-order-6{order:6}.large-7{flex-basis:58.3333333333%;max-width:58.3333333333%}.large-offset-7{margin-inline-start:58.3333333333%}.large-order-7{order:7}.large-8{flex-basis:66.6666666667%;max-width:66.6666666667%}.large-offset-8{margin-inline-start:66.6666666667%}.large-order-8{order:8}.large-9{flex-basis:75%;max-width:75%}.large-offset-9{margin-inline-start:75%}.large-order-9{order:9}.large-10{flex-basis:83.3333333333%;max-width:83.3333333333%}.large-offset-10{margin-inline-start:83.3333333333%}.large-order-10{order:10}.large-11{flex-basis:91.6666666667%;max-width:91.6666666667%}.large-offset-11{margin-inline-start:91.6666666667%}.large-order-11{order:11}.large-12{flex-basis:100%;max-width:100%}.large-offset-12{margin-inline-start:100%}.large-order-12{order:12}.large-centered{margin-inline-start:auto;margin-inline-end:auto}.large-uncentered{margin-inline-start:0;margin-inline-end:0}.large-last{margin-inline-start:auto}.large-notlast{margin-inline-start:0}.large-grow{flex:auto;max-width:none}.large-ungrow{flex:initial;max-width:none}@media(min-width:1441px){.xlarge-offset-0{margin-inline-start:0}.xlarge-order-0{order:0}.xlarge-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.xlarge-offset-1{margin-inline-start:8.3333333333%}.xlarge-order-1{order:1}.xlarge-2{flex-basis:16.6666666667%;max-width:16.6666666667%}.xlarge-offset-2{margin-inline-start:16.6666666667%}.xlarge-order-2{order:2}.xlarge-3{flex-basis:25%;max-width:25%}.xlarge-offset-3{margin-inline-start:25%}.xlarge-order-3{order:3}.xlarge-4{flex-basis:33.3333333333%;max-width:33.3333333333%}.xlarge-offset-4{margin-inline-start:33.3333333333%}.xlarge-order-4{order:4}.xlarge-5{flex-basis:41.6666666667%;max-width:41.6666666667%}.xlarge-offset-5{margin-inline-start:41.6666666667%}.xlarge-order-5{order:5}.xlarge-6{flex-basis:50%;max-width:50%}.xlarge-offset-6{margin-inline-start:50%}.xlarge-order-6{order:6}.xlarge-7{flex-basis:58.3333333333%;max-width:58.3333333333%}.xlarge-offset-7{margin-inline-start:58.3333333333%}.xlarge-order-7{order:7}.xlarge-8{flex-basis:66.6666666667%;max-width:66.6666666667%}.xlarge-offset-8{margin-inline-start:66.6666666667%}.xlarge-order-8{order:8}.xlarge-9{flex-basis:75%;max-width:75%}.xlarge-offset-9{margin-inline-start:75%}.xlarge-order-9{order:9}.xlarge-10{flex-basis:83.3333333333%;max-width:83.3333333333%}.xlarge-offset-10{margin-inline-start:83.3333333333%}.xlarge-order-10{order:10}.xlarge-11{flex-basis:91.6666666667%;max-width:91.6666666667%}.xlarge-offset-11{margin-inline-start:91.6666666667%}.xlarge-order-11{order:11}.xlarge-12{flex-basis:100%;max-width:100%}.xlarge-offset-12{margin-inline-start:100%}.xlarge-order-12{order:12}.xlarge-centered{margin-inline-start:auto;margin-inline-end:auto}.xlarge-uncentered{margin-inline-start:0;margin-inline-end:0}.xlarge-last{margin-inline-start:auto}.xlarge-notlast{margin-inline-start:0}.xlarge-grow{flex:auto;max-width:none}.xlarge-ungrow{flex:initial;max-width:none}}@media(max-width:1068px){.medium-offset-0{margin-inline-start:0}.medium-order-0{order:0}.medium-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.medium-offset-1{margin-inline-start:8.3333333333%}.medium-order-1{order:1}.medium-2{flex-basis:16.6666666667%;max-width:16.6666666667%}.medium-offset-2{margin-inline-start:16.6666666667%}.medium-order-2{order:2}.medium-3{flex-basis:25%;max-width:25%}.medium-offset-3{margin-inline-start:25%}.medium-order-3{order:3}.medium-4{flex-basis:33.3333333333%;max-width:33.3333333333%}.medium-offset-4{margin-inline-start:33.3333333333%}.medium-order-4{order:4}.medium-5{flex-basis:41.6666666667%;max-width:41.6666666667%}.medium-offset-5{margin-inline-start:41.6666666667%}.medium-order-5{order:5}.medium-6{flex-basis:50%;max-width:50%}.medium-offset-6{margin-inline-start:50%}.medium-order-6{order:6}.medium-7{flex-basis:58.3333333333%;max-width:58.3333333333%}.medium-offset-7{margin-inline-start:58.3333333333%}.medium-order-7{order:7}.medium-8{flex-basis:66.6666666667%;max-width:66.6666666667%}.medium-offset-8{margin-inline-start:66.6666666667%}.medium-order-8{order:8}.medium-9{flex-basis:75%;max-width:75%}.medium-offset-9{margin-inline-start:75%}.medium-order-9{order:9}.medium-10{flex-basis:83.3333333333%;max-width:83.3333333333%}.medium-offset-10{margin-inline-start:83.3333333333%}.medium-order-10{order:10}.medium-11{flex-basis:91.6666666667%;max-width:91.6666666667%}.medium-offset-11{margin-inline-start:91.6666666667%}.medium-order-11{order:11}.medium-12{flex-basis:100%;max-width:100%}.medium-offset-12{margin-inline-start:100%}.medium-order-12{order:12}.medium-centered{margin-inline-start:auto;margin-inline-end:auto}.medium-uncentered{margin-inline-start:0;margin-inline-end:0}.medium-last{margin-inline-start:auto}.medium-notlast{margin-inline-start:0}.medium-grow{flex:auto;max-width:none}.medium-ungrow{flex:initial;max-width:none}}@media(max-width:734px){.small-offset-0{margin-inline-start:0}.small-order-0{order:0}.small-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.small-offset-1{margin-inline-start:8.3333333333%}.small-order-1{order:1}.small-2{flex-basis:16.6666666667%;max-width:16.6666666667%}.small-offset-2{margin-inline-start:16.6666666667%}.small-order-2{order:2}.small-3{flex-basis:25%;max-width:25%}.small-offset-3{margin-inline-start:25%}.small-order-3{order:3}.small-4{flex-basis:33.3333333333%;max-width:33.3333333333%}.small-offset-4{margin-inline-start:33.3333333333%}.small-order-4{order:4}.small-5{flex-basis:41.6666666667%;max-width:41.6666666667%}.small-offset-5{margin-inline-start:41.6666666667%}.small-order-5{order:5}.small-6{flex-basis:50%;max-width:50%}.small-offset-6{margin-inline-start:50%}.small-order-6{order:6}.small-7{flex-basis:58.3333333333%;max-width:58.3333333333%}.small-offset-7{margin-inline-start:58.3333333333%}.small-order-7{order:7}.small-8{flex-basis:66.6666666667%;max-width:66.6666666667%}.small-offset-8{margin-inline-start:66.6666666667%}.small-order-8{order:8}.small-9{flex-basis:75%;max-width:75%}.small-offset-9{margin-inline-start:75%}.small-order-9{order:9}.small-10{flex-basis:83.3333333333%;max-width:83.3333333333%}.small-offset-10{margin-inline-start:83.3333333333%}.small-order-10{order:10}.small-11{flex-basis:91.6666666667%;max-width:91.6666666667%}.small-offset-11{margin-inline-start:91.6666666667%}.small-order-11{order:11}.small-12{flex-basis:100%;max-width:100%}.small-offset-12{margin-inline-start:100%}.small-order-12{order:12}.small-centered{margin-inline-start:auto;margin-inline-end:auto}.small-uncentered{margin-inline-start:0;margin-inline-end:0}.small-last{margin-inline-start:auto}.small-notlast{margin-inline-start:0}.small-grow{flex:auto;max-width:none}.small-ungrow{flex:initial;max-width:none}}.row-reverse .column{box-sizing:border-box;margin:0;padding:0;min-width:0}.row-reverse .large-offset-0{margin-inline-end:0}.row-reverse .large-offset-1{margin-inline-end:8.3333333333%}.row-reverse .large-offset-2{margin-inline-end:16.6666666667%}.row-reverse .large-offset-3{margin-inline-end:25%}.row-reverse .large-offset-4{margin-inline-end:33.3333333333%}.row-reverse .large-offset-5{margin-inline-end:41.6666666667%}.row-reverse .large-offset-6{margin-inline-end:50%}.row-reverse .large-offset-7{margin-inline-end:58.3333333333%}.row-reverse .large-offset-8{margin-inline-end:66.6666666667%}.row-reverse .large-offset-9{margin-inline-end:75%}.row-reverse .large-offset-10{margin-inline-end:83.3333333333%}.row-reverse .large-offset-11{margin-inline-end:91.6666666667%}.row-reverse .large-offset-12{margin-inline-end:100%}.row-reverse .large-last{margin-inline-end:auto}.row-reverse .large-notlast{margin-inline-end:0}@media(min-width:1441px){.row-reverse .xlarge-offset-0{margin-inline-end:0}.row-reverse .xlarge-offset-1{margin-inline-end:8.3333333333%}.row-reverse .xlarge-offset-2{margin-inline-end:16.6666666667%}.row-reverse .xlarge-offset-3{margin-inline-end:25%}.row-reverse .xlarge-offset-4{margin-inline-end:33.3333333333%}.row-reverse .xlarge-offset-5{margin-inline-end:41.6666666667%}.row-reverse .xlarge-offset-6{margin-inline-end:50%}.row-reverse .xlarge-offset-7{margin-inline-end:58.3333333333%}.row-reverse .xlarge-offset-8{margin-inline-end:66.6666666667%}.row-reverse .xlarge-offset-9{margin-inline-end:75%}.row-reverse .xlarge-offset-10{margin-inline-end:83.3333333333%}.row-reverse .xlarge-offset-11{margin-inline-end:91.6666666667%}.row-reverse .xlarge-offset-12{margin-inline-end:100%}.row-reverse .xlarge-last{margin-inline-end:auto}.row-reverse .xlarge-notlast{margin-inline-end:0}}@media(max-width:1068px){.row-reverse .medium-offset-0{margin-inline-end:0}.row-reverse .medium-offset-1{margin-inline-end:8.3333333333%}.row-reverse .medium-offset-2{margin-inline-end:16.6666666667%}.row-reverse .medium-offset-3{margin-inline-end:25%}.row-reverse .medium-offset-4{margin-inline-end:33.3333333333%}.row-reverse .medium-offset-5{margin-inline-end:41.6666666667%}.row-reverse .medium-offset-6{margin-inline-end:50%}.row-reverse .medium-offset-7{margin-inline-end:58.3333333333%}.row-reverse .medium-offset-8{margin-inline-end:66.6666666667%}.row-reverse .medium-offset-9{margin-inline-end:75%}.row-reverse .medium-offset-10{margin-inline-end:83.3333333333%}.row-reverse .medium-offset-11{margin-inline-end:91.6666666667%}.row-reverse .medium-offset-12{margin-inline-end:100%}.row-reverse .medium-last{margin-inline-end:auto}.row-reverse .medium-notlast{margin-inline-end:0}}@media(max-width:734px){.row-reverse .small-offset-0{margin-inline-end:0}.row-reverse .small-offset-1{margin-inline-end:8.3333333333%}.row-reverse .small-offset-2{margin-inline-end:16.6666666667%}.row-reverse .small-offset-3{margin-inline-end:25%}.row-reverse .small-offset-4{margin-inline-end:33.3333333333%}.row-reverse .small-offset-5{margin-inline-end:41.6666666667%}.row-reverse .small-offset-6{margin-inline-end:50%}.row-reverse .small-offset-7{margin-inline-end:58.3333333333%}.row-reverse .small-offset-8{margin-inline-end:66.6666666667%}.row-reverse .small-offset-9{margin-inline-end:75%}.row-reverse .small-offset-10{margin-inline-end:83.3333333333%}.row-reverse .small-offset-11{margin-inline-end:91.6666666667%}.row-reverse .small-offset-12{margin-inline-end:100%}.row-reverse .small-last{margin-inline-end:auto}.row-reverse .small-notlast{margin-inline-end:0}}.grid{--sk-cssgrid-columns:12;--sk-cssgrid-column-gutter-inner-large:var(--sk-cssgrid-column-gutter-inner,24px);--sk-cssgrid-column-gutter-inner-xlarge:var(--sk-cssgrid-column-gutter-inner,var(--sk-cssgrid-column-gutter-inner-large));--sk-cssgrid-column-gutter-inner-medium:var(--sk-cssgrid-column-gutter-inner,var(--sk-cssgrid-column-gutter-inner-large));--sk-cssgrid-column-gutter-inner-small:var(--sk-cssgrid-column-gutter-inner,var(--sk-cssgrid-column-gutter-inner-large));grid-column-gap:var(--sk-cssgrid-column-gutter-inner-large);--sk-cssgrid-row-gutter-inner-large:var(--sk-cssgrid-row-gutter-inner,24px);--sk-cssgrid-row-gutter-inner-xlarge:var(--sk-cssgrid-row-gutter-inner,var(--sk-cssgrid-row-gutter-inner-large));--sk-cssgrid-row-gutter-inner-medium:var(--sk-cssgrid-row-gutter-inner,var(--sk-cssgrid-row-gutter-inner-large));--sk-cssgrid-row-gutter-inner-small:var(--sk-cssgrid-row-gutter-inner,var(--sk-cssgrid-row-gutter-inner-large));grid-row-gap:var(--sk-cssgrid-row-gutter-inner-large);--sk-cssgrid-column-gutter-outer-large:var(--sk-cssgrid-column-gutter-outer,24px);--sk-cssgrid-column-gutter-outer-xlarge:var(--sk-cssgrid-column-gutter-outer,var(--sk-cssgrid-column-gutter-outer-large));--sk-cssgrid-column-gutter-outer-medium:var(--sk-cssgrid-column-gutter-outer,var(--sk-cssgrid-column-gutter-outer-large));--sk-cssgrid-column-gutter-outer-small:var(--sk-cssgrid-column-gutter-outer,var(--sk-cssgrid-column-gutter-outer-large));--sk-cssgrid-row-gutter-outer-large:var(--sk-cssgrid-row-gutter-outer,0);--sk-cssgrid-row-gutter-outer-xlarge:var(--sk-cssgrid-row-gutter-outer,var(--sk-cssgrid-row-gutter-outer-large));--sk-cssgrid-row-gutter-outer-medium:var(--sk-cssgrid-row-gutter-outer,var(--sk-cssgrid-row-gutter-outer-large));--sk-cssgrid-row-gutter-outer-small:var(--sk-cssgrid-row-gutter-outer,var(--sk-cssgrid-row-gutter-outer-large));padding:var(--sk-cssgrid-row-gutter-outer-large) var(--sk-cssgrid-column-gutter-outer-large);margin-inline-start:auto;margin-inline-end:auto;display:grid;grid-template-columns:repeat(var(--sk-cssgrid-columns),minmax(0,1fr))}@media(min-width:1441px){.grid{grid-column-gap:var(--sk-cssgrid-column-gutter-inner-xlarge)}}@media(max-width:1068px){.grid{grid-column-gap:var(--sk-cssgrid-column-gutter-inner-medium)}}@media(max-width:734px){.grid{grid-column-gap:var(--sk-cssgrid-column-gutter-inner-small)}}@media(min-width:1441px){.grid{grid-row-gap:var(--sk-cssgrid-row-gutter-inner-xlarge)}}@media(max-width:1068px){.grid{grid-row-gap:var(--sk-cssgrid-row-gutter-inner-medium)}}@media(max-width:734px){.grid{grid-row-gap:var(--sk-cssgrid-row-gutter-inner-small)}}@media(min-width:1441px){.grid{padding-left:var(--sk-cssgrid-column-gutter-outer-xlarge)}}@media(max-width:1068px){.grid{padding-left:var(--sk-cssgrid-column-gutter-outer-medium)}}@media(max-width:734px){.grid{padding-left:var(--sk-cssgrid-column-gutter-outer-small)}}@media(min-width:1441px){.grid{padding-right:var(--sk-cssgrid-column-gutter-outer-xlarge)}}@media(max-width:1068px){.grid{padding-right:var(--sk-cssgrid-column-gutter-outer-medium)}}@media(max-width:734px){.grid{padding-right:var(--sk-cssgrid-column-gutter-outer-small)}}@media(min-width:1441px){.grid{padding-top:var(--sk-cssgrid-row-gutter-outer-xlarge)}}@media(max-width:1068px){.grid{padding-top:var(--sk-cssgrid-row-gutter-outer-medium)}}@media(max-width:734px){.grid{padding-top:var(--sk-cssgrid-row-gutter-outer-small)}}@media(min-width:1441px){.grid{padding-bottom:var(--sk-cssgrid-row-gutter-outer-xlarge)}}@media(max-width:1068px){.grid{padding-bottom:var(--sk-cssgrid-row-gutter-outer-medium)}}@media(max-width:734px){.grid{padding-bottom:var(--sk-cssgrid-row-gutter-outer-small)}}.grid .grid{height:100%;padding-left:0;padding-right:0}.grid-item{position:relative;box-sizing:border-box}.large-span-0{grid-column:span 0}.large-span-1{grid-column:span 1}.large-span-2{grid-column:span 2}.large-span-3{grid-column:span 3}.large-span-4{grid-column:span 4}.large-span-5{grid-column:span 5}.large-span-6{grid-column:span 6}.large-span-7{grid-column:span 7}.large-span-8{grid-column:span 8}.large-span-9{grid-column:span 9}.large-span-10{grid-column:span 10}.large-span-11{grid-column:span 11}.large-span-12{grid-column:span 12}@media(min-width:1441px){.xlarge-span-0{grid-column:span 0}.xlarge-span-1{grid-column:span 1}.xlarge-span-2{grid-column:span 2}.xlarge-span-3{grid-column:span 3}.xlarge-span-4{grid-column:span 4}.xlarge-span-5{grid-column:span 5}.xlarge-span-6{grid-column:span 6}.xlarge-span-7{grid-column:span 7}.xlarge-span-8{grid-column:span 8}.xlarge-span-9{grid-column:span 9}.xlarge-span-10{grid-column:span 10}.xlarge-span-11{grid-column:span 11}.xlarge-span-12{grid-column:span 12}}@media(max-width:1068px){.medium-span-0{grid-column:span 0}.medium-span-1{grid-column:span 1}.medium-span-2{grid-column:span 2}.medium-span-3{grid-column:span 3}.medium-span-4{grid-column:span 4}.medium-span-5{grid-column:span 5}.medium-span-6{grid-column:span 6}.medium-span-7{grid-column:span 7}.medium-span-8{grid-column:span 8}.medium-span-9{grid-column:span 9}.medium-span-10{grid-column:span 10}.medium-span-11{grid-column:span 11}.medium-span-12{grid-column:span 12}}@media(max-width:734px){.small-span-0{grid-column:span 0}.small-span-1{grid-column:span 1}.small-span-2{grid-column:span 2}.small-span-3{grid-column:span 3}.small-span-4{grid-column:span 4}.small-span-5{grid-column:span 5}.small-span-6{grid-column:span 6}.small-span-7{grid-column:span 7}.small-span-8{grid-column:span 8}.small-span-9{grid-column:span 9}.small-span-10{grid-column:span 10}.small-span-11{grid-column:span 11}.small-span-12{grid-column:span 12}}.icon::after,.icon::before,.more::after,.more::before{font-family:SF Pro Icons;color:inherit;display:inline-block;font-style:normal;font-weight:inherit;font-size:inherit;line-height:1;text-decoration:underline;position:relative;z-index:1;alt:"";text-decoration:none}.icon::before,.more::before{display:none}.icon-after::after,.more::after{padding-inline-start:.24em;top:0}.icon-before::before{display:inline-block;padding-inline-end:.24em;top:0}.icon-before::after{display:none}.icon-wrapper .icon,.icon-wrapper .icon-after::after,.icon-wrapper .icon-before::before,.icon-wrapper .more:not(.icon-before)::after{display:inline;position:static}.icon-wrapper.icon-clip .icon,.icon-wrapper.icon-clip .icon-after::after,.icon-wrapper.icon-clip .icon-before::before,.icon-wrapper.icon-clip .more:not(.icon-before)::after{position:static}a.icon-wrapper{text-decoration:none}a.icon-wrapper:hover .icon-copy{text-decoration:underline}.icon-apple::after,.icon-apple::before{content:"ï£¿"}.icon-apple::before{padding-inline-end:0}.icon-chevrondown::after,.icon-chevrondown::before{content:"ï"}:lang(ja) .icon-chevrondown::after,:lang(ja) .icon-chevrondown::before{position:relative;top:-0.07em}.icon-chevrondowncircle::after,.icon-chevrondowncircle::before{content:"ï"}.icon-chevronleft::after,.icon-chevronleft::before{content:"ï"}:lang(ja) .icon-chevronleft::before{position:relative;top:-0.1em}:lang(ko) .icon-chevronleft::before{position:relative;top:-0.08em}:lang(ja) .icon-chevronleft::after{position:relative;top:-0.1em}:lang(ko) .icon-chevronleft::after{position:relative;top:-0.08em}.icon-chevronleftcircle::after,.icon-chevronleftcircle::before{content:"ï"}.icon-chevronright::after,.icon-chevronright::before{content:"ï"}:lang(ja) .icon-chevronright::before{position:relative;top:-0.1em}:lang(ko) .icon-chevronright::before{position:relative;top:-0.08em}:lang(ja) .icon-chevronright::after{position:relative;top:-0.1em}:lang(ko) .icon-chevronright::after{position:relative;top:-0.08em}.icon-chevronrightcircle::after,.icon-chevronrightcircle::before{content:"ï"}.icon-chevronup::after,.icon-chevronup::before{content:"ï"}:lang(ja) .icon-chevronup::after,:lang(ja) .icon-chevronup::before{position:relative;top:-0.1em}.icon-chevronupcircle::after,.icon-chevronupcircle::before{content:"ï"}.icon-arrowdowncircle::after,.icon-arrowdowncircle::before{content:"ï«"}.icon-arrowupcircle::after,.icon-arrowupcircle::before{content:"ô¶"}.icon-external::after,.icon-external::before{content:"ï­"}:lang(ja) .icon-external::after,:lang(ja) .icon-external::before{position:relative;top:-0.07em}.icon-share::after,.icon-share::before{content:"ï®"}:lang(ja) .icon-share::after,:lang(ja) .icon-share::before{position:relative;top:.03em}.icon-search::after,.icon-search::before{content:"î¨"}.icon-arkit::after,.icon-arkit::before{content:"î¨"}.icon-pausecircle::after,.icon-pausecircle::before{content:"ï"}.icon-pausesolid::after,.icon-pausesolid::before{content:"î¨"}.icon-playcircle::after,.icon-playcircle::before{content:"ï"}.icon-playsolid::after,.icon-playsolid::before{content:"î¨"}.icon-replay::after,.icon-replay::before{content:"ï¡"}.icon-stopcircle::after,.icon-stopcircle::before{content:"ï "}.icon-stopsolid::after,.icon-stopsolid::before{content:"î¨"}.icon-circle::after,.icon-circle::before{content:"ï¬"}.icon-check::after,.icon-check::before{content:"ï"}:lang(ja) .icon-check::after,:lang(ja) .icon-check::before{position:relative;top:-0.1em}.icon-checkcircle::after,.icon-checkcircle::before{content:"ï"}.icon-checksolid::after,.icon-checksolid::before{content:"ï"}.icon-reset::after,.icon-reset::before{content:"ï"}:lang(ja) .icon-reset::after,:lang(ja) .icon-reset::before{position:relative;top:-0.07em}.icon-resetcircle::after,.icon-resetcircle::before{content:"ï"}.icon-resetsolid::after,.icon-resetsolid::before{content:"ï"}.icon-ellipsiscircle::after,.icon-ellipsiscircle::before{content:"ô¡"}.icon-ellipsissolid::after,.icon-ellipsissolid::before{content:"ô¢"}.icon-exclamation::after,.icon-exclamation::before{content:"ï"}.icon-exclamationcircle::after,.icon-exclamationcircle::before{content:"ï"}.icon-exclamationsolid::after,.icon-exclamationsolid::before{content:"ï"}.icon-exclamationtriangle::after,.icon-exclamationtriangle::before{content:"î¨"}:lang(ja) .icon-exclamationtriangle::after,:lang(ja) .icon-exclamationtriangle::before{position:relative;top:-0.05em}.icon-exclamationtrianglesolid::after,.icon-exclamationtrianglesolid::before{content:"î¨"}:lang(ja) .icon-exclamationtrianglesolid::after,:lang(ja) .icon-exclamationtrianglesolid::before{position:relative;top:-0.05em}.icon-infocircle::after,.icon-infocircle::before{content:"ïª"}.icon-infosolid::after,.icon-infosolid::before{content:"î¨"}.icon-question::after,.icon-question::before{content:"ï"}.icon-questioncircle::after,.icon-questioncircle::before{content:"ï"}.icon-questionsolid::after,.icon-questionsolid::before{content:"ï"}.icon-plus::after,.icon-plus::before{content:"ï"}:lang(ja) .icon-plus::after,:lang(ja) .icon-plus::before{position:relative;top:-0.1em}.icon-pluscircle::after,.icon-pluscircle::before{content:"ï"}.icon-plussolid::after,.icon-plussolid::before{content:"ï"}.icon-minus::after,.icon-minus::before{content:"ï"}:lang(ja) .icon-minus::after,:lang(ja) .icon-minus::before{position:relative;top:-0.1em}.icon-minuscircle::after,.icon-minuscircle::before{content:"ï"}.icon-minussolid::after,.icon-minussolid::before{content:"ï"}.icon-1circle::after,.icon-1circle::before{content:"ï"}.icon-2circle::after,.icon-2circle::before{content:"ï"}.icon-3circle::after,.icon-3circle::before{content:"ï"}.icon-4circle::after,.icon-4circle::before{content:"ï"}.icon-5circle::after,.icon-5circle::before{content:"ï"}.icon-6circle::after,.icon-6circle::before{content:"ï"}.icon-7circle::after,.icon-7circle::before{content:"ï"}.icon-8circle::after,.icon-8circle::before{content:"ï"}.icon-9circle::after,.icon-9circle::before{content:"ï"}.icon-10circle::after,.icon-10circle::before{content:"ï"}.icon-11circle::after,.icon-11circle::before{content:"ï"}.icon-12circle::after,.icon-12circle::before{content:"ï"}.icon-13circle::after,.icon-13circle::before{content:"ï"}.icon-14circle::after,.icon-14circle::before{content:"ï"}.icon-15circle::after,.icon-15circle::before{content:"ï"}.icon-16circle::after,.icon-16circle::before{content:"ï"}.icon-17circle::after,.icon-17circle::before{content:"ï"}.icon-18circle::after,.icon-18circle::before{content:"ï"}.icon-19circle::after,.icon-19circle::before{content:"ï"}.icon-20circle::after,.icon-20circle::before{content:"ï"}.icon-close::after,.icon-close::before{content:"ï"}.icon-closecompact::after,.icon-closecompact::before{content:"ï¤"}.icon-paddleleft::after,.icon-paddleleft::before{content:"ï"}.icon-paddleleftcompact::after,.icon-paddleleftcompact::before{content:"ï "}.icon-paddleright::after,.icon-paddleright::before{content:"ï"}.icon-paddlerightcompact::after,.icon-paddlerightcompact::before{content:"ï¡"}.icon-paddleup::after,.icon-paddleup::before{content:"ï"}.icon-paddleupcompact::after,.icon-paddleupcompact::before{content:"ï¢"}.icon-paddledown::after,.icon-paddledown::before{content:"ï"}.icon-paddledowncompact::after,.icon-paddledowncompact::before{content:"ï£"}.icon-thumbnailreplay::after,.icon-thumbnailreplay::before{content:"ï"}.icon-thumbnailpause::after,.icon-thumbnailpause::before{content:"ï"}.icon-thumbnailplay::after,.icon-thumbnailplay::before{content:"ï"}.icon-externalrtl::after,.icon-externalrtl::before{content:"ï³"}.icon-questionrtl::after,.icon-questionrtl::before{content:"ï²"}.icon-questioncirclertl::after,.icon-questioncirclertl::before{content:"ï°"}.icon-questionsolidrtl::after,.icon-questionsolidrtl::before{content:"ï±"}a.icon{text-decoration:none}a.icon:hover{text-decoration:underline}html:not([dir=rtl]) .more::after,html:not([dir=rtl]) .more::before{content:"ï"}html:not([dir=rtl]):lang(ja) .more::before{position:relative;top:-0.1em}html:not([dir=rtl]):lang(ko) .more::before{position:relative;top:-0.08em}html:not([dir=rtl]):lang(ja) .more::after{position:relative;top:-0.1em}html:not([dir=rtl]):lang(ko) .more::after{position:relative;top:-0.08em}html[dir=rtl] .more::after,html[dir=rtl] .more::before{content:"ï"}html[dir=rtl]:lang(ja) .more::before{position:relative;top:-0.1em}html[dir=rtl]:lang(ko) .more::before{position:relative;top:-0.08em}html[dir=rtl]:lang(ja) .more::after{position:relative;top:-0.1em}html[dir=rtl]:lang(ko) .more::after{position:relative;top:-0.08em}.more-block{margin-top:.5em}a.more{text-decoration:none}a.more:hover{text-decoration:underline}html:not([dir=rtl]) .icon-chevronstart::after,html:not([dir=rtl]) .icon-chevronstart::before{content:"ï"}html:not([dir=rtl]):lang(ja) .icon-chevronstart::before{position:relative;top:-0.1em}html:not([dir=rtl]):lang(ko) .icon-chevronstart::before{position:relative;top:-0.08em}html:not([dir=rtl]):lang(ja) .icon-chevronstart::after{position:relative;top:-0.1em}html:not([dir=rtl]):lang(ko) .icon-chevronstart::after{position:relative;top:-0.08em}html[dir=rtl] .icon-chevronstart::after,html[dir=rtl] .icon-chevronstart::before{content:"ï"}html[dir=rtl]:lang(ja) .icon-chevronstart::before{position:relative;top:-0.1em}html[dir=rtl]:lang(ko) .icon-chevronstart::before{position:relative;top:-0.08em}html[dir=rtl]:lang(ja) .icon-chevronstart::after{position:relative;top:-0.1em}html[dir=rtl]:lang(ko) .icon-chevronstart::after{position:relative;top:-0.08em}html:not([dir=rtl]) .icon-chevronstartcircle::after,html:not([dir=rtl]) .icon-chevronstartcircle::before{content:"ï"}html[dir=rtl] .icon-chevronstartcircle::after,html[dir=rtl] .icon-chevronstartcircle::before{content:"ï"}html:not([dir=rtl]) .icon-chevronend::after,html:not([dir=rtl]) .icon-chevronend::before{content:"ï"}html:not([dir=rtl]):lang(ja) .icon-chevronend::before{position:relative;top:-0.1em}html:not([dir=rtl]):lang(ko) .icon-chevronend::before{position:relative;top:-0.08em}html:not([dir=rtl]):lang(ja) .icon-chevronend::after{position:relative;top:-0.1em}html:not([dir=rtl]):lang(ko) .icon-chevronend::after{position:relative;top:-0.08em}html[dir=rtl] .icon-chevronend::after,html[dir=rtl] .icon-chevronend::before{content:"ï"}html[dir=rtl]:lang(ja) .icon-chevronend::before{position:relative;top:-0.1em}html[dir=rtl]:lang(ko) .icon-chevronend::before{position:relative;top:-0.08em}html[dir=rtl]:lang(ja) .icon-chevronend::after{position:relative;top:-0.1em}html[dir=rtl]:lang(ko) .icon-chevronend::after{position:relative;top:-0.08em}html:not([dir=rtl]) .icon-chevronendcircle::after,html:not([dir=rtl]) .icon-chevronendcircle::before{content:"ï"}html[dir=rtl] .icon-chevronendcircle::after,html[dir=rtl] .icon-chevronendcircle::before{content:"ï"}html[dir=rtl] .icon-external::after,html[dir=rtl] .icon-external::before{content:"ï³"}html[dir=rtl] .icon-wrapper{unicode-bidi:bidi-override}html[dir=rtl] .icon-copy{unicode-bidi:embed}:lang(ar) .icon-question::after,:lang(ar) .icon-question::before{content:"ï²"}:lang(ar) .icon-questioncircle::after,:lang(ar) .icon-questioncircle::before{content:"ï°"}:lang(ar) .icon-questionsolid::after,:lang(ar) .icon-questionsolid::before{content:"ï±"}body{min-width:320px}.large-hide{display:none}.large-show{display:block}.large-show-inline{display:inline}.large-show-inlineblock{display:inline-block}@media(min-width:1441px){.xlarge-hide{display:none}.xlarge-show{display:block}.xlarge-show-inline{display:inline}.xlarge-show-inlineblock{display:inline-block}}@media(max-width:1068px){.medium-hide{display:none}.medium-show{display:block}.medium-show-inline{display:inline}.medium-show-inlineblock{display:inline-block}}@media(max-width:734px){.small-hide{display:none}.small-show{display:block}.small-show-inline{display:inline}.small-show-inlineblock{display:inline-block}}:root{--sk-glyph:rgb(0,0,0);--sk-glyph-gray:rgb(29,29,31);--sk-glyph-gray-alpha:rgba(0,0,0,0.88);--sk-glyph-gray-secondary:rgb(110,110,115);--sk-glyph-gray-secondary-alpha:rgba(0,0,0,0.56);--sk-glyph-gray-secondary-alt:rgb(66,66,69);--sk-glyph-gray-secondary-alt-alpha:rgba(0,0,0,0.72);--sk-glyph-gray-tertiary:rgb(134,134,139);--sk-glyph-gray-tertiary-alpha:rgba(0,0,0,0.48);--sk-glyph-blue:rgb(0,102,204);--sk-glyph-orange:rgb(182,68,0);--sk-glyph-green:rgb(0,128,9);--sk-glyph-red:rgb(227,0,0);--sk-fill:rgb(255,255,255);--sk-fill-secondary:rgb(250,250,252);--sk-fill-tertiary:rgb(245,245,247);--sk-fill-gray:rgb(29,29,31);--sk-fill-gray-alpha:rgba(0,0,0,0.88);--sk-fill-gray-secondary:rgb(134,134,139);--sk-fill-gray-secondary-alpha:rgba(0,0,0,0.48);--sk-fill-gray-tertiary:rgb(210,210,215);--sk-fill-gray-tertiary-alpha:rgba(0,0,0,0.16);--sk-fill-gray-quaternary:rgb(232,232,237);--sk-fill-gray-quaternary-alpha:rgba(0,0,0,0.08);--sk-fill-blue:rgb(0,113,227);--sk-fill-orange:rgb(245,99,0);--sk-fill-orange-secondary:rgb(255,249,244);--sk-fill-green:rgb(3,161,14);--sk-fill-green-secondary:rgb(245,255,246);--sk-fill-red:rgb(227,0,0);--sk-fill-red-secondary:rgb(255,242,244);--sk-fill-yellow:rgb(255,224,69);--sk-fill-yellow-secondary:rgb(255,254,242);--sk-productred:rgb(175,30,45);--sk-enviro-green:rgb(0,217,89);--sk-enviro-neutral:rgb(232,232,237)}br.large{display:block}@media(max-width:1068px){br.large{display:none}}@media(max-width:734px){br.large{display:none}}br.medium{display:none}@media(max-width:1068px){br.medium{display:block}}@media(max-width:734px){br.medium{display:none}}br.small{display:none}@media(max-width:1068px){br.small{display:none}}@media(max-width:734px){br.small{display:block}}.badge{--sk-badge-background:rgba(245,99,0,0.1);--sk-badge-text-color:rgb(182,68,0);--sk-badge-border-radius:6px;--sk-badge-horizontal-padding:9px;--sk-badge-vertical-padding:6px;--sk-badge-margin:0;--sk-badge-display:initial;box-sizing:border-box;white-space:nowrap;color:var(--sk-badge-text-color);background-color:var(--sk-badge-background);border-radius:var(--sk-badge-border-radius);padding:var(--sk-badge-vertical-padding) var(--sk-badge-horizontal-padding);margin-inline-start:var(--sk-badge-margin);display:var(--sk-badge-display);font-size:17px;line-height:1.1764805882;font-weight:600;letter-spacing:-0.022em;font-family:SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.badge:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Text,SF Pro Text,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.badge:lang(ja){letter-spacing:0em;font-family:SF Pro JP,SF Pro Text,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.badge:lang(ko){font-family:SF Pro KR,SF Pro Text,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.badge:lang(ko),.badge:lang(zh){letter-spacing:0em}.badge:lang(th){font-family:SF Pro TH,SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.badge:lang(zh-CN){font-family:SF Pro SC,SF Pro Text,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.badge:lang(zh-HK){font-family:SF Pro HK,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.badge:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.badge:lang(zh-TW){font-family:SF Pro TC,SF Pro Text,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}.badge-inline{--sk-badge-margin:8px;--sk-badge-display:inline-block}.badge-neutral{--sk-badge-background:rgba(29,29,31,0.07);--sk-badge-text-color:rgb(66,66,69)}.badge-solid-scrim{--sk-badge-background:rgb(250,233,225)}.badge-solid-scrim.badge-neutral{--sk-badge-background:rgb(232,232,237);--sk-badge-text-color:rgb(66,66,69)}.badge-reduced{font-size:12px;line-height:1.3333733333;font-weight:600;letter-spacing:-0.01em;font-family:SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif;--sk-badge-border-radius:5px;--sk-badge-horizontal-padding:6px;--sk-badge-vertical-padding:4px}.badge-reduced:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Text,SF Pro Text,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.badge-reduced:lang(ja){letter-spacing:0em;font-family:SF Pro JP,SF Pro Text,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.badge-reduced:lang(ko){letter-spacing:0em;font-family:SF Pro KR,SF Pro Text,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.badge-reduced:lang(zh){letter-spacing:0em}.badge-reduced:lang(th){font-family:SF Pro TH,SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.badge-reduced:lang(zh-CN){font-family:SF Pro SC,SF Pro Text,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.badge-reduced:lang(zh-HK){font-family:SF Pro HK,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.badge-reduced:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.badge-reduced:lang(zh-TW){font-family:SF Pro TC,SF Pro Text,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}.badge-reduced.badge-inline{--sk-badge-margin:8px;--sk-badge-display:inline-block}.badge-tiny{font-size:10px;line-height:1.15;font-weight:600;letter-spacing:-0.006em;font-family:SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif;--sk-badge-border-radius:3px;--sk-badge-horizontal-padding:3px;--sk-badge-vertical-padding:2px}.badge-tiny:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Text,SF Pro Text,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.badge-tiny:lang(ja){letter-spacing:0em;font-family:SF Pro JP,SF Pro Text,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.badge-tiny:lang(ko){letter-spacing:0em;font-family:SF Pro KR,SF Pro Text,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.badge-tiny:lang(zh){letter-spacing:0em}.badge-tiny:lang(th){font-family:SF Pro TH,SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.badge-tiny:lang(zh-CN){font-family:SF Pro SC,SF Pro Text,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.badge-tiny:lang(zh-HK){font-family:SF Pro HK,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.badge-tiny:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.badge-tiny:lang(zh-TW){font-family:SF Pro TC,SF Pro Text,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}.badge-tiny.badge-inline{--sk-badge-margin:8px;--sk-badge-display:inline-block}.badge-no-scrim{--sk-badge-border-radius:0;--sk-badge-horizontal-padding:0;--sk-badge-vertical-padding:0;--sk-badge-background:transparent}:root{--sk-footnote-reduced-font-size:0.45em;--sk-footnote-reduced-offset-top:-0.86em}.footnote a{vertical-align:inherit;color:inherit}.footnote-reduced{font-size:.45em}sup.footnote-reduced{top:-0.86em}sub.footnote-reduced{bottom:-0.36em}.footnote-supglyph{position:relative;vertical-align:initial;text-underline-offset:-0.28em}.footnote-supglyph.footnote-reduced{font-size:.9em;top:-0.09em}.footnote-diamond{position:relative;vertical-align:initial;text-underline-offset:-0.28em;font-feature-settings:"numr";font-size:1em}sup.footnote-diamond{top:auto}sub.footnote-diamond{bottom:-0.5em}.footnote-diamond.footnote-reduced{font-size:.9em;top:-0.09em}sub.footnote-diamond.footnote-reduced{top:auto;bottom:-0.52em}.footnote-number{position:relative;vertical-align:initial;text-underline-offset:-0.28em;font-feature-settings:"numr";font-size:1em}sup.footnote-number{top:auto}sub.footnote-number{bottom:-0.5em}.footnote-number.footnote-reduced{font-size:.9em;top:-0.09em}sub.footnote-number.footnote-reduced{top:auto;bottom:-0.52em}.footnote-comma{font-size:.55em;line-height:0;vertical-align:super;margin-inline-end:.12em;margin-inline-start:.03em}.footnote-comma.footnote-reduced{font-size:.65em}.paddlenav{--sk-paddlenav-diameter:36px;--sk-paddlenav-arrow-color:rgba(0,0,0,0.56);--sk-paddlenav-arrow-color-hover:rgba(0,0,0,0.64);--sk-paddlenav-arrow-color-active:rgba(0,0,0,0.64);--sk-paddlenav-background:transparent;--sk-paddlenav-background-hover:transparent;--sk-paddlenav-background-active:transparent}.paddlenav,.paddlenav ul{margin:0;list-style:none;display:flex;justify-content:center}.paddlenav .paddlenav-arrow{background:var(--sk-paddlenav-background);color:var(--sk-paddlenav-arrow-color);display:block;width:var(--sk-paddlenav-diameter);height:var(--sk-paddlenav-diameter);border-radius:var(--sk-paddlenav-diameter);font-style:normal;overflow:hidden;position:absolute;text-align:center;line-height:1;transition:background 100ms linear,color 100ms linear,opacity 100ms linear}.paddlenav .paddlenav-arrow-next,.paddlenav .paddlenav-arrow-previous{margin-top:calc(var(--sk-paddlenav-diameter)*-0.5);top:50%}html[dir=rtl] .paddlenav .paddlenav-arrow-next,html[dir=rtl] .paddlenav .paddlenav-arrow-previous{transform:rotate(180deg)}.paddlenav .paddlenav-arrow-down,.paddlenav .paddlenav-arrow-up{margin-left:calc(var(--sk-paddlenav-diameter)*-0.5);left:50%}.paddlenav .paddlenav-arrow svg path{fill:var(--sk-paddlenav-arrow-color);transition:fill 100ms linear}.paddlenav .paddlenav-arrow:hover{background:var(--sk-paddlenav-background-hover);color:var(--sk-paddlenav-arrow-color-hover);text-decoration:none}.paddlenav .paddlenav-arrow:hover svg path{fill:var(--sk-paddlenav-arrow-color-hover)}.paddlenav .paddlenav-arrow:active{background:var(--sk-paddlenav-background-active);color:var(--sk-paddlenav-arrow-color-active)}.paddlenav .paddlenav-arrow:active svg path{fill:var(--sk-paddlenav-arrow-color-active)}.paddlenav .paddlenav-arrow:focus-visible{outline:2px solid var(--sk-focus-color,#0071e3);outline-offset:var(--sk-focus-offset-container,3px)}.paddlenav .paddlenav-arrow.disabled,.paddlenav .paddlenav-arrow:disabled{pointer-events:none;opacity:var(--sk-link-disabled-opacity,0.42)}.paddlenav .paddlenav-arrow-previous{inset-inline-start:18px}.paddlenav .paddlenav-arrow-next{inset-inline-end:18px}.paddlenav .paddlenav-arrow-up{top:18px}.paddlenav .paddlenav-arrow-down{bottom:18px}.paddlenav-elevated{--sk-paddlenav-diameter:56px}.paddlenav-super{--sk-paddlenav-diameter:90px}.paddlenav-alpha{--sk-paddlenav-background:rgba(210,210,215,0.64);--sk-paddlenav-background-hover:rgba(223,223,227,0.6976);--sk-paddlenav-background-active:rgba(193,193,198,0.6544)}.paddlenav-solid{--sk-paddlenav-background:rgb(232,232,237);--sk-paddlenav-background-hover:#ececf0;--sk-paddlenav-background-active:#dfdfe4}.paddlenav-justified.paddlenav-outside .paddlenav-arrow-previous{inset-inline-start:18px;inset-inline-start:calc(var(--sk-paddlenav-diameter)*-1 + -18px)}.paddlenav-justified.paddlenav-outside .paddlenav-arrow-next{inset-inline-end:18px;inset-inline-end:calc(var(--sk-paddlenav-diameter)*-1 + -18px)}.paddlenav-side-aligned .paddlenav-arrow-next,.paddlenav-side-aligned .paddlenav-arrow-previous{top:100%;margin-top:calc(var(--sk-paddlenav-diameter)*-1 + -18px)}.paddlenav-side-aligned .paddlenav-arrow-previous{inset-inline-start:auto;inset-inline-end:calc(var(--sk-paddlenav-diameter) + 36px)}.paddlenav-side-aligned .paddlenav-arrow-next{inset-inline-end:18px}.paddlenav-side-aligned.paddlenav-outside .paddlenav-arrow-next,.paddlenav-side-aligned.paddlenav-outside .paddlenav-arrow-previous{top:100%;margin-top:18px}.paddlenav-side-aligned.paddlenav-outside .paddlenav-arrow-previous{inset-inline-start:auto;inset-inline-end:calc(var(--sk-paddlenav-diameter) + 36px);inset-inline-end:calc(var(--sk-paddlenav-diameter) + 18px)}.paddlenav-side-aligned.paddlenav-outside .paddlenav-arrow-next{inset-inline-end:18px;inset-inline-end:0}.paddlenav-centered .paddlenav-arrow-next,.paddlenav-centered .paddlenav-arrow-previous{top:100%;margin-top:calc(var(--sk-paddlenav-diameter)*-1 + -18px)}.paddlenav-centered .paddlenav-arrow{inset-inline-end:auto;inset-inline-start:auto}.paddlenav-centered .paddlenav-arrow-previous{margin-inline-start:calc(var(--sk-paddlenav-diameter)*-1 + -9px)}.paddlenav-centered .paddlenav-arrow-next{margin-inline-start:9px}.paddlenav-centered.paddlenav-outside .paddlenav-arrow-next,.paddlenav-centered.paddlenav-outside .paddlenav-arrow-previous{top:100%;margin-top:18px}.paddlenav-centered.paddlenav-outside .paddlenav-arrow{inset-inline-end:auto;inset-inline-start:auto}.paddlenav-centered.paddlenav-outside .paddlenav-arrow-previous{margin-inline-start:calc(var(--sk-paddlenav-diameter)*-1 + -9px)}.paddlenav-centered.paddlenav-outside .paddlenav-arrow-next{margin-inline-start:9px}.with-paddlenav{position:relative}html.no-touch .with-paddlenav-onhover .paddlenav-arrow{opacity:0;transition:background 100ms linear,color 100ms linear,opacity 100ms linear}html.no-touch .with-paddlenav-onhover .paddlenav-arrow:focus-visible,html.no-touch .with-paddlenav-onhover:hover .paddlenav-arrow{opacity:1}html.no-touch .with-paddlenav-onhover .paddlenav-arrow.disabled,html.no-touch .with-paddlenav-onhover .paddlenav-arrow:disabled{opacity:0}.with-paddlenav-visuallyhidden .paddlenav-arrow{clip:rect(1px,1px,1px,1px);clip-path:inset(0 0 99.9% 99.9%)}.with-paddlenav-visuallyhidden .paddlenav-arrow:focus-visible,.with-paddlenav-visuallyhidden .paddlenav-arrow:hover{clip:auto;clip-path:none}.viewport-content{margin-inline-start:auto;margin-inline-end:auto;width:980px}@media(min-width:1441px){.viewport-content{margin-inline-start:auto;margin-inline-end:auto;width:980px}}@media(max-width:1068px){.viewport-content{margin-inline-start:auto;margin-inline-end:auto;width:692px}}@media(max-width:734px){.viewport-content{margin-inline-start:auto;margin-inline-end:auto;width:87.5%}}.theme-dark{--sk-glyph:rgb(255,255,255);--sk-glyph-gray:rgb(245,245,247);--sk-glyph-gray-alpha:rgba(255,255,255,0.92);--sk-glyph-gray-secondary:rgb(134,134,139);--sk-glyph-gray-secondary-alpha:rgba(255,255,255,0.56);--sk-glyph-gray-secondary-alt:rgb(210,210,215);--sk-glyph-gray-secondary-alt-alpha:rgba(255,255,255,0.8);--sk-glyph-gray-tertiary:rgb(110,110,115);--sk-glyph-gray-tertiary-alpha:rgba(255,255,255,0.4);--sk-glyph-blue:rgb(41,151,255);--sk-glyph-orange:rgb(255,121,27);--sk-glyph-green:rgb(3,161,14);--sk-glyph-red:rgb(255,48,55);--sk-fill:rgb(0,0,0);--sk-fill-secondary:rgb(22,22,23);--sk-fill-tertiary:rgb(29,29,31);--sk-fill-gray:rgb(245,245,247);--sk-fill-gray-alpha:rgba(255,255,255,0.92);--sk-fill-gray-secondary:rgb(110,110,115);--sk-fill-gray-secondary-alpha:rgba(255,255,255,0.4);--sk-fill-gray-tertiary:rgb(66,66,69);--sk-fill-gray-tertiary-alpha:rgba(255,255,255,0.24);--sk-fill-gray-quaternary:rgb(51,51,54);--sk-fill-gray-quaternary-alpha:rgba(255,255,255,0.2);--sk-fill-orange-secondary:rgb(41,13,0);--sk-fill-green-secondary:rgb(0,43,3);--sk-fill-red:rgb(255,48,55);--sk-fill-red-secondary:rgb(51,0,0);--sk-fill-yellow:rgb(173,130,0);--sk-fill-yellow-secondary:rgb(43,32,0);--sk-enviro-neutral:rgb(0,0,0);--sk-body-background-color:rgb(0,0,0);--sk-body-text-color:rgb(245,245,247);--sk-headline-text-color:rgb(245,245,247);--sk-body-link-color:rgb(41,151,255);--sk-link-disabled-opacity:0.36;--sk-focus-color-alt:rgb(255,255,255)}.theme-dark .badge{--sk-badge-background:rgba(245,99,0,0.2);--sk-badge-text-color:rgb(255,121,27)}.theme-dark .badge-no-scrim{--sk-badge-background:transparent;--sk-badge-text-color:rgb(255,121,27)}.theme-dark .badge-solid-scrim{--sk-badge-background:rgb(71,30,0);--sk-badge-text-color:rgb(255,121,27)}.theme-dark .badge-neutral{--sk-badge-background:rgba(245,245,247,0.14);--sk-badge-text-color:rgb(210,210,215)}.theme-dark .badge-neutral.badge-no-scrim{--sk-badge-background:transparent;--sk-badge-text-color:rgb(210,210,215)}.theme-dark .badge-neutral.badge-solid-scrim{--sk-badge-background:rgb(51,51,54);--sk-badge-text-color:rgb(210,210,215)}.theme-dark a.block{--sk-blocklink-color:rgb(41,151,255)}.theme-dark .button{--sk-button-disabled-opacity:var(--sk-link-disabled-opacity,0.36);--sk-button-background:rgb(0,113,227);--sk-button-background-hover:#0076DF;--sk-button-background-active:#006EDB}.theme-dark .button-neutral{--sk-button-background:rgb(245,245,247);--sk-button-background-hover:rgb(255,255,255);--sk-button-background-active:#EDEDF2;--sk-button-color:rgb(0,0,0)}.theme-dark .button-secondary{--sk-button-background:transparent;--sk-button-background-hover:#0076DF;--sk-button-background-active:#006EDB;--sk-button-color:rgb(41,151,255);--sk-button-color-hover:rgb(255,255,255);--sk-button-border-color:rgb(41,151,255)}.theme-dark .button-secondary-neutral{--sk-button-background:transparent;--sk-button-background-hover:rgb(255,255,255);--sk-button-background-active:#EDEDF2;--sk-button-color:rgb(245,245,247);--sk-button-color-hover:rgb(0,0,0);--sk-button-border-color:rgb(245,245,247)}.theme-dark .colorindicator{--sk-colorindicator-background-color:rgb(29,29,31);--sk-colorindicator-swatch-border-color:conic-gradient(from 90deg,rgba(255,255,255,0.08) 0deg,rgba(255,255,255,0.48) 64.8deg,rgba(255,255,255,0.48) 115.2deg,rgba(255,255,255,0.08) 180deg,rgba(255,255,255,0) 208.8deg,rgba(255,255,255,0) 331.2deg,rgba(255,255,255,0.08) 360deg);--sk-colorindicator-label-color:rgb(134,134,139)}.theme-dark .dotnav{--sk-dotnav-background:rgba(255,255,255,0.36);--sk-dotnav-background-hover:rgba(255,255,255,0.48);--sk-dotnav-background-current:rgba(255,255,255,0.8)}.theme-dark .list,.theme-dark .list-title{--sk-list-copy-color:rgb(245,245,247);--sk-list-title-color:rgb(245,245,247)}.theme-dark .paddlenav,.theme-dark .paddlenav-solid{--sk-paddlenav-arrow-color:rgba(255,255,255,0.8);--sk-paddlenav-arrow-color-hover:rgb(255,255,255);--sk-paddlenav-arrow-color-active:rgb(255,255,255)}.theme-dark .paddlenav-solid{--sk-paddlenav-background:rgb(51,51,54);--sk-paddlenav-background-hover:#37373a;--sk-paddlenav-background-active:#2f2f32}.theme-dark .paddlenav-alpha{--sk-paddlenav-arrow-color:rgba(255,255,255,0.8);--sk-paddlenav-arrow-color-hover:rgb(255,255,255);--sk-paddlenav-arrow-color-active:rgb(255,255,255);--sk-paddlenav-background:rgba(66,66,69,0.72);--sk-paddlenav-background-hover:rgba(73,73,76,0.7256);--sk-paddlenav-background-active:rgba(57,57,60,0.7424)}.theme-dark .pin{--sk-pin-color:rgb(110,110,115);--sk-pin-caption-color:rgb(134,134,139)}.theme-dark .quote{--sk-quote-copy-color:colors.color(quote.$quote-copy-color,$swatch-book);--sk-quote-credit-color:colors.color(quote.$quote-credit-color,$swatch-book)}.theme-dark .sosumi{--sk-sosumi-text-color:rgba(255,255,255,0.56);--sk-sosumi-link-color:rgba(255,255,255,0.8)}.theme-dark .stat{--sk-stat-value-color:rgb(245,245,247);--sk-stat-caption-color:rgb(245,245,247)}.theme-dark .thumbnav{--sk-thumbnav-image-border-color:rgb(110,110,115);--sk-thumbnav-image-border-color-hover:rgb(110,110,115);--sk-thumbnav-image-border-color-current:rgb(0,113,227);--sk-thumbnav-image-background:rgb(29,29,31);--sk-thumbnav-copy-color:rgb(134,134,139);--sk-thumbnav-copy-color-hover:rgb(245,245,247)}.theme-dark .thumbnav-neutral{--sk-thumbnav-image-border-color:rgb(110,110,115);--sk-thumbnav-image-border-color-hover:rgb(110,110,115);--sk-thumbnav-image-border-color-current:rgb(245,245,247);--sk-thumbnav-image-background:rgb(29,29,31);--sk-thumbnav-copy-color:rgb(134,134,139);--sk-thumbnav-copy-color-hover:rgb(245,245,247)}.theme-dark .tile{--sk-tile-background:rgb(0,0,0);--sk-tile-button-icon-color:rgba(255,255,255,0.8);--sk-tile-button-background:rgba(66,66,69,0.72);--sk-tile-button-icon-color-hover:rgb(255,255,255);--sk-tile-button-background-hover:rgba(73,73,76,0.7256);--sk-tile-button-background-active:rgba(57,57,60,0.7424)}.section-content{margin-inline-start:auto;margin-inline-end:auto;width:980px}@media(min-width:1441px){.section-content{margin-inline-start:auto;margin-inline-end:auto;width:980px}}@media(max-width:1068px){.section-content{margin-inline-start:auto;margin-inline-end:auto;width:692px}}@media(max-width:734px){.section-content{margin-inline-start:auto;margin-inline-end:auto;width:87.5%}}.typography-headline-standalone{font-size:96px;line-height:1.0416666667;font-weight:600;letter-spacing:-0.015em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-standalone:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-standalone:lang(ja){font-size:89px;line-height:1.0831460674;letter-spacing:0em;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-standalone:lang(ko){line-height:1.1461533333;letter-spacing:0em;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-standalone:lang(zh){letter-spacing:0em}.typography-headline-standalone:lang(th){line-height:1.34375;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-standalone:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-standalone:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-standalone:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-standalone:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}@media(max-width:1068px){.typography-headline-standalone{font-size:80px;line-height:1.05;font-weight:600;letter-spacing:-0.015em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-standalone:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-standalone:lang(ja){line-height:1.0875;letter-spacing:0em;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-standalone:lang(ko){line-height:1.15;letter-spacing:0em;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-standalone:lang(zh){line-height:1.0875;letter-spacing:0em}.typography-headline-standalone:lang(th){line-height:1.35;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-standalone:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-standalone:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-standalone:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-standalone:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}@media(max-width:734px){.typography-headline-standalone{font-size:48px;line-height:1.0834933333;font-weight:600;letter-spacing:-0.003em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-standalone:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-standalone:lang(ja){line-height:1.1459933333;letter-spacing:0em;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-standalone:lang(ko){line-height:1.1875;letter-spacing:0em;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-standalone:lang(zh){letter-spacing:0em}.typography-headline-standalone:lang(th){line-height:1.3334933333;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-standalone:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-standalone:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-standalone:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-standalone:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}.typography-headline-super{font-size:80px;line-height:1.05;font-weight:600;letter-spacing:-0.015em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-super:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-super:lang(ja){line-height:1.0875;letter-spacing:0em;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-super:lang(ko){line-height:1.15;letter-spacing:0em;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-super:lang(zh){line-height:1.0875;letter-spacing:0em}.typography-headline-super:lang(th){line-height:1.35;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-super:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-super:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-super:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-super:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}@media(max-width:1068px){.typography-headline-super{font-size:64px;line-height:1.0625;font-weight:600;letter-spacing:-0.009em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-super:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-super:lang(ja){line-height:1.109375;letter-spacing:0em;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-super:lang(ko){line-height:1.171875;letter-spacing:0em;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-super:lang(zh){line-height:1.09375;letter-spacing:0em}.typography-headline-super:lang(th){line-height:1.34375;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-super:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-super:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-super:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-super:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}@media(max-width:734px){.typography-headline-super{font-size:48px;line-height:1.0834933333;font-weight:600;letter-spacing:-0.003em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-super:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-super:lang(ja){line-height:1.1459933333;letter-spacing:0em;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-super:lang(ko){line-height:1.1875;letter-spacing:0em;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-super:lang(zh){letter-spacing:0em}.typography-headline-super:lang(th){line-height:1.3334933333;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-super:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-super:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-super:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-super:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}.typography-headline-elevated{font-size:64px;line-height:1.0625;font-weight:600;letter-spacing:-0.009em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-elevated:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-elevated:lang(ja){line-height:1.109375;letter-spacing:0em;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-elevated:lang(ko){line-height:1.171875;letter-spacing:0em;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-elevated:lang(zh){line-height:1.09375;letter-spacing:0em}.typography-headline-elevated:lang(th){line-height:1.34375;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-elevated:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-elevated:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-elevated:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-elevated:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}@media(max-width:1068px){.typography-headline-elevated{font-size:48px;line-height:1.0834933333;font-weight:600;letter-spacing:-0.003em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-elevated:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-elevated:lang(ja){line-height:1.1459933333;letter-spacing:0em;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-elevated:lang(ko){line-height:1.1875;letter-spacing:0em;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-elevated:lang(zh){letter-spacing:0em}.typography-headline-elevated:lang(th){line-height:1.3334933333;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-elevated:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-elevated:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-elevated:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-elevated:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}@media(max-width:734px){.typography-headline-elevated{font-size:40px;line-height:1.1;font-weight:600;letter-spacing:0em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-elevated:lang(ja){line-height:1.175;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-elevated:lang(ko){line-height:1.2;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-elevated:lang(th){line-height:1.35;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-elevated:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-elevated:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-elevated:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-elevated:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-elevated:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}.typography-headline{font-size:48px;line-height:1.0834933333;font-weight:600;letter-spacing:-0.003em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline:lang(ja){line-height:1.1459933333;letter-spacing:0em;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline:lang(ko){line-height:1.1875;letter-spacing:0em;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline:lang(zh){letter-spacing:0em}.typography-headline:lang(th){line-height:1.3334933333;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}@media(max-width:1068px){.typography-headline{font-size:40px;line-height:1.1;font-weight:600;letter-spacing:0em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline:lang(ja){line-height:1.175;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline:lang(ko){line-height:1.2;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline:lang(th){line-height:1.35;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}@media(max-width:734px){.typography-headline{font-size:32px;line-height:1.125;font-weight:600;letter-spacing:.004em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline:lang(ja){line-height:1.21875;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline:lang(ko){line-height:1.21875;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline:lang(th){line-height:1.375;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline:lang(zh){line-height:1.21875}.typography-headline:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}.typography-headline-reduced{font-size:40px;line-height:1.1;font-weight:600;letter-spacing:0em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-reduced:lang(ja){line-height:1.175;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-reduced:lang(ko){line-height:1.2;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-reduced:lang(th){line-height:1.35;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-reduced:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-reduced:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-reduced:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-reduced:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-reduced:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}@media(max-width:1068px){.typography-headline-reduced{font-size:32px;line-height:1.125;font-weight:600;letter-spacing:.004em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-reduced:lang(ja){line-height:1.21875;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-reduced:lang(ko){line-height:1.21875;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-reduced:lang(th){line-height:1.375;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-reduced:lang(zh){line-height:1.21875}.typography-headline-reduced:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-reduced:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-reduced:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-reduced:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-reduced:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}@media(max-width:734px){.typography-headline-reduced{font-size:28px;line-height:1.1428571429;font-weight:600;letter-spacing:.007em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-reduced:lang(ja){line-height:1.1786114286;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-reduced:lang(ko){line-height:1.25;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-reduced:lang(th){line-height:1.3928571429;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-reduced:lang(zh){line-height:1.25}.typography-headline-reduced:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-reduced:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-reduced:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-reduced:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-headline-reduced:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}.typography-eyebrow-super{font-size:32px;line-height:1.125;font-weight:600;letter-spacing:.004em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-super:lang(ja){line-height:1.21875;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-super:lang(ko){line-height:1.21875;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-super:lang(th){line-height:1.375;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-super:lang(zh){line-height:1.21875}.typography-eyebrow-super:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-super:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-super:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-super:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-super:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}@media(max-width:1068px){.typography-eyebrow-super{font-size:28px;line-height:1.1428571429;font-weight:600;letter-spacing:.007em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-super:lang(ja){line-height:1.1786114286;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-super:lang(ko){line-height:1.25;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-super:lang(th){line-height:1.3928571429;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-super:lang(zh){line-height:1.25}.typography-eyebrow-super:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-super:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-super:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-super:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-super:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}@media(max-width:734px){.typography-eyebrow-super{font-size:24px;line-height:1.1666666667;font-weight:600;letter-spacing:.009em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-super:lang(ja){line-height:1.25;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-super:lang(ko){line-height:1.2916666667;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-super:lang(th){line-height:1.375;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-super:lang(zh){line-height:1.2916666667}.typography-eyebrow-super:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-super:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-super:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-super:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-super:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}.typography-eyebrow-elevated{font-size:28px;line-height:1.1428571429;font-weight:600;letter-spacing:.007em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-elevated:lang(ja){line-height:1.1786114286;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-elevated:lang(ko){line-height:1.25;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-elevated:lang(th){line-height:1.3928571429;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-elevated:lang(zh){line-height:1.25}.typography-eyebrow-elevated:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-elevated:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-elevated:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-elevated:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-elevated:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}@media(max-width:1068px){.typography-eyebrow-elevated{font-size:24px;line-height:1.1666666667;font-weight:600;letter-spacing:.009em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-elevated:lang(ja){line-height:1.25;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-elevated:lang(ko){line-height:1.2916666667;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-elevated:lang(th){line-height:1.375;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-elevated:lang(zh){line-height:1.2916666667}.typography-eyebrow-elevated:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-elevated:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-elevated:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-elevated:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-elevated:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}@media(max-width:734px){.typography-eyebrow-elevated{font-size:21px;line-height:1.1904761905;font-weight:600;letter-spacing:.011em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-elevated:lang(ja){line-height:1.2380952381;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-elevated:lang(ko){line-height:1.2858042857;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-elevated:lang(th){line-height:1.381002381;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-elevated:lang(zh){line-height:1.3334033333}.typography-eyebrow-elevated:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-elevated:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-elevated:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-elevated:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-elevated:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}.typography-eyebrow-reduced{font-size:21px;line-height:1.1904761905;font-weight:600;letter-spacing:.011em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-reduced:lang(ja){line-height:1.2380952381;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-reduced:lang(ko){line-height:1.2858042857;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-reduced:lang(th){line-height:1.381002381;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-reduced:lang(zh){line-height:1.3334033333}.typography-eyebrow-reduced:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-reduced:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-reduced:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-reduced:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-reduced:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}@media(max-width:734px){.typography-eyebrow-reduced{font-size:19px;line-height:1.2105263158;font-weight:600;letter-spacing:.012em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-reduced:lang(ja){line-height:1.2631578947;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-reduced:lang(ko){line-height:1.3157894737;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-reduced:lang(th){line-height:1.3684410526;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-reduced:lang(zh){line-height:1.3684410526}.typography-eyebrow-reduced:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-reduced:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-reduced:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-reduced:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-eyebrow-reduced:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}.typography-callout{font-size:32px;line-height:1.125;font-weight:600;letter-spacing:.004em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-callout:lang(ja){line-height:1.21875;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-callout:lang(ko){line-height:1.21875;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-callout:lang(th){line-height:1.375;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-callout:lang(zh){line-height:1.21875}.typography-callout:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-callout:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-callout:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-callout:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-callout:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}@media(max-width:1068px){.typography-callout{font-size:28px;line-height:1.1428571429;font-weight:600;letter-spacing:.007em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-callout:lang(ja){line-height:1.1786114286;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-callout:lang(ko){line-height:1.25;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-callout:lang(th){line-height:1.3928571429;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-callout:lang(zh){line-height:1.25}.typography-callout:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-callout:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-callout:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-callout:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-callout:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}@media(max-width:734px){.typography-callout{font-size:24px;line-height:1.1666666667;font-weight:600;letter-spacing:.009em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-callout:lang(ja){line-height:1.25;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-callout:lang(ko){line-height:1.2916666667;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-callout:lang(th){line-height:1.375;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-callout:lang(zh){line-height:1.2916666667}.typography-callout:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-callout:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-callout:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-callout:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-callout:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}.typography-label{font-size:24px;line-height:1.1666666667;font-weight:600;letter-spacing:.009em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-label:lang(ja){line-height:1.25;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-label:lang(ko){line-height:1.2916666667;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-label:lang(th){line-height:1.375;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-label:lang(zh){line-height:1.2916666667}.typography-label:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-label:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-label:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-label:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-label:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}@media(max-width:1068px){.typography-label{font-size:21px;line-height:1.1904761905;font-weight:600;letter-spacing:.011em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-label:lang(ja){line-height:1.2380952381;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-label:lang(ko){line-height:1.2858042857;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-label:lang(th){line-height:1.381002381;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-label:lang(zh){line-height:1.3334033333}.typography-label:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-label:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-label:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-label:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-label:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}.typography-tout{font-size:19px;line-height:1.2105263158;font-weight:600;letter-spacing:.012em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-tout:lang(ja){line-height:1.2631578947;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-tout:lang(ko){line-height:1.3157894737;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-tout:lang(th){line-height:1.3684410526;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-tout:lang(zh){line-height:1.3684410526}.typography-tout:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-tout:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-tout:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-tout:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-tout:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-body{font-size:17px;line-height:1.4705882353;font-weight:400;letter-spacing:-0.022em;font-family:SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-body:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Text,SF Pro Text,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-body:lang(ja){line-height:1.3529611765;letter-spacing:0em;font-family:SF Pro JP,SF Pro Text,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-body:lang(ko){line-height:1.5882352941;letter-spacing:0em;font-family:SF Pro KR,SF Pro Text,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-body:lang(zh){letter-spacing:0em}.typography-body:lang(th){line-height:1.3529611765;letter-spacing:0em;font-family:SF Pro TH,SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-body:lang(zh-CN){font-family:SF Pro SC,SF Pro Text,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-body:lang(zh-HK){font-family:SF Pro HK,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-body:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-body:lang(zh-TW){font-family:SF Pro TC,SF Pro Text,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-body-reduced{font-size:14px;line-height:1.4285914286;font-weight:400;letter-spacing:-0.016em;font-family:SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-body-reduced:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Text,SF Pro Text,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-body-reduced:lang(ja){line-height:1.4;letter-spacing:0em;font-family:SF Pro JP,SF Pro Text,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-body-reduced:lang(ko){line-height:1.5714285714;letter-spacing:0em;font-family:SF Pro KR,SF Pro Text,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-body-reduced:lang(zh){line-height:1.5;letter-spacing:0em}.typography-body-reduced:lang(th){line-height:1.3571828571;letter-spacing:0em;font-family:SF Pro TH,SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-body-reduced:lang(zh-CN){font-family:SF Pro SC,SF Pro Text,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-body-reduced:lang(zh-HK){font-family:SF Pro HK,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-body-reduced:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-body-reduced:lang(zh-TW){font-family:SF Pro TC,SF Pro Text,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-body-reduced-tight{font-size:14px;line-height:1.2857742857;font-weight:400;letter-spacing:-0.016em;font-family:SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-body-reduced-tight:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Text,SF Pro Text,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-body-reduced-tight:lang(ja){line-height:1.3571828571;letter-spacing:0em;font-family:SF Pro JP,SF Pro Text,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-body-reduced-tight:lang(ko){line-height:1.4285914286;letter-spacing:0em;font-family:SF Pro KR,SF Pro Text,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-body-reduced-tight:lang(th),.typography-body-reduced-tight:lang(zh){line-height:1.3571828571;letter-spacing:0em}.typography-body-reduced-tight:lang(th){font-family:SF Pro TH,SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-body-reduced-tight:lang(zh-CN){font-family:SF Pro SC,SF Pro Text,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-body-reduced-tight:lang(zh-HK){font-family:SF Pro HK,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-body-reduced-tight:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-body-reduced-tight:lang(zh-TW){font-family:SF Pro TC,SF Pro Text,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-caption{font-size:12px;line-height:1.3333733333;font-weight:400;letter-spacing:-0.01em;font-family:SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-caption:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Text,SF Pro Text,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-caption:lang(ja){line-height:1.4166666667;letter-spacing:0em;font-family:SF Pro JP,SF Pro Text,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-caption:lang(ko){line-height:1.4166666667;letter-spacing:0em;font-family:SF Pro KR,SF Pro Text,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-caption:lang(zh){letter-spacing:0em}.typography-caption:lang(th){line-height:1.3333733333;letter-spacing:0em;font-family:SF Pro TH,SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-caption:lang(zh-CN){font-family:SF Pro SC,SF Pro Text,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-caption:lang(zh-HK){font-family:SF Pro HK,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-caption:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-caption:lang(zh-TW){font-family:SF Pro TC,SF Pro Text,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-hero-copy{font-size:28px;line-height:1.1428571429;font-weight:700;letter-spacing:.00011em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-hero-copy:lang(zh){font-weight:600}.typography-hero-copy:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-hero-copy:lang(ja){font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-hero-copy:lang(ko){font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-hero-copy:lang(th){font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-hero-copy:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-hero-copy:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-hero-copy:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-hero-copy:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}@media(max-width:734px){.typography-hero-copy{font-size:19px;line-height:1.2631578947;font-weight:700;letter-spacing:.00017em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-hero-copy:lang(zh){font-weight:600}.typography-hero-copy:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-hero-copy:lang(ja){font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-hero-copy:lang(ko){font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-hero-copy:lang(th){font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-hero-copy:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-hero-copy:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-hero-copy:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-hero-copy:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}.typography-hero-headline{font-size:96px;line-height:1.0416666667;font-weight:800;letter-spacing:-0.015em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-hero-headline:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-hero-headline:lang(ja){letter-spacing:0em;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-hero-headline:lang(ko){letter-spacing:0em;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-hero-headline:lang(zh){font-weight:600;letter-spacing:0em}.typography-hero-headline:lang(th){font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-hero-headline:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-hero-headline:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-hero-headline:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-hero-headline:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}@media(max-width:1068px){.typography-hero-headline{font-size:48px;line-height:1.0834933333;font-weight:800;letter-spacing:-0.003em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-hero-headline:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-hero-headline:lang(ja){letter-spacing:0em;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-hero-headline:lang(ko){letter-spacing:0em;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-hero-headline:lang(zh){font-weight:600;letter-spacing:0em}.typography-hero-headline:lang(th){font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-hero-headline:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-hero-headline:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-hero-headline:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-hero-headline:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}.typography-hero-card-boc-headline{font-size:64px;line-height:1;font-weight:600;letter-spacing:-0.012em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-hero-card-boc-headline:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-hero-card-boc-headline:lang(ja){letter-spacing:0em;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-hero-card-boc-headline:lang(ko){letter-spacing:0em;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-hero-card-boc-headline:lang(zh){letter-spacing:0em}.typography-hero-card-boc-headline:lang(th){font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-hero-card-boc-headline:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-hero-card-boc-headline:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-hero-card-boc-headline:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-hero-card-boc-headline:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}@media(max-width:1068px){.typography-hero-card-boc-headline{font-size:56px;line-height:1;font-weight:600;letter-spacing:-0.028em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-hero-card-boc-headline:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-hero-card-boc-headline:lang(ja){letter-spacing:0em;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-hero-card-boc-headline:lang(ko){letter-spacing:0em;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-hero-card-boc-headline:lang(zh){letter-spacing:0em}.typography-hero-card-boc-headline:lang(th){font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-hero-card-boc-headline:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-hero-card-boc-headline:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-hero-card-boc-headline:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-hero-card-boc-headline:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}@media(max-width:734px){.typography-hero-card-boc-headline{font-size:40px;line-height:1;font-weight:600;letter-spacing:-0.014em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-hero-card-boc-headline:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-hero-card-boc-headline:lang(ja){letter-spacing:0em;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-hero-card-boc-headline:lang(ko){letter-spacing:0em;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-hero-card-boc-headline:lang(zh){letter-spacing:0em}.typography-hero-card-boc-headline:lang(th){font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-hero-card-boc-headline:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-hero-card-boc-headline:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-hero-card-boc-headline:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-hero-card-boc-headline:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}.typography-subsection-headline{font-size:80px;line-height:1.05;font-weight:600;letter-spacing:-0.015em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-subsection-headline:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-subsection-headline:lang(ja){line-height:1.0875;letter-spacing:0em;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-subsection-headline:lang(ko){line-height:1.15;letter-spacing:0em;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-subsection-headline:lang(zh){line-height:1.0875;letter-spacing:0em}.typography-subsection-headline:lang(th){line-height:1.35;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-subsection-headline:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-subsection-headline:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-subsection-headline:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-subsection-headline:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}@media(max-width:1068px){.typography-subsection-headline{font-size:64px;line-height:1;font-weight:600;letter-spacing:-0.012em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-subsection-headline:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-subsection-headline:lang(ja){letter-spacing:0em;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-subsection-headline:lang(ko){letter-spacing:0em;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-subsection-headline:lang(zh){letter-spacing:0em}.typography-subsection-headline:lang(th){font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-subsection-headline:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-subsection-headline:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-subsection-headline:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-subsection-headline:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}@media(max-width:734px){.typography-subsection-headline{font-size:40px;line-height:1.1;font-weight:600;letter-spacing:0em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-subsection-headline:lang(ja){line-height:1.175;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-subsection-headline:lang(ko){line-height:1.2;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-subsection-headline:lang(th){line-height:1.35;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-subsection-headline:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-subsection-headline:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-subsection-headline:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-subsection-headline:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-subsection-headline:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}.typography-subsection-headline-reduced{font-size:56px;line-height:1.0714285714;font-weight:600;letter-spacing:-0.028em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-subsection-headline-reduced:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-subsection-headline-reduced:lang(ja){letter-spacing:0em;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-subsection-headline-reduced:lang(ko){letter-spacing:0em;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-subsection-headline-reduced:lang(zh){letter-spacing:0em}.typography-subsection-headline-reduced:lang(th){font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-subsection-headline-reduced:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-subsection-headline-reduced:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-subsection-headline-reduced:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-subsection-headline-reduced:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}@media(max-width:1068px){.typography-subsection-headline-reduced{font-size:48px;line-height:1.0834933333;font-weight:600;letter-spacing:-0.003em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-subsection-headline-reduced:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-subsection-headline-reduced:lang(ja){line-height:1.1459933333;letter-spacing:0em;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-subsection-headline-reduced:lang(ko){line-height:1.1875;letter-spacing:0em;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-subsection-headline-reduced:lang(zh){letter-spacing:0em}.typography-subsection-headline-reduced:lang(th){line-height:1.3334933333;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-subsection-headline-reduced:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-subsection-headline-reduced:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-subsection-headline-reduced:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-subsection-headline-reduced:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}@media(max-width:734px){.typography-subsection-headline-reduced{font-size:32px;line-height:1.125;font-weight:600;letter-spacing:.004em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-subsection-headline-reduced:lang(ja){line-height:1.21875;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-subsection-headline-reduced:lang(ko){line-height:1.21875;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-subsection-headline-reduced:lang(th){line-height:1.375;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-subsection-headline-reduced:lang(zh){line-height:1.21875}.typography-subsection-headline-reduced:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-subsection-headline-reduced:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-subsection-headline-reduced:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-subsection-headline-reduced:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-subsection-headline-reduced:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}.typography-card-big-headline{font-size:56px;line-height:1.0714285714;font-weight:600;letter-spacing:-0.028em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-big-headline:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-big-headline:lang(ja){letter-spacing:0em;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-big-headline:lang(ko){letter-spacing:0em;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-big-headline:lang(zh){letter-spacing:0em}.typography-card-big-headline:lang(th){font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-big-headline:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-big-headline:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-big-headline:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-big-headline:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}@media(max-width:1068px){.typography-card-big-headline{font-size:48px;line-height:1.0834933333;font-weight:600;letter-spacing:-0.003em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-big-headline:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-big-headline:lang(ja){line-height:1.1459933333;letter-spacing:0em;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-big-headline:lang(ko){line-height:1.1875;letter-spacing:0em;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-big-headline:lang(zh){letter-spacing:0em}.typography-card-big-headline:lang(th){line-height:1.3334933333;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-big-headline:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-big-headline:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-big-headline:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-big-headline:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}@media(max-width:734px){.typography-card-big-headline{font-size:28px;line-height:1.1428571429;font-weight:600;letter-spacing:.007em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-big-headline:lang(ja){line-height:1.1786114286;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-big-headline:lang(ko){line-height:1.25;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-big-headline:lang(th){line-height:1.3928571429;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-big-headline:lang(zh){line-height:1.25}.typography-card-big-headline:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-big-headline:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-big-headline:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-big-headline:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-big-headline:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}.typography-card-big-headline-alt{font-size:48px;line-height:1.0834933333;font-weight:600;letter-spacing:-0.003em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-big-headline-alt:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-big-headline-alt:lang(ja){line-height:1.1459933333;letter-spacing:0em;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-big-headline-alt:lang(ko){line-height:1.1875;letter-spacing:0em;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-big-headline-alt:lang(zh){letter-spacing:0em}.typography-card-big-headline-alt:lang(th){line-height:1.3334933333;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-big-headline-alt:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-big-headline-alt:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-big-headline-alt:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-big-headline-alt:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}@media(max-width:734px){.typography-card-big-headline-alt{font-size:28px;line-height:1;font-weight:600;letter-spacing:.002em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-big-headline-alt:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-big-headline-alt:lang(ja){font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-big-headline-alt:lang(ko){font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-big-headline-alt:lang(th){font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-big-headline-alt:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-big-headline-alt:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-big-headline-alt:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-big-headline-alt:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}.typography-graph-stat{font-size:28px;line-height:1;font-weight:600;letter-spacing:.002em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-graph-stat:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-graph-stat:lang(ja){font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-graph-stat:lang(ko){font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-graph-stat:lang(th){font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-graph-stat:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-graph-stat:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-graph-stat:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-graph-stat:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}@media(max-width:734px){.typography-graph-stat{font-size:24px;line-height:1.1666666667;font-weight:600;letter-spacing:.009em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-graph-stat:lang(ja){line-height:1.25;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-graph-stat:lang(ko){line-height:1.2916666667;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-graph-stat:lang(th){line-height:1.375;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-graph-stat:lang(zh){line-height:1.2916666667}.typography-graph-stat:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-graph-stat:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-graph-stat:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-graph-stat:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-graph-stat:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}.typography-help-me-choose{font-size:56px;line-height:1;font-weight:600;letter-spacing:-0.028em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-help-me-choose:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-help-me-choose:lang(ja){letter-spacing:0em;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-help-me-choose:lang(ko){letter-spacing:0em;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-help-me-choose:lang(zh){letter-spacing:0em}.typography-help-me-choose:lang(th){font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-help-me-choose:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-help-me-choose:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-help-me-choose:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-help-me-choose:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}@media(max-width:1068px){.typography-help-me-choose{font-size:48px;line-height:1;font-weight:600;letter-spacing:-0.014em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-help-me-choose:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-help-me-choose:lang(ja){letter-spacing:0em;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-help-me-choose:lang(ko){letter-spacing:0em;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-help-me-choose:lang(zh){letter-spacing:0em}.typography-help-me-choose:lang(th){font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-help-me-choose:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-help-me-choose:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-help-me-choose:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-help-me-choose:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}@media(max-width:734px){.typography-help-me-choose{font-size:32px;line-height:1;font-weight:600;letter-spacing:-0.013em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-help-me-choose:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-help-me-choose:lang(ja){letter-spacing:0em;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-help-me-choose:lang(ko){letter-spacing:0em;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-help-me-choose:lang(zh){letter-spacing:0em}.typography-help-me-choose:lang(th){font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-help-me-choose:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-help-me-choose:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-help-me-choose:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-help-me-choose:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}.typography-family-eyebrow{font-size:24px;line-height:1.1666666667;font-weight:600;letter-spacing:.009em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-eyebrow:lang(ja){line-height:1.25;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-eyebrow:lang(ko){line-height:1.2916666667;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-eyebrow:lang(th){line-height:1.375;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-eyebrow:lang(zh){line-height:1.2916666667}.typography-family-eyebrow:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-eyebrow:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-eyebrow:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-eyebrow:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-eyebrow:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}@media(max-width:1068px){.typography-family-eyebrow{font-size:21px;line-height:1.1904761905;font-weight:600;letter-spacing:.011em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-eyebrow:lang(ja){line-height:1.2380952381;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-eyebrow:lang(ko){line-height:1.2858042857;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-eyebrow:lang(th){line-height:1.381002381;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-eyebrow:lang(zh){line-height:1.3334033333}.typography-family-eyebrow:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-eyebrow:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-eyebrow:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-eyebrow:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-eyebrow:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}.typography-family-headline{font-size:48px;line-height:1.0834933333;font-weight:600;letter-spacing:-0.003em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-headline:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-headline:lang(ja){line-height:1.1459933333;letter-spacing:0em;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-headline:lang(ko){line-height:1.1875;letter-spacing:0em;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-headline:lang(zh){letter-spacing:0em}.typography-family-headline:lang(th){line-height:1.3334933333;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-headline:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-headline:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-headline:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-headline:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}@media(max-width:1068px){.typography-family-headline{font-size:40px;line-height:1.1;font-weight:600;letter-spacing:0em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-headline:lang(ja){line-height:1.175;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-headline:lang(ko){line-height:1.2;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-headline:lang(th){line-height:1.35;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-headline:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-headline:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-headline:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-headline:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-headline:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}@media(max-width:734px){.typography-family-headline{font-size:32px;line-height:1.125;font-weight:600;letter-spacing:.004em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-headline:lang(ja){line-height:1.21875;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-headline:lang(ko){line-height:1.21875;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-headline:lang(th){line-height:1.375;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-headline:lang(zh){line-height:1.21875}.typography-family-headline:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-headline:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-headline:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-headline:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-headline:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}.typography-family-headline-reduced{font-size:28px;line-height:1.1428571429;font-weight:600;letter-spacing:.007em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-headline-reduced:lang(ja){line-height:1.1786114286;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-headline-reduced:lang(ko){line-height:1.25;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-headline-reduced:lang(th){line-height:1.3928571429;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-headline-reduced:lang(zh){line-height:1.25}.typography-family-headline-reduced:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-headline-reduced:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-headline-reduced:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-headline-reduced:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-headline-reduced:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}@media(max-width:1068px){.typography-family-headline-reduced{font-size:24px;line-height:1.1666666667;font-weight:600;letter-spacing:.009em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-headline-reduced:lang(ja){line-height:1.25;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-headline-reduced:lang(ko){line-height:1.2916666667;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-headline-reduced:lang(th){line-height:1.375;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-headline-reduced:lang(zh){line-height:1.2916666667}.typography-family-headline-reduced:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-headline-reduced:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-headline-reduced:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-headline-reduced:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-headline-reduced:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}@media(max-width:734px){.typography-family-headline-reduced{font-size:21px;line-height:1.1904761905;font-weight:600;letter-spacing:.011em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-headline-reduced:lang(ja){line-height:1.2380952381;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-headline-reduced:lang(ko){line-height:1.2858042857;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-headline-reduced:lang(th){line-height:1.381002381;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-headline-reduced:lang(zh){line-height:1.3334033333}.typography-family-headline-reduced:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-headline-reduced:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-headline-reduced:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-headline-reduced:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-headline-reduced:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}.typography-family-paragraph{font-size:17px;line-height:1.2353641176;font-weight:400;letter-spacing:-0.022em;font-family:SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-paragraph:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Text,SF Pro Text,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-paragraph:lang(ja){letter-spacing:0em;font-family:SF Pro JP,SF Pro Text,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-paragraph:lang(ko){font-family:SF Pro KR,SF Pro Text,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-paragraph:lang(ko),.typography-family-paragraph:lang(th),.typography-family-paragraph:lang(zh){line-height:1.3529611765;letter-spacing:0em}.typography-family-paragraph:lang(th){font-family:SF Pro TH,SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-paragraph:lang(zh-CN){font-family:SF Pro SC,SF Pro Text,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-paragraph:lang(zh-HK){font-family:SF Pro HK,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-paragraph:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-paragraph:lang(zh-TW){font-family:SF Pro TC,SF Pro Text,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}@media(max-width:734px){.typography-family-paragraph{font-size:14px;line-height:1.2857742857;font-weight:400;letter-spacing:-0.016em;font-family:SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-paragraph:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Text,SF Pro Text,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-paragraph:lang(ja){line-height:1.3571828571;letter-spacing:0em;font-family:SF Pro JP,SF Pro Text,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-paragraph:lang(ko){line-height:1.4285914286;letter-spacing:0em;font-family:SF Pro KR,SF Pro Text,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-paragraph:lang(th),.typography-family-paragraph:lang(zh){line-height:1.3571828571;letter-spacing:0em}.typography-family-paragraph:lang(th){font-family:SF Pro TH,SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-paragraph:lang(zh-CN){font-family:SF Pro SC,SF Pro Text,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-paragraph:lang(zh-HK){font-family:SF Pro HK,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-paragraph:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-family-paragraph:lang(zh-TW){font-family:SF Pro TC,SF Pro Text,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}.typography-section-headline{font-size:56px;line-height:1.0714285714;font-weight:600;letter-spacing:-0.028em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-section-headline:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-section-headline:lang(ja){letter-spacing:0em;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-section-headline:lang(ko){letter-spacing:0em;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-section-headline:lang(zh){letter-spacing:0em}.typography-section-headline:lang(th){font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-section-headline:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-section-headline:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-section-headline:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-section-headline:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}@media(max-width:1068px){.typography-section-headline{font-size:48px;line-height:1.0834933333;font-weight:600;letter-spacing:-0.003em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-section-headline:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-section-headline:lang(ja){line-height:1.1459933333;letter-spacing:0em;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-section-headline:lang(ko){line-height:1.1875;letter-spacing:0em;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-section-headline:lang(zh){letter-spacing:0em}.typography-section-headline:lang(th){line-height:1.3334933333;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-section-headline:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-section-headline:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-section-headline:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-section-headline:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}@media(max-width:734px){.typography-section-headline{font-size:28px;line-height:1.1428571429;font-weight:600;letter-spacing:.007em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-section-headline:lang(ja){line-height:1.1786114286;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-section-headline:lang(ko){line-height:1.25;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-section-headline:lang(th){line-height:1.3928571429;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-section-headline:lang(zh){line-height:1.25}.typography-section-headline:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-section-headline:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-section-headline:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-section-headline:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-section-headline:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}.typography-section-headline-link{font-size:17px;line-height:1.4705882353;font-weight:400;letter-spacing:-0.022em;font-family:SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-section-headline-link:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Text,SF Pro Text,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-section-headline-link:lang(ja){line-height:1.3529611765;letter-spacing:0em;font-family:SF Pro JP,SF Pro Text,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-section-headline-link:lang(ko){line-height:1.5882352941;letter-spacing:0em;font-family:SF Pro KR,SF Pro Text,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-section-headline-link:lang(zh){letter-spacing:0em}.typography-section-headline-link:lang(th){line-height:1.3529611765;letter-spacing:0em;font-family:SF Pro TH,SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-section-headline-link:lang(zh-CN){font-family:SF Pro SC,SF Pro Text,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-section-headline-link:lang(zh-HK){font-family:SF Pro HK,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-section-headline-link:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-section-headline-link:lang(zh-TW){font-family:SF Pro TC,SF Pro Text,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}@media(max-width:734px){.typography-section-headline-link{font-size:14px;line-height:1.4285914286;font-weight:400;letter-spacing:-0.016em;font-family:SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-section-headline-link:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Text,SF Pro Text,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-section-headline-link:lang(ja){line-height:1.4;letter-spacing:0em;font-family:SF Pro JP,SF Pro Text,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-section-headline-link:lang(ko){line-height:1.5714285714;letter-spacing:0em;font-family:SF Pro KR,SF Pro Text,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-section-headline-link:lang(zh){line-height:1.5;letter-spacing:0em}.typography-section-headline-link:lang(th){line-height:1.3571828571;letter-spacing:0em;font-family:SF Pro TH,SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-section-headline-link:lang(zh-CN){font-family:SF Pro SC,SF Pro Text,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-section-headline-link:lang(zh-HK){font-family:SF Pro HK,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-section-headline-link:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-section-headline-link:lang(zh-TW){font-family:SF Pro TC,SF Pro Text,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}.typography-card-headline{font-size:28px;line-height:1.1428571429;font-weight:600;letter-spacing:.007em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-headline:lang(ja){line-height:1.1786114286;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-headline:lang(ko){line-height:1.25;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-headline:lang(th){line-height:1.3928571429;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-headline:lang(zh){line-height:1.25}.typography-card-headline:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-headline:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-headline:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-headline:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-headline:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}@media(max-width:1068px){.typography-card-headline{font-size:24px;line-height:1.1666666667;font-weight:600;letter-spacing:.009em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-headline:lang(ja){line-height:1.25;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-headline:lang(ko){line-height:1.2916666667;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-headline:lang(th){line-height:1.375;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-headline:lang(zh){line-height:1.2916666667}.typography-card-headline:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-headline:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-headline:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-headline:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-headline:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}@media(max-width:734px){.typography-card-headline{font-size:21px;line-height:1.1904761905;font-weight:600;letter-spacing:.011em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-headline:lang(ja){line-height:1.2380952381;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-headline:lang(ko){line-height:1.2858042857;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-headline:lang(th){line-height:1.381002381;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-headline:lang(zh){line-height:1.3334033333}.typography-card-headline:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-headline:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-headline:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-headline:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-card-headline:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}.typography-icon-card-modal-body{font-size:19px;line-height:1.4211026316;font-weight:400;letter-spacing:.012em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-icon-card-modal-body:lang(ja){line-height:1.3684410526;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-icon-card-modal-body:lang(ko){line-height:1.5263157895;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-icon-card-modal-body:lang(th){line-height:1.3684410526;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-icon-card-modal-body:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-icon-card-modal-body:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-icon-card-modal-body:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-icon-card-modal-body:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-icon-card-modal-body:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}@media(max-width:734px){.typography-icon-card-modal-body{font-size:17px;line-height:1.4705882353;font-weight:400;letter-spacing:-0.022em;font-family:SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-icon-card-modal-body:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Text,SF Pro Text,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-icon-card-modal-body:lang(ja){line-height:1.3529611765;letter-spacing:0em;font-family:SF Pro JP,SF Pro Text,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-icon-card-modal-body:lang(ko){line-height:1.5882352941;letter-spacing:0em;font-family:SF Pro KR,SF Pro Text,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-icon-card-modal-body:lang(zh){letter-spacing:0em}.typography-icon-card-modal-body:lang(th){line-height:1.3529611765;letter-spacing:0em;font-family:SF Pro TH,SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-icon-card-modal-body:lang(zh-CN){font-family:SF Pro SC,SF Pro Text,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-icon-card-modal-body:lang(zh-HK){font-family:SF Pro HK,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-icon-card-modal-body:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-icon-card-modal-body:lang(zh-TW){font-family:SF Pro TC,SF Pro Text,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}.typography-icon-card-modal-inline-headline{font-size:19px;line-height:1.4211026316;font-weight:600;letter-spacing:.012em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-icon-card-modal-inline-headline:lang(ja){line-height:1.3684410526;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-icon-card-modal-inline-headline:lang(ko){line-height:1.5263157895;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-icon-card-modal-inline-headline:lang(th){line-height:1.3684410526;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-icon-card-modal-inline-headline:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-icon-card-modal-inline-headline:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-icon-card-modal-inline-headline:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-icon-card-modal-inline-headline:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-icon-card-modal-inline-headline:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}@media(max-width:734px){.typography-icon-card-modal-inline-headline{font-size:17px;line-height:1.4705882353;font-weight:600;letter-spacing:-0.022em;font-family:SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-icon-card-modal-inline-headline:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Text,SF Pro Text,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-icon-card-modal-inline-headline:lang(ja){line-height:1.3529611765;letter-spacing:0em;font-family:SF Pro JP,SF Pro Text,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-icon-card-modal-inline-headline:lang(ko){line-height:1.5882352941;letter-spacing:0em;font-family:SF Pro KR,SF Pro Text,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-icon-card-modal-inline-headline:lang(zh){letter-spacing:0em}.typography-icon-card-modal-inline-headline:lang(th){line-height:1.3529611765;letter-spacing:0em;font-family:SF Pro TH,SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-icon-card-modal-inline-headline:lang(zh-CN){font-family:SF Pro SC,SF Pro Text,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-icon-card-modal-inline-headline:lang(zh-HK){font-family:SF Pro HK,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-icon-card-modal-inline-headline:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-icon-card-modal-inline-headline:lang(zh-TW){font-family:SF Pro TC,SF Pro Text,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}.typography-modal-headline{font-size:56px;line-height:1.0714285714;font-weight:600;letter-spacing:-0.028em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-headline:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-headline:lang(ja){letter-spacing:0em;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-headline:lang(ko){letter-spacing:0em;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-headline:lang(zh){letter-spacing:0em}.typography-modal-headline:lang(th){font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-headline:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-headline:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-headline:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-headline:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}@media(max-width:1068px){.typography-modal-headline{font-size:48px;line-height:1.0834933333;font-weight:600;letter-spacing:-0.003em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-headline:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-headline:lang(ja){line-height:1.1459933333;letter-spacing:0em;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-headline:lang(ko){line-height:1.1875;letter-spacing:0em;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-headline:lang(zh){letter-spacing:0em}.typography-modal-headline:lang(th){line-height:1.3334933333;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-headline:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-headline:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-headline:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-headline:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}@media(max-width:734px){.typography-modal-headline{font-size:32px;line-height:1.125;font-weight:600;letter-spacing:.004em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-headline:lang(ja){line-height:1.21875;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-headline:lang(ko){line-height:1.21875;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-headline:lang(th){line-height:1.375;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-headline:lang(zh){line-height:1.21875}.typography-modal-headline:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-headline:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-headline:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-headline:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-headline:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}.typography-modal-topic-label{font-size:19px;line-height:1.4211026316;font-weight:600;letter-spacing:.012em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-topic-label:lang(ja){line-height:1.3684410526;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-topic-label:lang(ko){line-height:1.5263157895;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-topic-label:lang(th){line-height:1.3684410526;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-topic-label:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-topic-label:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-topic-label:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-topic-label:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-topic-label:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}@media(max-width:734px){.typography-modal-topic-label{font-size:17px;line-height:1.4705882353;font-weight:600;letter-spacing:-0.022em;font-family:SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-topic-label:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Text,SF Pro Text,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-topic-label:lang(ja){line-height:1.3529611765;letter-spacing:0em;font-family:SF Pro JP,SF Pro Text,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-topic-label:lang(ko){line-height:1.5882352941;letter-spacing:0em;font-family:SF Pro KR,SF Pro Text,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-topic-label:lang(zh){letter-spacing:0em}.typography-modal-topic-label:lang(th){line-height:1.3529611765;letter-spacing:0em;font-family:SF Pro TH,SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-topic-label:lang(zh-CN){font-family:SF Pro SC,SF Pro Text,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-topic-label:lang(zh-HK){font-family:SF Pro HK,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-topic-label:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-topic-label:lang(zh-TW){font-family:SF Pro TC,SF Pro Text,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}.typography-modal-table-label{font-size:14px;line-height:1.2857742857;font-weight:600;letter-spacing:-0.016em;font-family:SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-table-label:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Text,SF Pro Text,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-table-label:lang(ja){line-height:1.3571828571;letter-spacing:0em;font-family:SF Pro JP,SF Pro Text,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-table-label:lang(ko){line-height:1.4285914286;letter-spacing:0em;font-family:SF Pro KR,SF Pro Text,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-table-label:lang(th),.typography-modal-table-label:lang(zh){line-height:1.3571828571;letter-spacing:0em}.typography-modal-table-label:lang(th){font-family:SF Pro TH,SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-table-label:lang(zh-CN){font-family:SF Pro SC,SF Pro Text,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-table-label:lang(zh-HK){font-family:SF Pro HK,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-table-label:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-table-label:lang(zh-TW){font-family:SF Pro TC,SF Pro Text,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-table-copy{font-size:21px;line-height:1.1904761905;font-weight:600;letter-spacing:.011em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-table-copy:lang(ja){line-height:1.2380952381;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-table-copy:lang(ko){line-height:1.2858042857;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-table-copy:lang(th){line-height:1.381002381;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-table-copy:lang(zh){line-height:1.3334033333}.typography-modal-table-copy:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-table-copy:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-table-copy:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-table-copy:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-table-copy:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}@media(max-width:734px){.typography-modal-table-copy{font-size:19px;line-height:1.2105263158;font-weight:600;letter-spacing:.012em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-table-copy:lang(ja){line-height:1.2631578947;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-table-copy:lang(ko){line-height:1.3157894737;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-table-copy:lang(th){line-height:1.3684410526;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-table-copy:lang(zh){line-height:1.3684410526}.typography-modal-table-copy:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-table-copy:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-table-copy:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-table-copy:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-modal-table-copy:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}.typography-essential-card-badge{font-size:12px;line-height:1.3333733333;font-weight:600;letter-spacing:-0.01em;font-family:SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-essential-card-badge:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Text,SF Pro Text,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-essential-card-badge:lang(ja){line-height:1.4166666667;letter-spacing:0em;font-family:SF Pro JP,SF Pro Text,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-essential-card-badge:lang(ko){line-height:1.4166666667;letter-spacing:0em;font-family:SF Pro KR,SF Pro Text,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-essential-card-badge:lang(zh){letter-spacing:0em}.typography-essential-card-badge:lang(th){line-height:1.3333733333;letter-spacing:0em;font-family:SF Pro TH,SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-essential-card-badge:lang(zh-CN){font-family:SF Pro SC,SF Pro Text,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-essential-card-badge:lang(zh-HK){font-family:SF Pro HK,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-essential-card-badge:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-essential-card-badge:lang(zh-TW){font-family:SF Pro TC,SF Pro Text,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-feature-card-label{font-size:17px;line-height:1.2353641176;font-weight:600;letter-spacing:-0.022em;font-family:SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-feature-card-label:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Text,SF Pro Text,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-feature-card-label:lang(ja){letter-spacing:0em;font-family:SF Pro JP,SF Pro Text,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-feature-card-label:lang(ko){font-family:SF Pro KR,SF Pro Text,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-feature-card-label:lang(ko),.typography-feature-card-label:lang(th),.typography-feature-card-label:lang(zh){line-height:1.3529611765;letter-spacing:0em}.typography-feature-card-label:lang(th){font-family:SF Pro TH,SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-feature-card-label:lang(zh-CN){font-family:SF Pro SC,SF Pro Text,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-feature-card-label:lang(zh-HK){font-family:SF Pro HK,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-feature-card-label:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-feature-card-label:lang(zh-TW){font-family:SF Pro TC,SF Pro Text,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}@media(max-width:1068px){.typography-feature-card-label{font-size:14px;line-height:1.2857742857;font-weight:600;letter-spacing:-0.016em;font-family:SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-feature-card-label:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Text,SF Pro Text,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-feature-card-label:lang(ja){line-height:1.3571828571;letter-spacing:0em;font-family:SF Pro JP,SF Pro Text,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-feature-card-label:lang(ko){line-height:1.4285914286;letter-spacing:0em;font-family:SF Pro KR,SF Pro Text,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-feature-card-label:lang(th),.typography-feature-card-label:lang(zh){line-height:1.3571828571;letter-spacing:0em}.typography-feature-card-label:lang(th){font-family:SF Pro TH,SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-feature-card-label:lang(zh-CN){font-family:SF Pro SC,SF Pro Text,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-feature-card-label:lang(zh-HK){font-family:SF Pro HK,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-feature-card-label:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-feature-card-label:lang(zh-TW){font-family:SF Pro TC,SF Pro Text,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}.typography-feature-card-modal-copy{font-size:28px;line-height:1.1428571429;font-weight:600;letter-spacing:.007em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-feature-card-modal-copy:lang(ja){line-height:1.1786114286;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-feature-card-modal-copy:lang(ko){line-height:1.25;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-feature-card-modal-copy:lang(th){line-height:1.3928571429;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-feature-card-modal-copy:lang(zh){line-height:1.25}.typography-feature-card-modal-copy:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-feature-card-modal-copy:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-feature-card-modal-copy:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-feature-card-modal-copy:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-feature-card-modal-copy:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}@media(max-width:1068px){.typography-feature-card-modal-copy{font-size:28px;line-height:1.1428571429;font-weight:600;letter-spacing:.007em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-feature-card-modal-copy:lang(ja){line-height:1.1786114286;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-feature-card-modal-copy:lang(ko){line-height:1.25;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-feature-card-modal-copy:lang(th){line-height:1.3928571429;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-feature-card-modal-copy:lang(zh){line-height:1.25}.typography-feature-card-modal-copy:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-feature-card-modal-copy:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-feature-card-modal-copy:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-feature-card-modal-copy:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-feature-card-modal-copy:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}@media(max-width:734px){.typography-feature-card-modal-copy{font-size:21px;line-height:1.1904761905;font-weight:600;letter-spacing:.011em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-feature-card-modal-copy:lang(ja){line-height:1.2380952381;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-feature-card-modal-copy:lang(ko){line-height:1.2858042857;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-feature-card-modal-copy:lang(th){line-height:1.381002381;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-feature-card-modal-copy:lang(zh){line-height:1.3334033333}.typography-feature-card-modal-copy:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-feature-card-modal-copy:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-feature-card-modal-copy:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-feature-card-modal-copy:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-feature-card-modal-copy:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}.typography-feature-card-modal-image-caption{font-size:19px;line-height:1.2105263158;font-weight:400;letter-spacing:.012em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-feature-card-modal-image-caption:lang(ja){line-height:1.2631578947;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-feature-card-modal-image-caption:lang(ko){line-height:1.3157894737;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-feature-card-modal-image-caption:lang(th){line-height:1.3684410526;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-feature-card-modal-image-caption:lang(zh){line-height:1.3684410526}.typography-feature-card-modal-image-caption:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-feature-card-modal-image-caption:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-feature-card-modal-image-caption:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-feature-card-modal-image-caption:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-feature-card-modal-image-caption:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}@media(max-width:734px){.typography-feature-card-modal-image-caption{font-size:14px;line-height:1.2857742857;font-weight:400;letter-spacing:-0.016em;font-family:SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-feature-card-modal-image-caption:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Text,SF Pro Text,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-feature-card-modal-image-caption:lang(ja){line-height:1.3571828571;letter-spacing:0em;font-family:SF Pro JP,SF Pro Text,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-feature-card-modal-image-caption:lang(ko){line-height:1.4285914286;letter-spacing:0em;font-family:SF Pro KR,SF Pro Text,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-feature-card-modal-image-caption:lang(zh){line-height:1.3571828571;letter-spacing:0em}.typography-feature-card-modal-image-caption:lang(th){line-height:1.3571828571;letter-spacing:0em;font-family:SF Pro TH,SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-feature-card-modal-image-caption:lang(zh-CN){font-family:SF Pro SC,SF Pro Text,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-feature-card-modal-image-caption:lang(zh-HK){font-family:SF Pro HK,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-feature-card-modal-image-caption:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-feature-card-modal-image-caption:lang(zh-TW){font-family:SF Pro TC,SF Pro Text,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}.typography-stat-caption{font-size:21px;line-height:1.381002381;font-weight:600;letter-spacing:.011em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-caption:lang(ja){line-height:1.3334033333;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-caption:lang(ko){line-height:1.5238095238;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-caption:lang(th){line-height:1.381002381;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-caption:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-caption:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-caption:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-caption:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-caption:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}@media(max-width:734px){.typography-stat-caption{font-size:17px;line-height:1.4705882353;font-weight:600;letter-spacing:-0.022em;font-family:SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-caption:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Text,SF Pro Text,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-caption:lang(ja){line-height:1.3529611765;letter-spacing:0em;font-family:SF Pro JP,SF Pro Text,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-caption:lang(ko){line-height:1.5882352941;letter-spacing:0em;font-family:SF Pro KR,SF Pro Text,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-caption:lang(zh){letter-spacing:0em}.typography-stat-caption:lang(th){line-height:1.3529611765;letter-spacing:0em;font-family:SF Pro TH,SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-caption:lang(zh-CN){font-family:SF Pro SC,SF Pro Text,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-caption:lang(zh-HK){font-family:SF Pro HK,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-caption:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-caption:lang(zh-TW){font-family:SF Pro TC,SF Pro Text,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}.typography-stat-value{font-size:48px;line-height:1.0834933333;font-weight:600;letter-spacing:-0.003em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value:lang(ja){line-height:1.1459933333;letter-spacing:0em;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value:lang(ko){line-height:1.1875;letter-spacing:0em;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value:lang(zh){letter-spacing:0em}.typography-stat-value:lang(th){line-height:1.3334933333;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}@media(max-width:1068px){.typography-stat-value{font-size:40px;line-height:1.1;font-weight:600;letter-spacing:0em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value:lang(ja){line-height:1.175;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value:lang(ko){line-height:1.2;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value:lang(th){line-height:1.35;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}@media(max-width:734px){.typography-stat-value{font-size:32px;line-height:1.125;font-weight:600;letter-spacing:.004em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value:lang(ja){line-height:1.21875;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value:lang(ko){line-height:1.21875;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value:lang(th){line-height:1.375;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value:lang(zh){line-height:1.21875}.typography-stat-value:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}.typography-stat-value-super{font-size:80px;line-height:1.05;font-weight:600;letter-spacing:-0.015em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-super:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-super:lang(ja){line-height:1.0875;letter-spacing:0em;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-super:lang(ko){line-height:1.15;letter-spacing:0em;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-super:lang(zh){line-height:1.0875;letter-spacing:0em}.typography-stat-value-super:lang(th){line-height:1.35;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-super:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-super:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-super:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-super:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}@media(max-width:1068px){.typography-stat-value-super{font-size:64px;line-height:1.0625;font-weight:600;letter-spacing:-0.009em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-super:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-super:lang(ja){line-height:1.109375;letter-spacing:0em;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-super:lang(ko){line-height:1.171875;letter-spacing:0em;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-super:lang(zh){line-height:1.09375;letter-spacing:0em}.typography-stat-value-super:lang(th){line-height:1.34375;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-super:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-super:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-super:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-super:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}@media(max-width:734px){.typography-stat-value-super{font-size:40px;line-height:1.1;font-weight:600;letter-spacing:0em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-super:lang(ja){line-height:1.175;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-super:lang(ko){line-height:1.2;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-super:lang(th){line-height:1.35;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-super:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-super:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-super:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-super:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-super:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}.typography-stat-value-elevated{font-size:72px;line-height:1.0555555556;font-weight:600;letter-spacing:-0.012em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-elevated:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-elevated:lang(ja){line-height:1.0973822222;letter-spacing:0em;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-elevated:lang(ko){line-height:1.1527777778;letter-spacing:0em;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-elevated:lang(zh){letter-spacing:0em}.typography-stat-value-elevated:lang(th){line-height:1.3473822222;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-elevated:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-elevated:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-elevated:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-elevated:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-reduced{font-size:40px;line-height:1.1;font-weight:600;letter-spacing:0em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-reduced:lang(ja){line-height:1.175;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-reduced:lang(ko){line-height:1.2;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-reduced:lang(th){line-height:1.35;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-reduced:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-reduced:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-reduced:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-reduced:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-reduced:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}@media(max-width:1068px){.typography-stat-value-reduced{font-size:32px;line-height:1.125;font-weight:600;letter-spacing:.004em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-reduced:lang(ja){line-height:1.21875;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-reduced:lang(ko){line-height:1.21875;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-reduced:lang(th){line-height:1.375;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-reduced:lang(zh){line-height:1.21875}.typography-stat-value-reduced:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-reduced:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-reduced:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-reduced:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-reduced:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}.typography-stat-value-subvalue{font-size:40px;line-height:1.1;font-weight:600;letter-spacing:0em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-subvalue:lang(ja){line-height:1.175;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-subvalue:lang(ko){line-height:1.2;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-subvalue:lang(th){line-height:1.35;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-subvalue:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-subvalue:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-subvalue:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-subvalue:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-subvalue:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}@media(max-width:1068px){.typography-stat-value-subvalue{font-size:28px;line-height:1.2858342857;font-weight:600;letter-spacing:.007em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-subvalue:lang(ja){line-height:1.25;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-subvalue:lang(ko){line-height:1.3928571429;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-subvalue:lang(th){line-height:1.3928571429;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-subvalue:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-subvalue:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-subvalue:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-subvalue:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-subvalue:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}@media(max-width:734px){.typography-stat-value-subvalue{font-size:21px;line-height:1.1904761905;font-weight:600;letter-spacing:.011em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-subvalue:lang(ja){line-height:1.2380952381;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-subvalue:lang(ko){line-height:1.2858042857;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-subvalue:lang(th){line-height:1.381002381;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-subvalue:lang(zh){line-height:1.3334033333}.typography-stat-value-subvalue:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-subvalue:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-subvalue:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-subvalue:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-stat-value-subvalue:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}.typography-accordion-title-text{font-size:28px;line-height:1.1428571429;font-weight:600;letter-spacing:.007em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-accordion-title-text:lang(ja){line-height:1.1786114286;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-accordion-title-text:lang(ko){line-height:1.25;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-accordion-title-text:lang(th){line-height:1.3928571429;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-accordion-title-text:lang(zh){line-height:1.25}.typography-accordion-title-text:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-accordion-title-text:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-accordion-title-text:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-accordion-title-text:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-accordion-title-text:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}@media(max-width:1068px){.typography-accordion-title-text{font-size:24px;line-height:1.1666666667;font-weight:600;letter-spacing:.009em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-accordion-title-text:lang(ja){line-height:1.25;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-accordion-title-text:lang(ko){line-height:1.2916666667;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-accordion-title-text:lang(th){line-height:1.375;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-accordion-title-text:lang(zh){line-height:1.2916666667}.typography-accordion-title-text:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-accordion-title-text:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-accordion-title-text:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-accordion-title-text:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-accordion-title-text:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}@media(max-width:734px){.typography-accordion-title-text{font-size:21px;line-height:1.1904761905;font-weight:600;letter-spacing:.011em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-accordion-title-text:lang(ja){line-height:1.2380952381;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-accordion-title-text:lang(ko){line-height:1.2858042857;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-accordion-title-text:lang(th){line-height:1.381002381;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-accordion-title-text:lang(zh){line-height:1.3334033333}.typography-accordion-title-text:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-accordion-title-text:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-accordion-title-text:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-accordion-title-text:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-accordion-title-text:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}.typography-accordion-paragraph-text{font-size:17px;line-height:1.4705882353;font-weight:400;letter-spacing:-0.022em;font-family:SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-accordion-paragraph-text:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Text,SF Pro Text,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-accordion-paragraph-text:lang(ja){line-height:1.3529611765;letter-spacing:0em;font-family:SF Pro JP,SF Pro Text,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-accordion-paragraph-text:lang(ko){line-height:1.5882352941;letter-spacing:0em;font-family:SF Pro KR,SF Pro Text,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-accordion-paragraph-text:lang(zh){letter-spacing:0em}.typography-accordion-paragraph-text:lang(th){line-height:1.3529611765;letter-spacing:0em;font-family:SF Pro TH,SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-accordion-paragraph-text:lang(zh-CN){font-family:SF Pro SC,SF Pro Text,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-accordion-paragraph-text:lang(zh-HK){font-family:SF Pro HK,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-accordion-paragraph-text:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-accordion-paragraph-text:lang(zh-TW){font-family:SF Pro TC,SF Pro Text,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}@media(max-width:734px){.typography-accordion-paragraph-text{font-size:14px;line-height:1.4285914286;font-weight:400;letter-spacing:-0.016em;font-family:SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-accordion-paragraph-text:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Text,SF Pro Text,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-accordion-paragraph-text:lang(ja){line-height:1.4;letter-spacing:0em;font-family:SF Pro JP,SF Pro Text,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-accordion-paragraph-text:lang(ko){line-height:1.5714285714;letter-spacing:0em;font-family:SF Pro KR,SF Pro Text,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-accordion-paragraph-text:lang(zh){line-height:1.5;letter-spacing:0em}.typography-accordion-paragraph-text:lang(th){line-height:1.3571828571;letter-spacing:0em;font-family:SF Pro TH,SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-accordion-paragraph-text:lang(zh-CN){font-family:SF Pro SC,SF Pro Text,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-accordion-paragraph-text:lang(zh-HK){font-family:SF Pro HK,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-accordion-paragraph-text:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-accordion-paragraph-text:lang(zh-TW){font-family:SF Pro TC,SF Pro Text,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}.typography-index-headline{font-size:56px;line-height:1.0714285714;font-weight:600;letter-spacing:-0.028em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-headline:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-headline:lang(ja){letter-spacing:0em;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-headline:lang(ko){letter-spacing:0em;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-headline:lang(zh){letter-spacing:0em}.typography-index-headline:lang(th){font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-headline:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-headline:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-headline:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-headline:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}@media(max-width:1068px){.typography-index-headline{font-size:48px;line-height:1.0834933333;font-weight:600;letter-spacing:-0.003em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-headline:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-headline:lang(ja){line-height:1.1459933333;letter-spacing:0em;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-headline:lang(ko){line-height:1.1875;letter-spacing:0em;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-headline:lang(zh){letter-spacing:0em}.typography-index-headline:lang(th){line-height:1.3334933333;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-headline:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-headline:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-headline:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-headline:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}@media(max-width:734px){.typography-index-headline{font-size:28px;line-height:1.1428571429;font-weight:600;letter-spacing:.007em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-headline:lang(ja){line-height:1.1786114286;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-headline:lang(ko){line-height:1.25;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-headline:lang(th){line-height:1.3928571429;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-headline:lang(zh){line-height:1.25}.typography-index-headline:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-headline:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-headline:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-headline:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-headline:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}.typography-index-item-base{font-size:17px;line-height:1.2353641176;font-weight:600;letter-spacing:-0.022em;font-family:SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-item-base:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Text,SF Pro Text,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-item-base:lang(ja){letter-spacing:0em;font-family:SF Pro JP,SF Pro Text,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-item-base:lang(ko){font-family:SF Pro KR,SF Pro Text,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-item-base:lang(ko),.typography-index-item-base:lang(th),.typography-index-item-base:lang(zh){line-height:1.3529611765;letter-spacing:0em}.typography-index-item-base:lang(th){font-family:SF Pro TH,SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-item-base:lang(zh-CN){font-family:SF Pro SC,SF Pro Text,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-item-base:lang(zh-HK){font-family:SF Pro HK,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-item-base:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-item-base:lang(zh-TW){font-family:SF Pro TC,SF Pro Text,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}@media(max-width:1068px){.typography-index-item-base{font-size:14px;line-height:1.2857742857;font-weight:600;letter-spacing:-0.016em;font-family:SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-item-base:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Text,SF Pro Text,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-item-base:lang(ja){line-height:1.3571828571;letter-spacing:0em;font-family:SF Pro JP,SF Pro Text,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-item-base:lang(ko){line-height:1.4285914286;letter-spacing:0em;font-family:SF Pro KR,SF Pro Text,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-item-base:lang(th),.typography-index-item-base:lang(zh){line-height:1.3571828571;letter-spacing:0em}.typography-index-item-base:lang(th){font-family:SF Pro TH,SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-item-base:lang(zh-CN){font-family:SF Pro SC,SF Pro Text,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-item-base:lang(zh-HK){font-family:SF Pro HK,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-item-base:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-item-base:lang(zh-TW){font-family:SF Pro TC,SF Pro Text,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}.typography-index-item-elevated{font-size:28px;line-height:1.1428571429;font-weight:600;letter-spacing:.007em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-item-elevated:lang(ja){line-height:1.1786114286;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-item-elevated:lang(ko){line-height:1.25;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-item-elevated:lang(th){line-height:1.3928571429;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-item-elevated:lang(zh){line-height:1.25}.typography-index-item-elevated:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-item-elevated:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-item-elevated:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-item-elevated:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-item-elevated:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}@media(max-width:1068px){.typography-index-item-elevated{font-size:24px;line-height:1.1666666667;font-weight:600;letter-spacing:.009em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-item-elevated:lang(ja){line-height:1.25;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-item-elevated:lang(ko){line-height:1.2916666667;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-item-elevated:lang(th){line-height:1.375;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-item-elevated:lang(zh){line-height:1.2916666667}.typography-index-item-elevated:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-item-elevated:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-item-elevated:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-item-elevated:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-item-elevated:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}@media(max-width:734px){.typography-index-item-elevated{font-size:21px;line-height:1.1904761905;font-weight:600;letter-spacing:.011em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-item-elevated:lang(ja){line-height:1.2380952381;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-item-elevated:lang(ko){line-height:1.2858042857;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-item-elevated:lang(th){line-height:1.381002381;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-item-elevated:lang(zh){line-height:1.3334033333}.typography-index-item-elevated:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-item-elevated:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-item-elevated:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-item-elevated:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.typography-index-item-elevated:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}[class*=typography-eyebrow]{display:block;margin-bottom:.4em}[class*=typography-eyebrow]+*{margin-top:0}.typography-headline+.typography-intro{--sk-headline-plus-first-element-margin:1.2em}.typography-headline-super+.typography-intro-elevated{--sk-headline-plus-first-element-margin:1.6em}.typography-headline-elevated+.typography-intro-elevated{--sk-headline-plus-first-element-margin:1.4em}.typography-headline-reduced+.typography-body,.typography-headline-reduced+p,.typography-headline-reduced+ul{--sk-headline-plus-first-element-margin:1em}.modal-dark.modal,.theme-dark .modal,.theme-light .modal.modal-dark{--modal-overlay-background:rgb(29,29,31);--modal-close-background:rgb(51,51,54);--modal-close-background-hover:#37373a;--modal-close-background-active:#2f2f32;--modal-close-color:rgba(255,255,255,0.8);--modal-close-color-hover:rgb(255,255,255)}.modal-light.modal,.theme-dark .modal.modal-light{--modal-overlay-background:rgb(255,255,255);--modal-close-background:rgb(232,232,237);--modal-close-background-hover:#ececf0;--modal-close-background-active:#dfdfe4;--modal-close-color:rgba(0,0,0,0.56);--modal-close-color-hover:rgba(0,0,0,0.72)}.modal-close-button{cursor:auto;position:var(--modal-close-button-position);order:1;display:flex;align-self:flex-end;justify-content:center;align-items:center;z-index:9999;height:var(--modal-close-button-size);width:var(--modal-close-button-size);margin:0;padding:0;border:0;margin-inline-end:var(--modal-close-button-offset-inline-start);margin-top:var(--modal-close-button-offset-top);top:var(--modal-close-button-offset-top)}html.has-modal .modal-close-button{cursor:pointer}.modal-close-button:focus-visible{outline:none}.modal-close-button:focus-visible .modal-close-icon{outline:2px solid var(--sk-focus-color,#0071e3);outline-offset:3px}.modal-close-button:hover .modal-close-icon{background:var(--modal-close-background-hover);color:var(--modal-close-color-hover)}.modal-close-button:active .modal-close-icon{background:var(--modal-close-background-active)}.modal-close-button .modal-close-icon{background:var(--modal-close-background);border-radius:var(--modal-close-border-radius);color:var(--modal-close-color);display:flex;align-items:center;height:var(--modal-close-icon-size);width:var(--modal-close-icon-size);outline:none;transition:color 100ms linear,background 100ms linear;position:relative}.modal-close-button .modal-close-icon svg{fill:currentColor;position:absolute;inset-inline-start:50%;height:var(--modal-close-icon-svg-size);width:var(--modal-close-icon-svg-size)}html:not([dir=rtl]) .modal-close-button .modal-close-icon svg{transform:translateX(-50%)}html[dir=rtl] .modal-close-button .modal-close-icon svg{transform:translateX(50%)}.modal-close-button .modal-close-icon *{pointer-events:none}.modal{--modal-overlay-background:rgb(255,255,255);--modal-overlay-padding-top:76px;--modal-overlay-padding-bottom:76px;--modal-overlay-padding-inline:76px;--modal-close-button-offset-top:16px;--modal-close-button-offset-inline-start:16px;--modal-close-button-size:44px;--modal-close-background:rgb(232,232,237);--modal-close-background-hover:#ececf0;--modal-close-background-active:#dfdfe4;--modal-close-color:rgba(0,0,0,0.56);--modal-close-color-hover:rgba(0,0,0,0.72);--modal-close-border-radius:50%;--modal-close-button-position:sticky;--modal-close-icon-size:36px;--modal-close-icon-svg-size:20px;background:var(--modal-scrim-background,var(--modal-overlay-background));position:fixed;z-index:-1;left:0;right:0;top:0;bottom:0;display:none;overflow:auto}@media(max-width:480px){.modal{--modal-overlay-padding-inline:6.25%}}.modal .modal-overlay-container{box-sizing:border-box;display:flex;align-items:center;min-height:100%}.modal .modal-overlay{position:relative;z-index:1;display:flex;flex-direction:column}.modal .modal-overlay:focus-visible{outline:2px solid var(--sk-focus-color,#0071e3);outline-offset:0}.modal .modal-overlay[data-focus-method=mouse]{outline:none}.modal .modal-content-container{background:var(--modal-overlay-background);order:2;box-sizing:border-box;padding-inline-start:var(--modal-overlay-padding-inline);padding-inline-end:var(--modal-overlay-padding-inline);padding-top:var(--modal-overlay-padding-top);padding-bottom:var(--modal-overlay-padding-bottom);margin-top:calc(-44px + var(--modal-close-button-offset-top)*-1)}.modal-open{display:block;z-index:11000}.modal-touch-lock{touch-action:none}.has-modal{overflow:hidden}.has-modal body{padding-inline-end:var(--modal-scrollbar-buffer)}.modal-full-bleed{--modal-scrim-background:var(--modal-overlay-background);--modal-overlay-padding-top:96px;--modal-overlay-padding-bottom:96px;--modal-close-button-offset-top:max(16px,env(safe-area-inset-top))}html:not([dir=rtl]) .modal-full-bleed{--modal-close-button-offset-inline-start:max(16px,env(safe-area-inset-left))}html[dir=rtl] .modal-full-bleed{--modal-close-button-offset-inline-start:max(16px,env(safe-area-inset-right))}@media(max-width:1068px){.modal-full-bleed{--modal-overlay-padding-top:76px;--modal-overlay-padding-bottom:76px}}.modal-full-bleed .modal-overlay-container{flex-direction:column}.modal-full-bleed .modal-overlay{flex-grow:1;width:100%}.modal-full-bleed .modal-overlay:focus{outline-offset:-4px}.modal-full-bleed .modal-content-container{flex-grow:1}.modal-page-overlay{--modal-scrim-background:rgba(0,0,0,0.48);--modal-overlay-margin-top:40px;--modal-overlay-margin-bottom:var(--modal-overlay-margin-top);--modal-overlay-border-radius-top:18px;--modal-overlay-border-radius-bottom:var(--modal-overlay-border-radius-top);--modal-overlay-width:816.6666666667px}@media(max-width:1068px){.modal-page-overlay{--modal-overlay-width:692px}}@media(max-width:734px){.modal-page-overlay{--modal-overlay-width:max(87.5%,480px);--modal-overlay-padding-bottom:60px}}@media(max-width:480px){.modal-page-overlay{--modal-overlay-border-radius-bottom:0;--modal-overlay-width:100%;--modal-close-button-offset-top:max(16px,env(safe-area-inset-top))}html:not([dir=rtl]) .modal-page-overlay{--modal-close-button-offset-inline-start:max(16px,env(safe-area-inset-left))}html[dir=rtl] .modal-page-overlay{--modal-close-button-offset-inline-start:max(16px,env(safe-area-inset-right))}}@media(max-width:480px){.modal-page-overlay .modal-overlay-container{flex-direction:column}}.modal-page-overlay .modal-overlay{margin-inline-start:auto;margin-inline-end:auto;box-sizing:border-box;border-radius:var(--modal-overlay-border-radius-top) var(--modal-overlay-border-radius-top) var(--modal-overlay-border-radius-bottom) var(--modal-overlay-border-radius-bottom);width:var(--modal-overlay-width);margin-top:var(--modal-overlay-margin-top);margin-bottom:var(--modal-overlay-margin-bottom)}@media(max-width:480px){.modal-page-overlay .modal-overlay{--modal-overlay-margin-top:20px;--modal-overlay-margin-bottom:0;flex-grow:1}.modal-page-overlay .modal-overlay .modal-content-container{flex-grow:1}}.modal-page-overlay .modal-overlay .modal-content-container{border-radius:inherit;mask-image:radial-gradient(white,black)}@media(min-width:1069px){.modal-wide{--modal-overlay-width:1029px}}.modal-crossfade{display:block;visibility:hidden;opacity:0;transition:opacity .4s ease,visibility 0s linear .4s,z-index 0s linear .4s}@media(prefers-reduced-motion){.modal-crossfade{transition:none}}.modal-crossfade.modal-open{visibility:visible;opacity:1;transition-delay:0s}.modal-fixed-height{overflow:initial;--modal-close-button-position:static}.modal-curtain-light{--modal-scrim-background:rgba(232,232,237,0.48)}.modal-curtain-blur{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.modal-close-button-static{--modal-close-button-position:static}:root{--global-card-corner-radius:28px;--global-card-padding:32px;--global-section-padding:150px;--global-section-background-color:rgb(255,255,255);--global-section-background-color-dark:rgb(0,0,0);--global-section-background-color-alt:rgb(245,245,247);--global-section-background-color-alt-dark:#101010;--global-scrim-background-color:rgb(250,250,252);--global-scrim-background-color-dark:rgb(22,22,23);--global-scrim-background-color-alt:rgb(255,255,255);--global-scrim-background-color-alt-dark:rgb(0,0,0);--global-spacing-img-to-headline:100px;--global-staggered-delay:0.15;--global-staggered-opacity-duration:0.9;--global-staggered-translate-y:30px;--global-staggered-translate-y-duration:0.7;--global-viewport-content-responsive:87.5vw;--global-animation-easing-function:cubic-bezier(0.455,0.030,0.515,0.955);--global-select-column-space:20px}@media(max-width:1068px){:root{--global-card-padding:28px;--global-section-padding:120px}}@media(max-width:734px){:root{--global-card-padding:24px;--global-section-padding:90px}}.finish-dual-tone-green{background:linear-gradient(90deg,var(--finish-green) 50%,var(--finish-green-light) 0)}.finish-dual-tone-yellow{background:linear-gradient(90deg,var(--finish-yellow) 50%,var(--finish-yellow-light) 0)}.finish-dual-tone-orange{background:linear-gradient(90deg,var(--finish-orange) 50%,var(--finish-orange-light) 0)}.finish-dual-tone-pink{background:linear-gradient(90deg,var(--finish-pink) 50%,var(--finish-pink-light) 0)}.finish-dual-tone-purple{background:linear-gradient(90deg,var(--finish-purple) 50%,var(--finish-purple-light) 0)}.finish-dual-tone-imac-silver{background:linear-gradient(90deg,var(--finish-imac-silver) 50%,var(--finish-imac-silver-light) 0)}.finish-dual-tone-blue{background:linear-gradient(90deg,var(--finish-blue) 50%,var(--finish-blue-light) 0)}.finish-midnight{background-color:var(--finish-midnight)}.finish-silver{background-color:var(--finish-silver)}.finish-space-gray{background-color:var(--finish-space-gray)}.finish-starlight{background-color:var(--finish-starlight)}.finish-space-black{background-color:var(--finish-space-black)}.finish-rose-gold{background-color:var(--finish-rose-gold)}.finish-green{background-color:var(--finish-green)}.finish-green-light{background-color:var(--finish-green-light)}.finish-yellow{background-color:var(--finish-yellow)}.finish-yellow-light{background-color:var(--finish-yellow-light)}.finish-orange{background-color:var(--finish-orange)}.finish-orange-light{background-color:var(--finish-orange-light)}.finish-pink{background-color:var(--finish-pink)}.finish-pink-light{background-color:var(--finish-pink-light)}.finish-purple{background-color:var(--finish-purple)}.finish-purple-light{background-color:var(--finish-purple-light)}.finish-blue{background-color:var(--finish-blue)}.finish-blue-light{background-color:var(--finish-blue-light)}.finish-imac-silver{background-color:var(--finish-imac-silver)}.finish-imac-silver-light{background-color:var(--finish-imac-silver-light)}:root{--finish-midnight:#2e3642;--finish-silver:#e3e4e5;--finish-space-gray:#7d7e80;--finish-starlight:#f0e4d3;--finish-space-black:#2e2c2e;--finish-rose-gold:#f9d4c2;--finish-green:#10505b;--finish-green-light:#a4beb2;--finish-yellow:#d48207;--finish-yellow-light:#eaca96;--finish-orange:#e36942;--finish-orange-light:#e9aa95;--finish-pink:#b72c31;--finish-pink-light:#eeb8b0;--finish-purple:#353a71;--finish-purple-light:#abacca;--finish-blue:#25476d;--finish-blue-light:#a8bed2;--finish-imac-silver:#c7c8ca;--finish-imac-silver-light:#d9dadb}.section{padding-top:var(--global-section-padding);padding-bottom:var(--global-section-padding)}.section.no-pad-top{padding-top:0}.section.no-pad,.section.no-pad-bottom{padding-bottom:0}.section.no-pad{padding-top:0}.section.background-alt{background-color:var(--global-section-background-color-alt)}.section.background-alt.theme-dark,.theme-dark .section.background-alt{background-color:var(--global-section-background-color-alt-dark)}.section-content-responsive{margin-inline-start:auto;margin-inline-end:auto;width:87.5vw;max-width:1680px}.section-header{display:flex;justify-content:space-between;grid-gap:28px;gap:28px;padding-bottom:80px;margin-top:-10px}@media(min-width:735px){.section-header{align-items:flex-end}}@media(max-width:1068px){.section-header{grid-gap:24px;gap:24px;padding-bottom:64px}}@media(max-width:734px){.section-header{flex-direction:column;padding-bottom:48px;align-content:flex-start;grid-gap:17px;gap:17px;margin-top:-6px}}.section-header .section-header-cta-container{position:relative;top:-4px}@media(max-width:1068px){.section-header .section-header-cta-container{top:-2px}}@media(max-width:734px){.section-header .section-header-cta-container{top:0}}@media(min-width:735px){.section-header .section-header-headline{max-width:75%}}.section-header .visuallyhidden+.section-header-headline{margin-top:0}.section-header-cta-list-wrapper{display:inline-block;flex-shrink:0}.section-header-cta-list{margin-inline-start:0;display:flex;grid-gap:28px;gap:28px}@media(max-width:1068px){.section-header-cta-list{grid-gap:24px;gap:24px}}@media(max-width:734px){.section-header-cta-list{flex-wrap:wrap;grid-row-gap:10px}}.section-header-cta-item{list-style-type:none;display:inline}.tabnav{font-size:14px;line-height:1.4285914286;font-weight:400;letter-spacing:-0.016em;font-family:SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif;--tabnav-height:44px;--tabnav-inner-height:36px;--tabnav-platter-padding:4px;--tabnav-platter-background:rgb(232,232,237);--tabnav-platter-blur:20px;--tabnav-mask-gradient-width:22px;--tabnav-mask-offset:calc(var(--tabnav-paddle-width) + var(--tabnav-mask-gradient-width));--tabnav-mask-animation-name:"";--tabnav-mask-active-gradient:var(--tabnav-mask-gradient);--tabnav-items-offset:0px;--tabnav-item-padding:16px;--tabnav-item-color:rgb(0,0,0);--tabnav-item-color-active:rgb(255,255,255);--tabnav-paddle-width:var(--tabnav-inner-height);--tabnav-paddle-color:rgba(0,0,0,.56);--tabnav-paddle-color-hover:rgba(0,0,0,.64);--tabnav-indicator-background:rgb(29,29,31);--tabnav-indicator-start:var(--tabnav-platter-padding);--tabnav-indicator-width:0px;--tabnav-motion-gradient-delay:280ms;--tabnav-mask-gradient:linear-gradient(90deg,transparent 0,transparent var(--tabnav-paddle-width),black calc(var(--tabnav-paddle-width) + var(--tabnav-mask-gradient-width)),black calc(100% - var(--tabnav-paddle-width) - var(--tabnav-mask-gradient-width)),transparent calc(100% - var(--tabnav-paddle-width)),transparent);position:relative;width:-moz-fit-content;width:fit-content;max-width:100%;box-sizing:border-box}.tabnav:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Text,SF Pro Text,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.tabnav:lang(ja){line-height:1.4;letter-spacing:0em;font-family:SF Pro JP,SF Pro Text,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.tabnav:lang(ko){line-height:1.5714285714;letter-spacing:0em;font-family:SF Pro KR,SF Pro Text,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.tabnav:lang(zh){line-height:1.5;letter-spacing:0em}.tabnav:lang(th){line-height:1.3571828571;letter-spacing:0em;font-family:SF Pro TH,SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.tabnav:lang(zh-CN){font-family:SF Pro SC,SF Pro Text,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.tabnav:lang(zh-HK){font-family:SF Pro HK,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.tabnav:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.tabnav:lang(zh-TW){font-family:SF Pro TC,SF Pro Text,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}.tabnav-alpha{--tabnav-platter-background:rgba(210,210,215,0.64)}.tabnav.tabnav-dark,.theme-dark .tabnav{--tabnav-platter-background:rgb(51,51,54);--tabnav-item-color:rgb(255,255,255);--tabnav-item-color-active:rgb(0,0,0);--tabnav-paddle-color:rgba(255,255,255,.8);--tabnav-paddle-color-hover:rgb(255,255,255);--tabnav-indicator-background:rgb(245,245,247)}.tabnav.tabnav-dark-alpha,.theme-dark .tabnav-alpha{--tabnav-platter-background:rgba(66,66,69,0.72)}.theme-dark .tabnav.tabnav-light{--tabnav-platter-background:rgb(232,232,237);--tabnav-item-color:rgb(0,0,0);--tabnav-item-color-active:rgb(255,255,255);--tabnav-paddle-color:rgba(0,0,0,.56);--tabnav-paddle-color-hover:rgba(0,0,0,.64);--tabnav-indicator-background:rgb(29,29,31)}.theme-dark .tabnav.tabnav-light-alpha{--tabnav-platter-background:rgba(210,210,215,0.64)}.tabnav.tabnav-elevated{font-size:17px;line-height:1.4705882353;font-weight:400;letter-spacing:-0.022em;font-family:SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif;--tabnav-height:56px;--tabnav-inner-height:44px;--tabnav-platter-padding:6px;--tabnav-item-padding:22px}.tabnav.tabnav-elevated:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Text,SF Pro Text,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.tabnav.tabnav-elevated:lang(ja){line-height:1.3529611765;letter-spacing:0em;font-family:SF Pro JP,SF Pro Text,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.tabnav.tabnav-elevated:lang(ko){line-height:1.5882352941;letter-spacing:0em;font-family:SF Pro KR,SF Pro Text,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.tabnav.tabnav-elevated:lang(zh){letter-spacing:0em}.tabnav.tabnav-elevated:lang(th){line-height:1.3529611765;letter-spacing:0em;font-family:SF Pro TH,SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.tabnav.tabnav-elevated:lang(zh-CN){font-family:SF Pro SC,SF Pro Text,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.tabnav.tabnav-elevated:lang(zh-HK){font-family:SF Pro HK,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.tabnav.tabnav-elevated:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.tabnav.tabnav-elevated:lang(zh-TW){font-family:SF Pro TC,SF Pro Text,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}.tabnav:focus-within:not(:has(.tabnav-paddle:focus)):not(:has([data-focus-method=mouse],[data-focus-method=touch])) .tabnav-indicator{outline:2px solid var(--sk-focus-color,#0071e3);outline-offset:2px}.tabnav *{box-sizing:border-box}.tabnav.tabnav-disable-transitions *{transition:none!important;animation:none!important}.tabnav-platter{height:var(--tabnav-height);padding:var(--tabnav-platter-padding);background-color:var(--tabnav-platter-background);border-radius:999px;overflow:hidden}.tabnav-platter:focus-visible{outline:none}.tabnav:not(.tabnav-noblur) .tabnav-platter{-webkit-backdrop-filter:blur(var(--tabnav-platter-blur));backdrop-filter:blur(var(--tabnav-platter-blur))}.tabnav-mask{position:relative;width:calc(100% + var(--tabnav-mask-offset));height:100%;padding:0px 0px 0px var(--tabnav-mask-offset);z-index:1;mask-image:var(--tabnav-mask-active-gradient)}.tabnav-mask.tabnav-mask-noscroll{display:contents;margin-inline-start:0;padding:0}.tabnav-items{display:flex;align-items:center;margin:0;width:-moz-fit-content;width:fit-content;list-style:none;z-index:1;transform:translateX(var(--tabnav-items-offset));transition-property:transform;transition-duration:320ms;transition-timing-function:ease-out}.tabnav-item,.tabnav-items{position:relative;height:100%}.tabnav-item{padding:0 var(--tabnav-item-padding);color:var(--tabnav-item-color);white-space:nowrap;transition-duration:120ms;transition-property:color;transition-timing-function:ease-out}.tabnav-item .tabnav-link{display:flex;align-items:center;height:100%;background:rgba(0,0,0,0);border:none;border-radius:0;color:inherit;text-decoration:none;opacity:.8;transition-property:opacity;transition-duration:100ms;transition-timing-function:ease-in-out}.tabnav-item .tabnav-link:focus{outline:none}.tabnav-item .tabnav-link:hover{opacity:1}.tabnav-item.tabnav-item-active{color:var(--tabnav-item-color-active);transition-delay:160ms;transition-duration:160ms;transition-timing-function:ease-in}.tabnav-item.tabnav-item-active .tabnav-link{opacity:1}.tabnav-paddle{position:absolute;display:flex;justify-content:center;align-items:center;transform:translateZ(0);top:var(--tabnav-platter-padding);bottom:var(--tabnav-platter-padding);width:var(--tabnav-paddle-width);height:var(--tabnav-paddle-width);background-color:rgba(0,0,0,0);border:none;border-radius:999px;color:var(--tabnav-paddle-color);cursor:pointer;z-index:2;transition-delay:0ms,40ms,40ms;transition-duration:100ms,80ms,80ms;transition-property:color,opacity,visibility;transition-timing-function:ease-in-out,ease-out,step-start}.tabnav-paddle:focus-visible{outline:2px solid var(--sk-focus-color,#0071e3);outline-offset:2px}.tabnav-paddle-left{left:var(--tabnav-platter-padding)}.tabnav-paddle-right{right:var(--tabnav-platter-padding)}.tabnav-paddle:hover{color:var(--tabnav-paddle-color-hover)}.tabnav-paddle.tabnav-paddle-hidden{opacity:0;visibility:hidden;transition-delay:200ms;transition-duration:80ms;transition-property:opacity,visibility;transition-timing-function:ease-out,step-end}.tabnav-indicator{position:absolute;top:var(--tabnav-platter-padding);left:var(--tabnav-indicator-start);bottom:var(--tabnav-platter-padding);width:var(--tabnav-indicator-width);height:calc(100% - var(--tabnav-platter-padding)*2);background-color:var(--tabnav-indicator-background);border-radius:999px;transition-property:left,width;transition-duration:320ms;transition-timing-function:ease-out}.select-gallery-container{--gallery-side-padding:calc(50vw - min(1680px, var(--global-viewport-content-responsive))/2);margin-top:0px;margin-bottom:0px}.select-gallery-container .tabnav{width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;margin-left:var(--gallery-side-padding);margin-bottom:80px;border-radius:32px}@media(max-width:1068px){.select-gallery-container .tabnav{margin-bottom:115px}}@media(max-width:734px){.select-gallery-container .tabnav{width:max-content;margin-bottom:55px}}.select-gallery-container .tabnav .tabnav-items{scrollbar-width:none}.select-gallery-container .tabnav .tabnav-items::-webkit-scrollbar{display:none}@media(max-width:734px){.select-gallery-container .tabnav .tabnav-items{max-width:87.5vw}}.select-gallery-container .tabnav .tabnav-paddle{border:none;width:40px;box-sizing:border-box}.select-gallery-container .tabnav .tabnav-paddle.tabnav-paddle-left::after,.select-gallery-container .tabnav .tabnav-paddle.tabnav-paddle-left::before{font-family:SF Pro Icons;color:inherit;display:inline-block;font-style:normal;font-weight:inherit;font-size:inherit;line-height:1;text-decoration:underline;position:relative;z-index:1;alt:"";text-decoration:none}.select-gallery-container .tabnav .tabnav-paddle.tabnav-paddle-left::before{display:none}.select-gallery-container .tabnav .tabnav-paddle.tabnav-paddle-left::after,.select-gallery-container .tabnav .tabnav-paddle.tabnav-paddle-left::before{content:"ï"}.select-gallery-container .tabnav .tabnav-paddle.tabnav-paddle-left::after{padding-inline-start:.24em;top:0}:lang(ja) .tabnav-paddle.tabnav-paddle-left::after{position:relative;top:-0.1em}:lang(ko) .tabnav-paddle.tabnav-paddle-left::after{position:relative;top:-0.08em}.select-gallery-container .tabnav .tabnav-paddle.tabnav-paddle-right::after,.select-gallery-container .tabnav .tabnav-paddle.tabnav-paddle-right::before{font-family:SF Pro Icons;color:inherit;display:inline-block;font-style:normal;font-weight:inherit;font-size:inherit;line-height:1;text-decoration:underline;position:relative;z-index:1;alt:"";text-decoration:none}.select-gallery-container .tabnav .tabnav-paddle.tabnav-paddle-right::before{display:none}.select-gallery-container .tabnav .tabnav-paddle.tabnav-paddle-right::after,.select-gallery-container .tabnav .tabnav-paddle.tabnav-paddle-right::before{content:"ï"}.select-gallery-container .tabnav .tabnav-paddle.tabnav-paddle-right::after{padding-inline-start:.24em;top:0}:lang(ja) .tabnav-paddle.tabnav-paddle-right::after{position:relative;top:-0.1em}:lang(ko) .tabnav-paddle.tabnav-paddle-right::after{position:relative;top:-0.08em}.select-gallery-container .tabnav .tabnav-paddle.tabnav-paddle-left:after,.select-gallery-container .tabnav .tabnav-paddle.tabnav-paddle-right::after{opacity:.64;font-weight:400;font-size:34px;padding-inline-start:0}.select-gallery-container .tabnav .tabnav-paddle:disabled{pointer-events:none}.select-gallery-container .tabnav .tabnav-paddles{margin:0}.select-gallery-container .tabnav .tabnav-paddle-right{background:linear-gradient(270deg,var(--global-section-background-color) 70%,transparent)}.select-gallery-container .tabnav .tabnav-paddle-left{background:linear-gradient(90deg,var(--global-section-background-color) 70%,transparent)}.select-gallery-container .toggle-gallery-wrapper{display:flex;list-style:none;padding:5px;width:100%}.select-gallery-container .toggle-gallery-wrapper.tabnav-items{margin:0}@media(max-width:734px){.select-gallery-container .toggle-gallery-wrapper{padding:4px}}.select-gallery-container .toggle-gallery-wrapper li+li{margin-left:15px}@media(max-width:734px){.select-gallery-container .toggle-gallery-wrapper li+li{margin-left:0px}}.select-gallery-container .toggle-gallery-wrapper li.tabnav-item{border:none;padding:0}.select-gallery-container .toggle-gallery-wrapper li .tabnav-button{cursor:pointer;border:none;padding:10px 24px;border-radius:32px;transform:translateZ(0);transition:transform .1s linear}@media(max-width:734px){.select-gallery-container .toggle-gallery-wrapper li .tabnav-button{padding:10px 18px}}.select-gallery-container .toggle-gallery-wrapper li .tabnav-button.active{transform:translateZ(1px);background-color:#1d1d1f;color:#fff;pointer-events:none}.select-gallery-container .galleries-container{position:relative;--select-gallery-height:auto;height:var(--select-gallery-height);transition:height calc(var(--global-staggered-opacity-duration)*1s) var(--global-animation-easing-function)}.select-gallery-container .galleries-container .gallery{--sticky-item-bottom-offset:36px;margin-top:0;position:absolute;top:0px;width:100%;visibility:hidden;z-index:0;padding-bottom:104px}.select-gallery-container .galleries-container .gallery .item-container .product-tile:not(:first-child){margin-inline-start:var(--global-select-column-space)}@media(max-width:734px){.select-gallery-container .galleries-container .gallery .item-container .product-tile:not(:first-child){margin-inline-start:0}}.select-gallery-container .galleries-container .gallery.no-paddlenav{padding-bottom:104px}.select-gallery-container .galleries-container .gallery.active{position:relative;visibility:visible;z-index:2}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.select-gallery-container .galleries-container .gallery.active.staggered-animation .item-container .grid-item[data-staggered-item]{animation:fadeIn calc(var(--global-staggered-opacity-duration)*0.5s) var(--global-animation-easing-function) both;animation-delay:calc(var(--global-staggered-delay)*1s)}html.reduced-motion .select-gallery-container .galleries-container .gallery.active.staggered-animation .item-container .grid-item[data-staggered-item]{animation:none}.select-gallery-container .galleries-container .gallery .paddlenav{--scrim-height:104px;top:var(--select-sticky-offset,0px);height:calc(100% - var(--select-sticky-offset, 0px))}.select-gallery-container .galleries-container .gallery .paddlenav .sticky-element{position:sticky;height:var(--sticky-height,60px);top:calc(100% - var(--sticky-height, 60px))}.select-gallery-container .galleries-container .gallery .paddlenav .left-item,.select-gallery-container .galleries-container .gallery .paddlenav .right-item{bottom:var(--sticky-item-bottom-offset)}.select-gallery-container .galleries-container .gallery .paddlenav .scrim{display:block;position:absolute;width:100vw;height:var(--scrim-height);bottom:0px;left:calc(-100vw + var(--gallery-side-padding));z-index:-1}@media(max-width:320px){.select-gallery-container .galleries-container .gallery .paddlenav .scrim{width:320px;left:calc(-320px + var(--gallery-side-padding))}}.staggered-start .active .grid-item[data-staggered-item] .product-tile-plus::before{animation:none;opacity:0}.staggered-end .active .grid-item[data-staggered-item] .product-tile-plus::before{animation:fadeIn calc(var(--global-staggered-opacity-duration)*1s) var(--global-animation-easing-function) both;animation-delay:calc(var(--global-staggered-delay)*1s)}html.reduced-motion .staggered-end .active .grid-item[data-staggered-item] .product-tile-plus::before{animation:none}.toggle-gallery-wrapper{background-color:#f5f5f7;background-color:var(--global-section-background-color-alt)}.tabnav .tabnav-paddle-right{background:linear-gradient(270deg,var(--global-section-background-color-alt) 70%,transparent)}.tabnav .tabnav-paddle-left{background:linear-gradient(90deg,var(--global-section-background-color-alt) 70%,transparent)}.tabnav.hidden{display:none}.paddlenav .scrim{background:linear-gradient(0deg,var(--global-section-background-color),var(--global-section-background-color) 50%,transparent)}.background-alt .toggle-gallery-wrapper{background-color:var(--global-section-background-color)}.background-alt .tabnav .tabnav-paddle-right{background:linear-gradient(270deg,var(--global-section-background-color) 70%,transparent)}.background-alt .tabnav .tabnav-paddle-left{background:linear-gradient(90deg,var(--global-section-background-color) 70%,transparent)}.background-alt .paddlenav .scrim{background:linear-gradient(0deg,var(--global-section-background-color-alt),var(--global-section-background-color-alt) 50%,transparent)}.theme-dark .toggle-gallery-wrapper{background-color:var(--global-section-background-color-alt-dark)}.theme-dark .toggle-gallery-wrapper li.active{background-color:#f5f5f7;color:#000}.theme-dark .tabnav .tabnav-paddle::after{opacity:1}.theme-dark .tabnav .tabnav-paddle-right{background:linear-gradient(270deg,var(--global-section-background-color-alt-dark) 70%,transparent)}.theme-dark .tabnav .tabnav-paddle-left{background:linear-gradient(90deg,var(--global-section-background-color-alt-dark) 70%,transparent)}.theme-dark .tabnav .paddlenav .scrim{background:linear-gradient(0deg,var(--global-section-background-color-alt-dark),var(--global-section-background-color-alt-dark) 50%,transparent)}.theme-dark .paddlenav .scrim{background:linear-gradient(0deg,var(--global-section-background-color-dark),var(--global-section-background-color-dark) 50%,transparent)}.theme-dark .background-alt .toggle-gallery-wrapper{background-color:var(--global-section-background-color-dark)}.theme-dark .background-alt .tabnav .tabnav-paddle-right{background:linear-gradient(270deg,var(--global-section-background-color-dark) 70%,transparent)}.theme-dark .background-alt .tabnav .tabnav-paddle-left{background:linear-gradient(90deg,var(--global-section-background-color-dark) 70%,transparent)}.theme-dark .background-alt .paddlenav .scrim{background:linear-gradient(0deg,var(--global-section-background-color-alt-dark),var(--global-section-background-color-alt-dark) 50%,transparent)}.gallery{position:relative;margin-top:0;padding-bottom:83px;--gallery-side-padding:calc(50vw - min(1680px, var(--global-viewport-content-responsive))/2);--scroll-bar-width:0px}@media(max-width:734px){.gallery{padding-bottom:78px}}.gallery.no-paddlenav{padding-bottom:0px}.gallery ::-webkit-scrollbar{width:0px;height:0px;background:rgba(0,0,0,0)}.gallery.gallery-align-center .scroll-container{scroll-padding:var(--gallery-side-padding)}.gallery.gallery-align-center .item-container{padding:0 var(--gallery-side-padding)}.gallery.gallery-align-center .gallery-item{scroll-snap-align:center}.gallery.gallery-align-start .scroll-container{scroll-padding:var(--gallery-side-padding)}.gallery.gallery-align-start .item-container{padding:0 var(--gallery-side-padding)}.gallery.gallery-align-start .gallery-item{scroll-snap-align:start}.gallery .scroll-container{position:relative;overflow-x:scroll;scrollbar-width:none;scroll-snap-type:x mandatory;padding:10px 0;margin:-10px 0}.gallery .scroll-container::-webkit-scrollbar{display:none}.gallery .item-container{--gallery-column-gap:45px;display:grid;grid-template-rows:repeat(1,auto);grid-template-columns:max-content;grid-auto-flow:column;grid-column-gap:var(--gallery-column-gap);column-gap:var(--gallery-column-gap);grid-row-gap:0px;row-gap:0px;width:-moz-fit-content;width:fit-content}@media(min-width:1441px){.gallery .item-container{--gallery-column-gap:72px}}@media(max-width:1068px){.gallery .item-container{--gallery-column-gap:72px}}@media(max-width:734px){.gallery .item-container{--gallery-column-gap:45px}}.gallery.remove-scrollbar-width .item-container{padding-left:var(--gallery-side-padding);padding-right:calc(var(--gallery-side-padding) - var(--scroll-bar-width))}.gallery.spec-rows-8 .item-container{grid-template-rows:repeat(16,auto)}.gallery.spec-rows-7 .item-container{grid-template-rows:repeat(15,auto)}.gallery.spec-rows-6 .item-container{grid-template-rows:repeat(14,auto)}.gallery.spec-rows-5 .item-container{grid-template-rows:repeat(13,auto)}.gallery.spec-rows-4 .item-container{grid-template-rows:repeat(12,auto)}.gallery.spec-rows-3 .item-container{grid-template-rows:repeat(11,auto)}.gallery.spec-rows-2 .item-container{grid-template-rows:repeat(10,auto)}.gallery.spec-rows-1 .item-container{grid-template-rows:repeat(9,auto)}.gallery .paddlenav{--sk-paddlenav-arrow-color:rgba(0,0,0,0.56);--sk-paddlenav-arrow-color-hover:rgba(0,0,0,0.64);--sk-paddlenav-arrow-color-active:rgba(0,0,0,0.64);--sk-paddlenav-background:rgba(210,210,215,0.64);--sk-paddlenav-background-hover:rgba(223,223,227,0.6976);--sk-paddlenav-background-active:rgba(193,193,198,0.6544);--paddlenav-offset:60px;position:absolute;top:calc(100% - var(--paddlenav-offset));right:var(--gallery-side-padding);height:100%;visibility:inherit}html[dir=rtl] .gallery .paddlenav{display:flex;justify-content:flex-end;right:auto;left:var(--gallery-side-padding)}@media(max-width:1068px){.gallery .paddlenav{--paddlenav-offset:59px}}@media(max-width:734px){.gallery .paddlenav{--paddlenav-offset:63px}}.gallery .paddlenav.hide{visibility:hidden}.gallery .paddlenav .sticky-element{--sticky-height:60px;--paddlenav-arrow-height:36px;--paddlenav-arrows-offset:128px;--paddlenav-right-offset:calc(var(--paddlenav-arrow-height)*-0.5);position:relative;width:0px;height:var(--sticky-height);z-index:2}.gallery .paddlenav .sticky-element .left-item{position:absolute;right:calc(var(--paddlenav-arrows-offset) + var(--paddlenav-right-offset));bottom:calc(var(--paddlenav-arrow-height)*0.5)}html[dir=rtl] .gallery .paddlenav .sticky-element .left-item{right:auto;left:calc(var(--paddlenav-arrows-offset) + var(--paddlenav-right-offset))}.gallery .paddlenav .sticky-element .right-item{position:absolute;right:var(--paddlenav-right-offset);bottom:calc(var(--paddlenav-arrow-height)*0.5)}html[dir=rtl] .gallery .paddlenav .sticky-element .right-item{right:auto;left:var(--paddlenav-right-offset)}html[dir=rtl] .gallery .paddlenav .sticky-element .scrim{left:calc(var(--gallery-side-padding)*-1)}.gallery .paddlenav .sticky-element .paddlenav-arrow{width:var(--paddlenav-arrow-height);height:var(--paddlenav-arrow-height);display:flex;justify-content:center;align-items:center}html[dir=rtl] .gallery .paddlenav .sticky-element .paddlenav-arrow{transform:rotate(180deg)}.gallery .paddlenav .sticky-element .paddlenav-arrow svg{pointer-events:none;width:100%}html.touch .gallery .paddlenav .sticky-element .paddlenav-arrow:disabled{opacity:.42}html.touch .gallery .paddlenav .sticky-element .paddlenav-arrow:hover{--sk-paddlenav-arrow-color-hover:var(--sk-paddlenav-arrow-color);--sk-paddlenav-background-hover:var(--sk-paddlenav-background)}.gallery .paddlenav .sticky-element .paddlenav-arrow::after{font-size:34px;padding-inline-start:0}.gallery .paddlenav .sticky-element .paddlenav-arrow .scrim{display:none}.staggered-start .gallery .scroll-container{overflow:hidden}.staggered-start .gallery .paddlenav .paddlenav-arrow{pointer-events:none;opacity:.42}.theme-dark .staggered-start .gallery .paddlenav{opacity:.36}.staggered-end .gallery .scroll-container{overflow:scroll}.theme-dark .gallery .paddlenav{--sk-paddlenav-arrow-color:rgba(255,255,255,0.8);--sk-paddlenav-arrow-color-hover:rgb(255,255,255);--sk-paddlenav-arrow-color-active:rgb(255,255,255);--sk-paddlenav-background:rgba(66,66,69,0.72);--sk-paddlenav-background-hover:rgba(73,73,76,0.7256);--sk-paddlenav-background-active:rgba(57,57,60,0.7424)}.theme-dark .gallery .paddlenav .paddlenav-arrow:disabled,html.touch .theme-dark .gallery .paddlenav .paddlenav-arrow:disabled{opacity:.36}html.touch .theme-dark .gallery .paddlenav .paddlenav-arrow:hover{--sk-paddlenav-arrow-color-hover:var(--sk-paddlenav-arrow-color);--sk-paddlenav-background-hover:var(--sk-paddlenav-background)}.highlight{position:relative;display:inline-block}.highlight:before{--offset:2px;display:block;content:"";position:absolute;top:var(--offset);left:0;width:100%;height:calc(100% - var(--offset)*2);mix-blend-mode:darken}html.no-static .highlight.anim-initial-state:before{transform:scaleX(0);transition:transform var(--highlight-duration,0.5s);transform-origin:left}html.no-static .highlight.animate:before{transform:scaleX(1)}.highlight.mod:before{left:2px}.scroll-gallery{--item-width:var(--section-content-width);--centering-width:var(--section-content-width);--scroll-padding:calc(50vw - var(--centering-width)/2);--gap:20px}.scroll-gallery ul{margin-inline-start:0;list-style:none}.scroll-gallery .scroll-container{overflow-x:scroll;scroll-snap-type:x mandatory;scroll-padding:var(--scroll-padding);scrollbar-width:none}.scroll-gallery .scroll-container::-webkit-scrollbar{display:none}.scroll-gallery .item-container{display:grid;grid-auto-flow:column;width:-moz-fit-content;width:fit-content;grid-gap:var(--gap);gap:var(--gap);padding-inline:var(--scroll-padding)}.scroll-gallery .gallery-item{width:var(--item-width);scroll-snap-align:start}html.firefox .scroll-gallery .gallery-item:last-child{scroll-snap-align:start end}.paddlenav.scroll-gallery-paddles{--gap:20px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.paddlenav.scroll-gallery-paddles.paddles-hide{display:none}.paddlenav.scroll-gallery-paddles ul{width:100%;justify-content:flex-end;grid-gap:var(--gap);gap:var(--gap)}.paddlenav.scroll-gallery-paddles .paddlenav-arrow{position:static;margin-top:0}.paddlenav.scroll-gallery-paddles .paddlenav-arrow svg{pointer-events:none}.controls-paddles{margin-block-start:50px}@media(max-width:734px){.controls-paddles{margin-block-start:40px}}.controls-autoplay-tabnav{--icon-pos-inline:16px;--controls-tabnav-width:980px;--controls-tabnav-padding:calc(var(--icon-pos-inline) + var(--icon-margin) + var(--autoplay-icon-size));justify-content:center;position:relative;display:flex;flex-direction:column;margin-block-start:42px;margin-inline:auto;width:var(--controls-tabnav-width);box-sizing:border-box;padding-inline-end:var(--controls-tabnav-padding)}@media(max-width:1068px){.controls-autoplay-tabnav{--controls-tabnav-width:692px}}@media(max-width:734px){.controls-autoplay-tabnav{--icon-pos-inline:2px;--controls-tabnav-width:var(--item-width)}}.controls-autoplay-tabnav .autoplay{--duration:5s;--animation-name:autoplay-progress;width:min-content;position:absolute;top:50%;transform:translateY(-50%)}html:not([dir=rtl]) .controls-autoplay-tabnav .autoplay{right:var(--icon-pos-inline)}html[dir=rtl] .controls-autoplay-tabnav .autoplay{left:var(--icon-pos-inline)}.autoplay{--duration:5s;--animation-name:autoplay-progress;--icon-background:rgb(232,232,237);--icon-color:#626264;--icon-fill:rgba(0,0,0,0);--icon-stroke:var(--icon-color);--circle-fill:var(--icon-background)}.autoplay[disabled]{opacity:.5}.autoplay[data-state=paused] .svg-pause,.autoplay[data-state=playing] .svg-play{display:none}.autoplay.restart .svg-pause .progress{animation:none}.autoplay .svg{--size:var(--autoplay-icon-size);display:block;overflow:visible;pointer-events:none}.autoplay .svg>*{transition-property:fill,stroke;transition-duration:.2s;transition-timing-function:ease-in-out}.autoplay .svg-play{--icon-stroke:var(--icon-color);--circle-stroke:var(--icon-background)}@media(pointer:fine){.autoplay:not([disabled]):hover .svg-play{--circle-fill:var(--icon-color);--circle-stroke:var(--icon-color);--icon-stroke:var(--icon-background)}}.autoplay .progress{stroke-dasharray:1;stroke-dashoffset:1;animation:autoplay-progress var(--duration) linear both}@keyframes autoplay-progress{from{stroke-dashoffset:1}to{stroke-dashoffset:0}}.scroll-gallery{--scroll-gallery-max-width:100%;--icon-size:36px;--icon-margin:21px}@media(max-width:1068px){.scroll-gallery{--scroll-gallery-max-width:calc(var(--item-width) - var(--icon-size))}}@media(max-width:734px){.scroll-gallery{--icon-margin:14px}}.scroll-gallery .tabnav.scroll-gallery-tabnav{max-width:100%;margin-inline:auto;margin-block-start:30px}.scroll-gallery .scroll-gallery-tabnav-wrapper{max-width:var(--scroll-gallery-max-width)}.scroll-gallery .scroll-gallery-tabnav-wrapper .scroll-gallery-tabnav{position:relative;margin-top:auto;margin-bottom:auto;font-size:17px;line-height:1.4705882353;font-weight:400;letter-spacing:-0.022em;font-family:SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.scroll-gallery .scroll-gallery-tabnav-wrapper .scroll-gallery-tabnav:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Text,SF Pro Text,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.scroll-gallery .scroll-gallery-tabnav-wrapper .scroll-gallery-tabnav:lang(ja){line-height:1.3529611765;letter-spacing:0em;font-family:SF Pro JP,SF Pro Text,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.scroll-gallery .scroll-gallery-tabnav-wrapper .scroll-gallery-tabnav:lang(ko){line-height:1.5882352941;letter-spacing:0em;font-family:SF Pro KR,SF Pro Text,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.scroll-gallery .scroll-gallery-tabnav-wrapper .scroll-gallery-tabnav:lang(zh){letter-spacing:0em}.scroll-gallery .scroll-gallery-tabnav-wrapper .scroll-gallery-tabnav:lang(th){line-height:1.3529611765;letter-spacing:0em;font-family:SF Pro TH,SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.scroll-gallery .scroll-gallery-tabnav-wrapper .scroll-gallery-tabnav:lang(zh-CN){font-family:SF Pro SC,SF Pro Text,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.scroll-gallery .scroll-gallery-tabnav-wrapper .scroll-gallery-tabnav:lang(zh-HK){font-family:SF Pro HK,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.scroll-gallery .scroll-gallery-tabnav-wrapper .scroll-gallery-tabnav:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.scroll-gallery .scroll-gallery-tabnav-wrapper .scroll-gallery-tabnav:lang(zh-TW){font-family:SF Pro TC,SF Pro Text,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}@media(min-width:735px){.scroll-gallery .scroll-gallery-tabnav-wrapper .scroll-gallery-tabnav{--tabnav-height:56px}}@media(max-width:734px){.scroll-gallery .scroll-gallery-tabnav-wrapper .scroll-gallery-tabnav{font-size:14px;line-height:1.4285914286;font-weight:400;letter-spacing:-0.016em;font-family:SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.scroll-gallery .scroll-gallery-tabnav-wrapper .scroll-gallery-tabnav:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Text,SF Pro Text,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.scroll-gallery .scroll-gallery-tabnav-wrapper .scroll-gallery-tabnav:lang(ja){line-height:1.4;letter-spacing:0em;font-family:SF Pro JP,SF Pro Text,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.scroll-gallery .scroll-gallery-tabnav-wrapper .scroll-gallery-tabnav:lang(ko){line-height:1.5714285714;letter-spacing:0em;font-family:SF Pro KR,SF Pro Text,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.scroll-gallery .scroll-gallery-tabnav-wrapper .scroll-gallery-tabnav:lang(zh){line-height:1.5;letter-spacing:0em}.scroll-gallery .scroll-gallery-tabnav-wrapper .scroll-gallery-tabnav:lang(th){line-height:1.3571828571;letter-spacing:0em;font-family:SF Pro TH,SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.scroll-gallery .scroll-gallery-tabnav-wrapper .scroll-gallery-tabnav:lang(zh-CN){font-family:SF Pro SC,SF Pro Text,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.scroll-gallery .scroll-gallery-tabnav-wrapper .scroll-gallery-tabnav:lang(zh-HK){font-family:SF Pro HK,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.scroll-gallery .scroll-gallery-tabnav-wrapper .scroll-gallery-tabnav:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.scroll-gallery .scroll-gallery-tabnav-wrapper .scroll-gallery-tabnav:lang(zh-TW){font-family:SF Pro TC,SF Pro Text,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}.scroll-gallery .scroll-gallery-tabnav-wrapper .scroll-gallery-tabnav .tabnav-item-active{pointer-events:none}.scroll-gallery .scroll-gallery-tabnav-wrapper .tabnav-platter{overflow:clip}.scroll-gallery .scroll-gallery-tabnav-wrapper .tabnav-paddle{background:rgba(0,0,0,0);top:50%;transform:translateY(-50%)}.scroll-gallery .scroll-gallery-tabnav-wrapper .tabnav-paddle.tabnav-paddle-hidden{opacity:0;pointer-events:none}.card-big{--color:rgb(29,29,31);--background:white;--padding-block:60px;--padding-inline:60px;--card-big-min-height:620px;--trigger-offset-inline:20px;--trigger-offset-block:20px;--border-radius:30px;position:relative;color:var(--color);background:var(--background);padding-block:var(--padding-block);padding-inline:var(--padding-inline);min-height:var(--card-big-min-height);border-radius:var(--border-radius);height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-between;box-sizing:border-box;text-align:center;overflow:hidden}@media(max-width:1068px){.card-big{--card-big-min-height:525px;--border-radius:28px}}@media(max-width:734px){.card-big{--align-top-padding-block:27px;--align-top-padding-inline:40px 15px;--align-bottom-padding-block-start:28px;--align-bottom-padding-block-end:56px;--padding-inline:32px;--card-big-min-height:400px;--trigger-offset-inline:16px;--trigger-offset-block:14px}}.card-big-dark{--color:white;--background:black}.card-big-headline{color:inherit;font-weight:800!important}.card-big-image{margin-block-start:0}.card-big-trigger{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:var(--border-radius);outline-offset:-2px}.card-big-icon{position:absolute;right:var(--trigger-offset-inline);bottom:var(--trigger-offset-block);pointer-events:none}.card-big .selectable{z-index:1;position:relative}.scroll-gallery-card-big .gallery-item:not(.current){pointer-events:none}.card-small{--padding-block:40px;--padding-inline:34px;position:relative;height:100%;background:#fff;padding-block:var(--padding-block);padding-inline:var(--padding-inline);box-sizing:border-box;border-radius:28px}@media(max-width:1068px){.card-small{--padding-inline:28px}}@media(max-width:734px){.card-small{--padding-block:36px;--padding-inline:24px}}.card-small-headline{font-weight:700!important;margin-block-start:26px}@media(max-width:734px){.card-small-headline{margin-block-start:18px}}.modal-content{display:none}.modal-open .modal-content,.modal .modal-content{display:block}.inline-media{--media-button-size:34px;position:relative}@media(max-width:734px){.inline-media{--media-button-size:26px}}.inline-media .end-frame,.inline-media .start-frame,.inline-media .static-frame{position:absolute;top:0;opacity:0;display:flex}.inline-media .static-frame{visibility:hidden}html.no-enhanced-xp .inline-media .static-frame{visibility:visible;opacity:1}.inline-media picture img{width:100%;height:100%}.inline-media .video{display:none;visibility:hidden}.inline-media .end-frame{position:relative}html.inline-media .inline-media .start-frame{position:relative;opacity:1}html.inline-media .inline-media .end-frame,html.inline-media .inline-media .static-frame,html.inline-media .inline-media .video{position:absolute;top:0;width:100%}html.inline-media .inline-media .video{z-index:1;display:block;left:0;height:100%;opacity:0;visibility:visible}html.inline-media .inline-media .end-frame{z-index:2;opacity:0}html.inline-media .inline-media.loaded .start-frame{opacity:1}html.inline-media .inline-media.loaded.ended .start-frame,html.inline-media .inline-media.loaded.playing .start-frame{opacity:0}html.inline-media .inline-media.ended .video,html.inline-media .inline-media.loaded.ended .end-frame,html.inline-media .inline-media.loaded .video,html.inline-media .inline-media.playing .video{opacity:1}html.inline-media .inline-media.loading-error video,html.inline-media .inline-media.media-timeout video{visibility:hidden}html.inline-media .inline-media.loading-error .static-frame,html.inline-media .inline-media.media-timeout .static-frame{opacity:1;visibility:visible}.inline-media .hardware-asset{position:absolute;height:100%;width:100%;z-index:10}.inline-media-container{margin-top:0}.scroll-gallery-card-big{display:flex;flex-direction:column;--centering-width:var(--item-width);--item-width:var(--section-content-width)}.scroll-gallery-card-big [data-ac-gallery-item]{opacity:.2}.scroll-gallery-card-big [data-ac-gallery-item].current{opacity:1}html.no-static .scroll-gallery-card-big [data-ac-gallery-item]{transition:opacity .5s}@media(max-width:1068px){.scroll-gallery-card-big{--item-width:692px}}@media(max-width:734px){.scroll-gallery-card-big{--item-width:var(--max-width-s)}}.scroll-gallery-card-big .controls-autoplay-tabnav{order:2}@media(max-width:1068px){.scroll-gallery-card-big .controls-autoplay-tabnav{transform:translateX(calc(var(--gap)/2))}}.scroll-gallery-card-big .scroll-container{order:1}.modal.modal-card-big{--modal-close-color:white;--modal-close-color-hover:white;--modal-close-background:#333336;--modal-close-background-hover:#383838;--modal-close-background-active:#242426;--modal-overlay-padding-inline:134px;--modal-overlay-padding-top:118px}@media(max-width:1068px){.modal.modal-card-big{--modal-overlay-padding-inline:80px}}@media(max-width:734px){.modal.modal-card-big{--modal-overlay-padding-inline:6.25%;--modal-overlay-padding-top:80px}}@media(min-width:1069px){.modal.modal-card-big{--modal-overlay-width:1000px}}.modal.modal-card-big .modal-content-container{background:#000;color:var(--dark-gray);--image-border-radius:28px}@media(max-width:734px){.modal.modal-card-big .modal-content-container{--image-border-radius:14px}}.modal.modal-card-big .white{color:#fff}.modal.modal-card-big .modal-headline{font-weight:600}@media(min-width:735px){.modal.modal-card-big .modal-headline{position:absolute;top:48px;left:48px}}@media(max-width:734px){.modal.modal-card-big .modal-headline{margin-block-end:50px}}.modal.modal-card-big .modal-icon{margin-block-end:30px}@media(max-width:1068px){.modal.modal-card-big .modal-icon{margin-block-end:28px}}@media(max-width:734px){.modal.modal-card-big .modal-icon{margin-block-end:18px}}.modal.modal-card-big ul{list-style:none;margin-inline-start:0;margin-block:22px}@media(max-width:734px){.modal.modal-card-big ul{margin-block:14px}}.modal.modal-card-big .graphs,.modal.modal-card-big .modal-image{margin-block-start:50px}@media(min-width:735px){.modal.modal-card-big .graphs{background:#fff;border-radius:var(--image-border-radius);padding:50px 64px}}@media(min-width:735px)and (max-width:1068px){.modal.modal-card-big .graphs{padding:40px 38px}}@media(min-width:735px)and (max-width:734px){.modal.modal-card-big .graphs{padding:40px 20px}}@media(max-width:734px){.modal.modal-card-big .graphs .graph{background:#fff;border-radius:var(--image-border-radius);padding:50px 64px}}@media(max-width:734px)and (max-width:1068px){.modal.modal-card-big .graphs .graph{padding:40px 38px}}@media(max-width:734px)and (max-width:734px){.modal.modal-card-big .graphs .graph{padding:40px 20px}}.modal.modal-card-big .graphs .graph:not(:first-child){margin-block-start:80px}@media(max-width:1068px){.modal.modal-card-big .graphs .graph:not(:first-child){margin-block-start:60px}}@media(max-width:734px){.modal.modal-card-big .graphs .graph:not(:first-child){margin-block-start:20px}}.modal.modal-card-big .graphs .container{margin-block-start:0;display:flex;grid-gap:30px;gap:30px}@media(max-width:1068px){.modal.modal-card-big .graphs .container{grid-gap:24px;gap:24px}}@media(max-width:734px){.modal.modal-card-big .graphs .container{grid-gap:8px;gap:8px}}.modal.modal-card-big .graphs .container>*:first-child{flex-grow:1}.modal.modal-card-big .graphs .container .amount{min-width:33px}@media(max-width:734px){.modal.modal-card-big .graphs .container .amount{min-width:29px}}.modal.modal-card-big .graphs .container .sep{margin-block-start:0}.modal.modal-card-big .graphs .container:not(:last-child){margin-block-start:40px}@media(max-width:734px){.modal.modal-card-big .graphs .container:not(:last-child){margin-block-start:30px}}.modal.modal-card-big .graphs .container:not(:last-child) .sep{margin-block-start:30px}@media(max-width:734px){.modal.modal-card-big .graphs .container:not(:last-child) .sep{margin-block-start:50px}}.modal.modal-card-big .graphs .graph-title{font-weight:600}@media(max-width:734px){.modal.modal-card-big .graphs .graph-title{max-width:80%}}.modal.modal-card-big .graphs .bar{height:8px;border-radius:4px}.modal.modal-card-big .graphs .bar-mac{background:linear-gradient(90deg,#05f102,#07d402)}.modal.modal-card-big .graphs .bar-pc{background:#86868c}.modal.modal-card-big .graphs .caption{margin-block-start:6px;font-weight:600}.modal.modal-card-big .graphs .caption-mac{color:#1d1d1f}.modal.modal-card-big .graphs .stat{color:#1d1d1f;margin-block-start:-35px;font-weight:600}.modal.modal-card-big .graphs .stat .graph-stat{font-weight:800;color:#06d602}.modal.modal-card-big .modal-content-performance{--badge-min-width:56px}@media(max-width:734px){.modal.modal-card-big .modal-content-performance{--badge-min-width:50px}}.modal.modal-card-big .modal-content-performance .container>*:last-child{min-width:var(--badge-min-width)}.modal.modal-card-big .modal-image.crop-right img{object-position:right}.modal.modal-card-big .modal-image.crop-center img{object-position:50% 0}.modal.modal-card-big .modal-image picture{border-radius:var(--image-border-radius);overflow:hidden}@media(max-width:734px){.modal.modal-card-big .modal-image picture{max-width:100%}.modal.modal-card-big .modal-image picture img{width:100%;height:100%;object-fit:cover;object-position:left}}.modal.modal-card-big .modal-image-caption{color:var(--dark-gray);margin-block-start:24px;font-weight:600}@media(max-width:734px){.modal.modal-card-big .modal-image-caption{margin-block-start:20px}}.modal.modal-card-big hr{border-color:#d8d8d8;margin-block:50px}@media(max-width:734px){.modal.modal-card-big hr{margin-block:40px}}@media(min-width:735px){.modal.modal-card-big .link{display:inline-block;margin-block-start:5px}}.modal.modal-contact-us{--transition-duration:0.8s;--transition-easing:cubic-bezier(0.65,0,0.35,1);opacity:0;visibility:hidden;transition:opacity calc(var(--transition-duration)/2) var(--transition-easing),visibility 0s linear var(--transition-duration),z-index 0s linear var(--transition-duration)}.modal.modal-contact-us.modal-light{color:#000}.modal.modal-contact-us.prepare-open{display:block}.modal.modal-contact-us.modal-open{opacity:1;visibility:visible;transition-delay:0s}.modal.modal-contact-us.modal-open .modal-overlay{transform:translateY(0)}.modal.modal-contact-us .modal-overlay{transform:translateY(100vh);transition:transform var(--transition-duration) var(--transition-easing)}html.reduced-motion .modal.modal-contact-us,html.reduced-motion .modal.modal-contact-us .modal-overlay{transition:none}.modal.modal-contact-us .modal-overlay{max-width:1069px;width:100%}@media(max-width:1068px){.modal.modal-contact-us .modal-overlay{max-width:735px}}@media(max-width:734px){.modal.modal-contact-us .modal-overlay{max-width:375px}}.modal.modal-contact-us .modal-content-container{--modal-overlay-padding-top:120px;--modal-overlay-padding-bottom:var(--modal-overlay-padding-top);--modal-overlay-padding-inline:0}@media(max-width:1068px){.modal.modal-contact-us .modal-content-container{--modal-overlay-padding-top:100px}}@media(max-width:734px){.modal.modal-contact-us .modal-content-container{--modal-overlay-padding-top:80px}}.section-welcome .scroll-gallery{display:grid;grid-template:"before" "items" "after";margin-block-start:90px;--item-width:394px}@media(max-width:1068px){.section-welcome .scroll-gallery{--item-width:350px}}@media(max-width:734px){.section-welcome .scroll-gallery{margin-block-start:50px;--item-width:240px}}html.text-zoom .section-welcome .scroll-gallery{--item-width:var(--section-content-width)}html.no-static .section-welcome .scroll-gallery{--offset:60px}@media(max-width:734px){html.no-static .section-welcome .scroll-gallery{--offset:24px}}html.no-static .section-welcome .scroll-gallery.engaged [data-ac-gallery-item]{transform:translateY(0)}html.no-static .section-welcome .scroll-gallery [data-ac-gallery-item]{transform:translateY(var(--y));transition:transform 1.5s;z-index:1;position:relative}html.no-static .section-welcome .scroll-gallery [data-ac-gallery-item]:nth-child(1){--y:calc(var(--offset)*1)}html.no-static .section-welcome .scroll-gallery [data-ac-gallery-item]:nth-child(2){--y:calc(var(--offset)*2)}html.no-static .section-welcome .scroll-gallery [data-ac-gallery-item]:nth-child(3){--y:calc(var(--offset)*3)}html.no-static .section-welcome .scroll-gallery [data-ac-gallery-item]:nth-child(4){--y:calc(var(--offset)*4)}html.no-static .section-welcome .scroll-gallery [data-ac-gallery-item]:nth-child(5){--y:calc(var(--offset)*5)}html.no-static .section-welcome .scroll-gallery [data-ac-gallery-item]:nth-child(6){--y:calc(var(--offset)*6)}html.no-static .section-welcome .scroll-gallery .scroll-container{padding-block-end:calc(var(--offset)*6);margin-block-end:calc(var(--offset)*6*-1);overflow-y:clip}html.no-static.text-zoom .section-welcome .scroll-gallery [data-ac-gallery-item]{transform:translateY(0)}.section-welcome .scroll-gallery .item-container{margin-top:2px}@media(min-width:1069px){.section-welcome .scroll-gallery .hero-card-hero-remote-deployment .hero-card-front{padding-inline-start:50px}}.section-welcome .hero-gallery-controls{position:relative;grid-area:after;width:min-content;margin-block-start:50px}@media(max-width:734px){.section-welcome .hero-gallery-controls{margin-block-start:40px}}.section-welcome .hero-gallery-controls-autoplay{margin-inline-start:var(--scroll-padding)}.section-welcome .hero-gallery-controls-paddles{margin-inline-start:auto;margin-inline-end:var(--scroll-padding)}.section-welcome .hero-card{--duration:0.5s;cursor:pointer;position:relative;display:block;text-decoration:none!important;width:100%;outline-offset:0;border-radius:30px}@media(max-width:1068px){.section-welcome .hero-card{border-radius:26px}}@media(max-width:734px){.section-welcome .hero-card{border-radius:28px}}.section-welcome .hero-card-front{background:#000;color:#fff;text-align:start;min-height:512px;max-width:var(--item-width)}@media(max-width:1068px){.section-welcome .hero-card-front{min-height:460px}}@media(max-width:734px){.section-welcome .hero-card-front{min-height:300px}}.section-welcome .hero-card-back,.section-welcome .hero-card-front{transition:opacity var(--duration);position:relative;display:flex;flex-direction:column;justify-content:center;box-sizing:border-box;border-radius:30px;padding:58px}@media(max-width:1068px){.section-welcome .hero-card-back,.section-welcome .hero-card-front{border-radius:26px;padding:48px}}@media(max-width:734px){.section-welcome .hero-card-back,.section-welcome .hero-card-front{border-radius:28px;padding:30px}}.section-welcome .hero-card-headline{font-weight:800!important}@media(max-width:734px){.section-welcome .hero-card-headline{font-size:40px;line-height:1.1;font-weight:600;letter-spacing:0em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-welcome .hero-card-headline:lang(ja){line-height:1.175;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.section-welcome .hero-card-headline:lang(ko){line-height:1.2;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.section-welcome .hero-card-headline:lang(th){line-height:1.35;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-welcome .hero-card-headline:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-welcome .hero-card-headline:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.section-welcome .hero-card-headline:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-welcome .hero-card-headline:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-welcome .hero-card-headline:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}@media(max-width:734px)and (max-width:1068px){.section-welcome .hero-card-headline{font-size:32px;line-height:1.125;font-weight:600;letter-spacing:.004em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-welcome .hero-card-headline:lang(ja){line-height:1.21875;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.section-welcome .hero-card-headline:lang(ko){line-height:1.21875;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.section-welcome .hero-card-headline:lang(th){line-height:1.375;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-welcome .hero-card-headline:lang(zh){line-height:1.21875}.section-welcome .hero-card-headline:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-welcome .hero-card-headline:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.section-welcome .hero-card-headline:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-welcome .hero-card-headline:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-welcome .hero-card-headline:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}@media(max-width:734px)and (max-width:734px){.section-welcome .hero-card-headline{font-size:28px;line-height:1.1428571429;font-weight:600;letter-spacing:.007em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-welcome .hero-card-headline:lang(ja){line-height:1.1786114286;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.section-welcome .hero-card-headline:lang(ko){line-height:1.25;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.section-welcome .hero-card-headline:lang(th){line-height:1.3928571429;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-welcome .hero-card-headline:lang(zh){line-height:1.25}.section-welcome .hero-card-headline:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-welcome .hero-card-headline:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.section-welcome .hero-card-headline:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-welcome .hero-card-headline:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-welcome .hero-card-headline:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}.section-welcome .hero-card-icon{position:absolute;bottom:var(--trigger-offset-block);right:var(--trigger-offset-inline);--trigger-offset-inline:20px;--trigger-offset-block:20px}@media(max-width:734px){.section-welcome .hero-card-icon{--trigger-offset-inline:16px;--trigger-offset-block:14px}}.section-welcome .hero-card .icon-apps{background-size:44px 43px;background-repeat:no-repeat;background-image:url(/v/business/mac-does-that/e/images/overview/welcome/icons/icon_apps__rpvvqpsc8si2_large.png);display:inline-block;position:relative;width:44px;height:43px;top:0px}@media(min-resolution:1.5dppx),(min-resolution:144dpi){.section-welcome .hero-card .icon-apps{background-image:url(/v/business/mac-does-that/e/images/overview/welcome/icons/icon_apps__rpvvqpsc8si2_large_2x.png)}}@media(max-width:1068px){.section-welcome .hero-card .icon-apps{background-size:38px 37px;background-repeat:no-repeat;background-image:url(/v/business/mac-does-that/e/images/overview/welcome/icons/icon_apps__rpvvqpsc8si2_medium.png)}}@media(max-width:1068px)and (min-resolution:1.5dppx),(max-width:1068px)and (min-resolution:144dpi){.section-welcome .hero-card .icon-apps{background-image:url(/v/business/mac-does-that/e/images/overview/welcome/icons/icon_apps__rpvvqpsc8si2_medium_2x.png)}}@media(max-width:734px){.section-welcome .hero-card .icon-apps{background-size:27px 26px;background-repeat:no-repeat;background-image:url(/v/business/mac-does-that/e/images/overview/welcome/icons/icon_apps__rpvvqpsc8si2_small.png)}}@media(max-width:734px)and (min-resolution:1.5dppx),(max-width:734px)and (min-resolution:144dpi){.section-welcome .hero-card .icon-apps{background-image:url(/v/business/mac-does-that/e/images/overview/welcome/icons/icon_apps__rpvvqpsc8si2_small_2x.png)}}@media(max-width:1068px){.section-welcome .hero-card .icon-apps{width:38px;height:37px;top:3px}}@media(max-width:734px){.section-welcome .hero-card .icon-apps{width:27px;height:26px;top:2px}}.section-welcome .hero-card .icon-wand{background-size:42px 42px;background-repeat:no-repeat;background-image:url(/v/business/mac-does-that/e/images/overview/welcome/icons/icon_wand__e2i8uy1p6niq_large.png);display:inline-block;position:relative;width:42px;height:42px;top:4px}@media(min-resolution:1.5dppx),(min-resolution:144dpi){.section-welcome .hero-card .icon-wand{background-image:url(/v/business/mac-does-that/e/images/overview/welcome/icons/icon_wand__e2i8uy1p6niq_large_2x.png)}}@media(max-width:1068px){.section-welcome .hero-card .icon-wand{background-size:37px 37px;background-repeat:no-repeat;background-image:url(/v/business/mac-does-that/e/images/overview/welcome/icons/icon_wand__e2i8uy1p6niq_medium.png)}}@media(max-width:1068px)and (min-resolution:1.5dppx),(max-width:1068px)and (min-resolution:144dpi){.section-welcome .hero-card .icon-wand{background-image:url(/v/business/mac-does-that/e/images/overview/welcome/icons/icon_wand__e2i8uy1p6niq_medium_2x.png)}}@media(max-width:734px){.section-welcome .hero-card .icon-wand{background-size:27px 27px;background-repeat:no-repeat;background-image:url(/v/business/mac-does-that/e/images/overview/welcome/icons/icon_wand__e2i8uy1p6niq_small.png)}}@media(max-width:734px)and (min-resolution:1.5dppx),(max-width:734px)and (min-resolution:144dpi){.section-welcome .hero-card .icon-wand{background-image:url(/v/business/mac-does-that/e/images/overview/welcome/icons/icon_wand__e2i8uy1p6niq_small_2x.png)}}@media(max-width:1068px){.section-welcome .hero-card .icon-wand{width:37px;height:37px;top:4px}}@media(max-width:734px){.section-welcome .hero-card .icon-wand{width:27px;height:27px;top:4px}}.section-welcome .hero-card .icon-shield{background-size:34px 40px;background-repeat:no-repeat;background-image:url(/v/business/mac-does-that/e/images/overview/welcome/icons/icon_shield__df62n6y4uqie_large.png);display:inline-block;position:relative;width:34px;height:40px;top:4px}@media(min-resolution:1.5dppx),(min-resolution:144dpi){.section-welcome .hero-card .icon-shield{background-image:url(/v/business/mac-does-that/e/images/overview/welcome/icons/icon_shield__df62n6y4uqie_large_2x.png)}}@media(max-width:1068px){.section-welcome .hero-card .icon-shield{background-size:29px 35px;background-repeat:no-repeat;background-image:url(/v/business/mac-does-that/e/images/overview/welcome/icons/icon_shield__df62n6y4uqie_medium.png)}}@media(max-width:1068px)and (min-resolution:1.5dppx),(max-width:1068px)and (min-resolution:144dpi){.section-welcome .hero-card .icon-shield{background-image:url(/v/business/mac-does-that/e/images/overview/welcome/icons/icon_shield__df62n6y4uqie_medium_2x.png)}}@media(max-width:734px){.section-welcome .hero-card .icon-shield{background-size:21px 25px;background-repeat:no-repeat;background-image:url(/v/business/mac-does-that/e/images/overview/welcome/icons/icon_shield__df62n6y4uqie_small.png)}}@media(max-width:734px)and (min-resolution:1.5dppx),(max-width:734px)and (min-resolution:144dpi){.section-welcome .hero-card .icon-shield{background-image:url(/v/business/mac-does-that/e/images/overview/welcome/icons/icon_shield__df62n6y4uqie_small_2x.png)}}@media(max-width:1068px){.section-welcome .hero-card .icon-shield{width:29px;height:35px;top:5px}}@media(max-width:734px){.section-welcome .hero-card .icon-shield{width:21px;height:25px;top:4px}}.section-welcome .hero-card .icon-dollar{background-size:41px 41px;background-repeat:no-repeat;background-image:url(/v/business/mac-does-that/e/images/overview/welcome/icons/icon_dollar__d9ou1strjsa6_large.png);display:inline-block;position:relative;width:41px;height:41px;top:7px}@media(min-resolution:1.5dppx),(min-resolution:144dpi){.section-welcome .hero-card .icon-dollar{background-image:url(/v/business/mac-does-that/e/images/overview/welcome/icons/icon_dollar__d9ou1strjsa6_large_2x.png)}}@media(max-width:1068px){.section-welcome .hero-card .icon-dollar{background-size:35px 35px;background-repeat:no-repeat;background-image:url(/v/business/mac-does-that/e/images/overview/welcome/icons/icon_dollar__d9ou1strjsa6_medium.png)}}@media(max-width:1068px)and (min-resolution:1.5dppx),(max-width:1068px)and (min-resolution:144dpi){.section-welcome .hero-card .icon-dollar{background-image:url(/v/business/mac-does-that/e/images/overview/welcome/icons/icon_dollar__d9ou1strjsa6_medium_2x.png)}}@media(max-width:734px){.section-welcome .hero-card .icon-dollar{background-size:25px 25px;background-repeat:no-repeat;background-image:url(/v/business/mac-does-that/e/images/overview/welcome/icons/icon_dollar__d9ou1strjsa6_small.png)}}@media(max-width:734px)and (min-resolution:1.5dppx),(max-width:734px)and (min-resolution:144dpi){.section-welcome .hero-card .icon-dollar{background-image:url(/v/business/mac-does-that/e/images/overview/welcome/icons/icon_dollar__d9ou1strjsa6_small_2x.png)}}@media(max-width:1068px){.section-welcome .hero-card .icon-dollar{width:35px;height:35px;top:5px}}@media(max-width:734px){.section-welcome .hero-card .icon-dollar{width:25px;height:25px;top:4px}}.section-welcome .hero-card .svg-play-filled{--size:36px}.section-welcome .hero-card .svg-play-filled path:first-child{fill:#fff}@media(min-width:1069px){.section-welcome .hero-card.hero-card-apps .hero-card-front{padding-inline-end:48px}}@keyframes blinkTextCursor{from{background-color:var(--highlight-green)}to{background-color:rgba(0,0,0,0)}}@keyframes typeChar{from{width:0}}@keyframes typeText{from{width:0}to{width:var(--word-width,auto)}}.section-welcome .hero-container{--cursor-width:3px;--type-char-delay:600ms;--type-char-speed:90ms;--blink-speed:700ms;--highlight-speed:600ms;--highlight-translate:var(--offset,0px);--headline-margin:86px;--copy-margin:69px auto 220px;--copy-width:710px;--logo-margin:7px;--logo-translateY:9px;--dir-fallback:var(--dir,1);margin-inline:auto;max-width:var(--container-width)}@media(max-width:1068px){.section-welcome .hero-container{--copy-width:520px;--copy-margin:36px auto 122px;--logo-translateY:-6px;--logo-margin:4px;--logo-translateY:2px;--headline-margin:13px}}@media(max-width:734px){.section-welcome .hero-container{--copy-width:400px;--container-width:var(--copy-width);--copy-margin:26px auto 72px;--logo-margin:-4px;--headline-margin:-5px}}.section-welcome .hero-container .overview-welcome-hero-logo{display:inline-block!important;transform:translateY(var(--logo-translateY));margin-inline-end:var(--logo-margin);display:block;--p-width:61px;--p-height:74px;width:var(--p-width);height:var(--p-height)}@media(max-width:1068px){.section-welcome .hero-container .overview-welcome-hero-logo{--p-width:34px;--p-height:42px}}.section-welcome .hero-container .headline-container{text-align:center;opacity:0;position:relative;margin-top:var(--headline-margin)}@media(min-width:735px){.section-welcome .hero-container .headline-container{margin-inline:-4.25vw}}@media(max-width:734px){.section-welcome .hero-container .headline-container{justify-items:start;margin-inline-end:-4.25vw;text-align:initial}}.section-welcome .hero-container .headline-container .suffix-container .suffix-text{display:block;position:relative;z-index:1}@media(max-width:734px){.section-welcome .hero-container .headline-container .suffix-container{display:inline-block;margin-inline-start:-0.2em}}.section-welcome .hero-container .headline-container .headline{margin-inline-end:calc(var(--cursor-width)*-1);padding-inline-end:var(--cursor-width);display:flex;justify-content:center;overflow-x:clip}@media(max-width:734px){.section-welcome .hero-container .headline-container .headline{display:inline}}html.text-zoom .section-welcome .hero-container .headline-container .headline{display:block}.section-welcome .hero-container .headline-container .cursor{display:none;background-color:var(--highlight-green);width:var(--cursor-width);position:absolute;z-index:-1;top:0;height:100%}html:not([dir=rtl]) .section-welcome .hero-container .headline-container .cursor{right:0}html[dir=rtl] .section-welcome .hero-container .headline-container .cursor{left:0}.section-welcome .hero-container .headline-container .cursor.blinking{animation:blinkTextCursor var(--blink-speed) infinite}html.no-static .section-welcome .hero-container .headline-container,html.static .section-welcome .hero-container .headline-container{opacity:1}html.static .section-welcome .hero-container .headline-container .suffix-container{background:var(--highlight-green)}html.no-static .section-welcome .hero-container .headline-container.engaged .cursor{display:block}html.no-static .section-welcome .hero-container .headline-container.engaged .suffix-container{position:relative;white-space:nowrap;overflow-x:clip;min-width:var(--cursor-width)}html.no-static .section-welcome .hero-container .headline-container.engaged .suffix-container:after{content:"";position:absolute;top:0;height:100%;width:100%;z-index:0;background:rgba(0,0,0,0);transform-origin:right;opacity:0;transform:translateX(calc(100%*var(--dir-fallback)))}html.no-static:not([dir=rtl]) .section-welcome .hero-container .headline-container.engaged .suffix-container:after{left:0}html.no-static[dir=rtl] .section-welcome .hero-container .headline-container.engaged .suffix-container:after{right:0}html.no-static .section-welcome .hero-container .headline-container.engaged .suffix-container.highlighting:after{opacity:1;transform:translateX(var(--highlight-translate));background:var(--highlight-green);transition:transform var(--highlight-speed)}.section-welcome .hero-container .hero-copy{margin:var(--copy-margin);max-width:var(--copy-width);color:#86868b}@media(min-width:735px){.section-welcome .hero-container .hero-copy{text-align:center}}.card-big-performance{padding-block:var(--padding-block) 0;padding-inline:var(--padding-inline);align-items:start;text-align:start}@media(max-width:734px){.card-big-performance{padding-block:32px 0;padding-inline:0}}.card-big-performance .icon-chip{background-size:47px 47px;background-repeat:no-repeat;background-image:url(/v/business/mac-does-that/e/images/overview/business/performance/icon_a_chip__fbw6rg2dz7am_large.png);display:inline-block;position:relative;width:47px;height:47px;top:6px}@media(min-resolution:1.5dppx),(min-resolution:144dpi){.card-big-performance .icon-chip{background-image:url(/v/business/mac-does-that/e/images/overview/business/performance/icon_a_chip__fbw6rg2dz7am_large_2x.png)}}@media(max-width:1068px){.card-big-performance .icon-chip{background-size:41px 41px;background-repeat:no-repeat;background-image:url(/v/business/mac-does-that/e/images/overview/business/performance/icon_a_chip__fbw6rg2dz7am_medium.png)}}@media(max-width:1068px)and (min-resolution:1.5dppx),(max-width:1068px)and (min-resolution:144dpi){.card-big-performance .icon-chip{background-image:url(/v/business/mac-does-that/e/images/overview/business/performance/icon_a_chip__fbw6rg2dz7am_medium_2x.png)}}@media(max-width:734px){.card-big-performance .icon-chip{background-size:25px 25px;background-repeat:no-repeat;background-image:url(/v/business/mac-does-that/e/images/overview/business/performance/icon_a_chip__fbw6rg2dz7am_small.png)}}@media(max-width:734px)and (min-resolution:1.5dppx),(max-width:734px)and (min-resolution:144dpi){.card-big-performance .icon-chip{background-image:url(/v/business/mac-does-that/e/images/overview/business/performance/icon_a_chip__fbw6rg2dz7am_small_2x.png)}}@media(max-width:1068px){.card-big-performance .icon-chip{width:41px;height:41px;top:2px}}@media(max-width:734px){.card-big-performance .icon-chip{width:25px;height:25px;top:4px}}@media(min-width:735px)and (max-width:1068px){.card-big-performance .icon-chip{margin-block-start:-12px}}.card-big-performance .card-big-headline{text-align:start}@media(max-width:734px){.card-big-performance .card-big-headline{padding-inline:var(--padding-inline)}}.card-big-performance .card-big-image{align-self:center}@media(max-width:734px){.card-big-performance .card-big-image{align-self:end}}.card-big-ai{padding-block:var(--padding-block) 0;padding-inline:0;align-items:start;text-align:start}@media(max-width:734px){.card-big-ai{padding-block:32px 0}}.card-big-ai .card-big-headline{padding-inline:var(--padding-inline)}@media(max-width:734px){.card-big-ai .card-big-headline{padding-inline:28px 21px}}.card-big-ai .icon-wand{background-size:51px 51px;background-repeat:no-repeat;background-image:url(/v/business/mac-does-that/e/images/overview/business/ai/icon_a_wand__d6p96ole7l4y_large.png);display:inline-block;position:relative;width:51px;height:51px;top:2px}@media(min-resolution:1.5dppx),(min-resolution:144dpi){.card-big-ai .icon-wand{background-image:url(/v/business/mac-does-that/e/images/overview/business/ai/icon_a_wand__d6p96ole7l4y_large_2x.png)}}@media(max-width:1068px){.card-big-ai .icon-wand{background-size:44px 44px;background-repeat:no-repeat;background-image:url(/v/business/mac-does-that/e/images/overview/business/ai/icon_a_wand__d6p96ole7l4y_medium.png)}}@media(max-width:1068px)and (min-resolution:1.5dppx),(max-width:1068px)and (min-resolution:144dpi){.card-big-ai .icon-wand{background-image:url(/v/business/mac-does-that/e/images/overview/business/ai/icon_a_wand__d6p96ole7l4y_medium_2x.png)}}@media(max-width:734px){.card-big-ai .icon-wand{background-size:27px 27px;background-repeat:no-repeat;background-image:url(/v/business/mac-does-that/e/images/overview/business/ai/icon_a_wand__d6p96ole7l4y_small.png)}}@media(max-width:734px)and (min-resolution:1.5dppx),(max-width:734px)and (min-resolution:144dpi){.card-big-ai .icon-wand{background-image:url(/v/business/mac-does-that/e/images/overview/business/ai/icon_a_wand__d6p96ole7l4y_small_2x.png)}}@media(max-width:1068px){.card-big-ai .icon-wand{width:44px;height:44px;top:2px}}@media(max-width:734px){.card-big-ai .icon-wand{width:27px;height:27px;top:2px}}.card-big-ai .card-big-image{align-self:end}.card-big-ai .boc-plus{--bg:white;--fg:black}.card-big-battery{background-color:var(--highlight-green);justify-content:center}@media(max-width:734px){.card-big-battery{padding-inline-end:28px}}.card-big-battery .card-big-headline{align-items:baseline;text-align:start}.card-big-battery .icon-battery{background-size:71px 37px;background-repeat:no-repeat;background-image:url(/v/business/mac-does-that/e/images/overview/business/battery/icon_a_battery__dofoxzkn6ms2_large.png);display:inline-block;position:relative;width:71px;height:37px;top:2px}@media(min-resolution:1.5dppx),(min-resolution:144dpi){.card-big-battery .icon-battery{background-image:url(/v/business/mac-does-that/e/images/overview/business/battery/icon_a_battery__dofoxzkn6ms2_large_2x.png)}}@media(max-width:1068px){.card-big-battery .icon-battery{background-size:59px 30px;background-repeat:no-repeat;background-image:url(/v/business/mac-does-that/e/images/overview/business/battery/icon_a_battery__dofoxzkn6ms2_medium.png)}}@media(max-width:1068px)and (min-resolution:1.5dppx),(max-width:1068px)and (min-resolution:144dpi){.card-big-battery .icon-battery{background-image:url(/v/business/mac-does-that/e/images/overview/business/battery/icon_a_battery__dofoxzkn6ms2_medium_2x.png)}}@media(max-width:734px){.card-big-battery .icon-battery{background-size:36px 18px;background-repeat:no-repeat;background-image:url(/v/business/mac-does-that/e/images/overview/business/battery/icon_a_battery__dofoxzkn6ms2_small.png)}}@media(max-width:734px)and (min-resolution:1.5dppx),(max-width:734px)and (min-resolution:144dpi){.card-big-battery .icon-battery{background-image:url(/v/business/mac-does-that/e/images/overview/business/battery/icon_a_battery__dofoxzkn6ms2_small_2x.png)}}@media(max-width:1068px){.card-big-battery .icon-battery{width:59px;height:30px;top:2px}}@media(max-width:734px){.card-big-battery .icon-battery{width:36px;height:18px;top:2px}}.card-big-battery .card-big-trigger{margin-top:0}.card-big-apple-intelligence{align-items:start;justify-content:space-between;padding-inline:0;padding-block-end:0;text-align:start;background-clip:padding-box}@media(max-width:734px){.card-big-apple-intelligence{padding-block-start:32px}}.card-big-apple-intelligence .card-big-headline{padding-inline:var(--padding-inline)}@media(max-width:734px){.card-big-apple-intelligence .card-big-headline{padding-inline:32px 17px}}.card-big-apple-intelligence .icon-apple-intelligence{background-size:53px 52px;background-repeat:no-repeat;background-image:url(/v/business/mac-does-that/e/images/overview/business/apple_intelligence/icon_a_apple_intelligence__fgg9c2lc8v6m_large.png);display:inline-block;position:relative;width:53px;height:52px;top:2px}@media(min-resolution:1.5dppx),(min-resolution:144dpi){.card-big-apple-intelligence .icon-apple-intelligence{background-image:url(/v/business/mac-does-that/e/images/overview/business/apple_intelligence/icon_a_apple_intelligence__fgg9c2lc8v6m_large_2x.png)}}@media(max-width:1068px){.card-big-apple-intelligence .icon-apple-intelligence{background-size:46px 45px;background-repeat:no-repeat;background-image:url(/v/business/mac-does-that/e/images/overview/business/apple_intelligence/icon_a_apple_intelligence__fgg9c2lc8v6m_medium.png)}}@media(max-width:1068px)and (min-resolution:1.5dppx),(max-width:1068px)and (min-resolution:144dpi){.card-big-apple-intelligence .icon-apple-intelligence{background-image:url(/v/business/mac-does-that/e/images/overview/business/apple_intelligence/icon_a_apple_intelligence__fgg9c2lc8v6m_medium_2x.png)}}@media(max-width:734px){.card-big-apple-intelligence .icon-apple-intelligence{background-size:28px 27px;background-repeat:no-repeat;background-image:url(/v/business/mac-does-that/e/images/overview/business/apple_intelligence/icon_a_apple_intelligence__fgg9c2lc8v6m_small.png)}}@media(max-width:734px)and (min-resolution:1.5dppx),(max-width:734px)and (min-resolution:144dpi){.card-big-apple-intelligence .icon-apple-intelligence{background-image:url(/v/business/mac-does-that/e/images/overview/business/apple_intelligence/icon_a_apple_intelligence__fgg9c2lc8v6m_small_2x.png)}}@media(max-width:1068px){.card-big-apple-intelligence .icon-apple-intelligence{width:46px;height:45px;top:2px}}@media(max-width:734px){.card-big-apple-intelligence .icon-apple-intelligence{width:28px;height:27px;top:2px}}.card-big-apple-intelligence .ai-gradient{--background:linear-gradient(94deg,#58cdff,#229bff,#df62db,#fb6159,#ffa109)}.card-big-apple-intelligence .card-big-image{align-self:flex-end}.card-big-apple-intelligence .card-big-trigger{z-index:20}.card-big-apple-intelligence.card-big-dark{--background:linear-gradient(148deg,rgba(0,0,0,1),rgba(0,0,0,1) 90%,rgba(249,222,169,1))}@media(max-width:734px){.card-big-apple-intelligence{clip-path:inset(0 1px 0 0 round 0 28px 0px 0)}}.card-big-apple-intelligence .boc-plus{--bg:white;--fg:black}#modal-ai .ai{--background:linear-gradient(94deg,#58cdff,#229bff,#df62db,#fb6159,#ffa109)}#modal-ai .more{color:#2997ff}.card-big-mac-and-iphone{padding-block:0;padding-inline:0;flex-direction:row-reverse}@media(max-width:734px){.card-big-mac-and-iphone{padding-inline:0;flex-direction:column-reverse;align-items:start;justify-content:flex-end;padding-block-end:var(--padding-block);padding-block-start:var(--align-top-padding-block)}}.card-big-mac-and-iphone .card-big-headline{padding-inline:var(--padding-inline);text-align:start}@media(min-width:735px)and (max-width:1068px){.card-big-mac-and-iphone .card-big-headline{padding-inline-start:20px;padding-inline-end:40px}}@media(max-width:734px){.card-big-mac-and-iphone .card-big-headline{padding-block-start:20px}}.section-business{padding-block:200px 0;background:#f5f5f7}@media(max-width:734px){.section-business{padding-block:100px 0}}.section-business .headline{margin-block-end:78px;font-weight:800!important;text-align:center;margin-inline:auto;max-width:13ch}@media(max-width:1068px){.section-business .headline{margin-block-end:72px}}@media(max-width:734px){.section-business .headline{margin-block-end:32px;text-align:start}}.card-big-device-management{padding-block:var(--padding-block) 0;padding-inline:0;align-items:start;text-align:start}@media(max-width:734px){.card-big-device-management{padding-block:32px 0}}.card-big-device-management .card-big-headline{padding-inline:var(--padding-inline)}@media(max-width:734px){.card-big-device-management .card-big-headline{padding-inline:28px 21px}}.card-big-device-management .icon-checkmark{background-size:48px 48px;background-repeat:no-repeat;background-image:url(/v/business/mac-does-that/e/images/overview/computer/device_management/icon_b_check__f54ioy561ryy_large.png);display:inline-block;position:relative;width:48px;height:48px;top:6px}@media(min-resolution:1.5dppx),(min-resolution:144dpi){.card-big-device-management .icon-checkmark{background-image:url(/v/business/mac-does-that/e/images/overview/computer/device_management/icon_b_check__f54ioy561ryy_large_2x.png)}}@media(max-width:1068px){.card-big-device-management .icon-checkmark{background-size:41px 41px;background-repeat:no-repeat;background-image:url(/v/business/mac-does-that/e/images/overview/computer/device_management/icon_b_check__f54ioy561ryy_medium.png)}}@media(max-width:1068px)and (min-resolution:1.5dppx),(max-width:1068px)and (min-resolution:144dpi){.card-big-device-management .icon-checkmark{background-image:url(/v/business/mac-does-that/e/images/overview/computer/device_management/icon_b_check__f54ioy561ryy_medium_2x.png)}}@media(max-width:734px){.card-big-device-management .icon-checkmark{background-size:25px 25px;background-repeat:no-repeat;background-image:url(/v/business/mac-does-that/e/images/overview/computer/device_management/icon_b_check__f54ioy561ryy_small.png)}}@media(max-width:734px)and (min-resolution:1.5dppx),(max-width:734px)and (min-resolution:144dpi){.card-big-device-management .icon-checkmark{background-image:url(/v/business/mac-does-that/e/images/overview/computer/device_management/icon_b_check__f54ioy561ryy_small_2x.png)}}@media(max-width:1068px){.card-big-device-management .icon-checkmark{width:41px;height:41px;top:6px}}@media(max-width:734px){.card-big-device-management .icon-checkmark{width:25px;height:25px;top:2px}}.card-big-device-management .card-big-image{align-self:center}.card-big-security{padding-block:var(--padding-block) 0;padding-inline:0;align-items:start;text-align:start}@media(max-width:734px){.card-big-security{padding-block:32px 0;clip-path:inset(0 round 0 0 30px 0)}}.card-big-security .card-big-headline{padding-inline:var(--padding-inline)}@media(max-width:734px){.card-big-security .card-big-headline{padding-inline:28px 21px}}.card-big-security .icon-privacy-lock{background-size:33px 46px;background-repeat:no-repeat;background-image:url(/v/business/mac-does-that/e/images/overview/computer/security/icon_b_privacy_lock__euu5bimrbmwm_large.png);display:inline-block;position:relative;width:33px;height:46px;top:6px}@media(min-resolution:1.5dppx),(min-resolution:144dpi){.card-big-security .icon-privacy-lock{background-image:url(/v/business/mac-does-that/e/images/overview/computer/security/icon_b_privacy_lock__euu5bimrbmwm_large_2x.png)}}@media(max-width:1068px){.card-big-security .icon-privacy-lock{background-size:29px 40px;background-repeat:no-repeat;background-image:url(/v/business/mac-does-that/e/images/overview/computer/security/icon_b_privacy_lock__euu5bimrbmwm_medium.png)}}@media(max-width:1068px)and (min-resolution:1.5dppx),(max-width:1068px)and (min-resolution:144dpi){.card-big-security .icon-privacy-lock{background-image:url(/v/business/mac-does-that/e/images/overview/computer/security/icon_b_privacy_lock__euu5bimrbmwm_medium_2x.png)}}@media(max-width:734px){.card-big-security .icon-privacy-lock{background-size:18px 24px;background-repeat:no-repeat;background-image:url(/v/business/mac-does-that/e/images/overview/computer/security/icon_b_privacy_lock__euu5bimrbmwm_small.png)}}@media(max-width:734px)and (min-resolution:1.5dppx),(max-width:734px)and (min-resolution:144dpi){.card-big-security .icon-privacy-lock{background-image:url(/v/business/mac-does-that/e/images/overview/computer/security/icon_b_privacy_lock__euu5bimrbmwm_small_2x.png)}}@media(max-width:1068px){.card-big-security .icon-privacy-lock{width:29px;height:40px;top:6px}}@media(max-width:734px){.card-big-security .icon-privacy-lock{width:18px;height:24px;top:2px}}.card-big-security .card-big-image{align-self:center}@media(max-width:734px){.card-big-security .card-big-image{align-self:end}}.card-big-durability{align-items:start;justify-content:start;padding-inline:0;text-align:start}@media(max-width:734px){.card-big-durability{padding-block:32px}}.card-big-durability .card-big-headline{padding-inline:var(--padding-inline)}@media(max-width:734px){.card-big-durability .card-big-headline{padding-inline:28px 21px}}.card-big-durability .card-big-image{align-self:end;margin-block-start:130px}@media(max-width:734px){.card-big-durability .card-big-image{margin-block-start:97px}}.card-big-support{align-items:start;justify-content:start;padding-inline:0;text-align:start}@media(max-width:734px){.card-big-support{padding-block:32px}}.card-big-support .card-big-headline{padding-inline:var(--padding-inline)}@media(max-width:734px){.card-big-support .card-big-headline{padding-inline:28px 21px}}.card-big-support .card-big-image{align-self:center;margin-block-start:130px}@media(max-width:734px){.card-big-support .card-big-image{margin-block-start:60px}}.card-big-support .icon-team{background-size:76px 38px;background-repeat:no-repeat;background-image:url(/v/business/mac-does-that/e/images/overview/computer/support/icon_b_team__fl42sziijuy6_large.png);display:inline-block;position:relative;width:76px;height:38px;top:2px}@media(min-resolution:1.5dppx),(min-resolution:144dpi){.card-big-support .icon-team{background-image:url(/v/business/mac-does-that/e/images/overview/computer/support/icon_b_team__fl42sziijuy6_large_2x.png)}}@media(max-width:1068px){.card-big-support .icon-team{background-size:72px 36px;background-repeat:no-repeat;background-image:url(/v/business/mac-does-that/e/images/overview/computer/support/icon_b_team__fl42sziijuy6_medium.png)}}@media(max-width:1068px)and (min-resolution:1.5dppx),(max-width:1068px)and (min-resolution:144dpi){.card-big-support .icon-team{background-image:url(/v/business/mac-does-that/e/images/overview/computer/support/icon_b_team__fl42sziijuy6_medium_2x.png)}}@media(max-width:734px){.card-big-support .icon-team{background-size:43px 22px;background-repeat:no-repeat;background-image:url(/v/business/mac-does-that/e/images/overview/computer/support/icon_b_team__fl42sziijuy6_small.png)}}@media(max-width:734px)and (min-resolution:1.5dppx),(max-width:734px)and (min-resolution:144dpi){.card-big-support .icon-team{background-image:url(/v/business/mac-does-that/e/images/overview/computer/support/icon_b_team__fl42sziijuy6_small_2x.png)}}@media(max-width:1068px){.card-big-support .icon-team{width:72px;height:36px;top:2px}}@media(max-width:734px){.card-big-support .icon-team{width:43px;height:22px;top:2px}}#modal-support .more:hover{cursor:pointer;text-decoration:underline}#modal-support .modal-contact-us-button{text-align:left}.card-big-savings{background-color:var(--highlight-green);justify-content:center}@media(max-width:734px){.card-big-savings.card-big{padding-inline-end:12px}}.card-big-savings .card-big-headline{text-align:start}.card-big-savings .icon-chart{background-size:48px 48px;background-repeat:no-repeat;background-image:url(/v/business/mac-does-that/e/images/overview/computer/savings/icon_b_chart__bvo99nwl2ib6_large.png);display:inline-block;position:relative;width:48px;height:48px;top:4px}@media(min-resolution:1.5dppx),(min-resolution:144dpi){.card-big-savings .icon-chart{background-image:url(/v/business/mac-does-that/e/images/overview/computer/savings/icon_b_chart__bvo99nwl2ib6_large_2x.png)}}@media(max-width:1068px){.card-big-savings .icon-chart{background-size:37px 37px;background-repeat:no-repeat;background-image:url(/v/business/mac-does-that/e/images/overview/computer/savings/icon_b_chart__bvo99nwl2ib6_medium.png)}}@media(max-width:1068px)and (min-resolution:1.5dppx),(max-width:1068px)and (min-resolution:144dpi){.card-big-savings .icon-chart{background-image:url(/v/business/mac-does-that/e/images/overview/computer/savings/icon_b_chart__bvo99nwl2ib6_medium_2x.png)}}@media(max-width:734px){.card-big-savings .icon-chart{background-size:23px 23px;background-repeat:no-repeat;background-image:url(/v/business/mac-does-that/e/images/overview/computer/savings/icon_b_chart__bvo99nwl2ib6_small.png)}}@media(max-width:734px)and (min-resolution:1.5dppx),(max-width:734px)and (min-resolution:144dpi){.card-big-savings .icon-chart{background-image:url(/v/business/mac-does-that/e/images/overview/computer/savings/icon_b_chart__bvo99nwl2ib6_small_2x.png)}}@media(max-width:1068px){.card-big-savings .icon-chart{width:37px;height:37px;top:4px}}@media(max-width:734px){.card-big-savings .icon-chart{width:23px;height:23px;top:3px}}.card-big-savings .icon-dollar{background-size:48px 48px;background-repeat:no-repeat;background-image:url(/v/business/mac-does-that/e/images/overview/computer/savings/icon_b_dollar__cwu15mdlwuaa_large.png);display:inline-block;position:relative;width:48px;height:48px;top:6px}@media(min-resolution:1.5dppx),(min-resolution:144dpi){.card-big-savings .icon-dollar{background-image:url(/v/business/mac-does-that/e/images/overview/computer/savings/icon_b_dollar__cwu15mdlwuaa_large_2x.png)}}@media(max-width:1068px){.card-big-savings .icon-dollar{background-size:41px 41px;background-repeat:no-repeat;background-image:url(/v/business/mac-does-that/e/images/overview/computer/savings/icon_b_dollar__cwu15mdlwuaa_medium.png)}}@media(max-width:1068px)and (min-resolution:1.5dppx),(max-width:1068px)and (min-resolution:144dpi){.card-big-savings .icon-dollar{background-image:url(/v/business/mac-does-that/e/images/overview/computer/savings/icon_b_dollar__cwu15mdlwuaa_medium_2x.png)}}@media(max-width:734px){.card-big-savings .icon-dollar{background-size:25px 25px;background-repeat:no-repeat;background-image:url(/v/business/mac-does-that/e/images/overview/computer/savings/icon_b_dollar__cwu15mdlwuaa_small.png)}}@media(max-width:734px)and (min-resolution:1.5dppx),(max-width:734px)and (min-resolution:144dpi){.card-big-savings .icon-dollar{background-image:url(/v/business/mac-does-that/e/images/overview/computer/savings/icon_b_dollar__cwu15mdlwuaa_small_2x.png)}}@media(max-width:1068px){.card-big-savings .icon-dollar{width:41px;height:41px;top:6px}}@media(max-width:734px){.card-big-savings .icon-dollar{width:25px;height:25px;top:2px}}.card-big-savings .card-big-trigger{margin-top:0}.section-computer{padding-block:200px 0;background:#f5f5f7}@media(max-width:734px){.section-computer{padding-block:100px 0}}.section-computer .headline{margin-block-end:78px;font-weight:800!important;text-align:center;margin-inline:auto;max-width:13ch}@media(max-width:1068px){.section-computer .headline{margin-block-end:72px}}@media(max-width:734px){.section-computer .headline{margin-block-end:32px;text-align:start}}@media(min-width:735px){.card-big-macos{padding-block-end:0}}@media(max-width:734px){.card-big-macos{padding-block:40px calc(var(--padding-block) - 10px);flex-direction:column-reverse}}.card-big-macos .card-big-headline{align-self:start;position:relative;text-align:start}.card-big-macos .card-big-headline .highlight{padding-inline:0px}@media(max-width:734px){.card-big-macos .card-big-image{align-self:baseline}}@media(min-width:735px){.card-big-macos.macos-updates{padding-block:0;flex-direction:row;justify-content:space-between;align-items:center;padding-inline-end:0}}.card-big-macos.macos-updates .card-big-headline{align-self:center;position:relative;text-align:start}@media(min-width:735px)and (max-width:1068px){.card-big-macos.macos-updates{padding-inline-start:40px}.card-big-macos.macos-updates .card-big-headline{margin-inline-end:-10px}}@media(max-width:734px){.card-big-macos.macos-updates{flex-direction:column;justify-content:flex-start}.card-big-macos.macos-updates .card-big-image{align-self:center;margin-block-start:60px}}@media(min-width:735px){#modal-macos .modal-image-image-s-desktop-left,#modal-macos .modal-image-image-s-desktop-right{display:none}}@media(max-width:734px){#modal-macos .modal-image-image-desktop{display:none}}.card-big-apps{flex-direction:column-reverse;padding-block-start:0}@media(max-width:734px){.card-big-apps{padding-inline:0;overflow:hidden;padding-block-end:44px}}.card-big-apps .card-big-headline{align-self:start;text-align:start}@media(max-width:734px){.card-big-apps .card-big-headline{padding-inline:var(--padding-inline)}}.card-big-apps .icon-apps{background-size:51px 50px;background-repeat:no-repeat;background-image:url(/v/business/mac-does-that/e/images/overview/get_started/apps/icon_c_apps__gi200tv44yy6_large.png);display:inline-block;position:relative;width:51px;height:50px;top:8px}@media(min-resolution:1.5dppx),(min-resolution:144dpi){.card-big-apps .icon-apps{background-image:url(/v/business/mac-does-that/e/images/overview/get_started/apps/icon_c_apps__gi200tv44yy6_large_2x.png)}}@media(max-width:1068px){.card-big-apps .icon-apps{background-size:44px 43px;background-repeat:no-repeat;background-image:url(/v/business/mac-does-that/e/images/overview/get_started/apps/icon_c_apps__gi200tv44yy6_medium.png)}}@media(max-width:1068px)and (min-resolution:1.5dppx),(max-width:1068px)and (min-resolution:144dpi){.card-big-apps .icon-apps{background-image:url(/v/business/mac-does-that/e/images/overview/get_started/apps/icon_c_apps__gi200tv44yy6_medium_2x.png)}}@media(max-width:734px){.card-big-apps .icon-apps{background-size:27px 26px;background-repeat:no-repeat;background-image:url(/v/business/mac-does-that/e/images/overview/get_started/apps/icon_c_apps__gi200tv44yy6_small.png)}}@media(max-width:734px)and (min-resolution:1.5dppx),(max-width:734px)and (min-resolution:144dpi){.card-big-apps .icon-apps{background-image:url(/v/business/mac-does-that/e/images/overview/get_started/apps/icon_c_apps__gi200tv44yy6_small_2x.png)}}@media(max-width:1068px){.card-big-apps .icon-apps{width:44px;height:43px;top:6px}}@media(max-width:734px){.card-big-apps .icon-apps{width:27px;height:26px;top:4px}}.card-big-employees{background-color:var(--highlight-green);justify-content:center}@media(max-width:734px){.card-big-employees.card-big{padding-inline-end:28px}}.card-big-employees .card-big-headline{align-items:baseline;text-align:start}.card-big-employees .icon-lanyard{background-size:47px 63px;background-repeat:no-repeat;background-image:url(/v/business/mac-does-that/e/images/overview/get_started/employees/icon_c_lanyard__c9t6bbg2rh6q_large.png);display:inline-block;position:relative;width:47px;height:63px;top:8px}@media(min-resolution:1.5dppx),(min-resolution:144dpi){.card-big-employees .icon-lanyard{background-image:url(/v/business/mac-does-that/e/images/overview/get_started/employees/icon_c_lanyard__c9t6bbg2rh6q_large_2x.png)}}@media(max-width:1068px){.card-big-employees .icon-lanyard{background-size:33px 43px;background-repeat:no-repeat;background-image:url(/v/business/mac-does-that/e/images/overview/get_started/employees/icon_c_lanyard__c9t6bbg2rh6q_medium.png)}}@media(max-width:1068px)and (min-resolution:1.5dppx),(max-width:1068px)and (min-resolution:144dpi){.card-big-employees .icon-lanyard{background-image:url(/v/business/mac-does-that/e/images/overview/get_started/employees/icon_c_lanyard__c9t6bbg2rh6q_medium_2x.png)}}@media(max-width:734px){.card-big-employees .icon-lanyard{background-size:20px 26px;background-repeat:no-repeat;background-image:url(/v/business/mac-does-that/e/images/overview/get_started/employees/icon_c_lanyard__c9t6bbg2rh6q_small.png)}}@media(max-width:734px)and (min-resolution:1.5dppx),(max-width:734px)and (min-resolution:144dpi){.card-big-employees .icon-lanyard{background-image:url(/v/business/mac-does-that/e/images/overview/get_started/employees/icon_c_lanyard__c9t6bbg2rh6q_small_2x.png)}}@media(max-width:1068px){.card-big-employees .icon-lanyard{width:33px;height:43px;top:6px}}@media(max-width:734px){.card-big-employees .icon-lanyard{width:20px;height:26px;top:4px}}.card-big-employees .card-big-trigger{margin-top:0}.section-get-started{padding-block:200px;background:#f5f5f7}@media(max-width:734px){.section-get-started{padding-block:100px}}.section-get-started .headline{margin-block-end:78px;font-weight:800!important;text-align:center;margin-inline:auto}@media(max-width:1068px){.section-get-started .headline{margin-block-end:72px}}@media(max-width:734px){.section-get-started .headline{margin-block-end:32px;text-align:start}}.button{--sk-button-color:rgb(255,255,255);--sk-button-color-hover:var(--sk-button-color);--sk-button-color-active:var(--sk-button-color-hover);--sk-button-disabled-opacity:var(--sk-link-disabled-opacity,0.42);--sk-button-border-color:transparent;--sk-button-border-radius:980px;--sk-button-margin-horizontal:14px;--sk-button-margin-vertical:14px;--sk-button-min-width-basis:60px;--sk-button-padding-horizontal:16px;--sk-button-padding-vertical:9px;--sk-button-border-width:1px;--sk-button-box-sizing:content-box;--sk-button-width:auto;--sk-button-display:inline-block;font-size:14px;line-height:1.2857742857;font-weight:400;letter-spacing:-0.016em;font-family:SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif;background:var(--sk-button-background);color:var(--sk-button-color);padding-block:calc(var(--sk-button-padding-vertical) - var(--sk-button-border-width));padding-inline:calc(var(--sk-button-padding-horizontal) - var(--sk-button-border-width));border-radius:var(--sk-button-border-radius);border:var(--sk-button-border-width) solid var(--sk-button-border-color);width:var(--sk-button-width);min-width:calc(var(--sk-button-min-width-basis) - var(--sk-button-padding-horizontal)*2);cursor:pointer;display:var(--sk-button-display);box-sizing:var(--sk-button-box-sizing);text-align:center;text-decoration:none;white-space:nowrap;--sk-button-background:rgb(0,113,227);--sk-button-background-hover:#0076DF;--sk-button-background-active:#006EDB}.button:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Text,SF Pro Text,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.button:lang(ja){letter-spacing:0em;font-family:SF Pro JP,SF Pro Text,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.button:lang(ko){font-family:SF Pro KR,SF Pro Text,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.button:lang(ko),.button:lang(zh){letter-spacing:0em}.button:lang(th){font-family:SF Pro TH,SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.button:lang(zh-CN){font-family:SF Pro SC,SF Pro Text,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.button:lang(zh-HK){font-family:SF Pro HK,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.button:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.button:lang(zh-TW){font-family:SF Pro TC,SF Pro Text,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}.button:hover{background:var(--sk-button-background-hover,var(--sk-button-background));color:var(--sk-button-color-hover,var(--sk-button-color));text-decoration:none;border-color:rgba(0,0,0,0)}.button:focus-visible{outline:2px solid var(--sk-focus-color,#0071e3);outline-offset:var(--sk-focus-offset-container,3px)}.button:active{background:var(--sk-button-background-active,var(--sk-button-background));color:var(--sk-button-color-active,var(--sk-button-color));outline:none}.button.disabled,.button:disabled{pointer-events:none;opacity:var(--sk-button-disabled-opacity)}.button-block{--sk-button-box-sizing:border-box;--sk-button-width:100%;--sk-button-display:block;--sk-button-border-radius:8px;--sk-button-margin-horizontal:9px;--sk-button-margin-vertical:9px}.button-neutral{--sk-button-background:rgb(29,29,31);--sk-button-background-hover:#272729;--sk-button-background-active:#18181A;--sk-button-color:rgb(255,255,255)}.button-secondary{--sk-button-background:transparent;--sk-button-background-hover:#0076DF;--sk-button-background-active:#006EDB;--sk-button-color:rgb(0,102,204);--sk-button-color-hover:rgb(255,255,255);--sk-button-border-color:rgb(0,102,204)}.button-secondary-neutral{--sk-button-background:transparent;--sk-button-background-hover:#272729;--sk-button-background-active:#18181A;--sk-button-color:rgb(29,29,31);--sk-button-color-hover:rgb(255,255,255);--sk-button-border-color:rgb(29,29,31)}.button-super{--sk-button-padding-horizontal:31px;--sk-button-padding-vertical:18px;--sk-button-min-width-basis:90px;--sk-button-margin-horizontal:22px;--sk-button-margin-vertical:22px;font-size:17px;line-height:1.1764805882;font-weight:400;letter-spacing:-0.022em;font-family:SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.button-super:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Text,SF Pro Text,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.button-super:lang(ja){letter-spacing:0em;font-family:SF Pro JP,SF Pro Text,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.button-super:lang(ko){letter-spacing:0em;font-family:SF Pro KR,SF Pro Text,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.button-super:lang(zh){letter-spacing:0em}.button-super:lang(th){font-family:SF Pro TH,SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.button-super:lang(zh-CN){font-family:SF Pro SC,SF Pro Text,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.button-super:lang(zh-HK){font-family:SF Pro HK,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.button-super:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.button-super:lang(zh-TW){font-family:SF Pro TC,SF Pro Text,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}.button-super.button-block{--sk-button-border-radius:12px;--sk-button-margin-horizontal:14px;--sk-button-margin-vertical:14px}.button-elevated{--sk-button-padding-horizontal:22px;--sk-button-padding-vertical:12px;--sk-button-min-width-basis:70px;--sk-button-margin-horizontal:18px;--sk-button-margin-vertical:18px;font-size:17px;line-height:1.1764805882;font-weight:400;letter-spacing:-0.022em;font-family:SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.button-elevated:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Text,SF Pro Text,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.button-elevated:lang(ja){letter-spacing:0em;font-family:SF Pro JP,SF Pro Text,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.button-elevated:lang(ko){letter-spacing:0em;font-family:SF Pro KR,SF Pro Text,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.button-elevated:lang(zh){letter-spacing:0em}.button-elevated:lang(th){font-family:SF Pro TH,SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.button-elevated:lang(zh-CN){font-family:SF Pro SC,SF Pro Text,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.button-elevated:lang(zh-HK){font-family:SF Pro HK,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.button-elevated:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.button-elevated:lang(zh-TW){font-family:SF Pro TC,SF Pro Text,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}.button-elevated.button-block{--sk-button-border-radius:10px;--sk-button-margin-horizontal:11px;--sk-button-margin-vertical:11px}.button-reduced{--sk-button-padding-horizontal:11px;--sk-button-padding-vertical:4px;--sk-button-min-width-basis:45px;--sk-button-margin-horizontal:10px;--sk-button-margin-vertical:10px;font-size:12px;line-height:1.3333733333;font-weight:400;letter-spacing:-0.01em;font-family:SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.button-reduced:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Text,SF Pro Text,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.button-reduced:lang(ja){letter-spacing:0em;font-family:SF Pro JP,SF Pro Text,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.button-reduced:lang(ko){letter-spacing:0em;font-family:SF Pro KR,SF Pro Text,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.button-reduced:lang(zh){letter-spacing:0em}.button-reduced:lang(th){font-family:SF Pro TH,SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.button-reduced:lang(zh-CN){font-family:SF Pro SC,SF Pro Text,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.button-reduced:lang(zh-HK){font-family:SF Pro HK,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.button-reduced:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.button-reduced:lang(zh-TW){font-family:SF Pro TC,SF Pro Text,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}.button-reduced.button-block{--sk-button-border-radius:5px;--sk-button-margin-horizontal:6px;--sk-button-margin-vertical:6px}.button-margin{margin-inline-end:var(--sk-button-margin-horizontal);margin-bottom:var(--sk-button-margin-vertical)}.button-dark{--sk-button-disabled-opacity:var(--sk-link-disabled-opacity,0.36);--sk-button-background:rgb(0,113,227);--sk-button-background-hover:#0076DF;--sk-button-background-active:#006EDB}.button-dark.button-neutral{--sk-button-background:rgb(245,245,247);--sk-button-background-hover:rgb(255,255,255);--sk-button-background-active:#EDEDF2;--sk-button-color:rgb(0,0,0)}.button-dark.button-secondary{--sk-button-background:transparent;--sk-button-background-hover:#0076DF;--sk-button-background-active:#006EDB;--sk-button-color:rgb(41,151,255);--sk-button-color-hover:rgb(255,255,255);--sk-button-border-color:rgb(41,151,255)}.button-dark.button-secondary-neutral{--sk-button-background:transparent;--sk-button-background-hover:rgb(255,255,255);--sk-button-background-active:#EDEDF2;--sk-button-color:rgb(245,245,247);--sk-button-color-hover:rgb(0,0,0);--sk-button-border-color:rgb(245,245,247)}.theme-light .button.button-dark{--sk-button-disabled-opacity:var(--sk-link-disabled-opacity,0.36);--sk-button-background:rgb(0,113,227);--sk-button-background-hover:#0076DF;--sk-button-background-active:#006EDB}.theme-light .button.button-dark.button-neutral{--sk-button-background:rgb(245,245,247);--sk-button-background-hover:rgb(255,255,255);--sk-button-background-active:#EDEDF2;--sk-button-color:rgb(0,0,0)}.theme-light .button.button-dark.button-secondary{--sk-button-background:transparent;--sk-button-background-hover:#0076DF;--sk-button-background-active:#006EDB;--sk-button-color:rgb(41,151,255);--sk-button-color-hover:rgb(255,255,255);--sk-button-border-color:rgb(41,151,255)}.theme-light .button.button-dark.button-secondary-neutral{--sk-button-background:transparent;--sk-button-background-hover:rgb(255,255,255);--sk-button-background-active:#EDEDF2;--sk-button-color:rgb(245,245,247);--sk-button-color-hover:rgb(0,0,0);--sk-button-border-color:rgb(245,245,247)}.button-light{--sk-button-disabled-opacity:var(--sk-link-disabled-opacity,0.42);--sk-button-background:rgb(0,113,227);--sk-button-background-hover:#0076DF;--sk-button-background-active:#006EDB}.button-light.button-neutral{--sk-button-background:rgb(29,29,31);--sk-button-background-hover:#272729;--sk-button-background-active:#18181A;--sk-button-color:rgb(255,255,255)}.button-light.button-secondary{--sk-button-background:transparent;--sk-button-background-hover:#0076DF;--sk-button-background-active:#006EDB;--sk-button-color:rgb(0,102,204);--sk-button-color-hover:rgb(255,255,255);--sk-button-border-color:rgb(0,102,204)}.button-light.button-secondary-neutral{--sk-button-background:transparent;--sk-button-background-hover:#272729;--sk-button-background-active:#18181A;--sk-button-color:rgb(29,29,31);--sk-button-color-hover:rgb(255,255,255);--sk-button-border-color:rgb(29,29,31)}.theme-dark .button.button-light{--sk-button-disabled-opacity:var(--sk-link-disabled-opacity,0.42);--sk-button-background:rgb(0,113,227);--sk-button-background-hover:#0076DF;--sk-button-background-active:#006EDB}.theme-dark .button.button-light.button-neutral{--sk-button-background:rgb(29,29,31);--sk-button-background-hover:#272729;--sk-button-background-active:#18181A;--sk-button-color:rgb(255,255,255)}.theme-dark .button.button-light.button-secondary{--sk-button-background:transparent;--sk-button-background-hover:#0076DF;--sk-button-background-active:#006EDB;--sk-button-color:rgb(0,102,204);--sk-button-color-hover:rgb(255,255,255);--sk-button-border-color:rgb(0,102,204)}.theme-dark .button.button-light.button-secondary-neutral{--sk-button-background:transparent;--sk-button-background-hover:#272729;--sk-button-background-active:#18181A;--sk-button-color:rgb(29,29,31);--sk-button-color-hover:rgb(255,255,255);--sk-button-border-color:rgb(29,29,31)}html.no-js picture[data-lazy]{display:none!important}.section-select{padding-block:180px}@media(max-width:1068px){.section-select{padding-block:160px}}@media(max-width:734px){.section-select{padding-block:120px}}.section-select .product-tile{--sk-paragraph-plus-element-margin:0px;--sk-headline-plus-first-element-margin:0px;--swatch-height:12px;--product-tile-width:372px;--product-tile-padding:20px;--image-link-margin:40px;--swatches-margin:27px;--badge-margin:9px;--headline-margin:4px;--subheading-margin:0px;--badge-height:auto;--subheading-height:auto;--headline-height:auto;--product-id-height:calc(var(--badge-height) + var(--badge-margin) + var(--headline-height) + var(--headline-margin) + var(--subheading-height));--headline-group-row:auto;--product-id-row:minmax(var(--product-id-height),max-content);--image-link-row:auto;--swatches-row:auto;--badge-row:auto;--headline-row:auto;--subheading-row:auto;width:var(--product-tile-width);list-style-type:none}@media(max-width:1068px){.section-select .product-tile{--product-tile-width:344px;--image-link-margin:33px}}@media(max-width:734px){.section-select .product-tile{--image-link-margin:35px;--badge-margin:8px;--headline-margin:5px;--product-tile-width:304px;--product-tile-padding:60px}}@media(min-width:735px){.section-select .product-tile{text-align:center}}.section-select .product-tile .product-tile-padding{padding-inline-start:var(--product-tile-padding);padding-inline-end:var(--product-tile-padding)}@media(max-width:734px){.section-select .product-tile .product-tile-padding{padding-inline-start:0}}.section-select .product-tile:not(:first-child) .product-tile-plus::before{inset-inline-start:calc(var(--global-select-column-space)*-1)}.section-select .product-tile .footnote a{color:inherit}.section-select .product-tile .footnote a:hover{color:var(--sk-body-link-color)}.section-select .product-tile-header{width:100%;box-sizing:border-box}.section-select .product-tile-image-link{color:inherit;text-decoration:none;margin:0 0 var(--image-link-margin) 0}.section-select a.product-tile-image-link .product-tile-image{transition:transform .3s cubic-bezier(0,0,0.5,1)}.section-select a.product-tile-image-link:focus .product-tile-image,.section-select a.product-tile-image-link:hover .product-tile-image{transform:scale(1.0161)}.section-select .product-tile-product-id{margin-bottom:auto}.section-select .product-tile-headline{margin-bottom:var(--headline-margin)}.section-select .product-tile-badge{white-space:normal;margin:0 0 var(--badge-margin) 0}@media(min-width:735px){.section-select .product-tile-headline,.section-select .product-tile-positioning,.section-select .product-tile-price,.section-select .product-tile-subheading{margin-inline:auto}}.section-select .product-tile-positioning{margin-top:12px}@media(max-width:734px){.section-select .product-tile-positioning{margin-top:10px}}.section-select .product-tile-price{margin-top:12px}@media(max-width:734px){.section-select .product-tile-price{margin-top:10px}}.section-select .product-tile-swatches{grid-gap:6px;gap:6px;list-style-type:none;margin:0 0 var(--swatches-margin) 0;flex-wrap:wrap}@media(max-width:734px){.section-select .product-tile-swatches{padding-inline-end:var(--product-tile-padding)}}.section-select .product-tile-swatches .product-tile-swatch-item{position:relative;height:var(--swatch-height);border-radius:var(--swatch-height);aspect-ratio:1;overflow:hidden}.section-select .product-tile-swatches .product-tile-swatch-item-border,.section-select .product-tile-swatches .product-tile-swatch-item-inner{position:absolute;border-radius:var(--swatch-height);aspect-ratio:1}.section-select .product-tile-swatches .product-tile-swatch-item-border{background:linear-gradient(rgba(0,0,0,0.48),rgba(0,0,0,0.2),rgba(0,0,0,0.02));height:var(--swatch-height)}.theme-dark .section-select .product-tile-swatches .product-tile-swatch-item-border{background:linear-gradient(rgba(255,255,255,0.44),rgba(255,255,255,0.24),rgba(255,255,255,0.08))}.section-select .product-tile-swatches .product-tile-swatch-item-inner{top:.5px;left:.5px;height:calc(var(--swatch-height) - 1px);filter:blur(0.5px)}.section-select .product-tile-swatches .product-tile-swatch-plus{color:#6e6e73;line-height:0}.section-select .product-tile-ctas{margin-top:38px;margin-bottom:54px}@media(max-width:1068px){.section-select .product-tile-ctas{margin-bottom:46px}}@media(max-width:734px){.section-select .product-tile-ctas{margin-top:39px;margin-bottom:53px}}.section-select .product-tile-ctas .button+a,.section-select .product-tile-ctas .product-tile-current+a,.section-select .product-tile-ctas a+a,.section-select .product-tile-ctas button+a{margin-inline-start:29px}@media(max-width:734px){.section-select .product-tile-ctas .button+a,.section-select .product-tile-ctas .product-tile-current+a,.section-select .product-tile-ctas a+a,.section-select .product-tile-ctas button+a{margin-inline-start:25px}}.section-select .product-tile-ctas .product-tile-current{--sk-button-color:rgb(255,255,255);--sk-button-color-hover:var(--sk-button-color);--sk-button-color-active:var(--sk-button-color-hover);--sk-button-disabled-opacity:var(--sk-link-disabled-opacity,0.42);--sk-button-border-color:transparent;--sk-button-border-radius:980px;--sk-button-margin-horizontal:14px;--sk-button-margin-vertical:14px;--sk-button-min-width-basis:60px;--sk-button-padding-horizontal:16px;--sk-button-padding-vertical:9px;--sk-button-border-width:1px;--sk-button-box-sizing:content-box;--sk-button-width:auto;--sk-button-display:inline-block;font-size:14px;line-height:1.2857742857;font-weight:400;letter-spacing:-0.016em;font-family:SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif;background:var(--sk-button-background);color:var(--sk-button-color);padding-block:calc(var(--sk-button-padding-vertical) - var(--sk-button-border-width));padding-inline:calc(var(--sk-button-padding-horizontal) - var(--sk-button-border-width));border-radius:var(--sk-button-border-radius);border:var(--sk-button-border-width) solid var(--sk-button-border-color);width:var(--sk-button-width);min-width:calc(var(--sk-button-min-width-basis) - var(--sk-button-padding-horizontal)*2);cursor:pointer;display:var(--sk-button-display);box-sizing:var(--sk-button-box-sizing);text-align:center;text-decoration:none;white-space:nowrap;color:#6e6e73;cursor:auto;padding-inline:0;white-space:normal;text-align:initial}.section-select .product-tile-ctas .product-tile-current:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Text,SF Pro Text,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-ctas .product-tile-current:lang(ja){letter-spacing:0em;font-family:SF Pro JP,SF Pro Text,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-ctas .product-tile-current:lang(ko){letter-spacing:0em;font-family:SF Pro KR,SF Pro Text,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-ctas .product-tile-current:lang(zh){letter-spacing:0em}.section-select .product-tile-ctas .product-tile-current:lang(th){font-family:SF Pro TH,SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-ctas .product-tile-current:lang(zh-CN){font-family:SF Pro SC,SF Pro Text,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-ctas .product-tile-current:lang(zh-HK){font-family:SF Pro HK,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-ctas .product-tile-current:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-ctas .product-tile-current:lang(zh-TW){font-family:SF Pro TC,SF Pro Text,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-ctas .product-tile-current:hover{background:var(--sk-button-background-hover,var(--sk-button-background));color:var(--sk-button-color-hover,var(--sk-button-color));text-decoration:none;border-color:rgba(0,0,0,0)}.section-select .product-tile-ctas .product-tile-current:focus-visible{outline:2px solid var(--sk-focus-color,#0071e3);outline-offset:var(--sk-focus-offset-container,3px)}.section-select .product-tile-ctas .product-tile-current:active{background:var(--sk-button-background-active,var(--sk-button-background));color:var(--sk-button-color-active,var(--sk-button-color));outline:none}.section-select .product-tile-ctas .product-tile-current.disabled,.section-select .product-tile-ctas .product-tile-current:disabled{pointer-events:none;opacity:var(--sk-button-disabled-opacity)}.theme-dark .section-select .product-tile-ctas .product-tile-current,.theme-dark .section-select .product-tile-ctas .product-tile-current:active,.theme-dark .section-select .product-tile-ctas .product-tile-current:focus-visible,.theme-dark .section-select .product-tile-ctas .product-tile-current:hover{color:#86868b}.section-select .product-tile-ctas .product-tile-current:active,.section-select .product-tile-ctas .product-tile-current:focus-visible,.section-select .product-tile-ctas .product-tile-current:hover{background:none;color:#6e6e73;border-color:rgba(0,0,0,0);outline:none}@media(min-width:735px){.section-select .product-tile-ctas .button,.section-select .product-tile-ctas .product-tile-current,.section-select .product-tile-ctas button{--sk-button-padding-horizontal:22px;--sk-button-padding-vertical:12px;--sk-button-min-width-basis:70px;--sk-button-margin-horizontal:18px;--sk-button-margin-vertical:18px;font-size:17px;line-height:1.1764805882;font-weight:400;letter-spacing:-0.022em;font-family:SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-ctas .button:lang(ar),.section-select .product-tile-ctas .product-tile-current:lang(ar),.section-select .product-tile-ctas button:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Text,SF Pro Text,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-ctas .button:lang(ja),.section-select .product-tile-ctas .product-tile-current:lang(ja),.section-select .product-tile-ctas button:lang(ja){letter-spacing:0em;font-family:SF Pro JP,SF Pro Text,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-ctas .button:lang(ko),.section-select .product-tile-ctas .product-tile-current:lang(ko),.section-select .product-tile-ctas button:lang(ko){letter-spacing:0em;font-family:SF Pro KR,SF Pro Text,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-ctas .button:lang(zh),.section-select .product-tile-ctas .product-tile-current:lang(zh),.section-select .product-tile-ctas button:lang(zh){letter-spacing:0em}.section-select .product-tile-ctas .button:lang(th),.section-select .product-tile-ctas .product-tile-current:lang(th),.section-select .product-tile-ctas button:lang(th){font-family:SF Pro TH,SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-ctas .button:lang(zh-CN),.section-select .product-tile-ctas .product-tile-current:lang(zh-CN),.section-select .product-tile-ctas button:lang(zh-CN){font-family:SF Pro SC,SF Pro Text,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-ctas .button:lang(zh-HK),.section-select .product-tile-ctas .product-tile-current:lang(zh-HK),.section-select .product-tile-ctas button:lang(zh-HK){font-family:SF Pro HK,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-ctas .button:lang(zh-MO),.section-select .product-tile-ctas .product-tile-current:lang(zh-MO),.section-select .product-tile-ctas button:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-ctas .button:lang(zh-TW),.section-select .product-tile-ctas .product-tile-current:lang(zh-TW),.section-select .product-tile-ctas button:lang(zh-TW){font-family:SF Pro TC,SF Pro Text,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}.section-select .overview-select-product-tile-mba-13-15{display:block;width:var(--p-width);height:var(--p-height);--p-width:354px;--p-height:176px}@media(max-width:1068px)and (max-width:1068px){.section-select .overview-select-product-tile-mba-13-15{--p-width:270px;--p-height:134px}}@media(max-width:734px)and (max-width:734px){.section-select .overview-select-product-tile-mba-13-15{--p-width:228px;--p-height:114px}}.section-select .overview-select-product-tile-mba-13{display:block;width:var(--p-width);height:var(--p-height);--p-width:354px;--p-height:158px}@media(max-width:1068px)and (max-width:1068px){.section-select .overview-select-product-tile-mba-13{--p-width:270px;--p-height:122px}}@media(max-width:734px)and (max-width:734px){.section-select .overview-select-product-tile-mba-13{--p-width:228px;--p-height:103px}}.section-select .overview-select-product-tile-mbp-14-16{display:block;width:var(--p-width);height:var(--p-height);--p-width:354px;--p-height:190px}@media(max-width:1068px)and (max-width:1068px){.section-select .overview-select-product-tile-mbp-14-16{--p-width:270px;--p-height:145px}}@media(max-width:734px)and (max-width:734px){.section-select .overview-select-product-tile-mbp-14-16{--p-width:228px;--p-height:123px}}.section-select .overview-select-product-tile-imac-24{display:block;width:var(--p-width);height:var(--p-height);--p-width:316px;--p-height:268px}@media(max-width:1068px)and (max-width:1068px){.section-select .overview-select-product-tile-imac-24{--p-width:294px;--p-height:248px}}@media(max-width:734px)and (max-width:734px){.section-select .overview-select-product-tile-imac-24{--p-width:214px;--p-height:181px}}.section-select .overview-select-product-tile-mac-mini{display:block;width:var(--p-width);height:var(--p-height);--p-width:316px;--p-height:32px}@media(max-width:1068px)and (max-width:1068px){.section-select .overview-select-product-tile-mac-mini{--p-width:294px;--p-height:32px}}@media(max-width:734px)and (max-width:734px){.section-select .overview-select-product-tile-mac-mini{--p-width:214px;--p-height:23px}}.section-select .overview-select-product-tile-mac-pro{display:block;width:var(--p-width);height:var(--p-height);--p-width:316px;--p-height:302px}@media(max-width:1068px)and (max-width:1068px){.section-select .overview-select-product-tile-mac-pro{--p-width:294px;--p-height:280px}}@media(max-width:734px)and (max-width:734px){.section-select .overview-select-product-tile-mac-pro{--p-width:214px;--p-height:203px}}.section-select .overview-select-product-tile-mac-studio{display:block;width:var(--p-width);height:var(--p-height);--p-width:316px;--p-height:58px}@media(max-width:1068px)and (max-width:1068px){.section-select .overview-select-product-tile-mac-studio{--p-width:294px;--p-height:52px}}@media(max-width:734px)and (max-width:734px){.section-select .overview-select-product-tile-mac-studio{--p-width:214px;--p-height:38px}}.section-select .overview-select-product-tile-studio-display{display:block;width:var(--p-width);height:var(--p-height);--p-width:341px;--p-height:263px}@media(max-width:1068px)and (max-width:1068px){.section-select .overview-select-product-tile-studio-display{--p-width:331px;--p-height:255px}}@media(max-width:734px)and (max-width:734px){.section-select .overview-select-product-tile-studio-display{--p-width:227px;--p-height:175px}}.section-select .overview-select-product-tile-icon-m2-max-m2-ultra,.section-select .overview-select-product-tile-icon-m2-pro{display:block;width:var(--p-width);height:var(--p-height);--p-width:80px;--p-height:56px}.section-select .overview-select-product-tile-icon-m2-ultra{display:block;width:var(--p-width);height:var(--p-height);--p-width:38px;--p-height:56px}.section-select .overview-select-product-tile-icon-m2-m3{display:block;width:var(--p-width);height:var(--p-height);--p-width:80px;--p-height:56px}.section-select .overview-select-product-tile-icon-m3{display:block;width:var(--p-width);height:var(--p-height);--p-width:38px;--p-height:56px}.section-select .overview-select-product-tile-icon-m3-pro-max{display:block;width:var(--p-width);height:var(--p-height);--p-width:122px;--p-height:56px}.section-select .overview-select-product-tile-icon-m4{display:block;width:var(--p-width);height:var(--p-height);--p-width:38px;--p-height:56px}.section-select .overview-select-product-tile-icon-m4-pro-max{display:block;width:var(--p-width);height:var(--p-height);--p-width:122px;--p-height:56px}.section-select .overview-select-product-tile-icon-apple-intelligence{display:block;width:var(--p-width);height:var(--p-height);--p-width:56px;--p-height:56px}.section-select .overview-select-product-tile-icon-screen{display:block;width:var(--p-width);height:var(--p-height);--p-width:45px;--p-height:56px}.section-select .overview-select-product-tile-icon-video{display:block;width:var(--p-width);height:var(--p-height);--p-width:48px;--p-height:56px}.section-select .product-tile-set{display:flex}.section-select .product-tile-set .product-tile.has-plus-rows-1 .product-tile-plus{grid-template-rows:var(--plus-row-1-height)}.section-select .product-tile-set .product-tile.has-plus-rows-2 .product-tile-plus{grid-template-rows:var(--plus-row-1-height) var(--plus-row-2-height)}.section-select .product-tile-set .product-tile.has-plus-rows-3 .product-tile-plus{grid-template-rows:var(--plus-row-1-height) var(--plus-row-2-height) var(--plus-row-3-height)}.section-select .product-tile-set .product-tile.has-plus-rows-4 .product-tile-plus{grid-template-rows:var(--plus-row-1-height) var(--plus-row-2-height) var(--plus-row-3-height) var(--plus-row-4-height)}.section-select .product-tile-set .product-tile.has-plus-rows-5 .product-tile-plus{grid-template-rows:var(--plus-row-1-height) var(--plus-row-2-height) var(--plus-row-3-height) var(--plus-row-4-height) var(--plus-row-5-height)}.section-select .product-tile-set .product-tile.has-plus-rows-6 .product-tile-plus{grid-template-rows:var(--plus-row-1-height) var(--plus-row-2-height) var(--plus-row-3-height) var(--plus-row-4-height) var(--plus-row-5-height) var(--plus-row-6-height)}.section-select .product-tile{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0}.section-select .product-tile .product-tile-header{display:grid;grid-template-rows:var(--image-link-row) var(--swatches-row) var(--product-id-row);grid-template-areas:"image-link" "swatches" "product-id"}.section-select .product-tile .product-tile-image-link{justify-self:center;align-self:flex-end}@media(max-width:734px){.section-select .product-tile .product-tile-image-link{justify-self:start}}.section-select .product-tile .product-tile-product-id{display:grid;grid-template-rows:var(--headline-group-row) var(--subheading-row);grid-template-areas:"headline-group" "subheading";align-items:end}@media(max-width:734px){.section-select .product-tile .product-tile-product-id{justify-content:start}}.section-select .product-tile .product-tile-headline-group{display:grid;grid-template-rows:var(--badge-row) var(--headline-row);grid-template-areas:"badge" "headline"}.section-select .product-tile .product-tile-badge{align-self:end}.section-select .product-tile .product-tile-subheading{align-self:start}.section-select .product-tile .product-tile-image-link{grid-area:image-link}.section-select .product-tile .product-tile-swatches{grid-area:swatches}.section-select .product-tile .product-tile-product-id{grid-area:product-id}.section-select .product-tile .product-tile-headline-group{grid-area:headline-group}.section-select .product-tile .product-tile-subheading{grid-area:subheading}.section-select .product-tile .product-tile-badge{grid-area:badge}.section-select .product-tile .product-tile-headline{grid-area:headline}.section-select .product-tile .product-tile-plus{display:grid}.section-select .product-tile .product-tile-plus-cell{display:flex;flex-direction:column}@media(min-width:735px){.section-select .product-tile .product-tile-plus-cell{align-items:center}}.section-select .product-tile .product-tile-plus-cell.content-v-center{justify-content:center}.section-select .product-tile .product-tile-swatches{display:flex;align-items:center}@media(min-width:735px){.section-select .product-tile .product-tile-swatches{justify-self:center}}.section-select .product-tile{--plus-row-1-height:auto;--plus-row-2-height:auto;--plus-row-3-height:auto;--plus-row-4-height:auto;--plus-row-5-height:auto;--plus-row-6-height:auto}.section-select .product-tile-plus{position:relative;grid-row-gap:40px;margin-top:auto;padding-top:52px;width:100%;box-sizing:border-box}@media(max-width:1068px){.section-select .product-tile-plus{padding-top:54px}}@media(max-width:734px){.section-select .product-tile-plus{padding-top:51px}}.section-select .product-tile-plus::before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background-color:#d2d2d7}.theme-dark .section-select .product-tile-plus::before{background-color:#424245}.section-select .product-tile-plus p{margin:0}.section-select .product-tile-plus-cell{--plus-cell-max-width:100%;max-width:var(--plus-cell-max-width)}@media(min-width:735px){.section-select .product-tile-plus-cell{margin-inline:auto}}.section-select .product-tile-plus .product-tile-plus-icon-wrapper+*{margin-top:1.1em}@media(max-width:734px){.section-select .product-tile-plus .product-tile-plus-icon-wrapper+*{margin-top:.8em}}.section-select .product-tile-plus .product-tile-plus-subheading+*{margin-top:.8em}.section-select .product-tile-plus-icon-wrapper{--icon-wrapper-height:56px;height:var(--icon-wrapper-height);display:flex;align-items:center}.section-select .product-tile-plus-icon-wrapper+.product-tile-plus-subheading{margin-top:.5em}.section-select .product-tile-plus .product-tile-plus-list{margin-inline-start:0}.section-select .product-tile-plus .product-tile-plus-list li{margin-top:.8em;list-style-type:none}.section-select .product-tile-plus .product-tile-plus-list li:first-child{margin-top:0}.section-select .product-tile-plus .product-tile-plus-disclaimer{color:var(--sk-glyph-gray-secondary);margin-top:9px}.section-select .product-tile-plus .stat strong{margin:9px 0}@media(max-width:734px){.section-select .product-tile-plus .stat strong{margin:7px 0}}.section-select .product-tile-set{margin:0}@media(max-width:734px){.section-select .product-tile-set{width:100%}}.section-select .product-tile-set .product-tile{--image-link-row:0;--swatches-row:0;--badge-row:0;--headline-row:0;--subheading-row:0}.section-select .product-tile-set .product-tile.has-image-link-row{--image-link-row:minmax(calc(max(max(302px), 263px) + var(--image-link-margin)),max-content)}.section-select .product-tile-set .product-tile.has-swatches-row{--swatches-row:calc(var(--swatch-height) + var(--swatches-margin))}.section-select .product-tile-set .product-tile.has-badge-row{--badge-row:minmax(calc(var(--badge-height) + var(--badge-margin)),max-content)}.section-select .product-tile-set .product-tile.has-headline-row{--headline-row:auto}.section-select .product-tile-set .product-tile.has-subheading-row{--subheading-row:auto}@media(max-width:1068px){.section-select .product-tile-set .product-tile.has-image-link-row{--image-link-row:minmax(calc(max(max(280px), 255px) + var(--image-link-margin)),max-content)}}@media(max-width:734px){.section-select .product-tile-set .product-tile.has-image-link-row{--image-link-row:minmax(calc(max(max(203px), 175px) + var(--image-link-margin)),max-content)}}.section-select .product-tile-headline{font-size:28px;line-height:1.1428571429;font-weight:600;letter-spacing:.007em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-headline:lang(ja){line-height:1.1786114286;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-headline:lang(ko){line-height:1.25;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-headline:lang(th){line-height:1.3928571429;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-headline:lang(zh){line-height:1.25}.section-select .product-tile-headline:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-headline:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-headline:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-headline:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-headline:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}@media(max-width:1068px){.section-select .product-tile-headline{font-size:24px;line-height:1.1666666667;font-weight:600;letter-spacing:.009em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-headline:lang(ja){line-height:1.25;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-headline:lang(ko){line-height:1.2916666667;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-headline:lang(th){line-height:1.375;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-headline:lang(zh){line-height:1.2916666667}.section-select .product-tile-headline:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-headline:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-headline:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-headline:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-headline:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}@media(max-width:734px){.section-select .product-tile-headline{font-size:21px;line-height:1.1904761905;font-weight:600;letter-spacing:.011em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-headline:lang(ja){line-height:1.2380952381;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-headline:lang(ko){line-height:1.2858042857;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-headline:lang(th){line-height:1.381002381;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-headline:lang(zh){line-height:1.3334033333}.section-select .product-tile-headline:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-headline:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-headline:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-headline:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-headline:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}.section-select .product-tile-badge{font-size:12px;line-height:1.3333733333;font-weight:600;letter-spacing:-0.01em;font-family:SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-badge:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Text,SF Pro Text,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-badge:lang(ja){letter-spacing:0em;font-family:SF Pro JP,SF Pro Text,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-badge:lang(ko){letter-spacing:0em;font-family:SF Pro KR,SF Pro Text,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-badge:lang(zh){letter-spacing:0em}.section-select .product-tile-badge:lang(th){font-family:SF Pro TH,SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-badge:lang(zh-CN){font-family:SF Pro SC,SF Pro Text,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-badge:lang(zh-HK){font-family:SF Pro HK,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-badge:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-badge:lang(zh-TW){font-family:SF Pro TC,SF Pro Text,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-stat{font-size:12px;line-height:1.3333733333;font-weight:400;letter-spacing:-0.01em;font-family:SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-stat:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Text,SF Pro Text,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-stat:lang(ja){line-height:1.4166666667;letter-spacing:0em;font-family:SF Pro JP,SF Pro Text,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-stat:lang(ko){line-height:1.4166666667;letter-spacing:0em;font-family:SF Pro KR,SF Pro Text,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-stat:lang(zh){letter-spacing:0em}.section-select .product-tile-stat:lang(th){line-height:1.3333733333;letter-spacing:0em;font-family:SF Pro TH,SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-stat:lang(zh-CN){font-family:SF Pro SC,SF Pro Text,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-stat:lang(zh-HK){font-family:SF Pro HK,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-stat:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-stat:lang(zh-TW){font-family:SF Pro TC,SF Pro Text,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-stat strong{font-size:28px;line-height:1.1428571429;font-weight:600;letter-spacing:.007em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-stat strong:lang(ja){line-height:1.1786114286;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-stat strong:lang(ko){line-height:1.25;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-stat strong:lang(th){line-height:1.3928571429;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-stat strong:lang(zh){line-height:1.25}.section-select .product-tile-stat strong:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-stat strong:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-stat strong:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-stat strong:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-stat strong:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}@media(max-width:1068px){.section-select .product-tile-stat strong{font-size:24px;line-height:1.1666666667;font-weight:600;letter-spacing:.009em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-stat strong:lang(ja){line-height:1.25;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-stat strong:lang(ko){line-height:1.2916666667;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-stat strong:lang(th){line-height:1.375;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-stat strong:lang(zh){line-height:1.2916666667}.section-select .product-tile-stat strong:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-stat strong:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-stat strong:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-stat strong:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-stat strong:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}@media(max-width:734px){.section-select .product-tile-stat strong{font-size:21px;line-height:1.1904761905;font-weight:600;letter-spacing:.011em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-stat strong:lang(ja){line-height:1.2380952381;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-stat strong:lang(ko){line-height:1.2858042857;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-stat strong:lang(th){line-height:1.381002381;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-stat strong:lang(zh){line-height:1.3334033333}.section-select .product-tile-stat strong:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-stat strong:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-stat strong:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-stat strong:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-stat strong:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}.section-select .product-tile-subheading{font-size:17px;line-height:1.4705882353;font-weight:600;letter-spacing:-0.022em;font-family:SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-subheading:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Text,SF Pro Text,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-subheading:lang(ja){line-height:1.3529611765;letter-spacing:0em;font-family:SF Pro JP,SF Pro Text,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-subheading:lang(ko){line-height:1.5882352941;letter-spacing:0em;font-family:SF Pro KR,SF Pro Text,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-subheading:lang(zh){letter-spacing:0em}.section-select .product-tile-subheading:lang(th){line-height:1.3529611765;letter-spacing:0em;font-family:SF Pro TH,SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-subheading:lang(zh-CN){font-family:SF Pro SC,SF Pro Text,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-subheading:lang(zh-HK){font-family:SF Pro HK,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-subheading:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-subheading:lang(zh-TW){font-family:SF Pro TC,SF Pro Text,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}@media(max-width:734px){.section-select .product-tile-subheading{font-size:14px;line-height:1.4285914286;font-weight:600;letter-spacing:-0.016em;font-family:SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-subheading:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Text,SF Pro Text,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-subheading:lang(ja){line-height:1.4;letter-spacing:0em;font-family:SF Pro JP,SF Pro Text,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-subheading:lang(ko){line-height:1.5714285714;letter-spacing:0em;font-family:SF Pro KR,SF Pro Text,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-subheading:lang(zh){line-height:1.5;letter-spacing:0em}.section-select .product-tile-subheading:lang(th){line-height:1.3571828571;letter-spacing:0em;font-family:SF Pro TH,SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-subheading:lang(zh-CN){font-family:SF Pro SC,SF Pro Text,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-subheading:lang(zh-HK){font-family:SF Pro HK,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-subheading:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-subheading:lang(zh-TW){font-family:SF Pro TC,SF Pro Text,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}.section-select .product-tile-positioning{font-size:17px;line-height:1.4705882353;font-weight:400;letter-spacing:-0.022em;font-family:SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-positioning:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Text,SF Pro Text,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-positioning:lang(ja){line-height:1.3529611765;letter-spacing:0em;font-family:SF Pro JP,SF Pro Text,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-positioning:lang(ko){line-height:1.5882352941;letter-spacing:0em;font-family:SF Pro KR,SF Pro Text,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-positioning:lang(zh){letter-spacing:0em}.section-select .product-tile-positioning:lang(th){line-height:1.3529611765;letter-spacing:0em;font-family:SF Pro TH,SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-positioning:lang(zh-CN){font-family:SF Pro SC,SF Pro Text,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-positioning:lang(zh-HK){font-family:SF Pro HK,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-positioning:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-positioning:lang(zh-TW){font-family:SF Pro TC,SF Pro Text,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}@media(max-width:734px){.section-select .product-tile-positioning{font-size:14px;line-height:1.4285914286;font-weight:400;letter-spacing:-0.016em;font-family:SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-positioning:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Text,SF Pro Text,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-positioning:lang(ja){line-height:1.4;letter-spacing:0em;font-family:SF Pro JP,SF Pro Text,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-positioning:lang(ko){line-height:1.5714285714;letter-spacing:0em;font-family:SF Pro KR,SF Pro Text,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-positioning:lang(zh){line-height:1.5;letter-spacing:0em}.section-select .product-tile-positioning:lang(th){line-height:1.3571828571;letter-spacing:0em;font-family:SF Pro TH,SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-positioning:lang(zh-CN){font-family:SF Pro SC,SF Pro Text,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-positioning:lang(zh-HK){font-family:SF Pro HK,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-positioning:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-positioning:lang(zh-TW){font-family:SF Pro TC,SF Pro Text,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}.section-select .product-tile-price{font-size:17px;line-height:1.4705882353;font-weight:600;letter-spacing:-0.022em;font-family:SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-price:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Text,SF Pro Text,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-price:lang(ja){line-height:1.3529611765;letter-spacing:0em;font-family:SF Pro JP,SF Pro Text,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-price:lang(ko){line-height:1.5882352941;letter-spacing:0em;font-family:SF Pro KR,SF Pro Text,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-price:lang(zh){letter-spacing:0em}.section-select .product-tile-price:lang(th){line-height:1.3529611765;letter-spacing:0em;font-family:SF Pro TH,SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-price:lang(zh-CN){font-family:SF Pro SC,SF Pro Text,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-price:lang(zh-HK){font-family:SF Pro HK,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-price:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-price:lang(zh-TW){font-family:SF Pro TC,SF Pro Text,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}@media(max-width:734px){.section-select .product-tile-price{font-size:14px;line-height:1.4285914286;font-weight:600;letter-spacing:-0.016em;font-family:SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-price:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Text,SF Pro Text,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-price:lang(ja){line-height:1.4;letter-spacing:0em;font-family:SF Pro JP,SF Pro Text,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-price:lang(ko){line-height:1.5714285714;letter-spacing:0em;font-family:SF Pro KR,SF Pro Text,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-price:lang(zh){line-height:1.5;letter-spacing:0em}.section-select .product-tile-price:lang(th){line-height:1.3571828571;letter-spacing:0em;font-family:SF Pro TH,SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-price:lang(zh-CN){font-family:SF Pro SC,SF Pro Text,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-price:lang(zh-HK){font-family:SF Pro HK,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-price:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-price:lang(zh-TW){font-family:SF Pro TC,SF Pro Text,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}.section-select .product-tile-ctas{font-size:17px;line-height:1.1764805882;font-weight:400;letter-spacing:-0.022em;font-family:SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-ctas:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Text,SF Pro Text,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-ctas:lang(ja){letter-spacing:0em;font-family:SF Pro JP,SF Pro Text,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-ctas:lang(ko){letter-spacing:0em;font-family:SF Pro KR,SF Pro Text,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-ctas:lang(zh){letter-spacing:0em}.section-select .product-tile-ctas:lang(th){font-family:SF Pro TH,SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-ctas:lang(zh-CN){font-family:SF Pro SC,SF Pro Text,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-ctas:lang(zh-HK){font-family:SF Pro HK,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-ctas:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-ctas:lang(zh-TW){font-family:SF Pro TC,SF Pro Text,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}@media(max-width:734px){.section-select .product-tile-ctas{font-size:14px;line-height:1.2857742857;font-weight:400;letter-spacing:-0.016em;font-family:SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-ctas:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Text,SF Pro Text,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-ctas:lang(ja){line-height:1.3571828571;letter-spacing:0em;font-family:SF Pro JP,SF Pro Text,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-ctas:lang(ko){line-height:1.4285914286;letter-spacing:0em;font-family:SF Pro KR,SF Pro Text,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-ctas:lang(zh){line-height:1.3571828571;letter-spacing:0em}.section-select .product-tile-ctas:lang(th){line-height:1.3571828571;letter-spacing:0em;font-family:SF Pro TH,SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-ctas:lang(zh-CN){font-family:SF Pro SC,SF Pro Text,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-ctas:lang(zh-HK){font-family:SF Pro HK,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-ctas:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-ctas:lang(zh-TW){font-family:SF Pro TC,SF Pro Text,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}.section-select .product-tile-plus{font-size:12px;line-height:1.3333733333;font-weight:400;letter-spacing:-0.01em;font-family:SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-plus:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Text,SF Pro Text,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-plus:lang(ja){line-height:1.4166666667;letter-spacing:0em;font-family:SF Pro JP,SF Pro Text,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-plus:lang(ko){line-height:1.4166666667;letter-spacing:0em;font-family:SF Pro KR,SF Pro Text,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-plus:lang(zh){letter-spacing:0em}.section-select .product-tile-plus:lang(th){line-height:1.3333733333;letter-spacing:0em;font-family:SF Pro TH,SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-plus:lang(zh-CN){font-family:SF Pro SC,SF Pro Text,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-plus:lang(zh-HK){font-family:SF Pro HK,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-plus:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-plus:lang(zh-TW){font-family:SF Pro TC,SF Pro Text,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-plus-subheading{font-size:28px;line-height:1.1428571429;font-weight:600;letter-spacing:.007em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-plus-subheading:lang(ja){line-height:1.1786114286;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-plus-subheading:lang(ko){line-height:1.25;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-plus-subheading:lang(th){line-height:1.3928571429;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-plus-subheading:lang(zh){line-height:1.25}.section-select .product-tile-plus-subheading:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-plus-subheading:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-plus-subheading:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-plus-subheading:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-plus-subheading:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}@media(max-width:1068px){.section-select .product-tile-plus-subheading{font-size:24px;line-height:1.1666666667;font-weight:600;letter-spacing:.009em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-plus-subheading:lang(ja){line-height:1.25;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-plus-subheading:lang(ko){line-height:1.2916666667;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-plus-subheading:lang(th){line-height:1.375;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-plus-subheading:lang(zh){line-height:1.2916666667}.section-select .product-tile-plus-subheading:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-plus-subheading:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-plus-subheading:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-plus-subheading:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-plus-subheading:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}@media(max-width:734px){.section-select .product-tile-plus-subheading{font-size:21px;line-height:1.1904761905;font-weight:600;letter-spacing:.011em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-plus-subheading:lang(ja){line-height:1.2380952381;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-plus-subheading:lang(ko){line-height:1.2858042857;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-plus-subheading:lang(th){line-height:1.381002381;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-plus-subheading:lang(zh){line-height:1.3334033333}.section-select .product-tile-plus-subheading:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-plus-subheading:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-plus-subheading:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-plus-subheading:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-plus-subheading:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}.section-select .product-tile-plus-null{font-size:21px;line-height:1.1904761905;font-weight:600;letter-spacing:.011em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-plus-null:lang(ja){line-height:1.2380952381;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-plus-null:lang(ko){line-height:1.2858042857;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-plus-null:lang(th){line-height:1.381002381;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-plus-null:lang(zh){line-height:1.3334033333}.section-select .product-tile-plus-null:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-plus-null:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-plus-null:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-plus-null:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-plus-null:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}@media(max-width:734px){.section-select .product-tile-plus-null{font-size:17px;line-height:1.4705882353;font-weight:600;letter-spacing:-0.022em;font-family:SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-plus-null:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Text,SF Pro Text,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-plus-null:lang(ja){line-height:1.3529611765;letter-spacing:0em;font-family:SF Pro JP,SF Pro Text,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-plus-null:lang(ko){line-height:1.5882352941;letter-spacing:0em;font-family:SF Pro KR,SF Pro Text,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-plus-null:lang(zh){letter-spacing:0em}.section-select .product-tile-plus-null:lang(th){line-height:1.3529611765;letter-spacing:0em;font-family:SF Pro TH,SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-plus-null:lang(zh-CN){font-family:SF Pro SC,SF Pro Text,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-plus-null:lang(zh-HK){font-family:SF Pro HK,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-plus-null:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-plus-null:lang(zh-TW){font-family:SF Pro TC,SF Pro Text,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}.section-select .product-tile-swatch-plus{font-size:12px;line-height:1.3333733333;font-weight:400;letter-spacing:-0.01em;font-family:SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-swatch-plus:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Text,SF Pro Text,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-swatch-plus:lang(ja){line-height:1.4166666667;letter-spacing:0em;font-family:SF Pro JP,SF Pro Text,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-swatch-plus:lang(ko){line-height:1.4166666667;letter-spacing:0em;font-family:SF Pro KR,SF Pro Text,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-swatch-plus:lang(zh){letter-spacing:0em}.section-select .product-tile-swatch-plus:lang(th){line-height:1.3333733333;letter-spacing:0em;font-family:SF Pro TH,SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-swatch-plus:lang(zh-CN){font-family:SF Pro SC,SF Pro Text,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-swatch-plus:lang(zh-HK){font-family:SF Pro HK,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-swatch-plus:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .product-tile-swatch-plus:lang(zh-TW){font-family:SF Pro TC,SF Pro Text,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .stat{margin-top:var(--above-offset)}@media(max-width:734px){.section-select .gallery,.section-select .select-gallery-container{--gallery-side-padding:calc(50vw - 152px)}}@media(max-width:734px){.section-select .scroll-container{z-index:1}}@media(max-width:734px){.section-select .paddlenav .sticky-element{width:100vw;overflow:hidden}}.section-select .tabnav{overflow:hidden;grid-gap:0;gap:0}.section-select .tabnav .tabnav-paddle[disabled]{opacity:0;pointer-events:none}@media(max-width:734px){.section-select .tabnav .tabnav-items{max-width:92.5vw}}.section-select .gallery-gallery-1 .product-tile-header{--image-link-row:minmax(calc(190px + var(--image-link-margin)),max-content)}@media(max-width:1068px){.section-select .gallery-gallery-1 .product-tile-header{--image-link-row:minmax(calc(145px + var(--image-link-margin)),max-content)}}@media(max-width:734px){.section-select .gallery-gallery-1 .product-tile-header{--image-link-row:minmax(calc(123px + var(--image-link-margin)),max-content)}}.section-select .gallery-gallery-1 .product-tile-positioning{max-width:260px}.section-select .gallery-gallery-1 .product-tile-product-mba1315 .product-tile-plus-copy{max-width:266px}.section-select .gallery-gallery-1 .product-tile-product-mbp1416 .product-tile-plus-copy{max-width:235px}.section-select .gallery-gallery-1 .stat-ports{max-width:226px}.section-select .gallery-gallery-2 .product-tile-header{--image-link-row:minmax(calc(302px + var(--image-link-margin)),max-content)}@media(max-width:1068px){.section-select .gallery-gallery-2 .product-tile-header{--image-link-row:minmax(calc(280px + var(--image-link-margin)),max-content)}}@media(max-width:734px){.section-select .gallery-gallery-2 .product-tile-header{--image-link-row:minmax(calc(203px + var(--image-link-margin)),max-content)}}.section-select .gallery-gallery-3 .product-tile-header{--image-link-row:minmax(calc(291px + var(--image-link-margin)),max-content)}@media(max-width:1068px){.section-select .gallery-gallery-3 .product-tile-header{--image-link-row:minmax(calc(282px + var(--image-link-margin)),max-content)}}@media(max-width:734px){.section-select .gallery-gallery-3 .product-tile-header{--image-link-row:minmax(calc(194px + var(--image-link-margin)),max-content)}}.section-select .product-tile-plus{display:none!important}.section-select .product-tile-ctas{margin-block-end:0!important}.section-select .item-container{grid-template-rows:min-content}.section-select .item-container .product-tile-positioning{min-height:2.9411764706em}@media(max-width:734px){.section-select .item-container .product-tile-positioning{min-height:2.8571428571em}}.section-resources{padding-block:180px 0;background:#f5f5f7}@media(max-width:1068px){.section-resources{padding-block:160px 0}}@media(max-width:734px){.section-resources{padding-block:100px 0}}.section-resources .headline{font-weight:800!important;max-width:17ch;margin-block-end:60px}@media(max-width:734px){.section-resources .headline{max-width:9.5ch;margin-block-end:40px}}.section-resources .scroll-gallery{--item-width:372px;--centering-width:min(var(--section-content-width-xl),87.5vw)}@media(max-width:1068px){.section-resources .scroll-gallery{--item-width:344px}}@media(max-width:734px){.section-resources .scroll-gallery{--item-width:304px;--centering-width:var(--item-width)}}html.text-zoom .section-resources .scroll-gallery{--item-width:var(--section-content-width)}.section-resources .card-small-headline{max-width:13ch}.section-resources .card-small-business .card-small-headline{max-width:14ch}.section-get-in-touch{background:#f5f5f7;padding-block:100px 115px;margin-bottom:4px}@media(max-width:1068px){.section-get-in-touch{padding-block:100px 105px}}@media(max-width:734px){.section-get-in-touch{padding-block:100px 105px}}.section-get-in-touch .container{align-items:center;background:#fff;color:#1d1d1f;display:flex;flex-direction:column;border-radius:20px;grid-gap:33px;gap:33px;padding-block:125px}@media(max-width:1068px){.section-get-in-touch .container{grid-gap:29px;gap:29px;padding-block:100px}}@media(max-width:734px){.section-get-in-touch .container{border-radius:28px;grid-gap:18px;gap:18px;padding-block:60px}}.section-get-in-touch .headline{font-size:72px;line-height:1.0555555556;font-weight:800;letter-spacing:-0.012em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center}.section-get-in-touch .headline:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-get-in-touch .headline:lang(ja){letter-spacing:0em;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.section-get-in-touch .headline:lang(ko){letter-spacing:0em;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.section-get-in-touch .headline:lang(zh){font-weight:600;letter-spacing:0em}.section-get-in-touch .headline:lang(th){font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-get-in-touch .headline:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.section-get-in-touch .headline:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-get-in-touch .headline:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-get-in-touch .headline:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}@media(max-width:1068px){.section-get-in-touch .headline{font-size:64px;line-height:1;font-weight:800;letter-spacing:-0.009em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-get-in-touch .headline:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-get-in-touch .headline:lang(ja){letter-spacing:0em;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.section-get-in-touch .headline:lang(ko){letter-spacing:0em;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.section-get-in-touch .headline:lang(zh){font-weight:600;letter-spacing:0em}.section-get-in-touch .headline:lang(th){font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-get-in-touch .headline:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.section-get-in-touch .headline:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-get-in-touch .headline:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-get-in-touch .headline:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}@media(max-width:734px){.section-get-in-touch .headline{font-size:48px;line-height:1.0834933333;font-weight:800;letter-spacing:-0.003em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-get-in-touch .headline:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-get-in-touch .headline:lang(ja){letter-spacing:0em;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.section-get-in-touch .headline:lang(ko){letter-spacing:0em;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.section-get-in-touch .headline:lang(zh){font-weight:600;letter-spacing:0em}.section-get-in-touch .headline:lang(th){font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-get-in-touch .headline:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.section-get-in-touch .headline:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-get-in-touch .headline:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-get-in-touch .headline:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}.section-get-in-touch .copy{font-weight:700;text-align:center;max-width:14em;margin-top:0}@media(max-width:734px){.section-get-in-touch .copy{font-size:17px;line-height:1.4705882353;letter-spacing:-0.022em;font-family:SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:400;margin-inline:40px}.section-get-in-touch .copy:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Text,SF Pro Text,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-get-in-touch .copy:lang(ja){line-height:1.3529611765;letter-spacing:0em;font-family:SF Pro JP,SF Pro Text,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.section-get-in-touch .copy:lang(ko){line-height:1.5882352941;letter-spacing:0em;font-family:SF Pro KR,SF Pro Text,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.section-get-in-touch .copy:lang(zh){letter-spacing:0em}.section-get-in-touch .copy:lang(th){line-height:1.3529611765;letter-spacing:0em;font-family:SF Pro TH,SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-get-in-touch .copy:lang(zh-CN){font-family:SF Pro SC,SF Pro Text,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.section-get-in-touch .copy:lang(zh-HK){font-family:SF Pro HK,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-get-in-touch .copy:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Text,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-get-in-touch .copy:lang(zh-TW){font-family:SF Pro TC,SF Pro Text,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}.section-get-in-touch .button{margin-top:0}.modal.get-in-touch .modal-overlay{height:calc(100vh - var(--modal-overlay-margin-top) - var(--modal-overlay-margin-bottom))}@media(min-width:735px)and (max-height:650px){.modal.get-in-touch .modal-overlay{min-height:800px}}.modal.get-in-touch .modal-content-container{padding:0}.modal.get-in-touch .modal-content,.modal.get-in-touch .modal-content-container{height:100%}@media(max-width:734px){.modal.get-in-touch .modal-content{height:100vh}}.modal.get-in-touch iframe{display:block}.overview-business-ai-ai{display:block;--p-width:774px;--p-height:382px;width:var(--p-width);height:var(--p-height)}@media(max-width:1068px){.overview-business-ai-ai{--p-width:578px;--p-height:306px}}@media(max-width:734px){.overview-business-ai-ai{--p-width:271px;--p-height:229px}}.overview-business-ai-ai img{display:block}.overview-business-ai-boc-icon-boc-ai-wand{display:block;--p-width:47px;--p-height:47px;width:var(--p-width);height:var(--p-height)}.overview-business-ai-boc-icon-boc-ai-wand img{display:block}.overview-business-ai-icon-a-wand{display:block;--p-width:51px;--p-height:51px;width:var(--p-width);height:var(--p-height)}@media(max-width:1068px){.overview-business-ai-icon-a-wand{--p-width:44px;--p-height:44px}}@media(max-width:734px){.overview-business-ai-icon-a-wand{--p-width:27px;--p-height:27px}}.overview-business-ai-icon-a-wand img{display:block}.overview-business-apple-intelligence-ai-hw{display:block;--p-width:722px;--p-height:378px;width:var(--p-width);height:var(--p-height)}@media(max-width:1068px){.overview-business-apple-intelligence-ai-hw{--p-width:556px;--p-height:292px}}@media(max-width:734px){.overview-business-apple-intelligence-ai-hw{--p-width:274px;--p-height:232px}}.overview-business-apple-intelligence-ai-hw img{display:block}.overview-business-apple-intelligence-ai-screen{display:block;--p-width:722px;--p-height:378px;width:var(--p-width);height:var(--p-height)}@media(max-width:1068px){.overview-business-apple-intelligence-ai-screen{--p-width:556px;--p-height:292px}}@media(max-width:734px){.overview-business-apple-intelligence-ai-screen{--p-width:274px;--p-height:232px}}.overview-business-apple-intelligence-ai-screen img{display:block}.overview-business-apple-intelligence-boc-icon-boc-apple-intelligence{display:block;--p-width:45px;--p-height:44px;width:var(--p-width);height:var(--p-height)}.overview-business-apple-intelligence-boc-icon-boc-apple-intelligence img{display:block}.overview-business-apple-intelligence-boc-icon-boc-security{display:block;--p-width:31px;--p-height:42px;width:var(--p-width);height:var(--p-height)}.overview-business-apple-intelligence-boc-icon-boc-security img{display:block}.overview-business-apple-intelligence-icon-a-apple-intelligence{display:block;--p-width:53px;--p-height:52px;width:var(--p-width);height:var(--p-height)}@media(max-width:1068px){.overview-business-apple-intelligence-icon-a-apple-intelligence{--p-width:46px;--p-height:45px}}@media(max-width:734px){.overview-business-apple-intelligence-icon-a-apple-intelligence{--p-width:28px;--p-height:27px}}.overview-business-apple-intelligence-icon-a-apple-intelligence img{display:block}.overview-business-apple-intelligence-writing-tools{display:block;--p-width:761px;--p-height:379px;width:var(--p-width);height:var(--p-height)}@media(max-width:1068px){.overview-business-apple-intelligence-writing-tools{--p-width:556px;--p-height:276px}}@media(max-width:734px){.overview-business-apple-intelligence-writing-tools{--p-width:274px;--p-height:241px}}.overview-business-apple-intelligence-writing-tools img{display:block}.overview-business-battery-boc-icon-boc-battery{display:block;--p-width:62px;--p-height:31px;width:var(--p-width);height:var(--p-height)}.overview-business-battery-boc-icon-boc-battery img{display:block}.overview-business-battery-icon-a-battery{display:block;--p-width:71px;--p-height:37px;width:var(--p-width);height:var(--p-height)}@media(max-width:1068px){.overview-business-battery-icon-a-battery{--p-width:59px;--p-height:30px}}@media(max-width:734px){.overview-business-battery-icon-a-battery{--p-width:36px;--p-height:18px}}.overview-business-battery-icon-a-battery img{display:block}.overview-business-mac-iphone-boc-icon-boc-mac-iphone{display:block;--p-width:60px;--p-height:36px;width:var(--p-width);height:var(--p-height)}.overview-business-mac-iphone-boc-icon-boc-mac-iphone img{display:block}.overview-business-mac-iphone-mac-iphone{display:block;--p-width:450px;--p-height:417px;width:var(--p-width);height:var(--p-height)}@media(max-width:1068px){.overview-business-mac-iphone-mac-iphone{--p-width:270px;--p-height:301px}}@media(max-width:734px){.overview-business-mac-iphone-mac-iphone{--p-width:248px;--p-height:220px}}.overview-business-mac-iphone-mac-iphone img{display:block}.overview-business-performance-boc-icon-boc-chip{display:block;--p-width:43px;--p-height:42px;width:var(--p-width);height:var(--p-height)}.overview-business-performance-boc-icon-boc-chip img{display:block}.overview-business-performance-icon-a-chip{display:block;--p-width:47px;--p-height:47px;width:var(--p-width);height:var(--p-height)}@media(max-width:1068px){.overview-business-performance-icon-a-chip{--p-width:41px;--p-height:41px}}@media(max-width:734px){.overview-business-performance-icon-a-chip{--p-width:25px;--p-height:25px}}.overview-business-performance-icon-a-chip img{display:block}.overview-business-performance-performance{display:block;--p-width:622px;--p-height:397px;width:var(--p-width);height:var(--p-height)}@media(max-width:1068px){.overview-business-performance-performance{--p-width:541px;--p-height:343px}}@media(max-width:734px){.overview-business-performance-performance{--p-width:278px;--p-height:230px}}.overview-business-performance-performance img{display:block}.overview-computer-device-management-device-management{display:block;--p-width:634px;--p-height:374px;width:var(--p-width);height:var(--p-height)}@media(max-width:1068px){.overview-computer-device-management-device-management{--p-width:510px;--p-height:302px}}@media(max-width:734px){.overview-computer-device-management-device-management{--p-width:253px;--p-height:162px}}.overview-computer-device-management-device-management img{display:block}.overview-computer-device-management-icon-b-check{display:block;--p-width:48px;--p-height:48px;width:var(--p-width);height:var(--p-height)}@media(max-width:1068px){.overview-computer-device-management-icon-b-check{--p-width:41px;--p-height:41px}}@media(max-width:734px){.overview-computer-device-management-icon-b-check{--p-width:25px;--p-height:25px}}.overview-computer-device-management-icon-b-check img{display:block}.overview-computer-device-management-icon-boc-device-management{display:block;--p-width:71px;--p-height:42px;width:var(--p-width);height:var(--p-height)}.overview-computer-device-management-icon-boc-device-management img{display:block}.overview-computer-durability-durability{display:block;--p-width:812px;--p-height:158px;width:var(--p-width);height:var(--p-height)}@media(max-width:1068px){.overview-computer-durability-durability{--p-width:572px;--p-height:106px}}@media(max-width:734px){.overview-computer-durability-durability{--p-width:273px;--p-height:68px}}.overview-computer-durability-durability img{display:block}.overview-computer-durability-icon-boc-durability{display:block;--p-width:61px;--p-height:36px;width:var(--p-width);height:var(--p-height)}.overview-computer-durability-icon-boc-durability img{display:block}.overview-computer-savings-icon-b-chart{display:block;--p-width:48px;--p-height:48px;width:var(--p-width);height:var(--p-height)}@media(max-width:1068px){.overview-computer-savings-icon-b-chart{--p-width:37px;--p-height:37px}}@media(max-width:734px){.overview-computer-savings-icon-b-chart{--p-width:23px;--p-height:23px}}.overview-computer-savings-icon-b-chart img{display:block}.overview-computer-savings-icon-b-dollar{display:block;--p-width:48px;--p-height:48px;width:var(--p-width);height:var(--p-height)}@media(max-width:1068px){.overview-computer-savings-icon-b-dollar{--p-width:41px;--p-height:41px}}@media(max-width:734px){.overview-computer-savings-icon-b-dollar{--p-width:25px;--p-height:25px}}.overview-computer-savings-icon-b-dollar img{display:block}.overview-computer-savings-icon-boc-dollar{display:block;--p-width:44px;--p-height:43px;width:var(--p-width);height:var(--p-height)}.overview-computer-savings-icon-boc-dollar img{display:block}.overview-computer-security-icon-b-privacy-lock{display:block;--p-width:33px;--p-height:46px;width:var(--p-width);height:var(--p-height)}@media(max-width:1068px){.overview-computer-security-icon-b-privacy-lock{--p-width:29px;--p-height:40px}}@media(max-width:734px){.overview-computer-security-icon-b-privacy-lock{--p-width:18px;--p-height:24px}}.overview-computer-security-icon-b-privacy-lock img{display:block}.overview-computer-security-icon-boc-security{display:block;--p-width:31px;--p-height:42px;width:var(--p-width);height:var(--p-height)}.overview-computer-security-icon-boc-security img{display:block}.overview-computer-security-security{display:block;--p-width:678px;--p-height:376px;width:var(--p-width);height:var(--p-height)}@media(max-width:1068px){.overview-computer-security-security{--p-width:524px;--p-height:306px}}@media(max-width:734px){.overview-computer-security-security{--p-width:270px;--p-height:258px}}.overview-computer-security-security img{display:block}.overview-computer-support-icon-b-team{display:block;--p-width:76px;--p-height:38px;width:var(--p-width);height:var(--p-height)}@media(max-width:1068px){.overview-computer-support-icon-b-team{--p-width:72px;--p-height:36px}}@media(max-width:734px){.overview-computer-support-icon-b-team{--p-width:43px;--p-height:22px}}.overview-computer-support-icon-b-team img{display:block}.overview-computer-support-icon-boc-support{display:block;--p-width:77px;--p-height:38px;width:var(--p-width);height:var(--p-height)}.overview-computer-support-icon-boc-support img{display:block}.overview-computer-support-support{display:block;--p-width:741px;--p-height:299px;width:var(--p-width);height:var(--p-height)}@media(max-width:1068px){.overview-computer-support-support{--p-width:536px;--p-height:217px}}@media(max-width:734px){.overview-computer-support-support{--p-width:379px;--p-height:153px}}.overview-computer-support-support img{display:block}.overview-get-started-apps-apps{display:block;--p-width:934px;--p-height:408px;width:var(--p-width);height:var(--p-height)}@media(max-width:1068px){.overview-get-started-apps-apps{--p-width:692px;--p-height:316px}}@media(max-width:734px){.overview-get-started-apps-apps{--p-width:300px;--p-height:217px}}.overview-get-started-apps-apps img{display:block}.overview-get-started-apps-boc-apps{display:block;--p-width:731px;--p-height:360px;width:var(--p-width);height:var(--p-height)}@media(max-width:1068px){.overview-get-started-apps-boc-apps{--p-width:530px;--p-height:330px}}@media(max-width:734px){.overview-get-started-apps-boc-apps{--p-width:345px;--p-height:214px}}.overview-get-started-apps-boc-apps img{display:block}.overview-get-started-apps-icon-boc-apps{display:block;--p-width:41px;--p-height:39px;width:var(--p-width);height:var(--p-height)}.overview-get-started-apps-icon-boc-apps img{display:block}.overview-get-started-apps-icon-c-apps{display:block;--p-width:51px;--p-height:50px;width:var(--p-width);height:var(--p-height)}@media(max-width:1068px){.overview-get-started-apps-icon-c-apps{--p-width:44px;--p-height:43px}}@media(max-width:734px){.overview-get-started-apps-icon-c-apps{--p-width:27px;--p-height:26px}}.overview-get-started-apps-icon-c-apps img{display:block}.overview-get-started-employees-icon-boc-employees{display:block;--p-width:34px;--p-height:46px;width:var(--p-width);height:var(--p-height)}.overview-get-started-employees-icon-boc-employees img{display:block}.overview-get-started-employees-icon-c-lanyard{display:block;--p-width:47px;--p-height:63px;width:var(--p-width);height:var(--p-height)}@media(max-width:1068px){.overview-get-started-employees-icon-c-lanyard{--p-width:33px;--p-height:43px}}@media(max-width:734px){.overview-get-started-employees-icon-c-lanyard{--p-width:20px;--p-height:26px}}.overview-get-started-employees-icon-c-lanyard img{display:block}.overview-get-started-macos-icon-boc-macos{display:block;--p-width:42px;--p-height:42px;width:var(--p-width);height:var(--p-height)}.overview-get-started-macos-icon-boc-macos img{display:block}.overview-get-started-macos-macos{display:block;--p-width:678px;--p-height:376px;width:var(--p-width);height:var(--p-height)}@media(max-width:1068px){.overview-get-started-macos-macos{--p-width:530px;--p-height:292px}}@media(max-width:734px){.overview-get-started-macos-macos{--p-width:272px;--p-height:192px}}.overview-get-started-macos-macos img{display:block}.overview-get-started-macos-macos-tile{display:block;--p-width:439px;--p-height:399px;width:var(--p-width);height:var(--p-height)}@media(max-width:1068px){.overview-get-started-macos-macos-tile{--p-width:291px;--p-height:282px}}@media(max-width:734px){.overview-get-started-macos-macos-tile{--p-width:264px;--p-height:161px}}.overview-get-started-macos-macos-tile img{display:block}.overview-resources-icon-deployment{display:block;--p-width:68px;--p-height:54px;width:var(--p-width);height:var(--p-height)}@media(max-width:734px){.overview-resources-icon-deployment{--p-width:59px;--p-height:49px}}.overview-resources-icon-deployment img{display:block}.overview-resources-icon-employee{display:block;--p-width:68px;--p-height:54px;width:var(--p-width);height:var(--p-height)}@media(max-width:734px){.overview-resources-icon-employee{--p-width:59px;--p-height:49px}}.overview-resources-icon-employee img{display:block}.overview-resources-icon-financing{display:block;--p-width:68px;--p-height:54px;width:var(--p-width);height:var(--p-height)}@media(max-width:734px){.overview-resources-icon-financing{--p-width:59px;--p-height:49px}}.overview-resources-icon-financing img{display:block}.overview-resources-icon-investment{display:block;--p-width:68px;--p-height:54px;width:var(--p-width);height:var(--p-height)}@media(max-width:734px){.overview-resources-icon-investment{--p-width:59px;--p-height:49px}}.overview-resources-icon-investment img{display:block}.overview-resources-icon-security{display:block;--p-width:68px;--p-height:54px;width:var(--p-width);height:var(--p-height)}@media(max-width:734px){.overview-resources-icon-security{--p-width:59px;--p-height:49px}}.overview-resources-icon-security img{display:block}.overview-resources-icon-support{display:block;--p-width:68px;--p-height:54px;width:var(--p-width);height:var(--p-height)}@media(max-width:734px){.overview-resources-icon-support{--p-width:59px;--p-height:49px}}.overview-resources-icon-support img{display:block}.overview-select-product-tile-icon-apple-intelligence{display:block;--p-width:56px;--p-height:56px;width:var(--p-width);height:var(--p-height)}.overview-select-product-tile-icon-apple-intelligence img{display:block}.overview-select-product-tile-icon-m2-m3{display:block;--p-width:80px;--p-height:56px;width:var(--p-width);height:var(--p-height)}.overview-select-product-tile-icon-m2-m3 img{display:block}.overview-select-product-tile-icon-m2-max-m2-ultra{display:block;--p-width:80px;--p-height:56px;width:var(--p-width);height:var(--p-height)}.overview-select-product-tile-icon-m2-max-m2-ultra img{display:block}.overview-select-product-tile-icon-m2-pro{display:block;--p-width:80px;--p-height:56px;width:var(--p-width);height:var(--p-height)}.overview-select-product-tile-icon-m2-pro img{display:block}.overview-select-product-tile-icon-m2-ultra{display:block;--p-width:38px;--p-height:56px;width:var(--p-width);height:var(--p-height)}.overview-select-product-tile-icon-m2-ultra img{display:block}.overview-select-product-tile-icon-m3{display:block;--p-width:38px;--p-height:56px;width:var(--p-width);height:var(--p-height)}.overview-select-product-tile-icon-m3 img{display:block}.overview-select-product-tile-icon-m3-pro-max{display:block;--p-width:122px;--p-height:56px;width:var(--p-width);height:var(--p-height)}.overview-select-product-tile-icon-m3-pro-max img{display:block}.overview-select-product-tile-icon-m4-and-pro{display:block;--p-width:80px;--p-height:56px;width:var(--p-width);height:var(--p-height)}.overview-select-product-tile-icon-m4-and-pro img{display:block}.overview-select-product-tile-icon-m4{display:block;--p-width:38px;--p-height:56px;width:var(--p-width);height:var(--p-height)}.overview-select-product-tile-icon-m4 img{display:block}.overview-select-product-tile-icon-m4-max-m3-ultra{display:block;--p-width:80px;--p-height:56px;width:var(--p-width);height:var(--p-height)}.overview-select-product-tile-icon-m4-max-m3-ultra img{display:block}.overview-select-product-tile-icon-m4-pro-max{display:block;--p-width:122px;--p-height:56px;width:var(--p-width);height:var(--p-height)}.overview-select-product-tile-icon-m4-pro-max img{display:block}.overview-select-product-tile-icon-screen{display:block;--p-width:45px;--p-height:56px;width:var(--p-width);height:var(--p-height)}.overview-select-product-tile-icon-screen img{display:block}.overview-select-product-tile-icon-video{display:block;--p-width:48px;--p-height:56px;width:var(--p-width);height:var(--p-height)}.overview-select-product-tile-icon-video img{display:block}.overview-select-product-tile-imac-24{display:block;--p-width:316px;--p-height:268px;width:var(--p-width);height:var(--p-height)}@media(max-width:1068px){.overview-select-product-tile-imac-24{--p-width:294px;--p-height:248px}}@media(max-width:734px){.overview-select-product-tile-imac-24{--p-width:214px;--p-height:181px}}.overview-select-product-tile-imac-24 img{display:block}.overview-select-product-tile-mac-mini{display:block;--p-width:316px;--p-height:32px;width:var(--p-width);height:var(--p-height)}@media(max-width:1068px){.overview-select-product-tile-mac-mini{--p-width:294px;--p-height:32px}}@media(max-width:734px){.overview-select-product-tile-mac-mini{--p-width:214px;--p-height:23px}}.overview-select-product-tile-mac-mini img{display:block}.overview-select-product-tile-mac-pro{display:block;--p-width:316px;--p-height:302px;width:var(--p-width);height:var(--p-height)}@media(max-width:1068px){.overview-select-product-tile-mac-pro{--p-width:294px;--p-height:280px}}@media(max-width:734px){.overview-select-product-tile-mac-pro{--p-width:214px;--p-height:203px}}.overview-select-product-tile-mac-pro img{display:block}.overview-select-product-tile-mac-studio{display:block;--p-width:316px;--p-height:58px;width:var(--p-width);height:var(--p-height)}@media(max-width:1068px){.overview-select-product-tile-mac-studio{--p-width:294px;--p-height:52px}}@media(max-width:734px){.overview-select-product-tile-mac-studio{--p-width:214px;--p-height:38px}}.overview-select-product-tile-mac-studio img{display:block}.overview-select-product-tile-mba-13-15{display:block;--p-width:354px;--p-height:176px;width:var(--p-width);height:var(--p-height)}@media(max-width:1068px){.overview-select-product-tile-mba-13-15{--p-width:270px;--p-height:134px}}@media(max-width:734px){.overview-select-product-tile-mba-13-15{--p-width:228px;--p-height:114px}}.overview-select-product-tile-mba-13-15 img{display:block}.overview-select-product-tile-mba-13{display:block;--p-width:354px;--p-height:158px;width:var(--p-width);height:var(--p-height)}@media(max-width:1068px){.overview-select-product-tile-mba-13{--p-width:270px;--p-height:122px}}@media(max-width:734px){.overview-select-product-tile-mba-13{--p-width:228px;--p-height:103px}}.overview-select-product-tile-mba-13 img{display:block}.overview-select-product-tile-mbn{display:block;--p-width:354px;--p-height:154px;width:var(--p-width);height:var(--p-height)}@media(max-width:1068px){.overview-select-product-tile-mbn{--p-width:270px;--p-height:119px}}@media(max-width:734px){.overview-select-product-tile-mbn{--p-width:228px;--p-height:100px}}.overview-select-product-tile-mbn img{display:block}.overview-select-product-tile-mbp-14-16{display:block;--p-width:354px;--p-height:190px;width:var(--p-width);height:var(--p-height)}@media(max-width:1068px){.overview-select-product-tile-mbp-14-16{--p-width:270px;--p-height:145px}}@media(max-width:734px){.overview-select-product-tile-mbp-14-16{--p-width:228px;--p-height:123px}}.overview-select-product-tile-mbp-14-16 img{display:block}.overview-select-product-tile-studio-display{display:block;--p-width:341px;--p-height:263px;width:var(--p-width);height:var(--p-height)}@media(max-width:1068px){.overview-select-product-tile-studio-display{--p-width:331px;--p-height:255px}}@media(max-width:734px){.overview-select-product-tile-studio-display{--p-width:227px;--p-height:175px}}.overview-select-product-tile-studio-display img{display:block}.overview-select-product-tile-studio-display-xdr{display:block;--p-width:341px;--p-height:291px;width:var(--p-width);height:var(--p-height)}@media(max-width:1068px){.overview-select-product-tile-studio-display-xdr{--p-width:331px;--p-height:282px}}@media(max-width:734px){.overview-select-product-tile-studio-display-xdr{--p-width:227px;--p-height:194px}}.overview-select-product-tile-studio-display-xdr img{display:block}.overview-welcome-boc-icon-boc-ai-wand{display:block;--p-width:47px;--p-height:47px;width:var(--p-width);height:var(--p-height)}.overview-welcome-boc-icon-boc-ai-wand img{display:block}.overview-welcome-boc-icon-boc-apps{display:block;--p-width:41px;--p-height:39px;width:var(--p-width);height:var(--p-height)}.overview-welcome-boc-icon-boc-apps img{display:block}.overview-welcome-boc-icon-boc-chip{display:block;--p-width:43px;--p-height:42px;width:var(--p-width);height:var(--p-height)}.overview-welcome-boc-icon-boc-chip img{display:block}.overview-welcome-boc-icon-boc-device-management{display:block;--p-width:71px;--p-height:42px;width:var(--p-width);height:var(--p-height)}.overview-welcome-boc-icon-boc-device-management img{display:block}.overview-welcome-boc-icon-boc-dollar{display:block;--p-width:44px;--p-height:43px;width:var(--p-width);height:var(--p-height)}.overview-welcome-boc-icon-boc-dollar img{display:block}.overview-welcome-boc-icon-boc-security{display:block;--p-width:31px;--p-height:42px;width:var(--p-width);height:var(--p-height)}.overview-welcome-boc-icon-boc-security img{display:block}.overview-welcome-hero-logo{display:block;--p-width:61px;--p-height:74px;width:var(--p-width);height:var(--p-height)}@media(max-width:1068px){.overview-welcome-hero-logo{--p-width:34px;--p-height:42px}}.overview-welcome-hero-logo img{display:block}.overview-welcome-icons-icon-apps{display:block;--p-width:44px;--p-height:43px;width:var(--p-width);height:var(--p-height)}@media(max-width:1068px){.overview-welcome-icons-icon-apps{--p-width:38px;--p-height:37px}}@media(max-width:734px){.overview-welcome-icons-icon-apps{--p-width:27px;--p-height:26px}}.overview-welcome-icons-icon-apps img{display:block}.overview-welcome-icons-icon-dollar{display:block;--p-width:41px;--p-height:41px;width:var(--p-width);height:var(--p-height)}@media(max-width:1068px){.overview-welcome-icons-icon-dollar{--p-width:35px;--p-height:35px}}@media(max-width:734px){.overview-welcome-icons-icon-dollar{--p-width:25px;--p-height:25px}}.overview-welcome-icons-icon-dollar img{display:block}.overview-welcome-icons-icon-shield{display:block;--p-width:34px;--p-height:40px;width:var(--p-width);height:var(--p-height)}@media(max-width:1068px){.overview-welcome-icons-icon-shield{--p-width:29px;--p-height:35px}}@media(max-width:734px){.overview-welcome-icons-icon-shield{--p-width:21px;--p-height:25px}}.overview-welcome-icons-icon-shield img{display:block}.overview-welcome-icons-icon-wand{display:block;--p-width:42px;--p-height:42px;width:var(--p-width);height:var(--p-height)}@media(max-width:1068px){.overview-welcome-icons-icon-wand{--p-width:37px;--p-height:37px}}@media(max-width:734px){.overview-welcome-icons-icon-wand{--p-width:27px;--p-height:27px}}.overview-welcome-icons-icon-wand img{display:block}.product-tile-product-imac .product-tile-swatches{--finish-silver:#e3e4e5;--finish-green:#3e935c;--finish-green-light:#a4c2ae;--finish-yellow:#edd142;--finish-yellow-light:#f5e4ae;--finish-orange:#e3704b;--finish-orange-light:#f5c1a7;--finish-pink:#de5f7d;--finish-pink-light:#f3b5c3;--finish-purple:#827eb2;--finish-purple-light:#b8b2cf;--finish-blue:#547eae;--finish-blue-light:#acbfd8}.product-tile-product-imac .product-tile-swatches .product-tile-swatch-item-inner{filter:blur(0)}.product-tile-product-imac .product-tile-swatches .finish-imac-silver-light{background-color:var(--finish-silver)}.product-tile-product-imac .product-tile-swatches .finish-dual-tone-pink{background:linear-gradient(90deg,var(--finish-pink) 50%,var(--finish-pink-light) 0)}.product-tile-product-imac .product-tile-swatches .finish-dual-tone-orange{background:linear-gradient(90deg,var(--finish-orange) 50%,var(--finish-orange-light) 0)}.product-tile-product-imac .product-tile-swatches .finish-dual-tone-yellow{background:linear-gradient(90deg,var(--finish-yellow) 50%,var(--finish-yellow-light) 0)}.product-tile-product-imac .product-tile-swatches .finish-dual-tone-green{background:linear-gradient(90deg,var(--finish-green) 50%,var(--finish-green-light) 0)}.product-tile-product-imac .product-tile-swatches .finish-dual-tone-blue{background:linear-gradient(90deg,var(--finish-blue) 50%,var(--finish-blue-light) 0)}.product-tile-product-imac .product-tile-swatches .finish-dual-tone-purple{background:linear-gradient(90deg,var(--finish-purple) 50%,var(--finish-purple-light) 0)}.finish-sky-blue{background-color:var(--finish-sky-blue)}:root{--finish-sky-blue:#c8d8e0}.finish-blush{background-color:var(--finish-blush)}:root{--finish-blush:#e8d0d0}.finish-citrus{background-color:var(--finish-citrus)}:root{--finish-citrus:#dddc8c}.finish-indigo{background-color:var(--finish-indigo)}:root{--finish-indigo:#596680;--highlight-green:#00ff00;--dark-gray:rgb(134,134,139);--max-width-s:300px;--autoplay-icon-size:36px;--section-content-width-xl:1680px;--js-remove:.hide-acmi .hide-acmi-item,.hide-acmi [data-toggle="acmi"],.hide-acmi [data-toggle-footnote="acmi"],.hide-acmi .ac-gf-buystrip-info-financing,.product-tile-plus;--section-content-width:980px;--boc-plus-icon-size:40px}@media(max-width:1068px){:root{--section-content-width:87.5vw}}@media(max-width:734px){:root{--boc-plus-icon-size:36px}}.highlight-green:before{background:var(--highlight-green)}.text-green{color:var(--highlight-green)}.text-dark-gray{color:var(--dark-gray)}.svg{display:block;width:var(--size);height:var(--size)}.boc-plus{--bg:black;--fg:white;--size:var(--boc-plus-icon-size)}.boc-plus path:nth-child(1){fill:var(--bg)}.boc-plus path:nth-child(2){fill:var(--fg)}.hero-boc-plus{--bg:white;--fg:black;--size:var(--boc-plus-icon-size)}.hero-boc-plus path:nth-child(1){fill:var(--bg)}.hero-boc-plus path:nth-child(2){fill:var(--fg)}.section-select .section-header-headline{font-weight:800!important;font-size:56px;line-height:1.0714285714;font-weight:600;letter-spacing:-0.028em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .section-header-headline:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .section-header-headline:lang(ja){letter-spacing:0em;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .section-header-headline:lang(ko){letter-spacing:0em;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .section-header-headline:lang(zh){letter-spacing:0em}.section-select .section-header-headline:lang(th){font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .section-header-headline:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .section-header-headline:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .section-header-headline:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .section-header-headline:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}@media(max-width:1068px){.section-select .section-header-headline{font-size:48px;line-height:1.0834933333;font-weight:600;letter-spacing:-0.003em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .section-header-headline:lang(ar){letter-spacing:0em;font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .section-header-headline:lang(ja){line-height:1.1459933333;letter-spacing:0em;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .section-header-headline:lang(ko){line-height:1.1875;letter-spacing:0em;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .section-header-headline:lang(zh){letter-spacing:0em}.section-select .section-header-headline:lang(th){line-height:1.3334933333;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .section-header-headline:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .section-header-headline:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .section-header-headline:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .section-header-headline:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}@media(max-width:734px){.section-select .section-header-headline{font-size:32px;line-height:1.125;font-weight:600;letter-spacing:.004em;font-family:SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .section-header-headline:lang(ja){line-height:1.21875;font-family:SF Pro JP,SF Pro Display,SF Pro Icons,Hiragino Kaku Gothic Pro,ãã©ã®ãè§ã´ Pro W3,ã¡ã¤ãªãª,Meiryo,ï¼­ï¼³ ï¼°ã´ã·ãã¯,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .section-header-headline:lang(ko){line-height:1.21875;font-family:SF Pro KR,SF Pro Display,SF Pro Icons,Apple Gothic,HY Gulim,MalgunGothic,HY Dotum,Lexi Gulim,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .section-header-headline:lang(th){line-height:1.375;font-family:SF Pro TH,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .section-header-headline:lang(zh){line-height:1.21875}.section-select .section-header-headline:lang(ar){font-family:SF Pro AR,SF Pro AR Display,SF Pro Display,SF Pro Gulf,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .section-header-headline:lang(zh-CN){font-family:SF Pro SC,SF Pro Display,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .section-header-headline:lang(zh-HK){font-family:SF Pro HK,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .section-header-headline:lang(zh-MO){font-family:SF Pro HK,SF Pro TC,SF Pro Display,SF Pro Icons,PingFang HK,Helvetica Neue,Helvetica,Arial,sans-serif}.section-select .section-header-headline:lang(zh-TW){font-family:SF Pro TC,SF Pro Display,SF Pro Icons,PingFang TC,Helvetica Neue,Helvetica,Arial,sans-serif}}@media(min-width:1069px){.max-width-l{width:var(--section-content-width)}}@media(max-width:734px){.max-width-s{max-width:var(--max-width-s)}}.gradient-text{-webkit-text-fill-color:rgba(0,0,0,0);background:var(--background);background-clip:text}.footnote a:hover{color:inherit!important}.hide-acmi .ac-gf-buystrip-info-financing,.hide-acmi .hide-acmi-item,.hide-acmi [data-toggle-footnote=acmi],.hide-acmi [data-toggle=acmi]{visibility:hidden;position:fixed;bottom:-100vh;right:-100vh}
