*/ /*When you have two images of a different size, this function willallow you to align the smaller one to the bottom of the column.@example scss.bigger-image {@include picture(image_bigger);}.smaller-image {@include picture(image_smaller);@each $viewport in viewports.viewport-list() {@include viewports.viewport($viewport) {@include techspecs-image-bottom-align(image_bigger, image_smaller, $viewport);}}}*/ /*When you have two images of a different size, this function willallow you to align the smaller one to the vertical center of the bigger one.@example scss.bigger-image {@include picture(image_bigger);}.smaller-image {@include picture(image_smaller);@each $viewport in viewports.viewport-list() {@include viewports.viewport($viewport) {@include techspecs-image-middle-align(image_bigger, image_smaller, $viewport);}}}*/ /*This will generate unique classes for all provided built-in app images.@example scss.section-apps, .section-freeapps {@include techspecs-appicon-classes();}@example html
*/ /**Mixin to define gaps per viewport and column number@see Compare.vue: computed.columnRange() */ /**Mixin to define padding per viewport and column number@see Compare.vue: computed.columnRange() */ .viewport-content { margin-inline-start: auto; margin-inline-end: auto; width: 980px; } @media only screen and (min-width: 1441px) { .viewport-content { margin-inline-start: auto; margin-inline-end: auto; width: 980px; } } @media only screen and (max-width: 1068px) { .viewport-content { margin-inline-start: auto; margin-inline-end: auto; width: 692px; } } @media only screen and (max-width: 734px) { .viewport-content { margin-inline-start: auto; margin-inline-end: auto; width: 87.5%; } } @media only screen and (max-width: 734px) { .channel-html .section .section-compare-table { overflow: initial; } } .channel-compare .compare-wrapper { position: relative; overflow: hidden; } @media only screen and (max-width: 734px) { .channel-compare .compare-wrapper { overflow: initial; } } .channel-compare .compare-section, .channel-compare .selector-table { position: relative; } .channel-compare select { box-sizing: border-box; } .channel-compare ul { margin: 0; list-style: none; } .channel-compare .compare-section { padding-top: 39px; border: 0; } @media only screen and (max-width: 1068px) { .channel-compare .compare-section { padding-top: 53px; padding-bottom: 25px; } } @media only screen and (max-width: 734px) { .channel-compare .compare-section { padding-top: 20px; padding-bottom: 14px; } } .channel-compare .compare-section.no-padding-top { padding: 0; } .channel-compare .compare.compare-column-range-large-5 .compare-header-row, .channel-compare .compare.compare-column-range-large-5 .compare-row { padding: 0 16px; } .channel-compare .compare.compare-column-range-large-4 .compare-header-row, .channel-compare .compare.compare-column-range-large-4 .compare-row { padding: 0 42px; } .channel-compare .compare.compare-column-range-large-3 .compare-header-row, .channel-compare .compare.compare-column-range-large-3 .compare-row { padding: 0 144px; } .channel-compare .compare.compare-column-range-large-2 .compare-header-row, .channel-compare .compare.compare-column-range-large-2 .compare-row { padding: 0 0px; } @media only screen and (max-width: 1068px) { .channel-compare .compare.compare-column-range-medium-5 .compare-header-row, .channel-compare .compare.compare-column-range-medium-5 .compare-row { padding: 0 0px; } } @media only screen and (max-width: 1068px) { .channel-compare .compare.compare-column-range-medium-4 .compare-header-row, .channel-compare .compare.compare-column-range-medium-4 .compare-row { padding: 0 0px; } } @media only screen and (max-width: 1068px) { .channel-compare .compare.compare-column-range-medium-3 .compare-header-row, .channel-compare .compare.compare-column-range-medium-3 .compare-row { padding: 0 58px; } } @media only screen and (max-width: 1068px) { .channel-compare .compare.compare-column-range-medium-2 .compare-header-row, .channel-compare .compare.compare-column-range-medium-2 .compare-row { padding: 0 0px; } } @media only screen and (max-width: 734px) { .channel-compare .compare.compare-column-range-small-5 .compare-header-row, .channel-compare .compare.compare-column-range-small-5 .compare-row { padding: 0 0px; } } @media only screen and (max-width: 734px) { .channel-compare .compare.compare-column-range-small-4 .compare-header-row, .channel-compare .compare.compare-column-range-small-4 .compare-row { padding: 0 0px; } } @media only screen and (max-width: 734px) { .channel-compare .compare.compare-column-range-small-3 .compare-header-row, .channel-compare .compare.compare-column-range-small-3 .compare-row { padding: 0 0px; } } @media only screen and (max-width: 734px) { .channel-compare .compare.compare-column-range-small-2 .compare-header-row, .channel-compare .compare.compare-column-range-small-2 .compare-row { padding: 0 0; } } .channel-compare .compare.compare-column-range-large-5 .compare-header-row, .channel-compare .compare.compare-column-range-large-5 .compare-row { --column-gap: 32px; } .channel-compare .compare.compare-column-range-large-4 .compare-header-row, .channel-compare .compare.compare-column-range-large-4 .compare-row { --column-gap: 80px; } .channel-compare .compare.compare-column-range-large-3 .compare-header-row, .channel-compare .compare.compare-column-range-large-3 .compare-row { --column-gap: 100px; } .channel-compare .compare.compare-column-range-large-2 .compare-header-row, .channel-compare .compare.compare-column-range-large-2 .compare-row { --column-gap: 16px; } @media only screen and (max-width: 1068px) { .channel-compare .compare.compare-column-range-medium-5 .compare-header-row, .channel-compare .compare.compare-column-range-medium-5 .compare-row { --column-gap: 28px; } } @media only screen and (max-width: 1068px) { .channel-compare .compare.compare-column-range-medium-4 .compare-header-row, .channel-compare .compare.compare-column-range-medium-4 .compare-row { --column-gap: 28px; } } @media only screen and (max-width: 1068px) { .channel-compare .compare.compare-column-range-medium-3 .compare-header-row, .channel-compare .compare.compare-column-range-medium-3 .compare-row { --column-gap: 42px; } } @media only screen and (max-width: 1068px) { .channel-compare .compare.compare-column-range-medium-2 .compare-header-row, .channel-compare .compare.compare-column-range-medium-2 .compare-row { --column-gap: 28px; } } @media only screen and (max-width: 734px) { .channel-compare .compare.compare-column-range-small-5 .compare-header-row, .channel-compare .compare.compare-column-range-small-5 .compare-row { --column-gap: 58px; } } @media only screen and (max-width: 734px) { .channel-compare .compare.compare-column-range-small-4 .compare-header-row, .channel-compare .compare.compare-column-range-small-4 .compare-row { --column-gap: 58px; } } @media only screen and (max-width: 734px) { .channel-compare .compare.compare-column-range-small-3 .compare-header-row, .channel-compare .compare.compare-column-range-small-3 .compare-row { --column-gap: 58px; } } @media only screen and (max-width: 734px) { .channel-compare .compare.compare-column-range-small-2 .compare-header-row, .channel-compare .compare.compare-column-range-small-2 .compare-row { --column-gap: 58px; } } .channel-compare .compare-header-row, .channel-compare .compare-row { --column-gap: 16px; display: grid; column-gap: var(--column-gap); grid-template-columns: repeat(var(--grid-column), calc((100% - var(--column-gap) * (var(--grid-column) - 1)) / var(--grid-column))); } @media only screen and (max-width: 1068px) { .channel-compare .compare-header-row, .channel-compare .compare-row { --column-gap: 28px; } } @media only screen and (max-width: 734px) { .channel-compare .compare-header-row, .channel-compare .compare-row { --column-gap: 58px; } } .channel-compare .compare-row { margin-bottom: 40px; } .channel-compare .compare-row.compare-template-border-top .compare-column { border-top: 1px solid #d6d6d6; padding-top: 30px; } @media only screen and (max-width: 1068px) { .channel-compare .compare-row.compare-template-border-top .compare-column { padding-top: 30px; } } @media only screen and (max-width: 734px) { .channel-compare .compare-row.compare-template-border-top .compare-column { padding-top: 20px; } } .channel-compare .compare-row.compare-template-border-bottom .compare-column { border-bottom: 1px solid #d6d6d6; margin-bottom: 30px; } @media only screen and (max-width: 1068px) { .channel-compare .compare-row.compare-template-border-bottom .compare-column { margin-bottom: 30px; } } @media only screen and (max-width: 734px) { .channel-compare .compare-row.compare-template-border-bottom .compare-column { margin-bottom: 20px; } } .channel-compare .compare-row.compare-template-space-bottom .compare-column { margin-bottom: 30px; } @media only screen and (max-width: 1068px) { .channel-compare .compare-row.compare-template-space-bottom .compare-column { margin-bottom: 30px; } } @media only screen and (max-width: 734px) { .channel-compare .compare-row.compare-template-space-bottom .compare-column { margin-bottom: 20px; } } .channel-compare .compare-row:last-child { margin-bottom: 0; } .channel-compare .compare-header-row { margin: 0; } .channel-compare .compare-rowheader { order: -1; } .channel-compare .compare-rowheader, .channel-compare .compare-rowheader-style { grid-column: 1/var(--grid-column) span; } .channel-compare .compare-columnheader, .channel-compare .compare-column { display: none; box-sizing: border-box; } .channel-compare .compare.with-fullwidthrowheader .compare-rowheader { width: 100%; } .channel-compare .compare.with-fullwidthrowheader .compare-rowheader-style { font-size: 24px; line-height: 1.1666666667; font-weight: 600; letter-spacing: 0.009em; font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif; padding-bottom: 27px; border-bottom: 1px solid #d6d6d6; margin-bottom: 33px; padding-bottom: 27px; } @media only screen and (max-width: 1068px) { .channel-compare .compare.with-fullwidthrowheader .compare-rowheader-style { font-size: 21px; line-height: 1.1904761905; font-weight: 600; letter-spacing: 0.011em; font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif; } } @media only screen and (max-width: 734px) { .channel-compare .compare.with-fullwidthrowheader .compare-rowheader-style { font-size: 17px; } } @media only screen and (max-width: 1068px) { .channel-compare .compare.with-fullwidthrowheader .compare-rowheader-style { margin-bottom: 28px; } } @media only screen and (max-width: 734px) { .channel-compare .compare.with-fullwidthrowheader .compare-rowheader-style { margin-bottom: 17px; padding-bottom: 13px; } } .channel-compare .compare.with-fullwidthrowheader .compare-columnheader, .channel-compare .compare.with-fullwidthrowheader .compare-column { text-align: center; justify-content: center; width: 164px; } @media only screen and (max-width: 734px) { .channel-compare .compare.with-fullwidthrowheader .compare-columnheader, .channel-compare .compare.with-fullwidthrowheader .compare-column { width: 131px; } } .channel-compare .compare.with-fullwidthrowheader .compare-columnheader-span, .channel-compare .compare.with-fullwidthrowheader .compare-column-span { width: 100%; } .channel-compare .compare.with-fullwidthrowheader .mdash-container { margin: 0; padding: 0; display: flex; align-items: center; justify-content: center; } .channel-compare .compare.with-fullwidthrowheader .mdash-container .mdash { font-size: 17px; } @media only screen and (max-width: 1068px) { .channel-compare .compare.with-fullwidthrowheader .mdash-container .mdash { font-size: 14px; } } @media only screen and (max-width: 734px) { .channel-compare .compare.with-fullwidthrowheader .mdash-container .mdash { font-size: 12px; } } .channel-compare .compare .copy.helvetica-neue { font-weight: 500; line-height: 1.235; } .channel-compare--hidden { opacity: 0; } .compare-wrapper { width: 100%; } .channel-compare [compare-header-hide] { display: none; } .channel-compare [compare-header-show] { display: grid; } .channel-compare .selector-table { padding-top: 10px; margin-bottom: 40px; } @media only screen and (max-width: 1068px) { .channel-compare .selector-table { margin-bottom: 40px; } } @media only screen and (max-width: 734px) { .channel-compare .selector-table { margin-bottom: 25px; } } .channel-compare .selector-table .compare-row { margin: 0; } .channel-compare .selector-table .compare-rowheader { height: 0; } .channel-compare .selector-element { position: relative; width: 100%; border: none; border-bottom: 1px solid #d6d6d6; border-radius: 0px; transition: border-color 200ms ease; } @media only screen and (max-width: 1068px) { .channel-compare .selector-element { border: none; border-bottom: 1px solid #d6d6d6; border-radius: 0px; } } @media only screen and (max-width: 734px) { .channel-compare .selector-element { border: none; border-bottom: 1px solid #d6d6d6; border-radius: 0px; } .channel-compare .selector-element:hover { border: none; border-radius: 0px; border-bottom: 1px solid #d6d6d6; } } .channel-compare .selector-element::before { content: ""; width: 40px; position: absolute; background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 60%, rgb(255, 255, 255) 100%); top: 0; right: 0px; height: 100%; z-index: 0; pointer-events: none; border-top-right-radius: 5px; border-bottom-right-radius: 5px; } @media only screen and (max-width: 1068px) { .channel-compare .selector-element::before { width: 40px; } } @media only screen and (max-width: 734px) { .channel-compare .selector-element::before { height: 100%; width: 40px; right: 5px; } } @media only screen and (max-width: 734px) { .channel-compare .selector-element { margin-inline-end: 0; } } .channel-compare .selector-dropdown { font-size: 14px; line-height: 1.4285914286; font-weight: 600; letter-spacing: 0.015em; font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif; width: 100%; margin: 0; color: rgb(0, 0, 0); background: transparent; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons"; border: 0; border-radius: 0; overflow: hidden; -webkit-appearance: none; appearance: none; cursor: pointer; outline: none; padding: 12px 0; padding-right: 15px; } .channel-compare .selector-dropdown:focus { border-radius: 0px; box-shadow: 0 0 0 4px var(--focus-color); width: 166px; } @media only screen and (max-width: 734px) { .channel-compare .selector-dropdown:focus { box-sizing: content-box; } } @media only screen and (max-width: 734px) { .channel-compare .selector-dropdown { width: 100%; padding-bottom: 11px; padding-left: 0px; padding-top: 11px; } .channel-compare .selector-dropdown:focus { width: 122px; border-radius: 0px; border: none; } } .channel-compare .selector-icon { display: block; position: absolute; top: 1px; font-size: 19px; line-height: 1; color: rgb(0, 102, 204); padding-right: 0px; padding-top: 10px; pointer-events: none; right: 0; } html:not([dir=rtl]) .channel-compare .selector-icon { right: 0; } html[dir=rtl] .channel-compare .selector-icon { left: 0; } .channel-compare .selector-icon:after { pointer-events: none; } .channel-compare .static-dropdown { font-size: 14px; line-height: 1.4285914286; font-weight: 600; letter-spacing: 0.015em; font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif; border-bottom: 1px solid #d6d6d6; text-align: center; width: 100%; margin: 0; padding-bottom: 7px; } .channel-compare .compare-template-border-bottom .button-container { margin-bottom: 30px; } @media only screen and (max-width: 1068px) { .channel-compare .compare-template-border-bottom .button-container { margin-bottom: 30px; } } @media only screen and (max-width: 734px) { .channel-compare .compare-template-border-bottom .button-container { margin-bottom: 20px; } } .channel-compare .button { background: transparent; border: 1px solid rgb(29, 29, 31); color: rgb(29, 29, 31); font-family: "SF Pro Text", "Helvetica Neue", "Helvetica", "Arial", sans-serif; } .channel-compare .button:focus { outline: none; box-shadow: 0 0 0 4px var(--focus-color); } .channel-compare .button:hover { background: transparent; border: 1px solid rgb(110, 110, 115); color: rgb(110, 110, 115); } .channel-compare .button-container { margin-bottom: 55px; } @media only screen and (max-width: 1068px) { .channel-compare .button-container { margin-bottom: 55px; } } @media only screen and (max-width: 734px) { .channel-compare .button-container { margin-bottom: 32px; } } .channel-compare .button-container .copy.helvetica-neue { font-weight: 400; } .channel-compare .multi-row .compare-template-preview-item-color-nav { margin-bottom: 40px; } @media only screen and (max-width: 1068px) { .channel-compare .multi-row .compare-template-preview-item-color-nav { margin-bottom: 40px; } } @media only screen and (max-width: 734px) { .channel-compare .multi-row .compare-template-preview-item-color-nav { margin-bottom: 20px; } } .channel-compare .multi-row .compare-template-preview-item-color-nav:last-child { margin-bottom: 40px; } @media only screen and (max-width: 1068px) { .channel-compare .multi-row .compare-template-preview-item-color-nav:last-child { margin-bottom: 40px; } } @media only screen and (max-width: 734px) { .channel-compare .multi-row .compare-template-preview-item-color-nav:last-child { margin-bottom: 40px; } } .channel-compare .multi-row .row-colors { padding-bottom: 0; margin-bottom: 0; margin-top: 0; } .channel-compare .row-colors { width: 100%; text-align: center; padding-bottom: 27px; margin-top: 27px; } @media only screen and (max-width: 1068px) { .channel-compare .row-colors { padding-bottom: 27px; margin-top: 27px; } } @media only screen and (max-width: 734px) { .channel-compare .row-colors { padding-bottom: 17px; margin-top: 17px; } } .channel-compare .row-colors.row-colors-none { display: flex; justify-content: center; align-items: center; } .channel-compare .row-colors.row-colors-none .colornav-items { display: block; } .channel-compare .colornav { display: inline-block; text-align: center; } .channel-compare .colornav-items { display: inline-block; margin: 0 -1px 0 0; } .channel-compare .colornav-item-row { display: flex; justify-content: center; } .channel-compare .colornav-item-row:not(:first-child) { margin-top: 10px; } .channel-compare .colornav-item-row .colornav-item { margin-left: 0; margin-right: 6px; } .channel-compare .colornav-item-row .colornav-item:last-child { margin-right: 0; } .channel-compare .colornav-swatch { width: 12px; height: 12px; } .channel-compare .swatch-image { position: relative; left: calc(100% + 5px); } @media only screen and (max-width: 734px) { .channel-compare .swatch-image { left: calc(100% + 3px); } } .channel-compare .embed-image { align-self: flex-end; } .mdash-container:first-child { height: 100%; } .channel-compare .stat { min-width: 0; margin: 0 auto; } .channel-compare .stat .stat-content { margin: 0; padding: 0; } .channel-compare .compare.with-fullwidthrowheader .mdash-container { margin-top: 0px; } .channel-compare .compare.with-fullwidthrowheader .mdash-container .mdash { font-weight: 600; } .channel-compare .stat-content { margin: 0; padding: 0; } .channel-compare .stat-content .stat-caption { position: static; margin-bottom: 0; font-size: 17px; line-height: 1.4705882353; font-weight: 600; letter-spacing: 0.0105em; font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif; font-size: 12px; } @media only screen and (max-width: 1068px) { .channel-compare .stat-content .stat-caption { font-size: 14px; line-height: 1.4285914286; font-weight: 600; letter-spacing: 0.015em; font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif; } } @media only screen and (max-width: 734px) { .channel-compare .stat-content .stat-caption { font-size: 12px; line-height: 1.3333733333; font-weight: 600; letter-spacing: 0.018em; font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif; } } @media only screen and (max-width: 1068px) { .channel-compare .stat-content .stat-caption { font-size: 12px; } } .channel-compare .stat-content .stat-caption p { color: rgb(29, 29, 31); font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif; } .channel-compare .stat-content .stat-caption.copy { font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif; font-weight: 500; line-height: 1.4; } .channel-compare .stat-content .stat-caption.copy.mdash { font-weight: 600; } .channel-compare .stat-content .stat-value { 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; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif; font-size: 21px; line-height: 0.74em; white-space: unset; overflow-wrap: break-word; } @media only screen and (max-width: 1068px) { .channel-compare .stat-content .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; } } @media only screen and (max-width: 734px) { .channel-compare .stat-content .stat-value { font-size: 32px; line-height: 1.125; font-weight: 600; letter-spacing: 0.004em; font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif; } } @media only screen and (max-width: 1068px) { .channel-compare .stat-content .stat-value { font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif; } } @media only screen and (max-width: 734px) { .channel-compare .stat-content .stat-value { font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif; } } @media only screen and (max-width: 1068px) { .channel-compare .stat-content .stat-value { font-size: 21px; } } @media only screen and (max-width: 734px) { .channel-compare .stat-content .stat-value { font-size: 21px; } } .channel-compare .stat-content .stat-elevated .stat-caption p { color: rgb(134, 134, 139); } .channel-compare .stat-content .image-icon-wrapper { position: relative; text-align: center; margin-bottom: -4px; } .channel-compare .stat-content .image-icon-wrapper figure { display: block; margin: auto; } .channel-compare .stat-content .stat-row { padding: 0 10px; } @media only screen and (max-width: 1068px) { .channel-compare .stat-content .stat-row { padding: 0 10px; } } @media only screen and (max-width: 734px) { .channel-compare .stat-content .stat-row { padding: 0 0; } } .channel-compare .stat-content .stat-row:not(:last-child) { margin-bottom: 15px; } .channel-compare .stat-content .stat-row:first-child .copy { margin-bottom: -4px; } .channel-compare .stat-content .stat-row:first-child .stat-value:not(.copy) { margin-bottom: -3px; } .channel-html .copy { font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif; word-break: break-word; } .channel-html .copy.helvetica-neue { font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif; letter-spacing: normal; } body { margin: 0; min-width: 320px; overflow-x: hidden; } @media only screen and (max-width: 734px) { body { overflow-x: visible; } } @media (inverted-colors) { body .double-invert { filter: invert(1); } } @media only screen and (min-width: 1069px) { .channel-html .row.large-display-bleed { position: relative; } .channel-html .row.large-display-bleed .column { z-index: 1; } .channel-html .row.large-display-bleed::after, .channel-html .row.large-display-bleed::before { display: block; content: ""; position: absolute; top: 0; height: 100%; width: 44px; left: -44px; } .channel-html .row.large-display-bleed::after { left: initial; right: -44px; } } @media only screen and (min-width: 735px) and (max-width: 1068px) { .channel-html .row.medium-display-bleed { position: relative; } .channel-html .row.medium-display-bleed .column { z-index: 1; } .channel-html .row.medium-display-bleed::after, .channel-html .row.medium-display-bleed::before { display: block; content: ""; position: absolute; top: 0; height: 100%; width: 22px; left: -22px; } .channel-html .row.medium-display-bleed::after { left: initial; right: -22px; } } @media only screen and (max-width: 734px) { .channel-html .row.small-display-bleed { position: relative; } .channel-html .row.small-display-bleed .column { z-index: 1; } .channel-html .row.small-display-bleed::after, .channel-html .row.small-display-bleed::before { display: block; content: ""; position: absolute; top: 0; height: 100%; width: 20px; left: -20px; } .channel-html .row.small-display-bleed::after { left: initial; right: -20px; } } .channel-html .section { display: flex; position: relative; overflow-x: hidden; } .channel-html .section .section-content { margin-inline-start: auto; margin-inline-end: auto; width: 980px; } @media only screen and (max-width: 1068px) { .channel-html .section .section-content { width: 692px; } } @media only screen and (max-width: 734px) { .channel-html .section .section-content { max-width: 320px; width: 87.5%; } } .channel-html .stat { white-space: normal; margin: 0; } .channel-html .stat .stat-content { margin: 0 !important; } .channel-html .stat-caption-bottom { top: 0.2em !important; position: relative !important; display: block !important; } .channel-html .stat .stat-caption-bottom.helvetica-neue { font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif; letter-spacing: normal; } .image-magickeyboard_icon_elevated { width: 49px; height: 46px; background-size: 49px 46px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/magickeyboard_icon_elevated_large.png?1714514343900); } .image-ipad_pro_12_9_gen03_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_pro_12_9_gen03_wifi_space_grey_large.png?1714514343900); } .image-ipad_pro_12_9_gen05_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_pro_12_9_gen05_wifi_space_grey_large.png?1714514343900); } .image-ipad_air_13_gen06_wifi_purple { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_air_13_gen06_wifi_purple_large.png?1714514343900); } .image-chip_a12z_icon_elevated { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/chip_a12z_icon_elevated_large.png?1714514343900); } .image-magickeyboard_m4_ipad_icon_elevated { width: 56px; height: 46px; background-size: 56px 46px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/magickeyboard_m4_ipad_icon_elevated_large.png?1714514343900); } .image-chip_a12_icon_elevated { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/chip_a12_icon_elevated_large.png?1714514343900); } .image-ipad_pro_13_gen07_wifi_space_black { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_pro_13_gen07_wifi_space_black_large.png?1714514343900); } .image-applepencil_vertical_gen4_gen3_elevated_icon { width: 17px; height: 49px; background-size: 17px 49px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/applepencil_vertical_gen4_gen3_elevated_icon_large.png?1714514343900); } .image-chip_a7_icon_elevated { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/chip_a7_icon_elevated_large.png?1714514343900); } .image-ipad_pro_11_gen04_wifi_silver { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_pro_11_gen04_wifi_silver_large.png?1714514343901); } .image-ipad_gen06_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_gen06_wifi_space_grey_large.png?1714514343901); } .image-chip_a8_icon_elevated { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/chip_a8_icon_elevated_large.png?1714514343901); } .image-chip_m4_icon_elevated { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/chip_m4_icon_elevated_large.png?1714514343901); } .image-ipad_gen05_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_gen05_wifi_space_grey_large.png?1714514343901); } .image-chip_a15_icon_elevated { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/chip_a15_icon_elevated_large.png?1714514343901); } .image-ipad_air_gen03_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_air_gen03_wifi_space_grey_large.png?1714514343901); } .image-ipad_pro_11_gen06_wifi_blue { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_pro_11_gen06_wifi_blue_large.png?1714514343901); } .image-ipad_gen10_wifi_magenta { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_gen10_wifi_magenta_large.png?1714514343901); } .image-chip_m2_icon_elevated { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/chip_m2_icon_elevated_large.png?1714514343901); } .image-ipadmini_gen6_camera_icon_elevated { width: 38px; height: 39px; background-size: 38px 39px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipadmini_gen6_camera_icon_elevated_large.png?1714514343901); } .image-ipad_mini_gen02_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_mini_gen02_wifi_space_grey_large.png?1714514343901); } .image-chip_a9x_icon_elevated { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/chip_a9x_icon_elevated_large.png?1714514343901); } .image-ipad_gen07_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_gen07_wifi_space_grey_large.png?1714514343901); } .image-ipad_air_gen02_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_air_gen02_wifi_space_grey_large.png?1714514343901); } .image-ipad_pro_12_9_gen01_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_pro_12_9_gen01_wifi_space_grey_large.png?1714514343901); } .image-applepencil_vertical_gen1_icon_elevated { width: 7px; height: 49px; background-size: 7px 49px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/applepencil_vertical_gen1_icon_elevated_large.png?1714514343901); } .image-ipadair_gen5_camera_icon_elevated { width: 38px; height: 39px; background-size: 38px 39px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipadair_gen5_camera_icon_elevated_large.png?1714514343901); } .image-ipad_air_gen04_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_air_gen04_wifi_space_grey_large.png?1714514343901); } .image-chip_a13_icon_elevated { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/chip_a13_icon_elevated_large.png?1714514343902); } .image-ipad_air_gen05_wifi_purple { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_air_gen05_wifi_purple_large.png?1714514343902); } .image-ipad_pro_10_5_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_pro_10_5_wifi_space_grey_large.png?1714514343902); } .image-ipad_pro_12_9_gen06_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_pro_12_9_gen06_wifi_space_grey_large.png?1714514343902); } .image-chip_a10x_icon_elevated { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/chip_a10x_icon_elevated_large.png?1714514343902); } .image-ipadpro97_camera_icon_elevated { width: 38px; height: 39px; background-size: 38px 39px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipadpro97_camera_icon_elevated_large.png?1714514343902); } .image-ipad_pro_11_gen05_wifi_silver { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_pro_11_gen05_wifi_silver_large.png?1714514343902); } .image-ipad_pro_11_gen03_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_pro_11_gen03_wifi_space_grey_large.png?1714514343902); } .image-ipad_mini_gen06_wifi_starlight { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_mini_gen06_wifi_starlight_large.png?1714514343902); } .image-ipadpro129_gen6_camera_icon_elevated { width: 39px; height: 39px; background-size: 39px 39px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipadpro129_gen6_camera_icon_elevated_large.png?1714514343902); } .image-chip_m1_icon_elevated { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/chip_m1_icon_elevated_large.png?1714514343902); } .image-chip_a12x_icon_elevated { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/chip_a12x_icon_elevated_large.png?1714514343902); } .image-ipadpro129_gen1_camera_icon_elevated { width: 38px; height: 39px; background-size: 38px 39px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipadpro129_gen1_camera_icon_elevated_large.png?1714514343902); } .image-ipad_mini_gen03_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_mini_gen03_wifi_space_grey_large.png?1714514343902); } .image-applepencil_vertical_gen2_gen3_icon_elevated { width: 17px; height: 49px; background-size: 17px 49px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/applepencil_vertical_gen2_gen3_icon_elevated_large.png?1714514343902); } .image-ipad_gen09_wifi_sliver { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_gen09_wifi_sliver_large.png?1714514343902); } .image-ipad_pro_11_gen02_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_pro_11_gen02_wifi_space_grey_large.png?1714514343902); } .image-ipad_front_camera_icon_elevated { width: 32px; height: 42px; background-size: 32px 42px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_front_camera_icon_elevated_large.png?1714514343902); } .image-chip_a14_icon_elevated { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/chip_a14_icon_elevated_large.png?1714514343903); } .image-magickeyboard_ipad_icon_elevated { width: 56px; height: 46px; background-size: 56px 46px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/magickeyboard_ipad_icon_elevated_large.png?1714514343903); } .image-chip_a10_icon_elevated { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/chip_a10_icon_elevated_large.png?1714514343903); } .image-ipadpro13_gen7_camera_icon_elevated { width: 39px; height: 38px; background-size: 39px 38px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipadpro13_gen7_camera_icon_elevated_large.png?1714514343903); } .image-ipad_pro_12_9_gen04_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_pro_12_9_gen04_wifi_space_grey_large.png?1714514343903); } .image-magickeyboardfolio_ipad_icon_elevated { width: 56px; height: 46px; background-size: 56px 46px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/magickeyboardfolio_ipad_icon_elevated_large.png?1714514343903); } .image-ipadmini_gen4_camera_icon_elevated { width: 38px; height: 39px; background-size: 38px 39px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipadmini_gen4_camera_icon_elevated_large.png?1714514343903); } .image-ipad_gen08_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_gen08_wifi_space_grey_large.png?1714514343903); } .image-smartkeyboard_ipad_icon_elevated { width: 56px; height: 46px; background-size: 56px 46px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/smartkeyboard_ipad_icon_elevated_large.png?1714514343903); } .image-ipad_pro_9_7_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_pro_9_7_wifi_space_grey_large.png?1714514343903); } .image-applepencil_vertical_gen3_gen1_icon_elevated { width: 17px; height: 49px; background-size: 17px 49px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/applepencil_vertical_gen3_gen1_icon_elevated_large.png?1714514343903); } .image-chip_a9_icon_elevated { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/chip_a9_icon_elevated_large.png?1714514343903); } .image-ipad_gen9_camera_icon_elevated { width: 38px; height: 39px; background-size: 38px 39px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_gen9_camera_icon_elevated_large.png?1714514343903); } .image-ipad_front_camera_landscape_icon_elevated { width: 44px; height: 42px; background-size: 44px 42px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_front_camera_landscape_icon_elevated_large.png?1714514343903); } .image-ipad_pro_11_gen01_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_pro_11_gen01_wifi_space_grey_large.png?1714514343903); } .image-ipad_mini_gen05_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_mini_gen05_wifi_space_grey_large.png?1714514343903); } .image-ipadmini_gen5_camera_icon_elevated { width: 38px; height: 39px; background-size: 38px 39px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipadmini_gen5_camera_icon_elevated_large.png?1714514343903); } .image-ipad_mini_gen04_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_mini_gen04_wifi_space_grey_large.png?1714514343904); } .image-ipad_air_gen01_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_air_gen01_wifi_space_grey_large.png?1714514343904); } .image-chip_a8x_icon_elevated { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/chip_a8x_icon_elevated_large.png?1714514343904); } .image-ipad_pro_12_9_gen02_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_pro_12_9_gen02_wifi_space_grey_large.png?1714514343904); } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_pro_11_gen05_wifi_silver { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_pro_11_gen05_wifi_silver_large_2x.png?1714514343900); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-chip_a12z_icon_elevated { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/chip_a12z_icon_elevated_large_2x.png?1714514343900); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-applepencil_vertical_gen1_icon_elevated { width: 7px; height: 49px; background-size: 7px 49px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/applepencil_vertical_gen1_icon_elevated_large_2x.png?1714514343900); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_mini_gen02_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_mini_gen02_wifi_space_grey_large_2x.png?1714514343900); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_pro_12_9_gen04_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_pro_12_9_gen04_wifi_space_grey_large_2x.png?1714514343900); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-chip_a9_icon_elevated { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/chip_a9_icon_elevated_large_2x.png?1714514343900); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-magickeyboard_ipad_icon_elevated { width: 56px; height: 46px; background-size: 56px 46px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/magickeyboard_ipad_icon_elevated_large_2x.png?1714514343900); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-chip_a10_icon_elevated { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/chip_a10_icon_elevated_large_2x.png?1714514343900); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-chip_a12x_icon_elevated { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/chip_a12x_icon_elevated_large_2x.png?1714514343900); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipadpro13_gen7_camera_icon_elevated { width: 39px; height: 38px; background-size: 39px 38px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipadpro13_gen7_camera_icon_elevated_large_2x.png?1714514343900); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipadmini_gen4_camera_icon_elevated { width: 38px; height: 39px; background-size: 38px 39px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipadmini_gen4_camera_icon_elevated_large_2x.png?1714514343900); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_pro_9_7_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_pro_9_7_wifi_space_grey_large_2x.png?1714514343900); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_air_gen03_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_air_gen03_wifi_space_grey_large_2x.png?1714514343900); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_air_gen04_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_air_gen04_wifi_space_grey_large_2x.png?1714514343901); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_mini_gen04_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_mini_gen04_wifi_space_grey_large_2x.png?1714514343901); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipadpro129_gen1_camera_icon_elevated { width: 38px; height: 39px; background-size: 38px 39px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipadpro129_gen1_camera_icon_elevated_large_2x.png?1714514343901); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-chip_m1_icon_elevated { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/chip_m1_icon_elevated_large_2x.png?1714514343901); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipadpro97_camera_icon_elevated { width: 38px; height: 39px; background-size: 38px 39px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipadpro97_camera_icon_elevated_large_2x.png?1714514343901); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_air_gen02_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_air_gen02_wifi_space_grey_large_2x.png?1714514343901); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_gen9_camera_icon_elevated { width: 38px; height: 39px; background-size: 38px 39px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_gen9_camera_icon_elevated_large_2x.png?1714514343901); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-chip_m2_icon_elevated { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/chip_m2_icon_elevated_large_2x.png?1714514343901); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_front_camera_icon_elevated { width: 32px; height: 42px; background-size: 32px 42px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_front_camera_icon_elevated_large_2x.png?1714514343901); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_mini_gen05_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_mini_gen05_wifi_space_grey_large_2x.png?1714514343901); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_air_13_gen06_wifi_purple { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_air_13_gen06_wifi_purple_large_2x.png?1714514343901); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_pro_11_gen04_wifi_silver { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_pro_11_gen04_wifi_silver_large_2x.png?1714514343901); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-applepencil_vertical_gen3_gen1_icon_elevated { width: 17px; height: 49px; background-size: 17px 49px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/applepencil_vertical_gen3_gen1_icon_elevated_large_2x.png?1714514343901); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-magickeyboardfolio_ipad_icon_elevated { width: 56px; height: 46px; background-size: 56px 46px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/magickeyboardfolio_ipad_icon_elevated_large_2x.png?1714514343901); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_air_gen01_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_air_gen01_wifi_space_grey_large_2x.png?1714514343901); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-magickeyboard_icon_elevated { width: 49px; height: 46px; background-size: 49px 46px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/magickeyboard_icon_elevated_large_2x.png?1714514343901); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-magickeyboard_m4_ipad_icon_elevated { width: 56px; height: 46px; background-size: 56px 46px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/magickeyboard_m4_ipad_icon_elevated_large_2x.png?1714514343902); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-applepencil_vertical_gen4_gen3_elevated_icon { width: 17px; height: 49px; background-size: 17px 49px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/applepencil_vertical_gen4_gen3_elevated_icon_large_2x.png?1714514343902); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_pro_12_9_gen06_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_pro_12_9_gen06_wifi_space_grey_large_2x.png?1714514343902); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_air_gen05_wifi_purple { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_air_gen05_wifi_purple_large_2x.png?1714514343902); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipadair_gen5_camera_icon_elevated { width: 38px; height: 39px; background-size: 38px 39px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipadair_gen5_camera_icon_elevated_large_2x.png?1714514343902); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-chip_a10x_icon_elevated { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/chip_a10x_icon_elevated_large_2x.png?1714514343902); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_pro_12_9_gen02_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_pro_12_9_gen02_wifi_space_grey_large_2x.png?1714514343902); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-chip_a15_icon_elevated { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/chip_a15_icon_elevated_large_2x.png?1714514343902); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_pro_12_9_gen03_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_pro_12_9_gen03_wifi_space_grey_large_2x.png?1714514343902); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-chip_a12_icon_elevated { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/chip_a12_icon_elevated_large_2x.png?1714514343902); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-applepencil_vertical_gen2_gen3_icon_elevated { width: 17px; height: 49px; background-size: 17px 49px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/applepencil_vertical_gen2_gen3_icon_elevated_large_2x.png?1714514343902); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-chip_a13_icon_elevated { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/chip_a13_icon_elevated_large_2x.png?1714514343902); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-smartkeyboard_ipad_icon_elevated { width: 56px; height: 46px; background-size: 56px 46px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/smartkeyboard_ipad_icon_elevated_large_2x.png?1714514343902); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-chip_a8x_icon_elevated { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/chip_a8x_icon_elevated_large_2x.png?1714514343902); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_pro_11_gen01_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_pro_11_gen01_wifi_space_grey_large_2x.png?1714514343902); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipadmini_gen6_camera_icon_elevated { width: 38px; height: 39px; background-size: 38px 39px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipadmini_gen6_camera_icon_elevated_large_2x.png?1714514343902); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_gen06_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_gen06_wifi_space_grey_large_2x.png?1714514343902); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_gen05_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_gen05_wifi_space_grey_large_2x.png?1714514343902); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_pro_13_gen07_wifi_space_black { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_pro_13_gen07_wifi_space_black_large_2x.png?1714514343903); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_pro_12_9_gen01_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_pro_12_9_gen01_wifi_space_grey_large_2x.png?1714514343903); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_gen07_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_gen07_wifi_space_grey_large_2x.png?1714514343903); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-chip_a14_icon_elevated { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/chip_a14_icon_elevated_large_2x.png?1714514343903); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipadmini_gen5_camera_icon_elevated { width: 38px; height: 39px; background-size: 38px 39px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipadmini_gen5_camera_icon_elevated_large_2x.png?1714514343903); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-chip_a9x_icon_elevated { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/chip_a9x_icon_elevated_large_2x.png?1714514343903); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_gen08_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_gen08_wifi_space_grey_large_2x.png?1714514343903); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_pro_11_gen06_wifi_blue { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_pro_11_gen06_wifi_blue_large_2x.png?1714514343903); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_gen10_wifi_magenta { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_gen10_wifi_magenta_large_2x.png?1714514343903); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_pro_12_9_gen05_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_pro_12_9_gen05_wifi_space_grey_large_2x.png?1714514343903); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_mini_gen03_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_mini_gen03_wifi_space_grey_large_2x.png?1714514343903); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-chip_a7_icon_elevated { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/chip_a7_icon_elevated_large_2x.png?1714514343903); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_mini_gen06_wifi_starlight { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_mini_gen06_wifi_starlight_large_2x.png?1714514343903); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_pro_11_gen03_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_pro_11_gen03_wifi_space_grey_large_2x.png?1714514343903); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_gen09_wifi_sliver { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_gen09_wifi_sliver_large_2x.png?1714514343903); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-chip_m4_icon_elevated { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/chip_m4_icon_elevated_large_2x.png?1714514343903); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_pro_11_gen02_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_pro_11_gen02_wifi_space_grey_large_2x.png?1714514343903); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipadpro129_gen6_camera_icon_elevated { width: 39px; height: 39px; background-size: 39px 39px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipadpro129_gen6_camera_icon_elevated_large_2x.png?1714514343904); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_pro_10_5_wifi_space_grey { width: 153px; height: 181px; background-size: 153px 181px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_pro_10_5_wifi_space_grey_large_2x.png?1714514343904); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-chip_a8_icon_elevated { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/chip_a8_icon_elevated_large_2x.png?1714514343904); } } @media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx) { .image-ipad_front_camera_landscape_icon_elevated { width: 44px; height: 42px; background-size: 44px 42px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_front_camera_landscape_icon_elevated_large_2x.png?1714514343904); } } @media only screen and (max-width:734px) { .image-ipad_pro_11_gen04_wifi_silver { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_pro_11_gen04_wifi_silver_small.png?1714514343900); } } @media only screen and (max-width:734px) { .image-ipad_air_gen01_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_air_gen01_wifi_space_grey_small.png?1714514343900); } } @media only screen and (max-width:734px) { .image-ipad_air_gen04_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_air_gen04_wifi_space_grey_small.png?1714514343901); } } @media only screen and (max-width:734px) { .image-ipad_pro_9_7_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_pro_9_7_wifi_space_grey_small.png?1714514343901); } } @media only screen and (max-width:734px) { .image-ipad_gen09_wifi_sliver { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_gen09_wifi_sliver_small.png?1714514343901); } } @media only screen and (max-width:734px) { .image-ipad_pro_13_gen07_wifi_space_black { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_pro_13_gen07_wifi_space_black_small.png?1714514343901); } } @media only screen and (max-width:734px) { .image-ipad_pro_12_9_gen04_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_pro_12_9_gen04_wifi_space_grey_small.png?1714514343901); } } @media only screen and (max-width:734px) { .image-ipad_pro_12_9_gen06_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_pro_12_9_gen06_wifi_space_grey_small.png?1714514343901); } } @media only screen and (max-width:734px) { .image-ipad_gen10_wifi_magenta { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_gen10_wifi_magenta_small.png?1714514343901); } } @media only screen and (max-width:734px) { .image-ipad_pro_11_gen06_wifi_blue { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_pro_11_gen06_wifi_blue_small.png?1714514343901); } } @media only screen and (max-width:734px) { .image-ipad_gen06_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_gen06_wifi_space_grey_small.png?1714514343901); } } @media only screen and (max-width:734px) { .image-ipad_air_gen02_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_air_gen02_wifi_space_grey_small.png?1714514343901); } } @media only screen and (max-width:734px) { .image-ipad_pro_11_gen05_wifi_silver { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_pro_11_gen05_wifi_silver_small.png?1714514343901); } } @media only screen and (max-width:734px) { .image-ipad_air_gen03_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_air_gen03_wifi_space_grey_small.png?1714514343902); } } @media only screen and (max-width:734px) { .image-ipad_air_13_gen06_wifi_purple { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_air_13_gen06_wifi_purple_small.png?1714514343902); } } @media only screen and (max-width:734px) { .image-ipad_mini_gen03_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_mini_gen03_wifi_space_grey_small.png?1714514343902); } } @media only screen and (max-width:734px) { .image-ipad_pro_12_9_gen05_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_pro_12_9_gen05_wifi_space_grey_small.png?1714514343902); } } @media only screen and (max-width:734px) { .image-ipad_mini_gen06_wifi_starlight { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_mini_gen06_wifi_starlight_small.png?1714514343902); } } @media only screen and (max-width:734px) { .image-ipad_mini_gen05_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_mini_gen05_wifi_space_grey_small.png?1714514343902); } } @media only screen and (max-width:734px) { .image-ipad_gen07_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_gen07_wifi_space_grey_small.png?1714514343902); } } @media only screen and (max-width:734px) { .image-ipad_pro_12_9_gen03_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_pro_12_9_gen03_wifi_space_grey_small.png?1714514343902); } } @media only screen and (max-width:734px) { .image-ipad_pro_10_5_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_pro_10_5_wifi_space_grey_small.png?1714514343903); } } @media only screen and (max-width:734px) { .image-ipad_gen05_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_gen05_wifi_space_grey_small.png?1714514343903); } } @media only screen and (max-width:734px) { .image-ipad_mini_gen02_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_mini_gen02_wifi_space_grey_small.png?1714514343903); } } @media only screen and (max-width:734px) { .image-ipad_pro_11_gen03_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_pro_11_gen03_wifi_space_grey_small.png?1714514343903); } } @media only screen and (max-width:734px) { .image-ipad_pro_11_gen02_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_pro_11_gen02_wifi_space_grey_small.png?1714514343903); } } @media only screen and (max-width:734px) { .image-ipad_pro_11_gen01_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_pro_11_gen01_wifi_space_grey_small.png?1714514343903); } } @media only screen and (max-width:734px) { .image-ipad_gen08_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_gen08_wifi_space_grey_small.png?1714514343903); } } @media only screen and (max-width:734px) { .image-ipad_pro_12_9_gen02_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_pro_12_9_gen02_wifi_space_grey_small.png?1714514343903); } } @media only screen and (max-width:734px) { .image-ipad_air_gen05_wifi_purple { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_air_gen05_wifi_purple_small.png?1714514343903); } } @media only screen and (max-width:734px) { .image-ipad_mini_gen04_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_mini_gen04_wifi_space_grey_small.png?1714514343903); } } @media only screen and (max-width:734px) { .image-ipad_pro_12_9_gen01_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_pro_12_9_gen01_wifi_space_grey_small.png?1714514343904); } } @media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (max-width:734px) and (min-resolution:1.5dppx), only screen and (max-width:734px) and (min-resolution:144dpi) { .image-ipad_air_gen01_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_air_gen01_wifi_space_grey_small_2x.png?1714514343900); } } @media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (max-width:734px) and (min-resolution:1.5dppx), only screen and (max-width:734px) and (min-resolution:144dpi) { .image-ipad_pro_11_gen03_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_pro_11_gen03_wifi_space_grey_small_2x.png?1714514343900); } } @media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (max-width:734px) and (min-resolution:1.5dppx), only screen and (max-width:734px) and (min-resolution:144dpi) { .image-ipad_air_gen02_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_air_gen02_wifi_space_grey_small_2x.png?1714514343900); } } @media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (max-width:734px) and (min-resolution:1.5dppx), only screen and (max-width:734px) and (min-resolution:144dpi) { .image-ipad_air_gen05_wifi_purple { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_air_gen05_wifi_purple_small_2x.png?1714514343900); } } @media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (max-width:734px) and (min-resolution:1.5dppx), only screen and (max-width:734px) and (min-resolution:144dpi) { .image-ipad_pro_12_9_gen04_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_pro_12_9_gen04_wifi_space_grey_small_2x.png?1714514343900); } } @media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (max-width:734px) and (min-resolution:1.5dppx), only screen and (max-width:734px) and (min-resolution:144dpi) { .image-ipad_pro_9_7_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_pro_9_7_wifi_space_grey_small_2x.png?1714514343901); } } @media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (max-width:734px) and (min-resolution:1.5dppx), only screen and (max-width:734px) and (min-resolution:144dpi) { .image-ipad_gen05_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_gen05_wifi_space_grey_small_2x.png?1714514343901); } } @media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (max-width:734px) and (min-resolution:1.5dppx), only screen and (max-width:734px) and (min-resolution:144dpi) { .image-ipad_pro_12_9_gen02_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_pro_12_9_gen02_wifi_space_grey_small_2x.png?1714514343901); } } @media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (max-width:734px) and (min-resolution:1.5dppx), only screen and (max-width:734px) and (min-resolution:144dpi) { .image-ipad_mini_gen05_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_mini_gen05_wifi_space_grey_small_2x.png?1714514343901); } } @media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (max-width:734px) and (min-resolution:1.5dppx), only screen and (max-width:734px) and (min-resolution:144dpi) { .image-ipad_gen07_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_gen07_wifi_space_grey_small_2x.png?1714514343901); } } @media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (max-width:734px) and (min-resolution:1.5dppx), only screen and (max-width:734px) and (min-resolution:144dpi) { .image-ipad_pro_11_gen05_wifi_silver { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_pro_11_gen05_wifi_silver_small_2x.png?1714514343902); } } @media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (max-width:734px) and (min-resolution:1.5dppx), only screen and (max-width:734px) and (min-resolution:144dpi) { .image-ipad_gen10_wifi_magenta { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_gen10_wifi_magenta_small_2x.png?1714514343902); } } @media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (max-width:734px) and (min-resolution:1.5dppx), only screen and (max-width:734px) and (min-resolution:144dpi) { .image-ipad_pro_11_gen01_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_pro_11_gen01_wifi_space_grey_small_2x.png?1714514343902); } } @media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (max-width:734px) and (min-resolution:1.5dppx), only screen and (max-width:734px) and (min-resolution:144dpi) { .image-ipad_pro_12_9_gen06_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_pro_12_9_gen06_wifi_space_grey_small_2x.png?1714514343902); } } @media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (max-width:734px) and (min-resolution:1.5dppx), only screen and (max-width:734px) and (min-resolution:144dpi) { .image-ipad_mini_gen03_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_mini_gen03_wifi_space_grey_small_2x.png?1714514343902); } } @media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (max-width:734px) and (min-resolution:1.5dppx), only screen and (max-width:734px) and (min-resolution:144dpi) { .image-ipad_gen09_wifi_sliver { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_gen09_wifi_sliver_small_2x.png?1714514343902); } } @media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (max-width:734px) and (min-resolution:1.5dppx), only screen and (max-width:734px) and (min-resolution:144dpi) { .image-ipad_pro_12_9_gen01_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_pro_12_9_gen01_wifi_space_grey_small_2x.png?1714514343902); } } @media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (max-width:734px) and (min-resolution:1.5dppx), only screen and (max-width:734px) and (min-resolution:144dpi) { .image-ipad_pro_12_9_gen05_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_pro_12_9_gen05_wifi_space_grey_small_2x.png?1714514343902); } } @media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (max-width:734px) and (min-resolution:1.5dppx), only screen and (max-width:734px) and (min-resolution:144dpi) { .image-ipad_pro_13_gen07_wifi_space_black { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_pro_13_gen07_wifi_space_black_small_2x.png?1714514343902); } } @media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (max-width:734px) and (min-resolution:1.5dppx), only screen and (max-width:734px) and (min-resolution:144dpi) { .image-ipad_air_13_gen06_wifi_purple { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_air_13_gen06_wifi_purple_small_2x.png?1714514343902); } } @media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (max-width:734px) and (min-resolution:1.5dppx), only screen and (max-width:734px) and (min-resolution:144dpi) { .image-ipad_pro_11_gen06_wifi_blue { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_pro_11_gen06_wifi_blue_small_2x.png?1714514343902); } } @media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (max-width:734px) and (min-resolution:1.5dppx), only screen and (max-width:734px) and (min-resolution:144dpi) { .image-ipad_mini_gen06_wifi_starlight { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_mini_gen06_wifi_starlight_small_2x.png?1714514343903); } } @media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (max-width:734px) and (min-resolution:1.5dppx), only screen and (max-width:734px) and (min-resolution:144dpi) { .image-ipad_pro_10_5_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_pro_10_5_wifi_space_grey_small_2x.png?1714514343903); } } @media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (max-width:734px) and (min-resolution:1.5dppx), only screen and (max-width:734px) and (min-resolution:144dpi) { .image-ipad_air_gen03_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_air_gen03_wifi_space_grey_small_2x.png?1714514343903); } } @media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (max-width:734px) and (min-resolution:1.5dppx), only screen and (max-width:734px) and (min-resolution:144dpi) { .image-ipad_air_gen04_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_air_gen04_wifi_space_grey_small_2x.png?1714514343903); } } @media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (max-width:734px) and (min-resolution:1.5dppx), only screen and (max-width:734px) and (min-resolution:144dpi) { .image-ipad_pro_12_9_gen03_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_pro_12_9_gen03_wifi_space_grey_small_2x.png?1714514343903); } } @media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (max-width:734px) and (min-resolution:1.5dppx), only screen and (max-width:734px) and (min-resolution:144dpi) { .image-ipad_pro_11_gen02_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_pro_11_gen02_wifi_space_grey_small_2x.png?1714514343903); } } @media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (max-width:734px) and (min-resolution:1.5dppx), only screen and (max-width:734px) and (min-resolution:144dpi) { .image-ipad_gen06_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_gen06_wifi_space_grey_small_2x.png?1714514343903); } } @media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (max-width:734px) and (min-resolution:1.5dppx), only screen and (max-width:734px) and (min-resolution:144dpi) { .image-ipad_pro_11_gen04_wifi_silver { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_pro_11_gen04_wifi_silver_small_2x.png?1714514343903); } } @media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (max-width:734px) and (min-resolution:1.5dppx), only screen and (max-width:734px) and (min-resolution:144dpi) { .image-ipad_gen08_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_gen08_wifi_space_grey_small_2x.png?1714514343903); } } @media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (max-width:734px) and (min-resolution:1.5dppx), only screen and (max-width:734px) and (min-resolution:144dpi) { .image-ipad_mini_gen02_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_mini_gen02_wifi_space_grey_small_2x.png?1714514343904); } } @media only screen and (max-width:734px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (max-width:734px) and (min-resolution:1.5dppx), only screen and (max-width:734px) and (min-resolution:144dpi) { .image-ipad_mini_gen04_wifi_space_grey { width: 110px; height: 130px; background-size: 110px 130px; background-repeat: no-repeat; background-image: url(https://cdn.tmobile.com/content/dam/digx/tmobile/us/en/devices/apple/ipad-compare/ipad_mini_gen04_wifi_space_grey_small_2x.png?1714514343904); } } .t1D2C29 { /* But you can break out of scoping via SCSS "@at-root" feature */ } .channel-html { font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons"; } .channel-html .channel-custom-font-custom-48-headline { font-size: 48px; line-height: 52px; letter-spacing: -0.003rem; font-weight: 600; } @media only screen and (max-width: 1068px) { .channel-html .channel-custom-font-custom-48-headline { font-size: 40px; line-height: 44px; } } @media only screen and (max-width: 734px) { .channel-html .channel-custom-font-custom-48-headline { font-size: 32px; line-height: 36px; letter-spacing: 0.004rem; } } .channel-html .channel-custom-font-custom-40-headline-reduced { font-size: 40px; line-height: 44px; font-weight: 600; } @media only screen and (max-width: 1068px) { .channel-html .channel-custom-font-custom-40-headline-reduced { font-size: 32px; line-height: 36px; letter-spacing: 0.004rem; } } @media only screen and (max-width: 734px) { .channel-html .channel-custom-font-custom-40-headline-reduced { font-size: 28px; line-height: 32px; letter-spacing: 0.007rem; } } .channel-html .channel-custom-font-custom-17-body-reduced { font-size: 17px; line-height: 25px; letter-spacing: -0.022rem; font-weight: 400; } .channel-html .channel-custom-font-custom-17-body-reduced-flex { font-size: 17px; line-height: 25px; letter-spacing: -0.022rem; font-weight: 400; } @media only screen and (max-width: 1068px) { .channel-html .channel-custom-font-custom-17-body-reduced-flex { font-size: 14px; line-height: 20px; letter-spacing: -0.016rem; } } .channel-html .channel-custom-font-custom-14-body-reduced { font-size: 14px; line-height: 20px; letter-spacing: -0.016rem; font-weight: 400; } .channel-html .channel-custom-font-custom-12-sosumi { font-size: 12px; line-height: 16px; font-weight: 400; } .channel-html .xE05FEC { align-items: center; padding-bottom: 65px; } @media only screen and (max-width: 734px) { .channel-html .xE05FEC { padding-bottom: 30px; } } .channel-html .y5684A5 { align-items: center; margin-top: 0px; margin-left: 0px; margin-bottom: 0px; margin-right: 0px; padding-top: 56px; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; } @media only screen and (max-width: 1068px) { .channel-html .y5684A5 { align-items: center; } } @media only screen and (max-width: 734px) { .channel-html .y5684A5 { align-items: center; } } @media only screen and (max-width: 1068px) { .channel-html .y5684A5 { margin-top: 0px; } } @media only screen and (max-width: 734px) { .channel-html .y5684A5 { margin-top: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .y5684A5 { margin-left: 0px; } } @media only screen and (max-width: 734px) { .channel-html .y5684A5 { margin-left: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .y5684A5 { margin-bottom: 0px; } } @media only screen and (max-width: 734px) { .channel-html .y5684A5 { margin-bottom: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .y5684A5 { margin-right: 0px; } } @media only screen and (max-width: 734px) { .channel-html .y5684A5 { margin-right: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .y5684A5 { padding-top: 56px; } } @media only screen and (max-width: 734px) { .channel-html .y5684A5 { padding-top: 36px; } } @media only screen and (max-width: 1068px) { .channel-html .y5684A5 { padding-left: 0px; } } @media only screen and (max-width: 734px) { .channel-html .y5684A5 { padding-left: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .y5684A5 { padding-bottom: 0px; } } @media only screen and (max-width: 734px) { .channel-html .y5684A5 { padding-bottom: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .y5684A5 { padding-right: 0px; } } @media only screen and (max-width: 734px) { .channel-html .y5684A5 { padding-right: 0px; } } .channel-html .y065B1E { margin-top: 0px; margin-left: 0px; margin-bottom: 0px; margin-right: 0px; padding-top: 0px; padding-left: 0px; padding-bottom: 42px; padding-right: 0px; text-align: center; } @media only screen and (max-width: 1068px) { .channel-html .y065B1E { margin-top: 0px; } } @media only screen and (max-width: 734px) { .channel-html .y065B1E { margin-top: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .y065B1E { margin-left: 0px; } } @media only screen and (max-width: 734px) { .channel-html .y065B1E { margin-left: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .y065B1E { margin-bottom: 0px; } } @media only screen and (max-width: 734px) { .channel-html .y065B1E { margin-bottom: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .y065B1E { margin-right: 0px; } } @media only screen and (max-width: 734px) { .channel-html .y065B1E { margin-right: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .y065B1E { padding-top: 0px; } } @media only screen and (max-width: 734px) { .channel-html .y065B1E { padding-top: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .y065B1E { padding-left: 0px; } } @media only screen and (max-width: 734px) { .channel-html .y065B1E { padding-left: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .y065B1E { padding-bottom: 42px; } } @media only screen and (max-width: 734px) { .channel-html .y065B1E { padding-bottom: 16px; } } @media only screen and (max-width: 1068px) { .channel-html .y065B1E { padding-right: 0px; } } @media only screen and (max-width: 734px) { .channel-html .y065B1E { padding-right: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .y065B1E { text-align: center; } } @media only screen and (max-width: 734px) { .channel-html .y065B1E { text-align: center; } } .channel-html .uEC5819 { color: #1d1d1f; margin-top: 0px; margin-left: 0px; margin-bottom: 0px; margin-right: 0px; padding-top: 0px; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; } @media only screen and (max-width: 1068px) { .channel-html .uEC5819 { margin-top: 0px; } } @media only screen and (max-width: 734px) { .channel-html .uEC5819 { margin-top: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .uEC5819 { margin-left: 0px; } } @media only screen and (max-width: 734px) { .channel-html .uEC5819 { margin-left: -8px; } } @media only screen and (max-width: 1068px) { .channel-html .uEC5819 { margin-bottom: 0px; } } @media only screen and (max-width: 734px) { .channel-html .uEC5819 { margin-bottom: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .uEC5819 { margin-right: 0px; } } @media only screen and (max-width: 734px) { .channel-html .uEC5819 { margin-right: -8px; } } @media only screen and (max-width: 1068px) { .channel-html .uEC5819 { padding-top: 0px; } } @media only screen and (max-width: 734px) { .channel-html .uEC5819 { padding-top: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .uEC5819 { padding-left: 0px; } } @media only screen and (max-width: 734px) { .channel-html .uEC5819 { padding-left: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .uEC5819 { padding-bottom: 0px; } } @media only screen and (max-width: 734px) { .channel-html .uEC5819 { padding-bottom: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .uEC5819 { padding-right: 0px; } } @media only screen and (max-width: 734px) { .channel-html .uEC5819 { padding-right: 0px; } } .g1F8D03 { width: 100%; --columns: 3; --grid-column: 3; --static-enabled: false; --column-data: 1, 3, 4, 1, 3, 4, 1, 3; --allowed-columns: 3, 3, 2; } .g1F8D03 .compare-column-0 { display: flex; order: 1; } .g1F8D03 .compare-column-1 { display: flex; order: 2; } .g1F8D03 .compare-column-2 { display: flex; order: 3; } .g1F8D03 .compare-static-1 { display: flex; order: 1; } .g1F8D03 .compare-static-3 { display: flex; order: 2; } .g1F8D03 .compare-static-4 { display: flex; order: 3; } @media only screen and (max-width: 1068px) { .g1F8D03 { --columns: 3; --grid-column: 3; } } @media only screen and (max-width: 1068px) { .g1F8D03 .compare-column-0 { display: flex; order: 1; } } @media only screen and (max-width: 1068px) { .g1F8D03 .compare-column-1 { display: flex; order: 2; } } @media only screen and (max-width: 1068px) { .g1F8D03 .compare-column-2 { display: flex; order: 3; } } @media only screen and (max-width: 1068px) { .g1F8D03 { --static-enabled: false; } .g1F8D03 .compare-static-1 { display: flex; order: 1; } .g1F8D03 .compare-static-3 { display: flex; order: 2; } .g1F8D03 .compare-static-4 { display: flex; order: 3; } } @media only screen and (max-width: 734px) { .g1F8D03 { --columns: 2; --grid-column: 2; } } @media only screen and (max-width: 734px) { .g1F8D03 .compare-column-0 { display: flex; order: 1; } } @media only screen and (max-width: 734px) { .g1F8D03 .compare-column-1 { display: flex; order: 2; } } @media only screen and (max-width: 734px) { .g1F8D03 .compare-column-2 { display: none; order: 3; } } @media only screen and (max-width: 734px) { .g1F8D03 { --static-enabled: false; } .g1F8D03 .compare-static-4 { display: none; } .g1F8D03 .compare-static-4 { display: none; } .g1F8D03 .compare-static-1 { display: flex; order: 1; } .g1F8D03 .compare-static-3 { display: flex; order: 2; } } .channel-html .n848299 { background-color: #f5f5f7; overflow: hidden; } .channel-html .x6900BB { background-color: #f5f5f7; margin-top: 46px; margin-bottom: 7px; } @media only screen and (max-width: 734px) { .channel-html .x6900BB { margin-left: -50vw; } } @media only screen and (max-width: 734px) { .channel-html .x6900BB { margin-right: -50vw; } } @media only screen and (max-width: 734px) { .channel-html .x6900BB { padding-left: 50vw; } } @media only screen and (max-width: 734px) { .channel-html .x6900BB { padding-right: 50vw; } } .channel-html .x6900BB.large-display-bleed::before, .channel-html .x6900BB.large-display-bleed::after { background-color: #f5f5f7; } .channel-html .x6900BB.medium-display-bleed::before, .channel-html .x6900BB.medium-display-bleed::after { background-color: #f5f5f7; } .channel-html .x6900BB.small-display-bleed::before, .channel-html .x6900BB.small-display-bleed::after { background-color: #f5f5f7; } @media only screen and (max-width: 1068px) { .channel-html .c128BC2 { margin-left: 0; } } @media only screen and (max-width: 734px) { .channel-html .c128BC2 { margin-left: 0px; } } @media only screen and (max-width: 734px) { .channel-html .c128BC2 { margin-right: 0px; } } .channel-html .fF4FE16 { margin-bottom: 9px; } .channel-html .vB8EDB3 { color: #6E6E73; margin-left: 0px; } .channel-html .pCD509F { margin-left: 0px; padding-left: 0px; } .channel-html .e2F40D7 { margin-bottom: 9px; } .channel-html .f39FC9F { color: #6E6E73; margin-left: -0.5px; padding-right: 2px; } @media only screen and (max-width: 734px) { .channel-html .f39FC9F { padding-right: 2px; } } .channel-html .vC57118 { margin-bottom: 9px; } .channel-html .vF1E864 { color: #6E6E73; margin-left: -0.5px; } @media only screen and (max-width: 734px) { .channel-html .vF1E864 { padding-right: 9px; } }
Choose iPad models to compare.
iPad Pro 11-in. (M4)
iPad Air 11-in. (M2)
iPad (10th generation)
iPad Pro 13-in. (M4)
iPad Pro 11-in. (M4)
iPad Air 13-in. (M2)
iPad Air 11-in. (M2)
iPad (10th generation)
iPad mini (6th generation)
iPad Pro 12.9-in. (6th generation)
iPad Pro 12.9-in. (5th generation)
iPad Pro 12.9-in. (4th generation)
iPad Pro 12.9-in. (3rd generation)
iPad Pro 12.9-in. (2nd generation)
iPad Pro 12.9-in. (1st generation)
iPad Pro 11-in. (4th generation)
iPad Pro 11-in. (3rd generation)
iPad Pro 11-in. (2nd generation)
iPad Pro 11-in. (1st generation)
iPad Pro 10.5-in.
iPad Pro 9.7-in.
iPad Air (5th generation)
iPad Air (4th generation)
iPad Air (3rd generation)
iPad Air 2
iPad Air (1st generation)
iPad (9th generation)
iPad (8th generation)
iPad (7th generation)
iPad (6th generation)
iPad (5th generation)
iPad mini (5th generation)
iPad mini 4
iPad mini 3
iPad mini 2
Choose models to compare.
Images
Finish
Buy
Order now
Order now
Order now
Order now
Buy now
Buy now
Buy now
Buy now
>
Buy now
Buy now
Buy now
Quick Look
Chip
Rear Camera
Front Camera
Apple Pencil compatibility
Keyboard
';window.npi.querySelectorAll(this.selectorElsQuery).forEach((t,i)=>{const r=t.querySelector("[selected=true]").innerText.trim();"flex"===t.parentElement.parentElement.style.display&&(e+=`
`)}),this.headerEl.innerHTML=e},updateSelectors(){window.npi.querySelectorAll(this.selectorElsQuery).forEach((e,t)=>{e.replaceWith(this.selectorEls[t])}),this.cOrder.forEach((e,t)=>{const i=this.selectorEls[t];let r=0;for(let t=0;t