Pre-Order Apple Watch Series 10 – Best Prices in Dubai, UAE (2024)

Table of Contents
Compare Bands AppleCare+ FAQs

Pre-Order Apple Watch Series 10 – Best Prices in Dubai, UAE (1)

*/ /* When you have two images of a different size, this function will allow 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 will allow 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 sup * { vertical-align: inherit; font-weight: 400; } .channel-compare ul { margin: 0; list-style: none; } .channel-compare .icon-check { position: relative; top: -5px; } .channel-compare .icon-check:after { font-size: 38px; } .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-columnheader strong, .channel-compare .compare-column strong { display: block; } .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; 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; } } @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-rowheader-empty { height: 16px; } @media only screen and (max-width: 734px) { .channel-compare .compare.with-fullwidthrowheader .compare-rowheader-empty { height: 12px; } } .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; width: 100%; margin: 0; color: rgb(0, 0, 0); background: transparent; 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; 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); } .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; } .channel-compare .row-colors .colornav-heading { font-weight: 500; letter-spacing: 0; padding-bottom: 15px; font-size: 12px; } @media only screen and (max-width: 1068px) { .channel-compare .row-colors .colornav-heading { padding-bottom: 15px; font-size: 12px; } } @media only screen and (max-width: 734px) { .channel-compare .row-colors .colornav-heading { padding-bottom: 15px; font-size: 12px; } } @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-label-container { padding-top: 15px; } .channel-compare .colornav-label-container .channel-colornav-label { font-size: 12px; color: #6e6e73; font-weight: 500; line-height: 1.4; } .channel-compare .colornav-swatch { width: 12px; height: 12px; } .channel-compare .colornav-swatch:after { box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.48); } .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 .compare-template-display-block .price-container { display: block !important; } .channel-compare .compare-template-font-color strong { color: var(--font-color); } .channel-compare .compare-template-preview-item-pricing { margin-bottom: 30px; } @media only screen and (max-width: 1068px) { .channel-compare .compare-template-preview-item-pricing { margin-bottom: 30px; } } @media only screen and (max-width: 734px) { .channel-compare .compare-template-preview-item-pricing { margin-bottom: 20px; } } .channel-compare .compare-template-preview-item-pricing:last-child { margin-bottom: 30px; } @media only screen and (max-width: 1068px) { .channel-compare .compare-template-preview-item-pricing:last-child { margin-bottom: 30px; } } @media only screen and (max-width: 734px) { .channel-compare .compare-template-preview-item-pricing:last-child { margin-bottom: 20px; } } .channel-compare .price-container { font-size: 17px; line-height: 1.4705882353; font-weight: 600; letter-spacing: 0.0105em; align-items: center; display: flex; font-size: 12px; } @media only screen and (max-width: 1068px) { .channel-compare .price-container { font-size: 14px; line-height: 1.4285914286; font-weight: 600; letter-spacing: 0.015em; } } @media only screen and (max-width: 734px) { .channel-compare .price-container { font-size: 12px; line-height: 1.3333733333; font-weight: 600; letter-spacing: 0.018em; } } .channel-compare .price-container strong { font-weight: 500; } .channel-compare .price-container strong { margin-bottom: 15px; } @media only screen and (max-width: 1068px) { .channel-compare .price-container { font-size: 12px; } } @media only screen and (max-width: 734px) { .channel-compare .price-container { font-size: 12px; } } .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-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; } } @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; } } @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); } .channel-compare .stat-content .stat-caption.copy { 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-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; } } @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; } } @media only screen and (max-width: 1068px) { .channel-compare .stat-content .stat-value { } } @media only screen and (max-width: 734px) { .channel-compare .stat-content .stat-value { } } @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 { display: flex; align-items: center; justify-content: center; 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 { word-break: break-word; } .channel-html .copy.helvetica-neue { letter-spacing: normal; } .channel-html .typography-partner-pricing { font-size: 17px; line-height: 1.4705882353; font-weight: 400; letter-spacing: -0.022em; font-weight: 500; } .channel-html .typography-caption li { padding-bottom: 10px; } .channel-html a.footer-link { color: #555555; } .channel-html a.footer-link:focus { outline: 4px solid var(--focus-color); } @font-face { font-family: "SF Pro Icons"; /*Icon font file encoded in base64 format.*/ /*It's a valid css code.*/ src: url(data:font/truetype;charset=utf-8;base64,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*gMAbQB5AIIAjACcAKAApACoAKwAsQDBAMUAzwDXAOMA7QDxAPsBBwEPARcBHQEhASkAAAEjFTM/ATUnJSMVMz8BNScBIxUzPwE1JwEhIgcGFREUFjMhMjY1ETQnJgcyFxYdAScXFSUzJzMyHQEUBisBJzMVIxUzFSMVMxUjJzMXNTMVIycVIxcBFQkBFQEzARUBMzczFSMnMxUjFTMVIxUjJzMVIxUzFSMVMxUjJzMyHQEUBisBJzMXNTMVIycVIyczFR8BPwE1MxUUBisBIjUHASMBFQEjARU1ASsCATUTJicXJhcUBisBIj0BMxUfAT8BNTMvATUfASMnFSM1Mxc1MxcUKwE1FzIVNyMVMxUjFTMVIzUzFyMVMxUjFSM1MxcjNTMXIycVIzUzFzUzFyMVMxUjFTMVIzUzFxQrATUXMhU3IwE1NDcBBjcBNjcBBjcBMwEHIxUzPwE1JwQ+CQkGAgMBvgkJBgIC/jcJCQYCAwJ1/BwwICFDLgPkLUQiH5QnGRt1df7/RhIqFAoKKks0HBMTHDRgBjQNBjYLMQFH/nMBjf3kSQHT/VhFuhgYRjUeFRUXTTUcExMcNVQqFAoKKl4GNg0HNwtVFwIFBwMWCwoVFI8DDkb9OAKBRf3EAfZGR0b+3RwWBE0enAsKFRQXAgUHAxY2l91QBzcLBjYNUxQqKhRLHBMTHDU1TR4VFRc1KRgYYAY2CwY0DU0cExMcNDRVFCopFTQj/KwGA48POPxmFxwDegID/MxFAu+uCQkGAgIFIUQDBjIGA0QDBjIG+7dEBAcyBQRoICIs/BsvREQvA+UtISB7GRsjGnG3Rv1uFTMLDWANGw0cD2AwMGAzMw7+vUcBiv4wSQIZ/aFHAqZuYGIPGw0pXg0bDRwPYBUzCw1gMDBgMzNgSAYCAgZISAsNF+X88QLJR/1+Aj2NRv4KASNH/rEWHk4EWgsNF0lIBgMDBkgNlkbcbTMzYDAwSBhhARUGHA0bDWAPHA0oYGBgYDMzYDAwDxwNGw1gSBhhARUiA1UjDxD8bwYkA5wRAfyFHGIDMv0U/0QEBzIFAAAlAmMAdQcpBTsABwAPABcAHwAxADgAPABFAFEAWwBfa*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*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*gMAZwBrAHUAgQCKAJQApACoAKwAsAC0ALkAyQDNANcA3wDrAPUA+QEDAQ8BFwEfASUBKQAAJSMVMz8BNSclIxUzPwE1JwEjFTM/ATUnJSMVMz8BNSc3ISIHBhURFBYzITI2NRE0JyYHMhcWHQEnFxUlMyczMh0BFAYrASczFSMVMxUjFTMVIyczFzUzFSMnFSMXARUJARUBMwEVATM3MxUjJzMVIxUzFSMVIyczFSMVMxUjFTMVIyczMh0BFAYrASczFzUzFSMnFSMnMxUfAT8BNTMVFAYrASI1BwEjARUBIwEVNQErAgE1EyYnFyYXFAYrASI9ATMVHwE/ATUzLwE1HwEjJxUjNTMXNTMXFCsBNRcyFTcjFTMVIxUzFSM1MxcjFTMVIxUjNTMXIzUzFyMnFSM1Mxc1MxcjFTMVIxUzFSM1MxcUKwE1FzIVNyMBNTQ3AQY3ATY3AQY3ATMBBD4JCQYCAwG+CQkGAgL+NwkJBgIDAb4JCQYCArH8HDAgIUMuA+QtRCIflCcZG3V1/v9GEioUCgoqSzQcExMcNGAGNA0GNgsxAUf+cwGN/eRJAdP9WEW6GBhGNR4VFRdNNRwTExw1VCoUCgoqXgY2DQc3C1UXAgUHAxYLChUUjwMORv04AoFF/cQB9kZHRv7dHBYETR6cCwoVFBcCBQcDFjaX3VAHNwsGNg1TFCoqFEscExMcNTVNHhUVFzUpGBhgBjYLBjQNTRwTExw0NFUUKikVNCP8rAYDjw84/GYXHAN6AgP8zEUC79VEBAcyBQJEBAcyBQRORAMGMgYDRAMGMgYdICIs/BsvREQvA+UtISB7GRsjGnG3Rv1uFTMLDWANGw0cD2AwMGAzMw7+vUcBiv4wSQIZ/aFHAqZuYGIPGw0pXg0bDRwPYBUzCw1gMDBgMzNgSAYCAgZISAsNF+X88QLJR/1+Aj2NRv4KASNH/rEWHk4EWgsNF0lIBgMDBkgNlkbcbTMzYDAwSBhhARUGHA0bDWAPHA0oYGBgYDMzYDAwDxwNGw1gSBhhARUiA1UjDxD8bwYkA5wRAfyFHGIDMv0UAAAAACUCYwB1BykFOwARABgAHAAlADEAOwA/AEMARwBLAFUAYQBqAHQAhACIAIwAkACUAJkAqQCtALcAvwDLANUA2QDjAO8A9wD/AQUBCQERARkBIQEpAAABISIHBhURFBYzITI2NRE0JyYHMhcWHQEnFxUlMyczMh0BFAYrASczFSMVMxUjFTMVIyczFzUzFSMnFSMXARUJARUBMwEVATM3MxUjJzMVIxUzFSMVIyczFSMVMxUjFTMVIyczMh0BFAYrASczFzUzFSMnFSMnMxUfAT8BNTMVFAYrASI1BwEjARUBIwEVNQErAgE1EyYnFyYXFAYrASI9ATMVHwE/ATUzLwE1HwEjJxUjNTMXNTMXFCsBNRcyFTcjFTMVIxUzFSM1MxcjFTMVIxUjNTMXIzUzFyMnFSM1Mxc1MxcjFTMVIxUzFSM1MxcUKwE1FzIVNyMBNTQ3AQY3ATY3AQY3ATMJASMVMz8BNSclIxUzPwE1JwEjFTM/ATUnJSMVMz8BNScGuPwcMCAhQy4D5C1EIh+UJxkbdXX+/0YSKhQKCipLNBwTExw0YAY0DQY2CzEBR/5zAY395EkB0/1YRboYGEY1HhUVF001HBMTHDVUKhQKCipeBjYNBzcLVRcCBQcDFgsKFRSPAw5G/TgCgUX9xAH2RkdG/t0cFgRNHpwLChUUFwIFBwMWNpfdUAc3CwY2DVMUKioUSxwTExw1NU0eFRUXNSkYGGAGNgsGNA1NHBMTHDQ0VRQqKRU0I/ysBgOPDzj8ZhccA3oCA/zMRQLv/Y8JCQYCAwG+CQkGAgL+NwkJBgIDAb4JCQYCAgU7ICIs/BsvREQvA+UtISB7GRsjGnG3Rv1uFTMLDWANGw0cD2AwMGAzMw7+vUcBiv4wSQIZ/aFHAqZuYGIPGw0pXg0bDRwPYBUzCw1gMDBgMzNgSAYCAgZISAsNF+X88QLJR/1+Aj2NRv4KASNH/rEWHk4EWgsNF0lIBgMDBkgNlkbcbTMzYDAwSBhhARUGHA0bDWAPHA0oYGBgYDMzYDAwDxwNGw1gSBhhARUiA1UjDxD8bwYkA5wRAfyFHGIDMv0UA01EAwYyBgNEAwYyBvu3RAQHMgUCRAQHMgUAJQJjAHUHKQU7ABEAGAAcACUAMQA7AD8AQwBHAEsAVQBhAGoAdACEAIgAjACQAJQAmQCpAK0AtwC/AMsA1QDZAOMA7wD3AP8BBQEJAREBGQEhASkAAAEhIgcGFREUFjMhMjY1ETQnJgcyFxYdAScXFSUzJzMyHQEUBisBJzMVIxUzFSMVMxUjJzMXNTMVIycVIxcBFQkBFQEzARUBMzczFSMnMxUjFTMVIxUjJzMVIxUzFSMVMxUjJzMyHQEUBisBJzMXNTMVIycVIyczFR8BPwE1MxUUBisBIjUHASMBFQEjARU1ASsCATUTJicXJhcUBisBIj0BMxUfAT8BNTMvATUfASMnFSM1Mxc1MxcUKwE1FzIVNyMVMxUjFTMVIzUzFyMVMxUjFSM1MxcjNTMXIycVIzUzFzUzFyMVMxUjFTMVIzUzFxQrATUXMhU3IwE1NDcBBjcBNjcBBjcBMwEDIxUzPwE1JwMjFTM/ATUnASMVMz8BNScDIxUzPwE1Jwa4/BwwICFDLgPkLUQiH5QnGRt1df7/RhIqFAoKKks0HBMTHDRgBjQNBjYLMQFH/nMBjf3kSQHT/VhFuhgYRjUeFRUXTTUcExMcNVQqFAoKKl4GNg0HNwtVFwIFBwMWCwoVFI8DDkb9OAKBRf3EAfZGR0b+3RwWBE0enAsKFRQXAgUHAxY2l91QBzcLBjYNUxQqKhRLHBMTHDU1TR4VFRc1KRgYYAY2CwY0DU0cExMcNDRVFCopFTQj/KwGA48POPxmFxwDegID/MxFAu+uCQkGAgIGCQkGAgL+NwkJBgIDBQkJBgIDBTsgIiz8Gy9ERC8D5S0hIHsZGyMacbdG/W4VMwsNYA0bDRwPYDAwYDMzDv69RwGK/jBJAhn9oUcCpm5gYg8bDSleDRsNHA9gFTMLDWAwMGAzM2BIBgICBkhICw0X5fzxAslH/X4CPY1G/goBI0f+sRYeTgRaCw0XSUgGAwMGSA2WRtxtMzNgMDBIGGEBFQYcDRsNYA8cDShgYGBgMzNgMDAPHA0bDWBIGGEBFSIDVSMPEPxvBiQDnBEB/IUcYgMy/RQDTUQDBjIG+7dEBAcyBQRORAMGMgb7t0QEBzIFAAAlAmMAdQcpBTsABwAPABcAHwAxADgAPABFAFEAWwBfa*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*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*gPTGsCNQI2a/41AAAAAQAtAPoEmQNiAAUAAAkBNwkBFwJjAcps/cr9ymwCif5xewHt/hN7AAEALQDLBJkDMwAFAAATBwkBJwGZbAI2AjZs/jYDM3v+EwHte/5xAAADAB/+jwh5BuoAGABAAEYAAAEiBwYABwYQFxYAFxYgNzYANzYQJyYAJyYBFhQHDgUHBiInLgUnJjQ3PgU3NjIXHgUlJwkBNwEETNrGwP7YUVRUUQEowMYBs8fAAShRVFRR/tjAxwKeEhISRWJ8kaNXWrpaV6ORfGJFEhISEkVifJGjV1q6WlejkXxiRf1ofP5AAcB8/p0G6lRR/tjAx/5Nx7/+2FJUVFIBKL/HAbPHwAEoUVT8iVq5WlejkntiRRITExJFYnuSo1dauVpYo5F8YkURExMRRWJ8kaOJbP39/f1rAZgAAAAAAwAf/o8IeQbqABcAPwBFAAAAIDc2ADc2ECcmACcmIAcGAAcGEBcWABcBJjQ3PgU3NjIXHgUXFhQHDgUHBiInLgUFFwkBBwEDcgG0xsABKFFUVFH+2MDG/kzGwP7YUVRUUQEowP4pEhISRWJ8kaNXWrpaV6ORfGJFEhISEkVifJGjV1q6WlejkXxiRQKYfAHA/kB8AWP+j1RSASi/xwGzx8ABKFFUVFH+2MDH/k3Hv/7YUgMjWrlaWKORe2NFERMTEUVifJGjWFq5WlejkntiRRITExJFYnuSo4prAgMCA2z+aQAAAwAf/o8IeQbqABcAPwBFAAAAIAcGAAcGEBcWABcWIDc2ADc2ECcmACcBFhQHDgUHBiInLgUnJjQ3PgU3NjIXHgUBFwkBNwEFJv5MxsD+2FFUVFEBKMDGAbTGwAEoUVRUUf7YwAHXEhISRWJ8kaNXWrpaV6ORfGJFEhISEkVifJGjV1q6WlejkXxiRfqYbAGXAZds/f0G6lRR/tjAx/5Nx7/+2FJUVFIBKL/HAbPHwAEoUfzdWrlaV6OSe2JFEhMTEkVie5KjV1q5WlijkXxiRRETExFFYnyRo/6gewFi/p57AcEAAwAf/o8IeQbqABcAPwBFAAAAIAcGAAcGEBcWABcWIDc2ADc2ECcmACcBFhQHDgUHBiInLgUnJjQ3PgU3NjIXHgUJAQcJAScFJv5MxsD+2FFUVFEBKMDGAbTGwAEoUVRUUf7YwAHXEhISRWJ8kaNXWrpaV6ORfGJFEhISEkVifJGjV1q6WlejkXxiRfyb/mlsAgMCA2wG6lRR/tjAx/5Nx7/+2FJUVFIBKL/HAbPHwAEoUfzdWrlaV6OSe2JFEhMTEkVie5KjV1q5WlijkXxiRRETExFFYnyRo/5cAWN8/j8BwXwAAQAtAAUEUQQoAAsAAAkCBwkBFwkBNwkBA93+Yv5idAGe/mJ0AZ4BnnT+YgGeBCj+YgGec/5i/mFzAZ7+YnMBnwGeAAABACYAFwQmBBcACwAAJREhNSERIxEhFSERAngBrv5SpP5SAa4XAa6kAa7+UqT+UgABACYBxQQmAmkAAwAAEyEVISYEAPwAAmmkAAAAAQArAHQEmwOFAAUAABMHCQEnAZtwAasCxXD9qgJ5eP5zApl4/c8AAAIAyAAJAZEEJAAFAA0AABM7ARMjEwIWMjYuASIG2R6ICbgJETpVOgE5VToBQwLh/Tz+4zo6VTo6AAAAAAIAgwAJAwAEJAAlAC4AAAE2NTQuAiMiBwYHDgEPATM3PgEzMhYVFAYHBgcGFxUzNTQ2NzYDIgYUFjI2NCYCZZsuVXNESj06KictAwGhAgVRRUJRLDhMJCUBpAkKFnsqOjpVOTkCFV2jOWRKKBYVKSZoPhcUQkpGODBBIi40OEpVQhokDx/+4TpVOjpVOgAAAAMAH/6PCHkG6gALACQATAAACQIHCQEXCQE3CQIiBwYABwYQFxYAFxYgNzYANzYQJyYAJyYBFhQHDgUHBiInLgUnJjQ3PgU3NjIXHgUFgf7L/st0ATX+y3QBNQE1dP7LATX+V9rGwP7YUVRUUQEowMYBs8fAAShRVFRR/tjAxwKeEhISRWJ8kaNXWrpaV6ORfGJFEhISEkVifJGjV1q6WlejkXxiRQRm/ssBNXT+y/7LdAE1/st0ATUBNQL4VFH+2MDH/k3Hv/7YUlRUUgEov8cBs8fAAShRVPyJWrlaV6OSe2JFEhMTEkVie5KjV1q5WlijkXxiRRETExFFYnyRowADAB/+jwh5BuoACwAjAEsAAAEjESEVIREzESE1IRIgBwYABwYQFxYAFxYgNzYANzYQJyYAJwEWFAcOBQcGIicuBScmNDc+BTc2MhceBQSepP5FAbukAbv+RYj+TMbA/thRVFRRASjAxgG0xsABKFFUVFH+2MAB1xISEkVifJGjV1q6WlejkXxiRRISEhJFYnyRo1daulpXo5F8YkUEyv5FpP5FAbukA9tUUf7YwMf+Tce//thSVFRSASi/xwGzx8ABKFH83Vq5WlejkntiRRITExJFYnuSo1dauVpYo5F8YkURExMRRWJ8kaMAAAMAH/6PCHkG6gADABwARAAAASEVIQEiBwYABwYQFxYAFxYgNzYANzYQJyYAJyYBFhQHDgUHBiInLgUnJjQ3PgU3NjIXHgUCbwO6/EYB3drGwP7YUVRUUQEowMYBs8fAAShRVFRR/tjAxwKeEhISRWJ8kaNXWrpaV6ORfGJFEhISEkVifJGjV1q6WlejkXxiRQMPpAR/VFH+2MDH/k3Hv/7YUlRUUgEov8cBs8fAAShRVPyJWrlaV6OSe2JFEhMTEkVie5KjV1q5WlijkXxiRRETExFFYnyRowAAAAADAB/+kAh5BuoABQAdAEUAAAkBBwkBJwIgBwYABwYQFxYAFxYgNzYANzYQJyYAJwEWFAcOBQcGIicuBScmNDc+BTc2MhceBQO//sZwAaoCxHDu/k7HwP7YUVRUUQEowMcBssfAAShRVFRR/tjAAdcSEhJFYnyRo1daulpXo5F8YkUSEhISRWJ8kaNXWrpaV6ORfGJFAfMBJHn+dAKYeALIVFL+2cDH/k3GwP7YUVRUUQEowMYBs8fAASdS/N1auVpXo5J7YkUSEhISRWJ7kqNXWrlaWKORe2JFEhMTEkVie5GjAAAEAB/+jwh5BuoAFwA/AEUATgAAACAHBgAHBhAXFgAXFiA3NgA3NhAnJgAnARYUBw4FBwYiJy4FJyY0Nz4FNzYyFx4FARUzEyMVEyIOARYyNjQmBSb+TMbA/thRVFRRASjAxgG0xsABKFFUVFH+2MAB1xISEkVifJGjV1q6WlejkXxiRRISEhJFYnyRo1daulpXo5F8YkX8SaQJtlsqOgE7VTo6BupUUf7YwMf+Tce//thSVFRSASi/xwGzx8ABKFH83Vq5WlejkntiRRITExJFYnuSo1dauVpYo5F8YkURExMRRWJ8kaP+PRwC3h38yzpUOzpVOgAAAAQAH/6PCHkG6gAYAEEASQBwAAABIgcGAAcGEBcWABcWIDc2ADc2ECcmACcmARYXFhQHDgUHBiInLgUnJjQ3PgU3NjIXHgQAIgYUFjI2NBMuASMiBwYHDgEPATM3PgEzMhYVFAYHBgcGFxUzNTQ2NzY3NjU0JgRM2sbA/thRVFRRASjAxgGzx8ABKFFUVFH+2MDHAnAkEhISEkZjfZKlWFu7Wlmkk3xjRhISEhJGY3yTpFlau1tYpZJ9Y/zvVDo6VDqVKnNESj06KicsBAGhAQVSRUJRLDhMIyYBowoKFT2aLQbqVFH+2MDH/k3Hv/7YUlRUUgEov8cBs8fAAShRVP02U1hbu1tYpJN8Y0YSExMSRmN8k6RYW7tbWKWSfWNFEhMTEkVjfZL9BjlVOjpVAz8lKBYVKSZoPRcUQkpGOTBBIi41N0pVQhokDx8kXaM5ZAAAAAACAB/+jwh5BuoAGAAkAAABIgcGAAcGEBcWABcWIDc2ADc2ECcmACcmEwcJAScJATcJARcBBEzaxsD+2FFUVFEBKMDGAbPHwAEoUVRUUf7YwMfQdP7L/st0ATX+y3QBNQE1dP7LBupUUf7YwMf+Tce//thSVFRSASi/xwGzx8ABKFFU+p50ATX+y3QBNQE1dP7LATV0/ssAAAIAH/6PCHkG6gAXACMAAAAgBwYABwYQFxYAFxYgNzYANzYQJyYAJxMhESMRITUhETMRIQUm/kzGwP7YUVRUUQEowMYBtMbAAShRVFRR/tjAbf5FpP5FAbukAbsG6lRR/tjAx/5Nx7/+2FJUVFIBKL/HAbPHwAEoUfvV/kUBu6QBu/5FAAIAH/6PCHkG6gAYABwAAAEiBwYABwYQFxYAFxYgNzYANzYQJyYAJyYBITUhBEzaxsD+2FFUVFEBKMDGAbPHwAEoUVRUUf7YwMcBBPxGA7oG6lRR/tjAx/5Nx7/+2FJUVFIBKL/HAbPHwAEoUVT7gaQAAAAAAgAf/pAIeQbqABcAHQAAACAHBgAHBhAXFgAXFiA3NgA3NhAnJgAnCQE3CQEXBSX+TsfA/thRVFRRASjAxwGyx8ABKFFUVFH+2MD90/5WcAE6AlRwBupUUv7ZwMf+TcbA/thRVFRRASjAxgGzx8ABJ1L6fa*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*gR2AAgAABcBETMRIRUhAdADjqT8TgKa/HIwA479ZQOzpPxxAAACADr/kATaBkMACwAUAAABFTMRIREzNSERIREBETMRFzcJARcDiqz8qKz+sASg/V6ktHT+hv6GdAPvpPzpAxek+6EEXwEa/SgC2LR0AXr+hnQAAAAEAB/+jwh5BuoAGABBAEkAbwAAASIHBgAHBhAXFgAXFiA3NgA3NhAnJgAnJgEOBAcGIicuBScmNDc+BTc2MhceBRcWFAcGBBYUBiImNDYBFyMnLgEjIgYVFBYXFhcWHQEjNTQmJyYnJjU0PgIzMhcWFx4BBEzaxsD+2FFUVFEBKMDGAbPHwAEoUVRUUf7YwMcCcCJjfZKlWFu7Wlmkk3xjRhISEhJGY3yTpFlau1tYpZJ9Y0YSEhIS/NE6OlU5OQFUAqEBBVJFQlItOEwjJaQJChU9my5Vc0RKPToqJywG6lRR/tjAx/5Nx7/+2FJUVFIBKL/HAbPHwAEoUVT6b1GTfGNGEhMTEkZjfJOkWFu7W1ilkn1jRRITExJFY32SpVhbu1tYNDpUOjpVOQI0FxRCSkY5MEEiLjU3SlVCGiQPHyRdozlkSigWFSkmaAAAAAADAB/+jwh5BuoAGAAhAEcAABMUFxYAFxYgNzYANzYQJyYAJyYgBwYABwYBNDYyFhQGIiYDND4CMzIXFhceAR8BIycuASMiBhUUFhcWFxYdASM1NCYnJicmH1RRASjAxgGzx8ABKFFUVFH+2MDH/k3GwP7YUVQD3TlVOjpVOe4uVXNESj06KicsAwKhAQVSRUJSLThMIyWkCQoVPZsCvdrHv/7YUlRUUgEov8cBs8fAAShRVFRR/tjAx/1+Kzk6VDo6AtI5ZEooFhUpJmg9FxRCSkY5MEEiLjU3SlVCGiQPHyRdAAACAIQACQMBBCQABwAtAAAkFhQGIiY0NgEuAScmJyYjIg4CFRQXFhceAR0BMzU2JyYnLgE1NDYzMhYfATMCADo6VTk5AVUDLScqOj1KRHNVLps8FgoJpAElJEw4LFFCRVEFAqHSOlU6OlU6AjI+aCYpFRYoSmQ5o10kHw8kGkJVSjg0LiJBMDhGSkIUAAEARP/QBOoEdgAIAAAlASE1IREzEQEE6vxyApr8TqQDjkMDj6T8TQKb/HIAAwBa/3YHEgYuABcAOQBBAAAAIAcOAQcGEBceARcWIDc+ATc2ECcuAScBFAcOAwcGICcuAycmEDc+Azc2IBceAxcWFSUVNzMRMxEjBGX+oqCa7kFEREHumqABXqCa7kFEREHumgFpNxpLX3A+gf7kgT5wX0saNzcaS19wPoEBHIE+cF9LGjf8gYoDpqYGLkRB7pug/qOgm+5BQ0NB7pugAV2gm+5B/OiOgT5wX0waNjYaTF9wPoEBG4E+cF9MGjY2GkxfcD6BjsKLW/5aAjQAAAMAWv92BxIGLgAXADkAVAAAACAHDgEHBhAXHgEXFiA3PgE3NhAnLgEnARQHDgMHBiAnLgMnJhA3PgM3NiAXHgMXFhUFNzY3NjQuASIOAR0BMzU0NjIWFAYPARUhNSMEZf6ioJruQUREQe6aoAFeoJruQUREQe6aAWk3GktfcD6B/uSBPnBfSxo3NxpLX3A+gQEcgT5wX0saN/1VhSYVJDZkiGg5lyk/JBod4gG/6gYuREHum6D+o6Cb7kFDQ0Hum6ABXaCb7kH86I6BPnBfTBo2NhpMX3A+gQEbgT5wX0waNjYaTF9wPoGOk3UhHTJlTiswWDkDBB4oHy8rGshvfQADAFr/dgcSBi4AFwA5AGQAAAAgBw4BBwYQFx4BFxYgNz4BNzYQJy4BJwEUBw4DBwYgJy4DJyYQNz4DNzYgFx4DFxYVJTU+ATU0LgEjIg4BFTM0NjIWFAYrARUzMhYUBiMiJicjHgIzMj4BNTQmBGX+oqCa7kFEREHumqABXqCa7kFEREHumgFpNxpLX3A+gf7kgT5wX0saNzcaS19wPoEBHIE+cF9LGjf9sDRCNWJDRGk5lSlDJyYhREQjJyghJCoBngM7aERKbzxKBi5EQe6boP6joJvuQUNDQe6boAFdoJvuQfzojoE+cF9MGjY2GkxfcD6BARuBPnBfTBo2NhpMX3A+gY4QAwlGMjBGJi9VOB4lHzUgbiA2IiEcOVYuKk40OUcABABa/3YHEgYuABcAOQBHAE8AAAAgBw4BBwYQFx4BFxYgNz4BNzYQJy4BJwEUBw4DBwYgJy4DJyYQNz4DNzYgFx4DFxYVASMGBwYHFSEVMzUzNSMHIzU2NzY3MwRl/qKgmu5BRERB7pqgAV6gmu5BRERB7poBaTcaS19wPoH+5IE+cF9LGjc3GktfcD6BARyBPnBfSxo3/fLlSS8uJwEWnENDmJAgIhoxAwYuREHum6D+o6Cb7kFDQ0Hum6ABXaCb7kH86I6BPnBfTBo2NhpMX3A+gQEbgT5wX0waNjYaTF9wPoGOASBvUE1LiVRUfwcFRDssTAAAAAADAFr/dgcSBi4AFwA5AFsAAAAgBw4BBwYQFx4BFxYgNz4BNzYQJy4BJwEUBw4DBwYgJy4DJyYQNz4DNzYgFx4DFxYVJSIGByM3ITUhAzM+ATMyFhQGIyImJyMUHgEzMj4BNTQuAQRl/qKgmu5BRERB7pqgAV6gmu5BRERB7poBaTcaS19wPoH+5IE+cF9LGjc3GktfcD6BARyBPnBfSxo3/YYsQQ8DCAEL/nYZkQwpGCMrKyMfLgWVO2hDRWs6L1QGLkRB7pug/qOgm+5BQ0NB7pugAV2gm+5B/OiOgT5wX0waNjYaTF9wPoEBG4E+cF9MGjY2GkxfcD6BjmslIH19/rMTFi1JLCEaNVQvNF4+N1YxAAAEAFr/dgcSBi4AFwA4AFkAYgAABCA3PgE3NhAnLgEnJiAHDgEHBhAXHgEXATQ3PgM3NiAXHgMXFhAHDgMHBiAnLgMnJgUyPgE1NC4BIgcGByMmPgEzMhYXMy4CIyIOARUUHgITMhYUBiImNDYDBwFeoJruQUREQe6aoP6ioJruQUREQe6a/pc3GktfcD6BARyBPnBfSxo3NxpLX3A+gf7kgT5wX0saNwLGQ2s7MFVqJiQPAwQWLyAYJQagBj9jO0xzPyNBYDkhLCxBLCyKQ0Hum6ABXaCb7kFEREHum6D+o6Cb7kEDGY2BPnBfTBo2NhpMX3A+gf7lgT5wX0waNjYaTF9wPoGWNF47NVUwGhgqM04qFxIwSytIh1tCcE4pARMrPywsPysAAAMAWv92BxIGLgAXADkAQQAAACAHDgEHBhAXHgEXFiA3PgE3NhAnLgEnARQHDgMHBiAnLgMnJhA3PgM3NiAXHgMXFhUlIRUDMxM1IQRl/qKgmu5BRERB7pqgAV6gmu5BRERB7poBaTcaS19wPoH+5IE+cF9LGjc3GktfcD6BARyBPnBfSxo3/IMBDuat3P5PBi5EQe6boP6joJvuQUNDQe6boAFdoJvuQfzojoE+cF9MGjY2GkxfcD6BARuBPnBfTBo2NhpMX3A+gY6jA/5MAbh8AAAABQBa/3YHEgYuABcAOQBVAF4AZwAAACAHDgEHBhAXHgEXFiA3PgE3NhAnLgEnARQHDgMHBiAnLgMnJhA3PgM3NiAXHgMXFhUlNT4BNTQuASIOARUUFhcVDgEVFB4BMj4BNTQmJzIWFAYiJjQ2EyImNDYyFhQGBGX+oqCa7kFEREHumqABXqCa7kFEREHumgFpNxpLX3A+gf7kgT5wX0saNzcaS19wPoEBHIE+cF9LGjf9tzREOmiHaDpENUBQPnKYcj9PrRwmJjklJR0jKytFKysGLkRB7pug/qOgm+5BQ0NB7pugAV2gm+5B/OiOgT5wX0waNjYaTF9wPoEBG4E+cF9MGjY2GkxfcD6BjhUDCUkwK0QnJ0QrMEkJAwZPOzJMKipMMjpQsyQ1JCQ1JP6JKD0oKD0oAAAABABa/3YHEgYuABcAOQBbAGMAAAAgBw4BBwYQFx4BFxYgNz4BNzYQJy4BJwEUBw4DBwYgJy4DJyYQNz4DNzYgFx4DFxYVASIOARUUHgEzMjc2NzMWDgEjIiYnIx4CMzI+ATU0LgICIiY0NjIWFARl/qKgmu5BRERB7pqgAV6gmu5BRERB7poBaTcaS19wPoH+5IE+cF9LGjc3GktfcD6BARyBPnBfSxo3/UpDaz0yVTQ4JiQNAwQVLh8aJwahBz9kO09zPSJBYhlALS1ALAYuREHum6D+o6Cb7kFDQ0Hum6ABXaCb7kH86I6BPnBfTBo2NhpMX3A+gQEbgT5wX0waNjYaTF9wPoGOATA0Xjs1VTAaGCo1TSkXEjBLK0iGXEJwTin+7StAKytAAAAABQBa/3YHEgYuABcAOQBBAE4AWgAAACAHDgEHBhAXHgEXFiA3PgE3NhAnLgEnARQHDgMHBiAnLgMnJhA3PgM3NiAXHgMXFhUlFTczETMRIyUiDgEUHgEyPgE0LgECIicmNDc2MhcWFAcEZf6ioJruQUREQe6aoAFeoJruQUREQe6aAWk3GktfcD6B/uSBPnBfSxo3NxpLX3A+gQEcgT5wX0saN/uBigOmpgIQTHA9PXCXcD09cCdIFhYWf*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*gGEA0DAwMDDRAGCBQHBQoECAGGAYsPEAL4DQoBAPsEAwcCAgIJEwoOK/xAKQ0LEgkCAwECAgUCBfsA/wodIQAAAQEZ/+cDmgW8AAUAAAkCNwkBA1v9vgJCP/3kAhwFvP0V/RYyArgCuQAAAAABASz/5wOtBbwABQAACQIXCQEBLAIc/eQ/AkL9vgWK/Uf9SDIC6gLrAAAAAAEA1gGaBqoEHAAFAAATFwkBNwHWMQK5Arkx/RYB2T8CHf3jPwJDAAABANYBhwaqBAkABQAACQEHCQEnA8D9RzEC6gLqMQHsAh0//b0CQz8AAQDN/94GswXFAAsAAAkCBwkBFwkBNwkBBnD9UP1QQwKv/VFDArACsEP9UQKvBcX9UAKwRP1R/VBEArD9UEQCsAKvAAABAaUBUQMOBFIABQAACQI3CQECz/7WASo//vwBBARS/n/+gDEBTwFQAAAAAAEBuAFRAyEEUgAFAAAJAhcJAQG4AQT+/D8BKv7WBCH+sP6xMQGAAYEAAAAAAQI/AiYFQQOQAAUAAAEXCQE3AQI/MgFPAU8y/n8CZkABBP78QAEqAAECPwITBUEDfQAFAAAJAQcJAScDwP6xMgGBAYEyAnkBBED+1gEqQAABAjYBSAVKBFsACwAACQIHCQEXCQE3CQEFBv66/rpEAUb+ukQBRgFGRP66AUYEW/66AUZD/rr+uUMBRv66QwFHAUYAAAIACv/XBjsHdABKAFgAAAEjBgcGBwYXFhcWFxYXFQYHBgcGBwYHBgcGJyYnJicmIyIHBgcGBwYHBicmJyYnJicmNTQ3PgE3NhcWFxYXFjMyNzY3Njc2FxYXFiU2NzYnDgIHBhcWNzYGCAEeIDwlMwEBQzBNJx0OFio5NCAwLzk+KigYLC8bLjM1MB0xKhYmJjw6MTUiNVk4PFFB13svOiE/LRQhFxMfEyxMK0tBV0d8/oM1HB0JSaFpHSAKT1FLBNwTHDZEXWyDZkkzGgsCLTJhU0wmOx0kAQELBxMVBw0NCBUSBwsCAiYfPilNgKe3qsCNb4MCAREJGRIGCwoGER4MEwQHHDHzQU9VUgNTektXTwYpJgAAAAAAACIBngABAAAAAAAAACYATgABAAAAAAABAAwAjwABAAAAAAACAAcArAABAAAAAAADAB0A8AABAAAAAAAEABQBOAABAAAAAAAFAA0BaQABAAAAAAAGABIBnQABAAAAAAAHACkCBAABAAAAAAAIAAkCQgABAAAAAAAJAAsCZAABAAAAAAAKBAsKiAABAAAAAAALABQOvgABAAAAAAAMABQO/QABAAAAAAANAL4QkAABAAAAAAAOADIRtQABAAAAAAAPAAwSAgABAAAAAAARAAcSHwADAAEECQAAAEwAAAADAAEECQABABgAdQADAAEECQACAA4AnAADAAEECQADADoAtAADAAEECQAEACgBDgADAAEECQAFABoBTQADAAEECQAGACQBdwADAAEECQAHAFIBsAADAAEECQAIABICLgADAAEECQAJABYCTAADAAEECQAKCBYCcAADAAEECQALACgOlAADAAEECQAMACgO0wADAAEECQANAXwPEgADAAEECQAOAGQRTwADAAEECQAPABgR6AADAAEECQARAA4SDwCpACAAMgAwADEANwAgAEEAcABwAGwAZQAgAEkAbgBjAC4AIABBAGwAbAAgAHIAaQBnAGgAdABzACAAcgBlAHMAZQByAHYAZQBkAC4AAKkgMjAxNyBBcHBsZSBJbmMuIEFsbCByaWdodHMgcmVzZXJ2ZWQuAABTAEYAIABQAHIAbwAgAEkAYwBvAG4AcwAAU0YgUHJvIEljb25zAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABTAEYAUABSAE8ASQBDAE8ATgBTACAANAA3ADAAOQAyAGMAYQAtADIAMAAxADYALgAwADMALgAyADIAAFNGUFJPSUNPTlMgNDcwOTJjYS0yMDE2LjAzLjIyAABTAEYAIABQAHIAbwAgAEkAYwBvAG4AcwAgAFIAZQBnAHUAbABhAHIAAFNGIFBybyBJY29ucyBSZWd1bGFyAABWAGUAcgBzAGkAbwBuACAANAAuADIAMAAwAABWZXJzaW9uIDQuMjAwAABTAEYAUAByAG8ASQBjAG8AbgBzAC0AUgBlAGcAdQBsAGEAcgAAU0ZQcm9JY29ucy1SZWd1bGFyAABTAEYAIABQAHIAbwAgAEkAYwBvAG4AcwAgAGkAcwAgAGEAIAB0AHIAYQBkAGUAbQBhAHIAawAgAG8AZgAgAEEAcABwAGwAZQAgAEkAbgBjAC4AAFNGIFBybyBJY29ucyBpcyBhIHRyYWRlbWFyayBvZiBBcHBsZSBJbmMuAABBAHAAcABsAGUAIABJAG4AYwAAQXBwbGUgSW5jAABBAHAAcABsAGUAIABJAG4AYwAuAC4AAEFwcGxlIEluYy4uAABDAHIAZQBhAHQAZQBkACAAaQBuACAAMgAwADEANQAsACAAdABoAGUAIABvAHIAaQBnAGkAbgBhAGwAIABnAGwAeQBwAGgAIABmAG8AbgB0ACwAIABBAHAAcABsAGUAIABJAGMAbwBuAHMALAAgAHcAYQBzACAAcAByAG8AZAB1AGMAZQBkACAAdABvACAAdwBvAHIAawAgAGkAbgAgAHUAbgBpAHMAbwBuACAAdwBpAHQAaAAgAE0AeQByAGkAYQBkACAAUwBlAHQAIABQAHIAbwAgAGEAbgBkACAAcwBlAHIAdgBlAGQAIAB0AG8AIABzAHQAcgBlAG4AZwB0AGgAZQBuACAAaQBuAHQAZQByAGEAYwB0AGkAdgBlACAAbABpAG4AawBzACAAbwBuACAAdwBlAGIALgAgAEEAcABwAGwAZQAgAEkAYwBvAG4AcwAgAHcAbwB1AGwAZAAgAGwAYQB0AGUAcgAgAGIAZQBjAG8AbQBlACAAUwBGACAAUAByAG8AIABJAGMAbwBuAHMAIAByAGUAZABlAHMAaQBnAG4AZQBkACAAdABvACAAYQBsAGkAZwBuACAAdABvACAAQQBwAHAAbABlACcAcwAgAG4AZQB3ACAAdAB5AHAAZQBmAGEAYwBlACwAIABTAGEAbgAgAEYAcgBhAG4AYwBpAHMAYwBvACwAIABpAG4AIAAyADAAMQA2AC4AIABUAGgAZQAgAHIAZQBkAGUAcwBpAGcAbgAgAGEAZABkAHIAZQBzAHMAZQBzACAAYQAgAG4AdQBtAGIAZQByACAAbwBmACAAaQBzAHMAdQBlAHMAIAB0AGgAYQB0ACAAdwBlAHIAZQAgAHAAcgBlAHMAZQBuAHQAIABpAG4AIABBAHAAcABsAGUAIABJAGMAbwBuAHMALgAgAEkAbQBwAHIAbwB2AGUAbQBlAG4AdABzACAAaQBuAGMAbAB1AGQAZQAgAG0AYQB0AGMAaABlAGQAIAB0AHkAcABlACAAbQBlAHQAcgBpAGMAcwAsACAAYgByAGEAbgBkACAASQBEACAAcwB0AGEAbgBkAGEAcgBkAGkAegBlAGQAIABBAHAAcABsAGUAIABsAG8AZwBvACAAYwBoAGEAcgBhAGMAdABlAHIALAAgAHcAZQBiACAAZgBvAG4AdAAgAG8AcAB0AGkAbQBpAHoAYQB0AGkAbwBuACwAIABjAHUAcwB0AG8AbQAgAGMAaABhAHIAYQBjAHQAZQByACAAcwBwAGEAYwBpAG4AZwAsACAAcABhAHIAZQBuAHQAIAB0AHkAcABlACAAYQBsAGkAZwBuAG0AZQBuAHQALAAgAGUAdABjAC4AIABTAEYAIABQAHIAbwAgAEkAYwBvAG4AcwAgAGkAcwAgAGQAZQBzAGkAZwBuAGUAZAAgAHQAbwAgAGIAZQAgAGEAZABhAHAAdABhAGIAbABlACAAdABvACAAdwBvAHIAawAgAHcAaQB0AGgAIABvAHUAcgAgAHQAdwBvACAAdwBlAGIAIABmAG8AbgB0ACAAZgBhAG0AaQBsAGkAZQBzACwAIABTAEYAIABQAHIAbwAgAEQAaQBzAHAAbABhAHkAIABhAG4AZAAgAFMARgAgAFAAcgBvACAAVABlAHgAdAAuACAAVABoAGUAIAB3AGUAYgAgAGYAbwBuAHQAIABmAGEAbQBpAGwAaQBlAHMAIABoAGEAdgBlACAAZABpAGYAZgBlAHIAaQBuAGcAIAB4AGgAZQBpAGcAaAB0AHMALAAgAGQAZQBzAGMAZQBuAGQAZQByACAAYQBuAGQAIABhAHMAYwBlAG4AZABlAHIAIABlAHgAdABlAG4AcwBpAG8AbgBzACwAIABhAGQAdgBhAG4AYwBlAG0AZQBuAHQALAAgAGMAbwB1AG4AdABlAHIAcwAsACAAYQBuAGQAIABiAG8AdwBsAHMALgAgAFQAaABlAHMAZQAgAGQAaQBmAGYAZQByAGUAbgBjAGUAcwAgAHcAZQByAGUAIABwAHUAcgBwAG8AcwBlAGwAeQAgAG0AYQBkAGUAIAB0AG8AIABvAHAAdABpAG0AaQB6AGUAIAB0AGgAZQAgAGwAZQBnAGkAYgBpAGwAaQB0AHkAIABvAGYAIABlAGEAYwBoACAAZgBhAG0AaQBsAHkAIABpAG4AIAB0AGgAZQAgAHQAeQBwAGUAIABzAGkAegBlACAAZgBvAHIAIAB3AGgAaQBjAGgAIAB0AGgAZQB5ACAAYQByAGUAIAB1AHQAaQBsAGkAegBlAGQALgAgAFQAaABlACAAUwBGACAAUAByAG8AIABJAGMAbwBuAHMAIABjAGgAYQByAGEAYwB0AGUAcgAgAHMAZQB0ACAAaQBuAGMAbAB1AGQAZQBzACAAQwBUAEEAIABpAGMAbwBuAG8AZwByAGEAcABoAHkALAAgAFUASQAgAGUAbABlAG0AZQBuAHQAcwAsACAAYQBuAGQAIABpAG4AdABlAHIAbgBhAGwAIAB1AHMAZQAgAHMAcABlAGMAaQBhAGwAIABjAGgAYQByAGEAYwB0AGUAcgBzACAAYQBuAGQAIABpAHMAIABhAHYAYQBpAGwAYQBiAGwAZQAgAGEAcwAgAGEAIABmAGEAbQBpAGwAeQAgAG8AZgAgAHQAcgB1AGUAIAB0AHkAcABlACAAZgBvAG4AdABzACAAaQBuACAAZgBvAHUAcgAgAHcAZQBpAGcAaAB0AHMALgAAQ3JlYXRlZCBpbiAyMDE1LCB0aGUgb3JpZ2luYWwgZ2x5cGggZm9udCwgQXBwbGUgSWNvbnMsIHdhcyBwcm9kdWNlZCB0byB3b3JrIGluIHVuaXNvbiB3aXRoIE15cmlhZCBTZXQgUHJvIGFuZCBzZXJ2ZWQgdG8gc3RyZW5ndGhlbiBpbnRlcmFjdGl2ZSBsaW5rcyBvbiB3ZWIuIEFwcGxlIEljb25zIHdvdWxkIGxhdGVyIGJlY29tZSBTRiBQcm8gSWNvbnMgcmVkZXNpZ25lZCB0byBhbGlnbiB0byBBcHBsZSdzIG5ldyB0eXBlZmFjZSwgU2FuIEZyYW5jaXNjbywgaW4gMjAxNi4gVGhlIHJlZGVzaWduIGFkZHJlc3NlcyBhIG51bWJlciBvZiBpc3N1ZXMgdGhhdCB3ZXJlIHByZXNlbnQgaW4gQXBwbGUgSWNvbnMuIEltcHJvdmVtZW50cyBpbmNsdWRlIG1hdGNoZWQgdHlwZSBtZXRyaWNzLCBicmFuZCBJRCBzdGFuZGFyZGl6ZWQgQXBwbGUgbG9nbyBjaGFyYWN0ZXIsIHdlYiBmb250IG9wdGltaXphdGlvbiwgY3VzdG9tIGNoYXJhY3RlciBzcGFjaW5nLCBwYXJlbnQgdHlwZSBhbGlnbm1lbnQsIGV0Yy4gU0YgUHJvIEljb25zIGlzIGRlc2lnbmVkIHRvIGJlIGFkYXB0YWJsZSB0byB3b3JrIHdpdGggb3VyIHR3byB3ZWIgZm9udCBmYW1pbGllcywgU0YgUHJvIERpc3BsYXkgYW5kIFNGIFBybyBUZXh0LiBUaGUgd2ViIGZvbnQgZmFtaWxpZXMgaGF2ZSBkaWZmZXJpbmcgeGhlaWdodHMsIGRlc2NlbmRlciBhbmQgYXNjZW5kZXIgZXh0ZW5zaW9ucywgYWR2YW5jZW1lbnQsIGNvdW50ZXJzLCBhbmQgYm93bHMuIFRoZXNlIGRpZmZlcmVuY2VzIHdlcmUgcHVycG9zZWx5IG1hZGUgdG8gb3B0aW1pemUgdGhlIGxlZ2liaWxpdHkgb2YgZWFjaCBmYW1pbHkgaW4gdGhlIHR5cGUgc2l6ZSBmb3Igd2hpY2ggdGhleSBhcmUgdXRpbGl6ZWQuIFRoZSBTRiBQcm8gSWNvbnMgY2hhcmFjdGVyIHNldCBpbmNsdWRlcyBDVEEgaWNvbm9ncmFwaHksIFVJIGVsZW1lbnRzLCBhbmQgaW50ZXJuYWwgdXNlIHNwZWNpYWwgY2hhcmFjdGVycyBhbmQgaXMgYXZhaWxhYmxlIGFzIGEgZmFtaWx5IG9mIHRydWUgdHlwZSBmb250cyBpbiBmb3VyIHdlaWdodHMuAABoAHQAdABwADoALwAvAHcAdwB3AC4AYQBwAHAAbABlAC4AYwBvAG0AAGh0dHA6Ly93d3cuYXBwbGUuY29tAABoAHQAdABwADoALwAvAHcAdwB3AC4AYQBwAHAAbABlAC4AYwBvAG0AAGh0dHA6Ly93d3cuYXBwbGUuY29tAABUAGgAaQBzACAAZgBvAG4AdAAgAHMAbwBmAHQAdwBhAHIAZQAgAGkAcwAgAHQAaABlACAAdgBhAGwAdQBhAGIAbABlACAAcAByAG8AcABlAHIAdAB5ACAAbwBmACAAQQBwAHAAbABlACAASQBuAGMALgAgAHwAIABJAG4AdABlAHIAYQBjAHQAaQB2AGUAIABNAEEAUgBDAE8ATQAuACAAUgBlAHAAbABpAGMAYQB0AGkAbwBuACwAIABhAGwAdABlAHIAYQB0AGkAbwBuACwAIABhAG4AZAAgAGQAaQBzAHQAcgBpAGIAdQB0AGkAbwBuACAAbwBmACAAdABoAGkAcwAgAGYAbwBuAHQAIABpAHMAIABzAHQAcgBpAGMAdABsAHkAIABwAHIAbwBoAGkAYgBpAHQAZQBkAC4AIABBAHAAcABsAGUAIABJAG4AYwAuACAAYQBsAGwAIAByAGkAZwBoAHQAcwAgAHIAZQBzAGUAcgB2AGUAZAAuAABUaGlzIGZvbnQgc29mdHdhcmUgaXMgdGhlIHZhbHVhYmxlIHByb3BlcnR5IG9mIEFwcGxlIEluYy4gfCBJbnRlcmFjdGl2ZSBNQVJDT00uIFJlcGxpY2F0aW9uLCBhbHRlcmF0aW9uLCBhbmQgZGlzdHJpYnV0aW9uIG9mIHRoaXMgZm9udCBpcyBzdHJpY3RseSBwcm9oaWJpdGVkLiBBcHBsZSBJbmMuIGFsbCByaWdodHMgcmVzZXJ2ZWQuAABoAHQAdABwAHMAOgAvAC8AdwB3AHcALgBhAHAAcABsAGUALgBjAG8AbQAvAGwAZQBnAGEAbAAvAGkAbgB0AGUAbABsAGUAYwB0AHUAYQBsAC0AcAByAG8AcABlAHIAdAB5AC8AAGh0dHBzOi8vd3d3LmFwcGxlLmNvbS9sZWdhbC9pbnRlbGxlY3R1YWwtcHJvcGVydHkvAABTAEYAIABQAHIAbwAgAEkAYwBvAG4AcwAAU0YgUHJvIEljb25zAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAAAAAAACAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGwAAAABAAIBAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8BIAEhASIBIwEkASUBJgEnASgBKQEqAA4A7wErASwAIgEtAS4BLwEwATEBMgEzATQBNQE2ATcBOAE5AToBOwE8AT0BPgE/AUABQQFCAUMBRAFFAUYBRwFIAUkBSgFLAUwBTQFOAU8BUAFRAVIBUwFUAVUBVgFXAVgBWQFaAVsBXAFdAV4BXwFgAWEBYgFjAWQBZQFmANIDZ2FwCWZ1bGxibG9jawV1RjMxQQV1RjMxQgV1RjMxQwV1RjMxRAV1RjMyMgV1RjMyMwV1RjMyNAV1RjMyNQV1RjMyNgV1RjMyNwV1RjMyOAV1RjMyOQV1RjMyRgV1RjMzNAV1RjMzNQV1RjMzNgV1RjMzNwV1RjMzOAV1RjMzOQV1RjMzQQV1RjMzQgV1RjMzQwV1RjMzRAV1RjMzRQV1RjMzRgV1RjM0MAV1RjM0MQV1RjM1NgV1RjM1RgV1RjM2NQtjaGV2cm9ubGVmdAxjaGV2cm9ucmlnaHQJY2hldnJvbnVwC2NoZXZyb25kb3duEWNoZXZyb25sZWZ0Y2lyY2xlEmNoZXZyb25yaWdodGNpcmNsZQ9jaGV2cm9udXBjaXJjbGURY2hldnJvbmRvd25jaXJjbGUFcmVzZXQFY2hlY2sLZXhjbGFtYXRpb24LcmVzZXRjaXJjbGUKcGx1c2NpcmNsZQttaW51c2NpcmNsZQtjaGVja2NpcmNsZRFleGNsYW1hdGlvbmNpcmNsZQ5xdWVzdGlvbmNpcmNsZQpyZXNldHNvbGlkCXBsdXNzb2xpZAptaW51c3NvbGlkCmNoZWNrc29saWQQZXhjbGFtYXRpb25zb2xpZA1xdWVzdGlvbnNvbGlkBHBsYXkFcGF1c2UEc3RvcAZyZXBsYXkEaW5mbwhkb3dubG9hZAZjaXJjbGUIZXh0ZXJuYWwFc2hhcmUTcXVlc3Rpb25fY2lyY2xlX3J0bBJxdWVzdGlvbl9zb2xpZF9ydGwMcXVlc3Rpb25fcnRsDGV4dGVybmFsX3J0bAlzZWN0aW9uMDEJc2VjdGlvbjAyCXNlY3Rpb24wMwlzZWN0aW9uMDQJc2VjdGlvbjA1CXNlY3Rpb24wNglzZWN0aW9uMDcJc2VjdGlvbjA4CXNlY3Rpb24wOQlzZWN0aW9uMTAJc2VjdGlvbjExCXNlY3Rpb24xMglzZWN0aW9uMTMJc2VjdGlvbjE0CXNlY3Rpb24xNQlzZWN0aW9uMTYJc2VjdGlvbjE3CXNlY3Rpb24xOAlzZWN0aW9uMTkJc2VjdGlvbjIwC3ZpZGVvcmVwbGF5CnZpZGVvcGF1c2UJdmlkZW9wbGF5CnBhZGRsZWxlZnQLcGFkZGxlcmlnaHQIcGFkZGxldXAKcGFkZGxlZG93bgptb2RhbGNsb3NlD3BhZGRsZWxlZnRzaG9ydBBwYWRkbGVyaWdodHNob3J0DXBhZGRsZXVwc2hvcnQPcGFkZGxlZG93bnNob3J0D21vZGFsY2xvc2VzaG9ydAAAAAAAAf//AAIAAQAAAAwAAAAWAAAAAgABAAMAawABAAQAAAACAAAAAAAAAAEAAAAA2pIEAQAAAADXPJGTAAAAANc8kZM=) format("truetype"); font-weight: normal; font-style: normal; } .channel-html .icon-after { display: inline-block; } .channel-html .icon-after::after { background: inherit; background-size: 5em 100%; background-position: -60px center; } .channel-html .key-line { display: flex; width: 100%; height: 20px; } .channel-html .key-line .liner { align-self: center; } .channel-html .link-wrapper { display: inline-flex; } .channel-html .link-wrapper:focus { outline: 4px solid var(--focus-color); } .channel-html .link-wrapper.link-standalone:link:link:focus { outline: 4px solid var(--focus-color); text-decoration: unset; } 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 .section.large-show { display: flex; } @media only screen and (max-width: 1068px) { .channel-html .section.medium-show { display: flex !important; } } @media only screen and (max-width: 734px) { .channel-html .section.small-show { display: flex !important; } } .channel-html .section.large-hide { display: none; } @media only screen and (max-width: 1068px) { .channel-html .section.medium-hide { display: none; } } @media only screen and (max-width: 734px) { .channel-html .section.small-hide { display: none !important; } } .channel-html .stat { white-space: normal; margin: 0; } .channel-html .stat .stat-content { margin: 0 !important; } .channel-html .stat-caption-up { word-wrap: break-word; bottom: 0.3em !important; position: relative !important; display: inline-block !important; } .channel-html .stat-caption-bottom { top: 0.2em !important; position: relative !important; display: block !important; } .channel-html .stat .stat-caption-up.helvetica-neue, .channel-html .stat .stat-caption-bottom.helvetica-neue { letter-spacing: normal; } .image-icon_cycletracking_elevated { width: 42px; height: 42px; background-size: 42px 42px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_icon_cycletracking_elevated_large.png?60000ae1e5d0); } .image-icon_chip_s6_elevated { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_icon_chip_s6_elevated_large.png?60000adfd130); } .image-icon_sos_circle_elevated { width: 42px; height: 42px; background-size: 42px 42px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_icon_sos_circle_elevated_large.png?60000ae1dce0); } .image-apple_fitness_plus { width: 427px; height: 216px; background-size: 427px 216px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_apple_fitness_plus_large.png?60000aee1290); } .image-apple_fitness_plus_logo { width: 93px; height: 19px; background-size: 93px 19px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_apple_fitness_plus_logo_large.png?60000aefa470); } .image-icon_chip_s10_elevated { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_icon_chip_s10_elevated_large.png?60000adfe1b0); } .image-icon_watchface_applewatch_case_elevated { width: 37px; height: 39px; background-size: 37px 39px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_icon_watchface_applewatch_case_elevated_large.png?60000ae60a50); } .image-finishes { width: 380px; height: 378px; background-size: 380px 378px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_finishes_large.png?60000aed7230); } .image-header_s8_45mm_silver_aluminum_case_white_sport_band { width: 150px; height: 197px; background-size: 150px 197px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_header_s8_45mm_silver_aluminum_case_white_sport_band_large.png?60000adae680); } .image-header_se_2nd_gen_44mm_starlight_aluminum_case_starlight_sport_band { width: 150px; height: 197px; background-size: 150px 197px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_header_se_2nd_gen_44mm_starlight_aluminum_case_starlight_sport_band_large.png?60000adada20); } .image-icon_apple_vitals_elevated { width: 42px; height: 42px; background-size: 42px 42px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_icon_apple_vitals_elevated_large.png?60000ae1c0b0); } .image-safety { width: 306px; height: 318px; background-size: 306px 318px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_safety_large.png?60000aea7e90); } .image-header_s6_44mm_silver_aluminum_case_white_sport_band { width: 150px; height: 197px; background-size: 150px 197px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_header_s6_44mm_silver_aluminum_case_white_sport_band_large.png?60000adaff40); } .image-connectivity { width: 365px; height: 330px; background-size: 365px 330px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_connectivity_large.png?60000aea1ef0); } .image-header_se_44mm_silver_aluminum_case_starlight_sport_band { width: 150px; height: 197px; background-size: 150px 197px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_header_se_44mm_silver_aluminum_case_starlight_sport_band_large.png?60000adaca50); } .image-icon_battery_100_bolt_elevated { width: 48px; height: 26px; background-size: 48px 26px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_icon_battery_100_bolt_elevated_large.png?60000ae637b0); } .image-apple_care_plus { width: 216px; height: 293px; background-size: 216px 293px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_apple_care_plus_large.png?60000aef3bd0); } .image-icon_antenna_radiowaves_left_and_right_elevated { width: 43px; height: 39px; background-size: 43px 39px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_icon_antenna_radiowaves_left_and_right_elevated_large.png?60000ae62680); } .image-header_s1_42mm_silver_aluminum_case_white_sport_band { width: 144px; height: 197px; background-size: 144px 197px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_header_s1_42mm_silver_aluminum_case_white_sport_band_large.png?60000adaeaa0); } .image-icon_drop_elevated { width: 29px; height: 41px; background-size: 29px 41px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_icon_drop_elevated_large.png?60000ae1d600); } .image-icon_chip_s1_elevated { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_icon_chip_s1_elevated_large.png?60000adcacb0); } .image-header_ultra_49mm_titanium_white_ocean_band { width: 171px; height: 197px; background-size: 171px 197px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_header_ultra_49mm_titanium_white_ocean_band_large.png?60000ada8d10); } .image-display { width: 829px; height: 521px; background-size: 829px 521px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_display_large.png?60000ae9f020); } .image-health { width: 590px; height: 490px; background-size: 590px 490px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_health_large.png?60000aef1080); } .image-icon_battery_100percent_elevated { width: 48px; height: 26px; background-size: 48px 26px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_icon_battery_100percent_elevated_large.png?60000ae161b0); } .image-icon_watchhealth_heart_elevated { width: 42px; height: 37px; background-size: 42px 37px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_icon_watchhealth_heart_elevated_large.png?60000ae60630); } .image-design { width: 511px; height: 577px; background-size: 511px 577px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_design_large.png?60000aef34f0); } .image-icon_chip_s8_elevated { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_icon_chip_s8_elevated_large.png?60000adfcbb0); } .image-header_s5_44mm_silver_aluminum_case_white_sport_band { width: 150px; height: 197px; background-size: 150px 197px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_header_s5_44mm_silver_aluminum_case_white_sport_band_large.png?60000adaecb0); } .image-icon_watchface_applewatch_case_inset_filled_elevated { width: 37px; height: 38px; background-size: 37px 38px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_icon_watchface_applewatch_case_inset_filled_elevated_large.png?60000ae60fd0); } .image-header_s4_44mm_silver_aluminum_case_white_sport_band { width: 150px; height: 197px; background-size: 150px 197px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_header_s4_44mm_silver_aluminum_case_white_sport_band_large.png?60000adb72e0); } .image-icon_chip_s3_elevated { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_icon_chip_s3_elevated_large.png?60000adc9a20); } .image-hero_logo { width: 152px; height: 58px; background-size: 152px 58px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_hero_logo_large.png?60000aef1ef0); } .image-icon_chip_s9_elevated { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_icon_chip_s9_elevated_large.png?60000adfcd10); } .image-header_s7_45mm_starlight_aluminum_case_starlight_sport_band { width: 150px; height: 197px; background-size: 150px 197px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_header_s7_45mm_starlight_aluminum_case_starlight_sport_band_large.png?60000adafd30); } .image-icon_applewatch_case_elevated { width: 37px; height: 39px; background-size: 37px 39px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_icon_applewatch_case_elevated_large.png?60000ae1fa70); } .image-fitness_lifestyle { width: 980px; height: 600px; background-size: 980px 600px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_fitness_lifestyle_large.png?60000aed79c0); } .image-flex_checkmark { width: 15px; height: 14px; background-size: 15px 14px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_flex_checkmark_large.png?60000aeefde0); } .image-bands { width: 527px; height: 415px; background-size: 527px 415px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_bands_large.png?60000aea7180); } .image-icon_chip_s4_elevated { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_icon_chip_s4_elevated_large.png?60000adc9970); } .image-hero { width: 1268px; height: 458px; background-size: 1268px 458px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_hero_large.png?60000aea8e70); } .image-icon_applewatch_case_sizes_elevated { width: 43px; height: 38px; background-size: 43px 38px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_icon_applewatch_case_sizes_elevated_large.png?60000ae1ef70); } .image-icon_bed_double_elevated { width: 48px; height: 32px; background-size: 48px 32px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_icon_bed_double_elevated_large.png?60000ae1d290); } .image-icon_chip_s7_elevated { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_icon_chip_s7_elevated_large.png?60000adfd550); } .image-header_s9_45mm_stardust_aluminum_case_stardust_sport_band { width: 150px; height: 197px; background-size: 150px 197px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_header_s9_45mm_stardust_aluminum_case_stardust_sport_band_large.png?60000adaec00); } .image-icon_chip_s5_elevated { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_icon_chip_s5_elevated_large.png?60000adfcfd0); } .image-charging { width: 429px; height: 433px; background-size: 429px 433px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_charging_large.png?60000aecee10); } .image-header_s3_42mm_silver_aluminum_case_white_sport_band { width: 144px; height: 197px; background-size: 144px 197px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_header_s3_42mm_silver_aluminum_case_white_sport_band_large.png?60000adb7390); } .image-icon_chip_s2_elevated { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_icon_chip_s2_elevated_large.png?60000adc82c0); } .image-header_s2_42mm_silver_aluminum_case_white_sport_band { width: 144px; height: 197px; background-size: 144px 197px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_header_s2_42mm_silver_aluminum_case_white_sport_band_large.png?60000adb7700); } .image-header_ultra_2_49mm_black_titanium_milanese_loop { width: 169px; height: 197px; background-size: 169px 197px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_header_ultra_2_49mm_black_titanium_milanese_loop_large.png?60000adadad0); } .image-header_s10_46mm_jet_black_aluminum_case_winter_ink_sport_loop { width: 156px; height: 197px; background-size: 156px 197px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_header_s10_46mm_jet_black_aluminum_case_winter_ink_sport_loop_large.png?60000adafe90); } @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-header_se_2nd_gen_44mm_starlight_aluminum_case_starlight_sport_band { width: 150px; height: 197px; background-size: 150px 197px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_header_se_2nd_gen_44mm_starlight_aluminum_case_starlight_sport_band_large_2x.png?60000adafa70); } } @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-icon_chip_s8_elevated { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_icon_chip_s8_elevated_large_2x.png?60000adfd4a0); } } @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-display { width: 829px; height: 521px; background-size: 829px 521px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_display_large_2x.png?60000aef86e0); } } @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-icon_antenna_radiowaves_left_and_right_elevated { width: 43px; height: 39px; background-size: 43px 39px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_icon_antenna_radiowaves_left_and_right_elevated_large_2x.png?60000ae17180); } } @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-icon_watchface_applewatch_case_elevated { width: 37px; height: 39px; background-size: 37px 39px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_icon_watchface_applewatch_case_elevated_large_2x.png?60000ae63910); } } @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-header_s1_42mm_silver_aluminum_case_white_sport_band { width: 144px; height: 197px; background-size: 144px 197px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_header_s1_42mm_silver_aluminum_case_white_sport_band_large_2x.png?60000adaed60); } } @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-icon_battery_100_bolt_elevated { width: 48px; height: 26px; background-size: 48px 26px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_icon_battery_100_bolt_elevated_large_2x.png?60000ae61340); } } @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-icon_drop_elevated { width: 29px; height: 41px; background-size: 29px 41px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_icon_drop_elevated_large_2x.png?60000ae61c30); } } @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-header_ultra_49mm_titanium_white_ocean_band { width: 171px; height: 197px; background-size: 171px 197px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_header_ultra_49mm_titanium_white_ocean_band_large_2x.png?60000ada98c0); } } @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-icon_chip_s3_elevated { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_icon_chip_s3_elevated_large_2x.png?60000adc9b80); } } @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-safety { width: 306px; height: 318px; background-size: 306px 318px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_safety_large_2x.png?60000aea48f0); } } @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-apple_care_plus { width: 216px; height: 293px; background-size: 216px 293px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_apple_care_plus_large_2x.png?60000aef1290); } } @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-bands { width: 527px; height: 415px; background-size: 527px 415px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_bands_large_2x.png?60000aea6aa0); } } @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-icon_chip_s1_elevated { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_icon_chip_s1_elevated_large_2x.png?60000adcb230); } } @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-header_s2_42mm_silver_aluminum_case_white_sport_band { width: 144px; height: 197px; background-size: 144px 197px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_header_s2_42mm_silver_aluminum_case_white_sport_band_large_2x.png?60000adae890); } } @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-icon_sos_circle_elevated { width: 42px; height: 42px; background-size: 42px 42px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_icon_sos_circle_elevated_large_2x.png?60000ae1c6e0); } } @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-flex_checkmark { width: 15px; height: 14px; background-size: 15px 14px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_flex_checkmark_large_2x.png?60000aefaf70); } } @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-charging { width: 429px; height: 433px; background-size: 429px 433px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_charging_large_2x.png?60000aecf230); } } @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-header_s8_45mm_silver_aluminum_case_white_sport_band { width: 150px; height: 197px; background-size: 150px 197px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_header_s8_45mm_silver_aluminum_case_white_sport_band_large_2x.png?60000adae730); } } @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-header_se_44mm_silver_aluminum_case_starlight_sport_band { width: 150px; height: 197px; background-size: 150px 197px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_header_se_44mm_silver_aluminum_case_starlight_sport_band_large_2x.png?60000adac9a0); } } @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-icon_apple_vitals_elevated { width: 42px; height: 42px; background-size: 42px 42px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_icon_apple_vitals_elevated_large_2x.png?60000ae63390); } } @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-design { width: 511px; height: 577px; background-size: 511px 577px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_design_large_2x.png?60000aee3a70); } } @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-header_s9_45mm_stardust_aluminum_case_stardust_sport_band { width: 150px; height: 197px; background-size: 150px 197px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_header_s9_45mm_stardust_aluminum_case_stardust_sport_band_large_2x.png?60000adac630); } } @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-icon_chip_s7_elevated { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_icon_chip_s7_elevated_large_2x.png?60000adfd3f0); } } @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-icon_applewatch_case_elevated { width: 37px; height: 39px; background-size: 37px 39px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_icon_applewatch_case_elevated_large_2x.png?60000ae609a0); } } @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-connectivity { width: 365px; height: 330px; background-size: 365px 330px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_connectivity_large_2x.png?60000aea1ad0); } } @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-finishes { width: 380px; height: 378px; background-size: 380px 378px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_finishes_large_2x.png?60000aed7d30); } } @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-icon_applewatch_case_sizes_elevated { width: 43px; height: 38px; background-size: 43px 38px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_icon_applewatch_case_sizes_elevated_large_2x.png?60000ae60370); } } @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-header_s7_45mm_starlight_aluminum_case_starlight_sport_band { width: 150px; height: 197px; background-size: 150px 197px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_header_s7_45mm_starlight_aluminum_case_starlight_sport_band_large_2x.png?60000adafc80); } } @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-hero { width: 1268px; height: 458px; background-size: 1268px 458px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_hero_large_2x.png?60000aeaa940); } } @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-header_s10_46mm_jet_black_aluminum_case_winter_ink_sport_loop { width: 156px; height: 197px; background-size: 156px 197px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_header_s10_46mm_jet_black_aluminum_case_winter_ink_sport_loop_large_2x.png?60000adaf650); } } @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-header_ultra_2_49mm_black_titanium_milanese_loop { width: 169px; height: 197px; background-size: 169px 197px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_header_ultra_2_49mm_black_titanium_milanese_loop_large_2x.png?60000adb5d90); } } @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-health { width: 590px; height: 490px; background-size: 590px 490px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_health_large_2x.png?60000aef1d90); } } @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-icon_cycletracking_elevated { width: 42px; height: 42px; background-size: 42px 42px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_icon_cycletracking_elevated_large_2x.png?60000ae630d0); } } @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-icon_chip_s5_elevated { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_icon_chip_s5_elevated_large_2x.png?60000adca3c0); } } @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-icon_chip_s9_elevated { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_icon_chip_s9_elevated_large_2x.png?60000adfcc60); } } @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-icon_bed_double_elevated { width: 48px; height: 32px; background-size: 48px 32px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_icon_bed_double_elevated_large_2x.png?60000ae61600); } } @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-header_s6_44mm_silver_aluminum_case_white_sport_band { width: 150px; height: 197px; background-size: 150px 197px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_header_s6_44mm_silver_aluminum_case_white_sport_band_large_2x.png?60000adaf4f0); } } @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-icon_chip_s6_elevated { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_icon_chip_s6_elevated_large_2x.png?60000adfd080); } } @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-apple_fitness_plus_logo { width: 93px; height: 19px; background-size: 93px 19px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_apple_fitness_plus_logo_large_2x.png?60000aeef5a0); } } @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-icon_watchface_applewatch_case_inset_filled_elevated { width: 37px; height: 38px; background-size: 37px 38px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_icon_watchface_applewatch_case_inset_filled_elevated_large_2x.png?60000ae60420); } } @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-icon_battery_100percent_elevated { width: 48px; height: 26px; background-size: 48px 26px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_icon_battery_100percent_elevated_large_2x.png?60000ae17f40); } } @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-icon_chip_s4_elevated { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_icon_chip_s4_elevated_large_2x.png?60000adc9ad0); } } @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-apple_fitness_plus { width: 427px; height: 216px; background-size: 427px 216px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_apple_fitness_plus_large_2x.png?60000aefa730); } } @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-hero_logo { width: 152px; height: 58px; background-size: 152px 58px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_hero_logo_large_2x.png?60000aef1600); } } @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-icon_watchhealth_heart_elevated { width: 42px; height: 37px; background-size: 42px 37px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_icon_watchhealth_heart_elevated_large_2x.png?60000ae1e730); } } @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-header_s5_44mm_silver_aluminum_case_white_sport_band { width: 150px; height: 197px; background-size: 150px 197px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_header_s5_44mm_silver_aluminum_case_white_sport_band_large_2x.png?60000adae520); } } @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-header_s4_44mm_silver_aluminum_case_white_sport_band { width: 150px; height: 197px; background-size: 150px 197px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_header_s4_44mm_silver_aluminum_case_white_sport_band_large_2x.png?60000adae470); } } @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-fitness_lifestyle { width: 980px; height: 600px; background-size: 980px 600px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_fitness_lifestyle_large_2x.png?60000aed61b0); } } @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-icon_chip_s10_elevated { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_icon_chip_s10_elevated_large_2x.png?60000adfe9f0); } } @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-icon_chip_s2_elevated { width: 38px; height: 38px; background-size: 38px 38px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_icon_chip_s2_elevated_large_2x.png?60000adcbe90); } } @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-header_s3_42mm_silver_aluminum_case_white_sport_band { width: 144px; height: 197px; background-size: 144px 197px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_header_s3_42mm_silver_aluminum_case_white_sport_band_large_2x.png?60000adb4630); } } @media only screen and (max-width: 1068px) { .image-hero_logo { width: 151px; height: 58px; background-size: 151px 58px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_hero_logo_medium.png?60000aefbde0); } } @media only screen and (max-width: 1068px) { .image-bands { width: 321px; height: 355px; background-size: 321px 355px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_bands_medium.png?60000aea61b0); } } @media only screen and (max-width: 1068px) { .image-apple_care_plus { width: 177px; height: 239px; background-size: 177px 239px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_apple_care_plus_medium.png?60000aeef7b0); } } @media only screen and (max-width: 1068px) { .image-fitness_lifestyle { width: 692px; height: 505px; background-size: 692px 505px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_fitness_lifestyle_medium.png?60000aed6100); } } @media only screen and (max-width: 1068px) { .image-flex_checkmark { width: 15px; height: 14px; background-size: 15px 14px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_flex_checkmark_medium.png?60000aeee680); } } @media only screen and (max-width: 1068px) { .image-hero { width: 850px; height: 307px; background-size: 850px 307px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_hero_medium.png?60000aeaa100); } } @media only screen and (max-width: 1068px) { .image-apple_fitness_plus { width: 365px; height: 208px; background-size: 365px 208px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_apple_fitness_plus_medium.png?60000ae9fa70); } } @media only screen and (max-width: 1068px) { .image-safety { width: 263px; height: 273px; background-size: 263px 273px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_safety_medium.png?60000aea6f70); } } @media only screen and (max-width: 1068px) { .image-design { width: 308px; height: 348px; background-size: 308px 348px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_design_medium.png?60000aeed760); } } @media only screen and (max-width: 1068px) { .image-finishes { width: 336px; height: 325px; background-size: 336px 325px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_finishes_medium.png?60000aed4e70); } } @media only screen and (max-width: 1068px) { .image-health { width: 388px; height: 323px; background-size: 388px 323px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_health_medium.png?60000aee2730); } } @media only screen and (max-width: 1068px) { .image-connectivity { width: 259px; height: 234px; background-size: 259px 234px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_connectivity_medium.png?60000aecc840); } } @media only screen and (max-width: 1068px) { .image-apple_fitness_plus_logo { width: 92px; height: 19px; background-size: 92px 19px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_apple_fitness_plus_logo_medium.png?60000aee1970); } } @media only screen and (max-width: 1068px) { .image-charging { width: 267px; height: 304px; background-size: 267px 304px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_charging_medium.png?60000aece1b0); } } @media only screen and (max-width: 1068px) { .image-display { width: 541px; height: 334px; background-size: 541px 334px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_display_medium.png?60000ae9f230); } } @media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) { .image-charging { width: 267px; height: 304px; background-size: 267px 304px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_charging_medium_2x.png?60000aece3c0); } } @media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) { .image-display { width: 541px; height: 334px; background-size: 541px 334px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_display_medium_2x.png?60000aeec370); } } @media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) { .image-hero_logo { width: 151px; height: 58px; background-size: 151px 58px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_hero_logo_medium_2x.png?60000aeeeb50); } } @media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) { .image-fitness_lifestyle { width: 692px; height: 505px; background-size: 692px 505px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_fitness_lifestyle_medium_2x.png?60000aed6050); } } @media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) { .image-health { width: 388px; height: 323px; background-size: 388px 323px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_health_medium_2x.png?60000aee4370); } } @media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) { .image-apple_fitness_plus_logo { width: 92px; height: 19px; background-size: 92px 19px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_apple_fitness_plus_logo_medium_2x.png?60000aefa940); } } @media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) { .image-hero { width: 850px; height: 307px; background-size: 850px 307px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_hero_medium_2x.png?60000aeab0d0); } } @media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) { .image-finishes { width: 336px; height: 325px; background-size: 336px 325px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_finishes_medium_2x.png?60000aed4d10); } } @media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) { .image-flex_checkmark { width: 15px; height: 14px; background-size: 15px 14px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_flex_checkmark_medium_2x.png?60000aee94a0); } } @media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) { .image-connectivity { width: 259px; height: 234px; background-size: 259px 234px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_connectivity_medium_2x.png?60000aece5d0); } } @media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) { .image-bands { width: 321px; height: 355px; background-size: 321px 355px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_bands_medium_2x.png?60000aea7650); } } @media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) { .image-apple_fitness_plus { width: 365px; height: 208px; background-size: 365px 208px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_apple_fitness_plus_medium_2x.png?60000aee9600); } } @media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) { .image-safety { width: 263px; height: 273px; background-size: 263px 273px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_safety_medium_2x.png?60000aea7a70); } } @media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) { .image-apple_care_plus { width: 177px; height: 239px; background-size: 177px 239px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_apple_care_plus_medium_2x.png?60000aee88f0); } } @media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) { .image-design { width: 308px; height: 348px; background-size: 308px 348px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_design_medium_2x.png?60000aee2f70); } } @media only screen and (max-width: 734px) { .image-charging { width: 240px; height: 265px; background-size: 240px 265px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_charging_small.png?60000aecc8f0); } } @media only screen and (max-width: 734px) { .image-header_ultra_2_49mm_black_titanium_milanese_loop { width: 91px; height: 106px; background-size: 91px 106px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_header_ultra_2_49mm_black_titanium_milanese_loop_small.png?60000ada8dc0); } } @media only screen and (max-width: 734px) { .image-header_s10_46mm_jet_black_aluminum_case_winter_ink_sport_loop { width: 84px; height: 106px; background-size: 84px 106px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_header_s10_46mm_jet_black_aluminum_case_winter_ink_sport_loop_small.png?60000adaf860); } } @media only screen and (max-width: 734px) { .image-header_s6_44mm_silver_aluminum_case_white_sport_band { width: 81px; height: 106px; background-size: 81px 106px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_header_s6_44mm_silver_aluminum_case_white_sport_band_small.png?60000adafde0); } } @media only screen and (max-width: 734px) { .image-header_s4_44mm_silver_aluminum_case_white_sport_band { width: 81px; height: 106px; background-size: 81px 106px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_header_s4_44mm_silver_aluminum_case_white_sport_band_small.png?60000adb7860); } } @media only screen and (max-width: 734px) { .image-header_ultra_49mm_titanium_white_ocean_band { width: 92px; height: 106px; background-size: 92px 106px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_header_ultra_49mm_titanium_white_ocean_band_small.png?60000ada9080); } } @media only screen and (max-width: 734px) { .image-header_se_2nd_gen_44mm_starlight_aluminum_case_starlight_sport_band { width: 81px; height: 106px; background-size: 81px 106px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_header_se_2nd_gen_44mm_starlight_aluminum_case_starlight_sport_band_small.png?60000adac8f0); } } @media only screen and (max-width: 734px) { .image-design { width: 229px; height: 258px; background-size: 229px 258px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_design_small.png?60000aeeaf70); } } @media only screen and (max-width: 734px) { .image-health { width: 234px; height: 218px; background-size: 234px 218px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_health_small.png?60000aee0210); } } @media only screen and (max-width: 734px) { .image-connectivity { width: 236px; height: 213px; background-size: 236px 213px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_connectivity_small.png?60000aea0fd0); } } @media only screen and (max-width: 734px) { .image-header_s5_44mm_silver_aluminum_case_white_sport_band { width: 81px; height: 106px; background-size: 81px 106px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_header_s5_44mm_silver_aluminum_case_white_sport_band_small.png?60000adafbd0); } } @media only screen and (max-width: 734px) { .image-header_s8_45mm_silver_aluminum_case_white_sport_band { width: 81px; height: 106px; background-size: 81px 106px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_header_s8_45mm_silver_aluminum_case_white_sport_band_small.png?60000adac160); } } @media only screen and (max-width: 734px) { .image-header_se_44mm_silver_aluminum_case_starlight_sport_band { width: 81px; height: 106px; background-size: 81px 106px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_header_se_44mm_silver_aluminum_case_starlight_sport_band_small.png?60000adad8c0); } } @media only screen and (max-width: 734px) { .image-fitness_lifestyle { width: 320px; height: 480px; background-size: 320px 480px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_fitness_lifestyle_small.png?60000aed7c80); } } @media only screen and (max-width: 734px) { .image-apple_care_plus { width: 172px; height: 233px; background-size: 172px 233px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_apple_care_plus_small.png?60000aee69f0); } } @media only screen and (max-width: 734px) { .image-hero { width: 399px; height: 144px; background-size: 399px 144px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_hero_small.png?60000aeab230); } } @media only screen and (max-width: 734px) { .image-header_s3_42mm_silver_aluminum_case_white_sport_band { width: 79px; height: 106px; background-size: 79px 106px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_header_s3_42mm_silver_aluminum_case_white_sport_band_small.png?60000adb75a0); } } @media only screen and (max-width: 734px) { .image-safety { width: 252px; height: 262px; background-size: 252px 262px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_safety_small.png?60000aea6100); } } @media only screen and (max-width: 734px) { .image-display { width: 270px; height: 199px; background-size: 270px 199px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_display_small.png?60000aef9d90); } } @media only screen and (max-width: 734px) { .image-bands { width: 320px; height: 220px; background-size: 320px 220px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_bands_small.png?60000aea53f0); } } @media only screen and (max-width: 734px) { .image-flex_checkmark { width: 15px; height: 14px; background-size: 15px 14px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_flex_checkmark_small.png?60000aee67e0); } } @media only screen and (max-width: 734px) { .image-apple_fitness_plus { width: 278px; height: 156px; background-size: 278px 156px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_apple_fitness_plus_small.png?60000aee1c30); } } @media only screen and (max-width: 734px) { .image-apple_fitness_plus_logo { width: 87px; height: 18px; background-size: 87px 18px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_apple_fitness_plus_logo_small.png?60000aef9ce0); } } @media only screen and (max-width: 734px) { .image-header_s9_45mm_stardust_aluminum_case_stardust_sport_band { width: 81px; height: 106px; background-size: 81px 106px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_header_s9_45mm_stardust_aluminum_case_stardust_sport_band_small.png?60000adaeb50); } } @media only screen and (max-width: 734px) { .image-finishes { width: 320px; height: 321px; background-size: 320px 321px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_finishes_small.png?60000aed5ce0); } } @media only screen and (max-width: 734px) { .image-header_s7_45mm_starlight_aluminum_case_starlight_sport_band { width: 81px; height: 106px; background-size: 81px 106px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_header_s7_45mm_starlight_aluminum_case_starlight_sport_band_small.png?60000adae7e0); } } @media only screen and (max-width: 734px) { .image-header_s2_42mm_silver_aluminum_case_white_sport_band { width: 78px; height: 106px; background-size: 78px 106px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_header_s2_42mm_silver_aluminum_case_white_sport_band_small.png?60000adb4580); } } @media only screen and (max-width: 734px) { .image-hero_logo { width: 151px; height: 58px; background-size: 151px 58px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_hero_logo_small.png?60000aeeb700); } } @media only screen and (max-width: 734px) { .image-header_s1_42mm_silver_aluminum_case_white_sport_band { width: 78px; height: 106px; background-size: 78px 106px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_header_s1_42mm_silver_aluminum_case_white_sport_band_small.png?60000adb37b0); } } @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-hero_logo { width: 151px; height: 58px; background-size: 151px 58px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_hero_logo_small_2x.png?60000ae9ee10); } } @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-header_s3_42mm_silver_aluminum_case_white_sport_band { width: 79px; height: 106px; background-size: 79px 106px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_header_s3_42mm_silver_aluminum_case_white_sport_band_small_2x.png?60000adb4f20); } } @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-header_s6_44mm_silver_aluminum_case_white_sport_band { width: 81px; height: 106px; background-size: 81px 106px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_header_s6_44mm_silver_aluminum_case_white_sport_band_small_2x.png?60000adaf390); } } @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-header_ultra_49mm_titanium_white_ocean_band { width: 92px; height: 106px; background-size: 92px 106px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_header_ultra_49mm_titanium_white_ocean_band_small_2x.png?60000ada9760); } } @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-header_s2_42mm_silver_aluminum_case_white_sport_band { width: 78px; height: 106px; background-size: 78px 106px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_header_s2_42mm_silver_aluminum_case_white_sport_band_small_2x.png?60000adb77b0); } } @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-header_s7_45mm_starlight_aluminum_case_starlight_sport_band { width: 81px; height: 106px; background-size: 81px 106px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_header_s7_45mm_starlight_aluminum_case_starlight_sport_band_small_2x.png?60000adaf440); } } @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-health { width: 234px; height: 218px; background-size: 234px 218px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_health_small_2x.png?60000aef98c0); } } @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-apple_fitness_plus_logo { width: 87px; height: 18px; background-size: 87px 18px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_apple_fitness_plus_logo_small_2x.png?60000aeeef70); } } @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-header_se_2nd_gen_44mm_starlight_aluminum_case_starlight_sport_band { width: 81px; height: 106px; background-size: 81px 106px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_header_se_2nd_gen_44mm_starlight_aluminum_case_starlight_sport_band_small_2x.png?60000adae310); } } @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-finishes { width: 320px; height: 321px; background-size: 320px 321px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_finishes_small_2x.png?60000aed5b80); } } @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-safety { width: 252px; height: 262px; background-size: 252px 262px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_safety_small_2x.png?60000aea70d0); } } @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-header_s5_44mm_silver_aluminum_case_white_sport_band { width: 81px; height: 106px; background-size: 81px 106px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_header_s5_44mm_silver_aluminum_case_white_sport_band_small_2x.png?60000adaf700); } } @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-header_s1_42mm_silver_aluminum_case_white_sport_band { width: 78px; height: 106px; background-size: 78px 106px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_header_s1_42mm_silver_aluminum_case_white_sport_band_small_2x.png?60000adae940); } } @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-header_s9_45mm_stardust_aluminum_case_stardust_sport_band { width: 81px; height: 106px; background-size: 81px 106px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_header_s9_45mm_stardust_aluminum_case_stardust_sport_band_small_2x.png?60000adb6470); } } @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-hero { width: 399px; height: 144px; background-size: 399px 144px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_hero_small_2x.png?60000aeaa5d0); } } @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-apple_care_plus { width: 172px; height: 233px; background-size: 172px 233px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_apple_care_plus_small_2x.png?60000aee0c60); } } @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-fitness_lifestyle { width: 320px; height: 480px; background-size: 320px 480px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_fitness_lifestyle_small_2x.png?60000aed7bd0); } } @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-design { width: 229px; height: 258px; background-size: 229px 258px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_design_small_2x.png?60000aeee3c0); } } @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-header_ultra_2_49mm_black_titanium_milanese_loop { width: 91px; height: 106px; background-size: 91px 106px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_header_ultra_2_49mm_black_titanium_milanese_loop_small_2x.png?60000ada86e0); } } @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-apple_fitness_plus { width: 278px; height: 156px; background-size: 278px 156px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_apple_fitness_plus_small_2x.png?60000aef1810); } } @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-flex_checkmark { width: 15px; height: 14px; background-size: 15px 14px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_flex_checkmark_small_2x.png?60000aeefc80); } } @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-header_s8_45mm_silver_aluminum_case_white_sport_band { width: 81px; height: 106px; background-size: 81px 106px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_header_s8_45mm_silver_aluminum_case_white_sport_band_small_2x.png?60000adad1e0); } } @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-header_se_44mm_silver_aluminum_case_starlight_sport_band { width: 81px; height: 106px; background-size: 81px 106px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_header_se_44mm_silver_aluminum_case_starlight_sport_band_small_2x.png?60000adacf20); } } @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-connectivity { width: 236px; height: 213px; background-size: 236px 213px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_connectivity_small_2x.png?60000aeccbb0); } } @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-header_s10_46mm_jet_black_aluminum_case_winter_ink_sport_loop { width: 84px; height: 106px; background-size: 84px 106px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_header_s10_46mm_jet_black_aluminum_case_winter_ink_sport_loop_small_2x.png?60000adaf5a0); } } @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-charging { width: 240px; height: 265px; background-size: 240px 265px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_charging_small_2x.png?60000aecdfa0); } } @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-display { width: 270px; height: 199px; background-size: 270px 199px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_display_small_2x.png?60000aee3230); } } @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-header_s4_44mm_silver_aluminum_case_white_sport_band { width: 81px; height: 106px; background-size: 81px 106px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_header_s4_44mm_silver_aluminum_case_white_sport_band_small_2x.png?60000adb7230); } } @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-bands { width: 320px; height: 220px; background-size: 320px 220px; background-repeat: no-repeat; background-image: url(https://uae.sharafdg.com/wp-content/uploads/sites/7/2024/09/enaws10_bands_small_2x.png?60000aea5b80); } } .t1D2C29 { /* But you can break out of scoping via SCSS "@at-root" feature */ } .channel-html { } .channel-html .channel-custom-font-custom-17-partner-message { font-size: 17px; line-height: 21px; letter-spacing: -0.022rem; font-weight: 500; } .channel-html .channel-custom-font-custom-19-eyebrow { font-size: 19px; line-height: 23px; letter-spacing: 0.012rem; font-weight: 600; } @media only screen and (max-width: 1068px) { .channel-html .channel-custom-font-custom-19-eyebrow { font-size: 17px; line-height: 21px; letter-spacing: -0.022rem; } } .channel-html .channel-custom-font-custom-32-fixed-mod-headline { font-size: 32px; line-height: 36px; letter-spacing: 0.004rem; font-weight: 600; } @media only screen and (max-width: 1068px) { .channel-html .channel-custom-font-custom-32-fixed-mod-headline { font-size: 28px; line-height: 32px; letter-spacing: 0.007rem; } } @media only screen and (max-width: 734px) { .channel-html .channel-custom-font-custom-32-fixed-mod-headline { font-size: 24px; line-height: 28px; letter-spacing: 0.009rem; } } .channel-html .channel-custom-font-custom-40-headline-reduced { font-size: 40px; line-height: 44px; letter-spacing: 0rem; 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-40-headline-flex { font-size: 40px; line-height: 44px; letter-spacing: 0rem; font-weight: 600; } @media only screen and (max-width: 1068px) { .channel-html .channel-custom-font-custom-40-headline-flex { 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-flex { font-size: 28px; line-height: 32px; letter-spacing: 0.007rem; } } .channel-html .channel-custom-font-custom-24-eyebrow { font-size: 24px; line-height: 28px; letter-spacing: 0.009rem; font-weight: 600; } @media only screen and (max-width: 1068px) { .channel-html .channel-custom-font-custom-24-eyebrow { font-size: 21px; line-height: 25px; letter-spacing: 0.011rem; } } @media only screen and (max-width: 734px) { .channel-html .channel-custom-font-custom-24-eyebrow { font-size: 24px; line-height: 28px; letter-spacing: 0.009rem; } } .channel-html .channel-custom-font-custom-21-eyebrow-reduced { font-size: 21px; line-height: 25px; letter-spacing: 0.011rem; font-weight: 600; } @media only screen and (max-width: 734px) { .channel-html .channel-custom-font-custom-21-eyebrow-reduced { font-size: 19px; line-height: 27px; letter-spacing: 0.012rem; } } .channel-html .channel-custom-font-custom-21-eyebrow-reduced-flex { font-size: 21px; line-height: 25px; letter-spacing: 0.011rem; font-weight: 600; } @media only screen and (max-width: 734px) { .channel-html .channel-custom-font-custom-21-eyebrow-reduced-flex { font-size: 19px; line-height: 23px; letter-spacing: 0.012rem; } } .channel-html .channel-custom-font-custom-17-body-reduced { 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 { font-size: 14px; line-height: 20px; letter-spacing: -0.016rem; } } @media only screen and (max-width: 734px) { .channel-html .channel-custom-font-custom-17-body-reduced { font-size: 17px; line-height: 25px; letter-spacing: -0.022rem; } } .channel-html .channel-custom-font-custom-17-body-reduced-flex-subhead { font-size: 17px; line-height: 25px; letter-spacing: -0.022rem; font-weight: 500; } @media only screen and (max-width: 1068px) { .channel-html .channel-custom-font-custom-17-body-reduced-flex-subhead { font-size: 14px; line-height: 20px; letter-spacing: -0.016rem; } } .channel-html .channel-custom-font-custom-17-body-reduced-flex { font-size: 17px; line-height: 25px; letter-spacing: -0.022rem; font-weight: 400; } .channel-html .channel-custom-font-custom-17-links { font-size: 17px; line-height: 25px; letter-spacing: -0.025rem; font-weight: 400; } .channel-html .channel-custom-font-custom-12-sosumi-subhead { font-size: 12px; line-height: 16px; letter-spacing: -0.01rem; font-weight: 400; } .channel-html .channel-custom-font-custom-12-sosumi { font-size: 12px; line-height: 16px; letter-spacing: -0.01rem; font-weight: 400; } .channel-html .channel-custom-font-custom-17-body-reduced-flex-iPad-only { 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-iPad-only { font-size: 14px; line-height: 20px; letter-spacing: -0.016rem; } } .channel-html .channel-custom-font-custom-96-headline { font-size: 96px; line-height: 100px; letter-spacing: -0.03rem; font-weight: 600; } @media only screen and (max-width: 1068px) { .channel-html .channel-custom-font-custom-96-headline { font-size: 72px; line-height: 76px; letter-spacing: -0.026rem; } } @media only screen and (max-width: 734px) { .channel-html .channel-custom-font-custom-96-headline { font-size: 56px; line-height: 60px; letter-spacing: -0.021rem; } } .channel-html .c83D483 { margin-top: 130px; } @media only screen and (max-width: 1068px) { .channel-html .c83D483 { margin-top: 91px; } } @media only screen and (max-width: 734px) { .channel-html .c83D483 { margin-top: 91px; } } .channel-html .f450A97 { text-align: center; } .channel-html .lF69C13 { justify-content: center; } @media only screen and (max-width: 1068px) { .channel-html .n1F239E { margin-bottom: 0px; } } .channel-html .t7F653D { color: #1d1d1f; margin-top: 16px; margin-bottom: 36px; padding-left: 82px; padding-right: 82px; } @media only screen and (max-width: 1068px) { .channel-html .t7F653D { margin-top: 13px; } } @media only screen and (max-width: 734px) { .channel-html .t7F653D { margin-top: 22px; } } @media only screen and (max-width: 1068px) { .channel-html .t7F653D { margin-bottom: 34px; } } @media only screen and (max-width: 734px) { .channel-html .t7F653D { margin-bottom: 37px; } } @media only screen and (max-width: 1068px) { .channel-html .t7F653D { padding-left: 40px; } } @media only screen and (max-width: 734px) { .channel-html .t7F653D { padding-left: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .t7F653D { padding-right: 40px; } } @media only screen and (max-width: 734px) { .channel-html .t7F653D { padding-right: 0px; } } .channel-html .e61AE9B { color: #1d1d11; margin-top: 0px; margin-bottom: 28px; padding-left: 164px; padding-right: 164px; } @media only screen and (max-width: 1068px) { .channel-html .e61AE9B { margin-bottom: 29px; } } @media only screen and (max-width: 734px) { .channel-html .e61AE9B { margin-bottom: 28px; } } @media only screen and (max-width: 1068px) { .channel-html .e61AE9B { padding-left: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .e61AE9B { padding-right: 0px; } } .channel-html .s2F03A4 { color: #1d1d1f; background: #ffffff; border: solid 1px #1d1d1f; } .channel-html .s2F03A4:hover { color: #ffffff; background: #1d1d1f; } .channel-html .v74A5AA { margin-top: 73px; margin-left: 0px; } @media only screen and (max-width: 1068px) { .channel-html .v74A5AA { margin-top: 70px; } } @media only screen and (max-width: 734px) { .channel-html .v74A5AA { margin-top: 47px; } } @media only screen and (max-width: 1068px) { .channel-html .v74A5AA { margin-left: -77px; } } @media only screen and (max-width: 734px) { .channel-html .v74A5AA { margin-left: -41px; } } .channel-html .wCB86CC { background-color: #f5f5f7; } .channel-html .m93C3BD { margin-top: 89px; margin-bottom: 80px; } @media only screen and (max-width: 1068px) { .channel-html .m93C3BD { margin-top: 59px; } } @media only screen and (max-width: 734px) { .channel-html .m93C3BD { margin-top: 62px; } } @media only screen and (max-width: 1068px) { .channel-html .m93C3BD { margin-bottom: 50px; } } @media only screen and (max-width: 734px) { .channel-html .m93C3BD { margin-bottom: 50px; } } .channel-html .fAFDC3D { margin-left: 0px; display: flex; flex-direction: row; flex-wrap: wrap; } .channel-html .w3393B5 { margin-top: 0px; margin-bottom: 10px; } @media only screen and (max-width: 734px) { .channel-html .w3393B5 { margin-left: 0px; } } @media only screen and (max-width: 734px) { .channel-html .w3393B5 { margin-right: 0px; } } .channel-html .h8F176E { display: grid; grid-template-rows: minmax(undefined, 1fr); grid-auto-rows: 1fr; grid-template-columns: repeat(1, 980px); } @media only screen and (max-width: 1068px) { .channel-html .h8F176E { grid-template-rows: minmax(undefined, 1fr); } } @media only screen and (max-width: 734px) { .channel-html .h8F176E { grid-template-rows: minmax(undefined, 1fr); } } @media only screen and (max-width: 1068px) { .channel-html .h8F176E { grid-template-columns: repeat(1, 692px); } } @media only screen and (max-width: 734px) { .channel-html .h8F176E { grid-template-columns: repeat(1, 320px); } } .channel-html .h8F176E .bentobox-item { border-radius: 18px; overflow: hidden; } .channel-html .z0F6BE2 { background-color: #ffffff; grid-column-start: 1; grid-column-end: 1; grid-row-start: 1; grid-row-end: 1; position: relative; } .channel-html .z0F6BE2:before { display: block; position: absolute; pointer-events: none; top: 0; right: 0; bottom: 0; left: 0; border-style: solid; } .channel-html .q0D7B88 { min-height: 720px; } @media only screen and (max-width: 1068px) { .channel-html .q0D7B88 { min-height: 480px; } } @media only screen and (max-width: 734px) { .channel-html .q0D7B88 { min-height: 367px; } } .channel-html .w412319 { padding-top: 40px; padding-left: 40px; padding-right: 40px; text-align: center; z-index: 12; } @media only screen and (max-width: 1068px) { .channel-html .w412319 { padding-top: 35px; } } @media only screen and (max-width: 734px) { .channel-html .w412319 { padding-top: 34px; } } @media only screen and (max-width: 1068px) { .channel-html .w412319 { padding-left: 35.5px; } } @media only screen and (max-width: 734px) { .channel-html .w412319 { padding-left: 42px; } } @media only screen and (max-width: 1068px) { .channel-html .w412319 { padding-right: 35.5px; } } @media only screen and (max-width: 734px) { .channel-html .w412319 { padding-right: 40px; } } @media only screen and (max-width: 734px) { .channel-html .w412319 { text-align: left; } } .channel-html .z7A36E7 { color: #1d1d1f; margin-top: 22px; padding-left: 295px; padding-right: 295px; } @media only screen and (max-width: 1068px) { .channel-html .z7A36E7 { margin-top: 8px; } } @media only screen and (max-width: 734px) { .channel-html .z7A36E7 { margin-top: 6px; } } @media only screen and (max-width: 1068px) { .channel-html .z7A36E7 { padding-left: 165.5px; } } @media only screen and (max-width: 734px) { .channel-html .z7A36E7 { padding-left: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .z7A36E7 { padding-right: 165.5px; } } @media only screen and (max-width: 734px) { .channel-html .z7A36E7 { padding-right: 55px; } } @media only screen and (max-width: 1068px) { .channel-html .iA54CED { margin-bottom: 0px; } } @media only screen and (max-width: 734px) { .channel-html .iA54CED { margin-bottom: -2px; } } @media only screen and (max-width: 734px) { .channel-html .iA54CED { padding-bottom: 0px; } } .channel-html .d647F33 { margin-top: 65px; margin-left: 77px; } @media only screen and (max-width: 1068px) { .channel-html .d647F33 { margin-top: 39px; } } @media only screen and (max-width: 734px) { .channel-html .d647F33 { margin-top: 42px; } } @media only screen and (max-width: 1068px) { .channel-html .d647F33 { margin-left: 75px; } } @media only screen and (max-width: 734px) { .channel-html .d647F33 { margin-left: 25px; } } .channel-html .s57E37A { margin-top: 10px; margin-bottom: 10px; } @media only screen and (max-width: 734px) { .channel-html .s57E37A { margin-left: 0px; } } @media only screen and (max-width: 734px) { .channel-html .s57E37A { margin-right: 0px; } } .channel-html .z93B33C { display: grid; grid-template-rows: minmax(undefined, 1fr); grid-auto-rows: 1fr; grid-template-columns: repeat(1, 980px); } @media only screen and (max-width: 1068px) { .channel-html .z93B33C { grid-template-rows: minmax(undefined, 1fr); } } @media only screen and (max-width: 734px) { .channel-html .z93B33C { grid-template-rows: minmax(undefined, 1fr); } } @media only screen and (max-width: 1068px) { .channel-html .z93B33C { grid-template-columns: repeat(1, 692px); } } @media only screen and (max-width: 734px) { .channel-html .z93B33C { grid-template-columns: repeat(1, 320px); } } .channel-html .z93B33C .bentobox-item { border-radius: 18px; } .channel-html .b9493E0 { background-color: #ffffff; grid-column-start: 1; grid-column-end: 1; grid-row-start: 1; grid-row-end: 1; position: relative; } .channel-html .b9493E0:before { display: block; position: absolute; pointer-events: none; top: 0; right: 0; bottom: 0; left: 0; border-style: solid; } .channel-html .d8D94CB { min-height: 720px; align-items: center; } @media only screen and (max-width: 1068px) { .channel-html .d8D94CB { min-height: 480px; } } @media only screen and (max-width: 734px) { .channel-html .d8D94CB { min-height: 480px; } } @media only screen and (max-width: 734px) { .channel-html .d8D94CB { align-items: flex-start; } } .channel-html .o62F0E8 { margin-top: -8px; padding-top: 0px; padding-left: 60px; padding-right: 40px; text-align: left; z-index: 12; } @media only screen and (max-width: 1068px) { .channel-html .o62F0E8 { margin-top: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .o62F0E8 { padding-top: 0px; } } @media only screen and (max-width: 734px) { .channel-html .o62F0E8 { padding-top: 40px; } } @media only screen and (max-width: 1068px) { .channel-html .o62F0E8 { padding-left: 27px; } } @media only screen and (max-width: 734px) { .channel-html .o62F0E8 { padding-left: 42px; } } @media only screen and (max-width: 1068px) { .channel-html .o62F0E8 { padding-right: 30px; } } @media only screen and (max-width: 734px) { .channel-html .o62F0E8 { padding-right: 38px; } } .channel-html .bB588D8 { color: #1d1d1f; margin-top: 7px; padding-right: 15px; } @media only screen and (max-width: 1068px) { .channel-html .bB588D8 { margin-top: 0px; } } .channel-html .o5A9CC1 { margin-top: 2px; margin-left: -9px; } @media only screen and (max-width: 1068px) { .channel-html .o5A9CC1 { margin-top: 0px; } } @media only screen and (max-width: 734px) { .channel-html .o5A9CC1 { margin-top: -3px; } } @media only screen and (max-width: 1068px) { .channel-html .o5A9CC1 { margin-left: -11px; } } @media only screen and (max-width: 734px) { .channel-html .o5A9CC1 { margin-left: 42px; } } .channel-html .g20DE78 { margin-top: 10px; margin-bottom: 10px; margin-right: 10px; } @media only screen and (max-width: 734px) { .channel-html .g20DE78 { margin-left: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .g20DE78 { margin-right: 10px; } } @media only screen and (max-width: 734px) { .channel-html .g20DE78 { margin-right: 0px; } } .channel-html .rB48F40 { display: grid; grid-gap: 10px; grid-template-rows: minmax(undefined, 1fr); grid-auto-rows: 1fr; grid-template-columns: repeat(1, 380px); } @media only screen and (max-width: 1068px) { .channel-html .rB48F40 { grid-template-rows: minmax(undefined, 1fr); } } @media only screen and (max-width: 734px) { .channel-html .rB48F40 { grid-template-rows: minmax(undefined, 1fr); } } @media only screen and (max-width: 1068px) { .channel-html .rB48F40 { grid-template-columns: repeat(1, 336px); } } @media only screen and (max-width: 734px) { .channel-html .rB48F40 { grid-template-columns: repeat(1, 320px); } } .channel-html .rB48F40 .bentobox-item { border-radius: 18px; overflow: hidden; } .channel-html .fC19CD5 { background-color: #ffffff; grid-column-start: 1; grid-column-end: 1; grid-row-start: 1; grid-row-end: 1; position: relative; } .channel-html .fC19CD5:before { display: block; position: absolute; pointer-events: none; top: 0; right: 0; bottom: 0; left: 0; border-style: solid; } .channel-html .q7FBCF5 { min-height: 600px; } @media only screen and (max-width: 1068px) { .channel-html .q7FBCF5 { min-height: 537px; } } @media only screen and (max-width: 734px) { .channel-html .q7FBCF5 { min-height: 505px; } } .channel-html .oCDD337 { padding-top: 40px; padding-left: 40px; padding-right: 40px; } @media only screen and (max-width: 1068px) { .channel-html .oCDD337 { padding-top: 33px; } } @media only screen and (max-width: 1068px) { .channel-html .oCDD337 { padding-left: 29px; } } @media only screen and (max-width: 734px) { .channel-html .oCDD337 { padding-left: 43px; } } @media only screen and (max-width: 734px) { .channel-html .oCDD337 { padding-right: 40px; } } .channel-html .x7000E7 { color: #1d1d1f; margin-top: 0px; } @media only screen and (max-width: 1068px) { .channel-html .x7000E7 { margin-top: 7px; } } .channel-html .tCBC7BB { margin-bottom: -2px; padding-top: 71px; } @media only screen and (max-width: 1068px) { .channel-html .tCBC7BB { margin-bottom: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .tCBC7BB { padding-top: 75px; } } @media only screen and (max-width: 734px) { .channel-html .tCBC7BB { padding-top: 57px; } } @media only screen and (max-width: 1068px) { .channel-html .fFD9164 { margin-top: 3px; } } @media only screen and (max-width: 1068px) { .channel-html .fFD9164 { margin-left: 0px; } } @media only screen and (max-width: 734px) { .channel-html .fFD9164 { margin-left: 0px; } } .channel-html .dC93BEA { margin-top: 10px; margin-left: 10px; margin-bottom: 10px; } @media only screen and (max-width: 1068px) { .channel-html .dC93BEA { margin-left: 10px; } } @media only screen and (max-width: 734px) { .channel-html .dC93BEA { margin-left: 0px; } } @media only screen and (max-width: 734px) { .channel-html .dC93BEA { margin-right: 0px; } } .channel-html .fA69776 { display: grid; grid-template-rows: minmax(undefined, 1fr); grid-auto-rows: 1fr; grid-template-columns: repeat(1, 580px); } @media only screen and (max-width: 1068px) { .channel-html .fA69776 { grid-template-rows: minmax(undefined, 1fr); } } @media only screen and (max-width: 734px) { .channel-html .fA69776 { grid-template-rows: minmax(undefined, 1fr); } } @media only screen and (max-width: 1068px) { .channel-html .fA69776 { grid-template-columns: repeat(1, 336px); } } @media only screen and (max-width: 734px) { .channel-html .fA69776 { grid-template-columns: repeat(1, 320px); } } .channel-html .fA69776 .bentobox-item { border-radius: 18px; } .channel-html .uA978C1 { background-color: #ffffff; grid-column-start: 1; grid-column-end: 1; grid-row-start: 1; grid-row-end: 1; position: relative; } .channel-html .uA978C1:before { display: block; position: absolute; pointer-events: none; top: 0; right: 0; bottom: 0; left: 0; border-style: solid; } .channel-html .p5A5E20 { min-height: 600px; } @media only screen and (max-width: 1068px) { .channel-html .p5A5E20 { min-height: 537px; } } @media only screen and (max-width: 734px) { .channel-html .p5A5E20 { min-height: 505px; } } .channel-html .nD37109 { padding-top: 40px; padding-left: 40px; padding-right: 40px; text-align: left; z-index: 12; } @media only screen and (max-width: 1068px) { .channel-html .nD37109 { padding-left: 29px; } } @media only screen and (max-width: 734px) { .channel-html .nD37109 { padding-left: 42px; } } @media only screen and (max-width: 1068px) { .channel-html .nD37109 { padding-bottom: 0px; } } @media only screen and (max-width: 734px) { .channel-html .nD37109 { padding-bottom: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .nD37109 { padding-right: 26px; } } @media only screen and (max-width: 734px) { .channel-html .nD37109 { padding-right: 40px; } } .channel-html .i0E5963 { color: #1d1d1f; } @media only screen and (max-width: 1068px) { .channel-html .i0E5963 { margin-top: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .i0E5963 { margin-right: 0px; } } .channel-html .q84B4A2 { margin-top: -6px; margin-left: 113px; } @media only screen and (max-width: 1068px) { .channel-html .q84B4A2 { margin-top: -4px; } } @media only screen and (max-width: 1068px) { .channel-html .q84B4A2 { margin-left: 42px; } } @media only screen and (max-width: 734px) { .channel-html .q84B4A2 { margin-left: 42px; } } .channel-html .d07F4C8 { margin-top: 10px; margin-bottom: 10px; } @media only screen and (max-width: 734px) { .channel-html .d07F4C8 { margin-left: 0px; } } @media only screen and (max-width: 734px) { .channel-html .d07F4C8 { margin-right: 0px; } } .channel-html .z7D3CD0 { display: grid; grid-template-rows: minmax(undefined, 1fr); grid-auto-rows: 1fr; grid-template-columns: repeat(1, 980px); } @media only screen and (max-width: 1068px) { .channel-html .z7D3CD0 { grid-template-rows: minmax(undefined, 1fr); } } @media only screen and (max-width: 734px) { .channel-html .z7D3CD0 { grid-template-rows: minmax(undefined, 1fr); } } @media only screen and (max-width: 1068px) { .channel-html .z7D3CD0 { grid-template-columns: repeat(1, 692px); } } @media only screen and (max-width: 734px) { .channel-html .z7D3CD0 { grid-template-columns: repeat(1, 320px); } } .channel-html .z7D3CD0 .bentobox-item { border-radius: 18px; overflow: hidden; } .channel-html .o0D189B { background-color: #ffffff; grid-column-start: 1; grid-column-end: 1; grid-row-start: 1; grid-row-end: 1; position: relative; } .channel-html .o0D189B:before { display: block; position: absolute; pointer-events: none; top: 0; right: 0; bottom: 0; left: 0; border-style: solid; } .channel-html .zF94FC3 { min-height: 680px; } @media only screen and (max-width: 1068px) { .channel-html .zF94FC3 { min-height: 480px; } } @media only screen and (max-width: 734px) { .channel-html .zF94FC3 { min-height: 480px; } } @media only screen and (max-width: 1068px) { .channel-html .zF94FC3 { margin-bottom: 0px; } } .channel-html .hD6518C { padding-top: 50px; padding-left: 40px; padding-right: 40px; text-align: center; z-index: 12; } @media only screen and (max-width: 1068px) { .channel-html .hD6518C { padding-top: 40px; } } @media only screen and (max-width: 734px) { .channel-html .hD6518C { padding-top: 33px; } } @media only screen and (max-width: 1068px) { .channel-html .hD6518C { padding-left: 30px; } } @media only screen and (max-width: 734px) { .channel-html .hD6518C { padding-left: 43px; } } @media only screen and (max-width: 1068px) { .channel-html .hD6518C { padding-right: 30px; } } @media only screen and (max-width: 734px) { .channel-html .hD6518C { padding-right: 40px; } } @media only screen and (max-width: 734px) { .channel-html .hD6518C { text-align: left; } } .channel-html .mA6FBF1 { color: #1d1d1f; margin-top: 10px; padding-left: 175px; padding-right: 175px; } @media only screen and (max-width: 1068px) { .channel-html .mA6FBF1 { margin-top: 7px; } } @media only screen and (max-width: 1068px) { .channel-html .mA6FBF1 { padding-left: 75px; } } @media only screen and (max-width: 734px) { .channel-html .mA6FBF1 { padding-left: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .mA6FBF1 { padding-right: 75px; } } @media only screen and (max-width: 734px) { .channel-html .mA6FBF1 { padding-right: 10px; } } .channel-html .c162746 { margin-top: 94px; margin-left: 202px; } @media only screen and (max-width: 1068px) { .channel-html .c162746 { margin-top: 78px; } } @media only screen and (max-width: 734px) { .channel-html .c162746 { margin-top: -2px; } } @media only screen and (max-width: 1068px) { .channel-html .c162746 { margin-left: 157px; } } @media only screen and (max-width: 734px) { .channel-html .c162746 { margin-left: 42px; } } .channel-html .b291848 { margin-top: 10px; margin-bottom: 10px; } @media only screen and (max-width: 734px) { .channel-html .b291848 { margin-left: 0px; } } @media only screen and (max-width: 734px) { .channel-html .b291848 { margin-right: 0px; } } .channel-html .eFFBAFA { z-index: 1; } .channel-html .fD17825 { display: grid; grid-template-rows: minmax(undefined, 1fr); grid-auto-rows: 1fr; grid-template-columns: repeat(1, 980px); } @media only screen and (max-width: 1068px) { .channel-html .fD17825 { grid-template-rows: minmax(undefined, 1fr); } } @media only screen and (max-width: 734px) { .channel-html .fD17825 { grid-template-rows: minmax(undefined, 1fr); } } @media only screen and (max-width: 1068px) { .channel-html .fD17825 { grid-template-columns: repeat(1, 692px); } } @media only screen and (max-width: 734px) { .channel-html .fD17825 { grid-template-columns: repeat(1, 320px); } } .channel-html .fD17825 .bentobox-item { border-radius: 18px; overflow: hidden; } .channel-html .s0AF719 { background-color: #ffffff; grid-column-start: 1; grid-column-end: 1; grid-row-start: 1; grid-row-end: 1; position: relative; } .channel-html .s0AF719:before { display: block; position: absolute; pointer-events: none; top: 0; right: 0; bottom: 0; left: 0; border-style: solid; } .channel-html .fCBAB66 { min-height: 600px; align-items: flex-start; } @media only screen and (max-width: 1068px) { .channel-html .fCBAB66 { min-height: 505px; } } @media only screen and (max-width: 734px) { .channel-html .fCBAB66 { min-height: 480px; } } .channel-html .h8B55CC { padding-top: 40px; padding-left: 40px; padding-right: 30px; text-align: left; order: 1; z-index: 10; } @media only screen and (max-width: 1068px) { .channel-html .h8B55CC { padding-top: 40px; } } @media only screen and (max-width: 734px) { .channel-html .h8B55CC { padding-top: 39px; } } @media only screen and (max-width: 1068px) { .channel-html .h8B55CC { padding-left: 28px; } } @media only screen and (max-width: 734px) { .channel-html .h8B55CC { padding-left: 42px; } } @media only screen and (max-width: 1068px) { .channel-html .h8B55CC { padding-right: 30px; } } @media only screen and (max-width: 734px) { .channel-html .h8B55CC { padding-right: 6px; } } .channel-html .n1ED063 { color: #1d1d1f; } @media only screen and (max-width: 1068px) { .channel-html .n1ED063 { padding-right: 30px; } } @media only screen and (max-width: 734px) { .channel-html .n1ED063 { padding-right: 0px; } } .channel-html .l13E8AD { order: 2; z-index: 1; pointer-events: none; } .channel-html .e641A3B { margin-left: -653.5px; z-index: 1; } @media only screen and (max-width: 1068px) { .channel-html .e641A3B { margin-left: -576.5px; } } @media only screen and (max-width: 734px) { .channel-html .e641A3B { margin-left: -293.25px; } } .channel-html .d2AE97A { margin-top: 10px; margin-bottom: 10px; margin-right: 10px; } @media only screen and (max-width: 734px) { .channel-html .d2AE97A { margin-left: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .d2AE97A { margin-right: 10px; } } @media only screen and (max-width: 734px) { .channel-html .d2AE97A { margin-right: 0px; } } .channel-html .i4F608D { display: grid; grid-gap: 10px; grid-template-rows: minmax(undefined, 1fr); grid-auto-rows: 1fr; grid-template-columns: repeat(1, 380px); } @media only screen and (max-width: 1068px) { .channel-html .i4F608D { grid-template-rows: minmax(undefined, 1fr); } } @media only screen and (max-width: 734px) { .channel-html .i4F608D { grid-template-rows: minmax(undefined, 1fr); } } @media only screen and (max-width: 1068px) { .channel-html .i4F608D { grid-template-columns: repeat(1, 336px); } } @media only screen and (max-width: 734px) { .channel-html .i4F608D { grid-template-columns: repeat(1, 320px); } } .channel-html .i4F608D .bentobox-item { border-radius: 18px; overflow: hidden; } .channel-html .r8B99FA { background-color: #000000; grid-column-start: 1; grid-column-end: 1; grid-row-start: 1; grid-row-end: 1; position: relative; } .channel-html .r8B99FA:before { display: block; position: absolute; pointer-events: none; top: 0; right: 0; bottom: 0; left: 0; border-style: solid; } .channel-html .e1E5135 { min-height: 600px; position: relative; z-index: 1; } @media only screen and (max-width: 1068px) { .channel-html .e1E5135 { min-height: 505px; } } @media only screen and (max-width: 734px) { .channel-html .e1E5135 { min-height: 480px; } } .channel-html .f3BCC33 { padding-top: 40px; padding-left: 40px; padding-right: 15px; text-align: left; z-index: 12; } @media only screen and (max-width: 1068px) { .channel-html .f3BCC33 { padding-top: 32px; } } @media only screen and (max-width: 734px) { .channel-html .f3BCC33 { padding-top: 32px; } } @media only screen and (max-width: 1068px) { .channel-html .f3BCC33 { padding-left: 29px; } } @media only screen and (max-width: 734px) { .channel-html .f3BCC33 { padding-left: 42px; } } @media only screen and (max-width: 1068px) { .channel-html .f3BCC33 { padding-right: 30px; } } @media only screen and (max-width: 734px) { .channel-html .f3BCC33 { padding-right: 40px; } } .channel-html .rDB81FF { color: #ffffff; } @media only screen and (max-width: 1068px) { .channel-html .rDB81FF { margin-top: 7px; } } .channel-html .u47400B { z-index: 1; } @media only screen and (max-width: 734px) { .channel-html .u47400B { margin-bottom: -19px; } } .channel-html .e02F8C1 { margin-top: -10px; margin-left: 36px; z-index: 1; } @media only screen and (max-width: 1068px) { .channel-html .e02F8C1 { margin-top: -5px; } } @media only screen and (max-width: 734px) { .channel-html .e02F8C1 { margin-top: -23px; } } @media only screen and (max-width: 1068px) { .channel-html .e02F8C1 { margin-left: 37px; } } @media only screen and (max-width: 734px) { .channel-html .e02F8C1 { margin-left: 34px; } } .channel-html .sCF2C7D { margin-top: 10px; margin-left: 10px; margin-bottom: 10px; } @media only screen and (max-width: 1068px) { .channel-html .sCF2C7D { margin-left: 10px; } } @media only screen and (max-width: 734px) { .channel-html .sCF2C7D { margin-left: 0px; } } @media only screen and (max-width: 734px) { .channel-html .sCF2C7D { margin-right: 0px; } } .channel-html .k809386 { display: grid; grid-template-rows: minmax(undefined, 1fr); grid-auto-rows: 1fr; grid-template-columns: repeat(1, 580px); } @media only screen and (max-width: 1068px) { .channel-html .k809386 { grid-template-rows: minmax(undefined, 1fr); } } @media only screen and (max-width: 734px) { .channel-html .k809386 { grid-template-rows: minmax(undefined, 1fr); } } @media only screen and (max-width: 1068px) { .channel-html .k809386 { grid-template-columns: repeat(1, 336px); } } @media only screen and (max-width: 734px) { .channel-html .k809386 { grid-template-columns: repeat(1, 320px); } } .channel-html .k809386 .bentobox-item { border-radius: 18px; overflow: hidden; } .channel-html .cA62E95 { background-color: #ffffff; grid-column-start: 1; grid-column-end: 1; grid-row-start: 1; grid-row-end: 1; position: relative; } .channel-html .cA62E95:before { display: block; position: absolute; pointer-events: none; top: 0; right: 0; bottom: 0; left: 0; border-style: solid; } .channel-html .s99A2FE { min-height: 600px; } @media only screen and (max-width: 1068px) { .channel-html .s99A2FE { min-height: 505px; } } @media only screen and (max-width: 734px) { .channel-html .s99A2FE { min-height: 480px; } } .channel-html .o652EF2 { padding-top: 40px; padding-left: 40px; padding-right: 40px; text-align: left; z-index: 12; } @media only screen and (max-width: 1068px) { .channel-html .o652EF2 { padding-top: 32px; } } @media only screen and (max-width: 1068px) { .channel-html .o652EF2 { padding-left: 29px; } } @media only screen and (max-width: 734px) { .channel-html .o652EF2 { padding-left: 42px; } } @media only screen and (max-width: 1068px) { .channel-html .o652EF2 { padding-bottom: 40px; } } @media only screen and (max-width: 734px) { .channel-html .o652EF2 { padding-bottom: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .o652EF2 { padding-right: 30px; } } @media only screen and (max-width: 734px) { .channel-html .o652EF2 { padding-right: 40px; } } .channel-html .b37C2E8 { color: #1d1d1f; padding-right: 40px; } @media only screen and (max-width: 1068px) { .channel-html .b37C2E8 { margin-top: 7px; } } @media only screen and (max-width: 1068px) { .channel-html .b37C2E8 { padding-right: 0px; } } .channel-html .l4B29DC { margin-top: 55px; margin-left: 152px; } @media only screen and (max-width: 1068px) { .channel-html .l4B29DC { margin-top: 26px; } } @media only screen and (max-width: 734px) { .channel-html .l4B29DC { margin-top: -3px; } } @media only screen and (max-width: 1068px) { .channel-html .l4B29DC { margin-left: 70px; } } @media only screen and (max-width: 734px) { .channel-html .l4B29DC { margin-left: 81px; } } .channel-html .p829266 { align-items: center; padding-bottom: 56px; } @media only screen and (max-width: 734px) { .channel-html .p829266 { padding-bottom: 30px; } } .channel-html .f8F57F7 { align-items: center; margin-top: 0px; margin-left: 0px; margin-bottom: 0px; margin-right: 0px; padding-top: 101px; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; } @media only screen and (max-width: 1068px) { .channel-html .f8F57F7 { align-items: center; } } @media only screen and (max-width: 734px) { .channel-html .f8F57F7 { align-items: center; } } @media only screen and (max-width: 1068px) { .channel-html .f8F57F7 { margin-top: 0px; } } @media only screen and (max-width: 734px) { .channel-html .f8F57F7 { margin-top: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .f8F57F7 { margin-left: 0px; } } @media only screen and (max-width: 734px) { .channel-html .f8F57F7 { margin-left: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .f8F57F7 { margin-bottom: 0px; } } @media only screen and (max-width: 734px) { .channel-html .f8F57F7 { margin-bottom: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .f8F57F7 { margin-right: 0px; } } @media only screen and (max-width: 734px) { .channel-html .f8F57F7 { margin-right: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .f8F57F7 { padding-top: 95px; } } @media only screen and (max-width: 734px) { .channel-html .f8F57F7 { padding-top: 37px; } } @media only screen and (max-width: 1068px) { .channel-html .f8F57F7 { padding-left: 0px; } } @media only screen and (max-width: 734px) { .channel-html .f8F57F7 { padding-left: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .f8F57F7 { padding-bottom: 0px; } } @media only screen and (max-width: 734px) { .channel-html .f8F57F7 { padding-bottom: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .f8F57F7 { padding-right: 0px; } } @media only screen and (max-width: 734px) { .channel-html .f8F57F7 { padding-right: 0px; } } .channel-html .p8DE121 { text-align: center; } .channel-html .gD415B9 { color: #1d1d1f; } .channel-html .rE46FD1 { color: #1d1d1f; margin-top: 8px; } @media only screen and (max-width: 1068px) { .channel-html .rE46FD1 { margin-top: 6px; } } @media only screen and (max-width: 734px) { .channel-html .rE46FD1 { margin-top: 5px; } } @media only screen and (max-width: 734px) { .channel-html .rE46FD1 { padding-left: 30px; } } @media only screen and (max-width: 734px) { .channel-html .rE46FD1 { padding-right: 30px; } } .channel-html .g737104 { margin-top: 41px; margin-bottom: 61px; } @media only screen and (max-width: 1068px) { .channel-html .g737104 { margin-top: 26px; } } @media only screen and (max-width: 734px) { .channel-html .g737104 { margin-top: 4px; } } @media only screen and (max-width: 1068px) { .channel-html .g737104 { margin-bottom: 55px; } } @media only screen and (max-width: 734px) { .channel-html .g737104 { margin-bottom: 20px; } } .j93E0BC { width: 100%; --columns: 3; --grid-column: 3; --static-enabled: false; --column-data: 0, 1, 2, 0, 1, 2, 1, 2; --column-header-empty-cell: --allowed-columns: 3, 3, 2; } .j93E0BC .compare-column-0 { display: flex; order: 1; } .j93E0BC .compare-column-1 { display: flex; order: 2; } .j93E0BC .compare-column-2 { display: flex; order: 3; } .j93E0BC .compare-static-0 { display: flex; order: 1; } .j93E0BC .compare-static-1 { display: flex; order: 2; } .j93E0BC .compare-static-2 { display: flex; order: 3; } @media only screen and (max-width: 1068px) { .j93E0BC { --columns: 3; --grid-column: 3; } } @media only screen and (max-width: 1068px) { .j93E0BC .compare-column-0 { display: flex; order: 1; } } @media only screen and (max-width: 1068px) { .j93E0BC .compare-column-1 { display: flex; order: 2; } } @media only screen and (max-width: 1068px) { .j93E0BC .compare-column-2 { display: flex; order: 3; } } @media only screen and (max-width: 1068px) { .j93E0BC { --static-enabled: false; } .j93E0BC .compare-static-0 { display: flex; order: 1; } .j93E0BC .compare-static-1 { display: flex; order: 2; } .j93E0BC .compare-static-2 { display: flex; order: 3; } } @media only screen and (max-width: 734px) { .j93E0BC { --columns: 2; --grid-column: 2; } } @media only screen and (max-width: 734px) { .j93E0BC .compare-column-0 { display: flex; order: 1; } } @media only screen and (max-width: 734px) { .j93E0BC .compare-column-1 { display: flex; order: 2; } } @media only screen and (max-width: 734px) { .j93E0BC .compare-column-2 { display: none; order: 3; } } @media only screen and (max-width: 734px) { .j93E0BC { --static-enabled: false; } .j93E0BC .compare-static-0 { display: none; } .j93E0BC .compare-static-0 { display: none; } .j93E0BC .compare-static-1 { display: flex; order: 1; } .j93E0BC .compare-static-2 { display: flex; order: 2; } } .channel-html .g7AAC7F { margin-top: 0px; margin-bottom: 10px; } .channel-html .lEBC721 { display: grid; grid-gap: 10px; grid-template-rows: minmax(415px, 1fr); grid-auto-rows: 1fr; grid-template-columns: repeat(1, 980px); } @media only screen and (max-width: 1068px) { .channel-html .lEBC721 { grid-template-rows: minmax(355px, 1fr); } } @media only screen and (max-width: 734px) { .channel-html .lEBC721 { grid-template-rows: minmax(510px, 1fr); } } @media only screen and (max-width: 1068px) { .channel-html .lEBC721 { grid-template-columns: repeat(1, 692px); } } @media only screen and (max-width: 734px) { .channel-html .lEBC721 { grid-template-columns: repeat(1, 320px); } } .channel-html .lEBC721 .bentobox-item { border-radius: 18px; overflow: hidden; } .channel-html .v0A4159 { background-color: #f5f5f7; grid-column-start: 1; grid-column-end: 2; grid-row-start: 1; grid-row-end: 2; position: relative; } .channel-html .v0A4159:before { display: block; position: absolute; pointer-events: none; top: 0; right: 0; bottom: 0; left: 0; border-style: solid; } .channel-html .nA98793 { align-items: center; } @media only screen and (max-width: 734px) { .channel-html .nA98793 { margin-top: 35px; } } @media only screen and (max-width: 734px) { .channel-html .nA98793 { margin-bottom: 0px; } } .channel-html .p55DB2B { margin-top: 0px; margin-bottom: 0px; padding-top: 64px; padding-left: 45px; padding-bottom: 60px; padding-right: 0px; } @media only screen and (max-width: 1068px) { .channel-html .p55DB2B { margin-top: 0px; } } @media only screen and (max-width: 734px) { .channel-html .p55DB2B { margin-top: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .p55DB2B { margin-bottom: 0px; } } @media only screen and (max-width: 734px) { .channel-html .p55DB2B { margin-bottom: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .p55DB2B { padding-top: 44px; } } @media only screen and (max-width: 734px) { .channel-html .p55DB2B { padding-top: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .p55DB2B { padding-left: 33px; } } @media only screen and (max-width: 734px) { .channel-html .p55DB2B { padding-left: 43px; } } @media only screen and (max-width: 1068px) { .channel-html .p55DB2B { padding-bottom: 40px; } } @media only screen and (max-width: 734px) { .channel-html .p55DB2B { padding-bottom: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .p55DB2B { padding-right: 40px; } } @media only screen and (max-width: 734px) { .channel-html .p55DB2B { padding-right: 35px; } } .channel-html .n099CFB { color: #1d1d1f; margin-left: -1px; } @media only screen and (max-width: 1068px) { .channel-html .n099CFB { margin-left: 0px; } } @media only screen and (max-width: 734px) { .channel-html .n099CFB { margin-left: -1px; } } @media only screen and (max-width: 734px) { .channel-html .n099CFB { padding-left: 0px; } } .channel-html .n402AA3 { color: #1d1d1f; margin-top: 8px; margin-left: -2px; padding-right: 120px; } @media only screen and (max-width: 1068px) { .channel-html .n402AA3 { margin-top: 6px; } } @media only screen and (max-width: 734px) { .channel-html .n402AA3 { margin-top: 5px; } } @media only screen and (max-width: 1068px) { .channel-html .n402AA3 { margin-left: -1px; } } @media only screen and (max-width: 734px) { .channel-html .n402AA3 { padding-left: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .n402AA3 { padding-right: 120px; } } @media only screen and (max-width: 734px) { .channel-html .n402AA3 { padding-right: 80px; } } .channel-html .tE894C7 { color: #1d1d1f; margin-top: 18px; margin-left: -1px; padding-right: 40px; } @media only screen and (max-width: 1068px) { .channel-html .tE894C7 { margin-top: 19px; } } @media only screen and (max-width: 734px) { .channel-html .tE894C7 { margin-top: 12px; } } @media only screen and (max-width: 1068px) { .channel-html .tE894C7 { margin-left: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .tE894C7 { padding-right: 30px; } } @media only screen and (max-width: 734px) { .channel-html .tE894C7 { padding-right: 32px; } } .channel-html .d9E2DA7 { margin-top: 14px; margin-left: -1px; padding-right: 100px; } @media only screen and (max-width: 734px) { .channel-html .d9E2DA7 { margin-top: 9px; } } @media only screen and (max-width: 1068px) { .channel-html .d9E2DA7 { margin-left: 0px; } } @media only screen and (max-width: 734px) { .channel-html .d9E2DA7 { margin-left: 0px; } } .channel-html .y0698D3 { margin-top: 0px; margin-bottom: 0px; padding-left: 26px; text-align: center; } @media only screen and (max-width: 1068px) { .channel-html .y0698D3 { margin-top: 0px; } } @media only screen and (max-width: 734px) { .channel-html .y0698D3 { margin-top: 26px; } } @media only screen and (max-width: 1068px) { .channel-html .y0698D3 { margin-bottom: 0px; } } @media only screen and (max-width: 734px) { .channel-html .y0698D3 { margin-bottom: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .y0698D3 { padding-left: 2px; } } .channel-html .s995F64 { justify-content: center; } @media only screen and (max-width: 734px) { .channel-html .s995F64 { justify-content: center; } } @media only screen and (max-width: 734px) { .channel-html .s995F64 { margin-bottom: -10px; } } .channel-html .s995F64 .liner { background-color: #d2d2d7; width: 0px; height: 1px; opacity: 1; } @media only screen and (max-width: 1068px) { .channel-html .s995F64 .liner { width: 0px; } } @media only screen and (max-width: 734px) { .channel-html .s995F64 .liner { width: 280px; } } .channel-html .x39A9C8 { margin-left: 20px; } @media only screen and (max-width: 1068px) { .channel-html .x39A9C8 { margin-left: -35px; } } @media only screen and (max-width: 734px) { .channel-html .x39A9C8 { margin-left: -2px; } } @media only screen and (max-width: 1068px) { .channel-html .x39A9C8 { margin-bottom: 0px; } } .channel-html .n40A191 { margin-top: 10px; margin-bottom: 10px; } .channel-html .p9CA874 { display: grid; grid-gap: 10px; grid-template-rows: minmax(undefined, 1fr); grid-auto-rows: 1fr; grid-template-columns: repeat(1, 980px); } @media only screen and (max-width: 1068px) { .channel-html .p9CA874 { grid-template-rows: minmax(undefined, 1fr); } } @media only screen and (max-width: 734px) { .channel-html .p9CA874 { grid-template-rows: minmax(undefined, 1fr); } } @media only screen and (max-width: 1068px) { .channel-html .p9CA874 { grid-template-columns: repeat(1, 692px); } } @media only screen and (max-width: 734px) { .channel-html .p9CA874 { grid-template-columns: repeat(1, 320px); } } .channel-html .p9CA874 .bentobox-item { border-radius: 18px; overflow: hidden; } .channel-html .g1759D8 { background-color: #f5f5f7; grid-column-start: 1; grid-column-end: 2; grid-row-start: 1; grid-row-end: 2; position: relative; } .channel-html .g1759D8:before { display: block; position: absolute; pointer-events: none; top: 0; right: 0; bottom: 0; left: 0; border-style: solid; } .channel-html .dC7D2CC { min-height: 415px; align-items: center; } @media only screen and (max-width: 1068px) { .channel-html .dC7D2CC { min-height: 383px; } } @media only screen and (max-width: 734px) { .channel-html .dC7D2CC { min-height: 566px; } } @media only screen and (max-width: 1068px) { .channel-html .dC7D2CC { align-items: center; } } @media only screen and (max-width: 734px) { .channel-html .dC7D2CC { align-items: flex-start; } } @media only screen and (max-width: 734px) { .channel-html .dC7D2CC { margin-bottom: 0px; } } .channel-html .e401BD4 { margin-top: 80px; margin-bottom: 80px; padding-top: 0px; padding-left: 42px; padding-bottom: 0px; } @media only screen and (max-width: 1068px) { .channel-html .e401BD4 { margin-top: 44px; } } @media only screen and (max-width: 734px) { .channel-html .e401BD4 { margin-top: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .e401BD4 { margin-bottom: 38px; } } @media only screen and (max-width: 734px) { .channel-html .e401BD4 { margin-bottom: 0px; } } @media only screen and (max-width: 734px) { .channel-html .e401BD4 { padding-top: 25px; } } @media only screen and (max-width: 1068px) { .channel-html .e401BD4 { padding-left: 32px; } } @media only screen and (max-width: 734px) { .channel-html .e401BD4 { padding-left: 43px; } } .channel-html .iFA55A5 { margin-top: 3px; margin-left: 1px; } @media only screen and (max-width: 1068px) { .channel-html .iFA55A5 { margin-top: 4px; } } @media only screen and (max-width: 734px) { .channel-html .iFA55A5 { margin-top: 10px; } } @media only screen and (max-width: 1068px) { .channel-html .iFA55A5 { margin-left: -1px; } } @media only screen and (max-width: 734px) { .channel-html .iFA55A5 { margin-left: 0px; } } .channel-html .f90522F { color: #1d1d1f; margin-top: 10px; margin-left: 2px; padding-right: 0px; } @media only screen and (max-width: 1068px) { .channel-html .f90522F { margin-top: 10px; } } @media only screen and (max-width: 734px) { .channel-html .f90522F { margin-top: 7px; } } @media only screen and (max-width: 1068px) { .channel-html .f90522F { margin-left: -1px; } } @media only screen and (max-width: 734px) { .channel-html .f90522F { margin-left: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .f90522F { padding-right: 30px; } } @media only screen and (max-width: 734px) { .channel-html .f90522F { padding-right: 30px; } } .channel-html .s6B3575 { color: #1d1d1f; margin-top: 18px; margin-left: 2px; padding-right: 95px; } @media only screen and (max-width: 1068px) { .channel-html .s6B3575 { margin-top: 19px; } } @media only screen and (max-width: 734px) { .channel-html .s6B3575 { margin-top: 14px; } } @media only screen and (max-width: 1068px) { .channel-html .s6B3575 { margin-left: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .s6B3575 { padding-right: 30px; } } @media only screen and (max-width: 734px) { .channel-html .s6B3575 { padding-right: 40px; } } .channel-html .m85BBB7 { color: #1d1d1f; margin-top: 12px; margin-left: 2px; padding-right: 45px; } @media only screen and (max-width: 1068px) { .channel-html .m85BBB7 { margin-top: 12px; } } @media only screen and (max-width: 734px) { .channel-html .m85BBB7 { margin-top: 12px; } } @media only screen and (max-width: 1068px) { .channel-html .m85BBB7 { margin-left: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .m85BBB7 { padding-right: 0px; } } .channel-html .j1C2344 { margin-top: 0px; margin-bottom: 0px; padding-left: 26px; text-align: center; } @media only screen and (max-width: 1068px) { .channel-html .j1C2344 { margin-top: 0px; } } @media only screen and (max-width: 734px) { .channel-html .j1C2344 { margin-top: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .j1C2344 { margin-bottom: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .j1C2344 { padding-left: 2px; } } @media only screen and (max-width: 734px) { .channel-html .j1C2344 { padding-left: 0px; } } .channel-html .s7C4932 { margin-top: 0px; margin-left: -50px; } @media only screen and (max-width: 1068px) { .channel-html .s7C4932 { margin-top: 1px; } } @media only screen and (max-width: 734px) { .channel-html .s7C4932 { margin-top: -7px; } } @media only screen and (max-width: 1068px) { .channel-html .s7C4932 { margin-left: -21px; } } @media only screen and (max-width: 734px) { .channel-html .s7C4932 { margin-left: 43px; } } @media only screen and (max-width: 1068px) { .channel-html .s7C4932 { margin-bottom: 0px; } } .channel-html .x4EA550 { margin-top: 10px; margin-bottom: 10px; } .channel-html .q0734F1 { display: grid; grid-gap: 10px; grid-template-rows: minmax(415px, 1fr); grid-auto-rows: 1fr; grid-template-columns: repeat(1, 980px); } @media only screen and (max-width: 1068px) { .channel-html .q0734F1 { grid-template-rows: minmax(355px, 1fr); } } @media only screen and (max-width: 734px) { .channel-html .q0734F1 { grid-template-rows: minmax(502px, 1fr); } } @media only screen and (max-width: 1068px) { .channel-html .q0734F1 { grid-template-columns: repeat(1, 692px); } } @media only screen and (max-width: 734px) { .channel-html .q0734F1 { grid-template-columns: repeat(1, 320px); } } .channel-html .q0734F1 .bentobox-item { border-radius: 18px; overflow: hidden; } .channel-html .iDB785D { background-color: #f5f5f7; grid-column-start: 1; grid-column-end: 2; grid-row-start: 1; grid-row-end: 2; position: relative; } .channel-html .iDB785D:before { display: block; position: absolute; pointer-events: none; top: 0; right: 0; bottom: 0; left: 0; border-style: solid; } .channel-html .k67DDCB { align-items: center; } @media only screen and (max-width: 1068px) { .channel-html .k67DDCB { align-items: center; } } @media only screen and (max-width: 734px) { .channel-html .k67DDCB { margin-top: 34px; } } @media only screen and (max-width: 734px) { .channel-html .k67DDCB { margin-bottom: 38px; } } .channel-html .p34484F { margin-top: 83px; margin-bottom: 80px; padding-top: 0px; padding-left: 46px; padding-bottom: 0px; } @media only screen and (max-width: 1068px) { .channel-html .p34484F { margin-top: 61px; } } @media only screen and (max-width: 734px) { .channel-html .p34484F { margin-top: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .p34484F { margin-bottom: 59px; } } @media only screen and (max-width: 734px) { .channel-html .p34484F { margin-bottom: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .p34484F { padding-left: 33px; } } @media only screen and (max-width: 734px) { .channel-html .p34484F { padding-left: 43px; } } .channel-html .e44C84F { color: #1d1d1f; margin-left: -1px; } @media only screen and (max-width: 1068px) { .channel-html .e44C84F { margin-left: 0px; } } @media only screen and (max-width: 734px) { .channel-html .e44C84F { margin-left: 0px; } } @media only screen and (max-width: 734px) { .channel-html .e44C84F { padding-left: 0px; } } .channel-html .tEDD50F { color: #1d1d1f; margin-top: 8px; margin-left: -2px; } @media only screen and (max-width: 1068px) { .channel-html .tEDD50F { margin-top: 6px; } } @media only screen and (max-width: 734px) { .channel-html .tEDD50F { margin-top: 5px; } } @media only screen and (max-width: 1068px) { .channel-html .tEDD50F { margin-left: -1px; } } @media only screen and (max-width: 734px) { .channel-html .tEDD50F { margin-left: 0px; } } @media only screen and (max-width: 734px) { .channel-html .tEDD50F { padding-right: 30px; } } .channel-html .m87563C { margin-top: 16px; margin-left: 0px; margin-bottom: 15px; } @media only screen and (max-width: 1068px) { .channel-html .m87563C { margin-top: 17px; } } @media only screen and (max-width: 734px) { .channel-html .m87563C { margin-top: 11px; } } @media only screen and (max-width: 1068px) { .channel-html .m87563C { margin-bottom: 15px; } } @media only screen and (max-width: 734px) { .channel-html .m87563C { margin-bottom: 2px; } } @media only screen and (max-width: 1068px) { .channel-html .iA8856B { padding-right: 0px; } } .channel-html .vCC086C { margin-left: 0px; } .channel-html .aFA3C7D { align-items: flex-start; } @media only screen and (max-width: 1068px) { .channel-html .aFA3C7D { align-items: flex-start; } } @media only screen and (max-width: 734px) { .channel-html .aFA3C7D { align-items: flex-start; } } .channel-html .a78F83E { margin-top: 0.5px; margin-left: -1px; } @media only screen and (max-width: 734px) { .channel-html .a78F83E { margin-top: 3px; } } @media only screen and (max-width: 734px) { .channel-html .a78F83E { margin-left: -1px; } } .channel-html .lA21469 { margin-top: 5px; } @media only screen and (max-width: 1068px) { .channel-html .lA21469 { margin-top: 5px; } } @media only screen and (max-width: 734px) { .channel-html .lA21469 { margin-top: 0px; } } .channel-html .vED84EA { margin-left: 10.5px; margin-bottom: -2px; padding-top: 2px; } @media only screen and (max-width: 1068px) { .channel-html .vED84EA { margin-left: 10px; } } @media only screen and (max-width: 734px) { .channel-html .vED84EA { margin-left: 8px; } } @media only screen and (max-width: 734px) { .channel-html .vED84EA { padding-left: 3px; } } .channel-html .lF7B187 { margin-left: -1px; } .channel-html .f350818 { align-items: flex-start; margin-top: 0px; } @media only screen and (max-width: 1068px) { .channel-html .f350818 { align-items: flex-start; } } @media only screen and (max-width: 734px) { .channel-html .f350818 { align-items: flex-start; } } .channel-html .dDAB812 { margin-top: 0.5px; margin-left: -1px; } @media only screen and (max-width: 734px) { .channel-html .dDAB812 { margin-top: 3px; } } @media only screen and (max-width: 734px) { .channel-html .dDAB812 { margin-left: -1px; } } .channel-html .j0A17B1 { margin-top: 5px; } @media only screen and (max-width: 1068px) { .channel-html .j0A17B1 { margin-top: 5px; } } @media only screen and (max-width: 734px) { .channel-html .j0A17B1 { margin-top: 1px; } } .channel-html .gC3013D { margin-left: 10.5px; margin-bottom: -2px; padding-top: 2px; } @media only screen and (max-width: 1068px) { .channel-html .gC3013D { margin-left: 10px; } } @media only screen and (max-width: 734px) { .channel-html .gC3013D { margin-left: 8px; } } @media only screen and (max-width: 734px) { .channel-html .gC3013D { padding-left: 3px; } } .channel-html .t513C0B { margin-left: -1px; } @media only screen and (max-width: 734px) { .channel-html .t513C0B { padding-right: 85px; } } .channel-html .b4009D3 { align-items: flex-start; } @media only screen and (max-width: 1068px) { .channel-html .b4009D3 { align-items: flex-start; } } @media only screen and (max-width: 734px) { .channel-html .b4009D3 { align-items: flex-start; } } .channel-html .gFF8EE7 { margin-top: 0.5px; margin-left: -1px; } @media only screen and (max-width: 734px) { .channel-html .gFF8EE7 { margin-top: 3px; } } @media only screen and (max-width: 734px) { .channel-html .gFF8EE7 { margin-left: -1px; } } .channel-html .eCC64BC { margin-top: 5px; } @media only screen and (max-width: 1068px) { .channel-html .eCC64BC { margin-top: 5px; } } @media only screen and (max-width: 734px) { .channel-html .eCC64BC { margin-top: 1px; } } .channel-html .a20E9BD { margin-left: 10.5px; margin-bottom: -2px; padding-top: 2px; } @media only screen and (max-width: 1068px) { .channel-html .a20E9BD { margin-left: 10px; } } @media only screen and (max-width: 734px) { .channel-html .a20E9BD { margin-left: 8px; } } @media only screen and (max-width: 734px) { .channel-html .a20E9BD { padding-left: 3px; } } .channel-html .s489AAA { margin-left: -1px; } @media only screen and (max-width: 734px) { .channel-html .s489AAA { padding-right: 90px; } } .channel-html .qEEE9E6 { margin-top: 14px; margin-left: -1px; padding-left: 0px; } @media only screen and (max-width: 734px) { .channel-html .qEEE9E6 { margin-top: 13px; } } @media only screen and (max-width: 734px) { .channel-html .qEEE9E6 { margin-left: -1px; } } @media only screen and (max-width: 734px) { .channel-html .qEEE9E6 { margin-right: 0px; } } @media only screen and (max-width: 734px) { .channel-html .qEEE9E6 { padding-right: 0px; } } @media only screen and (max-width: 734px) { .channel-html .q3CF8B0 { padding-left: 1px; } } @media only screen and (max-width: 734px) { .channel-html .q3CF8B0 { padding-right: 40px; } } .channel-html .w607453 { margin-top: 0px; margin-bottom: 0px; padding-left: 26px; text-align: center; } @media only screen and (max-width: 1068px) { .channel-html .w607453 { margin-top: 0px; } } @media only screen and (max-width: 734px) { .channel-html .w607453 { margin-top: 32px; } } @media only screen and (max-width: 1068px) { .channel-html .w607453 { margin-bottom: 0px; } } @media only screen and (max-width: 734px) { .channel-html .w607453 { margin-bottom: 0px; } } @media only screen and (max-width: 1068px) { .channel-html .w607453 { padding-left: 2px; } } @media only screen and (max-width: 734px) { .channel-html .w607453 { padding-left: 9px; } } .channel-html .rAA7321 { margin-top: 1px; margin-left: 75px; } @media only screen and (max-width: 1068px) { .channel-html .rAA7321 { margin-left: 32px; } } @media only screen and (max-width: 734px) { .channel-html .rAA7321 { margin-left: 28px; } } @media only screen and (max-width: 1068px) { .channel-html .rAA7321 { margin-bottom: 0px; } } .channel-html .e9DA4B1 { overflow: hidden; } .channel-html .u892C6B { margin-top: 36px; margin-bottom: 7px; } @media only screen and (max-width: 734px) { .channel-html .u892C6B { margin-top: 35px; } } @media only screen and (max-width: 1068px) { .channel-html .v25EAC1 { margin-left: 0; } } @media only screen and (max-width: 734px) { .channel-html .v25EAC1 { margin-left: 20px; } } @media only screen and (max-width: 734px) { .channel-html .v25EAC1 { margin-right: 19px; } } .channel-html .tF70703 { margin-bottom: 9px; } .channel-html .h2730B5 { color: #6e6e73; margin-left: 0px; } .channel-html .cC0AF90 { margin-top: 0px; margin-left: 0px; margin-bottom: 0px; margin-right: 0px; } .channel-html .i2E853F { margin-bottom: 9px; } .channel-html .eA4A6C9 { color: #6e6e73; margin-left: -0.5px; } @media only screen and (max-width: 734px) { .channel-html .eA4A6C9 { padding-right: 50px; } } .channel-html .q595944 { margin-bottom: 9px; } .channel-html .k9D968D { color: #6e6e73; margin-left: -0.5px; } @media only screen and (max-width: 734px) { .channel-html .k9D968D { padding-right: 25px; } } .channel-html .d8B8615 { margin-bottom: 9px; } .channel-html .l37FBA3 { color: #6e6e73; margin-left: -0.5px; padding-right: 80px; } @media only screen and (max-width: 1068px) { .channel-html .l37FBA3 { padding-right: 0px; } } @media only screen and (max-width: 734px) { .channel-html .l37FBA3 { padding-right: 9px; } } .channel-html .a18985C { margin-bottom: 9px; } .channel-html .r23EF71 { color: #6e6e73; margin-left: -0.5px; } @media only screen and (max-width: 734px) { .channel-html .r23EF71 { padding-right: 20px; } } .channel-html .k689F51 { margin-bottom: 9px; } .channel-html .b789710 { color: #6e6e73; margin-left: -0.5px; } .channel-html .s584977 { margin-bottom: 9px; } .channel-html .y18E38E { color: #6e6e73; margin-left: -0.5px; } @media only screen and (max-width: 734px) { .channel-html .y18E38E { padding-right: 22px; } } .channel-html .n85F5A5 { margin-bottom: 9px; } .channel-html .x35C3F8 { color: #6e6e73; margin-left: -0.5px; } @media only screen and (max-width: 734px) { .channel-html .x35C3F8 { padding-right: 15px; } } .channel-html .u530E8D { margin-bottom: 9px; } .channel-html .o528F22 { color: #6e6e73; margin-left: -0.5px; padding-right: 20px; } @media only screen and (max-width: 734px) { .channel-html .o528F22 { padding-right: 9px; } } .channel-html .a715E1C { margin-bottom: 9px; } .channel-html .z60AF75 { color: #6e6e73; margin-left: -0.5px; } .channel-html .yF4C6EC { margin-bottom: 9px; } .channel-html .h87E47D { color: #6e6e73; margin-left: -0.5px; } .channel-html .d91544E { margin-bottom: 9px; } .channel-html .mA804AB { color: #6e6e73; margin-left: -0.5px; } .channel-html .t4BCE6E { margin-bottom: 9px; } .channel-html .gBA61FA { color: #6e6e73; margin-left: -0.5px; } @media only screen and (max-width: 734px) { .channel-html .gBA61FA { padding-right: 10px; } } .channel-html .w7E3B4E { margin-bottom: 9px; } .channel-html .p4C24B0 { color: #6e6e73; margin-left: -0.5px; } @media only screen and (max-width: 734px) { .channel-html .p4C24B0 { padding-right: 9px; } } .channel-html .wE39443 { margin-bottom: 9px; } .channel-html .h43E374 { color: #6e6e73; margin-left: -0.5px; } .channel-html .r80963F { margin-bottom: 9px; } .channel-html .cD9A0A9 { color: #6e6e73; margin-left: -0.5px; } .channel-html .c1FD9A1 { margin-bottom: 9px; } .channel-html .z01853F { color: #6e6e73; margin-left: -0.5px; } @media only screen and (max-width: 734px) { .channel-html .z01853F { padding-right: 9px; } } .channel-html .k390CFC { margin-bottom: 9px; } .channel-html .zF96A0C { color: #6e6e73; margin-left: -0.5px; } @media only screen and (max-width: 734px) { .channel-html .zF96A0C { padding-right: 9px; } } .channel-html .m37DB64 { margin-bottom: 9px; } .channel-html .oAAEE4B { color: #6e6e73; margin-left: -0.5px; } @media only screen and (max-width: 734px) { .channel-html .oAAEE4B { padding-right: 9px; } } .channel-html .kFF93A3 { margin-bottom: 9px; } .channel-html .x8A9B8A { color: #6e6e73; margin-left: -0.5px; } .channel-html .z287F1C { margin-bottom: 9px; } .channel-html .k50DABF { color: #6e6e73; margin-left: -0.5px; } .channel-html .tD5D1C4 { margin-bottom: 9px; } .channel-html .aD43A33 { color: #6e6e73; margin-left: -0.5px; } .channel-html .m5A6D87 { margin-bottom: 9px; } .channel-html .uEB2A17 { color: #6e6e73; margin-left: -0.5px; } .channel-html .f28759E { margin-bottom: 9px; } .channel-html .cA97FB4 { color: #6e6e73; margin-left: -0.5px; } @media only screen and (max-width: 1068px) { .channel-html .cA97FB4 { padding-right: 10px; } } @media only screen and (max-width: 734px) { .channel-html .cA97FB4 { padding-right: 9px; } } .channel-html .p887C37 { margin-bottom: 9px; } .channel-html .uA935D1 { color: #6e6e73; margin-left: -0.5px; } /* Compare Section */ .channel-html .m07CB6D { background-color: #ffffff; padding-bottom: 65px; } @media only screen and (max-width: 734px) { .channel-html .m07CB6D { padding-bottom: 30px; } } .channel-html .bE11EB6 { padding-top: 100px; padding-bottom: 42px; text-align: center; } @media only screen and (max-width: 734px) { .channel-html .bE11EB6 { padding-top: 36px; } } @media only screen and (max-width: 734px) { .channel-html .bE11EB6 { padding-bottom: 16px; } } .h83F37B { width: 100%; --columns: 3; --grid-column: 3; --static-enabled: false; --column-data: 0, 1, 2, 0, 1, 2, 0, 1; --column-header-empty-cell: --allowed-columns: 3, 3, 2; } .h83F37B .compare-column-0 { display: flex; order: 1; } .h83F37B .compare-column-1 { display: flex; order: 2; } .h83F37B .compare-column-2 { display: flex; order: 3; } .h83F37B .compare-static-0 { display: flex; order: 1; } .h83F37B .compare-static-1 { display: flex; order: 2; } .h83F37B .compare-static-2 { display: flex; order: 3; } @media only screen and (max-width: 1068px) { .h83F37B { --columns: 3; --grid-column: 3; } } @media only screen and (max-width: 1068px) { .h83F37B .compare-column-0 { display: flex; order: 1; } } @media only screen and (max-width: 1068px) { .h83F37B .compare-column-1 { display: flex; order: 2; } } @media only screen and (max-width: 1068px) { .h83F37B .compare-column-2 { display: flex; order: 3; } } @media only screen and (max-width: 1068px) { .h83F37B { --static-enabled: false; } .h83F37B .compare-static-0 { display: flex; order: 1; } .h83F37B .compare-static-1 { display: flex; order: 2; } .h83F37B .compare-static-2 { display: flex; order: 3; } } @media only screen and (max-width: 734px) { .h83F37B { --columns: 2; --grid-column: 2; } } @media only screen and (max-width: 734px) { .h83F37B .compare-column-0 { display: flex; order: 1; } } @media only screen and (max-width: 734px) { .h83F37B .compare-column-1 { display: flex; order: 2; } } @media only screen and (max-width: 734px) { .h83F37B .compare-column-2 { display: none; order: 3; } } @media only screen and (max-width: 734px) { .h83F37B { --static-enabled: false; } .h83F37B .compare-static-2 { display: none; } .h83F37B .compare-static-2 { display: none; } .h83F37B .compare-static-0 { display: flex; order: 1; } .h83F37B .compare-static-1 { display: flex; order: 2; } } /* End Compare Section */

Pre-Order Apple Watch Series 10 – Best Prices in Dubai, UAE (2)

Big-time upgrade.

Pre-order

Pre-Order Apple Watch Series 10 – Best Prices in Dubai, UAE (3)
  • A bigger display with more screen area. Refer to legal disclaimers

    Pre-Order Apple Watch Series 10 – Best Prices in Dubai, UAE (4)
  • A thinner and lighter design that’s more comfortable. Refer to legal disclaimers

    Pre-Order Apple Watch Series 10 – Best Prices in Dubai, UAE (5)
  • Stunning finishes including Jet Black aluminum and polished titanium.

    Pre-Order Apple Watch Series 10 – Best Prices in Dubai, UAE (6)
  • A cellular plan lets you call, text, and stream music, even when you don’t have your iPhone nearby. Refer to legal disclaimers

    Pre-Order Apple Watch Series 10 – Best Prices in Dubai, UAE (7)
  • Get health insights day and night. Refer to legal disclaimers

    Pre-Order Apple Watch Series 10 – Best Prices in Dubai, UAE (8)
  • Track all your activity and workouts.
    Now with depth and water temperature.

    Pre-Order Apple Watch Series 10 – Best Prices in Dubai, UAE (9)
  • Get help in an emergency if you fall or are in a car crash. Refer to legal disclaimers

    Pre-Order Apple Watch Series 10 – Best Prices in Dubai, UAE (10)
  • Faster charging gives you 80% battery in about 30 minutes. Refer to legal disclaimers

    Pre-Order Apple Watch Series 10 – Best Prices in Dubai, UAE (11)

Compare

Which AppleWatch is right for you?

Apple Watch SE (2nd generation)

Apple Watch Series 10

Apple Watch Ultra 2

Choose models to compare.

Images

Category

GPS

GPS

Not Applicable

GPS

GPS

Not Applicable

GPS

GPS

GPS

GPS

GPS

GPS

GPS

Not Applicable

Not Applicable

GPS + Cellular

GPS + Cellular

GPS + Cellular

GPS + Cellular

GPS + Cellular

GPS + Cellular

GPS + Cellular

GPS + Cellular

GPS + Cellular

GPS + Cellular

GPS + Cellular

GPS + Cellular

GPS + Cellular

Not Applicable

Not Applicable

Finish

Not Applicable

Titanium

Slate, Gold, Natural

Titanium

Black, Natural

Not Applicable

Not Applicable

Titanium

Natural Titanium

Not Applicable

Not Applicable

Not Applicable

Not Applicable

Not Applicable

Not Applicable

Not Applicable

Not Applicable

Aluminum

Aluminum

Midnight, Starlight, Silver

Aluminum

Jet Black, Rose Gold, Silver

Not Applicable

Aluminum

Midnight, Starlight, Silver, Pink, PRODUCT(RED)

Aluminum

Midnight, Starlight, Silver, PRODUCT(RED)

Not Applicable

Aluminum

Space Gray, Silver, Gold

Aluminum

Midnight, Starlight, Green, Blue, PRODUCT(RED)

Aluminum

Space Gray, Silver, Gold, Blue, PRODUCT(RED)

Aluminum

Space Gray, Silver, Gold

Aluminum

Space Gray, Silver, Gold

Aluminum

Space Gray, Silver

Aluminum

Space Gray, Silver, Rose Gold, Gold

Aluminum

Space Gray, Silver, Rose Gold, Gold

Stainless steel

Not Applicable

Not Applicable

Stainless steel

Graphite, Silver, Gold

Stainless steel

Graphite, Silver, Gold

Not Applicable

Not Applicable

Stainless steel

Graphite, Silver, Gold

Stainless steel

Graphite, Silver, Gold

Stainless steel

Space Black, Silver, Gold

Stainless steel

Space Black, Silver, Gold

Not Applicable

Stainless steel

Black, Silver

Not Applicable

Buy

Buy

Buy

Buy

Buy

Buy

Buy

Buy

Buy

Buy

Buy

Buy

Buy

Not Applicable

Not Applicable

Quick Look

44mm or 40mm casesize

46mm or 42mm casesize

49mm case size

45mm or 41mm casesize

45mm or 41mm casesize

49mm case size

44mm or 40mm casesize

45mm or 41mm casesize

44mm or 40mm casesize

44mm or 40mm casesize

44mm or 40mm casesize

42mm or 38mm casesize

42mm or 38mm casesize

42mm or 38mm casesize

Display

Retinadisplay

Not Applicable

Up to 1000 nits

Not Applicable

Always-On Retinadisplay

Wide-angle OLED

Up to 2000 nits

Up to 40% brighter when viewed at an angle Refer to legal disclaimers

Always-On Retinadisplay

Not Applicable

Up to 3000 nits

Not Applicable

Always-On Retinadisplay

Not Applicable

Up to 2000 nits

Not Applicable

Always-On Retina LTPO OLED display

Not Applicable

Up to 1000 nits

Not Applicable

Always-On Retinadisplay

Not Applicable

Up to 3000 nits

Not Applicable

Retina LTPO OLED display

Not Applicable

Up to 1000 nits

Not Applicable

Always-On Retina LTPO OLED display

Not Applicable

Up to 1000 nits

Not Applicable

Always-On Retina LTPO OLED display

Not Applicable

Up to 1000 nits

Not Applicable

Retina LTPO OLED display

Not Applicable

Up to 1000 nits

Not Applicable

Retina LTPO OLED display

Not Applicable

Up to 1000 nits

Not Applicable

Second-generation Retina LTPO OLED display

Not Applicable

Up to 1000 nits

Not Applicable

Retina LTPO OLED display with Force Touch

Not Applicable

Up to 1000 nits

Not Applicable

OLED Retina display with Force Touch

Not Applicable

Up to 450 nits

Not Applicable

Heart Health

Not Applicable

High and low heart rate notifications

Irregular rhythm notifications Refer to legal disclaimers

Low cardio fitness notifications

Not Applicable

ECG app Refer to legal disclaimers

High and low heart rate notifications

Irregular rhythm notifications Refer to legal disclaimers

Low cardio fitness notifications

Blood Oxygen app Refer to legal disclaimers

ECG app Refer to legal disclaimers

High and low heart rate notifications

Irregular rhythm notifications Refer to legal disclaimers

Low cardio fitness notifications

Blood Oxygen app Refer to legal disclaimers

ECG app Refer to legal disclaimers

High and low heart rate notifications

Irregular rhythm notifications Refer to legal disclaimers

Low cardio fitness notifications

Blood Oxygen app Refer to legal disclaimers

ECG app Refer to legal disclaimers

High and low heart rate notifications

Irregular rhythm notifications Refer to legal disclaimers

Low cardio fitness notifications

Blood Oxygen app Refer to legal disclaimers

ECG app Refer to legal disclaimers

High and low heart rate notifications

Irregular rhythm notifications Refer to legal disclaimers

Low cardio fitness notifications

Blood Oxygen app Refer to legal disclaimers

Not Applicable

High and low heart rate notifications

Irregular rhythm notifications Refer to legal disclaimers

Low cardio fitness notifications

Not Applicable

ECG app Refer to legal disclaimers

High and low heart rate notifications

Irregular rhythm notifications Refer to legal disclaimers

Low cardio fitness notifications

Blood Oxygen app Refer to legal disclaimers

ECG app Refer to legal disclaimers

High and low heart rate notifications

Irregular rhythm notifications Refer to legal disclaimers

Low cardio fitness notifications

Blood Oxygen app Refer to legal disclaimers

ECG app Refer to legal disclaimers

High and low heart rate notifications

Irregular rhythm notifications Refer to legal disclaimers

Low cardio fitness notifications

Not Applicable

ECG app Refer to legal disclaimers

High and low heart rate notifications

Irregular rhythm notifications Refer to legal disclaimers

Low cardio fitness notifications

Not Applicable

Not Applicable

High and low heart rate notifications

Irregular rhythm notifications Refer to legal disclaimers

Low cardio fitness notifications

Not Applicable

Not Applicable

High and low heart rate notifications

Irregular rhythm notifications Refer to legal disclaimers

Not Applicable

Not Applicable

Not Applicable

High and low heart rate notifications

Irregular rhythm notifications Refer to legal disclaimers

Not Applicable

Not Applicable

Sleep

Sleep Tracking

Sleep Tracking

Sleep Tracking

Sleep Tracking

Sleep Tracking

Sleep Tracking

Sleep Tracking

Sleep Tracking

Sleep Tracking

Sleep Tracking

Sleep Tracking

Not Applicable

Not Applicable

Not Applicable

Vitals

Vitals app featuring heart rate, respiratory rate, and sleepduration Refer to legal disclaimers

Vitals app featuring heart rate, respiratory rate, wrist temperature, blood oxygen, and sleep duration Refer to legal disclaimers

Vitals app featuring heart rate, respiratory rate, wrist temperature, blood oxygen, and sleepduration Refer to legal disclaimers

Vitals app featuring heart rate, respiratory rate, wrist temperature, blood oxygen, and sleepduration Refer to legal disclaimers

Vitals app featuring heart rate, respiratory rate, wrist temperature, blood oxygen, and sleepduration

Vitals app featuring heart rate, respiratory rate, wrist temperature, blood oxygen, and sleepduration Refer to legal disclaimers

Not Applicable

Vitals app featuring heart rate, respiratory rate, wrist temperature, blood oxygen, and sleepduration

Vitals app featuring heart rate, respiratory rate, wrist temperature, blood oxygen, and sleepduration

Not Applicable

Not Applicable

Not Applicable

Not Applicable

Not Applicable

Women's Health

Not Applicable

Cycle Tracking Refer to legal disclaimers

Temperature sensing Refer to legal disclaimers

Cycle Tracking with retrospective ovulation estimates Refer to legal disclaimers

Temperature sensing Refer to legal disclaimers

Cycle Tracking with retrospective ovulation estimates Refer to legal disclaimers

Temperature sensing Refer to legal disclaimers

Cycle Tracking with retrospective ovulation estimates Refer to legal disclaimers

Temperature sensing Refer to legal disclaimers

Cycle Tracking with retrospective ovulation estimates Refer to legal disclaimers

Temperature sensing Refer to legal disclaimers

Cycle Tracking with retrospective ovulation estimates Refer to legal disclaimers

Not Applicable

Cycle Tracking Refer to legal disclaimers

Not Applicable

Cycle Tracking Refer to legal disclaimers

Not Applicable

Cycle Tracking Refer to legal disclaimers

Not Applicable

Cycle Tracking Refer to legal disclaimers

Not Applicable

Cycle Tracking Refer to legal disclaimers

Not Applicable

Cycle Tracking Refer to legal disclaimers

Not Applicable

Cycle Tracking Refer to legal disclaimers

Not Applicable

Cycle Tracking Refer to legal disclaimers

Emergency

Emergency SOS Refer to legal disclaimers

International emergency calling Refer to legal disclaimers

Fall Detection and CrashDetection

Not Applicable

Emergency SOS Refer to legal disclaimers

International emergency calling Refer to legal disclaimers

Fall Detection and CrashDetection

Not Applicable

Emergency SOS Refer to legal disclaimers

International emergency calling Refer to legal disclaimers

Fall Detection and CrashDetection

Siren

Emergency SOS Refer to legal disclaimers

International emergency calling Refer to legal disclaimers

Fall Detection and CrashDetection Refer to legal disclaimers

Not Applicable

Emergency SOS Refer to legal disclaimers

International emergency calling Refer to legal disclaimers

Fall Detection and CrashDetection Refer to legal disclaimers

Not Applicable

Emergency SOS Refer to legal disclaimers

International emergency calling Refer to legal disclaimers

Fall Detection and CrashDetection Refer to legal disclaimers

Siren

Emergency SOS Refer to legal disclaimers

International emergency calling Refer to legal disclaimers

Fall Detection

Not Applicable

Emergency SOS Refer to legal disclaimers

International emergency calling Refer to legal disclaimers

Fall Detection

Not Applicable

Emergency SOS Refer to legal disclaimers

International emergency calling Refer to legal disclaimers

Fall Detection

Not Applicable

Emergency SOS Refer to legal disclaimers

International emergency calling Refer to legal disclaimers

Fall Detection

Not Applicable

Not Applicable

Not Applicable

Fall Detection

Not Applicable

Not Applicable

Not Applicable

Fall Detection

Not Applicable

Not Applicable

Not Applicable

Water resistance

50m

Water resistant Refer to legal disclaimers

Swimproof

Not Applicable

Not Applicable

Not Applicable

Not Applicable

50m

Water resistant Refer to legal disclaimers

Swimproof

Depth gauge to 6m

Water temperature sensor

Not Applicable

Not Applicable

100m

Water resistant Refer to legal disclaimers

Swimproof

Depth gauge to 40m

Water temperature sensor

High-speed water sports

Recreational scuba to 40m

50m

Water resistant Refer to legal disclaimers

Swimproof

Not Applicable

Not Applicable

Not Applicable

Not Applicable

50m

Water resistant Refer to legal disclaimers

Swimproof

Not Applicable

Not Applicable

Not Applicable

Not Applicable

100m

Water resistant Refer to legal disclaimers

Swimproof

Depth gauge to 40m

Water temperature sensor

High-speed water sports

Recreational scuba to 40m

50m

Water resistant Refer to legal disclaimers

Swimproof

Not Applicable

Not Applicable

Not Applicable

Not Applicable

50m

Water resistant Refer to legal disclaimers

Swimproof

Not Applicable

Not Applicable

Not Applicable

Not Applicable

50m

Water resistant Refer to legal disclaimers

Swimproof

Not Applicable

Not Applicable

Not Applicable

Not Applicable

50m

Water resistant Refer to legal disclaimers

Swimproof

Not Applicable

Not Applicable

Not Applicable

Not Applicable

50m

Water resistant Refer to legal disclaimers

Swimproof

Not Applicable

Not Applicable

Not Applicable

Not Applicable

50m

Water resistant Refer to legal disclaimers

Swimproof

Not Applicable

Not Applicable

Not Applicable

Not Applicable

50m

Water resistant Refer to legal disclaimers

Swimproof

Not Applicable

Not Applicable

Not Applicable

Not Applicable

Not Applicable

Splash resistant Refer to legal disclaimers

Not Applicable

Not Applicable

Not Applicable

Not Applicable

Not Applicable

Connectivity

GPS

Available cellular connectivity Refer to legal disclaimers

GPS

Available cellular connectivity Refer to legal disclaimers

Precision dual-frequencyGPS

Cellular connectivity Refer to legal disclaimers

GPS

Available cellular connectivity Refer to legal disclaimers

GPS

Available cellular connectivity Refer to legal disclaimers

Precision dual-frequencyGPS

Cellular connectivity Refer to legal disclaimers

GPS

Available cellular connectivity Refer to legal disclaimers

GPS

Available cellular connectivity Refer to legal disclaimers

GPS

Available cellular connectivity Refer to legal disclaimers

GPS

Available cellular connectivity Refer to legal disclaimers

GPS

Available cellular connectivity Refer to legal disclaimers

GPS

Available cellular connectivity Refer to legal disclaimers

GPS

Not Applicable

Not Applicable

SiP

S8 SiP

Not Applicable

Find iPhone

S10 SiP

Double tap gesture Refer to legal disclaimers

Precision Finding foriPhone Refer to legal disclaimers

S9 SiP

Double tap gesture Refer to legal disclaimers

Precision Finding foriPhone Refer to legal disclaimers

S9 SiP

Double tap gesture

Precision Finding foriPhone Refer to legal disclaimers

S8 SiP

Not Applicable

Find iPhone

S8 SiP

Not Applicable

Find iPhone

S5 SiP

Not Applicable

Find iPhone

S7 SiP

Not Applicable

Find iPhone

S6 SiP

Not Applicable

Find iPhone

S5 SiP

Not Applicable

Find iPhone

S4 SiP

Not Applicable

Find iPhone

S3 SiP

Not Applicable

Find iPhone

S2 SiP

Not Applicable

Find iPhone

S1 SiP

Not Applicable

Find iPhone

Battery

Up to 18 hours Refer to legal disclaimers

Low Power Mode

Not Applicable

Up to 18 hours Refer to legal disclaimers

Up to 36 hours in
Low Power Mode Refer to legal disclaimers

Faster charging
(0-80% in about 30 minutes) Refer to legal disclaimers

Up to 36 hours Refer to legal disclaimers

Up to 72 hours in
Low Power Mode Refer to legal disclaimers

Fast charging
(0-80% in about 1 hour) Refer to legal disclaimers

Up to 18 hours Refer to legal disclaimers

Up to 36 hours in
Low Power Mode Refer to legal disclaimers

Fast charging
(0–80% in 45 minutes) Refer to legal disclaimers

Up to 18 hours Refer to legal disclaimers

Not Applicable

Fast charging
(0–80% in 45 minutes) Refer to legal disclaimers

Up to 36 hours Refer to legal disclaimers

Up to 72 hours in
Low Power Mode Refer to legal disclaimers

Fast charging
(0–80% in about 1 hour) Refer to legal disclaimers

Up to 18 hours Refer to legal disclaimers

Not Applicable

Not Applicable

Up to 18 hours Refer to legal disclaimers

Not Applicable

Fast charging
(0–80% in 45 minutes) Refer to legal disclaimers

Up to 18 hours Refer to legal disclaimers

Not Applicable

Not Applicable

Up to 18 hours Refer to legal disclaimers

Not Applicable

Not Applicable

Up to 18 hours Refer to legal disclaimers

Not Applicable

Not Applicable

Up to 18 hours Refer to legal disclaimers

Not Applicable

Not Applicable

Up to 18 hours Refer to legal disclaimers

Not Applicable

Not Applicable

Up to 18 hours Refer to legal disclaimers

Not Applicable

Not Applicable

Bands

Show your true colors.

New materials, new styles, new colors, new carbon neutral combinations. Refer to legal disclaimers. Redefine your style with the latest collection of Apple Watch bands.

Shop bands

Pre-Order Apple Watch Series 10 – Best Prices in Dubai, UAE (12)

Pre-Order Apple Watch Series 10 – Best Prices in Dubai, UAE (13)

Fitness for everyone. Personalized just foryou.

12 different workout types, from HIIT to Yoga. Meditation, too. And get real-time, personalized metrics onscreen with AppleWatch. Refer to legal disclaimers.

Pre-Order Apple Watch Series 10 – Best Prices in Dubai, UAE (14)

AppleCare+

Expert support, enhanced coverage.

  • Pre-Order Apple Watch Series 10 – Best Prices in Dubai, UAE (15)

    Apple-certified service

  • Pre-Order Apple Watch Series 10 – Best Prices in Dubai, UAE (16)

    Priority access to Apple experts

  • Pre-Order Apple Watch Series 10 – Best Prices in Dubai, UAE (17)

    Accidental damage coverage

Learn more about AppleCare+ for AppleWatch

Pre-Order Apple Watch Series 10 – Best Prices in Dubai, UAE (18)
Pre-Order Apple Watch Series 10 – Best Prices in Dubai, UAE (2024)

FAQs

Is Apple Watch cheaper in US or Dubai? ›

In general, Apple products are cheaper in the USA compared to UAE.

Is it ok to buy Apple Watch from Dubai? ›

Yes. There is multiple model for Cellular version of Apple Watch. And you can check the compatibility with carrier here: https://www.apple.com/watch/cellular/ , Looks like Apple Watch Cellular sold in UAE is compatible with India providers.

How much is Apple Watch Series 5 in Dubai? ›

Apple Watch Series 5 Price in UAE - Dubai, Abu Dhabi & Sharjah.
ModelPrice*
Apple Watch Series 5 GPS, 44mm Space Gray Aluminium Case with Black Sport Band - S/M & M/LAED 1,397
Apple Watch Series 5 GPS + Cellular, 44mm Space Black Stainless Steel Case with Black Sport Band - S/M & M/LAED 2,099
8 more rows

How much is Apple Watch Series 6 in Dubai? ›

Apple Watch Series 6 Price in UAE
ModelPrice*
Apple Watch Series 6 GPS + Cellular, 44mm Silver Stainless Steel Case with White Sport Band - RegularAED 2,999
Apple Watch Series 6 GPS, 40mm PRODUCT(RED) Aluminium Case with PRODUCT(RED) Sport Band - RegularAED 1,499
41 more rows

Is Dubai a good place to buy a watch? ›

Dubai's luxury shopping scene is unrivalled, especially when it comes to purchasing luxury watch brands, such as Omega. The city offers distinct advantages that make it an attractive destination for watch enthusiasts from the UK.

Are watches cheaper in Dubai or USA? ›

Summary. Purchasing a watch in Dubai can be cheaper, especially when considering tax advantages and potential VAT refunds. However, it's not a blanket rule for every brand or model.

How much is Apple Watch Series 7 in Dubai? ›

Apple Watch Series 7 Price in Dubai, UAE
Apple Watch Series 7 ModelPrice in UAE*
Apple Watch Series 7, 45mm, GPS + CellularAED 2,119.00
Apple Watch Nike Series 7 GPS, 41mm Midnight Aluminium Case with Anthracite/Black Nike Sport Band - Regular with Apple 20W USB-C Power AdapterAED 1,678.00
10 more rows

What is the newest version of Apple Watch? ›

Apple Watch Series 9 - Apple.

What was the original price of Apple Watch Series 5? ›

Apple Watch Series 5 (GPS) starts at $399 (US) and Apple Watch Series 5 (GPS + Cellular) starts at $499.

What is the price of the Apple Watch Series 8 in Dubai? ›

Apple Watch Series 8 Price in Dubai, UAE
Apple Watch SeriesSize (Variant)Price in UAE
Watch Series 8Aluminum Case 45 mmAED 2,999
Stainless Case 41 mmAED 2,799
Watch Series 7Aluminum Case 45 mmAED 1,799
Aluminum Case 41 mmAED 1,599

What is the price of the Apple Watch Series 9 in the UAE? ›

Apple Watch Series 9 Price starts from AED 1,599 in Dubai, UAE
Apple Watch Series 9 ModelsPrice Starts in UAE
Apple Watch Series 9 41mm GPSFrom AED 1,599
Apple Watch Series 9 41mm GPS + CellularFrom AED 1,999
Apple Watch Series 9 45mm GPSFrom AED 1,719
Apple Watch Series 9 45mm GPS + CellularFrom AED 2,119

How much does the Apple Watch Series 7 cost in Egypt? ›

Apple Watch 7 Cairo Price

Apple is sticking to the same price tag which means the Apple Watch 7 will be available for about EGP 7200 when it's here.

Are Apple products cheaper in Dubai or the USA? ›

The base variant of iPhone 15 Pro in India is priced at Rs 1,34,900 compared to Rs 82,917 in the US. Surprisingly, the model is priced significantly cheaper in Dubai (Rs 97,157). And when it comes to the iPhone 15 Pro Max, the price in India is Rs 1,59,900, while it is Rs 99,517 in the US and Rs 1,15,237 in Dubai.

Is it cheaper to shop in Dubai than in the US? ›

Yes and no – it depends what you're looking for. Some things, like electronic goods, tend to be quite a bit cheaper in Dubai. Jewellery, especially gold jewellery, is much cheaper (and of better quality), and big brand watches can be bought with a decent discount, especially if you haggle the price.

Are electronics cheaper in Dubai or US? ›

Thanks to extremely low tax rates (including zero tax on many products) in Dubai, it's one of the best places to buy electronics. You can find up to 60% savings on appliances in the electronics category when compared to some other countries.

Is Dubai duty free cheaper than us? ›

It depends. Some things will be cheaper in duty-free but it depends what you're comparing it to. You won't always get a bargain, so don't buy on impulse without doing your homework. You can pre-order online from Dubai Duty Free up to 30 days before you fly, so check out prices in advance.

Top Articles
The Meaning Behind The Song: Sincerely; Me by Will Roland - Beat Crave
What Do Snapchat Emojis Mean?
Compare Foods Wilson Nc
Skycurve Replacement Mat
What Happened To Dr Ray On Dr Pol
15 Types of Pancake Recipes from Across the Globe | EUROSPAR NI
Kent And Pelczar Obituaries
Music Archives | Hotel Grand Bach - Hotel GrandBach
2021 Tesla Model 3 Standard Range Pl electric for sale - Portland, OR - craigslist
All Obituaries | Ashley's J H Williams & Sons, Inc. | Selma AL funeral home and cremation
Seafood Bucket Cajun Style Seafood Restaurant in South Salt Lake - Restaurant menu and reviews
Craigslist Pets Sac
Michigan cannot fire coach Sherrone Moore for cause for known NCAA violations in sign-stealing case
Velocity. The Revolutionary Way to Measure in Scrum
Willam Belli's Husband
Aris Rachevsky Harvard
Swgoh Blind Characters
Halo Worth Animal Jam
Heart and Vascular Clinic in Monticello - North Memorial Health
Understanding Gestalt Principles: Definition and Examples
How Taraswrld Leaks Exposed the Dark Side of TikTok Fame
Asteroid City Showtimes Near Violet Crown Charlottesville
California Online Traffic School
Hellraiser 3 Parents Guide
Wrights Camper & Auto Sales Llc
Bj타리
Salemhex ticket show3
Robert A McDougal: XPP Tutorial
Elanco Rebates.com 2022
Star News Mugshots
Chadrad Swap Shop
What does wym mean?
Hoofdletters voor God in de NBV21 - Bijbelblog
Panchang 2022 Usa
2487872771
About | Swan Medical Group
Bozjan Platinum Coins
EST to IST Converter - Time Zone Tool
Exploring TrippleThePotatoes: A Popular Game - Unblocked Hub
Moxfield Deck Builder
Ket2 Schedule
My.lifeway.come/Redeem
Adam Bartley Net Worth
Sas Majors
Conan Exiles Armor Flexibility Kit
Vindy.com Obituaries
Florida Lottery Claim Appointment
Sandra Sancc
Tyco Forums
Aznchikz
Sml Wikia
Vcuapi
Latest Posts
Article information

Author: Moshe Kshlerin

Last Updated:

Views: 6179

Rating: 4.7 / 5 (77 voted)

Reviews: 92% of readers found this page helpful

Author information

Name: Moshe Kshlerin

Birthday: 1994-01-25

Address: Suite 609 315 Lupita Unions, Ronnieburgh, MI 62697

Phone: +2424755286529

Job: District Education Designer

Hobby: Yoga, Gunsmithing, Singing, 3D printing, Nordic skating, Soapmaking, Juggling

Introduction: My name is Moshe Kshlerin, I am a gleaming, attractive, outstanding, pleasant, delightful, outstanding, famous person who loves writing and wants to share my knowledge and understanding with you.